diff --git a/Color Flipper/app.js b/Color Flipper/app.js deleted file mode 100644 index 7d4d8a2..0000000 --- a/Color Flipper/app.js +++ /dev/null @@ -1,31 +0,0 @@ -let arrOfColor = ['red', 'green', 'blue', 'yellow', 'orange']; -let count = 0; -let spanElem = document.body.querySelector('.display_color_random'); -let buttonElem = document.querySelector('.button'); - -document.addEventListener('DOMContentLoaded', function(e) { - spanElem.innerHTML = arrOfColor[count].toUpperCase(); - spanElem.style.color = arrOfColor[count]; - - document.body.style.backgroundColor = arrOfColor[count].toUpperCase(); - - buttonElem.style.backgroundColor = arrOfColor[count]; - buttonElem.addEventListener('click', changeBackgroundColor); - - count++; -}); - - -function changeBackgroundColor(e) { - if(count === arrOfColor.length) { - count = 0; - } else { - spanElem.innerHTML = arrOfColor[count].toUpperCase(); - spanElem.style.color = arrOfColor[count]; - - document.body.style.backgroundColor = arrOfColor[count]; - - buttonElem.style.backgroundColor = arrOfColor[count]; - count++; - } -} \ No newline at end of file diff --git a/Color Flipper/index.html b/Color Flipper/index.html deleted file mode 100644 index 53bea79..0000000 --- a/Color Flipper/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - Color Flipper - - - -
-
-

Background Color: RED

-
- -
- - - \ No newline at end of file diff --git a/Color Flipper/style.css b/Color Flipper/style.css deleted file mode 100644 index 99952bc..0000000 --- a/Color Flipper/style.css +++ /dev/null @@ -1,69 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -html, body { - font-size: 18px; - height: 100vh; -} - -.nav { - background-color: white; - height: 8%; - width: 100%; - display: flex; - box-shadow: 0 0 25px -5px black; - justify-content: space-between; - align-items: center; -} - -.color_changer { - display: flex; - padding-right: 50px; - font-weight: 700; -} - -.color_changer_simple { - padding-right: 25px; -} - -.logo { - padding-left: 50px; - color: hsl(205, 78%, 60%); -} - -.main { - width: 80%; - margin: 40px auto; -} - -.main div:first-child { - width: 70%; - height: 3rem; - background-color: black; - color: white; - font-size: 2rem; - align-items: center; - justify-content: center; - display: flex; - border-radius: 5px; - margin: 0 auto 2rem; - padding: 10px; -} - -.button { - margin: 0 auto; - padding: 15px; - border-radius: 5px; - border: 2px solid black; - display: block; -} - -.button:hover { - background-color: black; - color: white; - cursor: pointer; - border-color: white; -} diff --git a/Drum Kit/images/home_background.jpg b/Drum Kit/images/home_background.jpg deleted file mode 100644 index fd478ed..0000000 Binary files a/Drum Kit/images/home_background.jpg and /dev/null differ diff --git a/Drum Kit/index.html b/Drum Kit/index.html deleted file mode 100644 index 865ad68..0000000 --- a/Drum Kit/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - Drum Kit - - - - - - - \ No newline at end of file diff --git a/Drum Kit/script.js b/Drum Kit/script.js deleted file mode 100644 index 8adda6b..0000000 --- a/Drum Kit/script.js +++ /dev/null @@ -1,37 +0,0 @@ -const pressedKey = document.addEventListener('keyup', playAudio); -const keys = document.getElementsByClassName('key-des'); - - -function playAudio(e) { - if (e.key.toLowerCase() === 'a') { - helper(0); - } else if (e.key.toLowerCase() === 's') { - helper(1); - } else if (e.key.toLowerCase() === 'd') { - helper(2); - } else if (e.key.toLowerCase() === 'f') { - helper(3); - } else if (e.key.toLowerCase() === 'g') { - helper(4); - } else if (e.key.toLowerCase() === 'h') { - helper(5); - } else if (e.key.toLowerCase() === 'j') { - helper(6); - } else if (e.key.toLowerCase() === 'k') { - helper(7); - } else if (e.key.toLowerCase() === 'l') { - helper(8); - } -} - -function helper(index) { - const parentElem = keys[index]; - const audio = parentElem.querySelector('audio'); - - parentElem.className += ' playing'; - audio.play(); - - setTimeout(function() { - parentElem.classList.remove('playing'); - }, 400); -} \ No newline at end of file diff --git a/Drum Kit/sounds/boom.wav b/Drum Kit/sounds/boom.wav deleted file mode 100644 index 8d6423b..0000000 Binary files a/Drum Kit/sounds/boom.wav and /dev/null differ diff --git a/Drum Kit/sounds/clap.wav b/Drum Kit/sounds/clap.wav deleted file mode 100644 index ef952e5..0000000 Binary files a/Drum Kit/sounds/clap.wav and /dev/null differ diff --git a/Drum Kit/sounds/hihat.wav b/Drum Kit/sounds/hihat.wav deleted file mode 100644 index 885cb19..0000000 Binary files a/Drum Kit/sounds/hihat.wav and /dev/null differ diff --git a/Drum Kit/sounds/kick.wav b/Drum Kit/sounds/kick.wav deleted file mode 100644 index 8fe46de..0000000 Binary files a/Drum Kit/sounds/kick.wav and /dev/null differ diff --git a/Drum Kit/sounds/openhat.wav b/Drum Kit/sounds/openhat.wav deleted file mode 100644 index 5063752..0000000 Binary files a/Drum Kit/sounds/openhat.wav and /dev/null differ diff --git a/Drum Kit/sounds/owid-covid-data.json b/Drum Kit/sounds/owid-covid-data.json deleted file mode 100644 index c46d362..0000000 --- a/Drum Kit/sounds/owid-covid-data.json +++ /dev/null @@ -1,308838 +0,0 @@ -{ - "ABW": { - "continent": "North America", - "location": "Aruba", - "population": 106766.0, - "population_density": 584.8, - "median_age": 41.2, - "aged_65_older": 13.085, - "aged_70_older": 7.452, - "gdp_per_capita": 35973.781, - "diabetes_prevalence": 11.62, - "life_expectancy": 76.29, - "data": [ - { - "date": "2020-03-13", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 18.733, - "new_cases_per_million": 18.733, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-19", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 2.676, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-20", - "total_cases": 4.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.465, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-21", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 2.676, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-22", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 2.676, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-23", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 2.676, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-24", - "total_cases": 12.0, - "new_cases": 8.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 112.395, - "new_cases_per_million": 74.93, - "new_cases_smoothed_per_million": 13.38, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-25", - "total_cases": 17.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 159.227, - "new_cases_per_million": 46.831, - "new_cases_smoothed_per_million": 20.071, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-26", - "total_cases": 19.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 177.959, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 22.747, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-27", - "total_cases": 28.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 262.256, - "new_cases_per_million": 84.296, - "new_cases_smoothed_per_million": 32.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-28", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 262.256, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-29", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 262.256, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-03-30", - "total_cases": 50.0, - "new_cases": 22.0, - "new_cases_smoothed": 6.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 468.314, - "new_cases_per_million": 206.058, - "new_cases_smoothed_per_million": 61.55, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-03-31", - "new_cases_smoothed": 5.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 50.846, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-01", - "total_cases": 55.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.145, - "new_cases_per_million": 46.831, - "new_cases_smoothed_per_million": 50.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-02", - "total_cases": 55.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 48.169, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-03", - "total_cases": 60.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 561.977, - "new_cases_per_million": 46.831, - "new_cases_smoothed_per_million": 42.817, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-04", - "total_cases": 62.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 580.709, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 45.493, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-05", - "total_cases": 64.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 599.442, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 48.169, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-06", - "total_cases": 64.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 599.442, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.733, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-07", - "total_cases": 71.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 665.006, - "new_cases_per_million": 65.564, - "new_cases_smoothed_per_million": 28.099, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-08", - "total_cases": 74.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 693.105, - "new_cases_per_million": 28.099, - "new_cases_smoothed_per_million": 25.423, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-09", - "total_cases": 77.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 721.203, - "new_cases_per_million": 28.099, - "new_cases_smoothed_per_million": 29.437, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-10", - "total_cases": 82.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 768.035, - "new_cases_per_million": 46.831, - "new_cases_smoothed_per_million": 29.437, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-04-11", - "total_cases": 86.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 805.5, - "new_cases_per_million": 37.465, - "new_cases_smoothed_per_million": 32.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-12", - "total_cases": 92.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 861.698, - "new_cases_per_million": 56.198, - "new_cases_smoothed_per_million": 37.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-04-13", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 861.698, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 37.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-04-14", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 861.698, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.099, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-15", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 861.698, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 24.085, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-16", - "total_cases": 93.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 871.064, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 21.409, - "total_deaths_per_million": 9.366, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 85.19 - }, - { - "date": "2020-04-17", - "total_cases": 95.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 889.796, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 17.395, - "total_deaths_per_million": 9.366, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 85.19 - }, - { - "date": "2020-04-18", - "total_cases": 96.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 899.163, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 13.38, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 85.19 - }, - { - "date": "2020-04-19", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 899.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 85.19 - }, - { - "date": "2020-04-20", - "total_cases": 97.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 908.529, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 6.69, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 85.19 - }, - { - "date": "2020-04-21", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 908.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.69, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 85.19 - }, - { - "date": "2020-04-22", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 908.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.69, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 85.19 - }, - { - "date": "2020-04-23", - "total_cases": 100.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 936.628, - "new_cases_per_million": 28.099, - "new_cases_smoothed_per_million": 9.366, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 85.19 - }, - { - "date": "2020-04-24", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.69, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 85.19 - }, - { - "date": "2020-04-25", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-26", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-27", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-28", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-29", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-04-30", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-01", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-02", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-03", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-04", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-05", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-06", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 936.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-07", - "total_cases": 101.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 18.733, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-08", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-09", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-10", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-11", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-12", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-13", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-14", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 81.48 - }, - { - "date": "2020-05-15", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-16", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-17", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-18", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-19", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-20", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-21", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-22", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-23", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-24", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-25", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-26", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-27", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-05-28", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-05-29", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-05-30", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-05-31", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-01", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-02", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-03", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-04", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-05", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-06", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-07", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-08", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-09", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-10", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-11", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-12", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-13", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-14", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-15", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-16", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-17", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-18", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-19", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-20", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-21", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-22", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-23", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-24", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-25", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-26", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-27", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-28", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-29", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 945.994, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-06-30", - "total_cases": 103.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 964.727, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-01", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 964.727, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-02", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 964.727, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-03", - "total_cases": 104.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 974.093, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-04", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 974.093, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-05", - "total_cases": 105.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-06", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-07", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-08", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-09", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-10", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-11", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-12", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-13", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-14", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-15", - "total_cases": 106.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 992.825, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-16", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 992.825, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.338, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-17", - "total_cases": 108.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1011.558, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-18", - "total_cases": 108.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1011.558, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-19", - "total_cases": 108.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1011.558, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-20", - "total_cases": 113.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1058.389, - "new_cases_per_million": 46.831, - "new_cases_smoothed_per_million": 10.704, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-21", - "total_cases": 115.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1077.122, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 13.38, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-22", - "total_cases": 117.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1095.854, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 14.718, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-23", - "total_cases": 117.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1095.854, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.718, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-24", - "total_cases": 117.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1095.854, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.042, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-25", - "total_cases": 118.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1105.221, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 13.38, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-26", - "total_cases": 119.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1114.587, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 14.718, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-27", - "total_cases": 119.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1114.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.028, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-28", - "total_cases": 119.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1114.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.352, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-29", - "total_cases": 119.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1114.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-30", - "total_cases": 119.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1114.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-07-31", - "total_cases": 120.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1123.953, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-08-01", - "total_cases": 121.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1133.32, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-08-02", - "total_cases": 121.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1133.32, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.676, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-08-03", - "total_cases": 122.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1142.686, - "new_cases_per_million": 9.366, - "new_cases_smoothed_per_million": 4.014, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 32.41 - }, - { - "date": "2020-08-04", - "total_cases": 124.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1161.418, - "new_cases_per_million": 18.733, - "new_cases_smoothed_per_million": 6.69, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 43.52 - }, - { - "date": "2020-08-05", - "total_cases": 132.0, - "new_cases": 8.0, - "new_cases_smoothed": 1.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1236.349, - "new_cases_per_million": 74.93, - "new_cases_smoothed_per_million": 17.395, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 43.52 - }, - { - "date": "2020-08-06", - "total_cases": 171.0, - "new_cases": 39.0, - "new_cases_smoothed": 7.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1601.633, - "new_cases_per_million": 365.285, - "new_cases_smoothed_per_million": 69.578, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 43.52 - }, - { - "date": "2020-08-07", - "total_cases": 263.0, - "new_cases": 92.0, - "new_cases_smoothed": 20.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2463.331, - "new_cases_per_million": 861.698, - "new_cases_smoothed_per_million": 191.34, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-08", - "total_cases": 396.0, - "new_cases": 133.0, - "new_cases_smoothed": 39.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3709.046, - "new_cases_per_million": 1245.715, - "new_cases_smoothed_per_million": 367.961, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-09", - "total_cases": 509.0, - "new_cases": 113.0, - "new_cases_smoothed": 55.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4767.435, - "new_cases_per_million": 1058.389, - "new_cases_smoothed_per_million": 519.159, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-10", - "total_cases": 563.0, - "new_cases": 54.0, - "new_cases_smoothed": 63.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5273.214, - "new_cases_per_million": 505.779, - "new_cases_smoothed_per_million": 590.075, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-11", - "total_cases": 630.0, - "new_cases": 67.0, - "new_cases_smoothed": 72.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5900.755, - "new_cases_per_million": 627.541, - "new_cases_smoothed_per_million": 677.048, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-12", - "total_cases": 717.0, - "new_cases": 87.0, - "new_cases_smoothed": 83.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6715.621, - "new_cases_per_million": 814.866, - "new_cases_smoothed_per_million": 782.753, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-13", - "total_cases": 798.0, - "new_cases": 81.0, - "new_cases_smoothed": 89.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7474.29, - "new_cases_per_million": 758.668, - "new_cases_smoothed_per_million": 838.951, - "total_deaths_per_million": 28.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-14", - "total_cases": 894.0, - "new_cases": 96.0, - "new_cases_smoothed": 90.143, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8373.452, - "new_cases_per_million": 899.163, - "new_cases_smoothed_per_million": 844.303, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 47.22 - }, - { - "date": "2020-08-15", - "total_cases": 973.0, - "new_cases": 79.0, - "new_cases_smoothed": 82.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 9113.388, - "new_cases_per_million": 739.936, - "new_cases_smoothed_per_million": 772.049, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 47.22 - }, - { - "date": "2020-08-16", - "total_cases": 1048.0, - "new_cases": 75.0, - "new_cases_smoothed": 77.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 9815.859, - "new_cases_per_million": 702.471, - "new_cases_smoothed_per_million": 721.203, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 47.22 - }, - { - "date": "2020-08-17", - "total_cases": 1102.0, - "new_cases": 54.0, - "new_cases_smoothed": 77.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 10321.638, - "new_cases_per_million": 505.779, - "new_cases_smoothed_per_million": 721.203, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 47.22 - }, - { - "date": "2020-08-18", - "total_cases": 1121.0, - "new_cases": 19.0, - "new_cases_smoothed": 70.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 10499.597, - "new_cases_per_million": 177.959, - "new_cases_smoothed_per_million": 656.977, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 58.33 - }, - { - "date": "2020-08-19", - "total_cases": 1121.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 10499.597, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 540.568, - "total_deaths_per_million": 37.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.338, - "stringency_index": 58.33 - }, - { - "date": "2020-08-20", - "total_cases": 1296.0, - "new_cases": 175.0, - "new_cases_smoothed": 71.143, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 12138.696, - "new_cases_per_million": 1639.099, - "new_cases_smoothed_per_million": 666.344, - "total_deaths_per_million": 46.831, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 58.33 - }, - { - "date": "2020-08-21", - "total_cases": 1387.0, - "new_cases": 91.0, - "new_cases_smoothed": 70.429, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 12991.027, - "new_cases_per_million": 852.331, - "new_cases_smoothed_per_million": 659.654, - "total_deaths_per_million": 56.198, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 58.33 - }, - { - "date": "2020-08-22", - "total_cases": 1464.0, - "new_cases": 77.0, - "new_cases_smoothed": 70.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 13712.23, - "new_cases_per_million": 721.203, - "new_cases_smoothed_per_million": 656.977, - "total_deaths_per_million": 56.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 58.33 - }, - { - "date": "2020-08-23", - "total_cases": 1534.0, - "new_cases": 70.0, - "new_cases_smoothed": 69.429, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 14367.87, - "new_cases_per_million": 655.639, - "new_cases_smoothed_per_million": 650.287, - "total_deaths_per_million": 65.564, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 58.33 - }, - { - "date": "2020-08-24", - "total_cases": 1568.0, - "new_cases": 34.0, - "new_cases_smoothed": 66.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 14686.323, - "new_cases_per_million": 318.453, - "new_cases_smoothed_per_million": 623.526, - "total_deaths_per_million": 65.564, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 58.33 - }, - { - "date": "2020-08-25", - "total_cases": 1628.0, - "new_cases": 60.0, - "new_cases_smoothed": 72.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 15248.3, - "new_cases_per_million": 561.977, - "new_cases_smoothed_per_million": 678.386, - "total_deaths_per_million": 65.564, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 58.33 - }, - { - "date": "2020-08-26", - "total_cases": 1670.0, - "new_cases": 42.0, - "new_cases_smoothed": 78.429, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 15641.684, - "new_cases_per_million": 393.384, - "new_cases_smoothed_per_million": 734.584, - "total_deaths_per_million": 74.93, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 58.33 - }, - { - "date": "2020-08-27", - "total_cases": 1760.0, - "new_cases": 90.0, - "new_cases_smoothed": 66.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 16484.649, - "new_cases_per_million": 842.965, - "new_cases_smoothed_per_million": 620.85, - "total_deaths_per_million": 74.93, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 58.33 - }, - { - "date": "2020-08-28", - "total_cases": 1848.0, - "new_cases": 88.0, - "new_cases_smoothed": 65.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 17308.881, - "new_cases_per_million": 824.232, - "new_cases_smoothed_per_million": 616.836, - "total_deaths_per_million": 74.93, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 60.65 - }, - { - "date": "2020-08-29", - "total_cases": 1906.0, - "new_cases": 58.0, - "new_cases_smoothed": 63.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 17852.125, - "new_cases_per_million": 543.244, - "new_cases_smoothed_per_million": 591.414, - "total_deaths_per_million": 84.296, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 60.65 - }, - { - "date": "2020-08-30", - "total_cases": 1975.0, - "new_cases": 69.0, - "new_cases_smoothed": 63.0, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18498.398, - "new_cases_per_million": 646.273, - "new_cases_smoothed_per_million": 590.075, - "total_deaths_per_million": 93.663, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 60.65 - }, - { - "date": "2020-08-31", - "total_cases": 1997.0, - "new_cases": 22.0, - "new_cases_smoothed": 61.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18704.456, - "new_cases_per_million": 206.058, - "new_cases_smoothed_per_million": 574.019, - "total_deaths_per_million": 93.663, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 60.65 - }, - { - "date": "2020-09-01", - "total_cases": 2006.0, - "new_cases": 9.0, - "new_cases_smoothed": 54.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18788.753, - "new_cases_per_million": 84.296, - "new_cases_smoothed_per_million": 505.779, - "total_deaths_per_million": 93.663, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 60.65 - }, - { - "date": "2020-09-02", - "total_cases": 2104.0, - "new_cases": 98.0, - "new_cases_smoothed": 62.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 19706.648, - "new_cases_per_million": 917.895, - "new_cases_smoothed_per_million": 580.709, - "total_deaths_per_million": 93.663, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676, - "stringency_index": 60.65 - }, - { - "date": "2020-09-03", - "total_cases": 2211.0, - "new_cases": 107.0, - "new_cases_smoothed": 64.429, - "total_deaths": 12.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 20708.84, - "new_cases_per_million": 1002.192, - "new_cases_smoothed_per_million": 603.456, - "total_deaths_per_million": 112.395, - "new_deaths_per_million": 18.733, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 60.65 - }, - { - "date": "2020-09-04", - "total_cases": 2292.0, - "new_cases": 81.0, - "new_cases_smoothed": 63.429, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 21467.508, - "new_cases_per_million": 758.668, - "new_cases_smoothed_per_million": 594.09, - "total_deaths_per_million": 121.762, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 6.69, - "stringency_index": 60.65 - }, - { - "date": "2020-09-05", - "total_cases": 2358.0, - "new_cases": 66.0, - "new_cases_smoothed": 64.571, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 22085.683, - "new_cases_per_million": 618.174, - "new_cases_smoothed_per_million": 604.794, - "total_deaths_per_million": 121.762, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 60.65 - }, - { - "date": "2020-09-06", - "total_cases": 2428.0, - "new_cases": 70.0, - "new_cases_smoothed": 64.714, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 22741.322, - "new_cases_per_million": 655.639, - "new_cases_smoothed_per_million": 606.132, - "total_deaths_per_million": 131.128, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 60.65 - }, - { - "date": "2020-09-07", - "total_cases": 2449.0, - "new_cases": 21.0, - "new_cases_smoothed": 64.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 22938.014, - "new_cases_per_million": 196.692, - "new_cases_smoothed_per_million": 604.794, - "total_deaths_per_million": 131.128, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 55.09 - }, - { - "date": "2020-09-08", - "total_cases": 2482.0, - "new_cases": 33.0, - "new_cases_smoothed": 68.0, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 23247.101, - "new_cases_per_million": 309.087, - "new_cases_smoothed_per_million": 636.907, - "total_deaths_per_million": 140.494, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 6.69, - "stringency_index": 55.09 - }, - { - "date": "2020-09-09", - "total_cases": 2589.0, - "new_cases": 107.0, - "new_cases_smoothed": 69.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 24249.293, - "new_cases_per_million": 1002.192, - "new_cases_smoothed_per_million": 648.949, - "total_deaths_per_million": 140.494, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.69, - "stringency_index": 55.09 - }, - { - "date": "2020-09-10", - "total_cases": 2730.0, - "new_cases": 141.0, - "new_cases_smoothed": 74.143, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 25569.938, - "new_cases_per_million": 1320.645, - "new_cases_smoothed_per_million": 694.443, - "total_deaths_per_million": 140.494, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 55.09 - }, - { - "date": "2020-09-11", - "total_cases": 2819.0, - "new_cases": 89.0, - "new_cases_smoothed": 75.286, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 26403.537, - "new_cases_per_million": 833.599, - "new_cases_smoothed_per_million": 705.147, - "total_deaths_per_million": 149.86, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 4.014, - "stringency_index": 63.43 - }, - { - "date": "2020-09-12", - "total_cases": 2898.0, - "new_cases": 79.0, - "new_cases_smoothed": 77.143, - "total_deaths": 18.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 27143.473, - "new_cases_per_million": 739.936, - "new_cases_smoothed_per_million": 722.541, - "total_deaths_per_million": 168.593, - "new_deaths_per_million": 18.733, - "new_deaths_smoothed_per_million": 6.69, - "stringency_index": 63.43 - }, - { - "date": "2020-09-13", - "total_cases": 2994.0, - "new_cases": 96.0, - "new_cases_smoothed": 80.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 28042.635, - "new_cases_per_million": 899.163, - "new_cases_smoothed_per_million": 757.33, - "total_deaths_per_million": 168.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 63.43 - }, - { - "date": "2020-09-14", - "total_cases": 3046.0, - "new_cases": 52.0, - "new_cases_smoothed": 85.286, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 28529.682, - "new_cases_per_million": 487.046, - "new_cases_smoothed_per_million": 798.81, - "total_deaths_per_million": 168.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.352, - "stringency_index": 63.43 - }, - { - "date": "2020-09-15", - "total_cases": 3060.0, - "new_cases": 14.0, - "new_cases_smoothed": 82.571, - "total_deaths": 20.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 28660.81, - "new_cases_per_million": 131.128, - "new_cases_smoothed_per_million": 773.387, - "total_deaths_per_million": 187.326, - "new_deaths_per_million": 18.733, - "new_deaths_smoothed_per_million": 6.69, - "stringency_index": 63.43 - }, - { - "date": "2020-09-16", - "total_cases": 3152.0, - "new_cases": 92.0, - "new_cases_smoothed": 80.429, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 29522.507, - "new_cases_per_million": 861.698, - "new_cases_smoothed_per_million": 753.316, - "total_deaths_per_million": 206.058, - "new_deaths_per_million": 18.733, - "new_deaths_smoothed_per_million": 9.366, - "stringency_index": 63.43 - }, - { - "date": "2020-09-17", - "total_cases": 3328.0, - "new_cases": 176.0, - "new_cases_smoothed": 85.429, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 31170.972, - "new_cases_per_million": 1648.465, - "new_cases_smoothed_per_million": 800.148, - "total_deaths_per_million": 206.058, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.366 - }, - { - "date": "2020-09-18", - "total_cases": 3382.0, - "new_cases": 54.0, - "new_cases_smoothed": 80.429, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 31676.751, - "new_cases_per_million": 505.779, - "new_cases_smoothed_per_million": 753.316, - "total_deaths_per_million": 215.424, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 9.366 - }, - { - "date": "2020-09-19", - "total_cases": 3460.0, - "new_cases": 78.0, - "new_cases_smoothed": 80.286, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 32407.321, - "new_cases_per_million": 730.57, - "new_cases_smoothed_per_million": 751.978, - "total_deaths_per_million": 215.424, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.69 - }, - { - "date": "2020-09-20", - "total_cases": 3460.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.571, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 32407.321, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 623.526, - "total_deaths_per_million": 215.424, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.69 - }, - { - "date": "2020-09-21", - "total_cases": 3551.0, - "new_cases": 91.0, - "new_cases_smoothed": 72.143, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 33259.652, - "new_cases_per_million": 852.331, - "new_cases_smoothed_per_million": 675.71, - "total_deaths_per_million": 215.424, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.69 - }, - { - "date": "2020-09-22", - "total_cases": 3587.0, - "new_cases": 36.0, - "new_cases_smoothed": 75.286, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 33596.838, - "new_cases_per_million": 337.186, - "new_cases_smoothed_per_million": 705.147, - "total_deaths_per_million": 224.791, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 5.352 - }, - { - "date": "2020-09-23", - "total_cases": 3665.0, - "new_cases": 78.0, - "new_cases_smoothed": 73.286, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 34327.408, - "new_cases_per_million": 730.57, - "new_cases_smoothed_per_million": 686.414, - "total_deaths_per_million": 234.157, - "new_deaths_per_million": 9.366, - "new_deaths_smoothed_per_million": 4.014 - }, - { - "date": "2020-09-24", - "total_cases": 3721.0, - "new_cases": 56.0, - "new_cases_smoothed": 56.143, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 34851.919, - "new_cases_per_million": 524.512, - "new_cases_smoothed_per_million": 525.85, - "total_deaths_per_million": 234.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.014 - }, - { - "date": "2020-09-25", - "total_cases": 3756.0, - "new_cases": 35.0, - "new_cases_smoothed": 53.429, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 35179.739, - "new_cases_per_million": 327.82, - "new_cases_smoothed_per_million": 500.427, - "total_deaths_per_million": 234.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.676 - } - ] - }, - "AFG": { - "continent": "Asia", - "location": "Afghanistan", - "population": 38928341.0, - "population_density": 54.422, - "median_age": 18.6, - "aged_65_older": 2.581, - "aged_70_older": 1.337, - "gdp_per_capita": 1803.987, - "cardiovasc_death_rate": 597.029, - "diabetes_prevalence": 9.59, - "handwashing_facilities": 37.746, - "hospital_beds_per_thousand": 0.5, - "life_expectancy": 64.83, - "human_development_index": 0.498, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-25", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-06", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-08", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.103, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-11", - "total_cases": 7.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 0.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 0.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 0.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-15", - "total_cases": 10.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.257, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-16", - "total_cases": 16.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.411, - "new_cases_per_million": 0.154, - "new_cases_smoothed_per_million": 0.044, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-17", - "total_cases": 21.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.539, - "new_cases_per_million": 0.128, - "new_cases_smoothed_per_million": 0.062, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-18", - "total_cases": 22.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.565, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-19", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.565, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-20", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.565, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-21", - "total_cases": 24.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.617, - "new_cases_per_million": 0.051, - "new_cases_smoothed_per_million": 0.062, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-22", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.051, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-23", - "total_cases": 34.0, - "new_cases": 10.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.873, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-24", - "total_cases": 40.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.028, - "new_cases_per_million": 0.154, - "new_cases_smoothed_per_million": 0.07, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 50.93 - }, - { - "date": "2020-03-25", - "total_cases": 42.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.079, - "new_cases_per_million": 0.051, - "new_cases_smoothed_per_million": 0.073, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 59.26 - }, - { - "date": "2020-03-26", - "total_cases": 75.0, - "new_cases": 33.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.927, - "new_cases_per_million": 0.848, - "new_cases_smoothed_per_million": 0.194, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 59.26 - }, - { - "date": "2020-03-27", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.927, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.194, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 59.26 - }, - { - "date": "2020-03-28", - "total_cases": 91.0, - "new_cases": 16.0, - "new_cases_smoothed": 9.571, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.338, - "new_cases_per_million": 0.411, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 0.051, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 67.59 - }, - { - "date": "2020-03-29", - "total_cases": 106.0, - "new_cases": 15.0, - "new_cases_smoothed": 11.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2.723, - "new_cases_per_million": 0.385, - "new_cases_smoothed_per_million": 0.301, - "total_deaths_per_million": 0.077, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 67.59 - }, - { - "date": "2020-03-30", - "total_cases": 114.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2.928, - "new_cases_per_million": 0.206, - "new_cases_smoothed_per_million": 0.294, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 67.59 - }, - { - "date": "2020-03-31", - "total_cases": 141.0, - "new_cases": 27.0, - "new_cases_smoothed": 14.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.622, - "new_cases_per_million": 0.694, - "new_cases_smoothed_per_million": 0.371, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 67.59 - }, - { - "date": "2020-04-01", - "total_cases": 166.0, - "new_cases": 25.0, - "new_cases_smoothed": 17.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.264, - "new_cases_per_million": 0.642, - "new_cases_smoothed_per_million": 0.455, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 67.59 - }, - { - "date": "2020-04-02", - "total_cases": 192.0, - "new_cases": 26.0, - "new_cases_smoothed": 16.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.932, - "new_cases_per_million": 0.668, - "new_cases_smoothed_per_million": 0.429, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 67.59 - }, - { - "date": "2020-04-03", - "total_cases": 235.0, - "new_cases": 43.0, - "new_cases_smoothed": 22.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6.037, - "new_cases_per_million": 1.105, - "new_cases_smoothed_per_million": 0.587, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 67.59 - }, - { - "date": "2020-04-04", - "total_cases": 235.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.037, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.528, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 67.59 - }, - { - "date": "2020-04-05", - "total_cases": 270.0, - "new_cases": 35.0, - "new_cases_smoothed": 23.429, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.936, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 0.602, - "total_deaths_per_million": 0.128, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 78.7 - }, - { - "date": "2020-04-06", - "total_cases": 299.0, - "new_cases": 29.0, - "new_cases_smoothed": 26.429, - "total_deaths": 7.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7.681, - "new_cases_per_million": 0.745, - "new_cases_smoothed_per_million": 0.679, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 78.7 - }, - { - "date": "2020-04-07", - "total_cases": 337.0, - "new_cases": 38.0, - "new_cases_smoothed": 28.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8.657, - "new_cases_per_million": 0.976, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 78.7 - }, - { - "date": "2020-04-08", - "total_cases": 367.0, - "new_cases": 30.0, - "new_cases_smoothed": 28.714, - "total_deaths": 11.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9.428, - "new_cases_per_million": 0.771, - "new_cases_smoothed_per_million": 0.738, - "total_deaths_per_million": 0.283, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 78.7 - }, - { - "date": "2020-04-09", - "total_cases": 423.0, - "new_cases": 56.0, - "new_cases_smoothed": 33.0, - "total_deaths": 14.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 10.866, - "new_cases_per_million": 1.439, - "new_cases_smoothed_per_million": 0.848, - "total_deaths_per_million": 0.36, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 78.7 - }, - { - "date": "2020-04-10", - "total_cases": 484.0, - "new_cases": 61.0, - "new_cases_smoothed": 35.571, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 12.433, - "new_cases_per_million": 1.567, - "new_cases_smoothed_per_million": 0.914, - "total_deaths_per_million": 0.385, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 78.7 - }, - { - "date": "2020-04-11", - "total_cases": 521.0, - "new_cases": 37.0, - "new_cases_smoothed": 40.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 13.384, - "new_cases_per_million": 0.95, - "new_cases_smoothed_per_million": 1.05, - "total_deaths_per_million": 0.385, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 78.7 - }, - { - "date": "2020-04-12", - "total_cases": 555.0, - "new_cases": 34.0, - "new_cases_smoothed": 40.714, - "total_deaths": 18.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 14.257, - "new_cases_per_million": 0.873, - "new_cases_smoothed_per_million": 1.046, - "total_deaths_per_million": 0.462, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-13", - "total_cases": 607.0, - "new_cases": 52.0, - "new_cases_smoothed": 44.0, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 15.593, - "new_cases_per_million": 1.336, - "new_cases_smoothed_per_million": 1.13, - "total_deaths_per_million": 0.462, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 84.26 - }, - { - "date": "2020-04-14", - "total_cases": 665.0, - "new_cases": 58.0, - "new_cases_smoothed": 46.857, - "total_deaths": 21.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 17.083, - "new_cases_per_million": 1.49, - "new_cases_smoothed_per_million": 1.204, - "total_deaths_per_million": 0.539, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.051, - "stringency_index": 84.26 - }, - { - "date": "2020-04-15", - "total_cases": 714.0, - "new_cases": 49.0, - "new_cases_smoothed": 49.571, - "total_deaths": 23.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 18.341, - "new_cases_per_million": 1.259, - "new_cases_smoothed_per_million": 1.273, - "total_deaths_per_million": 0.591, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 84.26 - }, - { - "date": "2020-04-16", - "total_cases": 784.0, - "new_cases": 70.0, - "new_cases_smoothed": 51.571, - "total_deaths": 25.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 20.14, - "new_cases_per_million": 1.798, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 0.642, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 84.26 - }, - { - "date": "2020-04-17", - "total_cases": 794.0, - "new_cases": 10.0, - "new_cases_smoothed": 44.286, - "total_deaths": 29.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 20.396, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 1.138, - "total_deaths_per_million": 0.745, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.051, - "stringency_index": 84.26 - }, - { - "date": "2020-04-18", - "total_cases": 845.0, - "new_cases": 51.0, - "new_cases_smoothed": 46.286, - "total_deaths": 30.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 21.707, - "new_cases_per_million": 1.31, - "new_cases_smoothed_per_million": 1.189, - "total_deaths_per_million": 0.771, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-19", - "total_cases": 908.0, - "new_cases": 63.0, - "new_cases_smoothed": 50.429, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 23.325, - "new_cases_per_million": 1.618, - "new_cases_smoothed_per_million": 1.295, - "total_deaths_per_million": 0.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 84.26 - }, - { - "date": "2020-04-20", - "total_cases": 996.0, - "new_cases": 88.0, - "new_cases_smoothed": 55.571, - "total_deaths": 33.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 25.585, - "new_cases_per_million": 2.261, - "new_cases_smoothed_per_million": 1.428, - "total_deaths_per_million": 0.848, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-21", - "total_cases": 1031.0, - "new_cases": 35.0, - "new_cases_smoothed": 52.286, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 26.485, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 1.343, - "total_deaths_per_million": 0.899, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.051, - "stringency_index": 84.26 - }, - { - "date": "2020-04-22", - "total_cases": 1092.0, - "new_cases": 61.0, - "new_cases_smoothed": 54.0, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 28.052, - "new_cases_per_million": 1.567, - "new_cases_smoothed_per_million": 1.387, - "total_deaths_per_million": 0.925, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-23", - "total_cases": 1176.0, - "new_cases": 84.0, - "new_cases_smoothed": 56.0, - "total_deaths": 40.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 30.209, - "new_cases_per_million": 2.158, - "new_cases_smoothed_per_million": 1.439, - "total_deaths_per_million": 1.028, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-24", - "total_cases": 1281.0, - "new_cases": 105.0, - "new_cases_smoothed": 69.571, - "total_deaths": 42.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 32.907, - "new_cases_per_million": 2.697, - "new_cases_smoothed_per_million": 1.787, - "total_deaths_per_million": 1.079, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-25", - "total_cases": 1351.0, - "new_cases": 70.0, - "new_cases_smoothed": 72.286, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 34.705, - "new_cases_per_million": 1.798, - "new_cases_smoothed_per_million": 1.857, - "total_deaths_per_million": 1.105, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-26", - "total_cases": 1463.0, - "new_cases": 112.0, - "new_cases_smoothed": 79.286, - "total_deaths": 47.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 37.582, - "new_cases_per_million": 2.877, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 1.207, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-27", - "total_cases": 1531.0, - "new_cases": 68.0, - "new_cases_smoothed": 76.429, - "total_deaths": 57.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 39.329, - "new_cases_per_million": 1.747, - "new_cases_smoothed_per_million": 1.963, - "total_deaths_per_million": 1.464, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.088, - "stringency_index": 84.26 - }, - { - "date": "2020-04-28", - "total_cases": 1703.0, - "new_cases": 172.0, - "new_cases_smoothed": 96.0, - "total_deaths": 57.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 43.747, - "new_cases_per_million": 4.418, - "new_cases_smoothed_per_million": 2.466, - "total_deaths_per_million": 1.464, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 84.26 - }, - { - "date": "2020-04-29", - "total_cases": 1827.0, - "new_cases": 124.0, - "new_cases_smoothed": 105.0, - "total_deaths": 60.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 46.932, - "new_cases_per_million": 3.185, - "new_cases_smoothed_per_million": 2.697, - "total_deaths_per_million": 1.541, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.088, - "stringency_index": 84.26 - }, - { - "date": "2020-04-30", - "total_cases": 1949.0, - "new_cases": 122.0, - "new_cases_smoothed": 110.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 50.066, - "new_cases_per_million": 3.134, - "new_cases_smoothed_per_million": 2.837, - "total_deaths_per_million": 1.541, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.073, - "stringency_index": 84.26 - }, - { - "date": "2020-05-01", - "total_cases": 2171.0, - "new_cases": 222.0, - "new_cases_smoothed": 127.143, - "total_deaths": 64.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 55.769, - "new_cases_per_million": 5.703, - "new_cases_smoothed_per_million": 3.266, - "total_deaths_per_million": 1.644, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 84.26 - }, - { - "date": "2020-05-02", - "total_cases": 2335.0, - "new_cases": 164.0, - "new_cases_smoothed": 140.571, - "total_deaths": 68.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 59.982, - "new_cases_per_million": 4.213, - "new_cases_smoothed_per_million": 3.611, - "total_deaths_per_million": 1.747, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.092, - "stringency_index": 84.26 - }, - { - "date": "2020-05-03", - "total_cases": 2469.0, - "new_cases": 134.0, - "new_cases_smoothed": 143.714, - "total_deaths": 72.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 63.424, - "new_cases_per_million": 3.442, - "new_cases_smoothed_per_million": 3.692, - "total_deaths_per_million": 1.85, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.092, - "stringency_index": 84.26 - }, - { - "date": "2020-05-04", - "total_cases": 2704.0, - "new_cases": 235.0, - "new_cases_smoothed": 167.571, - "total_deaths": 85.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 69.461, - "new_cases_per_million": 6.037, - "new_cases_smoothed_per_million": 4.305, - "total_deaths_per_million": 2.183, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.103, - "stringency_index": 84.26 - }, - { - "date": "2020-05-05", - "total_cases": 2894.0, - "new_cases": 190.0, - "new_cases_smoothed": 170.143, - "total_deaths": 90.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 74.342, - "new_cases_per_million": 4.881, - "new_cases_smoothed_per_million": 4.371, - "total_deaths_per_million": 2.312, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 84.26 - }, - { - "date": "2020-05-06", - "total_cases": 3224.0, - "new_cases": 330.0, - "new_cases_smoothed": 199.571, - "total_deaths": 95.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 82.819, - "new_cases_per_million": 8.477, - "new_cases_smoothed_per_million": 5.127, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 84.26 - }, - { - "date": "2020-05-07", - "total_cases": 3392.0, - "new_cases": 168.0, - "new_cases_smoothed": 206.143, - "total_deaths": 104.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 87.134, - "new_cases_per_million": 4.316, - "new_cases_smoothed_per_million": 5.295, - "total_deaths_per_million": 2.672, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.161, - "stringency_index": 84.26 - }, - { - "date": "2020-05-08", - "total_cases": 3563.0, - "new_cases": 171.0, - "new_cases_smoothed": 198.857, - "total_deaths": 106.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 91.527, - "new_cases_per_million": 4.393, - "new_cases_smoothed_per_million": 5.108, - "total_deaths_per_million": 2.723, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.154, - "stringency_index": 84.26 - }, - { - "date": "2020-05-09", - "total_cases": 3778.0, - "new_cases": 215.0, - "new_cases_smoothed": 206.143, - "total_deaths": 109.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 97.05, - "new_cases_per_million": 5.523, - "new_cases_smoothed_per_million": 5.295, - "total_deaths_per_million": 2.8, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 84.26 - }, - { - "date": "2020-05-10", - "total_cases": 4033.0, - "new_cases": 255.0, - "new_cases_smoothed": 223.429, - "total_deaths": 115.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 103.601, - "new_cases_per_million": 6.55, - "new_cases_smoothed_per_million": 5.739, - "total_deaths_per_million": 2.954, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.158, - "stringency_index": 84.26 - }, - { - "date": "2020-05-11", - "total_cases": 4402.0, - "new_cases": 369.0, - "new_cases_smoothed": 242.571, - "total_deaths": 120.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 113.08, - "new_cases_per_million": 9.479, - "new_cases_smoothed_per_million": 6.231, - "total_deaths_per_million": 3.083, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 84.26 - }, - { - "date": "2020-05-12", - "total_cases": 4687.0, - "new_cases": 285.0, - "new_cases_smoothed": 256.143, - "total_deaths": 122.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 120.401, - "new_cases_per_million": 7.321, - "new_cases_smoothed_per_million": 6.58, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.117, - "stringency_index": 84.26 - }, - { - "date": "2020-05-13", - "total_cases": 4967.0, - "new_cases": 280.0, - "new_cases_smoothed": 249.0, - "total_deaths": 127.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 127.593, - "new_cases_per_million": 7.193, - "new_cases_smoothed_per_million": 6.396, - "total_deaths_per_million": 3.262, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.117, - "stringency_index": 84.26 - }, - { - "date": "2020-05-14", - "total_cases": 5226.0, - "new_cases": 259.0, - "new_cases_smoothed": 262.0, - "total_deaths": 130.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 134.247, - "new_cases_per_million": 6.653, - "new_cases_smoothed_per_million": 6.73, - "total_deaths_per_million": 3.339, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.095, - "stringency_index": 84.26 - }, - { - "date": "2020-05-15", - "total_cases": 5339.0, - "new_cases": 113.0, - "new_cases_smoothed": 253.714, - "total_deaths": 136.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 137.149, - "new_cases_per_million": 2.903, - "new_cases_smoothed_per_million": 6.517, - "total_deaths_per_million": 3.494, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.11, - "stringency_index": 84.26 - }, - { - "date": "2020-05-16", - "total_cases": 6402.0, - "new_cases": 1063.0, - "new_cases_smoothed": 374.857, - "total_deaths": 168.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 164.456, - "new_cases_per_million": 27.307, - "new_cases_smoothed_per_million": 9.629, - "total_deaths_per_million": 4.316, - "new_deaths_per_million": 0.822, - "new_deaths_smoothed_per_million": 0.217, - "stringency_index": 84.26 - }, - { - "date": "2020-05-17", - "total_cases": 6402.0, - "new_cases": 0.0, - "new_cases_smoothed": 338.429, - "total_deaths": 168.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 164.456, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.694, - "total_deaths_per_million": 4.316, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.194, - "stringency_index": 84.26 - }, - { - "date": "2020-05-18", - "total_cases": 6664.0, - "new_cases": 262.0, - "new_cases_smoothed": 323.143, - "total_deaths": 169.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 171.186, - "new_cases_per_million": 6.73, - "new_cases_smoothed_per_million": 8.301, - "total_deaths_per_million": 4.341, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.18, - "stringency_index": 84.26 - }, - { - "date": "2020-05-19", - "total_cases": 7072.0, - "new_cases": 408.0, - "new_cases_smoothed": 340.714, - "total_deaths": 173.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 181.667, - "new_cases_per_million": 10.481, - "new_cases_smoothed_per_million": 8.752, - "total_deaths_per_million": 4.444, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.187, - "stringency_index": 84.26 - }, - { - "date": "2020-05-20", - "total_cases": 7653.0, - "new_cases": 581.0, - "new_cases_smoothed": 383.714, - "total_deaths": 178.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 196.592, - "new_cases_per_million": 14.925, - "new_cases_smoothed_per_million": 9.857, - "total_deaths_per_million": 4.573, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.187, - "stringency_index": 84.26 - }, - { - "date": "2020-05-21", - "total_cases": 8145.0, - "new_cases": 492.0, - "new_cases_smoothed": 417.0, - "total_deaths": 187.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 209.231, - "new_cases_per_million": 12.639, - "new_cases_smoothed_per_million": 10.712, - "total_deaths_per_million": 4.804, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.209, - "stringency_index": 84.26 - }, - { - "date": "2020-05-22", - "total_cases": 8676.0, - "new_cases": 531.0, - "new_cases_smoothed": 476.714, - "total_deaths": 193.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 222.871, - "new_cases_per_million": 13.64, - "new_cases_smoothed_per_million": 12.246, - "total_deaths_per_million": 4.958, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.209, - "stringency_index": 84.26 - }, - { - "date": "2020-05-23", - "total_cases": 9216.0, - "new_cases": 540.0, - "new_cases_smoothed": 402.0, - "total_deaths": 205.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 236.743, - "new_cases_per_million": 13.872, - "new_cases_smoothed_per_million": 10.327, - "total_deaths_per_million": 5.266, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.136, - "stringency_index": 84.26 - }, - { - "date": "2020-05-24", - "total_cases": 9998.0, - "new_cases": 782.0, - "new_cases_smoothed": 513.714, - "total_deaths": 216.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 256.831, - "new_cases_per_million": 20.088, - "new_cases_smoothed_per_million": 13.196, - "total_deaths_per_million": 5.549, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 84.26 - }, - { - "date": "2020-05-25", - "total_cases": 10582.0, - "new_cases": 584.0, - "new_cases_smoothed": 559.714, - "total_deaths": 218.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 271.833, - "new_cases_per_million": 15.002, - "new_cases_smoothed_per_million": 14.378, - "total_deaths_per_million": 5.6, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.18, - "stringency_index": 84.26 - }, - { - "date": "2020-05-26", - "total_cases": 11173.0, - "new_cases": 591.0, - "new_cases_smoothed": 585.857, - "total_deaths": 219.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 287.015, - "new_cases_per_million": 15.182, - "new_cases_smoothed_per_million": 15.05, - "total_deaths_per_million": 5.626, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 84.26 - }, - { - "date": "2020-05-27", - "total_cases": 11831.0, - "new_cases": 658.0, - "new_cases_smoothed": 596.857, - "total_deaths": 220.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 303.917, - "new_cases_per_million": 16.903, - "new_cases_smoothed_per_million": 15.332, - "total_deaths_per_million": 5.651, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.154, - "stringency_index": 84.26 - }, - { - "date": "2020-05-28", - "total_cases": 12456.0, - "new_cases": 625.0, - "new_cases_smoothed": 615.857, - "total_deaths": 227.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 319.973, - "new_cases_per_million": 16.055, - "new_cases_smoothed_per_million": 15.82, - "total_deaths_per_million": 5.831, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.147, - "stringency_index": 84.26 - }, - { - "date": "2020-05-29", - "total_cases": 13036.0, - "new_cases": 580.0, - "new_cases_smoothed": 622.857, - "total_deaths": 235.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 334.872, - "new_cases_per_million": 14.899, - "new_cases_smoothed_per_million": 16.0, - "total_deaths_per_million": 6.037, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.154, - "stringency_index": 84.26 - }, - { - "date": "2020-05-30", - "total_cases": 13659.0, - "new_cases": 623.0, - "new_cases_smoothed": 634.714, - "total_deaths": 246.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 350.875, - "new_cases_per_million": 16.004, - "new_cases_smoothed_per_million": 16.305, - "total_deaths_per_million": 6.319, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 84.26 - }, - { - "date": "2020-05-31", - "total_cases": 14525.0, - "new_cases": 866.0, - "new_cases_smoothed": 646.714, - "total_deaths": 249.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 373.121, - "new_cases_per_million": 22.246, - "new_cases_smoothed_per_million": 16.613, - "total_deaths_per_million": 6.396, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 84.26 - }, - { - "date": "2020-06-01", - "total_cases": 15205.0, - "new_cases": 680.0, - "new_cases_smoothed": 660.429, - "total_deaths": 257.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 390.589, - "new_cases_per_million": 17.468, - "new_cases_smoothed_per_million": 16.965, - "total_deaths_per_million": 6.602, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.143, - "stringency_index": 84.26 - }, - { - "date": "2020-06-02", - "total_cases": 15750.0, - "new_cases": 545.0, - "new_cases_smoothed": 653.857, - "total_deaths": 265.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 404.59, - "new_cases_per_million": 14.0, - "new_cases_smoothed_per_million": 16.796, - "total_deaths_per_million": 6.807, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 84.26 - }, - { - "date": "2020-06-03", - "total_cases": 16509.0, - "new_cases": 759.0, - "new_cases_smoothed": 668.286, - "total_deaths": 270.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 424.087, - "new_cases_per_million": 19.497, - "new_cases_smoothed_per_million": 17.167, - "total_deaths_per_million": 6.936, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 84.26 - }, - { - "date": "2020-06-04", - "total_cases": 17267.0, - "new_cases": 758.0, - "new_cases_smoothed": 687.286, - "total_deaths": 294.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 443.559, - "new_cases_per_million": 19.472, - "new_cases_smoothed_per_million": 17.655, - "total_deaths_per_million": 7.552, - "new_deaths_per_million": 0.617, - "new_deaths_smoothed_per_million": 0.246, - "stringency_index": 84.26 - }, - { - "date": "2020-06-05", - "total_cases": 18054.0, - "new_cases": 787.0, - "new_cases_smoothed": 716.857, - "total_deaths": 300.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 463.775, - "new_cases_per_million": 20.217, - "new_cases_smoothed_per_million": 18.415, - "total_deaths_per_million": 7.706, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.239, - "stringency_index": 84.26 - }, - { - "date": "2020-06-06", - "total_cases": 18969.0, - "new_cases": 915.0, - "new_cases_smoothed": 758.571, - "total_deaths": 309.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 487.28, - "new_cases_per_million": 23.505, - "new_cases_smoothed_per_million": 19.486, - "total_deaths_per_million": 7.938, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 84.26 - }, - { - "date": "2020-06-07", - "total_cases": 19551.0, - "new_cases": 582.0, - "new_cases_smoothed": 718.0, - "total_deaths": 327.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 502.23, - "new_cases_per_million": 14.951, - "new_cases_smoothed_per_million": 18.444, - "total_deaths_per_million": 8.4, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.286, - "stringency_index": 84.26 - }, - { - "date": "2020-06-08", - "total_cases": 20342.0, - "new_cases": 791.0, - "new_cases_smoothed": 733.857, - "total_deaths": 357.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 522.55, - "new_cases_per_million": 20.319, - "new_cases_smoothed_per_million": 18.851, - "total_deaths_per_million": 9.171, - "new_deaths_per_million": 0.771, - "new_deaths_smoothed_per_million": 0.367, - "stringency_index": 84.26 - }, - { - "date": "2020-06-09", - "total_cases": 20917.0, - "new_cases": 575.0, - "new_cases_smoothed": 738.143, - "total_deaths": 369.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 537.321, - "new_cases_per_million": 14.771, - "new_cases_smoothed_per_million": 18.962, - "total_deaths_per_million": 9.479, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.382, - "stringency_index": 78.7 - }, - { - "date": "2020-06-10", - "total_cases": 21459.0, - "new_cases": 542.0, - "new_cases_smoothed": 707.143, - "total_deaths": 384.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 551.244, - "new_cases_per_million": 13.923, - "new_cases_smoothed_per_million": 18.165, - "total_deaths_per_million": 9.864, - "new_deaths_per_million": 0.385, - "new_deaths_smoothed_per_million": 0.418, - "stringency_index": 78.7 - }, - { - "date": "2020-06-11", - "total_cases": 22143.0, - "new_cases": 684.0, - "new_cases_smoothed": 696.571, - "total_deaths": 405.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 568.814, - "new_cases_per_million": 17.571, - "new_cases_smoothed_per_million": 17.894, - "total_deaths_per_million": 10.404, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.407, - "stringency_index": 78.7 - }, - { - "date": "2020-06-12", - "total_cases": 22890.0, - "new_cases": 747.0, - "new_cases_smoothed": 690.857, - "total_deaths": 426.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 18.0, - "total_cases_per_million": 588.003, - "new_cases_per_million": 19.189, - "new_cases_smoothed_per_million": 17.747, - "total_deaths_per_million": 10.943, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.462, - "stringency_index": 78.7 - }, - { - "date": "2020-06-13", - "total_cases": 23546.0, - "new_cases": 656.0, - "new_cases_smoothed": 653.857, - "total_deaths": 446.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 604.855, - "new_cases_per_million": 16.851, - "new_cases_smoothed_per_million": 16.796, - "total_deaths_per_million": 11.457, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.503, - "stringency_index": 78.7 - }, - { - "date": "2020-06-14", - "total_cases": 24102.0, - "new_cases": 556.0, - "new_cases_smoothed": 650.143, - "total_deaths": 451.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 619.138, - "new_cases_per_million": 14.283, - "new_cases_smoothed_per_million": 16.701, - "total_deaths_per_million": 11.585, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.455, - "stringency_index": 78.7 - }, - { - "date": "2020-06-15", - "total_cases": 24766.0, - "new_cases": 664.0, - "new_cases_smoothed": 632.0, - "total_deaths": 471.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 636.195, - "new_cases_per_million": 17.057, - "new_cases_smoothed_per_million": 16.235, - "total_deaths_per_million": 12.099, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.418, - "stringency_index": 78.7 - }, - { - "date": "2020-06-16", - "total_cases": 25527.0, - "new_cases": 761.0, - "new_cases_smoothed": 658.571, - "total_deaths": 478.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 655.743, - "new_cases_per_million": 19.549, - "new_cases_smoothed_per_million": 16.918, - "total_deaths_per_million": 12.279, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.4, - "stringency_index": 78.7 - }, - { - "date": "2020-06-17", - "total_cases": 26310.0, - "new_cases": 783.0, - "new_cases_smoothed": 693.0, - "total_deaths": 491.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 675.857, - "new_cases_per_million": 20.114, - "new_cases_smoothed_per_million": 17.802, - "total_deaths_per_million": 12.613, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.393, - "stringency_index": 78.7 - }, - { - "date": "2020-06-18", - "total_cases": 26874.0, - "new_cases": 564.0, - "new_cases_smoothed": 675.857, - "total_deaths": 504.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 690.345, - "new_cases_per_million": 14.488, - "new_cases_smoothed_per_million": 17.362, - "total_deaths_per_million": 12.947, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.363, - "stringency_index": 78.7 - }, - { - "date": "2020-06-19", - "total_cases": 27532.0, - "new_cases": 658.0, - "new_cases_smoothed": 663.143, - "total_deaths": 546.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 707.248, - "new_cases_per_million": 16.903, - "new_cases_smoothed_per_million": 17.035, - "total_deaths_per_million": 14.026, - "new_deaths_per_million": 1.079, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 78.7 - }, - { - "date": "2020-06-20", - "total_cases": 27878.0, - "new_cases": 346.0, - "new_cases_smoothed": 618.857, - "total_deaths": 548.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 716.136, - "new_cases_per_million": 8.888, - "new_cases_smoothed_per_million": 15.897, - "total_deaths_per_million": 14.077, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.374, - "stringency_index": 78.7 - }, - { - "date": "2020-06-21", - "total_cases": 28424.0, - "new_cases": 546.0, - "new_cases_smoothed": 617.429, - "total_deaths": 569.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 730.162, - "new_cases_per_million": 14.026, - "new_cases_smoothed_per_million": 15.861, - "total_deaths_per_million": 14.617, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.433, - "stringency_index": 78.7 - }, - { - "date": "2020-06-22", - "total_cases": 28833.0, - "new_cases": 409.0, - "new_cases_smoothed": 581.0, - "total_deaths": 581.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 740.669, - "new_cases_per_million": 10.506, - "new_cases_smoothed_per_million": 14.925, - "total_deaths_per_million": 14.925, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.404, - "stringency_index": 78.7 - }, - { - "date": "2020-06-23", - "total_cases": 29143.0, - "new_cases": 310.0, - "new_cases_smoothed": 516.571, - "total_deaths": 598.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 748.632, - "new_cases_per_million": 7.963, - "new_cases_smoothed_per_million": 13.27, - "total_deaths_per_million": 15.362, - "new_deaths_per_million": 0.437, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 78.7 - }, - { - "date": "2020-06-24", - "total_cases": 29481.0, - "new_cases": 338.0, - "new_cases_smoothed": 453.0, - "total_deaths": 618.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 757.315, - "new_cases_per_million": 8.683, - "new_cases_smoothed_per_million": 11.637, - "total_deaths_per_million": 15.875, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.466, - "stringency_index": 78.7 - }, - { - "date": "2020-06-25", - "total_cases": 29715.0, - "new_cases": 234.0, - "new_cases_smoothed": 405.857, - "total_deaths": 639.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 763.326, - "new_cases_per_million": 6.011, - "new_cases_smoothed_per_million": 10.426, - "total_deaths_per_million": 16.415, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.495, - "stringency_index": 78.7 - }, - { - "date": "2020-06-26", - "total_cases": 30175.0, - "new_cases": 460.0, - "new_cases_smoothed": 377.571, - "total_deaths": 675.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 18.429, - "total_cases_per_million": 775.142, - "new_cases_per_million": 11.817, - "new_cases_smoothed_per_million": 9.699, - "total_deaths_per_million": 17.34, - "new_deaths_per_million": 0.925, - "new_deaths_smoothed_per_million": 0.473, - "stringency_index": 78.7 - }, - { - "date": "2020-06-27", - "total_cases": 30451.0, - "new_cases": 276.0, - "new_cases_smoothed": 367.571, - "total_deaths": 683.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 782.232, - "new_cases_per_million": 7.09, - "new_cases_smoothed_per_million": 9.442, - "total_deaths_per_million": 17.545, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.495, - "stringency_index": 78.7 - }, - { - "date": "2020-06-28", - "total_cases": 30616.0, - "new_cases": 165.0, - "new_cases_smoothed": 313.143, - "total_deaths": 703.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 19.143, - "total_cases_per_million": 786.471, - "new_cases_per_million": 4.239, - "new_cases_smoothed_per_million": 8.044, - "total_deaths_per_million": 18.059, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.492, - "stringency_index": 78.7 - }, - { - "date": "2020-06-29", - "total_cases": 30967.0, - "new_cases": 351.0, - "new_cases_smoothed": 304.857, - "total_deaths": 721.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 20.0, - "total_cases_per_million": 795.487, - "new_cases_per_million": 9.017, - "new_cases_smoothed_per_million": 7.831, - "total_deaths_per_million": 18.521, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 78.7 - }, - { - "date": "2020-06-30", - "total_cases": 31238.0, - "new_cases": 271.0, - "new_cases_smoothed": 299.286, - "total_deaths": 733.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 802.449, - "new_cases_per_million": 6.962, - "new_cases_smoothed_per_million": 7.688, - "total_deaths_per_million": 18.829, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.495, - "stringency_index": 78.7 - }, - { - "date": "2020-07-01", - "total_cases": 31517.0, - "new_cases": 279.0, - "new_cases_smoothed": 290.857, - "total_deaths": 746.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 18.286, - "total_cases_per_million": 809.616, - "new_cases_per_million": 7.167, - "new_cases_smoothed_per_million": 7.472, - "total_deaths_per_million": 19.163, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.47, - "stringency_index": 78.7 - }, - { - "date": "2020-07-02", - "total_cases": 31836.0, - "new_cases": 319.0, - "new_cases_smoothed": 303.0, - "total_deaths": 774.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 817.81, - "new_cases_per_million": 8.195, - "new_cases_smoothed_per_million": 7.784, - "total_deaths_per_million": 19.883, - "new_deaths_per_million": 0.719, - "new_deaths_smoothed_per_million": 0.495, - "stringency_index": 78.7 - }, - { - "date": "2020-07-03", - "total_cases": 32022.0, - "new_cases": 186.0, - "new_cases_smoothed": 263.857, - "total_deaths": 807.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 822.588, - "new_cases_per_million": 4.778, - "new_cases_smoothed_per_million": 6.778, - "total_deaths_per_million": 20.73, - "new_deaths_per_million": 0.848, - "new_deaths_smoothed_per_million": 0.484, - "stringency_index": 78.7 - }, - { - "date": "2020-07-04", - "total_cases": 32324.0, - "new_cases": 302.0, - "new_cases_smoothed": 267.571, - "total_deaths": 819.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 830.346, - "new_cases_per_million": 7.758, - "new_cases_smoothed_per_million": 6.873, - "total_deaths_per_million": 21.039, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.499, - "stringency_index": 78.7 - }, - { - "date": "2020-07-05", - "total_cases": 32672.0, - "new_cases": 348.0, - "new_cases_smoothed": 293.714, - "total_deaths": 826.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 839.286, - "new_cases_per_million": 8.94, - "new_cases_smoothed_per_million": 7.545, - "total_deaths_per_million": 21.218, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.451, - "stringency_index": 78.7 - }, - { - "date": "2020-07-06", - "total_cases": 32951.0, - "new_cases": 279.0, - "new_cases_smoothed": 283.429, - "total_deaths": 864.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 20.429, - "total_cases_per_million": 846.453, - "new_cases_per_million": 7.167, - "new_cases_smoothed_per_million": 7.281, - "total_deaths_per_million": 22.195, - "new_deaths_per_million": 0.976, - "new_deaths_smoothed_per_million": 0.525, - "stringency_index": 78.7 - }, - { - "date": "2020-07-07", - "total_cases": 33384.0, - "new_cases": 433.0, - "new_cases_smoothed": 306.571, - "total_deaths": 920.0, - "new_deaths": 56.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 857.576, - "new_cases_per_million": 11.123, - "new_cases_smoothed_per_million": 7.875, - "total_deaths_per_million": 23.633, - "new_deaths_per_million": 1.439, - "new_deaths_smoothed_per_million": 0.686, - "stringency_index": 78.7 - }, - { - "date": "2020-07-08", - "total_cases": 33594.0, - "new_cases": 210.0, - "new_cases_smoothed": 296.714, - "total_deaths": 936.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 27.143, - "total_cases_per_million": 862.97, - "new_cases_per_million": 5.395, - "new_cases_smoothed_per_million": 7.622, - "total_deaths_per_million": 24.044, - "new_deaths_per_million": 0.411, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 78.7 - }, - { - "date": "2020-07-09", - "total_cases": 33653.0, - "new_cases": 59.0, - "new_cases_smoothed": 259.571, - "total_deaths": 937.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 23.286, - "total_cases_per_million": 864.486, - "new_cases_per_million": 1.516, - "new_cases_smoothed_per_million": 6.668, - "total_deaths_per_million": 24.07, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.598, - "stringency_index": 78.7 - }, - { - "date": "2020-07-10", - "total_cases": 33908.0, - "new_cases": 255.0, - "new_cases_smoothed": 269.429, - "total_deaths": 957.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 871.036, - "new_cases_per_million": 6.55, - "new_cases_smoothed_per_million": 6.921, - "total_deaths_per_million": 24.584, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.55, - "stringency_index": 78.7 - }, - { - "date": "2020-07-11", - "total_cases": 34366.0, - "new_cases": 458.0, - "new_cases_smoothed": 291.714, - "total_deaths": 994.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 25.0, - "total_cases_per_million": 882.802, - "new_cases_per_million": 11.765, - "new_cases_smoothed_per_million": 7.494, - "total_deaths_per_million": 25.534, - "new_deaths_per_million": 0.95, - "new_deaths_smoothed_per_million": 0.642, - "stringency_index": 78.7 - }, - { - "date": "2020-07-12", - "total_cases": 34451.0, - "new_cases": 85.0, - "new_cases_smoothed": 254.143, - "total_deaths": 1010.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 26.286, - "total_cases_per_million": 884.985, - "new_cases_per_million": 2.183, - "new_cases_smoothed_per_million": 6.528, - "total_deaths_per_million": 25.945, - "new_deaths_per_million": 0.411, - "new_deaths_smoothed_per_million": 0.675, - "stringency_index": 78.7 - }, - { - "date": "2020-07-13", - "total_cases": 34451.0, - "new_cases": 0.0, - "new_cases_smoothed": 214.286, - "total_deaths": 1010.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 20.857, - "total_cases_per_million": 884.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.505, - "total_deaths_per_million": 25.945, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.536, - "stringency_index": 78.7 - }, - { - "date": "2020-07-14", - "total_cases": 34455.0, - "new_cases": 4.0, - "new_cases_smoothed": 153.0, - "total_deaths": 1012.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 885.088, - "new_cases_per_million": 0.103, - "new_cases_smoothed_per_million": 3.93, - "total_deaths_per_million": 25.996, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.338, - "stringency_index": 78.7 - }, - { - "date": "2020-07-15", - "total_cases": 34740.0, - "new_cases": 285.0, - "new_cases_smoothed": 163.714, - "total_deaths": 1045.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 892.409, - "new_cases_per_million": 7.321, - "new_cases_smoothed_per_million": 4.206, - "total_deaths_per_million": 26.844, - "new_deaths_per_million": 0.848, - "new_deaths_smoothed_per_million": 0.4, - "stringency_index": 78.7 - }, - { - "date": "2020-07-16", - "total_cases": 34994.0, - "new_cases": 254.0, - "new_cases_smoothed": 191.571, - "total_deaths": 1094.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 22.429, - "total_cases_per_million": 898.934, - "new_cases_per_million": 6.525, - "new_cases_smoothed_per_million": 4.921, - "total_deaths_per_million": 28.103, - "new_deaths_per_million": 1.259, - "new_deaths_smoothed_per_million": 0.576, - "stringency_index": 78.7 - }, - { - "date": "2020-07-17", - "total_cases": 35070.0, - "new_cases": 76.0, - "new_cases_smoothed": 166.0, - "total_deaths": 1115.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 900.886, - "new_cases_per_million": 1.952, - "new_cases_smoothed_per_million": 4.264, - "total_deaths_per_million": 28.642, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.58, - "stringency_index": 78.7 - }, - { - "date": "2020-07-18", - "total_cases": 35289.0, - "new_cases": 219.0, - "new_cases_smoothed": 131.857, - "total_deaths": 1147.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 906.512, - "new_cases_per_million": 5.626, - "new_cases_smoothed_per_million": 3.387, - "total_deaths_per_million": 29.464, - "new_deaths_per_million": 0.822, - "new_deaths_smoothed_per_million": 0.561, - "stringency_index": 78.7 - }, - { - "date": "2020-07-19", - "total_cases": 35301.0, - "new_cases": 12.0, - "new_cases_smoothed": 121.429, - "total_deaths": 1164.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 22.0, - "total_cases_per_million": 906.82, - "new_cases_per_million": 0.308, - "new_cases_smoothed_per_million": 3.119, - "total_deaths_per_million": 29.901, - "new_deaths_per_million": 0.437, - "new_deaths_smoothed_per_million": 0.565, - "stringency_index": 78.7 - }, - { - "date": "2020-07-20", - "total_cases": 35475.0, - "new_cases": 174.0, - "new_cases_smoothed": 146.286, - "total_deaths": 1181.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 911.29, - "new_cases_per_million": 4.47, - "new_cases_smoothed_per_million": 3.758, - "total_deaths_per_million": 30.338, - "new_deaths_per_million": 0.437, - "new_deaths_smoothed_per_million": 0.628, - "stringency_index": 78.7 - }, - { - "date": "2020-07-21", - "total_cases": 35615.0, - "new_cases": 140.0, - "new_cases_smoothed": 165.714, - "total_deaths": 1186.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 24.857, - "total_cases_per_million": 914.886, - "new_cases_per_million": 3.596, - "new_cases_smoothed_per_million": 4.257, - "total_deaths_per_million": 30.466, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.639, - "stringency_index": 78.7 - }, - { - "date": "2020-07-22", - "total_cases": 35727.0, - "new_cases": 112.0, - "new_cases_smoothed": 141.0, - "total_deaths": 1190.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 20.714, - "total_cases_per_million": 917.763, - "new_cases_per_million": 2.877, - "new_cases_smoothed_per_million": 3.622, - "total_deaths_per_million": 30.569, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.532, - "stringency_index": 78.7 - }, - { - "date": "2020-07-23", - "total_cases": 35915.0, - "new_cases": 188.0, - "new_cases_smoothed": 131.571, - "total_deaths": 1211.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 922.593, - "new_cases_per_million": 4.829, - "new_cases_smoothed_per_million": 3.38, - "total_deaths_per_million": 31.108, - "new_deaths_per_million": 0.539, - "new_deaths_smoothed_per_million": 0.429, - "stringency_index": 78.7 - }, - { - "date": "2020-07-24", - "total_cases": 35928.0, - "new_cases": 13.0, - "new_cases_smoothed": 122.571, - "total_deaths": 1211.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 922.927, - "new_cases_per_million": 0.334, - "new_cases_smoothed_per_million": 3.149, - "total_deaths_per_million": 31.108, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.352, - "stringency_index": 78.7 - }, - { - "date": "2020-07-25", - "total_cases": 36036.0, - "new_cases": 108.0, - "new_cases_smoothed": 106.714, - "total_deaths": 1246.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 925.701, - "new_cases_per_million": 2.774, - "new_cases_smoothed_per_million": 2.741, - "total_deaths_per_million": 32.008, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.363, - "stringency_index": 78.7 - }, - { - "date": "2020-07-26", - "total_cases": 36157.0, - "new_cases": 121.0, - "new_cases_smoothed": 122.286, - "total_deaths": 1259.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 928.809, - "new_cases_per_million": 3.108, - "new_cases_smoothed_per_million": 3.141, - "total_deaths_per_million": 32.341, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.349, - "stringency_index": 78.7 - }, - { - "date": "2020-07-27", - "total_cases": 36263.0, - "new_cases": 106.0, - "new_cases_smoothed": 112.571, - "total_deaths": 1269.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 931.532, - "new_cases_per_million": 2.723, - "new_cases_smoothed_per_million": 2.892, - "total_deaths_per_million": 32.598, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.323, - "stringency_index": 78.7 - }, - { - "date": "2020-07-28", - "total_cases": 36368.0, - "new_cases": 105.0, - "new_cases_smoothed": 107.571, - "total_deaths": 1270.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 934.229, - "new_cases_per_million": 2.697, - "new_cases_smoothed_per_million": 2.763, - "total_deaths_per_million": 32.624, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.308, - "stringency_index": 78.7 - }, - { - "date": "2020-07-29", - "total_cases": 36471.0, - "new_cases": 103.0, - "new_cases_smoothed": 106.286, - "total_deaths": 1271.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 936.875, - "new_cases_per_million": 2.646, - "new_cases_smoothed_per_million": 2.73, - "total_deaths_per_million": 32.65, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.297, - "stringency_index": 78.7 - }, - { - "date": "2020-07-30", - "total_cases": 36471.0, - "new_cases": 0.0, - "new_cases_smoothed": 79.429, - "total_deaths": 1271.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 936.875, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.04, - "total_deaths_per_million": 32.65, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.22, - "stringency_index": 78.7 - }, - { - "date": "2020-07-31", - "total_cases": 36542.0, - "new_cases": 71.0, - "new_cases_smoothed": 87.714, - "total_deaths": 1271.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 938.699, - "new_cases_per_million": 1.824, - "new_cases_smoothed_per_million": 2.253, - "total_deaths_per_million": 32.65, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.22, - "stringency_index": 78.7 - }, - { - "date": "2020-08-01", - "total_cases": 36710.0, - "new_cases": 168.0, - "new_cases_smoothed": 96.286, - "total_deaths": 1283.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 943.015, - "new_cases_per_million": 4.316, - "new_cases_smoothed_per_million": 2.473, - "total_deaths_per_million": 32.958, - "new_deaths_per_million": 0.308, - "new_deaths_smoothed_per_million": 0.136, - "stringency_index": 78.7 - }, - { - "date": "2020-08-02", - "total_cases": 36710.0, - "new_cases": 0.0, - "new_cases_smoothed": 79.0, - "total_deaths": 1283.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 943.015, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.029, - "total_deaths_per_million": 32.958, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.088, - "stringency_index": 78.7 - }, - { - "date": "2020-08-03", - "total_cases": 36710.0, - "new_cases": 0.0, - "new_cases_smoothed": 63.857, - "total_deaths": 1284.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 943.015, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.64, - "total_deaths_per_million": 32.984, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 78.7 - }, - { - "date": "2020-08-04", - "total_cases": 36747.0, - "new_cases": 37.0, - "new_cases_smoothed": 54.143, - "total_deaths": 1288.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 943.965, - "new_cases_per_million": 0.95, - "new_cases_smoothed_per_million": 1.391, - "total_deaths_per_million": 33.086, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.066, - "stringency_index": 75.0 - }, - { - "date": "2020-08-05", - "total_cases": 36829.0, - "new_cases": 82.0, - "new_cases_smoothed": 51.143, - "total_deaths": 1294.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 946.072, - "new_cases_per_million": 2.106, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 33.241, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.084, - "stringency_index": 71.3 - }, - { - "date": "2020-08-06", - "total_cases": 36896.0, - "new_cases": 67.0, - "new_cases_smoothed": 60.714, - "total_deaths": 1298.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 947.793, - "new_cases_per_million": 1.721, - "new_cases_smoothed_per_million": 1.56, - "total_deaths_per_million": 33.343, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 71.3 - }, - { - "date": "2020-08-07", - "total_cases": 36937.0, - "new_cases": 41.0, - "new_cases_smoothed": 56.429, - "total_deaths": 1298.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 948.846, - "new_cases_per_million": 1.053, - "new_cases_smoothed_per_million": 1.45, - "total_deaths_per_million": 33.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 71.3 - }, - { - "date": "2020-08-08", - "total_cases": 37015.0, - "new_cases": 78.0, - "new_cases_smoothed": 43.571, - "total_deaths": 1307.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 950.85, - "new_cases_per_million": 2.004, - "new_cases_smoothed_per_million": 1.119, - "total_deaths_per_million": 33.575, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.088, - "stringency_index": 71.3 - }, - { - "date": "2020-08-09", - "total_cases": 37054.0, - "new_cases": 39.0, - "new_cases_smoothed": 49.143, - "total_deaths": 1312.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 951.852, - "new_cases_per_million": 1.002, - "new_cases_smoothed_per_million": 1.262, - "total_deaths_per_million": 33.703, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.106, - "stringency_index": 71.3 - }, - { - "date": "2020-08-10", - "total_cases": 37054.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.143, - "total_deaths": 1312.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 951.852, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.262, - "total_deaths_per_million": 33.703, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.103, - "stringency_index": 71.3 - }, - { - "date": "2020-08-11", - "total_cases": 37054.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.857, - "total_deaths": 1312.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 951.852, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.127, - "total_deaths_per_million": 33.703, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.088, - "stringency_index": 71.3 - }, - { - "date": "2020-08-12", - "total_cases": 37269.0, - "new_cases": 215.0, - "new_cases_smoothed": 62.857, - "total_deaths": 1344.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 957.374, - "new_cases_per_million": 5.523, - "new_cases_smoothed_per_million": 1.615, - "total_deaths_per_million": 34.525, - "new_deaths_per_million": 0.822, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 71.3 - }, - { - "date": "2020-08-13", - "total_cases": 37345.0, - "new_cases": 76.0, - "new_cases_smoothed": 64.143, - "total_deaths": 1354.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 959.327, - "new_cases_per_million": 1.952, - "new_cases_smoothed_per_million": 1.648, - "total_deaths_per_million": 34.782, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.206, - "stringency_index": 71.3 - }, - { - "date": "2020-08-14", - "total_cases": 37424.0, - "new_cases": 79.0, - "new_cases_smoothed": 69.571, - "total_deaths": 1363.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 961.356, - "new_cases_per_million": 2.029, - "new_cases_smoothed_per_million": 1.787, - "total_deaths_per_million": 35.013, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.239, - "stringency_index": 71.3 - }, - { - "date": "2020-08-15", - "total_cases": 37431.0, - "new_cases": 7.0, - "new_cases_smoothed": 59.429, - "total_deaths": 1363.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 961.536, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 1.527, - "total_deaths_per_million": 35.013, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "stringency_index": 60.19 - }, - { - "date": "2020-08-16", - "total_cases": 37551.0, - "new_cases": 120.0, - "new_cases_smoothed": 71.0, - "total_deaths": 1370.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 964.619, - "new_cases_per_million": 3.083, - "new_cases_smoothed_per_million": 1.824, - "total_deaths_per_million": 35.193, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.213, - "stringency_index": 60.19 - }, - { - "date": "2020-08-17", - "total_cases": 37596.0, - "new_cases": 45.0, - "new_cases_smoothed": 77.429, - "total_deaths": 1375.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 965.775, - "new_cases_per_million": 1.156, - "new_cases_smoothed_per_million": 1.989, - "total_deaths_per_million": 35.321, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 60.19 - }, - { - "date": "2020-08-18", - "total_cases": 37599.0, - "new_cases": 3.0, - "new_cases_smoothed": 77.857, - "total_deaths": 1375.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 965.852, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 2.0, - "total_deaths_per_million": 35.321, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 48.15 - }, - { - "date": "2020-08-19", - "total_cases": 37599.0, - "new_cases": 0.0, - "new_cases_smoothed": 47.143, - "total_deaths": 1375.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 965.852, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.211, - "total_deaths_per_million": 35.321, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.114, - "stringency_index": 48.15 - }, - { - "date": "2020-08-20", - "total_cases": 37759.0, - "new_cases": 160.0, - "new_cases_smoothed": 59.143, - "total_deaths": 1383.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 969.962, - "new_cases_per_million": 4.11, - "new_cases_smoothed_per_million": 1.519, - "total_deaths_per_million": 35.527, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.106, - "stringency_index": 48.15 - }, - { - "date": "2020-08-21", - "total_cases": 37856.0, - "new_cases": 97.0, - "new_cases_smoothed": 61.714, - "total_deaths": 1385.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 972.453, - "new_cases_per_million": 2.492, - "new_cases_smoothed_per_million": 1.585, - "total_deaths_per_million": 35.578, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 48.15 - }, - { - "date": "2020-08-22", - "total_cases": 37894.0, - "new_cases": 38.0, - "new_cases_smoothed": 66.143, - "total_deaths": 1385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 973.43, - "new_cases_per_million": 0.976, - "new_cases_smoothed_per_million": 1.699, - "total_deaths_per_million": 35.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 48.15 - }, - { - "date": "2020-08-23", - "total_cases": 37999.0, - "new_cases": 105.0, - "new_cases_smoothed": 64.0, - "total_deaths": 1387.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 976.127, - "new_cases_per_million": 2.697, - "new_cases_smoothed_per_million": 1.644, - "total_deaths_per_million": 35.63, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 48.15 - }, - { - "date": "2020-08-24", - "total_cases": 37999.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.571, - "total_deaths": 1387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 976.127, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.479, - "total_deaths_per_million": 35.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 48.15 - }, - { - "date": "2020-08-25", - "total_cases": 38070.0, - "new_cases": 71.0, - "new_cases_smoothed": 67.286, - "total_deaths": 1397.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 977.951, - "new_cases_per_million": 1.824, - "new_cases_smoothed_per_million": 1.728, - "total_deaths_per_million": 35.886, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 48.15 - }, - { - "date": "2020-08-26", - "total_cases": 38071.0, - "new_cases": 1.0, - "new_cases_smoothed": 67.429, - "total_deaths": 1397.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 977.976, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 1.732, - "total_deaths_per_million": 35.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 21.3 - }, - { - "date": "2020-08-27", - "total_cases": 38126.0, - "new_cases": 55.0, - "new_cases_smoothed": 52.429, - "total_deaths": 1401.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 979.389, - "new_cases_per_million": 1.413, - "new_cases_smoothed_per_million": 1.347, - "total_deaths_per_million": 35.989, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.066, - "stringency_index": 21.3 - }, - { - "date": "2020-08-28", - "total_cases": 38129.0, - "new_cases": 3.0, - "new_cases_smoothed": 39.0, - "total_deaths": 1401.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 979.466, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 1.002, - "total_deaths_per_million": 35.989, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 21.3 - }, - { - "date": "2020-08-29", - "total_cases": 38140.0, - "new_cases": 11.0, - "new_cases_smoothed": 35.143, - "total_deaths": 1402.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 979.749, - "new_cases_per_million": 0.283, - "new_cases_smoothed_per_million": 0.903, - "total_deaths_per_million": 36.015, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 21.3 - }, - { - "date": "2020-08-30", - "total_cases": 38143.0, - "new_cases": 3.0, - "new_cases_smoothed": 20.571, - "total_deaths": 1402.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 979.826, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 0.528, - "total_deaths_per_million": 36.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 21.3 - }, - { - "date": "2020-08-31", - "total_cases": 38162.0, - "new_cases": 19.0, - "new_cases_smoothed": 23.286, - "total_deaths": 1402.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 980.314, - "new_cases_per_million": 0.488, - "new_cases_smoothed_per_million": 0.598, - "total_deaths_per_million": 36.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 21.3 - }, - { - "date": "2020-09-01", - "total_cases": 38196.0, - "new_cases": 34.0, - "new_cases_smoothed": 18.0, - "total_deaths": 1406.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 981.187, - "new_cases_per_million": 0.873, - "new_cases_smoothed_per_million": 0.462, - "total_deaths_per_million": 36.118, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.033, - "stringency_index": 21.3 - }, - { - "date": "2020-09-02", - "total_cases": 38205.0, - "new_cases": 9.0, - "new_cases_smoothed": 19.143, - "total_deaths": 1406.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 981.419, - "new_cases_per_million": 0.231, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 36.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "stringency_index": 21.3 - }, - { - "date": "2020-09-03", - "total_cases": 38243.0, - "new_cases": 38.0, - "new_cases_smoothed": 16.714, - "total_deaths": 1409.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 982.395, - "new_cases_per_million": 0.976, - "new_cases_smoothed_per_million": 0.429, - "total_deaths_per_million": 36.195, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.029, - "stringency_index": 21.3 - }, - { - "date": "2020-09-04", - "total_cases": 38288.0, - "new_cases": 45.0, - "new_cases_smoothed": 22.714, - "total_deaths": 1410.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 983.551, - "new_cases_per_million": 1.156, - "new_cases_smoothed_per_million": 0.583, - "total_deaths_per_million": 36.22, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.033, - "stringency_index": 21.3 - }, - { - "date": "2020-09-05", - "total_cases": 38304.0, - "new_cases": 16.0, - "new_cases_smoothed": 23.429, - "total_deaths": 1410.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 983.962, - "new_cases_per_million": 0.411, - "new_cases_smoothed_per_million": 0.602, - "total_deaths_per_million": 36.22, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "stringency_index": 21.3 - }, - { - "date": "2020-09-06", - "total_cases": 38324.0, - "new_cases": 20.0, - "new_cases_smoothed": 25.857, - "total_deaths": 1410.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 984.476, - "new_cases_per_million": 0.514, - "new_cases_smoothed_per_million": 0.664, - "total_deaths_per_million": 36.22, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "stringency_index": 21.3 - }, - { - "date": "2020-09-07", - "total_cases": 38398.0, - "new_cases": 74.0, - "new_cases_smoothed": 33.714, - "total_deaths": 1412.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 986.376, - "new_cases_per_million": 1.901, - "new_cases_smoothed_per_million": 0.866, - "total_deaths_per_million": 36.272, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 21.3 - }, - { - "date": "2020-09-08", - "total_cases": 38494.0, - "new_cases": 96.0, - "new_cases_smoothed": 42.571, - "total_deaths": 1415.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 988.843, - "new_cases_per_million": 2.466, - "new_cases_smoothed_per_million": 1.094, - "total_deaths_per_million": 36.349, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.033, - "stringency_index": 21.3 - }, - { - "date": "2020-09-09", - "total_cases": 38520.0, - "new_cases": 26.0, - "new_cases_smoothed": 45.0, - "total_deaths": 1418.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 989.51, - "new_cases_per_million": 0.668, - "new_cases_smoothed_per_million": 1.156, - "total_deaths_per_million": 36.426, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 21.3 - }, - { - "date": "2020-09-10", - "total_cases": 38544.0, - "new_cases": 24.0, - "new_cases_smoothed": 43.0, - "total_deaths": 1420.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 990.127, - "new_cases_per_million": 0.617, - "new_cases_smoothed_per_million": 1.105, - "total_deaths_per_million": 36.477, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 21.3 - }, - { - "date": "2020-09-11", - "total_cases": 38572.0, - "new_cases": 28.0, - "new_cases_smoothed": 40.571, - "total_deaths": 1420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 990.846, - "new_cases_per_million": 0.719, - "new_cases_smoothed_per_million": 1.042, - "total_deaths_per_million": 36.477, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 21.3 - }, - { - "date": "2020-09-12", - "total_cases": 38606.0, - "new_cases": 34.0, - "new_cases_smoothed": 43.143, - "total_deaths": 1420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 991.72, - "new_cases_per_million": 0.873, - "new_cases_smoothed_per_million": 1.108, - "total_deaths_per_million": 36.477, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 21.3 - }, - { - "date": "2020-09-13", - "total_cases": 38641.0, - "new_cases": 35.0, - "new_cases_smoothed": 45.286, - "total_deaths": 1420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 992.619, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 1.163, - "total_deaths_per_million": 36.477, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 21.3 - }, - { - "date": "2020-09-14", - "total_cases": 38716.0, - "new_cases": 75.0, - "new_cases_smoothed": 45.429, - "total_deaths": 1420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 994.545, - "new_cases_per_million": 1.927, - "new_cases_smoothed_per_million": 1.167, - "total_deaths_per_million": 36.477, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "stringency_index": 21.3 - }, - { - "date": "2020-09-15", - "total_cases": 38815.0, - "new_cases": 99.0, - "new_cases_smoothed": 45.857, - "total_deaths": 1426.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 997.088, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.178, - "total_deaths_per_million": 36.631, - "new_deaths_per_million": 0.154, - "new_deaths_smoothed_per_million": 0.04, - "stringency_index": 21.3 - }, - { - "date": "2020-09-16", - "total_cases": 38855.0, - "new_cases": 40.0, - "new_cases_smoothed": 47.857, - "total_deaths": 1436.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 998.116, - "new_cases_per_million": 1.028, - "new_cases_smoothed_per_million": 1.229, - "total_deaths_per_million": 36.888, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.066, - "stringency_index": 21.3 - }, - { - "date": "2020-09-17", - "total_cases": 38872.0, - "new_cases": 17.0, - "new_cases_smoothed": 46.857, - "total_deaths": 1436.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 998.553, - "new_cases_per_million": 0.437, - "new_cases_smoothed_per_million": 1.204, - "total_deaths_per_million": 36.888, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 21.3 - }, - { - "date": "2020-09-18", - "total_cases": 38872.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.857, - "total_deaths": 1436.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 998.553, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.101, - "total_deaths_per_million": 36.888, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 21.3 - }, - { - "date": "2020-09-19", - "total_cases": 38919.0, - "new_cases": 47.0, - "new_cases_smoothed": 44.714, - "total_deaths": 1437.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 999.76, - "new_cases_per_million": 1.207, - "new_cases_smoothed_per_million": 1.149, - "total_deaths_per_million": 36.914, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 21.3 - }, - { - "date": "2020-09-20", - "total_cases": 39044.0, - "new_cases": 125.0, - "new_cases_smoothed": 57.571, - "total_deaths": 1441.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1002.971, - "new_cases_per_million": 3.211, - "new_cases_smoothed_per_million": 1.479, - "total_deaths_per_million": 37.017, - "new_deaths_per_million": 0.103, - "new_deaths_smoothed_per_million": 0.077, - "stringency_index": 21.3 - }, - { - "date": "2020-09-21", - "total_cases": 39044.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.857, - "total_deaths": 1441.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1002.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.204, - "total_deaths_per_million": 37.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "stringency_index": 21.3 - }, - { - "date": "2020-09-22", - "total_cases": 39074.0, - "new_cases": 30.0, - "new_cases_smoothed": 37.0, - "total_deaths": 1444.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 1003.742, - "new_cases_per_million": 0.771, - "new_cases_smoothed_per_million": 0.95, - "total_deaths_per_million": 37.094, - "new_deaths_per_million": 0.077, - "new_deaths_smoothed_per_million": 0.066 - }, - { - "date": "2020-09-23", - "total_cases": 39145.0, - "new_cases": 71.0, - "new_cases_smoothed": 41.429, - "total_deaths": 1446.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1005.566, - "new_cases_per_million": 1.824, - "new_cases_smoothed_per_million": 1.064, - "total_deaths_per_million": 37.145, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.037 - }, - { - "date": "2020-09-24", - "total_cases": 39170.0, - "new_cases": 25.0, - "new_cases_smoothed": 42.571, - "total_deaths": 1451.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1006.208, - "new_cases_per_million": 0.642, - "new_cases_smoothed_per_million": 1.094, - "total_deaths_per_million": 37.274, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.055 - }, - { - "date": "2020-09-25", - "total_cases": 39170.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.571, - "total_deaths": 1451.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1006.208, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.094, - "total_deaths_per_million": 37.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055 - } - ] - }, - "AGO": { - "continent": "Africa", - "location": "Angola", - "population": 32866268.0, - "population_density": 23.89, - "median_age": 16.8, - "aged_65_older": 2.405, - "aged_70_older": 1.362, - "gdp_per_capita": 5819.495, - "cardiovasc_death_rate": 276.045, - "diabetes_prevalence": 3.94, - "handwashing_facilities": 26.664, - "life_expectancy": 61.15, - "human_development_index": 0.581, - "data": [ - { - "date": "2020-03-22", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.061, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-23", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-24", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-25", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-26", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-27", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.091, - "new_cases_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-28", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.122, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-29", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.122, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-30", - "total_cases": 7.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.213, - "new_cases_per_million": 0.091, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-03-31", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.213, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-01", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.213, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-02", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.243, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-03", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.243, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-04", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.243, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-05", - "total_cases": 10.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.304, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 90.74 - }, - { - "date": "2020-04-06", - "total_cases": 14.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.426, - "new_cases_per_million": 0.122, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-07", - "total_cases": 16.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.487, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-08", - "total_cases": 17.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.517, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-09", - "total_cases": 19.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-10", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-11", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-12", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-13", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-14", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-15", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-16", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-17", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-18", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-19", - "total_cases": 24.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.73, - "new_cases_per_million": 0.152, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-20", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.73, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-21", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.73, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-22", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.73, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-23", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.73, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-24", - "total_cases": 25.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.761, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-25", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.761, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-26", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.761, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-27", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.791, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-28", - "total_cases": 27.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.822, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-29", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.822, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-30", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.822, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-01", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.822, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-02", - "total_cases": 29.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.882, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-03", - "total_cases": 35.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.065, - "new_cases_per_million": 0.183, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-04", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-05", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.035, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-06", - "total_cases": 36.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.095, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-07", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.095, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-08", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.095, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-09", - "total_cases": 43.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.308, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-10", - "total_cases": 43.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.308, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.035, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-11", - "total_cases": 45.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.369, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-12", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.369, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-13", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.369, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-14", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.369, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-15", - "total_cases": 48.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.46, - "new_cases_per_million": 0.091, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-16", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.46, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-17", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.46, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-18", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.46, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-19", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.46, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-20", - "total_cases": 50.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.521, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-21", - "total_cases": 52.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.582, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.48 - }, - { - "date": "2020-05-22", - "total_cases": 58.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.765, - "new_cases_per_million": 0.183, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.48 - }, - { - "date": "2020-05-23", - "total_cases": 60.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.826, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.48 - }, - { - "date": "2020-05-24", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.826, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.48 - }, - { - "date": "2020-05-25", - "total_cases": 69.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.0, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.099, - "new_cases_per_million": 0.274, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 81.48 - }, - { - "date": "2020-05-26", - "total_cases": 69.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 77.78 - }, - { - "date": "2020-05-27", - "total_cases": 71.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.16, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 77.78 - }, - { - "date": "2020-05-28", - "total_cases": 71.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.16, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.083, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 77.78 - }, - { - "date": "2020-05-29", - "total_cases": 73.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.221, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 77.78 - }, - { - "date": "2020-05-30", - "total_cases": 77.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.343, - "new_cases_per_million": 0.122, - "new_cases_smoothed_per_million": 0.074, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 77.78 - }, - { - "date": "2020-05-31", - "total_cases": 84.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.556, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.104, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 77.78 - }, - { - "date": "2020-06-01", - "total_cases": 86.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.074, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-02", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.074, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-03", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-04", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-05", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-06", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-07", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-08", - "total_cases": 91.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.769, - "new_cases_per_million": 0.152, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-09", - "total_cases": 92.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.799, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-10", - "total_cases": 96.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.921, - "new_cases_per_million": 0.122, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-11", - "total_cases": 113.0, - "new_cases": 17.0, - "new_cases_smoothed": 3.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.438, - "new_cases_per_million": 0.517, - "new_cases_smoothed_per_million": 0.117, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-12", - "total_cases": 118.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.571, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.59, - "new_cases_per_million": 0.152, - "new_cases_smoothed_per_million": 0.139, - "total_deaths_per_million": 0.152, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 75.93 - }, - { - "date": "2020-06-13", - "total_cases": 130.0, - "new_cases": 12.0, - "new_cases_smoothed": 6.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.955, - "new_cases_per_million": 0.365, - "new_cases_smoothed_per_million": 0.191, - "total_deaths_per_million": 0.152, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 75.93 - }, - { - "date": "2020-06-14", - "total_cases": 138.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.429, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.199, - "new_cases_per_million": 0.243, - "new_cases_smoothed_per_million": 0.226, - "total_deaths_per_million": 0.183, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-15", - "total_cases": 140.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.26, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.213, - "total_deaths_per_million": 0.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-16", - "total_cases": 142.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.321, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.217, - "total_deaths_per_million": 0.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-17", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.321, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.2, - "total_deaths_per_million": 0.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-18", - "total_cases": 155.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.0, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.716, - "new_cases_per_million": 0.396, - "new_cases_smoothed_per_million": 0.183, - "total_deaths_per_million": 0.213, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-19", - "total_cases": 155.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.716, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-20", - "total_cases": 166.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.143, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.051, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.243, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-21", - "total_cases": 172.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.233, - "new_cases_per_million": 0.183, - "new_cases_smoothed_per_million": 0.148, - "total_deaths_per_million": 0.243, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-22", - "total_cases": 176.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.355, - "new_cases_per_million": 0.122, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.274, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-23", - "total_cases": 183.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.568, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.178, - "total_deaths_per_million": 0.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-24", - "total_cases": 186.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.286, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 5.659, - "new_cases_per_million": 0.091, - "new_cases_smoothed_per_million": 0.191, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 75.93 - }, - { - "date": "2020-06-25", - "total_cases": 189.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.751, - "new_cases_per_million": 0.091, - "new_cases_smoothed_per_million": 0.148, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-26", - "total_cases": 197.0, - "new_cases": 8.0, - "new_cases_smoothed": 6.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.994, - "new_cases_per_million": 0.243, - "new_cases_smoothed_per_million": 0.183, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-06-27", - "total_cases": 212.0, - "new_cases": 15.0, - "new_cases_smoothed": 6.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.45, - "new_cases_per_million": 0.456, - "new_cases_smoothed_per_million": 0.2, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-28", - "total_cases": 244.0, - "new_cases": 32.0, - "new_cases_smoothed": 10.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7.424, - "new_cases_per_million": 0.974, - "new_cases_smoothed_per_million": 0.313, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-29", - "total_cases": 267.0, - "new_cases": 23.0, - "new_cases_smoothed": 13.0, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8.124, - "new_cases_per_million": 0.7, - "new_cases_smoothed_per_million": 0.396, - "total_deaths_per_million": 0.335, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-06-30", - "total_cases": 276.0, - "new_cases": 9.0, - "new_cases_smoothed": 13.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8.398, - "new_cases_per_million": 0.274, - "new_cases_smoothed_per_million": 0.404, - "total_deaths_per_million": 0.335, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 75.93 - }, - { - "date": "2020-07-01", - "total_cases": 284.0, - "new_cases": 8.0, - "new_cases_smoothed": 14.0, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8.641, - "new_cases_per_million": 0.243, - "new_cases_smoothed_per_million": 0.426, - "total_deaths_per_million": 0.396, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 75.93 - }, - { - "date": "2020-07-02", - "total_cases": 291.0, - "new_cases": 7.0, - "new_cases_smoothed": 14.571, - "total_deaths": 15.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8.854, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.456, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 75.93 - }, - { - "date": "2020-07-03", - "total_cases": 315.0, - "new_cases": 24.0, - "new_cases_smoothed": 16.857, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9.584, - "new_cases_per_million": 0.73, - "new_cases_smoothed_per_million": 0.513, - "total_deaths_per_million": 0.517, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-07-04", - "total_cases": 328.0, - "new_cases": 13.0, - "new_cases_smoothed": 16.571, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 9.98, - "new_cases_per_million": 0.396, - "new_cases_smoothed_per_million": 0.504, - "total_deaths_per_million": 0.548, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 75.93 - }, - { - "date": "2020-07-05", - "total_cases": 346.0, - "new_cases": 18.0, - "new_cases_smoothed": 14.571, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 10.528, - "new_cases_per_million": 0.548, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.578, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.039, - "stringency_index": 75.93 - }, - { - "date": "2020-07-06", - "total_cases": 346.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 10.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.343, - "total_deaths_per_million": 0.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 75.93 - }, - { - "date": "2020-07-07", - "total_cases": 353.0, - "new_cases": 7.0, - "new_cases_smoothed": 11.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 10.74, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.335, - "total_deaths_per_million": 0.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 75.93 - }, - { - "date": "2020-07-08", - "total_cases": 353.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 10.74, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.3, - "total_deaths_per_million": 0.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 75.93 - }, - { - "date": "2020-07-09", - "total_cases": 386.0, - "new_cases": 33.0, - "new_cases_smoothed": 13.571, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 11.745, - "new_cases_per_million": 1.004, - "new_cases_smoothed_per_million": 0.413, - "total_deaths_per_million": 0.639, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-10", - "total_cases": 396.0, - "new_cases": 10.0, - "new_cases_smoothed": 11.571, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 12.049, - "new_cases_per_million": 0.304, - "new_cases_smoothed_per_million": 0.352, - "total_deaths_per_million": 0.669, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 76.39 - }, - { - "date": "2020-07-11", - "total_cases": 458.0, - "new_cases": 62.0, - "new_cases_smoothed": 18.571, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 13.935, - "new_cases_per_million": 1.886, - "new_cases_smoothed_per_million": 0.565, - "total_deaths_per_million": 0.7, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 76.39 - }, - { - "date": "2020-07-12", - "total_cases": 483.0, - "new_cases": 25.0, - "new_cases_smoothed": 19.571, - "total_deaths": 25.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 14.696, - "new_cases_per_million": 0.761, - "new_cases_smoothed_per_million": 0.595, - "total_deaths_per_million": 0.761, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-13", - "total_cases": 506.0, - "new_cases": 23.0, - "new_cases_smoothed": 22.857, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 15.396, - "new_cases_per_million": 0.7, - "new_cases_smoothed_per_million": 0.695, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 76.39 - }, - { - "date": "2020-07-14", - "total_cases": 506.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.857, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 15.396, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.665, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 76.39 - }, - { - "date": "2020-07-15", - "total_cases": 525.0, - "new_cases": 19.0, - "new_cases_smoothed": 24.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 15.974, - "new_cases_per_million": 0.578, - "new_cases_smoothed_per_million": 0.748, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 76.39 - }, - { - "date": "2020-07-16", - "total_cases": 576.0, - "new_cases": 51.0, - "new_cases_smoothed": 27.143, - "total_deaths": 27.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 17.526, - "new_cases_per_million": 1.552, - "new_cases_smoothed_per_million": 0.826, - "total_deaths_per_million": 0.822, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-17", - "total_cases": 607.0, - "new_cases": 31.0, - "new_cases_smoothed": 30.143, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 18.469, - "new_cases_per_million": 0.943, - "new_cases_smoothed_per_million": 0.917, - "total_deaths_per_million": 0.852, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-18", - "total_cases": 638.0, - "new_cases": 31.0, - "new_cases_smoothed": 25.714, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 19.412, - "new_cases_per_million": 0.943, - "new_cases_smoothed_per_million": 0.782, - "total_deaths_per_million": 0.882, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-19", - "total_cases": 687.0, - "new_cases": 49.0, - "new_cases_smoothed": 29.143, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 20.903, - "new_cases_per_million": 1.491, - "new_cases_smoothed_per_million": 0.887, - "total_deaths_per_million": 0.882, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 76.39 - }, - { - "date": "2020-07-20", - "total_cases": 705.0, - "new_cases": 18.0, - "new_cases_smoothed": 28.429, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 21.451, - "new_cases_per_million": 0.548, - "new_cases_smoothed_per_million": 0.865, - "total_deaths_per_million": 0.882, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 76.39 - }, - { - "date": "2020-07-21", - "total_cases": 749.0, - "new_cases": 44.0, - "new_cases_smoothed": 34.714, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 22.789, - "new_cases_per_million": 1.339, - "new_cases_smoothed_per_million": 1.056, - "total_deaths_per_million": 0.882, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 76.39 - }, - { - "date": "2020-07-22", - "total_cases": 749.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 22.789, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.974, - "total_deaths_per_million": 0.882, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 76.39 - }, - { - "date": "2020-07-23", - "total_cases": 779.0, - "new_cases": 30.0, - "new_cases_smoothed": 29.0, - "total_deaths": 30.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 23.702, - "new_cases_per_million": 0.913, - "new_cases_smoothed_per_million": 0.882, - "total_deaths_per_million": 0.913, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 76.39 - }, - { - "date": "2020-07-24", - "total_cases": 812.0, - "new_cases": 33.0, - "new_cases_smoothed": 29.286, - "total_deaths": 33.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 24.706, - "new_cases_per_million": 1.004, - "new_cases_smoothed_per_million": 0.891, - "total_deaths_per_million": 1.004, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 76.39 - }, - { - "date": "2020-07-25", - "total_cases": 851.0, - "new_cases": 39.0, - "new_cases_smoothed": 30.429, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 25.893, - "new_cases_per_million": 1.187, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 1.004, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 76.39 - }, - { - "date": "2020-07-26", - "total_cases": 880.0, - "new_cases": 29.0, - "new_cases_smoothed": 27.571, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 26.775, - "new_cases_per_million": 0.882, - "new_cases_smoothed_per_million": 0.839, - "total_deaths_per_million": 1.065, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 76.39 - }, - { - "date": "2020-07-27", - "total_cases": 930.0, - "new_cases": 50.0, - "new_cases_smoothed": 32.143, - "total_deaths": 40.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 28.296, - "new_cases_per_million": 1.521, - "new_cases_smoothed_per_million": 0.978, - "total_deaths_per_million": 1.217, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 76.39 - }, - { - "date": "2020-07-28", - "total_cases": 932.0, - "new_cases": 2.0, - "new_cases_smoothed": 26.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 28.357, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.795, - "total_deaths_per_million": 1.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 76.39 - }, - { - "date": "2020-07-29", - "total_cases": 950.0, - "new_cases": 18.0, - "new_cases_smoothed": 28.714, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 28.905, - "new_cases_per_million": 0.548, - "new_cases_smoothed_per_million": 0.874, - "total_deaths_per_million": 1.247, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 76.39 - }, - { - "date": "2020-07-30", - "total_cases": 1000.0, - "new_cases": 50.0, - "new_cases_smoothed": 31.571, - "total_deaths": 47.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 30.426, - "new_cases_per_million": 1.521, - "new_cases_smoothed_per_million": 0.961, - "total_deaths_per_million": 1.43, - "new_deaths_per_million": 0.183, - "new_deaths_smoothed_per_million": 0.074, - "stringency_index": 79.17 - }, - { - "date": "2020-07-31", - "total_cases": 1078.0, - "new_cases": 78.0, - "new_cases_smoothed": 38.0, - "total_deaths": 48.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 32.8, - "new_cases_per_million": 2.373, - "new_cases_smoothed_per_million": 1.156, - "total_deaths_per_million": 1.46, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 79.17 - }, - { - "date": "2020-08-01", - "total_cases": 1109.0, - "new_cases": 31.0, - "new_cases_smoothed": 36.857, - "total_deaths": 51.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 33.743, - "new_cases_per_million": 0.943, - "new_cases_smoothed_per_million": 1.121, - "total_deaths_per_million": 1.552, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 79.17 - }, - { - "date": "2020-08-02", - "total_cases": 1114.0, - "new_cases": 5.0, - "new_cases_smoothed": 33.429, - "total_deaths": 52.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 33.895, - "new_cases_per_million": 0.152, - "new_cases_smoothed_per_million": 1.017, - "total_deaths_per_million": 1.582, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.074, - "stringency_index": 79.17 - }, - { - "date": "2020-08-03", - "total_cases": 1148.0, - "new_cases": 34.0, - "new_cases_smoothed": 31.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 34.929, - "new_cases_per_million": 1.034, - "new_cases_smoothed_per_million": 0.948, - "total_deaths_per_million": 1.582, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 79.17 - }, - { - "date": "2020-08-04", - "total_cases": 1164.0, - "new_cases": 16.0, - "new_cases_smoothed": 33.143, - "total_deaths": 54.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 35.416, - "new_cases_per_million": 0.487, - "new_cases_smoothed_per_million": 1.008, - "total_deaths_per_million": 1.643, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 79.17 - }, - { - "date": "2020-08-05", - "total_cases": 1164.0, - "new_cases": 0.0, - "new_cases_smoothed": 30.571, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 35.416, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.93, - "total_deaths_per_million": 1.643, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 79.17 - }, - { - "date": "2020-08-06", - "total_cases": 1344.0, - "new_cases": 180.0, - "new_cases_smoothed": 49.143, - "total_deaths": 59.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 40.893, - "new_cases_per_million": 5.477, - "new_cases_smoothed_per_million": 1.495, - "total_deaths_per_million": 1.795, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 79.17 - }, - { - "date": "2020-08-07", - "total_cases": 1395.0, - "new_cases": 51.0, - "new_cases_smoothed": 45.286, - "total_deaths": 62.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 42.445, - "new_cases_per_million": 1.552, - "new_cases_smoothed_per_million": 1.378, - "total_deaths_per_million": 1.886, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 79.17 - }, - { - "date": "2020-08-08", - "total_cases": 1483.0, - "new_cases": 88.0, - "new_cases_smoothed": 53.429, - "total_deaths": 64.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 45.122, - "new_cases_per_million": 2.678, - "new_cases_smoothed_per_million": 1.626, - "total_deaths_per_million": 1.947, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 79.17 - }, - { - "date": "2020-08-09", - "total_cases": 1483.0, - "new_cases": 0.0, - "new_cases_smoothed": 52.714, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 45.122, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.604, - "total_deaths_per_million": 1.947, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 79.17 - }, - { - "date": "2020-08-10", - "total_cases": 1572.0, - "new_cases": 89.0, - "new_cases_smoothed": 60.571, - "total_deaths": 70.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 47.83, - "new_cases_per_million": 2.708, - "new_cases_smoothed_per_million": 1.843, - "total_deaths_per_million": 2.13, - "new_deaths_per_million": 0.183, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 79.17 - }, - { - "date": "2020-08-11", - "total_cases": 1672.0, - "new_cases": 100.0, - "new_cases_smoothed": 72.571, - "total_deaths": 75.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 50.873, - "new_cases_per_million": 3.043, - "new_cases_smoothed_per_million": 2.208, - "total_deaths_per_million": 2.282, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.091, - "stringency_index": 79.17 - }, - { - "date": "2020-08-12", - "total_cases": 1679.0, - "new_cases": 7.0, - "new_cases_smoothed": 73.571, - "total_deaths": 78.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 51.086, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 2.239, - "total_deaths_per_million": 2.373, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 79.17 - }, - { - "date": "2020-08-13", - "total_cases": 1735.0, - "new_cases": 56.0, - "new_cases_smoothed": 55.857, - "total_deaths": 80.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 52.79, - "new_cases_per_million": 1.704, - "new_cases_smoothed_per_million": 1.7, - "total_deaths_per_million": 2.434, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.091, - "stringency_index": 79.17 - }, - { - "date": "2020-08-14", - "total_cases": 1762.0, - "new_cases": 27.0, - "new_cases_smoothed": 52.429, - "total_deaths": 80.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 53.611, - "new_cases_per_million": 0.822, - "new_cases_smoothed_per_million": 1.595, - "total_deaths_per_million": 2.434, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 79.17 - }, - { - "date": "2020-08-15", - "total_cases": 1815.0, - "new_cases": 53.0, - "new_cases_smoothed": 47.429, - "total_deaths": 83.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 55.224, - "new_cases_per_million": 1.613, - "new_cases_smoothed_per_million": 1.443, - "total_deaths_per_million": 2.525, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.083, - "stringency_index": 79.17 - }, - { - "date": "2020-08-16", - "total_cases": 1852.0, - "new_cases": 37.0, - "new_cases_smoothed": 52.714, - "total_deaths": 86.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 56.35, - "new_cases_per_million": 1.126, - "new_cases_smoothed_per_million": 1.604, - "total_deaths_per_million": 2.617, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.096, - "stringency_index": 79.17 - }, - { - "date": "2020-08-17", - "total_cases": 1879.0, - "new_cases": 27.0, - "new_cases_smoothed": 43.857, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 57.171, - "new_cases_per_million": 0.822, - "new_cases_smoothed_per_million": 1.334, - "total_deaths_per_million": 2.617, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 79.17 - }, - { - "date": "2020-08-18", - "total_cases": 1906.0, - "new_cases": 27.0, - "new_cases_smoothed": 33.429, - "total_deaths": 88.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 57.993, - "new_cases_per_million": 0.822, - "new_cases_smoothed_per_million": 1.017, - "total_deaths_per_million": 2.678, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 79.17 - }, - { - "date": "2020-08-19", - "total_cases": 1966.0, - "new_cases": 60.0, - "new_cases_smoothed": 41.0, - "total_deaths": 90.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 59.818, - "new_cases_per_million": 1.826, - "new_cases_smoothed_per_million": 1.247, - "total_deaths_per_million": 2.738, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 79.17 - }, - { - "date": "2020-08-20", - "total_cases": 1966.0, - "new_cases": 0.0, - "new_cases_smoothed": 33.0, - "total_deaths": 90.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 59.818, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.004, - "total_deaths_per_million": 2.738, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 79.17 - }, - { - "date": "2020-08-21", - "total_cases": 2015.0, - "new_cases": 49.0, - "new_cases_smoothed": 36.143, - "total_deaths": 92.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 61.309, - "new_cases_per_million": 1.491, - "new_cases_smoothed_per_million": 1.1, - "total_deaths_per_million": 2.799, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 76.39 - }, - { - "date": "2020-08-22", - "total_cases": 2044.0, - "new_cases": 29.0, - "new_cases_smoothed": 32.714, - "total_deaths": 93.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 62.191, - "new_cases_per_million": 0.882, - "new_cases_smoothed_per_million": 0.995, - "total_deaths_per_million": 2.83, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 76.39 - }, - { - "date": "2020-08-23", - "total_cases": 2068.0, - "new_cases": 24.0, - "new_cases_smoothed": 30.857, - "total_deaths": 94.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 62.922, - "new_cases_per_million": 0.73, - "new_cases_smoothed_per_million": 0.939, - "total_deaths_per_million": 2.86, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 76.39 - }, - { - "date": "2020-08-24", - "total_cases": 2171.0, - "new_cases": 103.0, - "new_cases_smoothed": 41.714, - "total_deaths": 96.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 66.056, - "new_cases_per_million": 3.134, - "new_cases_smoothed_per_million": 1.269, - "total_deaths_per_million": 2.921, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 76.39 - }, - { - "date": "2020-08-25", - "total_cases": 2222.0, - "new_cases": 51.0, - "new_cases_smoothed": 45.143, - "total_deaths": 100.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 67.607, - "new_cases_per_million": 1.552, - "new_cases_smoothed_per_million": 1.374, - "total_deaths_per_million": 3.043, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 76.39 - }, - { - "date": "2020-08-26", - "total_cases": 2283.0, - "new_cases": 61.0, - "new_cases_smoothed": 45.286, - "total_deaths": 102.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 69.463, - "new_cases_per_million": 1.856, - "new_cases_smoothed_per_million": 1.378, - "total_deaths_per_million": 3.103, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 76.39 - }, - { - "date": "2020-08-27", - "total_cases": 2332.0, - "new_cases": 49.0, - "new_cases_smoothed": 52.286, - "total_deaths": 103.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 70.954, - "new_cases_per_million": 1.491, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 76.39 - }, - { - "date": "2020-08-28", - "total_cases": 2415.0, - "new_cases": 83.0, - "new_cases_smoothed": 57.143, - "total_deaths": 105.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 73.48, - "new_cases_per_million": 2.525, - "new_cases_smoothed_per_million": 1.739, - "total_deaths_per_million": 3.195, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 76.39 - }, - { - "date": "2020-08-29", - "total_cases": 2471.0, - "new_cases": 56.0, - "new_cases_smoothed": 61.0, - "total_deaths": 106.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 75.183, - "new_cases_per_million": 1.704, - "new_cases_smoothed_per_million": 1.856, - "total_deaths_per_million": 3.225, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 76.39 - }, - { - "date": "2020-08-30", - "total_cases": 2551.0, - "new_cases": 80.0, - "new_cases_smoothed": 69.0, - "total_deaths": 107.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 77.618, - "new_cases_per_million": 2.434, - "new_cases_smoothed_per_million": 2.099, - "total_deaths_per_million": 3.256, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 76.39 - }, - { - "date": "2020-08-31", - "total_cases": 2624.0, - "new_cases": 73.0, - "new_cases_smoothed": 64.714, - "total_deaths": 107.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 79.839, - "new_cases_per_million": 2.221, - "new_cases_smoothed_per_million": 1.969, - "total_deaths_per_million": 3.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 76.39 - }, - { - "date": "2020-09-01", - "total_cases": 2624.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.429, - "total_deaths": 107.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 79.839, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.747, - "total_deaths_per_million": 3.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 81.02 - }, - { - "date": "2020-09-02", - "total_cases": 2654.0, - "new_cases": 30.0, - "new_cases_smoothed": 53.0, - "total_deaths": 108.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 80.751, - "new_cases_per_million": 0.913, - "new_cases_smoothed_per_million": 1.613, - "total_deaths_per_million": 3.286, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 81.02 - }, - { - "date": "2020-09-03", - "total_cases": 2729.0, - "new_cases": 75.0, - "new_cases_smoothed": 56.714, - "total_deaths": 109.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 83.033, - "new_cases_per_million": 2.282, - "new_cases_smoothed_per_million": 1.726, - "total_deaths_per_million": 3.316, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 81.02 - }, - { - "date": "2020-09-04", - "total_cases": 2777.0, - "new_cases": 48.0, - "new_cases_smoothed": 51.714, - "total_deaths": 112.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 84.494, - "new_cases_per_million": 1.46, - "new_cases_smoothed_per_million": 1.573, - "total_deaths_per_million": 3.408, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 81.02 - }, - { - "date": "2020-09-05", - "total_cases": 2805.0, - "new_cases": 28.0, - "new_cases_smoothed": 47.714, - "total_deaths": 113.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 85.346, - "new_cases_per_million": 0.852, - "new_cases_smoothed_per_million": 1.452, - "total_deaths_per_million": 3.438, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 81.02 - }, - { - "date": "2020-09-06", - "total_cases": 2876.0, - "new_cases": 71.0, - "new_cases_smoothed": 46.429, - "total_deaths": 115.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 87.506, - "new_cases_per_million": 2.16, - "new_cases_smoothed_per_million": 1.413, - "total_deaths_per_million": 3.499, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 81.02 - }, - { - "date": "2020-09-07", - "total_cases": 2935.0, - "new_cases": 59.0, - "new_cases_smoothed": 44.429, - "total_deaths": 117.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 89.301, - "new_cases_per_million": 1.795, - "new_cases_smoothed_per_million": 1.352, - "total_deaths_per_million": 3.56, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 81.02 - }, - { - "date": "2020-09-08", - "total_cases": 2965.0, - "new_cases": 30.0, - "new_cases_smoothed": 48.714, - "total_deaths": 117.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 90.214, - "new_cases_per_million": 0.913, - "new_cases_smoothed_per_million": 1.482, - "total_deaths_per_million": 3.56, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 81.02 - }, - { - "date": "2020-09-09", - "total_cases": 2981.0, - "new_cases": 16.0, - "new_cases_smoothed": 46.714, - "total_deaths": 120.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 90.701, - "new_cases_per_million": 0.487, - "new_cases_smoothed_per_million": 1.421, - "total_deaths_per_million": 3.651, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 81.02 - }, - { - "date": "2020-09-10", - "total_cases": 3033.0, - "new_cases": 52.0, - "new_cases_smoothed": 43.429, - "total_deaths": 124.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 92.283, - "new_cases_per_million": 1.582, - "new_cases_smoothed_per_million": 1.321, - "total_deaths_per_million": 3.773, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 81.02 - }, - { - "date": "2020-09-11", - "total_cases": 3092.0, - "new_cases": 59.0, - "new_cases_smoothed": 45.0, - "total_deaths": 126.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 94.078, - "new_cases_per_million": 1.795, - "new_cases_smoothed_per_million": 1.369, - "total_deaths_per_million": 3.834, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 81.02 - }, - { - "date": "2020-09-12", - "total_cases": 3217.0, - "new_cases": 125.0, - "new_cases_smoothed": 58.857, - "total_deaths": 130.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 97.882, - "new_cases_per_million": 3.803, - "new_cases_smoothed_per_million": 1.791, - "total_deaths_per_million": 3.955, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.074, - "stringency_index": 81.02 - }, - { - "date": "2020-09-13", - "total_cases": 3279.0, - "new_cases": 62.0, - "new_cases_smoothed": 57.571, - "total_deaths": 131.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 99.768, - "new_cases_per_million": 1.886, - "new_cases_smoothed_per_million": 1.752, - "total_deaths_per_million": 3.986, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 81.02 - }, - { - "date": "2020-09-14", - "total_cases": 3335.0, - "new_cases": 56.0, - "new_cases_smoothed": 57.143, - "total_deaths": 132.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 101.472, - "new_cases_per_million": 1.704, - "new_cases_smoothed_per_million": 1.739, - "total_deaths_per_million": 4.016, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 81.02 - }, - { - "date": "2020-09-15", - "total_cases": 3388.0, - "new_cases": 53.0, - "new_cases_smoothed": 60.429, - "total_deaths": 134.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 103.084, - "new_cases_per_million": 1.613, - "new_cases_smoothed_per_million": 1.839, - "total_deaths_per_million": 4.077, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.074, - "stringency_index": 81.02 - }, - { - "date": "2020-09-16", - "total_cases": 3439.0, - "new_cases": 51.0, - "new_cases_smoothed": 65.429, - "total_deaths": 134.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 104.636, - "new_cases_per_million": 1.552, - "new_cases_smoothed_per_million": 1.991, - "total_deaths_per_million": 4.077, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061 - }, - { - "date": "2020-09-17", - "total_cases": 3569.0, - "new_cases": 130.0, - "new_cases_smoothed": 76.571, - "total_deaths": 139.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 108.592, - "new_cases_per_million": 3.955, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 4.229, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.065 - }, - { - "date": "2020-09-18", - "total_cases": 3749.0, - "new_cases": 180.0, - "new_cases_smoothed": 93.857, - "total_deaths": 144.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 114.068, - "new_cases_per_million": 5.477, - "new_cases_smoothed_per_million": 2.856, - "total_deaths_per_million": 4.381, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.078 - }, - { - "date": "2020-09-19", - "total_cases": 3789.0, - "new_cases": 40.0, - "new_cases_smoothed": 81.714, - "total_deaths": 144.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 115.285, - "new_cases_per_million": 1.217, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 4.381, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061 - }, - { - "date": "2020-09-20", - "total_cases": 3901.0, - "new_cases": 112.0, - "new_cases_smoothed": 88.857, - "total_deaths": 144.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 118.693, - "new_cases_per_million": 3.408, - "new_cases_smoothed_per_million": 2.704, - "total_deaths_per_million": 4.381, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.057 - }, - { - "date": "2020-09-21", - "total_cases": 3991.0, - "new_cases": 90.0, - "new_cases_smoothed": 93.714, - "total_deaths": 152.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 121.431, - "new_cases_per_million": 2.738, - "new_cases_smoothed_per_million": 2.851, - "total_deaths_per_million": 4.625, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.087 - }, - { - "date": "2020-09-22", - "total_cases": 4117.0, - "new_cases": 126.0, - "new_cases_smoothed": 104.143, - "total_deaths": 154.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 125.265, - "new_cases_per_million": 3.834, - "new_cases_smoothed_per_million": 3.169, - "total_deaths_per_million": 4.686, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.087 - }, - { - "date": "2020-09-23", - "total_cases": 4236.0, - "new_cases": 119.0, - "new_cases_smoothed": 113.857, - "total_deaths": 155.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 128.886, - "new_cases_per_million": 3.621, - "new_cases_smoothed_per_million": 3.464, - "total_deaths_per_million": 4.716, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.091 - }, - { - "date": "2020-09-24", - "total_cases": 4236.0, - "new_cases": 0.0, - "new_cases_smoothed": 95.286, - "total_deaths": 155.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 128.886, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.899, - "total_deaths_per_million": 4.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07 - }, - { - "date": "2020-09-25", - "total_cases": 4363.0, - "new_cases": 127.0, - "new_cases_smoothed": 87.714, - "total_deaths": 159.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 132.75, - "new_cases_per_million": 3.864, - "new_cases_smoothed_per_million": 2.669, - "total_deaths_per_million": 4.838, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.065 - } - ] - }, - "AIA": { - "continent": "North America", - "location": "Anguilla", - "population": 15002.0, - "life_expectancy": 81.88, - "data": [ - { - "date": "2020-03-27", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 133.316, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-03-28", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-03-29", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-03-30", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-03-31", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-01", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-02", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.316, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-03", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 66.658, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 74.07 - }, - { - "date": "2020-04-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.523, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 82.41 - }, - { - "date": "2020-04-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-29", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-04-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-29", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-31", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-29", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-06-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-07-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-07-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-29", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-07-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-07-31", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-29", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-08-31", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-09-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 18.52 - }, - { - "date": "2020-09-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "ALB": { - "continent": "Europe", - "location": "Albania", - "population": 2877800.0, - "population_density": 104.871, - "median_age": 38.0, - "aged_65_older": 13.188, - "aged_70_older": 8.643, - "gdp_per_capita": 11803.431, - "extreme_poverty": 1.1, - "cardiovasc_death_rate": 304.195, - "diabetes_prevalence": 10.08, - "female_smokers": 7.1, - "male_smokers": 51.2, - "hospital_beds_per_thousand": 2.89, - "life_expectancy": 78.57, - "human_development_index": 0.785, - "data": [ - { - "date": "2020-03-09", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.695, - "new_cases_per_million": 0.695, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-10", - "total_cases": 6.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.085, - "new_cases_per_million": 1.39, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-11", - "total_cases": 10.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.475, - "new_cases_per_million": 1.39, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-12", - "total_cases": 11.0, - "new_cases": 1.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 3.822, - "new_cases_per_million": 0.347, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.347, - "stringency_index": 51.85 - }, - { - "date": "2020-03-13", - "total_cases": 23.0, - "new_cases": 12.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 7.992, - "new_cases_per_million": 4.17, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-03-14", - "total_cases": 33.0, - "new_cases": 10.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 11.467, - "new_cases_per_million": 3.475, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-03-15", - "total_cases": 38.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 13.205, - "new_cases_per_million": 1.737, - "new_cases_smoothed_per_million": 1.886, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-16", - "total_cases": 42.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 14.594, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 1.986, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-17", - "total_cases": 51.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.722, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 2.234, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-18", - "total_cases": 55.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 19.112, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 2.234, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-19", - "total_cases": 59.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.857, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 20.502, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 2.383, - "total_deaths_per_million": 0.695, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-20", - "total_cases": 70.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 24.324, - "new_cases_per_million": 3.822, - "new_cases_smoothed_per_million": 2.333, - "total_deaths_per_million": 0.695, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-21", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 24.324, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.837, - "total_deaths_per_million": 0.695, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-22", - "total_cases": 76.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 26.409, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 1.886, - "total_deaths_per_million": 0.695, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 81.48 - }, - { - "date": "2020-03-23", - "total_cases": 89.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.926, - "new_cases_per_million": 4.517, - "new_cases_smoothed_per_million": 2.333, - "total_deaths_per_million": 0.695, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 84.26 - }, - { - "date": "2020-03-24", - "total_cases": 100.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.0, - "total_deaths": 4.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 34.749, - "new_cases_per_million": 3.822, - "new_cases_smoothed_per_million": 2.432, - "total_deaths_per_million": 1.39, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 84.26 - }, - { - "date": "2020-03-25", - "total_cases": 123.0, - "new_cases": 23.0, - "new_cases_smoothed": 9.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 42.741, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 3.376, - "total_deaths_per_million": 1.737, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 84.26 - }, - { - "date": "2020-03-26", - "total_cases": 146.0, - "new_cases": 23.0, - "new_cases_smoothed": 12.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 50.733, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 4.319, - "total_deaths_per_million": 1.737, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 84.26 - }, - { - "date": "2020-03-27", - "total_cases": 174.0, - "new_cases": 28.0, - "new_cases_smoothed": 14.857, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 60.463, - "new_cases_per_million": 9.73, - "new_cases_smoothed_per_million": 5.163, - "total_deaths_per_million": 2.085, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 84.26 - }, - { - "date": "2020-03-28", - "total_cases": 186.0, - "new_cases": 12.0, - "new_cases_smoothed": 16.571, - "total_deaths": 9.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 64.633, - "new_cases_per_million": 4.17, - "new_cases_smoothed_per_million": 5.758, - "total_deaths_per_million": 3.127, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.347, - "stringency_index": 84.26 - }, - { - "date": "2020-03-29", - "total_cases": 197.0, - "new_cases": 11.0, - "new_cases_smoothed": 17.286, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 68.455, - "new_cases_per_million": 3.822, - "new_cases_smoothed_per_million": 6.007, - "total_deaths_per_million": 3.475, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 212.0, - "new_cases": 15.0, - "new_cases_smoothed": 17.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 73.667, - "new_cases_per_million": 5.212, - "new_cases_smoothed_per_million": 6.106, - "total_deaths_per_million": 3.475, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 84.26 - }, - { - "date": "2020-03-31", - "total_cases": 223.0, - "new_cases": 11.0, - "new_cases_smoothed": 17.571, - "total_deaths": 12.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 77.49, - "new_cases_per_million": 3.822, - "new_cases_smoothed_per_million": 6.106, - "total_deaths_per_million": 4.17, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 84.26 - }, - { - "date": "2020-04-01", - "total_cases": 243.0, - "new_cases": 20.0, - "new_cases_smoothed": 17.143, - "total_deaths": 15.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 84.44, - "new_cases_per_million": 6.95, - "new_cases_smoothed_per_million": 5.957, - "total_deaths_per_million": 5.212, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 84.26 - }, - { - "date": "2020-04-02", - "total_cases": 259.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.143, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 89.999, - "new_cases_per_million": 5.56, - "new_cases_smoothed_per_million": 5.609, - "total_deaths_per_million": 5.212, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 84.26 - }, - { - "date": "2020-04-03", - "total_cases": 277.0, - "new_cases": 18.0, - "new_cases_smoothed": 14.714, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 96.254, - "new_cases_per_million": 6.255, - "new_cases_smoothed_per_million": 5.113, - "total_deaths_per_million": 5.56, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 84.26 - }, - { - "date": "2020-04-04", - "total_cases": 304.0, - "new_cases": 27.0, - "new_cases_smoothed": 16.857, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 105.636, - "new_cases_per_million": 9.382, - "new_cases_smoothed_per_million": 5.858, - "total_deaths_per_million": 5.907, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 84.26 - }, - { - "date": "2020-04-05", - "total_cases": 333.0, - "new_cases": 29.0, - "new_cases_smoothed": 19.429, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 115.713, - "new_cases_per_million": 10.077, - "new_cases_smoothed_per_million": 6.751, - "total_deaths_per_million": 6.602, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.447, - "stringency_index": 84.26 - }, - { - "date": "2020-04-06", - "total_cases": 361.0, - "new_cases": 28.0, - "new_cases_smoothed": 21.286, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 125.443, - "new_cases_per_million": 9.73, - "new_cases_smoothed_per_million": 7.397, - "total_deaths_per_million": 7.297, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.546, - "stringency_index": 84.26 - }, - { - "date": "2020-04-07", - "total_cases": 377.0, - "new_cases": 16.0, - "new_cases_smoothed": 22.0, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 131.003, - "new_cases_per_million": 5.56, - "new_cases_smoothed_per_million": 7.645, - "total_deaths_per_million": 7.645, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 84.26 - }, - { - "date": "2020-04-08", - "total_cases": 383.0, - "new_cases": 6.0, - "new_cases_smoothed": 20.0, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 133.088, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 6.95, - "total_deaths_per_million": 7.645, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.347, - "stringency_index": 84.26 - }, - { - "date": "2020-04-09", - "total_cases": 400.0, - "new_cases": 17.0, - "new_cases_smoothed": 20.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 138.995, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 6.999, - "total_deaths_per_million": 7.645, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.347, - "stringency_index": 84.26 - }, - { - "date": "2020-04-10", - "total_cases": 409.0, - "new_cases": 9.0, - "new_cases_smoothed": 18.857, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 142.122, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 6.553, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.347, - "stringency_index": 84.26 - }, - { - "date": "2020-04-11", - "total_cases": 416.0, - "new_cases": 7.0, - "new_cases_smoothed": 16.0, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 144.555, - "new_cases_per_million": 2.432, - "new_cases_smoothed_per_million": 5.56, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.298, - "stringency_index": 84.26 - }, - { - "date": "2020-04-12", - "total_cases": 433.0, - "new_cases": 17.0, - "new_cases_smoothed": 14.286, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 150.462, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 4.964, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 84.26 - }, - { - "date": "2020-04-13", - "total_cases": 446.0, - "new_cases": 13.0, - "new_cases_smoothed": 12.143, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 154.979, - "new_cases_per_million": 4.517, - "new_cases_smoothed_per_million": 4.219, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 84.26 - }, - { - "date": "2020-04-14", - "total_cases": 467.0, - "new_cases": 21.0, - "new_cases_smoothed": 12.857, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 162.277, - "new_cases_per_million": 7.297, - "new_cases_smoothed_per_million": 4.468, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 84.26 - }, - { - "date": "2020-04-15", - "total_cases": 475.0, - "new_cases": 8.0, - "new_cases_smoothed": 13.143, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 165.057, - "new_cases_per_million": 2.78, - "new_cases_smoothed_per_million": 4.567, - "total_deaths_per_million": 8.34, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 84.26 - }, - { - "date": "2020-04-16", - "total_cases": 494.0, - "new_cases": 19.0, - "new_cases_smoothed": 13.429, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 171.659, - "new_cases_per_million": 6.602, - "new_cases_smoothed_per_million": 4.666, - "total_deaths_per_million": 8.687, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 84.26 - }, - { - "date": "2020-04-17", - "total_cases": 518.0, - "new_cases": 24.0, - "new_cases_smoothed": 15.571, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 179.999, - "new_cases_per_million": 8.34, - "new_cases_smoothed_per_million": 5.411, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 84.26 - }, - { - "date": "2020-04-18", - "total_cases": 539.0, - "new_cases": 21.0, - "new_cases_smoothed": 17.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 187.296, - "new_cases_per_million": 7.297, - "new_cases_smoothed_per_million": 6.106, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-04-19", - "total_cases": 548.0, - "new_cases": 9.0, - "new_cases_smoothed": 16.429, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 190.423, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 5.709, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-04-20", - "total_cases": 562.0, - "new_cases": 14.0, - "new_cases_smoothed": 16.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 195.288, - "new_cases_per_million": 4.865, - "new_cases_smoothed_per_million": 5.758, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-04-21", - "total_cases": 584.0, - "new_cases": 22.0, - "new_cases_smoothed": 16.714, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 202.933, - "new_cases_per_million": 7.645, - "new_cases_smoothed_per_million": 5.808, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-04-22", - "total_cases": 609.0, - "new_cases": 25.0, - "new_cases_smoothed": 19.143, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 211.62, - "new_cases_per_million": 8.687, - "new_cases_smoothed_per_million": 6.652, - "total_deaths_per_million": 9.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 89.81 - }, - { - "date": "2020-04-23", - "total_cases": 634.0, - "new_cases": 25.0, - "new_cases_smoothed": 20.0, - "total_deaths": 27.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 220.307, - "new_cases_per_million": 8.687, - "new_cases_smoothed_per_million": 6.95, - "total_deaths_per_million": 9.382, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 89.81 - }, - { - "date": "2020-04-24", - "total_cases": 663.0, - "new_cases": 29.0, - "new_cases_smoothed": 20.714, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 230.384, - "new_cases_per_million": 10.077, - "new_cases_smoothed_per_million": 7.198, - "total_deaths_per_million": 9.382, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 89.81 - }, - { - "date": "2020-04-25", - "total_cases": 678.0, - "new_cases": 15.0, - "new_cases_smoothed": 19.857, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 235.597, - "new_cases_per_million": 5.212, - "new_cases_smoothed_per_million": 6.9, - "total_deaths_per_million": 9.382, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 89.81 - }, - { - "date": "2020-04-26", - "total_cases": 712.0, - "new_cases": 34.0, - "new_cases_smoothed": 23.429, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 247.411, - "new_cases_per_million": 11.815, - "new_cases_smoothed_per_million": 8.141, - "total_deaths_per_million": 9.382, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 89.81 - }, - { - "date": "2020-04-27", - "total_cases": 726.0, - "new_cases": 14.0, - "new_cases_smoothed": 23.429, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 252.276, - "new_cases_per_million": 4.865, - "new_cases_smoothed_per_million": 8.141, - "total_deaths_per_million": 9.73, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 89.81 - }, - { - "date": "2020-04-28", - "total_cases": 736.0, - "new_cases": 10.0, - "new_cases_smoothed": 21.714, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 255.751, - "new_cases_per_million": 3.475, - "new_cases_smoothed_per_million": 7.545, - "total_deaths_per_million": 9.73, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 89.81 - }, - { - "date": "2020-04-29", - "total_cases": 750.0, - "new_cases": 14.0, - "new_cases_smoothed": 20.143, - "total_deaths": 30.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 260.616, - "new_cases_per_million": 4.865, - "new_cases_smoothed_per_million": 6.999, - "total_deaths_per_million": 10.425, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 89.81 - }, - { - "date": "2020-04-30", - "total_cases": 766.0, - "new_cases": 16.0, - "new_cases_smoothed": 18.857, - "total_deaths": 31.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 266.176, - "new_cases_per_million": 5.56, - "new_cases_smoothed_per_million": 6.553, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 89.81 - }, - { - "date": "2020-05-01", - "total_cases": 773.0, - "new_cases": 7.0, - "new_cases_smoothed": 15.714, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 268.608, - "new_cases_per_million": 2.432, - "new_cases_smoothed_per_million": 5.461, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 89.81 - }, - { - "date": "2020-05-02", - "total_cases": 782.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 271.735, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 5.163, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 89.81 - }, - { - "date": "2020-05-03", - "total_cases": 789.0, - "new_cases": 7.0, - "new_cases_smoothed": 11.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 274.168, - "new_cases_per_million": 2.432, - "new_cases_smoothed_per_million": 3.822, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 89.81 - }, - { - "date": "2020-05-04", - "total_cases": 795.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 276.253, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-05-05", - "total_cases": 803.0, - "new_cases": 8.0, - "new_cases_smoothed": 9.571, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 279.033, - "new_cases_per_million": 2.78, - "new_cases_smoothed_per_million": 3.326, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 89.81 - }, - { - "date": "2020-05-06", - "total_cases": 820.0, - "new_cases": 17.0, - "new_cases_smoothed": 10.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 284.94, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 3.475, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 89.81 - }, - { - "date": "2020-05-07", - "total_cases": 832.0, - "new_cases": 12.0, - "new_cases_smoothed": 9.429, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 289.11, - "new_cases_per_million": 4.17, - "new_cases_smoothed_per_million": 3.276, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-08", - "total_cases": 842.0, - "new_cases": 10.0, - "new_cases_smoothed": 9.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.585, - "new_cases_per_million": 3.475, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-09", - "total_cases": 850.0, - "new_cases": 8.0, - "new_cases_smoothed": 9.714, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.365, - "new_cases_per_million": 2.78, - "new_cases_smoothed_per_million": 3.376, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-10", - "total_cases": 856.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.571, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 297.449, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 3.326, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-11", - "total_cases": 868.0, - "new_cases": 12.0, - "new_cases_smoothed": 10.429, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 301.619, - "new_cases_per_million": 4.17, - "new_cases_smoothed_per_million": 3.624, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-12", - "total_cases": 872.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 303.009, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-13", - "total_cases": 876.0, - "new_cases": 4.0, - "new_cases_smoothed": 8.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 304.399, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 2.78, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-14", - "total_cases": 880.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 305.789, - "new_cases_per_million": 1.39, - "new_cases_smoothed_per_million": 2.383, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-15", - "total_cases": 898.0, - "new_cases": 18.0, - "new_cases_smoothed": 8.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 312.044, - "new_cases_per_million": 6.255, - "new_cases_smoothed_per_million": 2.78, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-16", - "total_cases": 916.0, - "new_cases": 18.0, - "new_cases_smoothed": 9.429, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 318.299, - "new_cases_per_million": 6.255, - "new_cases_smoothed_per_million": 3.276, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-17", - "total_cases": 933.0, - "new_cases": 17.0, - "new_cases_smoothed": 11.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.206, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 3.822, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-05-18", - "total_cases": 946.0, - "new_cases": 13.0, - "new_cases_smoothed": 11.143, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 328.723, - "new_cases_per_million": 4.517, - "new_cases_smoothed_per_million": 3.872, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-19", - "total_cases": 948.0, - "new_cases": 2.0, - "new_cases_smoothed": 10.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.418, - "new_cases_per_million": 0.695, - "new_cases_smoothed_per_million": 3.773, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-20", - "total_cases": 949.0, - "new_cases": 1.0, - "new_cases_smoothed": 10.429, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.766, - "new_cases_per_million": 0.347, - "new_cases_smoothed_per_million": 3.624, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-21", - "total_cases": 964.0, - "new_cases": 15.0, - "new_cases_smoothed": 12.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.978, - "new_cases_per_million": 5.212, - "new_cases_smoothed_per_million": 4.17, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-22", - "total_cases": 969.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.143, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 336.716, - "new_cases_per_million": 1.737, - "new_cases_smoothed_per_million": 3.525, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-23", - "total_cases": 981.0, - "new_cases": 12.0, - "new_cases_smoothed": 9.286, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 340.885, - "new_cases_per_million": 4.17, - "new_cases_smoothed_per_million": 3.227, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-24", - "total_cases": 989.0, - "new_cases": 8.0, - "new_cases_smoothed": 8.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 343.665, - "new_cases_per_million": 2.78, - "new_cases_smoothed_per_million": 2.78, - "total_deaths_per_million": 10.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-25", - "total_cases": 998.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.429, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 346.793, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 2.581, - "total_deaths_per_million": 11.12, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 83.33 - }, - { - "date": "2020-05-26", - "total_cases": 1004.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.0, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 348.878, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 2.78, - "total_deaths_per_million": 11.12, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 86.11 - }, - { - "date": "2020-05-27", - "total_cases": 1029.0, - "new_cases": 25.0, - "new_cases_smoothed": 11.429, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 357.565, - "new_cases_per_million": 8.687, - "new_cases_smoothed_per_million": 3.971, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 86.11 - }, - { - "date": "2020-05-28", - "total_cases": 1050.0, - "new_cases": 21.0, - "new_cases_smoothed": 12.286, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 364.862, - "new_cases_per_million": 7.297, - "new_cases_smoothed_per_million": 4.269, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 86.11 - }, - { - "date": "2020-05-29", - "total_cases": 1076.0, - "new_cases": 26.0, - "new_cases_smoothed": 15.286, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 373.897, - "new_cases_per_million": 9.035, - "new_cases_smoothed_per_million": 5.312, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 86.11 - }, - { - "date": "2020-05-30", - "total_cases": 1099.0, - "new_cases": 23.0, - "new_cases_smoothed": 16.857, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 381.889, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 5.858, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 86.11 - }, - { - "date": "2020-05-31", - "total_cases": 1122.0, - "new_cases": 23.0, - "new_cases_smoothed": 19.0, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 389.881, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 6.602, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 86.11 - }, - { - "date": "2020-06-01", - "total_cases": 1137.0, - "new_cases": 15.0, - "new_cases_smoothed": 19.857, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 395.093, - "new_cases_per_million": 5.212, - "new_cases_smoothed_per_million": 6.9, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-02", - "total_cases": 1143.0, - "new_cases": 6.0, - "new_cases_smoothed": 19.857, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 397.178, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 6.9, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-03", - "total_cases": 1164.0, - "new_cases": 21.0, - "new_cases_smoothed": 19.286, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 404.476, - "new_cases_per_million": 7.297, - "new_cases_smoothed_per_million": 6.702, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-06-04", - "total_cases": 1184.0, - "new_cases": 20.0, - "new_cases_smoothed": 19.143, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 411.425, - "new_cases_per_million": 6.95, - "new_cases_smoothed_per_million": 6.652, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-06-05", - "total_cases": 1197.0, - "new_cases": 13.0, - "new_cases_smoothed": 17.286, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 415.943, - "new_cases_per_million": 4.517, - "new_cases_smoothed_per_million": 6.007, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-06-06", - "total_cases": 1212.0, - "new_cases": 15.0, - "new_cases_smoothed": 16.143, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 421.155, - "new_cases_per_million": 5.212, - "new_cases_smoothed_per_million": 5.609, - "total_deaths_per_million": 11.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-06-07", - "total_cases": 1232.0, - "new_cases": 20.0, - "new_cases_smoothed": 15.714, - "total_deaths": 34.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 428.105, - "new_cases_per_million": 6.95, - "new_cases_smoothed_per_million": 5.461, - "total_deaths_per_million": 11.815, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-08", - "total_cases": 1246.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.571, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 432.97, - "new_cases_per_million": 4.865, - "new_cases_smoothed_per_million": 5.411, - "total_deaths_per_million": 11.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-09", - "total_cases": 1263.0, - "new_cases": 17.0, - "new_cases_smoothed": 17.143, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 438.877, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 5.957, - "total_deaths_per_million": 11.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-10", - "total_cases": 1299.0, - "new_cases": 36.0, - "new_cases_smoothed": 19.286, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 451.386, - "new_cases_per_million": 12.51, - "new_cases_smoothed_per_million": 6.702, - "total_deaths_per_million": 11.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-11", - "total_cases": 1341.0, - "new_cases": 42.0, - "new_cases_smoothed": 22.429, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 465.981, - "new_cases_per_million": 14.594, - "new_cases_smoothed_per_million": 7.794, - "total_deaths_per_million": 11.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 67.59 - }, - { - "date": "2020-06-12", - "total_cases": 1385.0, - "new_cases": 44.0, - "new_cases_smoothed": 26.857, - "total_deaths": 35.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 481.27, - "new_cases_per_million": 15.289, - "new_cases_smoothed_per_million": 9.333, - "total_deaths_per_million": 12.162, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 67.59 - }, - { - "date": "2020-06-13", - "total_cases": 1416.0, - "new_cases": 31.0, - "new_cases_smoothed": 29.143, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 492.043, - "new_cases_per_million": 10.772, - "new_cases_smoothed_per_million": 10.127, - "total_deaths_per_million": 12.51, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 67.59 - }, - { - "date": "2020-06-14", - "total_cases": 1464.0, - "new_cases": 48.0, - "new_cases_smoothed": 33.143, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 508.722, - "new_cases_per_million": 16.679, - "new_cases_smoothed_per_million": 11.517, - "total_deaths_per_million": 12.51, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 67.59 - }, - { - "date": "2020-06-15", - "total_cases": 1521.0, - "new_cases": 57.0, - "new_cases_smoothed": 39.286, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 528.529, - "new_cases_per_million": 19.807, - "new_cases_smoothed_per_million": 13.651, - "total_deaths_per_million": 12.51, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 67.59 - }, - { - "date": "2020-06-16", - "total_cases": 1590.0, - "new_cases": 69.0, - "new_cases_smoothed": 46.714, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 552.505, - "new_cases_per_million": 23.977, - "new_cases_smoothed_per_million": 16.233, - "total_deaths_per_million": 12.51, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 67.59 - }, - { - "date": "2020-06-17", - "total_cases": 1672.0, - "new_cases": 82.0, - "new_cases_smoothed": 53.286, - "total_deaths": 37.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 580.999, - "new_cases_per_million": 28.494, - "new_cases_smoothed_per_million": 18.516, - "total_deaths_per_million": 12.857, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 67.59 - }, - { - "date": "2020-06-18", - "total_cases": 1722.0, - "new_cases": 50.0, - "new_cases_smoothed": 54.429, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 598.374, - "new_cases_per_million": 17.374, - "new_cases_smoothed_per_million": 18.913, - "total_deaths_per_million": 13.205, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 67.59 - }, - { - "date": "2020-06-19", - "total_cases": 1788.0, - "new_cases": 66.0, - "new_cases_smoothed": 57.571, - "total_deaths": 39.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 621.308, - "new_cases_per_million": 22.934, - "new_cases_smoothed_per_million": 20.005, - "total_deaths_per_million": 13.552, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 67.59 - }, - { - "date": "2020-06-20", - "total_cases": 1838.0, - "new_cases": 50.0, - "new_cases_smoothed": 60.286, - "total_deaths": 42.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 638.682, - "new_cases_per_million": 17.374, - "new_cases_smoothed_per_million": 20.949, - "total_deaths_per_million": 14.594, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.298, - "stringency_index": 67.59 - }, - { - "date": "2020-06-21", - "total_cases": 1891.0, - "new_cases": 53.0, - "new_cases_smoothed": 61.0, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 657.099, - "new_cases_per_million": 18.417, - "new_cases_smoothed_per_million": 21.197, - "total_deaths_per_million": 14.942, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.347, - "stringency_index": 67.59 - }, - { - "date": "2020-06-22", - "total_cases": 1927.0, - "new_cases": 36.0, - "new_cases_smoothed": 58.0, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 669.609, - "new_cases_per_million": 12.51, - "new_cases_smoothed_per_million": 20.154, - "total_deaths_per_million": 15.289, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 64.81 - }, - { - "date": "2020-06-23", - "total_cases": 1995.0, - "new_cases": 68.0, - "new_cases_smoothed": 57.857, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 693.238, - "new_cases_per_million": 23.629, - "new_cases_smoothed_per_million": 20.105, - "total_deaths_per_million": 15.289, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 64.81 - }, - { - "date": "2020-06-24", - "total_cases": 2047.0, - "new_cases": 52.0, - "new_cases_smoothed": 53.571, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 711.307, - "new_cases_per_million": 18.069, - "new_cases_smoothed_per_million": 18.615, - "total_deaths_per_million": 15.637, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.397, - "stringency_index": 64.81 - }, - { - "date": "2020-06-25", - "total_cases": 2114.0, - "new_cases": 67.0, - "new_cases_smoothed": 56.0, - "total_deaths": 47.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 734.589, - "new_cases_per_million": 23.282, - "new_cases_smoothed_per_million": 19.459, - "total_deaths_per_million": 16.332, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.447, - "stringency_index": 64.81 - }, - { - "date": "2020-06-26", - "total_cases": 2192.0, - "new_cases": 78.0, - "new_cases_smoothed": 57.714, - "total_deaths": 49.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 761.693, - "new_cases_per_million": 27.104, - "new_cases_smoothed_per_million": 20.055, - "total_deaths_per_million": 17.027, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 64.81 - }, - { - "date": "2020-06-27", - "total_cases": 2269.0, - "new_cases": 77.0, - "new_cases_smoothed": 61.571, - "total_deaths": 51.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 788.45, - "new_cases_per_million": 26.757, - "new_cases_smoothed_per_million": 21.395, - "total_deaths_per_million": 17.722, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.447, - "stringency_index": 64.81 - }, - { - "date": "2020-06-28", - "total_cases": 2330.0, - "new_cases": 61.0, - "new_cases_smoothed": 62.714, - "total_deaths": 53.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 809.646, - "new_cases_per_million": 21.197, - "new_cases_smoothed_per_million": 21.792, - "total_deaths_per_million": 18.417, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.496, - "stringency_index": 64.81 - }, - { - "date": "2020-06-29", - "total_cases": 2402.0, - "new_cases": 72.0, - "new_cases_smoothed": 67.857, - "total_deaths": 55.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 834.665, - "new_cases_per_million": 25.019, - "new_cases_smoothed_per_million": 23.58, - "total_deaths_per_million": 19.112, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.546, - "stringency_index": 64.81 - }, - { - "date": "2020-06-30", - "total_cases": 2466.0, - "new_cases": 64.0, - "new_cases_smoothed": 67.286, - "total_deaths": 58.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 856.905, - "new_cases_per_million": 22.239, - "new_cases_smoothed_per_million": 23.381, - "total_deaths_per_million": 20.154, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.695, - "stringency_index": 64.81 - }, - { - "date": "2020-07-01", - "total_cases": 2535.0, - "new_cases": 69.0, - "new_cases_smoothed": 69.714, - "total_deaths": 62.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 880.881, - "new_cases_per_million": 23.977, - "new_cases_smoothed_per_million": 24.225, - "total_deaths_per_million": 21.544, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.844, - "stringency_index": 64.81 - }, - { - "date": "2020-07-02", - "total_cases": 2580.0, - "new_cases": 45.0, - "new_cases_smoothed": 66.571, - "total_deaths": 65.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 896.518, - "new_cases_per_million": 15.637, - "new_cases_smoothed_per_million": 23.133, - "total_deaths_per_million": 22.587, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 64.81 - }, - { - "date": "2020-07-03", - "total_cases": 2662.0, - "new_cases": 82.0, - "new_cases_smoothed": 67.143, - "total_deaths": 69.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 925.012, - "new_cases_per_million": 28.494, - "new_cases_smoothed_per_million": 23.331, - "total_deaths_per_million": 23.977, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.993, - "stringency_index": 64.81 - }, - { - "date": "2020-07-04", - "total_cases": 2752.0, - "new_cases": 90.0, - "new_cases_smoothed": 69.0, - "total_deaths": 72.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 956.286, - "new_cases_per_million": 31.274, - "new_cases_smoothed_per_million": 23.977, - "total_deaths_per_million": 25.019, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 64.81 - }, - { - "date": "2020-07-05", - "total_cases": 2819.0, - "new_cases": 67.0, - "new_cases_smoothed": 69.857, - "total_deaths": 74.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 979.568, - "new_cases_per_million": 23.282, - "new_cases_smoothed_per_million": 24.274, - "total_deaths_per_million": 25.714, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 64.81 - }, - { - "date": "2020-07-06", - "total_cases": 2893.0, - "new_cases": 74.0, - "new_cases_smoothed": 70.143, - "total_deaths": 76.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1005.282, - "new_cases_per_million": 25.714, - "new_cases_smoothed_per_million": 24.374, - "total_deaths_per_million": 26.409, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 59.26 - }, - { - "date": "2020-07-07", - "total_cases": 2964.0, - "new_cases": 71.0, - "new_cases_smoothed": 71.143, - "total_deaths": 79.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1029.953, - "new_cases_per_million": 24.672, - "new_cases_smoothed_per_million": 24.721, - "total_deaths_per_million": 27.452, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 59.26 - }, - { - "date": "2020-07-08", - "total_cases": 3038.0, - "new_cases": 74.0, - "new_cases_smoothed": 71.857, - "total_deaths": 81.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1055.668, - "new_cases_per_million": 25.714, - "new_cases_smoothed_per_million": 24.969, - "total_deaths_per_million": 28.147, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 59.26 - }, - { - "date": "2020-07-09", - "total_cases": 3106.0, - "new_cases": 68.0, - "new_cases_smoothed": 75.143, - "total_deaths": 83.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 1079.297, - "new_cases_per_million": 23.629, - "new_cases_smoothed_per_million": 26.111, - "total_deaths_per_million": 28.841, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 59.26 - }, - { - "date": "2020-07-10", - "total_cases": 3188.0, - "new_cases": 82.0, - "new_cases_smoothed": 75.143, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1107.791, - "new_cases_per_million": 28.494, - "new_cases_smoothed_per_million": 26.111, - "total_deaths_per_million": 28.841, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.695, - "stringency_index": 59.26 - }, - { - "date": "2020-07-11", - "total_cases": 3278.0, - "new_cases": 90.0, - "new_cases_smoothed": 75.143, - "total_deaths": 85.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1139.065, - "new_cases_per_million": 31.274, - "new_cases_smoothed_per_million": 26.111, - "total_deaths_per_million": 29.536, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.645, - "stringency_index": 59.26 - }, - { - "date": "2020-07-12", - "total_cases": 3371.0, - "new_cases": 93.0, - "new_cases_smoothed": 78.857, - "total_deaths": 89.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1171.381, - "new_cases_per_million": 32.316, - "new_cases_smoothed_per_million": 27.402, - "total_deaths_per_million": 30.926, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.745, - "stringency_index": 59.26 - }, - { - "date": "2020-07-13", - "total_cases": 3454.0, - "new_cases": 83.0, - "new_cases_smoothed": 80.143, - "total_deaths": 93.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 1200.222, - "new_cases_per_million": 28.841, - "new_cases_smoothed_per_million": 27.849, - "total_deaths_per_million": 32.316, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.844, - "stringency_index": 59.26 - }, - { - "date": "2020-07-14", - "total_cases": 3571.0, - "new_cases": 117.0, - "new_cases_smoothed": 86.714, - "total_deaths": 95.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 1240.878, - "new_cases_per_million": 40.656, - "new_cases_smoothed_per_million": 30.132, - "total_deaths_per_million": 33.011, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.794, - "stringency_index": 59.26 - }, - { - "date": "2020-07-15", - "total_cases": 3667.0, - "new_cases": 96.0, - "new_cases_smoothed": 89.857, - "total_deaths": 97.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 1274.237, - "new_cases_per_million": 33.359, - "new_cases_smoothed_per_million": 31.224, - "total_deaths_per_million": 33.706, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.794, - "stringency_index": 59.26 - }, - { - "date": "2020-07-16", - "total_cases": 3752.0, - "new_cases": 85.0, - "new_cases_smoothed": 92.286, - "total_deaths": 101.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 1303.774, - "new_cases_per_million": 29.536, - "new_cases_smoothed_per_million": 32.068, - "total_deaths_per_million": 35.096, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 59.26 - }, - { - "date": "2020-07-17", - "total_cases": 3851.0, - "new_cases": 99.0, - "new_cases_smoothed": 94.714, - "total_deaths": 104.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1338.175, - "new_cases_per_million": 34.401, - "new_cases_smoothed_per_million": 32.912, - "total_deaths_per_million": 36.139, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 59.26 - }, - { - "date": "2020-07-18", - "total_cases": 3906.0, - "new_cases": 55.0, - "new_cases_smoothed": 89.714, - "total_deaths": 107.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 1357.287, - "new_cases_per_million": 19.112, - "new_cases_smoothed_per_million": 31.175, - "total_deaths_per_million": 37.181, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.092, - "stringency_index": 59.26 - }, - { - "date": "2020-07-19", - "total_cases": 4008.0, - "new_cases": 102.0, - "new_cases_smoothed": 91.0, - "total_deaths": 111.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 1392.731, - "new_cases_per_million": 35.444, - "new_cases_smoothed_per_million": 31.621, - "total_deaths_per_million": 38.571, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.092, - "stringency_index": 59.26 - }, - { - "date": "2020-07-20", - "total_cases": 4090.0, - "new_cases": 82.0, - "new_cases_smoothed": 90.857, - "total_deaths": 112.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1421.225, - "new_cases_per_million": 28.494, - "new_cases_smoothed_per_million": 31.572, - "total_deaths_per_million": 38.919, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 59.26 - }, - { - "date": "2020-07-21", - "total_cases": 4171.0, - "new_cases": 81.0, - "new_cases_smoothed": 85.714, - "total_deaths": 113.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 1449.371, - "new_cases_per_million": 28.147, - "new_cases_smoothed_per_million": 29.785, - "total_deaths_per_million": 39.266, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 59.26 - }, - { - "date": "2020-07-22", - "total_cases": 4290.0, - "new_cases": 119.0, - "new_cases_smoothed": 89.0, - "total_deaths": 117.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1490.722, - "new_cases_per_million": 41.351, - "new_cases_smoothed_per_million": 30.926, - "total_deaths_per_million": 40.656, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.993, - "stringency_index": 59.26 - }, - { - "date": "2020-07-23", - "total_cases": 4358.0, - "new_cases": 68.0, - "new_cases_smoothed": 86.571, - "total_deaths": 120.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1514.351, - "new_cases_per_million": 23.629, - "new_cases_smoothed_per_million": 30.083, - "total_deaths_per_million": 41.699, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 59.26 - }, - { - "date": "2020-07-24", - "total_cases": 4466.0, - "new_cases": 108.0, - "new_cases_smoothed": 87.857, - "total_deaths": 123.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1551.88, - "new_cases_per_million": 37.529, - "new_cases_smoothed_per_million": 30.529, - "total_deaths_per_million": 42.741, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 59.26 - }, - { - "date": "2020-07-25", - "total_cases": 4570.0, - "new_cases": 104.0, - "new_cases_smoothed": 94.857, - "total_deaths": 128.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1588.019, - "new_cases_per_million": 36.139, - "new_cases_smoothed_per_million": 32.962, - "total_deaths_per_million": 44.478, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 59.26 - }, - { - "date": "2020-07-26", - "total_cases": 4637.0, - "new_cases": 67.0, - "new_cases_smoothed": 89.857, - "total_deaths": 134.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 1611.3, - "new_cases_per_million": 23.282, - "new_cases_smoothed_per_million": 31.224, - "total_deaths_per_million": 46.563, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.142, - "stringency_index": 59.26 - }, - { - "date": "2020-07-27", - "total_cases": 4763.0, - "new_cases": 126.0, - "new_cases_smoothed": 96.143, - "total_deaths": 138.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1655.084, - "new_cases_per_million": 43.783, - "new_cases_smoothed_per_million": 33.408, - "total_deaths_per_million": 47.953, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 59.26 - }, - { - "date": "2020-07-28", - "total_cases": 4880.0, - "new_cases": 117.0, - "new_cases_smoothed": 101.286, - "total_deaths": 144.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1695.74, - "new_cases_per_million": 40.656, - "new_cases_smoothed_per_million": 35.196, - "total_deaths_per_million": 50.038, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 59.26 - }, - { - "date": "2020-07-29", - "total_cases": 4997.0, - "new_cases": 117.0, - "new_cases_smoothed": 101.0, - "total_deaths": 148.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1736.396, - "new_cases_per_million": 40.656, - "new_cases_smoothed_per_million": 35.096, - "total_deaths_per_million": 51.428, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 59.26 - }, - { - "date": "2020-07-30", - "total_cases": 5105.0, - "new_cases": 108.0, - "new_cases_smoothed": 106.714, - "total_deaths": 150.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1773.925, - "new_cases_per_million": 37.529, - "new_cases_smoothed_per_million": 37.082, - "total_deaths_per_million": 52.123, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 59.26 - }, - { - "date": "2020-07-31", - "total_cases": 5197.0, - "new_cases": 92.0, - "new_cases_smoothed": 104.429, - "total_deaths": 154.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1805.893, - "new_cases_per_million": 31.969, - "new_cases_smoothed_per_million": 36.288, - "total_deaths_per_million": 53.513, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 59.26 - }, - { - "date": "2020-08-01", - "total_cases": 5276.0, - "new_cases": 79.0, - "new_cases_smoothed": 100.857, - "total_deaths": 157.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1833.345, - "new_cases_per_million": 27.452, - "new_cases_smoothed_per_million": 35.047, - "total_deaths_per_million": 54.556, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.44, - "stringency_index": 59.26 - }, - { - "date": "2020-08-02", - "total_cases": 5396.0, - "new_cases": 120.0, - "new_cases_smoothed": 108.429, - "total_deaths": 161.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 1875.043, - "new_cases_per_million": 41.699, - "new_cases_smoothed_per_million": 37.678, - "total_deaths_per_million": 55.946, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.34, - "stringency_index": 59.26 - }, - { - "date": "2020-08-03", - "total_cases": 5519.0, - "new_cases": 123.0, - "new_cases_smoothed": 108.0, - "total_deaths": 166.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1917.784, - "new_cases_per_million": 42.741, - "new_cases_smoothed_per_million": 37.529, - "total_deaths_per_million": 57.683, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 59.26 - }, - { - "date": "2020-08-04", - "total_cases": 5620.0, - "new_cases": 101.0, - "new_cases_smoothed": 105.714, - "total_deaths": 172.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1952.881, - "new_cases_per_million": 35.096, - "new_cases_smoothed_per_million": 36.734, - "total_deaths_per_million": 59.768, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 59.26 - }, - { - "date": "2020-08-05", - "total_cases": 5750.0, - "new_cases": 130.0, - "new_cases_smoothed": 107.571, - "total_deaths": 176.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1998.054, - "new_cases_per_million": 45.173, - "new_cases_smoothed_per_million": 37.38, - "total_deaths_per_million": 61.158, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 59.26 - }, - { - "date": "2020-08-06", - "total_cases": 5889.0, - "new_cases": 139.0, - "new_cases_smoothed": 112.0, - "total_deaths": 182.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2046.355, - "new_cases_per_million": 48.301, - "new_cases_smoothed_per_million": 38.919, - "total_deaths_per_million": 63.243, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.589, - "stringency_index": 59.26 - }, - { - "date": "2020-08-07", - "total_cases": 6016.0, - "new_cases": 127.0, - "new_cases_smoothed": 117.0, - "total_deaths": 188.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2090.486, - "new_cases_per_million": 44.131, - "new_cases_smoothed_per_million": 40.656, - "total_deaths_per_million": 65.328, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.688, - "stringency_index": 53.7 - }, - { - "date": "2020-08-08", - "total_cases": 6151.0, - "new_cases": 135.0, - "new_cases_smoothed": 125.0, - "total_deaths": 189.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2137.397, - "new_cases_per_million": 46.911, - "new_cases_smoothed_per_million": 43.436, - "total_deaths_per_million": 65.675, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 1.589, - "stringency_index": 53.7 - }, - { - "date": "2020-08-09", - "total_cases": 6275.0, - "new_cases": 124.0, - "new_cases_smoothed": 125.571, - "total_deaths": 193.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2180.485, - "new_cases_per_million": 43.088, - "new_cases_smoothed_per_million": 43.635, - "total_deaths_per_million": 67.065, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.589, - "stringency_index": 53.7 - }, - { - "date": "2020-08-10", - "total_cases": 6411.0, - "new_cases": 136.0, - "new_cases_smoothed": 127.429, - "total_deaths": 199.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2227.743, - "new_cases_per_million": 47.258, - "new_cases_smoothed_per_million": 44.28, - "total_deaths_per_million": 69.15, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.638, - "stringency_index": 53.7 - }, - { - "date": "2020-08-11", - "total_cases": 6536.0, - "new_cases": 125.0, - "new_cases_smoothed": 130.857, - "total_deaths": 200.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2271.179, - "new_cases_per_million": 43.436, - "new_cases_smoothed_per_million": 45.471, - "total_deaths_per_million": 69.498, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 53.7 - }, - { - "date": "2020-08-12", - "total_cases": 6676.0, - "new_cases": 140.0, - "new_cases_smoothed": 132.286, - "total_deaths": 205.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2319.828, - "new_cases_per_million": 48.648, - "new_cases_smoothed_per_million": 45.968, - "total_deaths_per_million": 71.235, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.44, - "stringency_index": 53.7 - }, - { - "date": "2020-08-13", - "total_cases": 6817.0, - "new_cases": 141.0, - "new_cases_smoothed": 132.571, - "total_deaths": 208.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2368.823, - "new_cases_per_million": 48.996, - "new_cases_smoothed_per_million": 46.067, - "total_deaths_per_million": 72.277, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 53.7 - }, - { - "date": "2020-08-14", - "total_cases": 6971.0, - "new_cases": 154.0, - "new_cases_smoothed": 136.429, - "total_deaths": 213.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 2422.337, - "new_cases_per_million": 53.513, - "new_cases_smoothed_per_million": 47.407, - "total_deaths_per_million": 74.015, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.241, - "stringency_index": 53.7 - }, - { - "date": "2020-08-15", - "total_cases": 7117.0, - "new_cases": 146.0, - "new_cases_smoothed": 138.0, - "total_deaths": 219.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2473.07, - "new_cases_per_million": 50.733, - "new_cases_smoothed_per_million": 47.953, - "total_deaths_per_million": 76.1, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 53.7 - }, - { - "date": "2020-08-16", - "total_cases": 7260.0, - "new_cases": 143.0, - "new_cases_smoothed": 140.714, - "total_deaths": 225.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2522.76, - "new_cases_per_million": 49.691, - "new_cases_smoothed_per_million": 48.896, - "total_deaths_per_million": 78.185, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.589, - "stringency_index": 53.7 - }, - { - "date": "2020-08-17", - "total_cases": 7380.0, - "new_cases": 120.0, - "new_cases_smoothed": 138.429, - "total_deaths": 228.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2564.459, - "new_cases_per_million": 41.699, - "new_cases_smoothed_per_million": 48.102, - "total_deaths_per_million": 79.227, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.44, - "stringency_index": 53.7 - }, - { - "date": "2020-08-18", - "total_cases": 7499.0, - "new_cases": 119.0, - "new_cases_smoothed": 137.571, - "total_deaths": 230.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2605.81, - "new_cases_per_million": 41.351, - "new_cases_smoothed_per_million": 47.804, - "total_deaths_per_million": 79.922, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 53.7 - }, - { - "date": "2020-08-19", - "total_cases": 7654.0, - "new_cases": 155.0, - "new_cases_smoothed": 139.714, - "total_deaths": 232.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2659.671, - "new_cases_per_million": 53.861, - "new_cases_smoothed_per_million": 48.549, - "total_deaths_per_million": 80.617, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.34, - "stringency_index": 53.7 - }, - { - "date": "2020-08-20", - "total_cases": 7812.0, - "new_cases": 158.0, - "new_cases_smoothed": 142.143, - "total_deaths": 234.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2714.574, - "new_cases_per_million": 54.903, - "new_cases_smoothed_per_million": 49.393, - "total_deaths_per_million": 81.312, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 53.7 - }, - { - "date": "2020-08-21", - "total_cases": 7967.0, - "new_cases": 155.0, - "new_cases_smoothed": 142.286, - "total_deaths": 238.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 2768.434, - "new_cases_per_million": 53.861, - "new_cases_smoothed_per_million": 49.443, - "total_deaths_per_million": 82.702, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.241, - "stringency_index": 53.7 - }, - { - "date": "2020-08-22", - "total_cases": 8119.0, - "new_cases": 152.0, - "new_cases_smoothed": 143.143, - "total_deaths": 240.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 2821.252, - "new_cases_per_million": 52.818, - "new_cases_smoothed_per_million": 49.74, - "total_deaths_per_million": 83.397, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 53.7 - }, - { - "date": "2020-08-23", - "total_cases": 8275.0, - "new_cases": 156.0, - "new_cases_smoothed": 145.0, - "total_deaths": 245.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 2875.46, - "new_cases_per_million": 54.208, - "new_cases_smoothed_per_million": 50.386, - "total_deaths_per_million": 85.134, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 0.993, - "stringency_index": 53.7 - }, - { - "date": "2020-08-24", - "total_cases": 8427.0, - "new_cases": 152.0, - "new_cases_smoothed": 149.571, - "total_deaths": 250.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2928.279, - "new_cases_per_million": 52.818, - "new_cases_smoothed_per_million": 51.974, - "total_deaths_per_million": 86.872, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.092, - "stringency_index": 53.7 - }, - { - "date": "2020-08-25", - "total_cases": 8605.0, - "new_cases": 178.0, - "new_cases_smoothed": 158.0, - "total_deaths": 254.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 2990.131, - "new_cases_per_million": 61.853, - "new_cases_smoothed_per_million": 54.903, - "total_deaths_per_million": 88.262, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.191, - "stringency_index": 53.7 - }, - { - "date": "2020-08-26", - "total_cases": 8759.0, - "new_cases": 154.0, - "new_cases_smoothed": 157.857, - "total_deaths": 259.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 3043.644, - "new_cases_per_million": 53.513, - "new_cases_smoothed_per_million": 54.853, - "total_deaths_per_million": 89.999, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.34, - "stringency_index": 53.7 - }, - { - "date": "2020-08-27", - "total_cases": 8927.0, - "new_cases": 168.0, - "new_cases_smoothed": 159.286, - "total_deaths": 263.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 3102.022, - "new_cases_per_million": 58.378, - "new_cases_smoothed_per_million": 55.35, - "total_deaths_per_million": 91.389, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.44, - "stringency_index": 53.7 - }, - { - "date": "2020-08-28", - "total_cases": 9083.0, - "new_cases": 156.0, - "new_cases_smoothed": 159.429, - "total_deaths": 266.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 3156.23, - "new_cases_per_million": 54.208, - "new_cases_smoothed_per_million": 55.399, - "total_deaths_per_million": 92.432, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 54.63 - }, - { - "date": "2020-08-29", - "total_cases": 9195.0, - "new_cases": 112.0, - "new_cases_smoothed": 153.714, - "total_deaths": 271.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 3195.149, - "new_cases_per_million": 38.919, - "new_cases_smoothed_per_million": 53.414, - "total_deaths_per_million": 94.169, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 54.63 - }, - { - "date": "2020-08-30", - "total_cases": 9279.0, - "new_cases": 84.0, - "new_cases_smoothed": 143.429, - "total_deaths": 275.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3224.338, - "new_cases_per_million": 29.189, - "new_cases_smoothed_per_million": 49.84, - "total_deaths_per_million": 95.559, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 54.63 - }, - { - "date": "2020-08-31", - "total_cases": 9380.0, - "new_cases": 101.0, - "new_cases_smoothed": 136.143, - "total_deaths": 280.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3259.434, - "new_cases_per_million": 35.096, - "new_cases_smoothed_per_million": 47.308, - "total_deaths_per_million": 97.297, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 54.63 - }, - { - "date": "2020-09-01", - "total_cases": 9513.0, - "new_cases": 133.0, - "new_cases_smoothed": 129.714, - "total_deaths": 284.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3305.65, - "new_cases_per_million": 46.216, - "new_cases_smoothed_per_million": 45.074, - "total_deaths_per_million": 98.686, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.489, - "stringency_index": 54.63 - }, - { - "date": "2020-09-02", - "total_cases": 9606.0, - "new_cases": 93.0, - "new_cases_smoothed": 121.0, - "total_deaths": 290.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 3337.967, - "new_cases_per_million": 32.316, - "new_cases_smoothed_per_million": 42.046, - "total_deaths_per_million": 100.771, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 54.63 - }, - { - "date": "2020-09-03", - "total_cases": 9728.0, - "new_cases": 122.0, - "new_cases_smoothed": 114.429, - "total_deaths": 296.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3380.36, - "new_cases_per_million": 42.393, - "new_cases_smoothed_per_million": 39.763, - "total_deaths_per_million": 102.856, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.638, - "stringency_index": 54.63 - }, - { - "date": "2020-09-04", - "total_cases": 9844.0, - "new_cases": 116.0, - "new_cases_smoothed": 108.714, - "total_deaths": 301.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3420.669, - "new_cases_per_million": 40.309, - "new_cases_smoothed_per_million": 37.777, - "total_deaths_per_million": 104.594, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.737, - "stringency_index": 54.63 - }, - { - "date": "2020-09-05", - "total_cases": 9967.0, - "new_cases": 123.0, - "new_cases_smoothed": 110.286, - "total_deaths": 306.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3463.41, - "new_cases_per_million": 42.741, - "new_cases_smoothed_per_million": 38.323, - "total_deaths_per_million": 106.331, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.737, - "stringency_index": 54.63 - }, - { - "date": "2020-09-06", - "total_cases": 10102.0, - "new_cases": 135.0, - "new_cases_smoothed": 117.571, - "total_deaths": 312.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 3510.32, - "new_cases_per_million": 46.911, - "new_cases_smoothed_per_million": 40.855, - "total_deaths_per_million": 108.416, - "new_deaths_per_million": 2.085, - "new_deaths_smoothed_per_million": 1.837, - "stringency_index": 54.63 - }, - { - "date": "2020-09-07", - "total_cases": 10255.0, - "new_cases": 153.0, - "new_cases_smoothed": 125.0, - "total_deaths": 316.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3563.486, - "new_cases_per_million": 53.166, - "new_cases_smoothed_per_million": 43.436, - "total_deaths_per_million": 109.806, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.787, - "stringency_index": 54.63 - }, - { - "date": "2020-09-08", - "total_cases": 10406.0, - "new_cases": 151.0, - "new_cases_smoothed": 127.571, - "total_deaths": 319.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3615.957, - "new_cases_per_million": 52.471, - "new_cases_smoothed_per_million": 44.329, - "total_deaths_per_million": 110.849, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.737, - "stringency_index": 54.63 - }, - { - "date": "2020-09-09", - "total_cases": 10553.0, - "new_cases": 147.0, - "new_cases_smoothed": 135.286, - "total_deaths": 321.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 3667.037, - "new_cases_per_million": 51.081, - "new_cases_smoothed_per_million": 47.01, - "total_deaths_per_million": 111.544, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.539, - "stringency_index": 54.63 - }, - { - "date": "2020-09-10", - "total_cases": 10704.0, - "new_cases": 151.0, - "new_cases_smoothed": 139.429, - "total_deaths": 322.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 3719.508, - "new_cases_per_million": 52.471, - "new_cases_smoothed_per_million": 48.45, - "total_deaths_per_million": 111.891, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 54.63 - }, - { - "date": "2020-09-11", - "total_cases": 10860.0, - "new_cases": 156.0, - "new_cases_smoothed": 145.143, - "total_deaths": 324.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 3773.716, - "new_cases_per_million": 54.208, - "new_cases_smoothed_per_million": 50.435, - "total_deaths_per_million": 112.586, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.142, - "stringency_index": 54.63 - }, - { - "date": "2020-09-12", - "total_cases": 11021.0, - "new_cases": 161.0, - "new_cases_smoothed": 150.571, - "total_deaths": 327.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3829.662, - "new_cases_per_million": 55.946, - "new_cases_smoothed_per_million": 52.322, - "total_deaths_per_million": 113.628, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 54.63 - }, - { - "date": "2020-09-13", - "total_cases": 11185.0, - "new_cases": 164.0, - "new_cases_smoothed": 154.714, - "total_deaths": 330.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3886.65, - "new_cases_per_million": 56.988, - "new_cases_smoothed_per_million": 53.761, - "total_deaths_per_million": 114.671, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 54.63 - }, - { - "date": "2020-09-14", - "total_cases": 11353.0, - "new_cases": 168.0, - "new_cases_smoothed": 156.857, - "total_deaths": 334.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3945.027, - "new_cases_per_million": 58.378, - "new_cases_smoothed_per_million": 54.506, - "total_deaths_per_million": 116.061, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.894, - "stringency_index": 43.52 - }, - { - "date": "2020-09-15", - "total_cases": 11520.0, - "new_cases": 167.0, - "new_cases_smoothed": 159.143, - "total_deaths": 338.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 4003.058, - "new_cases_per_million": 58.03, - "new_cases_smoothed_per_million": 55.3, - "total_deaths_per_million": 117.451, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 43.52 - }, - { - "date": "2020-09-16", - "total_cases": 11672.0, - "new_cases": 152.0, - "new_cases_smoothed": 159.857, - "total_deaths": 340.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 4055.876, - "new_cases_per_million": 52.818, - "new_cases_smoothed_per_million": 55.548, - "total_deaths_per_million": 118.146, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 0.943, - "stringency_index": 43.52 - }, - { - "date": "2020-09-17", - "total_cases": 11816.0, - "new_cases": 144.0, - "new_cases_smoothed": 158.857, - "total_deaths": 343.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 4105.914, - "new_cases_per_million": 50.038, - "new_cases_smoothed_per_million": 55.201, - "total_deaths_per_million": 119.188, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.042, - "stringency_index": 43.52 - }, - { - "date": "2020-09-18", - "total_cases": 11948.0, - "new_cases": 132.0, - "new_cases_smoothed": 155.429, - "total_deaths": 348.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 4151.783, - "new_cases_per_million": 45.868, - "new_cases_smoothed_per_million": 54.01, - "total_deaths_per_million": 120.926, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.191, - "stringency_index": 43.52 - }, - { - "date": "2020-09-19", - "total_cases": 12073.0, - "new_cases": 125.0, - "new_cases_smoothed": 150.286, - "total_deaths": 353.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 4195.219, - "new_cases_per_million": 43.436, - "new_cases_smoothed_per_million": 52.222, - "total_deaths_per_million": 122.663, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 43.52 - }, - { - "date": "2020-09-20", - "total_cases": 12226.0, - "new_cases": 153.0, - "new_cases_smoothed": 148.714, - "total_deaths": 358.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 4248.384, - "new_cases_per_million": 53.166, - "new_cases_smoothed_per_million": 51.676, - "total_deaths_per_million": 124.401, - "new_deaths_per_million": 1.737, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 43.52 - }, - { - "date": "2020-09-21", - "total_cases": 12385.0, - "new_cases": 159.0, - "new_cases_smoothed": 147.429, - "total_deaths": 362.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 4303.635, - "new_cases_per_million": 55.251, - "new_cases_smoothed_per_million": 51.23, - "total_deaths_per_million": 125.791, - "new_deaths_per_million": 1.39, - "new_deaths_smoothed_per_million": 1.39, - "stringency_index": 43.52 - }, - { - "date": "2020-09-22", - "total_cases": 12535.0, - "new_cases": 150.0, - "new_cases_smoothed": 145.0, - "total_deaths": 364.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 4355.758, - "new_cases_per_million": 52.123, - "new_cases_smoothed_per_million": 50.386, - "total_deaths_per_million": 126.486, - "new_deaths_per_million": 0.695, - "new_deaths_smoothed_per_million": 1.291, - "stringency_index": 43.52 - }, - { - "date": "2020-09-23", - "total_cases": 12666.0, - "new_cases": 131.0, - "new_cases_smoothed": 142.0, - "total_deaths": 367.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 4401.279, - "new_cases_per_million": 45.521, - "new_cases_smoothed_per_million": 49.343, - "total_deaths_per_million": 127.528, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.34 - }, - { - "date": "2020-09-24", - "total_cases": 12787.0, - "new_cases": 121.0, - "new_cases_smoothed": 138.714, - "total_deaths": 370.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 4443.325, - "new_cases_per_million": 42.046, - "new_cases_smoothed_per_million": 48.202, - "total_deaths_per_million": 128.57, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 1.34 - }, - { - "date": "2020-09-25", - "total_cases": 12921.0, - "new_cases": 134.0, - "new_cases_smoothed": 139.0, - "total_deaths": 370.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 4489.888, - "new_cases_per_million": 46.563, - "new_cases_smoothed_per_million": 48.301, - "total_deaths_per_million": 128.57, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.092 - } - ] - }, - "AND": { - "continent": "Europe", - "location": "Andorra", - "population": 77265.0, - "population_density": 163.755, - "cardiovasc_death_rate": 109.135, - "diabetes_prevalence": 7.97, - "female_smokers": 29.0, - "male_smokers": 37.8, - "life_expectancy": 83.73, - "human_development_index": 0.858, - "data": [ - { - "date": "2020-03-03", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 12.942, - "new_cases_per_million": 12.942, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 1.849, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-11", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 9.26 - }, - { - "date": "2020-03-14", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.885, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 20.37 - }, - { - "date": "2020-03-15", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 1.849, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 20.37 - }, - { - "date": "2020-03-16", - "total_cases": 5.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.712, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 7.396, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-17", - "total_cases": 14.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 181.195, - "new_cases_per_million": 116.482, - "new_cases_smoothed_per_million": 24.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-18", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 181.195, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 24.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-19", - "total_cases": 53.0, - "new_cases": 39.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 685.951, - "new_cases_per_million": 504.756, - "new_cases_smoothed_per_million": 96.144, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-20", - "total_cases": 75.0, - "new_cases": 22.0, - "new_cases_smoothed": 10.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.685, - "new_cases_per_million": 284.734, - "new_cases_smoothed_per_million": 136.82, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-21", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.685, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 134.971, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-22", - "total_cases": 88.0, - "new_cases": 13.0, - "new_cases_smoothed": 12.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1138.937, - "new_cases_per_million": 168.252, - "new_cases_smoothed_per_million": 159.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-23", - "total_cases": 113.0, - "new_cases": 25.0, - "new_cases_smoothed": 15.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1462.499, - "new_cases_per_million": 323.562, - "new_cases_smoothed_per_million": 199.684, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-24", - "total_cases": 133.0, - "new_cases": 20.0, - "new_cases_smoothed": 17.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1721.349, - "new_cases_per_million": 258.849, - "new_cases_smoothed_per_million": 220.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-25", - "total_cases": 164.0, - "new_cases": 31.0, - "new_cases_smoothed": 21.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2122.565, - "new_cases_per_million": 401.217, - "new_cases_smoothed_per_million": 277.339, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-26", - "total_cases": 188.0, - "new_cases": 24.0, - "new_cases_smoothed": 19.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2433.184, - "new_cases_per_million": 310.619, - "new_cases_smoothed_per_million": 249.605, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-27", - "total_cases": 224.0, - "new_cases": 36.0, - "new_cases_smoothed": 21.286, - "total_deaths": 3.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2899.113, - "new_cases_per_million": 465.929, - "new_cases_smoothed_per_million": 275.49, - "total_deaths_per_million": 38.827, - "new_deaths_per_million": 38.827, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 48.15 - }, - { - "date": "2020-03-28", - "total_cases": 267.0, - "new_cases": 43.0, - "new_cases_smoothed": 27.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3455.64, - "new_cases_per_million": 556.526, - "new_cases_smoothed_per_million": 354.993, - "total_deaths_per_million": 38.827, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 48.15 - }, - { - "date": "2020-03-29", - "total_cases": 308.0, - "new_cases": 41.0, - "new_cases_smoothed": 31.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3986.281, - "new_cases_per_million": 530.641, - "new_cases_smoothed_per_million": 406.763, - "total_deaths_per_million": 51.77, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 48.15 - }, - { - "date": "2020-03-30", - "total_cases": 334.0, - "new_cases": 26.0, - "new_cases_smoothed": 31.571, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4322.785, - "new_cases_per_million": 336.504, - "new_cases_smoothed_per_million": 408.612, - "total_deaths_per_million": 77.655, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 11.094, - "stringency_index": 48.15 - }, - { - "date": "2020-03-31", - "total_cases": 370.0, - "new_cases": 36.0, - "new_cases_smoothed": 33.857, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4788.714, - "new_cases_per_million": 465.929, - "new_cases_smoothed_per_million": 438.195, - "total_deaths_per_million": 103.54, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 14.791, - "stringency_index": 48.15 - }, - { - "date": "2020-04-01", - "total_cases": 376.0, - "new_cases": 6.0, - "new_cases_smoothed": 30.286, - "total_deaths": 12.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4866.369, - "new_cases_per_million": 77.655, - "new_cases_smoothed_per_million": 391.972, - "total_deaths_per_million": 155.31, - "new_deaths_per_million": 51.77, - "new_deaths_smoothed_per_million": 22.187, - "stringency_index": 48.15 - }, - { - "date": "2020-04-02", - "total_cases": 390.0, - "new_cases": 14.0, - "new_cases_smoothed": 28.857, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5047.564, - "new_cases_per_million": 181.195, - "new_cases_smoothed_per_million": 373.483, - "total_deaths_per_million": 181.195, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 25.885, - "stringency_index": 48.15 - }, - { - "date": "2020-04-03", - "total_cases": 428.0, - "new_cases": 38.0, - "new_cases_smoothed": 29.143, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5539.377, - "new_cases_per_million": 491.814, - "new_cases_smoothed_per_million": 377.181, - "total_deaths_per_million": 194.137, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 22.187, - "stringency_index": 48.15 - }, - { - "date": "2020-04-04", - "total_cases": 439.0, - "new_cases": 11.0, - "new_cases_smoothed": 24.571, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5681.745, - "new_cases_per_million": 142.367, - "new_cases_smoothed_per_million": 318.015, - "total_deaths_per_million": 207.08, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 24.036, - "stringency_index": 48.15 - }, - { - "date": "2020-04-05", - "total_cases": 466.0, - "new_cases": 27.0, - "new_cases_smoothed": 22.571, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6031.191, - "new_cases_per_million": 349.447, - "new_cases_smoothed_per_million": 292.13, - "total_deaths_per_million": 220.022, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 24.036, - "stringency_index": 48.15 - }, - { - "date": "2020-04-06", - "total_cases": 501.0, - "new_cases": 35.0, - "new_cases_smoothed": 23.857, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 6484.178, - "new_cases_per_million": 452.986, - "new_cases_smoothed_per_million": 308.77, - "total_deaths_per_million": 232.964, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 22.187, - "stringency_index": 48.15 - }, - { - "date": "2020-04-07", - "total_cases": 526.0, - "new_cases": 25.0, - "new_cases_smoothed": 22.286, - "total_deaths": 21.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6807.74, - "new_cases_per_million": 323.562, - "new_cases_smoothed_per_million": 288.432, - "total_deaths_per_million": 271.792, - "new_deaths_per_million": 38.827, - "new_deaths_smoothed_per_million": 24.036, - "stringency_index": 48.15 - }, - { - "date": "2020-04-08", - "total_cases": 545.0, - "new_cases": 19.0, - "new_cases_smoothed": 24.143, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 7053.647, - "new_cases_per_million": 245.907, - "new_cases_smoothed_per_million": 312.468, - "total_deaths_per_million": 284.734, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 18.489, - "stringency_index": 56.48 - }, - { - "date": "2020-04-09", - "total_cases": 564.0, - "new_cases": 19.0, - "new_cases_smoothed": 24.857, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7299.553, - "new_cases_per_million": 245.907, - "new_cases_smoothed_per_million": 321.713, - "total_deaths_per_million": 297.677, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 16.64, - "stringency_index": 56.48 - }, - { - "date": "2020-04-10", - "total_cases": 583.0, - "new_cases": 19.0, - "new_cases_smoothed": 22.143, - "total_deaths": 25.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 7545.46, - "new_cases_per_million": 245.907, - "new_cases_smoothed_per_million": 286.583, - "total_deaths_per_million": 323.562, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 18.489, - "stringency_index": 56.48 - }, - { - "date": "2020-04-11", - "total_cases": 601.0, - "new_cases": 18.0, - "new_cases_smoothed": 23.143, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 7778.425, - "new_cases_per_million": 232.964, - "new_cases_smoothed_per_million": 299.526, - "total_deaths_per_million": 336.504, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 18.489, - "stringency_index": 56.48 - }, - { - "date": "2020-04-12", - "total_cases": 622.0, - "new_cases": 21.0, - "new_cases_smoothed": 22.286, - "total_deaths": 28.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 8050.217, - "new_cases_per_million": 271.792, - "new_cases_smoothed_per_million": 288.432, - "total_deaths_per_million": 362.389, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 20.338, - "stringency_index": 56.48 - }, - { - "date": "2020-04-13", - "total_cases": 638.0, - "new_cases": 16.0, - "new_cases_smoothed": 19.571, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 8257.296, - "new_cases_per_million": 207.08, - "new_cases_smoothed_per_million": 253.303, - "total_deaths_per_million": 375.332, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 20.338, - "stringency_index": 56.48 - }, - { - "date": "2020-04-14", - "total_cases": 646.0, - "new_cases": 8.0, - "new_cases_smoothed": 17.143, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 8360.836, - "new_cases_per_million": 103.54, - "new_cases_smoothed_per_million": 221.871, - "total_deaths_per_million": 375.332, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 14.791, - "stringency_index": 56.48 - }, - { - "date": "2020-04-15", - "total_cases": 659.0, - "new_cases": 13.0, - "new_cases_smoothed": 16.286, - "total_deaths": 31.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 8529.088, - "new_cases_per_million": 168.252, - "new_cases_smoothed_per_million": 210.777, - "total_deaths_per_million": 401.217, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 16.64, - "stringency_index": 56.48 - }, - { - "date": "2020-04-16", - "total_cases": 673.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.571, - "total_deaths": 33.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 8710.283, - "new_cases_per_million": 181.195, - "new_cases_smoothed_per_million": 201.533, - "total_deaths_per_million": 427.102, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 18.489, - "stringency_index": 56.48 - }, - { - "date": "2020-04-17", - "total_cases": 682.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.143, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 8826.765, - "new_cases_per_million": 116.482, - "new_cases_smoothed_per_million": 183.044, - "total_deaths_per_million": 427.102, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 14.791, - "stringency_index": 56.48 - }, - { - "date": "2020-04-18", - "total_cases": 696.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.571, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 9007.96, - "new_cases_per_million": 181.195, - "new_cases_smoothed_per_million": 175.648, - "total_deaths_per_million": 452.986, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 16.64, - "stringency_index": 56.48 - }, - { - "date": "2020-04-19", - "total_cases": 704.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.714, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9111.499, - "new_cases_per_million": 103.54, - "new_cases_smoothed_per_million": 151.612, - "total_deaths_per_million": 452.986, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 12.942, - "stringency_index": 56.48 - }, - { - "date": "2020-04-20", - "total_cases": 713.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.714, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9227.982, - "new_cases_per_million": 116.482, - "new_cases_smoothed_per_million": 138.669, - "total_deaths_per_million": 465.929, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 12.942, - "stringency_index": 52.78 - }, - { - "date": "2020-04-21", - "total_cases": 717.0, - "new_cases": 4.0, - "new_cases_smoothed": 10.143, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9279.752, - "new_cases_per_million": 51.77, - "new_cases_smoothed_per_million": 131.274, - "total_deaths_per_million": 465.929, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 12.942, - "stringency_index": 52.78 - }, - { - "date": "2020-04-22", - "total_cases": 717.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.286, - "total_deaths": 37.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9279.752, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 107.238, - "total_deaths_per_million": 478.871, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 11.094, - "stringency_index": 52.78 - }, - { - "date": "2020-04-23", - "total_cases": 723.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.143, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9357.406, - "new_cases_per_million": 77.655, - "new_cases_smoothed_per_million": 92.446, - "total_deaths_per_million": 478.871, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-04-24", - "total_cases": 724.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.0, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9370.349, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 77.655, - "total_deaths_per_million": 478.871, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-04-25", - "total_cases": 731.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.0, - "total_deaths": 40.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9460.946, - "new_cases_per_million": 90.597, - "new_cases_smoothed_per_million": 64.712, - "total_deaths_per_million": 517.699, - "new_deaths_per_million": 38.827, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-04-26", - "total_cases": 733.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9486.831, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 53.619, - "total_deaths_per_million": 517.699, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-04-27", - "total_cases": 740.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9577.428, - "new_cases_per_million": 90.597, - "new_cases_smoothed_per_million": 49.921, - "total_deaths_per_million": 517.699, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-04-28", - "total_cases": 743.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9616.256, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 48.072, - "total_deaths_per_million": 517.699, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-04-29", - "total_cases": 743.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9616.256, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 48.072, - "total_deaths_per_million": 530.641, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-04-30", - "total_cases": 743.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 42.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9616.256, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 36.978, - "total_deaths_per_million": 543.584, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-01", - "total_cases": 745.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.0, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9642.141, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 38.827, - "total_deaths_per_million": 543.584, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-02", - "total_cases": 746.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9655.083, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 27.734, - "total_deaths_per_million": 556.526, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 52.78 - }, - { - "date": "2020-05-03", - "total_cases": 747.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9668.026, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 25.885, - "total_deaths_per_million": 569.469, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-05-04", - "total_cases": 748.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9680.968, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 14.791, - "total_deaths_per_million": 582.411, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-05", - "total_cases": 750.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9706.853, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 582.411, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-06", - "total_cases": 751.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9719.796, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 14.791, - "total_deaths_per_million": 595.354, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-07", - "total_cases": 751.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9719.796, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.791, - "total_deaths_per_million": 595.354, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-05-08", - "total_cases": 752.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9732.738, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 608.296, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 9.245, - "stringency_index": 52.78 - }, - { - "date": "2020-05-09", - "total_cases": 752.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9732.738, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.094, - "total_deaths_per_million": 608.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-05-10", - "total_cases": 754.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 48.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9758.623, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 621.239, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 7.396, - "stringency_index": 52.78 - }, - { - "date": "2020-05-11", - "total_cases": 755.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9771.565, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 621.239, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-12", - "total_cases": 756.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9784.508, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 11.094, - "total_deaths_per_million": 621.239, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-13", - "total_cases": 758.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9810.393, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 621.239, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-14", - "total_cases": 760.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9836.278, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 16.64, - "total_deaths_per_million": 634.181, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-15", - "total_cases": 761.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 16.64, - "total_deaths_per_million": 634.181, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-16", - "total_cases": 761.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.64, - "total_deaths_per_million": 634.181, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-17", - "total_cases": 761.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 51.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 25.885, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-18", - "total_cases": 761.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.094, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-19", - "total_cases": 761.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.245, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-20", - "total_cases": 761.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9849.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.547, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.547, - "stringency_index": 50.0 - }, - { - "date": "2020-05-21", - "total_cases": 762.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9862.163, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-22", - "total_cases": 762.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9862.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-23", - "total_cases": 762.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9862.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.698, - "stringency_index": 50.0 - }, - { - "date": "2020-05-24", - "total_cases": 762.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9862.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-25", - "total_cases": 763.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9875.105, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-26", - "total_cases": 763.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9875.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-27", - "total_cases": 763.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9875.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-28", - "total_cases": 763.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9875.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-29", - "total_cases": 763.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9875.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-30", - "total_cases": 764.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9888.048, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-05-31", - "total_cases": 764.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9888.048, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-01", - "total_cases": 764.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9888.048, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-02", - "total_cases": 765.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9900.99, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-03", - "total_cases": 844.0, - "new_cases": 79.0, - "new_cases_smoothed": 11.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10923.445, - "new_cases_per_million": 1022.455, - "new_cases_smoothed_per_million": 149.763, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-04", - "total_cases": 851.0, - "new_cases": 7.0, - "new_cases_smoothed": 12.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11014.043, - "new_cases_per_million": 90.597, - "new_cases_smoothed_per_million": 162.705, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-05", - "total_cases": 852.0, - "new_cases": 1.0, - "new_cases_smoothed": 12.714, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 164.554, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-06", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 162.705, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-07", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 162.705, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-08", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 162.705, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-09", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 160.856, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-10", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.791, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-11", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-12", - "total_cases": 852.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11026.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-13", - "total_cases": 853.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11039.928, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-14", - "total_cases": 853.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11039.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-15", - "total_cases": 853.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11039.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-16", - "total_cases": 853.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11039.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 660.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-17", - "total_cases": 854.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11052.87, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-18", - "total_cases": 854.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11052.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-19", - "total_cases": 855.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 5.547, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-20", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-21", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-22", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-23", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.698, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 38.89 - }, - { - "date": "2020-06-24", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-25", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.849, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-26", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-27", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-28", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-29", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-06-30", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-07-01", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-02", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-03", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-04", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-05", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-06", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-07", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-08", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-09", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-10", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-11", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-12", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-13", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11065.812, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-14", - "total_cases": 858.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11104.64, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 5.547, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-15", - "total_cases": 861.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11143.467, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 11.094, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-16", - "total_cases": 862.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11156.41, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 12.942, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-17", - "total_cases": 877.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11350.547, - "new_cases_per_million": 194.137, - "new_cases_smoothed_per_million": 40.676, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-18", - "total_cases": 880.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11389.374, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 46.223, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-19", - "total_cases": 880.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11389.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 46.223, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-20", - "total_cases": 880.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11389.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 46.223, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-21", - "total_cases": 884.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11441.144, - "new_cases_per_million": 51.77, - "new_cases_smoothed_per_million": 48.072, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-07-22", - "total_cases": 884.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11441.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.525, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-23", - "total_cases": 889.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.857, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11505.856, - "new_cases_per_million": 64.712, - "new_cases_smoothed_per_million": 49.921, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-24", - "total_cases": 889.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11505.856, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.187, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-25", - "total_cases": 889.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11505.856, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.64, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-26", - "total_cases": 897.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11609.396, - "new_cases_per_million": 103.54, - "new_cases_smoothed_per_million": 31.432, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-27", - "total_cases": 897.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11609.396, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 31.432, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-28", - "total_cases": 907.0, - "new_cases": 10.0, - "new_cases_smoothed": 3.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11738.821, - "new_cases_per_million": 129.425, - "new_cases_smoothed_per_million": 42.525, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-29", - "total_cases": 907.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11738.821, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.525, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-30", - "total_cases": 918.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11881.188, - "new_cases_per_million": 142.367, - "new_cases_smoothed_per_million": 53.619, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-31", - "total_cases": 922.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11932.958, - "new_cases_per_million": 51.77, - "new_cases_smoothed_per_million": 61.015, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-01", - "total_cases": 925.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11971.785, - "new_cases_per_million": 38.827, - "new_cases_smoothed_per_million": 66.561, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-02", - "total_cases": 925.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11971.785, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 51.77, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-03", - "total_cases": 925.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11971.785, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 51.77, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-04", - "total_cases": 937.0, - "new_cases": 12.0, - "new_cases_smoothed": 4.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12127.095, - "new_cases_per_million": 155.31, - "new_cases_smoothed_per_million": 55.468, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-05", - "total_cases": 939.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12152.98, - "new_cases_per_million": 25.885, - "new_cases_smoothed_per_million": 59.166, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-06", - "total_cases": 939.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12152.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 38.827, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-07", - "total_cases": 944.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12217.692, - "new_cases_per_million": 64.712, - "new_cases_smoothed_per_million": 40.676, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-08", - "total_cases": 955.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.286, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12360.06, - "new_cases_per_million": 142.367, - "new_cases_smoothed_per_million": 55.468, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-09", - "total_cases": 956.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12373.002, - "new_cases_per_million": 12.942, - "new_cases_smoothed_per_million": 57.317, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-10", - "total_cases": 956.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12373.002, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 57.317, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-11", - "total_cases": 963.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12463.599, - "new_cases_per_million": 90.597, - "new_cases_smoothed_per_million": 48.072, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-12", - "total_cases": 963.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12463.599, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 44.374, - "total_deaths_per_million": 673.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-13", - "total_cases": 977.0, - "new_cases": 14.0, - "new_cases_smoothed": 5.429, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12644.794, - "new_cases_per_million": 181.195, - "new_cases_smoothed_per_million": 70.259, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 12.942, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-14", - "total_cases": 981.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12696.564, - "new_cases_per_million": 51.77, - "new_cases_smoothed_per_million": 68.41, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-15", - "total_cases": 989.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12800.104, - "new_cases_per_million": 103.54, - "new_cases_smoothed_per_million": 62.863, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-16", - "total_cases": 989.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12800.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.015, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-17", - "total_cases": 989.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12800.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.015, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-18", - "total_cases": 1005.0, - "new_cases": 16.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 13007.183, - "new_cases_per_million": 207.08, - "new_cases_smoothed_per_million": 77.655, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-19", - "total_cases": 1005.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 13007.183, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 77.655, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.849, - "stringency_index": 41.67 - }, - { - "date": "2020-08-20", - "total_cases": 1024.0, - "new_cases": 19.0, - "new_cases_smoothed": 6.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13253.09, - "new_cases_per_million": 245.907, - "new_cases_smoothed_per_million": 86.899, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-21", - "total_cases": 1024.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13253.09, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 79.504, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-22", - "total_cases": 1045.0, - "new_cases": 21.0, - "new_cases_smoothed": 8.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13524.882, - "new_cases_per_million": 271.792, - "new_cases_smoothed_per_million": 103.54, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-23", - "total_cases": 1045.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13524.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 103.54, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-24", - "total_cases": 1045.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13524.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 103.54, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-25", - "total_cases": 1060.0, - "new_cases": 15.0, - "new_cases_smoothed": 7.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13719.019, - "new_cases_per_million": 194.137, - "new_cases_smoothed_per_million": 101.691, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-26", - "total_cases": 1060.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13719.019, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 101.691, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-27", - "total_cases": 1098.0, - "new_cases": 38.0, - "new_cases_smoothed": 10.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14210.833, - "new_cases_per_million": 491.814, - "new_cases_smoothed_per_million": 136.82, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-28", - "total_cases": 1098.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14210.833, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 136.82, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-29", - "total_cases": 1124.0, - "new_cases": 26.0, - "new_cases_smoothed": 11.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14547.337, - "new_cases_per_million": 336.504, - "new_cases_smoothed_per_million": 146.065, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-30", - "total_cases": 1124.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14547.337, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 146.065, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-31", - "total_cases": 1124.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14547.337, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 146.065, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-01", - "total_cases": 1176.0, - "new_cases": 52.0, - "new_cases_smoothed": 16.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15220.346, - "new_cases_per_million": 673.008, - "new_cases_smoothed_per_million": 214.475, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-02", - "total_cases": 1184.0, - "new_cases": 8.0, - "new_cases_smoothed": 17.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15323.885, - "new_cases_per_million": 103.54, - "new_cases_smoothed_per_million": 229.267, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-03", - "total_cases": 1199.0, - "new_cases": 15.0, - "new_cases_smoothed": 14.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15518.022, - "new_cases_per_million": 194.137, - "new_cases_smoothed_per_million": 186.741, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-04", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15518.022, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 186.741, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-05", - "total_cases": 1215.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15725.102, - "new_cases_per_million": 207.08, - "new_cases_smoothed_per_million": 168.252, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-06", - "total_cases": 1215.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15725.102, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 168.252, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-07", - "total_cases": 1215.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15725.102, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 168.252, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-08", - "total_cases": 1261.0, - "new_cases": 46.0, - "new_cases_smoothed": 12.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16320.456, - "new_cases_per_million": 595.354, - "new_cases_smoothed_per_million": 157.159, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-09", - "total_cases": 1261.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16320.456, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 142.367, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-10", - "total_cases": 1301.0, - "new_cases": 40.0, - "new_cases_smoothed": 14.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16838.154, - "new_cases_per_million": 517.699, - "new_cases_smoothed_per_million": 188.59, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-11", - "total_cases": 1301.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16838.154, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 188.59, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-12", - "total_cases": 1344.0, - "new_cases": 43.0, - "new_cases_smoothed": 18.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17394.681, - "new_cases_per_million": 556.526, - "new_cases_smoothed_per_million": 238.511, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-13", - "total_cases": 1344.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17394.681, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 238.511, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-14", - "total_cases": 1344.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17394.681, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 238.511, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-15", - "total_cases": 1438.0, - "new_cases": 94.0, - "new_cases_smoothed": 25.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18611.273, - "new_cases_per_million": 1216.592, - "new_cases_smoothed_per_million": 327.26, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 1438.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18611.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 327.26, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 1438.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18611.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 253.303, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 1483.0, - "new_cases": 45.0, - "new_cases_smoothed": 26.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19193.684, - "new_cases_per_million": 582.411, - "new_cases_smoothed_per_million": 336.504, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 1564.0, - "new_cases": 81.0, - "new_cases_smoothed": 31.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20242.024, - "new_cases_per_million": 1048.34, - "new_cases_smoothed_per_million": 406.763, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 1564.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20242.024, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 406.763, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 1564.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20242.024, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 406.763, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 1681.0, - "new_cases": 117.0, - "new_cases_smoothed": 34.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21756.293, - "new_cases_per_million": 1514.269, - "new_cases_smoothed_per_million": 449.289, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 1681.0, - "new_cases": 0.0, - "new_cases_smoothed": 34.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21756.293, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 449.289, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 1753.0, - "new_cases": 72.0, - "new_cases_smoothed": 45.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22688.151, - "new_cases_per_million": 931.858, - "new_cases_smoothed_per_million": 582.411, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 1753.0, - "new_cases": 0.0, - "new_cases_smoothed": 38.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22688.151, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 499.21, - "total_deaths_per_million": 685.951, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "ARE": { - "continent": "Asia", - "location": "United Arab Emirates", - "population": 9890400.0, - "population_density": 112.442, - "median_age": 34.0, - "aged_65_older": 1.144, - "aged_70_older": 0.526, - "gdp_per_capita": 67293.483, - "cardiovasc_death_rate": 317.84, - "diabetes_prevalence": 17.26, - "female_smokers": 1.2, - "male_smokers": 37.4, - "hospital_beds_per_thousand": 1.2, - "life_expectancy": 77.97, - "human_development_index": 0.863, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-27", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.101, - "new_cases_per_million": 0.101, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.101, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.101, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 75.0, - "total_tests": 75.0, - "total_tests_per_thousand": 0.008, - "new_tests_per_thousand": 0.008, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-01-30", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.404, - "new_cases_per_million": 0.303, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-01-31", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.404, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-01", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.404, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 183.0, - "total_tests": 258.0, - "total_tests_per_thousand": 0.026, - "new_tests_per_thousand": 0.019, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-02", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.101, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-03", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-04", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-05", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 73.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 127.75, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-06", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 76.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 532.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-07", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 79.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 553.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-08", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.708, - "new_cases_per_million": 0.202, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 574.0, - "total_tests": 832.0, - "total_tests_per_thousand": 0.084, - "new_tests_per_thousand": 0.058, - "new_tests_smoothed": 82.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 191.333, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.708, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1360.0, - "total_tests": 2192.0, - "total_tests_per_thousand": 0.222, - "new_tests_per_thousand": 0.138, - "new_tests_smoothed": 265.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 927.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.708, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 437.0, - "total_tests": 2629.0, - "total_tests_per_thousand": 0.266, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 315.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 1102.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-11", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.101, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 314.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 732.6669999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-12", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 314.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 732.6669999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-13", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 313.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 730.3330000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-14", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 306.0, - "total_tests": 2935.0, - "total_tests_per_thousand": 0.297, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 312.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 728.0, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-15", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 451.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 3157.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-16", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2107.0, - "total_tests": 5042.0, - "total_tests_per_thousand": 0.51, - "new_tests_per_thousand": 0.213, - "new_tests_smoothed": 407.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 2849.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-17", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.91, - "new_cases_per_million": 0.101, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 463.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 1620.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-18", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.91, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1651.0, - "total_tests": 6693.0, - "total_tests_per_thousand": 0.677, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 570.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 3990.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-19", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.91, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 664.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_per_case": 4648.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-20", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.91, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 757.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 5299.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-21", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.91, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2201.0, - "total_tests": 8894.0, - "total_tests_per_thousand": 0.899, - "new_tests_per_thousand": 0.223, - "new_tests_smoothed": 851.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 5957.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-22", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.112, - "new_cases_per_million": 0.202, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4096.0, - "total_tests": 12990.0, - "total_tests_per_thousand": 1.313, - "new_tests_per_thousand": 0.414, - "new_tests_smoothed": 1286.0, - "new_tests_smoothed_per_thousand": 0.13, - "tests_per_case": 3000.667, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-23", - "total_cases": 13.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.314, - "new_cases_per_million": 0.202, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1173.0, - "new_tests_smoothed_per_thousand": 0.119, - "tests_per_case": 1642.2, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-02-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1093.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 1912.75, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1013.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 1772.75, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 946.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 1655.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1325.0, - "total_tests": 14315.0, - "total_tests_per_thousand": 1.447, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 879.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_per_case": 1538.25, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-28", - "total_cases": 19.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.921, - "new_cases_per_million": 0.607, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8606.0, - "total_tests": 22921.0, - "total_tests_per_thousand": 2.317, - "new_tests_per_thousand": 0.87, - "new_tests_smoothed": 2004.0, - "new_tests_smoothed_per_thousand": 0.203, - "tests_per_case": 1402.8, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-29", - "total_cases": 21.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.123, - "new_cases_per_million": 0.202, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1494.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_per_case": 1045.8, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-01", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.123, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1532.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_per_case": 1340.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-02", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.123, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1569.0, - "new_tests_smoothed_per_thousand": 0.159, - "tests_per_case": 1372.875, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 1.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2113.0, - "total_tests": 25034.0, - "total_tests_per_thousand": 2.531, - "new_tests_per_thousand": 0.214, - "new_tests_smoothed": 1607.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 1406.125, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-04", - "total_cases": 27.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.73, - "new_cases_per_million": 0.607, - "new_cases_smoothed_per_million": 0.202, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12724.0, - "total_tests": 37758.0, - "total_tests_per_thousand": 3.818, - "new_tests_per_thousand": 1.287, - "new_tests_smoothed": 3387.0, - "new_tests_smoothed_per_thousand": 0.342, - "tests_per_case": 1693.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 2.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 4117.0, - "new_tests_smoothed_per_thousand": 0.416, - "tests_per_case": 2058.5, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-06", - "total_cases": 29.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.932, - "new_cases_per_million": 0.202, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10753.0, - "total_tests": 48511.0, - "total_tests_per_thousand": 4.905, - "new_tests_per_thousand": 1.087, - "new_tests_smoothed": 3656.0, - "new_tests_smoothed_per_thousand": 0.37, - "tests_per_case": 2559.2, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 1.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4480.0, - "total_tests": 52991.0, - "total_tests_per_thousand": 5.358, - "new_tests_per_thousand": 0.453, - "new_tests_smoothed": 4220.0, - "new_tests_smoothed_per_thousand": 0.427, - "tests_per_case": 3692.5, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 15.74 - }, - { - "date": "2020-03-08", - "total_cases": 45.0, - "new_cases": 16.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.55, - "new_cases_per_million": 1.618, - "new_cases_smoothed_per_million": 0.347, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 4641.0, - "new_tests_smoothed_per_thousand": 0.469, - "tests_per_case": 1353.625, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 21.3 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 3.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6949.0, - "total_tests": 59940.0, - "total_tests_per_thousand": 6.06, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 5062.0, - "new_tests_smoothed_per_thousand": 0.512, - "tests_per_case": 1476.4170000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 21.3 - }, - { - "date": "2020-03-10", - "total_cases": 59.0, - "new_cases": 14.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.965, - "new_cases_per_million": 1.416, - "new_cases_smoothed_per_million": 0.549, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3618.0, - "total_tests": 63558.0, - "total_tests_per_thousand": 6.426, - "new_tests_per_thousand": 0.366, - "new_tests_smoothed": 5503.0, - "new_tests_smoothed_per_thousand": 0.556, - "tests_per_case": 1013.711, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 21.3 - }, - { - "date": "2020-03-11", - "total_cases": 74.0, - "new_cases": 15.0, - "new_cases_smoothed": 6.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.482, - "new_cases_per_million": 1.517, - "new_cases_smoothed_per_million": 0.679, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 4398.0, - "new_tests_smoothed_per_thousand": 0.445, - "tests_per_case": 655.021, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 32.41 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 6.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.679, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9973.0, - "total_tests": 73531.0, - "total_tests_per_thousand": 7.435, - "new_tests_per_thousand": 1.008, - "new_tests_smoothed": 4342.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 646.681, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 32.41 - }, - { - "date": "2020-03-13", - "total_cases": 85.0, - "new_cases": 11.0, - "new_cases_smoothed": 8.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.594, - "new_cases_per_million": 1.112, - "new_cases_smoothed_per_million": 0.809, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 4291.0, - "new_tests_smoothed_per_thousand": 0.434, - "tests_per_case": 536.375, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 34.26 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 8.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10040.0, - "total_tests": 83571.0, - "total_tests_per_thousand": 8.45, - "new_tests_per_thousand": 1.015, - "new_tests_smoothed": 4369.0, - "new_tests_smoothed_per_thousand": 0.442, - "tests_per_case": 546.125, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 34.26 - }, - { - "date": "2020-03-15", - "total_cases": 86.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.695, - "new_cases_per_million": 0.101, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6616.0, - "total_tests": 90187.0, - "total_tests_per_thousand": 9.119, - "new_tests_per_thousand": 0.669, - "new_tests_smoothed": 4817.0, - "new_tests_smoothed_per_thousand": 0.487, - "tests_per_case": 822.415, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 34.26 - }, - { - "date": "2020-03-16", - "total_cases": 98.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.909, - "new_cases_per_million": 1.213, - "new_cases_smoothed_per_million": 0.766, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 5073.0, - "new_tests_smoothed_per_thousand": 0.513, - "tests_per_case": 670.0189999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-17", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10525.0, - "total_tests": 100712.0, - "total_tests_per_thousand": 10.183, - "new_tests_per_thousand": 1.064, - "new_tests_smoothed": 5308.0, - "new_tests_smoothed_per_thousand": 0.537, - "tests_per_case": 952.7180000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-18", - "total_cases": 113.0, - "new_cases": 15.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.425, - "new_cases_per_million": 1.517, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 5585.0, - "new_tests_smoothed_per_thousand": 0.565, - "tests_per_case": 1002.436, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-19", - "total_cases": 113.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.425, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13857.0, - "total_tests": 114569.0, - "total_tests_per_thousand": 11.584, - "new_tests_per_thousand": 1.401, - "new_tests_smoothed": 5863.0, - "new_tests_smoothed_per_thousand": 0.593, - "tests_per_case": 1052.333, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-20", - "total_cases": 140.0, - "new_cases": 27.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.155, - "new_cases_per_million": 2.73, - "new_cases_smoothed_per_million": 0.794, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 6053.0, - "new_tests_smoothed_per_thousand": 0.612, - "tests_per_case": 770.382, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-21", - "total_cases": 140.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.794, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12706.0, - "total_tests": 127275.0, - "total_tests_per_thousand": 12.869, - "new_tests_per_thousand": 1.285, - "new_tests_smoothed": 6243.0, - "new_tests_smoothed_per_thousand": 0.631, - "tests_per_case": 794.564, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-22", - "total_cases": 153.0, - "new_cases": 13.0, - "new_cases_smoothed": 9.571, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 15.47, - "new_cases_per_million": 1.314, - "new_cases_smoothed_per_million": 0.968, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.029, - "new_tests_smoothed": 6495.0, - "new_tests_smoothed_per_thousand": 0.657, - "tests_per_case": 678.582, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-03-23", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 15.47, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.794, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 16748.0, - "total_tests": 144023.0, - "total_tests_per_thousand": 14.562, - "new_tests_per_thousand": 1.693, - "new_tests_smoothed": 6939.0, - "new_tests_smoothed_per_thousand": 0.702, - "tests_per_case": 883.145, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-03-24", - "total_cases": 198.0, - "new_cases": 45.0, - "new_cases_smoothed": 14.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 20.019, - "new_cases_per_million": 4.55, - "new_cases_smoothed_per_million": 1.444, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 9093.0, - "total_tests": 153116.0, - "total_tests_per_thousand": 15.481, - "new_tests_per_thousand": 0.919, - "new_tests_smoothed": 7486.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 524.02, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-03-25", - "total_cases": 248.0, - "new_cases": 50.0, - "new_cases_smoothed": 19.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 25.075, - "new_cases_per_million": 5.055, - "new_cases_smoothed_per_million": 1.95, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 9536.0, - "total_tests": 162652.0, - "total_tests_per_thousand": 16.445, - "new_tests_per_thousand": 0.964, - "new_tests_smoothed": 7859.0, - "new_tests_smoothed_per_thousand": 0.795, - "tests_per_case": 407.504, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 70.37 - }, - { - "date": "2020-03-26", - "total_cases": 333.0, - "new_cases": 85.0, - "new_cases_smoothed": 31.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 33.669, - "new_cases_per_million": 8.594, - "new_cases_smoothed_per_million": 3.178, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests_smoothed": 8218.0, - "new_tests_smoothed_per_thousand": 0.831, - "tests_per_case": 261.482, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-27", - "total_cases": 333.0, - "new_cases": 0.0, - "new_cases_smoothed": 27.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 33.669, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.788, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 18882.0, - "total_tests": 181534.0, - "total_tests_per_thousand": 18.355, - "new_tests_per_thousand": 1.909, - "new_tests_smoothed": 8659.0, - "new_tests_smoothed_per_thousand": 0.875, - "tests_per_case": 314.057, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-03-28", - "total_cases": 405.0, - "new_cases": 72.0, - "new_cases_smoothed": 37.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 40.949, - "new_cases_per_million": 7.28, - "new_cases_smoothed_per_million": 3.828, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 8216.0, - "total_tests": 189750.0, - "total_tests_per_thousand": 19.185, - "new_tests_per_thousand": 0.831, - "new_tests_smoothed": 8925.0, - "new_tests_smoothed_per_thousand": 0.902, - "tests_per_case": 235.755, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-03-29", - "total_cases": 468.0, - "new_cases": 63.0, - "new_cases_smoothed": 45.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.319, - "new_cases_per_million": 6.37, - "new_cases_smoothed_per_million": 4.55, - "total_deaths_per_million": 0.202, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9098.0, - "total_tests": 198848.0, - "total_tests_per_thousand": 20.105, - "new_tests_per_thousand": 0.92, - "new_tests_smoothed": 9028.0, - "new_tests_smoothed_per_thousand": 0.913, - "tests_per_case": 200.622, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 570.0, - "new_cases": 102.0, - "new_cases_smoothed": 59.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 57.632, - "new_cases_per_million": 10.313, - "new_cases_smoothed_per_million": 6.023, - "total_deaths_per_million": 0.303, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 7694.0, - "total_tests": 206542.0, - "total_tests_per_thousand": 20.883, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 8931.0, - "new_tests_smoothed_per_thousand": 0.903, - "tests_per_case": 149.921, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-03-31", - "total_cases": 611.0, - "new_cases": 41.0, - "new_cases_smoothed": 59.0, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 61.777, - "new_cases_per_million": 4.145, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 0.506, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 13458.0, - "total_tests": 220000.0, - "total_tests_per_thousand": 22.244, - "new_tests_per_thousand": 1.361, - "new_tests_smoothed": 9555.0, - "new_tests_smoothed_per_thousand": 0.966, - "tests_per_case": 161.94899999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-04-01", - "total_cases": 664.0, - "new_cases": 53.0, - "new_cases_smoothed": 59.429, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 67.136, - "new_cases_per_million": 5.359, - "new_cases_smoothed_per_million": 6.009, - "total_deaths_per_million": 0.607, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 20480.0, - "total_tests": 240480.0, - "total_tests_per_thousand": 24.314, - "new_tests_per_thousand": 2.071, - "new_tests_smoothed": 11118.0, - "new_tests_smoothed_per_thousand": 1.124, - "tests_per_case": 187.082, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-04-02", - "total_cases": 814.0, - "new_cases": 150.0, - "new_cases_smoothed": 68.714, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 82.302, - "new_cases_per_million": 15.166, - "new_cases_smoothed_per_million": 6.948, - "total_deaths_per_million": 0.809, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 22433.0, - "total_tests": 262913.0, - "total_tests_per_thousand": 26.583, - "new_tests_per_thousand": 2.268, - "new_tests_smoothed": 12974.0, - "new_tests_smoothed_per_thousand": 1.312, - "tests_per_case": 188.81099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-04-03", - "total_cases": 1024.0, - "new_cases": 210.0, - "new_cases_smoothed": 98.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 103.535, - "new_cases_per_million": 21.233, - "new_cases_smoothed_per_million": 9.981, - "total_deaths_per_million": 0.809, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 31402.0, - "total_tests": 294315.0, - "total_tests_per_thousand": 29.758, - "new_tests_per_thousand": 3.175, - "new_tests_smoothed": 16112.0, - "new_tests_smoothed_per_thousand": 1.629, - "tests_per_case": 163.219, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-04-04", - "total_cases": 1264.0, - "new_cases": 240.0, - "new_cases_smoothed": 122.714, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 127.801, - "new_cases_per_million": 24.266, - "new_cases_smoothed_per_million": 12.407, - "total_deaths_per_million": 0.91, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 39950.0, - "total_tests": 334265.0, - "total_tests_per_thousand": 33.797, - "new_tests_per_thousand": 4.039, - "new_tests_smoothed": 20645.0, - "new_tests_smoothed_per_thousand": 2.087, - "tests_per_case": 168.236, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-05", - "total_cases": 1505.0, - "new_cases": 241.0, - "new_cases_smoothed": 148.143, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 152.168, - "new_cases_per_million": 24.367, - "new_cases_smoothed_per_million": 14.978, - "total_deaths_per_million": 1.011, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 58348.0, - "total_tests": 392613.0, - "total_tests_per_thousand": 39.696, - "new_tests_per_thousand": 5.899, - "new_tests_smoothed": 27681.0, - "new_tests_smoothed_per_thousand": 2.799, - "tests_per_case": 186.85299999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-06", - "total_cases": 1783.0, - "new_cases": 278.0, - "new_cases_smoothed": 173.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 180.276, - "new_cases_per_million": 28.108, - "new_cases_smoothed_per_million": 17.521, - "total_deaths_per_million": 1.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 39870.0, - "total_tests": 432483.0, - "total_tests_per_thousand": 43.728, - "new_tests_per_thousand": 4.031, - "new_tests_smoothed": 32277.0, - "new_tests_smoothed_per_thousand": 3.263, - "tests_per_case": 186.265, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-07", - "total_cases": 2045.0, - "new_cases": 262.0, - "new_cases_smoothed": 204.857, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 206.766, - "new_cases_per_million": 26.49, - "new_cases_smoothed_per_million": 20.713, - "total_deaths_per_million": 1.112, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 58294.0, - "total_tests": 490777.0, - "total_tests_per_thousand": 49.622, - "new_tests_per_thousand": 5.894, - "new_tests_smoothed": 38682.0, - "new_tests_smoothed_per_thousand": 3.911, - "tests_per_case": 188.824, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-08", - "total_cases": 2313.0, - "new_cases": 268.0, - "new_cases_smoothed": 235.571, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 233.863, - "new_cases_per_million": 27.097, - "new_cases_smoothed_per_million": 23.818, - "total_deaths_per_million": 1.213, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 48418.0, - "total_tests": 539195.0, - "total_tests_per_thousand": 54.517, - "new_tests_per_thousand": 4.895, - "new_tests_smoothed": 42674.0, - "new_tests_smoothed_per_thousand": 4.315, - "tests_per_case": 181.15099999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-09", - "total_cases": 2597.0, - "new_cases": 284.0, - "new_cases_smoothed": 254.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 262.578, - "new_cases_per_million": 28.715, - "new_cases_smoothed_per_million": 25.754, - "total_deaths_per_million": 1.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 40000.0, - "total_tests": 579195.0, - "total_tests_per_thousand": 58.561, - "new_tests_per_thousand": 4.044, - "new_tests_smoothed": 45183.0, - "new_tests_smoothed_per_thousand": 4.568, - "tests_per_case": 177.387, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-10", - "total_cases": 2910.0, - "new_cases": 313.0, - "new_cases_smoothed": 269.429, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 294.225, - "new_cases_per_million": 31.647, - "new_cases_smoothed_per_million": 27.241, - "total_deaths_per_million": 1.416, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 49000.0, - "total_tests": 628195.0, - "total_tests_per_thousand": 63.516, - "new_tests_per_thousand": 4.954, - "new_tests_smoothed": 47697.0, - "new_tests_smoothed_per_thousand": 4.823, - "tests_per_case": 177.03, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-11", - "total_cases": 3260.0, - "new_cases": 350.0, - "new_cases_smoothed": 285.143, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 329.613, - "new_cases_per_million": 35.388, - "new_cases_smoothed_per_million": 28.83, - "total_deaths_per_million": 1.618, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 20000.0, - "total_tests": 648195.0, - "total_tests_per_thousand": 65.538, - "new_tests_per_thousand": 2.022, - "new_tests_smoothed": 44847.0, - "new_tests_smoothed_per_thousand": 4.534, - "tests_per_case": 157.279, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-12", - "total_cases": 3616.0, - "new_cases": 356.0, - "new_cases_smoothed": 301.571, - "total_deaths": 20.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 365.607, - "new_cases_per_million": 35.994, - "new_cases_smoothed_per_million": 30.491, - "total_deaths_per_million": 2.022, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 22000.0, - "total_tests": 670195.0, - "total_tests_per_thousand": 67.762, - "new_tests_per_thousand": 2.224, - "new_tests_smoothed": 39655.0, - "new_tests_smoothed_per_thousand": 4.009, - "tests_per_case": 131.495, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-13", - "total_cases": 3982.0, - "new_cases": 366.0, - "new_cases_smoothed": 314.143, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 402.613, - "new_cases_per_million": 37.006, - "new_cases_smoothed_per_million": 31.762, - "total_deaths_per_million": 2.224, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 23380.0, - "total_tests": 693575.0, - "total_tests_per_thousand": 70.126, - "new_tests_per_thousand": 2.364, - "new_tests_smoothed": 37299.0, - "new_tests_smoothed_per_thousand": 3.771, - "tests_per_case": 118.73299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-14", - "total_cases": 4359.0, - "new_cases": 377.0, - "new_cases_smoothed": 330.571, - "total_deaths": 25.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 440.73, - "new_cases_per_million": 38.118, - "new_cases_smoothed_per_million": 33.423, - "total_deaths_per_million": 2.528, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 32000.0, - "total_tests": 725575.0, - "total_tests_per_thousand": 73.362, - "new_tests_per_thousand": 3.235, - "new_tests_smoothed": 33543.0, - "new_tests_smoothed_per_thousand": 3.391, - "tests_per_case": 101.47, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-15", - "total_cases": 4749.0, - "new_cases": 390.0, - "new_cases_smoothed": 348.0, - "total_deaths": 28.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 480.163, - "new_cases_per_million": 39.432, - "new_cases_smoothed_per_million": 35.186, - "total_deaths_per_million": 2.831, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 41425.0, - "total_tests": 767000.0, - "total_tests_per_thousand": 77.55, - "new_tests_per_thousand": 4.188, - "new_tests_smoothed": 32544.0, - "new_tests_smoothed_per_thousand": 3.29, - "tests_per_case": 93.51700000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-16", - "total_cases": 5158.0, - "new_cases": 409.0, - "new_cases_smoothed": 365.857, - "total_deaths": 33.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 521.516, - "new_cases_per_million": 41.353, - "new_cases_smoothed_per_million": 36.991, - "total_deaths_per_million": 3.337, - "new_deaths_per_million": 0.506, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 25000.0, - "total_tests": 792000.0, - "total_tests_per_thousand": 80.078, - "new_tests_per_thousand": 2.528, - "new_tests_smoothed": 30401.0, - "new_tests_smoothed_per_thousand": 3.074, - "tests_per_case": 83.095, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-04-17", - "total_cases": 5593.0, - "new_cases": 435.0, - "new_cases_smoothed": 383.286, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 565.498, - "new_cases_per_million": 43.982, - "new_cases_smoothed_per_million": 38.753, - "total_deaths_per_million": 3.539, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 24000.0, - "total_tests": 816000.0, - "total_tests_per_thousand": 82.504, - "new_tests_per_thousand": 2.427, - "new_tests_smoothed": 26829.0, - "new_tests_smoothed_per_thousand": 2.713, - "tests_per_case": 69.997, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-18", - "total_cases": 6045.0, - "new_cases": 452.0, - "new_cases_smoothed": 397.857, - "total_deaths": 37.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 611.199, - "new_cases_per_million": 45.701, - "new_cases_smoothed_per_million": 40.227, - "total_deaths_per_million": 3.741, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 21806.0, - "total_tests": 837806.0, - "total_tests_per_thousand": 84.709, - "new_tests_per_thousand": 2.205, - "new_tests_smoothed": 27087.0, - "new_tests_smoothed_per_thousand": 2.739, - "tests_per_case": 68.082, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-19", - "total_cases": 6490.0, - "new_cases": 445.0, - "new_cases_smoothed": 410.571, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 656.192, - "new_cases_per_million": 44.993, - "new_cases_smoothed_per_million": 41.512, - "total_deaths_per_million": 3.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.246, - "new_tests": 25795.0, - "total_tests": 863601.0, - "total_tests_per_thousand": 87.317, - "new_tests_per_thousand": 2.608, - "new_tests_smoothed": 27629.0, - "new_tests_smoothed_per_thousand": 2.794, - "tests_per_case": 67.294, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-20", - "total_cases": 6943.0, - "new_cases": 453.0, - "new_cases_smoothed": 423.0, - "total_deaths": 41.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 701.994, - "new_cases_per_million": 45.802, - "new_cases_smoothed_per_million": 42.769, - "total_deaths_per_million": 4.145, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.274, - "new_tests": 22807.0, - "total_tests": 886408.0, - "total_tests_per_thousand": 89.623, - "new_tests_per_thousand": 2.306, - "new_tests_smoothed": 27548.0, - "new_tests_smoothed_per_thousand": 2.785, - "tests_per_case": 65.125, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-21", - "total_cases": 7401.0, - "new_cases": 458.0, - "new_cases_smoothed": 434.571, - "total_deaths": 43.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 748.301, - "new_cases_per_million": 46.308, - "new_cases_smoothed_per_million": 43.939, - "total_deaths_per_million": 4.348, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.26, - "new_tests": 20165.0, - "total_tests": 906573.0, - "total_tests_per_thousand": 91.662, - "new_tests_per_thousand": 2.039, - "new_tests_smoothed": 25857.0, - "new_tests_smoothed_per_thousand": 2.614, - "tests_per_case": 59.5, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-22", - "total_cases": 7865.0, - "new_cases": 464.0, - "new_cases_smoothed": 445.143, - "total_deaths": 46.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 795.216, - "new_cases_per_million": 46.914, - "new_cases_smoothed_per_million": 45.008, - "total_deaths_per_million": 4.651, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.26, - "new_tests": 23053.0, - "total_tests": 929626.0, - "total_tests_per_thousand": 93.993, - "new_tests_per_thousand": 2.331, - "new_tests_smoothed": 23232.0, - "new_tests_smoothed_per_thousand": 2.349, - "tests_per_case": 52.19, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-23", - "total_cases": 8322.0, - "new_cases": 457.0, - "new_cases_smoothed": 452.0, - "total_deaths": 52.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 841.422, - "new_cases_per_million": 46.206, - "new_cases_smoothed_per_million": 45.701, - "total_deaths_per_million": 5.258, - "new_deaths_per_million": 0.607, - "new_deaths_smoothed_per_million": 0.274, - "new_tests": 25506.0, - "total_tests": 955132.0, - "total_tests_per_thousand": 96.572, - "new_tests_per_thousand": 2.579, - "new_tests_smoothed": 23305.0, - "new_tests_smoothed_per_thousand": 2.356, - "tests_per_case": 51.56, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-24", - "total_cases": 8812.0, - "new_cases": 490.0, - "new_cases_smoothed": 459.857, - "total_deaths": 56.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 890.965, - "new_cases_per_million": 49.543, - "new_cases_smoothed_per_million": 46.495, - "total_deaths_per_million": 5.662, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 26274.0, - "total_tests": 981406.0, - "total_tests_per_thousand": 99.228, - "new_tests_per_thousand": 2.657, - "new_tests_smoothed": 23629.0, - "new_tests_smoothed_per_thousand": 2.389, - "tests_per_case": 51.383, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-25", - "total_cases": 9309.0, - "new_cases": 497.0, - "new_cases_smoothed": 466.286, - "total_deaths": 64.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 941.216, - "new_cases_per_million": 50.251, - "new_cases_smoothed_per_million": 47.145, - "total_deaths_per_million": 6.471, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.39, - "new_tests": 21984.0, - "total_tests": 1003390.0, - "total_tests_per_thousand": 101.451, - "new_tests_per_thousand": 2.223, - "new_tests_smoothed": 23655.0, - "new_tests_smoothed_per_thousand": 2.392, - "tests_per_case": 50.731, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-26", - "total_cases": 9813.0, - "new_cases": 504.0, - "new_cases_smoothed": 474.714, - "total_deaths": 71.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 992.174, - "new_cases_per_million": 50.959, - "new_cases_smoothed_per_million": 47.997, - "total_deaths_per_million": 7.179, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.491, - "new_tests": 25086.0, - "total_tests": 1028476.0, - "total_tests_per_thousand": 103.987, - "new_tests_per_thousand": 2.536, - "new_tests_smoothed": 23554.0, - "new_tests_smoothed_per_thousand": 2.382, - "tests_per_case": 49.617, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-27", - "total_cases": 10349.0, - "new_cases": 536.0, - "new_cases_smoothed": 486.571, - "total_deaths": 76.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1046.368, - "new_cases_per_million": 54.194, - "new_cases_smoothed_per_million": 49.196, - "total_deaths_per_million": 7.684, - "new_deaths_per_million": 0.506, - "new_deaths_smoothed_per_million": 0.506, - "new_tests": 26195.0, - "total_tests": 1054671.0, - "total_tests_per_thousand": 106.636, - "new_tests_per_thousand": 2.649, - "new_tests_smoothed": 24038.0, - "new_tests_smoothed_per_thousand": 2.43, - "tests_per_case": 49.403, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-28", - "total_cases": 10839.0, - "new_cases": 490.0, - "new_cases_smoothed": 491.143, - "total_deaths": 82.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1095.911, - "new_cases_per_million": 49.543, - "new_cases_smoothed_per_million": 49.659, - "total_deaths_per_million": 8.291, - "new_deaths_per_million": 0.607, - "new_deaths_smoothed_per_million": 0.563, - "new_tests": 27905.0, - "total_tests": 1082576.0, - "total_tests_per_thousand": 109.457, - "new_tests_per_thousand": 2.821, - "new_tests_smoothed": 25143.0, - "new_tests_smoothed_per_thousand": 2.542, - "tests_per_case": 51.193000000000005, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 87.04 - }, - { - "date": "2020-04-29", - "total_cases": 11380.0, - "new_cases": 541.0, - "new_cases_smoothed": 502.143, - "total_deaths": 89.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 1150.611, - "new_cases_per_million": 54.7, - "new_cases_smoothed_per_million": 50.771, - "total_deaths_per_million": 8.999, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.621, - "new_tests": 26524.0, - "total_tests": 1109100.0, - "total_tests_per_thousand": 112.139, - "new_tests_per_thousand": 2.682, - "new_tests_smoothed": 25639.0, - "new_tests_smoothed_per_thousand": 2.592, - "tests_per_case": 51.059, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-30", - "total_cases": 11929.0, - "new_cases": 549.0, - "new_cases_smoothed": 515.286, - "total_deaths": 98.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1206.119, - "new_cases_per_million": 55.508, - "new_cases_smoothed_per_million": 52.1, - "total_deaths_per_million": 9.909, - "new_deaths_per_million": 0.91, - "new_deaths_smoothed_per_million": 0.664, - "new_tests": 36266.0, - "total_tests": 1145366.0, - "total_tests_per_thousand": 115.806, - "new_tests_per_thousand": 3.667, - "new_tests_smoothed": 27176.0, - "new_tests_smoothed_per_thousand": 2.748, - "tests_per_case": 52.74, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-01", - "total_cases": 12481.0, - "new_cases": 552.0, - "new_cases_smoothed": 524.143, - "total_deaths": 105.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 1261.931, - "new_cases_per_million": 55.812, - "new_cases_smoothed_per_million": 52.995, - "total_deaths_per_million": 10.616, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.708, - "new_tests": 26677.0, - "total_tests": 1172043.0, - "total_tests_per_thousand": 118.503, - "new_tests_per_thousand": 2.697, - "new_tests_smoothed": 27234.0, - "new_tests_smoothed_per_thousand": 2.754, - "tests_per_case": 51.958999999999996, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-02", - "total_cases": 13038.0, - "new_cases": 557.0, - "new_cases_smoothed": 532.714, - "total_deaths": 111.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1318.248, - "new_cases_per_million": 56.317, - "new_cases_smoothed_per_million": 53.862, - "total_deaths_per_million": 11.223, - "new_deaths_per_million": 0.607, - "new_deaths_smoothed_per_million": 0.679, - "new_tests": 18428.0, - "total_tests": 1190471.0, - "total_tests_per_thousand": 120.366, - "new_tests_per_thousand": 1.863, - "new_tests_smoothed": 26726.0, - "new_tests_smoothed_per_thousand": 2.702, - "tests_per_case": 50.169, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-03", - "total_cases": 13599.0, - "new_cases": 561.0, - "new_cases_smoothed": 540.857, - "total_deaths": 119.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1374.97, - "new_cases_per_million": 56.722, - "new_cases_smoothed_per_million": 54.685, - "total_deaths_per_million": 12.032, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.693, - "new_tests": 28039.0, - "total_tests": 1218510.0, - "total_tests_per_thousand": 123.201, - "new_tests_per_thousand": 2.835, - "new_tests_smoothed": 27148.0, - "new_tests_smoothed_per_thousand": 2.745, - "tests_per_case": 50.193999999999996, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-04", - "total_cases": 14163.0, - "new_cases": 564.0, - "new_cases_smoothed": 544.857, - "total_deaths": 126.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 1431.995, - "new_cases_per_million": 57.025, - "new_cases_smoothed_per_million": 55.089, - "total_deaths_per_million": 12.74, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.722, - "new_tests": 25231.0, - "total_tests": 1243741.0, - "total_tests_per_thousand": 125.752, - "new_tests_per_thousand": 2.551, - "new_tests_smoothed": 27010.0, - "new_tests_smoothed_per_thousand": 2.731, - "tests_per_case": 49.573, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-05", - "total_cases": 14730.0, - "new_cases": 567.0, - "new_cases_smoothed": 555.857, - "total_deaths": 137.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 1489.323, - "new_cases_per_million": 57.328, - "new_cases_smoothed_per_million": 56.202, - "total_deaths_per_million": 13.852, - "new_deaths_per_million": 1.112, - "new_deaths_smoothed_per_million": 0.794, - "new_tests": 33994.0, - "total_tests": 1277735.0, - "total_tests_per_thousand": 129.189, - "new_tests_per_thousand": 3.437, - "new_tests_smoothed": 27880.0, - "new_tests_smoothed_per_thousand": 2.819, - "tests_per_case": 50.157, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-06", - "total_cases": 15192.0, - "new_cases": 462.0, - "new_cases_smoothed": 544.571, - "total_deaths": 146.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1536.035, - "new_cases_per_million": 46.712, - "new_cases_smoothed_per_million": 55.061, - "total_deaths_per_million": 14.762, - "new_deaths_per_million": 0.91, - "new_deaths_smoothed_per_million": 0.823, - "new_tests": 41134.0, - "total_tests": 1318869.0, - "total_tests_per_thousand": 133.348, - "new_tests_per_thousand": 4.159, - "new_tests_smoothed": 29967.0, - "new_tests_smoothed_per_thousand": 3.03, - "tests_per_case": 55.028999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-07", - "total_cases": 15738.0, - "new_cases": 546.0, - "new_cases_smoothed": 544.143, - "total_deaths": 157.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1591.24, - "new_cases_per_million": 55.205, - "new_cases_smoothed_per_million": 55.017, - "total_deaths_per_million": 15.874, - "new_deaths_per_million": 1.112, - "new_deaths_smoothed_per_million": 0.852, - "new_tests": 33153.0, - "total_tests": 1352022.0, - "total_tests_per_thousand": 136.7, - "new_tests_per_thousand": 3.352, - "new_tests_smoothed": 29522.0, - "new_tests_smoothed_per_thousand": 2.985, - "tests_per_case": 54.254, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-08", - "total_cases": 16240.0, - "new_cases": 502.0, - "new_cases_smoothed": 537.0, - "total_deaths": 165.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1641.996, - "new_cases_per_million": 50.756, - "new_cases_smoothed_per_million": 54.295, - "total_deaths_per_million": 16.683, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.867, - "new_tests": 29866.0, - "total_tests": 1381888.0, - "total_tests_per_thousand": 139.72, - "new_tests_per_thousand": 3.02, - "new_tests_smoothed": 29978.0, - "new_tests_smoothed_per_thousand": 3.031, - "tests_per_case": 55.825, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-09", - "total_cases": 16793.0, - "new_cases": 553.0, - "new_cases_smoothed": 536.429, - "total_deaths": 174.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 1697.909, - "new_cases_per_million": 55.913, - "new_cases_smoothed_per_million": 54.237, - "total_deaths_per_million": 17.593, - "new_deaths_per_million": 0.91, - "new_deaths_smoothed_per_million": 0.91, - "new_tests": 26763.0, - "total_tests": 1408651.0, - "total_tests_per_thousand": 142.426, - "new_tests_per_thousand": 2.706, - "new_tests_smoothed": 31169.0, - "new_tests_smoothed_per_thousand": 3.151, - "tests_per_case": 58.105, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-10", - "total_cases": 17417.0, - "new_cases": 624.0, - "new_cases_smoothed": 545.429, - "total_deaths": 185.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 1761.001, - "new_cases_per_million": 63.091, - "new_cases_smoothed_per_million": 55.147, - "total_deaths_per_million": 18.705, - "new_deaths_per_million": 1.112, - "new_deaths_smoothed_per_million": 0.953, - "new_tests": 32597.0, - "total_tests": 1441248.0, - "total_tests_per_thousand": 145.722, - "new_tests_per_thousand": 3.296, - "new_tests_smoothed": 31820.0, - "new_tests_smoothed_per_thousand": 3.217, - "tests_per_case": 58.339, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-11", - "total_cases": 18198.0, - "new_cases": 781.0, - "new_cases_smoothed": 576.429, - "total_deaths": 198.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 1839.966, - "new_cases_per_million": 78.965, - "new_cases_smoothed_per_million": 58.282, - "total_deaths_per_million": 20.019, - "new_deaths_per_million": 1.314, - "new_deaths_smoothed_per_million": 1.04, - "new_tests": 34869.0, - "total_tests": 1476117.0, - "total_tests_per_thousand": 149.247, - "new_tests_per_thousand": 3.526, - "new_tests_smoothed": 33197.0, - "new_tests_smoothed_per_thousand": 3.356, - "tests_per_case": 57.591, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-12", - "total_cases": 18878.0, - "new_cases": 680.0, - "new_cases_smoothed": 592.571, - "total_deaths": 201.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 1908.72, - "new_cases_per_million": 68.754, - "new_cases_smoothed_per_million": 59.914, - "total_deaths_per_million": 20.323, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 37112.0, - "total_tests": 1513229.0, - "total_tests_per_thousand": 153.0, - "new_tests_per_thousand": 3.752, - "new_tests_smoothed": 33642.0, - "new_tests_smoothed_per_thousand": 3.401, - "tests_per_case": 56.773, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-13", - "total_cases": 19661.0, - "new_cases": 783.0, - "new_cases_smoothed": 638.429, - "total_deaths": 203.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1987.887, - "new_cases_per_million": 79.168, - "new_cases_smoothed_per_million": 64.55, - "total_deaths_per_million": 20.525, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.823, - "new_tests": 38477.0, - "total_tests": 1551706.0, - "total_tests_per_thousand": 156.89, - "new_tests_per_thousand": 3.89, - "new_tests_smoothed": 33262.0, - "new_tests_smoothed_per_thousand": 3.363, - "tests_per_case": 52.1, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-14", - "total_cases": 20386.0, - "new_cases": 725.0, - "new_cases_smoothed": 664.0, - "total_deaths": 206.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 2061.191, - "new_cases_per_million": 73.303, - "new_cases_smoothed_per_million": 67.136, - "total_deaths_per_million": 20.828, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.708, - "new_tests": 35735.0, - "total_tests": 1587441.0, - "total_tests_per_thousand": 160.503, - "new_tests_per_thousand": 3.613, - "new_tests_smoothed": 33631.0, - "new_tests_smoothed_per_thousand": 3.4, - "tests_per_case": 50.648999999999994, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-05-15", - "total_cases": 21084.0, - "new_cases": 698.0, - "new_cases_smoothed": 692.0, - "total_deaths": 208.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 2131.764, - "new_cases_per_million": 70.573, - "new_cases_smoothed_per_million": 69.967, - "total_deaths_per_million": 21.03, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.621, - "new_tests": 40720.0, - "total_tests": 1628161.0, - "total_tests_per_thousand": 164.62, - "new_tests_per_thousand": 4.117, - "new_tests_smoothed": 35182.0, - "new_tests_smoothed_per_thousand": 3.557, - "tests_per_case": 50.841, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-05-16", - "total_cases": 21831.0, - "new_cases": 747.0, - "new_cases_smoothed": 719.714, - "total_deaths": 210.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2207.292, - "new_cases_per_million": 75.528, - "new_cases_smoothed_per_million": 72.769, - "total_deaths_per_million": 21.233, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.52, - "new_tests": 37844.0, - "total_tests": 1666005.0, - "total_tests_per_thousand": 168.447, - "new_tests_per_thousand": 3.826, - "new_tests_smoothed": 36765.0, - "new_tests_smoothed_per_thousand": 3.717, - "tests_per_case": 51.083, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-05-17", - "total_cases": 22627.0, - "new_cases": 796.0, - "new_cases_smoothed": 744.286, - "total_deaths": 214.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2287.774, - "new_cases_per_million": 80.482, - "new_cases_smoothed_per_million": 75.253, - "total_deaths_per_million": 21.637, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.419, - "new_tests": 38904.0, - "total_tests": 1704909.0, - "total_tests_per_thousand": 172.38, - "new_tests_per_thousand": 3.934, - "new_tests_smoothed": 37666.0, - "new_tests_smoothed_per_thousand": 3.808, - "tests_per_case": 50.607, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-05-18", - "total_cases": 23358.0, - "new_cases": 731.0, - "new_cases_smoothed": 737.143, - "total_deaths": 220.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2361.684, - "new_cases_per_million": 73.91, - "new_cases_smoothed_per_million": 74.531, - "total_deaths_per_million": 22.244, - "new_deaths_per_million": 0.607, - "new_deaths_smoothed_per_million": 0.318, - "new_tests": 43732.0, - "total_tests": 1748641.0, - "total_tests_per_thousand": 176.802, - "new_tests_per_thousand": 4.422, - "new_tests_smoothed": 38932.0, - "new_tests_smoothed_per_thousand": 3.936, - "tests_per_case": 52.815, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-19", - "total_cases": 24190.0, - "new_cases": 832.0, - "new_cases_smoothed": 758.857, - "total_deaths": 224.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 2445.806, - "new_cases_per_million": 84.122, - "new_cases_smoothed_per_million": 76.727, - "total_deaths_per_million": 22.648, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.332, - "new_tests": 43993.0, - "total_tests": 1792634.0, - "total_tests_per_thousand": 181.25, - "new_tests_per_thousand": 4.448, - "new_tests_smoothed": 39915.0, - "new_tests_smoothed_per_thousand": 4.036, - "tests_per_case": 52.599, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-20", - "total_cases": 25063.0, - "new_cases": 873.0, - "new_cases_smoothed": 771.714, - "total_deaths": 227.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 2534.073, - "new_cases_per_million": 88.267, - "new_cases_smoothed_per_million": 78.027, - "total_deaths_per_million": 22.952, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.347, - "new_tests": 50377.0, - "total_tests": 1843011.0, - "total_tests_per_thousand": 186.343, - "new_tests_per_thousand": 5.094, - "new_tests_smoothed": 41615.0, - "new_tests_smoothed_per_thousand": 4.208, - "tests_per_case": 53.925, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-21", - "total_cases": 26004.0, - "new_cases": 941.0, - "new_cases_smoothed": 802.571, - "total_deaths": 233.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2629.216, - "new_cases_per_million": 95.143, - "new_cases_smoothed_per_million": 81.147, - "total_deaths_per_million": 23.558, - "new_deaths_per_million": 0.607, - "new_deaths_smoothed_per_million": 0.39, - "new_tests": 39791.0, - "total_tests": 1882802.0, - "total_tests_per_thousand": 190.367, - "new_tests_per_thousand": 4.023, - "new_tests_smoothed": 42194.0, - "new_tests_smoothed_per_thousand": 4.266, - "tests_per_case": 52.574, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-22", - "total_cases": 26898.0, - "new_cases": 894.0, - "new_cases_smoothed": 830.571, - "total_deaths": 237.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2719.607, - "new_cases_per_million": 90.391, - "new_cases_smoothed_per_million": 83.978, - "total_deaths_per_million": 23.963, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.419, - "new_tests": 35686.0, - "total_tests": 1918488.0, - "total_tests_per_thousand": 193.975, - "new_tests_per_thousand": 3.608, - "new_tests_smoothed": 41475.0, - "new_tests_smoothed_per_thousand": 4.193, - "tests_per_case": 49.93600000000001, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-23", - "total_cases": 27892.0, - "new_cases": 994.0, - "new_cases_smoothed": 865.857, - "total_deaths": 241.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2820.108, - "new_cases_per_million": 100.501, - "new_cases_smoothed_per_million": 87.545, - "total_deaths_per_million": 24.367, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 41202.0, - "total_tests": 1959690.0, - "total_tests_per_thousand": 198.141, - "new_tests_per_thousand": 4.166, - "new_tests_smoothed": 41955.0, - "new_tests_smoothed_per_thousand": 4.242, - "tests_per_case": 48.455, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-24", - "total_cases": 28704.0, - "new_cases": 812.0, - "new_cases_smoothed": 868.143, - "total_deaths": 244.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2902.208, - "new_cases_per_million": 82.1, - "new_cases_smoothed_per_million": 87.776, - "total_deaths_per_million": 24.67, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.433, - "new_tests": 28282.0, - "total_tests": 1987972.0, - "total_tests_per_thousand": 201.0, - "new_tests_per_thousand": 2.86, - "new_tests_smoothed": 40438.0, - "new_tests_smoothed_per_thousand": 4.089, - "tests_per_case": 46.58, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-25", - "total_cases": 29485.0, - "new_cases": 781.0, - "new_cases_smoothed": 875.286, - "total_deaths": 245.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 2981.174, - "new_cases_per_million": 78.965, - "new_cases_smoothed_per_million": 88.499, - "total_deaths_per_million": 24.771, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.361, - "new_tests": 27540.0, - "total_tests": 2015512.0, - "total_tests_per_thousand": 203.785, - "new_tests_per_thousand": 2.785, - "new_tests_smoothed": 38124.0, - "new_tests_smoothed_per_thousand": 3.855, - "tests_per_case": 43.556000000000004, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-26", - "total_cases": 30307.0, - "new_cases": 822.0, - "new_cases_smoothed": 873.857, - "total_deaths": 248.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 3064.285, - "new_cases_per_million": 83.111, - "new_cases_smoothed_per_million": 88.354, - "total_deaths_per_million": 25.075, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.347, - "new_tests": 38628.0, - "total_tests": 2054140.0, - "total_tests_per_thousand": 207.69, - "new_tests_per_thousand": 3.906, - "new_tests_smoothed": 37358.0, - "new_tests_smoothed_per_thousand": 3.777, - "tests_per_case": 42.751000000000005, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-27", - "total_cases": 31086.0, - "new_cases": 779.0, - "new_cases_smoothed": 860.429, - "total_deaths": 253.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 3143.048, - "new_cases_per_million": 78.763, - "new_cases_smoothed_per_million": 86.996, - "total_deaths_per_million": 25.58, - "new_deaths_per_million": 0.506, - "new_deaths_smoothed_per_million": 0.376, - "new_tests": 36131.0, - "total_tests": 2090271.0, - "total_tests_per_thousand": 211.343, - "new_tests_per_thousand": 3.653, - "new_tests_smoothed": 35323.0, - "new_tests_smoothed_per_thousand": 3.571, - "tests_per_case": 41.053000000000004, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-28", - "total_cases": 31969.0, - "new_cases": 883.0, - "new_cases_smoothed": 852.143, - "total_deaths": 255.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3232.326, - "new_cases_per_million": 89.278, - "new_cases_smoothed_per_million": 86.159, - "total_deaths_per_million": 25.783, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.318, - "new_tests": 42624.0, - "total_tests": 2132895.0, - "total_tests_per_thousand": 215.653, - "new_tests_per_thousand": 4.31, - "new_tests_smoothed": 35728.0, - "new_tests_smoothed_per_thousand": 3.612, - "tests_per_case": 41.927, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-29", - "total_cases": 32532.0, - "new_cases": 563.0, - "new_cases_smoothed": 804.857, - "total_deaths": 258.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3289.25, - "new_cases_per_million": 56.924, - "new_cases_smoothed_per_million": 81.378, - "total_deaths_per_million": 26.086, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 37153.0, - "total_tests": 2170048.0, - "total_tests_per_thousand": 219.41, - "new_tests_per_thousand": 3.756, - "new_tests_smoothed": 35937.0, - "new_tests_smoothed_per_thousand": 3.634, - "tests_per_case": 44.65, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-30", - "total_cases": 33170.0, - "new_cases": 638.0, - "new_cases_smoothed": 754.0, - "total_deaths": 260.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 3353.757, - "new_cases_per_million": 64.507, - "new_cases_smoothed_per_million": 76.236, - "total_deaths_per_million": 26.288, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.274, - "new_tests": 30147.0, - "total_tests": 2200195.0, - "total_tests_per_thousand": 222.458, - "new_tests_per_thousand": 3.048, - "new_tests_smoothed": 34358.0, - "new_tests_smoothed_per_thousand": 3.474, - "tests_per_case": 45.568000000000005, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-05-31", - "total_cases": 33896.0, - "new_cases": 726.0, - "new_cases_smoothed": 741.714, - "total_deaths": 262.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3427.162, - "new_cases_per_million": 73.405, - "new_cases_smoothed_per_million": 74.993, - "total_deaths_per_million": 26.49, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.26, - "new_tests": 35037.0, - "total_tests": 2235232.0, - "total_tests_per_thousand": 226.0, - "new_tests_per_thousand": 3.543, - "new_tests_smoothed": 35323.0, - "new_tests_smoothed_per_thousand": 3.571, - "tests_per_case": 47.623000000000005, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-01", - "total_cases": 34557.0, - "new_cases": 661.0, - "new_cases_smoothed": 724.571, - "total_deaths": 264.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 3493.994, - "new_cases_per_million": 66.832, - "new_cases_smoothed_per_million": 73.26, - "total_deaths_per_million": 26.693, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.274, - "new_tests": 41762.0, - "total_tests": 2276994.0, - "total_tests_per_thousand": 230.223, - "new_tests_per_thousand": 4.222, - "new_tests_smoothed": 37355.0, - "new_tests_smoothed_per_thousand": 3.777, - "tests_per_case": 51.555, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-02", - "total_cases": 35192.0, - "new_cases": 635.0, - "new_cases_smoothed": 697.857, - "total_deaths": 266.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3558.198, - "new_cases_per_million": 64.204, - "new_cases_smoothed_per_million": 70.559, - "total_deaths_per_million": 26.895, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.26, - "new_tests": 54823.0, - "total_tests": 2331817.0, - "total_tests_per_thousand": 235.766, - "new_tests_per_thousand": 5.543, - "new_tests_smoothed": 39668.0, - "new_tests_smoothed_per_thousand": 4.011, - "tests_per_case": 56.843, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-03", - "total_cases": 35788.0, - "new_cases": 596.0, - "new_cases_smoothed": 671.714, - "total_deaths": 269.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3618.458, - "new_cases_per_million": 60.26, - "new_cases_smoothed_per_million": 67.916, - "total_deaths_per_million": 27.198, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 44241.0, - "total_tests": 2376058.0, - "total_tests_per_thousand": 240.239, - "new_tests_per_thousand": 4.473, - "new_tests_smoothed": 40827.0, - "new_tests_smoothed_per_thousand": 4.128, - "tests_per_case": 60.78, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-04", - "total_cases": 36359.0, - "new_cases": 571.0, - "new_cases_smoothed": 627.143, - "total_deaths": 270.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3676.191, - "new_cases_per_million": 57.733, - "new_cases_smoothed_per_million": 63.409, - "total_deaths_per_million": 27.299, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 52996.0, - "total_tests": 2429054.0, - "total_tests_per_thousand": 245.597, - "new_tests_per_thousand": 5.358, - "new_tests_smoothed": 42308.0, - "new_tests_smoothed_per_thousand": 4.278, - "tests_per_case": 67.462, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-05", - "total_cases": 37018.0, - "new_cases": 659.0, - "new_cases_smoothed": 640.857, - "total_deaths": 273.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3742.821, - "new_cases_per_million": 66.63, - "new_cases_smoothed_per_million": 64.796, - "total_deaths_per_million": 27.603, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 44201.0, - "total_tests": 2473255.0, - "total_tests_per_thousand": 250.066, - "new_tests_per_thousand": 4.469, - "new_tests_smoothed": 43315.0, - "new_tests_smoothed_per_thousand": 4.379, - "tests_per_case": 67.589, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-06", - "total_cases": 37642.0, - "new_cases": 624.0, - "new_cases_smoothed": 638.857, - "total_deaths": 274.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3805.913, - "new_cases_per_million": 63.091, - "new_cases_smoothed_per_million": 64.594, - "total_deaths_per_million": 27.704, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 32679.0, - "total_tests": 2505934.0, - "total_tests_per_thousand": 253.37, - "new_tests_per_thousand": 3.304, - "new_tests_smoothed": 43677.0, - "new_tests_smoothed_per_thousand": 4.416, - "tests_per_case": 68.367, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-07", - "total_cases": 38268.0, - "new_cases": 626.0, - "new_cases_smoothed": 624.571, - "total_deaths": 275.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3869.207, - "new_cases_per_million": 63.294, - "new_cases_smoothed_per_million": 63.149, - "total_deaths_per_million": 27.805, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 37640.0, - "total_tests": 2543574.0, - "total_tests_per_thousand": 257.176, - "new_tests_per_thousand": 3.806, - "new_tests_smoothed": 44049.0, - "new_tests_smoothed_per_thousand": 4.454, - "tests_per_case": 70.527, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-08", - "total_cases": 38808.0, - "new_cases": 540.0, - "new_cases_smoothed": 607.286, - "total_deaths": 276.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3923.805, - "new_cases_per_million": 54.598, - "new_cases_smoothed_per_million": 61.402, - "total_deaths_per_million": 27.906, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 47201.0, - "total_tests": 2590775.0, - "total_tests_per_thousand": 261.948, - "new_tests_per_thousand": 4.772, - "new_tests_smoothed": 44826.0, - "new_tests_smoothed_per_thousand": 4.532, - "tests_per_case": 73.814, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-09", - "total_cases": 39376.0, - "new_cases": 568.0, - "new_cases_smoothed": 597.714, - "total_deaths": 281.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3981.234, - "new_cases_per_million": 57.429, - "new_cases_smoothed_per_million": 60.434, - "total_deaths_per_million": 28.411, - "new_deaths_per_million": 0.506, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 45378.0, - "total_tests": 2636153.0, - "total_tests_per_thousand": 266.537, - "new_tests_per_thousand": 4.588, - "new_tests_smoothed": 43477.0, - "new_tests_smoothed_per_thousand": 4.396, - "tests_per_case": 72.73899999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-10", - "total_cases": 39904.0, - "new_cases": 528.0, - "new_cases_smoothed": 588.0, - "total_deaths": 283.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 4034.619, - "new_cases_per_million": 53.385, - "new_cases_smoothed_per_million": 59.452, - "total_deaths_per_million": 28.614, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 44167.0, - "total_tests": 2680320.0, - "total_tests_per_thousand": 271.002, - "new_tests_per_thousand": 4.466, - "new_tests_smoothed": 43466.0, - "new_tests_smoothed_per_thousand": 4.395, - "tests_per_case": 73.922, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-11", - "total_cases": 40507.0, - "new_cases": 603.0, - "new_cases_smoothed": 592.571, - "total_deaths": 284.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 4095.588, - "new_cases_per_million": 60.968, - "new_cases_smoothed_per_million": 59.914, - "total_deaths_per_million": 28.715, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 40724.0, - "total_tests": 2721044.0, - "total_tests_per_thousand": 275.12, - "new_tests_per_thousand": 4.118, - "new_tests_smoothed": 41713.0, - "new_tests_smoothed_per_thousand": 4.218, - "tests_per_case": 70.393, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-12", - "total_cases": 40986.0, - "new_cases": 479.0, - "new_cases_smoothed": 566.857, - "total_deaths": 286.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4144.018, - "new_cases_per_million": 48.431, - "new_cases_smoothed_per_million": 57.314, - "total_deaths_per_million": 28.917, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 43013.0, - "total_tests": 2764057.0, - "total_tests_per_thousand": 279.469, - "new_tests_per_thousand": 4.349, - "new_tests_smoothed": 41543.0, - "new_tests_smoothed_per_thousand": 4.2, - "tests_per_case": 73.28699999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-13", - "total_cases": 41499.0, - "new_cases": 513.0, - "new_cases_smoothed": 551.0, - "total_deaths": 287.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4195.887, - "new_cases_per_million": 51.868, - "new_cases_smoothed_per_million": 55.711, - "total_deaths_per_million": 29.018, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 27041.0, - "total_tests": 2791098.0, - "total_tests_per_thousand": 282.203, - "new_tests_per_thousand": 2.734, - "new_tests_smoothed": 40738.0, - "new_tests_smoothed_per_thousand": 4.119, - "tests_per_case": 73.935, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-14", - "total_cases": 41990.0, - "new_cases": 491.0, - "new_cases_smoothed": 531.714, - "total_deaths": 288.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4245.531, - "new_cases_per_million": 49.644, - "new_cases_smoothed_per_million": 53.761, - "total_deaths_per_million": 29.119, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 38036.0, - "total_tests": 2829134.0, - "total_tests_per_thousand": 286.048, - "new_tests_per_thousand": 3.846, - "new_tests_smoothed": 40794.0, - "new_tests_smoothed_per_thousand": 4.125, - "tests_per_case": 76.722, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-15", - "total_cases": 42294.0, - "new_cases": 304.0, - "new_cases_smoothed": 498.0, - "total_deaths": 289.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4276.268, - "new_cases_per_million": 30.737, - "new_cases_smoothed_per_million": 50.352, - "total_deaths_per_million": 29.22, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 39887.0, - "total_tests": 2869021.0, - "total_tests_per_thousand": 290.081, - "new_tests_per_thousand": 4.033, - "new_tests_smoothed": 39749.0, - "new_tests_smoothed_per_thousand": 4.019, - "tests_per_case": 79.817, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-16", - "total_cases": 42636.0, - "new_cases": 342.0, - "new_cases_smoothed": 465.714, - "total_deaths": 291.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4310.847, - "new_cases_per_million": 34.579, - "new_cases_smoothed_per_million": 47.088, - "total_deaths_per_million": 29.422, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 40478.0, - "total_tests": 2909499.0, - "total_tests_per_thousand": 294.174, - "new_tests_per_thousand": 4.093, - "new_tests_smoothed": 39049.0, - "new_tests_smoothed_per_thousand": 3.948, - "tests_per_case": 83.848, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-17", - "total_cases": 42982.0, - "new_cases": 346.0, - "new_cases_smoothed": 439.714, - "total_deaths": 293.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4345.83, - "new_cases_per_million": 34.983, - "new_cases_smoothed_per_million": 44.459, - "total_deaths_per_million": 29.625, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 38502.0, - "total_tests": 2948001.0, - "total_tests_per_thousand": 298.067, - "new_tests_per_thousand": 3.893, - "new_tests_smoothed": 38240.0, - "new_tests_smoothed_per_thousand": 3.866, - "tests_per_case": 86.96600000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-18", - "total_cases": 43364.0, - "new_cases": 382.0, - "new_cases_smoothed": 408.143, - "total_deaths": 295.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4384.454, - "new_cases_per_million": 38.623, - "new_cases_smoothed_per_million": 41.267, - "total_deaths_per_million": 29.827, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 34364.0, - "total_tests": 2982365.0, - "total_tests_per_thousand": 301.541, - "new_tests_per_thousand": 3.474, - "new_tests_smoothed": 37332.0, - "new_tests_smoothed_per_thousand": 3.775, - "tests_per_case": 91.46799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-19", - "total_cases": 43752.0, - "new_cases": 388.0, - "new_cases_smoothed": 395.143, - "total_deaths": 298.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4423.684, - "new_cases_per_million": 39.23, - "new_cases_smoothed_per_million": 39.952, - "total_deaths_per_million": 30.13, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 48524.0, - "total_tests": 3030889.0, - "total_tests_per_thousand": 306.448, - "new_tests_per_thousand": 4.906, - "new_tests_smoothed": 38119.0, - "new_tests_smoothed_per_thousand": 3.854, - "tests_per_case": 96.469, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-20", - "total_cases": 44145.0, - "new_cases": 393.0, - "new_cases_smoothed": 378.0, - "total_deaths": 300.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4463.419, - "new_cases_per_million": 39.736, - "new_cases_smoothed_per_million": 38.219, - "total_deaths_per_million": 30.332, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 40876.0, - "total_tests": 3071765.0, - "total_tests_per_thousand": 310.58, - "new_tests_per_thousand": 4.133, - "new_tests_smoothed": 40095.0, - "new_tests_smoothed_per_thousand": 4.054, - "tests_per_case": 106.071, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-21", - "total_cases": 44533.0, - "new_cases": 388.0, - "new_cases_smoothed": 363.286, - "total_deaths": 301.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4502.649, - "new_cases_per_million": 39.23, - "new_cases_smoothed_per_million": 36.731, - "total_deaths_per_million": 30.434, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 40956.0, - "total_tests": 3112721.0, - "total_tests_per_thousand": 314.721, - "new_tests_per_thousand": 4.141, - "new_tests_smoothed": 40512.0, - "new_tests_smoothed_per_thousand": 4.096, - "tests_per_case": 111.516, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-22", - "total_cases": 44925.0, - "new_cases": 392.0, - "new_cases_smoothed": 375.857, - "total_deaths": 302.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4542.283, - "new_cases_per_million": 39.634, - "new_cases_smoothed_per_million": 38.002, - "total_deaths_per_million": 30.535, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 44291.0, - "total_tests": 3157012.0, - "total_tests_per_thousand": 319.2, - "new_tests_per_thousand": 4.478, - "new_tests_smoothed": 41142.0, - "new_tests_smoothed_per_thousand": 4.16, - "tests_per_case": 109.462, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-23", - "total_cases": 45303.0, - "new_cases": 378.0, - "new_cases_smoothed": 381.0, - "total_deaths": 303.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4580.502, - "new_cases_per_million": 38.219, - "new_cases_smoothed_per_million": 38.522, - "total_deaths_per_million": 30.636, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 49650.0, - "total_tests": 3206662.0, - "total_tests_per_thousand": 324.22, - "new_tests_per_thousand": 5.02, - "new_tests_smoothed": 42452.0, - "new_tests_smoothed_per_thousand": 4.292, - "tests_per_case": 111.42299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-24", - "total_cases": 45683.0, - "new_cases": 380.0, - "new_cases_smoothed": 385.857, - "total_deaths": 305.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4618.923, - "new_cases_per_million": 38.421, - "new_cases_smoothed_per_million": 39.013, - "total_deaths_per_million": 30.838, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 49152.0, - "total_tests": 3255814.0, - "total_tests_per_thousand": 329.189, - "new_tests_per_thousand": 4.97, - "new_tests_smoothed": 43973.0, - "new_tests_smoothed_per_thousand": 4.446, - "tests_per_case": 113.962, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-25", - "total_cases": 46133.0, - "new_cases": 450.0, - "new_cases_smoothed": 395.571, - "total_deaths": 307.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4664.422, - "new_cases_per_million": 45.499, - "new_cases_smoothed_per_million": 39.995, - "total_deaths_per_million": 31.04, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 52527.0, - "total_tests": 3308341.0, - "total_tests_per_thousand": 334.5, - "new_tests_per_thousand": 5.311, - "new_tests_smoothed": 46568.0, - "new_tests_smoothed_per_thousand": 4.708, - "tests_per_case": 117.723, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-26", - "total_cases": 46563.0, - "new_cases": 430.0, - "new_cases_smoothed": 401.571, - "total_deaths": 308.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4707.899, - "new_cases_per_million": 43.477, - "new_cases_smoothed_per_million": 40.602, - "total_deaths_per_million": 31.141, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 58741.0, - "total_tests": 3367082.0, - "total_tests_per_thousand": 340.439, - "new_tests_per_thousand": 5.939, - "new_tests_smoothed": 48028.0, - "new_tests_smoothed_per_thousand": 4.856, - "tests_per_case": 119.6, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-27", - "total_cases": 46973.0, - "new_cases": 410.0, - "new_cases_smoothed": 404.0, - "total_deaths": 310.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4749.353, - "new_cases_per_million": 41.454, - "new_cases_smoothed_per_million": 40.848, - "total_deaths_per_million": 31.344, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 43551.0, - "total_tests": 3410633.0, - "total_tests_per_thousand": 344.843, - "new_tests_per_thousand": 4.403, - "new_tests_smoothed": 48410.0, - "new_tests_smoothed_per_thousand": 4.895, - "tests_per_case": 119.82700000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-28", - "total_cases": 47360.0, - "new_cases": 387.0, - "new_cases_smoothed": 403.857, - "total_deaths": 311.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4788.482, - "new_cases_per_million": 39.129, - "new_cases_smoothed_per_million": 40.833, - "total_deaths_per_million": 31.445, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 63970.0, - "total_tests": 3474603.0, - "total_tests_per_thousand": 351.311, - "new_tests_per_thousand": 6.468, - "new_tests_smoothed": 51697.0, - "new_tests_smoothed_per_thousand": 5.227, - "tests_per_case": 128.00799999999998, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-29", - "total_cases": 47797.0, - "new_cases": 437.0, - "new_cases_smoothed": 410.286, - "total_deaths": 313.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4832.666, - "new_cases_per_million": 44.184, - "new_cases_smoothed_per_million": 41.483, - "total_deaths_per_million": 31.647, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 62028.0, - "total_tests": 3536631.0, - "total_tests_per_thousand": 357.582, - "new_tests_per_thousand": 6.272, - "new_tests_smoothed": 54231.0, - "new_tests_smoothed_per_thousand": 5.483, - "tests_per_case": 132.179, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-06-30", - "total_cases": 48246.0, - "new_cases": 449.0, - "new_cases_smoothed": 420.429, - "total_deaths": 314.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4878.064, - "new_cases_per_million": 45.398, - "new_cases_smoothed_per_million": 42.509, - "total_deaths_per_million": 31.748, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 56177.0, - "total_tests": 3592808.0, - "total_tests_per_thousand": 363.262, - "new_tests_per_thousand": 5.68, - "new_tests_smoothed": 55164.0, - "new_tests_smoothed_per_thousand": 5.578, - "tests_per_case": 131.209, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-07-01", - "total_cases": 48667.0, - "new_cases": 421.0, - "new_cases_smoothed": 426.286, - "total_deaths": 315.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4920.63, - "new_cases_per_million": 42.567, - "new_cases_smoothed_per_million": 43.101, - "total_deaths_per_million": 31.849, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 54358.0, - "total_tests": 3647166.0, - "total_tests_per_thousand": 368.758, - "new_tests_per_thousand": 5.496, - "new_tests_smoothed": 55907.0, - "new_tests_smoothed_per_thousand": 5.653, - "tests_per_case": 131.149, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-07-02", - "total_cases": 49069.0, - "new_cases": 402.0, - "new_cases_smoothed": 419.429, - "total_deaths": 316.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4961.276, - "new_cases_per_million": 40.645, - "new_cases_smoothed_per_million": 42.408, - "total_deaths_per_million": 31.95, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 71697.0, - "total_tests": 3718863.0, - "total_tests_per_thousand": 376.007, - "new_tests_per_thousand": 7.249, - "new_tests_smoothed": 58646.0, - "new_tests_smoothed_per_thousand": 5.93, - "tests_per_case": 139.82399999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-07-03", - "total_cases": 49469.0, - "new_cases": 400.0, - "new_cases_smoothed": 415.143, - "total_deaths": 317.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5001.719, - "new_cases_per_million": 40.443, - "new_cases_smoothed_per_million": 41.974, - "total_deaths_per_million": 32.051, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 47930.0, - "total_tests": 3766793.0, - "total_tests_per_thousand": 380.853, - "new_tests_per_thousand": 4.846, - "new_tests_smoothed": 57102.0, - "new_tests_smoothed_per_thousand": 5.773, - "tests_per_case": 137.548, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 52.78 - }, - { - "date": "2020-07-04", - "total_cases": 50141.0, - "new_cases": 672.0, - "new_cases_smoothed": 452.571, - "total_deaths": 318.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5069.664, - "new_cases_per_million": 67.945, - "new_cases_smoothed_per_million": 45.759, - "total_deaths_per_million": 32.152, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 28009.0, - "total_tests": 3794802.0, - "total_tests_per_thousand": 383.685, - "new_tests_per_thousand": 2.832, - "new_tests_smoothed": 54881.0, - "new_tests_smoothed_per_thousand": 5.549, - "tests_per_case": 121.265, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 52.78 - }, - { - "date": "2020-07-05", - "total_cases": 50857.0, - "new_cases": 716.0, - "new_cases_smoothed": 499.571, - "total_deaths": 321.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5142.057, - "new_cases_per_million": 72.393, - "new_cases_smoothed_per_million": 50.511, - "total_deaths_per_million": 32.456, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 44192.0, - "total_tests": 3838994.0, - "total_tests_per_thousand": 388.154, - "new_tests_per_thousand": 4.468, - "new_tests_smoothed": 52056.0, - "new_tests_smoothed_per_thousand": 5.263, - "tests_per_case": 104.20100000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-06", - "total_cases": 51540.0, - "new_cases": 683.0, - "new_cases_smoothed": 534.714, - "total_deaths": 323.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5211.114, - "new_cases_per_million": 69.057, - "new_cases_smoothed_per_million": 54.064, - "total_deaths_per_million": 32.658, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 51430.0, - "total_tests": 3890424.0, - "total_tests_per_thousand": 393.354, - "new_tests_per_thousand": 5.2, - "new_tests_smoothed": 50542.0, - "new_tests_smoothed_per_thousand": 5.11, - "tests_per_case": 94.522, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-07", - "total_cases": 52068.0, - "new_cases": 528.0, - "new_cases_smoothed": 546.0, - "total_deaths": 324.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5264.499, - "new_cases_per_million": 53.385, - "new_cases_smoothed_per_million": 55.205, - "total_deaths_per_million": 32.759, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 49777.0, - "total_tests": 3940201.0, - "total_tests_per_thousand": 398.386, - "new_tests_per_thousand": 5.033, - "new_tests_smoothed": 49628.0, - "new_tests_smoothed_per_thousand": 5.018, - "tests_per_case": 90.89399999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-08", - "total_cases": 52600.0, - "new_cases": 532.0, - "new_cases_smoothed": 561.857, - "total_deaths": 326.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 5318.288, - "new_cases_per_million": 53.79, - "new_cases_smoothed_per_million": 56.808, - "total_deaths_per_million": 32.961, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 47322.0, - "total_tests": 3987523.0, - "total_tests_per_thousand": 403.171, - "new_tests_per_thousand": 4.785, - "new_tests_smoothed": 48622.0, - "new_tests_smoothed_per_thousand": 4.916, - "tests_per_case": 86.538, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-09", - "total_cases": 53045.0, - "new_cases": 445.0, - "new_cases_smoothed": 568.0, - "total_deaths": 327.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 5363.282, - "new_cases_per_million": 44.993, - "new_cases_smoothed_per_million": 57.429, - "total_deaths_per_million": 33.062, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 58504.0, - "total_tests": 4046027.0, - "total_tests_per_thousand": 409.086, - "new_tests_per_thousand": 5.915, - "new_tests_smoothed": 46738.0, - "new_tests_smoothed_per_thousand": 4.726, - "tests_per_case": 82.285, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-10", - "total_cases": 53577.0, - "new_cases": 532.0, - "new_cases_smoothed": 586.857, - "total_deaths": 328.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 5417.071, - "new_cases_per_million": 53.79, - "new_cases_smoothed_per_million": 59.336, - "total_deaths_per_million": 33.163, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 50139.0, - "total_tests": 4096166.0, - "total_tests_per_thousand": 414.156, - "new_tests_per_thousand": 5.069, - "new_tests_smoothed": 47053.0, - "new_tests_smoothed_per_thousand": 4.757, - "tests_per_case": 80.178, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-11", - "total_cases": 54050.0, - "new_cases": 473.0, - "new_cases_smoothed": 558.429, - "total_deaths": 330.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5464.895, - "new_cases_per_million": 47.824, - "new_cases_smoothed_per_million": 56.462, - "total_deaths_per_million": 33.366, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 34478.0, - "total_tests": 4130644.0, - "total_tests_per_thousand": 417.642, - "new_tests_per_thousand": 3.486, - "new_tests_smoothed": 47977.0, - "new_tests_smoothed_per_thousand": 4.851, - "tests_per_case": 85.914, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-12", - "total_cases": 54453.0, - "new_cases": 403.0, - "new_cases_smoothed": 513.714, - "total_deaths": 331.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5505.642, - "new_cases_per_million": 40.747, - "new_cases_smoothed_per_million": 51.941, - "total_deaths_per_million": 33.467, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 50325.0, - "total_tests": 4180969.0, - "total_tests_per_thousand": 422.73, - "new_tests_per_thousand": 5.088, - "new_tests_smoothed": 48854.0, - "new_tests_smoothed_per_thousand": 4.94, - "tests_per_case": 95.1, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-13", - "total_cases": 54854.0, - "new_cases": 401.0, - "new_cases_smoothed": 473.429, - "total_deaths": 333.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5546.186, - "new_cases_per_million": 40.544, - "new_cases_smoothed_per_million": 47.867, - "total_deaths_per_million": 33.669, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 34478.0, - "total_tests": 4215447.0, - "total_tests_per_thousand": 426.216, - "new_tests_per_thousand": 3.486, - "new_tests_smoothed": 46432.0, - "new_tests_smoothed_per_thousand": 4.695, - "tests_per_case": 98.07600000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-14", - "total_cases": 55198.0, - "new_cases": 344.0, - "new_cases_smoothed": 447.143, - "total_deaths": 334.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5580.967, - "new_cases_per_million": 34.781, - "new_cases_smoothed_per_million": 45.21, - "total_deaths_per_million": 33.77, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 52782.0, - "total_tests": 4268229.0, - "total_tests_per_thousand": 431.553, - "new_tests_per_thousand": 5.337, - "new_tests_smoothed": 46861.0, - "new_tests_smoothed_per_thousand": 4.738, - "tests_per_case": 104.801, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-15", - "total_cases": 55573.0, - "new_cases": 375.0, - "new_cases_smoothed": 424.714, - "total_deaths": 335.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5618.883, - "new_cases_per_million": 37.916, - "new_cases_smoothed_per_million": 42.942, - "total_deaths_per_million": 33.871, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 48534.0, - "total_tests": 4316763.0, - "total_tests_per_thousand": 436.46, - "new_tests_per_thousand": 4.907, - "new_tests_smoothed": 47034.0, - "new_tests_smoothed_per_thousand": 4.756, - "tests_per_case": 110.743, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-16", - "total_cases": 55848.0, - "new_cases": 275.0, - "new_cases_smoothed": 400.429, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5646.688, - "new_cases_per_million": 27.805, - "new_cases_smoothed_per_million": 40.487, - "total_deaths_per_million": 33.871, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 48931.0, - "total_tests": 4365694.0, - "total_tests_per_thousand": 441.407, - "new_tests_per_thousand": 4.947, - "new_tests_smoothed": 45667.0, - "new_tests_smoothed_per_thousand": 4.617, - "tests_per_case": 114.045, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-17", - "total_cases": 56129.0, - "new_cases": 281.0, - "new_cases_smoothed": 364.571, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5675.099, - "new_cases_per_million": 28.411, - "new_cases_smoothed_per_million": 36.861, - "total_deaths_per_million": 33.871, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 48561.0, - "total_tests": 4414255.0, - "total_tests_per_thousand": 446.317, - "new_tests_per_thousand": 4.91, - "new_tests_smoothed": 45441.0, - "new_tests_smoothed_per_thousand": 4.594, - "tests_per_case": 124.64200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-18", - "total_cases": 56422.0, - "new_cases": 293.0, - "new_cases_smoothed": 338.857, - "total_deaths": 337.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5704.724, - "new_cases_per_million": 29.625, - "new_cases_smoothed_per_million": 34.261, - "total_deaths_per_million": 34.073, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 46950.0, - "total_tests": 4461205.0, - "total_tests_per_thousand": 451.064, - "new_tests_per_thousand": 4.747, - "new_tests_smoothed": 47223.0, - "new_tests_smoothed_per_thousand": 4.775, - "tests_per_case": 139.36, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-19", - "total_cases": 56711.0, - "new_cases": 289.0, - "new_cases_smoothed": 322.571, - "total_deaths": 338.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5733.944, - "new_cases_per_million": 29.22, - "new_cases_smoothed_per_million": 32.615, - "total_deaths_per_million": 34.175, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 47723.0, - "total_tests": 4508928.0, - "total_tests_per_thousand": 455.889, - "new_tests_per_thousand": 4.825, - "new_tests_smoothed": 46851.0, - "new_tests_smoothed_per_thousand": 4.737, - "tests_per_case": 145.24200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-20", - "total_cases": 56922.0, - "new_cases": 211.0, - "new_cases_smoothed": 295.429, - "total_deaths": 339.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5755.278, - "new_cases_per_million": 21.334, - "new_cases_smoothed_per_million": 29.87, - "total_deaths_per_million": 34.276, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 27224.0, - "total_tests": 4536152.0, - "total_tests_per_thousand": 458.642, - "new_tests_per_thousand": 2.753, - "new_tests_smoothed": 45815.0, - "new_tests_smoothed_per_thousand": 4.632, - "tests_per_case": 155.08, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-21", - "total_cases": 57193.0, - "new_cases": 271.0, - "new_cases_smoothed": 285.0, - "total_deaths": 340.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5782.678, - "new_cases_per_million": 27.4, - "new_cases_smoothed_per_million": 28.816, - "total_deaths_per_million": 34.377, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 40050.0, - "total_tests": 4576202.0, - "total_tests_per_thousand": 462.691, - "new_tests_per_thousand": 4.049, - "new_tests_smoothed": 43996.0, - "new_tests_smoothed_per_thousand": 4.448, - "tests_per_case": 154.372, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-22", - "total_cases": 57498.0, - "new_cases": 305.0, - "new_cases_smoothed": 275.0, - "total_deaths": 341.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5813.516, - "new_cases_per_million": 30.838, - "new_cases_smoothed_per_million": 27.805, - "total_deaths_per_million": 34.478, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 47014.0, - "total_tests": 4623216.0, - "total_tests_per_thousand": 467.445, - "new_tests_per_thousand": 4.753, - "new_tests_smoothed": 43779.0, - "new_tests_smoothed_per_thousand": 4.426, - "tests_per_case": 159.196, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-23", - "total_cases": 57734.0, - "new_cases": 236.0, - "new_cases_smoothed": 269.429, - "total_deaths": 342.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5837.378, - "new_cases_per_million": 23.862, - "new_cases_smoothed_per_million": 27.241, - "total_deaths_per_million": 34.579, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 54096.0, - "total_tests": 4677312.0, - "total_tests_per_thousand": 472.914, - "new_tests_per_thousand": 5.47, - "new_tests_smoothed": 44517.0, - "new_tests_smoothed_per_thousand": 4.501, - "tests_per_case": 165.227, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-24", - "total_cases": 57988.0, - "new_cases": 254.0, - "new_cases_smoothed": 265.571, - "total_deaths": 342.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5863.059, - "new_cases_per_million": 25.681, - "new_cases_smoothed_per_million": 26.851, - "total_deaths_per_million": 34.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 46965.0, - "total_tests": 4724277.0, - "total_tests_per_thousand": 477.663, - "new_tests_per_thousand": 4.749, - "new_tests_smoothed": 44289.0, - "new_tests_smoothed_per_thousand": 4.478, - "tests_per_case": 166.769, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-25", - "total_cases": 58249.0, - "new_cases": 261.0, - "new_cases_smoothed": 261.0, - "total_deaths": 343.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5889.448, - "new_cases_per_million": 26.389, - "new_cases_smoothed_per_million": 26.389, - "total_deaths_per_million": 34.68, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 52627.0, - "total_tests": 4776904.0, - "total_tests_per_thousand": 482.984, - "new_tests_per_thousand": 5.321, - "new_tests_smoothed": 45100.0, - "new_tests_smoothed_per_thousand": 4.56, - "tests_per_case": 172.797, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-26", - "total_cases": 58562.0, - "new_cases": 313.0, - "new_cases_smoothed": 264.429, - "total_deaths": 343.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 5921.095, - "new_cases_per_million": 31.647, - "new_cases_smoothed_per_million": 26.736, - "total_deaths_per_million": 34.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 51162.0, - "total_tests": 4828066.0, - "total_tests_per_thousand": 488.157, - "new_tests_per_thousand": 5.173, - "new_tests_smoothed": 45591.0, - "new_tests_smoothed_per_thousand": 4.61, - "tests_per_case": 172.41299999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-27", - "total_cases": 58913.0, - "new_cases": 351.0, - "new_cases_smoothed": 284.429, - "total_deaths": 344.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 5956.584, - "new_cases_per_million": 35.489, - "new_cases_smoothed_per_million": 28.758, - "total_deaths_per_million": 34.781, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 47229.0, - "total_tests": 4875295.0, - "total_tests_per_thousand": 492.932, - "new_tests_per_thousand": 4.775, - "new_tests_smoothed": 48449.0, - "new_tests_smoothed_per_thousand": 4.899, - "tests_per_case": 170.338, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-28", - "total_cases": 59177.0, - "new_cases": 264.0, - "new_cases_smoothed": 283.429, - "total_deaths": 345.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 5983.277, - "new_cases_per_million": 26.693, - "new_cases_smoothed_per_million": 28.657, - "total_deaths_per_million": 34.882, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 43622.0, - "total_tests": 4918917.0, - "total_tests_per_thousand": 497.343, - "new_tests_per_thousand": 4.411, - "new_tests_smoothed": 48959.0, - "new_tests_smoothed_per_thousand": 4.95, - "tests_per_case": 172.738, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-29", - "total_cases": 59546.0, - "new_cases": 369.0, - "new_cases_smoothed": 292.571, - "total_deaths": 347.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6020.586, - "new_cases_per_million": 37.309, - "new_cases_smoothed_per_million": 29.581, - "total_deaths_per_million": 35.085, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 47483.0, - "total_tests": 4966400.0, - "total_tests_per_thousand": 502.143, - "new_tests_per_thousand": 4.801, - "new_tests_smoothed": 49026.0, - "new_tests_smoothed_per_thousand": 4.957, - "tests_per_case": 167.56900000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-30", - "total_cases": 59921.0, - "new_cases": 375.0, - "new_cases_smoothed": 312.429, - "total_deaths": 347.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6058.501, - "new_cases_per_million": 37.916, - "new_cases_smoothed_per_million": 31.589, - "total_deaths_per_million": 35.085, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 55257.0, - "total_tests": 5021657.0, - "total_tests_per_thousand": 507.73, - "new_tests_per_thousand": 5.587, - "new_tests_smoothed": 49192.0, - "new_tests_smoothed_per_thousand": 4.974, - "tests_per_case": 157.45, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 32.41 - }, - { - "date": "2020-07-31", - "total_cases": 60506.0, - "new_cases": 585.0, - "new_cases_smoothed": 359.714, - "total_deaths": 351.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 6117.649, - "new_cases_per_million": 59.148, - "new_cases_smoothed_per_million": 36.37, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.404, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 54727.0, - "total_tests": 5076384.0, - "total_tests_per_thousand": 513.264, - "new_tests_per_thousand": 5.533, - "new_tests_smoothed": 50301.0, - "new_tests_smoothed_per_thousand": 5.086, - "tests_per_case": 139.836, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-08-01", - "total_cases": 60506.0, - "new_cases": 0.0, - "new_cases_smoothed": 322.429, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 6117.649, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.6, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 43268.0, - "total_tests": 5119652.0, - "total_tests_per_thousand": 517.639, - "new_tests_per_thousand": 4.375, - "new_tests_smoothed": 48964.0, - "new_tests_smoothed_per_thousand": 4.951, - "tests_per_case": 151.86, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-08-02", - "total_cases": 60760.0, - "new_cases": 254.0, - "new_cases_smoothed": 314.0, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 6143.331, - "new_cases_per_million": 25.681, - "new_cases_smoothed_per_million": 31.748, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 42428.0, - "total_tests": 5162080.0, - "total_tests_per_thousand": 521.928, - "new_tests_per_thousand": 4.29, - "new_tests_smoothed": 47716.0, - "new_tests_smoothed_per_thousand": 4.824, - "tests_per_case": 151.96200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-08-03", - "total_cases": 60999.0, - "new_cases": 239.0, - "new_cases_smoothed": 298.0, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 6167.496, - "new_cases_per_million": 24.165, - "new_cases_smoothed_per_million": 30.13, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 27811.0, - "total_tests": 5189891.0, - "total_tests_per_thousand": 524.74, - "new_tests_per_thousand": 2.812, - "new_tests_smoothed": 44942.0, - "new_tests_smoothed_per_thousand": 4.544, - "tests_per_case": 150.812, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-04", - "total_cases": 61163.0, - "new_cases": 164.0, - "new_cases_smoothed": 283.714, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6184.077, - "new_cases_per_million": 16.582, - "new_cases_smoothed_per_million": 28.686, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 29398.0, - "total_tests": 5219289.0, - "total_tests_per_thousand": 527.713, - "new_tests_per_thousand": 2.972, - "new_tests_smoothed": 42910.0, - "new_tests_smoothed_per_thousand": 4.339, - "tests_per_case": 151.244, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-05", - "total_cases": 61352.0, - "new_cases": 189.0, - "new_cases_smoothed": 258.0, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6203.187, - "new_cases_per_million": 19.109, - "new_cases_smoothed_per_million": 26.086, - "total_deaths_per_million": 35.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 43369.0, - "total_tests": 5262658.0, - "total_tests_per_thousand": 532.098, - "new_tests_per_thousand": 4.385, - "new_tests_smoothed": 42323.0, - "new_tests_smoothed_per_thousand": 4.279, - "tests_per_case": 164.043, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-06", - "total_cases": 61606.0, - "new_cases": 254.0, - "new_cases_smoothed": 240.714, - "total_deaths": 353.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6228.868, - "new_cases_per_million": 25.681, - "new_cases_smoothed_per_million": 24.338, - "total_deaths_per_million": 35.691, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 50729.0, - "total_tests": 5313387.0, - "total_tests_per_thousand": 537.227, - "new_tests_per_thousand": 5.129, - "new_tests_smoothed": 41676.0, - "new_tests_smoothed_per_thousand": 4.214, - "tests_per_case": 173.135, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-07", - "total_cases": 61845.0, - "new_cases": 239.0, - "new_cases_smoothed": 191.286, - "total_deaths": 354.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6253.033, - "new_cases_per_million": 24.165, - "new_cases_smoothed_per_million": 19.341, - "total_deaths_per_million": 35.792, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 61978.0, - "total_tests": 5375365.0, - "total_tests_per_thousand": 543.493, - "new_tests_per_thousand": 6.266, - "new_tests_smoothed": 42712.0, - "new_tests_smoothed_per_thousand": 4.319, - "tests_per_case": 223.28900000000002, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-08", - "total_cases": 62061.0, - "new_cases": 216.0, - "new_cases_smoothed": 222.143, - "total_deaths": 356.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6274.873, - "new_cases_per_million": 21.839, - "new_cases_smoothed_per_million": 22.46, - "total_deaths_per_million": 35.994, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 63792.0, - "total_tests": 5439157.0, - "total_tests_per_thousand": 549.943, - "new_tests_per_thousand": 6.45, - "new_tests_smoothed": 45644.0, - "new_tests_smoothed_per_thousand": 4.615, - "tests_per_case": 205.47099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-09", - "total_cases": 62300.0, - "new_cases": 239.0, - "new_cases_smoothed": 220.0, - "total_deaths": 356.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6299.037, - "new_cases_per_million": 24.165, - "new_cases_smoothed_per_million": 22.244, - "total_deaths_per_million": 35.994, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 61544.0, - "total_tests": 5500701.0, - "total_tests_per_thousand": 556.166, - "new_tests_per_thousand": 6.223, - "new_tests_smoothed": 48374.0, - "new_tests_smoothed_per_thousand": 4.891, - "tests_per_case": 219.882, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-10", - "total_cases": 62525.0, - "new_cases": 225.0, - "new_cases_smoothed": 218.0, - "total_deaths": 357.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6321.787, - "new_cases_per_million": 22.749, - "new_cases_smoothed_per_million": 22.042, - "total_deaths_per_million": 36.096, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 58953.0, - "total_tests": 5559654.0, - "total_tests_per_thousand": 562.126, - "new_tests_per_thousand": 5.961, - "new_tests_smoothed": 52823.0, - "new_tests_smoothed_per_thousand": 5.341, - "tests_per_case": 242.30700000000002, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-11", - "total_cases": 62704.0, - "new_cases": 179.0, - "new_cases_smoothed": 220.143, - "total_deaths": 357.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6339.885, - "new_cases_per_million": 18.098, - "new_cases_smoothed_per_million": 22.258, - "total_deaths_per_million": 36.096, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 64110.0, - "total_tests": 5623764.0, - "total_tests_per_thousand": 568.608, - "new_tests_per_thousand": 6.482, - "new_tests_smoothed": 57782.0, - "new_tests_smoothed_per_thousand": 5.842, - "tests_per_case": 262.475, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-12", - "total_cases": 62966.0, - "new_cases": 262.0, - "new_cases_smoothed": 230.571, - "total_deaths": 357.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6366.375, - "new_cases_per_million": 26.49, - "new_cases_smoothed_per_million": 23.313, - "total_deaths_per_million": 36.096, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 72630.0, - "total_tests": 5696394.0, - "total_tests_per_thousand": 575.952, - "new_tests_per_thousand": 7.343, - "new_tests_smoothed": 61962.0, - "new_tests_smoothed_per_thousand": 6.265, - "tests_per_case": 268.732, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-13", - "total_cases": 63212.0, - "new_cases": 246.0, - "new_cases_smoothed": 229.429, - "total_deaths": 357.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6391.248, - "new_cases_per_million": 24.873, - "new_cases_smoothed_per_million": 23.197, - "total_deaths_per_million": 36.096, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 68964.0, - "total_tests": 5765358.0, - "total_tests_per_thousand": 582.925, - "new_tests_per_thousand": 6.973, - "new_tests_smoothed": 64567.0, - "new_tests_smoothed_per_thousand": 6.528, - "tests_per_case": 281.425, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-14", - "total_cases": 63489.0, - "new_cases": 277.0, - "new_cases_smoothed": 234.857, - "total_deaths": 358.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6419.255, - "new_cases_per_million": 28.007, - "new_cases_smoothed_per_million": 23.746, - "total_deaths_per_million": 36.197, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 82344.0, - "total_tests": 5847702.0, - "total_tests_per_thousand": 591.25, - "new_tests_per_thousand": 8.326, - "new_tests_smoothed": 67477.0, - "new_tests_smoothed_per_thousand": 6.822, - "tests_per_case": 287.311, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-15", - "total_cases": 63819.0, - "new_cases": 330.0, - "new_cases_smoothed": 251.143, - "total_deaths": 359.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6452.621, - "new_cases_per_million": 33.366, - "new_cases_smoothed_per_million": 25.393, - "total_deaths_per_million": 36.298, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 77640.0, - "total_tests": 5925342.0, - "total_tests_per_thousand": 599.1, - "new_tests_per_thousand": 7.85, - "new_tests_smoothed": 69455.0, - "new_tests_smoothed_per_thousand": 7.022, - "tests_per_case": 276.556, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-16", - "total_cases": 64102.0, - "new_cases": 283.0, - "new_cases_smoothed": 257.429, - "total_deaths": 361.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6481.234, - "new_cases_per_million": 28.614, - "new_cases_smoothed_per_million": 26.028, - "total_deaths_per_million": 36.5, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 65186.0, - "total_tests": 5990528.0, - "total_tests_per_thousand": 605.691, - "new_tests_per_thousand": 6.591, - "new_tests_smoothed": 69975.0, - "new_tests_smoothed_per_thousand": 7.075, - "tests_per_case": 271.823, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-17", - "total_cases": 64312.0, - "new_cases": 210.0, - "new_cases_smoothed": 255.286, - "total_deaths": 364.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 6502.467, - "new_cases_per_million": 21.233, - "new_cases_smoothed_per_million": 25.811, - "total_deaths_per_million": 36.803, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 71322.0, - "total_tests": 6061850.0, - "total_tests_per_thousand": 612.902, - "new_tests_per_thousand": 7.211, - "new_tests_smoothed": 71742.0, - "new_tests_smoothed_per_thousand": 7.254, - "tests_per_case": 281.026, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-18", - "total_cases": 64541.0, - "new_cases": 229.0, - "new_cases_smoothed": 262.429, - "total_deaths": 364.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 6525.621, - "new_cases_per_million": 23.154, - "new_cases_smoothed_per_million": 26.534, - "total_deaths_per_million": 36.803, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 59759.0, - "total_tests": 6121609.0, - "total_tests_per_thousand": 618.945, - "new_tests_per_thousand": 6.042, - "new_tests_smoothed": 71121.0, - "new_tests_smoothed_per_thousand": 7.191, - "tests_per_case": 271.01099999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-19", - "total_cases": 64906.0, - "new_cases": 365.0, - "new_cases_smoothed": 277.143, - "total_deaths": 366.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 6562.525, - "new_cases_per_million": 36.904, - "new_cases_smoothed_per_million": 28.021, - "total_deaths_per_million": 37.006, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 72026.0, - "total_tests": 6193635.0, - "total_tests_per_thousand": 626.227, - "new_tests_per_thousand": 7.282, - "new_tests_smoothed": 71034.0, - "new_tests_smoothed_per_thousand": 7.182, - "tests_per_case": 256.308, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-20", - "total_cases": 65341.0, - "new_cases": 435.0, - "new_cases_smoothed": 304.143, - "total_deaths": 367.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 6606.507, - "new_cases_per_million": 43.982, - "new_cases_smoothed_per_million": 30.751, - "total_deaths_per_million": 37.107, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 72283.0, - "total_tests": 6265918.0, - "total_tests_per_thousand": 633.535, - "new_tests_per_thousand": 7.308, - "new_tests_smoothed": 71509.0, - "new_tests_smoothed_per_thousand": 7.23, - "tests_per_case": 235.11599999999999, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-21", - "total_cases": 65802.0, - "new_cases": 461.0, - "new_cases_smoothed": 330.429, - "total_deaths": 369.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6653.118, - "new_cases_per_million": 46.611, - "new_cases_smoothed_per_million": 33.409, - "total_deaths_per_million": 37.309, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 82191.0, - "total_tests": 6348109.0, - "total_tests_per_thousand": 641.846, - "new_tests_per_thousand": 8.31, - "new_tests_smoothed": 71487.0, - "new_tests_smoothed_per_thousand": 7.228, - "tests_per_case": 216.34599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-22", - "total_cases": 66193.0, - "new_cases": 391.0, - "new_cases_smoothed": 339.143, - "total_deaths": 370.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6692.651, - "new_cases_per_million": 39.533, - "new_cases_smoothed_per_million": 34.29, - "total_deaths_per_million": 37.41, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 70079.0, - "total_tests": 6418188.0, - "total_tests_per_thousand": 648.931, - "new_tests_per_thousand": 7.086, - "new_tests_smoothed": 70407.0, - "new_tests_smoothed_per_thousand": 7.119, - "tests_per_case": 207.60299999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-23", - "total_cases": 66617.0, - "new_cases": 424.0, - "new_cases_smoothed": 359.286, - "total_deaths": 372.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6735.521, - "new_cases_per_million": 42.87, - "new_cases_smoothed_per_million": 36.327, - "total_deaths_per_million": 37.612, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 71216.0, - "total_tests": 6489404.0, - "total_tests_per_thousand": 656.132, - "new_tests_per_thousand": 7.201, - "new_tests_smoothed": 71268.0, - "new_tests_smoothed_per_thousand": 7.206, - "tests_per_case": 198.36, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-24", - "total_cases": 67007.0, - "new_cases": 390.0, - "new_cases_smoothed": 385.0, - "total_deaths": 375.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6774.953, - "new_cases_per_million": 39.432, - "new_cases_smoothed_per_million": 38.927, - "total_deaths_per_million": 37.916, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 71282.0, - "total_tests": 6560686.0, - "total_tests_per_thousand": 663.339, - "new_tests_per_thousand": 7.207, - "new_tests_smoothed": 71262.0, - "new_tests_smoothed_per_thousand": 7.205, - "tests_per_case": 185.09599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-25", - "total_cases": 67282.0, - "new_cases": 275.0, - "new_cases_smoothed": 391.571, - "total_deaths": 376.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 6802.758, - "new_cases_per_million": 27.805, - "new_cases_smoothed_per_million": 39.591, - "total_deaths_per_million": 38.017, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 69309.0, - "total_tests": 6629995.0, - "total_tests_per_thousand": 670.346, - "new_tests_per_thousand": 7.008, - "new_tests_smoothed": 72627.0, - "new_tests_smoothed_per_thousand": 7.343, - "tests_per_case": 185.476, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-26", - "total_cases": 67621.0, - "new_cases": 339.0, - "new_cases_smoothed": 387.857, - "total_deaths": 377.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6837.034, - "new_cases_per_million": 34.276, - "new_cases_smoothed_per_million": 39.216, - "total_deaths_per_million": 38.118, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 57419.0, - "total_tests": 6687414.0, - "total_tests_per_thousand": 676.152, - "new_tests_per_thousand": 5.806, - "new_tests_smoothed": 70540.0, - "new_tests_smoothed_per_thousand": 7.132, - "tests_per_case": 181.87099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-27", - "total_cases": 68020.0, - "new_cases": 399.0, - "new_cases_smoothed": 382.714, - "total_deaths": 378.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 6877.376, - "new_cases_per_million": 40.342, - "new_cases_smoothed_per_million": 38.696, - "total_deaths_per_million": 38.219, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 68043.0, - "total_tests": 6755457.0, - "total_tests_per_thousand": 683.032, - "new_tests_per_thousand": 6.88, - "new_tests_smoothed": 69934.0, - "new_tests_smoothed_per_thousand": 7.071, - "tests_per_case": 182.732, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-28", - "total_cases": 68511.0, - "new_cases": 491.0, - "new_cases_smoothed": 387.0, - "total_deaths": 378.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 6927.02, - "new_cases_per_million": 49.644, - "new_cases_smoothed_per_million": 39.129, - "total_deaths_per_million": 38.219, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 79680.0, - "total_tests": 6835137.0, - "total_tests_per_thousand": 691.088, - "new_tests_per_thousand": 8.056, - "new_tests_smoothed": 69575.0, - "new_tests_smoothed_per_thousand": 7.035, - "tests_per_case": 179.78, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-29", - "total_cases": 68901.0, - "new_cases": 390.0, - "new_cases_smoothed": 386.857, - "total_deaths": 379.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 6966.452, - "new_cases_per_million": 39.432, - "new_cases_smoothed_per_million": 39.114, - "total_deaths_per_million": 38.32, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 88803.0, - "total_tests": 6923940.0, - "total_tests_per_thousand": 700.067, - "new_tests_per_thousand": 8.979, - "new_tests_smoothed": 72250.0, - "new_tests_smoothed_per_thousand": 7.305, - "tests_per_case": 186.761, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-30", - "total_cases": 69328.0, - "new_cases": 427.0, - "new_cases_smoothed": 387.286, - "total_deaths": 379.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 7009.625, - "new_cases_per_million": 43.173, - "new_cases_smoothed_per_million": 39.158, - "total_deaths_per_million": 38.32, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 87955.0, - "total_tests": 7011895.0, - "total_tests_per_thousand": 708.96, - "new_tests_per_thousand": 8.893, - "new_tests_smoothed": 74642.0, - "new_tests_smoothed_per_thousand": 7.547, - "tests_per_case": 192.731, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-08-31", - "total_cases": 69690.0, - "new_cases": 362.0, - "new_cases_smoothed": 383.286, - "total_deaths": 382.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 7046.227, - "new_cases_per_million": 36.601, - "new_cases_smoothed_per_million": 38.753, - "total_deaths_per_million": 38.623, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 82763.0, - "total_tests": 7094658.0, - "total_tests_per_thousand": 717.328, - "new_tests_per_thousand": 8.368, - "new_tests_smoothed": 76282.0, - "new_tests_smoothed_per_thousand": 7.713, - "tests_per_case": 199.021, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-09-01", - "total_cases": 70231.0, - "new_cases": 541.0, - "new_cases_smoothed": 421.286, - "total_deaths": 384.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 7100.926, - "new_cases_per_million": 54.7, - "new_cases_smoothed_per_million": 42.595, - "total_deaths_per_million": 38.826, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 82772.0, - "total_tests": 7177430.0, - "total_tests_per_thousand": 725.697, - "new_tests_per_thousand": 8.369, - "new_tests_smoothed": 78205.0, - "new_tests_smoothed_per_thousand": 7.907, - "tests_per_case": 185.63400000000001, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-02", - "total_cases": 70805.0, - "new_cases": 574.0, - "new_cases_smoothed": 454.857, - "total_deaths": 384.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 7158.962, - "new_cases_per_million": 58.036, - "new_cases_smoothed_per_million": 45.99, - "total_deaths_per_million": 38.826, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 79623.0, - "total_tests": 7257053.0, - "total_tests_per_thousand": 733.747, - "new_tests_per_thousand": 8.051, - "new_tests_smoothed": 81377.0, - "new_tests_smoothed_per_thousand": 8.228, - "tests_per_case": 178.907, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-03", - "total_cases": 71540.0, - "new_cases": 735.0, - "new_cases_smoothed": 502.857, - "total_deaths": 387.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7233.277, - "new_cases_per_million": 74.314, - "new_cases_smoothed_per_million": 50.843, - "total_deaths_per_million": 39.129, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 67821.0, - "total_tests": 7324874.0, - "total_tests_per_thousand": 740.604, - "new_tests_per_thousand": 6.857, - "new_tests_smoothed": 81345.0, - "new_tests_smoothed_per_thousand": 8.225, - "tests_per_case": 161.766, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-04", - "total_cases": 72154.0, - "new_cases": 614.0, - "new_cases_smoothed": 520.429, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7295.357, - "new_cases_per_million": 62.08, - "new_cases_smoothed_per_million": 52.62, - "total_deaths_per_million": 39.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 80935.0, - "total_tests": 7405809.0, - "total_tests_per_thousand": 748.788, - "new_tests_per_thousand": 8.183, - "new_tests_smoothed": 81525.0, - "new_tests_smoothed_per_thousand": 8.243, - "tests_per_case": 156.65, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-05", - "total_cases": 72766.0, - "new_cases": 612.0, - "new_cases_smoothed": 552.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 7357.235, - "new_cases_per_million": 61.878, - "new_cases_smoothed_per_million": 55.826, - "total_deaths_per_million": 39.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 82333.0, - "total_tests": 7488142.0, - "total_tests_per_thousand": 757.112, - "new_tests_per_thousand": 8.325, - "new_tests_smoothed": 80600.0, - "new_tests_smoothed_per_thousand": 8.149, - "tests_per_case": 145.977, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-06", - "total_cases": 73471.0, - "new_cases": 705.0, - "new_cases_smoothed": 591.857, - "total_deaths": 388.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7428.517, - "new_cases_per_million": 71.281, - "new_cases_smoothed_per_million": 59.842, - "total_deaths_per_million": 39.23, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 87336.0, - "total_tests": 7575478.0, - "total_tests_per_thousand": 765.943, - "new_tests_per_thousand": 8.83, - "new_tests_smoothed": 80512.0, - "new_tests_smoothed_per_thousand": 8.14, - "tests_per_case": 136.033, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-07", - "total_cases": 73984.0, - "new_cases": 513.0, - "new_cases_smoothed": 613.429, - "total_deaths": 388.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7480.385, - "new_cases_per_million": 51.868, - "new_cases_smoothed_per_million": 62.023, - "total_deaths_per_million": 39.23, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 57506.0, - "total_tests": 7632984.0, - "total_tests_per_thousand": 771.757, - "new_tests_per_thousand": 5.814, - "new_tests_smoothed": 76904.0, - "new_tests_smoothed_per_thousand": 7.776, - "tests_per_case": 125.367, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-08", - "total_cases": 74454.0, - "new_cases": 470.0, - "new_cases_smoothed": 603.286, - "total_deaths": 390.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7527.906, - "new_cases_per_million": 47.521, - "new_cases_smoothed_per_million": 60.997, - "total_deaths_per_million": 39.432, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 71334.0, - "total_tests": 7704318.0, - "total_tests_per_thousand": 778.969, - "new_tests_per_thousand": 7.212, - "new_tests_smoothed": 75270.0, - "new_tests_smoothed_per_thousand": 7.61, - "tests_per_case": 124.76700000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-09", - "total_cases": 75098.0, - "new_cases": 644.0, - "new_cases_smoothed": 613.286, - "total_deaths": 391.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 7593.019, - "new_cases_per_million": 65.114, - "new_cases_smoothed_per_million": 62.008, - "total_deaths_per_million": 39.533, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 85917.0, - "total_tests": 7790235.0, - "total_tests_per_thousand": 787.656, - "new_tests_per_thousand": 8.687, - "new_tests_smoothed": 76169.0, - "new_tests_smoothed_per_thousand": 7.701, - "tests_per_case": 124.198, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-10", - "total_cases": 75981.0, - "new_cases": 883.0, - "new_cases_smoothed": 634.429, - "total_deaths": 393.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7682.298, - "new_cases_per_million": 89.278, - "new_cases_smoothed_per_million": 64.146, - "total_deaths_per_million": 39.736, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 82076.0, - "total_tests": 7872311.0, - "total_tests_per_thousand": 795.955, - "new_tests_per_thousand": 8.299, - "new_tests_smoothed": 78205.0, - "new_tests_smoothed_per_thousand": 7.907, - "tests_per_case": 123.26799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-11", - "total_cases": 76911.0, - "new_cases": 930.0, - "new_cases_smoothed": 679.571, - "total_deaths": 398.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 7776.329, - "new_cases_per_million": 94.031, - "new_cases_smoothed_per_million": 68.71, - "total_deaths_per_million": 40.241, - "new_deaths_per_million": 0.506, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 75177.0, - "total_tests": 7947488.0, - "total_tests_per_thousand": 803.556, - "new_tests_per_thousand": 7.601, - "new_tests_smoothed": 77383.0, - "new_tests_smoothed_per_thousand": 7.824, - "tests_per_case": 113.87, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-12", - "total_cases": 77842.0, - "new_cases": 931.0, - "new_cases_smoothed": 725.143, - "total_deaths": 398.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 7870.46, - "new_cases_per_million": 94.132, - "new_cases_smoothed_per_million": 73.318, - "total_deaths_per_million": 40.241, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 95287.0, - "total_tests": 8042775.0, - "total_tests_per_thousand": 813.19, - "new_tests_per_thousand": 9.634, - "new_tests_smoothed": 79233.0, - "new_tests_smoothed_per_thousand": 8.011, - "tests_per_case": 109.265, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-13", - "total_cases": 78849.0, - "new_cases": 1007.0, - "new_cases_smoothed": 768.286, - "total_deaths": 399.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 7972.276, - "new_cases_per_million": 101.816, - "new_cases_smoothed_per_million": 77.68, - "total_deaths_per_million": 40.342, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 84642.0, - "total_tests": 8127417.0, - "total_tests_per_thousand": 821.748, - "new_tests_per_thousand": 8.558, - "new_tests_smoothed": 78848.0, - "new_tests_smoothed_per_thousand": 7.972, - "tests_per_case": 102.62799999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-14", - "total_cases": 79489.0, - "new_cases": 640.0, - "new_cases_smoothed": 786.429, - "total_deaths": 399.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 8036.985, - "new_cases_per_million": 64.709, - "new_cases_smoothed_per_million": 79.514, - "total_deaths_per_million": 40.342, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 64084.0, - "total_tests": 8191501.0, - "total_tests_per_thousand": 828.227, - "new_tests_per_thousand": 6.479, - "new_tests_smoothed": 79788.0, - "new_tests_smoothed_per_thousand": 8.067, - "tests_per_case": 101.456, - "positive_rate": 0.01, - "tests_units": "tests performed" - }, - { - "date": "2020-09-15", - "total_cases": 80266.0, - "new_cases": 777.0, - "new_cases_smoothed": 830.286, - "total_deaths": 399.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 8115.546, - "new_cases_per_million": 78.561, - "new_cases_smoothed_per_million": 83.949, - "total_deaths_per_million": 40.342, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 86879.0, - "total_tests": 8278380.0, - "total_tests_per_thousand": 837.012, - "new_tests_per_thousand": 8.784, - "new_tests_smoothed": 82009.0, - "new_tests_smoothed_per_thousand": 8.292, - "tests_per_case": 98.772, - "positive_rate": 0.01, - "tests_units": "tests performed" - }, - { - "date": "2020-09-16", - "total_cases": 80940.0, - "new_cases": 674.0, - "new_cases_smoothed": 834.571, - "total_deaths": 401.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 8183.693, - "new_cases_per_million": 68.147, - "new_cases_smoothed_per_million": 84.382, - "total_deaths_per_million": 40.544, - "new_deaths_per_million": 0.202, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 93682.0, - "total_tests": 8372062.0, - "total_tests_per_thousand": 846.484, - "new_tests_per_thousand": 9.472, - "new_tests_smoothed": 83118.0, - "new_tests_smoothed_per_thousand": 8.404, - "tests_per_case": 99.594, - "positive_rate": 0.01, - "tests_units": "tests performed" - }, - { - "date": "2020-09-17", - "total_cases": 81782.0, - "new_cases": 842.0, - "new_cases_smoothed": 828.714, - "total_deaths": 402.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 8268.826, - "new_cases_per_million": 85.133, - "new_cases_smoothed_per_million": 83.79, - "total_deaths_per_million": 40.645, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 92912.0, - "total_tests": 8464974.0, - "total_tests_per_thousand": 855.878, - "new_tests_per_thousand": 9.394, - "new_tests_smoothed": 84666.0, - "new_tests_smoothed_per_thousand": 8.56, - "tests_per_case": 102.165, - "positive_rate": 0.01, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 82568.0, - "new_cases": 786.0, - "new_cases_smoothed": 808.143, - "total_deaths": 402.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8348.297, - "new_cases_per_million": 79.471, - "new_cases_smoothed_per_million": 81.71, - "total_deaths_per_million": 40.645, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 97469.0, - "total_tests": 8562443.0, - "total_tests_per_thousand": 865.733, - "new_tests_per_thousand": 9.855, - "new_tests_smoothed": 87851.0, - "new_tests_smoothed_per_thousand": 8.882, - "tests_per_case": 108.70700000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 83433.0, - "new_cases": 865.0, - "new_cases_smoothed": 798.714, - "total_deaths": 403.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8435.756, - "new_cases_per_million": 87.459, - "new_cases_smoothed_per_million": 80.757, - "total_deaths_per_million": 40.747, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 103124.0, - "total_tests": 8665567.0, - "total_tests_per_thousand": 876.159, - "new_tests_per_thousand": 10.427, - "new_tests_smoothed": 88970.0, - "new_tests_smoothed_per_thousand": 8.996, - "tests_per_case": 111.39200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 84242.0, - "new_cases": 809.0, - "new_cases_smoothed": 770.429, - "total_deaths": 404.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8517.552, - "new_cases_per_million": 81.796, - "new_cases_smoothed_per_million": 77.897, - "total_deaths_per_million": 40.848, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 97251.0, - "total_tests": 8762818.0, - "total_tests_per_thousand": 885.992, - "new_tests_per_thousand": 9.833, - "new_tests_smoothed": 90772.0, - "new_tests_smoothed_per_thousand": 9.178, - "tests_per_case": 117.82, - "positive_rate": 0.008, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 84916.0, - "new_cases": 674.0, - "new_cases_smoothed": 775.286, - "total_deaths": 404.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8585.699, - "new_cases_per_million": 68.147, - "new_cases_smoothed_per_million": 78.388, - "total_deaths_per_million": 40.848, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 72388.0, - "total_tests": 8835206.0, - "total_tests_per_thousand": 893.311, - "new_tests_per_thousand": 7.319, - "new_tests_smoothed": 91958.0, - "new_tests_smoothed_per_thousand": 9.298, - "tests_per_case": 118.61200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 85595.0, - "new_cases": 679.0, - "new_cases_smoothed": 761.286, - "total_deaths": 405.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 8654.352, - "new_cases_per_million": 68.652, - "new_cases_smoothed_per_million": 76.972, - "total_deaths_per_million": 40.949, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 98528.0, - "total_tests": 8933734.0, - "total_tests_per_thousand": 903.273, - "new_tests_per_thousand": 9.962, - "new_tests_smoothed": 93622.0, - "new_tests_smoothed_per_thousand": 9.466, - "tests_per_case": 122.979, - "positive_rate": 0.008, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 86447.0, - "new_cases": 852.0, - "new_cases_smoothed": 786.714, - "total_deaths": 405.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8740.496, - "new_cases_per_million": 86.144, - "new_cases_smoothed_per_million": 79.543, - "total_deaths_per_million": 40.949, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 103199.0, - "total_tests": 9036933.0, - "total_tests_per_thousand": 913.708, - "new_tests_per_thousand": 10.434, - "new_tests_smoothed": 94982.0, - "new_tests_smoothed_per_thousand": 9.603, - "tests_per_case": 120.73299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 87530.0, - "new_cases": 1083.0, - "new_cases_smoothed": 821.143, - "total_deaths": 406.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8849.996, - "new_cases_per_million": 109.5, - "new_cases_smoothed_per_million": 83.024, - "total_deaths_per_million": 41.05, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 93618.0, - "total_tests": 9130551.0, - "total_tests_per_thousand": 923.173, - "new_tests_per_thousand": 9.466, - "new_tests_smoothed": 95082.0, - "new_tests_smoothed_per_thousand": 9.614, - "tests_per_case": 115.792, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 88532.0, - "new_cases": 1002.0, - "new_cases_smoothed": 852.0, - "total_deaths": 407.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8951.306, - "new_cases_per_million": 101.31, - "new_cases_smoothed_per_million": 86.144, - "total_deaths_per_million": 41.151, - "new_deaths_per_million": 0.101, - "new_deaths_smoothed_per_million": 0.072 - } - ] - }, - "ARG": { - "continent": "South America", - "location": "Argentina", - "population": 45195777.0, - "population_density": 16.177, - "median_age": 31.9, - "aged_65_older": 11.198, - "aged_70_older": 7.441, - "gdp_per_capita": 18933.907, - "extreme_poverty": 0.6, - "cardiovasc_death_rate": 191.032, - "diabetes_prevalence": 5.5, - "female_smokers": 16.2, - "male_smokers": 27.7, - "hospital_beds_per_thousand": 5.0, - "life_expectancy": 76.67, - "human_development_index": 0.825, - "data": [ - { - "date": "2020-02-11", - "new_tests": 2.0, - "total_tests": 2.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-12", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-13", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-14", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-15", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-16", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-17", - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-18", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-19", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-20", - "new_tests": 2.0, - "total_tests": 4.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-21", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-22", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-23", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-24", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "new_tests": 1.0, - "total_tests": 5.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-27", - "new_tests": 5.0, - "total_tests": 10.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "new_tests": 9.0, - "total_tests": 19.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "new_tests": 5.0, - "total_tests": 24.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "new_tests": 7.0, - "total_tests": 31.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.022, - "new_cases_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 6.0, - "total_tests": 37.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "new_tests": 7.0, - "total_tests": 44.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 5.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.044, - "new_cases_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 54.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 5.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 8.0, - "new_cases": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.177, - "new_cases_per_million": 0.133, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 8.0, - "total_tests": 62.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 6.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "total_cases": 9.0, - "new_cases": 1.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 0.199, - "new_cases_per_million": 0.022, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.022, - "new_tests": 26.0, - "total_tests": 88.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 9.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 12.0, - "new_cases": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.266, - "new_cases_per_million": 0.066, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 100.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 11.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 1.714, - "new_deaths_smoothed": 0.143, - "new_cases_smoothed_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 28.0, - "total_tests": 128.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 14.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "people tested", - "stringency_index": 11.11 - }, - { - "date": "2020-03-11", - "total_cases": 19.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.155, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 30.0, - "total_tests": 158.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 17.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 6.611000000000001, - "positive_rate": 0.151, - "tests_units": "people tested", - "stringency_index": 25.0 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 2.571, - "new_deaths_smoothed": 0.143, - "new_cases_smoothed_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 41.0, - "total_tests": 199.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 22.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 8.556000000000001, - "positive_rate": 0.11699999999999999, - "tests_units": "people tested", - "stringency_index": 25.0 - }, - { - "date": "2020-03-13", - "total_cases": 31.0, - "new_cases": 12.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.686, - "new_cases_per_million": 0.266, - "new_cases_smoothed_per_million": 0.092, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 82.0, - "total_tests": 281.0, - "total_tests_per_thousand": 0.006, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 32.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 7.724, - "positive_rate": 0.129, - "tests_units": "people tested", - "stringency_index": 25.0 - }, - { - "date": "2020-03-14", - "total_cases": 34.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.752, - "new_cases_per_million": 0.066, - "new_cases_smoothed_per_million": 0.082, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 49.0, - "total_tests": 330.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 10.231, - "positive_rate": 0.098, - "tests_units": "people tested", - "stringency_index": 25.0 - }, - { - "date": "2020-03-15", - "total_cases": 45.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.996, - "new_cases_per_million": 0.243, - "new_cases_smoothed_per_million": 0.114, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 78.0, - "total_tests": 408.0, - "total_tests_per_thousand": 0.009, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 46.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 8.943999999999999, - "positive_rate": 0.11199999999999999, - "tests_units": "people tested", - "stringency_index": 25.0 - }, - { - "date": "2020-03-16", - "total_cases": 56.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.239, - "new_cases_per_million": 0.243, - "new_cases_smoothed_per_million": 0.139, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 99.0, - "total_tests": 507.0, - "total_tests_per_thousand": 0.011, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 58.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 9.227, - "positive_rate": 0.10800000000000001, - "tests_units": "people tested", - "stringency_index": 41.67 - }, - { - "date": "2020-03-17", - "total_cases": 65.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.438, - "new_cases_per_million": 0.199, - "new_cases_smoothed_per_million": 0.168, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 120.0, - "total_tests": 627.0, - "total_tests_per_thousand": 0.014, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 71.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 9.377, - "positive_rate": 0.107, - "tests_units": "people tested", - "stringency_index": 41.67 - }, - { - "date": "2020-03-18", - "total_cases": 79.0, - "new_cases": 14.0, - "new_cases_smoothed": 8.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.748, - "new_cases_per_million": 0.31, - "new_cases_smoothed_per_million": 0.19, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 189.0, - "total_tests": 816.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 94.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 10.967, - "positive_rate": 0.091, - "tests_units": "people tested", - "stringency_index": 41.67 - }, - { - "date": "2020-03-19", - "total_cases": 97.0, - "new_cases": 18.0, - "new_cases_smoothed": 11.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.146, - "new_cases_per_million": 0.398, - "new_cases_smoothed_per_million": 0.247, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 137.0, - "total_tests": 953.0, - "total_tests_per_thousand": 0.021, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 108.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 9.692, - "positive_rate": 0.10300000000000001, - "tests_units": "people tested", - "stringency_index": 75.0 - }, - { - "date": "2020-03-20", - "total_cases": 128.0, - "new_cases": 31.0, - "new_cases_smoothed": 13.857, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.832, - "new_cases_per_million": 0.686, - "new_cases_smoothed_per_million": 0.307, - "total_deaths_per_million": 0.066, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 213.0, - "total_tests": 1166.0, - "total_tests_per_thousand": 0.026, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 126.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.093, - "positive_rate": 0.11, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-03-21", - "total_cases": 158.0, - "new_cases": 30.0, - "new_cases_smoothed": 17.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.496, - "new_cases_per_million": 0.664, - "new_cases_smoothed_per_million": 0.392, - "total_deaths_per_million": 0.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 291.0, - "total_tests": 1457.0, - "total_tests_per_thousand": 0.032, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 161.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.089, - "positive_rate": 0.11, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-03-22", - "total_cases": 225.0, - "new_cases": 67.0, - "new_cases_smoothed": 25.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.978, - "new_cases_per_million": 1.482, - "new_cases_smoothed_per_million": 0.569, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 218.0, - "total_tests": 1675.0, - "total_tests_per_thousand": 0.037, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 181.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.039, - "positive_rate": 0.142, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-03-23", - "total_cases": 266.0, - "new_cases": 41.0, - "new_cases_smoothed": 30.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.886, - "new_cases_per_million": 0.907, - "new_cases_smoothed_per_million": 0.664, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 258.0, - "total_tests": 1933.0, - "total_tests_per_thousand": 0.043, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 204.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 6.8, - "positive_rate": 0.147, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-24", - "total_cases": 301.0, - "new_cases": 35.0, - "new_cases_smoothed": 33.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.66, - "new_cases_per_million": 0.774, - "new_cases_smoothed_per_million": 0.746, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 388.0, - "total_tests": 2321.0, - "total_tests_per_thousand": 0.051, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 242.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 7.178, - "positive_rate": 0.139, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-25", - "total_cases": 387.0, - "new_cases": 86.0, - "new_cases_smoothed": 44.0, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8.563, - "new_cases_per_million": 1.903, - "new_cases_smoothed_per_million": 0.974, - "total_deaths_per_million": 0.133, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 442.0, - "total_tests": 2763.0, - "total_tests_per_thousand": 0.061, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 278.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 6.318, - "positive_rate": 0.158, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-26", - "total_cases": 502.0, - "new_cases": 115.0, - "new_cases_smoothed": 57.857, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 11.107, - "new_cases_per_million": 2.544, - "new_cases_smoothed_per_million": 1.28, - "total_deaths_per_million": 0.177, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 483.0, - "total_tests": 3246.0, - "total_tests_per_thousand": 0.072, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 328.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 5.669, - "positive_rate": 0.17600000000000002, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-27", - "total_cases": 589.0, - "new_cases": 87.0, - "new_cases_smoothed": 65.857, - "total_deaths": 12.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 13.032, - "new_cases_per_million": 1.925, - "new_cases_smoothed_per_million": 1.457, - "total_deaths_per_million": 0.266, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 362.0, - "total_tests": 3608.0, - "total_tests_per_thousand": 0.08, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 349.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 5.2989999999999995, - "positive_rate": 0.18899999999999997, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-28", - "total_cases": 690.0, - "new_cases": 101.0, - "new_cases_smoothed": 76.0, - "total_deaths": 17.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 15.267, - "new_cases_per_million": 2.235, - "new_cases_smoothed_per_million": 1.682, - "total_deaths_per_million": 0.376, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.044, - "new_tests": 411.0, - "total_tests": 4019.0, - "total_tests_per_thousand": 0.089, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 366.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 4.816, - "positive_rate": 0.20800000000000002, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-29", - "total_cases": 745.0, - "new_cases": 55.0, - "new_cases_smoothed": 74.286, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 16.484, - "new_cases_per_million": 1.217, - "new_cases_smoothed_per_million": 1.644, - "total_deaths_per_million": 0.42, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.047, - "new_tests": 622.0, - "total_tests": 4641.0, - "total_tests_per_thousand": 0.103, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 424.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 5.707999999999999, - "positive_rate": 0.175, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-30", - "total_cases": 820.0, - "new_cases": 75.0, - "new_cases_smoothed": 79.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 18.143, - "new_cases_per_million": 1.659, - "new_cases_smoothed_per_million": 1.751, - "total_deaths_per_million": 0.443, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.051, - "new_tests": 532.0, - "total_tests": 5173.0, - "total_tests_per_thousand": 0.114, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 463.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 5.85, - "positive_rate": 0.171, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-03-31", - "total_cases": 966.0, - "new_cases": 146.0, - "new_cases_smoothed": 95.0, - "total_deaths": 24.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 21.374, - "new_cases_per_million": 3.23, - "new_cases_smoothed_per_million": 2.102, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 587.0, - "total_tests": 5760.0, - "total_tests_per_thousand": 0.127, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 491.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 5.167999999999999, - "positive_rate": 0.193, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-01", - "total_cases": 966.0, - "new_cases": 0.0, - "new_cases_smoothed": 82.714, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 21.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.83, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.057, - "new_tests": 929.0, - "total_tests": 6689.0, - "total_tests_per_thousand": 0.148, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 561.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 6.782, - "positive_rate": 0.147, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-02", - "total_cases": 1133.0, - "new_cases": 167.0, - "new_cases_smoothed": 90.143, - "total_deaths": 31.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 25.069, - "new_cases_per_million": 3.695, - "new_cases_smoothed_per_million": 1.994, - "total_deaths_per_million": 0.686, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 1287.0, - "total_tests": 7976.0, - "total_tests_per_thousand": 0.176, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 676.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 7.499, - "positive_rate": 0.133, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-03", - "total_cases": 1133.0, - "new_cases": 0.0, - "new_cases_smoothed": 77.714, - "total_deaths": 34.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 25.069, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.72, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.07, - "new_tests": 1255.0, - "total_tests": 9231.0, - "total_tests_per_thousand": 0.204, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 803.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 10.333, - "positive_rate": 0.09699999999999999, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-04", - "total_cases": 1265.0, - "new_cases": 132.0, - "new_cases_smoothed": 82.143, - "total_deaths": 37.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 27.989, - "new_cases_per_million": 2.921, - "new_cases_smoothed_per_million": 1.817, - "total_deaths_per_million": 0.819, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1092.0, - "total_tests": 10323.0, - "total_tests_per_thousand": 0.228, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 901.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 10.969000000000001, - "positive_rate": 0.091, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-05", - "total_cases": 1451.0, - "new_cases": 186.0, - "new_cases_smoothed": 100.857, - "total_deaths": 43.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 32.105, - "new_cases_per_million": 4.115, - "new_cases_smoothed_per_million": 2.232, - "total_deaths_per_million": 0.951, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 820.0, - "total_tests": 11143.0, - "total_tests_per_thousand": 0.247, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 929.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 9.211, - "positive_rate": 0.109, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-06", - "total_cases": 1554.0, - "new_cases": 103.0, - "new_cases_smoothed": 104.857, - "total_deaths": 46.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 34.384, - "new_cases_per_million": 2.279, - "new_cases_smoothed_per_million": 2.32, - "total_deaths_per_million": 1.018, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.082, - "new_tests": 1094.0, - "total_tests": 12237.0, - "total_tests_per_thousand": 0.271, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 1009.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_per_case": 9.623, - "positive_rate": 0.10400000000000001, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-07", - "total_cases": 1628.0, - "new_cases": 74.0, - "new_cases_smoothed": 94.571, - "total_deaths": 53.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 36.021, - "new_cases_per_million": 1.637, - "new_cases_smoothed_per_million": 2.092, - "total_deaths_per_million": 1.173, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.092, - "new_tests": 1383.0, - "total_tests": 13620.0, - "total_tests_per_thousand": 0.301, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 1123.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 11.875, - "positive_rate": 0.084, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-08", - "total_cases": 1715.0, - "new_cases": 87.0, - "new_cases_smoothed": 107.0, - "total_deaths": 60.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 37.946, - "new_cases_per_million": 1.925, - "new_cases_smoothed_per_million": 2.367, - "total_deaths_per_million": 1.328, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 1540.0, - "total_tests": 15160.0, - "total_tests_per_thousand": 0.335, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 1210.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 11.308, - "positive_rate": 0.08800000000000001, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-09", - "total_cases": 1795.0, - "new_cases": 80.0, - "new_cases_smoothed": 94.571, - "total_deaths": 65.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 39.716, - "new_cases_per_million": 1.77, - "new_cases_smoothed_per_million": 2.092, - "total_deaths_per_million": 1.438, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 1440.0, - "total_tests": 16600.0, - "total_tests_per_thousand": 0.367, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 1232.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 13.027000000000001, - "positive_rate": 0.077, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-10", - "total_cases": 1894.0, - "new_cases": 99.0, - "new_cases_smoothed": 108.714, - "total_deaths": 79.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 41.907, - "new_cases_per_million": 2.19, - "new_cases_smoothed_per_million": 2.405, - "total_deaths_per_million": 1.748, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 1241.0, - "total_tests": 17841.0, - "total_tests_per_thousand": 0.395, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 1230.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 11.314, - "positive_rate": 0.08800000000000001, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-11", - "total_cases": 1975.0, - "new_cases": 81.0, - "new_cases_smoothed": 101.429, - "total_deaths": 82.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 43.699, - "new_cases_per_million": 1.792, - "new_cases_smoothed_per_million": 2.244, - "total_deaths_per_million": 1.814, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 1338.0, - "total_tests": 19179.0, - "total_tests_per_thousand": 0.424, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 1265.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 12.472000000000001, - "positive_rate": 0.08, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-12", - "total_cases": 2137.0, - "new_cases": 162.0, - "new_cases_smoothed": 98.0, - "total_deaths": 89.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 47.283, - "new_cases_per_million": 3.584, - "new_cases_smoothed_per_million": 2.168, - "total_deaths_per_million": 1.969, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.145, - "new_tests": 1070.0, - "total_tests": 20249.0, - "total_tests_per_thousand": 0.448, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 1301.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 13.276, - "positive_rate": 0.075, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-13", - "total_cases": 2203.0, - "new_cases": 66.0, - "new_cases_smoothed": 92.714, - "total_deaths": 95.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 48.743, - "new_cases_per_million": 1.46, - "new_cases_smoothed_per_million": 2.051, - "total_deaths_per_million": 2.102, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 1412.0, - "total_tests": 21661.0, - "total_tests_per_thousand": 0.479, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 1346.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 14.517999999999999, - "positive_rate": 0.069, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-14", - "total_cases": 2272.0, - "new_cases": 69.0, - "new_cases_smoothed": 92.0, - "total_deaths": 98.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 50.27, - "new_cases_per_million": 1.527, - "new_cases_smoothed_per_million": 2.036, - "total_deaths_per_million": 2.168, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 1668.0, - "total_tests": 23329.0, - "total_tests_per_thousand": 0.516, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 1387.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 15.075999999999999, - "positive_rate": 0.066, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-15", - "total_cases": 2432.0, - "new_cases": 160.0, - "new_cases_smoothed": 102.429, - "total_deaths": 105.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 53.81, - "new_cases_per_million": 3.54, - "new_cases_smoothed_per_million": 2.266, - "total_deaths_per_million": 2.323, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 1694.0, - "total_tests": 25023.0, - "total_tests_per_thousand": 0.554, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 1409.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 13.755999999999998, - "positive_rate": 0.073, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-16", - "total_cases": 2432.0, - "new_cases": 0.0, - "new_cases_smoothed": 91.0, - "total_deaths": 109.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 53.81, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.013, - "total_deaths_per_million": 2.412, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.139, - "new_tests": 1730.0, - "total_tests": 26753.0, - "total_tests_per_thousand": 0.592, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 1450.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 15.934000000000001, - "positive_rate": 0.063, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-17", - "total_cases": 2560.0, - "new_cases": 128.0, - "new_cases_smoothed": 95.143, - "total_deaths": 115.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 56.642, - "new_cases_per_million": 2.832, - "new_cases_smoothed_per_million": 2.105, - "total_deaths_per_million": 2.544, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 1702.0, - "total_tests": 28455.0, - "total_tests_per_thousand": 0.63, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 1516.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 15.934000000000001, - "positive_rate": 0.063, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-18", - "total_cases": 2658.0, - "new_cases": 98.0, - "new_cases_smoothed": 97.571, - "total_deaths": 122.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 58.811, - "new_cases_per_million": 2.168, - "new_cases_smoothed_per_million": 2.159, - "total_deaths_per_million": 2.699, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 1645.0, - "total_tests": 30100.0, - "total_tests_per_thousand": 0.666, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 1560.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 15.988, - "positive_rate": 0.063, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-19", - "total_cases": 2828.0, - "new_cases": 170.0, - "new_cases_smoothed": 98.714, - "total_deaths": 132.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 62.572, - "new_cases_per_million": 3.761, - "new_cases_smoothed_per_million": 2.184, - "total_deaths_per_million": 2.921, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.136, - "new_tests": 1176.0, - "total_tests": 31276.0, - "total_tests_per_thousand": 0.692, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 1575.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 15.955, - "positive_rate": 0.063, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-20", - "total_cases": 2930.0, - "new_cases": 102.0, - "new_cases_smoothed": 103.857, - "total_deaths": 134.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 64.829, - "new_cases_per_million": 2.257, - "new_cases_smoothed_per_million": 2.298, - "total_deaths_per_million": 2.965, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 1808.0, - "total_tests": 33084.0, - "total_tests_per_thousand": 0.732, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 1632.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 15.714, - "positive_rate": 0.064, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-21", - "total_cases": 3020.0, - "new_cases": 90.0, - "new_cases_smoothed": 106.857, - "total_deaths": 142.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 66.82, - "new_cases_per_million": 1.991, - "new_cases_smoothed_per_million": 2.364, - "total_deaths_per_million": 3.142, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.139, - "new_tests": 2273.0, - "total_tests": 35357.0, - "total_tests_per_thousand": 0.782, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 1718.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 16.078, - "positive_rate": 0.062, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-22", - "total_cases": 3132.0, - "new_cases": 112.0, - "new_cases_smoothed": 100.0, - "total_deaths": 151.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 69.299, - "new_cases_per_million": 2.478, - "new_cases_smoothed_per_million": 2.213, - "total_deaths_per_million": 3.341, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.145, - "new_tests": 1999.0, - "total_tests": 37356.0, - "total_tests_per_thousand": 0.827, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1762.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 17.62, - "positive_rate": 0.057, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-23", - "total_cases": 3276.0, - "new_cases": 144.0, - "new_cases_smoothed": 120.571, - "total_deaths": 159.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 72.485, - "new_cases_per_million": 3.186, - "new_cases_smoothed_per_million": 2.668, - "total_deaths_per_million": 3.518, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.158, - "new_tests": 2183.0, - "total_tests": 39539.0, - "total_tests_per_thousand": 0.875, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 1827.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 15.152999999999999, - "positive_rate": 0.066, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-24", - "total_cases": 3423.0, - "new_cases": 147.0, - "new_cases_smoothed": 123.286, - "total_deaths": 165.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 75.737, - "new_cases_per_million": 3.253, - "new_cases_smoothed_per_million": 2.728, - "total_deaths_per_million": 3.651, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.158, - "new_tests": 2458.0, - "total_tests": 41997.0, - "total_tests_per_thousand": 0.929, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 1935.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 15.695, - "positive_rate": 0.064, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-25", - "total_cases": 3423.0, - "new_cases": 0.0, - "new_cases_smoothed": 109.286, - "total_deaths": 167.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 75.737, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.418, - "total_deaths_per_million": 3.695, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 2058.0, - "total_tests": 44055.0, - "total_tests_per_thousand": 0.975, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 1994.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 18.246, - "positive_rate": 0.055, - "tests_units": "people tested", - "stringency_index": 100.0 - }, - { - "date": "2020-04-26", - "total_cases": 3767.0, - "new_cases": 344.0, - "new_cases_smoothed": 134.143, - "total_deaths": 185.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 83.348, - "new_cases_per_million": 7.611, - "new_cases_smoothed_per_million": 2.968, - "total_deaths_per_million": 4.093, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 1413.0, - "total_tests": 45468.0, - "total_tests_per_thousand": 1.006, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 2027.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 15.110999999999999, - "positive_rate": 0.066, - "tests_units": "people tested", - "stringency_index": 98.15 - }, - { - "date": "2020-04-27", - "total_cases": 3767.0, - "new_cases": 0.0, - "new_cases_smoothed": 119.571, - "total_deaths": 186.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 83.348, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.646, - "total_deaths_per_million": 4.115, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 1781.0, - "total_tests": 47249.0, - "total_tests_per_thousand": 1.045, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 2024.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 16.927, - "positive_rate": 0.059000000000000004, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-04-28", - "total_cases": 3990.0, - "new_cases": 223.0, - "new_cases_smoothed": 138.571, - "total_deaths": 197.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 88.283, - "new_cases_per_million": 4.934, - "new_cases_smoothed_per_million": 3.066, - "total_deaths_per_million": 4.359, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 2100.0, - "total_tests": 49349.0, - "total_tests_per_thousand": 1.092, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 1999.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 14.425999999999998, - "positive_rate": 0.069, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-04-29", - "total_cases": 4114.0, - "new_cases": 124.0, - "new_cases_smoothed": 140.286, - "total_deaths": 207.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 91.026, - "new_cases_per_million": 2.744, - "new_cases_smoothed_per_million": 3.104, - "total_deaths_per_million": 4.58, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.177, - "new_tests": 2388.0, - "total_tests": 51737.0, - "total_tests_per_thousand": 1.145, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 2054.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 14.642000000000001, - "positive_rate": 0.068, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-04-30", - "total_cases": 4272.0, - "new_cases": 158.0, - "new_cases_smoothed": 142.286, - "total_deaths": 214.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 94.522, - "new_cases_per_million": 3.496, - "new_cases_smoothed_per_million": 3.148, - "total_deaths_per_million": 4.735, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 2180.0, - "total_tests": 53917.0, - "total_tests_per_thousand": 1.193, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 2054.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 14.436, - "positive_rate": 0.069, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-01", - "total_cases": 4415.0, - "new_cases": 143.0, - "new_cases_smoothed": 141.714, - "total_deaths": 218.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 97.686, - "new_cases_per_million": 3.164, - "new_cases_smoothed_per_million": 3.136, - "total_deaths_per_million": 4.823, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 1971.0, - "total_tests": 55888.0, - "total_tests_per_thousand": 1.237, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1984.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 14.0, - "positive_rate": 0.071, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-02", - "total_cases": 4519.0, - "new_cases": 104.0, - "new_cases_smoothed": 156.571, - "total_deaths": 225.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 99.987, - "new_cases_per_million": 2.301, - "new_cases_smoothed_per_million": 3.464, - "total_deaths_per_million": 4.978, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.183, - "new_tests": 1500.0, - "total_tests": 57388.0, - "total_tests_per_thousand": 1.27, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 1905.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 12.167, - "positive_rate": 0.08199999999999999, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-03", - "total_cases": 4668.0, - "new_cases": 149.0, - "new_cases_smoothed": 128.714, - "total_deaths": 237.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 103.284, - "new_cases_per_million": 3.297, - "new_cases_smoothed_per_million": 2.848, - "total_deaths_per_million": 5.244, - "new_deaths_per_million": 0.266, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 1324.0, - "total_tests": 58712.0, - "total_tests_per_thousand": 1.299, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 1892.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 14.699000000000002, - "positive_rate": 0.068, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-04", - "total_cases": 4770.0, - "new_cases": 102.0, - "new_cases_smoothed": 143.286, - "total_deaths": 246.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 105.541, - "new_cases_per_million": 2.257, - "new_cases_smoothed_per_million": 3.17, - "total_deaths_per_million": 5.443, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 1876.0, - "total_tests": 60588.0, - "total_tests_per_thousand": 1.341, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 1906.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 13.302, - "positive_rate": 0.075, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-05", - "total_cases": 4874.0, - "new_cases": 104.0, - "new_cases_smoothed": 126.286, - "total_deaths": 260.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 107.842, - "new_cases_per_million": 2.301, - "new_cases_smoothed_per_million": 2.794, - "total_deaths_per_million": 5.753, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 2345.0, - "total_tests": 62933.0, - "total_tests_per_thousand": 1.392, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 1941.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 15.37, - "positive_rate": 0.065, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-06", - "total_cases": 5007.0, - "new_cases": 133.0, - "new_cases_smoothed": 127.571, - "total_deaths": 264.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 110.785, - "new_cases_per_million": 2.943, - "new_cases_smoothed_per_million": 2.823, - "total_deaths_per_million": 5.841, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 2163.0, - "total_tests": 65096.0, - "total_tests_per_thousand": 1.44, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 1908.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 14.956, - "positive_rate": 0.067, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-07", - "total_cases": 5195.0, - "new_cases": 188.0, - "new_cases_smoothed": 131.857, - "total_deaths": 273.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 114.944, - "new_cases_per_million": 4.16, - "new_cases_smoothed_per_million": 2.917, - "total_deaths_per_million": 6.04, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.186, - "new_tests": 2274.0, - "total_tests": 67370.0, - "total_tests_per_thousand": 1.491, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 1922.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 14.575999999999999, - "positive_rate": 0.069, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-08", - "total_cases": 5358.0, - "new_cases": 163.0, - "new_cases_smoothed": 134.714, - "total_deaths": 282.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 118.551, - "new_cases_per_million": 3.607, - "new_cases_smoothed_per_million": 2.981, - "total_deaths_per_million": 6.24, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 2073.0, - "total_tests": 69443.0, - "total_tests_per_thousand": 1.536, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 1936.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 14.370999999999999, - "positive_rate": 0.07, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-09", - "total_cases": 5598.0, - "new_cases": 240.0, - "new_cases_smoothed": 154.143, - "total_deaths": 293.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 123.861, - "new_cases_per_million": 5.31, - "new_cases_smoothed_per_million": 3.411, - "total_deaths_per_million": 6.483, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 1944.0, - "total_tests": 71387.0, - "total_tests_per_thousand": 1.58, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 2000.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 12.975, - "positive_rate": 0.077, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-10", - "total_cases": 5763.0, - "new_cases": 165.0, - "new_cases_smoothed": 156.429, - "total_deaths": 300.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 127.512, - "new_cases_per_million": 3.651, - "new_cases_smoothed_per_million": 3.461, - "total_deaths_per_million": 6.638, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 1426.0, - "total_tests": 72813.0, - "total_tests_per_thousand": 1.611, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 2014.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 12.875, - "positive_rate": 0.078, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-05-11", - "total_cases": 5776.0, - "new_cases": 13.0, - "new_cases_smoothed": 143.714, - "total_deaths": 300.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 127.8, - "new_cases_per_million": 0.288, - "new_cases_smoothed_per_million": 3.18, - "total_deaths_per_million": 6.638, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.171, - "new_tests": 2360.0, - "total_tests": 75173.0, - "total_tests_per_thousand": 1.663, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 2084.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 14.501, - "positive_rate": 0.069, - "tests_units": "people tested", - "stringency_index": 94.44 - }, - { - "date": "2020-05-12", - "total_cases": 6021.0, - "new_cases": 245.0, - "new_cases_smoothed": 163.857, - "total_deaths": 305.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 133.22, - "new_cases_per_million": 5.421, - "new_cases_smoothed_per_million": 3.625, - "total_deaths_per_million": 6.748, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 2441.0, - "total_tests": 77614.0, - "total_tests_per_thousand": 1.717, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 2097.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 12.798, - "positive_rate": 0.078, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-13", - "total_cases": 6550.0, - "new_cases": 529.0, - "new_cases_smoothed": 220.429, - "total_deaths": 319.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 144.925, - "new_cases_per_million": 11.705, - "new_cases_smoothed_per_million": 4.877, - "total_deaths_per_million": 7.058, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 2732.0, - "total_tests": 80346.0, - "total_tests_per_thousand": 1.778, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 2179.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 9.885, - "positive_rate": 0.10099999999999999, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-14", - "total_cases": 6866.0, - "new_cases": 316.0, - "new_cases_smoothed": 238.714, - "total_deaths": 329.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 151.917, - "new_cases_per_million": 6.992, - "new_cases_smoothed_per_million": 5.282, - "total_deaths_per_million": 7.279, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.177, - "new_tests": 2536.0, - "total_tests": 82882.0, - "total_tests_per_thousand": 1.834, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 2216.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 9.283, - "positive_rate": 0.10800000000000001, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-15", - "total_cases": 7121.0, - "new_cases": 255.0, - "new_cases_smoothed": 251.857, - "total_deaths": 353.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 157.559, - "new_cases_per_million": 5.642, - "new_cases_smoothed_per_million": 5.573, - "total_deaths_per_million": 7.81, - "new_deaths_per_million": 0.531, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 2803.0, - "total_tests": 85685.0, - "total_tests_per_thousand": 1.896, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 2320.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 9.212, - "positive_rate": 0.109, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-16", - "total_cases": 7466.0, - "new_cases": 345.0, - "new_cases_smoothed": 266.857, - "total_deaths": 356.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 165.192, - "new_cases_per_million": 7.633, - "new_cases_smoothed_per_million": 5.904, - "total_deaths_per_million": 7.877, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 2443.0, - "total_tests": 88128.0, - "total_tests_per_thousand": 1.95, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 2392.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 8.964, - "positive_rate": 0.11199999999999999, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-17", - "total_cases": 7792.0, - "new_cases": 326.0, - "new_cases_smoothed": 289.857, - "total_deaths": 363.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 172.405, - "new_cases_per_million": 7.213, - "new_cases_smoothed_per_million": 6.413, - "total_deaths_per_million": 8.032, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 1806.0, - "total_tests": 89934.0, - "total_tests_per_thousand": 1.99, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 2446.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 8.439, - "positive_rate": 0.11900000000000001, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-18", - "total_cases": 7792.0, - "new_cases": 0.0, - "new_cases_smoothed": 288.0, - "total_deaths": 366.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 172.405, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.372, - "total_deaths_per_million": 8.098, - "new_deaths_per_million": 0.066, - "new_deaths_smoothed_per_million": 0.209, - "new_tests": 2776.0, - "total_tests": 92710.0, - "total_tests_per_thousand": 2.051, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 2505.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 8.698, - "positive_rate": 0.115, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-19", - "total_cases": 8358.0, - "new_cases": 566.0, - "new_cases_smoothed": 333.857, - "total_deaths": 382.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 184.929, - "new_cases_per_million": 12.523, - "new_cases_smoothed_per_million": 7.387, - "total_deaths_per_million": 8.452, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.243, - "new_tests": 3781.0, - "total_tests": 96491.0, - "total_tests_per_thousand": 2.135, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 2697.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 8.078, - "positive_rate": 0.124, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-20", - "total_cases": 8796.0, - "new_cases": 438.0, - "new_cases_smoothed": 320.857, - "total_deaths": 393.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 194.62, - "new_cases_per_million": 9.691, - "new_cases_smoothed_per_million": 7.099, - "total_deaths_per_million": 8.696, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 3659.0, - "total_tests": 100150.0, - "total_tests_per_thousand": 2.216, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 2829.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_per_case": 8.817, - "positive_rate": 0.113, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-21", - "total_cases": 9270.0, - "new_cases": 474.0, - "new_cases_smoothed": 343.429, - "total_deaths": 403.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 205.108, - "new_cases_per_million": 10.488, - "new_cases_smoothed_per_million": 7.599, - "total_deaths_per_million": 8.917, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 3902.0, - "total_tests": 104052.0, - "total_tests_per_thousand": 2.302, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 3024.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_per_case": 8.805, - "positive_rate": 0.114, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-22", - "total_cases": 9918.0, - "new_cases": 648.0, - "new_cases_smoothed": 399.571, - "total_deaths": 416.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 219.445, - "new_cases_per_million": 14.338, - "new_cases_smoothed_per_million": 8.841, - "total_deaths_per_million": 9.204, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 3980.0, - "total_tests": 108032.0, - "total_tests_per_thousand": 2.39, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 3192.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_per_case": 7.989, - "positive_rate": 0.125, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-23", - "total_cases": 10636.0, - "new_cases": 718.0, - "new_cases_smoothed": 452.857, - "total_deaths": 433.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 235.332, - "new_cases_per_million": 15.886, - "new_cases_smoothed_per_million": 10.02, - "total_deaths_per_million": 9.581, - "new_deaths_per_million": 0.376, - "new_deaths_smoothed_per_million": 0.243, - "new_tests": 2979.0, - "total_tests": 111011.0, - "total_tests_per_thousand": 2.456, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 3269.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 7.218999999999999, - "positive_rate": 0.139, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-24", - "total_cases": 11340.0, - "new_cases": 704.0, - "new_cases_smoothed": 506.857, - "total_deaths": 445.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 250.908, - "new_cases_per_million": 15.577, - "new_cases_smoothed_per_million": 11.215, - "total_deaths_per_million": 9.846, - "new_deaths_per_million": 0.266, - "new_deaths_smoothed_per_million": 0.259, - "new_tests": 2428.0, - "total_tests": 113439.0, - "total_tests_per_thousand": 2.51, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 3358.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 6.625, - "positive_rate": 0.151, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-25", - "total_cases": 12063.0, - "new_cases": 723.0, - "new_cases_smoothed": 610.143, - "total_deaths": 452.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 266.905, - "new_cases_per_million": 15.997, - "new_cases_smoothed_per_million": 13.5, - "total_deaths_per_million": 10.001, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 2942.0, - "total_tests": 116381.0, - "total_tests_per_thousand": 2.575, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 3382.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 5.542999999999999, - "positive_rate": 0.18, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-26", - "total_cases": 12615.0, - "new_cases": 552.0, - "new_cases_smoothed": 608.143, - "total_deaths": 467.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 279.119, - "new_cases_per_million": 12.214, - "new_cases_smoothed_per_million": 13.456, - "total_deaths_per_million": 10.333, - "new_deaths_per_million": 0.332, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 3392.0, - "total_tests": 119773.0, - "total_tests_per_thousand": 2.65, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 3326.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 5.468999999999999, - "positive_rate": 0.183, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-27", - "total_cases": 13215.0, - "new_cases": 600.0, - "new_cases_smoothed": 631.286, - "total_deaths": 484.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 292.395, - "new_cases_per_million": 13.276, - "new_cases_smoothed_per_million": 13.968, - "total_deaths_per_million": 10.709, - "new_deaths_per_million": 0.376, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 3969.0, - "total_tests": 123742.0, - "total_tests_per_thousand": 2.738, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 3370.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 5.337999999999999, - "positive_rate": 0.187, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-28", - "total_cases": 13920.0, - "new_cases": 705.0, - "new_cases_smoothed": 664.286, - "total_deaths": 500.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 307.993, - "new_cases_per_million": 15.599, - "new_cases_smoothed_per_million": 14.698, - "total_deaths_per_million": 11.063, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.307, - "new_tests": 4143.0, - "total_tests": 127885.0, - "total_tests_per_thousand": 2.83, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 3405.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 5.126, - "positive_rate": 0.195, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-29", - "total_cases": 14689.0, - "new_cases": 769.0, - "new_cases_smoothed": 681.571, - "total_deaths": 508.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 325.008, - "new_cases_per_million": 17.015, - "new_cases_smoothed_per_million": 15.08, - "total_deaths_per_million": 11.24, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.291, - "new_tests": 4486.0, - "total_tests": 132371.0, - "total_tests_per_thousand": 2.929, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 3477.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 5.101, - "positive_rate": 0.196, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-30", - "total_cases": 15406.0, - "new_cases": 717.0, - "new_cases_smoothed": 681.429, - "total_deaths": 520.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 340.873, - "new_cases_per_million": 15.864, - "new_cases_smoothed_per_million": 15.077, - "total_deaths_per_million": 11.505, - "new_deaths_per_million": 0.266, - "new_deaths_smoothed_per_million": 0.275, - "new_tests": 3505.0, - "total_tests": 135876.0, - "total_tests_per_thousand": 3.006, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 3552.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 5.212999999999999, - "positive_rate": 0.192, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-31", - "total_cases": 16201.0, - "new_cases": 795.0, - "new_cases_smoothed": 694.429, - "total_deaths": 528.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 358.463, - "new_cases_per_million": 17.59, - "new_cases_smoothed_per_million": 15.365, - "total_deaths_per_million": 11.683, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.262, - "new_tests": 2537.0, - "total_tests": 138413.0, - "total_tests_per_thousand": 3.063, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 3568.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 5.138, - "positive_rate": 0.195, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-06-01", - "total_cases": 16838.0, - "new_cases": 637.0, - "new_cases_smoothed": 682.143, - "total_deaths": 539.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 372.557, - "new_cases_per_million": 14.094, - "new_cases_smoothed_per_million": 15.093, - "total_deaths_per_million": 11.926, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.275, - "new_tests": 3567.0, - "total_tests": 141980.0, - "total_tests_per_thousand": 3.141, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 3657.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 5.361000000000001, - "positive_rate": 0.187, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-06-02", - "total_cases": 17402.0, - "new_cases": 564.0, - "new_cases_smoothed": 683.857, - "total_deaths": 556.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 385.036, - "new_cases_per_million": 12.479, - "new_cases_smoothed_per_million": 15.131, - "total_deaths_per_million": 12.302, - "new_deaths_per_million": 0.376, - "new_deaths_smoothed_per_million": 0.281, - "new_tests": 4000.0, - "total_tests": 145980.0, - "total_tests_per_thousand": 3.23, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 3744.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 5.475, - "positive_rate": 0.183, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-06-03", - "total_cases": 18306.0, - "new_cases": 904.0, - "new_cases_smoothed": 727.286, - "total_deaths": 569.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 405.038, - "new_cases_per_million": 20.002, - "new_cases_smoothed_per_million": 16.092, - "total_deaths_per_million": 12.59, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 4532.0, - "total_tests": 150512.0, - "total_tests_per_thousand": 3.33, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 3824.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 5.257999999999999, - "positive_rate": 0.19, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-06-04", - "total_cases": 19255.0, - "new_cases": 949.0, - "new_cases_smoothed": 762.143, - "total_deaths": 583.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 426.035, - "new_cases_per_million": 20.998, - "new_cases_smoothed_per_million": 16.863, - "total_deaths_per_million": 12.899, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.262, - "new_tests": 4158.0, - "total_tests": 154670.0, - "total_tests_per_thousand": 3.422, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 3826.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 5.02, - "positive_rate": 0.19899999999999998, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-06-05", - "total_cases": 19255.0, - "new_cases": 0.0, - "new_cases_smoothed": 652.286, - "total_deaths": 588.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 426.035, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.432, - "total_deaths_per_million": 13.01, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.253, - "new_tests": 4526.0, - "total_tests": 159196.0, - "total_tests_per_thousand": 3.522, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 3832.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 5.875, - "positive_rate": 0.17, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-06", - "total_cases": 21024.0, - "new_cases": 1769.0, - "new_cases_smoothed": 802.571, - "total_deaths": 632.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 465.176, - "new_cases_per_million": 39.141, - "new_cases_smoothed_per_million": 17.758, - "total_deaths_per_million": 13.984, - "new_deaths_per_million": 0.974, - "new_deaths_smoothed_per_million": 0.354, - "new_tests": 4240.0, - "total_tests": 163436.0, - "total_tests_per_thousand": 3.616, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 3937.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 4.905, - "positive_rate": 0.204, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-07", - "total_cases": 22007.0, - "new_cases": 983.0, - "new_cases_smoothed": 829.429, - "total_deaths": 648.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 486.926, - "new_cases_per_million": 21.75, - "new_cases_smoothed_per_million": 18.352, - "total_deaths_per_million": 14.338, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.379, - "new_tests": 2414.0, - "total_tests": 165850.0, - "total_tests_per_thousand": 3.67, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 3920.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 4.726, - "positive_rate": 0.212, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-08", - "total_cases": 22781.0, - "new_cases": 774.0, - "new_cases_smoothed": 849.0, - "total_deaths": 664.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 504.052, - "new_cases_per_million": 17.125, - "new_cases_smoothed_per_million": 18.785, - "total_deaths_per_million": 14.692, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.395, - "new_tests": 4282.0, - "total_tests": 170132.0, - "total_tests_per_thousand": 3.764, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 4022.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_per_case": 4.737, - "positive_rate": 0.21100000000000002, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-09", - "total_cases": 23607.0, - "new_cases": 826.0, - "new_cases_smoothed": 886.429, - "total_deaths": 693.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 522.328, - "new_cases_per_million": 18.276, - "new_cases_smoothed_per_million": 19.613, - "total_deaths_per_million": 15.333, - "new_deaths_per_million": 0.642, - "new_deaths_smoothed_per_million": 0.433, - "new_tests": 4851.0, - "total_tests": 174983.0, - "total_tests_per_thousand": 3.872, - "new_tests_per_thousand": 0.107, - "new_tests_smoothed": 4143.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 4.6739999999999995, - "positive_rate": 0.214, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-10", - "total_cases": 24748.0, - "new_cases": 1141.0, - "new_cases_smoothed": 920.286, - "total_deaths": 717.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 547.573, - "new_cases_per_million": 25.246, - "new_cases_smoothed_per_million": 20.362, - "total_deaths_per_million": 15.864, - "new_deaths_per_million": 0.531, - "new_deaths_smoothed_per_million": 0.468, - "new_tests": 5148.0, - "total_tests": 180131.0, - "total_tests_per_thousand": 3.986, - "new_tests_per_thousand": 0.114, - "new_tests_smoothed": 4231.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_per_case": 4.5969999999999995, - "positive_rate": 0.218, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-11", - "total_cases": 25987.0, - "new_cases": 1239.0, - "new_cases_smoothed": 961.714, - "total_deaths": 735.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 574.987, - "new_cases_per_million": 27.414, - "new_cases_smoothed_per_million": 21.279, - "total_deaths_per_million": 16.263, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.48, - "new_tests": 5490.0, - "total_tests": 185621.0, - "total_tests_per_thousand": 4.107, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 4422.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 4.598, - "positive_rate": 0.217, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-12", - "total_cases": 27360.0, - "new_cases": 1373.0, - "new_cases_smoothed": 1157.857, - "total_deaths": 765.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 25.286, - "total_cases_per_million": 605.366, - "new_cases_per_million": 30.379, - "new_cases_smoothed_per_million": 25.619, - "total_deaths_per_million": 16.926, - "new_deaths_per_million": 0.664, - "new_deaths_smoothed_per_million": 0.559, - "new_tests": 6130.0, - "total_tests": 191751.0, - "total_tests_per_thousand": 4.243, - "new_tests_per_thousand": 0.136, - "new_tests_smoothed": 4651.0, - "new_tests_smoothed_per_thousand": 0.103, - "tests_per_case": 4.0169999999999995, - "positive_rate": 0.249, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-13", - "total_cases": 28751.0, - "new_cases": 1391.0, - "new_cases_smoothed": 1103.857, - "total_deaths": 785.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 636.144, - "new_cases_per_million": 30.777, - "new_cases_smoothed_per_million": 24.424, - "total_deaths_per_million": 17.369, - "new_deaths_per_million": 0.443, - "new_deaths_smoothed_per_million": 0.484, - "new_tests": 5575.0, - "total_tests": 197326.0, - "total_tests_per_thousand": 4.366, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 4841.0, - "new_tests_smoothed_per_thousand": 0.107, - "tests_per_case": 4.386, - "positive_rate": 0.228, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-14", - "total_cases": 30282.0, - "new_cases": 1531.0, - "new_cases_smoothed": 1182.143, - "total_deaths": 815.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 23.857, - "total_cases_per_million": 670.018, - "new_cases_per_million": 33.875, - "new_cases_smoothed_per_million": 26.156, - "total_deaths_per_million": 18.033, - "new_deaths_per_million": 0.664, - "new_deaths_smoothed_per_million": 0.528, - "new_tests": 3690.0, - "total_tests": 201016.0, - "total_tests_per_thousand": 4.448, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 5024.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 4.25, - "positive_rate": 0.235, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-15", - "total_cases": 31564.0, - "new_cases": 1282.0, - "new_cases_smoothed": 1254.714, - "total_deaths": 833.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 24.143, - "total_cases_per_million": 698.384, - "new_cases_per_million": 28.365, - "new_cases_smoothed_per_million": 27.762, - "total_deaths_per_million": 18.431, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.534, - "new_tests": 4132.0, - "total_tests": 205148.0, - "total_tests_per_thousand": 4.539, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 5002.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 3.987, - "positive_rate": 0.251, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-16", - "total_cases": 32772.0, - "new_cases": 1208.0, - "new_cases_smoothed": 1309.286, - "total_deaths": 854.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 23.0, - "total_cases_per_million": 725.112, - "new_cases_per_million": 26.728, - "new_cases_smoothed_per_million": 28.969, - "total_deaths_per_million": 18.896, - "new_deaths_per_million": 0.465, - "new_deaths_smoothed_per_million": 0.509, - "new_tests": 5294.0, - "total_tests": 210442.0, - "total_tests_per_thousand": 4.656, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 5066.0, - "new_tests_smoothed_per_thousand": 0.112, - "tests_per_case": 3.8689999999999998, - "positive_rate": 0.258, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-17", - "total_cases": 34146.0, - "new_cases": 1374.0, - "new_cases_smoothed": 1342.571, - "total_deaths": 878.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 23.0, - "total_cases_per_million": 755.513, - "new_cases_per_million": 30.401, - "new_cases_smoothed_per_million": 29.706, - "total_deaths_per_million": 19.427, - "new_deaths_per_million": 0.531, - "new_deaths_smoothed_per_million": 0.509, - "new_tests": 6498.0, - "total_tests": 216940.0, - "total_tests_per_thousand": 4.8, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 5258.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 3.9160000000000004, - "positive_rate": 0.255, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-18", - "total_cases": 35539.0, - "new_cases": 1393.0, - "new_cases_smoothed": 1364.571, - "total_deaths": 913.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 786.335, - "new_cases_per_million": 30.821, - "new_cases_smoothed_per_million": 30.192, - "total_deaths_per_million": 20.201, - "new_deaths_per_million": 0.774, - "new_deaths_smoothed_per_million": 0.563, - "new_tests": 6928.0, - "total_tests": 223868.0, - "total_tests_per_thousand": 4.953, - "new_tests_per_thousand": 0.153, - "new_tests_smoothed": 5464.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_per_case": 4.004, - "positive_rate": 0.25, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-19", - "total_cases": 35539.0, - "new_cases": 0.0, - "new_cases_smoothed": 1168.429, - "total_deaths": 929.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 23.429, - "total_cases_per_million": 786.335, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 25.853, - "total_deaths_per_million": 20.555, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.518, - "new_tests": 7068.0, - "total_tests": 230936.0, - "total_tests_per_thousand": 5.11, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 5598.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_per_case": 4.791, - "positive_rate": 0.209, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-20", - "total_cases": 39557.0, - "new_cases": 4018.0, - "new_cases_smoothed": 1543.714, - "total_deaths": 979.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 27.714, - "total_cases_per_million": 875.237, - "new_cases_per_million": 88.902, - "new_cases_smoothed_per_million": 34.156, - "total_deaths_per_million": 21.661, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 0.613, - "new_tests": 7052.0, - "total_tests": 237988.0, - "total_tests_per_thousand": 5.266, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 5809.0, - "new_tests_smoothed_per_thousand": 0.129, - "tests_per_case": 3.763, - "positive_rate": 0.266, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-21", - "total_cases": 41191.0, - "new_cases": 1634.0, - "new_cases_smoothed": 1558.429, - "total_deaths": 992.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 25.286, - "total_cases_per_million": 911.39, - "new_cases_per_million": 36.154, - "new_cases_smoothed_per_million": 34.482, - "total_deaths_per_million": 21.949, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.559, - "new_tests": 4405.0, - "total_tests": 242393.0, - "total_tests_per_thousand": 5.363, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 5911.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_per_case": 3.793, - "positive_rate": 0.264, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-22", - "total_cases": 42772.0, - "new_cases": 1581.0, - "new_cases_smoothed": 1601.143, - "total_deaths": 1011.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 946.372, - "new_cases_per_million": 34.981, - "new_cases_smoothed_per_million": 35.427, - "total_deaths_per_million": 22.369, - "new_deaths_per_million": 0.42, - "new_deaths_smoothed_per_million": 0.563, - "new_tests": 6565.0, - "total_tests": 248958.0, - "total_tests_per_thousand": 5.508, - "new_tests_per_thousand": 0.145, - "new_tests_smoothed": 6259.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_per_case": 3.909, - "positive_rate": 0.256, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-23", - "total_cases": 44918.0, - "new_cases": 2146.0, - "new_cases_smoothed": 1735.143, - "total_deaths": 1043.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 27.0, - "total_cases_per_million": 993.854, - "new_cases_per_million": 47.482, - "new_cases_smoothed_per_million": 38.392, - "total_deaths_per_million": 23.077, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.597, - "new_tests": 7973.0, - "total_tests": 256931.0, - "total_tests_per_thousand": 5.685, - "new_tests_per_thousand": 0.176, - "new_tests_smoothed": 6641.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_per_case": 3.827, - "positive_rate": 0.261, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-24", - "total_cases": 44918.0, - "new_cases": 0.0, - "new_cases_smoothed": 1538.857, - "total_deaths": 1049.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 993.854, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.049, - "total_deaths_per_million": 23.21, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.541, - "new_tests": 7781.0, - "total_tests": 264712.0, - "total_tests_per_thousand": 5.857, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 6825.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_per_case": 4.435, - "positive_rate": 0.225, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-25", - "total_cases": 49838.0, - "new_cases": 4920.0, - "new_cases_smoothed": 2042.714, - "total_deaths": 1085.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 1102.714, - "new_cases_per_million": 108.86, - "new_cases_smoothed_per_million": 45.197, - "total_deaths_per_million": 24.007, - "new_deaths_per_million": 0.797, - "new_deaths_smoothed_per_million": 0.544, - "new_tests": 8461.0, - "total_tests": 273173.0, - "total_tests_per_thousand": 6.044, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 7044.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_per_case": 3.448, - "positive_rate": 0.29, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-26", - "total_cases": 52444.0, - "new_cases": 2606.0, - "new_cases_smoothed": 2415.0, - "total_deaths": 1124.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 27.857, - "total_cases_per_million": 1160.374, - "new_cases_per_million": 57.66, - "new_cases_smoothed_per_million": 53.434, - "total_deaths_per_million": 24.87, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.616, - "new_tests": 8749.0, - "total_tests": 281922.0, - "total_tests_per_thousand": 6.238, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 7284.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 3.016, - "positive_rate": 0.332, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-27", - "total_cases": 52444.0, - "new_cases": 0.0, - "new_cases_smoothed": 1841.0, - "total_deaths": 1167.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 26.857, - "total_cases_per_million": 1160.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 40.734, - "total_deaths_per_million": 25.821, - "new_deaths_per_million": 0.951, - "new_deaths_smoothed_per_million": 0.594, - "new_tests": 7267.0, - "total_tests": 289189.0, - "total_tests_per_thousand": 6.399, - "new_tests_per_thousand": 0.161, - "new_tests_smoothed": 7314.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 3.9730000000000003, - "positive_rate": 0.252, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-28", - "total_cases": 57731.0, - "new_cases": 5287.0, - "new_cases_smoothed": 2362.857, - "total_deaths": 1207.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 30.714, - "total_cases_per_million": 1277.354, - "new_cases_per_million": 116.98, - "new_cases_smoothed_per_million": 52.28, - "total_deaths_per_million": 26.706, - "new_deaths_per_million": 0.885, - "new_deaths_smoothed_per_million": 0.68, - "new_tests": 4700.0, - "total_tests": 293889.0, - "total_tests_per_thousand": 6.503, - "new_tests_per_thousand": 0.104, - "new_tests_smoothed": 7357.0, - "new_tests_smoothed_per_thousand": 0.163, - "tests_per_case": 3.114, - "positive_rate": 0.321, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-29", - "total_cases": 57731.0, - "new_cases": 0.0, - "new_cases_smoothed": 2137.0, - "total_deaths": 1217.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 29.429, - "total_cases_per_million": 1277.354, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 47.283, - "total_deaths_per_million": 26.927, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.651, - "new_tests": 7138.0, - "total_tests": 301027.0, - "total_tests_per_thousand": 6.661, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 7438.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 3.4810000000000003, - "positive_rate": 0.287, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-06-30", - "total_cases": 62255.0, - "new_cases": 4524.0, - "new_cases_smoothed": 2476.714, - "total_deaths": 1280.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 33.857, - "total_cases_per_million": 1377.452, - "new_cases_per_million": 100.098, - "new_cases_smoothed_per_million": 54.8, - "total_deaths_per_million": 28.321, - "new_deaths_per_million": 1.394, - "new_deaths_smoothed_per_million": 0.749, - "new_tests": 7791.0, - "total_tests": 308818.0, - "total_tests_per_thousand": 6.833, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 7412.0, - "new_tests_smoothed_per_thousand": 0.164, - "tests_per_case": 2.9930000000000003, - "positive_rate": 0.33399999999999996, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-07-01", - "total_cases": 64517.0, - "new_cases": 2262.0, - "new_cases_smoothed": 2799.857, - "total_deaths": 1307.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 1427.501, - "new_cases_per_million": 50.049, - "new_cases_smoothed_per_million": 61.95, - "total_deaths_per_million": 28.919, - "new_deaths_per_million": 0.597, - "new_deaths_smoothed_per_million": 0.815, - "new_tests": 7843.0, - "total_tests": 316661.0, - "total_tests_per_thousand": 7.006, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 7421.0, - "new_tests_smoothed_per_thousand": 0.164, - "tests_per_case": 2.65, - "positive_rate": 0.377, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-02", - "total_cases": 67184.0, - "new_cases": 2667.0, - "new_cases_smoothed": 2478.0, - "total_deaths": 1351.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 1486.511, - "new_cases_per_million": 59.01, - "new_cases_smoothed_per_million": 54.828, - "total_deaths_per_million": 29.892, - "new_deaths_per_million": 0.974, - "new_deaths_smoothed_per_million": 0.841, - "new_tests": 7815.0, - "total_tests": 324476.0, - "total_tests_per_thousand": 7.179, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 7329.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 2.958, - "positive_rate": 0.33799999999999997, - "tests_units": "people tested", - "stringency_index": 81.48 - }, - { - "date": "2020-07-03", - "total_cases": 69928.0, - "new_cases": 2744.0, - "new_cases_smoothed": 2497.714, - "total_deaths": 1385.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 37.286, - "total_cases_per_million": 1547.224, - "new_cases_per_million": 60.714, - "new_cases_smoothed_per_million": 55.264, - "total_deaths_per_million": 30.644, - "new_deaths_per_million": 0.752, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 8697.0, - "total_tests": 333173.0, - "total_tests_per_thousand": 7.372, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 7322.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 2.931, - "positive_rate": 0.341, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-04", - "total_cases": 72773.0, - "new_cases": 2845.0, - "new_cases_smoothed": 2904.143, - "total_deaths": 1437.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 38.571, - "total_cases_per_million": 1610.173, - "new_cases_per_million": 62.948, - "new_cases_smoothed_per_million": 64.257, - "total_deaths_per_million": 31.795, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.853, - "new_tests": 8510.0, - "total_tests": 341683.0, - "total_tests_per_thousand": 7.56, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 7499.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_per_case": 2.582, - "positive_rate": 0.387, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-05", - "total_cases": 72773.0, - "new_cases": 0.0, - "new_cases_smoothed": 2148.857, - "total_deaths": 1453.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 35.143, - "total_cases_per_million": 1610.173, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 47.546, - "total_deaths_per_million": 32.149, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.778, - "new_tests": 5184.0, - "total_tests": 346867.0, - "total_tests_per_thousand": 7.675, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 7568.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 3.522, - "positive_rate": 0.284, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-06", - "total_cases": 75363.0, - "new_cases": 2590.0, - "new_cases_smoothed": 2518.857, - "total_deaths": 1490.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 39.0, - "total_cases_per_million": 1667.479, - "new_cases_per_million": 57.306, - "new_cases_smoothed_per_million": 55.732, - "total_deaths_per_million": 32.968, - "new_deaths_per_million": 0.819, - "new_deaths_smoothed_per_million": 0.863, - "new_tests": 7526.0, - "total_tests": 354393.0, - "total_tests_per_thousand": 7.841, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 7624.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 3.0269999999999997, - "positive_rate": 0.33, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-07", - "total_cases": 77802.0, - "new_cases": 2439.0, - "new_cases_smoothed": 2221.0, - "total_deaths": 1523.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 34.714, - "total_cases_per_million": 1721.444, - "new_cases_per_million": 53.965, - "new_cases_smoothed_per_million": 49.142, - "total_deaths_per_million": 33.698, - "new_deaths_per_million": 0.73, - "new_deaths_smoothed_per_million": 0.768, - "new_tests": 8832.0, - "total_tests": 363225.0, - "total_tests_per_thousand": 8.037, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 7772.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 3.4989999999999997, - "positive_rate": 0.28600000000000003, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-08", - "total_cases": 80434.0, - "new_cases": 2632.0, - "new_cases_smoothed": 2273.857, - "total_deaths": 1602.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 42.143, - "total_cases_per_million": 1779.68, - "new_cases_per_million": 58.236, - "new_cases_smoothed_per_million": 50.311, - "total_deaths_per_million": 35.446, - "new_deaths_per_million": 1.748, - "new_deaths_smoothed_per_million": 0.932, - "new_tests": 10392.0, - "total_tests": 373617.0, - "total_tests_per_thousand": 8.267, - "new_tests_per_thousand": 0.23, - "new_tests_smoothed": 8137.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 3.5789999999999997, - "positive_rate": 0.27899999999999997, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-09", - "total_cases": 83413.0, - "new_cases": 2979.0, - "new_cases_smoothed": 2318.429, - "total_deaths": 1654.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 43.286, - "total_cases_per_million": 1845.593, - "new_cases_per_million": 65.913, - "new_cases_smoothed_per_million": 51.297, - "total_deaths_per_million": 36.596, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.958, - "new_tests": 9576.0, - "total_tests": 383193.0, - "total_tests_per_thousand": 8.479, - "new_tests_per_thousand": 0.212, - "new_tests_smoothed": 8388.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 3.6180000000000003, - "positive_rate": 0.276, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-10", - "total_cases": 87017.0, - "new_cases": 3604.0, - "new_cases_smoothed": 2441.286, - "total_deaths": 1707.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 46.0, - "total_cases_per_million": 1925.335, - "new_cases_per_million": 79.742, - "new_cases_smoothed_per_million": 54.016, - "total_deaths_per_million": 37.769, - "new_deaths_per_million": 1.173, - "new_deaths_smoothed_per_million": 1.018, - "new_tests": 8722.0, - "total_tests": 391915.0, - "total_tests_per_thousand": 8.671, - "new_tests_per_thousand": 0.193, - "new_tests_smoothed": 8392.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 3.438, - "positive_rate": 0.29100000000000004, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-11", - "total_cases": 90680.0, - "new_cases": 3663.0, - "new_cases_smoothed": 2558.143, - "total_deaths": 1749.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 44.571, - "total_cases_per_million": 2006.382, - "new_cases_per_million": 81.047, - "new_cases_smoothed_per_million": 56.601, - "total_deaths_per_million": 38.698, - "new_deaths_per_million": 0.929, - "new_deaths_smoothed_per_million": 0.986, - "new_tests": 8301.0, - "total_tests": 400216.0, - "total_tests_per_thousand": 8.855, - "new_tests_per_thousand": 0.184, - "new_tests_smoothed": 8362.0, - "new_tests_smoothed_per_thousand": 0.185, - "tests_per_case": 3.2689999999999997, - "positive_rate": 0.306, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-12", - "total_cases": 94047.0, - "new_cases": 3367.0, - "new_cases_smoothed": 3039.143, - "total_deaths": 1810.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 51.0, - "total_cases_per_million": 2080.88, - "new_cases_per_million": 74.498, - "new_cases_smoothed_per_million": 67.244, - "total_deaths_per_million": 40.048, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.128, - "new_tests": 5584.0, - "total_tests": 405800.0, - "total_tests_per_thousand": 8.979, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 8419.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 2.77, - "positive_rate": 0.361, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-13", - "total_cases": 97496.0, - "new_cases": 3449.0, - "new_cases_smoothed": 3161.857, - "total_deaths": 1818.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 46.857, - "total_cases_per_million": 2157.193, - "new_cases_per_million": 76.312, - "new_cases_smoothed_per_million": 69.959, - "total_deaths_per_million": 40.225, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 1.037, - "new_tests": 8714.0, - "total_tests": 414514.0, - "total_tests_per_thousand": 9.172, - "new_tests_per_thousand": 0.193, - "new_tests_smoothed": 8589.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 2.716, - "positive_rate": 0.368, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-14", - "total_cases": 100153.0, - "new_cases": 2657.0, - "new_cases_smoothed": 3193.0, - "total_deaths": 1903.0, - "new_deaths": 85.0, - "new_deaths_smoothed": 54.286, - "total_cases_per_million": 2215.981, - "new_cases_per_million": 58.789, - "new_cases_smoothed_per_million": 70.648, - "total_deaths_per_million": 42.106, - "new_deaths_per_million": 1.881, - "new_deaths_smoothed_per_million": 1.201, - "new_tests": 10652.0, - "total_tests": 425166.0, - "total_tests_per_thousand": 9.407, - "new_tests_per_thousand": 0.236, - "new_tests_smoothed": 8849.0, - "new_tests_smoothed_per_thousand": 0.196, - "tests_per_case": 2.7710000000000004, - "positive_rate": 0.361, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-15", - "total_cases": 103252.0, - "new_cases": 3099.0, - "new_cases_smoothed": 3259.714, - "total_deaths": 1926.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 46.286, - "total_cases_per_million": 2284.55, - "new_cases_per_million": 68.568, - "new_cases_smoothed_per_million": 72.124, - "total_deaths_per_million": 42.615, - "new_deaths_per_million": 0.509, - "new_deaths_smoothed_per_million": 1.024, - "new_tests": 10899.0, - "total_tests": 436065.0, - "total_tests_per_thousand": 9.648, - "new_tests_per_thousand": 0.241, - "new_tests_smoothed": 8921.0, - "new_tests_smoothed_per_thousand": 0.197, - "tests_per_case": 2.737, - "positive_rate": 0.365, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-16", - "total_cases": 106897.0, - "new_cases": 3645.0, - "new_cases_smoothed": 3354.857, - "total_deaths": 2050.0, - "new_deaths": 124.0, - "new_deaths_smoothed": 56.571, - "total_cases_per_million": 2365.199, - "new_cases_per_million": 80.649, - "new_cases_smoothed_per_million": 74.229, - "total_deaths_per_million": 45.358, - "new_deaths_per_million": 2.744, - "new_deaths_smoothed_per_million": 1.252, - "new_tests": 10843.0, - "total_tests": 446908.0, - "total_tests_per_thousand": 9.888, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 9102.0, - "new_tests_smoothed_per_thousand": 0.201, - "tests_per_case": 2.713, - "positive_rate": 0.369, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-17", - "total_cases": 111147.0, - "new_cases": 4250.0, - "new_cases_smoothed": 3447.143, - "total_deaths": 2112.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 57.857, - "total_cases_per_million": 2459.234, - "new_cases_per_million": 94.035, - "new_cases_smoothed_per_million": 76.271, - "total_deaths_per_million": 46.73, - "new_deaths_per_million": 1.372, - "new_deaths_smoothed_per_million": 1.28, - "new_tests": 12066.0, - "total_tests": 458974.0, - "total_tests_per_thousand": 10.155, - "new_tests_per_thousand": 0.267, - "new_tests_smoothed": 9580.0, - "new_tests_smoothed_per_thousand": 0.212, - "tests_per_case": 2.779, - "positive_rate": 0.36, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-18", - "total_cases": 114770.0, - "new_cases": 3623.0, - "new_cases_smoothed": 3441.429, - "total_deaths": 2133.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 54.857, - "total_cases_per_million": 2539.397, - "new_cases_per_million": 80.162, - "new_cases_smoothed_per_million": 76.145, - "total_deaths_per_million": 47.195, - "new_deaths_per_million": 0.465, - "new_deaths_smoothed_per_million": 1.214, - "new_tests": 10473.0, - "total_tests": 469447.0, - "total_tests_per_thousand": 10.387, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 9890.0, - "new_tests_smoothed_per_thousand": 0.219, - "tests_per_case": 2.8739999999999997, - "positive_rate": 0.348, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-19", - "total_cases": 119288.0, - "new_cases": 4518.0, - "new_cases_smoothed": 3605.857, - "total_deaths": 2204.0, - "new_deaths": 71.0, - "new_deaths_smoothed": 56.286, - "total_cases_per_million": 2639.362, - "new_cases_per_million": 99.965, - "new_cases_smoothed_per_million": 79.783, - "total_deaths_per_million": 48.766, - "new_deaths_per_million": 1.571, - "new_deaths_smoothed_per_million": 1.245, - "new_tests": 7267.0, - "total_tests": 476714.0, - "total_tests_per_thousand": 10.548, - "new_tests_per_thousand": 0.161, - "new_tests_smoothed": 10131.0, - "new_tests_smoothed_per_thousand": 0.224, - "tests_per_case": 2.81, - "positive_rate": 0.35600000000000004, - "tests_units": "people tested", - "stringency_index": 92.59 - }, - { - "date": "2020-07-20", - "total_cases": 122511.0, - "new_cases": 3223.0, - "new_cases_smoothed": 3573.571, - "total_deaths": 2246.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 61.143, - "total_cases_per_million": 2710.674, - "new_cases_per_million": 71.312, - "new_cases_smoothed_per_million": 79.069, - "total_deaths_per_million": 49.695, - "new_deaths_per_million": 0.929, - "new_deaths_smoothed_per_million": 1.353, - "new_tests": 10978.0, - "total_tests": 487692.0, - "total_tests_per_thousand": 10.791, - "new_tests_per_thousand": 0.243, - "new_tests_smoothed": 10454.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_per_case": 2.925, - "positive_rate": 0.342, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-21", - "total_cases": 126742.0, - "new_cases": 4231.0, - "new_cases_smoothed": 3798.429, - "total_deaths": 2373.0, - "new_deaths": 127.0, - "new_deaths_smoothed": 67.143, - "total_cases_per_million": 2804.289, - "new_cases_per_million": 93.615, - "new_cases_smoothed_per_million": 84.044, - "total_deaths_per_million": 52.505, - "new_deaths_per_million": 2.81, - "new_deaths_smoothed_per_million": 1.486, - "new_tests": 12633.0, - "total_tests": 500325.0, - "total_tests_per_thousand": 11.07, - "new_tests_per_thousand": 0.28, - "new_tests_smoothed": 10737.0, - "new_tests_smoothed_per_thousand": 0.238, - "tests_per_case": 2.827, - "positive_rate": 0.354, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-22", - "total_cases": 130761.0, - "new_cases": 4019.0, - "new_cases_smoothed": 3929.857, - "total_deaths": 2373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 63.857, - "total_cases_per_million": 2893.213, - "new_cases_per_million": 88.924, - "new_cases_smoothed_per_million": 86.952, - "total_deaths_per_million": 52.505, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.413, - "new_tests": 13646.0, - "total_tests": 513971.0, - "total_tests_per_thousand": 11.372, - "new_tests_per_thousand": 0.302, - "new_tests_smoothed": 11129.0, - "new_tests_smoothed_per_thousand": 0.246, - "tests_per_case": 2.832, - "positive_rate": 0.353, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-23", - "total_cases": 136105.0, - "new_cases": 5344.0, - "new_cases_smoothed": 4172.571, - "total_deaths": 2506.0, - "new_deaths": 133.0, - "new_deaths_smoothed": 65.143, - "total_cases_per_million": 3011.454, - "new_cases_per_million": 118.241, - "new_cases_smoothed_per_million": 92.322, - "total_deaths_per_million": 55.448, - "new_deaths_per_million": 2.943, - "new_deaths_smoothed_per_million": 1.441, - "new_tests": 13448.0, - "total_tests": 527419.0, - "total_tests_per_thousand": 11.67, - "new_tests_per_thousand": 0.298, - "new_tests_smoothed": 11502.0, - "new_tests_smoothed_per_thousand": 0.254, - "tests_per_case": 2.7569999999999997, - "positive_rate": 0.363, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-24", - "total_cases": 141887.0, - "new_cases": 5782.0, - "new_cases_smoothed": 4391.429, - "total_deaths": 2617.0, - "new_deaths": 111.0, - "new_deaths_smoothed": 72.143, - "total_cases_per_million": 3139.386, - "new_cases_per_million": 127.932, - "new_cases_smoothed_per_million": 97.165, - "total_deaths_per_million": 57.904, - "new_deaths_per_million": 2.456, - "new_deaths_smoothed_per_million": 1.596, - "new_tests": 14205.0, - "total_tests": 541624.0, - "total_tests_per_thousand": 11.984, - "new_tests_per_thousand": 0.314, - "new_tests_smoothed": 11807.0, - "new_tests_smoothed_per_thousand": 0.261, - "tests_per_case": 2.6889999999999996, - "positive_rate": 0.37200000000000005, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-25", - "total_cases": 148014.0, - "new_cases": 6127.0, - "new_cases_smoothed": 4749.143, - "total_deaths": 2722.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 84.143, - "total_cases_per_million": 3274.952, - "new_cases_per_million": 135.566, - "new_cases_smoothed_per_million": 105.079, - "total_deaths_per_million": 60.227, - "new_deaths_per_million": 2.323, - "new_deaths_smoothed_per_million": 1.862, - "new_tests": 11640.0, - "total_tests": 553264.0, - "total_tests_per_thousand": 12.241, - "new_tests_per_thousand": 0.258, - "new_tests_smoothed": 11974.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 2.521, - "positive_rate": 0.397, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-26", - "total_cases": 153507.0, - "new_cases": 5493.0, - "new_cases_smoothed": 4888.429, - "total_deaths": 2847.0, - "new_deaths": 125.0, - "new_deaths_smoothed": 91.857, - "total_cases_per_million": 3396.49, - "new_cases_per_million": 121.538, - "new_cases_smoothed_per_million": 108.161, - "total_deaths_per_million": 62.993, - "new_deaths_per_million": 2.766, - "new_deaths_smoothed_per_million": 2.032, - "new_tests": 7967.0, - "total_tests": 561231.0, - "total_tests_per_thousand": 12.418, - "new_tests_per_thousand": 0.176, - "new_tests_smoothed": 12074.0, - "new_tests_smoothed_per_thousand": 0.267, - "tests_per_case": 2.47, - "positive_rate": 0.405, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-27", - "total_cases": 162513.0, - "new_cases": 9006.0, - "new_cases_smoothed": 5714.571, - "total_deaths": 2939.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 99.0, - "total_cases_per_million": 3595.756, - "new_cases_per_million": 199.266, - "new_cases_smoothed_per_million": 126.44, - "total_deaths_per_million": 65.028, - "new_deaths_per_million": 2.036, - "new_deaths_smoothed_per_million": 2.19, - "new_tests": 12094.0, - "total_tests": 573325.0, - "total_tests_per_thousand": 12.685, - "new_tests_per_thousand": 0.268, - "new_tests_smoothed": 12233.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_per_case": 2.141, - "positive_rate": 0.467, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-28", - "total_cases": 162513.0, - "new_cases": 0.0, - "new_cases_smoothed": 5110.143, - "total_deaths": 2956.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 83.286, - "total_cases_per_million": 3595.756, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 113.067, - "total_deaths_per_million": 65.404, - "new_deaths_per_million": 0.376, - "new_deaths_smoothed_per_million": 1.843, - "new_tests": 14731.0, - "total_tests": 588056.0, - "total_tests_per_thousand": 13.011, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 12533.0, - "new_tests_smoothed_per_thousand": 0.277, - "tests_per_case": 2.4530000000000003, - "positive_rate": 0.408, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-29", - "total_cases": 167403.0, - "new_cases": 4890.0, - "new_cases_smoothed": 5234.571, - "total_deaths": 3082.0, - "new_deaths": 126.0, - "new_deaths_smoothed": 101.286, - "total_cases_per_million": 3703.952, - "new_cases_per_million": 108.196, - "new_cases_smoothed_per_million": 115.82, - "total_deaths_per_million": 68.192, - "new_deaths_per_million": 2.788, - "new_deaths_smoothed_per_million": 2.241, - "new_tests": 14994.0, - "total_tests": 603050.0, - "total_tests_per_thousand": 13.343, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 12726.0, - "new_tests_smoothed_per_thousand": 0.282, - "tests_per_case": 2.431, - "positive_rate": 0.41100000000000003, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-30", - "total_cases": 173342.0, - "new_cases": 5939.0, - "new_cases_smoothed": 5319.571, - "total_deaths": 3200.0, - "new_deaths": 118.0, - "new_deaths_smoothed": 99.143, - "total_cases_per_million": 3835.358, - "new_cases_per_million": 131.406, - "new_cases_smoothed_per_million": 117.701, - "total_deaths_per_million": 70.803, - "new_deaths_per_million": 2.611, - "new_deaths_smoothed_per_million": 2.194, - "new_tests": 14474.0, - "total_tests": 617524.0, - "total_tests_per_thousand": 13.663, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 12872.0, - "new_tests_smoothed_per_thousand": 0.285, - "tests_per_case": 2.42, - "positive_rate": 0.413, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-07-31", - "total_cases": 178983.0, - "new_cases": 5641.0, - "new_cases_smoothed": 5299.429, - "total_deaths": 3311.0, - "new_deaths": 111.0, - "new_deaths_smoothed": 99.143, - "total_cases_per_million": 3960.171, - "new_cases_per_million": 124.813, - "new_cases_smoothed_per_million": 117.255, - "total_deaths_per_million": 73.259, - "new_deaths_per_million": 2.456, - "new_deaths_smoothed_per_million": 2.194, - "new_tests": 15764.0, - "total_tests": 633288.0, - "total_tests_per_thousand": 14.012, - "new_tests_per_thousand": 0.349, - "new_tests_smoothed": 13095.0, - "new_tests_smoothed_per_thousand": 0.29, - "tests_per_case": 2.471, - "positive_rate": 0.405, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-08-01", - "total_cases": 185360.0, - "new_cases": 6377.0, - "new_cases_smoothed": 5335.143, - "total_deaths": 3466.0, - "new_deaths": 155.0, - "new_deaths_smoothed": 106.286, - "total_cases_per_million": 4101.268, - "new_cases_per_million": 141.097, - "new_cases_smoothed_per_million": 118.045, - "total_deaths_per_million": 76.689, - "new_deaths_per_million": 3.43, - "new_deaths_smoothed_per_million": 2.352, - "new_tests": 12073.0, - "total_tests": 645361.0, - "total_tests_per_thousand": 14.279, - "new_tests_per_thousand": 0.267, - "new_tests_smoothed": 13157.0, - "new_tests_smoothed_per_thousand": 0.291, - "tests_per_case": 2.4659999999999997, - "positive_rate": 0.405, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-08-02", - "total_cases": 191289.0, - "new_cases": 5929.0, - "new_cases_smoothed": 5397.429, - "total_deaths": 3558.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 101.571, - "total_cases_per_million": 4232.453, - "new_cases_per_million": 131.185, - "new_cases_smoothed_per_million": 119.423, - "total_deaths_per_million": 78.724, - "new_deaths_per_million": 2.036, - "new_deaths_smoothed_per_million": 2.247, - "new_tests": 10427.0, - "total_tests": 655788.0, - "total_tests_per_thousand": 14.51, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 13508.0, - "new_tests_smoothed_per_thousand": 0.299, - "tests_per_case": 2.503, - "positive_rate": 0.4, - "tests_units": "people tested", - "stringency_index": 90.74 - }, - { - "date": "2020-08-03", - "total_cases": 196530.0, - "new_cases": 5241.0, - "new_cases_smoothed": 4859.571, - "total_deaths": 3612.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 96.143, - "total_cases_per_million": 4348.415, - "new_cases_per_million": 115.962, - "new_cases_smoothed_per_million": 107.523, - "total_deaths_per_million": 79.919, - "new_deaths_per_million": 1.195, - "new_deaths_smoothed_per_million": 2.127, - "new_tests": 13729.0, - "total_tests": 669517.0, - "total_tests_per_thousand": 14.814, - "new_tests_per_thousand": 0.304, - "new_tests_smoothed": 13742.0, - "new_tests_smoothed_per_thousand": 0.304, - "tests_per_case": 2.8280000000000003, - "positive_rate": 0.354, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-08-04", - "total_cases": 201906.0, - "new_cases": 5376.0, - "new_cases_smoothed": 5627.571, - "total_deaths": 3667.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 101.571, - "total_cases_per_million": 4467.364, - "new_cases_per_million": 118.949, - "new_cases_smoothed_per_million": 124.515, - "total_deaths_per_million": 81.136, - "new_deaths_per_million": 1.217, - "new_deaths_smoothed_per_million": 2.247, - "new_tests": 16623.0, - "total_tests": 686140.0, - "total_tests_per_thousand": 15.182, - "new_tests_per_thousand": 0.368, - "new_tests_smoothed": 14012.0, - "new_tests_smoothed_per_thousand": 0.31, - "tests_per_case": 2.49, - "positive_rate": 0.402, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-08-05", - "total_cases": 206730.0, - "new_cases": 4824.0, - "new_cases_smoothed": 5618.143, - "total_deaths": 3863.0, - "new_deaths": 196.0, - "new_deaths_smoothed": 111.571, - "total_cases_per_million": 4574.1, - "new_cases_per_million": 106.736, - "new_cases_smoothed_per_million": 124.307, - "total_deaths_per_million": 85.473, - "new_deaths_per_million": 4.337, - "new_deaths_smoothed_per_million": 2.469, - "new_tests": 17566.0, - "total_tests": 703706.0, - "total_tests_per_thousand": 15.57, - "new_tests_per_thousand": 0.389, - "new_tests_smoothed": 14379.0, - "new_tests_smoothed_per_thousand": 0.318, - "tests_per_case": 2.559, - "positive_rate": 0.391, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-08-06", - "total_cases": 213522.0, - "new_cases": 6792.0, - "new_cases_smoothed": 5740.0, - "total_deaths": 4009.0, - "new_deaths": 146.0, - "new_deaths_smoothed": 115.571, - "total_cases_per_million": 4724.379, - "new_cases_per_million": 150.28, - "new_cases_smoothed_per_million": 127.003, - "total_deaths_per_million": 88.703, - "new_deaths_per_million": 3.23, - "new_deaths_smoothed_per_million": 2.557, - "new_tests": 17769.0, - "total_tests": 721475.0, - "total_tests_per_thousand": 15.963, - "new_tests_per_thousand": 0.393, - "new_tests_smoothed": 14850.0, - "new_tests_smoothed_per_thousand": 0.329, - "tests_per_case": 2.5869999999999997, - "positive_rate": 0.387, - "tests_units": "people tested", - "stringency_index": 88.89 - }, - { - "date": "2020-08-07", - "total_cases": 220669.0, - "new_cases": 7147.0, - "new_cases_smoothed": 5955.143, - "total_deaths": 4135.0, - "new_deaths": 126.0, - "new_deaths_smoothed": 117.714, - "total_cases_per_million": 4882.514, - "new_cases_per_million": 158.134, - "new_cases_smoothed_per_million": 131.763, - "total_deaths_per_million": 91.491, - "new_deaths_per_million": 2.788, - "new_deaths_smoothed_per_million": 2.605, - "new_tests": 18119.0, - "total_tests": 739594.0, - "total_tests_per_thousand": 16.364, - "new_tests_per_thousand": 0.401, - "new_tests_smoothed": 15187.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_per_case": 2.55, - "positive_rate": 0.392, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-08", - "total_cases": 228182.0, - "new_cases": 7513.0, - "new_cases_smoothed": 6117.429, - "total_deaths": 4291.0, - "new_deaths": 156.0, - "new_deaths_smoothed": 117.857, - "total_cases_per_million": 5048.746, - "new_cases_per_million": 166.232, - "new_cases_smoothed_per_million": 135.354, - "total_deaths_per_million": 94.942, - "new_deaths_per_million": 3.452, - "new_deaths_smoothed_per_million": 2.608, - "new_tests": 15278.0, - "total_tests": 754872.0, - "total_tests_per_thousand": 16.702, - "new_tests_per_thousand": 0.338, - "new_tests_smoothed": 15644.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_per_case": 2.557, - "positive_rate": 0.391, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-09", - "total_cases": 235664.0, - "new_cases": 7482.0, - "new_cases_smoothed": 6339.286, - "total_deaths": 4450.0, - "new_deaths": 159.0, - "new_deaths_smoothed": 127.429, - "total_cases_per_million": 5214.292, - "new_cases_per_million": 165.546, - "new_cases_smoothed_per_million": 140.263, - "total_deaths_per_million": 98.461, - "new_deaths_per_million": 3.518, - "new_deaths_smoothed_per_million": 2.819, - "new_tests": 9961.0, - "total_tests": 764833.0, - "total_tests_per_thousand": 16.923, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 15578.0, - "new_tests_smoothed_per_thousand": 0.345, - "tests_per_case": 2.457, - "positive_rate": 0.40700000000000003, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-10", - "total_cases": 241798.0, - "new_cases": 6134.0, - "new_cases_smoothed": 6466.857, - "total_deaths": 4556.0, - "new_deaths": 106.0, - "new_deaths_smoothed": 134.857, - "total_cases_per_million": 5350.013, - "new_cases_per_million": 135.721, - "new_cases_smoothed_per_million": 143.085, - "total_deaths_per_million": 100.806, - "new_deaths_per_million": 2.345, - "new_deaths_smoothed_per_million": 2.984, - "new_tests": 16258.0, - "total_tests": 781091.0, - "total_tests_per_thousand": 17.282, - "new_tests_per_thousand": 0.36, - "new_tests_smoothed": 15939.0, - "new_tests_smoothed_per_thousand": 0.353, - "tests_per_case": 2.465, - "positive_rate": 0.406, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-11", - "total_cases": 246486.0, - "new_cases": 4688.0, - "new_cases_smoothed": 6368.571, - "total_deaths": 4634.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 138.143, - "total_cases_per_million": 5453.74, - "new_cases_per_million": 103.727, - "new_cases_smoothed_per_million": 140.911, - "total_deaths_per_million": 102.532, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 3.057, - "new_tests": 19301.0, - "total_tests": 800392.0, - "total_tests_per_thousand": 17.709, - "new_tests_per_thousand": 0.427, - "new_tests_smoothed": 16322.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 2.563, - "positive_rate": 0.39, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-12", - "total_cases": 253855.0, - "new_cases": 7369.0, - "new_cases_smoothed": 6732.143, - "total_deaths": 4785.0, - "new_deaths": 151.0, - "new_deaths_smoothed": 131.714, - "total_cases_per_million": 5616.786, - "new_cases_per_million": 163.046, - "new_cases_smoothed_per_million": 148.955, - "total_deaths_per_million": 105.873, - "new_deaths_per_million": 3.341, - "new_deaths_smoothed_per_million": 2.914, - "new_tests": 19143.0, - "total_tests": 819535.0, - "total_tests_per_thousand": 18.133, - "new_tests_per_thousand": 0.424, - "new_tests_smoothed": 16547.0, - "new_tests_smoothed_per_thousand": 0.366, - "tests_per_case": 2.458, - "positive_rate": 0.40700000000000003, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-13", - "total_cases": 260898.0, - "new_cases": 7043.0, - "new_cases_smoothed": 6768.0, - "total_deaths": 5088.0, - "new_deaths": 303.0, - "new_deaths_smoothed": 154.143, - "total_cases_per_million": 5772.619, - "new_cases_per_million": 155.833, - "new_cases_smoothed_per_million": 149.749, - "total_deaths_per_million": 112.577, - "new_deaths_per_million": 6.704, - "new_deaths_smoothed_per_million": 3.411, - "new_tests": 18621.0, - "total_tests": 838156.0, - "total_tests_per_thousand": 18.545, - "new_tests_per_thousand": 0.412, - "new_tests_smoothed": 16669.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 2.463, - "positive_rate": 0.406, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-14", - "total_cases": 268561.0, - "new_cases": 7663.0, - "new_cases_smoothed": 6841.714, - "total_deaths": 5246.0, - "new_deaths": 158.0, - "new_deaths_smoothed": 158.714, - "total_cases_per_million": 5942.17, - "new_cases_per_million": 169.551, - "new_cases_smoothed_per_million": 151.38, - "total_deaths_per_million": 116.073, - "new_deaths_per_million": 3.496, - "new_deaths_smoothed_per_million": 3.512, - "new_tests": 19092.0, - "total_tests": 857248.0, - "total_tests_per_thousand": 18.967, - "new_tests_per_thousand": 0.422, - "new_tests_smoothed": 16808.0, - "new_tests_smoothed_per_thousand": 0.372, - "tests_per_case": 2.457, - "positive_rate": 0.40700000000000003, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-15", - "total_cases": 276059.0, - "new_cases": 7498.0, - "new_cases_smoothed": 6839.571, - "total_deaths": 5428.0, - "new_deaths": 182.0, - "new_deaths_smoothed": 162.429, - "total_cases_per_million": 6108.071, - "new_cases_per_million": 165.9, - "new_cases_smoothed_per_million": 151.332, - "total_deaths_per_million": 120.1, - "new_deaths_per_million": 4.027, - "new_deaths_smoothed_per_million": 3.594, - "new_tests": 16452.0, - "total_tests": 873700.0, - "total_tests_per_thousand": 19.331, - "new_tests_per_thousand": 0.364, - "new_tests_smoothed": 16975.0, - "new_tests_smoothed_per_thousand": 0.376, - "tests_per_case": 2.4819999999999998, - "positive_rate": 0.40299999999999997, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-16", - "total_cases": 282424.0, - "new_cases": 6365.0, - "new_cases_smoothed": 6680.0, - "total_deaths": 5565.0, - "new_deaths": 137.0, - "new_deaths_smoothed": 159.286, - "total_cases_per_million": 6248.902, - "new_cases_per_million": 140.832, - "new_cases_smoothed_per_million": 147.801, - "total_deaths_per_million": 123.131, - "new_deaths_per_million": 3.031, - "new_deaths_smoothed_per_million": 3.524, - "new_tests": 9988.0, - "total_tests": 883688.0, - "total_tests_per_thousand": 19.552, - "new_tests_per_thousand": 0.221, - "new_tests_smoothed": 16979.0, - "new_tests_smoothed_per_thousand": 0.376, - "tests_per_case": 2.542, - "positive_rate": 0.39299999999999996, - "tests_units": "people tested", - "stringency_index": 87.96 - }, - { - "date": "2020-08-17", - "total_cases": 289087.0, - "new_cases": 6663.0, - "new_cases_smoothed": 6755.571, - "total_deaths": 5657.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 157.286, - "total_cases_per_million": 6396.328, - "new_cases_per_million": 147.425, - "new_cases_smoothed_per_million": 149.474, - "total_deaths_per_million": 125.167, - "new_deaths_per_million": 2.036, - "new_deaths_smoothed_per_million": 3.48, - "new_tests": 12732.0, - "total_tests": 896420.0, - "total_tests_per_thousand": 19.834, - "new_tests_per_thousand": 0.282, - "new_tests_smoothed": 16476.0, - "new_tests_smoothed_per_thousand": 0.365, - "tests_per_case": 2.439, - "positive_rate": 0.41, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-18", - "total_cases": 294556.0, - "new_cases": 5469.0, - "new_cases_smoothed": 6867.143, - "total_deaths": 5750.0, - "new_deaths": 93.0, - "new_deaths_smoothed": 159.429, - "total_cases_per_million": 6517.335, - "new_cases_per_million": 121.007, - "new_cases_smoothed_per_million": 151.942, - "total_deaths_per_million": 127.224, - "new_deaths_per_million": 2.058, - "new_deaths_smoothed_per_million": 3.528, - "new_tests": 15816.0, - "total_tests": 912236.0, - "total_tests_per_thousand": 20.184, - "new_tests_per_thousand": 0.35, - "new_tests_smoothed": 15978.0, - "new_tests_smoothed_per_thousand": 0.354, - "tests_per_case": 2.327, - "positive_rate": 0.43, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-19", - "total_cases": 299113.0, - "new_cases": 4557.0, - "new_cases_smoothed": 6465.429, - "total_deaths": 5877.0, - "new_deaths": 127.0, - "new_deaths_smoothed": 156.0, - "total_cases_per_million": 6618.163, - "new_cases_per_million": 100.828, - "new_cases_smoothed_per_million": 143.054, - "total_deaths_per_million": 130.034, - "new_deaths_per_million": 2.81, - "new_deaths_smoothed_per_million": 3.452, - "new_tests": 18151.0, - "total_tests": 930387.0, - "total_tests_per_thousand": 20.586, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 15836.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 2.449, - "positive_rate": 0.408, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-20", - "total_cases": 305953.0, - "new_cases": 6840.0, - "new_cases_smoothed": 6436.429, - "total_deaths": 6114.0, - "new_deaths": 237.0, - "new_deaths_smoothed": 146.571, - "total_cases_per_million": 6769.504, - "new_cases_per_million": 151.342, - "new_cases_smoothed_per_million": 142.412, - "total_deaths_per_million": 135.278, - "new_deaths_per_million": 5.244, - "new_deaths_smoothed_per_million": 3.243, - "new_tests": 19035.0, - "total_tests": 949422.0, - "total_tests_per_thousand": 21.007, - "new_tests_per_thousand": 0.421, - "new_tests_smoothed": 15895.0, - "new_tests_smoothed_per_thousand": 0.352, - "tests_per_case": 2.47, - "positive_rate": 0.405, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-21", - "total_cases": 312646.0, - "new_cases": 6693.0, - "new_cases_smoothed": 6297.857, - "total_deaths": 6406.0, - "new_deaths": 292.0, - "new_deaths_smoothed": 165.714, - "total_cases_per_million": 6917.593, - "new_cases_per_million": 148.089, - "new_cases_smoothed_per_million": 139.346, - "total_deaths_per_million": 141.739, - "new_deaths_per_million": 6.461, - "new_deaths_smoothed_per_million": 3.667, - "new_tests": 18964.0, - "total_tests": 968386.0, - "total_tests_per_thousand": 21.426, - "new_tests_per_thousand": 0.42, - "new_tests_smoothed": 15877.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 2.521, - "positive_rate": 0.397, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-22", - "total_cases": 320871.0, - "new_cases": 8225.0, - "new_cases_smoothed": 6401.714, - "total_deaths": 6567.0, - "new_deaths": 161.0, - "new_deaths_smoothed": 162.714, - "total_cases_per_million": 7099.579, - "new_cases_per_million": 181.986, - "new_cases_smoothed_per_million": 141.644, - "total_deaths_per_million": 145.301, - "new_deaths_per_million": 3.562, - "new_deaths_smoothed_per_million": 3.6, - "new_tests": 15890.0, - "total_tests": 984276.0, - "total_tests_per_thousand": 21.778, - "new_tests_per_thousand": 0.352, - "new_tests_smoothed": 15797.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 2.468, - "positive_rate": 0.405, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-23", - "total_cases": 329030.0, - "new_cases": 8159.0, - "new_cases_smoothed": 6658.0, - "total_deaths": 6795.0, - "new_deaths": 228.0, - "new_deaths_smoothed": 175.714, - "total_cases_per_million": 7280.105, - "new_cases_per_million": 180.526, - "new_cases_smoothed_per_million": 147.315, - "total_deaths_per_million": 150.346, - "new_deaths_per_million": 5.045, - "new_deaths_smoothed_per_million": 3.888, - "new_tests": 10488.0, - "total_tests": 994764.0, - "total_tests_per_thousand": 22.01, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 15868.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 2.383, - "positive_rate": 0.42, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-24", - "total_cases": 336789.0, - "new_cases": 7759.0, - "new_cases_smoothed": 6814.571, - "total_deaths": 6848.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 170.143, - "total_cases_per_million": 7451.78, - "new_cases_per_million": 171.675, - "new_cases_smoothed_per_million": 150.779, - "total_deaths_per_million": 151.519, - "new_deaths_per_million": 1.173, - "new_deaths_smoothed_per_million": 3.765, - "new_tests": 17581.0, - "total_tests": 1012345.0, - "total_tests_per_thousand": 22.399, - "new_tests_per_thousand": 0.389, - "new_tests_smoothed": 16561.0, - "new_tests_smoothed_per_thousand": 0.366, - "tests_per_case": 2.43, - "positive_rate": 0.41100000000000003, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-25", - "total_cases": 342141.0, - "new_cases": 5352.0, - "new_cases_smoothed": 6797.857, - "total_deaths": 7079.0, - "new_deaths": 231.0, - "new_deaths_smoothed": 189.857, - "total_cases_per_million": 7570.198, - "new_cases_per_million": 118.418, - "new_cases_smoothed_per_million": 150.409, - "total_deaths_per_million": 156.63, - "new_deaths_per_million": 5.111, - "new_deaths_smoothed_per_million": 4.201, - "new_tests": 19484.0, - "total_tests": 1031829.0, - "total_tests_per_thousand": 22.83, - "new_tests_per_thousand": 0.431, - "new_tests_smoothed": 17085.0, - "new_tests_smoothed_per_thousand": 0.378, - "tests_per_case": 2.513, - "positive_rate": 0.39799999999999996, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-26", - "total_cases": 350854.0, - "new_cases": 8713.0, - "new_cases_smoothed": 7391.571, - "total_deaths": 7402.0, - "new_deaths": 323.0, - "new_deaths_smoothed": 217.857, - "total_cases_per_million": 7762.982, - "new_cases_per_million": 192.783, - "new_cases_smoothed_per_million": 163.546, - "total_deaths_per_million": 163.776, - "new_deaths_per_million": 7.147, - "new_deaths_smoothed_per_million": 4.82, - "new_tests": 21301.0, - "total_tests": 1053130.0, - "total_tests_per_thousand": 23.302, - "new_tests_per_thousand": 0.471, - "new_tests_smoothed": 17535.0, - "new_tests_smoothed_per_thousand": 0.388, - "tests_per_case": 2.372, - "positive_rate": 0.42200000000000004, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-27", - "total_cases": 359625.0, - "new_cases": 8771.0, - "new_cases_smoothed": 7667.429, - "total_deaths": 7661.0, - "new_deaths": 259.0, - "new_deaths_smoothed": 221.0, - "total_cases_per_million": 7957.049, - "new_cases_per_million": 194.067, - "new_cases_smoothed_per_million": 169.649, - "total_deaths_per_million": 169.507, - "new_deaths_per_million": 5.731, - "new_deaths_smoothed_per_million": 4.89, - "new_tests": 21913.0, - "total_tests": 1075043.0, - "total_tests_per_thousand": 23.786, - "new_tests_per_thousand": 0.485, - "new_tests_smoothed": 17946.0, - "new_tests_smoothed_per_thousand": 0.397, - "tests_per_case": 2.3409999999999997, - "positive_rate": 0.42700000000000005, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-28", - "total_cases": 370175.0, - "new_cases": 10550.0, - "new_cases_smoothed": 8218.429, - "total_deaths": 7944.0, - "new_deaths": 283.0, - "new_deaths_smoothed": 219.714, - "total_cases_per_million": 8190.478, - "new_cases_per_million": 233.429, - "new_cases_smoothed_per_million": 181.841, - "total_deaths_per_million": 175.769, - "new_deaths_per_million": 6.262, - "new_deaths_smoothed_per_million": 4.861, - "new_tests": 21360.0, - "total_tests": 1096403.0, - "total_tests_per_thousand": 24.259, - "new_tests_per_thousand": 0.473, - "new_tests_smoothed": 18288.0, - "new_tests_smoothed_per_thousand": 0.405, - "tests_per_case": 2.225, - "positive_rate": 0.449, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-29", - "total_cases": 380279.0, - "new_cases": 10104.0, - "new_cases_smoothed": 8486.857, - "total_deaths": 8129.0, - "new_deaths": 185.0, - "new_deaths_smoothed": 223.143, - "total_cases_per_million": 8414.038, - "new_cases_per_million": 223.561, - "new_cases_smoothed_per_million": 187.78, - "total_deaths_per_million": 179.862, - "new_deaths_per_million": 4.093, - "new_deaths_smoothed_per_million": 4.937, - "new_tests": 17396.0, - "total_tests": 1113799.0, - "total_tests_per_thousand": 24.644, - "new_tests_per_thousand": 0.385, - "new_tests_smoothed": 18503.0, - "new_tests_smoothed_per_thousand": 0.409, - "tests_per_case": 2.18, - "positive_rate": 0.45899999999999996, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-30", - "total_cases": 392009.0, - "new_cases": 11730.0, - "new_cases_smoothed": 8997.0, - "total_deaths": 8305.0, - "new_deaths": 176.0, - "new_deaths_smoothed": 215.714, - "total_cases_per_million": 8673.576, - "new_cases_per_million": 259.538, - "new_cases_smoothed_per_million": 199.067, - "total_deaths_per_million": 183.756, - "new_deaths_per_million": 3.894, - "new_deaths_smoothed_per_million": 4.773, - "new_tests": 13565.0, - "total_tests": 1127364.0, - "total_tests_per_thousand": 24.944, - "new_tests_per_thousand": 0.3, - "new_tests_smoothed": 18943.0, - "new_tests_smoothed_per_thousand": 0.419, - "tests_per_case": 2.105, - "positive_rate": 0.475, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-08-31", - "total_cases": 401226.0, - "new_cases": 9217.0, - "new_cases_smoothed": 9205.286, - "total_deaths": 8401.0, - "new_deaths": 96.0, - "new_deaths_smoothed": 221.857, - "total_cases_per_million": 8877.511, - "new_cases_per_million": 203.935, - "new_cases_smoothed_per_million": 203.676, - "total_deaths_per_million": 185.88, - "new_deaths_per_million": 2.124, - "new_deaths_smoothed_per_million": 4.909, - "new_tests": 18149.0, - "total_tests": 1145513.0, - "total_tests_per_thousand": 25.346, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 19024.0, - "new_tests_smoothed_per_thousand": 0.421, - "tests_per_case": 2.0669999999999997, - "positive_rate": 0.484, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-01", - "total_cases": 408413.0, - "new_cases": 7187.0, - "new_cases_smoothed": 9467.429, - "total_deaths": 8498.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 202.714, - "total_cases_per_million": 9036.53, - "new_cases_per_million": 159.019, - "new_cases_smoothed_per_million": 209.476, - "total_deaths_per_million": 188.026, - "new_deaths_per_million": 2.146, - "new_deaths_smoothed_per_million": 4.485, - "new_tests": 21212.0, - "total_tests": 1166725.0, - "total_tests_per_thousand": 25.815, - "new_tests_per_thousand": 0.469, - "new_tests_smoothed": 19271.0, - "new_tests_smoothed_per_thousand": 0.426, - "tests_per_case": 2.036, - "positive_rate": 0.491, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-02", - "total_cases": 417722.0, - "new_cases": 9309.0, - "new_cases_smoothed": 9552.571, - "total_deaths": 8730.0, - "new_deaths": 232.0, - "new_deaths_smoothed": 189.714, - "total_cases_per_million": 9242.501, - "new_cases_per_million": 205.971, - "new_cases_smoothed_per_million": 211.36, - "total_deaths_per_million": 193.16, - "new_deaths_per_million": 5.133, - "new_deaths_smoothed_per_million": 4.198, - "new_tests": 21203.0, - "total_tests": 1187928.0, - "total_tests_per_thousand": 26.284, - "new_tests_per_thousand": 0.469, - "new_tests_smoothed": 19257.0, - "new_tests_smoothed_per_thousand": 0.426, - "tests_per_case": 2.016, - "positive_rate": 0.496, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-03", - "total_cases": 428226.0, - "new_cases": 10504.0, - "new_cases_smoothed": 9800.143, - "total_deaths": 8971.0, - "new_deaths": 241.0, - "new_deaths_smoothed": 187.143, - "total_cases_per_million": 9474.912, - "new_cases_per_million": 232.411, - "new_cases_smoothed_per_million": 216.838, - "total_deaths_per_million": 198.492, - "new_deaths_per_million": 5.332, - "new_deaths_smoothed_per_million": 4.141, - "new_tests": 21771.0, - "total_tests": 1209699.0, - "total_tests_per_thousand": 26.766, - "new_tests_per_thousand": 0.482, - "new_tests_smoothed": 19237.0, - "new_tests_smoothed_per_thousand": 0.426, - "tests_per_case": 1.963, - "positive_rate": 0.509, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-04", - "total_cases": 439159.0, - "new_cases": 10933.0, - "new_cases_smoothed": 9854.857, - "total_deaths": 9155.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 173.0, - "total_cases_per_million": 9716.815, - "new_cases_per_million": 241.903, - "new_cases_smoothed_per_million": 218.048, - "total_deaths_per_million": 202.563, - "new_deaths_per_million": 4.071, - "new_deaths_smoothed_per_million": 3.828, - "new_tests": 21746.0, - "total_tests": 1231445.0, - "total_tests_per_thousand": 27.247, - "new_tests_per_thousand": 0.481, - "new_tests_smoothed": 19292.0, - "new_tests_smoothed_per_thousand": 0.427, - "tests_per_case": 1.9580000000000002, - "positive_rate": 0.511, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-05", - "total_cases": 451185.0, - "new_cases": 12026.0, - "new_cases_smoothed": 10129.429, - "total_deaths": 9468.0, - "new_deaths": 313.0, - "new_deaths_smoothed": 191.286, - "total_cases_per_million": 9982.902, - "new_cases_per_million": 266.087, - "new_cases_smoothed_per_million": 224.123, - "total_deaths_per_million": 209.489, - "new_deaths_per_million": 6.925, - "new_deaths_smoothed_per_million": 4.232, - "new_tests": 19320.0, - "total_tests": 1250765.0, - "total_tests_per_thousand": 27.674, - "new_tests_per_thousand": 0.427, - "new_tests_smoothed": 19567.0, - "new_tests_smoothed_per_thousand": 0.433, - "tests_per_case": 1.932, - "positive_rate": 0.518, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-06", - "total_cases": 461869.0, - "new_cases": 10684.0, - "new_cases_smoothed": 9980.0, - "total_deaths": 9685.0, - "new_deaths": 217.0, - "new_deaths_smoothed": 197.143, - "total_cases_per_million": 10219.295, - "new_cases_per_million": 236.394, - "new_cases_smoothed_per_million": 220.817, - "total_deaths_per_million": 214.29, - "new_deaths_per_million": 4.801, - "new_deaths_smoothed_per_million": 4.362, - "new_tests": 12385.0, - "total_tests": 1263150.0, - "total_tests_per_thousand": 27.948, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 19398.0, - "new_tests_smoothed_per_thousand": 0.429, - "tests_per_case": 1.944, - "positive_rate": 0.514, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-07", - "total_cases": 471793.0, - "new_cases": 9924.0, - "new_cases_smoothed": 10081.0, - "total_deaths": 9807.0, - "new_deaths": 122.0, - "new_deaths_smoothed": 200.857, - "total_cases_per_million": 10438.874, - "new_cases_per_million": 219.578, - "new_cases_smoothed_per_million": 223.052, - "total_deaths_per_million": 216.989, - "new_deaths_per_million": 2.699, - "new_deaths_smoothed_per_million": 4.444, - "new_tests": 19601.0, - "total_tests": 1282751.0, - "total_tests_per_thousand": 28.382, - "new_tests_per_thousand": 0.434, - "new_tests_smoothed": 19605.0, - "new_tests_smoothed_per_thousand": 0.434, - "tests_per_case": 1.945, - "positive_rate": 0.514, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-08", - "total_cases": 478779.0, - "new_cases": 6986.0, - "new_cases_smoothed": 10052.286, - "total_deaths": 9912.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 202.0, - "total_cases_per_million": 10593.445, - "new_cases_per_million": 154.572, - "new_cases_smoothed_per_million": 222.416, - "total_deaths_per_million": 219.313, - "new_deaths_per_million": 2.323, - "new_deaths_smoothed_per_million": 4.469, - "new_tests": 22946.0, - "total_tests": 1305697.0, - "total_tests_per_thousand": 28.89, - "new_tests_per_thousand": 0.508, - "new_tests_smoothed": 19853.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 1.975, - "positive_rate": 0.506, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-09", - "total_cases": 487994.0, - "new_cases": 9215.0, - "new_cases_smoothed": 10038.857, - "total_deaths": 10179.0, - "new_deaths": 267.0, - "new_deaths_smoothed": 207.0, - "total_cases_per_million": 10797.336, - "new_cases_per_million": 203.891, - "new_cases_smoothed_per_million": 222.119, - "total_deaths_per_million": 225.22, - "new_deaths_per_million": 5.908, - "new_deaths_smoothed_per_million": 4.58, - "new_tests": 24475.0, - "total_tests": 1330172.0, - "total_tests_per_thousand": 29.431, - "new_tests_per_thousand": 0.542, - "new_tests_smoothed": 20321.0, - "new_tests_smoothed_per_thousand": 0.45, - "tests_per_case": 2.024, - "positive_rate": 0.494, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-10", - "total_cases": 500021.0, - "new_cases": 12027.0, - "new_cases_smoothed": 10256.429, - "total_deaths": 10457.0, - "new_deaths": 278.0, - "new_deaths_smoothed": 212.286, - "total_cases_per_million": 11063.445, - "new_cases_per_million": 266.109, - "new_cases_smoothed_per_million": 226.933, - "total_deaths_per_million": 231.371, - "new_deaths_per_million": 6.151, - "new_deaths_smoothed_per_million": 4.697, - "new_tests": 23726.0, - "total_tests": 1353898.0, - "total_tests_per_thousand": 29.956, - "new_tests_per_thousand": 0.525, - "new_tests_smoothed": 20600.0, - "new_tests_smoothed_per_thousand": 0.456, - "tests_per_case": 2.008, - "positive_rate": 0.498, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-11", - "total_cases": 512280.0, - "new_cases": 12259.0, - "new_cases_smoothed": 10445.857, - "total_deaths": 10713.0, - "new_deaths": 256.0, - "new_deaths_smoothed": 222.571, - "total_cases_per_million": 11334.687, - "new_cases_per_million": 271.242, - "new_cases_smoothed_per_million": 231.125, - "total_deaths_per_million": 237.035, - "new_deaths_per_million": 5.664, - "new_deaths_smoothed_per_million": 4.925, - "new_tests": 24984.0, - "total_tests": 1378882.0, - "total_tests_per_thousand": 30.509, - "new_tests_per_thousand": 0.553, - "new_tests_smoothed": 21062.0, - "new_tests_smoothed_per_thousand": 0.466, - "tests_per_case": 2.016, - "positive_rate": 0.496, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-12", - "total_cases": 524185.0, - "new_cases": 11905.0, - "new_cases_smoothed": 10428.571, - "total_deaths": 10994.0, - "new_deaths": 281.0, - "new_deaths_smoothed": 218.0, - "total_cases_per_million": 11598.097, - "new_cases_per_million": 263.41, - "new_cases_smoothed_per_million": 230.742, - "total_deaths_per_million": 243.253, - "new_deaths_per_million": 6.217, - "new_deaths_smoothed_per_million": 4.823, - "new_tests": 18940.0, - "total_tests": 1397822.0, - "total_tests_per_thousand": 30.928, - "new_tests_per_thousand": 0.419, - "new_tests_smoothed": 21008.0, - "new_tests_smoothed_per_thousand": 0.465, - "tests_per_case": 2.0140000000000002, - "positive_rate": 0.496, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-13", - "total_cases": 535690.0, - "new_cases": 11505.0, - "new_cases_smoothed": 10545.857, - "total_deaths": 11206.0, - "new_deaths": 212.0, - "new_deaths_smoothed": 217.286, - "total_cases_per_million": 11852.656, - "new_cases_per_million": 254.559, - "new_cases_smoothed_per_million": 233.337, - "total_deaths_per_million": 247.944, - "new_deaths_per_million": 4.691, - "new_deaths_smoothed_per_million": 4.808, - "new_tests": 12930.0, - "total_tests": 1410752.0, - "total_tests_per_thousand": 31.214, - "new_tests_per_thousand": 0.286, - "new_tests_smoothed": 21086.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_per_case": 1.999, - "positive_rate": 0.5, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-14", - "total_cases": 546468.0, - "new_cases": 10778.0, - "new_cases_smoothed": 10667.857, - "total_deaths": 11307.0, - "new_deaths": 101.0, - "new_deaths_smoothed": 214.286, - "total_cases_per_million": 12091.13, - "new_cases_per_million": 238.474, - "new_cases_smoothed_per_million": 236.037, - "total_deaths_per_million": 250.178, - "new_deaths_per_million": 2.235, - "new_deaths_smoothed_per_million": 4.741, - "new_tests": 20509.0, - "total_tests": 1431261.0, - "total_tests_per_thousand": 31.668, - "new_tests_per_thousand": 0.454, - "new_tests_smoothed": 21216.0, - "new_tests_smoothed_per_thousand": 0.469, - "tests_per_case": 1.989, - "positive_rate": 0.503, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-15", - "total_cases": 555524.0, - "new_cases": 9056.0, - "new_cases_smoothed": 10963.571, - "total_deaths": 11412.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 214.286, - "total_cases_per_million": 12291.502, - "new_cases_per_million": 200.373, - "new_cases_smoothed_per_million": 242.58, - "total_deaths_per_million": 252.501, - "new_deaths_per_million": 2.323, - "new_deaths_smoothed_per_million": 4.741, - "new_tests": 21843.0, - "total_tests": 1453104.0, - "total_tests_per_thousand": 32.151, - "new_tests_per_thousand": 0.483, - "new_tests_smoothed": 21058.0, - "new_tests_smoothed_per_thousand": 0.466, - "tests_per_case": 1.921, - "positive_rate": 0.521, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-16", - "total_cases": 565432.0, - "new_cases": 9908.0, - "new_cases_smoothed": 11062.571, - "total_deaths": 11710.0, - "new_deaths": 298.0, - "new_deaths_smoothed": 218.714, - "total_cases_per_million": 12510.726, - "new_cases_per_million": 219.224, - "new_cases_smoothed_per_million": 244.77, - "total_deaths_per_million": 259.095, - "new_deaths_per_million": 6.594, - "new_deaths_smoothed_per_million": 4.839, - "new_tests": 22858.0, - "total_tests": 1475962.0, - "total_tests_per_thousand": 32.657, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 20827.0, - "new_tests_smoothed_per_thousand": 0.461, - "tests_per_case": 1.883, - "positive_rate": 0.531, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-17", - "total_cases": 577325.0, - "new_cases": 11893.0, - "new_cases_smoothed": 11043.429, - "total_deaths": 11910.0, - "new_deaths": 200.0, - "new_deaths_smoothed": 207.571, - "total_cases_per_million": 12773.87, - "new_cases_per_million": 263.144, - "new_cases_smoothed_per_million": 244.346, - "total_deaths_per_million": 263.52, - "new_deaths_per_million": 4.425, - "new_deaths_smoothed_per_million": 4.593, - "new_tests": 22853.0, - "total_tests": 1498815.0, - "total_tests_per_thousand": 33.163, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 20702.0, - "new_tests_smoothed_per_thousand": 0.458, - "tests_per_case": 1.875, - "positive_rate": 0.5329999999999999, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-18", - "total_cases": 588999.0, - "new_cases": 11674.0, - "new_cases_smoothed": 10959.857, - "total_deaths": 12229.0, - "new_deaths": 319.0, - "new_deaths_smoothed": 216.571, - "total_cases_per_million": 13032.169, - "new_cases_per_million": 258.298, - "new_cases_smoothed_per_million": 242.497, - "total_deaths_per_million": 270.578, - "new_deaths_per_million": 7.058, - "new_deaths_smoothed_per_million": 4.792, - "new_tests": 23465.0, - "total_tests": 1522280.0, - "total_tests_per_thousand": 33.682, - "new_tests_per_thousand": 0.519, - "new_tests_smoothed": 20485.0, - "new_tests_smoothed_per_thousand": 0.453, - "tests_per_case": 1.869, - "positive_rate": 0.535, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-19", - "total_cases": 601700.0, - "new_cases": 12701.0, - "new_cases_smoothed": 11073.571, - "total_deaths": 12491.0, - "new_deaths": 262.0, - "new_deaths_smoothed": 213.857, - "total_cases_per_million": 13313.191, - "new_cases_per_million": 281.022, - "new_cases_smoothed_per_million": 245.013, - "total_deaths_per_million": 276.375, - "new_deaths_per_million": 5.797, - "new_deaths_smoothed_per_million": 4.732, - "new_tests": 17612.0, - "total_tests": 1539892.0, - "total_tests_per_thousand": 34.072, - "new_tests_per_thousand": 0.39, - "new_tests_smoothed": 20296.0, - "new_tests_smoothed_per_thousand": 0.449, - "tests_per_case": 1.8330000000000002, - "positive_rate": 0.546, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-20", - "total_cases": 613645.0, - "new_cases": 11945.0, - "new_cases_smoothed": 11136.429, - "total_deaths": 12705.0, - "new_deaths": 214.0, - "new_deaths_smoothed": 214.143, - "total_cases_per_million": 13577.485, - "new_cases_per_million": 264.295, - "new_cases_smoothed_per_million": 246.404, - "total_deaths_per_million": 281.11, - "new_deaths_per_million": 4.735, - "new_deaths_smoothed_per_million": 4.738, - "new_tests": 10326.0, - "total_tests": 1550218.0, - "total_tests_per_thousand": 34.3, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 19924.0, - "new_tests_smoothed_per_thousand": 0.441, - "tests_per_case": 1.7890000000000001, - "positive_rate": 0.5589999999999999, - "tests_units": "people tested", - "stringency_index": 91.67 - }, - { - "date": "2020-09-21", - "total_cases": 622921.0, - "new_cases": 9276.0, - "new_cases_smoothed": 10921.857, - "total_deaths": 12909.0, - "new_deaths": 204.0, - "new_deaths_smoothed": 228.857, - "total_cases_per_million": 13782.726, - "new_cases_per_million": 205.24, - "new_cases_smoothed_per_million": 241.657, - "total_deaths_per_million": 285.624, - "new_deaths_per_million": 4.514, - "new_deaths_smoothed_per_million": 5.064 - }, - { - "date": "2020-09-22", - "total_cases": 640134.0, - "new_cases": 17213.0, - "new_cases_smoothed": 12087.143, - "total_deaths": 13482.0, - "new_deaths": 573.0, - "new_deaths_smoothed": 295.714, - "total_cases_per_million": 14163.58, - "new_cases_per_million": 380.854, - "new_cases_smoothed_per_million": 267.44, - "total_deaths_per_million": 298.302, - "new_deaths_per_million": 12.678, - "new_deaths_smoothed_per_million": 6.543 - }, - { - "date": "2020-09-23", - "total_cases": 652161.0, - "new_cases": 12027.0, - "new_cases_smoothed": 12389.857, - "total_deaths": 13952.0, - "new_deaths": 470.0, - "new_deaths_smoothed": 320.286, - "total_cases_per_million": 14429.689, - "new_cases_per_million": 266.109, - "new_cases_smoothed_per_million": 274.137, - "total_deaths_per_million": 308.701, - "new_deaths_per_million": 10.399, - "new_deaths_smoothed_per_million": 7.087 - }, - { - "date": "2020-09-24", - "total_cases": 664799.0, - "new_cases": 12638.0, - "new_cases_smoothed": 12496.286, - "total_deaths": 14376.0, - "new_deaths": 424.0, - "new_deaths_smoothed": 352.286, - "total_cases_per_million": 14709.317, - "new_cases_per_million": 279.628, - "new_cases_smoothed_per_million": 276.492, - "total_deaths_per_million": 318.083, - "new_deaths_per_million": 9.381, - "new_deaths_smoothed_per_million": 7.795 - }, - { - "date": "2020-09-25", - "total_cases": 678266.0, - "new_cases": 13467.0, - "new_cases_smoothed": 12752.429, - "total_deaths": 14766.0, - "new_deaths": 390.0, - "new_deaths_smoothed": 362.429, - "total_cases_per_million": 15007.287, - "new_cases_per_million": 297.97, - "new_cases_smoothed_per_million": 282.16, - "total_deaths_per_million": 326.712, - "new_deaths_per_million": 8.629, - "new_deaths_smoothed_per_million": 8.019 - } - ] - }, - "ARM": { - "continent": "Asia", - "location": "Armenia", - "population": 2963234.0, - "population_density": 102.931, - "median_age": 35.7, - "aged_65_older": 11.232, - "aged_70_older": 7.571, - "gdp_per_capita": 8787.58, - "extreme_poverty": 1.8, - "cardiovasc_death_rate": 341.01, - "diabetes_prevalence": 7.11, - "female_smokers": 1.5, - "male_smokers": 52.1, - "handwashing_facilities": 94.043, - "hospital_beds_per_thousand": 4.2, - "life_expectancy": 75.09, - "human_development_index": 0.755, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.337, - "new_cases_per_million": 0.337, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.337, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-06", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-11", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.35, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 0.145, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-13", - "total_cases": 6.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.025, - "new_cases_per_million": 0.675, - "new_cases_smoothed_per_million": 0.241, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-14", - "total_cases": 13.0, - "new_cases": 7.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.387, - "new_cases_per_million": 2.362, - "new_cases_smoothed_per_million": 0.579, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-15", - "total_cases": 20.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.749, - "new_cases_per_million": 2.362, - "new_cases_smoothed_per_million": 0.916, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-16", - "total_cases": 28.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.449, - "new_cases_per_million": 2.7, - "new_cases_smoothed_per_million": 1.302, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-17", - "total_cases": 45.0, - "new_cases": 17.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15.186, - "new_cases_per_million": 5.737, - "new_cases_smoothed_per_million": 2.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-18", - "total_cases": 78.0, - "new_cases": 33.0, - "new_cases_smoothed": 11.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.323, - "new_cases_per_million": 11.136, - "new_cases_smoothed_per_million": 3.712, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-19", - "total_cases": 110.0, - "new_cases": 32.0, - "new_cases_smoothed": 15.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.122, - "new_cases_per_million": 10.799, - "new_cases_smoothed_per_million": 5.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-20", - "total_cases": 136.0, - "new_cases": 26.0, - "new_cases_smoothed": 18.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.896, - "new_cases_per_million": 8.774, - "new_cases_smoothed_per_million": 6.267, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-21", - "total_cases": 160.0, - "new_cases": 24.0, - "new_cases_smoothed": 21.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.995, - "new_cases_per_million": 8.099, - "new_cases_smoothed_per_million": 7.087, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-22", - "total_cases": 190.0, - "new_cases": 30.0, - "new_cases_smoothed": 24.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.119, - "new_cases_per_million": 10.124, - "new_cases_smoothed_per_million": 8.196, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-23", - "total_cases": 194.0, - "new_cases": 4.0, - "new_cases_smoothed": 23.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.469, - "new_cases_per_million": 1.35, - "new_cases_smoothed_per_million": 8.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 235.0, - "new_cases": 41.0, - "new_cases_smoothed": 27.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.305, - "new_cases_per_million": 13.836, - "new_cases_smoothed_per_million": 9.16, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-25", - "total_cases": 265.0, - "new_cases": 30.0, - "new_cases_smoothed": 26.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.429, - "new_cases_per_million": 10.124, - "new_cases_smoothed_per_million": 9.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 290.0, - "new_cases": 25.0, - "new_cases_smoothed": 25.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.866, - "new_cases_per_million": 8.437, - "new_cases_smoothed_per_million": 8.678, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-27", - "total_cases": 329.0, - "new_cases": 39.0, - "new_cases_smoothed": 27.571, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 111.027, - "new_cases_per_million": 13.161, - "new_cases_smoothed_per_million": 9.305, - "total_deaths_per_million": 0.337, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.048 - }, - { - "date": "2020-03-28", - "total_cases": 372.0, - "new_cases": 43.0, - "new_cases_smoothed": 30.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 125.539, - "new_cases_per_million": 14.511, - "new_cases_smoothed_per_million": 10.22, - "total_deaths_per_million": 0.337, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048 - }, - { - "date": "2020-03-29", - "total_cases": 424.0, - "new_cases": 52.0, - "new_cases_smoothed": 33.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 143.087, - "new_cases_per_million": 17.548, - "new_cases_smoothed_per_million": 11.281, - "total_deaths_per_million": 0.337, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048 - }, - { - "date": "2020-03-30", - "total_cases": 482.0, - "new_cases": 58.0, - "new_cases_smoothed": 41.143, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 162.66, - "new_cases_per_million": 19.573, - "new_cases_smoothed_per_million": 13.884, - "total_deaths_per_million": 1.012, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.145 - }, - { - "date": "2020-03-31", - "total_cases": 532.0, - "new_cases": 50.0, - "new_cases_smoothed": 42.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 179.534, - "new_cases_per_million": 16.873, - "new_cases_smoothed_per_million": 14.318, - "total_deaths_per_million": 1.012, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145 - }, - { - "date": "2020-04-01", - "total_cases": 571.0, - "new_cases": 39.0, - "new_cases_smoothed": 43.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 192.695, - "new_cases_per_million": 13.161, - "new_cases_smoothed_per_million": 14.752, - "total_deaths_per_million": 1.012, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145 - }, - { - "date": "2020-04-02", - "total_cases": 663.0, - "new_cases": 92.0, - "new_cases_smoothed": 53.286, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 223.742, - "new_cases_per_million": 31.047, - "new_cases_smoothed_per_million": 17.982, - "total_deaths_per_million": 1.35, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.193 - }, - { - "date": "2020-04-03", - "total_cases": 736.0, - "new_cases": 73.0, - "new_cases_smoothed": 58.143, - "total_deaths": 7.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 248.377, - "new_cases_per_million": 24.635, - "new_cases_smoothed_per_million": 19.621, - "total_deaths_per_million": 2.362, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-04", - "total_cases": 770.0, - "new_cases": 34.0, - "new_cases_smoothed": 56.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 259.851, - "new_cases_per_million": 11.474, - "new_cases_smoothed_per_million": 19.188, - "total_deaths_per_million": 2.362, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-05", - "total_cases": 822.0, - "new_cases": 52.0, - "new_cases_smoothed": 56.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 277.4, - "new_cases_per_million": 17.548, - "new_cases_smoothed_per_million": 19.188, - "total_deaths_per_million": 2.362, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-06", - "total_cases": 833.0, - "new_cases": 11.0, - "new_cases_smoothed": 50.143, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 281.112, - "new_cases_per_million": 3.712, - "new_cases_smoothed_per_million": 16.922, - "total_deaths_per_million": 2.7, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.241 - }, - { - "date": "2020-04-07", - "total_cases": 853.0, - "new_cases": 20.0, - "new_cases_smoothed": 45.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 287.861, - "new_cases_per_million": 6.749, - "new_cases_smoothed_per_million": 15.475, - "total_deaths_per_million": 2.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.241 - }, - { - "date": "2020-04-08", - "total_cases": 881.0, - "new_cases": 28.0, - "new_cases_smoothed": 44.286, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 297.31, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 14.945, - "total_deaths_per_million": 3.037, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-09", - "total_cases": 921.0, - "new_cases": 40.0, - "new_cases_smoothed": 36.857, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 310.809, - "new_cases_per_million": 13.499, - "new_cases_smoothed_per_million": 12.438, - "total_deaths_per_million": 3.375, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-10", - "total_cases": 937.0, - "new_cases": 16.0, - "new_cases_smoothed": 28.714, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 316.209, - "new_cases_per_million": 5.4, - "new_cases_smoothed_per_million": 9.69, - "total_deaths_per_million": 3.712, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.193 - }, - { - "date": "2020-04-11", - "total_cases": 967.0, - "new_cases": 30.0, - "new_cases_smoothed": 28.143, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 326.333, - "new_cases_per_million": 10.124, - "new_cases_smoothed_per_million": 9.497, - "total_deaths_per_million": 4.387, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-12", - "total_cases": 1013.0, - "new_cases": 46.0, - "new_cases_smoothed": 27.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 341.856, - "new_cases_per_million": 15.524, - "new_cases_smoothed_per_million": 9.208, - "total_deaths_per_million": 4.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-13", - "total_cases": 1039.0, - "new_cases": 26.0, - "new_cases_smoothed": 29.429, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 350.63, - "new_cases_per_million": 8.774, - "new_cases_smoothed_per_million": 9.931, - "total_deaths_per_million": 4.725, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-14", - "total_cases": 1067.0, - "new_cases": 28.0, - "new_cases_smoothed": 30.571, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 360.08, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 10.317, - "total_deaths_per_million": 5.4, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-15", - "total_cases": 1111.0, - "new_cases": 44.0, - "new_cases_smoothed": 32.857, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 374.928, - "new_cases_per_million": 14.849, - "new_cases_smoothed_per_million": 11.088, - "total_deaths_per_million": 5.737, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-16", - "total_cases": 1159.0, - "new_cases": 48.0, - "new_cases_smoothed": 34.0, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 391.127, - "new_cases_per_million": 16.199, - "new_cases_smoothed_per_million": 11.474, - "total_deaths_per_million": 6.074, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-17", - "total_cases": 1201.0, - "new_cases": 42.0, - "new_cases_smoothed": 37.714, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 405.3, - "new_cases_per_million": 14.174, - "new_cases_smoothed_per_million": 12.727, - "total_deaths_per_million": 6.412, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-18", - "total_cases": 1248.0, - "new_cases": 47.0, - "new_cases_smoothed": 40.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 421.161, - "new_cases_per_million": 15.861, - "new_cases_smoothed_per_million": 13.547, - "total_deaths_per_million": 6.749, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-04-19", - "total_cases": 1291.0, - "new_cases": 43.0, - "new_cases_smoothed": 39.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 435.673, - "new_cases_per_million": 14.511, - "new_cases_smoothed_per_million": 13.402, - "total_deaths_per_million": 6.749, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-04-20", - "total_cases": 1339.0, - "new_cases": 48.0, - "new_cases_smoothed": 42.857, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 451.871, - "new_cases_per_million": 16.199, - "new_cases_smoothed_per_million": 14.463, - "total_deaths_per_million": 7.424, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-21", - "total_cases": 1401.0, - "new_cases": 62.0, - "new_cases_smoothed": 47.714, - "total_deaths": 24.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 472.794, - "new_cases_per_million": 20.923, - "new_cases_smoothed_per_million": 16.102, - "total_deaths_per_million": 8.099, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-22", - "total_cases": 1473.0, - "new_cases": 72.0, - "new_cases_smoothed": 51.714, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 497.092, - "new_cases_per_million": 24.298, - "new_cases_smoothed_per_million": 17.452, - "total_deaths_per_million": 8.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-04-23", - "total_cases": 1523.0, - "new_cases": 50.0, - "new_cases_smoothed": 52.0, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 513.965, - "new_cases_per_million": 16.873, - "new_cases_smoothed_per_million": 17.548, - "total_deaths_per_million": 8.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-24", - "total_cases": 1596.0, - "new_cases": 73.0, - "new_cases_smoothed": 56.429, - "total_deaths": 27.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 538.601, - "new_cases_per_million": 24.635, - "new_cases_smoothed_per_million": 19.043, - "total_deaths_per_million": 9.112, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-25", - "total_cases": 1677.0, - "new_cases": 81.0, - "new_cases_smoothed": 61.286, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 565.936, - "new_cases_per_million": 27.335, - "new_cases_smoothed_per_million": 20.682, - "total_deaths_per_million": 9.449, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-26", - "total_cases": 1746.0, - "new_cases": 69.0, - "new_cases_smoothed": 65.0, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 589.221, - "new_cases_per_million": 23.285, - "new_cases_smoothed_per_million": 21.935, - "total_deaths_per_million": 9.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-04-27", - "total_cases": 1808.0, - "new_cases": 62.0, - "new_cases_smoothed": 67.0, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 610.144, - "new_cases_per_million": 20.923, - "new_cases_smoothed_per_million": 22.61, - "total_deaths_per_million": 9.787, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-04-28", - "total_cases": 1867.0, - "new_cases": 59.0, - "new_cases_smoothed": 66.571, - "total_deaths": 30.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 630.055, - "new_cases_per_million": 19.911, - "new_cases_smoothed_per_million": 22.466, - "total_deaths_per_million": 10.124, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-29", - "total_cases": 1932.0, - "new_cases": 65.0, - "new_cases_smoothed": 65.571, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 651.99, - "new_cases_per_million": 21.935, - "new_cases_smoothed_per_million": 22.128, - "total_deaths_per_million": 10.124, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-04-30", - "total_cases": 2066.0, - "new_cases": 134.0, - "new_cases_smoothed": 77.571, - "total_deaths": 32.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 697.211, - "new_cases_per_million": 45.221, - "new_cases_smoothed_per_million": 26.178, - "total_deaths_per_million": 10.799, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-05-01", - "total_cases": 2148.0, - "new_cases": 82.0, - "new_cases_smoothed": 78.857, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 724.884, - "new_cases_per_million": 27.672, - "new_cases_smoothed_per_million": 26.612, - "total_deaths_per_million": 11.136, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.289 - }, - { - "date": "2020-05-02", - "total_cases": 2273.0, - "new_cases": 125.0, - "new_cases_smoothed": 85.143, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 767.067, - "new_cases_per_million": 42.184, - "new_cases_smoothed_per_million": 28.733, - "total_deaths_per_million": 11.136, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.241 - }, - { - "date": "2020-05-03", - "total_cases": 2386.0, - "new_cases": 113.0, - "new_cases_smoothed": 91.429, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 805.201, - "new_cases_per_million": 38.134, - "new_cases_smoothed_per_million": 30.854, - "total_deaths_per_million": 11.811, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-05-04", - "total_cases": 2507.0, - "new_cases": 121.0, - "new_cases_smoothed": 99.857, - "total_deaths": 39.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 846.035, - "new_cases_per_million": 40.834, - "new_cases_smoothed_per_million": 33.699, - "total_deaths_per_million": 13.161, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-05", - "total_cases": 2619.0, - "new_cases": 112.0, - "new_cases_smoothed": 107.429, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 883.832, - "new_cases_per_million": 37.797, - "new_cases_smoothed_per_million": 36.254, - "total_deaths_per_million": 13.499, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-06", - "total_cases": 2782.0, - "new_cases": 163.0, - "new_cases_smoothed": 121.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 938.839, - "new_cases_per_million": 55.007, - "new_cases_smoothed_per_million": 40.978, - "total_deaths_per_million": 13.499, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-07", - "total_cases": 2884.0, - "new_cases": 102.0, - "new_cases_smoothed": 116.857, - "total_deaths": 42.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 973.261, - "new_cases_per_million": 34.422, - "new_cases_smoothed_per_million": 39.436, - "total_deaths_per_million": 14.174, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-08", - "total_cases": 3029.0, - "new_cases": 145.0, - "new_cases_smoothed": 125.857, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1022.194, - "new_cases_per_million": 48.933, - "new_cases_smoothed_per_million": 42.473, - "total_deaths_per_million": 14.511, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-09", - "total_cases": 3175.0, - "new_cases": 146.0, - "new_cases_smoothed": 128.857, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1071.464, - "new_cases_per_million": 49.27, - "new_cases_smoothed_per_million": 43.485, - "total_deaths_per_million": 14.849, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.53 - }, - { - "date": "2020-05-10", - "total_cases": 3313.0, - "new_cases": 138.0, - "new_cases_smoothed": 132.429, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1118.035, - "new_cases_per_million": 46.571, - "new_cases_smoothed_per_million": 44.691, - "total_deaths_per_million": 15.186, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.482 - }, - { - "date": "2020-05-11", - "total_cases": 3392.0, - "new_cases": 79.0, - "new_cases_smoothed": 126.429, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1144.695, - "new_cases_per_million": 26.66, - "new_cases_smoothed_per_million": 42.666, - "total_deaths_per_million": 15.524, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-05-12", - "total_cases": 3538.0, - "new_cases": 146.0, - "new_cases_smoothed": 131.286, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1193.966, - "new_cases_per_million": 49.27, - "new_cases_smoothed_per_million": 44.305, - "total_deaths_per_million": 15.861, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-05-13", - "total_cases": 3718.0, - "new_cases": 180.0, - "new_cases_smoothed": 133.714, - "total_deaths": 48.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1254.71, - "new_cases_per_million": 60.744, - "new_cases_smoothed_per_million": 45.124, - "total_deaths_per_million": 16.199, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.386 - }, - { - "date": "2020-05-14", - "total_cases": 3860.0, - "new_cases": 142.0, - "new_cases_smoothed": 139.429, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1302.631, - "new_cases_per_million": 47.921, - "new_cases_smoothed_per_million": 47.053, - "total_deaths_per_million": 16.536, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.337 - }, - { - "date": "2020-05-15", - "total_cases": 4044.0, - "new_cases": 184.0, - "new_cases_smoothed": 145.0, - "total_deaths": 52.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1364.725, - "new_cases_per_million": 62.094, - "new_cases_smoothed_per_million": 48.933, - "total_deaths_per_million": 17.548, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.434 - }, - { - "date": "2020-05-16", - "total_cases": 4283.0, - "new_cases": 239.0, - "new_cases_smoothed": 158.286, - "total_deaths": 55.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1445.38, - "new_cases_per_million": 80.655, - "new_cases_smoothed_per_million": 53.417, - "total_deaths_per_million": 18.561, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.53 - }, - { - "date": "2020-05-17", - "total_cases": 4472.0, - "new_cases": 189.0, - "new_cases_smoothed": 165.571, - "total_deaths": 60.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1509.162, - "new_cases_per_million": 63.782, - "new_cases_smoothed_per_million": 55.875, - "total_deaths_per_million": 20.248, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 0.723 - }, - { - "date": "2020-05-18", - "total_cases": 4823.0, - "new_cases": 351.0, - "new_cases_smoothed": 204.429, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1627.614, - "new_cases_per_million": 118.452, - "new_cases_smoothed_per_million": 68.988, - "total_deaths_per_million": 20.586, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.723 - }, - { - "date": "2020-05-19", - "total_cases": 5041.0, - "new_cases": 218.0, - "new_cases_smoothed": 214.714, - "total_deaths": 64.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 1701.182, - "new_cases_per_million": 73.568, - "new_cases_smoothed_per_million": 72.459, - "total_deaths_per_million": 21.598, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.82 - }, - { - "date": "2020-05-20", - "total_cases": 5271.0, - "new_cases": 230.0, - "new_cases_smoothed": 221.857, - "total_deaths": 67.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1778.8, - "new_cases_per_million": 77.618, - "new_cases_smoothed_per_million": 74.87, - "total_deaths_per_million": 22.61, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-05-21", - "total_cases": 5606.0, - "new_cases": 335.0, - "new_cases_smoothed": 249.429, - "total_deaths": 70.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1891.852, - "new_cases_per_million": 113.052, - "new_cases_smoothed_per_million": 84.174, - "total_deaths_per_million": 23.623, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.012 - }, - { - "date": "2020-05-22", - "total_cases": 5928.0, - "new_cases": 322.0, - "new_cases_smoothed": 269.143, - "total_deaths": 74.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2000.517, - "new_cases_per_million": 108.665, - "new_cases_smoothed_per_million": 90.827, - "total_deaths_per_million": 24.973, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.061 - }, - { - "date": "2020-05-23", - "total_cases": 6302.0, - "new_cases": 374.0, - "new_cases_smoothed": 288.429, - "total_deaths": 77.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2126.73, - "new_cases_per_million": 126.213, - "new_cases_smoothed_per_million": 97.336, - "total_deaths_per_million": 25.985, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.061 - }, - { - "date": "2020-05-24", - "total_cases": 6661.0, - "new_cases": 359.0, - "new_cases_smoothed": 312.714, - "total_deaths": 81.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 2247.882, - "new_cases_per_million": 121.151, - "new_cases_smoothed_per_million": 105.531, - "total_deaths_per_million": 27.335, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.012 - }, - { - "date": "2020-05-25", - "total_cases": 7113.0, - "new_cases": 452.0, - "new_cases_smoothed": 327.143, - "total_deaths": 87.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2400.418, - "new_cases_per_million": 152.536, - "new_cases_smoothed_per_million": 110.401, - "total_deaths_per_million": 29.36, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 1.253 - }, - { - "date": "2020-05-26", - "total_cases": 7402.0, - "new_cases": 289.0, - "new_cases_smoothed": 337.286, - "total_deaths": 91.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2497.947, - "new_cases_per_million": 97.529, - "new_cases_smoothed_per_million": 113.824, - "total_deaths_per_million": 30.71, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.302 - }, - { - "date": "2020-05-27", - "total_cases": 7774.0, - "new_cases": 372.0, - "new_cases_smoothed": 357.571, - "total_deaths": 98.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2623.485, - "new_cases_per_million": 125.539, - "new_cases_smoothed_per_million": 120.669, - "total_deaths_per_million": 33.072, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 1.495 - }, - { - "date": "2020-05-28", - "total_cases": 8216.0, - "new_cases": 442.0, - "new_cases_smoothed": 372.857, - "total_deaths": 113.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 2772.646, - "new_cases_per_million": 149.161, - "new_cases_smoothed_per_million": 125.828, - "total_deaths_per_million": 38.134, - "new_deaths_per_million": 5.062, - "new_deaths_smoothed_per_million": 2.073 - }, - { - "date": "2020-05-29", - "total_cases": 8676.0, - "new_cases": 460.0, - "new_cases_smoothed": 392.571, - "total_deaths": 120.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 2927.882, - "new_cases_per_million": 155.236, - "new_cases_smoothed_per_million": 132.481, - "total_deaths_per_million": 40.496, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 2.218 - }, - { - "date": "2020-05-30", - "total_cases": 8927.0, - "new_cases": 251.0, - "new_cases_smoothed": 375.0, - "total_deaths": 127.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3012.587, - "new_cases_per_million": 84.705, - "new_cases_smoothed_per_million": 126.551, - "total_deaths_per_million": 42.859, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 2.41 - }, - { - "date": "2020-05-31", - "total_cases": 9282.0, - "new_cases": 355.0, - "new_cases_smoothed": 374.429, - "total_deaths": 131.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3132.388, - "new_cases_per_million": 119.802, - "new_cases_smoothed_per_million": 126.358, - "total_deaths_per_million": 44.208, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 2.41 - }, - { - "date": "2020-06-01", - "total_cases": 9492.0, - "new_cases": 210.0, - "new_cases_smoothed": 339.857, - "total_deaths": 139.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 3203.257, - "new_cases_per_million": 70.869, - "new_cases_smoothed_per_million": 114.691, - "total_deaths_per_million": 46.908, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 2.507 - }, - { - "date": "2020-06-02", - "total_cases": 10009.0, - "new_cases": 517.0, - "new_cases_smoothed": 372.429, - "total_deaths": 158.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 3377.729, - "new_cases_per_million": 174.472, - "new_cases_smoothed_per_million": 125.683, - "total_deaths_per_million": 53.32, - "new_deaths_per_million": 6.412, - "new_deaths_smoothed_per_million": 3.23 - }, - { - "date": "2020-06-03", - "total_cases": 10524.0, - "new_cases": 515.0, - "new_cases_smoothed": 392.857, - "total_deaths": 170.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 3551.525, - "new_cases_per_million": 173.797, - "new_cases_smoothed_per_million": 132.577, - "total_deaths_per_million": 57.37, - "new_deaths_per_million": 4.05, - "new_deaths_smoothed_per_million": 3.471 - }, - { - "date": "2020-06-04", - "total_cases": 11221.0, - "new_cases": 697.0, - "new_cases_smoothed": 429.286, - "total_deaths": 176.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 3786.741, - "new_cases_per_million": 235.216, - "new_cases_smoothed_per_million": 144.871, - "total_deaths_per_million": 59.395, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 3.037 - }, - { - "date": "2020-06-05", - "total_cases": 11817.0, - "new_cases": 596.0, - "new_cases_smoothed": 448.714, - "total_deaths": 183.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 3987.873, - "new_cases_per_million": 201.132, - "new_cases_smoothed_per_million": 151.427, - "total_deaths_per_million": 61.757, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 3.037 - }, - { - "date": "2020-06-06", - "total_cases": 12364.0, - "new_cases": 547.0, - "new_cases_smoothed": 491.0, - "total_deaths": 190.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 4172.468, - "new_cases_per_million": 184.596, - "new_cases_smoothed_per_million": 165.697, - "total_deaths_per_million": 64.119, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 3.037 - }, - { - "date": "2020-06-07", - "total_cases": 13130.0, - "new_cases": 766.0, - "new_cases_smoothed": 549.714, - "total_deaths": 200.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 4430.97, - "new_cases_per_million": 258.501, - "new_cases_smoothed_per_million": 185.512, - "total_deaths_per_million": 67.494, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.326 - }, - { - "date": "2020-06-08", - "total_cases": 13325.0, - "new_cases": 195.0, - "new_cases_smoothed": 547.571, - "total_deaths": 211.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 4496.776, - "new_cases_per_million": 65.806, - "new_cases_smoothed_per_million": 184.788, - "total_deaths_per_million": 71.206, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 3.471 - }, - { - "date": "2020-06-09", - "total_cases": 13675.0, - "new_cases": 350.0, - "new_cases_smoothed": 523.714, - "total_deaths": 217.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 4614.89, - "new_cases_per_million": 118.114, - "new_cases_smoothed_per_million": 176.737, - "total_deaths_per_million": 73.231, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 2.844 - }, - { - "date": "2020-06-10", - "total_cases": 14103.0, - "new_cases": 428.0, - "new_cases_smoothed": 511.286, - "total_deaths": 227.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 4759.327, - "new_cases_per_million": 144.437, - "new_cases_smoothed_per_million": 172.543, - "total_deaths_per_million": 76.605, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 2.748 - }, - { - "date": "2020-06-11", - "total_cases": 14669.0, - "new_cases": 566.0, - "new_cases_smoothed": 492.571, - "total_deaths": 245.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 4950.335, - "new_cases_per_million": 191.008, - "new_cases_smoothed_per_million": 166.228, - "total_deaths_per_million": 82.68, - "new_deaths_per_million": 6.074, - "new_deaths_smoothed_per_million": 3.326 - }, - { - "date": "2020-06-12", - "total_cases": 15281.0, - "new_cases": 612.0, - "new_cases_smoothed": 494.857, - "total_deaths": 258.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 5156.866, - "new_cases_per_million": 206.531, - "new_cases_smoothed_per_million": 166.999, - "total_deaths_per_million": 87.067, - "new_deaths_per_million": 4.387, - "new_deaths_smoothed_per_million": 3.616 - }, - { - "date": "2020-06-13", - "total_cases": 16004.0, - "new_cases": 723.0, - "new_cases_smoothed": 520.0, - "total_deaths": 264.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 5400.856, - "new_cases_per_million": 243.99, - "new_cases_smoothed_per_million": 175.484, - "total_deaths_per_million": 89.092, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 3.568 - }, - { - "date": "2020-06-14", - "total_cases": 16667.0, - "new_cases": 663.0, - "new_cases_smoothed": 505.286, - "total_deaths": 269.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 5624.598, - "new_cases_per_million": 223.742, - "new_cases_smoothed_per_million": 170.518, - "total_deaths_per_million": 90.779, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 3.326 - }, - { - "date": "2020-06-15", - "total_cases": 17064.0, - "new_cases": 397.0, - "new_cases_smoothed": 534.143, - "total_deaths": 285.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 5758.573, - "new_cases_per_million": 133.975, - "new_cases_smoothed_per_million": 180.257, - "total_deaths_per_million": 96.179, - "new_deaths_per_million": 5.4, - "new_deaths_smoothed_per_million": 3.568 - }, - { - "date": "2020-06-16", - "total_cases": 17489.0, - "new_cases": 425.0, - "new_cases_smoothed": 544.857, - "total_deaths": 293.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 5901.998, - "new_cases_per_million": 143.424, - "new_cases_smoothed_per_million": 183.872, - "total_deaths_per_million": 98.878, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 3.664 - }, - { - "date": "2020-06-17", - "total_cases": 18033.0, - "new_cases": 544.0, - "new_cases_smoothed": 561.429, - "total_deaths": 302.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 6085.581, - "new_cases_per_million": 183.583, - "new_cases_smoothed_per_million": 189.465, - "total_deaths_per_million": 101.916, - "new_deaths_per_million": 3.037, - "new_deaths_smoothed_per_million": 3.616 - }, - { - "date": "2020-06-18", - "total_cases": 18698.0, - "new_cases": 665.0, - "new_cases_smoothed": 575.571, - "total_deaths": 309.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 6309.998, - "new_cases_per_million": 224.417, - "new_cases_smoothed_per_million": 194.238, - "total_deaths_per_million": 104.278, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 3.085 - }, - { - "date": "2020-06-19", - "total_cases": 19157.0, - "new_cases": 459.0, - "new_cases_smoothed": 553.714, - "total_deaths": 319.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 6464.896, - "new_cases_per_million": 154.898, - "new_cases_smoothed_per_million": 186.861, - "total_deaths_per_million": 107.653, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 2.941 - }, - { - "date": "2020-06-20", - "total_cases": 19708.0, - "new_cases": 551.0, - "new_cases_smoothed": 529.143, - "total_deaths": 332.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 6650.842, - "new_cases_per_million": 185.945, - "new_cases_smoothed_per_million": 178.569, - "total_deaths_per_million": 112.04, - "new_deaths_per_million": 4.387, - "new_deaths_smoothed_per_million": 3.278 - }, - { - "date": "2020-06-21", - "total_cases": 20268.0, - "new_cases": 560.0, - "new_cases_smoothed": 514.429, - "total_deaths": 350.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 6839.824, - "new_cases_per_million": 188.983, - "new_cases_smoothed_per_million": 173.604, - "total_deaths_per_million": 118.114, - "new_deaths_per_million": 6.074, - "new_deaths_smoothed_per_million": 3.905 - }, - { - "date": "2020-06-22", - "total_cases": 20588.0, - "new_cases": 320.0, - "new_cases_smoothed": 503.429, - "total_deaths": 360.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 6947.814, - "new_cases_per_million": 107.99, - "new_cases_smoothed_per_million": 169.892, - "total_deaths_per_million": 121.489, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.616 - }, - { - "date": "2020-06-23", - "total_cases": 21006.0, - "new_cases": 418.0, - "new_cases_smoothed": 502.429, - "total_deaths": 372.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 7088.877, - "new_cases_per_million": 141.062, - "new_cases_smoothed_per_million": 169.554, - "total_deaths_per_million": 125.539, - "new_deaths_per_million": 4.05, - "new_deaths_smoothed_per_million": 3.809 - }, - { - "date": "2020-06-24", - "total_cases": 21717.0, - "new_cases": 711.0, - "new_cases_smoothed": 526.286, - "total_deaths": 386.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 7328.817, - "new_cases_per_million": 239.941, - "new_cases_smoothed_per_million": 177.605, - "total_deaths_per_million": 130.263, - "new_deaths_per_million": 4.725, - "new_deaths_smoothed_per_million": 4.05 - }, - { - "date": "2020-06-25", - "total_cases": 22488.0, - "new_cases": 771.0, - "new_cases_smoothed": 541.429, - "total_deaths": 397.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 7589.006, - "new_cases_per_million": 260.189, - "new_cases_smoothed_per_million": 182.715, - "total_deaths_per_million": 133.975, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 4.242 - }, - { - "date": "2020-06-26", - "total_cases": 23247.0, - "new_cases": 759.0, - "new_cases_smoothed": 584.286, - "total_deaths": 410.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 7845.145, - "new_cases_per_million": 256.139, - "new_cases_smoothed_per_million": 197.178, - "total_deaths_per_million": 138.362, - "new_deaths_per_million": 4.387, - "new_deaths_smoothed_per_million": 4.387 - }, - { - "date": "2020-06-27", - "total_cases": 23909.0, - "new_cases": 662.0, - "new_cases_smoothed": 600.143, - "total_deaths": 420.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 8068.549, - "new_cases_per_million": 223.405, - "new_cases_smoothed_per_million": 202.53, - "total_deaths_per_million": 141.737, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 4.242 - }, - { - "date": "2020-06-28", - "total_cases": 24645.0, - "new_cases": 736.0, - "new_cases_smoothed": 625.286, - "total_deaths": 426.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 8316.927, - "new_cases_per_million": 248.377, - "new_cases_smoothed_per_million": 211.015, - "total_deaths_per_million": 143.762, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 3.664 - }, - { - "date": "2020-06-29", - "total_cases": 25127.0, - "new_cases": 482.0, - "new_cases_smoothed": 648.429, - "total_deaths": 433.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 8479.587, - "new_cases_per_million": 162.66, - "new_cases_smoothed_per_million": 218.825, - "total_deaths_per_million": 146.124, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 3.519 - }, - { - "date": "2020-06-30", - "total_cases": 25542.0, - "new_cases": 415.0, - "new_cases_smoothed": 648.0, - "total_deaths": 443.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 8619.637, - "new_cases_per_million": 140.05, - "new_cases_smoothed_per_million": 218.68, - "total_deaths_per_million": 149.499, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.423 - }, - { - "date": "2020-07-01", - "total_cases": 26065.0, - "new_cases": 523.0, - "new_cases_smoothed": 621.143, - "total_deaths": 453.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 8796.133, - "new_cases_per_million": 176.496, - "new_cases_smoothed_per_million": 209.617, - "total_deaths_per_million": 152.874, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.23 - }, - { - "date": "2020-07-02", - "total_cases": 26658.0, - "new_cases": 593.0, - "new_cases_smoothed": 595.714, - "total_deaths": 459.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 8996.252, - "new_cases_per_million": 200.119, - "new_cases_smoothed_per_million": 201.035, - "total_deaths_per_million": 154.898, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 2.989 - }, - { - "date": "2020-07-03", - "total_cases": 27320.0, - "new_cases": 662.0, - "new_cases_smoothed": 581.857, - "total_deaths": 469.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 9219.657, - "new_cases_per_million": 223.405, - "new_cases_smoothed_per_million": 196.359, - "total_deaths_per_million": 158.273, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 2.844 - }, - { - "date": "2020-07-04", - "total_cases": 27900.0, - "new_cases": 580.0, - "new_cases_smoothed": 570.143, - "total_deaths": 477.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 9415.389, - "new_cases_per_million": 195.732, - "new_cases_smoothed_per_million": 192.406, - "total_deaths_per_million": 160.973, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 2.748 - }, - { - "date": "2020-07-05", - "total_cases": 28606.0, - "new_cases": 706.0, - "new_cases_smoothed": 565.857, - "total_deaths": 484.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 9653.642, - "new_cases_per_million": 238.253, - "new_cases_smoothed_per_million": 190.959, - "total_deaths_per_million": 163.335, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 2.796 - }, - { - "date": "2020-07-06", - "total_cases": 28936.0, - "new_cases": 330.0, - "new_cases_smoothed": 544.143, - "total_deaths": 491.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 9765.007, - "new_cases_per_million": 111.365, - "new_cases_smoothed_per_million": 183.631, - "total_deaths_per_million": 165.697, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 2.796 - }, - { - "date": "2020-07-07", - "total_cases": 29285.0, - "new_cases": 349.0, - "new_cases_smoothed": 534.714, - "total_deaths": 503.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 9882.783, - "new_cases_per_million": 117.777, - "new_cases_smoothed_per_million": 180.45, - "total_deaths_per_million": 169.747, - "new_deaths_per_million": 4.05, - "new_deaths_smoothed_per_million": 2.893 - }, - { - "date": "2020-07-08", - "total_cases": 29820.0, - "new_cases": 535.0, - "new_cases_smoothed": 536.429, - "total_deaths": 521.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 10063.329, - "new_cases_per_million": 180.546, - "new_cases_smoothed_per_million": 181.028, - "total_deaths_per_million": 175.821, - "new_deaths_per_million": 6.074, - "new_deaths_smoothed_per_million": 3.278 - }, - { - "date": "2020-07-09", - "total_cases": 30346.0, - "new_cases": 526.0, - "new_cases_smoothed": 526.857, - "total_deaths": 535.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 10240.838, - "new_cases_per_million": 177.509, - "new_cases_smoothed_per_million": 177.798, - "total_deaths_per_million": 180.546, - "new_deaths_per_million": 4.725, - "new_deaths_smoothed_per_million": 3.664 - }, - { - "date": "2020-07-10", - "total_cases": 30903.0, - "new_cases": 557.0, - "new_cases_smoothed": 511.857, - "total_deaths": 546.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 10428.809, - "new_cases_per_million": 187.97, - "new_cases_smoothed_per_million": 172.736, - "total_deaths_per_million": 184.258, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 3.712 - }, - { - "date": "2020-07-11", - "total_cases": 31392.0, - "new_cases": 489.0, - "new_cases_smoothed": 498.857, - "total_deaths": 559.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 10593.831, - "new_cases_per_million": 165.022, - "new_cases_smoothed_per_million": 168.349, - "total_deaths_per_million": 188.645, - "new_deaths_per_million": 4.387, - "new_deaths_smoothed_per_million": 3.953 - }, - { - "date": "2020-07-12", - "total_cases": 31969.0, - "new_cases": 577.0, - "new_cases_smoothed": 480.429, - "total_deaths": 565.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 10788.551, - "new_cases_per_million": 194.72, - "new_cases_smoothed_per_million": 162.13, - "total_deaths_per_million": 190.67, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 3.905 - }, - { - "date": "2020-07-13", - "total_cases": 32151.0, - "new_cases": 182.0, - "new_cases_smoothed": 459.286, - "total_deaths": 573.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 10849.97, - "new_cases_per_million": 61.419, - "new_cases_smoothed_per_million": 154.995, - "total_deaths_per_million": 193.37, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 3.953 - }, - { - "date": "2020-07-14", - "total_cases": 32490.0, - "new_cases": 339.0, - "new_cases_smoothed": 457.857, - "total_deaths": 581.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 10964.372, - "new_cases_per_million": 114.402, - "new_cases_smoothed_per_million": 154.513, - "total_deaths_per_million": 196.07, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 3.76 - }, - { - "date": "2020-07-15", - "total_cases": 33005.0, - "new_cases": 515.0, - "new_cases_smoothed": 455.0, - "total_deaths": 592.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 11138.169, - "new_cases_per_million": 173.797, - "new_cases_smoothed_per_million": 153.548, - "total_deaths_per_million": 199.782, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 3.423 - }, - { - "date": "2020-07-16", - "total_cases": 33559.0, - "new_cases": 554.0, - "new_cases_smoothed": 459.0, - "total_deaths": 607.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 11325.127, - "new_cases_per_million": 186.958, - "new_cases_smoothed_per_million": 154.898, - "total_deaths_per_million": 204.844, - "new_deaths_per_million": 5.062, - "new_deaths_smoothed_per_million": 3.471 - }, - { - "date": "2020-07-17", - "total_cases": 34001.0, - "new_cases": 442.0, - "new_cases_smoothed": 442.571, - "total_deaths": 620.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 11474.288, - "new_cases_per_million": 149.161, - "new_cases_smoothed_per_million": 149.354, - "total_deaths_per_million": 209.231, - "new_deaths_per_million": 4.387, - "new_deaths_smoothed_per_million": 3.568 - }, - { - "date": "2020-07-18", - "total_cases": 34462.0, - "new_cases": 461.0, - "new_cases_smoothed": 438.571, - "total_deaths": 631.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 11629.861, - "new_cases_per_million": 155.573, - "new_cases_smoothed_per_million": 148.004, - "total_deaths_per_million": 212.943, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 3.471 - }, - { - "date": "2020-07-19", - "total_cases": 34877.0, - "new_cases": 415.0, - "new_cases_smoothed": 415.429, - "total_deaths": 641.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 11769.911, - "new_cases_per_million": 140.05, - "new_cases_smoothed_per_million": 140.194, - "total_deaths_per_million": 216.318, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.664 - }, - { - "date": "2020-07-20", - "total_cases": 34981.0, - "new_cases": 104.0, - "new_cases_smoothed": 404.286, - "total_deaths": 650.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 11805.008, - "new_cases_per_million": 35.097, - "new_cases_smoothed_per_million": 136.434, - "total_deaths_per_million": 219.355, - "new_deaths_per_million": 3.037, - "new_deaths_smoothed_per_million": 3.712 - }, - { - "date": "2020-07-21", - "total_cases": 35254.0, - "new_cases": 273.0, - "new_cases_smoothed": 394.857, - "total_deaths": 662.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 11897.137, - "new_cases_per_million": 92.129, - "new_cases_smoothed_per_million": 133.252, - "total_deaths_per_million": 223.405, - "new_deaths_per_million": 4.05, - "new_deaths_smoothed_per_million": 3.905 - }, - { - "date": "2020-07-22", - "total_cases": 35693.0, - "new_cases": 439.0, - "new_cases_smoothed": 384.0, - "total_deaths": 678.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 12045.286, - "new_cases_per_million": 148.149, - "new_cases_smoothed_per_million": 129.588, - "total_deaths_per_million": 228.804, - "new_deaths_per_million": 5.4, - "new_deaths_smoothed_per_million": 4.146 - }, - { - "date": "2020-07-23", - "total_cases": 36162.0, - "new_cases": 469.0, - "new_cases_smoothed": 371.857, - "total_deaths": 688.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 12203.559, - "new_cases_per_million": 158.273, - "new_cases_smoothed_per_million": 125.49, - "total_deaths_per_million": 232.179, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 3.905 - }, - { - "date": "2020-07-24", - "total_cases": 36613.0, - "new_cases": 451.0, - "new_cases_smoothed": 373.143, - "total_deaths": 692.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 12355.757, - "new_cases_per_million": 152.199, - "new_cases_smoothed_per_million": 125.924, - "total_deaths_per_million": 233.529, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 3.471 - }, - { - "date": "2020-07-25", - "total_cases": 36996.0, - "new_cases": 383.0, - "new_cases_smoothed": 362.0, - "total_deaths": 700.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 12485.008, - "new_cases_per_million": 129.251, - "new_cases_smoothed_per_million": 122.164, - "total_deaths_per_million": 236.228, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 3.326 - }, - { - "date": "2020-07-26", - "total_cases": 37317.0, - "new_cases": 321.0, - "new_cases_smoothed": 348.571, - "total_deaths": 705.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 12593.336, - "new_cases_per_million": 108.328, - "new_cases_smoothed_per_million": 117.632, - "total_deaths_per_million": 237.916, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 3.085 - }, - { - "date": "2020-07-27", - "total_cases": 37390.0, - "new_cases": 73.0, - "new_cases_smoothed": 344.143, - "total_deaths": 711.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 12617.971, - "new_cases_per_million": 24.635, - "new_cases_smoothed_per_million": 116.138, - "total_deaths_per_million": 239.941, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 2.941 - }, - { - "date": "2020-07-28", - "total_cases": 37629.0, - "new_cases": 239.0, - "new_cases_smoothed": 339.286, - "total_deaths": 719.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 12698.626, - "new_cases_per_million": 80.655, - "new_cases_smoothed_per_million": 114.498, - "total_deaths_per_million": 242.64, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 2.748 - }, - { - "date": "2020-07-29", - "total_cases": 37937.0, - "new_cases": 308.0, - "new_cases_smoothed": 320.571, - "total_deaths": 723.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 12802.566, - "new_cases_per_million": 103.94, - "new_cases_smoothed_per_million": 108.183, - "total_deaths_per_million": 243.99, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 2.169 - }, - { - "date": "2020-07-30", - "total_cases": 38196.0, - "new_cases": 259.0, - "new_cases_smoothed": 290.571, - "total_deaths": 728.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 12889.971, - "new_cases_per_million": 87.405, - "new_cases_smoothed_per_million": 98.059, - "total_deaths_per_million": 245.678, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.928 - }, - { - "date": "2020-07-31", - "total_cases": 38550.0, - "new_cases": 354.0, - "new_cases_smoothed": 276.714, - "total_deaths": 738.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 13009.435, - "new_cases_per_million": 119.464, - "new_cases_smoothed_per_million": 93.383, - "total_deaths_per_million": 249.052, - "new_deaths_per_million": 3.375, - "new_deaths_smoothed_per_million": 2.218 - }, - { - "date": "2020-08-01", - "total_cases": 38841.0, - "new_cases": 291.0, - "new_cases_smoothed": 263.571, - "total_deaths": 749.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 13107.638, - "new_cases_per_million": 98.204, - "new_cases_smoothed_per_million": 88.947, - "total_deaths_per_million": 252.764, - "new_deaths_per_million": 3.712, - "new_deaths_smoothed_per_million": 2.362 - }, - { - "date": "2020-08-02", - "total_cases": 39050.0, - "new_cases": 209.0, - "new_cases_smoothed": 247.571, - "total_deaths": 754.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 13178.17, - "new_cases_per_million": 70.531, - "new_cases_smoothed_per_million": 83.548, - "total_deaths_per_million": 254.452, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 2.362 - }, - { - "date": "2020-08-03", - "total_cases": 39102.0, - "new_cases": 52.0, - "new_cases_smoothed": 244.571, - "total_deaths": 762.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 13195.718, - "new_cases_per_million": 17.548, - "new_cases_smoothed_per_million": 82.535, - "total_deaths_per_million": 257.151, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 2.459 - }, - { - "date": "2020-08-04", - "total_cases": 39102.0, - "new_cases": 0.0, - "new_cases_smoothed": 210.429, - "total_deaths": 762.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 13195.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 71.013, - "total_deaths_per_million": 257.151, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.073 - }, - { - "date": "2020-08-05", - "total_cases": 39298.0, - "new_cases": 196.0, - "new_cases_smoothed": 194.429, - "total_deaths": 768.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 13261.862, - "new_cases_per_million": 66.144, - "new_cases_smoothed_per_million": 65.614, - "total_deaths_per_million": 259.176, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 2.169 - }, - { - "date": "2020-08-06", - "total_cases": 39586.0, - "new_cases": 288.0, - "new_cases_smoothed": 198.571, - "total_deaths": 770.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 13359.053, - "new_cases_per_million": 97.191, - "new_cases_smoothed_per_million": 67.012, - "total_deaths_per_million": 259.851, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 2.025 - }, - { - "date": "2020-08-07", - "total_cases": 39819.0, - "new_cases": 233.0, - "new_cases_smoothed": 181.286, - "total_deaths": 772.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 13437.683, - "new_cases_per_million": 78.63, - "new_cases_smoothed_per_million": 61.178, - "total_deaths_per_million": 260.526, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.639 - }, - { - "date": "2020-08-08", - "total_cases": 39885.0, - "new_cases": 66.0, - "new_cases_smoothed": 149.143, - "total_deaths": 777.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 13459.956, - "new_cases_per_million": 22.273, - "new_cases_smoothed_per_million": 50.331, - "total_deaths_per_million": 262.214, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.35 - }, - { - "date": "2020-08-09", - "total_cases": 40185.0, - "new_cases": 300.0, - "new_cases_smoothed": 162.143, - "total_deaths": 785.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 13561.197, - "new_cases_per_million": 101.241, - "new_cases_smoothed_per_million": 54.718, - "total_deaths_per_million": 264.913, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 1.495 - }, - { - "date": "2020-08-10", - "total_cases": 40410.0, - "new_cases": 225.0, - "new_cases_smoothed": 186.857, - "total_deaths": 791.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 13637.128, - "new_cases_per_million": 75.931, - "new_cases_smoothed_per_million": 63.059, - "total_deaths_per_million": 266.938, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 1.398 - }, - { - "date": "2020-08-11", - "total_cases": 40433.0, - "new_cases": 23.0, - "new_cases_smoothed": 190.143, - "total_deaths": 796.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 13644.889, - "new_cases_per_million": 7.762, - "new_cases_smoothed_per_million": 64.167, - "total_deaths_per_million": 268.625, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.639 - }, - { - "date": "2020-08-12", - "total_cases": 40593.0, - "new_cases": 160.0, - "new_cases_smoothed": 185.0, - "total_deaths": 803.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 13698.884, - "new_cases_per_million": 53.995, - "new_cases_smoothed_per_million": 62.432, - "total_deaths_per_million": 270.988, - "new_deaths_per_million": 2.362, - "new_deaths_smoothed_per_million": 1.687 - }, - { - "date": "2020-08-13", - "total_cases": 40794.0, - "new_cases": 201.0, - "new_cases_smoothed": 172.571, - "total_deaths": 806.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 13766.716, - "new_cases_per_million": 67.831, - "new_cases_smoothed_per_million": 58.238, - "total_deaths_per_million": 272.0, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.736 - }, - { - "date": "2020-08-14", - "total_cases": 41023.0, - "new_cases": 229.0, - "new_cases_smoothed": 172.0, - "total_deaths": 809.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 13843.996, - "new_cases_per_million": 77.28, - "new_cases_smoothed_per_million": 58.045, - "total_deaths_per_million": 273.013, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.784 - }, - { - "date": "2020-08-15", - "total_cases": 41299.0, - "new_cases": 276.0, - "new_cases_smoothed": 202.0, - "total_deaths": 814.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 13937.138, - "new_cases_per_million": 93.141, - "new_cases_smoothed_per_million": 68.169, - "total_deaths_per_million": 274.7, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.784 - }, - { - "date": "2020-08-16", - "total_cases": 41495.0, - "new_cases": 196.0, - "new_cases_smoothed": 187.143, - "total_deaths": 817.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 14003.282, - "new_cases_per_million": 66.144, - "new_cases_smoothed_per_million": 63.155, - "total_deaths_per_million": 275.712, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.543 - }, - { - "date": "2020-08-17", - "total_cases": 41663.0, - "new_cases": 168.0, - "new_cases_smoothed": 179.0, - "total_deaths": 818.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 14059.976, - "new_cases_per_million": 56.695, - "new_cases_smoothed_per_million": 60.407, - "total_deaths_per_million": 276.05, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 1.302 - }, - { - "date": "2020-08-18", - "total_cases": 41701.0, - "new_cases": 38.0, - "new_cases_smoothed": 181.143, - "total_deaths": 824.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 14072.8, - "new_cases_per_million": 12.824, - "new_cases_smoothed_per_million": 61.13, - "total_deaths_per_million": 278.075, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 1.35 - }, - { - "date": "2020-08-19", - "total_cases": 41846.0, - "new_cases": 145.0, - "new_cases_smoothed": 179.0, - "total_deaths": 832.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 14121.733, - "new_cases_per_million": 48.933, - "new_cases_smoothed_per_million": 60.407, - "total_deaths_per_million": 280.774, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 1.398 - }, - { - "date": "2020-08-20", - "total_cases": 42056.0, - "new_cases": 210.0, - "new_cases_smoothed": 180.286, - "total_deaths": 833.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 14192.602, - "new_cases_per_million": 70.869, - "new_cases_smoothed_per_million": 60.841, - "total_deaths_per_million": 281.112, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 1.302 - }, - { - "date": "2020-08-21", - "total_cases": 42319.0, - "new_cases": 263.0, - "new_cases_smoothed": 185.143, - "total_deaths": 836.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 14281.356, - "new_cases_per_million": 88.754, - "new_cases_smoothed_per_million": 62.48, - "total_deaths_per_million": 282.124, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.302 - }, - { - "date": "2020-08-22", - "total_cases": 42477.0, - "new_cases": 158.0, - "new_cases_smoothed": 168.286, - "total_deaths": 842.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 14334.676, - "new_cases_per_million": 53.32, - "new_cases_smoothed_per_million": 56.791, - "total_deaths_per_million": 284.149, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 1.35 - }, - { - "date": "2020-08-23", - "total_cases": 42616.0, - "new_cases": 139.0, - "new_cases_smoothed": 160.143, - "total_deaths": 850.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 14381.584, - "new_cases_per_million": 46.908, - "new_cases_smoothed_per_million": 54.043, - "total_deaths_per_million": 286.849, - "new_deaths_per_million": 2.7, - "new_deaths_smoothed_per_million": 1.591 - }, - { - "date": "2020-08-24", - "total_cases": 42792.0, - "new_cases": 176.0, - "new_cases_smoothed": 161.286, - "total_deaths": 852.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 14440.979, - "new_cases_per_million": 59.395, - "new_cases_smoothed_per_million": 54.429, - "total_deaths_per_million": 287.524, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.639 - }, - { - "date": "2020-08-25", - "total_cases": 42825.0, - "new_cases": 33.0, - "new_cases_smoothed": 160.571, - "total_deaths": 854.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 14452.115, - "new_cases_per_million": 11.136, - "new_cases_smoothed_per_million": 54.188, - "total_deaths_per_million": 288.199, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.446 - }, - { - "date": "2020-08-26", - "total_cases": 42936.0, - "new_cases": 111.0, - "new_cases_smoothed": 155.714, - "total_deaths": 858.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 14489.575, - "new_cases_per_million": 37.459, - "new_cases_smoothed_per_million": 52.549, - "total_deaths_per_million": 289.549, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.253 - }, - { - "date": "2020-08-27", - "total_cases": 43067.0, - "new_cases": 131.0, - "new_cases_smoothed": 144.429, - "total_deaths": 861.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 14533.783, - "new_cases_per_million": 44.208, - "new_cases_smoothed_per_million": 48.74, - "total_deaths_per_million": 290.561, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.35 - }, - { - "date": "2020-08-28", - "total_cases": 43270.0, - "new_cases": 203.0, - "new_cases_smoothed": 135.857, - "total_deaths": 864.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 14602.289, - "new_cases_per_million": 68.506, - "new_cases_smoothed_per_million": 45.848, - "total_deaths_per_million": 291.573, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.35 - }, - { - "date": "2020-08-29", - "total_cases": 43451.0, - "new_cases": 181.0, - "new_cases_smoothed": 139.143, - "total_deaths": 869.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 14663.371, - "new_cases_per_million": 61.082, - "new_cases_smoothed_per_million": 46.956, - "total_deaths_per_million": 293.261, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.302 - }, - { - "date": "2020-08-30", - "total_cases": 43626.0, - "new_cases": 175.0, - "new_cases_smoothed": 144.286, - "total_deaths": 872.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 14722.428, - "new_cases_per_million": 59.057, - "new_cases_smoothed_per_million": 48.692, - "total_deaths_per_million": 294.273, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.061 - }, - { - "date": "2020-08-31", - "total_cases": 43750.0, - "new_cases": 124.0, - "new_cases_smoothed": 136.857, - "total_deaths": 877.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 14764.274, - "new_cases_per_million": 41.846, - "new_cases_smoothed_per_million": 46.185, - "total_deaths_per_million": 295.96, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 1.205 - }, - { - "date": "2020-09-01", - "total_cases": 43781.0, - "new_cases": 31.0, - "new_cases_smoothed": 136.571, - "total_deaths": 879.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 14774.736, - "new_cases_per_million": 10.462, - "new_cases_smoothed_per_million": 46.089, - "total_deaths_per_million": 296.635, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.205 - }, - { - "date": "2020-09-02", - "total_cases": 43878.0, - "new_cases": 97.0, - "new_cases_smoothed": 134.571, - "total_deaths": 881.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 14807.47, - "new_cases_per_million": 32.735, - "new_cases_smoothed_per_million": 45.414, - "total_deaths_per_million": 297.31, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.109 - }, - { - "date": "2020-09-03", - "total_cases": 44075.0, - "new_cases": 197.0, - "new_cases_smoothed": 144.0, - "total_deaths": 884.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 14873.952, - "new_cases_per_million": 66.481, - "new_cases_smoothed_per_million": 48.596, - "total_deaths_per_million": 298.323, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.109 - }, - { - "date": "2020-09-04", - "total_cases": 44271.0, - "new_cases": 196.0, - "new_cases_smoothed": 143.0, - "total_deaths": 887.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 14940.096, - "new_cases_per_million": 66.144, - "new_cases_smoothed_per_million": 48.258, - "total_deaths_per_million": 299.335, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.109 - }, - { - "date": "2020-09-05", - "total_cases": 44461.0, - "new_cases": 190.0, - "new_cases_smoothed": 144.286, - "total_deaths": 891.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 15004.215, - "new_cases_per_million": 64.119, - "new_cases_smoothed_per_million": 48.692, - "total_deaths_per_million": 300.685, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.061 - }, - { - "date": "2020-09-06", - "total_cases": 44649.0, - "new_cases": 188.0, - "new_cases_smoothed": 146.143, - "total_deaths": 895.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 15067.659, - "new_cases_per_million": 63.444, - "new_cases_smoothed_per_million": 49.319, - "total_deaths_per_million": 302.035, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 1.109 - }, - { - "date": "2020-09-07", - "total_cases": 44783.0, - "new_cases": 134.0, - "new_cases_smoothed": 147.571, - "total_deaths": 897.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 15112.88, - "new_cases_per_million": 45.221, - "new_cases_smoothed_per_million": 49.801, - "total_deaths_per_million": 302.71, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.964 - }, - { - "date": "2020-09-08", - "total_cases": 44845.0, - "new_cases": 62.0, - "new_cases_smoothed": 152.0, - "total_deaths": 900.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 15133.803, - "new_cases_per_million": 20.923, - "new_cases_smoothed_per_million": 51.295, - "total_deaths_per_million": 303.722, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.012 - }, - { - "date": "2020-09-09", - "total_cases": 44953.0, - "new_cases": 108.0, - "new_cases_smoothed": 153.571, - "total_deaths": 903.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 15170.25, - "new_cases_per_million": 36.447, - "new_cases_smoothed_per_million": 51.826, - "total_deaths_per_million": 304.735, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.061 - }, - { - "date": "2020-09-10", - "total_cases": 45152.0, - "new_cases": 199.0, - "new_cases_smoothed": 153.857, - "total_deaths": 905.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 15237.406, - "new_cases_per_million": 67.156, - "new_cases_smoothed_per_million": 51.922, - "total_deaths_per_million": 305.41, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 1.012 - }, - { - "date": "2020-09-11", - "total_cases": 45326.0, - "new_cases": 174.0, - "new_cases_smoothed": 150.714, - "total_deaths": 906.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 15296.126, - "new_cases_per_million": 58.72, - "new_cases_smoothed_per_million": 50.861, - "total_deaths_per_million": 305.747, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-09-12", - "total_cases": 45503.0, - "new_cases": 177.0, - "new_cases_smoothed": 148.857, - "total_deaths": 909.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 15355.858, - "new_cases_per_million": 59.732, - "new_cases_smoothed_per_million": 50.235, - "total_deaths_per_million": 306.759, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.868 - }, - { - "date": "2020-09-13", - "total_cases": 45675.0, - "new_cases": 172.0, - "new_cases_smoothed": 146.571, - "total_deaths": 911.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 15413.903, - "new_cases_per_million": 58.045, - "new_cases_smoothed_per_million": 49.463, - "total_deaths_per_million": 307.434, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.771 - }, - { - "date": "2020-09-14", - "total_cases": 45862.0, - "new_cases": 187.0, - "new_cases_smoothed": 154.143, - "total_deaths": 916.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 15477.009, - "new_cases_per_million": 63.107, - "new_cases_smoothed_per_million": 52.018, - "total_deaths_per_million": 309.122, - "new_deaths_per_million": 1.687, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-09-15", - "total_cases": 45969.0, - "new_cases": 107.0, - "new_cases_smoothed": 160.571, - "total_deaths": 919.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 15513.118, - "new_cases_per_million": 36.109, - "new_cases_smoothed_per_million": 54.188, - "total_deaths_per_million": 310.134, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-09-16", - "total_cases": 46119.0, - "new_cases": 150.0, - "new_cases_smoothed": 166.571, - "total_deaths": 920.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 15563.739, - "new_cases_per_million": 50.62, - "new_cases_smoothed_per_million": 56.213, - "total_deaths_per_million": 310.472, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.82 - }, - { - "date": "2020-09-17", - "total_cases": 46376.0, - "new_cases": 257.0, - "new_cases_smoothed": 174.857, - "total_deaths": 923.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 15650.468, - "new_cases_per_million": 86.73, - "new_cases_smoothed_per_million": 59.009, - "total_deaths_per_million": 311.484, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.868 - }, - { - "date": "2020-09-18", - "total_cases": 46671.0, - "new_cases": 295.0, - "new_cases_smoothed": 192.143, - "total_deaths": 925.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 15750.022, - "new_cases_per_million": 99.553, - "new_cases_smoothed_per_million": 64.842, - "total_deaths_per_million": 312.159, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-09-19", - "total_cases": 46910.0, - "new_cases": 239.0, - "new_cases_smoothed": 201.0, - "total_deaths": 926.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 15830.677, - "new_cases_per_million": 80.655, - "new_cases_smoothed_per_million": 67.831, - "total_deaths_per_million": 312.496, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.82 - }, - { - "date": "2020-09-20", - "total_cases": 47154.0, - "new_cases": 244.0, - "new_cases_smoothed": 211.286, - "total_deaths": 928.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 15913.019, - "new_cases_per_million": 82.342, - "new_cases_smoothed_per_million": 71.302, - "total_deaths_per_million": 313.171, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.82 - }, - { - "date": "2020-09-21", - "total_cases": 47431.0, - "new_cases": 277.0, - "new_cases_smoothed": 224.143, - "total_deaths": 930.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 16006.498, - "new_cases_per_million": 93.479, - "new_cases_smoothed_per_million": 75.641, - "total_deaths_per_million": 313.846, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.675 - }, - { - "date": "2020-09-22", - "total_cases": 47552.0, - "new_cases": 121.0, - "new_cases_smoothed": 226.143, - "total_deaths": 936.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 16047.332, - "new_cases_per_million": 40.834, - "new_cases_smoothed_per_million": 76.316, - "total_deaths_per_million": 315.871, - "new_deaths_per_million": 2.025, - "new_deaths_smoothed_per_million": 0.82 - }, - { - "date": "2020-09-23", - "total_cases": 47667.0, - "new_cases": 115.0, - "new_cases_smoothed": 221.143, - "total_deaths": 938.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 16086.141, - "new_cases_per_million": 38.809, - "new_cases_smoothed_per_million": 74.629, - "total_deaths_per_million": 316.546, - "new_deaths_per_million": 0.675, - "new_deaths_smoothed_per_million": 0.868 - }, - { - "date": "2020-09-24", - "total_cases": 47877.0, - "new_cases": 210.0, - "new_cases_smoothed": 214.429, - "total_deaths": 942.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 16157.01, - "new_cases_per_million": 70.869, - "new_cases_smoothed_per_million": 72.363, - "total_deaths_per_million": 317.896, - "new_deaths_per_million": 1.35, - "new_deaths_smoothed_per_million": 0.916 - }, - { - "date": "2020-09-25", - "total_cases": 48251.0, - "new_cases": 374.0, - "new_cases_smoothed": 225.714, - "total_deaths": 945.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 16283.223, - "new_cases_per_million": 126.213, - "new_cases_smoothed_per_million": 76.172, - "total_deaths_per_million": 318.908, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.964 - } - ] - }, - "ATG": { - "continent": "North America", - "location": "Antigua and Barbuda", - "population": 97928.0, - "population_density": 231.845, - "median_age": 32.1, - "aged_65_older": 6.933, - "aged_70_older": 4.631, - "gdp_per_capita": 21490.943, - "cardiovasc_death_rate": 191.511, - "diabetes_prevalence": 13.17, - "hospital_beds_per_thousand": 3.8, - "life_expectancy": 77.02, - "human_development_index": 0.78, - "data": [ - { - "date": "2020-03-15", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.212, - "new_cases_per_million": 10.212, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-21", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-22", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-23", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-25", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.635, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.635, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-27", - "total_cases": 7.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 40.846, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-28", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-29", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-30", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-31", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-01", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-02", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 71.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-03", - "total_cases": 9.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 91.904, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-04", - "total_cases": 15.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 61.27, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-05", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-06", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-07", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-08", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-09", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-10", - "total_cases": 19.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 194.02, - "new_cases_per_million": 40.846, - "new_cases_smoothed_per_million": 14.588, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 20.423, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-11", - "total_cases": 21.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 214.443, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-12", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 214.443, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-13", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 214.443, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-14", - "total_cases": 23.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 234.866, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-15", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-16", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.67, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.918 - }, - { - "date": "2020-04-17", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-18", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-19", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-20", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 20.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-21", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 234.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 10.212, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-22", - "total_cases": 24.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-23", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-24", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-25", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-26", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-27", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.459 - }, - { - "date": "2020-04-28", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-29", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-30", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-01", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 25.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 65.0, - "new_cases": 39.0, - "new_cases_smoothed": 5.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.753, - "new_cases_per_million": 398.252, - "new_cases_smoothed_per_million": 56.893, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 65.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.753, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 56.893, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 65.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.753, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 56.893, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 65.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.753, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 56.893, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 65.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.753, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 56.893, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 66.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 673.965, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 58.352, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 673.965, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 58.352, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 673.965, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 68.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 694.388, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 4.376, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 694.388, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.376, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 694.388, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.376, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 694.388, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.376, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 70.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 714.811, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 714.811, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 73.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 745.446, - "new_cases_per_million": 30.635, - "new_cases_smoothed_per_million": 10.212, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 73.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 745.446, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.294, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 74.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 755.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 76.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 20.423, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 776.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 82.0, - "new_cases": 6.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 837.35, - "new_cases_per_million": 61.27, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 837.35, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 837.35, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 86.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 878.196, - "new_cases_per_million": 40.846, - "new_cases_smoothed_per_million": 14.588, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 878.196, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.588, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 91.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 929.254, - "new_cases_per_million": 51.058, - "new_cases_smoothed_per_million": 21.882, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 91.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 929.254, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.882, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 91.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 929.254, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.129, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 91.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 929.254, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.129, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 91.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 929.254, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.129, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 92.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.753, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 939.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 93.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 949.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 94.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 959.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 95.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 95.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 970.1, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 96.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.312, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.459, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 97.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 990.524, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 2.918, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 98.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1000.735, - "new_cases_per_million": 10.212, - "new_cases_smoothed_per_million": 4.376, - "total_deaths_per_million": 30.635, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "AUS": { - "continent": "Oceania", - "location": "Australia", - "population": 25499881.0, - "population_density": 3.202, - "median_age": 37.9, - "aged_65_older": 15.504, - "aged_70_older": 10.129, - "gdp_per_capita": 44648.71, - "extreme_poverty": 0.5, - "cardiovasc_death_rate": 107.791, - "diabetes_prevalence": 5.07, - "female_smokers": 13.0, - "male_smokers": 16.5, - "hospital_beds_per_thousand": 3.84, - "life_expectancy": 83.44, - "human_development_index": 0.939, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.039, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-26", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.157, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-27", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-28", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-29", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-30", - "total_cases": 6.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.235, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-31", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.275, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-01", - "total_cases": 9.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.353, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-02", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.431, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-03", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.431, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-04", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.431, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-05", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.471, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-06", - "total_cases": 13.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.51, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-07", - "total_cases": 14.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-08", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.028, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-09", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-10", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-11", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-12", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-13", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-14", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-15", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-16", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-17", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-18", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-19", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-20", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-21", - "total_cases": 17.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.667, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-22", - "total_cases": 21.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.824, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-23", - "total_cases": 22.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.863, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-24", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-25", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-26", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-27", - "total_cases": 23.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.902, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-28", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.902, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 25.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.98, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.02, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "total_cases": 29.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.137, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "total_cases": 33.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.294, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.062, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-04", - "total_cases": 41.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.608, - "new_cases_per_million": 0.314, - "new_cases_smoothed_per_million": 0.106, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-05", - "total_cases": 52.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.039, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.162, - "total_deaths_per_million": 0.078, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-06", - "total_cases": 59.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.314, - "new_cases_per_million": 0.275, - "new_cases_smoothed_per_million": 0.202, - "total_deaths_per_million": 0.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-07", - "total_cases": 63.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.471, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.213, - "total_deaths_per_million": 0.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-08", - "total_cases": 74.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.857, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.902, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.269, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-09", - "total_cases": 80.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.137, - "new_cases_per_million": 0.235, - "new_cases_smoothed_per_million": 0.286, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-10", - "total_cases": 100.0, - "new_cases": 20.0, - "new_cases_smoothed": 9.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.922, - "new_cases_per_million": 0.784, - "new_cases_smoothed_per_million": 0.375, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-11", - "total_cases": 112.0, - "new_cases": 12.0, - "new_cases_smoothed": 10.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.392, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.398, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 19.44 - }, - { - "date": "2020-03-12", - "total_cases": 126.0, - "new_cases": 14.0, - "new_cases_smoothed": 10.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.941, - "new_cases_per_million": 0.549, - "new_cases_smoothed_per_million": 0.415, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-13", - "total_cases": 156.0, - "new_cases": 30.0, - "new_cases_smoothed": 13.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.118, - "new_cases_per_million": 1.176, - "new_cases_smoothed_per_million": 0.543, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-14", - "total_cases": 197.0, - "new_cases": 41.0, - "new_cases_smoothed": 19.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.726, - "new_cases_per_million": 1.608, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 19.44 - }, - { - "date": "2020-03-15", - "total_cases": 249.0, - "new_cases": 52.0, - "new_cases_smoothed": 25.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.765, - "new_cases_per_million": 2.039, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-16", - "total_cases": 298.0, - "new_cases": 49.0, - "new_cases_smoothed": 31.143, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 11.686, - "new_cases_per_million": 1.922, - "new_cases_smoothed_per_million": 1.221, - "total_deaths_per_million": 0.196, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 30.56 - }, - { - "date": "2020-03-17", - "total_cases": 375.0, - "new_cases": 77.0, - "new_cases_smoothed": 39.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 14.706, - "new_cases_per_million": 3.02, - "new_cases_smoothed_per_million": 1.541, - "total_deaths_per_million": 0.196, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 30.56 - }, - { - "date": "2020-03-18", - "total_cases": 454.0, - "new_cases": 79.0, - "new_cases_smoothed": 48.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 17.804, - "new_cases_per_million": 3.098, - "new_cases_smoothed_per_million": 1.916, - "total_deaths_per_million": 0.196, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 36.11 - }, - { - "date": "2020-03-19", - "total_cases": 565.0, - "new_cases": 111.0, - "new_cases_smoothed": 62.714, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 22.157, - "new_cases_per_million": 4.353, - "new_cases_smoothed_per_million": 2.459, - "total_deaths_per_million": 0.235, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 44.44 - }, - { - "date": "2020-03-20", - "total_cases": 709.0, - "new_cases": 144.0, - "new_cases_smoothed": 79.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 27.804, - "new_cases_per_million": 5.647, - "new_cases_smoothed_per_million": 3.098, - "total_deaths_per_million": 0.235, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 47.22 - }, - { - "date": "2020-03-21", - "total_cases": 874.0, - "new_cases": 165.0, - "new_cases_smoothed": 96.714, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 34.275, - "new_cases_per_million": 6.471, - "new_cases_smoothed_per_million": 3.793, - "total_deaths_per_million": 0.275, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 47.22 - }, - { - "date": "2020-03-22", - "total_cases": 1098.0, - "new_cases": 224.0, - "new_cases_smoothed": 121.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 43.059, - "new_cases_per_million": 8.784, - "new_cases_smoothed_per_million": 4.756, - "total_deaths_per_million": 0.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "total_tests": 143056.0, - "total_tests_per_thousand": 5.61, - "tests_units": "tests performed", - "stringency_index": 47.22 - }, - { - "date": "2020-03-23", - "total_cases": 1709.0, - "new_cases": 611.0, - "new_cases_smoothed": 201.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 67.02, - "new_cases_per_million": 23.961, - "new_cases_smoothed_per_million": 7.905, - "total_deaths_per_million": 0.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "tests_units": "tests performed", - "stringency_index": 52.78 - }, - { - "date": "2020-03-24", - "total_cases": 1823.0, - "new_cases": 114.0, - "new_cases_smoothed": 206.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 71.491, - "new_cases_per_million": 4.471, - "new_cases_smoothed_per_million": 8.112, - "total_deaths_per_million": 0.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-25", - "total_cases": 2423.0, - "new_cases": 600.0, - "new_cases_smoothed": 281.286, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 95.02, - "new_cases_per_million": 23.53, - "new_cases_smoothed_per_million": 11.031, - "total_deaths_per_million": 0.314, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-26", - "total_cases": 2799.0, - "new_cases": 376.0, - "new_cases_smoothed": 319.143, - "total_deaths": 11.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 109.765, - "new_cases_per_million": 14.745, - "new_cases_smoothed_per_million": 12.515, - "total_deaths_per_million": 0.431, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.028, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-27", - "total_cases": 3166.0, - "new_cases": 367.0, - "new_cases_smoothed": 351.0, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 124.157, - "new_cases_per_million": 14.392, - "new_cases_smoothed_per_million": 13.765, - "total_deaths_per_million": 0.51, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.039, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-28", - "total_cases": 3378.0, - "new_cases": 212.0, - "new_cases_smoothed": 357.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 132.471, - "new_cases_per_million": 8.314, - "new_cases_smoothed_per_million": 14.028, - "total_deaths_per_million": 0.51, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.034, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-29", - "total_cases": 3809.0, - "new_cases": 431.0, - "new_cases_smoothed": 387.286, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 149.373, - "new_cases_per_million": 16.902, - "new_cases_smoothed_per_million": 15.188, - "total_deaths_per_million": 0.549, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.039, - "total_tests": 211261.0, - "total_tests_per_thousand": 8.285, - "new_tests_smoothed": 9744.0, - "new_tests_smoothed_per_thousand": 0.382, - "tests_per_case": 25.16, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-03-30", - "total_cases": 4093.0, - "new_cases": 284.0, - "new_cases_smoothed": 340.571, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 160.511, - "new_cases_per_million": 11.137, - "new_cases_smoothed_per_million": 13.356, - "total_deaths_per_million": 0.627, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.05, - "new_tests_smoothed": 10105.0, - "new_tests_smoothed_per_thousand": 0.396, - "tests_per_case": 29.671, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-03-31", - "total_cases": 4557.0, - "new_cases": 464.0, - "new_cases_smoothed": 390.571, - "total_deaths": 19.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 178.707, - "new_cases_per_million": 18.196, - "new_cases_smoothed_per_million": 15.317, - "total_deaths_per_million": 0.745, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.067, - "new_tests_smoothed": 10466.0, - "new_tests_smoothed_per_thousand": 0.41, - "tests_per_case": 26.796999999999997, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-01", - "total_cases": 4707.0, - "new_cases": 150.0, - "new_cases_smoothed": 326.286, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 184.589, - "new_cases_per_million": 5.882, - "new_cases_smoothed_per_million": 12.796, - "total_deaths_per_million": 0.784, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.067, - "new_tests_smoothed": 10827.0, - "new_tests_smoothed_per_thousand": 0.425, - "tests_per_case": 33.183, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-02", - "total_cases": 4976.0, - "new_cases": 269.0, - "new_cases_smoothed": 311.0, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 195.138, - "new_cases_per_million": 10.549, - "new_cases_smoothed_per_million": 12.196, - "total_deaths_per_million": 0.824, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 11187.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 35.971, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-03", - "total_cases": 5224.0, - "new_cases": 248.0, - "new_cases_smoothed": 294.0, - "total_deaths": 23.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 204.864, - "new_cases_per_million": 9.726, - "new_cases_smoothed_per_million": 11.529, - "total_deaths_per_million": 0.902, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 11548.0, - "new_tests_smoothed_per_thousand": 0.453, - "tests_per_case": 39.279, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-04", - "total_cases": 5548.0, - "new_cases": 324.0, - "new_cases_smoothed": 310.0, - "total_deaths": 30.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 217.57, - "new_cases_per_million": 12.706, - "new_cases_smoothed_per_million": 12.157, - "total_deaths_per_million": 1.176, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.095, - "new_tests_smoothed": 11909.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_per_case": 38.416, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-05", - "total_cases": 5687.0, - "new_cases": 139.0, - "new_cases_smoothed": 268.286, - "total_deaths": 34.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 223.021, - "new_cases_per_million": 5.451, - "new_cases_smoothed_per_million": 10.521, - "total_deaths_per_million": 1.333, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.112, - "total_tests": 297154.0, - "total_tests_per_thousand": 11.653, - "new_tests_smoothed": 12270.0, - "new_tests_smoothed_per_thousand": 0.481, - "tests_per_case": 45.735, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-06", - "total_cases": 5744.0, - "new_cases": 57.0, - "new_cases_smoothed": 235.857, - "total_deaths": 36.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 225.256, - "new_cases_per_million": 2.235, - "new_cases_smoothed_per_million": 9.249, - "total_deaths_per_million": 1.412, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 5509.0, - "total_tests": 302663.0, - "total_tests_per_thousand": 11.869, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 11305.0, - "new_tests_smoothed_per_thousand": 0.443, - "tests_per_case": 47.931999999999995, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-07", - "total_cases": 5844.0, - "new_cases": 100.0, - "new_cases_smoothed": 183.857, - "total_deaths": 42.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 229.178, - "new_cases_per_million": 3.922, - "new_cases_smoothed_per_million": 7.21, - "total_deaths_per_million": 1.647, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 8037.0, - "total_tests": 310700.0, - "total_tests_per_thousand": 12.184, - "new_tests_per_thousand": 0.315, - "new_tests_smoothed": 10700.0, - "new_tests_smoothed_per_thousand": 0.42, - "tests_per_case": 58.196999999999996, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-08", - "total_cases": 5956.0, - "new_cases": 112.0, - "new_cases_smoothed": 178.429, - "total_deaths": 45.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 233.57, - "new_cases_per_million": 4.392, - "new_cases_smoothed_per_million": 6.997, - "total_deaths_per_million": 1.765, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 8668.0, - "total_tests": 319368.0, - "total_tests_per_thousand": 12.524, - "new_tests_per_thousand": 0.34, - "new_tests_smoothed": 10185.0, - "new_tests_smoothed_per_thousand": 0.399, - "tests_per_case": 57.082, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-09", - "total_cases": 6052.0, - "new_cases": 96.0, - "new_cases_smoothed": 153.714, - "total_deaths": 50.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 237.334, - "new_cases_per_million": 3.765, - "new_cases_smoothed_per_million": 6.028, - "total_deaths_per_million": 1.961, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.162, - "new_tests": 10766.0, - "total_tests": 330134.0, - "total_tests_per_thousand": 12.946, - "new_tests_per_thousand": 0.422, - "new_tests_smoothed": 9970.0, - "new_tests_smoothed_per_thousand": 0.391, - "tests_per_case": 64.861, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-10", - "total_cases": 6152.0, - "new_cases": 100.0, - "new_cases_smoothed": 132.571, - "total_deaths": 52.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 241.256, - "new_cases_per_million": 3.922, - "new_cases_smoothed_per_million": 5.199, - "total_deaths_per_million": 2.039, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.162, - "new_tests": 8212.0, - "total_tests": 338346.0, - "total_tests_per_thousand": 13.269, - "new_tests_per_thousand": 0.322, - "new_tests_smoothed": 9390.0, - "new_tests_smoothed_per_thousand": 0.368, - "tests_per_case": 70.83, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-11", - "total_cases": 6238.0, - "new_cases": 86.0, - "new_cases_smoothed": 98.571, - "total_deaths": 54.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 244.629, - "new_cases_per_million": 3.373, - "new_cases_smoothed_per_million": 3.866, - "total_deaths_per_million": 2.118, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.134, - "new_tests": 9501.0, - "total_tests": 347847.0, - "total_tests_per_thousand": 13.641, - "new_tests_per_thousand": 0.373, - "new_tests_smoothed": 8995.0, - "new_tests_smoothed_per_thousand": 0.353, - "tests_per_case": 91.25399999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-12", - "total_cases": 6289.0, - "new_cases": 51.0, - "new_cases_smoothed": 86.0, - "total_deaths": 57.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 246.629, - "new_cases_per_million": 2.0, - "new_cases_smoothed_per_million": 3.373, - "total_deaths_per_million": 2.235, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 6094.0, - "total_tests": 353941.0, - "total_tests_per_thousand": 13.88, - "new_tests_per_thousand": 0.239, - "new_tests_smoothed": 8112.0, - "new_tests_smoothed_per_thousand": 0.318, - "tests_per_case": 94.32600000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-13", - "total_cases": 6322.0, - "new_cases": 33.0, - "new_cases_smoothed": 82.571, - "total_deaths": 61.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 247.923, - "new_cases_per_million": 1.294, - "new_cases_smoothed_per_million": 3.238, - "total_deaths_per_million": 2.392, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 8195.0, - "total_tests": 362136.0, - "total_tests_per_thousand": 14.201, - "new_tests_per_thousand": 0.321, - "new_tests_smoothed": 8496.0, - "new_tests_smoothed_per_thousand": 0.333, - "tests_per_case": 102.89299999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-14", - "total_cases": 6366.0, - "new_cases": 44.0, - "new_cases_smoothed": 74.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 249.648, - "new_cases_per_million": 1.725, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 2.392, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.106, - "new_tests": 4357.0, - "total_tests": 366493.0, - "total_tests_per_thousand": 14.372, - "new_tests_per_thousand": 0.171, - "new_tests_smoothed": 7970.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_per_case": 106.87700000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-15", - "total_cases": 6416.0, - "new_cases": 50.0, - "new_cases_smoothed": 65.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 251.609, - "new_cases_per_million": 1.961, - "new_cases_smoothed_per_million": 2.577, - "total_deaths_per_million": 2.392, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.09, - "new_tests": 4884.0, - "total_tests": 371377.0, - "total_tests_per_thousand": 14.564, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 7430.0, - "new_tests_smoothed_per_thousand": 0.291, - "tests_per_case": 113.065, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-16", - "total_cases": 6458.0, - "new_cases": 42.0, - "new_cases_smoothed": 58.0, - "total_deaths": 63.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 253.256, - "new_cases_per_million": 1.647, - "new_cases_smoothed_per_million": 2.275, - "total_deaths_per_million": 2.471, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 8626.0, - "total_tests": 380003.0, - "total_tests_per_thousand": 14.902, - "new_tests_per_thousand": 0.338, - "new_tests_smoothed": 7124.0, - "new_tests_smoothed_per_thousand": 0.279, - "tests_per_case": 122.82799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-17", - "total_cases": 6497.0, - "new_cases": 39.0, - "new_cases_smoothed": 49.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 254.786, - "new_cases_per_million": 1.529, - "new_cases_smoothed_per_million": 1.933, - "total_deaths_per_million": 2.471, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 11527.0, - "total_tests": 391530.0, - "total_tests_per_thousand": 15.354, - "new_tests_per_thousand": 0.452, - "new_tests_smoothed": 7598.0, - "new_tests_smoothed_per_thousand": 0.298, - "tests_per_case": 154.162, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-18", - "total_cases": 6533.0, - "new_cases": 36.0, - "new_cases_smoothed": 42.143, - "total_deaths": 67.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 256.197, - "new_cases_per_million": 1.412, - "new_cases_smoothed_per_million": 1.653, - "total_deaths_per_million": 2.627, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 14980.0, - "total_tests": 406510.0, - "total_tests_per_thousand": 15.942, - "new_tests_per_thousand": 0.587, - "new_tests_smoothed": 8380.0, - "new_tests_smoothed_per_thousand": 0.329, - "tests_per_case": 198.847, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-19", - "total_cases": 6586.0, - "new_cases": 53.0, - "new_cases_smoothed": 42.429, - "total_deaths": 69.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 258.276, - "new_cases_per_million": 2.078, - "new_cases_smoothed_per_million": 1.664, - "total_deaths_per_million": 2.706, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 14486.0, - "total_tests": 420996.0, - "total_tests_per_thousand": 16.51, - "new_tests_per_thousand": 0.568, - "new_tests_smoothed": 9579.0, - "new_tests_smoothed_per_thousand": 0.376, - "tests_per_case": 225.768, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-20", - "total_cases": 6612.0, - "new_cases": 26.0, - "new_cases_smoothed": 41.429, - "total_deaths": 70.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 259.295, - "new_cases_per_million": 1.02, - "new_cases_smoothed_per_million": 1.625, - "total_deaths_per_million": 2.745, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 10738.0, - "total_tests": 431734.0, - "total_tests_per_thousand": 16.931, - "new_tests_per_thousand": 0.421, - "new_tests_smoothed": 9943.0, - "new_tests_smoothed_per_thousand": 0.39, - "tests_per_case": 240.003, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-21", - "total_cases": 6625.0, - "new_cases": 13.0, - "new_cases_smoothed": 37.0, - "total_deaths": 71.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 259.805, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 1.451, - "total_deaths_per_million": 2.784, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 8108.0, - "total_tests": 439842.0, - "total_tests_per_thousand": 17.249, - "new_tests_per_thousand": 0.318, - "new_tests_smoothed": 10478.0, - "new_tests_smoothed_per_thousand": 0.411, - "tests_per_case": 283.189, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-22", - "total_cases": 6647.0, - "new_cases": 22.0, - "new_cases_smoothed": 33.0, - "total_deaths": 74.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 260.668, - "new_cases_per_million": 0.863, - "new_cases_smoothed_per_million": 1.294, - "total_deaths_per_million": 2.902, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 12599.0, - "total_tests": 452441.0, - "total_tests_per_thousand": 17.743, - "new_tests_per_thousand": 0.494, - "new_tests_smoothed": 11581.0, - "new_tests_smoothed_per_thousand": 0.454, - "tests_per_case": 350.939, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-23", - "total_cases": 6654.0, - "new_cases": 7.0, - "new_cases_smoothed": 28.0, - "total_deaths": 74.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 260.942, - "new_cases_per_million": 0.275, - "new_cases_smoothed_per_million": 1.098, - "total_deaths_per_million": 2.902, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 14218.0, - "total_tests": 466659.0, - "total_tests_per_thousand": 18.3, - "new_tests_per_thousand": 0.558, - "new_tests_smoothed": 12379.0, - "new_tests_smoothed_per_thousand": 0.485, - "tests_per_case": 442.10699999999997, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-24", - "total_cases": 6667.0, - "new_cases": 13.0, - "new_cases_smoothed": 24.286, - "total_deaths": 75.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 261.452, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 0.952, - "total_deaths_per_million": 2.941, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 15711.0, - "total_tests": 482370.0, - "total_tests_per_thousand": 18.917, - "new_tests_per_thousand": 0.616, - "new_tests_smoothed": 12977.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_per_case": 534.347, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-25", - "total_cases": 6687.0, - "new_cases": 20.0, - "new_cases_smoothed": 22.0, - "total_deaths": 79.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 262.237, - "new_cases_per_million": 0.784, - "new_cases_smoothed_per_million": 0.863, - "total_deaths_per_million": 3.098, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 11887.0, - "total_tests": 494257.0, - "total_tests_per_thousand": 19.383, - "new_tests_per_thousand": 0.466, - "new_tests_smoothed": 12535.0, - "new_tests_smoothed_per_thousand": 0.492, - "tests_per_case": 569.773, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-26", - "total_cases": 6703.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.714, - "total_deaths": 81.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 262.864, - "new_cases_per_million": 0.627, - "new_cases_smoothed_per_million": 0.655, - "total_deaths_per_million": 3.176, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 12192.0, - "total_tests": 506449.0, - "total_tests_per_thousand": 19.861, - "new_tests_per_thousand": 0.478, - "new_tests_smoothed": 12208.0, - "new_tests_smoothed_per_thousand": 0.479, - "tests_per_case": 730.393, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-27", - "total_cases": 6713.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.429, - "total_deaths": 83.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 263.256, - "new_cases_per_million": 0.392, - "new_cases_smoothed_per_million": 0.566, - "total_deaths_per_million": 3.255, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 10614.0, - "total_tests": 517063.0, - "total_tests_per_thousand": 20.277, - "new_tests_per_thousand": 0.416, - "new_tests_smoothed": 12190.0, - "new_tests_smoothed_per_thousand": 0.478, - "tests_per_case": 844.8510000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-28", - "total_cases": 6725.0, - "new_cases": 12.0, - "new_cases_smoothed": 14.286, - "total_deaths": 84.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 263.727, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.56, - "total_deaths_per_million": 3.294, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 13616.0, - "total_tests": 530679.0, - "total_tests_per_thousand": 20.811, - "new_tests_per_thousand": 0.534, - "new_tests_smoothed": 12977.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_per_case": 908.39, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-29", - "total_cases": 6738.0, - "new_cases": 13.0, - "new_cases_smoothed": 13.0, - "total_deaths": 88.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 264.237, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 0.51, - "total_deaths_per_million": 3.451, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.078, - "new_tests": 13731.0, - "total_tests": 544410.0, - "total_tests_per_thousand": 21.35, - "new_tests_per_thousand": 0.538, - "new_tests_smoothed": 13138.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 1010.615, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-30", - "total_cases": 6746.0, - "new_cases": 8.0, - "new_cases_smoothed": 13.143, - "total_deaths": 90.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 264.55, - "new_cases_per_million": 0.314, - "new_cases_smoothed_per_million": 0.515, - "total_deaths_per_million": 3.529, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.09, - "new_tests": 19231.0, - "total_tests": 563641.0, - "total_tests_per_thousand": 22.104, - "new_tests_per_thousand": 0.754, - "new_tests_smoothed": 13855.0, - "new_tests_smoothed_per_thousand": 0.543, - "tests_per_case": 1054.185, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-01", - "total_cases": 6762.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.571, - "total_deaths": 92.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 265.178, - "new_cases_per_million": 0.627, - "new_cases_smoothed_per_million": 0.532, - "total_deaths_per_million": 3.608, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 25227.0, - "total_tests": 588868.0, - "total_tests_per_thousand": 23.093, - "new_tests_per_thousand": 0.989, - "new_tests_smoothed": 15214.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 1121.032, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-02", - "total_cases": 6767.0, - "new_cases": 5.0, - "new_cases_smoothed": 11.429, - "total_deaths": 93.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 265.374, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.647, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.078, - "new_tests": 22715.0, - "total_tests": 611583.0, - "total_tests_per_thousand": 23.984, - "new_tests_per_thousand": 0.891, - "new_tests_smoothed": 16761.0, - "new_tests_smoothed_per_thousand": 0.657, - "tests_per_case": 1466.5870000000002, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-03", - "total_cases": 6783.0, - "new_cases": 16.0, - "new_cases_smoothed": 11.429, - "total_deaths": 93.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 266.001, - "new_cases_per_million": 0.627, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 21524.0, - "total_tests": 633107.0, - "total_tests_per_thousand": 24.828, - "new_tests_per_thousand": 0.844, - "new_tests_smoothed": 18094.0, - "new_tests_smoothed_per_thousand": 0.71, - "tests_per_case": 1583.225, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-04", - "total_cases": 6801.0, - "new_cases": 18.0, - "new_cases_smoothed": 12.571, - "total_deaths": 95.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 266.707, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 3.726, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 17107.0, - "total_tests": 650214.0, - "total_tests_per_thousand": 25.499, - "new_tests_per_thousand": 0.671, - "new_tests_smoothed": 19022.0, - "new_tests_smoothed_per_thousand": 0.746, - "tests_per_case": 1513.114, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-05", - "total_cases": 6825.0, - "new_cases": 24.0, - "new_cases_smoothed": 14.286, - "total_deaths": 95.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 267.648, - "new_cases_per_million": 0.941, - "new_cases_smoothed_per_million": 0.56, - "total_deaths_per_million": 3.726, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 14542.0, - "total_tests": 664756.0, - "total_tests_per_thousand": 26.069, - "new_tests_per_thousand": 0.57, - "new_tests_smoothed": 19154.0, - "new_tests_smoothed_per_thousand": 0.751, - "tests_per_case": 1340.78, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-06", - "total_cases": 6849.0, - "new_cases": 24.0, - "new_cases_smoothed": 15.857, - "total_deaths": 96.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 268.589, - "new_cases_per_million": 0.941, - "new_cases_smoothed_per_million": 0.622, - "total_deaths_per_million": 3.765, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.045, - "new_tests": 23900.0, - "total_tests": 688656.0, - "total_tests_per_thousand": 27.006, - "new_tests_per_thousand": 0.937, - "new_tests_smoothed": 20607.0, - "new_tests_smoothed_per_thousand": 0.808, - "tests_per_case": 1299.5410000000002, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-07", - "total_cases": 6875.0, - "new_cases": 26.0, - "new_cases_smoothed": 18.429, - "total_deaths": 97.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 269.609, - "new_cases_per_million": 1.02, - "new_cases_smoothed_per_million": 0.723, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.039, - "new_tests": 33893.0, - "total_tests": 722549.0, - "total_tests_per_thousand": 28.335, - "new_tests_per_thousand": 1.329, - "new_tests_smoothed": 22701.0, - "new_tests_smoothed_per_thousand": 0.89, - "tests_per_case": 1231.837, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-08", - "total_cases": 6896.0, - "new_cases": 21.0, - "new_cases_smoothed": 19.143, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 270.433, - "new_cases_per_million": 0.824, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 34701.0, - "total_tests": 757250.0, - "total_tests_per_thousand": 29.696, - "new_tests_per_thousand": 1.361, - "new_tests_smoothed": 24055.0, - "new_tests_smoothed_per_thousand": 0.943, - "tests_per_case": 1256.604, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-09", - "total_cases": 6914.0, - "new_cases": 18.0, - "new_cases_smoothed": 21.0, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 271.139, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.824, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 38206.0, - "total_tests": 795456.0, - "total_tests_per_thousand": 31.194, - "new_tests_per_thousand": 1.498, - "new_tests_smoothed": 26268.0, - "new_tests_smoothed_per_thousand": 1.03, - "tests_per_case": 1250.857, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-10", - "total_cases": 6929.0, - "new_cases": 15.0, - "new_cases_smoothed": 20.857, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 271.727, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.818, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 32416.0, - "total_tests": 827872.0, - "total_tests_per_thousand": 32.466, - "new_tests_per_thousand": 1.271, - "new_tests_smoothed": 27824.0, - "new_tests_smoothed_per_thousand": 1.091, - "tests_per_case": 1334.027, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-11", - "total_cases": 6941.0, - "new_cases": 12.0, - "new_cases_smoothed": 20.0, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 272.197, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.784, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 27247.0, - "total_tests": 855119.0, - "total_tests_per_thousand": 33.534, - "new_tests_per_thousand": 1.069, - "new_tests_smoothed": 29272.0, - "new_tests_smoothed_per_thousand": 1.148, - "tests_per_case": 1463.6, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-12", - "total_cases": 6948.0, - "new_cases": 7.0, - "new_cases_smoothed": 17.571, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 272.472, - "new_cases_per_million": 0.275, - "new_cases_smoothed_per_million": 0.689, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 22808.0, - "total_tests": 877927.0, - "total_tests_per_thousand": 34.429, - "new_tests_per_thousand": 0.894, - "new_tests_smoothed": 30453.0, - "new_tests_smoothed_per_thousand": 1.194, - "tests_per_case": 1733.098, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-13", - "total_cases": 6964.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.429, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 273.099, - "new_cases_per_million": 0.627, - "new_cases_smoothed_per_million": 0.644, - "total_deaths_per_million": 3.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 31098.0, - "total_tests": 909025.0, - "total_tests_per_thousand": 35.648, - "new_tests_per_thousand": 1.22, - "new_tests_smoothed": 31481.0, - "new_tests_smoothed_per_thousand": 1.235, - "tests_per_case": 1916.235, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-14", - "total_cases": 6975.0, - "new_cases": 11.0, - "new_cases_smoothed": 14.286, - "total_deaths": 98.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 273.531, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.56, - "total_deaths_per_million": 3.843, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 34455.0, - "total_tests": 943480.0, - "total_tests_per_thousand": 36.999, - "new_tests_per_thousand": 1.351, - "new_tests_smoothed": 31562.0, - "new_tests_smoothed_per_thousand": 1.238, - "tests_per_case": 2209.34, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-15", - "total_cases": 6989.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.286, - "total_deaths": 98.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 274.08, - "new_cases_per_million": 0.549, - "new_cases_smoothed_per_million": 0.521, - "total_deaths_per_million": 3.843, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 40336.0, - "total_tests": 983816.0, - "total_tests_per_thousand": 38.581, - "new_tests_per_thousand": 1.582, - "new_tests_smoothed": 32367.0, - "new_tests_smoothed_per_thousand": 1.269, - "tests_per_case": 2436.226, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-16", - "total_cases": 7019.0, - "new_cases": 30.0, - "new_cases_smoothed": 15.0, - "total_deaths": 98.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 275.256, - "new_cases_per_million": 1.176, - "new_cases_smoothed_per_million": 0.588, - "total_deaths_per_million": 3.843, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 31836.0, - "total_tests": 1015652.0, - "total_tests_per_thousand": 39.83, - "new_tests_per_thousand": 1.248, - "new_tests_smoothed": 31457.0, - "new_tests_smoothed_per_thousand": 1.234, - "tests_per_case": 2097.133, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-17", - "total_cases": 7036.0, - "new_cases": 17.0, - "new_cases_smoothed": 15.286, - "total_deaths": 98.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 275.923, - "new_cases_per_million": 0.667, - "new_cases_smoothed_per_million": 0.599, - "total_deaths_per_million": 3.843, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 26474.0, - "total_tests": 1042126.0, - "total_tests_per_thousand": 40.868, - "new_tests_per_thousand": 1.038, - "new_tests_smoothed": 30608.0, - "new_tests_smoothed_per_thousand": 1.2, - "tests_per_case": 2002.3929999999998, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-18", - "total_cases": 7045.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.857, - "total_deaths": 98.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 276.276, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.583, - "total_deaths_per_million": 3.843, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 19908.0, - "total_tests": 1062034.0, - "total_tests_per_thousand": 41.649, - "new_tests_per_thousand": 0.781, - "new_tests_smoothed": 29559.0, - "new_tests_smoothed_per_thousand": 1.159, - "tests_per_case": 1989.5479999999998, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-19", - "total_cases": 7060.0, - "new_cases": 15.0, - "new_cases_smoothed": 16.0, - "total_deaths": 99.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 276.864, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.627, - "total_deaths_per_million": 3.882, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 23836.0, - "total_tests": 1085870.0, - "total_tests_per_thousand": 42.583, - "new_tests_per_thousand": 0.935, - "new_tests_smoothed": 29706.0, - "new_tests_smoothed_per_thousand": 1.165, - "tests_per_case": 1856.625, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-20", - "total_cases": 7068.0, - "new_cases": 8.0, - "new_cases_smoothed": 14.857, - "total_deaths": 99.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 277.178, - "new_cases_per_million": 0.314, - "new_cases_smoothed_per_million": 0.583, - "total_deaths_per_million": 3.882, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 25697.0, - "total_tests": 1111567.0, - "total_tests_per_thousand": 43.591, - "new_tests_per_thousand": 1.008, - "new_tests_smoothed": 28935.0, - "new_tests_smoothed_per_thousand": 1.135, - "tests_per_case": 1947.5479999999998, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-21", - "total_cases": 7079.0, - "new_cases": 11.0, - "new_cases_smoothed": 14.857, - "total_deaths": 100.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 277.609, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.583, - "total_deaths_per_million": 3.922, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 26117.0, - "total_tests": 1137684.0, - "total_tests_per_thousand": 44.615, - "new_tests_per_thousand": 1.024, - "new_tests_smoothed": 27743.0, - "new_tests_smoothed_per_thousand": 1.088, - "tests_per_case": 1867.317, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-22", - "total_cases": 7081.0, - "new_cases": 2.0, - "new_cases_smoothed": 13.143, - "total_deaths": 100.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 277.688, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.515, - "total_deaths_per_million": 3.922, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 32998.0, - "total_tests": 1170682.0, - "total_tests_per_thousand": 45.909, - "new_tests_per_thousand": 1.294, - "new_tests_smoothed": 26695.0, - "new_tests_smoothed_per_thousand": 1.047, - "tests_per_case": 2031.141, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-23", - "total_cases": 7095.0, - "new_cases": 14.0, - "new_cases_smoothed": 10.857, - "total_deaths": 101.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 278.237, - "new_cases_per_million": 0.549, - "new_cases_smoothed_per_million": 0.426, - "total_deaths_per_million": 3.961, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 21580.0, - "total_tests": 1192262.0, - "total_tests_per_thousand": 46.756, - "new_tests_per_thousand": 0.846, - "new_tests_smoothed": 25230.0, - "new_tests_smoothed_per_thousand": 0.989, - "tests_per_case": 2323.8160000000003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-24", - "total_cases": 7106.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.0, - "total_deaths": 102.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 278.668, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.392, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 32533.0, - "total_tests": 1224795.0, - "total_tests_per_thousand": 48.031, - "new_tests_per_thousand": 1.276, - "new_tests_smoothed": 26096.0, - "new_tests_smoothed_per_thousand": 1.023, - "tests_per_case": 2609.6, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 67.13 - }, - { - "date": "2020-05-25", - "total_cases": 7109.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 278.786, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 19405.0, - "total_tests": 1244200.0, - "total_tests_per_thousand": 48.792, - "new_tests_per_thousand": 0.761, - "new_tests_smoothed": 26024.0, - "new_tests_smoothed_per_thousand": 1.021, - "tests_per_case": 2846.375, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 65.28 - }, - { - "date": "2020-05-26", - "total_cases": 7118.0, - "new_cases": 9.0, - "new_cases_smoothed": 8.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 279.139, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.325, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 44023.0, - "total_tests": 1288223.0, - "total_tests_per_thousand": 50.519, - "new_tests_per_thousand": 1.726, - "new_tests_smoothed": 28908.0, - "new_tests_smoothed_per_thousand": 1.134, - "tests_per_case": 3488.897, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 65.28 - }, - { - "date": "2020-05-27", - "total_cases": 7133.0, - "new_cases": 15.0, - "new_cases_smoothed": 9.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 279.727, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 50098.0, - "total_tests": 1338321.0, - "total_tests_per_thousand": 52.483, - "new_tests_per_thousand": 1.965, - "new_tests_smoothed": 32393.0, - "new_tests_smoothed_per_thousand": 1.27, - "tests_per_case": 3488.4770000000003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 65.28 - }, - { - "date": "2020-05-28", - "total_cases": 7139.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.571, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 279.962, - "new_cases_per_million": 0.235, - "new_cases_smoothed_per_million": 0.336, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 29123.0, - "total_tests": 1367444.0, - "total_tests_per_thousand": 53.626, - "new_tests_per_thousand": 1.142, - "new_tests_smoothed": 32823.0, - "new_tests_smoothed_per_thousand": 1.287, - "tests_per_case": 3829.35, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 65.28 - }, - { - "date": "2020-05-29", - "total_cases": 7150.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.857, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 280.393, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.387, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 30178.0, - "total_tests": 1397622.0, - "total_tests_per_thousand": 54.809, - "new_tests_per_thousand": 1.183, - "new_tests_smoothed": 32420.0, - "new_tests_smoothed_per_thousand": 1.271, - "tests_per_case": 3288.986, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-05-30", - "total_cases": 7173.0, - "new_cases": 23.0, - "new_cases_smoothed": 11.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 281.295, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 30916.0, - "total_tests": 1428538.0, - "total_tests_per_thousand": 56.021, - "new_tests_per_thousand": 1.212, - "new_tests_smoothed": 33754.0, - "new_tests_smoothed_per_thousand": 1.324, - "tests_per_case": 3029.205, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-05-31", - "total_cases": 7185.0, - "new_cases": 12.0, - "new_cases_smoothed": 11.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 281.766, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26030.0, - "total_tests": 1454568.0, - "total_tests_per_thousand": 57.042, - "new_tests_per_thousand": 1.021, - "new_tests_smoothed": 32825.0, - "new_tests_smoothed_per_thousand": 1.287, - "tests_per_case": 2908.5440000000003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-01", - "total_cases": 7195.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 282.158, - "new_cases_per_million": 0.392, - "new_cases_smoothed_per_million": 0.482, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 17652.0, - "total_tests": 1472220.0, - "total_tests_per_thousand": 57.734, - "new_tests_per_thousand": 0.692, - "new_tests_smoothed": 32574.0, - "new_tests_smoothed_per_thousand": 1.277, - "tests_per_case": 2651.3720000000003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-02", - "total_cases": 7204.0, - "new_cases": 9.0, - "new_cases_smoothed": 12.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 282.511, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.482, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 18167.0, - "total_tests": 1490387.0, - "total_tests_per_thousand": 58.447, - "new_tests_per_thousand": 0.712, - "new_tests_smoothed": 28881.0, - "new_tests_smoothed_per_thousand": 1.133, - "tests_per_case": 2350.779, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-03", - "total_cases": 7221.0, - "new_cases": 17.0, - "new_cases_smoothed": 12.571, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 283.178, - "new_cases_per_million": 0.667, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 22313.0, - "total_tests": 1512700.0, - "total_tests_per_thousand": 59.322, - "new_tests_per_thousand": 0.875, - "new_tests_smoothed": 24911.0, - "new_tests_smoothed_per_thousand": 0.977, - "tests_per_case": 1981.557, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-04", - "total_cases": 7229.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.857, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 283.492, - "new_cases_per_million": 0.314, - "new_cases_smoothed_per_million": 0.504, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 33629.0, - "total_tests": 1546329.0, - "total_tests_per_thousand": 60.641, - "new_tests_per_thousand": 1.319, - "new_tests_smoothed": 25555.0, - "new_tests_smoothed_per_thousand": 1.002, - "tests_per_case": 1987.611, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-05", - "total_cases": 7240.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.857, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 283.923, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.504, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 32863.0, - "total_tests": 1579192.0, - "total_tests_per_thousand": 61.929, - "new_tests_per_thousand": 1.289, - "new_tests_smoothed": 25939.0, - "new_tests_smoothed_per_thousand": 1.017, - "tests_per_case": 2017.4779999999998, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-06", - "total_cases": 7251.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 284.354, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11396.0, - "total_tests": 1590588.0, - "total_tests_per_thousand": 62.376, - "new_tests_per_thousand": 0.447, - "new_tests_smoothed": 23150.0, - "new_tests_smoothed_per_thousand": 0.908, - "tests_per_case": 2077.564, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-07", - "total_cases": 7255.0, - "new_cases": 4.0, - "new_cases_smoothed": 10.0, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 284.511, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.392, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26874.0, - "total_tests": 1617462.0, - "total_tests_per_thousand": 63.43, - "new_tests_per_thousand": 1.054, - "new_tests_smoothed": 23271.0, - "new_tests_smoothed_per_thousand": 0.913, - "tests_per_case": 2327.1, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-08", - "total_cases": 7260.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.286, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 284.707, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 16053.0, - "total_tests": 1633515.0, - "total_tests_per_thousand": 64.06, - "new_tests_per_thousand": 0.63, - "new_tests_smoothed": 23042.0, - "new_tests_smoothed_per_thousand": 0.904, - "tests_per_case": 2481.446, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-09", - "total_cases": 7265.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 284.903, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 17169.0, - "total_tests": 1650684.0, - "total_tests_per_thousand": 64.733, - "new_tests_per_thousand": 0.673, - "new_tests_smoothed": 22900.0, - "new_tests_smoothed_per_thousand": 0.898, - "tests_per_case": 2627.869, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-06-10", - "total_cases": 7267.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.571, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 284.982, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.258, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29270.0, - "total_tests": 1679954.0, - "total_tests_per_thousand": 65.881, - "new_tests_per_thousand": 1.148, - "new_tests_smoothed": 23893.0, - "new_tests_smoothed_per_thousand": 0.937, - "tests_per_case": 3635.8909999999996, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-06-11", - "total_cases": 7276.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.335, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.263, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 31269.0, - "total_tests": 1711223.0, - "total_tests_per_thousand": 67.107, - "new_tests_per_thousand": 1.226, - "new_tests_smoothed": 23556.0, - "new_tests_smoothed_per_thousand": 0.924, - "tests_per_case": 3508.34, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-06-12", - "total_cases": 7285.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.429, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.688, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 34327.0, - "total_tests": 1745550.0, - "total_tests_per_thousand": 68.453, - "new_tests_per_thousand": 1.346, - "new_tests_smoothed": 23765.0, - "new_tests_smoothed_per_thousand": 0.932, - "tests_per_case": 3696.778, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-13", - "total_cases": 7290.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.571, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.884, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.218, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 37101.0, - "total_tests": 1782651.0, - "total_tests_per_thousand": 69.908, - "new_tests_per_thousand": 1.455, - "new_tests_smoothed": 27438.0, - "new_tests_smoothed_per_thousand": 1.076, - "tests_per_case": 4924.769, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-14", - "total_cases": 7302.0, - "new_cases": 12.0, - "new_cases_smoothed": 6.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 286.354, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.263, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29702.0, - "total_tests": 1812353.0, - "total_tests_per_thousand": 71.073, - "new_tests_per_thousand": 1.165, - "new_tests_smoothed": 27842.0, - "new_tests_smoothed_per_thousand": 1.092, - "tests_per_case": 4146.681, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-15", - "total_cases": 7320.0, - "new_cases": 18.0, - "new_cases_smoothed": 8.571, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 287.06, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.336, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15796.0, - "total_tests": 1828149.0, - "total_tests_per_thousand": 71.692, - "new_tests_per_thousand": 0.619, - "new_tests_smoothed": 27805.0, - "new_tests_smoothed_per_thousand": 1.09, - "tests_per_case": 3243.917, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-16", - "total_cases": 7335.0, - "new_cases": 15.0, - "new_cases_smoothed": 10.0, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 287.648, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.392, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20198.0, - "total_tests": 1848347.0, - "total_tests_per_thousand": 72.485, - "new_tests_per_thousand": 0.792, - "new_tests_smoothed": 28238.0, - "new_tests_smoothed_per_thousand": 1.107, - "tests_per_case": 2823.8, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-17", - "total_cases": 7347.0, - "new_cases": 12.0, - "new_cases_smoothed": 11.429, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 288.119, - "new_cases_per_million": 0.471, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 27770.0, - "total_tests": 1876117.0, - "total_tests_per_thousand": 73.574, - "new_tests_per_thousand": 1.089, - "new_tests_smoothed": 28023.0, - "new_tests_smoothed_per_thousand": 1.099, - "tests_per_case": 2452.012, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-18", - "total_cases": 7370.0, - "new_cases": 23.0, - "new_cases_smoothed": 13.429, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 289.021, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 0.527, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 51380.0, - "total_tests": 1927497.0, - "total_tests_per_thousand": 75.588, - "new_tests_per_thousand": 2.015, - "new_tests_smoothed": 30896.0, - "new_tests_smoothed_per_thousand": 1.212, - "tests_per_case": 2300.766, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-19", - "total_cases": 7391.0, - "new_cases": 21.0, - "new_cases_smoothed": 15.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 289.844, - "new_cases_per_million": 0.824, - "new_cases_smoothed_per_million": 0.594, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 42708.0, - "total_tests": 1970205.0, - "total_tests_per_thousand": 77.263, - "new_tests_per_thousand": 1.675, - "new_tests_smoothed": 32094.0, - "new_tests_smoothed_per_thousand": 1.259, - "tests_per_case": 2119.415, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-20", - "total_cases": 7409.0, - "new_cases": 18.0, - "new_cases_smoothed": 17.0, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 290.55, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.667, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 35173.0, - "total_tests": 2005378.0, - "total_tests_per_thousand": 78.643, - "new_tests_per_thousand": 1.379, - "new_tests_smoothed": 31818.0, - "new_tests_smoothed_per_thousand": 1.248, - "tests_per_case": 1871.6470000000002, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-21", - "total_cases": 7436.0, - "new_cases": 27.0, - "new_cases_smoothed": 19.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.609, - "new_cases_per_million": 1.059, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 35946.0, - "total_tests": 2041324.0, - "total_tests_per_thousand": 80.052, - "new_tests_per_thousand": 1.41, - "new_tests_smoothed": 32710.0, - "new_tests_smoothed_per_thousand": 1.283, - "tests_per_case": 1708.731, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-22", - "total_cases": 7461.0, - "new_cases": 25.0, - "new_cases_smoothed": 20.143, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.59, - "new_cases_per_million": 0.98, - "new_cases_smoothed_per_million": 0.79, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 66525.0, - "total_tests": 2107849.0, - "total_tests_per_thousand": 82.661, - "new_tests_per_thousand": 2.609, - "new_tests_smoothed": 39957.0, - "new_tests_smoothed_per_thousand": 1.567, - "tests_per_case": 1983.681, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 46.76 - }, - { - "date": "2020-06-23", - "total_cases": 7474.0, - "new_cases": 13.0, - "new_cases_smoothed": 19.857, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 293.099, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 0.779, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 24972.0, - "total_tests": 2132821.0, - "total_tests_per_thousand": 83.64, - "new_tests_per_thousand": 0.979, - "new_tests_smoothed": 40639.0, - "new_tests_smoothed_per_thousand": 1.594, - "tests_per_case": 2046.568, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-24", - "total_cases": 7492.0, - "new_cases": 18.0, - "new_cases_smoothed": 20.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 293.805, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.812, - "total_deaths_per_million": 4.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 47603.0, - "total_tests": 2180424.0, - "total_tests_per_thousand": 85.507, - "new_tests_per_thousand": 1.867, - "new_tests_smoothed": 43472.0, - "new_tests_smoothed_per_thousand": 1.705, - "tests_per_case": 2098.6479999999997, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-25", - "total_cases": 7521.0, - "new_cases": 29.0, - "new_cases_smoothed": 21.571, - "total_deaths": 103.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 294.943, - "new_cases_per_million": 1.137, - "new_cases_smoothed_per_million": 0.846, - "total_deaths_per_million": 4.039, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 51917.0, - "total_tests": 2232341.0, - "total_tests_per_thousand": 87.543, - "new_tests_per_thousand": 2.036, - "new_tests_smoothed": 43549.0, - "new_tests_smoothed_per_thousand": 1.708, - "tests_per_case": 2018.828, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-26", - "total_cases": 7558.0, - "new_cases": 37.0, - "new_cases_smoothed": 23.857, - "total_deaths": 104.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 296.394, - "new_cases_per_million": 1.451, - "new_cases_smoothed_per_million": 0.936, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 49498.0, - "total_tests": 2281839.0, - "total_tests_per_thousand": 89.484, - "new_tests_per_thousand": 1.941, - "new_tests_smoothed": 44519.0, - "new_tests_smoothed_per_thousand": 1.746, - "tests_per_case": 1866.066, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-27", - "total_cases": 7595.0, - "new_cases": 37.0, - "new_cases_smoothed": 26.571, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 297.845, - "new_cases_per_million": 1.451, - "new_cases_smoothed_per_million": 1.042, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 54222.0, - "total_tests": 2336061.0, - "total_tests_per_thousand": 91.611, - "new_tests_per_thousand": 2.126, - "new_tests_smoothed": 47240.0, - "new_tests_smoothed_per_thousand": 1.853, - "tests_per_case": 1777.849, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-28", - "total_cases": 7641.0, - "new_cases": 46.0, - "new_cases_smoothed": 29.286, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 299.648, - "new_cases_per_million": 1.804, - "new_cases_smoothed_per_million": 1.148, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 43114.0, - "total_tests": 2379175.0, - "total_tests_per_thousand": 93.301, - "new_tests_per_thousand": 1.691, - "new_tests_smoothed": 48264.0, - "new_tests_smoothed_per_thousand": 1.893, - "tests_per_case": 1648.039, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-29", - "total_cases": 7686.0, - "new_cases": 45.0, - "new_cases_smoothed": 32.143, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 301.413, - "new_cases_per_million": 1.765, - "new_cases_smoothed_per_million": 1.261, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 36520.0, - "total_tests": 2415695.0, - "total_tests_per_thousand": 94.734, - "new_tests_per_thousand": 1.432, - "new_tests_smoothed": 43978.0, - "new_tests_smoothed_per_thousand": 1.725, - "tests_per_case": 1368.204, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-06-30", - "total_cases": 7767.0, - "new_cases": 81.0, - "new_cases_smoothed": 41.857, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 304.59, - "new_cases_per_million": 3.176, - "new_cases_smoothed_per_million": 1.641, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 40287.0, - "total_tests": 2455982.0, - "total_tests_per_thousand": 96.313, - "new_tests_per_thousand": 1.58, - "new_tests_smoothed": 46166.0, - "new_tests_smoothed_per_thousand": 1.81, - "tests_per_case": 1102.942, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-07-01", - "total_cases": 7834.0, - "new_cases": 67.0, - "new_cases_smoothed": 48.857, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 307.217, - "new_cases_per_million": 2.627, - "new_cases_smoothed_per_million": 1.916, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 49941.0, - "total_tests": 2505923.0, - "total_tests_per_thousand": 98.272, - "new_tests_per_thousand": 1.958, - "new_tests_smoothed": 46500.0, - "new_tests_smoothed_per_thousand": 1.824, - "tests_per_case": 951.7539999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-02", - "total_cases": 7920.0, - "new_cases": 86.0, - "new_cases_smoothed": 57.0, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 310.59, - "new_cases_per_million": 3.373, - "new_cases_smoothed_per_million": 2.235, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 57859.0, - "total_tests": 2563782.0, - "total_tests_per_thousand": 100.541, - "new_tests_per_thousand": 2.269, - "new_tests_smoothed": 47349.0, - "new_tests_smoothed_per_thousand": 1.857, - "tests_per_case": 830.684, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-03", - "total_cases": 8001.0, - "new_cases": 81.0, - "new_cases_smoothed": 63.286, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.766, - "new_cases_per_million": 3.176, - "new_cases_smoothed_per_million": 2.482, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 54078.0, - "total_tests": 2617860.0, - "total_tests_per_thousand": 102.662, - "new_tests_per_thousand": 2.121, - "new_tests_smoothed": 48003.0, - "new_tests_smoothed_per_thousand": 1.882, - "tests_per_case": 758.512, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-04", - "total_cases": 8255.0, - "new_cases": 254.0, - "new_cases_smoothed": 94.286, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 323.727, - "new_cases_per_million": 9.961, - "new_cases_smoothed_per_million": 3.697, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 50176.0, - "total_tests": 2668036.0, - "total_tests_per_thousand": 104.629, - "new_tests_per_thousand": 1.968, - "new_tests_smoothed": 47425.0, - "new_tests_smoothed_per_thousand": 1.86, - "tests_per_case": 502.99199999999996, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-05", - "total_cases": 8362.0, - "new_cases": 107.0, - "new_cases_smoothed": 103.0, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 327.923, - "new_cases_per_million": 4.196, - "new_cases_smoothed_per_million": 4.039, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 45399.0, - "total_tests": 2713435.0, - "total_tests_per_thousand": 106.41, - "new_tests_per_thousand": 1.78, - "new_tests_smoothed": 47751.0, - "new_tests_smoothed_per_thousand": 1.873, - "tests_per_case": 463.602, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-06", - "total_cases": 8449.0, - "new_cases": 87.0, - "new_cases_smoothed": 109.0, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.335, - "new_cases_per_million": 3.412, - "new_cases_smoothed_per_million": 4.275, - "total_deaths_per_million": 4.078, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 45730.0, - "total_tests": 2759165.0, - "total_tests_per_thousand": 108.203, - "new_tests_per_thousand": 1.793, - "new_tests_smoothed": 49067.0, - "new_tests_smoothed_per_thousand": 1.924, - "tests_per_case": 450.156, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-07", - "total_cases": 8586.0, - "new_cases": 137.0, - "new_cases_smoothed": 117.0, - "total_deaths": 106.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 336.707, - "new_cases_per_million": 5.373, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 4.157, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 41942.0, - "total_tests": 2801107.0, - "total_tests_per_thousand": 109.848, - "new_tests_per_thousand": 1.645, - "new_tests_smoothed": 49304.0, - "new_tests_smoothed_per_thousand": 1.933, - "tests_per_case": 421.402, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 68.98 - }, - { - "date": "2020-07-08", - "total_cases": 8755.0, - "new_cases": 169.0, - "new_cases_smoothed": 131.571, - "total_deaths": 106.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 343.335, - "new_cases_per_million": 6.627, - "new_cases_smoothed_per_million": 5.16, - "total_deaths_per_million": 4.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 55299.0, - "total_tests": 2856406.0, - "total_tests_per_thousand": 112.016, - "new_tests_per_thousand": 2.169, - "new_tests_smoothed": 50069.0, - "new_tests_smoothed_per_thousand": 1.963, - "tests_per_case": 380.546, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-07-09", - "total_cases": 8886.0, - "new_cases": 131.0, - "new_cases_smoothed": 138.0, - "total_deaths": 106.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 348.472, - "new_cases_per_million": 5.137, - "new_cases_smoothed_per_million": 5.412, - "total_deaths_per_million": 4.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 54425.0, - "total_tests": 2910831.0, - "total_tests_per_thousand": 114.151, - "new_tests_per_thousand": 2.134, - "new_tests_smoothed": 49578.0, - "new_tests_smoothed_per_thousand": 1.944, - "tests_per_case": 359.26099999999997, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-07-10", - "total_cases": 9059.0, - "new_cases": 173.0, - "new_cases_smoothed": 151.143, - "total_deaths": 106.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 355.257, - "new_cases_per_million": 6.784, - "new_cases_smoothed_per_million": 5.927, - "total_deaths_per_million": 4.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 59437.0, - "total_tests": 2970268.0, - "total_tests_per_thousand": 116.482, - "new_tests_per_thousand": 2.331, - "new_tests_smoothed": 50344.0, - "new_tests_smoothed_per_thousand": 1.974, - "tests_per_case": 333.089, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-07-11", - "total_cases": 9359.0, - "new_cases": 300.0, - "new_cases_smoothed": 157.714, - "total_deaths": 106.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 367.021, - "new_cases_per_million": 11.765, - "new_cases_smoothed_per_million": 6.185, - "total_deaths_per_million": 4.157, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 51225.0, - "total_tests": 3021493.0, - "total_tests_per_thousand": 118.49, - "new_tests_per_thousand": 2.009, - "new_tests_smoothed": 50494.0, - "new_tests_smoothed_per_thousand": 1.98, - "tests_per_case": 320.161, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-07-12", - "total_cases": 9553.0, - "new_cases": 194.0, - "new_cases_smoothed": 170.143, - "total_deaths": 107.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 374.629, - "new_cases_per_million": 7.608, - "new_cases_smoothed_per_million": 6.672, - "total_deaths_per_million": 4.196, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 53995.0, - "total_tests": 3075488.0, - "total_tests_per_thousand": 120.608, - "new_tests_per_thousand": 2.117, - "new_tests_smoothed": 51722.0, - "new_tests_smoothed_per_thousand": 2.028, - "tests_per_case": 303.992, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-07-13", - "total_cases": 9797.0, - "new_cases": 244.0, - "new_cases_smoothed": 192.571, - "total_deaths": 108.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 384.198, - "new_cases_per_million": 9.569, - "new_cases_smoothed_per_million": 7.552, - "total_deaths_per_million": 4.235, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 42300.0, - "total_tests": 3117788.0, - "total_tests_per_thousand": 122.267, - "new_tests_per_thousand": 1.659, - "new_tests_smoothed": 51232.0, - "new_tests_smoothed_per_thousand": 2.009, - "tests_per_case": 266.04200000000003, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-07-14", - "total_cases": 9980.0, - "new_cases": 183.0, - "new_cases_smoothed": 199.143, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 391.374, - "new_cases_per_million": 7.177, - "new_cases_smoothed_per_million": 7.81, - "total_deaths_per_million": 4.235, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 44449.0, - "total_tests": 3162237.0, - "total_tests_per_thousand": 124.01, - "new_tests_per_thousand": 1.743, - "new_tests_smoothed": 51590.0, - "new_tests_smoothed_per_thousand": 2.023, - "tests_per_case": 259.06, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-07-15", - "total_cases": 10251.0, - "new_cases": 271.0, - "new_cases_smoothed": 213.714, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 402.002, - "new_cases_per_million": 10.628, - "new_cases_smoothed_per_million": 8.381, - "total_deaths_per_million": 4.235, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 59904.0, - "total_tests": 3222141.0, - "total_tests_per_thousand": 126.359, - "new_tests_per_thousand": 2.349, - "new_tests_smoothed": 52248.0, - "new_tests_smoothed_per_thousand": 2.049, - "tests_per_case": 244.476, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-07-16", - "total_cases": 10495.0, - "new_cases": 244.0, - "new_cases_smoothed": 229.857, - "total_deaths": 111.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 411.571, - "new_cases_per_million": 9.569, - "new_cases_smoothed_per_million": 9.014, - "total_deaths_per_million": 4.353, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 65575.0, - "total_tests": 3287716.0, - "total_tests_per_thousand": 128.931, - "new_tests_per_thousand": 2.572, - "new_tests_smoothed": 53841.0, - "new_tests_smoothed_per_thousand": 2.111, - "tests_per_case": 234.237, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-17", - "total_cases": 10810.0, - "new_cases": 315.0, - "new_cases_smoothed": 250.143, - "total_deaths": 113.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 423.924, - "new_cases_per_million": 12.353, - "new_cases_smoothed_per_million": 9.81, - "total_deaths_per_million": 4.431, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.039, - "new_tests": 62728.0, - "total_tests": 3350444.0, - "total_tests_per_thousand": 131.391, - "new_tests_per_thousand": 2.46, - "new_tests_smoothed": 54311.0, - "new_tests_smoothed_per_thousand": 2.13, - "tests_per_case": 217.12, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-18", - "total_cases": 11235.0, - "new_cases": 425.0, - "new_cases_smoothed": 268.0, - "total_deaths": 116.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 440.59, - "new_cases_per_million": 16.667, - "new_cases_smoothed_per_million": 10.51, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 63387.0, - "total_tests": 3413831.0, - "total_tests_per_thousand": 133.876, - "new_tests_per_thousand": 2.486, - "new_tests_smoothed": 56048.0, - "new_tests_smoothed_per_thousand": 2.198, - "tests_per_case": 209.13400000000001, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-19", - "total_cases": 11441.0, - "new_cases": 206.0, - "new_cases_smoothed": 269.714, - "total_deaths": 118.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 448.669, - "new_cases_per_million": 8.078, - "new_cases_smoothed_per_million": 10.577, - "total_deaths_per_million": 4.627, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 62632.0, - "total_tests": 3476463.0, - "total_tests_per_thousand": 136.333, - "new_tests_per_thousand": 2.456, - "new_tests_smoothed": 57282.0, - "new_tests_smoothed_per_thousand": 2.246, - "tests_per_case": 212.38, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-20", - "total_cases": 11802.0, - "new_cases": 361.0, - "new_cases_smoothed": 286.429, - "total_deaths": 122.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 462.826, - "new_cases_per_million": 14.157, - "new_cases_smoothed_per_million": 11.233, - "total_deaths_per_million": 4.784, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.078, - "new_tests": 57962.0, - "total_tests": 3534425.0, - "total_tests_per_thousand": 138.606, - "new_tests_per_thousand": 2.273, - "new_tests_smoothed": 59520.0, - "new_tests_smoothed_per_thousand": 2.334, - "tests_per_case": 207.8, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-21", - "total_cases": 12069.0, - "new_cases": 267.0, - "new_cases_smoothed": 298.429, - "total_deaths": 123.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 473.296, - "new_cases_per_million": 10.471, - "new_cases_smoothed_per_million": 11.703, - "total_deaths_per_million": 4.824, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 56310.0, - "total_tests": 3590735.0, - "total_tests_per_thousand": 140.814, - "new_tests_per_thousand": 2.208, - "new_tests_smoothed": 61214.0, - "new_tests_smoothed_per_thousand": 2.401, - "tests_per_case": 205.12099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-22", - "total_cases": 12428.0, - "new_cases": 359.0, - "new_cases_smoothed": 311.0, - "total_deaths": 126.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 487.375, - "new_cases_per_million": 14.078, - "new_cases_smoothed_per_million": 12.196, - "total_deaths_per_million": 4.941, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 59794.0, - "total_tests": 3650529.0, - "total_tests_per_thousand": 143.159, - "new_tests_per_thousand": 2.345, - "new_tests_smoothed": 61198.0, - "new_tests_smoothed_per_thousand": 2.4, - "tests_per_case": 196.778, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-23", - "total_cases": 12896.0, - "new_cases": 468.0, - "new_cases_smoothed": 343.0, - "total_deaths": 128.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 505.728, - "new_cases_per_million": 18.353, - "new_cases_smoothed_per_million": 13.451, - "total_deaths_per_million": 5.02, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 69308.0, - "total_tests": 3719837.0, - "total_tests_per_thousand": 145.877, - "new_tests_per_thousand": 2.718, - "new_tests_smoothed": 61732.0, - "new_tests_smoothed_per_thousand": 2.421, - "tests_per_case": 179.977, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-24", - "total_cases": 13306.0, - "new_cases": 410.0, - "new_cases_smoothed": 356.571, - "total_deaths": 133.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 521.806, - "new_cases_per_million": 16.079, - "new_cases_smoothed_per_million": 13.983, - "total_deaths_per_million": 5.216, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 75584.0, - "total_tests": 3795421.0, - "total_tests_per_thousand": 148.841, - "new_tests_per_thousand": 2.964, - "new_tests_smoothed": 63568.0, - "new_tests_smoothed_per_thousand": 2.493, - "tests_per_case": 178.27599999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-25", - "total_cases": 13595.0, - "new_cases": 289.0, - "new_cases_smoothed": 337.143, - "total_deaths": 139.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 533.14, - "new_cases_per_million": 11.333, - "new_cases_smoothed_per_million": 13.221, - "total_deaths_per_million": 5.451, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 64084.0, - "total_tests": 3859505.0, - "total_tests_per_thousand": 151.354, - "new_tests_per_thousand": 2.513, - "new_tests_smoothed": 63668.0, - "new_tests_smoothed_per_thousand": 2.497, - "tests_per_case": 188.84599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-26", - "total_cases": 13950.0, - "new_cases": 355.0, - "new_cases_smoothed": 358.429, - "total_deaths": 145.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 547.061, - "new_cases_per_million": 13.922, - "new_cases_smoothed_per_million": 14.056, - "total_deaths_per_million": 5.686, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 75619.0, - "total_tests": 3935124.0, - "total_tests_per_thousand": 154.319, - "new_tests_per_thousand": 2.965, - "new_tests_smoothed": 65523.0, - "new_tests_smoothed_per_thousand": 2.57, - "tests_per_case": 182.80599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-27", - "total_cases": 14403.0, - "new_cases": 453.0, - "new_cases_smoothed": 371.571, - "total_deaths": 155.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 564.826, - "new_cases_per_million": 17.765, - "new_cases_smoothed_per_million": 14.571, - "total_deaths_per_million": 6.078, - "new_deaths_per_million": 0.392, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 51966.0, - "total_tests": 3987090.0, - "total_tests_per_thousand": 156.357, - "new_tests_per_thousand": 2.038, - "new_tests_smoothed": 64666.0, - "new_tests_smoothed_per_thousand": 2.536, - "tests_per_case": 174.03400000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-28", - "total_cases": 14935.0, - "new_cases": 532.0, - "new_cases_smoothed": 409.429, - "total_deaths": 161.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 585.689, - "new_cases_per_million": 20.863, - "new_cases_smoothed_per_million": 16.056, - "total_deaths_per_million": 6.314, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.213, - "new_tests_smoothed": 64562.0, - "new_tests_smoothed_per_thousand": 2.532, - "tests_per_case": 157.688, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-29", - "total_cases": 15304.0, - "new_cases": 369.0, - "new_cases_smoothed": 410.857, - "total_deaths": 167.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 600.16, - "new_cases_per_million": 14.471, - "new_cases_smoothed_per_million": 16.112, - "total_deaths_per_million": 6.549, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.23, - "total_tests": 4098249.0, - "total_tests_per_thousand": 160.716, - "new_tests_smoothed": 63960.0, - "new_tests_smoothed_per_thousand": 2.508, - "tests_per_case": 155.675, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-30", - "total_cases": 15582.0, - "new_cases": 278.0, - "new_cases_smoothed": 383.714, - "total_deaths": 176.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 611.062, - "new_cases_per_million": 10.902, - "new_cases_smoothed_per_million": 15.048, - "total_deaths_per_million": 6.902, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 66205.0, - "total_tests": 4164454.0, - "total_tests_per_thousand": 163.313, - "new_tests_per_thousand": 2.596, - "new_tests_smoothed": 63517.0, - "new_tests_smoothed_per_thousand": 2.491, - "tests_per_case": 165.532, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-07-31", - "total_cases": 16303.0, - "new_cases": 721.0, - "new_cases_smoothed": 428.143, - "total_deaths": 189.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 639.336, - "new_cases_per_million": 28.275, - "new_cases_smoothed_per_million": 16.79, - "total_deaths_per_million": 7.412, - "new_deaths_per_million": 0.51, - "new_deaths_smoothed_per_million": 0.314, - "new_tests_smoothed": 62917.0, - "new_tests_smoothed_per_thousand": 2.467, - "tests_per_case": 146.953, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-01", - "total_cases": 16905.0, - "new_cases": 602.0, - "new_cases_smoothed": 472.857, - "total_deaths": 196.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 662.944, - "new_cases_per_million": 23.608, - "new_cases_smoothed_per_million": 18.544, - "total_deaths_per_million": 7.686, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.319, - "total_tests": 4307224.0, - "total_tests_per_thousand": 168.912, - "new_tests_smoothed": 63960.0, - "new_tests_smoothed_per_thousand": 2.508, - "tests_per_case": 135.263, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-02", - "total_cases": 17282.0, - "new_cases": 377.0, - "new_cases_smoothed": 476.0, - "total_deaths": 200.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 677.729, - "new_cases_per_million": 14.784, - "new_cases_smoothed_per_million": 18.667, - "total_deaths_per_million": 7.843, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 39158.0, - "total_tests": 4346382.0, - "total_tests_per_thousand": 170.447, - "new_tests_per_thousand": 1.536, - "new_tests_smoothed": 58751.0, - "new_tests_smoothed_per_thousand": 2.304, - "tests_per_case": 123.426, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-08-03", - "total_cases": 17923.0, - "new_cases": 641.0, - "new_cases_smoothed": 502.857, - "total_deaths": 208.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 702.866, - "new_cases_per_million": 25.137, - "new_cases_smoothed_per_million": 19.72, - "total_deaths_per_million": 8.157, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.297, - "new_tests": 40529.0, - "total_tests": 4386911.0, - "total_tests_per_thousand": 172.037, - "new_tests_per_thousand": 1.589, - "new_tests_smoothed": 57117.0, - "new_tests_smoothed_per_thousand": 2.24, - "tests_per_case": 113.585, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-04", - "total_cases": 18318.0, - "new_cases": 395.0, - "new_cases_smoothed": 483.286, - "total_deaths": 221.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 718.356, - "new_cases_per_million": 15.49, - "new_cases_smoothed_per_million": 18.952, - "total_deaths_per_million": 8.667, - "new_deaths_per_million": 0.51, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 94706.0, - "total_tests": 4481617.0, - "total_tests_per_thousand": 175.751, - "new_tests_per_thousand": 3.714, - "new_tests_smoothed": 62707.0, - "new_tests_smoothed_per_thousand": 2.459, - "tests_per_case": 129.751, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-05", - "total_cases": 18729.0, - "new_cases": 411.0, - "new_cases_smoothed": 489.286, - "total_deaths": 232.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 734.474, - "new_cases_per_million": 16.118, - "new_cases_smoothed_per_million": 19.188, - "total_deaths_per_million": 9.098, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.364, - "new_tests": 70464.0, - "total_tests": 4552081.0, - "total_tests_per_thousand": 178.514, - "new_tests_per_thousand": 2.763, - "new_tests_smoothed": 64833.0, - "new_tests_smoothed_per_thousand": 2.542, - "tests_per_case": 132.505, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-06", - "total_cases": 19444.0, - "new_cases": 715.0, - "new_cases_smoothed": 551.714, - "total_deaths": 247.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 762.513, - "new_cases_per_million": 28.039, - "new_cases_smoothed_per_million": 21.636, - "total_deaths_per_million": 9.686, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.398, - "new_tests": 80008.0, - "total_tests": 4632089.0, - "total_tests_per_thousand": 181.651, - "new_tests_per_thousand": 3.138, - "new_tests_smoothed": 66805.0, - "new_tests_smoothed_per_thousand": 2.62, - "tests_per_case": 121.086, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-07", - "total_cases": 19862.0, - "new_cases": 418.0, - "new_cases_smoothed": 508.429, - "total_deaths": 255.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 778.906, - "new_cases_per_million": 16.392, - "new_cases_smoothed_per_million": 19.938, - "total_deaths_per_million": 10.0, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 91937.0, - "total_tests": 4724026.0, - "total_tests_per_thousand": 185.257, - "new_tests_per_thousand": 3.605, - "new_tests_smoothed": 69741.0, - "new_tests_smoothed_per_thousand": 2.735, - "tests_per_case": 137.17, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-08", - "total_cases": 20272.0, - "new_cases": 410.0, - "new_cases_smoothed": 481.0, - "total_deaths": 266.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 794.984, - "new_cases_per_million": 16.079, - "new_cases_smoothed_per_million": 18.863, - "total_deaths_per_million": 10.431, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.392, - "new_tests": 40197.0, - "total_tests": 4764223.0, - "total_tests_per_thousand": 186.833, - "new_tests_per_thousand": 1.576, - "new_tests_smoothed": 65286.0, - "new_tests_smoothed_per_thousand": 2.56, - "tests_per_case": 135.73, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-09", - "total_cases": 20698.0, - "new_cases": 426.0, - "new_cases_smoothed": 488.0, - "total_deaths": 278.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 811.69, - "new_cases_per_million": 16.706, - "new_cases_smoothed_per_million": 19.137, - "total_deaths_per_million": 10.902, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.437, - "new_tests": 93191.0, - "total_tests": 4857414.0, - "total_tests_per_thousand": 190.488, - "new_tests_per_thousand": 3.655, - "new_tests_smoothed": 73005.0, - "new_tests_smoothed_per_thousand": 2.863, - "tests_per_case": 149.6, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-10", - "total_cases": 21084.0, - "new_cases": 386.0, - "new_cases_smoothed": 451.571, - "total_deaths": 295.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 826.827, - "new_cases_per_million": 15.137, - "new_cases_smoothed_per_million": 17.709, - "total_deaths_per_million": 11.569, - "new_deaths_per_million": 0.667, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 61132.0, - "total_tests": 4918546.0, - "total_tests_per_thousand": 192.885, - "new_tests_per_thousand": 2.397, - "new_tests_smoothed": 75948.0, - "new_tests_smoothed_per_thousand": 2.978, - "tests_per_case": 168.18599999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-11", - "total_cases": 21397.0, - "new_cases": 313.0, - "new_cases_smoothed": 439.857, - "total_deaths": 313.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 839.102, - "new_cases_per_million": 12.275, - "new_cases_smoothed_per_million": 17.249, - "total_deaths_per_million": 12.275, - "new_deaths_per_million": 0.706, - "new_deaths_smoothed_per_million": 0.515, - "new_tests": 61626.0, - "total_tests": 4980172.0, - "total_tests_per_thousand": 195.302, - "new_tests_per_thousand": 2.417, - "new_tests_smoothed": 71222.0, - "new_tests_smoothed_per_thousand": 2.793, - "tests_per_case": 161.921, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-12", - "total_cases": 21713.0, - "new_cases": 316.0, - "new_cases_smoothed": 426.286, - "total_deaths": 331.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 851.494, - "new_cases_per_million": 12.392, - "new_cases_smoothed_per_million": 16.717, - "total_deaths_per_million": 12.98, - "new_deaths_per_million": 0.706, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 61172.0, - "total_tests": 5041344.0, - "total_tests_per_thousand": 197.701, - "new_tests_per_thousand": 2.399, - "new_tests_smoothed": 69895.0, - "new_tests_smoothed_per_thousand": 2.741, - "tests_per_case": 163.963, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-13", - "total_cases": 22127.0, - "new_cases": 414.0, - "new_cases_smoothed": 383.286, - "total_deaths": 352.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 867.73, - "new_cases_per_million": 16.235, - "new_cases_smoothed_per_million": 15.031, - "total_deaths_per_million": 13.804, - "new_deaths_per_million": 0.824, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 68441.0, - "total_tests": 5109785.0, - "total_tests_per_thousand": 200.385, - "new_tests_per_thousand": 2.684, - "new_tests_smoothed": 68242.0, - "new_tests_smoothed_per_thousand": 2.676, - "tests_per_case": 178.045, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-14", - "total_cases": 22358.0, - "new_cases": 231.0, - "new_cases_smoothed": 356.571, - "total_deaths": 361.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 876.788, - "new_cases_per_million": 9.059, - "new_cases_smoothed_per_million": 13.983, - "total_deaths_per_million": 14.157, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.594, - "new_tests": 70629.0, - "total_tests": 5180414.0, - "total_tests_per_thousand": 203.154, - "new_tests_per_thousand": 2.77, - "new_tests_smoothed": 65198.0, - "new_tests_smoothed_per_thousand": 2.557, - "tests_per_case": 182.847, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-15", - "total_cases": 22743.0, - "new_cases": 385.0, - "new_cases_smoothed": 353.0, - "total_deaths": 375.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 891.887, - "new_cases_per_million": 15.098, - "new_cases_smoothed_per_million": 13.843, - "total_deaths_per_million": 14.706, - "new_deaths_per_million": 0.549, - "new_deaths_smoothed_per_million": 0.611, - "new_tests": 63370.0, - "total_tests": 5243784.0, - "total_tests_per_thousand": 205.64, - "new_tests_per_thousand": 2.485, - "new_tests_smoothed": 68509.0, - "new_tests_smoothed_per_thousand": 2.687, - "tests_per_case": 194.076, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-16", - "total_cases": 23035.0, - "new_cases": 292.0, - "new_cases_smoothed": 333.857, - "total_deaths": 379.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 903.338, - "new_cases_per_million": 11.451, - "new_cases_smoothed_per_million": 13.092, - "total_deaths_per_million": 14.863, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.566, - "new_tests": 53774.0, - "total_tests": 5297558.0, - "total_tests_per_thousand": 207.748, - "new_tests_per_thousand": 2.109, - "new_tests_smoothed": 62878.0, - "new_tests_smoothed_per_thousand": 2.466, - "tests_per_case": 188.338, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-17", - "total_cases": 23288.0, - "new_cases": 253.0, - "new_cases_smoothed": 314.857, - "total_deaths": 396.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 913.259, - "new_cases_per_million": 9.922, - "new_cases_smoothed_per_million": 12.347, - "total_deaths_per_million": 15.529, - "new_deaths_per_million": 0.667, - "new_deaths_smoothed_per_million": 0.566, - "new_tests": 38539.0, - "total_tests": 5336097.0, - "total_tests_per_thousand": 209.26, - "new_tests_per_thousand": 1.511, - "new_tests_smoothed": 59650.0, - "new_tests_smoothed_per_thousand": 2.339, - "tests_per_case": 189.451, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-18", - "total_cases": 23599.0, - "new_cases": 311.0, - "new_cases_smoothed": 314.571, - "total_deaths": 421.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 925.455, - "new_cases_per_million": 12.196, - "new_cases_smoothed_per_million": 12.336, - "total_deaths_per_million": 16.51, - "new_deaths_per_million": 0.98, - "new_deaths_smoothed_per_million": 0.605, - "new_tests": 44516.0, - "total_tests": 5380613.0, - "total_tests_per_thousand": 211.005, - "new_tests_per_thousand": 1.746, - "new_tests_smoothed": 57206.0, - "new_tests_smoothed_per_thousand": 2.243, - "tests_per_case": 181.854, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-19", - "total_cases": 23773.0, - "new_cases": 174.0, - "new_cases_smoothed": 294.286, - "total_deaths": 438.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 932.279, - "new_cases_per_million": 6.824, - "new_cases_smoothed_per_million": 11.541, - "total_deaths_per_million": 17.177, - "new_deaths_per_million": 0.667, - "new_deaths_smoothed_per_million": 0.599, - "new_tests": 59882.0, - "total_tests": 5440495.0, - "total_tests_per_thousand": 213.354, - "new_tests_per_thousand": 2.348, - "new_tests_smoothed": 57022.0, - "new_tests_smoothed_per_thousand": 2.236, - "tests_per_case": 193.764, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-20", - "total_cases": 23993.0, - "new_cases": 220.0, - "new_cases_smoothed": 266.571, - "total_deaths": 450.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.0, - "total_cases_per_million": 940.906, - "new_cases_per_million": 8.627, - "new_cases_smoothed_per_million": 10.454, - "total_deaths_per_million": 17.647, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.549, - "new_tests": 68336.0, - "total_tests": 5508831.0, - "total_tests_per_thousand": 216.034, - "new_tests_per_thousand": 2.68, - "new_tests_smoothed": 57007.0, - "new_tests_smoothed_per_thousand": 2.236, - "tests_per_case": 213.85299999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-21", - "total_cases": 24236.0, - "new_cases": 243.0, - "new_cases_smoothed": 268.286, - "total_deaths": 463.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 950.436, - "new_cases_per_million": 9.529, - "new_cases_smoothed_per_million": 10.521, - "total_deaths_per_million": 18.157, - "new_deaths_per_million": 0.51, - "new_deaths_smoothed_per_million": 0.571, - "new_tests_smoothed": 56334.0, - "new_tests_smoothed_per_thousand": 2.209, - "tests_per_case": 209.97799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-22", - "total_cases": 24407.0, - "new_cases": 171.0, - "new_cases_smoothed": 237.714, - "total_deaths": 472.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 957.142, - "new_cases_per_million": 6.706, - "new_cases_smoothed_per_million": 9.322, - "total_deaths_per_million": 18.51, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.543, - "new_tests_smoothed": 56698.0, - "new_tests_smoothed_per_thousand": 2.223, - "tests_per_case": 238.513, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-23", - "total_cases": 24602.0, - "new_cases": 195.0, - "new_cases_smoothed": 223.857, - "total_deaths": 485.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 964.789, - "new_cases_per_million": 7.647, - "new_cases_smoothed_per_million": 8.779, - "total_deaths_per_million": 19.02, - "new_deaths_per_million": 0.51, - "new_deaths_smoothed_per_million": 0.594, - "total_tests": 5706587.0, - "total_tests_per_thousand": 223.789, - "new_tests_smoothed": 58433.0, - "new_tests_smoothed_per_thousand": 2.292, - "tests_per_case": 261.028, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-24", - "total_cases": 24812.0, - "new_cases": 210.0, - "new_cases_smoothed": 217.714, - "total_deaths": 502.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 973.024, - "new_cases_per_million": 8.235, - "new_cases_smoothed_per_million": 8.538, - "total_deaths_per_million": 19.686, - "new_deaths_per_million": 0.667, - "new_deaths_smoothed_per_million": 0.594, - "new_tests": 51447.0, - "total_tests": 5758034.0, - "total_tests_per_thousand": 225.806, - "new_tests_per_thousand": 2.018, - "new_tests_smoothed": 60277.0, - "new_tests_smoothed_per_thousand": 2.364, - "tests_per_case": 276.863, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-25", - "total_cases": 24916.0, - "new_cases": 104.0, - "new_cases_smoothed": 188.143, - "total_deaths": 517.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 977.103, - "new_cases_per_million": 4.078, - "new_cases_smoothed_per_million": 7.378, - "total_deaths_per_million": 20.275, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 56675.0, - "total_tests": 5814709.0, - "total_tests_per_thousand": 228.029, - "new_tests_per_thousand": 2.223, - "new_tests_smoothed": 62014.0, - "new_tests_smoothed_per_thousand": 2.432, - "tests_per_case": 329.611, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-26", - "total_cases": 25053.0, - "new_cases": 137.0, - "new_cases_smoothed": 182.857, - "total_deaths": 525.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 982.475, - "new_cases_per_million": 5.373, - "new_cases_smoothed_per_million": 7.171, - "total_deaths_per_million": 20.588, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 71703.0, - "total_tests": 5886412.0, - "total_tests_per_thousand": 230.841, - "new_tests_per_thousand": 2.812, - "new_tests_smoothed": 63702.0, - "new_tests_smoothed_per_thousand": 2.498, - "tests_per_case": 348.37, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-27", - "total_cases": 25205.0, - "new_cases": 152.0, - "new_cases_smoothed": 173.143, - "total_deaths": 549.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 988.436, - "new_cases_per_million": 5.961, - "new_cases_smoothed_per_million": 6.79, - "total_deaths_per_million": 21.53, - "new_deaths_per_million": 0.941, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 86268.0, - "total_tests": 5972680.0, - "total_tests_per_thousand": 234.224, - "new_tests_per_thousand": 3.383, - "new_tests_smoothed": 66264.0, - "new_tests_smoothed_per_thousand": 2.599, - "tests_per_case": 382.713, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-08-28", - "total_cases": 25322.0, - "new_cases": 117.0, - "new_cases_smoothed": 155.143, - "total_deaths": 572.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 993.024, - "new_cases_per_million": 4.588, - "new_cases_smoothed_per_million": 6.084, - "total_deaths_per_million": 22.431, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 0.611, - "new_tests_smoothed": 66159.0, - "new_tests_smoothed_per_thousand": 2.594, - "tests_per_case": 426.439, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-08-29", - "total_cases": 25448.0, - "new_cases": 126.0, - "new_cases_smoothed": 148.714, - "total_deaths": 583.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 997.965, - "new_cases_per_million": 4.941, - "new_cases_smoothed_per_million": 5.832, - "total_deaths_per_million": 22.863, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.622, - "new_tests_smoothed": 66054.0, - "new_tests_smoothed_per_thousand": 2.59, - "tests_per_case": 444.167, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-08-30", - "total_cases": 25547.0, - "new_cases": 99.0, - "new_cases_smoothed": 135.0, - "total_deaths": 600.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 1001.848, - "new_cases_per_million": 3.882, - "new_cases_smoothed_per_million": 5.294, - "total_deaths_per_million": 23.53, - "new_deaths_per_million": 0.667, - "new_deaths_smoothed_per_million": 0.644, - "total_tests": 6168229.0, - "total_tests_per_thousand": 241.892, - "new_tests_smoothed": 65949.0, - "new_tests_smoothed_per_thousand": 2.586, - "tests_per_case": 488.51099999999997, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-08-31", - "total_cases": 25670.0, - "new_cases": 123.0, - "new_cases_smoothed": 122.571, - "total_deaths": 611.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 1006.671, - "new_cases_per_million": 4.824, - "new_cases_smoothed_per_million": 4.807, - "total_deaths_per_million": 23.961, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.611, - "new_tests": 46224.0, - "total_tests": 6214453.0, - "total_tests_per_thousand": 243.705, - "new_tests_per_thousand": 1.813, - "new_tests_smoothed": 65203.0, - "new_tests_smoothed_per_thousand": 2.557, - "tests_per_case": 531.9590000000001, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-01", - "total_cases": 25746.0, - "new_cases": 76.0, - "new_cases_smoothed": 118.571, - "total_deaths": 652.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 1009.652, - "new_cases_per_million": 2.98, - "new_cases_smoothed_per_million": 4.65, - "total_deaths_per_million": 25.569, - "new_deaths_per_million": 1.608, - "new_deaths_smoothed_per_million": 0.756, - "new_tests": 41344.0, - "total_tests": 6255797.0, - "total_tests_per_thousand": 245.327, - "new_tests_per_thousand": 1.621, - "new_tests_smoothed": 63013.0, - "new_tests_smoothed_per_thousand": 2.471, - "tests_per_case": 531.435, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-02", - "total_cases": 25819.0, - "new_cases": 73.0, - "new_cases_smoothed": 109.429, - "total_deaths": 657.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 1012.515, - "new_cases_per_million": 2.863, - "new_cases_smoothed_per_million": 4.291, - "total_deaths_per_million": 25.765, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.739, - "new_tests": 63998.0, - "total_tests": 6319795.0, - "total_tests_per_thousand": 247.836, - "new_tests_per_thousand": 2.51, - "new_tests_smoothed": 61912.0, - "new_tests_smoothed_per_thousand": 2.428, - "tests_per_case": 565.775, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-03", - "total_cases": 25923.0, - "new_cases": 104.0, - "new_cases_smoothed": 102.571, - "total_deaths": 663.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 1016.593, - "new_cases_per_million": 4.078, - "new_cases_smoothed_per_million": 4.022, - "total_deaths_per_million": 26.0, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.639, - "new_tests": 70983.0, - "total_tests": 6390778.0, - "total_tests_per_thousand": 250.62, - "new_tests_per_thousand": 2.784, - "new_tests_smoothed": 59728.0, - "new_tests_smoothed_per_thousand": 2.342, - "tests_per_case": 582.306, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-04", - "total_cases": 26049.0, - "new_cases": 126.0, - "new_cases_smoothed": 103.857, - "total_deaths": 678.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 1021.534, - "new_cases_per_million": 4.941, - "new_cases_smoothed_per_million": 4.073, - "total_deaths_per_million": 26.588, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.594, - "new_tests_smoothed": 63110.0, - "new_tests_smoothed_per_thousand": 2.475, - "tests_per_case": 607.6619999999999, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-05", - "total_cases": 26136.0, - "new_cases": 87.0, - "new_cases_smoothed": 98.286, - "total_deaths": 737.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 22.0, - "total_cases_per_million": 1024.946, - "new_cases_per_million": 3.412, - "new_cases_smoothed_per_million": 3.854, - "total_deaths_per_million": 28.902, - "new_deaths_per_million": 2.314, - "new_deaths_smoothed_per_million": 0.863, - "new_tests_smoothed": 66492.0, - "new_tests_smoothed_per_thousand": 2.608, - "tests_per_case": 676.5169999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-06", - "total_cases": 26207.0, - "new_cases": 71.0, - "new_cases_smoothed": 94.286, - "total_deaths": 748.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 1027.73, - "new_cases_per_million": 2.784, - "new_cases_smoothed_per_million": 3.697, - "total_deaths_per_million": 29.333, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.829, - "total_tests": 6657348.0, - "total_tests_per_thousand": 261.074, - "new_tests_smoothed": 69874.0, - "new_tests_smoothed_per_thousand": 2.74, - "tests_per_case": 741.0880000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-07", - "total_cases": 26279.0, - "new_cases": 72.0, - "new_cases_smoothed": 87.0, - "total_deaths": 753.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 20.286, - "total_cases_per_million": 1030.554, - "new_cases_per_million": 2.824, - "new_cases_smoothed_per_million": 3.412, - "total_deaths_per_million": 29.53, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.796, - "new_tests": 36086.0, - "total_tests": 6693434.0, - "total_tests_per_thousand": 262.489, - "new_tests_per_thousand": 1.415, - "new_tests_smoothed": 68426.0, - "new_tests_smoothed_per_thousand": 2.683, - "tests_per_case": 786.5060000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-08", - "total_cases": 26322.0, - "new_cases": 43.0, - "new_cases_smoothed": 82.286, - "total_deaths": 762.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 1032.24, - "new_cases_per_million": 1.686, - "new_cases_smoothed_per_million": 3.227, - "total_deaths_per_million": 29.882, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.616, - "new_tests": 36963.0, - "total_tests": 6730397.0, - "total_tests_per_thousand": 263.938, - "new_tests_per_thousand": 1.45, - "new_tests_smoothed": 67800.0, - "new_tests_smoothed_per_thousand": 2.659, - "tests_per_case": 823.9580000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-09", - "total_cases": 26374.0, - "new_cases": 52.0, - "new_cases_smoothed": 79.286, - "total_deaths": 770.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 1034.279, - "new_cases_per_million": 2.039, - "new_cases_smoothed_per_million": 3.109, - "total_deaths_per_million": 30.196, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.633, - "new_tests": 58936.0, - "total_tests": 6789333.0, - "total_tests_per_thousand": 266.25, - "new_tests_per_thousand": 2.311, - "new_tests_smoothed": 67077.0, - "new_tests_smoothed_per_thousand": 2.63, - "tests_per_case": 846.0160000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-10", - "total_cases": 26465.0, - "new_cases": 91.0, - "new_cases_smoothed": 77.429, - "total_deaths": 781.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 1037.848, - "new_cases_per_million": 3.569, - "new_cases_smoothed_per_million": 3.036, - "total_deaths_per_million": 30.628, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.661, - "new_tests": 60098.0, - "total_tests": 6849431.0, - "total_tests_per_thousand": 268.606, - "new_tests_per_thousand": 2.357, - "new_tests_smoothed": 65522.0, - "new_tests_smoothed_per_thousand": 2.57, - "tests_per_case": 846.225, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-11", - "total_cases": 26513.0, - "new_cases": 48.0, - "new_cases_smoothed": 66.286, - "total_deaths": 788.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 1039.73, - "new_cases_per_million": 1.882, - "new_cases_smoothed_per_million": 2.599, - "total_deaths_per_million": 30.902, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.616, - "new_tests_smoothed": 60764.0, - "new_tests_smoothed_per_thousand": 2.383, - "tests_per_case": 916.698, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-12", - "total_cases": 26565.0, - "new_cases": 52.0, - "new_cases_smoothed": 61.286, - "total_deaths": 797.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1041.77, - "new_cases_per_million": 2.039, - "new_cases_smoothed_per_million": 2.403, - "total_deaths_per_million": 31.255, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.336, - "new_tests_smoothed": 56007.0, - "new_tests_smoothed_per_thousand": 2.196, - "tests_per_case": 913.867, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-13", - "total_cases": 26607.0, - "new_cases": 42.0, - "new_cases_smoothed": 57.143, - "total_deaths": 803.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 1043.417, - "new_cases_per_million": 1.647, - "new_cases_smoothed_per_million": 2.241, - "total_deaths_per_million": 31.49, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.308, - "total_tests": 7016090.0, - "total_tests_per_thousand": 275.142, - "new_tests_smoothed": 51249.0, - "new_tests_smoothed_per_thousand": 2.01, - "tests_per_case": 896.8580000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-14", - "total_cases": 26651.0, - "new_cases": 44.0, - "new_cases_smoothed": 53.143, - "total_deaths": 810.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1045.142, - "new_cases_per_million": 1.725, - "new_cases_smoothed_per_million": 2.084, - "total_deaths_per_million": 31.765, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.319, - "new_tests": 30946.0, - "total_tests": 7047036.0, - "total_tests_per_thousand": 276.356, - "new_tests_per_thousand": 1.214, - "new_tests_smoothed": 50515.0, - "new_tests_smoothed_per_thousand": 1.981, - "tests_per_case": 950.551, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-15", - "total_cases": 26692.0, - "new_cases": 41.0, - "new_cases_smoothed": 52.857, - "total_deaths": 816.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 1046.75, - "new_cases_per_million": 1.608, - "new_cases_smoothed_per_million": 2.073, - "total_deaths_per_million": 32.0, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 29503.0, - "total_tests": 7076539.0, - "total_tests_per_thousand": 277.513, - "new_tests_per_thousand": 1.157, - "new_tests_smoothed": 49449.0, - "new_tests_smoothed_per_thousand": 1.939, - "tests_per_case": 935.5219999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-16", - "total_cases": 26738.0, - "new_cases": 46.0, - "new_cases_smoothed": 52.0, - "total_deaths": 816.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1048.554, - "new_cases_per_million": 1.804, - "new_cases_smoothed_per_million": 2.039, - "total_deaths_per_million": 32.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.258, - "new_tests": 47845.0, - "total_tests": 7124384.0, - "total_tests_per_thousand": 279.389, - "new_tests_per_thousand": 1.876, - "new_tests_smoothed": 47864.0, - "new_tests_smoothed_per_thousand": 1.877, - "tests_per_case": 920.462, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-09-17", - "total_cases": 26779.0, - "new_cases": 41.0, - "new_cases_smoothed": 44.857, - "total_deaths": 824.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 1050.162, - "new_cases_per_million": 1.608, - "new_cases_smoothed_per_million": 1.759, - "total_deaths_per_million": 32.314, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.241, - "new_tests": 54357.0, - "total_tests": 7178741.0, - "total_tests_per_thousand": 281.521, - "new_tests_per_thousand": 2.132, - "new_tests_smoothed": 47044.0, - "new_tests_smoothed_per_thousand": 1.845, - "tests_per_case": 1048.752, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 26813.0, - "new_cases": 34.0, - "new_cases_smoothed": 42.857, - "total_deaths": 832.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1051.495, - "new_cases_per_million": 1.333, - "new_cases_smoothed_per_million": 1.681, - "total_deaths_per_million": 32.628, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.246, - "new_tests_smoothed": 44704.0, - "new_tests_smoothed_per_thousand": 1.753, - "tests_per_case": 1043.093, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 26861.0, - "new_cases": 48.0, - "new_cases_smoothed": 42.286, - "total_deaths": 837.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 1053.377, - "new_cases_per_million": 1.882, - "new_cases_smoothed_per_million": 1.658, - "total_deaths_per_million": 32.824, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.224, - "new_tests_smoothed": 42364.0, - "new_tests_smoothed_per_thousand": 1.661, - "tests_per_case": 1001.8510000000001, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 26885.0, - "new_cases": 24.0, - "new_cases_smoothed": 39.714, - "total_deaths": 844.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1054.319, - "new_cases_per_million": 0.941, - "new_cases_smoothed_per_million": 1.557, - "total_deaths_per_million": 33.098, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.23, - "total_tests": 7296252.0, - "total_tests_per_thousand": 286.129, - "new_tests_smoothed": 40023.0, - "new_tests_smoothed_per_thousand": 1.57, - "tests_per_case": 1007.773, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 26898.0, - "new_cases": 13.0, - "new_cases_smoothed": 35.286, - "total_deaths": 849.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1054.828, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 1.384, - "total_deaths_per_million": 33.294, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.218, - "new_tests": 23436.0, - "total_tests": 7319688.0, - "total_tests_per_thousand": 287.048, - "new_tests_per_thousand": 0.919, - "new_tests_smoothed": 38950.0, - "new_tests_smoothed_per_thousand": 1.527, - "tests_per_case": 1103.846, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 26912.0, - "new_cases": 14.0, - "new_cases_smoothed": 31.429, - "total_deaths": 851.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1055.377, - "new_cases_per_million": 0.549, - "new_cases_smoothed_per_million": 1.232, - "total_deaths_per_million": 33.373, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 31595.0, - "total_tests": 7351283.0, - "total_tests_per_thousand": 288.287, - "new_tests_per_thousand": 1.239, - "new_tests_smoothed": 39249.0, - "new_tests_smoothed_per_thousand": 1.539, - "tests_per_case": 1248.8319999999999, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 26942.0, - "new_cases": 30.0, - "new_cases_smoothed": 29.143, - "total_deaths": 854.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 1056.554, - "new_cases_per_million": 1.176, - "new_cases_smoothed_per_million": 1.143, - "total_deaths_per_million": 33.49, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 42410.0, - "total_tests": 7393693.0, - "total_tests_per_thousand": 289.95, - "new_tests_per_thousand": 1.663, - "new_tests_smoothed": 38473.0, - "new_tests_smoothed_per_thousand": 1.509, - "tests_per_case": 1320.152, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 26973.0, - "new_cases": 31.0, - "new_cases_smoothed": 27.714, - "total_deaths": 859.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1057.77, - "new_cases_per_million": 1.216, - "new_cases_smoothed_per_million": 1.087, - "total_deaths_per_million": 33.686, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 47634.0, - "total_tests": 7441327.0, - "total_tests_per_thousand": 291.818, - "new_tests_per_thousand": 1.868, - "new_tests_smoothed": 37512.0, - "new_tests_smoothed_per_thousand": 1.471, - "tests_per_case": 1353.526, - "positive_rate": 0.001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 26983.0, - "new_cases": 10.0, - "new_cases_smoothed": 24.286, - "total_deaths": 861.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1058.162, - "new_cases_per_million": 0.392, - "new_cases_smoothed_per_million": 0.952, - "total_deaths_per_million": 33.765, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.162 - } - ] - }, - "AUT": { - "continent": "Europe", - "location": "Austria", - "population": 9006400.0, - "population_density": 106.749, - "median_age": 44.4, - "aged_65_older": 19.202, - "aged_70_older": 13.748, - "gdp_per_capita": 45436.686, - "extreme_poverty": 0.7, - "cardiovasc_death_rate": 145.183, - "diabetes_prevalence": 6.35, - "female_smokers": 28.4, - "male_smokers": 30.9, - "hospital_beds_per_thousand": 7.37, - "life_expectancy": 81.54, - "human_development_index": 0.908, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 218.0, - "total_tests_per_thousand": 0.024, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "total_cases": 2.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.222, - "new_cases_per_million": 0.222, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 103.0, - "total_tests": 321.0, - "total_tests_per_thousand": 0.036, - "new_tests_per_thousand": 0.011, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-27", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.222, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 126.0, - "total_tests": 447.0, - "total_tests_per_thousand": 0.05, - "new_tests_per_thousand": 0.014, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "total_cases": 5.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.555, - "new_cases_per_million": 0.333, - "new_cases_smoothed_per_million": 0.079, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 316.0, - "total_tests": 763.0, - "total_tests_per_thousand": 0.085, - "new_tests_per_thousand": 0.035, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.777, - "new_cases_per_million": 0.222, - "new_cases_smoothed_per_million": 0.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 886.0, - "total_tests": 1649.0, - "total_tests_per_thousand": 0.183, - "new_tests_per_thousand": 0.098, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "total_cases": 10.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.11, - "new_cases_per_million": 0.333, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "total_cases": 14.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.554, - "new_cases_per_million": 0.444, - "new_cases_smoothed_per_million": 0.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 18.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.999, - "new_cases_per_million": 0.444, - "new_cases_smoothed_per_million": 0.286, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 2683.0, - "total_tests_per_thousand": 0.298, - "new_tests_smoothed": 352.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 136.889, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 24.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.665, - "new_cases_per_million": 0.666, - "new_cases_smoothed_per_million": 0.349, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 455.0, - "total_tests": 3138.0, - "total_tests_per_thousand": 0.348, - "new_tests_per_thousand": 0.051, - "new_tests_smoothed": 402.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 127.90899999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "total_cases": 29.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.22, - "new_cases_per_million": 0.555, - "new_cases_smoothed_per_million": 0.428, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 573.0, - "total_tests": 3711.0, - "total_tests_per_thousand": 0.412, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 466.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 120.815, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "total_cases": 41.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.552, - "new_cases_per_million": 1.332, - "new_cases_smoothed_per_million": 0.571, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 289.0, - "total_tests": 4000.0, - "total_tests_per_thousand": 0.444, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 462.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 89.833, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 74.0, - "new_cases": 33.0, - "new_cases_smoothed": 9.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.216, - "new_cases_per_million": 3.664, - "new_cases_smoothed_per_million": 1.063, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 308.0, - "total_tests": 4308.0, - "total_tests_per_thousand": 0.478, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 380.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 39.701, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "total_cases": 99.0, - "new_cases": 25.0, - "new_cases_smoothed": 12.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.992, - "new_cases_per_million": 2.776, - "new_cases_smoothed_per_million": 1.412, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 201.0, - "total_tests": 4509.0, - "total_tests_per_thousand": 0.501, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 359.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 28.236, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 102.0, - "new_cases": 3.0, - "new_cases_smoothed": 12.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.325, - "new_cases_per_million": 0.333, - "new_cases_smoothed_per_million": 1.396, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 225.0, - "total_tests": 4734.0, - "total_tests_per_thousand": 0.526, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 342.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 27.205, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-10", - "total_cases": 131.0, - "new_cases": 29.0, - "new_cases_smoothed": 16.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.545, - "new_cases_per_million": 3.22, - "new_cases_smoothed_per_million": 1.792, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 292.0, - "total_tests": 5026.0, - "total_tests_per_thousand": 0.558, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 335.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 20.752, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-11", - "total_cases": 182.0, - "new_cases": 51.0, - "new_cases_smoothed": 22.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.208, - "new_cases_per_million": 5.663, - "new_cases_smoothed_per_million": 2.506, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 336.0, - "total_tests": 5362.0, - "total_tests_per_thousand": 0.595, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 318.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 14.089, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-03-12", - "total_cases": 246.0, - "new_cases": 64.0, - "new_cases_smoothed": 31.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.314, - "new_cases_per_million": 7.106, - "new_cases_smoothed_per_million": 3.442, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 507.0, - "total_tests": 5869.0, - "total_tests_per_thousand": 0.652, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 308.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 9.935, - "positive_rate": 0.10099999999999999, - "tests_units": "tests performed", - "stringency_index": 34.26 - }, - { - "date": "2020-03-13", - "total_cases": 361.0, - "new_cases": 115.0, - "new_cases_smoothed": 45.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.083, - "new_cases_per_million": 12.769, - "new_cases_smoothed_per_million": 5.076, - "total_deaths_per_million": 0.111, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 713.0, - "total_tests": 6582.0, - "total_tests_per_thousand": 0.731, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 369.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 8.072000000000001, - "positive_rate": 0.124, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-03-14", - "total_cases": 504.0, - "new_cases": 143.0, - "new_cases_smoothed": 61.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 55.96, - "new_cases_per_million": 15.878, - "new_cases_smoothed_per_million": 6.821, - "total_deaths_per_million": 0.111, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 885.0, - "total_tests": 7467.0, - "total_tests_per_thousand": 0.829, - "new_tests_per_thousand": 0.098, - "new_tests_smoothed": 451.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 7.3420000000000005, - "positive_rate": 0.136, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-03-15", - "total_cases": 655.0, - "new_cases": 151.0, - "new_cases_smoothed": 79.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 72.726, - "new_cases_per_million": 16.766, - "new_cases_smoothed_per_million": 8.819, - "total_deaths_per_million": 0.111, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 700.0, - "total_tests": 8167.0, - "total_tests_per_thousand": 0.907, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 523.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 6.585, - "positive_rate": 0.152, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-03-16", - "total_cases": 860.0, - "new_cases": 205.0, - "new_cases_smoothed": 108.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 95.488, - "new_cases_per_million": 22.762, - "new_cases_smoothed_per_million": 12.023, - "total_deaths_per_million": 0.111, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 323.0, - "total_tests": 8490.0, - "total_tests_per_thousand": 0.943, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 537.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 4.959, - "positive_rate": 0.20199999999999999, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-17", - "total_cases": 1016.0, - "new_cases": 156.0, - "new_cases_smoothed": 126.429, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 112.809, - "new_cases_per_million": 17.321, - "new_cases_smoothed_per_million": 14.038, - "total_deaths_per_million": 0.333, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 1788.0, - "total_tests": 10278.0, - "total_tests_per_thousand": 1.141, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 750.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 5.932, - "positive_rate": 0.16899999999999998, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-18", - "total_cases": 1332.0, - "new_cases": 316.0, - "new_cases_smoothed": 164.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 147.895, - "new_cases_per_million": 35.086, - "new_cases_smoothed_per_million": 18.241, - "total_deaths_per_million": 0.333, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 1699.0, - "total_tests": 11977.0, - "total_tests_per_thousand": 1.33, - "new_tests_per_thousand": 0.189, - "new_tests_smoothed": 945.0, - "new_tests_smoothed_per_thousand": 0.105, - "tests_per_case": 5.752000000000001, - "positive_rate": 0.174, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-19", - "total_cases": 1646.0, - "new_cases": 314.0, - "new_cases_smoothed": 200.0, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 182.759, - "new_cases_per_million": 34.864, - "new_cases_smoothed_per_million": 22.206, - "total_deaths_per_million": 0.444, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1747.0, - "total_tests": 13724.0, - "total_tests_per_thousand": 1.524, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 1122.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_per_case": 5.61, - "positive_rate": 0.17800000000000002, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-20", - "total_cases": 2196.0, - "new_cases": 550.0, - "new_cases_smoothed": 262.143, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 243.827, - "new_cases_per_million": 61.068, - "new_cases_smoothed_per_million": 29.106, - "total_deaths_per_million": 0.666, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 1889.0, - "total_tests": 15613.0, - "total_tests_per_thousand": 1.734, - "new_tests_per_thousand": 0.21, - "new_tests_smoothed": 1290.0, - "new_tests_smoothed_per_thousand": 0.143, - "tests_per_case": 4.921, - "positive_rate": 0.203, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-21", - "total_cases": 2649.0, - "new_cases": 453.0, - "new_cases_smoothed": 306.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 294.124, - "new_cases_per_million": 50.298, - "new_cases_smoothed_per_million": 34.023, - "total_deaths_per_million": 0.666, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 2932.0, - "total_tests": 18545.0, - "total_tests_per_thousand": 2.059, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 1583.0, - "new_tests_smoothed_per_thousand": 0.176, - "tests_per_case": 5.166, - "positive_rate": 0.19399999999999998, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-22", - "total_cases": 3024.0, - "new_cases": 375.0, - "new_cases_smoothed": 338.429, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 335.761, - "new_cases_per_million": 41.637, - "new_cases_smoothed_per_million": 37.576, - "total_deaths_per_million": 0.888, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 2823.0, - "total_tests": 21368.0, - "total_tests_per_thousand": 2.373, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 1886.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_per_case": 5.5729999999999995, - "positive_rate": 0.179, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-23", - "total_cases": 3631.0, - "new_cases": 607.0, - "new_cases_smoothed": 395.857, - "total_deaths": 16.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 403.158, - "new_cases_per_million": 67.397, - "new_cases_smoothed_per_million": 43.953, - "total_deaths_per_million": 1.777, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.238, - "new_tests": 2061.0, - "total_tests": 23429.0, - "total_tests_per_thousand": 2.601, - "new_tests_per_thousand": 0.229, - "new_tests_smoothed": 2134.0, - "new_tests_smoothed_per_thousand": 0.237, - "tests_per_case": 5.391, - "positive_rate": 0.18600000000000003, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-24", - "total_cases": 4486.0, - "new_cases": 855.0, - "new_cases_smoothed": 495.714, - "total_deaths": 25.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 498.09, - "new_cases_per_million": 94.932, - "new_cases_smoothed_per_million": 55.04, - "total_deaths_per_million": 2.776, - "new_deaths_per_million": 0.999, - "new_deaths_smoothed_per_million": 0.349, - "new_tests": 4962.0, - "total_tests": 28391.0, - "total_tests_per_thousand": 3.152, - "new_tests_per_thousand": 0.551, - "new_tests_smoothed": 2588.0, - "new_tests_smoothed_per_thousand": 0.287, - "tests_per_case": 5.221, - "positive_rate": 0.192, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-25", - "total_cases": 5282.0, - "new_cases": 796.0, - "new_cases_smoothed": 564.286, - "total_deaths": 30.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 586.472, - "new_cases_per_million": 88.382, - "new_cases_smoothed_per_million": 62.654, - "total_deaths_per_million": 3.331, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 0.428, - "new_tests": 4016.0, - "total_tests": 32407.0, - "total_tests_per_thousand": 3.598, - "new_tests_per_thousand": 0.446, - "new_tests_smoothed": 2919.0, - "new_tests_smoothed_per_thousand": 0.324, - "tests_per_case": 5.172999999999999, - "positive_rate": 0.193, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-26", - "total_cases": 5888.0, - "new_cases": 606.0, - "new_cases_smoothed": 606.0, - "total_deaths": 34.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 653.757, - "new_cases_per_million": 67.285, - "new_cases_smoothed_per_million": 67.285, - "total_deaths_per_million": 3.775, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.476, - "new_tests": 3588.0, - "total_tests": 35995.0, - "total_tests_per_thousand": 3.997, - "new_tests_per_thousand": 0.398, - "new_tests_smoothed": 3182.0, - "new_tests_smoothed_per_thousand": 0.353, - "tests_per_case": 5.251, - "positive_rate": 0.19, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-27", - "total_cases": 7029.0, - "new_cases": 1141.0, - "new_cases_smoothed": 690.429, - "total_deaths": 52.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 780.445, - "new_cases_per_million": 126.688, - "new_cases_smoothed_per_million": 76.66, - "total_deaths_per_million": 5.774, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 0.73, - "new_tests": 3557.0, - "total_tests": 39552.0, - "total_tests_per_thousand": 4.392, - "new_tests_per_thousand": 0.395, - "new_tests_smoothed": 3420.0, - "new_tests_smoothed_per_thousand": 0.38, - "tests_per_case": 4.953, - "positive_rate": 0.20199999999999999, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-28", - "total_cases": 7697.0, - "new_cases": 668.0, - "new_cases_smoothed": 721.143, - "total_deaths": 68.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 854.614, - "new_cases_per_million": 74.169, - "new_cases_smoothed_per_million": 80.07, - "total_deaths_per_million": 7.55, - "new_deaths_per_million": 1.777, - "new_deaths_smoothed_per_million": 0.983, - "new_tests": 3198.0, - "total_tests": 42750.0, - "total_tests_per_thousand": 4.747, - "new_tests_per_thousand": 0.355, - "new_tests_smoothed": 3458.0, - "new_tests_smoothed_per_thousand": 0.384, - "tests_per_case": 4.795, - "positive_rate": 0.209, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-29", - "total_cases": 8291.0, - "new_cases": 594.0, - "new_cases_smoothed": 752.429, - "total_deaths": 68.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 920.568, - "new_cases_per_million": 65.953, - "new_cases_smoothed_per_million": 83.544, - "total_deaths_per_million": 7.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.952, - "new_tests": 3691.0, - "total_tests": 46441.0, - "total_tests_per_thousand": 5.156, - "new_tests_per_thousand": 0.41, - "new_tests_smoothed": 3582.0, - "new_tests_smoothed_per_thousand": 0.398, - "tests_per_case": 4.761, - "positive_rate": 0.21, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-30", - "total_cases": 8813.0, - "new_cases": 522.0, - "new_cases_smoothed": 740.286, - "total_deaths": 86.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 978.526, - "new_cases_per_million": 57.959, - "new_cases_smoothed_per_million": 82.196, - "total_deaths_per_million": 9.549, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 1.11, - "new_tests": 3014.0, - "total_tests": 49455.0, - "total_tests_per_thousand": 5.491, - "new_tests_per_thousand": 0.335, - "new_tests_smoothed": 3718.0, - "new_tests_smoothed_per_thousand": 0.413, - "tests_per_case": 5.022, - "positive_rate": 0.19899999999999998, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-03-31", - "total_cases": 9618.0, - "new_cases": 805.0, - "new_cases_smoothed": 733.143, - "total_deaths": 108.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 1067.907, - "new_cases_per_million": 89.381, - "new_cases_smoothed_per_million": 81.402, - "total_deaths_per_million": 11.991, - "new_deaths_per_million": 2.443, - "new_deaths_smoothed_per_million": 1.317, - "new_tests": 2889.0, - "total_tests": 52344.0, - "total_tests_per_thousand": 5.812, - "new_tests_per_thousand": 0.321, - "new_tests_smoothed": 3422.0, - "new_tests_smoothed_per_thousand": 0.38, - "tests_per_case": 4.668, - "positive_rate": 0.214, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-01", - "total_cases": 10182.0, - "new_cases": 564.0, - "new_cases_smoothed": 700.0, - "total_deaths": 128.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 14.0, - "total_cases_per_million": 1130.529, - "new_cases_per_million": 62.622, - "new_cases_smoothed_per_million": 77.723, - "total_deaths_per_million": 14.212, - "new_deaths_per_million": 2.221, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 3519.0, - "total_tests": 55863.0, - "total_tests_per_thousand": 6.203, - "new_tests_per_thousand": 0.391, - "new_tests_smoothed": 3351.0, - "new_tests_smoothed_per_thousand": 0.372, - "tests_per_case": 4.787, - "positive_rate": 0.209, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-02", - "total_cases": 10711.0, - "new_cases": 529.0, - "new_cases_smoothed": 689.0, - "total_deaths": 146.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 1189.265, - "new_cases_per_million": 58.736, - "new_cases_smoothed_per_million": 76.501, - "total_deaths_per_million": 16.211, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 1.777, - "new_tests": 36327.0, - "total_tests": 92190.0, - "total_tests_per_thousand": 10.236, - "new_tests_per_thousand": 4.033, - "new_tests_smoothed": 8028.0, - "new_tests_smoothed_per_thousand": 0.891, - "tests_per_case": 11.652000000000001, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-03", - "total_cases": 11129.0, - "new_cases": 418.0, - "new_cases_smoothed": 585.714, - "total_deaths": 158.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 1235.677, - "new_cases_per_million": 46.411, - "new_cases_smoothed_per_million": 65.033, - "total_deaths_per_million": 17.543, - "new_deaths_per_million": 1.332, - "new_deaths_smoothed_per_million": 1.681, - "new_tests": 6153.0, - "total_tests": 98343.0, - "total_tests_per_thousand": 10.919, - "new_tests_per_thousand": 0.683, - "new_tests_smoothed": 8399.0, - "new_tests_smoothed_per_thousand": 0.933, - "tests_per_case": 14.34, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-04", - "total_cases": 11525.0, - "new_cases": 396.0, - "new_cases_smoothed": 546.857, - "total_deaths": 168.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 1279.646, - "new_cases_per_million": 43.969, - "new_cases_smoothed_per_million": 60.719, - "total_deaths_per_million": 18.653, - "new_deaths_per_million": 1.11, - "new_deaths_smoothed_per_million": 1.586, - "new_tests": 5791.0, - "total_tests": 104134.0, - "total_tests_per_thousand": 11.562, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 8769.0, - "new_tests_smoothed_per_thousand": 0.974, - "tests_per_case": 16.035, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-05", - "total_cases": 11766.0, - "new_cases": 241.0, - "new_cases_smoothed": 496.429, - "total_deaths": 186.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 1306.404, - "new_cases_per_million": 26.759, - "new_cases_smoothed_per_million": 55.12, - "total_deaths_per_million": 20.652, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 1.872, - "new_tests": 4282.0, - "total_tests": 108416.0, - "total_tests_per_thousand": 12.038, - "new_tests_per_thousand": 0.475, - "new_tests_smoothed": 8854.0, - "new_tests_smoothed_per_thousand": 0.983, - "tests_per_case": 17.835, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-06", - "total_cases": 11983.0, - "new_cases": 217.0, - "new_cases_smoothed": 452.857, - "total_deaths": 204.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 1330.498, - "new_cases_per_million": 24.094, - "new_cases_smoothed_per_million": 50.282, - "total_deaths_per_million": 22.651, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 1.872, - "new_tests": 2880.0, - "total_tests": 111296.0, - "total_tests_per_thousand": 12.357, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 8834.0, - "new_tests_smoothed_per_thousand": 0.981, - "tests_per_case": 19.507, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-07", - "total_cases": 12297.0, - "new_cases": 314.0, - "new_cases_smoothed": 382.714, - "total_deaths": 220.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 1365.362, - "new_cases_per_million": 34.864, - "new_cases_smoothed_per_million": 42.494, - "total_deaths_per_million": 24.427, - "new_deaths_per_million": 1.777, - "new_deaths_smoothed_per_million": 1.777, - "new_tests": 3939.0, - "total_tests": 115235.0, - "total_tests_per_thousand": 12.795, - "new_tests_per_thousand": 0.437, - "new_tests_smoothed": 8984.0, - "new_tests_smoothed_per_thousand": 0.998, - "tests_per_case": 23.474, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-08", - "total_cases": 12640.0, - "new_cases": 343.0, - "new_cases_smoothed": 351.143, - "total_deaths": 243.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 1403.446, - "new_cases_per_million": 38.084, - "new_cases_smoothed_per_million": 38.988, - "total_deaths_per_million": 26.981, - "new_deaths_per_million": 2.554, - "new_deaths_smoothed_per_million": 1.824, - "new_tests": 5520.0, - "total_tests": 120755.0, - "total_tests_per_thousand": 13.408, - "new_tests_per_thousand": 0.613, - "new_tests_smoothed": 9270.0, - "new_tests_smoothed_per_thousand": 1.029, - "tests_per_case": 26.4, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-09", - "total_cases": 12969.0, - "new_cases": 329.0, - "new_cases_smoothed": 322.571, - "total_deaths": 273.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 1439.976, - "new_cases_per_million": 36.53, - "new_cases_smoothed_per_million": 35.816, - "total_deaths_per_million": 30.312, - "new_deaths_per_million": 3.331, - "new_deaths_smoothed_per_million": 2.014, - "new_tests": 5532.0, - "total_tests": 126287.0, - "total_tests_per_thousand": 14.022, - "new_tests_per_thousand": 0.614, - "new_tests_smoothed": 4871.0, - "new_tests_smoothed_per_thousand": 0.541, - "tests_per_case": 15.100999999999999, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-10", - "total_cases": 13248.0, - "new_cases": 279.0, - "new_cases_smoothed": 302.714, - "total_deaths": 295.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 1470.954, - "new_cases_per_million": 30.978, - "new_cases_smoothed_per_million": 33.611, - "total_deaths_per_million": 32.754, - "new_deaths_per_million": 2.443, - "new_deaths_smoothed_per_million": 2.173, - "new_tests": 8456.0, - "total_tests": 134743.0, - "total_tests_per_thousand": 14.961, - "new_tests_per_thousand": 0.939, - "new_tests_smoothed": 5200.0, - "new_tests_smoothed_per_thousand": 0.577, - "tests_per_case": 17.178, - "positive_rate": 0.057999999999999996, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-11", - "total_cases": 13560.0, - "new_cases": 312.0, - "new_cases_smoothed": 290.714, - "total_deaths": 319.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 1505.596, - "new_cases_per_million": 34.642, - "new_cases_smoothed_per_million": 32.279, - "total_deaths_per_million": 35.419, - "new_deaths_per_million": 2.665, - "new_deaths_smoothed_per_million": 2.395, - "new_tests": 6232.0, - "total_tests": 140975.0, - "total_tests_per_thousand": 15.653, - "new_tests_per_thousand": 0.692, - "new_tests_smoothed": 5263.0, - "new_tests_smoothed_per_thousand": 0.584, - "tests_per_case": 18.104, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-12", - "total_cases": 13807.0, - "new_cases": 247.0, - "new_cases_smoothed": 291.571, - "total_deaths": 337.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 1533.021, - "new_cases_per_million": 27.425, - "new_cases_smoothed_per_million": 32.374, - "total_deaths_per_million": 37.418, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 2.395, - "new_tests": 3902.0, - "total_tests": 144877.0, - "total_tests_per_thousand": 16.086, - "new_tests_per_thousand": 0.433, - "new_tests_smoothed": 5209.0, - "new_tests_smoothed_per_thousand": 0.578, - "tests_per_case": 17.865, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-13", - "total_cases": 13937.0, - "new_cases": 130.0, - "new_cases_smoothed": 279.143, - "total_deaths": 350.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 20.857, - "total_cases_per_million": 1547.455, - "new_cases_per_million": 14.434, - "new_cases_smoothed_per_million": 30.994, - "total_deaths_per_million": 38.861, - "new_deaths_per_million": 1.443, - "new_deaths_smoothed_per_million": 2.316, - "new_tests": 3535.0, - "total_tests": 148412.0, - "total_tests_per_thousand": 16.479, - "new_tests_per_thousand": 0.392, - "new_tests_smoothed": 5302.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 18.994, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-14", - "total_cases": 14043.0, - "new_cases": 106.0, - "new_cases_smoothed": 249.429, - "total_deaths": 368.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 1559.225, - "new_cases_per_million": 11.769, - "new_cases_smoothed_per_million": 27.695, - "total_deaths_per_million": 40.86, - "new_deaths_per_million": 1.999, - "new_deaths_smoothed_per_million": 2.348, - "new_tests": 3384.0, - "total_tests": 151796.0, - "total_tests_per_thousand": 16.854, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 5223.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 20.94, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-15", - "total_cases": 14234.0, - "new_cases": 191.0, - "new_cases_smoothed": 227.714, - "total_deaths": 384.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 1580.432, - "new_cases_per_million": 21.207, - "new_cases_smoothed_per_million": 25.284, - "total_deaths_per_million": 42.636, - "new_deaths_per_million": 1.777, - "new_deaths_smoothed_per_million": 2.237, - "new_tests": 5005.0, - "total_tests": 156801.0, - "total_tests_per_thousand": 17.41, - "new_tests_per_thousand": 0.556, - "new_tests_smoothed": 5149.0, - "new_tests_smoothed_per_thousand": 0.572, - "tests_per_case": 22.612, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-16", - "total_cases": 14370.0, - "new_cases": 136.0, - "new_cases_smoothed": 200.143, - "total_deaths": 393.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 1595.532, - "new_cases_per_million": 15.1, - "new_cases_smoothed_per_million": 22.222, - "total_deaths_per_million": 43.636, - "new_deaths_per_million": 0.999, - "new_deaths_smoothed_per_million": 1.903, - "new_tests": 6015.0, - "total_tests": 162816.0, - "total_tests_per_thousand": 18.078, - "new_tests_per_thousand": 0.668, - "new_tests_smoothed": 5218.0, - "new_tests_smoothed_per_thousand": 0.579, - "tests_per_case": 26.070999999999998, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-17", - "total_cases": 14448.0, - "new_cases": 78.0, - "new_cases_smoothed": 171.429, - "total_deaths": 410.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 1604.193, - "new_cases_per_million": 8.661, - "new_cases_smoothed_per_million": 19.034, - "total_deaths_per_million": 45.523, - "new_deaths_per_million": 1.888, - "new_deaths_smoothed_per_million": 1.824, - "new_tests": 6456.0, - "total_tests": 169272.0, - "total_tests_per_thousand": 18.795, - "new_tests_per_thousand": 0.717, - "new_tests_smoothed": 4933.0, - "new_tests_smoothed_per_thousand": 0.548, - "tests_per_case": 28.776, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-18", - "total_cases": 14603.0, - "new_cases": 155.0, - "new_cases_smoothed": 149.0, - "total_deaths": 431.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 1621.403, - "new_cases_per_million": 17.21, - "new_cases_smoothed_per_million": 16.544, - "total_deaths_per_million": 47.855, - "new_deaths_per_million": 2.332, - "new_deaths_smoothed_per_million": 1.777, - "new_tests": 6660.0, - "total_tests": 175932.0, - "total_tests_per_thousand": 19.534, - "new_tests_per_thousand": 0.739, - "new_tests_smoothed": 4994.0, - "new_tests_smoothed_per_thousand": 0.554, - "tests_per_case": 33.516999999999996, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-19", - "total_cases": 14662.0, - "new_cases": 59.0, - "new_cases_smoothed": 122.143, - "total_deaths": 443.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 1627.953, - "new_cases_per_million": 6.551, - "new_cases_smoothed_per_million": 13.562, - "total_deaths_per_million": 49.187, - "new_deaths_per_million": 1.332, - "new_deaths_smoothed_per_million": 1.681, - "new_tests": 3311.0, - "total_tests": 179243.0, - "total_tests_per_thousand": 19.902, - "new_tests_per_thousand": 0.368, - "new_tests_smoothed": 4909.0, - "new_tests_smoothed_per_thousand": 0.545, - "tests_per_case": 40.191, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-20", - "total_cases": 14710.0, - "new_cases": 48.0, - "new_cases_smoothed": 110.429, - "total_deaths": 452.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 1633.283, - "new_cases_per_million": 5.33, - "new_cases_smoothed_per_million": 12.261, - "total_deaths_per_million": 50.187, - "new_deaths_per_million": 0.999, - "new_deaths_smoothed_per_million": 1.618, - "new_tests": 3706.0, - "total_tests": 182949.0, - "total_tests_per_thousand": 20.313, - "new_tests_per_thousand": 0.411, - "new_tests_smoothed": 4934.0, - "new_tests_smoothed_per_thousand": 0.548, - "tests_per_case": 44.68, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-21", - "total_cases": 14783.0, - "new_cases": 73.0, - "new_cases_smoothed": 105.714, - "total_deaths": 462.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 1641.388, - "new_cases_per_million": 8.105, - "new_cases_smoothed_per_million": 11.738, - "total_deaths_per_million": 51.297, - "new_deaths_per_million": 1.11, - "new_deaths_smoothed_per_million": 1.491, - "new_tests": 6069.0, - "total_tests": 189018.0, - "total_tests_per_thousand": 20.987, - "new_tests_per_thousand": 0.674, - "new_tests_smoothed": 5317.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 50.29600000000001, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-22", - "total_cases": 14833.0, - "new_cases": 50.0, - "new_cases_smoothed": 85.571, - "total_deaths": 463.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 1646.94, - "new_cases_per_million": 5.552, - "new_cases_smoothed_per_million": 9.501, - "total_deaths_per_million": 51.408, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 1.253, - "new_tests": 12776.0, - "total_tests": 201794.0, - "total_tests_per_thousand": 22.406, - "new_tests_per_thousand": 1.419, - "new_tests_smoothed": 6428.0, - "new_tests_smoothed_per_thousand": 0.714, - "tests_per_case": 75.119, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-23", - "total_cases": 14924.0, - "new_cases": 91.0, - "new_cases_smoothed": 79.143, - "total_deaths": 494.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 1657.044, - "new_cases_per_million": 10.104, - "new_cases_smoothed_per_million": 8.787, - "total_deaths_per_million": 54.85, - "new_deaths_per_million": 3.442, - "new_deaths_smoothed_per_million": 1.602, - "new_tests": 4041.0, - "total_tests": 205835.0, - "total_tests_per_thousand": 22.854, - "new_tests_per_thousand": 0.449, - "new_tests_smoothed": 6146.0, - "new_tests_smoothed_per_thousand": 0.682, - "tests_per_case": 77.657, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-24", - "total_cases": 14985.0, - "new_cases": 61.0, - "new_cases_smoothed": 76.714, - "total_deaths": 508.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 14.0, - "total_cases_per_million": 1663.817, - "new_cases_per_million": 6.773, - "new_cases_smoothed_per_million": 8.518, - "total_deaths_per_million": 56.404, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 6851.0, - "total_tests": 212686.0, - "total_tests_per_thousand": 23.615, - "new_tests_per_thousand": 0.761, - "new_tests_smoothed": 6202.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 80.845, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-25", - "total_cases": 15068.0, - "new_cases": 83.0, - "new_cases_smoothed": 66.429, - "total_deaths": 513.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 1673.033, - "new_cases_per_million": 9.216, - "new_cases_smoothed_per_million": 7.376, - "total_deaths_per_million": 56.959, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 1.301, - "new_tests": 8403.0, - "total_tests": 221089.0, - "total_tests_per_thousand": 24.548, - "new_tests_per_thousand": 0.933, - "new_tests_smoothed": 6451.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 97.11200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-26", - "total_cases": 15134.0, - "new_cases": 66.0, - "new_cases_smoothed": 67.429, - "total_deaths": 536.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 1680.361, - "new_cases_per_million": 7.328, - "new_cases_smoothed_per_million": 7.487, - "total_deaths_per_million": 59.513, - "new_deaths_per_million": 2.554, - "new_deaths_smoothed_per_million": 1.475, - "new_tests": 6542.0, - "total_tests": 227631.0, - "total_tests_per_thousand": 25.274, - "new_tests_per_thousand": 0.726, - "new_tests_smoothed": 6913.0, - "new_tests_smoothed_per_thousand": 0.768, - "tests_per_case": 102.523, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-27", - "total_cases": 15189.0, - "new_cases": 55.0, - "new_cases_smoothed": 68.429, - "total_deaths": 542.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 1686.467, - "new_cases_per_million": 6.107, - "new_cases_smoothed_per_million": 7.598, - "total_deaths_per_million": 60.179, - "new_deaths_per_million": 0.666, - "new_deaths_smoothed_per_million": 1.428, - "new_tests": 4906.0, - "total_tests": 232537.0, - "total_tests_per_thousand": 25.819, - "new_tests_per_thousand": 0.545, - "new_tests_smoothed": 7084.0, - "new_tests_smoothed_per_thousand": 0.787, - "tests_per_case": 103.524, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-28", - "total_cases": 15256.0, - "new_cases": 67.0, - "new_cases_smoothed": 67.571, - "total_deaths": 549.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 1693.907, - "new_cases_per_million": 7.439, - "new_cases_smoothed_per_million": 7.503, - "total_deaths_per_million": 60.957, - "new_deaths_per_million": 0.777, - "new_deaths_smoothed_per_million": 1.38, - "new_tests": 7041.0, - "total_tests": 239578.0, - "total_tests_per_thousand": 26.601, - "new_tests_per_thousand": 0.782, - "new_tests_smoothed": 7223.0, - "new_tests_smoothed_per_thousand": 0.802, - "tests_per_case": 106.89399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-29", - "total_cases": 15314.0, - "new_cases": 58.0, - "new_cases_smoothed": 68.714, - "total_deaths": 569.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 1700.346, - "new_cases_per_million": 6.44, - "new_cases_smoothed_per_million": 7.629, - "total_deaths_per_million": 63.177, - "new_deaths_per_million": 2.221, - "new_deaths_smoothed_per_million": 1.681, - "new_tests": 8176.0, - "total_tests": 247754.0, - "total_tests_per_thousand": 27.509, - "new_tests_per_thousand": 0.908, - "new_tests_smoothed": 6566.0, - "new_tests_smoothed_per_thousand": 0.729, - "tests_per_case": 95.555, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-04-30", - "total_cases": 15364.0, - "new_cases": 50.0, - "new_cases_smoothed": 62.857, - "total_deaths": 580.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 1705.898, - "new_cases_per_million": 5.552, - "new_cases_smoothed_per_million": 6.979, - "total_deaths_per_million": 64.399, - "new_deaths_per_million": 1.221, - "new_deaths_smoothed_per_million": 1.364, - "new_tests": 8645.0, - "total_tests": 256399.0, - "total_tests_per_thousand": 28.469, - "new_tests_per_thousand": 0.96, - "new_tests_smoothed": 7223.0, - "new_tests_smoothed_per_thousand": 0.802, - "tests_per_case": 114.911, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-01", - "total_cases": 15424.0, - "new_cases": 60.0, - "new_cases_smoothed": 62.714, - "total_deaths": 584.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 1712.56, - "new_cases_per_million": 6.662, - "new_cases_smoothed_per_million": 6.963, - "total_deaths_per_million": 64.843, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 1.205, - "new_tests": 7680.0, - "total_tests": 264079.0, - "total_tests_per_thousand": 29.321, - "new_tests_per_thousand": 0.853, - "new_tests_smoothed": 7342.0, - "new_tests_smoothed_per_thousand": 0.815, - "tests_per_case": 117.071, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-02", - "total_cases": 15458.0, - "new_cases": 34.0, - "new_cases_smoothed": 55.714, - "total_deaths": 589.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 1716.335, - "new_cases_per_million": 3.775, - "new_cases_smoothed_per_million": 6.186, - "total_deaths_per_million": 65.398, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 1.205, - "new_tests": 5540.0, - "total_tests": 269619.0, - "total_tests_per_thousand": 29.936, - "new_tests_per_thousand": 0.615, - "new_tests_smoothed": 6933.0, - "new_tests_smoothed_per_thousand": 0.77, - "tests_per_case": 124.43799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-03", - "total_cases": 15470.0, - "new_cases": 12.0, - "new_cases_smoothed": 48.0, - "total_deaths": 596.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1717.667, - "new_cases_per_million": 1.332, - "new_cases_smoothed_per_million": 5.33, - "total_deaths_per_million": 66.175, - "new_deaths_per_million": 0.777, - "new_deaths_smoothed_per_million": 0.952, - "new_tests": 4736.0, - "total_tests": 274355.0, - "total_tests_per_thousand": 30.462, - "new_tests_per_thousand": 0.526, - "new_tests_smoothed": 6675.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 139.062, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-04", - "total_cases": 15538.0, - "new_cases": 68.0, - "new_cases_smoothed": 49.857, - "total_deaths": 598.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1725.218, - "new_cases_per_million": 7.55, - "new_cases_smoothed_per_million": 5.536, - "total_deaths_per_million": 66.397, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.888, - "new_tests": 4716.0, - "total_tests": 279071.0, - "total_tests_per_thousand": 30.986, - "new_tests_per_thousand": 0.524, - "new_tests_smoothed": 6648.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 133.341, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-05", - "total_cases": 15569.0, - "new_cases": 31.0, - "new_cases_smoothed": 44.714, - "total_deaths": 600.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 1728.66, - "new_cases_per_million": 3.442, - "new_cases_smoothed_per_million": 4.965, - "total_deaths_per_million": 66.619, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.809, - "new_tests": 6812.0, - "total_tests": 285883.0, - "total_tests_per_thousand": 31.742, - "new_tests_per_thousand": 0.756, - "new_tests_smoothed": 6615.0, - "new_tests_smoothed_per_thousand": 0.734, - "tests_per_case": 147.939, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-06", - "total_cases": 15586.0, - "new_cases": 17.0, - "new_cases_smoothed": 38.857, - "total_deaths": 606.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1730.547, - "new_cases_per_million": 1.888, - "new_cases_smoothed_per_million": 4.314, - "total_deaths_per_million": 67.285, - "new_deaths_per_million": 0.666, - "new_deaths_smoothed_per_million": 0.587, - "new_tests": 6371.0, - "total_tests": 292254.0, - "total_tests_per_thousand": 32.45, - "new_tests_per_thousand": 0.707, - "new_tests_smoothed": 6357.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 163.599, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-07", - "total_cases": 15651.0, - "new_cases": 65.0, - "new_cases_smoothed": 41.0, - "total_deaths": 608.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1737.764, - "new_cases_per_million": 7.217, - "new_cases_smoothed_per_million": 4.552, - "total_deaths_per_million": 67.508, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.444, - "new_tests": 5640.0, - "total_tests": 297894.0, - "total_tests_per_thousand": 33.076, - "new_tests_per_thousand": 0.626, - "new_tests_smoothed": 5928.0, - "new_tests_smoothed_per_thousand": 0.658, - "tests_per_case": 144.585, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-08", - "total_cases": 15673.0, - "new_cases": 22.0, - "new_cases_smoothed": 35.571, - "total_deaths": 609.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1740.207, - "new_cases_per_million": 2.443, - "new_cases_smoothed_per_million": 3.95, - "total_deaths_per_million": 67.619, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.397, - "new_tests": 6175.0, - "total_tests": 304069.0, - "total_tests_per_thousand": 33.761, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 5713.0, - "new_tests_smoothed_per_thousand": 0.634, - "tests_per_case": 160.606, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-09", - "total_cases": 15735.0, - "new_cases": 62.0, - "new_cases_smoothed": 39.571, - "total_deaths": 614.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1747.091, - "new_cases_per_million": 6.884, - "new_cases_smoothed_per_million": 4.394, - "total_deaths_per_million": 68.174, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 0.397, - "new_tests": 7621.0, - "total_tests": 311690.0, - "total_tests_per_thousand": 34.608, - "new_tests_per_thousand": 0.846, - "new_tests_smoothed": 6010.0, - "new_tests_smoothed_per_thousand": 0.667, - "tests_per_case": 151.877, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-10", - "total_cases": 15777.0, - "new_cases": 42.0, - "new_cases_smoothed": 43.857, - "total_deaths": 615.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1751.754, - "new_cases_per_million": 4.663, - "new_cases_smoothed_per_million": 4.87, - "total_deaths_per_million": 68.285, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.301, - "new_tests": 4818.0, - "total_tests": 316508.0, - "total_tests_per_thousand": 35.143, - "new_tests_per_thousand": 0.535, - "new_tests_smoothed": 6022.0, - "new_tests_smoothed_per_thousand": 0.669, - "tests_per_case": 137.309, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.81 - }, - { - "date": "2020-05-11", - "total_cases": 15787.0, - "new_cases": 10.0, - "new_cases_smoothed": 35.571, - "total_deaths": 618.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1752.865, - "new_cases_per_million": 1.11, - "new_cases_smoothed_per_million": 3.95, - "total_deaths_per_million": 68.618, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 2976.0, - "total_tests": 319484.0, - "total_tests_per_thousand": 35.473, - "new_tests_per_thousand": 0.33, - "new_tests_smoothed": 5773.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 162.293, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-12", - "total_cases": 15874.0, - "new_cases": 87.0, - "new_cases_smoothed": 43.571, - "total_deaths": 620.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1762.524, - "new_cases_per_million": 9.66, - "new_cases_smoothed_per_million": 4.838, - "total_deaths_per_million": 68.84, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 9830.0, - "total_tests": 329314.0, - "total_tests_per_thousand": 36.564, - "new_tests_per_thousand": 1.091, - "new_tests_smoothed": 6204.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 142.387, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-13", - "total_cases": 15910.0, - "new_cases": 36.0, - "new_cases_smoothed": 46.286, - "total_deaths": 623.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 1766.522, - "new_cases_per_million": 3.997, - "new_cases_smoothed_per_million": 5.139, - "total_deaths_per_million": 69.173, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.27, - "new_tests": 6938.0, - "total_tests": 336252.0, - "total_tests_per_thousand": 37.335, - "new_tests_per_thousand": 0.77, - "new_tests_smoothed": 6285.0, - "new_tests_smoothed_per_thousand": 0.698, - "tests_per_case": 135.787, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-14", - "total_cases": 15964.0, - "new_cases": 54.0, - "new_cases_smoothed": 44.714, - "total_deaths": 624.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 1772.517, - "new_cases_per_million": 5.996, - "new_cases_smoothed_per_million": 4.965, - "total_deaths_per_million": 69.284, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 8354.0, - "total_tests": 344606.0, - "total_tests_per_thousand": 38.262, - "new_tests_per_thousand": 0.928, - "new_tests_smoothed": 6673.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 149.236, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-15", - "total_cases": 16005.0, - "new_cases": 41.0, - "new_cases_smoothed": 47.429, - "total_deaths": 626.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 1777.07, - "new_cases_per_million": 4.552, - "new_cases_smoothed_per_million": 5.266, - "total_deaths_per_million": 69.506, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.27, - "new_tests": 6745.0, - "total_tests": 351351.0, - "total_tests_per_thousand": 39.011, - "new_tests_per_thousand": 0.749, - "new_tests_smoothed": 6755.0, - "new_tests_smoothed_per_thousand": 0.75, - "tests_per_case": 142.425, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-16", - "total_cases": 16068.0, - "new_cases": 63.0, - "new_cases_smoothed": 47.571, - "total_deaths": 628.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1784.065, - "new_cases_per_million": 6.995, - "new_cases_smoothed_per_million": 5.282, - "total_deaths_per_million": 69.728, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 6042.0, - "total_tests": 357393.0, - "total_tests_per_thousand": 39.682, - "new_tests_per_thousand": 0.671, - "new_tests_smoothed": 6529.0, - "new_tests_smoothed_per_thousand": 0.725, - "tests_per_case": 137.246, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-17", - "total_cases": 16140.0, - "new_cases": 72.0, - "new_cases_smoothed": 51.857, - "total_deaths": 628.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1792.059, - "new_cases_per_million": 7.994, - "new_cases_smoothed_per_million": 5.758, - "total_deaths_per_million": 69.728, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 5116.0, - "total_tests": 362509.0, - "total_tests_per_thousand": 40.25, - "new_tests_per_thousand": 0.568, - "new_tests_smoothed": 6572.0, - "new_tests_smoothed_per_thousand": 0.73, - "tests_per_case": 126.73299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-18", - "total_cases": 16154.0, - "new_cases": 14.0, - "new_cases_smoothed": 52.429, - "total_deaths": 629.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1793.613, - "new_cases_per_million": 1.554, - "new_cases_smoothed_per_million": 5.821, - "total_deaths_per_million": 69.839, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 3364.0, - "total_tests": 365873.0, - "total_tests_per_thousand": 40.624, - "new_tests_per_thousand": 0.374, - "new_tests_smoothed": 6627.0, - "new_tests_smoothed_per_thousand": 0.736, - "tests_per_case": 126.40100000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-19", - "total_cases": 16179.0, - "new_cases": 25.0, - "new_cases_smoothed": 43.571, - "total_deaths": 629.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1796.389, - "new_cases_per_million": 2.776, - "new_cases_smoothed_per_million": 4.838, - "total_deaths_per_million": 69.839, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 6562.0, - "total_tests": 372435.0, - "total_tests_per_thousand": 41.352, - "new_tests_per_thousand": 0.729, - "new_tests_smoothed": 6160.0, - "new_tests_smoothed_per_thousand": 0.684, - "tests_per_case": 141.377, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-20", - "total_cases": 16257.0, - "new_cases": 78.0, - "new_cases_smoothed": 49.571, - "total_deaths": 632.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1805.05, - "new_cases_per_million": 8.661, - "new_cases_smoothed_per_million": 5.504, - "total_deaths_per_million": 70.172, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 7157.0, - "total_tests": 379592.0, - "total_tests_per_thousand": 42.147, - "new_tests_per_thousand": 0.795, - "new_tests_smoothed": 6191.0, - "new_tests_smoothed_per_thousand": 0.687, - "tests_per_case": 124.89, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-21", - "total_cases": 16275.0, - "new_cases": 18.0, - "new_cases_smoothed": 44.429, - "total_deaths": 633.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1807.048, - "new_cases_per_million": 1.999, - "new_cases_smoothed_per_million": 4.933, - "total_deaths_per_million": 70.283, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.143, - "new_tests_smoothed": 5776.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 130.006, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-22", - "total_cases": 16332.0, - "new_cases": 57.0, - "new_cases_smoothed": 46.714, - "total_deaths": 633.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1813.377, - "new_cases_per_million": 6.329, - "new_cases_smoothed_per_million": 5.187, - "total_deaths_per_million": 70.283, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.111, - "total_tests": 390488.0, - "total_tests_per_thousand": 43.357, - "new_tests_smoothed": 5591.0, - "new_tests_smoothed_per_thousand": 0.621, - "tests_per_case": 119.685, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-23", - "total_cases": 16361.0, - "new_cases": 29.0, - "new_cases_smoothed": 41.857, - "total_deaths": 635.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1816.597, - "new_cases_per_million": 3.22, - "new_cases_smoothed_per_million": 4.647, - "total_deaths_per_million": 70.505, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 5875.0, - "total_tests": 396363.0, - "total_tests_per_thousand": 44.009, - "new_tests_per_thousand": 0.652, - "new_tests_smoothed": 5567.0, - "new_tests_smoothed_per_thousand": 0.618, - "tests_per_case": 133.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-24", - "total_cases": 16407.0, - "new_cases": 46.0, - "new_cases_smoothed": 38.143, - "total_deaths": 639.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1821.705, - "new_cases_per_million": 5.107, - "new_cases_smoothed_per_million": 4.235, - "total_deaths_per_million": 70.95, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 5494.0, - "total_tests": 401857.0, - "total_tests_per_thousand": 44.619, - "new_tests_per_thousand": 0.61, - "new_tests_smoothed": 5621.0, - "new_tests_smoothed_per_thousand": 0.624, - "tests_per_case": 147.36700000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-25", - "total_cases": 16439.0, - "new_cases": 32.0, - "new_cases_smoothed": 40.714, - "total_deaths": 640.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1825.258, - "new_cases_per_million": 3.553, - "new_cases_smoothed_per_million": 4.521, - "total_deaths_per_million": 71.061, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 3484.0, - "total_tests": 405341.0, - "total_tests_per_thousand": 45.006, - "new_tests_per_thousand": 0.387, - "new_tests_smoothed": 5638.0, - "new_tests_smoothed_per_thousand": 0.626, - "tests_per_case": 138.477, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-26", - "total_cases": 16459.0, - "new_cases": 20.0, - "new_cases_smoothed": 40.0, - "total_deaths": 641.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1827.478, - "new_cases_per_million": 2.221, - "new_cases_smoothed_per_million": 4.441, - "total_deaths_per_million": 71.172, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 5844.0, - "total_tests": 411185.0, - "total_tests_per_thousand": 45.655, - "new_tests_per_thousand": 0.649, - "new_tests_smoothed": 5536.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 138.4, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-27", - "total_cases": 16497.0, - "new_cases": 38.0, - "new_cases_smoothed": 34.286, - "total_deaths": 643.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1831.697, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 3.807, - "total_deaths_per_million": 71.394, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 7521.0, - "total_tests": 418706.0, - "total_tests_per_thousand": 46.49, - "new_tests_per_thousand": 0.835, - "new_tests_smoothed": 5588.0, - "new_tests_smoothed_per_thousand": 0.62, - "tests_per_case": 162.983, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-28", - "total_cases": 16515.0, - "new_cases": 18.0, - "new_cases_smoothed": 34.286, - "total_deaths": 645.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1833.696, - "new_cases_per_million": 1.999, - "new_cases_smoothed_per_million": 3.807, - "total_deaths_per_million": 71.616, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 8666.0, - "total_tests": 427372.0, - "total_tests_per_thousand": 47.452, - "new_tests_per_thousand": 0.962, - "new_tests_smoothed": 6047.0, - "new_tests_smoothed_per_thousand": 0.671, - "tests_per_case": 176.37099999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-29", - "total_cases": 16543.0, - "new_cases": 28.0, - "new_cases_smoothed": 30.143, - "total_deaths": 668.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1836.805, - "new_cases_per_million": 3.109, - "new_cases_smoothed_per_million": 3.347, - "total_deaths_per_million": 74.169, - "new_deaths_per_million": 2.554, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 6930.0, - "total_tests": 434302.0, - "total_tests_per_thousand": 48.221, - "new_tests_per_thousand": 0.769, - "new_tests_smoothed": 6259.0, - "new_tests_smoothed_per_thousand": 0.695, - "tests_per_case": 207.645, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-30", - "total_cases": 16594.0, - "new_cases": 51.0, - "new_cases_smoothed": 33.286, - "total_deaths": 668.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 1842.468, - "new_cases_per_million": 5.663, - "new_cases_smoothed_per_million": 3.696, - "total_deaths_per_million": 74.169, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.523, - "new_tests": 7841.0, - "total_tests": 442143.0, - "total_tests_per_thousand": 49.092, - "new_tests_per_thousand": 0.871, - "new_tests_smoothed": 6540.0, - "new_tests_smoothed_per_thousand": 0.726, - "tests_per_case": 196.481, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-31", - "total_cases": 16638.0, - "new_cases": 44.0, - "new_cases_smoothed": 33.0, - "total_deaths": 668.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1847.353, - "new_cases_per_million": 4.885, - "new_cases_smoothed_per_million": 3.664, - "total_deaths_per_million": 74.169, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.46, - "new_tests": 6391.0, - "total_tests": 448534.0, - "total_tests_per_thousand": 49.802, - "new_tests_per_thousand": 0.71, - "new_tests_smoothed": 6668.0, - "new_tests_smoothed_per_thousand": 0.74, - "tests_per_case": 202.06099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-01", - "total_cases": 16642.0, - "new_cases": 4.0, - "new_cases_smoothed": 29.0, - "total_deaths": 668.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1847.797, - "new_cases_per_million": 0.444, - "new_cases_smoothed_per_million": 3.22, - "total_deaths_per_million": 74.169, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.444, - "new_tests": 3286.0, - "total_tests": 451820.0, - "total_tests_per_thousand": 50.167, - "new_tests_per_thousand": 0.365, - "new_tests_smoothed": 6640.0, - "new_tests_smoothed_per_thousand": 0.737, - "tests_per_case": 228.96599999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-02", - "total_cases": 16663.0, - "new_cases": 21.0, - "new_cases_smoothed": 29.143, - "total_deaths": 668.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 1850.129, - "new_cases_per_million": 2.332, - "new_cases_smoothed_per_million": 3.236, - "total_deaths_per_million": 74.169, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.428, - "new_tests": 4558.0, - "total_tests": 456378.0, - "total_tests_per_thousand": 50.673, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 6456.0, - "new_tests_smoothed_per_thousand": 0.717, - "tests_per_case": 221.52900000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-03", - "total_cases": 16674.0, - "new_cases": 11.0, - "new_cases_smoothed": 25.286, - "total_deaths": 669.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1851.35, - "new_cases_per_million": 1.221, - "new_cases_smoothed_per_million": 2.808, - "total_deaths_per_million": 74.281, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.412, - "new_tests": 6580.0, - "total_tests": 462958.0, - "total_tests_per_thousand": 51.403, - "new_tests_per_thousand": 0.731, - "new_tests_smoothed": 6322.0, - "new_tests_smoothed_per_thousand": 0.702, - "tests_per_case": 250.023, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 46.3 - }, - { - "date": "2020-06-04", - "total_cases": 16705.0, - "new_cases": 31.0, - "new_cases_smoothed": 27.143, - "total_deaths": 670.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1854.792, - "new_cases_per_million": 3.442, - "new_cases_smoothed_per_million": 3.014, - "total_deaths_per_million": 74.392, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.397, - "new_tests": 8508.0, - "total_tests": 471466.0, - "total_tests_per_thousand": 52.348, - "new_tests_per_thousand": 0.945, - "new_tests_smoothed": 6299.0, - "new_tests_smoothed_per_thousand": 0.699, - "tests_per_case": 232.06799999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-05", - "total_cases": 16741.0, - "new_cases": 36.0, - "new_cases_smoothed": 28.286, - "total_deaths": 670.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1858.789, - "new_cases_per_million": 3.997, - "new_cases_smoothed_per_million": 3.141, - "total_deaths_per_million": 74.392, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 7983.0, - "total_tests": 479449.0, - "total_tests_per_thousand": 53.234, - "new_tests_per_thousand": 0.886, - "new_tests_smoothed": 6450.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 228.03, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-06", - "total_cases": 16803.0, - "new_cases": 62.0, - "new_cases_smoothed": 29.857, - "total_deaths": 672.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1865.673, - "new_cases_per_million": 6.884, - "new_cases_smoothed_per_million": 3.315, - "total_deaths_per_million": 74.614, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 6463.0, - "total_tests": 485912.0, - "total_tests_per_thousand": 53.952, - "new_tests_per_thousand": 0.718, - "new_tests_smoothed": 6253.0, - "new_tests_smoothed_per_thousand": 0.694, - "tests_per_case": 209.43099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-07", - "total_cases": 16822.0, - "new_cases": 19.0, - "new_cases_smoothed": 26.286, - "total_deaths": 672.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1867.783, - "new_cases_per_million": 2.11, - "new_cases_smoothed_per_million": 2.919, - "total_deaths_per_million": 74.614, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 3685.0, - "total_tests": 489597.0, - "total_tests_per_thousand": 54.361, - "new_tests_per_thousand": 0.409, - "new_tests_smoothed": 5866.0, - "new_tests_smoothed_per_thousand": 0.651, - "tests_per_case": 223.16299999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-08", - "total_cases": 16868.0, - "new_cases": 46.0, - "new_cases_smoothed": 32.286, - "total_deaths": 672.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1872.89, - "new_cases_per_million": 5.107, - "new_cases_smoothed_per_million": 3.585, - "total_deaths_per_million": 74.614, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 5164.0, - "total_tests": 494761.0, - "total_tests_per_thousand": 54.934, - "new_tests_per_thousand": 0.573, - "new_tests_smoothed": 6134.0, - "new_tests_smoothed_per_thousand": 0.681, - "tests_per_case": 189.99099999999999, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-09", - "total_cases": 16889.0, - "new_cases": 21.0, - "new_cases_smoothed": 32.286, - "total_deaths": 672.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1875.222, - "new_cases_per_million": 2.332, - "new_cases_smoothed_per_million": 3.585, - "total_deaths_per_million": 74.614, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 6160.0, - "total_tests": 500921.0, - "total_tests_per_thousand": 55.618, - "new_tests_per_thousand": 0.684, - "new_tests_smoothed": 6363.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 197.084, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-10", - "total_cases": 16902.0, - "new_cases": 13.0, - "new_cases_smoothed": 32.571, - "total_deaths": 672.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1876.665, - "new_cases_per_million": 1.443, - "new_cases_smoothed_per_million": 3.616, - "total_deaths_per_million": 74.614, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 5423.0, - "total_tests": 506344.0, - "total_tests_per_thousand": 56.22, - "new_tests_per_thousand": 0.602, - "new_tests_smoothed": 6198.0, - "new_tests_smoothed_per_thousand": 0.688, - "tests_per_case": 190.28900000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-11", - "total_cases": 16936.0, - "new_cases": 34.0, - "new_cases_smoothed": 33.0, - "total_deaths": 673.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1880.441, - "new_cases_per_million": 3.775, - "new_cases_smoothed_per_million": 3.664, - "total_deaths_per_million": 74.725, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 6157.0, - "total_tests": 512501.0, - "total_tests_per_thousand": 56.904, - "new_tests_per_thousand": 0.684, - "new_tests_smoothed": 5862.0, - "new_tests_smoothed_per_thousand": 0.651, - "tests_per_case": 177.636, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-12", - "total_cases": 16964.0, - "new_cases": 28.0, - "new_cases_smoothed": 31.857, - "total_deaths": 674.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1883.549, - "new_cases_per_million": 3.109, - "new_cases_smoothed_per_million": 3.537, - "total_deaths_per_million": 74.836, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.063, - "new_tests_smoothed": 5327.0, - "new_tests_smoothed_per_thousand": 0.591, - "tests_per_case": 167.215, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-13", - "total_cases": 16994.0, - "new_cases": 30.0, - "new_cases_smoothed": 27.286, - "total_deaths": 675.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1886.88, - "new_cases_per_million": 3.331, - "new_cases_smoothed_per_million": 3.03, - "total_deaths_per_million": 74.947, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "total_tests": 520976.0, - "total_tests_per_thousand": 57.845, - "new_tests_smoothed": 5009.0, - "new_tests_smoothed_per_thousand": 0.556, - "tests_per_case": 183.576, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-14", - "total_cases": 17014.0, - "new_cases": 20.0, - "new_cases_smoothed": 27.429, - "total_deaths": 677.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1889.101, - "new_cases_per_million": 2.221, - "new_cases_smoothed_per_million": 3.045, - "total_deaths_per_million": 75.169, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 3864.0, - "total_tests": 524840.0, - "total_tests_per_thousand": 58.274, - "new_tests_per_thousand": 0.429, - "new_tests_smoothed": 5035.0, - "new_tests_smoothed_per_thousand": 0.559, - "tests_per_case": 183.56799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-15", - "total_cases": 17038.0, - "new_cases": 24.0, - "new_cases_smoothed": 24.286, - "total_deaths": 677.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1891.766, - "new_cases_per_million": 2.665, - "new_cases_smoothed_per_million": 2.696, - "total_deaths_per_million": 75.169, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 2830.0, - "total_tests": 527670.0, - "total_tests_per_thousand": 58.588, - "new_tests_per_thousand": 0.314, - "new_tests_smoothed": 4701.0, - "new_tests_smoothed_per_thousand": 0.522, - "tests_per_case": 193.571, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-16", - "total_cases": 17065.0, - "new_cases": 27.0, - "new_cases_smoothed": 25.143, - "total_deaths": 678.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1894.764, - "new_cases_per_million": 2.998, - "new_cases_smoothed_per_million": 2.792, - "total_deaths_per_million": 75.28, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 5030.0, - "total_tests": 532700.0, - "total_tests_per_thousand": 59.147, - "new_tests_per_thousand": 0.558, - "new_tests_smoothed": 4540.0, - "new_tests_smoothed_per_thousand": 0.504, - "tests_per_case": 180.56799999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-17", - "total_cases": 17098.0, - "new_cases": 33.0, - "new_cases_smoothed": 28.0, - "total_deaths": 681.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1898.428, - "new_cases_per_million": 3.664, - "new_cases_smoothed_per_million": 3.109, - "total_deaths_per_million": 75.613, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 7915.0, - "total_tests": 540615.0, - "total_tests_per_thousand": 60.026, - "new_tests_per_thousand": 0.879, - "new_tests_smoothed": 4896.0, - "new_tests_smoothed_per_thousand": 0.544, - "tests_per_case": 174.857, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-18", - "total_cases": 17115.0, - "new_cases": 17.0, - "new_cases_smoothed": 25.571, - "total_deaths": 687.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1900.315, - "new_cases_per_million": 1.888, - "new_cases_smoothed_per_million": 2.839, - "total_deaths_per_million": 76.279, - "new_deaths_per_million": 0.666, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 5312.0, - "total_tests": 545927.0, - "total_tests_per_thousand": 60.615, - "new_tests_per_thousand": 0.59, - "new_tests_smoothed": 4775.0, - "new_tests_smoothed_per_thousand": 0.53, - "tests_per_case": 186.732, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-19", - "total_cases": 17155.0, - "new_cases": 40.0, - "new_cases_smoothed": 27.286, - "total_deaths": 688.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1904.757, - "new_cases_per_million": 4.441, - "new_cases_smoothed_per_million": 3.03, - "total_deaths_per_million": 76.39, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 6203.0, - "total_tests": 552130.0, - "total_tests_per_thousand": 61.304, - "new_tests_per_thousand": 0.689, - "new_tests_smoothed": 5056.0, - "new_tests_smoothed_per_thousand": 0.561, - "tests_per_case": 185.298, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-20", - "total_cases": 17185.0, - "new_cases": 30.0, - "new_cases_smoothed": 27.286, - "total_deaths": 688.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1908.088, - "new_cases_per_million": 3.331, - "new_cases_smoothed_per_million": 3.03, - "total_deaths_per_million": 76.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 6078.0, - "total_tests": 558208.0, - "total_tests_per_thousand": 61.979, - "new_tests_per_thousand": 0.675, - "new_tests_smoothed": 5319.0, - "new_tests_smoothed_per_thousand": 0.591, - "tests_per_case": 194.937, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-21", - "total_cases": 17247.0, - "new_cases": 62.0, - "new_cases_smoothed": 33.286, - "total_deaths": 688.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1914.972, - "new_cases_per_million": 6.884, - "new_cases_smoothed_per_million": 3.696, - "total_deaths_per_million": 76.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 2376.0, - "total_tests": 560584.0, - "total_tests_per_thousand": 62.243, - "new_tests_per_thousand": 0.264, - "new_tests_smoothed": 5106.0, - "new_tests_smoothed_per_thousand": 0.567, - "tests_per_case": 153.399, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-22", - "total_cases": 17285.0, - "new_cases": 38.0, - "new_cases_smoothed": 35.286, - "total_deaths": 690.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1919.191, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 3.918, - "total_deaths_per_million": 76.612, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 5216.0, - "total_tests": 565800.0, - "total_tests_per_thousand": 62.822, - "new_tests_per_thousand": 0.579, - "new_tests_smoothed": 5447.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 154.368, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-23", - "total_cases": 17320.0, - "new_cases": 35.0, - "new_cases_smoothed": 36.429, - "total_deaths": 690.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1923.077, - "new_cases_per_million": 3.886, - "new_cases_smoothed_per_million": 4.045, - "total_deaths_per_million": 76.612, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 6673.0, - "total_tests": 572473.0, - "total_tests_per_thousand": 63.563, - "new_tests_per_thousand": 0.741, - "new_tests_smoothed": 5682.0, - "new_tests_smoothed_per_thousand": 0.631, - "tests_per_case": 155.976, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-24", - "total_cases": 17351.0, - "new_cases": 31.0, - "new_cases_smoothed": 36.143, - "total_deaths": 693.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1926.519, - "new_cases_per_million": 3.442, - "new_cases_smoothed_per_million": 4.013, - "total_deaths_per_million": 76.945, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 6111.0, - "total_tests": 578584.0, - "total_tests_per_thousand": 64.241, - "new_tests_per_thousand": 0.679, - "new_tests_smoothed": 5424.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 150.071, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-25", - "total_cases": 17384.0, - "new_cases": 33.0, - "new_cases_smoothed": 38.429, - "total_deaths": 693.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1930.183, - "new_cases_per_million": 3.664, - "new_cases_smoothed_per_million": 4.267, - "total_deaths_per_million": 76.945, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 5659.0, - "total_tests": 584243.0, - "total_tests_per_thousand": 64.87, - "new_tests_per_thousand": 0.628, - "new_tests_smoothed": 5474.0, - "new_tests_smoothed_per_thousand": 0.608, - "tests_per_case": 142.446, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-26", - "total_cases": 17431.0, - "new_cases": 47.0, - "new_cases_smoothed": 39.429, - "total_deaths": 698.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1935.401, - "new_cases_per_million": 5.219, - "new_cases_smoothed_per_million": 4.378, - "total_deaths_per_million": 77.5, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 6199.0, - "total_tests": 590442.0, - "total_tests_per_thousand": 65.558, - "new_tests_per_thousand": 0.688, - "new_tests_smoothed": 5473.0, - "new_tests_smoothed_per_thousand": 0.608, - "tests_per_case": 138.808, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-27", - "total_cases": 17498.0, - "new_cases": 67.0, - "new_cases_smoothed": 44.714, - "total_deaths": 698.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1942.841, - "new_cases_per_million": 7.439, - "new_cases_smoothed_per_million": 4.965, - "total_deaths_per_million": 77.5, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 7053.0, - "total_tests": 597495.0, - "total_tests_per_thousand": 66.341, - "new_tests_per_thousand": 0.783, - "new_tests_smoothed": 5612.0, - "new_tests_smoothed_per_thousand": 0.623, - "tests_per_case": 125.508, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-28", - "total_cases": 17562.0, - "new_cases": 64.0, - "new_cases_smoothed": 45.0, - "total_deaths": 700.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1949.947, - "new_cases_per_million": 7.106, - "new_cases_smoothed_per_million": 4.996, - "total_deaths_per_million": 77.723, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 5025.0, - "total_tests": 602520.0, - "total_tests_per_thousand": 66.899, - "new_tests_per_thousand": 0.558, - "new_tests_smoothed": 5991.0, - "new_tests_smoothed_per_thousand": 0.665, - "tests_per_case": 133.13299999999998, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-29", - "total_cases": 17625.0, - "new_cases": 63.0, - "new_cases_smoothed": 48.571, - "total_deaths": 702.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1956.942, - "new_cases_per_million": 6.995, - "new_cases_smoothed_per_million": 5.393, - "total_deaths_per_million": 77.945, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 3855.0, - "total_tests": 606375.0, - "total_tests_per_thousand": 67.327, - "new_tests_per_thousand": 0.428, - "new_tests_smoothed": 5796.0, - "new_tests_smoothed_per_thousand": 0.644, - "tests_per_case": 119.329, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-06-30", - "total_cases": 17666.0, - "new_cases": 41.0, - "new_cases_smoothed": 49.429, - "total_deaths": 703.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1961.494, - "new_cases_per_million": 4.552, - "new_cases_smoothed_per_million": 5.488, - "total_deaths_per_million": 78.056, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 6381.0, - "total_tests": 612756.0, - "total_tests_per_thousand": 68.036, - "new_tests_per_thousand": 0.708, - "new_tests_smoothed": 5755.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 116.431, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-01", - "total_cases": 17777.0, - "new_cases": 111.0, - "new_cases_smoothed": 60.857, - "total_deaths": 705.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1973.819, - "new_cases_per_million": 12.325, - "new_cases_smoothed_per_million": 6.757, - "total_deaths_per_million": 78.278, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 8110.0, - "total_tests": 620866.0, - "total_tests_per_thousand": 68.936, - "new_tests_per_thousand": 0.9, - "new_tests_smoothed": 6040.0, - "new_tests_smoothed_per_thousand": 0.671, - "tests_per_case": 99.249, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-02", - "total_cases": 17814.0, - "new_cases": 37.0, - "new_cases_smoothed": 61.429, - "total_deaths": 705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1977.927, - "new_cases_per_million": 4.108, - "new_cases_smoothed_per_million": 6.821, - "total_deaths_per_million": 78.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 7834.0, - "total_tests": 628700.0, - "total_tests_per_thousand": 69.806, - "new_tests_per_thousand": 0.87, - "new_tests_smoothed": 6351.0, - "new_tests_smoothed_per_thousand": 0.705, - "tests_per_case": 103.38799999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-03", - "total_cases": 17952.0, - "new_cases": 138.0, - "new_cases_smoothed": 74.429, - "total_deaths": 705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1993.249, - "new_cases_per_million": 15.322, - "new_cases_smoothed_per_million": 8.264, - "total_deaths_per_million": 78.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 6805.0, - "total_tests": 635505.0, - "total_tests_per_thousand": 70.561, - "new_tests_per_thousand": 0.756, - "new_tests_smoothed": 6438.0, - "new_tests_smoothed_per_thousand": 0.715, - "tests_per_case": 86.499, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-04", - "total_cases": 18073.0, - "new_cases": 121.0, - "new_cases_smoothed": 82.143, - "total_deaths": 705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2006.684, - "new_cases_per_million": 13.435, - "new_cases_smoothed_per_million": 9.12, - "total_deaths_per_million": 78.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 7174.0, - "total_tests": 642679.0, - "total_tests_per_thousand": 71.358, - "new_tests_per_thousand": 0.797, - "new_tests_smoothed": 6455.0, - "new_tests_smoothed_per_thousand": 0.717, - "tests_per_case": 78.583, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-05", - "total_cases": 18196.0, - "new_cases": 123.0, - "new_cases_smoothed": 90.571, - "total_deaths": 705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2020.341, - "new_cases_per_million": 13.657, - "new_cases_smoothed_per_million": 10.056, - "total_deaths_per_million": 78.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 5125.0, - "total_tests": 647804.0, - "total_tests_per_thousand": 71.927, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 6469.0, - "new_tests_smoothed_per_thousand": 0.718, - "tests_per_case": 71.42399999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-06", - "total_cases": 18269.0, - "new_cases": 73.0, - "new_cases_smoothed": 92.0, - "total_deaths": 706.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2028.446, - "new_cases_per_million": 8.105, - "new_cases_smoothed_per_million": 10.215, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 6301.0, - "total_tests": 654105.0, - "total_tests_per_thousand": 72.627, - "new_tests_per_thousand": 0.7, - "new_tests_smoothed": 6819.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 74.12, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-07", - "total_cases": 18326.0, - "new_cases": 57.0, - "new_cases_smoothed": 94.286, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2034.775, - "new_cases_per_million": 6.329, - "new_cases_smoothed_per_million": 10.469, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 6044.0, - "total_tests": 660149.0, - "total_tests_per_thousand": 73.298, - "new_tests_per_thousand": 0.671, - "new_tests_smoothed": 6770.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_per_case": 71.803, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-08", - "total_cases": 18415.0, - "new_cases": 89.0, - "new_cases_smoothed": 91.143, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2044.657, - "new_cases_per_million": 9.882, - "new_cases_smoothed_per_million": 10.12, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 8071.0, - "total_tests": 668220.0, - "total_tests_per_thousand": 74.194, - "new_tests_per_thousand": 0.896, - "new_tests_smoothed": 6765.0, - "new_tests_smoothed_per_thousand": 0.751, - "tests_per_case": 74.22399999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-09", - "total_cases": 18516.0, - "new_cases": 101.0, - "new_cases_smoothed": 100.286, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2055.871, - "new_cases_per_million": 11.214, - "new_cases_smoothed_per_million": 11.135, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 7507.0, - "total_tests": 675727.0, - "total_tests_per_thousand": 75.027, - "new_tests_per_thousand": 0.834, - "new_tests_smoothed": 6718.0, - "new_tests_smoothed_per_thousand": 0.746, - "tests_per_case": 66.98899999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 43.52 - }, - { - "date": "2020-07-10", - "total_cases": 18613.0, - "new_cases": 97.0, - "new_cases_smoothed": 94.429, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2066.641, - "new_cases_per_million": 10.77, - "new_cases_smoothed_per_million": 10.485, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 7757.0, - "total_tests": 683484.0, - "total_tests_per_thousand": 75.889, - "new_tests_per_thousand": 0.861, - "new_tests_smoothed": 6854.0, - "new_tests_smoothed_per_thousand": 0.761, - "tests_per_case": 72.584, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-11", - "total_cases": 18687.0, - "new_cases": 74.0, - "new_cases_smoothed": 87.714, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2074.858, - "new_cases_per_million": 8.216, - "new_cases_smoothed_per_million": 9.739, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 8225.0, - "total_tests": 691709.0, - "total_tests_per_thousand": 76.802, - "new_tests_per_thousand": 0.913, - "new_tests_smoothed": 7004.0, - "new_tests_smoothed_per_thousand": 0.778, - "tests_per_case": 79.85, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-12", - "total_cases": 18795.0, - "new_cases": 108.0, - "new_cases_smoothed": 85.571, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2086.849, - "new_cases_per_million": 11.991, - "new_cases_smoothed_per_million": 9.501, - "total_deaths_per_million": 78.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 5031.0, - "total_tests": 696740.0, - "total_tests_per_thousand": 77.361, - "new_tests_per_thousand": 0.559, - "new_tests_smoothed": 6991.0, - "new_tests_smoothed_per_thousand": 0.776, - "tests_per_case": 81.69800000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-13", - "total_cases": 18847.0, - "new_cases": 52.0, - "new_cases_smoothed": 82.571, - "total_deaths": 708.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2092.623, - "new_cases_per_million": 5.774, - "new_cases_smoothed_per_million": 9.168, - "total_deaths_per_million": 78.611, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 3876.0, - "total_tests": 700616.0, - "total_tests_per_thousand": 77.791, - "new_tests_per_thousand": 0.43, - "new_tests_smoothed": 6644.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 80.464, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-14", - "total_cases": 18859.0, - "new_cases": 12.0, - "new_cases_smoothed": 76.143, - "total_deaths": 708.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2093.955, - "new_cases_per_million": 1.332, - "new_cases_smoothed_per_million": 8.454, - "total_deaths_per_million": 78.611, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests_smoothed": 6901.0, - "new_tests_smoothed_per_thousand": 0.766, - "tests_per_case": 90.632, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-15", - "total_cases": 19060.0, - "new_cases": 201.0, - "new_cases_smoothed": 92.143, - "total_deaths": 709.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2116.273, - "new_cases_per_million": 22.317, - "new_cases_smoothed_per_million": 10.231, - "total_deaths_per_million": 78.722, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "total_tests": 716293.0, - "total_tests_per_thousand": 79.532, - "new_tests_smoothed": 6868.0, - "new_tests_smoothed_per_thousand": 0.763, - "tests_per_case": 74.536, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-16", - "total_cases": 19115.0, - "new_cases": 55.0, - "new_cases_smoothed": 85.571, - "total_deaths": 710.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2122.38, - "new_cases_per_million": 6.107, - "new_cases_smoothed_per_million": 9.501, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 10052.0, - "total_tests": 726345.0, - "total_tests_per_thousand": 80.648, - "new_tests_per_thousand": 1.116, - "new_tests_smoothed": 7231.0, - "new_tests_smoothed_per_thousand": 0.803, - "tests_per_case": 84.50299999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-17", - "total_cases": 19268.0, - "new_cases": 153.0, - "new_cases_smoothed": 93.571, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2139.368, - "new_cases_per_million": 16.988, - "new_cases_smoothed_per_million": 10.389, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 8068.0, - "total_tests": 734413.0, - "total_tests_per_thousand": 81.543, - "new_tests_per_thousand": 0.896, - "new_tests_smoothed": 7276.0, - "new_tests_smoothed_per_thousand": 0.808, - "tests_per_case": 77.759, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-18", - "total_cases": 19406.0, - "new_cases": 138.0, - "new_cases_smoothed": 102.714, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2154.69, - "new_cases_per_million": 15.322, - "new_cases_smoothed_per_million": 11.405, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 8677.0, - "total_tests": 743090.0, - "total_tests_per_thousand": 82.507, - "new_tests_per_thousand": 0.963, - "new_tests_smoothed": 7340.0, - "new_tests_smoothed_per_thousand": 0.815, - "tests_per_case": 71.46, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-19", - "total_cases": 19508.0, - "new_cases": 102.0, - "new_cases_smoothed": 101.857, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2166.015, - "new_cases_per_million": 11.325, - "new_cases_smoothed_per_million": 11.309, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 5579.0, - "total_tests": 748669.0, - "total_tests_per_thousand": 83.126, - "new_tests_per_thousand": 0.619, - "new_tests_smoothed": 7418.0, - "new_tests_smoothed_per_thousand": 0.824, - "tests_per_case": 72.827, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-20", - "total_cases": 19571.0, - "new_cases": 63.0, - "new_cases_smoothed": 103.429, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2173.01, - "new_cases_per_million": 6.995, - "new_cases_smoothed_per_million": 11.484, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 49767.0, - "total_tests": 798436.0, - "total_tests_per_thousand": 88.652, - "new_tests_per_thousand": 5.526, - "new_tests_smoothed": 13974.0, - "new_tests_smoothed_per_thousand": 1.552, - "tests_per_case": 135.108, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-21", - "total_cases": 19679.0, - "new_cases": 108.0, - "new_cases_smoothed": 117.143, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2185.002, - "new_cases_per_million": 11.991, - "new_cases_smoothed_per_million": 13.007, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 7164.0, - "total_tests": 805600.0, - "total_tests_per_thousand": 89.448, - "new_tests_per_thousand": 0.795, - "new_tests_smoothed": 13878.0, - "new_tests_smoothed_per_thousand": 1.541, - "tests_per_case": 118.471, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-22", - "total_cases": 19818.0, - "new_cases": 139.0, - "new_cases_smoothed": 108.286, - "total_deaths": 710.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2200.435, - "new_cases_per_million": 15.433, - "new_cases_smoothed_per_million": 12.023, - "total_deaths_per_million": 78.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 9081.0, - "total_tests": 814681.0, - "total_tests_per_thousand": 90.456, - "new_tests_per_thousand": 1.008, - "new_tests_smoothed": 14055.0, - "new_tests_smoothed_per_thousand": 1.561, - "tests_per_case": 129.796, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-23", - "total_cases": 19958.0, - "new_cases": 140.0, - "new_cases_smoothed": 120.429, - "total_deaths": 711.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2215.98, - "new_cases_per_million": 15.545, - "new_cases_smoothed_per_million": 13.371, - "total_deaths_per_million": 78.944, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 11350.0, - "total_tests": 826031.0, - "total_tests_per_thousand": 91.716, - "new_tests_per_thousand": 1.26, - "new_tests_smoothed": 14241.0, - "new_tests_smoothed_per_thousand": 1.581, - "tests_per_case": 118.25299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-24", - "total_cases": 20122.0, - "new_cases": 164.0, - "new_cases_smoothed": 122.0, - "total_deaths": 711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2234.189, - "new_cases_per_million": 18.209, - "new_cases_smoothed_per_million": 13.546, - "total_deaths_per_million": 78.944, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 7810.0, - "total_tests": 833841.0, - "total_tests_per_thousand": 92.583, - "new_tests_per_thousand": 0.867, - "new_tests_smoothed": 14204.0, - "new_tests_smoothed_per_thousand": 1.577, - "tests_per_case": 116.426, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-25", - "total_cases": 20229.0, - "new_cases": 107.0, - "new_cases_smoothed": 117.571, - "total_deaths": 711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2246.069, - "new_cases_per_million": 11.88, - "new_cases_smoothed_per_million": 13.054, - "total_deaths_per_million": 78.944, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 7049.0, - "total_tests": 840890.0, - "total_tests_per_thousand": 93.366, - "new_tests_per_thousand": 0.783, - "new_tests_smoothed": 13971.0, - "new_tests_smoothed_per_thousand": 1.551, - "tests_per_case": 118.83, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-26", - "total_cases": 20349.0, - "new_cases": 120.0, - "new_cases_smoothed": 120.143, - "total_deaths": 712.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2259.393, - "new_cases_per_million": 13.324, - "new_cases_smoothed_per_million": 13.34, - "total_deaths_per_million": 79.055, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 7008.0, - "total_tests": 847898.0, - "total_tests_per_thousand": 94.144, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 14176.0, - "new_tests_smoothed_per_thousand": 1.574, - "tests_per_case": 117.993, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-27", - "total_cases": 20486.0, - "new_cases": 137.0, - "new_cases_smoothed": 130.714, - "total_deaths": 712.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2274.605, - "new_cases_per_million": 15.211, - "new_cases_smoothed_per_million": 14.513, - "total_deaths_per_million": 79.055, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 13308.0, - "total_tests": 861206.0, - "total_tests_per_thousand": 95.622, - "new_tests_per_thousand": 1.478, - "new_tests_smoothed": 8967.0, - "new_tests_smoothed_per_thousand": 0.996, - "tests_per_case": 68.6, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-28", - "total_cases": 20550.0, - "new_cases": 64.0, - "new_cases_smoothed": 124.429, - "total_deaths": 713.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2281.711, - "new_cases_per_million": 7.106, - "new_cases_smoothed_per_million": 13.816, - "total_deaths_per_million": 79.166, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 9396.0, - "total_tests": 870602.0, - "total_tests_per_thousand": 96.665, - "new_tests_per_thousand": 1.043, - "new_tests_smoothed": 9286.0, - "new_tests_smoothed_per_thousand": 1.031, - "tests_per_case": 74.62899999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-29", - "total_cases": 20682.0, - "new_cases": 132.0, - "new_cases_smoothed": 123.429, - "total_deaths": 713.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2296.367, - "new_cases_per_million": 14.656, - "new_cases_smoothed_per_million": 13.705, - "total_deaths_per_million": 79.166, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 9434.0, - "total_tests": 880036.0, - "total_tests_per_thousand": 97.712, - "new_tests_per_thousand": 1.047, - "new_tests_smoothed": 9336.0, - "new_tests_smoothed_per_thousand": 1.037, - "tests_per_case": 75.639, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-30", - "total_cases": 20846.0, - "new_cases": 164.0, - "new_cases_smoothed": 126.857, - "total_deaths": 716.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2314.576, - "new_cases_per_million": 18.209, - "new_cases_smoothed_per_million": 14.085, - "total_deaths_per_million": 79.499, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 10425.0, - "total_tests": 890461.0, - "total_tests_per_thousand": 98.87, - "new_tests_per_thousand": 1.158, - "new_tests_smoothed": 9204.0, - "new_tests_smoothed_per_thousand": 1.022, - "tests_per_case": 72.554, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-07-31", - "total_cases": 21009.0, - "new_cases": 163.0, - "new_cases_smoothed": 126.714, - "total_deaths": 718.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2332.675, - "new_cases_per_million": 18.098, - "new_cases_smoothed_per_million": 14.069, - "total_deaths_per_million": 79.721, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 7358.0, - "total_tests": 897819.0, - "total_tests_per_thousand": 99.687, - "new_tests_per_thousand": 0.817, - "new_tests_smoothed": 9140.0, - "new_tests_smoothed_per_thousand": 1.015, - "tests_per_case": 72.131, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-01", - "total_cases": 21098.0, - "new_cases": 89.0, - "new_cases_smoothed": 124.143, - "total_deaths": 718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2342.556, - "new_cases_per_million": 9.882, - "new_cases_smoothed_per_million": 13.784, - "total_deaths_per_million": 79.721, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 7495.0, - "total_tests": 905314.0, - "total_tests_per_thousand": 100.519, - "new_tests_per_thousand": 0.832, - "new_tests_smoothed": 9203.0, - "new_tests_smoothed_per_thousand": 1.022, - "tests_per_case": 74.132, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-02", - "total_cases": 21224.0, - "new_cases": 126.0, - "new_cases_smoothed": 125.0, - "total_deaths": 718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2356.546, - "new_cases_per_million": 13.99, - "new_cases_smoothed_per_million": 13.879, - "total_deaths_per_million": 79.721, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 5123.0, - "total_tests": 910437.0, - "total_tests_per_thousand": 101.088, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 8934.0, - "new_tests_smoothed_per_thousand": 0.992, - "tests_per_case": 71.472, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-03", - "total_cases": 21309.0, - "new_cases": 85.0, - "new_cases_smoothed": 117.571, - "total_deaths": 718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2365.984, - "new_cases_per_million": 9.438, - "new_cases_smoothed_per_million": 13.054, - "total_deaths_per_million": 79.721, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 6341.0, - "total_tests": 916778.0, - "total_tests_per_thousand": 101.792, - "new_tests_per_thousand": 0.704, - "new_tests_smoothed": 7939.0, - "new_tests_smoothed_per_thousand": 0.881, - "tests_per_case": 67.525, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-04", - "total_cases": 21341.0, - "new_cases": 32.0, - "new_cases_smoothed": 113.0, - "total_deaths": 718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2369.537, - "new_cases_per_million": 3.553, - "new_cases_smoothed_per_million": 12.547, - "total_deaths_per_million": 79.721, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 7124.0, - "total_tests": 923902.0, - "total_tests_per_thousand": 102.583, - "new_tests_per_thousand": 0.791, - "new_tests_smoothed": 7614.0, - "new_tests_smoothed_per_thousand": 0.845, - "tests_per_case": 67.381, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-05", - "total_cases": 21472.0, - "new_cases": 131.0, - "new_cases_smoothed": 112.857, - "total_deaths": 719.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2384.082, - "new_cases_per_million": 14.545, - "new_cases_smoothed_per_million": 12.531, - "total_deaths_per_million": 79.832, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.095, - "new_tests_smoothed": 7222.0, - "new_tests_smoothed_per_thousand": 0.802, - "tests_per_case": 63.992, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-06", - "total_cases": 21575.0, - "new_cases": 103.0, - "new_cases_smoothed": 104.143, - "total_deaths": 719.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2395.519, - "new_cases_per_million": 11.436, - "new_cases_smoothed_per_million": 11.563, - "total_deaths_per_million": 79.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "total_tests": 937275.0, - "total_tests_per_thousand": 104.068, - "new_tests_smoothed": 6688.0, - "new_tests_smoothed_per_thousand": 0.743, - "tests_per_case": 64.219, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-07", - "total_cases": 21689.0, - "new_cases": 114.0, - "new_cases_smoothed": 97.143, - "total_deaths": 719.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2408.176, - "new_cases_per_million": 12.658, - "new_cases_smoothed_per_million": 10.786, - "total_deaths_per_million": 79.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 10030.0, - "total_tests": 947305.0, - "total_tests_per_thousand": 105.181, - "new_tests_per_thousand": 1.114, - "new_tests_smoothed": 7069.0, - "new_tests_smoothed_per_thousand": 0.785, - "tests_per_case": 72.76899999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-08", - "total_cases": 21819.0, - "new_cases": 130.0, - "new_cases_smoothed": 103.0, - "total_deaths": 720.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2422.611, - "new_cases_per_million": 14.434, - "new_cases_smoothed_per_million": 11.436, - "total_deaths_per_million": 79.943, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 7934.0, - "total_tests": 955239.0, - "total_tests_per_thousand": 106.062, - "new_tests_per_thousand": 0.881, - "new_tests_smoothed": 7132.0, - "new_tests_smoothed_per_thousand": 0.792, - "tests_per_case": 69.243, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-09", - "total_cases": 21935.0, - "new_cases": 116.0, - "new_cases_smoothed": 101.571, - "total_deaths": 721.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2435.49, - "new_cases_per_million": 12.88, - "new_cases_smoothed_per_million": 11.278, - "total_deaths_per_million": 80.054, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 6629.0, - "total_tests": 961868.0, - "total_tests_per_thousand": 106.798, - "new_tests_per_thousand": 0.736, - "new_tests_smoothed": 7347.0, - "new_tests_smoothed_per_thousand": 0.816, - "tests_per_case": 72.333, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-10", - "total_cases": 22011.0, - "new_cases": 76.0, - "new_cases_smoothed": 100.286, - "total_deaths": 721.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2443.929, - "new_cases_per_million": 8.438, - "new_cases_smoothed_per_million": 11.135, - "total_deaths_per_million": 80.054, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 3890.0, - "total_tests": 965758.0, - "total_tests_per_thousand": 107.23, - "new_tests_per_thousand": 0.432, - "new_tests_smoothed": 6997.0, - "new_tests_smoothed_per_thousand": 0.777, - "tests_per_case": 69.771, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-11", - "total_cases": 22122.0, - "new_cases": 111.0, - "new_cases_smoothed": 111.571, - "total_deaths": 723.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2456.253, - "new_cases_per_million": 12.325, - "new_cases_smoothed_per_million": 12.388, - "total_deaths_per_million": 80.276, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 8750.0, - "total_tests": 974508.0, - "total_tests_per_thousand": 108.202, - "new_tests_per_thousand": 0.972, - "new_tests_smoothed": 7229.0, - "new_tests_smoothed_per_thousand": 0.803, - "tests_per_case": 64.793, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-12", - "total_cases": 22260.0, - "new_cases": 138.0, - "new_cases_smoothed": 112.571, - "total_deaths": 723.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2471.576, - "new_cases_per_million": 15.322, - "new_cases_smoothed_per_million": 12.499, - "total_deaths_per_million": 80.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 8510.0, - "total_tests": 983018.0, - "total_tests_per_thousand": 109.147, - "new_tests_per_thousand": 0.945, - "new_tests_smoothed": 7490.0, - "new_tests_smoothed_per_thousand": 0.832, - "tests_per_case": 66.536, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-13", - "total_cases": 22501.0, - "new_cases": 241.0, - "new_cases_smoothed": 132.286, - "total_deaths": 724.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2498.335, - "new_cases_per_million": 26.759, - "new_cases_smoothed_per_million": 14.688, - "total_deaths_per_million": 80.387, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 8490.0, - "total_tests": 991508.0, - "total_tests_per_thousand": 110.089, - "new_tests_per_thousand": 0.943, - "new_tests_smoothed": 7748.0, - "new_tests_smoothed_per_thousand": 0.86, - "tests_per_case": 58.57, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-14", - "total_cases": 22730.0, - "new_cases": 229.0, - "new_cases_smoothed": 148.714, - "total_deaths": 725.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2523.761, - "new_cases_per_million": 25.426, - "new_cases_smoothed_per_million": 16.512, - "total_deaths_per_million": 80.498, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 11924.0, - "total_tests": 1003432.0, - "total_tests_per_thousand": 111.413, - "new_tests_per_thousand": 1.324, - "new_tests_smoothed": 8018.0, - "new_tests_smoothed_per_thousand": 0.89, - "tests_per_case": 53.915, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-15", - "total_cases": 22951.0, - "new_cases": 221.0, - "new_cases_smoothed": 161.714, - "total_deaths": 725.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2548.299, - "new_cases_per_million": 24.538, - "new_cases_smoothed_per_million": 17.955, - "total_deaths_per_million": 80.498, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 5922.0, - "total_tests": 1009354.0, - "total_tests_per_thousand": 112.071, - "new_tests_per_thousand": 0.658, - "new_tests_smoothed": 7731.0, - "new_tests_smoothed_per_thousand": 0.858, - "tests_per_case": 47.806999999999995, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-16", - "total_cases": 23211.0, - "new_cases": 260.0, - "new_cases_smoothed": 182.286, - "total_deaths": 728.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2577.167, - "new_cases_per_million": 28.868, - "new_cases_smoothed_per_million": 20.24, - "total_deaths_per_million": 80.831, - "new_deaths_per_million": 0.333, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 9136.0, - "total_tests": 1018490.0, - "total_tests_per_thousand": 113.085, - "new_tests_per_thousand": 1.014, - "new_tests_smoothed": 8089.0, - "new_tests_smoothed_per_thousand": 0.898, - "tests_per_case": 44.375, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-17", - "total_cases": 23373.0, - "new_cases": 162.0, - "new_cases_smoothed": 194.571, - "total_deaths": 728.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2595.155, - "new_cases_per_million": 17.987, - "new_cases_smoothed_per_million": 21.604, - "total_deaths_per_million": 80.831, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 5577.0, - "total_tests": 1024067.0, - "total_tests_per_thousand": 113.704, - "new_tests_per_thousand": 0.619, - "new_tests_smoothed": 8330.0, - "new_tests_smoothed_per_thousand": 0.925, - "tests_per_case": 42.812, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-18", - "total_cases": 23717.0, - "new_cases": 344.0, - "new_cases_smoothed": 227.857, - "total_deaths": 729.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2633.35, - "new_cases_per_million": 38.195, - "new_cases_smoothed_per_million": 25.299, - "total_deaths_per_million": 80.942, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 13821.0, - "total_tests": 1037888.0, - "total_tests_per_thousand": 115.239, - "new_tests_per_thousand": 1.535, - "new_tests_smoothed": 9054.0, - "new_tests_smoothed_per_thousand": 1.005, - "tests_per_case": 39.735, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-19", - "total_cases": 23875.0, - "new_cases": 158.0, - "new_cases_smoothed": 230.714, - "total_deaths": 729.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2650.893, - "new_cases_per_million": 17.543, - "new_cases_smoothed_per_million": 25.617, - "total_deaths_per_million": 80.942, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 10328.0, - "total_tests": 1048216.0, - "total_tests_per_thousand": 116.386, - "new_tests_per_thousand": 1.147, - "new_tests_smoothed": 9314.0, - "new_tests_smoothed_per_thousand": 1.034, - "tests_per_case": 40.37, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-20", - "total_cases": 24300.0, - "new_cases": 425.0, - "new_cases_smoothed": 257.0, - "total_deaths": 729.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2698.081, - "new_cases_per_million": 47.189, - "new_cases_smoothed_per_million": 28.535, - "total_deaths_per_million": 80.942, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 13221.0, - "total_tests": 1061437.0, - "total_tests_per_thousand": 117.854, - "new_tests_per_thousand": 1.468, - "new_tests_smoothed": 9990.0, - "new_tests_smoothed_per_thousand": 1.109, - "tests_per_case": 38.872, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-21", - "total_cases": 24608.0, - "new_cases": 308.0, - "new_cases_smoothed": 268.286, - "total_deaths": 729.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2732.279, - "new_cases_per_million": 34.198, - "new_cases_smoothed_per_million": 29.788, - "total_deaths_per_million": 80.942, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 13972.0, - "total_tests": 1075409.0, - "total_tests_per_thousand": 119.405, - "new_tests_per_thousand": 1.551, - "new_tests_smoothed": 10282.0, - "new_tests_smoothed_per_thousand": 1.142, - "tests_per_case": 38.325, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-22", - "total_cases": 24883.0, - "new_cases": 275.0, - "new_cases_smoothed": 276.0, - "total_deaths": 730.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2762.813, - "new_cases_per_million": 30.534, - "new_cases_smoothed_per_million": 30.645, - "total_deaths_per_million": 81.053, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 11746.0, - "total_tests": 1087155.0, - "total_tests_per_thousand": 120.709, - "new_tests_per_thousand": 1.304, - "new_tests_smoothed": 11114.0, - "new_tests_smoothed_per_thousand": 1.234, - "tests_per_case": 40.268, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-23", - "total_cases": 25099.0, - "new_cases": 216.0, - "new_cases_smoothed": 269.714, - "total_deaths": 732.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2786.796, - "new_cases_per_million": 23.983, - "new_cases_smoothed_per_million": 29.947, - "total_deaths_per_million": 81.276, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 7832.0, - "total_tests": 1094987.0, - "total_tests_per_thousand": 121.579, - "new_tests_per_thousand": 0.87, - "new_tests_smoothed": 10928.0, - "new_tests_smoothed_per_thousand": 1.213, - "tests_per_case": 40.516999999999996, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-24", - "total_cases": 25239.0, - "new_cases": 140.0, - "new_cases_smoothed": 266.571, - "total_deaths": 732.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2802.341, - "new_cases_per_million": 15.545, - "new_cases_smoothed_per_million": 29.598, - "total_deaths_per_million": 81.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 6219.0, - "total_tests": 1101206.0, - "total_tests_per_thousand": 122.269, - "new_tests_per_thousand": 0.691, - "new_tests_smoothed": 11020.0, - "new_tests_smoothed_per_thousand": 1.224, - "tests_per_case": 41.34, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-25", - "total_cases": 25547.0, - "new_cases": 308.0, - "new_cases_smoothed": 261.429, - "total_deaths": 733.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2836.538, - "new_cases_per_million": 34.198, - "new_cases_smoothed_per_million": 29.027, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 8883.0, - "total_tests": 1110089.0, - "total_tests_per_thousand": 123.256, - "new_tests_per_thousand": 0.986, - "new_tests_smoothed": 10314.0, - "new_tests_smoothed_per_thousand": 1.145, - "tests_per_case": 39.452, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-26", - "total_cases": 25838.0, - "new_cases": 291.0, - "new_cases_smoothed": 280.429, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2868.849, - "new_cases_per_million": 32.31, - "new_cases_smoothed_per_million": 31.137, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 9110.0, - "total_tests": 1119199.0, - "total_tests_per_thousand": 124.267, - "new_tests_per_thousand": 1.012, - "new_tests_smoothed": 10140.0, - "new_tests_smoothed_per_thousand": 1.126, - "tests_per_case": 36.159, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-27", - "total_cases": 26154.0, - "new_cases": 316.0, - "new_cases_smoothed": 264.857, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2903.935, - "new_cases_per_million": 35.086, - "new_cases_smoothed_per_million": 29.408, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 14044.0, - "total_tests": 1133243.0, - "total_tests_per_thousand": 125.826, - "new_tests_per_thousand": 1.559, - "new_tests_smoothed": 10258.0, - "new_tests_smoothed_per_thousand": 1.139, - "tests_per_case": 38.73, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-28", - "total_cases": 26381.0, - "new_cases": 227.0, - "new_cases_smoothed": 253.286, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2929.139, - "new_cases_per_million": 25.204, - "new_cases_smoothed_per_million": 28.123, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 14701.0, - "total_tests": 1147944.0, - "total_tests_per_thousand": 127.459, - "new_tests_per_thousand": 1.632, - "new_tests_smoothed": 10362.0, - "new_tests_smoothed_per_thousand": 1.151, - "tests_per_case": 40.91, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-29", - "total_cases": 26763.0, - "new_cases": 382.0, - "new_cases_smoothed": 268.571, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2971.554, - "new_cases_per_million": 42.414, - "new_cases_smoothed_per_million": 29.82, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 12799.0, - "total_tests": 1160743.0, - "total_tests_per_thousand": 128.88, - "new_tests_per_thousand": 1.421, - "new_tests_smoothed": 10513.0, - "new_tests_smoothed_per_thousand": 1.167, - "tests_per_case": 39.144, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-30", - "total_cases": 26937.0, - "new_cases": 174.0, - "new_cases_smoothed": 262.571, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2990.873, - "new_cases_per_million": 19.32, - "new_cases_smoothed_per_million": 29.154, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 11349.0, - "total_tests": 1172092.0, - "total_tests_per_thousand": 130.14, - "new_tests_per_thousand": 1.26, - "new_tests_smoothed": 11015.0, - "new_tests_smoothed_per_thousand": 1.223, - "tests_per_case": 41.95, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-08-31", - "total_cases": 27218.0, - "new_cases": 281.0, - "new_cases_smoothed": 282.714, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3022.073, - "new_cases_per_million": 31.2, - "new_cases_smoothed_per_million": 31.39, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 8619.0, - "total_tests": 1180711.0, - "total_tests_per_thousand": 131.097, - "new_tests_per_thousand": 0.957, - "new_tests_smoothed": 11358.0, - "new_tests_smoothed_per_thousand": 1.261, - "tests_per_case": 40.175, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-01", - "total_cases": 27404.0, - "new_cases": 186.0, - "new_cases_smoothed": 265.286, - "total_deaths": 733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3042.725, - "new_cases_per_million": 20.652, - "new_cases_smoothed_per_million": 29.455, - "total_deaths_per_million": 81.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12416.0, - "total_tests": 1193127.0, - "total_tests_per_thousand": 132.475, - "new_tests_per_thousand": 1.379, - "new_tests_smoothed": 11863.0, - "new_tests_smoothed_per_thousand": 1.317, - "tests_per_case": 44.718, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-02", - "total_cases": 27741.0, - "new_cases": 337.0, - "new_cases_smoothed": 271.857, - "total_deaths": 734.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3080.143, - "new_cases_per_million": 37.418, - "new_cases_smoothed_per_million": 30.185, - "total_deaths_per_million": 81.498, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 17441.0, - "total_tests": 1210568.0, - "total_tests_per_thousand": 134.412, - "new_tests_per_thousand": 1.937, - "new_tests_smoothed": 13053.0, - "new_tests_smoothed_per_thousand": 1.449, - "tests_per_case": 48.013999999999996, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-03", - "total_cases": 28183.0, - "new_cases": 442.0, - "new_cases_smoothed": 289.857, - "total_deaths": 734.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3129.219, - "new_cases_per_million": 49.076, - "new_cases_smoothed_per_million": 32.183, - "total_deaths_per_million": 81.498, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 14689.0, - "total_tests": 1225257.0, - "total_tests_per_thousand": 136.043, - "new_tests_per_thousand": 1.631, - "new_tests_smoothed": 13145.0, - "new_tests_smoothed_per_thousand": 1.46, - "tests_per_case": 45.35, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-04", - "total_cases": 28495.0, - "new_cases": 312.0, - "new_cases_smoothed": 302.0, - "total_deaths": 735.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3163.861, - "new_cases_per_million": 34.642, - "new_cases_smoothed_per_million": 33.532, - "total_deaths_per_million": 81.609, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 11232.0, - "total_tests": 1236489.0, - "total_tests_per_thousand": 137.29, - "new_tests_per_thousand": 1.247, - "new_tests_smoothed": 12649.0, - "new_tests_smoothed_per_thousand": 1.404, - "tests_per_case": 41.88399999999999, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-05", - "total_cases": 28766.0, - "new_cases": 271.0, - "new_cases_smoothed": 286.143, - "total_deaths": 735.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3193.951, - "new_cases_per_million": 30.09, - "new_cases_smoothed_per_million": 31.771, - "total_deaths_per_million": 81.609, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 11318.0, - "total_tests": 1247807.0, - "total_tests_per_thousand": 138.547, - "new_tests_per_thousand": 1.257, - "new_tests_smoothed": 12438.0, - "new_tests_smoothed_per_thousand": 1.381, - "tests_per_case": 43.468, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-09-06", - "total_cases": 28974.0, - "new_cases": 208.0, - "new_cases_smoothed": 291.0, - "total_deaths": 735.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3217.046, - "new_cases_per_million": 23.095, - "new_cases_smoothed_per_million": 32.31, - "total_deaths_per_million": 81.609, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 8018.0, - "total_tests": 1255825.0, - "total_tests_per_thousand": 139.437, - "new_tests_per_thousand": 0.89, - "new_tests_smoothed": 11962.0, - "new_tests_smoothed_per_thousand": 1.328, - "tests_per_case": 41.107, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-07", - "total_cases": 29194.0, - "new_cases": 220.0, - "new_cases_smoothed": 282.286, - "total_deaths": 736.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3241.473, - "new_cases_per_million": 24.427, - "new_cases_smoothed_per_million": 31.343, - "total_deaths_per_million": 81.72, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 10398.0, - "total_tests": 1266223.0, - "total_tests_per_thousand": 140.591, - "new_tests_per_thousand": 1.155, - "new_tests_smoothed": 12216.0, - "new_tests_smoothed_per_thousand": 1.356, - "tests_per_case": 43.275, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-08", - "total_cases": 29705.0, - "new_cases": 511.0, - "new_cases_smoothed": 328.714, - "total_deaths": 746.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3298.21, - "new_cases_per_million": 56.737, - "new_cases_smoothed_per_million": 36.498, - "total_deaths_per_million": 82.83, - "new_deaths_per_million": 1.11, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 10254.0, - "total_tests": 1276477.0, - "total_tests_per_thousand": 141.73, - "new_tests_per_thousand": 1.139, - "new_tests_smoothed": 11907.0, - "new_tests_smoothed_per_thousand": 1.322, - "tests_per_case": 36.223, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-09", - "total_cases": 30200.0, - "new_cases": 495.0, - "new_cases_smoothed": 351.286, - "total_deaths": 747.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3353.171, - "new_cases_per_million": 54.961, - "new_cases_smoothed_per_million": 39.004, - "total_deaths_per_million": 82.941, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 11582.0, - "total_tests": 1288059.0, - "total_tests_per_thousand": 143.016, - "new_tests_per_thousand": 1.286, - "new_tests_smoothed": 11070.0, - "new_tests_smoothed_per_thousand": 1.229, - "tests_per_case": 31.513, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-10", - "total_cases": 30954.0, - "new_cases": 754.0, - "new_cases_smoothed": 395.857, - "total_deaths": 747.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3436.889, - "new_cases_per_million": 83.718, - "new_cases_smoothed_per_million": 43.953, - "total_deaths_per_million": 82.941, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 14971.0, - "total_tests": 1303030.0, - "total_tests_per_thousand": 144.678, - "new_tests_per_thousand": 1.662, - "new_tests_smoothed": 11110.0, - "new_tests_smoothed_per_thousand": 1.234, - "tests_per_case": 28.066, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-11", - "total_cases": 31451.0, - "new_cases": 497.0, - "new_cases_smoothed": 422.286, - "total_deaths": 748.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3492.072, - "new_cases_per_million": 55.183, - "new_cases_smoothed_per_million": 46.887, - "total_deaths_per_million": 83.052, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 13789.0, - "total_tests": 1316819.0, - "total_tests_per_thousand": 146.209, - "new_tests_per_thousand": 1.531, - "new_tests_smoothed": 11476.0, - "new_tests_smoothed_per_thousand": 1.274, - "tests_per_case": 27.176, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-12", - "total_cases": 32456.0, - "new_cases": 1005.0, - "new_cases_smoothed": 527.143, - "total_deaths": 750.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3603.66, - "new_cases_per_million": 111.587, - "new_cases_smoothed_per_million": 58.53, - "total_deaths_per_million": 83.274, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.238, - "new_tests": 14674.0, - "total_tests": 1331493.0, - "total_tests_per_thousand": 147.839, - "new_tests_per_thousand": 1.629, - "new_tests_smoothed": 11955.0, - "new_tests_smoothed_per_thousand": 1.327, - "tests_per_case": 22.679000000000002, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-13", - "total_cases": 32951.0, - "new_cases": 495.0, - "new_cases_smoothed": 568.143, - "total_deaths": 754.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 3658.621, - "new_cases_per_million": 54.961, - "new_cases_smoothed_per_million": 63.082, - "total_deaths_per_million": 83.718, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.301, - "new_tests": 10573.0, - "total_tests": 1342066.0, - "total_tests_per_thousand": 149.012, - "new_tests_per_thousand": 1.174, - "new_tests_smoothed": 12320.0, - "new_tests_smoothed_per_thousand": 1.368, - "tests_per_case": 21.685, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-14", - "total_cases": 33335.0, - "new_cases": 384.0, - "new_cases_smoothed": 591.571, - "total_deaths": 756.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3701.257, - "new_cases_per_million": 42.636, - "new_cases_smoothed_per_million": 65.683, - "total_deaths_per_million": 83.94, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 9342.0, - "total_tests": 1351408.0, - "total_tests_per_thousand": 150.05, - "new_tests_per_thousand": 1.037, - "new_tests_smoothed": 12169.0, - "new_tests_smoothed_per_thousand": 1.351, - "tests_per_case": 20.570999999999998, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-15", - "total_cases": 33884.0, - "new_cases": 549.0, - "new_cases_smoothed": 597.0, - "total_deaths": 757.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 3762.214, - "new_cases_per_million": 60.957, - "new_cases_smoothed_per_million": 66.286, - "total_deaths_per_million": 84.051, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 13100.0, - "total_tests": 1364508.0, - "total_tests_per_thousand": 151.504, - "new_tests_per_thousand": 1.455, - "new_tests_smoothed": 12576.0, - "new_tests_smoothed_per_thousand": 1.396, - "tests_per_case": 21.065, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-16", - "total_cases": 34744.0, - "new_cases": 860.0, - "new_cases_smoothed": 649.143, - "total_deaths": 757.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 3857.701, - "new_cases_per_million": 95.488, - "new_cases_smoothed_per_million": 72.076, - "total_deaths_per_million": 84.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 15331.0, - "total_tests": 1379839.0, - "total_tests_per_thousand": 153.206, - "new_tests_per_thousand": 1.702, - "new_tests_smoothed": 13111.0, - "new_tests_smoothed_per_thousand": 1.456, - "tests_per_case": 20.197, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-17", - "total_cases": 35448.0, - "new_cases": 704.0, - "new_cases_smoothed": 642.0, - "total_deaths": 758.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 3935.868, - "new_cases_per_million": 78.167, - "new_cases_smoothed_per_million": 71.283, - "total_deaths_per_million": 84.162, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.174, - "new_tests_smoothed": 13410.0, - "new_tests_smoothed_per_thousand": 1.489, - "tests_per_case": 20.888, - "positive_rate": 0.048, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 36370.0, - "new_cases": 922.0, - "new_cases_smoothed": 702.714, - "total_deaths": 758.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4038.239, - "new_cases_per_million": 102.372, - "new_cases_smoothed_per_million": 78.024, - "total_deaths_per_million": 84.162, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "total_tests": 1413965.0, - "total_tests_per_thousand": 156.996, - "new_tests_smoothed": 13878.0, - "new_tests_smoothed_per_thousand": 1.541, - "tests_per_case": 19.749000000000002, - "positive_rate": 0.051, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 37191.0, - "new_cases": 821.0, - "new_cases_smoothed": 676.429, - "total_deaths": 763.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4129.397, - "new_cases_per_million": 91.157, - "new_cases_smoothed_per_million": 75.105, - "total_deaths_per_million": 84.718, - "new_deaths_per_million": 0.555, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 18134.0, - "total_tests": 1432099.0, - "total_tests_per_thousand": 159.009, - "new_tests_per_thousand": 2.013, - "new_tests_smoothed": 14372.0, - "new_tests_smoothed_per_thousand": 1.596, - "tests_per_case": 21.247, - "positive_rate": 0.047, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 37948.0, - "new_cases": 757.0, - "new_cases_smoothed": 713.857, - "total_deaths": 765.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4213.448, - "new_cases_per_million": 84.051, - "new_cases_smoothed_per_million": 79.261, - "total_deaths_per_million": 84.94, - "new_deaths_per_million": 0.222, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 12584.0, - "total_tests": 1444683.0, - "total_tests_per_thousand": 160.406, - "new_tests_per_thousand": 1.397, - "new_tests_smoothed": 14660.0, - "new_tests_smoothed_per_thousand": 1.628, - "tests_per_case": 20.535999999999998, - "positive_rate": 0.049, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 38557.0, - "new_cases": 609.0, - "new_cases_smoothed": 746.0, - "total_deaths": 766.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4281.067, - "new_cases_per_million": 67.619, - "new_cases_smoothed_per_million": 82.83, - "total_deaths_per_million": 85.051, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 13412.0, - "total_tests": 1458095.0, - "total_tests_per_thousand": 161.895, - "new_tests_per_thousand": 1.489, - "new_tests_smoothed": 15241.0, - "new_tests_smoothed_per_thousand": 1.692, - "tests_per_case": 20.43, - "positive_rate": 0.049, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 39150.0, - "new_cases": 593.0, - "new_cases_smoothed": 752.286, - "total_deaths": 767.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4346.909, - "new_cases_per_million": 65.842, - "new_cases_smoothed_per_million": 83.528, - "total_deaths_per_million": 85.162, - "new_deaths_per_million": 0.111, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 14552.0, - "total_tests": 1472647.0, - "total_tests_per_thousand": 163.511, - "new_tests_per_thousand": 1.616, - "new_tests_smoothed": 15448.0, - "new_tests_smoothed_per_thousand": 1.715, - "tests_per_case": 20.535, - "positive_rate": 0.049, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 39897.0, - "new_cases": 747.0, - "new_cases_smoothed": 736.143, - "total_deaths": 771.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 4429.85, - "new_cases_per_million": 82.941, - "new_cases_smoothed_per_million": 81.736, - "total_deaths_per_million": 85.606, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 16617.0, - "total_tests": 1489264.0, - "total_tests_per_thousand": 165.356, - "new_tests_per_thousand": 1.845, - "new_tests_smoothed": 15632.0, - "new_tests_smoothed_per_thousand": 1.736, - "tests_per_case": 21.235, - "positive_rate": 0.047, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 40558.0, - "new_cases": 661.0, - "new_cases_smoothed": 730.0, - "total_deaths": 777.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 4503.242, - "new_cases_per_million": 73.392, - "new_cases_smoothed_per_million": 81.053, - "total_deaths_per_million": 86.272, - "new_deaths_per_million": 0.666, - "new_deaths_smoothed_per_million": 0.301, - "new_tests": 18518.0, - "total_tests": 1507782.0, - "total_tests_per_thousand": 167.412, - "new_tests_per_thousand": 2.056, - "new_tests_smoothed": 15840.0, - "new_tests_smoothed_per_thousand": 1.759, - "tests_per_case": 21.699, - "positive_rate": 0.046, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 41246.0, - "new_cases": 688.0, - "new_cases_smoothed": 696.571, - "total_deaths": 783.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 4579.632, - "new_cases_per_million": 76.39, - "new_cases_smoothed_per_million": 77.342, - "total_deaths_per_million": 86.938, - "new_deaths_per_million": 0.666, - "new_deaths_smoothed_per_million": 0.397 - } - ] - }, - "AZE": { - "continent": "Asia", - "location": "Azerbaijan", - "population": 10139175.0, - "population_density": 119.309, - "median_age": 32.4, - "aged_65_older": 6.018, - "aged_70_older": 3.871, - "gdp_per_capita": 15847.419, - "cardiovasc_death_rate": 559.812, - "diabetes_prevalence": 7.11, - "female_smokers": 0.3, - "male_smokers": 42.5, - "handwashing_facilities": 83.241, - "hospital_beds_per_thousand": 4.7, - "life_expectancy": 73.0, - "human_development_index": 0.757, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.099, - "new_cases_per_million": 0.099, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.296, - "new_cases_per_million": 0.197, - "new_cases_smoothed_per_million": 0.042, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.042, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.042, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.042, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-06", - "total_cases": 6.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.592, - "new_cases_per_million": 0.296, - "new_cases_smoothed_per_million": 0.085, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-07", - "total_cases": 9.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.888, - "new_cases_per_million": 0.296, - "new_cases_smoothed_per_million": 0.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 1.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.085, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 0.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.085, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-11", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.085, - "new_cases_per_million": 0.197, - "new_cases_smoothed_per_million": 0.113, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-12", - "total_cases": 13.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.282, - "new_cases_per_million": 0.197, - "new_cases_smoothed_per_million": 0.141, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.282, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.099, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 0.571, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-15", - "total_cases": 19.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.874, - "new_cases_per_million": 0.592, - "new_cases_smoothed_per_million": 0.141, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-16", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.874, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.141, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-17", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.874, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.141, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-18", - "total_cases": 28.0, - "new_cases": 9.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.762, - "new_cases_per_million": 0.888, - "new_cases_smoothed_per_million": 0.24, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-19", - "total_cases": 34.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.353, - "new_cases_per_million": 0.592, - "new_cases_smoothed_per_million": 0.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-03-20", - "total_cases": 44.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.34, - "new_cases_per_million": 0.986, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-03-21", - "total_cases": 44.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.34, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 0.099, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 61.11 - }, - { - "date": "2020-03-22", - "total_cases": 53.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5.227, - "new_cases_per_million": 0.888, - "new_cases_smoothed_per_million": 0.479, - "total_deaths_per_million": 0.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 61.11 - }, - { - "date": "2020-03-23", - "total_cases": 65.0, - "new_cases": 12.0, - "new_cases_smoothed": 6.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.411, - "new_cases_per_million": 1.184, - "new_cases_smoothed_per_million": 0.648, - "total_deaths_per_million": 0.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 68.52 - }, - { - "date": "2020-03-24", - "total_cases": 72.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.101, - "new_cases_per_million": 0.69, - "new_cases_smoothed_per_million": 0.747, - "total_deaths_per_million": 0.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 68.52 - }, - { - "date": "2020-03-25", - "total_cases": 87.0, - "new_cases": 15.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.581, - "new_cases_per_million": 1.479, - "new_cases_smoothed_per_million": 0.831, - "total_deaths_per_million": 0.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 68.52 - }, - { - "date": "2020-03-26", - "total_cases": 93.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.429, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9.172, - "new_cases_per_million": 0.592, - "new_cases_smoothed_per_million": 0.831, - "total_deaths_per_million": 0.197, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 68.52 - }, - { - "date": "2020-03-27", - "total_cases": 122.0, - "new_cases": 29.0, - "new_cases_smoothed": 11.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 12.033, - "new_cases_per_million": 2.86, - "new_cases_smoothed_per_million": 1.099, - "total_deaths_per_million": 0.296, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 68.52 - }, - { - "date": "2020-03-28", - "total_cases": 165.0, - "new_cases": 43.0, - "new_cases_smoothed": 17.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 16.274, - "new_cases_per_million": 4.241, - "new_cases_smoothed_per_million": 1.705, - "total_deaths_per_million": 0.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 68.52 - }, - { - "date": "2020-03-29", - "total_cases": 182.0, - "new_cases": 17.0, - "new_cases_smoothed": 18.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 17.95, - "new_cases_per_million": 1.677, - "new_cases_smoothed_per_million": 1.818, - "total_deaths_per_million": 0.395, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 68.52 - }, - { - "date": "2020-03-30", - "total_cases": 209.0, - "new_cases": 27.0, - "new_cases_smoothed": 20.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 20.613, - "new_cases_per_million": 2.663, - "new_cases_smoothed_per_million": 2.029, - "total_deaths_per_million": 0.395, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 68.52 - }, - { - "date": "2020-03-31", - "total_cases": 273.0, - "new_cases": 64.0, - "new_cases_smoothed": 28.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 26.925, - "new_cases_per_million": 6.312, - "new_cases_smoothed_per_million": 2.832, - "total_deaths_per_million": 0.395, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-01", - "total_cases": 298.0, - "new_cases": 25.0, - "new_cases_smoothed": 30.143, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 29.391, - "new_cases_per_million": 2.466, - "new_cases_smoothed_per_million": 2.973, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 88.89 - }, - { - "date": "2020-04-02", - "total_cases": 359.0, - "new_cases": 61.0, - "new_cases_smoothed": 38.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 35.407, - "new_cases_per_million": 6.016, - "new_cases_smoothed_per_million": 3.748, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-03", - "total_cases": 400.0, - "new_cases": 41.0, - "new_cases_smoothed": 39.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 39.451, - "new_cases_per_million": 4.044, - "new_cases_smoothed_per_million": 3.917, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 88.89 - }, - { - "date": "2020-04-04", - "total_cases": 443.0, - "new_cases": 43.0, - "new_cases_smoothed": 39.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 43.692, - "new_cases_per_million": 4.241, - "new_cases_smoothed_per_million": 3.917, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 88.89 - }, - { - "date": "2020-04-05", - "total_cases": 521.0, - "new_cases": 78.0, - "new_cases_smoothed": 48.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 51.385, - "new_cases_per_million": 7.693, - "new_cases_smoothed_per_million": 4.776, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 88.89 - }, - { - "date": "2020-04-06", - "total_cases": 584.0, - "new_cases": 63.0, - "new_cases_smoothed": 53.571, - "total_deaths": 7.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 57.598, - "new_cases_per_million": 6.214, - "new_cases_smoothed_per_million": 5.284, - "total_deaths_per_million": 0.69, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-07", - "total_cases": 641.0, - "new_cases": 57.0, - "new_cases_smoothed": 52.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 63.22, - "new_cases_per_million": 5.622, - "new_cases_smoothed_per_million": 5.185, - "total_deaths_per_million": 0.69, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-08", - "total_cases": 717.0, - "new_cases": 76.0, - "new_cases_smoothed": 59.857, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 70.716, - "new_cases_per_million": 7.496, - "new_cases_smoothed_per_million": 5.904, - "total_deaths_per_million": 0.789, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-09", - "total_cases": 822.0, - "new_cases": 105.0, - "new_cases_smoothed": 66.143, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 81.072, - "new_cases_per_million": 10.356, - "new_cases_smoothed_per_million": 6.523, - "total_deaths_per_million": 0.789, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 88.89 - }, - { - "date": "2020-04-10", - "total_cases": 926.0, - "new_cases": 104.0, - "new_cases_smoothed": 75.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 91.329, - "new_cases_per_million": 10.257, - "new_cases_smoothed_per_million": 7.411, - "total_deaths_per_million": 0.888, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 88.89 - }, - { - "date": "2020-04-11", - "total_cases": 991.0, - "new_cases": 65.0, - "new_cases_smoothed": 78.286, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 97.74, - "new_cases_per_million": 6.411, - "new_cases_smoothed_per_million": 7.721, - "total_deaths_per_million": 0.986, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 88.89 - }, - { - "date": "2020-04-12", - "total_cases": 1058.0, - "new_cases": 67.0, - "new_cases_smoothed": 76.714, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 104.348, - "new_cases_per_million": 6.608, - "new_cases_smoothed_per_million": 7.566, - "total_deaths_per_million": 1.085, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 88.89 - }, - { - "date": "2020-04-13", - "total_cases": 1098.0, - "new_cases": 40.0, - "new_cases_smoothed": 73.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 108.293, - "new_cases_per_million": 3.945, - "new_cases_smoothed_per_million": 7.242, - "total_deaths_per_million": 1.085, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 88.89 - }, - { - "date": "2020-04-14", - "total_cases": 1148.0, - "new_cases": 50.0, - "new_cases_smoothed": 72.429, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 113.224, - "new_cases_per_million": 4.931, - "new_cases_smoothed_per_million": 7.143, - "total_deaths_per_million": 1.184, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 88.89 - }, - { - "date": "2020-04-15", - "total_cases": 1197.0, - "new_cases": 49.0, - "new_cases_smoothed": 68.571, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 118.057, - "new_cases_per_million": 4.833, - "new_cases_smoothed_per_million": 6.763, - "total_deaths_per_million": 1.282, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 88.89 - }, - { - "date": "2020-04-16", - "total_cases": 1253.0, - "new_cases": 56.0, - "new_cases_smoothed": 61.571, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 123.58, - "new_cases_per_million": 5.523, - "new_cases_smoothed_per_million": 6.073, - "total_deaths_per_million": 1.282, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 91.67 - }, - { - "date": "2020-04-17", - "total_cases": 1283.0, - "new_cases": 30.0, - "new_cases_smoothed": 51.0, - "total_deaths": 15.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 126.539, - "new_cases_per_million": 2.959, - "new_cases_smoothed_per_million": 5.03, - "total_deaths_per_million": 1.479, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 91.67 - }, - { - "date": "2020-04-18", - "total_cases": 1340.0, - "new_cases": 57.0, - "new_cases_smoothed": 49.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.161, - "new_cases_per_million": 5.622, - "new_cases_smoothed_per_million": 4.917, - "total_deaths_per_million": 1.479, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 91.67 - }, - { - "date": "2020-04-19", - "total_cases": 1373.0, - "new_cases": 33.0, - "new_cases_smoothed": 45.0, - "total_deaths": 18.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 135.415, - "new_cases_per_million": 3.255, - "new_cases_smoothed_per_million": 4.438, - "total_deaths_per_million": 1.775, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 91.67 - }, - { - "date": "2020-04-20", - "total_cases": 1398.0, - "new_cases": 25.0, - "new_cases_smoothed": 42.857, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 137.881, - "new_cases_per_million": 2.466, - "new_cases_smoothed_per_million": 4.227, - "total_deaths_per_million": 1.874, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 91.67 - }, - { - "date": "2020-04-21", - "total_cases": 1436.0, - "new_cases": 38.0, - "new_cases_smoothed": 41.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 141.629, - "new_cases_per_million": 3.748, - "new_cases_smoothed_per_million": 4.058, - "total_deaths_per_million": 1.874, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 91.67 - }, - { - "date": "2020-04-22", - "total_cases": 1480.0, - "new_cases": 44.0, - "new_cases_smoothed": 40.429, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 145.968, - "new_cases_per_million": 4.34, - "new_cases_smoothed_per_million": 3.987, - "total_deaths_per_million": 1.973, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 91.67 - }, - { - "date": "2020-04-23", - "total_cases": 1518.0, - "new_cases": 38.0, - "new_cases_smoothed": 37.857, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 149.716, - "new_cases_per_million": 3.748, - "new_cases_smoothed_per_million": 3.734, - "total_deaths_per_million": 1.973, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 91.67 - }, - { - "date": "2020-04-24", - "total_cases": 1548.0, - "new_cases": 30.0, - "new_cases_smoothed": 37.857, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 152.675, - "new_cases_per_million": 2.959, - "new_cases_smoothed_per_million": 3.734, - "total_deaths_per_million": 1.973, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 91.67 - }, - { - "date": "2020-04-25", - "total_cases": 1592.0, - "new_cases": 44.0, - "new_cases_smoothed": 36.0, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 157.015, - "new_cases_per_million": 4.34, - "new_cases_smoothed_per_million": 3.551, - "total_deaths_per_million": 2.071, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 91.67 - }, - { - "date": "2020-04-26", - "total_cases": 1617.0, - "new_cases": 25.0, - "new_cases_smoothed": 34.857, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 159.48, - "new_cases_per_million": 2.466, - "new_cases_smoothed_per_million": 3.438, - "total_deaths_per_million": 2.071, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 91.67 - }, - { - "date": "2020-04-27", - "total_cases": 1645.0, - "new_cases": 28.0, - "new_cases_smoothed": 35.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 162.242, - "new_cases_per_million": 2.762, - "new_cases_smoothed_per_million": 3.48, - "total_deaths_per_million": 2.071, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 87.96 - }, - { - "date": "2020-04-28", - "total_cases": 1678.0, - "new_cases": 33.0, - "new_cases_smoothed": 34.571, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 165.497, - "new_cases_per_million": 3.255, - "new_cases_smoothed_per_million": 3.41, - "total_deaths_per_million": 2.17, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 87.96 - }, - { - "date": "2020-04-29", - "total_cases": 1717.0, - "new_cases": 39.0, - "new_cases_smoothed": 33.857, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 169.343, - "new_cases_per_million": 3.846, - "new_cases_smoothed_per_million": 3.339, - "total_deaths_per_million": 2.17, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 87.96 - }, - { - "date": "2020-04-30", - "total_cases": 1766.0, - "new_cases": 49.0, - "new_cases_smoothed": 35.429, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 174.176, - "new_cases_per_million": 4.833, - "new_cases_smoothed_per_million": 3.494, - "total_deaths_per_million": 2.268, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 87.96 - }, - { - "date": "2020-05-01", - "total_cases": 1804.0, - "new_cases": 38.0, - "new_cases_smoothed": 36.571, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 177.924, - "new_cases_per_million": 3.748, - "new_cases_smoothed_per_million": 3.607, - "total_deaths_per_million": 2.367, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-02", - "total_cases": 1854.0, - "new_cases": 50.0, - "new_cases_smoothed": 37.429, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 182.855, - "new_cases_per_million": 4.931, - "new_cases_smoothed_per_million": 3.691, - "total_deaths_per_million": 2.466, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-03", - "total_cases": 1894.0, - "new_cases": 40.0, - "new_cases_smoothed": 39.571, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 186.8, - "new_cases_per_million": 3.945, - "new_cases_smoothed_per_million": 3.903, - "total_deaths_per_million": 2.466, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-04", - "total_cases": 1932.0, - "new_cases": 38.0, - "new_cases_smoothed": 41.0, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 190.548, - "new_cases_per_million": 3.748, - "new_cases_smoothed_per_million": 4.044, - "total_deaths_per_million": 2.466, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-05", - "total_cases": 1984.0, - "new_cases": 52.0, - "new_cases_smoothed": 43.714, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 195.677, - "new_cases_per_million": 5.129, - "new_cases_smoothed_per_million": 4.311, - "total_deaths_per_million": 2.564, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-06", - "total_cases": 2060.0, - "new_cases": 76.0, - "new_cases_smoothed": 49.0, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 203.172, - "new_cases_per_million": 7.496, - "new_cases_smoothed_per_million": 4.833, - "total_deaths_per_million": 2.564, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-07", - "total_cases": 2127.0, - "new_cases": 67.0, - "new_cases_smoothed": 51.571, - "total_deaths": 28.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 209.78, - "new_cases_per_million": 6.608, - "new_cases_smoothed_per_million": 5.086, - "total_deaths_per_million": 2.762, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 87.96 - }, - { - "date": "2020-05-08", - "total_cases": 2204.0, - "new_cases": 77.0, - "new_cases_smoothed": 57.143, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 217.375, - "new_cases_per_million": 7.594, - "new_cases_smoothed_per_million": 5.636, - "total_deaths_per_million": 2.762, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "stringency_index": 87.96 - }, - { - "date": "2020-05-09", - "total_cases": 2279.0, - "new_cases": 75.0, - "new_cases_smoothed": 60.714, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 224.772, - "new_cases_per_million": 7.397, - "new_cases_smoothed_per_million": 5.988, - "total_deaths_per_million": 2.762, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 85.19 - }, - { - "date": "2020-05-10", - "total_cases": 2422.0, - "new_cases": 143.0, - "new_cases_smoothed": 75.429, - "total_deaths": 31.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 238.875, - "new_cases_per_million": 14.104, - "new_cases_smoothed_per_million": 7.439, - "total_deaths_per_million": 3.057, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 85.19 - }, - { - "date": "2020-05-11", - "total_cases": 2519.0, - "new_cases": 97.0, - "new_cases_smoothed": 83.857, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 248.442, - "new_cases_per_million": 9.567, - "new_cases_smoothed_per_million": 8.271, - "total_deaths_per_million": 3.156, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 85.19 - }, - { - "date": "2020-05-12", - "total_cases": 2589.0, - "new_cases": 70.0, - "new_cases_smoothed": 86.429, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 255.346, - "new_cases_per_million": 6.904, - "new_cases_smoothed_per_million": 8.524, - "total_deaths_per_million": 3.156, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 85.19 - }, - { - "date": "2020-05-13", - "total_cases": 2693.0, - "new_cases": 104.0, - "new_cases_smoothed": 90.429, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 265.603, - "new_cases_per_million": 10.257, - "new_cases_smoothed_per_million": 8.919, - "total_deaths_per_million": 3.255, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 85.19 - }, - { - "date": "2020-05-14", - "total_cases": 2758.0, - "new_cases": 65.0, - "new_cases_smoothed": 90.143, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 272.014, - "new_cases_per_million": 6.411, - "new_cases_smoothed_per_million": 8.891, - "total_deaths_per_million": 3.452, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 85.19 - }, - { - "date": "2020-05-15", - "total_cases": 2879.0, - "new_cases": 121.0, - "new_cases_smoothed": 96.429, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 283.948, - "new_cases_per_million": 11.934, - "new_cases_smoothed_per_million": 9.51, - "total_deaths_per_million": 3.452, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 85.19 - }, - { - "date": "2020-05-16", - "total_cases": 2980.0, - "new_cases": 101.0, - "new_cases_smoothed": 100.143, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 293.91, - "new_cases_per_million": 9.961, - "new_cases_smoothed_per_million": 9.877, - "total_deaths_per_million": 3.551, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 85.19 - }, - { - "date": "2020-05-17", - "total_cases": 3138.0, - "new_cases": 158.0, - "new_cases_smoothed": 102.286, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 309.493, - "new_cases_per_million": 15.583, - "new_cases_smoothed_per_million": 10.088, - "total_deaths_per_million": 3.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 85.19 - }, - { - "date": "2020-05-18", - "total_cases": 3274.0, - "new_cases": 136.0, - "new_cases_smoothed": 107.857, - "total_deaths": 39.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 322.906, - "new_cases_per_million": 13.413, - "new_cases_smoothed_per_million": 10.638, - "total_deaths_per_million": 3.846, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.099, - "stringency_index": 77.78 - }, - { - "date": "2020-05-19", - "total_cases": 3287.0, - "new_cases": 13.0, - "new_cases_smoothed": 99.714, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 324.188, - "new_cases_per_million": 1.282, - "new_cases_smoothed_per_million": 9.835, - "total_deaths_per_million": 3.945, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 77.78 - }, - { - "date": "2020-05-20", - "total_cases": 3518.0, - "new_cases": 231.0, - "new_cases_smoothed": 117.857, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 346.971, - "new_cases_per_million": 22.783, - "new_cases_smoothed_per_million": 11.624, - "total_deaths_per_million": 4.044, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 77.78 - }, - { - "date": "2020-05-21", - "total_cases": 3631.0, - "new_cases": 113.0, - "new_cases_smoothed": 124.714, - "total_deaths": 43.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 358.116, - "new_cases_per_million": 11.145, - "new_cases_smoothed_per_million": 12.3, - "total_deaths_per_million": 4.241, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 77.78 - }, - { - "date": "2020-05-22", - "total_cases": 3749.0, - "new_cases": 118.0, - "new_cases_smoothed": 124.286, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 369.754, - "new_cases_per_million": 11.638, - "new_cases_smoothed_per_million": 12.258, - "total_deaths_per_million": 4.34, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.127, - "stringency_index": 77.78 - }, - { - "date": "2020-05-23", - "total_cases": 3855.0, - "new_cases": 106.0, - "new_cases_smoothed": 125.0, - "total_deaths": 46.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 380.208, - "new_cases_per_million": 10.454, - "new_cases_smoothed_per_million": 12.328, - "total_deaths_per_million": 4.537, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.141, - "stringency_index": 77.78 - }, - { - "date": "2020-05-24", - "total_cases": 3982.0, - "new_cases": 127.0, - "new_cases_smoothed": 120.571, - "total_deaths": 49.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 392.734, - "new_cases_per_million": 12.526, - "new_cases_smoothed_per_million": 11.892, - "total_deaths_per_million": 4.833, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 77.78 - }, - { - "date": "2020-05-25", - "total_cases": 4122.0, - "new_cases": 140.0, - "new_cases_smoothed": 121.143, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 406.542, - "new_cases_per_million": 13.808, - "new_cases_smoothed_per_million": 11.948, - "total_deaths_per_million": 4.833, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.141, - "stringency_index": 77.78 - }, - { - "date": "2020-05-26", - "total_cases": 4271.0, - "new_cases": 149.0, - "new_cases_smoothed": 140.571, - "total_deaths": 51.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 421.237, - "new_cases_per_million": 14.695, - "new_cases_smoothed_per_million": 13.864, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 77.78 - }, - { - "date": "2020-05-27", - "total_cases": 4403.0, - "new_cases": 132.0, - "new_cases_smoothed": 126.429, - "total_deaths": 52.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 434.256, - "new_cases_per_million": 13.019, - "new_cases_smoothed_per_million": 12.469, - "total_deaths_per_million": 5.129, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 77.78 - }, - { - "date": "2020-05-28", - "total_cases": 4568.0, - "new_cases": 165.0, - "new_cases_smoothed": 133.857, - "total_deaths": 54.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 450.53, - "new_cases_per_million": 16.274, - "new_cases_smoothed_per_million": 13.202, - "total_deaths_per_million": 5.326, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 77.78 - }, - { - "date": "2020-05-29", - "total_cases": 4759.0, - "new_cases": 191.0, - "new_cases_smoothed": 144.286, - "total_deaths": 56.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 469.368, - "new_cases_per_million": 18.838, - "new_cases_smoothed_per_million": 14.231, - "total_deaths_per_million": 5.523, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 77.78 - }, - { - "date": "2020-05-30", - "total_cases": 4989.0, - "new_cases": 230.0, - "new_cases_smoothed": 162.0, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 492.052, - "new_cases_per_million": 22.684, - "new_cases_smoothed_per_million": 15.978, - "total_deaths_per_million": 5.72, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 77.78 - }, - { - "date": "2020-05-31", - "total_cases": 5246.0, - "new_cases": 257.0, - "new_cases_smoothed": 180.571, - "total_deaths": 61.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 517.399, - "new_cases_per_million": 25.347, - "new_cases_smoothed_per_million": 17.809, - "total_deaths_per_million": 6.016, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 77.78 - }, - { - "date": "2020-06-01", - "total_cases": 5494.0, - "new_cases": 248.0, - "new_cases_smoothed": 196.0, - "total_deaths": 63.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 541.859, - "new_cases_per_million": 24.46, - "new_cases_smoothed_per_million": 19.331, - "total_deaths_per_million": 6.214, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 77.78 - }, - { - "date": "2020-06-02", - "total_cases": 5662.0, - "new_cases": 168.0, - "new_cases_smoothed": 198.714, - "total_deaths": 68.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 558.428, - "new_cases_per_million": 16.569, - "new_cases_smoothed_per_million": 19.599, - "total_deaths_per_million": 6.707, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 77.78 - }, - { - "date": "2020-06-03", - "total_cases": 5935.0, - "new_cases": 273.0, - "new_cases_smoothed": 218.857, - "total_deaths": 71.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 585.353, - "new_cases_per_million": 26.925, - "new_cases_smoothed_per_million": 21.585, - "total_deaths_per_million": 7.003, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.268, - "stringency_index": 85.19 - }, - { - "date": "2020-06-04", - "total_cases": 6260.0, - "new_cases": 325.0, - "new_cases_smoothed": 241.714, - "total_deaths": 76.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 617.407, - "new_cases_per_million": 32.054, - "new_cases_smoothed_per_million": 23.84, - "total_deaths_per_million": 7.496, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.31, - "stringency_index": 85.19 - }, - { - "date": "2020-06-05", - "total_cases": 6522.0, - "new_cases": 262.0, - "new_cases_smoothed": 251.857, - "total_deaths": 78.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 643.248, - "new_cases_per_million": 25.84, - "new_cases_smoothed_per_million": 24.84, - "total_deaths_per_million": 7.693, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.31, - "stringency_index": 85.19 - }, - { - "date": "2020-06-06", - "total_cases": 6860.0, - "new_cases": 338.0, - "new_cases_smoothed": 267.286, - "total_deaths": 82.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 676.584, - "new_cases_per_million": 33.336, - "new_cases_smoothed_per_million": 26.362, - "total_deaths_per_million": 8.087, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.338, - "stringency_index": 85.19 - }, - { - "date": "2020-06-07", - "total_cases": 7239.0, - "new_cases": 379.0, - "new_cases_smoothed": 284.714, - "total_deaths": 84.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 713.963, - "new_cases_per_million": 37.38, - "new_cases_smoothed_per_million": 28.081, - "total_deaths_per_million": 8.285, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.324, - "stringency_index": 85.19 - }, - { - "date": "2020-06-08", - "total_cases": 7553.0, - "new_cases": 314.0, - "new_cases_smoothed": 294.143, - "total_deaths": 88.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 744.932, - "new_cases_per_million": 30.969, - "new_cases_smoothed_per_million": 29.011, - "total_deaths_per_million": 8.679, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.352, - "stringency_index": 77.78 - }, - { - "date": "2020-06-09", - "total_cases": 7876.0, - "new_cases": 323.0, - "new_cases_smoothed": 316.286, - "total_deaths": 93.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 776.789, - "new_cases_per_million": 31.857, - "new_cases_smoothed_per_million": 31.194, - "total_deaths_per_million": 9.172, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.352, - "stringency_index": 77.78 - }, - { - "date": "2020-06-10", - "total_cases": 8191.0, - "new_cases": 315.0, - "new_cases_smoothed": 322.286, - "total_deaths": 98.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 807.857, - "new_cases_per_million": 31.068, - "new_cases_smoothed_per_million": 31.786, - "total_deaths_per_million": 9.665, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.38, - "stringency_index": 77.78 - }, - { - "date": "2020-06-11", - "total_cases": 8530.0, - "new_cases": 339.0, - "new_cases_smoothed": 324.286, - "total_deaths": 102.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 841.291, - "new_cases_per_million": 33.435, - "new_cases_smoothed_per_million": 31.983, - "total_deaths_per_million": 10.06, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.366, - "stringency_index": 77.78 - }, - { - "date": "2020-06-12", - "total_cases": 8882.0, - "new_cases": 352.0, - "new_cases_smoothed": 337.143, - "total_deaths": 108.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 876.008, - "new_cases_per_million": 34.717, - "new_cases_smoothed_per_million": 33.252, - "total_deaths_per_million": 10.652, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.423, - "stringency_index": 77.78 - }, - { - "date": "2020-06-13", - "total_cases": 9218.0, - "new_cases": 336.0, - "new_cases_smoothed": 336.857, - "total_deaths": 113.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 909.147, - "new_cases_per_million": 33.139, - "new_cases_smoothed_per_million": 33.223, - "total_deaths_per_million": 11.145, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.437, - "stringency_index": 77.78 - }, - { - "date": "2020-06-14", - "total_cases": 9570.0, - "new_cases": 352.0, - "new_cases_smoothed": 333.0, - "total_deaths": 115.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 943.864, - "new_cases_per_million": 34.717, - "new_cases_smoothed_per_million": 32.843, - "total_deaths_per_million": 11.342, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.437, - "stringency_index": 83.33 - }, - { - "date": "2020-06-15", - "total_cases": 9957.0, - "new_cases": 387.0, - "new_cases_smoothed": 343.429, - "total_deaths": 119.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 982.033, - "new_cases_per_million": 38.169, - "new_cases_smoothed_per_million": 33.871, - "total_deaths_per_million": 11.737, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.437, - "stringency_index": 83.33 - }, - { - "date": "2020-06-16", - "total_cases": 10324.0, - "new_cases": 367.0, - "new_cases_smoothed": 349.714, - "total_deaths": 122.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1018.229, - "new_cases_per_million": 36.196, - "new_cases_smoothed_per_million": 34.491, - "total_deaths_per_million": 12.033, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.409, - "stringency_index": 83.33 - }, - { - "date": "2020-06-17", - "total_cases": 10662.0, - "new_cases": 338.0, - "new_cases_smoothed": 353.0, - "total_deaths": 126.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1051.565, - "new_cases_per_million": 33.336, - "new_cases_smoothed_per_million": 34.815, - "total_deaths_per_million": 12.427, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.395, - "stringency_index": 77.78 - }, - { - "date": "2020-06-18", - "total_cases": 10991.0, - "new_cases": 329.0, - "new_cases_smoothed": 351.571, - "total_deaths": 133.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1084.013, - "new_cases_per_million": 32.448, - "new_cases_smoothed_per_million": 34.675, - "total_deaths_per_million": 13.117, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.437, - "stringency_index": 77.78 - }, - { - "date": "2020-06-19", - "total_cases": 11329.0, - "new_cases": 338.0, - "new_cases_smoothed": 349.571, - "total_deaths": 139.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1117.349, - "new_cases_per_million": 33.336, - "new_cases_smoothed_per_million": 34.477, - "total_deaths_per_million": 13.709, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.437, - "stringency_index": 77.78 - }, - { - "date": "2020-06-20", - "total_cases": 11767.0, - "new_cases": 438.0, - "new_cases_smoothed": 364.143, - "total_deaths": 143.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1160.548, - "new_cases_per_million": 43.199, - "new_cases_smoothed_per_million": 35.914, - "total_deaths_per_million": 14.104, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.423, - "stringency_index": 77.78 - }, - { - "date": "2020-06-21", - "total_cases": 12238.0, - "new_cases": 471.0, - "new_cases_smoothed": 381.143, - "total_deaths": 148.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 1207.002, - "new_cases_per_million": 46.453, - "new_cases_smoothed_per_million": 37.591, - "total_deaths_per_million": 14.597, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.465, - "stringency_index": 96.3 - }, - { - "date": "2020-06-22", - "total_cases": 12729.0, - "new_cases": 491.0, - "new_cases_smoothed": 396.0, - "total_deaths": 154.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1255.428, - "new_cases_per_million": 48.426, - "new_cases_smoothed_per_million": 39.056, - "total_deaths_per_million": 15.189, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.493, - "stringency_index": 96.3 - }, - { - "date": "2020-06-23", - "total_cases": 13207.0, - "new_cases": 478.0, - "new_cases_smoothed": 411.857, - "total_deaths": 161.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1302.571, - "new_cases_per_million": 47.144, - "new_cases_smoothed_per_million": 40.62, - "total_deaths_per_million": 15.879, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.549, - "stringency_index": 96.3 - }, - { - "date": "2020-06-24", - "total_cases": 13715.0, - "new_cases": 508.0, - "new_cases_smoothed": 436.143, - "total_deaths": 167.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1352.674, - "new_cases_per_million": 50.103, - "new_cases_smoothed_per_million": 43.016, - "total_deaths_per_million": 16.471, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 96.3 - }, - { - "date": "2020-06-25", - "total_cases": 14305.0, - "new_cases": 590.0, - "new_cases_smoothed": 473.429, - "total_deaths": 174.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1410.864, - "new_cases_per_million": 58.19, - "new_cases_smoothed_per_million": 46.693, - "total_deaths_per_million": 17.161, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 96.3 - }, - { - "date": "2020-06-26", - "total_cases": 14852.0, - "new_cases": 547.0, - "new_cases_smoothed": 503.286, - "total_deaths": 180.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1464.813, - "new_cases_per_million": 53.949, - "new_cases_smoothed_per_million": 49.638, - "total_deaths_per_million": 17.753, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 96.3 - }, - { - "date": "2020-06-27", - "total_cases": 15369.0, - "new_cases": 517.0, - "new_cases_smoothed": 514.571, - "total_deaths": 187.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1515.804, - "new_cases_per_million": 50.99, - "new_cases_smoothed_per_million": 50.751, - "total_deaths_per_million": 18.443, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.62, - "stringency_index": 96.3 - }, - { - "date": "2020-06-28", - "total_cases": 15890.0, - "new_cases": 521.0, - "new_cases_smoothed": 521.714, - "total_deaths": 193.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 1567.189, - "new_cases_per_million": 51.385, - "new_cases_smoothed_per_million": 51.455, - "total_deaths_per_million": 19.035, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.634, - "stringency_index": 96.3 - }, - { - "date": "2020-06-29", - "total_cases": 16424.0, - "new_cases": 534.0, - "new_cases_smoothed": 527.857, - "total_deaths": 198.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1619.856, - "new_cases_per_million": 52.667, - "new_cases_smoothed_per_million": 52.061, - "total_deaths_per_million": 19.528, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.62, - "stringency_index": 96.3 - }, - { - "date": "2020-06-30", - "total_cases": 16968.0, - "new_cases": 544.0, - "new_cases_smoothed": 537.286, - "total_deaths": 206.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 1673.509, - "new_cases_per_million": 53.653, - "new_cases_smoothed_per_million": 52.991, - "total_deaths_per_million": 20.317, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.634, - "stringency_index": 96.3 - }, - { - "date": "2020-07-01", - "total_cases": 17524.0, - "new_cases": 556.0, - "new_cases_smoothed": 544.143, - "total_deaths": 213.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1728.346, - "new_cases_per_million": 54.837, - "new_cases_smoothed_per_million": 53.667, - "total_deaths_per_million": 21.008, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.648, - "stringency_index": 96.3 - }, - { - "date": "2020-07-02", - "total_cases": 18112.0, - "new_cases": 588.0, - "new_cases_smoothed": 543.857, - "total_deaths": 220.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1786.339, - "new_cases_per_million": 57.993, - "new_cases_smoothed_per_million": 53.639, - "total_deaths_per_million": 21.698, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.648, - "stringency_index": 96.3 - }, - { - "date": "2020-07-03", - "total_cases": 18684.0, - "new_cases": 572.0, - "new_cases_smoothed": 547.429, - "total_deaths": 228.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1842.753, - "new_cases_per_million": 56.415, - "new_cases_smoothed_per_million": 53.991, - "total_deaths_per_million": 22.487, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.676, - "stringency_index": 96.3 - }, - { - "date": "2020-07-04", - "total_cases": 19267.0, - "new_cases": 583.0, - "new_cases_smoothed": 556.857, - "total_deaths": 235.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1900.253, - "new_cases_per_million": 57.5, - "new_cases_smoothed_per_million": 54.921, - "total_deaths_per_million": 23.177, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.676, - "stringency_index": 96.3 - }, - { - "date": "2020-07-05", - "total_cases": 19801.0, - "new_cases": 534.0, - "new_cases_smoothed": 558.714, - "total_deaths": 241.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1952.92, - "new_cases_per_million": 52.667, - "new_cases_smoothed_per_million": 55.105, - "total_deaths_per_million": 23.769, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.676, - "stringency_index": 96.3 - }, - { - "date": "2020-07-06", - "total_cases": 20324.0, - "new_cases": 523.0, - "new_cases_smoothed": 557.143, - "total_deaths": 250.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2004.502, - "new_cases_per_million": 51.582, - "new_cases_smoothed_per_million": 54.95, - "total_deaths_per_million": 24.657, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.733, - "stringency_index": 96.3 - }, - { - "date": "2020-07-07", - "total_cases": 20837.0, - "new_cases": 513.0, - "new_cases_smoothed": 552.714, - "total_deaths": 258.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2055.098, - "new_cases_per_million": 50.596, - "new_cases_smoothed_per_million": 54.513, - "total_deaths_per_million": 25.446, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.733, - "stringency_index": 96.3 - }, - { - "date": "2020-07-08", - "total_cases": 21374.0, - "new_cases": 537.0, - "new_cases_smoothed": 550.0, - "total_deaths": 265.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2108.061, - "new_cases_per_million": 52.963, - "new_cases_smoothed_per_million": 54.245, - "total_deaths_per_million": 26.136, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.733, - "stringency_index": 96.3 - }, - { - "date": "2020-07-09", - "total_cases": 21916.0, - "new_cases": 542.0, - "new_cases_smoothed": 543.429, - "total_deaths": 274.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2161.517, - "new_cases_per_million": 53.456, - "new_cases_smoothed_per_million": 53.597, - "total_deaths_per_million": 27.024, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.761, - "stringency_index": 96.3 - }, - { - "date": "2020-07-10", - "total_cases": 22464.0, - "new_cases": 548.0, - "new_cases_smoothed": 540.0, - "total_deaths": 284.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 2215.565, - "new_cases_per_million": 54.048, - "new_cases_smoothed_per_million": 53.259, - "total_deaths_per_million": 28.01, - "new_deaths_per_million": 0.986, - "new_deaths_smoothed_per_million": 0.789, - "stringency_index": 96.3 - }, - { - "date": "2020-07-11", - "total_cases": 22990.0, - "new_cases": 526.0, - "new_cases_smoothed": 531.857, - "total_deaths": 292.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2267.443, - "new_cases_per_million": 51.878, - "new_cases_smoothed_per_million": 52.456, - "total_deaths_per_million": 28.799, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.803, - "stringency_index": 96.3 - }, - { - "date": "2020-07-12", - "total_cases": 23521.0, - "new_cases": 531.0, - "new_cases_smoothed": 531.429, - "total_deaths": 298.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2319.814, - "new_cases_per_million": 52.371, - "new_cases_smoothed_per_million": 52.413, - "total_deaths_per_million": 29.391, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.803, - "stringency_index": 96.3 - }, - { - "date": "2020-07-13", - "total_cases": 24041.0, - "new_cases": 520.0, - "new_cases_smoothed": 531.0, - "total_deaths": 306.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 2371.1, - "new_cases_per_million": 51.286, - "new_cases_smoothed_per_million": 52.371, - "total_deaths_per_million": 30.18, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.789, - "stringency_index": 96.3 - }, - { - "date": "2020-07-14", - "total_cases": 24570.0, - "new_cases": 529.0, - "new_cases_smoothed": 533.286, - "total_deaths": 313.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2423.274, - "new_cases_per_million": 52.174, - "new_cases_smoothed_per_million": 52.597, - "total_deaths_per_million": 30.87, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.775, - "stringency_index": 96.3 - }, - { - "date": "2020-07-15", - "total_cases": 25113.0, - "new_cases": 543.0, - "new_cases_smoothed": 534.143, - "total_deaths": 319.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2476.829, - "new_cases_per_million": 53.555, - "new_cases_smoothed_per_million": 52.681, - "total_deaths_per_million": 31.462, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.761, - "stringency_index": 96.3 - }, - { - "date": "2020-07-16", - "total_cases": 25672.0, - "new_cases": 559.0, - "new_cases_smoothed": 536.571, - "total_deaths": 326.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2531.961, - "new_cases_per_million": 55.133, - "new_cases_smoothed_per_million": 52.921, - "total_deaths_per_million": 32.153, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.733, - "stringency_index": 96.3 - }, - { - "date": "2020-07-17", - "total_cases": 26165.0, - "new_cases": 493.0, - "new_cases_smoothed": 528.714, - "total_deaths": 334.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 2580.585, - "new_cases_per_million": 48.623, - "new_cases_smoothed_per_million": 52.146, - "total_deaths_per_million": 32.942, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.704, - "stringency_index": 96.3 - }, - { - "date": "2020-07-18", - "total_cases": 26636.0, - "new_cases": 471.0, - "new_cases_smoothed": 520.857, - "total_deaths": 341.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 2627.038, - "new_cases_per_million": 46.453, - "new_cases_smoothed_per_million": 51.371, - "total_deaths_per_million": 33.632, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.69, - "stringency_index": 96.3 - }, - { - "date": "2020-07-19", - "total_cases": 27133.0, - "new_cases": 497.0, - "new_cases_smoothed": 516.0, - "total_deaths": 349.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2676.056, - "new_cases_per_million": 49.018, - "new_cases_smoothed_per_million": 50.892, - "total_deaths_per_million": 34.421, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 96.3 - }, - { - "date": "2020-07-20", - "total_cases": 27521.0, - "new_cases": 388.0, - "new_cases_smoothed": 497.143, - "total_deaths": 354.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 2714.323, - "new_cases_per_million": 38.267, - "new_cases_smoothed_per_million": 49.032, - "total_deaths_per_million": 34.914, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.676, - "stringency_index": 96.3 - }, - { - "date": "2020-07-21", - "total_cases": 27890.0, - "new_cases": 369.0, - "new_cases_smoothed": 474.286, - "total_deaths": 363.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 2750.717, - "new_cases_per_million": 36.393, - "new_cases_smoothed_per_million": 46.778, - "total_deaths_per_million": 35.802, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.704, - "stringency_index": 96.3 - }, - { - "date": "2020-07-22", - "total_cases": 28242.0, - "new_cases": 352.0, - "new_cases_smoothed": 447.0, - "total_deaths": 376.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2785.434, - "new_cases_per_million": 34.717, - "new_cases_smoothed_per_million": 44.086, - "total_deaths_per_million": 37.084, - "new_deaths_per_million": 1.282, - "new_deaths_smoothed_per_million": 0.803, - "stringency_index": 96.3 - }, - { - "date": "2020-07-23", - "total_cases": 28633.0, - "new_cases": 391.0, - "new_cases_smoothed": 423.0, - "total_deaths": 385.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 2823.997, - "new_cases_per_million": 38.563, - "new_cases_smoothed_per_million": 41.719, - "total_deaths_per_million": 37.972, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.831, - "stringency_index": 96.3 - }, - { - "date": "2020-07-24", - "total_cases": 28980.0, - "new_cases": 347.0, - "new_cases_smoothed": 402.143, - "total_deaths": 391.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2858.221, - "new_cases_per_million": 34.224, - "new_cases_smoothed_per_million": 39.662, - "total_deaths_per_million": 38.563, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.803, - "stringency_index": 96.3 - }, - { - "date": "2020-07-25", - "total_cases": 29312.0, - "new_cases": 332.0, - "new_cases_smoothed": 382.286, - "total_deaths": 400.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 2890.965, - "new_cases_per_million": 32.744, - "new_cases_smoothed_per_million": 37.704, - "total_deaths_per_million": 39.451, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.831, - "stringency_index": 96.3 - }, - { - "date": "2020-07-26", - "total_cases": 29633.0, - "new_cases": 321.0, - "new_cases_smoothed": 357.143, - "total_deaths": 408.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 2922.624, - "new_cases_per_million": 31.659, - "new_cases_smoothed_per_million": 35.224, - "total_deaths_per_million": 40.24, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.831, - "stringency_index": 96.3 - }, - { - "date": "2020-07-27", - "total_cases": 30050.0, - "new_cases": 417.0, - "new_cases_smoothed": 361.286, - "total_deaths": 417.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 2963.752, - "new_cases_per_million": 41.128, - "new_cases_smoothed_per_million": 35.633, - "total_deaths_per_million": 41.128, - "new_deaths_per_million": 0.888, - "new_deaths_smoothed_per_million": 0.888, - "stringency_index": 96.3 - }, - { - "date": "2020-07-28", - "total_cases": 30446.0, - "new_cases": 396.0, - "new_cases_smoothed": 365.143, - "total_deaths": 423.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 3002.808, - "new_cases_per_million": 39.056, - "new_cases_smoothed_per_million": 36.013, - "total_deaths_per_million": 41.719, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.845, - "stringency_index": 91.67 - }, - { - "date": "2020-07-29", - "total_cases": 30858.0, - "new_cases": 412.0, - "new_cases_smoothed": 373.714, - "total_deaths": 430.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 3043.443, - "new_cases_per_million": 40.634, - "new_cases_smoothed_per_million": 36.858, - "total_deaths_per_million": 42.41, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.761, - "stringency_index": 91.67 - }, - { - "date": "2020-07-30", - "total_cases": 31221.0, - "new_cases": 363.0, - "new_cases_smoothed": 369.714, - "total_deaths": 438.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 3079.245, - "new_cases_per_million": 35.802, - "new_cases_smoothed_per_million": 36.464, - "total_deaths_per_million": 43.199, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.747, - "stringency_index": 91.67 - }, - { - "date": "2020-07-31", - "total_cases": 31560.0, - "new_cases": 339.0, - "new_cases_smoothed": 368.571, - "total_deaths": 441.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3112.679, - "new_cases_per_million": 33.435, - "new_cases_smoothed_per_million": 36.351, - "total_deaths_per_million": 43.495, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.704, - "stringency_index": 91.67 - }, - { - "date": "2020-08-01", - "total_cases": 31878.0, - "new_cases": 318.0, - "new_cases_smoothed": 366.571, - "total_deaths": 448.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 3144.043, - "new_cases_per_million": 31.363, - "new_cases_smoothed_per_million": 36.154, - "total_deaths_per_million": 44.185, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.676, - "stringency_index": 91.67 - }, - { - "date": "2020-08-02", - "total_cases": 32157.0, - "new_cases": 279.0, - "new_cases_smoothed": 360.571, - "total_deaths": 454.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3171.56, - "new_cases_per_million": 27.517, - "new_cases_smoothed_per_million": 35.562, - "total_deaths_per_million": 44.777, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.648, - "stringency_index": 91.67 - }, - { - "date": "2020-08-03", - "total_cases": 32443.0, - "new_cases": 286.0, - "new_cases_smoothed": 341.857, - "total_deaths": 462.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3199.767, - "new_cases_per_million": 28.207, - "new_cases_smoothed_per_million": 33.716, - "total_deaths_per_million": 45.566, - "new_deaths_per_million": 0.789, - "new_deaths_smoothed_per_million": 0.634, - "stringency_index": 91.67 - }, - { - "date": "2020-08-04", - "total_cases": 32684.0, - "new_cases": 241.0, - "new_cases_smoothed": 319.714, - "total_deaths": 468.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3223.536, - "new_cases_per_million": 23.769, - "new_cases_smoothed_per_million": 31.533, - "total_deaths_per_million": 46.158, - "new_deaths_per_million": 0.592, - "new_deaths_smoothed_per_million": 0.634, - "stringency_index": 91.67 - }, - { - "date": "2020-08-05", - "total_cases": 32910.0, - "new_cases": 226.0, - "new_cases_smoothed": 293.143, - "total_deaths": 473.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 3245.826, - "new_cases_per_million": 22.29, - "new_cases_smoothed_per_million": 28.912, - "total_deaths_per_million": 46.651, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.606, - "stringency_index": 91.67 - }, - { - "date": "2020-08-06", - "total_cases": 33103.0, - "new_cases": 193.0, - "new_cases_smoothed": 268.857, - "total_deaths": 476.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3264.861, - "new_cases_per_million": 19.035, - "new_cases_smoothed_per_million": 26.517, - "total_deaths_per_million": 46.947, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.535, - "stringency_index": 86.11 - }, - { - "date": "2020-08-07", - "total_cases": 33247.0, - "new_cases": 144.0, - "new_cases_smoothed": 241.0, - "total_deaths": 479.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3279.064, - "new_cases_per_million": 14.202, - "new_cases_smoothed_per_million": 23.769, - "total_deaths_per_million": 47.243, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.535, - "stringency_index": 86.11 - }, - { - "date": "2020-08-08", - "total_cases": 33376.0, - "new_cases": 129.0, - "new_cases_smoothed": 214.0, - "total_deaths": 483.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3291.787, - "new_cases_per_million": 12.723, - "new_cases_smoothed_per_million": 21.106, - "total_deaths_per_million": 47.637, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.493, - "stringency_index": 86.11 - }, - { - "date": "2020-08-09", - "total_cases": 33481.0, - "new_cases": 105.0, - "new_cases_smoothed": 189.143, - "total_deaths": 488.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3302.142, - "new_cases_per_million": 10.356, - "new_cases_smoothed_per_million": 18.655, - "total_deaths_per_million": 48.13, - "new_deaths_per_million": 0.493, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 86.11 - }, - { - "date": "2020-08-10", - "total_cases": 33568.0, - "new_cases": 87.0, - "new_cases_smoothed": 160.714, - "total_deaths": 490.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 3310.723, - "new_cases_per_million": 8.581, - "new_cases_smoothed_per_million": 15.851, - "total_deaths_per_million": 48.327, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.395, - "stringency_index": 85.19 - }, - { - "date": "2020-08-11", - "total_cases": 33647.0, - "new_cases": 79.0, - "new_cases_smoothed": 137.571, - "total_deaths": 492.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 3318.515, - "new_cases_per_million": 7.792, - "new_cases_smoothed_per_million": 13.568, - "total_deaths_per_million": 48.525, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.338, - "stringency_index": 85.19 - }, - { - "date": "2020-08-12", - "total_cases": 33731.0, - "new_cases": 84.0, - "new_cases_smoothed": 117.286, - "total_deaths": 495.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3326.799, - "new_cases_per_million": 8.285, - "new_cases_smoothed_per_million": 11.568, - "total_deaths_per_million": 48.821, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.31, - "stringency_index": 85.19 - }, - { - "date": "2020-08-13", - "total_cases": 33824.0, - "new_cases": 93.0, - "new_cases_smoothed": 103.0, - "total_deaths": 497.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3335.972, - "new_cases_per_million": 9.172, - "new_cases_smoothed_per_million": 10.159, - "total_deaths_per_million": 49.018, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.296, - "stringency_index": 85.19 - }, - { - "date": "2020-08-14", - "total_cases": 33915.0, - "new_cases": 91.0, - "new_cases_smoothed": 95.429, - "total_deaths": 500.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3344.947, - "new_cases_per_million": 8.975, - "new_cases_smoothed_per_million": 9.412, - "total_deaths_per_million": 49.314, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.296, - "stringency_index": 85.19 - }, - { - "date": "2020-08-15", - "total_cases": 34018.0, - "new_cases": 103.0, - "new_cases_smoothed": 91.714, - "total_deaths": 504.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3355.105, - "new_cases_per_million": 10.159, - "new_cases_smoothed_per_million": 9.046, - "total_deaths_per_million": 49.708, - "new_deaths_per_million": 0.395, - "new_deaths_smoothed_per_million": 0.296, - "stringency_index": 85.19 - }, - { - "date": "2020-08-16", - "total_cases": 34107.0, - "new_cases": 89.0, - "new_cases_smoothed": 89.429, - "total_deaths": 506.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3363.883, - "new_cases_per_million": 8.778, - "new_cases_smoothed_per_million": 8.82, - "total_deaths_per_million": 49.905, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.254, - "stringency_index": 85.19 - }, - { - "date": "2020-08-17", - "total_cases": 34219.0, - "new_cases": 112.0, - "new_cases_smoothed": 93.0, - "total_deaths": 506.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3374.929, - "new_cases_per_million": 11.046, - "new_cases_smoothed_per_million": 9.172, - "total_deaths_per_million": 49.905, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 85.19 - }, - { - "date": "2020-08-18", - "total_cases": 34343.0, - "new_cases": 124.0, - "new_cases_smoothed": 99.429, - "total_deaths": 508.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3387.159, - "new_cases_per_million": 12.23, - "new_cases_smoothed_per_million": 9.806, - "total_deaths_per_million": 50.103, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 85.19 - }, - { - "date": "2020-08-19", - "total_cases": 34474.0, - "new_cases": 131.0, - "new_cases_smoothed": 106.143, - "total_deaths": 509.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3400.079, - "new_cases_per_million": 12.92, - "new_cases_smoothed_per_million": 10.469, - "total_deaths_per_million": 50.201, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 85.19 - }, - { - "date": "2020-08-20", - "total_cases": 34620.0, - "new_cases": 146.0, - "new_cases_smoothed": 113.714, - "total_deaths": 510.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3414.479, - "new_cases_per_million": 14.4, - "new_cases_smoothed_per_million": 11.215, - "total_deaths_per_million": 50.3, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 85.19 - }, - { - "date": "2020-08-21", - "total_cases": 34759.0, - "new_cases": 139.0, - "new_cases_smoothed": 120.571, - "total_deaths": 510.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 3428.188, - "new_cases_per_million": 13.709, - "new_cases_smoothed_per_million": 11.892, - "total_deaths_per_million": 50.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.141, - "stringency_index": 85.19 - }, - { - "date": "2020-08-22", - "total_cases": 34921.0, - "new_cases": 162.0, - "new_cases_smoothed": 129.0, - "total_deaths": 512.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 3444.166, - "new_cases_per_million": 15.978, - "new_cases_smoothed_per_million": 12.723, - "total_deaths_per_million": 50.497, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 85.19 - }, - { - "date": "2020-08-23", - "total_cases": 35105.0, - "new_cases": 184.0, - "new_cases_smoothed": 142.571, - "total_deaths": 515.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 3462.313, - "new_cases_per_million": 18.147, - "new_cases_smoothed_per_million": 14.061, - "total_deaths_per_million": 50.793, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.127, - "stringency_index": 85.19 - }, - { - "date": "2020-08-24", - "total_cases": 35274.0, - "new_cases": 169.0, - "new_cases_smoothed": 150.714, - "total_deaths": 518.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3478.981, - "new_cases_per_million": 16.668, - "new_cases_smoothed_per_million": 14.865, - "total_deaths_per_million": 51.089, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 85.19 - }, - { - "date": "2020-08-25", - "total_cases": 35426.0, - "new_cases": 152.0, - "new_cases_smoothed": 154.714, - "total_deaths": 519.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 3493.973, - "new_cases_per_million": 14.991, - "new_cases_smoothed_per_million": 15.259, - "total_deaths_per_million": 51.188, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 85.19 - }, - { - "date": "2020-08-26", - "total_cases": 35559.0, - "new_cases": 133.0, - "new_cases_smoothed": 155.0, - "total_deaths": 521.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3507.09, - "new_cases_per_million": 13.117, - "new_cases_smoothed_per_million": 15.287, - "total_deaths_per_million": 51.385, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 85.19 - }, - { - "date": "2020-08-27", - "total_cases": 35707.0, - "new_cases": 148.0, - "new_cases_smoothed": 155.286, - "total_deaths": 522.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3521.687, - "new_cases_per_million": 14.597, - "new_cases_smoothed_per_million": 15.315, - "total_deaths_per_million": 51.483, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 85.19 - }, - { - "date": "2020-08-28", - "total_cases": 35844.0, - "new_cases": 137.0, - "new_cases_smoothed": 155.0, - "total_deaths": 524.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3535.199, - "new_cases_per_million": 13.512, - "new_cases_smoothed_per_million": 15.287, - "total_deaths_per_million": 51.681, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 85.19 - }, - { - "date": "2020-08-29", - "total_cases": 35986.0, - "new_cases": 142.0, - "new_cases_smoothed": 152.143, - "total_deaths": 527.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3549.204, - "new_cases_per_million": 14.005, - "new_cases_smoothed_per_million": 15.005, - "total_deaths_per_million": 51.977, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.211, - "stringency_index": 85.19 - }, - { - "date": "2020-08-30", - "total_cases": 36174.0, - "new_cases": 188.0, - "new_cases_smoothed": 152.714, - "total_deaths": 529.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3567.746, - "new_cases_per_million": 18.542, - "new_cases_smoothed_per_million": 15.062, - "total_deaths_per_million": 52.174, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 85.19 - }, - { - "date": "2020-08-31", - "total_cases": 36309.0, - "new_cases": 135.0, - "new_cases_smoothed": 147.857, - "total_deaths": 531.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3581.061, - "new_cases_per_million": 13.315, - "new_cases_smoothed_per_million": 14.583, - "total_deaths_per_million": 52.371, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 85.19 - }, - { - "date": "2020-09-01", - "total_cases": 36435.0, - "new_cases": 126.0, - "new_cases_smoothed": 144.143, - "total_deaths": 534.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3593.488, - "new_cases_per_million": 12.427, - "new_cases_smoothed_per_million": 14.216, - "total_deaths_per_million": 52.667, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.211, - "stringency_index": 85.19 - }, - { - "date": "2020-09-02", - "total_cases": 36578.0, - "new_cases": 143.0, - "new_cases_smoothed": 145.571, - "total_deaths": 536.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3607.591, - "new_cases_per_million": 14.104, - "new_cases_smoothed_per_million": 14.357, - "total_deaths_per_million": 52.864, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.211, - "stringency_index": 85.19 - }, - { - "date": "2020-09-03", - "total_cases": 36732.0, - "new_cases": 154.0, - "new_cases_smoothed": 146.429, - "total_deaths": 538.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3622.78, - "new_cases_per_million": 15.189, - "new_cases_smoothed_per_million": 14.442, - "total_deaths_per_million": 53.062, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 85.19 - }, - { - "date": "2020-09-04", - "total_cases": 36899.0, - "new_cases": 167.0, - "new_cases_smoothed": 150.714, - "total_deaths": 541.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3639.251, - "new_cases_per_million": 16.471, - "new_cases_smoothed_per_million": 14.865, - "total_deaths_per_million": 53.357, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 85.19 - }, - { - "date": "2020-09-05", - "total_cases": 37031.0, - "new_cases": 132.0, - "new_cases_smoothed": 149.286, - "total_deaths": 543.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3652.27, - "new_cases_per_million": 13.019, - "new_cases_smoothed_per_million": 14.724, - "total_deaths_per_million": 53.555, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 85.19 - }, - { - "date": "2020-09-06", - "total_cases": 37192.0, - "new_cases": 161.0, - "new_cases_smoothed": 145.429, - "total_deaths": 545.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3668.149, - "new_cases_per_million": 15.879, - "new_cases_smoothed_per_million": 14.343, - "total_deaths_per_million": 53.752, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 82.41 - }, - { - "date": "2020-09-07", - "total_cases": 37329.0, - "new_cases": 137.0, - "new_cases_smoothed": 145.714, - "total_deaths": 548.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3681.66, - "new_cases_per_million": 13.512, - "new_cases_smoothed_per_million": 14.371, - "total_deaths_per_million": 54.048, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 82.41 - }, - { - "date": "2020-09-08", - "total_cases": 37418.0, - "new_cases": 89.0, - "new_cases_smoothed": 140.429, - "total_deaths": 551.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3690.438, - "new_cases_per_million": 8.778, - "new_cases_smoothed_per_million": 13.85, - "total_deaths_per_million": 54.344, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 82.41 - }, - { - "date": "2020-09-09", - "total_cases": 37557.0, - "new_cases": 139.0, - "new_cases_smoothed": 139.857, - "total_deaths": 552.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3704.148, - "new_cases_per_million": 13.709, - "new_cases_smoothed_per_million": 13.794, - "total_deaths_per_million": 54.442, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 82.41 - }, - { - "date": "2020-09-10", - "total_cases": 37732.0, - "new_cases": 175.0, - "new_cases_smoothed": 142.857, - "total_deaths": 555.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3721.407, - "new_cases_per_million": 17.26, - "new_cases_smoothed_per_million": 14.09, - "total_deaths_per_million": 54.738, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 82.41 - }, - { - "date": "2020-09-11", - "total_cases": 37874.0, - "new_cases": 142.0, - "new_cases_smoothed": 139.286, - "total_deaths": 556.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3735.412, - "new_cases_per_million": 14.005, - "new_cases_smoothed_per_million": 13.737, - "total_deaths_per_million": 54.837, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.211, - "stringency_index": 82.41 - }, - { - "date": "2020-09-12", - "total_cases": 38037.0, - "new_cases": 163.0, - "new_cases_smoothed": 143.714, - "total_deaths": 557.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3751.489, - "new_cases_per_million": 16.076, - "new_cases_smoothed_per_million": 14.174, - "total_deaths_per_million": 54.935, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 82.41 - }, - { - "date": "2020-09-13", - "total_cases": 38172.0, - "new_cases": 135.0, - "new_cases_smoothed": 140.0, - "total_deaths": 559.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3764.803, - "new_cases_per_million": 13.315, - "new_cases_smoothed_per_million": 13.808, - "total_deaths_per_million": 55.133, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 82.41 - }, - { - "date": "2020-09-14", - "total_cases": 38327.0, - "new_cases": 155.0, - "new_cases_smoothed": 142.571, - "total_deaths": 562.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3780.091, - "new_cases_per_million": 15.287, - "new_cases_smoothed_per_million": 14.061, - "total_deaths_per_million": 55.429, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 82.41 - }, - { - "date": "2020-09-15", - "total_cases": 38403.0, - "new_cases": 76.0, - "new_cases_smoothed": 140.714, - "total_deaths": 564.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3787.586, - "new_cases_per_million": 7.496, - "new_cases_smoothed_per_million": 13.878, - "total_deaths_per_million": 55.626, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 78.7 - }, - { - "date": "2020-09-16", - "total_cases": 38517.0, - "new_cases": 114.0, - "new_cases_smoothed": 137.143, - "total_deaths": 566.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3798.83, - "new_cases_per_million": 11.244, - "new_cases_smoothed_per_million": 13.526, - "total_deaths_per_million": 55.823, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 78.7 - }, - { - "date": "2020-09-17", - "total_cases": 38658.0, - "new_cases": 141.0, - "new_cases_smoothed": 132.286, - "total_deaths": 569.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3812.736, - "new_cases_per_million": 13.906, - "new_cases_smoothed_per_million": 13.047, - "total_deaths_per_million": 56.119, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 78.7 - }, - { - "date": "2020-09-18", - "total_cases": 38777.0, - "new_cases": 119.0, - "new_cases_smoothed": 129.0, - "total_deaths": 571.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3824.473, - "new_cases_per_million": 11.737, - "new_cases_smoothed_per_million": 12.723, - "total_deaths_per_million": 56.316, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.211 - }, - { - "date": "2020-09-19", - "total_cases": 38894.0, - "new_cases": 117.0, - "new_cases_smoothed": 122.429, - "total_deaths": 572.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3836.012, - "new_cases_per_million": 11.539, - "new_cases_smoothed_per_million": 12.075, - "total_deaths_per_million": 56.415, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.211 - }, - { - "date": "2020-09-20", - "total_cases": 39042.0, - "new_cases": 148.0, - "new_cases_smoothed": 124.286, - "total_deaths": 574.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3850.609, - "new_cases_per_million": 14.597, - "new_cases_smoothed_per_million": 12.258, - "total_deaths_per_million": 56.612, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.211 - }, - { - "date": "2020-09-21", - "total_cases": 39188.0, - "new_cases": 146.0, - "new_cases_smoothed": 123.0, - "total_deaths": 575.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3865.009, - "new_cases_per_million": 14.4, - "new_cases_smoothed_per_million": 12.131, - "total_deaths_per_million": 56.711, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.183 - }, - { - "date": "2020-09-22", - "total_cases": 39280.0, - "new_cases": 92.0, - "new_cases_smoothed": 125.286, - "total_deaths": 576.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3874.082, - "new_cases_per_million": 9.074, - "new_cases_smoothed_per_million": 12.357, - "total_deaths_per_million": 56.809, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.169 - }, - { - "date": "2020-09-23", - "total_cases": 39378.0, - "new_cases": 98.0, - "new_cases_smoothed": 123.0, - "total_deaths": 578.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3883.748, - "new_cases_per_million": 9.665, - "new_cases_smoothed_per_million": 12.131, - "total_deaths_per_million": 57.007, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.169 - }, - { - "date": "2020-09-24", - "total_cases": 39524.0, - "new_cases": 146.0, - "new_cases_smoothed": 123.714, - "total_deaths": 580.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 3898.148, - "new_cases_per_million": 14.4, - "new_cases_smoothed_per_million": 12.202, - "total_deaths_per_million": 57.204, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.155 - }, - { - "date": "2020-09-25", - "total_cases": 39686.0, - "new_cases": 162.0, - "new_cases_smoothed": 129.857, - "total_deaths": 581.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 3914.125, - "new_cases_per_million": 15.978, - "new_cases_smoothed_per_million": 12.807, - "total_deaths_per_million": 57.302, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.141 - } - ] - }, - "BDI": { - "continent": "Africa", - "location": "Burundi", - "population": 11890781.0, - "population_density": 423.062, - "median_age": 17.5, - "aged_65_older": 2.562, - "aged_70_older": 1.504, - "gdp_per_capita": 702.225, - "extreme_poverty": 71.7, - "cardiovasc_death_rate": 293.068, - "diabetes_prevalence": 6.05, - "handwashing_facilities": 6.144, - "hospital_beds_per_thousand": 0.8, - "life_expectancy": 61.58, - "human_development_index": 0.417, - "data": [ - { - "date": "2020-04-01", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.168, - "new_cases_per_million": 0.168, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-02", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.168, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-03", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.084, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-04", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-05", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-06", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-07", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-08", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-09", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-10", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-11", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-12", - "total_cases": 5.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-13", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-14", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-15", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-16", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-17", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-18", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.505, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-19", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-20", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-21", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 13.89 - }, - { - "date": "2020-04-22", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-23", - "total_cases": 11.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.925, - "new_cases_per_million": 0.42, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-24", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.925, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-25", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.009, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-26", - "total_cases": 15.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-27", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-28", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-29", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-04-30", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-01", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-02", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-03", - "total_cases": 19.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.336, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-04", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-05", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-06", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-07", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-08", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-09", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-10", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-11", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-12", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-13", - "total_cases": 27.0, - "new_cases": 8.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.271, - "new_cases_per_million": 0.673, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-14", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.271, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-15", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.271, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-16", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.271, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-17", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.271, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-18", - "total_cases": 42.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 1.261, - "new_cases_smoothed_per_million": 0.276, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-19", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.276, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-20", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-21", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-22", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-23", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-24", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-25", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-26", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-27", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-28", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-29", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-30", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-05-31", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-01", - "total_cases": 63.0, - "new_cases": 21.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-02", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-03", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-04", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-05", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-06", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-07", - "total_cases": 83.0, - "new_cases": 20.0, - "new_cases_smoothed": 5.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.98, - "new_cases_per_million": 1.682, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-08", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.24, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-09", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.24, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-10", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.24, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-11", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.24, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-12", - "total_cases": 94.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.905, - "new_cases_per_million": 0.925, - "new_cases_smoothed_per_million": 0.372, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-13", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.905, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.372, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-14", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.905, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.132, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-15", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.905, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.132, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-16", - "total_cases": 104.0, - "new_cases": 10.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.746, - "new_cases_per_million": 0.841, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-17", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.746, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-18", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.746, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-19", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.746, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-20", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.746, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-21", - "total_cases": 144.0, - "new_cases": 40.0, - "new_cases_smoothed": 7.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 3.364, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-22", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-23", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.481, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-24", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.481, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-25", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.481, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-26", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.481, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-27", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.481, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-28", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-29", - "total_cases": 170.0, - "new_cases": 26.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.297, - "new_cases_per_million": 2.187, - "new_cases_smoothed_per_million": 0.312, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-06-30", - "total_cases": 170.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.297, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.312, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-01", - "total_cases": 170.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.297, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.312, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-02", - "total_cases": 170.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.297, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.312, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-03", - "total_cases": 170.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.297, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.312, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-04", - "total_cases": 191.0, - "new_cases": 21.0, - "new_cases_smoothed": 6.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 0.565, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-05", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.565, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-06", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-07", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-08", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-09", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-10", - "total_cases": 219.0, - "new_cases": 28.0, - "new_cases_smoothed": 7.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.418, - "new_cases_per_million": 2.355, - "new_cases_smoothed_per_million": 0.589, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-11", - "total_cases": 226.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.006, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 0.42, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-12", - "total_cases": 250.0, - "new_cases": 24.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.025, - "new_cases_per_million": 2.018, - "new_cases_smoothed_per_million": 0.709, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-13", - "total_cases": 250.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.025, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.709, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-14", - "total_cases": 269.0, - "new_cases": 19.0, - "new_cases_smoothed": 11.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.623, - "new_cases_per_million": 1.598, - "new_cases_smoothed_per_million": 0.937, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-15", - "total_cases": 269.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.623, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.937, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-16", - "total_cases": 269.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.623, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.937, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-17", - "total_cases": 303.0, - "new_cases": 34.0, - "new_cases_smoothed": 12.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.482, - "new_cases_per_million": 2.859, - "new_cases_smoothed_per_million": 1.009, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-18", - "total_cases": 310.0, - "new_cases": 7.0, - "new_cases_smoothed": 12.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.071, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 1.009, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-19", - "total_cases": 310.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.071, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.721, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-20", - "total_cases": 310.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.071, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.721, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-21", - "total_cases": 322.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.08, - "new_cases_per_million": 1.009, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-22", - "total_cases": 328.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.584, - "new_cases_per_million": 0.505, - "new_cases_smoothed_per_million": 0.709, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-23", - "total_cases": 328.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.709, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-24", - "total_cases": 345.0, - "new_cases": 17.0, - "new_cases_smoothed": 6.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.014, - "new_cases_per_million": 1.43, - "new_cases_smoothed_per_million": 0.505, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-25", - "total_cases": 345.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.014, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.42, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-26", - "total_cases": 361.0, - "new_cases": 16.0, - "new_cases_smoothed": 7.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.36, - "new_cases_per_million": 1.346, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-27", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.36, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-28", - "total_cases": 378.0, - "new_cases": 17.0, - "new_cases_smoothed": 8.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.789, - "new_cases_per_million": 1.43, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-29", - "total_cases": 378.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.789, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-30", - "total_cases": 387.0, - "new_cases": 9.0, - "new_cases_smoothed": 8.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 32.546, - "new_cases_per_million": 0.757, - "new_cases_smoothed_per_million": 0.709, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-07-31", - "total_cases": 387.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 32.546, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.505, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-08-01", - "total_cases": 391.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 32.883, - "new_cases_per_million": 0.336, - "new_cases_smoothed_per_million": 0.553, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-02", - "total_cases": 395.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.219, - "new_cases_per_million": 0.336, - "new_cases_smoothed_per_million": 0.408, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-03", - "total_cases": 395.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.219, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.408, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-04", - "total_cases": 395.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.219, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-05", - "total_cases": 395.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.219, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-06", - "total_cases": 400.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.64, - "new_cases_per_million": 0.42, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-07", - "total_cases": 400.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.64, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-08", - "total_cases": 405.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.06, - "new_cases_per_million": 0.42, - "new_cases_smoothed_per_million": 0.168, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-09", - "total_cases": 408.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.312, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-10", - "total_cases": 408.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-11", - "total_cases": 408.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-12", - "total_cases": 408.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.312, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-13", - "total_cases": 410.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.48, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-14", - "total_cases": 410.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-15", - "total_cases": 412.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.649, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.084, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-16", - "total_cases": 412.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.649, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-17", - "total_cases": 413.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.733, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-18", - "total_cases": 413.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.733, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-19", - "total_cases": 416.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.985, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-20", - "total_cases": 422.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.49, - "new_cases_per_million": 0.505, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-21", - "total_cases": 422.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.49, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-22", - "total_cases": 426.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.826, - "new_cases_per_million": 0.336, - "new_cases_smoothed_per_million": 0.168, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-23", - "total_cases": 429.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.078, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-24", - "total_cases": 429.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.192, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-25", - "total_cases": 430.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.162, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-26", - "total_cases": 430.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.162, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.168, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-27", - "total_cases": 430.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.162, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-28", - "total_cases": 431.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.247, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-29", - "total_cases": 433.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.415, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.084, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-30", - "total_cases": 439.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.919, - "new_cases_per_million": 0.505, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-08-31", - "total_cases": 445.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.424, - "new_cases_per_million": 0.505, - "new_cases_smoothed_per_million": 0.192, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-01", - "total_cases": 445.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-02", - "total_cases": 445.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.18, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-03", - "total_cases": 448.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.676, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.216, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-04", - "total_cases": 448.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.676, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-05", - "total_cases": 451.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.929, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.216, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-06", - "total_cases": 460.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.685, - "new_cases_per_million": 0.757, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-07", - "total_cases": 462.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.854, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.204, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-08", - "total_cases": 466.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.19, - "new_cases_per_million": 0.336, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-09", - "total_cases": 466.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.19, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-10", - "total_cases": 466.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.19, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.216, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-11", - "total_cases": 469.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.442, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-12", - "total_cases": 469.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.442, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.216, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-13", - "total_cases": 471.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.611, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.132, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-14", - "total_cases": 472.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.695, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-15", - "total_cases": 472.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.695, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-16", - "total_cases": 472.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.695, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-17", - "total_cases": 472.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.695, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-18", - "total_cases": 473.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.779, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-19", - "total_cases": 473.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.779, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-20", - "total_cases": 473.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.779, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-21", - "total_cases": 473.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.779, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-09-22", - "total_cases": 474.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.863, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 474.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 476.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.031, - "new_cases_per_million": 0.168, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 477.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.115, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 0.084, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BEL": { - "continent": "Europe", - "location": "Belgium", - "population": 11589616.0, - "population_density": 375.564, - "median_age": 41.8, - "aged_65_older": 18.571, - "aged_70_older": 12.849, - "gdp_per_capita": 42658.576, - "extreme_poverty": 0.2, - "cardiovasc_death_rate": 114.898, - "diabetes_prevalence": 4.29, - "female_smokers": 25.1, - "male_smokers": 31.4, - "hospital_beds_per_thousand": 5.64, - "life_expectancy": 81.63, - "human_development_index": 0.916, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-04", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.086, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-05", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-06", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-07", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-08", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-09", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-10", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-11", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-12", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-13", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-14", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-15", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-16", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-17", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-18", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-19", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-20", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-21", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-22", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-23", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-24", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 82.0, - "total_tests": 82.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.007, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "total_cases": 19.0, - "new_cases": 18.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.639, - "new_cases_per_million": 1.553, - "new_cases_smoothed_per_million": 0.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 317.0, - "total_tests": 399.0, - "total_tests_per_thousand": 0.034, - "new_tests_per_thousand": 0.027, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 38.0, - "new_cases": 19.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.279, - "new_cases_per_million": 1.639, - "new_cases_smoothed_per_million": 0.456, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 538.0, - "total_tests": 937.0, - "total_tests_per_thousand": 0.081, - "new_tests_per_thousand": 0.046, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 72.0, - "new_cases": 34.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.212, - "new_cases_per_million": 2.934, - "new_cases_smoothed_per_million": 0.875, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 701.0, - "total_tests": 1638.0, - "total_tests_per_thousand": 0.141, - "new_tests_per_thousand": 0.06, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-05", - "total_cases": 125.0, - "new_cases": 53.0, - "new_cases_smoothed": 17.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.786, - "new_cases_per_million": 4.573, - "new_cases_smoothed_per_million": 1.528, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 773.0, - "total_tests": 2411.0, - "total_tests_per_thousand": 0.208, - "new_tests_per_thousand": 0.067, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-06", - "total_cases": 206.0, - "new_cases": 81.0, - "new_cases_smoothed": 29.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.775, - "new_cases_per_million": 6.989, - "new_cases_smoothed_per_million": 2.527, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1119.0, - "total_tests": 3530.0, - "total_tests_per_thousand": 0.305, - "new_tests_per_thousand": 0.097, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-07", - "total_cases": 316.0, - "new_cases": 110.0, - "new_cases_smoothed": 45.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.266, - "new_cases_per_million": 9.491, - "new_cases_smoothed_per_million": 3.883, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 475.0, - "total_tests": 4005.0, - "total_tests_per_thousand": 0.346, - "new_tests_per_thousand": 0.041, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-08", - "total_cases": 343.0, - "new_cases": 27.0, - "new_cases_smoothed": 48.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.595, - "new_cases_per_million": 2.33, - "new_cases_smoothed_per_million": 4.216, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 483.0, - "total_tests": 4488.0, - "total_tests_per_thousand": 0.387, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 629.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 12.874, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-09", - "total_cases": 407.0, - "new_cases": 64.0, - "new_cases_smoothed": 55.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.118, - "new_cases_per_million": 5.522, - "new_cases_smoothed_per_million": 4.783, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 610.0, - "total_tests": 5098.0, - "total_tests_per_thousand": 0.44, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 671.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 12.106, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-03-10", - "total_cases": 501.0, - "new_cases": 94.0, - "new_cases_smoothed": 66.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.228, - "new_cases_per_million": 8.111, - "new_cases_smoothed_per_million": 5.707, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 804.0, - "total_tests": 5902.0, - "total_tests_per_thousand": 0.509, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 709.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 10.719000000000001, - "positive_rate": 0.09300000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-11", - "total_cases": 600.0, - "new_cases": 99.0, - "new_cases_smoothed": 75.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 51.77, - "new_cases_per_million": 8.542, - "new_cases_smoothed_per_million": 6.508, - "total_deaths_per_million": 0.086, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.012, - "new_tests": 1108.0, - "total_tests": 7010.0, - "total_tests_per_thousand": 0.605, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 767.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_per_case": 10.169, - "positive_rate": 0.098, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-12", - "total_cases": 774.0, - "new_cases": 174.0, - "new_cases_smoothed": 92.714, - "total_deaths": 4.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 66.784, - "new_cases_per_million": 15.013, - "new_cases_smoothed_per_million": 8.0, - "total_deaths_per_million": 0.345, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 1438.0, - "total_tests": 8448.0, - "total_tests_per_thousand": 0.729, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 862.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 9.297, - "positive_rate": 0.10800000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-13", - "total_cases": 1024.0, - "new_cases": 250.0, - "new_cases_smoothed": 116.857, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 88.355, - "new_cases_per_million": 21.571, - "new_cases_smoothed_per_million": 10.083, - "total_deaths_per_million": 0.431, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 2524.0, - "total_tests": 10972.0, - "total_tests_per_thousand": 0.947, - "new_tests_per_thousand": 0.218, - "new_tests_smoothed": 1063.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 9.097000000000001, - "positive_rate": 0.11, - "tests_units": "tests performed", - "stringency_index": 23.15 - }, - { - "date": "2020-03-14", - "total_cases": 1362.0, - "new_cases": 338.0, - "new_cases_smoothed": 149.429, - "total_deaths": 8.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 117.519, - "new_cases_per_million": 29.164, - "new_cases_smoothed_per_million": 12.893, - "total_deaths_per_million": 0.69, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 2171.0, - "total_tests": 13143.0, - "total_tests_per_thousand": 1.134, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 1305.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_per_case": 8.732999999999999, - "positive_rate": 0.115, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-03-15", - "total_cases": 1541.0, - "new_cases": 179.0, - "new_cases_smoothed": 171.143, - "total_deaths": 13.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 132.964, - "new_cases_per_million": 15.445, - "new_cases_smoothed_per_million": 14.767, - "total_deaths_per_million": 1.122, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 1269.0, - "total_tests": 14412.0, - "total_tests_per_thousand": 1.244, - "new_tests_per_thousand": 0.109, - "new_tests_smoothed": 1418.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_per_case": 8.285, - "positive_rate": 0.121, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-03-16", - "total_cases": 1755.0, - "new_cases": 214.0, - "new_cases_smoothed": 192.571, - "total_deaths": 19.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 151.429, - "new_cases_per_million": 18.465, - "new_cases_smoothed_per_million": 16.616, - "total_deaths_per_million": 1.639, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 1892.0, - "total_tests": 16304.0, - "total_tests_per_thousand": 1.407, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 1601.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_per_case": 8.314, - "positive_rate": 0.12, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-03-17", - "total_cases": 2142.0, - "new_cases": 387.0, - "new_cases_smoothed": 234.429, - "total_deaths": 30.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 184.821, - "new_cases_per_million": 33.392, - "new_cases_smoothed_per_million": 20.227, - "total_deaths_per_million": 2.589, - "new_deaths_per_million": 0.949, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 2255.0, - "total_tests": 18559.0, - "total_tests_per_thousand": 1.601, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 1808.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_per_case": 7.712000000000001, - "positive_rate": 0.13, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-03-18", - "total_cases": 2564.0, - "new_cases": 422.0, - "new_cases_smoothed": 280.571, - "total_deaths": 40.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 221.233, - "new_cases_per_million": 36.412, - "new_cases_smoothed_per_million": 24.209, - "total_deaths_per_million": 3.451, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.481, - "new_tests": 2714.0, - "total_tests": 21273.0, - "total_tests_per_thousand": 1.836, - "new_tests_per_thousand": 0.234, - "new_tests_smoothed": 2038.0, - "new_tests_smoothed_per_thousand": 0.176, - "tests_per_case": 7.263999999999999, - "positive_rate": 0.138, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-19", - "total_cases": 3098.0, - "new_cases": 534.0, - "new_cases_smoothed": 332.0, - "total_deaths": 62.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 267.308, - "new_cases_per_million": 46.076, - "new_cases_smoothed_per_million": 28.646, - "total_deaths_per_million": 5.35, - "new_deaths_per_million": 1.898, - "new_deaths_smoothed_per_million": 0.715, - "new_tests": 3395.0, - "total_tests": 24668.0, - "total_tests_per_thousand": 2.128, - "new_tests_per_thousand": 0.293, - "new_tests_smoothed": 2317.0, - "new_tests_smoothed_per_thousand": 0.2, - "tests_per_case": 6.979, - "positive_rate": 0.14300000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-20", - "total_cases": 3811.0, - "new_cases": 713.0, - "new_cases_smoothed": 398.143, - "total_deaths": 95.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 328.829, - "new_cases_per_million": 61.521, - "new_cases_smoothed_per_million": 34.353, - "total_deaths_per_million": 8.197, - "new_deaths_per_million": 2.847, - "new_deaths_smoothed_per_million": 1.109, - "new_tests": 3120.0, - "total_tests": 27788.0, - "total_tests_per_thousand": 2.398, - "new_tests_per_thousand": 0.269, - "new_tests_smoothed": 2402.0, - "new_tests_smoothed_per_thousand": 0.207, - "tests_per_case": 6.0329999999999995, - "positive_rate": 0.166, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-21", - "total_cases": 4473.0, - "new_cases": 662.0, - "new_cases_smoothed": 444.429, - "total_deaths": 130.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 385.949, - "new_cases_per_million": 57.12, - "new_cases_smoothed_per_million": 38.347, - "total_deaths_per_million": 11.217, - "new_deaths_per_million": 3.02, - "new_deaths_smoothed_per_million": 1.504, - "new_tests": 2276.0, - "total_tests": 30064.0, - "total_tests_per_thousand": 2.594, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 2417.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_per_case": 5.438, - "positive_rate": 0.184, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-22", - "total_cases": 4943.0, - "new_cases": 470.0, - "new_cases_smoothed": 486.0, - "total_deaths": 170.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 22.429, - "total_cases_per_million": 426.502, - "new_cases_per_million": 40.554, - "new_cases_smoothed_per_million": 41.934, - "total_deaths_per_million": 14.668, - "new_deaths_per_million": 3.451, - "new_deaths_smoothed_per_million": 1.935, - "new_tests": 1414.0, - "total_tests": 31478.0, - "total_tests_per_thousand": 2.716, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 2438.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 5.016, - "positive_rate": 0.19899999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-23", - "total_cases": 5429.0, - "new_cases": 486.0, - "new_cases_smoothed": 524.857, - "total_deaths": 217.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 28.286, - "total_cases_per_million": 468.437, - "new_cases_per_million": 41.934, - "new_cases_smoothed_per_million": 45.287, - "total_deaths_per_million": 18.724, - "new_deaths_per_million": 4.055, - "new_deaths_smoothed_per_million": 2.441, - "new_tests": 3322.0, - "total_tests": 34800.0, - "total_tests_per_thousand": 3.003, - "new_tests_per_thousand": 0.287, - "new_tests_smoothed": 2642.0, - "new_tests_smoothed_per_thousand": 0.228, - "tests_per_case": 5.034, - "positive_rate": 0.19899999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-24", - "total_cases": 6757.0, - "new_cases": 1328.0, - "new_cases_smoothed": 659.286, - "total_deaths": 295.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 37.857, - "total_cases_per_million": 583.022, - "new_cases_per_million": 114.585, - "new_cases_smoothed_per_million": 56.886, - "total_deaths_per_million": 25.454, - "new_deaths_per_million": 6.73, - "new_deaths_smoothed_per_million": 3.266, - "new_tests": 3975.0, - "total_tests": 38775.0, - "total_tests_per_thousand": 3.346, - "new_tests_per_thousand": 0.343, - "new_tests_smoothed": 2888.0, - "new_tests_smoothed_per_thousand": 0.249, - "tests_per_case": 4.38, - "positive_rate": 0.228, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-25", - "total_cases": 7952.0, - "new_cases": 1195.0, - "new_cases_smoothed": 769.714, - "total_deaths": 371.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 47.286, - "total_cases_per_million": 686.131, - "new_cases_per_million": 103.11, - "new_cases_smoothed_per_million": 66.414, - "total_deaths_per_million": 32.011, - "new_deaths_per_million": 6.558, - "new_deaths_smoothed_per_million": 4.08, - "new_tests": 4282.0, - "total_tests": 43057.0, - "total_tests_per_thousand": 3.715, - "new_tests_per_thousand": 0.369, - "new_tests_smoothed": 3112.0, - "new_tests_smoothed_per_thousand": 0.269, - "tests_per_case": 4.043, - "positive_rate": 0.247, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-26", - "total_cases": 9151.0, - "new_cases": 1199.0, - "new_cases_smoothed": 864.714, - "total_deaths": 478.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 59.429, - "total_cases_per_million": 789.586, - "new_cases_per_million": 103.455, - "new_cases_smoothed_per_million": 74.611, - "total_deaths_per_million": 41.244, - "new_deaths_per_million": 9.232, - "new_deaths_smoothed_per_million": 5.128, - "new_tests": 4363.0, - "total_tests": 47420.0, - "total_tests_per_thousand": 4.092, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 3250.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 3.758, - "positive_rate": 0.266, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-27", - "total_cases": 10514.0, - "new_cases": 1363.0, - "new_cases_smoothed": 957.571, - "total_deaths": 580.0, - "new_deaths": 102.0, - "new_deaths_smoothed": 69.286, - "total_cases_per_million": 907.191, - "new_cases_per_million": 117.605, - "new_cases_smoothed_per_million": 82.623, - "total_deaths_per_million": 50.045, - "new_deaths_per_million": 8.801, - "new_deaths_smoothed_per_million": 5.978, - "new_tests": 4930.0, - "total_tests": 52350.0, - "total_tests_per_thousand": 4.517, - "new_tests_per_thousand": 0.425, - "new_tests_smoothed": 3509.0, - "new_tests_smoothed_per_thousand": 0.303, - "tests_per_case": 3.6639999999999997, - "positive_rate": 0.273, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-28", - "total_cases": 12032.0, - "new_cases": 1518.0, - "new_cases_smoothed": 1079.857, - "total_deaths": 708.0, - "new_deaths": 128.0, - "new_deaths_smoothed": 82.571, - "total_cases_per_million": 1038.171, - "new_cases_per_million": 130.979, - "new_cases_smoothed_per_million": 93.175, - "total_deaths_per_million": 61.089, - "new_deaths_per_million": 11.044, - "new_deaths_smoothed_per_million": 7.125, - "new_tests": 3850.0, - "total_tests": 56200.0, - "total_tests_per_thousand": 4.849, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 3734.0, - "new_tests_smoothed_per_thousand": 0.322, - "tests_per_case": 3.458, - "positive_rate": 0.289, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-29", - "total_cases": 12876.0, - "new_cases": 844.0, - "new_cases_smoothed": 1133.286, - "total_deaths": 849.0, - "new_deaths": 141.0, - "new_deaths_smoothed": 97.0, - "total_cases_per_million": 1110.995, - "new_cases_per_million": 72.824, - "new_cases_smoothed_per_million": 97.785, - "total_deaths_per_million": 73.255, - "new_deaths_per_million": 12.166, - "new_deaths_smoothed_per_million": 8.37, - "new_tests": 2419.0, - "total_tests": 58619.0, - "total_tests_per_thousand": 5.058, - "new_tests_per_thousand": 0.209, - "new_tests_smoothed": 3877.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 3.4210000000000003, - "positive_rate": 0.292, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-30", - "total_cases": 13559.0, - "new_cases": 683.0, - "new_cases_smoothed": 1161.429, - "total_deaths": 998.0, - "new_deaths": 149.0, - "new_deaths_smoothed": 111.571, - "total_cases_per_million": 1169.927, - "new_cases_per_million": 58.932, - "new_cases_smoothed_per_million": 100.213, - "total_deaths_per_million": 86.112, - "new_deaths_per_million": 12.856, - "new_deaths_smoothed_per_million": 9.627, - "new_tests": 4101.0, - "total_tests": 62720.0, - "total_tests_per_thousand": 5.412, - "new_tests_per_thousand": 0.354, - "new_tests_smoothed": 3989.0, - "new_tests_smoothed_per_thousand": 0.344, - "tests_per_case": 3.435, - "positive_rate": 0.29100000000000004, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-31", - "total_cases": 15297.0, - "new_cases": 1738.0, - "new_cases_smoothed": 1220.0, - "total_deaths": 1168.0, - "new_deaths": 170.0, - "new_deaths_smoothed": 124.714, - "total_cases_per_million": 1319.888, - "new_cases_per_million": 149.962, - "new_cases_smoothed_per_million": 105.267, - "total_deaths_per_million": 100.78, - "new_deaths_per_million": 14.668, - "new_deaths_smoothed_per_million": 10.761, - "new_tests": 6432.0, - "total_tests": 69152.0, - "total_tests_per_thousand": 5.967, - "new_tests_per_thousand": 0.555, - "new_tests_smoothed": 4340.0, - "new_tests_smoothed_per_thousand": 0.374, - "tests_per_case": 3.557, - "positive_rate": 0.281, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-01", - "total_cases": 16978.0, - "new_cases": 1681.0, - "new_cases_smoothed": 1289.429, - "total_deaths": 1376.0, - "new_deaths": 208.0, - "new_deaths_smoothed": 143.571, - "total_cases_per_million": 1464.932, - "new_cases_per_million": 145.044, - "new_cases_smoothed_per_million": 111.257, - "total_deaths_per_million": 118.727, - "new_deaths_per_million": 17.947, - "new_deaths_smoothed_per_million": 12.388, - "new_tests": 5891.0, - "total_tests": 75043.0, - "total_tests_per_thousand": 6.475, - "new_tests_per_thousand": 0.508, - "new_tests_smoothed": 4569.0, - "new_tests_smoothed_per_thousand": 0.394, - "tests_per_case": 3.543, - "positive_rate": 0.282, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-02", - "total_cases": 18494.0, - "new_cases": 1516.0, - "new_cases_smoothed": 1334.714, - "total_deaths": 1608.0, - "new_deaths": 232.0, - "new_deaths_smoothed": 161.429, - "total_cases_per_million": 1595.739, - "new_cases_per_million": 130.807, - "new_cases_smoothed_per_million": 115.165, - "total_deaths_per_million": 138.745, - "new_deaths_per_million": 20.018, - "new_deaths_smoothed_per_million": 13.929, - "new_tests": 6088.0, - "total_tests": 81131.0, - "total_tests_per_thousand": 7.0, - "new_tests_per_thousand": 0.525, - "new_tests_smoothed": 4816.0, - "new_tests_smoothed_per_thousand": 0.416, - "tests_per_case": 3.608, - "positive_rate": 0.27699999999999997, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-03", - "total_cases": 19973.0, - "new_cases": 1479.0, - "new_cases_smoothed": 1351.286, - "total_deaths": 1827.0, - "new_deaths": 219.0, - "new_deaths_smoothed": 178.143, - "total_cases_per_million": 1723.353, - "new_cases_per_million": 127.614, - "new_cases_smoothed_per_million": 116.595, - "total_deaths_per_million": 157.641, - "new_deaths_per_million": 18.896, - "new_deaths_smoothed_per_million": 15.371, - "new_tests": 6718.0, - "total_tests": 87849.0, - "total_tests_per_thousand": 7.58, - "new_tests_per_thousand": 0.58, - "new_tests_smoothed": 5071.0, - "new_tests_smoothed_per_thousand": 0.438, - "tests_per_case": 3.753, - "positive_rate": 0.266, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-04", - "total_cases": 21667.0, - "new_cases": 1694.0, - "new_cases_smoothed": 1376.429, - "total_deaths": 2063.0, - "new_deaths": 236.0, - "new_deaths_smoothed": 193.571, - "total_cases_per_million": 1869.518, - "new_cases_per_million": 146.165, - "new_cases_smoothed_per_million": 118.764, - "total_deaths_per_million": 178.004, - "new_deaths_per_million": 20.363, - "new_deaths_smoothed_per_million": 16.702, - "new_tests": 5368.0, - "total_tests": 93217.0, - "total_tests_per_thousand": 8.043, - "new_tests_per_thousand": 0.463, - "new_tests_smoothed": 5288.0, - "new_tests_smoothed_per_thousand": 0.456, - "tests_per_case": 3.842, - "positive_rate": 0.26, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-05", - "total_cases": 22589.0, - "new_cases": 922.0, - "new_cases_smoothed": 1387.571, - "total_deaths": 2333.0, - "new_deaths": 270.0, - "new_deaths_smoothed": 212.0, - "total_cases_per_million": 1949.072, - "new_cases_per_million": 79.554, - "new_cases_smoothed_per_million": 119.725, - "total_deaths_per_million": 201.301, - "new_deaths_per_million": 23.297, - "new_deaths_smoothed_per_million": 18.292, - "new_tests": 3828.0, - "total_tests": 97045.0, - "total_tests_per_thousand": 8.373, - "new_tests_per_thousand": 0.33, - "new_tests_smoothed": 5489.0, - "new_tests_smoothed_per_thousand": 0.474, - "tests_per_case": 3.9560000000000004, - "positive_rate": 0.253, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-06", - "total_cases": 23254.0, - "new_cases": 665.0, - "new_cases_smoothed": 1385.0, - "total_deaths": 2579.0, - "new_deaths": 246.0, - "new_deaths_smoothed": 225.857, - "total_cases_per_million": 2006.451, - "new_cases_per_million": 57.379, - "new_cases_smoothed_per_million": 119.504, - "total_deaths_per_million": 222.527, - "new_deaths_per_million": 21.226, - "new_deaths_smoothed_per_million": 19.488, - "new_tests": 5840.0, - "total_tests": 102885.0, - "total_tests_per_thousand": 8.877, - "new_tests_per_thousand": 0.504, - "new_tests_smoothed": 5738.0, - "new_tests_smoothed_per_thousand": 0.495, - "tests_per_case": 4.143, - "positive_rate": 0.24100000000000002, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-07", - "total_cases": 25188.0, - "new_cases": 1934.0, - "new_cases_smoothed": 1413.0, - "total_deaths": 2836.0, - "new_deaths": 257.0, - "new_deaths_smoothed": 238.286, - "total_cases_per_million": 2173.325, - "new_cases_per_million": 166.874, - "new_cases_smoothed_per_million": 121.919, - "total_deaths_per_million": 244.702, - "new_deaths_per_million": 22.175, - "new_deaths_smoothed_per_million": 20.56, - "new_tests": 7509.0, - "total_tests": 110394.0, - "total_tests_per_thousand": 9.525, - "new_tests_per_thousand": 0.648, - "new_tests_smoothed": 5892.0, - "new_tests_smoothed_per_thousand": 0.508, - "tests_per_case": 4.17, - "positive_rate": 0.24, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-08", - "total_cases": 26703.0, - "new_cases": 1515.0, - "new_cases_smoothed": 1389.286, - "total_deaths": 3113.0, - "new_deaths": 277.0, - "new_deaths_smoothed": 248.143, - "total_cases_per_million": 2304.045, - "new_cases_per_million": 130.72, - "new_cases_smoothed_per_million": 119.873, - "total_deaths_per_million": 268.603, - "new_deaths_per_million": 23.901, - "new_deaths_smoothed_per_million": 21.411, - "new_tests": 7972.0, - "total_tests": 118366.0, - "total_tests_per_thousand": 10.213, - "new_tests_per_thousand": 0.688, - "new_tests_smoothed": 6189.0, - "new_tests_smoothed_per_thousand": 0.534, - "tests_per_case": 4.455, - "positive_rate": 0.22399999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-09", - "total_cases": 28301.0, - "new_cases": 1598.0, - "new_cases_smoothed": 1401.0, - "total_deaths": 3434.0, - "new_deaths": 321.0, - "new_deaths_smoothed": 260.857, - "total_cases_per_million": 2441.927, - "new_cases_per_million": 137.882, - "new_cases_smoothed_per_million": 120.884, - "total_deaths_per_million": 296.3, - "new_deaths_per_million": 27.697, - "new_deaths_smoothed_per_million": 22.508, - "new_tests": 8225.0, - "total_tests": 126591.0, - "total_tests_per_thousand": 10.923, - "new_tests_per_thousand": 0.71, - "new_tests_smoothed": 6494.0, - "new_tests_smoothed_per_thousand": 0.56, - "tests_per_case": 4.635, - "positive_rate": 0.21600000000000003, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-10", - "total_cases": 30540.0, - "new_cases": 2239.0, - "new_cases_smoothed": 1509.571, - "total_deaths": 3705.0, - "new_deaths": 271.0, - "new_deaths_smoothed": 268.286, - "total_cases_per_million": 2635.118, - "new_cases_per_million": 193.19, - "new_cases_smoothed_per_million": 130.252, - "total_deaths_per_million": 319.683, - "new_deaths_per_million": 23.383, - "new_deaths_smoothed_per_million": 23.149, - "new_tests": 8538.0, - "total_tests": 135129.0, - "total_tests_per_thousand": 11.659, - "new_tests_per_thousand": 0.737, - "new_tests_smoothed": 6754.0, - "new_tests_smoothed_per_thousand": 0.583, - "tests_per_case": 4.474, - "positive_rate": 0.22399999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-11", - "total_cases": 32876.0, - "new_cases": 2336.0, - "new_cases_smoothed": 1601.286, - "total_deaths": 4007.0, - "new_deaths": 302.0, - "new_deaths_smoothed": 277.714, - "total_cases_per_million": 2836.677, - "new_cases_per_million": 201.56, - "new_cases_smoothed_per_million": 138.166, - "total_deaths_per_million": 345.741, - "new_deaths_per_million": 26.058, - "new_deaths_smoothed_per_million": 23.962, - "new_tests": 8152.0, - "total_tests": 143281.0, - "total_tests_per_thousand": 12.363, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 7152.0, - "new_tests_smoothed_per_thousand": 0.617, - "tests_per_case": 4.466, - "positive_rate": 0.22399999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-12", - "total_cases": 33905.0, - "new_cases": 1029.0, - "new_cases_smoothed": 1616.571, - "total_deaths": 4292.0, - "new_deaths": 285.0, - "new_deaths_smoothed": 279.857, - "total_cases_per_million": 2925.464, - "new_cases_per_million": 88.786, - "new_cases_smoothed_per_million": 139.484, - "total_deaths_per_million": 370.332, - "new_deaths_per_million": 24.591, - "new_deaths_smoothed_per_million": 24.147, - "new_tests": 7287.0, - "total_tests": 150568.0, - "total_tests_per_thousand": 12.992, - "new_tests_per_thousand": 0.629, - "new_tests_smoothed": 7646.0, - "new_tests_smoothed_per_thousand": 0.66, - "tests_per_case": 4.73, - "positive_rate": 0.21100000000000002, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-13", - "total_cases": 34429.0, - "new_cases": 524.0, - "new_cases_smoothed": 1596.429, - "total_deaths": 4557.0, - "new_deaths": 265.0, - "new_deaths_smoothed": 282.571, - "total_cases_per_million": 2970.677, - "new_cases_per_million": 45.213, - "new_cases_smoothed_per_million": 137.746, - "total_deaths_per_million": 393.197, - "new_deaths_per_million": 22.865, - "new_deaths_smoothed_per_million": 24.381, - "new_tests": 6700.0, - "total_tests": 157268.0, - "total_tests_per_thousand": 13.57, - "new_tests_per_thousand": 0.578, - "new_tests_smoothed": 7769.0, - "new_tests_smoothed_per_thousand": 0.67, - "tests_per_case": 4.8660000000000005, - "positive_rate": 0.205, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-14", - "total_cases": 34966.0, - "new_cases": 537.0, - "new_cases_smoothed": 1396.857, - "total_deaths": 4834.0, - "new_deaths": 277.0, - "new_deaths_smoothed": 285.429, - "total_cases_per_million": 3017.011, - "new_cases_per_million": 46.335, - "new_cases_smoothed_per_million": 120.527, - "total_deaths_per_million": 417.098, - "new_deaths_per_million": 23.901, - "new_deaths_smoothed_per_million": 24.628, - "new_tests": 8163.0, - "total_tests": 165431.0, - "total_tests_per_thousand": 14.274, - "new_tests_per_thousand": 0.704, - "new_tests_smoothed": 7862.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 5.627999999999999, - "positive_rate": 0.17800000000000002, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-15", - "total_cases": 36526.0, - "new_cases": 1560.0, - "new_cases_smoothed": 1403.286, - "total_deaths": 5095.0, - "new_deaths": 261.0, - "new_deaths_smoothed": 283.143, - "total_cases_per_million": 3151.614, - "new_cases_per_million": 134.603, - "new_cases_smoothed_per_million": 121.081, - "total_deaths_per_million": 439.618, - "new_deaths_per_million": 22.52, - "new_deaths_smoothed_per_million": 24.431, - "new_tests": 10984.0, - "total_tests": 176415.0, - "total_tests_per_thousand": 15.222, - "new_tests_per_thousand": 0.948, - "new_tests_smoothed": 8293.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 5.91, - "positive_rate": 0.16899999999999998, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-16", - "total_cases": 38159.0, - "new_cases": 1633.0, - "new_cases_smoothed": 1408.286, - "total_deaths": 5375.0, - "new_deaths": 280.0, - "new_deaths_smoothed": 277.286, - "total_cases_per_million": 3292.516, - "new_cases_per_million": 140.902, - "new_cases_smoothed_per_million": 121.513, - "total_deaths_per_million": 463.777, - "new_deaths_per_million": 24.16, - "new_deaths_smoothed_per_million": 23.925, - "new_tests": 10743.0, - "total_tests": 187158.0, - "total_tests_per_thousand": 16.149, - "new_tests_per_thousand": 0.927, - "new_tests_smoothed": 8652.0, - "new_tests_smoothed_per_thousand": 0.747, - "tests_per_case": 6.144, - "positive_rate": 0.163, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-17", - "total_cases": 39833.0, - "new_cases": 1674.0, - "new_cases_smoothed": 1327.571, - "total_deaths": 5621.0, - "new_deaths": 246.0, - "new_deaths_smoothed": 273.714, - "total_cases_per_million": 3436.956, - "new_cases_per_million": 144.44, - "new_cases_smoothed_per_million": 114.548, - "total_deaths_per_million": 485.003, - "new_deaths_per_million": 21.226, - "new_deaths_smoothed_per_million": 23.617, - "new_tests": 11303.0, - "total_tests": 198461.0, - "total_tests_per_thousand": 17.124, - "new_tests_per_thousand": 0.975, - "new_tests_smoothed": 9047.0, - "new_tests_smoothed_per_thousand": 0.781, - "tests_per_case": 6.815, - "positive_rate": 0.147, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-18", - "total_cases": 41227.0, - "new_cases": 1394.0, - "new_cases_smoothed": 1193.0, - "total_deaths": 5826.0, - "new_deaths": 205.0, - "new_deaths_smoothed": 259.857, - "total_cases_per_million": 3557.236, - "new_cases_per_million": 120.28, - "new_cases_smoothed_per_million": 102.937, - "total_deaths_per_million": 502.691, - "new_deaths_per_million": 17.688, - "new_deaths_smoothed_per_million": 22.422, - "new_tests": 10344.0, - "total_tests": 208805.0, - "total_tests_per_thousand": 18.017, - "new_tests_per_thousand": 0.893, - "new_tests_smoothed": 9361.0, - "new_tests_smoothed_per_thousand": 0.808, - "tests_per_case": 7.847, - "positive_rate": 0.127, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-19", - "total_cases": 41949.0, - "new_cases": 722.0, - "new_cases_smoothed": 1149.143, - "total_deaths": 6034.0, - "new_deaths": 208.0, - "new_deaths_smoothed": 248.857, - "total_cases_per_million": 3619.533, - "new_cases_per_million": 62.297, - "new_cases_smoothed_per_million": 99.153, - "total_deaths_per_million": 520.638, - "new_deaths_per_million": 17.947, - "new_deaths_smoothed_per_million": 21.472, - "new_tests": 7207.0, - "total_tests": 216012.0, - "total_tests_per_thousand": 18.638, - "new_tests_per_thousand": 0.622, - "new_tests_smoothed": 9349.0, - "new_tests_smoothed_per_thousand": 0.807, - "tests_per_case": 8.136000000000001, - "positive_rate": 0.12300000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-20", - "total_cases": 42392.0, - "new_cases": 443.0, - "new_cases_smoothed": 1137.571, - "total_deaths": 6224.0, - "new_deaths": 190.0, - "new_deaths_smoothed": 238.143, - "total_cases_per_million": 3657.757, - "new_cases_per_million": 38.224, - "new_cases_smoothed_per_million": 98.154, - "total_deaths_per_million": 537.032, - "new_deaths_per_million": 16.394, - "new_deaths_smoothed_per_million": 20.548, - "new_tests": 11919.0, - "total_tests": 227931.0, - "total_tests_per_thousand": 19.667, - "new_tests_per_thousand": 1.028, - "new_tests_smoothed": 10095.0, - "new_tests_smoothed_per_thousand": 0.871, - "tests_per_case": 8.874, - "positive_rate": 0.113, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-21", - "total_cases": 43668.0, - "new_cases": 1276.0, - "new_cases_smoothed": 1243.143, - "total_deaths": 6430.0, - "new_deaths": 206.0, - "new_deaths_smoothed": 228.0, - "total_cases_per_million": 3767.856, - "new_cases_per_million": 110.099, - "new_cases_smoothed_per_million": 107.264, - "total_deaths_per_million": 554.807, - "new_deaths_per_million": 17.775, - "new_deaths_smoothed_per_million": 19.673, - "new_tests": 10879.0, - "total_tests": 238810.0, - "total_tests_per_thousand": 20.606, - "new_tests_per_thousand": 0.939, - "new_tests_smoothed": 10483.0, - "new_tests_smoothed_per_thousand": 0.905, - "tests_per_case": 8.433, - "positive_rate": 0.11900000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-22", - "total_cases": 44938.0, - "new_cases": 1270.0, - "new_cases_smoothed": 1201.714, - "total_deaths": 6633.0, - "new_deaths": 203.0, - "new_deaths_smoothed": 219.714, - "total_cases_per_million": 3877.436, - "new_cases_per_million": 109.581, - "new_cases_smoothed_per_million": 103.689, - "total_deaths_per_million": 572.323, - "new_deaths_per_million": 17.516, - "new_deaths_smoothed_per_million": 18.958, - "new_tests": 15601.0, - "total_tests": 254411.0, - "total_tests_per_thousand": 21.952, - "new_tests_per_thousand": 1.346, - "new_tests_smoothed": 11142.0, - "new_tests_smoothed_per_thousand": 0.961, - "tests_per_case": 9.272, - "positive_rate": 0.10800000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-23", - "total_cases": 45715.0, - "new_cases": 777.0, - "new_cases_smoothed": 1079.429, - "total_deaths": 6814.0, - "new_deaths": 181.0, - "new_deaths_smoothed": 205.571, - "total_cases_per_million": 3944.479, - "new_cases_per_million": 67.043, - "new_cases_smoothed_per_million": 93.138, - "total_deaths_per_million": 587.94, - "new_deaths_per_million": 15.617, - "new_deaths_smoothed_per_million": 17.738, - "new_tests": 17384.0, - "total_tests": 271795.0, - "total_tests_per_thousand": 23.452, - "new_tests_per_thousand": 1.5, - "new_tests_smoothed": 12091.0, - "new_tests_smoothed_per_thousand": 1.043, - "tests_per_case": 11.200999999999999, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-24", - "total_cases": 46691.0, - "new_cases": 976.0, - "new_cases_smoothed": 979.714, - "total_deaths": 6970.0, - "new_deaths": 156.0, - "new_deaths_smoothed": 192.714, - "total_cases_per_million": 4028.693, - "new_cases_per_million": 84.213, - "new_cases_smoothed_per_million": 84.534, - "total_deaths_per_million": 601.4, - "new_deaths_per_million": 13.46, - "new_deaths_smoothed_per_million": 16.628, - "new_tests": 19079.0, - "total_tests": 290874.0, - "total_tests_per_thousand": 25.098, - "new_tests_per_thousand": 1.646, - "new_tests_smoothed": 13202.0, - "new_tests_smoothed_per_thousand": 1.139, - "tests_per_case": 13.475, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-25", - "total_cases": 47502.0, - "new_cases": 811.0, - "new_cases_smoothed": 896.429, - "total_deaths": 7125.0, - "new_deaths": 155.0, - "new_deaths_smoothed": 185.571, - "total_cases_per_million": 4098.669, - "new_cases_per_million": 69.976, - "new_cases_smoothed_per_million": 77.348, - "total_deaths_per_million": 614.774, - "new_deaths_per_million": 13.374, - "new_deaths_smoothed_per_million": 16.012, - "new_tests": 17199.0, - "total_tests": 308073.0, - "total_tests_per_thousand": 26.582, - "new_tests_per_thousand": 1.484, - "new_tests_smoothed": 14181.0, - "new_tests_smoothed_per_thousand": 1.224, - "tests_per_case": 15.819, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-26", - "total_cases": 47890.0, - "new_cases": 388.0, - "new_cases_smoothed": 848.714, - "total_deaths": 7267.0, - "new_deaths": 142.0, - "new_deaths_smoothed": 176.143, - "total_cases_per_million": 4132.147, - "new_cases_per_million": 33.478, - "new_cases_smoothed_per_million": 73.231, - "total_deaths_per_million": 627.027, - "new_deaths_per_million": 12.252, - "new_deaths_smoothed_per_million": 15.198, - "new_tests": 13881.0, - "total_tests": 321954.0, - "total_tests_per_thousand": 27.78, - "new_tests_per_thousand": 1.198, - "new_tests_smoothed": 15135.0, - "new_tests_smoothed_per_thousand": 1.306, - "tests_per_case": 17.833, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-27", - "total_cases": 48095.0, - "new_cases": 205.0, - "new_cases_smoothed": 814.714, - "total_deaths": 7421.0, - "new_deaths": 154.0, - "new_deaths_smoothed": 171.0, - "total_cases_per_million": 4149.836, - "new_cases_per_million": 17.688, - "new_cases_smoothed_per_million": 70.297, - "total_deaths_per_million": 640.315, - "new_deaths_per_million": 13.288, - "new_deaths_smoothed_per_million": 14.755, - "new_tests": 17475.0, - "total_tests": 339429.0, - "total_tests_per_thousand": 29.287, - "new_tests_per_thousand": 1.508, - "new_tests_smoothed": 15928.0, - "new_tests_smoothed_per_thousand": 1.374, - "tests_per_case": 19.55, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-28", - "total_cases": 48850.0, - "new_cases": 755.0, - "new_cases_smoothed": 740.286, - "total_deaths": 7556.0, - "new_deaths": 135.0, - "new_deaths_smoothed": 160.857, - "total_cases_per_million": 4214.98, - "new_cases_per_million": 65.145, - "new_cases_smoothed_per_million": 63.875, - "total_deaths_per_million": 651.963, - "new_deaths_per_million": 11.648, - "new_deaths_smoothed_per_million": 13.879, - "new_tests": 20391.0, - "total_tests": 359820.0, - "total_tests_per_thousand": 31.047, - "new_tests_per_thousand": 1.759, - "new_tests_smoothed": 17287.0, - "new_tests_smoothed_per_thousand": 1.492, - "tests_per_case": 23.351999999999997, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-29", - "total_cases": 49419.0, - "new_cases": 569.0, - "new_cases_smoothed": 640.143, - "total_deaths": 7666.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 147.571, - "total_cases_per_million": 4264.076, - "new_cases_per_million": 49.096, - "new_cases_smoothed_per_million": 55.234, - "total_deaths_per_million": 661.454, - "new_deaths_per_million": 9.491, - "new_deaths_smoothed_per_million": 12.733, - "new_tests": 22681.0, - "total_tests": 382501.0, - "total_tests_per_thousand": 33.004, - "new_tests_per_thousand": 1.957, - "new_tests_smoothed": 18299.0, - "new_tests_smoothed_per_thousand": 1.579, - "tests_per_case": 28.586, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-04-30", - "total_cases": 49941.0, - "new_cases": 522.0, - "new_cases_smoothed": 603.714, - "total_deaths": 7773.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 137.0, - "total_cases_per_million": 4309.116, - "new_cases_per_million": 45.04, - "new_cases_smoothed_per_million": 52.091, - "total_deaths_per_million": 670.687, - "new_deaths_per_million": 9.232, - "new_deaths_smoothed_per_million": 11.821, - "new_tests": 24873.0, - "total_tests": 407374.0, - "total_tests_per_thousand": 35.15, - "new_tests_per_thousand": 2.146, - "new_tests_smoothed": 19368.0, - "new_tests_smoothed_per_thousand": 1.671, - "tests_per_case": 32.080999999999996, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-01", - "total_cases": 50527.0, - "new_cases": 586.0, - "new_cases_smoothed": 548.0, - "total_deaths": 7860.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 127.143, - "total_cases_per_million": 4359.679, - "new_cases_per_million": 50.563, - "new_cases_smoothed_per_million": 47.284, - "total_deaths_per_million": 678.193, - "new_deaths_per_million": 7.507, - "new_deaths_smoothed_per_million": 10.97, - "new_tests": 23657.0, - "total_tests": 431031.0, - "total_tests_per_thousand": 37.191, - "new_tests_per_thousand": 2.041, - "new_tests_smoothed": 20022.0, - "new_tests_smoothed_per_thousand": 1.728, - "tests_per_case": 36.536, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-02", - "total_cases": 50764.0, - "new_cases": 237.0, - "new_cases_smoothed": 466.0, - "total_deaths": 7953.0, - "new_deaths": 93.0, - "new_deaths_smoothed": 118.286, - "total_cases_per_million": 4380.128, - "new_cases_per_million": 20.449, - "new_cases_smoothed_per_million": 40.208, - "total_deaths_per_million": 686.218, - "new_deaths_per_million": 8.024, - "new_deaths_smoothed_per_million": 10.206, - "new_tests": 16550.0, - "total_tests": 447581.0, - "total_tests_per_thousand": 38.619, - "new_tests_per_thousand": 1.428, - "new_tests_smoothed": 19930.0, - "new_tests_smoothed_per_thousand": 1.72, - "tests_per_case": 42.768, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-03", - "total_cases": 51050.0, - "new_cases": 286.0, - "new_cases_smoothed": 451.429, - "total_deaths": 8028.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 108.714, - "total_cases_per_million": 4404.805, - "new_cases_per_million": 24.677, - "new_cases_smoothed_per_million": 38.951, - "total_deaths_per_million": 692.689, - "new_deaths_per_million": 6.471, - "new_deaths_smoothed_per_million": 9.38, - "new_tests": 13435.0, - "total_tests": 461016.0, - "total_tests_per_thousand": 39.778, - "new_tests_per_thousand": 1.159, - "new_tests_smoothed": 19866.0, - "new_tests_smoothed_per_thousand": 1.714, - "tests_per_case": 44.007, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-04", - "total_cases": 51190.0, - "new_cases": 140.0, - "new_cases_smoothed": 442.143, - "total_deaths": 8122.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 100.143, - "total_cases_per_million": 4416.885, - "new_cases_per_million": 12.08, - "new_cases_smoothed_per_million": 38.15, - "total_deaths_per_million": 700.8, - "new_deaths_per_million": 8.111, - "new_deaths_smoothed_per_million": 8.641, - "new_tests": 23238.0, - "total_tests": 484254.0, - "total_tests_per_thousand": 41.783, - "new_tests_per_thousand": 2.005, - "new_tests_smoothed": 20689.0, - "new_tests_smoothed_per_thousand": 1.785, - "tests_per_case": 46.793, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-05-05", - "total_cases": 51860.0, - "new_cases": 670.0, - "new_cases_smoothed": 430.0, - "total_deaths": 8217.0, - "new_deaths": 95.0, - "new_deaths_smoothed": 94.429, - "total_cases_per_million": 4474.695, - "new_cases_per_million": 57.81, - "new_cases_smoothed_per_million": 37.102, - "total_deaths_per_million": 708.997, - "new_deaths_per_million": 8.197, - "new_deaths_smoothed_per_million": 8.148, - "new_tests": 21525.0, - "total_tests": 505779.0, - "total_tests_per_thousand": 43.641, - "new_tests_per_thousand": 1.857, - "new_tests_smoothed": 20851.0, - "new_tests_smoothed_per_thousand": 1.799, - "tests_per_case": 48.49100000000001, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-06", - "total_cases": 52406.0, - "new_cases": 546.0, - "new_cases_smoothed": 426.714, - "total_deaths": 8298.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 90.286, - "total_cases_per_million": 4521.806, - "new_cases_per_million": 47.111, - "new_cases_smoothed_per_million": 36.819, - "total_deaths_per_million": 715.986, - "new_deaths_per_million": 6.989, - "new_deaths_smoothed_per_million": 7.79, - "new_tests": 20782.0, - "total_tests": 526561.0, - "total_tests_per_thousand": 45.434, - "new_tests_per_thousand": 1.793, - "new_tests_smoothed": 20580.0, - "new_tests_smoothed_per_thousand": 1.776, - "tests_per_case": 48.229, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-07", - "total_cases": 52958.0, - "new_cases": 552.0, - "new_cases_smoothed": 431.0, - "total_deaths": 8374.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 85.857, - "total_cases_per_million": 4569.435, - "new_cases_per_million": 47.629, - "new_cases_smoothed_per_million": 37.188, - "total_deaths_per_million": 722.543, - "new_deaths_per_million": 6.558, - "new_deaths_smoothed_per_million": 7.408, - "new_tests": 22052.0, - "total_tests": 548613.0, - "total_tests_per_thousand": 47.337, - "new_tests_per_thousand": 1.903, - "new_tests_smoothed": 20177.0, - "new_tests_smoothed_per_thousand": 1.741, - "tests_per_case": 46.81399999999999, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-08", - "total_cases": 53400.0, - "new_cases": 442.0, - "new_cases_smoothed": 410.429, - "total_deaths": 8445.0, - "new_deaths": 71.0, - "new_deaths_smoothed": 83.571, - "total_cases_per_million": 4607.573, - "new_cases_per_million": 38.138, - "new_cases_smoothed_per_million": 35.413, - "total_deaths_per_million": 728.67, - "new_deaths_per_million": 6.126, - "new_deaths_smoothed_per_million": 7.211, - "new_tests": 25889.0, - "total_tests": 574502.0, - "total_tests_per_thousand": 49.57, - "new_tests_per_thousand": 2.234, - "new_tests_smoothed": 20496.0, - "new_tests_smoothed_per_thousand": 1.768, - "tests_per_case": 49.938, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-09", - "total_cases": 53883.0, - "new_cases": 483.0, - "new_cases_smoothed": 445.571, - "total_deaths": 8519.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 80.857, - "total_cases_per_million": 4649.248, - "new_cases_per_million": 41.675, - "new_cases_smoothed_per_million": 38.446, - "total_deaths_per_million": 735.055, - "new_deaths_per_million": 6.385, - "new_deaths_smoothed_per_million": 6.977, - "new_tests": 21020.0, - "total_tests": 595522.0, - "total_tests_per_thousand": 51.384, - "new_tests_per_thousand": 1.814, - "new_tests_smoothed": 21134.0, - "new_tests_smoothed_per_thousand": 1.824, - "tests_per_case": 47.431000000000004, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-10", - "total_cases": 54123.0, - "new_cases": 240.0, - "new_cases_smoothed": 439.0, - "total_deaths": 8590.0, - "new_deaths": 71.0, - "new_deaths_smoothed": 80.286, - "total_cases_per_million": 4669.956, - "new_cases_per_million": 20.708, - "new_cases_smoothed_per_million": 37.879, - "total_deaths_per_million": 741.181, - "new_deaths_per_million": 6.126, - "new_deaths_smoothed_per_million": 6.927, - "new_tests": 12309.0, - "total_tests": 607831.0, - "total_tests_per_thousand": 52.446, - "new_tests_per_thousand": 1.062, - "new_tests_smoothed": 20974.0, - "new_tests_smoothed_per_thousand": 1.81, - "tests_per_case": 47.777, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-11", - "total_cases": 54241.0, - "new_cases": 118.0, - "new_cases_smoothed": 435.857, - "total_deaths": 8662.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 77.143, - "total_cases_per_million": 4680.138, - "new_cases_per_million": 10.182, - "new_cases_smoothed_per_million": 37.608, - "total_deaths_per_million": 747.393, - "new_deaths_per_million": 6.212, - "new_deaths_smoothed_per_million": 6.656, - "new_tests": 11057.0, - "total_tests": 618888.0, - "total_tests_per_thousand": 53.4, - "new_tests_per_thousand": 0.954, - "new_tests_smoothed": 19233.0, - "new_tests_smoothed_per_thousand": 1.66, - "tests_per_case": 44.126999999999995, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-12", - "total_cases": 54717.0, - "new_cases": 476.0, - "new_cases_smoothed": 408.143, - "total_deaths": 8727.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 72.857, - "total_cases_per_million": 4721.209, - "new_cases_per_million": 41.071, - "new_cases_smoothed_per_million": 35.216, - "total_deaths_per_million": 753.002, - "new_deaths_per_million": 5.608, - "new_deaths_smoothed_per_million": 6.286, - "new_tests": 20527.0, - "total_tests": 639415.0, - "total_tests_per_thousand": 55.171, - "new_tests_per_thousand": 1.771, - "new_tests_smoothed": 19091.0, - "new_tests_smoothed_per_thousand": 1.647, - "tests_per_case": 46.775, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-13", - "total_cases": 55112.0, - "new_cases": 395.0, - "new_cases_smoothed": 386.571, - "total_deaths": 8772.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 67.714, - "total_cases_per_million": 4755.291, - "new_cases_per_million": 34.082, - "new_cases_smoothed_per_million": 33.355, - "total_deaths_per_million": 756.884, - "new_deaths_per_million": 3.883, - "new_deaths_smoothed_per_million": 5.843, - "new_tests": 23150.0, - "total_tests": 662565.0, - "total_tests_per_thousand": 57.169, - "new_tests_per_thousand": 1.997, - "new_tests_smoothed": 19429.0, - "new_tests_smoothed_per_thousand": 1.676, - "tests_per_case": 50.26, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-14", - "total_cases": 55433.0, - "new_cases": 321.0, - "new_cases_smoothed": 353.571, - "total_deaths": 8828.0, - "new_deaths": 56.0, - "new_deaths_smoothed": 64.857, - "total_cases_per_million": 4782.988, - "new_cases_per_million": 27.697, - "new_cases_smoothed_per_million": 30.508, - "total_deaths_per_million": 761.716, - "new_deaths_per_million": 4.832, - "new_deaths_smoothed_per_million": 5.596, - "new_tests": 20293.0, - "total_tests": 682858.0, - "total_tests_per_thousand": 58.92, - "new_tests_per_thousand": 1.751, - "new_tests_smoothed": 19178.0, - "new_tests_smoothed_per_thousand": 1.655, - "tests_per_case": 54.24100000000001, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-15", - "total_cases": 55738.0, - "new_cases": 305.0, - "new_cases_smoothed": 334.0, - "total_deaths": 8871.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 60.857, - "total_cases_per_million": 4809.305, - "new_cases_per_million": 26.317, - "new_cases_smoothed_per_million": 28.819, - "total_deaths_per_million": 765.427, - "new_deaths_per_million": 3.71, - "new_deaths_smoothed_per_million": 5.251, - "new_tests": 20888.0, - "total_tests": 703746.0, - "total_tests_per_thousand": 60.722, - "new_tests_per_thousand": 1.802, - "new_tests_smoothed": 18463.0, - "new_tests_smoothed_per_thousand": 1.593, - "tests_per_case": 55.278, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-16", - "total_cases": 56084.0, - "new_cases": 346.0, - "new_cases_smoothed": 314.429, - "total_deaths": 8916.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 56.714, - "total_cases_per_million": 4839.159, - "new_cases_per_million": 29.854, - "new_cases_smoothed_per_million": 27.13, - "total_deaths_per_million": 769.309, - "new_deaths_per_million": 3.883, - "new_deaths_smoothed_per_million": 4.894, - "new_tests": 14426.0, - "total_tests": 718172.0, - "total_tests_per_thousand": 61.967, - "new_tests_per_thousand": 1.245, - "new_tests_smoothed": 17521.0, - "new_tests_smoothed_per_thousand": 1.512, - "tests_per_case": 55.723, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-17", - "total_cases": 56231.0, - "new_cases": 147.0, - "new_cases_smoothed": 301.143, - "total_deaths": 8946.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 50.857, - "total_cases_per_million": 4851.843, - "new_cases_per_million": 12.684, - "new_cases_smoothed_per_million": 25.984, - "total_deaths_per_million": 771.898, - "new_deaths_per_million": 2.589, - "new_deaths_smoothed_per_million": 4.388, - "new_tests": 10105.0, - "total_tests": 728277.0, - "total_tests_per_thousand": 62.839, - "new_tests_per_thousand": 0.872, - "new_tests_smoothed": 17207.0, - "new_tests_smoothed_per_thousand": 1.485, - "tests_per_case": 57.138999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-18", - "total_cases": 56312.0, - "new_cases": 81.0, - "new_cases_smoothed": 295.857, - "total_deaths": 8977.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 45.0, - "total_cases_per_million": 4858.832, - "new_cases_per_million": 6.989, - "new_cases_smoothed_per_million": 25.528, - "total_deaths_per_million": 774.573, - "new_deaths_per_million": 2.675, - "new_deaths_smoothed_per_million": 3.883, - "new_tests": 10710.0, - "total_tests": 738987.0, - "total_tests_per_thousand": 63.763, - "new_tests_per_thousand": 0.924, - "new_tests_smoothed": 17157.0, - "new_tests_smoothed_per_thousand": 1.48, - "tests_per_case": 57.99100000000001, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-19", - "total_cases": 56629.0, - "new_cases": 317.0, - "new_cases_smoothed": 273.143, - "total_deaths": 9014.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 4886.184, - "new_cases_per_million": 27.352, - "new_cases_smoothed_per_million": 23.568, - "total_deaths_per_million": 777.765, - "new_deaths_per_million": 3.193, - "new_deaths_smoothed_per_million": 3.538, - "new_tests": 16711.0, - "total_tests": 755698.0, - "total_tests_per_thousand": 65.205, - "new_tests_per_thousand": 1.442, - "new_tests_smoothed": 16612.0, - "new_tests_smoothed_per_thousand": 1.433, - "tests_per_case": 60.818000000000005, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-20", - "total_cases": 56921.0, - "new_cases": 292.0, - "new_cases_smoothed": 258.429, - "total_deaths": 9047.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 39.286, - "total_cases_per_million": 4911.379, - "new_cases_per_million": 25.195, - "new_cases_smoothed_per_million": 22.298, - "total_deaths_per_million": 780.613, - "new_deaths_per_million": 2.847, - "new_deaths_smoothed_per_million": 3.39, - "new_tests": 18767.0, - "total_tests": 774465.0, - "total_tests_per_thousand": 66.824, - "new_tests_per_thousand": 1.619, - "new_tests_smoothed": 15986.0, - "new_tests_smoothed_per_thousand": 1.379, - "tests_per_case": 61.858000000000004, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-21", - "total_cases": 57306.0, - "new_cases": 385.0, - "new_cases_smoothed": 267.571, - "total_deaths": 9077.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 35.571, - "total_cases_per_million": 4944.599, - "new_cases_per_million": 33.219, - "new_cases_smoothed_per_million": 23.087, - "total_deaths_per_million": 783.201, - "new_deaths_per_million": 2.589, - "new_deaths_smoothed_per_million": 3.069, - "new_tests": 9878.0, - "total_tests": 784343.0, - "total_tests_per_thousand": 67.676, - "new_tests_per_thousand": 0.852, - "new_tests_smoothed": 14498.0, - "new_tests_smoothed_per_thousand": 1.251, - "tests_per_case": 54.184, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-22", - "total_cases": 57376.0, - "new_cases": 70.0, - "new_cases_smoothed": 234.0, - "total_deaths": 9111.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 34.286, - "total_cases_per_million": 4950.639, - "new_cases_per_million": 6.04, - "new_cases_smoothed_per_million": 20.19, - "total_deaths_per_million": 786.135, - "new_deaths_per_million": 2.934, - "new_deaths_smoothed_per_million": 2.958, - "new_tests": 13281.0, - "total_tests": 797624.0, - "total_tests_per_thousand": 68.822, - "new_tests_per_thousand": 1.146, - "new_tests_smoothed": 13411.0, - "new_tests_smoothed_per_thousand": 1.157, - "tests_per_case": 57.312, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-23", - "total_cases": 57624.0, - "new_cases": 248.0, - "new_cases_smoothed": 220.0, - "total_deaths": 9152.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 4972.037, - "new_cases_per_million": 21.398, - "new_cases_smoothed_per_million": 18.983, - "total_deaths_per_million": 789.672, - "new_deaths_per_million": 3.538, - "new_deaths_smoothed_per_million": 2.909, - "new_tests": 9227.0, - "total_tests": 806851.0, - "total_tests_per_thousand": 69.618, - "new_tests_per_thousand": 0.796, - "new_tests_smoothed": 12668.0, - "new_tests_smoothed_per_thousand": 1.093, - "tests_per_case": 57.582, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-24", - "total_cases": 57747.0, - "new_cases": 123.0, - "new_cases_smoothed": 216.571, - "total_deaths": 9177.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 33.0, - "total_cases_per_million": 4982.65, - "new_cases_per_million": 10.613, - "new_cases_smoothed_per_million": 18.687, - "total_deaths_per_million": 791.83, - "new_deaths_per_million": 2.157, - "new_deaths_smoothed_per_million": 2.847, - "new_tests": 7025.0, - "total_tests": 813876.0, - "total_tests_per_thousand": 70.225, - "new_tests_per_thousand": 0.606, - "new_tests_smoothed": 12228.0, - "new_tests_smoothed_per_thousand": 1.055, - "tests_per_case": 56.461999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-25", - "total_cases": 57822.0, - "new_cases": 75.0, - "new_cases_smoothed": 215.714, - "total_deaths": 9210.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 33.286, - "total_cases_per_million": 4989.121, - "new_cases_per_million": 6.471, - "new_cases_smoothed_per_million": 18.613, - "total_deaths_per_million": 794.677, - "new_deaths_per_million": 2.847, - "new_deaths_smoothed_per_million": 2.872, - "new_tests": 9984.0, - "total_tests": 823860.0, - "total_tests_per_thousand": 71.086, - "new_tests_per_thousand": 0.861, - "new_tests_smoothed": 12125.0, - "new_tests_smoothed_per_thousand": 1.046, - "tests_per_case": 56.208999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-26", - "total_cases": 58136.0, - "new_cases": 314.0, - "new_cases_smoothed": 215.286, - "total_deaths": 9236.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 5016.215, - "new_cases_per_million": 27.093, - "new_cases_smoothed_per_million": 18.576, - "total_deaths_per_million": 796.92, - "new_deaths_per_million": 2.243, - "new_deaths_smoothed_per_million": 2.736, - "new_tests": 16225.0, - "total_tests": 840085.0, - "total_tests_per_thousand": 72.486, - "new_tests_per_thousand": 1.4, - "new_tests_smoothed": 12055.0, - "new_tests_smoothed_per_thousand": 1.04, - "tests_per_case": 55.995, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-27", - "total_cases": 58338.0, - "new_cases": 202.0, - "new_cases_smoothed": 202.429, - "total_deaths": 9260.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 30.429, - "total_cases_per_million": 5033.644, - "new_cases_per_million": 17.429, - "new_cases_smoothed_per_million": 17.466, - "total_deaths_per_million": 798.991, - "new_deaths_per_million": 2.071, - "new_deaths_smoothed_per_million": 2.626, - "new_tests": 17781.0, - "total_tests": 857866.0, - "total_tests_per_thousand": 74.02, - "new_tests_per_thousand": 1.534, - "new_tests_smoothed": 11914.0, - "new_tests_smoothed_per_thousand": 1.028, - "tests_per_case": 58.855, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-28", - "total_cases": 58520.0, - "new_cases": 182.0, - "new_cases_smoothed": 173.429, - "total_deaths": 9284.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 29.571, - "total_cases_per_million": 5049.348, - "new_cases_per_million": 15.704, - "new_cases_smoothed_per_million": 14.964, - "total_deaths_per_million": 801.062, - "new_deaths_per_million": 2.071, - "new_deaths_smoothed_per_million": 2.552, - "new_tests": 13091.0, - "total_tests": 870957.0, - "total_tests_per_thousand": 75.15, - "new_tests_per_thousand": 1.13, - "new_tests_smoothed": 12373.0, - "new_tests_smoothed_per_thousand": 1.068, - "tests_per_case": 71.343, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-29", - "total_cases": 58691.0, - "new_cases": 171.0, - "new_cases_smoothed": 187.857, - "total_deaths": 9310.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 28.429, - "total_cases_per_million": 5064.102, - "new_cases_per_million": 14.755, - "new_cases_smoothed_per_million": 16.209, - "total_deaths_per_million": 803.305, - "new_deaths_per_million": 2.243, - "new_deaths_smoothed_per_million": 2.453, - "new_tests": 13623.0, - "total_tests": 884580.0, - "total_tests_per_thousand": 76.325, - "new_tests_per_thousand": 1.175, - "new_tests_smoothed": 12422.0, - "new_tests_smoothed_per_thousand": 1.072, - "tests_per_case": 66.125, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-30", - "total_cases": 58856.0, - "new_cases": 165.0, - "new_cases_smoothed": 176.0, - "total_deaths": 9326.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 24.857, - "total_cases_per_million": 5078.339, - "new_cases_per_million": 14.237, - "new_cases_smoothed_per_million": 15.186, - "total_deaths_per_million": 804.686, - "new_deaths_per_million": 1.381, - "new_deaths_smoothed_per_million": 2.145, - "new_tests": 9730.0, - "total_tests": 894310.0, - "total_tests_per_thousand": 77.165, - "new_tests_per_thousand": 0.84, - "new_tests_smoothed": 12494.0, - "new_tests_smoothed_per_thousand": 1.078, - "tests_per_case": 70.98899999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-31", - "total_cases": 58917.0, - "new_cases": 61.0, - "new_cases_smoothed": 167.143, - "total_deaths": 9349.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 5083.602, - "new_cases_per_million": 5.263, - "new_cases_smoothed_per_million": 14.422, - "total_deaths_per_million": 806.67, - "new_deaths_per_million": 1.985, - "new_deaths_smoothed_per_million": 2.12, - "new_tests": 6795.0, - "total_tests": 901105.0, - "total_tests_per_thousand": 77.751, - "new_tests_per_thousand": 0.586, - "new_tests_smoothed": 12461.0, - "new_tests_smoothed_per_thousand": 1.075, - "tests_per_case": 74.553, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-06-01", - "total_cases": 58966.0, - "new_cases": 49.0, - "new_cases_smoothed": 163.429, - "total_deaths": 9371.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 23.0, - "total_cases_per_million": 5087.83, - "new_cases_per_million": 4.228, - "new_cases_smoothed_per_million": 14.101, - "total_deaths_per_million": 808.569, - "new_deaths_per_million": 1.898, - "new_deaths_smoothed_per_million": 1.985, - "new_tests": 5440.0, - "total_tests": 906545.0, - "total_tests_per_thousand": 78.22, - "new_tests_per_thousand": 0.469, - "new_tests_smoothed": 11812.0, - "new_tests_smoothed_per_thousand": 1.019, - "tests_per_case": 72.27600000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-06-02", - "total_cases": 59025.0, - "new_cases": 59.0, - "new_cases_smoothed": 127.0, - "total_deaths": 9392.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 5092.921, - "new_cases_per_million": 5.091, - "new_cases_smoothed_per_million": 10.958, - "total_deaths_per_million": 810.381, - "new_deaths_per_million": 1.812, - "new_deaths_smoothed_per_million": 1.923, - "new_tests": 10656.0, - "total_tests": 917201.0, - "total_tests_per_thousand": 79.14, - "new_tests_per_thousand": 0.919, - "new_tests_smoothed": 11017.0, - "new_tests_smoothed_per_thousand": 0.951, - "tests_per_case": 86.74799999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-06-03", - "total_cases": 59206.0, - "new_cases": 181.0, - "new_cases_smoothed": 124.0, - "total_deaths": 9415.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 5108.539, - "new_cases_per_million": 15.617, - "new_cases_smoothed_per_million": 10.699, - "total_deaths_per_million": 812.365, - "new_deaths_per_million": 1.985, - "new_deaths_smoothed_per_million": 1.911, - "new_tests": 14806.0, - "total_tests": 932007.0, - "total_tests_per_thousand": 80.417, - "new_tests_per_thousand": 1.278, - "new_tests_smoothed": 10592.0, - "new_tests_smoothed_per_thousand": 0.914, - "tests_per_case": 85.419, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-06-04", - "total_cases": 59365.0, - "new_cases": 159.0, - "new_cases_smoothed": 120.714, - "total_deaths": 9435.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 5122.258, - "new_cases_per_million": 13.719, - "new_cases_smoothed_per_million": 10.416, - "total_deaths_per_million": 814.091, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 1.861, - "new_tests": 12844.0, - "total_tests": 944851.0, - "total_tests_per_thousand": 81.526, - "new_tests_per_thousand": 1.108, - "new_tests_smoothed": 10556.0, - "new_tests_smoothed_per_thousand": 0.911, - "tests_per_case": 87.446, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-06-05", - "total_cases": 59537.0, - "new_cases": 172.0, - "new_cases_smoothed": 120.857, - "total_deaths": 9449.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 19.857, - "total_cases_per_million": 5137.099, - "new_cases_per_million": 14.841, - "new_cases_smoothed_per_million": 10.428, - "total_deaths_per_million": 815.299, - "new_deaths_per_million": 1.208, - "new_deaths_smoothed_per_million": 1.713, - "new_tests": 13085.0, - "total_tests": 957936.0, - "total_tests_per_thousand": 82.655, - "new_tests_per_thousand": 1.129, - "new_tests_smoothed": 10479.0, - "new_tests_smoothed_per_thousand": 0.904, - "tests_per_case": 86.706, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-06", - "total_cases": 59691.0, - "new_cases": 154.0, - "new_cases_smoothed": 119.286, - "total_deaths": 9461.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 5150.386, - "new_cases_per_million": 13.288, - "new_cases_smoothed_per_million": 10.292, - "total_deaths_per_million": 816.334, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 1.664, - "new_tests": 11867.0, - "total_tests": 969803.0, - "total_tests_per_thousand": 83.679, - "new_tests_per_thousand": 1.024, - "new_tests_smoothed": 10785.0, - "new_tests_smoothed_per_thousand": 0.931, - "tests_per_case": 90.413, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-07", - "total_cases": 59760.0, - "new_cases": 69.0, - "new_cases_smoothed": 120.429, - "total_deaths": 9472.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 5156.34, - "new_cases_per_million": 5.954, - "new_cases_smoothed_per_million": 10.391, - "total_deaths_per_million": 817.283, - "new_deaths_per_million": 0.949, - "new_deaths_smoothed_per_million": 1.516, - "new_tests": 7309.0, - "total_tests": 977112.0, - "total_tests_per_thousand": 84.309, - "new_tests_per_thousand": 0.631, - "new_tests_smoothed": 10858.0, - "new_tests_smoothed_per_thousand": 0.937, - "tests_per_case": 90.161, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-08", - "total_cases": 59813.0, - "new_cases": 53.0, - "new_cases_smoothed": 121.0, - "total_deaths": 9484.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 5160.913, - "new_cases_per_million": 4.573, - "new_cases_smoothed_per_million": 10.44, - "total_deaths_per_million": 818.319, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 1.393, - "new_tests": 11013.0, - "total_tests": 988125.0, - "total_tests_per_thousand": 85.26, - "new_tests_per_thousand": 0.95, - "new_tests_smoothed": 11654.0, - "new_tests_smoothed_per_thousand": 1.006, - "tests_per_case": 96.314, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-09", - "total_cases": 59965.0, - "new_cases": 152.0, - "new_cases_smoothed": 134.286, - "total_deaths": 9493.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 5174.028, - "new_cases_per_million": 13.115, - "new_cases_smoothed_per_million": 11.587, - "total_deaths_per_million": 819.095, - "new_deaths_per_million": 0.777, - "new_deaths_smoothed_per_million": 1.245, - "new_tests": 15088.0, - "total_tests": 1003213.0, - "total_tests_per_thousand": 86.561, - "new_tests_per_thousand": 1.302, - "new_tests_smoothed": 12287.0, - "new_tests_smoothed_per_thousand": 1.06, - "tests_per_case": 91.499, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-10", - "total_cases": 60110.0, - "new_cases": 145.0, - "new_cases_smoothed": 129.143, - "total_deaths": 9505.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 5186.539, - "new_cases_per_million": 12.511, - "new_cases_smoothed_per_million": 11.143, - "total_deaths_per_million": 820.131, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 1.109, - "new_tests": 14328.0, - "total_tests": 1017541.0, - "total_tests_per_thousand": 87.798, - "new_tests_per_thousand": 1.236, - "new_tests_smoothed": 12219.0, - "new_tests_smoothed_per_thousand": 1.054, - "tests_per_case": 94.616, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-11", - "total_cases": 60229.0, - "new_cases": 119.0, - "new_cases_smoothed": 123.429, - "total_deaths": 9517.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 5196.807, - "new_cases_per_million": 10.268, - "new_cases_smoothed_per_million": 10.65, - "total_deaths_per_million": 821.166, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 1.011, - "new_tests": 13945.0, - "total_tests": 1031486.0, - "total_tests_per_thousand": 89.001, - "new_tests_per_thousand": 1.203, - "new_tests_smoothed": 12376.0, - "new_tests_smoothed_per_thousand": 1.068, - "tests_per_case": 100.26899999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-12", - "total_cases": 60324.0, - "new_cases": 95.0, - "new_cases_smoothed": 112.429, - "total_deaths": 9524.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 5205.004, - "new_cases_per_million": 8.197, - "new_cases_smoothed_per_million": 9.701, - "total_deaths_per_million": 821.77, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 13744.0, - "total_tests": 1045230.0, - "total_tests_per_thousand": 90.187, - "new_tests_per_thousand": 1.186, - "new_tests_smoothed": 12471.0, - "new_tests_smoothed_per_thousand": 1.076, - "tests_per_case": 110.92399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-13", - "total_cases": 60413.0, - "new_cases": 89.0, - "new_cases_smoothed": 103.143, - "total_deaths": 9534.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 5212.683, - "new_cases_per_million": 7.679, - "new_cases_smoothed_per_million": 8.9, - "total_deaths_per_million": 822.633, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.9, - "new_tests": 12524.0, - "total_tests": 1057754.0, - "total_tests_per_thousand": 91.267, - "new_tests_per_thousand": 1.081, - "new_tests_smoothed": 12564.0, - "new_tests_smoothed_per_thousand": 1.084, - "tests_per_case": 121.81200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-14", - "total_cases": 60462.0, - "new_cases": 49.0, - "new_cases_smoothed": 100.286, - "total_deaths": 9539.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 5216.911, - "new_cases_per_million": 4.228, - "new_cases_smoothed_per_million": 8.653, - "total_deaths_per_million": 823.064, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.826, - "new_tests": 6245.0, - "total_tests": 1063999.0, - "total_tests_per_thousand": 91.806, - "new_tests_per_thousand": 0.539, - "new_tests_smoothed": 12412.0, - "new_tests_smoothed_per_thousand": 1.071, - "tests_per_case": 123.766, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-15", - "total_cases": 60484.0, - "new_cases": 22.0, - "new_cases_smoothed": 95.857, - "total_deaths": 9542.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 5218.81, - "new_cases_per_million": 1.898, - "new_cases_smoothed_per_million": 8.271, - "total_deaths_per_million": 823.323, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.715, - "new_tests": 11905.0, - "total_tests": 1075904.0, - "total_tests_per_thousand": 92.833, - "new_tests_per_thousand": 1.027, - "new_tests_smoothed": 12540.0, - "new_tests_smoothed_per_thousand": 1.082, - "tests_per_case": 130.82, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-16", - "total_cases": 60631.0, - "new_cases": 147.0, - "new_cases_smoothed": 95.143, - "total_deaths": 9550.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 5231.493, - "new_cases_per_million": 12.684, - "new_cases_smoothed_per_million": 8.209, - "total_deaths_per_million": 824.013, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.703, - "new_tests": 15197.0, - "total_tests": 1091101.0, - "total_tests_per_thousand": 94.145, - "new_tests_per_thousand": 1.311, - "new_tests_smoothed": 12555.0, - "new_tests_smoothed_per_thousand": 1.083, - "tests_per_case": 131.959, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-17", - "total_cases": 60730.0, - "new_cases": 99.0, - "new_cases_smoothed": 88.571, - "total_deaths": 9557.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 5240.036, - "new_cases_per_million": 8.542, - "new_cases_smoothed_per_million": 7.642, - "total_deaths_per_million": 824.617, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.641, - "new_tests": 15321.0, - "total_tests": 1106422.0, - "total_tests_per_thousand": 95.467, - "new_tests_per_thousand": 1.322, - "new_tests_smoothed": 12697.0, - "new_tests_smoothed_per_thousand": 1.096, - "tests_per_case": 143.35299999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-18", - "total_cases": 60853.0, - "new_cases": 123.0, - "new_cases_smoothed": 89.143, - "total_deaths": 9564.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 5250.649, - "new_cases_per_million": 10.613, - "new_cases_smoothed_per_million": 7.692, - "total_deaths_per_million": 825.221, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 13963.0, - "total_tests": 1120385.0, - "total_tests_per_thousand": 96.671, - "new_tests_per_thousand": 1.205, - "new_tests_smoothed": 12700.0, - "new_tests_smoothed_per_thousand": 1.096, - "tests_per_case": 142.468, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-19", - "total_cases": 60961.0, - "new_cases": 108.0, - "new_cases_smoothed": 91.0, - "total_deaths": 9569.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 5259.967, - "new_cases_per_million": 9.319, - "new_cases_smoothed_per_million": 7.852, - "total_deaths_per_million": 825.653, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 13404.0, - "total_tests": 1133789.0, - "total_tests_per_thousand": 97.828, - "new_tests_per_thousand": 1.157, - "new_tests_smoothed": 12651.0, - "new_tests_smoothed_per_thousand": 1.092, - "tests_per_case": 139.02200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-20", - "total_cases": 61082.0, - "new_cases": 121.0, - "new_cases_smoothed": 95.571, - "total_deaths": 9573.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 5270.408, - "new_cases_per_million": 10.44, - "new_cases_smoothed_per_million": 8.246, - "total_deaths_per_million": 825.998, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.481, - "new_tests": 12541.0, - "total_tests": 1146330.0, - "total_tests_per_thousand": 98.91, - "new_tests_per_thousand": 1.082, - "new_tests_smoothed": 12654.0, - "new_tests_smoothed_per_thousand": 1.092, - "tests_per_case": 132.404, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-21", - "total_cases": 61132.0, - "new_cases": 50.0, - "new_cases_smoothed": 95.714, - "total_deaths": 9576.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 5274.722, - "new_cases_per_million": 4.314, - "new_cases_smoothed_per_million": 8.259, - "total_deaths_per_million": 826.257, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.456, - "new_tests": 6602.0, - "total_tests": 1152932.0, - "total_tests_per_thousand": 99.48, - "new_tests_per_thousand": 0.57, - "new_tests_smoothed": 12705.0, - "new_tests_smoothed_per_thousand": 1.096, - "tests_per_case": 132.739, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-22", - "total_cases": 61152.0, - "new_cases": 20.0, - "new_cases_smoothed": 95.429, - "total_deaths": 9585.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 5276.447, - "new_cases_per_million": 1.726, - "new_cases_smoothed_per_million": 8.234, - "total_deaths_per_million": 827.033, - "new_deaths_per_million": 0.777, - "new_deaths_smoothed_per_million": 0.53, - "new_tests": 11130.0, - "total_tests": 1164062.0, - "total_tests_per_thousand": 100.44, - "new_tests_per_thousand": 0.96, - "new_tests_smoothed": 12594.0, - "new_tests_smoothed_per_thousand": 1.087, - "tests_per_case": 131.97299999999998, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-23", - "total_cases": 61295.0, - "new_cases": 143.0, - "new_cases_smoothed": 94.857, - "total_deaths": 9597.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 5288.786, - "new_cases_per_million": 12.339, - "new_cases_smoothed_per_million": 8.185, - "total_deaths_per_million": 828.069, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 17391.0, - "total_tests": 1181453.0, - "total_tests_per_thousand": 101.941, - "new_tests_per_thousand": 1.501, - "new_tests_smoothed": 12907.0, - "new_tests_smoothed_per_thousand": 1.114, - "tests_per_case": 136.06799999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-24", - "total_cases": 61405.0, - "new_cases": 110.0, - "new_cases_smoothed": 96.429, - "total_deaths": 9601.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 5298.277, - "new_cases_per_million": 9.491, - "new_cases_smoothed_per_million": 8.32, - "total_deaths_per_million": 828.414, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.542, - "new_tests": 18469.0, - "total_tests": 1199922.0, - "total_tests_per_thousand": 103.534, - "new_tests_per_thousand": 1.594, - "new_tests_smoothed": 13357.0, - "new_tests_smoothed_per_thousand": 1.152, - "tests_per_case": 138.517, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-25", - "total_cases": 61505.0, - "new_cases": 100.0, - "new_cases_smoothed": 93.143, - "total_deaths": 9604.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 5306.906, - "new_cases_per_million": 8.628, - "new_cases_smoothed_per_million": 8.037, - "total_deaths_per_million": 828.673, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 15206.0, - "total_tests": 1215128.0, - "total_tests_per_thousand": 104.846, - "new_tests_per_thousand": 1.312, - "new_tests_smoothed": 13535.0, - "new_tests_smoothed_per_thousand": 1.168, - "tests_per_case": 145.314, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-26", - "total_cases": 61581.0, - "new_cases": 76.0, - "new_cases_smoothed": 88.571, - "total_deaths": 9609.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 5313.463, - "new_cases_per_million": 6.558, - "new_cases_smoothed_per_million": 7.642, - "total_deaths_per_million": 829.104, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 14557.0, - "total_tests": 1229685.0, - "total_tests_per_thousand": 106.102, - "new_tests_per_thousand": 1.256, - "new_tests_smoothed": 13699.0, - "new_tests_smoothed_per_thousand": 1.182, - "tests_per_case": 154.666, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-27", - "total_cases": 61694.0, - "new_cases": 113.0, - "new_cases_smoothed": 87.429, - "total_deaths": 9611.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 5323.213, - "new_cases_per_million": 9.75, - "new_cases_smoothed_per_million": 7.544, - "total_deaths_per_million": 829.277, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.468, - "new_tests": 10952.0, - "total_tests": 1240637.0, - "total_tests_per_thousand": 107.047, - "new_tests_per_thousand": 0.945, - "new_tests_smoothed": 13472.0, - "new_tests_smoothed_per_thousand": 1.162, - "tests_per_case": 154.092, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-28", - "total_cases": 61735.0, - "new_cases": 41.0, - "new_cases_smoothed": 86.143, - "total_deaths": 9619.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 5326.751, - "new_cases_per_million": 3.538, - "new_cases_smoothed_per_million": 7.433, - "total_deaths_per_million": 829.967, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.53, - "new_tests": 6184.0, - "total_tests": 1246821.0, - "total_tests_per_thousand": 107.581, - "new_tests_per_thousand": 0.534, - "new_tests_smoothed": 13413.0, - "new_tests_smoothed_per_thousand": 1.157, - "tests_per_case": 155.70600000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-29", - "total_cases": 61759.0, - "new_cases": 24.0, - "new_cases_smoothed": 86.714, - "total_deaths": 9624.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 5328.822, - "new_cases_per_million": 2.071, - "new_cases_smoothed_per_million": 7.482, - "total_deaths_per_million": 830.399, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.481, - "new_tests": 11999.0, - "total_tests": 1258820.0, - "total_tests_per_thousand": 108.616, - "new_tests_per_thousand": 1.035, - "new_tests_smoothed": 13537.0, - "new_tests_smoothed_per_thousand": 1.168, - "tests_per_case": 156.11, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-06-30", - "total_cases": 61886.0, - "new_cases": 127.0, - "new_cases_smoothed": 84.429, - "total_deaths": 9627.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 5339.78, - "new_cases_per_million": 10.958, - "new_cases_smoothed_per_million": 7.285, - "total_deaths_per_million": 830.657, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 16066.0, - "total_tests": 1274886.0, - "total_tests_per_thousand": 110.002, - "new_tests_per_thousand": 1.386, - "new_tests_smoothed": 13348.0, - "new_tests_smoothed_per_thousand": 1.152, - "tests_per_case": 158.09799999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-07-01", - "total_cases": 61986.0, - "new_cases": 100.0, - "new_cases_smoothed": 83.0, - "total_deaths": 9635.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 5348.408, - "new_cases_per_million": 8.628, - "new_cases_smoothed_per_million": 7.162, - "total_deaths_per_million": 831.348, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.419, - "new_tests": 15176.0, - "total_tests": 1290062.0, - "total_tests_per_thousand": 111.312, - "new_tests_per_thousand": 1.309, - "new_tests_smoothed": 12877.0, - "new_tests_smoothed_per_thousand": 1.111, - "tests_per_case": 155.145, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-02", - "total_cases": 62121.0, - "new_cases": 135.0, - "new_cases_smoothed": 88.0, - "total_deaths": 9637.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 5360.057, - "new_cases_per_million": 11.648, - "new_cases_smoothed_per_million": 7.593, - "total_deaths_per_million": 831.52, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.407, - "new_tests": 13611.0, - "total_tests": 1303673.0, - "total_tests_per_thousand": 112.486, - "new_tests_per_thousand": 1.174, - "new_tests_smoothed": 12649.0, - "new_tests_smoothed_per_thousand": 1.091, - "tests_per_case": 143.739, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-03", - "total_cases": 62214.0, - "new_cases": 93.0, - "new_cases_smoothed": 90.429, - "total_deaths": 9642.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 5368.081, - "new_cases_per_million": 8.024, - "new_cases_smoothed_per_million": 7.803, - "total_deaths_per_million": 831.952, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.407, - "new_tests": 12377.0, - "total_tests": 1316050.0, - "total_tests_per_thousand": 113.554, - "new_tests_per_thousand": 1.068, - "new_tests_smoothed": 12338.0, - "new_tests_smoothed_per_thousand": 1.065, - "tests_per_case": 136.439, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-04", - "total_cases": 62308.0, - "new_cases": 94.0, - "new_cases_smoothed": 87.714, - "total_deaths": 9644.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 5376.192, - "new_cases_per_million": 8.111, - "new_cases_smoothed_per_million": 7.568, - "total_deaths_per_million": 832.124, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.407, - "new_tests": 10003.0, - "total_tests": 1326053.0, - "total_tests_per_thousand": 114.417, - "new_tests_per_thousand": 0.863, - "new_tests_smoothed": 12202.0, - "new_tests_smoothed_per_thousand": 1.053, - "tests_per_case": 139.111, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-05", - "total_cases": 62372.0, - "new_cases": 64.0, - "new_cases_smoothed": 91.0, - "total_deaths": 9647.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 5381.714, - "new_cases_per_million": 5.522, - "new_cases_smoothed_per_million": 7.852, - "total_deaths_per_million": 832.383, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 5801.0, - "total_tests": 1331854.0, - "total_tests_per_thousand": 114.918, - "new_tests_per_thousand": 0.501, - "new_tests_smoothed": 12148.0, - "new_tests_smoothed_per_thousand": 1.048, - "tests_per_case": 133.495, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-06", - "total_cases": 62396.0, - "new_cases": 24.0, - "new_cases_smoothed": 91.0, - "total_deaths": 9649.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 5383.785, - "new_cases_per_million": 2.071, - "new_cases_smoothed_per_million": 7.852, - "total_deaths_per_million": 832.556, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 10721.0, - "total_tests": 1342575.0, - "total_tests_per_thousand": 115.843, - "new_tests_per_thousand": 0.925, - "new_tests_smoothed": 11965.0, - "new_tests_smoothed_per_thousand": 1.032, - "tests_per_case": 131.484, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-07", - "total_cases": 62508.0, - "new_cases": 112.0, - "new_cases_smoothed": 88.857, - "total_deaths": 9650.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 5393.449, - "new_cases_per_million": 9.664, - "new_cases_smoothed_per_million": 7.667, - "total_deaths_per_million": 832.642, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.284, - "new_tests": 13926.0, - "total_tests": 1356501.0, - "total_tests_per_thousand": 117.045, - "new_tests_per_thousand": 1.202, - "new_tests_smoothed": 11659.0, - "new_tests_smoothed_per_thousand": 1.006, - "tests_per_case": 131.211, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-08", - "total_cases": 62607.0, - "new_cases": 99.0, - "new_cases_smoothed": 88.714, - "total_deaths": 9653.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5401.991, - "new_cases_per_million": 8.542, - "new_cases_smoothed_per_million": 7.655, - "total_deaths_per_million": 832.901, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 13866.0, - "total_tests": 1370367.0, - "total_tests_per_thousand": 118.241, - "new_tests_per_thousand": 1.196, - "new_tests_smoothed": 11472.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 129.314, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-09", - "total_cases": 62744.0, - "new_cases": 137.0, - "new_cases_smoothed": 89.0, - "total_deaths": 9654.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5413.812, - "new_cases_per_million": 11.821, - "new_cases_smoothed_per_million": 7.679, - "total_deaths_per_million": 832.987, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 12535.0, - "total_tests": 1382902.0, - "total_tests_per_thousand": 119.323, - "new_tests_per_thousand": 1.082, - "new_tests_smoothed": 11318.0, - "new_tests_smoothed_per_thousand": 0.977, - "tests_per_case": 127.169, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-10", - "total_cases": 62868.0, - "new_cases": 124.0, - "new_cases_smoothed": 93.429, - "total_deaths": 9656.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5424.511, - "new_cases_per_million": 10.699, - "new_cases_smoothed_per_million": 8.061, - "total_deaths_per_million": 833.16, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 12027.0, - "total_tests": 1394929.0, - "total_tests_per_thousand": 120.36, - "new_tests_per_thousand": 1.038, - "new_tests_smoothed": 11268.0, - "new_tests_smoothed_per_thousand": 0.972, - "tests_per_case": 120.60600000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-11", - "total_cases": 62995.0, - "new_cases": 127.0, - "new_cases_smoothed": 98.143, - "total_deaths": 9656.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5435.469, - "new_cases_per_million": 10.958, - "new_cases_smoothed_per_million": 8.468, - "total_deaths_per_million": 833.16, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 9298.0, - "total_tests": 1404227.0, - "total_tests_per_thousand": 121.163, - "new_tests_per_thousand": 0.802, - "new_tests_smoothed": 11168.0, - "new_tests_smoothed_per_thousand": 0.964, - "tests_per_case": 113.79299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-12", - "total_cases": 63057.0, - "new_cases": 62.0, - "new_cases_smoothed": 97.857, - "total_deaths": 9658.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 5440.819, - "new_cases_per_million": 5.35, - "new_cases_smoothed_per_million": 8.444, - "total_deaths_per_million": 833.332, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.136, - "new_tests": 5623.0, - "total_tests": 1409850.0, - "total_tests_per_thousand": 121.648, - "new_tests_per_thousand": 0.485, - "new_tests_smoothed": 11142.0, - "new_tests_smoothed_per_thousand": 0.961, - "tests_per_case": 113.86, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-13", - "total_cases": 63100.0, - "new_cases": 43.0, - "new_cases_smoothed": 100.571, - "total_deaths": 9662.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5444.529, - "new_cases_per_million": 3.71, - "new_cases_smoothed_per_million": 8.678, - "total_deaths_per_million": 833.677, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 10241.0, - "total_tests": 1420091.0, - "total_tests_per_thousand": 122.531, - "new_tests_per_thousand": 0.884, - "new_tests_smoothed": 11074.0, - "new_tests_smoothed_per_thousand": 0.956, - "tests_per_case": 110.111, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-14", - "total_cases": 63324.0, - "new_cases": 224.0, - "new_cases_smoothed": 116.571, - "total_deaths": 9662.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5463.857, - "new_cases_per_million": 19.328, - "new_cases_smoothed_per_million": 10.058, - "total_deaths_per_million": 833.677, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 15074.0, - "total_tests": 1435165.0, - "total_tests_per_thousand": 123.832, - "new_tests_per_thousand": 1.301, - "new_tests_smoothed": 11238.0, - "new_tests_smoothed_per_thousand": 0.97, - "tests_per_case": 96.404, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-15", - "total_cases": 63531.0, - "new_cases": 207.0, - "new_cases_smoothed": 132.0, - "total_deaths": 9665.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5481.717, - "new_cases_per_million": 17.861, - "new_cases_smoothed_per_million": 11.39, - "total_deaths_per_million": 833.936, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 16359.0, - "total_tests": 1451524.0, - "total_tests_per_thousand": 125.243, - "new_tests_per_thousand": 1.412, - "new_tests_smoothed": 11594.0, - "new_tests_smoothed_per_thousand": 1.0, - "tests_per_case": 87.833, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-16", - "total_cases": 63791.0, - "new_cases": 260.0, - "new_cases_smoothed": 149.571, - "total_deaths": 9670.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 5504.151, - "new_cases_per_million": 22.434, - "new_cases_smoothed_per_million": 12.906, - "total_deaths_per_million": 834.368, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 14482.0, - "total_tests": 1466006.0, - "total_tests_per_thousand": 126.493, - "new_tests_per_thousand": 1.25, - "new_tests_smoothed": 11872.0, - "new_tests_smoothed_per_thousand": 1.024, - "tests_per_case": 79.373, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-17", - "total_cases": 64017.0, - "new_cases": 226.0, - "new_cases_smoothed": 164.143, - "total_deaths": 9675.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 5523.652, - "new_cases_per_million": 19.5, - "new_cases_smoothed_per_million": 14.163, - "total_deaths_per_million": 834.799, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 13998.0, - "total_tests": 1480004.0, - "total_tests_per_thousand": 127.701, - "new_tests_per_thousand": 1.208, - "new_tests_smoothed": 12154.0, - "new_tests_smoothed_per_thousand": 1.049, - "tests_per_case": 74.045, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-18", - "total_cases": 64291.0, - "new_cases": 274.0, - "new_cases_smoothed": 185.143, - "total_deaths": 9677.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 5547.293, - "new_cases_per_million": 23.642, - "new_cases_smoothed_per_million": 15.975, - "total_deaths_per_million": 834.972, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.259, - "new_tests": 10453.0, - "total_tests": 1490457.0, - "total_tests_per_thousand": 128.603, - "new_tests_per_thousand": 0.902, - "new_tests_smoothed": 12319.0, - "new_tests_smoothed_per_thousand": 1.063, - "tests_per_case": 66.538, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-19", - "total_cases": 64421.0, - "new_cases": 130.0, - "new_cases_smoothed": 194.857, - "total_deaths": 9680.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 5558.51, - "new_cases_per_million": 11.217, - "new_cases_smoothed_per_million": 16.813, - "total_deaths_per_million": 835.23, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.271, - "new_tests": 6282.0, - "total_tests": 1496739.0, - "total_tests_per_thousand": 129.145, - "new_tests_per_thousand": 0.542, - "new_tests_smoothed": 12413.0, - "new_tests_smoothed_per_thousand": 1.071, - "tests_per_case": 63.703, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-20", - "total_cases": 64485.0, - "new_cases": 64.0, - "new_cases_smoothed": 197.857, - "total_deaths": 9681.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 5564.032, - "new_cases_per_million": 5.522, - "new_cases_smoothed_per_million": 17.072, - "total_deaths_per_million": 835.317, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 11901.0, - "total_tests": 1508640.0, - "total_tests_per_thousand": 130.172, - "new_tests_per_thousand": 1.027, - "new_tests_smoothed": 12650.0, - "new_tests_smoothed_per_thousand": 1.091, - "tests_per_case": 63.935, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-21", - "total_cases": 64928.0, - "new_cases": 443.0, - "new_cases_smoothed": 229.143, - "total_deaths": 9683.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 5602.256, - "new_cases_per_million": 38.224, - "new_cases_smoothed_per_million": 19.771, - "total_deaths_per_million": 835.489, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.259, - "new_tests": 11994.0, - "total_tests": 1520634.0, - "total_tests_per_thousand": 131.207, - "new_tests_per_thousand": 1.035, - "new_tests_smoothed": 12210.0, - "new_tests_smoothed_per_thousand": 1.054, - "tests_per_case": 53.286, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-22", - "total_cases": 65073.0, - "new_cases": 145.0, - "new_cases_smoothed": 220.286, - "total_deaths": 9684.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 5614.768, - "new_cases_per_million": 12.511, - "new_cases_smoothed_per_million": 19.007, - "total_deaths_per_million": 835.576, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 13283.0, - "total_tests": 1533917.0, - "total_tests_per_thousand": 132.353, - "new_tests_per_thousand": 1.146, - "new_tests_smoothed": 11770.0, - "new_tests_smoothed_per_thousand": 1.016, - "tests_per_case": 53.431000000000004, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-23", - "total_cases": 65626.0, - "new_cases": 553.0, - "new_cases_smoothed": 262.143, - "total_deaths": 9686.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 5662.483, - "new_cases_per_million": 47.715, - "new_cases_smoothed_per_million": 22.619, - "total_deaths_per_million": 835.748, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 18291.0, - "total_tests": 1552208.0, - "total_tests_per_thousand": 133.931, - "new_tests_per_thousand": 1.578, - "new_tests_smoothed": 12315.0, - "new_tests_smoothed_per_thousand": 1.063, - "tests_per_case": 46.978, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-24", - "total_cases": 66065.0, - "new_cases": 439.0, - "new_cases_smoothed": 292.571, - "total_deaths": 9688.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5700.361, - "new_cases_per_million": 37.879, - "new_cases_smoothed_per_million": 25.244, - "total_deaths_per_million": 835.921, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 18687.0, - "total_tests": 1570895.0, - "total_tests_per_thousand": 135.543, - "new_tests_per_thousand": 1.612, - "new_tests_smoothed": 12984.0, - "new_tests_smoothed_per_thousand": 1.12, - "tests_per_case": 44.379, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-25", - "total_cases": 66561.0, - "new_cases": 496.0, - "new_cases_smoothed": 324.286, - "total_deaths": 9693.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 5743.158, - "new_cases_per_million": 42.797, - "new_cases_smoothed_per_million": 27.981, - "total_deaths_per_million": 836.352, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 14507.0, - "total_tests": 1585402.0, - "total_tests_per_thousand": 136.795, - "new_tests_per_thousand": 1.252, - "new_tests_smoothed": 13564.0, - "new_tests_smoothed_per_thousand": 1.17, - "tests_per_case": 41.827, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-26", - "total_cases": 66790.0, - "new_cases": 229.0, - "new_cases_smoothed": 338.429, - "total_deaths": 9694.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5762.917, - "new_cases_per_million": 19.759, - "new_cases_smoothed_per_million": 29.201, - "total_deaths_per_million": 836.438, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 10996.0, - "total_tests": 1596398.0, - "total_tests_per_thousand": 137.744, - "new_tests_per_thousand": 0.949, - "new_tests_smoothed": 14237.0, - "new_tests_smoothed_per_thousand": 1.228, - "tests_per_case": 42.068000000000005, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-27", - "total_cases": 66974.0, - "new_cases": 184.0, - "new_cases_smoothed": 355.571, - "total_deaths": 9696.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 5778.794, - "new_cases_per_million": 15.876, - "new_cases_smoothed_per_million": 30.68, - "total_deaths_per_million": 836.611, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 14565.0, - "total_tests": 1610963.0, - "total_tests_per_thousand": 139.001, - "new_tests_per_thousand": 1.257, - "new_tests_smoothed": 14618.0, - "new_tests_smoothed_per_thousand": 1.261, - "tests_per_case": 41.111000000000004, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-28", - "total_cases": 67569.0, - "new_cases": 595.0, - "new_cases_smoothed": 377.286, - "total_deaths": 9700.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5830.133, - "new_cases_per_million": 51.339, - "new_cases_smoothed_per_million": 32.554, - "total_deaths_per_million": 836.956, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 25526.0, - "total_tests": 1636489.0, - "total_tests_per_thousand": 141.203, - "new_tests_per_thousand": 2.202, - "new_tests_smoothed": 16551.0, - "new_tests_smoothed_per_thousand": 1.428, - "tests_per_case": 43.869, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-29", - "total_cases": 68254.0, - "new_cases": 685.0, - "new_cases_smoothed": 454.429, - "total_deaths": 9701.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5889.237, - "new_cases_per_million": 59.105, - "new_cases_smoothed_per_million": 39.21, - "total_deaths_per_million": 837.042, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 25491.0, - "total_tests": 1661980.0, - "total_tests_per_thousand": 143.403, - "new_tests_per_thousand": 2.199, - "new_tests_smoothed": 18295.0, - "new_tests_smoothed_per_thousand": 1.579, - "tests_per_case": 40.259, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-07-30", - "total_cases": 68957.0, - "new_cases": 703.0, - "new_cases_smoothed": 475.857, - "total_deaths": 9704.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5949.895, - "new_cases_per_million": 60.658, - "new_cases_smoothed_per_million": 41.059, - "total_deaths_per_million": 837.301, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 26144.0, - "total_tests": 1688124.0, - "total_tests_per_thousand": 145.658, - "new_tests_per_thousand": 2.256, - "new_tests_smoothed": 19417.0, - "new_tests_smoothed_per_thousand": 1.675, - "tests_per_case": 40.804, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-07-31", - "total_cases": 69592.0, - "new_cases": 635.0, - "new_cases_smoothed": 503.857, - "total_deaths": 9706.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 6004.686, - "new_cases_per_million": 54.79, - "new_cases_smoothed_per_million": 43.475, - "total_deaths_per_million": 837.474, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 21538.0, - "total_tests": 1709662.0, - "total_tests_per_thousand": 147.517, - "new_tests_per_thousand": 1.858, - "new_tests_smoothed": 19824.0, - "new_tests_smoothed_per_thousand": 1.71, - "tests_per_case": 39.344, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-01", - "total_cases": 70276.0, - "new_cases": 684.0, - "new_cases_smoothed": 530.714, - "total_deaths": 9709.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 6063.704, - "new_cases_per_million": 59.018, - "new_cases_smoothed_per_million": 45.792, - "total_deaths_per_million": 837.733, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 20428.0, - "total_tests": 1730090.0, - "total_tests_per_thousand": 149.279, - "new_tests_per_thousand": 1.763, - "new_tests_smoothed": 20670.0, - "new_tests_smoothed_per_thousand": 1.783, - "tests_per_case": 38.948, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-02", - "total_cases": 70585.0, - "new_cases": 309.0, - "new_cases_smoothed": 542.143, - "total_deaths": 9711.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 6090.366, - "new_cases_per_million": 26.662, - "new_cases_smoothed_per_million": 46.778, - "total_deaths_per_million": 837.905, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 11698.0, - "total_tests": 1741788.0, - "total_tests_per_thousand": 150.289, - "new_tests_per_thousand": 1.009, - "new_tests_smoothed": 20770.0, - "new_tests_smoothed_per_thousand": 1.792, - "tests_per_case": 38.311, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-03", - "total_cases": 70733.0, - "new_cases": 148.0, - "new_cases_smoothed": 537.0, - "total_deaths": 9716.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 6103.136, - "new_cases_per_million": 12.77, - "new_cases_smoothed_per_million": 46.335, - "total_deaths_per_million": 838.337, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 16835.0, - "total_tests": 1758623.0, - "total_tests_per_thousand": 151.741, - "new_tests_per_thousand": 1.453, - "new_tests_smoothed": 21094.0, - "new_tests_smoothed_per_thousand": 1.82, - "tests_per_case": 39.281, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-04", - "total_cases": 71527.0, - "new_cases": 794.0, - "new_cases_smoothed": 565.429, - "total_deaths": 9719.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 6171.645, - "new_cases_per_million": 68.51, - "new_cases_smoothed_per_million": 48.788, - "total_deaths_per_million": 838.596, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 25464.0, - "total_tests": 1784087.0, - "total_tests_per_thousand": 153.938, - "new_tests_per_thousand": 2.197, - "new_tests_smoothed": 21085.0, - "new_tests_smoothed_per_thousand": 1.819, - "tests_per_case": 37.29, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-05", - "total_cases": 72340.0, - "new_cases": 813.0, - "new_cases_smoothed": 583.714, - "total_deaths": 9724.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 6241.794, - "new_cases_per_million": 70.149, - "new_cases_smoothed_per_million": 50.365, - "total_deaths_per_million": 839.027, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.284, - "new_tests": 26391.0, - "total_tests": 1810478.0, - "total_tests_per_thousand": 156.216, - "new_tests_per_thousand": 2.277, - "new_tests_smoothed": 21214.0, - "new_tests_smoothed_per_thousand": 1.83, - "tests_per_case": 36.343, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-06", - "total_cases": 73107.0, - "new_cases": 767.0, - "new_cases_smoothed": 592.857, - "total_deaths": 9729.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 6307.974, - "new_cases_per_million": 66.18, - "new_cases_smoothed_per_million": 51.154, - "total_deaths_per_million": 839.458, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 23205.0, - "total_tests": 1833683.0, - "total_tests_per_thousand": 158.218, - "new_tests_per_thousand": 2.002, - "new_tests_smoothed": 20794.0, - "new_tests_smoothed_per_thousand": 1.794, - "tests_per_case": 35.074, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-08-07", - "total_cases": 73876.0, - "new_cases": 769.0, - "new_cases_smoothed": 612.0, - "total_deaths": 9733.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 6374.327, - "new_cases_per_million": 66.353, - "new_cases_smoothed_per_million": 52.806, - "total_deaths_per_million": 839.803, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 22835.0, - "total_tests": 1856518.0, - "total_tests_per_thousand": 160.188, - "new_tests_per_thousand": 1.97, - "new_tests_smoothed": 20979.0, - "new_tests_smoothed_per_thousand": 1.81, - "tests_per_case": 34.279, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-08-08", - "total_cases": 74647.0, - "new_cases": 771.0, - "new_cases_smoothed": 624.429, - "total_deaths": 9739.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 6440.852, - "new_cases_per_million": 66.525, - "new_cases_smoothed_per_million": 53.878, - "total_deaths_per_million": 840.321, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 16680.0, - "total_tests": 1873198.0, - "total_tests_per_thousand": 161.627, - "new_tests_per_thousand": 1.439, - "new_tests_smoothed": 20444.0, - "new_tests_smoothed_per_thousand": 1.764, - "tests_per_case": 32.74, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-08-09", - "total_cases": 74951.0, - "new_cases": 304.0, - "new_cases_smoothed": 623.714, - "total_deaths": 9741.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 6467.082, - "new_cases_per_million": 26.23, - "new_cases_smoothed_per_million": 53.817, - "total_deaths_per_million": 840.494, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 9959.0, - "total_tests": 1883157.0, - "total_tests_per_thousand": 162.487, - "new_tests_per_thousand": 0.859, - "new_tests_smoothed": 20196.0, - "new_tests_smoothed_per_thousand": 1.743, - "tests_per_case": 32.38, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-08-10", - "total_cases": 75073.0, - "new_cases": 122.0, - "new_cases_smoothed": 620.0, - "total_deaths": 9746.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 6477.609, - "new_cases_per_million": 10.527, - "new_cases_smoothed_per_million": 53.496, - "total_deaths_per_million": 840.925, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 17043.0, - "total_tests": 1900200.0, - "total_tests_per_thousand": 163.957, - "new_tests_per_thousand": 1.471, - "new_tests_smoothed": 20225.0, - "new_tests_smoothed_per_thousand": 1.745, - "tests_per_case": 32.621, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-08-11", - "total_cases": 75946.0, - "new_cases": 873.0, - "new_cases_smoothed": 631.286, - "total_deaths": 9757.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6552.935, - "new_cases_per_million": 75.326, - "new_cases_smoothed_per_million": 54.47, - "total_deaths_per_million": 841.874, - "new_deaths_per_million": 0.949, - "new_deaths_smoothed_per_million": 0.468, - "new_tests": 25664.0, - "total_tests": 1925864.0, - "total_tests_per_thousand": 166.172, - "new_tests_per_thousand": 2.214, - "new_tests_smoothed": 20254.0, - "new_tests_smoothed_per_thousand": 1.748, - "tests_per_case": 32.084, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-08-12", - "total_cases": 76664.0, - "new_cases": 718.0, - "new_cases_smoothed": 617.714, - "total_deaths": 9770.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 6614.887, - "new_cases_per_million": 61.952, - "new_cases_smoothed_per_million": 53.299, - "total_deaths_per_million": 842.996, - "new_deaths_per_million": 1.122, - "new_deaths_smoothed_per_million": 0.567, - "new_tests": 22075.0, - "total_tests": 1947939.0, - "total_tests_per_thousand": 168.076, - "new_tests_per_thousand": 1.905, - "new_tests_smoothed": 19637.0, - "new_tests_smoothed_per_thousand": 1.694, - "tests_per_case": 31.79, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-13", - "total_cases": 77273.0, - "new_cases": 609.0, - "new_cases_smoothed": 595.143, - "total_deaths": 9781.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 6667.434, - "new_cases_per_million": 52.547, - "new_cases_smoothed_per_million": 51.351, - "total_deaths_per_million": 843.945, - "new_deaths_per_million": 0.949, - "new_deaths_smoothed_per_million": 0.641, - "new_tests": 21861.0, - "total_tests": 1969800.0, - "total_tests_per_thousand": 169.962, - "new_tests_per_thousand": 1.886, - "new_tests_smoothed": 19445.0, - "new_tests_smoothed_per_thousand": 1.678, - "tests_per_case": 32.673, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-14", - "total_cases": 77942.0, - "new_cases": 669.0, - "new_cases_smoothed": 580.857, - "total_deaths": 9793.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 6725.158, - "new_cases_per_million": 57.724, - "new_cases_smoothed_per_million": 50.119, - "total_deaths_per_million": 844.981, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 0.74, - "new_tests": 18681.0, - "total_tests": 1988481.0, - "total_tests_per_thousand": 171.574, - "new_tests_per_thousand": 1.612, - "new_tests_smoothed": 18852.0, - "new_tests_smoothed_per_thousand": 1.627, - "tests_per_case": 32.455, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-15", - "total_cases": 78529.0, - "new_cases": 587.0, - "new_cases_smoothed": 554.571, - "total_deaths": 9805.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 6775.807, - "new_cases_per_million": 50.649, - "new_cases_smoothed_per_million": 47.851, - "total_deaths_per_million": 846.016, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 0.814, - "new_tests": 12986.0, - "total_tests": 2001467.0, - "total_tests_per_thousand": 172.695, - "new_tests_per_thousand": 1.12, - "new_tests_smoothed": 18324.0, - "new_tests_smoothed_per_thousand": 1.581, - "tests_per_case": 33.042, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-16", - "total_cases": 78692.0, - "new_cases": 163.0, - "new_cases_smoothed": 534.429, - "total_deaths": 9814.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 6789.871, - "new_cases_per_million": 14.064, - "new_cases_smoothed_per_million": 46.113, - "total_deaths_per_million": 846.793, - "new_deaths_per_million": 0.777, - "new_deaths_smoothed_per_million": 0.9, - "new_tests": 8934.0, - "total_tests": 2010401.0, - "total_tests_per_thousand": 173.466, - "new_tests_per_thousand": 0.771, - "new_tests_smoothed": 18178.0, - "new_tests_smoothed_per_thousand": 1.568, - "tests_per_case": 34.014, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-17", - "total_cases": 78824.0, - "new_cases": 132.0, - "new_cases_smoothed": 535.857, - "total_deaths": 9821.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 6801.261, - "new_cases_per_million": 11.39, - "new_cases_smoothed_per_million": 46.236, - "total_deaths_per_million": 847.396, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 17998.0, - "total_tests": 2028399.0, - "total_tests_per_thousand": 175.019, - "new_tests_per_thousand": 1.553, - "new_tests_smoothed": 18314.0, - "new_tests_smoothed_per_thousand": 1.58, - "tests_per_case": 34.177, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-18", - "total_cases": 79531.0, - "new_cases": 707.0, - "new_cases_smoothed": 512.143, - "total_deaths": 9828.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 6862.264, - "new_cases_per_million": 61.003, - "new_cases_smoothed_per_million": 44.19, - "total_deaths_per_million": 848.0, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.875, - "new_tests": 27119.0, - "total_tests": 2055518.0, - "total_tests_per_thousand": 177.359, - "new_tests_per_thousand": 2.34, - "new_tests_smoothed": 18522.0, - "new_tests_smoothed_per_thousand": 1.598, - "tests_per_case": 36.166, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-19", - "total_cases": 80256.0, - "new_cases": 725.0, - "new_cases_smoothed": 513.143, - "total_deaths": 9839.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 6924.82, - "new_cases_per_million": 62.556, - "new_cases_smoothed_per_million": 44.276, - "total_deaths_per_million": 848.95, - "new_deaths_per_million": 0.949, - "new_deaths_smoothed_per_million": 0.851, - "new_tests": 23089.0, - "total_tests": 2078607.0, - "total_tests_per_thousand": 179.351, - "new_tests_per_thousand": 1.992, - "new_tests_smoothed": 18667.0, - "new_tests_smoothed_per_thousand": 1.611, - "tests_per_case": 36.378, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-20", - "total_cases": 80868.0, - "new_cases": 612.0, - "new_cases_smoothed": 513.571, - "total_deaths": 9849.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 6977.625, - "new_cases_per_million": 52.806, - "new_cases_smoothed_per_million": 44.313, - "total_deaths_per_million": 849.812, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.838, - "new_tests": 23864.0, - "total_tests": 2102471.0, - "total_tests_per_thousand": 181.41, - "new_tests_per_thousand": 2.059, - "new_tests_smoothed": 18953.0, - "new_tests_smoothed_per_thousand": 1.635, - "tests_per_case": 36.904, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-21", - "total_cases": 81449.0, - "new_cases": 581.0, - "new_cases_smoothed": 501.0, - "total_deaths": 9853.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 7027.757, - "new_cases_per_million": 50.131, - "new_cases_smoothed_per_million": 43.228, - "total_deaths_per_million": 850.158, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.74, - "new_tests": 20820.0, - "total_tests": 2123291.0, - "total_tests_per_thousand": 183.206, - "new_tests_per_thousand": 1.796, - "new_tests_smoothed": 19259.0, - "new_tests_smoothed_per_thousand": 1.662, - "tests_per_case": 38.441, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-22", - "total_cases": 81959.0, - "new_cases": 510.0, - "new_cases_smoothed": 490.0, - "total_deaths": 9856.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 7071.761, - "new_cases_per_million": 44.005, - "new_cases_smoothed_per_million": 42.279, - "total_deaths_per_million": 850.416, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.629, - "new_tests": 15636.0, - "total_tests": 2138927.0, - "total_tests_per_thousand": 184.555, - "new_tests_per_thousand": 1.349, - "new_tests_smoothed": 19637.0, - "new_tests_smoothed_per_thousand": 1.694, - "tests_per_case": 40.076, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-23", - "total_cases": 82162.0, - "new_cases": 203.0, - "new_cases_smoothed": 495.714, - "total_deaths": 9861.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 7089.277, - "new_cases_per_million": 17.516, - "new_cases_smoothed_per_million": 42.772, - "total_deaths_per_million": 850.848, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 8531.0, - "total_tests": 2147458.0, - "total_tests_per_thousand": 185.292, - "new_tests_per_thousand": 0.736, - "new_tests_smoothed": 19580.0, - "new_tests_smoothed_per_thousand": 1.689, - "tests_per_case": 39.499, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-24", - "total_cases": 82277.0, - "new_cases": 115.0, - "new_cases_smoothed": 493.286, - "total_deaths": 9864.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 7099.2, - "new_cases_per_million": 9.923, - "new_cases_smoothed_per_million": 42.563, - "total_deaths_per_million": 851.107, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.53, - "new_tests": 17610.0, - "total_tests": 2165068.0, - "total_tests_per_thousand": 186.811, - "new_tests_per_thousand": 1.519, - "new_tests_smoothed": 19524.0, - "new_tests_smoothed_per_thousand": 1.685, - "tests_per_case": 39.579, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-25", - "total_cases": 82885.0, - "new_cases": 608.0, - "new_cases_smoothed": 479.143, - "total_deaths": 9869.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 7151.661, - "new_cases_per_million": 52.461, - "new_cases_smoothed_per_million": 41.342, - "total_deaths_per_million": 851.538, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.505, - "new_tests": 27043.0, - "total_tests": 2192111.0, - "total_tests_per_thousand": 189.144, - "new_tests_per_thousand": 2.333, - "new_tests_smoothed": 19513.0, - "new_tests_smoothed_per_thousand": 1.684, - "tests_per_case": 40.725, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-26", - "total_cases": 83412.0, - "new_cases": 527.0, - "new_cases_smoothed": 450.857, - "total_deaths": 9874.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7197.132, - "new_cases_per_million": 45.472, - "new_cases_smoothed_per_million": 38.902, - "total_deaths_per_million": 851.97, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.431, - "new_tests": 24607.0, - "total_tests": 2216718.0, - "total_tests_per_thousand": 191.268, - "new_tests_per_thousand": 2.123, - "new_tests_smoothed": 19730.0, - "new_tests_smoothed_per_thousand": 1.702, - "tests_per_case": 43.761, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-27", - "total_cases": 83938.0, - "new_cases": 526.0, - "new_cases_smoothed": 438.571, - "total_deaths": 9878.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 7242.518, - "new_cases_per_million": 45.385, - "new_cases_smoothed_per_million": 37.842, - "total_deaths_per_million": 852.315, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.357, - "new_tests": 21318.0, - "total_tests": 2238036.0, - "total_tests_per_thousand": 193.107, - "new_tests_per_thousand": 1.839, - "new_tests_smoothed": 19366.0, - "new_tests_smoothed_per_thousand": 1.671, - "tests_per_case": 44.157, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-28", - "total_cases": 84473.0, - "new_cases": 535.0, - "new_cases_smoothed": 432.0, - "total_deaths": 9881.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 7288.68, - "new_cases_per_million": 46.162, - "new_cases_smoothed_per_million": 37.275, - "total_deaths_per_million": 852.574, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 25125.0, - "total_tests": 2263161.0, - "total_tests_per_thousand": 195.275, - "new_tests_per_thousand": 2.168, - "new_tests_smoothed": 19981.0, - "new_tests_smoothed_per_thousand": 1.724, - "tests_per_case": 46.251999999999995, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-29", - "total_cases": 85087.0, - "new_cases": 614.0, - "new_cases_smoothed": 446.857, - "total_deaths": 9885.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 7341.658, - "new_cases_per_million": 52.978, - "new_cases_smoothed_per_million": 38.557, - "total_deaths_per_million": 852.919, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.357, - "new_tests": 19063.0, - "total_tests": 2282224.0, - "total_tests_per_thousand": 196.92, - "new_tests_per_thousand": 1.645, - "new_tests_smoothed": 20471.0, - "new_tests_smoothed_per_thousand": 1.766, - "tests_per_case": 45.81100000000001, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-30", - "total_cases": 85282.0, - "new_cases": 195.0, - "new_cases_smoothed": 445.714, - "total_deaths": 9891.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 7358.484, - "new_cases_per_million": 16.825, - "new_cases_smoothed_per_million": 38.458, - "total_deaths_per_million": 853.436, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 10600.0, - "total_tests": 2292824.0, - "total_tests_per_thousand": 197.834, - "new_tests_per_thousand": 0.915, - "new_tests_smoothed": 20767.0, - "new_tests_smoothed_per_thousand": 1.792, - "tests_per_case": 46.593, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-31", - "total_cases": 85399.0, - "new_cases": 117.0, - "new_cases_smoothed": 446.0, - "total_deaths": 9892.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 7368.579, - "new_cases_per_million": 10.095, - "new_cases_smoothed_per_million": 38.483, - "total_deaths_per_million": 853.523, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 19658.0, - "total_tests": 2312482.0, - "total_tests_per_thousand": 199.531, - "new_tests_per_thousand": 1.696, - "new_tests_smoothed": 21059.0, - "new_tests_smoothed_per_thousand": 1.817, - "tests_per_case": 47.217, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-01", - "total_cases": 86033.0, - "new_cases": 634.0, - "new_cases_smoothed": 449.714, - "total_deaths": 9895.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 7423.283, - "new_cases_per_million": 54.704, - "new_cases_smoothed_per_million": 38.803, - "total_deaths_per_million": 853.782, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.32, - "new_tests": 28223.0, - "total_tests": 2340705.0, - "total_tests_per_thousand": 201.966, - "new_tests_per_thousand": 2.435, - "new_tests_smoothed": 21228.0, - "new_tests_smoothed_per_thousand": 1.832, - "tests_per_case": 47.203, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-02", - "total_cases": 86598.0, - "new_cases": 565.0, - "new_cases_smoothed": 455.143, - "total_deaths": 9898.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 7472.034, - "new_cases_per_million": 48.751, - "new_cases_smoothed_per_million": 39.272, - "total_deaths_per_million": 854.04, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.296, - "new_tests": 30077.0, - "total_tests": 2370782.0, - "total_tests_per_thousand": 204.561, - "new_tests_per_thousand": 2.595, - "new_tests_smoothed": 22009.0, - "new_tests_smoothed_per_thousand": 1.899, - "tests_per_case": 48.356, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-03", - "total_cases": 87173.0, - "new_cases": 575.0, - "new_cases_smoothed": 462.143, - "total_deaths": 9900.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 7521.647, - "new_cases_per_million": 49.613, - "new_cases_smoothed_per_million": 39.876, - "total_deaths_per_million": 854.213, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.271, - "new_tests": 24024.0, - "total_tests": 2394806.0, - "total_tests_per_thousand": 206.634, - "new_tests_per_thousand": 2.073, - "new_tests_smoothed": 22396.0, - "new_tests_smoothed_per_thousand": 1.932, - "tests_per_case": 48.461000000000006, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-04", - "total_cases": 87850.0, - "new_cases": 677.0, - "new_cases_smoothed": 482.429, - "total_deaths": 9904.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 7580.061, - "new_cases_per_million": 58.414, - "new_cases_smoothed_per_million": 41.626, - "total_deaths_per_million": 854.558, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.284, - "new_tests": 26585.0, - "total_tests": 2421391.0, - "total_tests_per_thousand": 208.928, - "new_tests_per_thousand": 2.294, - "new_tests_smoothed": 22604.0, - "new_tests_smoothed_per_thousand": 1.95, - "tests_per_case": 46.855, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-05", - "total_cases": 88578.0, - "new_cases": 728.0, - "new_cases_smoothed": 498.714, - "total_deaths": 9906.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 7642.876, - "new_cases_per_million": 62.815, - "new_cases_smoothed_per_million": 43.031, - "total_deaths_per_million": 854.731, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.259, - "new_tests": 19742.0, - "total_tests": 2441133.0, - "total_tests_per_thousand": 210.631, - "new_tests_per_thousand": 1.703, - "new_tests_smoothed": 22701.0, - "new_tests_smoothed_per_thousand": 1.959, - "tests_per_case": 45.519, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-06", - "total_cases": 88900.0, - "new_cases": 322.0, - "new_cases_smoothed": 516.857, - "total_deaths": 9907.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 7670.66, - "new_cases_per_million": 27.783, - "new_cases_smoothed_per_million": 44.597, - "total_deaths_per_million": 854.817, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 10970.0, - "total_tests": 2452103.0, - "total_tests_per_thousand": 211.578, - "new_tests_per_thousand": 0.947, - "new_tests_smoothed": 22754.0, - "new_tests_smoothed_per_thousand": 1.963, - "tests_per_case": 44.023999999999994, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-07", - "total_cases": 89055.0, - "new_cases": 155.0, - "new_cases_smoothed": 522.286, - "total_deaths": 9909.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 7684.034, - "new_cases_per_million": 13.374, - "new_cases_smoothed_per_million": 45.065, - "total_deaths_per_million": 854.99, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 23133.0, - "total_tests": 2475236.0, - "total_tests_per_thousand": 213.574, - "new_tests_per_thousand": 1.996, - "new_tests_smoothed": 23251.0, - "new_tests_smoothed_per_thousand": 2.006, - "tests_per_case": 44.518, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-08", - "total_cases": 89973.0, - "new_cases": 918.0, - "new_cases_smoothed": 562.857, - "total_deaths": 9913.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7763.243, - "new_cases_per_million": 79.209, - "new_cases_smoothed_per_million": 48.566, - "total_deaths_per_million": 855.335, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 35122.0, - "total_tests": 2510358.0, - "total_tests_per_thousand": 216.604, - "new_tests_per_thousand": 3.03, - "new_tests_smoothed": 24236.0, - "new_tests_smoothed_per_thousand": 2.091, - "tests_per_case": 43.059, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-09", - "total_cases": 90844.0, - "new_cases": 871.0, - "new_cases_smoothed": 606.571, - "total_deaths": 9916.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7838.396, - "new_cases_per_million": 75.153, - "new_cases_smoothed_per_million": 52.337, - "total_deaths_per_million": 855.593, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 35092.0, - "total_tests": 2545450.0, - "total_tests_per_thousand": 219.632, - "new_tests_per_thousand": 3.028, - "new_tests_smoothed": 24953.0, - "new_tests_smoothed_per_thousand": 2.153, - "tests_per_case": 41.138000000000005, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-10", - "total_cases": 91867.0, - "new_cases": 1023.0, - "new_cases_smoothed": 670.571, - "total_deaths": 9918.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7926.665, - "new_cases_per_million": 88.269, - "new_cases_smoothed_per_million": 57.86, - "total_deaths_per_million": 855.766, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 36263.0, - "total_tests": 2581713.0, - "total_tests_per_thousand": 222.761, - "new_tests_per_thousand": 3.129, - "new_tests_smoothed": 26701.0, - "new_tests_smoothed_per_thousand": 2.304, - "tests_per_case": 39.818000000000005, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-11", - "total_cases": 93010.0, - "new_cases": 1143.0, - "new_cases_smoothed": 737.143, - "total_deaths": 9921.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 8025.287, - "new_cases_per_million": 98.623, - "new_cases_smoothed_per_million": 63.604, - "total_deaths_per_million": 856.025, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 38054.0, - "total_tests": 2619767.0, - "total_tests_per_thousand": 226.044, - "new_tests_per_thousand": 3.283, - "new_tests_smoothed": 28339.0, - "new_tests_smoothed_per_thousand": 2.445, - "tests_per_case": 38.444, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-12", - "total_cases": 94294.0, - "new_cases": 1284.0, - "new_cases_smoothed": 816.571, - "total_deaths": 9926.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 8136.076, - "new_cases_per_million": 110.789, - "new_cases_smoothed_per_million": 70.457, - "total_deaths_per_million": 856.456, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 27131.0, - "total_tests": 2646898.0, - "total_tests_per_thousand": 228.385, - "new_tests_per_thousand": 2.341, - "new_tests_smoothed": 29395.0, - "new_tests_smoothed_per_thousand": 2.536, - "tests_per_case": 35.998000000000005, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-13", - "total_cases": 94912.0, - "new_cases": 618.0, - "new_cases_smoothed": 858.857, - "total_deaths": 9927.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 8189.4, - "new_cases_per_million": 53.324, - "new_cases_smoothed_per_million": 74.106, - "total_deaths_per_million": 856.543, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 19177.0, - "total_tests": 2666075.0, - "total_tests_per_thousand": 230.04, - "new_tests_per_thousand": 1.655, - "new_tests_smoothed": 30567.0, - "new_tests_smoothed_per_thousand": 2.637, - "tests_per_case": 35.59, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-14", - "total_cases": 95214.0, - "new_cases": 302.0, - "new_cases_smoothed": 879.857, - "total_deaths": 9928.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 8215.458, - "new_cases_per_million": 26.058, - "new_cases_smoothed_per_million": 75.918, - "total_deaths_per_million": 856.629, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 29310.0, - "total_tests": 2695385.0, - "total_tests_per_thousand": 232.569, - "new_tests_per_thousand": 2.529, - "new_tests_smoothed": 31450.0, - "new_tests_smoothed_per_thousand": 2.714, - "tests_per_case": 35.744, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-15", - "total_cases": 96938.0, - "new_cases": 1724.0, - "new_cases_smoothed": 995.0, - "total_deaths": 9932.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 8364.212, - "new_cases_per_million": 148.754, - "new_cases_smoothed_per_million": 85.853, - "total_deaths_per_million": 856.974, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 42313.0, - "total_tests": 2737698.0, - "total_tests_per_thousand": 236.22, - "new_tests_per_thousand": 3.651, - "new_tests_smoothed": 32477.0, - "new_tests_smoothed_per_thousand": 2.802, - "tests_per_case": 32.64, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-16", - "total_cases": 98566.0, - "new_cases": 1628.0, - "new_cases_smoothed": 1103.143, - "total_deaths": 9935.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 8504.682, - "new_cases_per_million": 140.471, - "new_cases_smoothed_per_million": 95.184, - "total_deaths_per_million": 857.233, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 46691.0, - "total_tests": 2784389.0, - "total_tests_per_thousand": 240.249, - "new_tests_per_thousand": 4.029, - "new_tests_smoothed": 34134.0, - "new_tests_smoothed_per_thousand": 2.945, - "tests_per_case": 30.943, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-17", - "total_cases": 100507.0, - "new_cases": 1941.0, - "new_cases_smoothed": 1234.286, - "total_deaths": 9937.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 8672.16, - "new_cases_per_million": 167.478, - "new_cases_smoothed_per_million": 106.499, - "total_deaths_per_million": 857.405, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 43229.0, - "total_tests": 2827618.0, - "total_tests_per_thousand": 243.979, - "new_tests_per_thousand": 3.73, - "new_tests_smoothed": 35129.0, - "new_tests_smoothed_per_thousand": 3.031, - "tests_per_case": 28.461, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-09-18", - "total_cases": 102252.0, - "new_cases": 1745.0, - "new_cases_smoothed": 1320.286, - "total_deaths": 9938.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 8822.725, - "new_cases_per_million": 150.566, - "new_cases_smoothed_per_million": 113.92, - "total_deaths_per_million": 857.492, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 41484.0, - "total_tests": 2869102.0, - "total_tests_per_thousand": 247.558, - "new_tests_per_thousand": 3.579, - "new_tests_smoothed": 35619.0, - "new_tests_smoothed_per_thousand": 3.073, - "tests_per_case": 26.978, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 103977.0, - "new_cases": 1725.0, - "new_cases_smoothed": 1383.286, - "total_deaths": 9943.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 8971.566, - "new_cases_per_million": 148.84, - "new_cases_smoothed_per_million": 119.356, - "total_deaths_per_million": 857.923, - "new_deaths_per_million": 0.431, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 26464.0, - "total_tests": 2895566.0, - "total_tests_per_thousand": 249.841, - "new_tests_per_thousand": 2.283, - "new_tests_smoothed": 35524.0, - "new_tests_smoothed_per_thousand": 3.065, - "tests_per_case": 25.680999999999997, - "positive_rate": 0.039, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 104850.0, - "new_cases": 873.0, - "new_cases_smoothed": 1419.714, - "total_deaths": 9951.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 9046.892, - "new_cases_per_million": 75.326, - "new_cases_smoothed_per_million": 122.499, - "total_deaths_per_million": 858.613, - "new_deaths_per_million": 0.69, - "new_deaths_smoothed_per_million": 0.296, - "new_tests": 21969.0, - "total_tests": 2917535.0, - "total_tests_per_thousand": 251.737, - "new_tests_per_thousand": 1.896, - "new_tests_smoothed": 35923.0, - "new_tests_smoothed_per_thousand": 3.1, - "tests_per_case": 25.303, - "positive_rate": 0.04, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 105303.0, - "new_cases": 453.0, - "new_cases_smoothed": 1441.286, - "total_deaths": 9954.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 9085.978, - "new_cases_per_million": 39.087, - "new_cases_smoothed_per_million": 124.36, - "total_deaths_per_million": 858.872, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.32, - "new_tests": 34539.0, - "total_tests": 2952074.0, - "total_tests_per_thousand": 254.717, - "new_tests_per_thousand": 2.98, - "new_tests_smoothed": 36670.0, - "new_tests_smoothed_per_thousand": 3.164, - "tests_per_case": 25.443, - "positive_rate": 0.039, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 107273.0, - "new_cases": 1970.0, - "new_cases_smoothed": 1476.429, - "total_deaths": 9957.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 9255.958, - "new_cases_per_million": 169.98, - "new_cases_smoothed_per_million": 127.392, - "total_deaths_per_million": 859.131, - "new_deaths_per_million": 0.259, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 40824.0, - "total_tests": 2992898.0, - "total_tests_per_thousand": 258.24, - "new_tests_per_thousand": 3.522, - "new_tests_smoothed": 36457.0, - "new_tests_smoothed_per_thousand": 3.146, - "tests_per_case": 24.693, - "positive_rate": 0.04, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 108427.0, - "new_cases": 1154.0, - "new_cases_smoothed": 1408.714, - "total_deaths": 9958.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 9355.53, - "new_cases_per_million": 99.572, - "new_cases_smoothed_per_million": 121.55, - "total_deaths_per_million": 859.217, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.284, - "new_tests": 33672.0, - "total_tests": 3026570.0, - "total_tests_per_thousand": 261.145, - "new_tests_per_thousand": 2.905, - "new_tests_smoothed": 34597.0, - "new_tests_smoothed_per_thousand": 2.985, - "tests_per_case": 24.559, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 108674.0, - "new_cases": 247.0, - "new_cases_smoothed": 1166.714, - "total_deaths": 9964.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 9376.842, - "new_cases_per_million": 21.312, - "new_cases_smoothed_per_million": 100.669, - "total_deaths_per_million": 859.735, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.333 - }, - { - "date": "2020-09-25", - "total_cases": 108674.0, - "new_cases": 0.0, - "new_cases_smoothed": 917.429, - "total_deaths": 9965.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 9376.842, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 79.16, - "total_deaths_per_million": 859.821, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.333 - } - ] - }, - "BEN": { - "continent": "Africa", - "location": "Benin", - "population": 12123198.0, - "population_density": 99.11, - "median_age": 18.8, - "aged_65_older": 3.244, - "aged_70_older": 1.942, - "gdp_per_capita": 2064.236, - "extreme_poverty": 49.6, - "cardiovasc_death_rate": 235.848, - "diabetes_prevalence": 0.99, - "female_smokers": 0.6, - "male_smokers": 12.3, - "handwashing_facilities": 11.035, - "hospital_beds_per_thousand": 0.5, - "life_expectancy": 61.77, - "human_development_index": 0.515, - "data": [ - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.082, - "new_cases_per_million": 0.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.082, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-19", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.082, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-20", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.165, - "new_cases_per_million": 0.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-21", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.165, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-22", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.165, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-23", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-24", - "total_cases": 5.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.412, - "new_cases_per_million": 0.247, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-25", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.412, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-26", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.412, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-27", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.495, - "new_cases_per_million": 0.082, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-28", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-29", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-03-30", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-03-31", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-01", - "total_cases": 8.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.66, - "new_cases_per_million": 0.165, - "new_cases_smoothed_per_million": 0.035, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-02", - "total_cases": 13.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.072, - "new_cases_per_million": 0.412, - "new_cases_smoothed_per_million": 0.094, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-04", - "total_cases": 16.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.32, - "new_cases_per_million": 0.247, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-05", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.32, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-06", - "total_cases": 22.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.815, - "new_cases_per_million": 0.495, - "new_cases_smoothed_per_million": 0.189, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-07", - "total_cases": 26.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.145, - "new_cases_per_million": 0.33, - "new_cases_smoothed_per_million": 0.236, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-08", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.212, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-09", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.153, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-10", - "total_cases": 30.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.475, - "new_cases_per_million": 0.33, - "new_cases_smoothed_per_million": 0.2, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-11", - "total_cases": 35.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.412, - "new_cases_smoothed_per_million": 0.224, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-12", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.224, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-13", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.153, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-04-14", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.106, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-15", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.106, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-16", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.106, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-17", - "total_cases": 37.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.052, - "new_cases_per_million": 0.165, - "new_cases_smoothed_per_million": 0.082, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-18", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.052, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-19", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.052, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-20", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.052, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-21", - "total_cases": 54.0, - "new_cases": 17.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.454, - "new_cases_per_million": 1.402, - "new_cases_smoothed_per_million": 0.224, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-22", - "total_cases": 54.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.454, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.224, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-23", - "total_cases": 54.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.454, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.224, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-24", - "total_cases": 58.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.784, - "new_cases_per_million": 0.33, - "new_cases_smoothed_per_million": 0.247, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-25", - "total_cases": 58.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.247, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-26", - "total_cases": 58.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.247, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-27", - "total_cases": 64.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.279, - "new_cases_per_million": 0.495, - "new_cases_smoothed_per_million": 0.318, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-28", - "total_cases": 64.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.279, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-29", - "total_cases": 64.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.279, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.082, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-04-30", - "total_cases": 69.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5.692, - "new_cases_per_million": 0.412, - "new_cases_smoothed_per_million": 0.177, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-01", - "total_cases": 84.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.929, - "new_cases_per_million": 1.237, - "new_cases_smoothed_per_million": 0.306, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-02", - "total_cases": 90.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.424, - "new_cases_per_million": 0.495, - "new_cases_smoothed_per_million": 0.377, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-03", - "total_cases": 90.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.377, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-04", - "total_cases": 90.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.306, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-05", - "total_cases": 96.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.919, - "new_cases_per_million": 0.495, - "new_cases_smoothed_per_million": 0.377, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-06", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.919, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.377, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 70.83 - }, - { - "date": "2020-05-07", - "total_cases": 102.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.414, - "new_cases_per_million": 0.495, - "new_cases_smoothed_per_million": 0.389, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-05-08", - "total_cases": 140.0, - "new_cases": 38.0, - "new_cases_smoothed": 8.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.548, - "new_cases_per_million": 3.134, - "new_cases_smoothed_per_million": 0.66, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-05-09", - "total_cases": 242.0, - "new_cases": 102.0, - "new_cases_smoothed": 21.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.962, - "new_cases_per_million": 8.414, - "new_cases_smoothed_per_million": 1.791, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-05-10", - "total_cases": 284.0, - "new_cases": 42.0, - "new_cases_smoothed": 27.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 23.426, - "new_cases_per_million": 3.464, - "new_cases_smoothed_per_million": 2.286, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-05-11", - "total_cases": 319.0, - "new_cases": 35.0, - "new_cases_smoothed": 32.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.313, - "new_cases_per_million": 2.887, - "new_cases_smoothed_per_million": 2.698, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-12", - "total_cases": 319.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.313, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.628, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-13", - "total_cases": 327.0, - "new_cases": 8.0, - "new_cases_smoothed": 33.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.973, - "new_cases_per_million": 0.66, - "new_cases_smoothed_per_million": 2.722, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-14", - "total_cases": 327.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.651, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-15", - "total_cases": 339.0, - "new_cases": 12.0, - "new_cases_smoothed": 28.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.963, - "new_cases_per_million": 0.99, - "new_cases_smoothed_per_million": 2.345, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-16", - "total_cases": 339.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.963, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.143, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-17", - "total_cases": 339.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.963, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.648, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-05-18", - "total_cases": 339.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.963, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.236, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-19", - "total_cases": 339.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.963, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.236, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-20", - "total_cases": 130.0, - "new_cases": -209.0, - "new_cases_smoothed": -28.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.723, - "new_cases_per_million": -17.24, - "new_cases_smoothed_per_million": -2.321, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-21", - "total_cases": 130.0, - "new_cases": 0.0, - "new_cases_smoothed": -28.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": -2.321, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-22", - "total_cases": 135.0, - "new_cases": 5.0, - "new_cases_smoothed": -29.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11.136, - "new_cases_per_million": 0.412, - "new_cases_smoothed_per_million": -2.404, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-23", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": -29.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11.136, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": -2.404, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-24", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": -29.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 11.136, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": -2.404, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-25", - "total_cases": 191.0, - "new_cases": 56.0, - "new_cases_smoothed": -21.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 15.755, - "new_cases_per_million": 4.619, - "new_cases_smoothed_per_million": -1.744, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-26", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": -21.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 15.755, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": -1.744, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-27", - "total_cases": 208.0, - "new_cases": 17.0, - "new_cases_smoothed": 11.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.157, - "new_cases_per_million": 1.402, - "new_cases_smoothed_per_million": 0.919, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-28", - "total_cases": 210.0, - "new_cases": 2.0, - "new_cases_smoothed": 11.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.322, - "new_cases_per_million": 0.165, - "new_cases_smoothed_per_million": 0.943, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 57.41 - }, - { - "date": "2020-05-29", - "total_cases": 210.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.884, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-30", - "total_cases": 224.0, - "new_cases": 14.0, - "new_cases_smoothed": 12.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.477, - "new_cases_per_million": 1.155, - "new_cases_smoothed_per_million": 1.049, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-05-31", - "total_cases": 232.0, - "new_cases": 8.0, - "new_cases_smoothed": 13.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.137, - "new_cases_per_million": 0.66, - "new_cases_smoothed_per_million": 1.143, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-01", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.137, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-02", - "total_cases": 243.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.044, - "new_cases_per_million": 0.907, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-06-03", - "total_cases": 244.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.127, - "new_cases_per_million": 0.082, - "new_cases_smoothed_per_million": 0.424, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-06-04", - "total_cases": 244.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.127, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.401, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-06-05", - "total_cases": 261.0, - "new_cases": 17.0, - "new_cases_smoothed": 7.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.529, - "new_cases_per_million": 1.402, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-06-06", - "total_cases": 261.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.436, - "total_deaths_per_million": 0.247, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-06-07", - "total_cases": 268.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.143, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 22.106, - "new_cases_per_million": 0.577, - "new_cases_smoothed_per_million": 0.424, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-08", - "total_cases": 268.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 22.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.424, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-09", - "total_cases": 305.0, - "new_cases": 37.0, - "new_cases_smoothed": 8.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.158, - "new_cases_per_million": 3.052, - "new_cases_smoothed_per_million": 0.731, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-10", - "total_cases": 305.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-11", - "total_cases": 305.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-12", - "total_cases": 305.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.518, - "total_deaths_per_million": 0.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-06-13", - "total_cases": 388.0, - "new_cases": 83.0, - "new_cases_smoothed": 18.143, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 32.005, - "new_cases_per_million": 6.846, - "new_cases_smoothed_per_million": 1.497, - "total_deaths_per_million": 0.412, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-06-14", - "total_cases": 412.0, - "new_cases": 24.0, - "new_cases_smoothed": 20.571, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 33.984, - "new_cases_per_million": 1.98, - "new_cases_smoothed_per_million": 1.697, - "total_deaths_per_million": 0.495, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-06-15", - "total_cases": 470.0, - "new_cases": 58.0, - "new_cases_smoothed": 28.857, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 38.769, - "new_cases_per_million": 4.784, - "new_cases_smoothed_per_million": 2.38, - "total_deaths_per_million": 0.577, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-06-16", - "total_cases": 483.0, - "new_cases": 13.0, - "new_cases_smoothed": 25.429, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 39.841, - "new_cases_per_million": 1.072, - "new_cases_smoothed_per_million": 2.098, - "total_deaths_per_million": 0.742, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-06-17", - "total_cases": 532.0, - "new_cases": 49.0, - "new_cases_smoothed": 32.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 43.883, - "new_cases_per_million": 4.042, - "new_cases_smoothed_per_million": 2.675, - "total_deaths_per_million": 0.742, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-06-18", - "total_cases": 572.0, - "new_cases": 40.0, - "new_cases_smoothed": 38.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 47.182, - "new_cases_per_million": 3.299, - "new_cases_smoothed_per_million": 3.146, - "total_deaths_per_million": 0.742, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-06-19", - "total_cases": 597.0, - "new_cases": 25.0, - "new_cases_smoothed": 41.714, - "total_deaths": 11.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 49.244, - "new_cases_per_million": 2.062, - "new_cases_smoothed_per_million": 3.441, - "total_deaths_per_million": 0.907, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 41.67 - }, - { - "date": "2020-06-20", - "total_cases": 650.0, - "new_cases": 53.0, - "new_cases_smoothed": 37.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 53.616, - "new_cases_per_million": 4.372, - "new_cases_smoothed_per_million": 3.087, - "total_deaths_per_million": 0.907, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.071, - "stringency_index": 41.67 - }, - { - "date": "2020-06-21", - "total_cases": 650.0, - "new_cases": 0.0, - "new_cases_smoothed": 34.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 53.616, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.805, - "total_deaths_per_million": 0.907, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-06-22", - "total_cases": 765.0, - "new_cases": 115.0, - "new_cases_smoothed": 42.143, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 63.102, - "new_cases_per_million": 9.486, - "new_cases_smoothed_per_million": 3.476, - "total_deaths_per_million": 1.072, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.071, - "stringency_index": 41.67 - }, - { - "date": "2020-06-23", - "total_cases": 807.0, - "new_cases": 42.0, - "new_cases_smoothed": 46.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 66.567, - "new_cases_per_million": 3.464, - "new_cases_smoothed_per_million": 3.818, - "total_deaths_per_million": 1.072, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-06-24", - "total_cases": 850.0, - "new_cases": 43.0, - "new_cases_smoothed": 45.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 70.114, - "new_cases_per_million": 3.547, - "new_cases_smoothed_per_million": 3.747, - "total_deaths_per_million": 1.072, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-06-25", - "total_cases": 902.0, - "new_cases": 52.0, - "new_cases_smoothed": 47.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 74.403, - "new_cases_per_million": 4.289, - "new_cases_smoothed_per_million": 3.889, - "total_deaths_per_million": 1.072, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-06-26", - "total_cases": 1017.0, - "new_cases": 115.0, - "new_cases_smoothed": 60.0, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 83.889, - "new_cases_per_million": 9.486, - "new_cases_smoothed_per_million": 4.949, - "total_deaths_per_million": 1.155, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-06-27", - "total_cases": 1053.0, - "new_cases": 36.0, - "new_cases_smoothed": 57.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 86.858, - "new_cases_per_million": 2.97, - "new_cases_smoothed_per_million": 4.749, - "total_deaths_per_million": 1.155, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-06-28", - "total_cases": 1124.0, - "new_cases": 71.0, - "new_cases_smoothed": 67.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 92.715, - "new_cases_per_million": 5.857, - "new_cases_smoothed_per_million": 5.586, - "total_deaths_per_million": 1.155, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-06-29", - "total_cases": 1149.0, - "new_cases": 25.0, - "new_cases_smoothed": 54.857, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 94.777, - "new_cases_per_million": 2.062, - "new_cases_smoothed_per_million": 4.525, - "total_deaths_per_million": 1.32, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-06-30", - "total_cases": 1187.0, - "new_cases": 38.0, - "new_cases_smoothed": 54.286, - "total_deaths": 19.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 97.911, - "new_cases_per_million": 3.134, - "new_cases_smoothed_per_million": 4.478, - "total_deaths_per_million": 1.567, - "new_deaths_per_million": 0.247, - "new_deaths_smoothed_per_million": 0.071, - "stringency_index": 41.67 - }, - { - "date": "2020-07-01", - "total_cases": 1199.0, - "new_cases": 12.0, - "new_cases_smoothed": 49.857, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.99, - "new_cases_smoothed_per_million": 4.113, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.094, - "stringency_index": 41.67 - }, - { - "date": "2020-07-02", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.5, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.094, - "stringency_index": 41.67 - }, - { - "date": "2020-07-03", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 26.0, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.145, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 41.67 - }, - { - "date": "2020-07-04", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.857, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.72, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 41.67 - }, - { - "date": "2020-07-05", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.884, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 41.67 - }, - { - "date": "2020-07-06", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.589, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-07", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.141, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-07-08", - "total_cases": 1199.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.732, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-07-09", - "total_cases": 1285.0, - "new_cases": 86.0, - "new_cases_smoothed": 12.286, - "total_deaths": 23.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 105.995, - "new_cases_per_million": 7.094, - "new_cases_smoothed_per_million": 1.013, - "total_deaths_per_million": 1.897, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-07-10", - "total_cases": 1285.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.286, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 105.995, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.013, - "total_deaths_per_million": 1.897, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-07-11", - "total_cases": 1285.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.286, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 105.995, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.013, - "total_deaths_per_million": 1.897, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-07-12", - "total_cases": 1378.0, - "new_cases": 93.0, - "new_cases_smoothed": 25.571, - "total_deaths": 26.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 113.666, - "new_cases_per_million": 7.671, - "new_cases_smoothed_per_million": 2.109, - "total_deaths_per_million": 2.145, - "new_deaths_per_million": 0.247, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-13", - "total_cases": 1378.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 113.666, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.109, - "total_deaths_per_million": 2.145, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-14", - "total_cases": 1378.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 113.666, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.109, - "total_deaths_per_million": 2.145, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-15", - "total_cases": 1378.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.571, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 113.666, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.109, - "total_deaths_per_million": 2.145, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-16", - "total_cases": 1378.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.286, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 113.666, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.096, - "total_deaths_per_million": 2.145, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-07-17", - "total_cases": 1463.0, - "new_cases": 85.0, - "new_cases_smoothed": 25.429, - "total_deaths": 28.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 120.678, - "new_cases_per_million": 7.011, - "new_cases_smoothed_per_million": 2.098, - "total_deaths_per_million": 2.31, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-18", - "total_cases": 1602.0, - "new_cases": 139.0, - "new_cases_smoothed": 45.286, - "total_deaths": 31.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 132.143, - "new_cases_per_million": 11.466, - "new_cases_smoothed_per_million": 3.735, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.247, - "new_deaths_smoothed_per_million": 0.094, - "stringency_index": 41.67 - }, - { - "date": "2020-07-19", - "total_cases": 1602.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.64, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-20", - "total_cases": 1602.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.64, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-21", - "total_cases": 1602.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.64, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-22", - "total_cases": 1602.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.64, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-23", - "total_cases": 1602.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 132.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.64, - "total_deaths_per_million": 2.557, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 41.67 - }, - { - "date": "2020-07-24", - "total_cases": 1694.0, - "new_cases": 92.0, - "new_cases_smoothed": 33.0, - "total_deaths": 34.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 139.732, - "new_cases_per_million": 7.589, - "new_cases_smoothed_per_million": 2.722, - "total_deaths_per_million": 2.805, - "new_deaths_per_million": 0.247, - "new_deaths_smoothed_per_million": 0.071, - "stringency_index": 41.67 - }, - { - "date": "2020-07-25", - "total_cases": 1694.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.143, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 139.732, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.084, - "total_deaths_per_million": 2.805, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-07-26", - "total_cases": 1694.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.143, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 139.732, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.084, - "total_deaths_per_million": 2.805, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-07-27", - "total_cases": 1770.0, - "new_cases": 76.0, - "new_cases_smoothed": 24.0, - "total_deaths": 35.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 146.001, - "new_cases_per_million": 6.269, - "new_cases_smoothed_per_million": 1.98, - "total_deaths_per_million": 2.887, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-07-28", - "total_cases": 1770.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.0, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 146.001, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.98, - "total_deaths_per_million": 2.887, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-07-29", - "total_cases": 1770.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.0, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 146.001, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.98, - "total_deaths_per_million": 2.887, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-07-30", - "total_cases": 1770.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.0, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 146.001, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.98, - "total_deaths_per_million": 2.887, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.047, - "stringency_index": 41.67 - }, - { - "date": "2020-07-31", - "total_cases": 1770.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.857, - "total_deaths": 35.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 146.001, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.896, - "total_deaths_per_million": 2.887, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-01", - "total_cases": 1805.0, - "new_cases": 35.0, - "new_cases_smoothed": 15.857, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 148.888, - "new_cases_per_million": 2.887, - "new_cases_smoothed_per_million": 1.308, - "total_deaths_per_million": 2.97, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-02", - "total_cases": 1805.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.857, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 148.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.308, - "total_deaths_per_million": 2.97, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-03", - "total_cases": 1805.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 148.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.412, - "total_deaths_per_million": 2.97, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-04", - "total_cases": 1805.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 148.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.412, - "total_deaths_per_million": 2.97, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-05", - "total_cases": 1914.0, - "new_cases": 109.0, - "new_cases_smoothed": 20.571, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 157.879, - "new_cases_per_million": 8.991, - "new_cases_smoothed_per_million": 1.697, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-08-06", - "total_cases": 1914.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.571, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 157.879, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.697, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-08-07", - "total_cases": 1936.0, - "new_cases": 22.0, - "new_cases_smoothed": 23.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 159.694, - "new_cases_per_million": 1.815, - "new_cases_smoothed_per_million": 1.956, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 41.67 - }, - { - "date": "2020-08-08", - "total_cases": 1936.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 159.694, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.544, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-09", - "total_cases": 1936.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 159.694, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.544, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-10", - "total_cases": 1936.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 159.694, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.544, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-11", - "total_cases": 1936.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 159.694, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.544, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 41.67 - }, - { - "date": "2020-08-12", - "total_cases": 2001.0, - "new_cases": 65.0, - "new_cases_smoothed": 12.429, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 165.055, - "new_cases_per_million": 5.362, - "new_cases_smoothed_per_million": 1.025, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-13", - "total_cases": 2001.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.429, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 165.055, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.025, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-14", - "total_cases": 2001.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.286, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 165.055, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.766, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-15", - "total_cases": 2001.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.286, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 165.055, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.766, - "total_deaths_per_million": 3.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-16", - "total_cases": 2063.0, - "new_cases": 62.0, - "new_cases_smoothed": 18.143, - "total_deaths": 39.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 170.17, - "new_cases_per_million": 5.114, - "new_cases_smoothed_per_million": 1.497, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-17", - "total_cases": 2063.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.143, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 170.17, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.497, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-18", - "total_cases": 2063.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.143, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 170.17, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.497, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-19", - "total_cases": 2063.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.857, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 170.17, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.731, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-20", - "total_cases": 2063.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.857, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 170.17, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.731, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-21", - "total_cases": 2095.0, - "new_cases": 32.0, - "new_cases_smoothed": 13.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 172.809, - "new_cases_per_million": 2.64, - "new_cases_smoothed_per_million": 1.108, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-22", - "total_cases": 2095.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 172.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.108, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-23", - "total_cases": 2115.0, - "new_cases": 20.0, - "new_cases_smoothed": 7.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 174.459, - "new_cases_per_million": 1.65, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-24", - "total_cases": 2115.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 174.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-25", - "total_cases": 2115.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 174.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-26", - "total_cases": 2115.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 174.459, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.613, - "total_deaths_per_million": 3.217, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-08-27", - "total_cases": 2145.0, - "new_cases": 30.0, - "new_cases_smoothed": 11.714, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 2.475, - "new_cases_smoothed_per_million": 0.966, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-28", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.589, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-29", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.589, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-30", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-08-31", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-09-01", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-09-02", - "total_cases": 2145.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 176.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 41.67 - }, - { - "date": "2020-09-03", - "total_cases": 2194.0, - "new_cases": 49.0, - "new_cases_smoothed": 7.0, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 180.975, - "new_cases_per_million": 4.042, - "new_cases_smoothed_per_million": 0.577, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-04", - "total_cases": 2194.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.0, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 180.975, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.577, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-05", - "total_cases": 2194.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.0, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 180.975, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.577, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-06", - "total_cases": 2213.0, - "new_cases": 19.0, - "new_cases_smoothed": 9.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.543, - "new_cases_per_million": 1.567, - "new_cases_smoothed_per_million": 0.801, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-07", - "total_cases": 2213.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.801, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-08", - "total_cases": 2213.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.801, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-09", - "total_cases": 2213.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.801, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-10", - "total_cases": 2242.0, - "new_cases": 29.0, - "new_cases_smoothed": 6.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.935, - "new_cases_per_million": 2.392, - "new_cases_smoothed_per_million": 0.566, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-11", - "total_cases": 2242.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.935, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.566, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-12", - "total_cases": 2242.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.935, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.566, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-13", - "total_cases": 2242.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.935, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-14", - "total_cases": 2267.0, - "new_cases": 25.0, - "new_cases_smoothed": 7.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.997, - "new_cases_per_million": 2.062, - "new_cases_smoothed_per_million": 0.636, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-09-15", - "total_cases": 2267.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.636, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 2267.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.636, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 2280.0, - "new_cases": 13.0, - "new_cases_smoothed": 5.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.069, - "new_cases_per_million": 1.072, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 2280.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.069, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 2280.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.069, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 2280.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.069, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.448, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 2280.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.069, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.153, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 2294.0, - "new_cases": 14.0, - "new_cases_smoothed": 3.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 189.224, - "new_cases_per_million": 1.155, - "new_cases_smoothed_per_million": 0.318, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 2294.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 189.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.318, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 2325.0, - "new_cases": 31.0, - "new_cases_smoothed": 6.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 191.781, - "new_cases_per_million": 2.557, - "new_cases_smoothed_per_million": 0.53, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 2325.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 191.781, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.53, - "total_deaths_per_million": 3.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BES": { - "continent": "North America", - "location": "Bonaire Sint Eustatius and Saba", - "population": 26221.0, - "life_expectancy": 77.79, - "data": [ - { - "date": "2020-04-02", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 76.275, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-03", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-04", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-05", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-06", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-07", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-08", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-09", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-10", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-11", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-12", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-13", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 114.412, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-14", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-15", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-16", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-17", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-18", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-19", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.549, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-20", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 190.687, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-21", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 190.687, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-22", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-23", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-24", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-25", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-26", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-27", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-28", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-29", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-30", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-01", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.824, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 266.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 9.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 343.236, - "new_cases_per_million": 76.275, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 343.236, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 10.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 381.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 11.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 419.511, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 13.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 76.275, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 495.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 14.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 533.923, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 5.448, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 572.061, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 572.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 572.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 572.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 572.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.896, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 18.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 686.473, - "new_cases_per_million": 114.412, - "new_cases_smoothed_per_million": 27.241, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 686.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.793, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 686.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 686.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 686.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.345, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 19.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 724.61, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 21.793, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 23.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 877.16, - "new_cases_per_million": 152.549, - "new_cases_smoothed_per_million": 43.586, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 25.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 953.434, - "new_cases_per_million": 76.275, - "new_cases_smoothed_per_million": 38.137, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 953.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 38.137, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 953.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 38.137, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 953.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 38.137, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 991.572, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 43.586, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 27.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1029.709, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 43.586, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 38.137, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-16", - "total_cases": 28.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1067.846, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 27.241, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-17", - "total_cases": 32.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1220.396, - "new_cases_per_million": 152.549, - "new_cases_smoothed_per_million": 38.137, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-18", - "total_cases": 36.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1372.945, - "new_cases_per_million": 152.549, - "new_cases_smoothed_per_million": 59.93, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-19", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1372.945, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.93, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-20", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1372.945, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.93, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-21", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1372.945, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 54.482, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.448 - }, - { - "date": "2020-09-22", - "total_cases": 56.0, - "new_cases": 20.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2135.693, - "new_cases_per_million": 762.747, - "new_cases_smoothed_per_million": 157.998, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 64.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2440.792, - "new_cases_per_million": 305.099, - "new_cases_smoothed_per_million": 196.135, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 69.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2631.479, - "new_cases_per_million": 190.687, - "new_cases_smoothed_per_million": 201.583, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 78.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2974.715, - "new_cases_per_million": 343.236, - "new_cases_smoothed_per_million": 228.824, - "total_deaths_per_million": 38.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BFA": { - "continent": "Africa", - "location": "Burkina Faso", - "population": 20903278.0, - "population_density": 70.151, - "median_age": 17.6, - "aged_65_older": 2.409, - "aged_70_older": 1.358, - "gdp_per_capita": 1703.102, - "extreme_poverty": 43.7, - "cardiovasc_death_rate": 269.048, - "diabetes_prevalence": 2.42, - "female_smokers": 1.6, - "male_smokers": 23.9, - "handwashing_facilities": 11.877, - "hospital_beds_per_thousand": 0.4, - "life_expectancy": 61.58, - "human_development_index": 0.423, - "data": [ - { - "date": "2020-03-11", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.096, - "new_cases_per_million": 0.096, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.096, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-15", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.144, - "new_cases_per_million": 0.048, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-16", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.144, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-17", - "total_cases": 20.0, - "new_cases": 17.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.957, - "new_cases_per_million": 0.813, - "new_cases_smoothed_per_million": 0.137, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-18", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.957, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.123, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-19", - "total_cases": 26.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.244, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.164, - "total_deaths_per_million": 0.048, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 33.33 - }, - { - "date": "2020-03-20", - "total_cases": 33.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.579, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.212, - "total_deaths_per_million": 0.048, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 33.33 - }, - { - "date": "2020-03-21", - "total_cases": 40.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.914, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.26, - "total_deaths_per_million": 0.048, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 73.15 - }, - { - "date": "2020-03-22", - "total_cases": 64.0, - "new_cases": 24.0, - "new_cases_smoothed": 8.714, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.062, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 0.417, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-23", - "total_cases": 64.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.062, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.417, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-24", - "total_cases": 75.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.588, - "new_cases_per_million": 0.526, - "new_cases_smoothed_per_million": 0.376, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-25", - "total_cases": 99.0, - "new_cases": 24.0, - "new_cases_smoothed": 11.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.736, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 0.54, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-26", - "total_cases": 114.0, - "new_cases": 15.0, - "new_cases_smoothed": 12.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.454, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 84.26 - }, - { - "date": "2020-03-27", - "total_cases": 146.0, - "new_cases": 32.0, - "new_cases_smoothed": 16.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.985, - "new_cases_per_million": 1.531, - "new_cases_smoothed_per_million": 0.772, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 84.26 - }, - { - "date": "2020-03-28", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.985, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.724, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 84.26 - }, - { - "date": "2020-03-29", - "total_cases": 180.0, - "new_cases": 34.0, - "new_cases_smoothed": 16.571, - "total_deaths": 9.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 8.611, - "new_cases_per_million": 1.627, - "new_cases_smoothed_per_million": 0.793, - "total_deaths_per_million": 0.431, - "new_deaths_per_million": 0.287, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 8.611, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.793, - "total_deaths_per_million": 0.431, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 84.26 - }, - { - "date": "2020-03-31", - "total_cases": 222.0, - "new_cases": 42.0, - "new_cases_smoothed": 21.0, - "total_deaths": 12.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 10.62, - "new_cases_per_million": 2.009, - "new_cases_smoothed_per_million": 1.005, - "total_deaths_per_million": 0.574, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-01", - "total_cases": 246.0, - "new_cases": 24.0, - "new_cases_smoothed": 21.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 11.768, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 1.005, - "total_deaths_per_million": 0.574, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-02", - "total_cases": 261.0, - "new_cases": 15.0, - "new_cases_smoothed": 21.0, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 12.486, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 1.005, - "total_deaths_per_million": 0.67, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 84.26 - }, - { - "date": "2020-04-03", - "total_cases": 288.0, - "new_cases": 27.0, - "new_cases_smoothed": 20.286, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 13.778, - "new_cases_per_million": 1.292, - "new_cases_smoothed_per_million": 0.97, - "total_deaths_per_million": 0.765, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 84.26 - }, - { - "date": "2020-04-04", - "total_cases": 288.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.286, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 13.778, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.97, - "total_deaths_per_million": 0.765, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 84.26 - }, - { - "date": "2020-04-05", - "total_cases": 302.0, - "new_cases": 14.0, - "new_cases_smoothed": 17.429, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 14.447, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.834, - "total_deaths_per_million": 0.765, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-06", - "total_cases": 345.0, - "new_cases": 43.0, - "new_cases_smoothed": 23.571, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 16.505, - "new_cases_per_million": 2.057, - "new_cases_smoothed_per_million": 1.128, - "total_deaths_per_million": 0.813, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-07", - "total_cases": 364.0, - "new_cases": 19.0, - "new_cases_smoothed": 20.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 17.414, - "new_cases_per_million": 0.909, - "new_cases_smoothed_per_million": 0.97, - "total_deaths_per_million": 0.813, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.034, - "stringency_index": 84.26 - }, - { - "date": "2020-04-08", - "total_cases": 384.0, - "new_cases": 20.0, - "new_cases_smoothed": 19.714, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 18.37, - "new_cases_per_million": 0.957, - "new_cases_smoothed_per_million": 0.943, - "total_deaths_per_million": 0.909, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-09", - "total_cases": 414.0, - "new_cases": 30.0, - "new_cases_smoothed": 21.857, - "total_deaths": 23.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 19.806, - "new_cases_per_million": 1.435, - "new_cases_smoothed_per_million": 1.046, - "total_deaths_per_million": 1.1, - "new_deaths_per_million": 0.191, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-10", - "total_cases": 443.0, - "new_cases": 29.0, - "new_cases_smoothed": 22.143, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 21.193, - "new_cases_per_million": 1.387, - "new_cases_smoothed_per_million": 1.059, - "total_deaths_per_million": 1.148, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-11", - "total_cases": 448.0, - "new_cases": 5.0, - "new_cases_smoothed": 22.857, - "total_deaths": 26.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 21.432, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 1.093, - "total_deaths_per_million": 1.244, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.068, - "stringency_index": 84.26 - }, - { - "date": "2020-04-12", - "total_cases": 484.0, - "new_cases": 36.0, - "new_cases_smoothed": 26.0, - "total_deaths": 27.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 23.154, - "new_cases_per_million": 1.722, - "new_cases_smoothed_per_million": 1.244, - "total_deaths_per_million": 1.292, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 84.26 - }, - { - "date": "2020-04-13", - "total_cases": 497.0, - "new_cases": 13.0, - "new_cases_smoothed": 21.714, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 23.776, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 1.039, - "total_deaths_per_million": 1.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.068, - "stringency_index": 84.26 - }, - { - "date": "2020-04-14", - "total_cases": 515.0, - "new_cases": 18.0, - "new_cases_smoothed": 21.571, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 24.637, - "new_cases_per_million": 0.861, - "new_cases_smoothed_per_million": 1.032, - "total_deaths_per_million": 1.34, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 84.26 - }, - { - "date": "2020-04-15", - "total_cases": 528.0, - "new_cases": 13.0, - "new_cases_smoothed": 20.571, - "total_deaths": 30.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 25.259, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.984, - "total_deaths_per_million": 1.435, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 84.26 - }, - { - "date": "2020-04-16", - "total_cases": 542.0, - "new_cases": 14.0, - "new_cases_smoothed": 18.286, - "total_deaths": 32.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 25.929, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.875, - "total_deaths_per_million": 1.531, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-17", - "total_cases": 543.0, - "new_cases": 1.0, - "new_cases_smoothed": 14.286, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 25.977, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.683, - "total_deaths_per_million": 1.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-18", - "total_cases": 557.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.571, - "total_deaths": 35.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 26.647, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.745, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-19", - "total_cases": 565.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.571, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 27.029, - "new_cases_per_million": 0.383, - "new_cases_smoothed_per_million": 0.554, - "total_deaths_per_million": 1.722, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-20", - "total_cases": 576.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.286, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 27.555, - "new_cases_per_million": 0.526, - "new_cases_smoothed_per_million": 0.54, - "total_deaths_per_million": 1.722, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-21", - "total_cases": 581.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.429, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 27.795, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.451, - "total_deaths_per_million": 1.818, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.068, - "stringency_index": 84.26 - }, - { - "date": "2020-04-22", - "total_cases": 600.0, - "new_cases": 19.0, - "new_cases_smoothed": 10.286, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 28.704, - "new_cases_per_million": 0.909, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 1.818, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 84.26 - }, - { - "date": "2020-04-23", - "total_cases": 609.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.571, - "total_deaths": 39.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 29.134, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.458, - "total_deaths_per_million": 1.866, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 84.26 - }, - { - "date": "2020-04-24", - "total_cases": 616.0, - "new_cases": 7.0, - "new_cases_smoothed": 10.429, - "total_deaths": 41.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 29.469, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.499, - "total_deaths_per_million": 1.961, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 84.26 - }, - { - "date": "2020-04-25", - "total_cases": 626.0, - "new_cases": 10.0, - "new_cases_smoothed": 9.857, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 29.947, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.472, - "total_deaths_per_million": 1.961, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 84.26 - }, - { - "date": "2020-04-26", - "total_cases": 629.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.143, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 30.091, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 1.961, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.034, - "stringency_index": 84.26 - }, - { - "date": "2020-04-27", - "total_cases": 632.0, - "new_cases": 3.0, - "new_cases_smoothed": 8.0, - "total_deaths": 42.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 30.234, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.383, - "total_deaths_per_million": 2.009, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 84.26 - }, - { - "date": "2020-04-28", - "total_cases": 635.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.714, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30.378, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.369, - "total_deaths_per_million": 2.009, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 84.26 - }, - { - "date": "2020-04-29", - "total_cases": 638.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.429, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30.522, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.26, - "total_deaths_per_million": 2.009, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 84.26 - }, - { - "date": "2020-04-30", - "total_cases": 641.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.571, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30.665, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.219, - "total_deaths_per_million": 2.057, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 84.26 - }, - { - "date": "2020-05-01", - "total_cases": 645.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.143, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 30.856, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.198, - "total_deaths_per_million": 2.057, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 84.26 - }, - { - "date": "2020-05-02", - "total_cases": 649.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.286, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 31.048, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.157, - "total_deaths_per_million": 2.105, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-05-03", - "total_cases": 652.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.286, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 31.191, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.157, - "total_deaths_per_million": 2.105, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-05-04", - "total_cases": 662.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.286, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 31.67, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.205, - "total_deaths_per_million": 2.153, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 89.81 - }, - { - "date": "2020-05-05", - "total_cases": 672.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.286, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 32.148, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.253, - "total_deaths_per_million": 2.201, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 67.59 - }, - { - "date": "2020-05-06", - "total_cases": 688.0, - "new_cases": 16.0, - "new_cases_smoothed": 7.143, - "total_deaths": 48.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 32.913, - "new_cases_per_million": 0.765, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 67.59 - }, - { - "date": "2020-05-07", - "total_cases": 729.0, - "new_cases": 41.0, - "new_cases_smoothed": 12.571, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 34.875, - "new_cases_per_million": 1.961, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.034, - "stringency_index": 67.59 - }, - { - "date": "2020-05-08", - "total_cases": 736.0, - "new_cases": 7.0, - "new_cases_smoothed": 13.0, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 35.21, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.622, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.034, - "stringency_index": 67.59 - }, - { - "date": "2020-05-09", - "total_cases": 744.0, - "new_cases": 8.0, - "new_cases_smoothed": 13.571, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 35.593, - "new_cases_per_million": 0.383, - "new_cases_smoothed_per_million": 0.649, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 67.59 - }, - { - "date": "2020-05-10", - "total_cases": 748.0, - "new_cases": 4.0, - "new_cases_smoothed": 13.714, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 35.784, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.656, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 67.59 - }, - { - "date": "2020-05-11", - "total_cases": 751.0, - "new_cases": 3.0, - "new_cases_smoothed": 12.714, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 35.927, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.608, - "total_deaths_per_million": 2.344, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 67.59 - }, - { - "date": "2020-05-12", - "total_cases": 760.0, - "new_cases": 9.0, - "new_cases_smoothed": 12.571, - "total_deaths": 50.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 36.358, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.601, - "total_deaths_per_million": 2.392, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 67.59 - }, - { - "date": "2020-05-13", - "total_cases": 766.0, - "new_cases": 6.0, - "new_cases_smoothed": 11.143, - "total_deaths": 51.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 36.645, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.533, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 67.59 - }, - { - "date": "2020-05-14", - "total_cases": 773.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 36.98, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.301, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 60.19 - }, - { - "date": "2020-05-15", - "total_cases": 773.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 36.98, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.253, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 60.19 - }, - { - "date": "2020-05-16", - "total_cases": 782.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 37.41, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.26, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 60.19 - }, - { - "date": "2020-05-17", - "total_cases": 782.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 37.41, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.232, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 60.19 - }, - { - "date": "2020-05-18", - "total_cases": 796.0, - "new_cases": 14.0, - "new_cases_smoothed": 6.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 38.08, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.308, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 60.19 - }, - { - "date": "2020-05-19", - "total_cases": 796.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.08, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.44, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-20", - "total_cases": 806.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.714, - "total_deaths": 52.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.559, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-21", - "total_cases": 809.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.702, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-22", - "total_cases": 812.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.846, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-23", - "total_cases": 814.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.941, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.219, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-24", - "total_cases": 814.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.219, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-25", - "total_cases": 832.0, - "new_cases": 18.0, - "new_cases_smoothed": 5.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 39.802, - "new_cases_per_million": 0.861, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-26", - "total_cases": 841.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.429, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.233, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.308, - "total_deaths_per_million": 2.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-27", - "total_cases": 845.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.571, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.424, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-28", - "total_cases": 845.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-29", - "total_cases": 847.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.52, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-30", - "total_cases": 847.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.52, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.226, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-05-31", - "total_cases": 853.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 40.807, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 60.19 - }, - { - "date": "2020-06-01", - "total_cases": 881.0, - "new_cases": 28.0, - "new_cases_smoothed": 7.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 42.146, - "new_cases_per_million": 1.34, - "new_cases_smoothed_per_million": 0.335, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 45.37 - }, - { - "date": "2020-06-02", - "total_cases": 881.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 42.146, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 45.37 - }, - { - "date": "2020-06-03", - "total_cases": 883.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.242, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.26, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-04", - "total_cases": 884.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.29, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-05", - "total_cases": 885.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.338, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.26, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-06", - "total_cases": 888.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.481, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-07", - "total_cases": 888.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-08", - "total_cases": 889.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.529, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-09", - "total_cases": 890.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.577, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.062, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-10", - "total_cases": 891.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.625, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-11", - "total_cases": 891.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.625, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-12", - "total_cases": 892.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.673, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-13", - "total_cases": 892.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.673, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-14", - "total_cases": 894.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.768, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.041, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-15", - "total_cases": 894.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.768, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-16", - "total_cases": 894.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.768, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-17", - "total_cases": 895.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.816, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-18", - "total_cases": 899.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.008, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-19", - "total_cases": 899.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.008, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-20", - "total_cases": 900.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.055, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-21", - "total_cases": 902.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.151, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-22", - "total_cases": 903.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.199, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.062, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-23", - "total_cases": 907.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.39, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-24", - "total_cases": 919.0, - "new_cases": 12.0, - "new_cases_smoothed": 3.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 43.964, - "new_cases_per_million": 0.574, - "new_cases_smoothed_per_million": 0.164, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-25", - "total_cases": 934.0, - "new_cases": 15.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 44.682, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-26", - "total_cases": 941.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.017, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.287, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-27", - "total_cases": 941.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-28", - "total_cases": 941.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-29", - "total_cases": 959.0, - "new_cases": 18.0, - "new_cases_smoothed": 8.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.878, - "new_cases_per_million": 0.861, - "new_cases_smoothed_per_million": 0.383, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-06-30", - "total_cases": 959.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.878, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.355, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-01", - "total_cases": 962.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 46.021, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.294, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-02", - "total_cases": 962.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 46.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.191, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-03", - "total_cases": 980.0, - "new_cases": 18.0, - "new_cases_smoothed": 5.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 46.883, - "new_cases_per_million": 0.861, - "new_cases_smoothed_per_million": 0.267, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-04", - "total_cases": 987.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.217, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.314, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-05", - "total_cases": 987.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.217, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.314, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-06", - "total_cases": 987.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.217, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.191, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-07", - "total_cases": 1000.0, - "new_cases": 13.0, - "new_cases_smoothed": 5.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.839, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-08", - "total_cases": 1003.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.983, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-09", - "total_cases": 1005.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.079, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.294, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-10", - "total_cases": 1020.0, - "new_cases": 15.0, - "new_cases_smoothed": 5.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.796, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-11", - "total_cases": 1020.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.796, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.226, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-12", - "total_cases": 1033.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.418, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.314, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-13", - "total_cases": 1036.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.562, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.335, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-14", - "total_cases": 1036.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.562, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-15", - "total_cases": 1038.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.657, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-16", - "total_cases": 1038.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.226, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-17", - "total_cases": 1038.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.657, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.123, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-18", - "total_cases": 1047.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.088, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-19", - "total_cases": 1052.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.327, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.13, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-20", - "total_cases": 1065.0, - "new_cases": 13.0, - "new_cases_smoothed": 4.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.949, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.198, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-21", - "total_cases": 1065.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.198, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-22", - "total_cases": 1065.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-23", - "total_cases": 1066.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.997, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.191, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-24", - "total_cases": 1075.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 51.427, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.253, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-25", - "total_cases": 1081.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 51.714, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.232, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-26", - "total_cases": 1086.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 51.954, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.232, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-27", - "total_cases": 1100.0, - "new_cases": 14.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.623, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-28", - "total_cases": 1100.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.623, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.239, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-29", - "total_cases": 1106.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.91, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-30", - "total_cases": 1117.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.437, - "new_cases_per_million": 0.526, - "new_cases_smoothed_per_million": 0.349, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-31", - "total_cases": 1117.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.437, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.287, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-08-01", - "total_cases": 1143.0, - "new_cases": 26.0, - "new_cases_smoothed": 8.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 54.68, - "new_cases_per_million": 1.244, - "new_cases_smoothed_per_million": 0.424, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-08-02", - "total_cases": 1149.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 54.967, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.431, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-08-03", - "total_cases": 1150.0, - "new_cases": 1.0, - "new_cases_smoothed": 7.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.015, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 2.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-08-04", - "total_cases": 1153.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.571, - "total_deaths": 54.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 55.159, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.362, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 56.48 - }, - { - "date": "2020-08-05", - "total_cases": 1156.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.143, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 55.302, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 56.48 - }, - { - "date": "2020-08-06", - "total_cases": 1158.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.857, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 55.398, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 56.48 - }, - { - "date": "2020-08-07", - "total_cases": 1162.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.429, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 55.589, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.308, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 56.48 - }, - { - "date": "2020-08-08", - "total_cases": 1175.0, - "new_cases": 13.0, - "new_cases_smoothed": 4.571, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 56.211, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.219, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 56.48 - }, - { - "date": "2020-08-09", - "total_cases": 1180.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.429, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 56.45, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.212, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-10", - "total_cases": 1204.0, - "new_cases": 24.0, - "new_cases_smoothed": 7.714, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 57.599, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 0.369, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-11", - "total_cases": 1211.0, - "new_cases": 7.0, - "new_cases_smoothed": 8.286, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.933, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.396, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-12", - "total_cases": 1213.0, - "new_cases": 2.0, - "new_cases_smoothed": 8.143, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.029, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.39, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-13", - "total_cases": 1228.0, - "new_cases": 15.0, - "new_cases_smoothed": 10.0, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.747, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-14", - "total_cases": 1238.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.857, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.225, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.519, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-15", - "total_cases": 1240.0, - "new_cases": 2.0, - "new_cases_smoothed": 9.286, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.321, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-16", - "total_cases": 1249.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.857, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.751, - "new_cases_per_million": 0.431, - "new_cases_smoothed_per_million": 0.472, - "total_deaths_per_million": 2.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-17", - "total_cases": 1267.0, - "new_cases": 18.0, - "new_cases_smoothed": 9.0, - "total_deaths": 55.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 60.613, - "new_cases_per_million": 0.861, - "new_cases_smoothed_per_million": 0.431, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-18", - "total_cases": 1280.0, - "new_cases": 13.0, - "new_cases_smoothed": 9.857, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 61.234, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.472, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-19", - "total_cases": 1285.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 61.474, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-20", - "total_cases": 1292.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 61.808, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.437, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-21", - "total_cases": 1297.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 62.048, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.403, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-22", - "total_cases": 1313.0, - "new_cases": 16.0, - "new_cases_smoothed": 10.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 62.813, - "new_cases_per_million": 0.765, - "new_cases_smoothed_per_million": 0.499, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-23", - "total_cases": 1320.0, - "new_cases": 7.0, - "new_cases_smoothed": 10.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 63.148, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.485, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-08-24", - "total_cases": 1328.0, - "new_cases": 8.0, - "new_cases_smoothed": 8.714, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 63.531, - "new_cases_per_million": 0.383, - "new_cases_smoothed_per_million": 0.417, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-25", - "total_cases": 1338.0, - "new_cases": 10.0, - "new_cases_smoothed": 8.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.009, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.396, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-26", - "total_cases": 1352.0, - "new_cases": 14.0, - "new_cases_smoothed": 9.571, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.679, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.458, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-27", - "total_cases": 1352.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.571, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.679, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.41, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-28", - "total_cases": 1357.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.571, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.918, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.41, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-29", - "total_cases": 1358.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.966, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.308, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-30", - "total_cases": 1362.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.0, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.157, - "new_cases_per_million": 0.191, - "new_cases_smoothed_per_million": 0.287, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-31", - "total_cases": 1368.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.714, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.444, - "new_cases_per_million": 0.287, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-01", - "total_cases": 1370.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.571, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.54, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.219, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-02", - "total_cases": 1375.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.779, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.157, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-03", - "total_cases": 1378.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.923, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.178, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-04", - "total_cases": 1386.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 66.305, - "new_cases_per_million": 0.383, - "new_cases_smoothed_per_million": 0.198, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-05", - "total_cases": 1408.0, - "new_cases": 22.0, - "new_cases_smoothed": 7.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.358, - "new_cases_per_million": 1.052, - "new_cases_smoothed_per_million": 0.342, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-06", - "total_cases": 1447.0, - "new_cases": 39.0, - "new_cases_smoothed": 12.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 69.224, - "new_cases_per_million": 1.866, - "new_cases_smoothed_per_million": 0.581, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-07", - "total_cases": 1452.0, - "new_cases": 5.0, - "new_cases_smoothed": 12.0, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 69.463, - "new_cases_per_million": 0.239, - "new_cases_smoothed_per_million": 0.574, - "total_deaths_per_million": 2.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-09-08", - "total_cases": 1463.0, - "new_cases": 11.0, - "new_cases_smoothed": 13.286, - "total_deaths": 56.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 69.989, - "new_cases_per_million": 0.526, - "new_cases_smoothed_per_million": 0.636, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-09-09", - "total_cases": 1466.0, - "new_cases": 3.0, - "new_cases_smoothed": 13.0, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 70.133, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.622, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 48.15 - }, - { - "date": "2020-09-10", - "total_cases": 1476.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.0, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 70.611, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.67, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-09-11", - "total_cases": 1486.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.286, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 71.089, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 0.683, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-09-12", - "total_cases": 1499.0, - "new_cases": 13.0, - "new_cases_smoothed": 13.0, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 71.711, - "new_cases_per_million": 0.622, - "new_cases_smoothed_per_million": 0.622, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-09-13", - "total_cases": 1514.0, - "new_cases": 15.0, - "new_cases_smoothed": 9.571, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 72.429, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 0.458, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-09-14", - "total_cases": 1707.0, - "new_cases": 193.0, - "new_cases_smoothed": 36.429, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 81.662, - "new_cases_per_million": 9.233, - "new_cases_smoothed_per_million": 1.743, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-09-15", - "total_cases": 1717.0, - "new_cases": 10.0, - "new_cases_smoothed": 36.286, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 82.14, - "new_cases_per_million": 0.478, - "new_cases_smoothed_per_million": 1.736, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-16", - "total_cases": 1733.0, - "new_cases": 16.0, - "new_cases_smoothed": 38.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 82.906, - "new_cases_per_million": 0.765, - "new_cases_smoothed_per_million": 1.825, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-17", - "total_cases": 1748.0, - "new_cases": 15.0, - "new_cases_smoothed": 38.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 83.623, - "new_cases_per_million": 0.718, - "new_cases_smoothed_per_million": 1.859, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-18", - "total_cases": 1767.0, - "new_cases": 19.0, - "new_cases_smoothed": 40.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 84.532, - "new_cases_per_million": 0.909, - "new_cases_smoothed_per_million": 1.92, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-19", - "total_cases": 1797.0, - "new_cases": 30.0, - "new_cases_smoothed": 42.571, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.967, - "new_cases_per_million": 1.435, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-20", - "total_cases": 1816.0, - "new_cases": 19.0, - "new_cases_smoothed": 43.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.876, - "new_cases_per_million": 0.909, - "new_cases_smoothed_per_million": 2.064, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-21", - "total_cases": 1846.0, - "new_cases": 30.0, - "new_cases_smoothed": 19.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.312, - "new_cases_per_million": 1.435, - "new_cases_smoothed_per_million": 0.95, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-22", - "total_cases": 1896.0, - "new_cases": 50.0, - "new_cases_smoothed": 25.571, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.703, - "new_cases_per_million": 2.392, - "new_cases_smoothed_per_million": 1.223, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 1907.0, - "new_cases": 11.0, - "new_cases_smoothed": 24.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 91.23, - "new_cases_per_million": 0.526, - "new_cases_smoothed_per_million": 1.189, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 1929.0, - "new_cases": 22.0, - "new_cases_smoothed": 25.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 92.282, - "new_cases_per_million": 1.052, - "new_cases_smoothed_per_million": 1.237, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 1950.0, - "new_cases": 21.0, - "new_cases_smoothed": 26.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.287, - "new_cases_per_million": 1.005, - "new_cases_smoothed_per_million": 1.251, - "total_deaths_per_million": 2.679, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BGD": { - "continent": "Asia", - "location": "Bangladesh", - "population": 164689383.0, - "population_density": 1265.036, - "median_age": 27.5, - "aged_65_older": 5.098, - "aged_70_older": 3.262, - "gdp_per_capita": 3523.984, - "extreme_poverty": 14.8, - "cardiovasc_death_rate": 298.003, - "diabetes_prevalence": 8.38, - "female_smokers": 1.0, - "male_smokers": 44.7, - "handwashing_facilities": 34.808, - "hospital_beds_per_thousand": 0.8, - "life_expectancy": 72.59, - "human_development_index": 0.608, - "data": [ - { - "date": "2020-03-04", - "total_tests": 108.0, - "total_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-05", - "new_tests": 3.0, - "total_tests": 111.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-06", - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-07", - "total_tests": 120.0, - "total_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-08", - "new_tests": 7.0, - "total_tests": 127.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-09", - "total_cases": 3.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.018, - "new_cases_per_million": 0.018, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 137.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-10", - "new_tests": 10.0, - "total_tests": 147.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-11", - "new_tests": 16.0, - "total_tests": 163.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-12", - "new_tests": 24.0, - "total_tests": 187.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 11.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-13", - "new_tests": 24.0, - "total_tests": 211.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 14.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-14", - "new_tests": 30.0, - "total_tests": 241.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 17.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.018, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 27.0, - "total_tests": 268.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 20.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-03-16", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 293.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 22.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "samples tested", - "stringency_index": 33.33 - }, - { - "date": "2020-03-17", - "total_cases": 5.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.03, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 49.0, - "total_tests": 342.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 28.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 98.0, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 33.33 - }, - { - "date": "2020-03-18", - "total_cases": 8.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.049, - "new_cases_per_million": 0.018, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39.0, - "total_tests": 381.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 31.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 43.4, - "positive_rate": 0.023, - "tests_units": "samples tested", - "stringency_index": 33.33 - }, - { - "date": "2020-03-19", - "total_cases": 10.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 46.0, - "total_tests": 427.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 34.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 34.0, - "positive_rate": 0.028999999999999998, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-03-20", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 36.0, - "total_tests": 463.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 36.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 36.0, - "positive_rate": 0.027999999999999997, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-03-21", - "total_cases": 17.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.103, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 36.0, - "total_tests": 499.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 37.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 18.5, - "positive_rate": 0.054000000000000006, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-22", - "total_cases": 24.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.0, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.146, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 0.012, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 65.0, - "total_tests": 564.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 42.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 14.0, - "positive_rate": 0.071, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-23", - "total_cases": 27.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.164, - "new_cases_per_million": 0.018, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.018, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 56.0, - "total_tests": 620.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 47.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 13.708, - "positive_rate": 0.073, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-24", - "total_cases": 33.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.2, - "new_cases_per_million": 0.036, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.018, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 92.0, - "total_tests": 712.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 53.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 13.25, - "positive_rate": 0.075, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-25", - "total_cases": 39.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 0.237, - "new_cases_per_million": 0.036, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 0.024, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 82.0, - "total_tests": 794.0, - "total_tests_per_thousand": 0.005, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 59.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 13.323, - "positive_rate": 0.075, - "tests_units": "samples tested", - "stringency_index": 82.41 - }, - { - "date": "2020-03-26", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 0.237, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 126.0, - "total_tests": 920.0, - "total_tests_per_thousand": 0.006, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 70.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 16.897000000000002, - "positive_rate": 0.059000000000000004, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-03-27", - "total_cases": 48.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 0.291, - "new_cases_per_million": 0.055, - "new_cases_smoothed_per_million": 0.033, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 106.0, - "total_tests": 1026.0, - "total_tests_per_thousand": 0.006, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 80.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 14.737, - "positive_rate": 0.068, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-03-28", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 0.291, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 50.0, - "total_tests": 1076.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 82.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 18.516, - "positive_rate": 0.054000000000000006, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-03-29", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.291, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 109.0, - "total_tests": 1185.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 89.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 25.958000000000002, - "positive_rate": 0.039, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 49.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.298, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 153.0, - "total_tests": 1338.0, - "total_tests_per_thousand": 0.008, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 103.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 32.773, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-03-31", - "total_cases": 49.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 264.0, - "total_tests": 1602.0, - "total_tests_per_thousand": 0.01, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 127.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 55.562, - "positive_rate": 0.018000000000000002, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-01", - "total_cases": 51.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.31, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 157.0, - "total_tests": 1759.0, - "total_tests_per_thousand": 0.011, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 138.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 80.5, - "positive_rate": 0.012, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-02", - "total_cases": 54.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.328, - "new_cases_per_million": 0.018, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.036, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 147.0, - "total_tests": 1906.0, - "total_tests_per_thousand": 0.012, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 141.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 65.8, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-03", - "total_cases": 56.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.34, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 207.0, - "total_tests": 2113.0, - "total_tests_per_thousand": 0.013, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 155.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 135.625, - "positive_rate": 0.006999999999999999, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-04", - "total_cases": 61.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.37, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 434.0, - "total_tests": 2547.0, - "total_tests_per_thousand": 0.015, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 210.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 113.07700000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-05", - "total_cases": 70.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.143, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.425, - "new_cases_per_million": 0.055, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.049, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 367.0, - "total_tests": 2914.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 247.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 78.59100000000001, - "positive_rate": 0.013000000000000001, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-06", - "total_cases": 88.0, - "new_cases": 18.0, - "new_cases_smoothed": 5.571, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 0.534, - "new_cases_per_million": 0.109, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.055, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 696.0, - "total_tests": 3610.0, - "total_tests_per_thousand": 0.022, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 325.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 58.333, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-07", - "total_cases": 123.0, - "new_cases": 35.0, - "new_cases_smoothed": 10.571, - "total_deaths": 12.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 0.747, - "new_cases_per_million": 0.213, - "new_cases_smoothed_per_million": 0.064, - "total_deaths_per_million": 0.073, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 792.0, - "total_tests": 4402.0, - "total_tests_per_thousand": 0.027, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 400.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 37.838, - "positive_rate": 0.026000000000000002, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-08", - "total_cases": 164.0, - "new_cases": 41.0, - "new_cases_smoothed": 16.143, - "total_deaths": 17.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 0.996, - "new_cases_per_million": 0.249, - "new_cases_smoothed_per_million": 0.098, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 981.0, - "total_tests": 5383.0, - "total_tests_per_thousand": 0.033, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 518.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 32.088, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-09", - "total_cases": 218.0, - "new_cases": 54.0, - "new_cases_smoothed": 23.429, - "total_deaths": 20.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1.324, - "new_cases_per_million": 0.328, - "new_cases_smoothed_per_million": 0.142, - "total_deaths_per_million": 0.121, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.012, - "new_tests": 1097.0, - "total_tests": 6480.0, - "total_tests_per_thousand": 0.039, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 653.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 27.872, - "positive_rate": 0.036000000000000004, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-10", - "total_cases": 330.0, - "new_cases": 112.0, - "new_cases_smoothed": 39.143, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 2.004, - "new_cases_per_million": 0.68, - "new_cases_smoothed_per_million": 0.238, - "total_deaths_per_million": 0.128, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1184.0, - "total_tests": 7664.0, - "total_tests_per_thousand": 0.047, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 793.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 20.259, - "positive_rate": 0.049, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-04-11", - "total_cases": 424.0, - "new_cases": 94.0, - "new_cases_smoothed": 51.857, - "total_deaths": 27.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 2.575, - "new_cases_per_million": 0.571, - "new_cases_smoothed_per_million": 0.315, - "total_deaths_per_million": 0.164, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 649.0, - "total_tests": 8313.0, - "total_tests_per_thousand": 0.05, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 824.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 15.89, - "positive_rate": 0.063, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-12", - "total_cases": 482.0, - "new_cases": 58.0, - "new_cases_smoothed": 58.857, - "total_deaths": 30.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2.927, - "new_cases_per_million": 0.352, - "new_cases_smoothed_per_million": 0.357, - "total_deaths_per_million": 0.182, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 1340.0, - "total_tests": 9653.0, - "total_tests_per_thousand": 0.059, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 963.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 16.362000000000002, - "positive_rate": 0.061, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-13", - "total_cases": 621.0, - "new_cases": 139.0, - "new_cases_smoothed": 76.143, - "total_deaths": 34.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 3.771, - "new_cases_per_million": 0.844, - "new_cases_smoothed_per_million": 0.462, - "total_deaths_per_million": 0.206, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1570.0, - "total_tests": 11223.0, - "total_tests_per_thousand": 0.068, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 1088.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 14.289000000000001, - "positive_rate": 0.07, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-14", - "total_cases": 803.0, - "new_cases": 182.0, - "new_cases_smoothed": 97.143, - "total_deaths": 39.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 4.876, - "new_cases_per_million": 1.105, - "new_cases_smoothed_per_million": 0.59, - "total_deaths_per_million": 0.237, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.023, - "new_tests": 1905.0, - "total_tests": 13128.0, - "total_tests_per_thousand": 0.08, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 1247.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 12.837, - "positive_rate": 0.078, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-15", - "total_cases": 1012.0, - "new_cases": 209.0, - "new_cases_smoothed": 121.143, - "total_deaths": 46.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 6.145, - "new_cases_per_million": 1.269, - "new_cases_smoothed_per_million": 0.736, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1740.0, - "total_tests": 14868.0, - "total_tests_per_thousand": 0.09, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 1355.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 11.185, - "positive_rate": 0.08900000000000001, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-16", - "total_cases": 1231.0, - "new_cases": 219.0, - "new_cases_smoothed": 144.714, - "total_deaths": 50.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 7.475, - "new_cases_per_million": 1.33, - "new_cases_smoothed_per_million": 0.879, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2135.0, - "total_tests": 17003.0, - "total_tests_per_thousand": 0.103, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 1503.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 10.386, - "positive_rate": 0.096, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-17", - "total_cases": 1572.0, - "new_cases": 341.0, - "new_cases_smoothed": 177.429, - "total_deaths": 60.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 9.545, - "new_cases_per_million": 2.071, - "new_cases_smoothed_per_million": 1.077, - "total_deaths_per_million": 0.364, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.034, - "new_tests": 2190.0, - "total_tests": 19193.0, - "total_tests_per_thousand": 0.117, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 1647.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 9.283, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-18", - "total_cases": 1838.0, - "new_cases": 266.0, - "new_cases_smoothed": 202.0, - "total_deaths": 75.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 11.16, - "new_cases_per_million": 1.615, - "new_cases_smoothed_per_million": 1.227, - "total_deaths_per_million": 0.455, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.042, - "new_tests": 2114.0, - "total_tests": 21307.0, - "total_tests_per_thousand": 0.129, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 1856.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 9.187999999999999, - "positive_rate": 0.109, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-19", - "total_cases": 2144.0, - "new_cases": 306.0, - "new_cases_smoothed": 237.429, - "total_deaths": 84.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 13.018, - "new_cases_per_million": 1.858, - "new_cases_smoothed_per_million": 1.442, - "total_deaths_per_million": 0.51, - "new_deaths_per_million": 0.055, - "new_deaths_smoothed_per_million": 0.047, - "new_tests": 2634.0, - "total_tests": 23941.0, - "total_tests_per_thousand": 0.145, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 2041.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 8.596, - "positive_rate": 0.11599999999999999, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-20", - "total_cases": 2456.0, - "new_cases": 312.0, - "new_cases_smoothed": 262.143, - "total_deaths": 91.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 14.913, - "new_cases_per_million": 1.894, - "new_cases_smoothed_per_million": 1.592, - "total_deaths_per_million": 0.553, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 2663.0, - "total_tests": 26604.0, - "total_tests_per_thousand": 0.162, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 2197.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 8.381, - "positive_rate": 0.11900000000000001, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-21", - "total_cases": 2948.0, - "new_cases": 492.0, - "new_cases_smoothed": 306.429, - "total_deaths": 101.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 17.9, - "new_cases_per_million": 2.987, - "new_cases_smoothed_per_million": 1.861, - "total_deaths_per_million": 0.613, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 2974.0, - "total_tests": 29578.0, - "total_tests_per_thousand": 0.18, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 2350.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 7.669, - "positive_rate": 0.13, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-22", - "total_cases": 3382.0, - "new_cases": 434.0, - "new_cases_smoothed": 338.571, - "total_deaths": 110.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 20.536, - "new_cases_per_million": 2.635, - "new_cases_smoothed_per_million": 2.056, - "total_deaths_per_million": 0.668, - "new_deaths_per_million": 0.055, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 3096.0, - "total_tests": 32674.0, - "total_tests_per_thousand": 0.198, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 2544.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 7.513999999999999, - "positive_rate": 0.133, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-23", - "total_cases": 3772.0, - "new_cases": 390.0, - "new_cases_smoothed": 363.0, - "total_deaths": 120.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 22.904, - "new_cases_per_million": 2.368, - "new_cases_smoothed_per_million": 2.204, - "total_deaths_per_million": 0.729, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.061, - "new_tests": 3416.0, - "total_tests": 36090.0, - "total_tests_per_thousand": 0.219, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 2727.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 7.5120000000000005, - "positive_rate": 0.133, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-24", - "total_cases": 4186.0, - "new_cases": 414.0, - "new_cases_smoothed": 373.429, - "total_deaths": 127.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 25.418, - "new_cases_per_million": 2.514, - "new_cases_smoothed_per_million": 2.267, - "total_deaths_per_million": 0.771, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 3686.0, - "total_tests": 39776.0, - "total_tests_per_thousand": 0.242, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 2940.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 7.872999999999999, - "positive_rate": 0.127, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-25", - "total_cases": 4689.0, - "new_cases": 503.0, - "new_cases_smoothed": 407.286, - "total_deaths": 131.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 28.472, - "new_cases_per_million": 3.054, - "new_cases_smoothed_per_million": 2.473, - "total_deaths_per_million": 0.795, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 3236.0, - "total_tests": 43012.0, - "total_tests_per_thousand": 0.261, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 3101.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 7.614, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-26", - "total_cases": 4998.0, - "new_cases": 309.0, - "new_cases_smoothed": 407.714, - "total_deaths": 140.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 30.348, - "new_cases_per_million": 1.876, - "new_cases_smoothed_per_million": 2.476, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.055, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 3473.0, - "total_tests": 46485.0, - "total_tests_per_thousand": 0.282, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 3221.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 7.9, - "positive_rate": 0.127, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-27", - "total_cases": 5416.0, - "new_cases": 418.0, - "new_cases_smoothed": 422.857, - "total_deaths": 145.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 32.886, - "new_cases_per_million": 2.538, - "new_cases_smoothed_per_million": 2.568, - "total_deaths_per_million": 0.88, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.047, - "new_tests": 3812.0, - "total_tests": 50297.0, - "total_tests_per_thousand": 0.305, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 3385.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 8.005, - "positive_rate": 0.125, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-28", - "total_cases": 5913.0, - "new_cases": 497.0, - "new_cases_smoothed": 423.571, - "total_deaths": 152.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 35.904, - "new_cases_per_million": 3.018, - "new_cases_smoothed_per_million": 2.572, - "total_deaths_per_million": 0.923, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.044, - "new_tests": 4436.0, - "total_tests": 54733.0, - "total_tests_per_thousand": 0.332, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 3594.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_per_case": 8.485, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-29", - "total_cases": 6462.0, - "new_cases": 549.0, - "new_cases_smoothed": 440.0, - "total_deaths": 155.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 39.238, - "new_cases_per_million": 3.334, - "new_cases_smoothed_per_million": 2.672, - "total_deaths_per_million": 0.941, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.039, - "new_tests": 4968.0, - "total_tests": 59701.0, - "total_tests_per_thousand": 0.363, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 3861.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 8.775, - "positive_rate": 0.114, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-30", - "total_cases": 7103.0, - "new_cases": 641.0, - "new_cases_smoothed": 475.857, - "total_deaths": 163.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 43.13, - "new_cases_per_million": 3.892, - "new_cases_smoothed_per_million": 2.889, - "total_deaths_per_million": 0.99, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 4965.0, - "total_tests": 64666.0, - "total_tests_per_thousand": 0.393, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 4082.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 8.578, - "positive_rate": 0.11699999999999999, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-01", - "total_cases": 7667.0, - "new_cases": 564.0, - "new_cases_smoothed": 497.286, - "total_deaths": 168.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 46.554, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.02, - "total_deaths_per_million": 1.02, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.036, - "new_tests": 5573.0, - "total_tests": 70239.0, - "total_tests_per_thousand": 0.426, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 4352.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 8.752, - "positive_rate": 0.114, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-02", - "total_cases": 8238.0, - "new_cases": 571.0, - "new_cases_smoothed": 507.0, - "total_deaths": 170.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 50.021, - "new_cases_per_million": 3.467, - "new_cases_smoothed_per_million": 3.079, - "total_deaths_per_million": 1.032, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.034, - "new_tests": 5827.0, - "total_tests": 76066.0, - "total_tests_per_thousand": 0.462, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 4722.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 9.314, - "positive_rate": 0.107, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-03", - "total_cases": 8790.0, - "new_cases": 552.0, - "new_cases_smoothed": 541.714, - "total_deaths": 175.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 53.373, - "new_cases_per_million": 3.352, - "new_cases_smoothed_per_million": 3.289, - "total_deaths_per_million": 1.063, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 5388.0, - "total_tests": 81454.0, - "total_tests_per_thousand": 0.495, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 4996.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 9.222999999999999, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-04", - "total_cases": 9455.0, - "new_cases": 665.0, - "new_cases_smoothed": 577.0, - "total_deaths": 177.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 57.411, - "new_cases_per_million": 4.038, - "new_cases_smoothed_per_million": 3.504, - "total_deaths_per_million": 1.075, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 6244.0, - "total_tests": 87698.0, - "total_tests_per_thousand": 0.533, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 5343.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 9.26, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-05", - "total_cases": 10143.0, - "new_cases": 688.0, - "new_cases_smoothed": 604.286, - "total_deaths": 182.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 61.589, - "new_cases_per_million": 4.178, - "new_cases_smoothed_per_million": 3.669, - "total_deaths_per_million": 1.105, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 5705.0, - "total_tests": 93403.0, - "total_tests_per_thousand": 0.567, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 5524.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 9.141, - "positive_rate": 0.109, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-06", - "total_cases": 10929.0, - "new_cases": 786.0, - "new_cases_smoothed": 638.143, - "total_deaths": 183.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 66.361, - "new_cases_per_million": 4.773, - "new_cases_smoothed_per_million": 3.875, - "total_deaths_per_million": 1.111, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.024, - "new_tests": 6241.0, - "total_tests": 99644.0, - "total_tests_per_thousand": 0.605, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 5706.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 8.942, - "positive_rate": 0.11199999999999999, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-07", - "total_cases": 11719.0, - "new_cases": 790.0, - "new_cases_smoothed": 659.429, - "total_deaths": 186.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 71.158, - "new_cases_per_million": 4.797, - "new_cases_smoothed_per_million": 4.004, - "total_deaths_per_million": 1.129, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.02, - "new_tests": 5867.0, - "total_tests": 105511.0, - "total_tests_per_thousand": 0.641, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 5835.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 8.849, - "positive_rate": 0.113, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-08", - "total_cases": 12425.0, - "new_cases": 706.0, - "new_cases_smoothed": 679.714, - "total_deaths": 199.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 75.445, - "new_cases_per_million": 4.287, - "new_cases_smoothed_per_million": 4.127, - "total_deaths_per_million": 1.208, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 5943.0, - "total_tests": 111454.0, - "total_tests_per_thousand": 0.677, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 5888.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 8.662, - "positive_rate": 0.115, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-09", - "total_cases": 13134.0, - "new_cases": 709.0, - "new_cases_smoothed": 699.429, - "total_deaths": 206.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 79.75, - "new_cases_per_million": 4.305, - "new_cases_smoothed_per_million": 4.247, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.031, - "new_tests": 5465.0, - "total_tests": 116919.0, - "total_tests_per_thousand": 0.71, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 5836.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 8.344, - "positive_rate": 0.12, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-10", - "total_cases": 13770.0, - "new_cases": 636.0, - "new_cases_smoothed": 711.429, - "total_deaths": 214.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 83.612, - "new_cases_per_million": 3.862, - "new_cases_smoothed_per_million": 4.32, - "total_deaths_per_million": 1.299, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.034, - "new_tests": 5738.0, - "total_tests": 122657.0, - "total_tests_per_thousand": 0.745, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 5886.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 8.273, - "positive_rate": 0.121, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-11", - "total_cases": 14657.0, - "new_cases": 887.0, - "new_cases_smoothed": 743.143, - "total_deaths": 228.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 88.998, - "new_cases_per_million": 5.386, - "new_cases_smoothed_per_million": 4.512, - "total_deaths_per_million": 1.384, - "new_deaths_per_million": 0.085, - "new_deaths_smoothed_per_million": 0.044, - "new_tests": 7208.0, - "total_tests": 129865.0, - "total_tests_per_thousand": 0.789, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 6024.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 8.106, - "positive_rate": 0.12300000000000001, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-12", - "total_cases": 15691.0, - "new_cases": 1034.0, - "new_cases_smoothed": 792.571, - "total_deaths": 239.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 95.276, - "new_cases_per_million": 6.278, - "new_cases_smoothed_per_million": 4.813, - "total_deaths_per_million": 1.451, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 6773.0, - "total_tests": 136638.0, - "total_tests_per_thousand": 0.83, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 6176.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 7.792000000000001, - "positive_rate": 0.128, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-13", - "total_cases": 16660.0, - "new_cases": 969.0, - "new_cases_smoothed": 818.714, - "total_deaths": 250.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 101.16, - "new_cases_per_million": 5.884, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 1.518, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 7900.0, - "total_tests": 144538.0, - "total_tests_per_thousand": 0.878, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 6413.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 7.832999999999999, - "positive_rate": 0.128, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-14", - "total_cases": 17822.0, - "new_cases": 1162.0, - "new_cases_smoothed": 871.857, - "total_deaths": 269.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 108.216, - "new_cases_per_million": 7.056, - "new_cases_smoothed_per_million": 5.294, - "total_deaths_per_million": 1.633, - "new_deaths_per_million": 0.115, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 7392.0, - "total_tests": 151930.0, - "total_tests_per_thousand": 0.923, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 6631.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 7.606, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-15", - "total_cases": 18863.0, - "new_cases": 1041.0, - "new_cases_smoothed": 919.714, - "total_deaths": 283.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 114.537, - "new_cases_per_million": 6.321, - "new_cases_smoothed_per_million": 5.585, - "total_deaths_per_million": 1.718, - "new_deaths_per_million": 0.085, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 8582.0, - "total_tests": 160512.0, - "total_tests_per_thousand": 0.975, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 7008.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 7.62, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-16", - "total_cases": 20065.0, - "new_cases": 1202.0, - "new_cases_smoothed": 990.143, - "total_deaths": 298.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 121.835, - "new_cases_per_million": 7.299, - "new_cases_smoothed_per_million": 6.012, - "total_deaths_per_million": 1.809, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 6782.0, - "total_tests": 167294.0, - "total_tests_per_thousand": 1.016, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 7196.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 7.268, - "positive_rate": 0.138, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-05-17", - "total_cases": 20995.0, - "new_cases": 930.0, - "new_cases_smoothed": 1032.143, - "total_deaths": 314.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 127.482, - "new_cases_per_million": 5.647, - "new_cases_smoothed_per_million": 6.267, - "total_deaths_per_million": 1.907, - "new_deaths_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 8114.0, - "total_tests": 175408.0, - "total_tests_per_thousand": 1.065, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 7536.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 7.301, - "positive_rate": 0.13699999999999998, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-18", - "total_cases": 22268.0, - "new_cases": 1273.0, - "new_cases_smoothed": 1087.286, - "total_deaths": 328.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 135.212, - "new_cases_per_million": 7.73, - "new_cases_smoothed_per_million": 6.602, - "total_deaths_per_million": 1.992, - "new_deaths_per_million": 0.085, - "new_deaths_smoothed_per_million": 0.087, - "new_tests": 9788.0, - "total_tests": 185196.0, - "total_tests_per_thousand": 1.125, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 7904.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 7.269, - "positive_rate": 0.138, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-19", - "total_cases": 23870.0, - "new_cases": 1602.0, - "new_cases_smoothed": 1168.429, - "total_deaths": 349.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 144.94, - "new_cases_per_million": 9.727, - "new_cases_smoothed_per_million": 7.095, - "total_deaths_per_million": 2.119, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 8449.0, - "total_tests": 193645.0, - "total_tests_per_thousand": 1.176, - "new_tests_per_thousand": 0.051, - "new_tests_smoothed": 8144.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 6.97, - "positive_rate": 0.14300000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-20", - "total_cases": 25121.0, - "new_cases": 1251.0, - "new_cases_smoothed": 1208.714, - "total_deaths": 370.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 152.536, - "new_cases_per_million": 7.596, - "new_cases_smoothed_per_million": 7.339, - "total_deaths_per_million": 2.247, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.104, - "new_tests": 10207.0, - "total_tests": 203852.0, - "total_tests_per_thousand": 1.238, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 8473.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 7.01, - "positive_rate": 0.14300000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-21", - "total_cases": 26738.0, - "new_cases": 1617.0, - "new_cases_smoothed": 1273.714, - "total_deaths": 386.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 162.354, - "new_cases_per_million": 9.818, - "new_cases_smoothed_per_million": 7.734, - "total_deaths_per_million": 2.344, - "new_deaths_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 10262.0, - "total_tests": 214114.0, - "total_tests_per_thousand": 1.3, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 8883.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 6.974, - "positive_rate": 0.14300000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-22", - "total_cases": 28511.0, - "new_cases": 1773.0, - "new_cases_smoothed": 1378.286, - "total_deaths": 408.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 173.12, - "new_cases_per_million": 10.766, - "new_cases_smoothed_per_million": 8.369, - "total_deaths_per_million": 2.477, - "new_deaths_per_million": 0.134, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 9727.0, - "total_tests": 223841.0, - "total_tests_per_thousand": 1.359, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 9047.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 6.564, - "positive_rate": 0.152, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-23", - "total_cases": 30205.0, - "new_cases": 1694.0, - "new_cases_smoothed": 1448.571, - "total_deaths": 432.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 19.143, - "total_cases_per_million": 183.406, - "new_cases_per_million": 10.286, - "new_cases_smoothed_per_million": 8.796, - "total_deaths_per_million": 2.623, - "new_deaths_per_million": 0.146, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 10834.0, - "total_tests": 234675.0, - "total_tests_per_thousand": 1.425, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 9626.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 6.645, - "positive_rate": 0.15, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-24", - "total_cases": 32078.0, - "new_cases": 1873.0, - "new_cases_smoothed": 1583.286, - "total_deaths": 452.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 194.779, - "new_cases_per_million": 11.373, - "new_cases_smoothed_per_million": 9.614, - "total_deaths_per_million": 2.745, - "new_deaths_per_million": 0.121, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 8908.0, - "total_tests": 243583.0, - "total_tests_per_thousand": 1.479, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 9739.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 6.151, - "positive_rate": 0.163, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-25", - "total_cases": 33610.0, - "new_cases": 1532.0, - "new_cases_smoothed": 1620.286, - "total_deaths": 480.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 204.081, - "new_cases_per_million": 9.302, - "new_cases_smoothed_per_million": 9.838, - "total_deaths_per_million": 2.915, - "new_deaths_per_million": 0.17, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 9451.0, - "total_tests": 253034.0, - "total_tests_per_thousand": 1.536, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 9691.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 5.981, - "positive_rate": 0.16699999999999998, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-26", - "total_cases": 35585.0, - "new_cases": 1975.0, - "new_cases_smoothed": 1673.571, - "total_deaths": 501.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 216.073, - "new_cases_per_million": 11.992, - "new_cases_smoothed_per_million": 10.162, - "total_deaths_per_million": 3.042, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 5407.0, - "total_tests": 258441.0, - "total_tests_per_thousand": 1.569, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 9257.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 5.531000000000001, - "positive_rate": 0.18100000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-27", - "total_cases": 36751.0, - "new_cases": 1166.0, - "new_cases_smoothed": 1661.429, - "total_deaths": 522.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 223.153, - "new_cases_per_million": 7.08, - "new_cases_smoothed_per_million": 10.088, - "total_deaths_per_million": 3.17, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 8015.0, - "total_tests": 266456.0, - "total_tests_per_thousand": 1.618, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 8943.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 5.382999999999999, - "positive_rate": 0.18600000000000003, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-28", - "total_cases": 38292.0, - "new_cases": 1541.0, - "new_cases_smoothed": 1650.571, - "total_deaths": 544.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 232.51, - "new_cases_per_million": 9.357, - "new_cases_smoothed_per_million": 10.022, - "total_deaths_per_million": 3.303, - "new_deaths_per_million": 0.134, - "new_deaths_smoothed_per_million": 0.137, - "new_tests": 9320.0, - "total_tests": 275776.0, - "total_tests_per_thousand": 1.675, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 8809.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 5.337000000000001, - "positive_rate": 0.187, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-29", - "total_cases": 40321.0, - "new_cases": 2029.0, - "new_cases_smoothed": 1687.143, - "total_deaths": 559.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 244.831, - "new_cases_per_million": 12.32, - "new_cases_smoothed_per_million": 10.244, - "total_deaths_per_million": 3.394, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.131, - "new_tests": 11291.0, - "total_tests": 287067.0, - "total_tests_per_thousand": 1.743, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 9032.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 5.353, - "positive_rate": 0.187, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-30", - "total_cases": 42844.0, - "new_cases": 2523.0, - "new_cases_smoothed": 1805.571, - "total_deaths": 582.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 260.15, - "new_cases_per_million": 15.32, - "new_cases_smoothed_per_million": 10.963, - "total_deaths_per_million": 3.534, - "new_deaths_per_million": 0.14, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 9987.0, - "total_tests": 297054.0, - "total_tests_per_thousand": 1.804, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 8911.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 4.935, - "positive_rate": 0.203, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-31", - "total_cases": 44608.0, - "new_cases": 1764.0, - "new_cases_smoothed": 1790.0, - "total_deaths": 610.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 270.861, - "new_cases_per_million": 10.711, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 3.704, - "new_deaths_per_million": 0.17, - "new_deaths_smoothed_per_million": 0.137, - "new_tests": 11876.0, - "total_tests": 308930.0, - "total_tests_per_thousand": 1.876, - "new_tests_per_thousand": 0.072, - "new_tests_smoothed": 9335.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 5.215, - "positive_rate": 0.192, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-01", - "total_cases": 47153.0, - "new_cases": 2545.0, - "new_cases_smoothed": 1934.714, - "total_deaths": 650.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 24.286, - "total_cases_per_million": 286.315, - "new_cases_per_million": 15.453, - "new_cases_smoothed_per_million": 11.748, - "total_deaths_per_million": 3.947, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 11439.0, - "total_tests": 320369.0, - "total_tests_per_thousand": 1.945, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 9619.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 4.9719999999999995, - "positive_rate": 0.201, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-02", - "total_cases": 49534.0, - "new_cases": 2381.0, - "new_cases_smoothed": 1992.714, - "total_deaths": 672.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 300.772, - "new_cases_per_million": 14.458, - "new_cases_smoothed_per_million": 12.1, - "total_deaths_per_million": 4.08, - "new_deaths_per_million": 0.134, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 12704.0, - "total_tests": 333073.0, - "total_tests_per_thousand": 2.022, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 10662.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 5.35, - "positive_rate": 0.187, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-03", - "total_cases": 52445.0, - "new_cases": 2911.0, - "new_cases_smoothed": 2242.0, - "total_deaths": 709.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 318.448, - "new_cases_per_million": 17.676, - "new_cases_smoothed_per_million": 13.614, - "total_deaths_per_million": 4.305, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.162, - "new_tests": 12510.0, - "total_tests": 345583.0, - "total_tests_per_thousand": 2.098, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 11304.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_per_case": 5.042, - "positive_rate": 0.198, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-04", - "total_cases": 55140.0, - "new_cases": 2695.0, - "new_cases_smoothed": 2406.857, - "total_deaths": 746.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 334.812, - "new_cases_per_million": 16.364, - "new_cases_smoothed_per_million": 14.615, - "total_deaths_per_million": 4.53, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.175, - "new_tests": 12694.0, - "total_tests": 358277.0, - "total_tests_per_thousand": 2.175, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 11786.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 4.897, - "positive_rate": 0.204, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-05", - "total_cases": 57563.0, - "new_cases": 2423.0, - "new_cases_smoothed": 2463.143, - "total_deaths": 781.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 349.525, - "new_cases_per_million": 14.713, - "new_cases_smoothed_per_million": 14.956, - "total_deaths_per_million": 4.742, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.193, - "new_tests": 14088.0, - "total_tests": 372365.0, - "total_tests_per_thousand": 2.261, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 12185.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.947, - "positive_rate": 0.20199999999999999, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-06", - "total_cases": 60391.0, - "new_cases": 2828.0, - "new_cases_smoothed": 2506.714, - "total_deaths": 811.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 32.714, - "total_cases_per_million": 366.696, - "new_cases_per_million": 17.172, - "new_cases_smoothed_per_million": 15.221, - "total_deaths_per_million": 4.924, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 12486.0, - "total_tests": 384851.0, - "total_tests_per_thousand": 2.337, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 12542.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_per_case": 5.003, - "positive_rate": 0.2, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-07", - "total_cases": 63026.0, - "new_cases": 2635.0, - "new_cases_smoothed": 2631.143, - "total_deaths": 846.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 382.696, - "new_cases_per_million": 16.0, - "new_cases_smoothed_per_million": 15.976, - "total_deaths_per_million": 5.137, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.205, - "new_tests": 13136.0, - "total_tests": 397987.0, - "total_tests_per_thousand": 2.417, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 12722.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 4.835, - "positive_rate": 0.207, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-08", - "total_cases": 65769.0, - "new_cases": 2743.0, - "new_cases_smoothed": 2659.429, - "total_deaths": 888.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 34.0, - "total_cases_per_million": 399.352, - "new_cases_per_million": 16.656, - "new_cases_smoothed_per_million": 16.148, - "total_deaths_per_million": 5.392, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 12944.0, - "total_tests": 410931.0, - "total_tests_per_thousand": 2.495, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 12937.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.865, - "positive_rate": 0.20600000000000002, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-09", - "total_cases": 68504.0, - "new_cases": 2735.0, - "new_cases_smoothed": 2710.0, - "total_deaths": 930.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 415.959, - "new_cases_per_million": 16.607, - "new_cases_smoothed_per_million": 16.455, - "total_deaths_per_million": 5.647, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 14564.0, - "total_tests": 425495.0, - "total_tests_per_thousand": 2.584, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 13203.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 4.872, - "positive_rate": 0.205, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-10", - "total_cases": 71675.0, - "new_cases": 3171.0, - "new_cases_smoothed": 2747.143, - "total_deaths": 975.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 435.213, - "new_cases_per_million": 19.254, - "new_cases_smoothed_per_million": 16.681, - "total_deaths_per_million": 5.92, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 16065.0, - "total_tests": 441560.0, - "total_tests_per_thousand": 2.681, - "new_tests_per_thousand": 0.098, - "new_tests_smoothed": 13711.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 4.9910000000000005, - "positive_rate": 0.2, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-11", - "total_cases": 74865.0, - "new_cases": 3190.0, - "new_cases_smoothed": 2817.857, - "total_deaths": 1012.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 454.583, - "new_cases_per_million": 19.37, - "new_cases_smoothed_per_million": 17.11, - "total_deaths_per_million": 6.145, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 15772.0, - "total_tests": 457332.0, - "total_tests_per_thousand": 2.777, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 14151.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 5.022, - "positive_rate": 0.19899999999999998, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-12", - "total_cases": 78052.0, - "new_cases": 3187.0, - "new_cases_smoothed": 2927.0, - "total_deaths": 1049.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 473.935, - "new_cases_per_million": 19.352, - "new_cases_smoothed_per_million": 17.773, - "total_deaths_per_million": 6.37, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 15990.0, - "total_tests": 473322.0, - "total_tests_per_thousand": 2.874, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 14422.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 4.927, - "positive_rate": 0.203, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-13", - "total_cases": 81523.0, - "new_cases": 3471.0, - "new_cases_smoothed": 3018.857, - "total_deaths": 1095.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 495.011, - "new_cases_per_million": 21.076, - "new_cases_smoothed_per_million": 18.331, - "total_deaths_per_million": 6.649, - "new_deaths_per_million": 0.279, - "new_deaths_smoothed_per_million": 0.246, - "new_tests": 16638.0, - "total_tests": 489960.0, - "total_tests_per_thousand": 2.975, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 15016.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 4.974, - "positive_rate": 0.201, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-14", - "total_cases": 84379.0, - "new_cases": 2856.0, - "new_cases_smoothed": 3050.429, - "total_deaths": 1139.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 512.352, - "new_cases_per_million": 17.342, - "new_cases_smoothed_per_million": 18.522, - "total_deaths_per_million": 6.916, - "new_deaths_per_million": 0.267, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 14505.0, - "total_tests": 504465.0, - "total_tests_per_thousand": 3.063, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 15211.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 4.987, - "positive_rate": 0.201, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-15", - "total_cases": 87520.0, - "new_cases": 3141.0, - "new_cases_smoothed": 3107.286, - "total_deaths": 1171.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 531.425, - "new_cases_per_million": 19.072, - "new_cases_smoothed_per_million": 18.868, - "total_deaths_per_million": 7.11, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.245, - "new_tests": 15038.0, - "total_tests": 519503.0, - "total_tests_per_thousand": 3.154, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 15510.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_per_case": 4.9910000000000005, - "positive_rate": 0.2, - "tests_units": "samples tested", - "stringency_index": 62.96 - }, - { - "date": "2020-06-16", - "total_cases": 90619.0, - "new_cases": 3099.0, - "new_cases_smoothed": 3159.286, - "total_deaths": 1209.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 39.857, - "total_cases_per_million": 550.242, - "new_cases_per_million": 18.817, - "new_cases_smoothed_per_million": 19.183, - "total_deaths_per_million": 7.341, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.242, - "new_tests": 17214.0, - "total_tests": 536717.0, - "total_tests_per_thousand": 3.259, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 15889.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 5.029, - "positive_rate": 0.19899999999999998, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-17", - "total_cases": 94481.0, - "new_cases": 3862.0, - "new_cases_smoothed": 3258.0, - "total_deaths": 1262.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 573.692, - "new_cases_per_million": 23.45, - "new_cases_smoothed_per_million": 19.783, - "total_deaths_per_million": 7.663, - "new_deaths_per_million": 0.322, - "new_deaths_smoothed_per_million": 0.249, - "new_tests": 17527.0, - "total_tests": 554244.0, - "total_tests_per_thousand": 3.365, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 16098.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 4.941, - "positive_rate": 0.20199999999999999, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-18", - "total_cases": 98489.0, - "new_cases": 4008.0, - "new_cases_smoothed": 3374.857, - "total_deaths": 1305.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 598.029, - "new_cases_per_million": 24.337, - "new_cases_smoothed_per_million": 20.492, - "total_deaths_per_million": 7.924, - "new_deaths_per_million": 0.261, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 16259.0, - "total_tests": 570503.0, - "total_tests_per_thousand": 3.464, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 16167.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 4.79, - "positive_rate": 0.209, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-19", - "total_cases": 102292.0, - "new_cases": 3803.0, - "new_cases_smoothed": 3462.857, - "total_deaths": 1343.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 621.121, - "new_cases_per_million": 23.092, - "new_cases_smoothed_per_million": 21.027, - "total_deaths_per_million": 8.155, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.255, - "new_tests": 12045.0, - "total_tests": 582548.0, - "total_tests_per_thousand": 3.537, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 15604.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 4.506, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-20", - "total_cases": 105535.0, - "new_cases": 3243.0, - "new_cases_smoothed": 3430.286, - "total_deaths": 1388.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 640.812, - "new_cases_per_million": 19.692, - "new_cases_smoothed_per_million": 20.829, - "total_deaths_per_million": 8.428, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 17031.0, - "total_tests": 599579.0, - "total_tests_per_thousand": 3.641, - "new_tests_per_thousand": 0.103, - "new_tests_smoothed": 15660.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 4.565, - "positive_rate": 0.21899999999999997, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-21", - "total_cases": 108775.0, - "new_cases": 3240.0, - "new_cases_smoothed": 3485.143, - "total_deaths": 1425.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 40.857, - "total_cases_per_million": 660.486, - "new_cases_per_million": 19.673, - "new_cases_smoothed_per_million": 21.162, - "total_deaths_per_million": 8.653, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 15585.0, - "total_tests": 615164.0, - "total_tests_per_thousand": 3.735, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 15814.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 4.538, - "positive_rate": 0.22, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-22", - "total_cases": 112306.0, - "new_cases": 3531.0, - "new_cases_smoothed": 3540.857, - "total_deaths": 1464.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 681.926, - "new_cases_per_million": 21.44, - "new_cases_smoothed_per_million": 21.5, - "total_deaths_per_million": 8.889, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 15555.0, - "total_tests": 630719.0, - "total_tests_per_thousand": 3.83, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 15888.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 4.487, - "positive_rate": 0.223, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-23", - "total_cases": 115786.0, - "new_cases": 3480.0, - "new_cases_smoothed": 3595.286, - "total_deaths": 1502.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 703.057, - "new_cases_per_million": 21.131, - "new_cases_smoothed_per_million": 21.831, - "total_deaths_per_million": 9.12, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 16292.0, - "total_tests": 647011.0, - "total_tests_per_thousand": 3.929, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 15756.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 4.382, - "positive_rate": 0.228, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-24", - "total_cases": 119198.0, - "new_cases": 3412.0, - "new_cases_smoothed": 3531.0, - "total_deaths": 1545.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 723.775, - "new_cases_per_million": 20.718, - "new_cases_smoothed_per_million": 21.44, - "total_deaths_per_million": 9.381, - "new_deaths_per_million": 0.261, - "new_deaths_smoothed_per_million": 0.245, - "new_tests": 16433.0, - "total_tests": 663444.0, - "total_tests_per_thousand": 4.028, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 15600.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 4.418, - "positive_rate": 0.226, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-25", - "total_cases": 122660.0, - "new_cases": 3462.0, - "new_cases_smoothed": 3453.0, - "total_deaths": 1582.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 39.571, - "total_cases_per_million": 744.796, - "new_cases_per_million": 21.021, - "new_cases_smoothed_per_million": 20.967, - "total_deaths_per_million": 9.606, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.24, - "new_tests": 17999.0, - "total_tests": 681443.0, - "total_tests_per_thousand": 4.138, - "new_tests_per_thousand": 0.109, - "new_tests_smoothed": 15849.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 4.59, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-26", - "total_cases": 126606.0, - "new_cases": 3946.0, - "new_cases_smoothed": 3473.429, - "total_deaths": 1621.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 39.714, - "total_cases_per_million": 768.756, - "new_cases_per_million": 23.96, - "new_cases_smoothed_per_million": 21.091, - "total_deaths_per_million": 9.843, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.241, - "new_tests": 18498.0, - "total_tests": 699941.0, - "total_tests_per_thousand": 4.25, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 16770.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 4.828, - "positive_rate": 0.207, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-27", - "total_cases": 130474.0, - "new_cases": 3868.0, - "new_cases_smoothed": 3562.714, - "total_deaths": 1661.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 39.0, - "total_cases_per_million": 792.243, - "new_cases_per_million": 23.487, - "new_cases_smoothed_per_million": 21.633, - "total_deaths_per_million": 10.086, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.237, - "new_tests": 15157.0, - "total_tests": 715098.0, - "total_tests_per_thousand": 4.342, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 16503.0, - "new_tests_smoothed_per_thousand": 0.1, - "tests_per_case": 4.632, - "positive_rate": 0.21600000000000003, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-28", - "total_cases": 133978.0, - "new_cases": 3504.0, - "new_cases_smoothed": 3600.429, - "total_deaths": 1695.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 38.571, - "total_cases_per_million": 813.519, - "new_cases_per_million": 21.276, - "new_cases_smoothed_per_million": 21.862, - "total_deaths_per_million": 10.292, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 18099.0, - "total_tests": 733197.0, - "total_tests_per_thousand": 4.452, - "new_tests_per_thousand": 0.11, - "new_tests_smoothed": 16862.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 4.683, - "positive_rate": 0.214, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-29", - "total_cases": 137787.0, - "new_cases": 3809.0, - "new_cases_smoothed": 3640.143, - "total_deaths": 1738.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 39.143, - "total_cases_per_million": 836.648, - "new_cases_per_million": 23.128, - "new_cases_smoothed_per_million": 22.103, - "total_deaths_per_million": 10.553, - "new_deaths_per_million": 0.261, - "new_deaths_smoothed_per_million": 0.238, - "new_tests": 17837.0, - "total_tests": 751034.0, - "total_tests_per_thousand": 4.56, - "new_tests_per_thousand": 0.108, - "new_tests_smoothed": 17188.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 4.7219999999999995, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-06-30", - "total_cases": 141801.0, - "new_cases": 4014.0, - "new_cases_smoothed": 3716.429, - "total_deaths": 1783.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 861.021, - "new_cases_per_million": 24.373, - "new_cases_smoothed_per_million": 22.566, - "total_deaths_per_million": 10.826, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.244, - "new_tests": 18426.0, - "total_tests": 769460.0, - "total_tests_per_thousand": 4.672, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 17493.0, - "new_tests_smoothed_per_thousand": 0.106, - "tests_per_case": 4.707, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-01", - "total_cases": 145483.0, - "new_cases": 3682.0, - "new_cases_smoothed": 3755.0, - "total_deaths": 1847.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 43.143, - "total_cases_per_million": 883.378, - "new_cases_per_million": 22.357, - "new_cases_smoothed_per_million": 22.8, - "total_deaths_per_million": 11.215, - "new_deaths_per_million": 0.389, - "new_deaths_smoothed_per_million": 0.262, - "new_tests": 17875.0, - "total_tests": 787335.0, - "total_tests_per_thousand": 4.781, - "new_tests_per_thousand": 0.109, - "new_tests_smoothed": 17699.0, - "new_tests_smoothed_per_thousand": 0.107, - "tests_per_case": 4.713, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-02", - "total_cases": 149258.0, - "new_cases": 3775.0, - "new_cases_smoothed": 3799.714, - "total_deaths": 1888.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 43.714, - "total_cases_per_million": 906.3, - "new_cases_per_million": 22.922, - "new_cases_smoothed_per_million": 23.072, - "total_deaths_per_million": 11.464, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.265, - "new_tests": 18362.0, - "total_tests": 805697.0, - "total_tests_per_thousand": 4.892, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 17751.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 4.672, - "positive_rate": 0.214, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-03", - "total_cases": 153277.0, - "new_cases": 4019.0, - "new_cases_smoothed": 3810.143, - "total_deaths": 1926.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 43.571, - "total_cases_per_million": 930.704, - "new_cases_per_million": 24.404, - "new_cases_smoothed_per_million": 23.135, - "total_deaths_per_million": 11.695, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.265, - "new_tests": 14650.0, - "total_tests": 820347.0, - "total_tests_per_thousand": 4.981, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 17201.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 4.515, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-04", - "total_cases": 156391.0, - "new_cases": 3114.0, - "new_cases_smoothed": 3702.429, - "total_deaths": 1968.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 43.857, - "total_cases_per_million": 949.612, - "new_cases_per_million": 18.908, - "new_cases_smoothed_per_million": 22.481, - "total_deaths_per_million": 11.95, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.266, - "new_tests": 14727.0, - "total_tests": 835074.0, - "total_tests_per_thousand": 5.071, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 17139.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 4.629, - "positive_rate": 0.21600000000000003, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-05", - "total_cases": 159679.0, - "new_cases": 3288.0, - "new_cases_smoothed": 3671.571, - "total_deaths": 1997.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 43.143, - "total_cases_per_million": 969.577, - "new_cases_per_million": 19.965, - "new_cases_smoothed_per_million": 22.294, - "total_deaths_per_million": 12.126, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.262, - "new_tests": 13988.0, - "total_tests": 849062.0, - "total_tests_per_thousand": 5.156, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 16552.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 4.508, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-06", - "total_cases": 162417.0, - "new_cases": 2738.0, - "new_cases_smoothed": 3518.571, - "total_deaths": 2052.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 44.857, - "total_cases_per_million": 986.202, - "new_cases_per_million": 16.625, - "new_cases_smoothed_per_million": 21.365, - "total_deaths_per_million": 12.46, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 14245.0, - "total_tests": 863307.0, - "total_tests_per_thousand": 5.242, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 16039.0, - "new_tests_smoothed_per_thousand": 0.097, - "tests_per_case": 4.558, - "positive_rate": 0.21899999999999997, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-07", - "total_cases": 165618.0, - "new_cases": 3201.0, - "new_cases_smoothed": 3402.429, - "total_deaths": 2096.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 44.714, - "total_cases_per_million": 1005.639, - "new_cases_per_million": 19.437, - "new_cases_smoothed_per_million": 20.66, - "total_deaths_per_million": 12.727, - "new_deaths_per_million": 0.267, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 13173.0, - "total_tests": 876480.0, - "total_tests_per_thousand": 5.322, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 15289.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 4.494, - "positive_rate": 0.223, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-08", - "total_cases": 168645.0, - "new_cases": 3027.0, - "new_cases_smoothed": 3308.857, - "total_deaths": 2151.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 43.429, - "total_cases_per_million": 1024.019, - "new_cases_per_million": 18.38, - "new_cases_smoothed_per_million": 20.092, - "total_deaths_per_million": 13.061, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.264, - "new_tests": 15672.0, - "total_tests": 892152.0, - "total_tests_per_thousand": 5.417, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 14974.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 4.525, - "positive_rate": 0.221, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-09", - "total_cases": 172134.0, - "new_cases": 3489.0, - "new_cases_smoothed": 3268.0, - "total_deaths": 2197.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 44.143, - "total_cases_per_million": 1045.204, - "new_cases_per_million": 21.185, - "new_cases_smoothed_per_million": 19.843, - "total_deaths_per_million": 13.34, - "new_deaths_per_million": 0.279, - "new_deaths_smoothed_per_million": 0.268, - "new_tests": 15632.0, - "total_tests": 907784.0, - "total_tests_per_thousand": 5.512, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 14584.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_per_case": 4.463, - "positive_rate": 0.22399999999999998, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-10", - "total_cases": 175494.0, - "new_cases": 3360.0, - "new_cases_smoothed": 3173.857, - "total_deaths": 2238.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 44.571, - "total_cases_per_million": 1065.606, - "new_cases_per_million": 20.402, - "new_cases_smoothed_per_million": 19.272, - "total_deaths_per_million": 13.589, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.271, - "new_tests": 13488.0, - "total_tests": 921272.0, - "total_tests_per_thousand": 5.594, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 14418.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 4.543, - "positive_rate": 0.22, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-11", - "total_cases": 178443.0, - "new_cases": 2949.0, - "new_cases_smoothed": 3150.286, - "total_deaths": 2275.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 43.857, - "total_cases_per_million": 1083.512, - "new_cases_per_million": 17.906, - "new_cases_smoothed_per_million": 19.129, - "total_deaths_per_million": 13.814, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.266, - "new_tests": 11184.0, - "total_tests": 932456.0, - "total_tests_per_thousand": 5.662, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 13912.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 4.416, - "positive_rate": 0.226, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-12", - "total_cases": 181129.0, - "new_cases": 2686.0, - "new_cases_smoothed": 3064.286, - "total_deaths": 2305.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 44.0, - "total_cases_per_million": 1099.822, - "new_cases_per_million": 16.309, - "new_cases_smoothed_per_million": 18.606, - "total_deaths_per_million": 13.996, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 8068.0, - "total_tests": 940524.0, - "total_tests_per_thousand": 5.711, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 13066.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.263999999999999, - "positive_rate": 0.235, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-13", - "total_cases": 183795.0, - "new_cases": 2666.0, - "new_cases_smoothed": 3054.0, - "total_deaths": 2352.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 42.857, - "total_cases_per_million": 1116.01, - "new_cases_per_million": 16.188, - "new_cases_smoothed_per_million": 18.544, - "total_deaths_per_million": 14.281, - "new_deaths_per_million": 0.285, - "new_deaths_smoothed_per_million": 0.26, - "new_tests": 12423.0, - "total_tests": 952947.0, - "total_tests_per_thousand": 5.786, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 12806.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 4.1930000000000005, - "positive_rate": 0.23800000000000002, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-14", - "total_cases": 186894.0, - "new_cases": 3099.0, - "new_cases_smoothed": 3039.429, - "total_deaths": 2391.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 42.143, - "total_cases_per_million": 1134.827, - "new_cases_per_million": 18.817, - "new_cases_smoothed_per_million": 18.456, - "total_deaths_per_million": 14.518, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.256, - "new_tests": 13453.0, - "total_tests": 966400.0, - "total_tests_per_thousand": 5.868, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 12846.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 4.226, - "positive_rate": 0.237, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-15", - "total_cases": 190057.0, - "new_cases": 3163.0, - "new_cases_smoothed": 3058.857, - "total_deaths": 2424.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 39.0, - "total_cases_per_million": 1154.033, - "new_cases_per_million": 19.206, - "new_cases_smoothed_per_million": 18.573, - "total_deaths_per_million": 14.719, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.237, - "new_tests": 14002.0, - "total_tests": 980402.0, - "total_tests_per_thousand": 5.953, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 12607.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 4.121, - "positive_rate": 0.243, - "tests_units": "samples tested", - "stringency_index": 74.54 - }, - { - "date": "2020-07-16", - "total_cases": 193590.0, - "new_cases": 3533.0, - "new_cases_smoothed": 3065.143, - "total_deaths": 2457.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 1175.486, - "new_cases_per_million": 21.453, - "new_cases_smoothed_per_million": 18.612, - "total_deaths_per_million": 14.919, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.226, - "new_tests": 12829.0, - "total_tests": 993231.0, - "total_tests_per_thousand": 6.031, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 12207.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 3.983, - "positive_rate": 0.251, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-17", - "total_cases": 196323.0, - "new_cases": 2733.0, - "new_cases_smoothed": 2975.571, - "total_deaths": 2496.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 1192.08, - "new_cases_per_million": 16.595, - "new_cases_smoothed_per_million": 18.068, - "total_deaths_per_million": 15.156, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 13520.0, - "total_tests": 1006751.0, - "total_tests_per_thousand": 6.113, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 12211.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.104, - "positive_rate": 0.244, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-18", - "total_cases": 199357.0, - "new_cases": 3034.0, - "new_cases_smoothed": 2987.714, - "total_deaths": 2547.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 38.857, - "total_cases_per_million": 1210.503, - "new_cases_per_million": 18.423, - "new_cases_smoothed_per_million": 18.142, - "total_deaths_per_million": 15.465, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.236, - "new_tests": 10923.0, - "total_tests": 1017674.0, - "total_tests_per_thousand": 6.179, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 12174.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.075, - "positive_rate": 0.245, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-19", - "total_cases": 202066.0, - "new_cases": 2709.0, - "new_cases_smoothed": 2991.0, - "total_deaths": 2581.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 39.429, - "total_cases_per_million": 1226.952, - "new_cases_per_million": 16.449, - "new_cases_smoothed_per_million": 18.161, - "total_deaths_per_million": 15.672, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.239, - "new_tests": 10625.0, - "total_tests": 1028299.0, - "total_tests_per_thousand": 6.244, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 12539.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_per_case": 4.192, - "positive_rate": 0.239, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-20", - "total_cases": 204525.0, - "new_cases": 2459.0, - "new_cases_smoothed": 2961.429, - "total_deaths": 2618.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 1241.883, - "new_cases_per_million": 14.931, - "new_cases_smoothed_per_million": 17.982, - "total_deaths_per_million": 15.897, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 13362.0, - "total_tests": 1041661.0, - "total_tests_per_thousand": 6.325, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 12673.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 4.279, - "positive_rate": 0.23399999999999999, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-21", - "total_cases": 207453.0, - "new_cases": 2928.0, - "new_cases_smoothed": 2937.0, - "total_deaths": 2668.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 39.571, - "total_cases_per_million": 1259.662, - "new_cases_per_million": 17.779, - "new_cases_smoothed_per_million": 17.834, - "total_deaths_per_million": 16.2, - "new_deaths_per_million": 0.304, - "new_deaths_smoothed_per_million": 0.24, - "new_tests": 12898.0, - "total_tests": 1054559.0, - "total_tests_per_thousand": 6.403, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 12594.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_per_case": 4.288, - "positive_rate": 0.233, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-22", - "total_cases": 210510.0, - "new_cases": 3057.0, - "new_cases_smoothed": 2921.857, - "total_deaths": 2709.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 40.714, - "total_cases_per_million": 1278.224, - "new_cases_per_million": 18.562, - "new_cases_smoothed_per_million": 17.742, - "total_deaths_per_million": 16.449, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 12050.0, - "total_tests": 1066609.0, - "total_tests_per_thousand": 6.476, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 12315.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 4.215, - "positive_rate": 0.237, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-23", - "total_cases": 213254.0, - "new_cases": 2744.0, - "new_cases_smoothed": 2809.143, - "total_deaths": 2751.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 1294.886, - "new_cases_per_million": 16.662, - "new_cases_smoothed_per_million": 17.057, - "total_deaths_per_million": 16.704, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.255, - "new_tests": 12398.0, - "total_tests": 1079007.0, - "total_tests_per_thousand": 6.552, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 12254.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.362, - "positive_rate": 0.22899999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-24", - "total_cases": 216110.0, - "new_cases": 2856.0, - "new_cases_smoothed": 2826.714, - "total_deaths": 2801.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 43.571, - "total_cases_per_million": 1312.228, - "new_cases_per_million": 17.342, - "new_cases_smoothed_per_million": 17.164, - "total_deaths_per_million": 17.008, - "new_deaths_per_million": 0.304, - "new_deaths_smoothed_per_million": 0.265, - "new_tests": 12027.0, - "total_tests": 1091034.0, - "total_tests_per_thousand": 6.625, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 12040.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 4.2589999999999995, - "positive_rate": 0.235, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-25", - "total_cases": 218658.0, - "new_cases": 2548.0, - "new_cases_smoothed": 2757.286, - "total_deaths": 2836.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 41.286, - "total_cases_per_million": 1327.699, - "new_cases_per_million": 15.472, - "new_cases_smoothed_per_million": 16.742, - "total_deaths_per_million": 17.22, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.251, - "new_tests": 10446.0, - "total_tests": 1101480.0, - "total_tests_per_thousand": 6.688, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 11972.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 4.342, - "positive_rate": 0.23, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-26", - "total_cases": 221178.0, - "new_cases": 2520.0, - "new_cases_smoothed": 2730.286, - "total_deaths": 2874.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 1343.001, - "new_cases_per_million": 15.302, - "new_cases_smoothed_per_million": 16.578, - "total_deaths_per_million": 17.451, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.254, - "new_tests": 10078.0, - "total_tests": 1111558.0, - "total_tests_per_thousand": 6.749, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 11894.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 4.356, - "positive_rate": 0.23, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-27", - "total_cases": 223453.0, - "new_cases": 2275.0, - "new_cases_smoothed": 2704.0, - "total_deaths": 2928.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 44.286, - "total_cases_per_million": 1356.815, - "new_cases_per_million": 13.814, - "new_cases_smoothed_per_million": 16.419, - "total_deaths_per_million": 17.779, - "new_deaths_per_million": 0.328, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 12859.0, - "total_tests": 1124417.0, - "total_tests_per_thousand": 6.828, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 11822.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 4.372, - "positive_rate": 0.22899999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-28", - "total_cases": 226225.0, - "new_cases": 2772.0, - "new_cases_smoothed": 2681.714, - "total_deaths": 2965.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 42.429, - "total_cases_per_million": 1373.647, - "new_cases_per_million": 16.832, - "new_cases_smoothed_per_million": 16.283, - "total_deaths_per_million": 18.004, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.258, - "new_tests": 12714.0, - "total_tests": 1137131.0, - "total_tests_per_thousand": 6.905, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 11796.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 4.399, - "positive_rate": 0.22699999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-29", - "total_cases": 229185.0, - "new_cases": 2960.0, - "new_cases_smoothed": 2667.857, - "total_deaths": 3000.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 41.571, - "total_cases_per_million": 1391.62, - "new_cases_per_million": 17.973, - "new_cases_smoothed_per_million": 16.199, - "total_deaths_per_million": 18.216, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 14127.0, - "total_tests": 1151258.0, - "total_tests_per_thousand": 6.99, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 12093.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 4.533, - "positive_rate": 0.221, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-30", - "total_cases": 232194.0, - "new_cases": 3009.0, - "new_cases_smoothed": 2705.714, - "total_deaths": 3035.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 1409.891, - "new_cases_per_million": 18.271, - "new_cases_smoothed_per_million": 16.429, - "total_deaths_per_million": 18.429, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.246, - "new_tests": 12937.0, - "total_tests": 1164195.0, - "total_tests_per_thousand": 7.069, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 12170.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.498, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-07-31", - "total_cases": 234889.0, - "new_cases": 2695.0, - "new_cases_smoothed": 2682.714, - "total_deaths": 3083.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 40.286, - "total_cases_per_million": 1426.255, - "new_cases_per_million": 16.364, - "new_cases_smoothed_per_million": 16.29, - "total_deaths_per_million": 18.72, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.245, - "new_tests": 12614.0, - "total_tests": 1176809.0, - "total_tests_per_thousand": 7.146, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 12254.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 4.5680000000000005, - "positive_rate": 0.21899999999999997, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-01", - "total_cases": 237661.0, - "new_cases": 2772.0, - "new_cases_smoothed": 2714.714, - "total_deaths": 3111.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 39.286, - "total_cases_per_million": 1443.086, - "new_cases_per_million": 16.832, - "new_cases_smoothed_per_million": 16.484, - "total_deaths_per_million": 18.89, - "new_deaths_per_million": 0.17, - "new_deaths_smoothed_per_million": 0.239, - "new_tests": 8802.0, - "total_tests": 1185611.0, - "total_tests_per_thousand": 7.199, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 12019.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 4.427, - "positive_rate": 0.226, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-02", - "total_cases": 239860.0, - "new_cases": 2199.0, - "new_cases_smoothed": 2668.857, - "total_deaths": 3132.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 1456.439, - "new_cases_per_million": 13.352, - "new_cases_smoothed_per_million": 16.205, - "total_deaths_per_million": 19.018, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 3684.0, - "total_tests": 1189295.0, - "total_tests_per_thousand": 7.221, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 11105.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_per_case": 4.1610000000000005, - "positive_rate": 0.24, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-03", - "total_cases": 240746.0, - "new_cases": 886.0, - "new_cases_smoothed": 2470.429, - "total_deaths": 3154.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 32.286, - "total_cases_per_million": 1461.819, - "new_cases_per_million": 5.38, - "new_cases_smoothed_per_million": 15.001, - "total_deaths_per_million": 19.151, - "new_deaths_per_million": 0.134, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 4249.0, - "total_tests": 1193544.0, - "total_tests_per_thousand": 7.247, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 9875.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 3.997, - "positive_rate": 0.25, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-04", - "total_cases": 242102.0, - "new_cases": 1356.0, - "new_cases_smoothed": 2268.143, - "total_deaths": 3184.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 31.286, - "total_cases_per_million": 1470.052, - "new_cases_per_million": 8.234, - "new_cases_smoothed_per_million": 13.772, - "total_deaths_per_million": 19.333, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 7712.0, - "total_tests": 1201256.0, - "total_tests_per_thousand": 7.294, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 9161.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 4.039, - "positive_rate": 0.248, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-05", - "total_cases": 244020.0, - "new_cases": 1918.0, - "new_cases_smoothed": 2119.286, - "total_deaths": 3234.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 1481.698, - "new_cases_per_million": 11.646, - "new_cases_smoothed_per_million": 12.868, - "total_deaths_per_million": 19.637, - "new_deaths_per_million": 0.304, - "new_deaths_smoothed_per_million": 0.203, - "new_tests": 11160.0, - "total_tests": 1212416.0, - "total_tests_per_thousand": 7.362, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 8737.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 4.123, - "positive_rate": 0.243, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-06", - "total_cases": 246674.0, - "new_cases": 2654.0, - "new_cases_smoothed": 2068.571, - "total_deaths": 3267.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 33.143, - "total_cases_per_million": 1497.814, - "new_cases_per_million": 16.115, - "new_cases_smoothed_per_million": 12.56, - "total_deaths_per_million": 19.837, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.201, - "new_tests": 12708.0, - "total_tests": 1225124.0, - "total_tests_per_thousand": 7.439, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 8704.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 4.208, - "positive_rate": 0.23800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-07", - "total_cases": 249651.0, - "new_cases": 2977.0, - "new_cases_smoothed": 2108.857, - "total_deaths": 3306.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 31.857, - "total_cases_per_million": 1515.89, - "new_cases_per_million": 18.076, - "new_cases_smoothed_per_million": 12.805, - "total_deaths_per_million": 20.074, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.193, - "new_tests": 12699.0, - "total_tests": 1237823.0, - "total_tests_per_thousand": 7.516, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 8716.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 4.133, - "positive_rate": 0.242, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-08", - "total_cases": 252502.0, - "new_cases": 2851.0, - "new_cases_smoothed": 2120.143, - "total_deaths": 3333.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 1533.201, - "new_cases_per_million": 17.311, - "new_cases_smoothed_per_million": 12.874, - "total_deaths_per_million": 20.238, - "new_deaths_per_million": 0.164, - "new_deaths_smoothed_per_million": 0.193, - "new_tests": 11737.0, - "total_tests": 1249560.0, - "total_tests_per_thousand": 7.587, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 9136.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 4.309, - "positive_rate": 0.23199999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-09", - "total_cases": 255113.0, - "new_cases": 2611.0, - "new_cases_smoothed": 2179.0, - "total_deaths": 3365.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 33.286, - "total_cases_per_million": 1549.056, - "new_cases_per_million": 15.854, - "new_cases_smoothed_per_million": 13.231, - "total_deaths_per_million": 20.432, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 10759.0, - "total_tests": 1260319.0, - "total_tests_per_thousand": 7.653, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 10146.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_per_case": 4.656000000000001, - "positive_rate": 0.215, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-10", - "total_cases": 257600.0, - "new_cases": 2487.0, - "new_cases_smoothed": 2407.714, - "total_deaths": 3399.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 35.0, - "total_cases_per_million": 1564.157, - "new_cases_per_million": 15.101, - "new_cases_smoothed_per_million": 14.62, - "total_deaths_per_million": 20.639, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 12849.0, - "total_tests": 1273168.0, - "total_tests_per_thousand": 7.731, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 11375.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_per_case": 4.724, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-11", - "total_cases": 260507.0, - "new_cases": 2907.0, - "new_cases_smoothed": 2629.286, - "total_deaths": 3438.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 1581.808, - "new_cases_per_million": 17.651, - "new_cases_smoothed_per_million": 15.965, - "total_deaths_per_million": 20.876, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.22, - "new_tests": 14820.0, - "total_tests": 1287988.0, - "total_tests_per_thousand": 7.821, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 12390.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 4.712, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-12", - "total_cases": 263503.0, - "new_cases": 2996.0, - "new_cases_smoothed": 2783.286, - "total_deaths": 3471.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 33.857, - "total_cases_per_million": 1600.0, - "new_cases_per_million": 18.192, - "new_cases_smoothed_per_million": 16.9, - "total_deaths_per_million": 21.076, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 14751.0, - "total_tests": 1302739.0, - "total_tests_per_thousand": 7.91, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 12903.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 4.636, - "positive_rate": 0.21600000000000003, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-13", - "total_cases": 266498.0, - "new_cases": 2995.0, - "new_cases_smoothed": 2832.0, - "total_deaths": 3513.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 35.143, - "total_cases_per_million": 1618.186, - "new_cases_per_million": 18.186, - "new_cases_smoothed_per_million": 17.196, - "total_deaths_per_million": 21.331, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 13162.0, - "total_tests": 1315901.0, - "total_tests_per_thousand": 7.99, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 12968.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.579, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-14", - "total_cases": 269115.0, - "new_cases": 2617.0, - "new_cases_smoothed": 2780.571, - "total_deaths": 3557.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 1634.076, - "new_cases_per_million": 15.891, - "new_cases_smoothed_per_million": 16.884, - "total_deaths_per_million": 21.598, - "new_deaths_per_million": 0.267, - "new_deaths_smoothed_per_million": 0.218, - "new_tests": 12856.0, - "total_tests": 1328757.0, - "total_tests_per_thousand": 8.068, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 12991.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.672, - "positive_rate": 0.214, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-15", - "total_cases": 271881.0, - "new_cases": 2766.0, - "new_cases_smoothed": 2768.429, - "total_deaths": 3591.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 1650.871, - "new_cases_per_million": 16.795, - "new_cases_smoothed_per_million": 16.81, - "total_deaths_per_million": 21.805, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 12891.0, - "total_tests": 1341648.0, - "total_tests_per_thousand": 8.147, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 13155.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 4.752, - "positive_rate": 0.21, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-16", - "total_cases": 274525.0, - "new_cases": 2644.0, - "new_cases_smoothed": 2773.143, - "total_deaths": 3625.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 1666.926, - "new_cases_per_million": 16.054, - "new_cases_smoothed_per_million": 16.839, - "total_deaths_per_million": 22.011, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.226, - "new_tests": 10018.0, - "total_tests": 1351666.0, - "total_tests_per_thousand": 8.207, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 13050.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.706, - "positive_rate": 0.213, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-17", - "total_cases": 276549.0, - "new_cases": 2024.0, - "new_cases_smoothed": 2707.0, - "total_deaths": 3657.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 1679.216, - "new_cases_per_million": 12.29, - "new_cases_smoothed_per_million": 16.437, - "total_deaths_per_million": 22.205, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 12523.0, - "total_tests": 1364189.0, - "total_tests_per_thousand": 8.283, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 13003.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.803, - "positive_rate": 0.20800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-18", - "total_cases": 279144.0, - "new_cases": 2595.0, - "new_cases_smoothed": 2662.429, - "total_deaths": 3694.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 1694.973, - "new_cases_per_million": 15.757, - "new_cases_smoothed_per_million": 16.166, - "total_deaths_per_million": 22.43, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 14630.0, - "total_tests": 1378819.0, - "total_tests_per_thousand": 8.372, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 12976.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.874, - "positive_rate": 0.205, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-19", - "total_cases": 282344.0, - "new_cases": 3200.0, - "new_cases_smoothed": 2691.571, - "total_deaths": 3740.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 38.429, - "total_cases_per_million": 1714.403, - "new_cases_per_million": 19.431, - "new_cases_smoothed_per_million": 16.343, - "total_deaths_per_million": 22.709, - "new_deaths_per_million": 0.279, - "new_deaths_smoothed_per_million": 0.233, - "new_tests": 14678.0, - "total_tests": 1393497.0, - "total_tests_per_thousand": 8.461, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 12965.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 4.817, - "positive_rate": 0.20800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-20", - "total_cases": 285091.0, - "new_cases": 2747.0, - "new_cases_smoothed": 2656.143, - "total_deaths": 3781.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 1731.083, - "new_cases_per_million": 16.68, - "new_cases_smoothed_per_million": 16.128, - "total_deaths_per_million": 22.958, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 14059.0, - "total_tests": 1407556.0, - "total_tests_per_thousand": 8.547, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 13094.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 4.93, - "positive_rate": 0.203, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-21", - "total_cases": 287959.0, - "new_cases": 2868.0, - "new_cases_smoothed": 2692.0, - "total_deaths": 3822.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 37.857, - "total_cases_per_million": 1748.498, - "new_cases_per_million": 17.415, - "new_cases_smoothed_per_million": 16.346, - "total_deaths_per_million": 23.207, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.23, - "new_tests": 12943.0, - "total_tests": 1420499.0, - "total_tests_per_thousand": 8.625, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 13106.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 4.868, - "positive_rate": 0.205, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-22", - "total_cases": 290360.0, - "new_cases": 2401.0, - "new_cases_smoothed": 2639.857, - "total_deaths": 3861.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 38.571, - "total_cases_per_million": 1763.077, - "new_cases_per_million": 14.579, - "new_cases_smoothed_per_million": 16.029, - "total_deaths_per_million": 23.444, - "new_deaths_per_million": 0.237, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 11356.0, - "total_tests": 1431855.0, - "total_tests_per_thousand": 8.694, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 12887.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 4.882, - "positive_rate": 0.205, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-23", - "total_cases": 292625.0, - "new_cases": 2265.0, - "new_cases_smoothed": 2585.714, - "total_deaths": 3907.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 40.286, - "total_cases_per_million": 1776.83, - "new_cases_per_million": 13.753, - "new_cases_smoothed_per_million": 15.701, - "total_deaths_per_million": 23.723, - "new_deaths_per_million": 0.279, - "new_deaths_smoothed_per_million": 0.245, - "new_tests": 10801.0, - "total_tests": 1442656.0, - "total_tests_per_thousand": 8.76, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 12999.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 5.027, - "positive_rate": 0.19899999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-24", - "total_cases": 294598.0, - "new_cases": 1973.0, - "new_cases_smoothed": 2578.429, - "total_deaths": 3941.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 1788.81, - "new_cases_per_million": 11.98, - "new_cases_smoothed_per_million": 15.656, - "total_deaths_per_million": 23.93, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.246, - "new_tests": 13382.0, - "total_tests": 1456038.0, - "total_tests_per_thousand": 8.841, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 13121.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 5.0889999999999995, - "positive_rate": 0.19699999999999998, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-25", - "total_cases": 297083.0, - "new_cases": 2485.0, - "new_cases_smoothed": 2562.714, - "total_deaths": 3983.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 41.286, - "total_cases_per_million": 1803.899, - "new_cases_per_million": 15.089, - "new_cases_smoothed_per_million": 15.561, - "total_deaths_per_million": 24.185, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.251, - "new_tests": 14153.0, - "total_tests": 1470191.0, - "total_tests_per_thousand": 8.927, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 13053.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 5.093, - "positive_rate": 0.196, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-26", - "total_cases": 299628.0, - "new_cases": 2545.0, - "new_cases_smoothed": 2469.143, - "total_deaths": 4028.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 41.143, - "total_cases_per_million": 1819.352, - "new_cases_per_million": 15.453, - "new_cases_smoothed_per_million": 14.993, - "total_deaths_per_million": 24.458, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.25, - "new_tests": 15070.0, - "total_tests": 1485261.0, - "total_tests_per_thousand": 9.019, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 13109.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 5.309, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-27", - "total_cases": 302147.0, - "new_cases": 2519.0, - "new_cases_smoothed": 2436.571, - "total_deaths": 4082.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 43.0, - "total_cases_per_million": 1834.648, - "new_cases_per_million": 15.295, - "new_cases_smoothed_per_million": 14.795, - "total_deaths_per_million": 24.786, - "new_deaths_per_million": 0.328, - "new_deaths_smoothed_per_million": 0.261, - "new_tests": 15124.0, - "total_tests": 1500385.0, - "total_tests_per_thousand": 9.11, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 13261.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 5.442, - "positive_rate": 0.184, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-28", - "total_cases": 304583.0, - "new_cases": 2436.0, - "new_cases_smoothed": 2374.857, - "total_deaths": 4127.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 43.571, - "total_cases_per_million": 1849.439, - "new_cases_per_million": 14.791, - "new_cases_smoothed_per_million": 14.42, - "total_deaths_per_million": 25.059, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.265, - "new_tests": 13741.0, - "total_tests": 1514126.0, - "total_tests_per_thousand": 9.194, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 13375.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 5.632000000000001, - "positive_rate": 0.17800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-29", - "total_cases": 306794.0, - "new_cases": 2211.0, - "new_cases_smoothed": 2347.714, - "total_deaths": 4174.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 44.714, - "total_cases_per_million": 1862.864, - "new_cases_per_million": 13.425, - "new_cases_smoothed_per_million": 14.255, - "total_deaths_per_million": 25.345, - "new_deaths_per_million": 0.285, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 11689.0, - "total_tests": 1525815.0, - "total_tests_per_thousand": 9.265, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 13423.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 5.7170000000000005, - "positive_rate": 0.175, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-30", - "total_cases": 308925.0, - "new_cases": 2131.0, - "new_cases_smoothed": 2328.571, - "total_deaths": 4206.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 42.714, - "total_cases_per_million": 1875.804, - "new_cases_per_million": 12.94, - "new_cases_smoothed_per_million": 14.139, - "total_deaths_per_million": 25.539, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.259, - "new_tests": 11934.0, - "total_tests": 1537749.0, - "total_tests_per_thousand": 9.337, - "new_tests_per_thousand": 0.072, - "new_tests_smoothed": 13585.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 5.834, - "positive_rate": 0.171, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-08-31", - "total_cases": 310822.0, - "new_cases": 1897.0, - "new_cases_smoothed": 2317.714, - "total_deaths": 4248.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 43.857, - "total_cases_per_million": 1887.323, - "new_cases_per_million": 11.519, - "new_cases_smoothed_per_million": 14.073, - "total_deaths_per_million": 25.794, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.266, - "new_tests": 12454.0, - "total_tests": 1550203.0, - "total_tests_per_thousand": 9.413, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 13452.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 5.803999999999999, - "positive_rate": 0.172, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-01", - "total_cases": 312996.0, - "new_cases": 2174.0, - "new_cases_smoothed": 2273.286, - "total_deaths": 4281.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 42.571, - "total_cases_per_million": 1900.523, - "new_cases_per_million": 13.201, - "new_cases_smoothed_per_million": 13.803, - "total_deaths_per_million": 25.994, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.258, - "new_tests": 12209.0, - "total_tests": 1562412.0, - "total_tests_per_thousand": 9.487, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 13174.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 5.795, - "positive_rate": 0.17300000000000001, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-02", - "total_cases": 314946.0, - "new_cases": 1950.0, - "new_cases_smoothed": 2188.286, - "total_deaths": 4316.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 41.143, - "total_cases_per_million": 1912.364, - "new_cases_per_million": 11.84, - "new_cases_smoothed_per_million": 13.287, - "total_deaths_per_million": 26.207, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.25, - "new_tests": 15204.0, - "total_tests": 1577616.0, - "total_tests_per_thousand": 9.579, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 13194.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 6.029, - "positive_rate": 0.166, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-03", - "total_cases": 317528.0, - "new_cases": 2582.0, - "new_cases_smoothed": 2197.286, - "total_deaths": 4351.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 38.429, - "total_cases_per_million": 1928.042, - "new_cases_per_million": 15.678, - "new_cases_smoothed_per_million": 13.342, - "total_deaths_per_million": 26.419, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.233, - "new_tests": 14422.0, - "total_tests": 1592038.0, - "total_tests_per_thousand": 9.667, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 13093.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 5.959, - "positive_rate": 0.168, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-04", - "total_cases": 319686.0, - "new_cases": 2158.0, - "new_cases_smoothed": 2157.571, - "total_deaths": 4383.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 1941.145, - "new_cases_per_million": 13.103, - "new_cases_smoothed_per_million": 13.101, - "total_deaths_per_million": 26.614, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 13073.0, - "total_tests": 1605111.0, - "total_tests_per_thousand": 9.746, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 12998.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 6.024, - "positive_rate": 0.166, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-05", - "total_cases": 321615.0, - "new_cases": 1929.0, - "new_cases_smoothed": 2117.286, - "total_deaths": 4412.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 34.0, - "total_cases_per_million": 1952.858, - "new_cases_per_million": 11.713, - "new_cases_smoothed_per_million": 12.856, - "total_deaths_per_million": 26.79, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 12847.0, - "total_tests": 1617958.0, - "total_tests_per_thousand": 9.824, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 13163.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 6.2170000000000005, - "positive_rate": 0.161, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-06", - "total_cases": 323565.0, - "new_cases": 1950.0, - "new_cases_smoothed": 2091.429, - "total_deaths": 4447.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 34.429, - "total_cases_per_million": 1964.699, - "new_cases_per_million": 11.84, - "new_cases_smoothed_per_million": 12.699, - "total_deaths_per_million": 27.002, - "new_deaths_per_million": 0.213, - "new_deaths_smoothed_per_million": 0.209, - "new_tests": 11354.0, - "total_tests": 1629312.0, - "total_tests_per_thousand": 9.893, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 13080.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 6.254, - "positive_rate": 0.16, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-07", - "total_cases": 325157.0, - "new_cases": 1592.0, - "new_cases_smoothed": 2047.857, - "total_deaths": 4449.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 28.714, - "total_cases_per_million": 1974.365, - "new_cases_per_million": 9.667, - "new_cases_smoothed_per_million": 12.435, - "total_deaths_per_million": 27.014, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 15412.0, - "total_tests": 1644724.0, - "total_tests_per_thousand": 9.987, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 13503.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 6.593999999999999, - "positive_rate": 0.152, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-08", - "total_cases": 327359.0, - "new_cases": 2202.0, - "new_cases_smoothed": 2051.857, - "total_deaths": 4516.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 1987.736, - "new_cases_per_million": 13.371, - "new_cases_smoothed_per_million": 12.459, - "total_deaths_per_million": 27.421, - "new_deaths_per_million": 0.407, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 14973.0, - "total_tests": 1659697.0, - "total_tests_per_thousand": 10.078, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 13898.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 6.773, - "positive_rate": 0.14800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-09", - "total_cases": 329251.0, - "new_cases": 1892.0, - "new_cases_smoothed": 2043.571, - "total_deaths": 4552.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 1999.224, - "new_cases_per_million": 11.488, - "new_cases_smoothed_per_million": 12.409, - "total_deaths_per_million": 27.64, - "new_deaths_per_million": 0.219, - "new_deaths_smoothed_per_million": 0.205, - "new_tests": 14755.0, - "total_tests": 1674452.0, - "total_tests_per_thousand": 10.167, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 13834.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 6.77, - "positive_rate": 0.14800000000000002, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-10", - "total_cases": 331078.0, - "new_cases": 1827.0, - "new_cases_smoothed": 1935.714, - "total_deaths": 4593.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 34.571, - "total_cases_per_million": 2010.318, - "new_cases_per_million": 11.094, - "new_cases_smoothed_per_million": 11.754, - "total_deaths_per_million": 27.889, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 15559.0, - "total_tests": 1690011.0, - "total_tests_per_thousand": 10.262, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 13996.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 7.23, - "positive_rate": 0.138, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-11", - "total_cases": 332970.0, - "new_cases": 1892.0, - "new_cases_smoothed": 1897.714, - "total_deaths": 4634.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 2021.806, - "new_cases_per_million": 11.488, - "new_cases_smoothed_per_million": 11.523, - "total_deaths_per_million": 28.138, - "new_deaths_per_million": 0.249, - "new_deaths_smoothed_per_million": 0.218, - "new_tests": 14747.0, - "total_tests": 1704758.0, - "total_tests_per_thousand": 10.351, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 14235.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 7.501, - "positive_rate": 0.133, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-12", - "total_cases": 334762.0, - "new_cases": 1792.0, - "new_cases_smoothed": 1878.143, - "total_deaths": 4668.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 2032.687, - "new_cases_per_million": 10.881, - "new_cases_smoothed_per_million": 11.404, - "total_deaths_per_million": 28.344, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 10723.0, - "total_tests": 1715481.0, - "total_tests_per_thousand": 10.416, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 13932.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 7.417999999999999, - "positive_rate": 0.135, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-13", - "total_cases": 336044.0, - "new_cases": 1282.0, - "new_cases_smoothed": 1782.714, - "total_deaths": 4702.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 36.429, - "total_cases_per_million": 2040.472, - "new_cases_per_million": 7.784, - "new_cases_smoothed_per_million": 10.825, - "total_deaths_per_million": 28.551, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.221, - "new_tests": 12999.0, - "total_tests": 1728480.0, - "total_tests_per_thousand": 10.495, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 14167.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 7.947, - "positive_rate": 0.126, - "tests_units": "samples tested", - "stringency_index": 80.09 - }, - { - "date": "2020-09-14", - "total_cases": 337520.0, - "new_cases": 1476.0, - "new_cases_smoothed": 1766.143, - "total_deaths": 4733.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 2049.434, - "new_cases_per_million": 8.962, - "new_cases_smoothed_per_million": 10.724, - "total_deaths_per_million": 28.739, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.246, - "new_tests": 14216.0, - "total_tests": 1742696.0, - "total_tests_per_thousand": 10.582, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 13996.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 7.925, - "positive_rate": 0.126, - "tests_units": "samples tested" - }, - { - "date": "2020-09-15", - "total_cases": 339332.0, - "new_cases": 1812.0, - "new_cases_smoothed": 1710.429, - "total_deaths": 4759.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 34.714, - "total_cases_per_million": 2060.436, - "new_cases_per_million": 11.003, - "new_cases_smoothed_per_million": 10.386, - "total_deaths_per_million": 28.897, - "new_deaths_per_million": 0.158, - "new_deaths_smoothed_per_million": 0.211, - "new_tests": 14050.0, - "total_tests": 1756746.0, - "total_tests_per_thousand": 10.667, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 13864.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 8.106, - "positive_rate": 0.12300000000000001, - "tests_units": "samples tested" - }, - { - "date": "2020-09-16", - "total_cases": 341056.0, - "new_cases": 1724.0, - "new_cases_smoothed": 1686.429, - "total_deaths": 4802.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 35.714, - "total_cases_per_million": 2070.905, - "new_cases_per_million": 10.468, - "new_cases_smoothed_per_million": 10.24, - "total_deaths_per_million": 29.158, - "new_deaths_per_million": 0.261, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 13360.0, - "total_tests": 1770106.0, - "total_tests_per_thousand": 10.748, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 13665.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 8.103, - "positive_rate": 0.12300000000000001, - "tests_units": "samples tested" - }, - { - "date": "2020-09-17", - "total_cases": 342671.0, - "new_cases": 1615.0, - "new_cases_smoothed": 1656.143, - "total_deaths": 4823.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 32.857, - "total_cases_per_million": 2080.711, - "new_cases_per_million": 9.806, - "new_cases_smoothed_per_million": 10.056, - "total_deaths_per_million": 29.285, - "new_deaths_per_million": 0.128, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 13673.0, - "total_tests": 1783779.0, - "total_tests_per_thousand": 10.831, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 13395.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 8.088, - "positive_rate": 0.124, - "tests_units": "samples tested" - }, - { - "date": "2020-09-18", - "total_cases": 344264.0, - "new_cases": 1593.0, - "new_cases_smoothed": 1613.429, - "total_deaths": 4859.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 32.143, - "total_cases_per_million": 2090.384, - "new_cases_per_million": 9.673, - "new_cases_smoothed_per_million": 9.797, - "total_deaths_per_million": 29.504, - "new_deaths_per_million": 0.219, - "new_deaths_smoothed_per_million": 0.195 - }, - { - "date": "2020-09-19", - "total_cases": 345805.0, - "new_cases": 1541.0, - "new_cases_smoothed": 1577.571, - "total_deaths": 4881.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 30.429, - "total_cases_per_million": 2099.741, - "new_cases_per_million": 9.357, - "new_cases_smoothed_per_million": 9.579, - "total_deaths_per_million": 29.638, - "new_deaths_per_million": 0.134, - "new_deaths_smoothed_per_million": 0.185 - }, - { - "date": "2020-09-20", - "total_cases": 347372.0, - "new_cases": 1567.0, - "new_cases_smoothed": 1618.286, - "total_deaths": 4913.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 30.143, - "total_cases_per_million": 2109.256, - "new_cases_per_million": 9.515, - "new_cases_smoothed_per_million": 9.826, - "total_deaths_per_million": 29.832, - "new_deaths_per_million": 0.194, - "new_deaths_smoothed_per_million": 0.183 - }, - { - "date": "2020-09-21", - "total_cases": 348916.0, - "new_cases": 1544.0, - "new_cases_smoothed": 1628.0, - "total_deaths": 4939.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 29.429, - "total_cases_per_million": 2118.631, - "new_cases_per_million": 9.375, - "new_cases_smoothed_per_million": 9.885, - "total_deaths_per_million": 29.99, - "new_deaths_per_million": 0.158, - "new_deaths_smoothed_per_million": 0.179 - }, - { - "date": "2020-09-22", - "total_cases": 350621.0, - "new_cases": 1705.0, - "new_cases_smoothed": 1612.714, - "total_deaths": 4979.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 31.429, - "total_cases_per_million": 2128.984, - "new_cases_per_million": 10.353, - "new_cases_smoothed_per_million": 9.792, - "total_deaths_per_million": 30.233, - "new_deaths_per_million": 0.243, - "new_deaths_smoothed_per_million": 0.191 - }, - { - "date": "2020-09-23", - "total_cases": 352178.0, - "new_cases": 1557.0, - "new_cases_smoothed": 1588.857, - "total_deaths": 5007.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 29.286, - "total_cases_per_million": 2138.438, - "new_cases_per_million": 9.454, - "new_cases_smoothed_per_million": 9.648, - "total_deaths_per_million": 30.403, - "new_deaths_per_million": 0.17, - "new_deaths_smoothed_per_million": 0.178 - }, - { - "date": "2020-09-24", - "total_cases": 353844.0, - "new_cases": 1666.0, - "new_cases_smoothed": 1596.143, - "total_deaths": 5044.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 31.571, - "total_cases_per_million": 2148.554, - "new_cases_per_million": 10.116, - "new_cases_smoothed_per_million": 9.692, - "total_deaths_per_million": 30.627, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.192 - }, - { - "date": "2020-09-25", - "total_cases": 355384.0, - "new_cases": 1540.0, - "new_cases_smoothed": 1588.571, - "total_deaths": 5072.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 30.429, - "total_cases_per_million": 2157.905, - "new_cases_per_million": 9.351, - "new_cases_smoothed_per_million": 9.646, - "total_deaths_per_million": 30.797, - "new_deaths_per_million": 0.17, - "new_deaths_smoothed_per_million": 0.185 - } - ] - }, - "BGR": { - "continent": "Europe", - "location": "Bulgaria", - "population": 6948445.0, - "population_density": 65.18, - "median_age": 44.7, - "aged_65_older": 20.801, - "aged_70_older": 13.272, - "gdp_per_capita": 18563.307, - "extreme_poverty": 1.5, - "cardiovasc_death_rate": 424.688, - "diabetes_prevalence": 5.81, - "female_smokers": 30.1, - "male_smokers": 44.4, - "hospital_beds_per_thousand": 7.454, - "life_expectancy": 75.05, - "human_development_index": 0.813, - "data": [ - { - "date": "2020-03-08", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.288, - "new_cases_per_million": 0.288, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 21.3 - }, - { - "date": "2020-03-09", - "total_cases": 4.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.576, - "new_cases_per_million": 0.288, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 21.3 - }, - { - "date": "2020-03-12", - "total_cases": 7.0, - "new_cases": 3.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 1.007, - "new_cases_per_million": 0.432, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.144, - "stringency_index": 26.85 - }, - { - "date": "2020-03-13", - "total_cases": 23.0, - "new_cases": 16.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.31, - "new_cases_per_million": 2.303, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-03-14", - "total_cases": 31.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.461, - "new_cases_per_million": 1.151, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 50.93 - }, - { - "date": "2020-03-15", - "total_cases": 41.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.571, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.901, - "new_cases_per_million": 1.439, - "new_cases_smoothed_per_million": 0.802, - "total_deaths_per_million": 0.288, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 50.93 - }, - { - "date": "2020-03-16", - "total_cases": 51.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7.34, - "new_cases_per_million": 1.439, - "new_cases_smoothed_per_million": 0.966, - "total_deaths_per_million": 0.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 50.93 - }, - { - "date": "2020-03-17", - "total_cases": 62.0, - "new_cases": 11.0, - "new_cases_smoothed": 8.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8.923, - "new_cases_per_million": 1.583, - "new_cases_smoothed_per_million": 1.192, - "total_deaths_per_million": 0.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 56.48 - }, - { - "date": "2020-03-18", - "total_cases": 81.0, - "new_cases": 19.0, - "new_cases_smoothed": 11.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 11.657, - "new_cases_per_million": 2.734, - "new_cases_smoothed_per_million": 1.583, - "total_deaths_per_million": 0.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 70.37 - }, - { - "date": "2020-03-19", - "total_cases": 92.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 13.24, - "new_cases_per_million": 1.583, - "new_cases_smoothed_per_million": 1.748, - "total_deaths_per_million": 0.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 70.37 - }, - { - "date": "2020-03-20", - "total_cases": 105.0, - "new_cases": 13.0, - "new_cases_smoothed": 11.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 15.111, - "new_cases_per_million": 1.871, - "new_cases_smoothed_per_million": 1.686, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 70.37 - }, - { - "date": "2020-03-21", - "total_cases": 127.0, - "new_cases": 22.0, - "new_cases_smoothed": 13.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 18.277, - "new_cases_per_million": 3.166, - "new_cases_smoothed_per_million": 1.974, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "stringency_index": 73.15 - }, - { - "date": "2020-03-22", - "total_cases": 163.0, - "new_cases": 36.0, - "new_cases_smoothed": 17.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 23.458, - "new_cases_per_million": 5.181, - "new_cases_smoothed_per_million": 2.508, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-23", - "total_cases": 185.0, - "new_cases": 22.0, - "new_cases_smoothed": 19.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 26.625, - "new_cases_per_million": 3.166, - "new_cases_smoothed_per_million": 2.755, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-24", - "total_cases": 201.0, - "new_cases": 16.0, - "new_cases_smoothed": 19.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 28.927, - "new_cases_per_million": 2.303, - "new_cases_smoothed_per_million": 2.858, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-25", - "total_cases": 220.0, - "new_cases": 19.0, - "new_cases_smoothed": 19.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 31.662, - "new_cases_per_million": 2.734, - "new_cases_smoothed_per_million": 2.858, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-26", - "total_cases": 242.0, - "new_cases": 22.0, - "new_cases_smoothed": 21.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 34.828, - "new_cases_per_million": 3.166, - "new_cases_smoothed_per_million": 3.084, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 73.15 - }, - { - "date": "2020-03-27", - "total_cases": 264.0, - "new_cases": 22.0, - "new_cases_smoothed": 22.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.994, - "new_cases_per_million": 3.166, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-28", - "total_cases": 293.0, - "new_cases": 29.0, - "new_cases_smoothed": 23.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.168, - "new_cases_per_million": 4.174, - "new_cases_smoothed_per_million": 3.413, - "total_deaths_per_million": 0.432, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-29", - "total_cases": 331.0, - "new_cases": 38.0, - "new_cases_smoothed": 24.0, - "total_deaths": 7.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 47.637, - "new_cases_per_million": 5.469, - "new_cases_smoothed_per_million": 3.454, - "total_deaths_per_million": 1.007, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 73.15 - }, - { - "date": "2020-03-30", - "total_cases": 346.0, - "new_cases": 15.0, - "new_cases_smoothed": 23.0, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 49.795, - "new_cases_per_million": 2.159, - "new_cases_smoothed_per_million": 3.31, - "total_deaths_per_million": 1.151, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.103, - "stringency_index": 73.15 - }, - { - "date": "2020-03-31", - "total_cases": 359.0, - "new_cases": 13.0, - "new_cases_smoothed": 22.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 51.666, - "new_cases_per_million": 1.871, - "new_cases_smoothed_per_million": 3.248, - "total_deaths_per_million": 1.151, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.103, - "stringency_index": 73.15 - }, - { - "date": "2020-04-01", - "total_cases": 399.0, - "new_cases": 40.0, - "new_cases_smoothed": 25.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 57.423, - "new_cases_per_million": 5.757, - "new_cases_smoothed_per_million": 3.68, - "total_deaths_per_million": 1.151, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.103, - "stringency_index": 71.3 - }, - { - "date": "2020-04-02", - "total_cases": 422.0, - "new_cases": 23.0, - "new_cases_smoothed": 25.714, - "total_deaths": 10.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 60.733, - "new_cases_per_million": 3.31, - "new_cases_smoothed_per_million": 3.701, - "total_deaths_per_million": 1.439, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.144, - "stringency_index": 71.3 - }, - { - "date": "2020-04-03", - "total_cases": 457.0, - "new_cases": 35.0, - "new_cases_smoothed": 27.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 65.77, - "new_cases_per_million": 5.037, - "new_cases_smoothed_per_million": 3.968, - "total_deaths_per_million": 1.439, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.144, - "stringency_index": 71.3 - }, - { - "date": "2020-04-04", - "total_cases": 485.0, - "new_cases": 28.0, - "new_cases_smoothed": 27.429, - "total_deaths": 14.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 69.8, - "new_cases_per_million": 4.03, - "new_cases_smoothed_per_million": 3.947, - "total_deaths_per_million": 2.015, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.226, - "stringency_index": 71.3 - }, - { - "date": "2020-04-05", - "total_cases": 503.0, - "new_cases": 18.0, - "new_cases_smoothed": 24.571, - "total_deaths": 17.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 72.39, - "new_cases_per_million": 2.591, - "new_cases_smoothed_per_million": 3.536, - "total_deaths_per_million": 2.447, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.206, - "stringency_index": 71.3 - }, - { - "date": "2020-04-06", - "total_cases": 531.0, - "new_cases": 28.0, - "new_cases_smoothed": 26.429, - "total_deaths": 20.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 76.42, - "new_cases_per_million": 4.03, - "new_cases_smoothed_per_million": 3.804, - "total_deaths_per_million": 2.878, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.247, - "stringency_index": 71.3 - }, - { - "date": "2020-04-07", - "total_cases": 549.0, - "new_cases": 18.0, - "new_cases_smoothed": 27.143, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 79.01, - "new_cases_per_million": 2.591, - "new_cases_smoothed_per_million": 3.906, - "total_deaths_per_million": 3.166, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.288, - "stringency_index": 71.3 - }, - { - "date": "2020-04-08", - "total_cases": 577.0, - "new_cases": 28.0, - "new_cases_smoothed": 25.429, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 83.04, - "new_cases_per_million": 4.03, - "new_cases_smoothed_per_million": 3.66, - "total_deaths_per_million": 3.31, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.308, - "stringency_index": 71.3 - }, - { - "date": "2020-04-09", - "total_cases": 593.0, - "new_cases": 16.0, - "new_cases_smoothed": 24.429, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 85.343, - "new_cases_per_million": 2.303, - "new_cases_smoothed_per_million": 3.516, - "total_deaths_per_million": 3.454, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.288, - "stringency_index": 71.3 - }, - { - "date": "2020-04-10", - "total_cases": 624.0, - "new_cases": 31.0, - "new_cases_smoothed": 23.857, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 89.804, - "new_cases_per_million": 4.461, - "new_cases_smoothed_per_million": 3.433, - "total_deaths_per_million": 3.454, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.288, - "stringency_index": 71.3 - }, - { - "date": "2020-04-11", - "total_cases": 635.0, - "new_cases": 11.0, - "new_cases_smoothed": 21.429, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 91.387, - "new_cases_per_million": 1.583, - "new_cases_smoothed_per_million": 3.084, - "total_deaths_per_million": 3.598, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.226, - "total_tests": 18502.0, - "total_tests_per_thousand": 2.663, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-12", - "total_cases": 661.0, - "new_cases": 26.0, - "new_cases_smoothed": 22.571, - "total_deaths": 28.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 95.129, - "new_cases_per_million": 3.742, - "new_cases_smoothed_per_million": 3.248, - "total_deaths_per_million": 4.03, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.226, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-13", - "total_cases": 675.0, - "new_cases": 14.0, - "new_cases_smoothed": 20.571, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 97.144, - "new_cases_per_million": 2.015, - "new_cases_smoothed_per_million": 2.961, - "total_deaths_per_million": 4.174, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.185, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-14", - "total_cases": 685.0, - "new_cases": 10.0, - "new_cases_smoothed": 19.429, - "total_deaths": 32.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 98.583, - "new_cases_per_million": 1.439, - "new_cases_smoothed_per_million": 2.796, - "total_deaths_per_million": 4.605, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.206, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-15", - "total_cases": 713.0, - "new_cases": 28.0, - "new_cases_smoothed": 19.429, - "total_deaths": 35.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 102.613, - "new_cases_per_million": 4.03, - "new_cases_smoothed_per_million": 2.796, - "total_deaths_per_million": 5.037, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.247, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-16", - "total_cases": 747.0, - "new_cases": 34.0, - "new_cases_smoothed": 22.0, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 107.506, - "new_cases_per_million": 4.893, - "new_cases_smoothed_per_million": 3.166, - "total_deaths_per_million": 5.181, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.247, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-17", - "total_cases": 800.0, - "new_cases": 53.0, - "new_cases_smoothed": 25.143, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 115.134, - "new_cases_per_million": 7.628, - "new_cases_smoothed_per_million": 3.618, - "total_deaths_per_million": 5.469, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.288, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-18", - "total_cases": 846.0, - "new_cases": 46.0, - "new_cases_smoothed": 30.143, - "total_deaths": 41.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 121.754, - "new_cases_per_million": 6.62, - "new_cases_smoothed_per_million": 4.338, - "total_deaths_per_million": 5.901, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.329, - "new_tests_smoothed": 989.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_per_case": 32.81, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-19", - "total_cases": 878.0, - "new_cases": 32.0, - "new_cases_smoothed": 31.0, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 126.359, - "new_cases_per_million": 4.605, - "new_cases_smoothed_per_million": 4.461, - "total_deaths_per_million": 5.901, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.267, - "total_tests": 26417.0, - "total_tests_per_thousand": 3.802, - "new_tests_smoothed": 989.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_per_case": 31.903000000000002, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-20", - "total_cases": 915.0, - "new_cases": 37.0, - "new_cases_smoothed": 34.286, - "total_deaths": 43.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 131.684, - "new_cases_per_million": 5.325, - "new_cases_smoothed_per_million": 4.934, - "total_deaths_per_million": 6.188, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.288, - "new_tests_smoothed": 876.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_per_case": 25.55, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-21", - "total_cases": 929.0, - "new_cases": 14.0, - "new_cases_smoothed": 34.857, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 133.699, - "new_cases_per_million": 2.015, - "new_cases_smoothed_per_million": 5.017, - "total_deaths_per_million": 6.188, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.226, - "new_tests_smoothed": 762.0, - "new_tests_smoothed_per_thousand": 0.11, - "tests_per_case": 21.861, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-22", - "total_cases": 975.0, - "new_cases": 46.0, - "new_cases_smoothed": 37.429, - "total_deaths": 45.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 140.319, - "new_cases_per_million": 6.62, - "new_cases_smoothed_per_million": 5.387, - "total_deaths_per_million": 6.476, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.206, - "total_tests": 27000.0, - "total_tests_per_thousand": 3.886, - "new_tests_smoothed": 649.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 17.34, - "positive_rate": 0.057999999999999996, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-23", - "total_cases": 1024.0, - "new_cases": 49.0, - "new_cases_smoothed": 39.571, - "total_deaths": 49.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 147.371, - "new_cases_per_million": 7.052, - "new_cases_smoothed_per_million": 5.695, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.267, - "new_tests_smoothed": 879.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_per_case": 22.213, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-24", - "total_cases": 1097.0, - "new_cases": 73.0, - "new_cases_smoothed": 42.429, - "total_deaths": 52.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 157.877, - "new_cases_per_million": 10.506, - "new_cases_smoothed_per_million": 6.106, - "total_deaths_per_million": 7.484, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.288, - "new_tests_smoothed": 1109.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 26.138, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-25", - "total_cases": 1188.0, - "new_cases": 91.0, - "new_cases_smoothed": 48.857, - "total_deaths": 54.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 170.974, - "new_cases_per_million": 13.096, - "new_cases_smoothed_per_million": 7.031, - "total_deaths_per_million": 7.772, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.267, - "new_tests_smoothed": 1339.0, - "new_tests_smoothed_per_thousand": 0.193, - "tests_per_case": 27.406, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-26", - "total_cases": 1247.0, - "new_cases": 59.0, - "new_cases_smoothed": 52.714, - "total_deaths": 55.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 179.465, - "new_cases_per_million": 8.491, - "new_cases_smoothed_per_million": 7.586, - "total_deaths_per_million": 7.915, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.288, - "new_tests_smoothed": 1570.0, - "new_tests_smoothed_per_thousand": 0.226, - "tests_per_case": 29.783, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-27", - "total_cases": 1300.0, - "new_cases": 53.0, - "new_cases_smoothed": 55.0, - "total_deaths": 56.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 187.092, - "new_cases_per_million": 7.628, - "new_cases_smoothed_per_million": 7.915, - "total_deaths_per_million": 8.059, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.267, - "new_tests_smoothed": 1913.0, - "new_tests_smoothed_per_thousand": 0.275, - "tests_per_case": 34.782, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-28", - "total_cases": 1363.0, - "new_cases": 63.0, - "new_cases_smoothed": 62.0, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 196.159, - "new_cases_per_million": 9.067, - "new_cases_smoothed_per_million": 8.923, - "total_deaths_per_million": 8.347, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.308, - "new_tests_smoothed": 2257.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_per_case": 36.403, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-29", - "total_cases": 1399.0, - "new_cases": 36.0, - "new_cases_smoothed": 60.571, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 201.34, - "new_cases_per_million": 5.181, - "new_cases_smoothed_per_million": 8.717, - "total_deaths_per_million": 8.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.267, - "total_tests": 45208.0, - "total_tests_per_thousand": 6.506, - "new_tests_smoothed": 2601.0, - "new_tests_smoothed_per_thousand": 0.374, - "tests_per_case": 42.941, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-30", - "total_cases": 1447.0, - "new_cases": 48.0, - "new_cases_smoothed": 60.429, - "total_deaths": 64.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 208.248, - "new_cases_per_million": 6.908, - "new_cases_smoothed_per_million": 8.697, - "total_deaths_per_million": 9.211, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.308, - "new_tests_smoothed": 2323.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 38.442, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-01", - "total_cases": 1506.0, - "new_cases": 59.0, - "new_cases_smoothed": 58.429, - "total_deaths": 66.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 216.739, - "new_cases_per_million": 8.491, - "new_cases_smoothed_per_million": 8.409, - "total_deaths_per_million": 9.499, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.288, - "total_tests": 46510.0, - "total_tests_per_thousand": 6.694, - "new_tests_smoothed": 2044.0, - "new_tests_smoothed_per_thousand": 0.294, - "tests_per_case": 34.983000000000004, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-02", - "total_cases": 1588.0, - "new_cases": 82.0, - "new_cases_smoothed": 57.143, - "total_deaths": 69.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 228.54, - "new_cases_per_million": 11.801, - "new_cases_smoothed_per_million": 8.224, - "total_deaths_per_million": 9.93, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 1126.0, - "total_tests": 47636.0, - "total_tests_per_thousand": 6.856, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 1833.0, - "new_tests_smoothed_per_thousand": 0.264, - "tests_per_case": 32.078, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-03", - "total_cases": 1594.0, - "new_cases": 6.0, - "new_cases_smoothed": 49.571, - "total_deaths": 72.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 229.404, - "new_cases_per_million": 0.864, - "new_cases_smoothed_per_million": 7.134, - "total_deaths_per_million": 10.362, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.35, - "new_tests": 982.0, - "total_tests": 48618.0, - "total_tests_per_thousand": 6.997, - "new_tests_per_thousand": 0.141, - "new_tests_smoothed": 1602.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_per_case": 32.317, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-04", - "total_cases": 1618.0, - "new_cases": 24.0, - "new_cases_smoothed": 45.429, - "total_deaths": 73.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 232.858, - "new_cases_per_million": 3.454, - "new_cases_smoothed_per_million": 6.538, - "total_deaths_per_million": 10.506, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.35, - "new_tests": 527.0, - "total_tests": 49145.0, - "total_tests_per_thousand": 7.073, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 1306.0, - "new_tests_smoothed_per_thousand": 0.188, - "tests_per_case": 28.748, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-05", - "total_cases": 1652.0, - "new_cases": 34.0, - "new_cases_smoothed": 41.286, - "total_deaths": 78.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 237.751, - "new_cases_per_million": 4.893, - "new_cases_smoothed_per_million": 5.942, - "total_deaths_per_million": 11.226, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 1158.0, - "total_tests": 50303.0, - "total_tests_per_thousand": 7.239, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1099.0, - "new_tests_smoothed_per_thousand": 0.158, - "tests_per_case": 26.619, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-06", - "total_cases": 1689.0, - "new_cases": 37.0, - "new_cases_smoothed": 41.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 243.076, - "new_cases_per_million": 5.325, - "new_cases_smoothed_per_million": 5.962, - "total_deaths_per_million": 11.226, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 1465.0, - "total_tests": 51768.0, - "total_tests_per_thousand": 7.45, - "new_tests_per_thousand": 0.211, - "new_tests_smoothed": 937.0, - "new_tests_smoothed_per_thousand": 0.135, - "tests_per_case": 22.616999999999997, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-05-07", - "total_cases": 1778.0, - "new_cases": 89.0, - "new_cases_smoothed": 47.286, - "total_deaths": 84.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 255.885, - "new_cases_per_million": 12.809, - "new_cases_smoothed_per_million": 6.805, - "total_deaths_per_million": 12.089, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 1163.0, - "total_tests": 52931.0, - "total_tests_per_thousand": 7.618, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1010.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 21.36, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-05-08", - "total_cases": 1829.0, - "new_cases": 51.0, - "new_cases_smoothed": 46.143, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 263.224, - "new_cases_per_million": 7.34, - "new_cases_smoothed_per_million": 6.641, - "total_deaths_per_million": 12.089, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 1397.0, - "total_tests": 54328.0, - "total_tests_per_thousand": 7.819, - "new_tests_per_thousand": 0.201, - "new_tests_smoothed": 1117.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 24.206999999999997, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-09", - "total_cases": 1911.0, - "new_cases": 82.0, - "new_cases_smoothed": 46.143, - "total_deaths": 88.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 275.026, - "new_cases_per_million": 11.801, - "new_cases_smoothed_per_million": 6.641, - "total_deaths_per_million": 12.665, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.391, - "new_tests": 1777.0, - "total_tests": 56105.0, - "total_tests_per_thousand": 8.074, - "new_tests_per_thousand": 0.256, - "new_tests_smoothed": 1210.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 26.223000000000003, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-10", - "total_cases": 1955.0, - "new_cases": 44.0, - "new_cases_smoothed": 51.571, - "total_deaths": 90.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 281.358, - "new_cases_per_million": 6.332, - "new_cases_smoothed_per_million": 7.422, - "total_deaths_per_million": 12.953, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 1126.0, - "total_tests": 57231.0, - "total_tests_per_thousand": 8.237, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 1230.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 23.85, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-11", - "total_cases": 1965.0, - "new_cases": 10.0, - "new_cases_smoothed": 49.571, - "total_deaths": 91.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 282.797, - "new_cases_per_million": 1.439, - "new_cases_smoothed_per_million": 7.134, - "total_deaths_per_million": 13.096, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 403.0, - "total_tests": 57634.0, - "total_tests_per_thousand": 8.295, - "new_tests_per_thousand": 0.058, - "new_tests_smoothed": 1213.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 24.47, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-12", - "total_cases": 1990.0, - "new_cases": 25.0, - "new_cases_smoothed": 48.286, - "total_deaths": 93.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 286.395, - "new_cases_per_million": 3.598, - "new_cases_smoothed_per_million": 6.949, - "total_deaths_per_million": 13.384, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 1079.0, - "total_tests": 58713.0, - "total_tests_per_thousand": 8.45, - "new_tests_per_thousand": 0.155, - "new_tests_smoothed": 1201.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 24.873, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-13", - "total_cases": 2023.0, - "new_cases": 33.0, - "new_cases_smoothed": 47.714, - "total_deaths": 95.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 291.144, - "new_cases_per_million": 4.749, - "new_cases_smoothed_per_million": 6.867, - "total_deaths_per_million": 13.672, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.35, - "new_tests": 1387.0, - "total_tests": 60100.0, - "total_tests_per_thousand": 8.649, - "new_tests_per_thousand": 0.2, - "new_tests_smoothed": 1190.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 24.94, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-05-14", - "total_cases": 2069.0, - "new_cases": 46.0, - "new_cases_smoothed": 41.571, - "total_deaths": 96.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 297.764, - "new_cases_per_million": 6.62, - "new_cases_smoothed_per_million": 5.983, - "total_deaths_per_million": 13.816, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 1611.0, - "total_tests": 61711.0, - "total_tests_per_thousand": 8.881, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 1254.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 30.165, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-15", - "total_cases": 2100.0, - "new_cases": 31.0, - "new_cases_smoothed": 38.714, - "total_deaths": 99.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 302.226, - "new_cases_per_million": 4.461, - "new_cases_smoothed_per_million": 5.572, - "total_deaths_per_million": 14.248, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 1608.0, - "total_tests": 63319.0, - "total_tests_per_thousand": 9.113, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 1284.0, - "new_tests_smoothed_per_thousand": 0.185, - "tests_per_case": 33.166, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-16", - "total_cases": 2138.0, - "new_cases": 38.0, - "new_cases_smoothed": 32.429, - "total_deaths": 102.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 307.695, - "new_cases_per_million": 5.469, - "new_cases_smoothed_per_million": 4.667, - "total_deaths_per_million": 14.68, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 1161.0, - "total_tests": 64480.0, - "total_tests_per_thousand": 9.28, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1196.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 36.881, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-17", - "total_cases": 2211.0, - "new_cases": 73.0, - "new_cases_smoothed": 36.571, - "total_deaths": 108.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 318.201, - "new_cases_per_million": 10.506, - "new_cases_smoothed_per_million": 5.263, - "total_deaths_per_million": 15.543, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 1094.0, - "total_tests": 65574.0, - "total_tests_per_thousand": 9.437, - "new_tests_per_thousand": 0.157, - "new_tests_smoothed": 1192.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 32.594, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-18", - "total_cases": 2235.0, - "new_cases": 24.0, - "new_cases_smoothed": 38.571, - "total_deaths": 110.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 321.655, - "new_cases_per_million": 3.454, - "new_cases_smoothed_per_million": 5.551, - "total_deaths_per_million": 15.831, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.391, - "new_tests": 362.0, - "total_tests": 65936.0, - "total_tests_per_thousand": 9.489, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 1186.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 30.748, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-19", - "total_cases": 2259.0, - "new_cases": 24.0, - "new_cases_smoothed": 38.429, - "total_deaths": 112.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 325.109, - "new_cases_per_million": 3.454, - "new_cases_smoothed_per_million": 5.531, - "total_deaths_per_million": 16.119, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.391, - "new_tests": 874.0, - "total_tests": 66810.0, - "total_tests_per_thousand": 9.615, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 1157.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 30.108, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-20", - "total_cases": 2292.0, - "new_cases": 33.0, - "new_cases_smoothed": 38.429, - "total_deaths": 116.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 329.858, - "new_cases_per_million": 4.749, - "new_cases_smoothed_per_million": 5.531, - "total_deaths_per_million": 16.694, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 1433.0, - "total_tests": 68243.0, - "total_tests_per_thousand": 9.821, - "new_tests_per_thousand": 0.206, - "new_tests_smoothed": 1163.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 30.264, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-21", - "total_cases": 2331.0, - "new_cases": 39.0, - "new_cases_smoothed": 37.429, - "total_deaths": 120.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 335.471, - "new_cases_per_million": 5.613, - "new_cases_smoothed_per_million": 5.387, - "total_deaths_per_million": 17.27, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.493, - "new_tests_smoothed": 1173.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 31.34, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 59.26 - }, - { - "date": "2020-05-22", - "total_cases": 2372.0, - "new_cases": 41.0, - "new_cases_smoothed": 38.857, - "total_deaths": 125.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 341.371, - "new_cases_per_million": 5.901, - "new_cases_smoothed_per_million": 5.592, - "total_deaths_per_million": 17.99, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.535, - "total_tests": 71605.0, - "total_tests_per_thousand": 10.305, - "new_tests_smoothed": 1184.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 30.471, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-23", - "total_cases": 2408.0, - "new_cases": 36.0, - "new_cases_smoothed": 38.571, - "total_deaths": 126.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 346.552, - "new_cases_per_million": 5.181, - "new_cases_smoothed_per_million": 5.551, - "total_deaths_per_million": 18.134, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 1605.0, - "total_tests": 73210.0, - "total_tests_per_thousand": 10.536, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 1247.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 32.33, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-24", - "total_cases": 2408.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.143, - "total_deaths": 126.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 346.552, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.05, - "total_deaths_per_million": 18.134, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 886.0, - "total_tests": 74096.0, - "total_tests_per_thousand": 10.664, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 1217.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 43.244, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-25", - "total_cases": 2433.0, - "new_cases": 25.0, - "new_cases_smoothed": 28.286, - "total_deaths": 130.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 350.15, - "new_cases_per_million": 3.598, - "new_cases_smoothed_per_million": 4.071, - "total_deaths_per_million": 18.709, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 443.0, - "total_tests": 74539.0, - "total_tests_per_thousand": 10.727, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 1229.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 43.449, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-26", - "total_cases": 2433.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.857, - "total_deaths": 130.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 350.15, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.577, - "total_deaths_per_million": 18.709, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 295.0, - "total_tests": 74834.0, - "total_tests_per_thousand": 10.77, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 1146.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 46.103, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-27", - "total_cases": 2460.0, - "new_cases": 27.0, - "new_cases_smoothed": 24.0, - "total_deaths": 133.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 354.036, - "new_cases_per_million": 3.886, - "new_cases_smoothed_per_million": 3.454, - "total_deaths_per_million": 19.141, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.35, - "new_tests": 1557.0, - "total_tests": 76391.0, - "total_tests_per_thousand": 10.994, - "new_tests_per_thousand": 0.224, - "new_tests_smoothed": 1164.0, - "new_tests_smoothed_per_thousand": 0.168, - "tests_per_case": 48.5, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-28", - "total_cases": 2460.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 133.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 354.036, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.652, - "total_deaths_per_million": 19.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 1273.0, - "total_tests": 77664.0, - "total_tests_per_thousand": 11.177, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 1106.0, - "new_tests_smoothed_per_thousand": 0.159, - "tests_per_case": 60.016000000000005, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-29", - "total_cases": 2485.0, - "new_cases": 25.0, - "new_cases_smoothed": 16.143, - "total_deaths": 136.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 357.634, - "new_cases_per_million": 3.598, - "new_cases_smoothed_per_million": 2.323, - "total_deaths_per_million": 19.573, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.226, - "new_tests": 1725.0, - "total_tests": 79389.0, - "total_tests_per_thousand": 11.425, - "new_tests_per_thousand": 0.248, - "new_tests_smoothed": 1112.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 68.885, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-05-30", - "total_cases": 2499.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.0, - "total_deaths": 139.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 359.649, - "new_cases_per_million": 2.015, - "new_cases_smoothed_per_million": 1.871, - "total_deaths_per_million": 20.004, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 1353.0, - "total_tests": 80742.0, - "total_tests_per_thousand": 11.62, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 1076.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_per_case": 82.76899999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-05-31", - "total_cases": 2513.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.0, - "total_deaths": 140.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 361.664, - "new_cases_per_million": 2.015, - "new_cases_smoothed_per_million": 2.159, - "total_deaths_per_million": 20.148, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 606.0, - "total_tests": 81348.0, - "total_tests_per_thousand": 11.707, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 1036.0, - "new_tests_smoothed_per_thousand": 0.149, - "tests_per_case": 69.067, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-01", - "total_cases": 2513.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.429, - "total_deaths": 140.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 361.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.645, - "total_deaths_per_million": 20.148, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 346.0, - "total_tests": 81694.0, - "total_tests_per_thousand": 11.757, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 1022.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_per_case": 89.425, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-02", - "total_cases": 2513.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.429, - "total_deaths": 144.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 361.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.645, - "total_deaths_per_million": 20.724, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 1220.0, - "total_tests": 82914.0, - "total_tests_per_thousand": 11.933, - "new_tests_per_thousand": 0.176, - "new_tests_smoothed": 1154.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_per_case": 100.975, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-03", - "total_cases": 2538.0, - "new_cases": 25.0, - "new_cases_smoothed": 11.143, - "total_deaths": 144.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 365.262, - "new_cases_per_million": 3.598, - "new_cases_smoothed_per_million": 1.604, - "total_deaths_per_million": 20.724, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.226, - "new_tests": 1347.0, - "total_tests": 84261.0, - "total_tests_per_thousand": 12.127, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 1124.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 100.87200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-04", - "total_cases": 2585.0, - "new_cases": 47.0, - "new_cases_smoothed": 17.857, - "total_deaths": 147.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 372.026, - "new_cases_per_million": 6.764, - "new_cases_smoothed_per_million": 2.57, - "total_deaths_per_million": 21.156, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 1569.0, - "total_tests": 85830.0, - "total_tests_per_thousand": 12.352, - "new_tests_per_thousand": 0.226, - "new_tests_smoothed": 1167.0, - "new_tests_smoothed_per_thousand": 0.168, - "tests_per_case": 65.352, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-05", - "total_cases": 2585.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.286, - "total_deaths": 147.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 372.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.056, - "total_deaths_per_million": 21.156, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.226, - "new_tests": 2060.0, - "total_tests": 87890.0, - "total_tests_per_thousand": 12.649, - "new_tests_per_thousand": 0.296, - "new_tests_smoothed": 1214.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 84.98, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-06", - "total_cases": 2668.0, - "new_cases": 83.0, - "new_cases_smoothed": 24.143, - "total_deaths": 160.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 383.971, - "new_cases_per_million": 11.945, - "new_cases_smoothed_per_million": 3.475, - "total_deaths_per_million": 23.027, - "new_deaths_per_million": 1.871, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 1196.0, - "total_tests": 89086.0, - "total_tests_per_thousand": 12.821, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 1192.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 49.373000000000005, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-07", - "total_cases": 2711.0, - "new_cases": 43.0, - "new_cases_smoothed": 28.286, - "total_deaths": 160.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 390.159, - "new_cases_per_million": 6.188, - "new_cases_smoothed_per_million": 4.071, - "total_deaths_per_million": 23.027, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 816.0, - "total_tests": 89902.0, - "total_tests_per_thousand": 12.938, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 1222.0, - "new_tests_smoothed_per_thousand": 0.176, - "tests_per_case": 43.202, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-08", - "total_cases": 2727.0, - "new_cases": 16.0, - "new_cases_smoothed": 30.571, - "total_deaths": 160.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 392.462, - "new_cases_per_million": 2.303, - "new_cases_smoothed_per_million": 4.4, - "total_deaths_per_million": 23.027, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 427.0, - "total_tests": 90329.0, - "total_tests_per_thousand": 13.0, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 1234.0, - "new_tests_smoothed_per_thousand": 0.178, - "tests_per_case": 40.364000000000004, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-09", - "total_cases": 2810.0, - "new_cases": 83.0, - "new_cases_smoothed": 42.429, - "total_deaths": 164.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 404.407, - "new_cases_per_million": 11.945, - "new_cases_smoothed_per_million": 6.106, - "total_deaths_per_million": 23.602, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 1406.0, - "total_tests": 91735.0, - "total_tests_per_thousand": 13.202, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 1260.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 29.697, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-06-10", - "total_cases": 2889.0, - "new_cases": 79.0, - "new_cases_smoothed": 50.143, - "total_deaths": 167.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 415.776, - "new_cases_per_million": 11.369, - "new_cases_smoothed_per_million": 7.216, - "total_deaths_per_million": 24.034, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.473, - "new_tests": 1777.0, - "total_tests": 93512.0, - "total_tests_per_thousand": 13.458, - "new_tests_per_thousand": 0.256, - "new_tests_smoothed": 1322.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 26.365, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-11", - "total_cases": 2993.0, - "new_cases": 104.0, - "new_cases_smoothed": 58.286, - "total_deaths": 167.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 430.744, - "new_cases_per_million": 14.967, - "new_cases_smoothed_per_million": 8.388, - "total_deaths_per_million": 24.034, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 2308.0, - "total_tests": 95820.0, - "total_tests_per_thousand": 13.79, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 1427.0, - "new_tests_smoothed_per_thousand": 0.205, - "tests_per_case": 24.483, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-12", - "total_cases": 3086.0, - "new_cases": 93.0, - "new_cases_smoothed": 71.571, - "total_deaths": 168.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 444.128, - "new_cases_per_million": 13.384, - "new_cases_smoothed_per_million": 10.3, - "total_deaths_per_million": 24.178, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 2640.0, - "total_tests": 98460.0, - "total_tests_per_thousand": 14.17, - "new_tests_per_thousand": 0.38, - "new_tests_smoothed": 1510.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_per_case": 21.098000000000003, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-13", - "total_cases": 3191.0, - "new_cases": 105.0, - "new_cases_smoothed": 74.714, - "total_deaths": 172.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 459.239, - "new_cases_per_million": 15.111, - "new_cases_smoothed_per_million": 10.753, - "total_deaths_per_million": 24.754, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 2642.0, - "total_tests": 101102.0, - "total_tests_per_thousand": 14.55, - "new_tests_per_thousand": 0.38, - "new_tests_smoothed": 1717.0, - "new_tests_smoothed_per_thousand": 0.247, - "tests_per_case": 22.980999999999998, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-14", - "total_cases": 3266.0, - "new_cases": 75.0, - "new_cases_smoothed": 79.286, - "total_deaths": 172.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 470.033, - "new_cases_per_million": 10.794, - "new_cases_smoothed_per_million": 11.411, - "total_deaths_per_million": 24.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 1975.0, - "total_tests": 103077.0, - "total_tests_per_thousand": 14.835, - "new_tests_per_thousand": 0.284, - "new_tests_smoothed": 1882.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_per_case": 23.737, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-15", - "total_cases": 3290.0, - "new_cases": 24.0, - "new_cases_smoothed": 80.429, - "total_deaths": 174.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 473.487, - "new_cases_per_million": 3.454, - "new_cases_smoothed_per_million": 11.575, - "total_deaths_per_million": 25.042, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.288, - "new_tests": 1409.0, - "total_tests": 104486.0, - "total_tests_per_thousand": 15.037, - "new_tests_per_thousand": 0.203, - "new_tests_smoothed": 2022.0, - "new_tests_smoothed_per_thousand": 0.291, - "tests_per_case": 25.14, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-16", - "total_cases": 3341.0, - "new_cases": 51.0, - "new_cases_smoothed": 75.857, - "total_deaths": 176.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 480.827, - "new_cases_per_million": 7.34, - "new_cases_smoothed_per_million": 10.917, - "total_deaths_per_million": 25.329, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 3839.0, - "total_tests": 108325.0, - "total_tests_per_thousand": 15.59, - "new_tests_per_thousand": 0.552, - "new_tests_smoothed": 2370.0, - "new_tests_smoothed_per_thousand": 0.341, - "tests_per_case": 31.243000000000002, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-17", - "total_cases": 3453.0, - "new_cases": 112.0, - "new_cases_smoothed": 80.571, - "total_deaths": 181.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 496.946, - "new_cases_per_million": 16.119, - "new_cases_smoothed_per_million": 11.596, - "total_deaths_per_million": 26.049, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.288, - "new_tests_smoothed": 2413.0, - "new_tests_smoothed_per_thousand": 0.347, - "tests_per_case": 29.949, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-18", - "total_cases": 3542.0, - "new_cases": 89.0, - "new_cases_smoothed": 78.429, - "total_deaths": 184.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 509.754, - "new_cases_per_million": 12.809, - "new_cases_smoothed_per_million": 11.287, - "total_deaths_per_million": 26.481, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.35, - "total_tests": 112483.0, - "total_tests_per_thousand": 16.188, - "new_tests_smoothed": 2380.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_per_case": 30.346, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-06-19", - "total_cases": 3674.0, - "new_cases": 132.0, - "new_cases_smoothed": 84.0, - "total_deaths": 190.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 528.751, - "new_cases_per_million": 18.997, - "new_cases_smoothed_per_million": 12.089, - "total_deaths_per_million": 27.344, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.452, - "new_tests_smoothed": 2270.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_per_case": 27.024, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-20", - "total_cases": 3755.0, - "new_cases": 81.0, - "new_cases_smoothed": 80.571, - "total_deaths": 193.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 540.409, - "new_cases_per_million": 11.657, - "new_cases_smoothed_per_million": 11.596, - "total_deaths_per_million": 27.776, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.432, - "total_tests": 116214.0, - "total_tests_per_thousand": 16.725, - "new_tests_smoothed": 2159.0, - "new_tests_smoothed_per_thousand": 0.311, - "tests_per_case": 26.796, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-21", - "total_cases": 3872.0, - "new_cases": 117.0, - "new_cases_smoothed": 86.571, - "total_deaths": 199.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 557.247, - "new_cases_per_million": 16.838, - "new_cases_smoothed_per_million": 12.459, - "total_deaths_per_million": 28.64, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.555, - "new_tests_smoothed": 1917.0, - "new_tests_smoothed_per_thousand": 0.276, - "tests_per_case": 22.144000000000002, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-22", - "total_cases": 3905.0, - "new_cases": 33.0, - "new_cases_smoothed": 87.857, - "total_deaths": 199.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 561.996, - "new_cases_per_million": 4.749, - "new_cases_smoothed_per_million": 12.644, - "total_deaths_per_million": 28.64, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 116780.0, - "total_tests_per_thousand": 16.807, - "new_tests_smoothed": 1756.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 19.987000000000002, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-23", - "total_cases": 3984.0, - "new_cases": 79.0, - "new_cases_smoothed": 91.857, - "total_deaths": 207.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 573.366, - "new_cases_per_million": 11.369, - "new_cases_smoothed_per_million": 13.22, - "total_deaths_per_million": 29.791, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.637, - "new_tests": 2776.0, - "total_tests": 119556.0, - "total_tests_per_thousand": 17.206, - "new_tests_per_thousand": 0.4, - "new_tests_smoothed": 1604.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_per_case": 17.462, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-24", - "total_cases": 4114.0, - "new_cases": 130.0, - "new_cases_smoothed": 94.429, - "total_deaths": 208.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 592.075, - "new_cases_per_million": 18.709, - "new_cases_smoothed_per_million": 13.59, - "total_deaths_per_million": 29.935, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 2946.0, - "total_tests": 122502.0, - "total_tests_per_thousand": 17.63, - "new_tests_per_thousand": 0.424, - "new_tests_smoothed": 1728.0, - "new_tests_smoothed_per_thousand": 0.249, - "tests_per_case": 18.3, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-25", - "total_cases": 4242.0, - "new_cases": 128.0, - "new_cases_smoothed": 100.0, - "total_deaths": 209.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 610.496, - "new_cases_per_million": 18.421, - "new_cases_smoothed_per_million": 14.392, - "total_deaths_per_million": 30.079, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 3016.0, - "total_tests": 125518.0, - "total_tests_per_thousand": 18.064, - "new_tests_per_thousand": 0.434, - "new_tests_smoothed": 1862.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_per_case": 18.62, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-26", - "total_cases": 4408.0, - "new_cases": 166.0, - "new_cases_smoothed": 104.857, - "total_deaths": 211.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 634.387, - "new_cases_per_million": 23.89, - "new_cases_smoothed_per_million": 15.091, - "total_deaths_per_million": 30.367, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 2775.0, - "total_tests": 128293.0, - "total_tests_per_thousand": 18.464, - "new_tests_per_thousand": 0.399, - "new_tests_smoothed": 1992.0, - "new_tests_smoothed_per_thousand": 0.287, - "tests_per_case": 18.997, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-27", - "total_cases": 4513.0, - "new_cases": 105.0, - "new_cases_smoothed": 108.286, - "total_deaths": 215.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 649.498, - "new_cases_per_million": 15.111, - "new_cases_smoothed_per_million": 15.584, - "total_deaths_per_million": 30.942, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.452, - "new_tests": 2750.0, - "total_tests": 131043.0, - "total_tests_per_thousand": 18.859, - "new_tests_per_thousand": 0.396, - "new_tests_smoothed": 2118.0, - "new_tests_smoothed_per_thousand": 0.305, - "tests_per_case": 19.559, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-28", - "total_cases": 4625.0, - "new_cases": 112.0, - "new_cases_smoothed": 107.571, - "total_deaths": 216.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 665.617, - "new_cases_per_million": 16.119, - "new_cases_smoothed_per_million": 15.481, - "total_deaths_per_million": 31.086, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.35, - "new_tests": 1528.0, - "total_tests": 132571.0, - "total_tests_per_thousand": 19.079, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 2296.0, - "new_tests_smoothed_per_thousand": 0.33, - "tests_per_case": 21.344, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-29", - "total_cases": 4691.0, - "new_cases": 66.0, - "new_cases_smoothed": 112.286, - "total_deaths": 219.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 675.115, - "new_cases_per_million": 9.499, - "new_cases_smoothed_per_million": 16.16, - "total_deaths_per_million": 31.518, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 1034.0, - "total_tests": 133605.0, - "total_tests_per_thousand": 19.228, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 2404.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_per_case": 21.41, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-06-30", - "total_cases": 4831.0, - "new_cases": 140.0, - "new_cases_smoothed": 121.0, - "total_deaths": 223.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 695.263, - "new_cases_per_million": 20.148, - "new_cases_smoothed_per_million": 17.414, - "total_deaths_per_million": 32.094, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.329, - "new_tests": 4525.0, - "total_tests": 138130.0, - "total_tests_per_thousand": 19.879, - "new_tests_per_thousand": 0.651, - "new_tests_smoothed": 2653.0, - "new_tests_smoothed_per_thousand": 0.382, - "tests_per_case": 21.926, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-01", - "total_cases": 4989.0, - "new_cases": 158.0, - "new_cases_smoothed": 125.0, - "total_deaths": 230.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 718.002, - "new_cases_per_million": 22.739, - "new_cases_smoothed_per_million": 17.99, - "total_deaths_per_million": 33.101, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.452, - "new_tests": 3343.0, - "total_tests": 141473.0, - "total_tests_per_thousand": 20.36, - "new_tests_per_thousand": 0.481, - "new_tests_smoothed": 2710.0, - "new_tests_smoothed_per_thousand": 0.39, - "tests_per_case": 21.68, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-02", - "total_cases": 5154.0, - "new_cases": 165.0, - "new_cases_smoothed": 130.286, - "total_deaths": 232.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 741.749, - "new_cases_per_million": 23.746, - "new_cases_smoothed_per_million": 18.75, - "total_deaths_per_million": 33.389, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.473, - "new_tests": 2896.0, - "total_tests": 144369.0, - "total_tests_per_thousand": 20.777, - "new_tests_per_thousand": 0.417, - "new_tests_smoothed": 2693.0, - "new_tests_smoothed_per_thousand": 0.388, - "tests_per_case": 20.67, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-03", - "total_cases": 5315.0, - "new_cases": 161.0, - "new_cases_smoothed": 129.571, - "total_deaths": 232.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 764.919, - "new_cases_per_million": 23.171, - "new_cases_smoothed_per_million": 18.648, - "total_deaths_per_million": 33.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 3155.0, - "total_tests": 147524.0, - "total_tests_per_thousand": 21.231, - "new_tests_per_thousand": 0.454, - "new_tests_smoothed": 2747.0, - "new_tests_smoothed_per_thousand": 0.395, - "tests_per_case": 21.201, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-04", - "total_cases": 5497.0, - "new_cases": 182.0, - "new_cases_smoothed": 140.571, - "total_deaths": 239.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 791.112, - "new_cases_per_million": 26.193, - "new_cases_smoothed_per_million": 20.231, - "total_deaths_per_million": 34.396, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 2538.0, - "total_tests": 150062.0, - "total_tests_per_thousand": 21.596, - "new_tests_per_thousand": 0.365, - "new_tests_smoothed": 2717.0, - "new_tests_smoothed_per_thousand": 0.391, - "tests_per_case": 19.328, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-05", - "total_cases": 5677.0, - "new_cases": 180.0, - "new_cases_smoothed": 150.286, - "total_deaths": 241.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 817.017, - "new_cases_per_million": 25.905, - "new_cases_smoothed_per_million": 21.629, - "total_deaths_per_million": 34.684, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 3514.0, - "total_tests": 153576.0, - "total_tests_per_thousand": 22.102, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 3001.0, - "new_tests_smoothed_per_thousand": 0.432, - "tests_per_case": 19.969, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-06", - "total_cases": 5740.0, - "new_cases": 63.0, - "new_cases_smoothed": 149.857, - "total_deaths": 246.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 826.084, - "new_cases_per_million": 9.067, - "new_cases_smoothed_per_million": 21.567, - "total_deaths_per_million": 35.404, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 2775.0, - "total_tests": 156351.0, - "total_tests_per_thousand": 22.502, - "new_tests_per_thousand": 0.399, - "new_tests_smoothed": 3249.0, - "new_tests_smoothed_per_thousand": 0.468, - "tests_per_case": 21.680999999999997, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-07", - "total_cases": 5914.0, - "new_cases": 174.0, - "new_cases_smoothed": 154.714, - "total_deaths": 250.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 851.126, - "new_cases_per_million": 25.042, - "new_cases_smoothed_per_million": 22.266, - "total_deaths_per_million": 35.979, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.555, - "new_tests_smoothed": 2851.0, - "new_tests_smoothed_per_thousand": 0.41, - "tests_per_case": 18.428, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-08", - "total_cases": 6102.0, - "new_cases": 188.0, - "new_cases_smoothed": 159.0, - "total_deaths": 254.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 878.182, - "new_cases_per_million": 27.056, - "new_cases_smoothed_per_million": 22.883, - "total_deaths_per_million": 36.555, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.493, - "total_tests": 159818.0, - "total_tests_per_thousand": 23.001, - "new_tests_smoothed": 2621.0, - "new_tests_smoothed_per_thousand": 0.377, - "tests_per_case": 16.484, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-09", - "total_cases": 6342.0, - "new_cases": 240.0, - "new_cases_smoothed": 169.714, - "total_deaths": 259.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 912.722, - "new_cases_per_million": 34.54, - "new_cases_smoothed_per_million": 24.425, - "total_deaths_per_million": 37.275, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.555, - "new_tests": 4286.0, - "total_tests": 164104.0, - "total_tests_per_thousand": 23.617, - "new_tests_per_thousand": 0.617, - "new_tests_smoothed": 2819.0, - "new_tests_smoothed_per_thousand": 0.406, - "tests_per_case": 16.61, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-07-10", - "total_cases": 6672.0, - "new_cases": 330.0, - "new_cases_smoothed": 193.857, - "total_deaths": 262.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 960.215, - "new_cases_per_million": 47.493, - "new_cases_smoothed_per_million": 27.899, - "total_deaths_per_million": 37.706, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.617, - "new_tests": 3686.0, - "total_tests": 167790.0, - "total_tests_per_thousand": 24.148, - "new_tests_per_thousand": 0.53, - "new_tests_smoothed": 2895.0, - "new_tests_smoothed_per_thousand": 0.417, - "tests_per_case": 14.934000000000001, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 47.22 - }, - { - "date": "2020-07-11", - "total_cases": 6964.0, - "new_cases": 292.0, - "new_cases_smoothed": 209.571, - "total_deaths": 262.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 1002.239, - "new_cases_per_million": 42.024, - "new_cases_smoothed_per_million": 30.161, - "total_deaths_per_million": 37.706, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.473, - "new_tests": 4540.0, - "total_tests": 172330.0, - "total_tests_per_thousand": 24.801, - "new_tests_per_thousand": 0.653, - "new_tests_smoothed": 3181.0, - "new_tests_smoothed_per_thousand": 0.458, - "tests_per_case": 15.179, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 47.22 - }, - { - "date": "2020-07-12", - "total_cases": 7175.0, - "new_cases": 211.0, - "new_cases_smoothed": 214.0, - "total_deaths": 262.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1032.605, - "new_cases_per_million": 30.367, - "new_cases_smoothed_per_million": 30.798, - "total_deaths_per_million": 37.706, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.432, - "new_tests": 2806.0, - "total_tests": 175136.0, - "total_tests_per_thousand": 25.205, - "new_tests_per_thousand": 0.404, - "new_tests_smoothed": 3080.0, - "new_tests_smoothed_per_thousand": 0.443, - "tests_per_case": 14.392999999999999, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 47.22 - }, - { - "date": "2020-07-13", - "total_cases": 7252.0, - "new_cases": 77.0, - "new_cases_smoothed": 216.0, - "total_deaths": 268.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 1043.687, - "new_cases_per_million": 11.082, - "new_cases_smoothed_per_million": 31.086, - "total_deaths_per_million": 38.57, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.452, - "new_tests": 1198.0, - "total_tests": 176334.0, - "total_tests_per_thousand": 25.377, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 2855.0, - "new_tests_smoothed_per_thousand": 0.411, - "tests_per_case": 13.218, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-14", - "total_cases": 7411.0, - "new_cases": 159.0, - "new_cases_smoothed": 213.857, - "total_deaths": 276.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1066.57, - "new_cases_per_million": 22.883, - "new_cases_smoothed_per_million": 30.778, - "total_deaths_per_million": 39.721, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.535, - "new_tests": 3341.0, - "total_tests": 179675.0, - "total_tests_per_thousand": 25.858, - "new_tests_per_thousand": 0.481, - "new_tests_smoothed": 3084.0, - "new_tests_smoothed_per_thousand": 0.444, - "tests_per_case": 14.421, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-15", - "total_cases": 7645.0, - "new_cases": 234.0, - "new_cases_smoothed": 220.429, - "total_deaths": 283.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1100.246, - "new_cases_per_million": 33.677, - "new_cases_smoothed_per_million": 31.723, - "total_deaths_per_million": 40.729, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.596, - "new_tests": 4885.0, - "total_tests": 184560.0, - "total_tests_per_thousand": 26.561, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 3535.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_per_case": 16.037, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-16", - "total_cases": 7877.0, - "new_cases": 232.0, - "new_cases_smoothed": 219.286, - "total_deaths": 289.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1133.635, - "new_cases_per_million": 33.389, - "new_cases_smoothed_per_million": 31.559, - "total_deaths_per_million": 41.592, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.617, - "new_tests": 5393.0, - "total_tests": 189953.0, - "total_tests_per_thousand": 27.337, - "new_tests_per_thousand": 0.776, - "new_tests_smoothed": 3693.0, - "new_tests_smoothed_per_thousand": 0.531, - "tests_per_case": 16.840999999999998, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-17", - "total_cases": 8144.0, - "new_cases": 267.0, - "new_cases_smoothed": 210.286, - "total_deaths": 293.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1172.061, - "new_cases_per_million": 38.426, - "new_cases_smoothed_per_million": 30.264, - "total_deaths_per_million": 42.168, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.637, - "new_tests": 6526.0, - "total_tests": 196479.0, - "total_tests_per_thousand": 28.277, - "new_tests_per_thousand": 0.939, - "new_tests_smoothed": 4098.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 19.488, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-18", - "total_cases": 8442.0, - "new_cases": 298.0, - "new_cases_smoothed": 211.143, - "total_deaths": 297.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1214.948, - "new_cases_per_million": 42.887, - "new_cases_smoothed_per_million": 30.387, - "total_deaths_per_million": 42.743, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.72, - "new_tests": 4884.0, - "total_tests": 201363.0, - "total_tests_per_thousand": 28.98, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 4148.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 19.645, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-19", - "total_cases": 8638.0, - "new_cases": 196.0, - "new_cases_smoothed": 209.0, - "total_deaths": 299.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1243.156, - "new_cases_per_million": 28.208, - "new_cases_smoothed_per_million": 30.079, - "total_deaths_per_million": 43.031, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.761, - "new_tests": 2003.0, - "total_tests": 203366.0, - "total_tests_per_thousand": 29.268, - "new_tests_per_thousand": 0.288, - "new_tests_smoothed": 4033.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 19.297, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-20", - "total_cases": 8733.0, - "new_cases": 95.0, - "new_cases_smoothed": 211.571, - "total_deaths": 300.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1256.828, - "new_cases_per_million": 13.672, - "new_cases_smoothed_per_million": 30.449, - "total_deaths_per_million": 43.175, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.658, - "new_tests": 3155.0, - "total_tests": 206521.0, - "total_tests_per_thousand": 29.722, - "new_tests_per_thousand": 0.454, - "new_tests_smoothed": 4312.0, - "new_tests_smoothed_per_thousand": 0.621, - "tests_per_case": 20.381, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-21", - "total_cases": 8929.0, - "new_cases": 196.0, - "new_cases_smoothed": 216.857, - "total_deaths": 308.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1285.036, - "new_cases_per_million": 28.208, - "new_cases_smoothed_per_million": 31.209, - "total_deaths_per_million": 44.326, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.658, - "new_tests": 9051.0, - "total_tests": 215572.0, - "total_tests_per_thousand": 31.024, - "new_tests_per_thousand": 1.303, - "new_tests_smoothed": 5128.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 23.647, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-22", - "total_cases": 9254.0, - "new_cases": 325.0, - "new_cases_smoothed": 229.857, - "total_deaths": 313.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1331.809, - "new_cases_per_million": 46.773, - "new_cases_smoothed_per_million": 33.08, - "total_deaths_per_million": 45.046, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.617, - "new_tests_smoothed": 4872.0, - "new_tests_smoothed_per_thousand": 0.701, - "tests_per_case": 21.195999999999998, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-23", - "total_cases": 9584.0, - "new_cases": 330.0, - "new_cases_smoothed": 243.857, - "total_deaths": 321.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1379.301, - "new_cases_per_million": 47.493, - "new_cases_smoothed_per_million": 35.095, - "total_deaths_per_million": 46.197, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.658, - "total_tests": 221755.0, - "total_tests_per_thousand": 31.914, - "new_tests_smoothed": 4543.0, - "new_tests_smoothed_per_thousand": 0.654, - "tests_per_case": 18.63, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-24", - "total_cases": 9853.0, - "new_cases": 269.0, - "new_cases_smoothed": 244.143, - "total_deaths": 329.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 1418.015, - "new_cases_per_million": 38.714, - "new_cases_smoothed_per_million": 35.136, - "total_deaths_per_million": 47.349, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.74, - "new_tests": 5913.0, - "total_tests": 227668.0, - "total_tests_per_thousand": 32.765, - "new_tests_per_thousand": 0.851, - "new_tests_smoothed": 4456.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 18.252, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-25", - "total_cases": 10123.0, - "new_cases": 270.0, - "new_cases_smoothed": 240.143, - "total_deaths": 337.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 1456.873, - "new_cases_per_million": 38.858, - "new_cases_smoothed_per_million": 34.561, - "total_deaths_per_million": 48.5, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.822, - "new_tests": 8124.0, - "total_tests": 235792.0, - "total_tests_per_thousand": 33.934, - "new_tests_per_thousand": 1.169, - "new_tests_smoothed": 4918.0, - "new_tests_smoothed_per_thousand": 0.708, - "tests_per_case": 20.479, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-26", - "total_cases": 10312.0, - "new_cases": 189.0, - "new_cases_smoothed": 239.143, - "total_deaths": 338.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1484.073, - "new_cases_per_million": 27.2, - "new_cases_smoothed_per_million": 34.417, - "total_deaths_per_million": 48.644, - "new_deaths_per_million": 0.144, - "new_deaths_smoothed_per_million": 0.802, - "new_tests_smoothed": 5156.0, - "new_tests_smoothed_per_thousand": 0.742, - "tests_per_case": 21.56, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-27", - "total_cases": 10427.0, - "new_cases": 115.0, - "new_cases_smoothed": 242.0, - "total_deaths": 340.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 1500.624, - "new_cases_per_million": 16.55, - "new_cases_smoothed_per_million": 34.828, - "total_deaths_per_million": 48.932, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.822, - "total_tests": 243126.0, - "total_tests_per_thousand": 34.99, - "new_tests_smoothed": 5229.0, - "new_tests_smoothed_per_thousand": 0.753, - "tests_per_case": 21.607, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-28", - "total_cases": 10621.0, - "new_cases": 194.0, - "new_cases_smoothed": 241.714, - "total_deaths": 347.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1528.543, - "new_cases_per_million": 27.92, - "new_cases_smoothed_per_million": 34.787, - "total_deaths_per_million": 49.939, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.802, - "new_tests": 5303.0, - "total_tests": 248429.0, - "total_tests_per_thousand": 35.753, - "new_tests_per_thousand": 0.763, - "new_tests_smoothed": 4694.0, - "new_tests_smoothed_per_thousand": 0.676, - "tests_per_case": 19.42, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-29", - "total_cases": 10871.0, - "new_cases": 250.0, - "new_cases_smoothed": 231.0, - "total_deaths": 355.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 1564.523, - "new_cases_per_million": 35.979, - "new_cases_smoothed_per_million": 33.245, - "total_deaths_per_million": 51.091, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.864, - "new_tests": 6395.0, - "total_tests": 254824.0, - "total_tests_per_thousand": 36.674, - "new_tests_per_thousand": 0.92, - "new_tests_smoothed": 5166.0, - "new_tests_smoothed_per_thousand": 0.743, - "tests_per_case": 22.364, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 27.78 - }, - { - "date": "2020-07-30", - "total_cases": 11155.0, - "new_cases": 284.0, - "new_cases_smoothed": 224.429, - "total_deaths": 368.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1605.395, - "new_cases_per_million": 40.872, - "new_cases_smoothed_per_million": 32.299, - "total_deaths_per_million": 52.961, - "new_deaths_per_million": 1.871, - "new_deaths_smoothed_per_million": 0.966, - "new_tests": 6639.0, - "total_tests": 261463.0, - "total_tests_per_thousand": 37.629, - "new_tests_per_thousand": 0.955, - "new_tests_smoothed": 5673.0, - "new_tests_smoothed_per_thousand": 0.816, - "tests_per_case": 25.278000000000002, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-07-31", - "total_cases": 11420.0, - "new_cases": 265.0, - "new_cases_smoothed": 223.857, - "total_deaths": 374.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 1643.533, - "new_cases_per_million": 38.138, - "new_cases_smoothed_per_million": 32.217, - "total_deaths_per_million": 53.825, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.925, - "new_tests": 5582.0, - "total_tests": 267045.0, - "total_tests_per_thousand": 38.432, - "new_tests_per_thousand": 0.803, - "new_tests_smoothed": 5625.0, - "new_tests_smoothed_per_thousand": 0.81, - "tests_per_case": 25.128, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-01", - "total_cases": 11690.0, - "new_cases": 270.0, - "new_cases_smoothed": 223.857, - "total_deaths": 383.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1682.391, - "new_cases_per_million": 38.858, - "new_cases_smoothed_per_million": 32.217, - "total_deaths_per_million": 55.12, - "new_deaths_per_million": 1.295, - "new_deaths_smoothed_per_million": 0.946, - "new_tests": 3955.0, - "total_tests": 271000.0, - "total_tests_per_thousand": 39.002, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 5030.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 22.47, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-02", - "total_cases": 11836.0, - "new_cases": 146.0, - "new_cases_smoothed": 217.714, - "total_deaths": 385.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1703.403, - "new_cases_per_million": 21.012, - "new_cases_smoothed_per_million": 31.333, - "total_deaths_per_million": 55.408, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.966, - "new_tests": 1491.0, - "total_tests": 272491.0, - "total_tests_per_thousand": 39.216, - "new_tests_per_thousand": 0.215, - "new_tests_smoothed": 4719.0, - "new_tests_smoothed_per_thousand": 0.679, - "tests_per_case": 21.675, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-03", - "total_cases": 11955.0, - "new_cases": 119.0, - "new_cases_smoothed": 218.286, - "total_deaths": 388.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1720.529, - "new_cases_per_million": 17.126, - "new_cases_smoothed_per_million": 31.415, - "total_deaths_per_million": 55.84, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.987, - "new_tests": 4137.0, - "total_tests": 276628.0, - "total_tests_per_thousand": 39.811, - "new_tests_per_thousand": 0.595, - "new_tests_smoothed": 4786.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 21.925, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 33.33 - }, - { - "date": "2020-08-04", - "total_cases": 11955.0, - "new_cases": 0.0, - "new_cases_smoothed": 190.571, - "total_deaths": 388.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1720.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.426, - "total_deaths_per_million": 55.84, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.843, - "new_tests": 5325.0, - "total_tests": 281953.0, - "total_tests_per_thousand": 40.578, - "new_tests_per_thousand": 0.766, - "new_tests_smoothed": 4789.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 25.13, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-05", - "total_cases": 12159.0, - "new_cases": 204.0, - "new_cases_smoothed": 184.0, - "total_deaths": 404.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 1749.888, - "new_cases_per_million": 29.359, - "new_cases_smoothed_per_million": 26.481, - "total_deaths_per_million": 58.143, - "new_deaths_per_million": 2.303, - "new_deaths_smoothed_per_million": 1.007, - "new_tests_smoothed": 4283.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 23.276999999999997, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-06", - "total_cases": 12414.0, - "new_cases": 255.0, - "new_cases_smoothed": 179.857, - "total_deaths": 415.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1786.587, - "new_cases_per_million": 36.699, - "new_cases_smoothed_per_million": 25.885, - "total_deaths_per_million": 59.726, - "new_deaths_per_million": 1.583, - "new_deaths_smoothed_per_million": 0.966, - "total_tests": 287654.0, - "total_tests_per_thousand": 41.398, - "new_tests_smoothed": 3742.0, - "new_tests_smoothed_per_thousand": 0.539, - "tests_per_case": 20.805, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-07", - "total_cases": 12717.0, - "new_cases": 303.0, - "new_cases_smoothed": 185.286, - "total_deaths": 424.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 1830.194, - "new_cases_per_million": 43.607, - "new_cases_smoothed_per_million": 26.666, - "total_deaths_per_million": 61.021, - "new_deaths_per_million": 1.295, - "new_deaths_smoothed_per_million": 1.028, - "new_tests": 6433.0, - "total_tests": 294087.0, - "total_tests_per_thousand": 42.324, - "new_tests_per_thousand": 0.926, - "new_tests_smoothed": 3863.0, - "new_tests_smoothed_per_thousand": 0.556, - "tests_per_case": 20.849, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-08", - "total_cases": 13014.0, - "new_cases": 297.0, - "new_cases_smoothed": 189.143, - "total_deaths": 435.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 1872.937, - "new_cases_per_million": 42.743, - "new_cases_smoothed_per_million": 27.221, - "total_deaths_per_million": 62.604, - "new_deaths_per_million": 1.583, - "new_deaths_smoothed_per_million": 1.069, - "new_tests": 5837.0, - "total_tests": 299924.0, - "total_tests_per_thousand": 43.164, - "new_tests_per_thousand": 0.84, - "new_tests_smoothed": 4132.0, - "new_tests_smoothed_per_thousand": 0.595, - "tests_per_case": 21.846, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-09", - "total_cases": 13343.0, - "new_cases": 329.0, - "new_cases_smoothed": 215.286, - "total_deaths": 445.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1920.286, - "new_cases_per_million": 47.349, - "new_cases_smoothed_per_million": 30.983, - "total_deaths_per_million": 64.043, - "new_deaths_per_million": 1.439, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 3612.0, - "total_tests": 303536.0, - "total_tests_per_thousand": 43.684, - "new_tests_per_thousand": 0.52, - "new_tests_smoothed": 4435.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 20.601, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-10", - "total_cases": 13396.0, - "new_cases": 53.0, - "new_cases_smoothed": 205.857, - "total_deaths": 447.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1927.913, - "new_cases_per_million": 7.628, - "new_cases_smoothed_per_million": 29.626, - "total_deaths_per_million": 64.331, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 1.213, - "new_tests": 1275.0, - "total_tests": 304811.0, - "total_tests_per_thousand": 43.868, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 4026.0, - "new_tests_smoothed_per_thousand": 0.579, - "tests_per_case": 19.557000000000002, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-11", - "total_cases": 13512.0, - "new_cases": 116.0, - "new_cases_smoothed": 222.429, - "total_deaths": 459.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 1944.608, - "new_cases_per_million": 16.694, - "new_cases_smoothed_per_million": 32.011, - "total_deaths_per_million": 66.058, - "new_deaths_per_million": 1.727, - "new_deaths_smoothed_per_million": 1.46, - "new_tests": 3667.0, - "total_tests": 308478.0, - "total_tests_per_thousand": 44.395, - "new_tests_per_thousand": 0.528, - "new_tests_smoothed": 3789.0, - "new_tests_smoothed_per_thousand": 0.545, - "tests_per_case": 17.035, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-12", - "total_cases": 13722.0, - "new_cases": 210.0, - "new_cases_smoothed": 223.286, - "total_deaths": 471.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 1974.83, - "new_cases_per_million": 30.223, - "new_cases_smoothed_per_million": 32.135, - "total_deaths_per_million": 67.785, - "new_deaths_per_million": 1.727, - "new_deaths_smoothed_per_million": 1.377, - "new_tests": 5388.0, - "total_tests": 313866.0, - "total_tests_per_thousand": 45.171, - "new_tests_per_thousand": 0.775, - "new_tests_smoothed": 4152.0, - "new_tests_smoothed_per_thousand": 0.598, - "tests_per_case": 18.595, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-13", - "total_cases": 13893.0, - "new_cases": 171.0, - "new_cases_smoothed": 211.286, - "total_deaths": 482.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 1999.44, - "new_cases_per_million": 24.61, - "new_cases_smoothed_per_million": 30.408, - "total_deaths_per_million": 69.368, - "new_deaths_per_million": 1.583, - "new_deaths_smoothed_per_million": 1.377, - "new_tests": 5108.0, - "total_tests": 318974.0, - "total_tests_per_thousand": 45.906, - "new_tests_per_thousand": 0.735, - "new_tests_smoothed": 4474.0, - "new_tests_smoothed_per_thousand": 0.644, - "tests_per_case": 21.175, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-14", - "total_cases": 14069.0, - "new_cases": 176.0, - "new_cases_smoothed": 193.143, - "total_deaths": 484.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2024.77, - "new_cases_per_million": 25.329, - "new_cases_smoothed_per_million": 27.797, - "total_deaths_per_million": 69.656, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 5877.0, - "total_tests": 324851.0, - "total_tests_per_thousand": 46.752, - "new_tests_per_thousand": 0.846, - "new_tests_smoothed": 4395.0, - "new_tests_smoothed_per_thousand": 0.633, - "tests_per_case": 22.755, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-15", - "total_cases": 14243.0, - "new_cases": 174.0, - "new_cases_smoothed": 175.571, - "total_deaths": 492.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2049.811, - "new_cases_per_million": 25.042, - "new_cases_smoothed_per_million": 25.268, - "total_deaths_per_million": 70.807, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 5934.0, - "total_tests": 330785.0, - "total_tests_per_thousand": 47.606, - "new_tests_per_thousand": 0.854, - "new_tests_smoothed": 4409.0, - "new_tests_smoothed_per_thousand": 0.635, - "tests_per_case": 25.112, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-16", - "total_cases": 14333.0, - "new_cases": 90.0, - "new_cases_smoothed": 141.429, - "total_deaths": 495.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 2062.764, - "new_cases_per_million": 12.953, - "new_cases_smoothed_per_million": 20.354, - "total_deaths_per_million": 71.239, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 1.028, - "new_tests": 2745.0, - "total_tests": 333530.0, - "total_tests_per_thousand": 48.001, - "new_tests_per_thousand": 0.395, - "new_tests_smoothed": 4285.0, - "new_tests_smoothed_per_thousand": 0.617, - "tests_per_case": 30.298000000000002, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-17", - "total_cases": 14365.0, - "new_cases": 32.0, - "new_cases_smoothed": 138.429, - "total_deaths": 498.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2067.369, - "new_cases_per_million": 4.605, - "new_cases_smoothed_per_million": 19.922, - "total_deaths_per_million": 71.671, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 1.049, - "new_tests": 781.0, - "total_tests": 334311.0, - "total_tests_per_thousand": 48.113, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 4214.0, - "new_tests_smoothed_per_thousand": 0.606, - "tests_per_case": 30.441999999999997, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-18", - "total_cases": 14500.0, - "new_cases": 135.0, - "new_cases_smoothed": 141.143, - "total_deaths": 512.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 2086.798, - "new_cases_per_million": 19.429, - "new_cases_smoothed_per_million": 20.313, - "total_deaths_per_million": 73.686, - "new_deaths_per_million": 2.015, - "new_deaths_smoothed_per_million": 1.09, - "new_tests": 5252.0, - "total_tests": 339563.0, - "total_tests_per_thousand": 48.869, - "new_tests_per_thousand": 0.756, - "new_tests_smoothed": 4441.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 31.465, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-19", - "total_cases": 14669.0, - "new_cases": 169.0, - "new_cases_smoothed": 135.286, - "total_deaths": 519.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 2111.12, - "new_cases_per_million": 24.322, - "new_cases_smoothed_per_million": 19.47, - "total_deaths_per_million": 74.693, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.987, - "new_tests": 3667.0, - "total_tests": 343230.0, - "total_tests_per_thousand": 49.397, - "new_tests_per_thousand": 0.528, - "new_tests_smoothed": 4195.0, - "new_tests_smoothed_per_thousand": 0.604, - "tests_per_case": 31.008000000000003, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-20", - "total_cases": 14820.0, - "new_cases": 151.0, - "new_cases_smoothed": 132.429, - "total_deaths": 527.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 2132.851, - "new_cases_per_million": 21.731, - "new_cases_smoothed_per_million": 19.059, - "total_deaths_per_million": 75.844, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.925, - "new_tests": 8649.0, - "total_tests": 351879.0, - "total_tests_per_thousand": 50.641, - "new_tests_per_thousand": 1.245, - "new_tests_smoothed": 4701.0, - "new_tests_smoothed_per_thousand": 0.677, - "tests_per_case": 35.498000000000005, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-21", - "total_cases": 14962.0, - "new_cases": 142.0, - "new_cases_smoothed": 127.571, - "total_deaths": 532.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 2153.288, - "new_cases_per_million": 20.436, - "new_cases_smoothed_per_million": 18.36, - "total_deaths_per_million": 76.564, - "new_deaths_per_million": 0.72, - "new_deaths_smoothed_per_million": 0.987, - "new_tests": 6844.0, - "total_tests": 358723.0, - "total_tests_per_thousand": 51.626, - "new_tests_per_thousand": 0.985, - "new_tests_smoothed": 4839.0, - "new_tests_smoothed_per_thousand": 0.696, - "tests_per_case": 37.931999999999995, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-22", - "total_cases": 15131.0, - "new_cases": 169.0, - "new_cases_smoothed": 126.857, - "total_deaths": 539.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 2177.61, - "new_cases_per_million": 24.322, - "new_cases_smoothed_per_million": 18.257, - "total_deaths_per_million": 77.571, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 0.966, - "new_tests": 6373.0, - "total_tests": 365096.0, - "total_tests_per_thousand": 52.544, - "new_tests_per_thousand": 0.917, - "new_tests_smoothed": 4902.0, - "new_tests_smoothed_per_thousand": 0.705, - "tests_per_case": 38.641999999999996, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-23", - "total_cases": 15227.0, - "new_cases": 96.0, - "new_cases_smoothed": 127.714, - "total_deaths": 545.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 2191.426, - "new_cases_per_million": 13.816, - "new_cases_smoothed_per_million": 18.38, - "total_deaths_per_million": 78.435, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 1.028, - "new_tests": 3402.0, - "total_tests": 368498.0, - "total_tests_per_thousand": 53.033, - "new_tests_per_thousand": 0.49, - "new_tests_smoothed": 4995.0, - "new_tests_smoothed_per_thousand": 0.719, - "tests_per_case": 39.111, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-24", - "total_cases": 15287.0, - "new_cases": 60.0, - "new_cases_smoothed": 131.714, - "total_deaths": 545.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 2200.061, - "new_cases_per_million": 8.635, - "new_cases_smoothed_per_million": 18.956, - "total_deaths_per_million": 78.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.966, - "new_tests": 2288.0, - "total_tests": 370786.0, - "total_tests_per_thousand": 53.362, - "new_tests_per_thousand": 0.329, - "new_tests_smoothed": 5211.0, - "new_tests_smoothed_per_thousand": 0.75, - "tests_per_case": 39.563, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-25", - "total_cases": 15386.0, - "new_cases": 99.0, - "new_cases_smoothed": 126.571, - "total_deaths": 563.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2214.308, - "new_cases_per_million": 14.248, - "new_cases_smoothed_per_million": 18.216, - "total_deaths_per_million": 81.025, - "new_deaths_per_million": 2.591, - "new_deaths_smoothed_per_million": 1.049, - "new_tests": 3588.0, - "total_tests": 374374.0, - "total_tests_per_thousand": 53.879, - "new_tests_per_thousand": 0.516, - "new_tests_smoothed": 4973.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 39.29, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-26", - "total_cases": 15589.0, - "new_cases": 203.0, - "new_cases_smoothed": 131.429, - "total_deaths": 572.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 2243.524, - "new_cases_per_million": 29.215, - "new_cases_smoothed_per_million": 18.915, - "total_deaths_per_million": 82.321, - "new_deaths_per_million": 1.295, - "new_deaths_smoothed_per_million": 1.09, - "new_tests": 10076.0, - "total_tests": 384450.0, - "total_tests_per_thousand": 55.329, - "new_tests_per_thousand": 1.45, - "new_tests_smoothed": 5889.0, - "new_tests_smoothed_per_thousand": 0.848, - "tests_per_case": 44.808, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-27", - "total_cases": 15751.0, - "new_cases": 162.0, - "new_cases_smoothed": 133.0, - "total_deaths": 586.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 2266.838, - "new_cases_per_million": 23.315, - "new_cases_smoothed_per_million": 19.141, - "total_deaths_per_million": 84.335, - "new_deaths_per_million": 2.015, - "new_deaths_smoothed_per_million": 1.213, - "new_tests_smoothed": 5199.0, - "new_tests_smoothed_per_thousand": 0.748, - "tests_per_case": 39.09, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-28", - "total_cases": 15908.0, - "new_cases": 157.0, - "new_cases_smoothed": 135.143, - "total_deaths": 594.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 2289.433, - "new_cases_per_million": 22.595, - "new_cases_smoothed_per_million": 19.449, - "total_deaths_per_million": 85.487, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 1.275, - "total_tests": 392089.0, - "total_tests_per_thousand": 56.428, - "new_tests_smoothed": 4767.0, - "new_tests_smoothed_per_thousand": 0.686, - "tests_per_case": 35.274, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-29", - "total_cases": 16065.0, - "new_cases": 157.0, - "new_cases_smoothed": 133.429, - "total_deaths": 603.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 2312.028, - "new_cases_per_million": 22.595, - "new_cases_smoothed_per_million": 19.203, - "total_deaths_per_million": 86.782, - "new_deaths_per_million": 1.295, - "new_deaths_smoothed_per_million": 1.316, - "new_tests": 6337.0, - "total_tests": 398426.0, - "total_tests_per_thousand": 57.34, - "new_tests_per_thousand": 0.912, - "new_tests_smoothed": 4761.0, - "new_tests_smoothed_per_thousand": 0.685, - "tests_per_case": 35.681999999999995, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-30", - "total_cases": 16164.0, - "new_cases": 99.0, - "new_cases_smoothed": 133.857, - "total_deaths": 605.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2326.276, - "new_cases_per_million": 14.248, - "new_cases_smoothed_per_million": 19.264, - "total_deaths_per_million": 87.07, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 6257.0, - "total_tests": 404683.0, - "total_tests_per_thousand": 58.241, - "new_tests_per_thousand": 0.9, - "new_tests_smoothed": 5169.0, - "new_tests_smoothed_per_thousand": 0.744, - "tests_per_case": 38.616, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-08-31", - "total_cases": 16190.0, - "new_cases": 26.0, - "new_cases_smoothed": 129.0, - "total_deaths": 613.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 2330.018, - "new_cases_per_million": 3.742, - "new_cases_smoothed_per_million": 18.565, - "total_deaths_per_million": 88.221, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 1.398, - "new_tests_smoothed": 5152.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 39.938, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-01", - "total_cases": 16266.0, - "new_cases": 76.0, - "new_cases_smoothed": 125.714, - "total_deaths": 629.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 2340.955, - "new_cases_per_million": 10.938, - "new_cases_smoothed_per_million": 18.092, - "total_deaths_per_million": 90.524, - "new_deaths_per_million": 2.303, - "new_deaths_smoothed_per_million": 1.357, - "total_tests": 409013.0, - "total_tests_per_thousand": 58.864, - "new_tests_smoothed": 4948.0, - "new_tests_smoothed_per_thousand": 0.712, - "tests_per_case": 39.359, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-02", - "total_cases": 16266.0, - "new_cases": 0.0, - "new_cases_smoothed": 96.714, - "total_deaths": 629.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 2340.955, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.919, - "total_deaths_per_million": 90.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 6784.0, - "total_tests": 415797.0, - "total_tests_per_thousand": 59.84, - "new_tests_per_thousand": 0.976, - "new_tests_smoothed": 4478.0, - "new_tests_smoothed_per_thousand": 0.644, - "tests_per_case": 46.301, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-03", - "total_cases": 16454.0, - "new_cases": 188.0, - "new_cases_smoothed": 100.429, - "total_deaths": 642.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 2368.012, - "new_cases_per_million": 27.056, - "new_cases_smoothed_per_million": 14.453, - "total_deaths_per_million": 92.395, - "new_deaths_per_million": 1.871, - "new_deaths_smoothed_per_million": 1.151, - "new_tests": 5443.0, - "total_tests": 421240.0, - "total_tests_per_thousand": 60.624, - "new_tests_per_thousand": 0.783, - "new_tests_smoothed": 4710.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 46.898999999999994, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-04", - "total_cases": 16617.0, - "new_cases": 163.0, - "new_cases_smoothed": 101.286, - "total_deaths": 648.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2391.47, - "new_cases_per_million": 23.458, - "new_cases_smoothed_per_million": 14.577, - "total_deaths_per_million": 93.258, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 1.11, - "new_tests": 7026.0, - "total_tests": 428266.0, - "total_tests_per_thousand": 61.635, - "new_tests_per_thousand": 1.011, - "new_tests_smoothed": 5168.0, - "new_tests_smoothed_per_thousand": 0.744, - "tests_per_case": 51.023999999999994, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-05", - "total_cases": 16775.0, - "new_cases": 158.0, - "new_cases_smoothed": 101.429, - "total_deaths": 658.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2414.209, - "new_cases_per_million": 22.739, - "new_cases_smoothed_per_million": 14.597, - "total_deaths_per_million": 94.697, - "new_deaths_per_million": 1.439, - "new_deaths_smoothed_per_million": 1.131, - "new_tests": 8129.0, - "total_tests": 436395.0, - "total_tests_per_thousand": 62.805, - "new_tests_per_thousand": 1.17, - "new_tests_smoothed": 5424.0, - "new_tests_smoothed_per_thousand": 0.781, - "tests_per_case": 53.476000000000006, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-06", - "total_cases": 16954.0, - "new_cases": 179.0, - "new_cases_smoothed": 112.857, - "total_deaths": 665.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2439.97, - "new_cases_per_million": 25.761, - "new_cases_smoothed_per_million": 16.242, - "total_deaths_per_million": 95.705, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 4765.0, - "total_tests": 441160.0, - "total_tests_per_thousand": 63.49, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 5211.0, - "new_tests_smoothed_per_thousand": 0.75, - "tests_per_case": 46.173, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-07", - "total_cases": 17050.0, - "new_cases": 96.0, - "new_cases_smoothed": 122.857, - "total_deaths": 671.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 2453.786, - "new_cases_per_million": 13.816, - "new_cases_smoothed_per_million": 17.681, - "total_deaths_per_million": 96.568, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 1.192, - "new_tests_smoothed": 5269.0, - "new_tests_smoothed_per_thousand": 0.758, - "tests_per_case": 42.887, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-08", - "total_cases": 17146.0, - "new_cases": 96.0, - "new_cases_smoothed": 125.714, - "total_deaths": 677.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 2467.602, - "new_cases_per_million": 13.816, - "new_cases_smoothed_per_million": 18.092, - "total_deaths_per_million": 97.432, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.987, - "total_tests": 446303.0, - "total_tests_per_thousand": 64.231, - "new_tests_smoothed": 5327.0, - "new_tests_smoothed_per_thousand": 0.767, - "tests_per_case": 42.373999999999995, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-09", - "total_cases": 17313.0, - "new_cases": 167.0, - "new_cases_smoothed": 149.571, - "total_deaths": 692.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 2491.637, - "new_cases_per_million": 24.034, - "new_cases_smoothed_per_million": 21.526, - "total_deaths_per_million": 99.591, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 1.295, - "new_tests": 5145.0, - "total_tests": 451448.0, - "total_tests_per_thousand": 64.971, - "new_tests_per_thousand": 0.74, - "new_tests_smoothed": 5093.0, - "new_tests_smoothed_per_thousand": 0.733, - "tests_per_case": 34.051, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-10", - "total_cases": 17435.0, - "new_cases": 122.0, - "new_cases_smoothed": 140.143, - "total_deaths": 702.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2509.195, - "new_cases_per_million": 17.558, - "new_cases_smoothed_per_million": 20.169, - "total_deaths_per_million": 101.03, - "new_deaths_per_million": 1.439, - "new_deaths_smoothed_per_million": 1.234, - "new_tests_smoothed": 5026.0, - "new_tests_smoothed_per_thousand": 0.723, - "tests_per_case": 35.863, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-11", - "total_cases": 17598.0, - "new_cases": 163.0, - "new_cases_smoothed": 140.143, - "total_deaths": 706.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 2532.653, - "new_cases_per_million": 23.458, - "new_cases_smoothed_per_million": 20.169, - "total_deaths_per_million": 101.605, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 1.192, - "total_tests": 461403.0, - "total_tests_per_thousand": 66.404, - "new_tests_smoothed": 4734.0, - "new_tests_smoothed_per_thousand": 0.681, - "tests_per_case": 33.78, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-12", - "total_cases": 17799.0, - "new_cases": 201.0, - "new_cases_smoothed": 146.286, - "total_deaths": 713.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2561.58, - "new_cases_per_million": 28.927, - "new_cases_smoothed_per_million": 21.053, - "total_deaths_per_million": 102.613, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 1.131, - "new_tests": 2330.0, - "total_tests": 463733.0, - "total_tests_per_thousand": 66.739, - "new_tests_per_thousand": 0.335, - "new_tests_smoothed": 3905.0, - "new_tests_smoothed_per_thousand": 0.562, - "tests_per_case": 26.694000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-13", - "total_cases": 17891.0, - "new_cases": 92.0, - "new_cases_smoothed": 133.857, - "total_deaths": 717.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2574.821, - "new_cases_per_million": 13.24, - "new_cases_smoothed_per_million": 19.264, - "total_deaths_per_million": 103.189, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 1.069, - "new_tests_smoothed": 3291.0, - "new_tests_smoothed_per_thousand": 0.474, - "tests_per_case": 24.586, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-14", - "total_cases": 17918.0, - "new_cases": 27.0, - "new_cases_smoothed": 124.0, - "total_deaths": 720.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 2578.706, - "new_cases_per_million": 3.886, - "new_cases_smoothed_per_million": 17.846, - "total_deaths_per_million": 103.62, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 1.007, - "total_tests": 464657.0, - "total_tests_per_thousand": 66.872, - "new_tests_smoothed": 2989.0, - "new_tests_smoothed_per_thousand": 0.43, - "tests_per_case": 24.105, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-15", - "total_cases": 18061.0, - "new_cases": 143.0, - "new_cases_smoothed": 130.714, - "total_deaths": 730.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 2599.287, - "new_cases_per_million": 20.58, - "new_cases_smoothed_per_million": 18.812, - "total_deaths_per_million": 105.059, - "new_deaths_per_million": 1.439, - "new_deaths_smoothed_per_million": 1.09, - "new_tests": 7475.0, - "total_tests": 472132.0, - "total_tests_per_thousand": 67.948, - "new_tests_per_thousand": 1.076, - "new_tests_smoothed": 3690.0, - "new_tests_smoothed_per_thousand": 0.531, - "tests_per_case": 28.23, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-16", - "total_cases": 18216.0, - "new_cases": 155.0, - "new_cases_smoothed": 129.0, - "total_deaths": 736.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 2621.594, - "new_cases_per_million": 22.307, - "new_cases_smoothed_per_million": 18.565, - "total_deaths_per_million": 105.923, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.905, - "new_tests": 4835.0, - "total_tests": 476967.0, - "total_tests_per_thousand": 68.644, - "new_tests_per_thousand": 0.696, - "new_tests_smoothed": 3646.0, - "new_tests_smoothed_per_thousand": 0.525, - "tests_per_case": 28.264, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-17", - "total_cases": 18390.0, - "new_cases": 174.0, - "new_cases_smoothed": 136.429, - "total_deaths": 744.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2646.635, - "new_cases_per_million": 25.042, - "new_cases_smoothed_per_million": 19.634, - "total_deaths_per_million": 107.074, - "new_deaths_per_million": 1.151, - "new_deaths_smoothed_per_million": 0.864, - "new_tests_smoothed": 3353.0, - "new_tests_smoothed_per_thousand": 0.483, - "tests_per_case": 24.576999999999998, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-18", - "total_cases": 18544.0, - "new_cases": 154.0, - "new_cases_smoothed": 135.143, - "total_deaths": 744.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 2668.799, - "new_cases_per_million": 22.163, - "new_cases_smoothed_per_million": 19.449, - "total_deaths_per_million": 107.074, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.781, - "total_tests": 482823.0, - "total_tests_per_thousand": 69.486, - "new_tests_smoothed": 3060.0, - "new_tests_smoothed_per_thousand": 0.44, - "tests_per_case": 22.643, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-19", - "total_cases": 18733.0, - "new_cases": 189.0, - "new_cases_smoothed": 133.429, - "total_deaths": 753.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2695.999, - "new_cases_per_million": 27.2, - "new_cases_smoothed_per_million": 19.203, - "total_deaths_per_million": 108.37, - "new_deaths_per_million": 1.295, - "new_deaths_smoothed_per_million": 0.822, - "new_tests": 8957.0, - "total_tests": 491780.0, - "total_tests_per_thousand": 70.776, - "new_tests_per_thousand": 1.289, - "new_tests_smoothed": 4007.0, - "new_tests_smoothed_per_thousand": 0.577, - "tests_per_case": 30.031, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-20", - "total_cases": 18819.0, - "new_cases": 86.0, - "new_cases_smoothed": 132.571, - "total_deaths": 755.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 2708.376, - "new_cases_per_million": 12.377, - "new_cases_smoothed_per_million": 19.079, - "total_deaths_per_million": 108.657, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.781, - "new_tests_smoothed": 4030.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 30.399, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-21", - "total_cases": 18863.0, - "new_cases": 44.0, - "new_cases_smoothed": 135.0, - "total_deaths": 761.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 2714.708, - "new_cases_per_million": 6.332, - "new_cases_smoothed_per_million": 19.429, - "total_deaths_per_million": 109.521, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.843, - "total_tests": 493029.0, - "total_tests_per_thousand": 70.955, - "new_tests_smoothed": 4053.0, - "new_tests_smoothed_per_thousand": 0.583, - "tests_per_case": 30.022, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-22", - "total_cases": 19014.0, - "new_cases": 151.0, - "new_cases_smoothed": 136.143, - "total_deaths": 765.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2736.44, - "new_cases_per_million": 21.731, - "new_cases_smoothed_per_million": 19.593, - "total_deaths_per_million": 110.097, - "new_deaths_per_million": 0.576, - "new_deaths_smoothed_per_million": 0.72, - "new_tests": 2988.0, - "total_tests": 496017.0, - "total_tests_per_thousand": 71.385, - "new_tests_per_thousand": 0.43, - "new_tests_smoothed": 3412.0, - "new_tests_smoothed_per_thousand": 0.491, - "tests_per_case": 25.061999999999998, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-23", - "total_cases": 19123.0, - "new_cases": 109.0, - "new_cases_smoothed": 129.571, - "total_deaths": 767.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2752.127, - "new_cases_per_million": 15.687, - "new_cases_smoothed_per_million": 18.648, - "total_deaths_per_million": 110.384, - "new_deaths_per_million": 0.288, - "new_deaths_smoothed_per_million": 0.637, - "new_tests": 3049.0, - "total_tests": 499066.0, - "total_tests_per_thousand": 71.824, - "new_tests_per_thousand": 0.439, - "new_tests_smoothed": 3157.0, - "new_tests_smoothed_per_thousand": 0.454, - "tests_per_case": 24.365, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-09-24", - "total_cases": 19283.0, - "new_cases": 160.0, - "new_cases_smoothed": 127.571, - "total_deaths": 779.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2775.153, - "new_cases_per_million": 23.027, - "new_cases_smoothed_per_million": 18.36, - "total_deaths_per_million": 112.111, - "new_deaths_per_million": 1.727, - "new_deaths_smoothed_per_million": 0.72, - "new_tests": 8385.0, - "total_tests": 507451.0, - "total_tests_per_thousand": 73.031, - "new_tests_per_thousand": 1.207, - "new_tests_smoothed": 3937.0, - "new_tests_smoothed_per_thousand": 0.567, - "tests_per_case": 30.861, - "positive_rate": 0.032, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 19573.0, - "new_cases": 290.0, - "new_cases_smoothed": 147.0, - "total_deaths": 785.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 2816.889, - "new_cases_per_million": 41.736, - "new_cases_smoothed_per_million": 21.156, - "total_deaths_per_million": 112.975, - "new_deaths_per_million": 0.864, - "new_deaths_smoothed_per_million": 0.843 - } - ] - }, - "BHR": { - "continent": "Asia", - "location": "Bahrain", - "population": 1701583.0, - "population_density": 1935.907, - "median_age": 32.4, - "aged_65_older": 2.372, - "aged_70_older": 1.387, - "gdp_per_capita": 43290.705, - "cardiovasc_death_rate": 151.689, - "diabetes_prevalence": 16.52, - "female_smokers": 5.8, - "male_smokers": 37.6, - "hospital_beds_per_thousand": 2.0, - "life_expectancy": 77.29, - "human_development_index": 0.846, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-24", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.588, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.084, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-02-25", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.175, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 0.168, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-02-26", - "total_cases": 23.0, - "new_cases": 21.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.517, - "new_cases_per_million": 12.341, - "new_cases_smoothed_per_million": 1.931, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-02-27", - "total_cases": 33.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.394, - "new_cases_per_million": 5.877, - "new_cases_smoothed_per_million": 2.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-02-28", - "total_cases": 33.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-02-29", - "total_cases": 38.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.332, - "new_cases_per_million": 2.938, - "new_cases_smoothed_per_million": 3.19, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-01", - "total_cases": 41.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 24.095, - "new_cases_per_million": 1.763, - "new_cases_smoothed_per_million": 3.442, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-02", - "total_cases": 47.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.621, - "new_cases_per_million": 3.526, - "new_cases_smoothed_per_million": 3.862, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 6.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 3.778, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-04", - "total_cases": 49.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 28.797, - "new_cases_per_million": 1.175, - "new_cases_smoothed_per_million": 2.183, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-05", - "total_cases": 52.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.56, - "new_cases_per_million": 1.763, - "new_cases_smoothed_per_million": 1.595, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 5334.0, - "total_tests_per_thousand": 3.135, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-06", - "total_cases": 52.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.56, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.595, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-07", - "total_cases": 56.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 32.911, - "new_cases_per_million": 2.351, - "new_cases_smoothed_per_million": 1.511, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 6420.0, - "total_tests_per_thousand": 3.773, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-08", - "total_cases": 63.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.024, - "new_cases_per_million": 4.114, - "new_cases_smoothed_per_million": 1.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-09", - "total_cases": 79.0, - "new_cases": 16.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 46.427, - "new_cases_per_million": 9.403, - "new_cases_smoothed_per_million": 2.687, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 7830.0, - "total_tests_per_thousand": 4.602, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-10", - "total_cases": 109.0, - "new_cases": 30.0, - "new_cases_smoothed": 8.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.058, - "new_cases_per_million": 17.631, - "new_cases_smoothed_per_million": 5.205, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 524.0, - "total_tests": 8354.0, - "total_tests_per_thousand": 4.91, - "new_tests_per_thousand": 0.308, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-11", - "total_cases": 110.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.646, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 5.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 456.0, - "total_tests": 8810.0, - "total_tests_per_thousand": 5.178, - "new_tests_per_thousand": 0.268, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-12", - "total_cases": 162.0, - "new_cases": 52.0, - "new_cases_smoothed": 15.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 95.205, - "new_cases_per_million": 30.56, - "new_cases_smoothed_per_million": 9.235, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 232.0, - "total_tests": 9042.0, - "total_tests_per_thousand": 5.314, - "new_tests_per_thousand": 0.136, - "new_tests_smoothed": 530.0, - "new_tests_smoothed_per_thousand": 0.311, - "tests_per_case": 33.727, - "positive_rate": 0.03, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-13", - "total_cases": 162.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 95.205, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.235, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 562.0, - "new_tests_smoothed_per_thousand": 0.33, - "tests_per_case": 35.764, - "positive_rate": 0.027999999999999997, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-14", - "total_cases": 210.0, - "new_cases": 48.0, - "new_cases_smoothed": 22.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 123.414, - "new_cases_per_million": 28.209, - "new_cases_smoothed_per_million": 12.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 595.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 27.045, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-15", - "total_cases": 211.0, - "new_cases": 1.0, - "new_cases_smoothed": 21.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 124.002, - "new_cases_per_million": 0.588, - "new_cases_smoothed_per_million": 12.425, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 605.0, - "new_tests_smoothed_per_thousand": 0.356, - "tests_per_case": 28.615, - "positive_rate": 0.035, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-16", - "total_cases": 214.0, - "new_cases": 3.0, - "new_cases_smoothed": 19.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 125.765, - "new_cases_per_million": 1.763, - "new_cases_smoothed_per_million": 11.334, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 12131.0, - "total_tests_per_thousand": 7.129, - "new_tests_smoothed": 614.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 31.837, - "positive_rate": 0.031, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-17", - "total_cases": 221.0, - "new_cases": 7.0, - "new_cases_smoothed": 16.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 129.879, - "new_cases_per_million": 4.114, - "new_cases_smoothed_per_million": 9.403, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 1422.0, - "total_tests": 13553.0, - "total_tests_per_thousand": 7.965, - "new_tests_per_thousand": 0.836, - "new_tests_smoothed": 743.0, - "new_tests_smoothed_per_thousand": 0.437, - "tests_per_case": 46.438, - "positive_rate": 0.022000000000000002, - "tests_units": "units unclear", - "stringency_index": 30.56 - }, - { - "date": "2020-03-18", - "total_cases": 237.0, - "new_cases": 16.0, - "new_cases_smoothed": 18.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 139.282, - "new_cases_per_million": 9.403, - "new_cases_smoothed_per_million": 10.662, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 942.0, - "new_tests_smoothed_per_thousand": 0.554, - "tests_per_case": 51.92100000000001, - "positive_rate": 0.019, - "tests_units": "units unclear", - "stringency_index": 66.67 - }, - { - "date": "2020-03-19", - "total_cases": 256.0, - "new_cases": 19.0, - "new_cases_smoothed": 13.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 150.448, - "new_cases_per_million": 11.166, - "new_cases_smoothed_per_million": 7.892, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1173.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 87.351, - "positive_rate": 0.011000000000000001, - "tests_units": "units unclear", - "stringency_index": 66.67 - }, - { - "date": "2020-03-20", - "total_cases": 269.0, - "new_cases": 13.0, - "new_cases_smoothed": 15.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 158.088, - "new_cases_per_million": 7.64, - "new_cases_smoothed_per_million": 8.983, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "total_tests": 19098.0, - "total_tests_per_thousand": 11.224, - "new_tests_smoothed": 1326.0, - "new_tests_smoothed_per_thousand": 0.779, - "tests_per_case": 86.74799999999999, - "positive_rate": 0.012, - "tests_units": "units unclear", - "stringency_index": 66.67 - }, - { - "date": "2020-03-21", - "total_cases": 285.0, - "new_cases": 16.0, - "new_cases_smoothed": 10.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 167.491, - "new_cases_per_million": 9.403, - "new_cases_smoothed_per_million": 6.297, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1505.0, - "new_tests_smoothed_per_thousand": 0.884, - "tests_per_case": 140.467, - "positive_rate": 0.006999999999999999, - "tests_units": "units unclear", - "stringency_index": 66.67 - }, - { - "date": "2020-03-22", - "total_cases": 306.0, - "new_cases": 21.0, - "new_cases_smoothed": 13.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 179.833, - "new_cases_per_million": 12.341, - "new_cases_smoothed_per_million": 7.976, - "total_deaths_per_million": 0.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1684.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 124.084, - "positive_rate": 0.008, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-03-23", - "total_cases": 334.0, - "new_cases": 28.0, - "new_cases_smoothed": 17.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 196.288, - "new_cases_per_million": 16.455, - "new_cases_smoothed_per_million": 10.075, - "total_deaths_per_million": 1.175, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.168, - "total_tests": 25169.0, - "total_tests_per_thousand": 14.792, - "new_tests_smoothed": 1863.0, - "new_tests_smoothed_per_thousand": 1.095, - "tests_per_case": 108.675, - "positive_rate": 0.009000000000000001, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-03-24", - "total_cases": 339.0, - "new_cases": 5.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 199.226, - "new_cases_per_million": 2.938, - "new_cases_smoothed_per_million": 9.907, - "total_deaths_per_million": 1.175, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1867.0, - "new_tests_smoothed_per_thousand": 1.097, - "tests_per_case": 110.75399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-03-25", - "total_cases": 390.0, - "new_cases": 51.0, - "new_cases_smoothed": 21.857, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 229.198, - "new_cases_per_million": 29.972, - "new_cases_smoothed_per_million": 12.845, - "total_deaths_per_million": 1.763, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.168, - "new_tests_smoothed": 1811.0, - "new_tests_smoothed_per_thousand": 1.064, - "tests_per_case": 82.85600000000001, - "positive_rate": 0.012, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-03-26", - "total_cases": 419.0, - "new_cases": 29.0, - "new_cases_smoothed": 23.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 246.241, - "new_cases_per_million": 17.043, - "new_cases_smoothed_per_million": 13.685, - "total_deaths_per_million": 1.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "total_tests": 29533.0, - "total_tests_per_thousand": 17.356, - "new_tests_smoothed": 1755.0, - "new_tests_smoothed_per_thousand": 1.031, - "tests_per_case": 75.368, - "positive_rate": 0.013000000000000001, - "tests_units": "units unclear", - "stringency_index": 73.15 - }, - { - "date": "2020-03-27", - "total_cases": 458.0, - "new_cases": 39.0, - "new_cases_smoothed": 27.0, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 269.161, - "new_cases_per_million": 22.92, - "new_cases_smoothed_per_million": 15.868, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.252, - "new_tests_smoothed": 1603.0, - "new_tests_smoothed_per_thousand": 0.942, - "tests_per_case": 59.37, - "positive_rate": 0.017, - "tests_units": "units unclear", - "stringency_index": 73.15 - }, - { - "date": "2020-03-28", - "total_cases": 466.0, - "new_cases": 8.0, - "new_cases_smoothed": 25.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 273.863, - "new_cases_per_million": 4.702, - "new_cases_smoothed_per_million": 15.196, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests_smoothed": 1427.0, - "new_tests_smoothed_per_thousand": 0.839, - "tests_per_case": 55.188, - "positive_rate": 0.018000000000000002, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-03-29", - "total_cases": 473.0, - "new_cases": 7.0, - "new_cases_smoothed": 23.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 277.976, - "new_cases_per_million": 4.114, - "new_cases_smoothed_per_million": 14.021, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "total_tests": 31895.0, - "total_tests_per_thousand": 18.744, - "new_tests_smoothed": 1250.0, - "new_tests_smoothed_per_thousand": 0.735, - "tests_per_case": 52.395, - "positive_rate": 0.019, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-03-30", - "total_cases": 500.0, - "new_cases": 27.0, - "new_cases_smoothed": 23.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 293.844, - "new_cases_per_million": 15.868, - "new_cases_smoothed_per_million": 13.937, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 701.0, - "total_tests": 32596.0, - "total_tests_per_thousand": 19.156, - "new_tests_per_thousand": 0.412, - "new_tests_smoothed": 1061.0, - "new_tests_smoothed_per_thousand": 0.624, - "tests_per_case": 44.74100000000001, - "positive_rate": 0.022000000000000002, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-03-31", - "total_cases": 515.0, - "new_cases": 15.0, - "new_cases_smoothed": 25.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 302.659, - "new_cases_per_million": 8.815, - "new_cases_smoothed_per_million": 14.776, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests_smoothed": 1046.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 41.602, - "positive_rate": 0.024, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-01", - "total_cases": 567.0, - "new_cases": 52.0, - "new_cases_smoothed": 25.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 333.219, - "new_cases_per_million": 30.56, - "new_cases_smoothed_per_million": 14.86, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1031.0, - "new_tests_smoothed_per_thousand": 0.606, - "tests_per_case": 40.774, - "positive_rate": 0.025, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-02", - "total_cases": 569.0, - "new_cases": 2.0, - "new_cases_smoothed": 21.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 334.395, - "new_cases_per_million": 1.175, - "new_cases_smoothed_per_million": 12.593, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 1016.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 47.413000000000004, - "positive_rate": 0.021, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-03", - "total_cases": 643.0, - "new_cases": 74.0, - "new_cases_smoothed": 26.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 377.883, - "new_cases_per_million": 43.489, - "new_cases_smoothed_per_million": 15.532, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 37996.0, - "total_tests_per_thousand": 22.33, - "new_tests_smoothed": 1097.0, - "new_tests_smoothed_per_thousand": 0.645, - "tests_per_case": 41.508, - "positive_rate": 0.024, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-04", - "total_cases": 643.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 377.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.86, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1260.0, - "total_tests": 39256.0, - "total_tests_per_thousand": 23.07, - "new_tests_per_thousand": 0.74, - "new_tests_smoothed": 1164.0, - "new_tests_smoothed_per_thousand": 0.684, - "tests_per_case": 46.034, - "positive_rate": 0.022000000000000002, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-05", - "total_cases": 688.0, - "new_cases": 45.0, - "new_cases_smoothed": 30.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 404.329, - "new_cases_per_million": 26.446, - "new_cases_smoothed_per_million": 18.05, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5130.0, - "total_tests": 44386.0, - "total_tests_per_thousand": 26.085, - "new_tests_per_thousand": 3.015, - "new_tests_smoothed": 1784.0, - "new_tests_smoothed_per_thousand": 1.048, - "tests_per_case": 58.083999999999996, - "positive_rate": 0.017, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-06", - "total_cases": 700.0, - "new_cases": 12.0, - "new_cases_smoothed": 28.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 411.382, - "new_cases_per_million": 7.052, - "new_cases_smoothed_per_million": 16.791, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3298.0, - "total_tests": 47684.0, - "total_tests_per_thousand": 28.023, - "new_tests_per_thousand": 1.938, - "new_tests_smoothed": 2155.0, - "new_tests_smoothed_per_thousand": 1.266, - "tests_per_case": 75.425, - "positive_rate": 0.013000000000000001, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-07", - "total_cases": 756.0, - "new_cases": 56.0, - "new_cases_smoothed": 34.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 444.292, - "new_cases_per_million": 32.911, - "new_cases_smoothed_per_million": 20.233, - "total_deaths_per_million": 2.351, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2443.0, - "total_tests": 50127.0, - "total_tests_per_thousand": 29.459, - "new_tests_per_thousand": 1.436, - "new_tests_smoothed": 2312.0, - "new_tests_smoothed_per_thousand": 1.359, - "tests_per_case": 67.154, - "positive_rate": 0.015, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-08", - "total_cases": 811.0, - "new_cases": 55.0, - "new_cases_smoothed": 34.857, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 476.615, - "new_cases_per_million": 32.323, - "new_cases_smoothed_per_million": 20.485, - "total_deaths_per_million": 2.938, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 2677.0, - "total_tests": 52804.0, - "total_tests_per_thousand": 31.032, - "new_tests_per_thousand": 1.573, - "new_tests_smoothed": 2501.0, - "new_tests_smoothed_per_thousand": 1.47, - "tests_per_case": 71.75, - "positive_rate": 0.013999999999999999, - "tests_units": "units unclear", - "stringency_index": 78.7 - }, - { - "date": "2020-04-09", - "total_cases": 823.0, - "new_cases": 12.0, - "new_cases_smoothed": 36.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 483.667, - "new_cases_per_million": 7.052, - "new_cases_smoothed_per_million": 21.325, - "total_deaths_per_million": 2.938, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 2292.0, - "total_tests": 55096.0, - "total_tests_per_thousand": 32.379, - "new_tests_per_thousand": 1.347, - "new_tests_smoothed": 2636.0, - "new_tests_smoothed_per_thousand": 1.549, - "tests_per_case": 72.646, - "positive_rate": 0.013999999999999999, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-10", - "total_cases": 887.0, - "new_cases": 64.0, - "new_cases_smoothed": 34.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 521.279, - "new_cases_per_million": 37.612, - "new_cases_smoothed_per_million": 20.485, - "total_deaths_per_million": 2.938, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 2585.0, - "total_tests": 57681.0, - "total_tests_per_thousand": 33.898, - "new_tests_per_thousand": 1.519, - "new_tests_smoothed": 2812.0, - "new_tests_smoothed_per_thousand": 1.653, - "tests_per_case": 80.672, - "positive_rate": 0.012, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-11", - "total_cases": 998.0, - "new_cases": 111.0, - "new_cases_smoothed": 50.714, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 586.513, - "new_cases_per_million": 65.233, - "new_cases_smoothed_per_million": 29.804, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 3025.0, - "total_tests": 60706.0, - "total_tests_per_thousand": 35.676, - "new_tests_per_thousand": 1.778, - "new_tests_smoothed": 3064.0, - "new_tests_smoothed_per_thousand": 1.801, - "tests_per_case": 60.417, - "positive_rate": 0.017, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-12", - "total_cases": 1040.0, - "new_cases": 42.0, - "new_cases_smoothed": 50.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 611.196, - "new_cases_per_million": 24.683, - "new_cases_smoothed_per_million": 29.552, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 3267.0, - "total_tests": 63973.0, - "total_tests_per_thousand": 37.596, - "new_tests_per_thousand": 1.92, - "new_tests_smoothed": 2798.0, - "new_tests_smoothed_per_thousand": 1.644, - "tests_per_case": 55.641999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-13", - "total_cases": 1136.0, - "new_cases": 96.0, - "new_cases_smoothed": 62.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 667.614, - "new_cases_per_million": 56.418, - "new_cases_smoothed_per_million": 36.605, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 3354.0, - "total_tests": 67327.0, - "total_tests_per_thousand": 39.567, - "new_tests_per_thousand": 1.971, - "new_tests_smoothed": 2806.0, - "new_tests_smoothed_per_thousand": 1.649, - "tests_per_case": 45.05, - "positive_rate": 0.022000000000000002, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-14", - "total_cases": 1361.0, - "new_cases": 225.0, - "new_cases_smoothed": 86.429, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 799.843, - "new_cases_per_million": 132.23, - "new_cases_smoothed_per_million": 50.793, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 3486.0, - "total_tests": 70813.0, - "total_tests_per_thousand": 41.616, - "new_tests_per_thousand": 2.049, - "new_tests_smoothed": 2955.0, - "new_tests_smoothed_per_thousand": 1.737, - "tests_per_case": 34.19, - "positive_rate": 0.028999999999999998, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-15", - "total_cases": 1528.0, - "new_cases": 167.0, - "new_cases_smoothed": 102.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 897.987, - "new_cases_per_million": 98.144, - "new_cases_smoothed_per_million": 60.196, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 2459.0, - "total_tests": 73272.0, - "total_tests_per_thousand": 43.061, - "new_tests_per_thousand": 1.445, - "new_tests_smoothed": 2924.0, - "new_tests_smoothed_per_thousand": 1.718, - "tests_per_case": 28.546999999999997, - "positive_rate": 0.035, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-16", - "total_cases": 1673.0, - "new_cases": 145.0, - "new_cases_smoothed": 121.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 983.202, - "new_cases_per_million": 85.215, - "new_cases_smoothed_per_million": 71.362, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 3672.0, - "total_tests": 76944.0, - "total_tests_per_thousand": 45.219, - "new_tests_per_thousand": 2.158, - "new_tests_smoothed": 3121.0, - "new_tests_smoothed_per_thousand": 1.834, - "tests_per_case": 25.701999999999998, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-17", - "total_cases": 1700.0, - "new_cases": 27.0, - "new_cases_smoothed": 116.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 999.07, - "new_cases_per_million": 15.868, - "new_cases_smoothed_per_million": 68.256, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 2668.0, - "total_tests": 79612.0, - "total_tests_per_thousand": 46.787, - "new_tests_per_thousand": 1.568, - "new_tests_smoothed": 3133.0, - "new_tests_smoothed_per_thousand": 1.841, - "tests_per_case": 26.975, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-18", - "total_cases": 1744.0, - "new_cases": 44.0, - "new_cases_smoothed": 106.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1024.928, - "new_cases_per_million": 25.858, - "new_cases_smoothed_per_million": 62.631, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 2956.0, - "total_tests": 82568.0, - "total_tests_per_thousand": 48.524, - "new_tests_per_thousand": 1.737, - "new_tests_smoothed": 3123.0, - "new_tests_smoothed_per_thousand": 1.835, - "tests_per_case": 29.304000000000002, - "positive_rate": 0.034, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-19", - "total_cases": 1773.0, - "new_cases": 29.0, - "new_cases_smoothed": 104.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1041.971, - "new_cases_per_million": 17.043, - "new_cases_smoothed_per_million": 61.539, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 4164.0, - "total_tests": 86732.0, - "total_tests_per_thousand": 50.971, - "new_tests_per_thousand": 2.447, - "new_tests_smoothed": 3251.0, - "new_tests_smoothed_per_thousand": 1.911, - "tests_per_case": 31.046, - "positive_rate": 0.032, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-20", - "total_cases": 1873.0, - "new_cases": 100.0, - "new_cases_smoothed": 105.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1100.74, - "new_cases_per_million": 58.769, - "new_cases_smoothed_per_million": 61.875, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 3575.0, - "total_tests": 90307.0, - "total_tests_per_thousand": 53.072, - "new_tests_per_thousand": 2.101, - "new_tests_smoothed": 3283.0, - "new_tests_smoothed_per_thousand": 1.929, - "tests_per_case": 31.182, - "positive_rate": 0.032, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-21", - "total_cases": 1907.0, - "new_cases": 34.0, - "new_cases_smoothed": 78.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1120.721, - "new_cases_per_million": 19.981, - "new_cases_smoothed_per_million": 45.84, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4073.0, - "total_tests": 94380.0, - "total_tests_per_thousand": 55.466, - "new_tests_per_thousand": 2.394, - "new_tests_smoothed": 3367.0, - "new_tests_smoothed_per_thousand": 1.979, - "tests_per_case": 43.167, - "positive_rate": 0.023, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-22", - "total_cases": 1973.0, - "new_cases": 66.0, - "new_cases_smoothed": 63.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1159.509, - "new_cases_per_million": 38.787, - "new_cases_smoothed_per_million": 37.36, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3416.0, - "total_tests": 97796.0, - "total_tests_per_thousand": 57.474, - "new_tests_per_thousand": 2.008, - "new_tests_smoothed": 3503.0, - "new_tests_smoothed_per_thousand": 2.059, - "tests_per_case": 55.103, - "positive_rate": 0.018000000000000002, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-23", - "total_cases": 2007.0, - "new_cases": 34.0, - "new_cases_smoothed": 47.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1179.49, - "new_cases_per_million": 19.981, - "new_cases_smoothed_per_million": 28.041, - "total_deaths_per_million": 4.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2235.0, - "total_tests": 100031.0, - "total_tests_per_thousand": 58.787, - "new_tests_per_thousand": 1.313, - "new_tests_smoothed": 3298.0, - "new_tests_smoothed_per_thousand": 1.938, - "tests_per_case": 69.12, - "positive_rate": 0.013999999999999999, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-24", - "total_cases": 2217.0, - "new_cases": 210.0, - "new_cases_smoothed": 73.857, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1302.904, - "new_cases_per_million": 123.414, - "new_cases_smoothed_per_million": 43.405, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 5334.0, - "total_tests": 105365.0, - "total_tests_per_thousand": 61.922, - "new_tests_per_thousand": 3.135, - "new_tests_smoothed": 3679.0, - "new_tests_smoothed_per_thousand": 2.162, - "tests_per_case": 49.812, - "positive_rate": 0.02, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-25", - "total_cases": 2518.0, - "new_cases": 301.0, - "new_cases_smoothed": 110.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1479.799, - "new_cases_per_million": 176.894, - "new_cases_smoothed_per_million": 64.982, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 5042.0, - "total_tests": 110407.0, - "total_tests_per_thousand": 64.885, - "new_tests_per_thousand": 2.963, - "new_tests_smoothed": 3977.0, - "new_tests_smoothed_per_thousand": 2.337, - "tests_per_case": 35.968, - "positive_rate": 0.027999999999999997, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-26", - "total_cases": 2589.0, - "new_cases": 71.0, - "new_cases_smoothed": 116.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1521.524, - "new_cases_per_million": 41.726, - "new_cases_smoothed_per_million": 68.508, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 3703.0, - "total_tests": 114110.0, - "total_tests_per_thousand": 67.061, - "new_tests_per_thousand": 2.176, - "new_tests_smoothed": 3911.0, - "new_tests_smoothed_per_thousand": 2.298, - "tests_per_case": 33.55, - "positive_rate": 0.03, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-27", - "total_cases": 2647.0, - "new_cases": 58.0, - "new_cases_smoothed": 110.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1555.61, - "new_cases_per_million": 34.086, - "new_cases_smoothed_per_million": 64.982, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 3687.0, - "total_tests": 117797.0, - "total_tests_per_thousand": 69.228, - "new_tests_per_thousand": 2.167, - "new_tests_smoothed": 3927.0, - "new_tests_smoothed_per_thousand": 2.308, - "tests_per_case": 35.516, - "positive_rate": 0.027999999999999997, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-28", - "total_cases": 2723.0, - "new_cases": 76.0, - "new_cases_smoothed": 116.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1600.275, - "new_cases_per_million": 44.664, - "new_cases_smoothed_per_million": 68.508, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 3909.0, - "total_tests": 121706.0, - "total_tests_per_thousand": 71.525, - "new_tests_per_thousand": 2.297, - "new_tests_smoothed": 3904.0, - "new_tests_smoothed_per_thousand": 2.294, - "tests_per_case": 33.49, - "positive_rate": 0.03, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-29", - "total_cases": 2811.0, - "new_cases": 88.0, - "new_cases_smoothed": 119.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1651.991, - "new_cases_per_million": 51.717, - "new_cases_smoothed_per_million": 70.355, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 5199.0, - "total_tests": 126905.0, - "total_tests_per_thousand": 74.581, - "new_tests_per_thousand": 3.055, - "new_tests_smoothed": 4158.0, - "new_tests_smoothed_per_thousand": 2.444, - "tests_per_case": 34.733000000000004, - "positive_rate": 0.028999999999999998, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-04-30", - "total_cases": 2921.0, - "new_cases": 110.0, - "new_cases_smoothed": 130.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1716.637, - "new_cases_per_million": 64.646, - "new_cases_smoothed_per_million": 76.735, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 2789.0, - "total_tests": 129694.0, - "total_tests_per_thousand": 76.22, - "new_tests_per_thousand": 1.639, - "new_tests_smoothed": 4238.0, - "new_tests_smoothed_per_thousand": 2.491, - "tests_per_case": 32.457, - "positive_rate": 0.031, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-01", - "total_cases": 3040.0, - "new_cases": 119.0, - "new_cases_smoothed": 117.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1786.572, - "new_cases_per_million": 69.935, - "new_cases_smoothed_per_million": 69.095, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4388.0, - "total_tests": 134082.0, - "total_tests_per_thousand": 78.798, - "new_tests_per_thousand": 2.579, - "new_tests_smoothed": 4102.0, - "new_tests_smoothed_per_thousand": 2.411, - "tests_per_case": 34.889, - "positive_rate": 0.028999999999999998, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-02", - "total_cases": 3170.0, - "new_cases": 130.0, - "new_cases_smoothed": 93.143, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1862.971, - "new_cases_per_million": 76.399, - "new_cases_smoothed_per_million": 54.739, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4196.0, - "total_tests": 138278.0, - "total_tests_per_thousand": 81.264, - "new_tests_per_thousand": 2.466, - "new_tests_smoothed": 3982.0, - "new_tests_smoothed_per_thousand": 2.34, - "tests_per_case": 42.751999999999995, - "positive_rate": 0.023, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-03", - "total_cases": 3284.0, - "new_cases": 114.0, - "new_cases_smoothed": 99.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1929.968, - "new_cases_per_million": 66.996, - "new_cases_smoothed_per_million": 58.349, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5877.0, - "total_tests": 144155.0, - "total_tests_per_thousand": 84.718, - "new_tests_per_thousand": 3.454, - "new_tests_smoothed": 4292.0, - "new_tests_smoothed_per_thousand": 2.522, - "tests_per_case": 43.229, - "positive_rate": 0.023, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-04", - "total_cases": 3383.0, - "new_cases": 99.0, - "new_cases_smoothed": 105.143, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1988.149, - "new_cases_per_million": 58.181, - "new_cases_smoothed_per_million": 61.791, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5431.0, - "total_tests": 149586.0, - "total_tests_per_thousand": 87.91, - "new_tests_per_thousand": 3.192, - "new_tests_smoothed": 4541.0, - "new_tests_smoothed_per_thousand": 2.669, - "tests_per_case": 43.18899999999999, - "positive_rate": 0.023, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-05", - "total_cases": 3533.0, - "new_cases": 150.0, - "new_cases_smoothed": 115.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2076.302, - "new_cases_per_million": 88.153, - "new_cases_smoothed_per_million": 68.004, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5915.0, - "total_tests": 155501.0, - "total_tests_per_thousand": 91.386, - "new_tests_per_thousand": 3.476, - "new_tests_smoothed": 4828.0, - "new_tests_smoothed_per_thousand": 2.837, - "tests_per_case": 41.723, - "positive_rate": 0.024, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-06", - "total_cases": 3720.0, - "new_cases": 187.0, - "new_cases_smoothed": 129.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2186.2, - "new_cases_per_million": 109.898, - "new_cases_smoothed_per_million": 76.315, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4840.0, - "total_tests": 160341.0, - "total_tests_per_thousand": 94.23, - "new_tests_per_thousand": 2.844, - "new_tests_smoothed": 4777.0, - "new_tests_smoothed_per_thousand": 2.807, - "tests_per_case": 36.787, - "positive_rate": 0.027000000000000003, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-07", - "total_cases": 3934.0, - "new_cases": 214.0, - "new_cases_smoothed": 144.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2311.965, - "new_cases_per_million": 125.765, - "new_cases_smoothed_per_million": 85.047, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6037.0, - "total_tests": 166378.0, - "total_tests_per_thousand": 97.778, - "new_tests_per_thousand": 3.548, - "new_tests_smoothed": 5241.0, - "new_tests_smoothed_per_thousand": 3.08, - "tests_per_case": 36.216, - "positive_rate": 0.027999999999999997, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-08", - "total_cases": 4199.0, - "new_cases": 265.0, - "new_cases_smoothed": 165.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2467.702, - "new_cases_per_million": 155.737, - "new_cases_smoothed_per_million": 97.304, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5780.0, - "total_tests": 172158.0, - "total_tests_per_thousand": 101.175, - "new_tests_per_thousand": 3.397, - "new_tests_smoothed": 5439.0, - "new_tests_smoothed_per_thousand": 3.196, - "tests_per_case": 32.85, - "positive_rate": 0.03, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-09", - "total_cases": 4444.0, - "new_cases": 245.0, - "new_cases_smoothed": 182.0, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2611.686, - "new_cases_per_million": 143.984, - "new_cases_smoothed_per_million": 106.959, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6195.0, - "total_tests": 178353.0, - "total_tests_per_thousand": 104.816, - "new_tests_per_thousand": 3.641, - "new_tests_smoothed": 5725.0, - "new_tests_smoothed_per_thousand": 3.365, - "tests_per_case": 31.456, - "positive_rate": 0.032, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-10", - "total_cases": 4774.0, - "new_cases": 330.0, - "new_cases_smoothed": 212.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2805.623, - "new_cases_per_million": 193.937, - "new_cases_smoothed_per_million": 125.094, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5676.0, - "total_tests": 184029.0, - "total_tests_per_thousand": 108.152, - "new_tests_per_thousand": 3.336, - "new_tests_smoothed": 5696.0, - "new_tests_smoothed_per_thousand": 3.347, - "tests_per_case": 26.76, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-11", - "total_cases": 4941.0, - "new_cases": 167.0, - "new_cases_smoothed": 222.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2903.767, - "new_cases_per_million": 98.144, - "new_cases_smoothed_per_million": 130.803, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6751.0, - "total_tests": 190780.0, - "total_tests_per_thousand": 112.119, - "new_tests_per_thousand": 3.967, - "new_tests_smoothed": 5885.0, - "new_tests_smoothed_per_thousand": 3.459, - "tests_per_case": 26.441, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-12", - "total_cases": 5236.0, - "new_cases": 295.0, - "new_cases_smoothed": 243.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3077.135, - "new_cases_per_million": 173.368, - "new_cases_smoothed_per_million": 142.976, - "total_deaths_per_million": 4.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7118.0, - "total_tests": 197898.0, - "total_tests_per_thousand": 116.302, - "new_tests_per_thousand": 4.183, - "new_tests_smoothed": 6057.0, - "new_tests_smoothed_per_thousand": 3.56, - "tests_per_case": 24.897, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-13", - "total_cases": 5531.0, - "new_cases": 295.0, - "new_cases_smoothed": 258.714, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3250.503, - "new_cases_per_million": 173.368, - "new_cases_smoothed_per_million": 152.043, - "total_deaths_per_million": 5.289, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 7672.0, - "total_tests": 205570.0, - "total_tests_per_thousand": 120.811, - "new_tests_per_thousand": 4.509, - "new_tests_smoothed": 6461.0, - "new_tests_smoothed_per_thousand": 3.797, - "tests_per_case": 24.973000000000003, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-14", - "total_cases": 5816.0, - "new_cases": 285.0, - "new_cases_smoothed": 268.857, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3417.994, - "new_cases_per_million": 167.491, - "new_cases_smoothed_per_million": 158.004, - "total_deaths_per_million": 5.877, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 5557.0, - "total_tests": 211127.0, - "total_tests_per_thousand": 124.077, - "new_tests_per_thousand": 3.266, - "new_tests_smoothed": 6393.0, - "new_tests_smoothed_per_thousand": 3.757, - "tests_per_case": 23.778000000000002, - "positive_rate": 0.042, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-15", - "total_cases": 6198.0, - "new_cases": 382.0, - "new_cases_smoothed": 285.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3642.491, - "new_cases_per_million": 224.497, - "new_cases_smoothed_per_million": 167.827, - "total_deaths_per_million": 5.877, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 11415.0, - "total_tests": 222542.0, - "total_tests_per_thousand": 130.785, - "new_tests_per_thousand": 6.708, - "new_tests_smoothed": 7198.0, - "new_tests_smoothed_per_thousand": 4.23, - "tests_per_case": 25.206, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-16", - "total_cases": 6583.0, - "new_cases": 385.0, - "new_cases_smoothed": 305.571, - "total_deaths": 12.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3868.75, - "new_cases_per_million": 226.26, - "new_cases_smoothed_per_million": 179.581, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 7646.0, - "total_tests": 230188.0, - "total_tests_per_thousand": 135.279, - "new_tests_per_thousand": 4.493, - "new_tests_smoothed": 7405.0, - "new_tests_smoothed_per_thousand": 4.352, - "tests_per_case": 24.233, - "positive_rate": 0.040999999999999995, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-17", - "total_cases": 6747.0, - "new_cases": 164.0, - "new_cases_smoothed": 281.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3965.131, - "new_cases_per_million": 96.381, - "new_cases_smoothed_per_million": 165.644, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 6640.0, - "total_tests": 236828.0, - "total_tests_per_thousand": 139.181, - "new_tests_per_thousand": 3.902, - "new_tests_smoothed": 7543.0, - "new_tests_smoothed_per_thousand": 4.433, - "tests_per_case": 26.761999999999997, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-18", - "total_cases": 6956.0, - "new_cases": 209.0, - "new_cases_smoothed": 287.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4087.958, - "new_cases_per_million": 122.827, - "new_cases_smoothed_per_million": 169.17, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 6203.0, - "total_tests": 243031.0, - "total_tests_per_thousand": 142.826, - "new_tests_per_thousand": 3.645, - "new_tests_smoothed": 7464.0, - "new_tests_smoothed_per_thousand": 4.387, - "tests_per_case": 25.93, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-19", - "total_cases": 7184.0, - "new_cases": 228.0, - "new_cases_smoothed": 278.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4221.951, - "new_cases_per_million": 133.993, - "new_cases_smoothed_per_million": 163.545, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 5174.0, - "total_tests": 248205.0, - "total_tests_per_thousand": 145.867, - "new_tests_per_thousand": 3.041, - "new_tests_smoothed": 7187.0, - "new_tests_smoothed_per_thousand": 4.224, - "tests_per_case": 25.826, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-20", - "total_cases": 7532.0, - "new_cases": 348.0, - "new_cases_smoothed": 285.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4426.466, - "new_cases_per_million": 204.515, - "new_cases_smoothed_per_million": 167.995, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 7428.0, - "total_tests": 255633.0, - "total_tests_per_thousand": 150.232, - "new_tests_per_thousand": 4.365, - "new_tests_smoothed": 7152.0, - "new_tests_smoothed_per_thousand": 4.203, - "tests_per_case": 25.019000000000002, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-21", - "total_cases": 7888.0, - "new_cases": 356.0, - "new_cases_smoothed": 296.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4635.683, - "new_cases_per_million": 209.217, - "new_cases_smoothed_per_million": 173.956, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests_smoothed": 7326.0, - "new_tests_smoothed_per_thousand": 4.305, - "tests_per_case": 24.75, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-22", - "total_cases": 8174.0, - "new_cases": 286.0, - "new_cases_smoothed": 282.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4803.762, - "new_cases_per_million": 168.079, - "new_cases_smoothed_per_million": 165.896, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "total_tests": 269179.0, - "total_tests_per_thousand": 158.193, - "new_tests_smoothed": 6662.0, - "new_tests_smoothed_per_thousand": 3.915, - "tests_per_case": 23.6, - "positive_rate": 0.042, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-23", - "total_cases": 8414.0, - "new_cases": 240.0, - "new_cases_smoothed": 261.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4944.807, - "new_cases_per_million": 141.045, - "new_cases_smoothed_per_million": 153.722, - "total_deaths_per_million": 7.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7373.0, - "total_tests": 276552.0, - "total_tests_per_thousand": 162.526, - "new_tests_per_thousand": 4.333, - "new_tests_smoothed": 6623.0, - "new_tests_smoothed_per_thousand": 3.892, - "tests_per_case": 25.32, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-24", - "total_cases": 8802.0, - "new_cases": 388.0, - "new_cases_smoothed": 293.571, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5172.83, - "new_cases_per_million": 228.023, - "new_cases_smoothed_per_million": 172.528, - "total_deaths_per_million": 7.64, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 4652.0, - "total_tests": 281204.0, - "total_tests_per_thousand": 165.26, - "new_tests_per_thousand": 2.734, - "new_tests_smoothed": 6339.0, - "new_tests_smoothed_per_thousand": 3.725, - "tests_per_case": 21.593000000000004, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-25", - "total_cases": 9138.0, - "new_cases": 336.0, - "new_cases_smoothed": 311.714, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5370.293, - "new_cases_per_million": 197.463, - "new_cases_smoothed_per_million": 183.191, - "total_deaths_per_million": 8.228, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 2680.0, - "total_tests": 283884.0, - "total_tests_per_thousand": 166.835, - "new_tests_per_thousand": 1.575, - "new_tests_smoothed": 5836.0, - "new_tests_smoothed_per_thousand": 3.43, - "tests_per_case": 18.722, - "positive_rate": 0.053, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-26", - "total_cases": 9171.0, - "new_cases": 33.0, - "new_cases_smoothed": 283.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5389.687, - "new_cases_per_million": 19.394, - "new_cases_smoothed_per_million": 166.819, - "total_deaths_per_million": 8.228, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 2339.0, - "total_tests": 286223.0, - "total_tests_per_thousand": 168.21, - "new_tests_per_thousand": 1.375, - "new_tests_smoothed": 5431.0, - "new_tests_smoothed_per_thousand": 3.192, - "tests_per_case": 19.133, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-27", - "total_cases": 9366.0, - "new_cases": 195.0, - "new_cases_smoothed": 262.0, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5504.286, - "new_cases_per_million": 114.599, - "new_cases_smoothed_per_million": 153.974, - "total_deaths_per_million": 8.228, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 4904.0, - "total_tests": 291127.0, - "total_tests_per_thousand": 171.092, - "new_tests_per_thousand": 2.882, - "new_tests_smoothed": 5071.0, - "new_tests_smoothed_per_thousand": 2.98, - "tests_per_case": 19.355, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-28", - "total_cases": 9633.0, - "new_cases": 267.0, - "new_cases_smoothed": 249.286, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5661.199, - "new_cases_per_million": 156.913, - "new_cases_smoothed_per_million": 146.502, - "total_deaths_per_million": 8.815, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 6746.0, - "total_tests": 297873.0, - "total_tests_per_thousand": 175.056, - "new_tests_per_thousand": 3.965, - "new_tests_smoothed": 5067.0, - "new_tests_smoothed_per_thousand": 2.978, - "tests_per_case": 20.326, - "positive_rate": 0.049, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-29", - "total_cases": 10052.0, - "new_cases": 419.0, - "new_cases_smoothed": 268.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5907.44, - "new_cases_per_million": 246.241, - "new_cases_smoothed_per_million": 157.668, - "total_deaths_per_million": 8.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 6306.0, - "total_tests": 304179.0, - "total_tests_per_thousand": 178.762, - "new_tests_per_thousand": 3.706, - "new_tests_smoothed": 5000.0, - "new_tests_smoothed_per_thousand": 2.938, - "tests_per_case": 18.637, - "positive_rate": 0.054000000000000006, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-30", - "total_cases": 10449.0, - "new_cases": 397.0, - "new_cases_smoothed": 290.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6140.752, - "new_cases_per_million": 233.312, - "new_cases_smoothed_per_million": 170.849, - "total_deaths_per_million": 8.815, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 5394.0, - "total_tests": 309573.0, - "total_tests_per_thousand": 181.932, - "new_tests_per_thousand": 3.17, - "new_tests_smoothed": 4717.0, - "new_tests_smoothed_per_thousand": 2.772, - "tests_per_case": 16.226, - "positive_rate": 0.062, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-05-31", - "total_cases": 10793.0, - "new_cases": 344.0, - "new_cases_smoothed": 284.429, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6342.917, - "new_cases_per_million": 202.165, - "new_cases_smoothed_per_million": 167.155, - "total_deaths_per_million": 9.991, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 7234.0, - "total_tests": 316807.0, - "total_tests_per_thousand": 186.184, - "new_tests_per_thousand": 4.251, - "new_tests_smoothed": 5086.0, - "new_tests_smoothed_per_thousand": 2.989, - "tests_per_case": 17.881, - "positive_rate": 0.055999999999999994, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-01", - "total_cases": 11398.0, - "new_cases": 605.0, - "new_cases_smoothed": 322.857, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6698.468, - "new_cases_per_million": 355.551, - "new_cases_smoothed_per_million": 189.739, - "total_deaths_per_million": 11.166, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.42, - "new_tests": 6355.0, - "total_tests": 323162.0, - "total_tests_per_thousand": 189.918, - "new_tests_per_thousand": 3.735, - "new_tests_smoothed": 5611.0, - "new_tests_smoothed_per_thousand": 3.298, - "tests_per_case": 17.379, - "positive_rate": 0.057999999999999996, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-02", - "total_cases": 11804.0, - "new_cases": 406.0, - "new_cases_smoothed": 376.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6937.07, - "new_cases_per_million": 238.601, - "new_cases_smoothed_per_million": 221.055, - "total_deaths_per_million": 11.166, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.42, - "new_tests": 7571.0, - "total_tests": 330733.0, - "total_tests_per_thousand": 194.368, - "new_tests_per_thousand": 4.449, - "new_tests_smoothed": 6359.0, - "new_tests_smoothed_per_thousand": 3.737, - "tests_per_case": 16.906, - "positive_rate": 0.059000000000000004, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-03", - "total_cases": 12311.0, - "new_cases": 507.0, - "new_cases_smoothed": 420.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 7235.028, - "new_cases_per_million": 297.958, - "new_cases_smoothed_per_million": 247.249, - "total_deaths_per_million": 11.166, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.42, - "new_tests": 7040.0, - "total_tests": 337773.0, - "total_tests_per_thousand": 198.505, - "new_tests_per_thousand": 4.137, - "new_tests_smoothed": 6664.0, - "new_tests_smoothed_per_thousand": 3.916, - "tests_per_case": 15.84, - "positive_rate": 0.063, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-04", - "total_cases": 12815.0, - "new_cases": 504.0, - "new_cases_smoothed": 454.571, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 7531.222, - "new_cases_per_million": 296.195, - "new_cases_smoothed_per_million": 267.146, - "total_deaths_per_million": 11.754, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.42, - "new_tests": 7564.0, - "total_tests": 345337.0, - "total_tests_per_thousand": 202.95, - "new_tests_per_thousand": 4.445, - "new_tests_smoothed": 6781.0, - "new_tests_smoothed_per_thousand": 3.985, - "tests_per_case": 14.917, - "positive_rate": 0.067, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-05", - "total_cases": 13296.0, - "new_cases": 481.0, - "new_cases_smoothed": 463.429, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7813.9, - "new_cases_per_million": 282.678, - "new_cases_smoothed_per_million": 272.351, - "total_deaths_per_million": 12.341, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.504, - "new_tests": 8785.0, - "total_tests": 354122.0, - "total_tests_per_thousand": 208.113, - "new_tests_per_thousand": 5.163, - "new_tests_smoothed": 7135.0, - "new_tests_smoothed_per_thousand": 4.193, - "tests_per_case": 15.395999999999999, - "positive_rate": 0.065, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-06", - "total_cases": 13835.0, - "new_cases": 539.0, - "new_cases_smoothed": 483.714, - "total_deaths": 23.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 8130.664, - "new_cases_per_million": 316.764, - "new_cases_smoothed_per_million": 284.273, - "total_deaths_per_million": 13.517, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.672, - "new_tests": 7254.0, - "total_tests": 361376.0, - "total_tests_per_thousand": 212.376, - "new_tests_per_thousand": 4.263, - "new_tests_smoothed": 7400.0, - "new_tests_smoothed_per_thousand": 4.349, - "tests_per_case": 15.298, - "positive_rate": 0.065, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-07", - "total_cases": 14383.0, - "new_cases": 548.0, - "new_cases_smoothed": 512.857, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 8452.717, - "new_cases_per_million": 322.053, - "new_cases_smoothed_per_million": 301.4, - "total_deaths_per_million": 14.105, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 5680.0, - "total_tests": 367056.0, - "total_tests_per_thousand": 215.714, - "new_tests_per_thousand": 3.338, - "new_tests_smoothed": 7178.0, - "new_tests_smoothed_per_thousand": 4.218, - "tests_per_case": 13.995999999999999, - "positive_rate": 0.071, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-08", - "total_cases": 14763.0, - "new_cases": 380.0, - "new_cases_smoothed": 480.714, - "total_deaths": 26.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 8676.039, - "new_cases_per_million": 223.321, - "new_cases_smoothed_per_million": 282.51, - "total_deaths_per_million": 15.28, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 7306.0, - "total_tests": 374362.0, - "total_tests_per_thousand": 220.008, - "new_tests_per_thousand": 4.294, - "new_tests_smoothed": 7314.0, - "new_tests_smoothed_per_thousand": 4.298, - "tests_per_case": 15.215, - "positive_rate": 0.066, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-09", - "total_cases": 15417.0, - "new_cases": 654.0, - "new_cases_smoothed": 516.143, - "total_deaths": 27.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 9060.387, - "new_cases_per_million": 384.348, - "new_cases_smoothed_per_million": 303.331, - "total_deaths_per_million": 15.868, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.672, - "new_tests": 3873.0, - "total_tests": 378235.0, - "total_tests_per_thousand": 222.284, - "new_tests_per_thousand": 2.276, - "new_tests_smoothed": 6786.0, - "new_tests_smoothed_per_thousand": 3.988, - "tests_per_case": 13.148, - "positive_rate": 0.076, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-10", - "total_cases": 16200.0, - "new_cases": 783.0, - "new_cases_smoothed": 555.571, - "total_deaths": 29.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 9520.546, - "new_cases_per_million": 460.16, - "new_cases_smoothed_per_million": 326.503, - "total_deaths_per_million": 17.043, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 7899.0, - "total_tests": 386134.0, - "total_tests_per_thousand": 226.926, - "new_tests_per_thousand": 4.642, - "new_tests_smoothed": 6909.0, - "new_tests_smoothed_per_thousand": 4.06, - "tests_per_case": 12.436, - "positive_rate": 0.08, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-11", - "total_cases": 16667.0, - "new_cases": 467.0, - "new_cases_smoothed": 550.286, - "total_deaths": 32.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 9794.997, - "new_cases_per_million": 274.45, - "new_cases_smoothed_per_million": 323.396, - "total_deaths_per_million": 18.806, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 7776.0, - "total_tests": 393910.0, - "total_tests_per_thousand": 231.496, - "new_tests_per_thousand": 4.57, - "new_tests_smoothed": 6939.0, - "new_tests_smoothed_per_thousand": 4.078, - "tests_per_case": 12.61, - "positive_rate": 0.079, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-12", - "total_cases": 16667.0, - "new_cases": 0.0, - "new_cases_smoothed": 481.571, - "total_deaths": 34.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 9794.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 283.014, - "total_deaths_per_million": 19.981, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 9126.0, - "total_tests": 403036.0, - "total_tests_per_thousand": 236.859, - "new_tests_per_thousand": 5.363, - "new_tests_smoothed": 6988.0, - "new_tests_smoothed_per_thousand": 4.107, - "tests_per_case": 14.511, - "positive_rate": 0.069, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-13", - "total_cases": 17713.0, - "new_cases": 1046.0, - "new_cases_smoothed": 554.0, - "total_deaths": 36.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 10409.718, - "new_cases_per_million": 614.722, - "new_cases_smoothed_per_million": 325.579, - "total_deaths_per_million": 21.157, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 7806.0, - "total_tests": 410842.0, - "total_tests_per_thousand": 241.447, - "new_tests_per_thousand": 4.587, - "new_tests_smoothed": 7067.0, - "new_tests_smoothed_per_thousand": 4.153, - "tests_per_case": 12.755999999999998, - "positive_rate": 0.078, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-14", - "total_cases": 18227.0, - "new_cases": 514.0, - "new_cases_smoothed": 549.143, - "total_deaths": 39.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 10711.79, - "new_cases_per_million": 302.072, - "new_cases_smoothed_per_million": 322.725, - "total_deaths_per_million": 22.92, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.259, - "new_tests": 7571.0, - "total_tests": 418413.0, - "total_tests_per_thousand": 245.896, - "new_tests_per_thousand": 4.449, - "new_tests_smoothed": 7337.0, - "new_tests_smoothed_per_thousand": 4.312, - "tests_per_case": 13.360999999999999, - "positive_rate": 0.075, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-15", - "total_cases": 18544.0, - "new_cases": 317.0, - "new_cases_smoothed": 540.143, - "total_deaths": 43.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 10898.087, - "new_cases_per_million": 186.297, - "new_cases_smoothed_per_million": 317.436, - "total_deaths_per_million": 25.271, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.427, - "new_tests": 6779.0, - "total_tests": 425192.0, - "total_tests_per_thousand": 249.88, - "new_tests_per_thousand": 3.984, - "new_tests_smoothed": 7261.0, - "new_tests_smoothed_per_thousand": 4.267, - "tests_per_case": 13.443, - "positive_rate": 0.07400000000000001, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-16", - "total_cases": 19013.0, - "new_cases": 469.0, - "new_cases_smoothed": 513.714, - "total_deaths": 46.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 11173.713, - "new_cases_per_million": 275.626, - "new_cases_smoothed_per_million": 301.904, - "total_deaths_per_million": 27.034, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.595, - "new_tests": 12888.0, - "total_tests": 438080.0, - "total_tests_per_thousand": 257.454, - "new_tests_per_thousand": 7.574, - "new_tests_smoothed": 8549.0, - "new_tests_smoothed_per_thousand": 5.024, - "tests_per_case": 16.642, - "positive_rate": 0.06, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-17", - "total_cases": 19553.0, - "new_cases": 540.0, - "new_cases_smoothed": 479.0, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 11491.064, - "new_cases_per_million": 317.352, - "new_cases_smoothed_per_million": 281.503, - "total_deaths_per_million": 27.621, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.511, - "new_tests_smoothed": 8584.0, - "new_tests_smoothed_per_thousand": 5.045, - "tests_per_case": 17.921, - "positive_rate": 0.055999999999999994, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-18", - "total_cases": 19961.0, - "new_cases": 408.0, - "new_cases_smoothed": 470.571, - "total_deaths": 49.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 11730.841, - "new_cases_per_million": 239.777, - "new_cases_smoothed_per_million": 276.549, - "total_deaths_per_million": 28.797, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.427, - "total_tests": 454368.0, - "total_tests_per_thousand": 267.027, - "new_tests_smoothed": 8637.0, - "new_tests_smoothed_per_thousand": 5.076, - "tests_per_case": 18.354, - "positive_rate": 0.054000000000000006, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-19", - "total_cases": 20430.0, - "new_cases": 469.0, - "new_cases_smoothed": 537.571, - "total_deaths": 55.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 12006.467, - "new_cases_per_million": 275.626, - "new_cases_smoothed_per_million": 315.924, - "total_deaths_per_million": 32.323, - "new_deaths_per_million": 3.526, - "new_deaths_smoothed_per_million": 1.763, - "new_tests_smoothed": 8479.0, - "new_tests_smoothed_per_thousand": 4.983, - "tests_per_case": 15.773, - "positive_rate": 0.063, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-20", - "total_cases": 20916.0, - "new_cases": 486.0, - "new_cases_smoothed": 457.571, - "total_deaths": 57.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 12292.083, - "new_cases_per_million": 285.616, - "new_cases_smoothed_per_million": 268.909, - "total_deaths_per_million": 33.498, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.763, - "total_tests": 470409.0, - "total_tests_per_thousand": 276.454, - "new_tests_smoothed": 8510.0, - "new_tests_smoothed_per_thousand": 5.001, - "tests_per_case": 18.598, - "positive_rate": 0.054000000000000006, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-21", - "total_cases": 21331.0, - "new_cases": 415.0, - "new_cases_smoothed": 443.429, - "total_deaths": 60.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 12535.974, - "new_cases_per_million": 243.891, - "new_cases_smoothed_per_million": 260.598, - "total_deaths_per_million": 35.261, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.763, - "new_tests_smoothed": 8521.0, - "new_tests_smoothed_per_thousand": 5.008, - "tests_per_case": 19.215999999999998, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-22", - "total_cases": 21764.0, - "new_cases": 433.0, - "new_cases_smoothed": 460.0, - "total_deaths": 63.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 12790.443, - "new_cases_per_million": 254.469, - "new_cases_smoothed_per_million": 270.337, - "total_deaths_per_million": 37.024, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.679, - "total_tests": 485715.0, - "total_tests_per_thousand": 285.449, - "new_tests_smoothed": 8646.0, - "new_tests_smoothed_per_thousand": 5.081, - "tests_per_case": 18.796, - "positive_rate": 0.053, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-23", - "total_cases": 22407.0, - "new_cases": 643.0, - "new_cases_smoothed": 484.857, - "total_deaths": 65.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 13168.326, - "new_cases_per_million": 377.883, - "new_cases_smoothed_per_million": 284.945, - "total_deaths_per_million": 38.2, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.595, - "new_tests_smoothed": 7399.0, - "new_tests_smoothed_per_thousand": 4.348, - "tests_per_case": 15.26, - "positive_rate": 0.066, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-24", - "total_cases": 23062.0, - "new_cases": 655.0, - "new_cases_smoothed": 501.286, - "total_deaths": 67.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 13553.262, - "new_cases_per_million": 384.936, - "new_cases_smoothed_per_million": 294.6, - "total_deaths_per_million": 39.375, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.679, - "total_tests": 494028.0, - "total_tests_per_thousand": 290.334, - "new_tests_smoothed": 6829.0, - "new_tests_smoothed_per_thousand": 4.013, - "tests_per_case": 13.623, - "positive_rate": 0.073, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-25", - "total_cases": 23570.0, - "new_cases": 508.0, - "new_cases_smoothed": 515.571, - "total_deaths": 69.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 13851.807, - "new_cases_per_million": 298.546, - "new_cases_smoothed_per_million": 302.995, - "total_deaths_per_million": 40.55, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.679, - "new_tests": 8735.0, - "total_tests": 502763.0, - "total_tests_per_thousand": 295.468, - "new_tests_per_thousand": 5.133, - "new_tests_smoothed": 6914.0, - "new_tests_smoothed_per_thousand": 4.063, - "tests_per_case": 13.41, - "positive_rate": 0.075, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-26", - "total_cases": 24081.0, - "new_cases": 511.0, - "new_cases_smoothed": 521.571, - "total_deaths": 71.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 14152.116, - "new_cases_per_million": 300.309, - "new_cases_smoothed_per_million": 306.521, - "total_deaths_per_million": 41.726, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.343, - "new_tests": 8695.0, - "total_tests": 511458.0, - "total_tests_per_thousand": 300.578, - "new_tests_per_thousand": 5.11, - "new_tests_smoothed": 7010.0, - "new_tests_smoothed_per_thousand": 4.12, - "tests_per_case": 13.44, - "positive_rate": 0.07400000000000001, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-27", - "total_cases": 24805.0, - "new_cases": 724.0, - "new_cases_smoothed": 555.571, - "total_deaths": 78.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 14577.602, - "new_cases_per_million": 425.486, - "new_cases_smoothed_per_million": 326.503, - "total_deaths_per_million": 45.84, - "new_deaths_per_million": 4.114, - "new_deaths_smoothed_per_million": 1.763, - "new_tests": 9643.0, - "total_tests": 521101.0, - "total_tests_per_thousand": 306.245, - "new_tests_per_thousand": 5.667, - "new_tests_smoothed": 7242.0, - "new_tests_smoothed_per_thousand": 4.256, - "tests_per_case": 13.035, - "positive_rate": 0.077, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-28", - "total_cases": 25267.0, - "new_cases": 462.0, - "new_cases_smoothed": 562.286, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 14849.114, - "new_cases_per_million": 271.512, - "new_cases_smoothed_per_million": 330.449, - "total_deaths_per_million": 45.84, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.511, - "new_tests": 8141.0, - "total_tests": 529242.0, - "total_tests_per_thousand": 311.029, - "new_tests_per_thousand": 4.784, - "new_tests_smoothed": 7311.0, - "new_tests_smoothed_per_thousand": 4.297, - "tests_per_case": 13.002, - "positive_rate": 0.077, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-29", - "total_cases": 25705.0, - "new_cases": 438.0, - "new_cases_smoothed": 563.0, - "total_deaths": 83.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 15106.521, - "new_cases_per_million": 257.407, - "new_cases_smoothed_per_million": 330.868, - "total_deaths_per_million": 48.778, - "new_deaths_per_million": 2.938, - "new_deaths_smoothed_per_million": 1.679, - "new_tests": 7274.0, - "total_tests": 536516.0, - "total_tests_per_thousand": 315.304, - "new_tests_per_thousand": 4.275, - "new_tests_smoothed": 7257.0, - "new_tests_smoothed_per_thousand": 4.265, - "tests_per_case": 12.89, - "positive_rate": 0.078, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-06-30", - "total_cases": 26239.0, - "new_cases": 534.0, - "new_cases_smoothed": 547.429, - "total_deaths": 84.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 15420.347, - "new_cases_per_million": 313.825, - "new_cases_smoothed_per_million": 321.717, - "total_deaths_per_million": 49.366, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.595, - "new_tests": 8609.0, - "total_tests": 545125.0, - "total_tests_per_thousand": 320.363, - "new_tests_per_thousand": 5.059, - "new_tests_smoothed": 7893.0, - "new_tests_smoothed_per_thousand": 4.639, - "tests_per_case": 14.418, - "positive_rate": 0.069, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-01", - "total_cases": 26758.0, - "new_cases": 519.0, - "new_cases_smoothed": 528.0, - "total_deaths": 87.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 15725.357, - "new_cases_per_million": 305.01, - "new_cases_smoothed_per_million": 310.299, - "total_deaths_per_million": 51.129, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.679, - "new_tests": 9114.0, - "total_tests": 554239.0, - "total_tests_per_thousand": 325.72, - "new_tests_per_thousand": 5.356, - "new_tests_smoothed": 8602.0, - "new_tests_smoothed_per_thousand": 5.055, - "tests_per_case": 16.292, - "positive_rate": 0.061, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-02", - "total_cases": 27414.0, - "new_cases": 656.0, - "new_cases_smoothed": 549.143, - "total_deaths": 92.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 16110.88, - "new_cases_per_million": 385.523, - "new_cases_smoothed_per_million": 322.725, - "total_deaths_per_million": 54.067, - "new_deaths_per_million": 2.938, - "new_deaths_smoothed_per_million": 1.931, - "new_tests": 10126.0, - "total_tests": 564365.0, - "total_tests_per_thousand": 331.671, - "new_tests_per_thousand": 5.951, - "new_tests_smoothed": 8800.0, - "new_tests_smoothed_per_thousand": 5.172, - "tests_per_case": 16.025, - "positive_rate": 0.062, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-03", - "total_cases": 27837.0, - "new_cases": 423.0, - "new_cases_smoothed": 536.571, - "total_deaths": 94.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 16359.472, - "new_cases_per_million": 248.592, - "new_cases_smoothed_per_million": 315.337, - "total_deaths_per_million": 55.243, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.931, - "new_tests": 9740.0, - "total_tests": 574105.0, - "total_tests_per_thousand": 337.395, - "new_tests_per_thousand": 5.724, - "new_tests_smoothed": 8950.0, - "new_tests_smoothed_per_thousand": 5.26, - "tests_per_case": 16.68, - "positive_rate": 0.06, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-04", - "total_cases": 28410.0, - "new_cases": 573.0, - "new_cases_smoothed": 515.0, - "total_deaths": 95.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 16696.218, - "new_cases_per_million": 336.745, - "new_cases_smoothed_per_million": 302.659, - "total_deaths_per_million": 55.83, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.427, - "new_tests": 9965.0, - "total_tests": 584070.0, - "total_tests_per_thousand": 343.251, - "new_tests_per_thousand": 5.856, - "new_tests_smoothed": 8996.0, - "new_tests_smoothed_per_thousand": 5.287, - "tests_per_case": 17.468, - "positive_rate": 0.057, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-05", - "total_cases": 28857.0, - "new_cases": 447.0, - "new_cases_smoothed": 512.857, - "total_deaths": 97.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 16958.914, - "new_cases_per_million": 262.697, - "new_cases_smoothed_per_million": 301.4, - "total_deaths_per_million": 57.006, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.595, - "new_tests": 18081.0, - "total_tests": 602151.0, - "total_tests_per_thousand": 353.877, - "new_tests_per_thousand": 10.626, - "new_tests_smoothed": 10416.0, - "new_tests_smoothed_per_thousand": 6.121, - "tests_per_case": 20.31, - "positive_rate": 0.049, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-06", - "total_cases": 29367.0, - "new_cases": 510.0, - "new_cases_smoothed": 523.143, - "total_deaths": 97.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 17258.635, - "new_cases_per_million": 299.721, - "new_cases_smoothed_per_million": 307.445, - "total_deaths_per_million": 57.006, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 9945.0, - "total_tests": 612096.0, - "total_tests_per_thousand": 359.722, - "new_tests_per_thousand": 5.845, - "new_tests_smoothed": 10797.0, - "new_tests_smoothed_per_thousand": 6.345, - "tests_per_case": 20.639, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 75.0 - }, - { - "date": "2020-07-07", - "total_cases": 29821.0, - "new_cases": 454.0, - "new_cases_smoothed": 511.714, - "total_deaths": 98.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 17525.445, - "new_cases_per_million": 266.81, - "new_cases_smoothed_per_million": 300.728, - "total_deaths_per_million": 57.593, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.175, - "new_tests_smoothed": 10900.0, - "new_tests_smoothed_per_thousand": 6.406, - "tests_per_case": 21.301, - "positive_rate": 0.047, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-08", - "total_cases": 30321.0, - "new_cases": 500.0, - "new_cases_smoothed": 509.0, - "total_deaths": 98.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 17819.289, - "new_cases_per_million": 293.844, - "new_cases_smoothed_per_million": 299.133, - "total_deaths_per_million": 57.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "total_tests": 630753.0, - "total_tests_per_thousand": 370.686, - "new_tests_smoothed": 10931.0, - "new_tests_smoothed_per_thousand": 6.424, - "tests_per_case": 21.475, - "positive_rate": 0.047, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-09", - "total_cases": 30931.0, - "new_cases": 610.0, - "new_cases_smoothed": 502.429, - "total_deaths": 100.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 18177.779, - "new_cases_per_million": 358.49, - "new_cases_smoothed_per_million": 295.271, - "total_deaths_per_million": 58.769, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.672, - "new_tests_smoothed": 10160.0, - "new_tests_smoothed_per_thousand": 5.971, - "tests_per_case": 20.222, - "positive_rate": 0.049, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-10", - "total_cases": 31528.0, - "new_cases": 597.0, - "new_cases_smoothed": 527.286, - "total_deaths": 103.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 18528.629, - "new_cases_per_million": 350.85, - "new_cases_smoothed_per_million": 309.88, - "total_deaths_per_million": 60.532, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 0.756, - "total_tests": 640219.0, - "total_tests_per_thousand": 376.249, - "new_tests_smoothed": 9445.0, - "new_tests_smoothed_per_thousand": 5.551, - "tests_per_case": 17.912, - "positive_rate": 0.055999999999999994, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-11", - "total_cases": 32039.0, - "new_cases": 511.0, - "new_cases_smoothed": 518.429, - "total_deaths": 104.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 18828.938, - "new_cases_per_million": 300.309, - "new_cases_smoothed_per_million": 304.674, - "total_deaths_per_million": 61.12, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.756, - "new_tests": 8801.0, - "total_tests": 649020.0, - "total_tests_per_thousand": 381.421, - "new_tests_per_thousand": 5.172, - "new_tests_smoothed": 9279.0, - "new_tests_smoothed_per_thousand": 5.453, - "tests_per_case": 17.898, - "positive_rate": 0.055999999999999994, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-12", - "total_cases": 32470.0, - "new_cases": 431.0, - "new_cases_smoothed": 516.143, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 19082.231, - "new_cases_per_million": 253.294, - "new_cases_smoothed_per_million": 303.331, - "total_deaths_per_million": 61.12, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 7639.0, - "total_tests": 656659.0, - "total_tests_per_thousand": 385.911, - "new_tests_per_thousand": 4.489, - "new_tests_smoothed": 7787.0, - "new_tests_smoothed_per_thousand": 4.576, - "tests_per_case": 15.087, - "positive_rate": 0.066, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-13", - "total_cases": 32941.0, - "new_cases": 471.0, - "new_cases_smoothed": 510.571, - "total_deaths": 109.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 19359.032, - "new_cases_per_million": 276.801, - "new_cases_smoothed_per_million": 300.057, - "total_deaths_per_million": 64.058, - "new_deaths_per_million": 2.938, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 9589.0, - "total_tests": 666248.0, - "total_tests_per_thousand": 391.546, - "new_tests_per_thousand": 5.635, - "new_tests_smoothed": 7736.0, - "new_tests_smoothed_per_thousand": 4.546, - "tests_per_case": 15.152000000000001, - "positive_rate": 0.066, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-14", - "total_cases": 33476.0, - "new_cases": 535.0, - "new_cases_smoothed": 522.143, - "total_deaths": 109.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 19673.445, - "new_cases_per_million": 314.413, - "new_cases_smoothed_per_million": 306.857, - "total_deaths_per_million": 64.058, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 9203.0, - "total_tests": 675451.0, - "total_tests_per_thousand": 396.954, - "new_tests_per_thousand": 5.408, - "new_tests_smoothed": 7718.0, - "new_tests_smoothed_per_thousand": 4.536, - "tests_per_case": 14.780999999999999, - "positive_rate": 0.068, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-15", - "total_cases": 34078.0, - "new_cases": 602.0, - "new_cases_smoothed": 536.714, - "total_deaths": 111.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 20027.233, - "new_cases_per_million": 353.788, - "new_cases_smoothed_per_million": 315.421, - "total_deaths_per_million": 65.233, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 9867.0, - "total_tests": 685318.0, - "total_tests_per_thousand": 402.753, - "new_tests_per_thousand": 5.799, - "new_tests_smoothed": 7795.0, - "new_tests_smoothed_per_thousand": 4.581, - "tests_per_case": 14.524000000000001, - "positive_rate": 0.069, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-16", - "total_cases": 34560.0, - "new_cases": 482.0, - "new_cases_smoothed": 518.429, - "total_deaths": 117.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 20310.499, - "new_cases_per_million": 283.266, - "new_cases_smoothed_per_million": 304.674, - "total_deaths_per_million": 68.76, - "new_deaths_per_million": 3.526, - "new_deaths_smoothed_per_million": 1.427, - "new_tests": 8221.0, - "total_tests": 693539.0, - "total_tests_per_thousand": 407.585, - "new_tests_per_thousand": 4.831, - "new_tests_smoothed": 8293.0, - "new_tests_smoothed_per_thousand": 4.874, - "tests_per_case": 15.995999999999999, - "positive_rate": 0.063, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-17", - "total_cases": 35084.0, - "new_cases": 524.0, - "new_cases_smoothed": 508.0, - "total_deaths": 121.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 20618.448, - "new_cases_per_million": 307.949, - "new_cases_smoothed_per_million": 298.546, - "total_deaths_per_million": 71.11, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.511, - "new_tests": 9463.0, - "total_tests": 703002.0, - "total_tests_per_thousand": 413.146, - "new_tests_per_thousand": 5.561, - "new_tests_smoothed": 8969.0, - "new_tests_smoothed_per_thousand": 5.271, - "tests_per_case": 17.656, - "positive_rate": 0.057, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-18", - "total_cases": 35473.0, - "new_cases": 389.0, - "new_cases_smoothed": 490.571, - "total_deaths": 124.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 20847.058, - "new_cases_per_million": 228.611, - "new_cases_smoothed_per_million": 288.303, - "total_deaths_per_million": 72.873, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.679, - "new_tests": 7684.0, - "total_tests": 710686.0, - "total_tests_per_thousand": 417.662, - "new_tests_per_thousand": 4.516, - "new_tests_smoothed": 8809.0, - "new_tests_smoothed_per_thousand": 5.177, - "tests_per_case": 17.957, - "positive_rate": 0.055999999999999994, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-19", - "total_cases": 36004.0, - "new_cases": 531.0, - "new_cases_smoothed": 504.857, - "total_deaths": 124.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 21159.121, - "new_cases_per_million": 312.062, - "new_cases_smoothed_per_million": 296.699, - "total_deaths_per_million": 72.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.679, - "new_tests": 7037.0, - "total_tests": 717723.0, - "total_tests_per_thousand": 421.797, - "new_tests_per_thousand": 4.136, - "new_tests_smoothed": 8723.0, - "new_tests_smoothed_per_thousand": 5.126, - "tests_per_case": 17.278, - "positive_rate": 0.057999999999999996, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-20", - "total_cases": 36422.0, - "new_cases": 418.0, - "new_cases_smoothed": 497.286, - "total_deaths": 126.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 21404.774, - "new_cases_per_million": 245.654, - "new_cases_smoothed_per_million": 292.249, - "total_deaths_per_million": 74.049, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.427, - "new_tests": 8417.0, - "total_tests": 726140.0, - "total_tests_per_thousand": 426.744, - "new_tests_per_thousand": 4.947, - "new_tests_smoothed": 8556.0, - "new_tests_smoothed_per_thousand": 5.028, - "tests_per_case": 17.205, - "positive_rate": 0.057999999999999996, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-21", - "total_cases": 36936.0, - "new_cases": 514.0, - "new_cases_smoothed": 494.286, - "total_deaths": 128.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 21706.846, - "new_cases_per_million": 302.072, - "new_cases_smoothed_per_million": 290.486, - "total_deaths_per_million": 75.224, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.595, - "new_tests": 18554.0, - "total_tests": 744694.0, - "total_tests_per_thousand": 437.648, - "new_tests_per_thousand": 10.904, - "new_tests_smoothed": 9892.0, - "new_tests_smoothed_per_thousand": 5.813, - "tests_per_case": 20.012999999999998, - "positive_rate": 0.05, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-22", - "total_cases": 37316.0, - "new_cases": 380.0, - "new_cases_smoothed": 462.571, - "total_deaths": 129.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 21930.167, - "new_cases_per_million": 223.321, - "new_cases_smoothed_per_million": 271.848, - "total_deaths_per_million": 75.812, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.511, - "new_tests_smoothed": 9628.0, - "new_tests_smoothed_per_thousand": 5.658, - "tests_per_case": 20.814, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-23", - "total_cases": 37637.0, - "new_cases": 321.0, - "new_cases_smoothed": 439.571, - "total_deaths": 130.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 22118.815, - "new_cases_per_million": 188.648, - "new_cases_smoothed_per_million": 258.331, - "total_deaths_per_million": 76.399, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "total_tests": 760733.0, - "total_tests_per_thousand": 447.074, - "new_tests_smoothed": 9599.0, - "new_tests_smoothed_per_thousand": 5.641, - "tests_per_case": 21.837, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-24", - "total_cases": 37996.0, - "new_cases": 359.0, - "new_cases_smoothed": 416.0, - "total_deaths": 134.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 22329.795, - "new_cases_per_million": 210.98, - "new_cases_smoothed_per_million": 244.478, - "total_deaths_per_million": 78.75, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.091, - "new_tests_smoothed": 9629.0, - "new_tests_smoothed_per_thousand": 5.659, - "tests_per_case": 23.147, - "positive_rate": 0.043, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-25", - "total_cases": 38458.0, - "new_cases": 462.0, - "new_cases_smoothed": 426.429, - "total_deaths": 136.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 22601.307, - "new_cases_per_million": 271.512, - "new_cases_smoothed_per_million": 250.607, - "total_deaths_per_million": 79.926, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.007, - "total_tests": 780081.0, - "total_tests_per_thousand": 458.444, - "new_tests_smoothed": 9914.0, - "new_tests_smoothed_per_thousand": 5.826, - "tests_per_case": 23.249000000000002, - "positive_rate": 0.043, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-26", - "total_cases": 38747.0, - "new_cases": 289.0, - "new_cases_smoothed": 391.857, - "total_deaths": 137.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 22771.149, - "new_cases_per_million": 169.842, - "new_cases_smoothed_per_million": 230.29, - "total_deaths_per_million": 80.513, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "new_tests_smoothed": 10245.0, - "new_tests_smoothed_per_thousand": 6.021, - "tests_per_case": 26.145, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-27", - "total_cases": 39131.0, - "new_cases": 384.0, - "new_cases_smoothed": 387.0, - "total_deaths": 140.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 22996.821, - "new_cases_per_million": 225.672, - "new_cases_smoothed_per_million": 227.435, - "total_deaths_per_million": 82.276, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.175, - "total_tests": 798799.0, - "total_tests_per_thousand": 469.445, - "new_tests_smoothed": 10380.0, - "new_tests_smoothed_per_thousand": 6.1, - "tests_per_case": 26.822, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-28", - "total_cases": 39482.0, - "new_cases": 351.0, - "new_cases_smoothed": 363.714, - "total_deaths": 141.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 23203.1, - "new_cases_per_million": 206.279, - "new_cases_smoothed_per_million": 213.751, - "total_deaths_per_million": 82.864, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 9477.0, - "total_tests": 808276.0, - "total_tests_per_thousand": 475.014, - "new_tests_per_thousand": 5.57, - "new_tests_smoothed": 9083.0, - "new_tests_smoothed_per_thousand": 5.338, - "tests_per_case": 24.973000000000003, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-29", - "total_cases": 39921.0, - "new_cases": 439.0, - "new_cases_smoothed": 372.143, - "total_deaths": 141.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 23461.095, - "new_cases_per_million": 257.995, - "new_cases_smoothed_per_million": 218.704, - "total_deaths_per_million": 82.864, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 9332.0, - "total_tests": 817608.0, - "total_tests_per_thousand": 480.498, - "new_tests_per_thousand": 5.484, - "new_tests_smoothed": 9271.0, - "new_tests_smoothed_per_thousand": 5.448, - "tests_per_case": 24.912, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-30", - "total_cases": 40311.0, - "new_cases": 390.0, - "new_cases_smoothed": 382.0, - "total_deaths": 144.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 23690.293, - "new_cases_per_million": 229.198, - "new_cases_smoothed_per_million": 224.497, - "total_deaths_per_million": 84.627, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 9064.0, - "total_tests": 826672.0, - "total_tests_per_thousand": 485.825, - "new_tests_per_thousand": 5.327, - "new_tests_smoothed": 9420.0, - "new_tests_smoothed_per_thousand": 5.536, - "tests_per_case": 24.66, - "positive_rate": 0.040999999999999995, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-07-31", - "total_cases": 40755.0, - "new_cases": 444.0, - "new_cases_smoothed": 394.143, - "total_deaths": 146.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 23951.227, - "new_cases_per_million": 260.933, - "new_cases_smoothed_per_million": 231.633, - "total_deaths_per_million": 85.802, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 4326.0, - "total_tests": 830998.0, - "total_tests_per_thousand": 488.368, - "new_tests_per_thousand": 2.542, - "new_tests_smoothed": 8656.0, - "new_tests_smoothed_per_thousand": 5.087, - "tests_per_case": 21.962, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-01", - "total_cases": 40982.0, - "new_cases": 227.0, - "new_cases_smoothed": 360.571, - "total_deaths": 147.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 24084.632, - "new_cases_per_million": 133.405, - "new_cases_smoothed_per_million": 211.904, - "total_deaths_per_million": 86.39, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 4569.0, - "total_tests": 835567.0, - "total_tests_per_thousand": 491.053, - "new_tests_per_thousand": 2.685, - "new_tests_smoothed": 7927.0, - "new_tests_smoothed_per_thousand": 4.659, - "tests_per_case": 21.985, - "positive_rate": 0.045, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-02", - "total_cases": 41190.0, - "new_cases": 208.0, - "new_cases_smoothed": 349.0, - "total_deaths": 147.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 24206.871, - "new_cases_per_million": 122.239, - "new_cases_smoothed_per_million": 205.103, - "total_deaths_per_million": 86.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 7425.0, - "total_tests": 842992.0, - "total_tests_per_thousand": 495.416, - "new_tests_per_thousand": 4.364, - "new_tests_smoothed": 7650.0, - "new_tests_smoothed_per_thousand": 4.496, - "tests_per_case": 21.92, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-03", - "total_cases": 41536.0, - "new_cases": 346.0, - "new_cases_smoothed": 343.571, - "total_deaths": 147.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 24410.211, - "new_cases_per_million": 203.34, - "new_cases_smoothed_per_million": 201.913, - "total_deaths_per_million": 86.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 7656.0, - "total_tests": 850648.0, - "total_tests_per_thousand": 499.916, - "new_tests_per_thousand": 4.499, - "new_tests_smoothed": 7407.0, - "new_tests_smoothed_per_thousand": 4.353, - "tests_per_case": 21.559, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-04", - "total_cases": 41835.0, - "new_cases": 299.0, - "new_cases_smoothed": 336.143, - "total_deaths": 150.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 24585.93, - "new_cases_per_million": 175.719, - "new_cases_smoothed_per_million": 197.547, - "total_deaths_per_million": 88.153, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 0.756, - "new_tests": 7601.0, - "total_tests": 858249.0, - "total_tests_per_thousand": 504.383, - "new_tests_per_thousand": 4.467, - "new_tests_smoothed": 7139.0, - "new_tests_smoothed_per_thousand": 4.196, - "tests_per_case": 21.238000000000003, - "positive_rate": 0.047, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-05", - "total_cases": 42132.0, - "new_cases": 297.0, - "new_cases_smoothed": 315.857, - "total_deaths": 151.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 24760.473, - "new_cases_per_million": 174.543, - "new_cases_smoothed_per_million": 185.625, - "total_deaths_per_million": 88.741, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.84, - "new_tests_smoothed": 6469.0, - "new_tests_smoothed_per_thousand": 3.802, - "tests_per_case": 20.480999999999998, - "positive_rate": 0.049, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-06", - "total_cases": 42514.0, - "new_cases": 382.0, - "new_cases_smoothed": 314.714, - "total_deaths": 154.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 24984.97, - "new_cases_per_million": 224.497, - "new_cases_smoothed_per_million": 184.954, - "total_deaths_per_million": 90.504, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 0.84, - "total_tests": 867534.0, - "total_tests_per_thousand": 509.839, - "new_tests_smoothed": 5837.0, - "new_tests_smoothed_per_thousand": 3.43, - "tests_per_case": 18.547, - "positive_rate": 0.054000000000000006, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-07", - "total_cases": 42889.0, - "new_cases": 375.0, - "new_cases_smoothed": 304.857, - "total_deaths": 156.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 25205.353, - "new_cases_per_million": 220.383, - "new_cases_smoothed_per_million": 179.161, - "total_deaths_per_million": 91.679, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 9166.0, - "total_tests": 876700.0, - "total_tests_per_thousand": 515.226, - "new_tests_per_thousand": 5.387, - "new_tests_smoothed": 6529.0, - "new_tests_smoothed_per_thousand": 3.837, - "tests_per_case": 21.416999999999998, - "positive_rate": 0.047, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-08", - "total_cases": 43307.0, - "new_cases": 418.0, - "new_cases_smoothed": 332.143, - "total_deaths": 159.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 25451.007, - "new_cases_per_million": 245.654, - "new_cases_smoothed_per_million": 195.196, - "total_deaths_per_million": 93.442, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 9395.0, - "total_tests": 886095.0, - "total_tests_per_thousand": 520.747, - "new_tests_per_thousand": 5.521, - "new_tests_smoothed": 7218.0, - "new_tests_smoothed_per_thousand": 4.242, - "tests_per_case": 21.732, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-09", - "total_cases": 43629.0, - "new_cases": 322.0, - "new_cases_smoothed": 348.429, - "total_deaths": 161.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 25640.242, - "new_cases_per_million": 189.236, - "new_cases_smoothed_per_million": 204.767, - "total_deaths_per_million": 94.618, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 6831.0, - "total_tests": 892926.0, - "total_tests_per_thousand": 524.762, - "new_tests_per_thousand": 4.014, - "new_tests_smoothed": 7133.0, - "new_tests_smoothed_per_thousand": 4.192, - "tests_per_case": 20.472, - "positive_rate": 0.049, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-10", - "total_cases": 44011.0, - "new_cases": 382.0, - "new_cases_smoothed": 353.571, - "total_deaths": 162.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 25864.739, - "new_cases_per_million": 224.497, - "new_cases_smoothed_per_million": 207.79, - "total_deaths_per_million": 95.205, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.259, - "new_tests": 9133.0, - "total_tests": 902059.0, - "total_tests_per_thousand": 530.129, - "new_tests_per_thousand": 5.367, - "new_tests_smoothed": 7344.0, - "new_tests_smoothed_per_thousand": 4.316, - "tests_per_case": 20.771, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-11", - "total_cases": 44397.0, - "new_cases": 386.0, - "new_cases_smoothed": 366.0, - "total_deaths": 163.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 26091.586, - "new_cases_per_million": 226.848, - "new_cases_smoothed_per_million": 215.094, - "total_deaths_per_million": 95.793, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 10052.0, - "total_tests": 912111.0, - "total_tests_per_thousand": 536.037, - "new_tests_per_thousand": 5.907, - "new_tests_smoothed": 7695.0, - "new_tests_smoothed_per_thousand": 4.522, - "tests_per_case": 21.025, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-12", - "total_cases": 44804.0, - "new_cases": 407.0, - "new_cases_smoothed": 381.714, - "total_deaths": 165.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 26330.776, - "new_cases_per_million": 239.189, - "new_cases_smoothed_per_million": 224.329, - "total_deaths_per_million": 96.969, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 21651.0, - "total_tests": 933762.0, - "total_tests_per_thousand": 548.761, - "new_tests_per_thousand": 12.724, - "new_tests_smoothed": 10124.0, - "new_tests_smoothed_per_thousand": 5.95, - "tests_per_case": 26.522, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-13", - "total_cases": 45264.0, - "new_cases": 460.0, - "new_cases_smoothed": 392.857, - "total_deaths": 166.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 26601.112, - "new_cases_per_million": 270.337, - "new_cases_smoothed_per_million": 230.877, - "total_deaths_per_million": 97.556, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.007, - "new_tests_smoothed": 10249.0, - "new_tests_smoothed_per_thousand": 6.023, - "tests_per_case": 26.088, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-14", - "total_cases": 45726.0, - "new_cases": 462.0, - "new_cases_smoothed": 405.286, - "total_deaths": 167.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 26872.624, - "new_cases_per_million": 271.512, - "new_cases_smoothed_per_million": 238.182, - "total_deaths_per_million": 98.144, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.924, - "total_tests": 944798.0, - "total_tests_per_thousand": 555.246, - "new_tests_smoothed": 9728.0, - "new_tests_smoothed_per_thousand": 5.717, - "tests_per_case": 24.003, - "positive_rate": 0.042, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-15", - "total_cases": 46052.0, - "new_cases": 326.0, - "new_cases_smoothed": 392.143, - "total_deaths": 168.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 27064.21, - "new_cases_per_million": 191.586, - "new_cases_smoothed_per_million": 230.458, - "total_deaths_per_million": 98.732, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.756, - "new_tests": 9394.0, - "total_tests": 954192.0, - "total_tests_per_thousand": 560.767, - "new_tests_per_thousand": 5.521, - "new_tests_smoothed": 9728.0, - "new_tests_smoothed_per_thousand": 5.717, - "tests_per_case": 24.807, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-16", - "total_cases": 46430.0, - "new_cases": 378.0, - "new_cases_smoothed": 400.143, - "total_deaths": 170.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 27286.356, - "new_cases_per_million": 222.146, - "new_cases_smoothed_per_million": 235.159, - "total_deaths_per_million": 99.907, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.756, - "new_tests": 8142.0, - "total_tests": 962334.0, - "total_tests_per_thousand": 565.552, - "new_tests_per_thousand": 4.785, - "new_tests_smoothed": 9915.0, - "new_tests_smoothed_per_thousand": 5.827, - "tests_per_case": 24.779, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-17", - "total_cases": 46430.0, - "new_cases": 0.0, - "new_cases_smoothed": 345.571, - "total_deaths": 170.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 27286.356, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 203.088, - "total_deaths_per_million": 99.907, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.672, - "new_tests": 9669.0, - "total_tests": 972003.0, - "total_tests_per_thousand": 571.235, - "new_tests_per_thousand": 5.682, - "new_tests_smoothed": 9992.0, - "new_tests_smoothed_per_thousand": 5.872, - "tests_per_case": 28.914, - "positive_rate": 0.035, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-18", - "total_cases": 47185.0, - "new_cases": 755.0, - "new_cases_smoothed": 398.286, - "total_deaths": 173.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 27730.061, - "new_cases_per_million": 443.704, - "new_cases_smoothed_per_million": 234.068, - "total_deaths_per_million": 101.67, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 9205.0, - "total_tests": 981208.0, - "total_tests_per_thousand": 576.644, - "new_tests_per_thousand": 5.41, - "new_tests_smoothed": 9871.0, - "new_tests_smoothed_per_thousand": 5.801, - "tests_per_case": 24.784000000000002, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-19", - "total_cases": 47185.0, - "new_cases": 0.0, - "new_cases_smoothed": 340.143, - "total_deaths": 175.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 27730.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 199.898, - "total_deaths_per_million": 102.845, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 19579.0, - "total_tests": 1000787.0, - "total_tests_per_thousand": 588.151, - "new_tests_per_thousand": 11.506, - "new_tests_smoothed": 9575.0, - "new_tests_smoothed_per_thousand": 5.627, - "tests_per_case": 28.15, - "positive_rate": 0.036000000000000004, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-20", - "total_cases": 47185.0, - "new_cases": 0.0, - "new_cases_smoothed": 274.429, - "total_deaths": 175.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 27730.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 161.278, - "total_deaths_per_million": 102.845, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.756, - "new_tests_smoothed": 9574.0, - "new_tests_smoothed_per_thousand": 5.627, - "tests_per_case": 34.887, - "positive_rate": 0.028999999999999998, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-21", - "total_cases": 47950.0, - "new_cases": 765.0, - "new_cases_smoothed": 317.714, - "total_deaths": 179.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 28179.642, - "new_cases_per_million": 449.581, - "new_cases_smoothed_per_million": 186.717, - "total_deaths_per_million": 105.196, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.007, - "total_tests": 1011805.0, - "total_tests_per_thousand": 594.626, - "new_tests_smoothed": 9572.0, - "new_tests_smoothed_per_thousand": 5.625, - "tests_per_case": 30.128, - "positive_rate": 0.033, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-22", - "total_cases": 48303.0, - "new_cases": 353.0, - "new_cases_smoothed": 321.571, - "total_deaths": 179.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 28387.096, - "new_cases_per_million": 207.454, - "new_cases_smoothed_per_million": 188.984, - "total_deaths_per_million": 105.196, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 8998.0, - "total_tests": 1020803.0, - "total_tests_per_thousand": 599.914, - "new_tests_per_thousand": 5.288, - "new_tests_smoothed": 9516.0, - "new_tests_smoothed_per_thousand": 5.592, - "tests_per_case": 29.592, - "positive_rate": 0.034, - "tests_units": "units unclear", - "stringency_index": 69.44 - }, - { - "date": "2020-08-23", - "total_cases": 49038.0, - "new_cases": 735.0, - "new_cases_smoothed": 372.571, - "total_deaths": 183.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 28819.047, - "new_cases_per_million": 431.951, - "new_cases_smoothed_per_million": 218.956, - "total_deaths_per_million": 107.547, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 9166.0, - "total_tests": 1029969.0, - "total_tests_per_thousand": 605.3, - "new_tests_per_thousand": 5.387, - "new_tests_smoothed": 9662.0, - "new_tests_smoothed_per_thousand": 5.678, - "tests_per_case": 25.933000000000003, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-24", - "total_cases": 49038.0, - "new_cases": 0.0, - "new_cases_smoothed": 372.571, - "total_deaths": 184.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 28819.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 218.956, - "total_deaths_per_million": 108.135, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 9602.0, - "total_tests": 1039571.0, - "total_tests_per_thousand": 610.943, - "new_tests_per_thousand": 5.643, - "new_tests_smoothed": 9653.0, - "new_tests_smoothed_per_thousand": 5.673, - "tests_per_case": 25.909000000000002, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-25", - "total_cases": 49330.0, - "new_cases": 292.0, - "new_cases_smoothed": 306.429, - "total_deaths": 184.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 28990.652, - "new_cases_per_million": 171.605, - "new_cases_smoothed_per_million": 180.084, - "total_deaths_per_million": 108.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 9364.0, - "total_tests": 1048935.0, - "total_tests_per_thousand": 616.447, - "new_tests_per_thousand": 5.503, - "new_tests_smoothed": 9675.0, - "new_tests_smoothed_per_thousand": 5.686, - "tests_per_case": 31.573, - "positive_rate": 0.032, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-26", - "total_cases": 50076.0, - "new_cases": 746.0, - "new_cases_smoothed": 413.0, - "total_deaths": 186.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 29429.067, - "new_cases_per_million": 438.415, - "new_cases_smoothed_per_million": 242.715, - "total_deaths_per_million": 109.31, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 18972.0, - "total_tests": 1067907.0, - "total_tests_per_thousand": 627.596, - "new_tests_per_thousand": 11.15, - "new_tests_smoothed": 9589.0, - "new_tests_smoothed_per_thousand": 5.635, - "tests_per_case": 23.218000000000004, - "positive_rate": 0.043, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-27", - "total_cases": 50393.0, - "new_cases": 317.0, - "new_cases_smoothed": 458.286, - "total_deaths": 186.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 29615.364, - "new_cases_per_million": 186.297, - "new_cases_smoothed_per_million": 269.329, - "total_deaths_per_million": 109.31, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "new_tests_smoothed": 9577.0, - "new_tests_smoothed_per_thousand": 5.628, - "tests_per_case": 20.897, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-28", - "total_cases": 50756.0, - "new_cases": 363.0, - "new_cases_smoothed": 400.857, - "total_deaths": 188.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 29828.695, - "new_cases_per_million": 213.331, - "new_cases_smoothed_per_million": 235.579, - "total_deaths_per_million": 110.485, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.756, - "total_tests": 1078767.0, - "total_tests_per_thousand": 633.978, - "new_tests_smoothed": 9566.0, - "new_tests_smoothed_per_thousand": 5.622, - "tests_per_case": 23.864, - "positive_rate": 0.042, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-29", - "total_cases": 51113.0, - "new_cases": 357.0, - "new_cases_smoothed": 401.429, - "total_deaths": 189.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 30038.499, - "new_cases_per_million": 209.805, - "new_cases_smoothed_per_million": 235.915, - "total_deaths_per_million": 111.073, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.84, - "new_tests": 9651.0, - "total_tests": 1088418.0, - "total_tests_per_thousand": 639.65, - "new_tests_per_thousand": 5.672, - "new_tests_smoothed": 9659.0, - "new_tests_smoothed_per_thousand": 5.676, - "tests_per_case": 24.061999999999998, - "positive_rate": 0.042, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-30", - "total_cases": 51391.0, - "new_cases": 278.0, - "new_cases_smoothed": 336.143, - "total_deaths": 189.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 30201.877, - "new_cases_per_million": 163.377, - "new_cases_smoothed_per_million": 197.547, - "total_deaths_per_million": 111.073, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.504, - "new_tests": 12311.0, - "total_tests": 1100729.0, - "total_tests_per_thousand": 646.885, - "new_tests_per_thousand": 7.235, - "new_tests_smoothed": 10109.0, - "new_tests_smoothed_per_thousand": 5.941, - "tests_per_case": 30.074, - "positive_rate": 0.033, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-08-31", - "total_cases": 51574.0, - "new_cases": 183.0, - "new_cases_smoothed": 362.286, - "total_deaths": 189.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 30309.424, - "new_cases_per_million": 107.547, - "new_cases_smoothed_per_million": 212.911, - "total_deaths_per_million": 111.073, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.42, - "new_tests_smoothed": 9262.0, - "new_tests_smoothed_per_thousand": 5.443, - "tests_per_case": 25.565, - "positive_rate": 0.039, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-01", - "total_cases": 51574.0, - "new_cases": 0.0, - "new_cases_smoothed": 320.571, - "total_deaths": 190.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 30309.424, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 188.396, - "total_deaths_per_million": 111.661, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.504, - "total_tests": 1108088.0, - "total_tests_per_thousand": 651.21, - "new_tests_smoothed": 8450.0, - "new_tests_smoothed_per_thousand": 4.966, - "tests_per_case": 26.359, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-02", - "total_cases": 51972.0, - "new_cases": 398.0, - "new_cases_smoothed": 270.857, - "total_deaths": 190.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30543.323, - "new_cases_per_million": 233.9, - "new_cases_smoothed_per_million": 159.18, - "total_deaths_per_million": 111.661, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 10749.0, - "total_tests": 1118837.0, - "total_tests_per_thousand": 657.527, - "new_tests_per_thousand": 6.317, - "new_tests_smoothed": 7276.0, - "new_tests_smoothed_per_thousand": 4.276, - "tests_per_case": 26.863000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-03", - "total_cases": 52440.0, - "new_cases": 468.0, - "new_cases_smoothed": 292.429, - "total_deaths": 190.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30818.361, - "new_cases_per_million": 275.038, - "new_cases_smoothed_per_million": 171.857, - "total_deaths_per_million": 111.661, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 9992.0, - "total_tests": 1128829.0, - "total_tests_per_thousand": 663.399, - "new_tests_per_thousand": 5.872, - "new_tests_smoothed": 7927.0, - "new_tests_smoothed_per_thousand": 4.659, - "tests_per_case": 27.107, - "positive_rate": 0.037000000000000005, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-04", - "total_cases": 52807.0, - "new_cases": 367.0, - "new_cases_smoothed": 293.0, - "total_deaths": 190.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 31034.043, - "new_cases_per_million": 215.682, - "new_cases_smoothed_per_million": 172.193, - "total_deaths_per_million": 111.661, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 11734.0, - "total_tests": 1140563.0, - "total_tests_per_thousand": 670.295, - "new_tests_per_thousand": 6.896, - "new_tests_smoothed": 8828.0, - "new_tests_smoothed_per_thousand": 5.188, - "tests_per_case": 30.13, - "positive_rate": 0.033, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-05", - "total_cases": 53433.0, - "new_cases": 626.0, - "new_cases_smoothed": 331.429, - "total_deaths": 194.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 31401.936, - "new_cases_per_million": 367.893, - "new_cases_smoothed_per_million": 194.777, - "total_deaths_per_million": 114.011, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 0.42, - "new_tests": 11711.0, - "total_tests": 1152274.0, - "total_tests_per_thousand": 677.178, - "new_tests_per_thousand": 6.882, - "new_tests_smoothed": 9122.0, - "new_tests_smoothed_per_thousand": 5.361, - "tests_per_case": 27.523000000000003, - "positive_rate": 0.036000000000000004, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-06", - "total_cases": 54095.0, - "new_cases": 662.0, - "new_cases_smoothed": 386.286, - "total_deaths": 196.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 31790.985, - "new_cases_per_million": 389.049, - "new_cases_smoothed_per_million": 227.015, - "total_deaths_per_million": 115.187, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.588, - "new_tests": 20534.0, - "total_tests": 1172808.0, - "total_tests_per_thousand": 689.245, - "new_tests_per_thousand": 12.068, - "new_tests_smoothed": 10297.0, - "new_tests_smoothed_per_thousand": 6.051, - "tests_per_case": 26.656, - "positive_rate": 0.038, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-07", - "total_cases": 54771.0, - "new_cases": 676.0, - "new_cases_smoothed": 456.714, - "total_deaths": 198.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 32188.262, - "new_cases_per_million": 397.277, - "new_cases_smoothed_per_million": 268.406, - "total_deaths_per_million": 116.362, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.756, - "new_tests_smoothed": 11351.0, - "new_tests_smoothed_per_thousand": 6.671, - "tests_per_case": 24.854, - "positive_rate": 0.04, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-08", - "total_cases": 56076.0, - "new_cases": 1305.0, - "new_cases_smoothed": 643.143, - "total_deaths": 200.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 32955.195, - "new_cases_per_million": 766.933, - "new_cases_smoothed_per_million": 377.967, - "total_deaths_per_million": 117.538, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 0.84, - "total_tests": 1194923.0, - "total_tests_per_thousand": 702.242, - "new_tests_smoothed": 12405.0, - "new_tests_smoothed_per_thousand": 7.29, - "tests_per_case": 19.288, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-09", - "total_cases": 56076.0, - "new_cases": 0.0, - "new_cases_smoothed": 586.286, - "total_deaths": 202.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 32955.195, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 344.553, - "total_deaths_per_million": 118.713, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.007, - "new_tests": 12337.0, - "total_tests": 1207260.0, - "total_tests_per_thousand": 709.492, - "new_tests_per_thousand": 7.25, - "new_tests_smoothed": 12632.0, - "new_tests_smoothed_per_thousand": 7.424, - "tests_per_case": 21.546, - "positive_rate": 0.046, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-10", - "total_cases": 56778.0, - "new_cases": 702.0, - "new_cases_smoothed": 619.714, - "total_deaths": 203.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 33367.752, - "new_cases_per_million": 412.557, - "new_cases_smoothed_per_million": 364.199, - "total_deaths_per_million": 119.301, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "new_tests_smoothed": 12845.0, - "new_tests_smoothed_per_thousand": 7.549, - "tests_per_case": 20.726999999999997, - "positive_rate": 0.048, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-11", - "total_cases": 57450.0, - "new_cases": 672.0, - "new_cases_smoothed": 663.286, - "total_deaths": 204.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 33762.679, - "new_cases_per_million": 394.926, - "new_cases_smoothed_per_million": 389.805, - "total_deaths_per_million": 119.888, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.175, - "total_tests": 1230227.0, - "total_tests_per_thousand": 722.99, - "new_tests_smoothed": 12809.0, - "new_tests_smoothed_per_thousand": 7.528, - "tests_per_case": 19.311, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-12", - "total_cases": 58207.0, - "new_cases": 757.0, - "new_cases_smoothed": 682.0, - "total_deaths": 208.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 34207.558, - "new_cases_per_million": 444.88, - "new_cases_smoothed_per_million": 400.803, - "total_deaths_per_million": 122.239, - "new_deaths_per_million": 2.351, - "new_deaths_smoothed_per_million": 1.175, - "new_tests": 9977.0, - "total_tests": 1240204.0, - "total_tests_per_thousand": 728.853, - "new_tests_per_thousand": 5.863, - "new_tests_smoothed": 12561.0, - "new_tests_smoothed_per_thousand": 7.382, - "tests_per_case": 18.418, - "positive_rate": 0.054000000000000006, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-13", - "total_cases": 58839.0, - "new_cases": 632.0, - "new_cases_smoothed": 677.714, - "total_deaths": 210.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 34578.977, - "new_cases_per_million": 371.419, - "new_cases_smoothed_per_million": 398.285, - "total_deaths_per_million": 123.414, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.175, - "new_tests_smoothed": 10535.0, - "new_tests_smoothed_per_thousand": 6.191, - "tests_per_case": 15.545, - "positive_rate": 0.064, - "tests_units": "units unclear", - "stringency_index": 60.19 - }, - { - "date": "2020-09-14", - "total_cases": 59586.0, - "new_cases": 747.0, - "new_cases_smoothed": 687.857, - "total_deaths": 212.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 35017.98, - "new_cases_per_million": 439.003, - "new_cases_smoothed_per_million": 404.245, - "total_deaths_per_million": 124.59, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.175, - "total_tests": 1252898.0, - "total_tests_per_thousand": 736.313, - "new_tests_smoothed": 9862.0, - "new_tests_smoothed_per_thousand": 5.796, - "tests_per_case": 14.337, - "positive_rate": 0.07, - "tests_units": "units unclear" - }, - { - "date": "2020-09-15", - "total_cases": 60307.0, - "new_cases": 721.0, - "new_cases_smoothed": 604.429, - "total_deaths": 213.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 35441.703, - "new_cases_per_million": 423.723, - "new_cases_smoothed_per_million": 355.215, - "total_deaths_per_million": 125.178, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 23177.0, - "total_tests": 1276075.0, - "total_tests_per_thousand": 749.934, - "new_tests_per_thousand": 13.621, - "new_tests_smoothed": 11593.0, - "new_tests_smoothed_per_thousand": 6.813, - "tests_per_case": 19.18, - "positive_rate": 0.052000000000000005, - "tests_units": "units unclear" - }, - { - "date": "2020-09-16", - "total_cases": 60965.0, - "new_cases": 658.0, - "new_cases_smoothed": 698.429, - "total_deaths": 213.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 35828.402, - "new_cases_per_million": 386.699, - "new_cases_smoothed_per_million": 410.458, - "total_deaths_per_million": 125.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 12299.0, - "total_tests": 1288374.0, - "total_tests_per_thousand": 757.162, - "new_tests_per_thousand": 7.228, - "new_tests_smoothed": 11588.0, - "new_tests_smoothed_per_thousand": 6.81, - "tests_per_case": 16.592, - "positive_rate": 0.06, - "tests_units": "units unclear" - }, - { - "date": "2020-09-17", - "total_cases": 61643.0, - "new_cases": 678.0, - "new_cases_smoothed": 695.0, - "total_deaths": 215.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 36226.855, - "new_cases_per_million": 398.452, - "new_cases_smoothed_per_million": 408.443, - "total_deaths_per_million": 126.353, - "new_deaths_per_million": 1.175, - "new_deaths_smoothed_per_million": 1.007, - "new_tests_smoothed": 10861.0, - "new_tests_smoothed_per_thousand": 6.383, - "tests_per_case": 15.627, - "positive_rate": 0.064, - "tests_units": "units unclear" - }, - { - "date": "2020-09-18", - "total_cases": 62484.0, - "new_cases": 841.0, - "new_cases_smoothed": 719.143, - "total_deaths": 216.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 36721.1, - "new_cases_per_million": 494.246, - "new_cases_smoothed_per_million": 422.632, - "total_deaths_per_million": 126.941, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 1.007, - "total_tests": 1301170.0, - "total_tests_per_thousand": 764.682, - "new_tests_smoothed": 10135.0, - "new_tests_smoothed_per_thousand": 5.956, - "tests_per_case": 14.093, - "positive_rate": 0.071, - "tests_units": "units unclear" - }, - { - "date": "2020-09-19", - "total_cases": 63189.0, - "new_cases": 705.0, - "new_cases_smoothed": 711.714, - "total_deaths": 219.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 37135.42, - "new_cases_per_million": 414.32, - "new_cases_smoothed_per_million": 418.266, - "total_deaths_per_million": 128.704, - "new_deaths_per_million": 1.763, - "new_deaths_smoothed_per_million": 0.924, - "new_tests": 22832.0, - "total_tests": 1324002.0, - "total_tests_per_thousand": 778.1, - "new_tests_per_thousand": 13.418, - "new_tests_smoothed": 11971.0, - "new_tests_smoothed_per_thousand": 7.035, - "tests_per_case": 16.82, - "positive_rate": 0.059000000000000004, - "tests_units": "units unclear" - }, - { - "date": "2020-09-20", - "total_cases": 63879.0, - "new_cases": 690.0, - "new_cases_smoothed": 720.0, - "total_deaths": 220.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 37540.925, - "new_cases_per_million": 405.505, - "new_cases_smoothed_per_million": 423.135, - "total_deaths_per_million": 129.291, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.84, - "new_tests_smoothed": 11727.0, - "new_tests_smoothed_per_thousand": 6.892, - "tests_per_case": 16.288, - "positive_rate": 0.061, - "tests_units": "units unclear" - }, - { - "date": "2020-09-21", - "total_cases": 64499.0, - "new_cases": 620.0, - "new_cases_smoothed": 701.857, - "total_deaths": 221.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 37905.292, - "new_cases_per_million": 364.367, - "new_cases_smoothed_per_million": 412.473, - "total_deaths_per_million": 129.879, - "new_deaths_per_million": 0.588, - "new_deaths_smoothed_per_million": 0.756, - "total_tests": 1333275.0, - "total_tests_per_thousand": 783.55, - "new_tests_smoothed": 11482.0, - "new_tests_smoothed_per_thousand": 6.748, - "tests_per_case": 16.359, - "positive_rate": 0.061, - "tests_units": "units unclear" - }, - { - "date": "2020-09-22", - "total_cases": 65039.0, - "new_cases": 540.0, - "new_cases_smoothed": 676.0, - "total_deaths": 221.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 38222.643, - "new_cases_per_million": 317.352, - "new_cases_smoothed_per_million": 397.277, - "total_deaths_per_million": 129.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.672, - "new_tests": 11438.0, - "total_tests": 1344713.0, - "total_tests_per_thousand": 790.272, - "new_tests_per_thousand": 6.722, - "new_tests_smoothed": 9805.0, - "new_tests_smoothed_per_thousand": 5.762, - "tests_per_case": 14.504000000000001, - "positive_rate": 0.069, - "tests_units": "units unclear" - }, - { - "date": "2020-09-23", - "total_cases": 65752.0, - "new_cases": 713.0, - "new_cases_smoothed": 683.857, - "total_deaths": 226.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 38641.665, - "new_cases_per_million": 419.022, - "new_cases_smoothed_per_million": 401.895, - "total_deaths_per_million": 132.817, - "new_deaths_per_million": 2.938, - "new_deaths_smoothed_per_million": 1.091, - "new_tests": 10686.0, - "total_tests": 1355399.0, - "total_tests_per_thousand": 796.552, - "new_tests_per_thousand": 6.28, - "new_tests_smoothed": 9575.0, - "new_tests_smoothed_per_thousand": 5.627, - "tests_per_case": 14.001, - "positive_rate": 0.071, - "tests_units": "units unclear" - }, - { - "date": "2020-09-24", - "total_cases": 66402.0, - "new_cases": 650.0, - "new_cases_smoothed": 679.857, - "total_deaths": 231.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 39023.662, - "new_cases_per_million": 381.997, - "new_cases_smoothed_per_million": 399.544, - "total_deaths_per_million": 135.756, - "new_deaths_per_million": 2.938, - "new_deaths_smoothed_per_million": 1.343, - "new_tests": 22705.0, - "total_tests": 1378104.0, - "total_tests_per_thousand": 809.895, - "new_tests_per_thousand": 13.343, - "new_tests_smoothed": 11905.0, - "new_tests_smoothed_per_thousand": 6.996, - "tests_per_case": 17.511, - "positive_rate": 0.057, - "tests_units": "units unclear" - }, - { - "date": "2020-09-25", - "total_cases": 67014.0, - "new_cases": 612.0, - "new_cases_smoothed": 647.143, - "total_deaths": 231.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 39383.327, - "new_cases_per_million": 359.665, - "new_cases_smoothed_per_million": 380.318, - "total_deaths_per_million": 135.756, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.259 - } - ] - }, - "BHS": { - "continent": "North America", - "location": "Bahamas", - "population": 393248.0, - "population_density": 39.497, - "median_age": 34.3, - "aged_65_older": 8.996, - "aged_70_older": 5.2, - "gdp_per_capita": 27717.847, - "cardiovasc_death_rate": 235.954, - "diabetes_prevalence": 13.17, - "female_smokers": 3.1, - "male_smokers": 20.4, - "hospital_beds_per_thousand": 2.9, - "life_expectancy": 73.92, - "human_development_index": 0.807, - "data": [ - { - "date": "2020-03-16", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.543, - "new_cases_per_million": 2.543, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.543, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-20", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 7.629, - "new_cases_per_million": 5.086, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-21", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.172, - "new_cases_per_million": 2.543, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-22", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-23", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-25", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.715, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-27", - "total_cases": 9.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.886, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 2.18, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-28", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.886, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.816, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-29", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.972, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 2.543, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-30", - "total_cases": 14.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.601, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 3.633, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-31", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.601, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.633, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-01", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.144, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 3.996, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-02", - "total_cases": 21.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 53.401, - "new_cases_per_million": 15.258, - "new_cases_smoothed_per_million": 5.812, - "total_deaths_per_million": 2.543, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-03", - "total_cases": 24.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 61.03, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 5.449, - "total_deaths_per_million": 2.543, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-04", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 61.03, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.449, - "total_deaths_per_million": 7.629, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-04-05", - "total_cases": 28.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 71.202, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 6.176, - "total_deaths_per_million": 10.172, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.453 - }, - { - "date": "2020-04-06", - "total_cases": 29.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 73.745, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 5.449, - "total_deaths_per_million": 12.715, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.816 - }, - { - "date": "2020-04-07", - "total_cases": 33.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 83.917, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 6.902, - "total_deaths_per_million": 12.715, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.816 - }, - { - "date": "2020-04-08", - "total_cases": 36.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 91.545, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 7.629, - "total_deaths_per_million": 15.258, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-04-09", - "total_cases": 40.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.714, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 101.717, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 6.902, - "total_deaths_per_million": 17.8, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-04-10", - "total_cases": 41.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 104.26, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 6.176, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-04-11", - "total_cases": 42.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 106.803, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 6.539, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.816 - }, - { - "date": "2020-04-12", - "total_cases": 46.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 116.975, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 6.539, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.453 - }, - { - "date": "2020-04-13", - "total_cases": 47.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 119.517, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 6.539, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-04-14", - "total_cases": 49.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 124.603, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 5.812, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-04-15", - "total_cases": 49.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 124.603, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-16", - "total_cases": 53.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 134.775, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 20.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-17", - "total_cases": 54.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 137.318, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-18", - "total_cases": 55.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 139.861, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-19", - "total_cases": 58.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 147.49, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 4.359, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-20", - "total_cases": 60.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 152.575, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-21", - "total_cases": 64.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 162.747, - "new_cases_per_million": 10.172, - "new_cases_smoothed_per_million": 5.449, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-22", - "total_cases": 65.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 165.29, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 5.812, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-23", - "total_cases": 70.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 178.005, - "new_cases_per_million": 12.715, - "new_cases_smoothed_per_million": 6.176, - "total_deaths_per_million": 22.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-04-24", - "total_cases": 72.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 11.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 183.091, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 6.539, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-25", - "total_cases": 73.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 185.633, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 6.539, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-26", - "total_cases": 78.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 198.348, - "new_cases_per_million": 12.715, - "new_cases_smoothed_per_million": 7.265, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-27", - "total_cases": 80.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 203.434, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 7.265, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-28", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 203.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.812, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-29", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 203.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.449, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-04-30", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 203.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.633, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.727 - }, - { - "date": "2020-05-01", - "total_cases": 81.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 205.977, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 82.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.52, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 83.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.063, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.816, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 89.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 226.32, - "new_cases_per_million": 15.258, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 92.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.949, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 4.359, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.996, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.633, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 93.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 236.492, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 3.633, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 236.492, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 94.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 239.035, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 96.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 97.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 246.664, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 246.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 246.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 100.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 254.292, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 254.292, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 254.292, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 254.292, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 100.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 254.292, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 101.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 256.835, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 102.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.816, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 102.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 259.378, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 103.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 261.921, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 104.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 264.464, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 106.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 269.55, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 0.727, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 107.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 272.093, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.09, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 108.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 274.636, - "new_cases_per_million": 2.543, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 111.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 282.265, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 2.543, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 111.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 282.265, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.543, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 113.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 287.35, - "new_cases_per_million": 5.086, - "new_cases_smoothed_per_million": 3.269, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 116.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 294.979, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 4.359, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 119.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 302.608, - "new_cases_per_million": 7.629, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 124.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.323, - "new_cases_per_million": 12.715, - "new_cases_smoothed_per_million": 6.176, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 129.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 328.037, - "new_cases_per_million": 12.715, - "new_cases_smoothed_per_million": 7.629, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 138.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 350.924, - "new_cases_per_million": 22.886, - "new_cases_smoothed_per_million": 9.808, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 153.0, - "new_cases": 15.0, - "new_cases_smoothed": 6.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 389.067, - "new_cases_per_million": 38.144, - "new_cases_smoothed_per_million": 15.258, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 174.0, - "new_cases": 21.0, - "new_cases_smoothed": 8.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 442.469, - "new_cases_per_million": 53.401, - "new_cases_smoothed_per_million": 22.16, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 194.0, - "new_cases": 20.0, - "new_cases_smoothed": 11.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 493.327, - "new_cases_per_million": 50.858, - "new_cases_smoothed_per_million": 28.335, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 219.0, - "new_cases": 25.0, - "new_cases_smoothed": 14.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.9, - "new_cases_per_million": 63.573, - "new_cases_smoothed_per_million": 36.327, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 274.0, - "new_cases": 55.0, - "new_cases_smoothed": 21.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 696.761, - "new_cases_per_million": 139.861, - "new_cases_smoothed_per_million": 54.491, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 316.0, - "new_cases": 42.0, - "new_cases_smoothed": 26.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 803.564, - "new_cases_per_million": 106.803, - "new_cases_smoothed_per_million": 67.932, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 326.0, - "new_cases": 10.0, - "new_cases_smoothed": 26.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 828.993, - "new_cases_per_million": 25.429, - "new_cases_smoothed_per_million": 68.296, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 342.0, - "new_cases": 16.0, - "new_cases_smoothed": 27.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 869.68, - "new_cases_per_million": 40.687, - "new_cases_smoothed_per_million": 68.659, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 382.0, - "new_cases": 40.0, - "new_cases_smoothed": 29.714, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 971.397, - "new_cases_per_million": 101.717, - "new_cases_smoothed_per_million": 75.561, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 447.0, - "new_cases": 65.0, - "new_cases_smoothed": 36.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1136.687, - "new_cases_per_million": 165.29, - "new_cases_smoothed_per_million": 91.909, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 484.0, - "new_cases": 37.0, - "new_cases_smoothed": 37.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1230.775, - "new_cases_per_million": 94.088, - "new_cases_smoothed_per_million": 96.268, - "total_deaths_per_million": 27.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 508.0, - "new_cases": 24.0, - "new_cases_smoothed": 33.429, - "total_deaths": 14.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1291.806, - "new_cases_per_million": 61.03, - "new_cases_smoothed_per_million": 85.006, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 7.629, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-01", - "total_cases": 574.0, - "new_cases": 66.0, - "new_cases_smoothed": 36.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1459.639, - "new_cases_per_million": 167.833, - "new_cases_smoothed_per_million": 93.725, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-02", - "total_cases": 599.0, - "new_cases": 25.0, - "new_cases_smoothed": 39.0, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1523.212, - "new_cases_per_million": 63.573, - "new_cases_smoothed_per_million": 99.174, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-03", - "total_cases": 648.0, - "new_cases": 49.0, - "new_cases_smoothed": 43.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1647.815, - "new_cases_per_million": 124.603, - "new_cases_smoothed_per_million": 111.162, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-04", - "total_cases": 679.0, - "new_cases": 31.0, - "new_cases_smoothed": 42.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1726.646, - "new_cases_per_million": 78.831, - "new_cases_smoothed_per_million": 107.893, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-05", - "total_cases": 715.0, - "new_cases": 36.0, - "new_cases_smoothed": 38.286, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1818.191, - "new_cases_per_million": 91.545, - "new_cases_smoothed_per_million": 97.358, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-06", - "total_cases": 751.0, - "new_cases": 36.0, - "new_cases_smoothed": 38.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1909.736, - "new_cases_per_million": 91.545, - "new_cases_smoothed_per_million": 96.994, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-07", - "total_cases": 761.0, - "new_cases": 10.0, - "new_cases_smoothed": 36.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1935.166, - "new_cases_per_million": 25.429, - "new_cases_smoothed_per_million": 91.909, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 830.0, - "new_cases": 69.0, - "new_cases_smoothed": 36.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2110.627, - "new_cases_per_million": 175.462, - "new_cases_smoothed_per_million": 92.998, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 878.0, - "new_cases": 48.0, - "new_cases_smoothed": 39.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2232.688, - "new_cases_per_million": 122.06, - "new_cases_smoothed_per_million": 101.354, - "total_deaths_per_million": 35.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 898.0, - "new_cases": 20.0, - "new_cases_smoothed": 35.714, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2283.546, - "new_cases_per_million": 50.858, - "new_cases_smoothed_per_million": 90.819, - "total_deaths_per_million": 38.144, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-08-11", - "total_cases": 945.0, - "new_cases": 47.0, - "new_cases_smoothed": 38.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2403.064, - "new_cases_per_million": 119.517, - "new_cases_smoothed_per_million": 96.631, - "total_deaths_per_million": 38.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-08-12", - "total_cases": 989.0, - "new_cases": 44.0, - "new_cases_smoothed": 39.143, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2514.952, - "new_cases_per_million": 111.889, - "new_cases_smoothed_per_million": 99.537, - "total_deaths_per_million": 38.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-08-13", - "total_cases": 1036.0, - "new_cases": 47.0, - "new_cases_smoothed": 40.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2634.47, - "new_cases_per_million": 119.517, - "new_cases_smoothed_per_million": 103.533, - "total_deaths_per_million": 38.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-08-14", - "total_cases": 1089.0, - "new_cases": 53.0, - "new_cases_smoothed": 46.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2769.245, - "new_cases_per_million": 134.775, - "new_cases_smoothed_per_million": 119.154, - "total_deaths_per_million": 38.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363 - }, - { - "date": "2020-08-15", - "total_cases": 1119.0, - "new_cases": 30.0, - "new_cases_smoothed": 41.286, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2845.533, - "new_cases_per_million": 76.288, - "new_cases_smoothed_per_million": 104.986, - "total_deaths_per_million": 43.23, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-16", - "total_cases": 1252.0, - "new_cases": 133.0, - "new_cases_smoothed": 53.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3183.742, - "new_cases_per_million": 338.209, - "new_cases_smoothed_per_million": 135.865, - "total_deaths_per_million": 43.23, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-17", - "total_cases": 1315.0, - "new_cases": 63.0, - "new_cases_smoothed": 59.571, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3343.946, - "new_cases_per_million": 160.204, - "new_cases_smoothed_per_million": 151.486, - "total_deaths_per_million": 45.773, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.09 - }, - { - "date": "2020-08-18", - "total_cases": 1329.0, - "new_cases": 14.0, - "new_cases_smoothed": 54.857, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3379.547, - "new_cases_per_million": 35.601, - "new_cases_smoothed_per_million": 139.498, - "total_deaths_per_million": 48.316, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.453 - }, - { - "date": "2020-08-19", - "total_cases": 1424.0, - "new_cases": 95.0, - "new_cases_smoothed": 62.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3621.125, - "new_cases_per_million": 241.578, - "new_cases_smoothed_per_million": 158.025, - "total_deaths_per_million": 50.858, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.816 - }, - { - "date": "2020-08-20", - "total_cases": 1531.0, - "new_cases": 107.0, - "new_cases_smoothed": 70.714, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 3893.218, - "new_cases_per_million": 272.093, - "new_cases_smoothed_per_million": 179.821, - "total_deaths_per_million": 55.944, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-08-21", - "total_cases": 1610.0, - "new_cases": 79.0, - "new_cases_smoothed": 74.429, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4094.109, - "new_cases_per_million": 200.891, - "new_cases_smoothed_per_million": 189.266, - "total_deaths_per_million": 58.487, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.906 - }, - { - "date": "2020-08-22", - "total_cases": 1703.0, - "new_cases": 93.0, - "new_cases_smoothed": 83.429, - "total_deaths": 27.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4330.601, - "new_cases_per_million": 236.492, - "new_cases_smoothed_per_million": 212.153, - "total_deaths_per_million": 68.659, - "new_deaths_per_million": 10.172, - "new_deaths_smoothed_per_million": 3.633 - }, - { - "date": "2020-08-23", - "total_cases": 1765.0, - "new_cases": 62.0, - "new_cases_smoothed": 73.286, - "total_deaths": 29.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4488.262, - "new_cases_per_million": 157.661, - "new_cases_smoothed_per_million": 186.36, - "total_deaths_per_million": 73.745, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 4.359 - }, - { - "date": "2020-08-24", - "total_cases": 1765.0, - "new_cases": 0.0, - "new_cases_smoothed": 64.286, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4488.262, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 163.474, - "total_deaths_per_million": 73.745, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.996 - }, - { - "date": "2020-08-25", - "total_cases": 1798.0, - "new_cases": 33.0, - "new_cases_smoothed": 67.0, - "total_deaths": 40.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 4572.178, - "new_cases_per_million": 83.917, - "new_cases_smoothed_per_million": 170.376, - "total_deaths_per_million": 101.717, - "new_deaths_per_million": 27.972, - "new_deaths_smoothed_per_million": 7.629 - }, - { - "date": "2020-08-26", - "total_cases": 1813.0, - "new_cases": 15.0, - "new_cases_smoothed": 55.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 4610.322, - "new_cases_per_million": 38.144, - "new_cases_smoothed_per_million": 141.314, - "total_deaths_per_million": 101.717, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.265 - }, - { - "date": "2020-08-27", - "total_cases": 1813.0, - "new_cases": 0.0, - "new_cases_smoothed": 40.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 4610.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 102.444, - "total_deaths_per_million": 101.717, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.539 - }, - { - "date": "2020-08-28", - "total_cases": 1923.0, - "new_cases": 110.0, - "new_cases_smoothed": 44.714, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 4890.044, - "new_cases_per_million": 279.722, - "new_cases_smoothed_per_million": 113.705, - "total_deaths_per_million": 101.717, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.176 - }, - { - "date": "2020-08-29", - "total_cases": 2057.0, - "new_cases": 134.0, - "new_cases_smoothed": 50.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5230.796, - "new_cases_per_million": 340.752, - "new_cases_smoothed_per_million": 128.599, - "total_deaths_per_million": 101.717, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.723 - }, - { - "date": "2020-08-30", - "total_cases": 2135.0, - "new_cases": 78.0, - "new_cases_smoothed": 52.857, - "total_deaths": 43.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5429.144, - "new_cases_per_million": 198.348, - "new_cases_smoothed_per_million": 134.412, - "total_deaths_per_million": 109.346, - "new_deaths_per_million": 7.629, - "new_deaths_smoothed_per_million": 5.086 - }, - { - "date": "2020-08-31", - "total_cases": 2167.0, - "new_cases": 32.0, - "new_cases_smoothed": 57.429, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5510.518, - "new_cases_per_million": 81.374, - "new_cases_smoothed_per_million": 146.037, - "total_deaths_per_million": 109.346, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.086 - }, - { - "date": "2020-09-01", - "total_cases": 2217.0, - "new_cases": 50.0, - "new_cases_smoothed": 59.857, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 5637.664, - "new_cases_per_million": 127.146, - "new_cases_smoothed_per_million": 152.212, - "total_deaths_per_million": 111.889, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 1.453 - }, - { - "date": "2020-09-02", - "total_cases": 2276.0, - "new_cases": 59.0, - "new_cases_smoothed": 66.143, - "total_deaths": 46.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5787.696, - "new_cases_per_million": 150.033, - "new_cases_smoothed_per_million": 168.196, - "total_deaths_per_million": 116.975, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-09-03", - "total_cases": 2337.0, - "new_cases": 61.0, - "new_cases_smoothed": 74.857, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5942.815, - "new_cases_per_million": 155.118, - "new_cases_smoothed_per_million": 190.356, - "total_deaths_per_million": 119.517, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-09-04", - "total_cases": 2386.0, - "new_cases": 49.0, - "new_cases_smoothed": 66.143, - "total_deaths": 50.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 6067.418, - "new_cases_per_million": 124.603, - "new_cases_smoothed_per_million": 168.196, - "total_deaths_per_million": 127.146, - "new_deaths_per_million": 7.629, - "new_deaths_smoothed_per_million": 3.633 - }, - { - "date": "2020-09-05", - "total_cases": 2386.0, - "new_cases": 0.0, - "new_cases_smoothed": 47.0, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 6067.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 119.517, - "total_deaths_per_million": 127.146, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.633 - }, - { - "date": "2020-09-06", - "total_cases": 2476.0, - "new_cases": 90.0, - "new_cases_smoothed": 48.714, - "total_deaths": 55.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 6296.281, - "new_cases_per_million": 228.863, - "new_cases_smoothed_per_million": 123.877, - "total_deaths_per_million": 139.861, - "new_deaths_per_million": 12.715, - "new_deaths_smoothed_per_million": 4.359 - }, - { - "date": "2020-09-07", - "total_cases": 2546.0, - "new_cases": 70.0, - "new_cases_smoothed": 54.143, - "total_deaths": 58.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 6474.286, - "new_cases_per_million": 178.005, - "new_cases_smoothed_per_million": 137.681, - "total_deaths_per_million": 147.49, - "new_deaths_per_million": 7.629, - "new_deaths_smoothed_per_million": 5.449 - }, - { - "date": "2020-09-08", - "total_cases": 2585.0, - "new_cases": 39.0, - "new_cases_smoothed": 52.571, - "total_deaths": 59.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 6573.46, - "new_cases_per_million": 99.174, - "new_cases_smoothed_per_million": 133.685, - "total_deaths_per_million": 150.033, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 5.449 - }, - { - "date": "2020-09-09", - "total_cases": 2657.0, - "new_cases": 72.0, - "new_cases_smoothed": 54.429, - "total_deaths": 63.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 6756.551, - "new_cases_per_million": 183.091, - "new_cases_smoothed_per_million": 138.408, - "total_deaths_per_million": 160.204, - "new_deaths_per_million": 10.172, - "new_deaths_smoothed_per_million": 6.176 - }, - { - "date": "2020-09-10", - "total_cases": 2721.0, - "new_cases": 64.0, - "new_cases_smoothed": 54.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 6919.298, - "new_cases_per_million": 162.747, - "new_cases_smoothed_per_million": 139.498, - "total_deaths_per_million": 160.204, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.812 - }, - { - "date": "2020-09-11", - "total_cases": 2721.0, - "new_cases": 0.0, - "new_cases_smoothed": 47.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6919.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 121.697, - "total_deaths_per_million": 160.204, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.723 - }, - { - "date": "2020-09-12", - "total_cases": 2814.0, - "new_cases": 93.0, - "new_cases_smoothed": 61.143, - "total_deaths": 65.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 7155.79, - "new_cases_per_million": 236.492, - "new_cases_smoothed_per_million": 155.482, - "total_deaths_per_million": 165.29, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 5.449 - }, - { - "date": "2020-09-13", - "total_cases": 2928.0, - "new_cases": 114.0, - "new_cases_smoothed": 64.571, - "total_deaths": 67.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 7445.683, - "new_cases_per_million": 289.893, - "new_cases_smoothed_per_million": 164.2, - "total_deaths_per_million": 170.376, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 4.359 - }, - { - "date": "2020-09-14", - "total_cases": 2928.0, - "new_cases": 0.0, - "new_cases_smoothed": 54.571, - "total_deaths": 67.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7445.683, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 138.771, - "total_deaths_per_million": 170.376, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.269 - }, - { - "date": "2020-09-15", - "total_cases": 3008.0, - "new_cases": 80.0, - "new_cases_smoothed": 60.429, - "total_deaths": 68.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 7649.117, - "new_cases_per_million": 203.434, - "new_cases_smoothed_per_million": 153.665, - "total_deaths_per_million": 172.919, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 3.269 - }, - { - "date": "2020-09-16", - "total_cases": 3032.0, - "new_cases": 24.0, - "new_cases_smoothed": 53.571, - "total_deaths": 69.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7710.147, - "new_cases_per_million": 61.03, - "new_cases_smoothed_per_million": 136.228, - "total_deaths_per_million": 175.462, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-09-17", - "total_cases": 3087.0, - "new_cases": 55.0, - "new_cases_smoothed": 52.286, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7850.008, - "new_cases_per_million": 139.861, - "new_cases_smoothed_per_million": 132.959, - "total_deaths_per_million": 175.462, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-09-18", - "total_cases": 3177.0, - "new_cases": 90.0, - "new_cases_smoothed": 65.143, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 8078.871, - "new_cases_per_million": 228.863, - "new_cases_smoothed_per_million": 165.653, - "total_deaths_per_million": 175.462, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.18 - }, - { - "date": "2020-09-19", - "total_cases": 3214.0, - "new_cases": 37.0, - "new_cases_smoothed": 57.143, - "total_deaths": 73.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 8172.96, - "new_cases_per_million": 94.088, - "new_cases_smoothed_per_million": 145.31, - "total_deaths_per_million": 185.633, - "new_deaths_per_million": 10.172, - "new_deaths_smoothed_per_million": 2.906 - }, - { - "date": "2020-09-20", - "total_cases": 3315.0, - "new_cases": 101.0, - "new_cases_smoothed": 55.286, - "total_deaths": 74.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 8429.795, - "new_cases_per_million": 256.835, - "new_cases_smoothed_per_million": 140.587, - "total_deaths_per_million": 188.176, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-09-21", - "total_cases": 3370.0, - "new_cases": 55.0, - "new_cases_smoothed": 63.143, - "total_deaths": 74.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 8569.656, - "new_cases_per_million": 139.861, - "new_cases_smoothed_per_million": 160.568, - "total_deaths_per_million": 188.176, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-09-22", - "total_cases": 3418.0, - "new_cases": 48.0, - "new_cases_smoothed": 58.571, - "total_deaths": 75.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 8691.716, - "new_cases_per_million": 122.06, - "new_cases_smoothed_per_million": 148.943, - "total_deaths_per_million": 190.719, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 2.543 - }, - { - "date": "2020-09-23", - "total_cases": 3467.0, - "new_cases": 49.0, - "new_cases_smoothed": 62.143, - "total_deaths": 77.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 8816.319, - "new_cases_per_million": 124.603, - "new_cases_smoothed_per_million": 158.025, - "total_deaths_per_million": 195.805, - "new_deaths_per_million": 5.086, - "new_deaths_smoothed_per_million": 2.906 - }, - { - "date": "2020-09-24", - "total_cases": 3618.0, - "new_cases": 151.0, - "new_cases_smoothed": 75.857, - "total_deaths": 80.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 9200.301, - "new_cases_per_million": 383.982, - "new_cases_smoothed_per_million": 192.899, - "total_deaths_per_million": 203.434, - "new_deaths_per_million": 7.629, - "new_deaths_smoothed_per_million": 3.996 - }, - { - "date": "2020-09-25", - "total_cases": 3699.0, - "new_cases": 81.0, - "new_cases_smoothed": 74.571, - "total_deaths": 86.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 9406.278, - "new_cases_per_million": 205.977, - "new_cases_smoothed_per_million": 189.63, - "total_deaths_per_million": 218.692, - "new_deaths_per_million": 15.258, - "new_deaths_smoothed_per_million": 6.176 - } - ] - }, - "BIH": { - "continent": "Europe", - "location": "Bosnia and Herzegovina", - "population": 3280815.0, - "population_density": 68.496, - "median_age": 42.5, - "aged_65_older": 16.569, - "aged_70_older": 10.711, - "gdp_per_capita": 11713.895, - "extreme_poverty": 0.2, - "cardiovasc_death_rate": 329.635, - "diabetes_prevalence": 10.08, - "female_smokers": 30.2, - "male_smokers": 47.7, - "handwashing_facilities": 97.164, - "hospital_beds_per_thousand": 3.5, - "life_expectancy": 77.4, - "human_development_index": 0.768, - "data": [ - { - "date": "2020-03-06", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.61, - "new_cases_per_million": 0.61, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-12", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.914, - "new_cases_per_million": 0.305, - "new_cases_smoothed_per_million": 0.131, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 40.28 - }, - { - "date": "2020-03-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.914, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.044, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 40.28 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 40.28 - }, - { - "date": "2020-03-15", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 40.28 - }, - { - "date": "2020-03-16", - "total_cases": 18.0, - "new_cases": 15.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.486, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 0.697, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.83 - }, - { - "date": "2020-03-17", - "total_cases": 21.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.401, - "new_cases_per_million": 0.914, - "new_cases_smoothed_per_million": 0.827, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-03-18", - "total_cases": 30.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.144, - "new_cases_per_million": 2.743, - "new_cases_smoothed_per_million": 1.219, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-03-19", - "total_cases": 35.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.668, - "new_cases_per_million": 1.524, - "new_cases_smoothed_per_million": 1.393, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-03-20", - "total_cases": 44.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.411, - "new_cases_per_million": 2.743, - "new_cases_smoothed_per_million": 1.785, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-03-21", - "total_cases": 62.0, - "new_cases": 18.0, - "new_cases_smoothed": 8.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.898, - "new_cases_per_million": 5.486, - "new_cases_smoothed_per_million": 2.569, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 89.81 - }, - { - "date": "2020-03-22", - "total_cases": 92.0, - "new_cases": 30.0, - "new_cases_smoothed": 12.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 28.042, - "new_cases_per_million": 9.144, - "new_cases_smoothed_per_million": 3.875, - "total_deaths_per_million": 0.305, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 89.81 - }, - { - "date": "2020-03-23", - "total_cases": 125.0, - "new_cases": 33.0, - "new_cases_smoothed": 15.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.1, - "new_cases_per_million": 10.058, - "new_cases_smoothed_per_million": 4.659, - "total_deaths_per_million": 0.305, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 89.81 - }, - { - "date": "2020-03-24", - "total_cases": 131.0, - "new_cases": 6.0, - "new_cases_smoothed": 15.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 39.929, - "new_cases_per_million": 1.829, - "new_cases_smoothed_per_million": 4.79, - "total_deaths_per_million": 0.305, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.044, - "stringency_index": 89.81 - }, - { - "date": "2020-03-25", - "total_cases": 164.0, - "new_cases": 33.0, - "new_cases_smoothed": 19.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 49.988, - "new_cases_per_million": 10.058, - "new_cases_smoothed_per_million": 5.835, - "total_deaths_per_million": 0.61, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.087, - "stringency_index": 89.81 - }, - { - "date": "2020-03-26", - "total_cases": 173.0, - "new_cases": 9.0, - "new_cases_smoothed": 19.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 52.731, - "new_cases_per_million": 2.743, - "new_cases_smoothed_per_million": 6.009, - "total_deaths_per_million": 0.914, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.131, - "stringency_index": 89.81 - }, - { - "date": "2020-03-27", - "total_cases": 213.0, - "new_cases": 40.0, - "new_cases_smoothed": 24.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 64.923, - "new_cases_per_million": 12.192, - "new_cases_smoothed_per_million": 7.359, - "total_deaths_per_million": 0.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.131, - "stringency_index": 89.81 - }, - { - "date": "2020-03-28", - "total_cases": 233.0, - "new_cases": 20.0, - "new_cases_smoothed": 24.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 71.019, - "new_cases_per_million": 6.096, - "new_cases_smoothed_per_million": 7.446, - "total_deaths_per_million": 1.219, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 89.81 - }, - { - "date": "2020-03-29", - "total_cases": 257.0, - "new_cases": 24.0, - "new_cases_smoothed": 23.571, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 78.334, - "new_cases_per_million": 7.315, - "new_cases_smoothed_per_million": 7.185, - "total_deaths_per_million": 1.524, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 89.81 - }, - { - "date": "2020-03-30", - "total_cases": 323.0, - "new_cases": 66.0, - "new_cases_smoothed": 28.286, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 98.451, - "new_cases_per_million": 20.117, - "new_cases_smoothed_per_million": 8.622, - "total_deaths_per_million": 1.829, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 89.81 - }, - { - "date": "2020-03-31", - "total_cases": 353.0, - "new_cases": 30.0, - "new_cases_smoothed": 31.714, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 107.595, - "new_cases_per_million": 9.144, - "new_cases_smoothed_per_million": 9.667, - "total_deaths_per_million": 2.438, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 89.81 - }, - { - "date": "2020-04-01", - "total_cases": 413.0, - "new_cases": 60.0, - "new_cases_smoothed": 35.571, - "total_deaths": 12.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 125.883, - "new_cases_per_million": 18.288, - "new_cases_smoothed_per_million": 10.842, - "total_deaths_per_million": 3.658, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 89.81 - }, - { - "date": "2020-04-02", - "total_cases": 464.0, - "new_cases": 51.0, - "new_cases_smoothed": 41.571, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 141.428, - "new_cases_per_million": 15.545, - "new_cases_smoothed_per_million": 12.671, - "total_deaths_per_million": 3.962, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 89.81 - }, - { - "date": "2020-04-03", - "total_cases": 532.0, - "new_cases": 68.0, - "new_cases_smoothed": 45.571, - "total_deaths": 17.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 162.155, - "new_cases_per_million": 20.727, - "new_cases_smoothed_per_million": 13.89, - "total_deaths_per_million": 5.182, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 89.81 - }, - { - "date": "2020-04-04", - "total_cases": 586.0, - "new_cases": 54.0, - "new_cases_smoothed": 50.429, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 178.614, - "new_cases_per_million": 16.459, - "new_cases_smoothed_per_million": 15.371, - "total_deaths_per_million": 5.486, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 89.81 - }, - { - "date": "2020-04-05", - "total_cases": 632.0, - "new_cases": 46.0, - "new_cases_smoothed": 53.571, - "total_deaths": 21.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 192.635, - "new_cases_per_million": 14.021, - "new_cases_smoothed_per_million": 16.329, - "total_deaths_per_million": 6.401, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 89.81 - }, - { - "date": "2020-04-06", - "total_cases": 663.0, - "new_cases": 31.0, - "new_cases_smoothed": 48.571, - "total_deaths": 24.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 202.084, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 14.805, - "total_deaths_per_million": 7.315, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.784, - "stringency_index": 89.81 - }, - { - "date": "2020-04-07", - "total_cases": 695.0, - "new_cases": 32.0, - "new_cases_smoothed": 48.857, - "total_deaths": 28.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 211.838, - "new_cases_per_million": 9.754, - "new_cases_smoothed_per_million": 14.892, - "total_deaths_per_million": 8.534, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.871, - "stringency_index": 89.81 - }, - { - "date": "2020-04-08", - "total_cases": 781.0, - "new_cases": 86.0, - "new_cases_smoothed": 52.571, - "total_deaths": 32.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 238.051, - "new_cases_per_million": 26.213, - "new_cases_smoothed_per_million": 16.024, - "total_deaths_per_million": 9.754, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.871, - "stringency_index": 89.81 - }, - { - "date": "2020-04-09", - "total_cases": 816.0, - "new_cases": 35.0, - "new_cases_smoothed": 50.286, - "total_deaths": 35.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 248.719, - "new_cases_per_million": 10.668, - "new_cases_smoothed_per_million": 15.327, - "total_deaths_per_million": 10.668, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.958, - "stringency_index": 89.81 - }, - { - "date": "2020-04-10", - "total_cases": 875.0, - "new_cases": 59.0, - "new_cases_smoothed": 49.0, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 266.702, - "new_cases_per_million": 17.983, - "new_cases_smoothed_per_million": 14.935, - "total_deaths_per_million": 10.973, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.827, - "stringency_index": 92.59 - }, - { - "date": "2020-04-11", - "total_cases": 901.0, - "new_cases": 26.0, - "new_cases_smoothed": 45.0, - "total_deaths": 37.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 274.627, - "new_cases_per_million": 7.925, - "new_cases_smoothed_per_million": 13.716, - "total_deaths_per_million": 11.278, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.827, - "stringency_index": 92.59 - }, - { - "date": "2020-04-12", - "total_cases": 948.0, - "new_cases": 47.0, - "new_cases_smoothed": 45.143, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 288.953, - "new_cases_per_million": 14.326, - "new_cases_smoothed_per_million": 13.76, - "total_deaths_per_million": 11.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 92.59 - }, - { - "date": "2020-04-13", - "total_cases": 1007.0, - "new_cases": 59.0, - "new_cases_smoothed": 49.143, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 306.936, - "new_cases_per_million": 17.983, - "new_cases_smoothed_per_million": 14.979, - "total_deaths_per_million": 11.582, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 92.59 - }, - { - "date": "2020-04-14", - "total_cases": 1028.0, - "new_cases": 21.0, - "new_cases_smoothed": 47.571, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 313.337, - "new_cases_per_million": 6.401, - "new_cases_smoothed_per_million": 14.5, - "total_deaths_per_million": 11.582, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 92.59 - }, - { - "date": "2020-04-15", - "total_cases": 1073.0, - "new_cases": 45.0, - "new_cases_smoothed": 41.714, - "total_deaths": 39.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 327.053, - "new_cases_per_million": 13.716, - "new_cases_smoothed_per_million": 12.715, - "total_deaths_per_million": 11.887, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 92.59 - }, - { - "date": "2020-04-16", - "total_cases": 1100.0, - "new_cases": 27.0, - "new_cases_smoothed": 40.571, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 335.283, - "new_cases_per_million": 8.23, - "new_cases_smoothed_per_million": 12.366, - "total_deaths_per_million": 12.192, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 92.59 - }, - { - "date": "2020-04-17", - "total_cases": 1152.0, - "new_cases": 52.0, - "new_cases_smoothed": 39.571, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 351.132, - "new_cases_per_million": 15.85, - "new_cases_smoothed_per_million": 12.061, - "total_deaths_per_million": 12.497, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 92.59 - }, - { - "date": "2020-04-18", - "total_cases": 1210.0, - "new_cases": 58.0, - "new_cases_smoothed": 44.143, - "total_deaths": 44.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 368.811, - "new_cases_per_million": 17.679, - "new_cases_smoothed_per_million": 13.455, - "total_deaths_per_million": 13.411, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 92.59 - }, - { - "date": "2020-04-19", - "total_cases": 1254.0, - "new_cases": 44.0, - "new_cases_smoothed": 43.714, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 382.222, - "new_cases_per_million": 13.411, - "new_cases_smoothed_per_million": 13.324, - "total_deaths_per_million": 13.716, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.348, - "stringency_index": 92.59 - }, - { - "date": "2020-04-20", - "total_cases": 1269.0, - "new_cases": 15.0, - "new_cases_smoothed": 37.429, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 386.794, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 11.408, - "total_deaths_per_million": 14.021, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.348, - "stringency_index": 92.59 - }, - { - "date": "2020-04-21", - "total_cases": 1300.0, - "new_cases": 31.0, - "new_cases_smoothed": 38.857, - "total_deaths": 48.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 396.243, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 11.844, - "total_deaths_per_million": 14.631, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 92.59 - }, - { - "date": "2020-04-22", - "total_cases": 1340.0, - "new_cases": 40.0, - "new_cases_smoothed": 38.143, - "total_deaths": 50.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 408.435, - "new_cases_per_million": 12.192, - "new_cases_smoothed_per_million": 11.626, - "total_deaths_per_million": 15.24, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 92.59 - }, - { - "date": "2020-04-23", - "total_cases": 1367.0, - "new_cases": 27.0, - "new_cases_smoothed": 38.143, - "total_deaths": 52.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 416.665, - "new_cases_per_million": 8.23, - "new_cases_smoothed_per_million": 11.626, - "total_deaths_per_million": 15.85, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 92.59 - }, - { - "date": "2020-04-24", - "total_cases": 1413.0, - "new_cases": 46.0, - "new_cases_smoothed": 37.286, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 430.686, - "new_cases_per_million": 14.021, - "new_cases_smoothed_per_million": 11.365, - "total_deaths_per_million": 16.155, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 90.74 - }, - { - "date": "2020-04-25", - "total_cases": 1420.0, - "new_cases": 7.0, - "new_cases_smoothed": 30.0, - "total_deaths": 54.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 432.819, - "new_cases_per_million": 2.134, - "new_cases_smoothed_per_million": 9.144, - "total_deaths_per_million": 16.459, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 90.74 - }, - { - "date": "2020-04-26", - "total_cases": 1485.0, - "new_cases": 65.0, - "new_cases_smoothed": 33.0, - "total_deaths": 56.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 452.631, - "new_cases_per_million": 19.812, - "new_cases_smoothed_per_million": 10.058, - "total_deaths_per_million": 17.069, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 90.74 - }, - { - "date": "2020-04-27", - "total_cases": 1516.0, - "new_cases": 31.0, - "new_cases_smoothed": 35.286, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 462.08, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 10.755, - "total_deaths_per_million": 17.679, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 90.74 - }, - { - "date": "2020-04-28", - "total_cases": 1564.0, - "new_cases": 48.0, - "new_cases_smoothed": 37.714, - "total_deaths": 60.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 476.711, - "new_cases_per_million": 14.631, - "new_cases_smoothed_per_million": 11.495, - "total_deaths_per_million": 18.288, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 90.74 - }, - { - "date": "2020-04-29", - "total_cases": 1588.0, - "new_cases": 24.0, - "new_cases_smoothed": 35.429, - "total_deaths": 62.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 484.026, - "new_cases_per_million": 7.315, - "new_cases_smoothed_per_million": 10.799, - "total_deaths_per_million": 18.898, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 90.74 - }, - { - "date": "2020-04-30", - "total_cases": 1689.0, - "new_cases": 101.0, - "new_cases_smoothed": 46.0, - "total_deaths": 64.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 514.811, - "new_cases_per_million": 30.785, - "new_cases_smoothed_per_million": 14.021, - "total_deaths_per_million": 19.507, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 90.74 - }, - { - "date": "2020-05-01", - "total_cases": 1757.0, - "new_cases": 68.0, - "new_cases_smoothed": 49.143, - "total_deaths": 68.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 535.538, - "new_cases_per_million": 20.727, - "new_cases_smoothed_per_million": 14.979, - "total_deaths_per_million": 20.727, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 90.74 - }, - { - "date": "2020-05-02", - "total_cases": 1782.0, - "new_cases": 25.0, - "new_cases_smoothed": 51.714, - "total_deaths": 69.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 543.158, - "new_cases_per_million": 7.62, - "new_cases_smoothed_per_million": 15.763, - "total_deaths_per_million": 21.031, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 90.74 - }, - { - "date": "2020-05-03", - "total_cases": 1840.0, - "new_cases": 58.0, - "new_cases_smoothed": 50.714, - "total_deaths": 71.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 560.836, - "new_cases_per_million": 17.679, - "new_cases_smoothed_per_million": 15.458, - "total_deaths_per_million": 21.641, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 90.74 - }, - { - "date": "2020-05-04", - "total_cases": 1857.0, - "new_cases": 17.0, - "new_cases_smoothed": 48.714, - "total_deaths": 76.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 566.018, - "new_cases_per_million": 5.182, - "new_cases_smoothed_per_million": 14.848, - "total_deaths_per_million": 23.165, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 0.784, - "stringency_index": 90.74 - }, - { - "date": "2020-05-05", - "total_cases": 1926.0, - "new_cases": 69.0, - "new_cases_smoothed": 51.714, - "total_deaths": 77.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 587.049, - "new_cases_per_million": 21.031, - "new_cases_smoothed_per_million": 15.763, - "total_deaths_per_million": 23.47, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.74, - "stringency_index": 90.74 - }, - { - "date": "2020-05-06", - "total_cases": 1946.0, - "new_cases": 20.0, - "new_cases_smoothed": 51.143, - "total_deaths": 78.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 593.145, - "new_cases_per_million": 6.096, - "new_cases_smoothed_per_million": 15.588, - "total_deaths_per_million": 23.775, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 90.74 - }, - { - "date": "2020-05-07", - "total_cases": 1986.0, - "new_cases": 40.0, - "new_cases_smoothed": 42.429, - "total_deaths": 84.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 605.337, - "new_cases_per_million": 12.192, - "new_cases_smoothed_per_million": 12.932, - "total_deaths_per_million": 25.603, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 0.871, - "stringency_index": 90.74 - }, - { - "date": "2020-05-08", - "total_cases": 2027.0, - "new_cases": 41.0, - "new_cases_smoothed": 38.571, - "total_deaths": 90.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 617.834, - "new_cases_per_million": 12.497, - "new_cases_smoothed_per_million": 11.757, - "total_deaths_per_million": 27.432, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 0.958, - "stringency_index": 90.74 - }, - { - "date": "2020-05-09", - "total_cases": 2070.0, - "new_cases": 43.0, - "new_cases_smoothed": 41.143, - "total_deaths": 98.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 630.941, - "new_cases_per_million": 13.106, - "new_cases_smoothed_per_million": 12.54, - "total_deaths_per_million": 29.871, - "new_deaths_per_million": 2.438, - "new_deaths_smoothed_per_million": 1.263, - "stringency_index": 90.74 - }, - { - "date": "2020-05-10", - "total_cases": 2092.0, - "new_cases": 22.0, - "new_cases_smoothed": 36.0, - "total_deaths": 101.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 637.646, - "new_cases_per_million": 6.706, - "new_cases_smoothed_per_million": 10.973, - "total_deaths_per_million": 30.785, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 1.306, - "stringency_index": 90.74 - }, - { - "date": "2020-05-11", - "total_cases": 2117.0, - "new_cases": 25.0, - "new_cases_smoothed": 37.143, - "total_deaths": 107.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 645.266, - "new_cases_per_million": 7.62, - "new_cases_smoothed_per_million": 11.321, - "total_deaths_per_million": 32.614, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 1.35, - "stringency_index": 81.48 - }, - { - "date": "2020-05-12", - "total_cases": 2142.0, - "new_cases": 25.0, - "new_cases_smoothed": 30.857, - "total_deaths": 112.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 652.887, - "new_cases_per_million": 7.62, - "new_cases_smoothed_per_million": 9.405, - "total_deaths_per_million": 34.138, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.524, - "stringency_index": 81.48 - }, - { - "date": "2020-05-13", - "total_cases": 2158.0, - "new_cases": 16.0, - "new_cases_smoothed": 30.286, - "total_deaths": 116.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 657.763, - "new_cases_per_million": 4.877, - "new_cases_smoothed_per_million": 9.231, - "total_deaths_per_million": 35.357, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.655, - "stringency_index": 81.48 - }, - { - "date": "2020-05-14", - "total_cases": 2181.0, - "new_cases": 23.0, - "new_cases_smoothed": 27.857, - "total_deaths": 120.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 664.774, - "new_cases_per_million": 7.01, - "new_cases_smoothed_per_million": 8.491, - "total_deaths_per_million": 36.576, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.568, - "stringency_index": 79.63 - }, - { - "date": "2020-05-15", - "total_cases": 2216.0, - "new_cases": 35.0, - "new_cases_smoothed": 27.0, - "total_deaths": 123.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 675.442, - "new_cases_per_million": 10.668, - "new_cases_smoothed_per_million": 8.23, - "total_deaths_per_million": 37.491, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 76.85 - }, - { - "date": "2020-05-16", - "total_cases": 2237.0, - "new_cases": 21.0, - "new_cases_smoothed": 23.857, - "total_deaths": 127.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 681.843, - "new_cases_per_million": 6.401, - "new_cases_smoothed_per_million": 7.272, - "total_deaths_per_million": 38.71, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.263, - "stringency_index": 76.85 - }, - { - "date": "2020-05-17", - "total_cases": 2267.0, - "new_cases": 30.0, - "new_cases_smoothed": 25.0, - "total_deaths": 129.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 690.987, - "new_cases_per_million": 9.144, - "new_cases_smoothed_per_million": 7.62, - "total_deaths_per_million": 39.319, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 1.219, - "stringency_index": 76.85 - }, - { - "date": "2020-05-18", - "total_cases": 2289.0, - "new_cases": 22.0, - "new_cases_smoothed": 24.571, - "total_deaths": 132.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 697.692, - "new_cases_per_million": 6.706, - "new_cases_smoothed_per_million": 7.489, - "total_deaths_per_million": 40.234, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 1.089, - "stringency_index": 76.85 - }, - { - "date": "2020-05-19", - "total_cases": 2303.0, - "new_cases": 14.0, - "new_cases_smoothed": 23.0, - "total_deaths": 132.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 701.96, - "new_cases_per_million": 4.267, - "new_cases_smoothed_per_million": 7.01, - "total_deaths_per_million": 40.234, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871, - "stringency_index": 76.85 - }, - { - "date": "2020-05-20", - "total_cases": 2319.0, - "new_cases": 16.0, - "new_cases_smoothed": 23.0, - "total_deaths": 133.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 706.837, - "new_cases_per_million": 4.877, - "new_cases_smoothed_per_million": 7.01, - "total_deaths_per_million": 40.539, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.74, - "stringency_index": 76.85 - }, - { - "date": "2020-05-21", - "total_cases": 2334.0, - "new_cases": 15.0, - "new_cases_smoothed": 21.857, - "total_deaths": 135.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 711.409, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 6.662, - "total_deaths_per_million": 41.148, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 71.3 - }, - { - "date": "2020-05-22", - "total_cases": 2352.0, - "new_cases": 18.0, - "new_cases_smoothed": 19.429, - "total_deaths": 139.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 716.895, - "new_cases_per_million": 5.486, - "new_cases_smoothed_per_million": 5.922, - "total_deaths_per_million": 42.368, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 71.3 - }, - { - "date": "2020-05-23", - "total_cases": 2372.0, - "new_cases": 20.0, - "new_cases_smoothed": 19.286, - "total_deaths": 141.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 722.991, - "new_cases_per_million": 6.096, - "new_cases_smoothed_per_million": 5.878, - "total_deaths_per_million": 42.977, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 71.3 - }, - { - "date": "2020-05-24", - "total_cases": 2391.0, - "new_cases": 19.0, - "new_cases_smoothed": 17.714, - "total_deaths": 141.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 728.782, - "new_cases_per_million": 5.791, - "new_cases_smoothed_per_million": 5.399, - "total_deaths_per_million": 42.977, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.523, - "stringency_index": 71.3 - }, - { - "date": "2020-05-25", - "total_cases": 2400.0, - "new_cases": 9.0, - "new_cases_smoothed": 15.857, - "total_deaths": 143.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 731.526, - "new_cases_per_million": 2.743, - "new_cases_smoothed_per_million": 4.833, - "total_deaths_per_million": 43.587, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 71.3 - }, - { - "date": "2020-05-26", - "total_cases": 2405.0, - "new_cases": 5.0, - "new_cases_smoothed": 14.571, - "total_deaths": 145.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 733.05, - "new_cases_per_million": 1.524, - "new_cases_smoothed_per_million": 4.441, - "total_deaths_per_million": 44.196, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 71.3 - }, - { - "date": "2020-05-27", - "total_cases": 2415.0, - "new_cases": 10.0, - "new_cases_smoothed": 13.714, - "total_deaths": 149.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 736.098, - "new_cases_per_million": 3.048, - "new_cases_smoothed_per_million": 4.18, - "total_deaths_per_million": 45.416, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 0.697, - "stringency_index": 71.3 - }, - { - "date": "2020-05-28", - "total_cases": 2434.0, - "new_cases": 19.0, - "new_cases_smoothed": 14.286, - "total_deaths": 150.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 741.889, - "new_cases_per_million": 5.791, - "new_cases_smoothed_per_million": 4.354, - "total_deaths_per_million": 45.72, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 71.3 - }, - { - "date": "2020-05-29", - "total_cases": 2462.0, - "new_cases": 28.0, - "new_cases_smoothed": 15.714, - "total_deaths": 152.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 750.423, - "new_cases_per_million": 8.534, - "new_cases_smoothed_per_million": 4.79, - "total_deaths_per_million": 46.33, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 65.74 - }, - { - "date": "2020-05-30", - "total_cases": 2484.0, - "new_cases": 22.0, - "new_cases_smoothed": 16.0, - "total_deaths": 152.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 757.129, - "new_cases_per_million": 6.706, - "new_cases_smoothed_per_million": 4.877, - "total_deaths_per_million": 46.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 65.74 - }, - { - "date": "2020-05-31", - "total_cases": 2493.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.571, - "total_deaths": 152.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 759.872, - "new_cases_per_million": 2.743, - "new_cases_smoothed_per_million": 4.441, - "total_deaths_per_million": 46.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 65.74 - }, - { - "date": "2020-06-01", - "total_cases": 2509.0, - "new_cases": 16.0, - "new_cases_smoothed": 15.571, - "total_deaths": 152.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 764.749, - "new_cases_per_million": 4.877, - "new_cases_smoothed_per_million": 4.746, - "total_deaths_per_million": 46.33, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.392, - "stringency_index": 54.63 - }, - { - "date": "2020-06-02", - "total_cases": 2523.0, - "new_cases": 14.0, - "new_cases_smoothed": 16.857, - "total_deaths": 153.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 769.016, - "new_cases_per_million": 4.267, - "new_cases_smoothed_per_million": 5.138, - "total_deaths_per_million": 46.635, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.348, - "stringency_index": 54.63 - }, - { - "date": "2020-06-03", - "total_cases": 2534.0, - "new_cases": 11.0, - "new_cases_smoothed": 17.0, - "total_deaths": 156.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 772.369, - "new_cases_per_million": 3.353, - "new_cases_smoothed_per_million": 5.182, - "total_deaths_per_million": 47.549, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 54.63 - }, - { - "date": "2020-06-04", - "total_cases": 2550.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.571, - "total_deaths": 156.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 777.246, - "new_cases_per_million": 4.877, - "new_cases_smoothed_per_million": 5.051, - "total_deaths_per_million": 47.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 54.63 - }, - { - "date": "2020-06-05", - "total_cases": 2593.0, - "new_cases": 43.0, - "new_cases_smoothed": 18.714, - "total_deaths": 158.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 790.352, - "new_cases_per_million": 13.106, - "new_cases_smoothed_per_million": 5.704, - "total_deaths_per_million": 48.159, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 54.63 - }, - { - "date": "2020-06-06", - "total_cases": 2605.0, - "new_cases": 12.0, - "new_cases_smoothed": 17.286, - "total_deaths": 158.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 794.01, - "new_cases_per_million": 3.658, - "new_cases_smoothed_per_million": 5.269, - "total_deaths_per_million": 48.159, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 54.63 - }, - { - "date": "2020-06-07", - "total_cases": 2636.0, - "new_cases": 31.0, - "new_cases_smoothed": 20.429, - "total_deaths": 158.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 803.459, - "new_cases_per_million": 9.449, - "new_cases_smoothed_per_million": 6.227, - "total_deaths_per_million": 48.159, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 54.63 - }, - { - "date": "2020-06-08", - "total_cases": 2673.0, - "new_cases": 37.0, - "new_cases_smoothed": 23.429, - "total_deaths": 159.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 814.737, - "new_cases_per_million": 11.278, - "new_cases_smoothed_per_million": 7.141, - "total_deaths_per_million": 48.464, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 54.63 - }, - { - "date": "2020-06-09", - "total_cases": 2703.0, - "new_cases": 30.0, - "new_cases_smoothed": 25.714, - "total_deaths": 159.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 823.881, - "new_cases_per_million": 9.144, - "new_cases_smoothed_per_million": 7.838, - "total_deaths_per_million": 48.464, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 54.63 - }, - { - "date": "2020-06-10", - "total_cases": 2727.0, - "new_cases": 24.0, - "new_cases_smoothed": 27.571, - "total_deaths": 159.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 831.196, - "new_cases_per_million": 7.315, - "new_cases_smoothed_per_million": 8.404, - "total_deaths_per_million": 48.464, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.131, - "stringency_index": 54.63 - }, - { - "date": "2020-06-11", - "total_cases": 2776.0, - "new_cases": 49.0, - "new_cases_smoothed": 32.286, - "total_deaths": 160.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 846.131, - "new_cases_per_million": 14.935, - "new_cases_smoothed_per_million": 9.841, - "total_deaths_per_million": 48.768, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 54.63 - }, - { - "date": "2020-06-12", - "total_cases": 2831.0, - "new_cases": 55.0, - "new_cases_smoothed": 34.0, - "total_deaths": 160.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 862.895, - "new_cases_per_million": 16.764, - "new_cases_smoothed_per_million": 10.363, - "total_deaths_per_million": 48.768, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.087, - "stringency_index": 54.63 - }, - { - "date": "2020-06-13", - "total_cases": 2892.0, - "new_cases": 61.0, - "new_cases_smoothed": 41.0, - "total_deaths": 162.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 881.488, - "new_cases_per_million": 18.593, - "new_cases_smoothed_per_million": 12.497, - "total_deaths_per_million": 49.378, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 51.85 - }, - { - "date": "2020-06-14", - "total_cases": 2940.0, - "new_cases": 48.0, - "new_cases_smoothed": 43.429, - "total_deaths": 163.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 896.119, - "new_cases_per_million": 14.631, - "new_cases_smoothed_per_million": 13.237, - "total_deaths_per_million": 49.683, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 51.85 - }, - { - "date": "2020-06-15", - "total_cases": 3001.0, - "new_cases": 61.0, - "new_cases_smoothed": 46.857, - "total_deaths": 163.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 914.712, - "new_cases_per_million": 18.593, - "new_cases_smoothed_per_million": 14.282, - "total_deaths_per_million": 49.683, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 51.85 - }, - { - "date": "2020-06-16", - "total_cases": 3039.0, - "new_cases": 38.0, - "new_cases_smoothed": 48.0, - "total_deaths": 164.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 926.294, - "new_cases_per_million": 11.582, - "new_cases_smoothed_per_million": 14.631, - "total_deaths_per_million": 49.988, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 51.85 - }, - { - "date": "2020-06-17", - "total_cases": 3084.0, - "new_cases": 45.0, - "new_cases_smoothed": 51.0, - "total_deaths": 167.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 940.01, - "new_cases_per_million": 13.716, - "new_cases_smoothed_per_million": 15.545, - "total_deaths_per_million": 50.902, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.348, - "stringency_index": 51.85 - }, - { - "date": "2020-06-18", - "total_cases": 3144.0, - "new_cases": 60.0, - "new_cases_smoothed": 52.571, - "total_deaths": 167.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 958.298, - "new_cases_per_million": 18.288, - "new_cases_smoothed_per_million": 16.024, - "total_deaths_per_million": 50.902, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 51.85 - }, - { - "date": "2020-06-19", - "total_cases": 3202.0, - "new_cases": 58.0, - "new_cases_smoothed": 53.0, - "total_deaths": 167.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 975.977, - "new_cases_per_million": 17.679, - "new_cases_smoothed_per_million": 16.155, - "total_deaths_per_million": 50.902, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 51.85 - }, - { - "date": "2020-06-20", - "total_cases": 3288.0, - "new_cases": 86.0, - "new_cases_smoothed": 56.571, - "total_deaths": 168.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1002.19, - "new_cases_per_million": 26.213, - "new_cases_smoothed_per_million": 17.243, - "total_deaths_per_million": 51.207, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 51.85 - }, - { - "date": "2020-06-21", - "total_cases": 3354.0, - "new_cases": 66.0, - "new_cases_smoothed": 59.143, - "total_deaths": 169.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1022.307, - "new_cases_per_million": 20.117, - "new_cases_smoothed_per_million": 18.027, - "total_deaths_per_million": 51.512, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 51.85 - }, - { - "date": "2020-06-22", - "total_cases": 3431.0, - "new_cases": 77.0, - "new_cases_smoothed": 61.429, - "total_deaths": 169.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1045.777, - "new_cases_per_million": 23.47, - "new_cases_smoothed_per_million": 18.724, - "total_deaths_per_million": 51.512, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 51.85 - }, - { - "date": "2020-06-23", - "total_cases": 3524.0, - "new_cases": 93.0, - "new_cases_smoothed": 69.286, - "total_deaths": 170.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1074.123, - "new_cases_per_million": 28.347, - "new_cases_smoothed_per_million": 21.118, - "total_deaths_per_million": 51.816, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.261, - "stringency_index": 51.85 - }, - { - "date": "2020-06-24", - "total_cases": 3587.0, - "new_cases": 63.0, - "new_cases_smoothed": 71.857, - "total_deaths": 171.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1093.326, - "new_cases_per_million": 19.203, - "new_cases_smoothed_per_million": 21.902, - "total_deaths_per_million": 52.121, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 51.85 - }, - { - "date": "2020-06-25", - "total_cases": 3675.0, - "new_cases": 88.0, - "new_cases_smoothed": 75.857, - "total_deaths": 172.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1120.148, - "new_cases_per_million": 26.823, - "new_cases_smoothed_per_million": 23.121, - "total_deaths_per_million": 52.426, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 51.85 - }, - { - "date": "2020-06-26", - "total_cases": 3794.0, - "new_cases": 119.0, - "new_cases_smoothed": 84.571, - "total_deaths": 174.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1156.42, - "new_cases_per_million": 36.271, - "new_cases_smoothed_per_million": 25.778, - "total_deaths_per_million": 53.036, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.305, - "stringency_index": 51.85 - }, - { - "date": "2020-06-27", - "total_cases": 3934.0, - "new_cases": 140.0, - "new_cases_smoothed": 92.286, - "total_deaths": 177.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1199.092, - "new_cases_per_million": 42.672, - "new_cases_smoothed_per_million": 28.129, - "total_deaths_per_million": 53.95, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.392, - "stringency_index": 51.85 - }, - { - "date": "2020-06-28", - "total_cases": 4107.0, - "new_cases": 173.0, - "new_cases_smoothed": 107.571, - "total_deaths": 179.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1251.823, - "new_cases_per_million": 52.731, - "new_cases_smoothed_per_million": 32.788, - "total_deaths_per_million": 54.56, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.435, - "stringency_index": 51.85 - }, - { - "date": "2020-06-29", - "total_cases": 4215.0, - "new_cases": 108.0, - "new_cases_smoothed": 112.0, - "total_deaths": 182.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1284.742, - "new_cases_per_million": 32.919, - "new_cases_smoothed_per_million": 34.138, - "total_deaths_per_million": 55.474, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 51.85 - }, - { - "date": "2020-06-30", - "total_cases": 4343.0, - "new_cases": 128.0, - "new_cases_smoothed": 117.0, - "total_deaths": 183.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1323.756, - "new_cases_per_million": 39.015, - "new_cases_smoothed_per_million": 35.662, - "total_deaths_per_million": 55.779, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 51.85 - }, - { - "date": "2020-07-01", - "total_cases": 4453.0, - "new_cases": 110.0, - "new_cases_smoothed": 123.714, - "total_deaths": 185.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1357.285, - "new_cases_per_million": 33.528, - "new_cases_smoothed_per_million": 37.708, - "total_deaths_per_million": 56.388, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 51.85 - }, - { - "date": "2020-07-02", - "total_cases": 4606.0, - "new_cases": 153.0, - "new_cases_smoothed": 133.0, - "total_deaths": 187.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1403.919, - "new_cases_per_million": 46.635, - "new_cases_smoothed_per_million": 40.539, - "total_deaths_per_million": 56.998, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.653, - "stringency_index": 51.85 - }, - { - "date": "2020-07-03", - "total_cases": 4788.0, - "new_cases": 182.0, - "new_cases_smoothed": 142.0, - "total_deaths": 188.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1459.393, - "new_cases_per_million": 55.474, - "new_cases_smoothed_per_million": 43.282, - "total_deaths_per_million": 57.303, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.61, - "stringency_index": 51.85 - }, - { - "date": "2020-07-04", - "total_cases": 4960.0, - "new_cases": 172.0, - "new_cases_smoothed": 146.571, - "total_deaths": 190.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1511.819, - "new_cases_per_million": 52.426, - "new_cases_smoothed_per_million": 44.675, - "total_deaths_per_million": 57.912, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 51.85 - }, - { - "date": "2020-07-05", - "total_cases": 5249.0, - "new_cases": 289.0, - "new_cases_smoothed": 163.143, - "total_deaths": 190.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1599.907, - "new_cases_per_million": 88.088, - "new_cases_smoothed_per_million": 49.726, - "total_deaths_per_million": 57.912, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 56.48 - }, - { - "date": "2020-07-06", - "total_cases": 5393.0, - "new_cases": 144.0, - "new_cases_smoothed": 168.286, - "total_deaths": 193.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1643.799, - "new_cases_per_million": 43.892, - "new_cases_smoothed_per_million": 51.294, - "total_deaths_per_million": 58.827, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 56.48 - }, - { - "date": "2020-07-07", - "total_cases": 5457.0, - "new_cases": 64.0, - "new_cases_smoothed": 159.143, - "total_deaths": 196.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1663.306, - "new_cases_per_million": 19.507, - "new_cases_smoothed_per_million": 48.507, - "total_deaths_per_million": 59.741, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 0.566, - "stringency_index": 56.48 - }, - { - "date": "2020-07-08", - "total_cases": 5618.0, - "new_cases": 161.0, - "new_cases_smoothed": 166.429, - "total_deaths": 206.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1712.379, - "new_cases_per_million": 49.073, - "new_cases_smoothed_per_million": 50.728, - "total_deaths_per_million": 62.789, - "new_deaths_per_million": 3.048, - "new_deaths_smoothed_per_million": 0.914, - "stringency_index": 56.48 - }, - { - "date": "2020-07-09", - "total_cases": 5868.0, - "new_cases": 250.0, - "new_cases_smoothed": 180.286, - "total_deaths": 207.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1788.58, - "new_cases_per_million": 76.201, - "new_cases_smoothed_per_million": 54.952, - "total_deaths_per_million": 63.094, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.871, - "stringency_index": 56.48 - }, - { - "date": "2020-07-10", - "total_cases": 6087.0, - "new_cases": 219.0, - "new_cases_smoothed": 185.571, - "total_deaths": 213.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1855.332, - "new_cases_per_million": 66.752, - "new_cases_smoothed_per_million": 56.563, - "total_deaths_per_million": 64.923, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 1.089, - "stringency_index": 56.48 - }, - { - "date": "2020-07-11", - "total_cases": 6402.0, - "new_cases": 315.0, - "new_cases_smoothed": 206.0, - "total_deaths": 215.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1951.344, - "new_cases_per_million": 96.013, - "new_cases_smoothed_per_million": 62.789, - "total_deaths_per_million": 65.532, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 1.089, - "stringency_index": 56.48 - }, - { - "date": "2020-07-12", - "total_cases": 6720.0, - "new_cases": 318.0, - "new_cases_smoothed": 210.143, - "total_deaths": 218.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2048.272, - "new_cases_per_million": 96.927, - "new_cases_smoothed_per_million": 64.052, - "total_deaths_per_million": 66.447, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 1.219, - "stringency_index": 56.48 - }, - { - "date": "2020-07-13", - "total_cases": 6884.0, - "new_cases": 164.0, - "new_cases_smoothed": 213.0, - "total_deaths": 220.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2098.259, - "new_cases_per_million": 49.988, - "new_cases_smoothed_per_million": 64.923, - "total_deaths_per_million": 67.057, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 1.176, - "stringency_index": 56.48 - }, - { - "date": "2020-07-14", - "total_cases": 6979.0, - "new_cases": 95.0, - "new_cases_smoothed": 217.429, - "total_deaths": 224.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2127.215, - "new_cases_per_million": 28.956, - "new_cases_smoothed_per_million": 66.273, - "total_deaths_per_million": 68.276, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.219, - "stringency_index": 56.48 - }, - { - "date": "2020-07-15", - "total_cases": 7176.0, - "new_cases": 197.0, - "new_cases_smoothed": 222.571, - "total_deaths": 225.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 2187.261, - "new_cases_per_million": 60.046, - "new_cases_smoothed_per_million": 67.84, - "total_deaths_per_million": 68.581, - "new_deaths_per_million": 0.305, - "new_deaths_smoothed_per_million": 0.827, - "stringency_index": 56.48 - }, - { - "date": "2020-07-16", - "total_cases": 7407.0, - "new_cases": 231.0, - "new_cases_smoothed": 219.857, - "total_deaths": 233.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2257.671, - "new_cases_per_million": 70.409, - "new_cases_smoothed_per_million": 67.013, - "total_deaths_per_million": 71.019, - "new_deaths_per_million": 2.438, - "new_deaths_smoothed_per_million": 1.132, - "stringency_index": 56.48 - }, - { - "date": "2020-07-17", - "total_cases": 7681.0, - "new_cases": 274.0, - "new_cases_smoothed": 227.714, - "total_deaths": 239.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2341.187, - "new_cases_per_million": 83.516, - "new_cases_smoothed_per_million": 69.408, - "total_deaths_per_million": 72.848, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 1.132, - "stringency_index": 56.48 - }, - { - "date": "2020-07-18", - "total_cases": 7908.0, - "new_cases": 227.0, - "new_cases_smoothed": 215.143, - "total_deaths": 243.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2410.377, - "new_cases_per_million": 69.19, - "new_cases_smoothed_per_million": 65.576, - "total_deaths_per_million": 74.067, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.219, - "stringency_index": 56.48 - }, - { - "date": "2020-07-19", - "total_cases": 8164.0, - "new_cases": 256.0, - "new_cases_smoothed": 206.286, - "total_deaths": 245.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2488.406, - "new_cases_per_million": 78.029, - "new_cases_smoothed_per_million": 62.876, - "total_deaths_per_million": 74.677, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 1.176, - "stringency_index": 56.48 - }, - { - "date": "2020-07-20", - "total_cases": 8452.0, - "new_cases": 288.0, - "new_cases_smoothed": 224.0, - "total_deaths": 250.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2576.189, - "new_cases_per_million": 87.783, - "new_cases_smoothed_per_million": 68.276, - "total_deaths_per_million": 76.201, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.306, - "stringency_index": 56.48 - }, - { - "date": "2020-07-21", - "total_cases": 8591.0, - "new_cases": 139.0, - "new_cases_smoothed": 230.286, - "total_deaths": 256.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2618.557, - "new_cases_per_million": 42.368, - "new_cases_smoothed_per_million": 70.192, - "total_deaths_per_million": 78.029, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 1.393, - "stringency_index": 56.48 - }, - { - "date": "2020-07-22", - "total_cases": 8786.0, - "new_cases": 195.0, - "new_cases_smoothed": 230.0, - "total_deaths": 261.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2677.993, - "new_cases_per_million": 59.436, - "new_cases_smoothed_per_million": 70.105, - "total_deaths_per_million": 79.553, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.568, - "stringency_index": 56.48 - }, - { - "date": "2020-07-23", - "total_cases": 9116.0, - "new_cases": 330.0, - "new_cases_smoothed": 244.143, - "total_deaths": 267.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2778.578, - "new_cases_per_million": 100.585, - "new_cases_smoothed_per_million": 74.415, - "total_deaths_per_million": 81.382, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 1.48, - "stringency_index": 56.48 - }, - { - "date": "2020-07-24", - "total_cases": 9460.0, - "new_cases": 344.0, - "new_cases_smoothed": 254.143, - "total_deaths": 272.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2883.43, - "new_cases_per_million": 104.852, - "new_cases_smoothed_per_million": 77.463, - "total_deaths_per_million": 82.906, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 59.26 - }, - { - "date": "2020-07-25", - "total_cases": 9462.0, - "new_cases": 2.0, - "new_cases_smoothed": 222.0, - "total_deaths": 274.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2884.039, - "new_cases_per_million": 0.61, - "new_cases_smoothed_per_million": 67.666, - "total_deaths_per_million": 83.516, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 1.35, - "stringency_index": 59.26 - }, - { - "date": "2020-07-26", - "total_cases": 9764.0, - "new_cases": 302.0, - "new_cases_smoothed": 228.571, - "total_deaths": 278.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2976.09, - "new_cases_per_million": 92.05, - "new_cases_smoothed_per_million": 69.669, - "total_deaths_per_million": 84.735, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 59.26 - }, - { - "date": "2020-07-27", - "total_cases": 10069.0, - "new_cases": 305.0, - "new_cases_smoothed": 231.0, - "total_deaths": 283.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3069.054, - "new_cases_per_million": 92.965, - "new_cases_smoothed_per_million": 70.409, - "total_deaths_per_million": 86.259, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 59.26 - }, - { - "date": "2020-07-28", - "total_cases": 10498.0, - "new_cases": 429.0, - "new_cases_smoothed": 272.429, - "total_deaths": 294.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3199.815, - "new_cases_per_million": 130.76, - "new_cases_smoothed_per_million": 83.037, - "total_deaths_per_million": 89.612, - "new_deaths_per_million": 3.353, - "new_deaths_smoothed_per_million": 1.655, - "stringency_index": 59.26 - }, - { - "date": "2020-07-29", - "total_cases": 10766.0, - "new_cases": 268.0, - "new_cases_smoothed": 282.857, - "total_deaths": 297.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3281.502, - "new_cases_per_million": 81.687, - "new_cases_smoothed_per_million": 86.216, - "total_deaths_per_million": 90.526, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 1.568, - "stringency_index": 59.26 - }, - { - "date": "2020-07-30", - "total_cases": 10766.0, - "new_cases": 0.0, - "new_cases_smoothed": 235.714, - "total_deaths": 297.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3281.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 71.846, - "total_deaths_per_million": 90.526, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.306, - "stringency_index": 59.26 - }, - { - "date": "2020-07-31", - "total_cases": 11444.0, - "new_cases": 678.0, - "new_cases_smoothed": 283.429, - "total_deaths": 328.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 3488.158, - "new_cases_per_million": 206.656, - "new_cases_smoothed_per_million": 86.39, - "total_deaths_per_million": 99.975, - "new_deaths_per_million": 9.449, - "new_deaths_smoothed_per_million": 2.438, - "stringency_index": 59.26 - }, - { - "date": "2020-08-01", - "total_cases": 11444.0, - "new_cases": 0.0, - "new_cases_smoothed": 283.143, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 3488.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 86.303, - "total_deaths_per_million": 99.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.351, - "stringency_index": 59.26 - }, - { - "date": "2020-08-02", - "total_cases": 11875.0, - "new_cases": 431.0, - "new_cases_smoothed": 301.571, - "total_deaths": 335.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 3619.527, - "new_cases_per_million": 131.37, - "new_cases_smoothed_per_million": 91.92, - "total_deaths_per_million": 102.109, - "new_deaths_per_million": 2.134, - "new_deaths_smoothed_per_million": 2.482, - "stringency_index": 59.26 - }, - { - "date": "2020-08-03", - "total_cases": 12108.0, - "new_cases": 233.0, - "new_cases_smoothed": 291.286, - "total_deaths": 343.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 3690.546, - "new_cases_per_million": 71.019, - "new_cases_smoothed_per_million": 88.785, - "total_deaths_per_million": 104.547, - "new_deaths_per_million": 2.438, - "new_deaths_smoothed_per_million": 2.613, - "stringency_index": 59.26 - }, - { - "date": "2020-08-04", - "total_cases": 12296.0, - "new_cases": 188.0, - "new_cases_smoothed": 256.857, - "total_deaths": 347.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 3747.849, - "new_cases_per_million": 57.303, - "new_cases_smoothed_per_million": 78.291, - "total_deaths_per_million": 105.766, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 2.308, - "stringency_index": 59.26 - }, - { - "date": "2020-08-05", - "total_cases": 12858.0, - "new_cases": 562.0, - "new_cases_smoothed": 298.857, - "total_deaths": 368.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 3919.148, - "new_cases_per_million": 171.299, - "new_cases_smoothed_per_million": 91.092, - "total_deaths_per_million": 112.167, - "new_deaths_per_million": 6.401, - "new_deaths_smoothed_per_million": 3.092, - "stringency_index": 59.26 - }, - { - "date": "2020-08-06", - "total_cases": 13146.0, - "new_cases": 288.0, - "new_cases_smoothed": 340.0, - "total_deaths": 374.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 4006.931, - "new_cases_per_million": 87.783, - "new_cases_smoothed_per_million": 103.633, - "total_deaths_per_million": 113.996, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 3.353, - "stringency_index": 59.26 - }, - { - "date": "2020-08-07", - "total_cases": 13397.0, - "new_cases": 251.0, - "new_cases_smoothed": 279.0, - "total_deaths": 379.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 4083.437, - "new_cases_per_million": 76.505, - "new_cases_smoothed_per_million": 85.04, - "total_deaths_per_million": 115.52, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 2.221, - "stringency_index": 59.26 - }, - { - "date": "2020-08-08", - "total_cases": 13687.0, - "new_cases": 290.0, - "new_cases_smoothed": 320.429, - "total_deaths": 394.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 4171.829, - "new_cases_per_million": 88.393, - "new_cases_smoothed_per_million": 97.667, - "total_deaths_per_million": 120.092, - "new_deaths_per_million": 4.572, - "new_deaths_smoothed_per_million": 2.874, - "stringency_index": 59.26 - }, - { - "date": "2020-08-09", - "total_cases": 14089.0, - "new_cases": 402.0, - "new_cases_smoothed": 316.286, - "total_deaths": 396.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 4294.36, - "new_cases_per_million": 122.531, - "new_cases_smoothed_per_million": 96.405, - "total_deaths_per_million": 120.702, - "new_deaths_per_million": 0.61, - "new_deaths_smoothed_per_million": 2.656, - "stringency_index": 59.26 - }, - { - "date": "2020-08-10", - "total_cases": 14325.0, - "new_cases": 236.0, - "new_cases_smoothed": 316.714, - "total_deaths": 402.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 4366.293, - "new_cases_per_million": 71.933, - "new_cases_smoothed_per_million": 96.535, - "total_deaths_per_million": 122.531, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.569, - "stringency_index": 59.26 - }, - { - "date": "2020-08-11", - "total_cases": 14498.0, - "new_cases": 173.0, - "new_cases_smoothed": 314.571, - "total_deaths": 425.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 4419.024, - "new_cases_per_million": 52.731, - "new_cases_smoothed_per_million": 95.882, - "total_deaths_per_million": 129.541, - "new_deaths_per_million": 7.01, - "new_deaths_smoothed_per_million": 3.396, - "stringency_index": 59.26 - }, - { - "date": "2020-08-12", - "total_cases": 14708.0, - "new_cases": 210.0, - "new_cases_smoothed": 264.286, - "total_deaths": 447.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 4483.032, - "new_cases_per_million": 64.008, - "new_cases_smoothed_per_million": 80.555, - "total_deaths_per_million": 136.247, - "new_deaths_per_million": 6.706, - "new_deaths_smoothed_per_million": 3.44, - "stringency_index": 59.26 - }, - { - "date": "2020-08-13", - "total_cases": 14961.0, - "new_cases": 253.0, - "new_cases_smoothed": 259.286, - "total_deaths": 453.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 4560.147, - "new_cases_per_million": 77.115, - "new_cases_smoothed_per_million": 79.031, - "total_deaths_per_million": 138.075, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 3.44, - "stringency_index": 59.26 - }, - { - "date": "2020-08-14", - "total_cases": 15184.0, - "new_cases": 223.0, - "new_cases_smoothed": 255.286, - "total_deaths": 458.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 4628.118, - "new_cases_per_million": 67.971, - "new_cases_smoothed_per_million": 77.812, - "total_deaths_per_million": 139.599, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 3.44, - "stringency_index": 59.26 - }, - { - "date": "2020-08-15", - "total_cases": 15534.0, - "new_cases": 350.0, - "new_cases_smoothed": 263.857, - "total_deaths": 464.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 4734.799, - "new_cases_per_million": 106.681, - "new_cases_smoothed_per_million": 80.424, - "total_deaths_per_million": 141.428, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 3.048, - "stringency_index": 59.26 - }, - { - "date": "2020-08-16", - "total_cases": 15535.0, - "new_cases": 1.0, - "new_cases_smoothed": 206.571, - "total_deaths": 469.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 4735.104, - "new_cases_per_million": 0.305, - "new_cases_smoothed_per_million": 62.963, - "total_deaths_per_million": 142.952, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 3.179, - "stringency_index": 59.26 - }, - { - "date": "2020-08-17", - "total_cases": 15535.0, - "new_cases": 0.0, - "new_cases_smoothed": 172.857, - "total_deaths": 469.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 4735.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 52.687, - "total_deaths_per_million": 142.952, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.917, - "stringency_index": 59.26 - }, - { - "date": "2020-08-18", - "total_cases": 16035.0, - "new_cases": 500.0, - "new_cases_smoothed": 219.571, - "total_deaths": 475.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 4887.505, - "new_cases_per_million": 152.401, - "new_cases_smoothed_per_million": 66.926, - "total_deaths_per_million": 144.781, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.177, - "stringency_index": 59.26 - }, - { - "date": "2020-08-19", - "total_cases": 16351.0, - "new_cases": 316.0, - "new_cases_smoothed": 234.714, - "total_deaths": 495.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 4983.823, - "new_cases_per_million": 96.318, - "new_cases_smoothed_per_million": 71.541, - "total_deaths_per_million": 150.877, - "new_deaths_per_million": 6.096, - "new_deaths_smoothed_per_million": 2.09, - "stringency_index": 59.26 - }, - { - "date": "2020-08-20", - "total_cases": 16691.0, - "new_cases": 340.0, - "new_cases_smoothed": 247.143, - "total_deaths": 507.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 5087.455, - "new_cases_per_million": 103.633, - "new_cases_smoothed_per_million": 75.33, - "total_deaths_per_million": 154.535, - "new_deaths_per_million": 3.658, - "new_deaths_smoothed_per_million": 2.351, - "stringency_index": 59.26 - }, - { - "date": "2020-08-21", - "total_cases": 17029.0, - "new_cases": 338.0, - "new_cases_smoothed": 263.571, - "total_deaths": 515.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 5190.479, - "new_cases_per_million": 103.023, - "new_cases_smoothed_per_million": 80.337, - "total_deaths_per_million": 156.973, - "new_deaths_per_million": 2.438, - "new_deaths_smoothed_per_million": 2.482, - "stringency_index": 53.7 - }, - { - "date": "2020-08-22", - "total_cases": 17392.0, - "new_cases": 363.0, - "new_cases_smoothed": 265.429, - "total_deaths": 520.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 5301.122, - "new_cases_per_million": 110.643, - "new_cases_smoothed_per_million": 80.903, - "total_deaths_per_million": 158.497, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 2.438, - "stringency_index": 53.7 - }, - { - "date": "2020-08-23", - "total_cases": 17392.0, - "new_cases": 0.0, - "new_cases_smoothed": 265.286, - "total_deaths": 520.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 5301.122, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 80.86, - "total_deaths_per_million": 158.497, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.221, - "stringency_index": 53.7 - }, - { - "date": "2020-08-24", - "total_cases": 17900.0, - "new_cases": 508.0, - "new_cases_smoothed": 337.857, - "total_deaths": 529.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 5455.961, - "new_cases_per_million": 154.84, - "new_cases_smoothed_per_million": 102.98, - "total_deaths_per_million": 161.24, - "new_deaths_per_million": 2.743, - "new_deaths_smoothed_per_million": 2.613, - "stringency_index": 53.7 - }, - { - "date": "2020-08-25", - "total_cases": 18027.0, - "new_cases": 127.0, - "new_cases_smoothed": 284.571, - "total_deaths": 540.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 5494.671, - "new_cases_per_million": 38.71, - "new_cases_smoothed_per_million": 86.738, - "total_deaths_per_million": 164.593, - "new_deaths_per_million": 3.353, - "new_deaths_smoothed_per_million": 2.83, - "stringency_index": 53.7 - }, - { - "date": "2020-08-26", - "total_cases": 18324.0, - "new_cases": 297.0, - "new_cases_smoothed": 281.857, - "total_deaths": 554.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 5585.198, - "new_cases_per_million": 90.526, - "new_cases_smoothed_per_million": 85.911, - "total_deaths_per_million": 168.86, - "new_deaths_per_million": 4.267, - "new_deaths_smoothed_per_million": 2.569, - "stringency_index": 53.7 - }, - { - "date": "2020-08-27", - "total_cases": 18609.0, - "new_cases": 285.0, - "new_cases_smoothed": 274.0, - "total_deaths": 571.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 5672.066, - "new_cases_per_million": 86.869, - "new_cases_smoothed_per_million": 83.516, - "total_deaths_per_million": 174.042, - "new_deaths_per_million": 5.182, - "new_deaths_smoothed_per_million": 2.787, - "stringency_index": 53.7 - }, - { - "date": "2020-08-28", - "total_cases": 18920.0, - "new_cases": 311.0, - "new_cases_smoothed": 270.143, - "total_deaths": 582.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 5766.86, - "new_cases_per_million": 94.794, - "new_cases_smoothed_per_million": 82.34, - "total_deaths_per_million": 177.395, - "new_deaths_per_million": 3.353, - "new_deaths_smoothed_per_million": 2.917, - "stringency_index": 53.7 - }, - { - "date": "2020-08-29", - "total_cases": 19214.0, - "new_cases": 294.0, - "new_cases_smoothed": 260.286, - "total_deaths": 585.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 5856.472, - "new_cases_per_million": 89.612, - "new_cases_smoothed_per_million": 79.336, - "total_deaths_per_million": 178.309, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 2.83, - "stringency_index": 53.7 - }, - { - "date": "2020-08-30", - "total_cases": 19214.0, - "new_cases": 0.0, - "new_cases_smoothed": 260.286, - "total_deaths": 588.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 5856.472, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 79.336, - "total_deaths_per_million": 179.224, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 2.961, - "stringency_index": 53.7 - }, - { - "date": "2020-08-31", - "total_cases": 19789.0, - "new_cases": 575.0, - "new_cases_smoothed": 269.857, - "total_deaths": 592.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 6031.733, - "new_cases_per_million": 175.261, - "new_cases_smoothed_per_million": 82.253, - "total_deaths_per_million": 180.443, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 2.743, - "stringency_index": 46.3 - }, - { - "date": "2020-09-01", - "total_cases": 19964.0, - "new_cases": 175.0, - "new_cases_smoothed": 276.714, - "total_deaths": 609.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 6085.073, - "new_cases_per_million": 53.34, - "new_cases_smoothed_per_million": 84.343, - "total_deaths_per_million": 185.625, - "new_deaths_per_million": 5.182, - "new_deaths_smoothed_per_million": 3.004, - "stringency_index": 46.3 - }, - { - "date": "2020-09-02", - "total_cases": 20234.0, - "new_cases": 270.0, - "new_cases_smoothed": 272.857, - "total_deaths": 620.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 6167.37, - "new_cases_per_million": 82.297, - "new_cases_smoothed_per_million": 83.167, - "total_deaths_per_million": 188.977, - "new_deaths_per_million": 3.353, - "new_deaths_smoothed_per_million": 2.874, - "stringency_index": 46.3 - }, - { - "date": "2020-09-03", - "total_cases": 20517.0, - "new_cases": 283.0, - "new_cases_smoothed": 272.571, - "total_deaths": 627.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 6253.629, - "new_cases_per_million": 86.259, - "new_cases_smoothed_per_million": 83.08, - "total_deaths_per_million": 191.111, - "new_deaths_per_million": 2.134, - "new_deaths_smoothed_per_million": 2.438, - "stringency_index": 46.3 - }, - { - "date": "2020-09-04", - "total_cases": 20804.0, - "new_cases": 287.0, - "new_cases_smoothed": 269.143, - "total_deaths": 636.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 6341.107, - "new_cases_per_million": 87.478, - "new_cases_smoothed_per_million": 82.035, - "total_deaths_per_million": 193.854, - "new_deaths_per_million": 2.743, - "new_deaths_smoothed_per_million": 2.351, - "stringency_index": 46.3 - }, - { - "date": "2020-09-05", - "total_cases": 21142.0, - "new_cases": 338.0, - "new_cases_smoothed": 275.429, - "total_deaths": 639.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 6444.13, - "new_cases_per_million": 103.023, - "new_cases_smoothed_per_million": 83.951, - "total_deaths_per_million": 194.769, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 2.351, - "stringency_index": 46.3 - }, - { - "date": "2020-09-06", - "total_cases": 21142.0, - "new_cases": 0.0, - "new_cases_smoothed": 275.429, - "total_deaths": 639.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 6444.13, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 83.951, - "total_deaths_per_million": 194.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.221, - "stringency_index": 46.3 - }, - { - "date": "2020-09-07", - "total_cases": 21142.0, - "new_cases": 0.0, - "new_cases_smoothed": 193.286, - "total_deaths": 639.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 6444.13, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 58.914, - "total_deaths_per_million": 194.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.047, - "stringency_index": 40.74 - }, - { - "date": "2020-09-08", - "total_cases": 21660.0, - "new_cases": 518.0, - "new_cases_smoothed": 242.286, - "total_deaths": 664.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 6602.018, - "new_cases_per_million": 157.888, - "new_cases_smoothed_per_million": 73.849, - "total_deaths_per_million": 202.389, - "new_deaths_per_million": 7.62, - "new_deaths_smoothed_per_million": 2.395, - "stringency_index": 40.74 - }, - { - "date": "2020-09-09", - "total_cases": 21961.0, - "new_cases": 301.0, - "new_cases_smoothed": 246.714, - "total_deaths": 669.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 6693.764, - "new_cases_per_million": 91.745, - "new_cases_smoothed_per_million": 75.199, - "total_deaths_per_million": 203.913, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 2.134, - "stringency_index": 40.74 - }, - { - "date": "2020-09-10", - "total_cases": 22258.0, - "new_cases": 297.0, - "new_cases_smoothed": 248.714, - "total_deaths": 675.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 6784.29, - "new_cases_per_million": 90.526, - "new_cases_smoothed_per_million": 75.809, - "total_deaths_per_million": 205.742, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.09, - "stringency_index": 40.74 - }, - { - "date": "2020-09-11", - "total_cases": 22544.0, - "new_cases": 286.0, - "new_cases_smoothed": 248.571, - "total_deaths": 680.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 6871.463, - "new_cases_per_million": 87.173, - "new_cases_smoothed_per_million": 75.765, - "total_deaths_per_million": 207.266, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 1.916, - "stringency_index": 40.74 - }, - { - "date": "2020-09-12", - "total_cases": 22834.0, - "new_cases": 290.0, - "new_cases_smoothed": 241.714, - "total_deaths": 686.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 6959.856, - "new_cases_per_million": 88.393, - "new_cases_smoothed_per_million": 73.675, - "total_deaths_per_million": 209.094, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.047, - "stringency_index": 40.74 - }, - { - "date": "2020-09-13", - "total_cases": 23134.0, - "new_cases": 300.0, - "new_cases_smoothed": 284.571, - "total_deaths": 686.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 7051.297, - "new_cases_per_million": 91.441, - "new_cases_smoothed_per_million": 86.738, - "total_deaths_per_million": 209.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.047, - "stringency_index": 40.74 - }, - { - "date": "2020-09-14", - "total_cases": 23462.0, - "new_cases": 328.0, - "new_cases_smoothed": 331.429, - "total_deaths": 689.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 7151.272, - "new_cases_per_million": 99.975, - "new_cases_smoothed_per_million": 101.02, - "total_deaths_per_million": 210.009, - "new_deaths_per_million": 0.914, - "new_deaths_smoothed_per_million": 2.177, - "stringency_index": 40.74 - }, - { - "date": "2020-09-15", - "total_cases": 23630.0, - "new_cases": 168.0, - "new_cases_smoothed": 281.429, - "total_deaths": 698.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7202.479, - "new_cases_per_million": 51.207, - "new_cases_smoothed_per_million": 85.78, - "total_deaths_per_million": 212.752, - "new_deaths_per_million": 2.743, - "new_deaths_smoothed_per_million": 1.48, - "stringency_index": 40.74 - }, - { - "date": "2020-09-16", - "total_cases": 23924.0, - "new_cases": 294.0, - "new_cases_smoothed": 280.429, - "total_deaths": 718.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 7292.091, - "new_cases_per_million": 89.612, - "new_cases_smoothed_per_million": 85.475, - "total_deaths_per_million": 218.848, - "new_deaths_per_million": 6.096, - "new_deaths_smoothed_per_million": 2.134, - "stringency_index": 40.74 - }, - { - "date": "2020-09-17", - "total_cases": 24206.0, - "new_cases": 282.0, - "new_cases_smoothed": 278.286, - "total_deaths": 729.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 7378.045, - "new_cases_per_million": 85.954, - "new_cases_smoothed_per_million": 84.822, - "total_deaths_per_million": 222.201, - "new_deaths_per_million": 3.353, - "new_deaths_smoothed_per_million": 2.351, - "stringency_index": 40.74 - }, - { - "date": "2020-09-18", - "total_cases": 24600.0, - "new_cases": 394.0, - "new_cases_smoothed": 293.714, - "total_deaths": 741.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 7498.137, - "new_cases_per_million": 120.092, - "new_cases_smoothed_per_million": 89.525, - "total_deaths_per_million": 225.859, - "new_deaths_per_million": 3.658, - "new_deaths_smoothed_per_million": 2.656, - "stringency_index": 40.74 - }, - { - "date": "2020-09-19", - "total_cases": 24892.0, - "new_cases": 292.0, - "new_cases_smoothed": 294.0, - "total_deaths": 746.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 7587.139, - "new_cases_per_million": 89.002, - "new_cases_smoothed_per_million": 89.612, - "total_deaths_per_million": 227.383, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 2.613, - "stringency_index": 40.74 - }, - { - "date": "2020-09-20", - "total_cases": 25212.0, - "new_cases": 320.0, - "new_cases_smoothed": 296.857, - "total_deaths": 752.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 7684.676, - "new_cases_per_million": 97.537, - "new_cases_smoothed_per_million": 90.483, - "total_deaths_per_million": 229.211, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.874, - "stringency_index": 40.74 - }, - { - "date": "2020-09-21", - "total_cases": 25424.0, - "new_cases": 212.0, - "new_cases_smoothed": 280.286, - "total_deaths": 757.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 7749.294, - "new_cases_per_million": 64.618, - "new_cases_smoothed_per_million": 85.432, - "total_deaths_per_million": 230.735, - "new_deaths_per_million": 1.524, - "new_deaths_smoothed_per_million": 2.961, - "stringency_index": 40.74 - }, - { - "date": "2020-09-22", - "total_cases": 25516.0, - "new_cases": 92.0, - "new_cases_smoothed": 269.429, - "total_deaths": 763.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 7777.336, - "new_cases_per_million": 28.042, - "new_cases_smoothed_per_million": 82.122, - "total_deaths_per_million": 232.564, - "new_deaths_per_million": 1.829, - "new_deaths_smoothed_per_million": 2.83 - }, - { - "date": "2020-09-23", - "total_cases": 25737.0, - "new_cases": 221.0, - "new_cases_smoothed": 259.0, - "total_deaths": 778.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 7844.697, - "new_cases_per_million": 67.361, - "new_cases_smoothed_per_million": 78.944, - "total_deaths_per_million": 237.136, - "new_deaths_per_million": 4.572, - "new_deaths_smoothed_per_million": 2.613 - }, - { - "date": "2020-09-24", - "total_cases": 26081.0, - "new_cases": 344.0, - "new_cases_smoothed": 267.857, - "total_deaths": 790.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 7949.549, - "new_cases_per_million": 104.852, - "new_cases_smoothed_per_million": 81.643, - "total_deaths_per_million": 240.794, - "new_deaths_per_million": 3.658, - "new_deaths_smoothed_per_million": 2.656 - }, - { - "date": "2020-09-25", - "total_cases": 26316.0, - "new_cases": 235.0, - "new_cases_smoothed": 245.143, - "total_deaths": 802.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 8021.178, - "new_cases_per_million": 71.629, - "new_cases_smoothed_per_million": 74.72, - "total_deaths_per_million": 244.451, - "new_deaths_per_million": 3.658, - "new_deaths_smoothed_per_million": 2.656 - } - ] - }, - "BLR": { - "continent": "Europe", - "location": "Belarus", - "population": 9449321.0, - "population_density": 46.858, - "median_age": 40.3, - "aged_65_older": 14.799, - "aged_70_older": 9.788, - "gdp_per_capita": 17167.967, - "cardiovasc_death_rate": 443.129, - "diabetes_prevalence": 5.18, - "female_smokers": 10.5, - "male_smokers": 46.1, - "hospital_beds_per_thousand": 11.0, - "life_expectancy": 74.79, - "human_development_index": 0.808, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.106, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 5000.0, - "total_tests_per_thousand": 0.529, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-04", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.423, - "new_cases_per_million": 0.317, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-05", - "total_cases": 6.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.635, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-06", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 611.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 855.4, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-11", - "total_cases": 9.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.952, - "new_cases_per_million": 0.317, - "new_cases_smoothed_per_million": 0.076, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 611.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 855.4, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 12.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.27, - "new_cases_per_million": 0.317, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 10500.0, - "total_tests_per_thousand": 1.111, - "new_tests_smoothed": 611.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 712.8330000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-13", - "total_cases": 21.0, - "new_cases": 9.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.222, - "new_cases_per_million": 0.952, - "new_cases_smoothed_per_million": 0.227, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 720.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_per_case": 336.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 2.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 829.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 386.86699999999996, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-15", - "new_cases_smoothed": 2.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 938.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 437.733, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-16", - "total_cases": 27.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.857, - "new_cases_per_million": 0.635, - "new_cases_smoothed_per_million": 0.317, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 16000.0, - "total_tests_per_thousand": 1.693, - "new_tests_smoothed": 1048.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 349.333, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-17", - "total_cases": 36.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.81, - "new_cases_per_million": 0.952, - "new_cases_smoothed_per_million": 0.454, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1067.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_per_case": 248.967, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-18", - "total_cases": 36.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.81, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.408, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1087.0, - "new_tests_smoothed_per_thousand": 0.115, - "tests_per_case": 281.815, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-19", - "total_cases": 46.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.868, - "new_cases_per_million": 1.058, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1107.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_per_case": 227.912, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-20", - "total_cases": 57.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.032, - "new_cases_per_million": 1.164, - "new_cases_smoothed_per_million": 0.544, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 19000.0, - "total_tests_per_thousand": 2.011, - "new_tests_smoothed": 1018.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 197.94400000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-21", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.544, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 979.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 190.361, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-22", - "total_cases": 76.0, - "new_cases": 19.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.043, - "new_cases_per_million": 2.011, - "new_cases_smoothed_per_million": 0.832, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 939.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 119.509, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-23", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 900.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 128.571, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-24", - "total_cases": 81.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.572, - "new_cases_per_million": 0.529, - "new_cases_smoothed_per_million": 0.68, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 950.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 147.778, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-25", - "total_cases": 81.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.572, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.68, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1000.0, - "new_tests_smoothed_per_thousand": 0.106, - "tests_per_case": 155.556, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-26", - "total_cases": 86.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.101, - "new_cases_per_million": 0.529, - "new_cases_smoothed_per_million": 0.605, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1050.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 183.75, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-27", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.101, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.438, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1100.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 265.517, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-28", - "total_cases": 94.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.948, - "new_cases_per_million": 0.847, - "new_cases_smoothed_per_million": 0.559, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1100.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 208.108, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-29", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.948, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.272, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1100.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 427.778, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-30", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.948, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.272, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 30000.0, - "total_tests_per_thousand": 3.175, - "new_tests_smoothed": 1100.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 427.778, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-03-31", - "total_cases": 105.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.112, - "new_cases_per_million": 1.164, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1000.0, - "total_tests": 31000.0, - "total_tests_per_thousand": 3.281, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 1086.0, - "new_tests_smoothed_per_thousand": 0.115, - "tests_per_case": 316.75, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-04-01", - "total_cases": 152.0, - "new_cases": 47.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.086, - "new_cases_per_million": 4.974, - "new_cases_smoothed_per_million": 1.073, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1000.0, - "total_tests": 32000.0, - "total_tests_per_thousand": 3.386, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 1071.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_per_case": 105.59200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-04-02", - "total_cases": 152.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.086, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.998, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1143.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_per_case": 121.227, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-04-03", - "total_cases": 254.0, - "new_cases": 102.0, - "new_cases_smoothed": 24.0, - "total_deaths": 4.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 26.88, - "new_cases_per_million": 10.794, - "new_cases_smoothed_per_million": 2.54, - "total_deaths_per_million": 0.423, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 1214.0, - "new_tests_smoothed_per_thousand": 0.128, - "tests_per_case": 50.583, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-04-04", - "total_cases": 351.0, - "new_cases": 97.0, - "new_cases_smoothed": 36.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 37.146, - "new_cases_per_million": 10.265, - "new_cases_smoothed_per_million": 3.885, - "total_deaths_per_million": 0.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 1286.0, - "new_tests_smoothed_per_thousand": 0.136, - "tests_per_case": 35.027, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-05", - "total_cases": 394.0, - "new_cases": 43.0, - "new_cases_smoothed": 42.857, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 41.696, - "new_cases_per_million": 4.551, - "new_cases_smoothed_per_million": 4.535, - "total_deaths_per_million": 0.529, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.076, - "new_tests_smoothed": 1357.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 31.663, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-06", - "total_cases": 564.0, - "new_cases": 170.0, - "new_cases_smoothed": 67.143, - "total_deaths": 8.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 59.687, - "new_cases_per_million": 17.991, - "new_cases_smoothed_per_million": 7.106, - "total_deaths_per_million": 0.847, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.121, - "total_tests": 40000.0, - "total_tests_per_thousand": 4.233, - "new_tests_smoothed": 1429.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_per_case": 21.283, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-07", - "total_cases": 700.0, - "new_cases": 136.0, - "new_cases_smoothed": 85.0, - "total_deaths": 13.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 74.079, - "new_cases_per_million": 14.393, - "new_cases_smoothed_per_million": 8.995, - "total_deaths_per_million": 1.376, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.197, - "new_tests_smoothed": 1714.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 20.165, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-08", - "total_cases": 861.0, - "new_cases": 161.0, - "new_cases_smoothed": 101.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 91.118, - "new_cases_per_million": 17.038, - "new_cases_smoothed_per_million": 10.719, - "total_deaths_per_million": 1.376, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.197, - "total_tests": 46000.0, - "total_tests_per_thousand": 4.868, - "new_tests_smoothed": 2000.0, - "new_tests_smoothed_per_thousand": 0.212, - "tests_per_case": 19.746, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-09", - "total_cases": 1066.0, - "new_cases": 205.0, - "new_cases_smoothed": 130.571, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 112.812, - "new_cases_per_million": 21.695, - "new_cases_smoothed_per_million": 13.818, - "total_deaths_per_million": 1.376, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 3000.0, - "total_tests": 49000.0, - "total_tests_per_thousand": 5.186, - "new_tests_per_thousand": 0.317, - "new_tests_smoothed": 2200.0, - "new_tests_smoothed_per_thousand": 0.233, - "tests_per_case": 16.849, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-10", - "total_cases": 1486.0, - "new_cases": 420.0, - "new_cases_smoothed": 176.0, - "total_deaths": 16.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 157.26, - "new_cases_per_million": 44.448, - "new_cases_smoothed_per_million": 18.626, - "total_deaths_per_million": 1.693, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.181, - "new_tests_smoothed": 2686.0, - "new_tests_smoothed_per_thousand": 0.284, - "tests_per_case": 15.261, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-11", - "total_cases": 1981.0, - "new_cases": 495.0, - "new_cases_smoothed": 232.857, - "total_deaths": 19.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 209.645, - "new_cases_per_million": 52.385, - "new_cases_smoothed_per_million": 24.643, - "total_deaths_per_million": 2.011, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.227, - "new_tests_smoothed": 3171.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_per_case": 13.618, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-12", - "total_cases": 2226.0, - "new_cases": 245.0, - "new_cases_smoothed": 261.714, - "total_deaths": 23.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 235.572, - "new_cases_per_million": 25.928, - "new_cases_smoothed_per_million": 27.697, - "total_deaths_per_million": 2.434, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.272, - "total_tests": 64000.0, - "total_tests_per_thousand": 6.773, - "new_tests_smoothed": 3657.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_per_case": 13.972999999999999, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-13", - "total_cases": 2578.0, - "new_cases": 352.0, - "new_cases_smoothed": 287.714, - "total_deaths": 26.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 272.824, - "new_cases_per_million": 37.251, - "new_cases_smoothed_per_million": 30.448, - "total_deaths_per_million": 2.752, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 4000.0, - "total_tests": 68000.0, - "total_tests_per_thousand": 7.196, - "new_tests_per_thousand": 0.423, - "new_tests_smoothed": 4000.0, - "new_tests_smoothed_per_thousand": 0.423, - "tests_per_case": 13.902999999999999, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-14", - "total_cases": 2919.0, - "new_cases": 341.0, - "new_cases_smoothed": 317.0, - "total_deaths": 29.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 308.911, - "new_cases_per_million": 36.087, - "new_cases_smoothed_per_million": 33.547, - "total_deaths_per_million": 3.069, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.242, - "new_tests": 3875.0, - "total_tests": 71875.0, - "total_tests_per_thousand": 7.606, - "new_tests_per_thousand": 0.41, - "new_tests_smoothed": 4125.0, - "new_tests_smoothed_per_thousand": 0.437, - "tests_per_case": 13.013, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-15", - "total_cases": 3281.0, - "new_cases": 362.0, - "new_cases_smoothed": 345.714, - "total_deaths": 33.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 347.221, - "new_cases_per_million": 38.31, - "new_cases_smoothed_per_million": 36.586, - "total_deaths_per_million": 3.492, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.302, - "new_tests": 4323.0, - "total_tests": 76198.0, - "total_tests_per_thousand": 8.064, - "new_tests_per_thousand": 0.457, - "new_tests_smoothed": 4314.0, - "new_tests_smoothed_per_thousand": 0.457, - "tests_per_case": 12.479000000000001, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-16", - "total_cases": 3728.0, - "new_cases": 447.0, - "new_cases_smoothed": 380.286, - "total_deaths": 36.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 394.526, - "new_cases_per_million": 47.305, - "new_cases_smoothed_per_million": 40.245, - "total_deaths_per_million": 3.81, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.348, - "new_tests_smoothed": 4644.0, - "new_tests_smoothed_per_thousand": 0.491, - "tests_per_case": 12.212, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-17", - "total_cases": 4204.0, - "new_cases": 476.0, - "new_cases_smoothed": 388.286, - "total_deaths": 40.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 444.9, - "new_cases_per_million": 50.374, - "new_cases_smoothed_per_million": 41.091, - "total_deaths_per_million": 4.233, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.363, - "total_tests": 86813.0, - "total_tests_per_thousand": 9.187, - "new_tests_smoothed": 4688.0, - "new_tests_smoothed_per_thousand": 0.496, - "tests_per_case": 12.074000000000002, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-18", - "total_cases": 4779.0, - "new_cases": 575.0, - "new_cases_smoothed": 399.714, - "total_deaths": 43.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 505.751, - "new_cases_per_million": 60.851, - "new_cases_smoothed_per_million": 42.301, - "total_deaths_per_million": 4.551, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.363, - "new_tests": 5896.0, - "total_tests": 92709.0, - "total_tests_per_thousand": 9.811, - "new_tests_per_thousand": 0.624, - "new_tests_smoothed": 4816.0, - "new_tests_smoothed_per_thousand": 0.51, - "tests_per_case": 12.049000000000001, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-19", - "total_cases": 5297.0, - "new_cases": 518.0, - "new_cases_smoothed": 438.714, - "total_deaths": 45.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 560.569, - "new_cases_per_million": 54.819, - "new_cases_smoothed_per_million": 46.428, - "total_deaths_per_million": 4.762, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 5522.0, - "total_tests": 98231.0, - "total_tests_per_thousand": 10.396, - "new_tests_per_thousand": 0.584, - "new_tests_smoothed": 4890.0, - "new_tests_smoothed_per_thousand": 0.517, - "tests_per_case": 11.145999999999999, - "positive_rate": 0.09, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-04-20", - "total_cases": 5807.0, - "new_cases": 510.0, - "new_cases_smoothed": 461.286, - "total_deaths": 47.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 614.542, - "new_cases_per_million": 53.972, - "new_cases_smoothed_per_million": 48.817, - "total_deaths_per_million": 4.974, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 4335.0, - "total_tests": 102566.0, - "total_tests_per_thousand": 10.854, - "new_tests_per_thousand": 0.459, - "new_tests_smoothed": 4938.0, - "new_tests_smoothed_per_thousand": 0.523, - "tests_per_case": 10.705, - "positive_rate": 0.09300000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-21", - "total_cases": 6264.0, - "new_cases": 457.0, - "new_cases_smoothed": 477.857, - "total_deaths": 51.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 662.905, - "new_cases_per_million": 48.363, - "new_cases_smoothed_per_million": 50.571, - "total_deaths_per_million": 5.397, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 5979.0, - "total_tests": 108545.0, - "total_tests_per_thousand": 11.487, - "new_tests_per_thousand": 0.633, - "new_tests_smoothed": 5239.0, - "new_tests_smoothed_per_thousand": 0.554, - "tests_per_case": 10.964, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-22", - "total_cases": 6723.0, - "new_cases": 459.0, - "new_cases_smoothed": 491.714, - "total_deaths": 55.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 711.48, - "new_cases_per_million": 48.575, - "new_cases_smoothed_per_million": 52.037, - "total_deaths_per_million": 5.821, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 6410.0, - "total_tests": 114955.0, - "total_tests_per_thousand": 12.165, - "new_tests_per_thousand": 0.678, - "new_tests_smoothed": 5537.0, - "new_tests_smoothed_per_thousand": 0.586, - "tests_per_case": 11.261, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-23", - "total_cases": 7281.0, - "new_cases": 558.0, - "new_cases_smoothed": 507.571, - "total_deaths": 58.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 770.532, - "new_cases_per_million": 59.052, - "new_cases_smoothed_per_million": 53.715, - "total_deaths_per_million": 6.138, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 7588.0, - "total_tests": 122543.0, - "total_tests_per_thousand": 12.968, - "new_tests_per_thousand": 0.803, - "new_tests_smoothed": 5862.0, - "new_tests_smoothed_per_thousand": 0.62, - "tests_per_case": 11.549000000000001, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-24", - "total_cases": 8022.0, - "new_cases": 741.0, - "new_cases_smoothed": 545.429, - "total_deaths": 60.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 848.95, - "new_cases_per_million": 78.418, - "new_cases_smoothed_per_million": 57.721, - "total_deaths_per_million": 6.35, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.302, - "new_tests": 8281.0, - "total_tests": 130824.0, - "total_tests_per_thousand": 13.845, - "new_tests_per_thousand": 0.876, - "new_tests_smoothed": 6287.0, - "new_tests_smoothed_per_thousand": 0.665, - "tests_per_case": 11.527000000000001, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-25", - "total_cases": 8773.0, - "new_cases": 751.0, - "new_cases_smoothed": 570.571, - "total_deaths": 63.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 928.426, - "new_cases_per_million": 79.477, - "new_cases_smoothed_per_million": 60.382, - "total_deaths_per_million": 6.667, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.302, - "new_tests": 8471.0, - "total_tests": 139295.0, - "total_tests_per_thousand": 14.741, - "new_tests_per_thousand": 0.896, - "new_tests_smoothed": 6655.0, - "new_tests_smoothed_per_thousand": 0.704, - "tests_per_case": 11.664000000000001, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-26", - "total_cases": 9590.0, - "new_cases": 817.0, - "new_cases_smoothed": 613.286, - "total_deaths": 67.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 1014.888, - "new_cases_per_million": 86.461, - "new_cases_smoothed_per_million": 64.903, - "total_deaths_per_million": 7.09, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 8230.0, - "total_tests": 147525.0, - "total_tests_per_thousand": 15.612, - "new_tests_per_thousand": 0.871, - "new_tests_smoothed": 7042.0, - "new_tests_smoothed_per_thousand": 0.745, - "tests_per_case": 11.482000000000001, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-27", - "total_cases": 10463.0, - "new_cases": 873.0, - "new_cases_smoothed": 665.143, - "total_deaths": 72.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 1107.275, - "new_cases_per_million": 92.388, - "new_cases_smoothed_per_million": 70.391, - "total_deaths_per_million": 7.62, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.378, - "new_tests": 6275.0, - "total_tests": 153800.0, - "total_tests_per_thousand": 16.276, - "new_tests_per_thousand": 0.664, - "new_tests_smoothed": 7319.0, - "new_tests_smoothed_per_thousand": 0.775, - "tests_per_case": 11.004000000000001, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-28", - "total_cases": 11289.0, - "new_cases": 826.0, - "new_cases_smoothed": 717.857, - "total_deaths": 75.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 1194.689, - "new_cases_per_million": 87.414, - "new_cases_smoothed_per_million": 75.969, - "total_deaths_per_million": 7.937, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.363, - "new_tests": 7228.0, - "total_tests": 161028.0, - "total_tests_per_thousand": 17.041, - "new_tests_per_thousand": 0.765, - "new_tests_smoothed": 7498.0, - "new_tests_smoothed_per_thousand": 0.793, - "tests_per_case": 10.445, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-29", - "total_cases": 12208.0, - "new_cases": 919.0, - "new_cases_smoothed": 783.571, - "total_deaths": 79.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 1291.945, - "new_cases_per_million": 97.256, - "new_cases_smoothed_per_million": 82.924, - "total_deaths_per_million": 8.36, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.363, - "new_tests": 7958.0, - "total_tests": 168986.0, - "total_tests_per_thousand": 17.883, - "new_tests_per_thousand": 0.842, - "new_tests_smoothed": 7719.0, - "new_tests_smoothed_per_thousand": 0.817, - "tests_per_case": 9.851, - "positive_rate": 0.102, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-04-30", - "total_cases": 13181.0, - "new_cases": 973.0, - "new_cases_smoothed": 842.857, - "total_deaths": 84.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1394.915, - "new_cases_per_million": 102.97, - "new_cases_smoothed_per_million": 89.198, - "total_deaths_per_million": 8.89, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.393, - "new_tests": 7639.0, - "total_tests": 176625.0, - "total_tests_per_thousand": 18.692, - "new_tests_per_thousand": 0.808, - "new_tests_smoothed": 7726.0, - "new_tests_smoothed_per_thousand": 0.818, - "tests_per_case": 9.166, - "positive_rate": 0.109, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-01", - "total_cases": 14027.0, - "new_cases": 846.0, - "new_cases_smoothed": 857.857, - "total_deaths": 89.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1484.445, - "new_cases_per_million": 89.53, - "new_cases_smoothed_per_million": 90.785, - "total_deaths_per_million": 9.419, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.438, - "new_tests": 9637.0, - "total_tests": 186262.0, - "total_tests_per_thousand": 19.712, - "new_tests_per_thousand": 1.02, - "new_tests_smoothed": 7920.0, - "new_tests_smoothed_per_thousand": 0.838, - "tests_per_case": 9.232000000000001, - "positive_rate": 0.10800000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-02", - "total_cases": 14917.0, - "new_cases": 890.0, - "new_cases_smoothed": 877.714, - "total_deaths": 93.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1578.632, - "new_cases_per_million": 94.187, - "new_cases_smoothed_per_million": 92.886, - "total_deaths_per_million": 9.842, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.454, - "new_tests": 9168.0, - "total_tests": 195430.0, - "total_tests_per_thousand": 20.682, - "new_tests_per_thousand": 0.97, - "new_tests_smoothed": 8019.0, - "new_tests_smoothed_per_thousand": 0.849, - "tests_per_case": 9.136000000000001, - "positive_rate": 0.109, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-03", - "total_cases": 15828.0, - "new_cases": 911.0, - "new_cases_smoothed": 891.143, - "total_deaths": 97.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1675.041, - "new_cases_per_million": 96.409, - "new_cases_smoothed_per_million": 94.308, - "total_deaths_per_million": 10.265, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.454, - "new_tests": 8809.0, - "total_tests": 204239.0, - "total_tests_per_thousand": 21.614, - "new_tests_per_thousand": 0.932, - "new_tests_smoothed": 8102.0, - "new_tests_smoothed_per_thousand": 0.857, - "tests_per_case": 9.092, - "positive_rate": 0.11, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-04", - "total_cases": 16705.0, - "new_cases": 877.0, - "new_cases_smoothed": 891.714, - "total_deaths": 99.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 1767.852, - "new_cases_per_million": 92.811, - "new_cases_smoothed_per_million": 94.368, - "total_deaths_per_million": 10.477, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.408, - "new_tests": 7130.0, - "total_tests": 211369.0, - "total_tests_per_thousand": 22.369, - "new_tests_per_thousand": 0.755, - "new_tests_smoothed": 8224.0, - "new_tests_smoothed_per_thousand": 0.87, - "tests_per_case": 9.222999999999999, - "positive_rate": 0.10800000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-05", - "total_cases": 17489.0, - "new_cases": 784.0, - "new_cases_smoothed": 885.714, - "total_deaths": 103.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1850.821, - "new_cases_per_million": 82.969, - "new_cases_smoothed_per_million": 93.733, - "total_deaths_per_million": 10.9, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.423, - "new_tests_smoothed": 8053.0, - "new_tests_smoothed_per_thousand": 0.852, - "tests_per_case": 9.092, - "positive_rate": 0.11, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-06", - "total_cases": 18350.0, - "new_cases": 861.0, - "new_cases_smoothed": 877.429, - "total_deaths": 107.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1941.938, - "new_cases_per_million": 91.118, - "new_cases_smoothed_per_million": 92.856, - "total_deaths_per_million": 11.324, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.423, - "new_tests_smoothed": 7778.0, - "new_tests_smoothed_per_thousand": 0.823, - "tests_per_case": 8.865, - "positive_rate": 0.113, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-07", - "total_cases": 19255.0, - "new_cases": 905.0, - "new_cases_smoothed": 867.714, - "total_deaths": 112.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2037.713, - "new_cases_per_million": 95.774, - "new_cases_smoothed_per_million": 91.828, - "total_deaths_per_million": 11.853, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.423, - "total_tests": 229466.0, - "total_tests_per_thousand": 24.284, - "new_tests_smoothed": 7549.0, - "new_tests_smoothed_per_thousand": 0.799, - "tests_per_case": 8.7, - "positive_rate": 0.115, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-08", - "total_cases": 20168.0, - "new_cases": 913.0, - "new_cases_smoothed": 877.286, - "total_deaths": 116.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2134.333, - "new_cases_per_million": 96.621, - "new_cases_smoothed_per_million": 92.841, - "total_deaths_per_million": 12.276, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.408, - "new_tests": 10680.0, - "total_tests": 240146.0, - "total_tests_per_thousand": 25.414, - "new_tests_per_thousand": 1.13, - "new_tests_smoothed": 7698.0, - "new_tests_smoothed_per_thousand": 0.815, - "tests_per_case": 8.775, - "positive_rate": 0.114, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-09", - "total_cases": 21101.0, - "new_cases": 933.0, - "new_cases_smoothed": 883.429, - "total_deaths": 121.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2233.071, - "new_cases_per_million": 98.737, - "new_cases_smoothed_per_million": 93.491, - "total_deaths_per_million": 12.805, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.423, - "new_tests": 11625.0, - "total_tests": 251771.0, - "total_tests_per_thousand": 26.644, - "new_tests_per_thousand": 1.23, - "new_tests_smoothed": 8049.0, - "new_tests_smoothed_per_thousand": 0.852, - "tests_per_case": 9.111, - "positive_rate": 0.11, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-10", - "total_cases": 22052.0, - "new_cases": 951.0, - "new_cases_smoothed": 889.143, - "total_deaths": 126.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2333.713, - "new_cases_per_million": 100.642, - "new_cases_smoothed_per_million": 94.096, - "total_deaths_per_million": 13.334, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.438, - "new_tests": 11772.0, - "total_tests": 263543.0, - "total_tests_per_thousand": 27.89, - "new_tests_per_thousand": 1.246, - "new_tests_smoothed": 8472.0, - "new_tests_smoothed_per_thousand": 0.897, - "tests_per_case": 9.527999999999999, - "positive_rate": 0.105, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-11", - "total_cases": 22973.0, - "new_cases": 921.0, - "new_cases_smoothed": 895.429, - "total_deaths": 131.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2431.18, - "new_cases_per_million": 97.467, - "new_cases_smoothed_per_million": 94.761, - "total_deaths_per_million": 13.863, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.484, - "new_tests": 10517.0, - "total_tests": 274060.0, - "total_tests_per_thousand": 29.003, - "new_tests_per_thousand": 1.113, - "new_tests_smoothed": 8956.0, - "new_tests_smoothed_per_thousand": 0.948, - "tests_per_case": 10.002, - "positive_rate": 0.1, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-12", - "total_cases": 23906.0, - "new_cases": 933.0, - "new_cases_smoothed": 916.714, - "total_deaths": 135.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2529.917, - "new_cases_per_million": 98.737, - "new_cases_smoothed_per_million": 97.014, - "total_deaths_per_million": 14.287, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.484, - "new_tests": 10385.0, - "total_tests": 284445.0, - "total_tests_per_thousand": 30.102, - "new_tests_per_thousand": 1.099, - "new_tests_smoothed": 9578.0, - "new_tests_smoothed_per_thousand": 1.014, - "tests_per_case": 10.448, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-13", - "total_cases": 24873.0, - "new_cases": 967.0, - "new_cases_smoothed": 931.857, - "total_deaths": 142.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2632.253, - "new_cases_per_million": 102.335, - "new_cases_smoothed_per_million": 98.616, - "total_deaths_per_million": 15.028, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 11935.0, - "total_tests": 296380.0, - "total_tests_per_thousand": 31.365, - "new_tests_per_thousand": 1.263, - "new_tests_smoothed": 10421.0, - "new_tests_smoothed_per_thousand": 1.103, - "tests_per_case": 11.183, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-14", - "total_cases": 25825.0, - "new_cases": 952.0, - "new_cases_smoothed": 938.571, - "total_deaths": 146.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2733.001, - "new_cases_per_million": 100.748, - "new_cases_smoothed_per_million": 99.327, - "total_deaths_per_million": 15.451, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 11776.0, - "total_tests": 308156.0, - "total_tests_per_thousand": 32.611, - "new_tests_per_thousand": 1.246, - "new_tests_smoothed": 11241.0, - "new_tests_smoothed_per_thousand": 1.19, - "tests_per_case": 11.977, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-15", - "total_cases": 26772.0, - "new_cases": 947.0, - "new_cases_smoothed": 943.429, - "total_deaths": 151.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2833.219, - "new_cases_per_million": 100.219, - "new_cases_smoothed_per_million": 99.841, - "total_deaths_per_million": 15.98, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 11733.0, - "new_tests_smoothed_per_thousand": 1.242, - "tests_per_case": 12.437000000000001, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-16", - "total_cases": 27730.0, - "new_cases": 958.0, - "new_cases_smoothed": 947.0, - "total_deaths": 156.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2934.602, - "new_cases_per_million": 101.383, - "new_cases_smoothed_per_million": 100.219, - "total_deaths_per_million": 16.509, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 12089.0, - "new_tests_smoothed_per_thousand": 1.279, - "tests_per_case": 12.765999999999998, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-17", - "total_cases": 28681.0, - "new_cases": 951.0, - "new_cases_smoothed": 947.0, - "total_deaths": 160.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3035.245, - "new_cases_per_million": 100.642, - "new_cases_smoothed_per_million": 100.219, - "total_deaths_per_million": 16.932, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 350515.0, - "total_tests_per_thousand": 37.094, - "new_tests_smoothed": 12425.0, - "new_tests_smoothed_per_thousand": 1.315, - "tests_per_case": 13.12, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-18", - "total_cases": 29650.0, - "new_cases": 969.0, - "new_cases_smoothed": 953.857, - "total_deaths": 165.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3137.792, - "new_cases_per_million": 102.547, - "new_cases_smoothed_per_million": 100.945, - "total_deaths_per_million": 17.462, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 12692.0, - "new_tests_smoothed_per_thousand": 1.343, - "tests_per_case": 13.306, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-19", - "total_cases": 30572.0, - "new_cases": 922.0, - "new_cases_smoothed": 952.286, - "total_deaths": 171.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3235.365, - "new_cases_per_million": 97.573, - "new_cases_smoothed_per_million": 100.778, - "total_deaths_per_million": 18.097, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 12977.0, - "new_tests_smoothed_per_thousand": 1.373, - "tests_per_case": 13.627, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-20", - "total_cases": 31508.0, - "new_cases": 936.0, - "new_cases_smoothed": 947.857, - "total_deaths": 175.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3334.419, - "new_cases_per_million": 99.055, - "new_cases_smoothed_per_million": 100.31, - "total_deaths_per_million": 18.52, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "total_tests": 387673.0, - "total_tests_per_thousand": 41.027, - "new_tests_smoothed": 13042.0, - "new_tests_smoothed_per_thousand": 1.38, - "tests_per_case": 13.759, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-21", - "total_cases": 32426.0, - "new_cases": 918.0, - "new_cases_smoothed": 943.0, - "total_deaths": 179.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3431.569, - "new_cases_per_million": 97.15, - "new_cases_smoothed_per_million": 99.796, - "total_deaths_per_million": 18.943, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "new_tests_smoothed": 13598.0, - "new_tests_smoothed_per_thousand": 1.439, - "tests_per_case": 14.42, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-22", - "total_cases": 33371.0, - "new_cases": 945.0, - "new_cases_smoothed": 942.714, - "total_deaths": 185.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3531.577, - "new_cases_per_million": 100.007, - "new_cases_smoothed_per_million": 99.765, - "total_deaths_per_million": 19.578, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 419004.0, - "total_tests_per_thousand": 44.342, - "new_tests_smoothed": 13818.0, - "new_tests_smoothed_per_thousand": 1.462, - "tests_per_case": 14.658, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-23", - "total_cases": 34303.0, - "new_cases": 932.0, - "new_cases_smoothed": 939.0, - "total_deaths": 190.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3630.208, - "new_cases_per_million": 98.631, - "new_cases_smoothed_per_million": 99.372, - "total_deaths_per_million": 20.107, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 15614.0, - "total_tests": 434618.0, - "total_tests_per_thousand": 45.995, - "new_tests_per_thousand": 1.652, - "new_tests_smoothed": 14032.0, - "new_tests_smoothed_per_thousand": 1.485, - "tests_per_case": 14.944, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-24", - "total_cases": 35244.0, - "new_cases": 941.0, - "new_cases_smoothed": 937.571, - "total_deaths": 194.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3729.792, - "new_cases_per_million": 99.584, - "new_cases_smoothed_per_million": 99.221, - "total_deaths_per_million": 20.531, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 14042.0, - "new_tests_smoothed_per_thousand": 1.486, - "tests_per_case": 14.977, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-25", - "total_cases": 36198.0, - "new_cases": 954.0, - "new_cases_smoothed": 935.429, - "total_deaths": 199.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3830.751, - "new_cases_per_million": 100.96, - "new_cases_smoothed_per_million": 98.994, - "total_deaths_per_million": 21.06, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 463004.0, - "total_tests_per_thousand": 48.999, - "new_tests_smoothed": 14300.0, - "new_tests_smoothed_per_thousand": 1.513, - "tests_per_case": 15.287, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-26", - "total_cases": 37144.0, - "new_cases": 946.0, - "new_cases_smoothed": 938.857, - "total_deaths": 204.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3930.864, - "new_cases_per_million": 100.113, - "new_cases_smoothed_per_million": 99.357, - "total_deaths_per_million": 21.589, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.499, - "new_tests": 9902.0, - "total_tests": 472906.0, - "total_tests_per_thousand": 50.047, - "new_tests_per_thousand": 1.048, - "new_tests_smoothed": 13946.0, - "new_tests_smoothed_per_thousand": 1.476, - "tests_per_case": 14.854000000000001, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-27", - "total_cases": 38059.0, - "new_cases": 915.0, - "new_cases_smoothed": 935.857, - "total_deaths": 208.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 4027.697, - "new_cases_per_million": 96.832, - "new_cases_smoothed_per_million": 99.04, - "total_deaths_per_million": 22.012, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "new_tests_smoothed": 14092.0, - "new_tests_smoothed_per_thousand": 1.491, - "tests_per_case": 15.058, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-28", - "total_cases": 38956.0, - "new_cases": 897.0, - "new_cases_smoothed": 932.857, - "total_deaths": 214.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 4122.624, - "new_cases_per_million": 94.927, - "new_cases_smoothed_per_million": 98.722, - "total_deaths_per_million": 22.647, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 13771.0, - "new_tests_smoothed_per_thousand": 1.457, - "tests_per_case": 14.762, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-29", - "total_cases": 39858.0, - "new_cases": 902.0, - "new_cases_smoothed": 926.714, - "total_deaths": 219.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 4218.081, - "new_cases_per_million": 95.457, - "new_cases_smoothed_per_million": 98.072, - "total_deaths_per_million": 23.176, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 13449.0, - "new_tests_smoothed_per_thousand": 1.423, - "tests_per_case": 14.513, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-30", - "total_cases": 40764.0, - "new_cases": 906.0, - "new_cases_smoothed": 923.0, - "total_deaths": 224.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 4313.961, - "new_cases_per_million": 95.88, - "new_cases_smoothed_per_million": 97.679, - "total_deaths_per_million": 23.705, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 526559.0, - "total_tests_per_thousand": 55.725, - "new_tests_smoothed": 13134.0, - "new_tests_smoothed_per_thousand": 1.39, - "tests_per_case": 14.23, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-05-31", - "total_cases": 41658.0, - "new_cases": 894.0, - "new_cases_smoothed": 916.286, - "total_deaths": 229.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 4408.571, - "new_cases_per_million": 94.61, - "new_cases_smoothed_per_million": 96.968, - "total_deaths_per_million": 24.235, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 14534.0, - "total_tests": 541093.0, - "total_tests_per_thousand": 57.263, - "new_tests_per_thousand": 1.538, - "new_tests_smoothed": 13183.0, - "new_tests_smoothed_per_thousand": 1.395, - "tests_per_case": 14.387, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-01", - "total_cases": 42556.0, - "new_cases": 898.0, - "new_cases_smoothed": 908.286, - "total_deaths": 235.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 4503.604, - "new_cases_per_million": 95.033, - "new_cases_smoothed_per_million": 96.122, - "total_deaths_per_million": 24.87, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "new_tests": 12284.0, - "total_tests": 553377.0, - "total_tests_per_thousand": 58.563, - "new_tests_per_thousand": 1.3, - "new_tests_smoothed": 12910.0, - "new_tests_smoothed_per_thousand": 1.366, - "tests_per_case": 14.214, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-02", - "total_cases": 43403.0, - "new_cases": 847.0, - "new_cases_smoothed": 894.143, - "total_deaths": 240.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 4593.24, - "new_cases_per_million": 89.636, - "new_cases_smoothed_per_million": 94.625, - "total_deaths_per_million": 25.399, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.544, - "new_tests": 9568.0, - "total_tests": 562945.0, - "total_tests_per_thousand": 59.575, - "new_tests_per_thousand": 1.013, - "new_tests_smoothed": 12863.0, - "new_tests_smoothed_per_thousand": 1.361, - "tests_per_case": 14.386, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-03", - "total_cases": 44255.0, - "new_cases": 852.0, - "new_cases_smoothed": 885.143, - "total_deaths": 243.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 4683.405, - "new_cases_per_million": 90.165, - "new_cases_smoothed_per_million": 93.673, - "total_deaths_per_million": 25.716, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 12643.0, - "new_tests_smoothed_per_thousand": 1.338, - "tests_per_case": 14.284, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-04", - "total_cases": 45116.0, - "new_cases": 861.0, - "new_cases_smoothed": 880.0, - "total_deaths": 248.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 4774.523, - "new_cases_per_million": 91.118, - "new_cases_smoothed_per_million": 93.128, - "total_deaths_per_million": 26.245, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 12423.0, - "new_tests_smoothed_per_thousand": 1.315, - "tests_per_case": 14.117, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-05", - "total_cases": 45981.0, - "new_cases": 865.0, - "new_cases_smoothed": 874.714, - "total_deaths": 253.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 4866.064, - "new_cases_per_million": 91.541, - "new_cases_smoothed_per_million": 92.569, - "total_deaths_per_million": 26.774, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 12203.0, - "new_tests_smoothed_per_thousand": 1.291, - "tests_per_case": 13.950999999999999, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-06", - "total_cases": 46868.0, - "new_cases": 887.0, - "new_cases_smoothed": 872.0, - "total_deaths": 259.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 4959.933, - "new_cases_per_million": 93.869, - "new_cases_smoothed_per_million": 92.282, - "total_deaths_per_million": 27.409, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 11983.0, - "new_tests_smoothed_per_thousand": 1.268, - "tests_per_case": 13.742, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-07", - "total_cases": 47751.0, - "new_cases": 883.0, - "new_cases_smoothed": 870.429, - "total_deaths": 263.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 5053.379, - "new_cases_per_million": 93.446, - "new_cases_smoothed_per_million": 92.115, - "total_deaths_per_million": 27.833, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 622313.0, - "total_tests_per_thousand": 65.858, - "new_tests_smoothed": 11603.0, - "new_tests_smoothed_per_thousand": 1.228, - "tests_per_case": 13.33, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-08", - "total_cases": 48630.0, - "new_cases": 879.0, - "new_cases_smoothed": 867.714, - "total_deaths": 269.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 5146.402, - "new_cases_per_million": 93.023, - "new_cases_smoothed_per_million": 91.828, - "total_deaths_per_million": 28.468, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 10680.0, - "total_tests": 632993.0, - "total_tests_per_thousand": 66.988, - "new_tests_per_thousand": 1.13, - "new_tests_smoothed": 11374.0, - "new_tests_smoothed_per_thousand": 1.204, - "tests_per_case": 13.107999999999999, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-09", - "total_cases": 49453.0, - "new_cases": 823.0, - "new_cases_smoothed": 864.286, - "total_deaths": 276.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 5233.498, - "new_cases_per_million": 87.096, - "new_cases_smoothed_per_million": 91.465, - "total_deaths_per_million": 29.208, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 12331.0, - "new_tests_smoothed_per_thousand": 1.305, - "tests_per_case": 14.267000000000001, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-10", - "total_cases": 50265.0, - "new_cases": 812.0, - "new_cases_smoothed": 858.571, - "total_deaths": 282.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 5319.43, - "new_cases_per_million": 85.932, - "new_cases_smoothed_per_million": 90.861, - "total_deaths_per_million": 29.843, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.59, - "new_tests_smoothed": 12958.0, - "new_tests_smoothed_per_thousand": 1.371, - "tests_per_case": 15.093, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-11", - "total_cases": 51066.0, - "new_cases": 801.0, - "new_cases_smoothed": 850.0, - "total_deaths": 288.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 5404.198, - "new_cases_per_million": 84.768, - "new_cases_smoothed_per_million": 89.954, - "total_deaths_per_million": 30.478, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 13586.0, - "new_tests_smoothed_per_thousand": 1.438, - "tests_per_case": 15.984000000000002, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-12", - "total_cases": 51816.0, - "new_cases": 750.0, - "new_cases_smoothed": 833.571, - "total_deaths": 293.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 5483.569, - "new_cases_per_million": 79.371, - "new_cases_smoothed_per_million": 88.215, - "total_deaths_per_million": 31.008, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 14213.0, - "new_tests_smoothed_per_thousand": 1.504, - "tests_per_case": 17.051, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-13", - "total_cases": 52520.0, - "new_cases": 704.0, - "new_cases_smoothed": 807.429, - "total_deaths": 298.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 5558.071, - "new_cases_per_million": 74.503, - "new_cases_smoothed_per_million": 85.448, - "total_deaths_per_million": 31.537, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.59, - "total_tests": 714324.0, - "total_tests_per_thousand": 75.595, - "new_tests_smoothed": 14841.0, - "new_tests_smoothed_per_thousand": 1.571, - "tests_per_case": 18.381, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-14", - "total_cases": 53241.0, - "new_cases": 721.0, - "new_cases_smoothed": 784.286, - "total_deaths": 303.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 5634.373, - "new_cases_per_million": 76.302, - "new_cases_smoothed_per_million": 82.999, - "total_deaths_per_million": 32.066, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 15687.0, - "new_tests_smoothed_per_thousand": 1.66, - "tests_per_case": 20.002, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-15", - "total_cases": 53973.0, - "new_cases": 732.0, - "new_cases_smoothed": 763.286, - "total_deaths": 308.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 5711.839, - "new_cases_per_million": 77.466, - "new_cases_smoothed_per_million": 80.777, - "total_deaths_per_million": 32.595, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.59, - "total_tests": 749917.0, - "total_tests_per_thousand": 79.362, - "new_tests_smoothed": 16703.0, - "new_tests_smoothed_per_thousand": 1.768, - "tests_per_case": 21.883000000000003, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-16", - "total_cases": 54680.0, - "new_cases": 707.0, - "new_cases_smoothed": 746.714, - "total_deaths": 312.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 5786.659, - "new_cases_per_million": 74.82, - "new_cases_smoothed_per_million": 79.023, - "total_deaths_per_million": 33.018, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.544, - "new_tests": 10632.0, - "total_tests": 760549.0, - "total_tests_per_thousand": 80.487, - "new_tests_per_thousand": 1.125, - "new_tests_smoothed": 15899.0, - "new_tests_smoothed_per_thousand": 1.683, - "tests_per_case": 21.291999999999998, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-17", - "total_cases": 55369.0, - "new_cases": 689.0, - "new_cases_smoothed": 729.143, - "total_deaths": 318.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 5859.574, - "new_cases_per_million": 72.915, - "new_cases_smoothed_per_million": 77.164, - "total_deaths_per_million": 33.653, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 16424.0, - "new_tests_smoothed_per_thousand": 1.738, - "tests_per_case": 22.525, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-18", - "total_cases": 56032.0, - "new_cases": 663.0, - "new_cases_smoothed": 709.429, - "total_deaths": 324.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 5929.738, - "new_cases_per_million": 70.164, - "new_cases_smoothed_per_million": 75.077, - "total_deaths_per_million": 34.288, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "total_tests": 800435.0, - "total_tests_per_thousand": 84.708, - "new_tests_smoothed": 16949.0, - "new_tests_smoothed_per_thousand": 1.794, - "tests_per_case": 23.891, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-19", - "total_cases": 56657.0, - "new_cases": 625.0, - "new_cases_smoothed": 691.571, - "total_deaths": 331.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 5995.881, - "new_cases_per_million": 66.142, - "new_cases_smoothed_per_million": 73.187, - "total_deaths_per_million": 35.029, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.574, - "new_tests": 21452.0, - "total_tests": 821887.0, - "total_tests_per_thousand": 86.978, - "new_tests_per_thousand": 2.27, - "new_tests_smoothed": 17690.0, - "new_tests_smoothed_per_thousand": 1.872, - "tests_per_case": 25.579, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-20", - "total_cases": 57333.0, - "new_cases": 676.0, - "new_cases_smoothed": 687.571, - "total_deaths": 333.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 6067.42, - "new_cases_per_million": 71.54, - "new_cases_smoothed_per_million": 72.764, - "total_deaths_per_million": 35.241, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 20286.0, - "total_tests": 842173.0, - "total_tests_per_thousand": 89.125, - "new_tests_per_thousand": 2.147, - "new_tests_smoothed": 18264.0, - "new_tests_smoothed_per_thousand": 1.933, - "tests_per_case": 26.563000000000002, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-21", - "total_cases": 57936.0, - "new_cases": 603.0, - "new_cases_smoothed": 670.714, - "total_deaths": 343.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 6131.234, - "new_cases_per_million": 63.814, - "new_cases_smoothed_per_million": 70.98, - "total_deaths_per_million": 36.299, - "new_deaths_per_million": 1.058, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 18184.0, - "new_tests_smoothed_per_thousand": 1.924, - "tests_per_case": 27.111, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-22", - "total_cases": 58505.0, - "new_cases": 569.0, - "new_cases_smoothed": 647.429, - "total_deaths": 346.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6191.45, - "new_cases_per_million": 60.216, - "new_cases_smoothed_per_million": 68.516, - "total_deaths_per_million": 36.616, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.574, - "total_tests": 876639.0, - "total_tests_per_thousand": 92.773, - "new_tests_smoothed": 18103.0, - "new_tests_smoothed_per_thousand": 1.916, - "tests_per_case": 27.961, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-23", - "total_cases": 59023.0, - "new_cases": 518.0, - "new_cases_smoothed": 620.429, - "total_deaths": 351.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 6246.269, - "new_cases_per_million": 54.819, - "new_cases_smoothed_per_million": 65.659, - "total_deaths_per_million": 37.146, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.59, - "new_tests_smoothed": 18389.0, - "new_tests_smoothed_per_thousand": 1.946, - "tests_per_case": 29.639, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-24", - "total_cases": 59487.0, - "new_cases": 464.0, - "new_cases_smoothed": 588.286, - "total_deaths": 357.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 6295.373, - "new_cases_per_million": 49.104, - "new_cases_smoothed_per_million": 62.257, - "total_deaths_per_million": 37.78, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.59, - "total_tests": 901904.0, - "total_tests_per_thousand": 95.446, - "new_tests_smoothed": 17345.0, - "new_tests_smoothed_per_thousand": 1.836, - "tests_per_case": 29.484, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-25", - "total_cases": 59945.0, - "new_cases": 458.0, - "new_cases_smoothed": 559.0, - "total_deaths": 362.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6343.842, - "new_cases_per_million": 48.469, - "new_cases_smoothed_per_million": 59.158, - "total_deaths_per_million": 38.31, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.574, - "new_tests": 17235.0, - "total_tests": 919139.0, - "total_tests_per_thousand": 97.27, - "new_tests_per_thousand": 1.824, - "new_tests_smoothed": 16958.0, - "new_tests_smoothed_per_thousand": 1.795, - "tests_per_case": 30.336, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-26", - "total_cases": 60382.0, - "new_cases": 437.0, - "new_cases_smoothed": 532.143, - "total_deaths": 367.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 6390.089, - "new_cases_per_million": 46.247, - "new_cases_smoothed_per_million": 56.315, - "total_deaths_per_million": 38.839, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.544, - "new_tests": 20385.0, - "total_tests": 939524.0, - "total_tests_per_thousand": 99.428, - "new_tests_per_thousand": 2.157, - "new_tests_smoothed": 16805.0, - "new_tests_smoothed_per_thousand": 1.778, - "tests_per_case": 31.58, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-27", - "total_cases": 60713.0, - "new_cases": 331.0, - "new_cases_smoothed": 482.857, - "total_deaths": 373.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 6425.118, - "new_cases_per_million": 35.029, - "new_cases_smoothed_per_million": 51.1, - "total_deaths_per_million": 39.474, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 16406.0, - "new_tests_smoothed_per_thousand": 1.736, - "tests_per_case": 33.977, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-28", - "total_cases": 61095.0, - "new_cases": 382.0, - "new_cases_smoothed": 451.286, - "total_deaths": 377.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 6465.544, - "new_cases_per_million": 40.426, - "new_cases_smoothed_per_million": 47.759, - "total_deaths_per_million": 39.897, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 16444.0, - "new_tests_smoothed_per_thousand": 1.74, - "tests_per_case": 36.438, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-29", - "total_cases": 61475.0, - "new_cases": 380.0, - "new_cases_smoothed": 424.286, - "total_deaths": 383.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 6505.758, - "new_cases_per_million": 40.215, - "new_cases_smoothed_per_million": 44.901, - "total_deaths_per_million": 40.532, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.559, - "total_tests": 992007.0, - "total_tests_per_thousand": 104.982, - "new_tests_smoothed": 16481.0, - "new_tests_smoothed_per_thousand": 1.744, - "tests_per_case": 38.844, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-06-30", - "total_cases": 61790.0, - "new_cases": 315.0, - "new_cases_smoothed": 395.286, - "total_deaths": 387.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 6539.094, - "new_cases_per_million": 33.336, - "new_cases_smoothed_per_million": 41.832, - "total_deaths_per_million": 40.955, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 16529.0, - "new_tests_smoothed_per_thousand": 1.749, - "tests_per_case": 41.815, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-07-01", - "total_cases": 62118.0, - "new_cases": 328.0, - "new_cases_smoothed": 375.857, - "total_deaths": 392.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 6573.806, - "new_cases_per_million": 34.711, - "new_cases_smoothed_per_million": 39.776, - "total_deaths_per_million": 41.484, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 16577.0, - "new_tests_smoothed_per_thousand": 1.754, - "tests_per_case": 44.105, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-07-02", - "total_cases": 62424.0, - "new_cases": 306.0, - "new_cases_smoothed": 354.143, - "total_deaths": 398.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 6606.189, - "new_cases_per_million": 32.383, - "new_cases_smoothed_per_million": 37.478, - "total_deaths_per_million": 42.119, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 15967.0, - "new_tests_smoothed_per_thousand": 1.69, - "tests_per_case": 45.086000000000006, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-07-03", - "total_cases": 62698.0, - "new_cases": 274.0, - "new_cases_smoothed": 330.857, - "total_deaths": 405.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6635.186, - "new_cases_per_million": 28.997, - "new_cases_smoothed_per_million": 35.014, - "total_deaths_per_million": 42.86, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.574, - "total_tests": 1043876.0, - "total_tests_per_thousand": 110.471, - "new_tests_smoothed": 14907.0, - "new_tests_smoothed_per_thousand": 1.578, - "tests_per_case": 45.056000000000004, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-04", - "total_cases": 62997.0, - "new_cases": 299.0, - "new_cases_smoothed": 326.286, - "total_deaths": 412.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 6666.828, - "new_cases_per_million": 31.642, - "new_cases_smoothed_per_million": 34.53, - "total_deaths_per_million": 43.601, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.59, - "new_tests_smoothed": 13854.0, - "new_tests_smoothed_per_thousand": 1.466, - "tests_per_case": 42.46, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-05", - "total_cases": 63270.0, - "new_cases": 273.0, - "new_cases_smoothed": 310.714, - "total_deaths": 418.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 6695.719, - "new_cases_per_million": 28.891, - "new_cases_smoothed_per_million": 32.882, - "total_deaths_per_million": 44.236, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.62, - "new_tests_smoothed": 12801.0, - "new_tests_smoothed_per_thousand": 1.355, - "tests_per_case": 41.199, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-06", - "total_cases": 63554.0, - "new_cases": 284.0, - "new_cases_smoothed": 297.0, - "total_deaths": 423.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 6725.774, - "new_cases_per_million": 30.055, - "new_cases_smoothed_per_million": 31.431, - "total_deaths_per_million": 44.765, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.605, - "total_tests": 1074240.0, - "total_tests_per_thousand": 113.684, - "new_tests_smoothed": 11748.0, - "new_tests_smoothed_per_thousand": 1.243, - "tests_per_case": 39.556, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-07", - "total_cases": 63804.0, - "new_cases": 250.0, - "new_cases_smoothed": 287.714, - "total_deaths": 429.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 6752.231, - "new_cases_per_million": 26.457, - "new_cases_smoothed_per_million": 30.448, - "total_deaths_per_million": 45.4, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.635, - "new_tests_smoothed": 11334.0, - "new_tests_smoothed_per_thousand": 1.199, - "tests_per_case": 39.393, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-08", - "total_cases": 64003.0, - "new_cases": 199.0, - "new_cases_smoothed": 269.286, - "total_deaths": 436.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 6773.291, - "new_cases_per_million": 21.06, - "new_cases_smoothed_per_million": 28.498, - "total_deaths_per_million": 46.141, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.665, - "new_tests_smoothed": 10919.0, - "new_tests_smoothed_per_thousand": 1.156, - "tests_per_case": 40.548, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-09", - "total_cases": 64224.0, - "new_cases": 221.0, - "new_cases_smoothed": 257.143, - "total_deaths": 443.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 6796.679, - "new_cases_per_million": 23.388, - "new_cases_smoothed_per_million": 27.213, - "total_deaths_per_million": 46.882, - "new_deaths_per_million": 0.741, - "new_deaths_smoothed_per_million": 0.68, - "new_tests_smoothed": 10505.0, - "new_tests_smoothed_per_thousand": 1.112, - "tests_per_case": 40.853, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-10", - "total_cases": 64411.0, - "new_cases": 187.0, - "new_cases_smoothed": 244.714, - "total_deaths": 449.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 6816.469, - "new_cases_per_million": 19.79, - "new_cases_smoothed_per_million": 25.898, - "total_deaths_per_million": 47.517, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.665, - "new_tests_smoothed": 10091.0, - "new_tests_smoothed_per_thousand": 1.068, - "tests_per_case": 41.236000000000004, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-11", - "total_cases": 64604.0, - "new_cases": 193.0, - "new_cases_smoothed": 229.571, - "total_deaths": 454.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 6836.893, - "new_cases_per_million": 20.425, - "new_cases_smoothed_per_million": 24.295, - "total_deaths_per_million": 48.046, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.635, - "new_tests_smoothed": 10084.0, - "new_tests_smoothed_per_thousand": 1.067, - "tests_per_case": 43.925, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-12", - "total_cases": 64767.0, - "new_cases": 163.0, - "new_cases_smoothed": 213.857, - "total_deaths": 459.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 6854.143, - "new_cases_per_million": 17.25, - "new_cases_smoothed_per_million": 22.632, - "total_deaths_per_million": 48.575, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.62, - "total_tests": 1134653.0, - "total_tests_per_thousand": 120.078, - "new_tests_smoothed": 10076.0, - "new_tests_smoothed_per_thousand": 1.066, - "tests_per_case": 47.11600000000001, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-13", - "total_cases": 64932.0, - "new_cases": 165.0, - "new_cases_smoothed": 196.857, - "total_deaths": 464.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 6871.605, - "new_cases_per_million": 17.462, - "new_cases_smoothed_per_million": 20.833, - "total_deaths_per_million": 49.104, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.62, - "new_tests_smoothed": 9109.0, - "new_tests_smoothed_per_thousand": 0.964, - "tests_per_case": 46.272, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-14", - "total_cases": 65114.0, - "new_cases": 182.0, - "new_cases_smoothed": 187.143, - "total_deaths": 468.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 6890.865, - "new_cases_per_million": 19.261, - "new_cases_smoothed_per_million": 19.805, - "total_deaths_per_million": 49.527, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.59, - "new_tests_smoothed": 8148.0, - "new_tests_smoothed_per_thousand": 0.862, - "tests_per_case": 43.538999999999994, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-15", - "total_cases": 65269.0, - "new_cases": 155.0, - "new_cases_smoothed": 180.857, - "total_deaths": 474.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6907.269, - "new_cases_per_million": 16.403, - "new_cases_smoothed_per_million": 19.14, - "total_deaths_per_million": 50.162, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.574, - "total_tests": 1144696.0, - "total_tests_per_thousand": 121.141, - "new_tests_smoothed": 7188.0, - "new_tests_smoothed_per_thousand": 0.761, - "tests_per_case": 39.744, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-16", - "total_cases": 65443.0, - "new_cases": 174.0, - "new_cases_smoothed": 174.143, - "total_deaths": 480.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 6925.683, - "new_cases_per_million": 18.414, - "new_cases_smoothed_per_million": 18.429, - "total_deaths_per_million": 50.797, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.559, - "new_tests_smoothed": 7763.0, - "new_tests_smoothed_per_thousand": 0.822, - "tests_per_case": 44.578, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-17", - "total_cases": 65623.0, - "new_cases": 180.0, - "new_cases_smoothed": 173.143, - "total_deaths": 485.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 6944.732, - "new_cases_per_million": 19.049, - "new_cases_smoothed_per_million": 18.323, - "total_deaths_per_million": 51.326, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.544, - "total_tests": 1172880.0, - "total_tests_per_thousand": 124.123, - "new_tests_smoothed": 8338.0, - "new_tests_smoothed_per_thousand": 0.882, - "tests_per_case": 48.157, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-18", - "total_cases": 65782.0, - "new_cases": 159.0, - "new_cases_smoothed": 168.286, - "total_deaths": 491.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 6961.558, - "new_cases_per_million": 16.827, - "new_cases_smoothed_per_million": 17.809, - "total_deaths_per_million": 51.961, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.559, - "new_tests_smoothed": 7943.0, - "new_tests_smoothed_per_thousand": 0.841, - "tests_per_case": 47.199, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-19", - "total_cases": 65953.0, - "new_cases": 171.0, - "new_cases_smoothed": 169.429, - "total_deaths": 495.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 6979.655, - "new_cases_per_million": 18.097, - "new_cases_smoothed_per_million": 17.93, - "total_deaths_per_million": 52.385, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 7548.0, - "new_tests_smoothed_per_thousand": 0.799, - "tests_per_case": 44.55, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-20", - "total_cases": 66095.0, - "new_cases": 142.0, - "new_cases_smoothed": 166.143, - "total_deaths": 499.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 6994.682, - "new_cases_per_million": 15.028, - "new_cases_smoothed_per_million": 17.583, - "total_deaths_per_million": 52.808, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 8113.0, - "new_tests_smoothed_per_thousand": 0.859, - "tests_per_case": 48.831, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-21", - "total_cases": 66213.0, - "new_cases": 118.0, - "new_cases_smoothed": 157.0, - "total_deaths": 503.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7007.17, - "new_cases_per_million": 12.488, - "new_cases_smoothed_per_million": 16.615, - "total_deaths_per_million": 53.231, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 8678.0, - "new_tests_smoothed_per_thousand": 0.918, - "tests_per_case": 55.273999999999994, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-22", - "total_cases": 66348.0, - "new_cases": 135.0, - "new_cases_smoothed": 154.143, - "total_deaths": 507.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7021.457, - "new_cases_per_million": 14.287, - "new_cases_smoothed_per_million": 16.313, - "total_deaths_per_million": 53.655, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "total_tests": 1209400.0, - "total_tests_per_thousand": 127.988, - "new_tests_smoothed": 9243.0, - "new_tests_smoothed_per_thousand": 0.978, - "tests_per_case": 59.964, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-23", - "total_cases": 66521.0, - "new_cases": 173.0, - "new_cases_smoothed": 154.0, - "total_deaths": 513.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7039.765, - "new_cases_per_million": 18.308, - "new_cases_smoothed_per_million": 16.297, - "total_deaths_per_million": 54.29, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.499, - "new_tests": 10305.0, - "total_tests": 1219705.0, - "total_tests_per_thousand": 129.079, - "new_tests_per_thousand": 1.091, - "new_tests_smoothed": 8702.0, - "new_tests_smoothed_per_thousand": 0.921, - "tests_per_case": 56.506, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-24", - "total_cases": 66688.0, - "new_cases": 167.0, - "new_cases_smoothed": 152.143, - "total_deaths": 519.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7057.438, - "new_cases_per_million": 17.673, - "new_cases_smoothed_per_million": 16.101, - "total_deaths_per_million": 54.925, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 10979.0, - "total_tests": 1230684.0, - "total_tests_per_thousand": 130.24, - "new_tests_per_thousand": 1.162, - "new_tests_smoothed": 8258.0, - "new_tests_smoothed_per_thousand": 0.874, - "tests_per_case": 54.278, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-25", - "total_cases": 66846.0, - "new_cases": 158.0, - "new_cases_smoothed": 152.0, - "total_deaths": 519.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 7074.159, - "new_cases_per_million": 16.721, - "new_cases_smoothed_per_million": 16.086, - "total_deaths_per_million": 54.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.423, - "new_tests": 10940.0, - "total_tests": 1241624.0, - "total_tests_per_thousand": 131.398, - "new_tests_per_thousand": 1.158, - "new_tests_smoothed": 8777.0, - "new_tests_smoothed_per_thousand": 0.929, - "tests_per_case": 57.743, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-26", - "total_cases": 67002.0, - "new_cases": 156.0, - "new_cases_smoothed": 149.857, - "total_deaths": 530.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7090.668, - "new_cases_per_million": 16.509, - "new_cases_smoothed_per_million": 15.859, - "total_deaths_per_million": 56.089, - "new_deaths_per_million": 1.164, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 9735.0, - "total_tests": 1251359.0, - "total_tests_per_thousand": 132.428, - "new_tests_per_thousand": 1.03, - "new_tests_smoothed": 9124.0, - "new_tests_smoothed_per_thousand": 0.966, - "tests_per_case": 60.885, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-27", - "total_cases": 67132.0, - "new_cases": 130.0, - "new_cases_smoothed": 148.143, - "total_deaths": 534.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7104.426, - "new_cases_per_million": 13.758, - "new_cases_smoothed_per_million": 15.678, - "total_deaths_per_million": 56.512, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 6040.0, - "total_tests": 1257399.0, - "total_tests_per_thousand": 133.068, - "new_tests_per_thousand": 0.639, - "new_tests_smoothed": 8944.0, - "new_tests_smoothed_per_thousand": 0.947, - "tests_per_case": 60.373999999999995, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-28", - "total_cases": 67251.0, - "new_cases": 119.0, - "new_cases_smoothed": 148.286, - "total_deaths": 538.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7117.019, - "new_cases_per_million": 12.593, - "new_cases_smoothed_per_million": 15.693, - "total_deaths_per_million": 56.935, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 9414.0, - "new_tests_smoothed_per_thousand": 0.996, - "tests_per_case": 63.486000000000004, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-29", - "total_cases": 67366.0, - "new_cases": 115.0, - "new_cases_smoothed": 145.429, - "total_deaths": 543.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 7129.189, - "new_cases_per_million": 12.17, - "new_cases_smoothed_per_million": 15.39, - "total_deaths_per_million": 57.464, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.544, - "total_tests": 1278583.0, - "total_tests_per_thousand": 135.31, - "new_tests_smoothed": 9883.0, - "new_tests_smoothed_per_thousand": 1.046, - "tests_per_case": 67.958, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-30", - "total_cases": 67518.0, - "new_cases": 152.0, - "new_cases_smoothed": 142.429, - "total_deaths": 548.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7145.275, - "new_cases_per_million": 16.086, - "new_cases_smoothed_per_million": 15.073, - "total_deaths_per_million": 57.994, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests": 10003.0, - "total_tests": 1288586.0, - "total_tests_per_thousand": 136.368, - "new_tests_per_thousand": 1.059, - "new_tests_smoothed": 9840.0, - "new_tests_smoothed_per_thousand": 1.041, - "tests_per_case": 69.087, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-07-31", - "total_cases": 67665.0, - "new_cases": 147.0, - "new_cases_smoothed": 139.571, - "total_deaths": 553.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7160.832, - "new_cases_per_million": 15.557, - "new_cases_smoothed_per_million": 14.771, - "total_deaths_per_million": 58.523, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 10842.0, - "total_tests": 1299428.0, - "total_tests_per_thousand": 137.515, - "new_tests_per_thousand": 1.147, - "new_tests_smoothed": 9821.0, - "new_tests_smoothed_per_thousand": 1.039, - "tests_per_case": 70.365, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-01", - "total_cases": 67808.0, - "new_cases": 143.0, - "new_cases_smoothed": 137.429, - "total_deaths": 559.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 7175.965, - "new_cases_per_million": 15.133, - "new_cases_smoothed_per_million": 14.544, - "total_deaths_per_million": 59.158, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 9725.0, - "new_tests_smoothed_per_thousand": 1.029, - "tests_per_case": 70.764, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-02", - "total_cases": 67946.0, - "new_cases": 138.0, - "new_cases_smoothed": 134.857, - "total_deaths": 563.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7190.57, - "new_cases_per_million": 14.604, - "new_cases_smoothed_per_million": 14.272, - "total_deaths_per_million": 59.581, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "total_tests": 1319976.0, - "total_tests_per_thousand": 139.69, - "new_tests_smoothed": 9802.0, - "new_tests_smoothed_per_thousand": 1.037, - "tests_per_case": 72.684, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-03", - "total_cases": 68067.0, - "new_cases": 121.0, - "new_cases_smoothed": 133.571, - "total_deaths": 567.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7203.375, - "new_cases_per_million": 12.805, - "new_cases_smoothed_per_million": 14.136, - "total_deaths_per_million": 60.004, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "new_tests_smoothed": 9354.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 70.03, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-04", - "total_cases": 68166.0, - "new_cases": 99.0, - "new_cases_smoothed": 130.714, - "total_deaths": 571.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7213.852, - "new_cases_per_million": 10.477, - "new_cases_smoothed_per_million": 13.833, - "total_deaths_per_million": 60.428, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "total_tests": 1325776.0, - "total_tests_per_thousand": 140.304, - "new_tests_smoothed": 8255.0, - "new_tests_smoothed_per_thousand": 0.874, - "tests_per_case": 63.153, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-05", - "total_cases": 68250.0, - "new_cases": 84.0, - "new_cases_smoothed": 126.286, - "total_deaths": 574.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 7222.741, - "new_cases_per_million": 8.89, - "new_cases_smoothed_per_million": 13.365, - "total_deaths_per_million": 60.745, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.469, - "new_tests_smoothed": 8065.0, - "new_tests_smoothed_per_thousand": 0.854, - "tests_per_case": 63.863, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-06", - "total_cases": 68376.0, - "new_cases": 126.0, - "new_cases_smoothed": 122.571, - "total_deaths": 577.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 7236.075, - "new_cases_per_million": 13.334, - "new_cases_smoothed_per_million": 12.971, - "total_deaths_per_million": 61.063, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.438, - "total_tests": 1344303.0, - "total_tests_per_thousand": 142.265, - "new_tests_smoothed": 7960.0, - "new_tests_smoothed_per_thousand": 0.842, - "tests_per_case": 64.942, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-07", - "total_cases": 68503.0, - "new_cases": 127.0, - "new_cases_smoothed": 119.714, - "total_deaths": 580.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 7249.516, - "new_cases_per_million": 13.44, - "new_cases_smoothed_per_million": 12.669, - "total_deaths_per_million": 61.38, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.408, - "new_tests_smoothed": 7747.0, - "new_tests_smoothed_per_thousand": 0.82, - "tests_per_case": 64.712, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-08", - "total_cases": 68614.0, - "new_cases": 111.0, - "new_cases_smoothed": 115.143, - "total_deaths": 583.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 7261.262, - "new_cases_per_million": 11.747, - "new_cases_smoothed_per_million": 12.185, - "total_deaths_per_million": 61.698, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.363, - "total_tests": 1363011.0, - "total_tests_per_thousand": 144.244, - "new_tests_smoothed": 7616.0, - "new_tests_smoothed_per_thousand": 0.806, - "tests_per_case": 66.14399999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-09", - "total_cases": 68738.0, - "new_cases": 124.0, - "new_cases_smoothed": 113.143, - "total_deaths": 585.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 7274.385, - "new_cases_per_million": 13.123, - "new_cases_smoothed_per_million": 11.974, - "total_deaths_per_million": 61.909, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.333, - "new_tests_smoothed": 6840.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 60.455, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-10", - "total_cases": 68850.0, - "new_cases": 112.0, - "new_cases_smoothed": 111.857, - "total_deaths": 587.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 7286.238, - "new_cases_per_million": 11.853, - "new_cases_smoothed_per_million": 11.838, - "total_deaths_per_million": 62.121, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.302, - "new_tests_smoothed": 7117.0, - "new_tests_smoothed_per_thousand": 0.753, - "tests_per_case": 63.626000000000005, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-11", - "total_cases": 68947.0, - "new_cases": 97.0, - "new_cases_smoothed": 111.571, - "total_deaths": 589.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7296.503, - "new_cases_per_million": 10.265, - "new_cases_smoothed_per_million": 11.807, - "total_deaths_per_million": 62.333, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.272, - "total_tests": 1377540.0, - "total_tests_per_thousand": 145.782, - "new_tests_smoothed": 7395.0, - "new_tests_smoothed_per_thousand": 0.783, - "tests_per_case": 66.28, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-12", - "total_cases": 69005.0, - "new_cases": 58.0, - "new_cases_smoothed": 107.857, - "total_deaths": 592.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7302.641, - "new_cases_per_million": 6.138, - "new_cases_smoothed_per_million": 11.414, - "total_deaths_per_million": 62.65, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 6486.0, - "total_tests": 1384026.0, - "total_tests_per_thousand": 146.468, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 6998.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 64.882, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-13", - "total_cases": 69102.0, - "new_cases": 97.0, - "new_cases_smoothed": 103.714, - "total_deaths": 595.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 7312.906, - "new_cases_per_million": 10.265, - "new_cases_smoothed_per_million": 10.976, - "total_deaths_per_million": 62.967, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.272, - "new_tests_smoothed": 6839.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 65.941, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-08-14", - "total_cases": 69203.0, - "new_cases": 101.0, - "new_cases_smoothed": 100.0, - "total_deaths": 599.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 7323.595, - "new_cases_per_million": 10.689, - "new_cases_smoothed_per_million": 10.583, - "total_deaths_per_million": 63.391, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.287, - "new_tests_smoothed": 6668.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 66.68, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-15", - "total_cases": 69308.0, - "new_cases": 105.0, - "new_cases_smoothed": 99.143, - "total_deaths": 603.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 7334.707, - "new_cases_per_million": 11.112, - "new_cases_smoothed_per_million": 10.492, - "total_deaths_per_million": 63.814, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.302, - "new_tests_smoothed": 6496.0, - "new_tests_smoothed_per_thousand": 0.687, - "tests_per_case": 65.52199999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-16", - "total_cases": 69424.0, - "new_cases": 116.0, - "new_cases_smoothed": 98.0, - "total_deaths": 607.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 7346.983, - "new_cases_per_million": 12.276, - "new_cases_smoothed_per_million": 10.371, - "total_deaths_per_million": 64.237, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.333, - "new_tests_smoothed": 6969.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 71.112, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-17", - "total_cases": 69516.0, - "new_cases": 92.0, - "new_cases_smoothed": 95.143, - "total_deaths": 610.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 7356.719, - "new_cases_per_million": 9.736, - "new_cases_smoothed_per_million": 10.069, - "total_deaths_per_million": 64.555, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.348, - "new_tests_smoothed": 7442.0, - "new_tests_smoothed_per_thousand": 0.788, - "tests_per_case": 78.219, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-18", - "total_cases": 69589.0, - "new_cases": 73.0, - "new_cases_smoothed": 91.714, - "total_deaths": 613.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 7364.444, - "new_cases_per_million": 7.725, - "new_cases_smoothed_per_million": 9.706, - "total_deaths_per_million": 64.872, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.363, - "new_tests_smoothed": 7915.0, - "new_tests_smoothed_per_thousand": 0.838, - "tests_per_case": 86.301, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-19", - "total_cases": 69673.0, - "new_cases": 84.0, - "new_cases_smoothed": 95.429, - "total_deaths": 617.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 7373.334, - "new_cases_per_million": 8.89, - "new_cases_smoothed_per_million": 10.099, - "total_deaths_per_million": 65.296, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.378, - "new_tests_smoothed": 8153.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 85.436, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-20", - "total_cases": 69801.0, - "new_cases": 128.0, - "new_cases_smoothed": 99.857, - "total_deaths": 622.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 7386.88, - "new_cases_per_million": 13.546, - "new_cases_smoothed_per_million": 10.568, - "total_deaths_per_million": 65.825, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.408, - "new_tests_smoothed": 8153.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 81.64699999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-21", - "total_cases": 69950.0, - "new_cases": 149.0, - "new_cases_smoothed": 106.714, - "total_deaths": 627.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 7402.648, - "new_cases_per_million": 15.768, - "new_cases_smoothed_per_million": 11.293, - "total_deaths_per_million": 66.354, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.423, - "new_tests_smoothed": 8153.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 76.4, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-22", - "total_cases": 70111.0, - "new_cases": 161.0, - "new_cases_smoothed": 114.714, - "total_deaths": 632.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 7419.687, - "new_cases_per_million": 17.038, - "new_cases_smoothed_per_million": 12.14, - "total_deaths_per_million": 66.883, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.438, - "total_tests": 1465555.0, - "total_tests_per_thousand": 155.096, - "new_tests_smoothed": 8153.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 71.072, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-23", - "total_cases": 70285.0, - "new_cases": 174.0, - "new_cases_smoothed": 123.0, - "total_deaths": 637.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 7438.101, - "new_cases_per_million": 18.414, - "new_cases_smoothed_per_million": 13.017, - "total_deaths_per_million": 67.412, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.454, - "new_tests": 8520.0, - "total_tests": 1474075.0, - "total_tests_per_thousand": 155.998, - "new_tests_per_thousand": 0.902, - "new_tests_smoothed": 8205.0, - "new_tests_smoothed_per_thousand": 0.868, - "tests_per_case": 66.707, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-24", - "total_cases": 70468.0, - "new_cases": 183.0, - "new_cases_smoothed": 136.0, - "total_deaths": 642.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 7457.467, - "new_cases_per_million": 19.366, - "new_cases_smoothed_per_million": 14.393, - "total_deaths_per_million": 67.941, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.484, - "new_tests_smoothed": 7467.0, - "new_tests_smoothed_per_thousand": 0.79, - "tests_per_case": 54.903999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-25", - "total_cases": 70645.0, - "new_cases": 177.0, - "new_cases_smoothed": 150.857, - "total_deaths": 646.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 7476.199, - "new_cases_per_million": 18.732, - "new_cases_smoothed_per_million": 15.965, - "total_deaths_per_million": 68.365, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.499, - "total_tests": 1480047.0, - "total_tests_per_thousand": 156.63, - "new_tests_smoothed": 6729.0, - "new_tests_smoothed_per_thousand": 0.712, - "tests_per_case": 44.605, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-26", - "total_cases": 70727.0, - "new_cases": 82.0, - "new_cases_smoothed": 150.571, - "total_deaths": 652.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7484.876, - "new_cases_per_million": 8.678, - "new_cases_smoothed_per_million": 15.935, - "total_deaths_per_million": 69.0, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 6805.0, - "new_tests_smoothed_per_thousand": 0.72, - "tests_per_case": 45.193999999999996, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-27", - "total_cases": 70974.0, - "new_cases": 247.0, - "new_cases_smoothed": 167.571, - "total_deaths": 657.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7511.016, - "new_cases_per_million": 26.139, - "new_cases_smoothed_per_million": 17.734, - "total_deaths_per_million": 69.529, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "total_tests": 1497421.0, - "total_tests_per_thousand": 158.469, - "new_tests_smoothed": 6882.0, - "new_tests_smoothed_per_thousand": 0.728, - "tests_per_case": 41.068999999999996, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-28", - "total_cases": 71165.0, - "new_cases": 191.0, - "new_cases_smoothed": 173.571, - "total_deaths": 662.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7531.229, - "new_cases_per_million": 20.213, - "new_cases_smoothed_per_million": 18.369, - "total_deaths_per_million": 70.058, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 6785.0, - "new_tests_smoothed_per_thousand": 0.718, - "tests_per_case": 39.091, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-29", - "total_cases": 71346.0, - "new_cases": 181.0, - "new_cases_smoothed": 176.429, - "total_deaths": 667.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7550.384, - "new_cases_per_million": 19.155, - "new_cases_smoothed_per_million": 18.671, - "total_deaths_per_million": 70.587, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 6688.0, - "new_tests_smoothed_per_thousand": 0.708, - "tests_per_case": 37.908, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-30", - "total_cases": 71523.0, - "new_cases": 177.0, - "new_cases_smoothed": 176.857, - "total_deaths": 671.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7569.115, - "new_cases_per_million": 18.732, - "new_cases_smoothed_per_million": 18.716, - "total_deaths_per_million": 71.01, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 6538.0, - "new_tests_smoothed_per_thousand": 0.692, - "tests_per_case": 36.968, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-08-31", - "total_cases": 71687.0, - "new_cases": 164.0, - "new_cases_smoothed": 174.143, - "total_deaths": 676.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7586.471, - "new_cases_per_million": 17.356, - "new_cases_smoothed_per_million": 18.429, - "total_deaths_per_million": 71.54, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 7180.0, - "new_tests_smoothed_per_thousand": 0.76, - "tests_per_case": 41.231, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-01", - "total_cases": 71843.0, - "new_cases": 156.0, - "new_cases_smoothed": 171.143, - "total_deaths": 681.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7602.98, - "new_cases_per_million": 16.509, - "new_cases_smoothed_per_million": 18.112, - "total_deaths_per_million": 72.069, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "total_tests": 1534792.0, - "total_tests_per_thousand": 162.424, - "new_tests_smoothed": 7821.0, - "new_tests_smoothed_per_thousand": 0.828, - "tests_per_case": 45.699, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-02", - "total_cases": 71962.0, - "new_cases": 119.0, - "new_cases_smoothed": 176.429, - "total_deaths": 686.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7615.574, - "new_cases_per_million": 12.593, - "new_cases_smoothed_per_million": 18.671, - "total_deaths_per_million": 72.598, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 7961.0, - "new_tests_smoothed_per_thousand": 0.842, - "tests_per_case": 45.123000000000005, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-03", - "total_cases": 72141.0, - "new_cases": 179.0, - "new_cases_smoothed": 166.714, - "total_deaths": 691.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7634.517, - "new_cases_per_million": 18.943, - "new_cases_smoothed_per_million": 17.643, - "total_deaths_per_million": 73.127, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "total_tests": 1554129.0, - "total_tests_per_thousand": 164.47, - "new_tests_smoothed": 8101.0, - "new_tests_smoothed_per_thousand": 0.857, - "tests_per_case": 48.592, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-04", - "total_cases": 72302.0, - "new_cases": 161.0, - "new_cases_smoothed": 162.429, - "total_deaths": 696.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7651.555, - "new_cases_per_million": 17.038, - "new_cases_smoothed_per_million": 17.189, - "total_deaths_per_million": 73.656, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 8359.0, - "new_tests_smoothed_per_thousand": 0.885, - "tests_per_case": 51.463, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-05", - "total_cases": 72485.0, - "new_cases": 183.0, - "new_cases_smoothed": 162.714, - "total_deaths": 701.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7670.922, - "new_cases_per_million": 19.366, - "new_cases_smoothed_per_million": 17.22, - "total_deaths_per_million": 74.185, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 8617.0, - "new_tests_smoothed_per_thousand": 0.912, - "tests_per_case": 52.958, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-06", - "total_cases": 72663.0, - "new_cases": 178.0, - "new_cases_smoothed": 162.857, - "total_deaths": 705.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 7689.759, - "new_cases_per_million": 18.837, - "new_cases_smoothed_per_million": 17.235, - "total_deaths_per_million": 74.609, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.514, - "new_tests_smoothed": 8875.0, - "new_tests_smoothed_per_thousand": 0.939, - "tests_per_case": 54.496, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-07", - "total_cases": 72859.0, - "new_cases": 196.0, - "new_cases_smoothed": 167.429, - "total_deaths": 711.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7710.501, - "new_cases_per_million": 20.742, - "new_cases_smoothed_per_million": 17.719, - "total_deaths_per_million": 75.244, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.529, - "total_tests": 1591247.0, - "total_tests_per_thousand": 168.398, - "new_tests_smoothed": 9133.0, - "new_tests_smoothed_per_thousand": 0.967, - "tests_per_case": 54.549, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-08", - "total_cases": 73031.0, - "new_cases": 172.0, - "new_cases_smoothed": 169.714, - "total_deaths": 716.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7728.703, - "new_cases_per_million": 18.202, - "new_cases_smoothed_per_million": 17.96, - "total_deaths_per_million": 75.773, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 9086.0, - "new_tests_smoothed_per_thousand": 0.962, - "tests_per_case": 53.537, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-09", - "total_cases": 73208.0, - "new_cases": 177.0, - "new_cases_smoothed": 178.0, - "total_deaths": 721.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7747.435, - "new_cases_per_million": 18.732, - "new_cases_smoothed_per_million": 18.837, - "total_deaths_per_million": 76.302, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "total_tests": 1605547.0, - "total_tests_per_thousand": 169.911, - "new_tests_smoothed": 8727.0, - "new_tests_smoothed_per_thousand": 0.924, - "tests_per_case": 49.028, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-10", - "total_cases": 73402.0, - "new_cases": 194.0, - "new_cases_smoothed": 180.143, - "total_deaths": 726.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7767.966, - "new_cases_per_million": 20.531, - "new_cases_smoothed_per_million": 19.064, - "total_deaths_per_million": 76.831, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 9098.0, - "new_tests_smoothed_per_thousand": 0.963, - "tests_per_case": 50.504, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-11", - "total_cases": 73591.0, - "new_cases": 189.0, - "new_cases_smoothed": 184.143, - "total_deaths": 732.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 7787.967, - "new_cases_per_million": 20.001, - "new_cases_smoothed_per_million": 19.487, - "total_deaths_per_million": 77.466, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.544, - "new_tests_smoothed": 9525.0, - "new_tests_smoothed_per_thousand": 1.008, - "tests_per_case": 51.726000000000006, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-12", - "total_cases": 73784.0, - "new_cases": 193.0, - "new_cases_smoothed": 185.571, - "total_deaths": 738.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 7808.392, - "new_cases_per_million": 20.425, - "new_cases_smoothed_per_million": 19.639, - "total_deaths_per_million": 78.101, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.559, - "new_tests_smoothed": 9952.0, - "new_tests_smoothed_per_thousand": 1.053, - "tests_per_case": 53.629, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-13", - "total_cases": 73975.0, - "new_cases": 191.0, - "new_cases_smoothed": 187.429, - "total_deaths": 744.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 7828.605, - "new_cases_per_million": 20.213, - "new_cases_smoothed_per_million": 19.835, - "total_deaths_per_million": 78.736, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.59, - "total_tests": 1654618.0, - "total_tests_per_thousand": 175.104, - "new_tests_smoothed": 10379.0, - "new_tests_smoothed_per_thousand": 1.098, - "tests_per_case": 55.376000000000005, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-14", - "total_cases": 74173.0, - "new_cases": 198.0, - "new_cases_smoothed": 187.714, - "total_deaths": 750.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 7849.559, - "new_cases_per_million": 20.954, - "new_cases_smoothed_per_million": 19.865, - "total_deaths_per_million": 79.371, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.59, - "new_tests": 7315.0, - "total_tests": 1661933.0, - "total_tests_per_thousand": 175.879, - "new_tests_per_thousand": 0.774, - "new_tests_smoothed": 10098.0, - "new_tests_smoothed_per_thousand": 1.069, - "tests_per_case": 53.795, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-15", - "total_cases": 74360.0, - "new_cases": 187.0, - "new_cases_smoothed": 189.857, - "total_deaths": 756.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 7869.348, - "new_cases_per_million": 19.79, - "new_cases_smoothed_per_million": 20.092, - "total_deaths_per_million": 80.006, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.605, - "new_tests_smoothed": 9814.0, - "new_tests_smoothed_per_thousand": 1.039, - "tests_per_case": 51.691, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-16", - "total_cases": 74552.0, - "new_cases": 192.0, - "new_cases_smoothed": 192.0, - "total_deaths": 761.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 7889.667, - "new_cases_per_million": 20.319, - "new_cases_smoothed_per_million": 20.319, - "total_deaths_per_million": 80.535, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.605, - "total_tests": 1672256.0, - "total_tests_per_thousand": 176.971, - "new_tests_smoothed": 9530.0, - "new_tests_smoothed_per_thousand": 1.009, - "tests_per_case": 49.635, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-09-17", - "total_cases": 74763.0, - "new_cases": 211.0, - "new_cases_smoothed": 194.429, - "total_deaths": 767.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 7911.997, - "new_cases_per_million": 22.33, - "new_cases_smoothed_per_million": 20.576, - "total_deaths_per_million": 81.17, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.62, - "new_tests_smoothed": 9815.0, - "new_tests_smoothed_per_thousand": 1.039, - "tests_per_case": 50.481, - "positive_rate": 0.02, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 74987.0, - "new_cases": 224.0, - "new_cases_smoothed": 199.429, - "total_deaths": 771.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 7935.702, - "new_cases_per_million": 23.705, - "new_cases_smoothed_per_million": 21.105, - "total_deaths_per_million": 81.593, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.59, - "total_tests": 1700790.0, - "total_tests_per_thousand": 179.991, - "new_tests_smoothed": 10101.0, - "new_tests_smoothed_per_thousand": 1.069, - "tests_per_case": 50.65, - "positive_rate": 0.02, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 75230.0, - "new_cases": 243.0, - "new_cases_smoothed": 206.571, - "total_deaths": 773.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 7961.419, - "new_cases_per_million": 25.716, - "new_cases_smoothed_per_million": 21.861, - "total_deaths_per_million": 81.805, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 9916.0, - "new_tests_smoothed_per_thousand": 1.049, - "tests_per_case": 48.003, - "positive_rate": 0.021, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 75461.0, - "new_cases": 231.0, - "new_cases_smoothed": 212.286, - "total_deaths": 776.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 7985.865, - "new_cases_per_million": 24.446, - "new_cases_smoothed_per_million": 22.466, - "total_deaths_per_million": 82.122, - "new_deaths_per_million": 0.317, - "new_deaths_smoothed_per_million": 0.484, - "new_tests_smoothed": 9731.0, - "new_tests_smoothed_per_thousand": 1.03, - "tests_per_case": 45.839, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 75674.0, - "new_cases": 213.0, - "new_cases_smoothed": 214.429, - "total_deaths": 780.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 8008.406, - "new_cases_per_million": 22.541, - "new_cases_smoothed_per_million": 22.692, - "total_deaths_per_million": 82.546, - "new_deaths_per_million": 0.423, - "new_deaths_smoothed_per_million": 0.454, - "new_tests_smoothed": 10254.0, - "new_tests_smoothed_per_thousand": 1.085, - "tests_per_case": 47.82, - "positive_rate": 0.021, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 75898.0, - "new_cases": 224.0, - "new_cases_smoothed": 219.714, - "total_deaths": 785.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 8032.112, - "new_cases_per_million": 23.705, - "new_cases_smoothed_per_million": 23.252, - "total_deaths_per_million": 83.075, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.438, - "total_tests": 1744682.0, - "total_tests_per_thousand": 184.636, - "new_tests_smoothed": 11084.0, - "new_tests_smoothed_per_thousand": 1.173, - "tests_per_case": 50.446999999999996, - "positive_rate": 0.02, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 76104.0, - "new_cases": 206.0, - "new_cases_smoothed": 221.714, - "total_deaths": 791.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 8053.912, - "new_cases_per_million": 21.801, - "new_cases_smoothed_per_million": 23.464, - "total_deaths_per_million": 83.71, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.454 - }, - { - "date": "2020-09-24", - "total_cases": 76357.0, - "new_cases": 253.0, - "new_cases_smoothed": 227.714, - "total_deaths": 796.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 8080.686, - "new_cases_per_million": 26.774, - "new_cases_smoothed_per_million": 24.098, - "total_deaths_per_million": 84.239, - "new_deaths_per_million": 0.529, - "new_deaths_smoothed_per_million": 0.438 - }, - { - "date": "2020-09-25", - "total_cases": 76651.0, - "new_cases": 294.0, - "new_cases_smoothed": 237.714, - "total_deaths": 802.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 8111.8, - "new_cases_per_million": 31.113, - "new_cases_smoothed_per_million": 25.157, - "total_deaths_per_million": 84.874, - "new_deaths_per_million": 0.635, - "new_deaths_smoothed_per_million": 0.469 - } - ] - }, - "BLZ": { - "continent": "North America", - "location": "Belize", - "population": 397621.0, - "population_density": 16.426, - "median_age": 25.0, - "aged_65_older": 3.853, - "aged_70_older": 2.279, - "gdp_per_capita": 7824.362, - "cardiovasc_death_rate": 176.957, - "diabetes_prevalence": 17.11, - "handwashing_facilities": 90.083, - "hospital_beds_per_thousand": 1.3, - "life_expectancy": 74.62, - "human_development_index": 0.708, - "data": [ - { - "date": "2020-03-24", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.515, - "new_cases_per_million": 2.515, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-25", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.515, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-26", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.03, - "new_cases_per_million": 2.515, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-27", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.03, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-28", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.03, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-29", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.03, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-30", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.03, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-31", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.545, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-04-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.545, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.545, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-03", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.545, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-04", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.06, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-05", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.06, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-06", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12.575, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 1.078, - "total_deaths_per_million": 2.515, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-07", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.605, - "new_cases_per_million": 5.03, - "new_cases_smoothed_per_million": 1.437, - "total_deaths_per_million": 2.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.605, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.437, - "total_deaths_per_million": 2.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-09", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 20.12, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 2.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-10", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 22.635, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 2.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-11", - "total_cases": 10.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 25.15, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 75.0 - }, - { - "date": "2020-04-12", - "total_cases": 13.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 32.694, - "new_cases_per_million": 7.545, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 75.0 - }, - { - "date": "2020-04-13", - "total_cases": 14.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 35.209, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-14", - "total_cases": 18.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.269, - "new_cases_per_million": 10.06, - "new_cases_smoothed_per_million": 3.952, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.952, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.593, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 75.0 - }, - { - "date": "2020-04-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.874, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.437, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-04-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-05-31", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 85.19 - }, - { - "date": "2020-06-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.269, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-09", - "total_cases": 19.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.784, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-10", - "total_cases": 20.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.299, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-11", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.299, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-06-12", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.299, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-06-13", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.299, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-06-14", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 50.299, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-06-15", - "total_cases": 21.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.814, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 1.078, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-16", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.814, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-17", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.814, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-18", - "total_cases": 22.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.329, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-19", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-20", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-21", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-22", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-23", - "total_cases": 23.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.844, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-24", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.844, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-25", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.844, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-26", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.844, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-27", - "total_cases": 24.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.359, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-28", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.359, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-29", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.359, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-30", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.359, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-01", - "total_cases": 28.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.419, - "new_cases_per_million": 10.06, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-02", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.419, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-03", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.419, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-04", - "total_cases": 30.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 5.03, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-05", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-06", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-07", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-08", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-09", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-10", - "total_cases": 33.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 82.994, - "new_cases_per_million": 7.545, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-11", - "total_cases": 37.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.053, - "new_cases_per_million": 10.06, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-12", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.053, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-13", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.053, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-14", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.053, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-15", - "total_cases": 39.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.083, - "new_cases_per_million": 5.03, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-16", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-17", - "total_cases": 40.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.598, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-18", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.078, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-19", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.078, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-20", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.078, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-21", - "total_cases": 42.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 105.628, - "new_cases_per_million": 5.03, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-22", - "total_cases": 43.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.143, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 1.437, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-23", - "total_cases": 43.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.143, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.437, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-24", - "total_cases": 47.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 118.203, - "new_cases_per_million": 10.06, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-25", - "total_cases": 48.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 2.874, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-26", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.874, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-27", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.874, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-28", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.156, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-29", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-30", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.796, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-07-31", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-01", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-02", - "total_cases": 56.0, - "new_cases": 8.0, - "new_cases_smoothed": 1.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.838, - "new_cases_per_million": 20.12, - "new_cases_smoothed_per_million": 2.874, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-03", - "total_cases": 57.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 143.353, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-04", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 143.353, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.234, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-05", - "total_cases": 72.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 181.077, - "new_cases_per_million": 37.724, - "new_cases_smoothed_per_million": 8.623, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-06", - "total_cases": 86.0, - "new_cases": 14.0, - "new_cases_smoothed": 5.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 216.286, - "new_cases_per_million": 35.209, - "new_cases_smoothed_per_million": 13.653, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-07", - "total_cases": 114.0, - "new_cases": 28.0, - "new_cases_smoothed": 9.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 286.705, - "new_cases_per_million": 70.419, - "new_cases_smoothed_per_million": 23.712, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-08", - "total_cases": 146.0, - "new_cases": 32.0, - "new_cases_smoothed": 14.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 367.184, - "new_cases_per_million": 80.479, - "new_cases_smoothed_per_million": 35.209, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-09", - "total_cases": 153.0, - "new_cases": 7.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 384.789, - "new_cases_per_million": 17.605, - "new_cases_smoothed_per_million": 34.85, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-10", - "total_cases": 154.0, - "new_cases": 1.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 387.303, - "new_cases_per_million": 2.515, - "new_cases_smoothed_per_million": 34.85, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-11", - "total_cases": 177.0, - "new_cases": 23.0, - "new_cases_smoothed": 17.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 445.148, - "new_cases_per_million": 57.844, - "new_cases_smoothed_per_million": 43.114, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-12", - "total_cases": 210.0, - "new_cases": 33.0, - "new_cases_smoothed": 19.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 528.141, - "new_cases_per_million": 82.994, - "new_cases_smoothed_per_million": 49.581, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-13", - "total_cases": 296.0, - "new_cases": 86.0, - "new_cases_smoothed": 30.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 744.427, - "new_cases_per_million": 216.286, - "new_cases_smoothed_per_million": 75.449, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-14", - "total_cases": 356.0, - "new_cases": 60.0, - "new_cases_smoothed": 34.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 895.325, - "new_cases_per_million": 150.897, - "new_cases_smoothed_per_million": 86.946, - "total_deaths_per_million": 5.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.83 - }, - { - "date": "2020-08-15", - "total_cases": 388.0, - "new_cases": 32.0, - "new_cases_smoothed": 34.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 975.804, - "new_cases_per_million": 80.479, - "new_cases_smoothed_per_million": 86.946, - "total_deaths_per_million": 7.545, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 70.83 - }, - { - "date": "2020-08-16", - "total_cases": 452.0, - "new_cases": 64.0, - "new_cases_smoothed": 42.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1136.761, - "new_cases_per_million": 160.957, - "new_cases_smoothed_per_million": 107.425, - "total_deaths_per_million": 7.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 70.83 - }, - { - "date": "2020-08-17", - "total_cases": 452.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1136.761, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 107.065, - "total_deaths_per_million": 7.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 70.83 - }, - { - "date": "2020-08-18", - "total_cases": 475.0, - "new_cases": 23.0, - "new_cases_smoothed": 42.571, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1194.605, - "new_cases_per_million": 57.844, - "new_cases_smoothed_per_million": 107.065, - "total_deaths_per_million": 10.06, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 70.83 - }, - { - "date": "2020-08-19", - "total_cases": 553.0, - "new_cases": 78.0, - "new_cases_smoothed": 49.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1390.772, - "new_cases_per_million": 196.167, - "new_cases_smoothed_per_million": 123.233, - "total_deaths_per_million": 10.06, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 70.83 - }, - { - "date": "2020-08-20", - "total_cases": 553.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1390.772, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 92.335, - "total_deaths_per_million": 12.575, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 70.83 - }, - { - "date": "2020-08-21", - "total_cases": 605.0, - "new_cases": 52.0, - "new_cases_smoothed": 35.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1521.549, - "new_cases_per_million": 130.778, - "new_cases_smoothed_per_million": 89.461, - "total_deaths_per_million": 12.575, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 70.83 - }, - { - "date": "2020-08-22", - "total_cases": 648.0, - "new_cases": 43.0, - "new_cases_smoothed": 37.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1629.693, - "new_cases_per_million": 108.143, - "new_cases_smoothed_per_million": 93.413, - "total_deaths_per_million": 12.575, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 70.83 - }, - { - "date": "2020-08-23", - "total_cases": 668.0, - "new_cases": 20.0, - "new_cases_smoothed": 30.857, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1679.992, - "new_cases_per_million": 50.299, - "new_cases_smoothed_per_million": 77.604, - "total_deaths_per_million": 15.09, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 70.83 - }, - { - "date": "2020-08-24", - "total_cases": 686.0, - "new_cases": 18.0, - "new_cases_smoothed": 33.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1725.261, - "new_cases_per_million": 45.269, - "new_cases_smoothed_per_million": 84.071, - "total_deaths_per_million": 15.09, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 70.83 - }, - { - "date": "2020-08-25", - "total_cases": 713.0, - "new_cases": 27.0, - "new_cases_smoothed": 34.0, - "total_deaths": 10.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1793.165, - "new_cases_per_million": 67.904, - "new_cases_smoothed_per_million": 85.509, - "total_deaths_per_million": 25.15, - "new_deaths_per_million": 10.06, - "new_deaths_smoothed_per_million": 2.156, - "stringency_index": 70.83 - }, - { - "date": "2020-08-26", - "total_cases": 730.0, - "new_cases": 17.0, - "new_cases_smoothed": 25.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1835.919, - "new_cases_per_million": 42.754, - "new_cases_smoothed_per_million": 63.593, - "total_deaths_per_million": 25.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.156, - "stringency_index": 70.83 - }, - { - "date": "2020-08-27", - "total_cases": 760.0, - "new_cases": 30.0, - "new_cases_smoothed": 29.571, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1911.368, - "new_cases_per_million": 75.449, - "new_cases_smoothed_per_million": 74.371, - "total_deaths_per_million": 27.665, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 2.156, - "stringency_index": 70.83 - }, - { - "date": "2020-08-28", - "total_cases": 818.0, - "new_cases": 58.0, - "new_cases_smoothed": 30.429, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2057.235, - "new_cases_per_million": 145.868, - "new_cases_smoothed_per_million": 76.527, - "total_deaths_per_million": 30.179, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 2.515, - "stringency_index": 70.83 - }, - { - "date": "2020-08-29", - "total_cases": 870.0, - "new_cases": 52.0, - "new_cases_smoothed": 31.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2188.013, - "new_cases_per_million": 130.778, - "new_cases_smoothed_per_million": 79.76, - "total_deaths_per_million": 30.179, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.515, - "stringency_index": 70.83 - }, - { - "date": "2020-08-30", - "total_cases": 964.0, - "new_cases": 94.0, - "new_cases_smoothed": 42.286, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2424.419, - "new_cases_per_million": 236.406, - "new_cases_smoothed_per_million": 106.347, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 2.515, - "stringency_index": 70.83 - }, - { - "date": "2020-08-31", - "total_cases": 994.0, - "new_cases": 30.0, - "new_cases_smoothed": 44.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2499.868, - "new_cases_per_million": 75.449, - "new_cases_smoothed_per_million": 110.658, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.515, - "stringency_index": 70.83 - }, - { - "date": "2020-09-01", - "total_cases": 1007.0, - "new_cases": 13.0, - "new_cases_smoothed": 42.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2532.562, - "new_cases_per_million": 32.694, - "new_cases_smoothed_per_million": 105.628, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 70.83 - }, - { - "date": "2020-09-02", - "total_cases": 1050.0, - "new_cases": 43.0, - "new_cases_smoothed": 45.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2640.706, - "new_cases_per_million": 108.143, - "new_cases_smoothed_per_million": 114.969, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 72.22 - }, - { - "date": "2020-09-03", - "total_cases": 1101.0, - "new_cases": 51.0, - "new_cases_smoothed": 48.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2768.968, - "new_cases_per_million": 128.263, - "new_cases_smoothed_per_million": 122.514, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 72.22 - }, - { - "date": "2020-09-04", - "total_cases": 1118.0, - "new_cases": 17.0, - "new_cases_smoothed": 42.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2811.723, - "new_cases_per_million": 42.754, - "new_cases_smoothed_per_million": 107.784, - "total_deaths_per_million": 32.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359, - "stringency_index": 72.22 - }, - { - "date": "2020-09-05", - "total_cases": 1152.0, - "new_cases": 34.0, - "new_cases_smoothed": 40.286, - "total_deaths": 15.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2897.231, - "new_cases_per_million": 85.509, - "new_cases_smoothed_per_million": 101.317, - "total_deaths_per_million": 37.724, - "new_deaths_per_million": 5.03, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 72.22 - }, - { - "date": "2020-09-06", - "total_cases": 1194.0, - "new_cases": 42.0, - "new_cases_smoothed": 32.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3002.86, - "new_cases_per_million": 105.628, - "new_cases_smoothed_per_million": 82.634, - "total_deaths_per_million": 37.724, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 72.22 - }, - { - "date": "2020-09-07", - "total_cases": 1261.0, - "new_cases": 67.0, - "new_cases_smoothed": 38.143, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3171.362, - "new_cases_per_million": 168.502, - "new_cases_smoothed_per_million": 95.928, - "total_deaths_per_million": 37.724, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 72.22 - }, - { - "date": "2020-09-08", - "total_cases": 1307.0, - "new_cases": 46.0, - "new_cases_smoothed": 42.857, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3287.05, - "new_cases_per_million": 115.688, - "new_cases_smoothed_per_million": 107.784, - "total_deaths_per_million": 40.239, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 72.22 - }, - { - "date": "2020-09-09", - "total_cases": 1361.0, - "new_cases": 54.0, - "new_cases_smoothed": 44.429, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3422.857, - "new_cases_per_million": 135.808, - "new_cases_smoothed_per_million": 111.736, - "total_deaths_per_million": 40.239, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078, - "stringency_index": 72.22 - }, - { - "date": "2020-09-10", - "total_cases": 1365.0, - "new_cases": 4.0, - "new_cases_smoothed": 37.714, - "total_deaths": 18.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3432.917, - "new_cases_per_million": 10.06, - "new_cases_smoothed_per_million": 94.85, - "total_deaths_per_million": 45.269, - "new_deaths_per_million": 5.03, - "new_deaths_smoothed_per_million": 1.796, - "stringency_index": 72.22 - }, - { - "date": "2020-09-11", - "total_cases": 1399.0, - "new_cases": 34.0, - "new_cases_smoothed": 40.143, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3518.426, - "new_cases_per_million": 85.509, - "new_cases_smoothed_per_million": 100.958, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 2.156, - "stringency_index": 72.22 - }, - { - "date": "2020-09-12", - "total_cases": 1435.0, - "new_cases": 36.0, - "new_cases_smoothed": 40.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3608.964, - "new_cases_per_million": 90.538, - "new_cases_smoothed_per_million": 101.676, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 72.22 - }, - { - "date": "2020-09-13", - "total_cases": 1458.0, - "new_cases": 23.0, - "new_cases_smoothed": 37.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3666.808, - "new_cases_per_million": 57.844, - "new_cases_smoothed_per_million": 94.85, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 72.22 - }, - { - "date": "2020-09-14", - "total_cases": 1480.0, - "new_cases": 22.0, - "new_cases_smoothed": 31.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3722.137, - "new_cases_per_million": 55.329, - "new_cases_smoothed_per_million": 78.682, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.437, - "stringency_index": 72.22 - }, - { - "date": "2020-09-15", - "total_cases": 1501.0, - "new_cases": 21.0, - "new_cases_smoothed": 27.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3774.952, - "new_cases_per_million": 52.814, - "new_cases_smoothed_per_million": 69.7, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078 - }, - { - "date": "2020-09-16", - "total_cases": 1528.0, - "new_cases": 27.0, - "new_cases_smoothed": 23.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3842.855, - "new_cases_per_million": 67.904, - "new_cases_smoothed_per_million": 60.0, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078 - }, - { - "date": "2020-09-17", - "total_cases": 1536.0, - "new_cases": 8.0, - "new_cases_smoothed": 24.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3862.975, - "new_cases_per_million": 20.12, - "new_cases_smoothed_per_million": 61.437, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359 - }, - { - "date": "2020-09-18", - "total_cases": 1567.0, - "new_cases": 31.0, - "new_cases_smoothed": 24.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3940.939, - "new_cases_per_million": 77.964, - "new_cases_smoothed_per_million": 60.359, - "total_deaths_per_million": 47.784, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 1590.0, - "new_cases": 23.0, - "new_cases_smoothed": 22.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3998.783, - "new_cases_per_million": 57.844, - "new_cases_smoothed_per_million": 55.688, - "total_deaths_per_million": 50.299, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.359 - }, - { - "date": "2020-09-20", - "total_cases": 1606.0, - "new_cases": 16.0, - "new_cases_smoothed": 21.143, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4039.022, - "new_cases_per_million": 40.239, - "new_cases_smoothed_per_million": 53.173, - "total_deaths_per_million": 50.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.359 - }, - { - "date": "2020-09-21", - "total_cases": 1627.0, - "new_cases": 21.0, - "new_cases_smoothed": 21.0, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4091.836, - "new_cases_per_million": 52.814, - "new_cases_smoothed_per_million": 52.814, - "total_deaths_per_million": 52.814, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 0.719 - }, - { - "date": "2020-09-22", - "total_cases": 1635.0, - "new_cases": 8.0, - "new_cases_smoothed": 19.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4111.956, - "new_cases_per_million": 20.12, - "new_cases_smoothed_per_million": 48.143, - "total_deaths_per_million": 52.814, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719 - }, - { - "date": "2020-09-23", - "total_cases": 1669.0, - "new_cases": 34.0, - "new_cases_smoothed": 20.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4197.464, - "new_cases_per_million": 85.509, - "new_cases_smoothed_per_million": 50.658, - "total_deaths_per_million": 52.814, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.719 - }, - { - "date": "2020-09-24", - "total_cases": 1706.0, - "new_cases": 37.0, - "new_cases_smoothed": 24.286, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4290.518, - "new_cases_per_million": 93.053, - "new_cases_smoothed_per_million": 61.078, - "total_deaths_per_million": 55.329, - "new_deaths_per_million": 2.515, - "new_deaths_smoothed_per_million": 1.078 - }, - { - "date": "2020-09-25", - "total_cases": 1758.0, - "new_cases": 52.0, - "new_cases_smoothed": 27.286, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4421.296, - "new_cases_per_million": 130.778, - "new_cases_smoothed_per_million": 68.622, - "total_deaths_per_million": 55.329, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.078 - } - ] - }, - "BMU": { - "continent": "North America", - "location": "Bermuda", - "population": 62273.0, - "population_density": 1308.82, - "gdp_per_capita": 50669.315, - "cardiovasc_death_rate": 139.547, - "diabetes_prevalence": 13.0, - "life_expectancy": 82.59, - "data": [ - { - "date": "2020-03-20", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 32.117, - "new_cases_per_million": 32.117, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-21", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 32.117, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-22", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 32.117, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-23", - "total_cases": 6.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 96.35, - "new_cases_per_million": 64.233, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-24", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 96.35, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-25", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 96.35, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-03-26", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.35, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-27", - "total_cases": 15.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 240.875, - "new_cases_per_million": 144.525, - "new_cases_smoothed_per_million": 29.823, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-28", - "total_cases": 17.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 272.992, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-29", - "total_cases": 22.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 353.283, - "new_cases_per_million": 80.292, - "new_cases_smoothed_per_million": 45.881, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-30", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 353.283, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 36.705, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-31", - "total_cases": 27.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 433.575, - "new_cases_per_million": 80.292, - "new_cases_smoothed_per_million": 48.175, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-04-01", - "total_cases": 32.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 513.866, - "new_cases_per_million": 80.292, - "new_cases_smoothed_per_million": 59.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-04-02", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 513.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-04-03", - "total_cases": 35.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 562.041, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 45.881, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-04-04", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 562.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.293, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-05", - "total_cases": 37.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 594.158, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-06", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 594.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-07", - "total_cases": 39.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 626.275, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 27.529, - "total_deaths_per_million": 32.117, - "new_deaths_per_million": 32.117, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 96.3 - }, - { - "date": "2020-04-08", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 626.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 32.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 96.3 - }, - { - "date": "2020-04-09", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 626.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 48.175, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 6.882, - "stringency_index": 96.3 - }, - { - "date": "2020-04-10", - "total_cases": 48.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.857, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 770.8, - "new_cases_per_million": 144.525, - "new_cases_smoothed_per_million": 29.823, - "total_deaths_per_million": 64.233, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 9.176, - "stringency_index": 96.3 - }, - { - "date": "2020-04-11", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 770.8, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.823, - "total_deaths_per_million": 64.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.176, - "stringency_index": 96.3 - }, - { - "date": "2020-04-12", - "total_cases": 50.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 802.916, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 29.823, - "total_deaths_per_million": 64.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.176, - "stringency_index": 96.3 - }, - { - "date": "2020-04-13", - "total_cases": 57.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 915.324, - "new_cases_per_million": 112.408, - "new_cases_smoothed_per_million": 45.881, - "total_deaths_per_million": 64.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 9.176, - "stringency_index": 96.3 - }, - { - "date": "2020-04-14", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 915.324, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.293, - "total_deaths_per_million": 64.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 96.3 - }, - { - "date": "2020-04-15", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 915.324, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.293, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 6.882, - "stringency_index": 96.3 - }, - { - "date": "2020-04-16", - "total_cases": 81.0, - "new_cases": 24.0, - "new_cases_smoothed": 6.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1300.724, - "new_cases_per_million": 385.4, - "new_cases_smoothed_per_million": 96.35, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 96.3 - }, - { - "date": "2020-04-17", - "total_cases": 83.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1332.841, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 80.292, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-18", - "total_cases": 83.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1332.841, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 80.292, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-19", - "total_cases": 86.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1381.016, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 82.586, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-20", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1381.016, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 66.527, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-21", - "total_cases": 86.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1381.016, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 66.527, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-22", - "total_cases": 98.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1573.716, - "new_cases_per_million": 192.7, - "new_cases_smoothed_per_million": 94.056, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-23", - "total_cases": 99.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1589.774, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 41.293, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-24", - "total_cases": 99.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1589.774, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 36.705, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-25", - "total_cases": 99.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1589.774, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 36.705, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-26", - "total_cases": 99.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1589.774, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.823, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-27", - "total_cases": 109.0, - "new_cases": 10.0, - "new_cases_smoothed": 3.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1750.357, - "new_cases_per_million": 160.583, - "new_cases_smoothed_per_million": 52.763, - "total_deaths_per_million": 80.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-04-28", - "total_cases": 110.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.429, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1766.416, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 55.057, - "total_deaths_per_million": 96.35, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-29", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1766.416, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.529, - "total_deaths_per_million": 96.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-04-30", - "total_cases": 111.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1782.474, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 27.529, - "total_deaths_per_million": 96.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-05-01", - "total_cases": 114.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1830.649, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 96.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 96.3 - }, - { - "date": "2020-05-02", - "total_cases": 114.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1830.649, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 96.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 75.93 - }, - { - "date": "2020-05-03", - "total_cases": 114.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1830.649, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-04", - "total_cases": 115.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1846.707, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-05", - "total_cases": 115.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1846.707, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-06", - "total_cases": 115.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1846.707, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-07", - "total_cases": 118.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1894.882, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-08", - "total_cases": 118.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1894.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-09", - "total_cases": 118.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1894.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-10", - "total_cases": 118.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1894.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-11", - "total_cases": 118.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1894.882, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 112.408, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-12", - "total_cases": 119.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1910.941, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 128.467, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-13", - "total_cases": 121.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1943.057, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 128.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-14", - "total_cases": 121.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1943.057, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 128.467, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-15", - "total_cases": 122.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1959.116, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 16.058, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-16", - "total_cases": 123.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1975.174, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-17", - "total_cases": 123.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1975.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-18", - "total_cases": 123.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1975.174, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.588, - "stringency_index": 72.22 - }, - { - "date": "2020-05-19", - "total_cases": 125.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2007.29, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-20", - "total_cases": 125.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2007.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-21", - "total_cases": 125.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2007.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.294, - "stringency_index": 72.22 - }, - { - "date": "2020-05-22", - "total_cases": 125.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2007.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-23", - "total_cases": 128.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2055.465, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-24", - "total_cases": 133.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2135.757, - "new_cases_per_million": 80.292, - "new_cases_smoothed_per_million": 22.94, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-25", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2135.757, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.94, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-26", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2135.757, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.352, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-27", - "total_cases": 139.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2232.107, - "new_cases_per_million": 96.35, - "new_cases_smoothed_per_million": 32.117, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-28", - "total_cases": 139.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2232.107, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.117, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-29", - "total_cases": 140.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2248.165, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 34.411, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-30", - "total_cases": 140.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2248.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.529, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-31", - "total_cases": 140.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2248.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-01", - "total_cases": 140.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2248.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-02", - "total_cases": 141.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 18.352, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-03", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-04", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-05", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-06", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-07", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-08", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-09", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-10", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-11", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-12", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2264.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-13", - "total_cases": 142.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2280.282, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-14", - "total_cases": 144.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-15", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-16", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-17", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-18", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-19", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2312.399, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-20", - "total_cases": 146.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-21", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-22", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-23", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-24", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-25", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-26", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-27", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-28", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-29", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-06-30", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-07-01", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-02", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-03", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-04", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-05", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-06", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-07", - "total_cases": 146.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2344.515, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-08", - "total_cases": 148.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2376.632, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-09", - "total_cases": 149.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2392.69, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-10", - "total_cases": 149.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2392.69, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-11", - "total_cases": 150.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-12", - "total_cases": 150.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-13", - "total_cases": 150.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-14", - "total_cases": 150.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-15", - "total_cases": 150.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-16", - "total_cases": 150.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2408.749, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-17", - "total_cases": 152.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2440.865, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-18", - "total_cases": 152.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2440.865, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-19", - "total_cases": 153.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-20", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-21", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-22", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-23", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-24", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-25", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-26", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2456.924, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-27", - "total_cases": 154.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2472.982, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-28", - "total_cases": 154.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2472.982, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-29", - "total_cases": 156.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-30", - "total_cases": 156.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-07-31", - "total_cases": 156.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-01", - "total_cases": 156.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-02", - "total_cases": 156.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-03", - "total_cases": 156.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2505.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-04", - "total_cases": 157.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-05", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-06", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-07", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-08", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-09", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2521.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-10", - "total_cases": 158.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2537.215, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-11", - "total_cases": 159.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2553.273, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-12", - "total_cases": 159.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2553.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-13", - "total_cases": 159.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2553.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-14", - "total_cases": 159.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2553.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-15", - "total_cases": 159.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2553.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-16", - "total_cases": 162.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2601.448, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-17", - "total_cases": 162.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2601.448, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-18", - "total_cases": 166.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2665.682, - "new_cases_per_million": 64.233, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-19", - "total_cases": 166.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2665.682, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-20", - "total_cases": 166.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2665.682, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-21", - "total_cases": 166.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2665.682, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.058, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-22", - "total_cases": 167.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2681.74, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 18.352, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-23", - "total_cases": 167.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2681.74, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-24", - "total_cases": 167.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2681.74, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-25", - "total_cases": 168.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2697.798, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-26", - "total_cases": 168.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2697.798, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-27", - "total_cases": 168.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2697.798, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-28", - "total_cases": 168.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2697.798, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-29", - "total_cases": 168.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2697.798, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-30", - "total_cases": 169.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2713.857, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-31", - "total_cases": 169.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2713.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-09-01", - "total_cases": 172.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2762.032, - "new_cases_per_million": 48.175, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-09-02", - "total_cases": 172.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2762.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-09-03", - "total_cases": 172.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2762.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.176, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-09-04", - "total_cases": 174.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2794.148, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-09-05", - "total_cases": 174.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2794.148, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-06", - "total_cases": 175.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2810.207, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-07", - "total_cases": 175.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2810.207, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.764, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-08", - "total_cases": 175.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2810.207, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-09", - "total_cases": 175.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2810.207, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-10", - "total_cases": 177.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 11.47, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-11", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-12", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-13", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-14", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-15", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-16", - "total_cases": 177.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2842.323, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.588, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-09-17", - "total_cases": 178.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2858.382, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 178.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2858.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 178.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2858.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.294, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 180.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.498, - "new_cases_per_million": 32.117, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.498, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.498, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.498, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 181.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2906.557, - "new_cases_per_million": 16.058, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 181.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2906.557, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.882, - "total_deaths_per_million": 144.525, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BOL": { - "continent": "South America", - "location": "Bolivia", - "population": 11673029.0, - "population_density": 10.202, - "median_age": 25.4, - "aged_65_older": 6.704, - "aged_70_older": 4.393, - "gdp_per_capita": 6885.829, - "extreme_poverty": 7.1, - "cardiovasc_death_rate": 204.299, - "diabetes_prevalence": 6.89, - "handwashing_facilities": 25.383, - "hospital_beds_per_thousand": 1.1, - "life_expectancy": 71.51, - "human_development_index": 0.693, - "data": [ - { - "date": "2020-03-12", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.171, - "new_cases_per_million": 0.171, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-13", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.257, - "new_cases_per_million": 0.086, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-14", - "total_cases": 10.0, - "new_cases": 7.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.857, - "new_cases_per_million": 0.6, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 26.0, - "total_tests_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-15", - "total_cases": 10.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.857, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 33.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-16", - "new_tests": 12.0, - "total_tests": 45.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 52.78 - }, - { - "date": "2020-03-17", - "total_cases": 11.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.942, - "new_cases_per_million": 0.086, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 50.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-18", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.028, - "new_cases_per_million": 0.086, - "new_cases_smoothed_per_million": 0.147, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 51.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-03-19", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.028, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.122, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 33.0, - "total_tests": 84.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.003, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-03-20", - "total_cases": 15.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.285, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 0.147, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 27.0, - "total_tests": 111.0, - "total_tests_per_thousand": 0.01, - "new_tests_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-03-21", - "total_cases": 19.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.628, - "new_cases_per_million": 0.343, - "new_cases_smoothed_per_million": 0.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 139.0, - "total_tests_per_thousand": 0.012, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 12.444, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-03-22", - "total_cases": 20.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.713, - "new_cases_per_million": 0.086, - "new_cases_smoothed_per_million": 0.122, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 89.0, - "total_tests": 228.0, - "total_tests_per_thousand": 0.02, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 28.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 19.6, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-23", - "total_cases": 27.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.313, - "new_cases_per_million": 0.6, - "new_cases_smoothed_per_million": 0.208, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 45.0, - "total_tests": 273.0, - "total_tests_per_thousand": 0.023, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 33.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 13.588, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-24", - "total_cases": 28.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.399, - "new_cases_per_million": 0.086, - "new_cases_smoothed_per_million": 0.208, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4.0, - "total_tests": 277.0, - "total_tests_per_thousand": 0.024, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 32.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 13.175999999999998, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-25", - "total_cases": 32.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.741, - "new_cases_per_million": 0.343, - "new_cases_smoothed_per_million": 0.245, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 57.0, - "total_tests": 334.0, - "total_tests_per_thousand": 0.029, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 14.0, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-26", - "total_cases": 39.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.341, - "new_cases_per_million": 0.6, - "new_cases_smoothed_per_million": 0.33, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 108.0, - "total_tests": 442.0, - "total_tests_per_thousand": 0.038, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 13.222000000000001, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-27", - "total_cases": 61.0, - "new_cases": 22.0, - "new_cases_smoothed": 6.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.226, - "new_cases_per_million": 1.885, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 74.0, - "total_tests": 516.0, - "total_tests_per_thousand": 0.044, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 58.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 8.826, - "positive_rate": 0.113, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-28", - "total_cases": 74.0, - "new_cases": 13.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.339, - "new_cases_per_million": 1.114, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 559.0, - "total_tests_per_thousand": 0.048, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 60.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 7.636, - "positive_rate": 0.131, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-29", - "total_cases": 81.0, - "new_cases": 7.0, - "new_cases_smoothed": 8.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.939, - "new_cases_per_million": 0.6, - "new_cases_smoothed_per_million": 0.747, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15.0, - "total_tests": 574.0, - "total_tests_per_thousand": 0.049, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 5.622999999999999, - "positive_rate": 0.17800000000000002, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-30", - "total_cases": 96.0, - "new_cases": 15.0, - "new_cases_smoothed": 9.857, - "total_deaths": 3.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8.224, - "new_cases_per_million": 1.285, - "new_cases_smoothed_per_million": 0.844, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 123.0, - "total_tests": 697.0, - "total_tests_per_thousand": 0.06, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 61.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 6.188, - "positive_rate": 0.162, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-03-31", - "total_cases": 107.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.286, - "total_deaths": 6.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9.166, - "new_cases_per_million": 0.942, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 0.514, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 82.0, - "total_tests": 779.0, - "total_tests_per_thousand": 0.067, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 72.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 6.38, - "positive_rate": 0.157, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-01", - "total_cases": 115.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.857, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9.852, - "new_cases_per_million": 0.685, - "new_cases_smoothed_per_million": 1.016, - "total_deaths_per_million": 0.6, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.086, - "new_tests": 57.0, - "total_tests": 836.0, - "total_tests_per_thousand": 0.072, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 72.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 6.072, - "positive_rate": 0.165, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-02", - "total_cases": 123.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.0, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 10.537, - "new_cases_per_million": 0.685, - "new_cases_smoothed_per_million": 1.028, - "total_deaths_per_million": 0.685, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 149.0, - "total_tests": 985.0, - "total_tests_per_thousand": 0.084, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 78.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 6.5, - "positive_rate": 0.154, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-03", - "total_cases": 132.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 11.308, - "new_cases_per_million": 0.771, - "new_cases_smoothed_per_million": 0.869, - "total_deaths_per_million": 0.771, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.11, - "new_tests": 133.0, - "total_tests": 1118.0, - "total_tests_per_thousand": 0.096, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 86.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 8.479, - "positive_rate": 0.11800000000000001, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-04", - "total_cases": 139.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.286, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 11.908, - "new_cases_per_million": 0.6, - "new_cases_smoothed_per_million": 0.795, - "total_deaths_per_million": 0.857, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.122, - "new_tests": 18.0, - "total_tests": 1136.0, - "total_tests_per_thousand": 0.097, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 82.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 8.831, - "positive_rate": 0.113, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-05", - "total_cases": 157.0, - "new_cases": 18.0, - "new_cases_smoothed": 10.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 13.45, - "new_cases_per_million": 1.542, - "new_cases_smoothed_per_million": 0.93, - "total_deaths_per_million": 0.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.122, - "new_tests": 305.0, - "total_tests": 1441.0, - "total_tests_per_thousand": 0.123, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 124.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 11.421, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-06", - "total_cases": 183.0, - "new_cases": 26.0, - "new_cases_smoothed": 12.429, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 15.677, - "new_cases_per_million": 2.227, - "new_cases_smoothed_per_million": 1.065, - "total_deaths_per_million": 0.942, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 108.0, - "total_tests": 1549.0, - "total_tests_per_thousand": 0.133, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 122.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 9.816, - "positive_rate": 0.102, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-07", - "total_cases": 194.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.429, - "total_deaths": 14.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 16.62, - "new_cases_per_million": 0.942, - "new_cases_smoothed_per_million": 1.065, - "total_deaths_per_million": 1.199, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 132.0, - "total_tests": 1681.0, - "total_tests_per_thousand": 0.144, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 129.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 10.379000000000001, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-08", - "total_cases": 210.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.571, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 17.99, - "new_cases_per_million": 1.371, - "new_cases_smoothed_per_million": 1.163, - "total_deaths_per_million": 1.285, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 194.0, - "total_tests": 1875.0, - "total_tests_per_thousand": 0.161, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 148.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 10.905, - "positive_rate": 0.092, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-09", - "total_cases": 264.0, - "new_cases": 54.0, - "new_cases_smoothed": 20.143, - "total_deaths": 18.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 22.616, - "new_cases_per_million": 4.626, - "new_cases_smoothed_per_million": 1.726, - "total_deaths_per_million": 1.542, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.122, - "new_tests": 122.0, - "total_tests": 1997.0, - "total_tests_per_thousand": 0.171, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 145.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 7.199, - "positive_rate": 0.139, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-10", - "total_cases": 268.0, - "new_cases": 4.0, - "new_cases_smoothed": 19.429, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 22.959, - "new_cases_per_million": 0.343, - "new_cases_smoothed_per_million": 1.664, - "total_deaths_per_million": 1.628, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.122, - "new_tests": 188.0, - "total_tests": 2185.0, - "total_tests_per_thousand": 0.187, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 152.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 7.824, - "positive_rate": 0.128, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-11", - "total_cases": 276.0, - "new_cases": 8.0, - "new_cases_smoothed": 19.571, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 23.644, - "new_cases_per_million": 0.685, - "new_cases_smoothed_per_million": 1.677, - "total_deaths_per_million": 1.713, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.122, - "new_tests": 171.0, - "total_tests": 2356.0, - "total_tests_per_thousand": 0.202, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 174.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 8.891, - "positive_rate": 0.11199999999999999, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-12", - "total_cases": 300.0, - "new_cases": 24.0, - "new_cases_smoothed": 20.429, - "total_deaths": 24.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 25.7, - "new_cases_per_million": 2.056, - "new_cases_smoothed_per_million": 1.75, - "total_deaths_per_million": 2.056, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.171, - "new_tests": 172.0, - "total_tests": 2528.0, - "total_tests_per_thousand": 0.217, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 155.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 7.587000000000001, - "positive_rate": 0.132, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-13", - "total_cases": 330.0, - "new_cases": 30.0, - "new_cases_smoothed": 21.0, - "total_deaths": 27.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 28.27, - "new_cases_per_million": 2.57, - "new_cases_smoothed_per_million": 1.799, - "total_deaths_per_million": 2.313, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 165.0, - "total_tests": 2693.0, - "total_tests_per_thousand": 0.231, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 163.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 7.7620000000000005, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-14", - "total_cases": 354.0, - "new_cases": 24.0, - "new_cases_smoothed": 22.857, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 30.326, - "new_cases_per_million": 2.056, - "new_cases_smoothed_per_million": 1.958, - "total_deaths_per_million": 2.399, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.171, - "new_tests": 226.0, - "total_tests": 2919.0, - "total_tests_per_thousand": 0.25, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 177.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 7.744, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-15", - "total_cases": 397.0, - "new_cases": 43.0, - "new_cases_smoothed": 26.714, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 34.01, - "new_cases_per_million": 3.684, - "new_cases_smoothed_per_million": 2.289, - "total_deaths_per_million": 2.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 311.0, - "total_tests": 3230.0, - "total_tests_per_thousand": 0.277, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 194.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 7.2620000000000005, - "positive_rate": 0.138, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-16", - "total_cases": 441.0, - "new_cases": 44.0, - "new_cases_smoothed": 25.286, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 37.779, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 2.166, - "total_deaths_per_million": 2.484, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.135, - "new_tests": 189.0, - "total_tests": 3419.0, - "total_tests_per_thousand": 0.293, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 203.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 8.027999999999999, - "positive_rate": 0.125, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-17", - "total_cases": 465.0, - "new_cases": 24.0, - "new_cases_smoothed": 28.143, - "total_deaths": 31.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 39.835, - "new_cases_per_million": 2.056, - "new_cases_smoothed_per_million": 2.411, - "total_deaths_per_million": 2.656, - "new_deaths_per_million": 0.171, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 154.0, - "total_tests": 3573.0, - "total_tests_per_thousand": 0.306, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 198.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 7.0360000000000005, - "positive_rate": 0.142, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-18", - "total_cases": 493.0, - "new_cases": 28.0, - "new_cases_smoothed": 31.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 42.234, - "new_cases_per_million": 2.399, - "new_cases_smoothed_per_million": 2.656, - "total_deaths_per_million": 2.656, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.135, - "new_tests": 350.0, - "total_tests": 3923.0, - "total_tests_per_thousand": 0.336, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 224.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 7.226, - "positive_rate": 0.138, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-19", - "total_cases": 520.0, - "new_cases": 27.0, - "new_cases_smoothed": 31.429, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 44.547, - "new_cases_per_million": 2.313, - "new_cases_smoothed_per_million": 2.692, - "total_deaths_per_million": 2.741, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 212.0, - "total_tests": 4135.0, - "total_tests_per_thousand": 0.354, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 230.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 7.318, - "positive_rate": 0.13699999999999998, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-20", - "total_cases": 564.0, - "new_cases": 44.0, - "new_cases_smoothed": 33.429, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 48.317, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 2.864, - "total_deaths_per_million": 2.827, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 163.0, - "total_tests": 4298.0, - "total_tests_per_thousand": 0.368, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 229.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 6.85, - "positive_rate": 0.146, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-21", - "total_cases": 598.0, - "new_cases": 34.0, - "new_cases_smoothed": 34.857, - "total_deaths": 34.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 51.229, - "new_cases_per_million": 2.913, - "new_cases_smoothed_per_million": 2.986, - "total_deaths_per_million": 2.913, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 122.0, - "total_tests": 4420.0, - "total_tests_per_thousand": 0.379, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 214.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 6.138999999999999, - "positive_rate": 0.163, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-22", - "total_cases": 609.0, - "new_cases": 11.0, - "new_cases_smoothed": 30.286, - "total_deaths": 37.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 52.172, - "new_cases_per_million": 0.942, - "new_cases_smoothed_per_million": 2.595, - "total_deaths_per_million": 3.17, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.11, - "new_tests": 435.0, - "total_tests": 4855.0, - "total_tests_per_thousand": 0.416, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 232.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 7.66, - "positive_rate": 0.131, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-23", - "total_cases": 672.0, - "new_cases": 63.0, - "new_cases_smoothed": 33.0, - "total_deaths": 40.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 57.569, - "new_cases_per_million": 5.397, - "new_cases_smoothed_per_million": 2.827, - "total_deaths_per_million": 3.427, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.135, - "new_tests": 140.0, - "total_tests": 4995.0, - "total_tests_per_thousand": 0.428, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 225.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 6.818, - "positive_rate": 0.147, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-24", - "total_cases": 703.0, - "new_cases": 31.0, - "new_cases_smoothed": 34.0, - "total_deaths": 43.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 60.224, - "new_cases_per_million": 2.656, - "new_cases_smoothed_per_million": 2.913, - "total_deaths_per_million": 3.684, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 302.0, - "total_tests": 5297.0, - "total_tests_per_thousand": 0.454, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 246.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 7.235, - "positive_rate": 0.138, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-25", - "total_cases": 807.0, - "new_cases": 104.0, - "new_cases_smoothed": 44.857, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 69.134, - "new_cases_per_million": 8.909, - "new_cases_smoothed_per_million": 3.843, - "total_deaths_per_million": 3.769, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 275.0, - "total_tests": 5572.0, - "total_tests_per_thousand": 0.477, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 236.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 5.261, - "positive_rate": 0.19, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-26", - "total_cases": 866.0, - "new_cases": 59.0, - "new_cases_smoothed": 49.429, - "total_deaths": 46.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 74.188, - "new_cases_per_million": 5.054, - "new_cases_smoothed_per_million": 4.234, - "total_deaths_per_million": 3.941, - "new_deaths_per_million": 0.171, - "new_deaths_smoothed_per_million": 0.171, - "new_tests": 219.0, - "total_tests": 5791.0, - "total_tests_per_thousand": 0.496, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 237.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 4.795, - "positive_rate": 0.209, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-27", - "total_cases": 950.0, - "new_cases": 84.0, - "new_cases_smoothed": 55.143, - "total_deaths": 50.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 81.384, - "new_cases_per_million": 7.196, - "new_cases_smoothed_per_million": 4.724, - "total_deaths_per_million": 4.283, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 197.0, - "total_tests": 5988.0, - "total_tests_per_thousand": 0.513, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 241.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 4.37, - "positive_rate": 0.22899999999999998, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-28", - "total_cases": 1014.0, - "new_cases": 64.0, - "new_cases_smoothed": 59.429, - "total_deaths": 53.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 86.867, - "new_cases_per_million": 5.483, - "new_cases_smoothed_per_million": 5.091, - "total_deaths_per_million": 4.54, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.233, - "new_tests": 133.0, - "total_tests": 6121.0, - "total_tests_per_thousand": 0.524, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 243.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 4.0889999999999995, - "positive_rate": 0.245, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-29", - "total_cases": 1053.0, - "new_cases": 39.0, - "new_cases_smoothed": 63.429, - "total_deaths": 55.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 90.208, - "new_cases_per_million": 3.341, - "new_cases_smoothed_per_million": 5.434, - "total_deaths_per_million": 4.712, - "new_deaths_per_million": 0.171, - "new_deaths_smoothed_per_million": 0.22, - "new_tests": 288.0, - "total_tests": 6409.0, - "total_tests_per_thousand": 0.549, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 222.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 3.5, - "positive_rate": 0.28600000000000003, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-04-30", - "total_cases": 1110.0, - "new_cases": 57.0, - "new_cases_smoothed": 62.571, - "total_deaths": 59.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 95.091, - "new_cases_per_million": 4.883, - "new_cases_smoothed_per_million": 5.36, - "total_deaths_per_million": 5.054, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.233, - "new_tests": 142.0, - "total_tests": 6551.0, - "total_tests_per_thousand": 0.561, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 222.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 3.548, - "positive_rate": 0.282, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-01", - "total_cases": 1167.0, - "new_cases": 57.0, - "new_cases_smoothed": 66.286, - "total_deaths": 62.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 99.974, - "new_cases_per_million": 4.883, - "new_cases_smoothed_per_million": 5.679, - "total_deaths_per_million": 5.311, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.233, - "new_tests": 424.0, - "total_tests": 6975.0, - "total_tests_per_thousand": 0.598, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 240.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 3.6210000000000004, - "positive_rate": 0.276, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-02", - "total_cases": 1229.0, - "new_cases": 62.0, - "new_cases_smoothed": 60.286, - "total_deaths": 66.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 105.285, - "new_cases_per_million": 5.311, - "new_cases_smoothed_per_million": 5.165, - "total_deaths_per_million": 5.654, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 676.0, - "total_tests": 7651.0, - "total_tests_per_thousand": 0.655, - "new_tests_per_thousand": 0.058, - "new_tests_smoothed": 297.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 4.927, - "positive_rate": 0.203, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-03", - "total_cases": 1470.0, - "new_cases": 241.0, - "new_cases_smoothed": 86.286, - "total_deaths": 71.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 125.931, - "new_cases_per_million": 20.646, - "new_cases_smoothed_per_million": 7.392, - "total_deaths_per_million": 6.082, - "new_deaths_per_million": 0.428, - "new_deaths_smoothed_per_million": 0.306, - "new_tests": 429.0, - "total_tests": 8080.0, - "total_tests_per_thousand": 0.692, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 327.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 3.79, - "positive_rate": 0.264, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-04", - "total_cases": 1594.0, - "new_cases": 124.0, - "new_cases_smoothed": 92.0, - "total_deaths": 76.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 136.554, - "new_cases_per_million": 10.623, - "new_cases_smoothed_per_million": 7.881, - "total_deaths_per_million": 6.511, - "new_deaths_per_million": 0.428, - "new_deaths_smoothed_per_million": 0.318, - "new_tests": 531.0, - "total_tests": 8611.0, - "total_tests_per_thousand": 0.738, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 375.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 4.0760000000000005, - "positive_rate": 0.245, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-05", - "total_cases": 1681.0, - "new_cases": 87.0, - "new_cases_smoothed": 95.286, - "total_deaths": 82.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 144.007, - "new_cases_per_million": 7.453, - "new_cases_smoothed_per_million": 8.163, - "total_deaths_per_million": 7.025, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.355, - "new_tests": 384.0, - "total_tests": 8995.0, - "total_tests_per_thousand": 0.771, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 411.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 4.313, - "positive_rate": 0.23199999999999998, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-06", - "total_cases": 1802.0, - "new_cases": 121.0, - "new_cases_smoothed": 107.0, - "total_deaths": 86.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 154.373, - "new_cases_per_million": 10.366, - "new_cases_smoothed_per_million": 9.166, - "total_deaths_per_million": 7.367, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.379, - "new_tests": 161.0, - "total_tests": 9156.0, - "total_tests_per_thousand": 0.784, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 392.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 3.6639999999999997, - "positive_rate": 0.273, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-07", - "total_cases": 1886.0, - "new_cases": 84.0, - "new_cases_smoothed": 110.857, - "total_deaths": 91.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 161.569, - "new_cases_per_million": 7.196, - "new_cases_smoothed_per_million": 9.497, - "total_deaths_per_million": 7.796, - "new_deaths_per_million": 0.428, - "new_deaths_smoothed_per_million": 0.392, - "new_tests": 943.0, - "total_tests": 10099.0, - "total_tests_per_thousand": 0.865, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 507.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 4.573, - "positive_rate": 0.21899999999999997, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-08", - "total_cases": 2081.0, - "new_cases": 195.0, - "new_cases_smoothed": 130.571, - "total_deaths": 102.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 178.274, - "new_cases_per_million": 16.705, - "new_cases_smoothed_per_million": 11.186, - "total_deaths_per_million": 8.738, - "new_deaths_per_million": 0.942, - "new_deaths_smoothed_per_million": 0.49, - "new_tests": 552.0, - "total_tests": 10651.0, - "total_tests_per_thousand": 0.912, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 525.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 4.021, - "positive_rate": 0.249, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-09", - "total_cases": 2266.0, - "new_cases": 185.0, - "new_cases_smoothed": 148.143, - "total_deaths": 106.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 194.123, - "new_cases_per_million": 15.848, - "new_cases_smoothed_per_million": 12.691, - "total_deaths_per_million": 9.081, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.49, - "new_tests_smoothed": 501.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 3.3819999999999997, - "positive_rate": 0.29600000000000004, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-10", - "total_cases": 2437.0, - "new_cases": 171.0, - "new_cases_smoothed": 138.143, - "total_deaths": 114.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 208.772, - "new_cases_per_million": 14.649, - "new_cases_smoothed_per_million": 11.834, - "total_deaths_per_million": 9.766, - "new_deaths_per_million": 0.685, - "new_deaths_smoothed_per_million": 0.526, - "total_tests": 11671.0, - "total_tests_per_thousand": 1.0, - "new_tests_smoothed": 513.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 3.714, - "positive_rate": 0.26899999999999996, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-11", - "total_cases": 2556.0, - "new_cases": 119.0, - "new_cases_smoothed": 137.429, - "total_deaths": 118.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 218.966, - "new_cases_per_million": 10.194, - "new_cases_smoothed_per_million": 11.773, - "total_deaths_per_million": 10.109, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 882.0, - "total_tests": 12553.0, - "total_tests_per_thousand": 1.075, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 563.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 4.0969999999999995, - "positive_rate": 0.244, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-12", - "total_cases": 2831.0, - "new_cases": 275.0, - "new_cases_smoothed": 164.286, - "total_deaths": 122.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 242.525, - "new_cases_per_million": 23.559, - "new_cases_smoothed_per_million": 14.074, - "total_deaths_per_million": 10.451, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.49, - "new_tests": 527.0, - "total_tests": 13080.0, - "total_tests_per_thousand": 1.121, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 584.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 3.555, - "positive_rate": 0.281, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-13", - "total_cases": 2964.0, - "new_cases": 133.0, - "new_cases_smoothed": 166.0, - "total_deaths": 128.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 253.919, - "new_cases_per_million": 11.394, - "new_cases_smoothed_per_million": 14.221, - "total_deaths_per_million": 10.965, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 525.0, - "total_tests": 13605.0, - "total_tests_per_thousand": 1.166, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 636.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 3.8310000000000004, - "positive_rate": 0.261, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-14", - "total_cases": 3148.0, - "new_cases": 184.0, - "new_cases_smoothed": 180.286, - "total_deaths": 142.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 269.682, - "new_cases_per_million": 15.763, - "new_cases_smoothed_per_million": 15.445, - "total_deaths_per_million": 12.165, - "new_deaths_per_million": 1.199, - "new_deaths_smoothed_per_million": 0.624, - "new_tests": 554.0, - "total_tests": 14159.0, - "total_tests_per_thousand": 1.213, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 580.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 3.217, - "positive_rate": 0.311, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-15", - "total_cases": 3372.0, - "new_cases": 224.0, - "new_cases_smoothed": 184.429, - "total_deaths": 152.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 288.871, - "new_cases_per_million": 19.19, - "new_cases_smoothed_per_million": 15.8, - "total_deaths_per_million": 13.021, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 0.612, - "new_tests": 644.0, - "total_tests": 14803.0, - "total_tests_per_thousand": 1.268, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 593.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 3.215, - "positive_rate": 0.311, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-16", - "total_cases": 3577.0, - "new_cases": 205.0, - "new_cases_smoothed": 187.286, - "total_deaths": 164.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 306.433, - "new_cases_per_million": 17.562, - "new_cases_smoothed_per_million": 16.044, - "total_deaths_per_million": 14.049, - "new_deaths_per_million": 1.028, - "new_deaths_smoothed_per_million": 0.71, - "new_tests": 853.0, - "total_tests": 15656.0, - "total_tests_per_thousand": 1.341, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 642.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 3.428, - "positive_rate": 0.292, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-17", - "total_cases": 3826.0, - "new_cases": 249.0, - "new_cases_smoothed": 198.429, - "total_deaths": 165.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 327.764, - "new_cases_per_million": 21.331, - "new_cases_smoothed_per_million": 16.999, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.624, - "new_tests": 748.0, - "total_tests": 16404.0, - "total_tests_per_thousand": 1.405, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 676.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 3.407, - "positive_rate": 0.294, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-18", - "total_cases": 4088.0, - "new_cases": 262.0, - "new_cases_smoothed": 218.857, - "total_deaths": 169.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 350.209, - "new_cases_per_million": 22.445, - "new_cases_smoothed_per_million": 18.749, - "total_deaths_per_million": 14.478, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.624, - "new_tests": 377.0, - "total_tests": 16781.0, - "total_tests_per_thousand": 1.438, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 604.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 2.76, - "positive_rate": 0.36200000000000004, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-19", - "total_cases": 4263.0, - "new_cases": 175.0, - "new_cases_smoothed": 204.571, - "total_deaths": 174.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 365.201, - "new_cases_per_million": 14.992, - "new_cases_smoothed_per_million": 17.525, - "total_deaths_per_million": 14.906, - "new_deaths_per_million": 0.428, - "new_deaths_smoothed_per_million": 0.636, - "new_tests": 779.0, - "total_tests": 17560.0, - "total_tests_per_thousand": 1.504, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 640.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 3.128, - "positive_rate": 0.32, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-20", - "total_cases": 4481.0, - "new_cases": 218.0, - "new_cases_smoothed": 216.714, - "total_deaths": 189.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 383.876, - "new_cases_per_million": 18.676, - "new_cases_smoothed_per_million": 18.565, - "total_deaths_per_million": 16.191, - "new_deaths_per_million": 1.285, - "new_deaths_smoothed_per_million": 0.747, - "new_tests": 1006.0, - "total_tests": 18566.0, - "total_tests_per_thousand": 1.591, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 709.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 3.272, - "positive_rate": 0.306, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-21", - "total_cases": 4919.0, - "new_cases": 438.0, - "new_cases_smoothed": 253.0, - "total_deaths": 199.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 421.399, - "new_cases_per_million": 37.522, - "new_cases_smoothed_per_million": 21.674, - "total_deaths_per_million": 17.048, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 0.698, - "new_tests": 723.0, - "total_tests": 19289.0, - "total_tests_per_thousand": 1.652, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 733.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_per_case": 2.897, - "positive_rate": 0.345, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-22", - "total_cases": 5187.0, - "new_cases": 268.0, - "new_cases_smoothed": 259.286, - "total_deaths": 215.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 444.358, - "new_cases_per_million": 22.959, - "new_cases_smoothed_per_million": 22.212, - "total_deaths_per_million": 18.419, - "new_deaths_per_million": 1.371, - "new_deaths_smoothed_per_million": 0.771, - "new_tests": 807.0, - "total_tests": 20096.0, - "total_tests_per_thousand": 1.722, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 756.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 2.9160000000000004, - "positive_rate": 0.34299999999999997, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-23", - "total_cases": 5579.0, - "new_cases": 392.0, - "new_cases_smoothed": 286.0, - "total_deaths": 230.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 477.939, - "new_cases_per_million": 33.582, - "new_cases_smoothed_per_million": 24.501, - "total_deaths_per_million": 19.704, - "new_deaths_per_million": 1.285, - "new_deaths_smoothed_per_million": 0.808, - "new_tests": 1109.0, - "total_tests": 21205.0, - "total_tests_per_thousand": 1.817, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 793.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_per_case": 2.773, - "positive_rate": 0.361, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-24", - "total_cases": 5915.0, - "new_cases": 336.0, - "new_cases_smoothed": 298.429, - "total_deaths": 240.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 506.724, - "new_cases_per_million": 28.784, - "new_cases_smoothed_per_million": 25.566, - "total_deaths_per_million": 20.56, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 0.918, - "new_tests": 789.0, - "total_tests": 21994.0, - "total_tests_per_thousand": 1.884, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 799.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_per_case": 2.677, - "positive_rate": 0.374, - "tests_units": "tests performed", - "stringency_index": 96.3 - }, - { - "date": "2020-05-25", - "total_cases": 6263.0, - "new_cases": 348.0, - "new_cases_smoothed": 310.714, - "total_deaths": 250.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 536.536, - "new_cases_per_million": 29.812, - "new_cases_smoothed_per_million": 26.618, - "total_deaths_per_million": 21.417, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 0.991, - "new_tests": 779.0, - "total_tests": 22773.0, - "total_tests_per_thousand": 1.951, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 856.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 2.755, - "positive_rate": 0.363, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-26", - "total_cases": 6660.0, - "new_cases": 397.0, - "new_cases_smoothed": 342.429, - "total_deaths": 261.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 570.546, - "new_cases_per_million": 34.01, - "new_cases_smoothed_per_million": 29.335, - "total_deaths_per_million": 22.359, - "new_deaths_per_million": 0.942, - "new_deaths_smoothed_per_million": 1.065, - "new_tests": 866.0, - "total_tests": 23639.0, - "total_tests_per_thousand": 2.025, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 868.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 2.535, - "positive_rate": 0.395, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-27", - "total_cases": 7136.0, - "new_cases": 476.0, - "new_cases_smoothed": 379.286, - "total_deaths": 274.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 611.324, - "new_cases_per_million": 40.778, - "new_cases_smoothed_per_million": 32.492, - "total_deaths_per_million": 23.473, - "new_deaths_per_million": 1.114, - "new_deaths_smoothed_per_million": 1.04, - "new_tests": 1426.0, - "total_tests": 25065.0, - "total_tests_per_thousand": 2.147, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 928.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 2.447, - "positive_rate": 0.409, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-28", - "total_cases": 7768.0, - "new_cases": 632.0, - "new_cases_smoothed": 407.0, - "total_deaths": 280.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 665.466, - "new_cases_per_million": 54.142, - "new_cases_smoothed_per_million": 34.867, - "total_deaths_per_million": 23.987, - "new_deaths_per_million": 0.514, - "new_deaths_smoothed_per_million": 0.991, - "new_tests": 1125.0, - "total_tests": 26190.0, - "total_tests_per_thousand": 2.244, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 986.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 2.423, - "positive_rate": 0.413, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-29", - "total_cases": 8387.0, - "new_cases": 619.0, - "new_cases_smoothed": 457.143, - "total_deaths": 293.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 718.494, - "new_cases_per_million": 53.028, - "new_cases_smoothed_per_million": 39.162, - "total_deaths_per_million": 25.101, - "new_deaths_per_million": 1.114, - "new_deaths_smoothed_per_million": 0.955, - "new_tests": 775.0, - "total_tests": 26965.0, - "total_tests_per_thousand": 2.31, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 981.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 2.146, - "positive_rate": 0.466, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-30", - "total_cases": 8731.0, - "new_cases": 344.0, - "new_cases_smoothed": 450.286, - "total_deaths": 300.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 747.964, - "new_cases_per_million": 29.47, - "new_cases_smoothed_per_million": 38.575, - "total_deaths_per_million": 25.7, - "new_deaths_per_million": 0.6, - "new_deaths_smoothed_per_million": 0.857, - "new_tests": 1274.0, - "total_tests": 28239.0, - "total_tests_per_thousand": 2.419, - "new_tests_per_thousand": 0.109, - "new_tests_smoothed": 1005.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 2.2319999999999998, - "positive_rate": 0.44799999999999995, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-05-31", - "total_cases": 9592.0, - "new_cases": 861.0, - "new_cases_smoothed": 525.286, - "total_deaths": 310.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 821.723, - "new_cases_per_million": 73.76, - "new_cases_smoothed_per_million": 45.0, - "total_deaths_per_million": 26.557, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 0.857, - "new_tests": 718.0, - "total_tests": 28957.0, - "total_tests_per_thousand": 2.481, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 995.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 1.8940000000000001, - "positive_rate": 0.528, - "tests_units": "tests performed", - "stringency_index": 93.52 - }, - { - "date": "2020-06-01", - "total_cases": 9982.0, - "new_cases": 390.0, - "new_cases_smoothed": 531.286, - "total_deaths": 313.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 855.134, - "new_cases_per_million": 33.41, - "new_cases_smoothed_per_million": 45.514, - "total_deaths_per_million": 26.814, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.771, - "new_tests": 1083.0, - "total_tests": 30040.0, - "total_tests_per_thousand": 2.573, - "new_tests_per_thousand": 0.093, - "new_tests_smoothed": 1038.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_per_case": 1.954, - "positive_rate": 0.512, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-02", - "total_cases": 10531.0, - "new_cases": 549.0, - "new_cases_smoothed": 553.0, - "total_deaths": 343.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 902.165, - "new_cases_per_million": 47.031, - "new_cases_smoothed_per_million": 47.374, - "total_deaths_per_million": 29.384, - "new_deaths_per_million": 2.57, - "new_deaths_smoothed_per_million": 1.004, - "new_tests": 1146.0, - "total_tests": 31186.0, - "total_tests_per_thousand": 2.672, - "new_tests_per_thousand": 0.098, - "new_tests_smoothed": 1078.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 1.949, - "positive_rate": 0.513, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-03", - "total_cases": 10991.0, - "new_cases": 460.0, - "new_cases_smoothed": 550.714, - "total_deaths": 376.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 941.572, - "new_cases_per_million": 39.407, - "new_cases_smoothed_per_million": 47.178, - "total_deaths_per_million": 32.211, - "new_deaths_per_million": 2.827, - "new_deaths_smoothed_per_million": 1.248, - "new_tests": 1300.0, - "total_tests": 32486.0, - "total_tests_per_thousand": 2.783, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 1060.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 1.925, - "positive_rate": 0.52, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-04", - "total_cases": 11638.0, - "new_cases": 647.0, - "new_cases_smoothed": 552.857, - "total_deaths": 400.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 996.999, - "new_cases_per_million": 55.427, - "new_cases_smoothed_per_million": 47.362, - "total_deaths_per_million": 34.267, - "new_deaths_per_million": 2.056, - "new_deaths_smoothed_per_million": 1.469, - "new_tests": 1460.0, - "total_tests": 33946.0, - "total_tests_per_thousand": 2.908, - "new_tests_per_thousand": 0.125, - "new_tests_smoothed": 1108.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 2.004, - "positive_rate": 0.499, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-05", - "total_cases": 12245.0, - "new_cases": 607.0, - "new_cases_smoothed": 551.143, - "total_deaths": 415.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 1048.999, - "new_cases_per_million": 52.0, - "new_cases_smoothed_per_million": 47.215, - "total_deaths_per_million": 35.552, - "new_deaths_per_million": 1.285, - "new_deaths_smoothed_per_million": 1.493, - "new_tests": 1304.0, - "total_tests": 35250.0, - "total_tests_per_thousand": 3.02, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 1184.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 2.148, - "positive_rate": 0.465, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-06", - "total_cases": 12728.0, - "new_cases": 483.0, - "new_cases_smoothed": 571.0, - "total_deaths": 427.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 1090.377, - "new_cases_per_million": 41.377, - "new_cases_smoothed_per_million": 48.916, - "total_deaths_per_million": 36.58, - "new_deaths_per_million": 1.028, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 1280.0, - "total_tests": 36530.0, - "total_tests_per_thousand": 3.129, - "new_tests_per_thousand": 0.11, - "new_tests_smoothed": 1184.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 2.074, - "positive_rate": 0.48200000000000004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-07", - "total_cases": 13358.0, - "new_cases": 630.0, - "new_cases_smoothed": 538.0, - "total_deaths": 454.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 20.571, - "total_cases_per_million": 1144.347, - "new_cases_per_million": 53.971, - "new_cases_smoothed_per_million": 46.089, - "total_deaths_per_million": 38.893, - "new_deaths_per_million": 2.313, - "new_deaths_smoothed_per_million": 1.762, - "new_tests": 746.0, - "total_tests": 37276.0, - "total_tests_per_thousand": 3.193, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 1188.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 2.208, - "positive_rate": 0.45299999999999996, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-08", - "total_cases": 13643.0, - "new_cases": 285.0, - "new_cases_smoothed": 523.0, - "total_deaths": 465.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 1168.763, - "new_cases_per_million": 24.415, - "new_cases_smoothed_per_million": 44.804, - "total_deaths_per_million": 39.835, - "new_deaths_per_million": 0.942, - "new_deaths_smoothed_per_million": 1.86, - "new_tests": 816.0, - "total_tests": 38092.0, - "total_tests_per_thousand": 3.263, - "new_tests_per_thousand": 0.07, - "new_tests_smoothed": 1150.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 2.199, - "positive_rate": 0.455, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-09", - "total_cases": 13949.0, - "new_cases": 306.0, - "new_cases_smoothed": 488.286, - "total_deaths": 475.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 1194.977, - "new_cases_per_million": 26.214, - "new_cases_smoothed_per_million": 41.83, - "total_deaths_per_million": 40.692, - "new_deaths_per_million": 0.857, - "new_deaths_smoothed_per_million": 1.615, - "new_tests": 1518.0, - "total_tests": 39610.0, - "total_tests_per_thousand": 3.393, - "new_tests_per_thousand": 0.13, - "new_tests_smoothed": 1203.0, - "new_tests_smoothed_per_thousand": 0.103, - "tests_per_case": 2.464, - "positive_rate": 0.406, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-10", - "total_cases": 14644.0, - "new_cases": 695.0, - "new_cases_smoothed": 521.857, - "total_deaths": 487.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 1254.516, - "new_cases_per_million": 59.539, - "new_cases_smoothed_per_million": 44.706, - "total_deaths_per_million": 41.72, - "new_deaths_per_million": 1.028, - "new_deaths_smoothed_per_million": 1.358, - "new_tests": 1425.0, - "total_tests": 41035.0, - "total_tests_per_thousand": 3.515, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 1221.0, - "new_tests_smoothed_per_thousand": 0.105, - "tests_per_case": 2.34, - "positive_rate": 0.42700000000000005, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-11", - "total_cases": 15281.0, - "new_cases": 637.0, - "new_cases_smoothed": 520.429, - "total_deaths": 512.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 1309.086, - "new_cases_per_million": 54.57, - "new_cases_smoothed_per_million": 44.584, - "total_deaths_per_million": 43.862, - "new_deaths_per_million": 2.142, - "new_deaths_smoothed_per_million": 1.371, - "new_tests": 1706.0, - "total_tests": 42741.0, - "total_tests_per_thousand": 3.662, - "new_tests_per_thousand": 0.146, - "new_tests_smoothed": 1256.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 2.4130000000000003, - "positive_rate": 0.414, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-12", - "total_cases": 16165.0, - "new_cases": 884.0, - "new_cases_smoothed": 560.0, - "total_deaths": 533.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 1384.816, - "new_cases_per_million": 75.73, - "new_cases_smoothed_per_million": 47.974, - "total_deaths_per_million": 45.661, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.444, - "new_tests": 1774.0, - "total_tests": 44515.0, - "total_tests_per_thousand": 3.813, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 1324.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_per_case": 2.364, - "positive_rate": 0.423, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-13", - "total_cases": 16929.0, - "new_cases": 764.0, - "new_cases_smoothed": 600.143, - "total_deaths": 559.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 1450.266, - "new_cases_per_million": 65.45, - "new_cases_smoothed_per_million": 51.413, - "total_deaths_per_million": 47.888, - "new_deaths_per_million": 2.227, - "new_deaths_smoothed_per_million": 1.615, - "new_tests": 1554.0, - "total_tests": 46069.0, - "total_tests_per_thousand": 3.947, - "new_tests_per_thousand": 0.133, - "new_tests_smoothed": 1363.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_per_case": 2.271, - "positive_rate": 0.44, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-14", - "total_cases": 17842.0, - "new_cases": 913.0, - "new_cases_smoothed": 640.571, - "total_deaths": 585.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 1528.481, - "new_cases_per_million": 78.214, - "new_cases_smoothed_per_million": 54.876, - "total_deaths_per_million": 50.116, - "new_deaths_per_million": 2.227, - "new_deaths_smoothed_per_million": 1.603, - "new_tests": 1303.0, - "total_tests": 47372.0, - "total_tests_per_thousand": 4.058, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 1442.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_per_case": 2.251, - "positive_rate": 0.444, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-15", - "total_cases": 18459.0, - "new_cases": 617.0, - "new_cases_smoothed": 688.0, - "total_deaths": 611.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 20.857, - "total_cases_per_million": 1581.338, - "new_cases_per_million": 52.857, - "new_cases_smoothed_per_million": 58.939, - "total_deaths_per_million": 52.343, - "new_deaths_per_million": 2.227, - "new_deaths_smoothed_per_million": 1.787, - "new_tests": 1384.0, - "total_tests": 48756.0, - "total_tests_per_thousand": 4.177, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 1523.0, - "new_tests_smoothed_per_thousand": 0.13, - "tests_per_case": 2.214, - "positive_rate": 0.452, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-16", - "total_cases": 19073.0, - "new_cases": 614.0, - "new_cases_smoothed": 732.0, - "total_deaths": 632.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 22.429, - "total_cases_per_million": 1633.938, - "new_cases_per_million": 52.6, - "new_cases_smoothed_per_million": 62.709, - "total_deaths_per_million": 54.142, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.921, - "new_tests": 1358.0, - "total_tests": 50114.0, - "total_tests_per_thousand": 4.293, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 1501.0, - "new_tests_smoothed_per_thousand": 0.129, - "tests_per_case": 2.051, - "positive_rate": 0.488, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-17", - "total_cases": 19883.0, - "new_cases": 810.0, - "new_cases_smoothed": 748.429, - "total_deaths": 659.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 1703.328, - "new_cases_per_million": 69.391, - "new_cases_smoothed_per_million": 64.116, - "total_deaths_per_million": 56.455, - "new_deaths_per_million": 2.313, - "new_deaths_smoothed_per_million": 2.105, - "new_tests": 1222.0, - "total_tests": 51336.0, - "total_tests_per_thousand": 4.398, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 1472.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_per_case": 1.9669999999999999, - "positive_rate": 0.508, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-18", - "total_cases": 20685.0, - "new_cases": 802.0, - "new_cases_smoothed": 772.0, - "total_deaths": 679.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 23.857, - "total_cases_per_million": 1772.034, - "new_cases_per_million": 68.705, - "new_cases_smoothed_per_million": 66.135, - "total_deaths_per_million": 58.168, - "new_deaths_per_million": 1.713, - "new_deaths_smoothed_per_million": 2.044, - "new_tests": 1420.0, - "total_tests": 52756.0, - "total_tests_per_thousand": 4.519, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 1431.0, - "new_tests_smoothed_per_thousand": 0.123, - "tests_per_case": 1.854, - "positive_rate": 0.539, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-19", - "total_cases": 21499.0, - "new_cases": 814.0, - "new_cases_smoothed": 762.0, - "total_deaths": 697.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 23.429, - "total_cases_per_million": 1841.767, - "new_cases_per_million": 69.733, - "new_cases_smoothed_per_million": 65.279, - "total_deaths_per_million": 59.71, - "new_deaths_per_million": 1.542, - "new_deaths_smoothed_per_million": 2.007, - "new_tests": 2358.0, - "total_tests": 55114.0, - "total_tests_per_thousand": 4.721, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 1514.0, - "new_tests_smoothed_per_thousand": 0.13, - "tests_per_case": 1.9869999999999999, - "positive_rate": 0.503, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-20", - "total_cases": 22476.0, - "new_cases": 977.0, - "new_cases_smoothed": 792.429, - "total_deaths": 715.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 1925.464, - "new_cases_per_million": 83.697, - "new_cases_smoothed_per_million": 67.885, - "total_deaths_per_million": 61.252, - "new_deaths_per_million": 1.542, - "new_deaths_smoothed_per_million": 1.909, - "new_tests": 1850.0, - "total_tests": 56964.0, - "total_tests_per_thousand": 4.88, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 1556.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_per_case": 1.964, - "positive_rate": 0.509, - "tests_units": "tests performed", - "stringency_index": 90.74 - }, - { - "date": "2020-06-21", - "total_cases": 23512.0, - "new_cases": 1036.0, - "new_cases_smoothed": 810.0, - "total_deaths": 740.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 2014.216, - "new_cases_per_million": 88.752, - "new_cases_smoothed_per_million": 69.391, - "total_deaths_per_million": 63.394, - "new_deaths_per_million": 2.142, - "new_deaths_smoothed_per_million": 1.897, - "new_tests": 1825.0, - "total_tests": 58789.0, - "total_tests_per_thousand": 5.036, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 1631.0, - "new_tests_smoothed_per_thousand": 0.14, - "tests_per_case": 2.0140000000000002, - "positive_rate": 0.49700000000000005, - "tests_units": "tests performed", - "stringency_index": 90.74 - }, - { - "date": "2020-06-22", - "total_cases": 24388.0, - "new_cases": 876.0, - "new_cases_smoothed": 847.0, - "total_deaths": 773.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 23.143, - "total_cases_per_million": 2089.261, - "new_cases_per_million": 75.045, - "new_cases_smoothed_per_million": 72.56, - "total_deaths_per_million": 66.221, - "new_deaths_per_million": 2.827, - "new_deaths_smoothed_per_million": 1.983, - "new_tests": 2666.0, - "total_tests": 61455.0, - "total_tests_per_thousand": 5.265, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 1814.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_per_case": 2.142, - "positive_rate": 0.467, - "tests_units": "tests performed", - "stringency_index": 90.74 - }, - { - "date": "2020-06-23", - "total_cases": 25493.0, - "new_cases": 1105.0, - "new_cases_smoothed": 917.143, - "total_deaths": 820.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 26.857, - "total_cases_per_million": 2183.923, - "new_cases_per_million": 94.663, - "new_cases_smoothed_per_million": 78.569, - "total_deaths_per_million": 70.247, - "new_deaths_per_million": 4.026, - "new_deaths_smoothed_per_million": 2.301, - "new_tests": 1756.0, - "total_tests": 63211.0, - "total_tests_per_thousand": 5.415, - "new_tests_per_thousand": 0.15, - "new_tests_smoothed": 1871.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 2.04, - "positive_rate": 0.49, - "tests_units": "tests performed", - "stringency_index": 90.74 - }, - { - "date": "2020-06-24", - "total_cases": 26389.0, - "new_cases": 896.0, - "new_cases_smoothed": 929.429, - "total_deaths": 846.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 2260.681, - "new_cases_per_million": 76.758, - "new_cases_smoothed_per_million": 79.622, - "total_deaths_per_million": 72.475, - "new_deaths_per_million": 2.227, - "new_deaths_smoothed_per_million": 2.289, - "new_tests": 1735.0, - "total_tests": 64946.0, - "total_tests_per_thousand": 5.564, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 1944.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 2.092, - "positive_rate": 0.478, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-25", - "total_cases": 27487.0, - "new_cases": 1098.0, - "new_cases_smoothed": 971.714, - "total_deaths": 876.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 28.143, - "total_cases_per_million": 2354.744, - "new_cases_per_million": 94.063, - "new_cases_smoothed_per_million": 83.244, - "total_deaths_per_million": 75.045, - "new_deaths_per_million": 2.57, - "new_deaths_smoothed_per_million": 2.411, - "new_tests": 1651.0, - "total_tests": 66597.0, - "total_tests_per_thousand": 5.705, - "new_tests_per_thousand": 0.141, - "new_tests_smoothed": 1977.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 2.035, - "positive_rate": 0.49200000000000005, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-06-26", - "total_cases": 28503.0, - "new_cases": 1016.0, - "new_cases_smoothed": 1000.571, - "total_deaths": 913.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 30.857, - "total_cases_per_million": 2441.783, - "new_cases_per_million": 87.038, - "new_cases_smoothed_per_million": 85.717, - "total_deaths_per_million": 78.214, - "new_deaths_per_million": 3.17, - "new_deaths_smoothed_per_million": 2.643, - "new_tests": 2033.0, - "total_tests": 68630.0, - "total_tests_per_thousand": 5.879, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 1931.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 1.93, - "positive_rate": 0.518, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-06-27", - "total_cases": 29423.0, - "new_cases": 920.0, - "new_cases_smoothed": 992.429, - "total_deaths": 934.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 31.286, - "total_cases_per_million": 2520.597, - "new_cases_per_million": 78.814, - "new_cases_smoothed_per_million": 85.019, - "total_deaths_per_million": 80.014, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 2.68, - "new_tests": 2242.0, - "total_tests": 70872.0, - "total_tests_per_thousand": 6.071, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 1987.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 2.002, - "positive_rate": 0.499, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-06-28", - "total_cases": 30676.0, - "new_cases": 1253.0, - "new_cases_smoothed": 1023.429, - "total_deaths": 970.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 32.857, - "total_cases_per_million": 2627.938, - "new_cases_per_million": 107.341, - "new_cases_smoothed_per_million": 87.675, - "total_deaths_per_million": 83.098, - "new_deaths_per_million": 3.084, - "new_deaths_smoothed_per_million": 2.815, - "new_tests": 1364.0, - "total_tests": 72236.0, - "total_tests_per_thousand": 6.188, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 1921.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 1.8769999999999998, - "positive_rate": 0.5329999999999999, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-06-29", - "total_cases": 31524.0, - "new_cases": 848.0, - "new_cases_smoothed": 1019.429, - "total_deaths": 1014.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 34.429, - "total_cases_per_million": 2700.584, - "new_cases_per_million": 72.646, - "new_cases_smoothed_per_million": 87.332, - "total_deaths_per_million": 86.867, - "new_deaths_per_million": 3.769, - "new_deaths_smoothed_per_million": 2.949, - "new_tests": 1036.0, - "total_tests": 73272.0, - "total_tests_per_thousand": 6.277, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 1688.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 1.656, - "positive_rate": 0.604, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-06-30", - "total_cases": 32125.0, - "new_cases": 601.0, - "new_cases_smoothed": 947.429, - "total_deaths": 1071.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 2752.071, - "new_cases_per_million": 51.486, - "new_cases_smoothed_per_million": 81.164, - "total_deaths_per_million": 91.75, - "new_deaths_per_million": 4.883, - "new_deaths_smoothed_per_million": 3.072, - "new_tests": 2194.0, - "total_tests": 75466.0, - "total_tests_per_thousand": 6.465, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 1751.0, - "new_tests_smoothed_per_thousand": 0.15, - "tests_per_case": 1.848, - "positive_rate": 0.541, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-01", - "total_cases": 33219.0, - "new_cases": 1094.0, - "new_cases_smoothed": 975.714, - "total_deaths": 1123.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 39.571, - "total_cases_per_million": 2845.791, - "new_cases_per_million": 93.72, - "new_cases_smoothed_per_million": 83.587, - "total_deaths_per_million": 96.205, - "new_deaths_per_million": 4.455, - "new_deaths_smoothed_per_million": 3.39, - "new_tests": 1947.0, - "total_tests": 77413.0, - "total_tests_per_thousand": 6.632, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1781.0, - "new_tests_smoothed_per_thousand": 0.153, - "tests_per_case": 1.825, - "positive_rate": 0.5479999999999999, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-02", - "total_cases": 34227.0, - "new_cases": 1008.0, - "new_cases_smoothed": 962.857, - "total_deaths": 1201.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 46.429, - "total_cases_per_million": 2932.144, - "new_cases_per_million": 86.353, - "new_cases_smoothed_per_million": 82.486, - "total_deaths_per_million": 102.887, - "new_deaths_per_million": 6.682, - "new_deaths_smoothed_per_million": 3.977, - "new_tests": 2154.0, - "total_tests": 79567.0, - "total_tests_per_thousand": 6.816, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 1853.0, - "new_tests_smoothed_per_thousand": 0.159, - "tests_per_case": 1.9240000000000002, - "positive_rate": 0.52, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-03", - "total_cases": 35528.0, - "new_cases": 1301.0, - "new_cases_smoothed": 1003.571, - "total_deaths": 1271.0, - "new_deaths": 70.0, - "new_deaths_smoothed": 51.143, - "total_cases_per_million": 3043.597, - "new_cases_per_million": 111.454, - "new_cases_smoothed_per_million": 85.974, - "total_deaths_per_million": 108.883, - "new_deaths_per_million": 5.997, - "new_deaths_smoothed_per_million": 4.381, - "new_tests": 2219.0, - "total_tests": 81786.0, - "total_tests_per_thousand": 7.006, - "new_tests_per_thousand": 0.19, - "new_tests_smoothed": 1879.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 1.8719999999999999, - "positive_rate": 0.534, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-04", - "total_cases": 36818.0, - "new_cases": 1290.0, - "new_cases_smoothed": 1056.429, - "total_deaths": 1320.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 55.143, - "total_cases_per_million": 3154.109, - "new_cases_per_million": 110.511, - "new_cases_smoothed_per_million": 90.502, - "total_deaths_per_million": 113.081, - "new_deaths_per_million": 4.198, - "new_deaths_smoothed_per_million": 4.724, - "new_tests": 2172.0, - "total_tests": 83958.0, - "total_tests_per_thousand": 7.192, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 1869.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 1.7690000000000001, - "positive_rate": 0.565, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-05", - "total_cases": 38071.0, - "new_cases": 1253.0, - "new_cases_smoothed": 1056.429, - "total_deaths": 1378.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 58.286, - "total_cases_per_million": 3261.45, - "new_cases_per_million": 107.341, - "new_cases_smoothed_per_million": 90.502, - "total_deaths_per_million": 118.05, - "new_deaths_per_million": 4.969, - "new_deaths_smoothed_per_million": 4.993, - "new_tests": 2920.0, - "total_tests": 86878.0, - "total_tests_per_thousand": 7.443, - "new_tests_per_thousand": 0.25, - "new_tests_smoothed": 2092.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 1.98, - "positive_rate": 0.505, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-06", - "total_cases": 39297.0, - "new_cases": 1226.0, - "new_cases_smoothed": 1110.429, - "total_deaths": 1434.0, - "new_deaths": 56.0, - "new_deaths_smoothed": 60.0, - "total_cases_per_million": 3366.478, - "new_cases_per_million": 105.028, - "new_cases_smoothed_per_million": 95.128, - "total_deaths_per_million": 122.847, - "new_deaths_per_million": 4.797, - "new_deaths_smoothed_per_million": 5.14, - "new_tests": 1940.0, - "total_tests": 88818.0, - "total_tests_per_thousand": 7.609, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 2221.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 2.0, - "positive_rate": 0.5, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-07", - "total_cases": 40509.0, - "new_cases": 1212.0, - "new_cases_smoothed": 1197.714, - "total_deaths": 1476.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 57.857, - "total_cases_per_million": 3470.307, - "new_cases_per_million": 103.829, - "new_cases_smoothed_per_million": 102.605, - "total_deaths_per_million": 126.445, - "new_deaths_per_million": 3.598, - "new_deaths_smoothed_per_million": 4.956, - "new_tests": 1833.0, - "total_tests": 90651.0, - "total_tests_per_thousand": 7.766, - "new_tests_per_thousand": 0.157, - "new_tests_smoothed": 2169.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 1.811, - "positive_rate": 0.552, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-08", - "total_cases": 41545.0, - "new_cases": 1036.0, - "new_cases_smoothed": 1189.429, - "total_deaths": 1530.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 58.143, - "total_cases_per_million": 3559.059, - "new_cases_per_million": 88.752, - "new_cases_smoothed_per_million": 101.895, - "total_deaths_per_million": 131.071, - "new_deaths_per_million": 4.626, - "new_deaths_smoothed_per_million": 4.981, - "new_tests": 2177.0, - "total_tests": 92828.0, - "total_tests_per_thousand": 7.952, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 2202.0, - "new_tests_smoothed_per_thousand": 0.189, - "tests_per_case": 1.851, - "positive_rate": 0.54, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-09", - "total_cases": 42984.0, - "new_cases": 1439.0, - "new_cases_smoothed": 1251.0, - "total_deaths": 1577.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 53.714, - "total_cases_per_million": 3682.335, - "new_cases_per_million": 123.276, - "new_cases_smoothed_per_million": 107.17, - "total_deaths_per_million": 135.098, - "new_deaths_per_million": 4.026, - "new_deaths_smoothed_per_million": 4.602, - "new_tests": 2031.0, - "total_tests": 94859.0, - "total_tests_per_thousand": 8.126, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 2185.0, - "new_tests_smoothed_per_thousand": 0.187, - "tests_per_case": 1.7469999999999999, - "positive_rate": 0.573, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-10", - "total_cases": 44113.0, - "new_cases": 1129.0, - "new_cases_smoothed": 1226.429, - "total_deaths": 1638.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 52.429, - "total_cases_per_million": 3779.053, - "new_cases_per_million": 96.719, - "new_cases_smoothed_per_million": 105.065, - "total_deaths_per_million": 140.323, - "new_deaths_per_million": 5.226, - "new_deaths_smoothed_per_million": 4.491, - "new_tests": 2196.0, - "total_tests": 97055.0, - "total_tests_per_thousand": 8.314, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 2181.0, - "new_tests_smoothed_per_thousand": 0.187, - "tests_per_case": 1.778, - "positive_rate": 0.562, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-11", - "total_cases": 45565.0, - "new_cases": 1452.0, - "new_cases_smoothed": 1249.571, - "total_deaths": 1702.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 54.571, - "total_cases_per_million": 3903.443, - "new_cases_per_million": 124.389, - "new_cases_smoothed_per_million": 107.048, - "total_deaths_per_million": 145.806, - "new_deaths_per_million": 5.483, - "new_deaths_smoothed_per_million": 4.675, - "new_tests": 2699.0, - "total_tests": 99754.0, - "total_tests_per_thousand": 8.546, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 2257.0, - "new_tests_smoothed_per_thousand": 0.193, - "tests_per_case": 1.806, - "positive_rate": 0.5539999999999999, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-12", - "total_cases": 47200.0, - "new_cases": 1635.0, - "new_cases_smoothed": 1304.143, - "total_deaths": 1754.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 53.714, - "total_cases_per_million": 4043.509, - "new_cases_per_million": 140.066, - "new_cases_smoothed_per_million": 111.723, - "total_deaths_per_million": 150.261, - "new_deaths_per_million": 4.455, - "new_deaths_smoothed_per_million": 4.602, - "new_tests": 1869.0, - "total_tests": 101623.0, - "total_tests_per_thousand": 8.706, - "new_tests_per_thousand": 0.16, - "new_tests_smoothed": 2106.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 1.615, - "positive_rate": 0.619, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-13", - "total_cases": 48187.0, - "new_cases": 987.0, - "new_cases_smoothed": 1270.0, - "total_deaths": 1807.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 53.286, - "total_cases_per_million": 4128.063, - "new_cases_per_million": 84.554, - "new_cases_smoothed_per_million": 108.798, - "total_deaths_per_million": 154.801, - "new_deaths_per_million": 4.54, - "new_deaths_smoothed_per_million": 4.565, - "new_tests": 1705.0, - "total_tests": 103328.0, - "total_tests_per_thousand": 8.852, - "new_tests_per_thousand": 0.146, - "new_tests_smoothed": 2073.0, - "new_tests_smoothed_per_thousand": 0.178, - "tests_per_case": 1.632, - "positive_rate": 0.613, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-14", - "total_cases": 49250.0, - "new_cases": 1063.0, - "new_cases_smoothed": 1248.714, - "total_deaths": 1866.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 55.714, - "total_cases_per_million": 4219.128, - "new_cases_per_million": 91.065, - "new_cases_smoothed_per_million": 106.974, - "total_deaths_per_million": 159.856, - "new_deaths_per_million": 5.054, - "new_deaths_smoothed_per_million": 4.773, - "new_tests": 2449.0, - "total_tests": 105777.0, - "total_tests_per_thousand": 9.062, - "new_tests_per_thousand": 0.21, - "new_tests_smoothed": 2161.0, - "new_tests_smoothed_per_thousand": 0.185, - "tests_per_case": 1.7309999999999999, - "positive_rate": 0.578, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-15", - "total_cases": 50867.0, - "new_cases": 1617.0, - "new_cases_smoothed": 1331.714, - "total_deaths": 1898.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 52.571, - "total_cases_per_million": 4357.652, - "new_cases_per_million": 138.524, - "new_cases_smoothed_per_million": 114.085, - "total_deaths_per_million": 162.597, - "new_deaths_per_million": 2.741, - "new_deaths_smoothed_per_million": 4.504, - "new_tests": 2460.0, - "total_tests": 108237.0, - "total_tests_per_thousand": 9.272, - "new_tests_per_thousand": 0.211, - "new_tests_smoothed": 2201.0, - "new_tests_smoothed_per_thousand": 0.189, - "tests_per_case": 1.653, - "positive_rate": 0.605, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-16", - "total_cases": 52218.0, - "new_cases": 1351.0, - "new_cases_smoothed": 1319.143, - "total_deaths": 1942.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 52.143, - "total_cases_per_million": 4473.389, - "new_cases_per_million": 115.737, - "new_cases_smoothed_per_million": 113.008, - "total_deaths_per_million": 166.366, - "new_deaths_per_million": 3.769, - "new_deaths_smoothed_per_million": 4.467, - "new_tests": 2875.0, - "total_tests": 111112.0, - "total_tests_per_thousand": 9.519, - "new_tests_per_thousand": 0.246, - "new_tests_smoothed": 2322.0, - "new_tests_smoothed_per_thousand": 0.199, - "tests_per_case": 1.76, - "positive_rate": 0.568, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-17", - "total_cases": 54156.0, - "new_cases": 1938.0, - "new_cases_smoothed": 1434.714, - "total_deaths": 1984.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 4639.413, - "new_cases_per_million": 166.024, - "new_cases_smoothed_per_million": 122.908, - "total_deaths_per_million": 169.964, - "new_deaths_per_million": 3.598, - "new_deaths_smoothed_per_million": 4.234, - "new_tests": 3070.0, - "total_tests": 114182.0, - "total_tests_per_thousand": 9.782, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 2447.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 1.706, - "positive_rate": 0.586, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-18", - "total_cases": 56102.0, - "new_cases": 1946.0, - "new_cases_smoothed": 1505.286, - "total_deaths": 2049.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 49.571, - "total_cases_per_million": 4806.122, - "new_cases_per_million": 166.709, - "new_cases_smoothed_per_million": 128.954, - "total_deaths_per_million": 175.533, - "new_deaths_per_million": 5.568, - "new_deaths_smoothed_per_million": 4.247, - "new_tests": 2982.0, - "total_tests": 117164.0, - "total_tests_per_thousand": 10.037, - "new_tests_per_thousand": 0.255, - "new_tests_smoothed": 2487.0, - "new_tests_smoothed_per_thousand": 0.213, - "tests_per_case": 1.652, - "positive_rate": 0.605, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-19", - "total_cases": 58138.0, - "new_cases": 2036.0, - "new_cases_smoothed": 1562.571, - "total_deaths": 2106.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 50.286, - "total_cases_per_million": 4980.541, - "new_cases_per_million": 174.419, - "new_cases_smoothed_per_million": 133.862, - "total_deaths_per_million": 180.416, - "new_deaths_per_million": 4.883, - "new_deaths_smoothed_per_million": 4.308, - "new_tests": 2600.0, - "total_tests": 119764.0, - "total_tests_per_thousand": 10.26, - "new_tests_per_thousand": 0.223, - "new_tests_smoothed": 2592.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_per_case": 1.659, - "positive_rate": 0.603, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-20", - "total_cases": 59582.0, - "new_cases": 1444.0, - "new_cases_smoothed": 1627.857, - "total_deaths": 2151.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 49.143, - "total_cases_per_million": 5104.245, - "new_cases_per_million": 123.704, - "new_cases_smoothed_per_million": 139.455, - "total_deaths_per_million": 184.271, - "new_deaths_per_million": 3.855, - "new_deaths_smoothed_per_million": 4.21, - "new_tests": 2023.0, - "total_tests": 121787.0, - "total_tests_per_thousand": 10.433, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 2637.0, - "new_tests_smoothed_per_thousand": 0.226, - "tests_per_case": 1.62, - "positive_rate": 0.617, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-21", - "total_cases": 60991.0, - "new_cases": 1409.0, - "new_cases_smoothed": 1677.286, - "total_deaths": 2218.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 50.286, - "total_cases_per_million": 5224.951, - "new_cases_per_million": 120.706, - "new_cases_smoothed_per_million": 143.689, - "total_deaths_per_million": 190.011, - "new_deaths_per_million": 5.74, - "new_deaths_smoothed_per_million": 4.308, - "new_tests": 2548.0, - "total_tests": 124335.0, - "total_tests_per_thousand": 10.651, - "new_tests_per_thousand": 0.218, - "new_tests_smoothed": 2651.0, - "new_tests_smoothed_per_thousand": 0.227, - "tests_per_case": 1.581, - "positive_rate": 0.633, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-22", - "total_cases": 62357.0, - "new_cases": 1366.0, - "new_cases_smoothed": 1641.429, - "total_deaths": 2273.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 53.571, - "total_cases_per_million": 5341.973, - "new_cases_per_million": 117.022, - "new_cases_smoothed_per_million": 140.617, - "total_deaths_per_million": 194.722, - "new_deaths_per_million": 4.712, - "new_deaths_smoothed_per_million": 4.589, - "new_tests": 2832.0, - "total_tests": 127167.0, - "total_tests_per_thousand": 10.894, - "new_tests_per_thousand": 0.243, - "new_tests_smoothed": 2704.0, - "new_tests_smoothed_per_thousand": 0.232, - "tests_per_case": 1.6469999999999998, - "positive_rate": 0.607, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-23", - "total_cases": 64135.0, - "new_cases": 1778.0, - "new_cases_smoothed": 1702.429, - "total_deaths": 2328.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 55.143, - "total_cases_per_million": 5494.289, - "new_cases_per_million": 152.317, - "new_cases_smoothed_per_million": 145.843, - "total_deaths_per_million": 199.434, - "new_deaths_per_million": 4.712, - "new_deaths_smoothed_per_million": 4.724, - "new_tests": 2240.0, - "total_tests": 129407.0, - "total_tests_per_thousand": 11.086, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 2614.0, - "new_tests_smoothed_per_thousand": 0.224, - "tests_per_case": 1.535, - "positive_rate": 0.6509999999999999, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-24", - "total_cases": 65252.0, - "new_cases": 1117.0, - "new_cases_smoothed": 1585.143, - "total_deaths": 2407.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 60.429, - "total_cases_per_million": 5589.98, - "new_cases_per_million": 95.691, - "new_cases_smoothed_per_million": 135.795, - "total_deaths_per_million": 206.202, - "new_deaths_per_million": 6.768, - "new_deaths_smoothed_per_million": 5.177, - "new_tests": 1935.0, - "total_tests": 131342.0, - "total_tests_per_thousand": 11.252, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 2451.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 1.546, - "positive_rate": 0.647, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-25", - "total_cases": 66456.0, - "new_cases": 1204.0, - "new_cases_smoothed": 1479.143, - "total_deaths": 2473.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 60.571, - "total_cases_per_million": 5693.124, - "new_cases_per_million": 103.144, - "new_cases_smoothed_per_million": 126.715, - "total_deaths_per_million": 211.856, - "new_deaths_per_million": 5.654, - "new_deaths_smoothed_per_million": 5.189, - "new_tests": 3427.0, - "total_tests": 134769.0, - "total_tests_per_thousand": 11.545, - "new_tests_per_thousand": 0.294, - "new_tests_smoothed": 2515.0, - "new_tests_smoothed_per_thousand": 0.215, - "tests_per_case": 1.7, - "positive_rate": 0.588, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-26", - "total_cases": 68281.0, - "new_cases": 1825.0, - "new_cases_smoothed": 1449.0, - "total_deaths": 2535.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 61.286, - "total_cases_per_million": 5849.467, - "new_cases_per_million": 156.343, - "new_cases_smoothed_per_million": 124.132, - "total_deaths_per_million": 217.167, - "new_deaths_per_million": 5.311, - "new_deaths_smoothed_per_million": 5.25, - "new_tests": 2156.0, - "total_tests": 136925.0, - "total_tests_per_thousand": 11.73, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 2452.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 1.692, - "positive_rate": 0.591, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-27", - "total_cases": 69429.0, - "new_cases": 1148.0, - "new_cases_smoothed": 1406.714, - "total_deaths": 2583.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 61.714, - "total_cases_per_million": 5947.814, - "new_cases_per_million": 98.346, - "new_cases_smoothed_per_million": 120.51, - "total_deaths_per_million": 221.279, - "new_deaths_per_million": 4.112, - "new_deaths_smoothed_per_million": 5.287, - "new_tests": 2941.0, - "total_tests": 139866.0, - "total_tests_per_thousand": 11.982, - "new_tests_per_thousand": 0.252, - "new_tests_smoothed": 2583.0, - "new_tests_smoothed_per_thousand": 0.221, - "tests_per_case": 1.8359999999999999, - "positive_rate": 0.545, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-28", - "total_cases": 71811.0, - "new_cases": 2382.0, - "new_cases_smoothed": 1545.714, - "total_deaths": 2647.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 61.286, - "total_cases_per_million": 6151.874, - "new_cases_per_million": 204.06, - "new_cases_smoothed_per_million": 132.418, - "total_deaths_per_million": 226.762, - "new_deaths_per_million": 5.483, - "new_deaths_smoothed_per_million": 5.25, - "new_tests": 2252.0, - "total_tests": 142118.0, - "total_tests_per_thousand": 12.175, - "new_tests_per_thousand": 0.193, - "new_tests_smoothed": 2540.0, - "new_tests_smoothed_per_thousand": 0.218, - "tests_per_case": 1.643, - "positive_rate": 0.609, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-29", - "total_cases": 72327.0, - "new_cases": 516.0, - "new_cases_smoothed": 1424.286, - "total_deaths": 2720.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 63.857, - "total_cases_per_million": 6196.078, - "new_cases_per_million": 44.204, - "new_cases_smoothed_per_million": 122.015, - "total_deaths_per_million": 233.016, - "new_deaths_per_million": 6.254, - "new_deaths_smoothed_per_million": 5.47, - "new_tests": 2035.0, - "total_tests": 144153.0, - "total_tests_per_thousand": 12.349, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 2427.0, - "new_tests_smoothed_per_thousand": 0.208, - "tests_per_case": 1.704, - "positive_rate": 0.5870000000000001, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-30", - "total_cases": 73534.0, - "new_cases": 1207.0, - "new_cases_smoothed": 1342.714, - "total_deaths": 2808.0, - "new_deaths": 88.0, - "new_deaths_smoothed": 68.571, - "total_cases_per_million": 6299.479, - "new_cases_per_million": 103.401, - "new_cases_smoothed_per_million": 115.027, - "total_deaths_per_million": 240.555, - "new_deaths_per_million": 7.539, - "new_deaths_smoothed_per_million": 5.874, - "new_tests": 3305.0, - "total_tests": 147458.0, - "total_tests_per_thousand": 12.632, - "new_tests_per_thousand": 0.283, - "new_tests_smoothed": 2579.0, - "new_tests_smoothed_per_thousand": 0.221, - "tests_per_case": 1.921, - "positive_rate": 0.521, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-07-31", - "total_cases": 75234.0, - "new_cases": 1700.0, - "new_cases_smoothed": 1426.0, - "total_deaths": 2894.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 69.571, - "total_cases_per_million": 6445.114, - "new_cases_per_million": 145.635, - "new_cases_smoothed_per_million": 122.162, - "total_deaths_per_million": 247.922, - "new_deaths_per_million": 7.367, - "new_deaths_smoothed_per_million": 5.96, - "new_tests": 3012.0, - "total_tests": 150470.0, - "total_tests_per_thousand": 12.89, - "new_tests_per_thousand": 0.258, - "new_tests_smoothed": 2733.0, - "new_tests_smoothed_per_thousand": 0.234, - "tests_per_case": 1.9169999999999998, - "positive_rate": 0.522, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-01", - "total_cases": 76789.0, - "new_cases": 1555.0, - "new_cases_smoothed": 1476.143, - "total_deaths": 2977.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 72.0, - "total_cases_per_million": 6578.327, - "new_cases_per_million": 133.213, - "new_cases_smoothed_per_million": 126.458, - "total_deaths_per_million": 255.032, - "new_deaths_per_million": 7.11, - "new_deaths_smoothed_per_million": 6.168, - "new_tests": 3484.0, - "total_tests": 153954.0, - "total_tests_per_thousand": 13.189, - "new_tests_per_thousand": 0.298, - "new_tests_smoothed": 2741.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_per_case": 1.857, - "positive_rate": 0.539, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-02", - "total_cases": 78793.0, - "new_cases": 2004.0, - "new_cases_smoothed": 1501.714, - "total_deaths": 3064.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 75.571, - "total_cases_per_million": 6750.005, - "new_cases_per_million": 171.678, - "new_cases_smoothed_per_million": 128.648, - "total_deaths_per_million": 262.485, - "new_deaths_per_million": 7.453, - "new_deaths_smoothed_per_million": 6.474, - "new_tests": 2970.0, - "total_tests": 156924.0, - "total_tests_per_thousand": 13.443, - "new_tests_per_thousand": 0.254, - "new_tests_smoothed": 2857.0, - "new_tests_smoothed_per_thousand": 0.245, - "tests_per_case": 1.902, - "positive_rate": 0.526, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-03", - "total_cases": 80153.0, - "new_cases": 1360.0, - "new_cases_smoothed": 1532.0, - "total_deaths": 3153.0, - "new_deaths": 89.0, - "new_deaths_smoothed": 81.429, - "total_cases_per_million": 6866.513, - "new_cases_per_million": 116.508, - "new_cases_smoothed_per_million": 131.243, - "total_deaths_per_million": 270.11, - "new_deaths_per_million": 7.624, - "new_deaths_smoothed_per_million": 6.976, - "new_tests": 2903.0, - "total_tests": 159827.0, - "total_tests_per_thousand": 13.692, - "new_tests_per_thousand": 0.249, - "new_tests_smoothed": 2852.0, - "new_tests_smoothed_per_thousand": 0.244, - "tests_per_case": 1.8619999999999999, - "positive_rate": 0.537, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-04", - "total_cases": 81846.0, - "new_cases": 1693.0, - "new_cases_smoothed": 1433.571, - "total_deaths": 3228.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 83.0, - "total_cases_per_million": 7011.548, - "new_cases_per_million": 145.035, - "new_cases_smoothed_per_million": 122.811, - "total_deaths_per_million": 276.535, - "new_deaths_per_million": 6.425, - "new_deaths_smoothed_per_million": 7.11, - "new_tests": 2834.0, - "total_tests": 162661.0, - "total_tests_per_thousand": 13.935, - "new_tests_per_thousand": 0.243, - "new_tests_smoothed": 2935.0, - "new_tests_smoothed_per_thousand": 0.251, - "tests_per_case": 2.0469999999999997, - "positive_rate": 0.488, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-05", - "total_cases": 83361.0, - "new_cases": 1515.0, - "new_cases_smoothed": 1576.286, - "total_deaths": 3320.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 85.714, - "total_cases_per_million": 7141.334, - "new_cases_per_million": 129.786, - "new_cases_smoothed_per_million": 135.037, - "total_deaths_per_million": 284.416, - "new_deaths_per_million": 7.881, - "new_deaths_smoothed_per_million": 7.343, - "new_tests": 3443.0, - "total_tests": 166104.0, - "total_tests_per_thousand": 14.23, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 3136.0, - "new_tests_smoothed_per_thousand": 0.269, - "tests_per_case": 1.989, - "positive_rate": 0.503, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-06", - "total_cases": 85141.0, - "new_cases": 1780.0, - "new_cases_smoothed": 1658.143, - "total_deaths": 3385.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 82.429, - "total_cases_per_million": 7293.822, - "new_cases_per_million": 152.488, - "new_cases_smoothed_per_million": 142.049, - "total_deaths_per_million": 289.985, - "new_deaths_per_million": 5.568, - "new_deaths_smoothed_per_million": 7.061, - "new_tests": 2459.0, - "total_tests": 168563.0, - "total_tests_per_thousand": 14.44, - "new_tests_per_thousand": 0.211, - "new_tests_smoothed": 3015.0, - "new_tests_smoothed_per_thousand": 0.258, - "tests_per_case": 1.818, - "positive_rate": 0.55, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-07", - "total_cases": 86423.0, - "new_cases": 1282.0, - "new_cases_smoothed": 1598.429, - "total_deaths": 3465.0, - "new_deaths": 80.0, - "new_deaths_smoothed": 81.571, - "total_cases_per_million": 7403.648, - "new_cases_per_million": 109.826, - "new_cases_smoothed_per_million": 136.933, - "total_deaths_per_million": 296.838, - "new_deaths_per_million": 6.853, - "new_deaths_smoothed_per_million": 6.988, - "new_tests": 3140.0, - "total_tests": 171703.0, - "total_tests_per_thousand": 14.709, - "new_tests_per_thousand": 0.269, - "new_tests_smoothed": 3033.0, - "new_tests_smoothed_per_thousand": 0.26, - "tests_per_case": 1.8969999999999998, - "positive_rate": 0.527, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-08", - "total_cases": 87891.0, - "new_cases": 1468.0, - "new_cases_smoothed": 1586.0, - "total_deaths": 3524.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 78.143, - "total_cases_per_million": 7529.408, - "new_cases_per_million": 125.76, - "new_cases_smoothed_per_million": 135.869, - "total_deaths_per_million": 301.893, - "new_deaths_per_million": 5.054, - "new_deaths_smoothed_per_million": 6.694, - "new_tests": 2438.0, - "total_tests": 174141.0, - "total_tests_per_thousand": 14.918, - "new_tests_per_thousand": 0.209, - "new_tests_smoothed": 2884.0, - "new_tests_smoothed_per_thousand": 0.247, - "tests_per_case": 1.818, - "positive_rate": 0.55, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-09", - "total_cases": 89055.0, - "new_cases": 1164.0, - "new_cases_smoothed": 1466.0, - "total_deaths": 3587.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 74.714, - "total_cases_per_million": 7629.125, - "new_cases_per_million": 99.717, - "new_cases_smoothed_per_million": 125.589, - "total_deaths_per_million": 307.29, - "new_deaths_per_million": 5.397, - "new_deaths_smoothed_per_million": 6.401, - "new_tests": 2167.0, - "total_tests": 176308.0, - "total_tests_per_thousand": 15.104, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 2769.0, - "new_tests_smoothed_per_thousand": 0.237, - "tests_per_case": 1.889, - "positive_rate": 0.529, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-10", - "total_cases": 89999.0, - "new_cases": 944.0, - "new_cases_smoothed": 1406.571, - "total_deaths": 3640.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 69.571, - "total_cases_per_million": 7709.995, - "new_cases_per_million": 80.87, - "new_cases_smoothed_per_million": 120.498, - "total_deaths_per_million": 311.83, - "new_deaths_per_million": 4.54, - "new_deaths_smoothed_per_million": 5.96, - "new_tests": 3245.0, - "total_tests": 179553.0, - "total_tests_per_thousand": 15.382, - "new_tests_per_thousand": 0.278, - "new_tests_smoothed": 2818.0, - "new_tests_smoothed_per_thousand": 0.241, - "tests_per_case": 2.003, - "positive_rate": 0.499, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-11", - "total_cases": 91635.0, - "new_cases": 1636.0, - "new_cases_smoothed": 1398.429, - "total_deaths": 3712.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 69.143, - "total_cases_per_million": 7850.148, - "new_cases_per_million": 140.152, - "new_cases_smoothed_per_million": 119.8, - "total_deaths_per_million": 317.998, - "new_deaths_per_million": 6.168, - "new_deaths_smoothed_per_million": 5.923, - "new_tests": 3759.0, - "total_tests": 183312.0, - "total_tests_per_thousand": 15.704, - "new_tests_per_thousand": 0.322, - "new_tests_smoothed": 2950.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 2.11, - "positive_rate": 0.474, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-12", - "total_cases": 93328.0, - "new_cases": 1693.0, - "new_cases_smoothed": 1423.857, - "total_deaths": 3761.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 63.0, - "total_cases_per_million": 7995.183, - "new_cases_per_million": 145.035, - "new_cases_smoothed_per_million": 121.978, - "total_deaths_per_million": 322.196, - "new_deaths_per_million": 4.198, - "new_deaths_smoothed_per_million": 5.397, - "new_tests": 3652.0, - "total_tests": 186964.0, - "total_tests_per_thousand": 16.017, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 2980.0, - "new_tests_smoothed_per_thousand": 0.255, - "tests_per_case": 2.093, - "positive_rate": 0.478, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-13", - "total_cases": 95071.0, - "new_cases": 1743.0, - "new_cases_smoothed": 1418.571, - "total_deaths": 3827.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 63.143, - "total_cases_per_million": 8144.501, - "new_cases_per_million": 149.319, - "new_cases_smoothed_per_million": 121.526, - "total_deaths_per_million": 327.85, - "new_deaths_per_million": 5.654, - "new_deaths_smoothed_per_million": 5.409, - "new_tests": 2470.0, - "total_tests": 189434.0, - "total_tests_per_thousand": 16.228, - "new_tests_per_thousand": 0.212, - "new_tests_smoothed": 2982.0, - "new_tests_smoothed_per_thousand": 0.255, - "tests_per_case": 2.102, - "positive_rate": 0.47600000000000003, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-14", - "total_cases": 95071.0, - "new_cases": 0.0, - "new_cases_smoothed": 1235.429, - "total_deaths": 3827.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 51.714, - "total_cases_per_million": 8144.501, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 105.836, - "total_deaths_per_million": 327.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.43, - "new_tests": 2991.0, - "total_tests": 192425.0, - "total_tests_per_thousand": 16.485, - "new_tests_per_thousand": 0.256, - "new_tests_smoothed": 2960.0, - "new_tests_smoothed_per_thousand": 0.254, - "tests_per_case": 2.396, - "positive_rate": 0.41700000000000004, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-15", - "total_cases": 96459.0, - "new_cases": 1388.0, - "new_cases_smoothed": 1224.0, - "total_deaths": 3884.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 51.429, - "total_cases_per_million": 8263.408, - "new_cases_per_million": 118.907, - "new_cases_smoothed_per_million": 104.857, - "total_deaths_per_million": 332.733, - "new_deaths_per_million": 4.883, - "new_deaths_smoothed_per_million": 4.406, - "new_tests": 3552.0, - "total_tests": 195977.0, - "total_tests_per_thousand": 16.789, - "new_tests_per_thousand": 0.304, - "new_tests_smoothed": 3119.0, - "new_tests_smoothed_per_thousand": 0.267, - "tests_per_case": 2.548, - "positive_rate": 0.392, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-16", - "total_cases": 99146.0, - "new_cases": 2687.0, - "new_cases_smoothed": 1441.571, - "total_deaths": 4003.0, - "new_deaths": 119.0, - "new_deaths_smoothed": 59.429, - "total_cases_per_million": 8493.597, - "new_cases_per_million": 230.189, - "new_cases_smoothed_per_million": 123.496, - "total_deaths_per_million": 342.927, - "new_deaths_per_million": 10.194, - "new_deaths_smoothed_per_million": 5.091, - "new_tests": 2721.0, - "total_tests": 198698.0, - "total_tests_per_thousand": 17.022, - "new_tests_per_thousand": 0.233, - "new_tests_smoothed": 3199.0, - "new_tests_smoothed_per_thousand": 0.274, - "tests_per_case": 2.219, - "positive_rate": 0.451, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-17", - "total_cases": 100344.0, - "new_cases": 1198.0, - "new_cases_smoothed": 1477.857, - "total_deaths": 4048.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 58.286, - "total_cases_per_million": 8596.226, - "new_cases_per_million": 102.63, - "new_cases_smoothed_per_million": 126.604, - "total_deaths_per_million": 346.782, - "new_deaths_per_million": 3.855, - "new_deaths_smoothed_per_million": 4.993, - "new_tests": 1513.0, - "total_tests": 200211.0, - "total_tests_per_thousand": 17.152, - "new_tests_per_thousand": 0.13, - "new_tests_smoothed": 2951.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 1.9969999999999999, - "positive_rate": 0.501, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-18", - "total_cases": 101223.0, - "new_cases": 879.0, - "new_cases_smoothed": 1369.714, - "total_deaths": 4123.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 58.714, - "total_cases_per_million": 8671.528, - "new_cases_per_million": 75.302, - "new_cases_smoothed_per_million": 117.34, - "total_deaths_per_million": 353.207, - "new_deaths_per_million": 6.425, - "new_deaths_smoothed_per_million": 5.03, - "new_tests": 4607.0, - "total_tests": 204818.0, - "total_tests_per_thousand": 17.546, - "new_tests_per_thousand": 0.395, - "new_tests_smoothed": 3072.0, - "new_tests_smoothed_per_thousand": 0.263, - "tests_per_case": 2.2430000000000003, - "positive_rate": 0.446, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-19", - "total_cases": 103019.0, - "new_cases": 1796.0, - "new_cases_smoothed": 1384.429, - "total_deaths": 4172.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 58.714, - "total_cases_per_million": 8825.387, - "new_cases_per_million": 153.859, - "new_cases_smoothed_per_million": 118.601, - "total_deaths_per_million": 357.405, - "new_deaths_per_million": 4.198, - "new_deaths_smoothed_per_million": 5.03, - "new_tests": 3820.0, - "total_tests": 208638.0, - "total_tests_per_thousand": 17.874, - "new_tests_per_thousand": 0.327, - "new_tests_smoothed": 3096.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 2.2359999999999998, - "positive_rate": 0.447, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-20", - "total_cases": 105050.0, - "new_cases": 2031.0, - "new_cases_smoothed": 1425.571, - "total_deaths": 4233.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 58.0, - "total_cases_per_million": 8999.378, - "new_cases_per_million": 173.991, - "new_cases_smoothed_per_million": 122.125, - "total_deaths_per_million": 362.631, - "new_deaths_per_million": 5.226, - "new_deaths_smoothed_per_million": 4.969, - "new_tests": 2680.0, - "total_tests": 211318.0, - "total_tests_per_thousand": 18.103, - "new_tests_per_thousand": 0.23, - "new_tests_smoothed": 3126.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_per_case": 2.193, - "positive_rate": 0.456, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-21", - "total_cases": 106065.0, - "new_cases": 1015.0, - "new_cases_smoothed": 1570.571, - "total_deaths": 4305.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 68.286, - "total_cases_per_million": 9086.331, - "new_cases_per_million": 86.953, - "new_cases_smoothed_per_million": 134.547, - "total_deaths_per_million": 368.799, - "new_deaths_per_million": 6.168, - "new_deaths_smoothed_per_million": 5.85, - "new_tests": 2595.0, - "total_tests": 213913.0, - "total_tests_per_thousand": 18.325, - "new_tests_per_thousand": 0.222, - "new_tests_smoothed": 3070.0, - "new_tests_smoothed_per_thousand": 0.263, - "tests_per_case": 1.955, - "positive_rate": 0.512, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-22", - "total_cases": 107435.0, - "new_cases": 1370.0, - "new_cases_smoothed": 1568.0, - "total_deaths": 4366.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 68.857, - "total_cases_per_million": 9203.695, - "new_cases_per_million": 117.365, - "new_cases_smoothed_per_million": 134.327, - "total_deaths_per_million": 374.025, - "new_deaths_per_million": 5.226, - "new_deaths_smoothed_per_million": 5.899, - "new_tests": 2566.0, - "total_tests": 216479.0, - "total_tests_per_thousand": 18.545, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 2929.0, - "new_tests_smoothed_per_thousand": 0.251, - "tests_per_case": 1.868, - "positive_rate": 0.535, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-23", - "total_cases": 108427.0, - "new_cases": 992.0, - "new_cases_smoothed": 1325.857, - "total_deaths": 4442.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 62.714, - "total_cases_per_million": 9288.677, - "new_cases_per_million": 84.982, - "new_cases_smoothed_per_million": 113.583, - "total_deaths_per_million": 380.535, - "new_deaths_per_million": 6.511, - "new_deaths_smoothed_per_million": 5.373, - "new_tests": 2385.0, - "total_tests": 218864.0, - "total_tests_per_thousand": 18.75, - "new_tests_per_thousand": 0.204, - "new_tests_smoothed": 2881.0, - "new_tests_smoothed_per_thousand": 0.247, - "tests_per_case": 2.173, - "positive_rate": 0.46, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-24", - "total_cases": 109149.0, - "new_cases": 722.0, - "new_cases_smoothed": 1257.857, - "total_deaths": 4509.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 65.857, - "total_cases_per_million": 9350.529, - "new_cases_per_million": 61.852, - "new_cases_smoothed_per_million": 107.758, - "total_deaths_per_million": 386.275, - "new_deaths_per_million": 5.74, - "new_deaths_smoothed_per_million": 5.642, - "new_tests": 2222.0, - "total_tests": 221086.0, - "total_tests_per_thousand": 18.94, - "new_tests_per_thousand": 0.19, - "new_tests_smoothed": 2982.0, - "new_tests_smoothed_per_thousand": 0.255, - "tests_per_case": 2.371, - "positive_rate": 0.42200000000000004, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-25", - "total_cases": 110148.0, - "new_cases": 999.0, - "new_cases_smoothed": 1275.0, - "total_deaths": 4578.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 65.0, - "total_cases_per_million": 9436.111, - "new_cases_per_million": 85.582, - "new_cases_smoothed_per_million": 109.226, - "total_deaths_per_million": 392.186, - "new_deaths_per_million": 5.911, - "new_deaths_smoothed_per_million": 5.568, - "new_tests": 2114.0, - "total_tests": 223200.0, - "total_tests_per_thousand": 19.121, - "new_tests_per_thousand": 0.181, - "new_tests_smoothed": 2626.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 2.06, - "positive_rate": 0.486, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-26", - "total_cases": 110999.0, - "new_cases": 851.0, - "new_cases_smoothed": 1140.0, - "total_deaths": 4664.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 70.286, - "total_cases_per_million": 9509.014, - "new_cases_per_million": 72.903, - "new_cases_smoothed_per_million": 97.661, - "total_deaths_per_million": 399.554, - "new_deaths_per_million": 7.367, - "new_deaths_smoothed_per_million": 6.021, - "new_tests": 2274.0, - "total_tests": 225474.0, - "total_tests_per_thousand": 19.316, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 2405.0, - "new_tests_smoothed_per_thousand": 0.206, - "tests_per_case": 2.11, - "positive_rate": 0.474, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-27", - "total_cases": 112094.0, - "new_cases": 1095.0, - "new_cases_smoothed": 1006.286, - "total_deaths": 4726.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 70.429, - "total_cases_per_million": 9602.82, - "new_cases_per_million": 93.806, - "new_cases_smoothed_per_million": 86.206, - "total_deaths_per_million": 404.865, - "new_deaths_per_million": 5.311, - "new_deaths_smoothed_per_million": 6.033, - "new_tests": 3869.0, - "total_tests": 229343.0, - "total_tests_per_thousand": 19.647, - "new_tests_per_thousand": 0.331, - "new_tests_smoothed": 2575.0, - "new_tests_smoothed_per_thousand": 0.221, - "tests_per_case": 2.559, - "positive_rate": 0.391, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-28", - "total_cases": 113129.0, - "new_cases": 1035.0, - "new_cases_smoothed": 1009.143, - "total_deaths": 4791.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 69.429, - "total_cases_per_million": 9691.486, - "new_cases_per_million": 88.666, - "new_cases_smoothed_per_million": 86.451, - "total_deaths_per_million": 410.433, - "new_deaths_per_million": 5.568, - "new_deaths_smoothed_per_million": 5.948, - "new_tests": 3632.0, - "total_tests": 232975.0, - "total_tests_per_thousand": 19.958, - "new_tests_per_thousand": 0.311, - "new_tests_smoothed": 2723.0, - "new_tests_smoothed_per_thousand": 0.233, - "tests_per_case": 2.698, - "positive_rate": 0.371, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-29", - "total_cases": 114409.0, - "new_cases": 1280.0, - "new_cases_smoothed": 996.286, - "total_deaths": 4846.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 68.571, - "total_cases_per_million": 9801.141, - "new_cases_per_million": 109.654, - "new_cases_smoothed_per_million": 85.349, - "total_deaths_per_million": 415.145, - "new_deaths_per_million": 4.712, - "new_deaths_smoothed_per_million": 5.874, - "new_tests": 2615.0, - "total_tests": 235590.0, - "total_tests_per_thousand": 20.182, - "new_tests_per_thousand": 0.224, - "new_tests_smoothed": 2730.0, - "new_tests_smoothed_per_thousand": 0.234, - "tests_per_case": 2.74, - "positive_rate": 0.365, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-30", - "total_cases": 115354.0, - "new_cases": 945.0, - "new_cases_smoothed": 989.571, - "total_deaths": 4938.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 70.857, - "total_cases_per_million": 9882.097, - "new_cases_per_million": 80.956, - "new_cases_smoothed_per_million": 84.774, - "total_deaths_per_million": 423.026, - "new_deaths_per_million": 7.881, - "new_deaths_smoothed_per_million": 6.07, - "new_tests_smoothed": 2630.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 2.658, - "positive_rate": 0.376, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-08-31", - "total_cases": 115968.0, - "new_cases": 614.0, - "new_cases_smoothed": 974.143, - "total_deaths": 4966.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 65.286, - "total_cases_per_million": 9934.696, - "new_cases_per_million": 52.6, - "new_cases_smoothed_per_million": 83.452, - "total_deaths_per_million": 425.425, - "new_deaths_per_million": 2.399, - "new_deaths_smoothed_per_million": 5.593, - "total_tests": 238965.0, - "total_tests_per_thousand": 20.472, - "new_tests_smoothed": 2554.0, - "new_tests_smoothed_per_thousand": 0.219, - "tests_per_case": 2.622, - "positive_rate": 0.381, - "tests_units": "tests performed", - "stringency_index": 89.81 - }, - { - "date": "2020-09-01", - "total_cases": 116598.0, - "new_cases": 630.0, - "new_cases_smoothed": 921.429, - "total_deaths": 5027.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 64.143, - "total_cases_per_million": 9988.667, - "new_cases_per_million": 53.971, - "new_cases_smoothed_per_million": 78.937, - "total_deaths_per_million": 430.651, - "new_deaths_per_million": 5.226, - "new_deaths_smoothed_per_million": 5.495, - "new_tests": 1693.0, - "total_tests": 240658.0, - "total_tests_per_thousand": 20.617, - "new_tests_per_thousand": 0.145, - "new_tests_smoothed": 2494.0, - "new_tests_smoothed_per_thousand": 0.214, - "tests_per_case": 2.707, - "positive_rate": 0.369, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-02", - "total_cases": 117267.0, - "new_cases": 669.0, - "new_cases_smoothed": 895.429, - "total_deaths": 5101.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 62.429, - "total_cases_per_million": 10045.979, - "new_cases_per_million": 57.312, - "new_cases_smoothed_per_million": 76.709, - "total_deaths_per_million": 436.99, - "new_deaths_per_million": 6.339, - "new_deaths_smoothed_per_million": 5.348, - "new_tests": 2166.0, - "total_tests": 242824.0, - "total_tests_per_thousand": 20.802, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 2479.0, - "new_tests_smoothed_per_thousand": 0.212, - "tests_per_case": 2.7689999999999997, - "positive_rate": 0.361, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-03", - "total_cases": 117928.0, - "new_cases": 661.0, - "new_cases_smoothed": 833.429, - "total_deaths": 5203.0, - "new_deaths": 102.0, - "new_deaths_smoothed": 68.143, - "total_cases_per_million": 10102.605, - "new_cases_per_million": 56.626, - "new_cases_smoothed_per_million": 71.398, - "total_deaths_per_million": 445.728, - "new_deaths_per_million": 8.738, - "new_deaths_smoothed_per_million": 5.838, - "new_tests": 2426.0, - "total_tests": 245250.0, - "total_tests_per_thousand": 21.01, - "new_tests_per_thousand": 0.208, - "new_tests_smoothed": 2272.0, - "new_tests_smoothed_per_thousand": 0.195, - "tests_per_case": 2.7260000000000004, - "positive_rate": 0.36700000000000005, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-04", - "total_cases": 117928.0, - "new_cases": 0.0, - "new_cases_smoothed": 685.571, - "total_deaths": 5203.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 58.857, - "total_cases_per_million": 10102.605, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 58.731, - "total_deaths_per_million": 445.728, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.042, - "new_tests": 2286.0, - "total_tests": 247536.0, - "total_tests_per_thousand": 21.206, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 2080.0, - "new_tests_smoothed_per_thousand": 0.178, - "tests_per_case": 3.034, - "positive_rate": 0.33, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-05", - "total_cases": 119580.0, - "new_cases": 1652.0, - "new_cases_smoothed": 738.714, - "total_deaths": 5343.0, - "new_deaths": 140.0, - "new_deaths_smoothed": 71.0, - "total_cases_per_million": 10244.128, - "new_cases_per_million": 141.523, - "new_cases_smoothed_per_million": 63.284, - "total_deaths_per_million": 457.722, - "new_deaths_per_million": 11.993, - "new_deaths_smoothed_per_million": 6.082, - "new_tests": 2770.0, - "total_tests": 250306.0, - "total_tests_per_thousand": 21.443, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 2102.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 2.845, - "positive_rate": 0.35100000000000003, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-06", - "total_cases": 120241.0, - "new_cases": 661.0, - "new_cases_smoothed": 698.143, - "total_deaths": 5398.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 65.714, - "total_cases_per_million": 10300.754, - "new_cases_per_million": 56.626, - "new_cases_smoothed_per_million": 59.808, - "total_deaths_per_million": 462.434, - "new_deaths_per_million": 4.712, - "new_deaths_smoothed_per_million": 5.63, - "new_tests": 1625.0, - "total_tests": 251931.0, - "total_tests_per_thousand": 21.582, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 2093.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 2.998, - "positive_rate": 0.33399999999999996, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-07", - "total_cases": 120769.0, - "new_cases": 528.0, - "new_cases_smoothed": 685.857, - "total_deaths": 7008.0, - "new_deaths": 1610.0, - "new_deaths_smoothed": 291.714, - "total_cases_per_million": 10345.986, - "new_cases_per_million": 45.232, - "new_cases_smoothed_per_million": 58.756, - "total_deaths_per_million": 600.358, - "new_deaths_per_million": 137.925, - "new_deaths_smoothed_per_million": 24.99, - "new_tests": 2557.0, - "total_tests": 254488.0, - "total_tests_per_thousand": 21.801, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 2218.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 3.234, - "positive_rate": 0.309, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-08", - "total_cases": 121604.0, - "new_cases": 835.0, - "new_cases_smoothed": 715.143, - "total_deaths": 7054.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 289.571, - "total_cases_per_million": 10417.519, - "new_cases_per_million": 71.532, - "new_cases_smoothed_per_million": 61.265, - "total_deaths_per_million": 604.299, - "new_deaths_per_million": 3.941, - "new_deaths_smoothed_per_million": 24.807, - "new_tests": 2737.0, - "total_tests": 257225.0, - "total_tests_per_thousand": 22.036, - "new_tests_per_thousand": 0.234, - "new_tests_smoothed": 2367.0, - "new_tests_smoothed_per_thousand": 0.203, - "tests_per_case": 3.31, - "positive_rate": 0.302, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-09", - "total_cases": 122308.0, - "new_cases": 704.0, - "new_cases_smoothed": 720.143, - "total_deaths": 7097.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 285.143, - "total_cases_per_million": 10477.829, - "new_cases_per_million": 60.31, - "new_cases_smoothed_per_million": 61.693, - "total_deaths_per_million": 607.983, - "new_deaths_per_million": 3.684, - "new_deaths_smoothed_per_million": 24.427, - "new_tests": 2691.0, - "total_tests": 259916.0, - "total_tests_per_thousand": 22.266, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 2442.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_per_case": 3.391, - "positive_rate": 0.295, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-10", - "total_cases": 123345.0, - "new_cases": 1037.0, - "new_cases_smoothed": 773.857, - "total_deaths": 7146.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 277.571, - "total_cases_per_million": 10566.666, - "new_cases_per_million": 88.837, - "new_cases_smoothed_per_million": 66.294, - "total_deaths_per_million": 612.18, - "new_deaths_per_million": 4.198, - "new_deaths_smoothed_per_million": 23.779, - "new_tests": 3985.0, - "total_tests": 263901.0, - "total_tests_per_thousand": 22.608, - "new_tests_per_thousand": 0.341, - "new_tests_smoothed": 2664.0, - "new_tests_smoothed_per_thousand": 0.228, - "tests_per_case": 3.4419999999999997, - "positive_rate": 0.29, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-11", - "total_cases": 124205.0, - "new_cases": 860.0, - "new_cases_smoothed": 896.714, - "total_deaths": 7193.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 284.286, - "total_cases_per_million": 10640.34, - "new_cases_per_million": 73.674, - "new_cases_smoothed_per_million": 76.819, - "total_deaths_per_million": 616.207, - "new_deaths_per_million": 4.026, - "new_deaths_smoothed_per_million": 24.354, - "new_tests": 2637.0, - "total_tests": 266538.0, - "total_tests_per_thousand": 22.834, - "new_tests_per_thousand": 0.226, - "new_tests_smoothed": 2715.0, - "new_tests_smoothed_per_thousand": 0.233, - "tests_per_case": 3.028, - "positive_rate": 0.33, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-12", - "total_cases": 125172.0, - "new_cases": 967.0, - "new_cases_smoothed": 798.857, - "total_deaths": 7250.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 272.429, - "total_cases_per_million": 10723.181, - "new_cases_per_million": 82.841, - "new_cases_smoothed_per_million": 68.436, - "total_deaths_per_million": 621.09, - "new_deaths_per_million": 4.883, - "new_deaths_smoothed_per_million": 23.338, - "new_tests": 3090.0, - "total_tests": 269628.0, - "total_tests_per_thousand": 23.098, - "new_tests_per_thousand": 0.265, - "new_tests_smoothed": 2760.0, - "new_tests_smoothed_per_thousand": 0.236, - "tests_per_case": 3.455, - "positive_rate": 0.289, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-13", - "total_cases": 125982.0, - "new_cases": 810.0, - "new_cases_smoothed": 820.143, - "total_deaths": 7297.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 271.286, - "total_cases_per_million": 10792.571, - "new_cases_per_million": 69.391, - "new_cases_smoothed_per_million": 70.26, - "total_deaths_per_million": 625.116, - "new_deaths_per_million": 4.026, - "new_deaths_smoothed_per_million": 23.24, - "new_tests": 1895.0, - "total_tests": 271523.0, - "total_tests_per_thousand": 23.261, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 2799.0, - "new_tests_smoothed_per_thousand": 0.24, - "tests_per_case": 3.4130000000000003, - "positive_rate": 0.293, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-14", - "total_cases": 126791.0, - "new_cases": 809.0, - "new_cases_smoothed": 860.286, - "total_deaths": 7344.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 48.0, - "total_cases_per_million": 10861.877, - "new_cases_per_million": 69.305, - "new_cases_smoothed_per_million": 73.699, - "total_deaths_per_million": 629.143, - "new_deaths_per_million": 4.026, - "new_deaths_smoothed_per_million": 4.112, - "new_tests": 1513.0, - "total_tests": 273036.0, - "total_tests_per_thousand": 23.39, - "new_tests_per_thousand": 0.13, - "new_tests_smoothed": 2650.0, - "new_tests_smoothed_per_thousand": 0.227, - "tests_per_case": 3.08, - "positive_rate": 0.325, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-15", - "total_cases": 127619.0, - "new_cases": 828.0, - "new_cases_smoothed": 859.286, - "total_deaths": 7394.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 48.571, - "total_cases_per_million": 10932.809, - "new_cases_per_million": 70.933, - "new_cases_smoothed_per_million": 73.613, - "total_deaths_per_million": 633.426, - "new_deaths_per_million": 4.283, - "new_deaths_smoothed_per_million": 4.161, - "new_tests": 2925.0, - "total_tests": 275961.0, - "total_tests_per_thousand": 23.641, - "new_tests_per_thousand": 0.251, - "new_tests_smoothed": 2677.0, - "new_tests_smoothed_per_thousand": 0.229, - "tests_per_case": 3.115, - "positive_rate": 0.321, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-16", - "total_cases": 128286.0, - "new_cases": 667.0, - "new_cases_smoothed": 854.0, - "total_deaths": 7447.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 50.0, - "total_cases_per_million": 10989.95, - "new_cases_per_million": 57.14, - "new_cases_smoothed_per_million": 73.16, - "total_deaths_per_million": 637.966, - "new_deaths_per_million": 4.54, - "new_deaths_smoothed_per_million": 4.283, - "new_tests": 1684.0, - "total_tests": 277645.0, - "total_tests_per_thousand": 23.785, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 2533.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_per_case": 2.966, - "positive_rate": 0.337, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-17", - "total_cases": 128872.0, - "new_cases": 586.0, - "new_cases_smoothed": 789.571, - "total_deaths": 7478.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 47.429, - "total_cases_per_million": 11040.151, - "new_cases_per_million": 50.201, - "new_cases_smoothed_per_million": 67.641, - "total_deaths_per_million": 640.622, - "new_deaths_per_million": 2.656, - "new_deaths_smoothed_per_million": 4.063, - "new_tests": 2196.0, - "total_tests": 279841.0, - "total_tests_per_thousand": 23.973, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 2277.0, - "new_tests_smoothed_per_thousand": 0.195, - "tests_per_case": 2.884, - "positive_rate": 0.34700000000000003, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-18", - "total_cases": 129419.0, - "new_cases": 547.0, - "new_cases_smoothed": 744.857, - "total_deaths": 7511.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 45.429, - "total_cases_per_million": 11087.011, - "new_cases_per_million": 46.86, - "new_cases_smoothed_per_million": 63.81, - "total_deaths_per_million": 643.449, - "new_deaths_per_million": 2.827, - "new_deaths_smoothed_per_million": 3.892, - "new_tests": 2300.0, - "total_tests": 282141.0, - "total_tests_per_thousand": 24.17, - "new_tests_per_thousand": 0.197, - "new_tests_smoothed": 2229.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 2.9930000000000003, - "positive_rate": 0.33399999999999996, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-19", - "total_cases": 130051.0, - "new_cases": 632.0, - "new_cases_smoothed": 697.0, - "total_deaths": 7550.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 42.857, - "total_cases_per_million": 11141.153, - "new_cases_per_million": 54.142, - "new_cases_smoothed_per_million": 59.71, - "total_deaths_per_million": 646.79, - "new_deaths_per_million": 3.341, - "new_deaths_smoothed_per_million": 3.671, - "new_tests": 1651.0, - "total_tests": 283792.0, - "total_tests_per_thousand": 24.312, - "new_tests_per_thousand": 0.141, - "new_tests_smoothed": 2023.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 2.9019999999999997, - "positive_rate": 0.345, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-20", - "total_cases": 130470.0, - "new_cases": 419.0, - "new_cases_smoothed": 641.143, - "total_deaths": 7586.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 41.286, - "total_cases_per_million": 11177.048, - "new_cases_per_million": 35.895, - "new_cases_smoothed_per_million": 54.925, - "total_deaths_per_million": 649.874, - "new_deaths_per_million": 3.084, - "new_deaths_smoothed_per_million": 3.537, - "new_tests": 766.0, - "total_tests": 284558.0, - "total_tests_per_thousand": 24.377, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 1862.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 2.904, - "positive_rate": 0.344, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-09-21", - "total_cases": 130676.0, - "new_cases": 206.0, - "new_cases_smoothed": 555.0, - "total_deaths": 7617.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 39.0, - "total_cases_per_million": 11194.695, - "new_cases_per_million": 17.648, - "new_cases_smoothed_per_million": 47.545, - "total_deaths_per_million": 652.53, - "new_deaths_per_million": 2.656, - "new_deaths_smoothed_per_million": 3.341, - "new_tests": 1097.0, - "total_tests": 285655.0, - "total_tests_per_thousand": 24.471, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 1803.0, - "new_tests_smoothed_per_thousand": 0.154, - "tests_per_case": 3.2489999999999997, - "positive_rate": 0.308, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 130986.0, - "new_cases": 310.0, - "new_cases_smoothed": 481.0, - "total_deaths": 7654.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 11221.252, - "new_cases_per_million": 26.557, - "new_cases_smoothed_per_million": 41.206, - "total_deaths_per_million": 655.7, - "new_deaths_per_million": 3.17, - "new_deaths_smoothed_per_million": 3.182, - "new_tests": 1605.0, - "total_tests": 287260.0, - "total_tests_per_thousand": 24.609, - "new_tests_per_thousand": 0.137, - "new_tests_smoothed": 1614.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_per_case": 3.3560000000000003, - "positive_rate": 0.298, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 131453.0, - "new_cases": 467.0, - "new_cases_smoothed": 452.429, - "total_deaths": 7693.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 35.143, - "total_cases_per_million": 11261.259, - "new_cases_per_million": 40.007, - "new_cases_smoothed_per_million": 38.758, - "total_deaths_per_million": 659.041, - "new_deaths_per_million": 3.341, - "new_deaths_smoothed_per_million": 3.011 - }, - { - "date": "2020-09-24", - "total_cases": 131990.0, - "new_cases": 537.0, - "new_cases_smoothed": 445.429, - "total_deaths": 7731.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 36.143, - "total_cases_per_million": 11307.262, - "new_cases_per_million": 46.003, - "new_cases_smoothed_per_million": 38.159, - "total_deaths_per_million": 662.296, - "new_deaths_per_million": 3.255, - "new_deaths_smoothed_per_million": 3.096 - }, - { - "date": "2020-09-25", - "total_cases": 132618.0, - "new_cases": 628.0, - "new_cases_smoothed": 457.0, - "total_deaths": 7765.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 11361.061, - "new_cases_per_million": 53.799, - "new_cases_smoothed_per_million": 39.15, - "total_deaths_per_million": 665.209, - "new_deaths_per_million": 2.913, - "new_deaths_smoothed_per_million": 3.109 - } - ] - }, - "BRA": { - "continent": "South America", - "location": "Brazil", - "population": 212559409.0, - "population_density": 25.04, - "median_age": 33.5, - "aged_65_older": 8.552, - "aged_70_older": 5.06, - "gdp_per_capita": 14103.452, - "extreme_poverty": 3.4, - "cardiovasc_death_rate": 177.961, - "diabetes_prevalence": 8.11, - "female_smokers": 10.1, - "male_smokers": 17.9, - "hospital_beds_per_thousand": 2.2, - "life_expectancy": 75.88, - "human_development_index": 0.759, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.005, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.005, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.005, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.005, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-01", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-02", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.014, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "total_cases": 8.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.038, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 13.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 25.0, - "new_cases": 12.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.118, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-10", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.118, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-11", - "total_cases": 34.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.16, - "new_cases_per_million": 0.042, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-12", - "total_cases": 52.0, - "new_cases": 18.0, - "new_cases_smoothed": 7.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.245, - "new_cases_per_million": 0.085, - "new_cases_smoothed_per_million": 0.033, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 28.7 - }, - { - "date": "2020-03-13", - "total_cases": 77.0, - "new_cases": 25.0, - "new_cases_smoothed": 9.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.362, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-03-14", - "total_cases": 98.0, - "new_cases": 21.0, - "new_cases_smoothed": 12.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.461, - "new_cases_per_million": 0.099, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 42.13 - }, - { - "date": "2020-03-15", - "total_cases": 121.0, - "new_cases": 23.0, - "new_cases_smoothed": 15.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.569, - "new_cases_per_million": 0.108, - "new_cases_smoothed_per_million": 0.073, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 42.13 - }, - { - "date": "2020-03-16", - "total_cases": 200.0, - "new_cases": 79.0, - "new_cases_smoothed": 25.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.941, - "new_cases_per_million": 0.372, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 42.13 - }, - { - "date": "2020-03-17", - "total_cases": 234.0, - "new_cases": 34.0, - "new_cases_smoothed": 29.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.101, - "new_cases_per_million": 0.16, - "new_cases_smoothed_per_million": 0.14, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.87 - }, - { - "date": "2020-03-18", - "total_cases": 291.0, - "new_cases": 57.0, - "new_cases_smoothed": 36.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.369, - "new_cases_per_million": 0.268, - "new_cases_smoothed_per_million": 0.173, - "total_deaths_per_million": 0.005, - "new_deaths_per_million": 0.005, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 60.65 - }, - { - "date": "2020-03-19", - "total_cases": 428.0, - "new_cases": 137.0, - "new_cases_smoothed": 53.714, - "total_deaths": 4.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2.014, - "new_cases_per_million": 0.645, - "new_cases_smoothed_per_million": 0.253, - "total_deaths_per_million": 0.019, - "new_deaths_per_million": 0.014, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 66.2 - }, - { - "date": "2020-03-20", - "total_cases": 621.0, - "new_cases": 193.0, - "new_cases_smoothed": 77.714, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2.922, - "new_cases_per_million": 0.908, - "new_cases_smoothed_per_million": 0.366, - "total_deaths_per_million": 0.028, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 66.2 - }, - { - "date": "2020-03-21", - "total_cases": 904.0, - "new_cases": 283.0, - "new_cases_smoothed": 115.143, - "total_deaths": 11.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4.253, - "new_cases_per_million": 1.331, - "new_cases_smoothed_per_million": 0.542, - "total_deaths_per_million": 0.052, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 71.76 - }, - { - "date": "2020-03-22", - "total_cases": 1128.0, - "new_cases": 224.0, - "new_cases_smoothed": 143.857, - "total_deaths": 18.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5.307, - "new_cases_per_million": 1.054, - "new_cases_smoothed_per_million": 0.677, - "total_deaths_per_million": 0.085, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 71.76 - }, - { - "date": "2020-03-23", - "total_cases": 1546.0, - "new_cases": 418.0, - "new_cases_smoothed": 192.286, - "total_deaths": 25.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 7.273, - "new_cases_per_million": 1.967, - "new_cases_smoothed_per_million": 0.905, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 71.76 - }, - { - "date": "2020-03-24", - "total_cases": 1891.0, - "new_cases": 345.0, - "new_cases_smoothed": 236.714, - "total_deaths": 34.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 8.896, - "new_cases_per_million": 1.623, - "new_cases_smoothed_per_million": 1.114, - "total_deaths_per_million": 0.16, - "new_deaths_per_million": 0.042, - "new_deaths_smoothed_per_million": 0.023, - "stringency_index": 71.76 - }, - { - "date": "2020-03-25", - "total_cases": 2201.0, - "new_cases": 310.0, - "new_cases_smoothed": 272.857, - "total_deaths": 46.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 10.355, - "new_cases_per_million": 1.458, - "new_cases_smoothed_per_million": 1.284, - "total_deaths_per_million": 0.216, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 71.76 - }, - { - "date": "2020-03-26", - "total_cases": 2433.0, - "new_cases": 232.0, - "new_cases_smoothed": 286.429, - "total_deaths": 57.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 11.446, - "new_cases_per_million": 1.091, - "new_cases_smoothed_per_million": 1.348, - "total_deaths_per_million": 0.268, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.76 - }, - { - "date": "2020-03-27", - "total_cases": 2915.0, - "new_cases": 482.0, - "new_cases_smoothed": 327.714, - "total_deaths": 77.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 13.714, - "new_cases_per_million": 2.268, - "new_cases_smoothed_per_million": 1.542, - "total_deaths_per_million": 0.362, - "new_deaths_per_million": 0.094, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 74.54 - }, - { - "date": "2020-03-28", - "total_cases": 3417.0, - "new_cases": 502.0, - "new_cases_smoothed": 359.0, - "total_deaths": 92.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 16.076, - "new_cases_per_million": 2.362, - "new_cases_smoothed_per_million": 1.689, - "total_deaths_per_million": 0.433, - "new_deaths_per_million": 0.071, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 74.54 - }, - { - "date": "2020-03-29", - "total_cases": 3904.0, - "new_cases": 487.0, - "new_cases_smoothed": 396.571, - "total_deaths": 114.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 18.367, - "new_cases_per_million": 2.291, - "new_cases_smoothed_per_million": 1.866, - "total_deaths_per_million": 0.536, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 74.54 - }, - { - "date": "2020-03-30", - "total_cases": 4256.0, - "new_cases": 352.0, - "new_cases_smoothed": 387.143, - "total_deaths": 136.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 20.023, - "new_cases_per_million": 1.656, - "new_cases_smoothed_per_million": 1.821, - "total_deaths_per_million": 0.64, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 74.54 - }, - { - "date": "2020-03-31", - "total_cases": 4579.0, - "new_cases": 323.0, - "new_cases_smoothed": 384.0, - "total_deaths": 159.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 21.542, - "new_cases_per_million": 1.52, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 0.748, - "new_deaths_per_million": 0.108, - "new_deaths_smoothed_per_million": 0.084, - "stringency_index": 74.54 - }, - { - "date": "2020-04-01", - "total_cases": 5717.0, - "new_cases": 1138.0, - "new_cases_smoothed": 502.286, - "total_deaths": 201.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 26.896, - "new_cases_per_million": 5.354, - "new_cases_smoothed_per_million": 2.363, - "total_deaths_per_million": 0.946, - "new_deaths_per_million": 0.198, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 74.54 - }, - { - "date": "2020-04-02", - "total_cases": 6836.0, - "new_cases": 1119.0, - "new_cases_smoothed": 629.0, - "total_deaths": 241.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 26.286, - "total_cases_per_million": 32.16, - "new_cases_per_million": 5.264, - "new_cases_smoothed_per_million": 2.959, - "total_deaths_per_million": 1.134, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 74.54 - }, - { - "date": "2020-04-03", - "total_cases": 7910.0, - "new_cases": 1074.0, - "new_cases_smoothed": 713.571, - "total_deaths": 299.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 37.213, - "new_cases_per_million": 5.053, - "new_cases_smoothed_per_million": 3.357, - "total_deaths_per_million": 1.407, - "new_deaths_per_million": 0.273, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 74.54 - }, - { - "date": "2020-04-04", - "total_cases": 9056.0, - "new_cases": 1146.0, - "new_cases_smoothed": 805.571, - "total_deaths": 359.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 38.143, - "total_cases_per_million": 42.605, - "new_cases_per_million": 5.391, - "new_cases_smoothed_per_million": 3.79, - "total_deaths_per_million": 1.689, - "new_deaths_per_million": 0.282, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 74.54 - }, - { - "date": "2020-04-05", - "total_cases": 10278.0, - "new_cases": 1222.0, - "new_cases_smoothed": 910.571, - "total_deaths": 432.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 45.429, - "total_cases_per_million": 48.354, - "new_cases_per_million": 5.749, - "new_cases_smoothed_per_million": 4.284, - "total_deaths_per_million": 2.032, - "new_deaths_per_million": 0.343, - "new_deaths_smoothed_per_million": 0.214, - "stringency_index": 74.54 - }, - { - "date": "2020-04-06", - "total_cases": 11130.0, - "new_cases": 852.0, - "new_cases_smoothed": 982.0, - "total_deaths": 486.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 50.0, - "total_cases_per_million": 52.362, - "new_cases_per_million": 4.008, - "new_cases_smoothed_per_million": 4.62, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.254, - "new_deaths_smoothed_per_million": 0.235, - "stringency_index": 74.54 - }, - { - "date": "2020-04-07", - "total_cases": 12056.0, - "new_cases": 926.0, - "new_cases_smoothed": 1068.143, - "total_deaths": 553.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 56.286, - "total_cases_per_million": 56.718, - "new_cases_per_million": 4.356, - "new_cases_smoothed_per_million": 5.025, - "total_deaths_per_million": 2.602, - "new_deaths_per_million": 0.315, - "new_deaths_smoothed_per_million": 0.265, - "total_tests": 62985.0, - "total_tests_per_thousand": 0.296, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-08", - "total_cases": 13717.0, - "new_cases": 1661.0, - "new_cases_smoothed": 1142.857, - "total_deaths": 667.0, - "new_deaths": 114.0, - "new_deaths_smoothed": 66.571, - "total_cases_per_million": 64.533, - "new_cases_per_million": 7.814, - "new_cases_smoothed_per_million": 5.377, - "total_deaths_per_million": 3.138, - "new_deaths_per_million": 0.536, - "new_deaths_smoothed_per_million": 0.313, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-09", - "total_cases": 15927.0, - "new_cases": 2210.0, - "new_cases_smoothed": 1298.714, - "total_deaths": 800.0, - "new_deaths": 133.0, - "new_deaths_smoothed": 79.857, - "total_cases_per_million": 74.93, - "new_cases_per_million": 10.397, - "new_cases_smoothed_per_million": 6.11, - "total_deaths_per_million": 3.764, - "new_deaths_per_million": 0.626, - "new_deaths_smoothed_per_million": 0.376, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-10", - "total_cases": 17857.0, - "new_cases": 1930.0, - "new_cases_smoothed": 1421.0, - "total_deaths": 941.0, - "new_deaths": 141.0, - "new_deaths_smoothed": 91.714, - "total_cases_per_million": 84.009, - "new_cases_per_million": 9.08, - "new_cases_smoothed_per_million": 6.685, - "total_deaths_per_million": 4.427, - "new_deaths_per_million": 0.663, - "new_deaths_smoothed_per_million": 0.431, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-11", - "total_cases": 19638.0, - "new_cases": 1781.0, - "new_cases_smoothed": 1511.714, - "total_deaths": 1056.0, - "new_deaths": 115.0, - "new_deaths_smoothed": 99.571, - "total_cases_per_million": 92.388, - "new_cases_per_million": 8.379, - "new_cases_smoothed_per_million": 7.112, - "total_deaths_per_million": 4.968, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.468, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-12", - "total_cases": 20727.0, - "new_cases": 1089.0, - "new_cases_smoothed": 1492.714, - "total_deaths": 1124.0, - "new_deaths": 68.0, - "new_deaths_smoothed": 98.857, - "total_cases_per_million": 97.512, - "new_cases_per_million": 5.123, - "new_cases_smoothed_per_million": 7.023, - "total_deaths_per_million": 5.288, - "new_deaths_per_million": 0.32, - "new_deaths_smoothed_per_million": 0.465, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-13", - "total_cases": 22169.0, - "new_cases": 1442.0, - "new_cases_smoothed": 1577.0, - "total_deaths": 1223.0, - "new_deaths": 99.0, - "new_deaths_smoothed": 105.286, - "total_cases_per_million": 104.296, - "new_cases_per_million": 6.784, - "new_cases_smoothed_per_million": 7.419, - "total_deaths_per_million": 5.754, - "new_deaths_per_million": 0.466, - "new_deaths_smoothed_per_million": 0.495, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-14", - "total_cases": 23430.0, - "new_cases": 1261.0, - "new_cases_smoothed": 1624.857, - "total_deaths": 1328.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 110.714, - "total_cases_per_million": 110.228, - "new_cases_per_million": 5.932, - "new_cases_smoothed_per_million": 7.644, - "total_deaths_per_million": 6.248, - "new_deaths_per_million": 0.494, - "new_deaths_smoothed_per_million": 0.521, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-15", - "total_cases": 25262.0, - "new_cases": 1832.0, - "new_cases_smoothed": 1649.286, - "total_deaths": 1532.0, - "new_deaths": 204.0, - "new_deaths_smoothed": 123.571, - "total_cases_per_million": 118.847, - "new_cases_per_million": 8.619, - "new_cases_smoothed_per_million": 7.759, - "total_deaths_per_million": 7.207, - "new_deaths_per_million": 0.96, - "new_deaths_smoothed_per_million": 0.581, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-16", - "total_cases": 28320.0, - "new_cases": 3058.0, - "new_cases_smoothed": 1770.429, - "total_deaths": 1736.0, - "new_deaths": 204.0, - "new_deaths_smoothed": 133.714, - "total_cases_per_million": 133.233, - "new_cases_per_million": 14.387, - "new_cases_smoothed_per_million": 8.329, - "total_deaths_per_million": 8.167, - "new_deaths_per_million": 0.96, - "new_deaths_smoothed_per_million": 0.629, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-17", - "total_cases": 30425.0, - "new_cases": 2105.0, - "new_cases_smoothed": 1795.429, - "total_deaths": 1924.0, - "new_deaths": 188.0, - "new_deaths_smoothed": 140.429, - "total_cases_per_million": 143.136, - "new_cases_per_million": 9.903, - "new_cases_smoothed_per_million": 8.447, - "total_deaths_per_million": 9.052, - "new_deaths_per_million": 0.884, - "new_deaths_smoothed_per_million": 0.661, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-18", - "total_cases": 33682.0, - "new_cases": 3257.0, - "new_cases_smoothed": 2006.286, - "total_deaths": 2141.0, - "new_deaths": 217.0, - "new_deaths_smoothed": 155.0, - "total_cases_per_million": 158.459, - "new_cases_per_million": 15.323, - "new_cases_smoothed_per_million": 9.439, - "total_deaths_per_million": 10.072, - "new_deaths_per_million": 1.021, - "new_deaths_smoothed_per_million": 0.729, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-19", - "total_cases": 36599.0, - "new_cases": 2917.0, - "new_cases_smoothed": 2267.429, - "total_deaths": 2347.0, - "new_deaths": 206.0, - "new_deaths_smoothed": 174.714, - "total_cases_per_million": 172.182, - "new_cases_per_million": 13.723, - "new_cases_smoothed_per_million": 10.667, - "total_deaths_per_million": 11.042, - "new_deaths_per_million": 0.969, - "new_deaths_smoothed_per_million": 0.822, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-20", - "total_cases": 38654.0, - "new_cases": 2055.0, - "new_cases_smoothed": 2355.0, - "total_deaths": 2462.0, - "new_deaths": 115.0, - "new_deaths_smoothed": 177.0, - "total_cases_per_million": 181.85, - "new_cases_per_million": 9.668, - "new_cases_smoothed_per_million": 11.079, - "total_deaths_per_million": 11.583, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.833, - "total_tests": 132467.0, - "total_tests_per_thousand": 0.623, - "new_tests_smoothed": 5345.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "tests performed", - "stringency_index": 74.54 - }, - { - "date": "2020-04-21", - "total_cases": 40581.0, - "new_cases": 1927.0, - "new_cases_smoothed": 2450.143, - "total_deaths": 2575.0, - "new_deaths": 113.0, - "new_deaths_smoothed": 178.143, - "total_cases_per_million": 190.916, - "new_cases_per_million": 9.066, - "new_cases_smoothed_per_million": 11.527, - "total_deaths_per_million": 12.114, - "new_deaths_per_million": 0.532, - "new_deaths_smoothed_per_million": 0.838, - "stringency_index": 74.54 - }, - { - "date": "2020-04-22", - "total_cases": 43079.0, - "new_cases": 2498.0, - "new_cases_smoothed": 2545.286, - "total_deaths": 2741.0, - "new_deaths": 166.0, - "new_deaths_smoothed": 172.714, - "total_cases_per_million": 202.668, - "new_cases_per_million": 11.752, - "new_cases_smoothed_per_million": 11.974, - "total_deaths_per_million": 12.895, - "new_deaths_per_million": 0.781, - "new_deaths_smoothed_per_million": 0.813, - "stringency_index": 74.54 - }, - { - "date": "2020-04-23", - "total_cases": 45757.0, - "new_cases": 2678.0, - "new_cases_smoothed": 2491.0, - "total_deaths": 2906.0, - "new_deaths": 165.0, - "new_deaths_smoothed": 167.143, - "total_cases_per_million": 215.267, - "new_cases_per_million": 12.599, - "new_cases_smoothed_per_million": 11.719, - "total_deaths_per_million": 13.671, - "new_deaths_per_million": 0.776, - "new_deaths_smoothed_per_million": 0.786, - "stringency_index": 74.54 - }, - { - "date": "2020-04-24", - "total_cases": 49492.0, - "new_cases": 3735.0, - "new_cases_smoothed": 2723.857, - "total_deaths": 3313.0, - "new_deaths": 407.0, - "new_deaths_smoothed": 198.429, - "total_cases_per_million": 232.838, - "new_cases_per_million": 17.572, - "new_cases_smoothed_per_million": 12.815, - "total_deaths_per_million": 15.586, - "new_deaths_per_million": 1.915, - "new_deaths_smoothed_per_million": 0.934, - "stringency_index": 74.54 - }, - { - "date": "2020-04-25", - "total_cases": 52995.0, - "new_cases": 3503.0, - "new_cases_smoothed": 2759.0, - "total_deaths": 3670.0, - "new_deaths": 357.0, - "new_deaths_smoothed": 218.429, - "total_cases_per_million": 249.319, - "new_cases_per_million": 16.48, - "new_cases_smoothed_per_million": 12.98, - "total_deaths_per_million": 17.266, - "new_deaths_per_million": 1.68, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 74.54 - }, - { - "date": "2020-04-26", - "total_cases": 58509.0, - "new_cases": 5514.0, - "new_cases_smoothed": 3130.0, - "total_deaths": 4016.0, - "new_deaths": 346.0, - "new_deaths_smoothed": 238.429, - "total_cases_per_million": 275.26, - "new_cases_per_million": 25.941, - "new_cases_smoothed_per_million": 14.725, - "total_deaths_per_million": 18.894, - "new_deaths_per_million": 1.628, - "new_deaths_smoothed_per_million": 1.122, - "stringency_index": 77.31 - }, - { - "date": "2020-04-27", - "total_cases": 61888.0, - "new_cases": 3379.0, - "new_cases_smoothed": 3319.143, - "total_deaths": 4205.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 249.0, - "total_cases_per_million": 291.156, - "new_cases_per_million": 15.897, - "new_cases_smoothed_per_million": 15.615, - "total_deaths_per_million": 19.783, - "new_deaths_per_million": 0.889, - "new_deaths_smoothed_per_million": 1.171, - "stringency_index": 77.31 - }, - { - "date": "2020-04-28", - "total_cases": 66501.0, - "new_cases": 4613.0, - "new_cases_smoothed": 3702.857, - "total_deaths": 4543.0, - "new_deaths": 338.0, - "new_deaths_smoothed": 281.143, - "total_cases_per_million": 312.858, - "new_cases_per_million": 21.702, - "new_cases_smoothed_per_million": 17.42, - "total_deaths_per_million": 21.373, - "new_deaths_per_million": 1.59, - "new_deaths_smoothed_per_million": 1.323, - "stringency_index": 77.31 - }, - { - "date": "2020-04-29", - "total_cases": 71886.0, - "new_cases": 5385.0, - "new_cases_smoothed": 4115.286, - "total_deaths": 5017.0, - "new_deaths": 474.0, - "new_deaths_smoothed": 325.143, - "total_cases_per_million": 338.193, - "new_cases_per_million": 25.334, - "new_cases_smoothed_per_million": 19.361, - "total_deaths_per_million": 23.603, - "new_deaths_per_million": 2.23, - "new_deaths_smoothed_per_million": 1.53, - "stringency_index": 77.31 - }, - { - "date": "2020-04-30", - "total_cases": 78162.0, - "new_cases": 6276.0, - "new_cases_smoothed": 4629.286, - "total_deaths": 5466.0, - "new_deaths": 449.0, - "new_deaths_smoothed": 365.714, - "total_cases_per_million": 367.718, - "new_cases_per_million": 29.526, - "new_cases_smoothed_per_million": 21.779, - "total_deaths_per_million": 25.715, - "new_deaths_per_million": 2.112, - "new_deaths_smoothed_per_million": 1.721, - "stringency_index": 77.31 - }, - { - "date": "2020-05-01", - "total_cases": 85380.0, - "new_cases": 7218.0, - "new_cases_smoothed": 5126.857, - "total_deaths": 5901.0, - "new_deaths": 435.0, - "new_deaths_smoothed": 369.714, - "total_cases_per_million": 401.676, - "new_cases_per_million": 33.958, - "new_cases_smoothed_per_million": 24.12, - "total_deaths_per_million": 27.762, - "new_deaths_per_million": 2.046, - "new_deaths_smoothed_per_million": 1.739, - "stringency_index": 77.31 - }, - { - "date": "2020-05-02", - "total_cases": 91589.0, - "new_cases": 6209.0, - "new_cases_smoothed": 5513.429, - "total_deaths": 6329.0, - "new_deaths": 428.0, - "new_deaths_smoothed": 379.857, - "total_cases_per_million": 430.887, - "new_cases_per_million": 29.211, - "new_cases_smoothed_per_million": 25.938, - "total_deaths_per_million": 29.775, - "new_deaths_per_million": 2.014, - "new_deaths_smoothed_per_million": 1.787, - "stringency_index": 77.31 - }, - { - "date": "2020-05-03", - "total_cases": 96559.0, - "new_cases": 4970.0, - "new_cases_smoothed": 5435.714, - "total_deaths": 6750.0, - "new_deaths": 421.0, - "new_deaths_smoothed": 390.571, - "total_cases_per_million": 454.268, - "new_cases_per_million": 23.382, - "new_cases_smoothed_per_million": 25.573, - "total_deaths_per_million": 31.756, - "new_deaths_per_million": 1.981, - "new_deaths_smoothed_per_million": 1.837, - "stringency_index": 77.31 - }, - { - "date": "2020-05-04", - "total_cases": 101147.0, - "new_cases": 4588.0, - "new_cases_smoothed": 5608.429, - "total_deaths": 7025.0, - "new_deaths": 275.0, - "new_deaths_smoothed": 402.857, - "total_cases_per_million": 475.853, - "new_cases_per_million": 21.585, - "new_cases_smoothed_per_million": 26.385, - "total_deaths_per_million": 33.05, - "new_deaths_per_million": 1.294, - "new_deaths_smoothed_per_million": 1.895, - "stringency_index": 77.31 - }, - { - "date": "2020-05-05", - "total_cases": 107780.0, - "new_cases": 6633.0, - "new_cases_smoothed": 5897.0, - "total_deaths": 7321.0, - "new_deaths": 296.0, - "new_deaths_smoothed": 396.857, - "total_cases_per_million": 507.058, - "new_cases_per_million": 31.205, - "new_cases_smoothed_per_million": 27.743, - "total_deaths_per_million": 34.442, - "new_deaths_per_million": 1.393, - "new_deaths_smoothed_per_million": 1.867, - "stringency_index": 81.02 - }, - { - "date": "2020-05-06", - "total_cases": 114715.0, - "new_cases": 6935.0, - "new_cases_smoothed": 6118.429, - "total_deaths": 7921.0, - "new_deaths": 600.0, - "new_deaths_smoothed": 414.857, - "total_cases_per_million": 539.684, - "new_cases_per_million": 32.626, - "new_cases_smoothed_per_million": 28.785, - "total_deaths_per_million": 37.265, - "new_deaths_per_million": 2.823, - "new_deaths_smoothed_per_million": 1.952, - "stringency_index": 81.02 - }, - { - "date": "2020-05-07", - "total_cases": 125218.0, - "new_cases": 10503.0, - "new_cases_smoothed": 6722.286, - "total_deaths": 8536.0, - "new_deaths": 615.0, - "new_deaths_smoothed": 438.571, - "total_cases_per_million": 589.096, - "new_cases_per_million": 49.412, - "new_cases_smoothed_per_million": 31.625, - "total_deaths_per_million": 40.158, - "new_deaths_per_million": 2.893, - "new_deaths_smoothed_per_million": 2.063, - "stringency_index": 81.02 - }, - { - "date": "2020-05-08", - "total_cases": 135106.0, - "new_cases": 9888.0, - "new_cases_smoothed": 7103.714, - "total_deaths": 9146.0, - "new_deaths": 610.0, - "new_deaths_smoothed": 463.571, - "total_cases_per_million": 635.615, - "new_cases_per_million": 46.519, - "new_cases_smoothed_per_million": 33.42, - "total_deaths_per_million": 43.028, - "new_deaths_per_million": 2.87, - "new_deaths_smoothed_per_million": 2.181, - "stringency_index": 81.02 - }, - { - "date": "2020-05-09", - "total_cases": 145328.0, - "new_cases": 10222.0, - "new_cases_smoothed": 7677.0, - "total_deaths": 9897.0, - "new_deaths": 751.0, - "new_deaths_smoothed": 509.714, - "total_cases_per_million": 683.705, - "new_cases_per_million": 48.09, - "new_cases_smoothed_per_million": 36.117, - "total_deaths_per_million": 46.561, - "new_deaths_per_million": 3.533, - "new_deaths_smoothed_per_million": 2.398, - "stringency_index": 81.02 - }, - { - "date": "2020-05-10", - "total_cases": 155939.0, - "new_cases": 10611.0, - "new_cases_smoothed": 8482.857, - "total_deaths": 10627.0, - "new_deaths": 730.0, - "new_deaths_smoothed": 553.857, - "total_cases_per_million": 733.625, - "new_cases_per_million": 49.92, - "new_cases_smoothed_per_million": 39.908, - "total_deaths_per_million": 49.995, - "new_deaths_per_million": 3.434, - "new_deaths_smoothed_per_million": 2.606, - "stringency_index": 81.02 - }, - { - "date": "2020-05-11", - "total_cases": 162699.0, - "new_cases": 6760.0, - "new_cases_smoothed": 8793.143, - "total_deaths": 11123.0, - "new_deaths": 496.0, - "new_deaths_smoothed": 585.429, - "total_cases_per_million": 765.428, - "new_cases_per_million": 31.803, - "new_cases_smoothed_per_million": 41.368, - "total_deaths_per_million": 52.329, - "new_deaths_per_million": 2.333, - "new_deaths_smoothed_per_million": 2.754, - "stringency_index": 81.02 - }, - { - "date": "2020-05-12", - "total_cases": 168331.0, - "new_cases": 5632.0, - "new_cases_smoothed": 8650.143, - "total_deaths": 11519.0, - "new_deaths": 396.0, - "new_deaths_smoothed": 599.714, - "total_cases_per_million": 791.924, - "new_cases_per_million": 26.496, - "new_cases_smoothed_per_million": 40.695, - "total_deaths_per_million": 54.192, - "new_deaths_per_million": 1.863, - "new_deaths_smoothed_per_million": 2.821, - "stringency_index": 81.02 - }, - { - "date": "2020-05-13", - "total_cases": 177589.0, - "new_cases": 9258.0, - "new_cases_smoothed": 8982.0, - "total_deaths": 12400.0, - "new_deaths": 881.0, - "new_deaths_smoothed": 639.857, - "total_cases_per_million": 835.479, - "new_cases_per_million": 43.555, - "new_cases_smoothed_per_million": 42.256, - "total_deaths_per_million": 58.337, - "new_deaths_per_million": 4.145, - "new_deaths_smoothed_per_million": 3.01, - "stringency_index": 81.02 - }, - { - "date": "2020-05-14", - "total_cases": 188974.0, - "new_cases": 11385.0, - "new_cases_smoothed": 9108.0, - "total_deaths": 13149.0, - "new_deaths": 749.0, - "new_deaths_smoothed": 659.0, - "total_cases_per_million": 889.041, - "new_cases_per_million": 53.561, - "new_cases_smoothed_per_million": 42.849, - "total_deaths_per_million": 61.86, - "new_deaths_per_million": 3.524, - "new_deaths_smoothed_per_million": 3.1, - "stringency_index": 81.02 - }, - { - "date": "2020-05-15", - "total_cases": 202918.0, - "new_cases": 13944.0, - "new_cases_smoothed": 9687.429, - "total_deaths": 13993.0, - "new_deaths": 844.0, - "new_deaths_smoothed": 692.429, - "total_cases_per_million": 954.641, - "new_cases_per_million": 65.6, - "new_cases_smoothed_per_million": 45.575, - "total_deaths_per_million": 65.831, - "new_deaths_per_million": 3.971, - "new_deaths_smoothed_per_million": 3.258, - "stringency_index": 81.02 - }, - { - "date": "2020-05-16", - "total_cases": 218223.0, - "new_cases": 15305.0, - "new_cases_smoothed": 10413.571, - "total_deaths": 14817.0, - "new_deaths": 824.0, - "new_deaths_smoothed": 702.857, - "total_cases_per_million": 1026.645, - "new_cases_per_million": 72.003, - "new_cases_smoothed_per_million": 48.991, - "total_deaths_per_million": 69.708, - "new_deaths_per_million": 3.877, - "new_deaths_smoothed_per_million": 3.307, - "stringency_index": 81.02 - }, - { - "date": "2020-05-17", - "total_cases": 233142.0, - "new_cases": 14919.0, - "new_cases_smoothed": 11029.0, - "total_deaths": 15633.0, - "new_deaths": 816.0, - "new_deaths_smoothed": 715.143, - "total_cases_per_million": 1096.832, - "new_cases_per_million": 70.187, - "new_cases_smoothed_per_million": 51.887, - "total_deaths_per_million": 73.546, - "new_deaths_per_million": 3.839, - "new_deaths_smoothed_per_million": 3.364, - "stringency_index": 81.02 - }, - { - "date": "2020-05-18", - "total_cases": 241080.0, - "new_cases": 7938.0, - "new_cases_smoothed": 11197.286, - "total_deaths": 16118.0, - "new_deaths": 485.0, - "new_deaths_smoothed": 713.571, - "total_cases_per_million": 1134.177, - "new_cases_per_million": 37.345, - "new_cases_smoothed_per_million": 52.678, - "total_deaths_per_million": 75.828, - "new_deaths_per_million": 2.282, - "new_deaths_smoothed_per_million": 3.357, - "stringency_index": 81.02 - }, - { - "date": "2020-05-19", - "total_cases": 254220.0, - "new_cases": 13140.0, - "new_cases_smoothed": 12269.857, - "total_deaths": 16792.0, - "new_deaths": 674.0, - "new_deaths_smoothed": 753.286, - "total_cases_per_million": 1195.995, - "new_cases_per_million": 61.818, - "new_cases_smoothed_per_million": 57.724, - "total_deaths_per_million": 78.999, - "new_deaths_per_million": 3.171, - "new_deaths_smoothed_per_million": 3.544, - "stringency_index": 81.02 - }, - { - "date": "2020-05-20", - "total_cases": 271628.0, - "new_cases": 17408.0, - "new_cases_smoothed": 13434.143, - "total_deaths": 17971.0, - "new_deaths": 1179.0, - "new_deaths_smoothed": 795.857, - "total_cases_per_million": 1277.892, - "new_cases_per_million": 81.897, - "new_cases_smoothed_per_million": 63.202, - "total_deaths_per_million": 84.546, - "new_deaths_per_million": 5.547, - "new_deaths_smoothed_per_million": 3.744, - "stringency_index": 81.02 - }, - { - "date": "2020-05-21", - "total_cases": 291579.0, - "new_cases": 19951.0, - "new_cases_smoothed": 14657.857, - "total_deaths": 18859.0, - "new_deaths": 888.0, - "new_deaths_smoothed": 815.714, - "total_cases_per_million": 1371.753, - "new_cases_per_million": 93.861, - "new_cases_smoothed_per_million": 68.959, - "total_deaths_per_million": 88.723, - "new_deaths_per_million": 4.178, - "new_deaths_smoothed_per_million": 3.838, - "stringency_index": 81.02 - }, - { - "date": "2020-05-22", - "total_cases": 310087.0, - "new_cases": 18508.0, - "new_cases_smoothed": 15309.857, - "total_deaths": 20047.0, - "new_deaths": 1188.0, - "new_deaths_smoothed": 864.857, - "total_cases_per_million": 1458.825, - "new_cases_per_million": 87.072, - "new_cases_smoothed_per_million": 72.026, - "total_deaths_per_million": 94.312, - "new_deaths_per_million": 5.589, - "new_deaths_smoothed_per_million": 4.069, - "stringency_index": 81.02 - }, - { - "date": "2020-05-23", - "total_cases": 330890.0, - "new_cases": 20803.0, - "new_cases_smoothed": 16095.286, - "total_deaths": 21048.0, - "new_deaths": 1001.0, - "new_deaths_smoothed": 890.143, - "total_cases_per_million": 1556.694, - "new_cases_per_million": 97.869, - "new_cases_smoothed_per_million": 75.721, - "total_deaths_per_million": 99.022, - "new_deaths_per_million": 4.709, - "new_deaths_smoothed_per_million": 4.188, - "stringency_index": 81.02 - }, - { - "date": "2020-05-24", - "total_cases": 347398.0, - "new_cases": 16508.0, - "new_cases_smoothed": 16322.286, - "total_deaths": 22013.0, - "new_deaths": 965.0, - "new_deaths_smoothed": 911.429, - "total_cases_per_million": 1634.357, - "new_cases_per_million": 77.663, - "new_cases_smoothed_per_million": 76.789, - "total_deaths_per_million": 103.562, - "new_deaths_per_million": 4.54, - "new_deaths_smoothed_per_million": 4.288, - "stringency_index": 81.02 - }, - { - "date": "2020-05-25", - "total_cases": 363211.0, - "new_cases": 15813.0, - "new_cases_smoothed": 17447.286, - "total_deaths": 22666.0, - "new_deaths": 653.0, - "new_deaths_smoothed": 935.429, - "total_cases_per_million": 1708.751, - "new_cases_per_million": 74.393, - "new_cases_smoothed_per_million": 82.082, - "total_deaths_per_million": 106.634, - "new_deaths_per_million": 3.072, - "new_deaths_smoothed_per_million": 4.401, - "stringency_index": 81.02 - }, - { - "date": "2020-05-26", - "total_cases": 374898.0, - "new_cases": 11687.0, - "new_cases_smoothed": 17239.714, - "total_deaths": 23473.0, - "new_deaths": 807.0, - "new_deaths_smoothed": 954.429, - "total_cases_per_million": 1763.733, - "new_cases_per_million": 54.982, - "new_cases_smoothed_per_million": 81.105, - "total_deaths_per_million": 110.43, - "new_deaths_per_million": 3.797, - "new_deaths_smoothed_per_million": 4.49, - "stringency_index": 81.02 - }, - { - "date": "2020-05-27", - "total_cases": 391222.0, - "new_cases": 16324.0, - "new_cases_smoothed": 17084.857, - "total_deaths": 24512.0, - "new_deaths": 1039.0, - "new_deaths_smoothed": 934.429, - "total_cases_per_million": 1840.53, - "new_cases_per_million": 76.797, - "new_cases_smoothed_per_million": 80.377, - "total_deaths_per_million": 115.318, - "new_deaths_per_million": 4.888, - "new_deaths_smoothed_per_million": 4.396, - "stringency_index": 81.02 - }, - { - "date": "2020-05-28", - "total_cases": 411821.0, - "new_cases": 20599.0, - "new_cases_smoothed": 17177.429, - "total_deaths": 25598.0, - "new_deaths": 1086.0, - "new_deaths_smoothed": 962.714, - "total_cases_per_million": 1937.44, - "new_cases_per_million": 96.909, - "new_cases_smoothed_per_million": 80.812, - "total_deaths_per_million": 120.428, - "new_deaths_per_million": 5.109, - "new_deaths_smoothed_per_million": 4.529, - "stringency_index": 81.02 - }, - { - "date": "2020-05-29", - "total_cases": 438238.0, - "new_cases": 26417.0, - "new_cases_smoothed": 18307.286, - "total_deaths": 26754.0, - "new_deaths": 1156.0, - "new_deaths_smoothed": 958.143, - "total_cases_per_million": 2061.72, - "new_cases_per_million": 124.281, - "new_cases_smoothed_per_million": 86.128, - "total_deaths_per_million": 125.866, - "new_deaths_per_million": 5.438, - "new_deaths_smoothed_per_million": 4.508, - "total_tests": 485000.0, - "total_tests_per_thousand": 2.282, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-05-30", - "total_cases": 465166.0, - "new_cases": 26928.0, - "new_cases_smoothed": 19182.286, - "total_deaths": 27878.0, - "new_deaths": 1124.0, - "new_deaths_smoothed": 975.714, - "total_cases_per_million": 2188.405, - "new_cases_per_million": 126.685, - "new_cases_smoothed_per_million": 90.244, - "total_deaths_per_million": 131.154, - "new_deaths_per_million": 5.288, - "new_deaths_smoothed_per_million": 4.59, - "stringency_index": 81.02 - }, - { - "date": "2020-05-31", - "total_cases": 498440.0, - "new_cases": 33274.0, - "new_cases_smoothed": 21577.429, - "total_deaths": 28834.0, - "new_deaths": 956.0, - "new_deaths_smoothed": 974.429, - "total_cases_per_million": 2344.944, - "new_cases_per_million": 156.54, - "new_cases_smoothed_per_million": 101.512, - "total_deaths_per_million": 135.651, - "new_deaths_per_million": 4.498, - "new_deaths_smoothed_per_million": 4.584, - "stringency_index": 81.02 - }, - { - "date": "2020-06-01", - "total_cases": 514849.0, - "new_cases": 16409.0, - "new_cases_smoothed": 21662.571, - "total_deaths": 29314.0, - "new_deaths": 480.0, - "new_deaths_smoothed": 949.714, - "total_cases_per_million": 2422.142, - "new_cases_per_million": 77.197, - "new_cases_smoothed_per_million": 101.913, - "total_deaths_per_million": 137.91, - "new_deaths_per_million": 2.258, - "new_deaths_smoothed_per_million": 4.468, - "stringency_index": 77.31 - }, - { - "date": "2020-06-02", - "total_cases": 526447.0, - "new_cases": 11598.0, - "new_cases_smoothed": 21649.857, - "total_deaths": 29937.0, - "new_deaths": 623.0, - "new_deaths_smoothed": 923.429, - "total_cases_per_million": 2476.705, - "new_cases_per_million": 54.564, - "new_cases_smoothed_per_million": 101.853, - "total_deaths_per_million": 140.841, - "new_deaths_per_million": 2.931, - "new_deaths_smoothed_per_million": 4.344, - "stringency_index": 77.31 - }, - { - "date": "2020-06-03", - "total_cases": 555383.0, - "new_cases": 28936.0, - "new_cases_smoothed": 23451.571, - "total_deaths": 31199.0, - "new_deaths": 1262.0, - "new_deaths_smoothed": 955.286, - "total_cases_per_million": 2612.837, - "new_cases_per_million": 136.131, - "new_cases_smoothed_per_million": 110.329, - "total_deaths_per_million": 146.778, - "new_deaths_per_million": 5.937, - "new_deaths_smoothed_per_million": 4.494, - "stringency_index": 77.31 - }, - { - "date": "2020-06-04", - "total_cases": 584016.0, - "new_cases": 28633.0, - "new_cases_smoothed": 24599.286, - "total_deaths": 32548.0, - "new_deaths": 1349.0, - "new_deaths_smoothed": 992.857, - "total_cases_per_million": 2747.542, - "new_cases_per_million": 134.706, - "new_cases_smoothed_per_million": 115.729, - "total_deaths_per_million": 153.124, - "new_deaths_per_million": 6.346, - "new_deaths_smoothed_per_million": 4.671, - "stringency_index": 77.31 - }, - { - "date": "2020-06-05", - "total_cases": 614932.0, - "new_cases": 30916.0, - "new_cases_smoothed": 25242.0, - "total_deaths": 34021.0, - "new_deaths": 1473.0, - "new_deaths_smoothed": 1038.143, - "total_cases_per_million": 2892.989, - "new_cases_per_million": 145.446, - "new_cases_smoothed_per_million": 118.753, - "total_deaths_per_million": 160.054, - "new_deaths_per_million": 6.93, - "new_deaths_smoothed_per_million": 4.884, - "stringency_index": 77.31 - }, - { - "date": "2020-06-06", - "total_cases": 645762.0, - "new_cases": 30830.0, - "new_cases_smoothed": 25799.429, - "total_deaths": 35026.0, - "new_deaths": 1005.0, - "new_deaths_smoothed": 1021.143, - "total_cases_per_million": 3038.031, - "new_cases_per_million": 145.042, - "new_cases_smoothed_per_million": 121.375, - "total_deaths_per_million": 164.782, - "new_deaths_per_million": 4.728, - "new_deaths_smoothed_per_million": 4.804, - "stringency_index": 77.31 - }, - { - "date": "2020-06-07", - "total_cases": 672837.0, - "new_cases": 27075.0, - "new_cases_smoothed": 24913.857, - "total_deaths": 35930.0, - "new_deaths": 904.0, - "new_deaths_smoothed": 1013.714, - "total_cases_per_million": 3165.407, - "new_cases_per_million": 127.376, - "new_cases_smoothed_per_million": 117.209, - "total_deaths_per_million": 169.035, - "new_deaths_per_million": 4.253, - "new_deaths_smoothed_per_million": 4.769, - "stringency_index": 77.31 - }, - { - "date": "2020-06-08", - "total_cases": 691758.0, - "new_cases": 18921.0, - "new_cases_smoothed": 25272.714, - "total_deaths": 36455.0, - "new_deaths": 525.0, - "new_deaths_smoothed": 1020.143, - "total_cases_per_million": 3254.422, - "new_cases_per_million": 89.015, - "new_cases_smoothed_per_million": 118.897, - "total_deaths_per_million": 171.505, - "new_deaths_per_million": 2.47, - "new_deaths_smoothed_per_million": 4.799, - "stringency_index": 77.31 - }, - { - "date": "2020-06-09", - "total_cases": 707412.0, - "new_cases": 15654.0, - "new_cases_smoothed": 25852.143, - "total_deaths": 37134.0, - "new_deaths": 679.0, - "new_deaths_smoothed": 1028.143, - "total_cases_per_million": 3328.067, - "new_cases_per_million": 73.645, - "new_cases_smoothed_per_million": 121.623, - "total_deaths_per_million": 174.699, - "new_deaths_per_million": 3.194, - "new_deaths_smoothed_per_million": 4.837, - "stringency_index": 77.31 - }, - { - "date": "2020-06-10", - "total_cases": 739503.0, - "new_cases": 32091.0, - "new_cases_smoothed": 26302.857, - "total_deaths": 38406.0, - "new_deaths": 1272.0, - "new_deaths_smoothed": 1029.571, - "total_cases_per_million": 3479.041, - "new_cases_per_million": 150.974, - "new_cases_smoothed_per_million": 123.744, - "total_deaths_per_million": 180.684, - "new_deaths_per_million": 5.984, - "new_deaths_smoothed_per_million": 4.844, - "stringency_index": 77.31 - }, - { - "date": "2020-06-11", - "total_cases": 772416.0, - "new_cases": 32913.0, - "new_cases_smoothed": 26914.286, - "total_deaths": 39680.0, - "new_deaths": 1274.0, - "new_deaths_smoothed": 1018.857, - "total_cases_per_million": 3633.883, - "new_cases_per_million": 154.841, - "new_cases_smoothed_per_million": 126.62, - "total_deaths_per_million": 186.677, - "new_deaths_per_million": 5.994, - "new_deaths_smoothed_per_million": 4.793, - "stringency_index": 77.31 - }, - { - "date": "2020-06-12", - "total_cases": 802828.0, - "new_cases": 30412.0, - "new_cases_smoothed": 26842.286, - "total_deaths": 40919.0, - "new_deaths": 1239.0, - "new_deaths_smoothed": 985.429, - "total_cases_per_million": 3776.958, - "new_cases_per_million": 143.075, - "new_cases_smoothed_per_million": 126.281, - "total_deaths_per_million": 192.506, - "new_deaths_per_million": 5.829, - "new_deaths_smoothed_per_million": 4.636, - "stringency_index": 77.31 - }, - { - "date": "2020-06-13", - "total_cases": 828810.0, - "new_cases": 25982.0, - "new_cases_smoothed": 26149.714, - "total_deaths": 41828.0, - "new_deaths": 909.0, - "new_deaths_smoothed": 971.714, - "total_cases_per_million": 3899.192, - "new_cases_per_million": 122.234, - "new_cases_smoothed_per_million": 123.023, - "total_deaths_per_million": 196.783, - "new_deaths_per_million": 4.276, - "new_deaths_smoothed_per_million": 4.571, - "stringency_index": 77.31 - }, - { - "date": "2020-06-14", - "total_cases": 850514.0, - "new_cases": 21704.0, - "new_cases_smoothed": 25382.429, - "total_deaths": 42720.0, - "new_deaths": 892.0, - "new_deaths_smoothed": 970.0, - "total_cases_per_million": 4001.3, - "new_cases_per_million": 102.108, - "new_cases_smoothed_per_million": 119.413, - "total_deaths_per_million": 200.979, - "new_deaths_per_million": 4.196, - "new_deaths_smoothed_per_million": 4.563, - "stringency_index": 77.31 - }, - { - "date": "2020-06-15", - "total_cases": 867624.0, - "new_cases": 17110.0, - "new_cases_smoothed": 25123.714, - "total_deaths": 43332.0, - "new_deaths": 612.0, - "new_deaths_smoothed": 982.429, - "total_cases_per_million": 4081.795, - "new_cases_per_million": 80.495, - "new_cases_smoothed_per_million": 118.196, - "total_deaths_per_million": 203.858, - "new_deaths_per_million": 2.879, - "new_deaths_smoothed_per_million": 4.622, - "stringency_index": 77.31 - }, - { - "date": "2020-06-16", - "total_cases": 888271.0, - "new_cases": 20647.0, - "new_cases_smoothed": 25837.0, - "total_deaths": 43959.0, - "new_deaths": 627.0, - "new_deaths_smoothed": 975.0, - "total_cases_per_million": 4178.931, - "new_cases_per_million": 97.135, - "new_cases_smoothed_per_million": 121.552, - "total_deaths_per_million": 206.808, - "new_deaths_per_million": 2.95, - "new_deaths_smoothed_per_million": 4.587, - "stringency_index": 77.31 - }, - { - "date": "2020-06-17", - "total_cases": 923189.0, - "new_cases": 34918.0, - "new_cases_smoothed": 26240.857, - "total_deaths": 45241.0, - "new_deaths": 1282.0, - "new_deaths_smoothed": 976.429, - "total_cases_per_million": 4343.205, - "new_cases_per_million": 164.274, - "new_cases_smoothed_per_million": 123.452, - "total_deaths_per_million": 212.839, - "new_deaths_per_million": 6.031, - "new_deaths_smoothed_per_million": 4.594, - "stringency_index": 77.31 - }, - { - "date": "2020-06-18", - "total_cases": 955377.0, - "new_cases": 32188.0, - "new_cases_smoothed": 26137.286, - "total_deaths": 46510.0, - "new_deaths": 1269.0, - "new_deaths_smoothed": 975.714, - "total_cases_per_million": 4494.635, - "new_cases_per_million": 151.431, - "new_cases_smoothed_per_million": 122.965, - "total_deaths_per_million": 218.809, - "new_deaths_per_million": 5.97, - "new_deaths_smoothed_per_million": 4.59, - "stringency_index": 77.31 - }, - { - "date": "2020-06-19", - "total_cases": 978142.0, - "new_cases": 22765.0, - "new_cases_smoothed": 25044.857, - "total_deaths": 47748.0, - "new_deaths": 1238.0, - "new_deaths_smoothed": 975.571, - "total_cases_per_million": 4601.735, - "new_cases_per_million": 107.099, - "new_cases_smoothed_per_million": 117.825, - "total_deaths_per_million": 224.634, - "new_deaths_per_million": 5.824, - "new_deaths_smoothed_per_million": 4.59, - "stringency_index": 77.31 - }, - { - "date": "2020-06-20", - "total_cases": 1032913.0, - "new_cases": 54771.0, - "new_cases_smoothed": 29157.571, - "total_deaths": 48954.0, - "new_deaths": 1206.0, - "new_deaths_smoothed": 1018.0, - "total_cases_per_million": 4859.409, - "new_cases_per_million": 257.674, - "new_cases_smoothed_per_million": 137.174, - "total_deaths_per_million": 230.307, - "new_deaths_per_million": 5.674, - "new_deaths_smoothed_per_million": 4.789, - "stringency_index": 77.31 - }, - { - "date": "2020-06-21", - "total_cases": 1067579.0, - "new_cases": 34666.0, - "new_cases_smoothed": 31009.286, - "total_deaths": 49976.0, - "new_deaths": 1022.0, - "new_deaths_smoothed": 1036.571, - "total_cases_per_million": 5022.497, - "new_cases_per_million": 163.089, - "new_cases_smoothed_per_million": 145.885, - "total_deaths_per_million": 235.115, - "new_deaths_per_million": 4.808, - "new_deaths_smoothed_per_million": 4.877, - "stringency_index": 77.31 - }, - { - "date": "2020-06-22", - "total_cases": 1085038.0, - "new_cases": 17459.0, - "new_cases_smoothed": 31059.143, - "total_deaths": 50617.0, - "new_deaths": 641.0, - "new_deaths_smoothed": 1040.714, - "total_cases_per_million": 5104.634, - "new_cases_per_million": 82.137, - "new_cases_smoothed_per_million": 146.12, - "total_deaths_per_million": 238.131, - "new_deaths_per_million": 3.016, - "new_deaths_smoothed_per_million": 4.896, - "stringency_index": 77.31 - }, - { - "date": "2020-06-23", - "total_cases": 1106470.0, - "new_cases": 21432.0, - "new_cases_smoothed": 31171.286, - "total_deaths": 51271.0, - "new_deaths": 654.0, - "new_deaths_smoothed": 1044.571, - "total_cases_per_million": 5205.462, - "new_cases_per_million": 100.828, - "new_cases_smoothed_per_million": 146.647, - "total_deaths_per_million": 241.208, - "new_deaths_per_million": 3.077, - "new_deaths_smoothed_per_million": 4.914, - "stringency_index": 77.31 - }, - { - "date": "2020-06-24", - "total_cases": 1145906.0, - "new_cases": 39436.0, - "new_cases_smoothed": 31816.714, - "total_deaths": 52645.0, - "new_deaths": 1374.0, - "new_deaths_smoothed": 1057.714, - "total_cases_per_million": 5390.992, - "new_cases_per_million": 185.529, - "new_cases_smoothed_per_million": 149.684, - "total_deaths_per_million": 247.672, - "new_deaths_per_million": 6.464, - "new_deaths_smoothed_per_million": 4.976, - "stringency_index": 77.31 - }, - { - "date": "2020-06-25", - "total_cases": 1188631.0, - "new_cases": 42725.0, - "new_cases_smoothed": 33322.0, - "total_deaths": 53830.0, - "new_deaths": 1185.0, - "new_deaths_smoothed": 1045.714, - "total_cases_per_million": 5591.994, - "new_cases_per_million": 201.003, - "new_cases_smoothed_per_million": 156.766, - "total_deaths_per_million": 253.247, - "new_deaths_per_million": 5.575, - "new_deaths_smoothed_per_million": 4.92, - "stringency_index": 77.31 - }, - { - "date": "2020-06-26", - "total_cases": 1228114.0, - "new_cases": 39483.0, - "new_cases_smoothed": 35710.286, - "total_deaths": 54971.0, - "new_deaths": 1141.0, - "new_deaths_smoothed": 1031.857, - "total_cases_per_million": 5777.745, - "new_cases_per_million": 185.75, - "new_cases_smoothed_per_million": 168.001, - "total_deaths_per_million": 258.615, - "new_deaths_per_million": 5.368, - "new_deaths_smoothed_per_million": 4.854, - "stringency_index": 77.31 - }, - { - "date": "2020-06-27", - "total_cases": 1274974.0, - "new_cases": 46860.0, - "new_cases_smoothed": 34580.143, - "total_deaths": 55961.0, - "new_deaths": 990.0, - "new_deaths_smoothed": 1001.0, - "total_cases_per_million": 5998.201, - "new_cases_per_million": 220.456, - "new_cases_smoothed_per_million": 162.685, - "total_deaths_per_million": 263.272, - "new_deaths_per_million": 4.658, - "new_deaths_smoothed_per_million": 4.709, - "stringency_index": 77.31 - }, - { - "date": "2020-06-28", - "total_cases": 1313667.0, - "new_cases": 38693.0, - "new_cases_smoothed": 35155.429, - "total_deaths": 57070.0, - "new_deaths": 1109.0, - "new_deaths_smoothed": 1013.429, - "total_cases_per_million": 6180.235, - "new_cases_per_million": 182.034, - "new_cases_smoothed_per_million": 165.391, - "total_deaths_per_million": 268.49, - "new_deaths_per_million": 5.217, - "new_deaths_smoothed_per_million": 4.768, - "stringency_index": 77.31 - }, - { - "date": "2020-06-29", - "total_cases": 1344143.0, - "new_cases": 30476.0, - "new_cases_smoothed": 37015.0, - "total_deaths": 57622.0, - "new_deaths": 552.0, - "new_deaths_smoothed": 1000.714, - "total_cases_per_million": 6323.611, - "new_cases_per_million": 143.376, - "new_cases_smoothed_per_million": 174.14, - "total_deaths_per_million": 271.087, - "new_deaths_per_million": 2.597, - "new_deaths_smoothed_per_million": 4.708, - "stringency_index": 77.31 - }, - { - "date": "2020-06-30", - "total_cases": 1368195.0, - "new_cases": 24052.0, - "new_cases_smoothed": 37389.286, - "total_deaths": 58314.0, - "new_deaths": 692.0, - "new_deaths_smoothed": 1006.143, - "total_cases_per_million": 6436.765, - "new_cases_per_million": 113.154, - "new_cases_smoothed_per_million": 175.9, - "total_deaths_per_million": 274.342, - "new_deaths_per_million": 3.256, - "new_deaths_smoothed_per_million": 4.733, - "total_tests": 1478671.0, - "total_tests_per_thousand": 6.957, - "tests_units": "tests performed", - "stringency_index": 77.31 - }, - { - "date": "2020-07-01", - "total_cases": 1402041.0, - "new_cases": 33846.0, - "new_cases_smoothed": 36590.714, - "total_deaths": 59594.0, - "new_deaths": 1280.0, - "new_deaths_smoothed": 992.714, - "total_cases_per_million": 6595.996, - "new_cases_per_million": 159.231, - "new_cases_smoothed_per_million": 172.143, - "total_deaths_per_million": 280.364, - "new_deaths_per_million": 6.022, - "new_deaths_smoothed_per_million": 4.67, - "tests_units": "tests performed", - "stringency_index": 77.31 - }, - { - "date": "2020-07-02", - "total_cases": 1448753.0, - "new_cases": 46712.0, - "new_cases_smoothed": 37160.286, - "total_deaths": 60632.0, - "new_deaths": 1038.0, - "new_deaths_smoothed": 971.714, - "total_cases_per_million": 6815.756, - "new_cases_per_million": 219.76, - "new_cases_smoothed_per_million": 174.823, - "total_deaths_per_million": 285.247, - "new_deaths_per_million": 4.883, - "new_deaths_smoothed_per_million": 4.571, - "tests_units": "tests performed", - "stringency_index": 77.31 - }, - { - "date": "2020-07-03", - "total_cases": 1496858.0, - "new_cases": 48105.0, - "new_cases_smoothed": 38392.0, - "total_deaths": 61884.0, - "new_deaths": 1252.0, - "new_deaths_smoothed": 987.571, - "total_cases_per_million": 7042.069, - "new_cases_per_million": 226.313, - "new_cases_smoothed_per_million": 180.618, - "total_deaths_per_million": 291.137, - "new_deaths_per_million": 5.89, - "new_deaths_smoothed_per_million": 4.646, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-04", - "total_cases": 1539081.0, - "new_cases": 42223.0, - "new_cases_smoothed": 37729.571, - "total_deaths": 63174.0, - "new_deaths": 1290.0, - "new_deaths_smoothed": 1030.429, - "total_cases_per_million": 7240.71, - "new_cases_per_million": 198.641, - "new_cases_smoothed_per_million": 177.501, - "total_deaths_per_million": 297.206, - "new_deaths_per_million": 6.069, - "new_deaths_smoothed_per_million": 4.848, - "total_tests": 2124223.0, - "total_tests_per_thousand": 9.994, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-05", - "total_cases": 1577004.0, - "new_cases": 37923.0, - "new_cases_smoothed": 37619.571, - "total_deaths": 64265.0, - "new_deaths": 1091.0, - "new_deaths_smoothed": 1027.857, - "total_cases_per_million": 7419.121, - "new_cases_per_million": 178.411, - "new_cases_smoothed_per_million": 176.984, - "total_deaths_per_million": 302.339, - "new_deaths_per_million": 5.133, - "new_deaths_smoothed_per_million": 4.836, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-06", - "total_cases": 1603055.0, - "new_cases": 26051.0, - "new_cases_smoothed": 36987.429, - "total_deaths": 64867.0, - "new_deaths": 602.0, - "new_deaths_smoothed": 1035.0, - "total_cases_per_million": 7541.68, - "new_cases_per_million": 122.559, - "new_cases_smoothed_per_million": 174.01, - "total_deaths_per_million": 305.171, - "new_deaths_per_million": 2.832, - "new_deaths_smoothed_per_million": 4.869, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-07", - "total_cases": 1623284.0, - "new_cases": 20229.0, - "new_cases_smoothed": 36441.286, - "total_deaths": 65487.0, - "new_deaths": 620.0, - "new_deaths_smoothed": 1024.714, - "total_cases_per_million": 7636.848, - "new_cases_per_million": 95.169, - "new_cases_smoothed_per_million": 171.44, - "total_deaths_per_million": 308.088, - "new_deaths_per_million": 2.917, - "new_deaths_smoothed_per_million": 4.821, - "new_tests_smoothed": 98318.0, - "new_tests_smoothed_per_thousand": 0.463, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-08", - "total_cases": 1668589.0, - "new_cases": 45305.0, - "new_cases_smoothed": 38078.286, - "total_deaths": 66741.0, - "new_deaths": 1254.0, - "new_deaths_smoothed": 1021.0, - "total_cases_per_million": 7849.989, - "new_cases_per_million": 213.14, - "new_cases_smoothed_per_million": 179.142, - "total_deaths_per_million": 313.988, - "new_deaths_per_million": 5.9, - "new_deaths_smoothed_per_million": 4.803, - "new_tests_smoothed": 77295.0, - "new_tests_smoothed_per_thousand": 0.364, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-09", - "total_cases": 1713160.0, - "new_cases": 44571.0, - "new_cases_smoothed": 37772.429, - "total_deaths": 67964.0, - "new_deaths": 1223.0, - "new_deaths_smoothed": 1047.429, - "total_cases_per_million": 8059.676, - "new_cases_per_million": 209.687, - "new_cases_smoothed_per_million": 177.703, - "total_deaths_per_million": 319.741, - "new_deaths_per_million": 5.754, - "new_deaths_smoothed_per_million": 4.928, - "new_tests_smoothed": 56272.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-10", - "total_cases": 1755779.0, - "new_cases": 42619.0, - "new_cases_smoothed": 36988.714, - "total_deaths": 69184.0, - "new_deaths": 1220.0, - "new_deaths_smoothed": 1042.857, - "total_cases_per_million": 8260.18, - "new_cases_per_million": 200.504, - "new_cases_smoothed_per_million": 174.016, - "total_deaths_per_million": 325.481, - "new_deaths_per_million": 5.74, - "new_deaths_smoothed_per_million": 4.906, - "new_tests_smoothed": 35249.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-11", - "total_cases": 1800827.0, - "new_cases": 45048.0, - "new_cases_smoothed": 37392.286, - "total_deaths": 70398.0, - "new_deaths": 1214.0, - "new_deaths_smoothed": 1032.0, - "total_cases_per_million": 8472.111, - "new_cases_per_million": 211.931, - "new_cases_smoothed_per_million": 175.915, - "total_deaths_per_million": 331.192, - "new_deaths_per_million": 5.711, - "new_deaths_smoothed_per_million": 4.855, - "total_tests": 2223803.0, - "total_tests_per_thousand": 10.462, - "new_tests_smoothed": 14226.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-12", - "total_cases": 1839850.0, - "new_cases": 39023.0, - "new_cases_smoothed": 37549.429, - "total_deaths": 71469.0, - "new_deaths": 1071.0, - "new_deaths_smoothed": 1029.143, - "total_cases_per_million": 8655.698, - "new_cases_per_million": 183.586, - "new_cases_smoothed_per_million": 176.654, - "total_deaths_per_million": 336.231, - "new_deaths_per_million": 5.039, - "new_deaths_smoothed_per_million": 4.842, - "new_tests_smoothed": 16661.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-13", - "total_cases": 1864681.0, - "new_cases": 24831.0, - "new_cases_smoothed": 37375.143, - "total_deaths": 72100.0, - "new_deaths": 631.0, - "new_deaths_smoothed": 1033.286, - "total_cases_per_million": 8772.517, - "new_cases_per_million": 116.819, - "new_cases_smoothed_per_million": 175.834, - "total_deaths_per_million": 339.199, - "new_deaths_per_million": 2.969, - "new_deaths_smoothed_per_million": 4.861, - "new_tests_smoothed": 19097.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-14", - "total_cases": 1884967.0, - "new_cases": 20286.0, - "new_cases_smoothed": 37383.286, - "total_deaths": 72833.0, - "new_deaths": 733.0, - "new_deaths_smoothed": 1049.429, - "total_cases_per_million": 8867.954, - "new_cases_per_million": 95.437, - "new_cases_smoothed_per_million": 175.872, - "total_deaths_per_million": 342.648, - "new_deaths_per_million": 3.448, - "new_deaths_smoothed_per_million": 4.937, - "new_tests_smoothed": 21533.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-15", - "total_cases": 1926824.0, - "new_cases": 41857.0, - "new_cases_smoothed": 36890.714, - "total_deaths": 74133.0, - "new_deaths": 1300.0, - "new_deaths_smoothed": 1056.0, - "total_cases_per_million": 9064.873, - "new_cases_per_million": 196.919, - "new_cases_smoothed_per_million": 173.555, - "total_deaths_per_million": 348.764, - "new_deaths_per_million": 6.116, - "new_deaths_smoothed_per_million": 4.968, - "new_tests_smoothed": 23968.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-16", - "total_cases": 1966748.0, - "new_cases": 39924.0, - "new_cases_smoothed": 36226.857, - "total_deaths": 75366.0, - "new_deaths": 1233.0, - "new_deaths_smoothed": 1057.429, - "total_cases_per_million": 9252.698, - "new_cases_per_million": 187.825, - "new_cases_smoothed_per_million": 170.432, - "total_deaths_per_million": 354.564, - "new_deaths_per_million": 5.801, - "new_deaths_smoothed_per_million": 4.975, - "new_tests_smoothed": 26404.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-17", - "total_cases": 2012151.0, - "new_cases": 45403.0, - "new_cases_smoothed": 36624.571, - "total_deaths": 76688.0, - "new_deaths": 1322.0, - "new_deaths_smoothed": 1072.0, - "total_cases_per_million": 9466.299, - "new_cases_per_million": 213.601, - "new_cases_smoothed_per_million": 172.303, - "total_deaths_per_million": 360.784, - "new_deaths_per_million": 6.219, - "new_deaths_smoothed_per_million": 5.043, - "new_tests_smoothed": 28839.0, - "new_tests_smoothed_per_thousand": 0.136, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-18", - "total_cases": 2046328.0, - "new_cases": 34177.0, - "new_cases_smoothed": 35071.571, - "total_deaths": 77851.0, - "new_deaths": 1163.0, - "new_deaths_smoothed": 1064.714, - "total_cases_per_million": 9627.087, - "new_cases_per_million": 160.788, - "new_cases_smoothed_per_million": 164.997, - "total_deaths_per_million": 366.255, - "new_deaths_per_million": 5.471, - "new_deaths_smoothed_per_million": 5.009, - "new_tests_smoothed": 31275.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-19", - "total_cases": 2074860.0, - "new_cases": 28532.0, - "new_cases_smoothed": 33572.857, - "total_deaths": 78772.0, - "new_deaths": 921.0, - "new_deaths_smoothed": 1043.286, - "total_cases_per_million": 9761.318, - "new_cases_per_million": 134.231, - "new_cases_smoothed_per_million": 157.946, - "total_deaths_per_million": 370.588, - "new_deaths_per_million": 4.333, - "new_deaths_smoothed_per_million": 4.908, - "new_tests_smoothed": 31275.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-20", - "total_cases": 2098389.0, - "new_cases": 23529.0, - "new_cases_smoothed": 33386.857, - "total_deaths": 79488.0, - "new_deaths": 716.0, - "new_deaths_smoothed": 1055.429, - "total_cases_per_million": 9872.012, - "new_cases_per_million": 110.694, - "new_cases_smoothed_per_million": 157.071, - "total_deaths_per_million": 373.957, - "new_deaths_per_million": 3.368, - "new_deaths_smoothed_per_million": 4.965, - "new_tests_smoothed": 31275.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-21", - "total_cases": 2118646.0, - "new_cases": 20257.0, - "new_cases_smoothed": 33382.714, - "total_deaths": 80120.0, - "new_deaths": 632.0, - "new_deaths_smoothed": 1041.0, - "total_cases_per_million": 9967.312, - "new_cases_per_million": 95.3, - "new_cases_smoothed_per_million": 157.051, - "total_deaths_per_million": 376.93, - "new_deaths_per_million": 2.973, - "new_deaths_smoothed_per_million": 4.897, - "total_tests": 2536552.0, - "total_tests_per_thousand": 11.933, - "new_tests_smoothed": 31275.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-22", - "total_cases": 2159654.0, - "new_cases": 41008.0, - "new_cases_smoothed": 33261.429, - "total_deaths": 81487.0, - "new_deaths": 1367.0, - "new_deaths_smoothed": 1050.571, - "total_cases_per_million": 10160.237, - "new_cases_per_million": 192.925, - "new_cases_smoothed_per_million": 156.481, - "total_deaths_per_million": 383.361, - "new_deaths_per_million": 6.431, - "new_deaths_smoothed_per_million": 4.942, - "new_tests_smoothed": 31892.0, - "new_tests_smoothed_per_thousand": 0.15, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-23", - "total_cases": 2227514.0, - "new_cases": 67860.0, - "new_cases_smoothed": 37252.286, - "total_deaths": 82771.0, - "new_deaths": 1284.0, - "new_deaths_smoothed": 1057.857, - "total_cases_per_million": 10479.489, - "new_cases_per_million": 319.252, - "new_cases_smoothed_per_million": 175.256, - "total_deaths_per_million": 389.402, - "new_deaths_per_million": 6.041, - "new_deaths_smoothed_per_million": 4.977, - "new_tests_smoothed": 32509.0, - "new_tests_smoothed_per_thousand": 0.153, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-24", - "total_cases": 2287475.0, - "new_cases": 59961.0, - "new_cases_smoothed": 39332.0, - "total_deaths": 84082.0, - "new_deaths": 1311.0, - "new_deaths_smoothed": 1056.286, - "total_cases_per_million": 10761.58, - "new_cases_per_million": 282.091, - "new_cases_smoothed_per_million": 185.04, - "total_deaths_per_million": 395.569, - "new_deaths_per_million": 6.168, - "new_deaths_smoothed_per_million": 4.969, - "new_tests_smoothed": 33126.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-25", - "total_cases": 2343366.0, - "new_cases": 55891.0, - "new_cases_smoothed": 42434.0, - "total_deaths": 85238.0, - "new_deaths": 1156.0, - "new_deaths_smoothed": 1055.286, - "total_cases_per_million": 11024.523, - "new_cases_per_million": 262.943, - "new_cases_smoothed_per_million": 199.634, - "total_deaths_per_million": 401.008, - "new_deaths_per_million": 5.438, - "new_deaths_smoothed_per_million": 4.965, - "total_tests": 2678927.0, - "total_tests_per_thousand": 12.603, - "new_tests_smoothed": 33743.0, - "new_tests_smoothed_per_thousand": 0.159, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-26", - "total_cases": 2394513.0, - "new_cases": 51147.0, - "new_cases_smoothed": 45664.714, - "total_deaths": 86449.0, - "new_deaths": 1211.0, - "new_deaths_smoothed": 1096.714, - "total_cases_per_million": 11265.147, - "new_cases_per_million": 240.624, - "new_cases_smoothed_per_million": 214.833, - "total_deaths_per_million": 406.705, - "new_deaths_per_million": 5.697, - "new_deaths_smoothed_per_million": 5.16, - "new_tests_smoothed": 40654.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-27", - "total_cases": 2419091.0, - "new_cases": 24578.0, - "new_cases_smoothed": 45814.571, - "total_deaths": 87004.0, - "new_deaths": 555.0, - "new_deaths_smoothed": 1073.714, - "total_cases_per_million": 11380.776, - "new_cases_per_million": 115.629, - "new_cases_smoothed_per_million": 215.538, - "total_deaths_per_million": 409.316, - "new_deaths_per_million": 2.611, - "new_deaths_smoothed_per_million": 5.051, - "new_tests_smoothed": 47566.0, - "new_tests_smoothed_per_thousand": 0.224, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-28", - "total_cases": 2442375.0, - "new_cases": 23284.0, - "new_cases_smoothed": 46247.0, - "total_deaths": 87618.0, - "new_deaths": 614.0, - "new_deaths_smoothed": 1071.143, - "total_cases_per_million": 11490.317, - "new_cases_per_million": 109.541, - "new_cases_smoothed_per_million": 217.572, - "total_deaths_per_million": 412.205, - "new_deaths_per_million": 2.889, - "new_deaths_smoothed_per_million": 5.039, - "new_tests_smoothed": 54477.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_units": "tests performed", - "stringency_index": 81.02 - }, - { - "date": "2020-07-29", - "total_cases": 2483191.0, - "new_cases": 40816.0, - "new_cases_smoothed": 46219.571, - "total_deaths": 88539.0, - "new_deaths": 921.0, - "new_deaths_smoothed": 1007.429, - "total_cases_per_million": 11682.339, - "new_cases_per_million": 192.022, - "new_cases_smoothed_per_million": 217.443, - "total_deaths_per_million": 416.538, - "new_deaths_per_million": 4.333, - "new_deaths_smoothed_per_million": 4.74, - "new_tests_smoothed": 60772.0, - "new_tests_smoothed_per_thousand": 0.286, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-07-30", - "total_cases": 2552265.0, - "new_cases": 69074.0, - "new_cases_smoothed": 46393.0, - "total_deaths": 90134.0, - "new_deaths": 1595.0, - "new_deaths_smoothed": 1051.857, - "total_cases_per_million": 12007.302, - "new_cases_per_million": 324.963, - "new_cases_smoothed_per_million": 218.259, - "total_deaths_per_million": 424.041, - "new_deaths_per_million": 7.504, - "new_deaths_smoothed_per_million": 4.949, - "new_tests_smoothed": 67066.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-07-31", - "total_cases": 2610102.0, - "new_cases": 57837.0, - "new_cases_smoothed": 46089.571, - "total_deaths": 91263.0, - "new_deaths": 1129.0, - "new_deaths_smoothed": 1025.857, - "total_cases_per_million": 12279.4, - "new_cases_per_million": 272.098, - "new_cases_smoothed_per_million": 216.831, - "total_deaths_per_million": 429.353, - "new_deaths_per_million": 5.311, - "new_deaths_smoothed_per_million": 4.826, - "new_tests_smoothed": 73361.0, - "new_tests_smoothed_per_thousand": 0.345, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-01", - "total_cases": 2662485.0, - "new_cases": 52383.0, - "new_cases_smoothed": 45588.429, - "total_deaths": 92475.0, - "new_deaths": 1212.0, - "new_deaths_smoothed": 1033.857, - "total_cases_per_million": 12525.839, - "new_cases_per_million": 246.439, - "new_cases_smoothed_per_million": 214.474, - "total_deaths_per_million": 435.055, - "new_deaths_per_million": 5.702, - "new_deaths_smoothed_per_million": 4.864, - "new_tests_smoothed": 79655.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-02", - "total_cases": 2707877.0, - "new_cases": 45392.0, - "new_cases_smoothed": 44766.286, - "total_deaths": 93563.0, - "new_deaths": 1088.0, - "new_deaths_smoothed": 1016.286, - "total_cases_per_million": 12739.389, - "new_cases_per_million": 213.55, - "new_cases_smoothed_per_million": 210.606, - "total_deaths_per_million": 440.173, - "new_deaths_per_million": 5.119, - "new_deaths_smoothed_per_million": 4.781, - "total_tests": 3316167.0, - "total_tests_per_thousand": 15.601, - "new_tests_smoothed": 79655.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-03", - "total_cases": 2733677.0, - "new_cases": 25800.0, - "new_cases_smoothed": 44940.857, - "total_deaths": 94104.0, - "new_deaths": 541.0, - "new_deaths_smoothed": 1014.286, - "total_cases_per_million": 12860.767, - "new_cases_per_million": 121.378, - "new_cases_smoothed_per_million": 211.427, - "total_deaths_per_million": 442.719, - "new_deaths_per_million": 2.545, - "new_deaths_smoothed_per_million": 4.772, - "new_tests_smoothed": 80041.0, - "new_tests_smoothed_per_thousand": 0.377, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-04", - "total_cases": 2750318.0, - "new_cases": 16641.0, - "new_cases_smoothed": 43991.857, - "total_deaths": 94665.0, - "new_deaths": 561.0, - "new_deaths_smoothed": 1006.714, - "total_cases_per_million": 12939.056, - "new_cases_per_million": 78.289, - "new_cases_smoothed_per_million": 206.963, - "total_deaths_per_million": 445.358, - "new_deaths_per_million": 2.639, - "new_deaths_smoothed_per_million": 4.736, - "new_tests_smoothed": 80428.0, - "new_tests_smoothed_per_thousand": 0.378, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-05", - "total_cases": 2801921.0, - "new_cases": 51603.0, - "new_cases_smoothed": 45532.857, - "total_deaths": 95819.0, - "new_deaths": 1154.0, - "new_deaths_smoothed": 1040.0, - "total_cases_per_million": 13181.825, - "new_cases_per_million": 242.77, - "new_cases_smoothed_per_million": 214.212, - "total_deaths_per_million": 450.787, - "new_deaths_per_million": 5.429, - "new_deaths_smoothed_per_million": 4.893, - "new_tests_smoothed": 80814.0, - "new_tests_smoothed_per_thousand": 0.38, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-06", - "total_cases": 2859073.0, - "new_cases": 57152.0, - "new_cases_smoothed": 43829.714, - "total_deaths": 97256.0, - "new_deaths": 1437.0, - "new_deaths_smoothed": 1017.429, - "total_cases_per_million": 13450.701, - "new_cases_per_million": 268.875, - "new_cases_smoothed_per_million": 206.2, - "total_deaths_per_million": 457.547, - "new_deaths_per_million": 6.76, - "new_deaths_smoothed_per_million": 4.787, - "new_tests_smoothed": 81200.0, - "new_tests_smoothed_per_thousand": 0.382, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-07", - "total_cases": 2912212.0, - "new_cases": 53139.0, - "new_cases_smoothed": 43158.571, - "total_deaths": 98493.0, - "new_deaths": 1237.0, - "new_deaths_smoothed": 1032.857, - "total_cases_per_million": 13700.697, - "new_cases_per_million": 249.996, - "new_cases_smoothed_per_million": 203.042, - "total_deaths_per_million": 463.367, - "new_deaths_per_million": 5.82, - "new_deaths_smoothed_per_million": 4.859, - "new_tests_smoothed": 81587.0, - "new_tests_smoothed_per_thousand": 0.384, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-08", - "total_cases": 2962442.0, - "new_cases": 50230.0, - "new_cases_smoothed": 42851.0, - "total_deaths": 99572.0, - "new_deaths": 1079.0, - "new_deaths_smoothed": 1013.857, - "total_cases_per_million": 13937.007, - "new_cases_per_million": 236.31, - "new_cases_smoothed_per_million": 201.595, - "total_deaths_per_million": 468.443, - "new_deaths_per_million": 5.076, - "new_deaths_smoothed_per_million": 4.77, - "total_tests": 3810322.0, - "total_tests_per_thousand": 17.926, - "new_tests_smoothed": 81973.0, - "new_tests_smoothed_per_thousand": 0.386, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-09", - "total_cases": 3012412.0, - "new_cases": 49970.0, - "new_cases_smoothed": 43505.0, - "total_deaths": 100477.0, - "new_deaths": 905.0, - "new_deaths_smoothed": 987.714, - "total_cases_per_million": 14172.094, - "new_cases_per_million": 235.087, - "new_cases_smoothed_per_million": 204.672, - "total_deaths_per_million": 472.701, - "new_deaths_per_million": 4.258, - "new_deaths_smoothed_per_million": 4.647, - "new_tests_smoothed": 77580.0, - "new_tests_smoothed_per_thousand": 0.365, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-10", - "total_cases": 3035422.0, - "new_cases": 23010.0, - "new_cases_smoothed": 43106.429, - "total_deaths": 101049.0, - "new_deaths": 572.0, - "new_deaths_smoothed": 992.143, - "total_cases_per_million": 14280.346, - "new_cases_per_million": 108.252, - "new_cases_smoothed_per_million": 202.797, - "total_deaths_per_million": 475.392, - "new_deaths_per_million": 2.691, - "new_deaths_smoothed_per_million": 4.668, - "new_tests_smoothed": 72801.0, - "new_tests_smoothed_per_thousand": 0.342, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-11", - "total_cases": 3057470.0, - "new_cases": 22048.0, - "new_cases_smoothed": 43878.857, - "total_deaths": 101752.0, - "new_deaths": 703.0, - "new_deaths_smoothed": 1012.429, - "total_cases_per_million": 14384.073, - "new_cases_per_million": 103.726, - "new_cases_smoothed_per_million": 206.431, - "total_deaths_per_million": 478.699, - "new_deaths_per_million": 3.307, - "new_deaths_smoothed_per_million": 4.763, - "new_tests_smoothed": 68021.0, - "new_tests_smoothed_per_thousand": 0.32, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-12", - "total_cases": 3109630.0, - "new_cases": 52160.0, - "new_cases_smoothed": 43958.429, - "total_deaths": 103026.0, - "new_deaths": 1274.0, - "new_deaths_smoothed": 1029.571, - "total_cases_per_million": 14629.463, - "new_cases_per_million": 245.39, - "new_cases_smoothed_per_million": 206.805, - "total_deaths_per_million": 484.693, - "new_deaths_per_million": 5.994, - "new_deaths_smoothed_per_million": 4.844, - "new_tests_smoothed": 63242.0, - "new_tests_smoothed_per_thousand": 0.298, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-13", - "total_cases": 3164785.0, - "new_cases": 55155.0, - "new_cases_smoothed": 43673.143, - "total_deaths": 104201.0, - "new_deaths": 1175.0, - "new_deaths_smoothed": 992.143, - "total_cases_per_million": 14888.943, - "new_cases_per_million": 259.48, - "new_cases_smoothed_per_million": 205.463, - "total_deaths_per_million": 490.221, - "new_deaths_per_million": 5.528, - "new_deaths_smoothed_per_million": 4.668, - "new_tests_smoothed": 58463.0, - "new_tests_smoothed_per_thousand": 0.275, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-14", - "total_cases": 3224876.0, - "new_cases": 60091.0, - "new_cases_smoothed": 44666.286, - "total_deaths": 105463.0, - "new_deaths": 1262.0, - "new_deaths_smoothed": 995.714, - "total_cases_per_million": 15171.645, - "new_cases_per_million": 282.702, - "new_cases_smoothed_per_million": 210.136, - "total_deaths_per_million": 496.158, - "new_deaths_per_million": 5.937, - "new_deaths_smoothed_per_million": 4.684, - "new_tests_smoothed": 53684.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-15", - "total_cases": 3275520.0, - "new_cases": 50644.0, - "new_cases_smoothed": 44725.429, - "total_deaths": 106523.0, - "new_deaths": 1060.0, - "new_deaths_smoothed": 993.0, - "total_cases_per_million": 15409.904, - "new_cases_per_million": 238.258, - "new_cases_smoothed_per_million": 210.414, - "total_deaths_per_million": 501.145, - "new_deaths_per_million": 4.987, - "new_deaths_smoothed_per_million": 4.672, - "total_tests": 4152652.0, - "total_tests_per_thousand": 19.536, - "new_tests_smoothed": 48904.0, - "new_tests_smoothed_per_thousand": 0.23, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-16", - "total_cases": 3317096.0, - "new_cases": 41576.0, - "new_cases_smoothed": 43526.286, - "total_deaths": 107232.0, - "new_deaths": 709.0, - "new_deaths_smoothed": 965.0, - "total_cases_per_million": 15605.501, - "new_cases_per_million": 195.597, - "new_cases_smoothed_per_million": 204.772, - "total_deaths_per_million": 504.48, - "new_deaths_per_million": 3.336, - "new_deaths_smoothed_per_million": 4.54, - "new_tests_smoothed": 55087.0, - "new_tests_smoothed_per_thousand": 0.259, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-17", - "total_cases": 3340197.0, - "new_cases": 23101.0, - "new_cases_smoothed": 43539.286, - "total_deaths": 107852.0, - "new_deaths": 620.0, - "new_deaths_smoothed": 971.857, - "total_cases_per_million": 15714.181, - "new_cases_per_million": 108.68, - "new_cases_smoothed_per_million": 204.833, - "total_deaths_per_million": 507.397, - "new_deaths_per_million": 2.917, - "new_deaths_smoothed_per_million": 4.572, - "new_tests_smoothed": 61270.0, - "new_tests_smoothed_per_thousand": 0.288, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-18", - "total_cases": 3359570.0, - "new_cases": 19373.0, - "new_cases_smoothed": 43157.143, - "total_deaths": 108536.0, - "new_deaths": 684.0, - "new_deaths_smoothed": 969.143, - "total_cases_per_million": 15805.322, - "new_cases_per_million": 91.142, - "new_cases_smoothed_per_million": 203.036, - "total_deaths_per_million": 510.615, - "new_deaths_per_million": 3.218, - "new_deaths_smoothed_per_million": 4.559, - "new_tests_smoothed": 67453.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-19", - "total_cases": 3407354.0, - "new_cases": 47784.0, - "new_cases_smoothed": 42532.0, - "total_deaths": 109888.0, - "new_deaths": 1352.0, - "new_deaths_smoothed": 980.286, - "total_cases_per_million": 16030.125, - "new_cases_per_million": 224.803, - "new_cases_smoothed_per_million": 200.095, - "total_deaths_per_million": 516.975, - "new_deaths_per_million": 6.361, - "new_deaths_smoothed_per_million": 4.612, - "new_tests_smoothed": 73636.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-20", - "total_cases": 3456652.0, - "new_cases": 49298.0, - "new_cases_smoothed": 41695.286, - "total_deaths": 111100.0, - "new_deaths": 1212.0, - "new_deaths_smoothed": 985.571, - "total_cases_per_million": 16262.051, - "new_cases_per_million": 231.926, - "new_cases_smoothed_per_million": 196.158, - "total_deaths_per_million": 522.677, - "new_deaths_per_million": 5.702, - "new_deaths_smoothed_per_million": 4.637, - "new_tests_smoothed": 79819.0, - "new_tests_smoothed_per_thousand": 0.376, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-21", - "total_cases": 3501975.0, - "new_cases": 45323.0, - "new_cases_smoothed": 39585.571, - "total_deaths": 112304.0, - "new_deaths": 1204.0, - "new_deaths_smoothed": 977.286, - "total_cases_per_million": 16475.276, - "new_cases_per_million": 213.225, - "new_cases_smoothed_per_million": 186.233, - "total_deaths_per_million": 528.342, - "new_deaths_per_million": 5.664, - "new_deaths_smoothed_per_million": 4.598, - "new_tests_smoothed": 86002.0, - "new_tests_smoothed_per_thousand": 0.405, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-22", - "total_cases": 3532330.0, - "new_cases": 30355.0, - "new_cases_smoothed": 36687.143, - "total_deaths": 113358.0, - "new_deaths": 1054.0, - "new_deaths_smoothed": 976.429, - "total_cases_per_million": 16618.083, - "new_cases_per_million": 142.807, - "new_cases_smoothed_per_million": 172.597, - "total_deaths_per_million": 533.3, - "new_deaths_per_million": 4.959, - "new_deaths_smoothed_per_million": 4.594, - "total_tests": 4797948.0, - "total_tests_per_thousand": 22.572, - "new_tests_smoothed": 92185.0, - "new_tests_smoothed_per_thousand": 0.434, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-23", - "total_cases": 3582362.0, - "new_cases": 50032.0, - "new_cases_smoothed": 37895.143, - "total_deaths": 114250.0, - "new_deaths": 892.0, - "new_deaths_smoothed": 1002.571, - "total_cases_per_million": 16853.462, - "new_cases_per_million": 235.379, - "new_cases_smoothed_per_million": 178.28, - "total_deaths_per_million": 537.497, - "new_deaths_per_million": 4.196, - "new_deaths_smoothed_per_million": 4.717, - "new_tests_smoothed": 85140.0, - "new_tests_smoothed_per_thousand": 0.401, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-08-24", - "total_cases": 3605783.0, - "new_cases": 23421.0, - "new_cases_smoothed": 37940.857, - "total_deaths": 114744.0, - "new_deaths": 494.0, - "new_deaths_smoothed": 984.571, - "total_cases_per_million": 16963.648, - "new_cases_per_million": 110.186, - "new_cases_smoothed_per_million": 178.495, - "total_deaths_per_million": 539.821, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 4.632, - "new_tests_smoothed": 78094.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-25", - "total_cases": 3622861.0, - "new_cases": 17078.0, - "new_cases_smoothed": 37613.0, - "total_deaths": 115309.0, - "new_deaths": 565.0, - "new_deaths_smoothed": 967.571, - "total_cases_per_million": 17043.993, - "new_cases_per_million": 80.345, - "new_cases_smoothed_per_million": 176.953, - "total_deaths_per_million": 542.479, - "new_deaths_per_million": 2.658, - "new_deaths_smoothed_per_million": 4.552, - "new_tests_smoothed": 71049.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-26", - "total_cases": 3669995.0, - "new_cases": 47134.0, - "new_cases_smoothed": 37520.143, - "total_deaths": 116580.0, - "new_deaths": 1271.0, - "new_deaths_smoothed": 956.0, - "total_cases_per_million": 17265.738, - "new_cases_per_million": 221.745, - "new_cases_smoothed_per_million": 176.516, - "total_deaths_per_million": 548.458, - "new_deaths_per_million": 5.98, - "new_deaths_smoothed_per_million": 4.498, - "new_tests_smoothed": 64003.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-27", - "total_cases": 3717156.0, - "new_cases": 47161.0, - "new_cases_smoothed": 37214.857, - "total_deaths": 117665.0, - "new_deaths": 1085.0, - "new_deaths_smoothed": 937.857, - "total_cases_per_million": 17487.61, - "new_cases_per_million": 221.872, - "new_cases_smoothed_per_million": 175.08, - "total_deaths_per_million": 553.563, - "new_deaths_per_million": 5.104, - "new_deaths_smoothed_per_million": 4.412, - "new_tests_smoothed": 56958.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-28", - "total_cases": 3761391.0, - "new_cases": 44235.0, - "new_cases_smoothed": 37059.429, - "total_deaths": 118649.0, - "new_deaths": 984.0, - "new_deaths_smoothed": 906.429, - "total_cases_per_million": 17695.716, - "new_cases_per_million": 208.107, - "new_cases_smoothed_per_million": 174.349, - "total_deaths_per_million": 558.192, - "new_deaths_per_million": 4.629, - "new_deaths_smoothed_per_million": 4.264, - "new_tests_smoothed": 49912.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-29", - "total_cases": 3804803.0, - "new_cases": 43412.0, - "new_cases_smoothed": 38924.714, - "total_deaths": 119504.0, - "new_deaths": 855.0, - "new_deaths_smoothed": 878.0, - "total_cases_per_million": 17899.951, - "new_cases_per_million": 204.235, - "new_cases_smoothed_per_million": 183.124, - "total_deaths_per_million": 562.215, - "new_deaths_per_million": 4.022, - "new_deaths_smoothed_per_million": 4.131, - "new_tests_smoothed": 42867.0, - "new_tests_smoothed_per_thousand": 0.202, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-30", - "total_cases": 3846153.0, - "new_cases": 41350.0, - "new_cases_smoothed": 37684.429, - "total_deaths": 120462.0, - "new_deaths": 958.0, - "new_deaths_smoothed": 887.429, - "total_cases_per_million": 18094.485, - "new_cases_per_million": 194.534, - "new_cases_smoothed_per_million": 177.289, - "total_deaths_per_million": 566.722, - "new_deaths_per_million": 4.507, - "new_deaths_smoothed_per_million": 4.175, - "new_tests_smoothed": 42867.0, - "new_tests_smoothed_per_thousand": 0.202, - "tests_units": "tests performed", - "stringency_index": 76.39 - }, - { - "date": "2020-08-31", - "total_cases": 3862311.0, - "new_cases": 16158.0, - "new_cases_smoothed": 36646.857, - "total_deaths": 120828.0, - "new_deaths": 366.0, - "new_deaths_smoothed": 869.143, - "total_cases_per_million": 18170.501, - "new_cases_per_million": 76.016, - "new_cases_smoothed_per_million": 172.408, - "total_deaths_per_million": 568.443, - "new_deaths_per_million": 1.722, - "new_deaths_smoothed_per_million": 4.089, - "total_tests": 5183751.0, - "total_tests_per_thousand": 24.387, - "new_tests_smoothed": 42867.0, - "new_tests_smoothed_per_thousand": 0.202, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-01", - "total_cases": 3908272.0, - "new_cases": 45961.0, - "new_cases_smoothed": 40773.0, - "total_deaths": 121381.0, - "new_deaths": 553.0, - "new_deaths_smoothed": 867.429, - "total_cases_per_million": 18386.728, - "new_cases_per_million": 216.227, - "new_cases_smoothed_per_million": 191.819, - "total_deaths_per_million": 571.045, - "new_deaths_per_million": 2.602, - "new_deaths_smoothed_per_million": 4.081, - "new_tests_smoothed": 48636.0, - "new_tests_smoothed_per_thousand": 0.229, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-02", - "total_cases": 3950931.0, - "new_cases": 42659.0, - "new_cases_smoothed": 40133.714, - "total_deaths": 122596.0, - "new_deaths": 1215.0, - "new_deaths_smoothed": 859.429, - "total_cases_per_million": 18587.42, - "new_cases_per_million": 200.692, - "new_cases_smoothed_per_million": 188.812, - "total_deaths_per_million": 576.761, - "new_deaths_per_million": 5.716, - "new_deaths_smoothed_per_million": 4.043, - "new_tests_smoothed": 54405.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-03", - "total_cases": 3997865.0, - "new_cases": 46934.0, - "new_cases_smoothed": 40101.286, - "total_deaths": 123780.0, - "new_deaths": 1184.0, - "new_deaths_smoothed": 873.571, - "total_cases_per_million": 18808.224, - "new_cases_per_million": 220.804, - "new_cases_smoothed_per_million": 188.659, - "total_deaths_per_million": 582.331, - "new_deaths_per_million": 5.57, - "new_deaths_smoothed_per_million": 4.11, - "new_tests_smoothed": 60174.0, - "new_tests_smoothed_per_thousand": 0.283, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-04", - "total_cases": 4041638.0, - "new_cases": 43773.0, - "new_cases_smoothed": 40035.286, - "total_deaths": 124614.0, - "new_deaths": 834.0, - "new_deaths_smoothed": 852.143, - "total_cases_per_million": 19014.157, - "new_cases_per_million": 205.933, - "new_cases_smoothed_per_million": 188.349, - "total_deaths_per_million": 586.255, - "new_deaths_per_million": 3.924, - "new_deaths_smoothed_per_million": 4.009, - "new_tests_smoothed": 65943.0, - "new_tests_smoothed_per_thousand": 0.31, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-05", - "total_cases": 4092832.0, - "new_cases": 51194.0, - "new_cases_smoothed": 41147.0, - "total_deaths": 125521.0, - "new_deaths": 907.0, - "new_deaths_smoothed": 859.571, - "total_cases_per_million": 19255.003, - "new_cases_per_million": 240.846, - "new_cases_smoothed_per_million": 193.579, - "total_deaths_per_million": 590.522, - "new_deaths_per_million": 4.267, - "new_deaths_smoothed_per_million": 4.044, - "total_tests": 5600000.0, - "total_tests_per_thousand": 26.346, - "new_tests_smoothed": 71712.0, - "new_tests_smoothed_per_thousand": 0.337, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-06", - "total_cases": 4123000.0, - "new_cases": 30168.0, - "new_cases_smoothed": 39549.571, - "total_deaths": 126203.0, - "new_deaths": 682.0, - "new_deaths_smoothed": 820.143, - "total_cases_per_million": 19396.93, - "new_cases_per_million": 141.927, - "new_cases_smoothed_per_million": 186.064, - "total_deaths_per_million": 593.73, - "new_deaths_per_million": 3.209, - "new_deaths_smoothed_per_million": 3.858, - "new_tests_smoothed": 71710.0, - "new_tests_smoothed_per_thousand": 0.337, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-07", - "total_cases": 4137521.0, - "new_cases": 14521.0, - "new_cases_smoothed": 39315.714, - "total_deaths": 126650.0, - "new_deaths": 447.0, - "new_deaths_smoothed": 831.714, - "total_cases_per_million": 19465.245, - "new_cases_per_million": 68.315, - "new_cases_smoothed_per_million": 184.963, - "total_deaths_per_million": 595.833, - "new_deaths_per_million": 2.103, - "new_deaths_smoothed_per_million": 3.913, - "new_tests_smoothed": 71709.0, - "new_tests_smoothed_per_thousand": 0.337, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-08", - "total_cases": 4147794.0, - "new_cases": 10273.0, - "new_cases_smoothed": 34217.429, - "total_deaths": 126960.0, - "new_deaths": 310.0, - "new_deaths_smoothed": 797.0, - "total_cases_per_million": 19513.575, - "new_cases_per_million": 48.33, - "new_cases_smoothed_per_million": 160.978, - "total_deaths_per_million": 597.292, - "new_deaths_per_million": 1.458, - "new_deaths_smoothed_per_million": 3.75, - "new_tests_smoothed": 65939.0, - "new_tests_smoothed_per_thousand": 0.31, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-09", - "total_cases": 4162073.0, - "new_cases": 14279.0, - "new_cases_smoothed": 30163.143, - "total_deaths": 127464.0, - "new_deaths": 504.0, - "new_deaths_smoothed": 695.429, - "total_cases_per_million": 19580.752, - "new_cases_per_million": 67.177, - "new_cases_smoothed_per_million": 141.905, - "total_deaths_per_million": 599.663, - "new_deaths_per_million": 2.371, - "new_deaths_smoothed_per_million": 3.272, - "new_tests_smoothed": 60168.0, - "new_tests_smoothed_per_thousand": 0.283, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-10", - "total_cases": 4197889.0, - "new_cases": 35816.0, - "new_cases_smoothed": 28574.857, - "total_deaths": 128539.0, - "new_deaths": 1075.0, - "new_deaths_smoothed": 679.857, - "total_cases_per_million": 19749.25, - "new_cases_per_million": 168.499, - "new_cases_smoothed_per_million": 134.432, - "total_deaths_per_million": 604.72, - "new_deaths_per_million": 5.057, - "new_deaths_smoothed_per_million": 3.198, - "new_tests_smoothed": 54398.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-11", - "total_cases": 4238446.0, - "new_cases": 40557.0, - "new_cases_smoothed": 28115.429, - "total_deaths": 129522.0, - "new_deaths": 983.0, - "new_deaths_smoothed": 701.143, - "total_cases_per_million": 19940.054, - "new_cases_per_million": 190.803, - "new_cases_smoothed_per_million": 132.271, - "total_deaths_per_million": 609.345, - "new_deaths_per_million": 4.625, - "new_deaths_smoothed_per_million": 3.299, - "new_tests_smoothed": 48628.0, - "new_tests_smoothed_per_thousand": 0.229, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-12", - "total_cases": 4282164.0, - "new_cases": 43718.0, - "new_cases_smoothed": 27047.429, - "total_deaths": 130396.0, - "new_deaths": 874.0, - "new_deaths_smoothed": 696.429, - "total_cases_per_million": 20145.728, - "new_cases_per_million": 205.674, - "new_cases_smoothed_per_million": 127.246, - "total_deaths_per_million": 613.457, - "new_deaths_per_million": 4.112, - "new_deaths_smoothed_per_million": 3.276, - "total_tests": 5900000.0, - "total_tests_per_thousand": 27.757, - "new_tests_smoothed": 42857.0, - "new_tests_smoothed_per_thousand": 0.202, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-13", - "total_cases": 4315687.0, - "new_cases": 33523.0, - "new_cases_smoothed": 27526.714, - "total_deaths": 131210.0, - "new_deaths": 814.0, - "new_deaths_smoothed": 715.286, - "total_cases_per_million": 20303.439, - "new_cases_per_million": 157.711, - "new_cases_smoothed_per_million": 129.501, - "total_deaths_per_million": 617.286, - "new_deaths_per_million": 3.83, - "new_deaths_smoothed_per_million": 3.365, - "new_tests_smoothed": 46939.0, - "new_tests_smoothed_per_thousand": 0.221, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-14", - "total_cases": 4330455.0, - "new_cases": 14768.0, - "new_cases_smoothed": 27562.0, - "total_deaths": 131625.0, - "new_deaths": 415.0, - "new_deaths_smoothed": 710.714, - "total_cases_per_million": 20372.916, - "new_cases_per_million": 69.477, - "new_cases_smoothed_per_million": 129.667, - "total_deaths_per_million": 619.239, - "new_deaths_per_million": 1.952, - "new_deaths_smoothed_per_million": 3.344, - "new_tests_smoothed": 51020.0, - "new_tests_smoothed_per_thousand": 0.24, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-15", - "total_cases": 4345610.0, - "new_cases": 15155.0, - "new_cases_smoothed": 28259.429, - "total_deaths": 132006.0, - "new_deaths": 381.0, - "new_deaths_smoothed": 720.857, - "total_cases_per_million": 20444.214, - "new_cases_per_million": 71.298, - "new_cases_smoothed_per_million": 132.948, - "total_deaths_per_million": 621.031, - "new_deaths_per_million": 1.792, - "new_deaths_smoothed_per_million": 3.391, - "new_tests_smoothed": 55102.0, - "new_tests_smoothed_per_thousand": 0.259, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-16", - "total_cases": 4382263.0, - "new_cases": 36653.0, - "new_cases_smoothed": 31455.714, - "total_deaths": 133119.0, - "new_deaths": 1113.0, - "new_deaths_smoothed": 807.857, - "total_cases_per_million": 20616.65, - "new_cases_per_million": 172.436, - "new_cases_smoothed_per_million": 147.986, - "total_deaths_per_million": 626.267, - "new_deaths_per_million": 5.236, - "new_deaths_smoothed_per_million": 3.801, - "new_tests_smoothed": 59184.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-17", - "total_cases": 4419083.0, - "new_cases": 36820.0, - "new_cases_smoothed": 31599.143, - "total_deaths": 134106.0, - "new_deaths": 987.0, - "new_deaths_smoothed": 795.286, - "total_cases_per_million": 20789.872, - "new_cases_per_million": 173.222, - "new_cases_smoothed_per_million": 148.66, - "total_deaths_per_million": 630.911, - "new_deaths_per_million": 4.643, - "new_deaths_smoothed_per_million": 3.741, - "new_tests_smoothed": 63265.0, - "new_tests_smoothed_per_thousand": 0.298, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-18", - "total_cases": 4455386.0, - "new_cases": 36303.0, - "new_cases_smoothed": 30991.429, - "total_deaths": 134935.0, - "new_deaths": 829.0, - "new_deaths_smoothed": 773.286, - "total_cases_per_million": 20960.662, - "new_cases_per_million": 170.79, - "new_cases_smoothed_per_million": 145.801, - "total_deaths_per_million": 634.811, - "new_deaths_per_million": 3.9, - "new_deaths_smoothed_per_million": 3.638, - "new_tests_smoothed": 67347.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-19", - "total_cases": 4495183.0, - "new_cases": 39797.0, - "new_cases_smoothed": 30431.286, - "total_deaths": 135793.0, - "new_deaths": 858.0, - "new_deaths_smoothed": 771.0, - "total_cases_per_million": 21147.89, - "new_cases_per_million": 187.228, - "new_cases_smoothed_per_million": 143.166, - "total_deaths_per_million": 638.847, - "new_deaths_per_million": 4.037, - "new_deaths_smoothed_per_million": 3.627, - "total_tests": 6400000.0, - "total_tests_per_thousand": 30.109, - "new_tests_smoothed": 71429.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_units": "tests performed", - "stringency_index": 72.69 - }, - { - "date": "2020-09-20", - "total_cases": 4528240.0, - "new_cases": 33057.0, - "new_cases_smoothed": 30364.714, - "total_deaths": 136532.0, - "new_deaths": 739.0, - "new_deaths_smoothed": 760.286, - "total_cases_per_million": 21303.409, - "new_cases_per_million": 155.519, - "new_cases_smoothed_per_million": 142.853, - "total_deaths_per_million": 642.324, - "new_deaths_per_million": 3.477, - "new_deaths_smoothed_per_million": 3.577, - "stringency_index": 72.69 - }, - { - "date": "2020-09-21", - "total_cases": 4544629.0, - "new_cases": 16389.0, - "new_cases_smoothed": 30596.286, - "total_deaths": 136895.0, - "new_deaths": 363.0, - "new_deaths_smoothed": 752.857, - "total_cases_per_million": 21380.512, - "new_cases_per_million": 77.103, - "new_cases_smoothed_per_million": 143.942, - "total_deaths_per_million": 644.032, - "new_deaths_per_million": 1.708, - "new_deaths_smoothed_per_million": 3.542, - "stringency_index": 72.69 - }, - { - "date": "2020-09-22", - "total_cases": 4558068.0, - "new_cases": 13439.0, - "new_cases_smoothed": 30351.143, - "total_deaths": 137272.0, - "new_deaths": 377.0, - "new_deaths_smoothed": 752.286, - "total_cases_per_million": 21443.737, - "new_cases_per_million": 63.225, - "new_cases_smoothed_per_million": 142.789, - "total_deaths_per_million": 645.805, - "new_deaths_per_million": 1.774, - "new_deaths_smoothed_per_million": 3.539, - "stringency_index": 72.69 - }, - { - "date": "2020-09-23", - "total_cases": 4591604.0, - "new_cases": 33536.0, - "new_cases_smoothed": 29905.857, - "total_deaths": 138108.0, - "new_deaths": 836.0, - "new_deaths_smoothed": 712.714, - "total_cases_per_million": 21601.509, - "new_cases_per_million": 157.772, - "new_cases_smoothed_per_million": 140.694, - "total_deaths_per_million": 649.738, - "new_deaths_per_million": 3.933, - "new_deaths_smoothed_per_million": 3.353 - }, - { - "date": "2020-09-24", - "total_cases": 4624885.0, - "new_cases": 33281.0, - "new_cases_smoothed": 29400.286, - "total_deaths": 138977.0, - "new_deaths": 869.0, - "new_deaths_smoothed": 695.857, - "total_cases_per_million": 21758.082, - "new_cases_per_million": 156.573, - "new_cases_smoothed_per_million": 138.316, - "total_deaths_per_million": 653.827, - "new_deaths_per_million": 4.088, - "new_deaths_smoothed_per_million": 3.274 - }, - { - "date": "2020-09-25", - "total_cases": 4657702.0, - "new_cases": 32817.0, - "new_cases_smoothed": 28902.286, - "total_deaths": 139808.0, - "new_deaths": 831.0, - "new_deaths_smoothed": 696.143, - "total_cases_per_million": 21912.472, - "new_cases_per_million": 154.39, - "new_cases_smoothed_per_million": 135.973, - "total_deaths_per_million": 657.736, - "new_deaths_per_million": 3.909, - "new_deaths_smoothed_per_million": 3.275 - } - ] - }, - "BRB": { - "continent": "North America", - "location": "Barbados", - "population": 287371.0, - "population_density": 664.463, - "median_age": 39.8, - "aged_65_older": 14.952, - "aged_70_older": 9.473, - "gdp_per_capita": 16978.068, - "cardiovasc_death_rate": 170.05, - "diabetes_prevalence": 13.57, - "female_smokers": 1.9, - "male_smokers": 14.5, - "handwashing_facilities": 88.469, - "hospital_beds_per_thousand": 5.8, - "life_expectancy": 79.19, - "human_development_index": 0.8, - "data": [ - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.48, - "new_cases_per_million": 3.48, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-19", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.48, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-20", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 6.96, - "new_cases_per_million": 3.48, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-21", - "total_cases": 6.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 20.879, - "new_cases_per_million": 13.919, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-22", - "total_cases": 14.0, - "new_cases": 8.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 48.718, - "new_cases_per_million": 27.839, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-23", - "total_cases": 17.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 59.157, - "new_cases_per_million": 10.439, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-24", - "total_cases": 17.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.451, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-25", - "total_cases": 18.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.637, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 8.451, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.637, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.451, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-27", - "total_cases": 24.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 83.516, - "new_cases_per_million": 20.879, - "new_cases_smoothed_per_million": 10.937, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-28", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 83.516, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.948, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-29", - "total_cases": 26.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.475, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-30", - "total_cases": 33.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 114.834, - "new_cases_per_million": 24.359, - "new_cases_smoothed_per_million": 7.954, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-31", - "total_cases": 34.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 118.314, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 8.451, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-04-01", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 118.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.954, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-04-02", - "total_cases": 45.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 156.592, - "new_cases_per_million": 38.278, - "new_cases_smoothed_per_million": 13.422, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-04-03", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 156.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.439, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-04", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 156.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.439, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-05", - "total_cases": 51.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 177.471, - "new_cases_per_million": 20.879, - "new_cases_smoothed_per_million": 12.428, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-06", - "total_cases": 56.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 194.87, - "new_cases_per_million": 17.399, - "new_cases_smoothed_per_million": 11.434, - "total_deaths_per_million": 3.48, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 83.33 - }, - { - "date": "2020-04-07", - "total_cases": 60.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 208.789, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 12.925, - "total_deaths_per_million": 6.96, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 0.994, - "stringency_index": 83.33 - }, - { - "date": "2020-04-08", - "total_cases": 63.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 219.229, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 14.416, - "total_deaths_per_million": 10.439, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 1.491, - "stringency_index": 88.89 - }, - { - "date": "2020-04-09", - "total_cases": 63.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 219.229, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.948, - "total_deaths_per_million": 10.439, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.491, - "stringency_index": 88.89 - }, - { - "date": "2020-04-10", - "total_cases": 66.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 229.668, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 10.439, - "total_deaths_per_million": 10.439, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.491, - "stringency_index": 88.89 - }, - { - "date": "2020-04-11", - "total_cases": 67.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.143, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 233.148, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 10.937, - "total_deaths_per_million": 13.919, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 1.988, - "stringency_index": 88.89 - }, - { - "date": "2020-04-12", - "total_cases": 68.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 236.628, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 8.451, - "total_deaths_per_million": 13.919, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.988, - "stringency_index": 88.89 - }, - { - "date": "2020-04-13", - "total_cases": 71.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 247.067, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 7.457, - "total_deaths_per_million": 13.919, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.491, - "stringency_index": 88.89 - }, - { - "date": "2020-04-14", - "total_cases": 72.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 250.547, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 13.919, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.994, - "stringency_index": 88.89 - }, - { - "date": "2020-04-15", - "total_cases": 73.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 254.027, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 0.994, - "stringency_index": 88.89 - }, - { - "date": "2020-04-16", - "total_cases": 75.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 260.987, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.994, - "stringency_index": 88.89 - }, - { - "date": "2020-04-17", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.994, - "stringency_index": 88.89 - }, - { - "date": "2020-04-18", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.977, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-19", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.48, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-20", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-21", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-22", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 260.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 17.399, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-04-23", - "total_cases": 76.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 264.466, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-24", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 264.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-25", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 264.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-26", - "total_cases": 79.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 274.906, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-27", - "total_cases": 79.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 274.906, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-28", - "total_cases": 80.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 278.386, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-29", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 278.386, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 20.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-04-30", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 278.386, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 3.48, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-05-01", - "total_cases": 81.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 281.866, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-05-02", - "total_cases": 81.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 281.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-05-03", - "total_cases": 81.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 281.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 88.89 - }, - { - "date": "2020-05-04", - "total_cases": 82.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 285.345, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 81.48 - }, - { - "date": "2020-05-05", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 285.345, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 81.48 - }, - { - "date": "2020-05-06", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 285.345, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.497, - "stringency_index": 81.48 - }, - { - "date": "2020-05-07", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.345, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-08", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.345, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-09", - "total_cases": 83.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 288.825, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-10", - "total_cases": 84.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.305, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-11", - "total_cases": 84.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.305, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-12", - "total_cases": 84.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.305, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-13", - "total_cases": 85.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.785, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-14", - "total_cases": 85.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.785, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-15", - "total_cases": 85.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.785, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-16", - "total_cases": 85.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.785, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-17", - "total_cases": 86.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 299.265, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-18", - "total_cases": 88.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 306.224, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-19", - "total_cases": 88.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 306.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-20", - "total_cases": 90.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.184, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-21", - "total_cases": 90.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-22", - "total_cases": 90.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-23", - "total_cases": 90.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-24", - "total_cases": 92.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-25", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-26", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-27", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-28", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-29", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-30", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-05-31", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-06-01", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-02", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-03", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-04", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-05", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-06", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-07", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-06-08", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-09", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-10", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-11", - "total_cases": 96.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.063, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-12", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-13", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-14", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.0 - }, - { - "date": "2020-06-15", - "total_cases": 96.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.063, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-16", - "total_cases": 97.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-17", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-18", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-19", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-20", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-21", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-22", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-23", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-24", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-25", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-26", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-27", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-28", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-29", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-06-30", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-01", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-02", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-03", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-04", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-05", - "total_cases": 97.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 337.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-06", - "total_cases": 98.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-07", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-08", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-09", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-10", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-11", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-12", - "total_cases": 103.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 358.422, - "new_cases_per_million": 17.399, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-13", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 358.422, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-14", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 358.422, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-15", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 358.422, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-16", - "total_cases": 104.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 361.902, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-17", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 361.902, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-18", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 361.902, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-19", - "total_cases": 104.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 361.902, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.497, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-20", - "total_cases": 105.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 365.381, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-21", - "total_cases": 106.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 368.861, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-22", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 368.861, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-07-23", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 368.861, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-07-24", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 368.861, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-07-25", - "total_cases": 108.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 375.821, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-26", - "total_cases": 108.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 375.821, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-27", - "total_cases": 110.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-28", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-29", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-30", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-31", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-01", - "total_cases": 110.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 382.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-02", - "total_cases": 122.0, - "new_cases": 12.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 424.538, - "new_cases_per_million": 41.758, - "new_cases_smoothed_per_million": 6.96, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-03", - "total_cases": 132.0, - "new_cases": 10.0, - "new_cases_smoothed": 3.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 459.337, - "new_cases_per_million": 34.798, - "new_cases_smoothed_per_million": 10.937, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-04", - "total_cases": 132.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 459.337, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.937, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-05", - "total_cases": 132.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 459.337, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.937, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-06", - "total_cases": 133.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 462.816, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 11.434, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-07", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 462.816, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.434, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-08", - "total_cases": 138.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 480.215, - "new_cases_per_million": 17.399, - "new_cases_smoothed_per_million": 13.919, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-09", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 480.215, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.954, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-10", - "total_cases": 142.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 494.135, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-11", - "total_cases": 143.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 497.615, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.468, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-12", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 497.615, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.468, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-13", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 497.615, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-14", - "total_cases": 144.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 501.094, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.468, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-15", - "total_cases": 148.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.014, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-16", - "total_cases": 150.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 521.973, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-17", - "total_cases": 151.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 525.453, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-18", - "total_cases": 152.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 528.933, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-19", - "total_cases": 153.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 532.413, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-20", - "total_cases": 155.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 539.372, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 48.15 - }, - { - "date": "2020-08-21", - "total_cases": 156.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 542.852, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-22", - "total_cases": 157.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 546.332, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-23", - "total_cases": 158.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 549.812, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 3.977, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-24", - "total_cases": 161.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 560.251, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-25", - "total_cases": 161.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 560.251, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-26", - "total_cases": 164.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 570.691, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 5.468, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-27", - "total_cases": 165.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 574.171, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.971, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-28", - "total_cases": 165.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 574.171, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-29", - "total_cases": 166.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 577.65, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 4.474, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-30", - "total_cases": 170.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 591.57, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-08-31", - "total_cases": 173.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 602.009, - "new_cases_per_million": 10.439, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-01", - "total_cases": 174.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 605.489, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 6.463, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-02", - "total_cases": 176.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 612.449, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-03", - "total_cases": 176.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 612.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.468, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-04", - "total_cases": 177.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 615.929, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-05", - "total_cases": 178.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 619.408, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-06", - "total_cases": 178.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 619.408, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.977, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-07", - "total_cases": 179.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 622.888, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-08", - "total_cases": 179.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 622.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-09", - "total_cases": 180.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 626.368, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-10", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 626.368, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-09-11", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 626.368, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.491, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-12", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 626.368, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-13", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 626.368, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-14", - "total_cases": 181.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 629.848, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 0.994, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-15", - "total_cases": 183.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 636.807, - "new_cases_per_million": 6.96, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-16", - "total_cases": 184.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 640.287, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-17", - "total_cases": 185.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 643.767, - "new_cases_per_million": 3.48, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-18", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 643.767, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-19", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 643.767, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-20", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 643.767, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-09-21", - "total_cases": 189.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 657.686, - "new_cases_per_million": 13.919, - "new_cases_smoothed_per_million": 3.977, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 189.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 657.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.983, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 189.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 657.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 189.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 657.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 189.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 657.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.988, - "total_deaths_per_million": 24.359, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BRN": { - "continent": "Asia", - "location": "Brunei", - "population": 437483.0, - "population_density": 81.347, - "median_age": 32.4, - "aged_65_older": 4.591, - "aged_70_older": 2.382, - "gdp_per_capita": 71809.251, - "cardiovasc_death_rate": 201.285, - "diabetes_prevalence": 12.79, - "female_smokers": 2.0, - "male_smokers": 30.9, - "hospital_beds_per_thousand": 2.7, - "life_expectancy": 75.86, - "human_development_index": 0.853, - "data": [ - { - "date": "2020-03-10", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.286, - "new_cases_per_million": 2.286, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-12", - "total_cases": 11.0, - "new_cases": 10.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 25.144, - "new_cases_per_million": 22.858, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-13", - "total_cases": 25.0, - "new_cases": 14.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 57.145, - "new_cases_per_million": 32.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-14", - "total_cases": 37.0, - "new_cases": 12.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 84.575, - "new_cases_per_million": 27.43, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-15", - "total_cases": 40.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 91.432, - "new_cases_per_million": 6.857, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-16", - "total_cases": 50.0, - "new_cases": 10.0, - "new_cases_smoothed": 7.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 114.29, - "new_cases_per_million": 22.858, - "new_cases_smoothed_per_million": 16.327, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-17", - "total_cases": 54.0, - "new_cases": 4.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 123.433, - "new_cases_per_million": 9.143, - "new_cases_smoothed_per_million": 17.307, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-18", - "total_cases": 56.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 128.005, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 17.96, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-19", - "total_cases": 68.0, - "new_cases": 12.0, - "new_cases_smoothed": 8.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 155.435, - "new_cases_per_million": 27.43, - "new_cases_smoothed_per_million": 18.613, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-20", - "total_cases": 73.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 166.864, - "new_cases_per_million": 11.429, - "new_cases_smoothed_per_million": 15.674, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-21", - "total_cases": 78.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 178.293, - "new_cases_per_million": 11.429, - "new_cases_smoothed_per_million": 13.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-22", - "total_cases": 83.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 189.722, - "new_cases_per_million": 11.429, - "new_cases_smoothed_per_million": 14.041, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-23", - "total_cases": 88.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 201.151, - "new_cases_per_million": 11.429, - "new_cases_smoothed_per_million": 12.409, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-03-24", - "total_cases": 91.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.008, - "new_cases_per_million": 6.857, - "new_cases_smoothed_per_million": 12.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-25", - "total_cases": 104.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 237.724, - "new_cases_per_million": 29.715, - "new_cases_smoothed_per_million": 15.674, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-26", - "total_cases": 107.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 244.581, - "new_cases_per_million": 6.857, - "new_cases_smoothed_per_million": 12.735, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-27", - "total_cases": 114.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 260.582, - "new_cases_per_million": 16.001, - "new_cases_smoothed_per_million": 13.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-28", - "total_cases": 115.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 262.867, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 12.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-29", - "total_cases": 120.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 274.296, - "new_cases_per_million": 11.429, - "new_cases_smoothed_per_million": 12.082, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 2.286, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-03-30", - "total_cases": 126.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 288.011, - "new_cases_per_million": 13.715, - "new_cases_smoothed_per_million": 12.409, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-03-31", - "total_cases": 127.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 290.297, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 11.756, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-04-01", - "total_cases": 129.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 294.869, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 8.164, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-04-02", - "total_cases": 131.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 299.44, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 7.837, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-04-03", - "total_cases": 133.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 304.012, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 6.204, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-04-04", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 304.012, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.878, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-04-05", - "total_cases": 135.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 4.898, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-06", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.939, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-07", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-08", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.959, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-09", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.306, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-10", - "total_cases": 135.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-04-11", - "total_cases": 136.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-12", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-13", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-14", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-15", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-16", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-17", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-18", - "total_cases": 136.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 310.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-19", - "total_cases": 137.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.155, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-20", - "total_cases": 138.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-21", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-22", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-23", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-24", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-25", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-26", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-27", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-28", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-29", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-04-30", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-01", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-02", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-03", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-04", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-05", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-06", - "total_cases": 138.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 315.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-07", - "total_cases": 139.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 317.727, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-08", - "total_cases": 141.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 4.572, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-09", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-10", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-11", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-12", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-13", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-14", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.33 - }, - { - "date": "2020-05-15", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-16", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-17", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-18", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-19", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-20", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-21", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-22", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-23", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-24", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-25", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-26", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-27", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-05-28", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 2.286, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-05-29", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-05-30", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-05-31", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-06-01", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 52.78 - }, - { - "date": "2020-06-02", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-03", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-04", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-05", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-06", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-07", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-08", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-09", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-10", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-11", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-12", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-13", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-14", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-15", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-16", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 4.572, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-17", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 2.286, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-18", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-19", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-20", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-21", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-22", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-23", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.327, - "stringency_index": 49.07 - }, - { - "date": "2020-06-24", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-25", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-26", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-27", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-28", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-29", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-06-30", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-01", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-02", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-03", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-04", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-05", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-06", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-07", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-08", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-09", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-10", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-11", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-12", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-13", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-14", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-15", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-16", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-17", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-18", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-19", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-20", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-21", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-22", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-23", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-24", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-25", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-26", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-07-27", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-07-28", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-07-29", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-07-30", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-07-31", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-01", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-02", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-03", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-04", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-05", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-06", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-07", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.298, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-08", - "total_cases": 142.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-09", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-10", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-11", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-12", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-13", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-08-14", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-08-15", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-08-16", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-08-17", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-18", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-19", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-20", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 324.584, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-21", - "total_cases": 143.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.87, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-22", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-23", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-24", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-25", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-26", - "total_cases": 144.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-27", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.653, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-28", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-29", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-30", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-08-31", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.04 - }, - { - "date": "2020-09-01", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-02", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-03", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-04", - "total_cases": 144.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 329.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-05", - "total_cases": 145.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 2.286, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-06", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-07", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-08", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-09", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-10", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-11", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.327, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-12", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-13", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-14", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-15", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-16", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-17", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 34.26 - }, - { - "date": "2020-09-18", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 145.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.441, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.857, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BTN": { - "continent": "Asia", - "location": "Bhutan", - "population": 771612.0, - "population_density": 21.188, - "median_age": 28.6, - "aged_65_older": 4.885, - "aged_70_older": 2.977, - "gdp_per_capita": 8708.597, - "extreme_poverty": 1.5, - "cardiovasc_death_rate": 217.066, - "diabetes_prevalence": 9.75, - "handwashing_facilities": 79.807, - "hospital_beds_per_thousand": 1.7, - "life_expectancy": 71.78, - "human_development_index": 0.612, - "data": [ - { - "date": "2020-03-06", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-13", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-15", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-16", - "new_cases_smoothed": 0.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 31.48 - }, - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-19", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-21", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.592, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-22", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-23", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-24", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-25", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.592, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-26", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.888, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 42.59 - }, - { - "date": "2020-03-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-03-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.888, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-03-29", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.184, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-03-30", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-03-31", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-01", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-02", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-03", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-04", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-05", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-06", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-07", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-08", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-09", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-10", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-11", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-12", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-13", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-14", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-15", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-16", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-17", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-18", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-19", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-20", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.48, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-21", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.776, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-22", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.776, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-23", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-24", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-25", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-26", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-27", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-28", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-29", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-04-30", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-01", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-02", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-03", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-04", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-05", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-06", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-07", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.072, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-11", - "total_cases": 9.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.664, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-12", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.256, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-13", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.256, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-14", - "total_cases": 15.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.44, - "new_cases_per_million": 5.184, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-15", - "total_cases": 20.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.92, - "new_cases_per_million": 6.48, - "new_cases_smoothed_per_million": 2.407, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-16", - "total_cases": 21.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-17", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-18", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-19", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.851, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-20", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.851, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-21", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-22", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-23", - "total_cases": 24.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.104, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-24", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-25", - "total_cases": 27.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.992, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-26", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.992, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-27", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.992, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-28", - "total_cases": 28.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.288, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-29", - "total_cases": 31.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.176, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 1.851, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-30", - "total_cases": 33.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.768, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-05-31", - "total_cases": 43.0, - "new_cases": 10.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.727, - "new_cases_per_million": 12.96, - "new_cases_smoothed_per_million": 3.518, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-01", - "total_cases": 43.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 55.727, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.962, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-02", - "total_cases": 47.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.911, - "new_cases_per_million": 5.184, - "new_cases_smoothed_per_million": 3.703, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-03", - "total_cases": 47.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.911, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.703, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-04", - "total_cases": 47.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.911, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.518, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-05", - "total_cases": 48.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.207, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 3.147, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-06", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.207, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-07", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.207, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-08", - "total_cases": 59.0, - "new_cases": 11.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.463, - "new_cases_per_million": 14.256, - "new_cases_smoothed_per_million": 2.962, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-09", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-10", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-11", - "total_cases": 62.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.351, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-12", - "total_cases": 62.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.351, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-13", - "total_cases": 62.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.351, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-14", - "total_cases": 66.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.535, - "new_cases_per_million": 5.184, - "new_cases_smoothed_per_million": 3.333, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-15", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.535, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-16", - "total_cases": 67.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.831, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-17", - "total_cases": 67.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.831, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-18", - "total_cases": 67.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.831, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-19", - "total_cases": 67.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.831, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-20", - "total_cases": 68.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.127, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-21", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.127, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-22", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.127, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-23", - "total_cases": 69.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.423, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-24", - "total_cases": 70.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.719, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-25", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.719, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-26", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.719, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-27", - "total_cases": 75.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.199, - "new_cases_per_million": 6.48, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-28", - "total_cases": 76.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.495, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-29", - "total_cases": 76.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-06-30", - "total_cases": 77.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 99.791, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 83.33 - }, - { - "date": "2020-07-01", - "total_cases": 77.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 99.791, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-02", - "total_cases": 77.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 99.791, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-03", - "total_cases": 77.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 99.791, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-04", - "total_cases": 78.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.087, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-05", - "total_cases": 78.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.087, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-06", - "total_cases": 80.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.679, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-07", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.679, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-08", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.679, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-09", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.679, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-10", - "total_cases": 80.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.679, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.555, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-11", - "total_cases": 82.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 106.271, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-12", - "total_cases": 82.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 106.271, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-13", - "total_cases": 84.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.863, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-07-14", - "total_cases": 84.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-15", - "total_cases": 84.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-16", - "total_cases": 84.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-17", - "total_cases": 86.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 111.455, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-18", - "total_cases": 87.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 112.751, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-19", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 112.751, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-20", - "total_cases": 89.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 115.343, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-21", - "total_cases": 90.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.639, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-22", - "total_cases": 92.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 119.231, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-23", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 119.231, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-24", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 119.231, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-25", - "total_cases": 92.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 119.231, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-26", - "total_cases": 93.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.527, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-27", - "total_cases": 95.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 123.119, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-28", - "total_cases": 99.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 128.303, - "new_cases_per_million": 5.184, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-29", - "total_cases": 99.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 128.303, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-30", - "total_cases": 101.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 130.895, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-07-31", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 130.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-01", - "total_cases": 101.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 130.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-02", - "total_cases": 102.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 132.191, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-03", - "total_cases": 103.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.487, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-04", - "total_cases": 103.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.487, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-05", - "total_cases": 105.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 136.079, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-06", - "total_cases": 105.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 136.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-07", - "total_cases": 108.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 139.967, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-08", - "total_cases": 108.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 139.967, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-09", - "total_cases": 108.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 139.967, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-10", - "total_cases": 110.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 142.559, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-11", - "total_cases": 113.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.447, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 1.851, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-12", - "total_cases": 113.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.447, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-13", - "total_cases": 128.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 165.886, - "new_cases_per_million": 19.44, - "new_cases_smoothed_per_million": 4.258, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-14", - "total_cases": 131.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.774, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 4.258, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-15", - "total_cases": 133.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 172.366, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 4.629, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-16", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 172.366, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.629, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-17", - "total_cases": 141.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.734, - "new_cases_per_million": 10.368, - "new_cases_smoothed_per_million": 5.739, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-18", - "total_cases": 146.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 189.214, - "new_cases_per_million": 6.48, - "new_cases_smoothed_per_million": 6.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-19", - "total_cases": 147.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 190.51, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 6.295, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-20", - "total_cases": 150.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.398, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 4.073, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-21", - "total_cases": 153.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 198.286, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 4.073, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-22", - "total_cases": 153.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 198.286, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.703, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-23", - "total_cases": 155.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 200.878, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 4.073, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-24", - "total_cases": 155.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 200.878, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-25", - "total_cases": 156.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 202.174, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.851, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-26", - "total_cases": 173.0, - "new_cases": 17.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 224.206, - "new_cases_per_million": 22.032, - "new_cases_smoothed_per_million": 4.814, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-27", - "total_cases": 183.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 237.166, - "new_cases_per_million": 12.96, - "new_cases_smoothed_per_million": 6.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-28", - "total_cases": 184.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 238.462, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 5.739, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-29", - "total_cases": 195.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 252.718, - "new_cases_per_million": 14.256, - "new_cases_smoothed_per_million": 7.776, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-30", - "total_cases": 195.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 252.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.406, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-08-31", - "total_cases": 224.0, - "new_cases": 29.0, - "new_cases_smoothed": 9.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 290.301, - "new_cases_per_million": 37.584, - "new_cases_smoothed_per_million": 12.775, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-01", - "total_cases": 225.0, - "new_cases": 1.0, - "new_cases_smoothed": 9.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.597, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 12.775, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-02", - "total_cases": 227.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 294.189, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 9.998, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-03", - "total_cases": 227.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 294.189, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.146, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-04", - "total_cases": 227.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 294.189, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.961, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-05", - "total_cases": 228.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.485, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 6.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-06", - "total_cases": 228.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 295.485, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-07", - "total_cases": 230.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 298.077, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 1.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-08", - "total_cases": 233.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 301.965, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 1.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-09", - "total_cases": 234.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 303.261, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-10", - "total_cases": 234.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 303.261, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.296, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-11", - "total_cases": 238.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 308.445, - "new_cases_per_million": 5.184, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-12", - "total_cases": 241.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 312.333, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 2.407, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-13", - "total_cases": 244.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 316.221, - "new_cases_per_million": 3.888, - "new_cases_smoothed_per_million": 2.962, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-14", - "total_cases": 245.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 317.517, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-15", - "total_cases": 246.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 318.813, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 2.407, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-16", - "total_cases": 246.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 318.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-17", - "total_cases": 246.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 318.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 65.74 - }, - { - "date": "2020-09-18", - "total_cases": 252.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 326.589, - "new_cases_per_million": 7.776, - "new_cases_smoothed_per_million": 2.592, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 258.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.365, - "new_cases_per_million": 7.776, - "new_cases_smoothed_per_million": 3.147, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 259.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 335.661, - "new_cases_per_million": 1.296, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 261.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 338.253, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 2.962, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 261.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 338.253, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 261.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 338.253, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 261.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 338.253, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 263.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 340.845, - "new_cases_per_million": 2.592, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "BWA": { - "continent": "Africa", - "location": "Botswana", - "population": 2351625.0, - "population_density": 4.044, - "median_age": 25.8, - "aged_65_older": 3.941, - "aged_70_older": 2.242, - "gdp_per_capita": 15807.374, - "cardiovasc_death_rate": 237.372, - "diabetes_prevalence": 4.81, - "female_smokers": 5.7, - "male_smokers": 34.4, - "hospital_beds_per_thousand": 1.8, - "life_expectancy": 69.59, - "human_development_index": 0.717, - "data": [ - { - "date": "2020-04-01", - "total_cases": 3.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.276, - "new_cases_per_million": 1.276, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-04-02", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 1.701, - "new_cases_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.425, - "stringency_index": 86.11 - }, - { - "date": "2020-04-03", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.701, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-04", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.701, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-05", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.701, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-06", - "total_cases": 6.0, - "new_cases": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.551, - "new_cases_per_million": 0.85, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-07", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.551, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 86.11 - }, - { - "date": "2020-04-08", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.551, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 86.11 - }, - { - "date": "2020-04-09", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.977, - "new_cases_per_million": 0.425, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-10", - "total_cases": 13.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 2.551, - "new_cases_smoothed_per_million": 0.547, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.547, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.547, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.528, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-17", - "total_cases": 15.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.379, - "new_cases_per_million": 0.85, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-18", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.379, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-19", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.379, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-20", - "total_cases": 20.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.505, - "new_cases_per_million": 2.126, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-21", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-22", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-23", - "total_cases": 22.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.85, - "new_cases_smoothed_per_million": 0.547, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-24", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-25", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-26", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-27", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-28", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.355, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-29", - "total_cases": 23.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.425, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-04-30", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-01", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-02", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-03", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-04", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-05", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-06", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-07", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-08", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-05-09", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-05-10", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-05-11", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.78, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-12", - "total_cases": 24.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.425, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-13", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-14", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-15", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-16", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-17", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.206, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-18", - "total_cases": 25.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.631, - "new_cases_per_million": 0.425, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-19", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.631, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-05-20", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.631, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-05-21", - "total_cases": 29.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.332, - "new_cases_per_million": 1.701, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-05-22", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.332, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-23", - "total_cases": 30.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.757, - "new_cases_per_million": 0.425, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-24", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.757, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-25", - "total_cases": 35.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 2.126, - "new_cases_smoothed_per_million": 0.607, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-26", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.607, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-27", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.607, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-28", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-29", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.364, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-30", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-05-31", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-06-01", - "total_cases": 38.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.159, - "new_cases_per_million": 1.276, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 61.11 - }, - { - "date": "2020-06-02", - "total_cases": 38.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.159, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-03", - "total_cases": 38.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.159, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.182, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-04", - "total_cases": 40.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.01, - "new_cases_per_million": 0.85, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-05", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-06", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-07", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.304, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-08", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-09", - "total_cases": 42.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.86, - "new_cases_per_million": 0.85, - "new_cases_smoothed_per_million": 0.243, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-10", - "total_cases": 42.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.86, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.243, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-11", - "total_cases": 48.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.411, - "new_cases_per_million": 2.551, - "new_cases_smoothed_per_million": 0.486, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-12", - "total_cases": 48.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.411, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.486, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-13", - "total_cases": 60.0, - "new_cases": 12.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 5.103, - "new_cases_smoothed_per_million": 1.215, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-14", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.215, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-15", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.215, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.78 - }, - { - "date": "2020-06-16", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.093, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-17", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.093, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-18", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.514, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.729, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-19", - "total_cases": 79.0, - "new_cases": 19.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.594, - "new_cases_per_million": 8.08, - "new_cases_smoothed_per_million": 1.883, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-20", - "total_cases": 89.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 4.252, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-21", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-22", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-23", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-24", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-25", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.762, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-26", - "total_cases": 89.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.607, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-27", - "total_cases": 125.0, - "new_cases": 36.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.155, - "new_cases_per_million": 15.309, - "new_cases_smoothed_per_million": 2.187, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-28", - "total_cases": 125.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.187, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-29", - "total_cases": 125.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.187, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-30", - "total_cases": 175.0, - "new_cases": 50.0, - "new_cases_smoothed": 12.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.417, - "new_cases_per_million": 21.262, - "new_cases_smoothed_per_million": 5.224, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-01", - "total_cases": 227.0, - "new_cases": 52.0, - "new_cases_smoothed": 19.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.529, - "new_cases_per_million": 22.112, - "new_cases_smoothed_per_million": 8.383, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-02", - "total_cases": 227.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.383, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-03", - "total_cases": 227.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.529, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.383, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-04", - "total_cases": 275.0, - "new_cases": 48.0, - "new_cases_smoothed": 21.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.94, - "new_cases_per_million": 20.411, - "new_cases_smoothed_per_million": 9.112, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-05", - "total_cases": 275.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.94, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.112, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-06", - "total_cases": 275.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.94, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.112, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-07", - "total_cases": 275.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.94, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.075, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-08", - "total_cases": 314.0, - "new_cases": 39.0, - "new_cases_smoothed": 12.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.525, - "new_cases_per_million": 16.584, - "new_cases_smoothed_per_million": 5.285, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-09", - "total_cases": 314.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.525, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.285, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-10", - "total_cases": 314.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.525, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.285, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-11", - "total_cases": 314.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.525, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.369, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-12", - "total_cases": 314.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 133.525, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.369, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-13", - "total_cases": 399.0, - "new_cases": 85.0, - "new_cases_smoothed": 17.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.67, - "new_cases_per_million": 36.145, - "new_cases_smoothed_per_million": 7.533, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-14", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.67, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.533, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-15", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.67, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.164, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-16", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.67, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.164, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-17", - "total_cases": 522.0, - "new_cases": 123.0, - "new_cases_smoothed": 29.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 52.304, - "new_cases_smoothed_per_million": 12.636, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-18", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 29.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.636, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-19", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 29.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.636, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-20", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.472, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-21", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.472, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-22", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.472, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-23", - "total_cases": 522.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 221.974, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.472, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-24", - "total_cases": 686.0, - "new_cases": 164.0, - "new_cases_smoothed": 23.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.713, - "new_cases_per_million": 69.739, - "new_cases_smoothed_per_million": 9.963, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-25", - "total_cases": 686.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.713, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.963, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-07-26", - "total_cases": 686.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.713, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.963, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.17 - }, - { - "date": "2020-07-27", - "total_cases": 686.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 291.713, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.963, - "total_deaths_per_million": 0.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.17 - }, - { - "date": "2020-07-28", - "total_cases": 739.0, - "new_cases": 53.0, - "new_cases_smoothed": 31.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 314.251, - "new_cases_per_million": 22.538, - "new_cases_smoothed_per_million": 13.182, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.425, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 54.17 - }, - { - "date": "2020-07-29", - "total_cases": 739.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 314.251, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.182, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 54.17 - }, - { - "date": "2020-07-30", - "total_cases": 804.0, - "new_cases": 65.0, - "new_cases_smoothed": 40.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 341.891, - "new_cases_per_million": 27.64, - "new_cases_smoothed_per_million": 17.131, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 54.17 - }, - { - "date": "2020-07-31", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.168, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 64.35 - }, - { - "date": "2020-08-01", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.168, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 64.35 - }, - { - "date": "2020-08-02", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.168, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 64.35 - }, - { - "date": "2020-08-03", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.168, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 58.8 - }, - { - "date": "2020-08-04", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.949, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.8 - }, - { - "date": "2020-08-05", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.949, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.8 - }, - { - "date": "2020-08-06", - "total_cases": 804.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.891, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 58.8 - }, - { - "date": "2020-08-07", - "total_cases": 909.0, - "new_cases": 105.0, - "new_cases_smoothed": 15.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 386.541, - "new_cases_per_million": 44.65, - "new_cases_smoothed_per_million": 6.379, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-08", - "total_cases": 909.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 386.541, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.379, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-09", - "total_cases": 909.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 386.541, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.379, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-10", - "total_cases": 909.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 386.541, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.379, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-11", - "total_cases": 1066.0, - "new_cases": 157.0, - "new_cases_smoothed": 37.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 453.304, - "new_cases_per_million": 66.762, - "new_cases_smoothed_per_million": 15.916, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-12", - "total_cases": 1066.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 453.304, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.916, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-13", - "total_cases": 1066.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 453.304, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.916, - "total_deaths_per_million": 0.85, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-08-14", - "total_cases": 1214.0, - "new_cases": 148.0, - "new_cases_smoothed": 43.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 516.239, - "new_cases_per_million": 62.935, - "new_cases_smoothed_per_million": 18.528, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.425, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-15", - "total_cases": 1214.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 516.239, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.528, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-16", - "total_cases": 1214.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 516.239, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.528, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-17", - "total_cases": 1214.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 516.239, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.528, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-18", - "total_cases": 1308.0, - "new_cases": 94.0, - "new_cases_smoothed": 34.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 556.211, - "new_cases_per_million": 39.972, - "new_cases_smoothed_per_million": 14.701, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-19", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 34.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.701, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-20", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 34.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.701, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 47.22 - }, - { - "date": "2020-08-21", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.71, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-22", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.71, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-23", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.71, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-24", - "total_cases": 1308.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.211, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.71, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-25", - "total_cases": 1562.0, - "new_cases": 254.0, - "new_cases_smoothed": 36.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 664.222, - "new_cases_per_million": 108.01, - "new_cases_smoothed_per_million": 15.43, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-08-26", - "total_cases": 1562.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 664.222, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.43, - "total_deaths_per_million": 1.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-08-27", - "total_cases": 1633.0, - "new_cases": 71.0, - "new_cases_smoothed": 46.429, - "total_deaths": 6.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 694.413, - "new_cases_per_million": 30.192, - "new_cases_smoothed_per_million": 19.743, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 1.276, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-08-28", - "total_cases": 1633.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 694.413, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.743, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-08-29", - "total_cases": 1633.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 694.413, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.743, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-08-30", - "total_cases": 1633.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 694.413, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.743, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-08-31", - "total_cases": 1633.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 694.413, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.743, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-09-01", - "total_cases": 1724.0, - "new_cases": 91.0, - "new_cases_smoothed": 23.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 733.11, - "new_cases_per_million": 38.697, - "new_cases_smoothed_per_million": 9.841, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-09-02", - "total_cases": 1724.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 733.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.841, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 52.78 - }, - { - "date": "2020-09-03", - "total_cases": 1724.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 733.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.528, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-09-04", - "total_cases": 1724.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 733.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.528, - "total_deaths_per_million": 2.551, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 49.07 - }, - { - "date": "2020-09-05", - "total_cases": 2002.0, - "new_cases": 278.0, - "new_cases_smoothed": 52.714, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 851.326, - "new_cases_per_million": 118.216, - "new_cases_smoothed_per_million": 22.416, - "total_deaths_per_million": 3.402, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 49.07 - }, - { - "date": "2020-09-06", - "total_cases": 2002.0, - "new_cases": 0.0, - "new_cases_smoothed": 52.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 851.326, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.416, - "total_deaths_per_million": 3.402, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 49.07 - }, - { - "date": "2020-09-07", - "total_cases": 2002.0, - "new_cases": 0.0, - "new_cases_smoothed": 52.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 851.326, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.416, - "total_deaths_per_million": 3.402, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 49.07 - }, - { - "date": "2020-09-08", - "total_cases": 2126.0, - "new_cases": 124.0, - "new_cases_smoothed": 57.429, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 904.056, - "new_cases_per_million": 52.729, - "new_cases_smoothed_per_million": 24.421, - "total_deaths_per_million": 3.827, - "new_deaths_per_million": 0.425, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 49.07 - }, - { - "date": "2020-09-09", - "total_cases": 2126.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 904.056, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 24.421, - "total_deaths_per_million": 3.827, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 49.07 - }, - { - "date": "2020-09-10", - "total_cases": 2126.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 904.056, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 24.421, - "total_deaths_per_million": 3.827, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 49.07 - }, - { - "date": "2020-09-11", - "total_cases": 2252.0, - "new_cases": 126.0, - "new_cases_smoothed": 75.429, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 957.636, - "new_cases_per_million": 53.58, - "new_cases_smoothed_per_million": 32.075, - "total_deaths_per_million": 4.252, - "new_deaths_per_million": 0.425, - "new_deaths_smoothed_per_million": 0.243, - "stringency_index": 49.07 - }, - { - "date": "2020-09-12", - "total_cases": 2252.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 957.636, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.187, - "total_deaths_per_million": 4.252, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 49.07 - }, - { - "date": "2020-09-13", - "total_cases": 2252.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 957.636, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.187, - "total_deaths_per_million": 4.252, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 49.07 - }, - { - "date": "2020-09-14", - "total_cases": 2252.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 957.636, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.187, - "total_deaths_per_million": 4.252, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-15", - "total_cases": 2463.0, - "new_cases": 211.0, - "new_cases_smoothed": 48.143, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1047.361, - "new_cases_per_million": 89.725, - "new_cases_smoothed_per_million": 20.472, - "total_deaths_per_million": 4.678, - "new_deaths_per_million": 0.425, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-16", - "total_cases": 2463.0, - "new_cases": 0.0, - "new_cases_smoothed": 48.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1047.361, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.472, - "total_deaths_per_million": 4.678, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-17", - "total_cases": 2463.0, - "new_cases": 0.0, - "new_cases_smoothed": 48.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1047.361, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.472, - "total_deaths_per_million": 4.678, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-18", - "total_cases": 2567.0, - "new_cases": 104.0, - "new_cases_smoothed": 45.0, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 44.225, - "new_cases_smoothed_per_million": 19.136, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 58.33 - }, - { - "date": "2020-09-19", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 45.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.136, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 58.33 - }, - { - "date": "2020-09-20", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 45.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.136, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 58.33 - }, - { - "date": "2020-09-21", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 45.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.136, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 58.33 - }, - { - "date": "2020-09-22", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.318, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-23", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.318, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-24", - "total_cases": 2567.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1091.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.318, - "total_deaths_per_million": 5.528, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 58.33 - }, - { - "date": "2020-09-25", - "total_cases": 2921.0, - "new_cases": 354.0, - "new_cases_smoothed": 50.571, - "total_deaths": 16.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1242.12, - "new_cases_per_million": 150.534, - "new_cases_smoothed_per_million": 21.505, - "total_deaths_per_million": 6.804, - "new_deaths_per_million": 1.276, - "new_deaths_smoothed_per_million": 0.182 - } - ] - }, - "CAF": { - "continent": "Africa", - "location": "Central African Republic", - "population": 4829764.0, - "population_density": 7.479, - "median_age": 18.3, - "aged_65_older": 3.655, - "aged_70_older": 2.251, - "gdp_per_capita": 661.24, - "cardiovasc_death_rate": 435.727, - "diabetes_prevalence": 6.1, - "handwashing_facilities": 16.603, - "hospital_beds_per_thousand": 1.0, - "life_expectancy": 53.28, - "human_development_index": 0.367, - "data": [ - { - "date": "2020-03-16", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.207, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-19", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-21", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.207, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-22", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.621, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-23", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.828, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-24", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.828, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-25", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.828, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-26", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.828, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-03-27", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.035, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-03-28", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.035, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-03-29", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.242, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-03-30", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.242, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-03-31", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.242, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-01", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.242, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-02", - "total_cases": 8.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.656, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-03", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.656, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-04", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.656, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-05", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.863, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-06", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-07", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-08", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.863, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-09", - "total_cases": 10.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.07, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-10", - "total_cases": 11.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-11", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-12", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-13", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-14", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-15", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-16", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-17", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.485, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-18", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.485, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-19", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.485, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-20", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.485, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-21", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.485, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-22", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.899, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-23", - "total_cases": 16.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.313, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.148, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-24", - "total_cases": 17.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.52, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.148, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-25", - "total_cases": 19.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.934, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.207, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-26", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.207, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-27", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.934, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.207, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-28", - "total_cases": 50.0, - "new_cases": 31.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.352, - "new_cases_per_million": 6.419, - "new_cases_smoothed_per_million": 1.124, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-29", - "total_cases": 50.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.065, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-30", - "total_cases": 50.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-01", - "total_cases": 50.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.976, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-02", - "total_cases": 72.0, - "new_cases": 22.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.908, - "new_cases_per_million": 4.555, - "new_cases_smoothed_per_million": 1.568, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-03", - "total_cases": 72.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.908, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.568, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-04", - "total_cases": 72.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.908, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.568, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-05", - "total_cases": 94.0, - "new_cases": 22.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.463, - "new_cases_per_million": 4.555, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-06", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-07", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-05-08", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-09", - "total_cases": 143.0, - "new_cases": 49.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.608, - "new_cases_per_million": 10.145, - "new_cases_smoothed_per_million": 2.1, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-10", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.608, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.1, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-11", - "total_cases": 179.0, - "new_cases": 36.0, - "new_cases_smoothed": 15.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.062, - "new_cases_per_million": 7.454, - "new_cases_smoothed_per_million": 3.165, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-12", - "total_cases": 179.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.062, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.514, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-13", - "total_cases": 179.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.062, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.514, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-14", - "total_cases": 197.0, - "new_cases": 18.0, - "new_cases_smoothed": 14.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.789, - "new_cases_per_million": 3.727, - "new_cases_smoothed_per_million": 3.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-15", - "total_cases": 221.0, - "new_cases": 24.0, - "new_cases_smoothed": 18.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.758, - "new_cases_per_million": 4.969, - "new_cases_smoothed_per_million": 3.756, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-16", - "total_cases": 301.0, - "new_cases": 80.0, - "new_cases_smoothed": 22.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 62.322, - "new_cases_per_million": 16.564, - "new_cases_smoothed_per_million": 4.673, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-17", - "total_cases": 327.0, - "new_cases": 26.0, - "new_cases_smoothed": 26.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.705, - "new_cases_per_million": 5.383, - "new_cases_smoothed_per_million": 5.442, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-18", - "total_cases": 327.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.378, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-19", - "total_cases": 336.0, - "new_cases": 9.0, - "new_cases_smoothed": 22.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 69.569, - "new_cases_per_million": 1.863, - "new_cases_smoothed_per_million": 4.644, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-20", - "total_cases": 411.0, - "new_cases": 75.0, - "new_cases_smoothed": 33.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.097, - "new_cases_per_million": 15.529, - "new_cases_smoothed_per_million": 6.862, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-21", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 30.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.097, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.33, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-22", - "total_cases": 436.0, - "new_cases": 25.0, - "new_cases_smoothed": 30.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 90.274, - "new_cases_per_million": 5.176, - "new_cases_smoothed_per_million": 6.359, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-23", - "total_cases": 479.0, - "new_cases": 43.0, - "new_cases_smoothed": 25.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 99.177, - "new_cases_per_million": 8.903, - "new_cases_smoothed_per_million": 5.265, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-24", - "total_cases": 552.0, - "new_cases": 73.0, - "new_cases_smoothed": 32.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 114.291, - "new_cases_per_million": 15.115, - "new_cases_smoothed_per_million": 6.655, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-25", - "total_cases": 604.0, - "new_cases": 52.0, - "new_cases_smoothed": 39.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 125.058, - "new_cases_per_million": 10.767, - "new_cases_smoothed_per_million": 8.193, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-26", - "total_cases": 652.0, - "new_cases": 48.0, - "new_cases_smoothed": 45.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 134.996, - "new_cases_per_million": 9.938, - "new_cases_smoothed_per_million": 9.347, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-27", - "total_cases": 671.0, - "new_cases": 19.0, - "new_cases_smoothed": 37.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 138.93, - "new_cases_per_million": 3.934, - "new_cases_smoothed_per_million": 7.69, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-28", - "total_cases": 702.0, - "new_cases": 31.0, - "new_cases_smoothed": 41.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 145.349, - "new_cases_per_million": 6.419, - "new_cases_smoothed_per_million": 8.607, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-29", - "total_cases": 755.0, - "new_cases": 53.0, - "new_cases_smoothed": 45.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 156.322, - "new_cases_per_million": 10.974, - "new_cases_smoothed_per_million": 9.436, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-30", - "total_cases": 874.0, - "new_cases": 119.0, - "new_cases_smoothed": 56.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 180.961, - "new_cases_per_million": 24.639, - "new_cases_smoothed_per_million": 11.684, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-05-31", - "total_cases": 962.0, - "new_cases": 88.0, - "new_cases_smoothed": 58.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.182, - "new_cases_per_million": 18.22, - "new_cases_smoothed_per_million": 12.127, - "total_deaths_per_million": 0.207, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-06-01", - "total_cases": 1011.0, - "new_cases": 49.0, - "new_cases_smoothed": 58.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 209.327, - "new_cases_per_million": 10.145, - "new_cases_smoothed_per_million": 12.038, - "total_deaths_per_million": 0.414, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-06-02", - "total_cases": 1069.0, - "new_cases": 58.0, - "new_cases_smoothed": 59.571, - "total_deaths": 4.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 221.336, - "new_cases_per_million": 12.009, - "new_cases_smoothed_per_million": 12.334, - "total_deaths_per_million": 0.828, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-03", - "total_cases": 1173.0, - "new_cases": 104.0, - "new_cases_smoothed": 71.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 242.869, - "new_cases_per_million": 21.533, - "new_cases_smoothed_per_million": 14.848, - "total_deaths_per_million": 0.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-04", - "total_cases": 1189.0, - "new_cases": 16.0, - "new_cases_smoothed": 69.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 246.182, - "new_cases_per_million": 3.313, - "new_cases_smoothed_per_million": 14.405, - "total_deaths_per_million": 0.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-05", - "total_cases": 1288.0, - "new_cases": 99.0, - "new_cases_smoothed": 76.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 266.68, - "new_cases_per_million": 20.498, - "new_cases_smoothed_per_million": 15.765, - "total_deaths_per_million": 0.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-06", - "total_cases": 1451.0, - "new_cases": 163.0, - "new_cases_smoothed": 82.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 300.429, - "new_cases_per_million": 33.749, - "new_cases_smoothed_per_million": 17.067, - "total_deaths_per_million": 0.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-07", - "total_cases": 1570.0, - "new_cases": 119.0, - "new_cases_smoothed": 86.857, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 325.068, - "new_cases_per_million": 24.639, - "new_cases_smoothed_per_million": 17.984, - "total_deaths_per_million": 1.035, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 75.93 - }, - { - "date": "2020-06-08", - "total_cases": 1634.0, - "new_cases": 64.0, - "new_cases_smoothed": 89.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 338.319, - "new_cases_per_million": 13.251, - "new_cases_smoothed_per_million": 18.427, - "total_deaths_per_million": 1.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.93 - }, - { - "date": "2020-06-09", - "total_cases": 1850.0, - "new_cases": 216.0, - "new_cases_smoothed": 111.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 383.041, - "new_cases_per_million": 44.723, - "new_cases_smoothed_per_million": 23.101, - "total_deaths_per_million": 1.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-06-10", - "total_cases": 1888.0, - "new_cases": 38.0, - "new_cases_smoothed": 102.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 390.909, - "new_cases_per_million": 7.868, - "new_cases_smoothed_per_million": 21.149, - "total_deaths_per_million": 1.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 75.93 - }, - { - "date": "2020-06-11", - "total_cases": 1952.0, - "new_cases": 64.0, - "new_cases_smoothed": 109.0, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 404.161, - "new_cases_per_million": 13.251, - "new_cases_smoothed_per_million": 22.568, - "total_deaths_per_million": 1.242, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 64.81 - }, - { - "date": "2020-06-12", - "total_cases": 2044.0, - "new_cases": 92.0, - "new_cases_smoothed": 108.0, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 423.209, - "new_cases_per_million": 19.049, - "new_cases_smoothed_per_million": 22.361, - "total_deaths_per_million": 1.449, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 64.81 - }, - { - "date": "2020-06-13", - "total_cases": 2057.0, - "new_cases": 13.0, - "new_cases_smoothed": 86.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 425.901, - "new_cases_per_million": 2.692, - "new_cases_smoothed_per_million": 17.925, - "total_deaths_per_million": 1.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 64.81 - }, - { - "date": "2020-06-14", - "total_cases": 2057.0, - "new_cases": 0.0, - "new_cases_smoothed": 69.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 425.901, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.405, - "total_deaths_per_million": 1.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 64.81 - }, - { - "date": "2020-06-15", - "total_cases": 2222.0, - "new_cases": 165.0, - "new_cases_smoothed": 84.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 460.064, - "new_cases_per_million": 34.163, - "new_cases_smoothed_per_million": 17.392, - "total_deaths_per_million": 1.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 64.81 - }, - { - "date": "2020-06-16", - "total_cases": 2289.0, - "new_cases": 67.0, - "new_cases_smoothed": 62.714, - "total_deaths": 10.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 473.936, - "new_cases_per_million": 13.872, - "new_cases_smoothed_per_million": 12.985, - "total_deaths_per_million": 2.07, - "new_deaths_per_million": 0.621, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-06-17", - "total_cases": 2410.0, - "new_cases": 121.0, - "new_cases_smoothed": 74.571, - "total_deaths": 14.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 498.989, - "new_cases_per_million": 25.053, - "new_cases_smoothed_per_million": 15.44, - "total_deaths_per_million": 2.899, - "new_deaths_per_million": 0.828, - "new_deaths_smoothed_per_million": 0.266, - "stringency_index": 64.81 - }, - { - "date": "2020-06-18", - "total_cases": 2564.0, - "new_cases": 154.0, - "new_cases_smoothed": 87.429, - "total_deaths": 18.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 530.875, - "new_cases_per_million": 31.886, - "new_cases_smoothed_per_million": 18.102, - "total_deaths_per_million": 3.727, - "new_deaths_per_million": 0.828, - "new_deaths_smoothed_per_million": 0.355, - "stringency_index": 64.81 - }, - { - "date": "2020-06-19", - "total_cases": 2605.0, - "new_cases": 41.0, - "new_cases_smoothed": 80.143, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 539.364, - "new_cases_per_million": 8.489, - "new_cases_smoothed_per_million": 16.594, - "total_deaths_per_million": 3.934, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.355, - "stringency_index": 64.81 - }, - { - "date": "2020-06-20", - "total_cases": 2605.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 539.364, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.209, - "total_deaths_per_million": 3.934, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.355, - "stringency_index": 64.81 - }, - { - "date": "2020-06-21", - "total_cases": 2808.0, - "new_cases": 203.0, - "new_cases_smoothed": 107.286, - "total_deaths": 23.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 581.395, - "new_cases_per_million": 42.031, - "new_cases_smoothed_per_million": 22.213, - "total_deaths_per_million": 4.762, - "new_deaths_per_million": 0.828, - "new_deaths_smoothed_per_million": 0.473, - "stringency_index": 64.81 - }, - { - "date": "2020-06-22", - "total_cases": 2808.0, - "new_cases": 0.0, - "new_cases_smoothed": 83.714, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 581.395, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.333, - "total_deaths_per_million": 4.762, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.473, - "stringency_index": 64.81 - }, - { - "date": "2020-06-23", - "total_cases": 2963.0, - "new_cases": 155.0, - "new_cases_smoothed": 96.286, - "total_deaths": 30.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 613.488, - "new_cases_per_million": 32.093, - "new_cases_smoothed_per_million": 19.936, - "total_deaths_per_million": 6.211, - "new_deaths_per_million": 1.449, - "new_deaths_smoothed_per_million": 0.592, - "stringency_index": 64.81 - }, - { - "date": "2020-06-24", - "total_cases": 3051.0, - "new_cases": 88.0, - "new_cases_smoothed": 91.571, - "total_deaths": 37.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 631.708, - "new_cases_per_million": 18.22, - "new_cases_smoothed_per_million": 18.96, - "total_deaths_per_million": 7.661, - "new_deaths_per_million": 1.449, - "new_deaths_smoothed_per_million": 0.68, - "stringency_index": 64.81 - }, - { - "date": "2020-06-25", - "total_cases": 3099.0, - "new_cases": 48.0, - "new_cases_smoothed": 76.429, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 641.646, - "new_cases_per_million": 9.938, - "new_cases_smoothed_per_million": 15.824, - "total_deaths_per_million": 7.868, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.592, - "stringency_index": 64.81 - }, - { - "date": "2020-06-26", - "total_cases": 3244.0, - "new_cases": 145.0, - "new_cases_smoothed": 91.286, - "total_deaths": 40.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 671.668, - "new_cases_per_million": 30.022, - "new_cases_smoothed_per_million": 18.901, - "total_deaths_per_million": 8.282, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.621, - "stringency_index": 64.81 - }, - { - "date": "2020-06-27", - "total_cases": 3340.0, - "new_cases": 96.0, - "new_cases_smoothed": 105.0, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 691.545, - "new_cases_per_million": 19.877, - "new_cases_smoothed_per_million": 21.74, - "total_deaths_per_million": 8.282, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.621, - "stringency_index": 64.81 - }, - { - "date": "2020-06-28", - "total_cases": 3429.0, - "new_cases": 89.0, - "new_cases_smoothed": 88.714, - "total_deaths": 45.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 709.973, - "new_cases_per_million": 18.427, - "new_cases_smoothed_per_million": 18.368, - "total_deaths_per_million": 9.317, - "new_deaths_per_million": 1.035, - "new_deaths_smoothed_per_million": 0.651, - "stringency_index": 64.81 - }, - { - "date": "2020-06-29", - "total_cases": 3429.0, - "new_cases": 0.0, - "new_cases_smoothed": 88.714, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 709.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.368, - "total_deaths_per_million": 9.317, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.651, - "stringency_index": 64.81 - }, - { - "date": "2020-06-30", - "total_cases": 3613.0, - "new_cases": 184.0, - "new_cases_smoothed": 92.857, - "total_deaths": 47.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 748.07, - "new_cases_per_million": 38.097, - "new_cases_smoothed_per_million": 19.226, - "total_deaths_per_million": 9.731, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.503, - "stringency_index": 64.81 - }, - { - "date": "2020-07-01", - "total_cases": 3745.0, - "new_cases": 132.0, - "new_cases_smoothed": 99.143, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 775.4, - "new_cases_per_million": 27.331, - "new_cases_smoothed_per_million": 20.527, - "total_deaths_per_million": 9.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.296, - "stringency_index": 64.81 - }, - { - "date": "2020-07-02", - "total_cases": 3745.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.286, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 775.4, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.108, - "total_deaths_per_million": 9.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.266, - "stringency_index": 64.81 - }, - { - "date": "2020-07-03", - "total_cases": 3823.0, - "new_cases": 78.0, - "new_cases_smoothed": 82.714, - "total_deaths": 48.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 791.55, - "new_cases_per_million": 16.15, - "new_cases_smoothed_per_million": 17.126, - "total_deaths_per_million": 9.938, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.237, - "stringency_index": 64.81 - }, - { - "date": "2020-07-04", - "total_cases": 3918.0, - "new_cases": 95.0, - "new_cases_smoothed": 82.571, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 811.22, - "new_cases_per_million": 19.67, - "new_cases_smoothed_per_million": 17.096, - "total_deaths_per_million": 9.938, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.237, - "stringency_index": 64.81 - }, - { - "date": "2020-07-05", - "total_cases": 3969.0, - "new_cases": 51.0, - "new_cases_smoothed": 77.143, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 821.779, - "new_cases_per_million": 10.56, - "new_cases_smoothed_per_million": 15.972, - "total_deaths_per_million": 9.938, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 64.81 - }, - { - "date": "2020-07-06", - "total_cases": 3969.0, - "new_cases": 0.0, - "new_cases_smoothed": 77.143, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 821.779, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.972, - "total_deaths_per_million": 9.938, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 64.81 - }, - { - "date": "2020-07-07", - "total_cases": 4033.0, - "new_cases": 64.0, - "new_cases_smoothed": 60.0, - "total_deaths": 52.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 835.03, - "new_cases_per_million": 13.251, - "new_cases_smoothed_per_million": 12.423, - "total_deaths_per_million": 10.767, - "new_deaths_per_million": 0.828, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-08", - "total_cases": 4071.0, - "new_cases": 38.0, - "new_cases_smoothed": 46.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 842.898, - "new_cases_per_million": 7.868, - "new_cases_smoothed_per_million": 9.643, - "total_deaths_per_million": 10.767, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-09", - "total_cases": 4109.0, - "new_cases": 38.0, - "new_cases_smoothed": 52.0, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 850.766, - "new_cases_per_million": 7.868, - "new_cases_smoothed_per_million": 10.767, - "total_deaths_per_million": 10.767, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-10", - "total_cases": 4200.0, - "new_cases": 91.0, - "new_cases_smoothed": 53.857, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 869.608, - "new_cases_per_million": 18.842, - "new_cases_smoothed_per_million": 11.151, - "total_deaths_per_million": 10.767, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 64.81 - }, - { - "date": "2020-07-11", - "total_cases": 4259.0, - "new_cases": 59.0, - "new_cases_smoothed": 48.714, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 881.824, - "new_cases_per_million": 12.216, - "new_cases_smoothed_per_million": 10.086, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-12", - "total_cases": 4288.0, - "new_cases": 29.0, - "new_cases_smoothed": 45.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 887.828, - "new_cases_per_million": 6.004, - "new_cases_smoothed_per_million": 9.436, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-13", - "total_cases": 4288.0, - "new_cases": 0.0, - "new_cases_smoothed": 45.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 887.828, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.436, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 64.81 - }, - { - "date": "2020-07-14", - "total_cases": 4321.0, - "new_cases": 33.0, - "new_cases_smoothed": 41.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 894.661, - "new_cases_per_million": 6.833, - "new_cases_smoothed_per_million": 8.519, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 53.7 - }, - { - "date": "2020-07-15", - "total_cases": 4356.0, - "new_cases": 35.0, - "new_cases_smoothed": 40.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 901.907, - "new_cases_per_million": 7.247, - "new_cases_smoothed_per_million": 8.43, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 53.7 - }, - { - "date": "2020-07-16", - "total_cases": 4362.0, - "new_cases": 6.0, - "new_cases_smoothed": 36.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 903.15, - "new_cases_per_million": 1.242, - "new_cases_smoothed_per_million": 7.483, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 53.7 - }, - { - "date": "2020-07-17", - "total_cases": 4373.0, - "new_cases": 11.0, - "new_cases_smoothed": 24.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 905.427, - "new_cases_per_million": 2.278, - "new_cases_smoothed_per_million": 5.117, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 53.7 - }, - { - "date": "2020-07-18", - "total_cases": 4389.0, - "new_cases": 16.0, - "new_cases_smoothed": 18.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 908.74, - "new_cases_per_million": 3.313, - "new_cases_smoothed_per_million": 3.845, - "total_deaths_per_million": 10.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-19", - "total_cases": 4485.0, - "new_cases": 96.0, - "new_cases_smoothed": 28.143, - "total_deaths": 55.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 928.617, - "new_cases_per_million": 19.877, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 11.388, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 53.7 - }, - { - "date": "2020-07-20", - "total_cases": 4485.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.143, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 928.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 11.388, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 53.7 - }, - { - "date": "2020-07-21", - "total_cases": 4548.0, - "new_cases": 63.0, - "new_cases_smoothed": 32.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 941.661, - "new_cases_per_million": 13.044, - "new_cases_smoothed_per_million": 6.714, - "total_deaths_per_million": 11.388, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 53.7 - }, - { - "date": "2020-07-22", - "total_cases": 4561.0, - "new_cases": 13.0, - "new_cases_smoothed": 29.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 944.353, - "new_cases_per_million": 2.692, - "new_cases_smoothed_per_million": 6.064, - "total_deaths_per_million": 11.388, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 53.7 - }, - { - "date": "2020-07-23", - "total_cases": 4574.0, - "new_cases": 13.0, - "new_cases_smoothed": 30.286, - "total_deaths": 57.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 947.044, - "new_cases_per_million": 2.692, - "new_cases_smoothed_per_million": 6.271, - "total_deaths_per_million": 11.802, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 53.7 - }, - { - "date": "2020-07-24", - "total_cases": 4590.0, - "new_cases": 16.0, - "new_cases_smoothed": 31.0, - "total_deaths": 58.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 950.357, - "new_cases_per_million": 3.313, - "new_cases_smoothed_per_million": 6.419, - "total_deaths_per_million": 12.009, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.148, - "stringency_index": 54.63 - }, - { - "date": "2020-07-25", - "total_cases": 4593.0, - "new_cases": 3.0, - "new_cases_smoothed": 29.143, - "total_deaths": 59.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 950.978, - "new_cases_per_million": 0.621, - "new_cases_smoothed_per_million": 6.034, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.177, - "stringency_index": 54.63 - }, - { - "date": "2020-07-26", - "total_cases": 4598.0, - "new_cases": 5.0, - "new_cases_smoothed": 16.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 952.013, - "new_cases_per_million": 1.035, - "new_cases_smoothed_per_million": 3.342, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 54.63 - }, - { - "date": "2020-07-27", - "total_cases": 4599.0, - "new_cases": 1.0, - "new_cases_smoothed": 16.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 952.22, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 3.372, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 54.63 - }, - { - "date": "2020-07-28", - "total_cases": 4599.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 952.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.509, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 54.63 - }, - { - "date": "2020-07-29", - "total_cases": 4599.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 952.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.124, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 54.63 - }, - { - "date": "2020-07-30", - "total_cases": 4605.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.429, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 953.463, - "new_cases_per_million": 1.242, - "new_cases_smoothed_per_million": 0.917, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 54.63 - }, - { - "date": "2020-07-31", - "total_cases": 4605.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 953.463, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-01", - "total_cases": 4608.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 954.084, - "new_cases_per_million": 0.621, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-02", - "total_cases": 4614.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 955.326, - "new_cases_per_million": 1.242, - "new_cases_smoothed_per_million": 0.473, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-03", - "total_cases": 4614.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 955.326, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-04", - "total_cases": 4614.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 955.326, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-05", - "total_cases": 4618.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.154, - "new_cases_per_million": 0.828, - "new_cases_smoothed_per_million": 0.562, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-06", - "total_cases": 4618.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.154, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.385, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-07", - "total_cases": 4620.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.568, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.444, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-08", - "total_cases": 4641.0, - "new_cases": 21.0, - "new_cases_smoothed": 4.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 960.917, - "new_cases_per_million": 4.348, - "new_cases_smoothed_per_million": 0.976, - "total_deaths_per_million": 12.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-09", - "total_cases": 4641.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 60.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 960.917, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.423, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-10", - "total_cases": 4641.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 960.917, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-11", - "total_cases": 4641.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 960.917, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-12", - "total_cases": 4647.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.143, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 962.159, - "new_cases_per_million": 1.242, - "new_cases_smoothed_per_million": 0.858, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 54.63 - }, - { - "date": "2020-08-13", - "total_cases": 4652.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 963.194, - "new_cases_per_million": 1.035, - "new_cases_smoothed_per_million": 1.006, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 54.63 - }, - { - "date": "2020-08-14", - "total_cases": 4652.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 963.194, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.947, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 54.63 - }, - { - "date": "2020-08-15", - "total_cases": 4652.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 963.194, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.325, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 54.63 - }, - { - "date": "2020-08-16", - "total_cases": 4652.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 963.194, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.325, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-17", - "total_cases": 4652.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 963.194, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.325, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-18", - "total_cases": 4667.0, - "new_cases": 15.0, - "new_cases_smoothed": 3.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 966.3, - "new_cases_per_million": 3.106, - "new_cases_smoothed_per_million": 0.769, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-08-19", - "total_cases": 4679.0, - "new_cases": 12.0, - "new_cases_smoothed": 4.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 2.485, - "new_cases_smoothed_per_million": 0.947, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-20", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-21", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-22", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-23", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-24", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-25", - "total_cases": 4679.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 968.784, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.355, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-26", - "total_cases": 4691.0, - "new_cases": 12.0, - "new_cases_smoothed": 1.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 971.269, - "new_cases_per_million": 2.485, - "new_cases_smoothed_per_million": 0.355, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-27", - "total_cases": 4698.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 972.718, - "new_cases_per_million": 1.449, - "new_cases_smoothed_per_million": 0.562, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-28", - "total_cases": 4698.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 972.718, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.562, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-29", - "total_cases": 4700.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 973.132, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-30", - "total_cases": 4700.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 973.132, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-08-31", - "total_cases": 4700.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 973.132, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 12.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-01", - "total_cases": 4711.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.571, - "total_deaths": 62.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 975.41, - "new_cases_per_million": 2.278, - "new_cases_smoothed_per_million": 0.947, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.207, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-02", - "total_cases": 4711.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 975.41, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-03", - "total_cases": 4712.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 975.617, - "new_cases_per_million": 0.207, - "new_cases_smoothed_per_million": 0.414, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-04", - "total_cases": 4729.0, - "new_cases": 17.0, - "new_cases_smoothed": 4.429, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 979.137, - "new_cases_per_million": 3.52, - "new_cases_smoothed_per_million": 0.917, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-05", - "total_cases": 4729.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 979.137, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.858, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-06", - "total_cases": 4729.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 979.137, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.858, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-07", - "total_cases": 4729.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 979.137, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.858, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "stringency_index": 54.63 - }, - { - "date": "2020-09-08", - "total_cases": 4729.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 979.137, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.532, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-09", - "total_cases": 4736.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.571, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.586, - "new_cases_per_million": 1.449, - "new_cases_smoothed_per_million": 0.739, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-10", - "total_cases": 4736.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 980.586, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.71, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-11", - "total_cases": 4747.0, - "new_cases": 11.0, - "new_cases_smoothed": 2.571, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 982.864, - "new_cases_per_million": 2.278, - "new_cases_smoothed_per_million": 0.532, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-12", - "total_cases": 4749.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.278, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-13", - "total_cases": 4749.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-14", - "total_cases": 4749.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 983.278, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-09-15", - "total_cases": 4772.0, - "new_cases": 23.0, - "new_cases_smoothed": 6.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 988.04, - "new_cases_per_million": 4.762, - "new_cases_smoothed_per_million": 1.272, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-16", - "total_cases": 4772.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 988.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.065, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-17", - "total_cases": 4782.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.571, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 990.11, - "new_cases_per_million": 2.07, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-18", - "total_cases": 4782.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 990.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.035, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-19", - "total_cases": 4786.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.286, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 990.939, - "new_cases_per_million": 0.828, - "new_cases_smoothed_per_million": 1.094, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-20", - "total_cases": 4786.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 990.939, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.094, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-21", - "total_cases": 4793.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.286, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 992.388, - "new_cases_per_million": 1.449, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-22", - "total_cases": 4793.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 992.388, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-23", - "total_cases": 4802.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.286, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 994.251, - "new_cases_per_million": 1.863, - "new_cases_smoothed_per_million": 0.887, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-24", - "total_cases": 4802.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 994.251, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.592, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-09-25", - "total_cases": 4804.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.143, - "total_deaths": 62.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 994.666, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.651, - "total_deaths_per_million": 12.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CAN": { - "continent": "North America", - "location": "Canada", - "population": 37742157.0, - "population_density": 4.037, - "median_age": 41.4, - "aged_65_older": 16.984, - "aged_70_older": 10.797, - "gdp_per_capita": 44017.591, - "extreme_poverty": 0.5, - "cardiovasc_death_rate": 105.599, - "diabetes_prevalence": 7.37, - "female_smokers": 12.0, - "male_smokers": 16.6, - "hospital_beds_per_thousand": 2.5, - "life_expectancy": 82.43, - "human_development_index": 0.926, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-26", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.026, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-28", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.053, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-29", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.079, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-30", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-31", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-01", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-02", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-03", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-04", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.106, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-05", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.132, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-06", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.132, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-07", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.053, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-11", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-12", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-13", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-14", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-15", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-16", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-17", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-18", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-19", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-20", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.212, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-21", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.238, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-22", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.238, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-23", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.238, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-24", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.238, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-25", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.291, - "new_cases_per_million": 0.053, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-26", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.291, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-27", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.318, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-28", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.371, - "new_cases_per_million": 0.053, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-02-29", - "total_cases": 16.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.424, - "new_cases_per_million": 0.053, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-01", - "total_cases": 20.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.53, - "new_cases_per_million": 0.106, - "new_cases_smoothed_per_million": 0.042, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-02", - "total_cases": 24.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.636, - "new_cases_per_million": 0.106, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-03", - "total_cases": 27.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.715, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-04", - "total_cases": 30.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.795, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-05", - "total_cases": 33.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.874, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.079, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-06", - "total_cases": 45.0, - "new_cases": 12.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.192, - "new_cases_per_million": 0.318, - "new_cases_smoothed_per_million": 0.117, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-07", - "total_cases": 51.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.351, - "new_cases_per_million": 0.159, - "new_cases_smoothed_per_million": 0.132, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-08", - "total_cases": 57.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.51, - "new_cases_per_million": 0.159, - "new_cases_smoothed_per_million": 0.14, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-09", - "total_cases": 62.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.643, - "new_cases_per_million": 0.132, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-10", - "total_cases": 77.0, - "new_cases": 15.0, - "new_cases_smoothed": 7.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.04, - "new_cases_per_million": 0.397, - "new_cases_smoothed_per_million": 0.189, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 2.78 - }, - { - "date": "2020-03-11", - "total_cases": 93.0, - "new_cases": 16.0, - "new_cases_smoothed": 9.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.464, - "new_cases_per_million": 0.424, - "new_cases_smoothed_per_million": 0.238, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 13.89 - }, - { - "date": "2020-03-12", - "total_cases": 103.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.729, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.265, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 22.22 - }, - { - "date": "2020-03-13", - "total_cases": 138.0, - "new_cases": 35.0, - "new_cases_smoothed": 13.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.656, - "new_cases_per_million": 0.927, - "new_cases_smoothed_per_million": 0.352, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 22.22 - }, - { - "date": "2020-03-14", - "total_cases": 176.0, - "new_cases": 38.0, - "new_cases_smoothed": 17.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.663, - "new_cases_per_million": 1.007, - "new_cases_smoothed_per_million": 0.473, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 24.07 - }, - { - "date": "2020-03-15", - "total_cases": 244.0, - "new_cases": 68.0, - "new_cases_smoothed": 26.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.465, - "new_cases_per_million": 1.802, - "new_cases_smoothed_per_million": 0.708, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 24.07 - }, - { - "date": "2020-03-16", - "total_cases": 304.0, - "new_cases": 60.0, - "new_cases_smoothed": 34.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.055, - "new_cases_per_million": 1.59, - "new_cases_smoothed_per_million": 0.916, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 43.52 - }, - { - "date": "2020-03-17", - "total_cases": 424.0, - "new_cases": 120.0, - "new_cases_smoothed": 49.571, - "total_deaths": 4.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 11.234, - "new_cases_per_million": 3.179, - "new_cases_smoothed_per_million": 1.313, - "total_deaths_per_million": 0.106, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 43.52 - }, - { - "date": "2020-03-18", - "total_cases": 569.0, - "new_cases": 145.0, - "new_cases_smoothed": 68.0, - "total_deaths": 8.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 15.076, - "new_cases_per_million": 3.842, - "new_cases_smoothed_per_million": 1.802, - "total_deaths_per_million": 0.212, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.026, - "total_tests": 53975.0, - "total_tests_per_thousand": 1.43, - "tests_units": "people tested", - "stringency_index": 61.11 - }, - { - "date": "2020-03-19", - "total_cases": 690.0, - "new_cases": 121.0, - "new_cases_smoothed": 83.857, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 18.282, - "new_cases_per_million": 3.206, - "new_cases_smoothed_per_million": 2.222, - "total_deaths_per_million": 0.238, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 981.0, - "total_tests": 54956.0, - "total_tests_per_thousand": 1.456, - "new_tests_per_thousand": 0.026, - "tests_units": "people tested", - "stringency_index": 61.11 - }, - { - "date": "2020-03-20", - "total_cases": 846.0, - "new_cases": 156.0, - "new_cases_smoothed": 101.143, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 22.415, - "new_cases_per_million": 4.133, - "new_cases_smoothed_per_million": 2.68, - "total_deaths_per_million": 0.265, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.034, - "new_tests": 21858.0, - "total_tests": 76814.0, - "total_tests_per_thousand": 2.035, - "new_tests_per_thousand": 0.579, - "tests_units": "people tested", - "stringency_index": 71.3 - }, - { - "date": "2020-03-21", - "total_cases": 971.0, - "new_cases": 125.0, - "new_cases_smoothed": 113.571, - "total_deaths": 12.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 25.727, - "new_cases_per_million": 3.312, - "new_cases_smoothed_per_million": 3.009, - "total_deaths_per_million": 0.318, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.042, - "new_tests": 12069.0, - "total_tests": 88883.0, - "total_tests_per_thousand": 2.355, - "new_tests_per_thousand": 0.32, - "tests_units": "people tested", - "stringency_index": 71.3 - }, - { - "date": "2020-03-22", - "total_cases": 1302.0, - "new_cases": 331.0, - "new_cases_smoothed": 151.143, - "total_deaths": 18.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 34.497, - "new_cases_per_million": 8.77, - "new_cases_smoothed_per_million": 4.005, - "total_deaths_per_million": 0.477, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.064, - "new_tests": 9941.0, - "total_tests": 98824.0, - "total_tests_per_thousand": 2.618, - "new_tests_per_thousand": 0.263, - "tests_units": "people tested", - "stringency_index": 71.3 - }, - { - "date": "2020-03-23", - "total_cases": 1430.0, - "new_cases": 128.0, - "new_cases_smoothed": 160.857, - "total_deaths": 20.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 37.889, - "new_cases_per_million": 3.391, - "new_cases_smoothed_per_million": 4.262, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 8323.0, - "total_tests": 107147.0, - "total_tests_per_thousand": 2.839, - "new_tests_per_thousand": 0.221, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-24", - "total_cases": 1646.0, - "new_cases": 216.0, - "new_cases_smoothed": 174.571, - "total_deaths": 24.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 43.612, - "new_cases_per_million": 5.723, - "new_cases_smoothed_per_million": 4.625, - "total_deaths_per_million": 0.636, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 17915.0, - "total_tests": 125062.0, - "total_tests_per_thousand": 3.314, - "new_tests_per_thousand": 0.475, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-25", - "total_cases": 1959.0, - "new_cases": 313.0, - "new_cases_smoothed": 198.571, - "total_deaths": 27.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 51.905, - "new_cases_per_million": 8.293, - "new_cases_smoothed_per_million": 5.261, - "total_deaths_per_million": 0.715, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 17092.0, - "total_tests": 142154.0, - "total_tests_per_thousand": 3.766, - "new_tests_per_thousand": 0.453, - "new_tests_smoothed": 12597.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 63.438, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-26", - "total_cases": 3385.0, - "new_cases": 1426.0, - "new_cases_smoothed": 385.0, - "total_deaths": 35.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 89.688, - "new_cases_per_million": 37.783, - "new_cases_smoothed_per_million": 10.201, - "total_deaths_per_million": 0.927, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 19449.0, - "total_tests": 161603.0, - "total_tests_per_thousand": 4.282, - "new_tests_per_thousand": 0.515, - "new_tests_smoothed": 15235.0, - "new_tests_smoothed_per_thousand": 0.404, - "tests_per_case": 39.571, - "positive_rate": 0.025, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-27", - "total_cases": 4018.0, - "new_cases": 633.0, - "new_cases_smoothed": 453.143, - "total_deaths": 39.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 106.459, - "new_cases_per_million": 16.772, - "new_cases_smoothed_per_million": 12.006, - "total_deaths_per_million": 1.033, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.11, - "new_tests": 9041.0, - "total_tests": 170644.0, - "total_tests_per_thousand": 4.521, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 13404.0, - "new_tests_smoothed_per_thousand": 0.355, - "tests_per_case": 29.58, - "positive_rate": 0.034, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-28", - "total_cases": 4675.0, - "new_cases": 657.0, - "new_cases_smoothed": 529.143, - "total_deaths": 53.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 123.867, - "new_cases_per_million": 17.408, - "new_cases_smoothed_per_million": 14.02, - "total_deaths_per_million": 1.404, - "new_deaths_per_million": 0.371, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 13557.0, - "total_tests": 184201.0, - "total_tests_per_thousand": 4.881, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 13617.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 25.734, - "positive_rate": 0.039, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-29", - "total_cases": 5386.0, - "new_cases": 711.0, - "new_cases_smoothed": 583.429, - "total_deaths": 60.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 142.705, - "new_cases_per_million": 18.838, - "new_cases_smoothed_per_million": 15.458, - "total_deaths_per_million": 1.59, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 26234.0, - "total_tests": 210435.0, - "total_tests_per_thousand": 5.576, - "new_tests_per_thousand": 0.695, - "new_tests_smoothed": 15944.0, - "new_tests_smoothed_per_thousand": 0.422, - "tests_per_case": 27.328000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-30", - "total_cases": 6255.0, - "new_cases": 869.0, - "new_cases_smoothed": 689.286, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 165.73, - "new_cases_per_million": 23.025, - "new_cases_smoothed_per_million": 18.263, - "total_deaths_per_million": 1.616, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 30703.0, - "total_tests": 241138.0, - "total_tests_per_thousand": 6.389, - "new_tests_per_thousand": 0.813, - "new_tests_smoothed": 19142.0, - "new_tests_smoothed_per_thousand": 0.507, - "tests_per_case": 27.771, - "positive_rate": 0.036000000000000004, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-03-31", - "total_cases": 7424.0, - "new_cases": 1169.0, - "new_cases_smoothed": 825.429, - "total_deaths": 89.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 196.703, - "new_cases_per_million": 30.973, - "new_cases_smoothed_per_million": 21.87, - "total_deaths_per_million": 2.358, - "new_deaths_per_million": 0.742, - "new_deaths_smoothed_per_million": 0.246, - "new_tests_smoothed": 17710.0, - "new_tests_smoothed_per_thousand": 0.469, - "tests_per_case": 21.456, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-01", - "total_cases": 8536.0, - "new_cases": 1112.0, - "new_cases_smoothed": 939.571, - "total_deaths": 96.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 226.166, - "new_cases_per_million": 29.463, - "new_cases_smoothed_per_million": 24.894, - "total_deaths_per_million": 2.544, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.261, - "total_tests": 256933.0, - "total_tests_per_thousand": 6.808, - "new_tests_smoothed": 16397.0, - "new_tests_smoothed_per_thousand": 0.434, - "tests_per_case": 17.452, - "positive_rate": 0.057, - "tests_units": "people tested", - "stringency_index": 74.54 - }, - { - "date": "2020-04-02", - "total_cases": 9595.0, - "new_cases": 1059.0, - "new_cases_smoothed": 887.143, - "total_deaths": 109.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 254.225, - "new_cases_per_million": 28.059, - "new_cases_smoothed_per_million": 23.505, - "total_deaths_per_million": 2.888, - "new_deaths_per_million": 0.344, - "new_deaths_smoothed_per_million": 0.28, - "new_tests": 11221.0, - "total_tests": 268154.0, - "total_tests_per_thousand": 7.105, - "new_tests_per_thousand": 0.297, - "new_tests_smoothed": 15222.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 17.158, - "positive_rate": 0.057999999999999996, - "tests_units": "people tested", - "stringency_index": 74.54 - }, - { - "date": "2020-04-03", - "total_cases": 11268.0, - "new_cases": 1673.0, - "new_cases_smoothed": 1035.714, - "total_deaths": 138.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 298.552, - "new_cases_per_million": 44.327, - "new_cases_smoothed_per_million": 27.442, - "total_deaths_per_million": 3.656, - "new_deaths_per_million": 0.768, - "new_deaths_smoothed_per_million": 0.375, - "new_tests": 26911.0, - "total_tests": 295065.0, - "total_tests_per_thousand": 7.818, - "new_tests_per_thousand": 0.713, - "new_tests_smoothed": 17774.0, - "new_tests_smoothed_per_thousand": 0.471, - "tests_per_case": 17.160999999999998, - "positive_rate": 0.057999999999999996, - "tests_units": "people tested", - "stringency_index": 74.54 - }, - { - "date": "2020-04-04", - "total_cases": 12519.0, - "new_cases": 1251.0, - "new_cases_smoothed": 1120.571, - "total_deaths": 187.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 19.143, - "total_cases_per_million": 331.698, - "new_cases_per_million": 33.146, - "new_cases_smoothed_per_million": 29.69, - "total_deaths_per_million": 4.955, - "new_deaths_per_million": 1.298, - "new_deaths_smoothed_per_million": 0.507, - "new_tests": 16906.0, - "total_tests": 311971.0, - "total_tests_per_thousand": 8.266, - "new_tests_per_thousand": 0.448, - "new_tests_smoothed": 18253.0, - "new_tests_smoothed_per_thousand": 0.484, - "tests_per_case": 16.289, - "positive_rate": 0.061, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-05", - "total_cases": 13882.0, - "new_cases": 1363.0, - "new_cases_smoothed": 1213.714, - "total_deaths": 231.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 367.812, - "new_cases_per_million": 36.113, - "new_cases_smoothed_per_million": 32.158, - "total_deaths_per_million": 6.12, - "new_deaths_per_million": 1.166, - "new_deaths_smoothed_per_million": 0.647, - "new_tests": 22878.0, - "total_tests": 334849.0, - "total_tests_per_thousand": 8.872, - "new_tests_per_thousand": 0.606, - "new_tests_smoothed": 17773.0, - "new_tests_smoothed_per_thousand": 0.471, - "tests_per_case": 14.642999999999999, - "positive_rate": 0.068, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-06", - "total_cases": 15496.0, - "new_cases": 1614.0, - "new_cases_smoothed": 1320.143, - "total_deaths": 280.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 31.286, - "total_cases_per_million": 410.575, - "new_cases_per_million": 42.764, - "new_cases_smoothed_per_million": 34.978, - "total_deaths_per_million": 7.419, - "new_deaths_per_million": 1.298, - "new_deaths_smoothed_per_million": 0.829, - "new_tests": 1957.0, - "total_tests": 336806.0, - "total_tests_per_thousand": 8.924, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 13667.0, - "new_tests_smoothed_per_thousand": 0.362, - "tests_per_case": 10.353, - "positive_rate": 0.09699999999999999, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-07", - "total_cases": 16653.0, - "new_cases": 1157.0, - "new_cases_smoothed": 1318.429, - "total_deaths": 323.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 441.231, - "new_cases_per_million": 30.655, - "new_cases_smoothed_per_million": 34.933, - "total_deaths_per_million": 8.558, - "new_deaths_per_million": 1.139, - "new_deaths_smoothed_per_million": 0.886, - "new_tests": 9701.0, - "total_tests": 346507.0, - "total_tests_per_thousand": 9.181, - "new_tests_per_thousand": 0.257, - "new_tests_smoothed": 13924.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 10.561, - "positive_rate": 0.095, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-08", - "total_cases": 17883.0, - "new_cases": 1230.0, - "new_cases_smoothed": 1335.286, - "total_deaths": 380.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 473.82, - "new_cases_per_million": 32.59, - "new_cases_smoothed_per_million": 35.379, - "total_deaths_per_million": 10.068, - "new_deaths_per_million": 1.51, - "new_deaths_smoothed_per_million": 1.075, - "new_tests": 12762.0, - "total_tests": 359269.0, - "total_tests_per_thousand": 9.519, - "new_tests_per_thousand": 0.338, - "new_tests_smoothed": 14619.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_per_case": 10.948, - "positive_rate": 0.091, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-09", - "total_cases": 19274.0, - "new_cases": 1391.0, - "new_cases_smoothed": 1382.714, - "total_deaths": 435.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 46.571, - "total_cases_per_million": 510.676, - "new_cases_per_million": 36.855, - "new_cases_smoothed_per_million": 36.636, - "total_deaths_per_million": 11.526, - "new_deaths_per_million": 1.457, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 14312.0, - "total_tests": 373581.0, - "total_tests_per_thousand": 9.898, - "new_tests_per_thousand": 0.379, - "new_tests_smoothed": 15061.0, - "new_tests_smoothed_per_thousand": 0.399, - "tests_per_case": 10.892000000000001, - "positive_rate": 0.092, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-10", - "total_cases": 20748.0, - "new_cases": 1474.0, - "new_cases_smoothed": 1354.286, - "total_deaths": 509.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 53.0, - "total_cases_per_million": 549.73, - "new_cases_per_million": 39.054, - "new_cases_smoothed_per_million": 35.883, - "total_deaths_per_million": 13.486, - "new_deaths_per_million": 1.961, - "new_deaths_smoothed_per_million": 1.404, - "new_tests": 9741.0, - "total_tests": 383322.0, - "total_tests_per_thousand": 10.156, - "new_tests_per_thousand": 0.258, - "new_tests_smoothed": 12608.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 9.31, - "positive_rate": 0.107, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-11", - "total_cases": 22133.0, - "new_cases": 1385.0, - "new_cases_smoothed": 1373.429, - "total_deaths": 569.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 54.571, - "total_cases_per_million": 586.426, - "new_cases_per_million": 36.696, - "new_cases_smoothed_per_million": 36.39, - "total_deaths_per_million": 15.076, - "new_deaths_per_million": 1.59, - "new_deaths_smoothed_per_million": 1.446, - "new_tests": 18230.0, - "total_tests": 401552.0, - "total_tests_per_thousand": 10.639, - "new_tests_per_thousand": 0.483, - "new_tests_smoothed": 12797.0, - "new_tests_smoothed_per_thousand": 0.339, - "tests_per_case": 9.318, - "positive_rate": 0.107, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-12", - "total_cases": 23301.0, - "new_cases": 1168.0, - "new_cases_smoothed": 1345.571, - "total_deaths": 653.0, - "new_deaths": 84.0, - "new_deaths_smoothed": 60.286, - "total_cases_per_million": 617.373, - "new_cases_per_million": 30.947, - "new_cases_smoothed_per_million": 35.652, - "total_deaths_per_million": 17.302, - "new_deaths_per_million": 2.226, - "new_deaths_smoothed_per_million": 1.597, - "new_tests": 3099.0, - "total_tests": 404651.0, - "total_tests_per_thousand": 10.721, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 9972.0, - "new_tests_smoothed_per_thousand": 0.264, - "tests_per_case": 7.4110000000000005, - "positive_rate": 0.135, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-13", - "total_cases": 24365.0, - "new_cases": 1064.0, - "new_cases_smoothed": 1267.0, - "total_deaths": 717.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 62.429, - "total_cases_per_million": 645.565, - "new_cases_per_million": 28.191, - "new_cases_smoothed_per_million": 33.57, - "total_deaths_per_million": 18.997, - "new_deaths_per_million": 1.696, - "new_deaths_smoothed_per_million": 1.654, - "new_tests": 24269.0, - "total_tests": 428920.0, - "total_tests_per_thousand": 11.364, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 13159.0, - "new_tests_smoothed_per_thousand": 0.349, - "tests_per_case": 10.386, - "positive_rate": 0.096, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-14", - "total_cases": 25663.0, - "new_cases": 1298.0, - "new_cases_smoothed": 1287.143, - "total_deaths": 780.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 65.286, - "total_cases_per_million": 679.956, - "new_cases_per_million": 34.391, - "new_cases_smoothed_per_million": 34.104, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 1.669, - "new_deaths_smoothed_per_million": 1.73, - "new_tests": 21797.0, - "total_tests": 450717.0, - "total_tests_per_thousand": 11.942, - "new_tests_per_thousand": 0.578, - "new_tests_smoothed": 14887.0, - "new_tests_smoothed_per_thousand": 0.394, - "tests_per_case": 11.565999999999999, - "positive_rate": 0.086, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-15", - "total_cases": 27046.0, - "new_cases": 1383.0, - "new_cases_smoothed": 1309.0, - "total_deaths": 903.0, - "new_deaths": 123.0, - "new_deaths_smoothed": 74.714, - "total_cases_per_million": 716.599, - "new_cases_per_million": 36.643, - "new_cases_smoothed_per_million": 34.683, - "total_deaths_per_million": 23.926, - "new_deaths_per_million": 3.259, - "new_deaths_smoothed_per_million": 1.98, - "new_tests": 11636.0, - "total_tests": 462353.0, - "total_tests_per_thousand": 12.25, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 14726.0, - "new_tests_smoothed_per_thousand": 0.39, - "tests_per_case": 11.25, - "positive_rate": 0.08900000000000001, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-16", - "total_cases": 28364.0, - "new_cases": 1318.0, - "new_cases_smoothed": 1298.571, - "total_deaths": 1010.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 82.143, - "total_cases_per_million": 751.52, - "new_cases_per_million": 34.921, - "new_cases_smoothed_per_million": 34.406, - "total_deaths_per_million": 26.761, - "new_deaths_per_million": 2.835, - "new_deaths_smoothed_per_million": 2.176, - "new_tests": 24707.0, - "total_tests": 487060.0, - "total_tests_per_thousand": 12.905, - "new_tests_per_thousand": 0.655, - "new_tests_smoothed": 16211.0, - "new_tests_smoothed_per_thousand": 0.43, - "tests_per_case": 12.484000000000002, - "positive_rate": 0.08, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-17", - "total_cases": 30081.0, - "new_cases": 1717.0, - "new_cases_smoothed": 1333.286, - "total_deaths": 1193.0, - "new_deaths": 183.0, - "new_deaths_smoothed": 97.714, - "total_cases_per_million": 797.013, - "new_cases_per_million": 45.493, - "new_cases_smoothed_per_million": 35.326, - "total_deaths_per_million": 31.609, - "new_deaths_per_million": 4.849, - "new_deaths_smoothed_per_million": 2.589, - "new_tests": 15943.0, - "total_tests": 503003.0, - "total_tests_per_thousand": 13.327, - "new_tests_per_thousand": 0.422, - "new_tests_smoothed": 17097.0, - "new_tests_smoothed_per_thousand": 0.453, - "tests_per_case": 12.823, - "positive_rate": 0.078, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-18", - "total_cases": 31872.0, - "new_cases": 1791.0, - "new_cases_smoothed": 1391.286, - "total_deaths": 1309.0, - "new_deaths": 116.0, - "new_deaths_smoothed": 105.714, - "total_cases_per_million": 844.467, - "new_cases_per_million": 47.454, - "new_cases_smoothed_per_million": 36.863, - "total_deaths_per_million": 34.683, - "new_deaths_per_million": 3.073, - "new_deaths_smoothed_per_million": 2.801, - "new_tests": 13213.0, - "total_tests": 516216.0, - "total_tests_per_thousand": 13.677, - "new_tests_per_thousand": 0.35, - "new_tests_smoothed": 16381.0, - "new_tests_smoothed_per_thousand": 0.434, - "tests_per_case": 11.774000000000001, - "positive_rate": 0.085, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-19", - "total_cases": 33341.0, - "new_cases": 1469.0, - "new_cases_smoothed": 1434.286, - "total_deaths": 1467.0, - "new_deaths": 158.0, - "new_deaths_smoothed": 116.286, - "total_cases_per_million": 883.389, - "new_cases_per_million": 38.922, - "new_cases_smoothed_per_million": 38.002, - "total_deaths_per_million": 38.869, - "new_deaths_per_million": 4.186, - "new_deaths_smoothed_per_million": 3.081, - "new_tests": 19846.0, - "total_tests": 536062.0, - "total_tests_per_thousand": 14.203, - "new_tests_per_thousand": 0.526, - "new_tests_smoothed": 18773.0, - "new_tests_smoothed_per_thousand": 0.497, - "tests_per_case": 13.089, - "positive_rate": 0.076, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-20", - "total_cases": 34777.0, - "new_cases": 1436.0, - "new_cases_smoothed": 1487.429, - "total_deaths": 1580.0, - "new_deaths": 113.0, - "new_deaths_smoothed": 123.286, - "total_cases_per_million": 921.436, - "new_cases_per_million": 38.048, - "new_cases_smoothed_per_million": 39.41, - "total_deaths_per_million": 41.863, - "new_deaths_per_million": 2.994, - "new_deaths_smoothed_per_million": 3.267, - "new_tests": 19489.0, - "total_tests": 555551.0, - "total_tests_per_thousand": 14.72, - "new_tests_per_thousand": 0.516, - "new_tests_smoothed": 18090.0, - "new_tests_smoothed_per_thousand": 0.479, - "tests_per_case": 12.162, - "positive_rate": 0.08199999999999999, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-21", - "total_cases": 36823.0, - "new_cases": 2046.0, - "new_cases_smoothed": 1594.286, - "total_deaths": 1690.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 130.0, - "total_cases_per_million": 975.646, - "new_cases_per_million": 54.21, - "new_cases_smoothed_per_million": 42.242, - "total_deaths_per_million": 44.778, - "new_deaths_per_million": 2.915, - "new_deaths_smoothed_per_million": 3.444, - "new_tests": 10380.0, - "total_tests": 565931.0, - "total_tests_per_thousand": 14.995, - "new_tests_per_thousand": 0.275, - "new_tests_smoothed": 16459.0, - "new_tests_smoothed_per_thousand": 0.436, - "tests_per_case": 10.324000000000002, - "positive_rate": 0.09699999999999999, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-22", - "total_cases": 38413.0, - "new_cases": 1590.0, - "new_cases_smoothed": 1623.857, - "total_deaths": 1834.0, - "new_deaths": 144.0, - "new_deaths_smoothed": 133.0, - "total_cases_per_million": 1017.774, - "new_cases_per_million": 42.128, - "new_cases_smoothed_per_million": 43.025, - "total_deaths_per_million": 48.593, - "new_deaths_per_million": 3.815, - "new_deaths_smoothed_per_million": 3.524, - "new_tests": 10417.0, - "total_tests": 576348.0, - "total_tests_per_thousand": 15.271, - "new_tests_per_thousand": 0.276, - "new_tests_smoothed": 16285.0, - "new_tests_smoothed_per_thousand": 0.431, - "tests_per_case": 10.029, - "positive_rate": 0.1, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-23", - "total_cases": 40179.0, - "new_cases": 1766.0, - "new_cases_smoothed": 1687.857, - "total_deaths": 1974.0, - "new_deaths": 140.0, - "new_deaths_smoothed": 137.714, - "total_cases_per_million": 1064.566, - "new_cases_per_million": 46.791, - "new_cases_smoothed_per_million": 44.721, - "total_deaths_per_million": 52.302, - "new_deaths_per_million": 3.709, - "new_deaths_smoothed_per_million": 3.649, - "new_tests": 43753.0, - "total_tests": 620101.0, - "total_tests_per_thousand": 16.43, - "new_tests_per_thousand": 1.159, - "new_tests_smoothed": 19006.0, - "new_tests_smoothed_per_thousand": 0.504, - "tests_per_case": 11.26, - "positive_rate": 0.08900000000000001, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-24", - "total_cases": 42099.0, - "new_cases": 1920.0, - "new_cases_smoothed": 1716.857, - "total_deaths": 2146.0, - "new_deaths": 172.0, - "new_deaths_smoothed": 136.143, - "total_cases_per_million": 1115.437, - "new_cases_per_million": 50.871, - "new_cases_smoothed_per_million": 45.489, - "total_deaths_per_million": 56.859, - "new_deaths_per_million": 4.557, - "new_deaths_smoothed_per_million": 3.607, - "new_tests": 23297.0, - "total_tests": 643398.0, - "total_tests_per_thousand": 17.047, - "new_tests_per_thousand": 0.617, - "new_tests_smoothed": 20056.0, - "new_tests_smoothed_per_thousand": 0.531, - "tests_per_case": 11.682, - "positive_rate": 0.086, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-25", - "total_cases": 43877.0, - "new_cases": 1778.0, - "new_cases_smoothed": 1715.0, - "total_deaths": 2302.0, - "new_deaths": 156.0, - "new_deaths_smoothed": 141.857, - "total_cases_per_million": 1162.546, - "new_cases_per_million": 47.109, - "new_cases_smoothed_per_million": 45.44, - "total_deaths_per_million": 60.993, - "new_deaths_per_million": 4.133, - "new_deaths_smoothed_per_million": 3.759, - "new_tests": 26160.0, - "total_tests": 669558.0, - "total_tests_per_thousand": 17.74, - "new_tests_per_thousand": 0.693, - "new_tests_smoothed": 21906.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 12.773, - "positive_rate": 0.078, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-26", - "total_cases": 45341.0, - "new_cases": 1464.0, - "new_cases_smoothed": 1714.286, - "total_deaths": 2465.0, - "new_deaths": 163.0, - "new_deaths_smoothed": 142.571, - "total_cases_per_million": 1201.336, - "new_cases_per_million": 38.79, - "new_cases_smoothed_per_million": 45.421, - "total_deaths_per_million": 65.312, - "new_deaths_per_million": 4.319, - "new_deaths_smoothed_per_million": 3.778, - "new_tests": 22105.0, - "total_tests": 691663.0, - "total_tests_per_thousand": 18.326, - "new_tests_per_thousand": 0.586, - "new_tests_smoothed": 22229.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 12.967, - "positive_rate": 0.077, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-27", - "total_cases": 46884.0, - "new_cases": 1543.0, - "new_cases_smoothed": 1729.571, - "total_deaths": 2560.0, - "new_deaths": 95.0, - "new_deaths_smoothed": 140.0, - "total_cases_per_million": 1242.218, - "new_cases_per_million": 40.883, - "new_cases_smoothed_per_million": 45.826, - "total_deaths_per_million": 67.829, - "new_deaths_per_million": 2.517, - "new_deaths_smoothed_per_million": 3.709, - "new_tests": 25788.0, - "total_tests": 717451.0, - "total_tests_per_thousand": 19.009, - "new_tests_per_thousand": 0.683, - "new_tests_smoothed": 23129.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 13.373, - "positive_rate": 0.075, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-28", - "total_cases": 48489.0, - "new_cases": 1605.0, - "new_cases_smoothed": 1666.571, - "total_deaths": 2707.0, - "new_deaths": 147.0, - "new_deaths_smoothed": 145.286, - "total_cases_per_million": 1284.744, - "new_cases_per_million": 42.525, - "new_cases_smoothed_per_million": 44.157, - "total_deaths_per_million": 71.724, - "new_deaths_per_million": 3.895, - "new_deaths_smoothed_per_million": 3.849, - "new_tests": 23408.0, - "total_tests": 740859.0, - "total_tests_per_thousand": 19.629, - "new_tests_per_thousand": 0.62, - "new_tests_smoothed": 24990.0, - "new_tests_smoothed_per_thousand": 0.662, - "tests_per_case": 14.995, - "positive_rate": 0.067, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-29", - "total_cases": 50015.0, - "new_cases": 1526.0, - "new_cases_smoothed": 1657.429, - "total_deaths": 2859.0, - "new_deaths": 152.0, - "new_deaths_smoothed": 146.429, - "total_cases_per_million": 1325.176, - "new_cases_per_million": 40.432, - "new_cases_smoothed_per_million": 43.915, - "total_deaths_per_million": 75.751, - "new_deaths_per_million": 4.027, - "new_deaths_smoothed_per_million": 3.88, - "new_tests": 17553.0, - "total_tests": 758412.0, - "total_tests_per_thousand": 20.095, - "new_tests_per_thousand": 0.465, - "new_tests_smoothed": 26009.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 15.692, - "positive_rate": 0.064, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-04-30", - "total_cases": 51587.0, - "new_cases": 1572.0, - "new_cases_smoothed": 1629.714, - "total_deaths": 2996.0, - "new_deaths": 137.0, - "new_deaths_smoothed": 146.0, - "total_cases_per_million": 1366.827, - "new_cases_per_million": 41.651, - "new_cases_smoothed_per_million": 43.18, - "total_deaths_per_million": 79.381, - "new_deaths_per_million": 3.63, - "new_deaths_smoothed_per_million": 3.868, - "new_tests": 29871.0, - "total_tests": 788283.0, - "total_tests_per_thousand": 20.886, - "new_tests_per_thousand": 0.791, - "new_tests_smoothed": 24026.0, - "new_tests_smoothed_per_thousand": 0.637, - "tests_per_case": 14.742, - "positive_rate": 0.068, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-01", - "total_cases": 53236.0, - "new_cases": 1649.0, - "new_cases_smoothed": 1591.0, - "total_deaths": 3184.0, - "new_deaths": 188.0, - "new_deaths_smoothed": 148.286, - "total_cases_per_million": 1410.518, - "new_cases_per_million": 43.691, - "new_cases_smoothed_per_million": 42.154, - "total_deaths_per_million": 84.362, - "new_deaths_per_million": 4.981, - "new_deaths_smoothed_per_million": 3.929, - "new_tests": 43939.0, - "total_tests": 832222.0, - "total_tests_per_thousand": 22.05, - "new_tests_per_thousand": 1.164, - "new_tests_smoothed": 26975.0, - "new_tests_smoothed_per_thousand": 0.715, - "tests_per_case": 16.955, - "positive_rate": 0.059000000000000004, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-02", - "total_cases": 55061.0, - "new_cases": 1825.0, - "new_cases_smoothed": 1597.714, - "total_deaths": 3391.0, - "new_deaths": 207.0, - "new_deaths_smoothed": 155.571, - "total_cases_per_million": 1458.873, - "new_cases_per_million": 48.354, - "new_cases_smoothed_per_million": 42.332, - "total_deaths_per_million": 89.846, - "new_deaths_per_million": 5.485, - "new_deaths_smoothed_per_million": 4.122, - "new_tests_smoothed": 27614.0, - "new_tests_smoothed_per_thousand": 0.732, - "tests_per_case": 17.283, - "positive_rate": 0.057999999999999996, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-03", - "total_cases": 56714.0, - "new_cases": 1653.0, - "new_cases_smoothed": 1624.714, - "total_deaths": 3566.0, - "new_deaths": 175.0, - "new_deaths_smoothed": 157.286, - "total_cases_per_million": 1502.67, - "new_cases_per_million": 43.797, - "new_cases_smoothed_per_million": 43.048, - "total_deaths_per_million": 94.483, - "new_deaths_per_million": 4.637, - "new_deaths_smoothed_per_million": 4.167, - "total_tests": 893490.0, - "total_tests_per_thousand": 23.674, - "new_tests_smoothed": 28832.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 17.746, - "positive_rate": 0.055999999999999994, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-04", - "total_cases": 59474.0, - "new_cases": 2760.0, - "new_cases_smoothed": 1798.571, - "total_deaths": 3682.0, - "new_deaths": 116.0, - "new_deaths_smoothed": 160.286, - "total_cases_per_million": 1575.798, - "new_cases_per_million": 73.128, - "new_cases_smoothed_per_million": 47.654, - "total_deaths_per_million": 97.557, - "new_deaths_per_million": 3.073, - "new_deaths_smoothed_per_million": 4.247, - "new_tests": 25878.0, - "total_tests": 919368.0, - "total_tests_per_thousand": 24.359, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 28845.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 16.038, - "positive_rate": 0.062, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-05", - "total_cases": 60772.0, - "new_cases": 1298.0, - "new_cases_smoothed": 1754.714, - "total_deaths": 3854.0, - "new_deaths": 172.0, - "new_deaths_smoothed": 163.857, - "total_cases_per_million": 1610.189, - "new_cases_per_million": 34.391, - "new_cases_smoothed_per_million": 46.492, - "total_deaths_per_million": 102.114, - "new_deaths_per_million": 4.557, - "new_deaths_smoothed_per_million": 4.341, - "new_tests": 21199.0, - "total_tests": 940567.0, - "total_tests_per_thousand": 24.921, - "new_tests_per_thousand": 0.562, - "new_tests_smoothed": 28530.0, - "new_tests_smoothed_per_thousand": 0.756, - "tests_per_case": 16.259, - "positive_rate": 0.062, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-06", - "total_cases": 62046.0, - "new_cases": 1274.0, - "new_cases_smoothed": 1718.714, - "total_deaths": 4043.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 169.143, - "total_cases_per_million": 1643.944, - "new_cases_per_million": 33.755, - "new_cases_smoothed_per_million": 45.538, - "total_deaths_per_million": 107.122, - "new_deaths_per_million": 5.008, - "new_deaths_smoothed_per_million": 4.482, - "new_tests": 1959.0, - "total_tests": 942526.0, - "total_tests_per_thousand": 24.973, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 26302.0, - "new_tests_smoothed_per_thousand": 0.697, - "tests_per_case": 15.302999999999999, - "positive_rate": 0.065, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-07", - "total_cases": 63496.0, - "new_cases": 1450.0, - "new_cases_smoothed": 1701.286, - "total_deaths": 4232.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 176.571, - "total_cases_per_million": 1682.363, - "new_cases_per_million": 38.419, - "new_cases_smoothed_per_million": 45.077, - "total_deaths_per_million": 112.129, - "new_deaths_per_million": 5.008, - "new_deaths_smoothed_per_million": 4.678, - "new_tests": 59356.0, - "total_tests": 1001882.0, - "total_tests_per_thousand": 26.545, - "new_tests_per_thousand": 1.573, - "new_tests_smoothed": 30514.0, - "new_tests_smoothed_per_thousand": 0.808, - "tests_per_case": 17.936, - "positive_rate": 0.055999999999999994, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-08", - "total_cases": 64922.0, - "new_cases": 1426.0, - "new_cases_smoothed": 1669.429, - "total_deaths": 4408.0, - "new_deaths": 176.0, - "new_deaths_smoothed": 174.857, - "total_cases_per_million": 1720.145, - "new_cases_per_million": 37.783, - "new_cases_smoothed_per_million": 44.232, - "total_deaths_per_million": 116.792, - "new_deaths_per_million": 4.663, - "new_deaths_smoothed_per_million": 4.633, - "new_tests": 30130.0, - "total_tests": 1032012.0, - "total_tests_per_thousand": 27.344, - "new_tests_per_thousand": 0.798, - "new_tests_smoothed": 28541.0, - "new_tests_smoothed_per_thousand": 0.756, - "tests_per_case": 17.096, - "positive_rate": 0.057999999999999996, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-09", - "total_cases": 66434.0, - "new_cases": 1512.0, - "new_cases_smoothed": 1624.714, - "total_deaths": 4569.0, - "new_deaths": 161.0, - "new_deaths_smoothed": 168.286, - "total_cases_per_million": 1760.207, - "new_cases_per_million": 40.061, - "new_cases_smoothed_per_million": 43.048, - "total_deaths_per_million": 121.058, - "new_deaths_per_million": 4.266, - "new_deaths_smoothed_per_million": 4.459, - "new_tests": 35583.0, - "total_tests": 1067595.0, - "total_tests_per_thousand": 28.287, - "new_tests_per_thousand": 0.943, - "new_tests_smoothed": 29248.0, - "new_tests_smoothed_per_thousand": 0.775, - "tests_per_case": 18.002, - "positive_rate": 0.055999999999999994, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-10", - "total_cases": 67702.0, - "new_cases": 1268.0, - "new_cases_smoothed": 1569.714, - "total_deaths": 4693.0, - "new_deaths": 124.0, - "new_deaths_smoothed": 161.0, - "total_cases_per_million": 1793.803, - "new_cases_per_million": 33.596, - "new_cases_smoothed_per_million": 41.59, - "total_deaths_per_million": 124.344, - "new_deaths_per_million": 3.285, - "new_deaths_smoothed_per_million": 4.266, - "new_tests": 25633.0, - "total_tests": 1093228.0, - "total_tests_per_thousand": 28.966, - "new_tests_per_thousand": 0.679, - "new_tests_smoothed": 28534.0, - "new_tests_smoothed_per_thousand": 0.756, - "tests_per_case": 18.178, - "positive_rate": 0.055, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-05-11", - "total_cases": 68848.0, - "new_cases": 1146.0, - "new_cases_smoothed": 1339.143, - "total_deaths": 4871.0, - "new_deaths": 178.0, - "new_deaths_smoothed": 169.857, - "total_cases_per_million": 1824.167, - "new_cases_per_million": 30.364, - "new_cases_smoothed_per_million": 35.481, - "total_deaths_per_million": 129.06, - "new_deaths_per_million": 4.716, - "new_deaths_smoothed_per_million": 4.5, - "new_tests": 25722.0, - "total_tests": 1118950.0, - "total_tests_per_thousand": 29.647, - "new_tests_per_thousand": 0.682, - "new_tests_smoothed": 28512.0, - "new_tests_smoothed_per_thousand": 0.755, - "tests_per_case": 21.291, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-12", - "total_cases": 69981.0, - "new_cases": 1133.0, - "new_cases_smoothed": 1315.571, - "total_deaths": 4993.0, - "new_deaths": 122.0, - "new_deaths_smoothed": 162.714, - "total_cases_per_million": 1854.187, - "new_cases_per_million": 30.019, - "new_cases_smoothed_per_million": 34.857, - "total_deaths_per_million": 132.292, - "new_deaths_per_million": 3.232, - "new_deaths_smoothed_per_million": 4.311, - "new_tests": 26733.0, - "total_tests": 1145683.0, - "total_tests_per_thousand": 30.356, - "new_tests_per_thousand": 0.708, - "new_tests_smoothed": 29302.0, - "new_tests_smoothed_per_thousand": 0.776, - "tests_per_case": 22.273000000000003, - "positive_rate": 0.045, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-13", - "total_cases": 71157.0, - "new_cases": 1176.0, - "new_cases_smoothed": 1301.571, - "total_deaths": 5169.0, - "new_deaths": 176.0, - "new_deaths_smoothed": 160.857, - "total_cases_per_million": 1885.345, - "new_cases_per_million": 31.159, - "new_cases_smoothed_per_million": 34.486, - "total_deaths_per_million": 136.956, - "new_deaths_per_million": 4.663, - "new_deaths_smoothed_per_million": 4.262, - "new_tests": 23697.0, - "total_tests": 1169380.0, - "total_tests_per_thousand": 30.983, - "new_tests_per_thousand": 0.628, - "new_tests_smoothed": 32408.0, - "new_tests_smoothed_per_thousand": 0.859, - "tests_per_case": 24.899, - "positive_rate": 0.04, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-14", - "total_cases": 72278.0, - "new_cases": 1121.0, - "new_cases_smoothed": 1254.571, - "total_deaths": 5304.0, - "new_deaths": 135.0, - "new_deaths_smoothed": 153.143, - "total_cases_per_million": 1915.047, - "new_cases_per_million": 29.702, - "new_cases_smoothed_per_million": 33.241, - "total_deaths_per_million": 140.533, - "new_deaths_per_million": 3.577, - "new_deaths_smoothed_per_million": 4.058, - "new_tests": 3416.0, - "total_tests": 1172796.0, - "total_tests_per_thousand": 31.074, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 24416.0, - "new_tests_smoothed_per_thousand": 0.647, - "tests_per_case": 19.462, - "positive_rate": 0.051, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-15", - "total_cases": 73401.0, - "new_cases": 1123.0, - "new_cases_smoothed": 1211.286, - "total_deaths": 5472.0, - "new_deaths": 168.0, - "new_deaths_smoothed": 152.0, - "total_cases_per_million": 1944.801, - "new_cases_per_million": 29.755, - "new_cases_smoothed_per_million": 32.094, - "total_deaths_per_million": 144.984, - "new_deaths_per_million": 4.451, - "new_deaths_smoothed_per_million": 4.027, - "new_tests": 60116.0, - "total_tests": 1232912.0, - "total_tests_per_thousand": 32.667, - "new_tests_per_thousand": 1.593, - "new_tests_smoothed": 28700.0, - "new_tests_smoothed_per_thousand": 0.76, - "tests_per_case": 23.694000000000003, - "positive_rate": 0.042, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-16", - "total_cases": 74602.0, - "new_cases": 1201.0, - "new_cases_smoothed": 1166.857, - "total_deaths": 5562.0, - "new_deaths": 90.0, - "new_deaths_smoothed": 141.857, - "total_cases_per_million": 1976.623, - "new_cases_per_million": 31.821, - "new_cases_smoothed_per_million": 30.917, - "total_deaths_per_million": 147.368, - "new_deaths_per_million": 2.385, - "new_deaths_smoothed_per_million": 3.759, - "new_tests": 32590.0, - "total_tests": 1265502.0, - "total_tests_per_thousand": 33.53, - "new_tests_per_thousand": 0.863, - "new_tests_smoothed": 28272.0, - "new_tests_smoothed_per_thousand": 0.749, - "tests_per_case": 24.229, - "positive_rate": 0.040999999999999995, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-17", - "total_cases": 75853.0, - "new_cases": 1251.0, - "new_cases_smoothed": 1164.429, - "total_deaths": 5679.0, - "new_deaths": 117.0, - "new_deaths_smoothed": 140.857, - "total_cases_per_million": 2009.769, - "new_cases_per_million": 33.146, - "new_cases_smoothed_per_million": 30.852, - "total_deaths_per_million": 150.468, - "new_deaths_per_million": 3.1, - "new_deaths_smoothed_per_million": 3.732, - "new_tests": 31193.0, - "total_tests": 1296695.0, - "total_tests_per_thousand": 34.357, - "new_tests_per_thousand": 0.826, - "new_tests_smoothed": 29067.0, - "new_tests_smoothed_per_thousand": 0.77, - "tests_per_case": 24.962, - "positive_rate": 0.04, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-18", - "total_cases": 76991.0, - "new_cases": 1138.0, - "new_cases_smoothed": 1163.286, - "total_deaths": 5782.0, - "new_deaths": 103.0, - "new_deaths_smoothed": 130.143, - "total_cases_per_million": 2039.921, - "new_cases_per_million": 30.152, - "new_cases_smoothed_per_million": 30.822, - "total_deaths_per_million": 153.197, - "new_deaths_per_million": 2.729, - "new_deaths_smoothed_per_million": 3.448, - "new_tests": 23292.0, - "total_tests": 1319987.0, - "total_tests_per_thousand": 34.974, - "new_tests_per_thousand": 0.617, - "new_tests_smoothed": 28720.0, - "new_tests_smoothed_per_thousand": 0.761, - "tests_per_case": 24.689, - "positive_rate": 0.040999999999999995, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-19", - "total_cases": 78061.0, - "new_cases": 1070.0, - "new_cases_smoothed": 1154.286, - "total_deaths": 5842.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 121.286, - "total_cases_per_million": 2068.271, - "new_cases_per_million": 28.35, - "new_cases_smoothed_per_million": 30.583, - "total_deaths_per_million": 154.787, - "new_deaths_per_million": 1.59, - "new_deaths_smoothed_per_million": 3.214, - "new_tests": 16980.0, - "total_tests": 1336967.0, - "total_tests_per_thousand": 35.424, - "new_tests_per_thousand": 0.45, - "new_tests_smoothed": 27326.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 23.674, - "positive_rate": 0.042, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-20", - "total_cases": 79101.0, - "new_cases": 1040.0, - "new_cases_smoothed": 1134.857, - "total_deaths": 5912.0, - "new_deaths": 70.0, - "new_deaths_smoothed": 106.143, - "total_cases_per_million": 2095.826, - "new_cases_per_million": 27.555, - "new_cases_smoothed_per_million": 30.069, - "total_deaths_per_million": 156.642, - "new_deaths_per_million": 1.855, - "new_deaths_smoothed_per_million": 2.812, - "new_tests": 35962.0, - "total_tests": 1372929.0, - "total_tests_per_thousand": 36.377, - "new_tests_per_thousand": 0.953, - "new_tests_smoothed": 29078.0, - "new_tests_smoothed_per_thousand": 0.77, - "tests_per_case": 25.623, - "positive_rate": 0.039, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-21", - "total_cases": 80091.0, - "new_cases": 990.0, - "new_cases_smoothed": 1116.143, - "total_deaths": 6030.0, - "new_deaths": 118.0, - "new_deaths_smoothed": 103.714, - "total_cases_per_million": 2122.057, - "new_cases_per_million": 26.231, - "new_cases_smoothed_per_million": 29.573, - "total_deaths_per_million": 159.768, - "new_deaths_per_million": 3.126, - "new_deaths_smoothed_per_million": 2.748, - "new_tests": 2121.0, - "total_tests": 1375050.0, - "total_tests_per_thousand": 36.433, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 28893.0, - "new_tests_smoothed_per_thousand": 0.766, - "tests_per_case": 25.886, - "positive_rate": 0.039, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-22", - "total_cases": 81313.0, - "new_cases": 1222.0, - "new_cases_smoothed": 1130.286, - "total_deaths": 6152.0, - "new_deaths": 122.0, - "new_deaths_smoothed": 97.143, - "total_cases_per_million": 2154.434, - "new_cases_per_million": 32.378, - "new_cases_smoothed_per_million": 29.948, - "total_deaths_per_million": 163.001, - "new_deaths_per_million": 3.232, - "new_deaths_smoothed_per_million": 2.574, - "new_tests": 26514.0, - "total_tests": 1401564.0, - "total_tests_per_thousand": 37.135, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 24093.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 21.316, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-23", - "total_cases": 82469.0, - "new_cases": 1156.0, - "new_cases_smoothed": 1123.857, - "total_deaths": 6250.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 98.286, - "total_cases_per_million": 2185.063, - "new_cases_per_million": 30.629, - "new_cases_smoothed_per_million": 29.777, - "total_deaths_per_million": 165.597, - "new_deaths_per_million": 2.597, - "new_deaths_smoothed_per_million": 2.604, - "new_tests": 30347.0, - "total_tests": 1431911.0, - "total_tests_per_thousand": 37.939, - "new_tests_per_thousand": 0.804, - "new_tests_smoothed": 23773.0, - "new_tests_smoothed_per_thousand": 0.63, - "tests_per_case": 21.153000000000002, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-24", - "total_cases": 83610.0, - "new_cases": 1141.0, - "new_cases_smoothed": 1108.143, - "total_deaths": 6355.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 96.571, - "total_cases_per_million": 2215.295, - "new_cases_per_million": 30.231, - "new_cases_smoothed_per_million": 29.361, - "total_deaths_per_million": 168.379, - "new_deaths_per_million": 2.782, - "new_deaths_smoothed_per_million": 2.559, - "new_tests": 22979.0, - "total_tests": 1454890.0, - "total_tests_per_thousand": 38.548, - "new_tests_per_thousand": 0.609, - "new_tests_smoothed": 22599.0, - "new_tests_smoothed_per_thousand": 0.599, - "tests_per_case": 20.394000000000002, - "positive_rate": 0.049, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-25", - "total_cases": 84688.0, - "new_cases": 1078.0, - "new_cases_smoothed": 1099.571, - "total_deaths": 6424.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 91.714, - "total_cases_per_million": 2243.857, - "new_cases_per_million": 28.562, - "new_cases_smoothed_per_million": 29.134, - "total_deaths_per_million": 170.208, - "new_deaths_per_million": 1.828, - "new_deaths_smoothed_per_million": 2.43, - "new_tests": 24872.0, - "total_tests": 1479762.0, - "total_tests_per_thousand": 39.207, - "new_tests_per_thousand": 0.659, - "new_tests_smoothed": 22825.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 20.758000000000003, - "positive_rate": 0.048, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-26", - "total_cases": 85700.0, - "new_cases": 1012.0, - "new_cases_smoothed": 1091.286, - "total_deaths": 6545.0, - "new_deaths": 121.0, - "new_deaths_smoothed": 100.429, - "total_cases_per_million": 2270.67, - "new_cases_per_million": 26.814, - "new_cases_smoothed_per_million": 28.914, - "total_deaths_per_million": 173.414, - "new_deaths_per_million": 3.206, - "new_deaths_smoothed_per_million": 2.661, - "new_tests": 20719.0, - "total_tests": 1500481.0, - "total_tests_per_thousand": 39.756, - "new_tests_per_thousand": 0.549, - "new_tests_smoothed": 23359.0, - "new_tests_smoothed_per_thousand": 0.619, - "tests_per_case": 21.405, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-27", - "total_cases": 86636.0, - "new_cases": 936.0, - "new_cases_smoothed": 1076.429, - "total_deaths": 6639.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 103.857, - "total_cases_per_million": 2295.47, - "new_cases_per_million": 24.8, - "new_cases_smoothed_per_million": 28.521, - "total_deaths_per_million": 175.904, - "new_deaths_per_million": 2.491, - "new_deaths_smoothed_per_million": 2.752, - "new_tests": 27758.0, - "total_tests": 1528239.0, - "total_tests_per_thousand": 40.492, - "new_tests_per_thousand": 0.735, - "new_tests_smoothed": 22187.0, - "new_tests_smoothed_per_thousand": 0.588, - "tests_per_case": 20.612, - "positive_rate": 0.049, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-28", - "total_cases": 87508.0, - "new_cases": 872.0, - "new_cases_smoothed": 1059.571, - "total_deaths": 6765.0, - "new_deaths": 126.0, - "new_deaths_smoothed": 105.0, - "total_cases_per_million": 2318.574, - "new_cases_per_million": 23.104, - "new_cases_smoothed_per_million": 28.074, - "total_deaths_per_million": 179.243, - "new_deaths_per_million": 3.338, - "new_deaths_smoothed_per_million": 2.782, - "new_tests": 30965.0, - "total_tests": 1559204.0, - "total_tests_per_thousand": 41.312, - "new_tests_per_thousand": 0.82, - "new_tests_smoothed": 26308.0, - "new_tests_smoothed_per_thousand": 0.697, - "tests_per_case": 24.829, - "positive_rate": 0.04, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-29", - "total_cases": 88501.0, - "new_cases": 993.0, - "new_cases_smoothed": 1026.857, - "total_deaths": 6877.0, - "new_deaths": 112.0, - "new_deaths_smoothed": 103.571, - "total_cases_per_million": 2344.885, - "new_cases_per_million": 26.31, - "new_cases_smoothed_per_million": 27.207, - "total_deaths_per_million": 182.21, - "new_deaths_per_million": 2.968, - "new_deaths_smoothed_per_million": 2.744, - "new_tests": 34173.0, - "total_tests": 1593377.0, - "total_tests_per_thousand": 42.217, - "new_tests_per_thousand": 0.905, - "new_tests_smoothed": 27402.0, - "new_tests_smoothed_per_thousand": 0.726, - "tests_per_case": 26.685, - "positive_rate": 0.037000000000000005, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-30", - "total_cases": 89407.0, - "new_cases": 906.0, - "new_cases_smoothed": 991.143, - "total_deaths": 6979.0, - "new_deaths": 102.0, - "new_deaths_smoothed": 104.143, - "total_cases_per_million": 2368.89, - "new_cases_per_million": 24.005, - "new_cases_smoothed_per_million": 26.261, - "total_deaths_per_million": 184.913, - "new_deaths_per_million": 2.703, - "new_deaths_smoothed_per_million": 2.759, - "new_tests": 37797.0, - "total_tests": 1631174.0, - "total_tests_per_thousand": 43.219, - "new_tests_per_thousand": 1.001, - "new_tests_smoothed": 28466.0, - "new_tests_smoothed_per_thousand": 0.754, - "tests_per_case": 28.72, - "positive_rate": 0.035, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-05-31", - "total_cases": 90179.0, - "new_cases": 772.0, - "new_cases_smoothed": 938.429, - "total_deaths": 7073.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 102.571, - "total_cases_per_million": 2389.344, - "new_cases_per_million": 20.455, - "new_cases_smoothed_per_million": 24.864, - "total_deaths_per_million": 187.403, - "new_deaths_per_million": 2.491, - "new_deaths_smoothed_per_million": 2.718, - "new_tests": 31868.0, - "total_tests": 1663042.0, - "total_tests_per_thousand": 44.063, - "new_tests_per_thousand": 0.844, - "new_tests_smoothed": 29736.0, - "new_tests_smoothed_per_thousand": 0.788, - "tests_per_case": 31.686999999999998, - "positive_rate": 0.032, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-01", - "total_cases": 90936.0, - "new_cases": 757.0, - "new_cases_smoothed": 892.571, - "total_deaths": 7295.0, - "new_deaths": 222.0, - "new_deaths_smoothed": 124.429, - "total_cases_per_million": 2409.401, - "new_cases_per_million": 20.057, - "new_cases_smoothed_per_million": 23.649, - "total_deaths_per_million": 193.285, - "new_deaths_per_million": 5.882, - "new_deaths_smoothed_per_million": 3.297, - "new_tests": 28255.0, - "total_tests": 1691297.0, - "total_tests_per_thousand": 44.812, - "new_tests_per_thousand": 0.749, - "new_tests_smoothed": 30219.0, - "new_tests_smoothed_per_thousand": 0.801, - "tests_per_case": 33.856, - "positive_rate": 0.03, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-02", - "total_cases": 91694.0, - "new_cases": 758.0, - "new_cases_smoothed": 856.286, - "total_deaths": 7326.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 111.571, - "total_cases_per_million": 2429.485, - "new_cases_per_million": 20.084, - "new_cases_smoothed_per_million": 22.688, - "total_deaths_per_million": 194.107, - "new_deaths_per_million": 0.821, - "new_deaths_smoothed_per_million": 2.956, - "new_tests": 30138.0, - "total_tests": 1721435.0, - "total_tests_per_thousand": 45.61, - "new_tests_per_thousand": 0.799, - "new_tests_smoothed": 31565.0, - "new_tests_smoothed_per_thousand": 0.836, - "tests_per_case": 36.863, - "positive_rate": 0.027000000000000003, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-03", - "total_cases": 92399.0, - "new_cases": 705.0, - "new_cases_smoothed": 823.286, - "total_deaths": 7395.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 108.0, - "total_cases_per_million": 2448.164, - "new_cases_per_million": 18.679, - "new_cases_smoothed_per_million": 21.813, - "total_deaths_per_million": 195.935, - "new_deaths_per_million": 1.828, - "new_deaths_smoothed_per_million": 2.862, - "new_tests": 30112.0, - "total_tests": 1751547.0, - "total_tests_per_thousand": 46.408, - "new_tests_per_thousand": 0.798, - "new_tests_smoothed": 31901.0, - "new_tests_smoothed_per_thousand": 0.845, - "tests_per_case": 38.748000000000005, - "positive_rate": 0.026000000000000002, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-04", - "total_cases": 93074.0, - "new_cases": 675.0, - "new_cases_smoothed": 795.143, - "total_deaths": 7498.0, - "new_deaths": 103.0, - "new_deaths_smoothed": 104.714, - "total_cases_per_million": 2466.049, - "new_cases_per_million": 17.885, - "new_cases_smoothed_per_million": 21.068, - "total_deaths_per_million": 198.664, - "new_deaths_per_million": 2.729, - "new_deaths_smoothed_per_million": 2.774, - "new_tests": 35823.0, - "total_tests": 1787370.0, - "total_tests_per_thousand": 47.357, - "new_tests_per_thousand": 0.949, - "new_tests_smoothed": 32595.0, - "new_tests_smoothed_per_thousand": 0.864, - "tests_per_case": 40.993, - "positive_rate": 0.024, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-05", - "total_cases": 93715.0, - "new_cases": 641.0, - "new_cases_smoothed": 744.857, - "total_deaths": 7637.0, - "new_deaths": 139.0, - "new_deaths_smoothed": 108.571, - "total_cases_per_million": 2483.032, - "new_cases_per_million": 16.984, - "new_cases_smoothed_per_million": 19.735, - "total_deaths_per_million": 202.347, - "new_deaths_per_million": 3.683, - "new_deaths_smoothed_per_million": 2.877, - "new_tests": 37411.0, - "total_tests": 1824781.0, - "total_tests_per_thousand": 48.349, - "new_tests_per_thousand": 0.991, - "new_tests_smoothed": 33058.0, - "new_tests_smoothed_per_thousand": 0.876, - "tests_per_case": 44.382, - "positive_rate": 0.023, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-06", - "total_cases": 94324.0, - "new_cases": 609.0, - "new_cases_smoothed": 702.429, - "total_deaths": 7703.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 103.429, - "total_cases_per_million": 2499.168, - "new_cases_per_million": 16.136, - "new_cases_smoothed_per_million": 18.611, - "total_deaths_per_million": 204.095, - "new_deaths_per_million": 1.749, - "new_deaths_smoothed_per_million": 2.74, - "new_tests": 5641.0, - "total_tests": 1830422.0, - "total_tests_per_thousand": 48.498, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 28464.0, - "new_tests_smoothed_per_thousand": 0.754, - "tests_per_case": 40.522, - "positive_rate": 0.025, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-07", - "total_cases": 95046.0, - "new_cases": 722.0, - "new_cases_smoothed": 695.286, - "total_deaths": 7773.0, - "new_deaths": 70.0, - "new_deaths_smoothed": 100.0, - "total_cases_per_million": 2518.298, - "new_cases_per_million": 19.13, - "new_cases_smoothed_per_million": 18.422, - "total_deaths_per_million": 205.95, - "new_deaths_per_million": 1.855, - "new_deaths_smoothed_per_million": 2.65, - "new_tests": 37779.0, - "total_tests": 1868201.0, - "total_tests_per_thousand": 49.499, - "new_tests_per_thousand": 1.001, - "new_tests_smoothed": 29308.0, - "new_tests_smoothed_per_thousand": 0.777, - "tests_per_case": 42.152, - "positive_rate": 0.024, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-08", - "total_cases": 95688.0, - "new_cases": 642.0, - "new_cases_smoothed": 678.857, - "total_deaths": 7800.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 72.143, - "total_cases_per_million": 2535.308, - "new_cases_per_million": 17.01, - "new_cases_smoothed_per_million": 17.987, - "total_deaths_per_million": 206.665, - "new_deaths_per_million": 0.715, - "new_deaths_smoothed_per_million": 1.911, - "new_tests": 28545.0, - "total_tests": 1896746.0, - "total_tests_per_thousand": 50.255, - "new_tests_per_thousand": 0.756, - "new_tests_smoothed": 29350.0, - "new_tests_smoothed_per_thousand": 0.778, - "tests_per_case": 43.233999999999995, - "positive_rate": 0.023, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-09", - "total_cases": 96233.0, - "new_cases": 545.0, - "new_cases_smoothed": 648.429, - "total_deaths": 7835.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 72.714, - "total_cases_per_million": 2549.748, - "new_cases_per_million": 14.44, - "new_cases_smoothed_per_million": 17.18, - "total_deaths_per_million": 207.593, - "new_deaths_per_million": 0.927, - "new_deaths_smoothed_per_million": 1.927, - "new_tests": 33319.0, - "total_tests": 1930065.0, - "total_tests_per_thousand": 51.138, - "new_tests_per_thousand": 0.883, - "new_tests_smoothed": 29804.0, - "new_tests_smoothed_per_thousand": 0.79, - "tests_per_case": 45.963, - "positive_rate": 0.022000000000000002, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-10", - "total_cases": 96642.0, - "new_cases": 409.0, - "new_cases_smoothed": 606.143, - "total_deaths": 7897.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 71.714, - "total_cases_per_million": 2560.585, - "new_cases_per_million": 10.837, - "new_cases_smoothed_per_million": 16.06, - "total_deaths_per_million": 209.236, - "new_deaths_per_million": 1.643, - "new_deaths_smoothed_per_million": 1.9, - "new_tests": 25578.0, - "total_tests": 1955643.0, - "total_tests_per_thousand": 51.816, - "new_tests_per_thousand": 0.678, - "new_tests_smoothed": 29157.0, - "new_tests_smoothed_per_thousand": 0.773, - "tests_per_case": 48.103, - "positive_rate": 0.021, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-11", - "total_cases": 97114.0, - "new_cases": 472.0, - "new_cases_smoothed": 577.143, - "total_deaths": 7960.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 66.0, - "total_cases_per_million": 2573.091, - "new_cases_per_million": 12.506, - "new_cases_smoothed_per_million": 15.292, - "total_deaths_per_million": 210.905, - "new_deaths_per_million": 1.669, - "new_deaths_smoothed_per_million": 1.749, - "new_tests": 33536.0, - "total_tests": 1989179.0, - "total_tests_per_thousand": 52.704, - "new_tests_per_thousand": 0.889, - "new_tests_smoothed": 28830.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 49.953, - "positive_rate": 0.02, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-12", - "total_cases": 97519.0, - "new_cases": 405.0, - "new_cases_smoothed": 543.429, - "total_deaths": 7994.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 51.0, - "total_cases_per_million": 2583.822, - "new_cases_per_million": 10.731, - "new_cases_smoothed_per_million": 14.398, - "total_deaths_per_million": 211.806, - "new_deaths_per_million": 0.901, - "new_deaths_smoothed_per_million": 1.351, - "new_tests": 39241.0, - "total_tests": 2028420.0, - "total_tests_per_thousand": 53.744, - "new_tests_per_thousand": 1.04, - "new_tests_smoothed": 29091.0, - "new_tests_smoothed_per_thousand": 0.771, - "tests_per_case": 53.532, - "positive_rate": 0.019, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-13", - "total_cases": 97932.0, - "new_cases": 413.0, - "new_cases_smoothed": 515.429, - "total_deaths": 8049.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 2594.764, - "new_cases_per_million": 10.943, - "new_cases_smoothed_per_million": 13.657, - "total_deaths_per_million": 213.263, - "new_deaths_per_million": 1.457, - "new_deaths_smoothed_per_million": 1.31, - "new_tests": 43600.0, - "total_tests": 2072020.0, - "total_tests_per_thousand": 54.899, - "new_tests_per_thousand": 1.155, - "new_tests_smoothed": 34514.0, - "new_tests_smoothed_per_thousand": 0.914, - "tests_per_case": 66.962, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-14", - "total_cases": 98399.0, - "new_cases": 467.0, - "new_cases_smoothed": 479.0, - "total_deaths": 8107.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 47.714, - "total_cases_per_million": 2607.138, - "new_cases_per_million": 12.373, - "new_cases_smoothed_per_million": 12.691, - "total_deaths_per_million": 214.8, - "new_deaths_per_million": 1.537, - "new_deaths_smoothed_per_million": 1.264, - "new_tests": 41828.0, - "total_tests": 2113848.0, - "total_tests_per_thousand": 56.008, - "new_tests_per_thousand": 1.108, - "new_tests_smoothed": 35092.0, - "new_tests_smoothed_per_thousand": 0.93, - "tests_per_case": 73.26100000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-15", - "total_cases": 98776.0, - "new_cases": 377.0, - "new_cases_smoothed": 441.143, - "total_deaths": 8146.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 2617.127, - "new_cases_per_million": 9.989, - "new_cases_smoothed_per_million": 11.688, - "total_deaths_per_million": 215.833, - "new_deaths_per_million": 1.033, - "new_deaths_smoothed_per_million": 1.31, - "new_tests": 38852.0, - "total_tests": 2152700.0, - "total_tests_per_thousand": 57.037, - "new_tests_per_thousand": 1.029, - "new_tests_smoothed": 36565.0, - "new_tests_smoothed_per_thousand": 0.969, - "tests_per_case": 82.887, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-16", - "total_cases": 99136.0, - "new_cases": 360.0, - "new_cases_smoothed": 414.714, - "total_deaths": 8175.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 48.571, - "total_cases_per_million": 2626.665, - "new_cases_per_million": 9.538, - "new_cases_smoothed_per_million": 10.988, - "total_deaths_per_million": 216.601, - "new_deaths_per_million": 0.768, - "new_deaths_smoothed_per_million": 1.287, - "new_tests": 30700.0, - "total_tests": 2183400.0, - "total_tests_per_thousand": 57.85, - "new_tests_per_thousand": 0.813, - "new_tests_smoothed": 36191.0, - "new_tests_smoothed_per_thousand": 0.959, - "tests_per_case": 87.26700000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-17", - "total_cases": 99456.0, - "new_cases": 320.0, - "new_cases_smoothed": 402.0, - "total_deaths": 8213.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 45.143, - "total_cases_per_million": 2635.144, - "new_cases_per_million": 8.479, - "new_cases_smoothed_per_million": 10.651, - "total_deaths_per_million": 217.608, - "new_deaths_per_million": 1.007, - "new_deaths_smoothed_per_million": 1.196, - "new_tests": 33254.0, - "total_tests": 2216654.0, - "total_tests_per_thousand": 58.732, - "new_tests_per_thousand": 0.881, - "new_tests_smoothed": 37287.0, - "new_tests_smoothed_per_thousand": 0.988, - "tests_per_case": 92.75399999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-18", - "total_cases": 99842.0, - "new_cases": 386.0, - "new_cases_smoothed": 389.714, - "total_deaths": 8254.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 2645.371, - "new_cases_per_million": 10.227, - "new_cases_smoothed_per_million": 10.326, - "total_deaths_per_million": 218.694, - "new_deaths_per_million": 1.086, - "new_deaths_smoothed_per_million": 1.113, - "new_tests": 37751.0, - "total_tests": 2254405.0, - "total_tests_per_thousand": 59.732, - "new_tests_per_thousand": 1.0, - "new_tests_smoothed": 37889.0, - "new_tests_smoothed_per_thousand": 1.004, - "tests_per_case": 97.223, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-19", - "total_cases": 100209.0, - "new_cases": 367.0, - "new_cases_smoothed": 384.286, - "total_deaths": 8300.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 43.714, - "total_cases_per_million": 2655.095, - "new_cases_per_million": 9.724, - "new_cases_smoothed_per_million": 10.182, - "total_deaths_per_million": 219.913, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.158, - "new_tests": 40959.0, - "total_tests": 2295364.0, - "total_tests_per_thousand": 60.817, - "new_tests_per_thousand": 1.085, - "new_tests_smoothed": 38135.0, - "new_tests_smoothed_per_thousand": 1.01, - "tests_per_case": 99.236, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-20", - "total_cases": 100618.0, - "new_cases": 409.0, - "new_cases_smoothed": 383.714, - "total_deaths": 8346.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 42.429, - "total_cases_per_million": 2665.931, - "new_cases_per_million": 10.837, - "new_cases_smoothed_per_million": 10.167, - "total_deaths_per_million": 221.132, - "new_deaths_per_million": 1.219, - "new_deaths_smoothed_per_million": 1.124, - "new_tests": 44123.0, - "total_tests": 2339487.0, - "total_tests_per_thousand": 61.986, - "new_tests_per_thousand": 1.169, - "new_tests_smoothed": 38210.0, - "new_tests_smoothed_per_thousand": 1.012, - "tests_per_case": 99.579, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-21", - "total_cases": 101008.0, - "new_cases": 390.0, - "new_cases_smoothed": 372.714, - "total_deaths": 8410.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 43.286, - "total_cases_per_million": 2676.265, - "new_cases_per_million": 10.333, - "new_cases_smoothed_per_million": 9.875, - "total_deaths_per_million": 222.828, - "new_deaths_per_million": 1.696, - "new_deaths_smoothed_per_million": 1.147, - "new_tests": 43218.0, - "total_tests": 2382705.0, - "total_tests_per_thousand": 63.131, - "new_tests_per_thousand": 1.145, - "new_tests_smoothed": 38408.0, - "new_tests_smoothed_per_thousand": 1.018, - "tests_per_case": 103.04899999999999, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-06-22", - "total_cases": 101326.0, - "new_cases": 318.0, - "new_cases_smoothed": 364.286, - "total_deaths": 8430.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 40.571, - "total_cases_per_million": 2684.69, - "new_cases_per_million": 8.426, - "new_cases_smoothed_per_million": 9.652, - "total_deaths_per_million": 223.358, - "new_deaths_per_million": 0.53, - "new_deaths_smoothed_per_million": 1.075, - "new_tests": 32660.0, - "total_tests": 2415365.0, - "total_tests_per_thousand": 63.996, - "new_tests_per_thousand": 0.865, - "new_tests_smoothed": 37524.0, - "new_tests_smoothed_per_thousand": 0.994, - "tests_per_case": 103.007, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-23", - "total_cases": 101637.0, - "new_cases": 311.0, - "new_cases_smoothed": 357.286, - "total_deaths": 8436.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 37.286, - "total_cases_per_million": 2692.93, - "new_cases_per_million": 8.24, - "new_cases_smoothed_per_million": 9.466, - "total_deaths_per_million": 223.517, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.988, - "new_tests": 28677.0, - "total_tests": 2444042.0, - "total_tests_per_thousand": 64.756, - "new_tests_per_thousand": 0.76, - "new_tests_smoothed": 37235.0, - "new_tests_smoothed_per_thousand": 0.987, - "tests_per_case": 104.21600000000001, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-24", - "total_cases": 101963.0, - "new_cases": 326.0, - "new_cases_smoothed": 358.143, - "total_deaths": 8454.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 34.429, - "total_cases_per_million": 2701.568, - "new_cases_per_million": 8.638, - "new_cases_smoothed_per_million": 9.489, - "total_deaths_per_million": 223.994, - "new_deaths_per_million": 0.477, - "new_deaths_smoothed_per_million": 0.912, - "new_tests": 38751.0, - "total_tests": 2482793.0, - "total_tests_per_thousand": 65.783, - "new_tests_per_thousand": 1.027, - "new_tests_smoothed": 38020.0, - "new_tests_smoothed_per_thousand": 1.007, - "tests_per_case": 106.15899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-25", - "total_cases": 102242.0, - "new_cases": 279.0, - "new_cases_smoothed": 342.857, - "total_deaths": 8484.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 32.857, - "total_cases_per_million": 2708.96, - "new_cases_per_million": 7.392, - "new_cases_smoothed_per_million": 9.084, - "total_deaths_per_million": 224.788, - "new_deaths_per_million": 0.795, - "new_deaths_smoothed_per_million": 0.871, - "new_tests": 35781.0, - "total_tests": 2518574.0, - "total_tests_per_thousand": 66.731, - "new_tests_per_thousand": 0.948, - "new_tests_smoothed": 37738.0, - "new_tests_smoothed_per_thousand": 1.0, - "tests_per_case": 110.069, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-26", - "total_cases": 102611.0, - "new_cases": 369.0, - "new_cases_smoothed": 343.143, - "total_deaths": 8504.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 29.143, - "total_cases_per_million": 2718.737, - "new_cases_per_million": 9.777, - "new_cases_smoothed_per_million": 9.092, - "total_deaths_per_million": 225.318, - "new_deaths_per_million": 0.53, - "new_deaths_smoothed_per_million": 0.772, - "new_tests": 39713.0, - "total_tests": 2558287.0, - "total_tests_per_thousand": 67.783, - "new_tests_per_thousand": 1.052, - "new_tests_smoothed": 37560.0, - "new_tests_smoothed_per_thousand": 0.995, - "tests_per_case": 109.459, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-27", - "total_cases": 102783.0, - "new_cases": 172.0, - "new_cases_smoothed": 309.286, - "total_deaths": 8508.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 23.143, - "total_cases_per_million": 2723.294, - "new_cases_per_million": 4.557, - "new_cases_smoothed_per_million": 8.195, - "total_deaths_per_million": 225.424, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.613, - "new_tests": 39880.0, - "total_tests": 2598167.0, - "total_tests_per_thousand": 68.84, - "new_tests_per_thousand": 1.057, - "new_tests_smoothed": 36954.0, - "new_tests_smoothed_per_thousand": 0.979, - "tests_per_case": 119.48200000000001, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-28", - "total_cases": 103021.0, - "new_cases": 238.0, - "new_cases_smoothed": 287.571, - "total_deaths": 8516.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 2729.6, - "new_cases_per_million": 6.306, - "new_cases_smoothed_per_million": 7.619, - "total_deaths_per_million": 225.636, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.401, - "new_tests": 42072.0, - "total_tests": 2640239.0, - "total_tests_per_thousand": 69.955, - "new_tests_per_thousand": 1.115, - "new_tests_smoothed": 36791.0, - "new_tests_smoothed_per_thousand": 0.975, - "tests_per_case": 127.93700000000001, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-29", - "total_cases": 103239.0, - "new_cases": 218.0, - "new_cases_smoothed": 273.286, - "total_deaths": 8522.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 2735.376, - "new_cases_per_million": 5.776, - "new_cases_smoothed_per_million": 7.241, - "total_deaths_per_million": 225.795, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.348, - "new_tests": 36390.0, - "total_tests": 2676629.0, - "total_tests_per_thousand": 70.919, - "new_tests_per_thousand": 0.964, - "new_tests_smoothed": 37323.0, - "new_tests_smoothed_per_thousand": 0.989, - "tests_per_case": 136.571, - "positive_rate": 0.006999999999999999, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-06-30", - "total_cases": 103907.0, - "new_cases": 668.0, - "new_cases_smoothed": 324.286, - "total_deaths": 8566.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 18.571, - "total_cases_per_million": 2753.075, - "new_cases_per_million": 17.699, - "new_cases_smoothed_per_million": 8.592, - "total_deaths_per_million": 226.961, - "new_deaths_per_million": 1.166, - "new_deaths_smoothed_per_million": 0.492, - "new_tests": 44980.0, - "total_tests": 2721609.0, - "total_tests_per_thousand": 72.111, - "new_tests_per_thousand": 1.192, - "new_tests_smoothed": 39652.0, - "new_tests_smoothed_per_thousand": 1.051, - "tests_per_case": 122.275, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-01", - "total_cases": 104193.0, - "new_cases": 286.0, - "new_cases_smoothed": 318.571, - "total_deaths": 8591.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 2760.653, - "new_cases_per_million": 7.578, - "new_cases_smoothed_per_million": 8.441, - "total_deaths_per_million": 227.623, - "new_deaths_per_million": 0.662, - "new_deaths_smoothed_per_million": 0.519, - "new_tests": 48468.0, - "total_tests": 2770077.0, - "total_tests_per_thousand": 73.395, - "new_tests_per_thousand": 1.284, - "new_tests_smoothed": 41041.0, - "new_tests_smoothed_per_thousand": 1.087, - "tests_per_case": 128.828, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-02", - "total_cases": 104193.0, - "new_cases": 0.0, - "new_cases_smoothed": 278.714, - "total_deaths": 8591.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 2760.653, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.385, - "total_deaths_per_million": 227.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.405, - "new_tests_smoothed": 41507.0, - "new_tests_smoothed_per_thousand": 1.1, - "tests_per_case": 148.923, - "positive_rate": 0.006999999999999999, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-03", - "total_cases": 104760.0, - "new_cases": 567.0, - "new_cases_smoothed": 307.0, - "total_deaths": 8642.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 2775.676, - "new_cases_per_million": 15.023, - "new_cases_smoothed_per_million": 8.134, - "total_deaths_per_million": 228.975, - "new_deaths_per_million": 1.351, - "new_deaths_smoothed_per_million": 0.522, - "total_tests": 2848168.0, - "total_tests_per_thousand": 75.464, - "new_tests_smoothed": 41412.0, - "new_tests_smoothed_per_thousand": 1.097, - "tests_per_case": 134.893, - "positive_rate": 0.006999999999999999, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-04", - "total_cases": 105079.0, - "new_cases": 319.0, - "new_cases_smoothed": 328.0, - "total_deaths": 8663.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 2784.128, - "new_cases_per_million": 8.452, - "new_cases_smoothed_per_million": 8.691, - "total_deaths_per_million": 229.531, - "new_deaths_per_million": 0.556, - "new_deaths_smoothed_per_million": 0.587, - "new_tests": 37502.0, - "total_tests": 2885670.0, - "total_tests_per_thousand": 76.457, - "new_tests_per_thousand": 0.994, - "new_tests_smoothed": 41072.0, - "new_tests_smoothed_per_thousand": 1.088, - "tests_per_case": 125.22, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-05", - "total_cases": 105305.0, - "new_cases": 226.0, - "new_cases_smoothed": 326.286, - "total_deaths": 8674.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 2790.116, - "new_cases_per_million": 5.988, - "new_cases_smoothed_per_million": 8.645, - "total_deaths_per_million": 229.823, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.598, - "new_tests": 29208.0, - "total_tests": 2914878.0, - "total_tests_per_thousand": 77.231, - "new_tests_per_thousand": 0.774, - "new_tests_smoothed": 39234.0, - "new_tests_smoothed_per_thousand": 1.04, - "tests_per_case": 120.244, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-06", - "total_cases": 105524.0, - "new_cases": 219.0, - "new_cases_smoothed": 326.429, - "total_deaths": 8684.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 23.143, - "total_cases_per_million": 2795.919, - "new_cases_per_million": 5.803, - "new_cases_smoothed_per_million": 8.649, - "total_deaths_per_million": 230.088, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.613, - "new_tests": 25971.0, - "total_tests": 2940849.0, - "total_tests_per_thousand": 77.919, - "new_tests_per_thousand": 0.688, - "new_tests_smoothed": 37746.0, - "new_tests_smoothed_per_thousand": 1.0, - "tests_per_case": 115.633, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-07", - "total_cases": 105923.0, - "new_cases": 399.0, - "new_cases_smoothed": 288.0, - "total_deaths": 8693.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 2806.49, - "new_cases_per_million": 10.572, - "new_cases_smoothed_per_million": 7.631, - "total_deaths_per_million": 230.326, - "new_deaths_per_million": 0.238, - "new_deaths_smoothed_per_million": 0.481, - "new_tests": 34786.0, - "total_tests": 2975635.0, - "total_tests_per_thousand": 78.841, - "new_tests_per_thousand": 0.922, - "new_tests_smoothed": 36289.0, - "new_tests_smoothed_per_thousand": 0.961, - "tests_per_case": 126.00299999999999, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-08", - "total_cases": 106155.0, - "new_cases": 232.0, - "new_cases_smoothed": 280.286, - "total_deaths": 8711.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 2812.637, - "new_cases_per_million": 6.147, - "new_cases_smoothed_per_million": 7.426, - "total_deaths_per_million": 230.803, - "new_deaths_per_million": 0.477, - "new_deaths_smoothed_per_million": 0.454, - "new_tests": 44461.0, - "total_tests": 3020096.0, - "total_tests_per_thousand": 80.019, - "new_tests_per_thousand": 1.178, - "new_tests_smoothed": 35717.0, - "new_tests_smoothed_per_thousand": 0.946, - "tests_per_case": 127.431, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 68.98 - }, - { - "date": "2020-07-09", - "total_cases": 106422.0, - "new_cases": 267.0, - "new_cases_smoothed": 318.429, - "total_deaths": 8737.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 20.857, - "total_cases_per_million": 2819.712, - "new_cases_per_million": 7.074, - "new_cases_smoothed_per_million": 8.437, - "total_deaths_per_million": 231.492, - "new_deaths_per_million": 0.689, - "new_deaths_smoothed_per_million": 0.553, - "new_tests": 35169.0, - "total_tests": 3055265.0, - "total_tests_per_thousand": 80.951, - "new_tests_per_thousand": 0.932, - "new_tests_smoothed": 35163.0, - "new_tests_smoothed_per_thousand": 0.932, - "tests_per_case": 110.427, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-10", - "total_cases": 106793.0, - "new_cases": 371.0, - "new_cases_smoothed": 290.429, - "total_deaths": 8749.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 2829.542, - "new_cases_per_million": 9.83, - "new_cases_smoothed_per_million": 7.695, - "total_deaths_per_million": 231.81, - "new_deaths_per_million": 0.318, - "new_deaths_smoothed_per_million": 0.405, - "new_tests": 42852.0, - "total_tests": 3098117.0, - "total_tests_per_thousand": 82.086, - "new_tests_per_thousand": 1.135, - "new_tests_smoothed": 35707.0, - "new_tests_smoothed_per_thousand": 0.946, - "tests_per_case": 122.946, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-11", - "total_cases": 107114.0, - "new_cases": 321.0, - "new_cases_smoothed": 290.714, - "total_deaths": 8759.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 2838.047, - "new_cases_per_million": 8.505, - "new_cases_smoothed_per_million": 7.703, - "total_deaths_per_million": 232.075, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.363, - "new_tests": 44509.0, - "total_tests": 3142626.0, - "total_tests_per_thousand": 83.266, - "new_tests_per_thousand": 1.179, - "new_tests_smoothed": 36708.0, - "new_tests_smoothed_per_thousand": 0.973, - "tests_per_case": 126.26799999999999, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-12", - "total_cases": 107335.0, - "new_cases": 221.0, - "new_cases_smoothed": 290.0, - "total_deaths": 8773.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 2843.902, - "new_cases_per_million": 5.856, - "new_cases_smoothed_per_million": 7.684, - "total_deaths_per_million": 232.446, - "new_deaths_per_million": 0.371, - "new_deaths_smoothed_per_million": 0.375, - "new_tests": 40814.0, - "total_tests": 3183440.0, - "total_tests_per_thousand": 84.347, - "new_tests_per_thousand": 1.081, - "new_tests_smoothed": 38366.0, - "new_tests_smoothed_per_thousand": 1.017, - "tests_per_case": 132.297, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-13", - "total_cases": 107579.0, - "new_cases": 244.0, - "new_cases_smoothed": 293.571, - "total_deaths": 8783.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 2850.367, - "new_cases_per_million": 6.465, - "new_cases_smoothed_per_million": 7.778, - "total_deaths_per_million": 232.711, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.375, - "new_tests": 29363.0, - "total_tests": 3212803.0, - "total_tests_per_thousand": 85.125, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 38851.0, - "new_tests_smoothed_per_thousand": 1.029, - "tests_per_case": 132.339, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-14", - "total_cases": 108144.0, - "new_cases": 565.0, - "new_cases_smoothed": 317.286, - "total_deaths": 8790.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 2865.337, - "new_cases_per_million": 14.97, - "new_cases_smoothed_per_million": 8.407, - "total_deaths_per_million": 232.896, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.367, - "new_tests": 44729.0, - "total_tests": 3257532.0, - "total_tests_per_thousand": 86.31, - "new_tests_per_thousand": 1.185, - "new_tests_smoothed": 40271.0, - "new_tests_smoothed_per_thousand": 1.067, - "tests_per_case": 126.92299999999999, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-15", - "total_cases": 108475.0, - "new_cases": 331.0, - "new_cases_smoothed": 331.429, - "total_deaths": 8798.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 2874.107, - "new_cases_per_million": 8.77, - "new_cases_smoothed_per_million": 8.781, - "total_deaths_per_million": 233.108, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.329, - "new_tests": 44875.0, - "total_tests": 3302407.0, - "total_tests_per_thousand": 87.499, - "new_tests_per_thousand": 1.189, - "new_tests_smoothed": 40330.0, - "new_tests_smoothed_per_thousand": 1.069, - "tests_per_case": 121.685, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-16", - "total_cases": 108816.0, - "new_cases": 341.0, - "new_cases_smoothed": 342.0, - "total_deaths": 8810.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 2883.142, - "new_cases_per_million": 9.035, - "new_cases_smoothed_per_million": 9.061, - "total_deaths_per_million": 233.426, - "new_deaths_per_million": 0.318, - "new_deaths_smoothed_per_million": 0.276, - "new_tests": 39410.0, - "total_tests": 3341817.0, - "total_tests_per_thousand": 88.543, - "new_tests_per_thousand": 1.044, - "new_tests_smoothed": 40936.0, - "new_tests_smoothed_per_thousand": 1.085, - "tests_per_case": 119.696, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-17", - "total_cases": 109253.0, - "new_cases": 437.0, - "new_cases_smoothed": 351.429, - "total_deaths": 8827.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 2894.721, - "new_cases_per_million": 11.579, - "new_cases_smoothed_per_million": 9.311, - "total_deaths_per_million": 233.876, - "new_deaths_per_million": 0.45, - "new_deaths_smoothed_per_million": 0.295, - "new_tests": 45862.0, - "total_tests": 3387679.0, - "total_tests_per_thousand": 89.758, - "new_tests_per_thousand": 1.215, - "new_tests_smoothed": 41366.0, - "new_tests_smoothed_per_thousand": 1.096, - "tests_per_case": 117.708, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-18", - "total_cases": 109658.0, - "new_cases": 405.0, - "new_cases_smoothed": 363.429, - "total_deaths": 8839.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 2905.451, - "new_cases_per_million": 10.731, - "new_cases_smoothed_per_million": 9.629, - "total_deaths_per_million": 234.194, - "new_deaths_per_million": 0.318, - "new_deaths_smoothed_per_million": 0.303, - "new_tests": 50286.0, - "total_tests": 3437965.0, - "total_tests_per_thousand": 91.091, - "new_tests_per_thousand": 1.332, - "new_tests_smoothed": 42191.0, - "new_tests_smoothed_per_thousand": 1.118, - "tests_per_case": 116.09200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-19", - "total_cases": 109658.0, - "new_cases": 0.0, - "new_cases_smoothed": 331.857, - "total_deaths": 8839.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 2905.451, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.793, - "total_deaths_per_million": 234.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.25, - "new_tests": 43763.0, - "total_tests": 3481728.0, - "total_tests_per_thousand": 92.25, - "new_tests_per_thousand": 1.16, - "new_tests_smoothed": 42613.0, - "new_tests_smoothed_per_thousand": 1.129, - "tests_per_case": 128.408, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-20", - "total_cases": 110338.0, - "new_cases": 680.0, - "new_cases_smoothed": 394.143, - "total_deaths": 8852.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 2923.468, - "new_cases_per_million": 18.017, - "new_cases_smoothed_per_million": 10.443, - "total_deaths_per_million": 234.539, - "new_deaths_per_million": 0.344, - "new_deaths_smoothed_per_million": 0.261, - "new_tests": 38738.0, - "total_tests": 3520466.0, - "total_tests_per_thousand": 93.277, - "new_tests_per_thousand": 1.026, - "new_tests_smoothed": 43952.0, - "new_tests_smoothed_per_thousand": 1.165, - "tests_per_case": 111.51299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-21", - "total_cases": 111113.0, - "new_cases": 775.0, - "new_cases_smoothed": 424.143, - "total_deaths": 8858.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 2944.002, - "new_cases_per_million": 20.534, - "new_cases_smoothed_per_million": 11.238, - "total_deaths_per_million": 234.698, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.257, - "new_tests": 53088.0, - "total_tests": 3573554.0, - "total_tests_per_thousand": 94.683, - "new_tests_per_thousand": 1.407, - "new_tests_smoothed": 45146.0, - "new_tests_smoothed_per_thousand": 1.196, - "tests_per_case": 106.441, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-22", - "total_cases": 111684.0, - "new_cases": 571.0, - "new_cases_smoothed": 458.429, - "total_deaths": 8862.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 2959.131, - "new_cases_per_million": 15.129, - "new_cases_smoothed_per_million": 12.146, - "total_deaths_per_million": 234.804, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.242, - "new_tests": 43098.0, - "total_tests": 3616652.0, - "total_tests_per_thousand": 95.825, - "new_tests_per_thousand": 1.142, - "new_tests_smoothed": 44892.0, - "new_tests_smoothed_per_thousand": 1.189, - "tests_per_case": 97.926, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-23", - "total_cases": 112227.0, - "new_cases": 543.0, - "new_cases_smoothed": 487.286, - "total_deaths": 8870.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2973.518, - "new_cases_per_million": 14.387, - "new_cases_smoothed_per_million": 12.911, - "total_deaths_per_million": 235.016, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 43126.0, - "total_tests": 3659778.0, - "total_tests_per_thousand": 96.968, - "new_tests_per_thousand": 1.143, - "new_tests_smoothed": 45423.0, - "new_tests_smoothed_per_thousand": 1.204, - "tests_per_case": 93.21600000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-24", - "total_cases": 112659.0, - "new_cases": 432.0, - "new_cases_smoothed": 486.571, - "total_deaths": 8874.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 2984.965, - "new_cases_per_million": 11.446, - "new_cases_smoothed_per_million": 12.892, - "total_deaths_per_million": 235.122, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.178, - "new_tests": 37544.0, - "total_tests": 3697322.0, - "total_tests_per_thousand": 97.963, - "new_tests_per_thousand": 0.995, - "new_tests_smoothed": 44235.0, - "new_tests_smoothed_per_thousand": 1.172, - "tests_per_case": 90.912, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-25", - "total_cases": 113193.0, - "new_cases": 534.0, - "new_cases_smoothed": 505.0, - "total_deaths": 8881.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2999.113, - "new_cases_per_million": 14.149, - "new_cases_smoothed_per_million": 13.38, - "total_deaths_per_million": 235.307, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 20161.0, - "total_tests": 3717483.0, - "total_tests_per_thousand": 98.497, - "new_tests_per_thousand": 0.534, - "new_tests_smoothed": 39931.0, - "new_tests_smoothed_per_thousand": 1.058, - "tests_per_case": 79.071, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-26", - "total_cases": 113543.0, - "new_cases": 350.0, - "new_cases_smoothed": 555.0, - "total_deaths": 8885.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3008.387, - "new_cases_per_million": 9.273, - "new_cases_smoothed_per_million": 14.705, - "total_deaths_per_million": 235.413, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 44444.0, - "total_tests": 3761927.0, - "total_tests_per_thousand": 99.674, - "new_tests_per_thousand": 1.178, - "new_tests_smoothed": 40028.0, - "new_tests_smoothed_per_thousand": 1.061, - "tests_per_case": 72.123, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-27", - "total_cases": 113898.0, - "new_cases": 355.0, - "new_cases_smoothed": 508.571, - "total_deaths": 8890.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3017.793, - "new_cases_per_million": 9.406, - "new_cases_smoothed_per_million": 13.475, - "total_deaths_per_million": 235.546, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 102003.0, - "total_tests": 3863930.0, - "total_tests_per_thousand": 102.377, - "new_tests_per_thousand": 2.703, - "new_tests_smoothed": 49066.0, - "new_tests_smoothed_per_thousand": 1.3, - "tests_per_case": 96.478, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-28", - "total_cases": 114597.0, - "new_cases": 699.0, - "new_cases_smoothed": 497.714, - "total_deaths": 8901.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 3036.313, - "new_cases_per_million": 18.52, - "new_cases_smoothed_per_million": 13.187, - "total_deaths_per_million": 235.837, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.163, - "new_tests": 35262.0, - "total_tests": 3899192.0, - "total_tests_per_thousand": 103.311, - "new_tests_per_thousand": 0.934, - "new_tests_smoothed": 46520.0, - "new_tests_smoothed_per_thousand": 1.233, - "tests_per_case": 93.46700000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-29", - "total_cases": 114980.0, - "new_cases": 383.0, - "new_cases_smoothed": 470.857, - "total_deaths": 8912.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3046.461, - "new_cases_per_million": 10.148, - "new_cases_smoothed_per_million": 12.476, - "total_deaths_per_million": 236.129, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 47373.0, - "total_tests": 3946565.0, - "total_tests_per_thousand": 104.566, - "new_tests_per_thousand": 1.255, - "new_tests_smoothed": 47130.0, - "new_tests_smoothed_per_thousand": 1.249, - "tests_per_case": 100.094, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-30", - "total_cases": 115456.0, - "new_cases": 476.0, - "new_cases_smoothed": 461.286, - "total_deaths": 8917.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 3059.073, - "new_cases_per_million": 12.612, - "new_cases_smoothed_per_million": 12.222, - "total_deaths_per_million": 236.261, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.178, - "new_tests": 50060.0, - "total_tests": 3996625.0, - "total_tests_per_thousand": 105.893, - "new_tests_per_thousand": 1.326, - "new_tests_smoothed": 48121.0, - "new_tests_smoothed_per_thousand": 1.275, - "tests_per_case": 104.319, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-07-31", - "total_cases": 115785.0, - "new_cases": 329.0, - "new_cases_smoothed": 446.571, - "total_deaths": 8929.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 3067.79, - "new_cases_per_million": 8.717, - "new_cases_smoothed_per_million": 11.832, - "total_deaths_per_million": 236.579, - "new_deaths_per_million": 0.318, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 53733.0, - "total_tests": 4050358.0, - "total_tests_per_thousand": 107.317, - "new_tests_per_thousand": 1.424, - "new_tests_smoothed": 50434.0, - "new_tests_smoothed_per_thousand": 1.336, - "tests_per_case": 112.936, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-01", - "total_cases": 116298.0, - "new_cases": 513.0, - "new_cases_smoothed": 443.571, - "total_deaths": 8935.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 3081.382, - "new_cases_per_million": 13.592, - "new_cases_smoothed_per_million": 11.753, - "total_deaths_per_million": 236.738, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 48394.0, - "total_tests": 4098752.0, - "total_tests_per_thousand": 108.599, - "new_tests_per_thousand": 1.282, - "new_tests_smoothed": 54467.0, - "new_tests_smoothed_per_thousand": 1.443, - "tests_per_case": 122.792, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-02", - "total_cases": 116585.0, - "new_cases": 287.0, - "new_cases_smoothed": 434.571, - "total_deaths": 8941.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 3088.986, - "new_cases_per_million": 7.604, - "new_cases_smoothed_per_million": 11.514, - "total_deaths_per_million": 236.897, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.212, - "new_tests": 44707.0, - "total_tests": 4143459.0, - "total_tests_per_thousand": 109.783, - "new_tests_per_thousand": 1.185, - "new_tests_smoothed": 54505.0, - "new_tests_smoothed_per_thousand": 1.444, - "tests_per_case": 125.42200000000001, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-03", - "total_cases": 116870.0, - "new_cases": 285.0, - "new_cases_smoothed": 424.571, - "total_deaths": 8945.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 3096.537, - "new_cases_per_million": 7.551, - "new_cases_smoothed_per_million": 11.249, - "total_deaths_per_million": 237.003, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 34736.0, - "total_tests": 4178195.0, - "total_tests_per_thousand": 110.704, - "new_tests_per_thousand": 0.92, - "new_tests_smoothed": 44895.0, - "new_tests_smoothed_per_thousand": 1.19, - "tests_per_case": 105.742, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-04", - "total_cases": 117017.0, - "new_cases": 147.0, - "new_cases_smoothed": 345.714, - "total_deaths": 8947.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3100.432, - "new_cases_per_million": 3.895, - "new_cases_smoothed_per_million": 9.16, - "total_deaths_per_million": 237.056, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 58326.0, - "total_tests": 4236521.0, - "total_tests_per_thousand": 112.249, - "new_tests_per_thousand": 1.545, - "new_tests_smoothed": 48190.0, - "new_tests_smoothed_per_thousand": 1.277, - "tests_per_case": 139.393, - "positive_rate": 0.006999999999999999, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-05", - "total_cases": 117777.0, - "new_cases": 760.0, - "new_cases_smoothed": 399.571, - "total_deaths": 8958.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3120.569, - "new_cases_per_million": 20.137, - "new_cases_smoothed_per_million": 10.587, - "total_deaths_per_million": 237.347, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.174, - "new_tests_smoothed": 44000.0, - "new_tests_smoothed_per_thousand": 1.166, - "tests_per_case": 110.118, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-06", - "total_cases": 118172.0, - "new_cases": 395.0, - "new_cases_smoothed": 388.0, - "total_deaths": 8962.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3131.035, - "new_cases_per_million": 10.466, - "new_cases_smoothed_per_million": 10.28, - "total_deaths_per_million": 237.453, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.17, - "total_tests": 4272606.0, - "total_tests_per_thousand": 113.205, - "new_tests_smoothed": 39426.0, - "new_tests_smoothed_per_thousand": 1.045, - "tests_per_case": 101.613, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-07", - "total_cases": 118546.0, - "new_cases": 374.0, - "new_cases_smoothed": 394.429, - "total_deaths": 8966.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 3140.944, - "new_cases_per_million": 9.909, - "new_cases_smoothed_per_million": 10.451, - "total_deaths_per_million": 237.559, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 46566.0, - "total_tests": 4319172.0, - "total_tests_per_thousand": 114.439, - "new_tests_per_thousand": 1.234, - "new_tests_smoothed": 38402.0, - "new_tests_smoothed_per_thousand": 1.017, - "tests_per_case": 97.361, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-08", - "total_cases": 118970.0, - "new_cases": 424.0, - "new_cases_smoothed": 381.714, - "total_deaths": 8970.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3152.178, - "new_cases_per_million": 11.234, - "new_cases_smoothed_per_million": 10.114, - "total_deaths_per_million": 237.665, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 48036.0, - "total_tests": 4367208.0, - "total_tests_per_thousand": 115.712, - "new_tests_per_thousand": 1.273, - "new_tests_smoothed": 38351.0, - "new_tests_smoothed_per_thousand": 1.016, - "tests_per_case": 100.47, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-09", - "total_cases": 119206.0, - "new_cases": 236.0, - "new_cases_smoothed": 374.429, - "total_deaths": 8976.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3158.431, - "new_cases_per_million": 6.253, - "new_cases_smoothed_per_million": 9.921, - "total_deaths_per_million": 237.824, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 36830.0, - "total_tests": 4404038.0, - "total_tests_per_thousand": 116.688, - "new_tests_per_thousand": 0.976, - "new_tests_smoothed": 37226.0, - "new_tests_smoothed_per_thousand": 0.986, - "tests_per_case": 99.421, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-10", - "total_cases": 119451.0, - "new_cases": 245.0, - "new_cases_smoothed": 368.714, - "total_deaths": 8981.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3164.922, - "new_cases_per_million": 6.491, - "new_cases_smoothed_per_million": 9.769, - "total_deaths_per_million": 237.957, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.136, - "new_tests": 43772.0, - "total_tests": 4447810.0, - "total_tests_per_thousand": 117.847, - "new_tests_per_thousand": 1.16, - "new_tests_smoothed": 38516.0, - "new_tests_smoothed_per_thousand": 1.021, - "tests_per_case": 104.46, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-11", - "total_cases": 120117.0, - "new_cases": 666.0, - "new_cases_smoothed": 442.857, - "total_deaths": 8987.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 3182.569, - "new_cases_per_million": 17.646, - "new_cases_smoothed_per_million": 11.734, - "total_deaths_per_million": 238.116, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 57408.0, - "total_tests": 4505218.0, - "total_tests_per_thousand": 119.368, - "new_tests_per_thousand": 1.521, - "new_tests_smoothed": 38385.0, - "new_tests_smoothed_per_thousand": 1.017, - "tests_per_case": 86.676, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 67.13 - }, - { - "date": "2020-08-12", - "total_cases": 120406.0, - "new_cases": 289.0, - "new_cases_smoothed": 375.571, - "total_deaths": 8991.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3190.226, - "new_cases_per_million": 7.657, - "new_cases_smoothed_per_million": 9.951, - "total_deaths_per_million": 238.222, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.125, - "new_tests": 36529.0, - "total_tests": 4541747.0, - "total_tests_per_thousand": 120.336, - "new_tests_per_thousand": 0.968, - "new_tests_smoothed": 41026.0, - "new_tests_smoothed_per_thousand": 1.087, - "tests_per_case": 109.236, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-13", - "total_cases": 120829.0, - "new_cases": 423.0, - "new_cases_smoothed": 379.571, - "total_deaths": 9006.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 3201.433, - "new_cases_per_million": 11.208, - "new_cases_smoothed_per_million": 10.057, - "total_deaths_per_million": 238.619, - "new_deaths_per_million": 0.397, - "new_deaths_smoothed_per_million": 0.167, - "new_tests": 39336.0, - "total_tests": 4581083.0, - "total_tests_per_thousand": 121.378, - "new_tests_per_thousand": 1.042, - "new_tests_smoothed": 44068.0, - "new_tests_smoothed_per_thousand": 1.168, - "tests_per_case": 116.09899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-14", - "total_cases": 121234.0, - "new_cases": 405.0, - "new_cases_smoothed": 384.0, - "total_deaths": 9015.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 3212.164, - "new_cases_per_million": 10.731, - "new_cases_smoothed_per_million": 10.174, - "total_deaths_per_million": 238.858, - "new_deaths_per_million": 0.238, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 54022.0, - "total_tests": 4635105.0, - "total_tests_per_thousand": 122.81, - "new_tests_per_thousand": 1.431, - "new_tests_smoothed": 45133.0, - "new_tests_smoothed_per_thousand": 1.196, - "tests_per_case": 117.53399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-15", - "total_cases": 121652.0, - "new_cases": 418.0, - "new_cases_smoothed": 383.143, - "total_deaths": 9020.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3223.239, - "new_cases_per_million": 11.075, - "new_cases_smoothed_per_million": 10.152, - "total_deaths_per_million": 238.99, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 50558.0, - "total_tests": 4685663.0, - "total_tests_per_thousand": 124.149, - "new_tests_per_thousand": 1.34, - "new_tests_smoothed": 45494.0, - "new_tests_smoothed_per_thousand": 1.205, - "tests_per_case": 118.73899999999999, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-16", - "total_cases": 121889.0, - "new_cases": 237.0, - "new_cases_smoothed": 383.286, - "total_deaths": 9024.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 3229.519, - "new_cases_per_million": 6.279, - "new_cases_smoothed_per_million": 10.155, - "total_deaths_per_million": 239.096, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.182, - "new_tests": 55483.0, - "total_tests": 4741146.0, - "total_tests_per_thousand": 125.619, - "new_tests_per_thousand": 1.47, - "new_tests_smoothed": 48158.0, - "new_tests_smoothed_per_thousand": 1.276, - "tests_per_case": 125.645, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-17", - "total_cases": 122087.0, - "new_cases": 198.0, - "new_cases_smoothed": 376.571, - "total_deaths": 9026.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3234.765, - "new_cases_per_million": 5.246, - "new_cases_smoothed_per_million": 9.977, - "total_deaths_per_million": 239.149, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 37214.0, - "total_tests": 4778360.0, - "total_tests_per_thousand": 126.605, - "new_tests_per_thousand": 0.986, - "new_tests_smoothed": 47221.0, - "new_tests_smoothed_per_thousand": 1.251, - "tests_per_case": 125.397, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-18", - "total_cases": 122872.0, - "new_cases": 785.0, - "new_cases_smoothed": 393.571, - "total_deaths": 9032.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3255.564, - "new_cases_per_million": 20.799, - "new_cases_smoothed_per_million": 10.428, - "total_deaths_per_million": 239.308, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 61683.0, - "total_tests": 4840043.0, - "total_tests_per_thousand": 128.24, - "new_tests_per_thousand": 1.634, - "new_tests_smoothed": 47832.0, - "new_tests_smoothed_per_thousand": 1.267, - "tests_per_case": 121.53299999999999, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-19", - "total_cases": 123154.0, - "new_cases": 282.0, - "new_cases_smoothed": 392.571, - "total_deaths": 9045.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 3263.036, - "new_cases_per_million": 7.472, - "new_cases_smoothed_per_million": 10.401, - "total_deaths_per_million": 239.652, - "new_deaths_per_million": 0.344, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 40129.0, - "total_tests": 4880172.0, - "total_tests_per_thousand": 129.303, - "new_tests_per_thousand": 1.063, - "new_tests_smoothed": 48346.0, - "new_tests_smoothed_per_thousand": 1.281, - "tests_per_case": 123.152, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-20", - "total_cases": 123490.0, - "new_cases": 336.0, - "new_cases_smoothed": 380.143, - "total_deaths": 9049.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 3271.938, - "new_cases_per_million": 8.903, - "new_cases_smoothed_per_million": 10.072, - "total_deaths_per_million": 239.758, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.163, - "new_tests": 45274.0, - "total_tests": 4925446.0, - "total_tests_per_thousand": 130.503, - "new_tests_per_thousand": 1.2, - "new_tests_smoothed": 49195.0, - "new_tests_smoothed_per_thousand": 1.303, - "tests_per_case": 129.412, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-21", - "total_cases": 123873.0, - "new_cases": 383.0, - "new_cases_smoothed": 377.0, - "total_deaths": 9054.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 3282.086, - "new_cases_per_million": 10.148, - "new_cases_smoothed_per_million": 9.989, - "total_deaths_per_million": 239.891, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 48769.0, - "total_tests": 4974215.0, - "total_tests_per_thousand": 131.795, - "new_tests_per_thousand": 1.292, - "new_tests_smoothed": 48444.0, - "new_tests_smoothed_per_thousand": 1.284, - "tests_per_case": 128.499, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-22", - "total_cases": 124372.0, - "new_cases": 499.0, - "new_cases_smoothed": 388.571, - "total_deaths": 9064.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 3295.307, - "new_cases_per_million": 13.221, - "new_cases_smoothed_per_million": 10.295, - "total_deaths_per_million": 240.156, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.167, - "new_tests": 59844.0, - "total_tests": 5034059.0, - "total_tests_per_thousand": 133.38, - "new_tests_per_thousand": 1.586, - "new_tests_smoothed": 49771.0, - "new_tests_smoothed_per_thousand": 1.319, - "tests_per_case": 128.08700000000002, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-23", - "total_cases": 124629.0, - "new_cases": 257.0, - "new_cases_smoothed": 391.429, - "total_deaths": 9071.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 3302.117, - "new_cases_per_million": 6.809, - "new_cases_smoothed_per_million": 10.371, - "total_deaths_per_million": 240.341, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.178, - "new_tests": 42675.0, - "total_tests": 5076734.0, - "total_tests_per_thousand": 134.511, - "new_tests_per_thousand": 1.131, - "new_tests_smoothed": 47941.0, - "new_tests_smoothed_per_thousand": 1.27, - "tests_per_case": 122.477, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-24", - "total_cases": 124896.0, - "new_cases": 267.0, - "new_cases_smoothed": 401.286, - "total_deaths": 9073.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 3309.191, - "new_cases_per_million": 7.074, - "new_cases_smoothed_per_million": 10.632, - "total_deaths_per_million": 240.394, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.178, - "new_tests": 38756.0, - "total_tests": 5115490.0, - "total_tests_per_thousand": 135.538, - "new_tests_per_thousand": 1.027, - "new_tests_smoothed": 48161.0, - "new_tests_smoothed_per_thousand": 1.276, - "tests_per_case": 120.01700000000001, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-25", - "total_cases": 125647.0, - "new_cases": 751.0, - "new_cases_smoothed": 396.429, - "total_deaths": 9083.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 3329.089, - "new_cases_per_million": 19.898, - "new_cases_smoothed_per_million": 10.504, - "total_deaths_per_million": 240.659, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.193, - "new_tests": 53676.0, - "total_tests": 5169166.0, - "total_tests_per_thousand": 136.96, - "new_tests_per_thousand": 1.422, - "new_tests_smoothed": 47018.0, - "new_tests_smoothed_per_thousand": 1.246, - "tests_per_case": 118.604, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 61.57 - }, - { - "date": "2020-08-26", - "total_cases": 125969.0, - "new_cases": 322.0, - "new_cases_smoothed": 402.143, - "total_deaths": 9090.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3337.621, - "new_cases_per_million": 8.532, - "new_cases_smoothed_per_million": 10.655, - "total_deaths_per_million": 240.845, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 35844.0, - "total_tests": 5205010.0, - "total_tests_per_thousand": 137.91, - "new_tests_per_thousand": 0.95, - "new_tests_smoothed": 46405.0, - "new_tests_smoothed_per_thousand": 1.23, - "tests_per_case": 115.39399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 61.57 - }, - { - "date": "2020-08-27", - "total_cases": 126417.0, - "new_cases": 448.0, - "new_cases_smoothed": 418.143, - "total_deaths": 9094.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 3349.491, - "new_cases_per_million": 11.87, - "new_cases_smoothed_per_million": 11.079, - "total_deaths_per_million": 240.951, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 41255.0, - "total_tests": 5246265.0, - "total_tests_per_thousand": 139.003, - "new_tests_per_thousand": 1.093, - "new_tests_smoothed": 45831.0, - "new_tests_smoothed_per_thousand": 1.214, - "tests_per_case": 109.60600000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 61.57 - }, - { - "date": "2020-08-28", - "total_cases": 126848.0, - "new_cases": 431.0, - "new_cases_smoothed": 425.0, - "total_deaths": 9102.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 3360.91, - "new_cases_per_million": 11.42, - "new_cases_smoothed_per_million": 11.261, - "total_deaths_per_million": 241.163, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.182, - "new_tests": 47671.0, - "total_tests": 5293936.0, - "total_tests_per_thousand": 140.266, - "new_tests_per_thousand": 1.263, - "new_tests_smoothed": 45674.0, - "new_tests_smoothed_per_thousand": 1.21, - "tests_per_case": 107.46799999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-29", - "total_cases": 127358.0, - "new_cases": 510.0, - "new_cases_smoothed": 426.571, - "total_deaths": 9108.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 3374.423, - "new_cases_per_million": 13.513, - "new_cases_smoothed_per_million": 11.302, - "total_deaths_per_million": 241.322, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.167, - "new_tests": 61328.0, - "total_tests": 5355264.0, - "total_tests_per_thousand": 141.891, - "new_tests_per_thousand": 1.625, - "new_tests_smoothed": 45886.0, - "new_tests_smoothed_per_thousand": 1.216, - "tests_per_case": 107.569, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-30", - "total_cases": 127673.0, - "new_cases": 315.0, - "new_cases_smoothed": 434.857, - "total_deaths": 9113.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 3382.769, - "new_cases_per_million": 8.346, - "new_cases_smoothed_per_million": 11.522, - "total_deaths_per_million": 241.454, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 85107.0, - "total_tests": 5440371.0, - "total_tests_per_thousand": 144.146, - "new_tests_per_thousand": 2.255, - "new_tests_smoothed": 51948.0, - "new_tests_smoothed_per_thousand": 1.376, - "tests_per_case": 119.46, - "positive_rate": 0.008, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-08-31", - "total_cases": 127940.0, - "new_cases": 267.0, - "new_cases_smoothed": 434.857, - "total_deaths": 9117.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 3389.843, - "new_cases_per_million": 7.074, - "new_cases_smoothed_per_million": 11.522, - "total_deaths_per_million": 241.56, - "new_deaths_per_million": 0.106, - "new_deaths_smoothed_per_million": 0.167, - "new_tests_smoothed": 50979.0, - "new_tests_smoothed_per_thousand": 1.351, - "tests_per_case": 117.23200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-01", - "total_cases": 128948.0, - "new_cases": 1008.0, - "new_cases_smoothed": 471.571, - "total_deaths": 9126.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 3416.551, - "new_cases_per_million": 26.708, - "new_cases_smoothed_per_million": 12.495, - "total_deaths_per_million": 241.799, - "new_deaths_per_million": 0.238, - "new_deaths_smoothed_per_million": 0.163, - "total_tests": 5504316.0, - "total_tests_per_thousand": 145.84, - "new_tests_smoothed": 47879.0, - "new_tests_smoothed_per_thousand": 1.269, - "tests_per_case": 101.531, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-02", - "total_cases": 129425.0, - "new_cases": 477.0, - "new_cases_smoothed": 493.714, - "total_deaths": 9132.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 3429.189, - "new_cases_per_million": 12.638, - "new_cases_smoothed_per_million": 13.081, - "total_deaths_per_million": 241.958, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 41157.0, - "total_tests": 5545473.0, - "total_tests_per_thousand": 146.93, - "new_tests_per_thousand": 1.09, - "new_tests_smoothed": 48638.0, - "new_tests_smoothed_per_thousand": 1.289, - "tests_per_case": 98.514, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-03", - "total_cases": 129923.0, - "new_cases": 498.0, - "new_cases_smoothed": 500.857, - "total_deaths": 9135.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 3442.384, - "new_cases_per_million": 13.195, - "new_cases_smoothed_per_million": 13.27, - "total_deaths_per_million": 242.037, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 44595.0, - "total_tests": 5590068.0, - "total_tests_per_thousand": 148.112, - "new_tests_per_thousand": 1.182, - "new_tests_smoothed": 49115.0, - "new_tests_smoothed_per_thousand": 1.301, - "tests_per_case": 98.06200000000001, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-04", - "total_cases": 130493.0, - "new_cases": 570.0, - "new_cases_smoothed": 520.714, - "total_deaths": 9141.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 3457.487, - "new_cases_per_million": 15.102, - "new_cases_smoothed_per_million": 13.797, - "total_deaths_per_million": 242.196, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 48635.0, - "total_tests": 5638703.0, - "total_tests_per_thousand": 149.401, - "new_tests_per_thousand": 1.289, - "new_tests_smoothed": 49252.0, - "new_tests_smoothed_per_thousand": 1.305, - "tests_per_case": 94.585, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-05", - "total_cases": 131124.0, - "new_cases": 631.0, - "new_cases_smoothed": 538.0, - "total_deaths": 9141.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3474.205, - "new_cases_per_million": 16.719, - "new_cases_smoothed_per_million": 14.255, - "total_deaths_per_million": 242.196, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.125, - "new_tests": 58677.0, - "total_tests": 5697380.0, - "total_tests_per_thousand": 150.955, - "new_tests_per_thousand": 1.555, - "new_tests_smoothed": 48874.0, - "new_tests_smoothed_per_thousand": 1.295, - "tests_per_case": 90.844, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-06", - "total_cases": 131495.0, - "new_cases": 371.0, - "new_cases_smoothed": 546.0, - "total_deaths": 9143.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3484.035, - "new_cases_per_million": 9.83, - "new_cases_smoothed_per_million": 14.467, - "total_deaths_per_million": 242.249, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 83647.0, - "total_tests": 5781027.0, - "total_tests_per_thousand": 153.172, - "new_tests_per_thousand": 2.216, - "new_tests_smoothed": 48665.0, - "new_tests_smoothed_per_thousand": 1.289, - "tests_per_case": 89.13, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-07", - "total_cases": 131895.0, - "new_cases": 400.0, - "new_cases_smoothed": 565.0, - "total_deaths": 9145.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 3494.633, - "new_cases_per_million": 10.598, - "new_cases_smoothed_per_million": 14.97, - "total_deaths_per_million": 242.302, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.106, - "new_tests_smoothed": 48444.0, - "new_tests_smoothed_per_thousand": 1.284, - "tests_per_case": 85.742, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 64.35 - }, - { - "date": "2020-09-08", - "total_cases": 132142.0, - "new_cases": 247.0, - "new_cases_smoothed": 456.286, - "total_deaths": 9146.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3501.178, - "new_cases_per_million": 6.544, - "new_cases_smoothed_per_million": 12.09, - "total_deaths_per_million": 242.328, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.076, - "total_tests": 5841880.0, - "total_tests_per_thousand": 154.784, - "new_tests_smoothed": 48223.0, - "new_tests_smoothed_per_thousand": 1.278, - "tests_per_case": 105.686, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-09", - "total_cases": 133748.0, - "new_cases": 1606.0, - "new_cases_smoothed": 617.571, - "total_deaths": 9153.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3543.73, - "new_cases_per_million": 42.552, - "new_cases_smoothed_per_million": 16.363, - "total_deaths_per_million": 242.514, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 49241.0, - "total_tests": 5891121.0, - "total_tests_per_thousand": 156.089, - "new_tests_per_thousand": 1.305, - "new_tests_smoothed": 49378.0, - "new_tests_smoothed_per_thousand": 1.308, - "tests_per_case": 79.955, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-10", - "total_cases": 134294.0, - "new_cases": 546.0, - "new_cases_smoothed": 624.429, - "total_deaths": 9155.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3558.196, - "new_cases_per_million": 14.467, - "new_cases_smoothed_per_million": 16.545, - "total_deaths_per_million": 242.567, - "new_deaths_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 38727.0, - "total_tests": 5929848.0, - "total_tests_per_thousand": 157.115, - "new_tests_per_thousand": 1.026, - "new_tests_smoothed": 48540.0, - "new_tests_smoothed_per_thousand": 1.286, - "tests_per_case": 77.735, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-11", - "total_cases": 134924.0, - "new_cases": 630.0, - "new_cases_smoothed": 633.0, - "total_deaths": 9163.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3574.888, - "new_cases_per_million": 16.692, - "new_cases_smoothed_per_million": 16.772, - "total_deaths_per_million": 242.779, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 49718.0, - "total_tests": 5979566.0, - "total_tests_per_thousand": 158.432, - "new_tests_per_thousand": 1.317, - "new_tests_smoothed": 48695.0, - "new_tests_smoothed_per_thousand": 1.29, - "tests_per_case": 76.92699999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-12", - "total_cases": 135626.0, - "new_cases": 702.0, - "new_cases_smoothed": 643.143, - "total_deaths": 9163.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3593.488, - "new_cases_per_million": 18.6, - "new_cases_smoothed_per_million": 17.04, - "total_deaths_per_million": 242.779, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 89686.0, - "total_tests": 6069252.0, - "total_tests_per_thousand": 160.808, - "new_tests_per_thousand": 2.376, - "new_tests_smoothed": 53125.0, - "new_tests_smoothed_per_thousand": 1.408, - "tests_per_case": 82.602, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-13", - "total_cases": 136141.0, - "new_cases": 515.0, - "new_cases_smoothed": 663.714, - "total_deaths": 9170.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 3607.134, - "new_cases_per_million": 13.645, - "new_cases_smoothed_per_million": 17.585, - "total_deaths_per_million": 242.964, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.102, - "new_tests_smoothed": 47262.0, - "new_tests_smoothed_per_thousand": 1.252, - "tests_per_case": 71.208, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-14", - "total_cases": 136659.0, - "new_cases": 518.0, - "new_cases_smoothed": 680.571, - "total_deaths": 9171.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 3620.858, - "new_cases_per_million": 13.725, - "new_cases_smoothed_per_million": 18.032, - "total_deaths_per_million": 242.991, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.098, - "total_tests": 6154468.0, - "total_tests_per_thousand": 163.066, - "new_tests_smoothed": 49002.0, - "new_tests_smoothed_per_thousand": 1.298, - "tests_per_case": 72.001, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-15", - "total_cases": 138010.0, - "new_cases": 1351.0, - "new_cases_smoothed": 838.286, - "total_deaths": 9179.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3656.654, - "new_cases_per_million": 35.796, - "new_cases_smoothed_per_million": 22.211, - "total_deaths_per_million": 243.203, - "new_deaths_per_million": 0.212, - "new_deaths_smoothed_per_million": 0.125, - "new_tests": 80997.0, - "total_tests": 6235465.0, - "total_tests_per_thousand": 165.212, - "new_tests_per_thousand": 2.146, - "new_tests_smoothed": 56226.0, - "new_tests_smoothed_per_thousand": 1.49, - "tests_per_case": 67.07300000000001, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-16", - "total_cases": 138803.0, - "new_cases": 793.0, - "new_cases_smoothed": 722.143, - "total_deaths": 9188.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3677.665, - "new_cases_per_million": 21.011, - "new_cases_smoothed_per_million": 19.134, - "total_deaths_per_million": 243.441, - "new_deaths_per_million": 0.238, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 56695.0, - "total_tests": 6292160.0, - "total_tests_per_thousand": 166.714, - "new_tests_per_thousand": 1.502, - "new_tests_smoothed": 57291.0, - "new_tests_smoothed_per_thousand": 1.518, - "tests_per_case": 79.335, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-17", - "total_cases": 139747.0, - "new_cases": 944.0, - "new_cases_smoothed": 779.0, - "total_deaths": 9193.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3702.677, - "new_cases_per_million": 25.012, - "new_cases_smoothed_per_million": 20.64, - "total_deaths_per_million": 243.574, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 62421.0, - "total_tests": 6354581.0, - "total_tests_per_thousand": 168.368, - "new_tests_per_thousand": 1.654, - "new_tests_smoothed": 60676.0, - "new_tests_smoothed_per_thousand": 1.608, - "tests_per_case": 77.89, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-18", - "total_cases": 140867.0, - "new_cases": 1120.0, - "new_cases_smoothed": 849.0, - "total_deaths": 9200.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 3732.352, - "new_cases_per_million": 29.675, - "new_cases_smoothed_per_million": 22.495, - "total_deaths_per_million": 243.759, - "new_deaths_per_million": 0.185, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 67482.0, - "total_tests": 6422063.0, - "total_tests_per_thousand": 170.156, - "new_tests_per_thousand": 1.788, - "new_tests_smoothed": 63214.0, - "new_tests_smoothed_per_thousand": 1.675, - "tests_per_case": 74.457, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-19", - "total_cases": 141911.0, - "new_cases": 1044.0, - "new_cases_smoothed": 897.857, - "total_deaths": 9205.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 3760.013, - "new_cases_per_million": 27.661, - "new_cases_smoothed_per_million": 23.789, - "total_deaths_per_million": 243.892, - "new_deaths_per_million": 0.132, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 132084.0, - "total_tests": 6554147.0, - "total_tests_per_thousand": 173.656, - "new_tests_per_thousand": 3.5, - "new_tests_smoothed": 69271.0, - "new_tests_smoothed_per_thousand": 1.835, - "tests_per_case": 77.15100000000001, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-20", - "total_cases": 142774.0, - "new_cases": 863.0, - "new_cases_smoothed": 947.571, - "total_deaths": 9211.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 3782.879, - "new_cases_per_million": 22.866, - "new_cases_smoothed_per_million": 25.106, - "total_deaths_per_million": 244.051, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.155, - "new_tests_smoothed": 67779.0, - "new_tests_smoothed_per_thousand": 1.796, - "tests_per_case": 71.529, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-21", - "total_cases": 143649.0, - "new_cases": 875.0, - "new_cases_smoothed": 998.571, - "total_deaths": 9217.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3806.062, - "new_cases_per_million": 23.184, - "new_cases_smoothed_per_million": 26.458, - "total_deaths_per_million": 244.21, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.174, - "total_tests": 6618481.0, - "total_tests_per_thousand": 175.36, - "new_tests_smoothed": 66288.0, - "new_tests_smoothed_per_thousand": 1.756, - "tests_per_case": 66.383, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-22", - "total_cases": 145415.0, - "new_cases": 1766.0, - "new_cases_smoothed": 1057.857, - "total_deaths": 9228.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 3852.853, - "new_cases_per_million": 46.791, - "new_cases_smoothed_per_million": 28.029, - "total_deaths_per_million": 244.501, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 80063.0, - "total_tests": 6698544.0, - "total_tests_per_thousand": 177.482, - "new_tests_per_thousand": 2.121, - "new_tests_smoothed": 66154.0, - "new_tests_smoothed_per_thousand": 1.753, - "tests_per_case": 62.536, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-23", - "total_cases": 146663.0, - "new_cases": 1248.0, - "new_cases_smoothed": 1122.857, - "total_deaths": 9234.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3885.92, - "new_cases_per_million": 33.066, - "new_cases_smoothed_per_million": 29.751, - "total_deaths_per_million": 244.66, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.174, - "new_tests": 68438.0, - "total_tests": 6766982.0, - "total_tests_per_thousand": 179.295, - "new_tests_per_thousand": 1.813, - "new_tests_smoothed": 67832.0, - "new_tests_smoothed_per_thousand": 1.797, - "tests_per_case": 60.41, - "positive_rate": 0.017, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-24", - "total_cases": 147753.0, - "new_cases": 1090.0, - "new_cases_smoothed": 1143.714, - "total_deaths": 9243.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 3914.8, - "new_cases_per_million": 28.88, - "new_cases_smoothed_per_million": 30.303, - "total_deaths_per_million": 244.899, - "new_deaths_per_million": 0.238, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 66679.0, - "total_tests": 6833661.0, - "total_tests_per_thousand": 181.062, - "new_tests_per_thousand": 1.767, - "new_tests_smoothed": 68440.0, - "new_tests_smoothed_per_thousand": 1.813, - "tests_per_case": 59.84, - "positive_rate": 0.017, - "tests_units": "people tested", - "stringency_index": 60.65 - }, - { - "date": "2020-09-25", - "total_cases": 149094.0, - "new_cases": 1341.0, - "new_cases_smoothed": 1175.286, - "total_deaths": 9249.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 3950.331, - "new_cases_per_million": 35.531, - "new_cases_smoothed_per_million": 31.14, - "total_deaths_per_million": 245.058, - "new_deaths_per_million": 0.159, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 67590.0, - "total_tests": 6901251.0, - "total_tests_per_thousand": 182.853, - "new_tests_per_thousand": 1.791, - "new_tests_smoothed": 68455.0, - "new_tests_smoothed_per_thousand": 1.814, - "tests_per_case": 58.245, - "positive_rate": 0.017, - "tests_units": "people tested" - } - ] - }, - "CHE": { - "continent": "Europe", - "location": "Switzerland", - "population": 8654618.0, - "population_density": 214.243, - "median_age": 43.1, - "aged_65_older": 18.436, - "aged_70_older": 12.644, - "gdp_per_capita": 57410.166, - "cardiovasc_death_rate": 99.739, - "diabetes_prevalence": 5.59, - "female_smokers": 22.6, - "male_smokers": 28.9, - "hospital_beds_per_thousand": 4.53, - "life_expectancy": 83.78, - "human_development_index": 0.944, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3.0, - "total_tests": 3.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4.0, - "total_tests": 7.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 20.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 16.0, - "total_tests": 36.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 65.0, - "total_tests_per_thousand": 0.008, - "new_tests_per_thousand": 0.003, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 40.0, - "total_tests": 105.0, - "total_tests_per_thousand": 0.012, - "new_tests_per_thousand": 0.005, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 32.0, - "total_tests": 137.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 19.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 19.0, - "total_tests": 156.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 21.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11.0, - "total_tests": 167.0, - "total_tests_per_thousand": 0.019, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 22.0, - "new_tests_smoothed_per_thousand": 0.003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14.0, - "total_tests": 181.0, - "total_tests_per_thousand": 0.021, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 207.0, - "total_tests_per_thousand": 0.024, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 24.0, - "new_tests_smoothed_per_thousand": 0.003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 235.0, - "total_tests_per_thousand": 0.027, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 24.0, - "new_tests_smoothed_per_thousand": 0.003, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 248.0, - "total_tests_per_thousand": 0.029, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 20.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15.0, - "total_tests": 263.0, - "total_tests_per_thousand": 0.03, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 18.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 270.0, - "total_tests_per_thousand": 0.031, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9.0, - "total_tests": 279.0, - "total_tests_per_thousand": 0.032, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 292.0, - "total_tests_per_thousand": 0.034, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 22.0, - "total_tests": 314.0, - "total_tests_per_thousand": 0.036, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 15.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 334.0, - "total_tests_per_thousand": 0.039, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 14.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 341.0, - "total_tests_per_thousand": 0.039, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9.0, - "total_tests": 350.0, - "total_tests_per_thousand": 0.04, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 12.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 355.0, - "total_tests_per_thousand": 0.041, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 12.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 360.0, - "total_tests_per_thousand": 0.042, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 12.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 10.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9.0, - "total_tests": 369.0, - "total_tests_per_thousand": 0.043, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14.0, - "total_tests": 383.0, - "total_tests_per_thousand": 0.044, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 7.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 393.0, - "total_tests_per_thousand": 0.045, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 7.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14.0, - "total_tests": 407.0, - "total_tests_per_thousand": 0.047, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 409.0, - "total_tests_per_thousand": 0.047, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 414.0, - "total_tests_per_thousand": 0.048, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 48.0, - "total_tests": 462.0, - "total_tests_per_thousand": 0.053, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 14.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 170.0, - "total_tests": 632.0, - "total_tests_per_thousand": 0.073, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.004, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.116, - "new_cases_per_million": 0.116, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 317.0, - "total_tests": 949.0, - "total_tests_per_thousand": 0.11, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 81.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 567.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 8.33 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.116, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 279.0, - "total_tests": 1228.0, - "total_tests_per_thousand": 0.142, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 119.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 833.0, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 13.89 - }, - { - "date": "2020-02-28", - "total_cases": 8.0, - "new_cases": 7.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.924, - "new_cases_per_million": 0.809, - "new_cases_smoothed_per_million": 0.132, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 450.0, - "total_tests": 1678.0, - "total_tests_per_thousand": 0.194, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 182.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 159.25, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 12.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.387, - "new_cases_per_million": 0.462, - "new_cases_smoothed_per_million": 0.198, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 257.0, - "total_tests": 1935.0, - "total_tests_per_thousand": 0.224, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 218.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 127.167, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 18.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.08, - "new_cases_per_million": 0.693, - "new_cases_smoothed_per_million": 0.297, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 373.0, - "total_tests": 2308.0, - "total_tests_per_thousand": 0.267, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 271.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 105.389, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "total_cases": 24.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.773, - "new_cases_per_million": 0.693, - "new_cases_smoothed_per_million": 0.396, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 478.0, - "total_tests": 2786.0, - "total_tests_per_thousand": 0.322, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 332.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 96.833, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "total_cases": 30.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.466, - "new_cases_per_million": 0.693, - "new_cases_smoothed_per_million": 0.495, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 716.0, - "total_tests": 3502.0, - "total_tests_per_thousand": 0.405, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 410.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 95.667, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-04", - "total_cases": 37.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.275, - "new_cases_per_million": 0.809, - "new_cases_smoothed_per_million": 0.594, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 592.0, - "total_tests": 4094.0, - "total_tests_per_thousand": 0.473, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 449.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 87.306, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-05", - "total_cases": 57.0, - "new_cases": 20.0, - "new_cases_smoothed": 8.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.586, - "new_cases_per_million": 2.311, - "new_cases_smoothed_per_million": 0.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 587.0, - "total_tests": 4681.0, - "total_tests_per_thousand": 0.541, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 493.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 61.625, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-06", - "total_cases": 87.0, - "new_cases": 30.0, - "new_cases_smoothed": 11.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 10.052, - "new_cases_per_million": 3.466, - "new_cases_smoothed_per_million": 1.304, - "total_deaths_per_million": 0.116, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 957.0, - "total_tests": 5638.0, - "total_tests_per_thousand": 0.651, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 566.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 50.152, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-07", - "total_cases": 209.0, - "new_cases": 122.0, - "new_cases_smoothed": 28.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 24.149, - "new_cases_per_million": 14.097, - "new_cases_smoothed_per_million": 3.252, - "total_deaths_per_million": 0.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 727.0, - "total_tests": 6365.0, - "total_tests_per_thousand": 0.735, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 633.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 22.491999999999997, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-08", - "total_cases": 264.0, - "new_cases": 55.0, - "new_cases_smoothed": 35.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.504, - "new_cases_per_million": 6.355, - "new_cases_smoothed_per_million": 4.061, - "total_deaths_per_million": 0.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 744.0, - "total_tests": 7109.0, - "total_tests_per_thousand": 0.821, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 686.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 19.52, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-09", - "total_cases": 332.0, - "new_cases": 68.0, - "new_cases_smoothed": 44.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 38.361, - "new_cases_per_million": 7.857, - "new_cases_smoothed_per_million": 5.084, - "total_deaths_per_million": 0.231, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 1631.0, - "total_tests": 8740.0, - "total_tests_per_thousand": 1.01, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 851.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 19.340999999999998, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-10", - "total_cases": 374.0, - "new_cases": 42.0, - "new_cases_smoothed": 49.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 43.214, - "new_cases_per_million": 4.853, - "new_cases_smoothed_per_million": 5.678, - "total_deaths_per_million": 0.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 2172.0, - "total_tests": 10912.0, - "total_tests_per_thousand": 1.261, - "new_tests_per_thousand": 0.251, - "new_tests_smoothed": 1059.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_per_case": 21.549, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-11", - "total_cases": 490.0, - "new_cases": 116.0, - "new_cases_smoothed": 64.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 56.617, - "new_cases_per_million": 13.403, - "new_cases_smoothed_per_million": 7.477, - "total_deaths_per_million": 0.347, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 2724.0, - "total_tests": 13636.0, - "total_tests_per_thousand": 1.576, - "new_tests_per_thousand": 0.315, - "new_tests_smoothed": 1363.0, - "new_tests_smoothed_per_thousand": 0.157, - "tests_per_case": 21.061999999999998, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-12", - "total_cases": 642.0, - "new_cases": 152.0, - "new_cases_smoothed": 83.571, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 74.18, - "new_cases_per_million": 17.563, - "new_cases_smoothed_per_million": 9.656, - "total_deaths_per_million": 0.462, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 4634.0, - "total_tests": 18270.0, - "total_tests_per_thousand": 2.111, - "new_tests_per_thousand": 0.535, - "new_tests_smoothed": 1941.0, - "new_tests_smoothed_per_thousand": 0.224, - "tests_per_case": 23.226, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-13", - "total_cases": 854.0, - "new_cases": 212.0, - "new_cases_smoothed": 109.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 98.676, - "new_cases_per_million": 24.496, - "new_cases_smoothed_per_million": 12.66, - "total_deaths_per_million": 0.462, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 4689.0, - "total_tests": 22959.0, - "total_tests_per_thousand": 2.653, - "new_tests_per_thousand": 0.542, - "new_tests_smoothed": 2474.0, - "new_tests_smoothed_per_thousand": 0.286, - "tests_per_case": 22.579, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-14", - "total_cases": 1121.0, - "new_cases": 267.0, - "new_cases_smoothed": 130.286, - "total_deaths": 7.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 129.526, - "new_cases_per_million": 30.851, - "new_cases_smoothed_per_million": 15.054, - "total_deaths_per_million": 0.809, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 5244.0, - "total_tests": 28203.0, - "total_tests_per_thousand": 3.259, - "new_tests_per_thousand": 0.606, - "new_tests_smoothed": 3120.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 23.947, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-15", - "total_cases": 1359.0, - "new_cases": 238.0, - "new_cases_smoothed": 156.429, - "total_deaths": 11.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 157.026, - "new_cases_per_million": 27.5, - "new_cases_smoothed_per_million": 18.075, - "total_deaths_per_million": 1.271, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.165, - "new_tests": 2523.0, - "total_tests": 30726.0, - "total_tests_per_thousand": 3.55, - "new_tests_per_thousand": 0.292, - "new_tests_smoothed": 3374.0, - "new_tests_smoothed_per_thousand": 0.39, - "tests_per_case": 21.569000000000003, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-16", - "total_cases": 2200.0, - "new_cases": 841.0, - "new_cases_smoothed": 266.857, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 254.2, - "new_cases_per_million": 97.174, - "new_cases_smoothed_per_million": 30.834, - "total_deaths_per_million": 1.502, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.182, - "new_tests": 5279.0, - "total_tests": 36005.0, - "total_tests_per_thousand": 4.16, - "new_tests_per_thousand": 0.61, - "new_tests_smoothed": 3895.0, - "new_tests_smoothed_per_thousand": 0.45, - "tests_per_case": 14.595999999999998, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-17", - "total_cases": 2200.0, - "new_cases": 0.0, - "new_cases_smoothed": 260.857, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 254.2, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 30.141, - "total_deaths_per_million": 1.618, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 9353.0, - "total_tests": 45358.0, - "total_tests_per_thousand": 5.241, - "new_tests_per_thousand": 1.081, - "new_tests_smoothed": 4921.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_per_case": 18.865, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-18", - "total_cases": 2650.0, - "new_cases": 450.0, - "new_cases_smoothed": 308.571, - "total_deaths": 19.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 306.195, - "new_cases_per_million": 51.995, - "new_cases_smoothed_per_million": 35.654, - "total_deaths_per_million": 2.195, - "new_deaths_per_million": 0.578, - "new_deaths_smoothed_per_million": 0.264, - "new_tests": 10591.0, - "total_tests": 55949.0, - "total_tests_per_thousand": 6.465, - "new_tests_per_thousand": 1.224, - "new_tests_smoothed": 6045.0, - "new_tests_smoothed_per_thousand": 0.698, - "tests_per_case": 19.59, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-19", - "total_cases": 3003.0, - "new_cases": 353.0, - "new_cases_smoothed": 337.286, - "total_deaths": 25.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 346.982, - "new_cases_per_million": 40.787, - "new_cases_smoothed_per_million": 38.972, - "total_deaths_per_million": 2.889, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 0.347, - "new_tests": 9681.0, - "total_tests": 65630.0, - "total_tests_per_thousand": 7.583, - "new_tests_per_thousand": 1.119, - "new_tests_smoothed": 6766.0, - "new_tests_smoothed_per_thousand": 0.782, - "tests_per_case": 20.06, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-20", - "total_cases": 3863.0, - "new_cases": 860.0, - "new_cases_smoothed": 429.857, - "total_deaths": 33.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 446.351, - "new_cases_per_million": 99.369, - "new_cases_smoothed_per_million": 49.668, - "total_deaths_per_million": 3.813, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 0.479, - "new_tests": 8153.0, - "total_tests": 73783.0, - "total_tests_per_thousand": 8.525, - "new_tests_per_thousand": 0.942, - "new_tests_smoothed": 7261.0, - "new_tests_smoothed_per_thousand": 0.839, - "tests_per_case": 16.892, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-21", - "total_cases": 4806.0, - "new_cases": 943.0, - "new_cases_smoothed": 526.429, - "total_deaths": 43.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 555.31, - "new_cases_per_million": 108.959, - "new_cases_smoothed_per_million": 60.826, - "total_deaths_per_million": 4.968, - "new_deaths_per_million": 1.155, - "new_deaths_smoothed_per_million": 0.594, - "new_tests": 6429.0, - "total_tests": 80212.0, - "total_tests_per_thousand": 9.268, - "new_tests_per_thousand": 0.743, - "new_tests_smoothed": 7430.0, - "new_tests_smoothed_per_thousand": 0.859, - "tests_per_case": 14.114, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-22", - "total_cases": 6077.0, - "new_cases": 1271.0, - "new_cases_smoothed": 674.0, - "total_deaths": 56.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 702.168, - "new_cases_per_million": 146.858, - "new_cases_smoothed_per_million": 77.877, - "total_deaths_per_million": 6.471, - "new_deaths_per_million": 1.502, - "new_deaths_smoothed_per_million": 0.743, - "new_tests": 3288.0, - "total_tests": 83500.0, - "total_tests_per_thousand": 9.648, - "new_tests_per_thousand": 0.38, - "new_tests_smoothed": 7539.0, - "new_tests_smoothed_per_thousand": 0.871, - "tests_per_case": 11.185, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-23", - "total_cases": 6971.0, - "new_cases": 894.0, - "new_cases_smoothed": 681.571, - "total_deaths": 60.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 805.466, - "new_cases_per_million": 103.297, - "new_cases_smoothed_per_million": 78.752, - "total_deaths_per_million": 6.933, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.776, - "new_tests": 6640.0, - "total_tests": 90140.0, - "total_tests_per_thousand": 10.415, - "new_tests_per_thousand": 0.767, - "new_tests_smoothed": 7734.0, - "new_tests_smoothed_per_thousand": 0.894, - "tests_per_case": 11.347000000000001, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-24", - "total_cases": 8015.0, - "new_cases": 1044.0, - "new_cases_smoothed": 830.714, - "total_deaths": 66.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 926.095, - "new_cases_per_million": 120.629, - "new_cases_smoothed_per_million": 95.985, - "total_deaths_per_million": 7.626, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 0.858, - "new_tests": 5813.0, - "total_tests": 95953.0, - "total_tests_per_thousand": 11.087, - "new_tests_per_thousand": 0.672, - "new_tests_smoothed": 7228.0, - "new_tests_smoothed_per_thousand": 0.835, - "tests_per_case": 8.701, - "positive_rate": 0.115, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-25", - "total_cases": 8789.0, - "new_cases": 774.0, - "new_cases_smoothed": 877.0, - "total_deaths": 86.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 1015.527, - "new_cases_per_million": 89.432, - "new_cases_smoothed_per_million": 101.333, - "total_deaths_per_million": 9.937, - "new_deaths_per_million": 2.311, - "new_deaths_smoothed_per_million": 1.106, - "new_tests": 7692.0, - "total_tests": 103645.0, - "total_tests_per_thousand": 11.976, - "new_tests_per_thousand": 0.889, - "new_tests_smoothed": 6814.0, - "new_tests_smoothed_per_thousand": 0.787, - "tests_per_case": 7.77, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-26", - "total_cases": 9714.0, - "new_cases": 925.0, - "new_cases_smoothed": 958.714, - "total_deaths": 103.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 1122.407, - "new_cases_per_million": 106.879, - "new_cases_smoothed_per_million": 110.775, - "total_deaths_per_million": 11.901, - "new_deaths_per_million": 1.964, - "new_deaths_smoothed_per_million": 1.288, - "new_tests": 7861.0, - "total_tests": 111506.0, - "total_tests_per_thousand": 12.884, - "new_tests_per_thousand": 0.908, - "new_tests_smoothed": 6554.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 6.836, - "positive_rate": 0.146, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-27", - "total_cases": 10714.0, - "new_cases": 1000.0, - "new_cases_smoothed": 978.714, - "total_deaths": 161.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 18.286, - "total_cases_per_million": 1237.952, - "new_cases_per_million": 115.545, - "new_cases_smoothed_per_million": 113.086, - "total_deaths_per_million": 18.603, - "new_deaths_per_million": 6.702, - "new_deaths_smoothed_per_million": 2.113, - "new_tests": 7197.0, - "total_tests": 118703.0, - "total_tests_per_thousand": 13.716, - "new_tests_per_thousand": 0.832, - "new_tests_smoothed": 6417.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 6.557, - "positive_rate": 0.153, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-28", - "total_cases": 12104.0, - "new_cases": 1390.0, - "new_cases_smoothed": 1042.571, - "total_deaths": 197.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 22.0, - "total_cases_per_million": 1398.56, - "new_cases_per_million": 160.608, - "new_cases_smoothed_per_million": 120.464, - "total_deaths_per_million": 22.762, - "new_deaths_per_million": 4.16, - "new_deaths_smoothed_per_million": 2.542, - "new_tests": 5765.0, - "total_tests": 124468.0, - "total_tests_per_thousand": 14.382, - "new_tests_per_thousand": 0.666, - "new_tests_smoothed": 6322.0, - "new_tests_smoothed_per_thousand": 0.73, - "tests_per_case": 6.064, - "positive_rate": 0.165, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-29", - "total_cases": 13152.0, - "new_cases": 1048.0, - "new_cases_smoothed": 1010.714, - "total_deaths": 235.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 25.571, - "total_cases_per_million": 1519.651, - "new_cases_per_million": 121.091, - "new_cases_smoothed_per_million": 116.783, - "total_deaths_per_million": 27.153, - "new_deaths_per_million": 4.391, - "new_deaths_smoothed_per_million": 2.955, - "new_tests": 2767.0, - "total_tests": 127235.0, - "total_tests_per_thousand": 14.701, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 6248.0, - "new_tests_smoothed_per_thousand": 0.722, - "tests_per_case": 6.182, - "positive_rate": 0.162, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-30", - "total_cases": 14274.0, - "new_cases": 1122.0, - "new_cases_smoothed": 1043.286, - "total_deaths": 257.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 28.143, - "total_cases_per_million": 1649.293, - "new_cases_per_million": 129.642, - "new_cases_smoothed_per_million": 120.547, - "total_deaths_per_million": 29.695, - "new_deaths_per_million": 2.542, - "new_deaths_smoothed_per_million": 3.252, - "new_tests": 4489.0, - "total_tests": 131724.0, - "total_tests_per_thousand": 15.22, - "new_tests_per_thousand": 0.519, - "new_tests_smoothed": 5941.0, - "new_tests_smoothed_per_thousand": 0.686, - "tests_per_case": 5.695, - "positive_rate": 0.17600000000000002, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-31", - "total_cases": 15412.0, - "new_cases": 1138.0, - "new_cases_smoothed": 1056.714, - "total_deaths": 295.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 32.714, - "total_cases_per_million": 1780.783, - "new_cases_per_million": 131.49, - "new_cases_smoothed_per_million": 122.098, - "total_deaths_per_million": 34.086, - "new_deaths_per_million": 4.391, - "new_deaths_smoothed_per_million": 3.78, - "new_tests": 7160.0, - "total_tests": 138884.0, - "total_tests_per_thousand": 16.047, - "new_tests_per_thousand": 0.827, - "new_tests_smoothed": 6133.0, - "new_tests_smoothed_per_thousand": 0.709, - "tests_per_case": 5.803999999999999, - "positive_rate": 0.172, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-01", - "total_cases": 16108.0, - "new_cases": 696.0, - "new_cases_smoothed": 1045.571, - "total_deaths": 373.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 1861.203, - "new_cases_per_million": 80.419, - "new_cases_smoothed_per_million": 120.811, - "total_deaths_per_million": 43.098, - "new_deaths_per_million": 9.013, - "new_deaths_smoothed_per_million": 4.737, - "new_tests": 6702.0, - "total_tests": 145586.0, - "total_tests_per_thousand": 16.822, - "new_tests_per_thousand": 0.774, - "new_tests_smoothed": 5992.0, - "new_tests_smoothed_per_thousand": 0.692, - "tests_per_case": 5.731, - "positive_rate": 0.174, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-02", - "total_cases": 17070.0, - "new_cases": 962.0, - "new_cases_smoothed": 1050.857, - "total_deaths": 378.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 39.286, - "total_cases_per_million": 1972.357, - "new_cases_per_million": 111.155, - "new_cases_smoothed_per_million": 121.422, - "total_deaths_per_million": 43.676, - "new_deaths_per_million": 0.578, - "new_deaths_smoothed_per_million": 4.539, - "new_tests": 7021.0, - "total_tests": 152607.0, - "total_tests_per_thousand": 17.633, - "new_tests_per_thousand": 0.811, - "new_tests_smoothed": 5872.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 5.587999999999999, - "positive_rate": 0.179, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-03", - "total_cases": 18194.0, - "new_cases": 1124.0, - "new_cases_smoothed": 1068.571, - "total_deaths": 432.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 38.714, - "total_cases_per_million": 2102.23, - "new_cases_per_million": 129.873, - "new_cases_smoothed_per_million": 123.468, - "total_deaths_per_million": 49.916, - "new_deaths_per_million": 6.239, - "new_deaths_smoothed_per_million": 4.473, - "new_tests": 6517.0, - "total_tests": 159124.0, - "total_tests_per_thousand": 18.386, - "new_tests_per_thousand": 0.753, - "new_tests_smoothed": 5774.0, - "new_tests_smoothed_per_thousand": 0.667, - "tests_per_case": 5.403, - "positive_rate": 0.185, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-04", - "total_cases": 19227.0, - "new_cases": 1033.0, - "new_cases_smoothed": 1017.571, - "total_deaths": 484.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 2221.589, - "new_cases_per_million": 119.358, - "new_cases_smoothed_per_million": 117.576, - "total_deaths_per_million": 55.924, - "new_deaths_per_million": 6.008, - "new_deaths_smoothed_per_million": 4.737, - "new_tests": 5204.0, - "total_tests": 164328.0, - "total_tests_per_thousand": 18.987, - "new_tests_per_thousand": 0.601, - "new_tests_smoothed": 5694.0, - "new_tests_smoothed_per_thousand": 0.658, - "tests_per_case": 5.596, - "positive_rate": 0.179, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-05", - "total_cases": 20201.0, - "new_cases": 974.0, - "new_cases_smoothed": 1007.0, - "total_deaths": 540.0, - "new_deaths": 56.0, - "new_deaths_smoothed": 43.571, - "total_cases_per_million": 2334.13, - "new_cases_per_million": 112.541, - "new_cases_smoothed_per_million": 116.354, - "total_deaths_per_million": 62.394, - "new_deaths_per_million": 6.471, - "new_deaths_smoothed_per_million": 5.034, - "new_tests": 3305.0, - "total_tests": 167633.0, - "total_tests_per_thousand": 19.369, - "new_tests_per_thousand": 0.382, - "new_tests_smoothed": 5771.0, - "new_tests_smoothed_per_thousand": 0.667, - "tests_per_case": 5.731, - "positive_rate": 0.174, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-06", - "total_cases": 21022.0, - "new_cases": 821.0, - "new_cases_smoothed": 964.0, - "total_deaths": 559.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 43.143, - "total_cases_per_million": 2428.992, - "new_cases_per_million": 94.863, - "new_cases_smoothed_per_million": 111.386, - "total_deaths_per_million": 64.59, - "new_deaths_per_million": 2.195, - "new_deaths_smoothed_per_million": 4.985, - "new_tests": 4112.0, - "total_tests": 171745.0, - "total_tests_per_thousand": 19.844, - "new_tests_per_thousand": 0.475, - "new_tests_smoothed": 5717.0, - "new_tests_smoothed_per_thousand": 0.661, - "tests_per_case": 5.93, - "positive_rate": 0.16899999999999998, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-07", - "total_cases": 21574.0, - "new_cases": 552.0, - "new_cases_smoothed": 880.286, - "total_deaths": 584.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 41.286, - "total_cases_per_million": 2492.773, - "new_cases_per_million": 63.781, - "new_cases_smoothed_per_million": 101.713, - "total_deaths_per_million": 67.478, - "new_deaths_per_million": 2.889, - "new_deaths_smoothed_per_million": 4.77, - "new_tests": 6870.0, - "total_tests": 178615.0, - "total_tests_per_thousand": 20.638, - "new_tests_per_thousand": 0.794, - "new_tests_smoothed": 5676.0, - "new_tests_smoothed_per_thousand": 0.656, - "tests_per_case": 6.4479999999999995, - "positive_rate": 0.155, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-08", - "total_cases": 22164.0, - "new_cases": 590.0, - "new_cases_smoothed": 865.143, - "total_deaths": 641.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 2560.945, - "new_cases_per_million": 68.172, - "new_cases_smoothed_per_million": 99.963, - "total_deaths_per_million": 74.065, - "new_deaths_per_million": 6.586, - "new_deaths_smoothed_per_million": 4.424, - "new_tests": 6561.0, - "total_tests": 185176.0, - "total_tests_per_thousand": 21.396, - "new_tests_per_thousand": 0.758, - "new_tests_smoothed": 5656.0, - "new_tests_smoothed_per_thousand": 0.654, - "tests_per_case": 6.537999999999999, - "positive_rate": 0.153, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-09", - "total_cases": 22710.0, - "new_cases": 546.0, - "new_cases_smoothed": 805.714, - "total_deaths": 705.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 46.714, - "total_cases_per_million": 2624.033, - "new_cases_per_million": 63.088, - "new_cases_smoothed_per_million": 93.096, - "total_deaths_per_million": 81.459, - "new_deaths_per_million": 7.395, - "new_deaths_smoothed_per_million": 5.398, - "new_tests": 6016.0, - "total_tests": 191192.0, - "total_tests_per_thousand": 22.091, - "new_tests_per_thousand": 0.695, - "new_tests_smoothed": 5512.0, - "new_tests_smoothed_per_thousand": 0.637, - "tests_per_case": 6.841, - "positive_rate": 0.146, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-10", - "total_cases": 23495.0, - "new_cases": 785.0, - "new_cases_smoothed": 757.286, - "total_deaths": 756.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 46.286, - "total_cases_per_million": 2714.736, - "new_cases_per_million": 90.703, - "new_cases_smoothed_per_million": 87.501, - "total_deaths_per_million": 87.352, - "new_deaths_per_million": 5.893, - "new_deaths_smoothed_per_million": 5.348, - "new_tests": 3981.0, - "total_tests": 195173.0, - "total_tests_per_thousand": 22.551, - "new_tests_per_thousand": 0.46, - "new_tests_smoothed": 5150.0, - "new_tests_smoothed_per_thousand": 0.595, - "tests_per_case": 6.801, - "positive_rate": 0.147, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-11", - "total_cases": 24228.0, - "new_cases": 733.0, - "new_cases_smoothed": 714.429, - "total_deaths": 805.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 45.857, - "total_cases_per_million": 2799.43, - "new_cases_per_million": 84.695, - "new_cases_smoothed_per_million": 82.549, - "total_deaths_per_million": 93.014, - "new_deaths_per_million": 5.662, - "new_deaths_smoothed_per_million": 5.299, - "new_tests": 2798.0, - "total_tests": 197971.0, - "total_tests_per_thousand": 22.875, - "new_tests_per_thousand": 0.323, - "new_tests_smoothed": 4806.0, - "new_tests_smoothed_per_thousand": 0.555, - "tests_per_case": 6.727, - "positive_rate": 0.149, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-12", - "total_cases": 24820.0, - "new_cases": 592.0, - "new_cases_smoothed": 659.857, - "total_deaths": 831.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 41.571, - "total_cases_per_million": 2867.833, - "new_cases_per_million": 68.403, - "new_cases_smoothed_per_million": 76.243, - "total_deaths_per_million": 96.018, - "new_deaths_per_million": 3.004, - "new_deaths_smoothed_per_million": 4.803, - "new_tests": 2300.0, - "total_tests": 200271.0, - "total_tests_per_thousand": 23.14, - "new_tests_per_thousand": 0.266, - "new_tests_smoothed": 4663.0, - "new_tests_smoothed_per_thousand": 0.539, - "tests_per_case": 7.067, - "positive_rate": 0.142, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-13", - "total_cases": 25220.0, - "new_cases": 400.0, - "new_cases_smoothed": 599.714, - "total_deaths": 858.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 42.714, - "total_cases_per_million": 2914.051, - "new_cases_per_million": 46.218, - "new_cases_smoothed_per_million": 69.294, - "total_deaths_per_million": 99.138, - "new_deaths_per_million": 3.12, - "new_deaths_smoothed_per_million": 4.935, - "new_tests": 2197.0, - "total_tests": 202468.0, - "total_tests_per_thousand": 23.394, - "new_tests_per_thousand": 0.254, - "new_tests_smoothed": 4389.0, - "new_tests_smoothed_per_thousand": 0.507, - "tests_per_case": 7.318, - "positive_rate": 0.13699999999999998, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-14", - "total_cases": 25499.0, - "new_cases": 279.0, - "new_cases_smoothed": 560.714, - "total_deaths": 858.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 39.143, - "total_cases_per_million": 2946.288, - "new_cases_per_million": 32.237, - "new_cases_smoothed_per_million": 64.788, - "total_deaths_per_million": 99.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.523, - "new_tests": 3923.0, - "total_tests": 206391.0, - "total_tests_per_thousand": 23.847, - "new_tests_per_thousand": 0.453, - "new_tests_smoothed": 3968.0, - "new_tests_smoothed_per_thousand": 0.458, - "tests_per_case": 7.077000000000001, - "positive_rate": 0.141, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-15", - "total_cases": 25753.0, - "new_cases": 254.0, - "new_cases_smoothed": 512.714, - "total_deaths": 900.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 37.0, - "total_cases_per_million": 2975.637, - "new_cases_per_million": 29.348, - "new_cases_smoothed_per_million": 59.242, - "total_deaths_per_million": 103.991, - "new_deaths_per_million": 4.853, - "new_deaths_smoothed_per_million": 4.275, - "new_tests": 5590.0, - "total_tests": 211981.0, - "total_tests_per_thousand": 24.493, - "new_tests_per_thousand": 0.646, - "new_tests_smoothed": 3829.0, - "new_tests_smoothed_per_thousand": 0.442, - "tests_per_case": 7.468, - "positive_rate": 0.134, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-16", - "total_cases": 26336.0, - "new_cases": 583.0, - "new_cases_smoothed": 518.0, - "total_deaths": 973.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 3043.0, - "new_cases_per_million": 67.363, - "new_cases_smoothed_per_million": 59.852, - "total_deaths_per_million": 112.426, - "new_deaths_per_million": 8.435, - "new_deaths_smoothed_per_million": 4.424, - "new_tests": 5137.0, - "total_tests": 217118.0, - "total_tests_per_thousand": 25.087, - "new_tests_per_thousand": 0.594, - "new_tests_smoothed": 3704.0, - "new_tests_smoothed_per_thousand": 0.428, - "tests_per_case": 7.151, - "positive_rate": 0.14, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-17", - "total_cases": 26651.0, - "new_cases": 315.0, - "new_cases_smoothed": 450.857, - "total_deaths": 1016.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 3079.396, - "new_cases_per_million": 36.397, - "new_cases_smoothed_per_million": 52.094, - "total_deaths_per_million": 117.394, - "new_deaths_per_million": 4.968, - "new_deaths_smoothed_per_million": 4.292, - "new_tests": 4598.0, - "total_tests": 221716.0, - "total_tests_per_thousand": 25.618, - "new_tests_per_thousand": 0.531, - "new_tests_smoothed": 3792.0, - "new_tests_smoothed_per_thousand": 0.438, - "tests_per_case": 8.411, - "positive_rate": 0.11900000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-18", - "total_cases": 26997.0, - "new_cases": 346.0, - "new_cases_smoothed": 395.571, - "total_deaths": 1058.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 36.143, - "total_cases_per_million": 3119.375, - "new_cases_per_million": 39.979, - "new_cases_smoothed_per_million": 45.706, - "total_deaths_per_million": 122.247, - "new_deaths_per_million": 4.853, - "new_deaths_smoothed_per_million": 4.176, - "new_tests": 3649.0, - "total_tests": 225365.0, - "total_tests_per_thousand": 26.04, - "new_tests_per_thousand": 0.422, - "new_tests_smoothed": 3913.0, - "new_tests_smoothed_per_thousand": 0.452, - "tests_per_case": 9.892000000000001, - "positive_rate": 0.10099999999999999, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-19", - "total_cases": 27322.0, - "new_cases": 325.0, - "new_cases_smoothed": 357.429, - "total_deaths": 1110.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 39.857, - "total_cases_per_million": 3156.927, - "new_cases_per_million": 37.552, - "new_cases_smoothed_per_million": 41.299, - "total_deaths_per_million": 128.255, - "new_deaths_per_million": 6.008, - "new_deaths_smoothed_per_million": 4.605, - "new_tests": 2119.0, - "total_tests": 227484.0, - "total_tests_per_thousand": 26.285, - "new_tests_per_thousand": 0.245, - "new_tests_smoothed": 3888.0, - "new_tests_smoothed_per_thousand": 0.449, - "tests_per_case": 10.878, - "positive_rate": 0.092, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-20", - "total_cases": 27658.0, - "new_cases": 336.0, - "new_cases_smoothed": 348.286, - "total_deaths": 1134.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 39.429, - "total_cases_per_million": 3195.751, - "new_cases_per_million": 38.823, - "new_cases_smoothed_per_million": 40.243, - "total_deaths_per_million": 131.028, - "new_deaths_per_million": 2.773, - "new_deaths_smoothed_per_million": 4.556, - "new_tests": 3427.0, - "total_tests": 230911.0, - "total_tests_per_thousand": 26.681, - "new_tests_per_thousand": 0.396, - "new_tests_smoothed": 4063.0, - "new_tests_smoothed_per_thousand": 0.469, - "tests_per_case": 11.665999999999999, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-21", - "total_cases": 27826.0, - "new_cases": 168.0, - "new_cases_smoothed": 332.429, - "total_deaths": 1141.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 3215.162, - "new_cases_per_million": 19.412, - "new_cases_smoothed_per_million": 38.411, - "total_deaths_per_million": 131.837, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 4.671, - "new_tests": 4973.0, - "total_tests": 235884.0, - "total_tests_per_thousand": 27.255, - "new_tests_per_thousand": 0.575, - "new_tests_smoothed": 4213.0, - "new_tests_smoothed_per_thousand": 0.487, - "tests_per_case": 12.673, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-22", - "total_cases": 27981.0, - "new_cases": 155.0, - "new_cases_smoothed": 318.286, - "total_deaths": 1186.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 40.857, - "total_cases_per_million": 3233.072, - "new_cases_per_million": 17.91, - "new_cases_smoothed_per_million": 36.776, - "total_deaths_per_million": 137.037, - "new_deaths_per_million": 5.2, - "new_deaths_smoothed_per_million": 4.721, - "new_tests": 4653.0, - "total_tests": 240537.0, - "total_tests_per_thousand": 27.793, - "new_tests_per_thousand": 0.538, - "new_tests_smoothed": 4079.0, - "new_tests_smoothed_per_thousand": 0.471, - "tests_per_case": 12.815999999999999, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-23", - "total_cases": 28186.0, - "new_cases": 205.0, - "new_cases_smoothed": 264.286, - "total_deaths": 1216.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 34.714, - "total_cases_per_million": 3256.758, - "new_cases_per_million": 23.687, - "new_cases_smoothed_per_million": 30.537, - "total_deaths_per_million": 140.503, - "new_deaths_per_million": 3.466, - "new_deaths_smoothed_per_million": 4.011, - "new_tests": 4562.0, - "total_tests": 245099.0, - "total_tests_per_thousand": 28.32, - "new_tests_per_thousand": 0.527, - "new_tests_smoothed": 3997.0, - "new_tests_smoothed_per_thousand": 0.462, - "tests_per_case": 15.124, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-24", - "total_cases": 28414.0, - "new_cases": 228.0, - "new_cases_smoothed": 251.857, - "total_deaths": 1267.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 3283.103, - "new_cases_per_million": 26.344, - "new_cases_smoothed_per_million": 29.101, - "total_deaths_per_million": 146.396, - "new_deaths_per_million": 5.893, - "new_deaths_smoothed_per_million": 4.143, - "new_tests": 4793.0, - "total_tests": 249892.0, - "total_tests_per_thousand": 28.874, - "new_tests_per_thousand": 0.554, - "new_tests_smoothed": 4025.0, - "new_tests_smoothed_per_thousand": 0.465, - "tests_per_case": 15.981, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-25", - "total_cases": 28595.0, - "new_cases": 181.0, - "new_cases_smoothed": 228.286, - "total_deaths": 1308.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 35.714, - "total_cases_per_million": 3304.016, - "new_cases_per_million": 20.914, - "new_cases_smoothed_per_million": 26.377, - "total_deaths_per_million": 151.133, - "new_deaths_per_million": 4.737, - "new_deaths_smoothed_per_million": 4.127, - "new_tests": 4033.0, - "total_tests": 253925.0, - "total_tests_per_thousand": 29.34, - "new_tests_per_thousand": 0.466, - "new_tests_smoothed": 4080.0, - "new_tests_smoothed_per_thousand": 0.471, - "tests_per_case": 17.872, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-26", - "total_cases": 28811.0, - "new_cases": 216.0, - "new_cases_smoothed": 212.714, - "total_deaths": 1328.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 3328.974, - "new_cases_per_million": 24.958, - "new_cases_smoothed_per_million": 24.578, - "total_deaths_per_million": 153.444, - "new_deaths_per_million": 2.311, - "new_deaths_smoothed_per_million": 3.598, - "new_tests": 2363.0, - "total_tests": 256288.0, - "total_tests_per_thousand": 29.613, - "new_tests_per_thousand": 0.273, - "new_tests_smoothed": 4115.0, - "new_tests_smoothed_per_thousand": 0.475, - "tests_per_case": 19.345, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-27", - "total_cases": 28978.0, - "new_cases": 167.0, - "new_cases_smoothed": 188.571, - "total_deaths": 1336.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 3348.27, - "new_cases_per_million": 19.296, - "new_cases_smoothed_per_million": 21.789, - "total_deaths_per_million": 154.368, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 3.334, - "new_tests": 3749.0, - "total_tests": 260037.0, - "total_tests_per_thousand": 30.046, - "new_tests_per_thousand": 0.433, - "new_tests_smoothed": 4161.0, - "new_tests_smoothed_per_thousand": 0.481, - "tests_per_case": 22.066, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-28", - "total_cases": 29081.0, - "new_cases": 103.0, - "new_cases_smoothed": 179.286, - "total_deaths": 1352.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 30.143, - "total_cases_per_million": 3360.171, - "new_cases_per_million": 11.901, - "new_cases_smoothed_per_million": 20.716, - "total_deaths_per_million": 156.217, - "new_deaths_per_million": 1.849, - "new_deaths_smoothed_per_million": 3.483, - "new_tests": 5594.0, - "total_tests": 265631.0, - "total_tests_per_thousand": 30.692, - "new_tests_per_thousand": 0.646, - "new_tests_smoothed": 4250.0, - "new_tests_smoothed_per_thousand": 0.491, - "tests_per_case": 23.705, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-29", - "total_cases": 29181.0, - "new_cases": 100.0, - "new_cases_smoothed": 171.429, - "total_deaths": 1379.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 27.571, - "total_cases_per_million": 3371.726, - "new_cases_per_million": 11.555, - "new_cases_smoothed_per_million": 19.808, - "total_deaths_per_million": 159.337, - "new_deaths_per_million": 3.12, - "new_deaths_smoothed_per_million": 3.186, - "new_tests": 5810.0, - "total_tests": 271441.0, - "total_tests_per_thousand": 31.364, - "new_tests_per_thousand": 0.671, - "new_tests_smoothed": 4415.0, - "new_tests_smoothed_per_thousand": 0.51, - "tests_per_case": 25.754, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-04-30", - "total_cases": 29324.0, - "new_cases": 143.0, - "new_cases_smoothed": 162.571, - "total_deaths": 1407.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 27.286, - "total_cases_per_million": 3388.249, - "new_cases_per_million": 16.523, - "new_cases_smoothed_per_million": 18.784, - "total_deaths_per_million": 162.572, - "new_deaths_per_million": 3.235, - "new_deaths_smoothed_per_million": 3.153, - "new_tests": 4850.0, - "total_tests": 276291.0, - "total_tests_per_thousand": 31.924, - "new_tests_per_thousand": 0.56, - "new_tests_smoothed": 4456.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 27.409000000000002, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-01", - "total_cases": 29503.0, - "new_cases": 179.0, - "new_cases_smoothed": 155.571, - "total_deaths": 1422.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 3408.932, - "new_cases_per_million": 20.683, - "new_cases_smoothed_per_million": 17.976, - "total_deaths_per_million": 164.305, - "new_deaths_per_million": 1.733, - "new_deaths_smoothed_per_million": 2.559, - "new_tests": 4451.0, - "total_tests": 280742.0, - "total_tests_per_thousand": 32.438, - "new_tests_per_thousand": 0.514, - "new_tests_smoothed": 4407.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_per_case": 28.328000000000003, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-02", - "total_cases": 29622.0, - "new_cases": 119.0, - "new_cases_smoothed": 146.714, - "total_deaths": 1434.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 18.0, - "total_cases_per_million": 3422.681, - "new_cases_per_million": 13.75, - "new_cases_smoothed_per_million": 16.952, - "total_deaths_per_million": 165.692, - "new_deaths_per_million": 1.387, - "new_deaths_smoothed_per_million": 2.08, - "new_tests": 3120.0, - "total_tests": 283862.0, - "total_tests_per_thousand": 32.799, - "new_tests_per_thousand": 0.361, - "new_tests_smoothed": 4277.0, - "new_tests_smoothed_per_thousand": 0.494, - "tests_per_case": 29.151999999999997, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-03", - "total_cases": 29734.0, - "new_cases": 112.0, - "new_cases_smoothed": 131.857, - "total_deaths": 1466.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 3435.622, - "new_cases_per_million": 12.941, - "new_cases_smoothed_per_million": 15.235, - "total_deaths_per_million": 169.389, - "new_deaths_per_million": 3.697, - "new_deaths_smoothed_per_million": 2.278, - "new_tests": 2519.0, - "total_tests": 286381.0, - "total_tests_per_thousand": 33.09, - "new_tests_per_thousand": 0.291, - "new_tests_smoothed": 4299.0, - "new_tests_smoothed_per_thousand": 0.497, - "tests_per_case": 32.603, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-04", - "total_cases": 29822.0, - "new_cases": 88.0, - "new_cases_smoothed": 120.571, - "total_deaths": 1472.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 3445.79, - "new_cases_per_million": 10.168, - "new_cases_smoothed_per_million": 13.931, - "total_deaths_per_million": 170.083, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 2.245, - "new_tests": 3862.0, - "total_tests": 290243.0, - "total_tests_per_thousand": 33.536, - "new_tests_per_thousand": 0.446, - "new_tests_smoothed": 4315.0, - "new_tests_smoothed_per_thousand": 0.499, - "tests_per_case": 35.788000000000004, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-05", - "total_cases": 29898.0, - "new_cases": 76.0, - "new_cases_smoothed": 116.714, - "total_deaths": 1476.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 3454.572, - "new_cases_per_million": 8.781, - "new_cases_smoothed_per_million": 13.486, - "total_deaths_per_million": 170.545, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 2.047, - "new_tests": 5890.0, - "total_tests": 296133.0, - "total_tests_per_thousand": 34.217, - "new_tests_per_thousand": 0.681, - "new_tests_smoothed": 4357.0, - "new_tests_smoothed_per_thousand": 0.503, - "tests_per_case": 37.33, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-06", - "total_cases": 29926.0, - "new_cases": 28.0, - "new_cases_smoothed": 106.429, - "total_deaths": 1482.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 3457.807, - "new_cases_per_million": 3.235, - "new_cases_smoothed_per_million": 12.297, - "total_deaths_per_million": 171.238, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 1.7, - "new_tests": 5376.0, - "total_tests": 301509.0, - "total_tests_per_thousand": 34.838, - "new_tests_per_thousand": 0.621, - "new_tests_smoothed": 4295.0, - "new_tests_smoothed_per_thousand": 0.496, - "tests_per_case": 40.356, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-07", - "total_cases": 29977.0, - "new_cases": 51.0, - "new_cases_smoothed": 93.286, - "total_deaths": 1504.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 3463.7, - "new_cases_per_million": 5.893, - "new_cases_smoothed_per_million": 10.779, - "total_deaths_per_million": 173.78, - "new_deaths_per_million": 2.542, - "new_deaths_smoothed_per_million": 1.601, - "new_tests": 4664.0, - "total_tests": 306173.0, - "total_tests_per_thousand": 35.377, - "new_tests_per_thousand": 0.539, - "new_tests_smoothed": 4269.0, - "new_tests_smoothed_per_thousand": 0.493, - "tests_per_case": 45.763000000000005, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-08", - "total_cases": 30043.0, - "new_cases": 66.0, - "new_cases_smoothed": 77.143, - "total_deaths": 1517.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 3471.326, - "new_cases_per_million": 7.626, - "new_cases_smoothed_per_million": 8.913, - "total_deaths_per_million": 175.282, - "new_deaths_per_million": 1.502, - "new_deaths_smoothed_per_million": 1.568, - "new_tests": 4356.0, - "total_tests": 310529.0, - "total_tests_per_thousand": 35.88, - "new_tests_per_thousand": 0.503, - "new_tests_smoothed": 4255.0, - "new_tests_smoothed_per_thousand": 0.492, - "tests_per_case": 55.157, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-09", - "total_cases": 30124.0, - "new_cases": 81.0, - "new_cases_smoothed": 71.714, - "total_deaths": 1525.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 3480.685, - "new_cases_per_million": 9.359, - "new_cases_smoothed_per_million": 8.286, - "total_deaths_per_million": 176.207, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 1.502, - "new_tests": 3136.0, - "total_tests": 313665.0, - "total_tests_per_thousand": 36.243, - "new_tests_per_thousand": 0.362, - "new_tests_smoothed": 4258.0, - "new_tests_smoothed_per_thousand": 0.492, - "tests_per_case": 59.375, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-10", - "total_cases": 30168.0, - "new_cases": 44.0, - "new_cases_smoothed": 62.0, - "total_deaths": 1531.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 3485.769, - "new_cases_per_million": 5.084, - "new_cases_smoothed_per_million": 7.164, - "total_deaths_per_million": 176.9, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 1.073, - "new_tests": 1431.0, - "total_tests": 315096.0, - "total_tests_per_thousand": 36.408, - "new_tests_per_thousand": 0.165, - "new_tests_smoothed": 4102.0, - "new_tests_smoothed_per_thousand": 0.474, - "tests_per_case": 66.161, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-11", - "total_cases": 30222.0, - "new_cases": 54.0, - "new_cases_smoothed": 57.143, - "total_deaths": 1537.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 3492.009, - "new_cases_per_million": 6.239, - "new_cases_smoothed_per_million": 6.603, - "total_deaths_per_million": 177.593, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 1.073, - "new_tests": 5076.0, - "total_tests": 320172.0, - "total_tests_per_thousand": 36.994, - "new_tests_per_thousand": 0.587, - "new_tests_smoothed": 4276.0, - "new_tests_smoothed_per_thousand": 0.494, - "tests_per_case": 74.83, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-12", - "total_cases": 30261.0, - "new_cases": 39.0, - "new_cases_smoothed": 51.857, - "total_deaths": 1542.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 3496.515, - "new_cases_per_million": 4.506, - "new_cases_smoothed_per_million": 5.992, - "total_deaths_per_million": 178.171, - "new_deaths_per_million": 0.578, - "new_deaths_smoothed_per_million": 1.089, - "new_tests": 5567.0, - "total_tests": 325739.0, - "total_tests_per_thousand": 37.638, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 4229.0, - "new_tests_smoothed_per_thousand": 0.489, - "tests_per_case": 81.551, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-13", - "total_cases": 30297.0, - "new_cases": 36.0, - "new_cases_smoothed": 53.0, - "total_deaths": 1560.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 3500.674, - "new_cases_per_million": 4.16, - "new_cases_smoothed_per_million": 6.124, - "total_deaths_per_million": 180.251, - "new_deaths_per_million": 2.08, - "new_deaths_smoothed_per_million": 1.288, - "new_tests": 6231.0, - "total_tests": 331970.0, - "total_tests_per_thousand": 38.358, - "new_tests_per_thousand": 0.72, - "new_tests_smoothed": 4352.0, - "new_tests_smoothed_per_thousand": 0.503, - "tests_per_case": 82.113, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-14", - "total_cases": 30330.0, - "new_cases": 33.0, - "new_cases_smoothed": 50.429, - "total_deaths": 1563.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 3504.487, - "new_cases_per_million": 3.813, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 180.597, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.974, - "new_tests": 5706.0, - "total_tests": 337676.0, - "total_tests_per_thousand": 39.017, - "new_tests_per_thousand": 0.659, - "new_tests_smoothed": 4500.0, - "new_tests_smoothed_per_thousand": 0.52, - "tests_per_case": 89.235, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-15", - "total_cases": 30380.0, - "new_cases": 50.0, - "new_cases_smoothed": 48.143, - "total_deaths": 1588.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 3510.265, - "new_cases_per_million": 5.777, - "new_cases_smoothed_per_million": 5.563, - "total_deaths_per_million": 183.486, - "new_deaths_per_million": 2.889, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 5598.0, - "total_tests": 343274.0, - "total_tests_per_thousand": 39.664, - "new_tests_per_thousand": 0.647, - "new_tests_smoothed": 4678.0, - "new_tests_smoothed_per_thousand": 0.541, - "tests_per_case": 97.169, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-16", - "total_cases": 30431.0, - "new_cases": 51.0, - "new_cases_smoothed": 43.857, - "total_deaths": 1594.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 3516.158, - "new_cases_per_million": 5.893, - "new_cases_smoothed_per_million": 5.067, - "total_deaths_per_million": 184.179, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 1.139, - "new_tests": 3270.0, - "total_tests": 346544.0, - "total_tests_per_thousand": 40.042, - "new_tests_per_thousand": 0.378, - "new_tests_smoothed": 4697.0, - "new_tests_smoothed_per_thousand": 0.543, - "tests_per_case": 107.098, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-17", - "total_cases": 30489.0, - "new_cases": 58.0, - "new_cases_smoothed": 45.857, - "total_deaths": 1601.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 3522.859, - "new_cases_per_million": 6.702, - "new_cases_smoothed_per_million": 5.299, - "total_deaths_per_million": 184.988, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 1.155, - "new_tests": 1744.0, - "total_tests": 348288.0, - "total_tests_per_thousand": 40.243, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 4742.0, - "new_tests_smoothed_per_thousand": 0.548, - "tests_per_case": 103.40799999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-18", - "total_cases": 30504.0, - "new_cases": 15.0, - "new_cases_smoothed": 40.286, - "total_deaths": 1602.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 3524.592, - "new_cases_per_million": 1.733, - "new_cases_smoothed_per_million": 4.655, - "total_deaths_per_million": 185.103, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 1.073, - "new_tests": 4414.0, - "total_tests": 352702.0, - "total_tests_per_thousand": 40.753, - "new_tests_per_thousand": 0.51, - "new_tests_smoothed": 4647.0, - "new_tests_smoothed_per_thousand": 0.537, - "tests_per_case": 115.351, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-19", - "total_cases": 30514.0, - "new_cases": 10.0, - "new_cases_smoothed": 36.143, - "total_deaths": 1602.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 3525.748, - "new_cases_per_million": 1.155, - "new_cases_smoothed_per_million": 4.176, - "total_deaths_per_million": 185.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.99, - "new_tests": 5999.0, - "total_tests": 358701.0, - "total_tests_per_thousand": 41.446, - "new_tests_per_thousand": 0.693, - "new_tests_smoothed": 4709.0, - "new_tests_smoothed_per_thousand": 0.544, - "tests_per_case": 130.289, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-20", - "total_cases": 30535.0, - "new_cases": 21.0, - "new_cases_smoothed": 34.0, - "total_deaths": 1613.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 3528.174, - "new_cases_per_million": 2.426, - "new_cases_smoothed_per_million": 3.929, - "total_deaths_per_million": 186.374, - "new_deaths_per_million": 1.271, - "new_deaths_smoothed_per_million": 0.875, - "new_tests": 4864.0, - "total_tests": 363565.0, - "total_tests_per_thousand": 42.008, - "new_tests_per_thousand": 0.562, - "new_tests_smoothed": 4514.0, - "new_tests_smoothed_per_thousand": 0.522, - "tests_per_case": 132.765, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-21", - "total_cases": 30575.0, - "new_cases": 40.0, - "new_cases_smoothed": 35.0, - "total_deaths": 1629.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 3532.796, - "new_cases_per_million": 4.622, - "new_cases_smoothed_per_million": 4.044, - "total_deaths_per_million": 188.223, - "new_deaths_per_million": 1.849, - "new_deaths_smoothed_per_million": 1.089, - "new_tests": 2117.0, - "total_tests": 365682.0, - "total_tests_per_thousand": 42.253, - "new_tests_per_thousand": 0.245, - "new_tests_smoothed": 4001.0, - "new_tests_smoothed_per_thousand": 0.462, - "tests_per_case": 114.314, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-22", - "total_cases": 30611.0, - "new_cases": 36.0, - "new_cases_smoothed": 33.0, - "total_deaths": 1637.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 3536.956, - "new_cases_per_million": 4.16, - "new_cases_smoothed_per_million": 3.813, - "total_deaths_per_million": 189.148, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 0.809, - "new_tests": 3565.0, - "total_tests": 369247.0, - "total_tests_per_thousand": 42.665, - "new_tests_per_thousand": 0.412, - "new_tests_smoothed": 3710.0, - "new_tests_smoothed_per_thousand": 0.429, - "tests_per_case": 112.42399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-23", - "total_cases": 30624.0, - "new_cases": 13.0, - "new_cases_smoothed": 27.571, - "total_deaths": 1637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 3538.458, - "new_cases_per_million": 1.502, - "new_cases_smoothed_per_million": 3.186, - "total_deaths_per_million": 189.148, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.71, - "new_tests": 2528.0, - "total_tests": 371775.0, - "total_tests_per_thousand": 42.957, - "new_tests_per_thousand": 0.292, - "new_tests_smoothed": 3604.0, - "new_tests_smoothed_per_thousand": 0.416, - "tests_per_case": 130.715, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-24", - "total_cases": 30642.0, - "new_cases": 18.0, - "new_cases_smoothed": 21.857, - "total_deaths": 1641.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 3540.538, - "new_cases_per_million": 2.08, - "new_cases_smoothed_per_million": 2.525, - "total_deaths_per_million": 189.61, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.66, - "new_tests": 1660.0, - "total_tests": 373435.0, - "total_tests_per_thousand": 43.149, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 3592.0, - "new_tests_smoothed_per_thousand": 0.415, - "tests_per_case": 164.34, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-25", - "total_cases": 30653.0, - "new_cases": 11.0, - "new_cases_smoothed": 21.286, - "total_deaths": 1641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 3541.809, - "new_cases_per_million": 1.271, - "new_cases_smoothed_per_million": 2.459, - "total_deaths_per_million": 189.61, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.644, - "new_tests": 4004.0, - "total_tests": 377439.0, - "total_tests_per_thousand": 43.611, - "new_tests_per_thousand": 0.463, - "new_tests_smoothed": 3534.0, - "new_tests_smoothed_per_thousand": 0.408, - "tests_per_case": 166.02700000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-26", - "total_cases": 30663.0, - "new_cases": 10.0, - "new_cases_smoothed": 21.286, - "total_deaths": 1641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 3542.964, - "new_cases_per_million": 1.155, - "new_cases_smoothed_per_million": 2.459, - "total_deaths_per_million": 189.61, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.644, - "new_tests": 5695.0, - "total_tests": 383134.0, - "total_tests_per_thousand": 44.269, - "new_tests_per_thousand": 0.658, - "new_tests_smoothed": 3490.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 163.96, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-27", - "total_cases": 30678.0, - "new_cases": 15.0, - "new_cases_smoothed": 20.429, - "total_deaths": 1647.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3544.697, - "new_cases_per_million": 1.733, - "new_cases_smoothed_per_million": 2.36, - "total_deaths_per_million": 190.303, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 0.561, - "new_tests": 5001.0, - "total_tests": 388135.0, - "total_tests_per_thousand": 44.847, - "new_tests_per_thousand": 0.578, - "new_tests_smoothed": 3510.0, - "new_tests_smoothed_per_thousand": 0.406, - "tests_per_case": 171.81799999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-28", - "total_cases": 30678.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.714, - "total_deaths": 1647.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 3544.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.7, - "total_deaths_per_million": 190.303, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.297, - "new_tests": 4193.0, - "total_tests": 392328.0, - "total_tests_per_thousand": 45.332, - "new_tests_per_thousand": 0.484, - "new_tests_smoothed": 3807.0, - "new_tests_smoothed_per_thousand": 0.44, - "tests_per_case": 258.728, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-29", - "total_cases": 30713.0, - "new_cases": 35.0, - "new_cases_smoothed": 14.571, - "total_deaths": 1654.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3548.741, - "new_cases_per_million": 4.044, - "new_cases_smoothed_per_million": 1.684, - "total_deaths_per_million": 191.112, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.281, - "new_tests": 3712.0, - "total_tests": 396040.0, - "total_tests_per_thousand": 45.761, - "new_tests_per_thousand": 0.429, - "new_tests_smoothed": 3828.0, - "new_tests_smoothed_per_thousand": 0.442, - "tests_per_case": 262.70599999999996, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-30", - "total_cases": 30745.0, - "new_cases": 32.0, - "new_cases_smoothed": 17.286, - "total_deaths": 1656.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 3552.439, - "new_cases_per_million": 3.697, - "new_cases_smoothed_per_million": 1.997, - "total_deaths_per_million": 191.343, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.314, - "new_tests": 2588.0, - "total_tests": 398628.0, - "total_tests_per_thousand": 46.06, - "new_tests_per_thousand": 0.299, - "new_tests_smoothed": 3836.0, - "new_tests_smoothed_per_thousand": 0.443, - "tests_per_case": 221.917, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-31", - "total_cases": 30762.0, - "new_cases": 17.0, - "new_cases_smoothed": 17.143, - "total_deaths": 1656.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3554.403, - "new_cases_per_million": 1.964, - "new_cases_smoothed_per_million": 1.981, - "total_deaths_per_million": 191.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 1572.0, - "total_tests": 400200.0, - "total_tests_per_thousand": 46.241, - "new_tests_per_thousand": 0.182, - "new_tests_smoothed": 3824.0, - "new_tests_smoothed_per_thousand": 0.442, - "tests_per_case": 223.067, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-01", - "total_cases": 30779.0, - "new_cases": 17.0, - "new_cases_smoothed": 18.0, - "total_deaths": 1656.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3556.367, - "new_cases_per_million": 1.964, - "new_cases_smoothed_per_million": 2.08, - "total_deaths_per_million": 191.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 1782.0, - "total_tests": 401982.0, - "total_tests_per_thousand": 46.447, - "new_tests_per_thousand": 0.206, - "new_tests_smoothed": 3506.0, - "new_tests_smoothed_per_thousand": 0.405, - "tests_per_case": 194.778, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-02", - "total_cases": 30788.0, - "new_cases": 9.0, - "new_cases_smoothed": 17.857, - "total_deaths": 1656.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3557.407, - "new_cases_per_million": 1.04, - "new_cases_smoothed_per_million": 2.063, - "total_deaths_per_million": 191.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 4282.0, - "total_tests": 406264.0, - "total_tests_per_thousand": 46.942, - "new_tests_per_thousand": 0.495, - "new_tests_smoothed": 3304.0, - "new_tests_smoothed_per_thousand": 0.382, - "tests_per_case": 185.024, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-03", - "total_cases": 30791.0, - "new_cases": 3.0, - "new_cases_smoothed": 16.143, - "total_deaths": 1656.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 3557.754, - "new_cases_per_million": 0.347, - "new_cases_smoothed_per_million": 1.865, - "total_deaths_per_million": 191.343, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 5267.0, - "total_tests": 411531.0, - "total_tests_per_thousand": 47.55, - "new_tests_per_thousand": 0.609, - "new_tests_smoothed": 3342.0, - "new_tests_smoothed_per_thousand": 0.386, - "tests_per_case": 207.02700000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-04", - "total_cases": 30810.0, - "new_cases": 19.0, - "new_cases_smoothed": 18.857, - "total_deaths": 1659.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3559.949, - "new_cases_per_million": 2.195, - "new_cases_smoothed_per_million": 2.179, - "total_deaths_per_million": 191.69, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 5217.0, - "total_tests": 416748.0, - "total_tests_per_thousand": 48.153, - "new_tests_per_thousand": 0.603, - "new_tests_smoothed": 3489.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 185.023, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-05", - "total_cases": 30830.0, - "new_cases": 20.0, - "new_cases_smoothed": 16.714, - "total_deaths": 1659.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3562.26, - "new_cases_per_million": 2.311, - "new_cases_smoothed_per_million": 1.931, - "total_deaths_per_million": 191.69, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 4821.0, - "total_tests": 421569.0, - "total_tests_per_thousand": 48.71, - "new_tests_per_thousand": 0.557, - "new_tests_smoothed": 3647.0, - "new_tests_smoothed_per_thousand": 0.421, - "tests_per_case": 218.197, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-06", - "total_cases": 30853.0, - "new_cases": 23.0, - "new_cases_smoothed": 15.429, - "total_deaths": 1659.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3564.918, - "new_cases_per_million": 2.658, - "new_cases_smoothed_per_million": 1.783, - "total_deaths_per_million": 191.69, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 3121.0, - "total_tests": 424690.0, - "total_tests_per_thousand": 49.071, - "new_tests_per_thousand": 0.361, - "new_tests_smoothed": 3723.0, - "new_tests_smoothed_per_thousand": 0.43, - "tests_per_case": 241.30599999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-07", - "total_cases": 30873.0, - "new_cases": 20.0, - "new_cases_smoothed": 15.857, - "total_deaths": 1660.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3567.229, - "new_cases_per_million": 2.311, - "new_cases_smoothed_per_million": 1.832, - "total_deaths_per_million": 191.805, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 1542.0, - "total_tests": 426232.0, - "total_tests_per_thousand": 49.249, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 3719.0, - "new_tests_smoothed_per_thousand": 0.43, - "tests_per_case": 234.532, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-08", - "total_cases": 30882.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.714, - "total_deaths": 1660.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3568.268, - "new_cases_per_million": 1.04, - "new_cases_smoothed_per_million": 1.7, - "total_deaths_per_million": 191.805, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 4713.0, - "total_tests": 430945.0, - "total_tests_per_thousand": 49.794, - "new_tests_per_thousand": 0.545, - "new_tests_smoothed": 4138.0, - "new_tests_smoothed_per_thousand": 0.478, - "tests_per_case": 281.223, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-09", - "total_cases": 30889.0, - "new_cases": 7.0, - "new_cases_smoothed": 14.429, - "total_deaths": 1660.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3569.077, - "new_cases_per_million": 0.809, - "new_cases_smoothed_per_million": 1.667, - "total_deaths_per_million": 191.805, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 6493.0, - "total_tests": 437438.0, - "total_tests_per_thousand": 50.544, - "new_tests_per_thousand": 0.75, - "new_tests_smoothed": 4453.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 308.624, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-10", - "total_cases": 30905.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.286, - "total_deaths": 1662.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3570.926, - "new_cases_per_million": 1.849, - "new_cases_smoothed_per_million": 1.882, - "total_deaths_per_million": 192.036, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 6600.0, - "total_tests": 444038.0, - "total_tests_per_thousand": 51.306, - "new_tests_per_thousand": 0.763, - "new_tests_smoothed": 4644.0, - "new_tests_smoothed_per_thousand": 0.537, - "tests_per_case": 285.158, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-11", - "total_cases": 30928.0, - "new_cases": 23.0, - "new_cases_smoothed": 16.857, - "total_deaths": 1674.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3573.583, - "new_cases_per_million": 2.658, - "new_cases_smoothed_per_million": 1.948, - "total_deaths_per_million": 193.423, - "new_deaths_per_million": 1.387, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 5610.0, - "total_tests": 449648.0, - "total_tests_per_thousand": 51.955, - "new_tests_per_thousand": 0.648, - "new_tests_smoothed": 4700.0, - "new_tests_smoothed_per_thousand": 0.543, - "tests_per_case": 278.814, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-12", - "total_cases": 30961.0, - "new_cases": 33.0, - "new_cases_smoothed": 18.714, - "total_deaths": 1674.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3577.396, - "new_cases_per_million": 3.813, - "new_cases_smoothed_per_million": 2.162, - "total_deaths_per_million": 193.423, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 6456.0, - "total_tests": 456104.0, - "total_tests_per_thousand": 52.701, - "new_tests_per_thousand": 0.746, - "new_tests_smoothed": 4934.0, - "new_tests_smoothed_per_thousand": 0.57, - "tests_per_case": 263.649, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-13", - "total_cases": 30980.0, - "new_cases": 19.0, - "new_cases_smoothed": 18.143, - "total_deaths": 1676.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 3579.592, - "new_cases_per_million": 2.195, - "new_cases_smoothed_per_million": 2.096, - "total_deaths_per_million": 193.654, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.281, - "new_tests": 4358.0, - "total_tests": 460462.0, - "total_tests_per_thousand": 53.204, - "new_tests_per_thousand": 0.504, - "new_tests_smoothed": 5110.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 281.654, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-14", - "total_cases": 31011.0, - "new_cases": 31.0, - "new_cases_smoothed": 19.714, - "total_deaths": 1676.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3583.174, - "new_cases_per_million": 3.582, - "new_cases_smoothed_per_million": 2.278, - "total_deaths_per_million": 193.654, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.264, - "new_tests": 1795.0, - "total_tests": 462257.0, - "total_tests_per_thousand": 53.412, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 5146.0, - "new_tests_smoothed_per_thousand": 0.595, - "tests_per_case": 261.029, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-15", - "total_cases": 31034.0, - "new_cases": 23.0, - "new_cases_smoothed": 21.714, - "total_deaths": 1676.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3585.831, - "new_cases_per_million": 2.658, - "new_cases_smoothed_per_million": 2.509, - "total_deaths_per_million": 193.654, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.264, - "new_tests": 6506.0, - "total_tests": 468763.0, - "total_tests_per_thousand": 54.163, - "new_tests_per_thousand": 0.752, - "new_tests_smoothed": 5403.0, - "new_tests_smoothed_per_thousand": 0.624, - "tests_per_case": 248.822, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-16", - "total_cases": 31048.0, - "new_cases": 14.0, - "new_cases_smoothed": 22.714, - "total_deaths": 1676.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 3587.449, - "new_cases_per_million": 1.618, - "new_cases_smoothed_per_million": 2.625, - "total_deaths_per_million": 193.654, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.264, - "new_tests": 10045.0, - "total_tests": 478808.0, - "total_tests_per_thousand": 55.324, - "new_tests_per_thousand": 1.161, - "new_tests_smoothed": 5910.0, - "new_tests_smoothed_per_thousand": 0.683, - "tests_per_case": 260.189, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-17", - "total_cases": 31063.0, - "new_cases": 15.0, - "new_cases_smoothed": 22.571, - "total_deaths": 1677.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3589.182, - "new_cases_per_million": 1.733, - "new_cases_smoothed_per_million": 2.608, - "total_deaths_per_million": 193.769, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 9617.0, - "total_tests": 488425.0, - "total_tests_per_thousand": 56.435, - "new_tests_per_thousand": 1.111, - "new_tests_smoothed": 6341.0, - "new_tests_smoothed_per_thousand": 0.733, - "tests_per_case": 280.93, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-18", - "total_cases": 31100.0, - "new_cases": 37.0, - "new_cases_smoothed": 24.571, - "total_deaths": 1677.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3593.457, - "new_cases_per_million": 4.275, - "new_cases_smoothed_per_million": 2.839, - "total_deaths_per_million": 193.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 8433.0, - "total_tests": 496858.0, - "total_tests_per_thousand": 57.41, - "new_tests_per_thousand": 0.974, - "new_tests_smoothed": 6744.0, - "new_tests_smoothed_per_thousand": 0.779, - "tests_per_case": 274.465, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-19", - "total_cases": 31117.0, - "new_cases": 17.0, - "new_cases_smoothed": 22.286, - "total_deaths": 1677.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3595.422, - "new_cases_per_million": 1.964, - "new_cases_smoothed_per_million": 2.575, - "total_deaths_per_million": 193.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 7586.0, - "total_tests": 504444.0, - "total_tests_per_thousand": 58.286, - "new_tests_per_thousand": 0.877, - "new_tests_smoothed": 6906.0, - "new_tests_smoothed_per_thousand": 0.798, - "tests_per_case": 309.885, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-20", - "total_cases": 31209.0, - "new_cases": 92.0, - "new_cases_smoothed": 32.714, - "total_deaths": 1677.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3606.052, - "new_cases_per_million": 10.63, - "new_cases_smoothed_per_million": 3.78, - "total_deaths_per_million": 193.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 4698.0, - "total_tests": 509142.0, - "total_tests_per_thousand": 58.829, - "new_tests_per_thousand": 0.543, - "new_tests_smoothed": 6954.0, - "new_tests_smoothed_per_thousand": 0.804, - "tests_per_case": 212.56799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-21", - "total_cases": 31209.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.286, - "total_deaths": 1677.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3606.052, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.268, - "total_deaths_per_million": 193.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 1779.0, - "total_tests": 510921.0, - "total_tests_per_thousand": 59.034, - "new_tests_per_thousand": 0.206, - "new_tests_smoothed": 6952.0, - "new_tests_smoothed_per_thousand": 0.803, - "tests_per_case": 245.778, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-06-22", - "total_cases": 31209.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.0, - "total_deaths": 1679.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3606.052, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.889, - "total_deaths_per_million": 194.0, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 8204.0, - "total_tests": 519125.0, - "total_tests_per_thousand": 59.982, - "new_tests_per_thousand": 0.948, - "new_tests_smoothed": 7195.0, - "new_tests_smoothed_per_thousand": 0.831, - "tests_per_case": 287.8, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-23", - "total_cases": 31227.0, - "new_cases": 18.0, - "new_cases_smoothed": 25.571, - "total_deaths": 1679.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3608.132, - "new_cases_per_million": 2.08, - "new_cases_smoothed_per_million": 2.955, - "total_deaths_per_million": 194.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 11674.0, - "total_tests": 530799.0, - "total_tests_per_thousand": 61.331, - "new_tests_per_thousand": 1.349, - "new_tests_smoothed": 7427.0, - "new_tests_smoothed_per_thousand": 0.858, - "tests_per_case": 290.441, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-24", - "total_cases": 31249.0, - "new_cases": 22.0, - "new_cases_smoothed": 26.571, - "total_deaths": 1679.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3610.674, - "new_cases_per_million": 2.542, - "new_cases_smoothed_per_million": 3.07, - "total_deaths_per_million": 194.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 9151.0, - "total_tests": 539950.0, - "total_tests_per_thousand": 62.389, - "new_tests_per_thousand": 1.057, - "new_tests_smoothed": 7361.0, - "new_tests_smoothed_per_thousand": 0.851, - "tests_per_case": 277.027, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-25", - "total_cases": 31293.0, - "new_cases": 44.0, - "new_cases_smoothed": 27.571, - "total_deaths": 1681.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3615.758, - "new_cases_per_million": 5.084, - "new_cases_smoothed_per_million": 3.186, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 9263.0, - "total_tests": 549213.0, - "total_tests_per_thousand": 63.459, - "new_tests_per_thousand": 1.07, - "new_tests_smoothed": 7479.0, - "new_tests_smoothed_per_thousand": 0.864, - "tests_per_case": 271.259, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-26", - "total_cases": 31345.0, - "new_cases": 52.0, - "new_cases_smoothed": 32.571, - "total_deaths": 1681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3621.766, - "new_cases_per_million": 6.008, - "new_cases_smoothed_per_million": 3.763, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 10193.0, - "total_tests": 559406.0, - "total_tests_per_thousand": 64.637, - "new_tests_per_thousand": 1.178, - "new_tests_smoothed": 7852.0, - "new_tests_smoothed_per_thousand": 0.907, - "tests_per_case": 241.07, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-27", - "total_cases": 31403.0, - "new_cases": 58.0, - "new_cases_smoothed": 27.714, - "total_deaths": 1681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3628.467, - "new_cases_per_million": 6.702, - "new_cases_smoothed_per_million": 3.202, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 6447.0, - "total_tests": 565853.0, - "total_tests_per_thousand": 65.382, - "new_tests_per_thousand": 0.745, - "new_tests_smoothed": 8102.0, - "new_tests_smoothed_per_thousand": 0.936, - "tests_per_case": 292.34, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-28", - "total_cases": 31472.0, - "new_cases": 69.0, - "new_cases_smoothed": 37.571, - "total_deaths": 1681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3636.44, - "new_cases_per_million": 7.973, - "new_cases_smoothed_per_million": 4.341, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 2536.0, - "total_tests": 568389.0, - "total_tests_per_thousand": 65.675, - "new_tests_per_thousand": 0.293, - "new_tests_smoothed": 8210.0, - "new_tests_smoothed_per_thousand": 0.949, - "tests_per_case": 218.517, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-29", - "total_cases": 31534.0, - "new_cases": 62.0, - "new_cases_smoothed": 46.429, - "total_deaths": 1681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3643.604, - "new_cases_per_million": 7.164, - "new_cases_smoothed_per_million": 5.365, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 14089.0, - "total_tests": 582478.0, - "total_tests_per_thousand": 67.303, - "new_tests_per_thousand": 1.628, - "new_tests_smoothed": 9050.0, - "new_tests_smoothed_per_thousand": 1.046, - "tests_per_case": 194.923, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-06-30", - "total_cases": 31569.0, - "new_cases": 35.0, - "new_cases_smoothed": 48.857, - "total_deaths": 1681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3647.648, - "new_cases_per_million": 4.044, - "new_cases_smoothed_per_million": 5.645, - "total_deaths_per_million": 194.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 15034.0, - "total_tests": 597512.0, - "total_tests_per_thousand": 69.04, - "new_tests_per_thousand": 1.737, - "new_tests_smoothed": 9530.0, - "new_tests_smoothed_per_thousand": 1.101, - "tests_per_case": 195.058, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-07-01", - "total_cases": 31631.0, - "new_cases": 62.0, - "new_cases_smoothed": 54.571, - "total_deaths": 1683.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3654.812, - "new_cases_per_million": 7.164, - "new_cases_smoothed_per_million": 6.305, - "total_deaths_per_million": 194.463, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 11242.0, - "total_tests": 608754.0, - "total_tests_per_thousand": 70.339, - "new_tests_per_thousand": 1.299, - "new_tests_smoothed": 9829.0, - "new_tests_smoothed_per_thousand": 1.136, - "tests_per_case": 180.113, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-07-02", - "total_cases": 31851.0, - "new_cases": 220.0, - "new_cases_smoothed": 79.714, - "total_deaths": 1684.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3680.232, - "new_cases_per_million": 25.42, - "new_cases_smoothed_per_million": 9.211, - "total_deaths_per_million": 194.578, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 10892.0, - "total_tests": 619646.0, - "total_tests_per_thousand": 71.597, - "new_tests_per_thousand": 1.259, - "new_tests_smoothed": 10062.0, - "new_tests_smoothed_per_thousand": 1.163, - "tests_per_case": 126.226, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 37.04 - }, - { - "date": "2020-07-03", - "total_cases": 31884.0, - "new_cases": 33.0, - "new_cases_smoothed": 77.0, - "total_deaths": 1685.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3684.045, - "new_cases_per_million": 3.813, - "new_cases_smoothed_per_million": 8.897, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 10380.0, - "total_tests": 630026.0, - "total_tests_per_thousand": 72.797, - "new_tests_per_thousand": 1.199, - "new_tests_smoothed": 10089.0, - "new_tests_smoothed_per_thousand": 1.166, - "tests_per_case": 131.026, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-04", - "total_cases": 32017.0, - "new_cases": 133.0, - "new_cases_smoothed": 87.714, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3699.412, - "new_cases_per_million": 15.368, - "new_cases_smoothed_per_million": 10.135, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 6216.0, - "total_tests": 636242.0, - "total_tests_per_thousand": 73.515, - "new_tests_per_thousand": 0.718, - "new_tests_smoothed": 10056.0, - "new_tests_smoothed_per_thousand": 1.162, - "tests_per_case": 114.645, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-05", - "total_cases": 32114.0, - "new_cases": 97.0, - "new_cases_smoothed": 91.714, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3710.62, - "new_cases_per_million": 11.208, - "new_cases_smoothed_per_million": 10.597, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 2521.0, - "total_tests": 638763.0, - "total_tests_per_thousand": 73.806, - "new_tests_per_thousand": 0.291, - "new_tests_smoothed": 10053.0, - "new_tests_smoothed_per_thousand": 1.162, - "tests_per_case": 109.61200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-06", - "total_cases": 32184.0, - "new_cases": 70.0, - "new_cases_smoothed": 92.857, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3718.708, - "new_cases_per_million": 8.088, - "new_cases_smoothed_per_million": 10.729, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 7826.0, - "total_tests": 646589.0, - "total_tests_per_thousand": 74.71, - "new_tests_per_thousand": 0.904, - "new_tests_smoothed": 9159.0, - "new_tests_smoothed_per_thousand": 1.058, - "tests_per_case": 98.635, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-07", - "total_cases": 32230.0, - "new_cases": 46.0, - "new_cases_smoothed": 94.429, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3724.023, - "new_cases_per_million": 5.315, - "new_cases_smoothed_per_million": 10.911, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 9998.0, - "total_tests": 656587.0, - "total_tests_per_thousand": 75.866, - "new_tests_per_thousand": 1.155, - "new_tests_smoothed": 8439.0, - "new_tests_smoothed_per_thousand": 0.975, - "tests_per_case": 89.369, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-08", - "total_cases": 32284.0, - "new_cases": 54.0, - "new_cases_smoothed": 93.286, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3730.263, - "new_cases_per_million": 6.239, - "new_cases_smoothed_per_million": 10.779, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 8869.0, - "total_tests": 665456.0, - "total_tests_per_thousand": 76.89, - "new_tests_per_thousand": 1.025, - "new_tests_smoothed": 8100.0, - "new_tests_smoothed_per_thousand": 0.936, - "tests_per_case": 86.83, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-09", - "total_cases": 32413.0, - "new_cases": 129.0, - "new_cases_smoothed": 80.286, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3745.168, - "new_cases_per_million": 14.905, - "new_cases_smoothed_per_million": 9.277, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 8533.0, - "total_tests": 673989.0, - "total_tests_per_thousand": 77.876, - "new_tests_per_thousand": 0.986, - "new_tests_smoothed": 7763.0, - "new_tests_smoothed_per_thousand": 0.897, - "tests_per_case": 96.69200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-10", - "total_cases": 32501.0, - "new_cases": 88.0, - "new_cases_smoothed": 88.143, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3755.336, - "new_cases_per_million": 10.168, - "new_cases_smoothed_per_million": 10.184, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7698.0, - "total_tests": 681687.0, - "total_tests_per_thousand": 78.766, - "new_tests_per_thousand": 0.889, - "new_tests_smoothed": 7380.0, - "new_tests_smoothed_per_thousand": 0.853, - "tests_per_case": 83.728, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-11", - "total_cases": 32605.0, - "new_cases": 104.0, - "new_cases_smoothed": 84.0, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3767.353, - "new_cases_per_million": 12.017, - "new_cases_smoothed_per_million": 9.706, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4745.0, - "total_tests": 686432.0, - "total_tests_per_thousand": 79.314, - "new_tests_per_thousand": 0.548, - "new_tests_smoothed": 7170.0, - "new_tests_smoothed_per_thousand": 0.828, - "tests_per_case": 85.35700000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-12", - "total_cases": 32713.0, - "new_cases": 108.0, - "new_cases_smoothed": 85.571, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3779.832, - "new_cases_per_million": 12.479, - "new_cases_smoothed_per_million": 9.887, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1946.0, - "total_tests": 688378.0, - "total_tests_per_thousand": 79.539, - "new_tests_per_thousand": 0.225, - "new_tests_smoothed": 7088.0, - "new_tests_smoothed_per_thousand": 0.819, - "tests_per_case": 82.831, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-13", - "total_cases": 32798.0, - "new_cases": 85.0, - "new_cases_smoothed": 87.714, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3789.653, - "new_cases_per_million": 9.821, - "new_cases_smoothed_per_million": 10.135, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6846.0, - "total_tests": 695224.0, - "total_tests_per_thousand": 80.33, - "new_tests_per_thousand": 0.791, - "new_tests_smoothed": 6948.0, - "new_tests_smoothed_per_thousand": 0.803, - "tests_per_case": 79.212, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-14", - "total_cases": 32861.0, - "new_cases": 63.0, - "new_cases_smoothed": 90.143, - "total_deaths": 1685.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3796.932, - "new_cases_per_million": 7.279, - "new_cases_smoothed_per_million": 10.416, - "total_deaths_per_million": 194.694, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8812.0, - "total_tests": 704036.0, - "total_tests_per_thousand": 81.348, - "new_tests_per_thousand": 1.018, - "new_tests_smoothed": 6778.0, - "new_tests_smoothed_per_thousand": 0.783, - "tests_per_case": 75.192, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-15", - "total_cases": 32931.0, - "new_cases": 70.0, - "new_cases_smoothed": 92.429, - "total_deaths": 1687.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3805.021, - "new_cases_per_million": 8.088, - "new_cases_smoothed_per_million": 10.68, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 7751.0, - "total_tests": 711787.0, - "total_tests_per_thousand": 82.244, - "new_tests_per_thousand": 0.896, - "new_tests_smoothed": 6619.0, - "new_tests_smoothed_per_thousand": 0.765, - "tests_per_case": 71.612, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-16", - "total_cases": 33063.0, - "new_cases": 132.0, - "new_cases_smoothed": 92.857, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3820.273, - "new_cases_per_million": 15.252, - "new_cases_smoothed_per_million": 10.729, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 7285.0, - "total_tests": 719072.0, - "total_tests_per_thousand": 83.085, - "new_tests_per_thousand": 0.842, - "new_tests_smoothed": 6440.0, - "new_tests_smoothed_per_thousand": 0.744, - "tests_per_case": 69.354, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-17", - "total_cases": 33205.0, - "new_cases": 142.0, - "new_cases_smoothed": 100.571, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3836.68, - "new_cases_per_million": 16.407, - "new_cases_smoothed_per_million": 11.621, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 6723.0, - "total_tests": 725795.0, - "total_tests_per_thousand": 83.862, - "new_tests_per_thousand": 0.777, - "new_tests_smoothed": 6301.0, - "new_tests_smoothed_per_thousand": 0.728, - "tests_per_case": 62.652, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-18", - "total_cases": 33296.0, - "new_cases": 91.0, - "new_cases_smoothed": 98.714, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3847.195, - "new_cases_per_million": 10.515, - "new_cases_smoothed_per_million": 11.406, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 3769.0, - "total_tests": 729564.0, - "total_tests_per_thousand": 84.298, - "new_tests_per_thousand": 0.435, - "new_tests_smoothed": 6162.0, - "new_tests_smoothed_per_thousand": 0.712, - "tests_per_case": 62.423, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-19", - "total_cases": 33406.0, - "new_cases": 110.0, - "new_cases_smoothed": 99.0, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3859.905, - "new_cases_per_million": 12.71, - "new_cases_smoothed_per_million": 11.439, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 1776.0, - "total_tests": 731340.0, - "total_tests_per_thousand": 84.503, - "new_tests_per_thousand": 0.205, - "new_tests_smoothed": 6137.0, - "new_tests_smoothed_per_thousand": 0.709, - "tests_per_case": 61.99, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-20", - "total_cases": 33504.0, - "new_cases": 98.0, - "new_cases_smoothed": 100.857, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3871.228, - "new_cases_per_million": 11.323, - "new_cases_smoothed_per_million": 11.654, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 5686.0, - "total_tests": 737026.0, - "total_tests_per_thousand": 85.16, - "new_tests_per_thousand": 0.657, - "new_tests_smoothed": 5972.0, - "new_tests_smoothed_per_thousand": 0.69, - "tests_per_case": 59.211999999999996, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-21", - "total_cases": 33547.0, - "new_cases": 43.0, - "new_cases_smoothed": 98.0, - "total_deaths": 1687.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3876.196, - "new_cases_per_million": 4.968, - "new_cases_smoothed_per_million": 11.323, - "total_deaths_per_million": 194.925, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 6832.0, - "total_tests": 743858.0, - "total_tests_per_thousand": 85.949, - "new_tests_per_thousand": 0.789, - "new_tests_smoothed": 5689.0, - "new_tests_smoothed_per_thousand": 0.657, - "tests_per_case": 58.051, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-22", - "total_cases": 33655.0, - "new_cases": 108.0, - "new_cases_smoothed": 103.429, - "total_deaths": 1690.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3888.675, - "new_cases_per_million": 12.479, - "new_cases_smoothed_per_million": 11.951, - "total_deaths_per_million": 195.271, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 6723.0, - "total_tests": 750581.0, - "total_tests_per_thousand": 86.726, - "new_tests_per_thousand": 0.777, - "new_tests_smoothed": 5542.0, - "new_tests_smoothed_per_thousand": 0.64, - "tests_per_case": 53.583, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-23", - "total_cases": 33796.0, - "new_cases": 141.0, - "new_cases_smoothed": 104.714, - "total_deaths": 1692.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3904.967, - "new_cases_per_million": 16.292, - "new_cases_smoothed_per_million": 12.099, - "total_deaths_per_million": 195.503, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 5514.0, - "total_tests": 756095.0, - "total_tests_per_thousand": 87.363, - "new_tests_per_thousand": 0.637, - "new_tests_smoothed": 5289.0, - "new_tests_smoothed_per_thousand": 0.611, - "tests_per_case": 50.50899999999999, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-24", - "total_cases": 33913.0, - "new_cases": 117.0, - "new_cases_smoothed": 101.143, - "total_deaths": 1693.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3918.486, - "new_cases_per_million": 13.519, - "new_cases_smoothed_per_million": 11.687, - "total_deaths_per_million": 195.618, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 5544.0, - "total_tests": 761639.0, - "total_tests_per_thousand": 88.004, - "new_tests_per_thousand": 0.641, - "new_tests_smoothed": 5121.0, - "new_tests_smoothed_per_thousand": 0.592, - "tests_per_case": 50.631, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-25", - "total_cases": 34067.0, - "new_cases": 154.0, - "new_cases_smoothed": 110.143, - "total_deaths": 1699.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3936.28, - "new_cases_per_million": 17.794, - "new_cases_smoothed_per_million": 12.726, - "total_deaths_per_million": 196.311, - "new_deaths_per_million": 0.693, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 3632.0, - "total_tests": 765271.0, - "total_tests_per_thousand": 88.423, - "new_tests_per_thousand": 0.42, - "new_tests_smoothed": 5101.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 46.313, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-26", - "total_cases": 34215.0, - "new_cases": 148.0, - "new_cases_smoothed": 115.571, - "total_deaths": 1699.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3953.381, - "new_cases_per_million": 17.101, - "new_cases_smoothed_per_million": 13.354, - "total_deaths_per_million": 196.311, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 1789.0, - "total_tests": 767060.0, - "total_tests_per_thousand": 88.63, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 5103.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 44.155, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-27", - "total_cases": 34325.0, - "new_cases": 110.0, - "new_cases_smoothed": 117.286, - "total_deaths": 1700.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3966.091, - "new_cases_per_million": 12.71, - "new_cases_smoothed_per_million": 13.552, - "total_deaths_per_million": 196.427, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 5536.0, - "total_tests": 772596.0, - "total_tests_per_thousand": 89.27, - "new_tests_per_thousand": 0.64, - "new_tests_smoothed": 5081.0, - "new_tests_smoothed_per_thousand": 0.587, - "tests_per_case": 43.321999999999996, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-28", - "total_cases": 34390.0, - "new_cases": 65.0, - "new_cases_smoothed": 120.429, - "total_deaths": 1700.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3973.601, - "new_cases_per_million": 7.51, - "new_cases_smoothed_per_million": 13.915, - "total_deaths_per_million": 196.427, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 7339.0, - "total_tests": 779935.0, - "total_tests_per_thousand": 90.118, - "new_tests_per_thousand": 0.848, - "new_tests_smoothed": 5154.0, - "new_tests_smoothed_per_thousand": 0.596, - "tests_per_case": 42.797, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-29", - "total_cases": 34522.0, - "new_cases": 132.0, - "new_cases_smoothed": 123.857, - "total_deaths": 1702.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3988.853, - "new_cases_per_million": 15.252, - "new_cases_smoothed_per_million": 14.311, - "total_deaths_per_million": 196.658, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 6852.0, - "total_tests": 786787.0, - "total_tests_per_thousand": 90.91, - "new_tests_per_thousand": 0.792, - "new_tests_smoothed": 5172.0, - "new_tests_smoothed_per_thousand": 0.598, - "tests_per_case": 41.758, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-30", - "total_cases": 34714.0, - "new_cases": 192.0, - "new_cases_smoothed": 131.143, - "total_deaths": 1702.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4011.038, - "new_cases_per_million": 22.185, - "new_cases_smoothed_per_million": 15.153, - "total_deaths_per_million": 196.658, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.165, - "new_tests": 7088.0, - "total_tests": 793875.0, - "total_tests_per_thousand": 91.728, - "new_tests_per_thousand": 0.819, - "new_tests_smoothed": 5397.0, - "new_tests_smoothed_per_thousand": 0.624, - "tests_per_case": 41.153999999999996, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 41.2 - }, - { - "date": "2020-07-31", - "total_cases": 34933.0, - "new_cases": 219.0, - "new_cases_smoothed": 145.714, - "total_deaths": 1703.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4036.342, - "new_cases_per_million": 25.304, - "new_cases_smoothed_per_million": 16.837, - "total_deaths_per_million": 196.774, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.165, - "new_tests": 5711.0, - "total_tests": 799586.0, - "total_tests_per_thousand": 92.388, - "new_tests_per_thousand": 0.66, - "new_tests_smoothed": 5421.0, - "new_tests_smoothed_per_thousand": 0.626, - "tests_per_case": 37.203, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-01", - "total_cases": 35070.0, - "new_cases": 137.0, - "new_cases_smoothed": 143.286, - "total_deaths": 1703.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4052.172, - "new_cases_per_million": 15.83, - "new_cases_smoothed_per_million": 16.556, - "total_deaths_per_million": 196.774, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 3056.0, - "total_tests": 802642.0, - "total_tests_per_thousand": 92.741, - "new_tests_per_thousand": 0.353, - "new_tests_smoothed": 5339.0, - "new_tests_smoothed_per_thousand": 0.617, - "tests_per_case": 37.260999999999996, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-02", - "total_cases": 35412.0, - "new_cases": 342.0, - "new_cases_smoothed": 171.0, - "total_deaths": 1705.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4091.688, - "new_cases_per_million": 39.516, - "new_cases_smoothed_per_million": 19.758, - "total_deaths_per_million": 197.005, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 2132.0, - "total_tests": 804774.0, - "total_tests_per_thousand": 92.988, - "new_tests_per_thousand": 0.246, - "new_tests_smoothed": 5388.0, - "new_tests_smoothed_per_thousand": 0.623, - "tests_per_case": 31.509, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-03", - "total_cases": 35461.0, - "new_cases": 49.0, - "new_cases_smoothed": 162.286, - "total_deaths": 1705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4097.35, - "new_cases_per_million": 5.662, - "new_cases_smoothed_per_million": 18.751, - "total_deaths_per_million": 197.005, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 6237.0, - "total_tests": 811011.0, - "total_tests_per_thousand": 93.708, - "new_tests_per_thousand": 0.721, - "new_tests_smoothed": 5488.0, - "new_tests_smoothed_per_thousand": 0.634, - "tests_per_case": 33.817, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-04", - "total_cases": 35527.0, - "new_cases": 66.0, - "new_cases_smoothed": 162.429, - "total_deaths": 1705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4104.976, - "new_cases_per_million": 7.626, - "new_cases_smoothed_per_million": 18.768, - "total_deaths_per_million": 197.005, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 7326.0, - "total_tests": 818337.0, - "total_tests_per_thousand": 94.555, - "new_tests_per_thousand": 0.846, - "new_tests_smoothed": 5486.0, - "new_tests_smoothed_per_thousand": 0.634, - "tests_per_case": 33.775, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-05", - "total_cases": 35657.0, - "new_cases": 130.0, - "new_cases_smoothed": 162.143, - "total_deaths": 1705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4119.997, - "new_cases_per_million": 15.021, - "new_cases_smoothed_per_million": 18.735, - "total_deaths_per_million": 197.005, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 6795.0, - "total_tests": 825132.0, - "total_tests_per_thousand": 95.34, - "new_tests_per_thousand": 0.785, - "new_tests_smoothed": 5478.0, - "new_tests_smoothed_per_thousand": 0.633, - "tests_per_case": 33.785, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-06", - "total_cases": 35838.0, - "new_cases": 181.0, - "new_cases_smoothed": 160.571, - "total_deaths": 1705.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4140.911, - "new_cases_per_million": 20.914, - "new_cases_smoothed_per_million": 18.553, - "total_deaths_per_million": 197.005, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 6622.0, - "total_tests": 831754.0, - "total_tests_per_thousand": 96.105, - "new_tests_per_thousand": 0.765, - "new_tests_smoothed": 5411.0, - "new_tests_smoothed_per_thousand": 0.625, - "tests_per_case": 33.698, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-07", - "total_cases": 36019.0, - "new_cases": 181.0, - "new_cases_smoothed": 155.143, - "total_deaths": 1708.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4161.824, - "new_cases_per_million": 20.914, - "new_cases_smoothed_per_million": 17.926, - "total_deaths_per_million": 197.351, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 6169.0, - "total_tests": 837923.0, - "total_tests_per_thousand": 96.818, - "new_tests_per_thousand": 0.713, - "new_tests_smoothed": 5477.0, - "new_tests_smoothed_per_thousand": 0.633, - "tests_per_case": 35.303000000000004, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-08", - "total_cases": 36180.0, - "new_cases": 161.0, - "new_cases_smoothed": 158.571, - "total_deaths": 1711.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4180.427, - "new_cases_per_million": 18.603, - "new_cases_smoothed_per_million": 18.322, - "total_deaths_per_million": 197.698, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 3728.0, - "total_tests": 841651.0, - "total_tests_per_thousand": 97.249, - "new_tests_per_thousand": 0.431, - "new_tests_smoothed": 5573.0, - "new_tests_smoothed_per_thousand": 0.644, - "tests_per_case": 35.145, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-09", - "total_cases": 36362.0, - "new_cases": 182.0, - "new_cases_smoothed": 135.714, - "total_deaths": 1711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4201.456, - "new_cases_per_million": 21.029, - "new_cases_smoothed_per_million": 15.681, - "total_deaths_per_million": 197.698, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 2035.0, - "total_tests": 843686.0, - "total_tests_per_thousand": 97.484, - "new_tests_per_thousand": 0.235, - "new_tests_smoothed": 5559.0, - "new_tests_smoothed_per_thousand": 0.642, - "tests_per_case": 40.961000000000006, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-10", - "total_cases": 36514.0, - "new_cases": 152.0, - "new_cases_smoothed": 150.429, - "total_deaths": 1711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4219.019, - "new_cases_per_million": 17.563, - "new_cases_smoothed_per_million": 17.381, - "total_deaths_per_million": 197.698, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 6059.0, - "total_tests": 849745.0, - "total_tests_per_thousand": 98.184, - "new_tests_per_thousand": 0.7, - "new_tests_smoothed": 5533.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 36.782, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-11", - "total_cases": 36619.0, - "new_cases": 105.0, - "new_cases_smoothed": 156.0, - "total_deaths": 1711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4231.152, - "new_cases_per_million": 12.132, - "new_cases_smoothed_per_million": 18.025, - "total_deaths_per_million": 197.698, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 7377.0, - "total_tests": 857122.0, - "total_tests_per_thousand": 99.036, - "new_tests_per_thousand": 0.852, - "new_tests_smoothed": 5541.0, - "new_tests_smoothed_per_thousand": 0.64, - "tests_per_case": 35.519, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-12", - "total_cases": 36806.0, - "new_cases": 187.0, - "new_cases_smoothed": 164.143, - "total_deaths": 1712.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4252.758, - "new_cases_per_million": 21.607, - "new_cases_smoothed_per_million": 18.966, - "total_deaths_per_million": 197.813, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 6730.0, - "total_tests": 863852.0, - "total_tests_per_thousand": 99.814, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 5531.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 33.696, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-13", - "total_cases": 37079.0, - "new_cases": 273.0, - "new_cases_smoothed": 177.286, - "total_deaths": 1713.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4284.302, - "new_cases_per_million": 31.544, - "new_cases_smoothed_per_million": 20.485, - "total_deaths_per_million": 197.929, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 7361.0, - "total_tests": 871213.0, - "total_tests_per_thousand": 100.665, - "new_tests_per_thousand": 0.851, - "new_tests_smoothed": 5637.0, - "new_tests_smoothed_per_thousand": 0.651, - "tests_per_case": 31.796, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-14", - "total_cases": 37312.0, - "new_cases": 233.0, - "new_cases_smoothed": 184.714, - "total_deaths": 1714.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4311.224, - "new_cases_per_million": 26.922, - "new_cases_smoothed_per_million": 21.343, - "total_deaths_per_million": 198.045, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 7349.0, - "total_tests": 878562.0, - "total_tests_per_thousand": 101.514, - "new_tests_per_thousand": 0.849, - "new_tests_smoothed": 5806.0, - "new_tests_smoothed_per_thousand": 0.671, - "tests_per_case": 31.432, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-15", - "total_cases": 37580.0, - "new_cases": 268.0, - "new_cases_smoothed": 200.0, - "total_deaths": 1714.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4342.19, - "new_cases_per_million": 30.966, - "new_cases_smoothed_per_million": 23.109, - "total_deaths_per_million": 198.045, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 4862.0, - "total_tests": 883424.0, - "total_tests_per_thousand": 102.075, - "new_tests_per_thousand": 0.562, - "new_tests_smoothed": 5968.0, - "new_tests_smoothed_per_thousand": 0.69, - "tests_per_case": 29.84, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-16", - "total_cases": 37831.0, - "new_cases": 251.0, - "new_cases_smoothed": 209.857, - "total_deaths": 1714.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4371.192, - "new_cases_per_million": 29.002, - "new_cases_smoothed_per_million": 24.248, - "total_deaths_per_million": 198.045, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 2449.0, - "total_tests": 885873.0, - "total_tests_per_thousand": 102.358, - "new_tests_per_thousand": 0.283, - "new_tests_smoothed": 6027.0, - "new_tests_smoothed_per_thousand": 0.696, - "tests_per_case": 28.72, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-17", - "total_cases": 38031.0, - "new_cases": 200.0, - "new_cases_smoothed": 216.714, - "total_deaths": 1715.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4394.301, - "new_cases_per_million": 23.109, - "new_cases_smoothed_per_million": 25.04, - "total_deaths_per_million": 198.16, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 8249.0, - "total_tests": 894122.0, - "total_tests_per_thousand": 103.312, - "new_tests_per_thousand": 0.953, - "new_tests_smoothed": 6340.0, - "new_tests_smoothed_per_thousand": 0.733, - "tests_per_case": 29.255, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-18", - "total_cases": 38156.0, - "new_cases": 125.0, - "new_cases_smoothed": 219.571, - "total_deaths": 1715.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4408.745, - "new_cases_per_million": 14.443, - "new_cases_smoothed_per_million": 25.37, - "total_deaths_per_million": 198.16, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 10582.0, - "total_tests": 904704.0, - "total_tests_per_thousand": 104.534, - "new_tests_per_thousand": 1.223, - "new_tests_smoothed": 6797.0, - "new_tests_smoothed_per_thousand": 0.785, - "tests_per_case": 30.956, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-19", - "total_cases": 38352.0, - "new_cases": 196.0, - "new_cases_smoothed": 220.857, - "total_deaths": 1716.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4431.391, - "new_cases_per_million": 22.647, - "new_cases_smoothed_per_million": 25.519, - "total_deaths_per_million": 198.276, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 9444.0, - "total_tests": 914148.0, - "total_tests_per_thousand": 105.625, - "new_tests_per_thousand": 1.091, - "new_tests_smoothed": 7185.0, - "new_tests_smoothed_per_thousand": 0.83, - "tests_per_case": 32.532, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-20", - "total_cases": 38662.0, - "new_cases": 310.0, - "new_cases_smoothed": 226.143, - "total_deaths": 1718.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4467.21, - "new_cases_per_million": 35.819, - "new_cases_smoothed_per_million": 26.13, - "total_deaths_per_million": 198.507, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 10141.0, - "total_tests": 924289.0, - "total_tests_per_thousand": 106.797, - "new_tests_per_thousand": 1.172, - "new_tests_smoothed": 7582.0, - "new_tests_smoothed_per_thousand": 0.876, - "tests_per_case": 33.527, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-21", - "total_cases": 38926.0, - "new_cases": 264.0, - "new_cases_smoothed": 230.571, - "total_deaths": 1718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4497.714, - "new_cases_per_million": 30.504, - "new_cases_smoothed_per_million": 26.641, - "total_deaths_per_million": 198.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 9995.0, - "total_tests": 934284.0, - "total_tests_per_thousand": 107.952, - "new_tests_per_thousand": 1.155, - "new_tests_smoothed": 7960.0, - "new_tests_smoothed_per_thousand": 0.92, - "tests_per_case": 34.523, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-22", - "total_cases": 39232.0, - "new_cases": 306.0, - "new_cases_smoothed": 236.0, - "total_deaths": 1718.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4533.071, - "new_cases_per_million": 35.357, - "new_cases_smoothed_per_million": 27.269, - "total_deaths_per_million": 198.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 6155.0, - "total_tests": 940439.0, - "total_tests_per_thousand": 108.663, - "new_tests_per_thousand": 0.711, - "new_tests_smoothed": 8145.0, - "new_tests_smoothed_per_thousand": 0.941, - "tests_per_case": 34.513000000000005, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-23", - "total_cases": 39526.0, - "new_cases": 294.0, - "new_cases_smoothed": 242.143, - "total_deaths": 1719.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4567.042, - "new_cases_per_million": 33.97, - "new_cases_smoothed_per_million": 27.978, - "total_deaths_per_million": 198.622, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 3315.0, - "total_tests": 943754.0, - "total_tests_per_thousand": 109.046, - "new_tests_per_thousand": 0.383, - "new_tests_smoothed": 8269.0, - "new_tests_smoothed_per_thousand": 0.955, - "tests_per_case": 34.149, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-24", - "total_cases": 39802.0, - "new_cases": 276.0, - "new_cases_smoothed": 253.0, - "total_deaths": 1719.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4598.932, - "new_cases_per_million": 31.89, - "new_cases_smoothed_per_million": 29.233, - "total_deaths_per_million": 198.622, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 9990.0, - "total_tests": 953744.0, - "total_tests_per_thousand": 110.201, - "new_tests_per_thousand": 1.154, - "new_tests_smoothed": 8517.0, - "new_tests_smoothed_per_thousand": 0.984, - "tests_per_case": 33.664, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-25", - "total_cases": 39959.0, - "new_cases": 157.0, - "new_cases_smoothed": 257.571, - "total_deaths": 1720.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4617.073, - "new_cases_per_million": 18.141, - "new_cases_smoothed_per_million": 29.761, - "total_deaths_per_million": 198.738, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 13209.0, - "total_tests": 966953.0, - "total_tests_per_thousand": 111.727, - "new_tests_per_thousand": 1.526, - "new_tests_smoothed": 8893.0, - "new_tests_smoothed_per_thousand": 1.028, - "tests_per_case": 34.525999999999996, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-26", - "total_cases": 40161.0, - "new_cases": 202.0, - "new_cases_smoothed": 258.429, - "total_deaths": 1722.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4640.413, - "new_cases_per_million": 23.34, - "new_cases_smoothed_per_million": 29.86, - "total_deaths_per_million": 198.969, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 12880.0, - "total_tests": 979833.0, - "total_tests_per_thousand": 113.215, - "new_tests_per_thousand": 1.488, - "new_tests_smoothed": 9384.0, - "new_tests_smoothed_per_thousand": 1.084, - "tests_per_case": 36.312, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-27", - "total_cases": 40540.0, - "new_cases": 379.0, - "new_cases_smoothed": 268.286, - "total_deaths": 1722.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4684.204, - "new_cases_per_million": 43.792, - "new_cases_smoothed_per_million": 30.999, - "total_deaths_per_million": 198.969, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 13158.0, - "total_tests": 992991.0, - "total_tests_per_thousand": 114.735, - "new_tests_per_thousand": 1.52, - "new_tests_smoothed": 9815.0, - "new_tests_smoothed_per_thousand": 1.134, - "tests_per_case": 36.584, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-28", - "total_cases": 40900.0, - "new_cases": 360.0, - "new_cases_smoothed": 282.0, - "total_deaths": 1723.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4725.801, - "new_cases_per_million": 41.596, - "new_cases_smoothed_per_million": 32.584, - "total_deaths_per_million": 199.084, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 12576.0, - "total_tests": 1005567.0, - "total_tests_per_thousand": 116.188, - "new_tests_per_thousand": 1.453, - "new_tests_smoothed": 10183.0, - "new_tests_smoothed_per_thousand": 1.177, - "tests_per_case": 36.11, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-29", - "total_cases": 41240.0, - "new_cases": 340.0, - "new_cases_smoothed": 286.857, - "total_deaths": 1724.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4765.086, - "new_cases_per_million": 39.285, - "new_cases_smoothed_per_million": 33.145, - "total_deaths_per_million": 199.2, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 8407.0, - "total_tests": 1013974.0, - "total_tests_per_thousand": 117.16, - "new_tests_per_thousand": 0.971, - "new_tests_smoothed": 10505.0, - "new_tests_smoothed_per_thousand": 1.214, - "tests_per_case": 36.621, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-30", - "total_cases": 41615.0, - "new_cases": 375.0, - "new_cases_smoothed": 298.429, - "total_deaths": 1724.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4808.416, - "new_cases_per_million": 43.329, - "new_cases_smoothed_per_million": 34.482, - "total_deaths_per_million": 199.2, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 3861.0, - "total_tests": 1017835.0, - "total_tests_per_thousand": 117.606, - "new_tests_per_thousand": 0.446, - "new_tests_smoothed": 10583.0, - "new_tests_smoothed_per_thousand": 1.223, - "tests_per_case": 35.461999999999996, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-08-31", - "total_cases": 41906.0, - "new_cases": 291.0, - "new_cases_smoothed": 300.571, - "total_deaths": 1724.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4842.039, - "new_cases_per_million": 33.624, - "new_cases_smoothed_per_million": 34.73, - "total_deaths_per_million": 199.2, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 11413.0, - "total_tests": 1029248.0, - "total_tests_per_thousand": 118.925, - "new_tests_per_thousand": 1.319, - "new_tests_smoothed": 10786.0, - "new_tests_smoothed_per_thousand": 1.246, - "tests_per_case": 35.885, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 44.91 - }, - { - "date": "2020-09-01", - "total_cases": 42069.0, - "new_cases": 163.0, - "new_cases_smoothed": 301.429, - "total_deaths": 1725.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4860.873, - "new_cases_per_million": 18.834, - "new_cases_smoothed_per_million": 34.829, - "total_deaths_per_million": 199.316, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 16452.0, - "total_tests": 1045700.0, - "total_tests_per_thousand": 120.826, - "new_tests_per_thousand": 1.901, - "new_tests_smoothed": 11250.0, - "new_tests_smoothed_per_thousand": 1.3, - "tests_per_case": 37.321999999999996, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-02", - "total_cases": 42285.0, - "new_cases": 216.0, - "new_cases_smoothed": 303.429, - "total_deaths": 1726.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4885.831, - "new_cases_per_million": 24.958, - "new_cases_smoothed_per_million": 35.06, - "total_deaths_per_million": 199.431, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 16059.0, - "total_tests": 1061759.0, - "total_tests_per_thousand": 122.681, - "new_tests_per_thousand": 1.856, - "new_tests_smoothed": 11704.0, - "new_tests_smoothed_per_thousand": 1.352, - "tests_per_case": 38.573, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-03", - "total_cases": 42655.0, - "new_cases": 370.0, - "new_cases_smoothed": 302.143, - "total_deaths": 1726.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4928.583, - "new_cases_per_million": 42.752, - "new_cases_smoothed_per_million": 34.911, - "total_deaths_per_million": 199.431, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.066, - "new_tests": 15543.0, - "total_tests": 1077302.0, - "total_tests_per_thousand": 124.477, - "new_tests_per_thousand": 1.796, - "new_tests_smoothed": 12044.0, - "new_tests_smoothed_per_thousand": 1.392, - "tests_per_case": 39.861999999999995, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-04", - "total_cases": 43127.0, - "new_cases": 472.0, - "new_cases_smoothed": 318.143, - "total_deaths": 1730.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4983.12, - "new_cases_per_million": 54.537, - "new_cases_smoothed_per_million": 36.76, - "total_deaths_per_million": 199.893, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 14504.0, - "total_tests": 1091806.0, - "total_tests_per_thousand": 126.153, - "new_tests_per_thousand": 1.676, - "new_tests_smoothed": 12320.0, - "new_tests_smoothed_per_thousand": 1.424, - "tests_per_case": 38.725, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-05", - "total_cases": 43424.0, - "new_cases": 297.0, - "new_cases_smoothed": 312.0, - "total_deaths": 1731.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5017.437, - "new_cases_per_million": 34.317, - "new_cases_smoothed_per_million": 36.05, - "total_deaths_per_million": 200.009, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 9532.0, - "total_tests": 1101338.0, - "total_tests_per_thousand": 127.254, - "new_tests_per_thousand": 1.101, - "new_tests_smoothed": 12481.0, - "new_tests_smoothed_per_thousand": 1.442, - "tests_per_case": 40.003, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-06", - "total_cases": 43849.0, - "new_cases": 425.0, - "new_cases_smoothed": 319.143, - "total_deaths": 1731.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5066.544, - "new_cases_per_million": 49.107, - "new_cases_smoothed_per_million": 36.875, - "total_deaths_per_million": 200.009, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 4340.0, - "total_tests": 1105678.0, - "total_tests_per_thousand": 127.756, - "new_tests_per_thousand": 0.501, - "new_tests_smoothed": 12549.0, - "new_tests_smoothed_per_thousand": 1.45, - "tests_per_case": 39.321, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-07", - "total_cases": 44293.0, - "new_cases": 444.0, - "new_cases_smoothed": 341.0, - "total_deaths": 1732.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5117.846, - "new_cases_per_million": 51.302, - "new_cases_smoothed_per_million": 39.401, - "total_deaths_per_million": 200.124, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 13428.0, - "total_tests": 1119106.0, - "total_tests_per_thousand": 129.307, - "new_tests_per_thousand": 1.552, - "new_tests_smoothed": 12837.0, - "new_tests_smoothed_per_thousand": 1.483, - "tests_per_case": 37.645, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-08", - "total_cases": 44484.0, - "new_cases": 191.0, - "new_cases_smoothed": 345.0, - "total_deaths": 1734.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5139.915, - "new_cases_per_million": 22.069, - "new_cases_smoothed_per_million": 39.863, - "total_deaths_per_million": 200.355, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 17566.0, - "total_tests": 1136672.0, - "total_tests_per_thousand": 131.337, - "new_tests_per_thousand": 2.03, - "new_tests_smoothed": 12996.0, - "new_tests_smoothed_per_thousand": 1.502, - "tests_per_case": 37.67, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-09", - "total_cases": 44729.0, - "new_cases": 245.0, - "new_cases_smoothed": 349.143, - "total_deaths": 1734.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5168.223, - "new_cases_per_million": 28.309, - "new_cases_smoothed_per_million": 40.342, - "total_deaths_per_million": 200.355, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 16447.0, - "total_tests": 1153119.0, - "total_tests_per_thousand": 133.237, - "new_tests_per_thousand": 1.9, - "new_tests_smoothed": 13051.0, - "new_tests_smoothed_per_thousand": 1.508, - "tests_per_case": 37.38, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-10", - "total_cases": 45197.0, - "new_cases": 468.0, - "new_cases_smoothed": 363.143, - "total_deaths": 1734.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5222.299, - "new_cases_per_million": 54.075, - "new_cases_smoothed_per_million": 41.959, - "total_deaths_per_million": 200.355, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 15722.0, - "total_tests": 1168841.0, - "total_tests_per_thousand": 135.054, - "new_tests_per_thousand": 1.817, - "new_tests_smoothed": 13077.0, - "new_tests_smoothed_per_thousand": 1.511, - "tests_per_case": 36.010999999999996, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-11", - "total_cases": 45602.0, - "new_cases": 405.0, - "new_cases_smoothed": 353.571, - "total_deaths": 1736.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5269.094, - "new_cases_per_million": 46.796, - "new_cases_smoothed_per_million": 40.853, - "total_deaths_per_million": 200.587, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 14197.0, - "total_tests": 1183038.0, - "total_tests_per_thousand": 136.694, - "new_tests_per_thousand": 1.64, - "new_tests_smoothed": 13033.0, - "new_tests_smoothed_per_thousand": 1.506, - "tests_per_case": 36.861, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-12", - "total_cases": 46130.0, - "new_cases": 528.0, - "new_cases_smoothed": 386.571, - "total_deaths": 1739.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5330.102, - "new_cases_per_million": 61.008, - "new_cases_smoothed_per_million": 44.666, - "total_deaths_per_million": 200.933, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 9873.0, - "total_tests": 1192911.0, - "total_tests_per_thousand": 137.835, - "new_tests_per_thousand": 1.141, - "new_tests_smoothed": 13082.0, - "new_tests_smoothed_per_thousand": 1.512, - "tests_per_case": 33.841, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-13", - "total_cases": 46595.0, - "new_cases": 465.0, - "new_cases_smoothed": 392.286, - "total_deaths": 1742.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 5383.831, - "new_cases_per_million": 53.729, - "new_cases_smoothed_per_million": 45.327, - "total_deaths_per_million": 201.28, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.182, - "new_tests": 4169.0, - "total_tests": 1197080.0, - "total_tests_per_thousand": 138.317, - "new_tests_per_thousand": 0.482, - "new_tests_smoothed": 13057.0, - "new_tests_smoothed_per_thousand": 1.509, - "tests_per_case": 33.284, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-14", - "total_cases": 47068.0, - "new_cases": 473.0, - "new_cases_smoothed": 396.429, - "total_deaths": 1746.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5438.484, - "new_cases_per_million": 54.653, - "new_cases_smoothed_per_million": 45.805, - "total_deaths_per_million": 201.742, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.231, - "new_tests": 12851.0, - "total_tests": 1209931.0, - "total_tests_per_thousand": 139.802, - "new_tests_per_thousand": 1.485, - "new_tests_smoothed": 12975.0, - "new_tests_smoothed_per_thousand": 1.499, - "tests_per_case": 32.73, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-15", - "total_cases": 47325.0, - "new_cases": 257.0, - "new_cases_smoothed": 405.857, - "total_deaths": 1746.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5468.179, - "new_cases_per_million": 29.695, - "new_cases_smoothed_per_million": 46.895, - "total_deaths_per_million": 201.742, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 16821.0, - "total_tests": 1226752.0, - "total_tests_per_thousand": 141.745, - "new_tests_per_thousand": 1.944, - "new_tests_smoothed": 12869.0, - "new_tests_smoothed_per_thousand": 1.487, - "tests_per_case": 31.708000000000002, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-16", - "total_cases": 47640.0, - "new_cases": 315.0, - "new_cases_smoothed": 415.857, - "total_deaths": 1747.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5504.576, - "new_cases_per_million": 36.397, - "new_cases_smoothed_per_million": 48.05, - "total_deaths_per_million": 201.858, - "new_deaths_per_million": 0.116, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 15458.0, - "total_tests": 1242210.0, - "total_tests_per_thousand": 143.531, - "new_tests_per_thousand": 1.786, - "new_tests_smoothed": 12727.0, - "new_tests_smoothed_per_thousand": 1.471, - "tests_per_case": 30.604, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-17", - "total_cases": 48154.0, - "new_cases": 514.0, - "new_cases_smoothed": 422.429, - "total_deaths": 1754.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 5563.966, - "new_cases_per_million": 59.39, - "new_cases_smoothed_per_million": 48.81, - "total_deaths_per_million": 202.666, - "new_deaths_per_million": 0.809, - "new_deaths_smoothed_per_million": 0.33, - "new_tests": 15173.0, - "total_tests": 1257383.0, - "total_tests_per_thousand": 145.285, - "new_tests_per_thousand": 1.753, - "new_tests_smoothed": 12649.0, - "new_tests_smoothed_per_thousand": 1.462, - "tests_per_case": 29.944000000000003, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 43.06 - }, - { - "date": "2020-09-18", - "total_cases": 48684.0, - "new_cases": 530.0, - "new_cases_smoothed": 440.286, - "total_deaths": 1762.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 5625.205, - "new_cases_per_million": 61.239, - "new_cases_smoothed_per_million": 50.873, - "total_deaths_per_million": 203.591, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 0.429, - "new_tests": 13388.0, - "total_tests": 1270771.0, - "total_tests_per_thousand": 146.832, - "new_tests_per_thousand": 1.547, - "new_tests_smoothed": 12533.0, - "new_tests_smoothed_per_thousand": 1.448, - "tests_per_case": 28.465999999999998, - "positive_rate": 0.035, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 49171.0, - "new_cases": 487.0, - "new_cases_smoothed": 434.429, - "total_deaths": 1764.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 5681.475, - "new_cases_per_million": 56.271, - "new_cases_smoothed_per_million": 50.196, - "total_deaths_per_million": 203.822, - "new_deaths_per_million": 0.231, - "new_deaths_smoothed_per_million": 0.413, - "new_tests": 7810.0, - "total_tests": 1278581.0, - "total_tests_per_thousand": 147.734, - "new_tests_per_thousand": 0.902, - "new_tests_smoothed": 12239.0, - "new_tests_smoothed_per_thousand": 1.414, - "tests_per_case": 28.173000000000002, - "positive_rate": 0.035, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 49171.0, - "new_cases": 0.0, - "new_cases_smoothed": 368.0, - "total_deaths": 1764.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 5681.475, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.521, - "total_deaths_per_million": 203.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.363, - "new_tests": 3582.0, - "total_tests": 1282163.0, - "total_tests_per_thousand": 148.148, - "new_tests_per_thousand": 0.414, - "new_tests_smoothed": 12155.0, - "new_tests_smoothed_per_thousand": 1.404, - "tests_per_case": 33.03, - "positive_rate": 0.03, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 49171.0, - "new_cases": 0.0, - "new_cases_smoothed": 300.429, - "total_deaths": 1764.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5681.475, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.713, - "total_deaths_per_million": 203.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.297, - "new_tests": 10362.0, - "total_tests": 1292525.0, - "total_tests_per_thousand": 149.345, - "new_tests_per_thousand": 1.197, - "new_tests_smoothed": 11799.0, - "new_tests_smoothed_per_thousand": 1.363, - "tests_per_case": 39.274, - "positive_rate": 0.025, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 50264.0, - "new_cases": 1093.0, - "new_cases_smoothed": 419.857, - "total_deaths": 1769.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 5807.766, - "new_cases_per_million": 126.291, - "new_cases_smoothed_per_million": 48.512, - "total_deaths_per_million": 204.4, - "new_deaths_per_million": 0.578, - "new_deaths_smoothed_per_million": 0.38, - "new_tests": 13331.0, - "total_tests": 1305856.0, - "total_tests_per_thousand": 150.885, - "new_tests_per_thousand": 1.54, - "new_tests_smoothed": 11301.0, - "new_tests_smoothed_per_thousand": 1.306, - "tests_per_case": 26.916, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 50548.0, - "new_cases": 284.0, - "new_cases_smoothed": 415.429, - "total_deaths": 1772.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 5840.581, - "new_cases_per_million": 32.815, - "new_cases_smoothed_per_million": 48.001, - "total_deaths_per_million": 204.746, - "new_deaths_per_million": 0.347, - "new_deaths_smoothed_per_million": 0.413, - "new_tests": 8088.0, - "total_tests": 1313944.0, - "total_tests_per_thousand": 151.82, - "new_tests_per_thousand": 0.935, - "new_tests_smoothed": 10248.0, - "new_tests_smoothed_per_thousand": 1.184, - "tests_per_case": 24.669, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 50984.0, - "new_cases": 436.0, - "new_cases_smoothed": 404.286, - "total_deaths": 1772.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5890.959, - "new_cases_per_million": 50.378, - "new_cases_smoothed_per_million": 46.713, - "total_deaths_per_million": 204.746, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.297 - }, - { - "date": "2020-09-25", - "total_cases": 51492.0, - "new_cases": 508.0, - "new_cases_smoothed": 401.143, - "total_deaths": 1776.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5949.656, - "new_cases_per_million": 58.697, - "new_cases_smoothed_per_million": 46.35, - "total_deaths_per_million": 205.208, - "new_deaths_per_million": 0.462, - "new_deaths_smoothed_per_million": 0.231 - } - ] - }, - "CHL": { - "continent": "South America", - "location": "Chile", - "population": 19116209.0, - "population_density": 24.282, - "median_age": 35.4, - "aged_65_older": 11.087, - "aged_70_older": 6.938, - "gdp_per_capita": 22767.037, - "extreme_poverty": 1.3, - "cardiovasc_death_rate": 127.993, - "diabetes_prevalence": 8.46, - "female_smokers": 34.2, - "male_smokers": 41.5, - "hospital_beds_per_thousand": 2.11, - "life_expectancy": 80.18, - "human_development_index": 0.843, - "data": [ - { - "date": "2020-03-04", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.052, - "new_cases_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-05", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.157, - "new_cases_per_million": 0.105, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-06", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.209, - "new_cases_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-07", - "total_cases": 5.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.262, - "new_cases_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "total_cases": 10.0, - "new_cases": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.523, - "new_cases_per_million": 0.262, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-10", - "total_cases": 13.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.68, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.097, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-11", - "total_cases": 17.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.889, - "new_cases_per_million": 0.209, - "new_cases_smoothed_per_million": 0.12, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 23.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.203, - "new_cases_per_million": 0.314, - "new_cases_smoothed_per_million": 0.149, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-13", - "total_cases": 33.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.726, - "new_cases_per_million": 0.523, - "new_cases_smoothed_per_million": 0.217, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-14", - "total_cases": 43.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.249, - "new_cases_per_million": 0.523, - "new_cases_smoothed_per_million": 0.284, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-15", - "total_cases": 61.0, - "new_cases": 18.0, - "new_cases_smoothed": 8.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.191, - "new_cases_per_million": 0.942, - "new_cases_smoothed_per_million": 0.418, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 22.22 - }, - { - "date": "2020-03-16", - "total_cases": 75.0, - "new_cases": 14.0, - "new_cases_smoothed": 9.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.923, - "new_cases_per_million": 0.732, - "new_cases_smoothed_per_million": 0.486, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-03-17", - "total_cases": 156.0, - "new_cases": 81.0, - "new_cases_smoothed": 20.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.161, - "new_cases_per_million": 4.237, - "new_cases_smoothed_per_million": 1.069, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-03-18", - "total_cases": 201.0, - "new_cases": 45.0, - "new_cases_smoothed": 26.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.515, - "new_cases_per_million": 2.354, - "new_cases_smoothed_per_million": 1.375, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-19", - "total_cases": 238.0, - "new_cases": 37.0, - "new_cases_smoothed": 30.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.45, - "new_cases_per_million": 1.936, - "new_cases_smoothed_per_million": 1.607, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-20", - "total_cases": 342.0, - "new_cases": 104.0, - "new_cases_smoothed": 44.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.891, - "new_cases_per_million": 5.44, - "new_cases_smoothed_per_million": 2.309, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-21", - "total_cases": 434.0, - "new_cases": 92.0, - "new_cases_smoothed": 55.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.703, - "new_cases_per_million": 4.813, - "new_cases_smoothed_per_million": 2.922, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-22", - "total_cases": 537.0, - "new_cases": 103.0, - "new_cases_smoothed": 68.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 28.091, - "new_cases_per_million": 5.388, - "new_cases_smoothed_per_million": 3.557, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-23", - "total_cases": 632.0, - "new_cases": 95.0, - "new_cases_smoothed": 79.571, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.061, - "new_cases_per_million": 4.97, - "new_cases_smoothed_per_million": 4.163, - "total_deaths_per_million": 0.052, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 51.85 - }, - { - "date": "2020-03-24", - "total_cases": 746.0, - "new_cases": 114.0, - "new_cases_smoothed": 84.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 39.024, - "new_cases_per_million": 5.964, - "new_cases_smoothed_per_million": 4.409, - "total_deaths_per_million": 0.105, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 51.85 - }, - { - "date": "2020-03-25", - "total_cases": 922.0, - "new_cases": 176.0, - "new_cases_smoothed": 103.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 48.231, - "new_cases_per_million": 9.207, - "new_cases_smoothed_per_million": 5.388, - "total_deaths_per_million": 0.105, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.015, - "new_tests": 3290.0, - "total_tests": 3290.0, - "total_tests_per_thousand": 0.172, - "new_tests_per_thousand": 0.172, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-26", - "total_cases": 1142.0, - "new_cases": 220.0, - "new_cases_smoothed": 129.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 59.74, - "new_cases_per_million": 11.509, - "new_cases_smoothed_per_million": 6.756, - "total_deaths_per_million": 0.157, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 4886.0, - "total_tests": 8176.0, - "total_tests_per_thousand": 0.428, - "new_tests_per_thousand": 0.256, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-27", - "total_cases": 1306.0, - "new_cases": 164.0, - "new_cases_smoothed": 137.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 68.319, - "new_cases_per_million": 8.579, - "new_cases_smoothed_per_million": 7.204, - "total_deaths_per_million": 0.209, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 7387.0, - "total_tests": 15563.0, - "total_tests_per_thousand": 0.814, - "new_tests_per_thousand": 0.386, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-28", - "total_cases": 1610.0, - "new_cases": 304.0, - "new_cases_smoothed": 168.0, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 84.222, - "new_cases_per_million": 15.903, - "new_cases_smoothed_per_million": 8.788, - "total_deaths_per_million": 0.262, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 3534.0, - "total_tests": 19097.0, - "total_tests_per_thousand": 0.999, - "new_tests_per_thousand": 0.185, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-29", - "total_cases": 1909.0, - "new_cases": 299.0, - "new_cases_smoothed": 196.0, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 99.863, - "new_cases_per_million": 15.641, - "new_cases_smoothed_per_million": 10.253, - "total_deaths_per_million": 0.314, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.045, - "new_tests": 1777.0, - "total_tests": 20874.0, - "total_tests_per_thousand": 1.092, - "new_tests_per_thousand": 0.093, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-30", - "total_cases": 2139.0, - "new_cases": 230.0, - "new_cases_smoothed": 215.286, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 111.895, - "new_cases_per_million": 12.032, - "new_cases_smoothed_per_million": 11.262, - "total_deaths_per_million": 0.366, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.045, - "new_tests": 3680.0, - "total_tests": 24554.0, - "total_tests_per_thousand": 1.284, - "new_tests_per_thousand": 0.193, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-03-31", - "total_cases": 2449.0, - "new_cases": 310.0, - "new_cases_smoothed": 243.286, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 128.111, - "new_cases_per_million": 16.217, - "new_cases_smoothed_per_million": 12.727, - "total_deaths_per_million": 0.418, - "new_deaths_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.045, - "new_tests": 3046.0, - "total_tests": 27600.0, - "total_tests_per_thousand": 1.444, - "new_tests_per_thousand": 0.159, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-01", - "total_cases": 2738.0, - "new_cases": 289.0, - "new_cases_smoothed": 259.429, - "total_deaths": 12.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 143.229, - "new_cases_per_million": 15.118, - "new_cases_smoothed_per_million": 13.571, - "total_deaths_per_million": 0.628, - "new_deaths_per_million": 0.209, - "new_deaths_smoothed_per_million": 0.075, - "new_tests": 2898.0, - "total_tests": 30498.0, - "total_tests_per_thousand": 1.595, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 3887.0, - "new_tests_smoothed_per_thousand": 0.203, - "tests_per_case": 14.982999999999999, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-02", - "total_cases": 3031.0, - "new_cases": 293.0, - "new_cases_smoothed": 269.857, - "total_deaths": 16.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 158.557, - "new_cases_per_million": 15.327, - "new_cases_smoothed_per_million": 14.117, - "total_deaths_per_million": 0.837, - "new_deaths_per_million": 0.209, - "new_deaths_smoothed_per_million": 0.097, - "new_tests": 2685.0, - "total_tests": 33183.0, - "total_tests_per_thousand": 1.736, - "new_tests_per_thousand": 0.14, - "new_tests_smoothed": 3572.0, - "new_tests_smoothed_per_thousand": 0.187, - "tests_per_case": 13.237, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-03", - "total_cases": 3404.0, - "new_cases": 373.0, - "new_cases_smoothed": 299.714, - "total_deaths": 18.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 178.069, - "new_cases_per_million": 19.512, - "new_cases_smoothed_per_million": 15.679, - "total_deaths_per_million": 0.942, - "new_deaths_per_million": 0.105, - "new_deaths_smoothed_per_million": 0.105, - "new_tests": 3405.0, - "total_tests": 36588.0, - "total_tests_per_thousand": 1.914, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 3004.0, - "new_tests_smoothed_per_thousand": 0.157, - "tests_per_case": 10.023, - "positive_rate": 0.1, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-04", - "total_cases": 3737.0, - "new_cases": 333.0, - "new_cases_smoothed": 303.857, - "total_deaths": 22.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 195.489, - "new_cases_per_million": 17.42, - "new_cases_smoothed_per_million": 15.895, - "total_deaths_per_million": 1.151, - "new_deaths_per_million": 0.209, - "new_deaths_smoothed_per_million": 0.127, - "new_tests": 4483.0, - "total_tests": 41071.0, - "total_tests_per_thousand": 2.148, - "new_tests_per_thousand": 0.235, - "new_tests_smoothed": 3139.0, - "new_tests_smoothed_per_thousand": 0.164, - "tests_per_case": 10.331, - "positive_rate": 0.09699999999999999, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-05", - "total_cases": 4161.0, - "new_cases": 424.0, - "new_cases_smoothed": 321.714, - "total_deaths": 27.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 217.669, - "new_cases_per_million": 22.18, - "new_cases_smoothed_per_million": 16.829, - "total_deaths_per_million": 1.412, - "new_deaths_per_million": 0.262, - "new_deaths_smoothed_per_million": 0.157, - "new_tests": 3343.0, - "total_tests": 44414.0, - "total_tests_per_thousand": 2.323, - "new_tests_per_thousand": 0.175, - "new_tests_smoothed": 3363.0, - "new_tests_smoothed_per_thousand": 0.176, - "tests_per_case": 10.453, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-06", - "total_cases": 4471.0, - "new_cases": 310.0, - "new_cases_smoothed": 333.143, - "total_deaths": 34.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 233.885, - "new_cases_per_million": 16.217, - "new_cases_smoothed_per_million": 17.427, - "total_deaths_per_million": 1.779, - "new_deaths_per_million": 0.366, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 2908.0, - "total_tests": 47322.0, - "total_tests_per_thousand": 2.475, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 3253.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 9.765, - "positive_rate": 0.102, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-07", - "total_cases": 4815.0, - "new_cases": 344.0, - "new_cases_smoothed": 338.0, - "total_deaths": 37.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 251.88, - "new_cases_per_million": 17.995, - "new_cases_smoothed_per_million": 17.681, - "total_deaths_per_million": 1.936, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 2258.0, - "total_tests": 49580.0, - "total_tests_per_thousand": 2.594, - "new_tests_per_thousand": 0.118, - "new_tests_smoothed": 3140.0, - "new_tests_smoothed_per_thousand": 0.164, - "tests_per_case": 9.29, - "positive_rate": 0.10800000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-08", - "total_cases": 5116.0, - "new_cases": 301.0, - "new_cases_smoothed": 339.714, - "total_deaths": 43.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 267.626, - "new_cases_per_million": 15.746, - "new_cases_smoothed_per_million": 17.771, - "total_deaths_per_million": 2.249, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 3269.0, - "total_tests": 52849.0, - "total_tests_per_thousand": 2.765, - "new_tests_per_thousand": 0.171, - "new_tests_smoothed": 3193.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 9.399, - "positive_rate": 0.106, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-09", - "total_cases": 5546.0, - "new_cases": 430.0, - "new_cases_smoothed": 359.286, - "total_deaths": 48.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 290.12, - "new_cases_per_million": 22.494, - "new_cases_smoothed_per_million": 18.795, - "total_deaths_per_million": 2.511, - "new_deaths_per_million": 0.262, - "new_deaths_smoothed_per_million": 0.239, - "new_tests": 7962.0, - "total_tests": 60811.0, - "total_tests_per_thousand": 3.181, - "new_tests_per_thousand": 0.417, - "new_tests_smoothed": 3947.0, - "new_tests_smoothed_per_thousand": 0.206, - "tests_per_case": 10.985999999999999, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-10", - "total_cases": 5972.0, - "new_cases": 426.0, - "new_cases_smoothed": 366.857, - "total_deaths": 57.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 312.405, - "new_cases_per_million": 22.285, - "new_cases_smoothed_per_million": 19.191, - "total_deaths_per_million": 2.982, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.291, - "new_tests": 4444.0, - "total_tests": 65255.0, - "total_tests_per_thousand": 3.414, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 4095.0, - "new_tests_smoothed_per_thousand": 0.214, - "tests_per_case": 11.162, - "positive_rate": 0.09, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-11", - "total_cases": 6501.0, - "new_cases": 529.0, - "new_cases_smoothed": 394.857, - "total_deaths": 65.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 340.078, - "new_cases_per_million": 27.673, - "new_cases_smoothed_per_million": 20.656, - "total_deaths_per_million": 3.4, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.321, - "new_tests": 3577.0, - "total_tests": 68832.0, - "total_tests_per_thousand": 3.601, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 3966.0, - "new_tests_smoothed_per_thousand": 0.207, - "tests_per_case": 10.044, - "positive_rate": 0.1, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-12", - "total_cases": 6927.0, - "new_cases": 426.0, - "new_cases_smoothed": 395.143, - "total_deaths": 73.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 362.363, - "new_cases_per_million": 22.285, - "new_cases_smoothed_per_million": 20.671, - "total_deaths_per_million": 3.819, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.344, - "new_tests": 5897.0, - "total_tests": 74729.0, - "total_tests_per_thousand": 3.909, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 4331.0, - "new_tests_smoothed_per_thousand": 0.227, - "tests_per_case": 10.960999999999999, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-13", - "total_cases": 7213.0, - "new_cases": 286.0, - "new_cases_smoothed": 391.714, - "total_deaths": 80.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 377.324, - "new_cases_per_million": 14.961, - "new_cases_smoothed_per_million": 20.491, - "total_deaths_per_million": 4.185, - "new_deaths_per_million": 0.366, - "new_deaths_smoothed_per_million": 0.344, - "new_tests": 2764.0, - "total_tests": 77493.0, - "total_tests_per_thousand": 4.054, - "new_tests_per_thousand": 0.145, - "new_tests_smoothed": 4310.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 11.003, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-14", - "total_cases": 7525.0, - "new_cases": 312.0, - "new_cases_smoothed": 387.143, - "total_deaths": 82.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 393.645, - "new_cases_per_million": 16.321, - "new_cases_smoothed_per_million": 20.252, - "total_deaths_per_million": 4.29, - "new_deaths_per_million": 0.105, - "new_deaths_smoothed_per_million": 0.336, - "new_tests": 2759.0, - "total_tests": 80252.0, - "total_tests_per_thousand": 4.198, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 4382.0, - "new_tests_smoothed_per_thousand": 0.229, - "tests_per_case": 11.319, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-15", - "total_cases": 7917.0, - "new_cases": 392.0, - "new_cases_smoothed": 400.143, - "total_deaths": 92.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 414.151, - "new_cases_per_million": 20.506, - "new_cases_smoothed_per_million": 20.932, - "total_deaths_per_million": 4.813, - "new_deaths_per_million": 0.523, - "new_deaths_smoothed_per_million": 0.366, - "new_tests": 4079.0, - "total_tests": 84331.0, - "total_tests_per_thousand": 4.411, - "new_tests_per_thousand": 0.213, - "new_tests_smoothed": 4497.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_per_case": 11.238, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-16", - "total_cases": 8273.0, - "new_cases": 356.0, - "new_cases_smoothed": 389.571, - "total_deaths": 94.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 432.774, - "new_cases_per_million": 18.623, - "new_cases_smoothed_per_million": 20.379, - "total_deaths_per_million": 4.917, - "new_deaths_per_million": 0.105, - "new_deaths_smoothed_per_million": 0.344, - "new_tests": 6551.0, - "total_tests": 90882.0, - "total_tests_per_thousand": 4.754, - "new_tests_per_thousand": 0.343, - "new_tests_smoothed": 4296.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 11.027999999999999, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-17", - "total_cases": 8807.0, - "new_cases": 534.0, - "new_cases_smoothed": 405.0, - "total_deaths": 105.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 460.709, - "new_cases_per_million": 27.934, - "new_cases_smoothed_per_million": 21.186, - "total_deaths_per_million": 5.493, - "new_deaths_per_million": 0.575, - "new_deaths_smoothed_per_million": 0.359, - "new_tests": 5449.0, - "total_tests": 96331.0, - "total_tests_per_thousand": 5.039, - "new_tests_per_thousand": 0.285, - "new_tests_smoothed": 4439.0, - "new_tests_smoothed_per_thousand": 0.232, - "tests_per_case": 10.96, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-18", - "total_cases": 9252.0, - "new_cases": 445.0, - "new_cases_smoothed": 393.0, - "total_deaths": 116.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 483.987, - "new_cases_per_million": 23.279, - "new_cases_smoothed_per_million": 20.558, - "total_deaths_per_million": 6.068, - "new_deaths_per_million": 0.575, - "new_deaths_smoothed_per_million": 0.381, - "new_tests": 5018.0, - "total_tests": 101349.0, - "total_tests_per_thousand": 5.302, - "new_tests_per_thousand": 0.262, - "new_tests_smoothed": 4645.0, - "new_tests_smoothed_per_thousand": 0.243, - "tests_per_case": 11.819, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-19", - "total_cases": 9730.0, - "new_cases": 478.0, - "new_cases_smoothed": 400.429, - "total_deaths": 126.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 508.992, - "new_cases_per_million": 25.005, - "new_cases_smoothed_per_million": 20.947, - "total_deaths_per_million": 6.591, - "new_deaths_per_million": 0.523, - "new_deaths_smoothed_per_million": 0.396, - "new_tests": 4758.0, - "total_tests": 106107.0, - "total_tests_per_thousand": 5.551, - "new_tests_per_thousand": 0.249, - "new_tests_smoothed": 4483.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_per_case": 11.196, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-20", - "total_cases": 10088.0, - "new_cases": 358.0, - "new_cases_smoothed": 410.714, - "total_deaths": 133.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 527.72, - "new_cases_per_million": 18.728, - "new_cases_smoothed_per_million": 21.485, - "total_deaths_per_million": 6.957, - "new_deaths_per_million": 0.366, - "new_deaths_smoothed_per_million": 0.396, - "new_tests": 5178.0, - "total_tests": 111285.0, - "total_tests_per_thousand": 5.821, - "new_tests_per_thousand": 0.271, - "new_tests_smoothed": 4827.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 11.753, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-21", - "total_cases": 10507.0, - "new_cases": 419.0, - "new_cases_smoothed": 426.0, - "total_deaths": 139.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 549.638, - "new_cases_per_million": 21.919, - "new_cases_smoothed_per_million": 22.285, - "total_deaths_per_million": 7.271, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.426, - "new_tests": 3530.0, - "total_tests": 114815.0, - "total_tests_per_thousand": 6.006, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 4938.0, - "new_tests_smoothed_per_thousand": 0.258, - "tests_per_case": 11.592, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-22", - "total_cases": 10832.0, - "new_cases": 325.0, - "new_cases_smoothed": 416.429, - "total_deaths": 147.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 566.64, - "new_cases_per_million": 17.001, - "new_cases_smoothed_per_million": 21.784, - "total_deaths_per_million": 7.69, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 6365.0, - "total_tests": 121180.0, - "total_tests_per_thousand": 6.339, - "new_tests_per_thousand": 0.333, - "new_tests_smoothed": 5264.0, - "new_tests_smoothed_per_thousand": 0.275, - "tests_per_case": 12.640999999999998, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-23", - "total_cases": 11296.0, - "new_cases": 464.0, - "new_cases_smoothed": 431.857, - "total_deaths": 160.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 590.912, - "new_cases_per_million": 24.273, - "new_cases_smoothed_per_million": 22.591, - "total_deaths_per_million": 8.37, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 6425.0, - "total_tests": 127605.0, - "total_tests_per_thousand": 6.675, - "new_tests_per_thousand": 0.336, - "new_tests_smoothed": 5246.0, - "new_tests_smoothed_per_thousand": 0.274, - "tests_per_case": 12.148, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-24", - "total_cases": 11812.0, - "new_cases": 516.0, - "new_cases_smoothed": 429.286, - "total_deaths": 168.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 617.905, - "new_cases_per_million": 26.993, - "new_cases_smoothed_per_million": 22.457, - "total_deaths_per_million": 8.788, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.471, - "new_tests": 7120.0, - "total_tests": 134725.0, - "total_tests_per_thousand": 7.048, - "new_tests_per_thousand": 0.372, - "new_tests_smoothed": 5485.0, - "new_tests_smoothed_per_thousand": 0.287, - "tests_per_case": 12.777000000000001, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-25", - "total_cases": 12306.0, - "new_cases": 494.0, - "new_cases_smoothed": 436.286, - "total_deaths": 174.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 643.747, - "new_cases_per_million": 25.842, - "new_cases_smoothed_per_million": 22.823, - "total_deaths_per_million": 9.102, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.433, - "new_tests": 6945.0, - "total_tests": 141670.0, - "total_tests_per_thousand": 7.411, - "new_tests_per_thousand": 0.363, - "new_tests_smoothed": 5760.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_per_case": 13.202, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-26", - "total_cases": 12858.0, - "new_cases": 552.0, - "new_cases_smoothed": 446.857, - "total_deaths": 181.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 672.623, - "new_cases_per_million": 28.876, - "new_cases_smoothed_per_million": 23.376, - "total_deaths_per_million": 9.468, - "new_deaths_per_million": 0.366, - "new_deaths_smoothed_per_million": 0.411, - "new_tests": 6763.0, - "total_tests": 148433.0, - "total_tests_per_thousand": 7.765, - "new_tests_per_thousand": 0.354, - "new_tests_smoothed": 6047.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_per_case": 13.532, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-27", - "total_cases": 13331.0, - "new_cases": 473.0, - "new_cases_smoothed": 463.286, - "total_deaths": 189.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 697.366, - "new_cases_per_million": 24.743, - "new_cases_smoothed_per_million": 24.235, - "total_deaths_per_million": 9.887, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.418, - "new_tests": 5260.0, - "total_tests": 153693.0, - "total_tests_per_thousand": 8.04, - "new_tests_per_thousand": 0.275, - "new_tests_smoothed": 6058.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_per_case": 13.075999999999999, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-28", - "total_cases": 13813.0, - "new_cases": 482.0, - "new_cases_smoothed": 472.286, - "total_deaths": 198.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 722.581, - "new_cases_per_million": 25.214, - "new_cases_smoothed_per_million": 24.706, - "total_deaths_per_million": 10.358, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.441, - "new_tests": 4930.0, - "total_tests": 158623.0, - "total_tests_per_thousand": 8.298, - "new_tests_per_thousand": 0.258, - "new_tests_smoothed": 6258.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_per_case": 13.25, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-29", - "total_cases": 14365.0, - "new_cases": 552.0, - "new_cases_smoothed": 504.714, - "total_deaths": 207.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 751.457, - "new_cases_per_million": 28.876, - "new_cases_smoothed_per_million": 26.402, - "total_deaths_per_million": 10.829, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 6454.0, - "total_tests": 165077.0, - "total_tests_per_thousand": 8.635, - "new_tests_per_thousand": 0.338, - "new_tests_smoothed": 6271.0, - "new_tests_smoothed_per_thousand": 0.328, - "tests_per_case": 12.425, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-30", - "total_cases": 14885.0, - "new_cases": 520.0, - "new_cases_smoothed": 512.714, - "total_deaths": 216.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 778.659, - "new_cases_per_million": 27.202, - "new_cases_smoothed_per_million": 26.821, - "total_deaths_per_million": 11.299, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.418, - "new_tests": 7898.0, - "total_tests": 172975.0, - "total_tests_per_thousand": 9.049, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 6481.0, - "new_tests_smoothed_per_thousand": 0.339, - "tests_per_case": 12.640999999999998, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-01", - "total_cases": 16023.0, - "new_cases": 1138.0, - "new_cases_smoothed": 601.571, - "total_deaths": 227.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 838.189, - "new_cases_per_million": 59.531, - "new_cases_smoothed_per_million": 31.469, - "total_deaths_per_million": 11.875, - "new_deaths_per_million": 0.575, - "new_deaths_smoothed_per_million": 0.441, - "new_tests": 8916.0, - "total_tests": 181891.0, - "total_tests_per_thousand": 9.515, - "new_tests_per_thousand": 0.466, - "new_tests_smoothed": 6738.0, - "new_tests_smoothed_per_thousand": 0.352, - "tests_per_case": 11.200999999999999, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-02", - "total_cases": 17008.0, - "new_cases": 985.0, - "new_cases_smoothed": 671.714, - "total_deaths": 234.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 889.716, - "new_cases_per_million": 51.527, - "new_cases_smoothed_per_million": 35.138, - "total_deaths_per_million": 12.241, - "new_deaths_per_million": 0.366, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 9967.0, - "total_tests": 191858.0, - "total_tests_per_thousand": 10.036, - "new_tests_per_thousand": 0.521, - "new_tests_smoothed": 7170.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_per_case": 10.674000000000001, - "positive_rate": 0.094, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-03", - "total_cases": 18435.0, - "new_cases": 1427.0, - "new_cases_smoothed": 796.714, - "total_deaths": 247.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 964.365, - "new_cases_per_million": 74.649, - "new_cases_smoothed_per_million": 41.677, - "total_deaths_per_million": 12.921, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 6818.0, - "total_tests": 198676.0, - "total_tests_per_thousand": 10.393, - "new_tests_per_thousand": 0.357, - "new_tests_smoothed": 7178.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_per_case": 9.01, - "positive_rate": 0.111, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-04", - "total_cases": 19663.0, - "new_cases": 1228.0, - "new_cases_smoothed": 904.571, - "total_deaths": 260.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 1028.604, - "new_cases_per_million": 64.239, - "new_cases_smoothed_per_million": 47.32, - "total_deaths_per_million": 13.601, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 0.531, - "new_tests": 7913.0, - "total_tests": 206589.0, - "total_tests_per_thousand": 10.807, - "new_tests_per_thousand": 0.414, - "new_tests_smoothed": 7557.0, - "new_tests_smoothed_per_thousand": 0.395, - "tests_per_case": 8.354, - "positive_rate": 0.12, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-05", - "total_cases": 20643.0, - "new_cases": 980.0, - "new_cases_smoothed": 975.714, - "total_deaths": 270.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 1079.869, - "new_cases_per_million": 51.265, - "new_cases_smoothed_per_million": 51.041, - "total_deaths_per_million": 14.124, - "new_deaths_per_million": 0.523, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 7964.0, - "total_tests": 214553.0, - "total_tests_per_thousand": 11.224, - "new_tests_per_thousand": 0.417, - "new_tests_smoothed": 7990.0, - "new_tests_smoothed_per_thousand": 0.418, - "tests_per_case": 8.189, - "positive_rate": 0.122, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-06", - "total_cases": 22016.0, - "new_cases": 1373.0, - "new_cases_smoothed": 1093.0, - "total_deaths": 275.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 1151.693, - "new_cases_per_million": 71.824, - "new_cases_smoothed_per_million": 57.177, - "total_deaths_per_million": 14.386, - "new_deaths_per_million": 0.262, - "new_deaths_smoothed_per_million": 0.508, - "new_tests": 10013.0, - "total_tests": 224566.0, - "total_tests_per_thousand": 11.747, - "new_tests_per_thousand": 0.524, - "new_tests_smoothed": 8498.0, - "new_tests_smoothed_per_thousand": 0.445, - "tests_per_case": 7.775, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-07", - "total_cases": 23048.0, - "new_cases": 1032.0, - "new_cases_smoothed": 1166.143, - "total_deaths": 281.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 1205.678, - "new_cases_per_million": 53.986, - "new_cases_smoothed_per_million": 61.003, - "total_deaths_per_million": 14.7, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.486, - "new_tests": 12118.0, - "total_tests": 236684.0, - "total_tests_per_thousand": 12.381, - "new_tests_per_thousand": 0.634, - "new_tests_smoothed": 9101.0, - "new_tests_smoothed_per_thousand": 0.476, - "tests_per_case": 7.803999999999999, - "positive_rate": 0.128, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-05-08", - "total_cases": 24581.0, - "new_cases": 1533.0, - "new_cases_smoothed": 1222.571, - "total_deaths": 285.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 1285.872, - "new_cases_per_million": 80.194, - "new_cases_smoothed_per_million": 63.955, - "total_deaths_per_million": 14.909, - "new_deaths_per_million": 0.209, - "new_deaths_smoothed_per_million": 0.433, - "new_tests": 11735.0, - "total_tests": 248419.0, - "total_tests_per_thousand": 12.995, - "new_tests_per_thousand": 0.614, - "new_tests_smoothed": 9504.0, - "new_tests_smoothed_per_thousand": 0.497, - "tests_per_case": 7.774, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-09", - "total_cases": 25972.0, - "new_cases": 1391.0, - "new_cases_smoothed": 1280.571, - "total_deaths": 294.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1358.638, - "new_cases_per_million": 72.765, - "new_cases_smoothed_per_million": 66.989, - "total_deaths_per_million": 15.38, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 11943.0, - "total_tests": 260362.0, - "total_tests_per_thousand": 13.62, - "new_tests_per_thousand": 0.625, - "new_tests_smoothed": 9786.0, - "new_tests_smoothed_per_thousand": 0.512, - "tests_per_case": 7.642, - "positive_rate": 0.131, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-10", - "total_cases": 27219.0, - "new_cases": 1247.0, - "new_cases_smoothed": 1254.857, - "total_deaths": 304.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1423.87, - "new_cases_per_million": 65.233, - "new_cases_smoothed_per_million": 65.644, - "total_deaths_per_million": 15.903, - "new_deaths_per_million": 0.523, - "new_deaths_smoothed_per_million": 0.426, - "new_tests": 12780.0, - "total_tests": 273142.0, - "total_tests_per_thousand": 14.289, - "new_tests_per_thousand": 0.669, - "new_tests_smoothed": 10638.0, - "new_tests_smoothed_per_thousand": 0.556, - "tests_per_case": 8.477, - "positive_rate": 0.11800000000000001, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-11", - "total_cases": 28866.0, - "new_cases": 1647.0, - "new_cases_smoothed": 1314.714, - "total_deaths": 312.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 1510.027, - "new_cases_per_million": 86.157, - "new_cases_smoothed_per_million": 68.775, - "total_deaths_per_million": 16.321, - "new_deaths_per_million": 0.418, - "new_deaths_smoothed_per_million": 0.389, - "new_tests": 13373.0, - "total_tests": 286515.0, - "total_tests_per_thousand": 14.988, - "new_tests_per_thousand": 0.7, - "new_tests_smoothed": 11418.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 8.685, - "positive_rate": 0.115, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-12", - "total_cases": 30063.0, - "new_cases": 1197.0, - "new_cases_smoothed": 1345.714, - "total_deaths": 323.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 1572.644, - "new_cases_per_million": 62.617, - "new_cases_smoothed_per_million": 70.397, - "total_deaths_per_million": 16.897, - "new_deaths_per_million": 0.575, - "new_deaths_smoothed_per_million": 0.396, - "new_tests": 9283.0, - "total_tests": 295798.0, - "total_tests_per_thousand": 15.474, - "new_tests_per_thousand": 0.486, - "new_tests_smoothed": 11606.0, - "new_tests_smoothed_per_thousand": 0.607, - "tests_per_case": 8.624, - "positive_rate": 0.11599999999999999, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-13", - "total_cases": 31721.0, - "new_cases": 1658.0, - "new_cases_smoothed": 1386.429, - "total_deaths": 335.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1659.377, - "new_cases_per_million": 86.733, - "new_cases_smoothed_per_million": 72.526, - "total_deaths_per_million": 17.524, - "new_deaths_per_million": 0.628, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 10410.0, - "total_tests": 306208.0, - "total_tests_per_thousand": 16.018, - "new_tests_per_thousand": 0.545, - "new_tests_smoothed": 11663.0, - "new_tests_smoothed_per_thousand": 0.61, - "tests_per_case": 8.412, - "positive_rate": 0.11900000000000001, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-14", - "total_cases": 34381.0, - "new_cases": 2660.0, - "new_cases_smoothed": 1619.0, - "total_deaths": 346.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 1798.526, - "new_cases_per_million": 139.149, - "new_cases_smoothed_per_million": 84.693, - "total_deaths_per_million": 18.1, - "new_deaths_per_million": 0.575, - "new_deaths_smoothed_per_million": 0.486, - "new_tests": 11502.0, - "total_tests": 317710.0, - "total_tests_per_thousand": 16.62, - "new_tests_per_thousand": 0.602, - "new_tests_smoothed": 11575.0, - "new_tests_smoothed_per_thousand": 0.606, - "tests_per_case": 7.149, - "positive_rate": 0.14, - "tests_units": "tests performed", - "stringency_index": 75.93 - }, - { - "date": "2020-05-15", - "total_cases": 37040.0, - "new_cases": 2659.0, - "new_cases_smoothed": 1779.857, - "total_deaths": 358.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 1937.623, - "new_cases_per_million": 139.097, - "new_cases_smoothed_per_million": 93.107, - "total_deaths_per_million": 18.728, - "new_deaths_per_million": 0.628, - "new_deaths_smoothed_per_million": 0.546, - "new_tests": 16095.0, - "total_tests": 333805.0, - "total_tests_per_thousand": 17.462, - "new_tests_per_thousand": 0.842, - "new_tests_smoothed": 12198.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 6.853, - "positive_rate": 0.146, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-16", - "total_cases": 39542.0, - "new_cases": 2502.0, - "new_cases_smoothed": 1938.571, - "total_deaths": 394.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 2068.506, - "new_cases_per_million": 130.884, - "new_cases_smoothed_per_million": 101.41, - "total_deaths_per_million": 20.611, - "new_deaths_per_million": 1.883, - "new_deaths_smoothed_per_million": 0.747, - "new_tests": 8813.0, - "total_tests": 342618.0, - "total_tests_per_thousand": 17.923, - "new_tests_per_thousand": 0.461, - "new_tests_smoothed": 11751.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 6.062, - "positive_rate": 0.165, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-17", - "total_cases": 41428.0, - "new_cases": 1886.0, - "new_cases_smoothed": 2029.857, - "total_deaths": 421.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 2167.166, - "new_cases_per_million": 98.66, - "new_cases_smoothed_per_million": 106.185, - "total_deaths_per_million": 22.023, - "new_deaths_per_million": 1.412, - "new_deaths_smoothed_per_million": 0.874, - "new_tests": 13171.0, - "total_tests": 355789.0, - "total_tests_per_thousand": 18.612, - "new_tests_per_thousand": 0.689, - "new_tests_smoothed": 11807.0, - "new_tests_smoothed_per_thousand": 0.618, - "tests_per_case": 5.817, - "positive_rate": 0.172, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-18", - "total_cases": 43781.0, - "new_cases": 2353.0, - "new_cases_smoothed": 2130.714, - "total_deaths": 450.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 2290.255, - "new_cases_per_million": 123.089, - "new_cases_smoothed_per_million": 111.461, - "total_deaths_per_million": 23.54, - "new_deaths_per_million": 1.517, - "new_deaths_smoothed_per_million": 1.031, - "new_tests": 17515.0, - "total_tests": 373304.0, - "total_tests_per_thousand": 19.528, - "new_tests_per_thousand": 0.916, - "new_tests_smoothed": 12398.0, - "new_tests_smoothed_per_thousand": 0.649, - "tests_per_case": 5.819, - "positive_rate": 0.172, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-19", - "total_cases": 46059.0, - "new_cases": 2278.0, - "new_cases_smoothed": 2285.143, - "total_deaths": 478.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 2409.421, - "new_cases_per_million": 119.166, - "new_cases_smoothed_per_million": 119.54, - "total_deaths_per_million": 25.005, - "new_deaths_per_million": 1.465, - "new_deaths_smoothed_per_million": 1.158, - "new_tests": 16189.0, - "total_tests": 389493.0, - "total_tests_per_thousand": 20.375, - "new_tests_per_thousand": 0.847, - "new_tests_smoothed": 13385.0, - "new_tests_smoothed_per_thousand": 0.7, - "tests_per_case": 5.857, - "positive_rate": 0.171, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-20", - "total_cases": 49579.0, - "new_cases": 3520.0, - "new_cases_smoothed": 2551.143, - "total_deaths": 509.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 24.857, - "total_cases_per_million": 2593.558, - "new_cases_per_million": 184.137, - "new_cases_smoothed_per_million": 133.454, - "total_deaths_per_million": 26.627, - "new_deaths_per_million": 1.622, - "new_deaths_smoothed_per_million": 1.3, - "new_tests": 12469.0, - "total_tests": 401962.0, - "total_tests_per_thousand": 21.027, - "new_tests_per_thousand": 0.652, - "new_tests_smoothed": 13679.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 5.362, - "positive_rate": 0.187, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-21", - "total_cases": 53617.0, - "new_cases": 4038.0, - "new_cases_smoothed": 2748.0, - "total_deaths": 544.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 28.286, - "total_cases_per_million": 2804.793, - "new_cases_per_million": 211.234, - "new_cases_smoothed_per_million": 143.752, - "total_deaths_per_million": 28.458, - "new_deaths_per_million": 1.831, - "new_deaths_smoothed_per_million": 1.48, - "new_tests": 16334.0, - "total_tests": 418296.0, - "total_tests_per_thousand": 21.882, - "new_tests_per_thousand": 0.854, - "new_tests_smoothed": 14369.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_per_case": 5.229, - "positive_rate": 0.191, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-22", - "total_cases": 57581.0, - "new_cases": 3964.0, - "new_cases_smoothed": 2934.429, - "total_deaths": 589.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 33.0, - "total_cases_per_million": 3012.156, - "new_cases_per_million": 207.363, - "new_cases_smoothed_per_million": 153.505, - "total_deaths_per_million": 30.812, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 1.726, - "new_tests": 16090.0, - "total_tests": 434386.0, - "total_tests_per_thousand": 22.723, - "new_tests_per_thousand": 0.842, - "new_tests_smoothed": 14369.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_per_case": 4.897, - "positive_rate": 0.204, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-23", - "total_cases": 61857.0, - "new_cases": 4276.0, - "new_cases_smoothed": 3187.857, - "total_deaths": 630.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 3235.84, - "new_cases_per_million": 223.685, - "new_cases_smoothed_per_million": 166.762, - "total_deaths_per_million": 32.956, - "new_deaths_per_million": 2.145, - "new_deaths_smoothed_per_million": 1.764, - "new_tests": 15239.0, - "total_tests": 449625.0, - "total_tests_per_thousand": 23.521, - "new_tests_per_thousand": 0.797, - "new_tests_smoothed": 15287.0, - "new_tests_smoothed_per_thousand": 0.8, - "tests_per_case": 4.795, - "positive_rate": 0.209, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-24", - "total_cases": 65393.0, - "new_cases": 3536.0, - "new_cases_smoothed": 3423.571, - "total_deaths": 673.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 36.0, - "total_cases_per_million": 3420.814, - "new_cases_per_million": 184.974, - "new_cases_smoothed_per_million": 179.093, - "total_deaths_per_million": 35.206, - "new_deaths_per_million": 2.249, - "new_deaths_smoothed_per_million": 1.883, - "new_tests": 14426.0, - "total_tests": 464051.0, - "total_tests_per_thousand": 24.275, - "new_tests_per_thousand": 0.755, - "new_tests_smoothed": 15466.0, - "new_tests_smoothed_per_thousand": 0.809, - "tests_per_case": 4.518, - "positive_rate": 0.221, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-25", - "total_cases": 69102.0, - "new_cases": 3709.0, - "new_cases_smoothed": 3617.286, - "total_deaths": 718.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 3614.838, - "new_cases_per_million": 194.024, - "new_cases_smoothed_per_million": 189.226, - "total_deaths_per_million": 37.56, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 2.003, - "new_tests": 16283.0, - "total_tests": 480334.0, - "total_tests_per_thousand": 25.127, - "new_tests_per_thousand": 0.852, - "new_tests_smoothed": 15290.0, - "new_tests_smoothed_per_thousand": 0.8, - "tests_per_case": 4.227, - "positive_rate": 0.237, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-26", - "total_cases": 73997.0, - "new_cases": 4895.0, - "new_cases_smoothed": 3991.143, - "total_deaths": 761.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 3870.903, - "new_cases_per_million": 256.065, - "new_cases_smoothed_per_million": 208.783, - "total_deaths_per_million": 39.809, - "new_deaths_per_million": 2.249, - "new_deaths_smoothed_per_million": 2.115, - "new_tests": 13084.0, - "total_tests": 493418.0, - "total_tests_per_thousand": 25.811, - "new_tests_per_thousand": 0.684, - "new_tests_smoothed": 14846.0, - "new_tests_smoothed_per_thousand": 0.777, - "tests_per_case": 3.72, - "positive_rate": 0.26899999999999996, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-27", - "total_cases": 77961.0, - "new_cases": 3964.0, - "new_cases_smoothed": 4054.571, - "total_deaths": 806.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 42.429, - "total_cases_per_million": 4078.267, - "new_cases_per_million": 207.363, - "new_cases_smoothed_per_million": 212.101, - "total_deaths_per_million": 42.163, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 2.22, - "new_tests": 13398.0, - "total_tests": 506816.0, - "total_tests_per_thousand": 26.512, - "new_tests_per_thousand": 0.701, - "new_tests_smoothed": 14979.0, - "new_tests_smoothed_per_thousand": 0.784, - "tests_per_case": 3.694, - "positive_rate": 0.271, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-28", - "total_cases": 82289.0, - "new_cases": 4328.0, - "new_cases_smoothed": 4096.0, - "total_deaths": 841.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 42.429, - "total_cases_per_million": 4304.671, - "new_cases_per_million": 226.405, - "new_cases_smoothed_per_million": 214.268, - "total_deaths_per_million": 43.994, - "new_deaths_per_million": 1.831, - "new_deaths_smoothed_per_million": 2.22, - "new_tests": 15650.0, - "total_tests": 522466.0, - "total_tests_per_thousand": 27.331, - "new_tests_per_thousand": 0.819, - "new_tests_smoothed": 14881.0, - "new_tests_smoothed_per_thousand": 0.778, - "tests_per_case": 3.633, - "positive_rate": 0.275, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-29", - "total_cases": 86943.0, - "new_cases": 4654.0, - "new_cases_smoothed": 4194.571, - "total_deaths": 890.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 43.0, - "total_cases_per_million": 4548.13, - "new_cases_per_million": 243.458, - "new_cases_smoothed_per_million": 219.425, - "total_deaths_per_million": 46.557, - "new_deaths_per_million": 2.563, - "new_deaths_smoothed_per_million": 2.249, - "new_tests": 16333.0, - "total_tests": 538799.0, - "total_tests_per_thousand": 28.185, - "new_tests_per_thousand": 0.854, - "new_tests_smoothed": 14916.0, - "new_tests_smoothed_per_thousand": 0.78, - "tests_per_case": 3.556, - "positive_rate": 0.281, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-30", - "total_cases": 90638.0, - "new_cases": 3695.0, - "new_cases_smoothed": 4111.571, - "total_deaths": 944.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 44.857, - "total_cases_per_million": 4741.421, - "new_cases_per_million": 193.291, - "new_cases_smoothed_per_million": 215.083, - "total_deaths_per_million": 49.382, - "new_deaths_per_million": 2.825, - "new_deaths_smoothed_per_million": 2.347, - "new_tests": 16814.0, - "total_tests": 555613.0, - "total_tests_per_thousand": 29.065, - "new_tests_per_thousand": 0.88, - "new_tests_smoothed": 15141.0, - "new_tests_smoothed_per_thousand": 0.792, - "tests_per_case": 3.6830000000000003, - "positive_rate": 0.272, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-05-31", - "total_cases": 94858.0, - "new_cases": 4220.0, - "new_cases_smoothed": 4209.286, - "total_deaths": 997.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 46.286, - "total_cases_per_million": 4962.176, - "new_cases_per_million": 220.755, - "new_cases_smoothed_per_million": 220.195, - "total_deaths_per_million": 52.155, - "new_deaths_per_million": 2.773, - "new_deaths_smoothed_per_million": 2.421, - "new_tests": 19120.0, - "total_tests": 574733.0, - "total_tests_per_thousand": 30.065, - "new_tests_per_thousand": 1.0, - "new_tests_smoothed": 15812.0, - "new_tests_smoothed_per_thousand": 0.827, - "tests_per_case": 3.7560000000000002, - "positive_rate": 0.266, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-01", - "total_cases": 99688.0, - "new_cases": 4830.0, - "new_cases_smoothed": 4369.429, - "total_deaths": 1054.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 48.0, - "total_cases_per_million": 5214.841, - "new_cases_per_million": 252.665, - "new_cases_smoothed_per_million": 228.572, - "total_deaths_per_million": 55.136, - "new_deaths_per_million": 2.982, - "new_deaths_smoothed_per_million": 2.511, - "new_tests": 16890.0, - "total_tests": 591623.0, - "total_tests_per_thousand": 30.949, - "new_tests_per_thousand": 0.884, - "new_tests_smoothed": 15898.0, - "new_tests_smoothed_per_thousand": 0.832, - "tests_per_case": 3.638, - "positive_rate": 0.275, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-02", - "total_cases": 105159.0, - "new_cases": 5471.0, - "new_cases_smoothed": 4451.714, - "total_deaths": 1113.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 50.286, - "total_cases_per_million": 5501.038, - "new_cases_per_million": 286.197, - "new_cases_smoothed_per_million": 232.876, - "total_deaths_per_million": 58.223, - "new_deaths_per_million": 3.086, - "new_deaths_smoothed_per_million": 2.631, - "new_tests": 13442.0, - "total_tests": 605065.0, - "total_tests_per_thousand": 31.652, - "new_tests_per_thousand": 0.703, - "new_tests_smoothed": 15950.0, - "new_tests_smoothed_per_thousand": 0.834, - "tests_per_case": 3.583, - "positive_rate": 0.27899999999999997, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-03", - "total_cases": 108686.0, - "new_cases": 3527.0, - "new_cases_smoothed": 4389.286, - "total_deaths": 1188.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 54.571, - "total_cases_per_million": 5685.542, - "new_cases_per_million": 184.503, - "new_cases_smoothed_per_million": 229.611, - "total_deaths_per_million": 62.146, - "new_deaths_per_million": 3.923, - "new_deaths_smoothed_per_million": 2.855, - "new_tests": 15546.0, - "total_tests": 620611.0, - "total_tests_per_thousand": 32.465, - "new_tests_per_thousand": 0.813, - "new_tests_smoothed": 16256.0, - "new_tests_smoothed_per_thousand": 0.85, - "tests_per_case": 3.7039999999999997, - "positive_rate": 0.27, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-04", - "total_cases": 113628.0, - "new_cases": 4942.0, - "new_cases_smoothed": 4477.0, - "total_deaths": 1275.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 62.0, - "total_cases_per_million": 5944.066, - "new_cases_per_million": 258.524, - "new_cases_smoothed_per_million": 234.199, - "total_deaths_per_million": 66.697, - "new_deaths_per_million": 4.551, - "new_deaths_smoothed_per_million": 3.243, - "new_tests": 18140.0, - "total_tests": 638751.0, - "total_tests_per_thousand": 33.414, - "new_tests_per_thousand": 0.949, - "new_tests_smoothed": 16612.0, - "new_tests_smoothed_per_thousand": 0.869, - "tests_per_case": 3.7110000000000003, - "positive_rate": 0.27, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-05", - "total_cases": 118292.0, - "new_cases": 4664.0, - "new_cases_smoothed": 4478.429, - "total_deaths": 1356.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 66.571, - "total_cases_per_million": 6188.047, - "new_cases_per_million": 243.981, - "new_cases_smoothed_per_million": 234.274, - "total_deaths_per_million": 70.935, - "new_deaths_per_million": 4.237, - "new_deaths_smoothed_per_million": 3.482, - "new_tests": 21780.0, - "total_tests": 660531.0, - "total_tests_per_thousand": 34.553, - "new_tests_per_thousand": 1.139, - "new_tests_smoothed": 17390.0, - "new_tests_smoothed_per_thousand": 0.91, - "tests_per_case": 3.883, - "positive_rate": 0.258, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-06", - "total_cases": 122499.0, - "new_cases": 4207.0, - "new_cases_smoothed": 4551.571, - "total_deaths": 1448.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 72.0, - "total_cases_per_million": 6408.122, - "new_cases_per_million": 220.075, - "new_cases_smoothed_per_million": 238.1, - "total_deaths_per_million": 75.747, - "new_deaths_per_million": 4.813, - "new_deaths_smoothed_per_million": 3.766, - "new_tests": 18954.0, - "total_tests": 679485.0, - "total_tests_per_thousand": 35.545, - "new_tests_per_thousand": 0.992, - "new_tests_smoothed": 17696.0, - "new_tests_smoothed_per_thousand": 0.926, - "tests_per_case": 3.888, - "positive_rate": 0.257, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-07", - "total_cases": 127745.0, - "new_cases": 5246.0, - "new_cases_smoothed": 4698.143, - "total_deaths": 1541.0, - "new_deaths": 93.0, - "new_deaths_smoothed": 77.714, - "total_cases_per_million": 6682.549, - "new_cases_per_million": 274.427, - "new_cases_smoothed_per_million": 245.767, - "total_deaths_per_million": 80.612, - "new_deaths_per_million": 4.865, - "new_deaths_smoothed_per_million": 4.065, - "new_tests": 21265.0, - "total_tests": 700750.0, - "total_tests_per_thousand": 36.657, - "new_tests_per_thousand": 1.112, - "new_tests_smoothed": 18002.0, - "new_tests_smoothed_per_thousand": 0.942, - "tests_per_case": 3.832, - "positive_rate": 0.261, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-08", - "total_cases": 134150.0, - "new_cases": 6405.0, - "new_cases_smoothed": 4923.143, - "total_deaths": 2190.0, - "new_deaths": 649.0, - "new_deaths_smoothed": 162.286, - "total_cases_per_million": 7017.605, - "new_cases_per_million": 335.056, - "new_cases_smoothed_per_million": 257.538, - "total_deaths_per_million": 114.562, - "new_deaths_per_million": 33.95, - "new_deaths_smoothed_per_million": 8.489, - "new_tests": 20040.0, - "total_tests": 720790.0, - "total_tests_per_thousand": 37.706, - "new_tests_per_thousand": 1.048, - "new_tests_smoothed": 18452.0, - "new_tests_smoothed_per_thousand": 0.965, - "tests_per_case": 3.748, - "positive_rate": 0.267, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-09", - "total_cases": 138846.0, - "new_cases": 4696.0, - "new_cases_smoothed": 4812.429, - "total_deaths": 2264.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 164.429, - "total_cases_per_million": 7263.26, - "new_cases_per_million": 245.655, - "new_cases_smoothed_per_million": 251.746, - "total_deaths_per_million": 118.434, - "new_deaths_per_million": 3.871, - "new_deaths_smoothed_per_million": 8.602, - "new_tests": 17777.0, - "total_tests": 738567.0, - "total_tests_per_thousand": 38.636, - "new_tests_per_thousand": 0.93, - "new_tests_smoothed": 19072.0, - "new_tests_smoothed_per_thousand": 0.998, - "tests_per_case": 3.963, - "positive_rate": 0.252, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-10", - "total_cases": 142759.0, - "new_cases": 3913.0, - "new_cases_smoothed": 4867.571, - "total_deaths": 2283.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 156.429, - "total_cases_per_million": 7467.956, - "new_cases_per_million": 204.695, - "new_cases_smoothed_per_million": 254.631, - "total_deaths_per_million": 119.427, - "new_deaths_per_million": 0.994, - "new_deaths_smoothed_per_million": 8.183, - "new_tests": 14477.0, - "total_tests": 753044.0, - "total_tests_per_thousand": 39.393, - "new_tests_per_thousand": 0.757, - "new_tests_smoothed": 18919.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 3.887, - "positive_rate": 0.257, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-11", - "total_cases": 148496.0, - "new_cases": 5737.0, - "new_cases_smoothed": 4981.143, - "total_deaths": 2475.0, - "new_deaths": 192.0, - "new_deaths_smoothed": 171.429, - "total_cases_per_million": 7768.067, - "new_cases_per_million": 300.112, - "new_cases_smoothed_per_million": 260.572, - "total_deaths_per_million": 129.471, - "new_deaths_per_million": 10.044, - "new_deaths_smoothed_per_million": 8.968, - "new_tests": 19976.0, - "total_tests": 773020.0, - "total_tests_per_thousand": 40.438, - "new_tests_per_thousand": 1.045, - "new_tests_smoothed": 19181.0, - "new_tests_smoothed_per_thousand": 1.003, - "tests_per_case": 3.8510000000000004, - "positive_rate": 0.26, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-12", - "total_cases": 154092.0, - "new_cases": 5596.0, - "new_cases_smoothed": 5114.286, - "total_deaths": 2648.0, - "new_deaths": 173.0, - "new_deaths_smoothed": 184.571, - "total_cases_per_million": 8060.803, - "new_cases_per_million": 292.736, - "new_cases_smoothed_per_million": 267.537, - "total_deaths_per_million": 138.521, - "new_deaths_per_million": 9.05, - "new_deaths_smoothed_per_million": 9.655, - "new_tests": 18733.0, - "total_tests": 791753.0, - "total_tests_per_thousand": 41.418, - "new_tests_per_thousand": 0.98, - "new_tests_smoothed": 18746.0, - "new_tests_smoothed_per_thousand": 0.981, - "tests_per_case": 3.665, - "positive_rate": 0.273, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-13", - "total_cases": 160846.0, - "new_cases": 6754.0, - "new_cases_smoothed": 5478.143, - "total_deaths": 2870.0, - "new_deaths": 222.0, - "new_deaths_smoothed": 203.143, - "total_cases_per_million": 8414.116, - "new_cases_per_million": 353.313, - "new_cases_smoothed_per_million": 286.571, - "total_deaths_per_million": 150.134, - "new_deaths_per_million": 11.613, - "new_deaths_smoothed_per_million": 10.627, - "new_tests": 20223.0, - "total_tests": 811976.0, - "total_tests_per_thousand": 42.476, - "new_tests_per_thousand": 1.058, - "new_tests_smoothed": 18927.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 3.455, - "positive_rate": 0.289, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-14", - "total_cases": 167355.0, - "new_cases": 6509.0, - "new_cases_smoothed": 5658.571, - "total_deaths": 3101.0, - "new_deaths": 231.0, - "new_deaths_smoothed": 222.857, - "total_cases_per_million": 8754.612, - "new_cases_per_million": 340.496, - "new_cases_smoothed_per_million": 296.009, - "total_deaths_per_million": 162.218, - "new_deaths_per_million": 12.084, - "new_deaths_smoothed_per_million": 11.658, - "new_tests": 20151.0, - "total_tests": 832127.0, - "total_tests_per_thousand": 43.53, - "new_tests_per_thousand": 1.054, - "new_tests_smoothed": 18768.0, - "new_tests_smoothed_per_thousand": 0.982, - "tests_per_case": 3.3169999999999997, - "positive_rate": 0.302, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-15", - "total_cases": 174293.0, - "new_cases": 6938.0, - "new_cases_smoothed": 5734.714, - "total_deaths": 3323.0, - "new_deaths": 222.0, - "new_deaths_smoothed": 161.857, - "total_cases_per_million": 9117.55, - "new_cases_per_million": 362.938, - "new_cases_smoothed_per_million": 299.992, - "total_deaths_per_million": 173.832, - "new_deaths_per_million": 11.613, - "new_deaths_smoothed_per_million": 8.467, - "new_tests": 18808.0, - "total_tests": 850935.0, - "total_tests_per_thousand": 44.514, - "new_tests_per_thousand": 0.984, - "new_tests_smoothed": 18592.0, - "new_tests_smoothed_per_thousand": 0.973, - "tests_per_case": 3.242, - "positive_rate": 0.308, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-16", - "total_cases": 179436.0, - "new_cases": 5143.0, - "new_cases_smoothed": 5798.571, - "total_deaths": 3362.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 156.857, - "total_cases_per_million": 9386.589, - "new_cases_per_million": 269.039, - "new_cases_smoothed_per_million": 303.333, - "total_deaths_per_million": 175.872, - "new_deaths_per_million": 2.04, - "new_deaths_smoothed_per_million": 8.205, - "new_tests": 14575.0, - "total_tests": 865510.0, - "total_tests_per_thousand": 45.276, - "new_tests_per_thousand": 0.762, - "new_tests_smoothed": 18135.0, - "new_tests_smoothed_per_thousand": 0.949, - "tests_per_case": 3.127, - "positive_rate": 0.32, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-17", - "total_cases": 184449.0, - "new_cases": 5013.0, - "new_cases_smoothed": 5955.714, - "total_deaths": 3383.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 157.143, - "total_cases_per_million": 9648.827, - "new_cases_per_million": 262.238, - "new_cases_smoothed_per_million": 311.553, - "total_deaths_per_million": 176.97, - "new_deaths_per_million": 1.099, - "new_deaths_smoothed_per_million": 8.22, - "new_tests": 12636.0, - "total_tests": 878146.0, - "total_tests_per_thousand": 45.937, - "new_tests_per_thousand": 0.661, - "new_tests_smoothed": 17872.0, - "new_tests_smoothed_per_thousand": 0.935, - "tests_per_case": 3.0010000000000003, - "positive_rate": 0.33299999999999996, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-18", - "total_cases": 220628.0, - "new_cases": 36179.0, - "new_cases_smoothed": 10304.571, - "total_deaths": 3615.0, - "new_deaths": 232.0, - "new_deaths_smoothed": 162.857, - "total_cases_per_million": 11541.41, - "new_cases_per_million": 1892.582, - "new_cases_smoothed_per_million": 539.049, - "total_deaths_per_million": 189.107, - "new_deaths_per_million": 12.136, - "new_deaths_smoothed_per_million": 8.519, - "new_tests": 16997.0, - "total_tests": 895143.0, - "total_tests_per_thousand": 46.826, - "new_tests_per_thousand": 0.889, - "new_tests_smoothed": 17446.0, - "new_tests_smoothed_per_thousand": 0.913, - "tests_per_case": 1.693, - "positive_rate": 0.591, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-19", - "total_cases": 225103.0, - "new_cases": 4475.0, - "new_cases_smoothed": 10144.429, - "total_deaths": 3841.0, - "new_deaths": 226.0, - "new_deaths_smoothed": 170.429, - "total_cases_per_million": 11775.504, - "new_cases_per_million": 234.095, - "new_cases_smoothed_per_million": 530.672, - "total_deaths_per_million": 200.929, - "new_deaths_per_million": 11.822, - "new_deaths_smoothed_per_million": 8.915, - "new_tests": 20347.0, - "total_tests": 915490.0, - "total_tests_per_thousand": 47.891, - "new_tests_per_thousand": 1.064, - "new_tests_smoothed": 17677.0, - "new_tests_smoothed_per_thousand": 0.925, - "tests_per_case": 1.743, - "positive_rate": 0.574, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-20", - "total_cases": 231393.0, - "new_cases": 6290.0, - "new_cases_smoothed": 10078.143, - "total_deaths": 4093.0, - "new_deaths": 252.0, - "new_deaths_smoothed": 174.714, - "total_cases_per_million": 12104.544, - "new_cases_per_million": 329.04, - "new_cases_smoothed_per_million": 527.204, - "total_deaths_per_million": 214.111, - "new_deaths_per_million": 13.183, - "new_deaths_smoothed_per_million": 9.14, - "new_tests": 20080.0, - "total_tests": 935570.0, - "total_tests_per_thousand": 48.941, - "new_tests_per_thousand": 1.05, - "new_tests_smoothed": 17656.0, - "new_tests_smoothed_per_thousand": 0.924, - "tests_per_case": 1.7519999999999998, - "positive_rate": 0.5710000000000001, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-21", - "total_cases": 236748.0, - "new_cases": 5355.0, - "new_cases_smoothed": 9913.286, - "total_deaths": 4295.0, - "new_deaths": 202.0, - "new_deaths_smoothed": 170.571, - "total_cases_per_million": 12384.673, - "new_cases_per_million": 280.129, - "new_cases_smoothed_per_million": 518.58, - "total_deaths_per_million": 224.678, - "new_deaths_per_million": 10.567, - "new_deaths_smoothed_per_million": 8.923, - "new_tests": 20115.0, - "total_tests": 955685.0, - "total_tests_per_thousand": 49.993, - "new_tests_per_thousand": 1.052, - "new_tests_smoothed": 17651.0, - "new_tests_smoothed_per_thousand": 0.923, - "tests_per_case": 1.781, - "positive_rate": 0.562, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-22", - "total_cases": 242355.0, - "new_cases": 5607.0, - "new_cases_smoothed": 9723.143, - "total_deaths": 4479.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 165.143, - "total_cases_per_million": 12677.984, - "new_cases_per_million": 293.311, - "new_cases_smoothed_per_million": 508.633, - "total_deaths_per_million": 234.304, - "new_deaths_per_million": 9.625, - "new_deaths_smoothed_per_million": 8.639, - "new_tests": 18645.0, - "total_tests": 974330.0, - "total_tests_per_thousand": 50.969, - "new_tests_per_thousand": 0.975, - "new_tests_smoothed": 17628.0, - "new_tests_smoothed_per_thousand": 0.922, - "tests_per_case": 1.8130000000000002, - "positive_rate": 0.552, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-23", - "total_cases": 246963.0, - "new_cases": 4608.0, - "new_cases_smoothed": 9646.714, - "total_deaths": 4502.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 162.857, - "total_cases_per_million": 12919.036, - "new_cases_per_million": 241.052, - "new_cases_smoothed_per_million": 504.635, - "total_deaths_per_million": 235.507, - "new_deaths_per_million": 1.203, - "new_deaths_smoothed_per_million": 8.519, - "new_tests": 12707.0, - "total_tests": 987037.0, - "total_tests_per_thousand": 51.634, - "new_tests_per_thousand": 0.665, - "new_tests_smoothed": 17361.0, - "new_tests_smoothed_per_thousand": 0.908, - "tests_per_case": 1.8, - "positive_rate": 0.556, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-24", - "total_cases": 250767.0, - "new_cases": 3804.0, - "new_cases_smoothed": 9474.0, - "total_deaths": 4505.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 160.286, - "total_cases_per_million": 13118.03, - "new_cases_per_million": 198.993, - "new_cases_smoothed_per_million": 495.6, - "total_deaths_per_million": 235.664, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 8.385, - "new_tests": 12575.0, - "total_tests": 999612.0, - "total_tests_per_thousand": 52.291, - "new_tests_per_thousand": 0.658, - "new_tests_smoothed": 17352.0, - "new_tests_smoothed_per_thousand": 0.908, - "tests_per_case": 1.8319999999999999, - "positive_rate": 0.546, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-25", - "total_cases": 254416.0, - "new_cases": 3649.0, - "new_cases_smoothed": 4826.857, - "total_deaths": 4731.0, - "new_deaths": 226.0, - "new_deaths_smoothed": 159.429, - "total_cases_per_million": 13308.915, - "new_cases_per_million": 190.885, - "new_cases_smoothed_per_million": 252.501, - "total_deaths_per_million": 247.486, - "new_deaths_per_million": 11.822, - "new_deaths_smoothed_per_million": 8.34, - "new_tests": 17446.0, - "total_tests": 1017058.0, - "total_tests_per_thousand": 53.204, - "new_tests_per_thousand": 0.913, - "new_tests_smoothed": 17416.0, - "new_tests_smoothed_per_thousand": 0.911, - "tests_per_case": 3.608, - "positive_rate": 0.27699999999999997, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-26", - "total_cases": 259064.0, - "new_cases": 4648.0, - "new_cases_smoothed": 4851.571, - "total_deaths": 4903.0, - "new_deaths": 172.0, - "new_deaths_smoothed": 151.714, - "total_cases_per_million": 13552.059, - "new_cases_per_million": 243.144, - "new_cases_smoothed_per_million": 253.794, - "total_deaths_per_million": 256.484, - "new_deaths_per_million": 8.998, - "new_deaths_smoothed_per_million": 7.936, - "new_tests": 18249.0, - "total_tests": 1035307.0, - "total_tests_per_thousand": 54.159, - "new_tests_per_thousand": 0.955, - "new_tests_smoothed": 17117.0, - "new_tests_smoothed_per_thousand": 0.895, - "tests_per_case": 3.528, - "positive_rate": 0.28300000000000003, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-27", - "total_cases": 263360.0, - "new_cases": 4296.0, - "new_cases_smoothed": 4566.714, - "total_deaths": 5068.0, - "new_deaths": 165.0, - "new_deaths_smoothed": 139.286, - "total_cases_per_million": 13776.79, - "new_cases_per_million": 224.731, - "new_cases_smoothed_per_million": 238.892, - "total_deaths_per_million": 265.115, - "new_deaths_per_million": 8.631, - "new_deaths_smoothed_per_million": 7.286, - "new_tests": 17944.0, - "total_tests": 1053251.0, - "total_tests_per_thousand": 55.097, - "new_tests_per_thousand": 0.939, - "new_tests_smoothed": 16812.0, - "new_tests_smoothed_per_thousand": 0.879, - "tests_per_case": 3.681, - "positive_rate": 0.272, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-28", - "total_cases": 267766.0, - "new_cases": 4406.0, - "new_cases_smoothed": 4431.143, - "total_deaths": 5347.0, - "new_deaths": 279.0, - "new_deaths_smoothed": 150.286, - "total_cases_per_million": 14007.275, - "new_cases_per_million": 230.485, - "new_cases_smoothed_per_million": 231.8, - "total_deaths_per_million": 279.71, - "new_deaths_per_million": 14.595, - "new_deaths_smoothed_per_million": 7.862, - "new_tests": 18370.0, - "total_tests": 1071621.0, - "total_tests_per_thousand": 56.058, - "new_tests_per_thousand": 0.961, - "new_tests_smoothed": 16562.0, - "new_tests_smoothed_per_thousand": 0.866, - "tests_per_case": 3.738, - "positive_rate": 0.268, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-29", - "total_cases": 271982.0, - "new_cases": 4216.0, - "new_cases_smoothed": 4232.429, - "total_deaths": 5509.0, - "new_deaths": 162.0, - "new_deaths_smoothed": 147.143, - "total_cases_per_million": 14227.821, - "new_cases_per_million": 220.546, - "new_cases_smoothed_per_million": 221.405, - "total_deaths_per_million": 288.185, - "new_deaths_per_million": 8.474, - "new_deaths_smoothed_per_million": 7.697, - "new_tests": 16799.0, - "total_tests": 1088420.0, - "total_tests_per_thousand": 56.937, - "new_tests_per_thousand": 0.879, - "new_tests_smoothed": 16299.0, - "new_tests_smoothed_per_thousand": 0.853, - "tests_per_case": 3.8510000000000004, - "positive_rate": 0.26, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-06-30", - "total_cases": 275999.0, - "new_cases": 4017.0, - "new_cases_smoothed": 4148.0, - "total_deaths": 5575.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 153.286, - "total_cases_per_million": 14437.957, - "new_cases_per_million": 210.136, - "new_cases_smoothed_per_million": 216.989, - "total_deaths_per_million": 291.637, - "new_deaths_per_million": 3.453, - "new_deaths_smoothed_per_million": 8.019, - "new_tests": 13349.0, - "total_tests": 1101769.0, - "total_tests_per_thousand": 57.635, - "new_tests_per_thousand": 0.698, - "new_tests_smoothed": 16390.0, - "new_tests_smoothed_per_thousand": 0.857, - "tests_per_case": 3.951, - "positive_rate": 0.253, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-07-01", - "total_cases": 279393.0, - "new_cases": 3394.0, - "new_cases_smoothed": 4089.429, - "total_deaths": 5688.0, - "new_deaths": 113.0, - "new_deaths_smoothed": 169.0, - "total_cases_per_million": 14615.502, - "new_cases_per_million": 177.546, - "new_cases_smoothed_per_million": 213.925, - "total_deaths_per_million": 297.549, - "new_deaths_per_million": 5.911, - "new_deaths_smoothed_per_million": 8.841, - "new_tests": 10385.0, - "total_tests": 1112154.0, - "total_tests_per_thousand": 58.179, - "new_tests_per_thousand": 0.543, - "new_tests_smoothed": 16077.0, - "new_tests_smoothed_per_thousand": 0.841, - "tests_per_case": 3.931, - "positive_rate": 0.254, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-07-02", - "total_cases": 282043.0, - "new_cases": 2650.0, - "new_cases_smoothed": 3946.714, - "total_deaths": 5753.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 146.0, - "total_cases_per_million": 14754.128, - "new_cases_per_million": 138.626, - "new_cases_smoothed_per_million": 206.459, - "total_deaths_per_million": 300.949, - "new_deaths_per_million": 3.4, - "new_deaths_smoothed_per_million": 7.637, - "new_tests": 10831.0, - "total_tests": 1122985.0, - "total_tests_per_thousand": 58.745, - "new_tests_per_thousand": 0.567, - "new_tests_smoothed": 15132.0, - "new_tests_smoothed_per_thousand": 0.792, - "tests_per_case": 3.8339999999999996, - "positive_rate": 0.261, - "tests_units": "tests performed", - "stringency_index": 78.24 - }, - { - "date": "2020-07-03", - "total_cases": 284541.0, - "new_cases": 2498.0, - "new_cases_smoothed": 3639.571, - "total_deaths": 5920.0, - "new_deaths": 167.0, - "new_deaths_smoothed": 145.286, - "total_cases_per_million": 14884.803, - "new_cases_per_million": 130.674, - "new_cases_smoothed_per_million": 190.392, - "total_deaths_per_million": 309.685, - "new_deaths_per_million": 8.736, - "new_deaths_smoothed_per_million": 7.6, - "new_tests": 15585.0, - "total_tests": 1138570.0, - "total_tests_per_thousand": 59.56, - "new_tests_per_thousand": 0.815, - "new_tests_smoothed": 14752.0, - "new_tests_smoothed_per_thousand": 0.772, - "tests_per_case": 4.053, - "positive_rate": 0.247, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-04", - "total_cases": 288089.0, - "new_cases": 3548.0, - "new_cases_smoothed": 3532.714, - "total_deaths": 6051.0, - "new_deaths": 131.0, - "new_deaths_smoothed": 140.429, - "total_cases_per_million": 15070.404, - "new_cases_per_million": 185.602, - "new_cases_smoothed_per_million": 184.802, - "total_deaths_per_million": 316.538, - "new_deaths_per_million": 6.853, - "new_deaths_smoothed_per_million": 7.346, - "new_tests": 17287.0, - "total_tests": 1155857.0, - "total_tests_per_thousand": 60.465, - "new_tests_per_thousand": 0.904, - "new_tests_smoothed": 14658.0, - "new_tests_smoothed_per_thousand": 0.767, - "tests_per_case": 4.149, - "positive_rate": 0.24100000000000002, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-05", - "total_cases": 291847.0, - "new_cases": 3758.0, - "new_cases_smoothed": 3440.143, - "total_deaths": 6192.0, - "new_deaths": 141.0, - "new_deaths_smoothed": 120.714, - "total_cases_per_million": 15266.991, - "new_cases_per_million": 196.587, - "new_cases_smoothed_per_million": 179.959, - "total_deaths_per_million": 323.914, - "new_deaths_per_million": 7.376, - "new_deaths_smoothed_per_million": 6.315, - "new_tests": 18004.0, - "total_tests": 1173861.0, - "total_tests_per_thousand": 61.407, - "new_tests_per_thousand": 0.942, - "new_tests_smoothed": 14606.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 4.246, - "positive_rate": 0.23600000000000002, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-06", - "total_cases": 295532.0, - "new_cases": 3685.0, - "new_cases_smoothed": 3364.286, - "total_deaths": 6308.0, - "new_deaths": 116.0, - "new_deaths_smoothed": 114.143, - "total_cases_per_million": 15459.76, - "new_cases_per_million": 192.768, - "new_cases_smoothed_per_million": 175.991, - "total_deaths_per_million": 329.982, - "new_deaths_per_million": 6.068, - "new_deaths_smoothed_per_million": 5.971, - "new_tests": 16377.0, - "total_tests": 1190238.0, - "total_tests_per_thousand": 62.263, - "new_tests_per_thousand": 0.857, - "new_tests_smoothed": 14545.0, - "new_tests_smoothed_per_thousand": 0.761, - "tests_per_case": 4.323, - "positive_rate": 0.231, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-07", - "total_cases": 298557.0, - "new_cases": 3025.0, - "new_cases_smoothed": 3222.571, - "total_deaths": 6384.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 115.571, - "total_cases_per_million": 15618.003, - "new_cases_per_million": 158.243, - "new_cases_smoothed_per_million": 168.578, - "total_deaths_per_million": 333.957, - "new_deaths_per_million": 3.976, - "new_deaths_smoothed_per_million": 6.046, - "new_tests": 12065.0, - "total_tests": 1202303.0, - "total_tests_per_thousand": 62.894, - "new_tests_per_thousand": 0.631, - "new_tests_smoothed": 14362.0, - "new_tests_smoothed_per_thousand": 0.751, - "tests_per_case": 4.457, - "positive_rate": 0.22399999999999998, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-08", - "total_cases": 301019.0, - "new_cases": 2462.0, - "new_cases_smoothed": 3089.429, - "total_deaths": 6434.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 106.571, - "total_cases_per_million": 15746.794, - "new_cases_per_million": 128.791, - "new_cases_smoothed_per_million": 161.613, - "total_deaths_per_million": 336.573, - "new_deaths_per_million": 2.616, - "new_deaths_smoothed_per_million": 5.575, - "new_tests": 10464.0, - "total_tests": 1212767.0, - "total_tests_per_thousand": 63.442, - "new_tests_per_thousand": 0.547, - "new_tests_smoothed": 14373.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_per_case": 4.652, - "positive_rate": 0.215, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-09", - "total_cases": 303083.0, - "new_cases": 2064.0, - "new_cases_smoothed": 3005.714, - "total_deaths": 6573.0, - "new_deaths": 139.0, - "new_deaths_smoothed": 117.143, - "total_cases_per_million": 15854.765, - "new_cases_per_million": 107.971, - "new_cases_smoothed_per_million": 157.234, - "total_deaths_per_million": 343.844, - "new_deaths_per_million": 7.271, - "new_deaths_smoothed_per_million": 6.128, - "new_tests": 16842.0, - "total_tests": 1229609.0, - "total_tests_per_thousand": 64.323, - "new_tests_per_thousand": 0.881, - "new_tests_smoothed": 15232.0, - "new_tests_smoothed_per_thousand": 0.797, - "tests_per_case": 5.0680000000000005, - "positive_rate": 0.19699999999999998, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-10", - "total_cases": 306216.0, - "new_cases": 3133.0, - "new_cases_smoothed": 3096.429, - "total_deaths": 6682.0, - "new_deaths": 109.0, - "new_deaths_smoothed": 108.857, - "total_cases_per_million": 16018.657, - "new_cases_per_million": 163.892, - "new_cases_smoothed_per_million": 161.979, - "total_deaths_per_million": 349.546, - "new_deaths_per_million": 5.702, - "new_deaths_smoothed_per_million": 5.694, - "new_tests": 17727.0, - "total_tests": 1247336.0, - "total_tests_per_thousand": 65.25, - "new_tests_per_thousand": 0.927, - "new_tests_smoothed": 15538.0, - "new_tests_smoothed_per_thousand": 0.813, - "tests_per_case": 5.018, - "positive_rate": 0.19899999999999998, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-11", - "total_cases": 309274.0, - "new_cases": 3058.0, - "new_cases_smoothed": 3026.429, - "total_deaths": 6781.0, - "new_deaths": 99.0, - "new_deaths_smoothed": 104.286, - "total_cases_per_million": 16178.626, - "new_cases_per_million": 159.969, - "new_cases_smoothed_per_million": 158.317, - "total_deaths_per_million": 354.725, - "new_deaths_per_million": 5.179, - "new_deaths_smoothed_per_million": 5.455, - "new_tests": 18268.0, - "total_tests": 1265604.0, - "total_tests_per_thousand": 66.206, - "new_tests_per_thousand": 0.956, - "new_tests_smoothed": 15678.0, - "new_tests_smoothed_per_thousand": 0.82, - "tests_per_case": 5.18, - "positive_rate": 0.193, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-12", - "total_cases": 312029.0, - "new_cases": 2755.0, - "new_cases_smoothed": 2883.143, - "total_deaths": 6881.0, - "new_deaths": 100.0, - "new_deaths_smoothed": 98.429, - "total_cases_per_million": 16322.745, - "new_cases_per_million": 144.119, - "new_cases_smoothed_per_million": 150.822, - "total_deaths_per_million": 359.956, - "new_deaths_per_million": 5.231, - "new_deaths_smoothed_per_million": 5.149, - "new_tests": 19171.0, - "total_tests": 1284775.0, - "total_tests_per_thousand": 67.209, - "new_tests_per_thousand": 1.003, - "new_tests_smoothed": 15845.0, - "new_tests_smoothed_per_thousand": 0.829, - "tests_per_case": 5.496, - "positive_rate": 0.182, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-13", - "total_cases": 315041.0, - "new_cases": 3012.0, - "new_cases_smoothed": 2787.0, - "total_deaths": 6979.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 95.857, - "total_cases_per_million": 16480.307, - "new_cases_per_million": 157.563, - "new_cases_smoothed_per_million": 145.793, - "total_deaths_per_million": 365.083, - "new_deaths_per_million": 5.127, - "new_deaths_smoothed_per_million": 5.014, - "new_tests": 17467.0, - "total_tests": 1302242.0, - "total_tests_per_thousand": 68.122, - "new_tests_per_thousand": 0.914, - "new_tests_smoothed": 16001.0, - "new_tests_smoothed_per_thousand": 0.837, - "tests_per_case": 5.7410000000000005, - "positive_rate": 0.174, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-14", - "total_cases": 317657.0, - "new_cases": 2616.0, - "new_cases_smoothed": 2728.571, - "total_deaths": 7024.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 91.429, - "total_cases_per_million": 16617.155, - "new_cases_per_million": 136.847, - "new_cases_smoothed_per_million": 142.736, - "total_deaths_per_million": 367.437, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 4.783, - "new_tests": 12238.0, - "total_tests": 1314480.0, - "total_tests_per_thousand": 68.763, - "new_tests_per_thousand": 0.64, - "new_tests_smoothed": 16025.0, - "new_tests_smoothed_per_thousand": 0.838, - "tests_per_case": 5.872999999999999, - "positive_rate": 0.17, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-15", - "total_cases": 319493.0, - "new_cases": 1836.0, - "new_cases_smoothed": 2639.143, - "total_deaths": 7069.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 90.714, - "total_cases_per_million": 16713.199, - "new_cases_per_million": 96.044, - "new_cases_smoothed_per_million": 138.058, - "total_deaths_per_million": 369.791, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 4.745, - "new_tests": 12209.0, - "total_tests": 1326689.0, - "total_tests_per_thousand": 69.401, - "new_tests_per_thousand": 0.639, - "new_tests_smoothed": 16275.0, - "new_tests_smoothed_per_thousand": 0.851, - "tests_per_case": 6.167000000000001, - "positive_rate": 0.162, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-16", - "total_cases": 321205.0, - "new_cases": 1712.0, - "new_cases_smoothed": 2588.857, - "total_deaths": 7186.0, - "new_deaths": 117.0, - "new_deaths_smoothed": 87.571, - "total_cases_per_million": 16802.756, - "new_cases_per_million": 89.558, - "new_cases_smoothed_per_million": 135.427, - "total_deaths_per_million": 375.911, - "new_deaths_per_million": 6.12, - "new_deaths_smoothed_per_million": 4.581, - "new_tests": 17192.0, - "total_tests": 1343881.0, - "total_tests_per_thousand": 70.301, - "new_tests_per_thousand": 0.899, - "new_tests_smoothed": 16325.0, - "new_tests_smoothed_per_thousand": 0.854, - "tests_per_case": 6.306, - "positive_rate": 0.159, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-07-17", - "total_cases": 323698.0, - "new_cases": 2493.0, - "new_cases_smoothed": 2497.429, - "total_deaths": 7290.0, - "new_deaths": 104.0, - "new_deaths_smoothed": 86.857, - "total_cases_per_million": 16933.169, - "new_cases_per_million": 130.413, - "new_cases_smoothed_per_million": 130.645, - "total_deaths_per_million": 381.352, - "new_deaths_per_million": 5.44, - "new_deaths_smoothed_per_million": 4.544, - "new_tests": 18699.0, - "total_tests": 1362580.0, - "total_tests_per_thousand": 71.279, - "new_tests_per_thousand": 0.978, - "new_tests_smoothed": 16463.0, - "new_tests_smoothed_per_thousand": 0.861, - "tests_per_case": 6.5920000000000005, - "positive_rate": 0.152, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-18", - "total_cases": 326539.0, - "new_cases": 2841.0, - "new_cases_smoothed": 2466.429, - "total_deaths": 8347.0, - "new_deaths": 1057.0, - "new_deaths_smoothed": 223.714, - "total_cases_per_million": 17081.786, - "new_cases_per_million": 148.617, - "new_cases_smoothed_per_million": 129.023, - "total_deaths_per_million": 436.645, - "new_deaths_per_million": 55.293, - "new_deaths_smoothed_per_million": 11.703, - "new_tests": 17716.0, - "total_tests": 1380296.0, - "total_tests_per_thousand": 72.206, - "new_tests_per_thousand": 0.927, - "new_tests_smoothed": 16385.0, - "new_tests_smoothed_per_thousand": 0.857, - "tests_per_case": 6.643, - "positive_rate": 0.151, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-19", - "total_cases": 328846.0, - "new_cases": 2307.0, - "new_cases_smoothed": 2402.429, - "total_deaths": 8445.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 223.429, - "total_cases_per_million": 17202.469, - "new_cases_per_million": 120.683, - "new_cases_smoothed_per_million": 125.675, - "total_deaths_per_million": 441.772, - "new_deaths_per_million": 5.127, - "new_deaths_smoothed_per_million": 11.688, - "new_tests": 15728.0, - "total_tests": 1396024.0, - "total_tests_per_thousand": 73.028, - "new_tests_per_thousand": 0.823, - "new_tests_smoothed": 15893.0, - "new_tests_smoothed_per_thousand": 0.831, - "tests_per_case": 6.615, - "positive_rate": 0.151, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-20", - "total_cases": 330930.0, - "new_cases": 2084.0, - "new_cases_smoothed": 2269.857, - "total_deaths": 8503.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 217.714, - "total_cases_per_million": 17311.487, - "new_cases_per_million": 109.017, - "new_cases_smoothed_per_million": 118.74, - "total_deaths_per_million": 444.806, - "new_deaths_per_million": 3.034, - "new_deaths_smoothed_per_million": 11.389, - "new_tests": 16343.0, - "total_tests": 1412367.0, - "total_tests_per_thousand": 73.883, - "new_tests_per_thousand": 0.855, - "new_tests_smoothed": 15732.0, - "new_tests_smoothed_per_thousand": 0.823, - "tests_per_case": 6.931, - "positive_rate": 0.14400000000000002, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-21", - "total_cases": 333029.0, - "new_cases": 2099.0, - "new_cases_smoothed": 2196.0, - "total_deaths": 8633.0, - "new_deaths": 130.0, - "new_deaths_smoothed": 229.857, - "total_cases_per_million": 17421.289, - "new_cases_per_million": 109.802, - "new_cases_smoothed_per_million": 114.876, - "total_deaths_per_million": 451.606, - "new_deaths_per_million": 6.801, - "new_deaths_smoothed_per_million": 12.024, - "new_tests": 12590.0, - "total_tests": 1424957.0, - "total_tests_per_thousand": 74.542, - "new_tests_per_thousand": 0.659, - "new_tests_smoothed": 15782.0, - "new_tests_smoothed_per_thousand": 0.826, - "tests_per_case": 7.187, - "positive_rate": 0.139, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-22", - "total_cases": 334683.0, - "new_cases": 1654.0, - "new_cases_smoothed": 2170.0, - "total_deaths": 8677.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 229.714, - "total_cases_per_million": 17507.812, - "new_cases_per_million": 86.523, - "new_cases_smoothed_per_million": 113.516, - "total_deaths_per_million": 453.908, - "new_deaths_per_million": 2.302, - "new_deaths_smoothed_per_million": 12.017, - "new_tests": 12793.0, - "total_tests": 1437750.0, - "total_tests_per_thousand": 75.211, - "new_tests_per_thousand": 0.669, - "new_tests_smoothed": 15866.0, - "new_tests_smoothed_per_thousand": 0.83, - "tests_per_case": 7.312, - "positive_rate": 0.13699999999999998, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-23", - "total_cases": 336402.0, - "new_cases": 1719.0, - "new_cases_smoothed": 2171.0, - "total_deaths": 8722.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 219.429, - "total_cases_per_million": 17597.736, - "new_cases_per_million": 89.924, - "new_cases_smoothed_per_million": 113.569, - "total_deaths_per_million": 456.262, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 11.479, - "new_tests": 18867.0, - "total_tests": 1456617.0, - "total_tests_per_thousand": 76.198, - "new_tests_per_thousand": 0.987, - "new_tests_smoothed": 16105.0, - "new_tests_smoothed_per_thousand": 0.842, - "tests_per_case": 7.417999999999999, - "positive_rate": 0.135, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-24", - "total_cases": 338759.0, - "new_cases": 2357.0, - "new_cases_smoothed": 2151.571, - "total_deaths": 8838.0, - "new_deaths": 116.0, - "new_deaths_smoothed": 221.143, - "total_cases_per_million": 17721.035, - "new_cases_per_million": 123.299, - "new_cases_smoothed_per_million": 112.552, - "total_deaths_per_million": 462.33, - "new_deaths_per_million": 6.068, - "new_deaths_smoothed_per_million": 11.568, - "new_tests": 21071.0, - "total_tests": 1477688.0, - "total_tests_per_thousand": 77.3, - "new_tests_per_thousand": 1.102, - "new_tests_smoothed": 16444.0, - "new_tests_smoothed_per_thousand": 0.86, - "tests_per_case": 7.643, - "positive_rate": 0.131, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-25", - "total_cases": 341304.0, - "new_cases": 2545.0, - "new_cases_smoothed": 2109.286, - "total_deaths": 8914.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 81.0, - "total_cases_per_million": 17854.168, - "new_cases_per_million": 133.133, - "new_cases_smoothed_per_million": 110.34, - "total_deaths_per_million": 466.306, - "new_deaths_per_million": 3.976, - "new_deaths_smoothed_per_million": 4.237, - "new_tests": 19133.0, - "total_tests": 1496821.0, - "total_tests_per_thousand": 78.301, - "new_tests_per_thousand": 1.001, - "new_tests_smoothed": 16646.0, - "new_tests_smoothed_per_thousand": 0.871, - "tests_per_case": 7.892, - "positive_rate": 0.127, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-26", - "total_cases": 343592.0, - "new_cases": 2288.0, - "new_cases_smoothed": 2106.571, - "total_deaths": 9020.0, - "new_deaths": 106.0, - "new_deaths_smoothed": 82.143, - "total_cases_per_million": 17973.857, - "new_cases_per_million": 119.689, - "new_cases_smoothed_per_million": 110.198, - "total_deaths_per_million": 471.851, - "new_deaths_per_million": 5.545, - "new_deaths_smoothed_per_million": 4.297, - "new_tests": 19709.0, - "total_tests": 1516530.0, - "total_tests_per_thousand": 79.332, - "new_tests_per_thousand": 1.031, - "new_tests_smoothed": 17215.0, - "new_tests_smoothed_per_thousand": 0.901, - "tests_per_case": 8.172, - "positive_rate": 0.122, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-27", - "total_cases": 345790.0, - "new_cases": 2198.0, - "new_cases_smoothed": 2122.857, - "total_deaths": 9112.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 87.0, - "total_cases_per_million": 18088.838, - "new_cases_per_million": 114.981, - "new_cases_smoothed_per_million": 111.05, - "total_deaths_per_million": 476.664, - "new_deaths_per_million": 4.813, - "new_deaths_smoothed_per_million": 4.551, - "new_tests": 21544.0, - "total_tests": 1538074.0, - "total_tests_per_thousand": 80.459, - "new_tests_per_thousand": 1.127, - "new_tests_smoothed": 17958.0, - "new_tests_smoothed_per_thousand": 0.939, - "tests_per_case": 8.459, - "positive_rate": 0.11800000000000001, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-28", - "total_cases": 347923.0, - "new_cases": 2133.0, - "new_cases_smoothed": 2127.714, - "total_deaths": 9187.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 79.143, - "total_cases_per_million": 18200.418, - "new_cases_per_million": 111.581, - "new_cases_smoothed_per_million": 111.304, - "total_deaths_per_million": 480.587, - "new_deaths_per_million": 3.923, - "new_deaths_smoothed_per_million": 4.14, - "new_tests": 17596.0, - "total_tests": 1555670.0, - "total_tests_per_thousand": 81.38, - "new_tests_per_thousand": 0.92, - "new_tests_smoothed": 18673.0, - "new_tests_smoothed_per_thousand": 0.977, - "tests_per_case": 8.776, - "positive_rate": 0.114, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-29", - "total_cases": 349800.0, - "new_cases": 1877.0, - "new_cases_smoothed": 2159.571, - "total_deaths": 9240.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 80.429, - "total_cases_per_million": 18298.607, - "new_cases_per_million": 98.189, - "new_cases_smoothed_per_million": 112.971, - "total_deaths_per_million": 483.359, - "new_deaths_per_million": 2.773, - "new_deaths_smoothed_per_million": 4.207, - "new_tests": 17130.0, - "total_tests": 1572800.0, - "total_tests_per_thousand": 82.276, - "new_tests_per_thousand": 0.896, - "new_tests_smoothed": 19293.0, - "new_tests_smoothed_per_thousand": 1.009, - "tests_per_case": 8.934, - "positive_rate": 0.11199999999999999, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-30", - "total_cases": 351575.0, - "new_cases": 1775.0, - "new_cases_smoothed": 2167.571, - "total_deaths": 9278.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 79.429, - "total_cases_per_million": 18391.46, - "new_cases_per_million": 92.853, - "new_cases_smoothed_per_million": 113.389, - "total_deaths_per_million": 485.347, - "new_deaths_per_million": 1.988, - "new_deaths_smoothed_per_million": 4.155, - "new_tests": 20295.0, - "total_tests": 1593095.0, - "total_tests_per_thousand": 83.337, - "new_tests_per_thousand": 1.062, - "new_tests_smoothed": 19497.0, - "new_tests_smoothed_per_thousand": 1.02, - "tests_per_case": 8.995, - "positive_rate": 0.111, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-07-31", - "total_cases": 353536.0, - "new_cases": 1961.0, - "new_cases_smoothed": 2111.0, - "total_deaths": 9377.0, - "new_deaths": 99.0, - "new_deaths_smoothed": 77.0, - "total_cases_per_million": 18494.043, - "new_cases_per_million": 102.583, - "new_cases_smoothed_per_million": 110.43, - "total_deaths_per_million": 490.526, - "new_deaths_per_million": 5.179, - "new_deaths_smoothed_per_million": 4.028, - "new_tests": 22874.0, - "total_tests": 1615969.0, - "total_tests_per_thousand": 84.534, - "new_tests_per_thousand": 1.197, - "new_tests_smoothed": 19754.0, - "new_tests_smoothed_per_thousand": 1.033, - "tests_per_case": 9.357999999999999, - "positive_rate": 0.107, - "tests_units": "tests performed", - "stringency_index": 86.57 - }, - { - "date": "2020-08-01", - "total_cases": 355667.0, - "new_cases": 2131.0, - "new_cases_smoothed": 2051.857, - "total_deaths": 9457.0, - "new_deaths": 80.0, - "new_deaths_smoothed": 77.571, - "total_cases_per_million": 18605.52, - "new_cases_per_million": 111.476, - "new_cases_smoothed_per_million": 107.336, - "total_deaths_per_million": 494.711, - "new_deaths_per_million": 4.185, - "new_deaths_smoothed_per_million": 4.058, - "new_tests": 24398.0, - "total_tests": 1640367.0, - "total_tests_per_thousand": 85.81, - "new_tests_per_thousand": 1.276, - "new_tests_smoothed": 20507.0, - "new_tests_smoothed_per_thousand": 1.073, - "tests_per_case": 9.994, - "positive_rate": 0.1, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-02", - "total_cases": 357658.0, - "new_cases": 1991.0, - "new_cases_smoothed": 2009.429, - "total_deaths": 9533.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 73.286, - "total_cases_per_million": 18709.672, - "new_cases_per_million": 104.152, - "new_cases_smoothed_per_million": 105.116, - "total_deaths_per_million": 498.687, - "new_deaths_per_million": 3.976, - "new_deaths_smoothed_per_million": 3.834, - "new_tests": 24899.0, - "total_tests": 1665266.0, - "total_tests_per_thousand": 87.113, - "new_tests_per_thousand": 1.303, - "new_tests_smoothed": 21248.0, - "new_tests_smoothed_per_thousand": 1.112, - "tests_per_case": 10.574000000000002, - "positive_rate": 0.095, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-03", - "total_cases": 359731.0, - "new_cases": 2073.0, - "new_cases_smoothed": 1991.571, - "total_deaths": 9608.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 70.857, - "total_cases_per_million": 18818.114, - "new_cases_per_million": 108.442, - "new_cases_smoothed_per_million": 104.182, - "total_deaths_per_million": 502.61, - "new_deaths_per_million": 3.923, - "new_deaths_smoothed_per_million": 3.707, - "new_tests": 24269.0, - "total_tests": 1689535.0, - "total_tests_per_thousand": 88.382, - "new_tests_per_thousand": 1.27, - "new_tests_smoothed": 21637.0, - "new_tests_smoothed_per_thousand": 1.132, - "tests_per_case": 10.864, - "positive_rate": 0.092, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-04", - "total_cases": 361493.0, - "new_cases": 1762.0, - "new_cases_smoothed": 1938.571, - "total_deaths": 9707.0, - "new_deaths": 99.0, - "new_deaths_smoothed": 74.286, - "total_cases_per_million": 18910.287, - "new_cases_per_million": 92.173, - "new_cases_smoothed_per_million": 101.41, - "total_deaths_per_million": 507.789, - "new_deaths_per_million": 5.179, - "new_deaths_smoothed_per_million": 3.886, - "new_tests": 18857.0, - "total_tests": 1708392.0, - "total_tests_per_thousand": 89.369, - "new_tests_per_thousand": 0.986, - "new_tests_smoothed": 21817.0, - "new_tests_smoothed_per_thousand": 1.141, - "tests_per_case": 11.254000000000001, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-05", - "total_cases": 362962.0, - "new_cases": 1469.0, - "new_cases_smoothed": 1880.286, - "total_deaths": 9745.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 72.143, - "total_cases_per_million": 18987.133, - "new_cases_per_million": 76.846, - "new_cases_smoothed_per_million": 98.361, - "total_deaths_per_million": 509.777, - "new_deaths_per_million": 1.988, - "new_deaths_smoothed_per_million": 3.774, - "new_tests": 21398.0, - "total_tests": 1729790.0, - "total_tests_per_thousand": 90.488, - "new_tests_per_thousand": 1.119, - "new_tests_smoothed": 22427.0, - "new_tests_smoothed_per_thousand": 1.173, - "tests_per_case": 11.927, - "positive_rate": 0.084, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-06", - "total_cases": 364723.0, - "new_cases": 1761.0, - "new_cases_smoothed": 1878.286, - "total_deaths": 9792.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 73.429, - "total_cases_per_million": 19079.254, - "new_cases_per_million": 92.121, - "new_cases_smoothed_per_million": 98.256, - "total_deaths_per_million": 512.235, - "new_deaths_per_million": 2.459, - "new_deaths_smoothed_per_million": 3.841, - "new_tests": 22802.0, - "total_tests": 1752592.0, - "total_tests_per_thousand": 91.681, - "new_tests_per_thousand": 1.193, - "new_tests_smoothed": 22785.0, - "new_tests_smoothed_per_thousand": 1.192, - "tests_per_case": 12.130999999999998, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-07", - "total_cases": 366671.0, - "new_cases": 1948.0, - "new_cases_smoothed": 1876.429, - "total_deaths": 9889.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 73.143, - "total_cases_per_million": 19181.157, - "new_cases_per_million": 101.903, - "new_cases_smoothed_per_million": 98.159, - "total_deaths_per_million": 517.31, - "new_deaths_per_million": 5.074, - "new_deaths_smoothed_per_million": 3.826, - "new_tests": 25243.0, - "total_tests": 1777835.0, - "total_tests_per_thousand": 93.001, - "new_tests_per_thousand": 1.321, - "new_tests_smoothed": 23124.0, - "new_tests_smoothed_per_thousand": 1.21, - "tests_per_case": 12.323, - "positive_rate": 0.081, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-08", - "total_cases": 368825.0, - "new_cases": 2154.0, - "new_cases_smoothed": 1879.714, - "total_deaths": 9958.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 71.571, - "total_cases_per_million": 19293.836, - "new_cases_per_million": 112.679, - "new_cases_smoothed_per_million": 98.331, - "total_deaths_per_million": 520.919, - "new_deaths_per_million": 3.61, - "new_deaths_smoothed_per_million": 3.744, - "new_tests": 27037.0, - "total_tests": 1804872.0, - "total_tests_per_thousand": 94.416, - "new_tests_per_thousand": 1.414, - "new_tests_smoothed": 23501.0, - "new_tests_smoothed_per_thousand": 1.229, - "tests_per_case": 12.502, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-09", - "total_cases": 371023.0, - "new_cases": 2198.0, - "new_cases_smoothed": 1909.286, - "total_deaths": 10011.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 68.286, - "total_cases_per_million": 19408.817, - "new_cases_per_million": 114.981, - "new_cases_smoothed_per_million": 99.878, - "total_deaths_per_million": 523.692, - "new_deaths_per_million": 2.773, - "new_deaths_smoothed_per_million": 3.572, - "new_tests": 28460.0, - "total_tests": 1833332.0, - "total_tests_per_thousand": 95.905, - "new_tests_per_thousand": 1.489, - "new_tests_smoothed": 24009.0, - "new_tests_smoothed_per_thousand": 1.256, - "tests_per_case": 12.575, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 89.35 - }, - { - "date": "2020-08-10", - "total_cases": 373056.0, - "new_cases": 2033.0, - "new_cases_smoothed": 1903.571, - "total_deaths": 10077.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 67.0, - "total_cases_per_million": 19515.166, - "new_cases_per_million": 106.35, - "new_cases_smoothed_per_million": 99.579, - "total_deaths_per_million": 527.144, - "new_deaths_per_million": 3.453, - "new_deaths_smoothed_per_million": 3.505, - "new_tests": 26012.0, - "total_tests": 1859344.0, - "total_tests_per_thousand": 97.265, - "new_tests_per_thousand": 1.361, - "new_tests_smoothed": 24258.0, - "new_tests_smoothed_per_thousand": 1.269, - "tests_per_case": 12.743, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-11", - "total_cases": 375044.0, - "new_cases": 1988.0, - "new_cases_smoothed": 1935.857, - "total_deaths": 10139.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 61.714, - "total_cases_per_million": 19619.162, - "new_cases_per_million": 103.996, - "new_cases_smoothed_per_million": 101.268, - "total_deaths_per_million": 530.388, - "new_deaths_per_million": 3.243, - "new_deaths_smoothed_per_million": 3.228, - "new_tests": 22249.0, - "total_tests": 1881593.0, - "total_tests_per_thousand": 98.429, - "new_tests_per_thousand": 1.164, - "new_tests_smoothed": 24743.0, - "new_tests_smoothed_per_thousand": 1.294, - "tests_per_case": 12.780999999999999, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-12", - "total_cases": 376616.0, - "new_cases": 1572.0, - "new_cases_smoothed": 1950.571, - "total_deaths": 10178.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 61.857, - "total_cases_per_million": 19701.396, - "new_cases_per_million": 82.234, - "new_cases_smoothed_per_million": 102.038, - "total_deaths_per_million": 532.428, - "new_deaths_per_million": 2.04, - "new_deaths_smoothed_per_million": 3.236, - "new_tests": 19348.0, - "total_tests": 1900941.0, - "total_tests_per_thousand": 99.441, - "new_tests_per_thousand": 1.012, - "new_tests_smoothed": 24450.0, - "new_tests_smoothed_per_thousand": 1.279, - "tests_per_case": 12.535, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-13", - "total_cases": 378168.0, - "new_cases": 1552.0, - "new_cases_smoothed": 1920.714, - "total_deaths": 10205.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 59.0, - "total_cases_per_million": 19782.583, - "new_cases_per_million": 81.188, - "new_cases_smoothed_per_million": 100.476, - "total_deaths_per_million": 533.84, - "new_deaths_per_million": 1.412, - "new_deaths_smoothed_per_million": 3.086, - "new_tests": 23628.0, - "total_tests": 1924569.0, - "total_tests_per_thousand": 100.677, - "new_tests_per_thousand": 1.236, - "new_tests_smoothed": 24568.0, - "new_tests_smoothed_per_thousand": 1.285, - "tests_per_case": 12.790999999999999, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-14", - "total_cases": 380034.0, - "new_cases": 1866.0, - "new_cases_smoothed": 1909.0, - "total_deaths": 10299.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 58.571, - "total_cases_per_million": 19880.197, - "new_cases_per_million": 97.613, - "new_cases_smoothed_per_million": 99.863, - "total_deaths_per_million": 538.757, - "new_deaths_per_million": 4.917, - "new_deaths_smoothed_per_million": 3.064, - "new_tests": 27618.0, - "total_tests": 1952187.0, - "total_tests_per_thousand": 102.122, - "new_tests_per_thousand": 1.445, - "new_tests_smoothed": 24907.0, - "new_tests_smoothed_per_thousand": 1.303, - "tests_per_case": 13.047, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-15", - "total_cases": 382111.0, - "new_cases": 2077.0, - "new_cases_smoothed": 1898.0, - "total_deaths": 10340.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 54.571, - "total_cases_per_million": 19988.848, - "new_cases_per_million": 108.651, - "new_cases_smoothed_per_million": 99.287, - "total_deaths_per_million": 540.902, - "new_deaths_per_million": 2.145, - "new_deaths_smoothed_per_million": 2.855, - "new_tests": 28499.0, - "total_tests": 1980686.0, - "total_tests_per_thousand": 103.613, - "new_tests_per_thousand": 1.491, - "new_tests_smoothed": 25116.0, - "new_tests_smoothed_per_thousand": 1.314, - "tests_per_case": 13.232999999999999, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-16", - "total_cases": 383902.0, - "new_cases": 1791.0, - "new_cases_smoothed": 1839.857, - "total_deaths": 10395.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 54.857, - "total_cases_per_million": 20082.538, - "new_cases_per_million": 93.69, - "new_cases_smoothed_per_million": 96.246, - "total_deaths_per_million": 543.779, - "new_deaths_per_million": 2.877, - "new_deaths_smoothed_per_million": 2.87, - "new_tests": 30882.0, - "total_tests": 2011568.0, - "total_tests_per_thousand": 105.228, - "new_tests_per_thousand": 1.615, - "new_tests_smoothed": 25462.0, - "new_tests_smoothed_per_thousand": 1.332, - "tests_per_case": 13.839, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-17", - "total_cases": 385946.0, - "new_cases": 2044.0, - "new_cases_smoothed": 1841.429, - "total_deaths": 10452.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 53.571, - "total_cases_per_million": 20189.463, - "new_cases_per_million": 106.925, - "new_cases_smoothed_per_million": 96.328, - "total_deaths_per_million": 546.761, - "new_deaths_per_million": 2.982, - "new_deaths_smoothed_per_million": 2.802, - "new_tests": 25289.0, - "total_tests": 2036857.0, - "total_tests_per_thousand": 106.551, - "new_tests_per_thousand": 1.323, - "new_tests_smoothed": 25359.0, - "new_tests_smoothed_per_thousand": 1.327, - "tests_per_case": 13.770999999999999, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-18", - "total_cases": 387502.0, - "new_cases": 1556.0, - "new_cases_smoothed": 1779.714, - "total_deaths": 10513.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 53.429, - "total_cases_per_million": 20270.86, - "new_cases_per_million": 81.397, - "new_cases_smoothed_per_million": 93.1, - "total_deaths_per_million": 549.952, - "new_deaths_per_million": 3.191, - "new_deaths_smoothed_per_million": 2.795, - "new_tests": 23199.0, - "total_tests": 2060056.0, - "total_tests_per_thousand": 107.765, - "new_tests_per_thousand": 1.214, - "new_tests_smoothed": 25495.0, - "new_tests_smoothed_per_thousand": 1.334, - "tests_per_case": 14.325, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-19", - "total_cases": 388855.0, - "new_cases": 1353.0, - "new_cases_smoothed": 1748.429, - "total_deaths": 10546.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 52.571, - "total_cases_per_million": 20341.638, - "new_cases_per_million": 70.778, - "new_cases_smoothed_per_million": 91.463, - "total_deaths_per_million": 551.678, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 2.75, - "new_tests": 19275.0, - "total_tests": 2079331.0, - "total_tests_per_thousand": 108.773, - "new_tests_per_thousand": 1.008, - "new_tests_smoothed": 25484.0, - "new_tests_smoothed_per_thousand": 1.333, - "tests_per_case": 14.575, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-20", - "total_cases": 390037.0, - "new_cases": 1182.0, - "new_cases_smoothed": 1695.571, - "total_deaths": 10578.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 53.286, - "total_cases_per_million": 20403.47, - "new_cases_per_million": 61.832, - "new_cases_smoothed_per_million": 88.698, - "total_deaths_per_million": 553.352, - "new_deaths_per_million": 1.674, - "new_deaths_smoothed_per_million": 2.787, - "new_tests": 26278.0, - "total_tests": 2105609.0, - "total_tests_per_thousand": 110.148, - "new_tests_per_thousand": 1.375, - "new_tests_smoothed": 25863.0, - "new_tests_smoothed_per_thousand": 1.353, - "tests_per_case": 15.253, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-21", - "total_cases": 391849.0, - "new_cases": 1812.0, - "new_cases_smoothed": 1687.857, - "total_deaths": 10671.0, - "new_deaths": 93.0, - "new_deaths_smoothed": 53.143, - "total_cases_per_million": 20498.259, - "new_cases_per_million": 94.789, - "new_cases_smoothed_per_million": 88.295, - "total_deaths_per_million": 558.217, - "new_deaths_per_million": 4.865, - "new_deaths_smoothed_per_million": 2.78, - "new_tests": 28669.0, - "total_tests": 2134278.0, - "total_tests_per_thousand": 111.648, - "new_tests_per_thousand": 1.5, - "new_tests_smoothed": 26013.0, - "new_tests_smoothed_per_thousand": 1.361, - "tests_per_case": 15.412, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-22", - "total_cases": 393769.0, - "new_cases": 1920.0, - "new_cases_smoothed": 1665.429, - "total_deaths": 10723.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 54.714, - "total_cases_per_million": 20598.697, - "new_cases_per_million": 100.438, - "new_cases_smoothed_per_million": 87.121, - "total_deaths_per_million": 560.938, - "new_deaths_per_million": 2.72, - "new_deaths_smoothed_per_million": 2.862, - "new_tests": 29727.0, - "total_tests": 2164005.0, - "total_tests_per_thousand": 113.203, - "new_tests_per_thousand": 1.555, - "new_tests_smoothed": 26188.0, - "new_tests_smoothed_per_thousand": 1.37, - "tests_per_case": 15.724, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-23", - "total_cases": 395708.0, - "new_cases": 1939.0, - "new_cases_smoothed": 1686.571, - "total_deaths": 10792.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 56.714, - "total_cases_per_million": 20700.129, - "new_cases_per_million": 101.432, - "new_cases_smoothed_per_million": 88.227, - "total_deaths_per_million": 564.547, - "new_deaths_per_million": 3.61, - "new_deaths_smoothed_per_million": 2.967, - "new_tests": 31981.0, - "total_tests": 2195986.0, - "total_tests_per_thousand": 114.876, - "new_tests_per_thousand": 1.673, - "new_tests_smoothed": 26345.0, - "new_tests_smoothed_per_thousand": 1.378, - "tests_per_case": 15.62, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-24", - "total_cases": 397665.0, - "new_cases": 1957.0, - "new_cases_smoothed": 1674.143, - "total_deaths": 10852.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 57.143, - "total_cases_per_million": 20802.503, - "new_cases_per_million": 102.374, - "new_cases_smoothed_per_million": 87.577, - "total_deaths_per_million": 567.686, - "new_deaths_per_million": 3.139, - "new_deaths_smoothed_per_million": 2.989, - "new_tests": 27454.0, - "total_tests": 2223440.0, - "total_tests_per_thousand": 116.312, - "new_tests_per_thousand": 1.436, - "new_tests_smoothed": 26655.0, - "new_tests_smoothed_per_thousand": 1.394, - "tests_per_case": 15.922, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-25", - "total_cases": 399568.0, - "new_cases": 1903.0, - "new_cases_smoothed": 1723.714, - "total_deaths": 10916.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 57.571, - "total_cases_per_million": 20902.052, - "new_cases_per_million": 99.549, - "new_cases_smoothed_per_million": 90.17, - "total_deaths_per_million": 571.034, - "new_deaths_per_million": 3.348, - "new_deaths_smoothed_per_million": 3.012, - "new_tests": 24503.0, - "total_tests": 2247943.0, - "total_tests_per_thousand": 117.594, - "new_tests_per_thousand": 1.282, - "new_tests_smoothed": 26841.0, - "new_tests_smoothed_per_thousand": 1.404, - "tests_per_case": 15.572000000000001, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-26", - "total_cases": 400985.0, - "new_cases": 1417.0, - "new_cases_smoothed": 1732.857, - "total_deaths": 10958.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 58.857, - "total_cases_per_million": 20976.178, - "new_cases_per_million": 74.126, - "new_cases_smoothed_per_million": 90.649, - "total_deaths_per_million": 573.231, - "new_deaths_per_million": 2.197, - "new_deaths_smoothed_per_million": 3.079, - "new_tests": 20257.0, - "total_tests": 2268200.0, - "total_tests_per_thousand": 118.653, - "new_tests_per_thousand": 1.06, - "new_tests_smoothed": 26981.0, - "new_tests_smoothed_per_thousand": 1.411, - "tests_per_case": 15.57, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-27", - "total_cases": 402365.0, - "new_cases": 1380.0, - "new_cases_smoothed": 1761.143, - "total_deaths": 10990.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 58.857, - "total_cases_per_million": 21048.368, - "new_cases_per_million": 72.19, - "new_cases_smoothed_per_million": 92.128, - "total_deaths_per_million": 574.905, - "new_deaths_per_million": 1.674, - "new_deaths_smoothed_per_million": 3.079, - "new_tests": 27019.0, - "total_tests": 2295219.0, - "total_tests_per_thousand": 120.067, - "new_tests_per_thousand": 1.413, - "new_tests_smoothed": 27087.0, - "new_tests_smoothed_per_thousand": 1.417, - "tests_per_case": 15.38, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-28", - "total_cases": 404102.0, - "new_cases": 1737.0, - "new_cases_smoothed": 1750.429, - "total_deaths": 11072.0, - "new_deaths": 82.0, - "new_deaths_smoothed": 57.286, - "total_cases_per_million": 21139.233, - "new_cases_per_million": 90.865, - "new_cases_smoothed_per_million": 91.568, - "total_deaths_per_million": 579.194, - "new_deaths_per_million": 4.29, - "new_deaths_smoothed_per_million": 2.997, - "new_tests": 30274.0, - "total_tests": 2325493.0, - "total_tests_per_thousand": 121.65, - "new_tests_per_thousand": 1.584, - "new_tests_smoothed": 27316.0, - "new_tests_smoothed_per_thousand": 1.429, - "tests_per_case": 15.605, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-29", - "total_cases": 405972.0, - "new_cases": 1870.0, - "new_cases_smoothed": 1743.286, - "total_deaths": 11132.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 58.429, - "total_cases_per_million": 21237.056, - "new_cases_per_million": 97.823, - "new_cases_smoothed_per_million": 91.194, - "total_deaths_per_million": 582.333, - "new_deaths_per_million": 3.139, - "new_deaths_smoothed_per_million": 3.056, - "new_tests": 32237.0, - "total_tests": 2357730.0, - "total_tests_per_thousand": 123.337, - "new_tests_per_thousand": 1.686, - "new_tests_smoothed": 27675.0, - "new_tests_smoothed_per_thousand": 1.448, - "tests_per_case": 15.875, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-30", - "total_cases": 408009.0, - "new_cases": 2037.0, - "new_cases_smoothed": 1757.286, - "total_deaths": 11181.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 55.571, - "total_cases_per_million": 21343.615, - "new_cases_per_million": 106.559, - "new_cases_smoothed_per_million": 91.926, - "total_deaths_per_million": 584.896, - "new_deaths_per_million": 2.563, - "new_deaths_smoothed_per_million": 2.907, - "new_tests": 34769.0, - "total_tests": 2392499.0, - "total_tests_per_thousand": 125.156, - "new_tests_per_thousand": 1.819, - "new_tests_smoothed": 28073.0, - "new_tests_smoothed_per_thousand": 1.469, - "tests_per_case": 15.975, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-08-31", - "total_cases": 409974.0, - "new_cases": 1965.0, - "new_cases_smoothed": 1758.429, - "total_deaths": 11244.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 56.0, - "total_cases_per_million": 21446.407, - "new_cases_per_million": 102.792, - "new_cases_smoothed_per_million": 91.986, - "total_deaths_per_million": 588.192, - "new_deaths_per_million": 3.296, - "new_deaths_smoothed_per_million": 2.929, - "new_tests": 31914.0, - "total_tests": 2424413.0, - "total_tests_per_thousand": 126.825, - "new_tests_per_thousand": 1.669, - "new_tests_smoothed": 28710.0, - "new_tests_smoothed_per_thousand": 1.502, - "tests_per_case": 16.327, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-01", - "total_cases": 411726.0, - "new_cases": 1752.0, - "new_cases_smoothed": 1736.857, - "total_deaths": 11289.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 53.286, - "total_cases_per_million": 21538.057, - "new_cases_per_million": 91.65, - "new_cases_smoothed_per_million": 90.858, - "total_deaths_per_million": 590.546, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 2.787, - "new_tests": 26326.0, - "total_tests": 2450739.0, - "total_tests_per_thousand": 128.202, - "new_tests_per_thousand": 1.377, - "new_tests_smoothed": 28971.0, - "new_tests_smoothed_per_thousand": 1.516, - "tests_per_case": 16.68, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-02", - "total_cases": 413145.0, - "new_cases": 1419.0, - "new_cases_smoothed": 1737.143, - "total_deaths": 11321.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 51.857, - "total_cases_per_million": 21612.287, - "new_cases_per_million": 74.23, - "new_cases_smoothed_per_million": 90.873, - "total_deaths_per_million": 592.22, - "new_deaths_per_million": 1.674, - "new_deaths_smoothed_per_million": 2.713, - "new_tests": 22746.0, - "total_tests": 2473485.0, - "total_tests_per_thousand": 129.392, - "new_tests_per_thousand": 1.19, - "new_tests_smoothed": 29326.0, - "new_tests_smoothed_per_thousand": 1.534, - "tests_per_case": 16.882, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-03", - "total_cases": 414739.0, - "new_cases": 1594.0, - "new_cases_smoothed": 1767.714, - "total_deaths": 11344.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 50.571, - "total_cases_per_million": 21695.672, - "new_cases_per_million": 83.385, - "new_cases_smoothed_per_million": 92.472, - "total_deaths_per_million": 593.423, - "new_deaths_per_million": 1.203, - "new_deaths_smoothed_per_million": 2.645, - "new_tests": 27242.0, - "total_tests": 2500727.0, - "total_tests_per_thousand": 130.817, - "new_tests_per_thousand": 1.425, - "new_tests_smoothed": 29358.0, - "new_tests_smoothed_per_thousand": 1.536, - "tests_per_case": 16.608, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-04", - "total_cases": 416501.0, - "new_cases": 1762.0, - "new_cases_smoothed": 1771.286, - "total_deaths": 11422.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 50.0, - "total_cases_per_million": 21787.845, - "new_cases_per_million": 92.173, - "new_cases_smoothed_per_million": 92.659, - "total_deaths_per_million": 597.503, - "new_deaths_per_million": 4.08, - "new_deaths_smoothed_per_million": 2.616, - "new_tests": 31968.0, - "total_tests": 2532695.0, - "total_tests_per_thousand": 132.489, - "new_tests_per_thousand": 1.672, - "new_tests_smoothed": 29600.0, - "new_tests_smoothed_per_thousand": 1.548, - "tests_per_case": 16.711, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-05", - "total_cases": 418469.0, - "new_cases": 1968.0, - "new_cases_smoothed": 1785.286, - "total_deaths": 11494.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 51.714, - "total_cases_per_million": 21890.794, - "new_cases_per_million": 102.949, - "new_cases_smoothed_per_million": 93.391, - "total_deaths_per_million": 601.27, - "new_deaths_per_million": 3.766, - "new_deaths_smoothed_per_million": 2.705, - "new_tests": 34595.0, - "total_tests": 2567290.0, - "total_tests_per_thousand": 134.299, - "new_tests_per_thousand": 1.81, - "new_tests_smoothed": 29937.0, - "new_tests_smoothed_per_thousand": 1.566, - "tests_per_case": 16.769000000000002, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-06", - "total_cases": 420434.0, - "new_cases": 1965.0, - "new_cases_smoothed": 1775.0, - "total_deaths": 11551.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 52.857, - "total_cases_per_million": 21993.587, - "new_cases_per_million": 102.792, - "new_cases_smoothed_per_million": 92.853, - "total_deaths_per_million": 604.252, - "new_deaths_per_million": 2.982, - "new_deaths_smoothed_per_million": 2.765, - "new_tests": 35289.0, - "total_tests": 2602579.0, - "total_tests_per_thousand": 136.145, - "new_tests_per_thousand": 1.846, - "new_tests_smoothed": 30011.0, - "new_tests_smoothed_per_thousand": 1.57, - "tests_per_case": 16.908, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-07", - "total_cases": 422510.0, - "new_cases": 2076.0, - "new_cases_smoothed": 1790.857, - "total_deaths": 11592.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 49.714, - "total_cases_per_million": 22102.186, - "new_cases_per_million": 108.599, - "new_cases_smoothed_per_million": 93.683, - "total_deaths_per_million": 606.396, - "new_deaths_per_million": 2.145, - "new_deaths_smoothed_per_million": 2.601, - "new_tests": 30987.0, - "total_tests": 2633566.0, - "total_tests_per_thousand": 137.766, - "new_tests_per_thousand": 1.621, - "new_tests_smoothed": 29879.0, - "new_tests_smoothed_per_thousand": 1.563, - "tests_per_case": 16.684, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-08", - "total_cases": 424274.0, - "new_cases": 1764.0, - "new_cases_smoothed": 1792.571, - "total_deaths": 11652.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 51.857, - "total_cases_per_million": 22194.463, - "new_cases_per_million": 92.278, - "new_cases_smoothed_per_million": 93.772, - "total_deaths_per_million": 609.535, - "new_deaths_per_million": 3.139, - "new_deaths_smoothed_per_million": 2.713, - "new_tests": 27980.0, - "total_tests": 2661546.0, - "total_tests_per_thousand": 139.23, - "new_tests_per_thousand": 1.464, - "new_tests_smoothed": 30115.0, - "new_tests_smoothed_per_thousand": 1.575, - "tests_per_case": 16.8, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-09", - "total_cases": 425541.0, - "new_cases": 1267.0, - "new_cases_smoothed": 1770.857, - "total_deaths": 11682.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 51.571, - "total_cases_per_million": 22260.742, - "new_cases_per_million": 66.279, - "new_cases_smoothed_per_million": 92.636, - "total_deaths_per_million": 611.104, - "new_deaths_per_million": 1.569, - "new_deaths_smoothed_per_million": 2.698, - "new_tests": 21805.0, - "total_tests": 2683351.0, - "total_tests_per_thousand": 140.37, - "new_tests_per_thousand": 1.141, - "new_tests_smoothed": 29981.0, - "new_tests_smoothed_per_thousand": 1.568, - "tests_per_case": 16.93, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-10", - "total_cases": 427027.0, - "new_cases": 1486.0, - "new_cases_smoothed": 1755.429, - "total_deaths": 11702.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 51.143, - "total_cases_per_million": 22338.477, - "new_cases_per_million": 77.735, - "new_cases_smoothed_per_million": 91.829, - "total_deaths_per_million": 612.151, - "new_deaths_per_million": 1.046, - "new_deaths_smoothed_per_million": 2.675, - "new_tests": 28313.0, - "total_tests": 2711664.0, - "total_tests_per_thousand": 141.852, - "new_tests_per_thousand": 1.481, - "new_tests_smoothed": 30134.0, - "new_tests_smoothed_per_thousand": 1.576, - "tests_per_case": 17.166, - "positive_rate": 0.057999999999999996, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-11", - "total_cases": 428669.0, - "new_cases": 1642.0, - "new_cases_smoothed": 1738.286, - "total_deaths": 11781.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 51.286, - "total_cases_per_million": 22424.373, - "new_cases_per_million": 85.896, - "new_cases_smoothed_per_million": 90.933, - "total_deaths_per_million": 616.283, - "new_deaths_per_million": 4.133, - "new_deaths_smoothed_per_million": 2.683, - "new_tests": 34082.0, - "total_tests": 2745746.0, - "total_tests_per_thousand": 143.634, - "new_tests_per_thousand": 1.783, - "new_tests_smoothed": 30436.0, - "new_tests_smoothed_per_thousand": 1.592, - "tests_per_case": 17.509, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-12", - "total_cases": 430535.0, - "new_cases": 1866.0, - "new_cases_smoothed": 1723.714, - "total_deaths": 11850.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 50.857, - "total_cases_per_million": 22521.986, - "new_cases_per_million": 97.613, - "new_cases_smoothed_per_million": 90.17, - "total_deaths_per_million": 619.893, - "new_deaths_per_million": 3.61, - "new_deaths_smoothed_per_million": 2.66, - "new_tests": 38062.0, - "total_tests": 2783808.0, - "total_tests_per_thousand": 145.626, - "new_tests_per_thousand": 1.991, - "new_tests_smoothed": 30931.0, - "new_tests_smoothed_per_thousand": 1.618, - "tests_per_case": 17.944000000000003, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-13", - "total_cases": 432666.0, - "new_cases": 2131.0, - "new_cases_smoothed": 1747.429, - "total_deaths": 11895.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 49.143, - "total_cases_per_million": 22633.463, - "new_cases_per_million": 111.476, - "new_cases_smoothed_per_million": 91.411, - "total_deaths_per_million": 622.247, - "new_deaths_per_million": 2.354, - "new_deaths_smoothed_per_million": 2.571, - "new_tests": 36298.0, - "total_tests": 2820106.0, - "total_tests_per_thousand": 147.524, - "new_tests_per_thousand": 1.899, - "new_tests_smoothed": 31075.0, - "new_tests_smoothed_per_thousand": 1.626, - "tests_per_case": 17.783, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-14", - "total_cases": 434748.0, - "new_cases": 2082.0, - "new_cases_smoothed": 1748.286, - "total_deaths": 11949.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 51.0, - "total_cases_per_million": 22742.375, - "new_cases_per_million": 108.913, - "new_cases_smoothed_per_million": 91.456, - "total_deaths_per_million": 625.072, - "new_deaths_per_million": 2.825, - "new_deaths_smoothed_per_million": 2.668, - "new_tests": 32577.0, - "total_tests": 2852683.0, - "total_tests_per_thousand": 149.228, - "new_tests_per_thousand": 1.704, - "new_tests_smoothed": 31302.0, - "new_tests_smoothed_per_thousand": 1.637, - "tests_per_case": 17.904, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-15", - "total_cases": 436433.0, - "new_cases": 1685.0, - "new_cases_smoothed": 1737.0, - "total_deaths": 12013.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 51.571, - "total_cases_per_million": 22830.52, - "new_cases_per_million": 88.145, - "new_cases_smoothed_per_million": 90.865, - "total_deaths_per_million": 628.42, - "new_deaths_per_million": 3.348, - "new_deaths_smoothed_per_million": 2.698, - "new_tests": 27197.0, - "total_tests": 2879880.0, - "total_tests_per_thousand": 150.651, - "new_tests_per_thousand": 1.423, - "new_tests_smoothed": 31191.0, - "new_tests_smoothed_per_thousand": 1.632, - "tests_per_case": 17.957, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-16", - "total_cases": 437983.0, - "new_cases": 1550.0, - "new_cases_smoothed": 1777.429, - "total_deaths": 12040.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 51.143, - "total_cases_per_million": 22911.603, - "new_cases_per_million": 81.083, - "new_cases_smoothed_per_million": 92.98, - "total_deaths_per_million": 629.832, - "new_deaths_per_million": 1.412, - "new_deaths_smoothed_per_million": 2.675, - "new_tests": 23102.0, - "total_tests": 2902982.0, - "total_tests_per_thousand": 151.86, - "new_tests_per_thousand": 1.209, - "new_tests_smoothed": 31376.0, - "new_tests_smoothed_per_thousand": 1.641, - "tests_per_case": 17.652, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-17", - "total_cases": 439287.0, - "new_cases": 1304.0, - "new_cases_smoothed": 1751.429, - "total_deaths": 12058.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 50.857, - "total_cases_per_million": 22979.818, - "new_cases_per_million": 68.214, - "new_cases_smoothed_per_million": 91.62, - "total_deaths_per_million": 630.774, - "new_deaths_per_million": 0.942, - "new_deaths_smoothed_per_million": 2.66, - "new_tests": 31646.0, - "total_tests": 2934628.0, - "total_tests_per_thousand": 153.515, - "new_tests_per_thousand": 1.655, - "new_tests_smoothed": 31852.0, - "new_tests_smoothed_per_thousand": 1.666, - "tests_per_case": 18.186, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-18", - "total_cases": 441150.0, - "new_cases": 1863.0, - "new_cases_smoothed": 1783.0, - "total_deaths": 12142.0, - "new_deaths": 84.0, - "new_deaths_smoothed": 51.571, - "total_cases_per_million": 23077.274, - "new_cases_per_million": 97.457, - "new_cases_smoothed_per_million": 93.272, - "total_deaths_per_million": 635.168, - "new_deaths_per_million": 4.394, - "new_deaths_smoothed_per_million": 2.698, - "new_tests": 33240.0, - "total_tests": 2967868.0, - "total_tests_per_thousand": 155.254, - "new_tests_per_thousand": 1.739, - "new_tests_smoothed": 31732.0, - "new_tests_smoothed_per_thousand": 1.66, - "tests_per_case": 17.797, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-19", - "total_cases": 442827.0, - "new_cases": 1677.0, - "new_cases_smoothed": 1756.0, - "total_deaths": 12199.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 49.857, - "total_cases_per_million": 23165.001, - "new_cases_per_million": 87.727, - "new_cases_smoothed_per_million": 91.859, - "total_deaths_per_million": 638.15, - "new_deaths_per_million": 2.982, - "new_deaths_smoothed_per_million": 2.608, - "new_tests": 34822.0, - "total_tests": 3002690.0, - "total_tests_per_thousand": 157.076, - "new_tests_per_thousand": 1.822, - "new_tests_smoothed": 31269.0, - "new_tests_smoothed_per_thousand": 1.636, - "tests_per_case": 17.807000000000002, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-20", - "total_cases": 444674.0, - "new_cases": 1847.0, - "new_cases_smoothed": 1715.429, - "total_deaths": 12254.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 51.286, - "total_cases_per_million": 23261.621, - "new_cases_per_million": 96.62, - "new_cases_smoothed_per_million": 89.737, - "total_deaths_per_million": 641.027, - "new_deaths_per_million": 2.877, - "new_deaths_smoothed_per_million": 2.683, - "new_tests": 27620.0, - "total_tests": 3030310.0, - "total_tests_per_thousand": 158.52, - "new_tests_per_thousand": 1.445, - "new_tests_smoothed": 30029.0, - "new_tests_smoothed_per_thousand": 1.571, - "tests_per_case": 17.505, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-21", - "total_cases": 446274.0, - "new_cases": 1600.0, - "new_cases_smoothed": 1646.571, - "total_deaths": 12286.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 48.143, - "total_cases_per_million": 23345.319, - "new_cases_per_million": 83.699, - "new_cases_smoothed_per_million": 86.135, - "total_deaths_per_million": 642.701, - "new_deaths_per_million": 1.674, - "new_deaths_smoothed_per_million": 2.518, - "new_tests": 16822.0, - "total_tests": 3047132.0, - "total_tests_per_thousand": 159.4, - "new_tests_per_thousand": 0.88, - "new_tests_smoothed": 27778.0, - "new_tests_smoothed_per_thousand": 1.453, - "tests_per_case": 16.87, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 83.8 - }, - { - "date": "2020-09-22", - "total_cases": 447468.0, - "new_cases": 1194.0, - "new_cases_smoothed": 1576.429, - "total_deaths": 12298.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 40.714, - "total_cases_per_million": 23407.779, - "new_cases_per_million": 62.46, - "new_cases_smoothed_per_million": 82.466, - "total_deaths_per_million": 643.328, - "new_deaths_per_million": 0.628, - "new_deaths_smoothed_per_million": 2.13, - "new_tests": 13389.0, - "total_tests": 3060521.0, - "total_tests_per_thousand": 160.101, - "new_tests_per_thousand": 0.7, - "new_tests_smoothed": 25806.0, - "new_tests_smoothed_per_thousand": 1.35, - "tests_per_case": 16.37, - "positive_rate": 0.061, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 448523.0, - "new_cases": 1055.0, - "new_cases_smoothed": 1505.714, - "total_deaths": 12321.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 23462.968, - "new_cases_per_million": 55.189, - "new_cases_smoothed_per_million": 78.766, - "total_deaths_per_million": 644.532, - "new_deaths_per_million": 1.203, - "new_deaths_smoothed_per_million": 2.1, - "new_tests": 15573.0, - "total_tests": 3076094.0, - "total_tests_per_thousand": 160.915, - "new_tests_per_thousand": 0.815, - "new_tests_smoothed": 24730.0, - "new_tests_smoothed_per_thousand": 1.294, - "tests_per_case": 16.424, - "positive_rate": 0.061, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 449903.0, - "new_cases": 1380.0, - "new_cases_smoothed": 1516.571, - "total_deaths": 12345.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 23535.158, - "new_cases_per_million": 72.19, - "new_cases_smoothed_per_million": 79.334, - "total_deaths_per_million": 645.787, - "new_deaths_per_million": 1.255, - "new_deaths_smoothed_per_million": 2.145, - "new_tests": 29078.0, - "total_tests": 3105172.0, - "total_tests_per_thousand": 162.437, - "new_tests_per_thousand": 1.521, - "new_tests_smoothed": 24363.0, - "new_tests_smoothed_per_thousand": 1.274, - "tests_per_case": 16.065, - "positive_rate": 0.062, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 451634.0, - "new_cases": 1731.0, - "new_cases_smoothed": 1497.714, - "total_deaths": 12469.0, - "new_deaths": 124.0, - "new_deaths_smoothed": 46.714, - "total_cases_per_million": 23625.709, - "new_cases_per_million": 90.551, - "new_cases_smoothed_per_million": 78.348, - "total_deaths_per_million": 652.274, - "new_deaths_per_million": 6.487, - "new_deaths_smoothed_per_million": 2.444 - } - ] - }, - "CHN": { - "continent": "Asia", - "location": "China", - "population": 1439323774.0, - "population_density": 147.674, - "median_age": 38.7, - "aged_65_older": 10.641, - "aged_70_older": 5.929, - "gdp_per_capita": 15308.712, - "extreme_poverty": 0.7, - "cardiovasc_death_rate": 261.899, - "diabetes_prevalence": 9.74, - "female_smokers": 1.9, - "male_smokers": 48.4, - "hospital_beds_per_thousand": 4.34, - "life_expectancy": 76.91, - "human_development_index": 0.752, - "data": [ - { - "date": "2019-12-31", - "total_cases": 27.0, - "new_cases": 27.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.019, - "new_cases_per_million": 0.019, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 27.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.019, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 27.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.019, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 44.0, - "new_cases": 17.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.031, - "new_cases_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 44.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.031, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 59.0, - "new_cases": 15.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-06", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-07", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-08", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-09", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-10", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-11", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-12", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-13", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-14", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-15", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-16", - "total_cases": 59.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-17", - "total_cases": 63.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.044, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-18", - "total_cases": 80.0, - "new_cases": 17.0, - "new_cases_smoothed": 3.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.056, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.001, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-19", - "total_cases": 216.0, - "new_cases": 136.0, - "new_cases_smoothed": 22.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.15, - "new_cases_per_million": 0.094, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 0.002, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-20", - "total_cases": 235.0, - "new_cases": 19.0, - "new_cases_smoothed": 25.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.163, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.002, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-21", - "total_cases": 386.0, - "new_cases": 151.0, - "new_cases_smoothed": 46.714, - "total_deaths": 6.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 0.268, - "new_cases_per_million": 0.105, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 0.004, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-22", - "total_cases": 526.0, - "new_cases": 140.0, - "new_cases_smoothed": 66.714, - "total_deaths": 17.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 0.365, - "new_cases_per_million": 0.097, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 0.012, - "new_deaths_per_million": 0.008, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 26.39 - }, - { - "date": "2020-01-23", - "total_cases": 623.0, - "new_cases": 97.0, - "new_cases_smoothed": 80.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 0.433, - "new_cases_per_million": 0.067, - "new_cases_smoothed_per_million": 0.056, - "total_deaths_per_million": 0.012, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 44.91 - }, - { - "date": "2020-01-24", - "total_cases": 882.0, - "new_cases": 259.0, - "new_cases_smoothed": 117.0, - "total_deaths": 26.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 0.613, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.018, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 44.91 - }, - { - "date": "2020-01-25", - "total_cases": 1323.0, - "new_cases": 441.0, - "new_cases_smoothed": 177.571, - "total_deaths": 41.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 0.919, - "new_cases_per_million": 0.306, - "new_cases_smoothed_per_million": 0.123, - "total_deaths_per_million": 0.028, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 47.69 - }, - { - "date": "2020-01-26", - "total_cases": 1988.0, - "new_cases": 665.0, - "new_cases_smoothed": 253.143, - "total_deaths": 56.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 1.381, - "new_cases_per_million": 0.462, - "new_cases_smoothed_per_million": 0.176, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 69.91 - }, - { - "date": "2020-01-27", - "total_cases": 2775.0, - "new_cases": 787.0, - "new_cases_smoothed": 362.857, - "total_deaths": 81.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 1.928, - "new_cases_per_million": 0.547, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 0.056, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 69.91 - }, - { - "date": "2020-01-28", - "total_cases": 4528.0, - "new_cases": 1753.0, - "new_cases_smoothed": 591.714, - "total_deaths": 106.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 3.146, - "new_cases_per_million": 1.218, - "new_cases_smoothed_per_million": 0.411, - "total_deaths_per_million": 0.074, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.01, - "stringency_index": 69.91 - }, - { - "date": "2020-01-29", - "total_cases": 5994.0, - "new_cases": 1466.0, - "new_cases_smoothed": 781.143, - "total_deaths": 132.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 4.164, - "new_cases_per_million": 1.019, - "new_cases_smoothed_per_million": 0.543, - "total_deaths_per_million": 0.092, - "new_deaths_per_million": 0.018, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 69.91 - }, - { - "date": "2020-01-30", - "total_cases": 7734.0, - "new_cases": 1740.0, - "new_cases_smoothed": 1015.857, - "total_deaths": 170.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 5.373, - "new_cases_per_million": 1.209, - "new_cases_smoothed_per_million": 0.706, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 69.91 - }, - { - "date": "2020-01-31", - "total_cases": 9714.0, - "new_cases": 1980.0, - "new_cases_smoothed": 1261.714, - "total_deaths": 213.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 6.749, - "new_cases_per_million": 1.376, - "new_cases_smoothed_per_million": 0.877, - "total_deaths_per_million": 0.148, - "new_deaths_per_million": 0.03, - "new_deaths_smoothed_per_million": 0.019, - "stringency_index": 69.91 - }, - { - "date": "2020-02-01", - "total_cases": 11809.0, - "new_cases": 2095.0, - "new_cases_smoothed": 1498.0, - "total_deaths": 259.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 8.205, - "new_cases_per_million": 1.456, - "new_cases_smoothed_per_million": 1.041, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 77.31 - }, - { - "date": "2020-02-02", - "total_cases": 14399.0, - "new_cases": 2590.0, - "new_cases_smoothed": 1773.0, - "total_deaths": 304.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 35.429, - "total_cases_per_million": 10.004, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 1.232, - "total_deaths_per_million": 0.211, - "new_deaths_per_million": 0.031, - "new_deaths_smoothed_per_million": 0.025, - "stringency_index": 77.31 - }, - { - "date": "2020-02-03", - "total_cases": 17211.0, - "new_cases": 2812.0, - "new_cases_smoothed": 2062.286, - "total_deaths": 361.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 40.0, - "total_cases_per_million": 11.958, - "new_cases_per_million": 1.954, - "new_cases_smoothed_per_million": 1.433, - "total_deaths_per_million": 0.251, - "new_deaths_per_million": 0.04, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 77.31 - }, - { - "date": "2020-02-04", - "total_cases": 20448.0, - "new_cases": 3237.0, - "new_cases_smoothed": 2274.286, - "total_deaths": 426.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 45.714, - "total_cases_per_million": 14.207, - "new_cases_per_million": 2.249, - "new_cases_smoothed_per_million": 1.58, - "total_deaths_per_million": 0.296, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 77.31 - }, - { - "date": "2020-02-05", - "total_cases": 24320.0, - "new_cases": 3872.0, - "new_cases_smoothed": 2618.0, - "total_deaths": 492.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 51.429, - "total_cases_per_million": 16.897, - "new_cases_per_million": 2.69, - "new_cases_smoothed_per_million": 1.819, - "total_deaths_per_million": 0.342, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 77.31 - }, - { - "date": "2020-02-06", - "total_cases": 28047.0, - "new_cases": 3727.0, - "new_cases_smoothed": 2901.857, - "total_deaths": 564.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 56.286, - "total_cases_per_million": 19.486, - "new_cases_per_million": 2.589, - "new_cases_smoothed_per_million": 2.016, - "total_deaths_per_million": 0.392, - "new_deaths_per_million": 0.05, - "new_deaths_smoothed_per_million": 0.039, - "stringency_index": 77.31 - }, - { - "date": "2020-02-07", - "total_cases": 31207.0, - "new_cases": 3160.0, - "new_cases_smoothed": 3070.429, - "total_deaths": 637.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 60.571, - "total_cases_per_million": 21.682, - "new_cases_per_million": 2.195, - "new_cases_smoothed_per_million": 2.133, - "total_deaths_per_million": 0.443, - "new_deaths_per_million": 0.051, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 77.31 - }, - { - "date": "2020-02-08", - "total_cases": 34625.0, - "new_cases": 3418.0, - "new_cases_smoothed": 3259.429, - "total_deaths": 723.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 66.286, - "total_cases_per_million": 24.056, - "new_cases_per_million": 2.375, - "new_cases_smoothed_per_million": 2.265, - "total_deaths_per_million": 0.502, - "new_deaths_per_million": 0.06, - "new_deaths_smoothed_per_million": 0.046, - "stringency_index": 77.31 - }, - { - "date": "2020-02-09", - "total_cases": 37232.0, - "new_cases": 2607.0, - "new_cases_smoothed": 3261.857, - "total_deaths": 812.0, - "new_deaths": 89.0, - "new_deaths_smoothed": 72.571, - "total_cases_per_million": 25.868, - "new_cases_per_million": 1.811, - "new_cases_smoothed_per_million": 2.266, - "total_deaths_per_million": 0.564, - "new_deaths_per_million": 0.062, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 77.31 - }, - { - "date": "2020-02-10", - "total_cases": 40206.0, - "new_cases": 2974.0, - "new_cases_smoothed": 3285.0, - "total_deaths": 909.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 78.286, - "total_cases_per_million": 27.934, - "new_cases_per_million": 2.066, - "new_cases_smoothed_per_million": 2.282, - "total_deaths_per_million": 0.632, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 75.46 - }, - { - "date": "2020-02-11", - "total_cases": 42696.0, - "new_cases": 2490.0, - "new_cases_smoothed": 3178.286, - "total_deaths": 1017.0, - "new_deaths": 108.0, - "new_deaths_smoothed": 84.429, - "total_cases_per_million": 29.664, - "new_cases_per_million": 1.73, - "new_cases_smoothed_per_million": 2.208, - "total_deaths_per_million": 0.707, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 75.46 - }, - { - "date": "2020-02-12", - "total_cases": 44724.0, - "new_cases": 2028.0, - "new_cases_smoothed": 2914.857, - "total_deaths": 1114.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 88.857, - "total_cases_per_million": 31.073, - "new_cases_per_million": 1.409, - "new_cases_smoothed_per_million": 2.025, - "total_deaths_per_million": 0.774, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 75.46 - }, - { - "date": "2020-02-13", - "total_cases": 59865.0, - "new_cases": 15141.0, - "new_cases_smoothed": 4545.429, - "total_deaths": 1368.0, - "new_deaths": 254.0, - "new_deaths_smoothed": 114.857, - "total_cases_per_million": 41.592, - "new_cases_per_million": 10.52, - "new_cases_smoothed_per_million": 3.158, - "total_deaths_per_million": 0.95, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.08, - "stringency_index": 75.46 - }, - { - "date": "2020-02-14", - "total_cases": 64021.0, - "new_cases": 4156.0, - "new_cases_smoothed": 4687.714, - "total_deaths": 1381.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 106.286, - "total_cases_per_million": 44.48, - "new_cases_per_million": 2.887, - "new_cases_smoothed_per_million": 3.257, - "total_deaths_per_million": 0.959, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.074, - "stringency_index": 75.46 - }, - { - "date": "2020-02-15", - "total_cases": 66559.0, - "new_cases": 2538.0, - "new_cases_smoothed": 4562.0, - "total_deaths": 1524.0, - "new_deaths": 143.0, - "new_deaths_smoothed": 114.429, - "total_cases_per_million": 46.243, - "new_cases_per_million": 1.763, - "new_cases_smoothed_per_million": 3.17, - "total_deaths_per_million": 1.059, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.08, - "stringency_index": 75.46 - }, - { - "date": "2020-02-16", - "total_cases": 68566.0, - "new_cases": 2007.0, - "new_cases_smoothed": 4476.286, - "total_deaths": 1666.0, - "new_deaths": 142.0, - "new_deaths_smoothed": 122.0, - "total_cases_per_million": 47.638, - "new_cases_per_million": 1.394, - "new_cases_smoothed_per_million": 3.11, - "total_deaths_per_million": 1.157, - "new_deaths_per_million": 0.099, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 75.46 - }, - { - "date": "2020-02-17", - "total_cases": 70618.0, - "new_cases": 2052.0, - "new_cases_smoothed": 4344.571, - "total_deaths": 1771.0, - "new_deaths": 105.0, - "new_deaths_smoothed": 123.143, - "total_cases_per_million": 49.063, - "new_cases_per_million": 1.426, - "new_cases_smoothed_per_million": 3.018, - "total_deaths_per_million": 1.23, - "new_deaths_per_million": 0.073, - "new_deaths_smoothed_per_million": 0.086, - "stringency_index": 75.46 - }, - { - "date": "2020-02-18", - "total_cases": 72508.0, - "new_cases": 1890.0, - "new_cases_smoothed": 4258.857, - "total_deaths": 1869.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 121.714, - "total_cases_per_million": 50.376, - "new_cases_per_million": 1.313, - "new_cases_smoothed_per_million": 2.959, - "total_deaths_per_million": 1.299, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 75.46 - }, - { - "date": "2020-02-19", - "total_cases": 74258.0, - "new_cases": 1750.0, - "new_cases_smoothed": 4219.143, - "total_deaths": 2008.0, - "new_deaths": 139.0, - "new_deaths_smoothed": 127.714, - "total_cases_per_million": 51.592, - "new_cases_per_million": 1.216, - "new_cases_smoothed_per_million": 2.931, - "total_deaths_per_million": 1.395, - "new_deaths_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.089, - "stringency_index": 75.46 - }, - { - "date": "2020-02-20", - "total_cases": 74652.0, - "new_cases": 394.0, - "new_cases_smoothed": 2112.429, - "total_deaths": 2120.0, - "new_deaths": 112.0, - "new_deaths_smoothed": 107.429, - "total_cases_per_million": 51.866, - "new_cases_per_million": 0.274, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 1.473, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 75.46 - }, - { - "date": "2020-02-21", - "total_cases": 75543.0, - "new_cases": 891.0, - "new_cases_smoothed": 1646.0, - "total_deaths": 2238.0, - "new_deaths": 118.0, - "new_deaths_smoothed": 122.429, - "total_cases_per_million": 52.485, - "new_cases_per_million": 0.619, - "new_cases_smoothed_per_million": 1.144, - "total_deaths_per_million": 1.555, - "new_deaths_per_million": 0.082, - "new_deaths_smoothed_per_million": 0.085, - "stringency_index": 75.46 - }, - { - "date": "2020-02-22", - "total_cases": 76369.0, - "new_cases": 826.0, - "new_cases_smoothed": 1401.429, - "total_deaths": 2347.0, - "new_deaths": 109.0, - "new_deaths_smoothed": 117.571, - "total_cases_per_million": 53.059, - "new_cases_per_million": 0.574, - "new_cases_smoothed_per_million": 0.974, - "total_deaths_per_million": 1.631, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 75.46 - }, - { - "date": "2020-02-23", - "total_cases": 77016.0, - "new_cases": 647.0, - "new_cases_smoothed": 1207.143, - "total_deaths": 2445.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 111.286, - "total_cases_per_million": 53.508, - "new_cases_per_million": 0.45, - "new_cases_smoothed_per_million": 0.839, - "total_deaths_per_million": 1.699, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.077, - "stringency_index": 75.46 - }, - { - "date": "2020-02-24", - "total_cases": 77234.0, - "new_cases": 218.0, - "new_cases_smoothed": 945.143, - "total_deaths": 2595.0, - "new_deaths": 150.0, - "new_deaths_smoothed": 117.714, - "total_cases_per_million": 53.66, - "new_cases_per_million": 0.151, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 1.803, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.082, - "stringency_index": 75.46 - }, - { - "date": "2020-02-25", - "total_cases": 77749.0, - "new_cases": 515.0, - "new_cases_smoothed": 748.714, - "total_deaths": 2665.0, - "new_deaths": 70.0, - "new_deaths_smoothed": 113.714, - "total_cases_per_million": 54.018, - "new_cases_per_million": 0.358, - "new_cases_smoothed_per_million": 0.52, - "total_deaths_per_million": 1.852, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.079, - "stringency_index": 81.02 - }, - { - "date": "2020-02-26", - "total_cases": 78159.0, - "new_cases": 410.0, - "new_cases_smoothed": 557.286, - "total_deaths": 2717.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 101.286, - "total_cases_per_million": 54.303, - "new_cases_per_million": 0.285, - "new_cases_smoothed_per_million": 0.387, - "total_deaths_per_million": 1.888, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 81.02 - }, - { - "date": "2020-02-27", - "total_cases": 78598.0, - "new_cases": 439.0, - "new_cases_smoothed": 563.714, - "total_deaths": 2746.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 89.429, - "total_cases_per_million": 54.608, - "new_cases_per_million": 0.305, - "new_cases_smoothed_per_million": 0.392, - "total_deaths_per_million": 1.908, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.062, - "stringency_index": 81.02 - }, - { - "date": "2020-02-28", - "total_cases": 78927.0, - "new_cases": 329.0, - "new_cases_smoothed": 483.429, - "total_deaths": 2790.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 78.857, - "total_cases_per_million": 54.836, - "new_cases_per_million": 0.229, - "new_cases_smoothed_per_million": 0.336, - "total_deaths_per_million": 1.938, - "new_deaths_per_million": 0.031, - "new_deaths_smoothed_per_million": 0.055, - "stringency_index": 81.02 - }, - { - "date": "2020-02-29", - "total_cases": 79355.0, - "new_cases": 428.0, - "new_cases_smoothed": 426.571, - "total_deaths": 2837.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 70.0, - "total_cases_per_million": 55.134, - "new_cases_per_million": 0.297, - "new_cases_smoothed_per_million": 0.296, - "total_deaths_per_million": 1.971, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.049, - "stringency_index": 81.02 - }, - { - "date": "2020-03-01", - "total_cases": 79929.0, - "new_cases": 574.0, - "new_cases_smoothed": 416.143, - "total_deaths": 2872.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 61.0, - "total_cases_per_million": 55.532, - "new_cases_per_million": 0.399, - "new_cases_smoothed_per_million": 0.289, - "total_deaths_per_million": 1.995, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 81.02 - }, - { - "date": "2020-03-02", - "total_cases": 80134.0, - "new_cases": 205.0, - "new_cases_smoothed": 414.286, - "total_deaths": 2914.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 45.571, - "total_cases_per_million": 55.675, - "new_cases_per_million": 0.142, - "new_cases_smoothed_per_million": 0.288, - "total_deaths_per_million": 2.025, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 81.02 - }, - { - "date": "2020-03-03", - "total_cases": 80261.0, - "new_cases": 127.0, - "new_cases_smoothed": 358.857, - "total_deaths": 2946.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 55.763, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.249, - "total_deaths_per_million": 2.047, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.028, - "stringency_index": 81.02 - }, - { - "date": "2020-03-04", - "total_cases": 80380.0, - "new_cases": 119.0, - "new_cases_smoothed": 317.286, - "total_deaths": 2983.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 55.846, - "new_cases_per_million": 0.083, - "new_cases_smoothed_per_million": 0.22, - "total_deaths_per_million": 2.073, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 81.02 - }, - { - "date": "2020-03-05", - "total_cases": 80497.0, - "new_cases": 117.0, - "new_cases_smoothed": 271.286, - "total_deaths": 3014.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 55.927, - "new_cases_per_million": 0.081, - "new_cases_smoothed_per_million": 0.188, - "total_deaths_per_million": 2.094, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 81.02 - }, - { - "date": "2020-03-06", - "total_cases": 80667.0, - "new_cases": 170.0, - "new_cases_smoothed": 248.571, - "total_deaths": 3044.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 56.045, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.173, - "total_deaths_per_million": 2.115, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.025, - "stringency_index": 81.02 - }, - { - "date": "2020-03-07", - "total_cases": 80768.0, - "new_cases": 101.0, - "new_cases_smoothed": 201.857, - "total_deaths": 3072.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 56.115, - "new_cases_per_million": 0.07, - "new_cases_smoothed_per_million": 0.14, - "total_deaths_per_million": 2.134, - "new_deaths_per_million": 0.019, - "new_deaths_smoothed_per_million": 0.023, - "stringency_index": 81.02 - }, - { - "date": "2020-03-08", - "total_cases": 80814.0, - "new_cases": 46.0, - "new_cases_smoothed": 126.429, - "total_deaths": 3099.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 32.429, - "total_cases_per_million": 56.147, - "new_cases_per_million": 0.032, - "new_cases_smoothed_per_million": 0.088, - "total_deaths_per_million": 2.153, - "new_deaths_per_million": 0.019, - "new_deaths_smoothed_per_million": 0.023, - "stringency_index": 81.02 - }, - { - "date": "2020-03-09", - "total_cases": 80859.0, - "new_cases": 45.0, - "new_cases_smoothed": 103.571, - "total_deaths": 3122.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 29.714, - "total_cases_per_million": 56.178, - "new_cases_per_million": 0.031, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 2.169, - "new_deaths_per_million": 0.016, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 81.02 - }, - { - "date": "2020-03-10", - "total_cases": 80879.0, - "new_cases": 20.0, - "new_cases_smoothed": 88.286, - "total_deaths": 3139.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 27.571, - "total_cases_per_million": 56.192, - "new_cases_per_million": 0.014, - "new_cases_smoothed_per_million": 0.061, - "total_deaths_per_million": 2.181, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.019, - "stringency_index": 81.02 - }, - { - "date": "2020-03-11", - "total_cases": 80908.0, - "new_cases": 29.0, - "new_cases_smoothed": 75.429, - "total_deaths": 3161.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 56.213, - "new_cases_per_million": 0.02, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 2.196, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.018, - "stringency_index": 81.02 - }, - { - "date": "2020-03-12", - "total_cases": 80932.0, - "new_cases": 24.0, - "new_cases_smoothed": 62.143, - "total_deaths": 3172.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 56.229, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 2.204, - "new_deaths_per_million": 0.008, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 81.02 - }, - { - "date": "2020-03-13", - "total_cases": 80954.0, - "new_cases": 22.0, - "new_cases_smoothed": 41.0, - "total_deaths": 3179.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 56.244, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.028, - "total_deaths_per_million": 2.209, - "new_deaths_per_million": 0.005, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 81.02 - }, - { - "date": "2020-03-14", - "total_cases": 80973.0, - "new_cases": 19.0, - "new_cases_smoothed": 29.286, - "total_deaths": 3194.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 56.258, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 2.219, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.012, - "stringency_index": 81.02 - }, - { - "date": "2020-03-15", - "total_cases": 80995.0, - "new_cases": 22.0, - "new_cases_smoothed": 25.857, - "total_deaths": 3203.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 56.273, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 2.225, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.01, - "stringency_index": 81.02 - }, - { - "date": "2020-03-16", - "total_cases": 81020.0, - "new_cases": 25.0, - "new_cases_smoothed": 23.0, - "total_deaths": 3216.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 56.29, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 2.234, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 79.17 - }, - { - "date": "2020-03-17", - "total_cases": 81063.0, - "new_cases": 43.0, - "new_cases_smoothed": 26.286, - "total_deaths": 3225.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 56.32, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 2.241, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 79.17 - }, - { - "date": "2020-03-18", - "total_cases": 81086.0, - "new_cases": 23.0, - "new_cases_smoothed": 25.429, - "total_deaths": 3241.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 56.336, - "new_cases_per_million": 0.016, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 2.252, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 79.17 - }, - { - "date": "2020-03-19", - "total_cases": 81130.0, - "new_cases": 44.0, - "new_cases_smoothed": 28.286, - "total_deaths": 3249.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 56.367, - "new_cases_per_million": 0.031, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 2.257, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 79.17 - }, - { - "date": "2020-03-20", - "total_cases": 81229.0, - "new_cases": 99.0, - "new_cases_smoothed": 39.286, - "total_deaths": 3253.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 56.436, - "new_cases_per_million": 0.069, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 2.26, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 79.17 - }, - { - "date": "2020-03-21", - "total_cases": 81281.0, - "new_cases": 52.0, - "new_cases_smoothed": 44.0, - "total_deaths": 3259.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 56.472, - "new_cases_per_million": 0.036, - "new_cases_smoothed_per_million": 0.031, - "total_deaths_per_million": 2.264, - "new_deaths_per_million": 0.004, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 79.17 - }, - { - "date": "2020-03-22", - "total_cases": 81346.0, - "new_cases": 65.0, - "new_cases_smoothed": 50.143, - "total_deaths": 3265.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 56.517, - "new_cases_per_million": 0.045, - "new_cases_smoothed_per_million": 0.035, - "total_deaths_per_million": 2.268, - "new_deaths_per_million": 0.004, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 79.17 - }, - { - "date": "2020-03-23", - "total_cases": 81484.0, - "new_cases": 138.0, - "new_cases_smoothed": 66.286, - "total_deaths": 3274.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 56.613, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 2.275, - "new_deaths_per_million": 0.006, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 79.17 - }, - { - "date": "2020-03-24", - "total_cases": 81553.0, - "new_cases": 69.0, - "new_cases_smoothed": 70.0, - "total_deaths": 3281.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 56.661, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 2.28, - "new_deaths_per_million": 0.005, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 79.17 - }, - { - "date": "2020-03-25", - "total_cases": 81631.0, - "new_cases": 78.0, - "new_cases_smoothed": 77.857, - "total_deaths": 3285.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 56.715, - "new_cases_per_million": 0.054, - "new_cases_smoothed_per_million": 0.054, - "total_deaths_per_million": 2.282, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 79.17 - }, - { - "date": "2020-03-26", - "total_cases": 81733.0, - "new_cases": 102.0, - "new_cases_smoothed": 86.143, - "total_deaths": 3291.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 56.786, - "new_cases_per_million": 0.071, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 2.286, - "new_deaths_per_million": 0.004, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.94 - }, - { - "date": "2020-03-27", - "total_cases": 81827.0, - "new_cases": 94.0, - "new_cases_smoothed": 85.429, - "total_deaths": 3296.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 56.851, - "new_cases_per_million": 0.065, - "new_cases_smoothed_per_million": 0.059, - "total_deaths_per_million": 2.29, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 81.94 - }, - { - "date": "2020-03-28", - "total_cases": 81946.0, - "new_cases": 119.0, - "new_cases_smoothed": 95.0, - "total_deaths": 3299.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 56.934, - "new_cases_per_million": 0.083, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 2.292, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 73.61 - }, - { - "date": "2020-03-29", - "total_cases": 82059.0, - "new_cases": 113.0, - "new_cases_smoothed": 101.857, - "total_deaths": 3304.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 57.012, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.071, - "total_deaths_per_million": 2.296, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 73.61 - }, - { - "date": "2020-03-30", - "total_cases": 82157.0, - "new_cases": 98.0, - "new_cases_smoothed": 96.143, - "total_deaths": 3306.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 57.08, - "new_cases_per_million": 0.068, - "new_cases_smoothed_per_million": 0.067, - "total_deaths_per_million": 2.297, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 73.61 - }, - { - "date": "2020-03-31", - "total_cases": 82241.0, - "new_cases": 84.0, - "new_cases_smoothed": 98.286, - "total_deaths": 3309.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 57.139, - "new_cases_per_million": 0.058, - "new_cases_smoothed_per_million": 0.068, - "total_deaths_per_million": 2.299, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 73.61 - }, - { - "date": "2020-04-01", - "total_cases": 82295.0, - "new_cases": 54.0, - "new_cases_smoothed": 94.857, - "total_deaths": 3310.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 57.176, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 73.61 - }, - { - "date": "2020-04-02", - "total_cases": 82395.0, - "new_cases": 100.0, - "new_cases_smoothed": 94.571, - "total_deaths": 3316.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 57.246, - "new_cases_per_million": 0.069, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 2.304, - "new_deaths_per_million": 0.004, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 73.61 - }, - { - "date": "2020-04-03", - "total_cases": 82465.0, - "new_cases": 70.0, - "new_cases_smoothed": 91.143, - "total_deaths": 3326.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 57.294, - "new_cases_per_million": 0.049, - "new_cases_smoothed_per_million": 0.063, - "total_deaths_per_million": 2.311, - "new_deaths_per_million": 0.007, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 69.91 - }, - { - "date": "2020-04-04", - "total_cases": 82527.0, - "new_cases": 62.0, - "new_cases_smoothed": 83.0, - "total_deaths": 3330.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 57.337, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 2.314, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 69.91 - }, - { - "date": "2020-04-05", - "total_cases": 82575.0, - "new_cases": 48.0, - "new_cases_smoothed": 73.714, - "total_deaths": 3333.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 57.371, - "new_cases_per_million": 0.033, - "new_cases_smoothed_per_million": 0.051, - "total_deaths_per_million": 2.316, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 69.91 - }, - { - "date": "2020-04-06", - "total_cases": 82642.0, - "new_cases": 67.0, - "new_cases_smoothed": 69.286, - "total_deaths": 3335.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 57.417, - "new_cases_per_million": 0.047, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 2.317, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 69.91 - }, - { - "date": "2020-04-07", - "total_cases": 82698.0, - "new_cases": 56.0, - "new_cases_smoothed": 65.286, - "total_deaths": 3335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 57.456, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 2.317, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 69.91 - }, - { - "date": "2020-04-08", - "total_cases": 82784.0, - "new_cases": 86.0, - "new_cases_smoothed": 69.857, - "total_deaths": 3337.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 57.516, - "new_cases_per_million": 0.06, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 2.318, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 56.94 - }, - { - "date": "2020-04-09", - "total_cases": 82870.0, - "new_cases": 86.0, - "new_cases_smoothed": 67.857, - "total_deaths": 3339.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 57.576, - "new_cases_per_million": 0.06, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 2.32, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 56.94 - }, - { - "date": "2020-04-10", - "total_cases": 82925.0, - "new_cases": 55.0, - "new_cases_smoothed": 65.714, - "total_deaths": 3340.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 57.614, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 2.321, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-11", - "total_cases": 83004.0, - "new_cases": 79.0, - "new_cases_smoothed": 68.143, - "total_deaths": 3343.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 57.669, - "new_cases_per_million": 0.055, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 2.323, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-12", - "total_cases": 83097.0, - "new_cases": 93.0, - "new_cases_smoothed": 74.571, - "total_deaths": 3343.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 57.733, - "new_cases_per_million": 0.065, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 2.323, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-13", - "total_cases": 83209.0, - "new_cases": 112.0, - "new_cases_smoothed": 81.0, - "total_deaths": 3345.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 57.811, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.056, - "total_deaths_per_million": 2.324, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-14", - "total_cases": 83303.0, - "new_cases": 94.0, - "new_cases_smoothed": 86.429, - "total_deaths": 3345.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 57.876, - "new_cases_per_million": 0.065, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 2.324, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-15", - "total_cases": 83352.0, - "new_cases": 49.0, - "new_cases_smoothed": 81.143, - "total_deaths": 3346.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 57.911, - "new_cases_per_million": 0.034, - "new_cases_smoothed_per_million": 0.056, - "total_deaths_per_million": 2.325, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-16", - "total_cases": 83402.0, - "new_cases": 50.0, - "new_cases_smoothed": 76.0, - "total_deaths": 3346.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 57.945, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.053, - "total_deaths_per_million": 2.325, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 56.94 - }, - { - "date": "2020-04-17", - "total_cases": 83754.0, - "new_cases": 352.0, - "new_cases_smoothed": 118.429, - "total_deaths": 4636.0, - "new_deaths": 1290.0, - "new_deaths_smoothed": 185.143, - "total_cases_per_million": 58.19, - "new_cases_per_million": 0.245, - "new_cases_smoothed_per_million": 0.082, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.896, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 56.94 - }, - { - "date": "2020-04-18", - "total_cases": 83785.0, - "new_cases": 31.0, - "new_cases_smoothed": 111.571, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.714, - "total_cases_per_million": 58.211, - "new_cases_per_million": 0.022, - "new_cases_smoothed_per_million": 0.078, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-19", - "total_cases": 83803.0, - "new_cases": 18.0, - "new_cases_smoothed": 100.857, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.714, - "total_cases_per_million": 58.224, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.07, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-20", - "total_cases": 83817.0, - "new_cases": 14.0, - "new_cases_smoothed": 86.857, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.429, - "total_cases_per_million": 58.234, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-21", - "total_cases": 83849.0, - "new_cases": 32.0, - "new_cases_smoothed": 78.0, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.429, - "total_cases_per_million": 58.256, - "new_cases_per_million": 0.022, - "new_cases_smoothed_per_million": 0.054, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-22", - "total_cases": 83864.0, - "new_cases": 15.0, - "new_cases_smoothed": 73.143, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.286, - "total_cases_per_million": 58.266, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.051, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-23", - "total_cases": 83876.0, - "new_cases": 12.0, - "new_cases_smoothed": 67.714, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 184.286, - "total_cases_per_million": 58.275, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.047, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 56.94 - }, - { - "date": "2020-04-24", - "total_cases": 83884.0, - "new_cases": 8.0, - "new_cases_smoothed": 18.571, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.28, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-25", - "total_cases": 83899.0, - "new_cases": 15.0, - "new_cases_smoothed": 16.286, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.291, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-26", - "total_cases": 83909.0, - "new_cases": 10.0, - "new_cases_smoothed": 15.143, - "total_deaths": 4636.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.298, - "new_cases_per_million": 0.007, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 3.221, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-27", - "total_cases": 83912.0, - "new_cases": 3.0, - "new_cases_smoothed": 13.571, - "total_deaths": 4637.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.3, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-28", - "total_cases": 83938.0, - "new_cases": 26.0, - "new_cases_smoothed": 12.714, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.318, - "new_cases_per_million": 0.018, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-29", - "total_cases": 83940.0, - "new_cases": 2.0, - "new_cases_smoothed": 10.857, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.319, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-04-30", - "total_cases": 83944.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.714, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.322, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-01", - "total_cases": 83956.0, - "new_cases": 12.0, - "new_cases_smoothed": 10.286, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.33, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-02", - "total_cases": 83959.0, - "new_cases": 3.0, - "new_cases_smoothed": 8.571, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.332, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-03", - "total_cases": 83961.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.429, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.334, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-04", - "total_cases": 83964.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.429, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.336, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-05", - "total_cases": 83966.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.0, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.337, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-06", - "total_cases": 83968.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.0, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.339, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-07", - "total_cases": 83970.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.714, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.34, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-08", - "total_cases": 83976.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.857, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.344, - "new_cases_per_million": 0.004, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-09", - "total_cases": 83976.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.344, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 56.94 - }, - { - "date": "2020-05-10", - "total_cases": 83991.0, - "new_cases": 15.0, - "new_cases_smoothed": 4.286, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.354, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-11", - "total_cases": 84010.0, - "new_cases": 19.0, - "new_cases_smoothed": 6.571, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.368, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-12", - "total_cases": 84011.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.429, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.368, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-13", - "total_cases": 84018.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.143, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.373, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-14", - "total_cases": 84024.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.714, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.377, - "new_cases_per_million": 0.004, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-15", - "total_cases": 84029.0, - "new_cases": 5.0, - "new_cases_smoothed": 7.571, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.381, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-16", - "total_cases": 84038.0, - "new_cases": 9.0, - "new_cases_smoothed": 8.857, - "total_deaths": 4637.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.387, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-17", - "total_cases": 84044.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.571, - "total_deaths": 4638.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.391, - "new_cases_per_million": 0.004, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-18", - "total_cases": 84054.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.398, - "new_cases_per_million": 0.007, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-19", - "total_cases": 84063.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.429, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.405, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-20", - "total_cases": 84065.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.406, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-21", - "total_cases": 84067.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.143, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.407, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-22", - "total_cases": 84079.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.143, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.416, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-23", - "total_cases": 84081.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.143, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.417, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-24", - "total_cases": 84084.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.419, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-25", - "total_cases": 84095.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.857, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.427, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-26", - "total_cases": 84102.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.432, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-27", - "total_cases": 84103.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.429, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.432, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-28", - "total_cases": 84106.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.434, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-29", - "total_cases": 84106.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-30", - "total_cases": 84123.0, - "new_cases": 17.0, - "new_cases_smoothed": 6.0, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.446, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-05-31", - "total_cases": 84128.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.45, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-01", - "total_cases": 84147.0, - "new_cases": 19.0, - "new_cases_smoothed": 7.429, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.463, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-02", - "total_cases": 84154.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.429, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.468, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-03", - "total_cases": 84159.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.0, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.471, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-04", - "total_cases": 84160.0, - "new_cases": 1.0, - "new_cases_smoothed": 7.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.472, - "new_cases_per_million": 0.001, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-05", - "total_cases": 84171.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.48, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-06", - "total_cases": 84177.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.484, - "new_cases_per_million": 0.004, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-07", - "total_cases": 84186.0, - "new_cases": 9.0, - "new_cases_smoothed": 8.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.49, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-08", - "total_cases": 84191.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.493, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-09", - "total_cases": 84194.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.496, - "new_cases_per_million": 0.002, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-10", - "total_cases": 84198.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.498, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-11", - "total_cases": 84209.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.0, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.506, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-12", - "total_cases": 84216.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.429, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.511, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-13", - "total_cases": 84228.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.519, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-14", - "total_cases": 84288.0, - "new_cases": 60.0, - "new_cases_smoothed": 14.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.561, - "new_cases_per_million": 0.042, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-15", - "total_cases": 84335.0, - "new_cases": 47.0, - "new_cases_smoothed": 20.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.593, - "new_cases_per_million": 0.033, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.24 - }, - { - "date": "2020-06-16", - "total_cases": 84378.0, - "new_cases": 43.0, - "new_cases_smoothed": 26.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.623, - "new_cases_per_million": 0.03, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-17", - "total_cases": 84422.0, - "new_cases": 44.0, - "new_cases_smoothed": 32.0, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.654, - "new_cases_per_million": 0.031, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-18", - "total_cases": 84458.0, - "new_cases": 36.0, - "new_cases_smoothed": 35.571, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.679, - "new_cases_per_million": 0.025, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-19", - "total_cases": 84494.0, - "new_cases": 36.0, - "new_cases_smoothed": 39.714, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.704, - "new_cases_per_million": 0.025, - "new_cases_smoothed_per_million": 0.028, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-20", - "total_cases": 84524.0, - "new_cases": 30.0, - "new_cases_smoothed": 42.286, - "total_deaths": 4638.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.725, - "new_cases_per_million": 0.021, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 3.222, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-21", - "total_cases": 84553.0, - "new_cases": 29.0, - "new_cases_smoothed": 37.857, - "total_deaths": 4639.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.745, - "new_cases_per_million": 0.02, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 3.223, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-22", - "total_cases": 84572.0, - "new_cases": 19.0, - "new_cases_smoothed": 33.857, - "total_deaths": 4639.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.758, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 3.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-23", - "total_cases": 84624.0, - "new_cases": 52.0, - "new_cases_smoothed": 35.143, - "total_deaths": 4639.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.794, - "new_cases_per_million": 0.036, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 3.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-24", - "total_cases": 84653.0, - "new_cases": 29.0, - "new_cases_smoothed": 33.0, - "total_deaths": 4640.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 58.814, - "new_cases_per_million": 0.02, - "new_cases_smoothed_per_million": 0.023, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-25", - "total_cases": 84673.0, - "new_cases": 20.0, - "new_cases_smoothed": 30.714, - "total_deaths": 4640.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 58.828, - "new_cases_per_million": 0.014, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-26", - "total_cases": 84701.0, - "new_cases": 28.0, - "new_cases_smoothed": 29.571, - "total_deaths": 4641.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 58.848, - "new_cases_per_million": 0.019, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-27", - "total_cases": 84725.0, - "new_cases": 24.0, - "new_cases_smoothed": 28.714, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 58.864, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-28", - "total_cases": 84743.0, - "new_cases": 18.0, - "new_cases_smoothed": 27.143, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 58.877, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-29", - "total_cases": 84757.0, - "new_cases": 14.0, - "new_cases_smoothed": 26.429, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 58.887, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-06-30", - "total_cases": 84780.0, - "new_cases": 23.0, - "new_cases_smoothed": 22.286, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 58.903, - "new_cases_per_million": 0.016, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-01", - "total_cases": 84785.0, - "new_cases": 5.0, - "new_cases_smoothed": 18.857, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.906, - "new_cases_per_million": 0.003, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-02", - "total_cases": 84816.0, - "new_cases": 31.0, - "new_cases_smoothed": 20.429, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 58.928, - "new_cases_per_million": 0.022, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-03", - "total_cases": 84830.0, - "new_cases": 14.0, - "new_cases_smoothed": 18.429, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.937, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-04", - "total_cases": 84839.0, - "new_cases": 9.0, - "new_cases_smoothed": 16.286, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.944, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-05", - "total_cases": 84857.0, - "new_cases": 18.0, - "new_cases_smoothed": 16.286, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.956, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-06", - "total_cases": 84871.0, - "new_cases": 14.0, - "new_cases_smoothed": 16.286, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.966, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-07", - "total_cases": 84896.0, - "new_cases": 25.0, - "new_cases_smoothed": 16.571, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.983, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-08", - "total_cases": 84917.0, - "new_cases": 21.0, - "new_cases_smoothed": 18.857, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 58.998, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-09", - "total_cases": 84950.0, - "new_cases": 33.0, - "new_cases_smoothed": 19.143, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.021, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-10", - "total_cases": 84996.0, - "new_cases": 46.0, - "new_cases_smoothed": 23.714, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.053, - "new_cases_per_million": 0.032, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-11", - "total_cases": 85036.0, - "new_cases": 40.0, - "new_cases_smoothed": 28.143, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.081, - "new_cases_per_million": 0.028, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-12", - "total_cases": 85071.0, - "new_cases": 35.0, - "new_cases_smoothed": 30.571, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.105, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-13", - "total_cases": 85117.0, - "new_cases": 46.0, - "new_cases_smoothed": 35.143, - "total_deaths": 4641.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.137, - "new_cases_per_million": 0.032, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 3.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-14", - "total_cases": 85172.0, - "new_cases": 55.0, - "new_cases_smoothed": 39.429, - "total_deaths": 4642.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 59.175, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 3.225, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-15", - "total_cases": 85226.0, - "new_cases": 54.0, - "new_cases_smoothed": 44.143, - "total_deaths": 4642.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 59.213, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.031, - "total_deaths_per_million": 3.225, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-16", - "total_cases": 85246.0, - "new_cases": 20.0, - "new_cases_smoothed": 42.286, - "total_deaths": 4644.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 59.226, - "new_cases_per_million": 0.014, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 3.227, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-17", - "total_cases": 85323.0, - "new_cases": 77.0, - "new_cases_smoothed": 46.714, - "total_deaths": 4644.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 59.28, - "new_cases_per_million": 0.053, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 3.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-18", - "total_cases": 85403.0, - "new_cases": 80.0, - "new_cases_smoothed": 52.429, - "total_deaths": 4645.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 59.336, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 3.227, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-19", - "total_cases": 85483.0, - "new_cases": 80.0, - "new_cases_smoothed": 58.857, - "total_deaths": 4646.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 59.391, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.041, - "total_deaths_per_million": 3.228, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-20", - "total_cases": 85613.0, - "new_cases": 130.0, - "new_cases_smoothed": 70.857, - "total_deaths": 4646.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 59.481, - "new_cases_per_million": 0.09, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 3.228, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-21", - "total_cases": 85697.0, - "new_cases": 84.0, - "new_cases_smoothed": 75.0, - "total_deaths": 4646.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 59.54, - "new_cases_per_million": 0.058, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 3.228, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-22", - "total_cases": 85771.0, - "new_cases": 74.0, - "new_cases_smoothed": 77.857, - "total_deaths": 4648.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 59.591, - "new_cases_per_million": 0.051, - "new_cases_smoothed_per_million": 0.054, - "total_deaths_per_million": 3.229, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-23", - "total_cases": 85906.0, - "new_cases": 135.0, - "new_cases_smoothed": 94.286, - "total_deaths": 4648.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 59.685, - "new_cases_per_million": 0.094, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 3.229, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-24", - "total_cases": 86045.0, - "new_cases": 139.0, - "new_cases_smoothed": 103.143, - "total_deaths": 4649.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 59.782, - "new_cases_per_million": 0.097, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 3.23, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-25", - "total_cases": 86202.0, - "new_cases": 157.0, - "new_cases_smoothed": 114.143, - "total_deaths": 4650.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 59.891, - "new_cases_per_million": 0.109, - "new_cases_smoothed_per_million": 0.079, - "total_deaths_per_million": 3.231, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-07-26", - "total_cases": 86381.0, - "new_cases": 179.0, - "new_cases_smoothed": 128.286, - "total_deaths": 4652.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 60.015, - "new_cases_per_million": 0.124, - "new_cases_smoothed_per_million": 0.089, - "total_deaths_per_million": 3.232, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-27", - "total_cases": 86570.0, - "new_cases": 189.0, - "new_cases_smoothed": 136.714, - "total_deaths": 4652.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 60.146, - "new_cases_per_million": 0.131, - "new_cases_smoothed_per_million": 0.095, - "total_deaths_per_million": 3.232, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-28", - "total_cases": 86783.0, - "new_cases": 213.0, - "new_cases_smoothed": 155.143, - "total_deaths": 4656.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 60.294, - "new_cases_per_million": 0.148, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 3.235, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-29", - "total_cases": 86990.0, - "new_cases": 207.0, - "new_cases_smoothed": 174.143, - "total_deaths": 4657.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 60.438, - "new_cases_per_million": 0.144, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 3.236, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-30", - "total_cases": 87213.0, - "new_cases": 223.0, - "new_cases_smoothed": 186.714, - "total_deaths": 4659.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 60.593, - "new_cases_per_million": 0.155, - "new_cases_smoothed_per_million": 0.13, - "total_deaths_per_million": 3.237, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-07-31", - "total_cases": 87489.0, - "new_cases": 276.0, - "new_cases_smoothed": 206.286, - "total_deaths": 4659.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 60.785, - "new_cases_per_million": 0.192, - "new_cases_smoothed_per_million": 0.143, - "total_deaths_per_million": 3.237, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-01", - "total_cases": 87655.0, - "new_cases": 166.0, - "new_cases_smoothed": 207.571, - "total_deaths": 4661.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 60.9, - "new_cases_per_million": 0.115, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 3.238, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-02", - "total_cases": 87827.0, - "new_cases": 172.0, - "new_cases_smoothed": 206.571, - "total_deaths": 4667.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 61.02, - "new_cases_per_million": 0.12, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 3.242, - "new_deaths_per_million": 0.004, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-03", - "total_cases": 87985.0, - "new_cases": 158.0, - "new_cases_smoothed": 202.143, - "total_deaths": 4669.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 61.129, - "new_cases_per_million": 0.11, - "new_cases_smoothed_per_million": 0.14, - "total_deaths_per_million": 3.244, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-04", - "total_cases": 88099.0, - "new_cases": 114.0, - "new_cases_smoothed": 188.0, - "total_deaths": 4672.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 61.209, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.131, - "total_deaths_per_million": 3.246, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-05", - "total_cases": 88206.0, - "new_cases": 107.0, - "new_cases_smoothed": 173.714, - "total_deaths": 4676.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 61.283, - "new_cases_per_million": 0.074, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 3.249, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-06", - "total_cases": 88328.0, - "new_cases": 122.0, - "new_cases_smoothed": 159.286, - "total_deaths": 4677.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 61.368, - "new_cases_per_million": 0.085, - "new_cases_smoothed_per_million": 0.111, - "total_deaths_per_million": 3.249, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-07", - "total_cases": 88460.0, - "new_cases": 132.0, - "new_cases_smoothed": 138.714, - "total_deaths": 4680.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 61.459, - "new_cases_per_million": 0.092, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 3.252, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-08", - "total_cases": 88580.0, - "new_cases": 120.0, - "new_cases_smoothed": 132.143, - "total_deaths": 4681.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 61.543, - "new_cases_per_million": 0.083, - "new_cases_smoothed_per_million": 0.092, - "total_deaths_per_million": 3.252, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-09", - "total_cases": 88672.0, - "new_cases": 92.0, - "new_cases_smoothed": 120.714, - "total_deaths": 4681.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 61.607, - "new_cases_per_million": 0.064, - "new_cases_smoothed_per_million": 0.084, - "total_deaths_per_million": 3.252, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-10", - "total_cases": 88793.0, - "new_cases": 121.0, - "new_cases_smoothed": 115.429, - "total_deaths": 4686.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 61.691, - "new_cases_per_million": 0.084, - "new_cases_smoothed_per_million": 0.08, - "total_deaths_per_million": 3.256, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-11", - "total_cases": 88906.0, - "new_cases": 113.0, - "new_cases_smoothed": 115.286, - "total_deaths": 4690.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 61.769, - "new_cases_per_million": 0.079, - "new_cases_smoothed_per_million": 0.08, - "total_deaths_per_million": 3.258, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-12", - "total_cases": 88964.0, - "new_cases": 58.0, - "new_cases_smoothed": 108.286, - "total_deaths": 4693.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 61.81, - "new_cases_per_million": 0.04, - "new_cases_smoothed_per_million": 0.075, - "total_deaths_per_million": 3.261, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-13", - "total_cases": 89045.0, - "new_cases": 81.0, - "new_cases_smoothed": 102.429, - "total_deaths": 4697.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 61.866, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.071, - "total_deaths_per_million": 3.263, - "new_deaths_per_million": 0.003, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-14", - "total_cases": 89144.0, - "new_cases": 99.0, - "new_cases_smoothed": 97.714, - "total_deaths": 4700.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 61.935, - "new_cases_per_million": 0.069, - "new_cases_smoothed_per_million": 0.068, - "total_deaths_per_million": 3.265, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-15", - "total_cases": 89214.0, - "new_cases": 70.0, - "new_cases_smoothed": 90.571, - "total_deaths": 4701.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 61.983, - "new_cases_per_million": 0.049, - "new_cases_smoothed_per_million": 0.063, - "total_deaths_per_million": 3.266, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-16", - "total_cases": 89279.0, - "new_cases": 65.0, - "new_cases_smoothed": 86.714, - "total_deaths": 4703.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 62.028, - "new_cases_per_million": 0.045, - "new_cases_smoothed_per_million": 0.06, - "total_deaths_per_million": 3.268, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-17", - "total_cases": 89375.0, - "new_cases": 96.0, - "new_cases_smoothed": 83.143, - "total_deaths": 4703.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 62.095, - "new_cases_per_million": 0.067, - "new_cases_smoothed_per_million": 0.058, - "total_deaths_per_million": 3.268, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 81.94 - }, - { - "date": "2020-08-18", - "total_cases": 89441.0, - "new_cases": 66.0, - "new_cases_smoothed": 76.429, - "total_deaths": 4703.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 62.141, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.053, - "total_deaths_per_million": 3.268, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-19", - "total_cases": 89494.0, - "new_cases": 53.0, - "new_cases_smoothed": 75.714, - "total_deaths": 4705.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 62.178, - "new_cases_per_million": 0.037, - "new_cases_smoothed_per_million": 0.053, - "total_deaths_per_million": 3.269, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-20", - "total_cases": 89527.0, - "new_cases": 33.0, - "new_cases_smoothed": 68.857, - "total_deaths": 4706.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 62.201, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.048, - "total_deaths_per_million": 3.27, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-21", - "total_cases": 89567.0, - "new_cases": 40.0, - "new_cases_smoothed": 60.429, - "total_deaths": 4709.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 62.229, - "new_cases_per_million": 0.028, - "new_cases_smoothed_per_million": 0.042, - "total_deaths_per_million": 3.272, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-22", - "total_cases": 89616.0, - "new_cases": 49.0, - "new_cases_smoothed": 57.429, - "total_deaths": 4711.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 62.263, - "new_cases_per_million": 0.034, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 3.273, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-23", - "total_cases": 89654.0, - "new_cases": 38.0, - "new_cases_smoothed": 53.571, - "total_deaths": 4711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 62.289, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 3.273, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-24", - "total_cases": 89695.0, - "new_cases": 41.0, - "new_cases_smoothed": 45.714, - "total_deaths": 4711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 62.317, - "new_cases_per_million": 0.028, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 3.273, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-25", - "total_cases": 89718.0, - "new_cases": 23.0, - "new_cases_smoothed": 39.571, - "total_deaths": 4711.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 62.333, - "new_cases_per_million": 0.016, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 3.273, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-26", - "total_cases": 89752.0, - "new_cases": 34.0, - "new_cases_smoothed": 36.857, - "total_deaths": 4712.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 62.357, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 3.274, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-27", - "total_cases": 89784.0, - "new_cases": 32.0, - "new_cases_smoothed": 36.714, - "total_deaths": 4713.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 62.379, - "new_cases_per_million": 0.022, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 3.274, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-28", - "total_cases": 89814.0, - "new_cases": 30.0, - "new_cases_smoothed": 35.286, - "total_deaths": 4715.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 62.4, - "new_cases_per_million": 0.021, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 3.276, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-29", - "total_cases": 89836.0, - "new_cases": 22.0, - "new_cases_smoothed": 31.429, - "total_deaths": 4718.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 62.415, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.022, - "total_deaths_per_million": 3.278, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-30", - "total_cases": 89863.0, - "new_cases": 27.0, - "new_cases_smoothed": 29.857, - "total_deaths": 4721.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 62.434, - "new_cases_per_million": 0.019, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 3.28, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-08-31", - "total_cases": 89895.0, - "new_cases": 32.0, - "new_cases_smoothed": 28.571, - "total_deaths": 4722.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 62.456, - "new_cases_per_million": 0.022, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 3.281, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-01", - "total_cases": 89914.0, - "new_cases": 19.0, - "new_cases_smoothed": 28.0, - "total_deaths": 4723.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 62.47, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 3.281, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-02", - "total_cases": 89934.0, - "new_cases": 20.0, - "new_cases_smoothed": 26.0, - "total_deaths": 4724.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 62.484, - "new_cases_per_million": 0.014, - "new_cases_smoothed_per_million": 0.018, - "total_deaths_per_million": 3.282, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-03", - "total_cases": 89953.0, - "new_cases": 19.0, - "new_cases_smoothed": 24.143, - "total_deaths": 4727.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 62.497, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 3.284, - "new_deaths_per_million": 0.002, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-04", - "total_cases": 89986.0, - "new_cases": 33.0, - "new_cases_smoothed": 24.571, - "total_deaths": 4728.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 62.52, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 3.285, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-05", - "total_cases": 90008.0, - "new_cases": 22.0, - "new_cases_smoothed": 24.571, - "total_deaths": 4728.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 62.535, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 3.285, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-06", - "total_cases": 90025.0, - "new_cases": 17.0, - "new_cases_smoothed": 23.143, - "total_deaths": 4728.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 62.547, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.285, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-07", - "total_cases": 90058.0, - "new_cases": 33.0, - "new_cases_smoothed": 23.286, - "total_deaths": 4730.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 62.57, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.286, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-08", - "total_cases": 90079.0, - "new_cases": 21.0, - "new_cases_smoothed": 23.571, - "total_deaths": 4732.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 62.584, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.288, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-09", - "total_cases": 90087.0, - "new_cases": 8.0, - "new_cases_smoothed": 21.857, - "total_deaths": 4733.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 62.59, - "new_cases_per_million": 0.006, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.288, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-10", - "total_cases": 90100.0, - "new_cases": 13.0, - "new_cases_smoothed": 21.0, - "total_deaths": 4733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 62.599, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-11", - "total_cases": 90127.0, - "new_cases": 27.0, - "new_cases_smoothed": 20.143, - "total_deaths": 4733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 62.618, - "new_cases_per_million": 0.019, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-12", - "total_cases": 90145.0, - "new_cases": 18.0, - "new_cases_smoothed": 19.571, - "total_deaths": 4733.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 62.63, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.288, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-13", - "total_cases": 90168.0, - "new_cases": 23.0, - "new_cases_smoothed": 20.429, - "total_deaths": 4734.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 62.646, - "new_cases_per_million": 0.016, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.289, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 81.94 - }, - { - "date": "2020-09-14", - "total_cases": 90197.0, - "new_cases": 29.0, - "new_cases_smoothed": 19.857, - "total_deaths": 4734.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 62.666, - "new_cases_per_million": 0.02, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.289, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-15", - "total_cases": 90219.0, - "new_cases": 22.0, - "new_cases_smoothed": 20.0, - "total_deaths": 4735.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.682, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 3.29, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-16", - "total_cases": 90243.0, - "new_cases": 24.0, - "new_cases_smoothed": 22.286, - "total_deaths": 4736.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.698, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.29, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-17", - "total_cases": 90250.0, - "new_cases": 7.0, - "new_cases_smoothed": 21.429, - "total_deaths": 4736.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.703, - "new_cases_per_million": 0.005, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.94 - }, - { - "date": "2020-09-18", - "total_cases": 90294.0, - "new_cases": 44.0, - "new_cases_smoothed": 23.857, - "total_deaths": 4736.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.734, - "new_cases_per_million": 0.031, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 3.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 90308.0, - "new_cases": 14.0, - "new_cases_smoothed": 23.286, - "total_deaths": 4737.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 62.743, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.291, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 90333.0, - "new_cases": 25.0, - "new_cases_smoothed": 23.571, - "total_deaths": 4737.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.761, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.291, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 90369.0, - "new_cases": 36.0, - "new_cases_smoothed": 24.571, - "total_deaths": 4737.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 62.786, - "new_cases_per_million": 0.025, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 3.291, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 90381.0, - "new_cases": 12.0, - "new_cases_smoothed": 23.143, - "total_deaths": 4737.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 62.794, - "new_cases_per_million": 0.008, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.291, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 90399.0, - "new_cases": 18.0, - "new_cases_smoothed": 22.286, - "total_deaths": 4737.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 62.807, - "new_cases_per_million": 0.013, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 3.291, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 90409.0, - "new_cases": 10.0, - "new_cases_smoothed": 22.714, - "total_deaths": 4738.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 62.814, - "new_cases_per_million": 0.007, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 3.292, - "new_deaths_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 90424.0, - "new_cases": 15.0, - "new_cases_smoothed": 18.571, - "total_deaths": 4738.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 62.824, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 3.292, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CIV": { - "continent": "Africa", - "location": "Cote d'Ivoire", - "population": 26378275.0, - "population_density": 76.399, - "median_age": 18.7, - "aged_65_older": 2.933, - "aged_70_older": 1.582, - "gdp_per_capita": 3601.006, - "extreme_poverty": 28.2, - "cardiovasc_death_rate": 303.74, - "diabetes_prevalence": 2.42, - "handwashing_facilities": 19.351, - "life_expectancy": 57.78, - "human_development_index": 0.492, - "data": [ - { - "date": "2020-03-12", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.038, - "new_cases_per_million": 0.038, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-15", - "total_cases": 4.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.152, - "new_cases_per_million": 0.114, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-16", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.152, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-17", - "total_cases": 5.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.19, - "new_cases_per_million": 0.038, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-18", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.19, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-19", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.227, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-20", - "total_cases": 9.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.341, - "new_cases_per_million": 0.114, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-21", - "total_cases": 14.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.531, - "new_cases_per_million": 0.19, - "new_cases_smoothed_per_million": 0.07, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-22", - "total_cases": 17.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.644, - "new_cases_per_million": 0.114, - "new_cases_smoothed_per_million": 0.07, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-03-23", - "total_cases": 25.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.948, - "new_cases_per_million": 0.303, - "new_cases_smoothed_per_million": 0.114, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 63.89 - }, - { - "date": "2020-03-24", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.948, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-25", - "total_cases": 73.0, - "new_cases": 48.0, - "new_cases_smoothed": 9.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.767, - "new_cases_per_million": 1.82, - "new_cases_smoothed_per_million": 0.368, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-26", - "total_cases": 80.0, - "new_cases": 7.0, - "new_cases_smoothed": 10.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.033, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.401, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-27", - "total_cases": 96.0, - "new_cases": 16.0, - "new_cases_smoothed": 12.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.639, - "new_cases_per_million": 0.607, - "new_cases_smoothed_per_million": 0.471, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-28", - "total_cases": 101.0, - "new_cases": 5.0, - "new_cases_smoothed": 12.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.829, - "new_cases_per_million": 0.19, - "new_cases_smoothed_per_million": 0.471, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-29", - "total_cases": 140.0, - "new_cases": 39.0, - "new_cases_smoothed": 17.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.307, - "new_cases_per_million": 1.478, - "new_cases_smoothed_per_million": 0.666, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-30", - "total_cases": 165.0, - "new_cases": 25.0, - "new_cases_smoothed": 20.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.255, - "new_cases_per_million": 0.948, - "new_cases_smoothed_per_million": 0.758, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-03-31", - "total_cases": 168.0, - "new_cases": 3.0, - "new_cases_smoothed": 20.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.369, - "new_cases_per_million": 0.114, - "new_cases_smoothed_per_million": 0.774, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-04-01", - "total_cases": 168.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.369, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-04-02", - "total_cases": 190.0, - "new_cases": 22.0, - "new_cases_smoothed": 15.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.203, - "new_cases_per_million": 0.834, - "new_cases_smoothed_per_million": 0.596, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-04-03", - "total_cases": 194.0, - "new_cases": 4.0, - "new_cases_smoothed": 14.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.355, - "new_cases_per_million": 0.152, - "new_cases_smoothed_per_million": 0.531, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-04-04", - "total_cases": 218.0, - "new_cases": 24.0, - "new_cases_smoothed": 16.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.264, - "new_cases_per_million": 0.91, - "new_cases_smoothed_per_million": 0.634, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 80.56 - }, - { - "date": "2020-04-05", - "total_cases": 245.0, - "new_cases": 27.0, - "new_cases_smoothed": 15.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9.288, - "new_cases_per_million": 1.024, - "new_cases_smoothed_per_million": 0.569, - "total_deaths_per_million": 0.076, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-06", - "total_cases": 261.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 9.895, - "new_cases_per_million": 0.607, - "new_cases_smoothed_per_million": 0.52, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-07", - "total_cases": 323.0, - "new_cases": 62.0, - "new_cases_smoothed": 22.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 12.245, - "new_cases_per_million": 2.35, - "new_cases_smoothed_per_million": 0.839, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-08", - "total_cases": 349.0, - "new_cases": 26.0, - "new_cases_smoothed": 25.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 13.231, - "new_cases_per_million": 0.986, - "new_cases_smoothed_per_million": 0.98, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-09", - "total_cases": 384.0, - "new_cases": 35.0, - "new_cases_smoothed": 27.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 14.557, - "new_cases_per_million": 1.327, - "new_cases_smoothed_per_million": 1.051, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-10", - "total_cases": 444.0, - "new_cases": 60.0, - "new_cases_smoothed": 35.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 16.832, - "new_cases_per_million": 2.275, - "new_cases_smoothed_per_million": 1.354, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-11", - "total_cases": 480.0, - "new_cases": 36.0, - "new_cases_smoothed": 37.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 18.197, - "new_cases_per_million": 1.365, - "new_cases_smoothed_per_million": 1.419, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-12", - "total_cases": 533.0, - "new_cases": 53.0, - "new_cases_smoothed": 41.143, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 20.206, - "new_cases_per_million": 2.009, - "new_cases_smoothed_per_million": 1.56, - "total_deaths_per_million": 0.152, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 80.56 - }, - { - "date": "2020-04-13", - "total_cases": 574.0, - "new_cases": 41.0, - "new_cases_smoothed": 44.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 21.76, - "new_cases_per_million": 1.554, - "new_cases_smoothed_per_million": 1.695, - "total_deaths_per_million": 0.19, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "total_tests": 3658.0, - "total_tests_per_thousand": 0.139, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-14", - "total_cases": 626.0, - "new_cases": 52.0, - "new_cases_smoothed": 43.286, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 23.732, - "new_cases_per_million": 1.971, - "new_cases_smoothed_per_million": 1.641, - "total_deaths_per_million": 0.227, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 129.0, - "total_tests": 3787.0, - "total_tests_per_thousand": 0.144, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-15", - "total_cases": 626.0, - "new_cases": 0.0, - "new_cases_smoothed": 39.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 23.732, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.5, - "total_deaths_per_million": 0.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 238.0, - "total_tests": 4025.0, - "total_tests_per_thousand": 0.153, - "new_tests_per_thousand": 0.009, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-16", - "total_cases": 654.0, - "new_cases": 28.0, - "new_cases_smoothed": 38.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 24.793, - "new_cases_per_million": 1.061, - "new_cases_smoothed_per_million": 1.462, - "total_deaths_per_million": 0.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 298.0, - "total_tests": 4323.0, - "total_tests_per_thousand": 0.164, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-17", - "total_cases": 688.0, - "new_cases": 34.0, - "new_cases_smoothed": 34.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 26.082, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 1.321, - "total_deaths_per_million": 0.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 296.0, - "total_tests": 4619.0, - "total_tests_per_thousand": 0.175, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-18", - "total_cases": 742.0, - "new_cases": 54.0, - "new_cases_smoothed": 37.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 28.129, - "new_cases_per_million": 2.047, - "new_cases_smoothed_per_million": 1.419, - "total_deaths_per_million": 0.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 361.0, - "total_tests": 4980.0, - "total_tests_per_thousand": 0.189, - "new_tests_per_thousand": 0.014, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-19", - "total_cases": 801.0, - "new_cases": 59.0, - "new_cases_smoothed": 38.286, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 30.366, - "new_cases_per_million": 2.237, - "new_cases_smoothed_per_million": 1.451, - "total_deaths_per_million": 0.303, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 399.0, - "total_tests": 5379.0, - "total_tests_per_thousand": 0.204, - "new_tests_per_thousand": 0.015, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-20", - "total_cases": 847.0, - "new_cases": 46.0, - "new_cases_smoothed": 39.0, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 32.11, - "new_cases_per_million": 1.744, - "new_cases_smoothed_per_million": 1.478, - "total_deaths_per_million": 0.341, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 351.0, - "total_tests": 5730.0, - "total_tests_per_thousand": 0.217, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 296.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 7.59, - "positive_rate": 0.132, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-21", - "total_cases": 879.0, - "new_cases": 32.0, - "new_cases_smoothed": 36.143, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 33.323, - "new_cases_per_million": 1.213, - "new_cases_smoothed_per_million": 1.37, - "total_deaths_per_million": 0.379, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 270.0, - "total_tests": 6000.0, - "total_tests_per_thousand": 0.227, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 316.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 8.743, - "positive_rate": 0.114, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-22", - "total_cases": 916.0, - "new_cases": 37.0, - "new_cases_smoothed": 41.429, - "total_deaths": 13.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 34.726, - "new_cases_per_million": 1.403, - "new_cases_smoothed_per_million": 1.571, - "total_deaths_per_million": 0.493, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 342.0, - "total_tests": 6342.0, - "total_tests_per_thousand": 0.24, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 331.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 7.99, - "positive_rate": 0.125, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-23", - "total_cases": 952.0, - "new_cases": 36.0, - "new_cases_smoothed": 42.571, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 36.09, - "new_cases_per_million": 1.365, - "new_cases_smoothed_per_million": 1.614, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 504.0, - "total_tests": 6846.0, - "total_tests_per_thousand": 0.26, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 360.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 8.456, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-24", - "total_cases": 1004.0, - "new_cases": 52.0, - "new_cases_smoothed": 45.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 38.062, - "new_cases_per_million": 1.971, - "new_cases_smoothed_per_million": 1.711, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 584.0, - "total_tests": 7430.0, - "total_tests_per_thousand": 0.282, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 402.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 8.905, - "positive_rate": 0.11199999999999999, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-25", - "total_cases": 1077.0, - "new_cases": 73.0, - "new_cases_smoothed": 47.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 40.829, - "new_cases_per_million": 2.767, - "new_cases_smoothed_per_million": 1.814, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 302.0, - "total_tests": 7732.0, - "total_tests_per_thousand": 0.293, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 393.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 8.212, - "positive_rate": 0.122, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-26", - "total_cases": 1111.0, - "new_cases": 34.0, - "new_cases_smoothed": 44.286, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 42.118, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 1.679, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 560.0, - "total_tests": 8292.0, - "total_tests_per_thousand": 0.314, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 416.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 9.394, - "positive_rate": 0.106, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-27", - "total_cases": 1150.0, - "new_cases": 39.0, - "new_cases_smoothed": 43.286, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 43.596, - "new_cases_per_million": 1.478, - "new_cases_smoothed_per_million": 1.641, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 289.0, - "total_tests": 8581.0, - "total_tests_per_thousand": 0.325, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 407.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 9.402999999999999, - "positive_rate": 0.106, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-28", - "total_cases": 1164.0, - "new_cases": 14.0, - "new_cases_smoothed": 40.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 44.127, - "new_cases_per_million": 0.531, - "new_cases_smoothed_per_million": 1.543, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 179.0, - "total_tests": 8760.0, - "total_tests_per_thousand": 0.332, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 394.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 9.677, - "positive_rate": 0.10300000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-29", - "total_cases": 1183.0, - "new_cases": 19.0, - "new_cases_smoothed": 38.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 44.848, - "new_cases_per_million": 0.72, - "new_cases_smoothed_per_million": 1.446, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 512.0, - "total_tests": 9272.0, - "total_tests_per_thousand": 0.352, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 419.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 10.985, - "positive_rate": 0.091, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-30", - "total_cases": 1238.0, - "new_cases": 55.0, - "new_cases_smoothed": 40.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 46.933, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 1.549, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 385.0, - "total_tests": 9657.0, - "total_tests_per_thousand": 0.366, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 402.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 9.839, - "positive_rate": 0.102, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-01", - "total_cases": 1275.0, - "new_cases": 37.0, - "new_cases_smoothed": 38.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.335, - "new_cases_per_million": 1.403, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 379.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 9.79, - "positive_rate": 0.102, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-02", - "total_cases": 1333.0, - "new_cases": 58.0, - "new_cases_smoothed": 36.571, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 50.534, - "new_cases_per_million": 2.199, - "new_cases_smoothed_per_million": 1.386, - "total_deaths_per_million": 0.569, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "total_tests": 10508.0, - "total_tests_per_thousand": 0.398, - "new_tests_smoothed": 397.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 10.855, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-03", - "total_cases": 1362.0, - "new_cases": 29.0, - "new_cases_smoothed": 35.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 51.633, - "new_cases_per_million": 1.099, - "new_cases_smoothed_per_million": 1.359, - "total_deaths_per_million": 0.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 288.0, - "total_tests": 10796.0, - "total_tests_per_thousand": 0.409, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 358.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 9.984, - "positive_rate": 0.1, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-04", - "total_cases": 1398.0, - "new_cases": 36.0, - "new_cases_smoothed": 35.429, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 52.998, - "new_cases_per_million": 1.365, - "new_cases_smoothed_per_million": 1.343, - "total_deaths_per_million": 0.644, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 482.0, - "total_tests": 11278.0, - "total_tests_per_thousand": 0.428, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 385.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 10.867, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-05", - "total_cases": 1432.0, - "new_cases": 34.0, - "new_cases_smoothed": 38.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 54.287, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 1.451, - "total_deaths_per_million": 0.644, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 170.0, - "total_tests": 11448.0, - "total_tests_per_thousand": 0.434, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 384.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 10.03, - "positive_rate": 0.1, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-06", - "total_cases": 1464.0, - "new_cases": 32.0, - "new_cases_smoothed": 40.143, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 55.5, - "new_cases_per_million": 1.213, - "new_cases_smoothed_per_million": 1.522, - "total_deaths_per_million": 0.682, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 497.0, - "total_tests": 11945.0, - "total_tests_per_thousand": 0.453, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 382.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 9.516, - "positive_rate": 0.105, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-07", - "total_cases": 1516.0, - "new_cases": 52.0, - "new_cases_smoothed": 39.714, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 57.472, - "new_cases_per_million": 1.971, - "new_cases_smoothed_per_million": 1.506, - "total_deaths_per_million": 0.682, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 367.0, - "total_tests": 12312.0, - "total_tests_per_thousand": 0.467, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 379.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 9.543, - "positive_rate": 0.105, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-08", - "total_cases": 1571.0, - "new_cases": 55.0, - "new_cases_smoothed": 42.286, - "total_deaths": 20.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 59.557, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 1.603, - "total_deaths_per_million": 0.758, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 456.0, - "total_tests": 12768.0, - "total_tests_per_thousand": 0.484, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 384.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 9.081, - "positive_rate": 0.11, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-09", - "total_cases": 1602.0, - "new_cases": 31.0, - "new_cases_smoothed": 38.429, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 60.732, - "new_cases_per_million": 1.175, - "new_cases_smoothed_per_million": 1.457, - "total_deaths_per_million": 0.758, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 573.0, - "total_tests": 13341.0, - "total_tests_per_thousand": 0.506, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 405.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 10.539000000000001, - "positive_rate": 0.095, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-10", - "total_cases": 1667.0, - "new_cases": 65.0, - "new_cases_smoothed": 43.571, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 63.196, - "new_cases_per_million": 2.464, - "new_cases_smoothed_per_million": 1.652, - "total_deaths_per_million": 0.796, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 322.0, - "total_tests": 13663.0, - "total_tests_per_thousand": 0.518, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 410.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 9.41, - "positive_rate": 0.106, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-11", - "total_cases": 1700.0, - "new_cases": 33.0, - "new_cases_smoothed": 43.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 64.447, - "new_cases_per_million": 1.251, - "new_cases_smoothed_per_million": 1.636, - "total_deaths_per_million": 0.796, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 499.0, - "total_tests": 14162.0, - "total_tests_per_thousand": 0.537, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 412.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 9.55, - "positive_rate": 0.105, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-12", - "total_cases": 1730.0, - "new_cases": 30.0, - "new_cases_smoothed": 42.571, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 65.584, - "new_cases_per_million": 1.137, - "new_cases_smoothed_per_million": 1.614, - "total_deaths_per_million": 0.796, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 506.0, - "total_tests": 14668.0, - "total_tests_per_thousand": 0.556, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 460.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 10.805, - "positive_rate": 0.09300000000000001, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-13", - "total_cases": 1857.0, - "new_cases": 127.0, - "new_cases_smoothed": 56.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 70.399, - "new_cases_per_million": 4.815, - "new_cases_smoothed_per_million": 2.128, - "total_deaths_per_million": 0.796, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 592.0, - "total_tests": 15260.0, - "total_tests_per_thousand": 0.579, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 474.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 8.443, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-14", - "total_cases": 1912.0, - "new_cases": 55.0, - "new_cases_smoothed": 56.571, - "total_deaths": 24.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 72.484, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 2.145, - "total_deaths_per_million": 0.91, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 680.0, - "total_tests": 15940.0, - "total_tests_per_thousand": 0.604, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 518.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 9.157, - "positive_rate": 0.109, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-15", - "total_cases": 1971.0, - "new_cases": 59.0, - "new_cases_smoothed": 57.143, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 74.721, - "new_cases_per_million": 2.237, - "new_cases_smoothed_per_million": 2.166, - "total_deaths_per_million": 0.91, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 728.0, - "total_tests": 16668.0, - "total_tests_per_thousand": 0.632, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 557.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 9.747, - "positive_rate": 0.10300000000000001, - "tests_units": "samples tested", - "stringency_index": 69.91 - }, - { - "date": "2020-05-16", - "total_cases": 2017.0, - "new_cases": 46.0, - "new_cases_smoothed": 59.286, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 76.464, - "new_cases_per_million": 1.744, - "new_cases_smoothed_per_million": 2.248, - "total_deaths_per_million": 0.91, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 845.0, - "total_tests": 17513.0, - "total_tests_per_thousand": 0.664, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 596.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 10.052999999999999, - "positive_rate": 0.099, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-17", - "total_cases": 2061.0, - "new_cases": 44.0, - "new_cases_smoothed": 56.286, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 78.132, - "new_cases_per_million": 1.668, - "new_cases_smoothed_per_million": 2.134, - "total_deaths_per_million": 0.948, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 790.0, - "total_tests": 18303.0, - "total_tests_per_thousand": 0.694, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 663.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 11.779000000000002, - "positive_rate": 0.085, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-18", - "total_cases": 2109.0, - "new_cases": 48.0, - "new_cases_smoothed": 58.429, - "total_deaths": 27.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 79.952, - "new_cases_per_million": 1.82, - "new_cases_smoothed_per_million": 2.215, - "total_deaths_per_million": 1.024, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 305.0, - "total_tests": 18608.0, - "total_tests_per_thousand": 0.705, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 635.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_per_case": 10.868, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-19", - "total_cases": 2119.0, - "new_cases": 10.0, - "new_cases_smoothed": 55.571, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 80.331, - "new_cases_per_million": 0.379, - "new_cases_smoothed_per_million": 2.107, - "total_deaths_per_million": 1.061, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 566.0, - "total_tests": 19174.0, - "total_tests_per_thousand": 0.727, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 644.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_per_case": 11.589, - "positive_rate": 0.086, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-20", - "total_cases": 2153.0, - "new_cases": 34.0, - "new_cases_smoothed": 42.286, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 81.62, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 1.603, - "total_deaths_per_million": 1.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 840.0, - "total_tests": 20014.0, - "total_tests_per_thousand": 0.759, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 679.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 16.057000000000002, - "positive_rate": 0.062, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-21", - "total_cases": 2231.0, - "new_cases": 78.0, - "new_cases_smoothed": 45.571, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 84.577, - "new_cases_per_million": 2.957, - "new_cases_smoothed_per_million": 1.728, - "total_deaths_per_million": 1.099, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1055.0, - "total_tests": 21069.0, - "total_tests_per_thousand": 0.799, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 733.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 16.085, - "positive_rate": 0.062, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-22", - "total_cases": 2231.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.143, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 84.577, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.408, - "total_deaths_per_million": 1.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1164.0, - "total_tests": 22233.0, - "total_tests_per_thousand": 0.843, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 795.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 21.404, - "positive_rate": 0.047, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-23", - "total_cases": 2301.0, - "new_cases": 70.0, - "new_cases_smoothed": 40.571, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 87.231, - "new_cases_per_million": 2.654, - "new_cases_smoothed_per_million": 1.538, - "total_deaths_per_million": 1.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 727.0, - "total_tests": 22960.0, - "total_tests_per_thousand": 0.87, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 778.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 19.176, - "positive_rate": 0.052000000000000005, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-24", - "total_cases": 2366.0, - "new_cases": 65.0, - "new_cases_smoothed": 43.571, - "total_deaths": 30.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 89.695, - "new_cases_per_million": 2.464, - "new_cases_smoothed_per_million": 1.652, - "total_deaths_per_million": 1.137, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 484.0, - "total_tests": 23444.0, - "total_tests_per_thousand": 0.889, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 734.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 16.846, - "positive_rate": 0.059000000000000004, - "tests_units": "samples tested", - "stringency_index": 64.81 - }, - { - "date": "2020-05-25", - "total_cases": 2376.0, - "new_cases": 10.0, - "new_cases_smoothed": 38.143, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 90.074, - "new_cases_per_million": 0.379, - "new_cases_smoothed_per_million": 1.446, - "total_deaths_per_million": 1.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 873.0, - "total_tests": 24317.0, - "total_tests_per_thousand": 0.922, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 816.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 21.393, - "positive_rate": 0.047, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-26", - "total_cases": 2423.0, - "new_cases": 47.0, - "new_cases_smoothed": 43.429, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 91.856, - "new_cases_per_million": 1.782, - "new_cases_smoothed_per_million": 1.646, - "total_deaths_per_million": 1.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 782.0, - "total_tests": 25099.0, - "total_tests_per_thousand": 0.952, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 846.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 19.48, - "positive_rate": 0.051, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-27", - "total_cases": 2477.0, - "new_cases": 54.0, - "new_cases_smoothed": 46.286, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 93.903, - "new_cases_per_million": 2.047, - "new_cases_smoothed_per_million": 1.755, - "total_deaths_per_million": 1.137, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 425.0, - "total_tests": 25524.0, - "total_tests_per_thousand": 0.968, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 787.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 17.003, - "positive_rate": 0.059000000000000004, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-28", - "total_cases": 2556.0, - "new_cases": 79.0, - "new_cases_smoothed": 46.429, - "total_deaths": 31.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 96.898, - "new_cases_per_million": 2.995, - "new_cases_smoothed_per_million": 1.76, - "total_deaths_per_million": 1.175, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 497.0, - "total_tests": 26021.0, - "total_tests_per_thousand": 0.986, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 707.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 15.228, - "positive_rate": 0.066, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-29", - "total_cases": 2641.0, - "new_cases": 85.0, - "new_cases_smoothed": 58.571, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 100.12, - "new_cases_per_million": 3.222, - "new_cases_smoothed_per_million": 2.22, - "total_deaths_per_million": 1.213, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 527.0, - "total_tests": 26548.0, - "total_tests_per_thousand": 1.006, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 616.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 10.517000000000001, - "positive_rate": 0.095, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-30", - "total_cases": 2750.0, - "new_cases": 109.0, - "new_cases_smoothed": 64.143, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 104.252, - "new_cases_per_million": 4.132, - "new_cases_smoothed_per_million": 2.432, - "total_deaths_per_million": 1.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 357.0, - "total_tests": 26905.0, - "total_tests_per_thousand": 1.02, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 564.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 8.793, - "positive_rate": 0.114, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-05-31", - "total_cases": 2799.0, - "new_cases": 49.0, - "new_cases_smoothed": 61.857, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 106.11, - "new_cases_per_million": 1.858, - "new_cases_smoothed_per_million": 2.345, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 134.0, - "total_tests": 27039.0, - "total_tests_per_thousand": 1.025, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 514.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 8.309, - "positive_rate": 0.12, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-01", - "total_cases": 2833.0, - "new_cases": 34.0, - "new_cases_smoothed": 65.286, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 107.399, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 2.475, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 611.0, - "total_tests": 27650.0, - "total_tests_per_thousand": 1.048, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 476.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 7.291, - "positive_rate": 0.13699999999999998, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-02", - "total_cases": 2951.0, - "new_cases": 118.0, - "new_cases_smoothed": 75.429, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 111.872, - "new_cases_per_million": 4.473, - "new_cases_smoothed_per_million": 2.859, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 470.0, - "total_tests": 28120.0, - "total_tests_per_thousand": 1.066, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 432.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 5.727, - "positive_rate": 0.175, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-03", - "total_cases": 3024.0, - "new_cases": 73.0, - "new_cases_smoothed": 78.143, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 114.64, - "new_cases_per_million": 2.767, - "new_cases_smoothed_per_million": 2.962, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 402.0, - "total_tests": 28522.0, - "total_tests_per_thousand": 1.081, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 428.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 5.477, - "positive_rate": 0.183, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-04", - "total_cases": 3024.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.857, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 114.64, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.535, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 706.0, - "total_tests": 29228.0, - "total_tests_per_thousand": 1.108, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 458.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 6.85, - "positive_rate": 0.146, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-05", - "total_cases": 3262.0, - "new_cases": 238.0, - "new_cases_smoothed": 88.714, - "total_deaths": 35.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 123.662, - "new_cases_per_million": 9.023, - "new_cases_smoothed_per_million": 3.363, - "total_deaths_per_million": 1.327, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 628.0, - "total_tests": 29856.0, - "total_tests_per_thousand": 1.132, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 473.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 5.332000000000001, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-06", - "total_cases": 3431.0, - "new_cases": 169.0, - "new_cases_smoothed": 97.286, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 130.069, - "new_cases_per_million": 6.407, - "new_cases_smoothed_per_million": 3.688, - "total_deaths_per_million": 1.365, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 756.0, - "total_tests": 30612.0, - "total_tests_per_thousand": 1.161, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 530.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 5.4479999999999995, - "positive_rate": 0.184, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-07", - "total_cases": 3557.0, - "new_cases": 126.0, - "new_cases_smoothed": 108.286, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 134.846, - "new_cases_per_million": 4.777, - "new_cases_smoothed_per_million": 4.105, - "total_deaths_per_million": 1.365, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 937.0, - "total_tests": 31549.0, - "total_tests_per_thousand": 1.196, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 644.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_per_case": 5.947, - "positive_rate": 0.168, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-08", - "total_cases": 3739.0, - "new_cases": 182.0, - "new_cases_smoothed": 129.429, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 141.745, - "new_cases_per_million": 6.9, - "new_cases_smoothed_per_million": 4.907, - "total_deaths_per_million": 1.365, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 800.0, - "total_tests": 32349.0, - "total_tests_per_thousand": 1.226, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 671.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 5.184, - "positive_rate": 0.193, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-09", - "total_cases": 3881.0, - "new_cases": 142.0, - "new_cases_smoothed": 132.857, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 147.129, - "new_cases_per_million": 5.383, - "new_cases_smoothed_per_million": 5.037, - "total_deaths_per_million": 1.441, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 515.0, - "total_tests": 32864.0, - "total_tests_per_thousand": 1.246, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 678.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 5.103, - "positive_rate": 0.196, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-10", - "total_cases": 3995.0, - "new_cases": 114.0, - "new_cases_smoothed": 138.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 151.45, - "new_cases_per_million": 4.322, - "new_cases_smoothed_per_million": 5.259, - "total_deaths_per_million": 1.441, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 612.0, - "total_tests": 33476.0, - "total_tests_per_thousand": 1.269, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 708.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 5.104, - "positive_rate": 0.196, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-11", - "total_cases": 4181.0, - "new_cases": 186.0, - "new_cases_smoothed": 165.286, - "total_deaths": 41.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 158.502, - "new_cases_per_million": 7.051, - "new_cases_smoothed_per_million": 6.266, - "total_deaths_per_million": 1.554, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 796.0, - "total_tests": 34272.0, - "total_tests_per_thousand": 1.299, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 721.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 4.362, - "positive_rate": 0.22899999999999998, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-12", - "total_cases": 4404.0, - "new_cases": 223.0, - "new_cases_smoothed": 163.143, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 166.956, - "new_cases_per_million": 8.454, - "new_cases_smoothed_per_million": 6.185, - "total_deaths_per_million": 1.554, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests_smoothed": 750.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 4.5969999999999995, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-06-13", - "total_cases": 4684.0, - "new_cases": 280.0, - "new_cases_smoothed": 179.0, - "total_deaths": 45.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 177.57, - "new_cases_per_million": 10.615, - "new_cases_smoothed_per_million": 6.786, - "total_deaths_per_million": 1.706, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.049, - "total_tests": 35935.0, - "total_tests_per_thousand": 1.362, - "new_tests_smoothed": 760.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 4.246, - "positive_rate": 0.23600000000000002, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-14", - "total_cases": 4848.0, - "new_cases": 164.0, - "new_cases_smoothed": 184.429, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 183.788, - "new_cases_per_million": 6.217, - "new_cases_smoothed_per_million": 6.992, - "total_deaths_per_million": 1.706, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 848.0, - "total_tests": 36783.0, - "total_tests_per_thousand": 1.394, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 748.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 4.056, - "positive_rate": 0.247, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-15", - "total_cases": 5084.0, - "new_cases": 236.0, - "new_cases_smoothed": 192.143, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 192.734, - "new_cases_per_million": 8.947, - "new_cases_smoothed_per_million": 7.284, - "total_deaths_per_million": 1.706, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 870.0, - "total_tests": 37653.0, - "total_tests_per_thousand": 1.427, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 758.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 3.945, - "positive_rate": 0.253, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-16", - "total_cases": 5439.0, - "new_cases": 355.0, - "new_cases_smoothed": 222.571, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 206.192, - "new_cases_per_million": 13.458, - "new_cases_smoothed_per_million": 8.438, - "total_deaths_per_million": 1.744, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 984.0, - "total_tests": 38637.0, - "total_tests_per_thousand": 1.465, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 825.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 3.707, - "positive_rate": 0.27, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-17", - "total_cases": 5679.0, - "new_cases": 240.0, - "new_cases_smoothed": 240.571, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 215.291, - "new_cases_per_million": 9.098, - "new_cases_smoothed_per_million": 9.12, - "total_deaths_per_million": 1.744, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1214.0, - "total_tests": 39851.0, - "total_tests_per_thousand": 1.511, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 911.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 3.787, - "positive_rate": 0.264, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-18", - "total_cases": 6063.0, - "new_cases": 384.0, - "new_cases_smoothed": 268.857, - "total_deaths": 48.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 229.848, - "new_cases_per_million": 14.557, - "new_cases_smoothed_per_million": 10.192, - "total_deaths_per_million": 1.82, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1592.0, - "total_tests": 41443.0, - "total_tests_per_thousand": 1.571, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 1024.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 3.8089999999999997, - "positive_rate": 0.263, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-19", - "total_cases": 6063.0, - "new_cases": 0.0, - "new_cases_smoothed": 237.0, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 229.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.985, - "total_deaths_per_million": 1.82, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1632.0, - "total_tests": 43075.0, - "total_tests_per_thousand": 1.633, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 1139.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 4.806, - "positive_rate": 0.20800000000000002, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-20", - "total_cases": 6444.0, - "new_cases": 381.0, - "new_cases_smoothed": 251.429, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 244.292, - "new_cases_per_million": 14.444, - "new_cases_smoothed_per_million": 9.532, - "total_deaths_per_million": 1.858, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1155.0, - "total_tests": 44230.0, - "total_tests_per_thousand": 1.677, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1185.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 4.713, - "positive_rate": 0.212, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-21", - "total_cases": 6874.0, - "new_cases": 430.0, - "new_cases_smoothed": 289.429, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 260.593, - "new_cases_per_million": 16.301, - "new_cases_smoothed_per_million": 10.972, - "total_deaths_per_million": 1.858, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 922.0, - "total_tests": 45152.0, - "total_tests_per_thousand": 1.712, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 1196.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 4.132, - "positive_rate": 0.242, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-22", - "total_cases": 7492.0, - "new_cases": 618.0, - "new_cases_smoothed": 344.0, - "total_deaths": 51.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 284.022, - "new_cases_per_million": 23.428, - "new_cases_smoothed_per_million": 13.041, - "total_deaths_per_million": 1.933, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 844.0, - "total_tests": 45996.0, - "total_tests_per_thousand": 1.744, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 1192.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 3.465, - "positive_rate": 0.289, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-23", - "total_cases": 7492.0, - "new_cases": 0.0, - "new_cases_smoothed": 293.286, - "total_deaths": 54.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 284.022, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.118, - "total_deaths_per_million": 2.047, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1303.0, - "total_tests": 47299.0, - "total_tests_per_thousand": 1.793, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 1237.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 4.218, - "positive_rate": 0.237, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-24", - "total_cases": 7904.0, - "new_cases": 412.0, - "new_cases_smoothed": 317.857, - "total_deaths": 58.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 299.641, - "new_cases_per_million": 15.619, - "new_cases_smoothed_per_million": 12.05, - "total_deaths_per_million": 2.199, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.065, - "new_tests": 1041.0, - "total_tests": 48340.0, - "total_tests_per_thousand": 1.833, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 1213.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 3.8160000000000003, - "positive_rate": 0.262, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-25", - "total_cases": 7904.0, - "new_cases": 0.0, - "new_cases_smoothed": 263.0, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 299.641, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.97, - "total_deaths_per_million": 2.199, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1012.0, - "total_tests": 49352.0, - "total_tests_per_thousand": 1.871, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 1130.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 4.297, - "positive_rate": 0.233, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-06-26", - "total_cases": 8164.0, - "new_cases": 260.0, - "new_cases_smoothed": 300.143, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 309.497, - "new_cases_per_million": 9.857, - "new_cases_smoothed_per_million": 11.378, - "total_deaths_per_million": 2.199, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1562.0, - "total_tests": 50914.0, - "total_tests_per_thousand": 1.93, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 1120.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 3.7319999999999998, - "positive_rate": 0.268, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-06-27", - "total_cases": 8334.0, - "new_cases": 170.0, - "new_cases_smoothed": 270.0, - "total_deaths": 60.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 315.942, - "new_cases_per_million": 6.445, - "new_cases_smoothed_per_million": 10.236, - "total_deaths_per_million": 2.275, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.06, - "new_tests": 1347.0, - "total_tests": 52261.0, - "total_tests_per_thousand": 1.981, - "new_tests_per_thousand": 0.051, - "new_tests_smoothed": 1147.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 4.248, - "positive_rate": 0.235, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-06-28", - "total_cases": 8739.0, - "new_cases": 405.0, - "new_cases_smoothed": 266.429, - "total_deaths": 64.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 331.295, - "new_cases_per_million": 15.354, - "new_cases_smoothed_per_million": 10.1, - "total_deaths_per_million": 2.426, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.081, - "new_tests": 624.0, - "total_tests": 52885.0, - "total_tests_per_thousand": 2.005, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 1105.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 4.147, - "positive_rate": 0.24100000000000002, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-06-29", - "total_cases": 8944.0, - "new_cases": 205.0, - "new_cases_smoothed": 207.429, - "total_deaths": 66.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 339.067, - "new_cases_per_million": 7.772, - "new_cases_smoothed_per_million": 7.864, - "total_deaths_per_million": 2.502, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.081, - "new_tests": 1053.0, - "total_tests": 53938.0, - "total_tests_per_thousand": 2.045, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 1135.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 5.472, - "positive_rate": 0.183, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-06-30", - "total_cases": 9214.0, - "new_cases": 270.0, - "new_cases_smoothed": 246.0, - "total_deaths": 66.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 349.303, - "new_cases_per_million": 10.236, - "new_cases_smoothed_per_million": 9.326, - "total_deaths_per_million": 2.502, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "new_tests": 2012.0, - "total_tests": 55950.0, - "total_tests_per_thousand": 2.121, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 1236.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 5.024, - "positive_rate": 0.19899999999999998, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-01", - "total_cases": 9499.0, - "new_cases": 285.0, - "new_cases_smoothed": 227.857, - "total_deaths": 68.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 360.107, - "new_cases_per_million": 10.804, - "new_cases_smoothed_per_million": 8.638, - "total_deaths_per_million": 2.578, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1824.0, - "total_tests": 57774.0, - "total_tests_per_thousand": 2.19, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 1348.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 5.916, - "positive_rate": 0.16899999999999998, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-02", - "total_cases": 9702.0, - "new_cases": 203.0, - "new_cases_smoothed": 256.857, - "total_deaths": 68.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 367.803, - "new_cases_per_million": 7.696, - "new_cases_smoothed_per_million": 9.737, - "total_deaths_per_million": 2.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1608.0, - "total_tests": 59382.0, - "total_tests_per_thousand": 2.251, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 1433.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 5.579, - "positive_rate": 0.179, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-03", - "total_cases": 9992.0, - "new_cases": 290.0, - "new_cases_smoothed": 261.143, - "total_deaths": 68.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 378.797, - "new_cases_per_million": 10.994, - "new_cases_smoothed_per_million": 9.9, - "total_deaths_per_million": 2.578, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1270.0, - "total_tests": 60652.0, - "total_tests_per_thousand": 2.299, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 1391.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 5.327000000000001, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-04", - "total_cases": 10244.0, - "new_cases": 252.0, - "new_cases_smoothed": 272.857, - "total_deaths": 70.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 388.35, - "new_cases_per_million": 9.553, - "new_cases_smoothed_per_million": 10.344, - "total_deaths_per_million": 2.654, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1553.0, - "total_tests": 62205.0, - "total_tests_per_thousand": 2.358, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 1421.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 5.207999999999999, - "positive_rate": 0.192, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-05", - "total_cases": 10462.0, - "new_cases": 218.0, - "new_cases_smoothed": 246.143, - "total_deaths": 72.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 396.614, - "new_cases_per_million": 8.264, - "new_cases_smoothed_per_million": 9.331, - "total_deaths_per_million": 2.73, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 2219.0, - "total_tests": 64424.0, - "total_tests_per_thousand": 2.442, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 1648.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_per_case": 6.695, - "positive_rate": 0.149, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-06", - "total_cases": 10772.0, - "new_cases": 310.0, - "new_cases_smoothed": 261.143, - "total_deaths": 74.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 408.366, - "new_cases_per_million": 11.752, - "new_cases_smoothed_per_million": 9.9, - "total_deaths_per_million": 2.805, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1464.0, - "total_tests": 65888.0, - "total_tests_per_thousand": 2.498, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 1707.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 6.537000000000001, - "positive_rate": 0.153, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-07", - "total_cases": 10966.0, - "new_cases": 194.0, - "new_cases_smoothed": 250.286, - "total_deaths": 75.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 415.721, - "new_cases_per_million": 7.355, - "new_cases_smoothed_per_million": 9.488, - "total_deaths_per_million": 2.843, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 1280.0, - "total_tests": 67168.0, - "total_tests_per_thousand": 2.546, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 1603.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 6.405, - "positive_rate": 0.156, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-08", - "total_cases": 10966.0, - "new_cases": 0.0, - "new_cases_smoothed": 209.571, - "total_deaths": 75.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 415.721, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.945, - "total_deaths_per_million": 2.843, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1841.0, - "total_tests": 69009.0, - "total_tests_per_thousand": 2.616, - "new_tests_per_thousand": 0.07, - "new_tests_smoothed": 1605.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 7.6579999999999995, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-09", - "total_cases": 11504.0, - "new_cases": 538.0, - "new_cases_smoothed": 257.429, - "total_deaths": 78.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 436.116, - "new_cases_per_million": 20.396, - "new_cases_smoothed_per_million": 9.759, - "total_deaths_per_million": 2.957, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1405.0, - "total_tests": 70414.0, - "total_tests_per_thousand": 2.669, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 1576.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 6.122000000000001, - "positive_rate": 0.163, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-10", - "total_cases": 11750.0, - "new_cases": 246.0, - "new_cases_smoothed": 251.143, - "total_deaths": 79.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 445.442, - "new_cases_per_million": 9.326, - "new_cases_smoothed_per_million": 9.521, - "total_deaths_per_million": 2.995, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.06, - "new_tests": 2185.0, - "total_tests": 72599.0, - "total_tests_per_thousand": 2.752, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 1707.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 6.797000000000001, - "positive_rate": 0.147, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-11", - "total_cases": 12052.0, - "new_cases": 302.0, - "new_cases_smoothed": 258.286, - "total_deaths": 81.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 456.891, - "new_cases_per_million": 11.449, - "new_cases_smoothed_per_million": 9.792, - "total_deaths_per_million": 3.071, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.06, - "new_tests": 2281.0, - "total_tests": 74880.0, - "total_tests_per_thousand": 2.839, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 1811.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_per_case": 7.0120000000000005, - "positive_rate": 0.14300000000000002, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-12", - "total_cases": 12443.0, - "new_cases": 391.0, - "new_cases_smoothed": 283.0, - "total_deaths": 82.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 471.714, - "new_cases_per_million": 14.823, - "new_cases_smoothed_per_million": 10.729, - "total_deaths_per_million": 3.109, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1370.0, - "total_tests": 76250.0, - "total_tests_per_thousand": 2.891, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 1689.0, - "new_tests_smoothed_per_thousand": 0.064, - "tests_per_case": 5.968, - "positive_rate": 0.168, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-13", - "total_cases": 12766.0, - "new_cases": 323.0, - "new_cases_smoothed": 284.857, - "total_deaths": 84.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 483.959, - "new_cases_per_million": 12.245, - "new_cases_smoothed_per_million": 10.799, - "total_deaths_per_million": 3.184, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 1134.0, - "total_tests": 77384.0, - "total_tests_per_thousand": 2.934, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 1642.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_per_case": 5.763999999999999, - "positive_rate": 0.17300000000000001, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-14", - "total_cases": 12872.0, - "new_cases": 106.0, - "new_cases_smoothed": 272.286, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 487.977, - "new_cases_per_million": 4.018, - "new_cases_smoothed_per_million": 10.322, - "total_deaths_per_million": 3.184, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 682.0, - "total_tests": 78066.0, - "total_tests_per_thousand": 2.959, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 1557.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 5.718, - "positive_rate": 0.175, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-15", - "total_cases": 13037.0, - "new_cases": 165.0, - "new_cases_smoothed": 295.857, - "total_deaths": 87.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 494.232, - "new_cases_per_million": 6.255, - "new_cases_smoothed_per_million": 11.216, - "total_deaths_per_million": 3.298, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.065, - "new_tests": 1829.0, - "total_tests": 79895.0, - "total_tests_per_thousand": 3.029, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 1555.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 5.256, - "positive_rate": 0.19, - "tests_units": "samples tested", - "stringency_index": 57.87 - }, - { - "date": "2020-07-16", - "total_cases": 13403.0, - "new_cases": 366.0, - "new_cases_smoothed": 271.286, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 508.108, - "new_cases_per_million": 13.875, - "new_cases_smoothed_per_million": 10.284, - "total_deaths_per_million": 3.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 738.0, - "total_tests": 80633.0, - "total_tests_per_thousand": 3.057, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 1460.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 5.382000000000001, - "positive_rate": 0.18600000000000003, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-17", - "total_cases": 13554.0, - "new_cases": 151.0, - "new_cases_smoothed": 257.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 513.832, - "new_cases_per_million": 5.724, - "new_cases_smoothed_per_million": 9.77, - "total_deaths_per_million": 3.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 746.0, - "total_tests": 81379.0, - "total_tests_per_thousand": 3.085, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 1254.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 4.8660000000000005, - "positive_rate": 0.20600000000000002, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-18", - "total_cases": 13696.0, - "new_cases": 142.0, - "new_cases_smoothed": 234.857, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 519.215, - "new_cases_per_million": 5.383, - "new_cases_smoothed_per_million": 8.903, - "total_deaths_per_million": 3.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1237.0, - "total_tests": 82616.0, - "total_tests_per_thousand": 3.132, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 1105.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 4.705, - "positive_rate": 0.213, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-19", - "total_cases": 13912.0, - "new_cases": 216.0, - "new_cases_smoothed": 209.857, - "total_deaths": 91.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 527.404, - "new_cases_per_million": 8.189, - "new_cases_smoothed_per_million": 7.956, - "total_deaths_per_million": 3.45, - "new_deaths_per_million": 0.152, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 1137.0, - "total_tests": 83753.0, - "total_tests_per_thousand": 3.175, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 1072.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 5.1080000000000005, - "positive_rate": 0.196, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-20", - "total_cases": 14119.0, - "new_cases": 207.0, - "new_cases_smoothed": 193.286, - "total_deaths": 92.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 535.251, - "new_cases_per_million": 7.847, - "new_cases_smoothed_per_million": 7.327, - "total_deaths_per_million": 3.488, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1656.0, - "total_tests": 85409.0, - "total_tests_per_thousand": 3.238, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 1146.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 5.928999999999999, - "positive_rate": 0.16899999999999998, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-21", - "total_cases": 14312.0, - "new_cases": 193.0, - "new_cases_smoothed": 205.714, - "total_deaths": 92.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 542.568, - "new_cases_per_million": 7.317, - "new_cases_smoothed_per_million": 7.799, - "total_deaths_per_million": 3.488, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1143.0, - "total_tests": 86552.0, - "total_tests_per_thousand": 3.281, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 1212.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 5.892, - "positive_rate": 0.17, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-22", - "total_cases": 14531.0, - "new_cases": 219.0, - "new_cases_smoothed": 213.429, - "total_deaths": 93.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 550.87, - "new_cases_per_million": 8.302, - "new_cases_smoothed_per_million": 8.091, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1131.0, - "total_tests": 87683.0, - "total_tests_per_thousand": 3.324, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 1113.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 5.215, - "positive_rate": 0.192, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-23", - "total_cases": 14531.0, - "new_cases": 0.0, - "new_cases_smoothed": 161.143, - "total_deaths": 93.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 550.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.109, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 2237.0, - "total_tests": 89920.0, - "total_tests_per_thousand": 3.409, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 1327.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 8.235, - "positive_rate": 0.121, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-24", - "total_cases": 15001.0, - "new_cases": 470.0, - "new_cases_smoothed": 206.714, - "total_deaths": 93.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 568.688, - "new_cases_per_million": 17.818, - "new_cases_smoothed_per_million": 7.837, - "total_deaths_per_million": 3.526, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1735.0, - "total_tests": 91655.0, - "total_tests_per_thousand": 3.475, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 1468.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 7.102, - "positive_rate": 0.141, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-25", - "total_cases": 15253.0, - "new_cases": 252.0, - "new_cases_smoothed": 222.429, - "total_deaths": 94.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 578.241, - "new_cases_per_million": 9.553, - "new_cases_smoothed_per_million": 8.432, - "total_deaths_per_million": 3.564, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 2004.0, - "total_tests": 93659.0, - "total_tests_per_thousand": 3.551, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 1578.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 7.093999999999999, - "positive_rate": 0.141, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-26", - "total_cases": 15494.0, - "new_cases": 241.0, - "new_cases_smoothed": 226.0, - "total_deaths": 94.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 587.377, - "new_cases_per_million": 9.136, - "new_cases_smoothed_per_million": 8.568, - "total_deaths_per_million": 3.564, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 1446.0, - "total_tests": 95105.0, - "total_tests_per_thousand": 3.605, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 1622.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 7.1770000000000005, - "positive_rate": 0.139, - "tests_units": "samples tested", - "stringency_index": 60.65 - }, - { - "date": "2020-07-27", - "total_cases": 15596.0, - "new_cases": 102.0, - "new_cases_smoothed": 211.0, - "total_deaths": 96.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 591.244, - "new_cases_per_million": 3.867, - "new_cases_smoothed_per_million": 7.999, - "total_deaths_per_million": 3.639, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 992.0, - "total_tests": 96097.0, - "total_tests_per_thousand": 3.643, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 1527.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 7.237, - "positive_rate": 0.138, - "tests_units": "samples tested", - "stringency_index": 44.91 - }, - { - "date": "2020-07-28", - "total_cases": 15655.0, - "new_cases": 59.0, - "new_cases_smoothed": 191.857, - "total_deaths": 96.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 593.481, - "new_cases_per_million": 2.237, - "new_cases_smoothed_per_million": 7.273, - "total_deaths_per_million": 3.639, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 671.0, - "total_tests": 96768.0, - "total_tests_per_thousand": 3.668, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 1459.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 7.605, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 44.91 - }, - { - "date": "2020-07-29", - "total_cases": 15713.0, - "new_cases": 58.0, - "new_cases_smoothed": 168.857, - "total_deaths": 98.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 595.68, - "new_cases_per_million": 2.199, - "new_cases_smoothed_per_million": 6.401, - "total_deaths_per_million": 3.715, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1246.0, - "total_tests": 98014.0, - "total_tests_per_thousand": 3.716, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 1476.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 8.741, - "positive_rate": 0.114, - "tests_units": "samples tested", - "stringency_index": 44.91 - }, - { - "date": "2020-07-30", - "total_cases": 15813.0, - "new_cases": 100.0, - "new_cases_smoothed": 183.143, - "total_deaths": 99.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 599.471, - "new_cases_per_million": 3.791, - "new_cases_smoothed_per_million": 6.943, - "total_deaths_per_million": 3.753, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1720.0, - "total_tests": 99734.0, - "total_tests_per_thousand": 3.781, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 1402.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 7.655, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 44.91 - }, - { - "date": "2020-07-31", - "total_cases": 15978.0, - "new_cases": 165.0, - "new_cases_smoothed": 139.571, - "total_deaths": 100.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 605.726, - "new_cases_per_million": 6.255, - "new_cases_smoothed_per_million": 5.291, - "total_deaths_per_million": 3.791, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 951.0, - "total_tests": 100685.0, - "total_tests_per_thousand": 3.817, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 1290.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 9.243, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-01", - "total_cases": 16047.0, - "new_cases": 69.0, - "new_cases_smoothed": 113.429, - "total_deaths": 102.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 608.342, - "new_cases_per_million": 2.616, - "new_cases_smoothed_per_million": 4.3, - "total_deaths_per_million": 3.867, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 898.0, - "total_tests": 101583.0, - "total_tests_per_thousand": 3.851, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 1132.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 9.98, - "positive_rate": 0.1, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-02", - "total_cases": 16109.0, - "new_cases": 62.0, - "new_cases_smoothed": 87.857, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 610.692, - "new_cases_per_million": 2.35, - "new_cases_smoothed_per_million": 3.331, - "total_deaths_per_million": 3.867, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 1102.0, - "total_tests": 102685.0, - "total_tests_per_thousand": 3.893, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 1083.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 12.327, - "positive_rate": 0.081, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-03", - "total_cases": 16182.0, - "new_cases": 73.0, - "new_cases_smoothed": 83.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 613.459, - "new_cases_per_million": 2.767, - "new_cases_smoothed_per_million": 3.174, - "total_deaths_per_million": 3.867, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 427.0, - "total_tests": 103112.0, - "total_tests_per_thousand": 3.909, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 1002.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 11.969000000000001, - "positive_rate": 0.084, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-04", - "total_cases": 16220.0, - "new_cases": 38.0, - "new_cases_smoothed": 80.714, - "total_deaths": 102.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 614.9, - "new_cases_per_million": 1.441, - "new_cases_smoothed_per_million": 3.06, - "total_deaths_per_million": 3.867, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 512.0, - "total_tests": 103624.0, - "total_tests_per_thousand": 3.928, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 979.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 12.129000000000001, - "positive_rate": 0.08199999999999999, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-05", - "total_cases": 16293.0, - "new_cases": 73.0, - "new_cases_smoothed": 82.857, - "total_deaths": 103.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 617.667, - "new_cases_per_million": 2.767, - "new_cases_smoothed_per_million": 3.141, - "total_deaths_per_million": 3.905, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.027, - "new_tests_smoothed": 870.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 10.5, - "positive_rate": 0.095, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-06", - "total_cases": 16349.0, - "new_cases": 56.0, - "new_cases_smoothed": 76.571, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 619.79, - "new_cases_per_million": 2.123, - "new_cases_smoothed_per_million": 2.903, - "total_deaths_per_million": 3.905, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "total_tests": 104584.0, - "total_tests_per_thousand": 3.965, - "new_tests_smoothed": 693.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 9.05, - "positive_rate": 0.11, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-07", - "total_cases": 16447.0, - "new_cases": 98.0, - "new_cases_smoothed": 67.0, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 623.506, - "new_cases_per_million": 3.715, - "new_cases_smoothed_per_million": 2.54, - "total_deaths_per_million": 3.905, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 924.0, - "total_tests": 105508.0, - "total_tests_per_thousand": 4.0, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 689.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 10.284, - "positive_rate": 0.09699999999999999, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-08", - "total_cases": 16524.0, - "new_cases": 77.0, - "new_cases_smoothed": 68.143, - "total_deaths": 104.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 626.425, - "new_cases_per_million": 2.919, - "new_cases_smoothed_per_million": 2.583, - "total_deaths_per_million": 3.943, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 1245.0, - "total_tests": 106753.0, - "total_tests_per_thousand": 4.047, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 739.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 10.845, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-09", - "total_cases": 16620.0, - "new_cases": 96.0, - "new_cases_smoothed": 73.0, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 630.064, - "new_cases_per_million": 3.639, - "new_cases_smoothed_per_million": 2.767, - "total_deaths_per_million": 3.943, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 2109.0, - "total_tests": 108862.0, - "total_tests_per_thousand": 4.127, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 882.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 12.082, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-10", - "total_cases": 16715.0, - "new_cases": 95.0, - "new_cases_smoothed": 76.143, - "total_deaths": 105.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 633.665, - "new_cases_per_million": 3.601, - "new_cases_smoothed_per_million": 2.887, - "total_deaths_per_million": 3.981, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 815.0, - "total_tests": 109677.0, - "total_tests_per_thousand": 4.158, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 938.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 12.319, - "positive_rate": 0.081, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-11", - "total_cases": 16798.0, - "new_cases": 83.0, - "new_cases_smoothed": 82.571, - "total_deaths": 105.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 636.812, - "new_cases_per_million": 3.147, - "new_cases_smoothed_per_million": 3.13, - "total_deaths_per_million": 3.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 682.0, - "total_tests": 110359.0, - "total_tests_per_thousand": 4.184, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 962.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 11.651, - "positive_rate": 0.086, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-12", - "total_cases": 16847.0, - "new_cases": 49.0, - "new_cases_smoothed": 79.143, - "total_deaths": 105.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 638.67, - "new_cases_per_million": 1.858, - "new_cases_smoothed_per_million": 3.0, - "total_deaths_per_million": 3.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 252.0, - "total_tests": 110611.0, - "total_tests_per_thousand": 4.193, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 930.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 11.751, - "positive_rate": 0.085, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-13", - "total_cases": 16847.0, - "new_cases": 0.0, - "new_cases_smoothed": 71.143, - "total_deaths": 105.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 638.67, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.697, - "total_deaths_per_million": 3.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 521.0, - "total_tests": 111132.0, - "total_tests_per_thousand": 4.213, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 935.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 13.142999999999999, - "positive_rate": 0.076, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-14", - "total_cases": 16889.0, - "new_cases": 42.0, - "new_cases_smoothed": 63.143, - "total_deaths": 105.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 640.262, - "new_cases_per_million": 1.592, - "new_cases_smoothed_per_million": 2.394, - "total_deaths_per_million": 3.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 929.0, - "total_tests": 112061.0, - "total_tests_per_thousand": 4.248, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 936.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 14.824000000000002, - "positive_rate": 0.067, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-15", - "total_cases": 16935.0, - "new_cases": 46.0, - "new_cases_smoothed": 58.714, - "total_deaths": 106.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 642.006, - "new_cases_per_million": 1.744, - "new_cases_smoothed_per_million": 2.226, - "total_deaths_per_million": 4.018, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 870.0, - "total_tests": 112931.0, - "total_tests_per_thousand": 4.281, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 883.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 15.039000000000001, - "positive_rate": 0.066, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-16", - "total_cases": 16993.0, - "new_cases": 58.0, - "new_cases_smoothed": 53.286, - "total_deaths": 108.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 644.204, - "new_cases_per_million": 2.199, - "new_cases_smoothed_per_million": 2.02, - "total_deaths_per_million": 4.094, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 457.0, - "total_tests": 113388.0, - "total_tests_per_thousand": 4.299, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 647.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 12.142000000000001, - "positive_rate": 0.08199999999999999, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-17", - "total_cases": 17026.0, - "new_cases": 33.0, - "new_cases_smoothed": 44.429, - "total_deaths": 110.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 645.455, - "new_cases_per_million": 1.251, - "new_cases_smoothed_per_million": 1.684, - "total_deaths_per_million": 4.17, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1032.0, - "total_tests": 114420.0, - "total_tests_per_thousand": 4.338, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 678.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 15.26, - "positive_rate": 0.066, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-18", - "total_cases": 17026.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.571, - "total_deaths": 110.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 645.455, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.235, - "total_deaths_per_million": 4.17, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 918.0, - "total_tests": 115338.0, - "total_tests_per_thousand": 4.372, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 711.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 21.829, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-19", - "total_cases": 17150.0, - "new_cases": 124.0, - "new_cases_smoothed": 43.286, - "total_deaths": 110.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 650.156, - "new_cases_per_million": 4.701, - "new_cases_smoothed_per_million": 1.641, - "total_deaths_per_million": 4.17, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1447.0, - "total_tests": 116785.0, - "total_tests_per_thousand": 4.427, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 882.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 20.375999999999998, - "positive_rate": 0.049, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-20", - "total_cases": 17232.0, - "new_cases": 82.0, - "new_cases_smoothed": 55.0, - "total_deaths": 111.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 653.265, - "new_cases_per_million": 3.109, - "new_cases_smoothed_per_million": 2.085, - "total_deaths_per_million": 4.208, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 330.0, - "total_tests": 117115.0, - "total_tests_per_thousand": 4.44, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 855.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 15.545, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 26.39 - }, - { - "date": "2020-08-21", - "total_cases": 17249.0, - "new_cases": 17.0, - "new_cases_smoothed": 51.429, - "total_deaths": 112.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 653.909, - "new_cases_per_million": 0.644, - "new_cases_smoothed_per_million": 1.95, - "total_deaths_per_million": 4.246, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 950.0, - "total_tests": 118065.0, - "total_tests_per_thousand": 4.476, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 858.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 16.683, - "positive_rate": 0.06, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-22", - "total_cases": 17310.0, - "new_cases": 61.0, - "new_cases_smoothed": 53.571, - "total_deaths": 112.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 656.222, - "new_cases_per_million": 2.313, - "new_cases_smoothed_per_million": 2.031, - "total_deaths_per_million": 4.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1101.0, - "total_tests": 119166.0, - "total_tests_per_thousand": 4.518, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 891.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 16.632, - "positive_rate": 0.06, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-23", - "total_cases": 17374.0, - "new_cases": 64.0, - "new_cases_smoothed": 54.429, - "total_deaths": 113.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 658.648, - "new_cases_per_million": 2.426, - "new_cases_smoothed_per_million": 2.063, - "total_deaths_per_million": 4.284, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1133.0, - "total_tests": 120299.0, - "total_tests_per_thousand": 4.561, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 987.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 18.134, - "positive_rate": 0.055, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-24", - "total_cases": 17471.0, - "new_cases": 97.0, - "new_cases_smoothed": 63.571, - "total_deaths": 113.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 662.325, - "new_cases_per_million": 3.677, - "new_cases_smoothed_per_million": 2.41, - "total_deaths_per_million": 4.284, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 987.0, - "total_tests": 121286.0, - "total_tests_per_thousand": 4.598, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 981.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 15.431, - "positive_rate": 0.065, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-25", - "total_cases": 17506.0, - "new_cases": 35.0, - "new_cases_smoothed": 68.571, - "total_deaths": 114.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 663.652, - "new_cases_per_million": 1.327, - "new_cases_smoothed_per_million": 2.6, - "total_deaths_per_million": 4.322, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 793.0, - "total_tests": 122079.0, - "total_tests_per_thousand": 4.628, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 963.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 14.044, - "positive_rate": 0.071, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-26", - "total_cases": 17562.0, - "new_cases": 56.0, - "new_cases_smoothed": 58.857, - "total_deaths": 114.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 665.775, - "new_cases_per_million": 2.123, - "new_cases_smoothed_per_million": 2.231, - "total_deaths_per_million": 4.322, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 896.0, - "total_tests": 122975.0, - "total_tests_per_thousand": 4.662, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 884.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 15.019, - "positive_rate": 0.067, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-27", - "total_cases": 17603.0, - "new_cases": 41.0, - "new_cases_smoothed": 53.0, - "total_deaths": 114.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 667.329, - "new_cases_per_million": 1.554, - "new_cases_smoothed_per_million": 2.009, - "total_deaths_per_million": 4.322, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 1082.0, - "total_tests": 124057.0, - "total_tests_per_thousand": 4.703, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 992.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 18.717, - "positive_rate": 0.053, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-28", - "total_cases": 17702.0, - "new_cases": 99.0, - "new_cases_smoothed": 64.714, - "total_deaths": 115.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 671.083, - "new_cases_per_million": 3.753, - "new_cases_smoothed_per_million": 2.453, - "total_deaths_per_million": 4.36, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 1028.0, - "total_tests": 125085.0, - "total_tests_per_thousand": 4.742, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 1003.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 15.499, - "positive_rate": 0.065, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-29", - "total_cases": 17797.0, - "new_cases": 95.0, - "new_cases_smoothed": 69.571, - "total_deaths": 115.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 674.684, - "new_cases_per_million": 3.601, - "new_cases_smoothed_per_million": 2.637, - "total_deaths_per_million": 4.36, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 887.0, - "total_tests": 125972.0, - "total_tests_per_thousand": 4.776, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 972.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 13.970999999999998, - "positive_rate": 0.07200000000000001, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-30", - "total_cases": 17893.0, - "new_cases": 96.0, - "new_cases_smoothed": 74.143, - "total_deaths": 115.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.323, - "new_cases_per_million": 3.639, - "new_cases_smoothed_per_million": 2.811, - "total_deaths_per_million": 4.36, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 580.0, - "total_tests": 126552.0, - "total_tests_per_thousand": 4.798, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 893.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 12.044, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-08-31", - "total_cases": 17948.0, - "new_cases": 55.0, - "new_cases_smoothed": 68.143, - "total_deaths": 115.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 680.408, - "new_cases_per_million": 2.085, - "new_cases_smoothed_per_million": 2.583, - "total_deaths_per_million": 4.36, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 1252.0, - "total_tests": 127804.0, - "total_tests_per_thousand": 4.845, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 931.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 13.662, - "positive_rate": 0.073, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-01", - "total_cases": 18067.0, - "new_cases": 119.0, - "new_cases_smoothed": 80.143, - "total_deaths": 117.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 684.92, - "new_cases_per_million": 4.511, - "new_cases_smoothed_per_million": 3.038, - "total_deaths_per_million": 4.435, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 383.0, - "total_tests": 128187.0, - "total_tests_per_thousand": 4.86, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 873.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 10.892999999999999, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-02", - "total_cases": 18103.0, - "new_cases": 36.0, - "new_cases_smoothed": 77.286, - "total_deaths": 117.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 686.284, - "new_cases_per_million": 1.365, - "new_cases_smoothed_per_million": 2.93, - "total_deaths_per_million": 4.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 938.0, - "total_tests": 129125.0, - "total_tests_per_thousand": 4.895, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 879.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 11.373, - "positive_rate": 0.08800000000000001, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-03", - "total_cases": 18161.0, - "new_cases": 58.0, - "new_cases_smoothed": 79.714, - "total_deaths": 117.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 688.483, - "new_cases_per_million": 2.199, - "new_cases_smoothed_per_million": 3.022, - "total_deaths_per_million": 4.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 921.0, - "total_tests": 130046.0, - "total_tests_per_thousand": 4.93, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 856.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 10.738, - "positive_rate": 0.09300000000000001, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-04", - "total_cases": 18208.0, - "new_cases": 47.0, - "new_cases_smoothed": 72.286, - "total_deaths": 119.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 690.265, - "new_cases_per_million": 1.782, - "new_cases_smoothed_per_million": 2.74, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.076, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1104.0, - "total_tests": 131150.0, - "total_tests_per_thousand": 4.972, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 866.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 11.98, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-05", - "total_cases": 18269.0, - "new_cases": 61.0, - "new_cases_smoothed": 67.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 692.578, - "new_cases_per_million": 2.313, - "new_cases_smoothed_per_million": 2.556, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1713.0, - "total_tests": 132863.0, - "total_tests_per_thousand": 5.037, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 984.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 14.593, - "positive_rate": 0.069, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-06", - "total_cases": 18472.0, - "new_cases": 203.0, - "new_cases_smoothed": 82.714, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 700.273, - "new_cases_per_million": 7.696, - "new_cases_smoothed_per_million": 3.136, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1163.0, - "total_tests": 134026.0, - "total_tests_per_thousand": 5.081, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1068.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 12.912, - "positive_rate": 0.077, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-07", - "total_cases": 18588.0, - "new_cases": 116.0, - "new_cases_smoothed": 91.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 704.671, - "new_cases_per_million": 4.398, - "new_cases_smoothed_per_million": 3.466, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 759.0, - "total_tests": 134785.0, - "total_tests_per_thousand": 5.11, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 997.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 10.905, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-08", - "total_cases": 18701.0, - "new_cases": 113.0, - "new_cases_smoothed": 90.571, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 708.955, - "new_cases_per_million": 4.284, - "new_cases_smoothed_per_million": 3.434, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 492.0, - "total_tests": 135277.0, - "total_tests_per_thousand": 5.128, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 1013.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 11.185, - "positive_rate": 0.08900000000000001, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-09", - "total_cases": 18778.0, - "new_cases": 77.0, - "new_cases_smoothed": 96.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 711.874, - "new_cases_per_million": 2.919, - "new_cases_smoothed_per_million": 3.656, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 1164.0, - "total_tests": 136441.0, - "total_tests_per_thousand": 5.172, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1045.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 10.837, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 32.87 - }, - { - "date": "2020-09-10", - "total_cases": 18815.0, - "new_cases": 37.0, - "new_cases_smoothed": 93.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 713.276, - "new_cases_per_million": 1.403, - "new_cases_smoothed_per_million": 3.542, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 1480.0, - "total_tests": 137921.0, - "total_tests_per_thousand": 5.229, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 1125.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 12.040999999999999, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-11", - "total_cases": 18869.0, - "new_cases": 54.0, - "new_cases_smoothed": 94.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 715.324, - "new_cases_per_million": 2.047, - "new_cases_smoothed_per_million": 3.58, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1785.0, - "total_tests": 139706.0, - "total_tests_per_thousand": 5.296, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 1222.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 12.940999999999999, - "positive_rate": 0.077, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-12", - "total_cases": 18916.0, - "new_cases": 47.0, - "new_cases_smoothed": 92.429, - "total_deaths": 119.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 717.105, - "new_cases_per_million": 1.782, - "new_cases_smoothed_per_million": 3.504, - "total_deaths_per_million": 4.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1756.0, - "total_tests": 141462.0, - "total_tests_per_thousand": 5.363, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 1228.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 13.286, - "positive_rate": 0.075, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-13", - "total_cases": 18987.0, - "new_cases": 71.0, - "new_cases_smoothed": 73.571, - "total_deaths": 120.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 719.797, - "new_cases_per_million": 2.692, - "new_cases_smoothed_per_million": 2.789, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 786.0, - "total_tests": 142248.0, - "total_tests_per_thousand": 5.393, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 1175.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 15.970999999999998, - "positive_rate": 0.063, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-14", - "total_cases": 19013.0, - "new_cases": 26.0, - "new_cases_smoothed": 60.714, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 720.783, - "new_cases_per_million": 0.986, - "new_cases_smoothed_per_million": 2.302, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1413.0, - "total_tests": 143661.0, - "total_tests_per_thousand": 5.446, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 1268.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 20.885, - "positive_rate": 0.048, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-15", - "total_cases": 19066.0, - "new_cases": 53.0, - "new_cases_smoothed": 52.143, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 722.792, - "new_cases_per_million": 2.009, - "new_cases_smoothed_per_million": 1.977, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1098.0, - "total_tests": 144759.0, - "total_tests_per_thousand": 5.488, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 1355.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_per_case": 25.986, - "positive_rate": 0.038, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-16", - "total_cases": 19100.0, - "new_cases": 34.0, - "new_cases_smoothed": 46.0, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 724.081, - "new_cases_per_million": 1.289, - "new_cases_smoothed_per_million": 1.744, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1553.0, - "total_tests": 146312.0, - "total_tests_per_thousand": 5.547, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 1410.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 30.651999999999997, - "positive_rate": 0.033, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-17", - "total_cases": 19132.0, - "new_cases": 32.0, - "new_cases_smoothed": 45.286, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 725.294, - "new_cases_per_million": 1.213, - "new_cases_smoothed_per_million": 1.717, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1253.0, - "total_tests": 147565.0, - "total_tests_per_thousand": 5.594, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 1378.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 30.429000000000002, - "positive_rate": 0.033, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-18", - "total_cases": 19158.0, - "new_cases": 26.0, - "new_cases_smoothed": 41.286, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 726.279, - "new_cases_per_million": 0.986, - "new_cases_smoothed_per_million": 1.565, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1392.0, - "total_tests": 148957.0, - "total_tests_per_thousand": 5.647, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 1322.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 32.021, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-19", - "total_cases": 19200.0, - "new_cases": 42.0, - "new_cases_smoothed": 40.571, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 727.872, - "new_cases_per_million": 1.592, - "new_cases_smoothed_per_million": 1.538, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 1689.0, - "total_tests": 150646.0, - "total_tests_per_thousand": 5.711, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 1312.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 32.338, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-20", - "total_cases": 19269.0, - "new_cases": 69.0, - "new_cases_smoothed": 40.286, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 730.487, - "new_cases_per_million": 2.616, - "new_cases_smoothed_per_million": 1.527, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1881.0, - "total_tests": 152527.0, - "total_tests_per_thousand": 5.782, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 1468.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 36.44, - "positive_rate": 0.027000000000000003, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-21", - "total_cases": 19320.0, - "new_cases": 51.0, - "new_cases_smoothed": 43.857, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 732.421, - "new_cases_per_million": 1.933, - "new_cases_smoothed_per_million": 1.663, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 155.0, - "total_tests": 152682.0, - "total_tests_per_thousand": 5.788, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 1289.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 29.391, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-09-22", - "total_cases": 19327.0, - "new_cases": 7.0, - "new_cases_smoothed": 37.286, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 732.686, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 1.414, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 546.0, - "total_tests": 153228.0, - "total_tests_per_thousand": 5.809, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 1210.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 32.452, - "positive_rate": 0.031, - "tests_units": "samples tested" - }, - { - "date": "2020-09-23", - "total_cases": 19343.0, - "new_cases": 16.0, - "new_cases_smoothed": 34.714, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 733.293, - "new_cases_per_million": 0.607, - "new_cases_smoothed_per_million": 1.316, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1742.0, - "total_tests": 154970.0, - "total_tests_per_thousand": 5.875, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 1237.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 35.634, - "positive_rate": 0.027999999999999997, - "tests_units": "samples tested" - }, - { - "date": "2020-09-24", - "total_cases": 19430.0, - "new_cases": 87.0, - "new_cases_smoothed": 42.571, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 736.591, - "new_cases_per_million": 3.298, - "new_cases_smoothed_per_million": 1.614, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1420.0, - "total_tests": 156390.0, - "total_tests_per_thousand": 5.929, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 1261.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 29.621, - "positive_rate": 0.034, - "tests_units": "samples tested" - }, - { - "date": "2020-09-25", - "total_cases": 19501.0, - "new_cases": 71.0, - "new_cases_smoothed": 49.0, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 739.283, - "new_cases_per_million": 2.692, - "new_cases_smoothed_per_million": 1.858, - "total_deaths_per_million": 4.549, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CMR": { - "continent": "Africa", - "location": "Cameroon", - "population": 26545864.0, - "population_density": 50.885, - "median_age": 18.8, - "aged_65_older": 3.165, - "aged_70_older": 1.919, - "gdp_per_capita": 3364.926, - "extreme_poverty": 23.8, - "cardiovasc_death_rate": 244.661, - "diabetes_prevalence": 7.2, - "handwashing_facilities": 2.735, - "hospital_beds_per_thousand": 1.3, - "life_expectancy": 59.29, - "human_development_index": 0.556, - "data": [ - { - "date": "2020-03-07", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.038, - "new_cases_per_million": 0.038, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.075, - "new_cases_per_million": 0.038, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-14", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.005, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-15", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.113, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-16", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.151, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-17", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.151, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-03-18", - "total_cases": 10.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.377, - "new_cases_per_million": 0.226, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-19", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.377, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.043, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-20", - "total_cases": 14.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.527, - "new_cases_per_million": 0.151, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-21", - "total_cases": 27.0, - "new_cases": 13.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.017, - "new_cases_per_million": 0.49, - "new_cases_smoothed_per_million": 0.135, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-22", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.129, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-23", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.124, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-24", - "total_cases": 56.0, - "new_cases": 29.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.11, - "new_cases_per_million": 1.092, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-03-25", - "total_cases": 72.0, - "new_cases": 16.0, - "new_cases_smoothed": 8.857, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.712, - "new_cases_per_million": 0.603, - "new_cases_smoothed_per_million": 0.334, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 57.41 - }, - { - "date": "2020-03-26", - "total_cases": 72.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.712, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.334, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 57.41 - }, - { - "date": "2020-03-27", - "total_cases": 88.0, - "new_cases": 16.0, - "new_cases_smoothed": 10.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.315, - "new_cases_per_million": 0.603, - "new_cases_smoothed_per_million": 0.398, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 57.41 - }, - { - "date": "2020-03-28", - "total_cases": 88.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.315, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.328, - "total_deaths_per_million": 0.038, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 57.41 - }, - { - "date": "2020-03-29", - "total_cases": 99.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.729, - "new_cases_per_million": 0.414, - "new_cases_smoothed_per_million": 0.387, - "total_deaths_per_million": 0.075, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 57.41 - }, - { - "date": "2020-03-30", - "total_cases": 99.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.729, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.387, - "total_deaths_per_million": 0.075, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 57.41 - }, - { - "date": "2020-03-31", - "total_cases": 142.0, - "new_cases": 43.0, - "new_cases_smoothed": 12.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.349, - "new_cases_per_million": 1.62, - "new_cases_smoothed_per_million": 0.463, - "total_deaths_per_million": 0.075, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 57.41 - }, - { - "date": "2020-04-01", - "total_cases": 193.0, - "new_cases": 51.0, - "new_cases_smoothed": 17.286, - "total_deaths": 6.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 7.27, - "new_cases_per_million": 1.921, - "new_cases_smoothed_per_million": 0.651, - "total_deaths_per_million": 0.226, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 57.41 - }, - { - "date": "2020-04-02", - "total_cases": 233.0, - "new_cases": 40.0, - "new_cases_smoothed": 23.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8.777, - "new_cases_per_million": 1.507, - "new_cases_smoothed_per_million": 0.866, - "total_deaths_per_million": 0.226, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 57.41 - }, - { - "date": "2020-04-03", - "total_cases": 271.0, - "new_cases": 38.0, - "new_cases_smoothed": 26.143, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 10.209, - "new_cases_per_million": 1.431, - "new_cases_smoothed_per_million": 0.985, - "total_deaths_per_million": 0.264, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 57.41 - }, - { - "date": "2020-04-04", - "total_cases": 509.0, - "new_cases": 238.0, - "new_cases_smoothed": 60.143, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 19.174, - "new_cases_per_million": 8.966, - "new_cases_smoothed_per_million": 2.266, - "total_deaths_per_million": 0.301, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 68.52 - }, - { - "date": "2020-04-05", - "total_cases": 555.0, - "new_cases": 46.0, - "new_cases_smoothed": 65.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 20.907, - "new_cases_per_million": 1.733, - "new_cases_smoothed_per_million": 2.454, - "total_deaths_per_million": 0.339, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 68.52 - }, - { - "date": "2020-04-06", - "total_cases": 650.0, - "new_cases": 95.0, - "new_cases_smoothed": 78.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 24.486, - "new_cases_per_million": 3.579, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 0.339, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 68.52 - }, - { - "date": "2020-04-07", - "total_cases": 658.0, - "new_cases": 8.0, - "new_cases_smoothed": 73.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 24.787, - "new_cases_per_million": 0.301, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 0.339, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 68.52 - }, - { - "date": "2020-04-08", - "total_cases": 685.0, - "new_cases": 27.0, - "new_cases_smoothed": 70.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 25.804, - "new_cases_per_million": 1.017, - "new_cases_smoothed_per_million": 2.648, - "total_deaths_per_million": 0.339, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 68.52 - }, - { - "date": "2020-04-09", - "total_cases": 730.0, - "new_cases": 45.0, - "new_cases_smoothed": 71.0, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 27.5, - "new_cases_per_million": 1.695, - "new_cases_smoothed_per_million": 2.675, - "total_deaths_per_million": 0.377, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 68.52 - }, - { - "date": "2020-04-10", - "total_cases": 730.0, - "new_cases": 0.0, - "new_cases_smoothed": 65.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 27.5, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.47, - "total_deaths_per_million": 0.377, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 68.52 - }, - { - "date": "2020-04-11", - "total_cases": 803.0, - "new_cases": 73.0, - "new_cases_smoothed": 42.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 30.25, - "new_cases_per_million": 2.75, - "new_cases_smoothed_per_million": 1.582, - "total_deaths_per_million": 0.377, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 68.52 - }, - { - "date": "2020-04-12", - "total_cases": 820.0, - "new_cases": 17.0, - "new_cases_smoothed": 37.857, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 30.89, - "new_cases_per_million": 0.64, - "new_cases_smoothed_per_million": 1.426, - "total_deaths_per_million": 0.414, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 68.52 - }, - { - "date": "2020-04-13", - "total_cases": 820.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.286, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 30.89, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.915, - "total_deaths_per_million": 0.452, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 68.52 - }, - { - "date": "2020-04-14", - "total_cases": 820.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 30.89, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.872, - "total_deaths_per_million": 0.452, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 68.52 - }, - { - "date": "2020-04-15", - "total_cases": 855.0, - "new_cases": 35.0, - "new_cases_smoothed": 24.286, - "total_deaths": 17.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 32.208, - "new_cases_per_million": 1.318, - "new_cases_smoothed_per_million": 0.915, - "total_deaths_per_million": 0.64, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 68.52 - }, - { - "date": "2020-04-16", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 32.208, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.64, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 68.52 - }, - { - "date": "2020-04-17", - "total_cases": 855.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.857, - "total_deaths": 21.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 32.208, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 68.52 - }, - { - "date": "2020-04-18", - "total_cases": 1016.0, - "new_cases": 161.0, - "new_cases_smoothed": 30.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 38.273, - "new_cases_per_million": 6.065, - "new_cases_smoothed_per_million": 1.146, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 71.3 - }, - { - "date": "2020-04-19", - "total_cases": 1016.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.0, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 38.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.055, - "total_deaths_per_million": 0.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 71.3 - }, - { - "date": "2020-04-20", - "total_cases": 1016.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.0, - "total_deaths": 42.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 38.273, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.055, - "total_deaths_per_million": 1.582, - "new_deaths_per_million": 0.791, - "new_deaths_smoothed_per_million": 0.161, - "stringency_index": 71.3 - }, - { - "date": "2020-04-21", - "total_cases": 1017.0, - "new_cases": 1.0, - "new_cases_smoothed": 28.143, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 38.311, - "new_cases_per_million": 0.038, - "new_cases_smoothed_per_million": 1.06, - "total_deaths_per_million": 1.582, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.161, - "stringency_index": 71.3 - }, - { - "date": "2020-04-22", - "total_cases": 1163.0, - "new_cases": 146.0, - "new_cases_smoothed": 44.0, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 43.811, - "new_cases_per_million": 5.5, - "new_cases_smoothed_per_million": 1.658, - "total_deaths_per_million": 1.582, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 71.3 - }, - { - "date": "2020-04-23", - "total_cases": 1163.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.0, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 43.811, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.658, - "total_deaths_per_million": 1.62, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 71.3 - }, - { - "date": "2020-04-24", - "total_cases": 1401.0, - "new_cases": 238.0, - "new_cases_smoothed": 78.0, - "total_deaths": 49.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 52.777, - "new_cases_per_million": 8.966, - "new_cases_smoothed_per_million": 2.938, - "total_deaths_per_million": 1.846, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.151, - "stringency_index": 71.3 - }, - { - "date": "2020-04-25", - "total_cases": 1403.0, - "new_cases": 2.0, - "new_cases_smoothed": 55.286, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 52.852, - "new_cases_per_million": 0.075, - "new_cases_smoothed_per_million": 2.083, - "total_deaths_per_million": 1.846, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.151, - "stringency_index": 71.3 - }, - { - "date": "2020-04-26", - "total_cases": 1518.0, - "new_cases": 115.0, - "new_cases_smoothed": 71.714, - "total_deaths": 53.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 57.184, - "new_cases_per_million": 4.332, - "new_cases_smoothed_per_million": 2.702, - "total_deaths_per_million": 1.997, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 71.3 - }, - { - "date": "2020-04-27", - "total_cases": 1621.0, - "new_cases": 103.0, - "new_cases_smoothed": 86.429, - "total_deaths": 56.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 61.064, - "new_cases_per_million": 3.88, - "new_cases_smoothed_per_million": 3.256, - "total_deaths_per_million": 2.11, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 71.3 - }, - { - "date": "2020-04-28", - "total_cases": 1621.0, - "new_cases": 0.0, - "new_cases_smoothed": 86.286, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 61.064, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.25, - "total_deaths_per_million": 2.185, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.086, - "stringency_index": 71.3 - }, - { - "date": "2020-04-29", - "total_cases": 1806.0, - "new_cases": 185.0, - "new_cases_smoothed": 91.857, - "total_deaths": 59.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 68.033, - "new_cases_per_million": 6.969, - "new_cases_smoothed_per_million": 3.46, - "total_deaths_per_million": 2.223, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.091, - "stringency_index": 71.3 - }, - { - "date": "2020-04-30", - "total_cases": 1832.0, - "new_cases": 26.0, - "new_cases_smoothed": 95.571, - "total_deaths": 61.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 69.013, - "new_cases_per_million": 0.979, - "new_cases_smoothed_per_million": 3.6, - "total_deaths_per_million": 2.298, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.097, - "stringency_index": 71.3 - }, - { - "date": "2020-05-01", - "total_cases": 1832.0, - "new_cases": 0.0, - "new_cases_smoothed": 61.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 69.013, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.319, - "total_deaths_per_million": 2.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 63.89 - }, - { - "date": "2020-05-02", - "total_cases": 2069.0, - "new_cases": 237.0, - "new_cases_smoothed": 95.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 77.941, - "new_cases_per_million": 8.928, - "new_cases_smoothed_per_million": 3.584, - "total_deaths_per_million": 2.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 63.89 - }, - { - "date": "2020-05-03", - "total_cases": 2077.0, - "new_cases": 8.0, - "new_cases_smoothed": 79.857, - "total_deaths": 64.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 78.242, - "new_cases_per_million": 0.301, - "new_cases_smoothed_per_million": 3.008, - "total_deaths_per_million": 2.411, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 63.89 - }, - { - "date": "2020-05-04", - "total_cases": 2077.0, - "new_cases": 0.0, - "new_cases_smoothed": 65.143, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 78.242, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.454, - "total_deaths_per_million": 2.411, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 63.89 - }, - { - "date": "2020-05-05", - "total_cases": 2104.0, - "new_cases": 27.0, - "new_cases_smoothed": 69.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 79.259, - "new_cases_per_million": 1.017, - "new_cases_smoothed_per_million": 2.599, - "total_deaths_per_million": 2.411, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 63.89 - }, - { - "date": "2020-05-06", - "total_cases": 2104.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.571, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 79.259, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.604, - "total_deaths_per_million": 2.411, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 63.89 - }, - { - "date": "2020-05-07", - "total_cases": 2265.0, - "new_cases": 161.0, - "new_cases_smoothed": 61.857, - "total_deaths": 108.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 85.324, - "new_cases_per_million": 6.065, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 4.068, - "new_deaths_per_million": 1.658, - "new_deaths_smoothed_per_million": 0.253, - "stringency_index": 63.89 - }, - { - "date": "2020-05-08", - "total_cases": 2265.0, - "new_cases": 0.0, - "new_cases_smoothed": 61.857, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 85.324, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 4.068, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.253, - "stringency_index": 63.89 - }, - { - "date": "2020-05-09", - "total_cases": 2265.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.0, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 85.324, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.055, - "total_deaths_per_million": 4.068, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.253, - "stringency_index": 63.89 - }, - { - "date": "2020-05-10", - "total_cases": 2274.0, - "new_cases": 9.0, - "new_cases_smoothed": 28.143, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 85.663, - "new_cases_per_million": 0.339, - "new_cases_smoothed_per_million": 1.06, - "total_deaths_per_million": 4.068, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.237, - "stringency_index": 63.89 - }, - { - "date": "2020-05-11", - "total_cases": 2579.0, - "new_cases": 305.0, - "new_cases_smoothed": 71.714, - "total_deaths": 114.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 97.153, - "new_cases_per_million": 11.49, - "new_cases_smoothed_per_million": 2.702, - "total_deaths_per_million": 4.294, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.269, - "stringency_index": 63.89 - }, - { - "date": "2020-05-12", - "total_cases": 2689.0, - "new_cases": 110.0, - "new_cases_smoothed": 83.571, - "total_deaths": 125.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 101.296, - "new_cases_per_million": 4.144, - "new_cases_smoothed_per_million": 3.148, - "total_deaths_per_million": 4.709, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.328, - "stringency_index": 63.89 - }, - { - "date": "2020-05-13", - "total_cases": 2689.0, - "new_cases": 0.0, - "new_cases_smoothed": 83.571, - "total_deaths": 125.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 101.296, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.148, - "total_deaths_per_million": 4.709, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.328, - "stringency_index": 63.89 - }, - { - "date": "2020-05-14", - "total_cases": 2800.0, - "new_cases": 111.0, - "new_cases_smoothed": 76.429, - "total_deaths": 136.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 105.478, - "new_cases_per_million": 4.181, - "new_cases_smoothed_per_million": 2.879, - "total_deaths_per_million": 5.123, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.151, - "stringency_index": 63.89 - }, - { - "date": "2020-05-15", - "total_cases": 2954.0, - "new_cases": 154.0, - "new_cases_smoothed": 98.429, - "total_deaths": 139.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 111.279, - "new_cases_per_million": 5.801, - "new_cases_smoothed_per_million": 3.708, - "total_deaths_per_million": 5.236, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.167, - "stringency_index": 63.89 - }, - { - "date": "2020-05-16", - "total_cases": 3105.0, - "new_cases": 151.0, - "new_cases_smoothed": 120.0, - "total_deaths": 140.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 116.967, - "new_cases_per_million": 5.688, - "new_cases_smoothed_per_million": 4.52, - "total_deaths_per_million": 5.274, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 63.89 - }, - { - "date": "2020-05-17", - "total_cases": 3292.0, - "new_cases": 187.0, - "new_cases_smoothed": 145.429, - "total_deaths": 140.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 124.012, - "new_cases_per_million": 7.044, - "new_cases_smoothed_per_million": 5.478, - "total_deaths_per_million": 5.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 63.89 - }, - { - "date": "2020-05-18", - "total_cases": 3292.0, - "new_cases": 0.0, - "new_cases_smoothed": 101.857, - "total_deaths": 140.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 124.012, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.837, - "total_deaths_per_million": 5.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 63.89 - }, - { - "date": "2020-05-19", - "total_cases": 3292.0, - "new_cases": 0.0, - "new_cases_smoothed": 86.143, - "total_deaths": 140.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 124.012, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.245, - "total_deaths_per_million": 5.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 63.89 - }, - { - "date": "2020-05-20", - "total_cases": 3529.0, - "new_cases": 237.0, - "new_cases_smoothed": 120.0, - "total_deaths": 140.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 132.94, - "new_cases_per_million": 8.928, - "new_cases_smoothed_per_million": 4.52, - "total_deaths_per_million": 5.274, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 63.89 - }, - { - "date": "2020-05-21", - "total_cases": 3733.0, - "new_cases": 204.0, - "new_cases_smoothed": 133.286, - "total_deaths": 146.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 140.625, - "new_cases_per_million": 7.685, - "new_cases_smoothed_per_million": 5.021, - "total_deaths_per_million": 5.5, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 63.89 - }, - { - "date": "2020-05-22", - "total_cases": 4288.0, - "new_cases": 555.0, - "new_cases_smoothed": 190.571, - "total_deaths": 156.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 161.532, - "new_cases_per_million": 20.907, - "new_cases_smoothed_per_million": 7.179, - "total_deaths_per_million": 5.877, - "new_deaths_per_million": 0.377, - "new_deaths_smoothed_per_million": 0.091, - "stringency_index": 63.89 - }, - { - "date": "2020-05-23", - "total_cases": 4400.0, - "new_cases": 112.0, - "new_cases_smoothed": 185.0, - "total_deaths": 159.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 165.751, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 6.969, - "total_deaths_per_million": 5.99, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.102, - "stringency_index": 63.89 - }, - { - "date": "2020-05-24", - "total_cases": 4597.0, - "new_cases": 197.0, - "new_cases_smoothed": 186.429, - "total_deaths": 159.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 173.172, - "new_cases_per_million": 7.421, - "new_cases_smoothed_per_million": 7.023, - "total_deaths_per_million": 5.99, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.102, - "stringency_index": 63.89 - }, - { - "date": "2020-05-25", - "total_cases": 4890.0, - "new_cases": 293.0, - "new_cases_smoothed": 228.286, - "total_deaths": 165.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 184.209, - "new_cases_per_million": 11.038, - "new_cases_smoothed_per_million": 8.6, - "total_deaths_per_million": 6.216, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 63.89 - }, - { - "date": "2020-05-26", - "total_cases": 5044.0, - "new_cases": 154.0, - "new_cases_smoothed": 250.286, - "total_deaths": 171.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 190.011, - "new_cases_per_million": 5.801, - "new_cases_smoothed_per_million": 9.428, - "total_deaths_per_million": 6.442, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.167, - "stringency_index": 63.89 - }, - { - "date": "2020-05-27", - "total_cases": 5356.0, - "new_cases": 312.0, - "new_cases_smoothed": 261.0, - "total_deaths": 175.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 201.764, - "new_cases_per_million": 11.753, - "new_cases_smoothed_per_million": 9.832, - "total_deaths_per_million": 6.592, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.188, - "stringency_index": 63.89 - }, - { - "date": "2020-05-28", - "total_cases": 5356.0, - "new_cases": 0.0, - "new_cases_smoothed": 231.857, - "total_deaths": 177.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 201.764, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.734, - "total_deaths_per_million": 6.668, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.167, - "stringency_index": 63.89 - }, - { - "date": "2020-05-29", - "total_cases": 5356.0, - "new_cases": 0.0, - "new_cases_smoothed": 152.571, - "total_deaths": 177.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 201.764, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.747, - "total_deaths_per_million": 6.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 63.89 - }, - { - "date": "2020-05-30", - "total_cases": 5436.0, - "new_cases": 80.0, - "new_cases_smoothed": 148.0, - "total_deaths": 177.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 204.778, - "new_cases_per_million": 3.014, - "new_cases_smoothed_per_million": 5.575, - "total_deaths_per_million": 6.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.097, - "stringency_index": 63.89 - }, - { - "date": "2020-05-31", - "total_cases": 5904.0, - "new_cases": 468.0, - "new_cases_smoothed": 186.714, - "total_deaths": 191.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 222.408, - "new_cases_per_million": 17.63, - "new_cases_smoothed_per_million": 7.034, - "total_deaths_per_million": 7.195, - "new_deaths_per_million": 0.527, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 63.89 - }, - { - "date": "2020-06-01", - "total_cases": 5904.0, - "new_cases": 0.0, - "new_cases_smoothed": 144.857, - "total_deaths": 191.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 222.408, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.457, - "total_deaths_per_million": 7.195, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 60.19 - }, - { - "date": "2020-06-02", - "total_cases": 6397.0, - "new_cases": 493.0, - "new_cases_smoothed": 193.286, - "total_deaths": 199.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 240.979, - "new_cases_per_million": 18.572, - "new_cases_smoothed_per_million": 7.281, - "total_deaths_per_million": 7.496, - "new_deaths_per_million": 0.301, - "new_deaths_smoothed_per_million": 0.151, - "stringency_index": 60.19 - }, - { - "date": "2020-06-03", - "total_cases": 6585.0, - "new_cases": 188.0, - "new_cases_smoothed": 175.571, - "total_deaths": 200.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 248.061, - "new_cases_per_million": 7.082, - "new_cases_smoothed_per_million": 6.614, - "total_deaths_per_million": 7.534, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 60.19 - }, - { - "date": "2020-06-04", - "total_cases": 6752.0, - "new_cases": 167.0, - "new_cases_smoothed": 199.429, - "total_deaths": 200.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 254.352, - "new_cases_per_million": 6.291, - "new_cases_smoothed_per_million": 7.513, - "total_deaths_per_million": 7.534, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 60.19 - }, - { - "date": "2020-06-05", - "total_cases": 6789.0, - "new_cases": 37.0, - "new_cases_smoothed": 204.714, - "total_deaths": 203.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 255.746, - "new_cases_per_million": 1.394, - "new_cases_smoothed_per_million": 7.712, - "total_deaths_per_million": 7.647, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 60.19 - }, - { - "date": "2020-06-06", - "total_cases": 7599.0, - "new_cases": 810.0, - "new_cases_smoothed": 309.0, - "total_deaths": 203.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 286.259, - "new_cases_per_million": 30.513, - "new_cases_smoothed_per_million": 11.64, - "total_deaths_per_million": 7.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 60.19 - }, - { - "date": "2020-06-07", - "total_cases": 7599.0, - "new_cases": 0.0, - "new_cases_smoothed": 242.143, - "total_deaths": 203.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 286.259, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.122, - "total_deaths_per_million": 7.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-06-08", - "total_cases": 7908.0, - "new_cases": 309.0, - "new_cases_smoothed": 286.286, - "total_deaths": 203.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 297.9, - "new_cases_per_million": 11.64, - "new_cases_smoothed_per_million": 10.785, - "total_deaths_per_million": 7.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-06-09", - "total_cases": 8312.0, - "new_cases": 404.0, - "new_cases_smoothed": 273.571, - "total_deaths": 208.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 313.118, - "new_cases_per_million": 15.219, - "new_cases_smoothed_per_million": 10.306, - "total_deaths_per_million": 7.835, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.048, - "stringency_index": 60.19 - }, - { - "date": "2020-06-10", - "total_cases": 8681.0, - "new_cases": 369.0, - "new_cases_smoothed": 299.429, - "total_deaths": 208.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 327.019, - "new_cases_per_million": 13.9, - "new_cases_smoothed_per_million": 11.28, - "total_deaths_per_million": 7.835, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 60.19 - }, - { - "date": "2020-06-11", - "total_cases": 8929.0, - "new_cases": 248.0, - "new_cases_smoothed": 311.0, - "total_deaths": 214.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 336.361, - "new_cases_per_million": 9.342, - "new_cases_smoothed_per_million": 11.716, - "total_deaths_per_million": 8.062, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-06-12", - "total_cases": 8929.0, - "new_cases": 0.0, - "new_cases_smoothed": 305.714, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 336.361, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.516, - "total_deaths_per_million": 8.062, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 60.19 - }, - { - "date": "2020-06-13", - "total_cases": 9196.0, - "new_cases": 267.0, - "new_cases_smoothed": 228.143, - "total_deaths": 273.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 346.419, - "new_cases_per_million": 10.058, - "new_cases_smoothed_per_million": 8.594, - "total_deaths_per_million": 10.284, - "new_deaths_per_million": 2.223, - "new_deaths_smoothed_per_million": 0.377, - "stringency_index": 60.19 - }, - { - "date": "2020-06-14", - "total_cases": 9572.0, - "new_cases": 376.0, - "new_cases_smoothed": 281.857, - "total_deaths": 275.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 360.583, - "new_cases_per_million": 14.164, - "new_cases_smoothed_per_million": 10.618, - "total_deaths_per_million": 10.359, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.387, - "stringency_index": 60.19 - }, - { - "date": "2020-06-15", - "total_cases": 9864.0, - "new_cases": 292.0, - "new_cases_smoothed": 279.429, - "total_deaths": 276.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 371.583, - "new_cases_per_million": 11.0, - "new_cases_smoothed_per_million": 10.526, - "total_deaths_per_million": 10.397, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.393, - "stringency_index": 60.19 - }, - { - "date": "2020-06-16", - "total_cases": 9864.0, - "new_cases": 0.0, - "new_cases_smoothed": 221.714, - "total_deaths": 276.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 371.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.352, - "total_deaths_per_million": 10.397, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.366, - "stringency_index": 60.19 - }, - { - "date": "2020-06-17", - "total_cases": 9864.0, - "new_cases": 0.0, - "new_cases_smoothed": 169.0, - "total_deaths": 276.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 371.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.366, - "total_deaths_per_million": 10.397, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.366, - "stringency_index": 60.19 - }, - { - "date": "2020-06-18", - "total_cases": 9864.0, - "new_cases": 0.0, - "new_cases_smoothed": 133.571, - "total_deaths": 276.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 371.583, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.032, - "total_deaths_per_million": 10.397, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.334, - "stringency_index": 60.19 - }, - { - "date": "2020-06-19", - "total_cases": 10638.0, - "new_cases": 774.0, - "new_cases_smoothed": 244.143, - "total_deaths": 282.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 400.74, - "new_cases_per_million": 29.157, - "new_cases_smoothed_per_million": 9.197, - "total_deaths_per_million": 10.623, - "new_deaths_per_million": 0.226, - "new_deaths_smoothed_per_million": 0.366, - "stringency_index": 60.19 - }, - { - "date": "2020-06-20", - "total_cases": 11281.0, - "new_cases": 643.0, - "new_cases_smoothed": 297.857, - "total_deaths": 300.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 424.963, - "new_cases_per_million": 24.222, - "new_cases_smoothed_per_million": 11.22, - "total_deaths_per_million": 11.301, - "new_deaths_per_million": 0.678, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 60.19 - }, - { - "date": "2020-06-21", - "total_cases": 11281.0, - "new_cases": 0.0, - "new_cases_smoothed": 244.143, - "total_deaths": 300.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 424.963, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.197, - "total_deaths_per_million": 11.301, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 60.19 - }, - { - "date": "2020-06-22", - "total_cases": 11610.0, - "new_cases": 329.0, - "new_cases_smoothed": 249.429, - "total_deaths": 301.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 437.356, - "new_cases_per_million": 12.394, - "new_cases_smoothed_per_million": 9.396, - "total_deaths_per_million": 11.339, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 60.19 - }, - { - "date": "2020-06-23", - "total_cases": 11892.0, - "new_cases": 282.0, - "new_cases_smoothed": 289.714, - "total_deaths": 303.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 447.979, - "new_cases_per_million": 10.623, - "new_cases_smoothed_per_million": 10.914, - "total_deaths_per_million": 11.414, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 60.19 - }, - { - "date": "2020-06-24", - "total_cases": 12041.0, - "new_cases": 149.0, - "new_cases_smoothed": 311.0, - "total_deaths": 308.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 453.592, - "new_cases_per_million": 5.613, - "new_cases_smoothed_per_million": 11.716, - "total_deaths_per_million": 11.603, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 60.19 - }, - { - "date": "2020-06-25", - "total_cases": 12270.0, - "new_cases": 229.0, - "new_cases_smoothed": 343.714, - "total_deaths": 313.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 462.219, - "new_cases_per_million": 8.627, - "new_cases_smoothed_per_million": 12.948, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.188, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 60.19 - }, - { - "date": "2020-06-26", - "total_cases": 12592.0, - "new_cases": 322.0, - "new_cases_smoothed": 279.143, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 474.349, - "new_cases_per_million": 12.13, - "new_cases_smoothed_per_million": 10.515, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.167, - "stringency_index": 60.19 - }, - { - "date": "2020-06-27", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 187.286, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.055, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 60.19 - }, - { - "date": "2020-06-28", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 187.286, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.055, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 60.19 - }, - { - "date": "2020-06-29", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 140.286, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.285, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-06-30", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 100.0, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.767, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 60.19 - }, - { - "date": "2020-07-01", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 60.19 - }, - { - "date": "2020-07-02", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.0, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.733, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-03", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-04", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-05", - "total_cases": 12592.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 474.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 11.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-06", - "total_cases": 13711.0, - "new_cases": 1119.0, - "new_cases_smoothed": 159.857, - "total_deaths": 328.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 516.502, - "new_cases_per_million": 42.153, - "new_cases_smoothed_per_million": 6.022, - "total_deaths_per_million": 12.356, - "new_deaths_per_million": 0.565, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 60.19 - }, - { - "date": "2020-07-07", - "total_cases": 14037.0, - "new_cases": 326.0, - "new_cases_smoothed": 206.429, - "total_deaths": 330.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 528.783, - "new_cases_per_million": 12.281, - "new_cases_smoothed_per_million": 7.776, - "total_deaths_per_million": 12.431, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.091, - "stringency_index": 60.19 - }, - { - "date": "2020-07-08", - "total_cases": 14916.0, - "new_cases": 879.0, - "new_cases_smoothed": 332.0, - "total_deaths": 359.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 561.895, - "new_cases_per_million": 33.113, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 1.092, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 60.19 - }, - { - "date": "2020-07-09", - "total_cases": 14916.0, - "new_cases": 0.0, - "new_cases_smoothed": 332.0, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 561.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 60.19 - }, - { - "date": "2020-07-10", - "total_cases": 14916.0, - "new_cases": 0.0, - "new_cases_smoothed": 332.0, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 561.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 60.19 - }, - { - "date": "2020-07-11", - "total_cases": 14916.0, - "new_cases": 0.0, - "new_cases_smoothed": 332.0, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 561.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 60.19 - }, - { - "date": "2020-07-12", - "total_cases": 14916.0, - "new_cases": 0.0, - "new_cases_smoothed": 332.0, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 561.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 60.19 - }, - { - "date": "2020-07-13", - "total_cases": 15173.0, - "new_cases": 257.0, - "new_cases_smoothed": 208.857, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 571.577, - "new_cases_per_million": 9.681, - "new_cases_smoothed_per_million": 7.868, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.167, - "stringency_index": 60.19 - }, - { - "date": "2020-07-14", - "total_cases": 15173.0, - "new_cases": 0.0, - "new_cases_smoothed": 162.286, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 571.577, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.113, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 60.19 - }, - { - "date": "2020-07-15", - "total_cases": 15173.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.714, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 571.577, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.383, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-16", - "total_cases": 15173.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.714, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 571.577, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.383, - "total_deaths_per_million": 13.524, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-17", - "total_cases": 16157.0, - "new_cases": 984.0, - "new_cases_smoothed": 177.286, - "total_deaths": 373.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 37.068, - "new_cases_smoothed_per_million": 6.678, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.527, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-18", - "total_cases": 16157.0, - "new_cases": 0.0, - "new_cases_smoothed": 177.286, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.678, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-19", - "total_cases": 16157.0, - "new_cases": 0.0, - "new_cases_smoothed": 177.286, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.678, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-20", - "total_cases": 16157.0, - "new_cases": 0.0, - "new_cases_smoothed": 140.571, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.295, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-21", - "total_cases": 16157.0, - "new_cases": 0.0, - "new_cases_smoothed": 140.571, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.295, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-22", - "total_cases": 16157.0, - "new_cases": 0.0, - "new_cases_smoothed": 140.571, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 608.645, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.295, - "total_deaths_per_million": 14.051, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.075, - "stringency_index": 60.19 - }, - { - "date": "2020-07-23", - "total_cases": 16522.0, - "new_cases": 365.0, - "new_cases_smoothed": 192.714, - "total_deaths": 382.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 622.395, - "new_cases_per_million": 13.75, - "new_cases_smoothed_per_million": 7.26, - "total_deaths_per_million": 14.39, - "new_deaths_per_million": 0.339, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 60.19 - }, - { - "date": "2020-07-24", - "total_cases": 16708.0, - "new_cases": 186.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 7.007, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-25", - "total_cases": 16708.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-26", - "total_cases": 16708.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-27", - "total_cases": 16708.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-28", - "total_cases": 16708.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-29", - "total_cases": 16708.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.714, - "total_deaths": 385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 629.401, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.965, - "total_deaths_per_million": 14.503, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.065, - "stringency_index": 60.19 - }, - { - "date": "2020-07-30", - "total_cases": 17255.0, - "new_cases": 547.0, - "new_cases_smoothed": 104.714, - "total_deaths": 387.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 650.007, - "new_cases_per_million": 20.606, - "new_cases_smoothed_per_million": 3.945, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 60.19 - }, - { - "date": "2020-07-31", - "total_cases": 17255.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 650.007, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.944, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 60.19 - }, - { - "date": "2020-08-01", - "total_cases": 17255.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 650.007, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.944, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 60.19 - }, - { - "date": "2020-08-02", - "total_cases": 17255.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 650.007, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.944, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 60.19 - }, - { - "date": "2020-08-03", - "total_cases": 17255.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 650.007, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.944, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 60.19 - }, - { - "date": "2020-08-04", - "total_cases": 17255.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 387.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 650.007, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.944, - "total_deaths_per_million": 14.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 60.19 - }, - { - "date": "2020-08-05", - "total_cases": 17718.0, - "new_cases": 463.0, - "new_cases_smoothed": 144.286, - "total_deaths": 391.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 667.449, - "new_cases_per_million": 17.442, - "new_cases_smoothed_per_million": 5.435, - "total_deaths_per_million": 14.729, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 60.19 - }, - { - "date": "2020-08-06", - "total_cases": 17718.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.143, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 667.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 14.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 60.19 - }, - { - "date": "2020-08-07", - "total_cases": 17718.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.143, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 667.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 14.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 60.19 - }, - { - "date": "2020-08-08", - "total_cases": 17718.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.143, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 667.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 14.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 60.19 - }, - { - "date": "2020-08-09", - "total_cases": 17718.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.143, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 667.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 14.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 60.19 - }, - { - "date": "2020-08-10", - "total_cases": 18042.0, - "new_cases": 324.0, - "new_cases_smoothed": 112.429, - "total_deaths": 395.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 679.654, - "new_cases_per_million": 12.205, - "new_cases_smoothed_per_million": 4.235, - "total_deaths_per_million": 14.88, - "new_deaths_per_million": 0.151, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 60.19 - }, - { - "date": "2020-08-11", - "total_cases": 18042.0, - "new_cases": 0.0, - "new_cases_smoothed": 112.429, - "total_deaths": 395.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 679.654, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.235, - "total_deaths_per_million": 14.88, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 60.19 - }, - { - "date": "2020-08-12", - "total_cases": 18213.0, - "new_cases": 171.0, - "new_cases_smoothed": 70.714, - "total_deaths": 398.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 686.096, - "new_cases_per_million": 6.442, - "new_cases_smoothed_per_million": 2.664, - "total_deaths_per_million": 14.993, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 60.19 - }, - { - "date": "2020-08-13", - "total_cases": 18263.0, - "new_cases": 50.0, - "new_cases_smoothed": 77.857, - "total_deaths": 401.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 687.979, - "new_cases_per_million": 1.884, - "new_cases_smoothed_per_million": 2.933, - "total_deaths_per_million": 15.106, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 60.19 - }, - { - "date": "2020-08-14", - "total_cases": 18308.0, - "new_cases": 45.0, - "new_cases_smoothed": 84.286, - "total_deaths": 401.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 689.674, - "new_cases_per_million": 1.695, - "new_cases_smoothed_per_million": 3.175, - "total_deaths_per_million": 15.106, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 60.19 - }, - { - "date": "2020-08-15", - "total_cases": 18469.0, - "new_cases": 161.0, - "new_cases_smoothed": 107.286, - "total_deaths": 401.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 695.739, - "new_cases_per_million": 6.065, - "new_cases_smoothed_per_million": 4.042, - "total_deaths_per_million": 15.106, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 60.19 - }, - { - "date": "2020-08-16", - "total_cases": 18469.0, - "new_cases": 0.0, - "new_cases_smoothed": 107.286, - "total_deaths": 401.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 695.739, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.042, - "total_deaths_per_million": 15.106, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.054, - "stringency_index": 60.19 - }, - { - "date": "2020-08-17", - "total_cases": 18469.0, - "new_cases": 0.0, - "new_cases_smoothed": 61.0, - "total_deaths": 401.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 695.739, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.298, - "total_deaths_per_million": 15.106, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "stringency_index": 60.19 - }, - { - "date": "2020-08-18", - "total_cases": 18582.0, - "new_cases": 113.0, - "new_cases_smoothed": 77.143, - "total_deaths": 403.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 699.996, - "new_cases_per_million": 4.257, - "new_cases_smoothed_per_million": 2.906, - "total_deaths_per_million": 15.181, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 60.19 - }, - { - "date": "2020-08-19", - "total_cases": 18599.0, - "new_cases": 17.0, - "new_cases_smoothed": 55.143, - "total_deaths": 406.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 700.636, - "new_cases_per_million": 0.64, - "new_cases_smoothed_per_million": 2.077, - "total_deaths_per_million": 15.294, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 60.19 - }, - { - "date": "2020-08-20", - "total_cases": 18624.0, - "new_cases": 25.0, - "new_cases_smoothed": 51.571, - "total_deaths": 406.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 701.578, - "new_cases_per_million": 0.942, - "new_cases_smoothed_per_million": 1.943, - "total_deaths_per_million": 15.294, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 60.19 - }, - { - "date": "2020-08-21", - "total_cases": 18762.0, - "new_cases": 138.0, - "new_cases_smoothed": 64.857, - "total_deaths": 408.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 706.777, - "new_cases_per_million": 5.199, - "new_cases_smoothed_per_million": 2.443, - "total_deaths_per_million": 15.37, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 60.19 - }, - { - "date": "2020-08-22", - "total_cases": 18762.0, - "new_cases": 0.0, - "new_cases_smoothed": 41.857, - "total_deaths": 408.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 706.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.577, - "total_deaths_per_million": 15.37, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 60.19 - }, - { - "date": "2020-08-23", - "total_cases": 18762.0, - "new_cases": 0.0, - "new_cases_smoothed": 41.857, - "total_deaths": 408.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 706.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.577, - "total_deaths_per_million": 15.37, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 60.19 - }, - { - "date": "2020-08-24", - "total_cases": 18762.0, - "new_cases": 0.0, - "new_cases_smoothed": 41.857, - "total_deaths": 408.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 706.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.577, - "total_deaths_per_million": 15.37, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "stringency_index": 60.19 - }, - { - "date": "2020-08-25", - "total_cases": 18762.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.714, - "total_deaths": 408.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 706.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.969, - "total_deaths_per_million": 15.37, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "stringency_index": 60.19 - }, - { - "date": "2020-08-26", - "total_cases": 18973.0, - "new_cases": 211.0, - "new_cases_smoothed": 53.429, - "total_deaths": 410.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 714.725, - "new_cases_per_million": 7.949, - "new_cases_smoothed_per_million": 2.013, - "total_deaths_per_million": 15.445, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 60.19 - }, - { - "date": "2020-08-27", - "total_cases": 18973.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.857, - "total_deaths": 410.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 714.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.878, - "total_deaths_per_million": 15.445, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 57.41 - }, - { - "date": "2020-08-28", - "total_cases": 19142.0, - "new_cases": 169.0, - "new_cases_smoothed": 54.286, - "total_deaths": 411.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 721.092, - "new_cases_per_million": 6.366, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 15.483, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-08-29", - "total_cases": 19142.0, - "new_cases": 0.0, - "new_cases_smoothed": 54.286, - "total_deaths": 411.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 721.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 15.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-08-30", - "total_cases": 19142.0, - "new_cases": 0.0, - "new_cases_smoothed": 54.286, - "total_deaths": 411.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 721.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 15.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-08-31", - "total_cases": 19142.0, - "new_cases": 0.0, - "new_cases_smoothed": 54.286, - "total_deaths": 411.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 721.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 15.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-01", - "total_cases": 19142.0, - "new_cases": 0.0, - "new_cases_smoothed": 54.286, - "total_deaths": 411.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 721.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 15.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-02", - "total_cases": 19409.0, - "new_cases": 267.0, - "new_cases_smoothed": 62.286, - "total_deaths": 414.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 731.15, - "new_cases_per_million": 10.058, - "new_cases_smoothed_per_million": 2.346, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 57.41 - }, - { - "date": "2020-09-03", - "total_cases": 19460.0, - "new_cases": 51.0, - "new_cases_smoothed": 69.571, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 733.071, - "new_cases_per_million": 1.921, - "new_cases_smoothed_per_million": 2.621, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "stringency_index": 57.41 - }, - { - "date": "2020-09-04", - "total_cases": 19604.0, - "new_cases": 144.0, - "new_cases_smoothed": 66.0, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 738.495, - "new_cases_per_million": 5.425, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-05", - "total_cases": 19604.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.0, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 738.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-06", - "total_cases": 19604.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.0, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 738.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-07", - "total_cases": 19604.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.0, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 738.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-08", - "total_cases": 19604.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.0, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 738.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 57.41 - }, - { - "date": "2020-09-09", - "total_cases": 19604.0, - "new_cases": 0.0, - "new_cases_smoothed": 27.857, - "total_deaths": 414.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 738.495, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.049, - "total_deaths_per_million": 15.596, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-09-10", - "total_cases": 19848.0, - "new_cases": 244.0, - "new_cases_smoothed": 55.429, - "total_deaths": 415.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 747.687, - "new_cases_per_million": 9.192, - "new_cases_smoothed_per_million": 2.088, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 57.41 - }, - { - "date": "2020-09-11", - "total_cases": 20009.0, - "new_cases": 161.0, - "new_cases_smoothed": 57.857, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 753.752, - "new_cases_per_million": 6.065, - "new_cases_smoothed_per_million": 2.18, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-12", - "total_cases": 20009.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.857, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 753.752, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.18, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-13", - "total_cases": 20009.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.857, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 753.752, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.18, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-14", - "total_cases": 20167.0, - "new_cases": 158.0, - "new_cases_smoothed": 80.429, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 759.704, - "new_cases_per_million": 5.952, - "new_cases_smoothed_per_million": 3.03, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-15", - "total_cases": 20228.0, - "new_cases": 61.0, - "new_cases_smoothed": 89.143, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 762.002, - "new_cases_per_million": 2.298, - "new_cases_smoothed_per_million": 3.358, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-16", - "total_cases": 20271.0, - "new_cases": 43.0, - "new_cases_smoothed": 95.286, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 763.622, - "new_cases_per_million": 1.62, - "new_cases_smoothed_per_million": 3.589, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-17", - "total_cases": 20303.0, - "new_cases": 32.0, - "new_cases_smoothed": 65.0, - "total_deaths": 415.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 764.827, - "new_cases_per_million": 1.205, - "new_cases_smoothed_per_million": 2.449, - "total_deaths_per_million": 15.633, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-18", - "total_cases": 20371.0, - "new_cases": 68.0, - "new_cases_smoothed": 51.714, - "total_deaths": 416.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 767.389, - "new_cases_per_million": 2.562, - "new_cases_smoothed_per_million": 1.948, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.038, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-19", - "total_cases": 20371.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.714, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 767.389, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.948, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-20", - "total_cases": 20431.0, - "new_cases": 60.0, - "new_cases_smoothed": 60.286, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 769.649, - "new_cases_per_million": 2.26, - "new_cases_smoothed_per_million": 2.271, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-21", - "total_cases": 20431.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.714, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 769.649, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.421, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 55.56 - }, - { - "date": "2020-09-22", - "total_cases": 20598.0, - "new_cases": 167.0, - "new_cases_smoothed": 52.857, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 775.94, - "new_cases_per_million": 6.291, - "new_cases_smoothed_per_million": 1.991, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005 - }, - { - "date": "2020-09-23", - "total_cases": 20598.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.714, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 775.94, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.76, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005 - }, - { - "date": "2020-09-24", - "total_cases": 20690.0, - "new_cases": 92.0, - "new_cases_smoothed": 55.286, - "total_deaths": 416.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 779.406, - "new_cases_per_million": 3.466, - "new_cases_smoothed_per_million": 2.083, - "total_deaths_per_million": 15.671, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005 - }, - { - "date": "2020-09-25", - "total_cases": 20712.0, - "new_cases": 22.0, - "new_cases_smoothed": 48.714, - "total_deaths": 418.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 780.235, - "new_cases_per_million": 0.829, - "new_cases_smoothed_per_million": 1.835, - "total_deaths_per_million": 15.746, - "new_deaths_per_million": 0.075, - "new_deaths_smoothed_per_million": 0.011 - } - ] - }, - "COD": { - "continent": "Africa", - "location": "Democratic Republic of Congo", - "population": 89561404.0, - "population_density": 35.879, - "median_age": 17.0, - "aged_65_older": 3.02, - "aged_70_older": 1.745, - "gdp_per_capita": 808.133, - "extreme_poverty": 77.1, - "cardiovasc_death_rate": 318.949, - "diabetes_prevalence": 6.1, - "handwashing_facilities": 4.472, - "life_expectancy": 60.68, - "human_development_index": 0.457, - "data": [ - { - "date": "2020-03-11", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.011, - "new_cases_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-14", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.022, - "new_cases_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-15", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.022, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-16", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.022, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-17", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.033, - "new_cases_per_million": 0.011, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-18", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.033, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-19", - "total_cases": 14.0, - "new_cases": 11.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.156, - "new_cases_per_million": 0.123, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-20", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-21", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.156, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-22", - "total_cases": 23.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.257, - "new_cases_per_million": 0.1, - "new_cases_smoothed_per_million": 0.033, - "total_deaths_per_million": 0.011, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 58.33 - }, - { - "date": "2020-03-23", - "total_cases": 26.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.429, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.29, - "new_cases_per_million": 0.033, - "new_cases_smoothed_per_million": 0.038, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 58.33 - }, - { - "date": "2020-03-24", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 0.022, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 77.78 - }, - { - "date": "2020-03-25", - "total_cases": 45.0, - "new_cases": 19.0, - "new_cases_smoothed": 6.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.502, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.067, - "total_deaths_per_million": 0.033, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 77.78 - }, - { - "date": "2020-03-26", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 0.033, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 77.78 - }, - { - "date": "2020-03-27", - "total_cases": 54.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 0.603, - "new_cases_per_million": 0.1, - "new_cases_smoothed_per_million": 0.064, - "total_deaths_per_million": 0.045, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 77.78 - }, - { - "date": "2020-03-28", - "total_cases": 58.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 0.648, - "new_cases_per_million": 0.045, - "new_cases_smoothed_per_million": 0.07, - "total_deaths_per_million": 0.045, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 77.78 - }, - { - "date": "2020-03-29", - "total_cases": 58.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 0.648, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.056, - "total_deaths_per_million": 0.067, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 77.78 - }, - { - "date": "2020-03-30", - "total_cases": 81.0, - "new_cases": 23.0, - "new_cases_smoothed": 7.857, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 0.904, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 0.088, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.01, - "stringency_index": 77.78 - }, - { - "date": "2020-03-31", - "total_cases": 98.0, - "new_cases": 17.0, - "new_cases_smoothed": 10.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1.094, - "new_cases_per_million": 0.19, - "new_cases_smoothed_per_million": 0.115, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "stringency_index": 77.78 - }, - { - "date": "2020-04-01", - "total_cases": 98.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1.094, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.085, - "total_deaths_per_million": 0.089, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 77.78 - }, - { - "date": "2020-04-02", - "total_cases": 123.0, - "new_cases": 25.0, - "new_cases_smoothed": 11.143, - "total_deaths": 11.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1.373, - "new_cases_per_million": 0.279, - "new_cases_smoothed_per_million": 0.124, - "total_deaths_per_million": 0.123, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 77.78 - }, - { - "date": "2020-04-03", - "total_cases": 123.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.11, - "total_deaths_per_million": 0.123, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 77.78 - }, - { - "date": "2020-04-04", - "total_cases": 134.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.857, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1.496, - "new_cases_per_million": 0.123, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.145, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.014, - "stringency_index": 77.78 - }, - { - "date": "2020-04-05", - "total_cases": 154.0, - "new_cases": 20.0, - "new_cases_smoothed": 13.714, - "total_deaths": 18.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1.719, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.153, - "total_deaths_per_million": 0.201, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.019, - "stringency_index": 77.78 - }, - { - "date": "2020-04-06", - "total_cases": 154.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.429, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1.719, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.116, - "total_deaths_per_million": 0.201, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 80.56 - }, - { - "date": "2020-04-07", - "total_cases": 161.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.0, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1.798, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.1, - "total_deaths_per_million": 0.201, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 80.56 - }, - { - "date": "2020-04-08", - "total_cases": 180.0, - "new_cases": 19.0, - "new_cases_smoothed": 11.714, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2.01, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.131, - "total_deaths_per_million": 0.201, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 64.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-09", - "total_cases": 183.0, - "new_cases": 3.0, - "new_cases_smoothed": 8.571, - "total_deaths": 20.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2.043, - "new_cases_per_million": 0.033, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 98.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-10", - "total_cases": 215.0, - "new_cases": 32.0, - "new_cases_smoothed": 13.143, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2.401, - "new_cases_per_million": 0.357, - "new_cases_smoothed_per_million": 0.147, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 127.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-11", - "total_cases": 223.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2.49, - "new_cases_per_million": 0.089, - "new_cases_smoothed_per_million": 0.142, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 122.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-12", - "total_cases": 234.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.429, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.613, - "new_cases_per_million": 0.123, - "new_cases_smoothed_per_million": 0.128, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-13", - "total_cases": 234.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.429, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.613, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.128, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 68.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-14", - "total_cases": 235.0, - "new_cases": 1.0, - "new_cases_smoothed": 10.571, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.624, - "new_cases_per_million": 0.011, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 197.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-15", - "total_cases": 254.0, - "new_cases": 19.0, - "new_cases_smoothed": 10.571, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2.836, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.118, - "total_deaths_per_million": 0.234, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 206.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-16", - "total_cases": 267.0, - "new_cases": 13.0, - "new_cases_smoothed": 12.0, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.981, - "new_cases_per_million": 0.145, - "new_cases_smoothed_per_million": 0.134, - "total_deaths_per_million": 0.246, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 141.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-17", - "total_cases": 287.0, - "new_cases": 20.0, - "new_cases_smoothed": 10.286, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.205, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.115, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 300.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-18", - "total_cases": 307.0, - "new_cases": 20.0, - "new_cases_smoothed": 12.0, - "total_deaths": 25.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3.428, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.134, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 297.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-19", - "total_cases": 327.0, - "new_cases": 20.0, - "new_cases_smoothed": 13.286, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3.651, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.148, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 127.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 191.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 14.376, - "positive_rate": 0.07, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-20", - "total_cases": 332.0, - "new_cases": 5.0, - "new_cases_smoothed": 14.0, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3.707, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.156, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 86.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 193.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 13.786, - "positive_rate": 0.073, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-21", - "total_cases": 350.0, - "new_cases": 18.0, - "new_cases_smoothed": 16.429, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3.908, - "new_cases_per_million": 0.201, - "new_cases_smoothed_per_million": 0.183, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 123.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 183.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 11.139000000000001, - "positive_rate": 0.09, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-22", - "total_cases": 359.0, - "new_cases": 9.0, - "new_cases_smoothed": 15.0, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4.008, - "new_cases_per_million": 0.1, - "new_cases_smoothed_per_million": 0.167, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 119.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 170.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 11.333, - "positive_rate": 0.08800000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-23", - "total_cases": 377.0, - "new_cases": 18.0, - "new_cases_smoothed": 15.714, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.209, - "new_cases_per_million": 0.201, - "new_cases_smoothed_per_million": 0.175, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 74.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 161.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 10.245, - "positive_rate": 0.098, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-24", - "total_cases": 394.0, - "new_cases": 17.0, - "new_cases_smoothed": 15.286, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.399, - "new_cases_per_million": 0.19, - "new_cases_smoothed_per_million": 0.171, - "total_deaths_per_million": 0.279, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 136.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 137.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 8.963, - "positive_rate": 0.11199999999999999, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-25", - "total_cases": 416.0, - "new_cases": 22.0, - "new_cases_smoothed": 15.571, - "total_deaths": 28.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.645, - "new_cases_per_million": 0.246, - "new_cases_smoothed_per_million": 0.174, - "total_deaths_per_million": 0.313, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 190.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 122.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 7.835, - "positive_rate": 0.128, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-26", - "total_cases": 442.0, - "new_cases": 26.0, - "new_cases_smoothed": 16.429, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.935, - "new_cases_per_million": 0.29, - "new_cases_smoothed_per_million": 0.183, - "total_deaths_per_million": 0.313, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-27", - "total_cases": 459.0, - "new_cases": 17.0, - "new_cases_smoothed": 18.143, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5.125, - "new_cases_per_million": 0.19, - "new_cases_smoothed_per_million": 0.203, - "total_deaths_per_million": 0.313, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 70.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-28", - "total_cases": 471.0, - "new_cases": 12.0, - "new_cases_smoothed": 17.286, - "total_deaths": 30.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 5.259, - "new_cases_per_million": 0.134, - "new_cases_smoothed_per_million": 0.193, - "total_deaths_per_million": 0.335, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 187.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-29", - "total_cases": 491.0, - "new_cases": 20.0, - "new_cases_smoothed": 18.857, - "total_deaths": 30.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 5.482, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.211, - "total_deaths_per_million": 0.335, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 126.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-04-30", - "total_cases": 500.0, - "new_cases": 9.0, - "new_cases_smoothed": 17.571, - "total_deaths": 31.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5.583, - "new_cases_per_million": 0.1, - "new_cases_smoothed_per_million": 0.196, - "total_deaths_per_million": 0.346, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.01, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-01", - "total_cases": 572.0, - "new_cases": 72.0, - "new_cases_smoothed": 25.429, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 6.387, - "new_cases_per_million": 0.804, - "new_cases_smoothed_per_million": 0.284, - "total_deaths_per_million": 0.346, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 238.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-02", - "total_cases": 604.0, - "new_cases": 32.0, - "new_cases_smoothed": 26.857, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6.744, - "new_cases_per_million": 0.357, - "new_cases_smoothed_per_million": 0.3, - "total_deaths_per_million": 0.357, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 164.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-03", - "total_cases": 674.0, - "new_cases": 70.0, - "new_cases_smoothed": 33.143, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 7.526, - "new_cases_per_million": 0.782, - "new_cases_smoothed_per_million": 0.37, - "total_deaths_per_million": 0.368, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.008, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-04", - "total_cases": 684.0, - "new_cases": 10.0, - "new_cases_smoothed": 32.143, - "total_deaths": 34.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 7.637, - "new_cases_per_million": 0.112, - "new_cases_smoothed_per_million": 0.359, - "total_deaths_per_million": 0.38, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 121.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-05", - "total_cases": 684.0, - "new_cases": 0.0, - "new_cases_smoothed": 30.429, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 7.637, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.34, - "total_deaths_per_million": 0.38, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-06", - "total_cases": 705.0, - "new_cases": 21.0, - "new_cases_smoothed": 30.571, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 7.872, - "new_cases_per_million": 0.234, - "new_cases_smoothed_per_million": 0.341, - "total_deaths_per_million": 0.38, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 374.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-07", - "total_cases": 863.0, - "new_cases": 158.0, - "new_cases_smoothed": 51.857, - "total_deaths": 36.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 9.636, - "new_cases_per_million": 1.764, - "new_cases_smoothed_per_million": 0.579, - "total_deaths_per_million": 0.402, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 270.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-08", - "total_cases": 897.0, - "new_cases": 34.0, - "new_cases_smoothed": 46.429, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 10.015, - "new_cases_per_million": 0.38, - "new_cases_smoothed_per_million": 0.518, - "total_deaths_per_million": 0.402, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 131.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-09", - "total_cases": 937.0, - "new_cases": 40.0, - "new_cases_smoothed": 47.571, - "total_deaths": 39.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 10.462, - "new_cases_per_million": 0.447, - "new_cases_smoothed_per_million": 0.531, - "total_deaths_per_million": 0.435, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-10", - "total_cases": 991.0, - "new_cases": 54.0, - "new_cases_smoothed": 45.286, - "total_deaths": 41.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 11.065, - "new_cases_per_million": 0.603, - "new_cases_smoothed_per_million": 0.506, - "total_deaths_per_million": 0.458, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.013, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-11", - "total_cases": 1024.0, - "new_cases": 33.0, - "new_cases_smoothed": 48.571, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 11.433, - "new_cases_per_million": 0.368, - "new_cases_smoothed_per_million": 0.542, - "total_deaths_per_million": 0.458, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 289.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-12", - "total_cases": 1102.0, - "new_cases": 78.0, - "new_cases_smoothed": 59.714, - "total_deaths": 44.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 12.304, - "new_cases_per_million": 0.871, - "new_cases_smoothed_per_million": 0.667, - "total_deaths_per_million": 0.491, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 192.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-13", - "total_cases": 1169.0, - "new_cases": 67.0, - "new_cases_smoothed": 66.286, - "total_deaths": 50.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 13.052, - "new_cases_per_million": 0.748, - "new_cases_smoothed_per_million": 0.74, - "total_deaths_per_million": 0.558, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 310.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-14", - "total_cases": 1242.0, - "new_cases": 73.0, - "new_cases_smoothed": 54.143, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 13.868, - "new_cases_per_million": 0.815, - "new_cases_smoothed_per_million": 0.605, - "total_deaths_per_million": 0.558, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 209.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-15", - "total_cases": 1298.0, - "new_cases": 56.0, - "new_cases_smoothed": 57.286, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 14.493, - "new_cases_per_million": 0.625, - "new_cases_smoothed_per_million": 0.64, - "total_deaths_per_million": 0.558, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-16", - "total_cases": 1369.0, - "new_cases": 71.0, - "new_cases_smoothed": 61.714, - "total_deaths": 60.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 15.286, - "new_cases_per_million": 0.793, - "new_cases_smoothed_per_million": 0.689, - "total_deaths_per_million": 0.67, - "new_deaths_per_million": 0.112, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 242.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-17", - "total_cases": 1454.0, - "new_cases": 85.0, - "new_cases_smoothed": 66.143, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 16.235, - "new_cases_per_million": 0.949, - "new_cases_smoothed_per_million": 0.739, - "total_deaths_per_million": 0.67, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-18", - "total_cases": 1454.0, - "new_cases": 0.0, - "new_cases_smoothed": 61.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 16.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.686, - "total_deaths_per_million": 0.67, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.03, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-19", - "total_cases": 1629.0, - "new_cases": 175.0, - "new_cases_smoothed": 75.286, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 18.189, - "new_cases_per_million": 1.954, - "new_cases_smoothed_per_million": 0.841, - "total_deaths_per_million": 0.681, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.027, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-20", - "total_cases": 1731.0, - "new_cases": 102.0, - "new_cases_smoothed": 80.286, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 19.328, - "new_cases_per_million": 1.139, - "new_cases_smoothed_per_million": 0.896, - "total_deaths_per_million": 0.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-21", - "total_cases": 1835.0, - "new_cases": 104.0, - "new_cases_smoothed": 84.714, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 20.489, - "new_cases_per_million": 1.161, - "new_cases_smoothed_per_million": 0.946, - "total_deaths_per_million": 0.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 225.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-22", - "total_cases": 1945.0, - "new_cases": 110.0, - "new_cases_smoothed": 92.429, - "total_deaths": 63.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 21.717, - "new_cases_per_million": 1.228, - "new_cases_smoothed_per_million": 1.032, - "total_deaths_per_million": 0.703, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.021, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-23", - "total_cases": 2025.0, - "new_cases": 80.0, - "new_cases_smoothed": 93.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 22.61, - "new_cases_per_million": 0.893, - "new_cases_smoothed_per_million": 1.046, - "total_deaths_per_million": 0.703, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 287.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-24", - "total_cases": 2141.0, - "new_cases": 116.0, - "new_cases_smoothed": 98.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 23.905, - "new_cases_per_million": 1.295, - "new_cases_smoothed_per_million": 1.096, - "total_deaths_per_million": 0.703, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 402.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-25", - "total_cases": 2297.0, - "new_cases": 156.0, - "new_cases_smoothed": 120.429, - "total_deaths": 67.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 25.647, - "new_cases_per_million": 1.742, - "new_cases_smoothed_per_million": 1.345, - "total_deaths_per_million": 0.748, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-26", - "total_cases": 2297.0, - "new_cases": 0.0, - "new_cases_smoothed": 95.429, - "total_deaths": 67.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 25.647, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.066, - "total_deaths_per_million": 0.748, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 410.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-27", - "total_cases": 2545.0, - "new_cases": 248.0, - "new_cases_smoothed": 116.286, - "total_deaths": 67.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 28.416, - "new_cases_per_million": 2.769, - "new_cases_smoothed_per_million": 1.298, - "total_deaths_per_million": 0.748, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 367.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-28", - "total_cases": 2659.0, - "new_cases": 114.0, - "new_cases_smoothed": 117.714, - "total_deaths": 68.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 29.689, - "new_cases_per_million": 1.273, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 0.759, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 327.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-29", - "total_cases": 2832.0, - "new_cases": 173.0, - "new_cases_smoothed": 126.714, - "total_deaths": 69.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 31.621, - "new_cases_per_million": 1.932, - "new_cases_smoothed_per_million": 1.415, - "total_deaths_per_million": 0.77, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 398.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-30", - "total_cases": 2833.0, - "new_cases": 1.0, - "new_cases_smoothed": 115.429, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 31.632, - "new_cases_per_million": 0.011, - "new_cases_smoothed_per_million": 1.289, - "total_deaths_per_million": 0.77, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 357.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-05-31", - "total_cases": 2966.0, - "new_cases": 133.0, - "new_cases_smoothed": 117.857, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 33.117, - "new_cases_per_million": 1.485, - "new_cases_smoothed_per_million": 1.316, - "total_deaths_per_million": 0.77, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-01", - "total_cases": 3049.0, - "new_cases": 83.0, - "new_cases_smoothed": 107.429, - "total_deaths": 71.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 34.044, - "new_cases_per_million": 0.927, - "new_cases_smoothed_per_million": 1.199, - "total_deaths_per_million": 0.793, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.006, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-02", - "total_cases": 3194.0, - "new_cases": 145.0, - "new_cases_smoothed": 128.143, - "total_deaths": 72.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 35.663, - "new_cases_per_million": 1.619, - "new_cases_smoothed_per_million": 1.431, - "total_deaths_per_million": 0.804, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 610.0, - "new_tests_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-03", - "total_cases": 3325.0, - "new_cases": 131.0, - "new_cases_smoothed": 111.429, - "total_deaths": 72.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 37.125, - "new_cases_per_million": 1.463, - "new_cases_smoothed_per_million": 1.244, - "total_deaths_per_million": 0.804, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 650.0, - "new_tests_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-04", - "total_cases": 3494.0, - "new_cases": 169.0, - "new_cases_smoothed": 119.286, - "total_deaths": 75.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 39.012, - "new_cases_per_million": 1.887, - "new_cases_smoothed_per_million": 1.332, - "total_deaths_per_million": 0.837, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 415.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-05", - "total_cases": 3643.0, - "new_cases": 149.0, - "new_cases_smoothed": 115.857, - "total_deaths": 78.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 40.676, - "new_cases_per_million": 1.664, - "new_cases_smoothed_per_million": 1.294, - "total_deaths_per_million": 0.871, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 440.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-06", - "total_cases": 3764.0, - "new_cases": 121.0, - "new_cases_smoothed": 133.0, - "total_deaths": 81.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 42.027, - "new_cases_per_million": 1.351, - "new_cases_smoothed_per_million": 1.485, - "total_deaths_per_million": 0.904, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 492.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-07", - "total_cases": 3878.0, - "new_cases": 114.0, - "new_cases_smoothed": 130.286, - "total_deaths": 81.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 43.3, - "new_cases_per_million": 1.273, - "new_cases_smoothed_per_million": 1.455, - "total_deaths_per_million": 0.904, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.019, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-08", - "total_cases": 4016.0, - "new_cases": 138.0, - "new_cases_smoothed": 138.143, - "total_deaths": 85.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 44.841, - "new_cases_per_million": 1.541, - "new_cases_smoothed_per_million": 1.542, - "total_deaths_per_million": 0.949, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.022, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-09", - "total_cases": 4105.0, - "new_cases": 89.0, - "new_cases_smoothed": 130.143, - "total_deaths": 87.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 45.834, - "new_cases_per_million": 0.994, - "new_cases_smoothed_per_million": 1.453, - "total_deaths_per_million": 0.971, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.024, - "new_tests": 392.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-10", - "total_cases": 4258.0, - "new_cases": 153.0, - "new_cases_smoothed": 133.286, - "total_deaths": 89.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 47.543, - "new_cases_per_million": 1.708, - "new_cases_smoothed_per_million": 1.488, - "total_deaths_per_million": 0.994, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 655.0, - "new_tests_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-11", - "total_cases": 4389.0, - "new_cases": 131.0, - "new_cases_smoothed": 127.857, - "total_deaths": 95.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 49.005, - "new_cases_per_million": 1.463, - "new_cases_smoothed_per_million": 1.428, - "total_deaths_per_million": 1.061, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 579.0, - "new_tests_per_thousand": 0.006, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-12", - "total_cases": 4514.0, - "new_cases": 125.0, - "new_cases_smoothed": 124.429, - "total_deaths": 97.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 50.401, - "new_cases_per_million": 1.396, - "new_cases_smoothed_per_million": 1.389, - "total_deaths_per_million": 1.083, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 366.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-13", - "total_cases": 4636.0, - "new_cases": 122.0, - "new_cases_smoothed": 124.571, - "total_deaths": 100.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 51.763, - "new_cases_per_million": 1.362, - "new_cases_smoothed_per_million": 1.391, - "total_deaths_per_million": 1.117, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 362.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-14", - "total_cases": 4723.0, - "new_cases": 87.0, - "new_cases_smoothed": 120.714, - "total_deaths": 105.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 52.735, - "new_cases_per_million": 0.971, - "new_cases_smoothed_per_million": 1.348, - "total_deaths_per_million": 1.172, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.038, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-15", - "total_cases": 4777.0, - "new_cases": 54.0, - "new_cases_smoothed": 108.714, - "total_deaths": 106.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 53.338, - "new_cases_per_million": 0.603, - "new_cases_smoothed_per_million": 1.214, - "total_deaths_per_million": 1.184, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.033, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-16", - "total_cases": 4837.0, - "new_cases": 60.0, - "new_cases_smoothed": 104.571, - "total_deaths": 112.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 54.008, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 1.168, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 549.0, - "new_tests_per_thousand": 0.006, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-17", - "total_cases": 4974.0, - "new_cases": 137.0, - "new_cases_smoothed": 102.286, - "total_deaths": 112.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 55.537, - "new_cases_per_million": 1.53, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 1.251, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 569.0, - "new_tests_per_thousand": 0.006, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-18", - "total_cases": 5099.0, - "new_cases": 125.0, - "new_cases_smoothed": 101.429, - "total_deaths": 115.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 56.933, - "new_cases_per_million": 1.396, - "new_cases_smoothed_per_million": 1.133, - "total_deaths_per_million": 1.284, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 624.0, - "new_tests_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-19", - "total_cases": 5282.0, - "new_cases": 183.0, - "new_cases_smoothed": 109.714, - "total_deaths": 117.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 58.976, - "new_cases_per_million": 2.043, - "new_cases_smoothed_per_million": 1.225, - "total_deaths_per_million": 1.306, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 839.0, - "new_tests_per_thousand": 0.009, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-20", - "total_cases": 5476.0, - "new_cases": 194.0, - "new_cases_smoothed": 120.0, - "total_deaths": 121.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 61.142, - "new_cases_per_million": 2.166, - "new_cases_smoothed_per_million": 1.34, - "total_deaths_per_million": 1.351, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.033, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-21", - "total_cases": 5671.0, - "new_cases": 195.0, - "new_cases_smoothed": 135.429, - "total_deaths": 124.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 63.32, - "new_cases_per_million": 2.177, - "new_cases_smoothed_per_million": 1.512, - "total_deaths_per_million": 1.385, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 336.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-22", - "total_cases": 5826.0, - "new_cases": 155.0, - "new_cases_smoothed": 149.857, - "total_deaths": 130.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 65.05, - "new_cases_per_million": 1.731, - "new_cases_smoothed_per_million": 1.673, - "total_deaths_per_million": 1.452, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.038, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-23", - "total_cases": 5925.0, - "new_cases": 99.0, - "new_cases_smoothed": 155.429, - "total_deaths": 135.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 66.156, - "new_cases_per_million": 1.105, - "new_cases_smoothed_per_million": 1.735, - "total_deaths_per_million": 1.507, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 962.0, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-24", - "total_cases": 6027.0, - "new_cases": 102.0, - "new_cases_smoothed": 150.429, - "total_deaths": 135.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 67.295, - "new_cases_per_million": 1.139, - "new_cases_smoothed_per_million": 1.68, - "total_deaths_per_million": 1.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 974.0, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-25", - "total_cases": 6027.0, - "new_cases": 0.0, - "new_cases_smoothed": 132.571, - "total_deaths": 135.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 67.295, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.48, - "total_deaths_per_million": 1.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 824.0, - "new_tests_per_thousand": 0.009, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-26", - "total_cases": 6411.0, - "new_cases": 384.0, - "new_cases_smoothed": 161.286, - "total_deaths": 142.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 71.582, - "new_cases_per_million": 4.288, - "new_cases_smoothed_per_million": 1.801, - "total_deaths_per_million": 1.586, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 951.0, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-27", - "total_cases": 6552.0, - "new_cases": 141.0, - "new_cases_smoothed": 153.714, - "total_deaths": 149.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 73.157, - "new_cases_per_million": 1.574, - "new_cases_smoothed_per_million": 1.716, - "total_deaths_per_million": 1.664, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.045, - "new_tests": 975.0, - "new_tests_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-28", - "total_cases": 6552.0, - "new_cases": 0.0, - "new_cases_smoothed": 125.857, - "total_deaths": 149.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 73.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.405, - "total_deaths_per_million": 1.664, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 475.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-29", - "total_cases": 6826.0, - "new_cases": 274.0, - "new_cases_smoothed": 142.857, - "total_deaths": 157.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 76.216, - "new_cases_per_million": 3.059, - "new_cases_smoothed_per_million": 1.595, - "total_deaths_per_million": 1.753, - "new_deaths_per_million": 0.089, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 923.0, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 869.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 6.082999999999999, - "positive_rate": 0.16399999999999998, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-06-30", - "total_cases": 6939.0, - "new_cases": 113.0, - "new_cases_smoothed": 144.857, - "total_deaths": 167.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 77.478, - "new_cases_per_million": 1.262, - "new_cases_smoothed_per_million": 1.617, - "total_deaths_per_million": 1.865, - "new_deaths_per_million": 0.112, - "new_deaths_smoothed_per_million": 0.051, - "new_tests": 686.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 830.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 5.73, - "positive_rate": 0.175, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-01", - "total_cases": 7038.0, - "new_cases": 99.0, - "new_cases_smoothed": 144.429, - "total_deaths": 169.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 78.583, - "new_cases_per_million": 1.105, - "new_cases_smoothed_per_million": 1.613, - "total_deaths_per_million": 1.887, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.054, - "new_tests": 662.0, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 785.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 5.435, - "positive_rate": 0.184, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-02", - "total_cases": 7121.0, - "new_cases": 83.0, - "new_cases_smoothed": 156.286, - "total_deaths": 174.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 79.51, - "new_cases_per_million": 0.927, - "new_cases_smoothed_per_million": 1.745, - "total_deaths_per_million": 1.943, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.062, - "new_tests": 748.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 774.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 4.952, - "positive_rate": 0.20199999999999999, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-03", - "total_cases": 7188.0, - "new_cases": 67.0, - "new_cases_smoothed": 111.0, - "total_deaths": 175.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 80.258, - "new_cases_per_million": 0.748, - "new_cases_smoothed_per_million": 1.239, - "total_deaths_per_million": 1.954, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 758.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 747.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 6.73, - "positive_rate": 0.149, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-04", - "total_cases": 7188.0, - "new_cases": 0.0, - "new_cases_smoothed": 90.857, - "total_deaths": 175.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 80.258, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.014, - "total_deaths_per_million": 1.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.041, - "new_tests": 243.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 642.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 7.066, - "positive_rate": 0.142, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-05", - "total_cases": 7378.0, - "new_cases": 190.0, - "new_cases_smoothed": 118.0, - "total_deaths": 181.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 82.379, - "new_cases_per_million": 2.121, - "new_cases_smoothed_per_million": 1.318, - "total_deaths_per_million": 2.021, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.051, - "new_tests": 335.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 622.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 5.271, - "positive_rate": 0.19, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-06", - "total_cases": 7410.0, - "new_cases": 32.0, - "new_cases_smoothed": 83.429, - "total_deaths": 181.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 82.737, - "new_cases_per_million": 0.357, - "new_cases_smoothed_per_million": 0.932, - "total_deaths_per_million": 2.021, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 846.0, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 611.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 7.324, - "positive_rate": 0.13699999999999998, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-07", - "total_cases": 7432.0, - "new_cases": 22.0, - "new_cases_smoothed": 70.429, - "total_deaths": 182.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 82.982, - "new_cases_per_million": 0.246, - "new_cases_smoothed_per_million": 0.786, - "total_deaths_per_million": 2.032, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.024, - "new_tests": 919.0, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 644.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 9.144, - "positive_rate": 0.109, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-08", - "total_cases": 7660.0, - "new_cases": 228.0, - "new_cases_smoothed": 88.857, - "total_deaths": 182.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 85.528, - "new_cases_per_million": 2.546, - "new_cases_smoothed_per_million": 0.992, - "total_deaths_per_million": 2.032, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 1217.0, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 724.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 8.148, - "positive_rate": 0.12300000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-09", - "total_cases": 7737.0, - "new_cases": 77.0, - "new_cases_smoothed": 88.0, - "total_deaths": 184.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 86.388, - "new_cases_per_million": 0.86, - "new_cases_smoothed_per_million": 0.983, - "total_deaths_per_million": 2.054, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 566.0, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 698.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 7.932, - "positive_rate": 0.126, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-10", - "total_cases": 7845.0, - "new_cases": 108.0, - "new_cases_smoothed": 93.857, - "total_deaths": 188.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 87.594, - "new_cases_per_million": 1.206, - "new_cases_smoothed_per_million": 1.048, - "total_deaths_per_million": 2.099, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 893.0, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 717.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 7.638999999999999, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-11", - "total_cases": 7904.0, - "new_cases": 59.0, - "new_cases_smoothed": 102.286, - "total_deaths": 188.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 88.252, - "new_cases_per_million": 0.659, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 2.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 466.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 749.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 7.3229999999999995, - "positive_rate": 0.13699999999999998, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-12", - "total_cases": 7970.0, - "new_cases": 66.0, - "new_cases_smoothed": 84.571, - "total_deaths": 188.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 88.989, - "new_cases_per_million": 0.737, - "new_cases_smoothed_per_million": 0.944, - "total_deaths_per_million": 2.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 349.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 751.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 8.88, - "positive_rate": 0.113, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-13", - "total_cases": 8032.0, - "new_cases": 62.0, - "new_cases_smoothed": 88.857, - "total_deaths": 188.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 89.681, - "new_cases_per_million": 0.692, - "new_cases_smoothed_per_million": 0.992, - "total_deaths_per_million": 2.099, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 741.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 736.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 8.283, - "positive_rate": 0.121, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-14", - "total_cases": 8074.0, - "new_cases": 42.0, - "new_cases_smoothed": 91.714, - "total_deaths": 189.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 90.15, - "new_cases_per_million": 0.469, - "new_cases_smoothed_per_million": 1.024, - "total_deaths_per_million": 2.11, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 456.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 670.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 7.305, - "positive_rate": 0.13699999999999998, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-15", - "total_cases": 8135.0, - "new_cases": 61.0, - "new_cases_smoothed": 67.857, - "total_deaths": 189.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 90.832, - "new_cases_per_million": 0.681, - "new_cases_smoothed_per_million": 0.758, - "total_deaths_per_million": 2.11, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 563.0, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 576.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 8.488, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-16", - "total_cases": 8162.0, - "new_cases": 27.0, - "new_cases_smoothed": 60.714, - "total_deaths": 191.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 91.133, - "new_cases_per_million": 0.301, - "new_cases_smoothed_per_million": 0.678, - "total_deaths_per_million": 2.133, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 464.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 562.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 9.256, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-17", - "total_cases": 8198.0, - "new_cases": 36.0, - "new_cases_smoothed": 50.429, - "total_deaths": 192.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 91.535, - "new_cases_per_million": 0.402, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 2.144, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 800.0, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 548.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 10.867, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-18", - "total_cases": 8248.0, - "new_cases": 50.0, - "new_cases_smoothed": 49.143, - "total_deaths": 192.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 92.093, - "new_cases_per_million": 0.558, - "new_cases_smoothed_per_million": 0.549, - "total_deaths_per_million": 2.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 435.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 544.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 11.07, - "positive_rate": 0.09, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-19", - "total_cases": 8323.0, - "new_cases": 75.0, - "new_cases_smoothed": 50.429, - "total_deaths": 192.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 92.931, - "new_cases_per_million": 0.837, - "new_cases_smoothed_per_million": 0.563, - "total_deaths_per_million": 2.144, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 423.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 555.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 11.005999999999998, - "positive_rate": 0.091, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-20", - "total_cases": 8402.0, - "new_cases": 79.0, - "new_cases_smoothed": 52.857, - "total_deaths": 193.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 93.813, - "new_cases_per_million": 0.882, - "new_cases_smoothed_per_million": 0.59, - "total_deaths_per_million": 2.155, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 649.0, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 541.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 10.235, - "positive_rate": 0.098, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-21", - "total_cases": 8442.0, - "new_cases": 40.0, - "new_cases_smoothed": 52.571, - "total_deaths": 194.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 94.259, - "new_cases_per_million": 0.447, - "new_cases_smoothed_per_million": 0.587, - "total_deaths_per_million": 2.166, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 741.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 582.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 11.071, - "positive_rate": 0.09, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-22", - "total_cases": 8533.0, - "new_cases": 91.0, - "new_cases_smoothed": 56.857, - "total_deaths": 195.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 95.275, - "new_cases_per_million": 1.016, - "new_cases_smoothed_per_million": 0.635, - "total_deaths_per_million": 2.177, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 737.0, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 607.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 10.675999999999998, - "positive_rate": 0.094, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-23", - "total_cases": 8625.0, - "new_cases": 92.0, - "new_cases_smoothed": 66.143, - "total_deaths": 197.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 96.303, - "new_cases_per_million": 1.027, - "new_cases_smoothed_per_million": 0.739, - "total_deaths_per_million": 2.2, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 645.0, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 633.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 9.57, - "positive_rate": 0.10400000000000001, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-24", - "total_cases": 8719.0, - "new_cases": 94.0, - "new_cases_smoothed": 74.429, - "total_deaths": 200.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 97.352, - "new_cases_per_million": 1.05, - "new_cases_smoothed_per_million": 0.831, - "total_deaths_per_million": 2.233, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 464.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 585.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 7.86, - "positive_rate": 0.127, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-25", - "total_cases": 8766.0, - "new_cases": 47.0, - "new_cases_smoothed": 74.0, - "total_deaths": 200.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 97.877, - "new_cases_per_million": 0.525, - "new_cases_smoothed_per_million": 0.826, - "total_deaths_per_million": 2.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 669.0, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 618.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 8.351, - "positive_rate": 0.12, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-26", - "total_cases": 8800.0, - "new_cases": 34.0, - "new_cases_smoothed": 68.143, - "total_deaths": 203.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 98.257, - "new_cases_per_million": 0.38, - "new_cases_smoothed_per_million": 0.761, - "total_deaths_per_million": 2.267, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 137.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 577.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 8.468, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-27", - "total_cases": 8831.0, - "new_cases": 31.0, - "new_cases_smoothed": 61.286, - "total_deaths": 204.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 98.603, - "new_cases_per_million": 0.346, - "new_cases_smoothed_per_million": 0.684, - "total_deaths_per_million": 2.278, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 242.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 519.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 8.469, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-28", - "total_cases": 8844.0, - "new_cases": 13.0, - "new_cases_smoothed": 57.429, - "total_deaths": 208.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 98.748, - "new_cases_per_million": 0.145, - "new_cases_smoothed_per_million": 0.641, - "total_deaths_per_million": 2.322, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 242.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 448.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 7.801, - "positive_rate": 0.128, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-29", - "total_cases": 8873.0, - "new_cases": 29.0, - "new_cases_smoothed": 48.571, - "total_deaths": 208.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 99.072, - "new_cases_per_million": 0.324, - "new_cases_smoothed_per_million": 0.542, - "total_deaths_per_million": 2.322, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 637.0, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 434.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 8.935, - "positive_rate": 0.11199999999999999, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-30", - "total_cases": 8931.0, - "new_cases": 58.0, - "new_cases_smoothed": 43.714, - "total_deaths": 213.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 99.719, - "new_cases_per_million": 0.648, - "new_cases_smoothed_per_million": 0.488, - "total_deaths_per_million": 2.378, - "new_deaths_per_million": 0.056, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 364.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 394.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.013, - "positive_rate": 0.111, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-07-31", - "total_cases": 9010.0, - "new_cases": 79.0, - "new_cases_smoothed": 41.571, - "total_deaths": 214.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 100.601, - "new_cases_per_million": 0.882, - "new_cases_smoothed_per_million": 0.464, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 417.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 387.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.309, - "positive_rate": 0.107, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-08-01", - "total_cases": 9070.0, - "new_cases": 60.0, - "new_cases_smoothed": 43.429, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 101.271, - "new_cases_per_million": 0.67, - "new_cases_smoothed_per_million": 0.485, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 289.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 333.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.667999999999999, - "positive_rate": 0.13, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-08-02", - "total_cases": 9083.0, - "new_cases": 13.0, - "new_cases_smoothed": 40.429, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 101.416, - "new_cases_per_million": 0.145, - "new_cases_smoothed_per_million": 0.451, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 237.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 347.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 8.583, - "positive_rate": 0.11699999999999999, - "tests_units": "samples tested", - "stringency_index": 55.56 - }, - { - "date": "2020-08-03", - "total_cases": 9114.0, - "new_cases": 31.0, - "new_cases_smoothed": 40.429, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 101.763, - "new_cases_per_million": 0.346, - "new_cases_smoothed_per_million": 0.451, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 431.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 374.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.251, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-04", - "total_cases": 9132.0, - "new_cases": 18.0, - "new_cases_smoothed": 41.143, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 101.964, - "new_cases_per_million": 0.201, - "new_cases_smoothed_per_million": 0.459, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 344.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 388.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.431000000000001, - "positive_rate": 0.106, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-05", - "total_cases": 9177.0, - "new_cases": 45.0, - "new_cases_smoothed": 43.429, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 102.466, - "new_cases_per_million": 0.502, - "new_cases_smoothed_per_million": 0.485, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 489.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 367.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 8.451, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-06", - "total_cases": 9252.0, - "new_cases": 75.0, - "new_cases_smoothed": 45.857, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 103.303, - "new_cases_per_million": 0.837, - "new_cases_smoothed_per_million": 0.512, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 342.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 364.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.938, - "positive_rate": 0.126, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-07", - "total_cases": 9308.0, - "new_cases": 56.0, - "new_cases_smoothed": 42.571, - "total_deaths": 214.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.929, - "new_cases_per_million": 0.625, - "new_cases_smoothed_per_million": 0.475, - "total_deaths_per_million": 2.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 431.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 366.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 8.597000000000001, - "positive_rate": 0.11599999999999999, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-08", - "total_cases": 9354.0, - "new_cases": 46.0, - "new_cases_smoothed": 40.571, - "total_deaths": 217.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 104.442, - "new_cases_per_million": 0.514, - "new_cases_smoothed_per_million": 0.453, - "total_deaths_per_million": 2.423, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 342.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 374.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.218, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-09", - "total_cases": 9453.0, - "new_cases": 99.0, - "new_cases_smoothed": 52.857, - "total_deaths": 223.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 105.548, - "new_cases_per_million": 1.105, - "new_cases_smoothed_per_million": 0.59, - "total_deaths_per_million": 2.49, - "new_deaths_per_million": 0.067, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 267.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 378.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.151, - "positive_rate": 0.14, - "tests_units": "samples tested", - "stringency_index": 59.26 - }, - { - "date": "2020-08-10", - "total_cases": 9453.0, - "new_cases": 0.0, - "new_cases_smoothed": 48.429, - "total_deaths": 223.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 105.548, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.541, - "total_deaths_per_million": 2.49, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 299.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 359.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.412999999999999, - "positive_rate": 0.135, - "tests_units": "samples tested", - "stringency_index": 48.15 - }, - { - "date": "2020-08-11", - "total_cases": 9488.0, - "new_cases": 35.0, - "new_cases_smoothed": 50.857, - "total_deaths": 223.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 105.938, - "new_cases_per_million": 0.391, - "new_cases_smoothed_per_million": 0.568, - "total_deaths_per_million": 2.49, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 462.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 376.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.393, - "positive_rate": 0.135, - "tests_units": "samples tested", - "stringency_index": 48.15 - }, - { - "date": "2020-08-12", - "total_cases": 9498.0, - "new_cases": 10.0, - "new_cases_smoothed": 45.857, - "total_deaths": 224.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 106.05, - "new_cases_per_million": 0.112, - "new_cases_smoothed_per_million": 0.512, - "total_deaths_per_million": 2.501, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 413.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 365.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 7.96, - "positive_rate": 0.126, - "tests_units": "samples tested", - "stringency_index": 48.15 - }, - { - "date": "2020-08-13", - "total_cases": 9537.0, - "new_cases": 39.0, - "new_cases_smoothed": 40.714, - "total_deaths": 225.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 106.486, - "new_cases_per_million": 0.435, - "new_cases_smoothed_per_million": 0.455, - "total_deaths_per_million": 2.512, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 326.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 363.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 8.916, - "positive_rate": 0.11199999999999999, - "tests_units": "samples tested", - "stringency_index": 48.15 - }, - { - "date": "2020-08-14", - "total_cases": 9588.0, - "new_cases": 51.0, - "new_cases_smoothed": 40.0, - "total_deaths": 234.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 107.055, - "new_cases_per_million": 0.569, - "new_cases_smoothed_per_million": 0.447, - "total_deaths_per_million": 2.613, - "new_deaths_per_million": 0.1, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 480.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 370.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 9.25, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 48.15 - }, - { - "date": "2020-08-15", - "total_cases": 9604.0, - "new_cases": 16.0, - "new_cases_smoothed": 35.714, - "total_deaths": 238.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 107.234, - "new_cases_per_million": 0.179, - "new_cases_smoothed_per_million": 0.399, - "total_deaths_per_million": 2.657, - "new_deaths_per_million": 0.045, - "new_deaths_smoothed_per_million": 0.033, - "new_tests": 437.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 383.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 10.724, - "positive_rate": 0.09300000000000001, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-16", - "total_cases": 9637.0, - "new_cases": 33.0, - "new_cases_smoothed": 26.286, - "total_deaths": 239.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 107.602, - "new_cases_per_million": 0.368, - "new_cases_smoothed_per_million": 0.293, - "total_deaths_per_million": 2.669, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 208.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 375.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 14.265999999999998, - "positive_rate": 0.07, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-17", - "total_cases": 9675.0, - "new_cases": 38.0, - "new_cases_smoothed": 31.714, - "total_deaths": 239.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 108.026, - "new_cases_per_million": 0.424, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 2.669, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 333.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 380.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 11.982000000000001, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-18", - "total_cases": 9705.0, - "new_cases": 30.0, - "new_cases_smoothed": 31.0, - "total_deaths": 242.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 108.361, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.346, - "total_deaths_per_million": 2.702, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 293.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 356.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 11.484000000000002, - "positive_rate": 0.087, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-19", - "total_cases": 9720.0, - "new_cases": 15.0, - "new_cases_smoothed": 31.714, - "total_deaths": 242.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 108.529, - "new_cases_per_million": 0.167, - "new_cases_smoothed_per_million": 0.354, - "total_deaths_per_million": 2.702, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.029, - "new_tests": 398.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 354.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 11.162, - "positive_rate": 0.09, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-20", - "total_cases": 9740.0, - "new_cases": 20.0, - "new_cases_smoothed": 29.0, - "total_deaths": 245.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 108.752, - "new_cases_per_million": 0.223, - "new_cases_smoothed_per_million": 0.324, - "total_deaths_per_million": 2.736, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 309.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 351.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 12.103, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-21", - "total_cases": 9756.0, - "new_cases": 16.0, - "new_cases_smoothed": 24.0, - "total_deaths": 246.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 108.931, - "new_cases_per_million": 0.179, - "new_cases_smoothed_per_million": 0.268, - "total_deaths_per_million": 2.747, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 254.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 319.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 13.292, - "positive_rate": 0.075, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-22", - "total_cases": 9801.0, - "new_cases": 45.0, - "new_cases_smoothed": 28.143, - "total_deaths": 247.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 109.433, - "new_cases_per_million": 0.502, - "new_cases_smoothed_per_million": 0.314, - "total_deaths_per_million": 2.758, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 422.0, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 317.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 11.264000000000001, - "positive_rate": 0.08900000000000001, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-23", - "total_cases": 9810.0, - "new_cases": 9.0, - "new_cases_smoothed": 24.714, - "total_deaths": 250.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 109.534, - "new_cases_per_million": 0.1, - "new_cases_smoothed_per_million": 0.276, - "total_deaths_per_million": 2.791, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 154.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 309.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 12.503, - "positive_rate": 0.08, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-24", - "total_cases": 9829.0, - "new_cases": 19.0, - "new_cases_smoothed": 22.0, - "total_deaths": 250.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 109.746, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.246, - "total_deaths_per_million": 2.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 184.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 288.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 13.091, - "positive_rate": 0.076, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-25", - "total_cases": 9841.0, - "new_cases": 12.0, - "new_cases_smoothed": 19.429, - "total_deaths": 250.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 109.88, - "new_cases_per_million": 0.134, - "new_cases_smoothed_per_million": 0.217, - "total_deaths_per_million": 2.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 217.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 277.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 14.257, - "positive_rate": 0.07, - "tests_units": "samples tested", - "stringency_index": 37.04 - }, - { - "date": "2020-08-26", - "total_cases": 9890.0, - "new_cases": 49.0, - "new_cases_smoothed": 24.286, - "total_deaths": 250.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 110.427, - "new_cases_per_million": 0.547, - "new_cases_smoothed_per_million": 0.271, - "total_deaths_per_million": 2.791, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 148.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 241.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.924, - "positive_rate": 0.10099999999999999, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-08-27", - "total_cases": 9911.0, - "new_cases": 21.0, - "new_cases_smoothed": 24.429, - "total_deaths": 253.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 110.662, - "new_cases_per_million": 0.234, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.825, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 296.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 239.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.783999999999999, - "positive_rate": 0.102, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-08-28", - "total_cases": 9914.0, - "new_cases": 3.0, - "new_cases_smoothed": 22.571, - "total_deaths": 254.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 110.695, - "new_cases_per_million": 0.033, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 2.836, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 151.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 225.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.968, - "positive_rate": 0.1, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-08-29", - "total_cases": 9993.0, - "new_cases": 79.0, - "new_cases_smoothed": 27.429, - "total_deaths": 254.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 111.577, - "new_cases_per_million": 0.882, - "new_cases_smoothed_per_million": 0.306, - "total_deaths_per_million": 2.836, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 339.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 213.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 7.766, - "positive_rate": 0.129, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-08-30", - "total_cases": 10007.0, - "new_cases": 14.0, - "new_cases_smoothed": 28.143, - "total_deaths": 257.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 111.733, - "new_cases_per_million": 0.156, - "new_cases_smoothed_per_million": 0.314, - "total_deaths_per_million": 2.87, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 327.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 237.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 8.421, - "positive_rate": 0.11900000000000001, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-08-31", - "total_cases": 10044.0, - "new_cases": 37.0, - "new_cases_smoothed": 30.714, - "total_deaths": 257.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 112.147, - "new_cases_per_million": 0.413, - "new_cases_smoothed_per_million": 0.343, - "total_deaths_per_million": 2.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 135.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 230.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 7.4879999999999995, - "positive_rate": 0.134, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-01", - "total_cases": 10096.0, - "new_cases": 52.0, - "new_cases_smoothed": 36.429, - "total_deaths": 257.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 112.727, - "new_cases_per_million": 0.581, - "new_cases_smoothed_per_million": 0.407, - "total_deaths_per_million": 2.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-02", - "total_cases": 10103.0, - "new_cases": 7.0, - "new_cases_smoothed": 30.429, - "total_deaths": 258.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 112.805, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.34, - "total_deaths_per_million": 2.881, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 266.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-03", - "total_cases": 10113.0, - "new_cases": 10.0, - "new_cases_smoothed": 28.857, - "total_deaths": 258.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 112.917, - "new_cases_per_million": 0.112, - "new_cases_smoothed_per_million": 0.322, - "total_deaths_per_million": 2.881, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 187.0, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-04", - "total_cases": 10125.0, - "new_cases": 12.0, - "new_cases_smoothed": 30.143, - "total_deaths": 258.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 113.051, - "new_cases_per_million": 0.134, - "new_cases_smoothed_per_million": 0.337, - "total_deaths_per_million": 2.881, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 434.0, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-05", - "total_cases": 10148.0, - "new_cases": 23.0, - "new_cases_smoothed": 22.143, - "total_deaths": 258.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 113.308, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 0.247, - "total_deaths_per_million": 2.881, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 339.0, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-06", - "total_cases": 10178.0, - "new_cases": 30.0, - "new_cases_smoothed": 24.429, - "total_deaths": 258.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 113.643, - "new_cases_per_million": 0.335, - "new_cases_smoothed_per_million": 0.273, - "total_deaths_per_million": 2.881, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 128.0, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-07", - "total_cases": 10209.0, - "new_cases": 31.0, - "new_cases_smoothed": 23.571, - "total_deaths": 259.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 113.989, - "new_cases_per_million": 0.346, - "new_cases_smoothed_per_million": 0.263, - "total_deaths_per_million": 2.892, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 272.0, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-08", - "total_cases": 10232.0, - "new_cases": 23.0, - "new_cases_smoothed": 19.429, - "total_deaths": 259.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 114.246, - "new_cases_per_million": 0.257, - "new_cases_smoothed_per_million": 0.217, - "total_deaths_per_million": 2.892, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 250.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 268.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 13.794, - "positive_rate": 0.07200000000000001, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-09", - "total_cases": 10291.0, - "new_cases": 59.0, - "new_cases_smoothed": 26.857, - "total_deaths": 259.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 114.904, - "new_cases_per_million": 0.659, - "new_cases_smoothed_per_million": 0.3, - "total_deaths_per_million": 2.892, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 195.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 258.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.606, - "positive_rate": 0.10400000000000001, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-10", - "total_cases": 10323.0, - "new_cases": 32.0, - "new_cases_smoothed": 30.0, - "total_deaths": 259.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 115.262, - "new_cases_per_million": 0.357, - "new_cases_smoothed_per_million": 0.335, - "total_deaths_per_million": 2.892, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 396.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 288.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 9.6, - "positive_rate": 0.10400000000000001, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-11", - "total_cases": 10342.0, - "new_cases": 19.0, - "new_cases_smoothed": 31.0, - "total_deaths": 261.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 115.474, - "new_cases_per_million": 0.212, - "new_cases_smoothed_per_million": 0.346, - "total_deaths_per_million": 2.914, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 273.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 265.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 8.548, - "positive_rate": 0.11699999999999999, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-12", - "total_cases": 10360.0, - "new_cases": 18.0, - "new_cases_smoothed": 30.286, - "total_deaths": 261.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 115.675, - "new_cases_per_million": 0.201, - "new_cases_smoothed_per_million": 0.338, - "total_deaths_per_million": 2.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 230.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 249.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 8.222000000000001, - "positive_rate": 0.122, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-13", - "total_cases": 10384.0, - "new_cases": 24.0, - "new_cases_smoothed": 29.429, - "total_deaths": 261.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 115.943, - "new_cases_per_million": 0.268, - "new_cases_smoothed_per_million": 0.329, - "total_deaths_per_million": 2.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 36.0, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 236.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 8.019, - "positive_rate": 0.125, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-14", - "total_cases": 10389.0, - "new_cases": 5.0, - "new_cases_smoothed": 25.714, - "total_deaths": 264.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 115.999, - "new_cases_per_million": 0.056, - "new_cases_smoothed_per_million": 0.287, - "total_deaths_per_million": 2.948, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 189.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 224.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 8.711, - "positive_rate": 0.115, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-15", - "total_cases": 10389.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.429, - "total_deaths": 264.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 115.999, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.25, - "total_deaths_per_million": 2.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 272.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 227.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 10.121, - "positive_rate": 0.099, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-16", - "total_cases": 10401.0, - "new_cases": 12.0, - "new_cases_smoothed": 15.714, - "total_deaths": 267.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 116.133, - "new_cases_per_million": 0.134, - "new_cases_smoothed_per_million": 0.175, - "total_deaths_per_million": 2.981, - "new_deaths_per_million": 0.033, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 313.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 244.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 15.527000000000001, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-17", - "total_cases": 10401.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 267.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 116.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.124, - "total_deaths_per_million": 2.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 392.0, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 244.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 21.897, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-18", - "total_cases": 10442.0, - "new_cases": 41.0, - "new_cases_smoothed": 14.286, - "total_deaths": 267.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 116.59, - "new_cases_per_million": 0.458, - "new_cases_smoothed_per_million": 0.16, - "total_deaths_per_million": 2.981, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 251.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 240.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 16.8, - "positive_rate": 0.06, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-19", - "total_cases": 10456.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.714, - "total_deaths": 268.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 116.747, - "new_cases_per_million": 0.156, - "new_cases_smoothed_per_million": 0.153, - "total_deaths_per_million": 2.992, - "new_deaths_per_million": 0.011, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 188.0, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 234.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 17.062, - "positive_rate": 0.059000000000000004, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-20", - "total_cases": 10488.0, - "new_cases": 32.0, - "new_cases_smoothed": 14.857, - "total_deaths": 268.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 117.104, - "new_cases_per_million": 0.357, - "new_cases_smoothed_per_million": 0.166, - "total_deaths_per_million": 2.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 99.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 243.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 16.355999999999998, - "positive_rate": 0.061, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-21", - "total_cases": 10514.0, - "new_cases": 26.0, - "new_cases_smoothed": 17.857, - "total_deaths": 270.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 117.394, - "new_cases_per_million": 0.29, - "new_cases_smoothed_per_million": 0.199, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.022, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 128.0, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 235.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 13.16, - "positive_rate": 0.076, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-22", - "total_cases": 10518.0, - "new_cases": 4.0, - "new_cases_smoothed": 18.429, - "total_deaths": 270.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 117.439, - "new_cases_per_million": 0.045, - "new_cases_smoothed_per_million": 0.206, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 238.0, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 230.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 12.481, - "positive_rate": 0.08, - "tests_units": "samples tested", - "stringency_index": 42.59 - }, - { - "date": "2020-09-23", - "total_cases": 10522.0, - "new_cases": 4.0, - "new_cases_smoothed": 17.286, - "total_deaths": 270.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 117.484, - "new_cases_per_million": 0.045, - "new_cases_smoothed_per_million": 0.193, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 42.59 - }, - { - "date": "2020-09-24", - "total_cases": 10536.0, - "new_cases": 14.0, - "new_cases_smoothed": 19.286, - "total_deaths": 270.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 117.64, - "new_cases_per_million": 0.156, - "new_cases_smoothed_per_million": 0.215, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "stringency_index": 42.59 - }, - { - "date": "2020-09-25", - "total_cases": 10554.0, - "new_cases": 18.0, - "new_cases_smoothed": 16.0, - "total_deaths": 270.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 117.841, - "new_cases_per_million": 0.201, - "new_cases_smoothed_per_million": 0.179, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005 - } - ] - }, - "COG": { - "continent": "Africa", - "location": "Congo", - "population": 5518092.0, - "population_density": 15.405, - "median_age": 19.0, - "aged_65_older": 3.402, - "aged_70_older": 2.063, - "gdp_per_capita": 4881.406, - "extreme_poverty": 37.0, - "cardiovasc_death_rate": 344.094, - "diabetes_prevalence": 7.2, - "female_smokers": 1.7, - "male_smokers": 52.3, - "handwashing_facilities": 47.964, - "life_expectancy": 64.57, - "human_development_index": 0.606, - "data": [ - { - "date": "2020-03-16", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.181, - "new_cases_per_million": 0.181, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.181, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.181, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-19", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.544, - "new_cases_per_million": 0.362, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-20", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.544, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-21", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.544, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-22", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.181, - "new_cases_smoothed_per_million": 0.104, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-23", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.078, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-24", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.078, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-25", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.078, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-26", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-27", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-28", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.725, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-29", - "total_cases": 19.0, - "new_cases": 15.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.443, - "new_cases_per_million": 2.718, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-03-30", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.443, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-03-31", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.443, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-01", - "total_cases": 22.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.571, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.987, - "new_cases_per_million": 0.544, - "new_cases_smoothed_per_million": 0.466, - "total_deaths_per_million": 0.362, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-02", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.466, - "total_deaths_per_million": 0.362, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-03", - "total_cases": 41.0, - "new_cases": 19.0, - "new_cases_smoothed": 5.286, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7.43, - "new_cases_per_million": 3.443, - "new_cases_smoothed_per_million": 0.958, - "total_deaths_per_million": 0.544, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-04-04", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.958, - "total_deaths_per_million": 0.544, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-04-05", - "total_cases": 45.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.714, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8.155, - "new_cases_per_million": 0.725, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-04-06", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-04-07", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 8.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.673, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-04-08", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.595, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-04-09", - "total_cases": 60.0, - "new_cases": 15.0, - "new_cases_smoothed": 5.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 10.873, - "new_cases_per_million": 2.718, - "new_cases_smoothed_per_million": 0.984, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-04-10", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 10.873, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-11", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 10.873, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-12", - "total_cases": 60.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.873, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-13", - "total_cases": 70.0, - "new_cases": 10.0, - "new_cases_smoothed": 3.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.686, - "new_cases_per_million": 1.812, - "new_cases_smoothed_per_million": 0.647, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-14", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.647, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-15", - "total_cases": 74.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.41, - "new_cases_per_million": 0.725, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-16", - "total_cases": 117.0, - "new_cases": 43.0, - "new_cases_smoothed": 8.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.203, - "new_cases_per_million": 7.793, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-17", - "total_cases": 117.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.203, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 0.906, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-18", - "total_cases": 143.0, - "new_cases": 26.0, - "new_cases_smoothed": 11.857, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.915, - "new_cases_per_million": 4.712, - "new_cases_smoothed_per_million": 2.149, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-19", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 25.915, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.149, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-20", - "total_cases": 160.0, - "new_cases": 17.0, - "new_cases_smoothed": 12.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 28.996, - "new_cases_per_million": 3.081, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-21", - "total_cases": 160.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 28.996, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-22", - "total_cases": 165.0, - "new_cases": 5.0, - "new_cases_smoothed": 13.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 29.902, - "new_cases_per_million": 0.906, - "new_cases_smoothed_per_million": 2.356, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-23", - "total_cases": 186.0, - "new_cases": 21.0, - "new_cases_smoothed": 9.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.707, - "new_cases_per_million": 3.806, - "new_cases_smoothed_per_million": 1.786, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-24", - "total_cases": 186.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.707, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.786, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-04-25", - "total_cases": 200.0, - "new_cases": 14.0, - "new_cases_smoothed": 8.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.244, - "new_cases_per_million": 2.537, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 1.087, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-04-26", - "total_cases": 200.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.143, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 36.244, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 1.45, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-27", - "total_cases": 200.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 36.244, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.036, - "total_deaths_per_million": 1.45, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-28", - "total_cases": 207.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 37.513, - "new_cases_per_million": 1.269, - "new_cases_smoothed_per_million": 1.217, - "total_deaths_per_million": 1.45, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-29", - "total_cases": 207.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 37.513, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.087, - "total_deaths_per_million": 1.45, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-04-30", - "total_cases": 220.0, - "new_cases": 13.0, - "new_cases_smoothed": 4.857, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 39.869, - "new_cases_per_million": 2.356, - "new_cases_smoothed_per_million": 0.88, - "total_deaths_per_million": 1.631, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-05-01", - "total_cases": 220.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 39.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.88, - "total_deaths_per_million": 1.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 97.22 - }, - { - "date": "2020-05-02", - "total_cases": 229.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.143, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 41.5, - "new_cases_per_million": 1.631, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 97.22 - }, - { - "date": "2020-05-03", - "total_cases": 229.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 41.5, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-05-04", - "total_cases": 229.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 41.5, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-05-05", - "total_cases": 236.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 42.768, - "new_cases_per_million": 1.269, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-05-06", - "total_cases": 236.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 42.768, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.751, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 97.22 - }, - { - "date": "2020-05-07", - "total_cases": 264.0, - "new_cases": 28.0, - "new_cases_smoothed": 6.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 47.843, - "new_cases_per_million": 5.074, - "new_cases_smoothed_per_million": 1.139, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-05-08", - "total_cases": 274.0, - "new_cases": 10.0, - "new_cases_smoothed": 7.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 49.655, - "new_cases_per_million": 1.812, - "new_cases_smoothed_per_million": 1.398, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-05-09", - "total_cases": 287.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.011, - "new_cases_per_million": 2.356, - "new_cases_smoothed_per_million": 1.502, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-05-10", - "total_cases": 287.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.011, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.502, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-05-11", - "total_cases": 287.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 52.011, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.502, - "total_deaths_per_million": 1.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 97.22 - }, - { - "date": "2020-05-12", - "total_cases": 333.0, - "new_cases": 46.0, - "new_cases_smoothed": 13.857, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 60.347, - "new_cases_per_million": 8.336, - "new_cases_smoothed_per_million": 2.511, - "total_deaths_per_million": 1.993, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-05-13", - "total_cases": 333.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.857, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 60.347, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.511, - "total_deaths_per_million": 1.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-05-14", - "total_cases": 341.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 61.797, - "new_cases_per_million": 1.45, - "new_cases_smoothed_per_million": 1.993, - "total_deaths_per_million": 1.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 97.22 - }, - { - "date": "2020-05-15", - "total_cases": 391.0, - "new_cases": 50.0, - "new_cases_smoothed": 16.714, - "total_deaths": 15.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 70.858, - "new_cases_per_million": 9.061, - "new_cases_smoothed_per_million": 3.029, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.725, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-05-16", - "total_cases": 391.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 70.858, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.692, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-05-17", - "total_cases": 412.0, - "new_cases": 21.0, - "new_cases_smoothed": 17.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 74.663, - "new_cases_per_million": 3.806, - "new_cases_smoothed_per_million": 3.236, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 97.22 - }, - { - "date": "2020-05-18", - "total_cases": 412.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 74.663, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.236, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 82.41 - }, - { - "date": "2020-05-19", - "total_cases": 412.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 74.663, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-05-20", - "total_cases": 420.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 76.113, - "new_cases_per_million": 1.45, - "new_cases_smoothed_per_million": 2.252, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-05-21", - "total_cases": 420.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 76.113, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.045, - "total_deaths_per_million": 2.718, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-05-22", - "total_cases": 469.0, - "new_cases": 49.0, - "new_cases_smoothed": 11.143, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 84.993, - "new_cases_per_million": 8.88, - "new_cases_smoothed_per_million": 2.019, - "total_deaths_per_million": 2.9, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 82.41 - }, - { - "date": "2020-05-23", - "total_cases": 469.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 84.993, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.019, - "total_deaths_per_million": 2.9, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 82.41 - }, - { - "date": "2020-05-24", - "total_cases": 487.0, - "new_cases": 18.0, - "new_cases_smoothed": 10.714, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 88.255, - "new_cases_per_million": 3.262, - "new_cases_smoothed_per_million": 1.942, - "total_deaths_per_million": 2.9, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 82.41 - }, - { - "date": "2020-05-25", - "total_cases": 487.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.714, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 88.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.942, - "total_deaths_per_million": 2.9, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 82.41 - }, - { - "date": "2020-05-26", - "total_cases": 531.0, - "new_cases": 44.0, - "new_cases_smoothed": 17.0, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 96.229, - "new_cases_per_million": 7.974, - "new_cases_smoothed_per_million": 3.081, - "total_deaths_per_million": 3.081, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 82.41 - }, - { - "date": "2020-05-27", - "total_cases": 569.0, - "new_cases": 38.0, - "new_cases_smoothed": 21.286, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 103.115, - "new_cases_per_million": 6.886, - "new_cases_smoothed_per_million": 3.857, - "total_deaths_per_million": 3.443, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-05-28", - "total_cases": 571.0, - "new_cases": 2.0, - "new_cases_smoothed": 21.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 103.478, - "new_cases_per_million": 0.362, - "new_cases_smoothed_per_million": 3.909, - "total_deaths_per_million": 3.443, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-05-29", - "total_cases": 571.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 103.478, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.641, - "total_deaths_per_million": 3.443, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 82.41 - }, - { - "date": "2020-05-30", - "total_cases": 587.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 106.377, - "new_cases_per_million": 2.9, - "new_cases_smoothed_per_million": 3.055, - "total_deaths_per_million": 3.443, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 82.41 - }, - { - "date": "2020-05-31", - "total_cases": 587.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 106.377, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.589, - "total_deaths_per_million": 3.443, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 82.41 - }, - { - "date": "2020-06-01", - "total_cases": 611.0, - "new_cases": 24.0, - "new_cases_smoothed": 17.714, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 110.727, - "new_cases_per_million": 4.349, - "new_cases_smoothed_per_million": 3.21, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 82.41 - }, - { - "date": "2020-06-02", - "total_cases": 611.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.429, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 110.727, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.071, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-03", - "total_cases": 611.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 110.727, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.087, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-06-04", - "total_cases": 618.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 111.995, - "new_cases_per_million": 1.269, - "new_cases_smoothed_per_million": 1.217, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-06-05", - "total_cases": 635.0, - "new_cases": 17.0, - "new_cases_smoothed": 9.143, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 115.076, - "new_cases_per_million": 3.081, - "new_cases_smoothed_per_million": 1.657, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-06-06", - "total_cases": 639.0, - "new_cases": 4.0, - "new_cases_smoothed": 7.429, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 115.801, - "new_cases_per_million": 0.725, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 3.624, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-06-07", - "total_cases": 683.0, - "new_cases": 44.0, - "new_cases_smoothed": 13.714, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 123.775, - "new_cases_per_million": 7.974, - "new_cases_smoothed_per_million": 2.485, - "total_deaths_per_million": 3.987, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-08", - "total_cases": 683.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.286, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 123.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.864, - "total_deaths_per_million": 3.987, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-06-09", - "total_cases": 683.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.286, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 123.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.864, - "total_deaths_per_million": 3.987, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-06-10", - "total_cases": 728.0, - "new_cases": 45.0, - "new_cases_smoothed": 16.714, - "total_deaths": 24.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 131.93, - "new_cases_per_million": 8.155, - "new_cases_smoothed_per_million": 3.029, - "total_deaths_per_million": 4.349, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-06-11", - "total_cases": 745.0, - "new_cases": 17.0, - "new_cases_smoothed": 18.143, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 135.01, - "new_cases_per_million": 3.081, - "new_cases_smoothed_per_million": 3.288, - "total_deaths_per_million": 4.531, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 73.15 - }, - { - "date": "2020-06-12", - "total_cases": 745.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.714, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 135.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.848, - "total_deaths_per_million": 4.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 73.15 - }, - { - "date": "2020-06-13", - "total_cases": 745.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.143, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 135.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.744, - "total_deaths_per_million": 4.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 73.15 - }, - { - "date": "2020-06-14", - "total_cases": 779.0, - "new_cases": 34.0, - "new_cases_smoothed": 13.714, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 141.172, - "new_cases_per_million": 6.162, - "new_cases_smoothed_per_million": 2.485, - "total_deaths_per_million": 4.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-15", - "total_cases": 779.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.714, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 141.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.485, - "total_deaths_per_million": 4.531, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-16", - "total_cases": 883.0, - "new_cases": 104.0, - "new_cases_smoothed": 28.571, - "total_deaths": 27.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 160.019, - "new_cases_per_million": 18.847, - "new_cases_smoothed_per_million": 5.178, - "total_deaths_per_million": 4.893, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 73.15 - }, - { - "date": "2020-06-17", - "total_cases": 883.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.143, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 160.019, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.013, - "total_deaths_per_million": 4.893, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-18", - "total_cases": 883.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.714, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 160.019, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.573, - "total_deaths_per_million": 4.893, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-06-19", - "total_cases": 883.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.714, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 160.019, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.573, - "total_deaths_per_million": 4.893, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-06-20", - "total_cases": 883.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.714, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 160.019, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.573, - "total_deaths_per_million": 4.893, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-06-21", - "total_cases": 1013.0, - "new_cases": 130.0, - "new_cases_smoothed": 33.429, - "total_deaths": 28.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 183.578, - "new_cases_per_million": 23.559, - "new_cases_smoothed_per_million": 6.058, - "total_deaths_per_million": 5.074, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-22", - "total_cases": 1013.0, - "new_cases": 0.0, - "new_cases_smoothed": 33.429, - "total_deaths": 28.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 183.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.058, - "total_deaths_per_million": 5.074, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-06-23", - "total_cases": 1087.0, - "new_cases": 74.0, - "new_cases_smoothed": 29.143, - "total_deaths": 37.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 196.988, - "new_cases_per_million": 13.41, - "new_cases_smoothed_per_million": 5.281, - "total_deaths_per_million": 6.705, - "new_deaths_per_million": 1.631, - "new_deaths_smoothed_per_million": 0.259, - "stringency_index": 73.15 - }, - { - "date": "2020-06-24", - "total_cases": 1087.0, - "new_cases": 0.0, - "new_cases_smoothed": 29.143, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 196.988, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.281, - "total_deaths_per_million": 6.705, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.259, - "stringency_index": 73.15 - }, - { - "date": "2020-06-25", - "total_cases": 1087.0, - "new_cases": 0.0, - "new_cases_smoothed": 29.143, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 196.988, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.281, - "total_deaths_per_million": 6.705, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.259, - "stringency_index": 73.15 - }, - { - "date": "2020-06-26", - "total_cases": 1204.0, - "new_cases": 117.0, - "new_cases_smoothed": 45.857, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 218.191, - "new_cases_per_million": 21.203, - "new_cases_smoothed_per_million": 8.31, - "total_deaths_per_million": 6.886, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.285, - "stringency_index": 73.15 - }, - { - "date": "2020-06-27", - "total_cases": 1204.0, - "new_cases": 0.0, - "new_cases_smoothed": 45.857, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 218.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.31, - "total_deaths_per_million": 6.886, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.285, - "stringency_index": 73.15 - }, - { - "date": "2020-06-28", - "total_cases": 1245.0, - "new_cases": 41.0, - "new_cases_smoothed": 33.143, - "total_deaths": 40.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 225.621, - "new_cases_per_million": 7.43, - "new_cases_smoothed_per_million": 6.006, - "total_deaths_per_million": 7.249, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.311, - "stringency_index": 73.15 - }, - { - "date": "2020-06-29", - "total_cases": 1245.0, - "new_cases": 0.0, - "new_cases_smoothed": 33.143, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 225.621, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.006, - "total_deaths_per_million": 7.249, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.311, - "stringency_index": 73.15 - }, - { - "date": "2020-06-30", - "total_cases": 1245.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 225.621, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.09, - "total_deaths_per_million": 7.249, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-01", - "total_cases": 1245.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 225.621, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.09, - "total_deaths_per_million": 7.249, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-02", - "total_cases": 1382.0, - "new_cases": 137.0, - "new_cases_smoothed": 42.143, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 250.449, - "new_cases_per_million": 24.827, - "new_cases_smoothed_per_million": 7.637, - "total_deaths_per_million": 7.43, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-07-03", - "total_cases": 1382.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.429, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 250.449, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.608, - "total_deaths_per_million": 7.43, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-04", - "total_cases": 1557.0, - "new_cases": 175.0, - "new_cases_smoothed": 50.429, - "total_deaths": 44.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 282.163, - "new_cases_per_million": 31.714, - "new_cases_smoothed_per_million": 9.139, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.544, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 73.15 - }, - { - "date": "2020-07-05", - "total_cases": 1557.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.571, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 282.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-07-06", - "total_cases": 1557.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.571, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 282.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-07-07", - "total_cases": 1557.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.571, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 282.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-07-08", - "total_cases": 1557.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.571, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 282.163, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 73.15 - }, - { - "date": "2020-07-09", - "total_cases": 1821.0, - "new_cases": 264.0, - "new_cases_smoothed": 62.714, - "total_deaths": 47.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 330.005, - "new_cases_per_million": 47.843, - "new_cases_smoothed_per_million": 11.365, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.544, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 73.15 - }, - { - "date": "2020-07-10", - "total_cases": 1821.0, - "new_cases": 0.0, - "new_cases_smoothed": 62.714, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 330.005, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.365, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 73.15 - }, - { - "date": "2020-07-11", - "total_cases": 2028.0, - "new_cases": 207.0, - "new_cases_smoothed": 67.286, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 367.518, - "new_cases_per_million": 37.513, - "new_cases_smoothed_per_million": 12.194, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-12", - "total_cases": 2028.0, - "new_cases": 0.0, - "new_cases_smoothed": 67.286, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 367.518, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.194, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-13", - "total_cases": 2103.0, - "new_cases": 75.0, - "new_cases_smoothed": 78.0, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 381.11, - "new_cases_per_million": 13.592, - "new_cases_smoothed_per_million": 14.135, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-14", - "total_cases": 2103.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.0, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 381.11, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.135, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-15", - "total_cases": 2222.0, - "new_cases": 119.0, - "new_cases_smoothed": 95.0, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 402.675, - "new_cases_per_million": 21.565, - "new_cases_smoothed_per_million": 17.216, - "total_deaths_per_million": 8.517, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 73.15 - }, - { - "date": "2020-07-16", - "total_cases": 2358.0, - "new_cases": 136.0, - "new_cases_smoothed": 76.714, - "total_deaths": 48.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 427.322, - "new_cases_per_million": 24.646, - "new_cases_smoothed_per_million": 13.902, - "total_deaths_per_million": 8.699, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-07-17", - "total_cases": 2358.0, - "new_cases": 0.0, - "new_cases_smoothed": 76.714, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 427.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.902, - "total_deaths_per_million": 8.699, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 73.15 - }, - { - "date": "2020-07-18", - "total_cases": 2633.0, - "new_cases": 275.0, - "new_cases_smoothed": 86.429, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 477.158, - "new_cases_per_million": 49.836, - "new_cases_smoothed_per_million": 15.663, - "total_deaths_per_million": 8.88, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-07-19", - "total_cases": 2633.0, - "new_cases": 0.0, - "new_cases_smoothed": 86.429, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 477.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.663, - "total_deaths_per_million": 8.88, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-07-20", - "total_cases": 2633.0, - "new_cases": 0.0, - "new_cases_smoothed": 75.714, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 477.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.721, - "total_deaths_per_million": 8.88, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 73.15 - }, - { - "date": "2020-07-21", - "total_cases": 2851.0, - "new_cases": 218.0, - "new_cases_smoothed": 106.857, - "total_deaths": 50.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 516.664, - "new_cases_per_million": 39.506, - "new_cases_smoothed_per_million": 19.365, - "total_deaths_per_million": 9.061, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 62.04 - }, - { - "date": "2020-07-22", - "total_cases": 2851.0, - "new_cases": 0.0, - "new_cases_smoothed": 89.857, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 516.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.284, - "total_deaths_per_million": 9.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 62.04 - }, - { - "date": "2020-07-23", - "total_cases": 2851.0, - "new_cases": 0.0, - "new_cases_smoothed": 70.429, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 516.664, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.763, - "total_deaths_per_million": 9.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 62.04 - }, - { - "date": "2020-07-24", - "total_cases": 3038.0, - "new_cases": 187.0, - "new_cases_smoothed": 97.143, - "total_deaths": 51.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 550.553, - "new_cases_per_million": 33.889, - "new_cases_smoothed_per_million": 17.604, - "total_deaths_per_million": 9.242, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.078, - "stringency_index": 62.04 - }, - { - "date": "2020-07-25", - "total_cases": 3038.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.857, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 550.553, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.485, - "total_deaths_per_million": 9.242, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 62.04 - }, - { - "date": "2020-07-26", - "total_cases": 3038.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.857, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 550.553, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.485, - "total_deaths_per_million": 9.242, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 62.04 - }, - { - "date": "2020-07-27", - "total_cases": 3038.0, - "new_cases": 0.0, - "new_cases_smoothed": 57.857, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 550.553, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.485, - "total_deaths_per_million": 9.242, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 62.04 - }, - { - "date": "2020-07-28", - "total_cases": 3200.0, - "new_cases": 162.0, - "new_cases_smoothed": 49.857, - "total_deaths": 54.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 579.911, - "new_cases_per_million": 29.358, - "new_cases_smoothed_per_million": 9.035, - "total_deaths_per_million": 9.786, - "new_deaths_per_million": 0.544, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 62.04 - }, - { - "date": "2020-07-29", - "total_cases": 3200.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.857, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 579.911, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.035, - "total_deaths_per_million": 9.786, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 62.04 - }, - { - "date": "2020-07-30", - "total_cases": 3200.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.857, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 579.911, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.035, - "total_deaths_per_million": 9.786, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 62.04 - }, - { - "date": "2020-07-31", - "total_cases": 3376.0, - "new_cases": 176.0, - "new_cases_smoothed": 48.286, - "total_deaths": 56.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 611.806, - "new_cases_per_million": 31.895, - "new_cases_smoothed_per_million": 8.75, - "total_deaths_per_million": 10.148, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 62.04 - }, - { - "date": "2020-08-01", - "total_cases": 3376.0, - "new_cases": 0.0, - "new_cases_smoothed": 48.286, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 611.806, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.75, - "total_deaths_per_million": 10.148, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 62.04 - }, - { - "date": "2020-08-02", - "total_cases": 3387.0, - "new_cases": 11.0, - "new_cases_smoothed": 49.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 613.799, - "new_cases_per_million": 1.993, - "new_cases_smoothed_per_million": 9.035, - "total_deaths_per_million": 10.148, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 62.04 - }, - { - "date": "2020-08-03", - "total_cases": 3387.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 613.799, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.035, - "total_deaths_per_million": 10.148, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 62.04 - }, - { - "date": "2020-08-04", - "total_cases": 3546.0, - "new_cases": 159.0, - "new_cases_smoothed": 49.429, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 642.613, - "new_cases_per_million": 28.814, - "new_cases_smoothed_per_million": 8.958, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 67.59 - }, - { - "date": "2020-08-05", - "total_cases": 3546.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.429, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 642.613, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.958, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 67.59 - }, - { - "date": "2020-08-06", - "total_cases": 3546.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.429, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 642.613, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.958, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 67.59 - }, - { - "date": "2020-08-07", - "total_cases": 3637.0, - "new_cases": 91.0, - "new_cases_smoothed": 37.286, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 659.105, - "new_cases_per_million": 16.491, - "new_cases_smoothed_per_million": 6.757, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-08", - "total_cases": 3637.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.286, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 659.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.757, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-09", - "total_cases": 3664.0, - "new_cases": 27.0, - "new_cases_smoothed": 39.571, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 663.998, - "new_cases_per_million": 4.893, - "new_cases_smoothed_per_million": 7.171, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-10", - "total_cases": 3664.0, - "new_cases": 0.0, - "new_cases_smoothed": 39.571, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 663.998, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.171, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-11", - "total_cases": 3664.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.857, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 663.998, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.055, - "total_deaths_per_million": 10.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 67.59 - }, - { - "date": "2020-08-12", - "total_cases": 3745.0, - "new_cases": 81.0, - "new_cases_smoothed": 28.429, - "total_deaths": 60.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.677, - "new_cases_per_million": 14.679, - "new_cases_smoothed_per_million": 5.152, - "total_deaths_per_million": 10.873, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-13", - "total_cases": 3745.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.152, - "total_deaths_per_million": 10.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-14", - "total_cases": 3745.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.796, - "total_deaths_per_million": 10.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-15", - "total_cases": 3745.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.796, - "total_deaths_per_million": 10.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-16", - "total_cases": 3745.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 678.677, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.097, - "total_deaths_per_million": 10.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 67.59 - }, - { - "date": "2020-08-17", - "total_cases": 3835.0, - "new_cases": 90.0, - "new_cases_smoothed": 24.429, - "total_deaths": 76.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 694.987, - "new_cases_per_million": 16.31, - "new_cases_smoothed_per_million": 4.427, - "total_deaths_per_million": 13.773, - "new_deaths_per_million": 2.9, - "new_deaths_smoothed_per_million": 0.466, - "stringency_index": 67.59 - }, - { - "date": "2020-08-18", - "total_cases": 3835.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.429, - "total_deaths": 76.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 694.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.427, - "total_deaths_per_million": 13.773, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.466, - "stringency_index": 67.59 - }, - { - "date": "2020-08-19", - "total_cases": 3835.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.857, - "total_deaths": 76.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 694.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.33, - "total_deaths_per_million": 13.773, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.414, - "stringency_index": 67.59 - }, - { - "date": "2020-08-20", - "total_cases": 3850.0, - "new_cases": 15.0, - "new_cases_smoothed": 15.0, - "total_deaths": 77.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 697.705, - "new_cases_per_million": 2.718, - "new_cases_smoothed_per_million": 2.718, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 67.59 - }, - { - "date": "2020-08-21", - "total_cases": 3850.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 697.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.718, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 67.59 - }, - { - "date": "2020-08-22", - "total_cases": 3850.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 697.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.718, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 67.59 - }, - { - "date": "2020-08-23", - "total_cases": 3850.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.0, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 697.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.718, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.44, - "stringency_index": 67.59 - }, - { - "date": "2020-08-24", - "total_cases": 3850.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 697.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 62.04 - }, - { - "date": "2020-08-25", - "total_cases": 3850.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 697.705, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.388, - "total_deaths_per_million": 13.954, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-08-26", - "total_cases": 3979.0, - "new_cases": 129.0, - "new_cases_smoothed": 20.571, - "total_deaths": 78.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 721.083, - "new_cases_per_million": 23.378, - "new_cases_smoothed_per_million": 3.728, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 50.93 - }, - { - "date": "2020-08-27", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-08-28", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-08-29", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-08-30", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-08-31", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-01", - "total_cases": 3979.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.429, - "total_deaths": 78.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 721.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.34, - "total_deaths_per_million": 14.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-02", - "total_cases": 4628.0, - "new_cases": 649.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 117.613, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.725, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-03", - "total_cases": 4628.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-04", - "total_cases": 4628.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-05", - "total_cases": 4628.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-06", - "total_cases": 4628.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-07", - "total_cases": 4628.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 838.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.802, - "total_deaths_per_million": 14.86, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 50.93 - }, - { - "date": "2020-09-08", - "total_cases": 4891.0, - "new_cases": 263.0, - "new_cases_smoothed": 130.286, - "total_deaths": 83.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 886.357, - "new_cases_per_million": 47.661, - "new_cases_smoothed_per_million": 23.611, - "total_deaths_per_million": 15.041, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 50.93 - }, - { - "date": "2020-09-09", - "total_cases": 4891.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.571, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 886.357, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.809, - "total_deaths_per_million": 15.041, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-10", - "total_cases": 4891.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.571, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 886.357, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.809, - "total_deaths_per_million": 15.041, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-11", - "total_cases": 4891.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.571, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 886.357, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.809, - "total_deaths_per_million": 15.041, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-12", - "total_cases": 4928.0, - "new_cases": 37.0, - "new_cases_smoothed": 42.857, - "total_deaths": 88.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 893.062, - "new_cases_per_million": 6.705, - "new_cases_smoothed_per_million": 7.767, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.906, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 50.93 - }, - { - "date": "2020-09-13", - "total_cases": 4928.0, - "new_cases": 0.0, - "new_cases_smoothed": 42.857, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 893.062, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.767, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 50.93 - }, - { - "date": "2020-09-14", - "total_cases": 4934.0, - "new_cases": 6.0, - "new_cases_smoothed": 43.714, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 894.15, - "new_cases_per_million": 1.087, - "new_cases_smoothed_per_million": 7.922, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 50.93 - }, - { - "date": "2020-09-15", - "total_cases": 4934.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 894.15, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.113, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 50.93 - }, - { - "date": "2020-09-16", - "total_cases": 4934.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 894.15, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.113, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 50.93 - }, - { - "date": "2020-09-17", - "total_cases": 4934.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 894.15, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.113, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "stringency_index": 50.93 - }, - { - "date": "2020-09-18", - "total_cases": 4980.0, - "new_cases": 46.0, - "new_cases_smoothed": 12.714, - "total_deaths": 89.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 902.486, - "new_cases_per_million": 8.336, - "new_cases_smoothed_per_million": 2.304, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.181, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 50.93 - }, - { - "date": "2020-09-19", - "total_cases": 4980.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 902.486, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-20", - "total_cases": 4986.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.286, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 903.573, - "new_cases_per_million": 1.087, - "new_cases_smoothed_per_million": 1.502, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 50.93 - }, - { - "date": "2020-09-21", - "total_cases": 4986.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 903.573, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026 - }, - { - "date": "2020-09-22", - "total_cases": 5002.0, - "new_cases": 16.0, - "new_cases_smoothed": 9.714, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 906.473, - "new_cases_per_million": 2.9, - "new_cases_smoothed_per_million": 1.76, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026 - }, - { - "date": "2020-09-23", - "total_cases": 5002.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 906.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.76, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026 - }, - { - "date": "2020-09-24", - "total_cases": 5005.0, - "new_cases": 3.0, - "new_cases_smoothed": 10.143, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 907.016, - "new_cases_per_million": 0.544, - "new_cases_smoothed_per_million": 1.838, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026 - }, - { - "date": "2020-09-25", - "total_cases": 5005.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 907.016, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.647, - "total_deaths_per_million": 16.129, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "COL": { - "continent": "South America", - "location": "Colombia", - "population": 50882884.0, - "population_density": 44.223, - "median_age": 32.2, - "aged_65_older": 7.646, - "aged_70_older": 4.312, - "gdp_per_capita": 13254.949, - "extreme_poverty": 4.5, - "cardiovasc_death_rate": 124.24, - "diabetes_prevalence": 7.44, - "female_smokers": 4.7, - "male_smokers": 13.5, - "handwashing_facilities": 65.386, - "hospital_beds_per_thousand": 1.71, - "life_expectancy": 77.29, - "human_development_index": 0.747, - "data": [ - { - "date": "2020-03-05", - "total_tests": 636.0, - "total_tests_per_thousand": 0.012, - "tests_units": "samples tested", - "stringency_index": 12.04 - }, - { - "date": "2020-03-06", - "new_tests": 103.0, - "total_tests": 739.0, - "total_tests_per_thousand": 0.015, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 12.04 - }, - { - "date": "2020-03-07", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.02, - "new_cases_per_million": 0.02, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 71.0, - "total_tests": 810.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 12.04 - }, - { - "date": "2020-03-08", - "new_tests": 3.0, - "total_tests": 813.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.0, - "tests_units": "samples tested", - "stringency_index": 12.04 - }, - { - "date": "2020-03-09", - "new_tests": 38.0, - "total_tests": 851.0, - "total_tests_per_thousand": 0.017, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 14.81 - }, - { - "date": "2020-03-10", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.059, - "new_cases_per_million": 0.039, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 76.0, - "total_tests": 927.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 14.81 - }, - { - "date": "2020-03-11", - "new_tests": 206.0, - "total_tests": 1133.0, - "total_tests_per_thousand": 0.022, - "new_tests_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 14.81 - }, - { - "date": "2020-03-12", - "total_cases": 9.0, - "new_cases": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.177, - "new_cases_per_million": 0.118, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 260.0, - "total_tests": 1393.0, - "total_tests_per_thousand": 0.027, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 108.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 1.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.025, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 361.0, - "total_tests": 1754.0, - "total_tests_per_thousand": 0.034, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 145.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-14", - "total_cases": 16.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.314, - "new_cases_per_million": 0.138, - "new_cases_smoothed_per_million": 0.042, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 589.0, - "total_tests": 2343.0, - "total_tests_per_thousand": 0.046, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 219.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-15", - "total_cases": 34.0, - "new_cases": 18.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.668, - "new_cases_per_million": 0.354, - "new_cases_smoothed_per_million": 0.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 833.0, - "total_tests": 3176.0, - "total_tests_per_thousand": 0.062, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 338.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-16", - "total_cases": 45.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.884, - "new_cases_per_million": 0.216, - "new_cases_smoothed_per_million": 0.124, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 431.0, - "total_tests": 3607.0, - "total_tests_per_thousand": 0.071, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 394.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_units": "samples tested", - "stringency_index": 45.37 - }, - { - "date": "2020-03-17", - "total_cases": 57.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.12, - "new_cases_per_million": 0.236, - "new_cases_smoothed_per_million": 0.152, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 324.0, - "total_tests": 3931.0, - "total_tests_per_thousand": 0.077, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 429.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-18", - "total_cases": 65.0, - "new_cases": 8.0, - "new_cases_smoothed": 8.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.277, - "new_cases_per_million": 0.157, - "new_cases_smoothed_per_million": 0.174, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 759.0, - "total_tests": 4690.0, - "total_tests_per_thousand": 0.092, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 508.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-19", - "total_cases": 102.0, - "new_cases": 37.0, - "new_cases_smoothed": 13.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.005, - "new_cases_per_million": 0.727, - "new_cases_smoothed_per_million": 0.261, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 673.0, - "total_tests": 5363.0, - "total_tests_per_thousand": 0.105, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 567.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-20", - "total_cases": 128.0, - "new_cases": 26.0, - "new_cases_smoothed": 17.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.516, - "new_cases_per_million": 0.511, - "new_cases_smoothed_per_million": 0.334, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 403.0, - "total_tests": 5766.0, - "total_tests_per_thousand": 0.113, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 573.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-21", - "total_cases": 158.0, - "new_cases": 30.0, - "new_cases_smoothed": 20.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.105, - "new_cases_per_million": 0.59, - "new_cases_smoothed_per_million": 0.399, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 298.0, - "total_tests": 6064.0, - "total_tests_per_thousand": 0.119, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 532.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-22", - "total_cases": 210.0, - "new_cases": 52.0, - "new_cases_smoothed": 25.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.127, - "new_cases_per_million": 1.022, - "new_cases_smoothed_per_million": 0.494, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.003, - "new_tests": 846.0, - "total_tests": 6910.0, - "total_tests_per_thousand": 0.136, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 533.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-03-23", - "total_cases": 235.0, - "new_cases": 25.0, - "new_cases_smoothed": 27.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.618, - "new_cases_per_million": 0.491, - "new_cases_smoothed_per_million": 0.533, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 375.0, - "total_tests": 7285.0, - "total_tests_per_thousand": 0.143, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 525.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 53.7 - }, - { - "date": "2020-03-24", - "total_cases": 306.0, - "new_cases": 71.0, - "new_cases_smoothed": 35.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6.014, - "new_cases_per_million": 1.395, - "new_cases_smoothed_per_million": 0.699, - "total_deaths_per_million": 0.059, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 766.0, - "total_tests": 8051.0, - "total_tests_per_thousand": 0.158, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 589.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_units": "samples tested", - "stringency_index": 53.7 - }, - { - "date": "2020-03-25", - "total_cases": 378.0, - "new_cases": 72.0, - "new_cases_smoothed": 44.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7.429, - "new_cases_per_million": 1.415, - "new_cases_smoothed_per_million": 0.879, - "total_deaths_per_million": 0.059, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.008, - "new_tests": 746.0, - "total_tests": 8797.0, - "total_tests_per_thousand": 0.173, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 587.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-26", - "total_cases": 470.0, - "new_cases": 92.0, - "new_cases_smoothed": 52.571, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 9.237, - "new_cases_per_million": 1.808, - "new_cases_smoothed_per_million": 1.033, - "total_deaths_per_million": 0.079, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 431.0, - "total_tests": 9228.0, - "total_tests_per_thousand": 0.181, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 552.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-27", - "total_cases": 491.0, - "new_cases": 21.0, - "new_cases_smoothed": 51.857, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9.65, - "new_cases_per_million": 0.413, - "new_cases_smoothed_per_million": 1.019, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 258.0, - "total_tests": 9486.0, - "total_tests_per_thousand": 0.186, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 531.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-28", - "total_cases": 539.0, - "new_cases": 48.0, - "new_cases_smoothed": 54.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 10.593, - "new_cases_per_million": 0.943, - "new_cases_smoothed_per_million": 1.07, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 1365.0, - "total_tests": 10851.0, - "total_tests_per_thousand": 0.213, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 684.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-29", - "total_cases": 608.0, - "new_cases": 69.0, - "new_cases_smoothed": 56.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 11.949, - "new_cases_per_million": 1.356, - "new_cases_smoothed_per_million": 1.117, - "total_deaths_per_million": 0.118, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 1474.0, - "total_tests": 12325.0, - "total_tests_per_thousand": 0.242, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 774.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-30", - "total_cases": 702.0, - "new_cases": 94.0, - "new_cases_smoothed": 66.714, - "total_deaths": 10.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 13.796, - "new_cases_per_million": 1.847, - "new_cases_smoothed_per_million": 1.311, - "total_deaths_per_million": 0.197, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 1491.0, - "total_tests": 13816.0, - "total_tests_per_thousand": 0.272, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 933.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-03-31", - "total_cases": 798.0, - "new_cases": 96.0, - "new_cases_smoothed": 70.286, - "total_deaths": 14.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 15.683, - "new_cases_per_million": 1.887, - "new_cases_smoothed_per_million": 1.381, - "total_deaths_per_million": 0.275, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.031, - "new_tests": 4047.0, - "total_tests": 17863.0, - "total_tests_per_thousand": 0.351, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 1402.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-01", - "total_cases": 906.0, - "new_cases": 108.0, - "new_cases_smoothed": 75.429, - "total_deaths": 16.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 17.806, - "new_cases_per_million": 2.123, - "new_cases_smoothed_per_million": 1.482, - "total_deaths_per_million": 0.314, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.036, - "new_tests": 2390.0, - "total_tests": 20253.0, - "total_tests_per_thousand": 0.398, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 1637.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-02", - "total_cases": 1065.0, - "new_cases": 159.0, - "new_cases_smoothed": 85.0, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 20.93, - "new_cases_per_million": 3.125, - "new_cases_smoothed_per_million": 1.671, - "total_deaths_per_million": 0.334, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.036, - "new_tests": 1159.0, - "total_tests": 21412.0, - "total_tests_per_thousand": 0.421, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 1741.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-03", - "total_cases": 1161.0, - "new_cases": 96.0, - "new_cases_smoothed": 95.714, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 22.817, - "new_cases_per_million": 1.887, - "new_cases_smoothed_per_million": 1.881, - "total_deaths_per_million": 0.373, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.036, - "new_tests": 1340.0, - "total_tests": 22752.0, - "total_tests_per_thousand": 0.447, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 1895.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-04", - "total_cases": 1267.0, - "new_cases": 106.0, - "new_cases_smoothed": 104.0, - "total_deaths": 25.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 24.9, - "new_cases_per_million": 2.083, - "new_cases_smoothed_per_million": 2.044, - "total_deaths_per_million": 0.491, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 1104.0, - "total_tests": 23856.0, - "total_tests_per_thousand": 0.469, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 1858.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-05", - "total_cases": 1406.0, - "new_cases": 139.0, - "new_cases_smoothed": 114.0, - "total_deaths": 32.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 27.632, - "new_cases_per_million": 2.732, - "new_cases_smoothed_per_million": 2.24, - "total_deaths_per_million": 0.629, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.073, - "new_tests": 1691.0, - "total_tests": 25547.0, - "total_tests_per_thousand": 0.502, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 1889.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-06", - "total_cases": 1485.0, - "new_cases": 79.0, - "new_cases_smoothed": 111.857, - "total_deaths": 35.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 29.185, - "new_cases_per_million": 1.553, - "new_cases_smoothed_per_million": 2.198, - "total_deaths_per_million": 0.688, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.07, - "new_tests": 2421.0, - "total_tests": 27968.0, - "total_tests_per_thousand": 0.55, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 2022.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-07", - "total_cases": 1579.0, - "new_cases": 94.0, - "new_cases_smoothed": 111.571, - "total_deaths": 46.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 31.032, - "new_cases_per_million": 1.847, - "new_cases_smoothed_per_million": 2.193, - "total_deaths_per_million": 0.904, - "new_deaths_per_million": 0.216, - "new_deaths_smoothed_per_million": 0.09, - "new_tests": 2760.0, - "total_tests": 30728.0, - "total_tests_per_thousand": 0.604, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 1838.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-08", - "total_cases": 1780.0, - "new_cases": 201.0, - "new_cases_smoothed": 124.857, - "total_deaths": 50.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 34.982, - "new_cases_per_million": 3.95, - "new_cases_smoothed_per_million": 2.454, - "total_deaths_per_million": 0.983, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.095, - "new_tests": 3130.0, - "total_tests": 33858.0, - "total_tests_per_thousand": 0.665, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 1944.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-09", - "total_cases": 2054.0, - "new_cases": 274.0, - "new_cases_smoothed": 141.286, - "total_deaths": 55.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 40.367, - "new_cases_per_million": 5.385, - "new_cases_smoothed_per_million": 2.777, - "total_deaths_per_million": 1.081, - "new_deaths_per_million": 0.098, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 1335.0, - "total_tests": 35193.0, - "total_tests_per_thousand": 0.692, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 1969.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-10", - "total_cases": 2223.0, - "new_cases": 169.0, - "new_cases_smoothed": 151.714, - "total_deaths": 69.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 43.689, - "new_cases_per_million": 3.321, - "new_cases_smoothed_per_million": 2.982, - "total_deaths_per_million": 1.356, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 2683.0, - "total_tests": 37876.0, - "total_tests_per_thousand": 0.744, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 2161.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-11", - "total_cases": 2473.0, - "new_cases": 250.0, - "new_cases_smoothed": 172.286, - "total_deaths": 80.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 48.602, - "new_cases_per_million": 4.913, - "new_cases_smoothed_per_million": 3.386, - "total_deaths_per_million": 1.572, - "new_deaths_per_million": 0.216, - "new_deaths_smoothed_per_million": 0.154, - "new_tests": 2742.0, - "total_tests": 40618.0, - "total_tests_per_thousand": 0.798, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 2395.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-12", - "total_cases": 2709.0, - "new_cases": 236.0, - "new_cases_smoothed": 186.143, - "total_deaths": 100.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 53.24, - "new_cases_per_million": 4.638, - "new_cases_smoothed_per_million": 3.658, - "total_deaths_per_million": 1.965, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.191, - "new_tests": 1162.0, - "total_tests": 41780.0, - "total_tests_per_thousand": 0.821, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 2319.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-13", - "total_cases": 2776.0, - "new_cases": 67.0, - "new_cases_smoothed": 184.429, - "total_deaths": 109.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 54.557, - "new_cases_per_million": 1.317, - "new_cases_smoothed_per_million": 3.625, - "total_deaths_per_million": 2.142, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 1256.0, - "total_tests": 43036.0, - "total_tests_per_thousand": 0.846, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 2153.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_units": "samples tested", - "stringency_index": 87.96 - }, - { - "date": "2020-04-14", - "total_cases": 2852.0, - "new_cases": 76.0, - "new_cases_smoothed": 181.857, - "total_deaths": 112.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 56.05, - "new_cases_per_million": 1.494, - "new_cases_smoothed_per_million": 3.574, - "total_deaths_per_million": 2.201, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 2315.0, - "total_tests": 45351.0, - "total_tests_per_thousand": 0.891, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 2089.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-15", - "total_cases": 2979.0, - "new_cases": 127.0, - "new_cases_smoothed": 171.286, - "total_deaths": 127.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 58.546, - "new_cases_per_million": 2.496, - "new_cases_smoothed_per_million": 3.366, - "total_deaths_per_million": 2.496, - "new_deaths_per_million": 0.295, - "new_deaths_smoothed_per_million": 0.216, - "new_tests": 3205.0, - "total_tests": 48556.0, - "total_tests_per_thousand": 0.954, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 2100.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-16", - "total_cases": 3105.0, - "new_cases": 126.0, - "new_cases_smoothed": 150.143, - "total_deaths": 131.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 61.022, - "new_cases_per_million": 2.476, - "new_cases_smoothed_per_million": 2.951, - "total_deaths_per_million": 2.575, - "new_deaths_per_million": 0.079, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 3457.0, - "total_tests": 52013.0, - "total_tests_per_thousand": 1.022, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 2403.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-17", - "total_cases": 3233.0, - "new_cases": 128.0, - "new_cases_smoothed": 144.286, - "total_deaths": 144.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 63.538, - "new_cases_per_million": 2.516, - "new_cases_smoothed_per_million": 2.836, - "total_deaths_per_million": 2.83, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.211, - "new_tests": 3488.0, - "total_tests": 55501.0, - "total_tests_per_thousand": 1.091, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 2518.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-18", - "total_cases": 3439.0, - "new_cases": 206.0, - "new_cases_smoothed": 138.0, - "total_deaths": 153.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 67.587, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 2.712, - "total_deaths_per_million": 3.007, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.205, - "new_tests": 3429.0, - "total_tests": 58930.0, - "total_tests_per_thousand": 1.158, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 2616.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-19", - "total_cases": 3621.0, - "new_cases": 182.0, - "new_cases_smoothed": 130.286, - "total_deaths": 166.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 71.163, - "new_cases_per_million": 3.577, - "new_cases_smoothed_per_million": 2.561, - "total_deaths_per_million": 3.262, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 3744.0, - "total_tests": 62674.0, - "total_tests_per_thousand": 1.232, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 2985.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-20", - "total_cases": 3792.0, - "new_cases": 171.0, - "new_cases_smoothed": 145.143, - "total_deaths": 179.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 74.524, - "new_cases_per_million": 3.361, - "new_cases_smoothed_per_million": 2.852, - "total_deaths_per_million": 3.518, - "new_deaths_per_million": 0.255, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 2423.0, - "total_tests": 65097.0, - "total_tests_per_thousand": 1.279, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 3152.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-21", - "total_cases": 3977.0, - "new_cases": 185.0, - "new_cases_smoothed": 160.714, - "total_deaths": 189.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 78.16, - "new_cases_per_million": 3.636, - "new_cases_smoothed_per_million": 3.159, - "total_deaths_per_million": 3.714, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.216, - "new_tests": 3259.0, - "total_tests": 68356.0, - "total_tests_per_thousand": 1.343, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 3286.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-22", - "total_cases": 4149.0, - "new_cases": 172.0, - "new_cases_smoothed": 167.143, - "total_deaths": 196.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 81.54, - "new_cases_per_million": 3.38, - "new_cases_smoothed_per_million": 3.285, - "total_deaths_per_million": 3.852, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.194, - "new_tests": 3051.0, - "total_tests": 71407.0, - "total_tests_per_thousand": 1.403, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 3264.0, - "new_tests_smoothed_per_thousand": 0.064, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-23", - "total_cases": 4356.0, - "new_cases": 207.0, - "new_cases_smoothed": 178.714, - "total_deaths": 206.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 85.608, - "new_cases_per_million": 4.068, - "new_cases_smoothed_per_million": 3.512, - "total_deaths_per_million": 4.049, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.211, - "new_tests": 3457.0, - "total_tests": 74864.0, - "total_tests_per_thousand": 1.471, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 3264.0, - "new_tests_smoothed_per_thousand": 0.064, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-24", - "total_cases": 4561.0, - "new_cases": 205.0, - "new_cases_smoothed": 189.714, - "total_deaths": 215.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 89.637, - "new_cases_per_million": 4.029, - "new_cases_smoothed_per_million": 3.728, - "total_deaths_per_million": 4.225, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 3121.0, - "total_tests": 77985.0, - "total_tests_per_thousand": 1.533, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 3212.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-25", - "total_cases": 4881.0, - "new_cases": 320.0, - "new_cases_smoothed": 206.0, - "total_deaths": 225.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 95.926, - "new_cases_per_million": 6.289, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 4.422, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 3068.0, - "total_tests": 81053.0, - "total_tests_per_thousand": 1.593, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 3160.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-26", - "total_cases": 5142.0, - "new_cases": 261.0, - "new_cases_smoothed": 217.286, - "total_deaths": 233.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 101.056, - "new_cases_per_million": 5.129, - "new_cases_smoothed_per_million": 4.27, - "total_deaths_per_million": 4.579, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 6053.0, - "total_tests": 87106.0, - "total_tests_per_thousand": 1.712, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 3490.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-04-27", - "total_cases": 5379.0, - "new_cases": 237.0, - "new_cases_smoothed": 226.714, - "total_deaths": 243.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 105.713, - "new_cases_per_million": 4.658, - "new_cases_smoothed_per_million": 4.456, - "total_deaths_per_million": 4.776, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 3793.0, - "total_tests": 90899.0, - "total_tests_per_thousand": 1.786, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 3686.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-04-28", - "total_cases": 5597.0, - "new_cases": 218.0, - "new_cases_smoothed": 231.429, - "total_deaths": 253.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 109.998, - "new_cases_per_million": 4.284, - "new_cases_smoothed_per_million": 4.548, - "total_deaths_per_million": 4.972, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 4186.0, - "total_tests": 95085.0, - "total_tests_per_thousand": 1.869, - "new_tests_per_thousand": 0.082, - "new_tests_smoothed": 3818.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-04-29", - "total_cases": 5949.0, - "new_cases": 352.0, - "new_cases_smoothed": 257.143, - "total_deaths": 269.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 116.916, - "new_cases_per_million": 6.918, - "new_cases_smoothed_per_million": 5.054, - "total_deaths_per_million": 5.287, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.205, - "new_tests": 5068.0, - "total_tests": 100153.0, - "total_tests_per_thousand": 1.968, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 4107.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-04-30", - "total_cases": 6211.0, - "new_cases": 262.0, - "new_cases_smoothed": 265.0, - "total_deaths": 278.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 122.065, - "new_cases_per_million": 5.149, - "new_cases_smoothed_per_million": 5.208, - "total_deaths_per_million": 5.464, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 4504.0, - "total_tests": 104657.0, - "total_tests_per_thousand": 2.057, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 4256.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-01", - "total_cases": 6507.0, - "new_cases": 296.0, - "new_cases_smoothed": 278.0, - "total_deaths": 293.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 127.882, - "new_cases_per_million": 5.817, - "new_cases_smoothed_per_million": 5.464, - "total_deaths_per_million": 5.758, - "new_deaths_per_million": 0.295, - "new_deaths_smoothed_per_million": 0.219, - "new_tests": 4293.0, - "total_tests": 108950.0, - "total_tests_per_thousand": 2.141, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 4424.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-02", - "total_cases": 7006.0, - "new_cases": 499.0, - "new_cases_smoothed": 303.571, - "total_deaths": 314.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 137.689, - "new_cases_per_million": 9.807, - "new_cases_smoothed_per_million": 5.966, - "total_deaths_per_million": 6.171, - "new_deaths_per_million": 0.413, - "new_deaths_smoothed_per_million": 0.25, - "new_tests": 5652.0, - "total_tests": 114602.0, - "total_tests_per_thousand": 2.252, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 4793.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-03", - "total_cases": 7285.0, - "new_cases": 279.0, - "new_cases_smoothed": 306.143, - "total_deaths": 324.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 143.172, - "new_cases_per_million": 5.483, - "new_cases_smoothed_per_million": 6.017, - "total_deaths_per_million": 6.368, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.255, - "new_tests": 4199.0, - "total_tests": 118801.0, - "total_tests_per_thousand": 2.335, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 4528.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-04", - "total_cases": 7668.0, - "new_cases": 383.0, - "new_cases_smoothed": 327.0, - "total_deaths": 340.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 150.699, - "new_cases_per_million": 7.527, - "new_cases_smoothed_per_million": 6.427, - "total_deaths_per_million": 6.682, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.272, - "new_tests": 4228.0, - "total_tests": 123029.0, - "total_tests_per_thousand": 2.418, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 4590.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-05", - "total_cases": 7973.0, - "new_cases": 305.0, - "new_cases_smoothed": 339.429, - "total_deaths": 358.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 156.693, - "new_cases_per_million": 5.994, - "new_cases_smoothed_per_million": 6.671, - "total_deaths_per_million": 7.036, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.295, - "new_tests": 4076.0, - "total_tests": 127105.0, - "total_tests_per_thousand": 2.498, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 4574.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_units": "samples tested", - "stringency_index": 90.74 - }, - { - "date": "2020-05-06", - "total_cases": 8613.0, - "new_cases": 640.0, - "new_cases_smoothed": 380.571, - "total_deaths": 378.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 169.271, - "new_cases_per_million": 12.578, - "new_cases_smoothed_per_million": 7.479, - "total_deaths_per_million": 7.429, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.306, - "new_tests": 4005.0, - "total_tests": 131110.0, - "total_tests_per_thousand": 2.577, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 4422.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-07", - "total_cases": 8959.0, - "new_cases": 346.0, - "new_cases_smoothed": 392.571, - "total_deaths": 397.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 176.071, - "new_cases_per_million": 6.8, - "new_cases_smoothed_per_million": 7.715, - "total_deaths_per_million": 7.802, - "new_deaths_per_million": 0.373, - "new_deaths_smoothed_per_million": 0.334, - "new_tests": 4242.0, - "total_tests": 135352.0, - "total_tests_per_thousand": 2.66, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 4385.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-08", - "total_cases": 9456.0, - "new_cases": 497.0, - "new_cases_smoothed": 421.286, - "total_deaths": 407.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 185.839, - "new_cases_per_million": 9.768, - "new_cases_smoothed_per_million": 8.28, - "total_deaths_per_million": 7.999, - "new_deaths_per_million": 0.197, - "new_deaths_smoothed_per_million": 0.32, - "new_tests": 4387.0, - "total_tests": 139739.0, - "total_tests_per_thousand": 2.746, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 4398.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-09", - "total_cases": 10051.0, - "new_cases": 595.0, - "new_cases_smoothed": 435.0, - "total_deaths": 428.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 197.532, - "new_cases_per_million": 11.694, - "new_cases_smoothed_per_million": 8.549, - "total_deaths_per_million": 8.411, - "new_deaths_per_million": 0.413, - "new_deaths_smoothed_per_million": 0.32, - "new_tests": 5173.0, - "total_tests": 144912.0, - "total_tests_per_thousand": 2.848, - "new_tests_per_thousand": 0.102, - "new_tests_smoothed": 4330.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-10", - "total_cases": 10495.0, - "new_cases": 444.0, - "new_cases_smoothed": 458.571, - "total_deaths": 445.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 206.258, - "new_cases_per_million": 8.726, - "new_cases_smoothed_per_million": 9.012, - "total_deaths_per_million": 8.746, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.34, - "new_tests": 6484.0, - "total_tests": 151396.0, - "total_tests_per_thousand": 2.975, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 4656.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-11", - "total_cases": 11063.0, - "new_cases": 568.0, - "new_cases_smoothed": 485.0, - "total_deaths": 463.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 217.421, - "new_cases_per_million": 11.163, - "new_cases_smoothed_per_million": 9.532, - "total_deaths_per_million": 9.099, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 7537.0, - "total_tests": 158933.0, - "total_tests_per_thousand": 3.124, - "new_tests_per_thousand": 0.148, - "new_tests_smoothed": 5129.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-12", - "total_cases": 11613.0, - "new_cases": 550.0, - "new_cases_smoothed": 520.0, - "total_deaths": 479.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 228.23, - "new_cases_per_million": 10.809, - "new_cases_smoothed_per_million": 10.22, - "total_deaths_per_million": 9.414, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.34, - "new_tests": 6805.0, - "total_tests": 165738.0, - "total_tests_per_thousand": 3.257, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 5519.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-13", - "total_cases": 12272.0, - "new_cases": 659.0, - "new_cases_smoothed": 522.714, - "total_deaths": 493.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 241.181, - "new_cases_per_million": 12.951, - "new_cases_smoothed_per_million": 10.273, - "total_deaths_per_million": 9.689, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.323, - "new_tests": 6061.0, - "total_tests": 171799.0, - "total_tests_per_thousand": 3.376, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 5813.0, - "new_tests_smoothed_per_thousand": 0.114, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-14", - "total_cases": 12930.0, - "new_cases": 658.0, - "new_cases_smoothed": 567.286, - "total_deaths": 509.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 254.113, - "new_cases_per_million": 12.932, - "new_cases_smoothed_per_million": 11.149, - "total_deaths_per_million": 10.003, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.314, - "new_tests": 5251.0, - "total_tests": 177050.0, - "total_tests_per_thousand": 3.48, - "new_tests_per_thousand": 0.103, - "new_tests_smoothed": 5957.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-15", - "total_cases": 13610.0, - "new_cases": 680.0, - "new_cases_smoothed": 593.429, - "total_deaths": 525.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 267.477, - "new_cases_per_million": 13.364, - "new_cases_smoothed_per_million": 11.663, - "total_deaths_per_million": 10.318, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.331, - "new_tests": 6062.0, - "total_tests": 183112.0, - "total_tests_per_thousand": 3.599, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 6196.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-16", - "total_cases": 14216.0, - "new_cases": 606.0, - "new_cases_smoothed": 595.0, - "total_deaths": 546.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 279.387, - "new_cases_per_million": 11.91, - "new_cases_smoothed_per_million": 11.694, - "total_deaths_per_million": 10.731, - "new_deaths_per_million": 0.413, - "new_deaths_smoothed_per_million": 0.331, - "new_tests": 7002.0, - "total_tests": 190114.0, - "total_tests_per_thousand": 3.736, - "new_tests_per_thousand": 0.138, - "new_tests_smoothed": 6457.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-17", - "total_cases": 14939.0, - "new_cases": 723.0, - "new_cases_smoothed": 634.857, - "total_deaths": 562.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 293.596, - "new_cases_per_million": 14.209, - "new_cases_smoothed_per_million": 12.477, - "total_deaths_per_million": 11.045, - "new_deaths_per_million": 0.314, - "new_deaths_smoothed_per_million": 0.328, - "new_tests": 6303.0, - "total_tests": 196417.0, - "total_tests_per_thousand": 3.86, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 6432.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-18", - "total_cases": 15574.0, - "new_cases": 635.0, - "new_cases_smoothed": 644.429, - "total_deaths": 574.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 306.075, - "new_cases_per_million": 12.48, - "new_cases_smoothed_per_million": 12.665, - "total_deaths_per_million": 11.281, - "new_deaths_per_million": 0.236, - "new_deaths_smoothed_per_million": 0.312, - "new_tests": 5391.0, - "total_tests": 201808.0, - "total_tests_per_thousand": 3.966, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 6125.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-19", - "total_cases": 16295.0, - "new_cases": 721.0, - "new_cases_smoothed": 668.857, - "total_deaths": 592.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 320.245, - "new_cases_per_million": 14.17, - "new_cases_smoothed_per_million": 13.145, - "total_deaths_per_million": 11.635, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 6238.0, - "total_tests": 208046.0, - "total_tests_per_thousand": 4.089, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 6044.0, - "new_tests_smoothed_per_thousand": 0.119, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-20", - "total_cases": 16935.0, - "new_cases": 640.0, - "new_cases_smoothed": 666.143, - "total_deaths": 613.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 332.823, - "new_cases_per_million": 12.578, - "new_cases_smoothed_per_million": 13.092, - "total_deaths_per_million": 12.047, - "new_deaths_per_million": 0.413, - "new_deaths_smoothed_per_million": 0.337, - "new_tests": 6490.0, - "total_tests": 214536.0, - "total_tests_per_thousand": 4.216, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 6105.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-21", - "total_cases": 17687.0, - "new_cases": 752.0, - "new_cases_smoothed": 679.571, - "total_deaths": 630.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 347.602, - "new_cases_per_million": 14.779, - "new_cases_smoothed_per_million": 13.356, - "total_deaths_per_million": 12.381, - "new_deaths_per_million": 0.334, - "new_deaths_smoothed_per_million": 0.34, - "new_tests": 7674.0, - "total_tests": 222210.0, - "total_tests_per_thousand": 4.367, - "new_tests_per_thousand": 0.151, - "new_tests_smoothed": 6451.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-22", - "total_cases": 18330.0, - "new_cases": 643.0, - "new_cases_smoothed": 674.286, - "total_deaths": 652.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 360.239, - "new_cases_per_million": 12.637, - "new_cases_smoothed_per_million": 13.252, - "total_deaths_per_million": 12.814, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.357, - "new_tests": 13738.0, - "total_tests": 235948.0, - "total_tests_per_thousand": 4.637, - "new_tests_per_thousand": 0.27, - "new_tests_smoothed": 7548.0, - "new_tests_smoothed_per_thousand": 0.148, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-23", - "total_cases": 19131.0, - "new_cases": 801.0, - "new_cases_smoothed": 702.143, - "total_deaths": 682.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 375.981, - "new_cases_per_million": 15.742, - "new_cases_smoothed_per_million": 13.799, - "total_deaths_per_million": 13.403, - "new_deaths_per_million": 0.59, - "new_deaths_smoothed_per_million": 0.382, - "new_tests": 7171.0, - "total_tests": 243119.0, - "total_tests_per_thousand": 4.778, - "new_tests_per_thousand": 0.141, - "new_tests_smoothed": 7572.0, - "new_tests_smoothed_per_thousand": 0.149, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-24", - "total_cases": 20177.0, - "new_cases": 1046.0, - "new_cases_smoothed": 748.286, - "total_deaths": 705.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 20.429, - "total_cases_per_million": 396.538, - "new_cases_per_million": 20.557, - "new_cases_smoothed_per_million": 14.706, - "total_deaths_per_million": 13.855, - "new_deaths_per_million": 0.452, - "new_deaths_smoothed_per_million": 0.401, - "new_tests": 9623.0, - "total_tests": 252742.0, - "total_tests_per_thousand": 4.967, - "new_tests_per_thousand": 0.189, - "new_tests_smoothed": 8046.0, - "new_tests_smoothed_per_thousand": 0.158, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-25", - "total_cases": 21175.0, - "new_cases": 998.0, - "new_cases_smoothed": 800.143, - "total_deaths": 727.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 416.152, - "new_cases_per_million": 19.614, - "new_cases_smoothed_per_million": 15.725, - "total_deaths_per_million": 14.288, - "new_deaths_per_million": 0.432, - "new_deaths_smoothed_per_million": 0.43, - "new_tests": 8070.0, - "total_tests": 260812.0, - "total_tests_per_thousand": 5.126, - "new_tests_per_thousand": 0.159, - "new_tests_smoothed": 8429.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-26", - "total_cases": 21981.0, - "new_cases": 806.0, - "new_cases_smoothed": 812.286, - "total_deaths": 750.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 431.992, - "new_cases_per_million": 15.84, - "new_cases_smoothed_per_million": 15.964, - "total_deaths_per_million": 14.74, - "new_deaths_per_million": 0.452, - "new_deaths_smoothed_per_million": 0.444, - "new_tests": 10306.0, - "total_tests": 271118.0, - "total_tests_per_thousand": 5.328, - "new_tests_per_thousand": 0.203, - "new_tests_smoothed": 9010.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-27", - "total_cases": 23003.0, - "new_cases": 1022.0, - "new_cases_smoothed": 866.857, - "total_deaths": 776.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 23.286, - "total_cases_per_million": 452.077, - "new_cases_per_million": 20.085, - "new_cases_smoothed_per_million": 17.036, - "total_deaths_per_million": 15.251, - "new_deaths_per_million": 0.511, - "new_deaths_smoothed_per_million": 0.458, - "new_tests": 12366.0, - "total_tests": 283484.0, - "total_tests_per_thousand": 5.571, - "new_tests_per_thousand": 0.243, - "new_tests_smoothed": 9850.0, - "new_tests_smoothed_per_thousand": 0.194, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-28", - "total_cases": 24104.0, - "new_cases": 1101.0, - "new_cases_smoothed": 916.714, - "total_deaths": 803.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 473.715, - "new_cases_per_million": 21.638, - "new_cases_smoothed_per_million": 18.016, - "total_deaths_per_million": 15.781, - "new_deaths_per_million": 0.531, - "new_deaths_smoothed_per_million": 0.486, - "new_tests": 12130.0, - "total_tests": 295614.0, - "total_tests_per_thousand": 5.81, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 10486.0, - "new_tests_smoothed_per_thousand": 0.206, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-29", - "total_cases": 25366.0, - "new_cases": 1262.0, - "new_cases_smoothed": 1005.143, - "total_deaths": 822.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 24.286, - "total_cases_per_million": 498.517, - "new_cases_per_million": 24.802, - "new_cases_smoothed_per_million": 19.754, - "total_deaths_per_million": 16.155, - "new_deaths_per_million": 0.373, - "new_deaths_smoothed_per_million": 0.477, - "new_tests": 10797.0, - "total_tests": 306411.0, - "total_tests_per_thousand": 6.022, - "new_tests_per_thousand": 0.212, - "new_tests_smoothed": 10066.0, - "new_tests_smoothed_per_thousand": 0.198, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-30", - "total_cases": 26688.0, - "new_cases": 1322.0, - "new_cases_smoothed": 1079.571, - "total_deaths": 853.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 524.499, - "new_cases_per_million": 25.981, - "new_cases_smoothed_per_million": 21.217, - "total_deaths_per_million": 16.764, - "new_deaths_per_million": 0.609, - "new_deaths_smoothed_per_million": 0.48, - "new_tests": 13368.0, - "total_tests": 319779.0, - "total_tests_per_thousand": 6.285, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 10951.0, - "new_tests_smoothed_per_thousand": 0.215, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-05-31", - "total_cases": 28236.0, - "new_cases": 1548.0, - "new_cases_smoothed": 1151.286, - "total_deaths": 890.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 26.429, - "total_cases_per_million": 554.921, - "new_cases_per_million": 30.423, - "new_cases_smoothed_per_million": 22.626, - "total_deaths_per_million": 17.491, - "new_deaths_per_million": 0.727, - "new_deaths_smoothed_per_million": 0.519, - "new_tests": 12038.0, - "total_tests": 331817.0, - "total_tests_per_thousand": 6.521, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 11296.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-01", - "total_cases": 29383.0, - "new_cases": 1147.0, - "new_cases_smoothed": 1172.571, - "total_deaths": 939.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 30.286, - "total_cases_per_million": 577.463, - "new_cases_per_million": 22.542, - "new_cases_smoothed_per_million": 23.045, - "total_deaths_per_million": 18.454, - "new_deaths_per_million": 0.963, - "new_deaths_smoothed_per_million": 0.595, - "new_tests": 9325.0, - "total_tests": 341142.0, - "total_tests_per_thousand": 6.704, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 11476.0, - "new_tests_smoothed_per_thousand": 0.226, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-02", - "total_cases": 30493.0, - "new_cases": 1110.0, - "new_cases_smoothed": 1216.0, - "total_deaths": 969.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 31.286, - "total_cases_per_million": 599.278, - "new_cases_per_million": 21.815, - "new_cases_smoothed_per_million": 23.898, - "total_deaths_per_million": 19.044, - "new_deaths_per_million": 0.59, - "new_deaths_smoothed_per_million": 0.615, - "new_tests": 9071.0, - "total_tests": 350213.0, - "total_tests_per_thousand": 6.883, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 11299.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-03", - "total_cases": 31833.0, - "new_cases": 1340.0, - "new_cases_smoothed": 1261.429, - "total_deaths": 1009.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 33.286, - "total_cases_per_million": 625.613, - "new_cases_per_million": 26.335, - "new_cases_smoothed_per_million": 24.791, - "total_deaths_per_million": 19.83, - "new_deaths_per_million": 0.786, - "new_deaths_smoothed_per_million": 0.654, - "new_tests": 12219.0, - "total_tests": 362432.0, - "total_tests_per_thousand": 7.123, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 11278.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-04", - "total_cases": 33354.0, - "new_cases": 1521.0, - "new_cases_smoothed": 1321.429, - "total_deaths": 1045.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 34.571, - "total_cases_per_million": 655.505, - "new_cases_per_million": 29.892, - "new_cases_smoothed_per_million": 25.97, - "total_deaths_per_million": 20.537, - "new_deaths_per_million": 0.708, - "new_deaths_smoothed_per_million": 0.679, - "new_tests": 12160.0, - "total_tests": 374592.0, - "total_tests_per_thousand": 7.362, - "new_tests_per_thousand": 0.239, - "new_tests_smoothed": 11283.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-05", - "total_cases": 35120.0, - "new_cases": 1766.0, - "new_cases_smoothed": 1393.429, - "total_deaths": 1087.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 37.857, - "total_cases_per_million": 690.212, - "new_cases_per_million": 34.707, - "new_cases_smoothed_per_million": 27.385, - "total_deaths_per_million": 21.363, - "new_deaths_per_million": 0.825, - "new_deaths_smoothed_per_million": 0.744, - "new_tests": 12346.0, - "total_tests": 386938.0, - "total_tests_per_thousand": 7.604, - "new_tests_per_thousand": 0.243, - "new_tests_smoothed": 11504.0, - "new_tests_smoothed_per_thousand": 0.226, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-06", - "total_cases": 36635.0, - "new_cases": 1515.0, - "new_cases_smoothed": 1421.0, - "total_deaths": 1145.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 41.714, - "total_cases_per_million": 719.987, - "new_cases_per_million": 29.774, - "new_cases_smoothed_per_million": 27.927, - "total_deaths_per_million": 22.503, - "new_deaths_per_million": 1.14, - "new_deaths_smoothed_per_million": 0.82, - "new_tests": 12567.0, - "total_tests": 399505.0, - "total_tests_per_thousand": 7.851, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 11389.0, - "new_tests_smoothed_per_thousand": 0.224, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-07", - "total_cases": 38027.0, - "new_cases": 1392.0, - "new_cases_smoothed": 1398.714, - "total_deaths": 1205.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 45.0, - "total_cases_per_million": 747.344, - "new_cases_per_million": 27.357, - "new_cases_smoothed_per_million": 27.489, - "total_deaths_per_million": 23.682, - "new_deaths_per_million": 1.179, - "new_deaths_smoothed_per_million": 0.884, - "new_tests": 11214.0, - "total_tests": 410719.0, - "total_tests_per_thousand": 8.072, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 11272.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-08", - "total_cases": 39236.0, - "new_cases": 1209.0, - "new_cases_smoothed": 1407.571, - "total_deaths": 1259.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 45.714, - "total_cases_per_million": 771.104, - "new_cases_per_million": 23.76, - "new_cases_smoothed_per_million": 27.663, - "total_deaths_per_million": 24.743, - "new_deaths_per_million": 1.061, - "new_deaths_smoothed_per_million": 0.898, - "new_tests": 11004.0, - "total_tests": 421723.0, - "total_tests_per_thousand": 8.288, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 11512.0, - "new_tests_smoothed_per_thousand": 0.226, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-09", - "total_cases": 40719.0, - "new_cases": 1483.0, - "new_cases_smoothed": 1460.857, - "total_deaths": 1308.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 48.429, - "total_cases_per_million": 800.249, - "new_cases_per_million": 29.145, - "new_cases_smoothed_per_million": 28.71, - "total_deaths_per_million": 25.706, - "new_deaths_per_million": 0.963, - "new_deaths_smoothed_per_million": 0.952, - "new_tests": 11147.0, - "total_tests": 432870.0, - "total_tests_per_thousand": 8.507, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 11808.0, - "new_tests_smoothed_per_thousand": 0.232, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-10", - "total_cases": 42078.0, - "new_cases": 1359.0, - "new_cases_smoothed": 1463.571, - "total_deaths": 1372.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 51.857, - "total_cases_per_million": 826.958, - "new_cases_per_million": 26.708, - "new_cases_smoothed_per_million": 28.764, - "total_deaths_per_million": 26.964, - "new_deaths_per_million": 1.258, - "new_deaths_smoothed_per_million": 1.019, - "new_tests": 12063.0, - "total_tests": 444933.0, - "total_tests_per_thousand": 8.744, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 11786.0, - "new_tests_smoothed_per_thousand": 0.232, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-11", - "total_cases": 43682.0, - "new_cases": 1604.0, - "new_cases_smoothed": 1475.429, - "total_deaths": 1433.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 55.429, - "total_cases_per_million": 858.481, - "new_cases_per_million": 31.523, - "new_cases_smoothed_per_million": 28.997, - "total_deaths_per_million": 28.163, - "new_deaths_per_million": 1.199, - "new_deaths_smoothed_per_million": 1.089, - "new_tests": 13391.0, - "total_tests": 458324.0, - "total_tests_per_thousand": 9.007, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 11962.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-12", - "total_cases": 43682.0, - "new_cases": 0.0, - "new_cases_smoothed": 1223.143, - "total_deaths": 1433.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 858.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 24.038, - "total_deaths_per_million": 28.163, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.971, - "new_tests": 12027.0, - "total_tests": 470351.0, - "total_tests_per_thousand": 9.244, - "new_tests_per_thousand": 0.236, - "new_tests_smoothed": 11916.0, - "new_tests_smoothed_per_thousand": 0.234, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-13", - "total_cases": 46858.0, - "new_cases": 3176.0, - "new_cases_smoothed": 1460.429, - "total_deaths": 1545.0, - "new_deaths": 112.0, - "new_deaths_smoothed": 57.143, - "total_cases_per_million": 920.899, - "new_cases_per_million": 62.418, - "new_cases_smoothed_per_million": 28.702, - "total_deaths_per_million": 30.364, - "new_deaths_per_million": 2.201, - "new_deaths_smoothed_per_million": 1.123, - "new_tests": 12481.0, - "total_tests": 482832.0, - "total_tests_per_thousand": 9.489, - "new_tests_per_thousand": 0.245, - "new_tests_smoothed": 11904.0, - "new_tests_smoothed_per_thousand": 0.234, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-14", - "total_cases": 48746.0, - "new_cases": 1888.0, - "new_cases_smoothed": 1531.286, - "total_deaths": 1592.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 55.286, - "total_cases_per_million": 958.004, - "new_cases_per_million": 37.105, - "new_cases_smoothed_per_million": 30.094, - "total_deaths_per_million": 31.288, - "new_deaths_per_million": 0.924, - "new_deaths_smoothed_per_million": 1.087, - "new_tests": 12192.0, - "total_tests": 495024.0, - "total_tests_per_thousand": 9.729, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 12044.0, - "new_tests_smoothed_per_thousand": 0.237, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-15", - "total_cases": 50939.0, - "new_cases": 2193.0, - "new_cases_smoothed": 1671.857, - "total_deaths": 1667.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 58.286, - "total_cases_per_million": 1001.103, - "new_cases_per_million": 43.099, - "new_cases_smoothed_per_million": 32.857, - "total_deaths_per_million": 32.762, - "new_deaths_per_million": 1.474, - "new_deaths_smoothed_per_million": 1.145, - "new_tests": 12564.0, - "total_tests": 507588.0, - "total_tests_per_thousand": 9.976, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 12266.0, - "new_tests_smoothed_per_thousand": 0.241, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-16", - "total_cases": 53063.0, - "new_cases": 2124.0, - "new_cases_smoothed": 1763.429, - "total_deaths": 1726.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 59.714, - "total_cases_per_million": 1042.846, - "new_cases_per_million": 41.743, - "new_cases_smoothed_per_million": 34.657, - "total_deaths_per_million": 33.921, - "new_deaths_per_million": 1.16, - "new_deaths_smoothed_per_million": 1.174, - "new_tests": 12402.0, - "total_tests": 519990.0, - "total_tests_per_thousand": 10.219, - "new_tests_per_thousand": 0.244, - "new_tests_smoothed": 12446.0, - "new_tests_smoothed_per_thousand": 0.245, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-17", - "total_cases": 54931.0, - "new_cases": 1868.0, - "new_cases_smoothed": 1836.143, - "total_deaths": 1801.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 61.286, - "total_cases_per_million": 1079.558, - "new_cases_per_million": 36.712, - "new_cases_smoothed_per_million": 36.086, - "total_deaths_per_million": 35.395, - "new_deaths_per_million": 1.474, - "new_deaths_smoothed_per_million": 1.204, - "new_tests": 15230.0, - "total_tests": 535220.0, - "total_tests_per_thousand": 10.519, - "new_tests_per_thousand": 0.299, - "new_tests_smoothed": 12898.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-18", - "total_cases": 57046.0, - "new_cases": 2115.0, - "new_cases_smoothed": 1909.143, - "total_deaths": 1864.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 61.571, - "total_cases_per_million": 1121.124, - "new_cases_per_million": 41.566, - "new_cases_smoothed_per_million": 37.52, - "total_deaths_per_million": 36.633, - "new_deaths_per_million": 1.238, - "new_deaths_smoothed_per_million": 1.21, - "new_tests": 15391.0, - "total_tests": 550611.0, - "total_tests_per_thousand": 10.821, - "new_tests_per_thousand": 0.302, - "new_tests_smoothed": 13184.0, - "new_tests_smoothed_per_thousand": 0.259, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-19", - "total_cases": 60217.0, - "new_cases": 3171.0, - "new_cases_smoothed": 2362.143, - "total_deaths": 1950.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 73.857, - "total_cases_per_million": 1183.443, - "new_cases_per_million": 62.32, - "new_cases_smoothed_per_million": 46.423, - "total_deaths_per_million": 38.323, - "new_deaths_per_million": 1.69, - "new_deaths_smoothed_per_million": 1.452, - "new_tests": 17713.0, - "total_tests": 568324.0, - "total_tests_per_thousand": 11.169, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 13996.0, - "new_tests_smoothed_per_thousand": 0.275, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-20", - "total_cases": 63276.0, - "new_cases": 3059.0, - "new_cases_smoothed": 2345.429, - "total_deaths": 2045.0, - "new_deaths": 95.0, - "new_deaths_smoothed": 71.429, - "total_cases_per_million": 1243.562, - "new_cases_per_million": 60.118, - "new_cases_smoothed_per_million": 46.095, - "total_deaths_per_million": 40.19, - "new_deaths_per_million": 1.867, - "new_deaths_smoothed_per_million": 1.404, - "new_tests": 17498.0, - "total_tests": 585822.0, - "total_tests_per_thousand": 11.513, - "new_tests_per_thousand": 0.344, - "new_tests_smoothed": 14713.0, - "new_tests_smoothed_per_thousand": 0.289, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-21", - "total_cases": 65633.0, - "new_cases": 2357.0, - "new_cases_smoothed": 2412.429, - "total_deaths": 2126.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 76.286, - "total_cases_per_million": 1289.884, - "new_cases_per_million": 46.322, - "new_cases_smoothed_per_million": 47.411, - "total_deaths_per_million": 41.782, - "new_deaths_per_million": 1.592, - "new_deaths_smoothed_per_million": 1.499, - "new_tests": 18451.0, - "total_tests": 604273.0, - "total_tests_per_thousand": 11.876, - "new_tests_per_thousand": 0.363, - "new_tests_smoothed": 15607.0, - "new_tests_smoothed_per_thousand": 0.307, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-22", - "total_cases": 68652.0, - "new_cases": 3019.0, - "new_cases_smoothed": 2530.429, - "total_deaths": 2237.0, - "new_deaths": 111.0, - "new_deaths_smoothed": 81.429, - "total_cases_per_million": 1349.216, - "new_cases_per_million": 59.332, - "new_cases_smoothed_per_million": 49.73, - "total_deaths_per_million": 43.964, - "new_deaths_per_million": 2.181, - "new_deaths_smoothed_per_million": 1.6, - "new_tests": 16015.0, - "total_tests": 620288.0, - "total_tests_per_thousand": 12.191, - "new_tests_per_thousand": 0.315, - "new_tests_smoothed": 16100.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-23", - "total_cases": 71183.0, - "new_cases": 2531.0, - "new_cases_smoothed": 2588.571, - "total_deaths": 2310.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 83.429, - "total_cases_per_million": 1398.958, - "new_cases_per_million": 49.742, - "new_cases_smoothed_per_million": 50.873, - "total_deaths_per_million": 45.398, - "new_deaths_per_million": 1.435, - "new_deaths_smoothed_per_million": 1.64, - "new_tests": 14323.0, - "total_tests": 634611.0, - "total_tests_per_thousand": 12.472, - "new_tests_per_thousand": 0.281, - "new_tests_smoothed": 16374.0, - "new_tests_smoothed_per_thousand": 0.322, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-24", - "total_cases": 73572.0, - "new_cases": 2389.0, - "new_cases_smoothed": 2663.0, - "total_deaths": 2404.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 86.143, - "total_cases_per_million": 1445.909, - "new_cases_per_million": 46.951, - "new_cases_smoothed_per_million": 52.336, - "total_deaths_per_million": 47.246, - "new_deaths_per_million": 1.847, - "new_deaths_smoothed_per_million": 1.693, - "new_tests": 16981.0, - "total_tests": 651592.0, - "total_tests_per_thousand": 12.806, - "new_tests_per_thousand": 0.334, - "new_tests_smoothed": 16625.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-25", - "total_cases": 77113.0, - "new_cases": 3541.0, - "new_cases_smoothed": 2866.714, - "total_deaths": 2491.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 89.571, - "total_cases_per_million": 1515.5, - "new_cases_per_million": 69.591, - "new_cases_smoothed_per_million": 56.339, - "total_deaths_per_million": 48.956, - "new_deaths_per_million": 1.71, - "new_deaths_smoothed_per_million": 1.76, - "new_tests": 18501.0, - "total_tests": 670093.0, - "total_tests_per_thousand": 13.169, - "new_tests_per_thousand": 0.364, - "new_tests_smoothed": 17069.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-26", - "total_cases": 80599.0, - "new_cases": 3486.0, - "new_cases_smoothed": 2911.714, - "total_deaths": 2654.0, - "new_deaths": 163.0, - "new_deaths_smoothed": 100.571, - "total_cases_per_million": 1584.01, - "new_cases_per_million": 68.51, - "new_cases_smoothed_per_million": 57.224, - "total_deaths_per_million": 52.159, - "new_deaths_per_million": 3.203, - "new_deaths_smoothed_per_million": 1.977, - "new_tests": 18866.0, - "total_tests": 688959.0, - "total_tests_per_thousand": 13.54, - "new_tests_per_thousand": 0.371, - "new_tests_smoothed": 17234.0, - "new_tests_smoothed_per_thousand": 0.339, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-27", - "total_cases": 84442.0, - "new_cases": 3843.0, - "new_cases_smoothed": 3023.714, - "total_deaths": 2811.0, - "new_deaths": 157.0, - "new_deaths_smoothed": 109.429, - "total_cases_per_million": 1659.536, - "new_cases_per_million": 75.526, - "new_cases_smoothed_per_million": 59.425, - "total_deaths_per_million": 55.245, - "new_deaths_per_million": 3.086, - "new_deaths_smoothed_per_million": 2.151, - "new_tests": 18729.0, - "total_tests": 707688.0, - "total_tests_per_thousand": 13.908, - "new_tests_per_thousand": 0.368, - "new_tests_smoothed": 17409.0, - "new_tests_smoothed_per_thousand": 0.342, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-28", - "total_cases": 88591.0, - "new_cases": 4149.0, - "new_cases_smoothed": 3279.714, - "total_deaths": 2939.0, - "new_deaths": 128.0, - "new_deaths_smoothed": 116.143, - "total_cases_per_million": 1741.077, - "new_cases_per_million": 81.54, - "new_cases_smoothed_per_million": 64.456, - "total_deaths_per_million": 57.76, - "new_deaths_per_million": 2.516, - "new_deaths_smoothed_per_million": 2.283, - "new_tests": 18140.0, - "total_tests": 725828.0, - "total_tests_per_thousand": 14.265, - "new_tests_per_thousand": 0.357, - "new_tests_smoothed": 17365.0, - "new_tests_smoothed_per_thousand": 0.341, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-29", - "total_cases": 91769.0, - "new_cases": 3178.0, - "new_cases_smoothed": 3302.429, - "total_deaths": 3106.0, - "new_deaths": 167.0, - "new_deaths_smoothed": 124.143, - "total_cases_per_million": 1803.534, - "new_cases_per_million": 62.457, - "new_cases_smoothed_per_million": 64.903, - "total_deaths_per_million": 61.042, - "new_deaths_per_million": 3.282, - "new_deaths_smoothed_per_million": 2.44, - "new_tests": 17609.0, - "total_tests": 743437.0, - "total_tests_per_thousand": 14.611, - "new_tests_per_thousand": 0.346, - "new_tests_smoothed": 17593.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-06-30", - "total_cases": 95043.0, - "new_cases": 3274.0, - "new_cases_smoothed": 3408.571, - "total_deaths": 3223.0, - "new_deaths": 117.0, - "new_deaths_smoothed": 130.429, - "total_cases_per_million": 1867.878, - "new_cases_per_million": 64.344, - "new_cases_smoothed_per_million": 66.989, - "total_deaths_per_million": 63.342, - "new_deaths_per_million": 2.299, - "new_deaths_smoothed_per_million": 2.563, - "new_tests": 17282.0, - "total_tests": 760719.0, - "total_tests_per_thousand": 14.95, - "new_tests_per_thousand": 0.34, - "new_tests_smoothed": 18015.0, - "new_tests_smoothed_per_thousand": 0.354, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-01", - "total_cases": 97846.0, - "new_cases": 2803.0, - "new_cases_smoothed": 3467.714, - "total_deaths": 3334.0, - "new_deaths": 111.0, - "new_deaths_smoothed": 132.857, - "total_cases_per_million": 1922.965, - "new_cases_per_million": 55.087, - "new_cases_smoothed_per_million": 68.151, - "total_deaths_per_million": 65.523, - "new_deaths_per_million": 2.181, - "new_deaths_smoothed_per_million": 2.611, - "new_tests": 18054.0, - "total_tests": 778773.0, - "total_tests_per_thousand": 15.305, - "new_tests_per_thousand": 0.355, - "new_tests_smoothed": 18169.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-02", - "total_cases": 102009.0, - "new_cases": 4163.0, - "new_cases_smoothed": 3556.571, - "total_deaths": 3470.0, - "new_deaths": 136.0, - "new_deaths_smoothed": 139.857, - "total_cases_per_million": 2004.78, - "new_cases_per_million": 81.815, - "new_cases_smoothed_per_million": 69.897, - "total_deaths_per_million": 68.196, - "new_deaths_per_million": 2.673, - "new_deaths_smoothed_per_million": 2.749, - "new_tests": 19335.0, - "total_tests": 798108.0, - "total_tests_per_thousand": 15.685, - "new_tests_per_thousand": 0.38, - "new_tests_smoothed": 18288.0, - "new_tests_smoothed_per_thousand": 0.359, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-03", - "total_cases": 106110.0, - "new_cases": 4101.0, - "new_cases_smoothed": 3644.429, - "total_deaths": 3641.0, - "new_deaths": 171.0, - "new_deaths_smoothed": 141.0, - "total_cases_per_million": 2085.377, - "new_cases_per_million": 80.597, - "new_cases_smoothed_per_million": 71.624, - "total_deaths_per_million": 71.556, - "new_deaths_per_million": 3.361, - "new_deaths_smoothed_per_million": 2.771, - "new_tests": 20595.0, - "total_tests": 818703.0, - "total_tests_per_thousand": 16.09, - "new_tests_per_thousand": 0.405, - "new_tests_smoothed": 18535.0, - "new_tests_smoothed_per_thousand": 0.364, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-04", - "total_cases": 109505.0, - "new_cases": 3395.0, - "new_cases_smoothed": 3580.429, - "total_deaths": 3777.0, - "new_deaths": 136.0, - "new_deaths_smoothed": 138.0, - "total_cases_per_million": 2152.099, - "new_cases_per_million": 66.722, - "new_cases_smoothed_per_million": 70.366, - "total_deaths_per_million": 74.229, - "new_deaths_per_million": 2.673, - "new_deaths_smoothed_per_million": 2.712, - "new_tests": 21028.0, - "total_tests": 839731.0, - "total_tests_per_thousand": 16.503, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 18863.0, - "new_tests_smoothed_per_thousand": 0.371, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-05", - "total_cases": 113389.0, - "new_cases": 3884.0, - "new_cases_smoothed": 3542.571, - "total_deaths": 3942.0, - "new_deaths": 165.0, - "new_deaths_smoothed": 143.286, - "total_cases_per_million": 2228.431, - "new_cases_per_million": 76.332, - "new_cases_smoothed_per_million": 69.622, - "total_deaths_per_million": 77.472, - "new_deaths_per_million": 3.243, - "new_deaths_smoothed_per_million": 2.816, - "new_tests": 21000.0, - "total_tests": 860731.0, - "total_tests_per_thousand": 16.916, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 19272.0, - "new_tests_smoothed_per_thousand": 0.379, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-06", - "total_cases": 117110.0, - "new_cases": 3721.0, - "new_cases_smoothed": 3620.143, - "total_deaths": 4064.0, - "new_deaths": 122.0, - "new_deaths_smoothed": 136.857, - "total_cases_per_million": 2301.56, - "new_cases_per_million": 73.129, - "new_cases_smoothed_per_million": 71.147, - "total_deaths_per_million": 79.87, - "new_deaths_per_million": 2.398, - "new_deaths_smoothed_per_million": 2.69, - "new_tests": 20459.0, - "total_tests": 881190.0, - "total_tests_per_thousand": 17.318, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 19679.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-07", - "total_cases": 120281.0, - "new_cases": 3171.0, - "new_cases_smoothed": 3605.429, - "total_deaths": 4210.0, - "new_deaths": 146.0, - "new_deaths_smoothed": 141.0, - "total_cases_per_million": 2363.879, - "new_cases_per_million": 62.32, - "new_cases_smoothed_per_million": 70.857, - "total_deaths_per_million": 82.739, - "new_deaths_per_million": 2.869, - "new_deaths_smoothed_per_million": 2.771, - "new_tests": 21115.0, - "total_tests": 902305.0, - "total_tests_per_thousand": 17.733, - "new_tests_per_thousand": 0.415, - "new_tests_smoothed": 20227.0, - "new_tests_smoothed_per_thousand": 0.398, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-08", - "total_cases": 124494.0, - "new_cases": 4213.0, - "new_cases_smoothed": 3806.857, - "total_deaths": 4359.0, - "new_deaths": 149.0, - "new_deaths_smoothed": 146.429, - "total_cases_per_million": 2446.677, - "new_cases_per_million": 82.798, - "new_cases_smoothed_per_million": 74.816, - "total_deaths_per_million": 85.667, - "new_deaths_per_million": 2.928, - "new_deaths_smoothed_per_million": 2.878, - "new_tests": 21409.0, - "total_tests": 923714.0, - "total_tests_per_thousand": 18.154, - "new_tests_per_thousand": 0.421, - "new_tests_smoothed": 20706.0, - "new_tests_smoothed_per_thousand": 0.407, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-09", - "total_cases": 128638.0, - "new_cases": 4144.0, - "new_cases_smoothed": 3804.143, - "total_deaths": 4527.0, - "new_deaths": 168.0, - "new_deaths_smoothed": 151.0, - "total_cases_per_million": 2528.119, - "new_cases_per_million": 81.442, - "new_cases_smoothed_per_million": 74.763, - "total_deaths_per_million": 88.969, - "new_deaths_per_million": 3.302, - "new_deaths_smoothed_per_million": 2.968, - "new_tests": 21526.0, - "total_tests": 945240.0, - "total_tests_per_thousand": 18.577, - "new_tests_per_thousand": 0.423, - "new_tests_smoothed": 21019.0, - "new_tests_smoothed_per_thousand": 0.413, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-10", - "total_cases": 133973.0, - "new_cases": 5335.0, - "new_cases_smoothed": 3980.429, - "total_deaths": 4714.0, - "new_deaths": 187.0, - "new_deaths_smoothed": 153.286, - "total_cases_per_million": 2632.968, - "new_cases_per_million": 104.849, - "new_cases_smoothed_per_million": 78.227, - "total_deaths_per_million": 92.644, - "new_deaths_per_million": 3.675, - "new_deaths_smoothed_per_million": 3.013, - "new_tests": 23225.0, - "total_tests": 968465.0, - "total_tests_per_thousand": 19.033, - "new_tests_per_thousand": 0.456, - "new_tests_smoothed": 21395.0, - "new_tests_smoothed_per_thousand": 0.42, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-11", - "total_cases": 140776.0, - "new_cases": 6803.0, - "new_cases_smoothed": 4467.286, - "total_deaths": 4925.0, - "new_deaths": 211.0, - "new_deaths_smoothed": 164.0, - "total_cases_per_million": 2766.667, - "new_cases_per_million": 133.699, - "new_cases_smoothed_per_million": 87.795, - "total_deaths_per_million": 96.791, - "new_deaths_per_million": 4.147, - "new_deaths_smoothed_per_million": 3.223, - "new_tests": 37628.0, - "total_tests": 1006093.0, - "total_tests_per_thousand": 19.773, - "new_tests_per_thousand": 0.74, - "new_tests_smoothed": 23766.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-12", - "total_cases": 145362.0, - "new_cases": 4586.0, - "new_cases_smoothed": 4567.571, - "total_deaths": 5119.0, - "new_deaths": 194.0, - "new_deaths_smoothed": 168.143, - "total_cases_per_million": 2856.796, - "new_cases_per_million": 90.129, - "new_cases_smoothed_per_million": 89.766, - "total_deaths_per_million": 100.604, - "new_deaths_per_million": 3.813, - "new_deaths_smoothed_per_million": 3.305, - "new_tests": 25137.0, - "total_tests": 1031230.0, - "total_tests_per_thousand": 20.267, - "new_tests_per_thousand": 0.494, - "new_tests_smoothed": 24357.0, - "new_tests_smoothed_per_thousand": 0.479, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-13", - "total_cases": 150445.0, - "new_cases": 5083.0, - "new_cases_smoothed": 4762.143, - "total_deaths": 5307.0, - "new_deaths": 188.0, - "new_deaths_smoothed": 177.571, - "total_cases_per_million": 2956.692, - "new_cases_per_million": 99.896, - "new_cases_smoothed_per_million": 93.59, - "total_deaths_per_million": 104.298, - "new_deaths_per_million": 3.695, - "new_deaths_smoothed_per_million": 3.49, - "new_tests": 25584.0, - "total_tests": 1056814.0, - "total_tests_per_thousand": 20.77, - "new_tests_per_thousand": 0.503, - "new_tests_smoothed": 25089.0, - "new_tests_smoothed_per_thousand": 0.493, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-14", - "total_cases": 154227.0, - "new_cases": 3782.0, - "new_cases_smoothed": 4849.429, - "total_deaths": 5455.0, - "new_deaths": 148.0, - "new_deaths_smoothed": 177.857, - "total_cases_per_million": 3031.019, - "new_cases_per_million": 74.328, - "new_cases_smoothed_per_million": 95.306, - "total_deaths_per_million": 107.207, - "new_deaths_per_million": 2.909, - "new_deaths_smoothed_per_million": 3.495, - "new_tests": 25601.0, - "total_tests": 1082415.0, - "total_tests_per_thousand": 21.273, - "new_tests_per_thousand": 0.503, - "new_tests_smoothed": 25730.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-15", - "total_cases": 159898.0, - "new_cases": 5671.0, - "new_cases_smoothed": 5057.714, - "total_deaths": 5625.0, - "new_deaths": 170.0, - "new_deaths_smoothed": 180.857, - "total_cases_per_million": 3142.471, - "new_cases_per_million": 111.452, - "new_cases_smoothed_per_million": 99.399, - "total_deaths_per_million": 110.548, - "new_deaths_per_million": 3.341, - "new_deaths_smoothed_per_million": 3.554, - "new_tests": 25733.0, - "total_tests": 1108148.0, - "total_tests_per_thousand": 21.778, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 26348.0, - "new_tests_smoothed_per_thousand": 0.518, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-16", - "total_cases": 165169.0, - "new_cases": 5271.0, - "new_cases_smoothed": 5218.714, - "total_deaths": 5814.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 183.857, - "total_cases_per_million": 3246.062, - "new_cases_per_million": 103.591, - "new_cases_smoothed_per_million": 102.563, - "total_deaths_per_million": 114.262, - "new_deaths_per_million": 3.714, - "new_deaths_smoothed_per_million": 3.613, - "new_tests": 25359.0, - "total_tests": 1133507.0, - "total_tests_per_thousand": 22.277, - "new_tests_per_thousand": 0.498, - "new_tests_smoothed": 26895.0, - "new_tests_smoothed_per_thousand": 0.529, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-17", - "total_cases": 173206.0, - "new_cases": 8037.0, - "new_cases_smoothed": 5604.714, - "total_deaths": 6029.0, - "new_deaths": 215.0, - "new_deaths_smoothed": 187.857, - "total_cases_per_million": 3404.013, - "new_cases_per_million": 157.951, - "new_cases_smoothed_per_million": 110.149, - "total_deaths_per_million": 118.488, - "new_deaths_per_million": 4.225, - "new_deaths_smoothed_per_million": 3.692, - "new_tests": 26055.0, - "total_tests": 1159562.0, - "total_tests_per_thousand": 22.789, - "new_tests_per_thousand": 0.512, - "new_tests_smoothed": 27300.0, - "new_tests_smoothed_per_thousand": 0.537, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-18", - "total_cases": 182140.0, - "new_cases": 8934.0, - "new_cases_smoothed": 5909.143, - "total_deaths": 6288.0, - "new_deaths": 259.0, - "new_deaths_smoothed": 194.714, - "total_cases_per_million": 3579.593, - "new_cases_per_million": 175.58, - "new_cases_smoothed_per_million": 116.132, - "total_deaths_per_million": 123.578, - "new_deaths_per_million": 5.09, - "new_deaths_smoothed_per_million": 3.827, - "new_tests": 26422.0, - "total_tests": 1185984.0, - "total_tests_per_thousand": 23.308, - "new_tests_per_thousand": 0.519, - "new_tests_smoothed": 25699.0, - "new_tests_smoothed_per_thousand": 0.505, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-19", - "total_cases": 190700.0, - "new_cases": 8560.0, - "new_cases_smoothed": 6476.857, - "total_deaths": 6516.0, - "new_deaths": 228.0, - "new_deaths_smoothed": 199.571, - "total_cases_per_million": 3747.822, - "new_cases_per_million": 168.229, - "new_cases_smoothed_per_million": 127.29, - "total_deaths_per_million": 128.059, - "new_deaths_per_million": 4.481, - "new_deaths_smoothed_per_million": 3.922, - "new_tests": 24079.0, - "total_tests": 1210063.0, - "total_tests_per_thousand": 23.781, - "new_tests_per_thousand": 0.473, - "new_tests_smoothed": 25548.0, - "new_tests_smoothed_per_thousand": 0.502, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-20", - "total_cases": 197278.0, - "new_cases": 6578.0, - "new_cases_smoothed": 6690.429, - "total_deaths": 6736.0, - "new_deaths": 220.0, - "new_deaths_smoothed": 204.143, - "total_cases_per_million": 3877.099, - "new_cases_per_million": 129.277, - "new_cases_smoothed_per_million": 131.487, - "total_deaths_per_million": 132.382, - "new_deaths_per_million": 4.324, - "new_deaths_smoothed_per_million": 4.012, - "new_tests": 26473.0, - "total_tests": 1236536.0, - "total_tests_per_thousand": 24.302, - "new_tests_per_thousand": 0.52, - "new_tests_smoothed": 25675.0, - "new_tests_smoothed_per_thousand": 0.505, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-21", - "total_cases": 204005.0, - "new_cases": 6727.0, - "new_cases_smoothed": 7111.143, - "total_deaths": 6929.0, - "new_deaths": 193.0, - "new_deaths_smoothed": 210.571, - "total_cases_per_million": 4009.305, - "new_cases_per_million": 132.206, - "new_cases_smoothed_per_million": 139.755, - "total_deaths_per_million": 136.175, - "new_deaths_per_million": 3.793, - "new_deaths_smoothed_per_million": 4.138, - "new_tests": 27164.0, - "total_tests": 1263700.0, - "total_tests_per_thousand": 24.835, - "new_tests_per_thousand": 0.534, - "new_tests_smoothed": 25898.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-22", - "total_cases": 211038.0, - "new_cases": 7033.0, - "new_cases_smoothed": 7305.714, - "total_deaths": 7166.0, - "new_deaths": 237.0, - "new_deaths_smoothed": 220.143, - "total_cases_per_million": 4147.524, - "new_cases_per_million": 138.219, - "new_cases_smoothed_per_million": 143.579, - "total_deaths_per_million": 140.833, - "new_deaths_per_million": 4.658, - "new_deaths_smoothed_per_million": 4.326, - "new_tests": 28801.0, - "total_tests": 1292501.0, - "total_tests_per_thousand": 25.401, - "new_tests_per_thousand": 0.566, - "new_tests_smoothed": 26336.0, - "new_tests_smoothed_per_thousand": 0.518, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-23", - "total_cases": 218428.0, - "new_cases": 7390.0, - "new_cases_smoothed": 7608.429, - "total_deaths": 7373.0, - "new_deaths": 207.0, - "new_deaths_smoothed": 222.714, - "total_cases_per_million": 4292.76, - "new_cases_per_million": 145.235, - "new_cases_smoothed_per_million": 149.528, - "total_deaths_per_million": 144.901, - "new_deaths_per_million": 4.068, - "new_deaths_smoothed_per_million": 4.377, - "new_tests": 28434.0, - "total_tests": 1320935.0, - "total_tests_per_thousand": 25.96, - "new_tests_per_thousand": 0.559, - "new_tests_smoothed": 26775.0, - "new_tests_smoothed_per_thousand": 0.526, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-24", - "total_cases": 226373.0, - "new_cases": 7945.0, - "new_cases_smoothed": 7595.286, - "total_deaths": 7688.0, - "new_deaths": 315.0, - "new_deaths_smoothed": 237.0, - "total_cases_per_million": 4448.903, - "new_cases_per_million": 156.143, - "new_cases_smoothed_per_million": 149.27, - "total_deaths_per_million": 151.092, - "new_deaths_per_million": 6.191, - "new_deaths_smoothed_per_million": 4.658, - "new_tests": 28567.0, - "total_tests": 1349502.0, - "total_tests_per_thousand": 26.522, - "new_tests_per_thousand": 0.561, - "new_tests_smoothed": 27134.0, - "new_tests_smoothed_per_thousand": 0.533, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-25", - "total_cases": 233541.0, - "new_cases": 7168.0, - "new_cases_smoothed": 7343.0, - "total_deaths": 7975.0, - "new_deaths": 287.0, - "new_deaths_smoothed": 241.0, - "total_cases_per_million": 4589.775, - "new_cases_per_million": 140.873, - "new_cases_smoothed_per_million": 144.312, - "total_deaths_per_million": 156.732, - "new_deaths_per_million": 5.64, - "new_deaths_smoothed_per_million": 4.736, - "new_tests": 29541.0, - "total_tests": 1379043.0, - "total_tests_per_thousand": 27.102, - "new_tests_per_thousand": 0.581, - "new_tests_smoothed": 27580.0, - "new_tests_smoothed_per_thousand": 0.542, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-26", - "total_cases": 240795.0, - "new_cases": 7254.0, - "new_cases_smoothed": 7156.429, - "total_deaths": 8269.0, - "new_deaths": 294.0, - "new_deaths_smoothed": 250.429, - "total_cases_per_million": 4732.338, - "new_cases_per_million": 142.563, - "new_cases_smoothed_per_million": 140.645, - "total_deaths_per_million": 162.51, - "new_deaths_per_million": 5.778, - "new_deaths_smoothed_per_million": 4.922, - "new_tests": 30081.0, - "total_tests": 1409124.0, - "total_tests_per_thousand": 27.693, - "new_tests_per_thousand": 0.591, - "new_tests_smoothed": 28437.0, - "new_tests_smoothed_per_thousand": 0.559, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-27", - "total_cases": 248976.0, - "new_cases": 8181.0, - "new_cases_smoothed": 7385.429, - "total_deaths": 8525.0, - "new_deaths": 256.0, - "new_deaths_smoothed": 255.571, - "total_cases_per_million": 4893.119, - "new_cases_per_million": 160.781, - "new_cases_smoothed_per_million": 145.146, - "total_deaths_per_million": 167.542, - "new_deaths_per_million": 5.031, - "new_deaths_smoothed_per_million": 5.023, - "new_tests": 30312.0, - "total_tests": 1439436.0, - "total_tests_per_thousand": 28.289, - "new_tests_per_thousand": 0.596, - "new_tests_smoothed": 28986.0, - "new_tests_smoothed_per_thousand": 0.57, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-28", - "total_cases": 257101.0, - "new_cases": 8125.0, - "new_cases_smoothed": 7585.143, - "total_deaths": 8777.0, - "new_deaths": 252.0, - "new_deaths_smoothed": 264.0, - "total_cases_per_million": 5052.799, - "new_cases_per_million": 159.68, - "new_cases_smoothed_per_million": 149.071, - "total_deaths_per_million": 172.494, - "new_deaths_per_million": 4.953, - "new_deaths_smoothed_per_million": 5.188, - "new_tests": 31177.0, - "total_tests": 1470613.0, - "total_tests_per_thousand": 28.902, - "new_tests_per_thousand": 0.613, - "new_tests_smoothed": 29559.0, - "new_tests_smoothed_per_thousand": 0.581, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-29", - "total_cases": 267385.0, - "new_cases": 10284.0, - "new_cases_smoothed": 8049.571, - "total_deaths": 9074.0, - "new_deaths": 297.0, - "new_deaths_smoothed": 272.571, - "total_cases_per_million": 5254.91, - "new_cases_per_million": 202.111, - "new_cases_smoothed_per_million": 158.198, - "total_deaths_per_million": 178.331, - "new_deaths_per_million": 5.837, - "new_deaths_smoothed_per_million": 5.357, - "new_tests": 32196.0, - "total_tests": 1502809.0, - "total_tests_per_thousand": 29.535, - "new_tests_per_thousand": 0.633, - "new_tests_smoothed": 30044.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-30", - "total_cases": 276055.0, - "new_cases": 8670.0, - "new_cases_smoothed": 8232.429, - "total_deaths": 9454.0, - "new_deaths": 380.0, - "new_deaths_smoothed": 297.286, - "total_cases_per_million": 5425.302, - "new_cases_per_million": 170.391, - "new_cases_smoothed_per_million": 161.792, - "total_deaths_per_million": 185.799, - "new_deaths_per_million": 7.468, - "new_deaths_smoothed_per_million": 5.843, - "new_tests": 34880.0, - "total_tests": 1537689.0, - "total_tests_per_thousand": 30.22, - "new_tests_per_thousand": 0.685, - "new_tests_smoothed": 30965.0, - "new_tests_smoothed_per_thousand": 0.609, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-07-31", - "total_cases": 286020.0, - "new_cases": 9965.0, - "new_cases_smoothed": 8521.0, - "total_deaths": 9810.0, - "new_deaths": 356.0, - "new_deaths_smoothed": 303.143, - "total_cases_per_million": 5621.144, - "new_cases_per_million": 195.842, - "new_cases_smoothed_per_million": 167.463, - "total_deaths_per_million": 192.796, - "new_deaths_per_million": 6.996, - "new_deaths_smoothed_per_million": 5.958, - "new_tests": 35990.0, - "total_tests": 1573679.0, - "total_tests_per_thousand": 30.927, - "new_tests_per_thousand": 0.707, - "new_tests_smoothed": 32025.0, - "new_tests_smoothed_per_thousand": 0.629, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-01", - "total_cases": 295508.0, - "new_cases": 9488.0, - "new_cases_smoothed": 8852.429, - "total_deaths": 10105.0, - "new_deaths": 295.0, - "new_deaths_smoothed": 304.286, - "total_cases_per_million": 5807.611, - "new_cases_per_million": 186.467, - "new_cases_smoothed_per_million": 173.977, - "total_deaths_per_million": 198.593, - "new_deaths_per_million": 5.798, - "new_deaths_smoothed_per_million": 5.98, - "new_tests": 36050.0, - "total_tests": 1609729.0, - "total_tests_per_thousand": 31.636, - "new_tests_per_thousand": 0.708, - "new_tests_smoothed": 32955.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-02", - "total_cases": 306181.0, - "new_cases": 10673.0, - "new_cases_smoothed": 9340.857, - "total_deaths": 10330.0, - "new_deaths": 225.0, - "new_deaths_smoothed": 294.429, - "total_cases_per_million": 6017.367, - "new_cases_per_million": 209.756, - "new_cases_smoothed_per_million": 183.576, - "total_deaths_per_million": 203.015, - "new_deaths_per_million": 4.422, - "new_deaths_smoothed_per_million": 5.786, - "new_tests": 37666.0, - "total_tests": 1647395.0, - "total_tests_per_thousand": 32.376, - "new_tests_per_thousand": 0.74, - "new_tests_smoothed": 34039.0, - "new_tests_smoothed_per_thousand": 0.669, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-03", - "total_cases": 317651.0, - "new_cases": 11470.0, - "new_cases_smoothed": 9810.714, - "total_deaths": 10650.0, - "new_deaths": 320.0, - "new_deaths_smoothed": 303.571, - "total_cases_per_million": 6242.787, - "new_cases_per_million": 225.42, - "new_cases_smoothed_per_million": 192.81, - "total_deaths_per_million": 209.304, - "new_deaths_per_million": 6.289, - "new_deaths_smoothed_per_million": 5.966, - "new_tests": 38135.0, - "total_tests": 1685530.0, - "total_tests_per_thousand": 33.126, - "new_tests_per_thousand": 0.749, - "new_tests_smoothed": 35156.0, - "new_tests_smoothed_per_thousand": 0.691, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-04", - "total_cases": 327850.0, - "new_cases": 10199.0, - "new_cases_smoothed": 10107.0, - "total_deaths": 11017.0, - "new_deaths": 367.0, - "new_deaths_smoothed": 320.0, - "total_cases_per_million": 6443.228, - "new_cases_per_million": 200.441, - "new_cases_smoothed_per_million": 198.633, - "total_deaths_per_million": 216.517, - "new_deaths_per_million": 7.213, - "new_deaths_smoothed_per_million": 6.289, - "new_tests": 37978.0, - "total_tests": 1723508.0, - "total_tests_per_thousand": 33.872, - "new_tests_per_thousand": 0.746, - "new_tests_smoothed": 36128.0, - "new_tests_smoothed_per_thousand": 0.71, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-05", - "total_cases": 334979.0, - "new_cases": 7129.0, - "new_cases_smoothed": 9656.286, - "total_deaths": 11315.0, - "new_deaths": 298.0, - "new_deaths_smoothed": 320.143, - "total_cases_per_million": 6583.334, - "new_cases_per_million": 140.106, - "new_cases_smoothed_per_million": 189.775, - "total_deaths_per_million": 222.373, - "new_deaths_per_million": 5.857, - "new_deaths_smoothed_per_million": 6.292, - "new_tests": 38264.0, - "total_tests": 1761772.0, - "total_tests_per_thousand": 34.624, - "new_tests_per_thousand": 0.752, - "new_tests_smoothed": 36995.0, - "new_tests_smoothed_per_thousand": 0.727, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-06", - "total_cases": 345714.0, - "new_cases": 10735.0, - "new_cases_smoothed": 9951.286, - "total_deaths": 11624.0, - "new_deaths": 309.0, - "new_deaths_smoothed": 310.0, - "total_cases_per_million": 6794.308, - "new_cases_per_million": 210.975, - "new_cases_smoothed_per_million": 195.572, - "total_deaths_per_million": 228.446, - "new_deaths_per_million": 6.073, - "new_deaths_smoothed_per_million": 6.092, - "new_tests": 40063.0, - "total_tests": 1801835.0, - "total_tests_per_thousand": 35.411, - "new_tests_per_thousand": 0.787, - "new_tests_smoothed": 37735.0, - "new_tests_smoothed_per_thousand": 0.742, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-07", - "total_cases": 357710.0, - "new_cases": 11996.0, - "new_cases_smoothed": 10241.429, - "total_deaths": 11939.0, - "new_deaths": 315.0, - "new_deaths_smoothed": 304.143, - "total_cases_per_million": 7030.065, - "new_cases_per_million": 235.757, - "new_cases_smoothed_per_million": 201.275, - "total_deaths_per_million": 234.637, - "new_deaths_per_million": 6.191, - "new_deaths_smoothed_per_million": 5.977, - "new_tests": 40457.0, - "total_tests": 1842292.0, - "total_tests_per_thousand": 36.207, - "new_tests_per_thousand": 0.795, - "new_tests_smoothed": 38373.0, - "new_tests_smoothed_per_thousand": 0.754, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-08", - "total_cases": 367196.0, - "new_cases": 9486.0, - "new_cases_smoothed": 10241.143, - "total_deaths": 12250.0, - "new_deaths": 311.0, - "new_deaths_smoothed": 306.429, - "total_cases_per_million": 7216.493, - "new_cases_per_million": 186.428, - "new_cases_smoothed_per_million": 201.269, - "total_deaths_per_million": 240.749, - "new_deaths_per_million": 6.112, - "new_deaths_smoothed_per_million": 6.022, - "new_tests": 35076.0, - "total_tests": 1877368.0, - "total_tests_per_thousand": 36.896, - "new_tests_per_thousand": 0.689, - "new_tests_smoothed": 38234.0, - "new_tests_smoothed_per_thousand": 0.751, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-09", - "total_cases": 376870.0, - "new_cases": 9674.0, - "new_cases_smoothed": 10098.429, - "total_deaths": 12540.0, - "new_deaths": 290.0, - "new_deaths_smoothed": 315.714, - "total_cases_per_million": 7406.616, - "new_cases_per_million": 190.123, - "new_cases_smoothed_per_million": 198.464, - "total_deaths_per_million": 246.448, - "new_deaths_per_million": 5.699, - "new_deaths_smoothed_per_million": 6.205, - "new_tests": 31743.0, - "total_tests": 1909111.0, - "total_tests_per_thousand": 37.52, - "new_tests_per_thousand": 0.624, - "new_tests_smoothed": 37388.0, - "new_tests_smoothed_per_thousand": 0.735, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-10", - "total_cases": 387481.0, - "new_cases": 10611.0, - "new_cases_smoothed": 9975.714, - "total_deaths": 12842.0, - "new_deaths": 302.0, - "new_deaths_smoothed": 313.143, - "total_cases_per_million": 7615.154, - "new_cases_per_million": 208.538, - "new_cases_smoothed_per_million": 196.052, - "total_deaths_per_million": 252.383, - "new_deaths_per_million": 5.935, - "new_deaths_smoothed_per_million": 6.154, - "new_tests": 33619.0, - "total_tests": 1942730.0, - "total_tests_per_thousand": 38.18, - "new_tests_per_thousand": 0.661, - "new_tests_smoothed": 36743.0, - "new_tests_smoothed_per_thousand": 0.722, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-11", - "total_cases": 397623.0, - "new_cases": 10142.0, - "new_cases_smoothed": 9967.571, - "total_deaths": 13154.0, - "new_deaths": 312.0, - "new_deaths_smoothed": 305.286, - "total_cases_per_million": 7814.475, - "new_cases_per_million": 199.32, - "new_cases_smoothed_per_million": 195.892, - "total_deaths_per_million": 258.515, - "new_deaths_per_million": 6.132, - "new_deaths_smoothed_per_million": 6.0, - "new_tests": 40101.0, - "total_tests": 1982831.0, - "total_tests_per_thousand": 38.969, - "new_tests_per_thousand": 0.788, - "new_tests_smoothed": 37046.0, - "new_tests_smoothed_per_thousand": 0.728, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-12", - "total_cases": 410453.0, - "new_cases": 12830.0, - "new_cases_smoothed": 10782.0, - "total_deaths": 13475.0, - "new_deaths": 321.0, - "new_deaths_smoothed": 308.571, - "total_cases_per_million": 8066.622, - "new_cases_per_million": 252.148, - "new_cases_smoothed_per_million": 211.898, - "total_deaths_per_million": 264.824, - "new_deaths_per_million": 6.309, - "new_deaths_smoothed_per_million": 6.064, - "new_tests": 40425.0, - "total_tests": 2023256.0, - "total_tests_per_thousand": 39.763, - "new_tests_per_thousand": 0.794, - "new_tests_smoothed": 37355.0, - "new_tests_smoothed_per_thousand": 0.734, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-13", - "total_cases": 422519.0, - "new_cases": 12066.0, - "new_cases_smoothed": 10972.143, - "total_deaths": 13837.0, - "new_deaths": 362.0, - "new_deaths_smoothed": 316.143, - "total_cases_per_million": 8303.755, - "new_cases_per_million": 237.133, - "new_cases_smoothed_per_million": 215.635, - "total_deaths_per_million": 271.938, - "new_deaths_per_million": 7.114, - "new_deaths_smoothed_per_million": 6.213, - "new_tests": 40076.0, - "total_tests": 2063332.0, - "total_tests_per_thousand": 40.551, - "new_tests_per_thousand": 0.788, - "new_tests_smoothed": 37357.0, - "new_tests_smoothed_per_thousand": 0.734, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-14", - "total_cases": 433805.0, - "new_cases": 11286.0, - "new_cases_smoothed": 10870.714, - "total_deaths": 14145.0, - "new_deaths": 308.0, - "new_deaths_smoothed": 315.143, - "total_cases_per_million": 8525.558, - "new_cases_per_million": 221.803, - "new_cases_smoothed_per_million": 213.642, - "total_deaths_per_million": 277.991, - "new_deaths_per_million": 6.053, - "new_deaths_smoothed_per_million": 6.193, - "new_tests": 41434.0, - "total_tests": 2104766.0, - "total_tests_per_thousand": 41.365, - "new_tests_per_thousand": 0.814, - "new_tests_smoothed": 37496.0, - "new_tests_smoothed_per_thousand": 0.737, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-15", - "total_cases": 445111.0, - "new_cases": 11306.0, - "new_cases_smoothed": 11130.714, - "total_deaths": 14492.0, - "new_deaths": 347.0, - "new_deaths_smoothed": 320.286, - "total_cases_per_million": 8747.755, - "new_cases_per_million": 222.197, - "new_cases_smoothed_per_million": 218.752, - "total_deaths_per_million": 284.811, - "new_deaths_per_million": 6.82, - "new_deaths_smoothed_per_million": 6.295, - "new_tests": 38331.0, - "total_tests": 2143097.0, - "total_tests_per_thousand": 42.118, - "new_tests_per_thousand": 0.753, - "new_tests_smoothed": 37961.0, - "new_tests_smoothed_per_thousand": 0.746, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-16", - "total_cases": 456689.0, - "new_cases": 11578.0, - "new_cases_smoothed": 11402.714, - "total_deaths": 14810.0, - "new_deaths": 318.0, - "new_deaths_smoothed": 324.286, - "total_cases_per_million": 8975.297, - "new_cases_per_million": 227.542, - "new_cases_smoothed_per_million": 224.097, - "total_deaths_per_million": 291.061, - "new_deaths_per_million": 6.25, - "new_deaths_smoothed_per_million": 6.373, - "new_tests": 34892.0, - "total_tests": 2177989.0, - "total_tests_per_thousand": 42.804, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 38411.0, - "new_tests_smoothed_per_thousand": 0.755, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-17", - "total_cases": 468332.0, - "new_cases": 11643.0, - "new_cases_smoothed": 11550.143, - "total_deaths": 15097.0, - "new_deaths": 287.0, - "new_deaths_smoothed": 322.143, - "total_cases_per_million": 9204.117, - "new_cases_per_million": 228.82, - "new_cases_smoothed_per_million": 226.995, - "total_deaths_per_million": 296.701, - "new_deaths_per_million": 5.64, - "new_deaths_smoothed_per_million": 6.331, - "new_tests": 32723.0, - "total_tests": 2210712.0, - "total_tests_per_thousand": 43.447, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 38283.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-18", - "total_cases": 476660.0, - "new_cases": 8328.0, - "new_cases_smoothed": 11291.0, - "total_deaths": 15372.0, - "new_deaths": 275.0, - "new_deaths_smoothed": 316.857, - "total_cases_per_million": 9367.787, - "new_cases_per_million": 163.67, - "new_cases_smoothed_per_million": 221.902, - "total_deaths_per_million": 302.106, - "new_deaths_per_million": 5.405, - "new_deaths_smoothed_per_million": 6.227, - "new_tests": 35883.0, - "total_tests": 2246595.0, - "total_tests_per_thousand": 44.152, - "new_tests_per_thousand": 0.705, - "new_tests_smoothed": 37681.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-19", - "total_cases": 489122.0, - "new_cases": 12462.0, - "new_cases_smoothed": 11238.429, - "total_deaths": 15619.0, - "new_deaths": 247.0, - "new_deaths_smoothed": 306.286, - "total_cases_per_million": 9612.702, - "new_cases_per_million": 244.915, - "new_cases_smoothed_per_million": 220.869, - "total_deaths_per_million": 306.96, - "new_deaths_per_million": 4.854, - "new_deaths_smoothed_per_million": 6.019, - "new_tests": 30920.0, - "total_tests": 2277515.0, - "total_tests_per_thousand": 44.76, - "new_tests_per_thousand": 0.608, - "new_tests_smoothed": 36323.0, - "new_tests_smoothed_per_thousand": 0.714, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-20", - "total_cases": 502178.0, - "new_cases": 13056.0, - "new_cases_smoothed": 11379.857, - "total_deaths": 15979.0, - "new_deaths": 360.0, - "new_deaths_smoothed": 306.0, - "total_cases_per_million": 9869.291, - "new_cases_per_million": 256.589, - "new_cases_smoothed_per_million": 223.648, - "total_deaths_per_million": 314.035, - "new_deaths_per_million": 7.075, - "new_deaths_smoothed_per_million": 6.014, - "new_tests": 31932.0, - "total_tests": 2309447.0, - "total_tests_per_thousand": 45.388, - "new_tests_per_thousand": 0.628, - "new_tests_smoothed": 35159.0, - "new_tests_smoothed_per_thousand": 0.691, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-21", - "total_cases": 513719.0, - "new_cases": 11541.0, - "new_cases_smoothed": 11416.286, - "total_deaths": 16183.0, - "new_deaths": 204.0, - "new_deaths_smoothed": 291.143, - "total_cases_per_million": 10096.106, - "new_cases_per_million": 226.815, - "new_cases_smoothed_per_million": 224.364, - "total_deaths_per_million": 318.044, - "new_deaths_per_million": 4.009, - "new_deaths_smoothed_per_million": 5.722, - "new_tests": 30654.0, - "total_tests": 2340101.0, - "total_tests_per_thousand": 45.99, - "new_tests_per_thousand": 0.602, - "new_tests_smoothed": 33619.0, - "new_tests_smoothed_per_thousand": 0.661, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-22", - "total_cases": 522138.0, - "new_cases": 8419.0, - "new_cases_smoothed": 11003.857, - "total_deaths": 16568.0, - "new_deaths": 385.0, - "new_deaths_smoothed": 296.571, - "total_cases_per_million": 10261.565, - "new_cases_per_million": 165.458, - "new_cases_smoothed_per_million": 216.259, - "total_deaths_per_million": 325.61, - "new_deaths_per_million": 7.566, - "new_deaths_smoothed_per_million": 5.829, - "new_tests": 33967.0, - "total_tests": 2374068.0, - "total_tests_per_thousand": 46.657, - "new_tests_per_thousand": 0.668, - "new_tests_smoothed": 32996.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-23", - "total_cases": 533103.0, - "new_cases": 10965.0, - "new_cases_smoothed": 10916.286, - "total_deaths": 16968.0, - "new_deaths": 400.0, - "new_deaths_smoothed": 308.286, - "total_cases_per_million": 10477.059, - "new_cases_per_million": 215.495, - "new_cases_smoothed_per_million": 214.537, - "total_deaths_per_million": 333.472, - "new_deaths_per_million": 7.861, - "new_deaths_smoothed_per_million": 6.059, - "new_tests": 22824.0, - "total_tests": 2396892.0, - "total_tests_per_thousand": 47.106, - "new_tests_per_thousand": 0.449, - "new_tests_smoothed": 31272.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-24", - "total_cases": 541147.0, - "new_cases": 8044.0, - "new_cases_smoothed": 10402.143, - "total_deaths": 17316.0, - "new_deaths": 348.0, - "new_deaths_smoothed": 317.0, - "total_cases_per_million": 10635.148, - "new_cases_per_million": 158.089, - "new_cases_smoothed_per_million": 204.433, - "total_deaths_per_million": 340.311, - "new_deaths_per_million": 6.839, - "new_deaths_smoothed_per_million": 6.23, - "new_tests": 31049.0, - "total_tests": 2427941.0, - "total_tests_per_thousand": 47.716, - "new_tests_per_thousand": 0.61, - "new_tests_smoothed": 31033.0, - "new_tests_smoothed_per_thousand": 0.61, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-25", - "total_cases": 551696.0, - "new_cases": 10549.0, - "new_cases_smoothed": 10719.429, - "total_deaths": 17612.0, - "new_deaths": 296.0, - "new_deaths_smoothed": 320.0, - "total_cases_per_million": 10842.467, - "new_cases_per_million": 207.319, - "new_cases_smoothed_per_million": 210.669, - "total_deaths_per_million": 346.128, - "new_deaths_per_million": 5.817, - "new_deaths_smoothed_per_million": 6.289, - "new_tests": 30925.0, - "total_tests": 2458866.0, - "total_tests_per_thousand": 48.324, - "new_tests_per_thousand": 0.608, - "new_tests_smoothed": 30324.0, - "new_tests_smoothed_per_thousand": 0.596, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-26", - "total_cases": 562128.0, - "new_cases": 10432.0, - "new_cases_smoothed": 10429.429, - "total_deaths": 17889.0, - "new_deaths": 277.0, - "new_deaths_smoothed": 324.286, - "total_cases_per_million": 11047.487, - "new_cases_per_million": 205.02, - "new_cases_smoothed_per_million": 204.969, - "total_deaths_per_million": 351.572, - "new_deaths_per_million": 5.444, - "new_deaths_smoothed_per_million": 6.373, - "new_tests": 30564.0, - "total_tests": 2489430.0, - "total_tests_per_thousand": 48.925, - "new_tests_per_thousand": 0.601, - "new_tests_smoothed": 30274.0, - "new_tests_smoothed_per_thousand": 0.595, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-27", - "total_cases": 572270.0, - "new_cases": 10142.0, - "new_cases_smoothed": 10013.143, - "total_deaths": 18184.0, - "new_deaths": 295.0, - "new_deaths_smoothed": 315.0, - "total_cases_per_million": 11246.807, - "new_cases_per_million": 199.32, - "new_cases_smoothed_per_million": 196.788, - "total_deaths_per_million": 357.37, - "new_deaths_per_million": 5.798, - "new_deaths_smoothed_per_million": 6.191, - "new_tests": 30079.0, - "total_tests": 2519509.0, - "total_tests_per_thousand": 49.516, - "new_tests_per_thousand": 0.591, - "new_tests_smoothed": 30009.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-28", - "total_cases": 582022.0, - "new_cases": 9752.0, - "new_cases_smoothed": 9757.571, - "total_deaths": 18468.0, - "new_deaths": 284.0, - "new_deaths_smoothed": 326.429, - "total_cases_per_million": 11438.463, - "new_cases_per_million": 191.656, - "new_cases_smoothed_per_million": 191.765, - "total_deaths_per_million": 362.951, - "new_deaths_per_million": 5.581, - "new_deaths_smoothed_per_million": 6.415, - "new_tests": 28349.0, - "total_tests": 2547858.0, - "total_tests_per_thousand": 50.073, - "new_tests_per_thousand": 0.557, - "new_tests_smoothed": 29680.0, - "new_tests_smoothed_per_thousand": 0.583, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-29", - "total_cases": 590520.0, - "new_cases": 8498.0, - "new_cases_smoothed": 9768.857, - "total_deaths": 18767.0, - "new_deaths": 299.0, - "new_deaths_smoothed": 314.143, - "total_cases_per_million": 11605.474, - "new_cases_per_million": 167.011, - "new_cases_smoothed_per_million": 191.987, - "total_deaths_per_million": 368.827, - "new_deaths_per_million": 5.876, - "new_deaths_smoothed_per_million": 6.174, - "new_tests": 24966.0, - "total_tests": 2572824.0, - "total_tests_per_thousand": 50.564, - "new_tests_per_thousand": 0.491, - "new_tests_smoothed": 28394.0, - "new_tests_smoothed_per_thousand": 0.558, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-30", - "total_cases": 599914.0, - "new_cases": 9394.0, - "new_cases_smoothed": 9544.429, - "total_deaths": 19064.0, - "new_deaths": 297.0, - "new_deaths_smoothed": 299.429, - "total_cases_per_million": 11790.094, - "new_cases_per_million": 184.62, - "new_cases_smoothed_per_million": 187.576, - "total_deaths_per_million": 374.664, - "new_deaths_per_million": 5.837, - "new_deaths_smoothed_per_million": 5.885, - "new_tests": 26879.0, - "total_tests": 2599703.0, - "total_tests_per_thousand": 51.092, - "new_tests_per_thousand": 0.528, - "new_tests_smoothed": 28973.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-08-31", - "total_cases": 607938.0, - "new_cases": 8024.0, - "new_cases_smoothed": 9541.571, - "total_deaths": 19364.0, - "new_deaths": 300.0, - "new_deaths_smoothed": 292.571, - "total_cases_per_million": 11947.79, - "new_cases_per_million": 157.695, - "new_cases_smoothed_per_million": 187.52, - "total_deaths_per_million": 380.56, - "new_deaths_per_million": 5.896, - "new_deaths_smoothed_per_million": 5.75, - "new_tests": 25349.0, - "total_tests": 2625052.0, - "total_tests_per_thousand": 51.59, - "new_tests_per_thousand": 0.498, - "new_tests_smoothed": 28159.0, - "new_tests_smoothed_per_thousand": 0.553, - "tests_units": "samples tested", - "stringency_index": 87.04 - }, - { - "date": "2020-09-01", - "total_cases": 615168.0, - "new_cases": 7230.0, - "new_cases_smoothed": 9067.429, - "total_deaths": 19663.0, - "new_deaths": 299.0, - "new_deaths_smoothed": 293.0, - "total_cases_per_million": 12089.881, - "new_cases_per_million": 142.091, - "new_cases_smoothed_per_million": 178.202, - "total_deaths_per_million": 386.436, - "new_deaths_per_million": 5.876, - "new_deaths_smoothed_per_million": 5.758, - "new_tests": 22650.0, - "total_tests": 2647702.0, - "total_tests_per_thousand": 52.035, - "new_tests_per_thousand": 0.445, - "new_tests_smoothed": 26977.0, - "new_tests_smoothed_per_thousand": 0.53, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-02", - "total_cases": 624069.0, - "new_cases": 8901.0, - "new_cases_smoothed": 8848.714, - "total_deaths": 20052.0, - "new_deaths": 389.0, - "new_deaths_smoothed": 309.0, - "total_cases_per_million": 12264.812, - "new_cases_per_million": 174.931, - "new_cases_smoothed_per_million": 173.904, - "total_deaths_per_million": 394.081, - "new_deaths_per_million": 7.645, - "new_deaths_smoothed_per_million": 6.073, - "new_tests": 28452.0, - "total_tests": 2676154.0, - "total_tests_per_thousand": 52.594, - "new_tests_per_thousand": 0.559, - "new_tests_smoothed": 26675.0, - "new_tests_smoothed_per_thousand": 0.524, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-03", - "total_cases": 633339.0, - "new_cases": 9270.0, - "new_cases_smoothed": 8724.143, - "total_deaths": 20348.0, - "new_deaths": 296.0, - "new_deaths_smoothed": 309.143, - "total_cases_per_million": 12446.995, - "new_cases_per_million": 182.183, - "new_cases_smoothed_per_million": 171.455, - "total_deaths_per_million": 399.899, - "new_deaths_per_million": 5.817, - "new_deaths_smoothed_per_million": 6.076, - "new_tests": 23735.0, - "total_tests": 2699889.0, - "total_tests_per_thousand": 53.061, - "new_tests_per_thousand": 0.466, - "new_tests_smoothed": 25769.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-04", - "total_cases": 641574.0, - "new_cases": 8235.0, - "new_cases_smoothed": 8507.429, - "total_deaths": 20618.0, - "new_deaths": 270.0, - "new_deaths_smoothed": 307.143, - "total_cases_per_million": 12608.837, - "new_cases_per_million": 161.842, - "new_cases_smoothed_per_million": 167.196, - "total_deaths_per_million": 405.205, - "new_deaths_per_million": 5.306, - "new_deaths_smoothed_per_million": 6.036, - "new_tests": 28534.0, - "total_tests": 2728423.0, - "total_tests_per_thousand": 53.622, - "new_tests_per_thousand": 0.561, - "new_tests_smoothed": 25795.0, - "new_tests_smoothed_per_thousand": 0.507, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-05", - "total_cases": 650062.0, - "new_cases": 8488.0, - "new_cases_smoothed": 8506.0, - "total_deaths": 20888.0, - "new_deaths": 270.0, - "new_deaths_smoothed": 303.0, - "total_cases_per_million": 12775.652, - "new_cases_per_million": 166.814, - "new_cases_smoothed_per_million": 167.168, - "total_deaths_per_million": 410.511, - "new_deaths_per_million": 5.306, - "new_deaths_smoothed_per_million": 5.955, - "new_tests": 24609.0, - "total_tests": 2753032.0, - "total_tests_per_thousand": 54.105, - "new_tests_per_thousand": 0.484, - "new_tests_smoothed": 25744.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-06", - "total_cases": 658456.0, - "new_cases": 8394.0, - "new_cases_smoothed": 8363.143, - "total_deaths": 21156.0, - "new_deaths": 268.0, - "new_deaths_smoothed": 298.857, - "total_cases_per_million": 12940.619, - "new_cases_per_million": 164.967, - "new_cases_smoothed_per_million": 164.361, - "total_deaths_per_million": 415.778, - "new_deaths_per_million": 5.267, - "new_deaths_smoothed_per_million": 5.873, - "new_tests": 23112.0, - "total_tests": 2776144.0, - "total_tests_per_thousand": 54.559, - "new_tests_per_thousand": 0.454, - "new_tests_smoothed": 25206.0, - "new_tests_smoothed_per_thousand": 0.495, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-07", - "total_cases": 666521.0, - "new_cases": 8065.0, - "new_cases_smoothed": 8369.0, - "total_deaths": 21412.0, - "new_deaths": 256.0, - "new_deaths_smoothed": 292.571, - "total_cases_per_million": 13099.12, - "new_cases_per_million": 158.501, - "new_cases_smoothed_per_million": 164.476, - "total_deaths_per_million": 420.809, - "new_deaths_per_million": 5.031, - "new_deaths_smoothed_per_million": 5.75, - "new_tests": 21856.0, - "total_tests": 2798000.0, - "total_tests_per_thousand": 54.989, - "new_tests_per_thousand": 0.43, - "new_tests_smoothed": 24707.0, - "new_tests_smoothed_per_thousand": 0.486, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-08", - "total_cases": 671848.0, - "new_cases": 5327.0, - "new_cases_smoothed": 8097.143, - "total_deaths": 21615.0, - "new_deaths": 203.0, - "new_deaths_smoothed": 278.857, - "total_cases_per_million": 13203.811, - "new_cases_per_million": 104.691, - "new_cases_smoothed_per_million": 159.133, - "total_deaths_per_million": 424.799, - "new_deaths_per_million": 3.99, - "new_deaths_smoothed_per_million": 5.48, - "new_tests": 21479.0, - "total_tests": 2819479.0, - "total_tests_per_thousand": 55.411, - "new_tests_per_thousand": 0.422, - "new_tests_smoothed": 24540.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-09", - "total_cases": 679513.0, - "new_cases": 7665.0, - "new_cases_smoothed": 7920.571, - "total_deaths": 21817.0, - "new_deaths": 202.0, - "new_deaths_smoothed": 252.143, - "total_cases_per_million": 13354.451, - "new_cases_per_million": 150.64, - "new_cases_smoothed_per_million": 155.663, - "total_deaths_per_million": 428.769, - "new_deaths_per_million": 3.97, - "new_deaths_smoothed_per_million": 4.955, - "new_tests": 24030.0, - "total_tests": 2843509.0, - "total_tests_per_thousand": 55.883, - "new_tests_per_thousand": 0.472, - "new_tests_smoothed": 23908.0, - "new_tests_smoothed_per_thousand": 0.47, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-10", - "total_cases": 686856.0, - "new_cases": 7343.0, - "new_cases_smoothed": 7645.286, - "total_deaths": 22053.0, - "new_deaths": 236.0, - "new_deaths_smoothed": 243.571, - "total_cases_per_million": 13498.763, - "new_cases_per_million": 144.312, - "new_cases_smoothed_per_million": 150.253, - "total_deaths_per_million": 433.407, - "new_deaths_per_million": 4.638, - "new_deaths_smoothed_per_million": 4.787, - "new_tests": 24782.0, - "total_tests": 2868291.0, - "total_tests_per_thousand": 56.37, - "new_tests_per_thousand": 0.487, - "new_tests_smoothed": 24057.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-11", - "total_cases": 694664.0, - "new_cases": 7808.0, - "new_cases_smoothed": 7584.286, - "total_deaths": 22275.0, - "new_deaths": 222.0, - "new_deaths_smoothed": 236.714, - "total_cases_per_million": 13652.214, - "new_cases_per_million": 153.45, - "new_cases_smoothed_per_million": 149.054, - "total_deaths_per_million": 437.77, - "new_deaths_per_million": 4.363, - "new_deaths_smoothed_per_million": 4.652, - "new_tests": 28683.0, - "total_tests": 2896974.0, - "total_tests_per_thousand": 56.934, - "new_tests_per_thousand": 0.564, - "new_tests_smoothed": 24079.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-12", - "total_cases": 702088.0, - "new_cases": 7424.0, - "new_cases_smoothed": 7432.286, - "total_deaths": 22518.0, - "new_deaths": 243.0, - "new_deaths_smoothed": 232.857, - "total_cases_per_million": 13798.117, - "new_cases_per_million": 145.904, - "new_cases_smoothed_per_million": 146.067, - "total_deaths_per_million": 442.546, - "new_deaths_per_million": 4.776, - "new_deaths_smoothed_per_million": 4.576, - "new_tests": 24370.0, - "total_tests": 2921344.0, - "total_tests_per_thousand": 57.413, - "new_tests_per_thousand": 0.479, - "new_tests_smoothed": 24045.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-13", - "total_cases": 708964.0, - "new_cases": 6876.0, - "new_cases_smoothed": 7215.429, - "total_deaths": 22734.0, - "new_deaths": 216.0, - "new_deaths_smoothed": 225.429, - "total_cases_per_million": 13933.251, - "new_cases_per_million": 135.134, - "new_cases_smoothed_per_million": 141.805, - "total_deaths_per_million": 446.791, - "new_deaths_per_million": 4.245, - "new_deaths_smoothed_per_million": 4.43, - "new_tests": 26530.0, - "total_tests": 2947874.0, - "total_tests_per_thousand": 57.934, - "new_tests_per_thousand": 0.521, - "new_tests_smoothed": 24533.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-14", - "total_cases": 716319.0, - "new_cases": 7355.0, - "new_cases_smoothed": 7114.0, - "total_deaths": 22924.0, - "new_deaths": 190.0, - "new_deaths_smoothed": 216.0, - "total_cases_per_million": 14077.799, - "new_cases_per_million": 144.548, - "new_cases_smoothed_per_million": 139.811, - "total_deaths_per_million": 450.525, - "new_deaths_per_million": 3.734, - "new_deaths_smoothed_per_million": 4.245, - "new_tests": 22386.0, - "total_tests": 2970260.0, - "total_tests_per_thousand": 58.374, - "new_tests_per_thousand": 0.44, - "new_tests_smoothed": 24609.0, - "new_tests_smoothed_per_thousand": 0.484, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-15", - "total_cases": 721892.0, - "new_cases": 5573.0, - "new_cases_smoothed": 7149.143, - "total_deaths": 23123.0, - "new_deaths": 199.0, - "new_deaths_smoothed": 215.429, - "total_cases_per_million": 14187.325, - "new_cases_per_million": 109.526, - "new_cases_smoothed_per_million": 140.502, - "total_deaths_per_million": 454.436, - "new_deaths_per_million": 3.911, - "new_deaths_smoothed_per_million": 4.234, - "new_tests": 23949.0, - "total_tests": 2994209.0, - "total_tests_per_thousand": 58.845, - "new_tests_per_thousand": 0.471, - "new_tests_smoothed": 24961.0, - "new_tests_smoothed_per_thousand": 0.491, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-16", - "total_cases": 728590.0, - "new_cases": 6698.0, - "new_cases_smoothed": 7011.0, - "total_deaths": 23288.0, - "new_deaths": 165.0, - "new_deaths_smoothed": 210.143, - "total_cases_per_million": 14318.96, - "new_cases_per_million": 131.636, - "new_cases_smoothed_per_million": 137.787, - "total_deaths_per_million": 457.678, - "new_deaths_per_million": 3.243, - "new_deaths_smoothed_per_million": 4.13, - "new_tests": 24737.0, - "total_tests": 3018946.0, - "total_tests_per_thousand": 59.331, - "new_tests_per_thousand": 0.486, - "new_tests_smoothed": 25062.0, - "new_tests_smoothed_per_thousand": 0.493, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-17", - "total_cases": 736377.0, - "new_cases": 7787.0, - "new_cases_smoothed": 7074.429, - "total_deaths": 23478.0, - "new_deaths": 190.0, - "new_deaths_smoothed": 203.571, - "total_cases_per_million": 14471.998, - "new_cases_per_million": 153.038, - "new_cases_smoothed_per_million": 139.034, - "total_deaths_per_million": 461.413, - "new_deaths_per_million": 3.734, - "new_deaths_smoothed_per_million": 4.001, - "new_tests": 24771.0, - "total_tests": 3043717.0, - "total_tests_per_thousand": 59.818, - "new_tests_per_thousand": 0.487, - "new_tests_smoothed": 25061.0, - "new_tests_smoothed_per_thousand": 0.493, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-09-18", - "total_cases": 743945.0, - "new_cases": 7568.0, - "new_cases_smoothed": 7040.143, - "total_deaths": 23665.0, - "new_deaths": 187.0, - "new_deaths_smoothed": 198.571, - "total_cases_per_million": 14620.732, - "new_cases_per_million": 148.734, - "new_cases_smoothed_per_million": 138.36, - "total_deaths_per_million": 465.088, - "new_deaths_per_million": 3.675, - "new_deaths_smoothed_per_million": 3.903, - "new_tests": 21673.0, - "total_tests": 3065390.0, - "total_tests_per_thousand": 60.244, - "new_tests_per_thousand": 0.426, - "new_tests_smoothed": 24059.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_units": "samples tested" - }, - { - "date": "2020-09-19", - "total_cases": 750471.0, - "new_cases": 6526.0, - "new_cases_smoothed": 6911.857, - "total_deaths": 23850.0, - "new_deaths": 185.0, - "new_deaths_smoothed": 190.286, - "total_cases_per_million": 14748.987, - "new_cases_per_million": 128.255, - "new_cases_smoothed_per_million": 135.839, - "total_deaths_per_million": 468.723, - "new_deaths_per_million": 3.636, - "new_deaths_smoothed_per_million": 3.74, - "new_tests": 22386.0, - "total_tests": 3087776.0, - "total_tests_per_thousand": 60.684, - "new_tests_per_thousand": 0.44, - "new_tests_smoothed": 23776.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_units": "samples tested" - }, - { - "date": "2020-09-20", - "total_cases": 758398.0, - "new_cases": 7927.0, - "new_cases_smoothed": 7062.0, - "total_deaths": 24039.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 186.429, - "total_cases_per_million": 14904.776, - "new_cases_per_million": 155.789, - "new_cases_smoothed_per_million": 138.789, - "total_deaths_per_million": 472.438, - "new_deaths_per_million": 3.714, - "new_deaths_smoothed_per_million": 3.664, - "new_tests": 24691.0, - "total_tests": 3112467.0, - "total_tests_per_thousand": 61.169, - "new_tests_per_thousand": 0.485, - "new_tests_smoothed": 23513.0, - "new_tests_smoothed_per_thousand": 0.462, - "tests_units": "samples tested" - }, - { - "date": "2020-09-21", - "total_cases": 765076.0, - "new_cases": 6678.0, - "new_cases_smoothed": 6965.286, - "total_deaths": 24208.0, - "new_deaths": 169.0, - "new_deaths_smoothed": 183.429, - "total_cases_per_million": 15036.019, - "new_cases_per_million": 131.243, - "new_cases_smoothed_per_million": 136.889, - "total_deaths_per_million": 475.759, - "new_deaths_per_million": 3.321, - "new_deaths_smoothed_per_million": 3.605, - "new_tests": 23776.0, - "total_tests": 3136243.0, - "total_tests_per_thousand": 61.637, - "new_tests_per_thousand": 0.467, - "new_tests_smoothed": 23712.0, - "new_tests_smoothed_per_thousand": 0.466, - "tests_units": "samples tested" - }, - { - "date": "2020-09-22", - "total_cases": 770435.0, - "new_cases": 5359.0, - "new_cases_smoothed": 6934.714, - "total_deaths": 24397.0, - "new_deaths": 189.0, - "new_deaths_smoothed": 182.0, - "total_cases_per_million": 15141.339, - "new_cases_per_million": 105.32, - "new_cases_smoothed_per_million": 136.288, - "total_deaths_per_million": 479.474, - "new_deaths_per_million": 3.714, - "new_deaths_smoothed_per_million": 3.577, - "new_tests": 24348.0, - "total_tests": 3160591.0, - "total_tests_per_thousand": 62.115, - "new_tests_per_thousand": 0.479, - "new_tests_smoothed": 23769.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_units": "samples tested" - }, - { - "date": "2020-09-23", - "total_cases": 777537.0, - "new_cases": 7102.0, - "new_cases_smoothed": 6992.429, - "total_deaths": 24570.0, - "new_deaths": 173.0, - "new_deaths_smoothed": 183.143, - "total_cases_per_million": 15280.915, - "new_cases_per_million": 139.575, - "new_cases_smoothed_per_million": 137.422, - "total_deaths_per_million": 482.874, - "new_deaths_per_million": 3.4, - "new_deaths_smoothed_per_million": 3.599 - }, - { - "date": "2020-09-24", - "total_cases": 784268.0, - "new_cases": 6731.0, - "new_cases_smoothed": 6841.571, - "total_deaths": 24746.0, - "new_deaths": 176.0, - "new_deaths_smoothed": 181.143, - "total_cases_per_million": 15413.199, - "new_cases_per_million": 132.284, - "new_cases_smoothed_per_million": 134.457, - "total_deaths_per_million": 486.332, - "new_deaths_per_million": 3.459, - "new_deaths_smoothed_per_million": 3.56 - }, - { - "date": "2020-09-25", - "total_cases": 790823.0, - "new_cases": 6555.0, - "new_cases_smoothed": 6696.857, - "total_deaths": 24924.0, - "new_deaths": 178.0, - "new_deaths_smoothed": 179.857, - "total_cases_per_million": 15542.024, - "new_cases_per_million": 128.825, - "new_cases_smoothed_per_million": 131.613, - "total_deaths_per_million": 489.831, - "new_deaths_per_million": 3.498, - "new_deaths_smoothed_per_million": 3.535 - } - ] - }, - "COM": { - "continent": "Africa", - "location": "Comoros", - "population": 869595.0, - "population_density": 437.352, - "median_age": 20.4, - "aged_65_older": 2.963, - "aged_70_older": 1.726, - "gdp_per_capita": 1413.89, - "extreme_poverty": 18.1, - "cardiovasc_death_rate": 261.516, - "diabetes_prevalence": 11.88, - "female_smokers": 4.4, - "male_smokers": 23.6, - "handwashing_facilities": 15.574, - "hospital_beds_per_thousand": 2.2, - "life_expectancy": 64.32, - "human_development_index": 0.503, - "data": [ - { - "date": "2020-05-02", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.15, - "new_cases_per_million": 1.15, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.15, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.45, - "new_cases_per_million": 2.3, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 4.6, - "new_cases_per_million": 1.15, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 1.15 - }, - { - "date": "2020-05-06", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 4.6, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 8.0, - "new_cases": 4.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 9.2, - "new_cases_per_million": 4.6, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 9.2, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-09", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 9.2, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-10", - "total_cases": 11.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12.65, - "new_cases_per_million": 3.45, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-11", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-12", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.65, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 34.0, - "new_cases": 23.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.099, - "new_cases_per_million": 26.449, - "new_cases_smoothed_per_million": 3.778, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.778, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.099, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.778, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 78.0, - "new_cases": 44.0, - "new_cases_smoothed": 9.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.697, - "new_cases_per_million": 50.598, - "new_cases_smoothed_per_million": 11.007, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 78.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.007, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 87.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.047, - "new_cases_per_million": 10.35, - "new_cases_smoothed_per_million": 12.485, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.485, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.707, - "total_deaths_per_million": 1.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 100.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.707, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 1.15, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-29", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 100.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.707, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-30", - "total_cases": 87.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 100.047, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.479, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-05-31", - "total_cases": 106.0, - "new_cases": 19.0, - "new_cases_smoothed": 4.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 121.896, - "new_cases_per_million": 21.849, - "new_cases_smoothed_per_million": 4.6, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-01", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 121.896, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.121, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-02", - "total_cases": 106.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 121.896, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.121, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-03", - "total_cases": 132.0, - "new_cases": 26.0, - "new_cases_smoothed": 6.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 151.795, - "new_cases_per_million": 29.899, - "new_cases_smoothed_per_million": 7.393, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-04", - "total_cases": 132.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 151.795, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.393, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 132.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 151.795, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.393, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 132.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 151.795, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.393, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 141.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 162.144, - "new_cases_per_million": 10.35, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 162.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 162.144, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 162.0, - "new_cases": 21.0, - "new_cases_smoothed": 4.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.294, - "new_cases_per_million": 24.149, - "new_cases_smoothed_per_million": 4.928, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 162.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.928, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 162.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.928, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 162.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.928, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 176.0, - "new_cases": 14.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 202.393, - "new_cases_per_million": 16.099, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 176.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 202.393, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 176.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 202.393, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 2.3, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 197.0, - "new_cases": 21.0, - "new_cases_smoothed": 5.0, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 226.542, - "new_cases_per_million": 24.149, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 3.45, - "new_deaths_per_million": 1.15, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-18", - "total_cases": 197.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 226.542, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.75, - "total_deaths_per_million": 3.45, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.164 - }, - { - "date": "2020-06-19", - "total_cases": 210.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.857, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 241.492, - "new_cases_per_million": 14.949, - "new_cases_smoothed_per_million": 7.885, - "total_deaths_per_million": 5.75, - "new_deaths_per_million": 2.3, - "new_deaths_smoothed_per_million": 0.493 - }, - { - "date": "2020-06-20", - "total_cases": 210.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 241.492, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.885, - "total_deaths_per_million": 5.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.493 - }, - { - "date": "2020-06-21", - "total_cases": 247.0, - "new_cases": 37.0, - "new_cases_smoothed": 10.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 284.04, - "new_cases_per_million": 42.549, - "new_cases_smoothed_per_million": 11.664, - "total_deaths_per_million": 5.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.493 - }, - { - "date": "2020-06-22", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.664, - "total_deaths_per_million": 5.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.493 - }, - { - "date": "2020-06-23", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.664, - "total_deaths_per_million": 5.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.493 - }, - { - "date": "2020-06-24", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 7.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.214, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 2.3, - "new_deaths_smoothed_per_million": 0.657 - }, - { - "date": "2020-06-25", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.214, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.657 - }, - { - "date": "2020-06-26", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.078, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.329 - }, - { - "date": "2020-06-27", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.078, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.329 - }, - { - "date": "2020-06-28", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 284.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.329 - }, - { - "date": "2020-06-29", - "total_cases": 272.0, - "new_cases": 25.0, - "new_cases_smoothed": 3.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 312.789, - "new_cases_per_million": 28.749, - "new_cases_smoothed_per_million": 4.107, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.329 - }, - { - "date": "2020-06-30", - "total_cases": 272.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 312.789, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.107, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.329 - }, - { - "date": "2020-07-01", - "total_cases": 303.0, - "new_cases": 31.0, - "new_cases_smoothed": 8.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.438, - "new_cases_per_million": 35.649, - "new_cases_smoothed_per_million": 9.2, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 303.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.438, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.2, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 303.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.438, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.2, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 309.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 355.338, - "new_cases_per_million": 6.9, - "new_cases_smoothed_per_million": 10.185, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 309.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 355.338, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.185, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 311.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 357.638, - "new_cases_per_million": 2.3, - "new_cases_smoothed_per_million": 6.407, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 311.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 357.638, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.407, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 313.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 359.938, - "new_cases_per_million": 2.3, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 313.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 359.938, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 313.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 359.938, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 313.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 359.938, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 317.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 364.538, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 317.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 364.538, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 317.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 364.538, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 317.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 364.538, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 321.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 369.137, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 328.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 377.187, - "new_cases_per_million": 8.05, - "new_cases_smoothed_per_million": 2.464, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 328.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 377.187, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.464, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 328.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 377.187, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 334.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 384.087, - "new_cases_per_million": 6.9, - "new_cases_smoothed_per_million": 2.793, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 334.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 384.087, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.793, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 337.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 387.537, - "new_cases_per_million": 3.45, - "new_cases_smoothed_per_million": 3.286, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 337.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 387.537, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.628, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 340.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 3.45, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 340.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 340.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 340.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 340.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 340.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 390.987, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 378.0, - "new_cases": 38.0, - "new_cases_smoothed": 5.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 434.685, - "new_cases_per_million": 43.699, - "new_cases_smoothed_per_million": 6.735, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 378.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 434.685, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.243, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 382.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 439.285, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 6.9, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 386.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 443.885, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 7.557, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 386.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 443.885, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.557, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 386.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 443.885, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.557, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 388.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 446.185, - "new_cases_per_million": 2.3, - "new_cases_smoothed_per_million": 7.885, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 388.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 446.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 396.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 455.384, - "new_cases_per_million": 9.2, - "new_cases_smoothed_per_million": 2.957, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 396.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 455.384, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 399.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 3.45, - "new_cases_smoothed_per_million": 2.136, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.136, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.136, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 399.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 403.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 463.434, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 405.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 465.734, - "new_cases_per_million": 2.3, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 405.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 465.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 405.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 465.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 405.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 465.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 406.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 466.884, - "new_cases_per_million": 1.15, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 406.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 466.884, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 406.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 466.884, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.493, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 417.0, - "new_cases": 11.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 12.65, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 417.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 417.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 417.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.971, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 417.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 417.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 479.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 422.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 485.283, - "new_cases_per_million": 5.75, - "new_cases_smoothed_per_million": 2.628, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 423.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 486.433, - "new_cases_per_million": 1.15, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 423.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 486.433, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 423.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 486.433, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.986, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 427.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 491.033, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 1.643, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 448.0, - "new_cases": 21.0, - "new_cases_smoothed": 4.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.182, - "new_cases_per_million": 24.149, - "new_cases_smoothed_per_million": 5.093, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 448.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.182, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.093, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 448.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 515.182, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.271, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 452.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 519.782, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 4.764, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 452.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 519.782, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.764, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 452.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 519.782, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.764, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 456.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 4.764, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 456.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 456.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 456.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.314, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 456.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 456.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 524.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.657, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 457.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 525.532, - "new_cases_per_million": 1.15, - "new_cases_smoothed_per_million": 0.821, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 457.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 525.532, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.164, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 467.0, - "new_cases": 10.0, - "new_cases_smoothed": 1.571, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 537.032, - "new_cases_per_million": 11.5, - "new_cases_smoothed_per_million": 1.807, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 470.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 3.45, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 470.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 470.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 470.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 470.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.136, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 470.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 540.481, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.136, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 474.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 545.081, - "new_cases_per_million": 4.6, - "new_cases_smoothed_per_million": 1.15, - "total_deaths_per_million": 8.05, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CPV": { - "continent": "Africa", - "location": "Cape Verde", - "population": 555988.0, - "population_density": 135.58, - "median_age": 25.7, - "aged_65_older": 4.46, - "aged_70_older": 3.437, - "gdp_per_capita": 6222.554, - "cardiovasc_death_rate": 182.219, - "diabetes_prevalence": 2.42, - "female_smokers": 2.1, - "male_smokers": 16.5, - "hospital_beds_per_thousand": 2.1, - "life_expectancy": 72.98, - "human_development_index": 0.654, - "data": [ - { - "date": "2020-03-21", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.597, - "new_cases_per_million": 3.597, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 43.52 - }, - { - "date": "2020-03-22", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.396, - "new_cases_per_million": 1.799, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 43.52 - }, - { - "date": "2020-03-23", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.396, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-03-24", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.396, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-03-25", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 5.396, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 1.799, - "stringency_index": 50.93 - }, - { - "date": "2020-03-26", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 7.194, - "new_cases_per_million": 1.799, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "stringency_index": 50.93 - }, - { - "date": "2020-03-27", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.993, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 1.285, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 53.7 - }, - { - "date": "2020-03-28", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.993, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.771, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 74.07 - }, - { - "date": "2020-03-29", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.993, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 74.07 - }, - { - "date": "2020-03-30", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.993, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 74.07 - }, - { - "date": "2020-03-31", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 8.993, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 74.07 - }, - { - "date": "2020-04-01", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.792, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 0.771, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-02", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.792, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-03", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.792, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-04", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.792, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-05", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-06", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-07", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.514, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-08", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-09", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-10", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-11", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.59, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-12", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.389, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-13", - "total_cases": 10.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.986, - "new_cases_per_million": 3.597, - "new_cases_smoothed_per_million": 0.771, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-14", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.986, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.771, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-15", - "total_cases": 11.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.785, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 1.028, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-16", - "total_cases": 55.0, - "new_cases": 44.0, - "new_cases_smoothed": 6.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.923, - "new_cases_per_million": 79.138, - "new_cases_smoothed_per_million": 12.333, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-17", - "total_cases": 55.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.923, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.333, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-18", - "total_cases": 56.0, - "new_cases": 1.0, - "new_cases_smoothed": 7.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 100.722, - "new_cases_per_million": 1.799, - "new_cases_smoothed_per_million": 12.59, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-19", - "total_cases": 58.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 104.319, - "new_cases_per_million": 3.597, - "new_cases_smoothed_per_million": 12.847, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-20", - "total_cases": 61.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 109.715, - "new_cases_per_million": 5.396, - "new_cases_smoothed_per_million": 13.104, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-21", - "total_cases": 67.0, - "new_cases": 6.0, - "new_cases_smoothed": 8.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.506, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 14.646, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-22", - "total_cases": 67.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 120.506, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.389, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-23", - "total_cases": 73.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 131.298, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 4.625, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-24", - "total_cases": 82.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 147.485, - "new_cases_per_million": 16.187, - "new_cases_smoothed_per_million": 6.937, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-25", - "total_cases": 88.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.277, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 8.222, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-26", - "total_cases": 90.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 161.874, - "new_cases_per_million": 3.597, - "new_cases_smoothed_per_million": 8.222, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-27", - "total_cases": 106.0, - "new_cases": 16.0, - "new_cases_smoothed": 6.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 190.652, - "new_cases_per_million": 28.778, - "new_cases_smoothed_per_million": 11.562, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-28", - "total_cases": 109.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 196.047, - "new_cases_per_million": 5.396, - "new_cases_smoothed_per_million": 10.792, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-29", - "total_cases": 113.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 203.242, - "new_cases_per_million": 7.194, - "new_cases_smoothed_per_million": 11.819, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-30", - "total_cases": 113.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 203.242, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.278, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-01", - "total_cases": 121.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 217.631, - "new_cases_per_million": 14.389, - "new_cases_smoothed_per_million": 10.021, - "total_deaths_per_million": 1.799, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-02", - "total_cases": 123.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 221.228, - "new_cases_per_million": 3.597, - "new_cases_smoothed_per_million": 8.993, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 87.96 - }, - { - "date": "2020-05-03", - "total_cases": 152.0, - "new_cases": 29.0, - "new_cases_smoothed": 8.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 273.387, - "new_cases_per_million": 52.159, - "new_cases_smoothed_per_million": 15.93, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 87.96 - }, - { - "date": "2020-05-04", - "total_cases": 165.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 296.769, - "new_cases_per_million": 23.382, - "new_cases_smoothed_per_million": 15.16, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 87.96 - }, - { - "date": "2020-05-05", - "total_cases": 175.0, - "new_cases": 10.0, - "new_cases_smoothed": 9.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 314.755, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 16.958, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-06", - "total_cases": 186.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 334.54, - "new_cases_per_million": 19.785, - "new_cases_smoothed_per_million": 18.757, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-07", - "total_cases": 191.0, - "new_cases": 5.0, - "new_cases_smoothed": 11.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 343.533, - "new_cases_per_million": 8.993, - "new_cases_smoothed_per_million": 20.042, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-08", - "total_cases": 218.0, - "new_cases": 27.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 392.095, - "new_cases_per_million": 48.562, - "new_cases_smoothed_per_million": 24.923, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-09", - "total_cases": 230.0, - "new_cases": 12.0, - "new_cases_smoothed": 15.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 413.678, - "new_cases_per_million": 21.583, - "new_cases_smoothed_per_million": 27.493, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-10", - "total_cases": 236.0, - "new_cases": 6.0, - "new_cases_smoothed": 12.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 424.47, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 21.583, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-11", - "total_cases": 246.0, - "new_cases": 10.0, - "new_cases_smoothed": 11.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 442.456, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 20.812, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-12", - "total_cases": 260.0, - "new_cases": 14.0, - "new_cases_smoothed": 12.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 467.636, - "new_cases_per_million": 25.18, - "new_cases_smoothed_per_million": 21.84, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-13", - "total_cases": 270.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 485.622, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 21.583, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-14", - "total_cases": 289.0, - "new_cases": 19.0, - "new_cases_smoothed": 14.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 519.795, - "new_cases_per_million": 34.173, - "new_cases_smoothed_per_million": 25.18, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-15", - "total_cases": 315.0, - "new_cases": 26.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 566.559, - "new_cases_per_million": 46.764, - "new_cases_smoothed_per_million": 24.923, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-16", - "total_cases": 326.0, - "new_cases": 11.0, - "new_cases_smoothed": 13.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 586.344, - "new_cases_per_million": 19.785, - "new_cases_smoothed_per_million": 24.667, - "total_deaths_per_million": 3.597, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-17", - "total_cases": 328.0, - "new_cases": 2.0, - "new_cases_smoothed": 13.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 589.941, - "new_cases_per_million": 3.597, - "new_cases_smoothed_per_million": 23.639, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-18", - "total_cases": 328.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 589.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.069, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-19", - "total_cases": 328.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 589.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.472, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-20", - "total_cases": 335.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 602.531, - "new_cases_per_million": 12.59, - "new_cases_smoothed_per_million": 16.701, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-21", - "total_cases": 349.0, - "new_cases": 14.0, - "new_cases_smoothed": 8.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 627.711, - "new_cases_per_million": 25.18, - "new_cases_smoothed_per_million": 15.417, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-22", - "total_cases": 356.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 640.302, - "new_cases_per_million": 12.59, - "new_cases_smoothed_per_million": 10.535, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-23", - "total_cases": 362.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 651.093, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 9.25, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-24", - "total_cases": 371.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 667.281, - "new_cases_per_million": 16.187, - "new_cases_smoothed_per_million": 11.049, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.17 - }, - { - "date": "2020-05-25", - "total_cases": 380.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 683.468, - "new_cases_per_million": 16.187, - "new_cases_smoothed_per_million": 13.361, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.17 - }, - { - "date": "2020-05-26", - "total_cases": 390.0, - "new_cases": 10.0, - "new_cases_smoothed": 8.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 701.454, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 15.93, - "total_deaths_per_million": 5.396, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.17 - }, - { - "date": "2020-05-27", - "total_cases": 390.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 701.454, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-28", - "total_cases": 390.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 701.454, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.535, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-29", - "total_cases": 390.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 701.454, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.736, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-30", - "total_cases": 405.0, - "new_cases": 15.0, - "new_cases_smoothed": 6.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 728.433, - "new_cases_per_million": 26.979, - "new_cases_smoothed_per_million": 11.049, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-05-31", - "total_cases": 421.0, - "new_cases": 16.0, - "new_cases_smoothed": 7.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 757.211, - "new_cases_per_million": 28.778, - "new_cases_smoothed_per_million": 12.847, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-01", - "total_cases": 435.0, - "new_cases": 14.0, - "new_cases_smoothed": 7.857, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 782.391, - "new_cases_per_million": 25.18, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-02", - "total_cases": 458.0, - "new_cases": 23.0, - "new_cases_smoothed": 9.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 823.759, - "new_cases_per_million": 41.368, - "new_cases_smoothed_per_million": 17.472, - "total_deaths_per_million": 7.194, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-03", - "total_cases": 466.0, - "new_cases": 8.0, - "new_cases_smoothed": 10.857, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 838.148, - "new_cases_per_million": 14.389, - "new_cases_smoothed_per_million": 19.528, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-04", - "total_cases": 477.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 857.932, - "new_cases_per_million": 19.785, - "new_cases_smoothed_per_million": 22.354, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-05", - "total_cases": 502.0, - "new_cases": 25.0, - "new_cases_smoothed": 16.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 902.897, - "new_cases_per_million": 44.965, - "new_cases_smoothed_per_million": 28.778, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-06", - "total_cases": 536.0, - "new_cases": 34.0, - "new_cases_smoothed": 18.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 964.05, - "new_cases_per_million": 61.152, - "new_cases_smoothed_per_million": 33.66, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-07", - "total_cases": 542.0, - "new_cases": 6.0, - "new_cases_smoothed": 17.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 974.841, - "new_cases_per_million": 10.792, - "new_cases_smoothed_per_million": 31.09, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-08", - "total_cases": 554.0, - "new_cases": 12.0, - "new_cases_smoothed": 17.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 996.424, - "new_cases_per_million": 21.583, - "new_cases_smoothed_per_million": 30.576, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-09", - "total_cases": 567.0, - "new_cases": 13.0, - "new_cases_smoothed": 15.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1019.806, - "new_cases_per_million": 23.382, - "new_cases_smoothed_per_million": 28.007, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-10", - "total_cases": 585.0, - "new_cases": 18.0, - "new_cases_smoothed": 17.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1052.181, - "new_cases_per_million": 32.375, - "new_cases_smoothed_per_million": 30.576, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.17 - }, - { - "date": "2020-06-11", - "total_cases": 615.0, - "new_cases": 30.0, - "new_cases_smoothed": 19.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1106.139, - "new_cases_per_million": 53.958, - "new_cases_smoothed_per_million": 35.458, - "total_deaths_per_million": 8.993, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.17 - }, - { - "date": "2020-06-12", - "total_cases": 657.0, - "new_cases": 42.0, - "new_cases_smoothed": 22.143, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1181.68, - "new_cases_per_million": 75.541, - "new_cases_smoothed_per_million": 39.826, - "total_deaths_per_million": 10.792, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-13", - "total_cases": 697.0, - "new_cases": 40.0, - "new_cases_smoothed": 23.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1253.624, - "new_cases_per_million": 71.944, - "new_cases_smoothed_per_million": 41.368, - "total_deaths_per_million": 10.792, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-14", - "total_cases": 726.0, - "new_cases": 29.0, - "new_cases_smoothed": 26.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1305.784, - "new_cases_per_million": 52.159, - "new_cases_smoothed_per_million": 47.277, - "total_deaths_per_million": 10.792, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-15", - "total_cases": 750.0, - "new_cases": 24.0, - "new_cases_smoothed": 28.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1348.95, - "new_cases_per_million": 43.166, - "new_cases_smoothed_per_million": 50.361, - "total_deaths_per_million": 10.792, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-16", - "total_cases": 760.0, - "new_cases": 10.0, - "new_cases_smoothed": 27.571, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1366.936, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 49.59, - "total_deaths_per_million": 12.59, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-17", - "total_cases": 781.0, - "new_cases": 21.0, - "new_cases_smoothed": 28.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1404.707, - "new_cases_per_million": 37.771, - "new_cases_smoothed_per_million": 50.361, - "total_deaths_per_million": 12.59, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-18", - "total_cases": 792.0, - "new_cases": 11.0, - "new_cases_smoothed": 25.286, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1424.491, - "new_cases_per_million": 19.785, - "new_cases_smoothed_per_million": 45.479, - "total_deaths_per_million": 12.59, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-19", - "total_cases": 823.0, - "new_cases": 31.0, - "new_cases_smoothed": 23.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1480.248, - "new_cases_per_million": 55.757, - "new_cases_smoothed_per_million": 42.653, - "total_deaths_per_million": 12.59, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-20", - "total_cases": 848.0, - "new_cases": 25.0, - "new_cases_smoothed": 21.571, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1525.213, - "new_cases_per_million": 44.965, - "new_cases_smoothed_per_million": 38.798, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-21", - "total_cases": 863.0, - "new_cases": 15.0, - "new_cases_smoothed": 19.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1552.192, - "new_cases_per_million": 26.979, - "new_cases_smoothed_per_million": 35.201, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-22", - "total_cases": 890.0, - "new_cases": 27.0, - "new_cases_smoothed": 20.0, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1600.754, - "new_cases_per_million": 48.562, - "new_cases_smoothed_per_million": 35.972, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-23", - "total_cases": 944.0, - "new_cases": 54.0, - "new_cases_smoothed": 26.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1697.878, - "new_cases_per_million": 97.124, - "new_cases_smoothed_per_million": 47.277, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-24", - "total_cases": 982.0, - "new_cases": 38.0, - "new_cases_smoothed": 28.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1766.225, - "new_cases_per_million": 68.347, - "new_cases_smoothed_per_million": 51.646, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-25", - "total_cases": 999.0, - "new_cases": 17.0, - "new_cases_smoothed": 29.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1796.801, - "new_cases_per_million": 30.576, - "new_cases_smoothed_per_million": 53.187, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-26", - "total_cases": 1003.0, - "new_cases": 4.0, - "new_cases_smoothed": 25.714, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1803.996, - "new_cases_per_million": 7.194, - "new_cases_smoothed_per_million": 46.25, - "total_deaths_per_million": 14.389, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.17 - }, - { - "date": "2020-06-27", - "total_cases": 1027.0, - "new_cases": 24.0, - "new_cases_smoothed": 25.571, - "total_deaths": 10.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1847.162, - "new_cases_per_million": 43.166, - "new_cases_smoothed_per_million": 45.993, - "total_deaths_per_million": 17.986, - "new_deaths_per_million": 3.597, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-06-28", - "total_cases": 1091.0, - "new_cases": 64.0, - "new_cases_smoothed": 32.571, - "total_deaths": 12.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1962.273, - "new_cases_per_million": 115.11, - "new_cases_smoothed_per_million": 58.583, - "total_deaths_per_million": 21.583, - "new_deaths_per_million": 3.597, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-06-29", - "total_cases": 1155.0, - "new_cases": 64.0, - "new_cases_smoothed": 37.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2077.383, - "new_cases_per_million": 115.11, - "new_cases_smoothed_per_million": 68.09, - "total_deaths_per_million": 21.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-06-30", - "total_cases": 1165.0, - "new_cases": 10.0, - "new_cases_smoothed": 31.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2095.369, - "new_cases_per_million": 17.986, - "new_cases_smoothed_per_million": 56.784, - "total_deaths_per_million": 21.583, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-07-01", - "total_cases": 1227.0, - "new_cases": 62.0, - "new_cases_smoothed": 35.0, - "total_deaths": 15.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2206.882, - "new_cases_per_million": 111.513, - "new_cases_smoothed_per_million": 62.951, - "total_deaths_per_million": 26.979, - "new_deaths_per_million": 5.396, - "new_deaths_smoothed_per_million": 1.799, - "stringency_index": 79.17 - }, - { - "date": "2020-07-02", - "total_cases": 1267.0, - "new_cases": 40.0, - "new_cases_smoothed": 38.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2278.826, - "new_cases_per_million": 71.944, - "new_cases_smoothed_per_million": 68.861, - "total_deaths_per_million": 26.979, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.799, - "stringency_index": 79.17 - }, - { - "date": "2020-07-03", - "total_cases": 1301.0, - "new_cases": 34.0, - "new_cases_smoothed": 42.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2339.979, - "new_cases_per_million": 61.152, - "new_cases_smoothed_per_million": 76.569, - "total_deaths_per_million": 26.979, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.799, - "stringency_index": 79.17 - }, - { - "date": "2020-07-04", - "total_cases": 1382.0, - "new_cases": 81.0, - "new_cases_smoothed": 50.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2485.665, - "new_cases_per_million": 145.687, - "new_cases_smoothed_per_million": 91.215, - "total_deaths_per_million": 26.979, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.285, - "stringency_index": 79.17 - }, - { - "date": "2020-07-05", - "total_cases": 1420.0, - "new_cases": 38.0, - "new_cases_smoothed": 47.0, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2554.012, - "new_cases_per_million": 68.347, - "new_cases_smoothed_per_million": 84.534, - "total_deaths_per_million": 28.778, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-07-06", - "total_cases": 1451.0, - "new_cases": 31.0, - "new_cases_smoothed": 42.286, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2609.769, - "new_cases_per_million": 55.757, - "new_cases_smoothed_per_million": 76.055, - "total_deaths_per_million": 30.576, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.285, - "stringency_index": 79.17 - }, - { - "date": "2020-07-07", - "total_cases": 1463.0, - "new_cases": 12.0, - "new_cases_smoothed": 42.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2631.352, - "new_cases_per_million": 21.583, - "new_cases_smoothed_per_million": 76.569, - "total_deaths_per_million": 30.576, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.285, - "stringency_index": 79.17 - }, - { - "date": "2020-07-08", - "total_cases": 1499.0, - "new_cases": 36.0, - "new_cases_smoothed": 38.857, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2696.101, - "new_cases_per_million": 64.75, - "new_cases_smoothed_per_million": 69.888, - "total_deaths_per_million": 32.375, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 79.17 - }, - { - "date": "2020-07-09", - "total_cases": 1542.0, - "new_cases": 43.0, - "new_cases_smoothed": 39.286, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2773.441, - "new_cases_per_million": 77.34, - "new_cases_smoothed_per_million": 70.659, - "total_deaths_per_million": 32.375, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 79.17 - }, - { - "date": "2020-07-10", - "total_cases": 1553.0, - "new_cases": 11.0, - "new_cases_smoothed": 36.0, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2793.226, - "new_cases_per_million": 19.785, - "new_cases_smoothed_per_million": 64.75, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-07-11", - "total_cases": 1553.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2793.226, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 43.937, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 79.17 - }, - { - "date": "2020-07-12", - "total_cases": 1591.0, - "new_cases": 38.0, - "new_cases_smoothed": 24.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2861.573, - "new_cases_per_million": 68.347, - "new_cases_smoothed_per_million": 43.937, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 79.17 - }, - { - "date": "2020-07-13", - "total_cases": 1698.0, - "new_cases": 107.0, - "new_cases_smoothed": 35.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3054.023, - "new_cases_per_million": 192.45, - "new_cases_smoothed_per_million": 63.465, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-07-14", - "total_cases": 1722.0, - "new_cases": 24.0, - "new_cases_smoothed": 37.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3097.189, - "new_cases_per_million": 43.166, - "new_cases_smoothed_per_million": 66.548, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 79.17 - }, - { - "date": "2020-07-15", - "total_cases": 1780.0, - "new_cases": 58.0, - "new_cases_smoothed": 40.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3201.508, - "new_cases_per_million": 104.319, - "new_cases_smoothed_per_million": 72.201, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 68.06 - }, - { - "date": "2020-07-16", - "total_cases": 1837.0, - "new_cases": 57.0, - "new_cases_smoothed": 42.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3304.028, - "new_cases_per_million": 102.52, - "new_cases_smoothed_per_million": 75.798, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 68.06 - }, - { - "date": "2020-07-17", - "total_cases": 1894.0, - "new_cases": 57.0, - "new_cases_smoothed": 48.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3406.548, - "new_cases_per_million": 102.52, - "new_cases_smoothed_per_million": 87.618, - "total_deaths_per_million": 34.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 68.06 - }, - { - "date": "2020-07-18", - "total_cases": 1939.0, - "new_cases": 45.0, - "new_cases_smoothed": 55.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3487.485, - "new_cases_per_million": 80.937, - "new_cases_smoothed_per_million": 99.18, - "total_deaths_per_million": 35.972, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 68.06 - }, - { - "date": "2020-07-19", - "total_cases": 2014.0, - "new_cases": 75.0, - "new_cases_smoothed": 60.429, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3622.38, - "new_cases_per_million": 134.895, - "new_cases_smoothed_per_million": 108.687, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-20", - "total_cases": 2043.0, - "new_cases": 29.0, - "new_cases_smoothed": 49.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3674.54, - "new_cases_per_million": 52.159, - "new_cases_smoothed_per_million": 88.645, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-21", - "total_cases": 2071.0, - "new_cases": 28.0, - "new_cases_smoothed": 49.857, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3724.901, - "new_cases_per_million": 50.361, - "new_cases_smoothed_per_million": 89.673, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-22", - "total_cases": 2107.0, - "new_cases": 36.0, - "new_cases_smoothed": 46.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3789.65, - "new_cases_per_million": 64.75, - "new_cases_smoothed_per_million": 84.02, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-23", - "total_cases": 2154.0, - "new_cases": 47.0, - "new_cases_smoothed": 45.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3874.184, - "new_cases_per_million": 84.534, - "new_cases_smoothed_per_million": 81.451, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-24", - "total_cases": 2190.0, - "new_cases": 36.0, - "new_cases_smoothed": 42.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3938.934, - "new_cases_per_million": 64.75, - "new_cases_smoothed_per_million": 76.055, - "total_deaths_per_million": 37.771, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-25", - "total_cases": 2220.0, - "new_cases": 30.0, - "new_cases_smoothed": 40.143, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3992.892, - "new_cases_per_million": 53.958, - "new_cases_smoothed_per_million": 72.201, - "total_deaths_per_million": 39.569, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.06 - }, - { - "date": "2020-07-26", - "total_cases": 2258.0, - "new_cases": 38.0, - "new_cases_smoothed": 34.857, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4061.239, - "new_cases_per_million": 68.347, - "new_cases_smoothed_per_million": 62.694, - "total_deaths_per_million": 39.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 68.06 - }, - { - "date": "2020-07-27", - "total_cases": 2307.0, - "new_cases": 49.0, - "new_cases_smoothed": 37.714, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4149.37, - "new_cases_per_million": 88.131, - "new_cases_smoothed_per_million": 67.833, - "total_deaths_per_million": 39.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-07-28", - "total_cases": 2328.0, - "new_cases": 21.0, - "new_cases_smoothed": 36.714, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4187.141, - "new_cases_per_million": 37.771, - "new_cases_smoothed_per_million": 66.034, - "total_deaths_per_million": 39.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-07-29", - "total_cases": 2354.0, - "new_cases": 26.0, - "new_cases_smoothed": 35.286, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4233.904, - "new_cases_per_million": 46.764, - "new_cases_smoothed_per_million": 63.465, - "total_deaths_per_million": 39.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-07-30", - "total_cases": 2373.0, - "new_cases": 19.0, - "new_cases_smoothed": 31.286, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4268.078, - "new_cases_per_million": 34.173, - "new_cases_smoothed_per_million": 56.27, - "total_deaths_per_million": 41.368, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-07-31", - "total_cases": 2373.0, - "new_cases": 0.0, - "new_cases_smoothed": 26.143, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4268.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 47.021, - "total_deaths_per_million": 41.368, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-01", - "total_cases": 2451.0, - "new_cases": 78.0, - "new_cases_smoothed": 33.0, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4408.369, - "new_cases_per_million": 140.291, - "new_cases_smoothed_per_million": 59.354, - "total_deaths_per_million": 41.368, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-08-02", - "total_cases": 2480.0, - "new_cases": 29.0, - "new_cases_smoothed": 31.714, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4460.528, - "new_cases_per_million": 52.159, - "new_cases_smoothed_per_million": 57.041, - "total_deaths_per_million": 43.166, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-03", - "total_cases": 2547.0, - "new_cases": 67.0, - "new_cases_smoothed": 34.286, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4581.034, - "new_cases_per_million": 120.506, - "new_cases_smoothed_per_million": 61.666, - "total_deaths_per_million": 43.166, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-04", - "total_cases": 2583.0, - "new_cases": 36.0, - "new_cases_smoothed": 36.429, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4645.784, - "new_cases_per_million": 64.75, - "new_cases_smoothed_per_million": 65.52, - "total_deaths_per_million": 44.965, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-08-05", - "total_cases": 2631.0, - "new_cases": 48.0, - "new_cases_smoothed": 39.571, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4732.117, - "new_cases_per_million": 86.333, - "new_cases_smoothed_per_million": 71.173, - "total_deaths_per_million": 46.764, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-06", - "total_cases": 2689.0, - "new_cases": 58.0, - "new_cases_smoothed": 45.143, - "total_deaths": 27.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4836.435, - "new_cases_per_million": 104.319, - "new_cases_smoothed_per_million": 81.194, - "total_deaths_per_million": 48.562, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-07", - "total_cases": 2734.0, - "new_cases": 45.0, - "new_cases_smoothed": 51.571, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4917.372, - "new_cases_per_million": 80.937, - "new_cases_smoothed_per_million": 92.756, - "total_deaths_per_million": 48.562, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-08", - "total_cases": 2780.0, - "new_cases": 46.0, - "new_cases_smoothed": 47.0, - "total_deaths": 29.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5000.108, - "new_cases_per_million": 82.736, - "new_cases_smoothed_per_million": 84.534, - "total_deaths_per_million": 52.159, - "new_deaths_per_million": 3.597, - "new_deaths_smoothed_per_million": 1.542, - "stringency_index": 65.28 - }, - { - "date": "2020-08-09", - "total_cases": 2835.0, - "new_cases": 55.0, - "new_cases_smoothed": 50.714, - "total_deaths": 32.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5099.031, - "new_cases_per_million": 98.923, - "new_cases_smoothed_per_million": 91.215, - "total_deaths_per_million": 57.555, - "new_deaths_per_million": 5.396, - "new_deaths_smoothed_per_million": 2.056, - "stringency_index": 65.28 - }, - { - "date": "2020-08-10", - "total_cases": 2858.0, - "new_cases": 23.0, - "new_cases_smoothed": 44.429, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5140.399, - "new_cases_per_million": 41.368, - "new_cases_smoothed_per_million": 79.909, - "total_deaths_per_million": 57.555, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.056, - "stringency_index": 65.28 - }, - { - "date": "2020-08-11", - "total_cases": 2883.0, - "new_cases": 25.0, - "new_cases_smoothed": 42.857, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5185.364, - "new_cases_per_million": 44.965, - "new_cases_smoothed_per_million": 77.083, - "total_deaths_per_million": 57.555, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.799, - "stringency_index": 65.28 - }, - { - "date": "2020-08-12", - "total_cases": 2920.0, - "new_cases": 37.0, - "new_cases_smoothed": 41.286, - "total_deaths": 33.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 5251.912, - "new_cases_per_million": 66.548, - "new_cases_smoothed_per_million": 74.256, - "total_deaths_per_million": 59.354, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.799, - "stringency_index": 65.28 - }, - { - "date": "2020-08-13", - "total_cases": 3000.0, - "new_cases": 80.0, - "new_cases_smoothed": 44.429, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5395.8, - "new_cases_per_million": 143.888, - "new_cases_smoothed_per_million": 79.909, - "total_deaths_per_million": 59.354, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.542, - "stringency_index": 65.28 - }, - { - "date": "2020-08-14", - "total_cases": 3073.0, - "new_cases": 73.0, - "new_cases_smoothed": 48.429, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 5527.098, - "new_cases_per_million": 131.298, - "new_cases_smoothed_per_million": 87.104, - "total_deaths_per_million": 59.354, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.542, - "stringency_index": 65.28 - }, - { - "date": "2020-08-15", - "total_cases": 3136.0, - "new_cases": 63.0, - "new_cases_smoothed": 50.857, - "total_deaths": 33.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 5640.41, - "new_cases_per_million": 113.312, - "new_cases_smoothed_per_million": 91.472, - "total_deaths_per_million": 59.354, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-16", - "total_cases": 3163.0, - "new_cases": 27.0, - "new_cases_smoothed": 46.857, - "total_deaths": 34.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5688.972, - "new_cases_per_million": 48.562, - "new_cases_smoothed_per_million": 84.277, - "total_deaths_per_million": 61.152, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-17", - "total_cases": 3179.0, - "new_cases": 16.0, - "new_cases_smoothed": 45.857, - "total_deaths": 35.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5717.749, - "new_cases_per_million": 28.778, - "new_cases_smoothed_per_million": 82.479, - "total_deaths_per_million": 62.951, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-08-18", - "total_cases": 3203.0, - "new_cases": 24.0, - "new_cases_smoothed": 45.714, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 5760.916, - "new_cases_per_million": 43.166, - "new_cases_smoothed_per_million": 82.222, - "total_deaths_per_million": 64.75, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-19", - "total_cases": 3253.0, - "new_cases": 50.0, - "new_cases_smoothed": 47.571, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5850.846, - "new_cases_per_million": 89.93, - "new_cases_smoothed_per_million": 85.562, - "total_deaths_per_million": 64.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-08-20", - "total_cases": 3321.0, - "new_cases": 68.0, - "new_cases_smoothed": 45.857, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5973.15, - "new_cases_per_million": 122.305, - "new_cases_smoothed_per_million": 82.479, - "total_deaths_per_million": 64.75, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-08-21", - "total_cases": 3368.0, - "new_cases": 47.0, - "new_cases_smoothed": 42.143, - "total_deaths": 37.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6057.685, - "new_cases_per_million": 84.534, - "new_cases_smoothed_per_million": 75.798, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-22", - "total_cases": 3412.0, - "new_cases": 44.0, - "new_cases_smoothed": 39.429, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 6136.823, - "new_cases_per_million": 79.138, - "new_cases_smoothed_per_million": 70.916, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 65.28 - }, - { - "date": "2020-08-23", - "total_cases": 3455.0, - "new_cases": 43.0, - "new_cases_smoothed": 41.714, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6214.163, - "new_cases_per_million": 77.34, - "new_cases_smoothed_per_million": 75.027, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-08-24", - "total_cases": 3509.0, - "new_cases": 54.0, - "new_cases_smoothed": 47.143, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6311.287, - "new_cases_per_million": 97.124, - "new_cases_smoothed_per_million": 84.791, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-25", - "total_cases": 3532.0, - "new_cases": 23.0, - "new_cases_smoothed": 47.0, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6352.655, - "new_cases_per_million": 41.368, - "new_cases_smoothed_per_million": 84.534, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-08-26", - "total_cases": 3568.0, - "new_cases": 36.0, - "new_cases_smoothed": 45.0, - "total_deaths": 37.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6417.405, - "new_cases_per_million": 64.75, - "new_cases_smoothed_per_million": 80.937, - "total_deaths_per_million": 66.548, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-08-27", - "total_cases": 3630.0, - "new_cases": 62.0, - "new_cases_smoothed": 44.143, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6528.918, - "new_cases_per_million": 111.513, - "new_cases_smoothed_per_million": 79.395, - "total_deaths_per_million": 68.347, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-28", - "total_cases": 3699.0, - "new_cases": 69.0, - "new_cases_smoothed": 47.286, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6653.021, - "new_cases_per_million": 124.103, - "new_cases_smoothed_per_million": 85.048, - "total_deaths_per_million": 68.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-08-29", - "total_cases": 3745.0, - "new_cases": 46.0, - "new_cases_smoothed": 47.571, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6735.757, - "new_cases_per_million": 82.736, - "new_cases_smoothed_per_million": 85.562, - "total_deaths_per_million": 68.347, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 65.28 - }, - { - "date": "2020-08-30", - "total_cases": 3778.0, - "new_cases": 33.0, - "new_cases_smoothed": 46.143, - "total_deaths": 39.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6795.111, - "new_cases_per_million": 59.354, - "new_cases_smoothed_per_million": 82.993, - "total_deaths_per_million": 70.145, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 65.28 - }, - { - "date": "2020-08-31", - "total_cases": 3852.0, - "new_cases": 74.0, - "new_cases_smoothed": 49.0, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6928.207, - "new_cases_per_million": 133.096, - "new_cases_smoothed_per_million": 88.131, - "total_deaths_per_million": 71.944, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 65.28 - }, - { - "date": "2020-09-01", - "total_cases": 3884.0, - "new_cases": 32.0, - "new_cases_smoothed": 50.286, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6985.762, - "new_cases_per_million": 57.555, - "new_cases_smoothed_per_million": 90.444, - "total_deaths_per_million": 71.944, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-02", - "total_cases": 3970.0, - "new_cases": 86.0, - "new_cases_smoothed": 57.429, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7140.442, - "new_cases_per_million": 154.68, - "new_cases_smoothed_per_million": 103.291, - "total_deaths_per_million": 71.944, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-03", - "total_cases": 4048.0, - "new_cases": 78.0, - "new_cases_smoothed": 59.714, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7280.733, - "new_cases_per_million": 140.291, - "new_cases_smoothed_per_million": 107.402, - "total_deaths_per_million": 73.743, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-04", - "total_cases": 4125.0, - "new_cases": 77.0, - "new_cases_smoothed": 60.857, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7419.225, - "new_cases_per_million": 138.492, - "new_cases_smoothed_per_million": 109.458, - "total_deaths_per_million": 73.743, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-05", - "total_cases": 4200.0, - "new_cases": 75.0, - "new_cases_smoothed": 65.0, - "total_deaths": 41.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7554.12, - "new_cases_per_million": 134.895, - "new_cases_smoothed_per_million": 116.909, - "total_deaths_per_million": 73.743, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-06", - "total_cases": 4275.0, - "new_cases": 75.0, - "new_cases_smoothed": 71.0, - "total_deaths": 42.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 7689.015, - "new_cases_per_million": 134.895, - "new_cases_smoothed_per_million": 127.701, - "total_deaths_per_million": 75.541, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-07", - "total_cases": 4330.0, - "new_cases": 55.0, - "new_cases_smoothed": 68.286, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7787.938, - "new_cases_per_million": 98.923, - "new_cases_smoothed_per_million": 122.819, - "total_deaths_per_million": 75.541, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-08", - "total_cases": 4358.0, - "new_cases": 28.0, - "new_cases_smoothed": 67.714, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7838.299, - "new_cases_per_million": 50.361, - "new_cases_smoothed_per_million": 121.791, - "total_deaths_per_million": 75.541, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-09", - "total_cases": 4400.0, - "new_cases": 42.0, - "new_cases_smoothed": 61.429, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7913.84, - "new_cases_per_million": 75.541, - "new_cases_smoothed_per_million": 110.485, - "total_deaths_per_million": 75.541, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-10", - "total_cases": 4473.0, - "new_cases": 73.0, - "new_cases_smoothed": 60.714, - "total_deaths": 43.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8045.138, - "new_cases_per_million": 131.298, - "new_cases_smoothed_per_million": 109.201, - "total_deaths_per_million": 77.34, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-11", - "total_cases": 4557.0, - "new_cases": 84.0, - "new_cases_smoothed": 61.714, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8196.22, - "new_cases_per_million": 151.082, - "new_cases_smoothed_per_million": 110.999, - "total_deaths_per_million": 77.34, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-12", - "total_cases": 4651.0, - "new_cases": 94.0, - "new_cases_smoothed": 64.429, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8365.288, - "new_cases_per_million": 169.068, - "new_cases_smoothed_per_million": 115.881, - "total_deaths_per_million": 79.138, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-13", - "total_cases": 4711.0, - "new_cases": 60.0, - "new_cases_smoothed": 62.286, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8473.204, - "new_cases_per_million": 107.916, - "new_cases_smoothed_per_million": 112.027, - "total_deaths_per_million": 79.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-14", - "total_cases": 4813.0, - "new_cases": 102.0, - "new_cases_smoothed": 69.0, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 8656.662, - "new_cases_per_million": 183.457, - "new_cases_smoothed_per_million": 124.103, - "total_deaths_per_million": 79.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "stringency_index": 68.98 - }, - { - "date": "2020-09-15", - "total_cases": 4839.0, - "new_cases": 26.0, - "new_cases_smoothed": 68.714, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8703.425, - "new_cases_per_million": 46.764, - "new_cases_smoothed_per_million": 123.59, - "total_deaths_per_million": 80.937, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 0.771, - "stringency_index": 68.98 - }, - { - "date": "2020-09-16", - "total_cases": 4904.0, - "new_cases": 65.0, - "new_cases_smoothed": 72.0, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8820.334, - "new_cases_per_million": 116.909, - "new_cases_smoothed_per_million": 129.499, - "total_deaths_per_million": 82.736, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 68.98 - }, - { - "date": "2020-09-17", - "total_cases": 4978.0, - "new_cases": 74.0, - "new_cases_smoothed": 72.143, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 8953.431, - "new_cases_per_million": 133.096, - "new_cases_smoothed_per_million": 129.756, - "total_deaths_per_million": 84.534, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.028, - "stringency_index": 68.98 - }, - { - "date": "2020-09-18", - "total_cases": 5063.0, - "new_cases": 85.0, - "new_cases_smoothed": 72.286, - "total_deaths": 49.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9106.312, - "new_cases_per_million": 152.881, - "new_cases_smoothed_per_million": 130.013, - "total_deaths_per_million": 88.131, - "new_deaths_per_million": 3.597, - "new_deaths_smoothed_per_million": 1.542, - "stringency_index": 68.98 - }, - { - "date": "2020-09-19", - "total_cases": 5141.0, - "new_cases": 78.0, - "new_cases_smoothed": 70.0, - "total_deaths": 50.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9246.602, - "new_cases_per_million": 140.291, - "new_cases_smoothed_per_million": 125.902, - "total_deaths_per_million": 89.93, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.542, - "stringency_index": 68.98 - }, - { - "date": "2020-09-20", - "total_cases": 5186.0, - "new_cases": 45.0, - "new_cases_smoothed": 67.857, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9327.539, - "new_cases_per_million": 80.937, - "new_cases_smoothed_per_million": 122.048, - "total_deaths_per_million": 89.93, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.542 - }, - { - "date": "2020-09-21", - "total_cases": 5257.0, - "new_cases": 71.0, - "new_cases_smoothed": 63.429, - "total_deaths": 51.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9455.24, - "new_cases_per_million": 127.701, - "new_cases_smoothed_per_million": 114.083, - "total_deaths_per_million": 91.729, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.799 - }, - { - "date": "2020-09-22", - "total_cases": 5257.0, - "new_cases": 0.0, - "new_cases_smoothed": 59.714, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9455.24, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 107.402, - "total_deaths_per_million": 91.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.542 - }, - { - "date": "2020-09-23", - "total_cases": 5281.0, - "new_cases": 24.0, - "new_cases_smoothed": 53.857, - "total_deaths": 52.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9498.406, - "new_cases_per_million": 43.166, - "new_cases_smoothed_per_million": 96.867, - "total_deaths_per_million": 93.527, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.542 - }, - { - "date": "2020-09-24", - "total_cases": 5412.0, - "new_cases": 131.0, - "new_cases_smoothed": 62.0, - "total_deaths": 54.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9734.023, - "new_cases_per_million": 235.617, - "new_cases_smoothed_per_million": 111.513, - "total_deaths_per_million": 97.124, - "new_deaths_per_million": 3.597, - "new_deaths_smoothed_per_million": 1.799 - }, - { - "date": "2020-09-25", - "total_cases": 5479.0, - "new_cases": 67.0, - "new_cases_smoothed": 59.429, - "total_deaths": 55.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 9854.529, - "new_cases_per_million": 120.506, - "new_cases_smoothed_per_million": 106.888, - "total_deaths_per_million": 98.923, - "new_deaths_per_million": 1.799, - "new_deaths_smoothed_per_million": 1.542 - } - ] - }, - "CRI": { - "continent": "North America", - "location": "Costa Rica", - "population": 5094114.0, - "population_density": 96.079, - "median_age": 33.6, - "aged_65_older": 9.468, - "aged_70_older": 5.694, - "gdp_per_capita": 15524.995, - "extreme_poverty": 1.3, - "cardiovasc_death_rate": 137.973, - "diabetes_prevalence": 8.78, - "female_smokers": 6.4, - "male_smokers": 17.4, - "handwashing_facilities": 83.841, - "hospital_beds_per_thousand": 1.13, - "life_expectancy": 80.28, - "human_development_index": 0.794, - "data": [ - { - "date": "2020-03-07", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.196, - "new_cases_per_million": 0.196, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 5.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.982, - "new_cases_per_million": 0.785, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-10", - "total_cases": 9.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.767, - "new_cases_per_million": 0.785, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 29.63 - }, - { - "date": "2020-03-11", - "total_cases": 13.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.552, - "new_cases_per_million": 0.785, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 68.0, - "total_tests": 68.0, - "total_tests_per_thousand": 0.013, - "new_tests_per_thousand": 0.013, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 29.63 - }, - { - "date": "2020-03-12", - "total_cases": 22.0, - "new_cases": 9.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 4.319, - "new_cases_per_million": 1.767, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 89.0, - "total_tests": 157.0, - "total_tests_per_thousand": 0.031, - "new_tests_per_thousand": 0.017, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 37.04 - }, - { - "date": "2020-03-13", - "total_cases": 23.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.515, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 86.0, - "total_tests": 243.0, - "total_tests_per_thousand": 0.048, - "new_tests_per_thousand": 0.017, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 37.04 - }, - { - "date": "2020-03-14", - "total_cases": 26.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.104, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 0.701, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 127.0, - "total_tests": 370.0, - "total_tests_per_thousand": 0.073, - "new_tests_per_thousand": 0.025, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 37.04 - }, - { - "date": "2020-03-15", - "total_cases": 27.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.3, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 0.729, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 413.0, - "total_tests_per_thousand": 0.081, - "new_tests_per_thousand": 0.008, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 37.04 - }, - { - "date": "2020-03-16", - "total_cases": 35.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.871, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 0.841, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 171.0, - "total_tests": 584.0, - "total_tests_per_thousand": 0.115, - "new_tests_per_thousand": 0.034, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 37.04 - }, - { - "date": "2020-03-17", - "total_cases": 41.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.049, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 0.897, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 114.0, - "total_tests": 698.0, - "total_tests_per_thousand": 0.137, - "new_tests_per_thousand": 0.022, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-03-18", - "total_cases": 50.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.815, - "new_cases_per_million": 1.767, - "new_cases_smoothed_per_million": 1.038, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 154.0, - "total_tests": 852.0, - "total_tests_per_thousand": 0.167, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 112.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-03-19", - "total_cases": 69.0, - "new_cases": 19.0, - "new_cases_smoothed": 6.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 13.545, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 1.318, - "total_deaths_per_million": 0.196, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 116.0, - "total_tests": 968.0, - "total_tests_per_thousand": 0.19, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 116.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-03-20", - "total_cases": 87.0, - "new_cases": 18.0, - "new_cases_smoothed": 9.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 17.079, - "new_cases_per_million": 3.533, - "new_cases_smoothed_per_million": 1.795, - "total_deaths_per_million": 0.196, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 119.0, - "total_tests": 1087.0, - "total_tests_per_thousand": 0.213, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 121.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-03-21", - "total_cases": 113.0, - "new_cases": 26.0, - "new_cases_smoothed": 12.429, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 22.182, - "new_cases_per_million": 5.104, - "new_cases_smoothed_per_million": 2.44, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 148.0, - "total_tests": 1235.0, - "total_tests_per_thousand": 0.242, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 124.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-22", - "total_cases": 117.0, - "new_cases": 4.0, - "new_cases_smoothed": 12.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 22.968, - "new_cases_per_million": 0.785, - "new_cases_smoothed_per_million": 2.524, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 227.0, - "total_tests": 1462.0, - "total_tests_per_thousand": 0.287, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 150.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-23", - "total_cases": 134.0, - "new_cases": 17.0, - "new_cases_smoothed": 14.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 26.305, - "new_cases_per_million": 3.337, - "new_cases_smoothed_per_million": 2.776, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 157.0, - "total_tests": 1619.0, - "total_tests_per_thousand": 0.318, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 148.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-24", - "total_cases": 158.0, - "new_cases": 24.0, - "new_cases_smoothed": 16.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 31.016, - "new_cases_per_million": 4.711, - "new_cases_smoothed_per_million": 3.281, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 165.0, - "total_tests": 1784.0, - "total_tests_per_thousand": 0.35, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 155.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-25", - "total_cases": 177.0, - "new_cases": 19.0, - "new_cases_smoothed": 18.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 34.746, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.562, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 89.0, - "total_tests": 1873.0, - "total_tests_per_thousand": 0.368, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 146.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-26", - "total_cases": 201.0, - "new_cases": 24.0, - "new_cases_smoothed": 18.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 39.457, - "new_cases_per_million": 4.711, - "new_cases_smoothed_per_million": 3.702, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 677.0, - "total_tests": 2550.0, - "total_tests_per_thousand": 0.501, - "new_tests_per_thousand": 0.133, - "new_tests_smoothed": 226.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-27", - "total_cases": 231.0, - "new_cases": 30.0, - "new_cases_smoothed": 20.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.346, - "new_cases_per_million": 5.889, - "new_cases_smoothed_per_million": 4.038, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 487.0, - "total_tests": 3037.0, - "total_tests_per_thousand": 0.596, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 279.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-28", - "total_cases": 263.0, - "new_cases": 32.0, - "new_cases_smoothed": 21.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 51.628, - "new_cases_per_million": 6.282, - "new_cases_smoothed_per_million": 4.207, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 158.0, - "total_tests": 3195.0, - "total_tests_per_thousand": 0.627, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 280.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-29", - "total_cases": 295.0, - "new_cases": 32.0, - "new_cases_smoothed": 25.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.91, - "new_cases_per_million": 6.282, - "new_cases_smoothed_per_million": 4.992, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 222.0, - "total_tests": 3417.0, - "total_tests_per_thousand": 0.671, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 279.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-30", - "total_cases": 314.0, - "new_cases": 19.0, - "new_cases_smoothed": 25.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 61.64, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 5.048, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 263.0, - "total_tests": 3680.0, - "total_tests_per_thousand": 0.722, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 294.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-03-31", - "total_cases": 330.0, - "new_cases": 16.0, - "new_cases_smoothed": 24.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.781, - "new_cases_per_million": 3.141, - "new_cases_smoothed_per_million": 4.823, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 153.0, - "total_tests": 3833.0, - "total_tests_per_thousand": 0.752, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 293.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 71.3 - }, - { - "date": "2020-04-01", - "total_cases": 347.0, - "new_cases": 17.0, - "new_cases_smoothed": 24.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 68.118, - "new_cases_per_million": 3.337, - "new_cases_smoothed_per_million": 4.767, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 373.0, - "total_tests": 4206.0, - "total_tests_per_thousand": 0.826, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 333.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-02", - "total_cases": 375.0, - "new_cases": 28.0, - "new_cases_smoothed": 24.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 73.614, - "new_cases_per_million": 5.497, - "new_cases_smoothed_per_million": 4.88, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 132.0, - "total_tests": 4338.0, - "total_tests_per_thousand": 0.852, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 255.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-03", - "total_cases": 396.0, - "new_cases": 21.0, - "new_cases_smoothed": 23.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 77.737, - "new_cases_per_million": 4.122, - "new_cases_smoothed_per_million": 4.627, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 110.0, - "total_tests": 4448.0, - "total_tests_per_thousand": 0.873, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 202.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-04", - "total_cases": 416.0, - "new_cases": 20.0, - "new_cases_smoothed": 21.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 81.663, - "new_cases_per_million": 3.926, - "new_cases_smoothed_per_million": 4.291, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 194.0, - "total_tests": 4642.0, - "total_tests_per_thousand": 0.911, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 207.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-05", - "total_cases": 435.0, - "new_cases": 19.0, - "new_cases_smoothed": 20.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.393, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.926, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 444.0, - "total_tests": 5086.0, - "total_tests_per_thousand": 0.998, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 238.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-06", - "total_cases": 454.0, - "new_cases": 19.0, - "new_cases_smoothed": 20.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.122, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.926, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 265.0, - "total_tests": 5351.0, - "total_tests_per_thousand": 1.05, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 239.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-07", - "total_cases": 467.0, - "new_cases": 13.0, - "new_cases_smoothed": 19.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 91.674, - "new_cases_per_million": 2.552, - "new_cases_smoothed_per_million": 3.842, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 162.0, - "total_tests": 5513.0, - "total_tests_per_thousand": 1.082, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 240.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.0 - }, - { - "date": "2020-04-08", - "total_cases": 483.0, - "new_cases": 16.0, - "new_cases_smoothed": 19.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 94.815, - "new_cases_per_million": 3.141, - "new_cases_smoothed_per_million": 3.814, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 510.0, - "total_tests": 6023.0, - "total_tests_per_thousand": 1.182, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 260.0, - "new_tests_smoothed_per_thousand": 0.051, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 77.78 - }, - { - "date": "2020-04-09", - "total_cases": 502.0, - "new_cases": 19.0, - "new_cases_smoothed": 18.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 98.545, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.562, - "total_deaths_per_million": 0.393, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 263.0, - "total_tests": 6286.0, - "total_tests_per_thousand": 1.234, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 278.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 77.78 - }, - { - "date": "2020-04-10", - "total_cases": 539.0, - "new_cases": 37.0, - "new_cases_smoothed": 20.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 105.808, - "new_cases_per_million": 7.263, - "new_cases_smoothed_per_million": 4.01, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 154.0, - "total_tests": 6440.0, - "total_tests_per_thousand": 1.264, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 285.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 77.78 - }, - { - "date": "2020-04-11", - "total_cases": 558.0, - "new_cases": 19.0, - "new_cases_smoothed": 20.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 109.538, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.982, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 156.0, - "total_tests": 6596.0, - "total_tests_per_thousand": 1.295, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 279.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 77.78 - }, - { - "date": "2020-04-12", - "total_cases": 577.0, - "new_cases": 19.0, - "new_cases_smoothed": 20.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 113.268, - "new_cases_per_million": 3.73, - "new_cases_smoothed_per_million": 3.982, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 154.0, - "total_tests": 6750.0, - "total_tests_per_thousand": 1.325, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 238.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 77.78 - }, - { - "date": "2020-04-13", - "total_cases": 595.0, - "new_cases": 18.0, - "new_cases_smoothed": 20.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 116.801, - "new_cases_per_million": 3.533, - "new_cases_smoothed_per_million": 3.954, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 106.0, - "total_tests": 6856.0, - "total_tests_per_thousand": 1.346, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 215.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-14", - "total_cases": 612.0, - "new_cases": 17.0, - "new_cases_smoothed": 20.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 120.139, - "new_cases_per_million": 3.337, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 76.0, - "total_tests": 6932.0, - "total_tests_per_thousand": 1.361, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 203.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-15", - "total_cases": 618.0, - "new_cases": 6.0, - "new_cases_smoothed": 19.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 121.316, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 3.786, - "total_deaths_per_million": 0.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 193.0, - "total_tests": 7125.0, - "total_tests_per_thousand": 1.399, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 157.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-16", - "total_cases": 626.0, - "new_cases": 8.0, - "new_cases_smoothed": 17.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 122.887, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 3.477, - "total_deaths_per_million": 0.785, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 214.0, - "total_tests": 7339.0, - "total_tests_per_thousand": 1.441, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 150.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-17", - "total_cases": 642.0, - "new_cases": 16.0, - "new_cases_smoothed": 14.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 126.028, - "new_cases_per_million": 3.141, - "new_cases_smoothed_per_million": 2.888, - "total_deaths_per_million": 0.785, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 172.0, - "total_tests": 7511.0, - "total_tests_per_thousand": 1.474, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 153.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-18", - "total_cases": 649.0, - "new_cases": 7.0, - "new_cases_smoothed": 13.0, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 127.402, - "new_cases_per_million": 1.374, - "new_cases_smoothed_per_million": 2.552, - "total_deaths_per_million": 0.785, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 227.0, - "total_tests": 7738.0, - "total_tests_per_thousand": 1.519, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 163.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-19", - "total_cases": 655.0, - "new_cases": 6.0, - "new_cases_smoothed": 11.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 128.58, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 2.187, - "total_deaths_per_million": 0.785, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 52.0, - "total_tests": 7790.0, - "total_tests_per_thousand": 1.529, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 149.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-20", - "total_cases": 660.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 129.561, - "new_cases_per_million": 0.982, - "new_cases_smoothed_per_million": 1.823, - "total_deaths_per_million": 0.785, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 96.0, - "total_tests": 7886.0, - "total_tests_per_thousand": 1.548, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 147.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-21", - "total_cases": 662.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.143, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 129.954, - "new_cases_per_million": 0.393, - "new_cases_smoothed_per_million": 1.402, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 266.0, - "total_tests": 8152.0, - "total_tests_per_thousand": 1.6, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 174.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-22", - "total_cases": 669.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 131.328, - "new_cases_per_million": 1.374, - "new_cases_smoothed_per_million": 1.43, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 301.0, - "total_tests": 8453.0, - "total_tests_per_thousand": 1.659, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 190.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-23", - "total_cases": 681.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 133.684, - "new_cases_per_million": 2.356, - "new_cases_smoothed_per_million": 1.542, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 253.0, - "total_tests": 8706.0, - "total_tests_per_thousand": 1.709, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 195.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-24", - "total_cases": 687.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 134.862, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 1.262, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 102.0, - "total_tests": 8808.0, - "total_tests_per_thousand": 1.729, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 185.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-25", - "total_cases": 687.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 134.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.066, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 87.0, - "total_tests": 8895.0, - "total_tests_per_thousand": 1.746, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 165.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-26", - "total_cases": 693.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 136.039, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 1.066, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 37.0, - "total_tests": 8932.0, - "total_tests_per_thousand": 1.753, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 163.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 75.93 - }, - { - "date": "2020-04-27", - "total_cases": 695.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 136.432, - "new_cases_per_million": 0.393, - "new_cases_smoothed_per_million": 0.982, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 58.0, - "total_tests": 8990.0, - "total_tests_per_thousand": 1.765, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 158.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 81.48 - }, - { - "date": "2020-04-28", - "total_cases": 697.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 136.825, - "new_cases_per_million": 0.393, - "new_cases_smoothed_per_million": 0.982, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 59.0, - "total_tests": 9049.0, - "total_tests_per_thousand": 1.776, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 128.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 81.48 - }, - { - "date": "2020-04-29", - "total_cases": 705.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 138.395, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 1.01, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 237.0, - "total_tests": 9286.0, - "total_tests_per_thousand": 1.823, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 119.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 81.48 - }, - { - "date": "2020-04-30", - "total_cases": 713.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 139.965, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 0.897, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 109.0, - "total_tests": 9395.0, - "total_tests_per_thousand": 1.844, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 98.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 81.48 - }, - { - "date": "2020-05-01", - "total_cases": 719.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 141.143, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 0.897, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 167.0, - "total_tests": 9562.0, - "total_tests_per_thousand": 1.877, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 108.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-02", - "total_cases": 725.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 142.321, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 1.066, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 91.0, - "total_tests": 9653.0, - "total_tests_per_thousand": 1.895, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 108.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-03", - "total_cases": 733.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 143.892, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 1.122, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 120.0, - "total_tests": 9773.0, - "total_tests_per_thousand": 1.918, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 120.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-04", - "total_cases": 739.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 145.069, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 1.234, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 106.0, - "total_tests": 9879.0, - "total_tests_per_thousand": 1.939, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 127.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-05", - "total_cases": 742.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 145.658, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 1.262, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 73.0, - "total_tests": 9952.0, - "total_tests_per_thousand": 1.954, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 129.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-06", - "total_cases": 755.0, - "new_cases": 13.0, - "new_cases_smoothed": 7.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 148.21, - "new_cases_per_million": 2.552, - "new_cases_smoothed_per_million": 1.402, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 209.0, - "total_tests": 10161.0, - "total_tests_per_thousand": 1.995, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 125.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-07", - "total_cases": 761.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 149.388, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 274.0, - "total_tests": 10435.0, - "total_tests_per_thousand": 2.048, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 149.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-08", - "total_cases": 765.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 150.173, - "new_cases_per_million": 0.785, - "new_cases_smoothed_per_million": 1.29, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 452.0, - "total_tests": 10887.0, - "total_tests_per_thousand": 2.137, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 189.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-09", - "total_cases": 773.0, - "new_cases": 8.0, - "new_cases_smoothed": 6.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 151.744, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 449.0, - "total_tests": 11336.0, - "total_tests_per_thousand": 2.225, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 240.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-10", - "total_cases": 780.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 153.118, - "new_cases_per_million": 1.374, - "new_cases_smoothed_per_million": 1.318, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 592.0, - "total_tests": 11928.0, - "total_tests_per_thousand": 2.342, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 308.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-11", - "total_cases": 792.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 155.474, - "new_cases_per_million": 2.356, - "new_cases_smoothed_per_million": 1.486, - "total_deaths_per_million": 1.178, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 120.0, - "total_tests": 12048.0, - "total_tests_per_thousand": 2.365, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 310.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-12", - "total_cases": 801.0, - "new_cases": 9.0, - "new_cases_smoothed": 8.429, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 157.24, - "new_cases_per_million": 1.767, - "new_cases_smoothed_per_million": 1.655, - "total_deaths_per_million": 1.374, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 73.0, - "total_tests": 12121.0, - "total_tests_per_thousand": 2.379, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 310.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-13", - "total_cases": 804.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 157.829, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 1.374, - "total_deaths_per_million": 1.374, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 446.0, - "total_tests": 12567.0, - "total_tests_per_thousand": 2.467, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 344.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-14", - "total_cases": 815.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 159.989, - "new_cases_per_million": 2.159, - "new_cases_smoothed_per_million": 1.514, - "total_deaths_per_million": 1.374, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 315.0, - "total_tests": 12882.0, - "total_tests_per_thousand": 2.529, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 350.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-15", - "total_cases": 830.0, - "new_cases": 15.0, - "new_cases_smoothed": 9.286, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 162.933, - "new_cases_per_million": 2.945, - "new_cases_smoothed_per_million": 1.823, - "total_deaths_per_million": 1.57, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 209.0, - "total_tests": 13091.0, - "total_tests_per_thousand": 2.57, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 315.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-16", - "total_cases": 843.0, - "new_cases": 13.0, - "new_cases_smoothed": 10.0, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 165.485, - "new_cases_per_million": 2.552, - "new_cases_smoothed_per_million": 1.963, - "total_deaths_per_million": 1.57, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 665.0, - "total_tests": 13756.0, - "total_tests_per_thousand": 2.7, - "new_tests_per_thousand": 0.131, - "new_tests_smoothed": 346.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-17", - "total_cases": 853.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.429, - "total_deaths": 10.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 167.448, - "new_cases_per_million": 1.963, - "new_cases_smoothed_per_million": 2.047, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 576.0, - "total_tests": 14332.0, - "total_tests_per_thousand": 2.813, - "new_tests_per_thousand": 0.113, - "new_tests_smoothed": 343.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-18", - "total_cases": 863.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 169.411, - "new_cases_per_million": 1.963, - "new_cases_smoothed_per_million": 1.991, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 206.0, - "total_tests": 14538.0, - "total_tests_per_thousand": 2.854, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 356.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-19", - "total_cases": 866.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 170.0, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 1.823, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 138.0, - "total_tests": 14676.0, - "total_tests_per_thousand": 2.881, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 365.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-20", - "total_cases": 882.0, - "new_cases": 16.0, - "new_cases_smoothed": 11.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 173.141, - "new_cases_per_million": 3.141, - "new_cases_smoothed_per_million": 2.187, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 434.0, - "total_tests": 15110.0, - "total_tests_per_thousand": 2.966, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 363.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-21", - "total_cases": 897.0, - "new_cases": 15.0, - "new_cases_smoothed": 11.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 176.086, - "new_cases_per_million": 2.945, - "new_cases_smoothed_per_million": 2.3, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 168.0, - "total_tests": 15278.0, - "total_tests_per_thousand": 2.999, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 342.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-22", - "total_cases": 903.0, - "new_cases": 6.0, - "new_cases_smoothed": 10.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 177.263, - "new_cases_per_million": 1.178, - "new_cases_smoothed_per_million": 2.047, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 486.0, - "total_tests": 15764.0, - "total_tests_per_thousand": 3.095, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 382.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-23", - "total_cases": 911.0, - "new_cases": 8.0, - "new_cases_smoothed": 9.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 178.834, - "new_cases_per_million": 1.57, - "new_cases_smoothed_per_million": 1.907, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 235.0, - "total_tests": 15999.0, - "total_tests_per_thousand": 3.141, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 320.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-24", - "total_cases": 918.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 180.208, - "new_cases_per_million": 1.374, - "new_cases_smoothed_per_million": 1.823, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 410.0, - "total_tests": 16409.0, - "total_tests_per_thousand": 3.221, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 297.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-25", - "total_cases": 930.0, - "new_cases": 12.0, - "new_cases_smoothed": 9.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.564, - "new_cases_per_million": 2.356, - "new_cases_smoothed_per_million": 1.879, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 157.0, - "total_tests": 16566.0, - "total_tests_per_thousand": 3.252, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 290.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-26", - "total_cases": 951.0, - "new_cases": 21.0, - "new_cases_smoothed": 12.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 186.686, - "new_cases_per_million": 4.122, - "new_cases_smoothed_per_million": 2.384, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 125.0, - "total_tests": 16691.0, - "total_tests_per_thousand": 3.277, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 288.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-27", - "total_cases": 956.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 187.668, - "new_cases_per_million": 0.982, - "new_cases_smoothed_per_million": 2.075, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 649.0, - "total_tests": 17340.0, - "total_tests_per_thousand": 3.404, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 319.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-28", - "total_cases": 984.0, - "new_cases": 28.0, - "new_cases_smoothed": 12.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 193.164, - "new_cases_per_million": 5.497, - "new_cases_smoothed_per_million": 2.44, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 374.0, - "total_tests": 17714.0, - "total_tests_per_thousand": 3.477, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 348.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-29", - "total_cases": 1000.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 196.305, - "new_cases_per_million": 3.141, - "new_cases_smoothed_per_million": 2.72, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 540.0, - "total_tests": 18254.0, - "total_tests_per_thousand": 3.583, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 356.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-30", - "total_cases": 1022.0, - "new_cases": 22.0, - "new_cases_smoothed": 15.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 200.624, - "new_cases_per_million": 4.319, - "new_cases_smoothed_per_million": 3.113, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 467.0, - "total_tests": 18721.0, - "total_tests_per_thousand": 3.675, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 389.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-05-31", - "total_cases": 1047.0, - "new_cases": 25.0, - "new_cases_smoothed": 18.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 205.531, - "new_cases_per_million": 4.908, - "new_cases_smoothed_per_million": 3.618, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 515.0, - "total_tests": 19236.0, - "total_tests_per_thousand": 3.776, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 404.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-01", - "total_cases": 1056.0, - "new_cases": 9.0, - "new_cases_smoothed": 18.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 207.298, - "new_cases_per_million": 1.767, - "new_cases_smoothed_per_million": 3.533, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 267.0, - "total_tests": 19503.0, - "total_tests_per_thousand": 3.829, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 420.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-02", - "total_cases": 1084.0, - "new_cases": 28.0, - "new_cases_smoothed": 19.0, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 212.795, - "new_cases_per_million": 5.497, - "new_cases_smoothed_per_million": 3.73, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 264.0, - "total_tests": 19767.0, - "total_tests_per_thousand": 3.88, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 439.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-03", - "total_cases": 1105.0, - "new_cases": 21.0, - "new_cases_smoothed": 21.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 216.917, - "new_cases_per_million": 4.122, - "new_cases_smoothed_per_million": 4.178, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 415.0, - "total_tests": 20182.0, - "total_tests_per_thousand": 3.962, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 406.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-04", - "total_cases": 1157.0, - "new_cases": 52.0, - "new_cases_smoothed": 24.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 227.125, - "new_cases_per_million": 10.208, - "new_cases_smoothed_per_million": 4.852, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 376.0, - "total_tests": 20558.0, - "total_tests_per_thousand": 4.036, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 406.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-05", - "total_cases": 1194.0, - "new_cases": 37.0, - "new_cases_smoothed": 27.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 234.388, - "new_cases_per_million": 7.263, - "new_cases_smoothed_per_million": 5.44, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 443.0, - "total_tests": 21001.0, - "total_tests_per_thousand": 4.123, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 392.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-06", - "total_cases": 1228.0, - "new_cases": 34.0, - "new_cases_smoothed": 29.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 241.063, - "new_cases_per_million": 6.674, - "new_cases_smoothed_per_million": 5.777, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 334.0, - "total_tests": 21335.0, - "total_tests_per_thousand": 4.188, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 373.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-07", - "total_cases": 1263.0, - "new_cases": 35.0, - "new_cases_smoothed": 30.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 247.933, - "new_cases_per_million": 6.871, - "new_cases_smoothed_per_million": 6.057, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 268.0, - "total_tests": 21603.0, - "total_tests_per_thousand": 4.241, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 338.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-08", - "total_cases": 1318.0, - "new_cases": 55.0, - "new_cases_smoothed": 37.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 258.73, - "new_cases_per_million": 10.797, - "new_cases_smoothed_per_million": 7.347, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 161.0, - "total_tests": 21764.0, - "total_tests_per_thousand": 4.272, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 323.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-09", - "total_cases": 1342.0, - "new_cases": 24.0, - "new_cases_smoothed": 36.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 263.441, - "new_cases_per_million": 4.711, - "new_cases_smoothed_per_million": 7.235, - "total_deaths_per_million": 1.963, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 229.0, - "total_tests": 21993.0, - "total_tests_per_thousand": 4.317, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 318.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-10", - "total_cases": 1375.0, - "new_cases": 33.0, - "new_cases_smoothed": 38.571, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 269.919, - "new_cases_per_million": 6.478, - "new_cases_smoothed_per_million": 7.572, - "total_deaths_per_million": 2.159, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 427.0, - "total_tests": 22420.0, - "total_tests_per_thousand": 4.401, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 320.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-11", - "total_cases": 1461.0, - "new_cases": 86.0, - "new_cases_smoothed": 43.429, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 286.802, - "new_cases_per_million": 16.882, - "new_cases_smoothed_per_million": 8.525, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 381.0, - "total_tests": 22801.0, - "total_tests_per_thousand": 4.476, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 320.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-12", - "total_cases": 1538.0, - "new_cases": 77.0, - "new_cases_smoothed": 49.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 301.917, - "new_cases_per_million": 15.115, - "new_cases_smoothed_per_million": 9.647, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 483.0, - "total_tests": 23284.0, - "total_tests_per_thousand": 4.571, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 326.0, - "new_tests_smoothed_per_thousand": 0.064, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-13", - "total_cases": 1612.0, - "new_cases": 74.0, - "new_cases_smoothed": 54.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 316.444, - "new_cases_per_million": 14.527, - "new_cases_smoothed_per_million": 10.769, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 510.0, - "total_tests": 23794.0, - "total_tests_per_thousand": 4.671, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 351.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-14", - "total_cases": 1662.0, - "new_cases": 50.0, - "new_cases_smoothed": 57.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 326.259, - "new_cases_per_million": 9.815, - "new_cases_smoothed_per_million": 11.189, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 308.0, - "total_tests": 24102.0, - "total_tests_per_thousand": 4.731, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 357.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-15", - "total_cases": 1715.0, - "new_cases": 53.0, - "new_cases_smoothed": 56.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 336.663, - "new_cases_per_million": 10.404, - "new_cases_smoothed_per_million": 11.133, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 237.0, - "total_tests": 24339.0, - "total_tests_per_thousand": 4.778, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 368.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-16", - "total_cases": 1744.0, - "new_cases": 29.0, - "new_cases_smoothed": 57.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 342.356, - "new_cases_per_million": 5.693, - "new_cases_smoothed_per_million": 11.274, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.056, - "new_tests": 278.0, - "total_tests": 24617.0, - "total_tests_per_thousand": 4.832, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 375.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-17", - "total_cases": 1769.0, - "new_cases": 25.0, - "new_cases_smoothed": 56.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 347.264, - "new_cases_per_million": 4.908, - "new_cases_smoothed_per_million": 11.049, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 451.0, - "total_tests": 25068.0, - "total_tests_per_thousand": 4.921, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 378.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-18", - "total_cases": 1871.0, - "new_cases": 102.0, - "new_cases_smoothed": 58.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 367.287, - "new_cases_per_million": 20.023, - "new_cases_smoothed_per_million": 11.498, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 447.0, - "total_tests": 25515.0, - "total_tests_per_thousand": 5.009, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 388.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-19", - "total_cases": 1939.0, - "new_cases": 68.0, - "new_cases_smoothed": 57.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 380.635, - "new_cases_per_million": 13.349, - "new_cases_smoothed_per_million": 11.245, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 629.0, - "total_tests": 26144.0, - "total_tests_per_thousand": 5.132, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 409.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-20", - "total_cases": 2058.0, - "new_cases": 119.0, - "new_cases_smoothed": 63.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 403.996, - "new_cases_per_million": 23.36, - "new_cases_smoothed_per_million": 12.507, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 457.0, - "total_tests": 26601.0, - "total_tests_per_thousand": 5.222, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 401.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-21", - "total_cases": 2127.0, - "new_cases": 69.0, - "new_cases_smoothed": 66.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 417.541, - "new_cases_per_million": 13.545, - "new_cases_smoothed_per_million": 13.04, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 391.0, - "total_tests": 26992.0, - "total_tests_per_thousand": 5.299, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 413.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-22", - "total_cases": 2213.0, - "new_cases": 86.0, - "new_cases_smoothed": 71.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 434.423, - "new_cases_per_million": 16.882, - "new_cases_smoothed_per_million": 13.966, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 244.0, - "total_tests": 27236.0, - "total_tests_per_thousand": 5.347, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 414.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-23", - "total_cases": 2277.0, - "new_cases": 64.0, - "new_cases_smoothed": 76.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 446.986, - "new_cases_per_million": 12.564, - "new_cases_smoothed_per_million": 14.947, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 443.0, - "total_tests": 27679.0, - "total_tests_per_thousand": 5.434, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 437.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-24", - "total_cases": 2368.0, - "new_cases": 91.0, - "new_cases_smoothed": 85.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 464.85, - "new_cases_per_million": 17.864, - "new_cases_smoothed_per_million": 16.798, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 621.0, - "total_tests": 28300.0, - "total_tests_per_thousand": 5.555, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 462.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-25", - "total_cases": 2515.0, - "new_cases": 147.0, - "new_cases_smoothed": 92.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 493.707, - "new_cases_per_million": 28.857, - "new_cases_smoothed_per_million": 18.06, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 703.0, - "total_tests": 29003.0, - "total_tests_per_thousand": 5.693, - "new_tests_per_thousand": 0.138, - "new_tests_smoothed": 498.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-06-26", - "total_cases": 2684.0, - "new_cases": 169.0, - "new_cases_smoothed": 106.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 526.883, - "new_cases_per_million": 33.176, - "new_cases_smoothed_per_million": 20.892, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 687.0, - "total_tests": 29690.0, - "total_tests_per_thousand": 5.828, - "new_tests_per_thousand": 0.135, - "new_tests_smoothed": 507.0, - "new_tests_smoothed_per_thousand": 0.1, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-06-27", - "total_cases": 2836.0, - "new_cases": 152.0, - "new_cases_smoothed": 111.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 556.721, - "new_cases_per_million": 29.838, - "new_cases_smoothed_per_million": 21.818, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 890.0, - "total_tests": 30580.0, - "total_tests_per_thousand": 6.003, - "new_tests_per_thousand": 0.175, - "new_tests_smoothed": 568.0, - "new_tests_smoothed_per_thousand": 0.112, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-06-28", - "total_cases": 2979.0, - "new_cases": 143.0, - "new_cases_smoothed": 121.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 584.793, - "new_cases_per_million": 28.072, - "new_cases_smoothed_per_million": 23.893, - "total_deaths_per_million": 2.356, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 743.0, - "total_tests": 31323.0, - "total_tests_per_thousand": 6.149, - "new_tests_per_thousand": 0.146, - "new_tests_smoothed": 619.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-06-29", - "total_cases": 3130.0, - "new_cases": 151.0, - "new_cases_smoothed": 131.0, - "total_deaths": 15.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 614.435, - "new_cases_per_million": 29.642, - "new_cases_smoothed_per_million": 25.716, - "total_deaths_per_million": 2.945, - "new_deaths_per_million": 0.589, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 691.0, - "total_tests": 32014.0, - "total_tests_per_thousand": 6.285, - "new_tests_per_thousand": 0.136, - "new_tests_smoothed": 683.0, - "new_tests_smoothed_per_thousand": 0.134, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-06-30", - "total_cases": 3269.0, - "new_cases": 139.0, - "new_cases_smoothed": 141.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 641.721, - "new_cases_per_million": 27.286, - "new_cases_smoothed_per_million": 27.819, - "total_deaths_per_million": 2.945, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.084, - "new_tests": 594.0, - "total_tests": 32608.0, - "total_tests_per_thousand": 6.401, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 704.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-01", - "total_cases": 3459.0, - "new_cases": 190.0, - "new_cases_smoothed": 155.857, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 679.019, - "new_cases_per_million": 37.298, - "new_cases_smoothed_per_million": 30.596, - "total_deaths_per_million": 3.141, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 853.0, - "total_tests": 33461.0, - "total_tests_per_thousand": 6.569, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 737.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-02", - "total_cases": 3753.0, - "new_cases": 294.0, - "new_cases_smoothed": 176.857, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 736.733, - "new_cases_per_million": 57.714, - "new_cases_smoothed_per_million": 34.718, - "total_deaths_per_million": 3.337, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 1259.0, - "total_tests": 34720.0, - "total_tests_per_thousand": 6.816, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 817.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-03", - "total_cases": 4023.0, - "new_cases": 270.0, - "new_cases_smoothed": 191.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 789.735, - "new_cases_per_million": 53.002, - "new_cases_smoothed_per_million": 37.55, - "total_deaths_per_million": 3.337, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.14, - "new_tests": 933.0, - "total_tests": 35653.0, - "total_tests_per_thousand": 6.999, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 852.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-04", - "total_cases": 4311.0, - "new_cases": 288.0, - "new_cases_smoothed": 210.714, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 846.271, - "new_cases_per_million": 56.536, - "new_cases_smoothed_per_million": 41.364, - "total_deaths_per_million": 3.533, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 998.0, - "total_tests": 36651.0, - "total_tests_per_thousand": 7.195, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 867.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-05", - "total_cases": 4621.0, - "new_cases": 310.0, - "new_cases_smoothed": 234.571, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 907.125, - "new_cases_per_million": 60.855, - "new_cases_smoothed_per_million": 46.048, - "total_deaths_per_million": 3.533, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 1197.0, - "total_tests": 37848.0, - "total_tests_per_thousand": 7.43, - "new_tests_per_thousand": 0.235, - "new_tests_smoothed": 932.0, - "new_tests_smoothed_per_thousand": 0.183, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-06", - "total_cases": 4996.0, - "new_cases": 375.0, - "new_cases_smoothed": 266.571, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 980.74, - "new_cases_per_million": 73.614, - "new_cases_smoothed_per_million": 52.329, - "total_deaths_per_million": 3.73, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 1000.0, - "total_tests": 38848.0, - "total_tests_per_thousand": 7.626, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 976.0, - "new_tests_smoothed_per_thousand": 0.192, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-07", - "total_cases": 5241.0, - "new_cases": 245.0, - "new_cases_smoothed": 281.714, - "total_deaths": 23.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1028.834, - "new_cases_per_million": 48.095, - "new_cases_smoothed_per_million": 55.302, - "total_deaths_per_million": 4.515, - "new_deaths_per_million": 0.785, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 1222.0, - "total_tests": 40070.0, - "total_tests_per_thousand": 7.866, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 1066.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-08", - "total_cases": 5486.0, - "new_cases": 245.0, - "new_cases_smoothed": 289.571, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1076.929, - "new_cases_per_million": 48.095, - "new_cases_smoothed_per_million": 56.844, - "total_deaths_per_million": 4.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 1128.0, - "total_tests": 41198.0, - "total_tests_per_thousand": 8.087, - "new_tests_per_thousand": 0.221, - "new_tests_smoothed": 1105.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-09", - "total_cases": 5836.0, - "new_cases": 350.0, - "new_cases_smoothed": 297.571, - "total_deaths": 24.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1145.636, - "new_cases_per_million": 68.707, - "new_cases_smoothed_per_million": 58.415, - "total_deaths_per_million": 4.711, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.196, - "new_tests": 1750.0, - "total_tests": 42948.0, - "total_tests_per_thousand": 8.431, - "new_tests_per_thousand": 0.344, - "new_tests_smoothed": 1175.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-10", - "total_cases": 6485.0, - "new_cases": 649.0, - "new_cases_smoothed": 351.714, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1273.038, - "new_cases_per_million": 127.402, - "new_cases_smoothed_per_million": 69.043, - "total_deaths_per_million": 4.908, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 1367.0, - "total_tests": 44315.0, - "total_tests_per_thousand": 8.699, - "new_tests_per_thousand": 0.268, - "new_tests_smoothed": 1237.0, - "new_tests_smoothed_per_thousand": 0.243, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-11", - "total_cases": 6845.0, - "new_cases": 360.0, - "new_cases_smoothed": 362.0, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1343.708, - "new_cases_per_million": 70.67, - "new_cases_smoothed_per_million": 71.062, - "total_deaths_per_million": 5.104, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 1595.0, - "total_tests": 45910.0, - "total_tests_per_thousand": 9.012, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 1323.0, - "new_tests_smoothed_per_thousand": 0.26, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-12", - "total_cases": 7231.0, - "new_cases": 386.0, - "new_cases_smoothed": 372.857, - "total_deaths": 28.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1419.481, - "new_cases_per_million": 75.774, - "new_cases_smoothed_per_million": 73.194, - "total_deaths_per_million": 5.497, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.28, - "new_tests": 1654.0, - "total_tests": 47564.0, - "total_tests_per_thousand": 9.337, - "new_tests_per_thousand": 0.325, - "new_tests_smoothed": 1388.0, - "new_tests_smoothed_per_thousand": 0.272, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-13", - "total_cases": 7596.0, - "new_cases": 365.0, - "new_cases_smoothed": 371.429, - "total_deaths": 30.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1491.133, - "new_cases_per_million": 71.651, - "new_cases_smoothed_per_million": 72.913, - "total_deaths_per_million": 5.889, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.308, - "new_tests": 1989.0, - "total_tests": 49553.0, - "total_tests_per_thousand": 9.728, - "new_tests_per_thousand": 0.39, - "new_tests_smoothed": 1529.0, - "new_tests_smoothed_per_thousand": 0.3, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-14", - "total_cases": 8036.0, - "new_cases": 440.0, - "new_cases_smoothed": 399.286, - "total_deaths": 31.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1577.507, - "new_cases_per_million": 86.374, - "new_cases_smoothed_per_million": 78.382, - "total_deaths_per_million": 6.085, - "new_deaths_per_million": 0.196, - "new_deaths_smoothed_per_million": 0.224, - "new_tests": 1435.0, - "total_tests": 50988.0, - "total_tests_per_thousand": 10.009, - "new_tests_per_thousand": 0.282, - "new_tests_smoothed": 1560.0, - "new_tests_smoothed_per_thousand": 0.306, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-15", - "total_cases": 8482.0, - "new_cases": 446.0, - "new_cases_smoothed": 428.0, - "total_deaths": 36.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1665.059, - "new_cases_per_million": 87.552, - "new_cases_smoothed_per_million": 84.019, - "total_deaths_per_million": 7.067, - "new_deaths_per_million": 0.982, - "new_deaths_smoothed_per_million": 0.365, - "new_tests": 1393.0, - "total_tests": 52381.0, - "total_tests_per_thousand": 10.283, - "new_tests_per_thousand": 0.273, - "new_tests_smoothed": 1598.0, - "new_tests_smoothed_per_thousand": 0.314, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-16", - "total_cases": 8986.0, - "new_cases": 504.0, - "new_cases_smoothed": 450.0, - "total_deaths": 40.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 1763.997, - "new_cases_per_million": 98.938, - "new_cases_smoothed_per_million": 88.337, - "total_deaths_per_million": 7.852, - "new_deaths_per_million": 0.785, - "new_deaths_smoothed_per_million": 0.449, - "new_tests": 1503.0, - "total_tests": 53884.0, - "total_tests_per_thousand": 10.578, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 1562.0, - "new_tests_smoothed_per_thousand": 0.307, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-17", - "total_cases": 9546.0, - "new_cases": 560.0, - "new_cases_smoothed": 437.286, - "total_deaths": 42.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 1873.927, - "new_cases_per_million": 109.931, - "new_cases_smoothed_per_million": 85.841, - "total_deaths_per_million": 8.245, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.477, - "new_tests": 1568.0, - "total_tests": 55452.0, - "total_tests_per_thousand": 10.886, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 1591.0, - "new_tests_smoothed_per_thousand": 0.312, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-18", - "total_cases": 9969.0, - "new_cases": 423.0, - "new_cases_smoothed": 446.286, - "total_deaths": 47.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 1956.964, - "new_cases_per_million": 83.037, - "new_cases_smoothed_per_million": 87.608, - "total_deaths_per_million": 9.226, - "new_deaths_per_million": 0.982, - "new_deaths_smoothed_per_million": 0.589, - "new_tests": 1116.0, - "total_tests": 56568.0, - "total_tests_per_thousand": 11.105, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 1523.0, - "new_tests_smoothed_per_thousand": 0.299, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-19", - "total_cases": 10551.0, - "new_cases": 582.0, - "new_cases_smoothed": 474.286, - "total_deaths": 54.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2071.214, - "new_cases_per_million": 114.25, - "new_cases_smoothed_per_million": 93.105, - "total_deaths_per_million": 10.6, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 0.729, - "new_tests": 1524.0, - "total_tests": 58092.0, - "total_tests_per_thousand": 11.404, - "new_tests_per_thousand": 0.299, - "new_tests_smoothed": 1504.0, - "new_tests_smoothed_per_thousand": 0.295, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-20", - "total_cases": 11114.0, - "new_cases": 563.0, - "new_cases_smoothed": 502.571, - "total_deaths": 62.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2181.734, - "new_cases_per_million": 110.52, - "new_cases_smoothed_per_million": 98.657, - "total_deaths_per_million": 12.171, - "new_deaths_per_million": 1.57, - "new_deaths_smoothed_per_million": 0.897, - "new_tests": 1117.0, - "total_tests": 59209.0, - "total_tests_per_thousand": 11.623, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 1379.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-21", - "total_cases": 11534.0, - "new_cases": 420.0, - "new_cases_smoothed": 499.714, - "total_deaths": 66.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2264.182, - "new_cases_per_million": 82.448, - "new_cases_smoothed_per_million": 98.096, - "total_deaths_per_million": 12.956, - "new_deaths_per_million": 0.785, - "new_deaths_smoothed_per_million": 0.982, - "new_tests": 1104.0, - "total_tests": 60313.0, - "total_tests_per_thousand": 11.84, - "new_tests_per_thousand": 0.217, - "new_tests_smoothed": 1332.0, - "new_tests_smoothed_per_thousand": 0.261, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-22", - "total_cases": 11811.0, - "new_cases": 277.0, - "new_cases_smoothed": 475.571, - "total_deaths": 68.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2318.558, - "new_cases_per_million": 54.376, - "new_cases_smoothed_per_million": 93.357, - "total_deaths_per_million": 13.349, - "new_deaths_per_million": 0.393, - "new_deaths_smoothed_per_million": 0.897, - "new_tests": 1228.0, - "total_tests": 61541.0, - "total_tests_per_thousand": 12.081, - "new_tests_per_thousand": 0.241, - "new_tests_smoothed": 1309.0, - "new_tests_smoothed_per_thousand": 0.257, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-23", - "total_cases": 12361.0, - "new_cases": 550.0, - "new_cases_smoothed": 482.143, - "total_deaths": 71.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2426.526, - "new_cases_per_million": 107.968, - "new_cases_smoothed_per_million": 94.647, - "total_deaths_per_million": 13.938, - "new_deaths_per_million": 0.589, - "new_deaths_smoothed_per_million": 0.869, - "new_tests": 1829.0, - "total_tests": 63370.0, - "total_tests_per_thousand": 12.44, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 1355.0, - "new_tests_smoothed_per_thousand": 0.266, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-24", - "total_cases": 13129.0, - "new_cases": 768.0, - "new_cases_smoothed": 511.857, - "total_deaths": 80.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 2577.288, - "new_cases_per_million": 150.762, - "new_cases_smoothed_per_million": 100.48, - "total_deaths_per_million": 15.704, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.066, - "new_tests": 1510.0, - "total_tests": 64880.0, - "total_tests_per_thousand": 12.736, - "new_tests_per_thousand": 0.296, - "new_tests_smoothed": 1347.0, - "new_tests_smoothed_per_thousand": 0.264, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-25", - "total_cases": 13669.0, - "new_cases": 540.0, - "new_cases_smoothed": 528.571, - "total_deaths": 87.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2683.293, - "new_cases_per_million": 106.005, - "new_cases_smoothed_per_million": 103.761, - "total_deaths_per_million": 17.079, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.122, - "new_tests": 1842.0, - "total_tests": 66722.0, - "total_tests_per_thousand": 13.098, - "new_tests_per_thousand": 0.362, - "new_tests_smoothed": 1451.0, - "new_tests_smoothed_per_thousand": 0.285, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-26", - "total_cases": 14600.0, - "new_cases": 931.0, - "new_cases_smoothed": 578.429, - "total_deaths": 98.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 2866.053, - "new_cases_per_million": 182.76, - "new_cases_smoothed_per_million": 113.548, - "total_deaths_per_million": 19.238, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 1.234, - "new_tests": 1564.0, - "total_tests": 68286.0, - "total_tests_per_thousand": 13.405, - "new_tests_per_thousand": 0.307, - "new_tests_smoothed": 1456.0, - "new_tests_smoothed_per_thousand": 0.286, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-27", - "total_cases": 15229.0, - "new_cases": 629.0, - "new_cases_smoothed": 587.857, - "total_deaths": 104.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2989.529, - "new_cases_per_million": 123.476, - "new_cases_smoothed_per_million": 115.399, - "total_deaths_per_million": 20.416, - "new_deaths_per_million": 1.178, - "new_deaths_smoothed_per_million": 1.178, - "new_tests": 1701.0, - "total_tests": 69987.0, - "total_tests_per_thousand": 13.739, - "new_tests_per_thousand": 0.334, - "new_tests_smoothed": 1540.0, - "new_tests_smoothed_per_thousand": 0.302, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-28", - "total_cases": 15841.0, - "new_cases": 612.0, - "new_cases_smoothed": 615.286, - "total_deaths": 115.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 3109.667, - "new_cases_per_million": 120.139, - "new_cases_smoothed_per_million": 120.784, - "total_deaths_per_million": 22.575, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 1.374, - "new_tests": 1501.0, - "total_tests": 71488.0, - "total_tests_per_thousand": 14.033, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 1596.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-29", - "total_cases": 16344.0, - "new_cases": 503.0, - "new_cases_smoothed": 647.571, - "total_deaths": 125.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 3208.409, - "new_cases_per_million": 98.741, - "new_cases_smoothed_per_million": 127.122, - "total_deaths_per_million": 24.538, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.598, - "new_tests": 1656.0, - "total_tests": 73144.0, - "total_tests_per_thousand": 14.359, - "new_tests_per_thousand": 0.325, - "new_tests_smoothed": 1658.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-30", - "total_cases": 16800.0, - "new_cases": 456.0, - "new_cases_smoothed": 634.143, - "total_deaths": 133.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 3297.924, - "new_cases_per_million": 89.515, - "new_cases_smoothed_per_million": 124.485, - "total_deaths_per_million": 26.109, - "new_deaths_per_million": 1.57, - "new_deaths_smoothed_per_million": 1.739, - "new_tests": 1840.0, - "total_tests": 74984.0, - "total_tests_per_thousand": 14.72, - "new_tests_per_thousand": 0.361, - "new_tests_smoothed": 1659.0, - "new_tests_smoothed_per_thousand": 0.326, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-07-31", - "total_cases": 17290.0, - "new_cases": 490.0, - "new_cases_smoothed": 594.429, - "total_deaths": 140.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 3394.113, - "new_cases_per_million": 96.189, - "new_cases_smoothed_per_million": 116.689, - "total_deaths_per_million": 27.483, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.683, - "new_tests": 1744.0, - "total_tests": 76728.0, - "total_tests_per_thousand": 15.062, - "new_tests_per_thousand": 0.342, - "new_tests_smoothed": 1693.0, - "new_tests_smoothed_per_thousand": 0.332, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 73.61 - }, - { - "date": "2020-08-01", - "total_cases": 17820.0, - "new_cases": 530.0, - "new_cases_smoothed": 593.0, - "total_deaths": 150.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 3498.155, - "new_cases_per_million": 104.042, - "new_cases_smoothed_per_million": 116.409, - "total_deaths_per_million": 29.446, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.767, - "new_tests": 1663.0, - "total_tests": 78391.0, - "total_tests_per_thousand": 15.389, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 1667.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-08-02", - "total_cases": 18187.0, - "new_cases": 367.0, - "new_cases_smoothed": 512.429, - "total_deaths": 154.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 3570.199, - "new_cases_per_million": 72.044, - "new_cases_smoothed_per_million": 100.592, - "total_deaths_per_million": 30.231, - "new_deaths_per_million": 0.785, - "new_deaths_smoothed_per_million": 1.57, - "new_tests": 2015.0, - "total_tests": 80406.0, - "total_tests_per_thousand": 15.784, - "new_tests_per_thousand": 0.396, - "new_tests_smoothed": 1731.0, - "new_tests_smoothed_per_thousand": 0.34, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-08-03", - "total_cases": 18975.0, - "new_cases": 788.0, - "new_cases_smoothed": 535.143, - "total_deaths": 162.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 3724.887, - "new_cases_per_million": 154.688, - "new_cases_smoothed_per_million": 105.051, - "total_deaths_per_million": 31.801, - "new_deaths_per_million": 1.57, - "new_deaths_smoothed_per_million": 1.627, - "new_tests": 1550.0, - "total_tests": 81956.0, - "total_tests_per_thousand": 16.088, - "new_tests_per_thousand": 0.304, - "new_tests_smoothed": 1710.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-08-04", - "total_cases": 19402.0, - "new_cases": 427.0, - "new_cases_smoothed": 508.714, - "total_deaths": 171.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 3808.709, - "new_cases_per_million": 83.822, - "new_cases_smoothed_per_million": 99.863, - "total_deaths_per_million": 33.568, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.57, - "new_tests": 1584.0, - "total_tests": 83540.0, - "total_tests_per_thousand": 16.399, - "new_tests_per_thousand": 0.311, - "new_tests_smoothed": 1722.0, - "new_tests_smoothed_per_thousand": 0.338, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-08-05", - "total_cases": 19837.0, - "new_cases": 435.0, - "new_cases_smoothed": 499.0, - "total_deaths": 181.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 3894.102, - "new_cases_per_million": 85.393, - "new_cases_smoothed_per_million": 97.956, - "total_deaths_per_million": 35.531, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.57, - "new_tests": 1799.0, - "total_tests": 85339.0, - "total_tests_per_thousand": 16.752, - "new_tests_per_thousand": 0.353, - "new_tests_smoothed": 1742.0, - "new_tests_smoothed_per_thousand": 0.342, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-08-06", - "total_cases": 20417.0, - "new_cases": 580.0, - "new_cases_smoothed": 516.714, - "total_deaths": 191.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 4007.959, - "new_cases_per_million": 113.857, - "new_cases_smoothed_per_million": 101.434, - "total_deaths_per_million": 37.494, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.627, - "new_tests": 1885.0, - "total_tests": 87224.0, - "total_tests_per_thousand": 17.123, - "new_tests_per_thousand": 0.37, - "new_tests_smoothed": 1749.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 68.52 - }, - { - "date": "2020-08-07", - "total_cases": 21070.0, - "new_cases": 653.0, - "new_cases_smoothed": 540.0, - "total_deaths": 200.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 4136.146, - "new_cases_per_million": 128.187, - "new_cases_smoothed_per_million": 106.005, - "total_deaths_per_million": 39.261, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.683, - "new_tests": 1780.0, - "total_tests": 89004.0, - "total_tests_per_thousand": 17.472, - "new_tests_per_thousand": 0.349, - "new_tests_smoothed": 1754.0, - "new_tests_smoothed_per_thousand": 0.344, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 68.52 - }, - { - "date": "2020-08-08", - "total_cases": 22081.0, - "new_cases": 1011.0, - "new_cases_smoothed": 608.714, - "total_deaths": 218.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 4334.61, - "new_cases_per_million": 198.464, - "new_cases_smoothed_per_million": 119.494, - "total_deaths_per_million": 42.794, - "new_deaths_per_million": 3.533, - "new_deaths_smoothed_per_million": 1.907, - "new_tests": 1687.0, - "total_tests": 90691.0, - "total_tests_per_thousand": 17.803, - "new_tests_per_thousand": 0.331, - "new_tests_smoothed": 1757.0, - "new_tests_smoothed_per_thousand": 0.345, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 68.52 - }, - { - "date": "2020-08-09", - "total_cases": 22082.0, - "new_cases": 1.0, - "new_cases_smoothed": 556.429, - "total_deaths": 228.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 4334.807, - "new_cases_per_million": 0.196, - "new_cases_smoothed_per_million": 109.23, - "total_deaths_per_million": 44.758, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 2.075, - "new_tests": 1405.0, - "total_tests": 92096.0, - "total_tests_per_thousand": 18.079, - "new_tests_per_thousand": 0.276, - "new_tests_smoothed": 1670.0, - "new_tests_smoothed_per_thousand": 0.328, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 68.52 - }, - { - "date": "2020-08-10", - "total_cases": 23286.0, - "new_cases": 1204.0, - "new_cases_smoothed": 615.857, - "total_deaths": 235.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 4571.158, - "new_cases_per_million": 236.351, - "new_cases_smoothed_per_million": 120.896, - "total_deaths_per_million": 46.132, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 2.047, - "new_tests": 1457.0, - "total_tests": 93553.0, - "total_tests_per_thousand": 18.365, - "new_tests_per_thousand": 0.286, - "new_tests_smoothed": 1657.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-11", - "total_cases": 23872.0, - "new_cases": 586.0, - "new_cases_smoothed": 638.571, - "total_deaths": 244.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 4686.193, - "new_cases_per_million": 115.035, - "new_cases_smoothed_per_million": 125.355, - "total_deaths_per_million": 47.898, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 2.047, - "new_tests": 1251.0, - "total_tests": 94804.0, - "total_tests_per_thousand": 18.61, - "new_tests_per_thousand": 0.246, - "new_tests_smoothed": 1609.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-12", - "total_cases": 24508.0, - "new_cases": 636.0, - "new_cases_smoothed": 667.286, - "total_deaths": 255.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 4811.043, - "new_cases_per_million": 124.85, - "new_cases_smoothed_per_million": 130.992, - "total_deaths_per_million": 50.058, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 2.075, - "new_tests": 1664.0, - "total_tests": 96468.0, - "total_tests_per_thousand": 18.937, - "new_tests_per_thousand": 0.327, - "new_tests_smoothed": 1590.0, - "new_tests_smoothed_per_thousand": 0.312, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-13", - "total_cases": 25057.0, - "new_cases": 549.0, - "new_cases_smoothed": 662.857, - "total_deaths": 263.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 4918.814, - "new_cases_per_million": 107.771, - "new_cases_smoothed_per_million": 130.122, - "total_deaths_per_million": 51.628, - "new_deaths_per_million": 1.57, - "new_deaths_smoothed_per_million": 2.019, - "new_tests": 1997.0, - "total_tests": 98465.0, - "total_tests_per_thousand": 19.329, - "new_tests_per_thousand": 0.392, - "new_tests_smoothed": 1606.0, - "new_tests_smoothed_per_thousand": 0.315, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-14", - "total_cases": 26129.0, - "new_cases": 1072.0, - "new_cases_smoothed": 722.714, - "total_deaths": 272.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 5129.253, - "new_cases_per_million": 210.439, - "new_cases_smoothed_per_million": 141.872, - "total_deaths_per_million": 53.395, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 2.019, - "new_tests": 2172.0, - "total_tests": 100637.0, - "total_tests_per_thousand": 19.756, - "new_tests_per_thousand": 0.426, - "new_tests_smoothed": 1662.0, - "new_tests_smoothed_per_thousand": 0.326, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-15", - "total_cases": 26931.0, - "new_cases": 802.0, - "new_cases_smoothed": 692.857, - "total_deaths": 281.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 5286.69, - "new_cases_per_million": 157.437, - "new_cases_smoothed_per_million": 136.011, - "total_deaths_per_million": 55.162, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.767, - "new_tests": 2197.0, - "total_tests": 102834.0, - "total_tests_per_thousand": 20.187, - "new_tests_per_thousand": 0.431, - "new_tests_smoothed": 1735.0, - "new_tests_smoothed_per_thousand": 0.341, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-16", - "total_cases": 27737.0, - "new_cases": 806.0, - "new_cases_smoothed": 807.857, - "total_deaths": 291.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 5444.912, - "new_cases_per_million": 158.222, - "new_cases_smoothed_per_million": 158.586, - "total_deaths_per_million": 57.125, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.767, - "new_tests": 2244.0, - "total_tests": 105078.0, - "total_tests_per_thousand": 20.627, - "new_tests_per_thousand": 0.441, - "new_tests_smoothed": 1855.0, - "new_tests_smoothed_per_thousand": 0.364, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-17", - "total_cases": 28465.0, - "new_cases": 728.0, - "new_cases_smoothed": 739.857, - "total_deaths": 294.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 5587.822, - "new_cases_per_million": 142.91, - "new_cases_smoothed_per_million": 145.238, - "total_deaths_per_million": 57.714, - "new_deaths_per_million": 0.589, - "new_deaths_smoothed_per_million": 1.655, - "new_tests": 1535.0, - "total_tests": 106613.0, - "total_tests_per_thousand": 20.929, - "new_tests_per_thousand": 0.301, - "new_tests_smoothed": 1866.0, - "new_tests_smoothed_per_thousand": 0.366, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-18", - "total_cases": 29084.0, - "new_cases": 619.0, - "new_cases_smoothed": 744.571, - "total_deaths": 304.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 5709.334, - "new_cases_per_million": 121.513, - "new_cases_smoothed_per_million": 146.163, - "total_deaths_per_million": 59.677, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.683, - "new_tests": 1059.0, - "total_tests": 107672.0, - "total_tests_per_thousand": 21.137, - "new_tests_per_thousand": 0.208, - "new_tests_smoothed": 1838.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-19", - "total_cases": 29643.0, - "new_cases": 559.0, - "new_cases_smoothed": 733.571, - "total_deaths": 314.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 5819.069, - "new_cases_per_million": 109.734, - "new_cases_smoothed_per_million": 144.004, - "total_deaths_per_million": 61.64, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.655, - "new_tests": 1535.0, - "total_tests": 109207.0, - "total_tests_per_thousand": 21.438, - "new_tests_per_thousand": 0.301, - "new_tests_smoothed": 1820.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-20", - "total_cases": 30409.0, - "new_cases": 766.0, - "new_cases_smoothed": 764.571, - "total_deaths": 321.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 5969.438, - "new_cases_per_million": 150.37, - "new_cases_smoothed_per_million": 150.089, - "total_deaths_per_million": 63.014, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.627, - "new_tests": 1195.0, - "total_tests": 110402.0, - "total_tests_per_thousand": 21.672, - "new_tests_per_thousand": 0.235, - "new_tests_smoothed": 1705.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-21", - "total_cases": 31075.0, - "new_cases": 666.0, - "new_cases_smoothed": 706.571, - "total_deaths": 333.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 6100.178, - "new_cases_per_million": 130.739, - "new_cases_smoothed_per_million": 138.703, - "total_deaths_per_million": 65.37, - "new_deaths_per_million": 2.356, - "new_deaths_smoothed_per_million": 1.711, - "new_tests": 1838.0, - "total_tests": 112240.0, - "total_tests_per_thousand": 22.033, - "new_tests_per_thousand": 0.361, - "new_tests_smoothed": 1658.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-22", - "total_cases": 32134.0, - "new_cases": 1059.0, - "new_cases_smoothed": 743.286, - "total_deaths": 340.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 6308.065, - "new_cases_per_million": 207.887, - "new_cases_smoothed_per_million": 145.911, - "total_deaths_per_million": 66.744, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.655, - "new_tests": 2131.0, - "total_tests": 114371.0, - "total_tests_per_thousand": 22.452, - "new_tests_per_thousand": 0.418, - "new_tests_smoothed": 1648.0, - "new_tests_smoothed_per_thousand": 0.324, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-23", - "total_cases": 33084.0, - "new_cases": 950.0, - "new_cases_smoothed": 763.857, - "total_deaths": 348.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 6494.554, - "new_cases_per_million": 186.49, - "new_cases_smoothed_per_million": 149.949, - "total_deaths_per_million": 68.314, - "new_deaths_per_million": 1.57, - "new_deaths_smoothed_per_million": 1.598, - "new_tests": 2093.0, - "total_tests": 116464.0, - "total_tests_per_thousand": 22.862, - "new_tests_per_thousand": 0.411, - "new_tests_smoothed": 1627.0, - "new_tests_smoothed_per_thousand": 0.319, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-24", - "total_cases": 33820.0, - "new_cases": 736.0, - "new_cases_smoothed": 765.0, - "total_deaths": 355.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 6639.035, - "new_cases_per_million": 144.48, - "new_cases_smoothed_per_million": 150.173, - "total_deaths_per_million": 69.688, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.711, - "new_tests": 1533.0, - "total_tests": 117997.0, - "total_tests_per_thousand": 23.163, - "new_tests_per_thousand": 0.301, - "new_tests_smoothed": 1626.0, - "new_tests_smoothed_per_thousand": 0.319, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-25", - "total_cases": 34463.0, - "new_cases": 643.0, - "new_cases_smoothed": 768.429, - "total_deaths": 362.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 6765.259, - "new_cases_per_million": 126.224, - "new_cases_smoothed_per_million": 150.846, - "total_deaths_per_million": 71.062, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.627, - "new_tests": 1304.0, - "total_tests": 119301.0, - "total_tests_per_thousand": 23.419, - "new_tests_per_thousand": 0.256, - "new_tests_smoothed": 1661.0, - "new_tests_smoothed_per_thousand": 0.326, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-26", - "total_cases": 35305.0, - "new_cases": 842.0, - "new_cases_smoothed": 808.857, - "total_deaths": 376.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 6930.548, - "new_cases_per_million": 165.289, - "new_cases_smoothed_per_million": 158.783, - "total_deaths_per_million": 73.811, - "new_deaths_per_million": 2.748, - "new_deaths_smoothed_per_million": 1.739, - "new_tests": 2048.0, - "total_tests": 121349.0, - "total_tests_per_thousand": 23.821, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 1735.0, - "new_tests_smoothed_per_thousand": 0.341, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-27", - "total_cases": 36307.0, - "new_cases": 1002.0, - "new_cases_smoothed": 842.571, - "total_deaths": 386.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 7127.245, - "new_cases_per_million": 196.698, - "new_cases_smoothed_per_million": 165.401, - "total_deaths_per_million": 75.774, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.823, - "new_tests": 1859.0, - "total_tests": 123208.0, - "total_tests_per_thousand": 24.186, - "new_tests_per_thousand": 0.365, - "new_tests_smoothed": 1829.0, - "new_tests_smoothed_per_thousand": 0.359, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 72.22 - }, - { - "date": "2020-08-28", - "total_cases": 37292.0, - "new_cases": 985.0, - "new_cases_smoothed": 888.143, - "total_deaths": 397.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 7320.606, - "new_cases_per_million": 193.36, - "new_cases_smoothed_per_million": 174.347, - "total_deaths_per_million": 77.933, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 1.795, - "new_tests": 2211.0, - "total_tests": 125419.0, - "total_tests_per_thousand": 24.62, - "new_tests_per_thousand": 0.434, - "new_tests_smoothed": 1883.0, - "new_tests_smoothed_per_thousand": 0.37, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-08-29", - "total_cases": 38485.0, - "new_cases": 1193.0, - "new_cases_smoothed": 907.286, - "total_deaths": 407.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 7554.798, - "new_cases_per_million": 234.192, - "new_cases_smoothed_per_million": 178.105, - "total_deaths_per_million": 79.896, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.879, - "new_tests": 2633.0, - "total_tests": 128052.0, - "total_tests_per_thousand": 25.137, - "new_tests_per_thousand": 0.517, - "new_tests_smoothed": 1954.0, - "new_tests_smoothed_per_thousand": 0.384, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-08-30", - "total_cases": 39699.0, - "new_cases": 1214.0, - "new_cases_smoothed": 945.0, - "total_deaths": 418.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 7793.112, - "new_cases_per_million": 238.314, - "new_cases_smoothed_per_million": 185.508, - "total_deaths_per_million": 82.055, - "new_deaths_per_million": 2.159, - "new_deaths_smoothed_per_million": 1.963, - "new_tests": 804.0, - "total_tests": 128856.0, - "total_tests_per_thousand": 25.295, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 1770.0, - "new_tests_smoothed_per_thousand": 0.347, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-08-31", - "total_cases": 39699.0, - "new_cases": 0.0, - "new_cases_smoothed": 839.857, - "total_deaths": 418.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 7793.112, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 164.868, - "total_deaths_per_million": 82.055, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.767, - "new_tests": 2767.0, - "total_tests": 131623.0, - "total_tests_per_thousand": 25.838, - "new_tests_per_thousand": 0.543, - "new_tests_smoothed": 1947.0, - "new_tests_smoothed_per_thousand": 0.382, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-01", - "total_cases": 41287.0, - "new_cases": 1588.0, - "new_cases_smoothed": 974.857, - "total_deaths": 436.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 8104.844, - "new_cases_per_million": 311.732, - "new_cases_smoothed_per_million": 191.369, - "total_deaths_per_million": 85.589, - "new_deaths_per_million": 3.533, - "new_deaths_smoothed_per_million": 2.075, - "new_tests": 1488.0, - "total_tests": 133111.0, - "total_tests_per_thousand": 26.13, - "new_tests_per_thousand": 0.292, - "new_tests_smoothed": 1973.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-02", - "total_cases": 42184.0, - "new_cases": 897.0, - "new_cases_smoothed": 982.714, - "total_deaths": 443.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 8280.93, - "new_cases_per_million": 176.086, - "new_cases_smoothed_per_million": 192.912, - "total_deaths_per_million": 86.963, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.879, - "new_tests": 2119.0, - "total_tests": 135230.0, - "total_tests_per_thousand": 26.546, - "new_tests_per_thousand": 0.416, - "new_tests_smoothed": 1983.0, - "new_tests_smoothed_per_thousand": 0.389, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-03", - "total_cases": 43305.0, - "new_cases": 1121.0, - "new_cases_smoothed": 999.714, - "total_deaths": 453.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 8500.988, - "new_cases_per_million": 220.058, - "new_cases_smoothed_per_million": 196.249, - "total_deaths_per_million": 88.926, - "new_deaths_per_million": 1.963, - "new_deaths_smoothed_per_million": 1.879, - "new_tests": 2491.0, - "total_tests": 137721.0, - "total_tests_per_thousand": 27.035, - "new_tests_per_thousand": 0.489, - "new_tests_smoothed": 2073.0, - "new_tests_smoothed_per_thousand": 0.407, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-04", - "total_cases": 44458.0, - "new_cases": 1153.0, - "new_cases_smoothed": 1023.714, - "total_deaths": 460.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 8727.327, - "new_cases_per_million": 226.34, - "new_cases_smoothed_per_million": 200.96, - "total_deaths_per_million": 90.3, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 1.767, - "new_tests": 2750.0, - "total_tests": 140471.0, - "total_tests_per_thousand": 27.575, - "new_tests_per_thousand": 0.54, - "new_tests_smoothed": 2150.0, - "new_tests_smoothed_per_thousand": 0.422, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-05", - "total_cases": 45680.0, - "new_cases": 1222.0, - "new_cases_smoothed": 1027.857, - "total_deaths": 469.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 8967.212, - "new_cases_per_million": 239.885, - "new_cases_smoothed_per_million": 201.773, - "total_deaths_per_million": 92.067, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.739, - "new_tests": 2879.0, - "total_tests": 143350.0, - "total_tests_per_thousand": 28.14, - "new_tests_per_thousand": 0.565, - "new_tests_smoothed": 2185.0, - "new_tests_smoothed_per_thousand": 0.429, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-06", - "total_cases": 46920.0, - "new_cases": 1240.0, - "new_cases_smoothed": 1031.571, - "total_deaths": 478.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 9210.63, - "new_cases_per_million": 243.418, - "new_cases_smoothed_per_million": 202.503, - "total_deaths_per_million": 93.834, - "new_deaths_per_million": 1.767, - "new_deaths_smoothed_per_million": 1.683, - "new_tests": 957.0, - "total_tests": 144307.0, - "total_tests_per_thousand": 28.328, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 2207.0, - "new_tests_smoothed_per_thousand": 0.433, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-07", - "total_cases": 46920.0, - "new_cases": 0.0, - "new_cases_smoothed": 1031.571, - "total_deaths": 478.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 9210.63, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 202.503, - "total_deaths_per_million": 93.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.683, - "new_tests": 2741.0, - "total_tests": 147048.0, - "total_tests_per_thousand": 28.866, - "new_tests_per_thousand": 0.538, - "new_tests_smoothed": 2204.0, - "new_tests_smoothed_per_thousand": 0.433, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-08", - "total_cases": 48780.0, - "new_cases": 1860.0, - "new_cases_smoothed": 1070.429, - "total_deaths": 510.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 9575.757, - "new_cases_per_million": 365.127, - "new_cases_smoothed_per_million": 210.13, - "total_deaths_per_million": 100.116, - "new_deaths_per_million": 6.282, - "new_deaths_smoothed_per_million": 2.075, - "new_tests": 1978.0, - "total_tests": 149026.0, - "total_tests_per_thousand": 29.255, - "new_tests_per_thousand": 0.388, - "new_tests_smoothed": 2274.0, - "new_tests_smoothed_per_thousand": 0.446, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-09", - "total_cases": 49897.0, - "new_cases": 1117.0, - "new_cases_smoothed": 1101.857, - "total_deaths": 531.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 9795.03, - "new_cases_per_million": 219.273, - "new_cases_smoothed_per_million": 216.3, - "total_deaths_per_million": 104.238, - "new_deaths_per_million": 4.122, - "new_deaths_smoothed_per_million": 2.468, - "new_tests": 2517.0, - "total_tests": 151543.0, - "total_tests_per_thousand": 29.749, - "new_tests_per_thousand": 0.494, - "new_tests_smoothed": 2330.0, - "new_tests_smoothed_per_thousand": 0.457, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-10", - "total_cases": 51224.0, - "new_cases": 1327.0, - "new_cases_smoothed": 1131.286, - "total_deaths": 543.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 10055.527, - "new_cases_per_million": 260.497, - "new_cases_smoothed_per_million": 222.077, - "total_deaths_per_million": 106.594, - "new_deaths_per_million": 2.356, - "new_deaths_smoothed_per_million": 2.524, - "new_tests": 2615.0, - "total_tests": 154158.0, - "total_tests_per_thousand": 30.262, - "new_tests_per_thousand": 0.513, - "new_tests_smoothed": 2348.0, - "new_tests_smoothed_per_thousand": 0.461, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-11", - "total_cases": 52549.0, - "new_cases": 1325.0, - "new_cases_smoothed": 1155.857, - "total_deaths": 567.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 10315.631, - "new_cases_per_million": 260.104, - "new_cases_smoothed_per_million": 226.901, - "total_deaths_per_million": 111.305, - "new_deaths_per_million": 4.711, - "new_deaths_smoothed_per_million": 3.001, - "new_tests": 3154.0, - "total_tests": 157312.0, - "total_tests_per_thousand": 30.881, - "new_tests_per_thousand": 0.619, - "new_tests_smoothed": 2406.0, - "new_tests_smoothed_per_thousand": 0.472, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-12", - "total_cases": 53969.0, - "new_cases": 1420.0, - "new_cases_smoothed": 1184.143, - "total_deaths": 583.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 10594.384, - "new_cases_per_million": 278.753, - "new_cases_smoothed_per_million": 232.453, - "total_deaths_per_million": 114.446, - "new_deaths_per_million": 3.141, - "new_deaths_smoothed_per_million": 3.197, - "new_tests": 2996.0, - "total_tests": 160308.0, - "total_tests_per_thousand": 31.469, - "new_tests_per_thousand": 0.588, - "new_tests_smoothed": 2423.0, - "new_tests_smoothed_per_thousand": 0.476, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-13", - "total_cases": 55454.0, - "new_cases": 1485.0, - "new_cases_smoothed": 1219.143, - "total_deaths": 590.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 10885.897, - "new_cases_per_million": 291.513, - "new_cases_smoothed_per_million": 239.324, - "total_deaths_per_million": 115.82, - "new_deaths_per_million": 1.374, - "new_deaths_smoothed_per_million": 3.141, - "new_tests": 911.0, - "total_tests": 161219.0, - "total_tests_per_thousand": 31.648, - "new_tests_per_thousand": 0.179, - "new_tests_smoothed": 2416.0, - "new_tests_smoothed_per_thousand": 0.474, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 61.11 - }, - { - "date": "2020-09-14", - "total_cases": 55454.0, - "new_cases": 0.0, - "new_cases_smoothed": 1219.143, - "total_deaths": 590.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 10885.897, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 239.324, - "total_deaths_per_million": 115.82, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.141, - "new_tests": 3540.0, - "total_tests": 164759.0, - "total_tests_per_thousand": 32.343, - "new_tests_per_thousand": 0.695, - "new_tests_smoothed": 2530.0, - "new_tests_smoothed_per_thousand": 0.497, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-15", - "total_cases": 57351.0, - "new_cases": 1897.0, - "new_cases_smoothed": 1224.429, - "total_deaths": 621.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 11258.288, - "new_cases_per_million": 372.391, - "new_cases_smoothed_per_million": 240.361, - "total_deaths_per_million": 121.905, - "new_deaths_per_million": 6.085, - "new_deaths_smoothed_per_million": 3.113, - "new_tests": 1708.0, - "total_tests": 166467.0, - "total_tests_per_thousand": 32.678, - "new_tests_per_thousand": 0.335, - "new_tests_smoothed": 2492.0, - "new_tests_smoothed_per_thousand": 0.489, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-16", - "total_cases": 58138.0, - "new_cases": 787.0, - "new_cases_smoothed": 1177.286, - "total_deaths": 633.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 11412.78, - "new_cases_per_million": 154.492, - "new_cases_smoothed_per_million": 231.107, - "total_deaths_per_million": 124.261, - "new_deaths_per_million": 2.356, - "new_deaths_smoothed_per_million": 2.86, - "new_tests": 2220.0, - "total_tests": 168687.0, - "total_tests_per_thousand": 33.114, - "new_tests_per_thousand": 0.436, - "new_tests_smoothed": 2449.0, - "new_tests_smoothed_per_thousand": 0.481, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-17", - "total_cases": 59516.0, - "new_cases": 1378.0, - "new_cases_smoothed": 1184.571, - "total_deaths": 649.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 11683.288, - "new_cases_per_million": 270.508, - "new_cases_smoothed_per_million": 232.537, - "total_deaths_per_million": 127.402, - "new_deaths_per_million": 3.141, - "new_deaths_smoothed_per_million": 2.973, - "new_tests": 2308.0, - "total_tests": 170995.0, - "total_tests_per_thousand": 33.567, - "new_tests_per_thousand": 0.453, - "new_tests_smoothed": 2405.0, - "new_tests_smoothed_per_thousand": 0.472, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-18", - "total_cases": 60818.0, - "new_cases": 1302.0, - "new_cases_smoothed": 1181.286, - "total_deaths": 666.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 11938.877, - "new_cases_per_million": 255.589, - "new_cases_smoothed_per_million": 231.892, - "total_deaths_per_million": 130.739, - "new_deaths_per_million": 3.337, - "new_deaths_smoothed_per_million": 2.776, - "new_tests": 3238.0, - "total_tests": 174233.0, - "total_tests_per_thousand": 34.203, - "new_tests_per_thousand": 0.636, - "new_tests_smoothed": 2417.0, - "new_tests_smoothed_per_thousand": 0.474, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-19", - "total_cases": 62374.0, - "new_cases": 1556.0, - "new_cases_smoothed": 1200.714, - "total_deaths": 686.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 12244.327, - "new_cases_per_million": 305.451, - "new_cases_smoothed_per_million": 235.706, - "total_deaths_per_million": 134.665, - "new_deaths_per_million": 3.926, - "new_deaths_smoothed_per_million": 2.888, - "new_tests": 3110.0, - "total_tests": 177343.0, - "total_tests_per_thousand": 34.813, - "new_tests_per_thousand": 0.611, - "new_tests_smoothed": 2434.0, - "new_tests_smoothed_per_thousand": 0.478, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-20", - "total_cases": 63712.0, - "new_cases": 1338.0, - "new_cases_smoothed": 1179.714, - "total_deaths": 706.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 12506.984, - "new_cases_per_million": 262.656, - "new_cases_smoothed_per_million": 231.584, - "total_deaths_per_million": 138.591, - "new_deaths_per_million": 3.926, - "new_deaths_smoothed_per_million": 3.253, - "new_tests": 1118.0, - "total_tests": 178461.0, - "total_tests_per_thousand": 35.033, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 2463.0, - "new_tests_smoothed_per_thousand": 0.483, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-21", - "total_cases": 63712.0, - "new_cases": 0.0, - "new_cases_smoothed": 1179.714, - "total_deaths": 706.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 12506.984, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 231.584, - "total_deaths_per_million": 138.591, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 3.253, - "new_tests": 3537.0, - "total_tests": 181998.0, - "total_tests_per_thousand": 35.727, - "new_tests_per_thousand": 0.694, - "new_tests_smoothed": 2463.0, - "new_tests_smoothed_per_thousand": 0.483, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-22", - "total_cases": 65602.0, - "new_cases": 1890.0, - "new_cases_smoothed": 1178.714, - "total_deaths": 745.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 12878.0, - "new_cases_per_million": 371.016, - "new_cases_smoothed_per_million": 231.387, - "total_deaths_per_million": 146.247, - "new_deaths_per_million": 7.656, - "new_deaths_smoothed_per_million": 3.477, - "new_tests": 1902.0, - "total_tests": 183900.0, - "total_tests_per_thousand": 36.1, - "new_tests_per_thousand": 0.373, - "new_tests_smoothed": 2490.0, - "new_tests_smoothed_per_thousand": 0.489, - "tests_units": "people tested (incl. non-PCR)", - "stringency_index": 62.96 - }, - { - "date": "2020-09-23", - "total_cases": 66689.0, - "new_cases": 1087.0, - "new_cases_smoothed": 1221.571, - "total_deaths": 760.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 13091.384, - "new_cases_per_million": 213.384, - "new_cases_smoothed_per_million": 239.801, - "total_deaths_per_million": 149.192, - "new_deaths_per_million": 2.945, - "new_deaths_smoothed_per_million": 3.562, - "new_tests": 2977.0, - "total_tests": 186877.0, - "total_tests_per_thousand": 36.685, - "new_tests_per_thousand": 0.584, - "new_tests_smoothed": 2599.0, - "new_tests_smoothed_per_thousand": 0.51, - "tests_units": "people tested (incl. non-PCR)" - }, - { - "date": "2020-09-24", - "total_cases": 68059.0, - "new_cases": 1370.0, - "new_cases_smoothed": 1220.429, - "total_deaths": 781.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 13360.321, - "new_cases_per_million": 268.938, - "new_cases_smoothed_per_million": 239.576, - "total_deaths_per_million": 153.314, - "new_deaths_per_million": 4.122, - "new_deaths_smoothed_per_million": 3.702 - }, - { - "date": "2020-09-25", - "total_cases": 69459.0, - "new_cases": 1400.0, - "new_cases_smoothed": 1234.429, - "total_deaths": 795.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 18.429, - "total_cases_per_million": 13635.148, - "new_cases_per_million": 274.827, - "new_cases_smoothed_per_million": 242.324, - "total_deaths_per_million": 156.062, - "new_deaths_per_million": 2.748, - "new_deaths_smoothed_per_million": 3.618 - } - ] - }, - "CUB": { - "continent": "North America", - "location": "Cuba", - "population": 11326616.0, - "population_density": 110.408, - "median_age": 43.1, - "aged_65_older": 14.738, - "aged_70_older": 9.719, - "cardiovasc_death_rate": 190.968, - "diabetes_prevalence": 8.27, - "female_smokers": 17.1, - "male_smokers": 53.3, - "handwashing_facilities": 85.198, - "hospital_beds_per_thousand": 5.2, - "life_expectancy": 78.8, - "human_development_index": 0.777, - "data": [ - { - "date": "2020-03-12", - "total_cases": 3.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.265, - "new_cases_per_million": 0.265, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-03-14", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.353, - "new_cases_per_million": 0.088, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-03-15", - "total_cases": 4.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.353, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-03-18", - "total_cases": 7.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.618, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.088, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-03-19", - "total_cases": 11.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.971, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.101, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 13.89 - }, - { - "date": "2020-03-20", - "total_cases": 16.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.413, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.164, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 30.56 - }, - { - "date": "2020-03-21", - "total_cases": 21.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.854, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.214, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 30.56 - }, - { - "date": "2020-03-22", - "total_cases": 25.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.207, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.265, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "total_tests": 518.0, - "total_tests_per_thousand": 0.046, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-03-23", - "total_cases": 35.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.09, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.391, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 107.0, - "total_tests": 625.0, - "total_tests_per_thousand": 0.055, - "new_tests_per_thousand": 0.009, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-03-24", - "total_cases": 40.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.532, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.454, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 113.0, - "total_tests": 738.0, - "total_tests_per_thousand": 0.065, - "new_tests_per_thousand": 0.01, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-25", - "total_cases": 48.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4.238, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.517, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 155.0, - "total_tests": 893.0, - "total_tests_per_thousand": 0.079, - "new_tests_per_thousand": 0.014, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-26", - "total_cases": 57.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.032, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 0.58, - "total_deaths_per_million": 0.088, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 146.0, - "total_tests": 1039.0, - "total_tests_per_thousand": 0.092, - "new_tests_per_thousand": 0.013, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-27", - "total_cases": 67.0, - "new_cases": 10.0, - "new_cases_smoothed": 7.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5.915, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.643, - "total_deaths_per_million": 0.177, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 329.0, - "total_tests": 1368.0, - "total_tests_per_thousand": 0.121, - "new_tests_per_thousand": 0.029, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-28", - "total_cases": 80.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.063, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 0.744, - "total_deaths_per_million": 0.177, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 297.0, - "total_tests": 1665.0, - "total_tests_per_thousand": 0.147, - "new_tests_per_thousand": 0.026, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-29", - "total_cases": 119.0, - "new_cases": 39.0, - "new_cases_smoothed": 13.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 10.506, - "new_cases_per_million": 3.443, - "new_cases_smoothed_per_million": 1.186, - "total_deaths_per_million": 0.265, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 342.0, - "total_tests": 2007.0, - "total_tests_per_thousand": 0.177, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 213.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 15.862, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-30", - "total_cases": 139.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 12.272, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 1.312, - "total_deaths_per_million": 0.265, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 315.0, - "total_tests": 2322.0, - "total_tests_per_thousand": 0.205, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 242.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 16.288, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-03-31", - "total_cases": 170.0, - "new_cases": 31.0, - "new_cases_smoothed": 18.571, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 15.009, - "new_cases_per_million": 2.737, - "new_cases_smoothed_per_million": 1.64, - "total_deaths_per_million": 0.353, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 444.0, - "total_tests": 2766.0, - "total_tests_per_thousand": 0.244, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 290.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 15.615, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-01", - "total_cases": 186.0, - "new_cases": 16.0, - "new_cases_smoothed": 19.714, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 16.421, - "new_cases_per_million": 1.413, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 576.0, - "total_tests": 3342.0, - "total_tests_per_thousand": 0.295, - "new_tests_per_thousand": 0.051, - "new_tests_smoothed": 350.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 17.754, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-02", - "total_cases": 212.0, - "new_cases": 26.0, - "new_cases_smoothed": 22.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 18.717, - "new_cases_per_million": 2.295, - "new_cases_smoothed_per_million": 1.955, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 803.0, - "total_tests": 4145.0, - "total_tests_per_thousand": 0.366, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 444.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 20.052, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-03", - "total_cases": 233.0, - "new_cases": 21.0, - "new_cases_smoothed": 23.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 20.571, - "new_cases_per_million": 1.854, - "new_cases_smoothed_per_million": 2.094, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 1057.0, - "total_tests": 5202.0, - "total_tests_per_thousand": 0.459, - "new_tests_per_thousand": 0.093, - "new_tests_smoothed": 548.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 23.108, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-04", - "total_cases": 269.0, - "new_cases": 36.0, - "new_cases_smoothed": 27.0, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 23.749, - "new_cases_per_million": 3.178, - "new_cases_smoothed_per_million": 2.384, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 1201.0, - "total_tests": 6403.0, - "total_tests_per_thousand": 0.565, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 677.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 25.074, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-05", - "total_cases": 288.0, - "new_cases": 19.0, - "new_cases_smoothed": 24.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 25.427, - "new_cases_per_million": 1.677, - "new_cases_smoothed_per_million": 2.132, - "total_deaths_per_million": 0.53, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 764.0, - "total_tests": 7167.0, - "total_tests_per_thousand": 0.633, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 737.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_per_case": 30.526999999999997, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-06", - "total_cases": 320.0, - "new_cases": 32.0, - "new_cases_smoothed": 25.857, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 28.252, - "new_cases_per_million": 2.825, - "new_cases_smoothed_per_million": 2.283, - "total_deaths_per_million": 0.706, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1056.0, - "total_tests": 8223.0, - "total_tests_per_thousand": 0.726, - "new_tests_per_thousand": 0.093, - "new_tests_smoothed": 843.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 32.602, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-04-07", - "total_cases": 350.0, - "new_cases": 30.0, - "new_cases_smoothed": 25.714, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 30.901, - "new_cases_per_million": 2.649, - "new_cases_smoothed_per_million": 2.27, - "total_deaths_per_million": 0.795, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1187.0, - "total_tests": 9410.0, - "total_tests_per_thousand": 0.831, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 949.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 36.906, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 70.37 - }, - { - "date": "2020-04-08", - "total_cases": 396.0, - "new_cases": 46.0, - "new_cases_smoothed": 30.0, - "total_deaths": 11.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 34.962, - "new_cases_per_million": 4.061, - "new_cases_smoothed_per_million": 2.649, - "total_deaths_per_million": 0.971, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1315.0, - "total_tests": 10725.0, - "total_tests_per_thousand": 0.947, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 1055.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 35.167, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 70.37 - }, - { - "date": "2020-04-09", - "total_cases": 457.0, - "new_cases": 61.0, - "new_cases_smoothed": 35.0, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 40.347, - "new_cases_per_million": 5.386, - "new_cases_smoothed_per_million": 3.09, - "total_deaths_per_million": 1.059, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 1298.0, - "total_tests": 12023.0, - "total_tests_per_thousand": 1.061, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 1125.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 32.143, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 70.37 - }, - { - "date": "2020-04-10", - "total_cases": 515.0, - "new_cases": 58.0, - "new_cases_smoothed": 40.286, - "total_deaths": 15.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 45.468, - "new_cases_per_million": 5.121, - "new_cases_smoothed_per_million": 3.557, - "total_deaths_per_million": 1.324, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 1139.0, - "total_tests": 13162.0, - "total_tests_per_thousand": 1.162, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 1137.0, - "new_tests_smoothed_per_thousand": 0.1, - "tests_per_case": 28.223000000000003, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 70.37 - }, - { - "date": "2020-04-11", - "total_cases": 564.0, - "new_cases": 49.0, - "new_cases_smoothed": 42.143, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 49.794, - "new_cases_per_million": 4.326, - "new_cases_smoothed_per_million": 3.721, - "total_deaths_per_million": 1.324, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 1895.0, - "total_tests": 15057.0, - "total_tests_per_thousand": 1.329, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1236.0, - "new_tests_smoothed_per_thousand": 0.109, - "tests_per_case": 29.329, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-12", - "total_cases": 620.0, - "new_cases": 56.0, - "new_cases_smoothed": 47.429, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 54.738, - "new_cases_per_million": 4.944, - "new_cases_smoothed_per_million": 4.187, - "total_deaths_per_million": 1.413, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 2076.0, - "total_tests": 17133.0, - "total_tests_per_thousand": 1.513, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 1424.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_per_case": 30.024, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-13", - "total_cases": 669.0, - "new_cases": 49.0, - "new_cases_smoothed": 49.857, - "total_deaths": 18.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 59.064, - "new_cases_per_million": 4.326, - "new_cases_smoothed_per_million": 4.402, - "total_deaths_per_million": 1.589, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 1634.0, - "total_tests": 18767.0, - "total_tests_per_thousand": 1.657, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 1506.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_per_case": 30.206, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-14", - "total_cases": 726.0, - "new_cases": 57.0, - "new_cases_smoothed": 53.714, - "total_deaths": 21.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 64.097, - "new_cases_per_million": 5.032, - "new_cases_smoothed_per_million": 4.742, - "total_deaths_per_million": 1.854, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 1684.0, - "total_tests": 20451.0, - "total_tests_per_thousand": 1.806, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 1577.0, - "new_tests_smoothed_per_thousand": 0.139, - "tests_per_case": 29.359, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-15", - "total_cases": 766.0, - "new_cases": 40.0, - "new_cases_smoothed": 52.857, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 67.628, - "new_cases_per_million": 3.532, - "new_cases_smoothed_per_million": 4.667, - "total_deaths_per_million": 1.854, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 1386.0, - "total_tests": 21837.0, - "total_tests_per_thousand": 1.928, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 1587.0, - "new_tests_smoothed_per_thousand": 0.14, - "tests_per_case": 30.024, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-16", - "total_cases": 814.0, - "new_cases": 48.0, - "new_cases_smoothed": 51.0, - "total_deaths": 24.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 71.866, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 4.503, - "total_deaths_per_million": 2.119, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 1480.0, - "total_tests": 23317.0, - "total_tests_per_thousand": 2.059, - "new_tests_per_thousand": 0.131, - "new_tests_smoothed": 1613.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_per_case": 31.627, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-04-17", - "total_cases": 862.0, - "new_cases": 48.0, - "new_cases_smoothed": 49.571, - "total_deaths": 27.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 76.104, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 4.377, - "total_deaths_per_million": 2.384, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 1895.0, - "total_tests": 25212.0, - "total_tests_per_thousand": 2.226, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1721.0, - "new_tests_smoothed_per_thousand": 0.152, - "tests_per_case": 34.718, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-18", - "total_cases": 923.0, - "new_cases": 61.0, - "new_cases_smoothed": 51.286, - "total_deaths": 31.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 81.489, - "new_cases_per_million": 5.386, - "new_cases_smoothed_per_million": 4.528, - "total_deaths_per_million": 2.737, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 1770.0, - "total_tests": 26982.0, - "total_tests_per_thousand": 2.382, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 1704.0, - "new_tests_smoothed_per_thousand": 0.15, - "tests_per_case": 33.226, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-19", - "total_cases": 986.0, - "new_cases": 63.0, - "new_cases_smoothed": 52.286, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 87.052, - "new_cases_per_million": 5.562, - "new_cases_smoothed_per_million": 4.616, - "total_deaths_per_million": 2.825, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 1616.0, - "total_tests": 28598.0, - "total_tests_per_thousand": 2.525, - "new_tests_per_thousand": 0.143, - "new_tests_smoothed": 1638.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 31.328000000000003, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-20", - "total_cases": 1035.0, - "new_cases": 49.0, - "new_cases_smoothed": 52.286, - "total_deaths": 34.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 91.378, - "new_cases_per_million": 4.326, - "new_cases_smoothed_per_million": 4.616, - "total_deaths_per_million": 3.002, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 1818.0, - "total_tests": 30416.0, - "total_tests_per_thousand": 2.685, - "new_tests_per_thousand": 0.161, - "new_tests_smoothed": 1664.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_per_case": 31.825, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-21", - "total_cases": 1087.0, - "new_cases": 52.0, - "new_cases_smoothed": 51.571, - "total_deaths": 36.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 95.969, - "new_cases_per_million": 4.591, - "new_cases_smoothed_per_million": 4.553, - "total_deaths_per_million": 3.178, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 1860.0, - "total_tests": 32276.0, - "total_tests_per_thousand": 2.85, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 1689.0, - "new_tests_smoothed_per_thousand": 0.149, - "tests_per_case": 32.751, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-22", - "total_cases": 1137.0, - "new_cases": 50.0, - "new_cases_smoothed": 53.0, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 100.383, - "new_cases_per_million": 4.414, - "new_cases_smoothed_per_million": 4.679, - "total_deaths_per_million": 3.355, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.214, - "new_tests": 1967.0, - "total_tests": 34243.0, - "total_tests_per_thousand": 3.023, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 1772.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_per_case": 33.434, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-23", - "total_cases": 1189.0, - "new_cases": 52.0, - "new_cases_smoothed": 53.571, - "total_deaths": 40.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 104.974, - "new_cases_per_million": 4.591, - "new_cases_smoothed_per_million": 4.73, - "total_deaths_per_million": 3.532, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 1891.0, - "total_tests": 36134.0, - "total_tests_per_thousand": 3.19, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 1831.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 34.179, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-24", - "total_cases": 1235.0, - "new_cases": 46.0, - "new_cases_smoothed": 53.286, - "total_deaths": 43.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 109.035, - "new_cases_per_million": 4.061, - "new_cases_smoothed_per_million": 4.704, - "total_deaths_per_million": 3.796, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 1857.0, - "total_tests": 37991.0, - "total_tests_per_thousand": 3.354, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 1826.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 34.268, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-25", - "total_cases": 1285.0, - "new_cases": 50.0, - "new_cases_smoothed": 51.714, - "total_deaths": 49.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 113.45, - "new_cases_per_million": 4.414, - "new_cases_smoothed_per_million": 4.566, - "total_deaths_per_million": 4.326, - "new_deaths_per_million": 0.53, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 1837.0, - "total_tests": 39828.0, - "total_tests_per_thousand": 3.516, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 1835.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 35.483000000000004, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-26", - "total_cases": 1337.0, - "new_cases": 52.0, - "new_cases_smoothed": 50.143, - "total_deaths": 51.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 118.041, - "new_cases_per_million": 4.591, - "new_cases_smoothed_per_million": 4.427, - "total_deaths_per_million": 4.503, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.24, - "new_tests": 1823.0, - "total_tests": 41651.0, - "total_tests_per_thousand": 3.677, - "new_tests_per_thousand": 0.161, - "new_tests_smoothed": 1865.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 37.194, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-27", - "total_cases": 1369.0, - "new_cases": 32.0, - "new_cases_smoothed": 47.714, - "total_deaths": 54.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 120.866, - "new_cases_per_million": 2.825, - "new_cases_smoothed_per_million": 4.213, - "total_deaths_per_million": 4.768, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 1857.0, - "total_tests": 43508.0, - "total_tests_per_thousand": 3.841, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 1870.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 39.192, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-28", - "total_cases": 1389.0, - "new_cases": 20.0, - "new_cases_smoothed": 43.143, - "total_deaths": 56.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 122.632, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 3.809, - "total_deaths_per_million": 4.944, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 1836.0, - "total_tests": 45344.0, - "total_tests_per_thousand": 4.003, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 1867.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 43.275, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-29", - "total_cases": 1437.0, - "new_cases": 48.0, - "new_cases_smoothed": 42.857, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 126.869, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 3.784, - "total_deaths_per_million": 5.121, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 2003.0, - "total_tests": 47347.0, - "total_tests_per_thousand": 4.18, - "new_tests_per_thousand": 0.177, - "new_tests_smoothed": 1872.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 43.68, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-04-30", - "total_cases": 1467.0, - "new_cases": 30.0, - "new_cases_smoothed": 39.714, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 129.518, - "new_cases_per_million": 2.649, - "new_cases_smoothed_per_million": 3.506, - "total_deaths_per_million": 5.121, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 2062.0, - "total_tests": 49409.0, - "total_tests_per_thousand": 4.362, - "new_tests_per_thousand": 0.182, - "new_tests_smoothed": 1896.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 47.74100000000001, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-01", - "total_cases": 1501.0, - "new_cases": 34.0, - "new_cases_smoothed": 38.0, - "total_deaths": 61.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 132.52, - "new_cases_per_million": 3.002, - "new_cases_smoothed_per_million": 3.355, - "total_deaths_per_million": 5.386, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 2097.0, - "total_tests": 51506.0, - "total_tests_per_thousand": 4.547, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 1931.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 50.816, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-02", - "total_cases": 1537.0, - "new_cases": 36.0, - "new_cases_smoothed": 36.0, - "total_deaths": 64.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 135.698, - "new_cases_per_million": 3.178, - "new_cases_smoothed_per_million": 3.178, - "total_deaths_per_million": 5.65, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 2039.0, - "total_tests": 53545.0, - "total_tests_per_thousand": 4.727, - "new_tests_per_thousand": 0.18, - "new_tests_smoothed": 1960.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 54.443999999999996, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-03", - "total_cases": 1611.0, - "new_cases": 74.0, - "new_cases_smoothed": 39.143, - "total_deaths": 66.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 142.231, - "new_cases_per_million": 6.533, - "new_cases_smoothed_per_million": 3.456, - "total_deaths_per_million": 5.827, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 1997.0, - "total_tests": 55542.0, - "total_tests_per_thousand": 4.904, - "new_tests_per_thousand": 0.176, - "new_tests_smoothed": 1984.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 50.68600000000001, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-04", - "total_cases": 1649.0, - "new_cases": 38.0, - "new_cases_smoothed": 40.0, - "total_deaths": 67.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 145.586, - "new_cases_per_million": 3.355, - "new_cases_smoothed_per_million": 3.532, - "total_deaths_per_million": 5.915, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 2169.0, - "total_tests": 57711.0, - "total_tests_per_thousand": 5.095, - "new_tests_per_thousand": 0.191, - "new_tests_smoothed": 2029.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 50.725, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-05", - "total_cases": 1668.0, - "new_cases": 19.0, - "new_cases_smoothed": 39.857, - "total_deaths": 69.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 147.264, - "new_cases_per_million": 1.677, - "new_cases_smoothed_per_million": 3.519, - "total_deaths_per_million": 6.092, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 1937.0, - "total_tests": 59648.0, - "total_tests_per_thousand": 5.266, - "new_tests_per_thousand": 0.171, - "new_tests_smoothed": 2043.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 51.258, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-06", - "total_cases": 1685.0, - "new_cases": 17.0, - "new_cases_smoothed": 35.429, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 148.765, - "new_cases_per_million": 1.501, - "new_cases_smoothed_per_million": 3.128, - "total_deaths_per_million": 6.092, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.139, - "new_tests": 1965.0, - "total_tests": 61613.0, - "total_tests_per_thousand": 5.44, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 2038.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 57.523999999999994, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-07", - "total_cases": 1703.0, - "new_cases": 18.0, - "new_cases_smoothed": 33.714, - "total_deaths": 69.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 150.354, - "new_cases_per_million": 1.589, - "new_cases_smoothed_per_million": 2.977, - "total_deaths_per_million": 6.092, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.139, - "new_tests": 1947.0, - "total_tests": 63560.0, - "total_tests_per_thousand": 5.612, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 2022.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 59.975, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-08", - "total_cases": 1729.0, - "new_cases": 26.0, - "new_cases_smoothed": 32.571, - "total_deaths": 73.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 152.649, - "new_cases_per_million": 2.295, - "new_cases_smoothed_per_million": 2.876, - "total_deaths_per_million": 6.445, - "new_deaths_per_million": 0.353, - "new_deaths_smoothed_per_million": 0.151, - "new_tests": 1949.0, - "total_tests": 65509.0, - "total_tests_per_thousand": 5.784, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 2000.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 61.403999999999996, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-09", - "total_cases": 1741.0, - "new_cases": 12.0, - "new_cases_smoothed": 29.143, - "total_deaths": 74.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 153.709, - "new_cases_per_million": 1.059, - "new_cases_smoothed_per_million": 2.573, - "total_deaths_per_million": 6.533, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 1826.0, - "total_tests": 67335.0, - "total_tests_per_thousand": 5.945, - "new_tests_per_thousand": 0.161, - "new_tests_smoothed": 1970.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 67.598, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-10", - "total_cases": 1754.0, - "new_cases": 13.0, - "new_cases_smoothed": 20.429, - "total_deaths": 74.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 154.856, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 1.804, - "total_deaths_per_million": 6.533, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 1847.0, - "total_tests": 69182.0, - "total_tests_per_thousand": 6.108, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 1949.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 95.406, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-11", - "total_cases": 1766.0, - "new_cases": 12.0, - "new_cases_smoothed": 16.714, - "total_deaths": 77.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 155.916, - "new_cases_per_million": 1.059, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 6.798, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 1975.0, - "total_tests": 71157.0, - "total_tests_per_thousand": 6.282, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 1921.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 114.932, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-12", - "total_cases": 1783.0, - "new_cases": 17.0, - "new_cases_smoothed": 16.429, - "total_deaths": 77.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 157.417, - "new_cases_per_million": 1.501, - "new_cases_smoothed_per_million": 1.45, - "total_deaths_per_million": 6.798, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 1972.0, - "total_tests": 73129.0, - "total_tests_per_thousand": 6.456, - "new_tests_per_thousand": 0.174, - "new_tests_smoothed": 1926.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 117.235, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-13", - "total_cases": 1804.0, - "new_cases": 21.0, - "new_cases_smoothed": 17.0, - "total_deaths": 78.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 159.271, - "new_cases_per_million": 1.854, - "new_cases_smoothed_per_million": 1.501, - "total_deaths_per_million": 6.886, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 2013.0, - "total_tests": 75142.0, - "total_tests_per_thousand": 6.634, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 1933.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 113.706, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-14", - "total_cases": 1810.0, - "new_cases": 6.0, - "new_cases_smoothed": 15.286, - "total_deaths": 79.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 159.801, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 1.35, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.126, - "new_tests": 2232.0, - "total_tests": 77374.0, - "total_tests_per_thousand": 6.831, - "new_tests_per_thousand": 0.197, - "new_tests_smoothed": 1973.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 129.075, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-15", - "total_cases": 1830.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.429, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 161.566, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 1.274, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 2460.0, - "total_tests": 79834.0, - "total_tests_per_thousand": 7.048, - "new_tests_per_thousand": 0.217, - "new_tests_smoothed": 2046.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 141.80200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-16", - "total_cases": 1840.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.143, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 162.449, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 2083.0, - "total_tests": 81917.0, - "total_tests_per_thousand": 7.232, - "new_tests_per_thousand": 0.184, - "new_tests_smoothed": 2083.0, - "new_tests_smoothed_per_thousand": 0.184, - "tests_per_case": 147.283, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-17", - "total_cases": 1862.0, - "new_cases": 22.0, - "new_cases_smoothed": 15.429, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 164.392, - "new_cases_per_million": 1.942, - "new_cases_smoothed_per_million": 1.362, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 1951.0, - "total_tests": 83868.0, - "total_tests_per_thousand": 7.405, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 2098.0, - "new_tests_smoothed_per_thousand": 0.185, - "tests_per_case": 135.981, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-18", - "total_cases": 1872.0, - "new_cases": 10.0, - "new_cases_smoothed": 15.143, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 165.274, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 1.337, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1688.0, - "total_tests": 85556.0, - "total_tests_per_thousand": 7.554, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 2057.0, - "new_tests_smoothed_per_thousand": 0.182, - "tests_per_case": 135.84, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-19", - "total_cases": 1881.0, - "new_cases": 9.0, - "new_cases_smoothed": 14.0, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 166.069, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 1.236, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1732.0, - "total_tests": 87288.0, - "total_tests_per_thousand": 7.706, - "new_tests_per_thousand": 0.153, - "new_tests_smoothed": 2023.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 144.5, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-20", - "total_cases": 1887.0, - "new_cases": 6.0, - "new_cases_smoothed": 11.857, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 166.599, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 1.047, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1743.0, - "total_tests": 89031.0, - "total_tests_per_thousand": 7.86, - "new_tests_per_thousand": 0.154, - "new_tests_smoothed": 1984.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 167.325, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-21", - "total_cases": 1900.0, - "new_cases": 13.0, - "new_cases_smoothed": 12.857, - "total_deaths": 79.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 167.746, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 1.135, - "total_deaths_per_million": 6.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1880.0, - "total_tests": 90911.0, - "total_tests_per_thousand": 8.026, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 1934.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 150.422, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-22", - "total_cases": 1908.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.143, - "total_deaths": 80.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 168.453, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.984, - "total_deaths_per_million": 7.063, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1718.0, - "total_tests": 92629.0, - "total_tests_per_thousand": 8.178, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 1828.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 164.051, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-23", - "total_cases": 1916.0, - "new_cases": 8.0, - "new_cases_smoothed": 10.857, - "total_deaths": 81.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 169.159, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.959, - "total_deaths_per_million": 7.151, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1431.0, - "total_tests": 94060.0, - "total_tests_per_thousand": 8.304, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 1735.0, - "new_tests_smoothed_per_thousand": 0.153, - "tests_per_case": 159.803, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-24", - "total_cases": 1931.0, - "new_cases": 15.0, - "new_cases_smoothed": 9.857, - "total_deaths": 81.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 170.483, - "new_cases_per_million": 1.324, - "new_cases_smoothed_per_million": 0.87, - "total_deaths_per_million": 7.151, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1451.0, - "total_tests": 95511.0, - "total_tests_per_thousand": 8.432, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 1663.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_per_case": 168.71, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-25", - "total_cases": 1941.0, - "new_cases": 10.0, - "new_cases_smoothed": 9.857, - "total_deaths": 82.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 171.366, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.87, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1492.0, - "total_tests": 97003.0, - "total_tests_per_thousand": 8.564, - "new_tests_per_thousand": 0.132, - "new_tests_smoothed": 1635.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 165.87, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-26", - "total_cases": 1947.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.429, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 171.896, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 0.832, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1378.0, - "total_tests": 98381.0, - "total_tests_per_thousand": 8.686, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 1585.0, - "new_tests_smoothed_per_thousand": 0.14, - "tests_per_case": 168.106, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-27", - "total_cases": 1963.0, - "new_cases": 16.0, - "new_cases_smoothed": 10.857, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 173.309, - "new_cases_per_million": 1.413, - "new_cases_smoothed_per_million": 0.959, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1364.0, - "total_tests": 99745.0, - "total_tests_per_thousand": 8.806, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 1531.0, - "new_tests_smoothed_per_thousand": 0.135, - "tests_per_case": 141.013, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-28", - "total_cases": 1974.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.571, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 174.28, - "new_cases_per_million": 0.971, - "new_cases_smoothed_per_million": 0.933, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 1363.0, - "total_tests": 101108.0, - "total_tests_per_thousand": 8.927, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 1457.0, - "new_tests_smoothed_per_thousand": 0.129, - "tests_per_case": 137.82399999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-29", - "total_cases": 1983.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 175.074, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 0.946, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 2015.0, - "total_tests": 103123.0, - "total_tests_per_thousand": 9.104, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 1499.0, - "new_tests_smoothed_per_thousand": 0.132, - "tests_per_case": 139.907, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-30", - "total_cases": 2005.0, - "new_cases": 22.0, - "new_cases_smoothed": 12.714, - "total_deaths": 82.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 177.017, - "new_cases_per_million": 1.942, - "new_cases_smoothed_per_million": 1.123, - "total_deaths_per_million": 7.24, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2151.0, - "total_tests": 105274.0, - "total_tests_per_thousand": 9.294, - "new_tests_per_thousand": 0.19, - "new_tests_smoothed": 1602.0, - "new_tests_smoothed_per_thousand": 0.141, - "tests_per_case": 126.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-05-31", - "total_cases": 2025.0, - "new_cases": 20.0, - "new_cases_smoothed": 13.429, - "total_deaths": 83.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 178.782, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 1.186, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1763.0, - "total_tests": 107037.0, - "total_tests_per_thousand": 9.45, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 1647.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 122.649, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-01", - "total_cases": 2045.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.857, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 180.548, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 1.312, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1352.0, - "total_tests": 108389.0, - "total_tests_per_thousand": 9.569, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 1627.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 109.51, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-02", - "total_cases": 2083.0, - "new_cases": 38.0, - "new_cases_smoothed": 19.429, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 183.903, - "new_cases_per_million": 3.355, - "new_cases_smoothed_per_million": 1.715, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1960.0, - "total_tests": 110349.0, - "total_tests_per_thousand": 9.742, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 1710.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_per_case": 88.015, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-03", - "total_cases": 2092.0, - "new_cases": 9.0, - "new_cases_smoothed": 18.429, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 184.698, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 1.627, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2100.0, - "total_tests": 112449.0, - "total_tests_per_thousand": 9.928, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 1815.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 98.488, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-04", - "total_cases": 2107.0, - "new_cases": 15.0, - "new_cases_smoothed": 19.0, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 186.022, - "new_cases_per_million": 1.324, - "new_cases_smoothed_per_million": 1.677, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2015.0, - "total_tests": 114464.0, - "total_tests_per_thousand": 10.106, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 1908.0, - "new_tests_smoothed_per_thousand": 0.168, - "tests_per_case": 100.421, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-05", - "total_cases": 2119.0, - "new_cases": 12.0, - "new_cases_smoothed": 19.429, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 187.081, - "new_cases_per_million": 1.059, - "new_cases_smoothed_per_million": 1.715, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2004.0, - "total_tests": 116468.0, - "total_tests_per_thousand": 10.283, - "new_tests_per_thousand": 0.177, - "new_tests_smoothed": 1906.0, - "new_tests_smoothed_per_thousand": 0.168, - "tests_per_case": 98.103, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-06", - "total_cases": 2133.0, - "new_cases": 14.0, - "new_cases_smoothed": 18.286, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 188.317, - "new_cases_per_million": 1.236, - "new_cases_smoothed_per_million": 1.614, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2020.0, - "total_tests": 118488.0, - "total_tests_per_thousand": 10.461, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 1888.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 103.25, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-07", - "total_cases": 2173.0, - "new_cases": 40.0, - "new_cases_smoothed": 21.143, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 191.849, - "new_cases_per_million": 3.532, - "new_cases_smoothed_per_million": 1.867, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2048.0, - "total_tests": 120536.0, - "total_tests_per_thousand": 10.642, - "new_tests_per_thousand": 0.181, - "new_tests_smoothed": 1928.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 91.189, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-08", - "total_cases": 2191.0, - "new_cases": 18.0, - "new_cases_smoothed": 20.857, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 193.438, - "new_cases_per_million": 1.589, - "new_cases_smoothed_per_million": 1.841, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2067.0, - "total_tests": 122603.0, - "total_tests_per_thousand": 10.824, - "new_tests_per_thousand": 0.182, - "new_tests_smoothed": 2031.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 97.37700000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-09", - "total_cases": 2200.0, - "new_cases": 9.0, - "new_cases_smoothed": 16.714, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.233, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 1.476, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2344.0, - "total_tests": 124947.0, - "total_tests_per_thousand": 11.031, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 2085.0, - "new_tests_smoothed_per_thousand": 0.184, - "tests_per_case": 124.744, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-10", - "total_cases": 2205.0, - "new_cases": 5.0, - "new_cases_smoothed": 16.143, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.674, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 1.425, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2095.0, - "total_tests": 127042.0, - "total_tests_per_thousand": 11.216, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 2085.0, - "new_tests_smoothed_per_thousand": 0.184, - "tests_per_case": 129.159, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-11", - "total_cases": 2211.0, - "new_cases": 6.0, - "new_cases_smoothed": 14.857, - "total_deaths": 83.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.204, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 1.312, - "total_deaths_per_million": 7.328, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2090.0, - "total_tests": 129132.0, - "total_tests_per_thousand": 11.401, - "new_tests_per_thousand": 0.185, - "new_tests_smoothed": 2095.0, - "new_tests_smoothed_per_thousand": 0.185, - "tests_per_case": 141.01, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-12", - "total_cases": 2219.0, - "new_cases": 8.0, - "new_cases_smoothed": 14.286, - "total_deaths": 84.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 195.91, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 1.261, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2496.0, - "total_tests": 131628.0, - "total_tests_per_thousand": 11.621, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 2166.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 151.62, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-13", - "total_cases": 2233.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.286, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 197.146, - "new_cases_per_million": 1.236, - "new_cases_smoothed_per_million": 1.261, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2135.0, - "total_tests": 133763.0, - "total_tests_per_thousand": 11.81, - "new_tests_per_thousand": 0.188, - "new_tests_smoothed": 2182.0, - "new_tests_smoothed_per_thousand": 0.193, - "tests_per_case": 152.74, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-14", - "total_cases": 2238.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.286, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 197.588, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.82, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2486.0, - "total_tests": 136249.0, - "total_tests_per_thousand": 12.029, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 2245.0, - "new_tests_smoothed_per_thousand": 0.198, - "tests_per_case": 241.769, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-15", - "total_cases": 2248.0, - "new_cases": 10.0, - "new_cases_smoothed": 8.143, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 198.471, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.719, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2582.0, - "total_tests": 138831.0, - "total_tests_per_thousand": 12.257, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 2318.0, - "new_tests_smoothed_per_thousand": 0.205, - "tests_per_case": 284.66700000000003, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-16", - "total_cases": 2262.0, - "new_cases": 14.0, - "new_cases_smoothed": 8.857, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 199.707, - "new_cases_per_million": 1.236, - "new_cases_smoothed_per_million": 0.782, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2320.0, - "total_tests": 141151.0, - "total_tests_per_thousand": 12.462, - "new_tests_per_thousand": 0.205, - "new_tests_smoothed": 2315.0, - "new_tests_smoothed_per_thousand": 0.204, - "tests_per_case": 261.371, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-17", - "total_cases": 2273.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.714, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 200.678, - "new_cases_per_million": 0.971, - "new_cases_smoothed_per_million": 0.858, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2582.0, - "total_tests": 143733.0, - "total_tests_per_thousand": 12.69, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 2384.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 245.412, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 100.0 - }, - { - "date": "2020-06-18", - "total_cases": 2280.0, - "new_cases": 7.0, - "new_cases_smoothed": 9.857, - "total_deaths": 84.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 201.296, - "new_cases_per_million": 0.618, - "new_cases_smoothed_per_million": 0.87, - "total_deaths_per_million": 7.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2543.0, - "total_tests": 146276.0, - "total_tests_per_thousand": 12.914, - "new_tests_per_thousand": 0.225, - "new_tests_smoothed": 2449.0, - "new_tests_smoothed_per_thousand": 0.216, - "tests_per_case": 248.449, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-19", - "total_cases": 2295.0, - "new_cases": 15.0, - "new_cases_smoothed": 10.857, - "total_deaths": 85.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 202.62, - "new_cases_per_million": 1.324, - "new_cases_smoothed_per_million": 0.959, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2536.0, - "total_tests": 148812.0, - "total_tests_per_thousand": 13.138, - "new_tests_per_thousand": 0.224, - "new_tests_smoothed": 2455.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_per_case": 226.118, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-20", - "total_cases": 2305.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.286, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 203.503, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.908, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2352.0, - "total_tests": 151164.0, - "total_tests_per_thousand": 13.346, - "new_tests_per_thousand": 0.208, - "new_tests_smoothed": 2486.0, - "new_tests_smoothed_per_thousand": 0.219, - "tests_per_case": 241.69400000000002, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-21", - "total_cases": 2309.0, - "new_cases": 4.0, - "new_cases_smoothed": 10.143, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 203.856, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.895, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2069.0, - "total_tests": 153233.0, - "total_tests_per_thousand": 13.529, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 2426.0, - "new_tests_smoothed_per_thousand": 0.214, - "tests_per_case": 239.183, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-22", - "total_cases": 2312.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.143, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 204.121, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.807, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2148.0, - "total_tests": 155381.0, - "total_tests_per_thousand": 13.718, - "new_tests_per_thousand": 0.19, - "new_tests_smoothed": 2364.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_per_case": 258.562, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-23", - "total_cases": 2315.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.571, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 204.386, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.668, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2006.0, - "total_tests": 157387.0, - "total_tests_per_thousand": 13.895, - "new_tests_per_thousand": 0.177, - "new_tests_smoothed": 2319.0, - "new_tests_smoothed_per_thousand": 0.205, - "tests_per_case": 306.283, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-24", - "total_cases": 2318.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.429, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 204.651, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.568, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2184.0, - "total_tests": 159571.0, - "total_tests_per_thousand": 14.088, - "new_tests_per_thousand": 0.193, - "new_tests_smoothed": 2263.0, - "new_tests_smoothed_per_thousand": 0.2, - "tests_per_case": 352.022, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-25", - "total_cases": 2319.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.571, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 204.739, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2103.0, - "total_tests": 161674.0, - "total_tests_per_thousand": 14.274, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 2200.0, - "new_tests_smoothed_per_thousand": 0.194, - "tests_per_case": 394.87199999999996, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-26", - "total_cases": 2321.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.714, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 204.916, - "new_cases_per_million": 0.177, - "new_cases_smoothed_per_million": 0.328, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2288.0, - "total_tests": 163962.0, - "total_tests_per_thousand": 14.476, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 2164.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 582.615, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-27", - "total_cases": 2325.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 205.269, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 7.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2373.0, - "total_tests": 166335.0, - "total_tests_per_thousand": 14.685, - "new_tests_per_thousand": 0.21, - "new_tests_smoothed": 2167.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 758.45, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-28", - "total_cases": 2330.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.0, - "total_deaths": 86.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 205.71, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.265, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2210.0, - "total_tests": 168545.0, - "total_tests_per_thousand": 14.88, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 2187.0, - "new_tests_smoothed_per_thousand": 0.193, - "tests_per_case": 729.0, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-29", - "total_cases": 2332.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 205.887, - "new_cases_per_million": 0.177, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2246.0, - "total_tests": 170791.0, - "total_tests_per_thousand": 15.079, - "new_tests_per_thousand": 0.198, - "new_tests_smoothed": 2201.0, - "new_tests_smoothed_per_thousand": 0.194, - "tests_per_case": 770.35, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-06-30", - "total_cases": 2340.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.571, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 206.593, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.315, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2272.0, - "total_tests": 173063.0, - "total_tests_per_thousand": 15.279, - "new_tests_per_thousand": 0.201, - "new_tests_smoothed": 2239.0, - "new_tests_smoothed_per_thousand": 0.198, - "tests_per_case": 626.92, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-07-01", - "total_cases": 2341.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.286, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 206.681, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.29, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2309.0, - "total_tests": 175372.0, - "total_tests_per_thousand": 15.483, - "new_tests_per_thousand": 0.204, - "new_tests_smoothed": 2257.0, - "new_tests_smoothed_per_thousand": 0.199, - "tests_per_case": 686.913, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-07-02", - "total_cases": 2348.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.143, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 207.299, - "new_cases_per_million": 0.618, - "new_cases_smoothed_per_million": 0.366, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2690.0, - "total_tests": 178062.0, - "total_tests_per_thousand": 15.721, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 2341.0, - "new_tests_smoothed_per_thousand": 0.207, - "tests_per_case": 565.069, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-07-03", - "total_cases": 2353.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.571, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 207.741, - "new_cases_per_million": 0.441, - "new_cases_smoothed_per_million": 0.404, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2635.0, - "total_tests": 180697.0, - "total_tests_per_thousand": 15.953, - "new_tests_per_thousand": 0.233, - "new_tests_smoothed": 2391.0, - "new_tests_smoothed_per_thousand": 0.211, - "tests_per_case": 523.031, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-04", - "total_cases": 2361.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.143, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 208.447, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.454, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2446.0, - "total_tests": 183143.0, - "total_tests_per_thousand": 16.169, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 2401.0, - "new_tests_smoothed_per_thousand": 0.212, - "tests_per_case": 466.861, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-05", - "total_cases": 2369.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.571, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 209.153, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3375.0, - "total_tests": 186518.0, - "total_tests_per_thousand": 16.467, - "new_tests_per_thousand": 0.298, - "new_tests_smoothed": 2568.0, - "new_tests_smoothed_per_thousand": 0.227, - "tests_per_case": 460.923, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-06", - "total_cases": 2372.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.714, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 209.418, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.505, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3081.0, - "total_tests": 189599.0, - "total_tests_per_thousand": 16.739, - "new_tests_per_thousand": 0.272, - "new_tests_smoothed": 2687.0, - "new_tests_smoothed_per_thousand": 0.237, - "tests_per_case": 470.225, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-07", - "total_cases": 2380.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.714, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 210.125, - "new_cases_per_million": 0.706, - "new_cases_smoothed_per_million": 0.505, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2844.0, - "total_tests": 192443.0, - "total_tests_per_thousand": 16.99, - "new_tests_per_thousand": 0.251, - "new_tests_smoothed": 2769.0, - "new_tests_smoothed_per_thousand": 0.244, - "tests_per_case": 484.575, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-08", - "total_cases": 2395.0, - "new_cases": 15.0, - "new_cases_smoothed": 7.714, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.449, - "new_cases_per_million": 1.324, - "new_cases_smoothed_per_million": 0.681, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3091.0, - "total_tests": 195534.0, - "total_tests_per_thousand": 17.263, - "new_tests_per_thousand": 0.273, - "new_tests_smoothed": 2880.0, - "new_tests_smoothed_per_thousand": 0.254, - "tests_per_case": 373.333, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-09", - "total_cases": 2399.0, - "new_cases": 4.0, - "new_cases_smoothed": 7.286, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.802, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.643, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3141.0, - "total_tests": 198675.0, - "total_tests_per_thousand": 17.541, - "new_tests_per_thousand": 0.277, - "new_tests_smoothed": 2945.0, - "new_tests_smoothed_per_thousand": 0.26, - "tests_per_case": 404.216, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-10", - "total_cases": 2403.0, - "new_cases": 4.0, - "new_cases_smoothed": 7.143, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 212.155, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.631, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3339.0, - "total_tests": 202014.0, - "total_tests_per_thousand": 17.835, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 3045.0, - "new_tests_smoothed_per_thousand": 0.269, - "tests_per_case": 426.3, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-11", - "total_cases": 2413.0, - "new_cases": 10.0, - "new_cases_smoothed": 7.429, - "total_deaths": 86.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.038, - "new_cases_per_million": 0.883, - "new_cases_smoothed_per_million": 0.656, - "total_deaths_per_million": 7.593, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3106.0, - "total_tests": 205120.0, - "total_tests_per_thousand": 18.11, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 3140.0, - "new_tests_smoothed_per_thousand": 0.277, - "tests_per_case": 422.69199999999995, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-12", - "total_cases": 2420.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.286, - "total_deaths": 87.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 213.656, - "new_cases_per_million": 0.618, - "new_cases_smoothed_per_million": 0.643, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2978.0, - "total_tests": 208098.0, - "total_tests_per_thousand": 18.372, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 3083.0, - "new_tests_smoothed_per_thousand": 0.272, - "tests_per_case": 423.157, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-13", - "total_cases": 2426.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 214.186, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 0.681, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3329.0, - "total_tests": 211427.0, - "total_tests_per_thousand": 18.666, - "new_tests_per_thousand": 0.294, - "new_tests_smoothed": 3118.0, - "new_tests_smoothed_per_thousand": 0.275, - "tests_per_case": 404.185, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-14", - "total_cases": 2428.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.857, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 214.362, - "new_cases_per_million": 0.177, - "new_cases_smoothed_per_million": 0.605, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3372.0, - "total_tests": 214799.0, - "total_tests_per_thousand": 18.964, - "new_tests_per_thousand": 0.298, - "new_tests_smoothed": 3194.0, - "new_tests_smoothed_per_thousand": 0.282, - "tests_per_case": 465.792, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-15", - "total_cases": 2432.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.286, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 214.715, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.467, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2761.0, - "total_tests": 217560.0, - "total_tests_per_thousand": 19.208, - "new_tests_per_thousand": 0.244, - "new_tests_smoothed": 3147.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_per_case": 595.378, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-16", - "total_cases": 2438.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.571, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 215.245, - "new_cases_per_million": 0.53, - "new_cases_smoothed_per_million": 0.492, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3179.0, - "total_tests": 220739.0, - "total_tests_per_thousand": 19.489, - "new_tests_per_thousand": 0.281, - "new_tests_smoothed": 3152.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_per_case": 565.744, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-17", - "total_cases": 2440.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.286, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 215.422, - "new_cases_per_million": 0.177, - "new_cases_smoothed_per_million": 0.467, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2959.0, - "total_tests": 223698.0, - "total_tests_per_thousand": 19.75, - "new_tests_per_thousand": 0.261, - "new_tests_smoothed": 3098.0, - "new_tests_smoothed_per_thousand": 0.274, - "tests_per_case": 586.1080000000001, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-18", - "total_cases": 2444.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.429, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 215.775, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.391, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2745.0, - "total_tests": 226443.0, - "total_tests_per_thousand": 19.992, - "new_tests_per_thousand": 0.242, - "new_tests_smoothed": 3046.0, - "new_tests_smoothed_per_thousand": 0.269, - "tests_per_case": 687.806, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-19", - "total_cases": 2445.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.571, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 215.863, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.315, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2914.0, - "total_tests": 229357.0, - "total_tests_per_thousand": 20.249, - "new_tests_per_thousand": 0.257, - "new_tests_smoothed": 3037.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_per_case": 850.36, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-20", - "total_cases": 2446.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.857, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 215.952, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.252, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2746.0, - "total_tests": 232103.0, - "total_tests_per_thousand": 20.492, - "new_tests_per_thousand": 0.242, - "new_tests_smoothed": 2954.0, - "new_tests_smoothed_per_thousand": 0.261, - "tests_per_case": 1033.9, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-21", - "total_cases": 2446.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 215.952, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.227, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2714.0, - "total_tests": 234817.0, - "total_tests_per_thousand": 20.731, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 2860.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 1112.222, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-22", - "total_cases": 2449.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 216.216, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.214, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3002.0, - "total_tests": 237819.0, - "total_tests_per_thousand": 20.996, - "new_tests_per_thousand": 0.265, - "new_tests_smoothed": 2894.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_per_case": 1191.647, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-23", - "total_cases": 2462.0, - "new_cases": 13.0, - "new_cases_smoothed": 3.429, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 217.364, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 0.303, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3075.0, - "total_tests": 240894.0, - "total_tests_per_thousand": 21.268, - "new_tests_per_thousand": 0.271, - "new_tests_smoothed": 2879.0, - "new_tests_smoothed_per_thousand": 0.254, - "tests_per_case": 839.7080000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-24", - "total_cases": 2466.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 217.717, - "new_cases_per_million": 0.353, - "new_cases_smoothed_per_million": 0.328, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3126.0, - "total_tests": 244020.0, - "total_tests_per_thousand": 21.544, - "new_tests_per_thousand": 0.276, - "new_tests_smoothed": 2903.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_per_case": 781.577, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-25", - "total_cases": 2469.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.571, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 217.982, - "new_cases_per_million": 0.265, - "new_cases_smoothed_per_million": 0.315, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3183.0, - "total_tests": 247203.0, - "total_tests_per_thousand": 21.825, - "new_tests_per_thousand": 0.281, - "new_tests_smoothed": 2966.0, - "new_tests_smoothed_per_thousand": 0.262, - "tests_per_case": 830.48, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-26", - "total_cases": 2478.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 218.777, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 0.416, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3212.0, - "total_tests": 250415.0, - "total_tests_per_thousand": 22.109, - "new_tests_per_thousand": 0.284, - "new_tests_smoothed": 3008.0, - "new_tests_smoothed_per_thousand": 0.266, - "tests_per_case": 638.061, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-27", - "total_cases": 2495.0, - "new_cases": 17.0, - "new_cases_smoothed": 7.0, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 220.278, - "new_cases_per_million": 1.501, - "new_cases_smoothed_per_million": 0.618, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3346.0, - "total_tests": 253761.0, - "total_tests_per_thousand": 22.404, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 3094.0, - "new_tests_smoothed_per_thousand": 0.273, - "tests_per_case": 442.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-28", - "total_cases": 2532.0, - "new_cases": 37.0, - "new_cases_smoothed": 12.286, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 223.544, - "new_cases_per_million": 3.267, - "new_cases_smoothed_per_million": 1.085, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3235.0, - "total_tests": 256996.0, - "total_tests_per_thousand": 22.69, - "new_tests_per_thousand": 0.286, - "new_tests_smoothed": 3168.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 257.86, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-29", - "total_cases": 2555.0, - "new_cases": 23.0, - "new_cases_smoothed": 15.143, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 225.575, - "new_cases_per_million": 2.031, - "new_cases_smoothed_per_million": 1.337, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3455.0, - "total_tests": 260451.0, - "total_tests_per_thousand": 22.995, - "new_tests_per_thousand": 0.305, - "new_tests_smoothed": 3233.0, - "new_tests_smoothed_per_thousand": 0.285, - "tests_per_case": 213.5, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-30", - "total_cases": 2588.0, - "new_cases": 33.0, - "new_cases_smoothed": 18.0, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.488, - "new_cases_per_million": 2.913, - "new_cases_smoothed_per_million": 1.589, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3696.0, - "total_tests": 264147.0, - "total_tests_per_thousand": 23.321, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 3322.0, - "new_tests_smoothed_per_thousand": 0.293, - "tests_per_case": 184.55599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-07-31", - "total_cases": 2597.0, - "new_cases": 9.0, - "new_cases_smoothed": 18.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 229.283, - "new_cases_per_million": 0.795, - "new_cases_smoothed_per_million": 1.652, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3502.0, - "total_tests": 267649.0, - "total_tests_per_thousand": 23.63, - "new_tests_per_thousand": 0.309, - "new_tests_smoothed": 3376.0, - "new_tests_smoothed_per_thousand": 0.298, - "tests_per_case": 180.39700000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-01", - "total_cases": 2608.0, - "new_cases": 11.0, - "new_cases_smoothed": 19.857, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 230.254, - "new_cases_per_million": 0.971, - "new_cases_smoothed_per_million": 1.753, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3340.0, - "total_tests": 270989.0, - "total_tests_per_thousand": 23.925, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 3398.0, - "new_tests_smoothed_per_thousand": 0.3, - "tests_per_case": 171.122, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-02", - "total_cases": 2633.0, - "new_cases": 25.0, - "new_cases_smoothed": 22.143, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 232.461, - "new_cases_per_million": 2.207, - "new_cases_smoothed_per_million": 1.955, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3485.0, - "total_tests": 274474.0, - "total_tests_per_thousand": 24.233, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 3437.0, - "new_tests_smoothed_per_thousand": 0.303, - "tests_per_case": 155.219, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-03", - "total_cases": 2646.0, - "new_cases": 13.0, - "new_cases_smoothed": 21.571, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 233.609, - "new_cases_per_million": 1.148, - "new_cases_smoothed_per_million": 1.904, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3389.0, - "total_tests": 277863.0, - "total_tests_per_thousand": 24.532, - "new_tests_per_thousand": 0.299, - "new_tests_smoothed": 3443.0, - "new_tests_smoothed_per_thousand": 0.304, - "tests_per_case": 159.609, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-04", - "total_cases": 2670.0, - "new_cases": 24.0, - "new_cases_smoothed": 19.714, - "total_deaths": 87.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 235.728, - "new_cases_per_million": 2.119, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 7.681, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3732.0, - "total_tests": 281595.0, - "total_tests_per_thousand": 24.861, - "new_tests_per_thousand": 0.329, - "new_tests_smoothed": 3514.0, - "new_tests_smoothed_per_thousand": 0.31, - "tests_per_case": 178.24599999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-05", - "total_cases": 2701.0, - "new_cases": 31.0, - "new_cases_smoothed": 20.857, - "total_deaths": 88.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 238.465, - "new_cases_per_million": 2.737, - "new_cases_smoothed_per_million": 1.841, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3876.0, - "total_tests": 285471.0, - "total_tests_per_thousand": 25.204, - "new_tests_per_thousand": 0.342, - "new_tests_smoothed": 3574.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_per_case": 171.356, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-06", - "total_cases": 2726.0, - "new_cases": 25.0, - "new_cases_smoothed": 19.714, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 240.672, - "new_cases_per_million": 2.207, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3941.0, - "total_tests": 289412.0, - "total_tests_per_thousand": 25.551, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 3609.0, - "new_tests_smoothed_per_thousand": 0.319, - "tests_per_case": 183.065, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-07", - "total_cases": 2775.0, - "new_cases": 49.0, - "new_cases_smoothed": 25.429, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 244.998, - "new_cases_per_million": 4.326, - "new_cases_smoothed_per_million": 2.245, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3657.0, - "total_tests": 293069.0, - "total_tests_per_thousand": 25.874, - "new_tests_per_thousand": 0.323, - "new_tests_smoothed": 3631.0, - "new_tests_smoothed_per_thousand": 0.321, - "tests_per_case": 142.792, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-08", - "total_cases": 2829.0, - "new_cases": 54.0, - "new_cases_smoothed": 31.571, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 249.766, - "new_cases_per_million": 4.768, - "new_cases_smoothed_per_million": 2.787, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4262.0, - "total_tests": 297331.0, - "total_tests_per_thousand": 26.251, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 3763.0, - "new_tests_smoothed_per_thousand": 0.332, - "tests_per_case": 119.19, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-08-09", - "total_cases": 2888.0, - "new_cases": 59.0, - "new_cases_smoothed": 36.429, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 254.975, - "new_cases_per_million": 5.209, - "new_cases_smoothed_per_million": 3.216, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4267.0, - "total_tests": 301598.0, - "total_tests_per_thousand": 26.627, - "new_tests_per_thousand": 0.377, - "new_tests_smoothed": 3875.0, - "new_tests_smoothed_per_thousand": 0.342, - "tests_per_case": 106.37299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-08-10", - "total_cases": 2953.0, - "new_cases": 65.0, - "new_cases_smoothed": 43.857, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.713, - "new_cases_per_million": 5.739, - "new_cases_smoothed_per_million": 3.872, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4054.0, - "total_tests": 305652.0, - "total_tests_per_thousand": 26.985, - "new_tests_per_thousand": 0.358, - "new_tests_smoothed": 3970.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 90.521, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-08-11", - "total_cases": 3046.0, - "new_cases": 93.0, - "new_cases_smoothed": 53.714, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 268.924, - "new_cases_per_million": 8.211, - "new_cases_smoothed_per_million": 4.742, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4256.0, - "total_tests": 309908.0, - "total_tests_per_thousand": 27.361, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 4045.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_per_case": 75.306, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-12", - "total_cases": 3093.0, - "new_cases": 47.0, - "new_cases_smoothed": 56.0, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 273.074, - "new_cases_per_million": 4.15, - "new_cases_smoothed_per_million": 4.944, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4591.0, - "total_tests": 314499.0, - "total_tests_per_thousand": 27.766, - "new_tests_per_thousand": 0.405, - "new_tests_smoothed": 4147.0, - "new_tests_smoothed_per_thousand": 0.366, - "tests_per_case": 74.054, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-13", - "total_cases": 3128.0, - "new_cases": 35.0, - "new_cases_smoothed": 57.429, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 276.164, - "new_cases_per_million": 3.09, - "new_cases_smoothed_per_million": 5.07, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4941.0, - "total_tests": 319440.0, - "total_tests_per_thousand": 28.203, - "new_tests_per_thousand": 0.436, - "new_tests_smoothed": 4290.0, - "new_tests_smoothed_per_thousand": 0.379, - "tests_per_case": 74.70100000000001, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-14", - "total_cases": 3174.0, - "new_cases": 46.0, - "new_cases_smoothed": 57.0, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 280.225, - "new_cases_per_million": 4.061, - "new_cases_smoothed_per_million": 5.032, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4603.0, - "total_tests": 324043.0, - "total_tests_per_thousand": 28.609, - "new_tests_per_thousand": 0.406, - "new_tests_smoothed": 4425.0, - "new_tests_smoothed_per_thousand": 0.391, - "tests_per_case": 77.632, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-15", - "total_cases": 3229.0, - "new_cases": 55.0, - "new_cases_smoothed": 57.143, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 285.081, - "new_cases_per_million": 4.856, - "new_cases_smoothed_per_million": 5.045, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3646.0, - "total_tests": 327689.0, - "total_tests_per_thousand": 28.931, - "new_tests_per_thousand": 0.322, - "new_tests_smoothed": 4337.0, - "new_tests_smoothed_per_thousand": 0.383, - "tests_per_case": 75.89699999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-16", - "total_cases": 3292.0, - "new_cases": 63.0, - "new_cases_smoothed": 57.714, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 290.643, - "new_cases_per_million": 5.562, - "new_cases_smoothed_per_million": 5.095, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4350.0, - "total_tests": 332039.0, - "total_tests_per_thousand": 29.315, - "new_tests_per_thousand": 0.384, - "new_tests_smoothed": 4349.0, - "new_tests_smoothed_per_thousand": 0.384, - "tests_per_case": 75.354, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-17", - "total_cases": 3316.0, - "new_cases": 24.0, - "new_cases_smoothed": 51.857, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 292.762, - "new_cases_per_million": 2.119, - "new_cases_smoothed_per_million": 4.578, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4294.0, - "total_tests": 336333.0, - "total_tests_per_thousand": 29.694, - "new_tests_per_thousand": 0.379, - "new_tests_smoothed": 4383.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_per_case": 84.521, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-18", - "total_cases": 3364.0, - "new_cases": 48.0, - "new_cases_smoothed": 45.429, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 297.0, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 4.011, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4990.0, - "total_tests": 341323.0, - "total_tests_per_thousand": 30.135, - "new_tests_per_thousand": 0.441, - "new_tests_smoothed": 4488.0, - "new_tests_smoothed_per_thousand": 0.396, - "tests_per_case": 98.792, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-19", - "total_cases": 3408.0, - "new_cases": 44.0, - "new_cases_smoothed": 45.0, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 300.884, - "new_cases_per_million": 3.885, - "new_cases_smoothed_per_million": 3.973, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5116.0, - "total_tests": 346439.0, - "total_tests_per_thousand": 30.586, - "new_tests_per_thousand": 0.452, - "new_tests_smoothed": 4563.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 101.4, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-20", - "total_cases": 3482.0, - "new_cases": 74.0, - "new_cases_smoothed": 50.571, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 307.418, - "new_cases_per_million": 6.533, - "new_cases_smoothed_per_million": 4.465, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5224.0, - "total_tests": 351663.0, - "total_tests_per_thousand": 31.047, - "new_tests_per_thousand": 0.461, - "new_tests_smoothed": 4603.0, - "new_tests_smoothed_per_thousand": 0.406, - "tests_per_case": 91.02, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-21", - "total_cases": 3565.0, - "new_cases": 83.0, - "new_cases_smoothed": 55.857, - "total_deaths": 88.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 314.745, - "new_cases_per_million": 7.328, - "new_cases_smoothed_per_million": 4.931, - "total_deaths_per_million": 7.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4562.0, - "total_tests": 356225.0, - "total_tests_per_thousand": 31.45, - "new_tests_per_thousand": 0.403, - "new_tests_smoothed": 4597.0, - "new_tests_smoothed_per_thousand": 0.406, - "tests_per_case": 82.29899999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-22", - "total_cases": 3582.0, - "new_cases": 17.0, - "new_cases_smoothed": 50.429, - "total_deaths": 89.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 316.246, - "new_cases_per_million": 1.501, - "new_cases_smoothed_per_million": 4.452, - "total_deaths_per_million": 7.858, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4867.0, - "total_tests": 361092.0, - "total_tests_per_thousand": 31.88, - "new_tests_per_thousand": 0.43, - "new_tests_smoothed": 4772.0, - "new_tests_smoothed_per_thousand": 0.421, - "tests_per_case": 94.62899999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-23", - "total_cases": 3617.0, - "new_cases": 35.0, - "new_cases_smoothed": 46.429, - "total_deaths": 89.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 319.336, - "new_cases_per_million": 3.09, - "new_cases_smoothed_per_million": 4.099, - "total_deaths_per_million": 7.858, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 4261.0, - "total_tests": 365353.0, - "total_tests_per_thousand": 32.256, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 4759.0, - "new_tests_smoothed_per_thousand": 0.42, - "tests_per_case": 102.50200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-24", - "total_cases": 3682.0, - "new_cases": 65.0, - "new_cases_smoothed": 52.286, - "total_deaths": 91.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 325.075, - "new_cases_per_million": 5.739, - "new_cases_smoothed_per_million": 4.616, - "total_deaths_per_million": 8.034, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 4536.0, - "total_tests": 369889.0, - "total_tests_per_thousand": 32.657, - "new_tests_per_thousand": 0.4, - "new_tests_smoothed": 4794.0, - "new_tests_smoothed_per_thousand": 0.423, - "tests_per_case": 91.689, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-25", - "total_cases": 3717.0, - "new_cases": 35.0, - "new_cases_smoothed": 50.429, - "total_deaths": 91.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 328.165, - "new_cases_per_million": 3.09, - "new_cases_smoothed_per_million": 4.452, - "total_deaths_per_million": 8.034, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 3056.0, - "total_tests": 372945.0, - "total_tests_per_thousand": 32.926, - "new_tests_per_thousand": 0.27, - "new_tests_smoothed": 4517.0, - "new_tests_smoothed_per_thousand": 0.399, - "tests_per_case": 89.572, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-26", - "total_cases": 3744.0, - "new_cases": 27.0, - "new_cases_smoothed": 48.0, - "total_deaths": 91.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 330.549, - "new_cases_per_million": 2.384, - "new_cases_smoothed_per_million": 4.238, - "total_deaths_per_million": 8.034, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 4549.0, - "total_tests": 377494.0, - "total_tests_per_thousand": 33.328, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 4436.0, - "new_tests_smoothed_per_thousand": 0.392, - "tests_per_case": 92.417, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-27", - "total_cases": 3759.0, - "new_cases": 15.0, - "new_cases_smoothed": 39.571, - "total_deaths": 92.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 331.873, - "new_cases_per_million": 1.324, - "new_cases_smoothed_per_million": 3.494, - "total_deaths_per_million": 8.122, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 5002.0, - "total_tests": 382496.0, - "total_tests_per_thousand": 33.77, - "new_tests_per_thousand": 0.442, - "new_tests_smoothed": 4405.0, - "new_tests_smoothed_per_thousand": 0.389, - "tests_per_case": 111.318, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-28", - "total_cases": 3806.0, - "new_cases": 47.0, - "new_cases_smoothed": 34.429, - "total_deaths": 92.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 336.023, - "new_cases_per_million": 4.15, - "new_cases_smoothed_per_million": 3.04, - "total_deaths_per_million": 8.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 5698.0, - "total_tests": 388194.0, - "total_tests_per_thousand": 34.273, - "new_tests_per_thousand": 0.503, - "new_tests_smoothed": 4567.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 132.651, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-29", - "total_cases": 3866.0, - "new_cases": 60.0, - "new_cases_smoothed": 40.571, - "total_deaths": 92.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 341.32, - "new_cases_per_million": 5.297, - "new_cases_smoothed_per_million": 3.582, - "total_deaths_per_million": 8.122, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 4591.0, - "total_tests": 392785.0, - "total_tests_per_thousand": 34.678, - "new_tests_per_thousand": 0.405, - "new_tests_smoothed": 4528.0, - "new_tests_smoothed_per_thousand": 0.4, - "tests_per_case": 111.60600000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-30", - "total_cases": 3925.0, - "new_cases": 59.0, - "new_cases_smoothed": 44.0, - "total_deaths": 94.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 346.529, - "new_cases_per_million": 5.209, - "new_cases_smoothed_per_million": 3.885, - "total_deaths_per_million": 8.299, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 5438.0, - "total_tests": 398223.0, - "total_tests_per_thousand": 35.158, - "new_tests_per_thousand": 0.48, - "new_tests_smoothed": 4696.0, - "new_tests_smoothed_per_thousand": 0.415, - "tests_per_case": 106.727, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-08-31", - "total_cases": 3973.0, - "new_cases": 48.0, - "new_cases_smoothed": 41.571, - "total_deaths": 94.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 350.767, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 3.67, - "total_deaths_per_million": 8.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 4958.0, - "total_tests": 403181.0, - "total_tests_per_thousand": 35.596, - "new_tests_per_thousand": 0.438, - "new_tests_smoothed": 4756.0, - "new_tests_smoothed_per_thousand": 0.42, - "tests_per_case": 114.405, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-09-01", - "total_cases": 4032.0, - "new_cases": 59.0, - "new_cases_smoothed": 45.0, - "total_deaths": 94.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 355.976, - "new_cases_per_million": 5.209, - "new_cases_smoothed_per_million": 3.973, - "total_deaths_per_million": 8.299, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 5546.0, - "total_tests": 408727.0, - "total_tests_per_thousand": 36.086, - "new_tests_per_thousand": 0.49, - "new_tests_smoothed": 5112.0, - "new_tests_smoothed_per_thousand": 0.451, - "tests_per_case": 113.6, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-02", - "total_cases": 4065.0, - "new_cases": 33.0, - "new_cases_smoothed": 45.857, - "total_deaths": 95.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 358.889, - "new_cases_per_million": 2.913, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 8.387, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 5691.0, - "total_tests": 414418.0, - "total_tests_per_thousand": 36.588, - "new_tests_per_thousand": 0.502, - "new_tests_smoothed": 5275.0, - "new_tests_smoothed_per_thousand": 0.466, - "tests_per_case": 115.031, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-03", - "total_cases": 4126.0, - "new_cases": 61.0, - "new_cases_smoothed": 52.429, - "total_deaths": 98.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 364.275, - "new_cases_per_million": 5.386, - "new_cases_smoothed_per_million": 4.629, - "total_deaths_per_million": 8.652, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 5855.0, - "total_tests": 420273.0, - "total_tests_per_thousand": 37.105, - "new_tests_per_thousand": 0.517, - "new_tests_smoothed": 5397.0, - "new_tests_smoothed_per_thousand": 0.476, - "tests_per_case": 102.94, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-04", - "total_cases": 4214.0, - "new_cases": 88.0, - "new_cases_smoothed": 58.286, - "total_deaths": 100.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 372.044, - "new_cases_per_million": 7.769, - "new_cases_smoothed_per_million": 5.146, - "total_deaths_per_million": 8.829, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 6007.0, - "total_tests": 426280.0, - "total_tests_per_thousand": 37.635, - "new_tests_per_thousand": 0.53, - "new_tests_smoothed": 5441.0, - "new_tests_smoothed_per_thousand": 0.48, - "tests_per_case": 93.35, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-05", - "total_cases": 4266.0, - "new_cases": 52.0, - "new_cases_smoothed": 57.143, - "total_deaths": 100.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 376.635, - "new_cases_per_million": 4.591, - "new_cases_smoothed_per_million": 5.045, - "total_deaths_per_million": 8.829, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 5760.0, - "total_tests": 432040.0, - "total_tests_per_thousand": 38.144, - "new_tests_per_thousand": 0.509, - "new_tests_smoothed": 5608.0, - "new_tests_smoothed_per_thousand": 0.495, - "tests_per_case": 98.14, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-06", - "total_cases": 4298.0, - "new_cases": 32.0, - "new_cases_smoothed": 53.286, - "total_deaths": 100.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 379.46, - "new_cases_per_million": 2.825, - "new_cases_smoothed_per_million": 4.704, - "total_deaths_per_million": 8.829, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 7164.0, - "total_tests": 439204.0, - "total_tests_per_thousand": 38.776, - "new_tests_per_thousand": 0.632, - "new_tests_smoothed": 5854.0, - "new_tests_smoothed_per_thousand": 0.517, - "tests_per_case": 109.861, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-07", - "total_cases": 4309.0, - "new_cases": 11.0, - "new_cases_smoothed": 48.0, - "total_deaths": 101.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 380.431, - "new_cases_per_million": 0.971, - "new_cases_smoothed_per_million": 4.238, - "total_deaths_per_million": 8.917, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 7572.0, - "total_tests": 446776.0, - "total_tests_per_thousand": 39.445, - "new_tests_per_thousand": 0.669, - "new_tests_smoothed": 6228.0, - "new_tests_smoothed_per_thousand": 0.55, - "tests_per_case": 129.75, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-08", - "total_cases": 4352.0, - "new_cases": 43.0, - "new_cases_smoothed": 45.714, - "total_deaths": 102.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 384.228, - "new_cases_per_million": 3.796, - "new_cases_smoothed_per_million": 4.036, - "total_deaths_per_million": 9.005, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 7948.0, - "total_tests": 454724.0, - "total_tests_per_thousand": 40.147, - "new_tests_per_thousand": 0.702, - "new_tests_smoothed": 6571.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 143.741, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-09", - "total_cases": 4377.0, - "new_cases": 25.0, - "new_cases_smoothed": 44.571, - "total_deaths": 104.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 386.435, - "new_cases_per_million": 2.207, - "new_cases_smoothed_per_million": 3.935, - "total_deaths_per_million": 9.182, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 7569.0, - "total_tests": 462293.0, - "total_tests_per_thousand": 40.815, - "new_tests_per_thousand": 0.668, - "new_tests_smoothed": 6839.0, - "new_tests_smoothed_per_thousand": 0.604, - "tests_per_case": 153.439, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-10", - "total_cases": 4459.0, - "new_cases": 82.0, - "new_cases_smoothed": 47.571, - "total_deaths": 104.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 393.675, - "new_cases_per_million": 7.24, - "new_cases_smoothed_per_million": 4.2, - "total_deaths_per_million": 9.182, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 7138.0, - "total_tests": 469431.0, - "total_tests_per_thousand": 41.445, - "new_tests_per_thousand": 0.63, - "new_tests_smoothed": 7023.0, - "new_tests_smoothed_per_thousand": 0.62, - "tests_per_case": 147.631, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-11", - "total_cases": 4551.0, - "new_cases": 92.0, - "new_cases_smoothed": 48.143, - "total_deaths": 106.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 401.797, - "new_cases_per_million": 8.122, - "new_cases_smoothed_per_million": 4.25, - "total_deaths_per_million": 9.358, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 8128.0, - "total_tests": 477559.0, - "total_tests_per_thousand": 42.163, - "new_tests_per_thousand": 0.718, - "new_tests_smoothed": 7326.0, - "new_tests_smoothed_per_thousand": 0.647, - "tests_per_case": 152.172, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-12", - "total_cases": 4593.0, - "new_cases": 42.0, - "new_cases_smoothed": 46.714, - "total_deaths": 106.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 405.505, - "new_cases_per_million": 3.708, - "new_cases_smoothed_per_million": 4.124, - "total_deaths_per_million": 9.358, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 7588.0, - "total_tests": 485147.0, - "total_tests_per_thousand": 42.832, - "new_tests_per_thousand": 0.67, - "new_tests_smoothed": 7587.0, - "new_tests_smoothed_per_thousand": 0.67, - "tests_per_case": 162.41299999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-13", - "total_cases": 4653.0, - "new_cases": 60.0, - "new_cases_smoothed": 50.714, - "total_deaths": 108.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 410.802, - "new_cases_per_million": 5.297, - "new_cases_smoothed_per_million": 4.477, - "total_deaths_per_million": 9.535, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 7380.0, - "total_tests": 492527.0, - "total_tests_per_thousand": 43.484, - "new_tests_per_thousand": 0.652, - "new_tests_smoothed": 7618.0, - "new_tests_smoothed_per_thousand": 0.673, - "tests_per_case": 150.214, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-14", - "total_cases": 4684.0, - "new_cases": 31.0, - "new_cases_smoothed": 53.571, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 413.539, - "new_cases_per_million": 2.737, - "new_cases_smoothed_per_million": 4.73, - "total_deaths_per_million": 9.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 7758.0, - "total_tests": 500285.0, - "total_tests_per_thousand": 44.169, - "new_tests_per_thousand": 0.685, - "new_tests_smoothed": 7644.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 142.688, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-15", - "total_cases": 4726.0, - "new_cases": 42.0, - "new_cases_smoothed": 53.429, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 417.247, - "new_cases_per_million": 3.708, - "new_cases_smoothed_per_million": 4.717, - "total_deaths_per_million": 9.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 7939.0, - "total_tests": 508224.0, - "total_tests_per_thousand": 44.87, - "new_tests_per_thousand": 0.701, - "new_tests_smoothed": 7643.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 143.05100000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-16", - "total_cases": 4803.0, - "new_cases": 77.0, - "new_cases_smoothed": 60.857, - "total_deaths": 108.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 424.045, - "new_cases_per_million": 6.798, - "new_cases_smoothed_per_million": 5.373, - "total_deaths_per_million": 9.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 7745.0, - "total_tests": 515969.0, - "total_tests_per_thousand": 45.554, - "new_tests_per_thousand": 0.684, - "new_tests_smoothed": 7668.0, - "new_tests_smoothed_per_thousand": 0.677, - "tests_per_case": 126.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-17", - "total_cases": 4876.0, - "new_cases": 73.0, - "new_cases_smoothed": 59.571, - "total_deaths": 109.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 430.49, - "new_cases_per_million": 6.445, - "new_cases_smoothed_per_million": 5.259, - "total_deaths_per_million": 9.623, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 8405.0, - "total_tests": 524374.0, - "total_tests_per_thousand": 46.296, - "new_tests_per_thousand": 0.742, - "new_tests_smoothed": 7849.0, - "new_tests_smoothed_per_thousand": 0.693, - "tests_per_case": 131.75799999999998, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-18", - "total_cases": 4933.0, - "new_cases": 57.0, - "new_cases_smoothed": 54.571, - "total_deaths": 109.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 435.523, - "new_cases_per_million": 5.032, - "new_cases_smoothed_per_million": 4.818, - "total_deaths_per_million": 9.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.038, - "new_tests": 7554.0, - "total_tests": 531928.0, - "total_tests_per_thousand": 46.963, - "new_tests_per_thousand": 0.667, - "new_tests_smoothed": 7767.0, - "new_tests_smoothed_per_thousand": 0.686, - "tests_per_case": 142.327, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-19", - "total_cases": 5004.0, - "new_cases": 71.0, - "new_cases_smoothed": 58.714, - "total_deaths": 111.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 441.791, - "new_cases_per_million": 6.268, - "new_cases_smoothed_per_million": 5.184, - "total_deaths_per_million": 9.8, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 6724.0, - "total_tests": 538652.0, - "total_tests_per_thousand": 47.556, - "new_tests_per_thousand": 0.594, - "new_tests_smoothed": 7644.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 130.19, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-20", - "total_cases": 5055.0, - "new_cases": 51.0, - "new_cases_smoothed": 57.429, - "total_deaths": 113.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 446.294, - "new_cases_per_million": 4.503, - "new_cases_smoothed_per_million": 5.07, - "total_deaths_per_million": 9.977, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.063, - "new_tests": 7598.0, - "total_tests": 546250.0, - "total_tests_per_thousand": 48.227, - "new_tests_per_thousand": 0.671, - "new_tests_smoothed": 7675.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 133.644, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-21", - "total_cases": 5091.0, - "new_cases": 36.0, - "new_cases_smoothed": 58.143, - "total_deaths": 115.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 449.472, - "new_cases_per_million": 3.178, - "new_cases_smoothed_per_million": 5.133, - "total_deaths_per_million": 10.153, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 8175.0, - "total_tests": 554425.0, - "total_tests_per_thousand": 48.949, - "new_tests_per_thousand": 0.722, - "new_tests_smoothed": 7734.0, - "new_tests_smoothed_per_thousand": 0.683, - "tests_per_case": 133.017, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-22", - "total_cases": 5141.0, - "new_cases": 50.0, - "new_cases_smoothed": 59.286, - "total_deaths": 116.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 453.887, - "new_cases_per_million": 4.414, - "new_cases_smoothed_per_million": 5.234, - "total_deaths_per_million": 10.241, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 7321.0, - "total_tests": 561746.0, - "total_tests_per_thousand": 49.595, - "new_tests_per_thousand": 0.646, - "new_tests_smoothed": 7646.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 128.969, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 86.11 - }, - { - "date": "2020-09-23", - "total_cases": 5222.0, - "new_cases": 81.0, - "new_cases_smoothed": 59.857, - "total_deaths": 117.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 461.038, - "new_cases_per_million": 7.151, - "new_cases_smoothed_per_million": 5.285, - "total_deaths_per_million": 10.33, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 7625.0, - "total_tests": 569371.0, - "total_tests_per_thousand": 50.268, - "new_tests_per_thousand": 0.673, - "new_tests_smoothed": 7629.0, - "new_tests_smoothed_per_thousand": 0.674, - "tests_per_case": 127.45299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 5270.0, - "new_cases": 48.0, - "new_cases_smoothed": 56.286, - "total_deaths": 118.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 465.276, - "new_cases_per_million": 4.238, - "new_cases_smoothed_per_million": 4.969, - "total_deaths_per_million": 10.418, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.114 - }, - { - "date": "2020-09-25", - "total_cases": 5310.0, - "new_cases": 40.0, - "new_cases_smoothed": 53.857, - "total_deaths": 118.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 468.807, - "new_cases_per_million": 3.532, - "new_cases_smoothed_per_million": 4.755, - "total_deaths_per_million": 10.418, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.114 - } - ] - }, - "CUW": { - "continent": "North America", - "location": "Curacao", - "population": 164100.0, - "population_density": 362.644, - "median_age": 41.7, - "aged_65_older": 16.367, - "aged_70_older": 10.068, - "diabetes_prevalence": 11.62, - "life_expectancy": 78.88, - "data": [ - { - "date": "2020-03-13", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 6.094, - "new_cases_per_million": 6.094, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-19", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.871, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-20", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.282, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-21", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 1.741, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-22", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 1.741, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-23", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 1.741, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 6.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.563, - "new_cases_per_million": 18.282, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-25", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 4.353, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 36.563, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 6.094, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-03-27", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 42.657, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 3.482, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-03-28", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 48.751, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-03-29", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 48.751, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-03-30", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 54.845, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 5.223, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-03-31", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.143, - "new_cases_smoothed_per_million": 2.612, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-04-01", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 67.032, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.871 - }, - { - "date": "2020-04-02", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-03", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.482, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-04", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-05", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-06", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 67.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-07", - "total_cases": 13.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.22, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 3.482, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.22, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-09", - "total_cases": 14.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-10", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-11", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-12", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-13", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-14", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-15", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-16", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-17", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-18", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-19", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-20", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-21", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-22", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-23", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-24", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.314, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-25", - "total_cases": 16.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-26", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-27", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-28", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-29", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-30", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-01", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 97.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 17.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 103.595, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 18.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 109.689, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 109.689, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 109.689, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 19.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 115.783, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 115.783, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 115.783, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 115.783, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 20.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.877, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.877, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.877, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 21.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 127.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 22.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 134.065, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 23.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 140.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 24.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 146.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 25.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 158.44, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 28.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 170.628, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 170.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 170.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 170.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 170.628, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 29.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 176.722, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 31.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.909, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 188.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 32.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.003, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 195.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.871, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 33.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 201.097, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 1.741, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 34.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 207.191, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 35.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.285, - "new_cases_per_million": 6.094, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.285, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.285, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.285, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.612, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 37.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 225.472, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 4.353, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 37.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 225.472, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.482, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 43.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 262.035, - "new_cases_per_million": 36.563, - "new_cases_smoothed_per_million": 7.835, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 47.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 286.411, - "new_cases_per_million": 24.375, - "new_cases_smoothed_per_million": 10.447, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 47.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 286.411, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.447, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 49.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 298.598, - "new_cases_per_million": 12.188, - "new_cases_smoothed_per_million": 12.188, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 53.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 322.974, - "new_cases_per_million": 24.375, - "new_cases_smoothed_per_million": 15.67, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 57.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 347.349, - "new_cases_per_million": 24.375, - "new_cases_smoothed_per_million": 17.411, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 347.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.411, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 347.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.188, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 68.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 414.381, - "new_cases_per_million": 67.032, - "new_cases_smoothed_per_million": 18.282, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 414.381, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.282, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 68.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 414.381, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.54, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 75.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 457.038, - "new_cases_per_million": 42.657, - "new_cases_smoothed_per_million": 19.152, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 78.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 475.32, - "new_cases_per_million": 18.282, - "new_cases_smoothed_per_million": 18.282, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 88.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 536.258, - "new_cases_per_million": 60.938, - "new_cases_smoothed_per_million": 26.987, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 92.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 560.634, - "new_cases_per_million": 24.375, - "new_cases_smoothed_per_million": 30.469, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 102.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 621.572, - "new_cases_per_million": 60.938, - "new_cases_smoothed_per_million": 29.599, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 107.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 652.041, - "new_cases_per_million": 30.469, - "new_cases_smoothed_per_million": 33.951, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 116.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 706.886, - "new_cases_per_million": 54.845, - "new_cases_smoothed_per_million": 41.786, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 131.0, - "new_cases": 15.0, - "new_cases_smoothed": 8.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 798.294, - "new_cases_per_million": 91.408, - "new_cases_smoothed_per_million": 48.751, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 135.0, - "new_cases": 4.0, - "new_cases_smoothed": 8.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 822.669, - "new_cases_per_million": 24.375, - "new_cases_smoothed_per_million": 49.621, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 145.0, - "new_cases": 10.0, - "new_cases_smoothed": 8.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 883.608, - "new_cases_per_million": 60.938, - "new_cases_smoothed_per_million": 49.621, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 157.0, - "new_cases": 12.0, - "new_cases_smoothed": 9.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.734, - "new_cases_per_million": 73.126, - "new_cases_smoothed_per_million": 56.586, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 157.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 47.88, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 169.0, - "new_cases": 12.0, - "new_cases_smoothed": 8.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1029.86, - "new_cases_per_million": 73.126, - "new_cases_smoothed_per_million": 53.974, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 192.0, - "new_cases": 23.0, - "new_cases_smoothed": 10.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1170.018, - "new_cases_per_million": 140.158, - "new_cases_smoothed_per_million": 66.162, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 210.0, - "new_cases": 18.0, - "new_cases_smoothed": 11.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1279.707, - "new_cases_per_million": 109.689, - "new_cases_smoothed_per_million": 68.773, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 228.0, - "new_cases": 18.0, - "new_cases_smoothed": 13.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1389.397, - "new_cases_per_million": 109.689, - "new_cases_smoothed_per_million": 80.961, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 247.0, - "new_cases": 19.0, - "new_cases_smoothed": 14.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1505.18, - "new_cases_per_million": 115.783, - "new_cases_smoothed_per_million": 88.796, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 268.0, - "new_cases": 21.0, - "new_cases_smoothed": 15.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1633.151, - "new_cases_per_million": 127.971, - "new_cases_smoothed_per_million": 96.631, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 282.0, - "new_cases": 14.0, - "new_cases_smoothed": 17.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1718.464, - "new_cases_per_million": 85.314, - "new_cases_smoothed_per_million": 108.819, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 291.0, - "new_cases": 9.0, - "new_cases_smoothed": 17.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1773.309, - "new_cases_per_million": 54.845, - "new_cases_smoothed_per_million": 106.207, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 301.0, - "new_cases": 10.0, - "new_cases_smoothed": 15.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1834.247, - "new_cases_per_million": 60.938, - "new_cases_smoothed_per_million": 94.89, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 315.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1919.561, - "new_cases_per_million": 85.314, - "new_cases_smoothed_per_million": 91.408, - "total_deaths_per_million": 6.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CYM": { - "continent": "North America", - "location": "Cayman Islands", - "population": 65720.0, - "population_density": 256.496, - "gdp_per_capita": 49903.029, - "diabetes_prevalence": 13.22, - "life_expectancy": 83.92, - "data": [ - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 15.216, - "new_cases_per_million": 15.216, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-03-21", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "total_cases_per_million": 45.648, - "new_cases_per_million": 30.432, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 15.216, - "stringency_index": 47.22 - }, - { - "date": "2020-03-22", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 45.648, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-03-23", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 45.648, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-03-24", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 45.648, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "stringency_index": 62.04 - }, - { - "date": "2020-03-25", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "total_cases_per_million": 45.648, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-03-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 45.648, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.174, - "stringency_index": 76.85 - }, - { - "date": "2020-03-27", - "total_cases": 6.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 91.296, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.174, - "stringency_index": 76.85 - }, - { - "date": "2020-03-28", - "total_cases": 8.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.729, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-29", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.729, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-30", - "total_cases": 8.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 121.729, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-31", - "total_cases": 12.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.593, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 19.564, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-01", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.025, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 23.911, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-02", - "total_cases": 22.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 334.753, - "new_cases_per_million": 121.729, - "new_cases_smoothed_per_million": 41.301, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-03", - "total_cases": 28.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 426.05, - "new_cases_per_million": 91.296, - "new_cases_smoothed_per_million": 47.822, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-04", - "total_cases": 29.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 441.266, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 45.648, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-05", - "total_cases": 35.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 532.562, - "new_cases_per_million": 91.296, - "new_cases_smoothed_per_million": 58.691, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-06", - "total_cases": 39.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 593.427, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 67.385, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-07", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 593.427, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 58.691, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-08", - "total_cases": 45.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 684.723, - "new_cases_per_million": 91.296, - "new_cases_smoothed_per_million": 67.385, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-09", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 684.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-10", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 684.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 36.953, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-11", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 684.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-12", - "total_cases": 53.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 806.452, - "new_cases_per_million": 121.729, - "new_cases_smoothed_per_million": 39.127, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-13", - "total_cases": 53.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 806.452, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 30.432, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-14", - "total_cases": 53.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 806.452, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 30.432, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-15", - "total_cases": 54.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 821.668, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 19.564, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-04-16", - "total_cases": 60.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 912.964, - "new_cases_per_million": 91.296, - "new_cases_smoothed_per_million": 32.606, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-17", - "total_cases": 61.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 928.18, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-18", - "total_cases": 61.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 928.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-19", - "total_cases": 61.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 928.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-20", - "total_cases": 61.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 928.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-21", - "total_cases": 66.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1004.26, - "new_cases_per_million": 76.08, - "new_cases_smoothed_per_million": 28.258, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-22", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1004.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.085, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-23", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1004.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.042, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-24", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1004.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-25", - "total_cases": 66.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1004.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-26", - "total_cases": 70.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1065.125, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 19.564, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-27", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1065.125, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.564, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-28", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1065.125, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.695, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-29", - "total_cases": 70.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1065.125, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.695, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-30", - "total_cases": 73.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1110.773, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-05-01", - "total_cases": 73.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1110.773, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-05-02", - "total_cases": 74.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1125.989, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-05-03", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1125.989, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.695, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-05-04", - "total_cases": 74.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1125.989, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.695, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-05-05", - "total_cases": 75.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1141.205, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.09 - }, - { - "date": "2020-05-06", - "total_cases": 75.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1141.205, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-07", - "total_cases": 78.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1186.853, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-08", - "total_cases": 78.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1186.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-09", - "total_cases": 81.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1232.502, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-10", - "total_cases": 81.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1232.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-11", - "total_cases": 81.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1232.502, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-12", - "total_cases": 84.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1278.15, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 19.564, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-13", - "total_cases": 85.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1293.366, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 21.737, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-14", - "total_cases": 85.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1293.366, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.216, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-15", - "total_cases": 93.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1415.094, - "new_cases_per_million": 121.729, - "new_cases_smoothed_per_million": 32.606, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-16", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1415.094, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.085, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-17", - "total_cases": 94.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1430.31, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 28.258, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-18", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1430.31, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.258, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-19", - "total_cases": 94.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1430.31, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.737, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-20", - "total_cases": 111.0, - "new_cases": 17.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1688.984, - "new_cases_per_million": 258.673, - "new_cases_smoothed_per_million": 56.517, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-21", - "total_cases": 111.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1688.984, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 56.517, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-22", - "total_cases": 111.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1688.984, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 39.127, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-23", - "total_cases": 121.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1841.144, - "new_cases_per_million": 152.161, - "new_cases_smoothed_per_million": 60.864, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-24", - "total_cases": 129.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1962.873, - "new_cases_per_million": 121.729, - "new_cases_smoothed_per_million": 76.08, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-25", - "total_cases": 129.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1962.873, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 76.08, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-26", - "total_cases": 134.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2038.953, - "new_cases_per_million": 76.08, - "new_cases_smoothed_per_million": 86.949, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-27", - "total_cases": 137.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2084.601, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 56.517, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-28", - "total_cases": 140.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2130.25, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 63.038, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-29", - "total_cases": 140.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2130.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 63.038, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-30", - "total_cases": 141.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2145.466, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 43.474, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-05-31", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2145.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.085, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-01", - "total_cases": 141.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2145.466, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.085, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-02", - "total_cases": 150.0, - "new_cases": 9.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2282.41, - "new_cases_per_million": 136.945, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-03", - "total_cases": 151.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2297.626, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 30.432, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-04", - "total_cases": 156.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2373.707, - "new_cases_per_million": 76.08, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-05", - "total_cases": 160.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2434.571, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 43.474, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-06", - "total_cases": 164.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2495.435, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-07", - "total_cases": 164.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2495.435, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-08", - "total_cases": 164.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2495.435, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-09", - "total_cases": 171.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2601.948, - "new_cases_per_million": 106.512, - "new_cases_smoothed_per_million": 45.648, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-10", - "total_cases": 176.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2678.028, - "new_cases_per_million": 76.08, - "new_cases_smoothed_per_million": 54.343, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-11", - "total_cases": 180.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2738.892, - "new_cases_per_million": 60.864, - "new_cases_smoothed_per_million": 52.169, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-12", - "total_cases": 180.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2738.892, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 43.474, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-13", - "total_cases": 187.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2845.405, - "new_cases_per_million": 106.512, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-14", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2845.405, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-15", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2845.405, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.996, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-16", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2845.405, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.78, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-17", - "total_cases": 193.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2936.701, - "new_cases_per_million": 91.296, - "new_cases_smoothed_per_million": 36.953, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-18", - "total_cases": 193.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2936.701, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.258, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 77.31 - }, - { - "date": "2020-06-19", - "total_cases": 193.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2936.701, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.258, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.2 - }, - { - "date": "2020-06-20", - "total_cases": 195.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2967.133, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.2 - }, - { - "date": "2020-06-21", - "total_cases": 195.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2967.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.2 - }, - { - "date": "2020-06-22", - "total_cases": 195.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2967.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-23", - "total_cases": 195.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2967.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.39, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-24", - "total_cases": 195.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2967.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-25", - "total_cases": 196.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2982.349, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-26", - "total_cases": 196.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2982.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-27", - "total_cases": 196.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2982.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-28", - "total_cases": 196.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2982.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-29", - "total_cases": 196.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2982.349, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-06-30", - "total_cases": 199.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3027.998, - "new_cases_per_million": 45.648, - "new_cases_smoothed_per_million": 8.695, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-07-01", - "total_cases": 200.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3043.214, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.39 - }, - { - "date": "2020-07-02", - "total_cases": 201.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.869, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 201.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3058.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 203.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3088.862, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 205.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 205.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3119.294, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 207.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3149.726, - "new_cases_per_million": 30.432, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 208.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.521, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3164.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 209.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3180.158, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 209.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3180.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 209.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3180.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.174, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 210.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3195.374, - "new_cases_per_million": 15.216, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 210.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3195.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 210.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3195.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 210.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3195.374, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.347, - "total_deaths_per_million": 15.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CYP": { - "continent": "Europe", - "location": "Cyprus", - "population": 875899.0, - "population_density": 127.657, - "median_age": 37.3, - "aged_65_older": 13.416, - "aged_70_older": 8.563, - "gdp_per_capita": 32415.132, - "cardiovasc_death_rate": 141.171, - "diabetes_prevalence": 9.24, - "female_smokers": 19.6, - "male_smokers": 52.7, - "hospital_beds_per_thousand": 3.4, - "life_expectancy": 80.98, - "human_development_index": 0.869, - "data": [ - { - "date": "2020-03-10", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.283, - "new_cases_per_million": 2.283, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 22.22 - }, - { - "date": "2020-03-12", - "total_cases": 6.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 6.85, - "new_cases_per_million": 4.567, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 22.22 - }, - { - "date": "2020-03-14", - "total_cases": 14.0, - "new_cases": 8.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 15.984, - "new_cases_per_million": 9.133, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 38.89 - }, - { - "date": "2020-03-15", - "total_cases": 21.0, - "new_cases": 7.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 23.975, - "new_cases_per_million": 7.992, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-16", - "total_cases": 30.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.251, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 4.893, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-17", - "total_cases": 40.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.667, - "new_cases_per_million": 11.417, - "new_cases_smoothed_per_million": 6.198, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-18", - "total_cases": 40.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.667, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.198, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-19", - "total_cases": 58.0, - "new_cases": 18.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 66.218, - "new_cases_per_million": 20.55, - "new_cases_smoothed_per_million": 8.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-20", - "total_cases": 58.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 66.218, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.481, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-21", - "total_cases": 67.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.493, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 8.644, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-22", - "total_cases": 84.0, - "new_cases": 17.0, - "new_cases_smoothed": 9.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 95.901, - "new_cases_per_million": 19.409, - "new_cases_smoothed_per_million": 10.275, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-23", - "total_cases": 95.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 108.46, - "new_cases_per_million": 12.559, - "new_cases_smoothed_per_million": 10.601, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-03-24", - "total_cases": 116.0, - "new_cases": 21.0, - "new_cases_smoothed": 10.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 132.435, - "new_cases_per_million": 23.975, - "new_cases_smoothed_per_million": 12.395, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-03-25", - "total_cases": 124.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.0, - "total_deaths": 3.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 141.569, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 13.7, - "total_deaths_per_million": 3.425, - "new_deaths_per_million": 3.425, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-03-26", - "total_cases": 132.0, - "new_cases": 8.0, - "new_cases_smoothed": 10.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 150.702, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 12.069, - "total_deaths_per_million": 3.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-03-27", - "total_cases": 146.0, - "new_cases": 14.0, - "new_cases_smoothed": 12.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 166.686, - "new_cases_per_million": 15.984, - "new_cases_smoothed_per_million": 14.353, - "total_deaths_per_million": 3.425, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-03-28", - "total_cases": 162.0, - "new_cases": 16.0, - "new_cases_smoothed": 13.571, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 184.953, - "new_cases_per_million": 18.267, - "new_cases_smoothed_per_million": 15.494, - "total_deaths_per_million": 5.708, - "new_deaths_per_million": 2.283, - "new_deaths_smoothed_per_million": 0.815, - "stringency_index": 92.59 - }, - { - "date": "2020-03-29", - "total_cases": 179.0, - "new_cases": 17.0, - "new_cases_smoothed": 13.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 204.361, - "new_cases_per_million": 19.409, - "new_cases_smoothed_per_million": 15.494, - "total_deaths_per_million": 5.708, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.815, - "stringency_index": 92.59 - }, - { - "date": "2020-03-30", - "total_cases": 214.0, - "new_cases": 35.0, - "new_cases_smoothed": 17.0, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 244.32, - "new_cases_per_million": 39.959, - "new_cases_smoothed_per_million": 19.409, - "total_deaths_per_million": 6.85, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.979, - "stringency_index": 92.59 - }, - { - "date": "2020-03-31", - "total_cases": 230.0, - "new_cases": 16.0, - "new_cases_smoothed": 16.286, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 262.587, - "new_cases_per_million": 18.267, - "new_cases_smoothed_per_million": 18.593, - "total_deaths_per_million": 7.992, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 1.142, - "stringency_index": 92.59 - }, - { - "date": "2020-04-01", - "total_cases": 262.0, - "new_cases": 32.0, - "new_cases_smoothed": 19.714, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 299.121, - "new_cases_per_million": 36.534, - "new_cases_smoothed_per_million": 22.507, - "total_deaths_per_million": 9.133, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.815, - "stringency_index": 92.59 - }, - { - "date": "2020-04-02", - "total_cases": 320.0, - "new_cases": 58.0, - "new_cases_smoothed": 26.857, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 365.339, - "new_cases_per_million": 66.218, - "new_cases_smoothed_per_million": 30.662, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.979, - "stringency_index": 92.59 - }, - { - "date": "2020-04-03", - "total_cases": 356.0, - "new_cases": 36.0, - "new_cases_smoothed": 30.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 406.44, - "new_cases_per_million": 41.101, - "new_cases_smoothed_per_million": 34.251, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.979, - "stringency_index": 92.59 - }, - { - "date": "2020-04-04", - "total_cases": 396.0, - "new_cases": 40.0, - "new_cases_smoothed": 33.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 452.107, - "new_cases_per_million": 45.667, - "new_cases_smoothed_per_million": 38.165, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.652, - "stringency_index": 92.59 - }, - { - "date": "2020-04-05", - "total_cases": 426.0, - "new_cases": 30.0, - "new_cases_smoothed": 35.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 486.357, - "new_cases_per_million": 34.251, - "new_cases_smoothed_per_million": 40.285, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.652, - "stringency_index": 92.59 - }, - { - "date": "2020-04-06", - "total_cases": 446.0, - "new_cases": 20.0, - "new_cases_smoothed": 33.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 509.191, - "new_cases_per_million": 22.834, - "new_cases_smoothed_per_million": 37.839, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-04-07", - "total_cases": 465.0, - "new_cases": 19.0, - "new_cases_smoothed": 33.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 530.883, - "new_cases_per_million": 21.692, - "new_cases_smoothed_per_million": 38.328, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-04-08", - "total_cases": 494.0, - "new_cases": 29.0, - "new_cases_smoothed": 33.143, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 563.992, - "new_cases_per_million": 33.109, - "new_cases_smoothed_per_million": 37.839, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-04-09", - "total_cases": 526.0, - "new_cases": 32.0, - "new_cases_smoothed": 29.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 600.526, - "new_cases_per_million": 36.534, - "new_cases_smoothed_per_million": 33.598, - "total_deaths_per_million": 10.275, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-04-10", - "total_cases": 564.0, - "new_cases": 38.0, - "new_cases_smoothed": 29.714, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 643.91, - "new_cases_per_million": 43.384, - "new_cases_smoothed_per_million": 33.924, - "total_deaths_per_million": 11.417, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-04-11", - "total_cases": 595.0, - "new_cases": 31.0, - "new_cases_smoothed": 28.429, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 679.302, - "new_cases_per_million": 35.392, - "new_cases_smoothed_per_million": 32.456, - "total_deaths_per_million": 11.417, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-04-12", - "total_cases": 616.0, - "new_cases": 21.0, - "new_cases_smoothed": 27.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 703.277, - "new_cases_per_million": 23.975, - "new_cases_smoothed_per_million": 30.989, - "total_deaths_per_million": 11.417, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-04-13", - "total_cases": 633.0, - "new_cases": 17.0, - "new_cases_smoothed": 26.714, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 722.686, - "new_cases_per_million": 19.409, - "new_cases_smoothed_per_million": 30.499, - "total_deaths_per_million": 12.559, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-04-14", - "total_cases": 662.0, - "new_cases": 29.0, - "new_cases_smoothed": 28.143, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 755.795, - "new_cases_per_million": 33.109, - "new_cases_smoothed_per_million": 32.13, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-04-15", - "total_cases": 695.0, - "new_cases": 33.0, - "new_cases_smoothed": 28.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 793.47, - "new_cases_per_million": 37.676, - "new_cases_smoothed_per_million": 32.783, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 92.59 - }, - { - "date": "2020-04-16", - "total_cases": 715.0, - "new_cases": 20.0, - "new_cases_smoothed": 27.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 816.304, - "new_cases_per_million": 22.834, - "new_cases_smoothed_per_million": 30.825, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 94.44 - }, - { - "date": "2020-04-17", - "total_cases": 735.0, - "new_cases": 20.0, - "new_cases_smoothed": 24.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 839.138, - "new_cases_per_million": 22.834, - "new_cases_smoothed_per_million": 27.89, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-18", - "total_cases": 735.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.0, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 839.138, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.834, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-19", - "total_cases": 761.0, - "new_cases": 26.0, - "new_cases_smoothed": 20.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 868.822, - "new_cases_per_million": 29.684, - "new_cases_smoothed_per_million": 23.649, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-20", - "total_cases": 767.0, - "new_cases": 6.0, - "new_cases_smoothed": 19.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 875.672, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 21.855, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 94.44 - }, - { - "date": "2020-04-21", - "total_cases": 772.0, - "new_cases": 5.0, - "new_cases_smoothed": 15.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 881.38, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 17.941, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-22", - "total_cases": 784.0, - "new_cases": 12.0, - "new_cases_smoothed": 12.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 895.08, - "new_cases_per_million": 13.7, - "new_cases_smoothed_per_million": 14.516, - "total_deaths_per_million": 13.7, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 94.44 - }, - { - "date": "2020-04-23", - "total_cases": 790.0, - "new_cases": 6.0, - "new_cases_smoothed": 10.714, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 901.93, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 12.232, - "total_deaths_per_million": 15.984, - "new_deaths_per_million": 2.283, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-24", - "total_cases": 795.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 907.639, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 9.786, - "total_deaths_per_million": 15.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-25", - "total_cases": 804.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.857, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 917.914, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 11.254, - "total_deaths_per_million": 15.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-26", - "total_cases": 810.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.0, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 924.764, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 7.992, - "total_deaths_per_million": 15.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-27", - "total_cases": 817.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 932.756, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 8.155, - "total_deaths_per_million": 15.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 94.44 - }, - { - "date": "2020-04-28", - "total_cases": 822.0, - "new_cases": 5.0, - "new_cases_smoothed": 7.143, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 938.464, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 8.155, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 94.44 - }, - { - "date": "2020-04-29", - "total_cases": 837.0, - "new_cases": 15.0, - "new_cases_smoothed": 7.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 955.59, - "new_cases_per_million": 17.125, - "new_cases_smoothed_per_million": 8.644, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.489, - "stringency_index": 94.44 - }, - { - "date": "2020-04-30", - "total_cases": 843.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 962.44, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 8.644, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 94.44 - }, - { - "date": "2020-05-01", - "total_cases": 850.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 970.432, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 8.97, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 94.44 - }, - { - "date": "2020-05-02", - "total_cases": 857.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 978.423, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 8.644, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 94.44 - }, - { - "date": "2020-05-03", - "total_cases": 864.0, - "new_cases": 7.0, - "new_cases_smoothed": 7.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 986.415, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 8.807, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 94.44 - }, - { - "date": "2020-05-04", - "total_cases": 872.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 995.549, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 8.97, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-05", - "total_cases": 874.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 997.832, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 8.481, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-06", - "total_cases": 878.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1002.399, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 6.687, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-07", - "total_cases": 883.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1008.107, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 6.524, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-08", - "total_cases": 889.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1014.957, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 6.361, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-09", - "total_cases": 891.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1017.241, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 5.545, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-10", - "total_cases": 892.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1018.382, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 4.567, - "total_deaths_per_million": 17.125, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 92.59 - }, - { - "date": "2020-05-11", - "total_cases": 898.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.714, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1025.232, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 4.241, - "total_deaths_per_million": 18.267, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-12", - "total_cases": 901.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.857, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1028.657, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 4.404, - "total_deaths_per_million": 18.267, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-13", - "total_cases": 903.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1030.941, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 4.077, - "total_deaths_per_million": 18.267, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-14", - "total_cases": 905.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.143, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1033.224, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-05-15", - "total_cases": 907.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1035.508, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-05-16", - "total_cases": 910.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1038.933, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-05-17", - "total_cases": 914.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.143, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1043.499, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.326, - "stringency_index": 92.59 - }, - { - "date": "2020-05-18", - "total_cases": 916.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1045.783, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-19", - "total_cases": 917.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1046.924, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-20", - "total_cases": 918.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1048.066, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.446, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 92.59 - }, - { - "date": "2020-05-21", - "total_cases": 922.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1052.633, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-22", - "total_cases": 923.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1053.774, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-23", - "total_cases": 927.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1058.341, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-24", - "total_cases": 927.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1058.341, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.12, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-25", - "total_cases": 935.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1067.475, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-26", - "total_cases": 937.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1069.758, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.262, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-27", - "total_cases": 939.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1072.041, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-28", - "total_cases": 939.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1072.041, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-29", - "total_cases": 941.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1074.325, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-30", - "total_cases": 941.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1074.325, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.283, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-05-31", - "total_cases": 943.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1076.608, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-01", - "total_cases": 944.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1077.75, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-02", - "total_cases": 949.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1083.458, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 1.957, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-03", - "total_cases": 952.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1086.883, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 2.12, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-04", - "total_cases": 958.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1093.733, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-05", - "total_cases": 958.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1093.733, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-06", - "total_cases": 960.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1096.017, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 19.409, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-06-07", - "total_cases": 960.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1096.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 76.85 - }, - { - "date": "2020-06-08", - "total_cases": 964.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1100.584, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 3.262, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 71.3 - }, - { - "date": "2020-06-09", - "total_cases": 970.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.0, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1107.434, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-10", - "total_cases": 972.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1109.717, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.262, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-11", - "total_cases": 974.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1112.0, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-12", - "total_cases": 975.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1113.142, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-13", - "total_cases": 980.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1118.85, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 3.262, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-14", - "total_cases": 980.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1118.85, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.262, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-06-15", - "total_cases": 983.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1122.276, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-06-16", - "total_cases": 985.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.446, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-06-17", - "total_cases": 985.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.12, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-06-18", - "total_cases": 985.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.794, - "total_deaths_per_million": 20.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-06-19", - "total_cases": 985.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.631, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-20", - "total_cases": 985.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.815, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-21", - "total_cases": 985.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1124.559, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.815, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-22", - "total_cases": 986.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1125.701, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 0.489, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-23", - "total_cases": 988.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1127.984, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 0.489, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 62.96 - }, - { - "date": "2020-06-24", - "total_cases": 990.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1130.267, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 0.815, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-06-25", - "total_cases": 991.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1131.409, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 0.979, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-06-26", - "total_cases": 992.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1132.551, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-27", - "total_cases": 992.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1132.551, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-28", - "total_cases": 994.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1134.834, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-29", - "total_cases": 994.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1134.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-06-30", - "total_cases": 996.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1137.117, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-01", - "total_cases": 998.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1139.401, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-02", - "total_cases": 999.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1140.542, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-03", - "total_cases": 999.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1140.542, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-04", - "total_cases": 999.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1140.542, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-05", - "total_cases": 1002.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1143.968, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-06", - "total_cases": 1003.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1145.109, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-07", - "total_cases": 1004.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1146.251, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.305, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-08", - "total_cases": 1005.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1147.393, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.142, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-09", - "total_cases": 1008.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1150.818, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-10", - "total_cases": 1010.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1153.101, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 1.794, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-11", - "total_cases": 1013.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1156.526, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 2.283, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-07-12", - "total_cases": 1014.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1157.668, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 1.957, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-13", - "total_cases": 1021.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1165.66, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-14", - "total_cases": 1022.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1166.801, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-15", - "total_cases": 1022.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1166.801, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-16", - "total_cases": 1023.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1167.943, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.446, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-17", - "total_cases": 1031.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1177.076, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-18", - "total_cases": 1031.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1177.076, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-19", - "total_cases": 1037.0, - "new_cases": 6.0, - "new_cases_smoothed": 3.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1183.926, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 3.751, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-20", - "total_cases": 1038.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1185.068, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-21", - "total_cases": 1038.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1185.068, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-22", - "total_cases": 1040.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1187.352, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.936, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-23", - "total_cases": 1040.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1187.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-24", - "total_cases": 1045.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1193.06, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 2.283, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-25", - "total_cases": 1047.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1195.343, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-26", - "total_cases": 1053.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1202.193, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-27", - "total_cases": 1057.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1206.76, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-28", - "total_cases": 1060.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1210.185, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-29", - "total_cases": 1067.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1218.177, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 4.404, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-30", - "total_cases": 1080.0, - "new_cases": 13.0, - "new_cases_smoothed": 5.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1233.019, - "new_cases_per_million": 14.842, - "new_cases_smoothed_per_million": 6.524, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-07-31", - "total_cases": 1084.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1237.586, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 6.361, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-01", - "total_cases": 1114.0, - "new_cases": 30.0, - "new_cases_smoothed": 9.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1271.836, - "new_cases_per_million": 34.251, - "new_cases_smoothed_per_million": 10.928, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-02", - "total_cases": 1124.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1283.253, - "new_cases_per_million": 11.417, - "new_cases_smoothed_per_million": 11.58, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-03", - "total_cases": 1150.0, - "new_cases": 26.0, - "new_cases_smoothed": 13.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1312.937, - "new_cases_per_million": 29.684, - "new_cases_smoothed_per_million": 15.168, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-04", - "total_cases": 1155.0, - "new_cases": 5.0, - "new_cases_smoothed": 13.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1318.645, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 15.494, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-05", - "total_cases": 1180.0, - "new_cases": 25.0, - "new_cases_smoothed": 16.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1347.187, - "new_cases_per_million": 28.542, - "new_cases_smoothed_per_million": 18.43, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-06", - "total_cases": 1195.0, - "new_cases": 15.0, - "new_cases_smoothed": 16.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1364.313, - "new_cases_per_million": 17.125, - "new_cases_smoothed_per_million": 18.756, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-07", - "total_cases": 1208.0, - "new_cases": 13.0, - "new_cases_smoothed": 17.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1379.154, - "new_cases_per_million": 14.842, - "new_cases_smoothed_per_million": 20.224, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-08", - "total_cases": 1222.0, - "new_cases": 14.0, - "new_cases_smoothed": 15.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1395.138, - "new_cases_per_million": 15.984, - "new_cases_smoothed_per_million": 17.615, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-09", - "total_cases": 1233.0, - "new_cases": 11.0, - "new_cases_smoothed": 15.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1407.697, - "new_cases_per_million": 12.559, - "new_cases_smoothed_per_million": 17.778, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-10", - "total_cases": 1242.0, - "new_cases": 9.0, - "new_cases_smoothed": 13.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1417.972, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 15.005, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-11", - "total_cases": 1252.0, - "new_cases": 10.0, - "new_cases_smoothed": 13.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1429.389, - "new_cases_per_million": 11.417, - "new_cases_smoothed_per_million": 15.82, - "total_deaths_per_million": 21.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-12", - "total_cases": 1277.0, - "new_cases": 25.0, - "new_cases_smoothed": 13.857, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1457.931, - "new_cases_per_million": 28.542, - "new_cases_smoothed_per_million": 15.82, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-13", - "total_cases": 1291.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1473.914, - "new_cases_per_million": 15.984, - "new_cases_smoothed_per_million": 15.657, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-14", - "total_cases": 1305.0, - "new_cases": 14.0, - "new_cases_smoothed": 13.857, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1489.898, - "new_cases_per_million": 15.984, - "new_cases_smoothed_per_million": 15.82, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-15", - "total_cases": 1318.0, - "new_cases": 13.0, - "new_cases_smoothed": 13.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1504.74, - "new_cases_per_million": 14.842, - "new_cases_smoothed_per_million": 15.657, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-16", - "total_cases": 1332.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.143, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1520.723, - "new_cases_per_million": 15.984, - "new_cases_smoothed_per_million": 16.147, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-17", - "total_cases": 1332.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.857, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1520.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.679, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-18", - "total_cases": 1351.0, - "new_cases": 19.0, - "new_cases_smoothed": 14.143, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1542.415, - "new_cases_per_million": 21.692, - "new_cases_smoothed_per_million": 16.147, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-19", - "total_cases": 1359.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.714, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1551.549, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 13.374, - "total_deaths_per_million": 22.834, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 47.22 - }, - { - "date": "2020-08-20", - "total_cases": 1385.0, - "new_cases": 26.0, - "new_cases_smoothed": 13.429, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1581.233, - "new_cases_per_million": 29.684, - "new_cases_smoothed_per_million": 15.331, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-21", - "total_cases": 1395.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.857, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1592.649, - "new_cases_per_million": 11.417, - "new_cases_smoothed_per_million": 14.679, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 47.22 - }, - { - "date": "2020-08-22", - "total_cases": 1406.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.571, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1605.208, - "new_cases_per_million": 12.559, - "new_cases_smoothed_per_million": 14.353, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-08-23", - "total_cases": 1417.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1617.766, - "new_cases_per_million": 12.559, - "new_cases_smoothed_per_million": 13.863, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-08-24", - "total_cases": 1421.0, - "new_cases": 4.0, - "new_cases_smoothed": 12.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1622.333, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 14.516, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-08-25", - "total_cases": 1451.0, - "new_cases": 30.0, - "new_cases_smoothed": 14.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1656.584, - "new_cases_per_million": 34.251, - "new_cases_smoothed_per_million": 16.31, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-08-26", - "total_cases": 1474.0, - "new_cases": 23.0, - "new_cases_smoothed": 16.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1682.842, - "new_cases_per_million": 26.259, - "new_cases_smoothed_per_million": 18.756, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 50.0 - }, - { - "date": "2020-08-27", - "total_cases": 1481.0, - "new_cases": 7.0, - "new_cases_smoothed": 13.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1690.834, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 15.657, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-08-28", - "total_cases": 1481.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1690.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.026, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-08-29", - "total_cases": 1481.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1690.834, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.232, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-08-30", - "total_cases": 1483.0, - "new_cases": 2.0, - "new_cases_smoothed": 9.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1693.118, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 10.764, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-08-31", - "total_cases": 1487.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1697.684, - "new_cases_per_million": 4.567, - "new_cases_smoothed_per_million": 10.764, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-01", - "total_cases": 1488.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1698.826, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 6.035, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-02", - "total_cases": 1490.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1701.109, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-03", - "total_cases": 1495.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.0, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1706.818, - "new_cases_per_million": 5.708, - "new_cases_smoothed_per_million": 2.283, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-04", - "total_cases": 1498.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1710.243, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-05", - "total_cases": 1498.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1710.243, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-06", - "total_cases": 1507.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1720.518, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 3.914, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-07", - "total_cases": 1509.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1722.801, - "new_cases_per_million": 2.283, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 50.0 - }, - { - "date": "2020-09-08", - "total_cases": 1510.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1723.943, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-09", - "total_cases": 1511.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1725.085, - "new_cases_per_million": 1.142, - "new_cases_smoothed_per_million": 3.425, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-10", - "total_cases": 1514.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1728.51, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-11", - "total_cases": 1517.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1731.935, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.099, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-12", - "total_cases": 1520.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1735.36, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 3.588, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-13", - "total_cases": 1523.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.286, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1738.785, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 2.61, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-09-14", - "total_cases": 1526.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1742.21, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 2.773, - "total_deaths_per_million": 23.975, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-09-15", - "total_cases": 1534.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.429, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1751.343, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 3.914, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 1.142, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-16", - "total_cases": 1540.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1758.194, - "new_cases_per_million": 6.85, - "new_cases_smoothed_per_million": 4.73, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-17", - "total_cases": 1548.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.857, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1767.327, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 5.545, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-18", - "total_cases": 1558.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.857, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1778.744, - "new_cases_per_million": 11.417, - "new_cases_smoothed_per_million": 6.687, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-19", - "total_cases": 1565.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.429, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1786.736, - "new_cases_per_million": 7.992, - "new_cases_smoothed_per_million": 7.339, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-20", - "total_cases": 1580.0, - "new_cases": 15.0, - "new_cases_smoothed": 8.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1803.861, - "new_cases_per_million": 17.125, - "new_cases_smoothed_per_million": 9.297, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-21", - "total_cases": 1600.0, - "new_cases": 20.0, - "new_cases_smoothed": 10.571, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1826.695, - "new_cases_per_million": 22.834, - "new_cases_smoothed_per_million": 12.069, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 53.7 - }, - { - "date": "2020-09-22", - "total_cases": 1603.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.857, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1830.12, - "new_cases_per_million": 3.425, - "new_cases_smoothed_per_million": 11.254, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-09-23", - "total_cases": 1618.0, - "new_cases": 15.0, - "new_cases_smoothed": 11.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1847.245, - "new_cases_per_million": 17.125, - "new_cases_smoothed_per_million": 12.722, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-09-24", - "total_cases": 1654.0, - "new_cases": 36.0, - "new_cases_smoothed": 15.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1888.346, - "new_cases_per_million": 41.101, - "new_cases_smoothed_per_million": 17.288, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-09-25", - "total_cases": 1663.0, - "new_cases": 9.0, - "new_cases_smoothed": 15.0, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1898.621, - "new_cases_per_million": 10.275, - "new_cases_smoothed_per_million": 17.125, - "total_deaths_per_million": 25.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "CZE": { - "continent": "Europe", - "location": "Czech Republic", - "population": 10708982.0, - "population_density": 137.176, - "median_age": 43.3, - "aged_65_older": 19.027, - "aged_70_older": 11.58, - "gdp_per_capita": 32605.906, - "cardiovasc_death_rate": 227.485, - "diabetes_prevalence": 6.82, - "female_smokers": 30.5, - "male_smokers": 38.3, - "hospital_beds_per_thousand": 6.63, - "life_expectancy": 79.38, - "human_development_index": 0.888, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 20.0, - "total_tests_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8.0, - "total_tests": 28.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 33.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 34.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3.0, - "total_tests": 37.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 38.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 43.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 48.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5.0, - "total_tests": 53.0, - "total_tests_per_thousand": 0.005, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 56.0, - "total_tests_per_thousand": 0.005, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6.0, - "total_tests": 62.0, - "total_tests_per_thousand": 0.006, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 64.0, - "total_tests_per_thousand": 0.006, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8.0, - "total_tests": 72.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 74.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 75.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 76.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 77.0, - "total_tests_per_thousand": 0.007, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 78.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 80.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 82.0, - "total_tests_per_thousand": 0.008, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 83.0, - "total_tests_per_thousand": 0.008, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3.0, - "total_tests": 86.0, - "total_tests_per_thousand": 0.008, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 98.0, - "total_tests_per_thousand": 0.009, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14.0, - "total_tests": 112.0, - "total_tests_per_thousand": 0.01, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 135.0, - "total_tests_per_thousand": 0.013, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 8.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 35.0, - "total_tests": 170.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 16.67 - }, - { - "date": "2020-02-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 193.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 200.0, - "total_tests_per_thousand": 0.019, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 17.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11.0, - "total_tests": 211.0, - "total_tests_per_thousand": 0.02, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 18.0, - "new_tests_smoothed_per_thousand": 0.002, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "total_cases": 3.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.28, - "new_cases_per_million": 0.28, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 51.0, - "total_tests": 262.0, - "total_tests_per_thousand": 0.024, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 53.667, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "total_cases": 5.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.467, - "new_cases_per_million": 0.187, - "new_cases_smoothed_per_million": 0.067, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 78.0, - "total_tests": 340.0, - "total_tests_per_thousand": 0.032, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 33.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 46.2, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-04", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.467, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.067, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 67.0, - "total_tests": 407.0, - "total_tests_per_thousand": 0.038, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 54.6, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-05", - "total_cases": 8.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.747, - "new_cases_per_million": 0.28, - "new_cases_smoothed_per_million": 0.107, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 76.0, - "total_tests": 483.0, - "total_tests_per_thousand": 0.045, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 45.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 39.375, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-06", - "total_cases": 12.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.121, - "new_cases_per_million": 0.374, - "new_cases_smoothed_per_million": 0.16, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 111.0, - "total_tests": 594.0, - "total_tests_per_thousand": 0.055, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 57.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 33.25, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-07", - "total_cases": 19.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.774, - "new_cases_per_million": 0.654, - "new_cases_smoothed_per_million": 0.253, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 193.0, - "total_tests": 787.0, - "total_tests_per_thousand": 0.073, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 84.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 30.947, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-08", - "total_cases": 26.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.428, - "new_cases_per_million": 0.654, - "new_cases_smoothed_per_million": 0.347, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 141.0, - "total_tests": 928.0, - "total_tests_per_thousand": 0.087, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 102.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 27.462, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-09", - "total_cases": 32.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.988, - "new_cases_per_million": 0.56, - "new_cases_smoothed_per_million": 0.387, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 265.0, - "total_tests": 1193.0, - "total_tests_per_thousand": 0.111, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 133.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 32.103, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-10", - "total_cases": 40.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.735, - "new_cases_per_million": 0.747, - "new_cases_smoothed_per_million": 0.467, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 165.0, - "total_tests": 1358.0, - "total_tests_per_thousand": 0.127, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 145.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 29.0, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-11", - "total_cases": 63.0, - "new_cases": 23.0, - "new_cases_smoothed": 8.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.883, - "new_cases_per_million": 2.148, - "new_cases_smoothed_per_million": 0.774, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 458.0, - "total_tests": 1816.0, - "total_tests_per_thousand": 0.17, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 201.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 24.259, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 47.22 - }, - { - "date": "2020-03-12", - "total_cases": 94.0, - "new_cases": 31.0, - "new_cases_smoothed": 12.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.778, - "new_cases_per_million": 2.895, - "new_cases_smoothed_per_million": 1.147, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 537.0, - "total_tests": 2353.0, - "total_tests_per_thousand": 0.22, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 267.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 21.733, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-13", - "total_cases": 116.0, - "new_cases": 22.0, - "new_cases_smoothed": 14.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.832, - "new_cases_per_million": 2.054, - "new_cases_smoothed_per_million": 1.387, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 845.0, - "total_tests": 3198.0, - "total_tests_per_thousand": 0.299, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 372.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 25.038, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-03-14", - "total_cases": 150.0, - "new_cases": 34.0, - "new_cases_smoothed": 18.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.007, - "new_cases_per_million": 3.175, - "new_cases_smoothed_per_million": 1.748, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 986.0, - "total_tests": 4184.0, - "total_tests_per_thousand": 0.391, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 485.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 25.916, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-03-15", - "total_cases": 214.0, - "new_cases": 64.0, - "new_cases_smoothed": 26.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.983, - "new_cases_per_million": 5.976, - "new_cases_smoothed_per_million": 2.508, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1028.0, - "total_tests": 5212.0, - "total_tests_per_thousand": 0.487, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 612.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 22.787, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-16", - "total_cases": 298.0, - "new_cases": 84.0, - "new_cases_smoothed": 38.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.827, - "new_cases_per_million": 7.844, - "new_cases_smoothed_per_million": 3.548, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1319.0, - "total_tests": 6531.0, - "total_tests_per_thousand": 0.61, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 763.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_per_case": 20.079, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-17", - "total_cases": 344.0, - "new_cases": 46.0, - "new_cases_smoothed": 43.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 32.123, - "new_cases_per_million": 4.295, - "new_cases_smoothed_per_million": 4.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1294.0, - "total_tests": 7825.0, - "total_tests_per_thousand": 0.731, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 924.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 21.276, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-18", - "total_cases": 434.0, - "new_cases": 90.0, - "new_cases_smoothed": 53.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.527, - "new_cases_per_million": 8.404, - "new_cases_smoothed_per_million": 4.949, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1756.0, - "total_tests": 9581.0, - "total_tests_per_thousand": 0.895, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 1109.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 20.925, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-19", - "total_cases": 522.0, - "new_cases": 88.0, - "new_cases_smoothed": 61.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.744, - "new_cases_per_million": 8.217, - "new_cases_smoothed_per_million": 5.709, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2259.0, - "total_tests": 11840.0, - "total_tests_per_thousand": 1.106, - "new_tests_per_thousand": 0.211, - "new_tests_smoothed": 1355.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_per_case": 22.160999999999998, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-20", - "total_cases": 694.0, - "new_cases": 172.0, - "new_cases_smoothed": 82.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 64.805, - "new_cases_per_million": 16.061, - "new_cases_smoothed_per_million": 7.71, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2121.0, - "total_tests": 13961.0, - "total_tests_per_thousand": 1.304, - "new_tests_per_thousand": 0.198, - "new_tests_smoothed": 1538.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 18.625999999999998, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-21", - "total_cases": 904.0, - "new_cases": 210.0, - "new_cases_smoothed": 107.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 84.415, - "new_cases_per_million": 19.61, - "new_cases_smoothed_per_million": 10.058, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1882.0, - "total_tests": 15843.0, - "total_tests_per_thousand": 1.479, - "new_tests_per_thousand": 0.176, - "new_tests_smoothed": 1666.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_per_case": 15.467, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-22", - "total_cases": 995.0, - "new_cases": 91.0, - "new_cases_smoothed": 111.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 92.913, - "new_cases_per_million": 8.498, - "new_cases_smoothed_per_million": 10.418, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1801.0, - "total_tests": 17644.0, - "total_tests_per_thousand": 1.648, - "new_tests_per_thousand": 0.168, - "new_tests_smoothed": 1776.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_per_case": 15.918, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-23", - "total_cases": 1165.0, - "new_cases": 170.0, - "new_cases_smoothed": 123.857, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 108.787, - "new_cases_per_million": 15.875, - "new_cases_smoothed_per_million": 11.566, - "total_deaths_per_million": 0.093, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 2291.0, - "total_tests": 19935.0, - "total_tests_per_thousand": 1.862, - "new_tests_per_thousand": 0.214, - "new_tests_smoothed": 1915.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 15.460999999999999, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-24", - "total_cases": 1236.0, - "new_cases": 71.0, - "new_cases_smoothed": 127.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 115.417, - "new_cases_per_million": 6.63, - "new_cases_smoothed_per_million": 11.899, - "total_deaths_per_million": 0.093, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 3062.0, - "total_tests": 22997.0, - "total_tests_per_thousand": 2.147, - "new_tests_per_thousand": 0.286, - "new_tests_smoothed": 2167.0, - "new_tests_smoothed_per_thousand": 0.202, - "tests_per_case": 17.006, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-25", - "total_cases": 1394.0, - "new_cases": 158.0, - "new_cases_smoothed": 137.143, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 130.171, - "new_cases_per_million": 14.754, - "new_cases_smoothed_per_million": 12.806, - "total_deaths_per_million": 0.28, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 4107.0, - "total_tests": 27104.0, - "total_tests_per_thousand": 2.531, - "new_tests_per_thousand": 0.384, - "new_tests_smoothed": 2503.0, - "new_tests_smoothed_per_thousand": 0.234, - "tests_per_case": 18.250999999999998, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-26", - "total_cases": 1654.0, - "new_cases": 260.0, - "new_cases_smoothed": 161.714, - "total_deaths": 6.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 154.45, - "new_cases_per_million": 24.279, - "new_cases_smoothed_per_million": 15.101, - "total_deaths_per_million": 0.56, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 4633.0, - "total_tests": 31737.0, - "total_tests_per_thousand": 2.964, - "new_tests_per_thousand": 0.433, - "new_tests_smoothed": 2842.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 17.574, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-27", - "total_cases": 2062.0, - "new_cases": 408.0, - "new_cases_smoothed": 195.429, - "total_deaths": 9.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 192.549, - "new_cases_per_million": 38.099, - "new_cases_smoothed_per_million": 18.249, - "total_deaths_per_million": 0.84, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 5359.0, - "total_tests": 37096.0, - "total_tests_per_thousand": 3.464, - "new_tests_per_thousand": 0.5, - "new_tests_smoothed": 3305.0, - "new_tests_smoothed_per_thousand": 0.309, - "tests_per_case": 16.912, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-28", - "total_cases": 2279.0, - "new_cases": 217.0, - "new_cases_smoothed": 196.429, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 212.812, - "new_cases_per_million": 20.263, - "new_cases_smoothed_per_million": 18.342, - "total_deaths_per_million": 0.84, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 4224.0, - "total_tests": 41320.0, - "total_tests_per_thousand": 3.858, - "new_tests_per_thousand": 0.394, - "new_tests_smoothed": 3640.0, - "new_tests_smoothed_per_thousand": 0.34, - "tests_per_case": 18.531, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-29", - "total_cases": 2663.0, - "new_cases": 384.0, - "new_cases_smoothed": 238.286, - "total_deaths": 11.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 248.67, - "new_cases_per_million": 35.858, - "new_cases_smoothed_per_million": 22.251, - "total_deaths_per_million": 1.027, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 2848.0, - "total_tests": 44168.0, - "total_tests_per_thousand": 4.124, - "new_tests_per_thousand": 0.266, - "new_tests_smoothed": 3789.0, - "new_tests_smoothed_per_thousand": 0.354, - "tests_per_case": 15.901, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-30", - "total_cases": 2829.0, - "new_cases": 166.0, - "new_cases_smoothed": 237.714, - "total_deaths": 16.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 264.171, - "new_cases_per_million": 15.501, - "new_cases_smoothed_per_million": 22.198, - "total_deaths_per_million": 1.494, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 5159.0, - "total_tests": 49327.0, - "total_tests_per_thousand": 4.606, - "new_tests_per_thousand": 0.482, - "new_tests_smoothed": 4199.0, - "new_tests_smoothed_per_thousand": 0.392, - "tests_per_case": 17.664, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-03-31", - "total_cases": 3002.0, - "new_cases": 173.0, - "new_cases_smoothed": 252.286, - "total_deaths": 24.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 280.325, - "new_cases_per_million": 16.155, - "new_cases_smoothed_per_million": 23.558, - "total_deaths_per_million": 2.241, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.307, - "new_tests": 6661.0, - "total_tests": 55988.0, - "total_tests_per_thousand": 5.228, - "new_tests_per_thousand": 0.622, - "new_tests_smoothed": 4713.0, - "new_tests_smoothed_per_thousand": 0.44, - "tests_per_case": 18.680999999999997, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-04-01", - "total_cases": 3308.0, - "new_cases": 306.0, - "new_cases_smoothed": 273.429, - "total_deaths": 31.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 308.9, - "new_cases_per_million": 28.574, - "new_cases_smoothed_per_million": 25.533, - "total_deaths_per_million": 2.895, - "new_deaths_per_million": 0.654, - "new_deaths_smoothed_per_million": 0.374, - "new_tests": 6102.0, - "total_tests": 62090.0, - "total_tests_per_thousand": 5.798, - "new_tests_per_thousand": 0.57, - "new_tests_smoothed": 4998.0, - "new_tests_smoothed_per_thousand": 0.467, - "tests_per_case": 18.279, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 82.41 - }, - { - "date": "2020-04-02", - "total_cases": 3589.0, - "new_cases": 281.0, - "new_cases_smoothed": 276.429, - "total_deaths": 39.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 335.139, - "new_cases_per_million": 26.24, - "new_cases_smoothed_per_million": 25.813, - "total_deaths_per_million": 3.642, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.44, - "new_tests": 6673.0, - "total_tests": 68763.0, - "total_tests_per_thousand": 6.421, - "new_tests_per_thousand": 0.623, - "new_tests_smoothed": 5289.0, - "new_tests_smoothed_per_thousand": 0.494, - "tests_per_case": 19.133, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-03", - "total_cases": 3858.0, - "new_cases": 269.0, - "new_cases_smoothed": 256.571, - "total_deaths": 44.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 360.258, - "new_cases_per_million": 25.119, - "new_cases_smoothed_per_million": 23.959, - "total_deaths_per_million": 4.109, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.467, - "new_tests": 7398.0, - "total_tests": 76161.0, - "total_tests_per_thousand": 7.112, - "new_tests_per_thousand": 0.691, - "new_tests_smoothed": 5581.0, - "new_tests_smoothed_per_thousand": 0.521, - "tests_per_case": 21.752, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-04", - "total_cases": 4190.0, - "new_cases": 332.0, - "new_cases_smoothed": 273.0, - "total_deaths": 53.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 391.26, - "new_cases_per_million": 31.002, - "new_cases_smoothed_per_million": 25.493, - "total_deaths_per_million": 4.949, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.587, - "new_tests": 5837.0, - "total_tests": 81998.0, - "total_tests_per_thousand": 7.657, - "new_tests_per_thousand": 0.545, - "new_tests_smoothed": 5811.0, - "new_tests_smoothed_per_thousand": 0.543, - "tests_per_case": 21.285999999999998, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-05", - "total_cases": 4472.0, - "new_cases": 282.0, - "new_cases_smoothed": 258.429, - "total_deaths": 59.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 417.593, - "new_cases_per_million": 26.333, - "new_cases_smoothed_per_million": 24.132, - "total_deaths_per_million": 5.509, - "new_deaths_per_million": 0.56, - "new_deaths_smoothed_per_million": 0.64, - "new_tests": 4812.0, - "total_tests": 86810.0, - "total_tests_per_thousand": 8.106, - "new_tests_per_thousand": 0.449, - "new_tests_smoothed": 6092.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_per_case": 23.573, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-06", - "total_cases": 4587.0, - "new_cases": 115.0, - "new_cases_smoothed": 251.143, - "total_deaths": 67.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 428.332, - "new_cases_per_million": 10.739, - "new_cases_smoothed_per_million": 23.452, - "total_deaths_per_million": 6.256, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.68, - "new_tests": 6435.0, - "total_tests": 93245.0, - "total_tests_per_thousand": 8.707, - "new_tests_per_thousand": 0.601, - "new_tests_smoothed": 6274.0, - "new_tests_smoothed_per_thousand": 0.586, - "tests_per_case": 24.982, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-07", - "total_cases": 4822.0, - "new_cases": 235.0, - "new_cases_smoothed": 260.0, - "total_deaths": 78.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 450.276, - "new_cases_per_million": 21.944, - "new_cases_smoothed_per_million": 24.279, - "total_deaths_per_million": 7.284, - "new_deaths_per_million": 1.027, - "new_deaths_smoothed_per_million": 0.72, - "new_tests": 8173.0, - "total_tests": 101418.0, - "total_tests_per_thousand": 9.47, - "new_tests_per_thousand": 0.763, - "new_tests_smoothed": 6490.0, - "new_tests_smoothed_per_thousand": 0.606, - "tests_per_case": 24.962, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-08", - "total_cases": 5017.0, - "new_cases": 195.0, - "new_cases_smoothed": 244.143, - "total_deaths": 88.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 468.485, - "new_cases_per_million": 18.209, - "new_cases_smoothed_per_million": 22.798, - "total_deaths_per_million": 8.217, - "new_deaths_per_million": 0.934, - "new_deaths_smoothed_per_million": 0.76, - "new_tests": 8469.0, - "total_tests": 109887.0, - "total_tests_per_thousand": 10.261, - "new_tests_per_thousand": 0.791, - "new_tests_smoothed": 6828.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 27.967, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-09", - "total_cases": 5312.0, - "new_cases": 295.0, - "new_cases_smoothed": 246.143, - "total_deaths": 99.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 496.032, - "new_cases_per_million": 27.547, - "new_cases_smoothed_per_million": 22.985, - "total_deaths_per_million": 9.245, - "new_deaths_per_million": 1.027, - "new_deaths_smoothed_per_million": 0.8, - "new_tests": 8180.0, - "total_tests": 118067.0, - "total_tests_per_thousand": 11.025, - "new_tests_per_thousand": 0.764, - "new_tests_smoothed": 7043.0, - "new_tests_smoothed_per_thousand": 0.658, - "tests_per_case": 28.613000000000003, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-10", - "total_cases": 5569.0, - "new_cases": 257.0, - "new_cases_smoothed": 244.429, - "total_deaths": 112.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 520.031, - "new_cases_per_million": 23.999, - "new_cases_smoothed_per_million": 22.825, - "total_deaths_per_million": 10.459, - "new_deaths_per_million": 1.214, - "new_deaths_smoothed_per_million": 0.907, - "new_tests": 5702.0, - "total_tests": 123769.0, - "total_tests_per_thousand": 11.557, - "new_tests_per_thousand": 0.532, - "new_tests_smoothed": 6801.0, - "new_tests_smoothed_per_thousand": 0.635, - "tests_per_case": 27.824, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-11", - "total_cases": 5732.0, - "new_cases": 163.0, - "new_cases_smoothed": 220.286, - "total_deaths": 119.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 535.252, - "new_cases_per_million": 15.221, - "new_cases_smoothed_per_million": 20.57, - "total_deaths_per_million": 11.112, - "new_deaths_per_million": 0.654, - "new_deaths_smoothed_per_million": 0.88, - "new_tests": 4891.0, - "total_tests": 128660.0, - "total_tests_per_thousand": 12.014, - "new_tests_per_thousand": 0.457, - "new_tests_smoothed": 6666.0, - "new_tests_smoothed_per_thousand": 0.622, - "tests_per_case": 30.261, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-12", - "total_cases": 5902.0, - "new_cases": 170.0, - "new_cases_smoothed": 204.286, - "total_deaths": 129.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 551.126, - "new_cases_per_million": 15.875, - "new_cases_smoothed_per_million": 19.076, - "total_deaths_per_million": 12.046, - "new_deaths_per_million": 0.934, - "new_deaths_smoothed_per_million": 0.934, - "new_tests": 3250.0, - "total_tests": 131910.0, - "total_tests_per_thousand": 12.318, - "new_tests_per_thousand": 0.303, - "new_tests_smoothed": 6443.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 31.539, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-13", - "total_cases": 5991.0, - "new_cases": 89.0, - "new_cases_smoothed": 200.571, - "total_deaths": 138.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 559.437, - "new_cases_per_million": 8.311, - "new_cases_smoothed_per_million": 18.729, - "total_deaths_per_million": 12.886, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.947, - "new_tests": 3215.0, - "total_tests": 135125.0, - "total_tests_per_thousand": 12.618, - "new_tests_per_thousand": 0.3, - "new_tests_smoothed": 5983.0, - "new_tests_smoothed_per_thousand": 0.559, - "tests_per_case": 29.83, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 74.07 - }, - { - "date": "2020-04-14", - "total_cases": 6059.0, - "new_cases": 68.0, - "new_cases_smoothed": 176.714, - "total_deaths": 143.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 565.787, - "new_cases_per_million": 6.35, - "new_cases_smoothed_per_million": 16.502, - "total_deaths_per_million": 13.353, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.867, - "new_tests": 6173.0, - "total_tests": 141298.0, - "total_tests_per_thousand": 13.194, - "new_tests_per_thousand": 0.576, - "new_tests_smoothed": 5697.0, - "new_tests_smoothed_per_thousand": 0.532, - "tests_per_case": 32.238, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-15", - "total_cases": 6141.0, - "new_cases": 82.0, - "new_cases_smoothed": 160.571, - "total_deaths": 161.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 573.444, - "new_cases_per_million": 7.657, - "new_cases_smoothed_per_million": 14.994, - "total_deaths_per_million": 15.034, - "new_deaths_per_million": 1.681, - "new_deaths_smoothed_per_million": 0.974, - "new_tests": 8476.0, - "total_tests": 149774.0, - "total_tests_per_thousand": 13.986, - "new_tests_per_thousand": 0.791, - "new_tests_smoothed": 5698.0, - "new_tests_smoothed_per_thousand": 0.532, - "tests_per_case": 35.486, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-16", - "total_cases": 6303.0, - "new_cases": 162.0, - "new_cases_smoothed": 141.571, - "total_deaths": 166.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 588.571, - "new_cases_per_million": 15.127, - "new_cases_smoothed_per_million": 13.22, - "total_deaths_per_million": 15.501, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.894, - "new_tests": 8381.0, - "total_tests": 158155.0, - "total_tests_per_thousand": 14.768, - "new_tests_per_thousand": 0.783, - "new_tests_smoothed": 5727.0, - "new_tests_smoothed_per_thousand": 0.535, - "tests_per_case": 40.453, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-17", - "total_cases": 6433.0, - "new_cases": 130.0, - "new_cases_smoothed": 123.429, - "total_deaths": 169.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 600.711, - "new_cases_per_million": 12.139, - "new_cases_smoothed_per_million": 11.526, - "total_deaths_per_million": 15.781, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.76, - "new_tests": 8288.0, - "total_tests": 166443.0, - "total_tests_per_thousand": 15.542, - "new_tests_per_thousand": 0.774, - "new_tests_smoothed": 6096.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_per_case": 49.388999999999996, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-18", - "total_cases": 6549.0, - "new_cases": 116.0, - "new_cases_smoothed": 116.714, - "total_deaths": 173.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 611.543, - "new_cases_per_million": 10.832, - "new_cases_smoothed_per_million": 10.899, - "total_deaths_per_million": 16.155, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.72, - "new_tests": 5605.0, - "total_tests": 172048.0, - "total_tests_per_thousand": 16.066, - "new_tests_per_thousand": 0.523, - "new_tests_smoothed": 6198.0, - "new_tests_smoothed_per_thousand": 0.579, - "tests_per_case": 53.104, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-19", - "total_cases": 6654.0, - "new_cases": 105.0, - "new_cases_smoothed": 107.429, - "total_deaths": 181.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 621.348, - "new_cases_per_million": 9.805, - "new_cases_smoothed_per_million": 10.032, - "total_deaths_per_million": 16.902, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.694, - "new_tests": 4027.0, - "total_tests": 176075.0, - "total_tests_per_thousand": 16.442, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 6309.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 58.727, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-04-20", - "total_cases": 6787.0, - "new_cases": 133.0, - "new_cases_smoothed": 113.714, - "total_deaths": 188.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 633.767, - "new_cases_per_million": 12.419, - "new_cases_smoothed_per_million": 10.619, - "total_deaths_per_million": 17.555, - "new_deaths_per_million": 0.654, - "new_deaths_smoothed_per_million": 0.667, - "new_tests": 6567.0, - "total_tests": 182642.0, - "total_tests_per_thousand": 17.055, - "new_tests_per_thousand": 0.613, - "new_tests_smoothed": 6788.0, - "new_tests_smoothed_per_thousand": 0.634, - "tests_per_case": 59.693000000000005, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-04-21", - "total_cases": 6914.0, - "new_cases": 127.0, - "new_cases_smoothed": 122.143, - "total_deaths": 196.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 645.626, - "new_cases_per_million": 11.859, - "new_cases_smoothed_per_million": 11.406, - "total_deaths_per_million": 18.302, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.707, - "new_tests": 8341.0, - "total_tests": 190983.0, - "total_tests_per_thousand": 17.834, - "new_tests_per_thousand": 0.779, - "new_tests_smoothed": 7098.0, - "new_tests_smoothed_per_thousand": 0.663, - "tests_per_case": 58.111999999999995, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-22", - "total_cases": 7041.0, - "new_cases": 127.0, - "new_cases_smoothed": 128.571, - "total_deaths": 201.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 657.485, - "new_cases_per_million": 11.859, - "new_cases_smoothed_per_million": 12.006, - "total_deaths_per_million": 18.769, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.534, - "new_tests": 8818.0, - "total_tests": 199801.0, - "total_tests_per_thousand": 18.657, - "new_tests_per_thousand": 0.823, - "new_tests_smoothed": 7147.0, - "new_tests_smoothed_per_thousand": 0.667, - "tests_per_case": 55.588, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-23", - "total_cases": 7136.0, - "new_cases": 95.0, - "new_cases_smoothed": 119.0, - "total_deaths": 210.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 666.357, - "new_cases_per_million": 8.871, - "new_cases_smoothed_per_million": 11.112, - "total_deaths_per_million": 19.61, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.587, - "new_tests": 7901.0, - "total_tests": 207702.0, - "total_tests_per_thousand": 19.395, - "new_tests_per_thousand": 0.738, - "new_tests_smoothed": 7078.0, - "new_tests_smoothed_per_thousand": 0.661, - "tests_per_case": 59.479, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-24", - "total_cases": 7188.0, - "new_cases": 52.0, - "new_cases_smoothed": 107.857, - "total_deaths": 213.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 671.212, - "new_cases_per_million": 4.856, - "new_cases_smoothed_per_million": 10.072, - "total_deaths_per_million": 19.89, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.587, - "new_tests": 7129.0, - "total_tests": 214831.0, - "total_tests_per_thousand": 20.061, - "new_tests_per_thousand": 0.666, - "new_tests_smoothed": 6913.0, - "new_tests_smoothed_per_thousand": 0.646, - "tests_per_case": 64.094, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-25", - "total_cases": 7273.0, - "new_cases": 85.0, - "new_cases_smoothed": 103.429, - "total_deaths": 215.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 679.15, - "new_cases_per_million": 7.937, - "new_cases_smoothed_per_million": 9.658, - "total_deaths_per_million": 20.077, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.56, - "new_tests": 4446.0, - "total_tests": 219277.0, - "total_tests_per_thousand": 20.476, - "new_tests_per_thousand": 0.415, - "new_tests_smoothed": 6747.0, - "new_tests_smoothed_per_thousand": 0.63, - "tests_per_case": 65.233, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-26", - "total_cases": 7352.0, - "new_cases": 79.0, - "new_cases_smoothed": 99.714, - "total_deaths": 218.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 686.527, - "new_cases_per_million": 7.377, - "new_cases_smoothed_per_million": 9.311, - "total_deaths_per_million": 20.357, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.494, - "new_tests": 3381.0, - "total_tests": 222658.0, - "total_tests_per_thousand": 20.792, - "new_tests_per_thousand": 0.316, - "new_tests_smoothed": 6655.0, - "new_tests_smoothed_per_thousand": 0.621, - "tests_per_case": 66.741, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-04-27", - "total_cases": 7404.0, - "new_cases": 52.0, - "new_cases_smoothed": 88.143, - "total_deaths": 221.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 691.382, - "new_cases_per_million": 4.856, - "new_cases_smoothed_per_million": 8.231, - "total_deaths_per_million": 20.637, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.44, - "new_tests": 7754.0, - "total_tests": 230412.0, - "total_tests_per_thousand": 21.516, - "new_tests_per_thousand": 0.724, - "new_tests_smoothed": 6824.0, - "new_tests_smoothed_per_thousand": 0.637, - "tests_per_case": 77.42, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-04-28", - "total_cases": 7449.0, - "new_cases": 45.0, - "new_cases_smoothed": 76.429, - "total_deaths": 223.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 695.584, - "new_cases_per_million": 4.202, - "new_cases_smoothed_per_million": 7.137, - "total_deaths_per_million": 20.824, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.36, - "new_tests": 8741.0, - "total_tests": 239153.0, - "total_tests_per_thousand": 22.332, - "new_tests_per_thousand": 0.816, - "new_tests_smoothed": 6881.0, - "new_tests_smoothed_per_thousand": 0.643, - "tests_per_case": 90.03200000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-04-29", - "total_cases": 7504.0, - "new_cases": 55.0, - "new_cases_smoothed": 66.143, - "total_deaths": 227.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 700.72, - "new_cases_per_million": 5.136, - "new_cases_smoothed_per_million": 6.176, - "total_deaths_per_million": 21.197, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.347, - "new_tests": 7322.0, - "total_tests": 246475.0, - "total_tests_per_thousand": 23.016, - "new_tests_per_thousand": 0.684, - "new_tests_smoothed": 6668.0, - "new_tests_smoothed_per_thousand": 0.623, - "tests_per_case": 100.81200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-04-30", - "total_cases": 7579.0, - "new_cases": 75.0, - "new_cases_smoothed": 63.286, - "total_deaths": 227.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 707.724, - "new_cases_per_million": 7.003, - "new_cases_smoothed_per_million": 5.91, - "total_deaths_per_million": 21.197, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 7396.0, - "total_tests": 253871.0, - "total_tests_per_thousand": 23.706, - "new_tests_per_thousand": 0.691, - "new_tests_smoothed": 6596.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 104.226, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-01", - "total_cases": 7682.0, - "new_cases": 103.0, - "new_cases_smoothed": 70.571, - "total_deaths": 236.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 717.342, - "new_cases_per_million": 9.618, - "new_cases_smoothed_per_million": 6.59, - "total_deaths_per_million": 22.038, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.307, - "new_tests": 4497.0, - "total_tests": 258368.0, - "total_tests_per_thousand": 24.126, - "new_tests_per_thousand": 0.42, - "new_tests_smoothed": 6220.0, - "new_tests_smoothed_per_thousand": 0.581, - "tests_per_case": 88.13799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-02", - "total_cases": 7737.0, - "new_cases": 55.0, - "new_cases_smoothed": 66.286, - "total_deaths": 240.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 722.478, - "new_cases_per_million": 5.136, - "new_cases_smoothed_per_million": 6.19, - "total_deaths_per_million": 22.411, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.333, - "new_tests": 3885.0, - "total_tests": 262253.0, - "total_tests_per_thousand": 24.489, - "new_tests_per_thousand": 0.363, - "new_tests_smoothed": 6139.0, - "new_tests_smoothed_per_thousand": 0.573, - "tests_per_case": 92.61399999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-03", - "total_cases": 7755.0, - "new_cases": 18.0, - "new_cases_smoothed": 57.571, - "total_deaths": 245.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 724.158, - "new_cases_per_million": 1.681, - "new_cases_smoothed_per_million": 5.376, - "total_deaths_per_million": 22.878, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.36, - "new_tests": 3881.0, - "total_tests": 266134.0, - "total_tests_per_thousand": 24.851, - "new_tests_per_thousand": 0.362, - "new_tests_smoothed": 6211.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 107.883, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-04", - "total_cases": 7781.0, - "new_cases": 26.0, - "new_cases_smoothed": 53.857, - "total_deaths": 248.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 726.586, - "new_cases_per_million": 2.428, - "new_cases_smoothed_per_million": 5.029, - "total_deaths_per_million": 23.158, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.36, - "new_tests": 7756.0, - "total_tests": 273890.0, - "total_tests_per_thousand": 25.576, - "new_tests_per_thousand": 0.724, - "new_tests_smoothed": 6211.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 115.324, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-05", - "total_cases": 7819.0, - "new_cases": 38.0, - "new_cases_smoothed": 52.857, - "total_deaths": 252.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 730.135, - "new_cases_per_million": 3.548, - "new_cases_smoothed_per_million": 4.936, - "total_deaths_per_million": 23.532, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.387, - "new_tests": 9383.0, - "total_tests": 283273.0, - "total_tests_per_thousand": 26.452, - "new_tests_per_thousand": 0.876, - "new_tests_smoothed": 6303.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 119.24600000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-06", - "total_cases": 7896.0, - "new_cases": 77.0, - "new_cases_smoothed": 56.0, - "total_deaths": 257.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 737.325, - "new_cases_per_million": 7.19, - "new_cases_smoothed_per_million": 5.229, - "total_deaths_per_million": 23.999, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.4, - "new_tests": 8052.0, - "total_tests": 291325.0, - "total_tests_per_thousand": 27.204, - "new_tests_per_thousand": 0.752, - "new_tests_smoothed": 6407.0, - "new_tests_smoothed_per_thousand": 0.598, - "tests_per_case": 114.411, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-07", - "total_cases": 7974.0, - "new_cases": 78.0, - "new_cases_smoothed": 56.429, - "total_deaths": 262.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 744.609, - "new_cases_per_million": 7.284, - "new_cases_smoothed_per_million": 5.269, - "total_deaths_per_million": 24.465, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.467, - "new_tests": 7599.0, - "total_tests": 298924.0, - "total_tests_per_thousand": 27.913, - "new_tests_per_thousand": 0.71, - "new_tests_smoothed": 6436.0, - "new_tests_smoothed_per_thousand": 0.601, - "tests_per_case": 114.056, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-08", - "total_cases": 8031.0, - "new_cases": 57.0, - "new_cases_smoothed": 49.857, - "total_deaths": 270.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 749.931, - "new_cases_per_million": 5.323, - "new_cases_smoothed_per_million": 4.656, - "total_deaths_per_million": 25.212, - "new_deaths_per_million": 0.747, - "new_deaths_smoothed_per_million": 0.454, - "new_tests": 4510.0, - "total_tests": 303434.0, - "total_tests_per_thousand": 28.335, - "new_tests_per_thousand": 0.421, - "new_tests_smoothed": 6438.0, - "new_tests_smoothed_per_thousand": 0.601, - "tests_per_case": 129.129, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-09", - "total_cases": 8077.0, - "new_cases": 46.0, - "new_cases_smoothed": 48.571, - "total_deaths": 273.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 754.227, - "new_cases_per_million": 4.295, - "new_cases_smoothed_per_million": 4.536, - "total_deaths_per_million": 25.493, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.44, - "new_tests": 3788.0, - "total_tests": 307222.0, - "total_tests_per_thousand": 28.688, - "new_tests_per_thousand": 0.354, - "new_tests_smoothed": 6424.0, - "new_tests_smoothed_per_thousand": 0.6, - "tests_per_case": 132.259, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-10", - "total_cases": 8095.0, - "new_cases": 18.0, - "new_cases_smoothed": 48.571, - "total_deaths": 276.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 755.908, - "new_cases_per_million": 1.681, - "new_cases_smoothed_per_million": 4.536, - "total_deaths_per_million": 25.773, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.414, - "new_tests": 4052.0, - "total_tests": 311274.0, - "total_tests_per_thousand": 29.067, - "new_tests_per_thousand": 0.378, - "new_tests_smoothed": 6449.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 132.774, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-11", - "total_cases": 8123.0, - "new_cases": 28.0, - "new_cases_smoothed": 48.857, - "total_deaths": 280.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 758.522, - "new_cases_per_million": 2.615, - "new_cases_smoothed_per_million": 4.562, - "total_deaths_per_million": 26.146, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.427, - "new_tests": 7809.0, - "total_tests": 319083.0, - "total_tests_per_thousand": 29.796, - "new_tests_per_thousand": 0.729, - "new_tests_smoothed": 6456.0, - "new_tests_smoothed_per_thousand": 0.603, - "tests_per_case": 132.14, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-12", - "total_cases": 8176.0, - "new_cases": 53.0, - "new_cases_smoothed": 51.0, - "total_deaths": 282.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 763.471, - "new_cases_per_million": 4.949, - "new_cases_smoothed_per_million": 4.762, - "total_deaths_per_million": 26.333, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.4, - "new_tests": 8755.0, - "total_tests": 327838.0, - "total_tests_per_thousand": 30.613, - "new_tests_per_thousand": 0.818, - "new_tests_smoothed": 6366.0, - "new_tests_smoothed_per_thousand": 0.594, - "tests_per_case": 124.824, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-13", - "total_cases": 8221.0, - "new_cases": 45.0, - "new_cases_smoothed": 46.429, - "total_deaths": 283.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 767.673, - "new_cases_per_million": 4.202, - "new_cases_smoothed_per_million": 4.335, - "total_deaths_per_million": 26.426, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.347, - "new_tests": 7687.0, - "total_tests": 335525.0, - "total_tests_per_thousand": 31.331, - "new_tests_per_thousand": 0.718, - "new_tests_smoothed": 6314.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 135.994, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-14", - "total_cases": 8269.0, - "new_cases": 48.0, - "new_cases_smoothed": 42.143, - "total_deaths": 290.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 772.156, - "new_cases_per_million": 4.482, - "new_cases_smoothed_per_million": 3.935, - "total_deaths_per_million": 27.08, - "new_deaths_per_million": 0.654, - "new_deaths_smoothed_per_million": 0.374, - "new_tests": 6902.0, - "total_tests": 342427.0, - "total_tests_per_thousand": 31.976, - "new_tests_per_thousand": 0.645, - "new_tests_smoothed": 6215.0, - "new_tests_smoothed_per_thousand": 0.58, - "tests_per_case": 147.475, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-15", - "total_cases": 8351.0, - "new_cases": 82.0, - "new_cases_smoothed": 45.714, - "total_deaths": 293.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 779.813, - "new_cases_per_million": 7.657, - "new_cases_smoothed_per_million": 4.269, - "total_deaths_per_million": 27.36, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.307, - "new_tests": 6790.0, - "total_tests": 349217.0, - "total_tests_per_thousand": 32.61, - "new_tests_per_thousand": 0.634, - "new_tests_smoothed": 6540.0, - "new_tests_smoothed_per_thousand": 0.611, - "tests_per_case": 143.062, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-16", - "total_cases": 8406.0, - "new_cases": 55.0, - "new_cases_smoothed": 47.0, - "total_deaths": 295.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 784.949, - "new_cases_per_million": 5.136, - "new_cases_smoothed_per_million": 4.389, - "total_deaths_per_million": 27.547, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.293, - "new_tests": 4197.0, - "total_tests": 353414.0, - "total_tests_per_thousand": 33.002, - "new_tests_per_thousand": 0.392, - "new_tests_smoothed": 6599.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 140.404, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-17", - "total_cases": 8455.0, - "new_cases": 49.0, - "new_cases_smoothed": 51.429, - "total_deaths": 296.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 789.524, - "new_cases_per_million": 4.576, - "new_cases_smoothed_per_million": 4.802, - "total_deaths_per_million": 27.64, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 3553.0, - "total_tests": 356967.0, - "total_tests_per_thousand": 33.333, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 6528.0, - "new_tests_smoothed_per_thousand": 0.61, - "tests_per_case": 126.93299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-18", - "total_cases": 8475.0, - "new_cases": 20.0, - "new_cases_smoothed": 50.286, - "total_deaths": 297.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 791.392, - "new_cases_per_million": 1.868, - "new_cases_smoothed_per_million": 4.696, - "total_deaths_per_million": 27.734, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 7458.0, - "total_tests": 364425.0, - "total_tests_per_thousand": 34.03, - "new_tests_per_thousand": 0.696, - "new_tests_smoothed": 6477.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 128.804, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-19", - "total_cases": 8586.0, - "new_cases": 111.0, - "new_cases_smoothed": 58.571, - "total_deaths": 297.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 801.757, - "new_cases_per_million": 10.365, - "new_cases_smoothed_per_million": 5.469, - "total_deaths_per_million": 27.734, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 8336.0, - "total_tests": 372761.0, - "total_tests_per_thousand": 34.808, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 6418.0, - "new_tests_smoothed_per_thousand": 0.599, - "tests_per_case": 109.57600000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-20", - "total_cases": 8647.0, - "new_cases": 61.0, - "new_cases_smoothed": 60.857, - "total_deaths": 302.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 807.453, - "new_cases_per_million": 5.696, - "new_cases_smoothed_per_million": 5.683, - "total_deaths_per_million": 28.201, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.253, - "new_tests": 7518.0, - "total_tests": 380279.0, - "total_tests_per_thousand": 35.51, - "new_tests_per_thousand": 0.702, - "new_tests_smoothed": 6393.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 105.04899999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-21", - "total_cases": 8721.0, - "new_cases": 74.0, - "new_cases_smoothed": 64.571, - "total_deaths": 304.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 814.363, - "new_cases_per_million": 6.91, - "new_cases_smoothed_per_million": 6.03, - "total_deaths_per_million": 28.387, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 7290.0, - "total_tests": 387569.0, - "total_tests_per_thousand": 36.191, - "new_tests_per_thousand": 0.681, - "new_tests_smoothed": 6449.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 99.874, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-22", - "total_cases": 8754.0, - "new_cases": 33.0, - "new_cases_smoothed": 57.571, - "total_deaths": 306.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 817.445, - "new_cases_per_million": 3.082, - "new_cases_smoothed_per_million": 5.376, - "total_deaths_per_million": 28.574, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 7748.0, - "total_tests": 395317.0, - "total_tests_per_thousand": 36.915, - "new_tests_per_thousand": 0.724, - "new_tests_smoothed": 6586.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 114.397, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-23", - "total_cases": 8813.0, - "new_cases": 59.0, - "new_cases_smoothed": 58.143, - "total_deaths": 312.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 822.954, - "new_cases_per_million": 5.509, - "new_cases_smoothed_per_million": 5.429, - "total_deaths_per_million": 29.134, - "new_deaths_per_million": 0.56, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 5059.0, - "total_tests": 400376.0, - "total_tests_per_thousand": 37.387, - "new_tests_per_thousand": 0.472, - "new_tests_smoothed": 6709.0, - "new_tests_smoothed_per_thousand": 0.626, - "tests_per_case": 115.38799999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-24", - "total_cases": 8890.0, - "new_cases": 77.0, - "new_cases_smoothed": 62.143, - "total_deaths": 314.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 830.144, - "new_cases_per_million": 7.19, - "new_cases_smoothed_per_million": 5.803, - "total_deaths_per_million": 29.321, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.24, - "new_tests": 3849.0, - "total_tests": 404225.0, - "total_tests_per_thousand": 37.746, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 6751.0, - "new_tests_smoothed_per_thousand": 0.63, - "tests_per_case": 108.637, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-05-25", - "total_cases": 8957.0, - "new_cases": 67.0, - "new_cases_smoothed": 68.857, - "total_deaths": 315.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 836.401, - "new_cases_per_million": 6.256, - "new_cases_smoothed_per_million": 6.43, - "total_deaths_per_million": 29.415, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.24, - "new_tests": 7508.0, - "total_tests": 411733.0, - "total_tests_per_thousand": 38.447, - "new_tests_per_thousand": 0.701, - "new_tests_smoothed": 6758.0, - "new_tests_smoothed_per_thousand": 0.631, - "tests_per_case": 98.145, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-26", - "total_cases": 9004.0, - "new_cases": 47.0, - "new_cases_smoothed": 59.714, - "total_deaths": 317.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 840.79, - "new_cases_per_million": 4.389, - "new_cases_smoothed_per_million": 5.576, - "total_deaths_per_million": 29.601, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 7241.0, - "total_tests": 418974.0, - "total_tests_per_thousand": 39.124, - "new_tests_per_thousand": 0.676, - "new_tests_smoothed": 6602.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 110.56, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-27", - "total_cases": 9050.0, - "new_cases": 46.0, - "new_cases_smoothed": 57.571, - "total_deaths": 317.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 845.085, - "new_cases_per_million": 4.295, - "new_cases_smoothed_per_million": 5.376, - "total_deaths_per_million": 29.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 6846.0, - "total_tests": 425820.0, - "total_tests_per_thousand": 39.763, - "new_tests_per_thousand": 0.639, - "new_tests_smoothed": 6506.0, - "new_tests_smoothed_per_thousand": 0.608, - "tests_per_case": 113.007, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-28", - "total_cases": 9086.0, - "new_cases": 36.0, - "new_cases_smoothed": 52.143, - "total_deaths": 317.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 848.447, - "new_cases_per_million": 3.362, - "new_cases_smoothed_per_million": 4.869, - "total_deaths_per_million": 29.601, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 6013.0, - "total_tests": 431833.0, - "total_tests_per_thousand": 40.324, - "new_tests_per_thousand": 0.561, - "new_tests_smoothed": 6323.0, - "new_tests_smoothed_per_thousand": 0.59, - "tests_per_case": 121.26299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-29", - "total_cases": 9140.0, - "new_cases": 54.0, - "new_cases_smoothed": 55.143, - "total_deaths": 319.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 853.489, - "new_cases_per_million": 5.042, - "new_cases_smoothed_per_million": 5.149, - "total_deaths_per_million": 29.788, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 6113.0, - "total_tests": 437946.0, - "total_tests_per_thousand": 40.895, - "new_tests_per_thousand": 0.571, - "new_tests_smoothed": 6090.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_per_case": 110.44, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-30", - "total_cases": 9196.0, - "new_cases": 56.0, - "new_cases_smoothed": 54.714, - "total_deaths": 319.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 858.718, - "new_cases_per_million": 5.229, - "new_cases_smoothed_per_million": 5.109, - "total_deaths_per_million": 29.788, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 3548.0, - "total_tests": 441494.0, - "total_tests_per_thousand": 41.227, - "new_tests_per_thousand": 0.331, - "new_tests_smoothed": 5874.0, - "new_tests_smoothed_per_thousand": 0.549, - "tests_per_case": 107.35799999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-05-31", - "total_cases": 9230.0, - "new_cases": 34.0, - "new_cases_smoothed": 48.571, - "total_deaths": 319.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 861.893, - "new_cases_per_million": 3.175, - "new_cases_smoothed_per_million": 4.536, - "total_deaths_per_million": 29.788, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 2141.0, - "total_tests": 443635.0, - "total_tests_per_thousand": 41.426, - "new_tests_per_thousand": 0.2, - "new_tests_smoothed": 5630.0, - "new_tests_smoothed_per_thousand": 0.526, - "tests_per_case": 115.912, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 45.37 - }, - { - "date": "2020-06-01", - "total_cases": 9273.0, - "new_cases": 43.0, - "new_cases_smoothed": 45.143, - "total_deaths": 320.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 865.909, - "new_cases_per_million": 4.015, - "new_cases_smoothed_per_million": 4.215, - "total_deaths_per_million": 29.881, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 5721.0, - "total_tests": 449356.0, - "total_tests_per_thousand": 41.961, - "new_tests_per_thousand": 0.534, - "new_tests_smoothed": 5375.0, - "new_tests_smoothed_per_thousand": 0.502, - "tests_per_case": 119.066, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-02", - "total_cases": 9302.0, - "new_cases": 29.0, - "new_cases_smoothed": 42.571, - "total_deaths": 321.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 868.617, - "new_cases_per_million": 2.708, - "new_cases_smoothed_per_million": 3.975, - "total_deaths_per_million": 29.975, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 6478.0, - "total_tests": 455834.0, - "total_tests_per_thousand": 42.566, - "new_tests_per_thousand": 0.605, - "new_tests_smoothed": 5266.0, - "new_tests_smoothed_per_thousand": 0.492, - "tests_per_case": 123.698, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-03", - "total_cases": 9364.0, - "new_cases": 62.0, - "new_cases_smoothed": 44.857, - "total_deaths": 323.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 874.406, - "new_cases_per_million": 5.79, - "new_cases_smoothed_per_million": 4.189, - "total_deaths_per_million": 30.162, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 5313.0, - "total_tests": 461147.0, - "total_tests_per_thousand": 43.062, - "new_tests_per_thousand": 0.496, - "new_tests_smoothed": 5047.0, - "new_tests_smoothed_per_thousand": 0.471, - "tests_per_case": 112.51299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-04", - "total_cases": 9438.0, - "new_cases": 74.0, - "new_cases_smoothed": 50.286, - "total_deaths": 324.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 881.316, - "new_cases_per_million": 6.91, - "new_cases_smoothed_per_million": 4.696, - "total_deaths_per_million": 30.255, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 5011.0, - "total_tests": 466158.0, - "total_tests_per_thousand": 43.53, - "new_tests_per_thousand": 0.468, - "new_tests_smoothed": 4904.0, - "new_tests_smoothed_per_thousand": 0.458, - "tests_per_case": 97.523, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-05", - "total_cases": 9494.0, - "new_cases": 56.0, - "new_cases_smoothed": 50.571, - "total_deaths": 326.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 886.546, - "new_cases_per_million": 5.229, - "new_cases_smoothed_per_million": 4.722, - "total_deaths_per_million": 30.442, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 4173.0, - "total_tests": 470331.0, - "total_tests_per_thousand": 43.919, - "new_tests_per_thousand": 0.39, - "new_tests_smoothed": 4626.0, - "new_tests_smoothed_per_thousand": 0.432, - "tests_per_case": 91.475, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-06", - "total_cases": 9529.0, - "new_cases": 35.0, - "new_cases_smoothed": 47.571, - "total_deaths": 327.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 889.814, - "new_cases_per_million": 3.268, - "new_cases_smoothed_per_million": 4.442, - "total_deaths_per_million": 30.535, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 2150.0, - "total_tests": 472481.0, - "total_tests_per_thousand": 44.12, - "new_tests_per_thousand": 0.201, - "new_tests_smoothed": 4427.0, - "new_tests_smoothed_per_thousand": 0.413, - "tests_per_case": 93.06, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-07", - "total_cases": 9567.0, - "new_cases": 38.0, - "new_cases_smoothed": 48.143, - "total_deaths": 327.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 893.362, - "new_cases_per_million": 3.548, - "new_cases_smoothed_per_million": 4.496, - "total_deaths_per_million": 30.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 2127.0, - "total_tests": 474608.0, - "total_tests_per_thousand": 44.319, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 4425.0, - "new_tests_smoothed_per_thousand": 0.413, - "tests_per_case": 91.914, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-08", - "total_cases": 9628.0, - "new_cases": 61.0, - "new_cases_smoothed": 50.714, - "total_deaths": 327.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 899.058, - "new_cases_per_million": 5.696, - "new_cases_smoothed_per_million": 4.736, - "total_deaths_per_million": 30.535, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 4684.0, - "total_tests": 479292.0, - "total_tests_per_thousand": 44.756, - "new_tests_per_thousand": 0.437, - "new_tests_smoothed": 4277.0, - "new_tests_smoothed_per_thousand": 0.399, - "tests_per_case": 84.335, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-09", - "total_cases": 9697.0, - "new_cases": 69.0, - "new_cases_smoothed": 56.429, - "total_deaths": 328.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 905.502, - "new_cases_per_million": 6.443, - "new_cases_smoothed_per_million": 5.269, - "total_deaths_per_million": 30.628, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 4552.0, - "total_tests": 483844.0, - "total_tests_per_thousand": 45.181, - "new_tests_per_thousand": 0.425, - "new_tests_smoothed": 4001.0, - "new_tests_smoothed_per_thousand": 0.374, - "tests_per_case": 70.904, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-10", - "total_cases": 9751.0, - "new_cases": 54.0, - "new_cases_smoothed": 55.286, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 910.544, - "new_cases_per_million": 5.042, - "new_cases_smoothed_per_million": 5.163, - "total_deaths_per_million": 30.628, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 4068.0, - "total_tests": 487912.0, - "total_tests_per_thousand": 45.561, - "new_tests_per_thousand": 0.38, - "new_tests_smoothed": 3824.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_per_case": 69.168, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-11", - "total_cases": 9824.0, - "new_cases": 73.0, - "new_cases_smoothed": 55.143, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 917.361, - "new_cases_per_million": 6.817, - "new_cases_smoothed_per_million": 5.149, - "total_deaths_per_million": 30.628, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 3739.0, - "total_tests": 491651.0, - "total_tests_per_thousand": 45.91, - "new_tests_per_thousand": 0.349, - "new_tests_smoothed": 3642.0, - "new_tests_smoothed_per_thousand": 0.34, - "tests_per_case": 66.047, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-12", - "total_cases": 9886.0, - "new_cases": 62.0, - "new_cases_smoothed": 56.0, - "total_deaths": 329.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 923.15, - "new_cases_per_million": 5.79, - "new_cases_smoothed_per_million": 5.229, - "total_deaths_per_million": 30.722, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 3726.0, - "total_tests": 495377.0, - "total_tests_per_thousand": 46.258, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 3578.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 63.893, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-13", - "total_cases": 9938.0, - "new_cases": 52.0, - "new_cases_smoothed": 58.429, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 928.006, - "new_cases_per_million": 4.856, - "new_cases_smoothed_per_million": 5.456, - "total_deaths_per_million": 30.722, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1652.0, - "total_tests": 497029.0, - "total_tests_per_thousand": 46.412, - "new_tests_per_thousand": 0.154, - "new_tests_smoothed": 3507.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_per_case": 60.022, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-14", - "total_cases": 9991.0, - "new_cases": 53.0, - "new_cases_smoothed": 60.571, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 932.955, - "new_cases_per_million": 4.949, - "new_cases_smoothed_per_million": 5.656, - "total_deaths_per_million": 30.722, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1121.0, - "total_tests": 498150.0, - "total_tests_per_thousand": 46.517, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 3363.0, - "new_tests_smoothed_per_thousand": 0.314, - "tests_per_case": 55.521, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-15", - "total_cases": 10024.0, - "new_cases": 33.0, - "new_cases_smoothed": 56.571, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 936.037, - "new_cases_per_million": 3.082, - "new_cases_smoothed_per_million": 5.283, - "total_deaths_per_million": 30.722, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 3673.0, - "total_tests": 501823.0, - "total_tests_per_thousand": 46.86, - "new_tests_per_thousand": 0.343, - "new_tests_smoothed": 3219.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_per_case": 56.902, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-16", - "total_cases": 10064.0, - "new_cases": 40.0, - "new_cases_smoothed": 52.429, - "total_deaths": 330.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 939.772, - "new_cases_per_million": 3.735, - "new_cases_smoothed_per_million": 4.896, - "total_deaths_per_million": 30.815, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 4023.0, - "total_tests": 505846.0, - "total_tests_per_thousand": 47.236, - "new_tests_per_thousand": 0.376, - "new_tests_smoothed": 3143.0, - "new_tests_smoothed_per_thousand": 0.293, - "tests_per_case": 59.948, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-17", - "total_cases": 10111.0, - "new_cases": 47.0, - "new_cases_smoothed": 51.429, - "total_deaths": 331.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 944.161, - "new_cases_per_million": 4.389, - "new_cases_smoothed_per_million": 4.802, - "total_deaths_per_million": 30.909, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 4036.0, - "total_tests": 509882.0, - "total_tests_per_thousand": 47.613, - "new_tests_per_thousand": 0.377, - "new_tests_smoothed": 3139.0, - "new_tests_smoothed_per_thousand": 0.293, - "tests_per_case": 61.036, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-18", - "total_cases": 10162.0, - "new_cases": 51.0, - "new_cases_smoothed": 48.286, - "total_deaths": 333.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 948.923, - "new_cases_per_million": 4.762, - "new_cases_smoothed_per_million": 4.509, - "total_deaths_per_million": 31.095, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 4403.0, - "total_tests": 514285.0, - "total_tests_per_thousand": 48.024, - "new_tests_per_thousand": 0.411, - "new_tests_smoothed": 3233.0, - "new_tests_smoothed_per_thousand": 0.302, - "tests_per_case": 66.956, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-19", - "total_cases": 10230.0, - "new_cases": 68.0, - "new_cases_smoothed": 49.143, - "total_deaths": 334.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 955.273, - "new_cases_per_million": 6.35, - "new_cases_smoothed_per_million": 4.589, - "total_deaths_per_million": 31.189, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 3574.0, - "total_tests": 517859.0, - "total_tests_per_thousand": 48.357, - "new_tests_per_thousand": 0.334, - "new_tests_smoothed": 3212.0, - "new_tests_smoothed_per_thousand": 0.3, - "tests_per_case": 65.36, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-20", - "total_cases": 10406.0, - "new_cases": 176.0, - "new_cases_smoothed": 66.857, - "total_deaths": 335.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 971.708, - "new_cases_per_million": 16.435, - "new_cases_smoothed_per_million": 6.243, - "total_deaths_per_million": 31.282, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 1699.0, - "total_tests": 519558.0, - "total_tests_per_thousand": 48.516, - "new_tests_per_thousand": 0.159, - "new_tests_smoothed": 3218.0, - "new_tests_smoothed_per_thousand": 0.3, - "tests_per_case": 48.132, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 41.67 - }, - { - "date": "2020-06-21", - "total_cases": 10448.0, - "new_cases": 42.0, - "new_cases_smoothed": 65.286, - "total_deaths": 336.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 975.63, - "new_cases_per_million": 3.922, - "new_cases_smoothed_per_million": 6.096, - "total_deaths_per_million": 31.376, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 1313.0, - "total_tests": 520871.0, - "total_tests_per_thousand": 48.639, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 3246.0, - "new_tests_smoothed_per_thousand": 0.303, - "tests_per_case": 49.72, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-22", - "total_cases": 10498.0, - "new_cases": 50.0, - "new_cases_smoothed": 67.714, - "total_deaths": 336.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 980.299, - "new_cases_per_million": 4.669, - "new_cases_smoothed_per_million": 6.323, - "total_deaths_per_million": 31.376, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 3910.0, - "total_tests": 524781.0, - "total_tests_per_thousand": 49.004, - "new_tests_per_thousand": 0.365, - "new_tests_smoothed": 3280.0, - "new_tests_smoothed_per_thousand": 0.306, - "tests_per_case": 48.43899999999999, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-23", - "total_cases": 10561.0, - "new_cases": 63.0, - "new_cases_smoothed": 71.0, - "total_deaths": 336.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 986.182, - "new_cases_per_million": 5.883, - "new_cases_smoothed_per_million": 6.63, - "total_deaths_per_million": 31.376, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 4567.0, - "total_tests": 529348.0, - "total_tests_per_thousand": 49.43, - "new_tests_per_thousand": 0.426, - "new_tests_smoothed": 3357.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_per_case": 47.282, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-24", - "total_cases": 10650.0, - "new_cases": 89.0, - "new_cases_smoothed": 77.0, - "total_deaths": 339.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 994.492, - "new_cases_per_million": 8.311, - "new_cases_smoothed_per_million": 7.19, - "total_deaths_per_million": 31.656, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 4287.0, - "total_tests": 533635.0, - "total_tests_per_thousand": 49.831, - "new_tests_per_thousand": 0.4, - "new_tests_smoothed": 3393.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_per_case": 44.065, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-25", - "total_cases": 10777.0, - "new_cases": 127.0, - "new_cases_smoothed": 87.857, - "total_deaths": 343.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1006.351, - "new_cases_per_million": 11.859, - "new_cases_smoothed_per_million": 8.204, - "total_deaths_per_million": 32.029, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 4047.0, - "total_tests": 537682.0, - "total_tests_per_thousand": 50.209, - "new_tests_per_thousand": 0.378, - "new_tests_smoothed": 3342.0, - "new_tests_smoothed_per_thousand": 0.312, - "tests_per_case": 38.039, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-26", - "total_cases": 10870.0, - "new_cases": 93.0, - "new_cases_smoothed": 91.429, - "total_deaths": 345.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1015.036, - "new_cases_per_million": 8.684, - "new_cases_smoothed_per_million": 8.538, - "total_deaths_per_million": 32.216, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 4533.0, - "total_tests": 542215.0, - "total_tests_per_thousand": 50.632, - "new_tests_per_thousand": 0.423, - "new_tests_smoothed": 3479.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_per_case": 38.052, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-27", - "total_cases": 11038.0, - "new_cases": 168.0, - "new_cases_smoothed": 90.286, - "total_deaths": 345.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1030.724, - "new_cases_per_million": 15.688, - "new_cases_smoothed_per_million": 8.431, - "total_deaths_per_million": 32.216, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 2554.0, - "total_tests": 544769.0, - "total_tests_per_thousand": 50.87, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 3602.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_per_case": 39.896, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-28", - "total_cases": 11298.0, - "new_cases": 260.0, - "new_cases_smoothed": 121.429, - "total_deaths": 347.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1055.002, - "new_cases_per_million": 24.279, - "new_cases_smoothed_per_million": 11.339, - "total_deaths_per_million": 32.403, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 2423.0, - "total_tests": 547192.0, - "total_tests_per_thousand": 51.097, - "new_tests_per_thousand": 0.226, - "new_tests_smoothed": 3760.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 30.965, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-29", - "total_cases": 11603.0, - "new_cases": 305.0, - "new_cases_smoothed": 157.857, - "total_deaths": 348.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1083.483, - "new_cases_per_million": 28.481, - "new_cases_smoothed_per_million": 14.741, - "total_deaths_per_million": 32.496, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 4485.0, - "total_tests": 551677.0, - "total_tests_per_thousand": 51.515, - "new_tests_per_thousand": 0.419, - "new_tests_smoothed": 3842.0, - "new_tests_smoothed_per_thousand": 0.359, - "tests_per_case": 24.338, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-06-30", - "total_cases": 11805.0, - "new_cases": 202.0, - "new_cases_smoothed": 177.714, - "total_deaths": 348.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1102.346, - "new_cases_per_million": 18.863, - "new_cases_smoothed_per_million": 16.595, - "total_deaths_per_million": 32.496, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 4412.0, - "total_tests": 556089.0, - "total_tests_per_thousand": 51.927, - "new_tests_per_thousand": 0.412, - "new_tests_smoothed": 3820.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_per_case": 21.495, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-01", - "total_cases": 11954.0, - "new_cases": 149.0, - "new_cases_smoothed": 186.286, - "total_deaths": 349.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1116.259, - "new_cases_per_million": 13.914, - "new_cases_smoothed_per_million": 17.395, - "total_deaths_per_million": 32.589, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 4593.0, - "total_tests": 560682.0, - "total_tests_per_thousand": 52.356, - "new_tests_per_thousand": 0.429, - "new_tests_smoothed": 3864.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 20.741999999999997, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-02", - "total_cases": 12046.0, - "new_cases": 92.0, - "new_cases_smoothed": 181.286, - "total_deaths": 349.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1124.85, - "new_cases_per_million": 8.591, - "new_cases_smoothed_per_million": 16.928, - "total_deaths_per_million": 32.589, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 4665.0, - "total_tests": 565347.0, - "total_tests_per_thousand": 52.792, - "new_tests_per_thousand": 0.436, - "new_tests_smoothed": 3952.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 21.8, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-03", - "total_cases": 12178.0, - "new_cases": 132.0, - "new_cases_smoothed": 186.857, - "total_deaths": 351.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1137.176, - "new_cases_per_million": 12.326, - "new_cases_smoothed_per_million": 17.449, - "total_deaths_per_million": 32.776, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 5109.0, - "total_tests": 570456.0, - "total_tests_per_thousand": 53.269, - "new_tests_per_thousand": 0.477, - "new_tests_smoothed": 4034.0, - "new_tests_smoothed_per_thousand": 0.377, - "tests_per_case": 21.589000000000002, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-04", - "total_cases": 12319.0, - "new_cases": 141.0, - "new_cases_smoothed": 183.0, - "total_deaths": 352.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1150.343, - "new_cases_per_million": 13.167, - "new_cases_smoothed_per_million": 17.088, - "total_deaths_per_million": 32.87, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 1687.0, - "total_tests": 572143.0, - "total_tests_per_thousand": 53.426, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 3911.0, - "new_tests_smoothed_per_thousand": 0.365, - "tests_per_case": 21.372, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-05", - "total_cases": 12440.0, - "new_cases": 121.0, - "new_cases_smoothed": 163.143, - "total_deaths": 351.0, - "new_deaths": -1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1161.642, - "new_cases_per_million": 11.299, - "new_cases_smoothed_per_million": 15.234, - "total_deaths_per_million": 32.776, - "new_deaths_per_million": -0.093, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 1524.0, - "total_tests": 573667.0, - "total_tests_per_thousand": 53.569, - "new_tests_per_thousand": 0.142, - "new_tests_smoothed": 3782.0, - "new_tests_smoothed_per_thousand": 0.353, - "tests_per_case": 23.182, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-06", - "total_cases": 12515.0, - "new_cases": 75.0, - "new_cases_smoothed": 130.286, - "total_deaths": 348.0, - "new_deaths": -3.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1168.645, - "new_cases_per_million": 7.003, - "new_cases_smoothed_per_million": 12.166, - "total_deaths_per_million": 32.496, - "new_deaths_per_million": -0.28, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1714.0, - "total_tests": 575381.0, - "total_tests_per_thousand": 53.729, - "new_tests_per_thousand": 0.16, - "new_tests_smoothed": 3386.0, - "new_tests_smoothed_per_thousand": 0.316, - "tests_per_case": 25.989, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-07", - "total_cases": 12566.0, - "new_cases": 51.0, - "new_cases_smoothed": 108.714, - "total_deaths": 350.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1173.408, - "new_cases_per_million": 4.762, - "new_cases_smoothed_per_million": 10.152, - "total_deaths_per_million": 32.683, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 4159.0, - "total_tests": 579540.0, - "total_tests_per_thousand": 54.117, - "new_tests_per_thousand": 0.388, - "new_tests_smoothed": 3350.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_per_case": 30.815, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-08", - "total_cases": 12685.0, - "new_cases": 119.0, - "new_cases_smoothed": 104.429, - "total_deaths": 351.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1184.52, - "new_cases_per_million": 11.112, - "new_cases_smoothed_per_million": 9.751, - "total_deaths_per_million": 32.776, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 5406.0, - "total_tests": 584946.0, - "total_tests_per_thousand": 54.622, - "new_tests_per_thousand": 0.505, - "new_tests_smoothed": 3466.0, - "new_tests_smoothed_per_thousand": 0.324, - "tests_per_case": 33.19, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-09", - "total_cases": 12814.0, - "new_cases": 129.0, - "new_cases_smoothed": 109.714, - "total_deaths": 351.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1196.566, - "new_cases_per_million": 12.046, - "new_cases_smoothed_per_million": 10.245, - "total_deaths_per_million": 32.776, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 4682.0, - "total_tests": 589628.0, - "total_tests_per_thousand": 55.059, - "new_tests_per_thousand": 0.437, - "new_tests_smoothed": 3469.0, - "new_tests_smoothed_per_thousand": 0.324, - "tests_per_case": 31.618000000000002, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-10", - "total_cases": 12919.0, - "new_cases": 105.0, - "new_cases_smoothed": 105.857, - "total_deaths": 352.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1206.371, - "new_cases_per_million": 9.805, - "new_cases_smoothed_per_million": 9.885, - "total_deaths_per_million": 32.87, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 5333.0, - "total_tests": 594961.0, - "total_tests_per_thousand": 55.557, - "new_tests_per_thousand": 0.498, - "new_tests_smoothed": 3501.0, - "new_tests_smoothed_per_thousand": 0.327, - "tests_per_case": 33.073, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-11", - "total_cases": 13062.0, - "new_cases": 143.0, - "new_cases_smoothed": 106.143, - "total_deaths": 352.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1219.724, - "new_cases_per_million": 13.353, - "new_cases_smoothed_per_million": 9.912, - "total_deaths_per_million": 32.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2321.0, - "total_tests": 597282.0, - "total_tests_per_thousand": 55.774, - "new_tests_per_thousand": 0.217, - "new_tests_smoothed": 3591.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 33.832, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-12", - "total_cases": 13115.0, - "new_cases": 53.0, - "new_cases_smoothed": 96.429, - "total_deaths": 352.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1224.673, - "new_cases_per_million": 4.949, - "new_cases_smoothed_per_million": 9.004, - "total_deaths_per_million": 32.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "new_tests": 1787.0, - "total_tests": 599069.0, - "total_tests_per_thousand": 55.941, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 3629.0, - "new_tests_smoothed_per_thousand": 0.339, - "tests_per_case": 37.634, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-13", - "total_cases": 13174.0, - "new_cases": 59.0, - "new_cases_smoothed": 94.143, - "total_deaths": 352.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1230.182, - "new_cases_per_million": 5.509, - "new_cases_smoothed_per_million": 8.791, - "total_deaths_per_million": 32.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 4424.0, - "total_tests": 603493.0, - "total_tests_per_thousand": 56.354, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 4016.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_per_case": 42.659, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-14", - "total_cases": 13238.0, - "new_cases": 64.0, - "new_cases_smoothed": 96.0, - "total_deaths": 353.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1236.159, - "new_cases_per_million": 5.976, - "new_cases_smoothed_per_million": 8.964, - "total_deaths_per_million": 32.963, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 4802.0, - "total_tests": 608295.0, - "total_tests_per_thousand": 56.802, - "new_tests_per_thousand": 0.448, - "new_tests_smoothed": 4108.0, - "new_tests_smoothed_per_thousand": 0.384, - "tests_per_case": 42.792, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-15", - "total_cases": 13341.0, - "new_cases": 103.0, - "new_cases_smoothed": 93.714, - "total_deaths": 355.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1245.777, - "new_cases_per_million": 9.618, - "new_cases_smoothed_per_million": 8.751, - "total_deaths_per_million": 33.15, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 4694.0, - "total_tests": 612989.0, - "total_tests_per_thousand": 57.241, - "new_tests_per_thousand": 0.438, - "new_tests_smoothed": 4006.0, - "new_tests_smoothed_per_thousand": 0.374, - "tests_per_case": 42.747, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-16", - "total_cases": 13475.0, - "new_cases": 134.0, - "new_cases_smoothed": 94.429, - "total_deaths": 355.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1258.29, - "new_cases_per_million": 12.513, - "new_cases_smoothed_per_million": 8.818, - "total_deaths_per_million": 33.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.053, - "new_tests": 4730.0, - "total_tests": 617719.0, - "total_tests_per_thousand": 57.682, - "new_tests_per_thousand": 0.442, - "new_tests_smoothed": 4013.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_per_case": 42.498000000000005, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-17", - "total_cases": 13612.0, - "new_cases": 137.0, - "new_cases_smoothed": 99.0, - "total_deaths": 355.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1271.083, - "new_cases_per_million": 12.793, - "new_cases_smoothed_per_million": 9.245, - "total_deaths_per_million": 33.15, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 4727.0, - "total_tests": 622446.0, - "total_tests_per_thousand": 58.124, - "new_tests_per_thousand": 0.441, - "new_tests_smoothed": 3926.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 39.657, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 34.72 - }, - { - "date": "2020-07-18", - "total_cases": 13742.0, - "new_cases": 130.0, - "new_cases_smoothed": 97.143, - "total_deaths": 358.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1283.222, - "new_cases_per_million": 12.139, - "new_cases_smoothed_per_million": 9.071, - "total_deaths_per_million": 33.43, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 2334.0, - "total_tests": 624780.0, - "total_tests_per_thousand": 58.342, - "new_tests_per_thousand": 0.218, - "new_tests_smoothed": 3928.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 40.435, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-19", - "total_cases": 13855.0, - "new_cases": 113.0, - "new_cases_smoothed": 105.714, - "total_deaths": 358.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1293.774, - "new_cases_per_million": 10.552, - "new_cases_smoothed_per_million": 9.872, - "total_deaths_per_million": 33.43, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 1830.0, - "total_tests": 626610.0, - "total_tests_per_thousand": 58.513, - "new_tests_per_thousand": 0.171, - "new_tests_smoothed": 3934.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 37.214, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-20", - "total_cases": 13945.0, - "new_cases": 90.0, - "new_cases_smoothed": 110.143, - "total_deaths": 359.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1302.178, - "new_cases_per_million": 8.404, - "new_cases_smoothed_per_million": 10.285, - "total_deaths_per_million": 33.523, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 5785.0, - "total_tests": 632395.0, - "total_tests_per_thousand": 59.053, - "new_tests_per_thousand": 0.54, - "new_tests_smoothed": 4129.0, - "new_tests_smoothed_per_thousand": 0.386, - "tests_per_case": 37.488, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-21", - "total_cases": 14098.0, - "new_cases": 153.0, - "new_cases_smoothed": 122.857, - "total_deaths": 359.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1316.465, - "new_cases_per_million": 14.287, - "new_cases_smoothed_per_million": 11.472, - "total_deaths_per_million": 33.523, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 6089.0, - "total_tests": 638484.0, - "total_tests_per_thousand": 59.621, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 4313.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 35.106, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-22", - "total_cases": 14324.0, - "new_cases": 226.0, - "new_cases_smoothed": 140.429, - "total_deaths": 360.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1337.569, - "new_cases_per_million": 21.104, - "new_cases_smoothed_per_million": 13.113, - "total_deaths_per_million": 33.617, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 6609.0, - "total_tests": 645093.0, - "total_tests_per_thousand": 60.238, - "new_tests_per_thousand": 0.617, - "new_tests_smoothed": 4586.0, - "new_tests_smoothed_per_thousand": 0.428, - "tests_per_case": 32.657, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-23", - "total_cases": 14570.0, - "new_cases": 246.0, - "new_cases_smoothed": 156.429, - "total_deaths": 364.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1360.54, - "new_cases_per_million": 22.971, - "new_cases_smoothed_per_million": 14.607, - "total_deaths_per_million": 33.99, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 5557.0, - "total_tests": 650650.0, - "total_tests_per_thousand": 60.757, - "new_tests_per_thousand": 0.519, - "new_tests_smoothed": 4704.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 30.070999999999998, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-24", - "total_cases": 14800.0, - "new_cases": 230.0, - "new_cases_smoothed": 169.714, - "total_deaths": 365.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1382.017, - "new_cases_per_million": 21.477, - "new_cases_smoothed_per_million": 15.848, - "total_deaths_per_million": 34.084, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 6238.0, - "total_tests": 656888.0, - "total_tests_per_thousand": 61.34, - "new_tests_per_thousand": 0.583, - "new_tests_smoothed": 4920.0, - "new_tests_smoothed_per_thousand": 0.459, - "tests_per_case": 28.99, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-25", - "total_cases": 15081.0, - "new_cases": 281.0, - "new_cases_smoothed": 191.286, - "total_deaths": 368.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1408.257, - "new_cases_per_million": 26.24, - "new_cases_smoothed_per_million": 17.862, - "total_deaths_per_million": 34.364, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 3337.0, - "total_tests": 660225.0, - "total_tests_per_thousand": 61.652, - "new_tests_per_thousand": 0.312, - "new_tests_smoothed": 5064.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_per_case": 26.473000000000003, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-26", - "total_cases": 15212.0, - "new_cases": 131.0, - "new_cases_smoothed": 193.857, - "total_deaths": 368.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1420.49, - "new_cases_per_million": 12.233, - "new_cases_smoothed_per_million": 18.102, - "total_deaths_per_million": 34.364, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 1781.0, - "total_tests": 662006.0, - "total_tests_per_thousand": 61.818, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 5057.0, - "new_tests_smoothed_per_thousand": 0.472, - "tests_per_case": 26.086, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 37.5 - }, - { - "date": "2020-07-27", - "total_cases": 15324.0, - "new_cases": 112.0, - "new_cases_smoothed": 197.0, - "total_deaths": 371.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1430.948, - "new_cases_per_million": 10.459, - "new_cases_smoothed_per_million": 18.396, - "total_deaths_per_million": 34.644, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 6527.0, - "total_tests": 668533.0, - "total_tests_per_thousand": 62.427, - "new_tests_per_thousand": 0.609, - "new_tests_smoothed": 5163.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_per_case": 26.208000000000002, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-28", - "total_cases": 15516.0, - "new_cases": 192.0, - "new_cases_smoothed": 202.571, - "total_deaths": 373.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1448.877, - "new_cases_per_million": 17.929, - "new_cases_smoothed_per_million": 18.916, - "total_deaths_per_million": 34.831, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 7877.0, - "total_tests": 676410.0, - "total_tests_per_thousand": 63.163, - "new_tests_per_thousand": 0.736, - "new_tests_smoothed": 5418.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_per_case": 26.746, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-29", - "total_cases": 15799.0, - "new_cases": 283.0, - "new_cases_smoothed": 210.714, - "total_deaths": 373.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1475.304, - "new_cases_per_million": 26.426, - "new_cases_smoothed_per_million": 19.676, - "total_deaths_per_million": 34.831, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 7492.0, - "total_tests": 683902.0, - "total_tests_per_thousand": 63.862, - "new_tests_per_thousand": 0.7, - "new_tests_smoothed": 5544.0, - "new_tests_smoothed_per_thousand": 0.518, - "tests_per_case": 26.311, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-30", - "total_cases": 16093.0, - "new_cases": 294.0, - "new_cases_smoothed": 217.571, - "total_deaths": 374.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1502.757, - "new_cases_per_million": 27.454, - "new_cases_smoothed_per_million": 20.317, - "total_deaths_per_million": 34.924, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 7610.0, - "total_tests": 691512.0, - "total_tests_per_thousand": 64.573, - "new_tests_per_thousand": 0.711, - "new_tests_smoothed": 5837.0, - "new_tests_smoothed_per_thousand": 0.545, - "tests_per_case": 26.828000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-07-31", - "total_cases": 16342.0, - "new_cases": 249.0, - "new_cases_smoothed": 220.286, - "total_deaths": 379.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1526.009, - "new_cases_per_million": 23.252, - "new_cases_smoothed_per_million": 20.57, - "total_deaths_per_million": 35.391, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 8178.0, - "total_tests": 699690.0, - "total_tests_per_thousand": 65.337, - "new_tests_per_thousand": 0.764, - "new_tests_smoothed": 6115.0, - "new_tests_smoothed_per_thousand": 0.571, - "tests_per_case": 27.759, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-01", - "total_cases": 16574.0, - "new_cases": 232.0, - "new_cases_smoothed": 213.286, - "total_deaths": 382.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1547.673, - "new_cases_per_million": 21.664, - "new_cases_smoothed_per_million": 19.917, - "total_deaths_per_million": 35.671, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 4703.0, - "total_tests": 704393.0, - "total_tests_per_thousand": 65.776, - "new_tests_per_thousand": 0.439, - "new_tests_smoothed": 6310.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 29.585, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-02", - "total_cases": 16699.0, - "new_cases": 125.0, - "new_cases_smoothed": 212.429, - "total_deaths": 383.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1559.345, - "new_cases_per_million": 11.672, - "new_cases_smoothed_per_million": 19.836, - "total_deaths_per_million": 35.764, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 2647.0, - "total_tests": 707040.0, - "total_tests_per_thousand": 66.023, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 6433.0, - "new_tests_smoothed_per_thousand": 0.601, - "tests_per_case": 30.283, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-03", - "total_cases": 16800.0, - "new_cases": 101.0, - "new_cases_smoothed": 210.857, - "total_deaths": 383.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1568.777, - "new_cases_per_million": 9.431, - "new_cases_smoothed_per_million": 19.69, - "total_deaths_per_million": 35.764, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 7719.0, - "total_tests": 714759.0, - "total_tests_per_thousand": 66.744, - "new_tests_per_thousand": 0.721, - "new_tests_smoothed": 6604.0, - "new_tests_smoothed_per_thousand": 0.617, - "tests_per_case": 31.32, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-04", - "total_cases": 17008.0, - "new_cases": 208.0, - "new_cases_smoothed": 213.143, - "total_deaths": 383.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1588.2, - "new_cases_per_million": 19.423, - "new_cases_smoothed_per_million": 19.903, - "total_deaths_per_million": 35.764, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 8391.0, - "total_tests": 723150.0, - "total_tests_per_thousand": 67.527, - "new_tests_per_thousand": 0.784, - "new_tests_smoothed": 6677.0, - "new_tests_smoothed_per_thousand": 0.623, - "tests_per_case": 31.326, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-05", - "total_cases": 17286.0, - "new_cases": 278.0, - "new_cases_smoothed": 212.429, - "total_deaths": 383.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1614.159, - "new_cases_per_million": 25.96, - "new_cases_smoothed_per_million": 19.836, - "total_deaths_per_million": 35.764, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 6926.0, - "total_tests": 730076.0, - "total_tests_per_thousand": 68.174, - "new_tests_per_thousand": 0.647, - "new_tests_smoothed": 6596.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 31.05, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-06", - "total_cases": 17529.0, - "new_cases": 243.0, - "new_cases_smoothed": 205.143, - "total_deaths": 388.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1636.85, - "new_cases_per_million": 22.691, - "new_cases_smoothed_per_million": 19.156, - "total_deaths_per_million": 36.231, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 7349.0, - "total_tests": 737425.0, - "total_tests_per_thousand": 68.86, - "new_tests_per_thousand": 0.686, - "new_tests_smoothed": 6559.0, - "new_tests_smoothed_per_thousand": 0.612, - "tests_per_case": 31.973000000000003, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-07", - "total_cases": 17740.0, - "new_cases": 211.0, - "new_cases_smoothed": 199.714, - "total_deaths": 389.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1656.553, - "new_cases_per_million": 19.703, - "new_cases_smoothed_per_million": 18.649, - "total_deaths_per_million": 36.325, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 9186.0, - "total_tests": 746611.0, - "total_tests_per_thousand": 69.718, - "new_tests_per_thousand": 0.858, - "new_tests_smoothed": 6703.0, - "new_tests_smoothed_per_thousand": 0.626, - "tests_per_case": 33.563, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-08", - "total_cases": 18060.0, - "new_cases": 320.0, - "new_cases_smoothed": 212.286, - "total_deaths": 389.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1686.435, - "new_cases_per_million": 29.881, - "new_cases_smoothed_per_million": 19.823, - "total_deaths_per_million": 36.325, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 5488.0, - "total_tests": 752099.0, - "total_tests_per_thousand": 70.231, - "new_tests_per_thousand": 0.512, - "new_tests_smoothed": 6815.0, - "new_tests_smoothed_per_thousand": 0.636, - "tests_per_case": 32.103, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-09", - "total_cases": 18235.0, - "new_cases": 175.0, - "new_cases_smoothed": 219.429, - "total_deaths": 389.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1702.776, - "new_cases_per_million": 16.341, - "new_cases_smoothed_per_million": 20.49, - "total_deaths_per_million": 36.325, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 2860.0, - "total_tests": 754959.0, - "total_tests_per_thousand": 70.498, - "new_tests_per_thousand": 0.267, - "new_tests_smoothed": 6846.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 31.199, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-10", - "total_cases": 18355.0, - "new_cases": 120.0, - "new_cases_smoothed": 222.143, - "total_deaths": 389.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1713.982, - "new_cases_per_million": 11.206, - "new_cases_smoothed_per_million": 20.744, - "total_deaths_per_million": 36.325, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 6363.0, - "total_tests": 761322.0, - "total_tests_per_thousand": 71.092, - "new_tests_per_thousand": 0.594, - "new_tests_smoothed": 6652.0, - "new_tests_smoothed_per_thousand": 0.621, - "tests_per_case": 29.945, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-11", - "total_cases": 18494.0, - "new_cases": 139.0, - "new_cases_smoothed": 212.286, - "total_deaths": 389.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1726.962, - "new_cases_per_million": 12.98, - "new_cases_smoothed_per_million": 19.823, - "total_deaths_per_million": 36.325, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 8454.0, - "total_tests": 769776.0, - "total_tests_per_thousand": 71.881, - "new_tests_per_thousand": 0.789, - "new_tests_smoothed": 6661.0, - "new_tests_smoothed_per_thousand": 0.622, - "tests_per_case": 31.378, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-12", - "total_cases": 18783.0, - "new_cases": 289.0, - "new_cases_smoothed": 213.857, - "total_deaths": 391.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1753.948, - "new_cases_per_million": 26.987, - "new_cases_smoothed_per_million": 19.97, - "total_deaths_per_million": 36.511, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 7758.0, - "total_tests": 777534.0, - "total_tests_per_thousand": 72.606, - "new_tests_per_thousand": 0.724, - "new_tests_smoothed": 6780.0, - "new_tests_smoothed_per_thousand": 0.633, - "tests_per_case": 31.703000000000003, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-13", - "total_cases": 19075.0, - "new_cases": 292.0, - "new_cases_smoothed": 220.857, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1781.215, - "new_cases_per_million": 27.267, - "new_cases_smoothed_per_million": 20.624, - "total_deaths_per_million": 36.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 7193.0, - "total_tests": 784727.0, - "total_tests_per_thousand": 73.277, - "new_tests_per_thousand": 0.672, - "new_tests_smoothed": 6757.0, - "new_tests_smoothed_per_thousand": 0.631, - "tests_per_case": 30.594, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-14", - "total_cases": 19401.0, - "new_cases": 326.0, - "new_cases_smoothed": 237.286, - "total_deaths": 391.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1811.657, - "new_cases_per_million": 30.442, - "new_cases_smoothed_per_million": 22.158, - "total_deaths_per_million": 36.511, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 7793.0, - "total_tests": 792520.0, - "total_tests_per_thousand": 74.005, - "new_tests_per_thousand": 0.728, - "new_tests_smoothed": 6558.0, - "new_tests_smoothed_per_thousand": 0.612, - "tests_per_case": 27.638, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-15", - "total_cases": 19693.0, - "new_cases": 292.0, - "new_cases_smoothed": 233.286, - "total_deaths": 394.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1838.924, - "new_cases_per_million": 27.267, - "new_cases_smoothed_per_million": 21.784, - "total_deaths_per_million": 36.792, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.067, - "new_tests": 4942.0, - "total_tests": 797462.0, - "total_tests_per_thousand": 74.467, - "new_tests_per_thousand": 0.461, - "new_tests_smoothed": 6480.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 27.776999999999997, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-16", - "total_cases": 19891.0, - "new_cases": 198.0, - "new_cases_smoothed": 236.571, - "total_deaths": 395.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1857.413, - "new_cases_per_million": 18.489, - "new_cases_smoothed_per_million": 22.091, - "total_deaths_per_million": 36.885, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.08, - "new_tests": 2872.0, - "total_tests": 800334.0, - "total_tests_per_thousand": 74.735, - "new_tests_per_thousand": 0.268, - "new_tests_smoothed": 6482.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 27.4, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-17", - "total_cases": 20012.0, - "new_cases": 121.0, - "new_cases_smoothed": 236.714, - "total_deaths": 397.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1868.712, - "new_cases_per_million": 11.299, - "new_cases_smoothed_per_million": 22.104, - "total_deaths_per_million": 37.072, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 7192.0, - "total_tests": 807526.0, - "total_tests_per_thousand": 75.406, - "new_tests_per_thousand": 0.672, - "new_tests_smoothed": 6601.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 27.886, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-18", - "total_cases": 20202.0, - "new_cases": 190.0, - "new_cases_smoothed": 244.0, - "total_deaths": 399.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1886.454, - "new_cases_per_million": 17.742, - "new_cases_smoothed_per_million": 22.785, - "total_deaths_per_million": 37.258, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 7599.0, - "total_tests": 815125.0, - "total_tests_per_thousand": 76.116, - "new_tests_per_thousand": 0.71, - "new_tests_smoothed": 6478.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 26.549, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-19", - "total_cases": 20483.0, - "new_cases": 281.0, - "new_cases_smoothed": 242.857, - "total_deaths": 401.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1912.693, - "new_cases_per_million": 26.24, - "new_cases_smoothed_per_million": 22.678, - "total_deaths_per_million": 37.445, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 7546.0, - "total_tests": 822671.0, - "total_tests_per_thousand": 76.821, - "new_tests_per_thousand": 0.705, - "new_tests_smoothed": 6448.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 26.551, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-20", - "total_cases": 20798.0, - "new_cases": 315.0, - "new_cases_smoothed": 246.143, - "total_deaths": 404.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1942.108, - "new_cases_per_million": 29.415, - "new_cases_smoothed_per_million": 22.985, - "total_deaths_per_million": 37.725, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 8218.0, - "total_tests": 830889.0, - "total_tests_per_thousand": 77.588, - "new_tests_per_thousand": 0.767, - "new_tests_smoothed": 6595.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 26.793000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-21", - "total_cases": 21045.0, - "new_cases": 247.0, - "new_cases_smoothed": 234.857, - "total_deaths": 406.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1965.173, - "new_cases_per_million": 23.065, - "new_cases_smoothed_per_million": 21.931, - "total_deaths_per_million": 37.912, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 9682.0, - "total_tests": 840571.0, - "total_tests_per_thousand": 78.492, - "new_tests_per_thousand": 0.904, - "new_tests_smoothed": 6864.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 29.226, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-22", - "total_cases": 21551.0, - "new_cases": 506.0, - "new_cases_smoothed": 265.429, - "total_deaths": 411.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 2012.423, - "new_cases_per_million": 47.25, - "new_cases_smoothed_per_million": 24.786, - "total_deaths_per_million": 38.379, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.227, - "new_tests": 5113.0, - "total_tests": 845684.0, - "total_tests_per_thousand": 78.97, - "new_tests_per_thousand": 0.477, - "new_tests_smoothed": 6889.0, - "new_tests_smoothed_per_thousand": 0.643, - "tests_per_case": 25.954, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-23", - "total_cases": 21790.0, - "new_cases": 239.0, - "new_cases_smoothed": 271.286, - "total_deaths": 411.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 2034.741, - "new_cases_per_million": 22.318, - "new_cases_smoothed_per_million": 25.333, - "total_deaths_per_million": 38.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 2397.0, - "total_tests": 848081.0, - "total_tests_per_thousand": 79.193, - "new_tests_per_thousand": 0.224, - "new_tests_smoothed": 6821.0, - "new_tests_smoothed_per_thousand": 0.637, - "tests_per_case": 25.143, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-24", - "total_cases": 21923.0, - "new_cases": 133.0, - "new_cases_smoothed": 273.0, - "total_deaths": 412.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 2047.16, - "new_cases_per_million": 12.419, - "new_cases_smoothed_per_million": 25.493, - "total_deaths_per_million": 38.472, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 7396.0, - "total_tests": 855477.0, - "total_tests_per_thousand": 79.884, - "new_tests_per_thousand": 0.691, - "new_tests_smoothed": 6850.0, - "new_tests_smoothed_per_thousand": 0.64, - "tests_per_case": 25.092, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-25", - "total_cases": 22181.0, - "new_cases": 258.0, - "new_cases_smoothed": 282.714, - "total_deaths": 415.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 2071.252, - "new_cases_per_million": 24.092, - "new_cases_smoothed_per_million": 26.4, - "total_deaths_per_million": 38.753, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 8757.0, - "total_tests": 864234.0, - "total_tests_per_thousand": 80.702, - "new_tests_per_thousand": 0.818, - "new_tests_smoothed": 7016.0, - "new_tests_smoothed_per_thousand": 0.655, - "tests_per_case": 24.816999999999997, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-26", - "total_cases": 22548.0, - "new_cases": 367.0, - "new_cases_smoothed": 295.0, - "total_deaths": 416.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 2105.522, - "new_cases_per_million": 34.27, - "new_cases_smoothed_per_million": 27.547, - "total_deaths_per_million": 38.846, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.2, - "new_tests": 8854.0, - "total_tests": 873088.0, - "total_tests_per_thousand": 81.529, - "new_tests_per_thousand": 0.827, - "new_tests_smoothed": 7202.0, - "new_tests_smoothed_per_thousand": 0.673, - "tests_per_case": 24.414, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-27", - "total_cases": 22951.0, - "new_cases": 403.0, - "new_cases_smoothed": 307.571, - "total_deaths": 418.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 2143.154, - "new_cases_per_million": 37.632, - "new_cases_smoothed_per_million": 28.721, - "total_deaths_per_million": 39.033, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 9193.0, - "total_tests": 882281.0, - "total_tests_per_thousand": 82.387, - "new_tests_per_thousand": 0.858, - "new_tests_smoothed": 7342.0, - "new_tests_smoothed_per_thousand": 0.686, - "tests_per_case": 23.871, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-28", - "total_cases": 23300.0, - "new_cases": 349.0, - "new_cases_smoothed": 322.143, - "total_deaths": 418.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 2175.744, - "new_cases_per_million": 32.589, - "new_cases_smoothed_per_million": 30.082, - "total_deaths_per_million": 39.033, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 10790.0, - "total_tests": 893071.0, - "total_tests_per_thousand": 83.395, - "new_tests_per_thousand": 1.008, - "new_tests_smoothed": 7500.0, - "new_tests_smoothed_per_thousand": 0.7, - "tests_per_case": 23.281999999999996, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-29", - "total_cases": 23777.0, - "new_cases": 477.0, - "new_cases_smoothed": 318.0, - "total_deaths": 419.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2220.286, - "new_cases_per_million": 44.542, - "new_cases_smoothed_per_million": 29.695, - "total_deaths_per_million": 39.126, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 6568.0, - "total_tests": 899639.0, - "total_tests_per_thousand": 84.008, - "new_tests_per_thousand": 0.613, - "new_tests_smoothed": 7708.0, - "new_tests_smoothed_per_thousand": 0.72, - "tests_per_case": 24.239, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-30", - "total_cases": 24094.0, - "new_cases": 317.0, - "new_cases_smoothed": 329.143, - "total_deaths": 421.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2249.887, - "new_cases_per_million": 29.601, - "new_cases_smoothed_per_million": 30.735, - "total_deaths_per_million": 39.313, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 3944.0, - "total_tests": 903583.0, - "total_tests_per_thousand": 84.376, - "new_tests_per_thousand": 0.368, - "new_tests_smoothed": 7929.0, - "new_tests_smoothed_per_thousand": 0.74, - "tests_per_case": 24.09, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-08-31", - "total_cases": 24367.0, - "new_cases": 273.0, - "new_cases_smoothed": 349.143, - "total_deaths": 423.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 2275.38, - "new_cases_per_million": 25.493, - "new_cases_smoothed_per_million": 32.603, - "total_deaths_per_million": 39.5, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 9353.0, - "total_tests": 912936.0, - "total_tests_per_thousand": 85.25, - "new_tests_per_thousand": 0.873, - "new_tests_smoothed": 8208.0, - "new_tests_smoothed_per_thousand": 0.766, - "tests_per_case": 23.509, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-01", - "total_cases": 24618.0, - "new_cases": 251.0, - "new_cases_smoothed": 348.143, - "total_deaths": 424.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2298.818, - "new_cases_per_million": 23.438, - "new_cases_smoothed_per_million": 32.509, - "total_deaths_per_million": 39.593, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 11124.0, - "total_tests": 924060.0, - "total_tests_per_thousand": 86.288, - "new_tests_per_thousand": 1.039, - "new_tests_smoothed": 8547.0, - "new_tests_smoothed_per_thousand": 0.798, - "tests_per_case": 24.55, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-02", - "total_cases": 25117.0, - "new_cases": 499.0, - "new_cases_smoothed": 367.0, - "total_deaths": 425.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2345.414, - "new_cases_per_million": 46.596, - "new_cases_smoothed_per_million": 34.27, - "total_deaths_per_million": 39.686, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.12, - "new_tests": 11798.0, - "total_tests": 935858.0, - "total_tests_per_thousand": 87.39, - "new_tests_per_thousand": 1.102, - "new_tests_smoothed": 8967.0, - "new_tests_smoothed_per_thousand": 0.837, - "tests_per_case": 24.433000000000003, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-03", - "total_cases": 25773.0, - "new_cases": 656.0, - "new_cases_smoothed": 403.143, - "total_deaths": 425.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2406.671, - "new_cases_per_million": 61.257, - "new_cases_smoothed_per_million": 37.645, - "total_deaths_per_million": 39.686, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 11533.0, - "total_tests": 947391.0, - "total_tests_per_thousand": 88.467, - "new_tests_per_thousand": 1.077, - "new_tests_smoothed": 9301.0, - "new_tests_smoothed_per_thousand": 0.869, - "tests_per_case": 23.070999999999998, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-04", - "total_cases": 26452.0, - "new_cases": 679.0, - "new_cases_smoothed": 450.286, - "total_deaths": 426.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2470.076, - "new_cases_per_million": 63.405, - "new_cases_smoothed_per_million": 42.047, - "total_deaths_per_million": 39.78, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 13593.0, - "total_tests": 960984.0, - "total_tests_per_thousand": 89.736, - "new_tests_per_thousand": 1.269, - "new_tests_smoothed": 9702.0, - "new_tests_smoothed_per_thousand": 0.906, - "tests_per_case": 21.546, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-05", - "total_cases": 27249.0, - "new_cases": 797.0, - "new_cases_smoothed": 496.0, - "total_deaths": 429.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2544.5, - "new_cases_per_million": 74.424, - "new_cases_smoothed_per_million": 46.316, - "total_deaths_per_million": 40.06, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 7466.0, - "total_tests": 968450.0, - "total_tests_per_thousand": 90.433, - "new_tests_per_thousand": 0.697, - "new_tests_smoothed": 9830.0, - "new_tests_smoothed_per_thousand": 0.918, - "tests_per_case": 19.819000000000003, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-06", - "total_cases": 27752.0, - "new_cases": 503.0, - "new_cases_smoothed": 522.571, - "total_deaths": 431.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2591.469, - "new_cases_per_million": 46.97, - "new_cases_smoothed_per_million": 48.797, - "total_deaths_per_million": 40.247, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 4535.0, - "total_tests": 972985.0, - "total_tests_per_thousand": 90.857, - "new_tests_per_thousand": 0.423, - "new_tests_smoothed": 9915.0, - "new_tests_smoothed_per_thousand": 0.926, - "tests_per_case": 18.973, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-07", - "total_cases": 28156.0, - "new_cases": 404.0, - "new_cases_smoothed": 541.286, - "total_deaths": 436.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 2629.195, - "new_cases_per_million": 37.725, - "new_cases_smoothed_per_million": 50.545, - "total_deaths_per_million": 40.713, - "new_deaths_per_million": 0.467, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 11576.0, - "total_tests": 984561.0, - "total_tests_per_thousand": 91.938, - "new_tests_per_thousand": 1.081, - "new_tests_smoothed": 10232.0, - "new_tests_smoothed_per_thousand": 0.955, - "tests_per_case": 18.903, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 36.11 - }, - { - "date": "2020-09-08", - "total_cases": 28716.0, - "new_cases": 560.0, - "new_cases_smoothed": 585.429, - "total_deaths": 437.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 2681.487, - "new_cases_per_million": 52.293, - "new_cases_smoothed_per_million": 54.667, - "total_deaths_per_million": 40.807, - "new_deaths_per_million": 0.093, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 16093.0, - "total_tests": 1000654.0, - "total_tests_per_thousand": 93.441, - "new_tests_per_thousand": 1.503, - "new_tests_smoothed": 10942.0, - "new_tests_smoothed_per_thousand": 1.022, - "tests_per_case": 18.691, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-09", - "total_cases": 29877.0, - "new_cases": 1161.0, - "new_cases_smoothed": 680.0, - "total_deaths": 441.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 2789.901, - "new_cases_per_million": 108.414, - "new_cases_smoothed_per_million": 63.498, - "total_deaths_per_million": 41.18, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 15474.0, - "total_tests": 1016128.0, - "total_tests_per_thousand": 94.886, - "new_tests_per_thousand": 1.445, - "new_tests_smoothed": 11467.0, - "new_tests_smoothed_per_thousand": 1.071, - "tests_per_case": 16.863, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-10", - "total_cases": 31036.0, - "new_cases": 1159.0, - "new_cases_smoothed": 751.857, - "total_deaths": 444.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 2898.128, - "new_cases_per_million": 108.227, - "new_cases_smoothed_per_million": 70.208, - "total_deaths_per_million": 41.461, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.253, - "new_tests": 16296.0, - "total_tests": 1032424.0, - "total_tests_per_thousand": 96.407, - "new_tests_per_thousand": 1.522, - "new_tests_smoothed": 12148.0, - "new_tests_smoothed_per_thousand": 1.134, - "tests_per_case": 16.157, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-11", - "total_cases": 32413.0, - "new_cases": 1377.0, - "new_cases_smoothed": 851.571, - "total_deaths": 448.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3026.712, - "new_cases_per_million": 128.584, - "new_cases_smoothed_per_million": 79.519, - "total_deaths_per_million": 41.834, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.293, - "new_tests": 19188.0, - "total_tests": 1051612.0, - "total_tests_per_thousand": 98.199, - "new_tests_per_thousand": 1.792, - "new_tests_smoothed": 12947.0, - "new_tests_smoothed_per_thousand": 1.209, - "tests_per_case": 15.204, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-12", - "total_cases": 33860.0, - "new_cases": 1447.0, - "new_cases_smoothed": 944.429, - "total_deaths": 450.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 3161.832, - "new_cases_per_million": 135.12, - "new_cases_smoothed_per_million": 88.19, - "total_deaths_per_million": 42.021, - "new_deaths_per_million": 0.187, - "new_deaths_smoothed_per_million": 0.28, - "new_tests": 13054.0, - "total_tests": 1064666.0, - "total_tests_per_thousand": 99.418, - "new_tests_per_thousand": 1.219, - "new_tests_smoothed": 13745.0, - "new_tests_smoothed_per_thousand": 1.284, - "tests_per_case": 14.554, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-13", - "total_cases": 35401.0, - "new_cases": 1541.0, - "new_cases_smoothed": 1092.714, - "total_deaths": 453.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 3305.73, - "new_cases_per_million": 143.898, - "new_cases_smoothed_per_million": 102.037, - "total_deaths_per_million": 42.301, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.293, - "new_tests": 7091.0, - "total_tests": 1071757.0, - "total_tests_per_thousand": 100.08, - "new_tests_per_thousand": 0.662, - "new_tests_smoothed": 14110.0, - "new_tests_smoothed_per_thousand": 1.318, - "tests_per_case": 12.913, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-14", - "total_cases": 36188.0, - "new_cases": 787.0, - "new_cases_smoothed": 1147.429, - "total_deaths": 456.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3379.219, - "new_cases_per_million": 73.49, - "new_cases_smoothed_per_million": 107.146, - "total_deaths_per_million": 42.581, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.267, - "new_tests": 17490.0, - "total_tests": 1089247.0, - "total_tests_per_thousand": 101.713, - "new_tests_per_thousand": 1.633, - "new_tests_smoothed": 14955.0, - "new_tests_smoothed_per_thousand": 1.396, - "tests_per_case": 13.033, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-15", - "total_cases": 37222.0, - "new_cases": 1034.0, - "new_cases_smoothed": 1215.143, - "total_deaths": 465.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 3475.774, - "new_cases_per_million": 96.554, - "new_cases_smoothed_per_million": 113.47, - "total_deaths_per_million": 43.421, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.374, - "new_tests": 20277.0, - "total_tests": 1109524.0, - "total_tests_per_thousand": 103.607, - "new_tests_per_thousand": 1.893, - "new_tests_smoothed": 15553.0, - "new_tests_smoothed_per_thousand": 1.452, - "tests_per_case": 12.799000000000001, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-16", - "total_cases": 38896.0, - "new_cases": 1674.0, - "new_cases_smoothed": 1288.429, - "total_deaths": 476.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 3632.091, - "new_cases_per_million": 156.317, - "new_cases_smoothed_per_million": 120.313, - "total_deaths_per_million": 44.449, - "new_deaths_per_million": 1.027, - "new_deaths_smoothed_per_million": 0.467, - "new_tests": 20459.0, - "total_tests": 1129983.0, - "total_tests_per_thousand": 105.517, - "new_tests_per_thousand": 1.91, - "new_tests_smoothed": 16265.0, - "new_tests_smoothed_per_thousand": 1.519, - "tests_per_case": 12.624, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 38.89 - }, - { - "date": "2020-09-17", - "total_cases": 41032.0, - "new_cases": 2136.0, - "new_cases_smoothed": 1428.0, - "total_deaths": 482.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 3831.55, - "new_cases_per_million": 199.459, - "new_cases_smoothed_per_million": 133.346, - "total_deaths_per_million": 45.009, - "new_deaths_per_million": 0.56, - "new_deaths_smoothed_per_million": 0.507, - "new_tests": 23427.0, - "total_tests": 1153410.0, - "total_tests_per_thousand": 107.705, - "new_tests_per_thousand": 2.188, - "new_tests_smoothed": 17284.0, - "new_tests_smoothed_per_thousand": 1.614, - "tests_per_case": 12.104000000000001, - "positive_rate": 0.083, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 44155.0, - "new_cases": 3123.0, - "new_cases_smoothed": 1677.429, - "total_deaths": 489.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 4123.174, - "new_cases_per_million": 291.624, - "new_cases_smoothed_per_million": 156.638, - "total_deaths_per_million": 45.663, - "new_deaths_per_million": 0.654, - "new_deaths_smoothed_per_million": 0.547, - "new_tests": 21546.0, - "total_tests": 1174956.0, - "total_tests_per_thousand": 109.717, - "new_tests_per_thousand": 2.012, - "new_tests_smoothed": 17621.0, - "new_tests_smoothed_per_thousand": 1.645, - "tests_per_case": 10.505, - "positive_rate": 0.095, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 46262.0, - "new_cases": 2107.0, - "new_cases_smoothed": 1771.714, - "total_deaths": 495.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 4319.925, - "new_cases_per_million": 196.751, - "new_cases_smoothed_per_million": 165.442, - "total_deaths_per_million": 46.223, - "new_deaths_per_million": 0.56, - "new_deaths_smoothed_per_million": 0.6, - "new_tests": 15045.0, - "total_tests": 1190001.0, - "total_tests_per_thousand": 111.122, - "new_tests_per_thousand": 1.405, - "new_tests_smoothed": 17905.0, - "new_tests_smoothed_per_thousand": 1.672, - "tests_per_case": 10.106, - "positive_rate": 0.099, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 48306.0, - "new_cases": 2044.0, - "new_cases_smoothed": 1843.571, - "total_deaths": 499.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 4510.793, - "new_cases_per_million": 190.868, - "new_cases_smoothed_per_million": 172.152, - "total_deaths_per_million": 46.596, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.614, - "new_tests": 10167.0, - "total_tests": 1200168.0, - "total_tests_per_thousand": 112.071, - "new_tests_per_thousand": 0.949, - "new_tests_smoothed": 18344.0, - "new_tests_smoothed_per_thousand": 1.713, - "tests_per_case": 9.95, - "positive_rate": 0.1, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 49240.0, - "new_cases": 934.0, - "new_cases_smoothed": 1864.571, - "total_deaths": 503.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 4598.009, - "new_cases_per_million": 87.217, - "new_cases_smoothed_per_million": 174.113, - "total_deaths_per_million": 46.97, - "new_deaths_per_million": 0.374, - "new_deaths_smoothed_per_million": 0.627, - "new_tests": 19248.0, - "total_tests": 1219416.0, - "total_tests_per_thousand": 113.869, - "new_tests_per_thousand": 1.797, - "new_tests_smoothed": 18596.0, - "new_tests_smoothed_per_thousand": 1.736, - "tests_per_case": 9.972999999999999, - "positive_rate": 0.1, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 50764.0, - "new_cases": 1524.0, - "new_cases_smoothed": 1934.571, - "total_deaths": 522.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 4740.32, - "new_cases_per_million": 142.31, - "new_cases_smoothed_per_million": 180.649, - "total_deaths_per_million": 48.744, - "new_deaths_per_million": 1.774, - "new_deaths_smoothed_per_million": 0.76, - "new_tests": 22143.0, - "total_tests": 1241559.0, - "total_tests_per_thousand": 115.936, - "new_tests_per_thousand": 2.068, - "new_tests_smoothed": 18862.0, - "new_tests_smoothed_per_thousand": 1.761, - "tests_per_case": 9.75, - "positive_rate": 0.10300000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 53158.0, - "new_cases": 2394.0, - "new_cases_smoothed": 2037.429, - "total_deaths": 531.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 4963.871, - "new_cases_per_million": 223.551, - "new_cases_smoothed_per_million": 190.254, - "total_deaths_per_million": 49.585, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.734, - "new_tests": 21552.0, - "total_tests": 1263111.0, - "total_tests_per_thousand": 117.949, - "new_tests_per_thousand": 2.013, - "new_tests_smoothed": 19018.0, - "new_tests_smoothed_per_thousand": 1.776, - "tests_per_case": 9.334, - "positive_rate": 0.107, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 55464.0, - "new_cases": 2306.0, - "new_cases_smoothed": 2061.714, - "total_deaths": 555.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 5179.204, - "new_cases_per_million": 215.333, - "new_cases_smoothed_per_million": 192.522, - "total_deaths_per_million": 51.826, - "new_deaths_per_million": 2.241, - "new_deaths_smoothed_per_million": 0.974 - }, - { - "date": "2020-09-25", - "total_cases": 58374.0, - "new_cases": 2910.0, - "new_cases_smoothed": 2031.286, - "total_deaths": 567.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 5450.938, - "new_cases_per_million": 271.735, - "new_cases_smoothed_per_million": 189.681, - "total_deaths_per_million": 52.946, - "new_deaths_per_million": 1.121, - "new_deaths_smoothed_per_million": 1.041 - } - ] - }, - "DEU": { - "continent": "Europe", - "location": "Germany", - "population": 83783945.0, - "population_density": 237.016, - "median_age": 46.6, - "aged_65_older": 21.453, - "aged_70_older": 15.957, - "gdp_per_capita": 45229.245, - "cardiovasc_death_rate": 156.139, - "diabetes_prevalence": 8.31, - "female_smokers": 28.2, - "male_smokers": 33.1, - "hospital_beds_per_thousand": 8.0, - "life_expectancy": 81.33, - "human_development_index": 0.936, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-28", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.012, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-29", - "total_cases": 4.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.048, - "new_cases_per_million": 0.036, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.048, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.06, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-01", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.084, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-02", - "total_cases": 8.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.095, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-03", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.107, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-04", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.131, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-05", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.131, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-06", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.131, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-07", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.143, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-08", - "total_cases": 13.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.155, - "new_cases_per_million": 0.012, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.155, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-12", - "total_cases": 15.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-13", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-14", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.005, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-15", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-16", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-17", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-18", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-19", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-20", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-21", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-22", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-23", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-24", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "total_cases": 17.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.203, - "new_cases_per_million": 0.024, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-27", - "total_cases": 21.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.251, - "new_cases_per_million": 0.048, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-28", - "total_cases": 47.0, - "new_cases": 26.0, - "new_cases_smoothed": 4.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.561, - "new_cases_per_million": 0.31, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 57.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.68, - "new_cases_per_million": 0.119, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-01", - "total_cases": 111.0, - "new_cases": 54.0, - "new_cases_smoothed": 13.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.325, - "new_cases_per_million": 0.645, - "new_cases_smoothed_per_million": 0.164, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-02", - "total_cases": 129.0, - "new_cases": 18.0, - "new_cases_smoothed": 16.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.54, - "new_cases_per_million": 0.215, - "new_cases_smoothed_per_million": 0.194, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-03", - "total_cases": 157.0, - "new_cases": 28.0, - "new_cases_smoothed": 20.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.874, - "new_cases_per_million": 0.334, - "new_cases_smoothed_per_million": 0.242, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-04", - "total_cases": 196.0, - "new_cases": 39.0, - "new_cases_smoothed": 25.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.339, - "new_cases_per_million": 0.465, - "new_cases_smoothed_per_million": 0.305, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-05", - "total_cases": 262.0, - "new_cases": 66.0, - "new_cases_smoothed": 34.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.127, - "new_cases_per_million": 0.788, - "new_cases_smoothed_per_million": 0.411, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-06", - "total_cases": 400.0, - "new_cases": 138.0, - "new_cases_smoothed": 50.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.774, - "new_cases_per_million": 1.647, - "new_cases_smoothed_per_million": 0.602, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-07", - "total_cases": 684.0, - "new_cases": 284.0, - "new_cases_smoothed": 89.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.164, - "new_cases_per_million": 3.39, - "new_cases_smoothed_per_million": 1.069, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-08", - "total_cases": 847.0, - "new_cases": 163.0, - "new_cases_smoothed": 105.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.109, - "new_cases_per_million": 1.945, - "new_cases_smoothed_per_million": 1.255, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 124716.0, - "total_tests_per_thousand": 1.489, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-09", - "total_cases": 902.0, - "new_cases": 55.0, - "new_cases_smoothed": 110.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.766, - "new_cases_per_million": 0.656, - "new_cases_smoothed_per_million": 1.318, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 28.7 - }, - { - "date": "2020-03-10", - "total_cases": 1139.0, - "new_cases": 237.0, - "new_cases_smoothed": 140.286, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 13.594, - "new_cases_per_million": 2.829, - "new_cases_smoothed_per_million": 1.674, - "total_deaths_per_million": 0.024, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.003, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-11", - "total_cases": 1296.0, - "new_cases": 157.0, - "new_cases_smoothed": 157.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 15.468, - "new_cases_per_million": 1.874, - "new_cases_smoothed_per_million": 1.876, - "total_deaths_per_million": 0.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-12", - "total_cases": 1567.0, - "new_cases": 271.0, - "new_cases_smoothed": 186.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18.703, - "new_cases_per_million": 3.235, - "new_cases_smoothed_per_million": 2.225, - "total_deaths_per_million": 0.036, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.005, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-13", - "total_cases": 2369.0, - "new_cases": 802.0, - "new_cases_smoothed": 281.286, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 28.275, - "new_cases_per_million": 9.572, - "new_cases_smoothed_per_million": 3.357, - "total_deaths_per_million": 0.06, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.009, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-14", - "total_cases": 3062.0, - "new_cases": 693.0, - "new_cases_smoothed": 339.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 36.546, - "new_cases_per_million": 8.271, - "new_cases_smoothed_per_million": 4.055, - "total_deaths_per_million": 0.06, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-15", - "total_cases": 3795.0, - "new_cases": 733.0, - "new_cases_smoothed": 421.143, - "total_deaths": 8.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 45.295, - "new_cases_per_million": 8.749, - "new_cases_smoothed_per_million": 5.027, - "total_deaths_per_million": 0.095, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.014, - "total_tests": 252173.0, - "total_tests_per_thousand": 3.01, - "new_tests_smoothed": 18208.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_per_case": 43.235, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 32.87 - }, - { - "date": "2020-03-16", - "total_cases": 4838.0, - "new_cases": 1043.0, - "new_cases_smoothed": 562.286, - "total_deaths": 12.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 57.744, - "new_cases_per_million": 12.449, - "new_cases_smoothed_per_million": 6.711, - "total_deaths_per_million": 0.143, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.02, - "new_tests_smoothed": 22722.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_per_case": 40.41, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 42.13 - }, - { - "date": "2020-03-17", - "total_cases": 6012.0, - "new_cases": 1174.0, - "new_cases_smoothed": 696.143, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 71.756, - "new_cases_per_million": 14.012, - "new_cases_smoothed_per_million": 8.309, - "total_deaths_per_million": 0.155, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.019, - "new_tests_smoothed": 27235.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_per_case": 39.123000000000005, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 42.13 - }, - { - "date": "2020-03-18", - "total_cases": 7156.0, - "new_cases": 1144.0, - "new_cases_smoothed": 837.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 85.41, - "new_cases_per_million": 13.654, - "new_cases_smoothed_per_million": 9.992, - "total_deaths_per_million": 0.155, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.019, - "new_tests_smoothed": 31749.0, - "new_tests_smoothed_per_thousand": 0.379, - "tests_per_case": 37.925, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 52.31 - }, - { - "date": "2020-03-19", - "total_cases": 8198.0, - "new_cases": 1042.0, - "new_cases_smoothed": 947.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 97.847, - "new_cases_per_million": 12.437, - "new_cases_smoothed_per_million": 11.306, - "total_deaths_per_million": 0.155, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests_smoothed": 36262.0, - "new_tests_smoothed_per_thousand": 0.433, - "tests_per_case": 38.28, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-03-20", - "total_cases": 14138.0, - "new_cases": 5940.0, - "new_cases_smoothed": 1681.286, - "total_deaths": 43.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 168.744, - "new_cases_per_million": 70.897, - "new_cases_smoothed_per_million": 20.067, - "total_deaths_per_million": 0.513, - "new_deaths_per_million": 0.358, - "new_deaths_smoothed_per_million": 0.065, - "new_tests_smoothed": 40776.0, - "new_tests_smoothed_per_thousand": 0.487, - "tests_per_case": 24.253, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-03-21", - "total_cases": 18187.0, - "new_cases": 4049.0, - "new_cases_smoothed": 2160.714, - "total_deaths": 45.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 217.07, - "new_cases_per_million": 48.327, - "new_cases_smoothed_per_million": 25.789, - "total_deaths_per_million": 0.537, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.068, - "new_tests_smoothed": 45289.0, - "new_tests_smoothed_per_thousand": 0.541, - "tests_per_case": 20.96, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-03-22", - "total_cases": 21463.0, - "new_cases": 3276.0, - "new_cases_smoothed": 2524.0, - "total_deaths": 67.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 256.171, - "new_cases_per_million": 39.101, - "new_cases_smoothed_per_million": 30.125, - "total_deaths_per_million": 0.8, - "new_deaths_per_million": 0.263, - "new_deaths_smoothed_per_million": 0.101, - "total_tests": 600792.0, - "total_tests_per_thousand": 7.171, - "new_tests_smoothed": 49803.0, - "new_tests_smoothed_per_thousand": 0.594, - "tests_per_case": 19.732, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-23", - "total_cases": 24774.0, - "new_cases": 3311.0, - "new_cases_smoothed": 2848.0, - "total_deaths": 94.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 295.689, - "new_cases_per_million": 39.518, - "new_cases_smoothed_per_million": 33.992, - "total_deaths_per_million": 1.122, - "new_deaths_per_million": 0.322, - "new_deaths_smoothed_per_million": 0.14, - "new_tests_smoothed": 50066.0, - "new_tests_smoothed_per_thousand": 0.598, - "tests_per_case": 17.579, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-24", - "total_cases": 29212.0, - "new_cases": 4438.0, - "new_cases_smoothed": 3314.286, - "total_deaths": 126.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 348.659, - "new_cases_per_million": 52.97, - "new_cases_smoothed_per_million": 39.558, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.382, - "new_deaths_smoothed_per_million": 0.193, - "new_tests_smoothed": 50329.0, - "new_tests_smoothed_per_thousand": 0.601, - "tests_per_case": 15.185, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-25", - "total_cases": 31554.0, - "new_cases": 2342.0, - "new_cases_smoothed": 3485.429, - "total_deaths": 149.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 376.612, - "new_cases_per_million": 27.953, - "new_cases_smoothed_per_million": 41.6, - "total_deaths_per_million": 1.778, - "new_deaths_per_million": 0.275, - "new_deaths_smoothed_per_million": 0.232, - "new_tests_smoothed": 50592.0, - "new_tests_smoothed_per_thousand": 0.604, - "tests_per_case": 14.515, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-26", - "total_cases": 36508.0, - "new_cases": 4954.0, - "new_cases_smoothed": 4044.286, - "total_deaths": 198.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 26.429, - "total_cases_per_million": 435.74, - "new_cases_per_million": 59.128, - "new_cases_smoothed_per_million": 48.27, - "total_deaths_per_million": 2.363, - "new_deaths_per_million": 0.585, - "new_deaths_smoothed_per_million": 0.315, - "new_tests_smoothed": 50855.0, - "new_tests_smoothed_per_thousand": 0.607, - "tests_per_case": 12.575, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-27", - "total_cases": 42288.0, - "new_cases": 5780.0, - "new_cases_smoothed": 4021.429, - "total_deaths": 253.0, - "new_deaths": 55.0, - "new_deaths_smoothed": 30.0, - "total_cases_per_million": 504.727, - "new_cases_per_million": 68.987, - "new_cases_smoothed_per_million": 47.998, - "total_deaths_per_million": 3.02, - "new_deaths_per_million": 0.656, - "new_deaths_smoothed_per_million": 0.358, - "new_tests_smoothed": 51119.0, - "new_tests_smoothed_per_thousand": 0.61, - "tests_per_case": 12.712, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-28", - "total_cases": 48582.0, - "new_cases": 6294.0, - "new_cases_smoothed": 4342.143, - "total_deaths": 325.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 40.0, - "total_cases_per_million": 579.849, - "new_cases_per_million": 75.122, - "new_cases_smoothed_per_million": 51.825, - "total_deaths_per_million": 3.879, - "new_deaths_per_million": 0.859, - "new_deaths_smoothed_per_million": 0.477, - "new_tests_smoothed": 51382.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 11.833, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-29", - "total_cases": 52547.0, - "new_cases": 3965.0, - "new_cases_smoothed": 4440.571, - "total_deaths": 389.0, - "new_deaths": 64.0, - "new_deaths_smoothed": 46.0, - "total_cases_per_million": 627.173, - "new_cases_per_million": 47.324, - "new_cases_smoothed_per_million": 53.0, - "total_deaths_per_million": 4.643, - "new_deaths_per_million": 0.764, - "new_deaths_smoothed_per_million": 0.549, - "total_tests": 962307.0, - "total_tests_per_thousand": 11.486, - "new_tests_smoothed": 51645.0, - "new_tests_smoothed_per_thousand": 0.616, - "tests_per_case": 11.63, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-30", - "total_cases": 57298.0, - "new_cases": 4751.0, - "new_cases_smoothed": 4646.286, - "total_deaths": 455.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 51.571, - "total_cases_per_million": 683.878, - "new_cases_per_million": 56.705, - "new_cases_smoothed_per_million": 55.456, - "total_deaths_per_million": 5.431, - "new_deaths_per_million": 0.788, - "new_deaths_smoothed_per_million": 0.616, - "new_tests_smoothed": 52601.0, - "new_tests_smoothed_per_thousand": 0.628, - "tests_per_case": 11.321, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-03-31", - "total_cases": 61913.0, - "new_cases": 4615.0, - "new_cases_smoothed": 4671.571, - "total_deaths": 583.0, - "new_deaths": 128.0, - "new_deaths_smoothed": 65.286, - "total_cases_per_million": 738.96, - "new_cases_per_million": 55.082, - "new_cases_smoothed_per_million": 55.757, - "total_deaths_per_million": 6.958, - "new_deaths_per_million": 1.528, - "new_deaths_smoothed_per_million": 0.779, - "new_tests_smoothed": 53557.0, - "new_tests_smoothed_per_thousand": 0.639, - "tests_per_case": 11.464, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-01", - "total_cases": 67366.0, - "new_cases": 5453.0, - "new_cases_smoothed": 5116.0, - "total_deaths": 732.0, - "new_deaths": 149.0, - "new_deaths_smoothed": 83.286, - "total_cases_per_million": 804.044, - "new_cases_per_million": 65.084, - "new_cases_smoothed_per_million": 61.062, - "total_deaths_per_million": 8.737, - "new_deaths_per_million": 1.778, - "new_deaths_smoothed_per_million": 0.994, - "new_tests_smoothed": 54512.0, - "new_tests_smoothed_per_thousand": 0.651, - "tests_per_case": 10.655, - "positive_rate": 0.094, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-02", - "total_cases": 73522.0, - "new_cases": 6156.0, - "new_cases_smoothed": 5287.714, - "total_deaths": 872.0, - "new_deaths": 140.0, - "new_deaths_smoothed": 96.286, - "total_cases_per_million": 877.519, - "new_cases_per_million": 73.475, - "new_cases_smoothed_per_million": 63.111, - "total_deaths_per_million": 10.408, - "new_deaths_per_million": 1.671, - "new_deaths_smoothed_per_million": 1.149, - "new_tests_smoothed": 55468.0, - "new_tests_smoothed_per_thousand": 0.662, - "tests_per_case": 10.49, - "positive_rate": 0.095, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-03", - "total_cases": 79696.0, - "new_cases": 6174.0, - "new_cases_smoothed": 5344.0, - "total_deaths": 1017.0, - "new_deaths": 145.0, - "new_deaths_smoothed": 109.143, - "total_cases_per_million": 951.208, - "new_cases_per_million": 73.69, - "new_cases_smoothed_per_million": 63.783, - "total_deaths_per_million": 12.138, - "new_deaths_per_million": 1.731, - "new_deaths_smoothed_per_million": 1.303, - "new_tests_smoothed": 56424.0, - "new_tests_smoothed_per_thousand": 0.673, - "tests_per_case": 10.558, - "positive_rate": 0.095, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-04", - "total_cases": 85778.0, - "new_cases": 6082.0, - "new_cases_smoothed": 5313.714, - "total_deaths": 1158.0, - "new_deaths": 141.0, - "new_deaths_smoothed": 119.0, - "total_cases_per_million": 1023.8, - "new_cases_per_million": 72.591, - "new_cases_smoothed_per_million": 63.422, - "total_deaths_per_million": 13.821, - "new_deaths_per_million": 1.683, - "new_deaths_smoothed_per_million": 1.42, - "new_tests_smoothed": 57380.0, - "new_tests_smoothed_per_thousand": 0.685, - "tests_per_case": 10.798, - "positive_rate": 0.09300000000000001, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-05", - "total_cases": 91714.0, - "new_cases": 5936.0, - "new_cases_smoothed": 5595.286, - "total_deaths": 1342.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 136.143, - "total_cases_per_million": 1094.649, - "new_cases_per_million": 70.849, - "new_cases_smoothed_per_million": 66.782, - "total_deaths_per_million": 16.017, - "new_deaths_per_million": 2.196, - "new_deaths_smoothed_per_million": 1.625, - "total_tests": 1370655.0, - "total_tests_per_thousand": 16.359, - "new_tests_smoothed": 58335.0, - "new_tests_smoothed_per_thousand": 0.696, - "tests_per_case": 10.425999999999998, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-06", - "total_cases": 95391.0, - "new_cases": 3677.0, - "new_cases_smoothed": 5441.857, - "total_deaths": 1434.0, - "new_deaths": 92.0, - "new_deaths_smoothed": 139.857, - "total_cases_per_million": 1138.536, - "new_cases_per_million": 43.887, - "new_cases_smoothed_per_million": 64.951, - "total_deaths_per_million": 17.115, - "new_deaths_per_million": 1.098, - "new_deaths_smoothed_per_million": 1.669, - "new_tests_smoothed": 57761.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 10.614, - "positive_rate": 0.094, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-07", - "total_cases": 99225.0, - "new_cases": 3834.0, - "new_cases_smoothed": 5330.286, - "total_deaths": 1607.0, - "new_deaths": 173.0, - "new_deaths_smoothed": 146.286, - "total_cases_per_million": 1184.296, - "new_cases_per_million": 45.761, - "new_cases_smoothed_per_million": 63.619, - "total_deaths_per_million": 19.18, - "new_deaths_per_million": 2.065, - "new_deaths_smoothed_per_million": 1.746, - "new_tests_smoothed": 57186.0, - "new_tests_smoothed_per_thousand": 0.683, - "tests_per_case": 10.729000000000001, - "positive_rate": 0.09300000000000001, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-08", - "total_cases": 103228.0, - "new_cases": 4003.0, - "new_cases_smoothed": 5123.143, - "total_deaths": 1861.0, - "new_deaths": 254.0, - "new_deaths_smoothed": 161.286, - "total_cases_per_million": 1232.074, - "new_cases_per_million": 47.778, - "new_cases_smoothed_per_million": 61.147, - "total_deaths_per_million": 22.212, - "new_deaths_per_million": 3.032, - "new_deaths_smoothed_per_million": 1.925, - "new_tests_smoothed": 56612.0, - "new_tests_smoothed_per_thousand": 0.676, - "tests_per_case": 11.05, - "positive_rate": 0.09, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-09", - "total_cases": 108202.0, - "new_cases": 4974.0, - "new_cases_smoothed": 4954.286, - "total_deaths": 2107.0, - "new_deaths": 246.0, - "new_deaths_smoothed": 176.429, - "total_cases_per_million": 1291.441, - "new_cases_per_million": 59.367, - "new_cases_smoothed_per_million": 59.132, - "total_deaths_per_million": 25.148, - "new_deaths_per_million": 2.936, - "new_deaths_smoothed_per_million": 2.106, - "new_tests_smoothed": 56037.0, - "new_tests_smoothed_per_thousand": 0.669, - "tests_per_case": 11.311, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-10", - "total_cases": 113525.0, - "new_cases": 5323.0, - "new_cases_smoothed": 4832.714, - "total_deaths": 2373.0, - "new_deaths": 266.0, - "new_deaths_smoothed": 193.714, - "total_cases_per_million": 1354.973, - "new_cases_per_million": 63.532, - "new_cases_smoothed_per_million": 57.681, - "total_deaths_per_million": 28.323, - "new_deaths_per_million": 3.175, - "new_deaths_smoothed_per_million": 2.312, - "new_tests_smoothed": 55463.0, - "new_tests_smoothed_per_thousand": 0.662, - "tests_per_case": 11.477, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-11", - "total_cases": 117658.0, - "new_cases": 4133.0, - "new_cases_smoothed": 4554.286, - "total_deaths": 2544.0, - "new_deaths": 171.0, - "new_deaths_smoothed": 198.0, - "total_cases_per_million": 1404.302, - "new_cases_per_million": 49.329, - "new_cases_smoothed_per_million": 54.357, - "total_deaths_per_million": 30.364, - "new_deaths_per_million": 2.041, - "new_deaths_smoothed_per_million": 2.363, - "new_tests_smoothed": 54888.0, - "new_tests_smoothed_per_thousand": 0.655, - "tests_per_case": 12.052, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-12", - "total_cases": 120479.0, - "new_cases": 2821.0, - "new_cases_smoothed": 4109.286, - "total_deaths": 2673.0, - "new_deaths": 129.0, - "new_deaths_smoothed": 190.143, - "total_cases_per_million": 1437.972, - "new_cases_per_million": 33.67, - "new_cases_smoothed_per_million": 49.046, - "total_deaths_per_million": 31.903, - "new_deaths_per_million": 1.54, - "new_deaths_smoothed_per_million": 2.269, - "total_tests": 1750852.0, - "total_tests_per_thousand": 20.897, - "new_tests_smoothed": 54314.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_per_case": 13.217, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-13", - "total_cases": 123016.0, - "new_cases": 2537.0, - "new_cases_smoothed": 3946.429, - "total_deaths": 2799.0, - "new_deaths": 126.0, - "new_deaths_smoothed": 195.0, - "total_cases_per_million": 1468.253, - "new_cases_per_million": 30.28, - "new_cases_smoothed_per_million": 47.102, - "total_deaths_per_million": 33.407, - "new_deaths_per_million": 1.504, - "new_deaths_smoothed_per_million": 2.327, - "new_tests_smoothed": 53328.0, - "new_tests_smoothed_per_thousand": 0.636, - "tests_per_case": 13.513, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-14", - "total_cases": 125098.0, - "new_cases": 2082.0, - "new_cases_smoothed": 3696.143, - "total_deaths": 2969.0, - "new_deaths": 170.0, - "new_deaths_smoothed": 194.571, - "total_cases_per_million": 1493.102, - "new_cases_per_million": 24.85, - "new_cases_smoothed_per_million": 44.115, - "total_deaths_per_million": 35.436, - "new_deaths_per_million": 2.029, - "new_deaths_smoothed_per_million": 2.322, - "new_tests_smoothed": 52343.0, - "new_tests_smoothed_per_thousand": 0.625, - "tests_per_case": 14.162, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-15", - "total_cases": 127584.0, - "new_cases": 2486.0, - "new_cases_smoothed": 3479.429, - "total_deaths": 3254.0, - "new_deaths": 285.0, - "new_deaths_smoothed": 199.0, - "total_cases_per_million": 1522.774, - "new_cases_per_million": 29.672, - "new_cases_smoothed_per_million": 41.529, - "total_deaths_per_million": 38.838, - "new_deaths_per_million": 3.402, - "new_deaths_smoothed_per_million": 2.375, - "new_tests_smoothed": 51357.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 14.76, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-16", - "total_cases": 130450.0, - "new_cases": 2866.0, - "new_cases_smoothed": 3178.286, - "total_deaths": 3569.0, - "new_deaths": 315.0, - "new_deaths_smoothed": 208.857, - "total_cases_per_million": 1556.981, - "new_cases_per_million": 34.207, - "new_cases_smoothed_per_million": 37.934, - "total_deaths_per_million": 42.598, - "new_deaths_per_million": 3.76, - "new_deaths_smoothed_per_million": 2.493, - "new_tests_smoothed": 50371.0, - "new_tests_smoothed_per_thousand": 0.601, - "tests_per_case": 15.847999999999999, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-17", - "total_cases": 133830.0, - "new_cases": 3380.0, - "new_cases_smoothed": 2900.714, - "total_deaths": 3868.0, - "new_deaths": 299.0, - "new_deaths_smoothed": 213.571, - "total_cases_per_million": 1597.323, - "new_cases_per_million": 40.342, - "new_cases_smoothed_per_million": 34.621, - "total_deaths_per_million": 46.166, - "new_deaths_per_million": 3.569, - "new_deaths_smoothed_per_million": 2.549, - "new_tests_smoothed": 49386.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 17.025, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-18", - "total_cases": 137439.0, - "new_cases": 3609.0, - "new_cases_smoothed": 2825.857, - "total_deaths": 4110.0, - "new_deaths": 242.0, - "new_deaths_smoothed": 223.714, - "total_cases_per_million": 1640.398, - "new_cases_per_million": 43.075, - "new_cases_smoothed_per_million": 33.728, - "total_deaths_per_million": 49.055, - "new_deaths_per_million": 2.888, - "new_deaths_smoothed_per_million": 2.67, - "new_tests_smoothed": 48400.0, - "new_tests_smoothed_per_thousand": 0.578, - "tests_per_case": 17.128, - "positive_rate": 0.057999999999999996, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-19", - "total_cases": 139897.0, - "new_cases": 2458.0, - "new_cases_smoothed": 2774.0, - "total_deaths": 4294.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 231.571, - "total_cases_per_million": 1669.735, - "new_cases_per_million": 29.337, - "new_cases_smoothed_per_million": 33.109, - "total_deaths_per_million": 51.251, - "new_deaths_per_million": 2.196, - "new_deaths_smoothed_per_million": 2.764, - "total_tests": 2082754.0, - "total_tests_per_thousand": 24.859, - "new_tests_smoothed": 47415.0, - "new_tests_smoothed_per_thousand": 0.566, - "tests_per_case": 17.093, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-20", - "total_cases": 141672.0, - "new_cases": 1775.0, - "new_cases_smoothed": 2665.143, - "total_deaths": 4404.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 229.286, - "total_cases_per_million": 1690.921, - "new_cases_per_million": 21.185, - "new_cases_smoothed_per_million": 31.81, - "total_deaths_per_million": 52.564, - "new_deaths_per_million": 1.313, - "new_deaths_smoothed_per_million": 2.737, - "new_tests_smoothed": 48067.0, - "new_tests_smoothed_per_thousand": 0.574, - "tests_per_case": 18.035, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-21", - "total_cases": 143457.0, - "new_cases": 1785.0, - "new_cases_smoothed": 2622.714, - "total_deaths": 4598.0, - "new_deaths": 194.0, - "new_deaths_smoothed": 232.714, - "total_cases_per_million": 1712.225, - "new_cases_per_million": 21.305, - "new_cases_smoothed_per_million": 31.303, - "total_deaths_per_million": 54.879, - "new_deaths_per_million": 2.315, - "new_deaths_smoothed_per_million": 2.778, - "new_tests_smoothed": 48720.0, - "new_tests_smoothed_per_thousand": 0.581, - "tests_per_case": 18.576, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-22", - "total_cases": 145694.0, - "new_cases": 2237.0, - "new_cases_smoothed": 2587.143, - "total_deaths": 4879.0, - "new_deaths": 281.0, - "new_deaths_smoothed": 232.143, - "total_cases_per_million": 1738.925, - "new_cases_per_million": 26.7, - "new_cases_smoothed_per_million": 30.879, - "total_deaths_per_million": 58.233, - "new_deaths_per_million": 3.354, - "new_deaths_smoothed_per_million": 2.771, - "new_tests_smoothed": 49373.0, - "new_tests_smoothed_per_thousand": 0.589, - "tests_per_case": 19.084, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-23", - "total_cases": 148046.0, - "new_cases": 2352.0, - "new_cases_smoothed": 2513.714, - "total_deaths": 5094.0, - "new_deaths": 215.0, - "new_deaths_smoothed": 217.857, - "total_cases_per_million": 1766.997, - "new_cases_per_million": 28.072, - "new_cases_smoothed_per_million": 30.002, - "total_deaths_per_million": 60.799, - "new_deaths_per_million": 2.566, - "new_deaths_smoothed_per_million": 2.6, - "new_tests_smoothed": 50026.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 19.901, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-24", - "total_cases": 150383.0, - "new_cases": 2337.0, - "new_cases_smoothed": 2364.714, - "total_deaths": 5321.0, - "new_deaths": 227.0, - "new_deaths_smoothed": 207.571, - "total_cases_per_million": 1794.89, - "new_cases_per_million": 27.893, - "new_cases_smoothed_per_million": 28.224, - "total_deaths_per_million": 63.509, - "new_deaths_per_million": 2.709, - "new_deaths_smoothed_per_million": 2.477, - "new_tests_smoothed": 50679.0, - "new_tests_smoothed_per_thousand": 0.605, - "tests_per_case": 21.430999999999997, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-25", - "total_cases": 152438.0, - "new_cases": 2055.0, - "new_cases_smoothed": 2142.714, - "total_deaths": 5500.0, - "new_deaths": 179.0, - "new_deaths_smoothed": 198.571, - "total_cases_per_million": 1819.418, - "new_cases_per_million": 24.527, - "new_cases_smoothed_per_million": 25.574, - "total_deaths_per_million": 65.645, - "new_deaths_per_million": 2.136, - "new_deaths_smoothed_per_million": 2.37, - "new_tests_smoothed": 51331.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 23.956, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-26", - "total_cases": 154175.0, - "new_cases": 1737.0, - "new_cases_smoothed": 2039.714, - "total_deaths": 5640.0, - "new_deaths": 140.0, - "new_deaths_smoothed": 192.286, - "total_cases_per_million": 1840.15, - "new_cases_per_million": 20.732, - "new_cases_smoothed_per_million": 24.345, - "total_deaths_per_million": 67.316, - "new_deaths_per_million": 1.671, - "new_deaths_smoothed_per_million": 2.295, - "total_tests": 2446644.0, - "total_tests_per_thousand": 29.202, - "new_tests_smoothed": 51984.0, - "new_tests_smoothed_per_thousand": 0.62, - "tests_per_case": 25.486, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-27", - "total_cases": 155193.0, - "new_cases": 1018.0, - "new_cases_smoothed": 1931.571, - "total_deaths": 5750.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 192.286, - "total_cases_per_million": 1852.3, - "new_cases_per_million": 12.15, - "new_cases_smoothed_per_million": 23.054, - "total_deaths_per_million": 68.629, - "new_deaths_per_million": 1.313, - "new_deaths_smoothed_per_million": 2.295, - "new_tests_smoothed": 51227.0, - "new_tests_smoothed_per_thousand": 0.611, - "tests_per_case": 26.521, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-28", - "total_cases": 156337.0, - "new_cases": 1144.0, - "new_cases_smoothed": 1840.0, - "total_deaths": 5913.0, - "new_deaths": 163.0, - "new_deaths_smoothed": 187.857, - "total_cases_per_million": 1865.954, - "new_cases_per_million": 13.654, - "new_cases_smoothed_per_million": 21.961, - "total_deaths_per_million": 70.574, - "new_deaths_per_million": 1.945, - "new_deaths_smoothed_per_million": 2.242, - "new_tests_smoothed": 50470.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 27.429000000000002, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-29", - "total_cases": 157641.0, - "new_cases": 1304.0, - "new_cases_smoothed": 1706.714, - "total_deaths": 6115.0, - "new_deaths": 202.0, - "new_deaths_smoothed": 176.571, - "total_cases_per_million": 1881.518, - "new_cases_per_million": 15.564, - "new_cases_smoothed_per_million": 20.37, - "total_deaths_per_million": 72.985, - "new_deaths_per_million": 2.411, - "new_deaths_smoothed_per_million": 2.107, - "new_tests_smoothed": 49713.0, - "new_tests_smoothed_per_thousand": 0.593, - "tests_per_case": 29.128, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-04-30", - "total_cases": 159119.0, - "new_cases": 1478.0, - "new_cases_smoothed": 1581.857, - "total_deaths": 6288.0, - "new_deaths": 173.0, - "new_deaths_smoothed": 170.571, - "total_cases_per_million": 1899.159, - "new_cases_per_million": 17.641, - "new_cases_smoothed_per_million": 18.88, - "total_deaths_per_million": 75.05, - "new_deaths_per_million": 2.065, - "new_deaths_smoothed_per_million": 2.036, - "new_tests_smoothed": 48956.0, - "new_tests_smoothed_per_thousand": 0.584, - "tests_per_case": 30.948, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-05-01", - "total_cases": 160758.0, - "new_cases": 1639.0, - "new_cases_smoothed": 1482.143, - "total_deaths": 6481.0, - "new_deaths": 193.0, - "new_deaths_smoothed": 165.714, - "total_cases_per_million": 1918.721, - "new_cases_per_million": 19.562, - "new_cases_smoothed_per_million": 17.69, - "total_deaths_per_million": 77.354, - "new_deaths_per_million": 2.304, - "new_deaths_smoothed_per_million": 1.978, - "new_tests_smoothed": 48198.0, - "new_tests_smoothed_per_thousand": 0.575, - "tests_per_case": 32.519, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-05-02", - "total_cases": 161703.0, - "new_cases": 945.0, - "new_cases_smoothed": 1323.571, - "total_deaths": 6575.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 153.571, - "total_cases_per_million": 1930.0, - "new_cases_per_million": 11.279, - "new_cases_smoothed_per_million": 15.797, - "total_deaths_per_million": 78.476, - "new_deaths_per_million": 1.122, - "new_deaths_smoothed_per_million": 1.833, - "new_tests_smoothed": 47441.0, - "new_tests_smoothed_per_thousand": 0.566, - "tests_per_case": 35.843, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 76.85 - }, - { - "date": "2020-05-03", - "total_cases": 162496.0, - "new_cases": 793.0, - "new_cases_smoothed": 1188.714, - "total_deaths": 6649.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 144.143, - "total_cases_per_million": 1939.465, - "new_cases_per_million": 9.465, - "new_cases_smoothed_per_million": 14.188, - "total_deaths_per_million": 79.359, - "new_deaths_per_million": 0.883, - "new_deaths_smoothed_per_million": 1.72, - "total_tests": 2773432.0, - "total_tests_per_thousand": 33.102, - "new_tests_smoothed": 46684.0, - "new_tests_smoothed_per_thousand": 0.557, - "tests_per_case": 39.273, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-05-04", - "total_cases": 163175.0, - "new_cases": 679.0, - "new_cases_smoothed": 1140.286, - "total_deaths": 6692.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 134.571, - "total_cases_per_million": 1947.569, - "new_cases_per_million": 8.104, - "new_cases_smoothed_per_million": 13.61, - "total_deaths_per_million": 79.872, - "new_deaths_per_million": 0.513, - "new_deaths_smoothed_per_million": 1.606, - "new_tests_smoothed": 48257.0, - "new_tests_smoothed_per_thousand": 0.576, - "tests_per_case": 42.32, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-05-05", - "total_cases": 163860.0, - "new_cases": 685.0, - "new_cases_smoothed": 1074.714, - "total_deaths": 6831.0, - "new_deaths": 139.0, - "new_deaths_smoothed": 131.143, - "total_cases_per_million": 1955.745, - "new_cases_per_million": 8.176, - "new_cases_smoothed_per_million": 12.827, - "total_deaths_per_million": 81.531, - "new_deaths_per_million": 1.659, - "new_deaths_smoothed_per_million": 1.565, - "new_tests_smoothed": 49830.0, - "new_tests_smoothed_per_thousand": 0.595, - "tests_per_case": 46.36600000000001, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-05-06", - "total_cases": 164897.0, - "new_cases": 1037.0, - "new_cases_smoothed": 1036.571, - "total_deaths": 6996.0, - "new_deaths": 165.0, - "new_deaths_smoothed": 125.857, - "total_cases_per_million": 1968.122, - "new_cases_per_million": 12.377, - "new_cases_smoothed_per_million": 12.372, - "total_deaths_per_million": 83.5, - "new_deaths_per_million": 1.969, - "new_deaths_smoothed_per_million": 1.502, - "new_tests_smoothed": 51404.0, - "new_tests_smoothed_per_thousand": 0.614, - "tests_per_case": 49.59, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 66.2 - }, - { - "date": "2020-05-07", - "total_cases": 166091.0, - "new_cases": 1194.0, - "new_cases_smoothed": 996.0, - "total_deaths": 7119.0, - "new_deaths": 123.0, - "new_deaths_smoothed": 118.714, - "total_cases_per_million": 1982.373, - "new_cases_per_million": 14.251, - "new_cases_smoothed_per_million": 11.888, - "total_deaths_per_million": 84.969, - "new_deaths_per_million": 1.468, - "new_deaths_smoothed_per_million": 1.417, - "new_tests_smoothed": 52977.0, - "new_tests_smoothed_per_thousand": 0.632, - "tests_per_case": 53.19, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-08", - "total_cases": 167300.0, - "new_cases": 1209.0, - "new_cases_smoothed": 934.571, - "total_deaths": 7266.0, - "new_deaths": 147.0, - "new_deaths_smoothed": 112.143, - "total_cases_per_million": 1996.803, - "new_cases_per_million": 14.43, - "new_cases_smoothed_per_million": 11.155, - "total_deaths_per_million": 86.723, - "new_deaths_per_million": 1.755, - "new_deaths_smoothed_per_million": 1.338, - "new_tests_smoothed": 54550.0, - "new_tests_smoothed_per_thousand": 0.651, - "tests_per_case": 58.369, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-09", - "total_cases": 168551.0, - "new_cases": 1251.0, - "new_cases_smoothed": 978.286, - "total_deaths": 7369.0, - "new_deaths": 103.0, - "new_deaths_smoothed": 113.429, - "total_cases_per_million": 2011.734, - "new_cases_per_million": 14.931, - "new_cases_smoothed_per_million": 11.676, - "total_deaths_per_million": 87.952, - "new_deaths_per_million": 1.229, - "new_deaths_smoothed_per_million": 1.354, - "new_tests_smoothed": 56123.0, - "new_tests_smoothed_per_thousand": 0.67, - "tests_per_case": 57.369, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-10", - "total_cases": 169218.0, - "new_cases": 667.0, - "new_cases_smoothed": 960.286, - "total_deaths": 7395.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 106.571, - "total_cases_per_million": 2019.695, - "new_cases_per_million": 7.961, - "new_cases_smoothed_per_million": 11.461, - "total_deaths_per_million": 88.263, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 1.272, - "total_tests": 3177307.0, - "total_tests_per_thousand": 37.923, - "new_tests_smoothed": 57696.0, - "new_tests_smoothed_per_thousand": 0.689, - "tests_per_case": 60.082, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-11", - "total_cases": 169575.0, - "new_cases": 357.0, - "new_cases_smoothed": 914.286, - "total_deaths": 7417.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 103.571, - "total_cases_per_million": 2023.956, - "new_cases_per_million": 4.261, - "new_cases_smoothed_per_million": 10.912, - "total_deaths_per_million": 88.525, - "new_deaths_per_million": 0.263, - "new_deaths_smoothed_per_million": 1.236, - "new_tests_smoothed": 58284.0, - "new_tests_smoothed_per_thousand": 0.696, - "tests_per_case": 63.748000000000005, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-12", - "total_cases": 170508.0, - "new_cases": 933.0, - "new_cases_smoothed": 949.714, - "total_deaths": 7533.0, - "new_deaths": 116.0, - "new_deaths_smoothed": 100.286, - "total_cases_per_million": 2035.092, - "new_cases_per_million": 11.136, - "new_cases_smoothed_per_million": 11.335, - "total_deaths_per_million": 89.91, - "new_deaths_per_million": 1.385, - "new_deaths_smoothed_per_million": 1.197, - "new_tests_smoothed": 58872.0, - "new_tests_smoothed_per_thousand": 0.703, - "tests_per_case": 61.989, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-13", - "total_cases": 171306.0, - "new_cases": 798.0, - "new_cases_smoothed": 915.571, - "total_deaths": 7634.0, - "new_deaths": 101.0, - "new_deaths_smoothed": 91.143, - "total_cases_per_million": 2044.616, - "new_cases_per_million": 9.524, - "new_cases_smoothed_per_million": 10.928, - "total_deaths_per_million": 91.115, - "new_deaths_per_million": 1.205, - "new_deaths_smoothed_per_million": 1.088, - "new_tests_smoothed": 59459.0, - "new_tests_smoothed_per_thousand": 0.71, - "tests_per_case": 64.942, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-14", - "total_cases": 172239.0, - "new_cases": 933.0, - "new_cases_smoothed": 878.286, - "total_deaths": 7723.0, - "new_deaths": 89.0, - "new_deaths_smoothed": 86.286, - "total_cases_per_million": 2055.752, - "new_cases_per_million": 11.136, - "new_cases_smoothed_per_million": 10.483, - "total_deaths_per_million": 92.178, - "new_deaths_per_million": 1.062, - "new_deaths_smoothed_per_million": 1.03, - "new_tests_smoothed": 60047.0, - "new_tests_smoothed_per_thousand": 0.717, - "tests_per_case": 68.368, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-15", - "total_cases": 173152.0, - "new_cases": 913.0, - "new_cases_smoothed": 836.0, - "total_deaths": 7824.0, - "new_deaths": 101.0, - "new_deaths_smoothed": 79.714, - "total_cases_per_million": 2066.649, - "new_cases_per_million": 10.897, - "new_cases_smoothed_per_million": 9.978, - "total_deaths_per_million": 93.383, - "new_deaths_per_million": 1.205, - "new_deaths_smoothed_per_million": 0.951, - "new_tests_smoothed": 60634.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 72.529, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-05-16", - "total_cases": 173772.0, - "new_cases": 620.0, - "new_cases_smoothed": 745.857, - "total_deaths": 7881.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 73.143, - "total_cases_per_million": 2074.049, - "new_cases_per_million": 7.4, - "new_cases_smoothed_per_million": 8.902, - "total_deaths_per_million": 94.063, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 0.873, - "new_tests_smoothed": 61222.0, - "new_tests_smoothed_per_thousand": 0.731, - "tests_per_case": 82.083, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 61.57 - }, - { - "date": "2020-05-17", - "total_cases": 174355.0, - "new_cases": 583.0, - "new_cases_smoothed": 733.857, - "total_deaths": 7914.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 74.143, - "total_cases_per_million": 2081.007, - "new_cases_per_million": 6.958, - "new_cases_smoothed_per_million": 8.759, - "total_deaths_per_million": 94.457, - "new_deaths_per_million": 0.394, - "new_deaths_smoothed_per_million": 0.885, - "total_tests": 3609973.0, - "total_tests_per_thousand": 43.087, - "new_tests_smoothed": 61809.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 84.225, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 61.57 - }, - { - "date": "2020-05-18", - "total_cases": 174697.0, - "new_cases": 342.0, - "new_cases_smoothed": 731.714, - "total_deaths": 7935.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 74.0, - "total_cases_per_million": 2085.089, - "new_cases_per_million": 4.082, - "new_cases_smoothed_per_million": 8.733, - "total_deaths_per_million": 94.708, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.883, - "new_tests_smoothed": 60193.0, - "new_tests_smoothed_per_thousand": 0.718, - "tests_per_case": 82.26299999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 61.57 - }, - { - "date": "2020-05-19", - "total_cases": 175210.0, - "new_cases": 513.0, - "new_cases_smoothed": 671.714, - "total_deaths": 8007.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 67.714, - "total_cases_per_million": 2091.212, - "new_cases_per_million": 6.123, - "new_cases_smoothed_per_million": 8.017, - "total_deaths_per_million": 95.567, - "new_deaths_per_million": 0.859, - "new_deaths_smoothed_per_million": 0.808, - "new_tests_smoothed": 58577.0, - "new_tests_smoothed_per_thousand": 0.699, - "tests_per_case": 87.205, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-20", - "total_cases": 176007.0, - "new_cases": 797.0, - "new_cases_smoothed": 671.571, - "total_deaths": 8090.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 65.143, - "total_cases_per_million": 2100.725, - "new_cases_per_million": 9.513, - "new_cases_smoothed_per_million": 8.016, - "total_deaths_per_million": 96.558, - "new_deaths_per_million": 0.991, - "new_deaths_smoothed_per_million": 0.778, - "new_tests_smoothed": 56961.0, - "new_tests_smoothed_per_thousand": 0.68, - "tests_per_case": 84.81700000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-21", - "total_cases": 176752.0, - "new_cases": 745.0, - "new_cases_smoothed": 644.714, - "total_deaths": 8147.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 60.571, - "total_cases_per_million": 2109.617, - "new_cases_per_million": 8.892, - "new_cases_smoothed_per_million": 7.695, - "total_deaths_per_million": 97.238, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 0.723, - "new_tests_smoothed": 55344.0, - "new_tests_smoothed_per_thousand": 0.661, - "tests_per_case": 85.84299999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-22", - "total_cases": 177212.0, - "new_cases": 460.0, - "new_cases_smoothed": 580.0, - "total_deaths": 8174.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 50.0, - "total_cases_per_million": 2115.107, - "new_cases_per_million": 5.49, - "new_cases_smoothed_per_million": 6.923, - "total_deaths_per_million": 97.56, - "new_deaths_per_million": 0.322, - "new_deaths_smoothed_per_million": 0.597, - "new_tests_smoothed": 53728.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 92.634, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-23", - "total_cases": 177850.0, - "new_cases": 638.0, - "new_cases_smoothed": 582.571, - "total_deaths": 8216.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 47.857, - "total_cases_per_million": 2122.722, - "new_cases_per_million": 7.615, - "new_cases_smoothed_per_million": 6.953, - "total_deaths_per_million": 98.062, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.571, - "new_tests_smoothed": 52112.0, - "new_tests_smoothed_per_thousand": 0.622, - "tests_per_case": 89.45200000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-24", - "total_cases": 178281.0, - "new_cases": 431.0, - "new_cases_smoothed": 560.857, - "total_deaths": 8247.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 47.571, - "total_cases_per_million": 2127.866, - "new_cases_per_million": 5.144, - "new_cases_smoothed_per_million": 6.694, - "total_deaths_per_million": 98.432, - "new_deaths_per_million": 0.37, - "new_deaths_smoothed_per_million": 0.568, - "total_tests": 3963440.0, - "total_tests_per_thousand": 47.305, - "new_tests_smoothed": 50495.0, - "new_tests_smoothed_per_thousand": 0.603, - "tests_per_case": 90.03200000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-25", - "total_cases": 178570.0, - "new_cases": 289.0, - "new_cases_smoothed": 553.286, - "total_deaths": 8257.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 46.0, - "total_cases_per_million": 2131.315, - "new_cases_per_million": 3.449, - "new_cases_smoothed_per_million": 6.604, - "total_deaths_per_million": 98.551, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.549, - "new_tests_smoothed": 51552.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 93.17399999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-26", - "total_cases": 179002.0, - "new_cases": 432.0, - "new_cases_smoothed": 541.714, - "total_deaths": 8302.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 42.143, - "total_cases_per_million": 2136.471, - "new_cases_per_million": 5.156, - "new_cases_smoothed_per_million": 6.466, - "total_deaths_per_million": 99.088, - "new_deaths_per_million": 0.537, - "new_deaths_smoothed_per_million": 0.503, - "new_tests_smoothed": 52610.0, - "new_tests_smoothed_per_thousand": 0.628, - "tests_per_case": 97.118, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-27", - "total_cases": 179364.0, - "new_cases": 362.0, - "new_cases_smoothed": 479.571, - "total_deaths": 8349.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 37.0, - "total_cases_per_million": 2140.792, - "new_cases_per_million": 4.321, - "new_cases_smoothed_per_million": 5.724, - "total_deaths_per_million": 99.649, - "new_deaths_per_million": 0.561, - "new_deaths_smoothed_per_million": 0.442, - "new_tests_smoothed": 53667.0, - "new_tests_smoothed_per_thousand": 0.641, - "tests_per_case": 111.906, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-28", - "total_cases": 179717.0, - "new_cases": 353.0, - "new_cases_smoothed": 423.571, - "total_deaths": 8411.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 37.714, - "total_cases_per_million": 2145.005, - "new_cases_per_million": 4.213, - "new_cases_smoothed_per_million": 5.056, - "total_deaths_per_million": 100.389, - "new_deaths_per_million": 0.74, - "new_deaths_smoothed_per_million": 0.45, - "new_tests_smoothed": 54724.0, - "new_tests_smoothed_per_thousand": 0.653, - "tests_per_case": 129.197, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-29", - "total_cases": 180458.0, - "new_cases": 741.0, - "new_cases_smoothed": 463.714, - "total_deaths": 8450.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 39.429, - "total_cases_per_million": 2153.849, - "new_cases_per_million": 8.844, - "new_cases_smoothed_per_million": 5.535, - "total_deaths_per_million": 100.855, - "new_deaths_per_million": 0.465, - "new_deaths_smoothed_per_million": 0.471, - "new_tests_smoothed": 55781.0, - "new_tests_smoothed_per_thousand": 0.666, - "tests_per_case": 120.292, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-30", - "total_cases": 181196.0, - "new_cases": 738.0, - "new_cases_smoothed": 478.0, - "total_deaths": 8489.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 39.0, - "total_cases_per_million": 2162.658, - "new_cases_per_million": 8.808, - "new_cases_smoothed_per_million": 5.705, - "total_deaths_per_million": 101.32, - "new_deaths_per_million": 0.465, - "new_deaths_smoothed_per_million": 0.465, - "new_tests_smoothed": 56838.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 118.90799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-05-31", - "total_cases": 181482.0, - "new_cases": 286.0, - "new_cases_smoothed": 457.286, - "total_deaths": 8500.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 36.143, - "total_cases_per_million": 2166.071, - "new_cases_per_million": 3.414, - "new_cases_smoothed_per_million": 5.458, - "total_deaths_per_million": 101.451, - "new_deaths_per_million": 0.131, - "new_deaths_smoothed_per_million": 0.431, - "total_tests": 4368709.0, - "total_tests_per_thousand": 52.143, - "new_tests_smoothed": 57896.0, - "new_tests_smoothed_per_thousand": 0.691, - "tests_per_case": 126.60799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-01", - "total_cases": 181815.0, - "new_cases": 333.0, - "new_cases_smoothed": 463.571, - "total_deaths": 8511.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 2170.046, - "new_cases_per_million": 3.975, - "new_cases_smoothed_per_million": 5.533, - "total_deaths_per_million": 101.583, - "new_deaths_per_million": 0.131, - "new_deaths_smoothed_per_million": 0.433, - "new_tests_smoothed": 56584.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 122.061, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-02", - "total_cases": 182028.0, - "new_cases": 213.0, - "new_cases_smoothed": 432.286, - "total_deaths": 8522.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 31.429, - "total_cases_per_million": 2172.588, - "new_cases_per_million": 2.542, - "new_cases_smoothed_per_million": 5.16, - "total_deaths_per_million": 101.714, - "new_deaths_per_million": 0.131, - "new_deaths_smoothed_per_million": 0.375, - "new_tests_smoothed": 55272.0, - "new_tests_smoothed_per_thousand": 0.66, - "tests_per_case": 127.86, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-03", - "total_cases": 182370.0, - "new_cases": 342.0, - "new_cases_smoothed": 429.429, - "total_deaths": 8551.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 2176.67, - "new_cases_per_million": 4.082, - "new_cases_smoothed_per_million": 5.125, - "total_deaths_per_million": 102.06, - "new_deaths_per_million": 0.346, - "new_deaths_smoothed_per_million": 0.344, - "new_tests_smoothed": 53960.0, - "new_tests_smoothed_per_thousand": 0.644, - "tests_per_case": 125.655, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-04", - "total_cases": 182764.0, - "new_cases": 394.0, - "new_cases_smoothed": 435.286, - "total_deaths": 8581.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 24.286, - "total_cases_per_million": 2181.373, - "new_cases_per_million": 4.703, - "new_cases_smoothed_per_million": 5.195, - "total_deaths_per_million": 102.418, - "new_deaths_per_million": 0.358, - "new_deaths_smoothed_per_million": 0.29, - "new_tests_smoothed": 52648.0, - "new_tests_smoothed_per_thousand": 0.628, - "tests_per_case": 120.95, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-05", - "total_cases": 183271.0, - "new_cases": 507.0, - "new_cases_smoothed": 401.857, - "total_deaths": 8613.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 23.286, - "total_cases_per_million": 2187.424, - "new_cases_per_million": 6.051, - "new_cases_smoothed_per_million": 4.796, - "total_deaths_per_million": 102.8, - "new_deaths_per_million": 0.382, - "new_deaths_smoothed_per_million": 0.278, - "new_tests_smoothed": 51336.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 127.74700000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-06", - "total_cases": 183678.0, - "new_cases": 407.0, - "new_cases_smoothed": 354.571, - "total_deaths": 8646.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 22.429, - "total_cases_per_million": 2192.282, - "new_cases_per_million": 4.858, - "new_cases_smoothed_per_million": 4.232, - "total_deaths_per_million": 103.194, - "new_deaths_per_million": 0.394, - "new_deaths_smoothed_per_million": 0.268, - "new_tests_smoothed": 50024.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 141.083, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-07", - "total_cases": 183979.0, - "new_cases": 301.0, - "new_cases_smoothed": 356.714, - "total_deaths": 8668.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 24.0, - "total_cases_per_million": 2195.874, - "new_cases_per_million": 3.593, - "new_cases_smoothed_per_million": 4.258, - "total_deaths_per_million": 103.457, - "new_deaths_per_million": 0.263, - "new_deaths_smoothed_per_million": 0.286, - "total_tests": 4709695.0, - "total_tests_per_thousand": 56.212, - "new_tests_smoothed": 48712.0, - "new_tests_smoothed_per_thousand": 0.581, - "tests_per_case": 136.55700000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-08", - "total_cases": 184193.0, - "new_cases": 214.0, - "new_cases_smoothed": 339.714, - "total_deaths": 8674.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 23.286, - "total_cases_per_million": 2198.428, - "new_cases_per_million": 2.554, - "new_cases_smoothed_per_million": 4.055, - "total_deaths_per_million": 103.528, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.278, - "new_tests_smoothed": 48431.0, - "new_tests_smoothed_per_thousand": 0.578, - "tests_per_case": 142.564, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-09", - "total_cases": 184543.0, - "new_cases": 350.0, - "new_cases_smoothed": 359.286, - "total_deaths": 8711.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 27.0, - "total_cases_per_million": 2202.606, - "new_cases_per_million": 4.177, - "new_cases_smoothed_per_million": 4.288, - "total_deaths_per_million": 103.97, - "new_deaths_per_million": 0.442, - "new_deaths_smoothed_per_million": 0.322, - "new_tests_smoothed": 48149.0, - "new_tests_smoothed_per_thousand": 0.575, - "tests_per_case": 134.013, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-10", - "total_cases": 184861.0, - "new_cases": 318.0, - "new_cases_smoothed": 355.857, - "total_deaths": 8729.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 2206.401, - "new_cases_per_million": 3.795, - "new_cases_smoothed_per_million": 4.247, - "total_deaths_per_million": 104.185, - "new_deaths_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.304, - "new_tests_smoothed": 47868.0, - "new_tests_smoothed_per_thousand": 0.571, - "tests_per_case": 134.515, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-11", - "total_cases": 185416.0, - "new_cases": 555.0, - "new_cases_smoothed": 378.857, - "total_deaths": 8755.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 24.857, - "total_cases_per_million": 2213.025, - "new_cases_per_million": 6.624, - "new_cases_smoothed_per_million": 4.522, - "total_deaths_per_million": 104.495, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.297, - "new_tests_smoothed": 47587.0, - "new_tests_smoothed_per_thousand": 0.568, - "tests_per_case": 125.60700000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-12", - "total_cases": 185674.0, - "new_cases": 258.0, - "new_cases_smoothed": 343.286, - "total_deaths": 8763.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 2216.105, - "new_cases_per_million": 3.079, - "new_cases_smoothed_per_million": 4.097, - "total_deaths_per_million": 104.59, - "new_deaths_per_million": 0.095, - "new_deaths_smoothed_per_million": 0.256, - "new_tests_smoothed": 47305.0, - "new_tests_smoothed_per_thousand": 0.565, - "tests_per_case": 137.80100000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-13", - "total_cases": 186022.0, - "new_cases": 348.0, - "new_cases_smoothed": 334.857, - "total_deaths": 8781.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 2220.258, - "new_cases_per_million": 4.154, - "new_cases_smoothed_per_million": 3.997, - "total_deaths_per_million": 104.805, - "new_deaths_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.23, - "new_tests_smoothed": 47024.0, - "new_tests_smoothed_per_thousand": 0.561, - "tests_per_case": 140.43, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-14", - "total_cases": 186269.0, - "new_cases": 247.0, - "new_cases_smoothed": 327.143, - "total_deaths": 8787.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 2223.206, - "new_cases_per_million": 2.948, - "new_cases_smoothed_per_million": 3.905, - "total_deaths_per_million": 104.877, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.203, - "total_tests": 5036891.0, - "total_tests_per_thousand": 60.118, - "new_tests_smoothed": 46742.0, - "new_tests_smoothed_per_thousand": 0.558, - "tests_per_case": 142.879, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-15", - "total_cases": 186461.0, - "new_cases": 192.0, - "new_cases_smoothed": 324.0, - "total_deaths": 8791.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 2225.498, - "new_cases_per_million": 2.292, - "new_cases_smoothed_per_million": 3.867, - "total_deaths_per_million": 104.925, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.199, - "new_tests_smoothed": 47987.0, - "new_tests_smoothed_per_thousand": 0.573, - "tests_per_case": 148.108, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-16", - "total_cases": 186839.0, - "new_cases": 378.0, - "new_cases_smoothed": 328.0, - "total_deaths": 8800.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 2230.01, - "new_cases_per_million": 4.512, - "new_cases_smoothed_per_million": 3.915, - "total_deaths_per_million": 105.032, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.152, - "new_tests_smoothed": 49232.0, - "new_tests_smoothed_per_thousand": 0.588, - "tests_per_case": 150.09799999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-17", - "total_cases": 187184.0, - "new_cases": 345.0, - "new_cases_smoothed": 331.857, - "total_deaths": 8830.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 2234.127, - "new_cases_per_million": 4.118, - "new_cases_smoothed_per_million": 3.961, - "total_deaths_per_million": 105.39, - "new_deaths_per_million": 0.358, - "new_deaths_smoothed_per_million": 0.172, - "new_tests_smoothed": 50476.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 152.102, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-06-18", - "total_cases": 187764.0, - "new_cases": 580.0, - "new_cases_smoothed": 335.429, - "total_deaths": 8856.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 2241.05, - "new_cases_per_million": 6.923, - "new_cases_smoothed_per_million": 4.003, - "total_deaths_per_million": 105.7, - "new_deaths_per_million": 0.31, - "new_deaths_smoothed_per_million": 0.172, - "new_tests_smoothed": 51721.0, - "new_tests_smoothed_per_thousand": 0.617, - "tests_per_case": 154.194, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-19", - "total_cases": 188534.0, - "new_cases": 770.0, - "new_cases_smoothed": 408.571, - "total_deaths": 8872.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 2250.24, - "new_cases_per_million": 9.19, - "new_cases_smoothed_per_million": 4.876, - "total_deaths_per_million": 105.891, - "new_deaths_per_million": 0.191, - "new_deaths_smoothed_per_million": 0.186, - "new_tests_smoothed": 52966.0, - "new_tests_smoothed_per_thousand": 0.632, - "tests_per_case": 129.637, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-20", - "total_cases": 189135.0, - "new_cases": 601.0, - "new_cases_smoothed": 444.714, - "total_deaths": 8882.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 2257.413, - "new_cases_per_million": 7.173, - "new_cases_smoothed_per_million": 5.308, - "total_deaths_per_million": 106.011, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.172, - "new_tests_smoothed": 54211.0, - "new_tests_smoothed_per_thousand": 0.647, - "tests_per_case": 121.90100000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-21", - "total_cases": 189822.0, - "new_cases": 687.0, - "new_cases_smoothed": 507.571, - "total_deaths": 8882.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 2265.613, - "new_cases_per_million": 8.2, - "new_cases_smoothed_per_million": 6.058, - "total_deaths_per_million": 106.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.162, - "total_tests": 5425078.0, - "total_tests_per_thousand": 64.751, - "new_tests_smoothed": 55455.0, - "new_tests_smoothed_per_thousand": 0.662, - "tests_per_case": 109.256, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-22", - "total_cases": 190359.0, - "new_cases": 537.0, - "new_cases_smoothed": 556.857, - "total_deaths": 8885.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 2272.022, - "new_cases_per_million": 6.409, - "new_cases_smoothed_per_million": 6.646, - "total_deaths_per_million": 106.047, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.16, - "new_tests_smoothed": 57072.0, - "new_tests_smoothed_per_thousand": 0.681, - "tests_per_case": 102.48899999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-23", - "total_cases": 190862.0, - "new_cases": 503.0, - "new_cases_smoothed": 574.714, - "total_deaths": 8895.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 2278.026, - "new_cases_per_million": 6.004, - "new_cases_smoothed_per_million": 6.859, - "total_deaths_per_million": 106.166, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.162, - "new_tests_smoothed": 58689.0, - "new_tests_smoothed_per_thousand": 0.7, - "tests_per_case": 102.119, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-24", - "total_cases": 191449.0, - "new_cases": 587.0, - "new_cases_smoothed": 609.286, - "total_deaths": 8914.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 2285.032, - "new_cases_per_million": 7.006, - "new_cases_smoothed_per_million": 7.272, - "total_deaths_per_million": 106.393, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.143, - "new_tests_smoothed": 60306.0, - "new_tests_smoothed_per_thousand": 0.72, - "tests_per_case": 98.978, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-25", - "total_cases": 192079.0, - "new_cases": 630.0, - "new_cases_smoothed": 616.429, - "total_deaths": 8927.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 2292.551, - "new_cases_per_million": 7.519, - "new_cases_smoothed_per_million": 7.357, - "total_deaths_per_million": 106.548, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.121, - "new_tests_smoothed": 61923.0, - "new_tests_smoothed_per_thousand": 0.739, - "tests_per_case": 100.454, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-26", - "total_cases": 192556.0, - "new_cases": 477.0, - "new_cases_smoothed": 574.571, - "total_deaths": 8948.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 2298.245, - "new_cases_per_million": 5.693, - "new_cases_smoothed_per_million": 6.858, - "total_deaths_per_million": 106.799, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.13, - "new_tests_smoothed": 63540.0, - "new_tests_smoothed_per_thousand": 0.758, - "tests_per_case": 110.587, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-27", - "total_cases": 193243.0, - "new_cases": 687.0, - "new_cases_smoothed": 586.857, - "total_deaths": 8954.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 2306.444, - "new_cases_per_million": 8.2, - "new_cases_smoothed_per_million": 7.004, - "total_deaths_per_million": 106.87, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.123, - "new_tests_smoothed": 65156.0, - "new_tests_smoothed_per_thousand": 0.778, - "tests_per_case": 111.025, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-28", - "total_cases": 193499.0, - "new_cases": 256.0, - "new_cases_smoothed": 525.286, - "total_deaths": 8957.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 2309.5, - "new_cases_per_million": 3.055, - "new_cases_smoothed_per_million": 6.27, - "total_deaths_per_million": 106.906, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.128, - "total_tests": 5892491.0, - "total_tests_per_thousand": 70.33, - "new_tests_smoothed": 66773.0, - "new_tests_smoothed_per_thousand": 0.797, - "tests_per_case": 127.117, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-29", - "total_cases": 193761.0, - "new_cases": 262.0, - "new_cases_smoothed": 486.0, - "total_deaths": 8961.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 2312.627, - "new_cases_per_million": 3.127, - "new_cases_smoothed_per_million": 5.801, - "total_deaths_per_million": 106.954, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.13, - "new_tests_smoothed": 67571.0, - "new_tests_smoothed_per_thousand": 0.806, - "tests_per_case": 139.035, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-06-30", - "total_cases": 194259.0, - "new_cases": 498.0, - "new_cases_smoothed": 485.286, - "total_deaths": 8973.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 2318.571, - "new_cases_per_million": 5.944, - "new_cases_smoothed_per_million": 5.792, - "total_deaths_per_million": 107.097, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.133, - "new_tests_smoothed": 68368.0, - "new_tests_smoothed_per_thousand": 0.816, - "tests_per_case": 140.882, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-01", - "total_cases": 194725.0, - "new_cases": 466.0, - "new_cases_smoothed": 468.0, - "total_deaths": 8985.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 2324.133, - "new_cases_per_million": 5.562, - "new_cases_smoothed_per_million": 5.586, - "total_deaths_per_million": 107.24, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.121, - "new_tests_smoothed": 69166.0, - "new_tests_smoothed_per_thousand": 0.826, - "tests_per_case": 147.791, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-02", - "total_cases": 195228.0, - "new_cases": 503.0, - "new_cases_smoothed": 449.857, - "total_deaths": 8994.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 2330.136, - "new_cases_per_million": 6.004, - "new_cases_smoothed_per_million": 5.369, - "total_deaths_per_million": 107.348, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.114, - "new_tests_smoothed": 69963.0, - "new_tests_smoothed_per_thousand": 0.835, - "tests_per_case": 155.523, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-03", - "total_cases": 195674.0, - "new_cases": 446.0, - "new_cases_smoothed": 445.429, - "total_deaths": 9003.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2335.459, - "new_cases_per_million": 5.323, - "new_cases_smoothed_per_million": 5.316, - "total_deaths_per_million": 107.455, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.094, - "new_tests_smoothed": 70761.0, - "new_tests_smoothed_per_thousand": 0.845, - "tests_per_case": 158.86, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-04", - "total_cases": 196096.0, - "new_cases": 422.0, - "new_cases_smoothed": 407.571, - "total_deaths": 9010.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 2340.496, - "new_cases_per_million": 5.037, - "new_cases_smoothed_per_million": 4.865, - "total_deaths_per_million": 107.539, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.095, - "new_tests_smoothed": 71558.0, - "new_tests_smoothed_per_thousand": 0.854, - "tests_per_case": 175.572, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-05", - "total_cases": 196335.0, - "new_cases": 239.0, - "new_cases_smoothed": 405.143, - "total_deaths": 9012.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2343.349, - "new_cases_per_million": 2.853, - "new_cases_smoothed_per_million": 4.836, - "total_deaths_per_million": 107.562, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.094, - "total_tests": 6398981.0, - "total_tests_per_thousand": 76.375, - "new_tests_smoothed": 72356.0, - "new_tests_smoothed_per_thousand": 0.864, - "tests_per_case": 178.59400000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-06", - "total_cases": 196554.0, - "new_cases": 219.0, - "new_cases_smoothed": 399.0, - "total_deaths": 9016.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2345.963, - "new_cases_per_million": 2.614, - "new_cases_smoothed_per_million": 4.762, - "total_deaths_per_million": 107.61, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.094, - "new_tests_smoothed": 72439.0, - "new_tests_smoothed_per_thousand": 0.865, - "tests_per_case": 181.551, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 63.43 - }, - { - "date": "2020-07-07", - "total_cases": 196944.0, - "new_cases": 390.0, - "new_cases_smoothed": 383.571, - "total_deaths": 9024.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2350.617, - "new_cases_per_million": 4.655, - "new_cases_smoothed_per_million": 4.578, - "total_deaths_per_million": 107.706, - "new_deaths_per_million": 0.095, - "new_deaths_smoothed_per_million": 0.087, - "new_tests_smoothed": 72521.0, - "new_tests_smoothed_per_thousand": 0.866, - "tests_per_case": 189.06799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-08", - "total_cases": 197341.0, - "new_cases": 397.0, - "new_cases_smoothed": 373.714, - "total_deaths": 9036.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2355.356, - "new_cases_per_million": 4.738, - "new_cases_smoothed_per_million": 4.46, - "total_deaths_per_million": 107.849, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.087, - "new_tests_smoothed": 72604.0, - "new_tests_smoothed_per_thousand": 0.867, - "tests_per_case": 194.27700000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-09", - "total_cases": 197783.0, - "new_cases": 442.0, - "new_cases_smoothed": 365.0, - "total_deaths": 9048.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2360.631, - "new_cases_per_million": 5.275, - "new_cases_smoothed_per_million": 4.356, - "total_deaths_per_million": 107.992, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.092, - "new_tests_smoothed": 72687.0, - "new_tests_smoothed_per_thousand": 0.868, - "tests_per_case": 199.142, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-10", - "total_cases": 198178.0, - "new_cases": 395.0, - "new_cases_smoothed": 357.714, - "total_deaths": 9054.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2365.346, - "new_cases_per_million": 4.715, - "new_cases_smoothed_per_million": 4.269, - "total_deaths_per_million": 108.064, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.087, - "new_tests_smoothed": 72770.0, - "new_tests_smoothed_per_thousand": 0.869, - "tests_per_case": 203.43099999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-11", - "total_cases": 198556.0, - "new_cases": 378.0, - "new_cases_smoothed": 351.429, - "total_deaths": 9060.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 2369.857, - "new_cases_per_million": 4.512, - "new_cases_smoothed_per_million": 4.194, - "total_deaths_per_million": 108.135, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.085, - "new_tests_smoothed": 72853.0, - "new_tests_smoothed_per_thousand": 0.87, - "tests_per_case": 207.305, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-12", - "total_cases": 198804.0, - "new_cases": 248.0, - "new_cases_smoothed": 352.714, - "total_deaths": 9063.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 2372.817, - "new_cases_per_million": 2.96, - "new_cases_smoothed_per_million": 4.21, - "total_deaths_per_million": 108.171, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.087, - "total_tests": 6909532.0, - "total_tests_per_thousand": 82.468, - "new_tests_smoothed": 72936.0, - "new_tests_smoothed_per_thousand": 0.871, - "tests_per_case": 206.785, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-13", - "total_cases": 198963.0, - "new_cases": 159.0, - "new_cases_smoothed": 344.143, - "total_deaths": 9064.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 2374.715, - "new_cases_per_million": 1.898, - "new_cases_smoothed_per_million": 4.108, - "total_deaths_per_million": 108.183, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.082, - "new_tests_smoothed": 73510.0, - "new_tests_smoothed_per_thousand": 0.877, - "tests_per_case": 213.60299999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-14", - "total_cases": 199375.0, - "new_cases": 412.0, - "new_cases_smoothed": 347.286, - "total_deaths": 9068.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 2379.633, - "new_cases_per_million": 4.917, - "new_cases_smoothed_per_million": 4.145, - "total_deaths_per_million": 108.231, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.075, - "new_tests_smoothed": 74085.0, - "new_tests_smoothed_per_thousand": 0.884, - "tests_per_case": 213.326, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-15", - "total_cases": 199726.0, - "new_cases": 351.0, - "new_cases_smoothed": 340.714, - "total_deaths": 9071.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2383.822, - "new_cases_per_million": 4.189, - "new_cases_smoothed_per_million": 4.067, - "total_deaths_per_million": 108.267, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 74659.0, - "new_tests_smoothed_per_thousand": 0.891, - "tests_per_case": 219.125, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-16", - "total_cases": 200260.0, - "new_cases": 534.0, - "new_cases_smoothed": 353.857, - "total_deaths": 9078.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2390.195, - "new_cases_per_million": 6.374, - "new_cases_smoothed_per_million": 4.223, - "total_deaths_per_million": 108.35, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.051, - "new_tests_smoothed": 75234.0, - "new_tests_smoothed_per_thousand": 0.898, - "tests_per_case": 212.611, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-17", - "total_cases": 200843.0, - "new_cases": 583.0, - "new_cases_smoothed": 380.714, - "total_deaths": 9082.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2397.154, - "new_cases_per_million": 6.958, - "new_cases_smoothed_per_million": 4.544, - "total_deaths_per_million": 108.398, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.048, - "new_tests_smoothed": 75808.0, - "new_tests_smoothed_per_thousand": 0.905, - "tests_per_case": 199.12, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-18", - "total_cases": 201372.0, - "new_cases": 529.0, - "new_cases_smoothed": 402.286, - "total_deaths": 9083.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 2403.468, - "new_cases_per_million": 6.314, - "new_cases_smoothed_per_million": 4.801, - "total_deaths_per_million": 108.41, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.039, - "new_tests_smoothed": 76383.0, - "new_tests_smoothed_per_thousand": 0.912, - "tests_per_case": 189.873, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-19", - "total_cases": 201574.0, - "new_cases": 202.0, - "new_cases_smoothed": 395.714, - "total_deaths": 9084.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 2405.879, - "new_cases_per_million": 2.411, - "new_cases_smoothed_per_million": 4.723, - "total_deaths_per_million": 108.422, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.036, - "total_tests": 7448233.0, - "total_tests_per_thousand": 88.898, - "new_tests_smoothed": 76957.0, - "new_tests_smoothed_per_thousand": 0.919, - "tests_per_case": 194.476, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-20", - "total_cases": 201823.0, - "new_cases": 249.0, - "new_cases_smoothed": 408.571, - "total_deaths": 9086.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2408.851, - "new_cases_per_million": 2.972, - "new_cases_smoothed_per_million": 4.876, - "total_deaths_per_million": 108.446, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.038, - "new_tests_smoothed": 77657.0, - "new_tests_smoothed_per_thousand": 0.927, - "tests_per_case": 190.07, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-21", - "total_cases": 202345.0, - "new_cases": 522.0, - "new_cases_smoothed": 424.286, - "total_deaths": 9090.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2415.081, - "new_cases_per_million": 6.23, - "new_cases_smoothed_per_million": 5.064, - "total_deaths_per_million": 108.493, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.038, - "new_tests_smoothed": 78356.0, - "new_tests_smoothed_per_thousand": 0.935, - "tests_per_case": 184.67700000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-22", - "total_cases": 202799.0, - "new_cases": 454.0, - "new_cases_smoothed": 439.0, - "total_deaths": 9095.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 2420.5, - "new_cases_per_million": 5.419, - "new_cases_smoothed_per_million": 5.24, - "total_deaths_per_million": 108.553, - "new_deaths_per_million": 0.06, - "new_deaths_smoothed_per_million": 0.041, - "new_tests_smoothed": 79055.0, - "new_tests_smoothed_per_thousand": 0.944, - "tests_per_case": 180.08, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-23", - "total_cases": 203368.0, - "new_cases": 569.0, - "new_cases_smoothed": 444.0, - "total_deaths": 9101.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 2427.291, - "new_cases_per_million": 6.791, - "new_cases_smoothed_per_million": 5.299, - "total_deaths_per_million": 108.625, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.039, - "new_tests_smoothed": 79755.0, - "new_tests_smoothed_per_thousand": 0.952, - "tests_per_case": 179.628, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-24", - "total_cases": 204183.0, - "new_cases": 815.0, - "new_cases_smoothed": 477.143, - "total_deaths": 9111.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 2437.018, - "new_cases_per_million": 9.727, - "new_cases_smoothed_per_million": 5.695, - "total_deaths_per_million": 108.744, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.049, - "new_tests_smoothed": 80454.0, - "new_tests_smoothed_per_thousand": 0.96, - "tests_per_case": 168.61599999999999, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-25", - "total_cases": 204964.0, - "new_cases": 781.0, - "new_cases_smoothed": 513.143, - "total_deaths": 9118.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2446.34, - "new_cases_per_million": 9.322, - "new_cases_smoothed_per_million": 6.125, - "total_deaths_per_million": 108.828, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 81153.0, - "new_tests_smoothed_per_thousand": 0.969, - "tests_per_case": 158.149, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-26", - "total_cases": 205269.0, - "new_cases": 305.0, - "new_cases_smoothed": 527.857, - "total_deaths": 9118.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2449.98, - "new_cases_per_million": 3.64, - "new_cases_smoothed_per_million": 6.3, - "total_deaths_per_million": 108.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.058, - "total_tests": 8021200.0, - "total_tests_per_thousand": 95.737, - "new_tests_smoothed": 81852.0, - "new_tests_smoothed_per_thousand": 0.977, - "tests_per_case": 155.065, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-27", - "total_cases": 205609.0, - "new_cases": 340.0, - "new_cases_smoothed": 540.857, - "total_deaths": 9118.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2454.038, - "new_cases_per_million": 4.058, - "new_cases_smoothed_per_million": 6.455, - "total_deaths_per_million": 108.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 82017.0, - "new_tests_smoothed_per_thousand": 0.979, - "tests_per_case": 151.643, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-28", - "total_cases": 206242.0, - "new_cases": 633.0, - "new_cases_smoothed": 556.714, - "total_deaths": 9122.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2461.593, - "new_cases_per_million": 7.555, - "new_cases_smoothed_per_million": 6.645, - "total_deaths_per_million": 108.875, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 82182.0, - "new_tests_smoothed_per_thousand": 0.981, - "tests_per_case": 147.62, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-29", - "total_cases": 206926.0, - "new_cases": 684.0, - "new_cases_smoothed": 589.571, - "total_deaths": 9128.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2469.757, - "new_cases_per_million": 8.164, - "new_cases_smoothed_per_million": 7.037, - "total_deaths_per_million": 108.947, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 82347.0, - "new_tests_smoothed_per_thousand": 0.983, - "tests_per_case": 139.673, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-30", - "total_cases": 207828.0, - "new_cases": 902.0, - "new_cases_smoothed": 637.143, - "total_deaths": 9134.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2480.523, - "new_cases_per_million": 10.766, - "new_cases_smoothed_per_million": 7.605, - "total_deaths_per_million": 109.018, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 82511.0, - "new_tests_smoothed_per_thousand": 0.985, - "tests_per_case": 129.502, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-31", - "total_cases": 208698.0, - "new_cases": 870.0, - "new_cases_smoothed": 645.0, - "total_deaths": 9141.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2490.907, - "new_cases_per_million": 10.384, - "new_cases_smoothed_per_million": 7.698, - "total_deaths_per_million": 109.102, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.051, - "new_tests_smoothed": 82676.0, - "new_tests_smoothed_per_thousand": 0.987, - "tests_per_case": 128.18, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-01", - "total_cases": 209653.0, - "new_cases": 955.0, - "new_cases_smoothed": 669.857, - "total_deaths": 9141.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 2502.305, - "new_cases_per_million": 11.398, - "new_cases_smoothed_per_million": 7.995, - "total_deaths_per_million": 109.102, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.039, - "new_tests_smoothed": 82841.0, - "new_tests_smoothed_per_thousand": 0.989, - "tests_per_case": 123.67, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-02", - "total_cases": 209893.0, - "new_cases": 240.0, - "new_cases_smoothed": 660.571, - "total_deaths": 9141.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 2505.17, - "new_cases_per_million": 2.865, - "new_cases_smoothed_per_million": 7.884, - "total_deaths_per_million": 109.102, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.039, - "total_tests": 8602237.0, - "total_tests_per_thousand": 102.672, - "new_tests_smoothed": 83005.0, - "new_tests_smoothed_per_thousand": 0.991, - "tests_per_case": 125.656, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-03", - "total_cases": 210402.0, - "new_cases": 509.0, - "new_cases_smoothed": 684.714, - "total_deaths": 9148.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2511.245, - "new_cases_per_million": 6.075, - "new_cases_smoothed_per_million": 8.172, - "total_deaths_per_million": 109.186, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.051, - "new_tests_smoothed": 86127.0, - "new_tests_smoothed_per_thousand": 1.028, - "tests_per_case": 125.785, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-04", - "total_cases": 211281.0, - "new_cases": 879.0, - "new_cases_smoothed": 719.857, - "total_deaths": 9156.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2521.736, - "new_cases_per_million": 10.491, - "new_cases_smoothed_per_million": 8.592, - "total_deaths_per_million": 109.281, - "new_deaths_per_million": 0.095, - "new_deaths_smoothed_per_million": 0.058, - "new_tests_smoothed": 89248.0, - "new_tests_smoothed_per_thousand": 1.065, - "tests_per_case": 123.98, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-05", - "total_cases": 212022.0, - "new_cases": 741.0, - "new_cases_smoothed": 728.0, - "total_deaths": 9168.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2530.58, - "new_cases_per_million": 8.844, - "new_cases_smoothed_per_million": 8.689, - "total_deaths_per_million": 109.424, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.068, - "new_tests_smoothed": 92370.0, - "new_tests_smoothed_per_thousand": 1.102, - "tests_per_case": 126.882, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-06", - "total_cases": 213762.0, - "new_cases": 1740.0, - "new_cases_smoothed": 847.714, - "total_deaths": 9175.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 2551.348, - "new_cases_per_million": 20.768, - "new_cases_smoothed_per_million": 10.118, - "total_deaths_per_million": 109.508, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.07, - "new_tests_smoothed": 95491.0, - "new_tests_smoothed_per_thousand": 1.14, - "tests_per_case": 112.645, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-08-07", - "total_cases": 214926.0, - "new_cases": 1164.0, - "new_cases_smoothed": 889.714, - "total_deaths": 9183.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2565.241, - "new_cases_per_million": 13.893, - "new_cases_smoothed_per_million": 10.619, - "total_deaths_per_million": 109.603, - "new_deaths_per_million": 0.095, - "new_deaths_smoothed_per_million": 0.072, - "new_tests_smoothed": 98613.0, - "new_tests_smoothed_per_thousand": 1.177, - "tests_per_case": 110.837, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-08", - "total_cases": 215921.0, - "new_cases": 995.0, - "new_cases_smoothed": 895.429, - "total_deaths": 9195.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2577.117, - "new_cases_per_million": 11.876, - "new_cases_smoothed_per_million": 10.687, - "total_deaths_per_million": 109.747, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.092, - "new_tests_smoothed": 101734.0, - "new_tests_smoothed_per_thousand": 1.214, - "tests_per_case": 113.615, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-09", - "total_cases": 216625.0, - "new_cases": 704.0, - "new_cases_smoothed": 961.714, - "total_deaths": 9196.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 2585.519, - "new_cases_per_million": 8.403, - "new_cases_smoothed_per_million": 11.479, - "total_deaths_per_million": 109.758, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.094, - "total_tests": 9336227.0, - "total_tests_per_thousand": 111.432, - "new_tests_smoothed": 104856.0, - "new_tests_smoothed_per_thousand": 1.252, - "tests_per_case": 109.03, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-10", - "total_cases": 216942.0, - "new_cases": 317.0, - "new_cases_smoothed": 934.286, - "total_deaths": 9197.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 2589.303, - "new_cases_per_million": 3.784, - "new_cases_smoothed_per_million": 11.151, - "total_deaths_per_million": 109.77, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.084, - "new_tests_smoothed": 108080.0, - "new_tests_smoothed_per_thousand": 1.29, - "tests_per_case": 115.682, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-11", - "total_cases": 218021.0, - "new_cases": 1079.0, - "new_cases_smoothed": 962.857, - "total_deaths": 9201.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 2602.181, - "new_cases_per_million": 12.878, - "new_cases_smoothed_per_million": 11.492, - "total_deaths_per_million": 109.818, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.077, - "new_tests_smoothed": 111305.0, - "new_tests_smoothed_per_thousand": 1.328, - "tests_per_case": 115.59899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-12", - "total_cases": 219203.0, - "new_cases": 1182.0, - "new_cases_smoothed": 1025.857, - "total_deaths": 9207.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 2616.289, - "new_cases_per_million": 14.108, - "new_cases_smoothed_per_million": 12.244, - "total_deaths_per_million": 109.89, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.066, - "new_tests_smoothed": 114529.0, - "new_tests_smoothed_per_thousand": 1.367, - "tests_per_case": 111.64200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-13", - "total_cases": 220724.0, - "new_cases": 1521.0, - "new_cases_smoothed": 994.571, - "total_deaths": 9211.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2634.443, - "new_cases_per_million": 18.154, - "new_cases_smoothed_per_million": 11.871, - "total_deaths_per_million": 109.938, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 117754.0, - "new_tests_smoothed_per_thousand": 1.405, - "tests_per_case": 118.397, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-14", - "total_cases": 222176.0, - "new_cases": 1452.0, - "new_cases_smoothed": 1035.714, - "total_deaths": 9225.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2651.773, - "new_cases_per_million": 17.33, - "new_cases_smoothed_per_million": 12.362, - "total_deaths_per_million": 110.105, - "new_deaths_per_million": 0.167, - "new_deaths_smoothed_per_million": 0.072, - "new_tests_smoothed": 120978.0, - "new_tests_smoothed_per_thousand": 1.444, - "tests_per_case": 116.806, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-15", - "total_cases": 223515.0, - "new_cases": 1339.0, - "new_cases_smoothed": 1084.857, - "total_deaths": 9231.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2667.755, - "new_cases_per_million": 15.982, - "new_cases_smoothed_per_million": 12.948, - "total_deaths_per_million": 110.176, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 124202.0, - "new_tests_smoothed_per_thousand": 1.482, - "tests_per_case": 114.48700000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-16", - "total_cases": 224233.0, - "new_cases": 718.0, - "new_cases_smoothed": 1086.857, - "total_deaths": 9231.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2676.324, - "new_cases_per_million": 8.57, - "new_cases_smoothed_per_million": 12.972, - "total_deaths_per_million": 110.176, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.06, - "total_tests": 10228215.0, - "total_tests_per_thousand": 122.078, - "new_tests_smoothed": 127427.0, - "new_tests_smoothed_per_thousand": 1.521, - "tests_per_case": 117.244, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-17", - "total_cases": 224714.0, - "new_cases": 481.0, - "new_cases_smoothed": 1110.286, - "total_deaths": 9232.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2682.065, - "new_cases_per_million": 5.741, - "new_cases_smoothed_per_million": 13.252, - "total_deaths_per_million": 110.188, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 130767.0, - "new_tests_smoothed_per_thousand": 1.561, - "tests_per_case": 117.77799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-18", - "total_cases": 226145.0, - "new_cases": 1431.0, - "new_cases_smoothed": 1160.571, - "total_deaths": 9232.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 2699.145, - "new_cases_per_million": 17.08, - "new_cases_smoothed_per_million": 13.852, - "total_deaths_per_million": 110.188, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.053, - "new_tests_smoothed": 134107.0, - "new_tests_smoothed_per_thousand": 1.601, - "tests_per_case": 115.553, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-19", - "total_cases": 226914.0, - "new_cases": 769.0, - "new_cases_smoothed": 1101.571, - "total_deaths": 9243.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2708.323, - "new_cases_per_million": 9.178, - "new_cases_smoothed_per_million": 13.148, - "total_deaths_per_million": 110.319, - "new_deaths_per_million": 0.131, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 137448.0, - "new_tests_smoothed_per_thousand": 1.641, - "tests_per_case": 124.774, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-20", - "total_cases": 228621.0, - "new_cases": 1707.0, - "new_cases_smoothed": 1128.143, - "total_deaths": 9253.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 2728.697, - "new_cases_per_million": 20.374, - "new_cases_smoothed_per_million": 13.465, - "total_deaths_per_million": 110.439, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.072, - "new_tests_smoothed": 140788.0, - "new_tests_smoothed_per_thousand": 1.68, - "tests_per_case": 124.796, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-21", - "total_cases": 230948.0, - "new_cases": 2327.0, - "new_cases_smoothed": 1253.143, - "total_deaths": 9260.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2756.471, - "new_cases_per_million": 27.774, - "new_cases_smoothed_per_million": 14.957, - "total_deaths_per_million": 110.522, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 144128.0, - "new_tests_smoothed_per_thousand": 1.72, - "tests_per_case": 115.01299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-22", - "total_cases": 232082.0, - "new_cases": 1134.0, - "new_cases_smoothed": 1223.857, - "total_deaths": 9267.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2770.006, - "new_cases_per_million": 13.535, - "new_cases_smoothed_per_million": 14.607, - "total_deaths_per_million": 110.606, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 147469.0, - "new_tests_smoothed_per_thousand": 1.76, - "tests_per_case": 120.495, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-23", - "total_cases": 232864.0, - "new_cases": 782.0, - "new_cases_smoothed": 1233.0, - "total_deaths": 9269.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 2779.339, - "new_cases_per_million": 9.334, - "new_cases_smoothed_per_million": 14.716, - "total_deaths_per_million": 110.63, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.065, - "total_tests": 11283877.0, - "total_tests_per_thousand": 134.678, - "new_tests_smoothed": 150809.0, - "new_tests_smoothed_per_thousand": 1.8, - "tests_per_case": 122.311, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 56.94 - }, - { - "date": "2020-08-24", - "total_cases": 233575.0, - "new_cases": 711.0, - "new_cases_smoothed": 1265.857, - "total_deaths": 9272.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2787.825, - "new_cases_per_million": 8.486, - "new_cases_smoothed_per_million": 15.109, - "total_deaths_per_million": 110.666, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.068, - "new_tests_smoothed": 151740.0, - "new_tests_smoothed_per_thousand": 1.811, - "tests_per_case": 119.87100000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-25", - "total_cases": 234853.0, - "new_cases": 1278.0, - "new_cases_smoothed": 1244.0, - "total_deaths": 9277.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 2803.079, - "new_cases_per_million": 15.254, - "new_cases_smoothed_per_million": 14.848, - "total_deaths_per_million": 110.725, - "new_deaths_per_million": 0.06, - "new_deaths_smoothed_per_million": 0.077, - "new_tests_smoothed": 152672.0, - "new_tests_smoothed_per_thousand": 1.822, - "tests_per_case": 122.727, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-26", - "total_cases": 236429.0, - "new_cases": 1576.0, - "new_cases_smoothed": 1359.286, - "total_deaths": 9280.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 2821.889, - "new_cases_per_million": 18.81, - "new_cases_smoothed_per_million": 16.224, - "total_deaths_per_million": 110.761, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.063, - "new_tests_smoothed": 153603.0, - "new_tests_smoothed_per_thousand": 1.833, - "tests_per_case": 113.00299999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-27", - "total_cases": 237936.0, - "new_cases": 1507.0, - "new_cases_smoothed": 1330.714, - "total_deaths": 9285.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 2839.876, - "new_cases_per_million": 17.987, - "new_cases_smoothed_per_million": 15.883, - "total_deaths_per_million": 110.821, - "new_deaths_per_million": 0.06, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 154534.0, - "new_tests_smoothed_per_thousand": 1.844, - "tests_per_case": 116.12899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-28", - "total_cases": 239507.0, - "new_cases": 1571.0, - "new_cases_smoothed": 1222.714, - "total_deaths": 9288.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 2858.626, - "new_cases_per_million": 18.751, - "new_cases_smoothed_per_million": 14.594, - "total_deaths_per_million": 110.857, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.048, - "new_tests_smoothed": 155466.0, - "new_tests_smoothed_per_thousand": 1.856, - "tests_per_case": 127.148, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-29", - "total_cases": 240986.0, - "new_cases": 1479.0, - "new_cases_smoothed": 1272.0, - "total_deaths": 9289.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 2876.279, - "new_cases_per_million": 17.653, - "new_cases_smoothed_per_million": 15.182, - "total_deaths_per_million": 110.868, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.038, - "new_tests_smoothed": 156397.0, - "new_tests_smoothed_per_thousand": 1.867, - "tests_per_case": 122.954, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-30", - "total_cases": 241771.0, - "new_cases": 785.0, - "new_cases_smoothed": 1272.429, - "total_deaths": 9295.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2885.648, - "new_cases_per_million": 9.369, - "new_cases_smoothed_per_million": 15.187, - "total_deaths_per_million": 110.94, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.044, - "total_tests": 12385176.0, - "total_tests_per_thousand": 147.823, - "new_tests_smoothed": 157328.0, - "new_tests_smoothed_per_thousand": 1.878, - "tests_per_case": 123.64399999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-08-31", - "total_cases": 242381.0, - "new_cases": 610.0, - "new_cases_smoothed": 1258.0, - "total_deaths": 9298.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 2892.929, - "new_cases_per_million": 7.281, - "new_cases_smoothed_per_million": 15.015, - "total_deaths_per_million": 110.976, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.044, - "new_tests_smoothed": 156304.0, - "new_tests_smoothed_per_thousand": 1.866, - "tests_per_case": 124.24799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-09-01", - "total_cases": 243599.0, - "new_cases": 1218.0, - "new_cases_smoothed": 1249.429, - "total_deaths": 9302.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 2907.466, - "new_cases_per_million": 14.537, - "new_cases_smoothed_per_million": 14.913, - "total_deaths_per_million": 111.024, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.043, - "new_tests_smoothed": 155281.0, - "new_tests_smoothed_per_thousand": 1.853, - "tests_per_case": 124.28200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-09-02", - "total_cases": 244855.0, - "new_cases": 1256.0, - "new_cases_smoothed": 1203.714, - "total_deaths": 9313.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 2922.457, - "new_cases_per_million": 14.991, - "new_cases_smoothed_per_million": 14.367, - "total_deaths_per_million": 111.155, - "new_deaths_per_million": 0.131, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 154257.0, - "new_tests_smoothed_per_thousand": 1.841, - "tests_per_case": 128.151, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 59.72 - }, - { - "date": "2020-09-03", - "total_cases": 246166.0, - "new_cases": 1311.0, - "new_cases_smoothed": 1175.714, - "total_deaths": 9321.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 2938.105, - "new_cases_per_million": 15.647, - "new_cases_smoothed_per_million": 14.033, - "total_deaths_per_million": 111.25, - "new_deaths_per_million": 0.095, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 153233.0, - "new_tests_smoothed_per_thousand": 1.829, - "tests_per_case": 130.332, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.87 - }, - { - "date": "2020-09-04", - "total_cases": 247619.0, - "new_cases": 1453.0, - "new_cases_smoothed": 1158.857, - "total_deaths": 9322.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 2955.447, - "new_cases_per_million": 17.342, - "new_cases_smoothed_per_million": 13.831, - "total_deaths_per_million": 111.262, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.058, - "new_tests_smoothed": 152209.0, - "new_tests_smoothed_per_thousand": 1.817, - "tests_per_case": 131.344, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-05", - "total_cases": 248997.0, - "new_cases": 1378.0, - "new_cases_smoothed": 1144.429, - "total_deaths": 9324.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 2971.894, - "new_cases_per_million": 16.447, - "new_cases_smoothed_per_million": 13.659, - "total_deaths_per_million": 111.286, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.06, - "new_tests_smoothed": 151185.0, - "new_tests_smoothed_per_thousand": 1.804, - "tests_per_case": 132.105, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-06", - "total_cases": 249985.0, - "new_cases": 988.0, - "new_cases_smoothed": 1173.429, - "total_deaths": 9325.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 2983.686, - "new_cases_per_million": 11.792, - "new_cases_smoothed_per_million": 14.005, - "total_deaths_per_million": 111.298, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.051, - "total_tests": 13436301.0, - "total_tests_per_thousand": 160.368, - "new_tests_smoothed": 150161.0, - "new_tests_smoothed_per_thousand": 1.792, - "tests_per_case": 127.96799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-07", - "total_cases": 250799.0, - "new_cases": 814.0, - "new_cases_smoothed": 1202.571, - "total_deaths": 9325.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 2993.402, - "new_cases_per_million": 9.715, - "new_cases_smoothed_per_million": 14.353, - "total_deaths_per_million": 111.298, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.046, - "new_tests_smoothed": 151583.0, - "new_tests_smoothed_per_thousand": 1.809, - "tests_per_case": 126.04899999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-08", - "total_cases": 252298.0, - "new_cases": 1499.0, - "new_cases_smoothed": 1242.714, - "total_deaths": 9329.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 3011.293, - "new_cases_per_million": 17.891, - "new_cases_smoothed_per_million": 14.832, - "total_deaths_per_million": 111.346, - "new_deaths_per_million": 0.048, - "new_deaths_smoothed_per_million": 0.046, - "new_tests_smoothed": 153006.0, - "new_tests_smoothed_per_thousand": 1.826, - "tests_per_case": 123.12200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-09", - "total_cases": 253474.0, - "new_cases": 1176.0, - "new_cases_smoothed": 1231.286, - "total_deaths": 9338.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 3025.329, - "new_cases_per_million": 14.036, - "new_cases_smoothed_per_million": 14.696, - "total_deaths_per_million": 111.453, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.043, - "new_tests_smoothed": 154429.0, - "new_tests_smoothed_per_thousand": 1.843, - "tests_per_case": 125.421, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-10", - "total_cases": 255366.0, - "new_cases": 1892.0, - "new_cases_smoothed": 1314.286, - "total_deaths": 9341.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3047.911, - "new_cases_per_million": 22.582, - "new_cases_smoothed_per_million": 15.687, - "total_deaths_per_million": 111.489, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.034, - "new_tests_smoothed": 155851.0, - "new_tests_smoothed_per_thousand": 1.86, - "tests_per_case": 118.58200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-11", - "total_cases": 256850.0, - "new_cases": 1484.0, - "new_cases_smoothed": 1318.714, - "total_deaths": 9342.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 3065.623, - "new_cases_per_million": 17.712, - "new_cases_smoothed_per_million": 15.739, - "total_deaths_per_million": 111.501, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.034, - "new_tests_smoothed": 157274.0, - "new_tests_smoothed_per_thousand": 1.877, - "tests_per_case": 119.26299999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-12", - "total_cases": 258480.0, - "new_cases": 1630.0, - "new_cases_smoothed": 1354.714, - "total_deaths": 9347.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 3085.078, - "new_cases_per_million": 19.455, - "new_cases_smoothed_per_million": 16.169, - "total_deaths_per_million": 111.561, - "new_deaths_per_million": 0.06, - "new_deaths_smoothed_per_million": 0.039, - "new_tests_smoothed": 158697.0, - "new_tests_smoothed_per_thousand": 1.894, - "tests_per_case": 117.14399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-13", - "total_cases": 259428.0, - "new_cases": 948.0, - "new_cases_smoothed": 1349.0, - "total_deaths": 9349.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 3096.393, - "new_cases_per_million": 11.315, - "new_cases_smoothed_per_million": 16.101, - "total_deaths_per_million": 111.585, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.041, - "total_tests": 14557136.0, - "total_tests_per_thousand": 173.746, - "new_tests_smoothed": 160119.0, - "new_tests_smoothed_per_thousand": 1.911, - "tests_per_case": 118.695, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-14", - "total_cases": 260355.0, - "new_cases": 927.0, - "new_cases_smoothed": 1365.143, - "total_deaths": 9350.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 3107.457, - "new_cases_per_million": 11.064, - "new_cases_smoothed_per_million": 16.294, - "total_deaths_per_million": 111.597, - "new_deaths_per_million": 0.012, - "new_deaths_smoothed_per_million": 0.043, - "new_tests_smoothed": 159399.0, - "new_tests_smoothed_per_thousand": 1.903, - "tests_per_case": 116.764, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-15", - "total_cases": 261762.0, - "new_cases": 1407.0, - "new_cases_smoothed": 1352.0, - "total_deaths": 9362.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 3124.25, - "new_cases_per_million": 16.793, - "new_cases_smoothed_per_million": 16.137, - "total_deaths_per_million": 111.74, - "new_deaths_per_million": 0.143, - "new_deaths_smoothed_per_million": 0.056, - "new_tests_smoothed": 158678.0, - "new_tests_smoothed_per_thousand": 1.894, - "tests_per_case": 117.365, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-16", - "total_cases": 263663.0, - "new_cases": 1901.0, - "new_cases_smoothed": 1455.571, - "total_deaths": 9368.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3146.939, - "new_cases_per_million": 22.689, - "new_cases_smoothed_per_million": 17.373, - "total_deaths_per_million": 111.811, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.051, - "new_tests_smoothed": 157957.0, - "new_tests_smoothed_per_thousand": 1.885, - "tests_per_case": 108.51899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-17", - "total_cases": 265857.0, - "new_cases": 2194.0, - "new_cases_smoothed": 1498.714, - "total_deaths": 9371.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 3173.126, - "new_cases_per_million": 26.186, - "new_cases_smoothed_per_million": 17.888, - "total_deaths_per_million": 111.847, - "new_deaths_per_million": 0.036, - "new_deaths_smoothed_per_million": 0.051, - "new_tests_smoothed": 157236.0, - "new_tests_smoothed_per_thousand": 1.877, - "tests_per_case": 104.914, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-18", - "total_cases": 267773.0, - "new_cases": 1916.0, - "new_cases_smoothed": 1560.429, - "total_deaths": 9378.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3195.994, - "new_cases_per_million": 22.868, - "new_cases_smoothed_per_million": 18.624, - "total_deaths_per_million": 111.931, - "new_deaths_per_million": 0.084, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 156516.0, - "new_tests_smoothed_per_thousand": 1.868, - "tests_per_case": 100.303, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-19", - "total_cases": 270070.0, - "new_cases": 2297.0, - "new_cases_smoothed": 1655.714, - "total_deaths": 9384.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 3223.41, - "new_cases_per_million": 27.416, - "new_cases_smoothed_per_million": 19.762, - "total_deaths_per_million": 112.002, - "new_deaths_per_million": 0.072, - "new_deaths_smoothed_per_million": 0.063, - "new_tests_smoothed": 155795.0, - "new_tests_smoothed_per_thousand": 1.859, - "tests_per_case": 94.095, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-20", - "total_cases": 271415.0, - "new_cases": 1345.0, - "new_cases_smoothed": 1712.429, - "total_deaths": 9386.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 3239.463, - "new_cases_per_million": 16.053, - "new_cases_smoothed_per_million": 20.439, - "total_deaths_per_million": 112.026, - "new_deaths_per_million": 0.024, - "new_deaths_smoothed_per_million": 0.063, - "total_tests": 15642654.0, - "total_tests_per_thousand": 186.702, - "new_tests_smoothed": 155074.0, - "new_tests_smoothed_per_thousand": 1.851, - "tests_per_case": 90.55799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 49.54 - }, - { - "date": "2020-09-21", - "total_cases": 272337.0, - "new_cases": 922.0, - "new_cases_smoothed": 1711.714, - "total_deaths": 9386.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 3250.468, - "new_cases_per_million": 11.004, - "new_cases_smoothed_per_million": 20.43, - "total_deaths_per_million": 112.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 49.54 - }, - { - "date": "2020-09-22", - "total_cases": 274158.0, - "new_cases": 1821.0, - "new_cases_smoothed": 1770.857, - "total_deaths": 9396.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 3272.202, - "new_cases_per_million": 21.734, - "new_cases_smoothed_per_million": 21.136, - "total_deaths_per_million": 112.146, - "new_deaths_per_million": 0.119, - "new_deaths_smoothed_per_million": 0.058, - "stringency_index": 49.54 - }, - { - "date": "2020-09-23", - "total_cases": 275927.0, - "new_cases": 1769.0, - "new_cases_smoothed": 1752.0, - "total_deaths": 9409.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 3293.316, - "new_cases_per_million": 21.114, - "new_cases_smoothed_per_million": 20.911, - "total_deaths_per_million": 112.301, - "new_deaths_per_million": 0.155, - "new_deaths_smoothed_per_million": 0.07, - "stringency_index": 49.54 - }, - { - "date": "2020-09-24", - "total_cases": 278070.0, - "new_cases": 2143.0, - "new_cases_smoothed": 1744.714, - "total_deaths": 9428.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 3318.894, - "new_cases_per_million": 25.578, - "new_cases_smoothed_per_million": 20.824, - "total_deaths_per_million": 112.528, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.097, - "stringency_index": 49.54 - }, - { - "date": "2020-09-25", - "total_cases": 280223.0, - "new_cases": 2153.0, - "new_cases_smoothed": 1778.571, - "total_deaths": 9443.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 3344.591, - "new_cases_per_million": 25.697, - "new_cases_smoothed_per_million": 21.228, - "total_deaths_per_million": 112.707, - "new_deaths_per_million": 0.179, - "new_deaths_smoothed_per_million": 0.111 - } - ] - }, - "DJI": { - "continent": "Africa", - "location": "Djibouti", - "population": 988002.0, - "population_density": 41.285, - "median_age": 25.4, - "aged_65_older": 4.213, - "aged_70_older": 2.38, - "gdp_per_capita": 2705.406, - "extreme_poverty": 22.5, - "cardiovasc_death_rate": 258.037, - "diabetes_prevalence": 6.05, - "female_smokers": 1.7, - "male_smokers": 24.5, - "hospital_beds_per_thousand": 1.4, - "life_expectancy": 67.11, - "human_development_index": 0.476, - "data": [ - { - "date": "2020-03-19", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.012, - "new_cases_per_million": 1.012, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.012, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-21", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.012, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-22", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.012, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 51.85 - }, - { - "date": "2020-03-23", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.012, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-24", - "total_cases": 3.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.036, - "new_cases_per_million": 2.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-25", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.036, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.434, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-26", - "total_cases": 12.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.146, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-27", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.146, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-28", - "total_cases": 13.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.158, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 1.735, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-29", - "total_cases": 15.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15.182, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 2.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-30", - "total_cases": 19.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.231, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 2.603, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-03-31", - "total_cases": 26.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 26.316, - "new_cases_per_million": 7.085, - "new_cases_smoothed_per_million": 3.326, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-01", - "total_cases": 31.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.376, - "new_cases_per_million": 5.061, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-02", - "total_cases": 34.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.413, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 3.181, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-03", - "total_cases": 41.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.498, - "new_cases_per_million": 7.085, - "new_cases_smoothed_per_million": 4.193, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-04", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.498, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-05", - "total_cases": 51.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 51.619, - "new_cases_per_million": 10.121, - "new_cases_smoothed_per_million": 5.205, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-06", - "total_cases": 59.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.716, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 5.784, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-07", - "total_cases": 90.0, - "new_cases": 31.0, - "new_cases_smoothed": 9.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 91.093, - "new_cases_per_million": 31.376, - "new_cases_smoothed_per_million": 9.254, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-08", - "total_cases": 121.0, - "new_cases": 31.0, - "new_cases_smoothed": 12.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 122.469, - "new_cases_per_million": 31.376, - "new_cases_smoothed_per_million": 13.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-09", - "total_cases": 135.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 136.639, - "new_cases_per_million": 14.17, - "new_cases_smoothed_per_million": 14.604, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-10", - "total_cases": 140.0, - "new_cases": 5.0, - "new_cases_smoothed": 14.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 141.7, - "new_cases_per_million": 5.061, - "new_cases_smoothed_per_million": 14.315, - "total_deaths_per_million": 1.012, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-04-11", - "total_cases": 150.0, - "new_cases": 10.0, - "new_cases_smoothed": 15.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 151.822, - "new_cases_per_million": 10.121, - "new_cases_smoothed_per_million": 15.761, - "total_deaths_per_million": 1.012, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-04-12", - "total_cases": 187.0, - "new_cases": 37.0, - "new_cases_smoothed": 19.429, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 189.271, - "new_cases_per_million": 37.449, - "new_cases_smoothed_per_million": 19.665, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 100.0 - }, - { - "date": "2020-04-13", - "total_cases": 214.0, - "new_cases": 27.0, - "new_cases_smoothed": 22.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 216.599, - "new_cases_per_million": 27.328, - "new_cases_smoothed_per_million": 22.412, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 100.0 - }, - { - "date": "2020-04-14", - "total_cases": 298.0, - "new_cases": 84.0, - "new_cases_smoothed": 29.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 301.619, - "new_cases_per_million": 85.02, - "new_cases_smoothed_per_million": 30.075, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 100.0 - }, - { - "date": "2020-04-15", - "total_cases": 363.0, - "new_cases": 65.0, - "new_cases_smoothed": 34.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 367.408, - "new_cases_per_million": 65.789, - "new_cases_smoothed_per_million": 34.991, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 100.0 - }, - { - "date": "2020-04-16", - "total_cases": 435.0, - "new_cases": 72.0, - "new_cases_smoothed": 42.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 440.283, - "new_cases_per_million": 72.874, - "new_cases_smoothed_per_million": 43.378, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 100.0 - }, - { - "date": "2020-04-17", - "total_cases": 591.0, - "new_cases": 156.0, - "new_cases_smoothed": 64.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 598.177, - "new_cases_per_million": 157.894, - "new_cases_smoothed_per_million": 65.211, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-04-18", - "total_cases": 732.0, - "new_cases": 141.0, - "new_cases_smoothed": 83.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 740.889, - "new_cases_per_million": 142.712, - "new_cases_smoothed_per_million": 84.153, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-04-19", - "total_cases": 732.0, - "new_cases": 0.0, - "new_cases_smoothed": 77.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 740.889, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.803, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-20", - "total_cases": 846.0, - "new_cases": 114.0, - "new_cases_smoothed": 90.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 856.274, - "new_cases_per_million": 115.384, - "new_cases_smoothed_per_million": 91.382, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-21", - "total_cases": 846.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 856.274, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 79.236, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-22", - "total_cases": 945.0, - "new_cases": 99.0, - "new_cases_smoothed": 83.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 956.476, - "new_cases_per_million": 100.202, - "new_cases_smoothed_per_million": 84.153, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-23", - "total_cases": 974.0, - "new_cases": 29.0, - "new_cases_smoothed": 77.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 985.828, - "new_cases_per_million": 29.352, - "new_cases_smoothed_per_million": 77.935, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-24", - "total_cases": 986.0, - "new_cases": 12.0, - "new_cases_smoothed": 56.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 997.974, - "new_cases_per_million": 12.146, - "new_cases_smoothed_per_million": 57.114, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-25", - "total_cases": 999.0, - "new_cases": 13.0, - "new_cases_smoothed": 38.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1011.132, - "new_cases_per_million": 13.158, - "new_cases_smoothed_per_million": 38.606, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-26", - "total_cases": 1008.0, - "new_cases": 9.0, - "new_cases_smoothed": 39.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1020.241, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 39.907, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-27", - "total_cases": 1023.0, - "new_cases": 15.0, - "new_cases_smoothed": 25.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1035.423, - "new_cases_per_million": 15.182, - "new_cases_smoothed_per_million": 25.593, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-28", - "total_cases": 1035.0, - "new_cases": 12.0, - "new_cases_smoothed": 27.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1047.569, - "new_cases_per_million": 12.146, - "new_cases_smoothed_per_million": 27.328, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-29", - "total_cases": 1072.0, - "new_cases": 37.0, - "new_cases_smoothed": 18.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1085.018, - "new_cases_per_million": 37.449, - "new_cases_smoothed_per_million": 18.363, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-30", - "total_cases": 1077.0, - "new_cases": 5.0, - "new_cases_smoothed": 14.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1090.079, - "new_cases_per_million": 5.061, - "new_cases_smoothed_per_million": 14.893, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-01", - "total_cases": 1089.0, - "new_cases": 12.0, - "new_cases_smoothed": 14.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1102.224, - "new_cases_per_million": 12.146, - "new_cases_smoothed_per_million": 14.893, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-02", - "total_cases": 1097.0, - "new_cases": 8.0, - "new_cases_smoothed": 14.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1110.322, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 14.17, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-03", - "total_cases": 1112.0, - "new_cases": 15.0, - "new_cases_smoothed": 14.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1125.504, - "new_cases_per_million": 15.182, - "new_cases_smoothed_per_million": 15.038, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-04", - "total_cases": 1112.0, - "new_cases": 0.0, - "new_cases_smoothed": 12.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1125.504, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.869, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-05", - "total_cases": 1116.0, - "new_cases": 4.0, - "new_cases_smoothed": 11.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1129.552, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 11.712, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-06", - "total_cases": 1120.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1133.601, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 6.94, - "total_deaths_per_million": 2.024, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-07", - "total_cases": 1120.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1133.601, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.217, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-08", - "total_cases": 1133.0, - "new_cases": 13.0, - "new_cases_smoothed": 6.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1146.759, - "new_cases_per_million": 13.158, - "new_cases_smoothed_per_million": 6.362, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-09", - "total_cases": 1135.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1148.783, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 5.494, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-10", - "total_cases": 1189.0, - "new_cases": 54.0, - "new_cases_smoothed": 11.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1203.439, - "new_cases_per_million": 54.656, - "new_cases_smoothed_per_million": 11.134, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-11", - "total_cases": 1210.0, - "new_cases": 21.0, - "new_cases_smoothed": 14.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1224.694, - "new_cases_per_million": 21.255, - "new_cases_smoothed_per_million": 14.17, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-12", - "total_cases": 1227.0, - "new_cases": 17.0, - "new_cases_smoothed": 15.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1241.9, - "new_cases_per_million": 17.206, - "new_cases_smoothed_per_million": 16.05, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-13", - "total_cases": 1256.0, - "new_cases": 29.0, - "new_cases_smoothed": 19.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1271.252, - "new_cases_per_million": 29.352, - "new_cases_smoothed_per_million": 19.665, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-14", - "total_cases": 1268.0, - "new_cases": 12.0, - "new_cases_smoothed": 21.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1283.398, - "new_cases_per_million": 12.146, - "new_cases_smoothed_per_million": 21.4, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-15", - "total_cases": 1284.0, - "new_cases": 16.0, - "new_cases_smoothed": 21.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1299.593, - "new_cases_per_million": 16.194, - "new_cases_smoothed_per_million": 21.833, - "total_deaths_per_million": 3.036, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-05-16", - "total_cases": 1309.0, - "new_cases": 25.0, - "new_cases_smoothed": 24.857, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1324.896, - "new_cases_per_million": 25.304, - "new_cases_smoothed_per_million": 25.159, - "total_deaths_per_million": 4.049, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 100.0 - }, - { - "date": "2020-05-17", - "total_cases": 1331.0, - "new_cases": 22.0, - "new_cases_smoothed": 20.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1347.163, - "new_cases_per_million": 22.267, - "new_cases_smoothed_per_million": 20.532, - "total_deaths_per_million": 4.049, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 59.26 - }, - { - "date": "2020-05-18", - "total_cases": 1401.0, - "new_cases": 70.0, - "new_cases_smoothed": 27.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1418.013, - "new_cases_per_million": 70.85, - "new_cases_smoothed_per_million": 27.617, - "total_deaths_per_million": 4.049, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 59.26 - }, - { - "date": "2020-05-19", - "total_cases": 1518.0, - "new_cases": 117.0, - "new_cases_smoothed": 41.571, - "total_deaths": 7.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1536.434, - "new_cases_per_million": 118.421, - "new_cases_smoothed_per_million": 42.076, - "total_deaths_per_million": 7.085, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 59.26 - }, - { - "date": "2020-05-20", - "total_cases": 1518.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.429, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1536.434, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 37.883, - "total_deaths_per_million": 7.085, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 59.26 - }, - { - "date": "2020-05-21", - "total_cases": 1828.0, - "new_cases": 310.0, - "new_cases_smoothed": 80.0, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1850.199, - "new_cases_per_million": 313.765, - "new_cases_smoothed_per_million": 80.971, - "total_deaths_per_million": 9.109, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 59.26 - }, - { - "date": "2020-05-22", - "total_cases": 2047.0, - "new_cases": 219.0, - "new_cases_smoothed": 109.0, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2071.858, - "new_cases_per_million": 221.659, - "new_cases_smoothed_per_million": 110.324, - "total_deaths_per_million": 10.121, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 59.26 - }, - { - "date": "2020-05-23", - "total_cases": 2270.0, - "new_cases": 223.0, - "new_cases_smoothed": 137.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2297.566, - "new_cases_per_million": 225.708, - "new_cases_smoothed_per_million": 138.953, - "total_deaths_per_million": 10.121, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-05-24", - "total_cases": 2270.0, - "new_cases": 0.0, - "new_cases_smoothed": 134.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2297.566, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 135.772, - "total_deaths_per_million": 10.121, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-05-25", - "total_cases": 2270.0, - "new_cases": 0.0, - "new_cases_smoothed": 124.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2297.566, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 125.65, - "total_deaths_per_million": 10.121, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-05-26", - "total_cases": 2468.0, - "new_cases": 198.0, - "new_cases_smoothed": 135.714, - "total_deaths": 14.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2497.971, - "new_cases_per_million": 200.404, - "new_cases_smoothed_per_million": 137.362, - "total_deaths_per_million": 14.17, - "new_deaths_per_million": 4.049, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-05-27", - "total_cases": 2468.0, - "new_cases": 0.0, - "new_cases_smoothed": 135.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2497.971, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 137.362, - "total_deaths_per_million": 14.17, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-05-28", - "total_cases": 2697.0, - "new_cases": 229.0, - "new_cases_smoothed": 124.143, - "total_deaths": 18.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2729.752, - "new_cases_per_million": 231.781, - "new_cases_smoothed_per_million": 125.65, - "total_deaths_per_million": 18.219, - "new_deaths_per_million": 4.049, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-05-29", - "total_cases": 2914.0, - "new_cases": 217.0, - "new_cases_smoothed": 123.857, - "total_deaths": 20.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2949.387, - "new_cases_per_million": 219.635, - "new_cases_smoothed_per_million": 125.361, - "total_deaths_per_million": 20.243, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 1.446, - "stringency_index": 53.7 - }, - { - "date": "2020-05-30", - "total_cases": 2914.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.0, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2949.387, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 93.117, - "total_deaths_per_million": 20.243, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.446, - "stringency_index": 53.7 - }, - { - "date": "2020-05-31", - "total_cases": 3194.0, - "new_cases": 280.0, - "new_cases_smoothed": 132.0, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3232.787, - "new_cases_per_million": 283.4, - "new_cases_smoothed_per_million": 133.603, - "total_deaths_per_million": 22.267, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 1.735, - "stringency_index": 53.7 - }, - { - "date": "2020-06-01", - "total_cases": 3354.0, - "new_cases": 160.0, - "new_cases_smoothed": 154.857, - "total_deaths": 24.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 3394.73, - "new_cases_per_million": 161.943, - "new_cases_smoothed_per_million": 156.738, - "total_deaths_per_million": 24.291, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 2.024, - "stringency_index": 53.7 - }, - { - "date": "2020-06-02", - "total_cases": 3569.0, - "new_cases": 215.0, - "new_cases_smoothed": 157.286, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 3612.341, - "new_cases_per_million": 217.611, - "new_cases_smoothed_per_million": 159.196, - "total_deaths_per_million": 24.291, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.446, - "stringency_index": 53.7 - }, - { - "date": "2020-06-03", - "total_cases": 3779.0, - "new_cases": 210.0, - "new_cases_smoothed": 187.286, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 3824.891, - "new_cases_per_million": 212.55, - "new_cases_smoothed_per_million": 189.56, - "total_deaths_per_million": 25.304, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.591, - "stringency_index": 53.7 - }, - { - "date": "2020-06-04", - "total_cases": 3935.0, - "new_cases": 156.0, - "new_cases_smoothed": 176.857, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 3982.785, - "new_cases_per_million": 157.894, - "new_cases_smoothed_per_million": 179.005, - "total_deaths_per_million": 26.316, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.157, - "stringency_index": 53.7 - }, - { - "date": "2020-06-05", - "total_cases": 4054.0, - "new_cases": 119.0, - "new_cases_smoothed": 162.857, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4103.231, - "new_cases_per_million": 120.445, - "new_cases_smoothed_per_million": 164.835, - "total_deaths_per_million": 26.316, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-06-06", - "total_cases": 4123.0, - "new_cases": 69.0, - "new_cases_smoothed": 172.714, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4173.068, - "new_cases_per_million": 69.838, - "new_cases_smoothed_per_million": 174.812, - "total_deaths_per_million": 26.316, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-06-07", - "total_cases": 4169.0, - "new_cases": 46.0, - "new_cases_smoothed": 139.286, - "total_deaths": 26.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4219.627, - "new_cases_per_million": 46.559, - "new_cases_smoothed_per_million": 140.977, - "total_deaths_per_million": 26.316, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 53.7 - }, - { - "date": "2020-06-08", - "total_cases": 4207.0, - "new_cases": 38.0, - "new_cases_smoothed": 121.857, - "total_deaths": 28.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4258.089, - "new_cases_per_million": 38.461, - "new_cases_smoothed_per_million": 123.337, - "total_deaths_per_million": 28.34, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 53.7 - }, - { - "date": "2020-06-09", - "total_cases": 4278.0, - "new_cases": 71.0, - "new_cases_smoothed": 101.286, - "total_deaths": 31.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4329.951, - "new_cases_per_million": 71.862, - "new_cases_smoothed_per_million": 102.516, - "total_deaths_per_million": 31.376, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-06-10", - "total_cases": 4331.0, - "new_cases": 53.0, - "new_cases_smoothed": 78.857, - "total_deaths": 34.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4383.594, - "new_cases_per_million": 53.644, - "new_cases_smoothed_per_million": 79.815, - "total_deaths_per_million": 34.413, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-06-11", - "total_cases": 4373.0, - "new_cases": 42.0, - "new_cases_smoothed": 62.571, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4426.104, - "new_cases_per_million": 42.51, - "new_cases_smoothed_per_million": 63.331, - "total_deaths_per_million": 34.413, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.157, - "stringency_index": 53.7 - }, - { - "date": "2020-06-12", - "total_cases": 4398.0, - "new_cases": 25.0, - "new_cases_smoothed": 49.143, - "total_deaths": 37.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 4451.408, - "new_cases_per_million": 25.304, - "new_cases_smoothed_per_million": 49.74, - "total_deaths_per_million": 37.449, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 1.591, - "stringency_index": 53.7 - }, - { - "date": "2020-06-13", - "total_cases": 4441.0, - "new_cases": 43.0, - "new_cases_smoothed": 45.429, - "total_deaths": 38.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4494.93, - "new_cases_per_million": 43.522, - "new_cases_smoothed_per_million": 45.98, - "total_deaths_per_million": 38.461, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 1.735, - "stringency_index": 53.7 - }, - { - "date": "2020-06-14", - "total_cases": 4449.0, - "new_cases": 8.0, - "new_cases_smoothed": 40.0, - "total_deaths": 41.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 4503.027, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 40.486, - "total_deaths_per_million": 41.498, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 2.169, - "stringency_index": 53.7 - }, - { - "date": "2020-06-15", - "total_cases": 4465.0, - "new_cases": 16.0, - "new_cases_smoothed": 36.857, - "total_deaths": 43.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 4519.222, - "new_cases_per_million": 16.194, - "new_cases_smoothed_per_million": 37.305, - "total_deaths_per_million": 43.522, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 2.169, - "stringency_index": 53.7 - }, - { - "date": "2020-06-16", - "total_cases": 4501.0, - "new_cases": 36.0, - "new_cases_smoothed": 31.857, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 4555.659, - "new_cases_per_million": 36.437, - "new_cases_smoothed_per_million": 32.244, - "total_deaths_per_million": 43.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.735, - "stringency_index": 53.7 - }, - { - "date": "2020-06-17", - "total_cases": 4539.0, - "new_cases": 38.0, - "new_cases_smoothed": 29.714, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4594.12, - "new_cases_per_million": 38.461, - "new_cases_smoothed_per_million": 30.075, - "total_deaths_per_million": 43.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-06-18", - "total_cases": 4545.0, - "new_cases": 6.0, - "new_cases_smoothed": 24.571, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4600.193, - "new_cases_per_million": 6.073, - "new_cases_smoothed_per_million": 24.87, - "total_deaths_per_million": 43.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-06-19", - "total_cases": 4557.0, - "new_cases": 12.0, - "new_cases_smoothed": 22.714, - "total_deaths": 43.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4612.339, - "new_cases_per_million": 12.146, - "new_cases_smoothed_per_million": 22.99, - "total_deaths_per_million": 43.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-06-20", - "total_cases": 4565.0, - "new_cases": 8.0, - "new_cases_smoothed": 17.714, - "total_deaths": 45.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4620.436, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 17.929, - "total_deaths_per_million": 45.546, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-06-21", - "total_cases": 4565.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.571, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4620.436, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.773, - "total_deaths_per_million": 45.546, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 53.7 - }, - { - "date": "2020-06-22", - "total_cases": 4582.0, - "new_cases": 17.0, - "new_cases_smoothed": 16.714, - "total_deaths": 45.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4637.642, - "new_cases_per_million": 17.206, - "new_cases_smoothed_per_million": 16.917, - "total_deaths_per_million": 45.546, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 53.7 - }, - { - "date": "2020-06-23", - "total_cases": 4599.0, - "new_cases": 17.0, - "new_cases_smoothed": 14.0, - "total_deaths": 48.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4654.849, - "new_cases_per_million": 17.206, - "new_cases_smoothed_per_million": 14.17, - "total_deaths_per_million": 48.583, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 0.723, - "stringency_index": 53.7 - }, - { - "date": "2020-06-24", - "total_cases": 4617.0, - "new_cases": 18.0, - "new_cases_smoothed": 11.143, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 4673.067, - "new_cases_per_million": 18.219, - "new_cases_smoothed_per_million": 11.278, - "total_deaths_per_million": 49.595, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 53.7 - }, - { - "date": "2020-06-25", - "total_cases": 4630.0, - "new_cases": 13.0, - "new_cases_smoothed": 12.143, - "total_deaths": 52.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4686.225, - "new_cases_per_million": 13.158, - "new_cases_smoothed_per_million": 12.29, - "total_deaths_per_million": 52.631, - "new_deaths_per_million": 3.036, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-06-26", - "total_cases": 4635.0, - "new_cases": 5.0, - "new_cases_smoothed": 11.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 4691.286, - "new_cases_per_million": 5.061, - "new_cases_smoothed_per_million": 11.278, - "total_deaths_per_million": 52.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.301, - "stringency_index": 53.7 - }, - { - "date": "2020-06-27", - "total_cases": 4643.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4699.383, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 11.278, - "total_deaths_per_million": 52.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-06-28", - "total_cases": 4643.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4699.383, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 11.278, - "total_deaths_per_million": 52.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-06-29", - "total_cases": 4643.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4699.383, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.82, - "total_deaths_per_million": 52.631, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.012, - "stringency_index": 53.7 - }, - { - "date": "2020-06-30", - "total_cases": 4656.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.143, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4712.541, - "new_cases_per_million": 13.158, - "new_cases_smoothed_per_million": 8.242, - "total_deaths_per_million": 53.644, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.723, - "stringency_index": 53.7 - }, - { - "date": "2020-07-01", - "total_cases": 4682.0, - "new_cases": 26.0, - "new_cases_smoothed": 9.286, - "total_deaths": 54.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 4738.857, - "new_cases_per_million": 26.316, - "new_cases_smoothed_per_million": 9.398, - "total_deaths_per_million": 54.656, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.723, - "stringency_index": 53.7 - }, - { - "date": "2020-07-02", - "total_cases": 4704.0, - "new_cases": 22.0, - "new_cases_smoothed": 10.571, - "total_deaths": 55.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4761.124, - "new_cases_per_million": 22.267, - "new_cases_smoothed_per_million": 10.7, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.434, - "stringency_index": 53.7 - }, - { - "date": "2020-07-03", - "total_cases": 4715.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4772.258, - "new_cases_per_million": 11.134, - "new_cases_smoothed_per_million": 11.567, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.434, - "stringency_index": 53.7 - }, - { - "date": "2020-07-04", - "total_cases": 4736.0, - "new_cases": 21.0, - "new_cases_smoothed": 13.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4793.513, - "new_cases_per_million": 21.255, - "new_cases_smoothed_per_million": 13.447, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.434, - "stringency_index": 53.7 - }, - { - "date": "2020-07-05", - "total_cases": 4736.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4793.513, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.447, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.434, - "stringency_index": 53.7 - }, - { - "date": "2020-07-06", - "total_cases": 4792.0, - "new_cases": 56.0, - "new_cases_smoothed": 21.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4850.193, - "new_cases_per_million": 56.68, - "new_cases_smoothed_per_million": 21.544, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.434, - "stringency_index": 53.7 - }, - { - "date": "2020-07-07", - "total_cases": 4822.0, - "new_cases": 30.0, - "new_cases_smoothed": 23.714, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4880.557, - "new_cases_per_million": 30.364, - "new_cases_smoothed_per_million": 24.002, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 53.7 - }, - { - "date": "2020-07-08", - "total_cases": 4878.0, - "new_cases": 56.0, - "new_cases_smoothed": 28.0, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 4937.237, - "new_cases_per_million": 56.68, - "new_cases_smoothed_per_million": 28.34, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-09", - "total_cases": 4889.0, - "new_cases": 11.0, - "new_cases_smoothed": 26.429, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4948.371, - "new_cases_per_million": 11.134, - "new_cases_smoothed_per_million": 26.75, - "total_deaths_per_million": 55.668, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-10", - "total_cases": 4955.0, - "new_cases": 66.0, - "new_cases_smoothed": 34.286, - "total_deaths": 56.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5015.172, - "new_cases_per_million": 66.801, - "new_cases_smoothed_per_million": 34.702, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-11", - "total_cases": 4955.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.286, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5015.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 31.666, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-12", - "total_cases": 4955.0, - "new_cases": 0.0, - "new_cases_smoothed": 31.286, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5015.172, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 31.666, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-13", - "total_cases": 4972.0, - "new_cases": 17.0, - "new_cases_smoothed": 25.714, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5032.378, - "new_cases_per_million": 17.206, - "new_cases_smoothed_per_million": 26.027, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-14", - "total_cases": 4977.0, - "new_cases": 5.0, - "new_cases_smoothed": 22.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5037.439, - "new_cases_per_million": 5.061, - "new_cases_smoothed_per_million": 22.412, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-15", - "total_cases": 4979.0, - "new_cases": 2.0, - "new_cases_smoothed": 14.429, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5039.463, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 14.604, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-16", - "total_cases": 4985.0, - "new_cases": 6.0, - "new_cases_smoothed": 13.714, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5045.536, - "new_cases_per_million": 6.073, - "new_cases_smoothed_per_million": 13.881, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 53.7 - }, - { - "date": "2020-07-17", - "total_cases": 4993.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.429, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5053.633, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 5.494, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-18", - "total_cases": 5003.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5063.755, - "new_cases_per_million": 10.121, - "new_cases_smoothed_per_million": 6.94, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-19", - "total_cases": 5003.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5063.755, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.94, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-20", - "total_cases": 5011.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.571, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5071.852, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 5.639, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-21", - "total_cases": 5020.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.143, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5080.961, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 6.217, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-22", - "total_cases": 5027.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.857, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5088.046, - "new_cases_per_million": 7.085, - "new_cases_smoothed_per_million": 6.94, - "total_deaths_per_million": 56.68, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-23", - "total_cases": 5030.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.429, - "total_deaths": 58.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5091.083, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 6.507, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 2.024, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-24", - "total_cases": 5031.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.429, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5092.095, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 5.494, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-25", - "total_cases": 5039.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.143, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5100.192, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 5.205, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-26", - "total_cases": 5039.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5100.192, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.205, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-27", - "total_cases": 5050.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.571, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5111.326, - "new_cases_per_million": 11.134, - "new_cases_smoothed_per_million": 5.639, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-28", - "total_cases": 5059.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.571, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5120.435, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 5.639, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-29", - "total_cases": 5068.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.857, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5129.544, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 5.928, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.289, - "stringency_index": 45.37 - }, - { - "date": "2020-07-30", - "total_cases": 5081.0, - "new_cases": 13.0, - "new_cases_smoothed": 7.286, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5142.702, - "new_cases_per_million": 13.158, - "new_cases_smoothed_per_million": 7.374, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-07-31", - "total_cases": 5081.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5142.702, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.23, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-01", - "total_cases": 5081.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5142.702, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.073, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-02", - "total_cases": 5081.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 58.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5142.702, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.073, - "total_deaths_per_million": 58.704, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-03", - "total_cases": 5161.0, - "new_cases": 80.0, - "new_cases_smoothed": 15.857, - "total_deaths": 59.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5223.674, - "new_cases_per_million": 80.971, - "new_cases_smoothed_per_million": 16.05, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-04", - "total_cases": 5240.0, - "new_cases": 79.0, - "new_cases_smoothed": 25.857, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5303.633, - "new_cases_per_million": 79.959, - "new_cases_smoothed_per_million": 26.171, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-05", - "total_cases": 5248.0, - "new_cases": 8.0, - "new_cases_smoothed": 25.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5311.73, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 26.027, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-06", - "total_cases": 5330.0, - "new_cases": 82.0, - "new_cases_smoothed": 35.571, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5394.726, - "new_cases_per_million": 82.996, - "new_cases_smoothed_per_million": 36.003, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-07", - "total_cases": 5334.0, - "new_cases": 4.0, - "new_cases_smoothed": 36.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5398.774, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 36.582, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-08", - "total_cases": 5338.0, - "new_cases": 4.0, - "new_cases_smoothed": 36.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5402.823, - "new_cases_per_million": 4.049, - "new_cases_smoothed_per_million": 37.16, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-09", - "total_cases": 5338.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5402.823, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 37.16, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-10", - "total_cases": 5344.0, - "new_cases": 6.0, - "new_cases_smoothed": 26.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5408.896, - "new_cases_per_million": 6.073, - "new_cases_smoothed_per_million": 26.46, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-11", - "total_cases": 5347.0, - "new_cases": 3.0, - "new_cases_smoothed": 15.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5411.932, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 15.471, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-12", - "total_cases": 5348.0, - "new_cases": 1.0, - "new_cases_smoothed": 14.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5412.945, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 14.459, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-13", - "total_cases": 5358.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.0, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5423.066, - "new_cases_per_million": 10.121, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-14", - "total_cases": 5358.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5423.066, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.47, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-15", - "total_cases": 5367.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5432.175, - "new_cases_per_million": 9.109, - "new_cases_smoothed_per_million": 4.193, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-16", - "total_cases": 5367.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5432.175, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.193, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-17", - "total_cases": 5369.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5434.2, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 3.615, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-18", - "total_cases": 5372.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.571, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5437.236, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 3.615, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-19", - "total_cases": 5374.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.714, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5439.26, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 3.759, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-20", - "total_cases": 5374.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5439.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.313, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-21", - "total_cases": 5374.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 59.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5439.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.313, - "total_deaths_per_million": 59.716, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-22", - "total_cases": 5382.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.143, - "total_deaths": 60.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5447.357, - "new_cases_per_million": 8.097, - "new_cases_smoothed_per_million": 2.169, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-23", - "total_cases": 5382.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.143, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5447.357, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.169, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-24", - "total_cases": 5382.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5447.357, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.88, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-25", - "total_cases": 5383.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5448.37, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-26", - "total_cases": 5383.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5448.37, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-27", - "total_cases": 5383.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5448.37, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-28", - "total_cases": 5383.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5448.37, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 45.37 - }, - { - "date": "2020-08-29", - "total_cases": 5383.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5448.37, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.145, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-30", - "total_cases": 5385.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5450.394, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 0.434, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-08-31", - "total_cases": 5385.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5450.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.434, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-01", - "total_cases": 5387.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-02", - "total_cases": 5387.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-03", - "total_cases": 5387.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-04", - "total_cases": 5387.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-05", - "total_cases": 5387.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-06", - "total_cases": 5387.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5452.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.289, - "total_deaths_per_million": 60.729, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-09-07", - "total_cases": 5388.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5453.43, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 0.434, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 1.012, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-08", - "total_cases": 5388.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5453.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.145, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-09", - "total_cases": 5388.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5453.43, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.145, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-10", - "total_cases": 5391.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5456.467, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 0.578, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-11", - "total_cases": 5394.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5459.503, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 1.012, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-12", - "total_cases": 5394.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5459.503, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.012, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-13", - "total_cases": 5394.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5459.503, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.012, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.145, - "stringency_index": 37.96 - }, - { - "date": "2020-09-14", - "total_cases": 5395.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5460.515, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 1.012, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-15", - "total_cases": 5396.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5461.527, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-16", - "total_cases": 5396.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5461.527, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-17", - "total_cases": 5399.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5464.564, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-18", - "total_cases": 5401.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5466.588, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 1.012, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-19", - "total_cases": 5403.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5468.612, - "new_cases_per_million": 2.024, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-20", - "total_cases": 5403.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5468.612, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.301, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-21", - "total_cases": 5403.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5468.612, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-22", - "total_cases": 5404.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5469.625, - "new_cases_per_million": 1.012, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-23", - "total_cases": 5407.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.571, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5472.661, - "new_cases_per_million": 3.036, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 37.96 - }, - { - "date": "2020-09-24", - "total_cases": 5407.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5472.661, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.157, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 5407.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5472.661, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.868, - "total_deaths_per_million": 61.741, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "DMA": { - "continent": "North America", - "location": "Dominica", - "population": 71991.0, - "population_density": 98.567, - "gdp_per_capita": 9673.367, - "cardiovasc_death_rate": 227.376, - "diabetes_prevalence": 11.62, - "hospital_beds_per_thousand": 3.8, - "life_expectancy": 75.0, - "human_development_index": 0.715, - "data": [ - { - "date": "2020-03-23", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 13.891, - "new_cases_per_million": 13.891, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-24", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 13.891, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-25", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 27.781, - "new_cases_per_million": 13.891, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-26", - "total_cases": 7.0, - "new_cases": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 97.234, - "new_cases_per_million": 69.453, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-27", - "total_cases": 11.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 55.563, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-03-28", - "total_cases": 11.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-29", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.828, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-30", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.844, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-31", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.844, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-04-01", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 152.797, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.859, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-02", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 166.688, - "new_cases_per_million": 13.891, - "new_cases_smoothed_per_million": 9.922, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-03", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 166.688, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-04", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.469, - "new_cases_per_million": 27.781, - "new_cases_smoothed_per_million": 5.953, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-05", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.469, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.953, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-06", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.469, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.953, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-07", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.359, - "new_cases_per_million": 13.891, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-08", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.359, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-09", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.359, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.953, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-10", - "total_cases": 16.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 13.891, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-11", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-12", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-13", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-14", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-15", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-16", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-17", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-18", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-19", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-20", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-21", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-22", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-23", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-24", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-25", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-26", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-27", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-28", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-29", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-30", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-01", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-02", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-03", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-04", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-05", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-06", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-05-07", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-08", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-09", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-10", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-11", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-12", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-13", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-14", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-15", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-16", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-17", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-18", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-19", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-20", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-21", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-22", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-23", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-24", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-25", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-26", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-27", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-28", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-29", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-30", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-05-31", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-01", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 222.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-02", - "total_cases": 18.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 27.781, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 72.22 - }, - { - "date": "2020-06-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-06-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-06-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-06-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-07-31", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-08-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.031, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-22", - "total_cases": 19.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 263.922, - "new_cases_per_million": 13.891, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-23", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 263.922, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-24", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 263.922, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-25", - "total_cases": 20.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 13.891, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-26", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-27", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-28", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-29", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-30", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-08-31", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.984, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-01", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-02", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-03", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-04", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-05", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-06", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-09-07", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-08", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-09", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 277.813, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-10", - "total_cases": 24.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 55.563, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-11", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-12", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-13", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-14", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-15", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-16", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.938, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-17", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 25.0 - }, - { - "date": "2020-09-18", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 24.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 333.375, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "DNK": { - "continent": "Europe", - "location": "Denmark", - "population": 5792203.0, - "population_density": 136.52, - "median_age": 42.3, - "aged_65_older": 19.677, - "aged_70_older": 12.325, - "gdp_per_capita": 46682.515, - "extreme_poverty": 0.2, - "cardiovasc_death_rate": 114.767, - "diabetes_prevalence": 6.41, - "female_smokers": 19.3, - "male_smokers": 18.8, - "hospital_beds_per_thousand": 2.5, - "life_expectancy": 80.9, - "human_development_index": 0.929, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 1.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 2.0, - "total_tests_per_thousand": 0.0, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 3.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 4.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 5.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 6.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 7.0, - "total_tests_per_thousand": 0.001, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 9.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 10.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 11.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 12.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 14.0, - "total_tests_per_thousand": 0.002, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3.0, - "total_tests": 17.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 19.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 20.0, - "total_tests_per_thousand": 0.003, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 21.0, - "total_tests_per_thousand": 0.004, - "new_tests_per_thousand": 0.0, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 31.0, - "total_tests_per_thousand": 0.005, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.0, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 31.0, - "total_tests": 62.0, - "total_tests_per_thousand": 0.011, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 6.0, - "new_tests_smoothed_per_thousand": 0.001, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.173, - "new_cases_per_million": 0.173, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 111.0, - "total_tests": 173.0, - "total_tests_per_thousand": 0.03, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 22.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 154.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.173, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 61.0, - "total_tests": 234.0, - "total_tests_per_thousand": 0.04, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 31.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 217.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.345, - "new_cases_per_million": 0.173, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 74.0, - "total_tests": 308.0, - "total_tests_per_thousand": 0.053, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 143.5, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.518, - "new_cases_per_million": 0.173, - "new_cases_smoothed_per_million": 0.074, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 49.0, - "total_tests": 357.0, - "total_tests_per_thousand": 0.062, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 48.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 112.0, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.691, - "new_cases_per_million": 0.173, - "new_cases_smoothed_per_million": 0.099, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 80.0, - "total_tests": 437.0, - "total_tests_per_thousand": 0.075, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 59.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 103.25, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.863, - "new_cases_per_million": 0.173, - "new_cases_smoothed_per_million": 0.123, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 63.0, - "total_tests": 500.0, - "total_tests_per_thousand": 0.086, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 67.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 93.8, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 20.37 - }, - { - "date": "2020-03-04", - "total_cases": 8.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.381, - "new_cases_per_million": 0.518, - "new_cases_smoothed_per_million": 0.197, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 89.0, - "total_tests": 589.0, - "total_tests_per_thousand": 0.102, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 75.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 65.625, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 20.37 - }, - { - "date": "2020-03-05", - "total_cases": 10.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.726, - "new_cases_per_million": 0.345, - "new_cases_smoothed_per_million": 0.222, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 109.0, - "total_tests": 698.0, - "total_tests_per_thousand": 0.121, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 75.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 58.333, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 20.37 - }, - { - "date": "2020-03-06", - "total_cases": 20.0, - "new_cases": 10.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.453, - "new_cases_per_million": 1.726, - "new_cases_smoothed_per_million": 0.469, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 127.0, - "total_tests": 825.0, - "total_tests_per_thousand": 0.142, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 84.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 30.947, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 25.93 - }, - { - "date": "2020-03-07", - "total_cases": 23.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.971, - "new_cases_per_million": 0.518, - "new_cases_smoothed_per_million": 0.518, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 108.0, - "total_tests": 933.0, - "total_tests_per_thousand": 0.161, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 89.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 29.666999999999998, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 25.93 - }, - { - "date": "2020-03-08", - "total_cases": 31.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.352, - "new_cases_per_million": 1.381, - "new_cases_smoothed_per_million": 0.691, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 229.0, - "total_tests": 1162.0, - "total_tests_per_thousand": 0.201, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 115.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 28.75, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 25.93 - }, - { - "date": "2020-03-09", - "total_cases": 38.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.561, - "new_cases_per_million": 1.209, - "new_cases_smoothed_per_million": 0.839, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 578.0, - "total_tests": 1740.0, - "total_tests_per_thousand": 0.3, - "new_tests_per_thousand": 0.1, - "new_tests_smoothed": 186.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 38.294000000000004, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 25.93 - }, - { - "date": "2020-03-10", - "total_cases": 113.0, - "new_cases": 75.0, - "new_cases_smoothed": 15.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.509, - "new_cases_per_million": 12.948, - "new_cases_smoothed_per_million": 2.664, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 806.0, - "total_tests": 2546.0, - "total_tests_per_thousand": 0.44, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 292.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 18.926, - "positive_rate": 0.053, - "tests_units": "tests performed", - "stringency_index": 31.48 - }, - { - "date": "2020-03-11", - "total_cases": 264.0, - "new_cases": 151.0, - "new_cases_smoothed": 36.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 45.579, - "new_cases_per_million": 26.07, - "new_cases_smoothed_per_million": 6.314, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 883.0, - "total_tests": 3429.0, - "total_tests_per_thousand": 0.592, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 406.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_per_case": 11.102, - "positive_rate": 0.09, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-03-12", - "total_cases": 516.0, - "new_cases": 252.0, - "new_cases_smoothed": 72.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.085, - "new_cases_per_million": 43.507, - "new_cases_smoothed_per_million": 12.48, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 676.0, - "total_tests": 4105.0, - "total_tests_per_thousand": 0.709, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 487.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 6.737, - "positive_rate": 0.14800000000000002, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-03-13", - "total_cases": 676.0, - "new_cases": 160.0, - "new_cases_smoothed": 93.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 116.709, - "new_cases_per_million": 27.623, - "new_cases_smoothed_per_million": 16.179, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 710.0, - "total_tests": 4815.0, - "total_tests_per_thousand": 0.831, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 570.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 6.082000000000001, - "positive_rate": 0.16399999999999998, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-03-14", - "total_cases": 804.0, - "new_cases": 128.0, - "new_cases_smoothed": 111.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 138.807, - "new_cases_per_million": 22.099, - "new_cases_smoothed_per_million": 19.262, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 583.0, - "total_tests": 5398.0, - "total_tests_per_thousand": 0.932, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 638.0, - "new_tests_smoothed_per_thousand": 0.11, - "tests_per_case": 5.718, - "positive_rate": 0.175, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-03-15", - "total_cases": 827.0, - "new_cases": 23.0, - "new_cases_smoothed": 113.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 142.778, - "new_cases_per_million": 3.971, - "new_cases_smoothed_per_million": 19.632, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 723.0, - "total_tests": 6121.0, - "total_tests_per_thousand": 1.057, - "new_tests_per_thousand": 0.125, - "new_tests_smoothed": 708.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_per_case": 6.226, - "positive_rate": 0.161, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-03-16", - "total_cases": 875.0, - "new_cases": 48.0, - "new_cases_smoothed": 119.571, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 151.065, - "new_cases_per_million": 8.287, - "new_cases_smoothed_per_million": 20.644, - "total_deaths_per_million": 0.173, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 1016.0, - "total_tests": 7137.0, - "total_tests_per_thousand": 1.232, - "new_tests_per_thousand": 0.175, - "new_tests_smoothed": 771.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_per_case": 6.4479999999999995, - "positive_rate": 0.155, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-03-17", - "total_cases": 932.0, - "new_cases": 57.0, - "new_cases_smoothed": 117.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 160.906, - "new_cases_per_million": 9.841, - "new_cases_smoothed_per_million": 20.2, - "total_deaths_per_million": 0.173, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 948.0, - "total_tests": 8085.0, - "total_tests_per_thousand": 1.396, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 791.0, - "new_tests_smoothed_per_thousand": 0.137, - "tests_per_case": 6.761, - "positive_rate": 0.14800000000000002, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-03-18", - "total_cases": 1024.0, - "new_cases": 92.0, - "new_cases_smoothed": 108.571, - "total_deaths": 4.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 176.789, - "new_cases_per_million": 15.883, - "new_cases_smoothed_per_million": 18.744, - "total_deaths_per_million": 0.691, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 1226.0, - "total_tests": 9311.0, - "total_tests_per_thousand": 1.608, - "new_tests_per_thousand": 0.212, - "new_tests_smoothed": 840.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 7.737, - "positive_rate": 0.129, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-19", - "total_cases": 1115.0, - "new_cases": 91.0, - "new_cases_smoothed": 85.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 192.5, - "new_cases_per_million": 15.711, - "new_cases_smoothed_per_million": 14.774, - "total_deaths_per_million": 0.691, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 1848.0, - "total_tests": 11159.0, - "total_tests_per_thousand": 1.927, - "new_tests_per_thousand": 0.319, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 11.78, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-20", - "total_cases": 1151.0, - "new_cases": 36.0, - "new_cases_smoothed": 67.857, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 198.715, - "new_cases_per_million": 6.215, - "new_cases_smoothed_per_million": 11.715, - "total_deaths_per_million": 1.036, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 1179.0, - "total_tests": 12338.0, - "total_tests_per_thousand": 2.13, - "new_tests_per_thousand": 0.204, - "new_tests_smoothed": 1075.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 15.842, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-21", - "total_cases": 1255.0, - "new_cases": 104.0, - "new_cases_smoothed": 64.429, - "total_deaths": 9.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 216.671, - "new_cases_per_million": 17.955, - "new_cases_smoothed_per_million": 11.123, - "total_deaths_per_million": 1.554, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.222, - "new_tests": 602.0, - "total_tests": 12940.0, - "total_tests_per_thousand": 2.234, - "new_tests_per_thousand": 0.104, - "new_tests_smoothed": 1077.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 16.715999999999998, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-22", - "total_cases": 1326.0, - "new_cases": 71.0, - "new_cases_smoothed": 71.286, - "total_deaths": 13.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 228.928, - "new_cases_per_million": 12.258, - "new_cases_smoothed_per_million": 12.307, - "total_deaths_per_million": 2.244, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.321, - "new_tests": 533.0, - "total_tests": 13473.0, - "total_tests_per_thousand": 2.326, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 1050.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 14.729000000000001, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-23", - "total_cases": 1395.0, - "new_cases": 69.0, - "new_cases_smoothed": 74.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 240.841, - "new_cases_per_million": 11.913, - "new_cases_smoothed_per_million": 12.825, - "total_deaths_per_million": 2.244, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.296, - "new_tests": 1125.0, - "total_tests": 14598.0, - "total_tests_per_thousand": 2.52, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 1066.0, - "new_tests_smoothed_per_thousand": 0.184, - "tests_per_case": 14.35, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-24", - "total_cases": 1460.0, - "new_cases": 65.0, - "new_cases_smoothed": 75.429, - "total_deaths": 24.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 252.063, - "new_cases_per_million": 11.222, - "new_cases_smoothed_per_million": 13.022, - "total_deaths_per_million": 4.144, - "new_deaths_per_million": 1.899, - "new_deaths_smoothed_per_million": 0.567, - "new_tests": 1123.0, - "total_tests": 15721.0, - "total_tests_per_thousand": 2.714, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 1091.0, - "new_tests_smoothed_per_thousand": 0.188, - "tests_per_case": 14.464, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-25", - "total_cases": 1591.0, - "new_cases": 131.0, - "new_cases_smoothed": 81.0, - "total_deaths": 32.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 274.68, - "new_cases_per_million": 22.617, - "new_cases_smoothed_per_million": 13.984, - "total_deaths_per_million": 5.525, - "new_deaths_per_million": 1.381, - "new_deaths_smoothed_per_million": 0.691, - "new_tests": 1372.0, - "total_tests": 17093.0, - "total_tests_per_thousand": 2.951, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 1112.0, - "new_tests_smoothed_per_thousand": 0.192, - "tests_per_case": 13.728, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-26", - "total_cases": 1724.0, - "new_cases": 133.0, - "new_cases_smoothed": 87.0, - "total_deaths": 34.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 297.642, - "new_cases_per_million": 22.962, - "new_cases_smoothed_per_million": 15.02, - "total_deaths_per_million": 5.87, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.74, - "new_tests": 1611.0, - "total_tests": 18704.0, - "total_tests_per_thousand": 3.229, - "new_tests_per_thousand": 0.278, - "new_tests_smoothed": 1078.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 12.390999999999998, - "positive_rate": 0.081, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-27", - "total_cases": 1877.0, - "new_cases": 153.0, - "new_cases_smoothed": 103.714, - "total_deaths": 41.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 324.056, - "new_cases_per_million": 26.415, - "new_cases_smoothed_per_million": 17.906, - "total_deaths_per_million": 7.078, - "new_deaths_per_million": 1.209, - "new_deaths_smoothed_per_million": 0.863, - "new_tests": 2110.0, - "total_tests": 20814.0, - "total_tests_per_thousand": 3.593, - "new_tests_per_thousand": 0.364, - "new_tests_smoothed": 1211.0, - "new_tests_smoothed_per_thousand": 0.209, - "tests_per_case": 11.675999999999998, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-28", - "total_cases": 2046.0, - "new_cases": 169.0, - "new_cases_smoothed": 113.0, - "total_deaths": 52.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 353.233, - "new_cases_per_million": 29.177, - "new_cases_smoothed_per_million": 19.509, - "total_deaths_per_million": 8.978, - "new_deaths_per_million": 1.899, - "new_deaths_smoothed_per_million": 1.061, - "new_tests": 1383.0, - "total_tests": 22197.0, - "total_tests_per_thousand": 3.832, - "new_tests_per_thousand": 0.239, - "new_tests_smoothed": 1322.0, - "new_tests_smoothed_per_thousand": 0.228, - "tests_per_case": 11.699000000000002, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-29", - "total_cases": 2201.0, - "new_cases": 155.0, - "new_cases_smoothed": 125.0, - "total_deaths": 65.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 379.994, - "new_cases_per_million": 26.76, - "new_cases_smoothed_per_million": 21.581, - "total_deaths_per_million": 11.222, - "new_deaths_per_million": 2.244, - "new_deaths_smoothed_per_million": 1.283, - "new_tests": 1301.0, - "total_tests": 23498.0, - "total_tests_per_thousand": 4.057, - "new_tests_per_thousand": 0.225, - "new_tests_smoothed": 1432.0, - "new_tests_smoothed_per_thousand": 0.247, - "tests_per_case": 11.456, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-30", - "total_cases": 2395.0, - "new_cases": 194.0, - "new_cases_smoothed": 142.857, - "total_deaths": 72.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 413.487, - "new_cases_per_million": 33.493, - "new_cases_smoothed_per_million": 24.664, - "total_deaths_per_million": 12.431, - "new_deaths_per_million": 1.209, - "new_deaths_smoothed_per_million": 1.455, - "new_tests": 3218.0, - "total_tests": 26716.0, - "total_tests_per_thousand": 4.612, - "new_tests_per_thousand": 0.556, - "new_tests_smoothed": 1731.0, - "new_tests_smoothed_per_thousand": 0.299, - "tests_per_case": 12.117, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-31", - "total_cases": 2577.0, - "new_cases": 182.0, - "new_cases_smoothed": 159.571, - "total_deaths": 77.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 444.908, - "new_cases_per_million": 31.422, - "new_cases_smoothed_per_million": 27.549, - "total_deaths_per_million": 13.294, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 1.307, - "new_tests": 3210.0, - "total_tests": 29926.0, - "total_tests_per_thousand": 5.167, - "new_tests_per_thousand": 0.554, - "new_tests_smoothed": 2029.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 12.715, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-01", - "total_cases": 2860.0, - "new_cases": 283.0, - "new_cases_smoothed": 181.286, - "total_deaths": 90.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 493.767, - "new_cases_per_million": 48.859, - "new_cases_smoothed_per_million": 31.298, - "total_deaths_per_million": 15.538, - "new_deaths_per_million": 2.244, - "new_deaths_smoothed_per_million": 1.43, - "new_tests": 3557.0, - "total_tests": 33483.0, - "total_tests_per_thousand": 5.781, - "new_tests_per_thousand": 0.614, - "new_tests_smoothed": 2341.0, - "new_tests_smoothed_per_thousand": 0.404, - "tests_per_case": 12.913, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-02", - "total_cases": 3107.0, - "new_cases": 247.0, - "new_cases_smoothed": 197.571, - "total_deaths": 104.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 536.411, - "new_cases_per_million": 42.644, - "new_cases_smoothed_per_million": 34.11, - "total_deaths_per_million": 17.955, - "new_deaths_per_million": 2.417, - "new_deaths_smoothed_per_million": 1.726, - "new_tests": 5752.0, - "total_tests": 39235.0, - "total_tests_per_thousand": 6.774, - "new_tests_per_thousand": 0.993, - "new_tests_smoothed": 2933.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_per_case": 14.845, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-03", - "total_cases": 3386.0, - "new_cases": 279.0, - "new_cases_smoothed": 215.571, - "total_deaths": 123.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 584.579, - "new_cases_per_million": 48.168, - "new_cases_smoothed_per_million": 37.218, - "total_deaths_per_million": 21.235, - "new_deaths_per_million": 3.28, - "new_deaths_smoothed_per_million": 2.022, - "new_tests": 6617.0, - "total_tests": 45852.0, - "total_tests_per_thousand": 7.916, - "new_tests_per_thousand": 1.142, - "new_tests_smoothed": 3577.0, - "new_tests_smoothed_per_thousand": 0.618, - "tests_per_case": 16.593, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-04", - "total_cases": 3757.0, - "new_cases": 371.0, - "new_cases_smoothed": 244.429, - "total_deaths": 139.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 648.631, - "new_cases_per_million": 64.052, - "new_cases_smoothed_per_million": 42.2, - "total_deaths_per_million": 23.998, - "new_deaths_per_million": 2.762, - "new_deaths_smoothed_per_million": 2.146, - "new_tests": 3697.0, - "total_tests": 49549.0, - "total_tests_per_thousand": 8.554, - "new_tests_per_thousand": 0.638, - "new_tests_smoothed": 3907.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 15.984000000000002, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-05", - "total_cases": 4077.0, - "new_cases": 320.0, - "new_cases_smoothed": 268.0, - "total_deaths": 161.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 703.877, - "new_cases_per_million": 55.247, - "new_cases_smoothed_per_million": 46.269, - "total_deaths_per_million": 27.796, - "new_deaths_per_million": 3.798, - "new_deaths_smoothed_per_million": 2.368, - "new_tests": 2213.0, - "total_tests": 51762.0, - "total_tests_per_thousand": 8.936, - "new_tests_per_thousand": 0.382, - "new_tests_smoothed": 4038.0, - "new_tests_smoothed_per_thousand": 0.697, - "tests_per_case": 15.067, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-06", - "total_cases": 4369.0, - "new_cases": 292.0, - "new_cases_smoothed": 282.0, - "total_deaths": 179.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 754.29, - "new_cases_per_million": 50.413, - "new_cases_smoothed_per_million": 48.686, - "total_deaths_per_million": 30.904, - "new_deaths_per_million": 3.108, - "new_deaths_smoothed_per_million": 2.639, - "new_tests": 6569.0, - "total_tests": 58331.0, - "total_tests_per_thousand": 10.071, - "new_tests_per_thousand": 1.134, - "new_tests_smoothed": 4516.0, - "new_tests_smoothed_per_thousand": 0.78, - "tests_per_case": 16.014, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-07", - "total_cases": 4681.0, - "new_cases": 312.0, - "new_cases_smoothed": 300.571, - "total_deaths": 187.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 808.155, - "new_cases_per_million": 53.866, - "new_cases_smoothed_per_million": 51.892, - "total_deaths_per_million": 32.285, - "new_deaths_per_million": 1.381, - "new_deaths_smoothed_per_million": 2.713, - "new_tests": 6384.0, - "total_tests": 64715.0, - "total_tests_per_thousand": 11.173, - "new_tests_per_thousand": 1.102, - "new_tests_smoothed": 4970.0, - "new_tests_smoothed_per_thousand": 0.858, - "tests_per_case": 16.535, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-08", - "total_cases": 5071.0, - "new_cases": 390.0, - "new_cases_smoothed": 315.857, - "total_deaths": 203.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 875.487, - "new_cases_per_million": 67.332, - "new_cases_smoothed_per_million": 54.531, - "total_deaths_per_million": 35.047, - "new_deaths_per_million": 2.762, - "new_deaths_smoothed_per_million": 2.787, - "new_tests": 5632.0, - "total_tests": 70347.0, - "total_tests_per_thousand": 12.145, - "new_tests_per_thousand": 0.972, - "new_tests_smoothed": 5266.0, - "new_tests_smoothed_per_thousand": 0.909, - "tests_per_case": 16.672, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-09", - "total_cases": 5402.0, - "new_cases": 331.0, - "new_cases_smoothed": 327.857, - "total_deaths": 218.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 932.633, - "new_cases_per_million": 57.146, - "new_cases_smoothed_per_million": 56.603, - "total_deaths_per_million": 37.637, - "new_deaths_per_million": 2.59, - "new_deaths_smoothed_per_million": 2.812, - "new_tests": 2558.0, - "total_tests": 72905.0, - "total_tests_per_thousand": 12.587, - "new_tests_per_thousand": 0.442, - "new_tests_smoothed": 4810.0, - "new_tests_smoothed_per_thousand": 0.83, - "tests_per_case": 14.671, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-10", - "total_cases": 5635.0, - "new_cases": 233.0, - "new_cases_smoothed": 321.286, - "total_deaths": 237.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 972.86, - "new_cases_per_million": 40.226, - "new_cases_smoothed_per_million": 55.469, - "total_deaths_per_million": 40.917, - "new_deaths_per_million": 3.28, - "new_deaths_smoothed_per_million": 2.812, - "new_tests": 2326.0, - "total_tests": 75231.0, - "total_tests_per_thousand": 12.988, - "new_tests_per_thousand": 0.402, - "new_tests_smoothed": 4197.0, - "new_tests_smoothed_per_thousand": 0.725, - "tests_per_case": 13.062999999999999, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-11", - "total_cases": 5819.0, - "new_cases": 184.0, - "new_cases_smoothed": 294.571, - "total_deaths": 247.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 1004.626, - "new_cases_per_million": 31.767, - "new_cases_smoothed_per_million": 50.857, - "total_deaths_per_million": 42.644, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 2.664, - "new_tests": 2229.0, - "total_tests": 77460.0, - "total_tests_per_thousand": 13.373, - "new_tests_per_thousand": 0.385, - "new_tests_smoothed": 3987.0, - "new_tests_smoothed_per_thousand": 0.688, - "tests_per_case": 13.535, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-12", - "total_cases": 5996.0, - "new_cases": 177.0, - "new_cases_smoothed": 274.143, - "total_deaths": 260.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 1035.185, - "new_cases_per_million": 30.558, - "new_cases_smoothed_per_million": 47.33, - "total_deaths_per_million": 44.888, - "new_deaths_per_million": 2.244, - "new_deaths_smoothed_per_million": 2.442, - "new_tests": 2143.0, - "total_tests": 79603.0, - "total_tests_per_thousand": 13.743, - "new_tests_per_thousand": 0.37, - "new_tests_smoothed": 3977.0, - "new_tests_smoothed_per_thousand": 0.687, - "tests_per_case": 14.507, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-13", - "total_cases": 6174.0, - "new_cases": 178.0, - "new_cases_smoothed": 257.857, - "total_deaths": 273.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 1065.916, - "new_cases_per_million": 30.731, - "new_cases_smoothed_per_million": 44.518, - "total_deaths_per_million": 47.132, - "new_deaths_per_million": 2.244, - "new_deaths_smoothed_per_million": 2.318, - "new_tests": 2149.0, - "total_tests": 81752.0, - "total_tests_per_thousand": 14.114, - "new_tests_per_thousand": 0.371, - "new_tests_smoothed": 3346.0, - "new_tests_smoothed_per_thousand": 0.578, - "tests_per_case": 12.975999999999999, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-14", - "total_cases": 6318.0, - "new_cases": 144.0, - "new_cases_smoothed": 233.857, - "total_deaths": 285.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.0, - "total_cases_per_million": 1090.777, - "new_cases_per_million": 24.861, - "new_cases_smoothed_per_million": 40.374, - "total_deaths_per_million": 49.204, - "new_deaths_per_million": 2.072, - "new_deaths_smoothed_per_million": 2.417, - "new_tests": 6219.0, - "total_tests": 87971.0, - "total_tests_per_thousand": 15.188, - "new_tests_per_thousand": 1.074, - "new_tests_smoothed": 3322.0, - "new_tests_smoothed_per_thousand": 0.574, - "tests_per_case": 14.205, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-04-15", - "total_cases": 6511.0, - "new_cases": 193.0, - "new_cases_smoothed": 205.714, - "total_deaths": 299.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 1124.097, - "new_cases_per_million": 33.321, - "new_cases_smoothed_per_million": 35.516, - "total_deaths_per_million": 51.621, - "new_deaths_per_million": 2.417, - "new_deaths_smoothed_per_million": 2.368, - "new_tests": 5634.0, - "total_tests": 93605.0, - "total_tests_per_thousand": 16.161, - "new_tests_per_thousand": 0.973, - "new_tests_smoothed": 3323.0, - "new_tests_smoothed_per_thousand": 0.574, - "tests_per_case": 16.153, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-16", - "total_cases": 6681.0, - "new_cases": 170.0, - "new_cases_smoothed": 182.714, - "total_deaths": 309.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 1153.447, - "new_cases_per_million": 29.35, - "new_cases_smoothed_per_million": 31.545, - "total_deaths_per_million": 53.348, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 2.244, - "new_tests": 5332.0, - "total_tests": 98937.0, - "total_tests_per_thousand": 17.081, - "new_tests_per_thousand": 0.921, - "new_tests_smoothed": 3719.0, - "new_tests_smoothed_per_thousand": 0.642, - "tests_per_case": 20.354, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-17", - "total_cases": 6879.0, - "new_cases": 198.0, - "new_cases_smoothed": 177.714, - "total_deaths": 321.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 1187.631, - "new_cases_per_million": 34.184, - "new_cases_smoothed_per_million": 30.682, - "total_deaths_per_million": 55.419, - "new_deaths_per_million": 2.072, - "new_deaths_smoothed_per_million": 2.072, - "new_tests": 4803.0, - "total_tests": 103740.0, - "total_tests_per_thousand": 17.91, - "new_tests_per_thousand": 0.829, - "new_tests_smoothed": 4073.0, - "new_tests_smoothed_per_thousand": 0.703, - "tests_per_case": 22.919, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-18", - "total_cases": 7073.0, - "new_cases": 194.0, - "new_cases_smoothed": 179.143, - "total_deaths": 336.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 1221.124, - "new_cases_per_million": 33.493, - "new_cases_smoothed_per_million": 30.928, - "total_deaths_per_million": 58.009, - "new_deaths_per_million": 2.59, - "new_deaths_smoothed_per_million": 2.195, - "new_tests": 2302.0, - "total_tests": 106042.0, - "total_tests_per_thousand": 18.308, - "new_tests_per_thousand": 0.397, - "new_tests_smoothed": 4083.0, - "new_tests_smoothed_per_thousand": 0.705, - "tests_per_case": 22.791999999999998, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-19", - "total_cases": 7242.0, - "new_cases": 169.0, - "new_cases_smoothed": 178.0, - "total_deaths": 346.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 1250.301, - "new_cases_per_million": 29.177, - "new_cases_smoothed_per_million": 30.731, - "total_deaths_per_million": 59.735, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 2.121, - "new_tests": 1886.0, - "total_tests": 107928.0, - "total_tests_per_thousand": 18.633, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 4046.0, - "new_tests_smoothed_per_thousand": 0.699, - "tests_per_case": 22.73, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-20", - "total_cases": 7384.0, - "new_cases": 142.0, - "new_cases_smoothed": 172.857, - "total_deaths": 355.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 1274.817, - "new_cases_per_million": 24.516, - "new_cases_smoothed_per_million": 29.843, - "total_deaths_per_million": 61.289, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 2.022, - "new_tests": 6670.0, - "total_tests": 114598.0, - "total_tests_per_thousand": 19.785, - "new_tests_per_thousand": 1.152, - "new_tests_smoothed": 4692.0, - "new_tests_smoothed_per_thousand": 0.81, - "tests_per_case": 27.144000000000002, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-21", - "total_cases": 7515.0, - "new_cases": 131.0, - "new_cases_smoothed": 171.0, - "total_deaths": 364.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 1297.434, - "new_cases_per_million": 22.617, - "new_cases_smoothed_per_million": 29.522, - "total_deaths_per_million": 62.843, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.948, - "new_tests": 9775.0, - "total_tests": 124373.0, - "total_tests_per_thousand": 21.472, - "new_tests_per_thousand": 1.688, - "new_tests_smoothed": 5200.0, - "new_tests_smoothed_per_thousand": 0.898, - "tests_per_case": 30.409000000000002, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-22", - "total_cases": 7695.0, - "new_cases": 180.0, - "new_cases_smoothed": 169.143, - "total_deaths": 370.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 1328.51, - "new_cases_per_million": 31.076, - "new_cases_smoothed_per_million": 29.202, - "total_deaths_per_million": 63.879, - "new_deaths_per_million": 1.036, - "new_deaths_smoothed_per_million": 1.751, - "new_tests": 11605.0, - "total_tests": 135978.0, - "total_tests_per_thousand": 23.476, - "new_tests_per_thousand": 2.004, - "new_tests_smoothed": 6053.0, - "new_tests_smoothed_per_thousand": 1.045, - "tests_per_case": 35.786, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-23", - "total_cases": 7912.0, - "new_cases": 217.0, - "new_cases_smoothed": 175.857, - "total_deaths": 384.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 1365.974, - "new_cases_per_million": 37.464, - "new_cases_smoothed_per_million": 30.361, - "total_deaths_per_million": 66.296, - "new_deaths_per_million": 2.417, - "new_deaths_smoothed_per_million": 1.85, - "new_tests": 12486.0, - "total_tests": 148464.0, - "total_tests_per_thousand": 25.632, - "new_tests_per_thousand": 2.156, - "new_tests_smoothed": 7075.0, - "new_tests_smoothed_per_thousand": 1.221, - "tests_per_case": 40.232, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-24", - "total_cases": 8073.0, - "new_cases": 161.0, - "new_cases_smoothed": 170.571, - "total_deaths": 394.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 1393.77, - "new_cases_per_million": 27.796, - "new_cases_smoothed_per_million": 29.448, - "total_deaths_per_million": 68.022, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 1.8, - "new_tests": 14819.0, - "total_tests": 163283.0, - "total_tests_per_thousand": 28.19, - "new_tests_per_thousand": 2.558, - "new_tests_smoothed": 8506.0, - "new_tests_smoothed_per_thousand": 1.469, - "tests_per_case": 49.868, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-25", - "total_cases": 8210.0, - "new_cases": 137.0, - "new_cases_smoothed": 162.429, - "total_deaths": 403.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 1417.423, - "new_cases_per_million": 23.652, - "new_cases_smoothed_per_million": 28.043, - "total_deaths_per_million": 69.576, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.652, - "new_tests": 12432.0, - "total_tests": 175715.0, - "total_tests_per_thousand": 30.336, - "new_tests_per_thousand": 2.146, - "new_tests_smoothed": 9953.0, - "new_tests_smoothed_per_thousand": 1.718, - "tests_per_case": 61.276, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-26", - "total_cases": 8445.0, - "new_cases": 235.0, - "new_cases_smoothed": 171.857, - "total_deaths": 418.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 1457.994, - "new_cases_per_million": 40.572, - "new_cases_smoothed_per_million": 29.67, - "total_deaths_per_million": 72.166, - "new_deaths_per_million": 2.59, - "new_deaths_smoothed_per_million": 1.776, - "new_tests": 10327.0, - "total_tests": 186042.0, - "total_tests_per_thousand": 32.119, - "new_tests_per_thousand": 1.783, - "new_tests_smoothed": 11159.0, - "new_tests_smoothed_per_thousand": 1.927, - "tests_per_case": 64.932, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-27", - "total_cases": 8575.0, - "new_cases": 130.0, - "new_cases_smoothed": 170.143, - "total_deaths": 422.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 1480.438, - "new_cases_per_million": 22.444, - "new_cases_smoothed_per_million": 29.374, - "total_deaths_per_million": 72.857, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 1.652, - "new_tests": 17351.0, - "total_tests": 203393.0, - "total_tests_per_thousand": 35.115, - "new_tests_per_thousand": 2.996, - "new_tests_smoothed": 12685.0, - "new_tests_smoothed_per_thousand": 2.19, - "tests_per_case": 74.555, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-28", - "total_cases": 8698.0, - "new_cases": 123.0, - "new_cases_smoothed": 169.0, - "total_deaths": 427.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 1501.674, - "new_cases_per_million": 21.235, - "new_cases_smoothed_per_million": 29.177, - "total_deaths_per_million": 73.72, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 16267.0, - "total_tests": 219660.0, - "total_tests_per_thousand": 37.923, - "new_tests_per_thousand": 2.808, - "new_tests_smoothed": 13612.0, - "new_tests_smoothed_per_thousand": 2.35, - "tests_per_case": 80.544, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-29", - "total_cases": 8851.0, - "new_cases": 153.0, - "new_cases_smoothed": 165.143, - "total_deaths": 434.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 1528.089, - "new_cases_per_million": 26.415, - "new_cases_smoothed_per_million": 28.511, - "total_deaths_per_million": 74.928, - "new_deaths_per_million": 1.209, - "new_deaths_smoothed_per_million": 1.578, - "new_tests": 16077.0, - "total_tests": 235737.0, - "total_tests_per_thousand": 40.699, - "new_tests_per_thousand": 2.776, - "new_tests_smoothed": 14251.0, - "new_tests_smoothed_per_thousand": 2.46, - "tests_per_case": 86.295, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-30", - "total_cases": 9008.0, - "new_cases": 157.0, - "new_cases_smoothed": 156.571, - "total_deaths": 443.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1555.194, - "new_cases_per_million": 27.105, - "new_cases_smoothed_per_million": 27.031, - "total_deaths_per_million": 76.482, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.455, - "new_tests": 15951.0, - "total_tests": 251688.0, - "total_tests_per_thousand": 43.453, - "new_tests_per_thousand": 2.754, - "new_tests_smoothed": 14746.0, - "new_tests_smoothed_per_thousand": 2.546, - "tests_per_case": 94.181, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-01", - "total_cases": 9158.0, - "new_cases": 150.0, - "new_cases_smoothed": 155.0, - "total_deaths": 452.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 1581.091, - "new_cases_per_million": 25.897, - "new_cases_smoothed_per_million": 26.76, - "total_deaths_per_million": 78.036, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.43, - "new_tests": 14445.0, - "total_tests": 266133.0, - "total_tests_per_thousand": 45.947, - "new_tests_per_thousand": 2.494, - "new_tests_smoothed": 14693.0, - "new_tests_smoothed_per_thousand": 2.537, - "tests_per_case": 94.794, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-02", - "total_cases": 9311.0, - "new_cases": 153.0, - "new_cases_smoothed": 157.286, - "total_deaths": 462.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1607.506, - "new_cases_per_million": 26.415, - "new_cases_smoothed_per_million": 27.155, - "total_deaths_per_million": 79.762, - "new_deaths_per_million": 1.726, - "new_deaths_smoothed_per_million": 1.455, - "new_tests": 11146.0, - "total_tests": 277279.0, - "total_tests_per_thousand": 47.871, - "new_tests_per_thousand": 1.924, - "new_tests_smoothed": 14509.0, - "new_tests_smoothed_per_thousand": 2.505, - "tests_per_case": 92.24600000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-03", - "total_cases": 9407.0, - "new_cases": 96.0, - "new_cases_smoothed": 137.429, - "total_deaths": 473.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 1624.08, - "new_cases_per_million": 16.574, - "new_cases_smoothed_per_million": 23.726, - "total_deaths_per_million": 81.662, - "new_deaths_per_million": 1.899, - "new_deaths_smoothed_per_million": 1.357, - "new_tests": 8999.0, - "total_tests": 286278.0, - "total_tests_per_thousand": 49.425, - "new_tests_per_thousand": 1.554, - "new_tests_smoothed": 14319.0, - "new_tests_smoothed_per_thousand": 2.472, - "tests_per_case": 104.19200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-04", - "total_cases": 9523.0, - "new_cases": 116.0, - "new_cases_smoothed": 135.429, - "total_deaths": 481.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1644.107, - "new_cases_per_million": 20.027, - "new_cases_smoothed_per_million": 23.381, - "total_deaths_per_million": 83.043, - "new_deaths_per_million": 1.381, - "new_deaths_smoothed_per_million": 1.455, - "new_tests": 17780.0, - "total_tests": 304058.0, - "total_tests_per_thousand": 52.494, - "new_tests_per_thousand": 3.07, - "new_tests_smoothed": 14381.0, - "new_tests_smoothed_per_thousand": 2.483, - "tests_per_case": 106.189, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-05", - "total_cases": 9670.0, - "new_cases": 147.0, - "new_cases_smoothed": 138.857, - "total_deaths": 490.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 1669.486, - "new_cases_per_million": 25.379, - "new_cases_smoothed_per_million": 23.973, - "total_deaths_per_million": 84.596, - "new_deaths_per_million": 1.554, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 15795.0, - "total_tests": 319853.0, - "total_tests_per_thousand": 55.221, - "new_tests_per_thousand": 2.727, - "new_tests_smoothed": 14313.0, - "new_tests_smoothed_per_thousand": 2.471, - "tests_per_case": 103.07700000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-06", - "total_cases": 9821.0, - "new_cases": 151.0, - "new_cases_smoothed": 138.571, - "total_deaths": 497.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 1695.555, - "new_cases_per_million": 26.07, - "new_cases_smoothed_per_million": 23.924, - "total_deaths_per_million": 85.805, - "new_deaths_per_million": 1.209, - "new_deaths_smoothed_per_million": 1.554, - "new_tests": 14328.0, - "total_tests": 334181.0, - "total_tests_per_thousand": 57.695, - "new_tests_per_thousand": 2.474, - "new_tests_smoothed": 14063.0, - "new_tests_smoothed_per_thousand": 2.428, - "tests_per_case": 101.486, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-07", - "total_cases": 9983.0, - "new_cases": 162.0, - "new_cases_smoothed": 139.286, - "total_deaths": 500.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1723.524, - "new_cases_per_million": 27.969, - "new_cases_smoothed_per_million": 24.047, - "total_deaths_per_million": 86.323, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 1.406, - "new_tests": 14371.0, - "total_tests": 348552.0, - "total_tests_per_thousand": 60.176, - "new_tests_per_thousand": 2.481, - "new_tests_smoothed": 13838.0, - "new_tests_smoothed_per_thousand": 2.389, - "tests_per_case": 99.35, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-05-08", - "total_cases": 10083.0, - "new_cases": 100.0, - "new_cases_smoothed": 132.143, - "total_deaths": 506.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 1740.788, - "new_cases_per_million": 17.265, - "new_cases_smoothed_per_million": 22.814, - "total_deaths_per_million": 87.359, - "new_deaths_per_million": 1.036, - "new_deaths_smoothed_per_million": 1.332, - "new_tests": 8373.0, - "total_tests": 356925.0, - "total_tests_per_thousand": 61.622, - "new_tests_per_thousand": 1.446, - "new_tests_smoothed": 12970.0, - "new_tests_smoothed_per_thousand": 2.239, - "tests_per_case": 98.15100000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-09", - "total_cases": 10218.0, - "new_cases": 135.0, - "new_cases_smoothed": 129.571, - "total_deaths": 512.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 1764.096, - "new_cases_per_million": 23.307, - "new_cases_smoothed_per_million": 22.37, - "total_deaths_per_million": 88.395, - "new_deaths_per_million": 1.036, - "new_deaths_smoothed_per_million": 1.233, - "new_tests": 8246.0, - "total_tests": 365171.0, - "total_tests_per_thousand": 63.045, - "new_tests_per_thousand": 1.424, - "new_tests_smoothed": 12556.0, - "new_tests_smoothed_per_thousand": 2.168, - "tests_per_case": 96.904, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-10", - "total_cases": 10319.0, - "new_cases": 101.0, - "new_cases_smoothed": 130.286, - "total_deaths": 516.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 1781.533, - "new_cases_per_million": 17.437, - "new_cases_smoothed_per_million": 22.493, - "total_deaths_per_million": 89.085, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 1.061, - "new_tests": 6687.0, - "total_tests": 371858.0, - "total_tests_per_thousand": 64.2, - "new_tests_per_thousand": 1.154, - "new_tests_smoothed": 12226.0, - "new_tests_smoothed_per_thousand": 2.111, - "tests_per_case": 93.84, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-11", - "total_cases": 10429.0, - "new_cases": 110.0, - "new_cases_smoothed": 129.429, - "total_deaths": 519.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 1800.524, - "new_cases_per_million": 18.991, - "new_cases_smoothed_per_million": 22.345, - "total_deaths_per_million": 89.603, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.937, - "new_tests": 16448.0, - "total_tests": 388306.0, - "total_tests_per_thousand": 67.039, - "new_tests_per_thousand": 2.84, - "new_tests_smoothed": 12035.0, - "new_tests_smoothed_per_thousand": 2.078, - "tests_per_case": 92.986, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-12", - "total_cases": 10513.0, - "new_cases": 84.0, - "new_cases_smoothed": 120.429, - "total_deaths": 524.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 1815.026, - "new_cases_per_million": 14.502, - "new_cases_smoothed_per_million": 20.791, - "total_deaths_per_million": 90.466, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.839, - "new_tests": 14783.0, - "total_tests": 403089.0, - "total_tests_per_thousand": 69.592, - "new_tests_per_thousand": 2.552, - "new_tests_smoothed": 11891.0, - "new_tests_smoothed_per_thousand": 2.053, - "tests_per_case": 98.73899999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-13", - "total_cases": 10591.0, - "new_cases": 78.0, - "new_cases_smoothed": 110.0, - "total_deaths": 528.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1828.493, - "new_cases_per_million": 13.466, - "new_cases_smoothed_per_million": 18.991, - "total_deaths_per_million": 91.157, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.765, - "new_tests": 14759.0, - "total_tests": 417848.0, - "total_tests_per_thousand": 72.14, - "new_tests_per_thousand": 2.548, - "new_tests_smoothed": 11952.0, - "new_tests_smoothed_per_thousand": 2.063, - "tests_per_case": 108.655, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-14", - "total_cases": 10667.0, - "new_cases": 76.0, - "new_cases_smoothed": 97.714, - "total_deaths": 534.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 1841.614, - "new_cases_per_million": 13.121, - "new_cases_smoothed_per_million": 16.87, - "total_deaths_per_million": 92.193, - "new_deaths_per_million": 1.036, - "new_deaths_smoothed_per_million": 0.839, - "new_tests": 12995.0, - "total_tests": 430843.0, - "total_tests_per_thousand": 74.383, - "new_tests_per_thousand": 2.244, - "new_tests_smoothed": 11756.0, - "new_tests_smoothed_per_thousand": 2.03, - "tests_per_case": 120.31, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-15", - "total_cases": 10713.0, - "new_cases": 46.0, - "new_cases_smoothed": 90.0, - "total_deaths": 538.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1849.555, - "new_cases_per_million": 7.942, - "new_cases_smoothed_per_million": 15.538, - "total_deaths_per_million": 92.883, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.789, - "new_tests": 12670.0, - "total_tests": 443513.0, - "total_tests_per_thousand": 76.571, - "new_tests_per_thousand": 2.187, - "new_tests_smoothed": 12370.0, - "new_tests_smoothed_per_thousand": 2.136, - "tests_per_case": 137.444, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-16", - "total_cases": 10791.0, - "new_cases": 78.0, - "new_cases_smoothed": 81.857, - "total_deaths": 538.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1863.022, - "new_cases_per_million": 13.466, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 92.883, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.641, - "new_tests": 7698.0, - "total_tests": 451211.0, - "total_tests_per_thousand": 77.9, - "new_tests_per_thousand": 1.329, - "new_tests_smoothed": 12291.0, - "new_tests_smoothed_per_thousand": 2.122, - "tests_per_case": 150.15200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-17", - "total_cases": 10858.0, - "new_cases": 67.0, - "new_cases_smoothed": 77.0, - "total_deaths": 543.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 1874.589, - "new_cases_per_million": 11.567, - "new_cases_smoothed_per_million": 13.294, - "total_deaths_per_million": 93.747, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.666, - "new_tests": 7070.0, - "total_tests": 458281.0, - "total_tests_per_thousand": 79.12, - "new_tests_per_thousand": 1.221, - "new_tests_smoothed": 12346.0, - "new_tests_smoothed_per_thousand": 2.131, - "tests_per_case": 160.338, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-18", - "total_cases": 10927.0, - "new_cases": 69.0, - "new_cases_smoothed": 71.143, - "total_deaths": 547.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1886.502, - "new_cases_per_million": 11.913, - "new_cases_smoothed_per_million": 12.283, - "total_deaths_per_million": 94.437, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.691, - "new_tests": 15281.0, - "total_tests": 473562.0, - "total_tests_per_thousand": 81.759, - "new_tests_per_thousand": 2.638, - "new_tests_smoothed": 12179.0, - "new_tests_smoothed_per_thousand": 2.103, - "tests_per_case": 171.19099999999997, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-19", - "total_cases": 10968.0, - "new_cases": 41.0, - "new_cases_smoothed": 65.0, - "total_deaths": 548.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 1893.58, - "new_cases_per_million": 7.078, - "new_cases_smoothed_per_million": 11.222, - "total_deaths_per_million": 94.61, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.592, - "new_tests": 14983.0, - "total_tests": 488545.0, - "total_tests_per_thousand": 84.345, - "new_tests_per_thousand": 2.587, - "new_tests_smoothed": 12208.0, - "new_tests_smoothed_per_thousand": 2.108, - "tests_per_case": 187.815, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-20", - "total_cases": 11044.0, - "new_cases": 76.0, - "new_cases_smoothed": 64.714, - "total_deaths": 551.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 1906.701, - "new_cases_per_million": 13.121, - "new_cases_smoothed_per_million": 11.173, - "total_deaths_per_million": 95.128, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.567, - "new_tests": 14461.0, - "total_tests": 503006.0, - "total_tests_per_thousand": 86.842, - "new_tests_per_thousand": 2.497, - "new_tests_smoothed": 12165.0, - "new_tests_smoothed_per_thousand": 2.1, - "tests_per_case": 187.98, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-21", - "total_cases": 11117.0, - "new_cases": 73.0, - "new_cases_smoothed": 64.286, - "total_deaths": 554.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1919.304, - "new_cases_per_million": 12.603, - "new_cases_smoothed_per_million": 11.099, - "total_deaths_per_million": 95.646, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.493, - "new_tests": 8472.0, - "total_tests": 511478.0, - "total_tests_per_thousand": 88.305, - "new_tests_per_thousand": 1.463, - "new_tests_smoothed": 11519.0, - "new_tests_smoothed_per_thousand": 1.989, - "tests_per_case": 179.18400000000003, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-22", - "total_cases": 11182.0, - "new_cases": 65.0, - "new_cases_smoothed": 67.0, - "total_deaths": 561.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 1930.526, - "new_cases_per_million": 11.222, - "new_cases_smoothed_per_million": 11.567, - "total_deaths_per_million": 96.854, - "new_deaths_per_million": 1.209, - "new_deaths_smoothed_per_million": 0.567, - "new_tests": 12305.0, - "total_tests": 523783.0, - "total_tests_per_thousand": 90.429, - "new_tests_per_thousand": 2.124, - "new_tests_smoothed": 11467.0, - "new_tests_smoothed_per_thousand": 1.98, - "tests_per_case": 171.149, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-23", - "total_cases": 11230.0, - "new_cases": 48.0, - "new_cases_smoothed": 62.714, - "total_deaths": 561.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 1938.813, - "new_cases_per_million": 8.287, - "new_cases_smoothed_per_million": 10.827, - "total_deaths_per_million": 96.854, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.567, - "new_tests": 8781.0, - "total_tests": 532564.0, - "total_tests_per_thousand": 91.945, - "new_tests_per_thousand": 1.516, - "new_tests_smoothed": 11622.0, - "new_tests_smoothed_per_thousand": 2.006, - "tests_per_case": 185.317, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-24", - "total_cases": 11289.0, - "new_cases": 59.0, - "new_cases_smoothed": 61.571, - "total_deaths": 561.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 1948.999, - "new_cases_per_million": 10.186, - "new_cases_smoothed_per_million": 10.63, - "total_deaths_per_million": 96.854, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.444, - "new_tests": 8666.0, - "total_tests": 541230.0, - "total_tests_per_thousand": 93.441, - "new_tests_per_thousand": 1.496, - "new_tests_smoothed": 11850.0, - "new_tests_smoothed_per_thousand": 2.046, - "tests_per_case": 192.459, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 65.74 - }, - { - "date": "2020-05-25", - "total_cases": 11360.0, - "new_cases": 71.0, - "new_cases_smoothed": 61.857, - "total_deaths": 562.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1961.257, - "new_cases_per_million": 12.258, - "new_cases_smoothed_per_million": 10.679, - "total_deaths_per_million": 97.027, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 18296.0, - "total_tests": 559526.0, - "total_tests_per_thousand": 96.6, - "new_tests_per_thousand": 3.159, - "new_tests_smoothed": 12281.0, - "new_tests_smoothed_per_thousand": 2.12, - "tests_per_case": 198.53799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-26", - "total_cases": 11387.0, - "new_cases": 27.0, - "new_cases_smoothed": 59.857, - "total_deaths": 563.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1965.919, - "new_cases_per_million": 4.661, - "new_cases_smoothed_per_million": 10.334, - "total_deaths_per_million": 97.2, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 15978.0, - "total_tests": 575504.0, - "total_tests_per_thousand": 99.358, - "new_tests_per_thousand": 2.759, - "new_tests_smoothed": 12423.0, - "new_tests_smoothed_per_thousand": 2.145, - "tests_per_case": 207.544, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-27", - "total_cases": 11428.0, - "new_cases": 41.0, - "new_cases_smoothed": 54.857, - "total_deaths": 563.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1972.997, - "new_cases_per_million": 7.078, - "new_cases_smoothed_per_million": 9.471, - "total_deaths_per_million": 97.2, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.296, - "new_tests": 14787.0, - "total_tests": 590291.0, - "total_tests_per_thousand": 101.911, - "new_tests_per_thousand": 2.553, - "new_tests_smoothed": 12469.0, - "new_tests_smoothed_per_thousand": 2.153, - "tests_per_case": 227.299, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-28", - "total_cases": 11480.0, - "new_cases": 52.0, - "new_cases_smoothed": 51.857, - "total_deaths": 565.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1981.975, - "new_cases_per_million": 8.978, - "new_cases_smoothed_per_million": 8.953, - "total_deaths_per_million": 97.545, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.271, - "new_tests": 13164.0, - "total_tests": 603455.0, - "total_tests_per_thousand": 104.184, - "new_tests_per_thousand": 2.273, - "new_tests_smoothed": 13140.0, - "new_tests_smoothed_per_thousand": 2.269, - "tests_per_case": 253.388, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-29", - "total_cases": 11512.0, - "new_cases": 32.0, - "new_cases_smoothed": 47.143, - "total_deaths": 568.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1987.499, - "new_cases_per_million": 5.525, - "new_cases_smoothed_per_million": 8.139, - "total_deaths_per_million": 98.063, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 11781.0, - "total_tests": 615236.0, - "total_tests_per_thousand": 106.218, - "new_tests_per_thousand": 2.034, - "new_tests_smoothed": 13065.0, - "new_tests_smoothed_per_thousand": 2.256, - "tests_per_case": 277.13599999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-30", - "total_cases": 11593.0, - "new_cases": 81.0, - "new_cases_smoothed": 51.857, - "total_deaths": 568.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2001.484, - "new_cases_per_million": 13.984, - "new_cases_smoothed_per_million": 8.953, - "total_deaths_per_million": 98.063, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 7178.0, - "total_tests": 622414.0, - "total_tests_per_thousand": 107.457, - "new_tests_per_thousand": 1.239, - "new_tests_smoothed": 12836.0, - "new_tests_smoothed_per_thousand": 2.216, - "tests_per_case": 247.52599999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-31", - "total_cases": 11633.0, - "new_cases": 40.0, - "new_cases_smoothed": 49.143, - "total_deaths": 571.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2008.39, - "new_cases_per_million": 6.906, - "new_cases_smoothed_per_million": 8.484, - "total_deaths_per_million": 98.581, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 7636.0, - "total_tests": 630050.0, - "total_tests_per_thousand": 108.776, - "new_tests_per_thousand": 1.318, - "new_tests_smoothed": 12689.0, - "new_tests_smoothed_per_thousand": 2.191, - "tests_per_case": 258.20599999999996, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-01", - "total_cases": 11669.0, - "new_cases": 36.0, - "new_cases_smoothed": 44.143, - "total_deaths": 574.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 2014.605, - "new_cases_per_million": 6.215, - "new_cases_smoothed_per_million": 7.621, - "total_deaths_per_million": 99.099, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.296, - "new_tests": 8723.0, - "total_tests": 638773.0, - "total_tests_per_thousand": 110.282, - "new_tests_per_thousand": 1.506, - "new_tests_smoothed": 11321.0, - "new_tests_smoothed_per_thousand": 1.955, - "tests_per_case": 256.46299999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-02", - "total_cases": 11699.0, - "new_cases": 30.0, - "new_cases_smoothed": 44.571, - "total_deaths": 576.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 2019.784, - "new_cases_per_million": 5.179, - "new_cases_smoothed_per_million": 7.695, - "total_deaths_per_million": 99.444, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.321, - "new_tests": 15535.0, - "total_tests": 654308.0, - "total_tests_per_thousand": 112.964, - "new_tests_per_thousand": 2.682, - "new_tests_smoothed": 11258.0, - "new_tests_smoothed_per_thousand": 1.944, - "tests_per_case": 252.583, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-03", - "total_cases": 11734.0, - "new_cases": 35.0, - "new_cases_smoothed": 43.714, - "total_deaths": 580.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 2025.827, - "new_cases_per_million": 6.043, - "new_cases_smoothed_per_million": 7.547, - "total_deaths_per_million": 100.135, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.419, - "new_tests": 13459.0, - "total_tests": 667767.0, - "total_tests_per_thousand": 115.287, - "new_tests_per_thousand": 2.324, - "new_tests_smoothed": 11068.0, - "new_tests_smoothed_per_thousand": 1.911, - "tests_per_case": 253.19, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-04", - "total_cases": 11771.0, - "new_cases": 37.0, - "new_cases_smoothed": 41.571, - "total_deaths": 580.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 2032.215, - "new_cases_per_million": 6.388, - "new_cases_smoothed_per_million": 7.177, - "total_deaths_per_million": 100.135, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 11866.0, - "total_tests": 679633.0, - "total_tests_per_thousand": 117.336, - "new_tests_per_thousand": 2.049, - "new_tests_smoothed": 10883.0, - "new_tests_smoothed_per_thousand": 1.879, - "tests_per_case": 261.79, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-05", - "total_cases": 11811.0, - "new_cases": 40.0, - "new_cases_smoothed": 42.714, - "total_deaths": 582.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 2039.121, - "new_cases_per_million": 6.906, - "new_cases_smoothed_per_million": 7.374, - "total_deaths_per_million": 100.48, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 9656.0, - "total_tests": 689289.0, - "total_tests_per_thousand": 119.003, - "new_tests_per_thousand": 1.667, - "new_tests_smoothed": 10579.0, - "new_tests_smoothed_per_thousand": 1.826, - "tests_per_case": 247.669, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-06", - "total_cases": 11875.0, - "new_cases": 64.0, - "new_cases_smoothed": 40.286, - "total_deaths": 586.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 2050.17, - "new_cases_per_million": 11.049, - "new_cases_smoothed_per_million": 6.955, - "total_deaths_per_million": 101.17, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.444, - "new_tests": 7971.0, - "total_tests": 697260.0, - "total_tests_per_thousand": 120.379, - "new_tests_per_thousand": 1.376, - "new_tests_smoothed": 10692.0, - "new_tests_smoothed_per_thousand": 1.846, - "tests_per_case": 265.404, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-07", - "total_cases": 11924.0, - "new_cases": 49.0, - "new_cases_smoothed": 41.571, - "total_deaths": 587.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 2058.63, - "new_cases_per_million": 8.46, - "new_cases_smoothed_per_million": 7.177, - "total_deaths_per_million": 101.343, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.395, - "new_tests": 7745.0, - "total_tests": 705005.0, - "total_tests_per_thousand": 121.716, - "new_tests_per_thousand": 1.337, - "new_tests_smoothed": 10708.0, - "new_tests_smoothed_per_thousand": 1.849, - "tests_per_case": 257.58099999999996, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-08", - "total_cases": 11948.0, - "new_cases": 24.0, - "new_cases_smoothed": 39.857, - "total_deaths": 589.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 2062.773, - "new_cases_per_million": 4.144, - "new_cases_smoothed_per_million": 6.881, - "total_deaths_per_million": 101.688, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.37, - "new_tests": 16859.0, - "total_tests": 721864.0, - "total_tests_per_thousand": 124.627, - "new_tests_per_thousand": 2.911, - "new_tests_smoothed": 11870.0, - "new_tests_smoothed_per_thousand": 2.049, - "tests_per_case": 297.814, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-09", - "total_cases": 11962.0, - "new_cases": 14.0, - "new_cases_smoothed": 37.571, - "total_deaths": 593.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 2065.19, - "new_cases_per_million": 2.417, - "new_cases_smoothed_per_million": 6.487, - "total_deaths_per_million": 102.379, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.419, - "new_tests": 15649.0, - "total_tests": 737513.0, - "total_tests_per_thousand": 127.329, - "new_tests_per_thousand": 2.702, - "new_tests_smoothed": 11886.0, - "new_tests_smoothed_per_thousand": 2.052, - "tests_per_case": 316.357, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-10", - "total_cases": 12001.0, - "new_cases": 39.0, - "new_cases_smoothed": 38.143, - "total_deaths": 593.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 2071.923, - "new_cases_per_million": 6.733, - "new_cases_smoothed_per_million": 6.585, - "total_deaths_per_million": 102.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.321, - "new_tests": 14960.0, - "total_tests": 752473.0, - "total_tests_per_thousand": 129.911, - "new_tests_per_thousand": 2.583, - "new_tests_smoothed": 12101.0, - "new_tests_smoothed_per_thousand": 2.089, - "tests_per_case": 317.255, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-11", - "total_cases": 12016.0, - "new_cases": 15.0, - "new_cases_smoothed": 35.0, - "total_deaths": 593.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 2074.513, - "new_cases_per_million": 2.59, - "new_cases_smoothed_per_million": 6.043, - "total_deaths_per_million": 102.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.321, - "new_tests": 14548.0, - "total_tests": 767021.0, - "total_tests_per_thousand": 132.423, - "new_tests_per_thousand": 2.512, - "new_tests_smoothed": 12484.0, - "new_tests_smoothed_per_thousand": 2.155, - "tests_per_case": 356.686, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-12", - "total_cases": 12035.0, - "new_cases": 19.0, - "new_cases_smoothed": 32.0, - "total_deaths": 593.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 2077.793, - "new_cases_per_million": 3.28, - "new_cases_smoothed_per_million": 5.525, - "total_deaths_per_million": 102.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.271, - "new_tests": 14870.0, - "total_tests": 781891.0, - "total_tests_per_thousand": 134.99, - "new_tests_per_thousand": 2.567, - "new_tests_smoothed": 13229.0, - "new_tests_smoothed_per_thousand": 2.284, - "tests_per_case": 413.406, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-13", - "total_cases": 12099.0, - "new_cases": 64.0, - "new_cases_smoothed": 32.0, - "total_deaths": 594.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2088.843, - "new_cases_per_million": 11.049, - "new_cases_smoothed_per_million": 5.525, - "total_deaths_per_million": 102.552, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 10009.0, - "total_tests": 791900.0, - "total_tests_per_thousand": 136.718, - "new_tests_per_thousand": 1.728, - "new_tests_smoothed": 13520.0, - "new_tests_smoothed_per_thousand": 2.334, - "tests_per_case": 422.5, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-14", - "total_cases": 12139.0, - "new_cases": 40.0, - "new_cases_smoothed": 30.714, - "total_deaths": 597.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2095.748, - "new_cases_per_million": 6.906, - "new_cases_smoothed_per_million": 5.303, - "total_deaths_per_million": 103.07, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.247, - "new_tests": 9060.0, - "total_tests": 800960.0, - "total_tests_per_thousand": 138.282, - "new_tests_per_thousand": 1.564, - "new_tests_smoothed": 13708.0, - "new_tests_smoothed_per_thousand": 2.367, - "tests_per_case": 446.30699999999996, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-15", - "total_cases": 12193.0, - "new_cases": 54.0, - "new_cases_smoothed": 35.0, - "total_deaths": 597.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2105.071, - "new_cases_per_million": 9.323, - "new_cases_smoothed_per_million": 6.043, - "total_deaths_per_million": 103.07, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 17714.0, - "total_tests": 818674.0, - "total_tests_per_thousand": 141.341, - "new_tests_per_thousand": 3.058, - "new_tests_smoothed": 13830.0, - "new_tests_smoothed_per_thousand": 2.388, - "tests_per_case": 395.14300000000003, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-16", - "total_cases": 12217.0, - "new_cases": 24.0, - "new_cases_smoothed": 36.429, - "total_deaths": 598.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2109.215, - "new_cases_per_million": 4.144, - "new_cases_smoothed_per_million": 6.289, - "total_deaths_per_million": 103.242, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 18201.0, - "total_tests": 836875.0, - "total_tests_per_thousand": 144.483, - "new_tests_per_thousand": 3.142, - "new_tests_smoothed": 14195.0, - "new_tests_smoothed_per_thousand": 2.451, - "tests_per_case": 389.667, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-17", - "total_cases": 12250.0, - "new_cases": 33.0, - "new_cases_smoothed": 35.571, - "total_deaths": 598.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2114.912, - "new_cases_per_million": 5.697, - "new_cases_smoothed_per_million": 6.141, - "total_deaths_per_million": 103.242, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 19225.0, - "total_tests": 856100.0, - "total_tests_per_thousand": 147.802, - "new_tests_per_thousand": 3.319, - "new_tests_smoothed": 14804.0, - "new_tests_smoothed_per_thousand": 2.556, - "tests_per_case": 416.17699999999996, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-18", - "total_cases": 12294.0, - "new_cases": 44.0, - "new_cases_smoothed": 39.714, - "total_deaths": 598.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2122.508, - "new_cases_per_million": 7.596, - "new_cases_smoothed_per_million": 6.857, - "total_deaths_per_million": 103.242, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 17516.0, - "total_tests": 873616.0, - "total_tests_per_thousand": 150.826, - "new_tests_per_thousand": 3.024, - "new_tests_smoothed": 15228.0, - "new_tests_smoothed_per_thousand": 2.629, - "tests_per_case": 383.439, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-19", - "total_cases": 12344.0, - "new_cases": 50.0, - "new_cases_smoothed": 44.143, - "total_deaths": 600.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 2131.141, - "new_cases_per_million": 8.632, - "new_cases_smoothed_per_million": 7.621, - "total_deaths_per_million": 103.588, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 16991.0, - "total_tests": 890607.0, - "total_tests_per_thousand": 153.76, - "new_tests_per_thousand": 2.933, - "new_tests_smoothed": 15531.0, - "new_tests_smoothed_per_thousand": 2.681, - "tests_per_case": 351.835, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-20", - "total_cases": 12391.0, - "new_cases": 47.0, - "new_cases_smoothed": 41.714, - "total_deaths": 600.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2139.255, - "new_cases_per_million": 8.114, - "new_cases_smoothed_per_million": 7.202, - "total_deaths_per_million": 103.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 12098.0, - "total_tests": 902705.0, - "total_tests_per_thousand": 155.848, - "new_tests_per_thousand": 2.089, - "new_tests_smoothed": 15829.0, - "new_tests_smoothed_per_thousand": 2.733, - "tests_per_case": 379.462, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-21", - "total_cases": 12391.0, - "new_cases": 0.0, - "new_cases_smoothed": 36.0, - "total_deaths": 600.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2139.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.215, - "total_deaths_per_million": 103.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 11415.0, - "total_tests": 914120.0, - "total_tests_per_thousand": 157.819, - "new_tests_per_thousand": 1.971, - "new_tests_smoothed": 16166.0, - "new_tests_smoothed_per_thousand": 2.791, - "tests_per_case": 449.056, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-22", - "total_cases": 12391.0, - "new_cases": 0.0, - "new_cases_smoothed": 28.286, - "total_deaths": 600.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2139.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.883, - "total_deaths_per_million": 103.588, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 21457.0, - "total_tests": 935577.0, - "total_tests_per_thousand": 161.524, - "new_tests_per_thousand": 3.704, - "new_tests_smoothed": 16700.0, - "new_tests_smoothed_per_thousand": 2.883, - "tests_per_case": 590.404, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-23", - "total_cases": 12527.0, - "new_cases": 136.0, - "new_cases_smoothed": 44.286, - "total_deaths": 602.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2162.735, - "new_cases_per_million": 23.48, - "new_cases_smoothed_per_million": 7.646, - "total_deaths_per_million": 103.933, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 20913.0, - "total_tests": 956490.0, - "total_tests_per_thousand": 165.134, - "new_tests_per_thousand": 3.611, - "new_tests_smoothed": 17088.0, - "new_tests_smoothed_per_thousand": 2.95, - "tests_per_case": 385.858, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-24", - "total_cases": 12561.0, - "new_cases": 34.0, - "new_cases_smoothed": 44.429, - "total_deaths": 603.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2168.605, - "new_cases_per_million": 5.87, - "new_cases_smoothed_per_million": 7.67, - "total_deaths_per_million": 104.105, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 20079.0, - "total_tests": 976569.0, - "total_tests_per_thousand": 168.601, - "new_tests_per_thousand": 3.467, - "new_tests_smoothed": 17210.0, - "new_tests_smoothed_per_thousand": 2.971, - "tests_per_case": 387.36300000000006, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-25", - "total_cases": 12615.0, - "new_cases": 54.0, - "new_cases_smoothed": 45.857, - "total_deaths": 603.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2177.928, - "new_cases_per_million": 9.323, - "new_cases_smoothed_per_million": 7.917, - "total_deaths_per_million": 104.105, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 16830.0, - "total_tests": 993399.0, - "total_tests_per_thousand": 171.506, - "new_tests_per_thousand": 2.906, - "new_tests_smoothed": 17112.0, - "new_tests_smoothed_per_thousand": 2.954, - "tests_per_case": 373.159, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-26", - "total_cases": 12636.0, - "new_cases": 21.0, - "new_cases_smoothed": 41.714, - "total_deaths": 603.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2181.553, - "new_cases_per_million": 3.626, - "new_cases_smoothed_per_million": 7.202, - "total_deaths_per_million": 104.105, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 15838.0, - "total_tests": 1009237.0, - "total_tests_per_thousand": 174.241, - "new_tests_per_thousand": 2.734, - "new_tests_smoothed": 16947.0, - "new_tests_smoothed_per_thousand": 2.926, - "tests_per_case": 406.264, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-27", - "total_cases": 12675.0, - "new_cases": 39.0, - "new_cases_smoothed": 40.571, - "total_deaths": 604.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2188.287, - "new_cases_per_million": 6.733, - "new_cases_smoothed_per_million": 7.004, - "total_deaths_per_million": 104.278, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 9484.0, - "total_tests": 1018721.0, - "total_tests_per_thousand": 175.878, - "new_tests_per_thousand": 1.637, - "new_tests_smoothed": 16574.0, - "new_tests_smoothed_per_thousand": 2.861, - "tests_per_case": 408.514, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-28", - "total_cases": 12675.0, - "new_cases": 0.0, - "new_cases_smoothed": 40.571, - "total_deaths": 604.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2188.287, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.004, - "total_deaths_per_million": 104.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 9461.0, - "total_tests": 1028182.0, - "total_tests_per_thousand": 177.511, - "new_tests_per_thousand": 1.633, - "new_tests_smoothed": 16295.0, - "new_tests_smoothed_per_thousand": 2.813, - "tests_per_case": 401.63699999999994, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-29", - "total_cases": 12675.0, - "new_cases": 0.0, - "new_cases_smoothed": 40.571, - "total_deaths": 604.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2188.287, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.004, - "total_deaths_per_million": 104.278, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 18719.0, - "total_tests": 1046901.0, - "total_tests_per_thousand": 180.743, - "new_tests_per_thousand": 3.232, - "new_tests_smoothed": 15903.0, - "new_tests_smoothed_per_thousand": 2.746, - "tests_per_case": 391.975, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-06-30", - "total_cases": 12751.0, - "new_cases": 76.0, - "new_cases_smoothed": 32.0, - "total_deaths": 605.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2201.408, - "new_cases_per_million": 13.121, - "new_cases_smoothed_per_million": 5.525, - "total_deaths_per_million": 104.451, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 17884.0, - "total_tests": 1064785.0, - "total_tests_per_thousand": 183.831, - "new_tests_per_thousand": 3.088, - "new_tests_smoothed": 15471.0, - "new_tests_smoothed_per_thousand": 2.671, - "tests_per_case": 483.469, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-01", - "total_cases": 12768.0, - "new_cases": 17.0, - "new_cases_smoothed": 29.571, - "total_deaths": 605.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2204.343, - "new_cases_per_million": 2.935, - "new_cases_smoothed_per_million": 5.105, - "total_deaths_per_million": 104.451, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 17615.0, - "total_tests": 1082400.0, - "total_tests_per_thousand": 186.872, - "new_tests_per_thousand": 3.041, - "new_tests_smoothed": 15119.0, - "new_tests_smoothed_per_thousand": 2.61, - "tests_per_case": 511.27099999999996, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-02", - "total_cases": 12794.0, - "new_cases": 26.0, - "new_cases_smoothed": 25.571, - "total_deaths": 606.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2208.831, - "new_cases_per_million": 4.489, - "new_cases_smoothed_per_million": 4.415, - "total_deaths_per_million": 104.623, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 15361.0, - "total_tests": 1097761.0, - "total_tests_per_thousand": 189.524, - "new_tests_per_thousand": 2.652, - "new_tests_smoothed": 14909.0, - "new_tests_smoothed_per_thousand": 2.574, - "tests_per_case": 583.034, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-03", - "total_cases": 12815.0, - "new_cases": 21.0, - "new_cases_smoothed": 25.571, - "total_deaths": 606.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2212.457, - "new_cases_per_million": 3.626, - "new_cases_smoothed_per_million": 4.415, - "total_deaths_per_million": 104.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 14320.0, - "total_tests": 1112081.0, - "total_tests_per_thousand": 191.996, - "new_tests_per_thousand": 2.472, - "new_tests_smoothed": 14692.0, - "new_tests_smoothed_per_thousand": 2.537, - "tests_per_case": 574.547, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-04", - "total_cases": 12832.0, - "new_cases": 17.0, - "new_cases_smoothed": 22.429, - "total_deaths": 606.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2215.392, - "new_cases_per_million": 2.935, - "new_cases_smoothed_per_million": 3.872, - "total_deaths_per_million": 104.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 9624.0, - "total_tests": 1121705.0, - "total_tests_per_thousand": 193.658, - "new_tests_per_thousand": 1.662, - "new_tests_smoothed": 14712.0, - "new_tests_smoothed_per_thousand": 2.54, - "tests_per_case": 655.949, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-05", - "total_cases": 12832.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.429, - "total_deaths": 606.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2215.392, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.872, - "total_deaths_per_million": 104.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 9737.0, - "total_tests": 1131442.0, - "total_tests_per_thousand": 195.339, - "new_tests_per_thousand": 1.681, - "new_tests_smoothed": 14751.0, - "new_tests_smoothed_per_thousand": 2.547, - "tests_per_case": 657.688, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-06", - "total_cases": 12832.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.429, - "total_deaths": 606.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2215.392, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.872, - "total_deaths_per_million": 104.623, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 17841.0, - "total_tests": 1149283.0, - "total_tests_per_thousand": 198.419, - "new_tests_per_thousand": 3.08, - "new_tests_smoothed": 14626.0, - "new_tests_smoothed_per_thousand": 2.525, - "tests_per_case": 652.115, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-07", - "total_cases": 12878.0, - "new_cases": 46.0, - "new_cases_smoothed": 18.143, - "total_deaths": 607.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2223.334, - "new_cases_per_million": 7.942, - "new_cases_smoothed_per_million": 3.132, - "total_deaths_per_million": 104.796, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 16513.0, - "total_tests": 1165796.0, - "total_tests_per_thousand": 201.27, - "new_tests_per_thousand": 2.851, - "new_tests_smoothed": 14430.0, - "new_tests_smoothed_per_thousand": 2.491, - "tests_per_case": 795.3539999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-07-08", - "total_cases": 12888.0, - "new_cases": 10.0, - "new_cases_smoothed": 17.143, - "total_deaths": 609.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2225.06, - "new_cases_per_million": 1.726, - "new_cases_smoothed_per_million": 2.96, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 15903.0, - "total_tests": 1181699.0, - "total_tests_per_thousand": 204.015, - "new_tests_per_thousand": 2.746, - "new_tests_smoothed": 14186.0, - "new_tests_smoothed_per_thousand": 2.449, - "tests_per_case": 827.5169999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-09", - "total_cases": 12900.0, - "new_cases": 12.0, - "new_cases_smoothed": 15.143, - "total_deaths": 609.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2227.132, - "new_cases_per_million": 2.072, - "new_cases_smoothed_per_million": 2.614, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 14303.0, - "total_tests": 1196002.0, - "total_tests_per_thousand": 206.485, - "new_tests_per_thousand": 2.469, - "new_tests_smoothed": 14034.0, - "new_tests_smoothed_per_thousand": 2.423, - "tests_per_case": 926.7739999999999, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-10", - "total_cases": 12916.0, - "new_cases": 16.0, - "new_cases_smoothed": 14.429, - "total_deaths": 609.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2229.894, - "new_cases_per_million": 2.762, - "new_cases_smoothed_per_million": 2.491, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 14186.0, - "total_tests": 1210188.0, - "total_tests_per_thousand": 208.934, - "new_tests_per_thousand": 2.449, - "new_tests_smoothed": 14015.0, - "new_tests_smoothed_per_thousand": 2.42, - "tests_per_case": 971.337, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-11", - "total_cases": 12946.0, - "new_cases": 30.0, - "new_cases_smoothed": 16.286, - "total_deaths": 609.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2235.074, - "new_cases_per_million": 5.179, - "new_cases_smoothed_per_million": 2.812, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 9650.0, - "total_tests": 1219838.0, - "total_tests_per_thousand": 210.6, - "new_tests_per_thousand": 1.666, - "new_tests_smoothed": 14019.0, - "new_tests_smoothed_per_thousand": 2.42, - "tests_per_case": 860.816, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-12", - "total_cases": 12946.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.286, - "total_deaths": 609.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2235.074, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.812, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 9133.0, - "total_tests": 1228971.0, - "total_tests_per_thousand": 212.177, - "new_tests_per_thousand": 1.577, - "new_tests_smoothed": 13933.0, - "new_tests_smoothed_per_thousand": 2.405, - "tests_per_case": 855.535, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-13", - "total_cases": 12946.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.286, - "total_deaths": 609.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2235.074, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.812, - "total_deaths_per_million": 105.141, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 18280.0, - "total_tests": 1247251.0, - "total_tests_per_thousand": 215.333, - "new_tests_per_thousand": 3.156, - "new_tests_smoothed": 13995.0, - "new_tests_smoothed_per_thousand": 2.416, - "tests_per_case": 859.342, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-14", - "total_cases": 13037.0, - "new_cases": 91.0, - "new_cases_smoothed": 22.714, - "total_deaths": 610.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2250.784, - "new_cases_per_million": 15.711, - "new_cases_smoothed_per_million": 3.922, - "total_deaths_per_million": 105.314, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 16717.0, - "total_tests": 1263968.0, - "total_tests_per_thousand": 218.219, - "new_tests_per_thousand": 2.886, - "new_tests_smoothed": 14025.0, - "new_tests_smoothed_per_thousand": 2.421, - "tests_per_case": 617.453, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-15", - "total_cases": 13061.0, - "new_cases": 24.0, - "new_cases_smoothed": 24.714, - "total_deaths": 610.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2254.928, - "new_cases_per_million": 4.144, - "new_cases_smoothed_per_million": 4.267, - "total_deaths_per_million": 105.314, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 16345.0, - "total_tests": 1280313.0, - "total_tests_per_thousand": 221.041, - "new_tests_per_thousand": 2.822, - "new_tests_smoothed": 14088.0, - "new_tests_smoothed_per_thousand": 2.432, - "tests_per_case": 570.035, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-16", - "total_cases": 13092.0, - "new_cases": 31.0, - "new_cases_smoothed": 27.429, - "total_deaths": 610.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2260.28, - "new_cases_per_million": 5.352, - "new_cases_smoothed_per_million": 4.735, - "total_deaths_per_million": 105.314, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 15182.0, - "total_tests": 1295495.0, - "total_tests_per_thousand": 223.662, - "new_tests_per_thousand": 2.621, - "new_tests_smoothed": 14213.0, - "new_tests_smoothed_per_thousand": 2.454, - "tests_per_case": 518.182, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-17", - "total_cases": 13124.0, - "new_cases": 32.0, - "new_cases_smoothed": 29.714, - "total_deaths": 610.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2265.805, - "new_cases_per_million": 5.525, - "new_cases_smoothed_per_million": 5.13, - "total_deaths_per_million": 105.314, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 14271.0, - "total_tests": 1309766.0, - "total_tests_per_thousand": 226.126, - "new_tests_per_thousand": 2.464, - "new_tests_smoothed": 14225.0, - "new_tests_smoothed_per_thousand": 2.456, - "tests_per_case": 478.726, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-18", - "total_cases": 13173.0, - "new_cases": 49.0, - "new_cases_smoothed": 32.429, - "total_deaths": 611.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2274.264, - "new_cases_per_million": 8.46, - "new_cases_smoothed_per_million": 5.599, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 10669.0, - "total_tests": 1320435.0, - "total_tests_per_thousand": 227.968, - "new_tests_per_thousand": 1.842, - "new_tests_smoothed": 14371.0, - "new_tests_smoothed_per_thousand": 2.481, - "tests_per_case": 443.159, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-19", - "total_cases": 13173.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.429, - "total_deaths": 611.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2274.264, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.599, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 10936.0, - "total_tests": 1331371.0, - "total_tests_per_thousand": 229.856, - "new_tests_per_thousand": 1.888, - "new_tests_smoothed": 14629.0, - "new_tests_smoothed_per_thousand": 2.526, - "tests_per_case": 451.115, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-20", - "total_cases": 13173.0, - "new_cases": 0.0, - "new_cases_smoothed": 32.429, - "total_deaths": 611.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2274.264, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.599, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 18211.0, - "total_tests": 1349582.0, - "total_tests_per_thousand": 233.0, - "new_tests_per_thousand": 3.144, - "new_tests_smoothed": 14619.0, - "new_tests_smoothed_per_thousand": 2.524, - "tests_per_case": 450.806, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-21", - "total_cases": 13262.0, - "new_cases": 89.0, - "new_cases_smoothed": 32.143, - "total_deaths": 611.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2289.63, - "new_cases_per_million": 15.365, - "new_cases_smoothed_per_million": 5.549, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 16692.0, - "total_tests": 1366274.0, - "total_tests_per_thousand": 235.882, - "new_tests_per_thousand": 2.882, - "new_tests_smoothed": 14615.0, - "new_tests_smoothed_per_thousand": 2.523, - "tests_per_case": 454.689, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-22", - "total_cases": 13302.0, - "new_cases": 40.0, - "new_cases_smoothed": 34.429, - "total_deaths": 611.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2296.536, - "new_cases_per_million": 6.906, - "new_cases_smoothed_per_million": 5.944, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 16637.0, - "total_tests": 1382911.0, - "total_tests_per_thousand": 238.754, - "new_tests_per_thousand": 2.872, - "new_tests_smoothed": 14657.0, - "new_tests_smoothed_per_thousand": 2.53, - "tests_per_case": 425.722, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-23", - "total_cases": 13350.0, - "new_cases": 48.0, - "new_cases_smoothed": 36.857, - "total_deaths": 611.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2304.823, - "new_cases_per_million": 8.287, - "new_cases_smoothed_per_million": 6.363, - "total_deaths_per_million": 105.487, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 15793.0, - "total_tests": 1398704.0, - "total_tests_per_thousand": 241.48, - "new_tests_per_thousand": 2.727, - "new_tests_smoothed": 14744.0, - "new_tests_smoothed_per_thousand": 2.545, - "tests_per_case": 400.031, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-24", - "total_cases": 13390.0, - "new_cases": 40.0, - "new_cases_smoothed": 38.0, - "total_deaths": 612.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2311.728, - "new_cases_per_million": 6.906, - "new_cases_smoothed_per_million": 6.561, - "total_deaths_per_million": 105.659, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 16108.0, - "total_tests": 1414812.0, - "total_tests_per_thousand": 244.261, - "new_tests_per_thousand": 2.781, - "new_tests_smoothed": 15007.0, - "new_tests_smoothed_per_thousand": 2.591, - "tests_per_case": 394.921, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-25", - "total_cases": 13438.0, - "new_cases": 48.0, - "new_cases_smoothed": 37.857, - "total_deaths": 613.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2320.015, - "new_cases_per_million": 8.287, - "new_cases_smoothed_per_million": 6.536, - "total_deaths_per_million": 105.832, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 11731.0, - "total_tests": 1426543.0, - "total_tests_per_thousand": 246.287, - "new_tests_per_thousand": 2.025, - "new_tests_smoothed": 15158.0, - "new_tests_smoothed_per_thousand": 2.617, - "tests_per_case": 400.4, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-26", - "total_cases": 13438.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.857, - "total_deaths": 613.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2320.015, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.536, - "total_deaths_per_million": 105.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 12813.0, - "total_tests": 1439356.0, - "total_tests_per_thousand": 248.499, - "new_tests_per_thousand": 2.212, - "new_tests_smoothed": 15426.0, - "new_tests_smoothed_per_thousand": 2.663, - "tests_per_case": 407.47900000000004, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-27", - "total_cases": 13438.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.857, - "total_deaths": 613.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2320.015, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.536, - "total_deaths_per_million": 105.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 20720.0, - "total_tests": 1460076.0, - "total_tests_per_thousand": 252.076, - "new_tests_per_thousand": 3.577, - "new_tests_smoothed": 15785.0, - "new_tests_smoothed_per_thousand": 2.725, - "tests_per_case": 416.962, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-28", - "total_cases": 13547.0, - "new_cases": 109.0, - "new_cases_smoothed": 40.714, - "total_deaths": 613.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2338.834, - "new_cases_per_million": 18.818, - "new_cases_smoothed_per_million": 7.029, - "total_deaths_per_million": 105.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 20376.0, - "total_tests": 1480452.0, - "total_tests_per_thousand": 255.594, - "new_tests_per_thousand": 3.518, - "new_tests_smoothed": 16311.0, - "new_tests_smoothed_per_thousand": 2.816, - "tests_per_case": 400.621, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-29", - "total_cases": 13577.0, - "new_cases": 30.0, - "new_cases_smoothed": 39.286, - "total_deaths": 613.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2344.013, - "new_cases_per_million": 5.179, - "new_cases_smoothed_per_million": 6.783, - "total_deaths_per_million": 105.832, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 20218.0, - "total_tests": 1500670.0, - "total_tests_per_thousand": 259.084, - "new_tests_per_thousand": 3.491, - "new_tests_smoothed": 16823.0, - "new_tests_smoothed_per_thousand": 2.904, - "tests_per_case": 428.222, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-30", - "total_cases": 13634.0, - "new_cases": 57.0, - "new_cases_smoothed": 40.571, - "total_deaths": 614.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2353.854, - "new_cases_per_million": 9.841, - "new_cases_smoothed_per_million": 7.004, - "total_deaths_per_million": 106.005, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 20547.0, - "total_tests": 1521217.0, - "total_tests_per_thousand": 262.632, - "new_tests_per_thousand": 3.547, - "new_tests_smoothed": 17502.0, - "new_tests_smoothed_per_thousand": 3.022, - "tests_per_case": 431.38699999999994, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-07-31", - "total_cases": 13725.0, - "new_cases": 91.0, - "new_cases_smoothed": 47.857, - "total_deaths": 615.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2369.565, - "new_cases_per_million": 15.711, - "new_cases_smoothed_per_million": 8.262, - "total_deaths_per_million": 106.177, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 19917.0, - "total_tests": 1541134.0, - "total_tests_per_thousand": 266.07, - "new_tests_per_thousand": 3.439, - "new_tests_smoothed": 18046.0, - "new_tests_smoothed_per_thousand": 3.116, - "tests_per_case": 377.08099999999996, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-08-01", - "total_cases": 13789.0, - "new_cases": 64.0, - "new_cases_smoothed": 50.143, - "total_deaths": 615.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2380.614, - "new_cases_per_million": 11.049, - "new_cases_smoothed_per_million": 8.657, - "total_deaths_per_million": 106.177, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 14305.0, - "total_tests": 1555439.0, - "total_tests_per_thousand": 268.54, - "new_tests_per_thousand": 2.47, - "new_tests_smoothed": 18414.0, - "new_tests_smoothed_per_thousand": 3.179, - "tests_per_case": 367.231, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-02", - "total_cases": 13789.0, - "new_cases": 0.0, - "new_cases_smoothed": 50.143, - "total_deaths": 615.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2380.614, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.657, - "total_deaths_per_million": 106.177, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 15713.0, - "total_tests": 1571152.0, - "total_tests_per_thousand": 271.253, - "new_tests_per_thousand": 2.713, - "new_tests_smoothed": 18828.0, - "new_tests_smoothed_per_thousand": 3.251, - "tests_per_case": 375.48699999999997, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-03", - "total_cases": 13789.0, - "new_cases": 0.0, - "new_cases_smoothed": 50.143, - "total_deaths": 615.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2380.614, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.657, - "total_deaths_per_million": 106.177, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 23844.0, - "total_tests": 1594996.0, - "total_tests_per_thousand": 275.369, - "new_tests_per_thousand": 4.117, - "new_tests_smoothed": 19274.0, - "new_tests_smoothed_per_thousand": 3.328, - "tests_per_case": 384.38199999999995, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-04", - "total_cases": 13996.0, - "new_cases": 207.0, - "new_cases_smoothed": 64.143, - "total_deaths": 616.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2416.352, - "new_cases_per_million": 35.738, - "new_cases_smoothed_per_million": 11.074, - "total_deaths_per_million": 106.35, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 24940.0, - "total_tests": 1619936.0, - "total_tests_per_thousand": 279.675, - "new_tests_per_thousand": 4.306, - "new_tests_smoothed": 19926.0, - "new_tests_smoothed_per_thousand": 3.44, - "tests_per_case": 310.65, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-05", - "total_cases": 14073.0, - "new_cases": 77.0, - "new_cases_smoothed": 70.857, - "total_deaths": 616.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2429.646, - "new_cases_per_million": 13.294, - "new_cases_smoothed_per_million": 12.233, - "total_deaths_per_million": 106.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 24878.0, - "total_tests": 1644814.0, - "total_tests_per_thousand": 283.97, - "new_tests_per_thousand": 4.295, - "new_tests_smoothed": 20592.0, - "new_tests_smoothed_per_thousand": 3.555, - "tests_per_case": 290.613, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-06", - "total_cases": 14185.0, - "new_cases": 112.0, - "new_cases_smoothed": 78.714, - "total_deaths": 616.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2448.982, - "new_cases_per_million": 19.336, - "new_cases_smoothed_per_million": 13.59, - "total_deaths_per_million": 106.35, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 26853.0, - "total_tests": 1671667.0, - "total_tests_per_thousand": 288.606, - "new_tests_per_thousand": 4.636, - "new_tests_smoothed": 21493.0, - "new_tests_smoothed_per_thousand": 3.711, - "tests_per_case": 273.051, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-07", - "total_cases": 14306.0, - "new_cases": 121.0, - "new_cases_smoothed": 83.0, - "total_deaths": 617.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2469.872, - "new_cases_per_million": 20.89, - "new_cases_smoothed_per_million": 14.33, - "total_deaths_per_million": 106.523, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 27073.0, - "total_tests": 1698740.0, - "total_tests_per_thousand": 293.28, - "new_tests_per_thousand": 4.674, - "new_tests_smoothed": 22515.0, - "new_tests_smoothed_per_thousand": 3.887, - "tests_per_case": 271.265, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-08", - "total_cases": 14442.0, - "new_cases": 136.0, - "new_cases_smoothed": 93.286, - "total_deaths": 617.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2493.352, - "new_cases_per_million": 23.48, - "new_cases_smoothed_per_million": 16.105, - "total_deaths_per_million": 106.523, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 20789.0, - "total_tests": 1719529.0, - "total_tests_per_thousand": 296.87, - "new_tests_per_thousand": 3.589, - "new_tests_smoothed": 23441.0, - "new_tests_smoothed_per_thousand": 4.047, - "tests_per_case": 251.282, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-09", - "total_cases": 14442.0, - "new_cases": 0.0, - "new_cases_smoothed": 93.286, - "total_deaths": 617.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2493.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.105, - "total_deaths_per_million": 106.523, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 20934.0, - "total_tests": 1740463.0, - "total_tests_per_thousand": 300.484, - "new_tests_per_thousand": 3.614, - "new_tests_smoothed": 24187.0, - "new_tests_smoothed_per_thousand": 4.176, - "tests_per_case": 259.279, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-10", - "total_cases": 14442.0, - "new_cases": 0.0, - "new_cases_smoothed": 93.286, - "total_deaths": 617.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2493.352, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.105, - "total_deaths_per_million": 106.523, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 30947.0, - "total_tests": 1771410.0, - "total_tests_per_thousand": 305.827, - "new_tests_per_thousand": 5.343, - "new_tests_smoothed": 25202.0, - "new_tests_smoothed_per_thousand": 4.351, - "tests_per_case": 270.159, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-11", - "total_cases": 14815.0, - "new_cases": 373.0, - "new_cases_smoothed": 117.0, - "total_deaths": 620.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2557.749, - "new_cases_per_million": 64.397, - "new_cases_smoothed_per_million": 20.2, - "total_deaths_per_million": 107.04, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 33524.0, - "total_tests": 1804934.0, - "total_tests_per_thousand": 311.614, - "new_tests_per_thousand": 5.788, - "new_tests_smoothed": 26428.0, - "new_tests_smoothed_per_thousand": 4.563, - "tests_per_case": 225.88, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-12", - "total_cases": 14959.0, - "new_cases": 144.0, - "new_cases_smoothed": 126.571, - "total_deaths": 621.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2582.61, - "new_cases_per_million": 24.861, - "new_cases_smoothed_per_million": 21.852, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 34727.0, - "total_tests": 1839661.0, - "total_tests_per_thousand": 317.61, - "new_tests_per_thousand": 5.995, - "new_tests_smoothed": 27835.0, - "new_tests_smoothed_per_thousand": 4.806, - "tests_per_case": 219.915, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-13", - "total_cases": 15070.0, - "new_cases": 111.0, - "new_cases_smoothed": 126.429, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2601.773, - "new_cases_per_million": 19.164, - "new_cases_smoothed_per_million": 21.827, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 33775.0, - "total_tests": 1873436.0, - "total_tests_per_thousand": 323.441, - "new_tests_per_thousand": 5.831, - "new_tests_smoothed": 28824.0, - "new_tests_smoothed_per_thousand": 4.976, - "tests_per_case": 227.986, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-14", - "total_cases": 15214.0, - "new_cases": 144.0, - "new_cases_smoothed": 129.714, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2626.634, - "new_cases_per_million": 24.861, - "new_cases_smoothed_per_million": 22.395, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 32563.0, - "total_tests": 1905999.0, - "total_tests_per_thousand": 329.063, - "new_tests_per_thousand": 5.622, - "new_tests_smoothed": 29608.0, - "new_tests_smoothed_per_thousand": 5.112, - "tests_per_case": 228.25599999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-15", - "total_cases": 15379.0, - "new_cases": 165.0, - "new_cases_smoothed": 133.857, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2655.121, - "new_cases_per_million": 28.487, - "new_cases_smoothed_per_million": 23.11, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 25240.0, - "total_tests": 1931239.0, - "total_tests_per_thousand": 333.42, - "new_tests_per_thousand": 4.358, - "new_tests_smoothed": 30244.0, - "new_tests_smoothed_per_thousand": 5.222, - "tests_per_case": 225.942, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-16", - "total_cases": 15483.0, - "new_cases": 104.0, - "new_cases_smoothed": 148.714, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2673.076, - "new_cases_per_million": 17.955, - "new_cases_smoothed_per_million": 25.675, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 25604.0, - "total_tests": 1956843.0, - "total_tests_per_thousand": 337.841, - "new_tests_per_thousand": 4.42, - "new_tests_smoothed": 30911.0, - "new_tests_smoothed_per_thousand": 5.337, - "tests_per_case": 207.855, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-17", - "total_cases": 15617.0, - "new_cases": 134.0, - "new_cases_smoothed": 167.857, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2696.211, - "new_cases_per_million": 23.135, - "new_cases_smoothed_per_million": 28.98, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 35591.0, - "total_tests": 1992434.0, - "total_tests_per_thousand": 343.986, - "new_tests_per_thousand": 6.145, - "new_tests_smoothed": 31575.0, - "new_tests_smoothed_per_thousand": 5.451, - "tests_per_case": 188.106, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-18", - "total_cases": 15740.0, - "new_cases": 123.0, - "new_cases_smoothed": 132.143, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2717.446, - "new_cases_per_million": 21.235, - "new_cases_smoothed_per_million": 22.814, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 37884.0, - "total_tests": 2030318.0, - "total_tests_per_thousand": 350.526, - "new_tests_per_thousand": 6.541, - "new_tests_smoothed": 32198.0, - "new_tests_smoothed_per_thousand": 5.559, - "tests_per_case": 243.66099999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-19", - "total_cases": 15855.0, - "new_cases": 115.0, - "new_cases_smoothed": 128.0, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2737.3, - "new_cases_per_million": 19.854, - "new_cases_smoothed_per_million": 22.099, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39063.0, - "total_tests": 2069381.0, - "total_tests_per_thousand": 357.27, - "new_tests_per_thousand": 6.744, - "new_tests_smoothed": 32817.0, - "new_tests_smoothed_per_thousand": 5.666, - "tests_per_case": 256.383, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-20", - "total_cases": 15940.0, - "new_cases": 85.0, - "new_cases_smoothed": 124.286, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2751.975, - "new_cases_per_million": 14.675, - "new_cases_smoothed_per_million": 21.457, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 38011.0, - "total_tests": 2107392.0, - "total_tests_per_thousand": 363.833, - "new_tests_per_thousand": 6.562, - "new_tests_smoothed": 33422.0, - "new_tests_smoothed_per_thousand": 5.77, - "tests_per_case": 268.913, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-21", - "total_cases": 16056.0, - "new_cases": 116.0, - "new_cases_smoothed": 120.286, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2772.002, - "new_cases_per_million": 20.027, - "new_cases_smoothed_per_million": 20.767, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 35704.0, - "total_tests": 2143096.0, - "total_tests_per_thousand": 369.997, - "new_tests_per_thousand": 6.164, - "new_tests_smoothed": 33871.0, - "new_tests_smoothed_per_thousand": 5.848, - "tests_per_case": 281.58799999999997, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-22", - "total_cases": 16127.0, - "new_cases": 71.0, - "new_cases_smoothed": 106.857, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2784.26, - "new_cases_per_million": 12.258, - "new_cases_smoothed_per_million": 18.448, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 28636.0, - "total_tests": 2171732.0, - "total_tests_per_thousand": 374.941, - "new_tests_per_thousand": 4.944, - "new_tests_smoothed": 34356.0, - "new_tests_smoothed_per_thousand": 5.931, - "tests_per_case": 321.513, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-23", - "total_cases": 16127.0, - "new_cases": 0.0, - "new_cases_smoothed": 92.0, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2784.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.883, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 27560.0, - "total_tests": 2199292.0, - "total_tests_per_thousand": 379.699, - "new_tests_per_thousand": 4.758, - "new_tests_smoothed": 34636.0, - "new_tests_smoothed_per_thousand": 5.98, - "tests_per_case": 376.478, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-24", - "total_cases": 16127.0, - "new_cases": 0.0, - "new_cases_smoothed": 72.857, - "total_deaths": 621.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2784.26, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.578, - "total_deaths_per_million": 107.213, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39326.0, - "total_tests": 2238618.0, - "total_tests_per_thousand": 386.488, - "new_tests_per_thousand": 6.789, - "new_tests_smoothed": 35169.0, - "new_tests_smoothed_per_thousand": 6.072, - "tests_per_case": 482.712, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-25", - "total_cases": 16397.0, - "new_cases": 270.0, - "new_cases_smoothed": 93.857, - "total_deaths": 623.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2830.875, - "new_cases_per_million": 46.614, - "new_cases_smoothed_per_million": 16.204, - "total_deaths_per_million": 107.558, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 39747.0, - "total_tests": 2278365.0, - "total_tests_per_thousand": 393.35, - "new_tests_per_thousand": 6.862, - "new_tests_smoothed": 35435.0, - "new_tests_smoothed_per_thousand": 6.118, - "tests_per_case": 377.542, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-26", - "total_cases": 16480.0, - "new_cases": 83.0, - "new_cases_smoothed": 89.286, - "total_deaths": 623.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2845.204, - "new_cases_per_million": 14.33, - "new_cases_smoothed_per_million": 15.415, - "total_deaths_per_million": 107.558, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 40061.0, - "total_tests": 2318426.0, - "total_tests_per_thousand": 400.267, - "new_tests_per_thousand": 6.916, - "new_tests_smoothed": 35578.0, - "new_tests_smoothed_per_thousand": 6.142, - "tests_per_case": 398.474, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-27", - "total_cases": 16537.0, - "new_cases": 57.0, - "new_cases_smoothed": 85.286, - "total_deaths": 623.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2855.045, - "new_cases_per_million": 9.841, - "new_cases_smoothed_per_million": 14.724, - "total_deaths_per_million": 107.558, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 38676.0, - "total_tests": 2357102.0, - "total_tests_per_thousand": 406.944, - "new_tests_per_thousand": 6.677, - "new_tests_smoothed": 35673.0, - "new_tests_smoothed_per_thousand": 6.159, - "tests_per_case": 418.276, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-28", - "total_cases": 16627.0, - "new_cases": 90.0, - "new_cases_smoothed": 81.571, - "total_deaths": 624.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2870.583, - "new_cases_per_million": 15.538, - "new_cases_smoothed_per_million": 14.083, - "total_deaths_per_million": 107.731, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 35436.0, - "total_tests": 2392538.0, - "total_tests_per_thousand": 413.062, - "new_tests_per_thousand": 6.118, - "new_tests_smoothed": 35635.0, - "new_tests_smoothed_per_thousand": 6.152, - "tests_per_case": 436.856, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-29", - "total_cases": 16700.0, - "new_cases": 73.0, - "new_cases_smoothed": 81.857, - "total_deaths": 624.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2883.186, - "new_cases_per_million": 12.603, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 107.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 25183.0, - "total_tests": 2417721.0, - "total_tests_per_thousand": 417.41, - "new_tests_per_thousand": 4.348, - "new_tests_smoothed": 35141.0, - "new_tests_smoothed_per_thousand": 6.067, - "tests_per_case": 429.29699999999997, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-30", - "total_cases": 16700.0, - "new_cases": 0.0, - "new_cases_smoothed": 81.857, - "total_deaths": 624.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2883.186, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 107.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 25243.0, - "total_tests": 2442964.0, - "total_tests_per_thousand": 421.768, - "new_tests_per_thousand": 4.358, - "new_tests_smoothed": 34810.0, - "new_tests_smoothed_per_thousand": 6.01, - "tests_per_case": 425.25300000000004, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-08-31", - "total_cases": 16700.0, - "new_cases": 0.0, - "new_cases_smoothed": 81.857, - "total_deaths": 624.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2883.186, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.132, - "total_deaths_per_million": 107.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 39626.0, - "total_tests": 2482590.0, - "total_tests_per_thousand": 428.609, - "new_tests_per_thousand": 6.841, - "new_tests_smoothed": 34853.0, - "new_tests_smoothed_per_thousand": 6.017, - "tests_per_case": 425.778, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-01", - "total_cases": 16985.0, - "new_cases": 285.0, - "new_cases_smoothed": 84.0, - "total_deaths": 624.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2932.39, - "new_cases_per_million": 49.204, - "new_cases_smoothed_per_million": 14.502, - "total_deaths_per_million": 107.731, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 39209.0, - "total_tests": 2521799.0, - "total_tests_per_thousand": 435.378, - "new_tests_per_thousand": 6.769, - "new_tests_smoothed": 34776.0, - "new_tests_smoothed_per_thousand": 6.004, - "tests_per_case": 414.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-02", - "total_cases": 17084.0, - "new_cases": 99.0, - "new_cases_smoothed": 86.286, - "total_deaths": 625.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2949.482, - "new_cases_per_million": 17.092, - "new_cases_smoothed_per_million": 14.897, - "total_deaths_per_million": 107.904, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 40013.0, - "total_tests": 2561812.0, - "total_tests_per_thousand": 442.286, - "new_tests_per_thousand": 6.908, - "new_tests_smoothed": 34769.0, - "new_tests_smoothed_per_thousand": 6.003, - "tests_per_case": 402.952, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-03", - "total_cases": 17195.0, - "new_cases": 111.0, - "new_cases_smoothed": 94.0, - "total_deaths": 626.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2968.646, - "new_cases_per_million": 19.164, - "new_cases_smoothed_per_million": 16.229, - "total_deaths_per_million": 108.076, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 38808.0, - "total_tests": 2600620.0, - "total_tests_per_thousand": 448.986, - "new_tests_per_thousand": 6.7, - "new_tests_smoothed": 34788.0, - "new_tests_smoothed_per_thousand": 6.006, - "tests_per_case": 370.085, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-04", - "total_cases": 17374.0, - "new_cases": 179.0, - "new_cases_smoothed": 106.714, - "total_deaths": 626.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2999.55, - "new_cases_per_million": 30.904, - "new_cases_smoothed_per_million": 18.424, - "total_deaths_per_million": 108.076, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 40136.0, - "total_tests": 2640756.0, - "total_tests_per_thousand": 455.916, - "new_tests_per_thousand": 6.929, - "new_tests_smoothed": 35460.0, - "new_tests_smoothed_per_thousand": 6.122, - "tests_per_case": 332.289, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-05", - "total_cases": 17547.0, - "new_cases": 173.0, - "new_cases_smoothed": 121.0, - "total_deaths": 627.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3029.417, - "new_cases_per_million": 29.868, - "new_cases_smoothed_per_million": 20.89, - "total_deaths_per_million": 108.249, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 28558.0, - "total_tests": 2669314.0, - "total_tests_per_thousand": 460.846, - "new_tests_per_thousand": 4.93, - "new_tests_smoothed": 35942.0, - "new_tests_smoothed_per_thousand": 6.205, - "tests_per_case": 297.041, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-06", - "total_cases": 17547.0, - "new_cases": 0.0, - "new_cases_smoothed": 121.0, - "total_deaths": 627.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3029.417, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.89, - "total_deaths_per_million": 108.249, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 29780.0, - "total_tests": 2699094.0, - "total_tests_per_thousand": 465.987, - "new_tests_per_thousand": 5.141, - "new_tests_smoothed": 36590.0, - "new_tests_smoothed_per_thousand": 6.317, - "tests_per_case": 302.397, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-07", - "total_cases": 17547.0, - "new_cases": 0.0, - "new_cases_smoothed": 121.0, - "total_deaths": 627.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3029.417, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.89, - "total_deaths_per_million": 108.249, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 47808.0, - "total_tests": 2746902.0, - "total_tests_per_thousand": 474.241, - "new_tests_per_thousand": 8.254, - "new_tests_smoothed": 37759.0, - "new_tests_smoothed_per_thousand": 6.519, - "tests_per_case": 312.058, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-08", - "total_cases": 18113.0, - "new_cases": 566.0, - "new_cases_smoothed": 161.143, - "total_deaths": 628.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3127.135, - "new_cases_per_million": 97.718, - "new_cases_smoothed_per_million": 27.821, - "total_deaths_per_million": 108.422, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 48320.0, - "total_tests": 2795222.0, - "total_tests_per_thousand": 482.584, - "new_tests_per_thousand": 8.342, - "new_tests_smoothed": 39060.0, - "new_tests_smoothed_per_thousand": 6.744, - "tests_per_case": 242.394, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-09", - "total_cases": 18356.0, - "new_cases": 243.0, - "new_cases_smoothed": 181.714, - "total_deaths": 628.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3169.088, - "new_cases_per_million": 41.953, - "new_cases_smoothed_per_million": 31.372, - "total_deaths_per_million": 108.422, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 48820.0, - "total_tests": 2844042.0, - "total_tests_per_thousand": 491.012, - "new_tests_per_thousand": 8.429, - "new_tests_smoothed": 40319.0, - "new_tests_smoothed_per_thousand": 6.961, - "tests_per_case": 221.88099999999997, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-10", - "total_cases": 18607.0, - "new_cases": 251.0, - "new_cases_smoothed": 201.714, - "total_deaths": 628.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3212.422, - "new_cases_per_million": 43.334, - "new_cases_smoothed_per_million": 34.825, - "total_deaths_per_million": 108.422, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 52150.0, - "total_tests": 2896192.0, - "total_tests_per_thousand": 500.016, - "new_tests_per_thousand": 9.003, - "new_tests_smoothed": 42225.0, - "new_tests_smoothed_per_thousand": 7.29, - "tests_per_case": 209.331, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-11", - "total_cases": 18924.0, - "new_cases": 317.0, - "new_cases_smoothed": 221.429, - "total_deaths": 629.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3267.151, - "new_cases_per_million": 54.729, - "new_cases_smoothed_per_million": 38.229, - "total_deaths_per_million": 108.594, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.074, - "new_tests": 50568.0, - "total_tests": 2946760.0, - "total_tests_per_thousand": 508.746, - "new_tests_per_thousand": 8.73, - "new_tests_smoothed": 43715.0, - "new_tests_smoothed_per_thousand": 7.547, - "tests_per_case": 197.423, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-12", - "total_cases": 19216.0, - "new_cases": 292.0, - "new_cases_smoothed": 238.429, - "total_deaths": 629.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3317.563, - "new_cases_per_million": 50.413, - "new_cases_smoothed_per_million": 41.164, - "total_deaths_per_million": 108.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 41339.0, - "total_tests": 2988099.0, - "total_tests_per_thousand": 515.883, - "new_tests_per_thousand": 7.137, - "new_tests_smoothed": 45541.0, - "new_tests_smoothed_per_thousand": 7.862, - "tests_per_case": 191.005, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-13", - "total_cases": 19216.0, - "new_cases": 0.0, - "new_cases_smoothed": 238.429, - "total_deaths": 629.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3317.563, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.164, - "total_deaths_per_million": 108.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 41890.0, - "total_tests": 3029989.0, - "total_tests_per_thousand": 523.115, - "new_tests_per_thousand": 7.232, - "new_tests_smoothed": 47271.0, - "new_tests_smoothed_per_thousand": 8.161, - "tests_per_case": 198.261, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-14", - "total_cases": 19216.0, - "new_cases": 0.0, - "new_cases_smoothed": 238.429, - "total_deaths": 629.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3317.563, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.164, - "total_deaths_per_million": 108.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 55729.0, - "total_tests": 3085718.0, - "total_tests_per_thousand": 532.737, - "new_tests_per_thousand": 9.621, - "new_tests_smoothed": 48402.0, - "new_tests_smoothed_per_thousand": 8.356, - "tests_per_case": 203.00400000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-15", - "total_cases": 19800.0, - "new_cases": 584.0, - "new_cases_smoothed": 241.0, - "total_deaths": 633.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3418.388, - "new_cases_per_million": 100.825, - "new_cases_smoothed_per_million": 41.608, - "total_deaths_per_million": 109.285, - "new_deaths_per_million": 0.691, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 56132.0, - "total_tests": 3141850.0, - "total_tests_per_thousand": 542.427, - "new_tests_per_thousand": 9.691, - "new_tests_smoothed": 49518.0, - "new_tests_smoothed_per_thousand": 8.549, - "tests_per_case": 205.46900000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-16", - "total_cases": 20129.0, - "new_cases": 329.0, - "new_cases_smoothed": 253.286, - "total_deaths": 633.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3475.189, - "new_cases_per_million": 56.8, - "new_cases_smoothed_per_million": 43.729, - "total_deaths_per_million": 109.285, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 56669.0, - "total_tests": 3198519.0, - "total_tests_per_thousand": 552.211, - "new_tests_per_thousand": 9.784, - "new_tests_smoothed": 50640.0, - "new_tests_smoothed_per_thousand": 8.743, - "tests_per_case": 199.93200000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-17", - "total_cases": 20571.0, - "new_cases": 442.0, - "new_cases_smoothed": 280.571, - "total_deaths": 633.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 3551.498, - "new_cases_per_million": 76.309, - "new_cases_smoothed_per_million": 48.44, - "total_deaths_per_million": 109.285, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 52001.0, - "total_tests": 3250520.0, - "total_tests_per_thousand": 561.189, - "new_tests_per_thousand": 8.978, - "new_tests_smoothed": 50618.0, - "new_tests_smoothed_per_thousand": 8.739, - "tests_per_case": 180.41, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-18", - "total_cases": 21393.0, - "new_cases": 822.0, - "new_cases_smoothed": 352.714, - "total_deaths": 635.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3693.413, - "new_cases_per_million": 141.915, - "new_cases_smoothed_per_million": 60.895, - "total_deaths_per_million": 109.63, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 51484.0, - "total_tests": 3302004.0, - "total_tests_per_thousand": 570.077, - "new_tests_per_thousand": 8.889, - "new_tests_smoothed": 50749.0, - "new_tests_smoothed_per_thousand": 8.762, - "tests_per_case": 143.881, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 53.24 - }, - { - "date": "2020-09-19", - "total_cases": 21847.0, - "new_cases": 454.0, - "new_cases_smoothed": 375.857, - "total_deaths": 635.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3771.795, - "new_cases_per_million": 78.381, - "new_cases_smoothed_per_million": 64.89, - "total_deaths_per_million": 109.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 40034.0, - "total_tests": 3342038.0, - "total_tests_per_thousand": 576.989, - "new_tests_per_thousand": 6.912, - "new_tests_smoothed": 50563.0, - "new_tests_smoothed_per_thousand": 8.729, - "tests_per_case": 134.52700000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-20", - "total_cases": 21847.0, - "new_cases": 0.0, - "new_cases_smoothed": 375.857, - "total_deaths": 635.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3771.795, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 64.89, - "total_deaths_per_million": 109.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 40962.0, - "total_tests": 3383000.0, - "total_tests_per_thousand": 584.061, - "new_tests_per_thousand": 7.072, - "new_tests_smoothed": 50430.0, - "new_tests_smoothed_per_thousand": 8.707, - "tests_per_case": 134.173, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-21", - "total_cases": 21847.0, - "new_cases": 0.0, - "new_cases_smoothed": 375.857, - "total_deaths": 635.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 3771.795, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 64.89, - "total_deaths_per_million": 109.63, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 53865.0, - "total_tests": 3436865.0, - "total_tests_per_thousand": 593.361, - "new_tests_per_thousand": 9.3, - "new_tests_smoothed": 50164.0, - "new_tests_smoothed_per_thousand": 8.661, - "tests_per_case": 133.466, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-22", - "total_cases": 23323.0, - "new_cases": 1476.0, - "new_cases_smoothed": 503.286, - "total_deaths": 640.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 4026.62, - "new_cases_per_million": 254.825, - "new_cases_smoothed_per_million": 86.89, - "total_deaths_per_million": 110.493, - "new_deaths_per_million": 0.863, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 48046.0, - "total_tests": 3484911.0, - "total_tests_per_thousand": 601.656, - "new_tests_per_thousand": 8.295, - "new_tests_smoothed": 49009.0, - "new_tests_smoothed_per_thousand": 8.461, - "tests_per_case": 97.37799999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-23", - "total_cases": 23799.0, - "new_cases": 476.0, - "new_cases_smoothed": 524.286, - "total_deaths": 641.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 4108.799, - "new_cases_per_million": 82.179, - "new_cases_smoothed_per_million": 90.516, - "total_deaths_per_million": 110.666, - "new_deaths_per_million": 0.173, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 7279.0, - "total_tests": 3492190.0, - "total_tests_per_thousand": 602.912, - "new_tests_per_thousand": 1.257, - "new_tests_smoothed": 41953.0, - "new_tests_smoothed_per_thousand": 7.243, - "tests_per_case": 80.01899999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 56.48 - }, - { - "date": "2020-09-24", - "total_cases": 24357.0, - "new_cases": 558.0, - "new_cases_smoothed": 540.857, - "total_deaths": 643.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4205.136, - "new_cases_per_million": 96.336, - "new_cases_smoothed_per_million": 93.377, - "total_deaths_per_million": 111.011, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.247, - "stringency_index": 56.48 - }, - { - "date": "2020-09-25", - "total_cases": 24916.0, - "new_cases": 559.0, - "new_cases_smoothed": 503.286, - "total_deaths": 645.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 4301.645, - "new_cases_per_million": 96.509, - "new_cases_smoothed_per_million": 86.89, - "total_deaths_per_million": 111.357, - "new_deaths_per_million": 0.345, - "new_deaths_smoothed_per_million": 0.247 - } - ] - }, - "DOM": { - "continent": "North America", - "location": "Dominican Republic", - "population": 10847904.0, - "population_density": 222.873, - "median_age": 27.6, - "aged_65_older": 6.981, - "aged_70_older": 4.419, - "gdp_per_capita": 14600.861, - "extreme_poverty": 1.6, - "cardiovasc_death_rate": 266.653, - "diabetes_prevalence": 8.2, - "female_smokers": 8.5, - "male_smokers": 19.1, - "handwashing_facilities": 55.182, - "hospital_beds_per_thousand": 1.6, - "life_expectancy": 74.08, - "human_development_index": 0.736, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.092, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.013, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.013, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.013, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.013, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.092, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.013, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-10", - "total_cases": 5.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.461, - "new_cases_per_million": 0.277, - "new_cases_smoothed_per_million": 0.053, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-11", - "new_cases_smoothed": 0.571, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 0.571, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 0.571, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.053, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-14", - "total_cases": 11.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.014, - "new_cases_per_million": 0.553, - "new_cases_smoothed_per_million": 0.119, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-15", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.014, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.119, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-16", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.014, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.119, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 23.15 - }, - { - "date": "2020-03-17", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.014, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.079, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 26.85 - }, - { - "date": "2020-03-18", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.014, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.079, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 88.0, - "total_tests_per_thousand": 0.008, - "tests_units": "samples tested", - "stringency_index": 26.85 - }, - { - "date": "2020-03-19", - "total_cases": 21.0, - "new_cases": 10.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.936, - "new_cases_per_million": 0.922, - "new_cases_smoothed_per_million": 0.211, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "samples tested", - "stringency_index": 70.37 - }, - { - "date": "2020-03-20", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.936, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.211, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 288.0, - "total_tests_per_thousand": 0.027, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-21", - "total_cases": 34.0, - "new_cases": 13.0, - "new_cases_smoothed": 3.286, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.134, - "new_cases_per_million": 1.198, - "new_cases_smoothed_per_million": 0.303, - "total_deaths_per_million": 0.184, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 309.0, - "total_tests": 597.0, - "total_tests_per_thousand": 0.055, - "new_tests_per_thousand": 0.028, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-22", - "total_cases": 112.0, - "new_cases": 78.0, - "new_cases_smoothed": 14.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 10.325, - "new_cases_per_million": 7.19, - "new_cases_smoothed_per_million": 1.33, - "total_deaths_per_million": 0.277, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 191.0, - "total_tests": 788.0, - "total_tests_per_thousand": 0.073, - "new_tests_per_thousand": 0.018, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-23", - "total_cases": 202.0, - "new_cases": 90.0, - "new_cases_smoothed": 27.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18.621, - "new_cases_per_million": 8.297, - "new_cases_smoothed_per_million": 2.515, - "total_deaths_per_million": 0.277, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 185.0, - "total_tests": 973.0, - "total_tests_per_thousand": 0.09, - "new_tests_per_thousand": 0.017, - "tests_units": "samples tested", - "stringency_index": 81.48 - }, - { - "date": "2020-03-24", - "total_cases": 245.0, - "new_cases": 43.0, - "new_cases_smoothed": 33.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 22.585, - "new_cases_per_million": 3.964, - "new_cases_smoothed_per_million": 3.082, - "total_deaths_per_million": 0.277, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 134.0, - "total_tests": 1107.0, - "total_tests_per_thousand": 0.102, - "new_tests_per_thousand": 0.012, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-25", - "total_cases": 312.0, - "new_cases": 67.0, - "new_cases_smoothed": 43.0, - "total_deaths": 6.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 28.761, - "new_cases_per_million": 6.176, - "new_cases_smoothed_per_million": 3.964, - "total_deaths_per_million": 0.553, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 0.079, - "new_tests": 341.0, - "total_tests": 1448.0, - "total_tests_per_thousand": 0.133, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 194.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 4.512, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-26", - "total_cases": 392.0, - "new_cases": 80.0, - "new_cases_smoothed": 53.0, - "total_deaths": 10.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 36.136, - "new_cases_per_million": 7.375, - "new_cases_smoothed_per_million": 4.886, - "total_deaths_per_million": 0.922, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 282.0, - "total_tests": 1730.0, - "total_tests_per_thousand": 0.159, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 220.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 4.151, - "positive_rate": 0.24100000000000002, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-27", - "total_cases": 488.0, - "new_cases": 96.0, - "new_cases_smoothed": 66.714, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 44.986, - "new_cases_per_million": 8.85, - "new_cases_smoothed_per_million": 6.15, - "total_deaths_per_million": 0.922, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 423.0, - "total_tests": 2153.0, - "total_tests_per_thousand": 0.198, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 266.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 3.987, - "positive_rate": 0.251, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-28", - "total_cases": 581.0, - "new_cases": 93.0, - "new_cases_smoothed": 78.143, - "total_deaths": 20.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 53.559, - "new_cases_per_million": 8.573, - "new_cases_smoothed_per_million": 7.203, - "total_deaths_per_million": 1.844, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.237, - "new_tests": 437.0, - "total_tests": 2590.0, - "total_tests_per_thousand": 0.239, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 285.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 3.647, - "positive_rate": 0.27399999999999997, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-29", - "total_cases": 719.0, - "new_cases": 138.0, - "new_cases_smoothed": 86.714, - "total_deaths": 28.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 66.28, - "new_cases_per_million": 12.721, - "new_cases_smoothed_per_million": 7.994, - "total_deaths_per_million": 2.581, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.329, - "new_tests": 366.0, - "total_tests": 2956.0, - "total_tests_per_thousand": 0.272, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 310.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 3.575, - "positive_rate": 0.28, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-30", - "total_cases": 859.0, - "new_cases": 140.0, - "new_cases_smoothed": 93.857, - "total_deaths": 39.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 79.186, - "new_cases_per_million": 12.906, - "new_cases_smoothed_per_million": 8.652, - "total_deaths_per_million": 3.595, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.474, - "new_tests": 299.0, - "total_tests": 3255.0, - "total_tests_per_thousand": 0.3, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 326.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 3.4730000000000003, - "positive_rate": 0.28800000000000003, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-03-31", - "total_cases": 901.0, - "new_cases": 42.0, - "new_cases_smoothed": 93.714, - "total_deaths": 42.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 83.058, - "new_cases_per_million": 3.872, - "new_cases_smoothed_per_million": 8.639, - "total_deaths_per_million": 3.872, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 447.0, - "total_tests": 3702.0, - "total_tests_per_thousand": 0.341, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 371.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 3.9589999999999996, - "positive_rate": 0.253, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-01", - "total_cases": 1109.0, - "new_cases": 208.0, - "new_cases_smoothed": 113.857, - "total_deaths": 51.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 102.232, - "new_cases_per_million": 19.174, - "new_cases_smoothed_per_million": 10.496, - "total_deaths_per_million": 4.701, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.593, - "new_tests": 316.0, - "total_tests": 4018.0, - "total_tests_per_thousand": 0.37, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 367.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 3.2230000000000003, - "positive_rate": 0.31, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-02", - "total_cases": 1284.0, - "new_cases": 175.0, - "new_cases_smoothed": 127.429, - "total_deaths": 57.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 118.364, - "new_cases_per_million": 16.132, - "new_cases_smoothed_per_million": 11.747, - "total_deaths_per_million": 5.254, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 182.0, - "total_tests": 4200.0, - "total_tests_per_thousand": 0.387, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 353.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 2.77, - "positive_rate": 0.361, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-03", - "total_cases": 1380.0, - "new_cases": 96.0, - "new_cases_smoothed": 127.429, - "total_deaths": 60.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 127.214, - "new_cases_per_million": 8.85, - "new_cases_smoothed_per_million": 11.747, - "total_deaths_per_million": 5.531, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 0.658, - "new_tests": 342.0, - "total_tests": 4542.0, - "total_tests_per_thousand": 0.419, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 341.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 2.676, - "positive_rate": 0.374, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-04", - "total_cases": 1488.0, - "new_cases": 108.0, - "new_cases_smoothed": 129.571, - "total_deaths": 68.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 137.169, - "new_cases_per_million": 9.956, - "new_cases_smoothed_per_million": 11.944, - "total_deaths_per_million": 6.268, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.632, - "new_tests": 641.0, - "total_tests": 5183.0, - "total_tests_per_thousand": 0.478, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 370.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 2.8560000000000003, - "positive_rate": 0.35, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-05", - "total_cases": 1578.0, - "new_cases": 90.0, - "new_cases_smoothed": 122.714, - "total_deaths": 77.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 145.466, - "new_cases_per_million": 8.297, - "new_cases_smoothed_per_million": 11.312, - "total_deaths_per_million": 7.098, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.645, - "new_tests": 306.0, - "total_tests": 5489.0, - "total_tests_per_thousand": 0.506, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 362.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 2.95, - "positive_rate": 0.33899999999999997, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-06", - "total_cases": 1745.0, - "new_cases": 167.0, - "new_cases_smoothed": 126.571, - "total_deaths": 82.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 160.861, - "new_cases_per_million": 15.395, - "new_cases_smoothed_per_million": 11.668, - "total_deaths_per_million": 7.559, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.566, - "new_tests": 331.0, - "total_tests": 5820.0, - "total_tests_per_thousand": 0.537, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 366.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 2.892, - "positive_rate": 0.34600000000000003, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-07", - "total_cases": 1828.0, - "new_cases": 83.0, - "new_cases_smoothed": 132.429, - "total_deaths": 86.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 168.512, - "new_cases_per_million": 7.651, - "new_cases_smoothed_per_million": 12.208, - "total_deaths_per_million": 7.928, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 538.0, - "total_tests": 6358.0, - "total_tests_per_thousand": 0.586, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 379.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 2.862, - "positive_rate": 0.349, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-08", - "total_cases": 1956.0, - "new_cases": 128.0, - "new_cases_smoothed": 121.0, - "total_deaths": 98.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 180.311, - "new_cases_per_million": 11.8, - "new_cases_smoothed_per_million": 11.154, - "total_deaths_per_million": 9.034, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 793.0, - "total_tests": 7151.0, - "total_tests_per_thousand": 0.659, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 448.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 3.702, - "positive_rate": 0.27, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-09", - "total_cases": 2111.0, - "new_cases": 155.0, - "new_cases_smoothed": 118.143, - "total_deaths": 108.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 194.6, - "new_cases_per_million": 14.288, - "new_cases_smoothed_per_million": 10.891, - "total_deaths_per_million": 9.956, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.672, - "new_tests": 785.0, - "total_tests": 7936.0, - "total_tests_per_thousand": 0.732, - "new_tests_per_thousand": 0.072, - "new_tests_smoothed": 534.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 4.52, - "positive_rate": 0.221, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-10", - "total_cases": 2349.0, - "new_cases": 238.0, - "new_cases_smoothed": 138.429, - "total_deaths": 118.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 216.54, - "new_cases_per_million": 21.94, - "new_cases_smoothed_per_million": 12.761, - "total_deaths_per_million": 10.878, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.764, - "new_tests": 533.0, - "total_tests": 8469.0, - "total_tests_per_thousand": 0.781, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 561.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 4.053, - "positive_rate": 0.247, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-11", - "total_cases": 2620.0, - "new_cases": 271.0, - "new_cases_smoothed": 161.714, - "total_deaths": 126.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 241.521, - "new_cases_per_million": 24.982, - "new_cases_smoothed_per_million": 14.907, - "total_deaths_per_million": 11.615, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.764, - "new_tests": 806.0, - "total_tests": 9275.0, - "total_tests_per_thousand": 0.855, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 585.0, - "new_tests_smoothed_per_thousand": 0.054, - "tests_per_case": 3.617, - "positive_rate": 0.276, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-12", - "total_cases": 2759.0, - "new_cases": 139.0, - "new_cases_smoothed": 168.714, - "total_deaths": 135.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 254.335, - "new_cases_per_million": 12.814, - "new_cases_smoothed_per_million": 15.553, - "total_deaths_per_million": 12.445, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.764, - "new_tests": 800.0, - "total_tests": 10075.0, - "total_tests_per_thousand": 0.929, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 655.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 3.8819999999999997, - "positive_rate": 0.258, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-13", - "total_cases": 2967.0, - "new_cases": 208.0, - "new_cases_smoothed": 174.571, - "total_deaths": 173.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 273.509, - "new_cases_per_million": 19.174, - "new_cases_smoothed_per_million": 16.093, - "total_deaths_per_million": 15.948, - "new_deaths_per_million": 3.503, - "new_deaths_smoothed_per_million": 1.198, - "new_tests": 373.0, - "total_tests": 10448.0, - "total_tests_per_thousand": 0.963, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 661.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 3.786, - "positive_rate": 0.264, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-14", - "total_cases": 3167.0, - "new_cases": 200.0, - "new_cases_smoothed": 191.286, - "total_deaths": 177.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 291.946, - "new_cases_per_million": 18.437, - "new_cases_smoothed_per_million": 17.633, - "total_deaths_per_million": 16.317, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 1.198, - "new_tests": 1293.0, - "total_tests": 11741.0, - "total_tests_per_thousand": 1.082, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 769.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_per_case": 4.02, - "positive_rate": 0.249, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-15", - "total_cases": 3286.0, - "new_cases": 119.0, - "new_cases_smoothed": 190.0, - "total_deaths": 183.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 302.916, - "new_cases_per_million": 10.97, - "new_cases_smoothed_per_million": 17.515, - "total_deaths_per_million": 16.87, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.119, - "new_tests": 488.0, - "total_tests": 12229.0, - "total_tests_per_thousand": 1.127, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 725.0, - "new_tests_smoothed_per_thousand": 0.067, - "tests_per_case": 3.8160000000000003, - "positive_rate": 0.262, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-16", - "total_cases": 3614.0, - "new_cases": 328.0, - "new_cases_smoothed": 214.714, - "total_deaths": 189.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 333.152, - "new_cases_per_million": 30.236, - "new_cases_smoothed_per_million": 19.793, - "total_deaths_per_million": 17.423, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.067, - "new_tests": 1053.0, - "total_tests": 13282.0, - "total_tests_per_thousand": 1.224, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 764.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_per_case": 3.5580000000000003, - "positive_rate": 0.281, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-17", - "total_cases": 3755.0, - "new_cases": 141.0, - "new_cases_smoothed": 200.857, - "total_deaths": 196.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 346.15, - "new_cases_per_million": 12.998, - "new_cases_smoothed_per_million": 18.516, - "total_deaths_per_million": 18.068, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 1.027, - "new_tests": 1091.0, - "total_tests": 14373.0, - "total_tests_per_thousand": 1.325, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 843.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 4.197, - "positive_rate": 0.23800000000000002, - "tests_units": "samples tested", - "stringency_index": 89.81 - }, - { - "date": "2020-04-18", - "total_cases": 4126.0, - "new_cases": 371.0, - "new_cases_smoothed": 215.143, - "total_deaths": 200.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 380.35, - "new_cases_per_million": 34.2, - "new_cases_smoothed_per_million": 19.833, - "total_deaths_per_million": 18.437, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.975, - "new_tests": 1210.0, - "total_tests": 15583.0, - "total_tests_per_thousand": 1.436, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 901.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 4.188, - "positive_rate": 0.239, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-19", - "total_cases": 4335.0, - "new_cases": 209.0, - "new_cases_smoothed": 225.143, - "total_deaths": 217.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 399.616, - "new_cases_per_million": 19.266, - "new_cases_smoothed_per_million": 20.755, - "total_deaths_per_million": 20.004, - "new_deaths_per_million": 1.567, - "new_deaths_smoothed_per_million": 1.08, - "new_tests": 1099.0, - "total_tests": 16682.0, - "total_tests_per_thousand": 1.538, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 944.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 4.1930000000000005, - "positive_rate": 0.23800000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-20", - "total_cases": 4680.0, - "new_cases": 345.0, - "new_cases_smoothed": 244.714, - "total_deaths": 226.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 431.42, - "new_cases_per_million": 31.803, - "new_cases_smoothed_per_million": 22.559, - "total_deaths_per_million": 20.834, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.698, - "new_tests": 291.0, - "total_tests": 16973.0, - "total_tests_per_thousand": 1.565, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 932.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 3.8089999999999997, - "positive_rate": 0.263, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-21", - "total_cases": 4964.0, - "new_cases": 284.0, - "new_cases_smoothed": 256.714, - "total_deaths": 235.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 457.6, - "new_cases_per_million": 26.18, - "new_cases_smoothed_per_million": 23.665, - "total_deaths_per_million": 21.663, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.764, - "new_tests": 1288.0, - "total_tests": 18261.0, - "total_tests_per_thousand": 1.683, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 931.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 3.627, - "positive_rate": 0.276, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-22", - "total_cases": 5044.0, - "new_cases": 80.0, - "new_cases_smoothed": 251.143, - "total_deaths": 245.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 464.975, - "new_cases_per_million": 7.375, - "new_cases_smoothed_per_million": 23.151, - "total_deaths_per_million": 22.585, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.816, - "new_tests": 1019.0, - "total_tests": 19280.0, - "total_tests_per_thousand": 1.777, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 1007.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 4.01, - "positive_rate": 0.249, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-23", - "total_cases": 5300.0, - "new_cases": 256.0, - "new_cases_smoothed": 240.857, - "total_deaths": 260.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 488.574, - "new_cases_per_million": 23.599, - "new_cases_smoothed_per_million": 22.203, - "total_deaths_per_million": 23.968, - "new_deaths_per_million": 1.383, - "new_deaths_smoothed_per_million": 0.935, - "new_tests": 990.0, - "total_tests": 20270.0, - "total_tests_per_thousand": 1.869, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 998.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 4.144, - "positive_rate": 0.24100000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-24", - "total_cases": 5543.0, - "new_cases": 243.0, - "new_cases_smoothed": 255.429, - "total_deaths": 265.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 510.974, - "new_cases_per_million": 22.401, - "new_cases_smoothed_per_million": 23.546, - "total_deaths_per_million": 24.429, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.909, - "new_tests": 1014.0, - "total_tests": 21284.0, - "total_tests_per_thousand": 1.962, - "new_tests_per_thousand": 0.093, - "new_tests_smoothed": 987.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 3.864, - "positive_rate": 0.259, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-25", - "total_cases": 5749.0, - "new_cases": 206.0, - "new_cases_smoothed": 231.857, - "total_deaths": 267.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 529.964, - "new_cases_per_million": 18.99, - "new_cases_smoothed_per_million": 21.373, - "total_deaths_per_million": 24.613, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.882, - "new_tests": 1214.0, - "total_tests": 22498.0, - "total_tests_per_thousand": 2.074, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 988.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 4.261, - "positive_rate": 0.235, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-26", - "total_cases": 5926.0, - "new_cases": 177.0, - "new_cases_smoothed": 227.286, - "total_deaths": 273.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 546.281, - "new_cases_per_million": 16.317, - "new_cases_smoothed_per_million": 20.952, - "total_deaths_per_million": 25.166, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.737, - "new_tests": 987.0, - "total_tests": 23485.0, - "total_tests_per_thousand": 2.165, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 972.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_per_case": 4.277, - "positive_rate": 0.23399999999999999, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-27", - "total_cases": 6135.0, - "new_cases": 209.0, - "new_cases_smoothed": 207.857, - "total_deaths": 278.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 565.547, - "new_cases_per_million": 19.266, - "new_cases_smoothed_per_million": 19.161, - "total_deaths_per_million": 25.627, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.685, - "new_tests": 494.0, - "total_tests": 23979.0, - "total_tests_per_thousand": 2.21, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 1001.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 4.816, - "positive_rate": 0.20800000000000002, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-28", - "total_cases": 6135.0, - "new_cases": 0.0, - "new_cases_smoothed": 167.286, - "total_deaths": 278.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 565.547, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.421, - "total_deaths_per_million": 25.627, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.566, - "new_tests": 1389.0, - "total_tests": 25368.0, - "total_tests_per_thousand": 2.339, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 1015.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_per_case": 6.067, - "positive_rate": 0.165, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-04-29", - "total_cases": 6416.0, - "new_cases": 281.0, - "new_cases_smoothed": 196.0, - "total_deaths": 286.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 591.451, - "new_cases_per_million": 25.904, - "new_cases_smoothed_per_million": 18.068, - "total_deaths_per_million": 26.365, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.54, - "new_tests": 1613.0, - "total_tests": 26981.0, - "total_tests_per_thousand": 2.487, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 1100.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 5.612, - "positive_rate": 0.17800000000000002, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-04-30", - "total_cases": 6652.0, - "new_cases": 236.0, - "new_cases_smoothed": 193.143, - "total_deaths": 293.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 613.206, - "new_cases_per_million": 21.755, - "new_cases_smoothed_per_million": 17.805, - "total_deaths_per_million": 27.01, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.435, - "new_tests": 1465.0, - "total_tests": 28446.0, - "total_tests_per_thousand": 2.622, - "new_tests_per_thousand": 0.135, - "new_tests_smoothed": 1168.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 6.047000000000001, - "positive_rate": 0.165, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-01", - "total_cases": 6972.0, - "new_cases": 320.0, - "new_cases_smoothed": 204.143, - "total_deaths": 301.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 642.705, - "new_cases_per_million": 29.499, - "new_cases_smoothed_per_million": 18.819, - "total_deaths_per_million": 27.747, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.474, - "new_tests": 1656.0, - "total_tests": 30102.0, - "total_tests_per_thousand": 2.775, - "new_tests_per_thousand": 0.153, - "new_tests_smoothed": 1260.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_per_case": 6.172000000000001, - "positive_rate": 0.162, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-02", - "total_cases": 7288.0, - "new_cases": 316.0, - "new_cases_smoothed": 219.857, - "total_deaths": 313.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 671.835, - "new_cases_per_million": 29.13, - "new_cases_smoothed_per_million": 20.267, - "total_deaths_per_million": 28.854, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 0.606, - "new_tests": 1923.0, - "total_tests": 32025.0, - "total_tests_per_thousand": 2.952, - "new_tests_per_thousand": 0.177, - "new_tests_smoothed": 1361.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_per_case": 6.19, - "positive_rate": 0.162, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-03", - "total_cases": 7578.0, - "new_cases": 290.0, - "new_cases_smoothed": 236.0, - "total_deaths": 326.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 698.568, - "new_cases_per_million": 26.733, - "new_cases_smoothed_per_million": 21.755, - "total_deaths_per_million": 30.052, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 0.698, - "new_tests": 1352.0, - "total_tests": 33377.0, - "total_tests_per_thousand": 3.077, - "new_tests_per_thousand": 0.125, - "new_tests_smoothed": 1413.0, - "new_tests_smoothed_per_thousand": 0.13, - "tests_per_case": 5.987, - "positive_rate": 0.16699999999999998, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-04", - "total_cases": 7954.0, - "new_cases": 376.0, - "new_cases_smoothed": 259.857, - "total_deaths": 333.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 733.229, - "new_cases_per_million": 34.661, - "new_cases_smoothed_per_million": 23.955, - "total_deaths_per_million": 30.697, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.724, - "new_tests": 959.0, - "total_tests": 34336.0, - "total_tests_per_thousand": 3.165, - "new_tests_per_thousand": 0.088, - "new_tests_smoothed": 1480.0, - "new_tests_smoothed_per_thousand": 0.136, - "tests_per_case": 5.695, - "positive_rate": 0.17600000000000002, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-05", - "total_cases": 8235.0, - "new_cases": 281.0, - "new_cases_smoothed": 300.0, - "total_deaths": 346.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 759.133, - "new_cases_per_million": 25.904, - "new_cases_smoothed_per_million": 27.655, - "total_deaths_per_million": 31.896, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 0.895, - "new_tests": 1004.0, - "total_tests": 35340.0, - "total_tests_per_thousand": 3.258, - "new_tests_per_thousand": 0.093, - "new_tests_smoothed": 1425.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_per_case": 4.75, - "positive_rate": 0.21100000000000002, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-06", - "total_cases": 8480.0, - "new_cases": 245.0, - "new_cases_smoothed": 294.857, - "total_deaths": 354.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 781.718, - "new_cases_per_million": 22.585, - "new_cases_smoothed_per_million": 27.181, - "total_deaths_per_million": 32.633, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.895, - "new_tests": 1619.0, - "total_tests": 36959.0, - "total_tests_per_thousand": 3.407, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 1425.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_per_case": 4.833, - "positive_rate": 0.207, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-07", - "total_cases": 8807.0, - "new_cases": 327.0, - "new_cases_smoothed": 307.857, - "total_deaths": 362.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 811.862, - "new_cases_per_million": 30.144, - "new_cases_smoothed_per_million": 28.379, - "total_deaths_per_million": 33.371, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.909, - "new_tests": 1584.0, - "total_tests": 38543.0, - "total_tests_per_thousand": 3.553, - "new_tests_per_thousand": 0.146, - "new_tests_smoothed": 1442.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_per_case": 4.684, - "positive_rate": 0.213, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-08", - "total_cases": 9095.0, - "new_cases": 288.0, - "new_cases_smoothed": 303.286, - "total_deaths": 373.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 838.411, - "new_cases_per_million": 26.549, - "new_cases_smoothed_per_million": 27.958, - "total_deaths_per_million": 34.385, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.948, - "new_tests": 2048.0, - "total_tests": 40591.0, - "total_tests_per_thousand": 3.742, - "new_tests_per_thousand": 0.189, - "new_tests_smoothed": 1498.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_per_case": 4.939, - "positive_rate": 0.20199999999999999, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-09", - "total_cases": 9376.0, - "new_cases": 281.0, - "new_cases_smoothed": 298.286, - "total_deaths": 380.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 864.314, - "new_cases_per_million": 25.904, - "new_cases_smoothed_per_million": 27.497, - "total_deaths_per_million": 35.03, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.882, - "new_tests": 2024.0, - "total_tests": 42615.0, - "total_tests_per_thousand": 3.928, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 1513.0, - "new_tests_smoothed_per_thousand": 0.139, - "tests_per_case": 5.072, - "positive_rate": 0.19699999999999998, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-10", - "total_cases": 9882.0, - "new_cases": 506.0, - "new_cases_smoothed": 329.143, - "total_deaths": 385.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 910.959, - "new_cases_per_million": 46.645, - "new_cases_smoothed_per_million": 30.342, - "total_deaths_per_million": 35.491, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.777, - "new_tests": 1672.0, - "total_tests": 44287.0, - "total_tests_per_thousand": 4.083, - "new_tests_per_thousand": 0.154, - "new_tests_smoothed": 1559.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 4.737, - "positive_rate": 0.21100000000000002, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-11", - "total_cases": 10347.0, - "new_cases": 465.0, - "new_cases_smoothed": 341.857, - "total_deaths": 388.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 953.825, - "new_cases_per_million": 42.865, - "new_cases_smoothed_per_million": 31.514, - "total_deaths_per_million": 35.767, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 0.724, - "new_tests": 1038.0, - "total_tests": 45325.0, - "total_tests_per_thousand": 4.178, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 1570.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 4.593, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-12", - "total_cases": 10634.0, - "new_cases": 287.0, - "new_cases_smoothed": 342.714, - "total_deaths": 393.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 980.282, - "new_cases_per_million": 26.457, - "new_cases_smoothed_per_million": 31.593, - "total_deaths_per_million": 36.228, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 1792.0, - "total_tests": 47117.0, - "total_tests_per_thousand": 4.343, - "new_tests_per_thousand": 0.165, - "new_tests_smoothed": 1682.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_per_case": 4.908, - "positive_rate": 0.204, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-13", - "total_cases": 10900.0, - "new_cases": 266.0, - "new_cases_smoothed": 345.714, - "total_deaths": 402.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 1004.802, - "new_cases_per_million": 24.521, - "new_cases_smoothed_per_million": 31.869, - "total_deaths_per_million": 37.058, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.632, - "new_tests": 746.0, - "total_tests": 47863.0, - "total_tests_per_thousand": 4.412, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 1558.0, - "new_tests_smoothed_per_thousand": 0.144, - "tests_per_case": 4.507, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-14", - "total_cases": 11196.0, - "new_cases": 296.0, - "new_cases_smoothed": 341.286, - "total_deaths": 409.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1032.089, - "new_cases_per_million": 27.286, - "new_cases_smoothed_per_million": 31.461, - "total_deaths_per_million": 37.703, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 2245.0, - "total_tests": 50108.0, - "total_tests_per_thousand": 4.619, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 1652.0, - "new_tests_smoothed_per_thousand": 0.152, - "tests_per_case": 4.841, - "positive_rate": 0.207, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-15", - "total_cases": 11320.0, - "new_cases": 124.0, - "new_cases_smoothed": 317.857, - "total_deaths": 422.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 1043.52, - "new_cases_per_million": 11.431, - "new_cases_smoothed_per_million": 29.301, - "total_deaths_per_million": 38.902, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 0.645, - "new_tests": 2251.0, - "total_tests": 52359.0, - "total_tests_per_thousand": 4.827, - "new_tests_per_thousand": 0.208, - "new_tests_smoothed": 1681.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_per_case": 5.289, - "positive_rate": 0.18899999999999997, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-16", - "total_cases": 11739.0, - "new_cases": 419.0, - "new_cases_smoothed": 337.571, - "total_deaths": 424.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1082.145, - "new_cases_per_million": 38.625, - "new_cases_smoothed_per_million": 31.119, - "total_deaths_per_million": 39.086, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 921.0, - "total_tests": 53280.0, - "total_tests_per_thousand": 4.912, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 1524.0, - "new_tests_smoothed_per_thousand": 0.14, - "tests_per_case": 4.515, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-17", - "total_cases": 11893.0, - "new_cases": 154.0, - "new_cases_smoothed": 287.286, - "total_deaths": 424.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1096.341, - "new_cases_per_million": 14.196, - "new_cases_smoothed_per_million": 26.483, - "total_deaths_per_million": 39.086, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 2189.0, - "total_tests": 55469.0, - "total_tests_per_thousand": 5.113, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 1597.0, - "new_tests_smoothed_per_thousand": 0.147, - "tests_per_case": 5.559, - "positive_rate": 0.18, - "tests_units": "samples tested", - "stringency_index": 97.22 - }, - { - "date": "2020-05-18", - "total_cases": 12314.0, - "new_cases": 421.0, - "new_cases_smoothed": 281.0, - "total_deaths": 428.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 1135.15, - "new_cases_per_million": 38.809, - "new_cases_smoothed_per_million": 25.904, - "total_deaths_per_million": 39.455, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.527, - "new_tests_smoothed": 1771.0, - "new_tests_smoothed_per_thousand": 0.163, - "tests_per_case": 6.3020000000000005, - "positive_rate": 0.159, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-19", - "total_cases": 12725.0, - "new_cases": 411.0, - "new_cases_smoothed": 298.714, - "total_deaths": 434.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1173.038, - "new_cases_per_million": 37.888, - "new_cases_smoothed_per_million": 27.537, - "total_deaths_per_million": 40.008, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.54, - "total_tests": 59976.0, - "total_tests_per_thousand": 5.529, - "new_tests_smoothed": 1837.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 6.15, - "positive_rate": 0.163, - "tests_units": "samples tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-20", - "total_cases": 13223.0, - "new_cases": 498.0, - "new_cases_smoothed": 331.857, - "total_deaths": 441.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 1218.945, - "new_cases_per_million": 45.907, - "new_cases_smoothed_per_million": 30.592, - "total_deaths_per_million": 40.653, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 1354.0, - "total_tests": 61330.0, - "total_tests_per_thousand": 5.654, - "new_tests_per_thousand": 0.125, - "new_tests_smoothed": 1924.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 5.797999999999999, - "positive_rate": 0.172, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-21", - "total_cases": 13477.0, - "new_cases": 254.0, - "new_cases_smoothed": 325.857, - "total_deaths": 446.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1242.36, - "new_cases_per_million": 23.415, - "new_cases_smoothed_per_million": 30.039, - "total_deaths_per_million": 41.114, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 2189.0, - "total_tests": 63519.0, - "total_tests_per_thousand": 5.855, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 1916.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 5.88, - "positive_rate": 0.17, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-22", - "total_cases": 13657.0, - "new_cases": 180.0, - "new_cases_smoothed": 333.857, - "total_deaths": 448.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1258.953, - "new_cases_per_million": 16.593, - "new_cases_smoothed_per_million": 30.776, - "total_deaths_per_million": 41.298, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.342, - "new_tests": 1836.0, - "total_tests": 65355.0, - "total_tests_per_thousand": 6.025, - "new_tests_per_thousand": 0.169, - "new_tests_smoothed": 1857.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 5.562, - "positive_rate": 0.18, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-23", - "total_cases": 13989.0, - "new_cases": 332.0, - "new_cases_smoothed": 321.429, - "total_deaths": 456.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1289.558, - "new_cases_per_million": 30.605, - "new_cases_smoothed_per_million": 29.63, - "total_deaths_per_million": 42.036, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.421, - "new_tests": 2585.0, - "total_tests": 67940.0, - "total_tests_per_thousand": 6.263, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 2094.0, - "new_tests_smoothed_per_thousand": 0.193, - "tests_per_case": 6.515, - "positive_rate": 0.153, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-24", - "total_cases": 14422.0, - "new_cases": 433.0, - "new_cases_smoothed": 361.286, - "total_deaths": 458.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 1329.473, - "new_cases_per_million": 39.916, - "new_cases_smoothed_per_million": 33.305, - "total_deaths_per_million": 42.22, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 1668.0, - "total_tests": 69608.0, - "total_tests_per_thousand": 6.417, - "new_tests_per_thousand": 0.154, - "new_tests_smoothed": 2020.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 5.591, - "positive_rate": 0.179, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-25", - "total_cases": 14422.0, - "new_cases": 0.0, - "new_cases_smoothed": 301.143, - "total_deaths": 458.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 1329.473, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.76, - "total_deaths_per_million": 42.22, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.395, - "new_tests": 1364.0, - "total_tests": 70972.0, - "total_tests_per_thousand": 6.542, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 1893.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 6.2860000000000005, - "positive_rate": 0.159, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-26", - "total_cases": 15073.0, - "new_cases": 651.0, - "new_cases_smoothed": 335.429, - "total_deaths": 460.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1389.485, - "new_cases_per_million": 60.012, - "new_cases_smoothed_per_million": 30.921, - "total_deaths_per_million": 42.405, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.342, - "new_tests": 2149.0, - "total_tests": 73121.0, - "total_tests_per_thousand": 6.741, - "new_tests_per_thousand": 0.198, - "new_tests_smoothed": 1878.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 5.599, - "positive_rate": 0.179, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-27", - "total_cases": 15264.0, - "new_cases": 191.0, - "new_cases_smoothed": 291.571, - "total_deaths": 468.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 1407.092, - "new_cases_per_million": 17.607, - "new_cases_smoothed_per_million": 26.878, - "total_deaths_per_million": 43.142, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.356, - "new_tests": 1491.0, - "total_tests": 74612.0, - "total_tests_per_thousand": 6.878, - "new_tests_per_thousand": 0.137, - "new_tests_smoothed": 1897.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 6.506, - "positive_rate": 0.154, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-28", - "total_cases": 15723.0, - "new_cases": 459.0, - "new_cases_smoothed": 320.857, - "total_deaths": 474.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 1449.404, - "new_cases_per_million": 42.312, - "new_cases_smoothed_per_million": 29.578, - "total_deaths_per_million": 43.695, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.369, - "new_tests": 2318.0, - "total_tests": 76930.0, - "total_tests_per_thousand": 7.092, - "new_tests_per_thousand": 0.214, - "new_tests_smoothed": 1916.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 5.972, - "positive_rate": 0.16699999999999998, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-29", - "total_cases": 16068.0, - "new_cases": 345.0, - "new_cases_smoothed": 344.429, - "total_deaths": 485.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1481.208, - "new_cases_per_million": 31.803, - "new_cases_smoothed_per_million": 31.751, - "total_deaths_per_million": 44.709, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 2242.0, - "total_tests": 79172.0, - "total_tests_per_thousand": 7.298, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 1974.0, - "new_tests_smoothed_per_thousand": 0.182, - "tests_per_case": 5.731, - "positive_rate": 0.174, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-30", - "total_cases": 16531.0, - "new_cases": 463.0, - "new_cases_smoothed": 363.143, - "total_deaths": 488.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1523.889, - "new_cases_per_million": 42.681, - "new_cases_smoothed_per_million": 33.476, - "total_deaths_per_million": 44.986, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 0.421, - "new_tests": 2475.0, - "total_tests": 81647.0, - "total_tests_per_thousand": 7.527, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 1958.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 5.392, - "positive_rate": 0.185, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-05-31", - "total_cases": 16908.0, - "new_cases": 377.0, - "new_cases_smoothed": 355.143, - "total_deaths": 498.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 1558.642, - "new_cases_per_million": 34.753, - "new_cases_smoothed_per_million": 32.738, - "total_deaths_per_million": 45.907, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.527, - "new_tests": 1797.0, - "total_tests": 83444.0, - "total_tests_per_thousand": 7.692, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 1977.0, - "new_tests_smoothed_per_thousand": 0.182, - "tests_per_case": 5.567, - "positive_rate": 0.18, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-06-01", - "total_cases": 17285.0, - "new_cases": 377.0, - "new_cases_smoothed": 409.0, - "total_deaths": 502.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1593.395, - "new_cases_per_million": 34.753, - "new_cases_smoothed_per_million": 37.703, - "total_deaths_per_million": 46.276, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.579, - "new_tests": 1194.0, - "total_tests": 84638.0, - "total_tests_per_thousand": 7.802, - "new_tests_per_thousand": 0.11, - "new_tests_smoothed": 1952.0, - "new_tests_smoothed_per_thousand": 0.18, - "tests_per_case": 4.773, - "positive_rate": 0.21, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-02", - "total_cases": 17572.0, - "new_cases": 287.0, - "new_cases_smoothed": 357.0, - "total_deaths": 502.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 1619.852, - "new_cases_per_million": 26.457, - "new_cases_smoothed_per_million": 32.91, - "total_deaths_per_million": 46.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.553, - "new_tests": 1647.0, - "total_tests": 86285.0, - "total_tests_per_thousand": 7.954, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 1881.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 5.269, - "positive_rate": 0.19, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-03", - "total_cases": 17752.0, - "new_cases": 180.0, - "new_cases_smoothed": 355.429, - "total_deaths": 515.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 1636.445, - "new_cases_per_million": 16.593, - "new_cases_smoothed_per_million": 32.765, - "total_deaths_per_million": 47.475, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 1771.0, - "total_tests": 88056.0, - "total_tests_per_thousand": 8.117, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 1921.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 5.405, - "positive_rate": 0.185, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-04", - "total_cases": 18040.0, - "new_cases": 288.0, - "new_cases_smoothed": 331.0, - "total_deaths": 516.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 1662.994, - "new_cases_per_million": 26.549, - "new_cases_smoothed_per_million": 30.513, - "total_deaths_per_million": 47.567, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.553, - "new_tests": 2085.0, - "total_tests": 90141.0, - "total_tests_per_thousand": 8.31, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 1887.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 5.7010000000000005, - "positive_rate": 0.175, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-05", - "total_cases": 18319.0, - "new_cases": 279.0, - "new_cases_smoothed": 321.571, - "total_deaths": 520.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 1688.713, - "new_cases_per_million": 25.719, - "new_cases_smoothed_per_million": 29.644, - "total_deaths_per_million": 47.936, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 0.461, - "new_tests": 2079.0, - "total_tests": 92220.0, - "total_tests_per_thousand": 8.501, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 1864.0, - "new_tests_smoothed_per_thousand": 0.172, - "tests_per_case": 5.797000000000001, - "positive_rate": 0.17300000000000001, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-06", - "total_cases": 18708.0, - "new_cases": 389.0, - "new_cases_smoothed": 311.0, - "total_deaths": 525.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1724.573, - "new_cases_per_million": 35.859, - "new_cases_smoothed_per_million": 28.669, - "total_deaths_per_million": 48.396, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 2291.0, - "total_tests": 94511.0, - "total_tests_per_thousand": 8.712, - "new_tests_per_thousand": 0.211, - "new_tests_smoothed": 1838.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 5.91, - "positive_rate": 0.16899999999999998, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-07", - "total_cases": 19195.0, - "new_cases": 487.0, - "new_cases_smoothed": 326.714, - "total_deaths": 536.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 1769.466, - "new_cases_per_million": 44.893, - "new_cases_smoothed_per_million": 30.118, - "total_deaths_per_million": 49.41, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.5, - "new_tests": 2529.0, - "total_tests": 97040.0, - "total_tests_per_thousand": 8.946, - "new_tests_per_thousand": 0.233, - "new_tests_smoothed": 1942.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 5.944, - "positive_rate": 0.168, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-08", - "total_cases": 19600.0, - "new_cases": 405.0, - "new_cases_smoothed": 330.714, - "total_deaths": 538.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 1806.801, - "new_cases_per_million": 37.334, - "new_cases_smoothed_per_million": 30.486, - "total_deaths_per_million": 49.595, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.474, - "new_tests": 1060.0, - "total_tests": 98100.0, - "total_tests_per_thousand": 9.043, - "new_tests_per_thousand": 0.098, - "new_tests_smoothed": 1923.0, - "new_tests_smoothed_per_thousand": 0.177, - "tests_per_case": 5.815, - "positive_rate": 0.172, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-09", - "total_cases": 20126.0, - "new_cases": 526.0, - "new_cases_smoothed": 364.857, - "total_deaths": 539.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1855.289, - "new_cases_per_million": 48.489, - "new_cases_smoothed_per_million": 33.634, - "total_deaths_per_million": 49.687, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.487, - "new_tests": 1935.0, - "total_tests": 100035.0, - "total_tests_per_thousand": 9.222, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 1964.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 5.382999999999999, - "positive_rate": 0.18600000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-10", - "total_cases": 20415.0, - "new_cases": 289.0, - "new_cases_smoothed": 380.429, - "total_deaths": 544.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1881.93, - "new_cases_per_million": 26.641, - "new_cases_smoothed_per_million": 35.069, - "total_deaths_per_million": 50.148, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 0.382, - "new_tests": 2465.0, - "total_tests": 102500.0, - "total_tests_per_thousand": 9.449, - "new_tests_per_thousand": 0.227, - "new_tests_smoothed": 2063.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 5.422999999999999, - "positive_rate": 0.184, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-11", - "total_cases": 20808.0, - "new_cases": 393.0, - "new_cases_smoothed": 395.429, - "total_deaths": 550.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 1918.159, - "new_cases_per_million": 36.228, - "new_cases_smoothed_per_million": 36.452, - "total_deaths_per_million": 50.701, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 2516.0, - "total_tests": 105016.0, - "total_tests_per_thousand": 9.681, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 2125.0, - "new_tests_smoothed_per_thousand": 0.196, - "tests_per_case": 5.374, - "positive_rate": 0.18600000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-12", - "total_cases": 21437.0, - "new_cases": 629.0, - "new_cases_smoothed": 445.429, - "total_deaths": 561.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 1976.142, - "new_cases_per_million": 57.984, - "new_cases_smoothed_per_million": 41.061, - "total_deaths_per_million": 51.715, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.54, - "new_tests": 2159.0, - "total_tests": 107175.0, - "total_tests_per_thousand": 9.88, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 2136.0, - "new_tests_smoothed_per_thousand": 0.197, - "tests_per_case": 4.795, - "positive_rate": 0.209, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-13", - "total_cases": 22008.0, - "new_cases": 571.0, - "new_cases_smoothed": 471.429, - "total_deaths": 568.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 2028.779, - "new_cases_per_million": 52.637, - "new_cases_smoothed_per_million": 43.458, - "total_deaths_per_million": 52.36, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.566, - "new_tests": 1847.0, - "total_tests": 109022.0, - "total_tests_per_thousand": 10.05, - "new_tests_per_thousand": 0.17, - "new_tests_smoothed": 2073.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 4.397, - "positive_rate": 0.22699999999999998, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-14", - "total_cases": 22572.0, - "new_cases": 564.0, - "new_cases_smoothed": 482.429, - "total_deaths": 577.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 2080.771, - "new_cases_per_million": 51.992, - "new_cases_smoothed_per_million": 44.472, - "total_deaths_per_million": 53.19, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 0.54, - "new_tests": 1759.0, - "total_tests": 110781.0, - "total_tests_per_thousand": 10.212, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 1963.0, - "new_tests_smoothed_per_thousand": 0.181, - "tests_per_case": 4.069, - "positive_rate": 0.24600000000000002, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-15", - "total_cases": 22962.0, - "new_cases": 390.0, - "new_cases_smoothed": 480.286, - "total_deaths": 592.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 2116.722, - "new_cases_per_million": 35.952, - "new_cases_smoothed_per_million": 44.275, - "total_deaths_per_million": 54.573, - "new_deaths_per_million": 1.383, - "new_deaths_smoothed_per_million": 0.711, - "new_tests": 1822.0, - "total_tests": 112603.0, - "total_tests_per_thousand": 10.38, - "new_tests_per_thousand": 0.168, - "new_tests_smoothed": 2072.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 4.314, - "positive_rate": 0.23199999999999998, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-16", - "total_cases": 23271.0, - "new_cases": 309.0, - "new_cases_smoothed": 449.286, - "total_deaths": 605.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 2145.207, - "new_cases_per_million": 28.485, - "new_cases_smoothed_per_million": 41.417, - "total_deaths_per_million": 55.771, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 0.869, - "new_tests": 1932.0, - "total_tests": 114535.0, - "total_tests_per_thousand": 10.558, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 2071.0, - "new_tests_smoothed_per_thousand": 0.191, - "tests_per_case": 4.61, - "positive_rate": 0.217, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-17", - "total_cases": 23686.0, - "new_cases": 415.0, - "new_cases_smoothed": 467.286, - "total_deaths": 615.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 2183.463, - "new_cases_per_million": 38.256, - "new_cases_smoothed_per_million": 43.076, - "total_deaths_per_million": 56.693, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.935, - "new_tests": 2584.0, - "total_tests": 117119.0, - "total_tests_per_thousand": 10.796, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 2088.0, - "new_tests_smoothed_per_thousand": 0.192, - "tests_per_case": 4.468, - "positive_rate": 0.22399999999999998, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-18", - "total_cases": 24105.0, - "new_cases": 419.0, - "new_cases_smoothed": 471.0, - "total_deaths": 633.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 2222.088, - "new_cases_per_million": 38.625, - "new_cases_smoothed_per_million": 43.419, - "total_deaths_per_million": 58.352, - "new_deaths_per_million": 1.659, - "new_deaths_smoothed_per_million": 1.093, - "new_tests": 2200.0, - "total_tests": 119319.0, - "total_tests_per_thousand": 10.999, - "new_tests_per_thousand": 0.203, - "new_tests_smoothed": 2043.0, - "new_tests_smoothed_per_thousand": 0.188, - "tests_per_case": 4.338, - "positive_rate": 0.231, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-19", - "total_cases": 24645.0, - "new_cases": 540.0, - "new_cases_smoothed": 458.286, - "total_deaths": 635.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 2271.867, - "new_cases_per_million": 49.779, - "new_cases_smoothed_per_million": 42.246, - "total_deaths_per_million": 58.537, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.975, - "new_tests": 3327.0, - "total_tests": 122646.0, - "total_tests_per_thousand": 11.306, - "new_tests_per_thousand": 0.307, - "new_tests_smoothed": 2210.0, - "new_tests_smoothed_per_thousand": 0.204, - "tests_per_case": 4.822, - "positive_rate": 0.207, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-20", - "total_cases": 25068.0, - "new_cases": 423.0, - "new_cases_smoothed": 437.143, - "total_deaths": 647.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 2310.861, - "new_cases_per_million": 38.994, - "new_cases_smoothed_per_million": 40.297, - "total_deaths_per_million": 59.643, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.04, - "new_tests": 3222.0, - "total_tests": 125868.0, - "total_tests_per_thousand": 11.603, - "new_tests_per_thousand": 0.297, - "new_tests_smoothed": 2407.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_per_case": 5.506, - "positive_rate": 0.182, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-21", - "total_cases": 25778.0, - "new_cases": 710.0, - "new_cases_smoothed": 458.0, - "total_deaths": 655.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 2376.312, - "new_cases_per_million": 65.45, - "new_cases_smoothed_per_million": 42.22, - "total_deaths_per_million": 60.38, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.027, - "new_tests": 2907.0, - "total_tests": 128775.0, - "total_tests_per_thousand": 11.871, - "new_tests_per_thousand": 0.268, - "new_tests_smoothed": 2571.0, - "new_tests_smoothed_per_thousand": 0.237, - "tests_per_case": 5.614, - "positive_rate": 0.17800000000000002, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-22", - "total_cases": 26677.0, - "new_cases": 899.0, - "new_cases_smoothed": 530.714, - "total_deaths": 662.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 2459.185, - "new_cases_per_million": 82.873, - "new_cases_smoothed_per_million": 48.923, - "total_deaths_per_million": 61.026, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.922, - "new_tests": 1970.0, - "total_tests": 130745.0, - "total_tests_per_thousand": 12.053, - "new_tests_per_thousand": 0.182, - "new_tests_smoothed": 2592.0, - "new_tests_smoothed_per_thousand": 0.239, - "tests_per_case": 4.8839999999999995, - "positive_rate": 0.205, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-23", - "total_cases": 27370.0, - "new_cases": 693.0, - "new_cases_smoothed": 585.571, - "total_deaths": 669.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 2523.068, - "new_cases_per_million": 63.883, - "new_cases_smoothed_per_million": 53.98, - "total_deaths_per_million": 61.671, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.843, - "new_tests": 2973.0, - "total_tests": 133718.0, - "total_tests_per_thousand": 12.327, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 2740.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 4.678999999999999, - "positive_rate": 0.214, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-24", - "total_cases": 27936.0, - "new_cases": 566.0, - "new_cases_smoothed": 607.143, - "total_deaths": 675.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 2575.244, - "new_cases_per_million": 52.176, - "new_cases_smoothed_per_million": 55.969, - "total_deaths_per_million": 62.224, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.79, - "new_tests": 2251.0, - "total_tests": 135969.0, - "total_tests_per_thousand": 12.534, - "new_tests_per_thousand": 0.208, - "new_tests_smoothed": 2693.0, - "new_tests_smoothed_per_thousand": 0.248, - "tests_per_case": 4.436, - "positive_rate": 0.225, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-25", - "total_cases": 28631.0, - "new_cases": 695.0, - "new_cases_smoothed": 646.571, - "total_deaths": 691.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 2639.312, - "new_cases_per_million": 64.068, - "new_cases_smoothed_per_million": 59.603, - "total_deaths_per_million": 63.699, - "new_deaths_per_million": 1.475, - "new_deaths_smoothed_per_million": 0.764, - "new_tests": 2729.0, - "total_tests": 138698.0, - "total_tests_per_thousand": 12.786, - "new_tests_per_thousand": 0.252, - "new_tests_smoothed": 2768.0, - "new_tests_smoothed_per_thousand": 0.255, - "tests_per_case": 4.281000000000001, - "positive_rate": 0.23399999999999999, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-26", - "total_cases": 29141.0, - "new_cases": 510.0, - "new_cases_smoothed": 642.286, - "total_deaths": 698.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 2686.325, - "new_cases_per_million": 47.014, - "new_cases_smoothed_per_million": 59.208, - "total_deaths_per_million": 64.344, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.83, - "new_tests": 3642.0, - "total_tests": 142340.0, - "total_tests_per_thousand": 13.121, - "new_tests_per_thousand": 0.336, - "new_tests_smoothed": 2813.0, - "new_tests_smoothed_per_thousand": 0.259, - "tests_per_case": 4.38, - "positive_rate": 0.228, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-27", - "total_cases": 29764.0, - "new_cases": 623.0, - "new_cases_smoothed": 670.857, - "total_deaths": 712.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 2743.756, - "new_cases_per_million": 57.43, - "new_cases_smoothed_per_million": 61.842, - "total_deaths_per_million": 65.635, - "new_deaths_per_million": 1.291, - "new_deaths_smoothed_per_million": 0.856, - "new_tests": 3720.0, - "total_tests": 146060.0, - "total_tests_per_thousand": 13.464, - "new_tests_per_thousand": 0.343, - "new_tests_smoothed": 2885.0, - "new_tests_smoothed_per_thousand": 0.266, - "tests_per_case": 4.3, - "positive_rate": 0.233, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-06-28", - "total_cases": 30619.0, - "new_cases": 855.0, - "new_cases_smoothed": 691.571, - "total_deaths": 718.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 2822.573, - "new_cases_per_million": 78.817, - "new_cases_smoothed_per_million": 63.752, - "total_deaths_per_million": 66.188, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 0.83, - "new_tests": 2148.0, - "total_tests": 148208.0, - "total_tests_per_thousand": 13.662, - "new_tests_per_thousand": 0.198, - "new_tests_smoothed": 2776.0, - "new_tests_smoothed_per_thousand": 0.256, - "tests_per_case": 4.013999999999999, - "positive_rate": 0.249, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-06-29", - "total_cases": 31373.0, - "new_cases": 754.0, - "new_cases_smoothed": 670.857, - "total_deaths": 726.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 2892.079, - "new_cases_per_million": 69.507, - "new_cases_smoothed_per_million": 61.842, - "total_deaths_per_million": 66.925, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.843, - "new_tests": 2711.0, - "total_tests": 150919.0, - "total_tests_per_thousand": 13.912, - "new_tests_per_thousand": 0.25, - "new_tests_smoothed": 2882.0, - "new_tests_smoothed_per_thousand": 0.266, - "tests_per_case": 4.296, - "positive_rate": 0.233, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-06-30", - "total_cases": 31816.0, - "new_cases": 443.0, - "new_cases_smoothed": 635.143, - "total_deaths": 733.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 2932.917, - "new_cases_per_million": 40.837, - "new_cases_smoothed_per_million": 58.55, - "total_deaths_per_million": 67.571, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.843, - "new_tests": 3210.0, - "total_tests": 154129.0, - "total_tests_per_thousand": 14.208, - "new_tests_per_thousand": 0.296, - "new_tests_smoothed": 2916.0, - "new_tests_smoothed_per_thousand": 0.269, - "tests_per_case": 4.591, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 80.56 - }, - { - "date": "2020-07-01", - "total_cases": 32568.0, - "new_cases": 752.0, - "new_cases_smoothed": 661.714, - "total_deaths": 747.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 3002.239, - "new_cases_per_million": 69.322, - "new_cases_smoothed_per_million": 60.999, - "total_deaths_per_million": 68.861, - "new_deaths_per_million": 1.291, - "new_deaths_smoothed_per_million": 0.948, - "new_tests": 2916.0, - "total_tests": 157045.0, - "total_tests_per_thousand": 14.477, - "new_tests_per_thousand": 0.269, - "new_tests_smoothed": 3011.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_per_case": 4.55, - "positive_rate": 0.22, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-02", - "total_cases": 33387.0, - "new_cases": 819.0, - "new_cases_smoothed": 679.429, - "total_deaths": 754.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 3077.737, - "new_cases_per_million": 75.498, - "new_cases_smoothed_per_million": 62.632, - "total_deaths_per_million": 69.507, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.83, - "new_tests": 3496.0, - "total_tests": 160541.0, - "total_tests_per_thousand": 14.799, - "new_tests_per_thousand": 0.322, - "new_tests_smoothed": 3120.0, - "new_tests_smoothed_per_thousand": 0.288, - "tests_per_case": 4.592, - "positive_rate": 0.218, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-03", - "total_cases": 34197.0, - "new_cases": 810.0, - "new_cases_smoothed": 722.286, - "total_deaths": 765.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 3152.406, - "new_cases_per_million": 74.669, - "new_cases_smoothed_per_million": 66.583, - "total_deaths_per_million": 70.521, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.882, - "new_tests": 3186.0, - "total_tests": 163727.0, - "total_tests_per_thousand": 15.093, - "new_tests_per_thousand": 0.294, - "new_tests_smoothed": 3055.0, - "new_tests_smoothed_per_thousand": 0.282, - "tests_per_case": 4.23, - "positive_rate": 0.23600000000000002, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-04", - "total_cases": 35148.0, - "new_cases": 951.0, - "new_cases_smoothed": 769.143, - "total_deaths": 775.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 3240.073, - "new_cases_per_million": 87.667, - "new_cases_smoothed_per_million": 70.902, - "total_deaths_per_million": 71.442, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.83, - "new_tests": 3645.0, - "total_tests": 167372.0, - "total_tests_per_thousand": 15.429, - "new_tests_per_thousand": 0.336, - "new_tests_smoothed": 3045.0, - "new_tests_smoothed_per_thousand": 0.281, - "tests_per_case": 3.9589999999999996, - "positive_rate": 0.253, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-05", - "total_cases": 36184.0, - "new_cases": 1036.0, - "new_cases_smoothed": 795.0, - "total_deaths": 786.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 3335.575, - "new_cases_per_million": 95.502, - "new_cases_smoothed_per_million": 73.286, - "total_deaths_per_million": 72.456, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 0.895, - "new_tests": 2627.0, - "total_tests": 169999.0, - "total_tests_per_thousand": 15.671, - "new_tests_per_thousand": 0.242, - "new_tests_smoothed": 3113.0, - "new_tests_smoothed_per_thousand": 0.287, - "tests_per_case": 3.9160000000000004, - "positive_rate": 0.255, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-06", - "total_cases": 37425.0, - "new_cases": 1241.0, - "new_cases_smoothed": 864.571, - "total_deaths": 794.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 3449.975, - "new_cases_per_million": 114.4, - "new_cases_smoothed_per_million": 79.699, - "total_deaths_per_million": 73.194, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.895, - "new_tests": 1098.0, - "total_tests": 171097.0, - "total_tests_per_thousand": 15.772, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 2883.0, - "new_tests_smoothed_per_thousand": 0.266, - "tests_per_case": 3.335, - "positive_rate": 0.3, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-07", - "total_cases": 38128.0, - "new_cases": 703.0, - "new_cases_smoothed": 901.714, - "total_deaths": 804.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 3514.78, - "new_cases_per_million": 64.805, - "new_cases_smoothed_per_million": 83.123, - "total_deaths_per_million": 74.116, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.935, - "new_tests": 3654.0, - "total_tests": 174751.0, - "total_tests_per_thousand": 16.109, - "new_tests_per_thousand": 0.337, - "new_tests_smoothed": 2946.0, - "new_tests_smoothed_per_thousand": 0.272, - "tests_per_case": 3.267, - "positive_rate": 0.306, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-08", - "total_cases": 38430.0, - "new_cases": 302.0, - "new_cases_smoothed": 837.429, - "total_deaths": 821.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 3542.62, - "new_cases_per_million": 27.839, - "new_cases_smoothed_per_million": 77.197, - "total_deaths_per_million": 75.683, - "new_deaths_per_million": 1.567, - "new_deaths_smoothed_per_million": 0.975, - "new_tests": 4087.0, - "total_tests": 178838.0, - "total_tests_per_thousand": 16.486, - "new_tests_per_thousand": 0.377, - "new_tests_smoothed": 3113.0, - "new_tests_smoothed_per_thousand": 0.287, - "tests_per_case": 3.717, - "positive_rate": 0.26899999999999996, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-09", - "total_cases": 39588.0, - "new_cases": 1158.0, - "new_cases_smoothed": 885.857, - "total_deaths": 829.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 3649.369, - "new_cases_per_million": 106.749, - "new_cases_smoothed_per_million": 81.662, - "total_deaths_per_million": 76.42, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 0.988, - "new_tests": 3425.0, - "total_tests": 182263.0, - "total_tests_per_thousand": 16.802, - "new_tests_per_thousand": 0.316, - "new_tests_smoothed": 3103.0, - "new_tests_smoothed_per_thousand": 0.286, - "tests_per_case": 3.503, - "positive_rate": 0.285, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-10", - "total_cases": 40790.0, - "new_cases": 1202.0, - "new_cases_smoothed": 941.857, - "total_deaths": 842.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 3760.173, - "new_cases_per_million": 110.805, - "new_cases_smoothed_per_million": 86.824, - "total_deaths_per_million": 77.619, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 1.014, - "new_tests": 3590.0, - "total_tests": 185853.0, - "total_tests_per_thousand": 17.133, - "new_tests_per_thousand": 0.331, - "new_tests_smoothed": 3161.0, - "new_tests_smoothed_per_thousand": 0.291, - "tests_per_case": 3.3560000000000003, - "positive_rate": 0.298, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-11", - "total_cases": 41915.0, - "new_cases": 1125.0, - "new_cases_smoothed": 966.714, - "total_deaths": 864.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 3863.88, - "new_cases_per_million": 103.707, - "new_cases_smoothed_per_million": 89.115, - "total_deaths_per_million": 79.647, - "new_deaths_per_million": 2.028, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 3538.0, - "total_tests": 189391.0, - "total_tests_per_thousand": 17.459, - "new_tests_per_thousand": 0.326, - "new_tests_smoothed": 3146.0, - "new_tests_smoothed_per_thousand": 0.29, - "tests_per_case": 3.2539999999999996, - "positive_rate": 0.307, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-12", - "total_cases": 43114.0, - "new_cases": 1199.0, - "new_cases_smoothed": 990.0, - "total_deaths": 880.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 3974.408, - "new_cases_per_million": 110.528, - "new_cases_smoothed_per_million": 91.262, - "total_deaths_per_million": 81.122, - "new_deaths_per_million": 1.475, - "new_deaths_smoothed_per_million": 1.238, - "new_tests": 2969.0, - "total_tests": 192360.0, - "total_tests_per_thousand": 17.732, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 3194.0, - "new_tests_smoothed_per_thousand": 0.294, - "tests_per_case": 3.2260000000000004, - "positive_rate": 0.31, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-13", - "total_cases": 44532.0, - "new_cases": 1418.0, - "new_cases_smoothed": 1015.286, - "total_deaths": 897.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 4105.125, - "new_cases_per_million": 130.716, - "new_cases_smoothed_per_million": 93.593, - "total_deaths_per_million": 82.689, - "new_deaths_per_million": 1.567, - "new_deaths_smoothed_per_million": 1.356, - "new_tests": 2101.0, - "total_tests": 194461.0, - "total_tests_per_thousand": 17.926, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 3338.0, - "new_tests_smoothed_per_thousand": 0.308, - "tests_per_case": 3.2880000000000003, - "positive_rate": 0.304, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-14", - "total_cases": 45506.0, - "new_cases": 974.0, - "new_cases_smoothed": 1054.0, - "total_deaths": 903.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 4194.912, - "new_cases_per_million": 89.787, - "new_cases_smoothed_per_million": 97.162, - "total_deaths_per_million": 83.242, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.304, - "new_tests": 4035.0, - "total_tests": 198496.0, - "total_tests_per_thousand": 18.298, - "new_tests_per_thousand": 0.372, - "new_tests_smoothed": 3392.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_per_case": 3.218, - "positive_rate": 0.311, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-15", - "total_cases": 46305.0, - "new_cases": 799.0, - "new_cases_smoothed": 1125.0, - "total_deaths": 910.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 4268.567, - "new_cases_per_million": 73.655, - "new_cases_smoothed_per_million": 103.707, - "total_deaths_per_million": 83.887, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 3173.0, - "total_tests": 201669.0, - "total_tests_per_thousand": 18.591, - "new_tests_per_thousand": 0.292, - "new_tests_smoothed": 3262.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_per_case": 2.9, - "positive_rate": 0.345, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-16", - "total_cases": 47671.0, - "new_cases": 1366.0, - "new_cases_smoothed": 1154.714, - "total_deaths": 929.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 4394.489, - "new_cases_per_million": 125.923, - "new_cases_smoothed_per_million": 106.446, - "total_deaths_per_million": 85.639, - "new_deaths_per_million": 1.751, - "new_deaths_smoothed_per_million": 1.317, - "new_tests": 3769.0, - "total_tests": 205438.0, - "total_tests_per_thousand": 18.938, - "new_tests_per_thousand": 0.347, - "new_tests_smoothed": 3311.0, - "new_tests_smoothed_per_thousand": 0.305, - "tests_per_case": 2.867, - "positive_rate": 0.349, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-17", - "total_cases": 48743.0, - "new_cases": 1072.0, - "new_cases_smoothed": 1136.143, - "total_deaths": 941.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 4493.31, - "new_cases_per_million": 98.821, - "new_cases_smoothed_per_million": 104.734, - "total_deaths_per_million": 86.745, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.304, - "new_tests": 3814.0, - "total_tests": 209252.0, - "total_tests_per_thousand": 19.29, - "new_tests_per_thousand": 0.352, - "new_tests_smoothed": 3343.0, - "new_tests_smoothed_per_thousand": 0.308, - "tests_per_case": 2.9419999999999997, - "positive_rate": 0.34, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-18", - "total_cases": 50113.0, - "new_cases": 1370.0, - "new_cases_smoothed": 1171.143, - "total_deaths": 942.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 4619.602, - "new_cases_per_million": 126.292, - "new_cases_smoothed_per_million": 107.96, - "total_deaths_per_million": 86.837, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 1.027, - "new_tests": 3833.0, - "total_tests": 213085.0, - "total_tests_per_thousand": 19.643, - "new_tests_per_thousand": 0.353, - "new_tests_smoothed": 3385.0, - "new_tests_smoothed_per_thousand": 0.312, - "tests_per_case": 2.89, - "positive_rate": 0.34600000000000003, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-19", - "total_cases": 51519.0, - "new_cases": 1406.0, - "new_cases_smoothed": 1200.714, - "total_deaths": 971.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 4749.212, - "new_cases_per_million": 129.61, - "new_cases_smoothed_per_million": 110.686, - "total_deaths_per_million": 89.51, - "new_deaths_per_million": 2.673, - "new_deaths_smoothed_per_million": 1.198, - "new_tests": 3396.0, - "total_tests": 216481.0, - "total_tests_per_thousand": 19.956, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 3446.0, - "new_tests_smoothed_per_thousand": 0.318, - "tests_per_case": 2.87, - "positive_rate": 0.348, - "tests_units": "samples tested", - "stringency_index": 75.0 - }, - { - "date": "2020-07-20", - "total_cases": 52855.0, - "new_cases": 1336.0, - "new_cases_smoothed": 1189.0, - "total_deaths": 981.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 4872.37, - "new_cases_per_million": 123.157, - "new_cases_smoothed_per_million": 109.606, - "total_deaths_per_million": 90.432, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 1.106, - "new_tests": 2345.0, - "total_tests": 218826.0, - "total_tests_per_thousand": 20.172, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 3481.0, - "new_tests_smoothed_per_thousand": 0.321, - "tests_per_case": 2.928, - "positive_rate": 0.342, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-21", - "total_cases": 53956.0, - "new_cases": 1101.0, - "new_cases_smoothed": 1207.143, - "total_deaths": 993.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 4973.864, - "new_cases_per_million": 101.494, - "new_cases_smoothed_per_million": 111.279, - "total_deaths_per_million": 91.538, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.185, - "new_tests": 3760.0, - "total_tests": 222586.0, - "total_tests_per_thousand": 20.519, - "new_tests_per_thousand": 0.347, - "new_tests_smoothed": 3441.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_per_case": 2.8510000000000004, - "positive_rate": 0.35100000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-22", - "total_cases": 54797.0, - "new_cases": 841.0, - "new_cases_smoothed": 1213.143, - "total_deaths": 999.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 5051.391, - "new_cases_per_million": 77.526, - "new_cases_smoothed_per_million": 111.832, - "total_deaths_per_million": 92.092, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.172, - "new_tests": 4107.0, - "total_tests": 226693.0, - "total_tests_per_thousand": 20.897, - "new_tests_per_thousand": 0.379, - "new_tests_smoothed": 3575.0, - "new_tests_smoothed_per_thousand": 0.33, - "tests_per_case": 2.947, - "positive_rate": 0.33899999999999997, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-23", - "total_cases": 56043.0, - "new_cases": 1246.0, - "new_cases_smoothed": 1196.0, - "total_deaths": 1005.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 5166.251, - "new_cases_per_million": 114.861, - "new_cases_smoothed_per_million": 110.252, - "total_deaths_per_million": 92.645, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.001, - "new_tests": 3961.0, - "total_tests": 230654.0, - "total_tests_per_thousand": 21.263, - "new_tests_per_thousand": 0.365, - "new_tests_smoothed": 3602.0, - "new_tests_smoothed_per_thousand": 0.332, - "tests_per_case": 3.012, - "positive_rate": 0.332, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-24", - "total_cases": 57615.0, - "new_cases": 1572.0, - "new_cases_smoothed": 1267.429, - "total_deaths": 1006.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 5311.164, - "new_cases_per_million": 144.913, - "new_cases_smoothed_per_million": 116.836, - "total_deaths_per_million": 92.737, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.856, - "new_tests": 4635.0, - "total_tests": 235289.0, - "total_tests_per_thousand": 21.69, - "new_tests_per_thousand": 0.427, - "new_tests_smoothed": 3720.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_per_case": 2.935, - "positive_rate": 0.341, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-25", - "total_cases": 59077.0, - "new_cases": 1462.0, - "new_cases_smoothed": 1280.571, - "total_deaths": 1036.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 5445.937, - "new_cases_per_million": 134.773, - "new_cases_smoothed_per_million": 118.048, - "total_deaths_per_million": 95.502, - "new_deaths_per_million": 2.766, - "new_deaths_smoothed_per_million": 1.238, - "new_tests": 5487.0, - "total_tests": 240776.0, - "total_tests_per_thousand": 22.196, - "new_tests_per_thousand": 0.506, - "new_tests_smoothed": 3956.0, - "new_tests_smoothed_per_thousand": 0.365, - "tests_per_case": 3.089, - "positive_rate": 0.324, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-26", - "total_cases": 60896.0, - "new_cases": 1819.0, - "new_cases_smoothed": 1339.571, - "total_deaths": 1055.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 5613.619, - "new_cases_per_million": 167.682, - "new_cases_smoothed_per_million": 123.487, - "total_deaths_per_million": 97.254, - "new_deaths_per_million": 1.751, - "new_deaths_smoothed_per_million": 1.106, - "new_tests": 3867.0, - "total_tests": 244643.0, - "total_tests_per_thousand": 22.552, - "new_tests_per_thousand": 0.356, - "new_tests_smoothed": 4023.0, - "new_tests_smoothed_per_thousand": 0.371, - "tests_per_case": 3.003, - "positive_rate": 0.33299999999999996, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-27", - "total_cases": 62908.0, - "new_cases": 2012.0, - "new_cases_smoothed": 1436.143, - "total_deaths": 1063.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 5799.093, - "new_cases_per_million": 185.474, - "new_cases_smoothed_per_million": 132.389, - "total_deaths_per_million": 97.991, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.08, - "new_tests": 2310.0, - "total_tests": 246953.0, - "total_tests_per_thousand": 22.765, - "new_tests_per_thousand": 0.213, - "new_tests_smoothed": 4018.0, - "new_tests_smoothed_per_thousand": 0.37, - "tests_per_case": 2.798, - "positive_rate": 0.35700000000000004, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-28", - "total_cases": 64156.0, - "new_cases": 1248.0, - "new_cases_smoothed": 1457.143, - "total_deaths": 1083.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 5914.138, - "new_cases_per_million": 115.045, - "new_cases_smoothed_per_million": 134.325, - "total_deaths_per_million": 99.835, - "new_deaths_per_million": 1.844, - "new_deaths_smoothed_per_million": 1.185, - "new_tests": 3471.0, - "total_tests": 250424.0, - "total_tests_per_thousand": 23.085, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 3977.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 2.7289999999999996, - "positive_rate": 0.366, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-29", - "total_cases": 64690.0, - "new_cases": 534.0, - "new_cases_smoothed": 1413.286, - "total_deaths": 1101.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 5963.364, - "new_cases_per_million": 49.226, - "new_cases_smoothed_per_million": 130.282, - "total_deaths_per_million": 101.494, - "new_deaths_per_million": 1.659, - "new_deaths_smoothed_per_million": 1.343, - "new_tests_smoothed": 3977.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 2.8139999999999996, - "positive_rate": 0.355, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-30", - "total_cases": 66182.0, - "new_cases": 1492.0, - "new_cases_smoothed": 1448.429, - "total_deaths": 1123.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 6100.902, - "new_cases_per_million": 137.538, - "new_cases_smoothed_per_million": 133.522, - "total_deaths_per_million": 103.522, - "new_deaths_per_million": 2.028, - "new_deaths_smoothed_per_million": 1.554, - "new_tests_smoothed": 3997.0, - "new_tests_smoothed_per_thousand": 0.368, - "tests_per_case": 2.76, - "positive_rate": 0.36200000000000004, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-07-31", - "total_cases": 67915.0, - "new_cases": 1733.0, - "new_cases_smoothed": 1471.429, - "total_deaths": 1146.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 20.0, - "total_cases_per_million": 6260.656, - "new_cases_per_million": 159.754, - "new_cases_smoothed_per_million": 135.642, - "total_deaths_per_million": 105.643, - "new_deaths_per_million": 2.12, - "new_deaths_smoothed_per_million": 1.844, - "new_tests_smoothed": 3921.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 2.665, - "positive_rate": 0.375, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-01", - "total_cases": 69649.0, - "new_cases": 1734.0, - "new_cases_smoothed": 1510.286, - "total_deaths": 1160.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 6420.503, - "new_cases_per_million": 159.847, - "new_cases_smoothed_per_million": 139.224, - "total_deaths_per_million": 106.933, - "new_deaths_per_million": 1.291, - "new_deaths_smoothed_per_million": 1.633, - "total_tests": 266844.0, - "total_tests_per_thousand": 24.599, - "new_tests_smoothed": 3724.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_per_case": 2.4659999999999997, - "positive_rate": 0.406, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-02", - "total_cases": 71415.0, - "new_cases": 1766.0, - "new_cases_smoothed": 1502.714, - "total_deaths": 1170.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 6583.299, - "new_cases_per_million": 162.796, - "new_cases_smoothed_per_million": 138.526, - "total_deaths_per_million": 107.855, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 1.514, - "new_tests": 1685.0, - "total_tests": 268529.0, - "total_tests_per_thousand": 24.754, - "new_tests_per_thousand": 0.155, - "new_tests_smoothed": 3412.0, - "new_tests_smoothed_per_thousand": 0.315, - "tests_per_case": 2.271, - "positive_rate": 0.44, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-03", - "total_cases": 72243.0, - "new_cases": 828.0, - "new_cases_smoothed": 1333.571, - "total_deaths": 1178.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 6659.628, - "new_cases_per_million": 76.328, - "new_cases_smoothed_per_million": 122.934, - "total_deaths_per_million": 108.592, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.514, - "new_tests": 5172.0, - "total_tests": 273701.0, - "total_tests_per_thousand": 25.231, - "new_tests_per_thousand": 0.477, - "new_tests_smoothed": 3821.0, - "new_tests_smoothed_per_thousand": 0.352, - "tests_per_case": 2.865, - "positive_rate": 0.349, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-04", - "total_cases": 73117.0, - "new_cases": 874.0, - "new_cases_smoothed": 1280.143, - "total_deaths": 1183.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 6740.196, - "new_cases_per_million": 80.569, - "new_cases_smoothed_per_million": 118.008, - "total_deaths_per_million": 109.053, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 1.317, - "new_tests": 4734.0, - "total_tests": 278435.0, - "total_tests_per_thousand": 25.667, - "new_tests_per_thousand": 0.436, - "new_tests_smoothed": 4002.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 3.1260000000000003, - "positive_rate": 0.32, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-05", - "total_cases": 74295.0, - "new_cases": 1178.0, - "new_cases_smoothed": 1372.143, - "total_deaths": 1213.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 6848.788, - "new_cases_per_million": 108.592, - "new_cases_smoothed_per_million": 126.489, - "total_deaths_per_million": 111.819, - "new_deaths_per_million": 2.766, - "new_deaths_smoothed_per_million": 1.475, - "new_tests": 3491.0, - "total_tests": 281926.0, - "total_tests_per_thousand": 25.989, - "new_tests_per_thousand": 0.322, - "new_tests_smoothed": 3914.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 2.852, - "positive_rate": 0.35100000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-06", - "total_cases": 75660.0, - "new_cases": 1365.0, - "new_cases_smoothed": 1354.0, - "total_deaths": 1222.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 6974.619, - "new_cases_per_million": 125.831, - "new_cases_smoothed_per_million": 124.817, - "total_deaths_per_million": 112.648, - "new_deaths_per_million": 0.83, - "new_deaths_smoothed_per_million": 1.304, - "new_tests": 4202.0, - "total_tests": 286128.0, - "total_tests_per_thousand": 26.376, - "new_tests_per_thousand": 0.387, - "new_tests_smoothed": 3928.0, - "new_tests_smoothed_per_thousand": 0.362, - "tests_per_case": 2.9010000000000002, - "positive_rate": 0.345, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-07", - "total_cases": 76536.0, - "new_cases": 876.0, - "new_cases_smoothed": 1231.571, - "total_deaths": 1246.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 14.286, - "total_cases_per_million": 7055.372, - "new_cases_per_million": 80.753, - "new_cases_smoothed_per_million": 113.531, - "total_deaths_per_million": 114.861, - "new_deaths_per_million": 2.212, - "new_deaths_smoothed_per_million": 1.317, - "new_tests": 4139.0, - "total_tests": 290267.0, - "total_tests_per_thousand": 26.758, - "new_tests_per_thousand": 0.382, - "new_tests_smoothed": 3933.0, - "new_tests_smoothed_per_thousand": 0.363, - "tests_per_case": 3.193, - "positive_rate": 0.313, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-08", - "total_cases": 77709.0, - "new_cases": 1173.0, - "new_cases_smoothed": 1151.429, - "total_deaths": 1259.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 7163.504, - "new_cases_per_million": 108.131, - "new_cases_smoothed_per_million": 106.143, - "total_deaths_per_million": 116.059, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 1.304, - "new_tests": 3772.0, - "total_tests": 294039.0, - "total_tests_per_thousand": 27.106, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 3885.0, - "new_tests_smoothed_per_thousand": 0.358, - "tests_per_case": 3.3739999999999997, - "positive_rate": 0.29600000000000004, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-09", - "total_cases": 78778.0, - "new_cases": 1069.0, - "new_cases_smoothed": 1051.857, - "total_deaths": 1289.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 7262.048, - "new_cases_per_million": 98.544, - "new_cases_smoothed_per_million": 96.964, - "total_deaths_per_million": 118.825, - "new_deaths_per_million": 2.766, - "new_deaths_smoothed_per_million": 1.567, - "new_tests": 3453.0, - "total_tests": 297492.0, - "total_tests_per_thousand": 27.424, - "new_tests_per_thousand": 0.318, - "new_tests_smoothed": 4138.0, - "new_tests_smoothed_per_thousand": 0.381, - "tests_per_case": 3.9339999999999997, - "positive_rate": 0.254, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-10", - "total_cases": 79732.0, - "new_cases": 954.0, - "new_cases_smoothed": 1069.857, - "total_deaths": 1309.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 7349.991, - "new_cases_per_million": 87.943, - "new_cases_smoothed_per_million": 98.623, - "total_deaths_per_million": 120.668, - "new_deaths_per_million": 1.844, - "new_deaths_smoothed_per_million": 1.725, - "new_tests": 2642.0, - "total_tests": 300134.0, - "total_tests_per_thousand": 27.667, - "new_tests_per_thousand": 0.244, - "new_tests_smoothed": 3776.0, - "new_tests_smoothed_per_thousand": 0.348, - "tests_per_case": 3.529, - "positive_rate": 0.28300000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-11", - "total_cases": 80499.0, - "new_cases": 767.0, - "new_cases_smoothed": 1054.571, - "total_deaths": 1328.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 20.714, - "total_cases_per_million": 7420.696, - "new_cases_per_million": 70.705, - "new_cases_smoothed_per_million": 97.214, - "total_deaths_per_million": 122.42, - "new_deaths_per_million": 1.751, - "new_deaths_smoothed_per_million": 1.91, - "new_tests": 4367.0, - "total_tests": 304501.0, - "total_tests_per_thousand": 28.07, - "new_tests_per_thousand": 0.403, - "new_tests_smoothed": 3724.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_per_case": 3.531, - "positive_rate": 0.28300000000000003, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-12", - "total_cases": 81094.0, - "new_cases": 595.0, - "new_cases_smoothed": 971.286, - "total_deaths": 1346.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 19.0, - "total_cases_per_million": 7475.546, - "new_cases_per_million": 54.849, - "new_cases_smoothed_per_million": 89.537, - "total_deaths_per_million": 124.079, - "new_deaths_per_million": 1.659, - "new_deaths_smoothed_per_million": 1.751, - "new_tests": 3686.0, - "total_tests": 308187.0, - "total_tests_per_thousand": 28.41, - "new_tests_per_thousand": 0.34, - "new_tests_smoothed": 3752.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_per_case": 3.863, - "positive_rate": 0.259, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-13", - "total_cases": 82224.0, - "new_cases": 1130.0, - "new_cases_smoothed": 937.714, - "total_deaths": 1371.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 7579.713, - "new_cases_per_million": 104.168, - "new_cases_smoothed_per_million": 86.442, - "total_deaths_per_million": 126.384, - "new_deaths_per_million": 2.305, - "new_deaths_smoothed_per_million": 1.962, - "new_tests": 5104.0, - "total_tests": 313291.0, - "total_tests_per_thousand": 28.88, - "new_tests_per_thousand": 0.471, - "new_tests_smoothed": 3880.0, - "new_tests_smoothed_per_thousand": 0.358, - "tests_per_case": 4.138, - "positive_rate": 0.242, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-14", - "total_cases": 83134.0, - "new_cases": 910.0, - "new_cases_smoothed": 942.571, - "total_deaths": 1393.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 21.0, - "total_cases_per_million": 7663.6, - "new_cases_per_million": 83.887, - "new_cases_smoothed_per_million": 86.89, - "total_deaths_per_million": 128.412, - "new_deaths_per_million": 2.028, - "new_deaths_smoothed_per_million": 1.936, - "new_tests": 4352.0, - "total_tests": 317643.0, - "total_tests_per_thousand": 29.282, - "new_tests_per_thousand": 0.401, - "new_tests_smoothed": 3911.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 4.149, - "positive_rate": 0.24100000000000002, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-15", - "total_cases": 84488.0, - "new_cases": 1354.0, - "new_cases_smoothed": 968.429, - "total_deaths": 1409.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 7788.417, - "new_cases_per_million": 124.817, - "new_cases_smoothed_per_million": 89.273, - "total_deaths_per_million": 129.887, - "new_deaths_per_million": 1.475, - "new_deaths_smoothed_per_million": 1.975, - "new_tests": 4413.0, - "total_tests": 322056.0, - "total_tests_per_thousand": 29.688, - "new_tests_per_thousand": 0.407, - "new_tests_smoothed": 4002.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 4.132, - "positive_rate": 0.242, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-16", - "total_cases": 85545.0, - "new_cases": 1057.0, - "new_cases_smoothed": 966.714, - "total_deaths": 1438.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 7885.855, - "new_cases_per_million": 97.438, - "new_cases_smoothed_per_million": 89.115, - "total_deaths_per_million": 132.56, - "new_deaths_per_million": 2.673, - "new_deaths_smoothed_per_million": 1.962, - "new_tests": 2407.0, - "total_tests": 324463.0, - "total_tests_per_thousand": 29.91, - "new_tests_per_thousand": 0.222, - "new_tests_smoothed": 3853.0, - "new_tests_smoothed_per_thousand": 0.355, - "tests_per_case": 3.986, - "positive_rate": 0.251, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-17", - "total_cases": 86309.0, - "new_cases": 764.0, - "new_cases_smoothed": 939.571, - "total_deaths": 1453.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 20.571, - "total_cases_per_million": 7956.284, - "new_cases_per_million": 70.428, - "new_cases_smoothed_per_million": 86.613, - "total_deaths_per_million": 133.943, - "new_deaths_per_million": 1.383, - "new_deaths_smoothed_per_million": 1.896, - "new_tests": 2181.0, - "total_tests": 326644.0, - "total_tests_per_thousand": 30.111, - "new_tests_per_thousand": 0.201, - "new_tests_smoothed": 3787.0, - "new_tests_smoothed_per_thousand": 0.349, - "tests_per_case": 4.031000000000001, - "positive_rate": 0.248, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-18", - "total_cases": 86737.0, - "new_cases": 428.0, - "new_cases_smoothed": 891.143, - "total_deaths": 1481.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 7995.738, - "new_cases_per_million": 39.455, - "new_cases_smoothed_per_million": 82.149, - "total_deaths_per_million": 136.524, - "new_deaths_per_million": 2.581, - "new_deaths_smoothed_per_million": 2.015, - "new_tests": 4516.0, - "total_tests": 331160.0, - "total_tests_per_thousand": 30.528, - "new_tests_per_thousand": 0.416, - "new_tests_smoothed": 3808.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 4.273, - "positive_rate": 0.23399999999999999, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-19", - "total_cases": 87123.0, - "new_cases": 386.0, - "new_cases_smoothed": 861.286, - "total_deaths": 1489.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 20.429, - "total_cases_per_million": 8031.321, - "new_cases_per_million": 35.583, - "new_cases_smoothed_per_million": 79.397, - "total_deaths_per_million": 137.262, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.883, - "new_tests": 4318.0, - "total_tests": 335478.0, - "total_tests_per_thousand": 30.926, - "new_tests_per_thousand": 0.398, - "new_tests_smoothed": 3899.0, - "new_tests_smoothed_per_thousand": 0.359, - "tests_per_case": 4.527, - "positive_rate": 0.221, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-20", - "total_cases": 88127.0, - "new_cases": 1004.0, - "new_cases_smoothed": 843.286, - "total_deaths": 1501.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 18.571, - "total_cases_per_million": 8123.874, - "new_cases_per_million": 92.552, - "new_cases_smoothed_per_million": 77.737, - "total_deaths_per_million": 138.368, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.712, - "new_tests": 4382.0, - "total_tests": 339860.0, - "total_tests_per_thousand": 31.33, - "new_tests_per_thousand": 0.404, - "new_tests_smoothed": 3796.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 4.501, - "positive_rate": 0.222, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-21", - "total_cases": 89010.0, - "new_cases": 883.0, - "new_cases_smoothed": 839.429, - "total_deaths": 1505.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 8205.272, - "new_cases_per_million": 81.398, - "new_cases_smoothed_per_million": 77.382, - "total_deaths_per_million": 138.736, - "new_deaths_per_million": 0.369, - "new_deaths_smoothed_per_million": 1.475, - "new_tests": 3936.0, - "total_tests": 343796.0, - "total_tests_per_thousand": 31.692, - "new_tests_per_thousand": 0.363, - "new_tests_smoothed": 3736.0, - "new_tests_smoothed_per_thousand": 0.344, - "tests_per_case": 4.4510000000000005, - "positive_rate": 0.225, - "tests_units": "samples tested", - "stringency_index": 78.7 - }, - { - "date": "2020-08-22", - "total_cases": 89867.0, - "new_cases": 857.0, - "new_cases_smoothed": 768.429, - "total_deaths": 1533.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 8284.273, - "new_cases_per_million": 79.001, - "new_cases_smoothed_per_million": 70.837, - "total_deaths_per_million": 141.318, - "new_deaths_per_million": 2.581, - "new_deaths_smoothed_per_million": 1.633, - "new_tests": 3467.0, - "total_tests": 347263.0, - "total_tests_per_thousand": 32.012, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 3601.0, - "new_tests_smoothed_per_thousand": 0.332, - "tests_per_case": 4.686, - "positive_rate": 0.213, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-23", - "total_cases": 90561.0, - "new_cases": 694.0, - "new_cases_smoothed": 716.571, - "total_deaths": 1554.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 8348.249, - "new_cases_per_million": 63.975, - "new_cases_smoothed_per_million": 66.056, - "total_deaths_per_million": 143.253, - "new_deaths_per_million": 1.936, - "new_deaths_smoothed_per_million": 1.528, - "new_tests": 2770.0, - "total_tests": 350033.0, - "total_tests_per_thousand": 32.267, - "new_tests_per_thousand": 0.255, - "new_tests_smoothed": 3653.0, - "new_tests_smoothed_per_thousand": 0.337, - "tests_per_case": 5.098, - "positive_rate": 0.196, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-24", - "total_cases": 91161.0, - "new_cases": 600.0, - "new_cases_smoothed": 693.143, - "total_deaths": 1567.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 8403.559, - "new_cases_per_million": 55.31, - "new_cases_smoothed_per_million": 63.896, - "total_deaths_per_million": 144.452, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 1.501, - "new_tests": 3221.0, - "total_tests": 353254.0, - "total_tests_per_thousand": 32.564, - "new_tests_per_thousand": 0.297, - "new_tests_smoothed": 3801.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 5.484, - "positive_rate": 0.182, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-25", - "total_cases": 91608.0, - "new_cases": 447.0, - "new_cases_smoothed": 695.857, - "total_deaths": 1573.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 8444.765, - "new_cases_per_million": 41.206, - "new_cases_smoothed_per_million": 64.147, - "total_deaths_per_million": 145.005, - "new_deaths_per_million": 0.553, - "new_deaths_smoothed_per_million": 1.212, - "new_tests": 2585.0, - "total_tests": 355839.0, - "total_tests_per_thousand": 32.803, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 3526.0, - "new_tests_smoothed_per_thousand": 0.325, - "tests_per_case": 5.067, - "positive_rate": 0.19699999999999998, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-26", - "total_cases": 92217.0, - "new_cases": 609.0, - "new_cases_smoothed": 727.714, - "total_deaths": 1585.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 8500.905, - "new_cases_per_million": 56.14, - "new_cases_smoothed_per_million": 67.083, - "total_deaths_per_million": 146.111, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.264, - "new_tests": 2694.0, - "total_tests": 358533.0, - "total_tests_per_thousand": 33.051, - "new_tests_per_thousand": 0.248, - "new_tests_smoothed": 3294.0, - "new_tests_smoothed_per_thousand": 0.304, - "tests_per_case": 4.527, - "positive_rate": 0.221, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-27", - "total_cases": 92557.0, - "new_cases": 340.0, - "new_cases_smoothed": 632.857, - "total_deaths": 1613.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 8532.247, - "new_cases_per_million": 31.342, - "new_cases_smoothed_per_million": 58.339, - "total_deaths_per_million": 148.692, - "new_deaths_per_million": 2.581, - "new_deaths_smoothed_per_million": 1.475, - "new_tests": 2466.0, - "total_tests": 360999.0, - "total_tests_per_thousand": 33.278, - "new_tests_per_thousand": 0.227, - "new_tests_smoothed": 3020.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_per_case": 4.772, - "positive_rate": 0.21, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-28", - "total_cases": 92964.0, - "new_cases": 407.0, - "new_cases_smoothed": 564.857, - "total_deaths": 1630.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 8569.766, - "new_cases_per_million": 37.519, - "new_cases_smoothed_per_million": 52.071, - "total_deaths_per_million": 150.259, - "new_deaths_per_million": 1.567, - "new_deaths_smoothed_per_million": 1.646, - "new_tests": 2808.0, - "total_tests": 363807.0, - "total_tests_per_thousand": 33.537, - "new_tests_per_thousand": 0.259, - "new_tests_smoothed": 2859.0, - "new_tests_smoothed_per_thousand": 0.264, - "tests_per_case": 5.061, - "positive_rate": 0.198, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-29", - "total_cases": 93390.0, - "new_cases": 426.0, - "new_cases_smoothed": 503.286, - "total_deaths": 1648.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 8609.036, - "new_cases_per_million": 39.27, - "new_cases_smoothed_per_million": 46.395, - "total_deaths_per_million": 151.919, - "new_deaths_per_million": 1.659, - "new_deaths_smoothed_per_million": 1.514, - "new_tests": 3339.0, - "total_tests": 367146.0, - "total_tests_per_thousand": 33.845, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 2840.0, - "new_tests_smoothed_per_thousand": 0.262, - "tests_per_case": 5.643, - "positive_rate": 0.177, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-30", - "total_cases": 93732.0, - "new_cases": 342.0, - "new_cases_smoothed": 453.0, - "total_deaths": 1673.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 8640.563, - "new_cases_per_million": 31.527, - "new_cases_smoothed_per_million": 41.759, - "total_deaths_per_million": 154.223, - "new_deaths_per_million": 2.305, - "new_deaths_smoothed_per_million": 1.567, - "new_tests": 3729.0, - "total_tests": 370875.0, - "total_tests_per_thousand": 34.189, - "new_tests_per_thousand": 0.344, - "new_tests_smoothed": 2977.0, - "new_tests_smoothed_per_thousand": 0.274, - "tests_per_case": 6.572, - "positive_rate": 0.152, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-08-31", - "total_cases": 94241.0, - "new_cases": 509.0, - "new_cases_smoothed": 440.0, - "total_deaths": 1681.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 8687.485, - "new_cases_per_million": 46.922, - "new_cases_smoothed_per_million": 40.561, - "total_deaths_per_million": 154.961, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.501, - "new_tests": 2126.0, - "total_tests": 373001.0, - "total_tests_per_thousand": 34.385, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 2821.0, - "new_tests_smoothed_per_thousand": 0.26, - "tests_per_case": 6.4110000000000005, - "positive_rate": 0.156, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-01", - "total_cases": 94715.0, - "new_cases": 474.0, - "new_cases_smoothed": 443.857, - "total_deaths": 1710.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 8731.18, - "new_cases_per_million": 43.695, - "new_cases_smoothed_per_million": 40.916, - "total_deaths_per_million": 157.634, - "new_deaths_per_million": 2.673, - "new_deaths_smoothed_per_million": 1.804, - "new_tests": 3120.0, - "total_tests": 376121.0, - "total_tests_per_thousand": 34.672, - "new_tests_per_thousand": 0.288, - "new_tests_smoothed": 2897.0, - "new_tests_smoothed_per_thousand": 0.267, - "tests_per_case": 6.527, - "positive_rate": 0.153, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-02", - "total_cases": 94979.0, - "new_cases": 264.0, - "new_cases_smoothed": 394.571, - "total_deaths": 1738.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 8755.516, - "new_cases_per_million": 24.336, - "new_cases_smoothed_per_million": 36.373, - "total_deaths_per_million": 160.215, - "new_deaths_per_million": 2.581, - "new_deaths_smoothed_per_million": 2.015, - "new_tests": 3808.0, - "total_tests": 379929.0, - "total_tests_per_thousand": 35.023, - "new_tests_per_thousand": 0.351, - "new_tests_smoothed": 3057.0, - "new_tests_smoothed_per_thousand": 0.282, - "tests_per_case": 7.747999999999999, - "positive_rate": 0.129, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-03", - "total_cases": 95627.0, - "new_cases": 648.0, - "new_cases_smoothed": 438.571, - "total_deaths": 1765.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 8815.251, - "new_cases_per_million": 59.735, - "new_cases_smoothed_per_million": 40.429, - "total_deaths_per_million": 162.704, - "new_deaths_per_million": 2.489, - "new_deaths_smoothed_per_million": 2.002, - "new_tests": 6192.0, - "total_tests": 386121.0, - "total_tests_per_thousand": 35.594, - "new_tests_per_thousand": 0.571, - "new_tests_smoothed": 3589.0, - "new_tests_smoothed_per_thousand": 0.331, - "tests_per_case": 8.183, - "positive_rate": 0.122, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-04", - "total_cases": 96629.0, - "new_cases": 1002.0, - "new_cases_smoothed": 523.571, - "total_deaths": 1801.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 8907.619, - "new_cases_per_million": 92.368, - "new_cases_smoothed_per_million": 48.265, - "total_deaths_per_million": 166.023, - "new_deaths_per_million": 3.319, - "new_deaths_smoothed_per_million": 2.252, - "new_tests": 5069.0, - "total_tests": 391190.0, - "total_tests_per_thousand": 36.061, - "new_tests_per_thousand": 0.467, - "new_tests_smoothed": 3912.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 7.472, - "positive_rate": 0.134, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-05", - "total_cases": 96629.0, - "new_cases": 0.0, - "new_cases_smoothed": 462.714, - "total_deaths": 1801.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 8907.619, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.655, - "total_deaths_per_million": 166.023, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.015, - "new_tests": 3601.0, - "total_tests": 394791.0, - "total_tests_per_thousand": 36.393, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 3949.0, - "new_tests_smoothed_per_thousand": 0.364, - "tests_per_case": 8.533999999999999, - "positive_rate": 0.11699999999999999, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-06", - "total_cases": 98776.0, - "new_cases": 2147.0, - "new_cases_smoothed": 720.571, - "total_deaths": 1840.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 23.857, - "total_cases_per_million": 9105.538, - "new_cases_per_million": 197.918, - "new_cases_smoothed_per_million": 66.425, - "total_deaths_per_million": 169.618, - "new_deaths_per_million": 3.595, - "new_deaths_smoothed_per_million": 2.199, - "new_tests": 2854.0, - "total_tests": 397645.0, - "total_tests_per_thousand": 36.656, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 3824.0, - "new_tests_smoothed_per_thousand": 0.353, - "tests_per_case": 5.307, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-07", - "total_cases": 99333.0, - "new_cases": 557.0, - "new_cases_smoothed": 727.429, - "total_deaths": 1845.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 23.429, - "total_cases_per_million": 9156.884, - "new_cases_per_million": 51.346, - "new_cases_smoothed_per_million": 67.057, - "total_deaths_per_million": 170.079, - "new_deaths_per_million": 0.461, - "new_deaths_smoothed_per_million": 2.16, - "new_tests": 2493.0, - "total_tests": 400138.0, - "total_tests_per_thousand": 36.886, - "new_tests_per_thousand": 0.23, - "new_tests_smoothed": 3877.0, - "new_tests_smoothed_per_thousand": 0.357, - "tests_per_case": 5.33, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-08", - "total_cases": 99898.0, - "new_cases": 565.0, - "new_cases_smoothed": 740.429, - "total_deaths": 1864.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 22.0, - "total_cases_per_million": 9208.968, - "new_cases_per_million": 52.084, - "new_cases_smoothed_per_million": 68.255, - "total_deaths_per_million": 171.83, - "new_deaths_per_million": 1.751, - "new_deaths_smoothed_per_million": 2.028, - "new_tests": 3617.0, - "total_tests": 403755.0, - "total_tests_per_thousand": 37.22, - "new_tests_per_thousand": 0.333, - "new_tests_smoothed": 3948.0, - "new_tests_smoothed_per_thousand": 0.364, - "tests_per_case": 5.332000000000001, - "positive_rate": 0.188, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-09", - "total_cases": 100131.0, - "new_cases": 233.0, - "new_cases_smoothed": 736.0, - "total_deaths": 1889.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 9230.447, - "new_cases_per_million": 21.479, - "new_cases_smoothed_per_million": 67.847, - "total_deaths_per_million": 174.135, - "new_deaths_per_million": 2.305, - "new_deaths_smoothed_per_million": 1.989, - "new_tests": 4259.0, - "total_tests": 408014.0, - "total_tests_per_thousand": 37.612, - "new_tests_per_thousand": 0.393, - "new_tests_smoothed": 4012.0, - "new_tests_smoothed_per_thousand": 0.37, - "tests_per_case": 5.4510000000000005, - "positive_rate": 0.183, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-10", - "total_cases": 100937.0, - "new_cases": 806.0, - "new_cases_smoothed": 758.571, - "total_deaths": 1914.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 9304.747, - "new_cases_per_million": 74.3, - "new_cases_smoothed_per_million": 69.928, - "total_deaths_per_million": 176.44, - "new_deaths_per_million": 2.305, - "new_deaths_smoothed_per_million": 1.962, - "new_tests": 3650.0, - "total_tests": 411664.0, - "total_tests_per_thousand": 37.949, - "new_tests_per_thousand": 0.336, - "new_tests_smoothed": 3649.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_per_case": 4.81, - "positive_rate": 0.20800000000000002, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-11", - "total_cases": 101716.0, - "new_cases": 779.0, - "new_cases_smoothed": 726.714, - "total_deaths": 1926.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 9376.558, - "new_cases_per_million": 71.811, - "new_cases_smoothed_per_million": 66.991, - "total_deaths_per_million": 177.546, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.646, - "new_tests_smoothed": 3472.0, - "new_tests_smoothed_per_thousand": 0.32, - "tests_per_case": 4.7780000000000005, - "positive_rate": 0.209, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-12", - "total_cases": 102232.0, - "new_cases": 516.0, - "new_cases_smoothed": 800.429, - "total_deaths": 1941.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 20.0, - "total_cases_per_million": 9424.125, - "new_cases_per_million": 47.567, - "new_cases_smoothed_per_million": 73.786, - "total_deaths_per_million": 178.929, - "new_deaths_per_million": 1.383, - "new_deaths_smoothed_per_million": 1.844, - "total_tests": 419327.0, - "total_tests_per_thousand": 38.655, - "new_tests_smoothed": 3505.0, - "new_tests_smoothed_per_thousand": 0.323, - "tests_per_case": 4.379, - "positive_rate": 0.228, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-13", - "total_cases": 103092.0, - "new_cases": 860.0, - "new_cases_smoothed": 616.571, - "total_deaths": 1953.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 9503.403, - "new_cases_per_million": 79.278, - "new_cases_smoothed_per_million": 56.838, - "total_deaths_per_million": 180.035, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.488, - "new_tests": 2743.0, - "total_tests": 422070.0, - "total_tests_per_thousand": 38.908, - "new_tests_per_thousand": 0.253, - "new_tests_smoothed": 3489.0, - "new_tests_smoothed_per_thousand": 0.322, - "tests_per_case": 5.659, - "positive_rate": 0.177, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-14", - "total_cases": 103660.0, - "new_cases": 568.0, - "new_cases_smoothed": 618.143, - "total_deaths": 1968.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 9555.763, - "new_cases_per_million": 52.36, - "new_cases_smoothed_per_million": 56.983, - "total_deaths_per_million": 181.418, - "new_deaths_per_million": 1.383, - "new_deaths_smoothed_per_million": 1.62, - "new_tests": 3432.0, - "total_tests": 425502.0, - "total_tests_per_thousand": 39.224, - "new_tests_per_thousand": 0.316, - "new_tests_smoothed": 3623.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 5.861000000000001, - "positive_rate": 0.171, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-15", - "total_cases": 104110.0, - "new_cases": 450.0, - "new_cases_smoothed": 601.714, - "total_deaths": 1984.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 9597.246, - "new_cases_per_million": 41.483, - "new_cases_smoothed_per_million": 55.468, - "total_deaths_per_million": 182.892, - "new_deaths_per_million": 1.475, - "new_deaths_smoothed_per_million": 1.58, - "new_tests": 3921.0, - "total_tests": 429423.0, - "total_tests_per_thousand": 39.586, - "new_tests_per_thousand": 0.361, - "new_tests_smoothed": 3667.0, - "new_tests_smoothed_per_thousand": 0.338, - "tests_per_case": 6.093999999999999, - "positive_rate": 0.16399999999999998, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-16", - "total_cases": 104803.0, - "new_cases": 693.0, - "new_cases_smoothed": 667.429, - "total_deaths": 1998.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 9661.129, - "new_cases_per_million": 63.883, - "new_cases_smoothed_per_million": 61.526, - "total_deaths_per_million": 184.183, - "new_deaths_per_million": 1.291, - "new_deaths_smoothed_per_million": 1.435, - "new_tests": 4425.0, - "total_tests": 433848.0, - "total_tests_per_thousand": 39.994, - "new_tests_per_thousand": 0.408, - "new_tests_smoothed": 3691.0, - "new_tests_smoothed_per_thousand": 0.34, - "tests_per_case": 5.53, - "positive_rate": 0.18100000000000002, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-17", - "total_cases": 105521.0, - "new_cases": 718.0, - "new_cases_smoothed": 654.857, - "total_deaths": 2009.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 9727.317, - "new_cases_per_million": 66.188, - "new_cases_smoothed_per_million": 60.367, - "total_deaths_per_million": 185.197, - "new_deaths_per_million": 1.014, - "new_deaths_smoothed_per_million": 1.251, - "new_tests": 3469.0, - "total_tests": 437317.0, - "total_tests_per_thousand": 40.314, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 3665.0, - "new_tests_smoothed_per_thousand": 0.338, - "tests_per_case": 5.597, - "positive_rate": 0.179, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-18", - "total_cases": 106136.0, - "new_cases": 615.0, - "new_cases_smoothed": 631.429, - "total_deaths": 2022.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 9784.01, - "new_cases_per_million": 56.693, - "new_cases_smoothed_per_million": 58.207, - "total_deaths_per_million": 186.395, - "new_deaths_per_million": 1.198, - "new_deaths_smoothed_per_million": 1.264, - "new_tests": 5037.0, - "total_tests": 442354.0, - "total_tests_per_thousand": 40.778, - "new_tests_per_thousand": 0.464, - "new_tests_smoothed": 3837.0, - "new_tests_smoothed_per_thousand": 0.354, - "tests_per_case": 6.077000000000001, - "positive_rate": 0.165, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-19", - "total_cases": 106732.0, - "new_cases": 596.0, - "new_cases_smoothed": 642.857, - "total_deaths": 2034.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 9838.951, - "new_cases_per_million": 54.941, - "new_cases_smoothed_per_million": 59.261, - "total_deaths_per_million": 187.502, - "new_deaths_per_million": 1.106, - "new_deaths_smoothed_per_million": 1.225, - "new_tests": 3885.0, - "total_tests": 446239.0, - "total_tests_per_thousand": 41.136, - "new_tests_per_thousand": 0.358, - "new_tests_smoothed": 3845.0, - "new_tests_smoothed_per_thousand": 0.354, - "tests_per_case": 5.981, - "positive_rate": 0.16699999999999998, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-20", - "total_cases": 107700.0, - "new_cases": 968.0, - "new_cases_smoothed": 658.286, - "total_deaths": 2044.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 9928.185, - "new_cases_per_million": 89.234, - "new_cases_smoothed_per_million": 60.683, - "total_deaths_per_million": 188.423, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 1.198, - "new_tests": 3350.0, - "total_tests": 449589.0, - "total_tests_per_thousand": 41.445, - "new_tests_per_thousand": 0.309, - "new_tests_smoothed": 3931.0, - "new_tests_smoothed_per_thousand": 0.362, - "tests_per_case": 5.972, - "positive_rate": 0.16699999999999998, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-21", - "total_cases": 108289.0, - "new_cases": 589.0, - "new_cases_smoothed": 661.286, - "total_deaths": 2047.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 9982.481, - "new_cases_per_million": 54.296, - "new_cases_smoothed_per_million": 60.96, - "total_deaths_per_million": 188.7, - "new_deaths_per_million": 0.277, - "new_deaths_smoothed_per_million": 1.04, - "new_tests": 2599.0, - "total_tests": 452188.0, - "total_tests_per_thousand": 41.684, - "new_tests_per_thousand": 0.24, - "new_tests_smoothed": 3812.0, - "new_tests_smoothed_per_thousand": 0.351, - "tests_per_case": 5.765, - "positive_rate": 0.17300000000000001, - "tests_units": "samples tested", - "stringency_index": 75.93 - }, - { - "date": "2020-09-22", - "total_cases": 108783.0, - "new_cases": 494.0, - "new_cases_smoothed": 667.571, - "total_deaths": 2054.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 10028.02, - "new_cases_per_million": 45.539, - "new_cases_smoothed_per_million": 61.539, - "total_deaths_per_million": 189.345, - "new_deaths_per_million": 0.645, - "new_deaths_smoothed_per_million": 0.922, - "stringency_index": 75.93 - }, - { - "date": "2020-09-23", - "total_cases": 109269.0, - "new_cases": 486.0, - "new_cases_smoothed": 638.0, - "total_deaths": 2064.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 10072.821, - "new_cases_per_million": 44.801, - "new_cases_smoothed_per_million": 58.813, - "total_deaths_per_million": 190.267, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.869, - "stringency_index": 75.93 - }, - { - "date": "2020-09-24", - "total_cases": 109737.0, - "new_cases": 468.0, - "new_cases_smoothed": 602.286, - "total_deaths": 2074.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 10115.963, - "new_cases_per_million": 43.142, - "new_cases_smoothed_per_million": 55.521, - "total_deaths_per_million": 191.189, - "new_deaths_per_million": 0.922, - "new_deaths_smoothed_per_million": 0.856, - "stringency_index": 75.93 - }, - { - "date": "2020-09-25", - "total_cases": 110122.0, - "new_cases": 385.0, - "new_cases_smoothed": 569.429, - "total_deaths": 2076.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 10151.454, - "new_cases_per_million": 35.491, - "new_cases_smoothed_per_million": 52.492, - "total_deaths_per_million": 191.373, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.711 - } - ] - }, - "DZA": { - "continent": "Africa", - "location": "Algeria", - "population": 43851043.0, - "population_density": 17.348, - "median_age": 29.1, - "aged_65_older": 6.211, - "aged_70_older": 3.857, - "gdp_per_capita": 13913.839, - "extreme_poverty": 0.5, - "cardiovasc_death_rate": 278.364, - "diabetes_prevalence": 6.73, - "female_smokers": 0.7, - "male_smokers": 30.4, - "handwashing_facilities": 83.741, - "hospital_beds_per_thousand": 1.9, - "life_expectancy": 76.88, - "human_development_index": 0.754, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.023, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.023, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.068, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.068, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-04", - "total_cases": 5.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.114, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-05", - "total_cases": 12.0, - "new_cases": 7.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.274, - "new_cases_per_million": 0.16, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-06", - "total_cases": 17.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.388, - "new_cases_per_million": 0.114, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 2.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.052, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 2.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-09", - "total_cases": 20.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.456, - "new_cases_per_million": 0.068, - "new_cases_smoothed_per_million": 0.055, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 2.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.055, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-11", - "new_cases_smoothed": 2.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-03-12", - "total_cases": 20.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.456, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-13", - "total_cases": 25.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.143, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.57, - "new_cases_per_million": 0.114, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.023, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 30.56 - }, - { - "date": "2020-03-14", - "total_cases": 26.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.593, - "new_cases_per_million": 0.023, - "new_cases_smoothed_per_million": 0.029, - "total_deaths_per_million": 0.046, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-03-15", - "total_cases": 37.0, - "new_cases": 11.0, - "new_cases_smoothed": 2.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.844, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.046, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 36.11 - }, - { - "date": "2020-03-16", - "total_cases": 48.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.0, - "total_deaths": 4.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1.095, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.091, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 36.11 - }, - { - "date": "2020-03-17", - "total_cases": 58.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1.323, - "new_cases_per_million": 0.228, - "new_cases_smoothed_per_million": 0.124, - "total_deaths_per_million": 0.091, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.013, - "stringency_index": 38.89 - }, - { - "date": "2020-03-18", - "total_cases": 60.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1.368, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.13, - "total_deaths_per_million": 0.114, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 38.89 - }, - { - "date": "2020-03-19", - "total_cases": 72.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.429, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1.642, - "new_cases_per_million": 0.274, - "new_cases_smoothed_per_million": 0.169, - "total_deaths_per_million": 0.137, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.02, - "stringency_index": 38.89 - }, - { - "date": "2020-03-20", - "total_cases": 90.0, - "new_cases": 18.0, - "new_cases_smoothed": 9.286, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2.052, - "new_cases_per_million": 0.41, - "new_cases_smoothed_per_million": 0.212, - "total_deaths_per_million": 0.16, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.02, - "stringency_index": 38.89 - }, - { - "date": "2020-03-21", - "total_cases": 102.0, - "new_cases": 12.0, - "new_cases_smoothed": 10.857, - "total_deaths": 10.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2.326, - "new_cases_per_million": 0.274, - "new_cases_smoothed_per_million": 0.248, - "total_deaths_per_million": 0.228, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.026, - "stringency_index": 38.89 - }, - { - "date": "2020-03-22", - "total_cases": 139.0, - "new_cases": 37.0, - "new_cases_smoothed": 14.571, - "total_deaths": 15.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 3.17, - "new_cases_per_million": 0.844, - "new_cases_smoothed_per_million": 0.332, - "total_deaths_per_million": 0.342, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 38.89 - }, - { - "date": "2020-03-23", - "total_cases": 201.0, - "new_cases": 62.0, - "new_cases_smoothed": 21.857, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 4.584, - "new_cases_per_million": 1.414, - "new_cases_smoothed_per_million": 0.498, - "total_deaths_per_million": 0.388, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 75.0 - }, - { - "date": "2020-03-24", - "total_cases": 230.0, - "new_cases": 29.0, - "new_cases_smoothed": 24.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5.245, - "new_cases_per_million": 0.661, - "new_cases_smoothed_per_million": 0.56, - "total_deaths_per_million": 0.388, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.042, - "stringency_index": 75.0 - }, - { - "date": "2020-03-25", - "total_cases": 264.0, - "new_cases": 34.0, - "new_cases_smoothed": 29.143, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 6.02, - "new_cases_per_million": 0.775, - "new_cases_smoothed_per_million": 0.665, - "total_deaths_per_million": 0.433, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.046, - "stringency_index": 75.0 - }, - { - "date": "2020-03-26", - "total_cases": 302.0, - "new_cases": 38.0, - "new_cases_smoothed": 32.857, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 6.887, - "new_cases_per_million": 0.867, - "new_cases_smoothed_per_million": 0.749, - "total_deaths_per_million": 0.479, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.049, - "stringency_index": 75.0 - }, - { - "date": "2020-03-27", - "total_cases": 367.0, - "new_cases": 65.0, - "new_cases_smoothed": 39.571, - "total_deaths": 25.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 8.369, - "new_cases_per_million": 1.482, - "new_cases_smoothed_per_million": 0.902, - "total_deaths_per_million": 0.57, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 75.0 - }, - { - "date": "2020-03-28", - "total_cases": 409.0, - "new_cases": 42.0, - "new_cases_smoothed": 43.857, - "total_deaths": 26.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 9.327, - "new_cases_per_million": 0.958, - "new_cases_smoothed_per_million": 1.0, - "total_deaths_per_million": 0.593, - "new_deaths_per_million": 0.023, - "new_deaths_smoothed_per_million": 0.052, - "stringency_index": 75.0 - }, - { - "date": "2020-03-29", - "total_cases": 454.0, - "new_cases": 45.0, - "new_cases_smoothed": 45.0, - "total_deaths": 29.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 10.353, - "new_cases_per_million": 1.026, - "new_cases_smoothed_per_million": 1.026, - "total_deaths_per_million": 0.661, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.046, - "stringency_index": 75.0 - }, - { - "date": "2020-03-30", - "total_cases": 511.0, - "new_cases": 57.0, - "new_cases_smoothed": 44.286, - "total_deaths": 31.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 11.653, - "new_cases_per_million": 1.3, - "new_cases_smoothed_per_million": 1.01, - "total_deaths_per_million": 0.707, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.046, - "stringency_index": 86.57 - }, - { - "date": "2020-03-31", - "total_cases": 584.0, - "new_cases": 73.0, - "new_cases_smoothed": 50.571, - "total_deaths": 35.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 13.318, - "new_cases_per_million": 1.665, - "new_cases_smoothed_per_million": 1.153, - "total_deaths_per_million": 0.798, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 86.57 - }, - { - "date": "2020-04-01", - "total_cases": 716.0, - "new_cases": 132.0, - "new_cases_smoothed": 64.571, - "total_deaths": 44.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 16.328, - "new_cases_per_million": 3.01, - "new_cases_smoothed_per_million": 1.473, - "total_deaths_per_million": 1.003, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.081, - "stringency_index": 86.57 - }, - { - "date": "2020-04-02", - "total_cases": 847.0, - "new_cases": 131.0, - "new_cases_smoothed": 77.857, - "total_deaths": 58.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 19.315, - "new_cases_per_million": 2.987, - "new_cases_smoothed_per_million": 1.775, - "total_deaths_per_million": 1.323, - "new_deaths_per_million": 0.319, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 86.57 - }, - { - "date": "2020-04-03", - "total_cases": 986.0, - "new_cases": 139.0, - "new_cases_smoothed": 88.429, - "total_deaths": 63.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 22.485, - "new_cases_per_million": 3.17, - "new_cases_smoothed_per_million": 2.017, - "total_deaths_per_million": 1.437, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 86.57 - }, - { - "date": "2020-04-04", - "total_cases": 1171.0, - "new_cases": 185.0, - "new_cases_smoothed": 108.857, - "total_deaths": 105.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 26.704, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 2.482, - "total_deaths_per_million": 2.394, - "new_deaths_per_million": 0.958, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 86.57 - }, - { - "date": "2020-04-05", - "total_cases": 1251.0, - "new_cases": 80.0, - "new_cases_smoothed": 113.857, - "total_deaths": 130.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 28.528, - "new_cases_per_million": 1.824, - "new_cases_smoothed_per_million": 2.596, - "total_deaths_per_million": 2.965, - "new_deaths_per_million": 0.57, - "new_deaths_smoothed_per_million": 0.329, - "stringency_index": 86.57 - }, - { - "date": "2020-04-06", - "total_cases": 1320.0, - "new_cases": 69.0, - "new_cases_smoothed": 115.571, - "total_deaths": 152.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 30.102, - "new_cases_per_million": 1.574, - "new_cases_smoothed_per_million": 2.636, - "total_deaths_per_million": 3.466, - "new_deaths_per_million": 0.502, - "new_deaths_smoothed_per_million": 0.394, - "stringency_index": 86.57 - }, - { - "date": "2020-04-07", - "total_cases": 1423.0, - "new_cases": 103.0, - "new_cases_smoothed": 119.857, - "total_deaths": 173.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 32.451, - "new_cases_per_million": 2.349, - "new_cases_smoothed_per_million": 2.733, - "total_deaths_per_million": 3.945, - "new_deaths_per_million": 0.479, - "new_deaths_smoothed_per_million": 0.45, - "stringency_index": 86.57 - }, - { - "date": "2020-04-08", - "total_cases": 1468.0, - "new_cases": 45.0, - "new_cases_smoothed": 107.429, - "total_deaths": 193.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 33.477, - "new_cases_per_million": 1.026, - "new_cases_smoothed_per_million": 2.45, - "total_deaths_per_million": 4.401, - "new_deaths_per_million": 0.456, - "new_deaths_smoothed_per_million": 0.485, - "stringency_index": 86.57 - }, - { - "date": "2020-04-09", - "total_cases": 1572.0, - "new_cases": 104.0, - "new_cases_smoothed": 103.571, - "total_deaths": 205.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 21.0, - "total_cases_per_million": 35.849, - "new_cases_per_million": 2.372, - "new_cases_smoothed_per_million": 2.362, - "total_deaths_per_million": 4.675, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.479, - "stringency_index": 86.57 - }, - { - "date": "2020-04-10", - "total_cases": 1666.0, - "new_cases": 94.0, - "new_cases_smoothed": 97.143, - "total_deaths": 235.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 37.992, - "new_cases_per_million": 2.144, - "new_cases_smoothed_per_million": 2.215, - "total_deaths_per_million": 5.359, - "new_deaths_per_million": 0.684, - "new_deaths_smoothed_per_million": 0.56, - "stringency_index": 86.57 - }, - { - "date": "2020-04-11", - "total_cases": 1761.0, - "new_cases": 95.0, - "new_cases_smoothed": 84.286, - "total_deaths": 256.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 40.159, - "new_cases_per_million": 2.166, - "new_cases_smoothed_per_million": 1.922, - "total_deaths_per_million": 5.838, - "new_deaths_per_million": 0.479, - "new_deaths_smoothed_per_million": 0.492, - "stringency_index": 86.57 - }, - { - "date": "2020-04-12", - "total_cases": 1825.0, - "new_cases": 64.0, - "new_cases_smoothed": 82.0, - "total_deaths": 275.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 20.714, - "total_cases_per_million": 41.618, - "new_cases_per_million": 1.459, - "new_cases_smoothed_per_million": 1.87, - "total_deaths_per_million": 6.271, - "new_deaths_per_million": 0.433, - "new_deaths_smoothed_per_million": 0.472, - "stringency_index": 86.57 - }, - { - "date": "2020-04-13", - "total_cases": 1914.0, - "new_cases": 89.0, - "new_cases_smoothed": 84.857, - "total_deaths": 293.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 43.648, - "new_cases_per_million": 2.03, - "new_cases_smoothed_per_million": 1.935, - "total_deaths_per_million": 6.682, - "new_deaths_per_million": 0.41, - "new_deaths_smoothed_per_million": 0.459, - "stringency_index": 86.57 - }, - { - "date": "2020-04-14", - "total_cases": 1983.0, - "new_cases": 69.0, - "new_cases_smoothed": 80.0, - "total_deaths": 313.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 20.0, - "total_cases_per_million": 45.221, - "new_cases_per_million": 1.574, - "new_cases_smoothed_per_million": 1.824, - "total_deaths_per_million": 7.138, - "new_deaths_per_million": 0.456, - "new_deaths_smoothed_per_million": 0.456, - "stringency_index": 92.13 - }, - { - "date": "2020-04-15", - "total_cases": 2070.0, - "new_cases": 87.0, - "new_cases_smoothed": 86.0, - "total_deaths": 325.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 47.205, - "new_cases_per_million": 1.984, - "new_cases_smoothed_per_million": 1.961, - "total_deaths_per_million": 7.411, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.43, - "stringency_index": 92.13 - }, - { - "date": "2020-04-16", - "total_cases": 2160.0, - "new_cases": 90.0, - "new_cases_smoothed": 84.0, - "total_deaths": 336.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 49.258, - "new_cases_per_million": 2.052, - "new_cases_smoothed_per_million": 1.916, - "total_deaths_per_million": 7.662, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.427, - "stringency_index": 92.13 - }, - { - "date": "2020-04-17", - "total_cases": 2268.0, - "new_cases": 108.0, - "new_cases_smoothed": 86.0, - "total_deaths": 348.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 51.721, - "new_cases_per_million": 2.463, - "new_cases_smoothed_per_million": 1.961, - "total_deaths_per_million": 7.936, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.368, - "stringency_index": 92.13 - }, - { - "date": "2020-04-18", - "total_cases": 2418.0, - "new_cases": 150.0, - "new_cases_smoothed": 93.857, - "total_deaths": 364.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 55.141, - "new_cases_per_million": 3.421, - "new_cases_smoothed_per_million": 2.14, - "total_deaths_per_million": 8.301, - "new_deaths_per_million": 0.365, - "new_deaths_smoothed_per_million": 0.352, - "stringency_index": 92.13 - }, - { - "date": "2020-04-19", - "total_cases": 2535.0, - "new_cases": 117.0, - "new_cases_smoothed": 101.429, - "total_deaths": 367.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 57.809, - "new_cases_per_million": 2.668, - "new_cases_smoothed_per_million": 2.313, - "total_deaths_per_million": 8.369, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.3, - "stringency_index": 92.13 - }, - { - "date": "2020-04-20", - "total_cases": 2629.0, - "new_cases": 94.0, - "new_cases_smoothed": 102.143, - "total_deaths": 375.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 59.953, - "new_cases_per_million": 2.144, - "new_cases_smoothed_per_million": 2.329, - "total_deaths_per_million": 8.552, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.267, - "stringency_index": 92.13 - }, - { - "date": "2020-04-21", - "total_cases": 2718.0, - "new_cases": 89.0, - "new_cases_smoothed": 105.0, - "total_deaths": 384.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 61.983, - "new_cases_per_million": 2.03, - "new_cases_smoothed_per_million": 2.394, - "total_deaths_per_million": 8.757, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 92.13 - }, - { - "date": "2020-04-22", - "total_cases": 2811.0, - "new_cases": 93.0, - "new_cases_smoothed": 105.857, - "total_deaths": 392.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 64.103, - "new_cases_per_million": 2.121, - "new_cases_smoothed_per_million": 2.414, - "total_deaths_per_million": 8.939, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 92.13 - }, - { - "date": "2020-04-23", - "total_cases": 2910.0, - "new_cases": 99.0, - "new_cases_smoothed": 107.143, - "total_deaths": 402.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 66.361, - "new_cases_per_million": 2.258, - "new_cases_smoothed_per_million": 2.443, - "total_deaths_per_million": 9.167, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.215, - "stringency_index": 92.13 - }, - { - "date": "2020-04-24", - "total_cases": 3007.0, - "new_cases": 97.0, - "new_cases_smoothed": 105.571, - "total_deaths": 407.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 68.573, - "new_cases_per_million": 2.212, - "new_cases_smoothed_per_million": 2.408, - "total_deaths_per_million": 9.281, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.192, - "stringency_index": 76.85 - }, - { - "date": "2020-04-25", - "total_cases": 3127.0, - "new_cases": 120.0, - "new_cases_smoothed": 101.286, - "total_deaths": 415.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 71.31, - "new_cases_per_million": 2.737, - "new_cases_smoothed_per_million": 2.31, - "total_deaths_per_million": 9.464, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 76.85 - }, - { - "date": "2020-04-26", - "total_cases": 3256.0, - "new_cases": 129.0, - "new_cases_smoothed": 103.0, - "total_deaths": 419.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 74.251, - "new_cases_per_million": 2.942, - "new_cases_smoothed_per_million": 2.349, - "total_deaths_per_million": 9.555, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 76.85 - }, - { - "date": "2020-04-27", - "total_cases": 3382.0, - "new_cases": 126.0, - "new_cases_smoothed": 107.571, - "total_deaths": 425.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 77.125, - "new_cases_per_million": 2.873, - "new_cases_smoothed_per_million": 2.453, - "total_deaths_per_million": 9.692, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 76.85 - }, - { - "date": "2020-04-28", - "total_cases": 3517.0, - "new_cases": 135.0, - "new_cases_smoothed": 114.143, - "total_deaths": 432.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 80.203, - "new_cases_per_million": 3.079, - "new_cases_smoothed_per_million": 2.603, - "total_deaths_per_million": 9.852, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 76.85 - }, - { - "date": "2020-04-29", - "total_cases": 3649.0, - "new_cases": 132.0, - "new_cases_smoothed": 119.714, - "total_deaths": 437.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 83.214, - "new_cases_per_million": 3.01, - "new_cases_smoothed_per_million": 2.73, - "total_deaths_per_million": 9.966, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.147, - "stringency_index": 76.85 - }, - { - "date": "2020-04-30", - "total_cases": 3848.0, - "new_cases": 199.0, - "new_cases_smoothed": 134.0, - "total_deaths": 444.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 87.752, - "new_cases_per_million": 4.538, - "new_cases_smoothed_per_million": 3.056, - "total_deaths_per_million": 10.125, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.137, - "stringency_index": 76.85 - }, - { - "date": "2020-05-01", - "total_cases": 4006.0, - "new_cases": 158.0, - "new_cases_smoothed": 142.714, - "total_deaths": 450.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.143, - "total_cases_per_million": 91.355, - "new_cases_per_million": 3.603, - "new_cases_smoothed_per_million": 3.255, - "total_deaths_per_million": 10.262, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.14, - "stringency_index": 76.85 - }, - { - "date": "2020-05-02", - "total_cases": 4154.0, - "new_cases": 148.0, - "new_cases_smoothed": 146.714, - "total_deaths": 453.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 94.73, - "new_cases_per_million": 3.375, - "new_cases_smoothed_per_million": 3.346, - "total_deaths_per_million": 10.33, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 76.85 - }, - { - "date": "2020-05-03", - "total_cases": 4295.0, - "new_cases": 141.0, - "new_cases_smoothed": 148.429, - "total_deaths": 459.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 97.945, - "new_cases_per_million": 3.215, - "new_cases_smoothed_per_million": 3.385, - "total_deaths_per_million": 10.467, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.13, - "stringency_index": 76.85 - }, - { - "date": "2020-05-04", - "total_cases": 4474.0, - "new_cases": 179.0, - "new_cases_smoothed": 156.0, - "total_deaths": 463.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 102.027, - "new_cases_per_million": 4.082, - "new_cases_smoothed_per_million": 3.557, - "total_deaths_per_million": 10.558, - "new_deaths_per_million": 0.091, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 76.85 - }, - { - "date": "2020-05-05", - "total_cases": 4648.0, - "new_cases": 174.0, - "new_cases_smoothed": 161.571, - "total_deaths": 465.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 105.995, - "new_cases_per_million": 3.968, - "new_cases_smoothed_per_million": 3.685, - "total_deaths_per_million": 10.604, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.108, - "stringency_index": 76.85 - }, - { - "date": "2020-05-06", - "total_cases": 4838.0, - "new_cases": 190.0, - "new_cases_smoothed": 169.857, - "total_deaths": 470.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 110.328, - "new_cases_per_million": 4.333, - "new_cases_smoothed_per_million": 3.874, - "total_deaths_per_million": 10.718, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.108, - "stringency_index": 76.85 - }, - { - "date": "2020-05-07", - "total_cases": 4997.0, - "new_cases": 159.0, - "new_cases_smoothed": 164.143, - "total_deaths": 476.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 113.954, - "new_cases_per_million": 3.626, - "new_cases_smoothed_per_million": 3.743, - "total_deaths_per_million": 10.855, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.104, - "stringency_index": 76.85 - }, - { - "date": "2020-05-08", - "total_cases": 5182.0, - "new_cases": 185.0, - "new_cases_smoothed": 168.0, - "total_deaths": 483.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 118.173, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 3.831, - "total_deaths_per_million": 11.015, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.108, - "stringency_index": 76.85 - }, - { - "date": "2020-05-09", - "total_cases": 5369.0, - "new_cases": 187.0, - "new_cases_smoothed": 173.571, - "total_deaths": 488.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 122.437, - "new_cases_per_million": 4.264, - "new_cases_smoothed_per_million": 3.958, - "total_deaths_per_million": 11.129, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.114, - "stringency_index": 76.85 - }, - { - "date": "2020-05-10", - "total_cases": 5558.0, - "new_cases": 189.0, - "new_cases_smoothed": 180.429, - "total_deaths": 494.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 126.747, - "new_cases_per_million": 4.31, - "new_cases_smoothed_per_million": 4.115, - "total_deaths_per_million": 11.265, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.114, - "stringency_index": 76.85 - }, - { - "date": "2020-05-11", - "total_cases": 5723.0, - "new_cases": 165.0, - "new_cases_smoothed": 178.429, - "total_deaths": 502.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 130.51, - "new_cases_per_million": 3.763, - "new_cases_smoothed_per_million": 4.069, - "total_deaths_per_million": 11.448, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.127, - "stringency_index": 76.85 - }, - { - "date": "2020-05-12", - "total_cases": 5891.0, - "new_cases": 168.0, - "new_cases_smoothed": 177.571, - "total_deaths": 507.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 134.341, - "new_cases_per_million": 3.831, - "new_cases_smoothed_per_million": 4.049, - "total_deaths_per_million": 11.562, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.137, - "stringency_index": 87.96 - }, - { - "date": "2020-05-13", - "total_cases": 6067.0, - "new_cases": 176.0, - "new_cases_smoothed": 175.571, - "total_deaths": 515.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 138.355, - "new_cases_per_million": 4.014, - "new_cases_smoothed_per_million": 4.004, - "total_deaths_per_million": 11.744, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.147, - "stringency_index": 87.96 - }, - { - "date": "2020-05-14", - "total_cases": 6253.0, - "new_cases": 186.0, - "new_cases_smoothed": 179.429, - "total_deaths": 522.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 142.596, - "new_cases_per_million": 4.242, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 11.904, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-15", - "total_cases": 6442.0, - "new_cases": 189.0, - "new_cases_smoothed": 180.0, - "total_deaths": 529.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 146.906, - "new_cases_per_million": 4.31, - "new_cases_smoothed_per_million": 4.105, - "total_deaths_per_million": 12.064, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-16", - "total_cases": 6629.0, - "new_cases": 187.0, - "new_cases_smoothed": 180.0, - "total_deaths": 536.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 151.171, - "new_cases_per_million": 4.264, - "new_cases_smoothed_per_million": 4.105, - "total_deaths_per_million": 12.223, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 76.85 - }, - { - "date": "2020-05-17", - "total_cases": 6821.0, - "new_cases": 192.0, - "new_cases_smoothed": 180.429, - "total_deaths": 542.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 155.549, - "new_cases_per_million": 4.378, - "new_cases_smoothed_per_million": 4.115, - "total_deaths_per_million": 12.36, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 76.85 - }, - { - "date": "2020-05-18", - "total_cases": 7019.0, - "new_cases": 198.0, - "new_cases_smoothed": 185.143, - "total_deaths": 548.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 160.065, - "new_cases_per_million": 4.515, - "new_cases_smoothed_per_million": 4.222, - "total_deaths_per_million": 12.497, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-19", - "total_cases": 7201.0, - "new_cases": 182.0, - "new_cases_smoothed": 187.143, - "total_deaths": 555.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.857, - "total_cases_per_million": 164.215, - "new_cases_per_million": 4.15, - "new_cases_smoothed_per_million": 4.268, - "total_deaths_per_million": 12.656, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 76.85 - }, - { - "date": "2020-05-20", - "total_cases": 7377.0, - "new_cases": 176.0, - "new_cases_smoothed": 187.143, - "total_deaths": 561.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 168.229, - "new_cases_per_million": 4.014, - "new_cases_smoothed_per_million": 4.268, - "total_deaths_per_million": 12.793, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-21", - "total_cases": 7542.0, - "new_cases": 165.0, - "new_cases_smoothed": 184.143, - "total_deaths": 568.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 171.991, - "new_cases_per_million": 3.763, - "new_cases_smoothed_per_million": 4.199, - "total_deaths_per_million": 12.953, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-22", - "total_cases": 7728.0, - "new_cases": 186.0, - "new_cases_smoothed": 183.714, - "total_deaths": 575.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 176.233, - "new_cases_per_million": 4.242, - "new_cases_smoothed_per_million": 4.19, - "total_deaths_per_million": 13.113, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-23", - "total_cases": 7918.0, - "new_cases": 190.0, - "new_cases_smoothed": 184.143, - "total_deaths": 582.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 180.566, - "new_cases_per_million": 4.333, - "new_cases_smoothed_per_million": 4.199, - "total_deaths_per_million": 13.272, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.15, - "stringency_index": 76.85 - }, - { - "date": "2020-05-24", - "total_cases": 8113.0, - "new_cases": 195.0, - "new_cases_smoothed": 184.571, - "total_deaths": 592.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 185.013, - "new_cases_per_million": 4.447, - "new_cases_smoothed_per_million": 4.209, - "total_deaths_per_million": 13.5, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 76.85 - }, - { - "date": "2020-05-25", - "total_cases": 8306.0, - "new_cases": 193.0, - "new_cases_smoothed": 183.857, - "total_deaths": 600.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 189.414, - "new_cases_per_million": 4.401, - "new_cases_smoothed_per_million": 4.193, - "total_deaths_per_million": 13.683, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 76.85 - }, - { - "date": "2020-05-26", - "total_cases": 8503.0, - "new_cases": 197.0, - "new_cases_smoothed": 186.0, - "total_deaths": 609.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 193.906, - "new_cases_per_million": 4.492, - "new_cases_smoothed_per_million": 4.242, - "total_deaths_per_million": 13.888, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 76.85 - }, - { - "date": "2020-05-27", - "total_cases": 8697.0, - "new_cases": 194.0, - "new_cases_smoothed": 188.571, - "total_deaths": 617.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 198.331, - "new_cases_per_million": 4.424, - "new_cases_smoothed_per_million": 4.3, - "total_deaths_per_million": 14.07, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 76.85 - }, - { - "date": "2020-05-28", - "total_cases": 8857.0, - "new_cases": 160.0, - "new_cases_smoothed": 187.857, - "total_deaths": 623.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 201.979, - "new_cases_per_million": 3.649, - "new_cases_smoothed_per_million": 4.284, - "total_deaths_per_million": 14.207, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 76.85 - }, - { - "date": "2020-05-29", - "total_cases": 8997.0, - "new_cases": 140.0, - "new_cases_smoothed": 181.286, - "total_deaths": 630.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 205.172, - "new_cases_per_million": 3.193, - "new_cases_smoothed_per_million": 4.134, - "total_deaths_per_million": 14.367, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 76.85 - }, - { - "date": "2020-05-30", - "total_cases": 9134.0, - "new_cases": 137.0, - "new_cases_smoothed": 173.714, - "total_deaths": 638.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 208.296, - "new_cases_per_million": 3.124, - "new_cases_smoothed_per_million": 3.961, - "total_deaths_per_million": 14.549, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 76.85 - }, - { - "date": "2020-05-31", - "total_cases": 9267.0, - "new_cases": 133.0, - "new_cases_smoothed": 164.857, - "total_deaths": 646.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 211.329, - "new_cases_per_million": 3.033, - "new_cases_smoothed_per_million": 3.759, - "total_deaths_per_million": 14.732, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 76.85 - }, - { - "date": "2020-06-01", - "total_cases": 9394.0, - "new_cases": 127.0, - "new_cases_smoothed": 155.429, - "total_deaths": 653.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 214.225, - "new_cases_per_million": 2.896, - "new_cases_smoothed_per_million": 3.544, - "total_deaths_per_million": 14.891, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.173, - "stringency_index": 76.85 - }, - { - "date": "2020-06-02", - "total_cases": 9513.0, - "new_cases": 119.0, - "new_cases_smoothed": 144.286, - "total_deaths": 661.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 216.939, - "new_cases_per_million": 2.714, - "new_cases_smoothed_per_million": 3.29, - "total_deaths_per_million": 15.074, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 76.85 - }, - { - "date": "2020-06-03", - "total_cases": 9626.0, - "new_cases": 113.0, - "new_cases_smoothed": 132.714, - "total_deaths": 667.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 219.516, - "new_cases_per_million": 2.577, - "new_cases_smoothed_per_million": 3.026, - "total_deaths_per_million": 15.211, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 76.85 - }, - { - "date": "2020-06-04", - "total_cases": 9626.0, - "new_cases": 0.0, - "new_cases_smoothed": 109.857, - "total_deaths": 667.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 219.516, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.505, - "total_deaths_per_million": 15.211, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.143, - "stringency_index": 76.85 - }, - { - "date": "2020-06-05", - "total_cases": 9831.0, - "new_cases": 205.0, - "new_cases_smoothed": 119.143, - "total_deaths": 681.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 224.191, - "new_cases_per_million": 4.675, - "new_cases_smoothed_per_million": 2.717, - "total_deaths_per_million": 15.53, - "new_deaths_per_million": 0.319, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 76.85 - }, - { - "date": "2020-06-06", - "total_cases": 9935.0, - "new_cases": 104.0, - "new_cases_smoothed": 114.429, - "total_deaths": 690.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 226.562, - "new_cases_per_million": 2.372, - "new_cases_smoothed_per_million": 2.609, - "total_deaths_per_million": 15.735, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 76.85 - }, - { - "date": "2020-06-07", - "total_cases": 10050.0, - "new_cases": 115.0, - "new_cases_smoothed": 111.857, - "total_deaths": 698.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 229.185, - "new_cases_per_million": 2.623, - "new_cases_smoothed_per_million": 2.551, - "total_deaths_per_million": 15.918, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 76.85 - }, - { - "date": "2020-06-08", - "total_cases": 10154.0, - "new_cases": 104.0, - "new_cases_smoothed": 108.571, - "total_deaths": 707.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 231.557, - "new_cases_per_million": 2.372, - "new_cases_smoothed_per_million": 2.476, - "total_deaths_per_million": 16.123, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 76.85 - }, - { - "date": "2020-06-09", - "total_cases": 10265.0, - "new_cases": 111.0, - "new_cases_smoothed": 107.429, - "total_deaths": 715.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 234.088, - "new_cases_per_million": 2.531, - "new_cases_smoothed_per_million": 2.45, - "total_deaths_per_million": 16.305, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 76.85 - }, - { - "date": "2020-06-10", - "total_cases": 10382.0, - "new_cases": 117.0, - "new_cases_smoothed": 108.0, - "total_deaths": 724.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 236.756, - "new_cases_per_million": 2.668, - "new_cases_smoothed_per_million": 2.463, - "total_deaths_per_million": 16.51, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.186, - "stringency_index": 76.85 - }, - { - "date": "2020-06-11", - "total_cases": 10484.0, - "new_cases": 102.0, - "new_cases_smoothed": 122.571, - "total_deaths": 732.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 239.082, - "new_cases_per_million": 2.326, - "new_cases_smoothed_per_million": 2.795, - "total_deaths_per_million": 16.693, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.212, - "stringency_index": 76.85 - }, - { - "date": "2020-06-12", - "total_cases": 10589.0, - "new_cases": 105.0, - "new_cases_smoothed": 108.286, - "total_deaths": 741.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 241.477, - "new_cases_per_million": 2.394, - "new_cases_smoothed_per_million": 2.469, - "total_deaths_per_million": 16.898, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 76.85 - }, - { - "date": "2020-06-13", - "total_cases": 10698.0, - "new_cases": 109.0, - "new_cases_smoothed": 109.0, - "total_deaths": 751.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 243.962, - "new_cases_per_million": 2.486, - "new_cases_smoothed_per_million": 2.486, - "total_deaths_per_million": 17.126, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 76.85 - }, - { - "date": "2020-06-14", - "total_cases": 10810.0, - "new_cases": 112.0, - "new_cases_smoothed": 108.571, - "total_deaths": 760.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 246.516, - "new_cases_per_million": 2.554, - "new_cases_smoothed_per_million": 2.476, - "total_deaths_per_million": 17.331, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.202, - "stringency_index": 65.74 - }, - { - "date": "2020-06-15", - "total_cases": 10919.0, - "new_cases": 109.0, - "new_cases_smoothed": 109.286, - "total_deaths": 767.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 249.002, - "new_cases_per_million": 2.486, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 17.491, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 65.74 - }, - { - "date": "2020-06-16", - "total_cases": 11031.0, - "new_cases": 112.0, - "new_cases_smoothed": 109.429, - "total_deaths": 777.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 251.556, - "new_cases_per_million": 2.554, - "new_cases_smoothed_per_million": 2.495, - "total_deaths_per_million": 17.719, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.202, - "stringency_index": 65.74 - }, - { - "date": "2020-06-17", - "total_cases": 11147.0, - "new_cases": 116.0, - "new_cases_smoothed": 109.286, - "total_deaths": 788.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 254.201, - "new_cases_per_million": 2.645, - "new_cases_smoothed_per_million": 2.492, - "total_deaths_per_million": 17.97, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 65.74 - }, - { - "date": "2020-06-18", - "total_cases": 11268.0, - "new_cases": 121.0, - "new_cases_smoothed": 112.0, - "total_deaths": 799.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 256.961, - "new_cases_per_million": 2.759, - "new_cases_smoothed_per_million": 2.554, - "total_deaths_per_million": 18.221, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 65.74 - }, - { - "date": "2020-06-19", - "total_cases": 11385.0, - "new_cases": 117.0, - "new_cases_smoothed": 113.714, - "total_deaths": 811.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 259.629, - "new_cases_per_million": 2.668, - "new_cases_smoothed_per_million": 2.593, - "total_deaths_per_million": 18.494, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.228, - "stringency_index": 65.74 - }, - { - "date": "2020-06-20", - "total_cases": 11504.0, - "new_cases": 119.0, - "new_cases_smoothed": 115.143, - "total_deaths": 825.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 262.343, - "new_cases_per_million": 2.714, - "new_cases_smoothed_per_million": 2.626, - "total_deaths_per_million": 18.814, - "new_deaths_per_million": 0.319, - "new_deaths_smoothed_per_million": 0.241, - "stringency_index": 65.74 - }, - { - "date": "2020-06-21", - "total_cases": 11631.0, - "new_cases": 127.0, - "new_cases_smoothed": 117.286, - "total_deaths": 837.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 265.239, - "new_cases_per_million": 2.896, - "new_cases_smoothed_per_million": 2.675, - "total_deaths_per_million": 19.087, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.251, - "stringency_index": 65.74 - }, - { - "date": "2020-06-22", - "total_cases": 11771.0, - "new_cases": 140.0, - "new_cases_smoothed": 121.714, - "total_deaths": 845.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 268.431, - "new_cases_per_million": 3.193, - "new_cases_smoothed_per_million": 2.776, - "total_deaths_per_million": 19.27, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.254, - "stringency_index": 65.74 - }, - { - "date": "2020-06-23", - "total_cases": 11920.0, - "new_cases": 149.0, - "new_cases_smoothed": 127.0, - "total_deaths": 852.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 271.829, - "new_cases_per_million": 3.398, - "new_cases_smoothed_per_million": 2.896, - "total_deaths_per_million": 19.429, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.244, - "stringency_index": 65.74 - }, - { - "date": "2020-06-24", - "total_cases": 12076.0, - "new_cases": 156.0, - "new_cases_smoothed": 132.714, - "total_deaths": 861.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 275.387, - "new_cases_per_million": 3.557, - "new_cases_smoothed_per_million": 3.026, - "total_deaths_per_million": 19.635, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.238, - "stringency_index": 65.74 - }, - { - "date": "2020-06-25", - "total_cases": 12248.0, - "new_cases": 172.0, - "new_cases_smoothed": 140.0, - "total_deaths": 869.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 279.309, - "new_cases_per_million": 3.922, - "new_cases_smoothed_per_million": 3.193, - "total_deaths_per_million": 19.817, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.228, - "stringency_index": 65.74 - }, - { - "date": "2020-06-26", - "total_cases": 12445.0, - "new_cases": 197.0, - "new_cases_smoothed": 151.429, - "total_deaths": 878.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 283.802, - "new_cases_per_million": 4.492, - "new_cases_smoothed_per_million": 3.453, - "total_deaths_per_million": 20.022, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 65.74 - }, - { - "date": "2020-06-27", - "total_cases": 12685.0, - "new_cases": 240.0, - "new_cases_smoothed": 168.714, - "total_deaths": 885.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 289.275, - "new_cases_per_million": 5.473, - "new_cases_smoothed_per_million": 3.847, - "total_deaths_per_million": 20.182, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 65.74 - }, - { - "date": "2020-06-28", - "total_cases": 12968.0, - "new_cases": 283.0, - "new_cases_smoothed": 191.0, - "total_deaths": 892.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 295.728, - "new_cases_per_million": 6.454, - "new_cases_smoothed_per_million": 4.356, - "total_deaths_per_million": 20.342, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 65.74 - }, - { - "date": "2020-06-29", - "total_cases": 13273.0, - "new_cases": 305.0, - "new_cases_smoothed": 214.571, - "total_deaths": 897.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 302.684, - "new_cases_per_million": 6.955, - "new_cases_smoothed_per_million": 4.893, - "total_deaths_per_million": 20.456, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 65.74 - }, - { - "date": "2020-06-30", - "total_cases": 13571.0, - "new_cases": 298.0, - "new_cases_smoothed": 235.857, - "total_deaths": 905.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 309.48, - "new_cases_per_million": 6.796, - "new_cases_smoothed_per_million": 5.379, - "total_deaths_per_million": 20.638, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.173, - "stringency_index": 65.74 - }, - { - "date": "2020-07-01", - "total_cases": 13907.0, - "new_cases": 336.0, - "new_cases_smoothed": 261.571, - "total_deaths": 912.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 317.142, - "new_cases_per_million": 7.662, - "new_cases_smoothed_per_million": 5.965, - "total_deaths_per_million": 20.798, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 65.74 - }, - { - "date": "2020-07-02", - "total_cases": 14272.0, - "new_cases": 365.0, - "new_cases_smoothed": 289.143, - "total_deaths": 920.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 325.465, - "new_cases_per_million": 8.324, - "new_cases_smoothed_per_million": 6.594, - "total_deaths_per_million": 20.98, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 65.74 - }, - { - "date": "2020-07-03", - "total_cases": 14657.0, - "new_cases": 385.0, - "new_cases_smoothed": 316.0, - "total_deaths": 928.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 334.245, - "new_cases_per_million": 8.78, - "new_cases_smoothed_per_million": 7.206, - "total_deaths_per_million": 21.163, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.163, - "stringency_index": 65.74 - }, - { - "date": "2020-07-04", - "total_cases": 15070.0, - "new_cases": 413.0, - "new_cases_smoothed": 340.714, - "total_deaths": 937.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 343.663, - "new_cases_per_million": 9.418, - "new_cases_smoothed_per_million": 7.77, - "total_deaths_per_million": 21.368, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 65.74 - }, - { - "date": "2020-07-05", - "total_cases": 15500.0, - "new_cases": 430.0, - "new_cases_smoothed": 361.714, - "total_deaths": 946.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 353.469, - "new_cases_per_million": 9.806, - "new_cases_smoothed_per_million": 8.249, - "total_deaths_per_million": 21.573, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 65.74 - }, - { - "date": "2020-07-06", - "total_cases": 15941.0, - "new_cases": 441.0, - "new_cases_smoothed": 381.143, - "total_deaths": 952.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 363.526, - "new_cases_per_million": 10.057, - "new_cases_smoothed_per_million": 8.692, - "total_deaths_per_million": 21.71, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 65.74 - }, - { - "date": "2020-07-07", - "total_cases": 16404.0, - "new_cases": 463.0, - "new_cases_smoothed": 404.714, - "total_deaths": 959.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 374.085, - "new_cases_per_million": 10.558, - "new_cases_smoothed_per_million": 9.229, - "total_deaths_per_million": 21.869, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 65.74 - }, - { - "date": "2020-07-08", - "total_cases": 16879.0, - "new_cases": 475.0, - "new_cases_smoothed": 424.571, - "total_deaths": 968.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 384.917, - "new_cases_per_million": 10.832, - "new_cases_smoothed_per_million": 9.682, - "total_deaths_per_million": 22.075, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 65.74 - }, - { - "date": "2020-07-09", - "total_cases": 17348.0, - "new_cases": 469.0, - "new_cases_smoothed": 439.429, - "total_deaths": 978.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 395.612, - "new_cases_per_million": 10.695, - "new_cases_smoothed_per_million": 10.021, - "total_deaths_per_million": 22.303, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.189, - "stringency_index": 65.74 - }, - { - "date": "2020-07-10", - "total_cases": 17808.0, - "new_cases": 460.0, - "new_cases_smoothed": 450.143, - "total_deaths": 988.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 406.102, - "new_cases_per_million": 10.49, - "new_cases_smoothed_per_million": 10.265, - "total_deaths_per_million": 22.531, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 74.07 - }, - { - "date": "2020-07-11", - "total_cases": 18242.0, - "new_cases": 434.0, - "new_cases_smoothed": 453.143, - "total_deaths": 996.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 415.999, - "new_cases_per_million": 9.897, - "new_cases_smoothed_per_million": 10.334, - "total_deaths_per_million": 22.713, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.192, - "stringency_index": 74.07 - }, - { - "date": "2020-07-12", - "total_cases": 18712.0, - "new_cases": 470.0, - "new_cases_smoothed": 458.857, - "total_deaths": 1004.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 426.717, - "new_cases_per_million": 10.718, - "new_cases_smoothed_per_million": 10.464, - "total_deaths_per_million": 22.896, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.189, - "stringency_index": 74.07 - }, - { - "date": "2020-07-13", - "total_cases": 19195.0, - "new_cases": 483.0, - "new_cases_smoothed": 464.857, - "total_deaths": 1011.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 437.732, - "new_cases_per_million": 11.015, - "new_cases_smoothed_per_million": 10.601, - "total_deaths_per_million": 23.055, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.192, - "stringency_index": 74.07 - }, - { - "date": "2020-07-14", - "total_cases": 19689.0, - "new_cases": 494.0, - "new_cases_smoothed": 469.286, - "total_deaths": 1018.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 448.997, - "new_cases_per_million": 11.265, - "new_cases_smoothed_per_million": 10.702, - "total_deaths_per_million": 23.215, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.192, - "stringency_index": 74.07 - }, - { - "date": "2020-07-15", - "total_cases": 20216.0, - "new_cases": 527.0, - "new_cases_smoothed": 476.714, - "total_deaths": 1028.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 461.015, - "new_cases_per_million": 12.018, - "new_cases_smoothed_per_million": 10.871, - "total_deaths_per_million": 23.443, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 74.07 - }, - { - "date": "2020-07-16", - "total_cases": 20770.0, - "new_cases": 554.0, - "new_cases_smoothed": 488.857, - "total_deaths": 1040.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 473.649, - "new_cases_per_million": 12.634, - "new_cases_smoothed_per_million": 11.148, - "total_deaths_per_million": 23.717, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.202, - "stringency_index": 74.07 - }, - { - "date": "2020-07-17", - "total_cases": 21355.0, - "new_cases": 585.0, - "new_cases_smoothed": 506.714, - "total_deaths": 1052.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 486.99, - "new_cases_per_million": 13.341, - "new_cases_smoothed_per_million": 11.555, - "total_deaths_per_million": 23.99, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 74.07 - }, - { - "date": "2020-07-18", - "total_cases": 21948.0, - "new_cases": 593.0, - "new_cases_smoothed": 529.429, - "total_deaths": 1057.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 500.513, - "new_cases_per_million": 13.523, - "new_cases_smoothed_per_million": 12.073, - "total_deaths_per_million": 24.104, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 74.07 - }, - { - "date": "2020-07-19", - "total_cases": 22549.0, - "new_cases": 601.0, - "new_cases_smoothed": 548.143, - "total_deaths": 1068.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 514.218, - "new_cases_per_million": 13.705, - "new_cases_smoothed_per_million": 12.5, - "total_deaths_per_million": 24.355, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 74.07 - }, - { - "date": "2020-07-20", - "total_cases": 23084.0, - "new_cases": 535.0, - "new_cases_smoothed": 555.571, - "total_deaths": 1078.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 526.418, - "new_cases_per_million": 12.2, - "new_cases_smoothed_per_million": 12.67, - "total_deaths_per_million": 24.583, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 74.07 - }, - { - "date": "2020-07-21", - "total_cases": 23691.0, - "new_cases": 607.0, - "new_cases_smoothed": 571.714, - "total_deaths": 1087.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 540.261, - "new_cases_per_million": 13.842, - "new_cases_smoothed_per_million": 13.038, - "total_deaths_per_million": 24.788, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 74.07 - }, - { - "date": "2020-07-22", - "total_cases": 24278.0, - "new_cases": 587.0, - "new_cases_smoothed": 580.286, - "total_deaths": 1100.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 553.647, - "new_cases_per_million": 13.386, - "new_cases_smoothed_per_million": 13.233, - "total_deaths_per_million": 25.085, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.235, - "stringency_index": 74.07 - }, - { - "date": "2020-07-23", - "total_cases": 24872.0, - "new_cases": 594.0, - "new_cases_smoothed": 586.0, - "total_deaths": 1111.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 567.193, - "new_cases_per_million": 13.546, - "new_cases_smoothed_per_million": 13.363, - "total_deaths_per_million": 25.336, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 74.07 - }, - { - "date": "2020-07-24", - "total_cases": 25484.0, - "new_cases": 612.0, - "new_cases_smoothed": 589.857, - "total_deaths": 1124.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 581.149, - "new_cases_per_million": 13.956, - "new_cases_smoothed_per_million": 13.451, - "total_deaths_per_million": 25.632, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.235, - "stringency_index": 74.07 - }, - { - "date": "2020-07-25", - "total_cases": 26159.0, - "new_cases": 675.0, - "new_cases_smoothed": 601.571, - "total_deaths": 1136.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 596.542, - "new_cases_per_million": 15.393, - "new_cases_smoothed_per_million": 13.719, - "total_deaths_per_million": 25.906, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 74.07 - }, - { - "date": "2020-07-26", - "total_cases": 26764.0, - "new_cases": 605.0, - "new_cases_smoothed": 602.143, - "total_deaths": 1146.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 610.339, - "new_cases_per_million": 13.797, - "new_cases_smoothed_per_million": 13.732, - "total_deaths_per_million": 26.134, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.254, - "stringency_index": 74.07 - }, - { - "date": "2020-07-27", - "total_cases": 27357.0, - "new_cases": 593.0, - "new_cases_smoothed": 610.429, - "total_deaths": 1155.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 623.862, - "new_cases_per_million": 13.523, - "new_cases_smoothed_per_million": 13.921, - "total_deaths_per_million": 26.339, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.251, - "stringency_index": 79.63 - }, - { - "date": "2020-07-28", - "total_cases": 27973.0, - "new_cases": 616.0, - "new_cases_smoothed": 611.714, - "total_deaths": 1163.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 637.91, - "new_cases_per_million": 14.048, - "new_cases_smoothed_per_million": 13.95, - "total_deaths_per_million": 26.522, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 79.63 - }, - { - "date": "2020-07-29", - "total_cases": 28615.0, - "new_cases": 642.0, - "new_cases_smoothed": 619.571, - "total_deaths": 1174.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 652.55, - "new_cases_per_million": 14.64, - "new_cases_smoothed_per_million": 14.129, - "total_deaths_per_million": 26.772, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.241, - "stringency_index": 79.63 - }, - { - "date": "2020-07-30", - "total_cases": 29229.0, - "new_cases": 614.0, - "new_cases_smoothed": 622.429, - "total_deaths": 1186.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 666.552, - "new_cases_per_million": 14.002, - "new_cases_smoothed_per_million": 14.194, - "total_deaths_per_million": 27.046, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.244, - "stringency_index": 79.63 - }, - { - "date": "2020-07-31", - "total_cases": 29831.0, - "new_cases": 602.0, - "new_cases_smoothed": 621.0, - "total_deaths": 1200.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 680.28, - "new_cases_per_million": 13.728, - "new_cases_smoothed_per_million": 14.162, - "total_deaths_per_million": 27.365, - "new_deaths_per_million": 0.319, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 79.63 - }, - { - "date": "2020-08-01", - "total_cases": 30394.0, - "new_cases": 563.0, - "new_cases_smoothed": 605.0, - "total_deaths": 1210.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 693.119, - "new_cases_per_million": 12.839, - "new_cases_smoothed_per_million": 13.797, - "total_deaths_per_million": 27.593, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.241, - "stringency_index": 79.63 - }, - { - "date": "2020-08-02", - "total_cases": 30950.0, - "new_cases": 556.0, - "new_cases_smoothed": 598.0, - "total_deaths": 1223.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 705.798, - "new_cases_per_million": 12.679, - "new_cases_smoothed_per_million": 13.637, - "total_deaths_per_million": 27.89, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.251, - "stringency_index": 79.63 - }, - { - "date": "2020-08-03", - "total_cases": 31465.0, - "new_cases": 515.0, - "new_cases_smoothed": 586.857, - "total_deaths": 1231.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 717.543, - "new_cases_per_million": 11.744, - "new_cases_smoothed_per_million": 13.383, - "total_deaths_per_million": 28.072, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 79.63 - }, - { - "date": "2020-08-04", - "total_cases": 31972.0, - "new_cases": 507.0, - "new_cases_smoothed": 571.286, - "total_deaths": 1239.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 729.105, - "new_cases_per_million": 11.562, - "new_cases_smoothed_per_million": 13.028, - "total_deaths_per_million": 28.255, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 79.63 - }, - { - "date": "2020-08-05", - "total_cases": 32504.0, - "new_cases": 532.0, - "new_cases_smoothed": 555.571, - "total_deaths": 1248.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 741.237, - "new_cases_per_million": 12.132, - "new_cases_smoothed_per_million": 12.67, - "total_deaths_per_million": 28.46, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.241, - "stringency_index": 79.63 - }, - { - "date": "2020-08-06", - "total_cases": 33055.0, - "new_cases": 551.0, - "new_cases_smoothed": 546.571, - "total_deaths": 1261.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 753.802, - "new_cases_per_million": 12.565, - "new_cases_smoothed_per_million": 12.464, - "total_deaths_per_million": 28.756, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.244, - "stringency_index": 79.63 - }, - { - "date": "2020-08-07", - "total_cases": 33626.0, - "new_cases": 571.0, - "new_cases_smoothed": 542.143, - "total_deaths": 1273.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 766.823, - "new_cases_per_million": 13.021, - "new_cases_smoothed_per_million": 12.363, - "total_deaths_per_million": 29.03, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.238, - "stringency_index": 79.63 - }, - { - "date": "2020-08-08", - "total_cases": 34155.0, - "new_cases": 529.0, - "new_cases_smoothed": 537.286, - "total_deaths": 1282.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 778.887, - "new_cases_per_million": 12.064, - "new_cases_smoothed_per_million": 12.253, - "total_deaths_per_million": 29.235, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.235, - "stringency_index": 87.96 - }, - { - "date": "2020-08-09", - "total_cases": 34693.0, - "new_cases": 538.0, - "new_cases_smoothed": 534.714, - "total_deaths": 1293.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 791.156, - "new_cases_per_million": 12.269, - "new_cases_smoothed_per_million": 12.194, - "total_deaths_per_million": 29.486, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.228, - "stringency_index": 87.96 - }, - { - "date": "2020-08-10", - "total_cases": 35214.0, - "new_cases": 521.0, - "new_cases_smoothed": 535.571, - "total_deaths": 1302.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 803.037, - "new_cases_per_million": 11.881, - "new_cases_smoothed_per_million": 12.213, - "total_deaths_per_million": 29.691, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.231, - "stringency_index": 85.19 - }, - { - "date": "2020-08-11", - "total_cases": 35712.0, - "new_cases": 498.0, - "new_cases_smoothed": 534.286, - "total_deaths": 1312.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 814.393, - "new_cases_per_million": 11.357, - "new_cases_smoothed_per_million": 12.184, - "total_deaths_per_million": 29.919, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.238, - "stringency_index": 85.19 - }, - { - "date": "2020-08-12", - "total_cases": 36204.0, - "new_cases": 492.0, - "new_cases_smoothed": 528.571, - "total_deaths": 1322.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 825.613, - "new_cases_per_million": 11.22, - "new_cases_smoothed_per_million": 12.054, - "total_deaths_per_million": 30.148, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.241, - "stringency_index": 85.19 - }, - { - "date": "2020-08-13", - "total_cases": 36699.0, - "new_cases": 495.0, - "new_cases_smoothed": 520.571, - "total_deaths": 1333.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 836.901, - "new_cases_per_million": 11.288, - "new_cases_smoothed_per_million": 11.871, - "total_deaths_per_million": 30.398, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.235, - "stringency_index": 85.19 - }, - { - "date": "2020-08-14", - "total_cases": 37187.0, - "new_cases": 488.0, - "new_cases_smoothed": 508.714, - "total_deaths": 1341.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 848.03, - "new_cases_per_million": 11.129, - "new_cases_smoothed_per_million": 11.601, - "total_deaths_per_million": 30.581, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.222, - "stringency_index": 85.19 - }, - { - "date": "2020-08-15", - "total_cases": 37664.0, - "new_cases": 477.0, - "new_cases_smoothed": 501.286, - "total_deaths": 1351.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 858.908, - "new_cases_per_million": 10.878, - "new_cases_smoothed_per_million": 11.432, - "total_deaths_per_million": 30.809, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 68.52 - }, - { - "date": "2020-08-16", - "total_cases": 38133.0, - "new_cases": 469.0, - "new_cases_smoothed": 491.429, - "total_deaths": 1360.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 869.603, - "new_cases_per_million": 10.695, - "new_cases_smoothed_per_million": 11.207, - "total_deaths_per_million": 31.014, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 68.52 - }, - { - "date": "2020-08-17", - "total_cases": 38583.0, - "new_cases": 450.0, - "new_cases_smoothed": 481.286, - "total_deaths": 1370.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 879.865, - "new_cases_per_million": 10.262, - "new_cases_smoothed_per_million": 10.975, - "total_deaths_per_million": 31.242, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.222, - "stringency_index": 68.52 - }, - { - "date": "2020-08-18", - "total_cases": 39025.0, - "new_cases": 442.0, - "new_cases_smoothed": 473.286, - "total_deaths": 1379.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 889.945, - "new_cases_per_million": 10.08, - "new_cases_smoothed_per_million": 10.793, - "total_deaths_per_million": 31.447, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 79.63 - }, - { - "date": "2020-08-19", - "total_cases": 39444.0, - "new_cases": 419.0, - "new_cases_smoothed": 462.857, - "total_deaths": 1391.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 899.5, - "new_cases_per_million": 9.555, - "new_cases_smoothed_per_million": 10.555, - "total_deaths_per_million": 31.721, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 79.63 - }, - { - "date": "2020-08-20", - "total_cases": 39847.0, - "new_cases": 403.0, - "new_cases_smoothed": 449.714, - "total_deaths": 1402.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.857, - "total_cases_per_million": 908.69, - "new_cases_per_million": 9.19, - "new_cases_smoothed_per_million": 10.255, - "total_deaths_per_million": 31.972, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.225, - "stringency_index": 79.63 - }, - { - "date": "2020-08-21", - "total_cases": 40258.0, - "new_cases": 411.0, - "new_cases_smoothed": 438.714, - "total_deaths": 1411.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 918.063, - "new_cases_per_million": 9.373, - "new_cases_smoothed_per_million": 10.005, - "total_deaths_per_million": 32.177, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.228, - "stringency_index": 79.63 - }, - { - "date": "2020-08-22", - "total_cases": 40667.0, - "new_cases": 409.0, - "new_cases_smoothed": 429.0, - "total_deaths": 1418.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 927.39, - "new_cases_per_million": 9.327, - "new_cases_smoothed_per_million": 9.783, - "total_deaths_per_million": 32.337, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 79.63 - }, - { - "date": "2020-08-23", - "total_cases": 41068.0, - "new_cases": 401.0, - "new_cases_smoothed": 419.286, - "total_deaths": 1424.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 936.534, - "new_cases_per_million": 9.145, - "new_cases_smoothed_per_million": 9.562, - "total_deaths_per_million": 32.474, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 79.63 - }, - { - "date": "2020-08-24", - "total_cases": 41460.0, - "new_cases": 392.0, - "new_cases_smoothed": 411.0, - "total_deaths": 1435.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 945.474, - "new_cases_per_million": 8.939, - "new_cases_smoothed_per_million": 9.373, - "total_deaths_per_million": 32.724, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.212, - "stringency_index": 79.63 - }, - { - "date": "2020-08-25", - "total_cases": 41858.0, - "new_cases": 398.0, - "new_cases_smoothed": 404.714, - "total_deaths": 1446.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 954.55, - "new_cases_per_million": 9.076, - "new_cases_smoothed_per_million": 9.229, - "total_deaths_per_million": 32.975, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 79.63 - }, - { - "date": "2020-08-26", - "total_cases": 42228.0, - "new_cases": 370.0, - "new_cases_smoothed": 397.714, - "total_deaths": 1456.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 962.987, - "new_cases_per_million": 8.438, - "new_cases_smoothed_per_million": 9.07, - "total_deaths_per_million": 33.203, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.212, - "stringency_index": 79.63 - }, - { - "date": "2020-08-27", - "total_cases": 42619.0, - "new_cases": 391.0, - "new_cases_smoothed": 396.0, - "total_deaths": 1465.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 971.904, - "new_cases_per_million": 8.917, - "new_cases_smoothed_per_million": 9.031, - "total_deaths_per_million": 33.409, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.205, - "stringency_index": 79.63 - }, - { - "date": "2020-08-28", - "total_cases": 43016.0, - "new_cases": 397.0, - "new_cases_smoothed": 394.0, - "total_deaths": 1475.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 980.957, - "new_cases_per_million": 9.053, - "new_cases_smoothed_per_million": 8.985, - "total_deaths_per_million": 33.637, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 79.63 - }, - { - "date": "2020-08-29", - "total_cases": 43403.0, - "new_cases": 387.0, - "new_cases_smoothed": 390.857, - "total_deaths": 1483.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.286, - "total_cases_per_million": 989.783, - "new_cases_per_million": 8.825, - "new_cases_smoothed_per_million": 8.913, - "total_deaths_per_million": 33.819, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.212, - "stringency_index": 79.63 - }, - { - "date": "2020-08-30", - "total_cases": 43782.0, - "new_cases": 379.0, - "new_cases_smoothed": 387.714, - "total_deaths": 1491.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 998.426, - "new_cases_per_million": 8.643, - "new_cases_smoothed_per_million": 8.842, - "total_deaths_per_million": 34.001, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 79.63 - }, - { - "date": "2020-08-31", - "total_cases": 44146.0, - "new_cases": 364.0, - "new_cases_smoothed": 383.714, - "total_deaths": 1501.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 1006.726, - "new_cases_per_million": 8.301, - "new_cases_smoothed_per_million": 8.75, - "total_deaths_per_million": 34.23, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.215, - "stringency_index": 79.63 - }, - { - "date": "2020-09-01", - "total_cases": 44494.0, - "new_cases": 348.0, - "new_cases_smoothed": 376.571, - "total_deaths": 1510.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 1014.662, - "new_cases_per_million": 7.936, - "new_cases_smoothed_per_million": 8.588, - "total_deaths_per_million": 34.435, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 75.93 - }, - { - "date": "2020-09-02", - "total_cases": 44833.0, - "new_cases": 339.0, - "new_cases_smoothed": 372.143, - "total_deaths": 1518.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 1022.393, - "new_cases_per_million": 7.731, - "new_cases_smoothed_per_million": 8.487, - "total_deaths_per_million": 34.617, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.202, - "stringency_index": 75.93 - }, - { - "date": "2020-09-03", - "total_cases": 45158.0, - "new_cases": 325.0, - "new_cases_smoothed": 362.714, - "total_deaths": 1525.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1029.804, - "new_cases_per_million": 7.411, - "new_cases_smoothed_per_million": 8.272, - "total_deaths_per_million": 34.777, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-04", - "total_cases": 45469.0, - "new_cases": 311.0, - "new_cases_smoothed": 350.429, - "total_deaths": 1531.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1036.897, - "new_cases_per_million": 7.092, - "new_cases_smoothed_per_million": 7.991, - "total_deaths_per_million": 34.914, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 75.93 - }, - { - "date": "2020-09-05", - "total_cases": 45773.0, - "new_cases": 304.0, - "new_cases_smoothed": 338.571, - "total_deaths": 1539.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1043.829, - "new_cases_per_million": 6.933, - "new_cases_smoothed_per_million": 7.721, - "total_deaths_per_million": 35.096, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 75.93 - }, - { - "date": "2020-09-06", - "total_cases": 46071.0, - "new_cases": 298.0, - "new_cases_smoothed": 327.0, - "total_deaths": 1549.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 1050.625, - "new_cases_per_million": 6.796, - "new_cases_smoothed_per_million": 7.457, - "total_deaths_per_million": 35.324, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.189, - "stringency_index": 75.93 - }, - { - "date": "2020-09-07", - "total_cases": 46364.0, - "new_cases": 293.0, - "new_cases_smoothed": 316.857, - "total_deaths": 1556.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 1057.307, - "new_cases_per_million": 6.682, - "new_cases_smoothed_per_million": 7.226, - "total_deaths_per_million": 35.484, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 75.93 - }, - { - "date": "2020-09-08", - "total_cases": 46653.0, - "new_cases": 289.0, - "new_cases_smoothed": 308.429, - "total_deaths": 1562.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 1063.897, - "new_cases_per_million": 6.59, - "new_cases_smoothed_per_million": 7.034, - "total_deaths_per_million": 35.621, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.169, - "stringency_index": 75.93 - }, - { - "date": "2020-09-09", - "total_cases": 46938.0, - "new_cases": 285.0, - "new_cases_smoothed": 300.714, - "total_deaths": 1571.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 1070.396, - "new_cases_per_million": 6.499, - "new_cases_smoothed_per_million": 6.858, - "total_deaths_per_million": 35.826, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.173, - "stringency_index": 75.93 - }, - { - "date": "2020-09-10", - "total_cases": 47216.0, - "new_cases": 278.0, - "new_cases_smoothed": 294.0, - "total_deaths": 1581.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1076.736, - "new_cases_per_million": 6.34, - "new_cases_smoothed_per_million": 6.705, - "total_deaths_per_million": 36.054, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 75.93 - }, - { - "date": "2020-09-11", - "total_cases": 47488.0, - "new_cases": 272.0, - "new_cases_smoothed": 288.429, - "total_deaths": 1591.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1082.939, - "new_cases_per_million": 6.203, - "new_cases_smoothed_per_million": 6.577, - "total_deaths_per_million": 36.282, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-12", - "total_cases": 47752.0, - "new_cases": 264.0, - "new_cases_smoothed": 282.714, - "total_deaths": 1599.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1088.959, - "new_cases_per_million": 6.02, - "new_cases_smoothed_per_million": 6.447, - "total_deaths_per_million": 36.464, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-13", - "total_cases": 48007.0, - "new_cases": 255.0, - "new_cases_smoothed": 276.571, - "total_deaths": 1605.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1094.774, - "new_cases_per_million": 5.815, - "new_cases_smoothed_per_million": 6.307, - "total_deaths_per_million": 36.601, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 75.93 - }, - { - "date": "2020-09-14", - "total_cases": 48254.0, - "new_cases": 247.0, - "new_cases_smoothed": 270.0, - "total_deaths": 1612.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 1100.407, - "new_cases_per_million": 5.633, - "new_cases_smoothed_per_million": 6.157, - "total_deaths_per_million": 36.761, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.182, - "stringency_index": 75.93 - }, - { - "date": "2020-09-15", - "total_cases": 48496.0, - "new_cases": 242.0, - "new_cases_smoothed": 263.286, - "total_deaths": 1620.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 1105.926, - "new_cases_per_million": 5.519, - "new_cases_smoothed_per_million": 6.004, - "total_deaths_per_million": 36.943, - "new_deaths_per_million": 0.182, - "new_deaths_smoothed_per_million": 0.189, - "stringency_index": 75.93 - }, - { - "date": "2020-09-16", - "total_cases": 48734.0, - "new_cases": 238.0, - "new_cases_smoothed": 256.571, - "total_deaths": 1632.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 1111.353, - "new_cases_per_million": 5.427, - "new_cases_smoothed_per_million": 5.851, - "total_deaths_per_million": 37.217, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.199, - "stringency_index": 75.93 - }, - { - "date": "2020-09-17", - "total_cases": 48966.0, - "new_cases": 232.0, - "new_cases_smoothed": 250.0, - "total_deaths": 1645.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 1116.644, - "new_cases_per_million": 5.291, - "new_cases_smoothed_per_million": 5.701, - "total_deaths_per_million": 37.513, - "new_deaths_per_million": 0.296, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 75.93 - }, - { - "date": "2020-09-18", - "total_cases": 49194.0, - "new_cases": 228.0, - "new_cases_smoothed": 243.714, - "total_deaths": 1654.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 1121.843, - "new_cases_per_million": 5.199, - "new_cases_smoothed_per_million": 5.558, - "total_deaths_per_million": 37.719, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.205, - "stringency_index": 75.93 - }, - { - "date": "2020-09-19", - "total_cases": 49413.0, - "new_cases": 219.0, - "new_cases_smoothed": 237.286, - "total_deaths": 1659.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1126.838, - "new_cases_per_million": 4.994, - "new_cases_smoothed_per_million": 5.411, - "total_deaths_per_million": 37.833, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-20", - "total_cases": 49623.0, - "new_cases": 210.0, - "new_cases_smoothed": 230.857, - "total_deaths": 1665.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1131.626, - "new_cases_per_million": 4.789, - "new_cases_smoothed_per_million": 5.265, - "total_deaths_per_million": 37.969, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-21", - "total_cases": 49826.0, - "new_cases": 203.0, - "new_cases_smoothed": 224.571, - "total_deaths": 1672.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.571, - "total_cases_per_million": 1136.256, - "new_cases_per_million": 4.629, - "new_cases_smoothed_per_million": 5.121, - "total_deaths_per_million": 38.129, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.195, - "stringency_index": 75.93 - }, - { - "date": "2020-09-22", - "total_cases": 50023.0, - "new_cases": 197.0, - "new_cases_smoothed": 218.143, - "total_deaths": 1679.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 1140.748, - "new_cases_per_million": 4.492, - "new_cases_smoothed_per_million": 4.975, - "total_deaths_per_million": 38.289, - "new_deaths_per_million": 0.16, - "new_deaths_smoothed_per_million": 0.192 - }, - { - "date": "2020-09-23", - "total_cases": 50214.0, - "new_cases": 191.0, - "new_cases_smoothed": 211.429, - "total_deaths": 1689.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 1145.104, - "new_cases_per_million": 4.356, - "new_cases_smoothed_per_million": 4.822, - "total_deaths_per_million": 38.517, - "new_deaths_per_million": 0.228, - "new_deaths_smoothed_per_million": 0.186 - }, - { - "date": "2020-09-24", - "total_cases": 50400.0, - "new_cases": 186.0, - "new_cases_smoothed": 204.857, - "total_deaths": 1698.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 1149.346, - "new_cases_per_million": 4.242, - "new_cases_smoothed_per_million": 4.672, - "total_deaths_per_million": 38.722, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.173 - }, - { - "date": "2020-09-25", - "total_cases": 50579.0, - "new_cases": 179.0, - "new_cases_smoothed": 197.857, - "total_deaths": 1703.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 1153.428, - "new_cases_per_million": 4.082, - "new_cases_smoothed_per_million": 4.512, - "total_deaths_per_million": 38.836, - "new_deaths_per_million": 0.114, - "new_deaths_smoothed_per_million": 0.16 - } - ] - }, - "ECU": { - "continent": "South America", - "location": "Ecuador", - "population": 17643060.0, - "population_density": 66.939, - "median_age": 28.1, - "aged_65_older": 7.104, - "aged_70_older": 4.458, - "gdp_per_capita": 10581.936, - "extreme_poverty": 3.6, - "cardiovasc_death_rate": 140.448, - "diabetes_prevalence": 5.55, - "female_smokers": 2.0, - "male_smokers": 12.3, - "handwashing_facilities": 80.635, - "hospital_beds_per_thousand": 1.5, - "life_expectancy": 77.01, - "human_development_index": 0.752, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.057, - "new_cases_per_million": 0.057, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-03-02", - "total_cases": 6.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.34, - "new_cases_per_million": 0.283, - "new_cases_smoothed_per_million": 0.049, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-03", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.397, - "new_cases_per_million": 0.057, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 1.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-05", - "total_cases": 10.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.567, - "new_cases_per_million": 0.17, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-06", - "total_cases": 13.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.737, - "new_cases_per_million": 0.17, - "new_cases_smoothed_per_million": 0.105, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 1.857, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.105, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 1.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-09", - "total_cases": 14.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.794, - "new_cases_per_million": 0.057, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-10", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.85, - "new_cases_per_million": 0.057, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-11", - "total_cases": 17.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.964, - "new_cases_per_million": 0.113, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-12", - "new_cases_smoothed": 1.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-13", - "new_cases_smoothed": 0.571, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-03-14", - "total_cases": 23.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.304, - "new_cases_per_million": 0.34, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.057, - "new_deaths_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 36.11 - }, - { - "date": "2020-03-15", - "total_cases": 28.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.143, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1.587, - "new_cases_per_million": 0.283, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.113, - "new_deaths_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 55.56 - }, - { - "date": "2020-03-16", - "total_cases": 37.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.097, - "new_cases_per_million": 0.51, - "new_cases_smoothed_per_million": 0.186, - "total_deaths_per_million": 0.113, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 55.56 - }, - { - "date": "2020-03-17", - "total_cases": 58.0, - "new_cases": 21.0, - "new_cases_smoothed": 6.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3.287, - "new_cases_per_million": 1.19, - "new_cases_smoothed_per_million": 0.348, - "total_deaths_per_million": 0.113, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "stringency_index": 93.52 - }, - { - "date": "2020-03-18", - "total_cases": 111.0, - "new_cases": 53.0, - "new_cases_smoothed": 13.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.291, - "new_cases_per_million": 3.004, - "new_cases_smoothed_per_million": 0.761, - "total_deaths_per_million": 0.113, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.016, - "total_tests": 480.0, - "total_tests_per_thousand": 0.027, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-19", - "total_cases": 168.0, - "new_cases": 57.0, - "new_cases_smoothed": 21.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9.522, - "new_cases_per_million": 3.231, - "new_cases_smoothed_per_million": 1.223, - "total_deaths_per_million": 0.17, - "new_deaths_per_million": 0.057, - "new_deaths_smoothed_per_million": 0.024, - "new_tests": 192.0, - "total_tests": 672.0, - "total_tests_per_thousand": 0.038, - "new_tests_per_thousand": 0.011, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-20", - "total_cases": 199.0, - "new_cases": 31.0, - "new_cases_smoothed": 26.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 11.279, - "new_cases_per_million": 1.757, - "new_cases_smoothed_per_million": 1.474, - "total_deaths_per_million": 0.17, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "new_tests": 287.0, - "total_tests": 959.0, - "total_tests_per_thousand": 0.054, - "new_tests_per_thousand": 0.016, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-21", - "total_cases": 426.0, - "new_cases": 227.0, - "new_cases_smoothed": 57.571, - "total_deaths": 7.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 24.145, - "new_cases_per_million": 12.866, - "new_cases_smoothed_per_million": 3.263, - "total_deaths_per_million": 0.397, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.049, - "new_tests": 222.0, - "total_tests": 1181.0, - "total_tests_per_thousand": 0.067, - "new_tests_per_thousand": 0.013, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-22", - "total_cases": 532.0, - "new_cases": 106.0, - "new_cases_smoothed": 72.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 30.153, - "new_cases_per_million": 6.008, - "new_cases_smoothed_per_million": 4.081, - "total_deaths_per_million": 0.397, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests": 480.0, - "total_tests": 1661.0, - "total_tests_per_thousand": 0.094, - "new_tests_per_thousand": 0.027, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-23", - "total_cases": 789.0, - "new_cases": 257.0, - "new_cases_smoothed": 107.429, - "total_deaths": 14.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 44.72, - "new_cases_per_million": 14.567, - "new_cases_smoothed_per_million": 6.089, - "total_deaths_per_million": 0.794, - "new_deaths_per_million": 0.397, - "new_deaths_smoothed_per_million": 0.097, - "new_tests": 411.0, - "total_tests": 2072.0, - "total_tests_per_thousand": 0.117, - "new_tests_per_thousand": 0.023, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-24", - "total_cases": 981.0, - "new_cases": 192.0, - "new_cases_smoothed": 131.857, - "total_deaths": 18.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 55.603, - "new_cases_per_million": 10.882, - "new_cases_smoothed_per_million": 7.474, - "total_deaths_per_million": 1.02, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 235.0, - "total_tests": 2307.0, - "total_tests_per_thousand": 0.131, - "new_tests_per_thousand": 0.013, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-25", - "total_cases": 1082.0, - "new_cases": 101.0, - "new_cases_smoothed": 138.714, - "total_deaths": 27.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 61.327, - "new_cases_per_million": 5.725, - "new_cases_smoothed_per_million": 7.862, - "total_deaths_per_million": 1.53, - "new_deaths_per_million": 0.51, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 291.0, - "total_tests": 2598.0, - "total_tests_per_thousand": 0.147, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 303.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-26", - "total_cases": 1211.0, - "new_cases": 129.0, - "new_cases_smoothed": 149.0, - "total_deaths": 29.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 68.639, - "new_cases_per_million": 7.312, - "new_cases_smoothed_per_million": 8.445, - "total_deaths_per_million": 1.644, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.211, - "new_tests": 527.0, - "total_tests": 3125.0, - "total_tests_per_thousand": 0.177, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 350.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-27", - "total_cases": 1403.0, - "new_cases": 192.0, - "new_cases_smoothed": 172.0, - "total_deaths": 34.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 79.521, - "new_cases_per_million": 10.882, - "new_cases_smoothed_per_million": 9.749, - "total_deaths_per_million": 1.927, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.251, - "new_tests": 443.0, - "total_tests": 3568.0, - "total_tests_per_thousand": 0.202, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 373.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-28", - "total_cases": 1627.0, - "new_cases": 224.0, - "new_cases_smoothed": 171.571, - "total_deaths": 41.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 92.218, - "new_cases_per_million": 12.696, - "new_cases_smoothed_per_million": 9.725, - "total_deaths_per_million": 2.324, - "new_deaths_per_million": 0.397, - "new_deaths_smoothed_per_million": 0.275, - "new_tests": 367.0, - "total_tests": 3935.0, - "total_tests_per_thousand": 0.223, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 393.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-29", - "total_cases": 1835.0, - "new_cases": 208.0, - "new_cases_smoothed": 186.143, - "total_deaths": 48.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 104.007, - "new_cases_per_million": 11.789, - "new_cases_smoothed_per_million": 10.55, - "total_deaths_per_million": 2.721, - "new_deaths_per_million": 0.397, - "new_deaths_smoothed_per_million": 0.332, - "new_tests": 188.0, - "total_tests": 4123.0, - "total_tests_per_thousand": 0.234, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 352.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-30", - "total_cases": 1890.0, - "new_cases": 55.0, - "new_cases_smoothed": 157.286, - "total_deaths": 58.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 107.124, - "new_cases_per_million": 3.117, - "new_cases_smoothed_per_million": 8.915, - "total_deaths_per_million": 3.287, - "new_deaths_per_million": 0.567, - "new_deaths_smoothed_per_million": 0.356, - "new_tests": 96.0, - "total_tests": 4219.0, - "total_tests_per_thousand": 0.239, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 307.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-03-31", - "total_cases": 1966.0, - "new_cases": 76.0, - "new_cases_smoothed": 140.714, - "total_deaths": 62.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 111.432, - "new_cases_per_million": 4.308, - "new_cases_smoothed_per_million": 7.976, - "total_deaths_per_million": 3.514, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 0.356, - "new_tests": 609.0, - "total_tests": 4828.0, - "total_tests_per_thousand": 0.274, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 360.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-01", - "total_cases": 2302.0, - "new_cases": 336.0, - "new_cases_smoothed": 174.286, - "total_deaths": 79.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 130.476, - "new_cases_per_million": 19.044, - "new_cases_smoothed_per_million": 9.878, - "total_deaths_per_million": 4.478, - "new_deaths_per_million": 0.964, - "new_deaths_smoothed_per_million": 0.421, - "new_tests": 763.0, - "total_tests": 5591.0, - "total_tests_per_thousand": 0.317, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 428.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-02", - "total_cases": 2758.0, - "new_cases": 456.0, - "new_cases_smoothed": 221.0, - "total_deaths": 120.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 156.322, - "new_cases_per_million": 25.846, - "new_cases_smoothed_per_million": 12.526, - "total_deaths_per_million": 6.802, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 0.737, - "new_tests": 711.0, - "total_tests": 6302.0, - "total_tests_per_thousand": 0.357, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 454.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-03", - "total_cases": 3163.0, - "new_cases": 405.0, - "new_cases_smoothed": 251.429, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 179.277, - "new_cases_per_million": 22.955, - "new_cases_smoothed_per_million": 14.251, - "total_deaths_per_million": 6.802, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.696, - "new_tests": 354.0, - "total_tests": 6656.0, - "total_tests_per_thousand": 0.377, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 441.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-04", - "total_cases": 3368.0, - "new_cases": 205.0, - "new_cases_smoothed": 248.714, - "total_deaths": 145.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 190.897, - "new_cases_per_million": 11.619, - "new_cases_smoothed_per_million": 14.097, - "total_deaths_per_million": 8.219, - "new_deaths_per_million": 1.417, - "new_deaths_smoothed_per_million": 0.842, - "new_tests": 178.0, - "total_tests": 6834.0, - "total_tests_per_thousand": 0.387, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 414.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-05", - "total_cases": 3465.0, - "new_cases": 97.0, - "new_cases_smoothed": 232.857, - "total_deaths": 172.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 196.395, - "new_cases_per_million": 5.498, - "new_cases_smoothed_per_million": 13.198, - "total_deaths_per_million": 9.749, - "new_deaths_per_million": 1.53, - "new_deaths_smoothed_per_million": 1.004, - "new_tests": 415.0, - "total_tests": 7249.0, - "total_tests_per_thousand": 0.411, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 447.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-06", - "total_cases": 3646.0, - "new_cases": 181.0, - "new_cases_smoothed": 250.857, - "total_deaths": 180.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 206.653, - "new_cases_per_million": 10.259, - "new_cases_smoothed_per_million": 14.218, - "total_deaths_per_million": 10.202, - "new_deaths_per_million": 0.453, - "new_deaths_smoothed_per_million": 0.988, - "new_tests": 341.0, - "total_tests": 7590.0, - "total_tests_per_thousand": 0.43, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 482.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-07", - "total_cases": 3747.0, - "new_cases": 101.0, - "new_cases_smoothed": 254.429, - "total_deaths": 191.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 18.429, - "total_cases_per_million": 212.378, - "new_cases_per_million": 5.725, - "new_cases_smoothed_per_million": 14.421, - "total_deaths_per_million": 10.826, - "new_deaths_per_million": 0.623, - "new_deaths_smoothed_per_million": 1.045, - "new_tests": 361.0, - "total_tests": 7951.0, - "total_tests_per_thousand": 0.451, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 446.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-08", - "total_cases": 3995.0, - "new_cases": 248.0, - "new_cases_smoothed": 241.857, - "total_deaths": 220.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 226.435, - "new_cases_per_million": 14.057, - "new_cases_smoothed_per_million": 13.708, - "total_deaths_per_million": 12.469, - "new_deaths_per_million": 1.644, - "new_deaths_smoothed_per_million": 1.142, - "new_tests": 707.0, - "total_tests": 8658.0, - "total_tests_per_thousand": 0.491, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 438.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-09", - "total_cases": 4450.0, - "new_cases": 455.0, - "new_cases_smoothed": 241.714, - "total_deaths": 242.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 252.224, - "new_cases_per_million": 25.789, - "new_cases_smoothed_per_million": 13.7, - "total_deaths_per_million": 13.716, - "new_deaths_per_million": 1.247, - "new_deaths_smoothed_per_million": 0.988, - "new_tests": 981.0, - "total_tests": 9639.0, - "total_tests_per_thousand": 0.546, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 477.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-10", - "total_cases": 4965.0, - "new_cases": 515.0, - "new_cases_smoothed": 257.429, - "total_deaths": 272.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 281.414, - "new_cases_per_million": 29.19, - "new_cases_smoothed_per_million": 14.591, - "total_deaths_per_million": 15.417, - "new_deaths_per_million": 1.7, - "new_deaths_smoothed_per_million": 1.231, - "new_tests": 4018.0, - "total_tests": 13657.0, - "total_tests_per_thousand": 0.774, - "new_tests_per_thousand": 0.228, - "new_tests_smoothed": 1000.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-11", - "total_cases": 7161.0, - "new_cases": 2196.0, - "new_cases_smoothed": 541.857, - "total_deaths": 297.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 405.882, - "new_cases_per_million": 124.468, - "new_cases_smoothed_per_million": 30.712, - "total_deaths_per_million": 16.834, - "new_deaths_per_million": 1.417, - "new_deaths_smoothed_per_million": 1.231, - "new_tests": 544.0, - "total_tests": 14201.0, - "total_tests_per_thousand": 0.805, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 1052.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-12", - "total_cases": 7257.0, - "new_cases": 96.0, - "new_cases_smoothed": 541.714, - "total_deaths": 315.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 20.429, - "total_cases_per_million": 411.323, - "new_cases_per_million": 5.441, - "new_cases_smoothed_per_million": 30.704, - "total_deaths_per_million": 17.854, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.158, - "new_tests": 383.0, - "total_tests": 14584.0, - "total_tests_per_thousand": 0.827, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 1048.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-13", - "total_cases": 7466.0, - "new_cases": 209.0, - "new_cases_smoothed": 545.714, - "total_deaths": 333.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 423.169, - "new_cases_per_million": 11.846, - "new_cases_smoothed_per_million": 30.931, - "total_deaths_per_million": 18.874, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.239, - "new_tests": 242.0, - "total_tests": 14826.0, - "total_tests_per_thousand": 0.84, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 1034.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-14", - "total_cases": 7529.0, - "new_cases": 63.0, - "new_cases_smoothed": 540.286, - "total_deaths": 355.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 23.429, - "total_cases_per_million": 426.74, - "new_cases_per_million": 3.571, - "new_cases_smoothed_per_million": 30.623, - "total_deaths_per_million": 20.121, - "new_deaths_per_million": 1.247, - "new_deaths_smoothed_per_million": 1.328, - "new_tests": 272.0, - "total_tests": 15098.0, - "total_tests_per_thousand": 0.856, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 1021.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-15", - "total_cases": 7603.0, - "new_cases": 74.0, - "new_cases_smoothed": 515.429, - "total_deaths": 355.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 430.934, - "new_cases_per_million": 4.194, - "new_cases_smoothed_per_million": 29.214, - "total_deaths_per_million": 20.121, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.093, - "new_tests": 516.0, - "total_tests": 15614.0, - "total_tests_per_thousand": 0.885, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 994.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-16", - "total_cases": 7858.0, - "new_cases": 255.0, - "new_cases_smoothed": 486.857, - "total_deaths": 388.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 20.857, - "total_cases_per_million": 445.388, - "new_cases_per_million": 14.453, - "new_cases_smoothed_per_million": 27.595, - "total_deaths_per_million": 21.992, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 1.182, - "new_tests": 523.0, - "total_tests": 16137.0, - "total_tests_per_thousand": 0.915, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 928.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-17", - "total_cases": 8225.0, - "new_cases": 367.0, - "new_cases_smoothed": 465.714, - "total_deaths": 403.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 466.189, - "new_cases_per_million": 20.801, - "new_cases_smoothed_per_million": 26.396, - "total_deaths_per_million": 22.842, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 1.061, - "new_tests": 388.0, - "total_tests": 16525.0, - "total_tests_per_thousand": 0.937, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 410.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-18", - "total_cases": 8450.0, - "new_cases": 225.0, - "new_cases_smoothed": 184.143, - "total_deaths": 421.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 478.942, - "new_cases_per_million": 12.753, - "new_cases_smoothed_per_million": 10.437, - "total_deaths_per_million": 23.862, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.004, - "new_tests": 988.0, - "total_tests": 17513.0, - "total_tests_per_thousand": 0.993, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 473.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-19", - "total_cases": 9022.0, - "new_cases": 572.0, - "new_cases_smoothed": 252.143, - "total_deaths": 456.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 511.363, - "new_cases_per_million": 32.421, - "new_cases_smoothed_per_million": 14.291, - "total_deaths_per_million": 25.846, - "new_deaths_per_million": 1.984, - "new_deaths_smoothed_per_million": 1.142, - "new_tests": 920.0, - "total_tests": 18433.0, - "total_tests_per_thousand": 1.045, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 550.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-20", - "total_cases": 9468.0, - "new_cases": 446.0, - "new_cases_smoothed": 286.0, - "total_deaths": 474.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 536.642, - "new_cases_per_million": 25.279, - "new_cases_smoothed_per_million": 16.21, - "total_deaths_per_million": 26.866, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.142, - "new_tests": 1427.0, - "total_tests": 19860.0, - "total_tests_per_thousand": 1.126, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 719.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-21", - "total_cases": 10128.0, - "new_cases": 660.0, - "new_cases_smoothed": 371.286, - "total_deaths": 507.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 21.714, - "total_cases_per_million": 574.05, - "new_cases_per_million": 37.408, - "new_cases_smoothed_per_million": 21.044, - "total_deaths_per_million": 28.737, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 1.231, - "new_tests": 620.0, - "total_tests": 20480.0, - "total_tests_per_thousand": 1.161, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 769.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-22", - "total_cases": 10398.0, - "new_cases": 270.0, - "new_cases_smoothed": 399.286, - "total_deaths": 520.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 23.571, - "total_cases_per_million": 589.354, - "new_cases_per_million": 15.303, - "new_cases_smoothed_per_million": 22.631, - "total_deaths_per_million": 29.473, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.336, - "new_tests": 1127.0, - "total_tests": 21607.0, - "total_tests_per_thousand": 1.225, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 856.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-23", - "total_cases": 10850.0, - "new_cases": 452.0, - "new_cases_smoothed": 427.429, - "total_deaths": 537.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 614.973, - "new_cases_per_million": 25.619, - "new_cases_smoothed_per_million": 24.226, - "total_deaths_per_million": 30.437, - "new_deaths_per_million": 0.964, - "new_deaths_smoothed_per_million": 1.206, - "new_tests": 1776.0, - "total_tests": 23383.0, - "total_tests_per_thousand": 1.325, - "new_tests_per_thousand": 0.101, - "new_tests_smoothed": 1035.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-24", - "total_cases": 11183.0, - "new_cases": 333.0, - "new_cases_smoothed": 422.571, - "total_deaths": 560.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 22.429, - "total_cases_per_million": 633.847, - "new_cases_per_million": 18.874, - "new_cases_smoothed_per_million": 23.951, - "total_deaths_per_million": 31.741, - "new_deaths_per_million": 1.304, - "new_deaths_smoothed_per_million": 1.271, - "new_tests_smoothed": 1257.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-25", - "total_cases": 11183.0, - "new_cases": 0.0, - "new_cases_smoothed": 390.429, - "total_deaths": 576.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 633.847, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.129, - "total_deaths_per_million": 32.647, - "new_deaths_per_million": 0.907, - "new_deaths_smoothed_per_million": 1.255, - "new_tests_smoothed": 1392.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-26", - "total_cases": 11183.0, - "new_cases": 0.0, - "new_cases_smoothed": 308.714, - "total_deaths": 576.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 633.847, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.498, - "total_deaths_per_million": 32.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.972, - "new_tests_smoothed": 1538.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-27", - "total_cases": 22719.0, - "new_cases": 11536.0, - "new_cases_smoothed": 1893.0, - "total_deaths": 576.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 1287.702, - "new_cases_per_million": 653.855, - "new_cases_smoothed_per_million": 107.294, - "total_deaths_per_million": 32.647, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.826, - "total_tests": 31134.0, - "total_tests_per_thousand": 1.765, - "new_tests_smoothed": 1611.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-28", - "total_cases": 23240.0, - "new_cases": 521.0, - "new_cases_smoothed": 1873.143, - "total_deaths": 663.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 1317.232, - "new_cases_per_million": 29.53, - "new_cases_smoothed_per_million": 106.169, - "total_deaths_per_million": 37.579, - "new_deaths_per_million": 4.931, - "new_deaths_smoothed_per_million": 1.263, - "new_tests": 1326.0, - "total_tests": 32460.0, - "total_tests_per_thousand": 1.84, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 1711.0, - "new_tests_smoothed_per_thousand": 0.097, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-29", - "total_cases": 24258.0, - "new_cases": 1018.0, - "new_cases_smoothed": 1980.0, - "total_deaths": 871.0, - "new_deaths": 208.0, - "new_deaths_smoothed": 50.143, - "total_cases_per_million": 1374.932, - "new_cases_per_million": 57.7, - "new_cases_smoothed_per_million": 112.225, - "total_deaths_per_million": 49.368, - "new_deaths_per_million": 11.789, - "new_deaths_smoothed_per_million": 2.842, - "new_tests": 1224.0, - "total_tests": 33684.0, - "total_tests_per_thousand": 1.909, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 1725.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-04-30", - "total_cases": 24675.0, - "new_cases": 417.0, - "new_cases_smoothed": 1975.0, - "total_deaths": 883.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 1398.567, - "new_cases_per_million": 23.635, - "new_cases_smoothed_per_million": 111.942, - "total_deaths_per_million": 50.048, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 2.802, - "new_tests": 663.0, - "total_tests": 34347.0, - "total_tests_per_thousand": 1.947, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 1566.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-01", - "total_cases": 24934.0, - "new_cases": 259.0, - "new_cases_smoothed": 1964.429, - "total_deaths": 900.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 48.571, - "total_cases_per_million": 1413.247, - "new_cases_per_million": 14.68, - "new_cases_smoothed_per_million": 111.343, - "total_deaths_per_million": 51.012, - "new_deaths_per_million": 0.964, - "new_deaths_smoothed_per_million": 2.753, - "new_tests": 2714.0, - "total_tests": 37061.0, - "total_tests_per_thousand": 2.101, - "new_tests_per_thousand": 0.154, - "new_tests_smoothed": 1677.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-02", - "total_cases": 26336.0, - "new_cases": 1402.0, - "new_cases_smoothed": 2164.714, - "total_deaths": 1063.0, - "new_deaths": 163.0, - "new_deaths_smoothed": 69.571, - "total_cases_per_million": 1492.712, - "new_cases_per_million": 79.465, - "new_cases_smoothed_per_million": 122.695, - "total_deaths_per_million": 60.25, - "new_deaths_per_million": 9.239, - "new_deaths_smoothed_per_million": 3.943, - "new_tests": 1863.0, - "total_tests": 38924.0, - "total_tests_per_thousand": 2.206, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 1666.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-03", - "total_cases": 27464.0, - "new_cases": 1128.0, - "new_cases_smoothed": 2325.857, - "total_deaths": 1371.0, - "new_deaths": 308.0, - "new_deaths_smoothed": 113.571, - "total_cases_per_million": 1556.646, - "new_cases_per_million": 63.934, - "new_cases_smoothed_per_million": 131.828, - "total_deaths_per_million": 77.708, - "new_deaths_per_million": 17.457, - "new_deaths_smoothed_per_million": 6.437, - "new_tests": 4803.0, - "total_tests": 43727.0, - "total_tests_per_thousand": 2.478, - "new_tests_per_thousand": 0.272, - "new_tests_smoothed": 2076.0, - "new_tests_smoothed_per_thousand": 0.118, - "tests_units": "people tested", - "stringency_index": 93.52 - }, - { - "date": "2020-05-04", - "total_cases": 29538.0, - "new_cases": 2074.0, - "new_cases_smoothed": 974.143, - "total_deaths": 1564.0, - "new_deaths": 193.0, - "new_deaths_smoothed": 141.143, - "total_cases_per_million": 1674.199, - "new_cases_per_million": 117.553, - "new_cases_smoothed_per_million": 55.214, - "total_deaths_per_million": 88.647, - "new_deaths_per_million": 10.939, - "new_deaths_smoothed_per_million": 8.0, - "new_tests": 2533.0, - "total_tests": 46260.0, - "total_tests_per_thousand": 2.622, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 2161.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-05", - "total_cases": 31881.0, - "new_cases": 2343.0, - "new_cases_smoothed": 1234.429, - "total_deaths": 1569.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 129.429, - "total_cases_per_million": 1806.999, - "new_cases_per_million": 132.8, - "new_cases_smoothed_per_million": 69.967, - "total_deaths_per_million": 88.93, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 7.336, - "new_tests_smoothed": 1729.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-06", - "total_cases": 31881.0, - "new_cases": 0.0, - "new_cases_smoothed": 1089.0, - "total_deaths": 1569.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 99.714, - "total_cases_per_million": 1806.999, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.724, - "total_deaths_per_million": 88.93, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 5.652, - "total_tests": 42870.0, - "total_tests_per_thousand": 2.43, - "new_tests_smoothed": 1312.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-07", - "total_cases": 29420.0, - "new_cases": -2461.0, - "new_cases_smoothed": 677.857, - "total_deaths": 1618.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 105.0, - "total_cases_per_million": 1667.511, - "new_cases_per_million": -139.488, - "new_cases_smoothed_per_million": 38.421, - "total_deaths_per_million": 91.707, - "new_deaths_per_million": 2.777, - "new_deaths_smoothed_per_million": 5.951, - "new_tests": 1503.0, - "total_tests": 44373.0, - "total_tests_per_thousand": 2.515, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 1432.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-08", - "total_cases": 30298.0, - "new_cases": 878.0, - "new_cases_smoothed": 766.286, - "total_deaths": 1654.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 107.714, - "total_cases_per_million": 1717.276, - "new_cases_per_million": 49.765, - "new_cases_smoothed_per_million": 43.433, - "total_deaths_per_million": 93.748, - "new_deaths_per_million": 2.04, - "new_deaths_smoothed_per_million": 6.105, - "new_tests": -3743.0, - "total_tests": 40630.0, - "total_tests_per_thousand": 2.303, - "new_tests_per_thousand": -0.212, - "new_tests_smoothed": 510.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-09", - "total_cases": 28818.0, - "new_cases": -1480.0, - "new_cases_smoothed": 354.571, - "total_deaths": 1704.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 91.571, - "total_cases_per_million": 1633.39, - "new_cases_per_million": -83.886, - "new_cases_smoothed_per_million": 20.097, - "total_deaths_per_million": 96.582, - "new_deaths_per_million": 2.834, - "new_deaths_smoothed_per_million": 5.19, - "new_tests": 871.0, - "total_tests": 41501.0, - "total_tests_per_thousand": 2.352, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 368.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-10", - "total_cases": 29071.0, - "new_cases": 253.0, - "new_cases_smoothed": 229.571, - "total_deaths": 1717.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 1647.73, - "new_cases_per_million": 14.34, - "new_cases_smoothed_per_million": 13.012, - "total_deaths_per_million": 97.319, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 2.802, - "new_tests": 1814.0, - "total_tests": 43315.0, - "total_tests_per_thousand": 2.455, - "new_tests_per_thousand": 0.103, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-11", - "total_cases": 29559.0, - "new_cases": 488.0, - "new_cases_smoothed": 3.0, - "total_deaths": 2127.0, - "new_deaths": 410.0, - "new_deaths_smoothed": 80.429, - "total_cases_per_million": 1675.39, - "new_cases_per_million": 27.66, - "new_cases_smoothed_per_million": 0.17, - "total_deaths_per_million": 120.557, - "new_deaths_per_million": 23.239, - "new_deaths_smoothed_per_million": 4.559, - "new_tests": -1377.0, - "total_tests": 41938.0, - "total_tests_per_thousand": 2.377, - "new_tests_per_thousand": -0.078, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-12", - "total_cases": 29509.0, - "new_cases": -50.0, - "new_cases_smoothed": -338.857, - "total_deaths": 2145.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 82.286, - "total_cases_per_million": 1672.556, - "new_cases_per_million": -2.834, - "new_cases_smoothed_per_million": -19.206, - "total_deaths_per_million": 121.578, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 4.664, - "new_tests": 2250.0, - "total_tests": 44188.0, - "total_tests_per_thousand": 2.505, - "new_tests_per_thousand": 0.128, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-13", - "total_cases": 30419.0, - "new_cases": 910.0, - "new_cases_smoothed": -208.857, - "total_deaths": 2327.0, - "new_deaths": 182.0, - "new_deaths_smoothed": 108.286, - "total_cases_per_million": 1724.134, - "new_cases_per_million": 51.578, - "new_cases_smoothed_per_million": -11.838, - "total_deaths_per_million": 131.893, - "new_deaths_per_million": 10.316, - "new_deaths_smoothed_per_million": 6.138, - "new_tests": 97.0, - "total_tests": 44285.0, - "total_tests_per_thousand": 2.51, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 202.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-14", - "total_cases": 30486.0, - "new_cases": 67.0, - "new_cases_smoothed": 152.286, - "total_deaths": 2334.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 102.286, - "total_cases_per_million": 1727.932, - "new_cases_per_million": 3.798, - "new_cases_smoothed_per_million": 8.631, - "total_deaths_per_million": 132.29, - "new_deaths_per_million": 0.397, - "new_deaths_smoothed_per_million": 5.798, - "new_tests": 64.0, - "total_tests": 44349.0, - "total_tests_per_thousand": 2.514, - "new_tests_per_thousand": 0.004, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-15", - "total_cases": 30502.0, - "new_cases": 16.0, - "new_cases_smoothed": 29.143, - "total_deaths": 2338.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 97.714, - "total_cases_per_million": 1728.838, - "new_cases_per_million": 0.907, - "new_cases_smoothed_per_million": 1.652, - "total_deaths_per_million": 132.517, - "new_deaths_per_million": 0.227, - "new_deaths_smoothed_per_million": 5.538, - "new_tests": 3532.0, - "total_tests": 47881.0, - "total_tests_per_thousand": 2.714, - "new_tests_per_thousand": 0.2, - "new_tests_smoothed": 1036.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-16", - "total_cases": 31467.0, - "new_cases": 965.0, - "new_cases_smoothed": 378.429, - "total_deaths": 2594.0, - "new_deaths": 256.0, - "new_deaths_smoothed": 127.143, - "total_cases_per_million": 1783.534, - "new_cases_per_million": 54.696, - "new_cases_smoothed_per_million": 21.449, - "total_deaths_per_million": 147.027, - "new_deaths_per_million": 14.51, - "new_deaths_smoothed_per_million": 7.206, - "new_tests": 2139.0, - "total_tests": 50020.0, - "total_tests_per_thousand": 2.835, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 1217.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-17", - "total_cases": 32763.0, - "new_cases": 1296.0, - "new_cases_smoothed": 527.429, - "total_deaths": 2688.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 138.714, - "total_cases_per_million": 1856.991, - "new_cases_per_million": 73.457, - "new_cases_smoothed_per_million": 29.894, - "total_deaths_per_million": 152.355, - "new_deaths_per_million": 5.328, - "new_deaths_smoothed_per_million": 7.862, - "new_tests": 1375.0, - "total_tests": 51395.0, - "total_tests_per_thousand": 2.913, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 1154.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-18", - "total_cases": 33182.0, - "new_cases": 419.0, - "new_cases_smoothed": 517.571, - "total_deaths": 2736.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 87.0, - "total_cases_per_million": 1880.74, - "new_cases_per_million": 23.749, - "new_cases_smoothed_per_million": 29.336, - "total_deaths_per_million": 155.075, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 4.931, - "new_tests": 1317.0, - "total_tests": 52712.0, - "total_tests_per_thousand": 2.988, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 1539.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-19", - "total_cases": 33582.0, - "new_cases": 400.0, - "new_cases_smoothed": 581.857, - "total_deaths": 2799.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 93.429, - "total_cases_per_million": 1903.411, - "new_cases_per_million": 22.672, - "new_cases_smoothed_per_million": 32.979, - "total_deaths_per_million": 158.646, - "new_deaths_per_million": 3.571, - "new_deaths_smoothed_per_million": 5.295, - "new_tests": 1101.0, - "total_tests": 53813.0, - "total_tests_per_thousand": 3.05, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 1375.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-20", - "total_cases": 34151.0, - "new_cases": 569.0, - "new_cases_smoothed": 533.143, - "total_deaths": 2839.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 73.143, - "total_cases_per_million": 1935.662, - "new_cases_per_million": 32.251, - "new_cases_smoothed_per_million": 30.218, - "total_deaths_per_million": 160.913, - "new_deaths_per_million": 2.267, - "new_deaths_smoothed_per_million": 4.146, - "new_tests": 1571.0, - "total_tests": 55384.0, - "total_tests_per_thousand": 3.139, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 1586.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-21", - "total_cases": 34854.0, - "new_cases": 703.0, - "new_cases_smoothed": 624.0, - "total_deaths": 2888.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 79.143, - "total_cases_per_million": 1975.508, - "new_cases_per_million": 39.846, - "new_cases_smoothed_per_million": 35.368, - "total_deaths_per_million": 163.69, - "new_deaths_per_million": 2.777, - "new_deaths_smoothed_per_million": 4.486, - "new_tests": 1742.0, - "total_tests": 57126.0, - "total_tests_per_thousand": 3.238, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 1825.0, - "new_tests_smoothed_per_thousand": 0.103, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-22", - "total_cases": 35306.0, - "new_cases": 452.0, - "new_cases_smoothed": 686.286, - "total_deaths": 2939.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 85.857, - "total_cases_per_million": 2001.127, - "new_cases_per_million": 25.619, - "new_cases_smoothed_per_million": 38.898, - "total_deaths_per_million": 166.581, - "new_deaths_per_million": 2.891, - "new_deaths_smoothed_per_million": 4.866, - "new_tests": 2409.0, - "total_tests": 59535.0, - "total_tests_per_thousand": 3.374, - "new_tests_per_thousand": 0.137, - "new_tests_smoothed": 1665.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-23", - "total_cases": 35828.0, - "new_cases": 522.0, - "new_cases_smoothed": 623.0, - "total_deaths": 3056.0, - "new_deaths": 117.0, - "new_deaths_smoothed": 66.0, - "total_cases_per_million": 2030.713, - "new_cases_per_million": 29.587, - "new_cases_smoothed_per_million": 35.311, - "total_deaths_per_million": 173.213, - "new_deaths_per_million": 6.632, - "new_deaths_smoothed_per_million": 3.741, - "new_tests": 1161.0, - "total_tests": 60696.0, - "total_tests_per_thousand": 3.44, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 1525.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-24", - "total_cases": 36258.0, - "new_cases": 430.0, - "new_cases_smoothed": 499.286, - "total_deaths": 3096.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 58.286, - "total_cases_per_million": 2055.086, - "new_cases_per_million": 24.372, - "new_cases_smoothed_per_million": 28.299, - "total_deaths_per_million": 175.48, - "new_deaths_per_million": 2.267, - "new_deaths_smoothed_per_million": 3.304, - "new_tests": 1231.0, - "total_tests": 61927.0, - "total_tests_per_thousand": 3.51, - "new_tests_per_thousand": 0.07, - "new_tests_smoothed": 1505.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-25", - "total_cases": 36756.0, - "new_cases": 498.0, - "new_cases_smoothed": 510.571, - "total_deaths": 3108.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 53.143, - "total_cases_per_million": 2083.312, - "new_cases_per_million": 28.226, - "new_cases_smoothed_per_million": 28.939, - "total_deaths_per_million": 176.16, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 3.012, - "new_tests": 2268.0, - "total_tests": 64195.0, - "total_tests_per_thousand": 3.639, - "new_tests_per_thousand": 0.129, - "new_tests_smoothed": 1640.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-26", - "total_cases": 37355.0, - "new_cases": 599.0, - "new_cases_smoothed": 539.0, - "total_deaths": 3203.0, - "new_deaths": 95.0, - "new_deaths_smoothed": 57.714, - "total_cases_per_million": 2117.263, - "new_cases_per_million": 33.951, - "new_cases_smoothed_per_million": 30.55, - "total_deaths_per_million": 181.544, - "new_deaths_per_million": 5.385, - "new_deaths_smoothed_per_million": 3.271, - "new_tests": 582.0, - "total_tests": 64777.0, - "total_tests_per_thousand": 3.672, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 1566.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-27", - "total_cases": 37355.0, - "new_cases": 0.0, - "new_cases_smoothed": 457.714, - "total_deaths": 3203.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 52.0, - "total_cases_per_million": 2117.263, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 25.943, - "total_deaths_per_million": 181.544, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.947, - "new_tests": 1583.0, - "total_tests": 66360.0, - "total_tests_per_thousand": 3.761, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 1568.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-28", - "total_cases": 38103.0, - "new_cases": 748.0, - "new_cases_smoothed": 464.143, - "total_deaths": 3275.0, - "new_deaths": 72.0, - "new_deaths_smoothed": 55.286, - "total_cases_per_million": 2159.659, - "new_cases_per_million": 42.396, - "new_cases_smoothed_per_million": 26.307, - "total_deaths_per_million": 185.625, - "new_deaths_per_million": 4.081, - "new_deaths_smoothed_per_million": 3.134, - "new_tests": 779.0, - "total_tests": 67139.0, - "total_tests_per_thousand": 3.805, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 1430.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-29", - "total_cases": 38471.0, - "new_cases": 368.0, - "new_cases_smoothed": 452.143, - "total_deaths": 3313.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 53.429, - "total_cases_per_million": 2180.517, - "new_cases_per_million": 20.858, - "new_cases_smoothed_per_million": 25.627, - "total_deaths_per_million": 187.779, - "new_deaths_per_million": 2.154, - "new_deaths_smoothed_per_million": 3.028, - "new_tests": 579.0, - "total_tests": 67718.0, - "total_tests_per_thousand": 3.838, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 1169.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-30", - "total_cases": 38571.0, - "new_cases": 100.0, - "new_cases_smoothed": 391.857, - "total_deaths": 3334.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 39.714, - "total_cases_per_million": 2186.185, - "new_cases_per_million": 5.668, - "new_cases_smoothed_per_million": 22.21, - "total_deaths_per_million": 188.969, - "new_deaths_per_million": 1.19, - "new_deaths_smoothed_per_million": 2.251, - "new_tests": 513.0, - "total_tests": 68231.0, - "total_tests_per_thousand": 3.867, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 1076.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-05-31", - "total_cases": 38571.0, - "new_cases": 0.0, - "new_cases_smoothed": 330.429, - "total_deaths": 3334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 34.0, - "total_cases_per_million": 2186.185, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.729, - "total_deaths_per_million": 188.969, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.927, - "new_tests": 757.0, - "total_tests": 68988.0, - "total_tests_per_thousand": 3.91, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 1009.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_units": "people tested", - "stringency_index": 86.11 - }, - { - "date": "2020-06-01", - "total_cases": 39098.0, - "new_cases": 527.0, - "new_cases_smoothed": 334.571, - "total_deaths": 3358.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 35.714, - "total_cases_per_million": 2216.055, - "new_cases_per_million": 29.87, - "new_cases_smoothed_per_million": 18.963, - "total_deaths_per_million": 190.33, - "new_deaths_per_million": 1.36, - "new_deaths_smoothed_per_million": 2.024, - "new_tests": 2434.0, - "total_tests": 71422.0, - "total_tests_per_thousand": 4.048, - "new_tests_per_thousand": 0.138, - "new_tests_smoothed": 1032.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-02", - "total_cases": 39994.0, - "new_cases": 896.0, - "new_cases_smoothed": 377.0, - "total_deaths": 3394.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 27.286, - "total_cases_per_million": 2266.84, - "new_cases_per_million": 50.785, - "new_cases_smoothed_per_million": 21.368, - "total_deaths_per_million": 192.37, - "new_deaths_per_million": 2.04, - "new_deaths_smoothed_per_million": 1.547, - "new_tests": 1347.0, - "total_tests": 72769.0, - "total_tests_per_thousand": 4.125, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 1142.0, - "new_tests_smoothed_per_thousand": 0.065, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-03", - "total_cases": 40414.0, - "new_cases": 420.0, - "new_cases_smoothed": 437.0, - "total_deaths": 3438.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 2290.646, - "new_cases_per_million": 23.805, - "new_cases_smoothed_per_million": 24.769, - "total_deaths_per_million": 194.864, - "new_deaths_per_million": 2.494, - "new_deaths_smoothed_per_million": 1.903, - "new_tests": 1959.0, - "total_tests": 74728.0, - "total_tests_per_thousand": 4.236, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 1195.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-04", - "total_cases": 40966.0, - "new_cases": 552.0, - "new_cases_smoothed": 409.0, - "total_deaths": 3486.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 30.143, - "total_cases_per_million": 2321.933, - "new_cases_per_million": 31.287, - "new_cases_smoothed_per_million": 23.182, - "total_deaths_per_million": 197.585, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 1.708, - "new_tests": 1415.0, - "total_tests": 76143.0, - "total_tests_per_thousand": 4.316, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 1286.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-05", - "total_cases": 40966.0, - "new_cases": 0.0, - "new_cases_smoothed": 356.429, - "total_deaths": 3486.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 2321.933, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.202, - "total_deaths_per_million": 197.585, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.401, - "new_tests": 2136.0, - "total_tests": 78279.0, - "total_tests_per_thousand": 4.437, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 1509.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-06", - "total_cases": 41575.0, - "new_cases": 609.0, - "new_cases_smoothed": 429.143, - "total_deaths": 3534.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 28.571, - "total_cases_per_million": 2356.451, - "new_cases_per_million": 34.518, - "new_cases_smoothed_per_million": 24.324, - "total_deaths_per_million": 200.305, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 1.619, - "new_tests": 844.0, - "total_tests": 79123.0, - "total_tests_per_thousand": 4.485, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 1556.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-07", - "total_cases": 42728.0, - "new_cases": 1153.0, - "new_cases_smoothed": 593.857, - "total_deaths": 3608.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 39.143, - "total_cases_per_million": 2421.802, - "new_cases_per_million": 65.351, - "new_cases_smoothed_per_million": 33.66, - "total_deaths_per_million": 204.5, - "new_deaths_per_million": 4.194, - "new_deaths_smoothed_per_million": 2.219, - "new_tests": 1253.0, - "total_tests": 80376.0, - "total_tests_per_thousand": 4.556, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 1627.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-08", - "total_cases": 43120.0, - "new_cases": 392.0, - "new_cases_smoothed": 574.571, - "total_deaths": 3621.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 37.571, - "total_cases_per_million": 2444.02, - "new_cases_per_million": 22.218, - "new_cases_smoothed_per_million": 32.566, - "total_deaths_per_million": 205.237, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 2.13, - "new_tests": 420.0, - "total_tests": 80796.0, - "total_tests_per_thousand": 4.579, - "new_tests_per_thousand": 0.024, - "new_tests_smoothed": 1339.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-09", - "total_cases": 43378.0, - "new_cases": 258.0, - "new_cases_smoothed": 483.429, - "total_deaths": 3642.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 35.429, - "total_cases_per_million": 2458.644, - "new_cases_per_million": 14.623, - "new_cases_smoothed_per_million": 27.4, - "total_deaths_per_million": 206.427, - "new_deaths_per_million": 1.19, - "new_deaths_smoothed_per_million": 2.008, - "new_tests": 1483.0, - "total_tests": 82279.0, - "total_tests_per_thousand": 4.664, - "new_tests_per_thousand": 0.084, - "new_tests_smoothed": 1359.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-10", - "total_cases": 43917.0, - "new_cases": 539.0, - "new_cases_smoothed": 500.429, - "total_deaths": 3690.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 36.0, - "total_cases_per_million": 2489.194, - "new_cases_per_million": 30.55, - "new_cases_smoothed_per_million": 28.364, - "total_deaths_per_million": 209.147, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 2.04, - "new_tests": 1121.0, - "total_tests": 83400.0, - "total_tests_per_thousand": 4.727, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 1239.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-11", - "total_cases": 44440.0, - "new_cases": 523.0, - "new_cases_smoothed": 496.286, - "total_deaths": 3720.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 2518.837, - "new_cases_per_million": 29.643, - "new_cases_smoothed_per_million": 28.129, - "total_deaths_per_million": 210.848, - "new_deaths_per_million": 1.7, - "new_deaths_smoothed_per_million": 1.895, - "new_tests": 2192.0, - "total_tests": 85592.0, - "total_tests_per_thousand": 4.851, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 1350.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-12", - "total_cases": 44440.0, - "new_cases": 0.0, - "new_cases_smoothed": 496.286, - "total_deaths": 3720.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 2518.837, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.129, - "total_deaths_per_million": 210.848, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.895, - "new_tests": 1969.0, - "total_tests": 87561.0, - "total_tests_per_thousand": 4.963, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 1326.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-13", - "total_cases": 45778.0, - "new_cases": 1338.0, - "new_cases_smoothed": 600.429, - "total_deaths": 3828.0, - "new_deaths": 108.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 2594.675, - "new_cases_per_million": 75.837, - "new_cases_smoothed_per_million": 34.032, - "total_deaths_per_million": 216.969, - "new_deaths_per_million": 6.121, - "new_deaths_smoothed_per_million": 2.381, - "new_tests": 1385.0, - "total_tests": 88946.0, - "total_tests_per_thousand": 5.041, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 1403.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-14", - "total_cases": 46356.0, - "new_cases": 578.0, - "new_cases_smoothed": 518.286, - "total_deaths": 3874.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 2627.435, - "new_cases_per_million": 32.761, - "new_cases_smoothed_per_million": 29.376, - "total_deaths_per_million": 219.576, - "new_deaths_per_million": 2.607, - "new_deaths_smoothed_per_million": 2.154, - "new_tests": 896.0, - "total_tests": 89842.0, - "total_tests_per_thousand": 5.092, - "new_tests_per_thousand": 0.051, - "new_tests_smoothed": 1352.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-15", - "total_cases": 46751.0, - "new_cases": 395.0, - "new_cases_smoothed": 518.714, - "total_deaths": 3896.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 39.286, - "total_cases_per_million": 2649.824, - "new_cases_per_million": 22.388, - "new_cases_smoothed_per_million": 29.4, - "total_deaths_per_million": 220.823, - "new_deaths_per_million": 1.247, - "new_deaths_smoothed_per_million": 2.227, - "new_tests": 1259.0, - "total_tests": 91101.0, - "total_tests_per_thousand": 5.164, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 1472.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-16", - "total_cases": 47322.0, - "new_cases": 571.0, - "new_cases_smoothed": 563.429, - "total_deaths": 3929.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 2682.188, - "new_cases_per_million": 32.364, - "new_cases_smoothed_per_million": 31.935, - "total_deaths_per_million": 222.694, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 2.324, - "new_tests": 1863.0, - "total_tests": 92964.0, - "total_tests_per_thousand": 5.269, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 1526.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-17", - "total_cases": 47943.0, - "new_cases": 621.0, - "new_cases_smoothed": 575.143, - "total_deaths": 3970.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 40.0, - "total_cases_per_million": 2717.386, - "new_cases_per_million": 35.198, - "new_cases_smoothed_per_million": 32.599, - "total_deaths_per_million": 225.018, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 2.267, - "new_tests": 1262.0, - "total_tests": 94226.0, - "total_tests_per_thousand": 5.341, - "new_tests_per_thousand": 0.072, - "new_tests_smoothed": 1547.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-18", - "total_cases": 48490.0, - "new_cases": 547.0, - "new_cases_smoothed": 578.571, - "total_deaths": 4007.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 2748.389, - "new_cases_per_million": 31.004, - "new_cases_smoothed_per_million": 32.793, - "total_deaths_per_million": 227.115, - "new_deaths_per_million": 2.097, - "new_deaths_smoothed_per_million": 2.324, - "new_tests": 1470.0, - "total_tests": 95696.0, - "total_tests_per_thousand": 5.424, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 1443.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_units": "people tested", - "stringency_index": 77.78 - }, - { - "date": "2020-06-19", - "total_cases": 49097.0, - "new_cases": 607.0, - "new_cases_smoothed": 665.286, - "total_deaths": 4087.0, - "new_deaths": 80.0, - "new_deaths_smoothed": 52.429, - "total_cases_per_million": 2782.794, - "new_cases_per_million": 34.404, - "new_cases_smoothed_per_million": 37.708, - "total_deaths_per_million": 231.649, - "new_deaths_per_million": 4.534, - "new_deaths_smoothed_per_million": 2.972, - "new_tests": 1879.0, - "total_tests": 97575.0, - "total_tests_per_thousand": 5.531, - "new_tests_per_thousand": 0.107, - "new_tests_smoothed": 1431.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-20", - "total_cases": 49731.0, - "new_cases": 634.0, - "new_cases_smoothed": 564.714, - "total_deaths": 4156.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 46.857, - "total_cases_per_million": 2818.729, - "new_cases_per_million": 35.935, - "new_cases_smoothed_per_million": 32.008, - "total_deaths_per_million": 235.56, - "new_deaths_per_million": 3.911, - "new_deaths_smoothed_per_million": 2.656, - "new_tests": 1466.0, - "total_tests": 99041.0, - "total_tests_per_thousand": 5.614, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 1442.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-21", - "total_cases": 50183.0, - "new_cases": 452.0, - "new_cases_smoothed": 546.714, - "total_deaths": 4199.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 46.429, - "total_cases_per_million": 2844.348, - "new_cases_per_million": 25.619, - "new_cases_smoothed_per_million": 30.987, - "total_deaths_per_million": 237.997, - "new_deaths_per_million": 2.437, - "new_deaths_smoothed_per_million": 2.632, - "new_tests": 1227.0, - "total_tests": 100268.0, - "total_tests_per_thousand": 5.683, - "new_tests_per_thousand": 0.07, - "new_tests_smoothed": 1489.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-22", - "total_cases": 50640.0, - "new_cases": 457.0, - "new_cases_smoothed": 555.571, - "total_deaths": 4223.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 46.714, - "total_cases_per_million": 2870.25, - "new_cases_per_million": 25.903, - "new_cases_smoothed_per_million": 31.49, - "total_deaths_per_million": 239.358, - "new_deaths_per_million": 1.36, - "new_deaths_smoothed_per_million": 2.648, - "new_tests": 488.0, - "total_tests": 100756.0, - "total_tests_per_thousand": 5.711, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 1379.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-23", - "total_cases": 50640.0, - "new_cases": 0.0, - "new_cases_smoothed": 474.0, - "total_deaths": 4223.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 2870.25, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.866, - "total_deaths_per_million": 239.358, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.381, - "new_tests": 2099.0, - "total_tests": 102855.0, - "total_tests_per_thousand": 5.83, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 1413.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-24", - "total_cases": 51643.0, - "new_cases": 1003.0, - "new_cases_smoothed": 528.571, - "total_deaths": 4274.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 43.429, - "total_cases_per_million": 2927.1, - "new_cases_per_million": 56.85, - "new_cases_smoothed_per_million": 29.959, - "total_deaths_per_million": 242.248, - "new_deaths_per_million": 2.891, - "new_deaths_smoothed_per_million": 2.462, - "new_tests": 1717.0, - "total_tests": 104572.0, - "total_tests_per_thousand": 5.927, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 1478.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-25", - "total_cases": 52334.0, - "new_cases": 691.0, - "new_cases_smoothed": 549.143, - "total_deaths": 4309.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 43.143, - "total_cases_per_million": 2966.265, - "new_cases_per_million": 39.166, - "new_cases_smoothed_per_million": 31.125, - "total_deaths_per_million": 244.232, - "new_deaths_per_million": 1.984, - "new_deaths_smoothed_per_million": 2.445, - "new_tests": 1904.0, - "total_tests": 106476.0, - "total_tests_per_thousand": 6.035, - "new_tests_per_thousand": 0.108, - "new_tests_smoothed": 1540.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-26", - "total_cases": 53156.0, - "new_cases": 822.0, - "new_cases_smoothed": 579.857, - "total_deaths": 4343.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 3012.856, - "new_cases_per_million": 46.591, - "new_cases_smoothed_per_million": 32.866, - "total_deaths_per_million": 246.159, - "new_deaths_per_million": 1.927, - "new_deaths_smoothed_per_million": 2.073, - "new_tests": 1995.0, - "total_tests": 108471.0, - "total_tests_per_thousand": 6.148, - "new_tests_per_thousand": 0.113, - "new_tests_smoothed": 1557.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-27", - "total_cases": 53856.0, - "new_cases": 700.0, - "new_cases_smoothed": 589.286, - "total_deaths": 4406.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 35.714, - "total_cases_per_million": 3052.532, - "new_cases_per_million": 39.676, - "new_cases_smoothed_per_million": 33.4, - "total_deaths_per_million": 249.73, - "new_deaths_per_million": 3.571, - "new_deaths_smoothed_per_million": 2.024, - "new_tests": 1468.0, - "total_tests": 109939.0, - "total_tests_per_thousand": 6.231, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 1557.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-28", - "total_cases": 54574.0, - "new_cases": 718.0, - "new_cases_smoothed": 627.286, - "total_deaths": 4424.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 32.143, - "total_cases_per_million": 3093.228, - "new_cases_per_million": 40.696, - "new_cases_smoothed_per_million": 35.554, - "total_deaths_per_million": 250.75, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.822, - "new_tests": 1584.0, - "total_tests": 111523.0, - "total_tests_per_thousand": 6.321, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 1608.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-29", - "total_cases": 55255.0, - "new_cases": 681.0, - "new_cases_smoothed": 659.286, - "total_deaths": 4429.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 29.429, - "total_cases_per_million": 3131.826, - "new_cases_per_million": 38.599, - "new_cases_smoothed_per_million": 37.368, - "total_deaths_per_million": 251.034, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 1.668, - "new_tests": 1322.0, - "total_tests": 112845.0, - "total_tests_per_thousand": 6.396, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 1727.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-06-30", - "total_cases": 55665.0, - "new_cases": 410.0, - "new_cases_smoothed": 717.857, - "total_deaths": 4502.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 39.857, - "total_cases_per_million": 3155.065, - "new_cases_per_million": 23.239, - "new_cases_smoothed_per_million": 40.688, - "total_deaths_per_million": 255.171, - "new_deaths_per_million": 4.138, - "new_deaths_smoothed_per_million": 2.259, - "new_tests": 2065.0, - "total_tests": 114910.0, - "total_tests_per_thousand": 6.513, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 1722.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-01", - "total_cases": 56432.0, - "new_cases": 767.0, - "new_cases_smoothed": 684.143, - "total_deaths": 4527.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 36.143, - "total_cases_per_million": 3198.538, - "new_cases_per_million": 43.473, - "new_cases_smoothed_per_million": 38.777, - "total_deaths_per_million": 256.588, - "new_deaths_per_million": 1.417, - "new_deaths_smoothed_per_million": 2.049, - "new_tests": 2693.0, - "total_tests": 117603.0, - "total_tests_per_thousand": 6.666, - "new_tests_per_thousand": 0.153, - "new_tests_smoothed": 1862.0, - "new_tests_smoothed_per_thousand": 0.106, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-02", - "total_cases": 58257.0, - "new_cases": 1825.0, - "new_cases_smoothed": 846.143, - "total_deaths": 4576.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 38.143, - "total_cases_per_million": 3301.978, - "new_cases_per_million": 103.44, - "new_cases_smoothed_per_million": 47.959, - "total_deaths_per_million": 259.365, - "new_deaths_per_million": 2.777, - "new_deaths_smoothed_per_million": 2.162, - "new_tests": 2743.0, - "total_tests": 120346.0, - "total_tests_per_thousand": 6.821, - "new_tests_per_thousand": 0.155, - "new_tests_smoothed": 1981.0, - "new_tests_smoothed_per_thousand": 0.112, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-03", - "total_cases": 59468.0, - "new_cases": 1211.0, - "new_cases_smoothed": 901.714, - "total_deaths": 4639.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 42.286, - "total_cases_per_million": 3370.617, - "new_cases_per_million": 68.639, - "new_cases_smoothed_per_million": 51.109, - "total_deaths_per_million": 262.936, - "new_deaths_per_million": 3.571, - "new_deaths_smoothed_per_million": 2.397, - "new_tests": 2285.0, - "total_tests": 122631.0, - "total_tests_per_thousand": 6.951, - "new_tests_per_thousand": 0.13, - "new_tests_smoothed": 2023.0, - "new_tests_smoothed_per_thousand": 0.115, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-04", - "total_cases": 60657.0, - "new_cases": 1189.0, - "new_cases_smoothed": 971.571, - "total_deaths": 4700.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 3438.009, - "new_cases_per_million": 67.392, - "new_cases_smoothed_per_million": 55.068, - "total_deaths_per_million": 266.394, - "new_deaths_per_million": 3.457, - "new_deaths_smoothed_per_million": 2.381, - "new_tests": 2104.0, - "total_tests": 124735.0, - "total_tests_per_thousand": 7.07, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 2114.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-05", - "total_cases": 61535.0, - "new_cases": 878.0, - "new_cases_smoothed": 994.429, - "total_deaths": 4769.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 49.286, - "total_cases_per_million": 3487.774, - "new_cases_per_million": 49.765, - "new_cases_smoothed_per_million": 56.364, - "total_deaths_per_million": 270.305, - "new_deaths_per_million": 3.911, - "new_deaths_smoothed_per_million": 2.793, - "new_tests": 999.0, - "total_tests": 125734.0, - "total_tests_per_thousand": 7.127, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 2030.0, - "new_tests_smoothed_per_thousand": 0.115, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-06", - "total_cases": 61958.0, - "new_cases": 423.0, - "new_cases_smoothed": 957.571, - "total_deaths": 4781.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 50.286, - "total_cases_per_million": 3511.749, - "new_cases_per_million": 23.975, - "new_cases_smoothed_per_million": 54.275, - "total_deaths_per_million": 270.985, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 2.85, - "new_tests": 965.0, - "total_tests": 126699.0, - "total_tests_per_thousand": 7.181, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 1979.0, - "new_tests_smoothed_per_thousand": 0.112, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-07", - "total_cases": 62380.0, - "new_cases": 422.0, - "new_cases_smoothed": 959.286, - "total_deaths": 4821.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 45.571, - "total_cases_per_million": 3535.668, - "new_cases_per_million": 23.919, - "new_cases_smoothed_per_million": 54.372, - "total_deaths_per_million": 273.252, - "new_deaths_per_million": 2.267, - "new_deaths_smoothed_per_million": 2.583, - "new_tests": 2126.0, - "total_tests": 128825.0, - "total_tests_per_thousand": 7.302, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 1988.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-08", - "total_cases": 63245.0, - "new_cases": 865.0, - "new_cases_smoothed": 973.286, - "total_deaths": 4873.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 3584.696, - "new_cases_per_million": 49.028, - "new_cases_smoothed_per_million": 55.165, - "total_deaths_per_million": 276.199, - "new_deaths_per_million": 2.947, - "new_deaths_smoothed_per_million": 2.802, - "new_tests": 2397.0, - "total_tests": 131222.0, - "total_tests_per_thousand": 7.438, - "new_tests_per_thousand": 0.136, - "new_tests_smoothed": 1946.0, - "new_tests_smoothed_per_thousand": 0.11, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-09", - "total_cases": 64221.0, - "new_cases": 976.0, - "new_cases_smoothed": 852.0, - "total_deaths": 4900.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 46.286, - "total_cases_per_million": 3640.015, - "new_cases_per_million": 55.319, - "new_cases_smoothed_per_million": 48.291, - "total_deaths_per_million": 277.73, - "new_deaths_per_million": 1.53, - "new_deaths_smoothed_per_million": 2.623, - "new_tests": 1985.0, - "total_tests": 133207.0, - "total_tests_per_thousand": 7.55, - "new_tests_per_thousand": 0.113, - "new_tests_smoothed": 1837.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-10", - "total_cases": 65018.0, - "new_cases": 797.0, - "new_cases_smoothed": 792.857, - "total_deaths": 4939.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 42.857, - "total_cases_per_million": 3685.188, - "new_cases_per_million": 45.174, - "new_cases_smoothed_per_million": 44.939, - "total_deaths_per_million": 279.94, - "new_deaths_per_million": 2.211, - "new_deaths_smoothed_per_million": 2.429, - "new_tests": 1604.0, - "total_tests": 134811.0, - "total_tests_per_thousand": 7.641, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 1740.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-11", - "total_cases": 65801.0, - "new_cases": 783.0, - "new_cases_smoothed": 734.857, - "total_deaths": 4983.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 3729.568, - "new_cases_per_million": 44.38, - "new_cases_smoothed_per_million": 41.651, - "total_deaths_per_million": 282.434, - "new_deaths_per_million": 2.494, - "new_deaths_smoothed_per_million": 2.291, - "new_tests": 2608.0, - "total_tests": 137419.0, - "total_tests_per_thousand": 7.789, - "new_tests_per_thousand": 0.148, - "new_tests_smoothed": 1812.0, - "new_tests_smoothed_per_thousand": 0.103, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-12", - "total_cases": 67209.0, - "new_cases": 1408.0, - "new_cases_smoothed": 810.571, - "total_deaths": 5031.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 37.429, - "total_cases_per_million": 3809.373, - "new_cases_per_million": 79.805, - "new_cases_smoothed_per_million": 45.943, - "total_deaths_per_million": 285.155, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 2.121, - "new_tests": 1852.0, - "total_tests": 139271.0, - "total_tests_per_thousand": 7.894, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 1934.0, - "new_tests_smoothed_per_thousand": 0.11, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-13", - "total_cases": 67870.0, - "new_cases": 661.0, - "new_cases_smoothed": 844.571, - "total_deaths": 5047.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 3846.838, - "new_cases_per_million": 37.465, - "new_cases_smoothed_per_million": 47.87, - "total_deaths_per_million": 286.061, - "new_deaths_per_million": 0.907, - "new_deaths_smoothed_per_million": 2.154, - "new_tests": 1331.0, - "total_tests": 140602.0, - "total_tests_per_thousand": 7.969, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 1986.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-14", - "total_cases": 68459.0, - "new_cases": 589.0, - "new_cases_smoothed": 868.429, - "total_deaths": 5063.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 34.571, - "total_cases_per_million": 3880.223, - "new_cases_per_million": 33.384, - "new_cases_smoothed_per_million": 49.222, - "total_deaths_per_million": 286.968, - "new_deaths_per_million": 0.907, - "new_deaths_smoothed_per_million": 1.959, - "new_tests": 2388.0, - "total_tests": 142990.0, - "total_tests_per_thousand": 8.105, - "new_tests_per_thousand": 0.135, - "new_tests_smoothed": 2024.0, - "new_tests_smoothed_per_thousand": 0.115, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-15", - "total_cases": 69570.0, - "new_cases": 1111.0, - "new_cases_smoothed": 903.571, - "total_deaths": 5130.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 36.714, - "total_cases_per_million": 3943.194, - "new_cases_per_million": 62.971, - "new_cases_smoothed_per_million": 51.214, - "total_deaths_per_million": 290.766, - "new_deaths_per_million": 3.798, - "new_deaths_smoothed_per_million": 2.081, - "new_tests": 2217.0, - "total_tests": 145207.0, - "total_tests_per_thousand": 8.23, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 1998.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-16", - "total_cases": 70329.0, - "new_cases": 759.0, - "new_cases_smoothed": 872.571, - "total_deaths": 5158.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 36.857, - "total_cases_per_million": 3986.213, - "new_cases_per_million": 43.02, - "new_cases_smoothed_per_million": 49.457, - "total_deaths_per_million": 292.353, - "new_deaths_per_million": 1.587, - "new_deaths_smoothed_per_million": 2.089, - "new_tests": 2786.0, - "total_tests": 147993.0, - "total_tests_per_thousand": 8.388, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 2112.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-17", - "total_cases": 71365.0, - "new_cases": 1036.0, - "new_cases_smoothed": 906.714, - "total_deaths": 5207.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 38.286, - "total_cases_per_million": 4044.933, - "new_cases_per_million": 58.72, - "new_cases_smoothed_per_million": 51.392, - "total_deaths_per_million": 295.13, - "new_deaths_per_million": 2.777, - "new_deaths_smoothed_per_million": 2.17, - "new_tests": 2368.0, - "total_tests": 150361.0, - "total_tests_per_thousand": 8.522, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 2221.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-18", - "total_cases": 72444.0, - "new_cases": 1079.0, - "new_cases_smoothed": 949.0, - "total_deaths": 5250.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 38.143, - "total_cases_per_million": 4106.09, - "new_cases_per_million": 61.157, - "new_cases_smoothed_per_million": 53.789, - "total_deaths_per_million": 297.567, - "new_deaths_per_million": 2.437, - "new_deaths_smoothed_per_million": 2.162, - "new_tests": 2087.0, - "total_tests": 152448.0, - "total_tests_per_thousand": 8.641, - "new_tests_per_thousand": 0.118, - "new_tests_smoothed": 2147.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-19", - "total_cases": 73382.0, - "new_cases": 938.0, - "new_cases_smoothed": 881.857, - "total_deaths": 5282.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 4159.256, - "new_cases_per_million": 53.165, - "new_cases_smoothed_per_million": 49.983, - "total_deaths_per_million": 299.381, - "new_deaths_per_million": 1.814, - "new_deaths_smoothed_per_million": 2.032, - "new_tests": 1702.0, - "total_tests": 154150.0, - "total_tests_per_thousand": 8.737, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 2126.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-20", - "total_cases": 74013.0, - "new_cases": 631.0, - "new_cases_smoothed": 877.571, - "total_deaths": 5313.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 4195.021, - "new_cases_per_million": 35.765, - "new_cases_smoothed_per_million": 49.74, - "total_deaths_per_million": 301.138, - "new_deaths_per_million": 1.757, - "new_deaths_smoothed_per_million": 2.154, - "new_tests": 1618.0, - "total_tests": 155768.0, - "total_tests_per_thousand": 8.829, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 2167.0, - "new_tests_smoothed_per_thousand": 0.123, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-21", - "total_cases": 74620.0, - "new_cases": 607.0, - "new_cases_smoothed": 880.143, - "total_deaths": 5318.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 36.429, - "total_cases_per_million": 4229.425, - "new_cases_per_million": 34.404, - "new_cases_smoothed_per_million": 49.886, - "total_deaths_per_million": 301.422, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 2.065, - "new_tests": 3384.0, - "total_tests": 159152.0, - "total_tests_per_thousand": 9.021, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 2309.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-22", - "total_cases": 76217.0, - "new_cases": 1597.0, - "new_cases_smoothed": 949.571, - "total_deaths": 5366.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 4319.942, - "new_cases_per_million": 90.517, - "new_cases_smoothed_per_million": 53.821, - "total_deaths_per_million": 304.142, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 1.911, - "new_tests": 2291.0, - "total_tests": 161443.0, - "total_tests_per_thousand": 9.151, - "new_tests_per_thousand": 0.13, - "new_tests_smoothed": 2319.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-07-23", - "total_cases": 77257.0, - "new_cases": 1040.0, - "new_cases_smoothed": 989.714, - "total_deaths": 5418.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 4378.889, - "new_cases_per_million": 58.947, - "new_cases_smoothed_per_million": 56.097, - "total_deaths_per_million": 307.09, - "new_deaths_per_million": 2.947, - "new_deaths_smoothed_per_million": 2.105, - "new_tests": 2155.0, - "total_tests": 163598.0, - "total_tests_per_thousand": 9.273, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 2229.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_units": "people tested", - "stringency_index": 75.46 - }, - { - "date": "2020-07-24", - "total_cases": 78148.0, - "new_cases": 891.0, - "new_cases_smoothed": 969.0, - "total_deaths": 5439.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 33.143, - "total_cases_per_million": 4429.39, - "new_cases_per_million": 50.501, - "new_cases_smoothed_per_million": 54.922, - "total_deaths_per_million": 308.28, - "new_deaths_per_million": 1.19, - "new_deaths_smoothed_per_million": 1.879, - "new_tests": 2114.0, - "total_tests": 165712.0, - "total_tests_per_thousand": 9.392, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 2193.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-25", - "total_cases": 79049.0, - "new_cases": 901.0, - "new_cases_smoothed": 943.571, - "total_deaths": 5468.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 4480.459, - "new_cases_per_million": 51.068, - "new_cases_smoothed_per_million": 53.481, - "total_deaths_per_million": 309.924, - "new_deaths_per_million": 1.644, - "new_deaths_smoothed_per_million": 1.765, - "new_tests": 2070.0, - "total_tests": 167782.0, - "total_tests_per_thousand": 9.51, - "new_tests_per_thousand": 0.117, - "new_tests_smoothed": 2191.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-26", - "total_cases": 80036.0, - "new_cases": 987.0, - "new_cases_smoothed": 950.571, - "total_deaths": 5507.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 32.143, - "total_cases_per_million": 4536.401, - "new_cases_per_million": 55.943, - "new_cases_smoothed_per_million": 53.878, - "total_deaths_per_million": 312.134, - "new_deaths_per_million": 2.211, - "new_deaths_smoothed_per_million": 1.822, - "new_tests": 1823.0, - "total_tests": 169605.0, - "total_tests_per_thousand": 9.613, - "new_tests_per_thousand": 0.103, - "new_tests_smoothed": 2208.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-27", - "total_cases": 80694.0, - "new_cases": 658.0, - "new_cases_smoothed": 954.429, - "total_deaths": 5515.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 4573.696, - "new_cases_per_million": 37.295, - "new_cases_smoothed_per_million": 54.097, - "total_deaths_per_million": 312.587, - "new_deaths_per_million": 0.453, - "new_deaths_smoothed_per_million": 1.636, - "new_tests": 1126.0, - "total_tests": 170731.0, - "total_tests_per_thousand": 9.677, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 2138.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-28", - "total_cases": 81161.0, - "new_cases": 467.0, - "new_cases_smoothed": 934.429, - "total_deaths": 5532.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 30.571, - "total_cases_per_million": 4600.166, - "new_cases_per_million": 26.469, - "new_cases_smoothed_per_million": 52.963, - "total_deaths_per_million": 313.551, - "new_deaths_per_million": 0.964, - "new_deaths_smoothed_per_million": 1.733, - "new_tests": 3364.0, - "total_tests": 174095.0, - "total_tests_per_thousand": 9.868, - "new_tests_per_thousand": 0.191, - "new_tests_smoothed": 2135.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-29", - "total_cases": 82279.0, - "new_cases": 1118.0, - "new_cases_smoothed": 866.0, - "total_deaths": 5584.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 4663.533, - "new_cases_per_million": 63.368, - "new_cases_smoothed_per_million": 49.084, - "total_deaths_per_million": 316.498, - "new_deaths_per_million": 2.947, - "new_deaths_smoothed_per_million": 1.765, - "new_tests": 2113.0, - "total_tests": 176208.0, - "total_tests_per_thousand": 9.987, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 2109.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-30", - "total_cases": 83193.0, - "new_cases": 914.0, - "new_cases_smoothed": 848.0, - "total_deaths": 5623.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 29.286, - "total_cases_per_million": 4715.338, - "new_cases_per_million": 51.805, - "new_cases_smoothed_per_million": 48.064, - "total_deaths_per_million": 318.709, - "new_deaths_per_million": 2.211, - "new_deaths_smoothed_per_million": 1.66, - "new_tests": 2885.0, - "total_tests": 179093.0, - "total_tests_per_thousand": 10.151, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 2214.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-07-31", - "total_cases": 84370.0, - "new_cases": 1177.0, - "new_cases_smoothed": 888.857, - "total_deaths": 5657.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 4782.05, - "new_cases_per_million": 66.712, - "new_cases_smoothed_per_million": 50.38, - "total_deaths_per_million": 320.636, - "new_deaths_per_million": 1.927, - "new_deaths_smoothed_per_million": 1.765, - "new_tests": 2501.0, - "total_tests": 181594.0, - "total_tests_per_thousand": 10.293, - "new_tests_per_thousand": 0.142, - "new_tests_smoothed": 2269.0, - "new_tests_smoothed_per_thousand": 0.129, - "tests_units": "people tested", - "stringency_index": 72.69 - }, - { - "date": "2020-08-01", - "total_cases": 85355.0, - "new_cases": 985.0, - "new_cases_smoothed": 900.857, - "total_deaths": 5702.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 4837.88, - "new_cases_per_million": 55.829, - "new_cases_smoothed_per_million": 51.06, - "total_deaths_per_million": 323.187, - "new_deaths_per_million": 2.551, - "new_deaths_smoothed_per_million": 1.895, - "new_tests": 2451.0, - "total_tests": 184045.0, - "total_tests_per_thousand": 10.432, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 2323.0, - "new_tests_smoothed_per_thousand": 0.132, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-02", - "total_cases": 86232.0, - "new_cases": 877.0, - "new_cases_smoothed": 885.143, - "total_deaths": 5736.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 32.714, - "total_cases_per_million": 4887.588, - "new_cases_per_million": 49.708, - "new_cases_smoothed_per_million": 50.169, - "total_deaths_per_million": 325.114, - "new_deaths_per_million": 1.927, - "new_deaths_smoothed_per_million": 1.854, - "new_tests": 878.0, - "total_tests": 184923.0, - "total_tests_per_thousand": 10.481, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 2188.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-03", - "total_cases": 86524.0, - "new_cases": 292.0, - "new_cases_smoothed": 832.857, - "total_deaths": 5750.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 4904.138, - "new_cases_per_million": 16.55, - "new_cases_smoothed_per_million": 47.206, - "total_deaths_per_million": 325.907, - "new_deaths_per_million": 0.794, - "new_deaths_smoothed_per_million": 1.903, - "new_tests": 1413.0, - "total_tests": 186336.0, - "total_tests_per_thousand": 10.561, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 2229.0, - "new_tests_smoothed_per_thousand": 0.126, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-04", - "total_cases": 87041.0, - "new_cases": 517.0, - "new_cases_smoothed": 840.0, - "total_deaths": 5767.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 4933.441, - "new_cases_per_million": 29.303, - "new_cases_smoothed_per_million": 47.611, - "total_deaths_per_million": 326.871, - "new_deaths_per_million": 0.964, - "new_deaths_smoothed_per_million": 1.903, - "new_tests": 2095.0, - "total_tests": 188431.0, - "total_tests_per_thousand": 10.68, - "new_tests_per_thousand": 0.119, - "new_tests_smoothed": 2048.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-05", - "total_cases": 87963.0, - "new_cases": 922.0, - "new_cases_smoothed": 812.0, - "total_deaths": 5808.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 32.0, - "total_cases_per_million": 4985.7, - "new_cases_per_million": 52.259, - "new_cases_smoothed_per_million": 46.024, - "total_deaths_per_million": 329.195, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 1.814, - "new_tests": 2156.0, - "total_tests": 190587.0, - "total_tests_per_thousand": 10.802, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 2054.0, - "new_tests_smoothed_per_thousand": 0.116, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-06", - "total_cases": 88866.0, - "new_cases": 903.0, - "new_cases_smoothed": 810.429, - "total_deaths": 5847.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 32.0, - "total_cases_per_million": 5036.881, - "new_cases_per_million": 51.182, - "new_cases_smoothed_per_million": 45.935, - "total_deaths_per_million": 331.405, - "new_deaths_per_million": 2.211, - "new_deaths_smoothed_per_million": 1.814, - "new_tests": 3762.0, - "total_tests": 194349.0, - "total_tests_per_thousand": 11.016, - "new_tests_per_thousand": 0.213, - "new_tests_smoothed": 2179.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-07", - "total_cases": 90537.0, - "new_cases": 1671.0, - "new_cases_smoothed": 881.0, - "total_deaths": 5887.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 32.857, - "total_cases_per_million": 5131.593, - "new_cases_per_million": 94.711, - "new_cases_smoothed_per_million": 49.935, - "total_deaths_per_million": 333.672, - "new_deaths_per_million": 2.267, - "new_deaths_smoothed_per_million": 1.862, - "new_tests": 3508.0, - "total_tests": 197857.0, - "total_tests_per_thousand": 11.214, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 2323.0, - "new_tests_smoothed_per_thousand": 0.132, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-08", - "total_cases": 91969.0, - "new_cases": 1432.0, - "new_cases_smoothed": 944.857, - "total_deaths": 5897.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 27.857, - "total_cases_per_million": 5212.758, - "new_cases_per_million": 81.165, - "new_cases_smoothed_per_million": 53.554, - "total_deaths_per_million": 334.239, - "new_deaths_per_million": 0.567, - "new_deaths_smoothed_per_million": 1.579, - "new_tests": 4537.0, - "total_tests": 202394.0, - "total_tests_per_thousand": 11.472, - "new_tests_per_thousand": 0.257, - "new_tests_smoothed": 2621.0, - "new_tests_smoothed_per_thousand": 0.149, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-09", - "total_cases": 93572.0, - "new_cases": 1603.0, - "new_cases_smoothed": 1048.571, - "total_deaths": 5916.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 25.714, - "total_cases_per_million": 5303.615, - "new_cases_per_million": 90.857, - "new_cases_smoothed_per_million": 59.433, - "total_deaths_per_million": 335.316, - "new_deaths_per_million": 1.077, - "new_deaths_smoothed_per_million": 1.457, - "new_tests": 2335.0, - "total_tests": 204729.0, - "total_tests_per_thousand": 11.604, - "new_tests_per_thousand": 0.132, - "new_tests_smoothed": 2829.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-10", - "total_cases": 94459.0, - "new_cases": 887.0, - "new_cases_smoothed": 1133.571, - "total_deaths": 5922.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 5353.89, - "new_cases_per_million": 50.275, - "new_cases_smoothed_per_million": 64.25, - "total_deaths_per_million": 335.656, - "new_deaths_per_million": 0.34, - "new_deaths_smoothed_per_million": 1.393, - "new_tests": 635.0, - "total_tests": 205364.0, - "total_tests_per_thousand": 11.64, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 2718.0, - "new_tests_smoothed_per_thousand": 0.154, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-11", - "total_cases": 94701.0, - "new_cases": 242.0, - "new_cases_smoothed": 1094.286, - "total_deaths": 5932.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 23.571, - "total_cases_per_million": 5367.606, - "new_cases_per_million": 13.716, - "new_cases_smoothed_per_million": 62.024, - "total_deaths_per_million": 336.223, - "new_deaths_per_million": 0.567, - "new_deaths_smoothed_per_million": 1.336, - "new_tests": 2172.0, - "total_tests": 207536.0, - "total_tests_per_thousand": 11.763, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 2729.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-12", - "total_cases": 95563.0, - "new_cases": 862.0, - "new_cases_smoothed": 1085.714, - "total_deaths": 5951.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 20.429, - "total_cases_per_million": 5416.464, - "new_cases_per_million": 48.858, - "new_cases_smoothed_per_million": 61.538, - "total_deaths_per_million": 337.3, - "new_deaths_per_million": 1.077, - "new_deaths_smoothed_per_million": 1.158, - "new_tests": 3656.0, - "total_tests": 211192.0, - "total_tests_per_thousand": 11.97, - "new_tests_per_thousand": 0.207, - "new_tests_smoothed": 2944.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-13", - "total_cases": 97110.0, - "new_cases": 1547.0, - "new_cases_smoothed": 1177.714, - "total_deaths": 5984.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 5504.147, - "new_cases_per_million": 87.683, - "new_cases_smoothed_per_million": 66.752, - "total_deaths_per_million": 339.17, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 1.109, - "new_tests": 3285.0, - "total_tests": 214477.0, - "total_tests_per_thousand": 12.156, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 2875.0, - "new_tests_smoothed_per_thousand": 0.163, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-14", - "total_cases": 98343.0, - "new_cases": 1233.0, - "new_cases_smoothed": 1115.143, - "total_deaths": 6010.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 5574.033, - "new_cases_per_million": 69.886, - "new_cases_smoothed_per_million": 63.206, - "total_deaths_per_million": 340.644, - "new_deaths_per_million": 1.474, - "new_deaths_smoothed_per_million": 0.996, - "new_tests": 2997.0, - "total_tests": 217474.0, - "total_tests_per_thousand": 12.326, - "new_tests_per_thousand": 0.17, - "new_tests_smoothed": 2802.0, - "new_tests_smoothed_per_thousand": 0.159, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-15", - "total_cases": 99409.0, - "new_cases": 1066.0, - "new_cases_smoothed": 1062.857, - "total_deaths": 6030.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 19.0, - "total_cases_per_million": 5634.453, - "new_cases_per_million": 60.42, - "new_cases_smoothed_per_million": 60.242, - "total_deaths_per_million": 341.777, - "new_deaths_per_million": 1.134, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 3689.0, - "total_tests": 221163.0, - "total_tests_per_thousand": 12.535, - "new_tests_per_thousand": 0.209, - "new_tests_smoothed": 2681.0, - "new_tests_smoothed_per_thousand": 0.152, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-16", - "total_cases": 100688.0, - "new_cases": 1279.0, - "new_cases_smoothed": 1016.571, - "total_deaths": 6065.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 5706.947, - "new_cases_per_million": 72.493, - "new_cases_smoothed_per_million": 57.619, - "total_deaths_per_million": 343.761, - "new_deaths_per_million": 1.984, - "new_deaths_smoothed_per_million": 1.206, - "new_tests": 2679.0, - "total_tests": 223842.0, - "total_tests_per_thousand": 12.687, - "new_tests_per_thousand": 0.152, - "new_tests_smoothed": 2730.0, - "new_tests_smoothed_per_thousand": 0.155, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-17", - "total_cases": 101542.0, - "new_cases": 854.0, - "new_cases_smoothed": 1011.857, - "total_deaths": 6070.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 5755.351, - "new_cases_per_million": 48.404, - "new_cases_smoothed_per_million": 57.352, - "total_deaths_per_million": 344.045, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 1.198, - "new_tests": 993.0, - "total_tests": 224835.0, - "total_tests_per_thousand": 12.744, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 2782.0, - "new_tests_smoothed_per_thousand": 0.158, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-18", - "total_cases": 101751.0, - "new_cases": 209.0, - "new_cases_smoothed": 1007.143, - "total_deaths": 6083.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 5767.197, - "new_cases_per_million": 11.846, - "new_cases_smoothed_per_million": 57.084, - "total_deaths_per_million": 344.781, - "new_deaths_per_million": 0.737, - "new_deaths_smoothed_per_million": 1.223, - "new_tests": 3203.0, - "total_tests": 228038.0, - "total_tests_per_thousand": 12.925, - "new_tests_per_thousand": 0.182, - "new_tests_smoothed": 2929.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-19", - "total_cases": 102941.0, - "new_cases": 1190.0, - "new_cases_smoothed": 1054.0, - "total_deaths": 6105.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 22.0, - "total_cases_per_million": 5834.645, - "new_cases_per_million": 67.449, - "new_cases_smoothed_per_million": 59.74, - "total_deaths_per_million": 346.028, - "new_deaths_per_million": 1.247, - "new_deaths_smoothed_per_million": 1.247, - "new_tests": 3845.0, - "total_tests": 231883.0, - "total_tests_per_thousand": 13.143, - "new_tests_per_thousand": 0.218, - "new_tests_smoothed": 2956.0, - "new_tests_smoothed_per_thousand": 0.168, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-20", - "total_cases": 104475.0, - "new_cases": 1534.0, - "new_cases_smoothed": 1052.143, - "total_deaths": 6146.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 23.143, - "total_cases_per_million": 5921.592, - "new_cases_per_million": 86.946, - "new_cases_smoothed_per_million": 59.635, - "total_deaths_per_million": 348.352, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 1.312, - "new_tests": 3518.0, - "total_tests": 235401.0, - "total_tests_per_thousand": 13.342, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 2989.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-21", - "total_cases": 105508.0, - "new_cases": 1033.0, - "new_cases_smoothed": 1023.571, - "total_deaths": 6200.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 27.143, - "total_cases_per_million": 5980.142, - "new_cases_per_million": 58.55, - "new_cases_smoothed_per_million": 58.016, - "total_deaths_per_million": 351.413, - "new_deaths_per_million": 3.061, - "new_deaths_smoothed_per_million": 1.538, - "new_tests": 2757.0, - "total_tests": 238158.0, - "total_tests_per_thousand": 13.499, - "new_tests_per_thousand": 0.156, - "new_tests_smoothed": 2955.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-22", - "total_cases": 106481.0, - "new_cases": 973.0, - "new_cases_smoothed": 1010.286, - "total_deaths": 6248.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 6035.291, - "new_cases_per_million": 55.149, - "new_cases_smoothed_per_million": 57.262, - "total_deaths_per_million": 354.134, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 1.765, - "new_tests": 1608.0, - "total_tests": 239766.0, - "total_tests_per_thousand": 13.59, - "new_tests_per_thousand": 0.091, - "new_tests_smoothed": 2658.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-23", - "total_cases": 107089.0, - "new_cases": 608.0, - "new_cases_smoothed": 914.429, - "total_deaths": 6277.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 30.286, - "total_cases_per_million": 6069.752, - "new_cases_per_million": 34.461, - "new_cases_smoothed_per_million": 51.829, - "total_deaths_per_million": 355.777, - "new_deaths_per_million": 1.644, - "new_deaths_smoothed_per_million": 1.717, - "new_tests": 2348.0, - "total_tests": 242114.0, - "total_tests_per_thousand": 13.723, - "new_tests_per_thousand": 0.133, - "new_tests_smoothed": 2610.0, - "new_tests_smoothed_per_thousand": 0.148, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-24", - "total_cases": 107769.0, - "new_cases": 680.0, - "new_cases_smoothed": 889.571, - "total_deaths": 6310.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 34.286, - "total_cases_per_million": 6108.294, - "new_cases_per_million": 38.542, - "new_cases_smoothed_per_million": 50.42, - "total_deaths_per_million": 357.648, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 1.943, - "new_tests": 1323.0, - "total_tests": 243437.0, - "total_tests_per_thousand": 13.798, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 2657.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-25", - "total_cases": 108289.0, - "new_cases": 520.0, - "new_cases_smoothed": 934.0, - "total_deaths": 6322.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 34.143, - "total_cases_per_million": 6137.767, - "new_cases_per_million": 29.473, - "new_cases_smoothed_per_million": 52.939, - "total_deaths_per_million": 358.328, - "new_deaths_per_million": 0.68, - "new_deaths_smoothed_per_million": 1.935, - "new_tests": 2546.0, - "total_tests": 245983.0, - "total_tests_per_thousand": 13.942, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 2564.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-26", - "total_cases": 109030.0, - "new_cases": 741.0, - "new_cases_smoothed": 869.857, - "total_deaths": 6368.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 37.571, - "total_cases_per_million": 6179.767, - "new_cases_per_million": 42.0, - "new_cases_smoothed_per_million": 49.303, - "total_deaths_per_million": 360.935, - "new_deaths_per_million": 2.607, - "new_deaths_smoothed_per_million": 2.13, - "new_tests": 3469.0, - "total_tests": 249452.0, - "total_tests_per_thousand": 14.139, - "new_tests_per_thousand": 0.197, - "new_tests_smoothed": 2510.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-27", - "total_cases": 110549.0, - "new_cases": 1519.0, - "new_cases_smoothed": 867.714, - "total_deaths": 6410.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 37.714, - "total_cases_per_million": 6265.863, - "new_cases_per_million": 86.096, - "new_cases_smoothed_per_million": 49.182, - "total_deaths_per_million": 363.316, - "new_deaths_per_million": 2.381, - "new_deaths_smoothed_per_million": 2.138, - "new_tests": 2080.0, - "total_tests": 251532.0, - "total_tests_per_thousand": 14.257, - "new_tests_per_thousand": 0.118, - "new_tests_smoothed": 2304.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-28", - "total_cases": 111219.0, - "new_cases": 670.0, - "new_cases_smoothed": 815.857, - "total_deaths": 6471.0, - "new_deaths": 61.0, - "new_deaths_smoothed": 38.714, - "total_cases_per_million": 6303.838, - "new_cases_per_million": 37.975, - "new_cases_smoothed_per_million": 46.242, - "total_deaths_per_million": 366.773, - "new_deaths_per_million": 3.457, - "new_deaths_smoothed_per_million": 2.194, - "new_tests": 2444.0, - "total_tests": 253976.0, - "total_tests_per_thousand": 14.395, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 2260.0, - "new_tests_smoothed_per_thousand": 0.128, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-29", - "total_cases": 112141.0, - "new_cases": 922.0, - "new_cases_smoothed": 808.571, - "total_deaths": 6504.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 6356.097, - "new_cases_per_million": 52.259, - "new_cases_smoothed_per_million": 45.829, - "total_deaths_per_million": 368.644, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 2.073, - "new_tests": 2236.0, - "total_tests": 256212.0, - "total_tests_per_thousand": 14.522, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 2349.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-30", - "total_cases": 112906.0, - "new_cases": 765.0, - "new_cases_smoothed": 831.0, - "total_deaths": 6537.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 37.143, - "total_cases_per_million": 6399.457, - "new_cases_per_million": 43.36, - "new_cases_smoothed_per_million": 47.101, - "total_deaths_per_million": 370.514, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 2.105, - "new_tests": 2054.0, - "total_tests": 258266.0, - "total_tests_per_thousand": 14.638, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 2307.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-08-31", - "total_cases": 113648.0, - "new_cases": 742.0, - "new_cases_smoothed": 839.857, - "total_deaths": 6555.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 35.0, - "total_cases_per_million": 6441.513, - "new_cases_per_million": 42.056, - "new_cases_smoothed_per_million": 47.603, - "total_deaths_per_million": 371.534, - "new_deaths_per_million": 1.02, - "new_deaths_smoothed_per_million": 1.984, - "new_tests": 627.0, - "total_tests": 258893.0, - "total_tests_per_thousand": 14.674, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 2208.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-01", - "total_cases": 113767.0, - "new_cases": 119.0, - "new_cases_smoothed": 782.571, - "total_deaths": 6556.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 33.429, - "total_cases_per_million": 6448.258, - "new_cases_per_million": 6.745, - "new_cases_smoothed_per_million": 44.356, - "total_deaths_per_million": 371.591, - "new_deaths_per_million": 0.057, - "new_deaths_smoothed_per_million": 1.895, - "new_tests": 1520.0, - "total_tests": 260413.0, - "total_tests_per_thousand": 14.76, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 2061.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-02", - "total_cases": 114309.0, - "new_cases": 542.0, - "new_cases_smoothed": 754.143, - "total_deaths": 6571.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 29.0, - "total_cases_per_million": 6478.978, - "new_cases_per_million": 30.72, - "new_cases_smoothed_per_million": 42.744, - "total_deaths_per_million": 372.441, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 1.644, - "new_tests": 2828.0, - "total_tests": 263241.0, - "total_tests_per_thousand": 14.92, - "new_tests_per_thousand": 0.16, - "new_tests_smoothed": 1970.0, - "new_tests_smoothed_per_thousand": 0.112, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-03", - "total_cases": 115457.0, - "new_cases": 1148.0, - "new_cases_smoothed": 701.143, - "total_deaths": 6619.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 29.857, - "total_cases_per_million": 6544.046, - "new_cases_per_million": 65.068, - "new_cases_smoothed_per_million": 39.74, - "total_deaths_per_million": 375.162, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 1.692, - "new_tests": 2399.0, - "total_tests": 265640.0, - "total_tests_per_thousand": 15.056, - "new_tests_per_thousand": 0.136, - "new_tests_smoothed": 2015.0, - "new_tests_smoothed_per_thousand": 0.114, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-04", - "total_cases": 116360.0, - "new_cases": 903.0, - "new_cases_smoothed": 734.429, - "total_deaths": 6648.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 25.286, - "total_cases_per_million": 6595.228, - "new_cases_per_million": 51.182, - "new_cases_smoothed_per_million": 41.627, - "total_deaths_per_million": 376.805, - "new_deaths_per_million": 1.644, - "new_deaths_smoothed_per_million": 1.433, - "new_tests": 2352.0, - "total_tests": 267992.0, - "total_tests_per_thousand": 15.19, - "new_tests_per_thousand": 0.133, - "new_tests_smoothed": 2002.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-05", - "total_cases": 117175.0, - "new_cases": 815.0, - "new_cases_smoothed": 719.143, - "total_deaths": 6674.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 24.286, - "total_cases_per_million": 6641.422, - "new_cases_per_million": 46.194, - "new_cases_smoothed_per_million": 40.761, - "total_deaths_per_million": 378.279, - "new_deaths_per_million": 1.474, - "new_deaths_smoothed_per_million": 1.377, - "new_tests": 2626.0, - "total_tests": 270618.0, - "total_tests_per_thousand": 15.338, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 2058.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-06", - "total_cases": 118045.0, - "new_cases": 870.0, - "new_cases_smoothed": 734.143, - "total_deaths": 6724.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 6690.733, - "new_cases_per_million": 49.311, - "new_cases_smoothed_per_million": 41.611, - "total_deaths_per_million": 381.113, - "new_deaths_per_million": 2.834, - "new_deaths_smoothed_per_million": 1.514, - "new_tests": 2363.0, - "total_tests": 272981.0, - "total_tests_per_thousand": 15.472, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 2102.0, - "new_tests_smoothed_per_thousand": 0.119, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-07", - "total_cases": 109784.0, - "new_cases": -8261.0, - "new_cases_smoothed": -552.0, - "total_deaths": 10524.0, - "new_deaths": 3800.0, - "new_deaths_smoothed": 567.0, - "total_cases_per_million": 6222.503, - "new_cases_per_million": -468.229, - "new_cases_smoothed_per_million": -31.287, - "total_deaths_per_million": 596.495, - "new_deaths_per_million": 215.382, - "new_deaths_smoothed_per_million": 32.137, - "new_tests": 749.0, - "total_tests": 273730.0, - "total_tests_per_thousand": 15.515, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 2120.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-08", - "total_cases": 110092.0, - "new_cases": 308.0, - "new_cases_smoothed": -525.0, - "total_deaths": 10576.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 574.286, - "total_cases_per_million": 6239.961, - "new_cases_per_million": 17.457, - "new_cases_smoothed_per_million": -29.757, - "total_deaths_per_million": 599.443, - "new_deaths_per_million": 2.947, - "new_deaths_smoothed_per_million": 32.55, - "new_tests": 1511.0, - "total_tests": 275241.0, - "total_tests_per_thousand": 15.601, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 2118.0, - "new_tests_smoothed_per_thousand": 0.12, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-09", - "total_cases": 110757.0, - "new_cases": 665.0, - "new_cases_smoothed": -507.429, - "total_deaths": 10627.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 579.429, - "total_cases_per_million": 6277.653, - "new_cases_per_million": 37.692, - "new_cases_smoothed_per_million": -28.761, - "total_deaths_per_million": 602.333, - "new_deaths_per_million": 2.891, - "new_deaths_smoothed_per_million": 32.842, - "new_tests": 3698.0, - "total_tests": 278939.0, - "total_tests_per_thousand": 15.81, - "new_tests_per_thousand": 0.21, - "new_tests_smoothed": 2243.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-10", - "total_cases": 112166.0, - "new_cases": 1409.0, - "new_cases_smoothed": -470.143, - "total_deaths": 10701.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 583.143, - "total_cases_per_million": 6357.514, - "new_cases_per_million": 79.861, - "new_cases_smoothed_per_million": -26.647, - "total_deaths_per_million": 606.527, - "new_deaths_per_million": 4.194, - "new_deaths_smoothed_per_million": 33.052, - "new_tests": 2981.0, - "total_tests": 281920.0, - "total_tests_per_thousand": 15.979, - "new_tests_per_thousand": 0.169, - "new_tests_smoothed": 2326.0, - "new_tests_smoothed_per_thousand": 0.132, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-11", - "total_cases": 113206.0, - "new_cases": 1040.0, - "new_cases_smoothed": -450.571, - "total_deaths": 10749.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 585.857, - "total_cases_per_million": 6416.461, - "new_cases_per_million": 58.947, - "new_cases_smoothed_per_million": -25.538, - "total_deaths_per_million": 609.248, - "new_deaths_per_million": 2.721, - "new_deaths_smoothed_per_million": 33.206, - "new_tests": 4836.0, - "total_tests": 286756.0, - "total_tests_per_thousand": 16.253, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 2681.0, - "new_tests_smoothed_per_thousand": 0.152, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-12", - "total_cases": 114732.0, - "new_cases": 1526.0, - "new_cases_smoothed": -349.0, - "total_deaths": 10836.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 594.571, - "total_cases_per_million": 6502.954, - "new_cases_per_million": 86.493, - "new_cases_smoothed_per_million": -19.781, - "total_deaths_per_million": 614.179, - "new_deaths_per_million": 4.931, - "new_deaths_smoothed_per_million": 33.7, - "new_tests": 4140.0, - "total_tests": 290896.0, - "total_tests_per_thousand": 16.488, - "new_tests_per_thousand": 0.235, - "new_tests_smoothed": 2897.0, - "new_tests_smoothed_per_thousand": 0.164, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-13", - "total_cases": 116451.0, - "new_cases": 1719.0, - "new_cases_smoothed": -227.714, - "total_deaths": 10864.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 591.429, - "total_cases_per_million": 6600.386, - "new_cases_per_million": 97.432, - "new_cases_smoothed_per_million": -12.907, - "total_deaths_per_million": 615.766, - "new_deaths_per_million": 1.587, - "new_deaths_smoothed_per_million": 33.522, - "new_tests": 3432.0, - "total_tests": 294328.0, - "total_tests_per_thousand": 16.682, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 3050.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_units": "people tested", - "stringency_index": 70.83 - }, - { - "date": "2020-09-14", - "total_cases": 118594.0, - "new_cases": 2143.0, - "new_cases_smoothed": 1258.571, - "total_deaths": 10903.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 54.143, - "total_cases_per_million": 6721.85, - "new_cases_per_million": 121.464, - "new_cases_smoothed_per_million": 71.335, - "total_deaths_per_million": 617.977, - "new_deaths_per_million": 2.211, - "new_deaths_smoothed_per_million": 3.069, - "new_tests": 1046.0, - "total_tests": 295374.0, - "total_tests_per_thousand": 16.742, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 3092.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-15", - "total_cases": 118911.0, - "new_cases": 317.0, - "new_cases_smoothed": 1259.857, - "total_deaths": 10922.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 49.429, - "total_cases_per_million": 6739.817, - "new_cases_per_million": 17.967, - "new_cases_smoothed_per_million": 71.408, - "total_deaths_per_million": 619.054, - "new_deaths_per_million": 1.077, - "new_deaths_smoothed_per_million": 2.802, - "new_tests": 2013.0, - "total_tests": 297387.0, - "total_tests_per_thousand": 16.856, - "new_tests_per_thousand": 0.114, - "new_tests_smoothed": 3164.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-16", - "total_cases": 119553.0, - "new_cases": 642.0, - "new_cases_smoothed": 1256.571, - "total_deaths": 10963.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 48.0, - "total_cases_per_million": 6776.205, - "new_cases_per_million": 36.388, - "new_cases_smoothed_per_million": 71.222, - "total_deaths_per_million": 621.377, - "new_deaths_per_million": 2.324, - "new_deaths_smoothed_per_million": 2.721, - "new_tests": 5210.0, - "total_tests": 302597.0, - "total_tests_per_thousand": 17.151, - "new_tests_per_thousand": 0.295, - "new_tests_smoothed": 3380.0, - "new_tests_smoothed_per_thousand": 0.192, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-17", - "total_cases": 121525.0, - "new_cases": 1972.0, - "new_cases_smoothed": 1337.0, - "total_deaths": 10996.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 42.143, - "total_cases_per_million": 6887.977, - "new_cases_per_million": 111.772, - "new_cases_smoothed_per_million": 75.781, - "total_deaths_per_million": 623.248, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 2.389, - "new_tests": 6330.0, - "total_tests": 308927.0, - "total_tests_per_thousand": 17.51, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 3858.0, - "new_tests_smoothed_per_thousand": 0.219, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-18", - "total_cases": 122257.0, - "new_cases": 732.0, - "new_cases_smoothed": 1293.0, - "total_deaths": 11029.0, - "new_deaths": 33.0, - "new_deaths_smoothed": 40.0, - "total_cases_per_million": 6929.467, - "new_cases_per_million": 41.489, - "new_cases_smoothed_per_million": 73.287, - "total_deaths_per_million": 625.118, - "new_deaths_per_million": 1.87, - "new_deaths_smoothed_per_million": 2.267, - "new_tests": 4648.0, - "total_tests": 313575.0, - "total_tests_per_thousand": 17.773, - "new_tests_per_thousand": 0.263, - "new_tests_smoothed": 3831.0, - "new_tests_smoothed_per_thousand": 0.217, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-19", - "total_cases": 124129.0, - "new_cases": 1872.0, - "new_cases_smoothed": 1342.429, - "total_deaths": 11044.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 29.714, - "total_cases_per_million": 7035.571, - "new_cases_per_million": 106.104, - "new_cases_smoothed_per_million": 76.088, - "total_deaths_per_million": 625.969, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 1.684, - "new_tests": 6664.0, - "total_tests": 320239.0, - "total_tests_per_thousand": 18.151, - "new_tests_per_thousand": 0.378, - "new_tests_smoothed": 4192.0, - "new_tests_smoothed_per_thousand": 0.238, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-20", - "total_cases": 125620.0, - "new_cases": 1491.0, - "new_cases_smoothed": 1309.857, - "total_deaths": 11084.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 31.429, - "total_cases_per_million": 7120.08, - "new_cases_per_million": 84.509, - "new_cases_smoothed_per_million": 74.242, - "total_deaths_per_million": 628.236, - "new_deaths_per_million": 2.267, - "new_deaths_smoothed_per_million": 1.781, - "new_tests": 3440.0, - "total_tests": 323679.0, - "total_tests_per_thousand": 18.346, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 4193.0, - "new_tests_smoothed_per_thousand": 0.238, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-21", - "total_cases": 126419.0, - "new_cases": 799.0, - "new_cases_smoothed": 1117.857, - "total_deaths": 11090.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 26.714, - "total_cases_per_million": 7165.367, - "new_cases_per_million": 45.287, - "new_cases_smoothed_per_million": 63.36, - "total_deaths_per_million": 628.576, - "new_deaths_per_million": 0.34, - "new_deaths_smoothed_per_million": 1.514, - "new_tests": 729.0, - "total_tests": 324408.0, - "total_tests_per_thousand": 18.387, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 4148.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_units": "people tested", - "stringency_index": 58.33 - }, - { - "date": "2020-09-22", - "total_cases": 126711.0, - "new_cases": 292.0, - "new_cases_smoothed": 1114.286, - "total_deaths": 11095.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 7181.917, - "new_cases_per_million": 16.55, - "new_cases_smoothed_per_million": 63.157, - "total_deaths_per_million": 628.859, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 1.401, - "new_tests": 2535.0, - "total_tests": 326943.0, - "total_tests_per_thousand": 18.531, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 4222.0, - "new_tests_smoothed_per_thousand": 0.239, - "tests_units": "people tested" - }, - { - "date": "2020-09-23", - "total_cases": 127643.0, - "new_cases": 932.0, - "new_cases_smoothed": 1155.714, - "total_deaths": 11126.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 23.286, - "total_cases_per_million": 7234.743, - "new_cases_per_million": 52.825, - "new_cases_smoothed_per_million": 65.505, - "total_deaths_per_million": 630.616, - "new_deaths_per_million": 1.757, - "new_deaths_smoothed_per_million": 1.32, - "new_tests": 6145.0, - "total_tests": 333088.0, - "total_tests_per_thousand": 18.879, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 4356.0, - "new_tests_smoothed_per_thousand": 0.247, - "tests_units": "people tested" - }, - { - "date": "2020-09-24", - "total_cases": 129892.0, - "new_cases": 2249.0, - "new_cases_smoothed": 1195.286, - "total_deaths": 11171.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 25.0, - "total_cases_per_million": 7362.215, - "new_cases_per_million": 127.472, - "new_cases_smoothed_per_million": 67.748, - "total_deaths_per_million": 633.167, - "new_deaths_per_million": 2.551, - "new_deaths_smoothed_per_million": 1.417, - "new_tests": 4339.0, - "total_tests": 337427.0, - "total_tests_per_thousand": 19.125, - "new_tests_per_thousand": 0.246, - "new_tests_smoothed": 4071.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_units": "people tested" - }, - { - "date": "2020-09-25", - "total_cases": 131146.0, - "new_cases": 1254.0, - "new_cases_smoothed": 1269.857, - "total_deaths": 11213.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 26.286, - "total_cases_per_million": 7433.291, - "new_cases_per_million": 71.076, - "new_cases_smoothed_per_million": 71.975, - "total_deaths_per_million": 635.547, - "new_deaths_per_million": 2.381, - "new_deaths_smoothed_per_million": 1.49 - } - ] - }, - "EGY": { - "continent": "Africa", - "location": "Egypt", - "population": 102334403.0, - "population_density": 97.999, - "median_age": 25.3, - "aged_65_older": 5.159, - "aged_70_older": 2.891, - "gdp_per_capita": 10550.206, - "extreme_poverty": 1.3, - "cardiovasc_death_rate": 525.432, - "diabetes_prevalence": 17.31, - "female_smokers": 0.2, - "male_smokers": 50.1, - "handwashing_facilities": 89.827, - "hospital_beds_per_thousand": 1.6, - "life_expectancy": 71.99, - "human_development_index": 0.696, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.01, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.02, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.001, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.001, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-06", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.029, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-07", - "total_cases": 15.0, - "new_cases": 12.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.117, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 2.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "total_cases": 49.0, - "new_cases": 34.0, - "new_cases_smoothed": 6.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.479, - "new_cases_per_million": 0.332, - "new_cases_smoothed_per_million": 0.066, - "total_deaths_per_million": 0.01, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 0.0 - }, - { - "date": "2020-03-10", - "total_cases": 55.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.537, - "new_cases_per_million": 0.059, - "new_cases_smoothed_per_million": 0.074, - "total_deaths_per_million": 0.01, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 0.0 - }, - { - "date": "2020-03-11", - "total_cases": 59.0, - "new_cases": 4.0, - "new_cases_smoothed": 8.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.577, - "new_cases_per_million": 0.039, - "new_cases_smoothed_per_million": 0.08, - "total_deaths_per_million": 0.01, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 60.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.586, - "new_cases_per_million": 0.01, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.01, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 0.0 - }, - { - "date": "2020-03-13", - "total_cases": 80.0, - "new_cases": 20.0, - "new_cases_smoothed": 11.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.782, - "new_cases_per_million": 0.195, - "new_cases_smoothed_per_million": 0.107, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 0.0 - }, - { - "date": "2020-03-14", - "total_cases": 93.0, - "new_cases": 13.0, - "new_cases_smoothed": 11.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.909, - "new_cases_per_million": 0.127, - "new_cases_smoothed_per_million": 0.109, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 0.0 - }, - { - "date": "2020-03-15", - "total_cases": 93.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.909, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.109, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 11.11 - }, - { - "date": "2020-03-16", - "total_cases": 110.0, - "new_cases": 17.0, - "new_cases_smoothed": 8.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.075, - "new_cases_per_million": 0.166, - "new_cases_smoothed_per_million": 0.085, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 18.52 - }, - { - "date": "2020-03-17", - "total_cases": 126.0, - "new_cases": 16.0, - "new_cases_smoothed": 10.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.231, - "new_cases_per_million": 0.156, - "new_cases_smoothed_per_million": 0.099, - "total_deaths_per_million": 0.02, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "stringency_index": 18.52 - }, - { - "date": "2020-03-18", - "total_cases": 166.0, - "new_cases": 40.0, - "new_cases_smoothed": 15.286, - "total_deaths": 4.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1.622, - "new_cases_per_million": 0.391, - "new_cases_smoothed_per_million": 0.149, - "total_deaths_per_million": 0.039, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 18.52 - }, - { - "date": "2020-03-19", - "total_cases": 196.0, - "new_cases": 30.0, - "new_cases_smoothed": 19.429, - "total_deaths": 6.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1.915, - "new_cases_per_million": 0.293, - "new_cases_smoothed_per_million": 0.19, - "total_deaths_per_million": 0.059, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 29.63 - }, - { - "date": "2020-03-20", - "total_cases": 210.0, - "new_cases": 14.0, - "new_cases_smoothed": 18.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2.052, - "new_cases_per_million": 0.137, - "new_cases_smoothed_per_million": 0.181, - "total_deaths_per_million": 0.059, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 29.63 - }, - { - "date": "2020-03-21", - "total_cases": 256.0, - "new_cases": 46.0, - "new_cases_smoothed": 23.286, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2.502, - "new_cases_per_million": 0.45, - "new_cases_smoothed_per_million": 0.228, - "total_deaths_per_million": 0.068, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 40.74 - }, - { - "date": "2020-03-22", - "total_cases": 285.0, - "new_cases": 29.0, - "new_cases_smoothed": 27.429, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2.785, - "new_cases_per_million": 0.283, - "new_cases_smoothed_per_million": 0.268, - "total_deaths_per_million": 0.078, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.008, - "stringency_index": 40.74 - }, - { - "date": "2020-03-23", - "total_cases": 294.0, - "new_cases": 9.0, - "new_cases_smoothed": 26.286, - "total_deaths": 10.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2.873, - "new_cases_per_million": 0.088, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 0.098, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 40.74 - }, - { - "date": "2020-03-24", - "total_cases": 327.0, - "new_cases": 33.0, - "new_cases_smoothed": 28.714, - "total_deaths": 14.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 3.195, - "new_cases_per_million": 0.322, - "new_cases_smoothed_per_million": 0.281, - "total_deaths_per_million": 0.137, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.017, - "stringency_index": 51.85 - }, - { - "date": "2020-03-25", - "total_cases": 366.0, - "new_cases": 39.0, - "new_cases_smoothed": 28.571, - "total_deaths": 19.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 3.577, - "new_cases_per_million": 0.381, - "new_cases_smoothed_per_million": 0.279, - "total_deaths_per_million": 0.186, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-26", - "total_cases": 442.0, - "new_cases": 76.0, - "new_cases_smoothed": 35.143, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 4.319, - "new_cases_per_million": 0.743, - "new_cases_smoothed_per_million": 0.343, - "total_deaths_per_million": 0.205, - "new_deaths_per_million": 0.02, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-27", - "total_cases": 456.0, - "new_cases": 14.0, - "new_cases_smoothed": 35.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 4.456, - "new_cases_per_million": 0.137, - "new_cases_smoothed_per_million": 0.343, - "total_deaths_per_million": 0.205, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "stringency_index": 84.26 - }, - { - "date": "2020-03-28", - "total_cases": 495.0, - "new_cases": 39.0, - "new_cases_smoothed": 34.143, - "total_deaths": 24.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 4.837, - "new_cases_per_million": 0.381, - "new_cases_smoothed_per_million": 0.334, - "total_deaths_per_million": 0.235, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.024, - "stringency_index": 84.26 - }, - { - "date": "2020-03-29", - "total_cases": 536.0, - "new_cases": 41.0, - "new_cases_smoothed": 35.857, - "total_deaths": 30.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 5.238, - "new_cases_per_million": 0.401, - "new_cases_smoothed_per_million": 0.35, - "total_deaths_per_million": 0.293, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.031, - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 576.0, - "new_cases": 40.0, - "new_cases_smoothed": 40.286, - "total_deaths": 36.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 5.629, - "new_cases_per_million": 0.391, - "new_cases_smoothed_per_million": 0.394, - "total_deaths_per_million": 0.352, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 84.26 - }, - { - "date": "2020-03-31", - "total_cases": 609.0, - "new_cases": 33.0, - "new_cases_smoothed": 40.286, - "total_deaths": 40.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 5.951, - "new_cases_per_million": 0.322, - "new_cases_smoothed_per_million": 0.394, - "total_deaths_per_million": 0.391, - "new_deaths_per_million": 0.039, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 84.26 - }, - { - "date": "2020-04-01", - "total_cases": 656.0, - "new_cases": 47.0, - "new_cases_smoothed": 41.429, - "total_deaths": 41.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 6.41, - "new_cases_per_million": 0.459, - "new_cases_smoothed_per_million": 0.405, - "total_deaths_per_million": 0.401, - "new_deaths_per_million": 0.01, - "new_deaths_smoothed_per_million": 0.031, - "stringency_index": 84.26 - }, - { - "date": "2020-04-02", - "total_cases": 710.0, - "new_cases": 54.0, - "new_cases_smoothed": 38.286, - "total_deaths": 46.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 6.938, - "new_cases_per_million": 0.528, - "new_cases_smoothed_per_million": 0.374, - "total_deaths_per_million": 0.45, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.035, - "stringency_index": 84.26 - }, - { - "date": "2020-04-03", - "total_cases": 779.0, - "new_cases": 69.0, - "new_cases_smoothed": 46.143, - "total_deaths": 52.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 7.612, - "new_cases_per_million": 0.674, - "new_cases_smoothed_per_million": 0.451, - "total_deaths_per_million": 0.508, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.043, - "stringency_index": 84.26 - }, - { - "date": "2020-04-04", - "total_cases": 779.0, - "new_cases": 0.0, - "new_cases_smoothed": 40.571, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 7.612, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.396, - "total_deaths_per_million": 0.508, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.039, - "stringency_index": 84.26 - }, - { - "date": "2020-04-05", - "total_cases": 985.0, - "new_cases": 206.0, - "new_cases_smoothed": 64.143, - "total_deaths": 66.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 9.625, - "new_cases_per_million": 2.013, - "new_cases_smoothed_per_million": 0.627, - "total_deaths_per_million": 0.645, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.05, - "stringency_index": 84.26 - }, - { - "date": "2020-04-06", - "total_cases": 1070.0, - "new_cases": 85.0, - "new_cases_smoothed": 70.571, - "total_deaths": 71.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 10.456, - "new_cases_per_million": 0.831, - "new_cases_smoothed_per_million": 0.69, - "total_deaths_per_million": 0.694, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.049, - "stringency_index": 84.26 - }, - { - "date": "2020-04-07", - "total_cases": 1073.0, - "new_cases": 3.0, - "new_cases_smoothed": 66.286, - "total_deaths": 78.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 10.485, - "new_cases_per_million": 0.029, - "new_cases_smoothed_per_million": 0.648, - "total_deaths_per_million": 0.762, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.053, - "stringency_index": 84.26 - }, - { - "date": "2020-04-08", - "total_cases": 1322.0, - "new_cases": 249.0, - "new_cases_smoothed": 95.143, - "total_deaths": 85.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 12.918, - "new_cases_per_million": 2.433, - "new_cases_smoothed_per_million": 0.93, - "total_deaths_per_million": 0.831, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.061, - "stringency_index": 84.26 - }, - { - "date": "2020-04-09", - "total_cases": 1560.0, - "new_cases": 238.0, - "new_cases_smoothed": 121.429, - "total_deaths": 103.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 15.244, - "new_cases_per_million": 2.326, - "new_cases_smoothed_per_million": 1.187, - "total_deaths_per_million": 1.007, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.08, - "stringency_index": 84.26 - }, - { - "date": "2020-04-10", - "total_cases": 1699.0, - "new_cases": 139.0, - "new_cases_smoothed": 131.429, - "total_deaths": 118.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 16.602, - "new_cases_per_million": 1.358, - "new_cases_smoothed_per_million": 1.284, - "total_deaths_per_million": 1.153, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.092, - "stringency_index": 84.26 - }, - { - "date": "2020-04-11", - "total_cases": 1794.0, - "new_cases": 95.0, - "new_cases_smoothed": 145.0, - "total_deaths": 135.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 17.531, - "new_cases_per_million": 0.928, - "new_cases_smoothed_per_million": 1.417, - "total_deaths_per_million": 1.319, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.116, - "stringency_index": 84.26 - }, - { - "date": "2020-04-12", - "total_cases": 1939.0, - "new_cases": 145.0, - "new_cases_smoothed": 136.286, - "total_deaths": 146.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 18.948, - "new_cases_per_million": 1.417, - "new_cases_smoothed_per_million": 1.332, - "total_deaths_per_million": 1.427, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.112, - "stringency_index": 84.26 - }, - { - "date": "2020-04-13", - "total_cases": 2065.0, - "new_cases": 126.0, - "new_cases_smoothed": 142.143, - "total_deaths": 159.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 20.179, - "new_cases_per_million": 1.231, - "new_cases_smoothed_per_million": 1.389, - "total_deaths_per_million": 1.554, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.123, - "stringency_index": 84.26 - }, - { - "date": "2020-04-14", - "total_cases": 2190.0, - "new_cases": 125.0, - "new_cases_smoothed": 159.571, - "total_deaths": 164.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 21.4, - "new_cases_per_million": 1.221, - "new_cases_smoothed_per_million": 1.559, - "total_deaths_per_million": 1.603, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.12, - "stringency_index": 84.26 - }, - { - "date": "2020-04-15", - "total_cases": 2350.0, - "new_cases": 160.0, - "new_cases_smoothed": 146.857, - "total_deaths": 178.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 22.964, - "new_cases_per_million": 1.564, - "new_cases_smoothed_per_million": 1.435, - "total_deaths_per_million": 1.739, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.13, - "stringency_index": 84.26 - }, - { - "date": "2020-04-16", - "total_cases": 2505.0, - "new_cases": 155.0, - "new_cases_smoothed": 135.0, - "total_deaths": 183.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 24.479, - "new_cases_per_million": 1.515, - "new_cases_smoothed_per_million": 1.319, - "total_deaths_per_million": 1.788, - "new_deaths_per_million": 0.049, - "new_deaths_smoothed_per_million": 0.112, - "stringency_index": 84.26 - }, - { - "date": "2020-04-17", - "total_cases": 2673.0, - "new_cases": 168.0, - "new_cases_smoothed": 139.143, - "total_deaths": 196.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 26.12, - "new_cases_per_million": 1.642, - "new_cases_smoothed_per_million": 1.36, - "total_deaths_per_million": 1.915, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.109, - "stringency_index": 84.26 - }, - { - "date": "2020-04-18", - "total_cases": 2844.0, - "new_cases": 171.0, - "new_cases_smoothed": 150.0, - "total_deaths": 205.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 27.791, - "new_cases_per_million": 1.671, - "new_cases_smoothed_per_million": 1.466, - "total_deaths_per_million": 2.003, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.098, - "stringency_index": 84.26 - }, - { - "date": "2020-04-19", - "total_cases": 3032.0, - "new_cases": 188.0, - "new_cases_smoothed": 156.143, - "total_deaths": 224.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 29.628, - "new_cases_per_million": 1.837, - "new_cases_smoothed_per_million": 1.526, - "total_deaths_per_million": 2.189, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.109, - "stringency_index": 84.26 - }, - { - "date": "2020-04-20", - "total_cases": 3144.0, - "new_cases": 112.0, - "new_cases_smoothed": 154.143, - "total_deaths": 239.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 30.723, - "new_cases_per_million": 1.094, - "new_cases_smoothed_per_million": 1.506, - "total_deaths_per_million": 2.335, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.112, - "stringency_index": 84.26 - }, - { - "date": "2020-04-21", - "total_cases": 3333.0, - "new_cases": 189.0, - "new_cases_smoothed": 163.286, - "total_deaths": 250.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 32.57, - "new_cases_per_million": 1.847, - "new_cases_smoothed_per_million": 1.596, - "total_deaths_per_million": 2.443, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.12, - "stringency_index": 84.26 - }, - { - "date": "2020-04-22", - "total_cases": 3490.0, - "new_cases": 157.0, - "new_cases_smoothed": 162.857, - "total_deaths": 264.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 34.104, - "new_cases_per_million": 1.534, - "new_cases_smoothed_per_million": 1.591, - "total_deaths_per_million": 2.58, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.12, - "stringency_index": 84.26 - }, - { - "date": "2020-04-23", - "total_cases": 3490.0, - "new_cases": 0.0, - "new_cases_smoothed": 140.714, - "total_deaths": 264.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 34.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.375, - "total_deaths_per_million": 2.58, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.113, - "stringency_index": 84.26 - }, - { - "date": "2020-04-24", - "total_cases": 3659.0, - "new_cases": 169.0, - "new_cases_smoothed": 140.857, - "total_deaths": 276.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 35.755, - "new_cases_per_million": 1.651, - "new_cases_smoothed_per_million": 1.376, - "total_deaths_per_million": 2.697, - "new_deaths_per_million": 0.117, - "new_deaths_smoothed_per_million": 0.112, - "stringency_index": 84.26 - }, - { - "date": "2020-04-25", - "total_cases": 4092.0, - "new_cases": 433.0, - "new_cases_smoothed": 178.286, - "total_deaths": 294.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 39.987, - "new_cases_per_million": 4.231, - "new_cases_smoothed_per_million": 1.742, - "total_deaths_per_million": 2.873, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 84.26 - }, - { - "date": "2020-04-26", - "total_cases": 4319.0, - "new_cases": 227.0, - "new_cases_smoothed": 183.857, - "total_deaths": 307.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 42.205, - "new_cases_per_million": 2.218, - "new_cases_smoothed_per_million": 1.797, - "total_deaths_per_million": 3.0, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.116, - "stringency_index": 84.26 - }, - { - "date": "2020-04-27", - "total_cases": 4319.0, - "new_cases": 0.0, - "new_cases_smoothed": 167.857, - "total_deaths": 307.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 42.205, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.64, - "total_deaths_per_million": 3.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.095, - "stringency_index": 84.26 - }, - { - "date": "2020-04-28", - "total_cases": 4782.0, - "new_cases": 463.0, - "new_cases_smoothed": 207.0, - "total_deaths": 337.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 46.729, - "new_cases_per_million": 4.524, - "new_cases_smoothed_per_million": 2.023, - "total_deaths_per_million": 3.293, - "new_deaths_per_million": 0.293, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 84.26 - }, - { - "date": "2020-04-29", - "total_cases": 5042.0, - "new_cases": 260.0, - "new_cases_smoothed": 221.714, - "total_deaths": 359.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 49.27, - "new_cases_per_million": 2.541, - "new_cases_smoothed_per_million": 2.167, - "total_deaths_per_million": 3.508, - "new_deaths_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.133, - "stringency_index": 84.26 - }, - { - "date": "2020-04-30", - "total_cases": 5268.0, - "new_cases": 226.0, - "new_cases_smoothed": 254.0, - "total_deaths": 380.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 51.478, - "new_cases_per_million": 2.208, - "new_cases_smoothed_per_million": 2.482, - "total_deaths_per_million": 3.713, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.162, - "stringency_index": 84.26 - }, - { - "date": "2020-05-01", - "total_cases": 5537.0, - "new_cases": 269.0, - "new_cases_smoothed": 268.286, - "total_deaths": 392.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 54.107, - "new_cases_per_million": 2.629, - "new_cases_smoothed_per_million": 2.622, - "total_deaths_per_million": 3.831, - "new_deaths_per_million": 0.117, - "new_deaths_smoothed_per_million": 0.162, - "stringency_index": 84.26 - }, - { - "date": "2020-05-02", - "total_cases": 5895.0, - "new_cases": 358.0, - "new_cases_smoothed": 257.571, - "total_deaths": 406.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 57.605, - "new_cases_per_million": 3.498, - "new_cases_smoothed_per_million": 2.517, - "total_deaths_per_million": 3.967, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 84.26 - }, - { - "date": "2020-05-03", - "total_cases": 6193.0, - "new_cases": 298.0, - "new_cases_smoothed": 267.714, - "total_deaths": 415.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 60.517, - "new_cases_per_million": 2.912, - "new_cases_smoothed_per_million": 2.616, - "total_deaths_per_million": 4.055, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.151, - "stringency_index": 84.26 - }, - { - "date": "2020-05-04", - "total_cases": 6465.0, - "new_cases": 272.0, - "new_cases_smoothed": 306.571, - "total_deaths": 429.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 63.175, - "new_cases_per_million": 2.658, - "new_cases_smoothed_per_million": 2.996, - "total_deaths_per_million": 4.192, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.17, - "stringency_index": 84.26 - }, - { - "date": "2020-05-05", - "total_cases": 6813.0, - "new_cases": 348.0, - "new_cases_smoothed": 290.143, - "total_deaths": 436.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 66.576, - "new_cases_per_million": 3.401, - "new_cases_smoothed_per_million": 2.835, - "total_deaths_per_million": 4.261, - "new_deaths_per_million": 0.068, - "new_deaths_smoothed_per_million": 0.138, - "stringency_index": 84.26 - }, - { - "date": "2020-05-06", - "total_cases": 7201.0, - "new_cases": 388.0, - "new_cases_smoothed": 308.429, - "total_deaths": 452.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 70.367, - "new_cases_per_million": 3.791, - "new_cases_smoothed_per_million": 3.014, - "total_deaths_per_million": 4.417, - "new_deaths_per_million": 0.156, - "new_deaths_smoothed_per_million": 0.13, - "stringency_index": 84.26 - }, - { - "date": "2020-05-07", - "total_cases": 7588.0, - "new_cases": 387.0, - "new_cases_smoothed": 331.429, - "total_deaths": 469.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 74.149, - "new_cases_per_million": 3.782, - "new_cases_smoothed_per_million": 3.239, - "total_deaths_per_million": 4.583, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 84.26 - }, - { - "date": "2020-05-08", - "total_cases": 7981.0, - "new_cases": 393.0, - "new_cases_smoothed": 349.143, - "total_deaths": 482.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 77.989, - "new_cases_per_million": 3.84, - "new_cases_smoothed_per_million": 3.412, - "total_deaths_per_million": 4.71, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.126, - "stringency_index": 84.26 - }, - { - "date": "2020-05-09", - "total_cases": 8476.0, - "new_cases": 495.0, - "new_cases_smoothed": 368.714, - "total_deaths": 503.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 82.826, - "new_cases_per_million": 4.837, - "new_cases_smoothed_per_million": 3.603, - "total_deaths_per_million": 4.915, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 84.26 - }, - { - "date": "2020-05-10", - "total_cases": 8964.0, - "new_cases": 488.0, - "new_cases_smoothed": 395.857, - "total_deaths": 514.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 87.595, - "new_cases_per_million": 4.769, - "new_cases_smoothed_per_million": 3.868, - "total_deaths_per_million": 5.023, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.138, - "stringency_index": 84.26 - }, - { - "date": "2020-05-11", - "total_cases": 9400.0, - "new_cases": 436.0, - "new_cases_smoothed": 419.286, - "total_deaths": 525.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 91.856, - "new_cases_per_million": 4.261, - "new_cases_smoothed_per_million": 4.097, - "total_deaths_per_million": 5.13, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.134, - "stringency_index": 84.26 - }, - { - "date": "2020-05-12", - "total_cases": 9746.0, - "new_cases": 346.0, - "new_cases_smoothed": 419.0, - "total_deaths": 533.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 95.237, - "new_cases_per_million": 3.381, - "new_cases_smoothed_per_million": 4.094, - "total_deaths_per_million": 5.208, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.135, - "stringency_index": 84.26 - }, - { - "date": "2020-05-13", - "total_cases": 10093.0, - "new_cases": 347.0, - "new_cases_smoothed": 413.143, - "total_deaths": 544.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 98.628, - "new_cases_per_million": 3.391, - "new_cases_smoothed_per_million": 4.037, - "total_deaths_per_million": 5.316, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 84.26 - }, - { - "date": "2020-05-14", - "total_cases": 10431.0, - "new_cases": 338.0, - "new_cases_smoothed": 406.143, - "total_deaths": 556.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.429, - "total_cases_per_million": 101.931, - "new_cases_per_million": 3.303, - "new_cases_smoothed_per_million": 3.969, - "total_deaths_per_million": 5.433, - "new_deaths_per_million": 0.117, - "new_deaths_smoothed_per_million": 0.121, - "stringency_index": 84.26 - }, - { - "date": "2020-05-15", - "total_cases": 10829.0, - "new_cases": 398.0, - "new_cases_smoothed": 406.857, - "total_deaths": 571.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 105.82, - "new_cases_per_million": 3.889, - "new_cases_smoothed_per_million": 3.976, - "total_deaths_per_million": 5.58, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 84.26 - }, - { - "date": "2020-05-16", - "total_cases": 11228.0, - "new_cases": 399.0, - "new_cases_smoothed": 393.143, - "total_deaths": 592.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 109.719, - "new_cases_per_million": 3.899, - "new_cases_smoothed_per_million": 3.842, - "total_deaths_per_million": 5.785, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.124, - "stringency_index": 84.26 - }, - { - "date": "2020-05-17", - "total_cases": 11719.0, - "new_cases": 491.0, - "new_cases_smoothed": 393.571, - "total_deaths": 612.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 14.0, - "total_cases_per_million": 114.517, - "new_cases_per_million": 4.798, - "new_cases_smoothed_per_million": 3.846, - "total_deaths_per_million": 5.98, - "new_deaths_per_million": 0.195, - "new_deaths_smoothed_per_million": 0.137, - "stringency_index": 84.26 - }, - { - "date": "2020-05-18", - "total_cases": 12229.0, - "new_cases": 510.0, - "new_cases_smoothed": 404.143, - "total_deaths": 630.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 119.5, - "new_cases_per_million": 4.984, - "new_cases_smoothed_per_million": 3.949, - "total_deaths_per_million": 6.156, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.147, - "stringency_index": 84.26 - }, - { - "date": "2020-05-19", - "total_cases": 12764.0, - "new_cases": 535.0, - "new_cases_smoothed": 431.143, - "total_deaths": 645.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 124.728, - "new_cases_per_million": 5.228, - "new_cases_smoothed_per_million": 4.213, - "total_deaths_per_million": 6.303, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 84.26 - }, - { - "date": "2020-05-20", - "total_cases": 13484.0, - "new_cases": 720.0, - "new_cases_smoothed": 484.429, - "total_deaths": 659.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 131.764, - "new_cases_per_million": 7.036, - "new_cases_smoothed_per_million": 4.734, - "total_deaths_per_million": 6.44, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.161, - "stringency_index": 84.26 - }, - { - "date": "2020-05-21", - "total_cases": 14229.0, - "new_cases": 745.0, - "new_cases_smoothed": 542.571, - "total_deaths": 680.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 139.044, - "new_cases_per_million": 7.28, - "new_cases_smoothed_per_million": 5.302, - "total_deaths_per_million": 6.645, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.173, - "stringency_index": 84.26 - }, - { - "date": "2020-05-22", - "total_cases": 15003.0, - "new_cases": 774.0, - "new_cases_smoothed": 596.286, - "total_deaths": 696.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 146.608, - "new_cases_per_million": 7.563, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 6.801, - "new_deaths_per_million": 0.156, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 84.26 - }, - { - "date": "2020-05-23", - "total_cases": 15786.0, - "new_cases": 783.0, - "new_cases_smoothed": 651.143, - "total_deaths": 707.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 154.259, - "new_cases_per_million": 7.651, - "new_cases_smoothed_per_million": 6.363, - "total_deaths_per_million": 6.909, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.161, - "stringency_index": 84.26 - }, - { - "date": "2020-05-24", - "total_cases": 16613.0, - "new_cases": 827.0, - "new_cases_smoothed": 699.143, - "total_deaths": 735.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 162.34, - "new_cases_per_million": 8.081, - "new_cases_smoothed_per_million": 6.832, - "total_deaths_per_million": 7.182, - "new_deaths_per_million": 0.274, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 84.26 - }, - { - "date": "2020-05-25", - "total_cases": 17265.0, - "new_cases": 652.0, - "new_cases_smoothed": 719.429, - "total_deaths": 764.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 19.143, - "total_cases_per_million": 168.712, - "new_cases_per_million": 6.371, - "new_cases_smoothed_per_million": 7.03, - "total_deaths_per_million": 7.466, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.187, - "stringency_index": 84.26 - }, - { - "date": "2020-05-26", - "total_cases": 17967.0, - "new_cases": 702.0, - "new_cases_smoothed": 743.286, - "total_deaths": 783.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 175.571, - "new_cases_per_million": 6.86, - "new_cases_smoothed_per_million": 7.263, - "total_deaths_per_million": 7.651, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 84.26 - }, - { - "date": "2020-05-27", - "total_cases": 18756.0, - "new_cases": 789.0, - "new_cases_smoothed": 753.143, - "total_deaths": 797.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 183.281, - "new_cases_per_million": 7.71, - "new_cases_smoothed_per_million": 7.36, - "total_deaths_per_million": 7.788, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 84.26 - }, - { - "date": "2020-05-28", - "total_cases": 19666.0, - "new_cases": 910.0, - "new_cases_smoothed": 776.714, - "total_deaths": 816.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 192.174, - "new_cases_per_million": 8.892, - "new_cases_smoothed_per_million": 7.59, - "total_deaths_per_million": 7.974, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.19, - "stringency_index": 84.26 - }, - { - "date": "2020-05-29", - "total_cases": 20793.0, - "new_cases": 1127.0, - "new_cases_smoothed": 827.143, - "total_deaths": 845.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 203.187, - "new_cases_per_million": 11.013, - "new_cases_smoothed_per_million": 8.083, - "total_deaths_per_million": 8.257, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 84.26 - }, - { - "date": "2020-05-30", - "total_cases": 22082.0, - "new_cases": 1289.0, - "new_cases_smoothed": 899.429, - "total_deaths": 879.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 24.571, - "total_cases_per_million": 215.783, - "new_cases_per_million": 12.596, - "new_cases_smoothed_per_million": 8.789, - "total_deaths_per_million": 8.589, - "new_deaths_per_million": 0.332, - "new_deaths_smoothed_per_million": 0.24, - "stringency_index": 84.26 - }, - { - "date": "2020-05-31", - "total_cases": 23449.0, - "new_cases": 1367.0, - "new_cases_smoothed": 976.571, - "total_deaths": 913.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 229.141, - "new_cases_per_million": 13.358, - "new_cases_smoothed_per_million": 9.543, - "total_deaths_per_million": 8.922, - "new_deaths_per_million": 0.332, - "new_deaths_smoothed_per_million": 0.248, - "stringency_index": 84.26 - }, - { - "date": "2020-06-01", - "total_cases": 24985.0, - "new_cases": 1536.0, - "new_cases_smoothed": 1102.857, - "total_deaths": 959.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 27.857, - "total_cases_per_million": 244.151, - "new_cases_per_million": 15.01, - "new_cases_smoothed_per_million": 10.777, - "total_deaths_per_million": 9.371, - "new_deaths_per_million": 0.45, - "new_deaths_smoothed_per_million": 0.272, - "stringency_index": 84.26 - }, - { - "date": "2020-06-02", - "total_cases": 26384.0, - "new_cases": 1399.0, - "new_cases_smoothed": 1202.429, - "total_deaths": 1005.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 257.821, - "new_cases_per_million": 13.671, - "new_cases_smoothed_per_million": 11.75, - "total_deaths_per_million": 9.821, - "new_deaths_per_million": 0.45, - "new_deaths_smoothed_per_million": 0.31, - "stringency_index": 84.26 - }, - { - "date": "2020-06-03", - "total_cases": 27536.0, - "new_cases": 1152.0, - "new_cases_smoothed": 1254.286, - "total_deaths": 1052.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 36.429, - "total_cases_per_million": 269.079, - "new_cases_per_million": 11.257, - "new_cases_smoothed_per_million": 12.257, - "total_deaths_per_million": 10.28, - "new_deaths_per_million": 0.459, - "new_deaths_smoothed_per_million": 0.356, - "stringency_index": 84.26 - }, - { - "date": "2020-06-04", - "total_cases": 28615.0, - "new_cases": 1079.0, - "new_cases_smoothed": 1278.429, - "total_deaths": 1088.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 38.857, - "total_cases_per_million": 279.622, - "new_cases_per_million": 10.544, - "new_cases_smoothed_per_million": 12.493, - "total_deaths_per_million": 10.632, - "new_deaths_per_million": 0.352, - "new_deaths_smoothed_per_million": 0.38, - "stringency_index": 84.26 - }, - { - "date": "2020-06-05", - "total_cases": 29767.0, - "new_cases": 1152.0, - "new_cases_smoothed": 1282.0, - "total_deaths": 1126.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 290.88, - "new_cases_per_million": 11.257, - "new_cases_smoothed_per_million": 12.528, - "total_deaths_per_million": 11.003, - "new_deaths_per_million": 0.371, - "new_deaths_smoothed_per_million": 0.392, - "stringency_index": 84.26 - }, - { - "date": "2020-06-06", - "total_cases": 31115.0, - "new_cases": 1348.0, - "new_cases_smoothed": 1290.429, - "total_deaths": 1166.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 304.052, - "new_cases_per_million": 13.173, - "new_cases_smoothed_per_million": 12.61, - "total_deaths_per_million": 11.394, - "new_deaths_per_million": 0.391, - "new_deaths_smoothed_per_million": 0.401, - "stringency_index": 84.26 - }, - { - "date": "2020-06-07", - "total_cases": 32612.0, - "new_cases": 1497.0, - "new_cases_smoothed": 1309.0, - "total_deaths": 1198.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 40.714, - "total_cases_per_million": 318.681, - "new_cases_per_million": 14.629, - "new_cases_smoothed_per_million": 12.791, - "total_deaths_per_million": 11.707, - "new_deaths_per_million": 0.313, - "new_deaths_smoothed_per_million": 0.398, - "stringency_index": 71.3 - }, - { - "date": "2020-06-08", - "total_cases": 34079.0, - "new_cases": 1467.0, - "new_cases_smoothed": 1299.143, - "total_deaths": 1237.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 39.714, - "total_cases_per_million": 333.016, - "new_cases_per_million": 14.335, - "new_cases_smoothed_per_million": 12.695, - "total_deaths_per_million": 12.088, - "new_deaths_per_million": 0.381, - "new_deaths_smoothed_per_million": 0.388, - "stringency_index": 71.3 - }, - { - "date": "2020-06-09", - "total_cases": 35444.0, - "new_cases": 1365.0, - "new_cases_smoothed": 1294.286, - "total_deaths": 1271.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 38.0, - "total_cases_per_million": 346.355, - "new_cases_per_million": 13.339, - "new_cases_smoothed_per_million": 12.648, - "total_deaths_per_million": 12.42, - "new_deaths_per_million": 0.332, - "new_deaths_smoothed_per_million": 0.371, - "stringency_index": 71.3 - }, - { - "date": "2020-06-10", - "total_cases": 36829.0, - "new_cases": 1385.0, - "new_cases_smoothed": 1327.571, - "total_deaths": 1306.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 359.889, - "new_cases_per_million": 13.534, - "new_cases_smoothed_per_million": 12.973, - "total_deaths_per_million": 12.762, - "new_deaths_per_million": 0.342, - "new_deaths_smoothed_per_million": 0.355, - "stringency_index": 71.3 - }, - { - "date": "2020-06-11", - "total_cases": 38284.0, - "new_cases": 1455.0, - "new_cases_smoothed": 1381.286, - "total_deaths": 1342.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 374.107, - "new_cases_per_million": 14.218, - "new_cases_smoothed_per_million": 13.498, - "total_deaths_per_million": 13.114, - "new_deaths_per_million": 0.352, - "new_deaths_smoothed_per_million": 0.355, - "stringency_index": 71.3 - }, - { - "date": "2020-06-12", - "total_cases": 39726.0, - "new_cases": 1442.0, - "new_cases_smoothed": 1422.714, - "total_deaths": 1377.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 388.198, - "new_cases_per_million": 14.091, - "new_cases_smoothed_per_million": 13.903, - "total_deaths_per_million": 13.456, - "new_deaths_per_million": 0.342, - "new_deaths_smoothed_per_million": 0.35, - "stringency_index": 71.3 - }, - { - "date": "2020-06-13", - "total_cases": 41304.0, - "new_cases": 1578.0, - "new_cases_smoothed": 1455.571, - "total_deaths": 1422.0, - "new_deaths": 45.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 403.618, - "new_cases_per_million": 15.42, - "new_cases_smoothed_per_million": 14.224, - "total_deaths_per_million": 13.896, - "new_deaths_per_million": 0.44, - "new_deaths_smoothed_per_million": 0.357, - "stringency_index": 71.3 - }, - { - "date": "2020-06-14", - "total_cases": 42980.0, - "new_cases": 1676.0, - "new_cases_smoothed": 1481.143, - "total_deaths": 1484.0, - "new_deaths": 62.0, - "new_deaths_smoothed": 40.857, - "total_cases_per_million": 419.996, - "new_cases_per_million": 16.378, - "new_cases_smoothed_per_million": 14.474, - "total_deaths_per_million": 14.501, - "new_deaths_per_million": 0.606, - "new_deaths_smoothed_per_million": 0.399, - "stringency_index": 71.3 - }, - { - "date": "2020-06-15", - "total_cases": 44598.0, - "new_cases": 1618.0, - "new_cases_smoothed": 1502.714, - "total_deaths": 1575.0, - "new_deaths": 91.0, - "new_deaths_smoothed": 48.286, - "total_cases_per_million": 435.807, - "new_cases_per_million": 15.811, - "new_cases_smoothed_per_million": 14.684, - "total_deaths_per_million": 15.391, - "new_deaths_per_million": 0.889, - "new_deaths_smoothed_per_million": 0.472, - "stringency_index": 71.3 - }, - { - "date": "2020-06-16", - "total_cases": 46289.0, - "new_cases": 1691.0, - "new_cases_smoothed": 1549.286, - "total_deaths": 1672.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 57.286, - "total_cases_per_million": 452.331, - "new_cases_per_million": 16.524, - "new_cases_smoothed_per_million": 15.139, - "total_deaths_per_million": 16.339, - "new_deaths_per_million": 0.948, - "new_deaths_smoothed_per_million": 0.56, - "stringency_index": 71.3 - }, - { - "date": "2020-06-17", - "total_cases": 47856.0, - "new_cases": 1567.0, - "new_cases_smoothed": 1575.286, - "total_deaths": 1766.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 65.714, - "total_cases_per_million": 467.643, - "new_cases_per_million": 15.313, - "new_cases_smoothed_per_million": 15.394, - "total_deaths_per_million": 17.257, - "new_deaths_per_million": 0.919, - "new_deaths_smoothed_per_million": 0.642, - "stringency_index": 71.3 - }, - { - "date": "2020-06-18", - "total_cases": 49219.0, - "new_cases": 1363.0, - "new_cases_smoothed": 1562.143, - "total_deaths": 1850.0, - "new_deaths": 84.0, - "new_deaths_smoothed": 72.571, - "total_cases_per_million": 480.962, - "new_cases_per_million": 13.319, - "new_cases_smoothed_per_million": 15.265, - "total_deaths_per_million": 18.078, - "new_deaths_per_million": 0.821, - "new_deaths_smoothed_per_million": 0.709, - "stringency_index": 71.3 - }, - { - "date": "2020-06-19", - "total_cases": 50437.0, - "new_cases": 1218.0, - "new_cases_smoothed": 1530.143, - "total_deaths": 1938.0, - "new_deaths": 88.0, - "new_deaths_smoothed": 80.143, - "total_cases_per_million": 492.865, - "new_cases_per_million": 11.902, - "new_cases_smoothed_per_million": 14.952, - "total_deaths_per_million": 18.938, - "new_deaths_per_million": 0.86, - "new_deaths_smoothed_per_million": 0.783, - "stringency_index": 71.3 - }, - { - "date": "2020-06-20", - "total_cases": 52211.0, - "new_cases": 1774.0, - "new_cases_smoothed": 1558.143, - "total_deaths": 2017.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 85.0, - "total_cases_per_million": 510.2, - "new_cases_per_million": 17.335, - "new_cases_smoothed_per_million": 15.226, - "total_deaths_per_million": 19.71, - "new_deaths_per_million": 0.772, - "new_deaths_smoothed_per_million": 0.831, - "stringency_index": 71.3 - }, - { - "date": "2020-06-21", - "total_cases": 53758.0, - "new_cases": 1547.0, - "new_cases_smoothed": 1539.714, - "total_deaths": 2106.0, - "new_deaths": 89.0, - "new_deaths_smoothed": 88.857, - "total_cases_per_million": 525.317, - "new_cases_per_million": 15.117, - "new_cases_smoothed_per_million": 15.046, - "total_deaths_per_million": 20.58, - "new_deaths_per_million": 0.87, - "new_deaths_smoothed_per_million": 0.868, - "stringency_index": 71.3 - }, - { - "date": "2020-06-22", - "total_cases": 55233.0, - "new_cases": 1475.0, - "new_cases_smoothed": 1519.286, - "total_deaths": 2193.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 88.286, - "total_cases_per_million": 539.731, - "new_cases_per_million": 14.414, - "new_cases_smoothed_per_million": 14.846, - "total_deaths_per_million": 21.43, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 0.863, - "stringency_index": 71.3 - }, - { - "date": "2020-06-23", - "total_cases": 56809.0, - "new_cases": 1576.0, - "new_cases_smoothed": 1502.857, - "total_deaths": 2278.0, - "new_deaths": 85.0, - "new_deaths_smoothed": 86.571, - "total_cases_per_million": 555.131, - "new_cases_per_million": 15.4, - "new_cases_smoothed_per_million": 14.686, - "total_deaths_per_million": 22.26, - "new_deaths_per_million": 0.831, - "new_deaths_smoothed_per_million": 0.846, - "stringency_index": 71.3 - }, - { - "date": "2020-06-24", - "total_cases": 58141.0, - "new_cases": 1332.0, - "new_cases_smoothed": 1469.286, - "total_deaths": 2365.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 85.571, - "total_cases_per_million": 568.147, - "new_cases_per_million": 13.016, - "new_cases_smoothed_per_million": 14.358, - "total_deaths_per_million": 23.111, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 0.836, - "stringency_index": 71.3 - }, - { - "date": "2020-06-25", - "total_cases": 59561.0, - "new_cases": 1420.0, - "new_cases_smoothed": 1477.429, - "total_deaths": 2450.0, - "new_deaths": 85.0, - "new_deaths_smoothed": 85.714, - "total_cases_per_million": 582.023, - "new_cases_per_million": 13.876, - "new_cases_smoothed_per_million": 14.437, - "total_deaths_per_million": 23.941, - "new_deaths_per_million": 0.831, - "new_deaths_smoothed_per_million": 0.838, - "stringency_index": 71.3 - }, - { - "date": "2020-06-26", - "total_cases": 61130.0, - "new_cases": 1569.0, - "new_cases_smoothed": 1527.571, - "total_deaths": 2533.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 85.0, - "total_cases_per_million": 597.355, - "new_cases_per_million": 15.332, - "new_cases_smoothed_per_million": 14.927, - "total_deaths_per_million": 24.752, - "new_deaths_per_million": 0.811, - "new_deaths_smoothed_per_million": 0.831, - "stringency_index": 71.3 - }, - { - "date": "2020-06-27", - "total_cases": 62755.0, - "new_cases": 1625.0, - "new_cases_smoothed": 1506.286, - "total_deaths": 2620.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 86.143, - "total_cases_per_million": 613.235, - "new_cases_per_million": 15.879, - "new_cases_smoothed_per_million": 14.719, - "total_deaths_per_million": 25.602, - "new_deaths_per_million": 0.85, - "new_deaths_smoothed_per_million": 0.842, - "stringency_index": 71.3 - }, - { - "date": "2020-06-28", - "total_cases": 63923.0, - "new_cases": 1168.0, - "new_cases_smoothed": 1452.143, - "total_deaths": 2708.0, - "new_deaths": 88.0, - "new_deaths_smoothed": 86.0, - "total_cases_per_million": 624.648, - "new_cases_per_million": 11.414, - "new_cases_smoothed_per_million": 14.19, - "total_deaths_per_million": 26.462, - "new_deaths_per_million": 0.86, - "new_deaths_smoothed_per_million": 0.84, - "stringency_index": 71.3 - }, - { - "date": "2020-06-29", - "total_cases": 65188.0, - "new_cases": 1265.0, - "new_cases_smoothed": 1422.143, - "total_deaths": 2789.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 85.143, - "total_cases_per_million": 637.01, - "new_cases_per_million": 12.361, - "new_cases_smoothed_per_million": 13.897, - "total_deaths_per_million": 27.254, - "new_deaths_per_million": 0.792, - "new_deaths_smoothed_per_million": 0.832, - "stringency_index": 71.3 - }, - { - "date": "2020-06-30", - "total_cases": 66754.0, - "new_cases": 1566.0, - "new_cases_smoothed": 1420.714, - "total_deaths": 2872.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 84.857, - "total_cases_per_million": 652.312, - "new_cases_per_million": 15.303, - "new_cases_smoothed_per_million": 13.883, - "total_deaths_per_million": 28.065, - "new_deaths_per_million": 0.811, - "new_deaths_smoothed_per_million": 0.829, - "stringency_index": 71.3 - }, - { - "date": "2020-07-01", - "total_cases": 68311.0, - "new_cases": 1557.0, - "new_cases_smoothed": 1452.857, - "total_deaths": 2953.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 84.0, - "total_cases_per_million": 667.527, - "new_cases_per_million": 15.215, - "new_cases_smoothed_per_million": 14.197, - "total_deaths_per_million": 28.856, - "new_deaths_per_million": 0.792, - "new_deaths_smoothed_per_million": 0.821, - "stringency_index": 60.19 - }, - { - "date": "2020-07-02", - "total_cases": 69814.0, - "new_cases": 1503.0, - "new_cases_smoothed": 1464.714, - "total_deaths": 3034.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 83.429, - "total_cases_per_million": 682.214, - "new_cases_per_million": 14.687, - "new_cases_smoothed_per_million": 14.313, - "total_deaths_per_million": 29.648, - "new_deaths_per_million": 0.792, - "new_deaths_smoothed_per_million": 0.815, - "stringency_index": 60.19 - }, - { - "date": "2020-07-03", - "total_cases": 71299.0, - "new_cases": 1485.0, - "new_cases_smoothed": 1452.714, - "total_deaths": 3120.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 83.857, - "total_cases_per_million": 696.726, - "new_cases_per_million": 14.511, - "new_cases_smoothed_per_million": 14.196, - "total_deaths_per_million": 30.488, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.819, - "stringency_index": 60.19 - }, - { - "date": "2020-07-04", - "total_cases": 72711.0, - "new_cases": 1412.0, - "new_cases_smoothed": 1422.286, - "total_deaths": 3201.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 83.0, - "total_cases_per_million": 710.524, - "new_cases_per_million": 13.798, - "new_cases_smoothed_per_million": 13.898, - "total_deaths_per_million": 31.28, - "new_deaths_per_million": 0.792, - "new_deaths_smoothed_per_million": 0.811, - "stringency_index": 60.19 - }, - { - "date": "2020-07-05", - "total_cases": 74035.0, - "new_cases": 1324.0, - "new_cases_smoothed": 1444.571, - "total_deaths": 3280.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 81.714, - "total_cases_per_million": 723.461, - "new_cases_per_million": 12.938, - "new_cases_smoothed_per_million": 14.116, - "total_deaths_per_million": 32.052, - "new_deaths_per_million": 0.772, - "new_deaths_smoothed_per_million": 0.799, - "stringency_index": 60.19 - }, - { - "date": "2020-07-06", - "total_cases": 75253.0, - "new_cases": 1218.0, - "new_cases_smoothed": 1437.857, - "total_deaths": 3343.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 79.143, - "total_cases_per_million": 735.364, - "new_cases_per_million": 11.902, - "new_cases_smoothed_per_million": 14.051, - "total_deaths_per_million": 32.667, - "new_deaths_per_million": 0.616, - "new_deaths_smoothed_per_million": 0.773, - "stringency_index": 60.19 - }, - { - "date": "2020-07-07", - "total_cases": 76222.0, - "new_cases": 969.0, - "new_cases_smoothed": 1352.571, - "total_deaths": 3422.0, - "new_deaths": 79.0, - "new_deaths_smoothed": 78.571, - "total_cases_per_million": 744.833, - "new_cases_per_million": 9.469, - "new_cases_smoothed_per_million": 13.217, - "total_deaths_per_million": 33.439, - "new_deaths_per_million": 0.772, - "new_deaths_smoothed_per_million": 0.768, - "stringency_index": 60.19 - }, - { - "date": "2020-07-08", - "total_cases": 77279.0, - "new_cases": 1057.0, - "new_cases_smoothed": 1281.143, - "total_deaths": 3489.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 76.571, - "total_cases_per_million": 755.161, - "new_cases_per_million": 10.329, - "new_cases_smoothed_per_million": 12.519, - "total_deaths_per_million": 34.094, - "new_deaths_per_million": 0.655, - "new_deaths_smoothed_per_million": 0.748, - "stringency_index": 60.19 - }, - { - "date": "2020-07-09", - "total_cases": 78304.0, - "new_cases": 1025.0, - "new_cases_smoothed": 1212.857, - "total_deaths": 3564.0, - "new_deaths": 75.0, - "new_deaths_smoothed": 75.714, - "total_cases_per_million": 765.178, - "new_cases_per_million": 10.016, - "new_cases_smoothed_per_million": 11.852, - "total_deaths_per_million": 34.827, - "new_deaths_per_million": 0.733, - "new_deaths_smoothed_per_million": 0.74, - "stringency_index": 60.19 - }, - { - "date": "2020-07-10", - "total_cases": 79254.0, - "new_cases": 950.0, - "new_cases_smoothed": 1136.429, - "total_deaths": 3617.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 71.0, - "total_cases_per_million": 774.461, - "new_cases_per_million": 9.283, - "new_cases_smoothed_per_million": 11.105, - "total_deaths_per_million": 35.345, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.694, - "stringency_index": 60.19 - }, - { - "date": "2020-07-11", - "total_cases": 80235.0, - "new_cases": 981.0, - "new_cases_smoothed": 1074.857, - "total_deaths": 3702.0, - "new_deaths": 85.0, - "new_deaths_smoothed": 71.571, - "total_cases_per_million": 784.047, - "new_cases_per_million": 9.586, - "new_cases_smoothed_per_million": 10.503, - "total_deaths_per_million": 36.176, - "new_deaths_per_million": 0.831, - "new_deaths_smoothed_per_million": 0.699, - "stringency_index": 60.19 - }, - { - "date": "2020-07-12", - "total_cases": 81158.0, - "new_cases": 923.0, - "new_cases_smoothed": 1017.571, - "total_deaths": 3769.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 69.857, - "total_cases_per_million": 793.067, - "new_cases_per_million": 9.019, - "new_cases_smoothed_per_million": 9.944, - "total_deaths_per_million": 36.83, - "new_deaths_per_million": 0.655, - "new_deaths_smoothed_per_million": 0.683, - "stringency_index": 60.19 - }, - { - "date": "2020-07-13", - "total_cases": 82070.0, - "new_cases": 912.0, - "new_cases_smoothed": 973.857, - "total_deaths": 3858.0, - "new_deaths": 89.0, - "new_deaths_smoothed": 73.571, - "total_cases_per_million": 801.979, - "new_cases_per_million": 8.912, - "new_cases_smoothed_per_million": 9.516, - "total_deaths_per_million": 37.7, - "new_deaths_per_million": 0.87, - "new_deaths_smoothed_per_million": 0.719, - "stringency_index": 60.19 - }, - { - "date": "2020-07-14", - "total_cases": 83001.0, - "new_cases": 931.0, - "new_cases_smoothed": 968.429, - "total_deaths": 3935.0, - "new_deaths": 77.0, - "new_deaths_smoothed": 73.286, - "total_cases_per_million": 811.076, - "new_cases_per_million": 9.098, - "new_cases_smoothed_per_million": 9.463, - "total_deaths_per_million": 38.452, - "new_deaths_per_million": 0.752, - "new_deaths_smoothed_per_million": 0.716, - "stringency_index": 60.19 - }, - { - "date": "2020-07-15", - "total_cases": 83930.0, - "new_cases": 929.0, - "new_cases_smoothed": 950.143, - "total_deaths": 4008.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 74.143, - "total_cases_per_million": 820.154, - "new_cases_per_million": 9.078, - "new_cases_smoothed_per_million": 9.285, - "total_deaths_per_million": 39.166, - "new_deaths_per_million": 0.713, - "new_deaths_smoothed_per_million": 0.725, - "stringency_index": 60.19 - }, - { - "date": "2020-07-16", - "total_cases": 84843.0, - "new_cases": 913.0, - "new_cases_smoothed": 934.143, - "total_deaths": 4067.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 71.857, - "total_cases_per_million": 829.076, - "new_cases_per_million": 8.922, - "new_cases_smoothed_per_million": 9.128, - "total_deaths_per_million": 39.742, - "new_deaths_per_million": 0.577, - "new_deaths_smoothed_per_million": 0.702, - "stringency_index": 60.19 - }, - { - "date": "2020-07-17", - "total_cases": 85771.0, - "new_cases": 928.0, - "new_cases_smoothed": 931.0, - "total_deaths": 4120.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 71.857, - "total_cases_per_million": 838.144, - "new_cases_per_million": 9.068, - "new_cases_smoothed_per_million": 9.098, - "total_deaths_per_million": 40.26, - "new_deaths_per_million": 0.518, - "new_deaths_smoothed_per_million": 0.702, - "stringency_index": 60.19 - }, - { - "date": "2020-07-18", - "total_cases": 86474.0, - "new_cases": 703.0, - "new_cases_smoothed": 891.286, - "total_deaths": 4188.0, - "new_deaths": 68.0, - "new_deaths_smoothed": 69.429, - "total_cases_per_million": 845.014, - "new_cases_per_million": 6.87, - "new_cases_smoothed_per_million": 8.71, - "total_deaths_per_million": 40.925, - "new_deaths_per_million": 0.664, - "new_deaths_smoothed_per_million": 0.678, - "stringency_index": 60.19 - }, - { - "date": "2020-07-19", - "total_cases": 87172.0, - "new_cases": 698.0, - "new_cases_smoothed": 859.143, - "total_deaths": 4251.0, - "new_deaths": 63.0, - "new_deaths_smoothed": 68.857, - "total_cases_per_million": 851.835, - "new_cases_per_million": 6.821, - "new_cases_smoothed_per_million": 8.395, - "total_deaths_per_million": 41.54, - "new_deaths_per_million": 0.616, - "new_deaths_smoothed_per_million": 0.673, - "stringency_index": 60.19 - }, - { - "date": "2020-07-20", - "total_cases": 87775.0, - "new_cases": 603.0, - "new_cases_smoothed": 815.0, - "total_deaths": 4302.0, - "new_deaths": 51.0, - "new_deaths_smoothed": 63.429, - "total_cases_per_million": 857.727, - "new_cases_per_million": 5.892, - "new_cases_smoothed_per_million": 7.964, - "total_deaths_per_million": 42.039, - "new_deaths_per_million": 0.498, - "new_deaths_smoothed_per_million": 0.62, - "stringency_index": 60.19 - }, - { - "date": "2020-07-21", - "total_cases": 88402.0, - "new_cases": 627.0, - "new_cases_smoothed": 771.571, - "total_deaths": 4352.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 59.571, - "total_cases_per_million": 863.854, - "new_cases_per_million": 6.127, - "new_cases_smoothed_per_million": 7.54, - "total_deaths_per_million": 42.527, - "new_deaths_per_million": 0.489, - "new_deaths_smoothed_per_million": 0.582, - "stringency_index": 60.19 - }, - { - "date": "2020-07-22", - "total_cases": 89078.0, - "new_cases": 676.0, - "new_cases_smoothed": 735.429, - "total_deaths": 4399.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 55.857, - "total_cases_per_million": 870.46, - "new_cases_per_million": 6.606, - "new_cases_smoothed_per_million": 7.187, - "total_deaths_per_million": 42.987, - "new_deaths_per_million": 0.459, - "new_deaths_smoothed_per_million": 0.546, - "stringency_index": 60.19 - }, - { - "date": "2020-07-23", - "total_cases": 89745.0, - "new_cases": 667.0, - "new_cases_smoothed": 700.286, - "total_deaths": 4440.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 53.286, - "total_cases_per_million": 876.978, - "new_cases_per_million": 6.518, - "new_cases_smoothed_per_million": 6.843, - "total_deaths_per_million": 43.387, - "new_deaths_per_million": 0.401, - "new_deaths_smoothed_per_million": 0.521, - "stringency_index": 60.19 - }, - { - "date": "2020-07-24", - "total_cases": 90413.0, - "new_cases": 668.0, - "new_cases_smoothed": 663.143, - "total_deaths": 4480.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 51.429, - "total_cases_per_million": 883.505, - "new_cases_per_million": 6.528, - "new_cases_smoothed_per_million": 6.48, - "total_deaths_per_million": 43.778, - "new_deaths_per_million": 0.391, - "new_deaths_smoothed_per_million": 0.503, - "stringency_index": 60.19 - }, - { - "date": "2020-07-25", - "total_cases": 91072.0, - "new_cases": 659.0, - "new_cases_smoothed": 656.857, - "total_deaths": 4518.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 47.143, - "total_cases_per_million": 889.945, - "new_cases_per_million": 6.44, - "new_cases_smoothed_per_million": 6.419, - "total_deaths_per_million": 44.149, - "new_deaths_per_million": 0.371, - "new_deaths_smoothed_per_million": 0.461, - "stringency_index": 60.19 - }, - { - "date": "2020-07-26", - "total_cases": 91583.0, - "new_cases": 511.0, - "new_cases_smoothed": 630.143, - "total_deaths": 4558.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 43.857, - "total_cases_per_million": 894.939, - "new_cases_per_million": 4.993, - "new_cases_smoothed_per_million": 6.158, - "total_deaths_per_million": 44.54, - "new_deaths_per_million": 0.391, - "new_deaths_smoothed_per_million": 0.429, - "stringency_index": 60.19 - }, - { - "date": "2020-07-27", - "total_cases": 92062.0, - "new_cases": 479.0, - "new_cases_smoothed": 612.429, - "total_deaths": 4606.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 43.429, - "total_cases_per_million": 899.619, - "new_cases_per_million": 4.681, - "new_cases_smoothed_per_million": 5.985, - "total_deaths_per_million": 45.009, - "new_deaths_per_million": 0.469, - "new_deaths_smoothed_per_million": 0.424, - "stringency_index": 60.19 - }, - { - "date": "2020-07-28", - "total_cases": 92482.0, - "new_cases": 420.0, - "new_cases_smoothed": 582.857, - "total_deaths": 4652.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 42.857, - "total_cases_per_million": 903.723, - "new_cases_per_million": 4.104, - "new_cases_smoothed_per_million": 5.696, - "total_deaths_per_million": 45.459, - "new_deaths_per_million": 0.45, - "new_deaths_smoothed_per_million": 0.419, - "stringency_index": 60.19 - }, - { - "date": "2020-07-29", - "total_cases": 92947.0, - "new_cases": 465.0, - "new_cases_smoothed": 552.714, - "total_deaths": 4691.0, - "new_deaths": 39.0, - "new_deaths_smoothed": 41.714, - "total_cases_per_million": 908.267, - "new_cases_per_million": 4.544, - "new_cases_smoothed_per_million": 5.401, - "total_deaths_per_million": 45.84, - "new_deaths_per_million": 0.381, - "new_deaths_smoothed_per_million": 0.408, - "stringency_index": 60.19 - }, - { - "date": "2020-07-30", - "total_cases": 93356.0, - "new_cases": 409.0, - "new_cases_smoothed": 515.857, - "total_deaths": 4728.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 41.143, - "total_cases_per_million": 912.264, - "new_cases_per_million": 3.997, - "new_cases_smoothed_per_million": 5.041, - "total_deaths_per_million": 46.201, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.402, - "stringency_index": 60.19 - }, - { - "date": "2020-07-31", - "total_cases": 93757.0, - "new_cases": 401.0, - "new_cases_smoothed": 477.714, - "total_deaths": 4774.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 42.0, - "total_cases_per_million": 916.183, - "new_cases_per_million": 3.919, - "new_cases_smoothed_per_million": 4.668, - "total_deaths_per_million": 46.651, - "new_deaths_per_million": 0.45, - "new_deaths_smoothed_per_million": 0.41, - "stringency_index": 60.19 - }, - { - "date": "2020-08-01", - "total_cases": 94078.0, - "new_cases": 321.0, - "new_cases_smoothed": 429.429, - "total_deaths": 4805.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 41.0, - "total_cases_per_million": 919.319, - "new_cases_per_million": 3.137, - "new_cases_smoothed_per_million": 4.196, - "total_deaths_per_million": 46.954, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.401, - "stringency_index": 60.19 - }, - { - "date": "2020-08-02", - "total_cases": 94316.0, - "new_cases": 238.0, - "new_cases_smoothed": 390.429, - "total_deaths": 4834.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 39.429, - "total_cases_per_million": 921.645, - "new_cases_per_million": 2.326, - "new_cases_smoothed_per_million": 3.815, - "total_deaths_per_million": 47.237, - "new_deaths_per_million": 0.283, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 60.19 - }, - { - "date": "2020-08-03", - "total_cases": 94483.0, - "new_cases": 167.0, - "new_cases_smoothed": 345.857, - "total_deaths": 4865.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 37.0, - "total_cases_per_million": 923.277, - "new_cases_per_million": 1.632, - "new_cases_smoothed_per_million": 3.38, - "total_deaths_per_million": 47.54, - "new_deaths_per_million": 0.303, - "new_deaths_smoothed_per_million": 0.362, - "stringency_index": 62.96 - }, - { - "date": "2020-08-04", - "total_cases": 94640.0, - "new_cases": 157.0, - "new_cases_smoothed": 308.286, - "total_deaths": 4888.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 33.714, - "total_cases_per_million": 924.811, - "new_cases_per_million": 1.534, - "new_cases_smoothed_per_million": 3.013, - "total_deaths_per_million": 47.765, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.329, - "stringency_index": 62.96 - }, - { - "date": "2020-08-05", - "total_cases": 94752.0, - "new_cases": 112.0, - "new_cases_smoothed": 257.857, - "total_deaths": 4912.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 31.571, - "total_cases_per_million": 925.906, - "new_cases_per_million": 1.094, - "new_cases_smoothed_per_million": 2.52, - "total_deaths_per_million": 47.999, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.309, - "stringency_index": 62.96 - }, - { - "date": "2020-08-06", - "total_cases": 94875.0, - "new_cases": 123.0, - "new_cases_smoothed": 217.0, - "total_deaths": 4930.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 927.108, - "new_cases_per_million": 1.202, - "new_cases_smoothed_per_million": 2.12, - "total_deaths_per_million": 48.175, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.282, - "stringency_index": 62.96 - }, - { - "date": "2020-08-07", - "total_cases": 95006.0, - "new_cases": 131.0, - "new_cases_smoothed": 178.429, - "total_deaths": 4951.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 25.286, - "total_cases_per_million": 928.388, - "new_cases_per_million": 1.28, - "new_cases_smoothed_per_million": 1.744, - "total_deaths_per_million": 48.381, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.247, - "stringency_index": 62.96 - }, - { - "date": "2020-08-08", - "total_cases": 95147.0, - "new_cases": 141.0, - "new_cases_smoothed": 152.714, - "total_deaths": 4971.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 23.714, - "total_cases_per_million": 929.766, - "new_cases_per_million": 1.378, - "new_cases_smoothed_per_million": 1.492, - "total_deaths_per_million": 48.576, - "new_deaths_per_million": 0.195, - "new_deaths_smoothed_per_million": 0.232, - "stringency_index": 62.96 - }, - { - "date": "2020-08-09", - "total_cases": 95314.0, - "new_cases": 167.0, - "new_cases_smoothed": 142.571, - "total_deaths": 4992.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 22.571, - "total_cases_per_million": 931.397, - "new_cases_per_million": 1.632, - "new_cases_smoothed_per_million": 1.393, - "total_deaths_per_million": 48.781, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.221, - "stringency_index": 62.96 - }, - { - "date": "2020-08-10", - "total_cases": 95492.0, - "new_cases": 178.0, - "new_cases_smoothed": 144.143, - "total_deaths": 5009.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 20.571, - "total_cases_per_million": 933.137, - "new_cases_per_million": 1.739, - "new_cases_smoothed_per_million": 1.409, - "total_deaths_per_million": 48.947, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.201, - "stringency_index": 62.96 - }, - { - "date": "2020-08-11", - "total_cases": 95666.0, - "new_cases": 174.0, - "new_cases_smoothed": 146.571, - "total_deaths": 5035.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 21.0, - "total_cases_per_million": 934.837, - "new_cases_per_million": 1.7, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 49.201, - "new_deaths_per_million": 0.254, - "new_deaths_smoothed_per_million": 0.205, - "stringency_index": 62.96 - }, - { - "date": "2020-08-12", - "total_cases": 95834.0, - "new_cases": 168.0, - "new_cases_smoothed": 154.571, - "total_deaths": 5059.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 21.0, - "total_cases_per_million": 936.479, - "new_cases_per_million": 1.642, - "new_cases_smoothed_per_million": 1.51, - "total_deaths_per_million": 49.436, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.205, - "stringency_index": 62.96 - }, - { - "date": "2020-08-13", - "total_cases": 95963.0, - "new_cases": 129.0, - "new_cases_smoothed": 155.429, - "total_deaths": 5085.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 937.739, - "new_cases_per_million": 1.261, - "new_cases_smoothed_per_million": 1.519, - "total_deaths_per_million": 49.69, - "new_deaths_per_million": 0.254, - "new_deaths_smoothed_per_million": 0.216, - "stringency_index": 62.96 - }, - { - "date": "2020-08-14", - "total_cases": 96108.0, - "new_cases": 145.0, - "new_cases_smoothed": 157.429, - "total_deaths": 5107.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 939.156, - "new_cases_per_million": 1.417, - "new_cases_smoothed_per_million": 1.538, - "total_deaths_per_million": 49.905, - "new_deaths_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 62.96 - }, - { - "date": "2020-08-15", - "total_cases": 96220.0, - "new_cases": 112.0, - "new_cases_smoothed": 153.286, - "total_deaths": 5124.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 940.251, - "new_cases_per_million": 1.094, - "new_cases_smoothed_per_million": 1.498, - "total_deaths_per_million": 50.071, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.214, - "stringency_index": 62.96 - }, - { - "date": "2020-08-16", - "total_cases": 96336.0, - "new_cases": 116.0, - "new_cases_smoothed": 146.0, - "total_deaths": 5141.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 941.384, - "new_cases_per_million": 1.134, - "new_cases_smoothed_per_million": 1.427, - "total_deaths_per_million": 50.237, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.208, - "stringency_index": 62.96 - }, - { - "date": "2020-08-17", - "total_cases": 96475.0, - "new_cases": 139.0, - "new_cases_smoothed": 140.429, - "total_deaths": 5160.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 942.743, - "new_cases_per_million": 1.358, - "new_cases_smoothed_per_million": 1.372, - "total_deaths_per_million": 50.423, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.211, - "stringency_index": 62.96 - }, - { - "date": "2020-08-18", - "total_cases": 96590.0, - "new_cases": 115.0, - "new_cases_smoothed": 132.0, - "total_deaths": 5173.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 943.866, - "new_cases_per_million": 1.124, - "new_cases_smoothed_per_million": 1.29, - "total_deaths_per_million": 50.55, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 62.96 - }, - { - "date": "2020-08-19", - "total_cases": 96590.0, - "new_cases": 0.0, - "new_cases_smoothed": 108.0, - "total_deaths": 5173.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 943.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.055, - "total_deaths_per_million": 50.55, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "stringency_index": 62.96 - }, - { - "date": "2020-08-20", - "total_cases": 96914.0, - "new_cases": 324.0, - "new_cases_smoothed": 135.857, - "total_deaths": 5197.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 947.032, - "new_cases_per_million": 3.166, - "new_cases_smoothed_per_million": 1.328, - "total_deaths_per_million": 50.784, - "new_deaths_per_million": 0.235, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 62.96 - }, - { - "date": "2020-08-21", - "total_cases": 97025.0, - "new_cases": 111.0, - "new_cases_smoothed": 131.0, - "total_deaths": 5212.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 948.117, - "new_cases_per_million": 1.085, - "new_cases_smoothed_per_million": 1.28, - "total_deaths_per_million": 50.931, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.147, - "stringency_index": 62.96 - }, - { - "date": "2020-08-22", - "total_cases": 97148.0, - "new_cases": 123.0, - "new_cases_smoothed": 132.571, - "total_deaths": 5231.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 949.319, - "new_cases_per_million": 1.202, - "new_cases_smoothed_per_million": 1.295, - "total_deaths_per_million": 51.117, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 62.96 - }, - { - "date": "2020-08-23", - "total_cases": 97237.0, - "new_cases": 89.0, - "new_cases_smoothed": 128.714, - "total_deaths": 5243.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 950.189, - "new_cases_per_million": 0.87, - "new_cases_smoothed_per_million": 1.258, - "total_deaths_per_million": 51.234, - "new_deaths_per_million": 0.117, - "new_deaths_smoothed_per_million": 0.142, - "stringency_index": 62.96 - }, - { - "date": "2020-08-24", - "total_cases": 97237.0, - "new_cases": 0.0, - "new_cases_smoothed": 108.857, - "total_deaths": 5243.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 950.189, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.064, - "total_deaths_per_million": 51.234, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.116, - "stringency_index": 62.96 - }, - { - "date": "2020-08-25", - "total_cases": 97478.0, - "new_cases": 241.0, - "new_cases_smoothed": 126.857, - "total_deaths": 5280.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 952.544, - "new_cases_per_million": 2.355, - "new_cases_smoothed_per_million": 1.24, - "total_deaths_per_million": 51.596, - "new_deaths_per_million": 0.362, - "new_deaths_smoothed_per_million": 0.149, - "stringency_index": 62.96 - }, - { - "date": "2020-08-26", - "total_cases": 97619.0, - "new_cases": 141.0, - "new_cases_smoothed": 147.0, - "total_deaths": 5298.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 953.922, - "new_cases_per_million": 1.378, - "new_cases_smoothed_per_million": 1.436, - "total_deaths_per_million": 51.771, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 62.96 - }, - { - "date": "2020-08-27", - "total_cases": 97825.0, - "new_cases": 206.0, - "new_cases_smoothed": 130.143, - "total_deaths": 5317.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 955.935, - "new_cases_per_million": 2.013, - "new_cases_smoothed_per_million": 1.272, - "total_deaths_per_million": 51.957, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.168, - "stringency_index": 62.96 - }, - { - "date": "2020-08-28", - "total_cases": 98062.0, - "new_cases": 237.0, - "new_cases_smoothed": 148.143, - "total_deaths": 5342.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 18.571, - "total_cases_per_million": 958.251, - "new_cases_per_million": 2.316, - "new_cases_smoothed_per_million": 1.448, - "total_deaths_per_million": 52.201, - "new_deaths_per_million": 0.244, - "new_deaths_smoothed_per_million": 0.181, - "stringency_index": 62.96 - }, - { - "date": "2020-08-29", - "total_cases": 98285.0, - "new_cases": 223.0, - "new_cases_smoothed": 162.429, - "total_deaths": 5362.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 960.43, - "new_cases_per_million": 2.179, - "new_cases_smoothed_per_million": 1.587, - "total_deaths_per_million": 52.397, - "new_deaths_per_million": 0.195, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 62.96 - }, - { - "date": "2020-08-30", - "total_cases": 98497.0, - "new_cases": 212.0, - "new_cases_smoothed": 180.0, - "total_deaths": 5376.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 19.0, - "total_cases_per_million": 962.501, - "new_cases_per_million": 2.072, - "new_cases_smoothed_per_million": 1.759, - "total_deaths_per_million": 52.534, - "new_deaths_per_million": 0.137, - "new_deaths_smoothed_per_million": 0.186, - "stringency_index": 62.96 - }, - { - "date": "2020-08-31", - "total_cases": 98727.0, - "new_cases": 230.0, - "new_cases_smoothed": 212.857, - "total_deaths": 5399.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 964.749, - "new_cases_per_million": 2.248, - "new_cases_smoothed_per_million": 2.08, - "total_deaths_per_million": 52.758, - "new_deaths_per_million": 0.225, - "new_deaths_smoothed_per_million": 0.218, - "stringency_index": 62.96 - }, - { - "date": "2020-09-01", - "total_cases": 98939.0, - "new_cases": 212.0, - "new_cases_smoothed": 208.714, - "total_deaths": 5421.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 966.821, - "new_cases_per_million": 2.072, - "new_cases_smoothed_per_million": 2.04, - "total_deaths_per_million": 52.973, - "new_deaths_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.197, - "stringency_index": 62.96 - }, - { - "date": "2020-09-02", - "total_cases": 99115.0, - "new_cases": 176.0, - "new_cases_smoothed": 213.714, - "total_deaths": 5440.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 20.286, - "total_cases_per_million": 968.54, - "new_cases_per_million": 1.72, - "new_cases_smoothed_per_million": 2.088, - "total_deaths_per_million": 53.159, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.198, - "stringency_index": 62.96 - }, - { - "date": "2020-09-03", - "total_cases": 99280.0, - "new_cases": 165.0, - "new_cases_smoothed": 207.857, - "total_deaths": 5461.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 20.571, - "total_cases_per_million": 970.153, - "new_cases_per_million": 1.612, - "new_cases_smoothed_per_million": 2.031, - "total_deaths_per_million": 53.364, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.201, - "stringency_index": 62.96 - }, - { - "date": "2020-09-04", - "total_cases": 99425.0, - "new_cases": 145.0, - "new_cases_smoothed": 194.714, - "total_deaths": 5479.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 971.57, - "new_cases_per_million": 1.417, - "new_cases_smoothed_per_million": 1.903, - "total_deaths_per_million": 53.54, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.191, - "stringency_index": 62.96 - }, - { - "date": "2020-09-05", - "total_cases": 99582.0, - "new_cases": 157.0, - "new_cases_smoothed": 185.286, - "total_deaths": 5495.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 19.0, - "total_cases_per_million": 973.104, - "new_cases_per_million": 1.534, - "new_cases_smoothed_per_million": 1.811, - "total_deaths_per_million": 53.697, - "new_deaths_per_million": 0.156, - "new_deaths_smoothed_per_million": 0.186, - "stringency_index": 62.96 - }, - { - "date": "2020-09-06", - "total_cases": 99712.0, - "new_cases": 130.0, - "new_cases_smoothed": 173.571, - "total_deaths": 5511.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 19.286, - "total_cases_per_million": 974.374, - "new_cases_per_million": 1.27, - "new_cases_smoothed_per_million": 1.696, - "total_deaths_per_million": 53.853, - "new_deaths_per_million": 0.156, - "new_deaths_smoothed_per_million": 0.188, - "stringency_index": 62.96 - }, - { - "date": "2020-09-07", - "total_cases": 99863.0, - "new_cases": 151.0, - "new_cases_smoothed": 162.286, - "total_deaths": 5530.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 975.85, - "new_cases_per_million": 1.476, - "new_cases_smoothed_per_million": 1.586, - "total_deaths_per_million": 54.039, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.183, - "stringency_index": 62.96 - }, - { - "date": "2020-09-08", - "total_cases": 100041.0, - "new_cases": 178.0, - "new_cases_smoothed": 157.429, - "total_deaths": 5541.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 977.589, - "new_cases_per_million": 1.739, - "new_cases_smoothed_per_million": 1.538, - "total_deaths_per_million": 54.146, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.168, - "stringency_index": 62.96 - }, - { - "date": "2020-09-09", - "total_cases": 100228.0, - "new_cases": 187.0, - "new_cases_smoothed": 159.0, - "total_deaths": 5560.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 979.416, - "new_cases_per_million": 1.827, - "new_cases_smoothed_per_million": 1.554, - "total_deaths_per_million": 54.332, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.168, - "stringency_index": 62.96 - }, - { - "date": "2020-09-10", - "total_cases": 100403.0, - "new_cases": 175.0, - "new_cases_smoothed": 160.429, - "total_deaths": 5577.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 981.127, - "new_cases_per_million": 1.71, - "new_cases_smoothed_per_million": 1.568, - "total_deaths_per_million": 54.498, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.162, - "stringency_index": 62.96 - }, - { - "date": "2020-09-11", - "total_cases": 100557.0, - "new_cases": 154.0, - "new_cases_smoothed": 161.714, - "total_deaths": 5590.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 982.631, - "new_cases_per_million": 1.505, - "new_cases_smoothed_per_million": 1.58, - "total_deaths_per_million": 54.625, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.155, - "stringency_index": 62.96 - }, - { - "date": "2020-09-12", - "total_cases": 100708.0, - "new_cases": 151.0, - "new_cases_smoothed": 160.857, - "total_deaths": 5607.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 984.107, - "new_cases_per_million": 1.476, - "new_cases_smoothed_per_million": 1.572, - "total_deaths_per_million": 54.791, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.156, - "stringency_index": 62.96 - }, - { - "date": "2020-09-13", - "total_cases": 100856.0, - "new_cases": 148.0, - "new_cases_smoothed": 163.429, - "total_deaths": 5627.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 985.553, - "new_cases_per_million": 1.446, - "new_cases_smoothed_per_million": 1.597, - "total_deaths_per_million": 54.986, - "new_deaths_per_million": 0.195, - "new_deaths_smoothed_per_million": 0.162, - "stringency_index": 62.96 - }, - { - "date": "2020-09-14", - "total_cases": 101009.0, - "new_cases": 153.0, - "new_cases_smoothed": 163.714, - "total_deaths": 5648.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 987.048, - "new_cases_per_million": 1.495, - "new_cases_smoothed_per_million": 1.6, - "total_deaths_per_million": 55.192, - "new_deaths_per_million": 0.205, - "new_deaths_smoothed_per_million": 0.165, - "stringency_index": 62.96 - }, - { - "date": "2020-09-15", - "total_cases": 101177.0, - "new_cases": 168.0, - "new_cases_smoothed": 162.286, - "total_deaths": 5661.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 988.69, - "new_cases_per_million": 1.642, - "new_cases_smoothed_per_million": 1.586, - "total_deaths_per_million": 55.319, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.168, - "stringency_index": 62.96 - }, - { - "date": "2020-09-16", - "total_cases": 101340.0, - "new_cases": 163.0, - "new_cases_smoothed": 158.857, - "total_deaths": 5679.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 990.283, - "new_cases_per_million": 1.593, - "new_cases_smoothed_per_million": 1.552, - "total_deaths_per_million": 55.495, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 62.96 - }, - { - "date": "2020-09-17", - "total_cases": 101500.0, - "new_cases": 160.0, - "new_cases_smoothed": 156.714, - "total_deaths": 5696.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 991.846, - "new_cases_per_million": 1.564, - "new_cases_smoothed_per_million": 1.531, - "total_deaths_per_million": 55.661, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.166, - "stringency_index": 62.96 - }, - { - "date": "2020-09-18", - "total_cases": 101641.0, - "new_cases": 141.0, - "new_cases_smoothed": 154.857, - "total_deaths": 5715.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 993.224, - "new_cases_per_million": 1.378, - "new_cases_smoothed_per_million": 1.513, - "total_deaths_per_million": 55.846, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.174, - "stringency_index": 62.96 - }, - { - "date": "2020-09-19", - "total_cases": 101772.0, - "new_cases": 131.0, - "new_cases_smoothed": 152.0, - "total_deaths": 5733.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 18.0, - "total_cases_per_million": 994.504, - "new_cases_per_million": 1.28, - "new_cases_smoothed_per_million": 1.485, - "total_deaths_per_million": 56.022, - "new_deaths_per_million": 0.176, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 62.96 - }, - { - "date": "2020-09-20", - "total_cases": 101900.0, - "new_cases": 128.0, - "new_cases_smoothed": 149.143, - "total_deaths": 5750.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 995.755, - "new_cases_per_million": 1.251, - "new_cases_smoothed_per_million": 1.457, - "total_deaths_per_million": 56.188, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.172, - "stringency_index": 62.96 - }, - { - "date": "2020-09-21", - "total_cases": 102015.0, - "new_cases": 115.0, - "new_cases_smoothed": 143.714, - "total_deaths": 5770.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 996.879, - "new_cases_per_million": 1.124, - "new_cases_smoothed_per_million": 1.404, - "total_deaths_per_million": 56.384, - "new_deaths_per_million": 0.195, - "new_deaths_smoothed_per_million": 0.17, - "stringency_index": 62.96 - }, - { - "date": "2020-09-22", - "total_cases": 102141.0, - "new_cases": 126.0, - "new_cases_smoothed": 137.714, - "total_deaths": 5787.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 18.0, - "total_cases_per_million": 998.11, - "new_cases_per_million": 1.231, - "new_cases_smoothed_per_million": 1.346, - "total_deaths_per_million": 56.55, - "new_deaths_per_million": 0.166, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 62.96 - }, - { - "date": "2020-09-23", - "total_cases": 102254.0, - "new_cases": 113.0, - "new_cases_smoothed": 130.571, - "total_deaths": 5806.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 999.214, - "new_cases_per_million": 1.104, - "new_cases_smoothed_per_million": 1.276, - "total_deaths_per_million": 56.736, - "new_deaths_per_million": 0.186, - "new_deaths_smoothed_per_million": 0.177, - "stringency_index": 62.96 - }, - { - "date": "2020-09-24", - "total_cases": 102375.0, - "new_cases": 121.0, - "new_cases_smoothed": 125.0, - "total_deaths": 5822.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 18.0, - "total_cases_per_million": 1000.397, - "new_cases_per_million": 1.182, - "new_cases_smoothed_per_million": 1.221, - "total_deaths_per_million": 56.892, - "new_deaths_per_million": 0.156, - "new_deaths_smoothed_per_million": 0.176, - "stringency_index": 62.96 - }, - { - "date": "2020-09-25", - "total_cases": 102513.0, - "new_cases": 138.0, - "new_cases_smoothed": 124.571, - "total_deaths": 5835.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 1001.745, - "new_cases_per_million": 1.349, - "new_cases_smoothed_per_million": 1.217, - "total_deaths_per_million": 57.019, - "new_deaths_per_million": 0.127, - "new_deaths_smoothed_per_million": 0.168 - } - ] - }, - "ERI": { - "continent": "Africa", - "location": "Eritrea", - "population": 3546427.0, - "population_density": 44.304, - "median_age": 19.3, - "aged_65_older": 3.607, - "aged_70_older": 2.171, - "gdp_per_capita": 1510.459, - "cardiovasc_death_rate": 311.11, - "diabetes_prevalence": 6.05, - "female_smokers": 0.2, - "male_smokers": 11.4, - "hospital_beds_per_thousand": 0.7, - "life_expectancy": 66.32, - "human_development_index": 0.44, - "data": [ - { - "date": "2020-03-22", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.282, - "new_cases_per_million": 0.282, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 22.22 - }, - { - "date": "2020-03-23", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.282, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-03-24", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.282, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-03-25", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.282, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-03-26", - "total_cases": 4.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.128, - "new_cases_per_million": 0.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 56.48 - }, - { - "date": "2020-03-27", - "total_cases": 6.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.692, - "new_cases_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-28", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.692, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.242, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-29", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.692, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.201, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-30", - "total_cases": 12.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.384, - "new_cases_per_million": 1.692, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-03-31", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.384, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 80.56 - }, - { - "date": "2020-04-01", - "total_cases": 15.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.23, - "new_cases_per_million": 0.846, - "new_cases_smoothed_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-02", - "total_cases": 18.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.076, - "new_cases_per_million": 0.846, - "new_cases_smoothed_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-03", - "total_cases": 22.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.203, - "new_cases_per_million": 1.128, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-04", - "total_cases": 22.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.203, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-05", - "total_cases": 29.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.177, - "new_cases_per_million": 1.974, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-06", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.177, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-07", - "total_cases": 31.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.741, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-08", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.741, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-09", - "total_cases": 33.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.305, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.604, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-10", - "total_cases": 33.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.305, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-11", - "total_cases": 34.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.587, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-12", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.201, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-13", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.201, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-14", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.587, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-15", - "total_cases": 35.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.869, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-16", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-17", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-18", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-19", - "total_cases": 35.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.869, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-20", - "total_cases": 39.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 1.128, - "new_cases_smoothed_per_million": 0.201, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-21", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.201, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-22", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-23", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-24", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-25", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-26", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-27", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-28", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-29", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-04-30", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-01", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-02", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-03", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-04", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-05", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-06", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-07", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-08", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-09", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-10", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-11", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-12", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-13", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-14", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-15", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-16", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-17", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-18", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-19", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-20", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-21", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-22", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-23", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-24", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-25", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-26", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-27", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-28", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-29", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-30", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-05-31", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-01", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-02", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-03", - "total_cases": 39.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.997, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-04", - "total_cases": 40.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.279, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-05", - "total_cases": 41.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-06", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-07", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-08", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-09", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-10", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-11", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-12", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-13", - "total_cases": 41.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 11.561, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-14", - "total_cases": 65.0, - "new_cases": 24.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.328, - "new_cases_per_million": 6.767, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-15", - "total_cases": 96.0, - "new_cases": 31.0, - "new_cases_smoothed": 7.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.069, - "new_cases_per_million": 8.741, - "new_cases_smoothed_per_million": 2.216, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-16", - "total_cases": 109.0, - "new_cases": 13.0, - "new_cases_smoothed": 9.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.735, - "new_cases_per_million": 3.666, - "new_cases_smoothed_per_million": 2.739, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-17", - "total_cases": 121.0, - "new_cases": 12.0, - "new_cases_smoothed": 11.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.119, - "new_cases_per_million": 3.384, - "new_cases_smoothed_per_million": 3.223, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-18", - "total_cases": 131.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 36.939, - "new_cases_per_million": 2.82, - "new_cases_smoothed_per_million": 3.625, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-19", - "total_cases": 142.0, - "new_cases": 11.0, - "new_cases_smoothed": 14.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.04, - "new_cases_per_million": 3.102, - "new_cases_smoothed_per_million": 4.068, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-20", - "total_cases": 142.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.04, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.068, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-21", - "total_cases": 143.0, - "new_cases": 1.0, - "new_cases_smoothed": 11.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.322, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 3.142, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-22", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.893, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-23", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.37, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-24", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.886, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-25", - "total_cases": 143.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.322, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-26", - "total_cases": 144.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 40.604, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.081, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-27", - "total_cases": 167.0, - "new_cases": 23.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 47.09, - "new_cases_per_million": 6.485, - "new_cases_smoothed_per_million": 1.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-28", - "total_cases": 191.0, - "new_cases": 24.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.857, - "new_cases_per_million": 6.767, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-29", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-06-30", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-01", - "total_cases": 203.0, - "new_cases": 12.0, - "new_cases_smoothed": 8.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.241, - "new_cases_per_million": 3.384, - "new_cases_smoothed_per_million": 2.417, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-02", - "total_cases": 203.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.241, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.417, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-03", - "total_cases": 215.0, - "new_cases": 12.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 3.384, - "new_cases_smoothed_per_million": 2.86, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-04", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-05", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-06", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-07", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-08", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-09", - "total_cases": 215.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 60.624, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-10", - "total_cases": 232.0, - "new_cases": 17.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 4.794, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-11", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-12", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-13", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-14", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-15", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-16", - "total_cases": 232.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 65.418, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-17", - "total_cases": 251.0, - "new_cases": 19.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 5.358, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-18", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-19", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-20", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-21", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-22", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-23", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.775, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-24", - "total_cases": 261.0, - "new_cases": 10.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 73.595, - "new_cases_per_million": 2.82, - "new_cases_smoothed_per_million": 0.403, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-25", - "total_cases": 261.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 73.595, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.403, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-26", - "total_cases": 263.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.159, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-27", - "total_cases": 263.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.159, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-28", - "total_cases": 265.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.723, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-29", - "total_cases": 265.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-30", - "total_cases": 265.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.723, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.564, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-07-31", - "total_cases": 279.0, - "new_cases": 14.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 78.671, - "new_cases_per_million": 3.948, - "new_cases_smoothed_per_million": 0.725, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-01", - "total_cases": 279.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 78.671, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.725, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-02", - "total_cases": 279.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 78.671, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-03", - "total_cases": 279.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 78.671, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-04", - "total_cases": 282.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.517, - "new_cases_per_million": 0.846, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-05", - "total_cases": 282.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.517, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-06", - "total_cases": 282.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.517, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.685, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-07", - "total_cases": 282.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 79.517, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-08", - "total_cases": 285.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.846, - "new_cases_smoothed_per_million": 0.242, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-09", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.242, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-10", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.242, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-11", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-12", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-13", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-14", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-15", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-16", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-17", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-18", - "total_cases": 285.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 80.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-19", - "total_cases": 304.0, - "new_cases": 19.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.72, - "new_cases_per_million": 5.358, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-20", - "total_cases": 304.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.72, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-21", - "total_cases": 304.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 85.72, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.765, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-22", - "total_cases": 306.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.284, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-23", - "total_cases": 306.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.284, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-24", - "total_cases": 306.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.284, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-25", - "total_cases": 306.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.284, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-26", - "total_cases": 315.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.822, - "new_cases_per_million": 2.538, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-27", - "total_cases": 315.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 88.822, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-28", - "total_cases": 317.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.386, - "new_cases_per_million": 0.564, - "new_cases_smoothed_per_million": 0.524, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-29", - "total_cases": 317.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.386, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.443, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-30", - "total_cases": 318.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.668, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-08-31", - "total_cases": 318.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.668, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-01", - "total_cases": 318.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.668, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-02", - "total_cases": 319.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.95, - "new_cases_per_million": 0.282, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-03", - "total_cases": 319.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 89.95, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.161, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-04", - "total_cases": 330.0, - "new_cases": 11.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.051, - "new_cases_per_million": 3.102, - "new_cases_smoothed_per_million": 0.524, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-05", - "total_cases": 330.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.051, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.524, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-06", - "total_cases": 330.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.051, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 93.52 - }, - { - "date": "2020-09-07", - "total_cases": 330.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.051, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-08", - "total_cases": 330.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 93.051, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.483, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-09", - "total_cases": 341.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.153, - "new_cases_per_million": 3.102, - "new_cases_smoothed_per_million": 0.886, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-10", - "total_cases": 341.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 96.153, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.886, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-11", - "total_cases": 361.0, - "new_cases": 20.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 5.639, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-12", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-13", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-14", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-15", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.249, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-16", - "total_cases": 361.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 101.793, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.806, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-17", - "total_cases": 364.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.846, - "new_cases_smoothed_per_million": 0.926, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-09-18", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.121, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 364.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 102.639, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "ESH": { - "continent": "Africa", - "location": "Western Sahara", - "population": 597330.0, - "median_age": 28.4, - "aged_70_older": 1.38, - "life_expectancy": 70.26, - "data": [ - { - "date": "2020-04-26", - "total_cases": 6.0, - "new_cases": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 10.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-27", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-28", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-29", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-04-30", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-01", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.435, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.045, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 23.0, - "new_cases": 17.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 28.46, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 1.674, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-05-31", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-01", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-02", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-03", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-04", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-05", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.066, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.239 - }, - { - "date": "2020-06-06", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 23.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 38.505, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 25.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 3.348, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 25.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 41.853, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 208.0, - "new_cases": 183.0, - "new_cases_smoothed": 26.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.216, - "new_cases_per_million": 306.363, - "new_cases_smoothed_per_million": 43.766, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 26.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 43.766, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 208.0, - "new_cases": 0.0, - "new_cases_smoothed": 26.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 348.216, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 43.766, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 380.0, - "new_cases": 172.0, - "new_cases_smoothed": 50.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 636.164, - "new_cases_per_million": 287.948, - "new_cases_smoothed_per_million": 84.902, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 461.0, - "new_cases": 81.0, - "new_cases_smoothed": 62.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 771.768, - "new_cases_per_million": 135.603, - "new_cases_smoothed_per_million": 104.274, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 461.0, - "new_cases": 0.0, - "new_cases_smoothed": 62.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 771.768, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 104.274, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 519.0, - "new_cases": 58.0, - "new_cases_smoothed": 70.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 97.099, - "new_cases_smoothed_per_million": 118.145, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 74.379, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 74.379, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 44.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 74.379, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 33.243, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.871, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 13.871, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 519.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 868.866, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 761.0, - "new_cases": 242.0, - "new_cases_smoothed": 34.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1274.003, - "new_cases_per_million": 405.136, - "new_cases_smoothed_per_million": 57.877, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 766.0, - "new_cases": 5.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 8.371, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 59.072, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.196, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 766.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1282.373, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.674, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "ESP": { - "continent": "Europe", - "location": "Spain", - "population": 46754783.0, - "population_density": 93.105, - "median_age": 45.5, - "aged_65_older": 19.436, - "aged_70_older": 13.799, - "gdp_per_capita": 34272.36, - "extreme_poverty": 1.0, - "cardiovasc_death_rate": 99.403, - "diabetes_prevalence": 7.17, - "female_smokers": 27.4, - "male_smokers": 31.4, - "hospital_beds_per_thousand": 2.97, - "life_expectancy": 83.56, - "human_development_index": 0.891, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-01", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.021, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-03", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-04", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-05", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-06", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-07", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-08", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-09", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.021, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-10", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.021, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-11", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-12", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-13", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-14", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-15", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-16", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-17", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-18", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-19", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-20", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-21", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-22", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-23", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-24", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.064, - "new_cases_per_million": 0.021, - "new_cases_smoothed_per_million": 0.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "total_cases": 9.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.192, - "new_cases_per_million": 0.128, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-27", - "total_cases": 17.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.364, - "new_cases_per_million": 0.171, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "total_cases": 35.0, - "new_cases": 18.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.749, - "new_cases_per_million": 0.385, - "new_cases_smoothed_per_million": 0.101, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "total_cases": 54.0, - "new_cases": 19.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.155, - "new_cases_per_million": 0.406, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "total_cases": 82.0, - "new_cases": 28.0, - "new_cases_smoothed": 11.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.754, - "new_cases_per_million": 0.599, - "new_cases_smoothed_per_million": 0.244, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "total_cases": 136.0, - "new_cases": 54.0, - "new_cases_smoothed": 19.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.909, - "new_cases_per_million": 1.155, - "new_cases_smoothed_per_million": 0.409, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 192.0, - "new_cases": 56.0, - "new_cases_smoothed": 27.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.107, - "new_cases_per_million": 1.198, - "new_cases_smoothed_per_million": 0.577, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 267.0, - "new_cases": 75.0, - "new_cases_smoothed": 36.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.711, - "new_cases_per_million": 1.604, - "new_cases_smoothed_per_million": 0.788, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "total_cases": 348.0, - "new_cases": 81.0, - "new_cases_smoothed": 47.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 7.443, - "new_cases_per_million": 1.732, - "new_cases_smoothed_per_million": 1.011, - "total_deaths_per_million": 0.021, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.003, - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "total_cases": 531.0, - "new_cases": 183.0, - "new_cases_smoothed": 70.857, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 11.357, - "new_cases_per_million": 3.914, - "new_cases_smoothed_per_million": 1.516, - "total_deaths_per_million": 0.064, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.009, - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 764.0, - "new_cases": 233.0, - "new_cases_smoothed": 101.429, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 16.341, - "new_cases_per_million": 4.983, - "new_cases_smoothed_per_million": 2.169, - "total_deaths_per_million": 0.107, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "total_cases": 1094.0, - "new_cases": 330.0, - "new_cases_smoothed": 144.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 23.399, - "new_cases_per_million": 7.058, - "new_cases_smoothed_per_million": 3.092, - "total_deaths_per_million": 0.107, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 1527.0, - "new_cases": 433.0, - "new_cases_smoothed": 198.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 32.66, - "new_cases_per_million": 9.261, - "new_cases_smoothed_per_million": 4.25, - "total_deaths_per_million": 0.107, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 25.0 - }, - { - "date": "2020-03-10", - "total_cases": 2299.0, - "new_cases": 772.0, - "new_cases_smoothed": 301.0, - "total_deaths": 28.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 49.171, - "new_cases_per_million": 16.512, - "new_cases_smoothed_per_million": 6.438, - "total_deaths_per_million": 0.599, - "new_deaths_per_million": 0.492, - "new_deaths_smoothed_per_million": 0.086, - "stringency_index": 45.83 - }, - { - "date": "2020-03-11", - "total_cases": 3274.0, - "new_cases": 975.0, - "new_cases_smoothed": 429.571, - "total_deaths": 35.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 70.025, - "new_cases_per_million": 20.853, - "new_cases_smoothed_per_million": 9.188, - "total_deaths_per_million": 0.749, - "new_deaths_per_million": 0.15, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 45.83 - }, - { - "date": "2020-03-12", - "total_cases": 4427.0, - "new_cases": 1153.0, - "new_cases_smoothed": 582.714, - "total_deaths": 47.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 94.685, - "new_cases_per_million": 24.661, - "new_cases_smoothed_per_million": 12.463, - "total_deaths_per_million": 1.005, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.141, - "stringency_index": 45.83 - }, - { - "date": "2020-03-13", - "total_cases": 5958.0, - "new_cases": 1531.0, - "new_cases_smoothed": 775.286, - "total_deaths": 84.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 127.431, - "new_cases_per_million": 32.745, - "new_cases_smoothed_per_million": 16.582, - "total_deaths_per_million": 1.797, - "new_deaths_per_million": 0.791, - "new_deaths_smoothed_per_million": 0.247, - "stringency_index": 45.83 - }, - { - "date": "2020-03-14", - "total_cases": 7641.0, - "new_cases": 1683.0, - "new_cases_smoothed": 982.429, - "total_deaths": 121.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 163.427, - "new_cases_per_million": 35.996, - "new_cases_smoothed_per_million": 21.012, - "total_deaths_per_million": 2.588, - "new_deaths_per_million": 0.791, - "new_deaths_smoothed_per_million": 0.354, - "stringency_index": 67.13 - }, - { - "date": "2020-03-15", - "total_cases": 9785.0, - "new_cases": 2144.0, - "new_cases_smoothed": 1241.571, - "total_deaths": 136.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 209.283, - "new_cases_per_million": 45.856, - "new_cases_smoothed_per_million": 26.555, - "total_deaths_per_million": 2.909, - "new_deaths_per_million": 0.321, - "new_deaths_smoothed_per_million": 0.4, - "stringency_index": 67.13 - }, - { - "date": "2020-03-16", - "total_cases": 11491.0, - "new_cases": 1706.0, - "new_cases_smoothed": 1423.429, - "total_deaths": 288.0, - "new_deaths": 152.0, - "new_deaths_smoothed": 40.429, - "total_cases_per_million": 245.772, - "new_cases_per_million": 36.488, - "new_cases_smoothed_per_million": 30.445, - "total_deaths_per_million": 6.16, - "new_deaths_per_million": 3.251, - "new_deaths_smoothed_per_million": 0.865, - "stringency_index": 68.98 - }, - { - "date": "2020-03-17", - "total_cases": 13994.0, - "new_cases": 2503.0, - "new_cases_smoothed": 1670.714, - "total_deaths": 309.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 299.306, - "new_cases_per_million": 53.535, - "new_cases_smoothed_per_million": 35.734, - "total_deaths_per_million": 6.609, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.859, - "stringency_index": 71.76 - }, - { - "date": "2020-03-18", - "total_cases": 17688.0, - "new_cases": 3694.0, - "new_cases_smoothed": 2059.143, - "total_deaths": 491.0, - "new_deaths": 182.0, - "new_deaths_smoothed": 65.143, - "total_cases_per_million": 378.314, - "new_cases_per_million": 79.008, - "new_cases_smoothed_per_million": 44.041, - "total_deaths_per_million": 10.502, - "new_deaths_per_million": 3.893, - "new_deaths_smoothed_per_million": 1.393, - "stringency_index": 71.76 - }, - { - "date": "2020-03-19", - "total_cases": 21735.0, - "new_cases": 4047.0, - "new_cases_smoothed": 2472.571, - "total_deaths": 598.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 78.714, - "total_cases_per_million": 464.872, - "new_cases_per_million": 86.558, - "new_cases_smoothed_per_million": 52.884, - "total_deaths_per_million": 12.79, - "new_deaths_per_million": 2.289, - "new_deaths_smoothed_per_million": 1.684, - "stringency_index": 71.76 - }, - { - "date": "2020-03-20", - "total_cases": 26304.0, - "new_cases": 4569.0, - "new_cases_smoothed": 2906.571, - "total_deaths": 767.0, - "new_deaths": 169.0, - "new_deaths_smoothed": 97.571, - "total_cases_per_million": 562.595, - "new_cases_per_million": 97.723, - "new_cases_smoothed_per_million": 62.166, - "total_deaths_per_million": 16.405, - "new_deaths_per_million": 3.615, - "new_deaths_smoothed_per_million": 2.087, - "stringency_index": 71.76 - }, - { - "date": "2020-03-21", - "total_cases": 31750.0, - "new_cases": 5446.0, - "new_cases_smoothed": 3444.143, - "total_deaths": 1002.0, - "new_deaths": 235.0, - "new_deaths_smoothed": 125.857, - "total_cases_per_million": 679.075, - "new_cases_per_million": 116.48, - "new_cases_smoothed_per_million": 73.664, - "total_deaths_per_million": 21.431, - "new_deaths_per_million": 5.026, - "new_deaths_smoothed_per_million": 2.692, - "stringency_index": 71.76 - }, - { - "date": "2020-03-22", - "total_cases": 36616.0, - "new_cases": 4866.0, - "new_cases_smoothed": 3833.0, - "total_deaths": 1326.0, - "new_deaths": 324.0, - "new_deaths_smoothed": 170.0, - "total_cases_per_million": 783.15, - "new_cases_per_million": 104.075, - "new_cases_smoothed_per_million": 81.981, - "total_deaths_per_million": 28.361, - "new_deaths_per_million": 6.93, - "new_deaths_smoothed_per_million": 3.636, - "stringency_index": 71.76 - }, - { - "date": "2020-03-23", - "total_cases": 41262.0, - "new_cases": 4646.0, - "new_cases_smoothed": 4253.0, - "total_deaths": 1720.0, - "new_deaths": 394.0, - "new_deaths_smoothed": 204.571, - "total_cases_per_million": 882.519, - "new_cases_per_million": 99.37, - "new_cases_smoothed_per_million": 90.964, - "total_deaths_per_million": 36.788, - "new_deaths_per_million": 8.427, - "new_deaths_smoothed_per_million": 4.375, - "stringency_index": 71.76 - }, - { - "date": "2020-03-24", - "total_cases": 48953.0, - "new_cases": 7691.0, - "new_cases_smoothed": 4994.143, - "total_deaths": 2182.0, - "new_deaths": 462.0, - "new_deaths_smoothed": 267.571, - "total_cases_per_million": 1047.016, - "new_cases_per_million": 164.497, - "new_cases_smoothed_per_million": 106.816, - "total_deaths_per_million": 46.669, - "new_deaths_per_million": 9.881, - "new_deaths_smoothed_per_million": 5.723, - "stringency_index": 71.76 - }, - { - "date": "2020-03-25", - "total_cases": 57506.0, - "new_cases": 8553.0, - "new_cases_smoothed": 5688.286, - "total_deaths": 2696.0, - "new_deaths": 514.0, - "new_deaths_smoothed": 315.0, - "total_cases_per_million": 1229.949, - "new_cases_per_million": 182.933, - "new_cases_smoothed_per_million": 121.662, - "total_deaths_per_million": 57.663, - "new_deaths_per_million": 10.994, - "new_deaths_smoothed_per_million": 6.737, - "stringency_index": 71.76 - }, - { - "date": "2020-03-26", - "total_cases": 66460.0, - "new_cases": 8954.0, - "new_cases_smoothed": 6389.286, - "total_deaths": 3434.0, - "new_deaths": 738.0, - "new_deaths_smoothed": 405.143, - "total_cases_per_million": 1421.459, - "new_cases_per_million": 191.51, - "new_cases_smoothed_per_million": 136.655, - "total_deaths_per_million": 73.447, - "new_deaths_per_million": 15.784, - "new_deaths_smoothed_per_million": 8.665, - "stringency_index": 71.76 - }, - { - "date": "2020-03-27", - "total_cases": 75641.0, - "new_cases": 9181.0, - "new_cases_smoothed": 7048.143, - "total_deaths": 4089.0, - "new_deaths": 655.0, - "new_deaths_smoothed": 474.571, - "total_cases_per_million": 1617.824, - "new_cases_per_million": 196.365, - "new_cases_smoothed_per_million": 150.747, - "total_deaths_per_million": 87.456, - "new_deaths_per_million": 14.009, - "new_deaths_smoothed_per_million": 10.15, - "stringency_index": 71.76 - }, - { - "date": "2020-03-28", - "total_cases": 83885.0, - "new_cases": 8244.0, - "new_cases_smoothed": 7447.857, - "total_deaths": 4858.0, - "new_deaths": 769.0, - "new_deaths_smoothed": 550.857, - "total_cases_per_million": 1794.148, - "new_cases_per_million": 176.324, - "new_cases_smoothed_per_million": 159.296, - "total_deaths_per_million": 103.904, - "new_deaths_per_million": 16.448, - "new_deaths_smoothed_per_million": 11.782, - "stringency_index": 71.76 - }, - { - "date": "2020-03-29", - "total_cases": 90309.0, - "new_cases": 6424.0, - "new_cases_smoothed": 7670.429, - "total_deaths": 5690.0, - "new_deaths": 832.0, - "new_deaths_smoothed": 623.429, - "total_cases_per_million": 1931.546, - "new_cases_per_million": 137.398, - "new_cases_smoothed_per_million": 164.057, - "total_deaths_per_million": 121.699, - "new_deaths_per_million": 17.795, - "new_deaths_smoothed_per_million": 13.334, - "stringency_index": 71.76 - }, - { - "date": "2020-03-30", - "total_cases": 96122.0, - "new_cases": 5813.0, - "new_cases_smoothed": 7837.143, - "total_deaths": 6528.0, - "new_deaths": 838.0, - "new_deaths_smoothed": 686.857, - "total_cases_per_million": 2055.875, - "new_cases_per_million": 124.33, - "new_cases_smoothed_per_million": 167.622, - "total_deaths_per_million": 139.622, - "new_deaths_per_million": 17.923, - "new_deaths_smoothed_per_million": 14.691, - "stringency_index": 85.19 - }, - { - "date": "2020-03-31", - "total_cases": 104267.0, - "new_cases": 8145.0, - "new_cases_smoothed": 7902.0, - "total_deaths": 7340.0, - "new_deaths": 812.0, - "new_deaths_smoothed": 736.857, - "total_cases_per_million": 2230.082, - "new_cases_per_million": 174.207, - "new_cases_smoothed_per_million": 169.009, - "total_deaths_per_million": 156.989, - "new_deaths_per_million": 17.367, - "new_deaths_smoothed_per_million": 15.76, - "stringency_index": 85.19 - }, - { - "date": "2020-04-01", - "total_cases": 111680.0, - "new_cases": 7413.0, - "new_cases_smoothed": 7739.143, - "total_deaths": 8189.0, - "new_deaths": 849.0, - "new_deaths_smoothed": 784.714, - "total_cases_per_million": 2388.633, - "new_cases_per_million": 158.551, - "new_cases_smoothed_per_million": 165.526, - "total_deaths_per_million": 175.148, - "new_deaths_per_million": 18.159, - "new_deaths_smoothed_per_million": 16.784, - "stringency_index": 85.19 - }, - { - "date": "2020-04-02", - "total_cases": 119263.0, - "new_cases": 7583.0, - "new_cases_smoothed": 7543.286, - "total_deaths": 9053.0, - "new_deaths": 864.0, - "new_deaths_smoothed": 802.714, - "total_cases_per_million": 2550.819, - "new_cases_per_million": 162.187, - "new_cases_smoothed_per_million": 161.337, - "total_deaths_per_million": 193.627, - "new_deaths_per_million": 18.479, - "new_deaths_smoothed_per_million": 17.169, - "stringency_index": 85.19 - }, - { - "date": "2020-04-03", - "total_cases": 126535.0, - "new_cases": 7272.0, - "new_cases_smoothed": 7270.571, - "total_deaths": 10003.0, - "new_deaths": 950.0, - "new_deaths_smoothed": 844.857, - "total_cases_per_million": 2706.354, - "new_cases_per_million": 155.535, - "new_cases_smoothed_per_million": 155.504, - "total_deaths_per_million": 213.946, - "new_deaths_per_million": 20.319, - "new_deaths_smoothed_per_million": 18.07, - "stringency_index": 85.19 - }, - { - "date": "2020-04-04", - "total_cases": 133198.0, - "new_cases": 6663.0, - "new_cases_smoothed": 7044.714, - "total_deaths": 10935.0, - "new_deaths": 932.0, - "new_deaths_smoothed": 868.143, - "total_cases_per_million": 2848.864, - "new_cases_per_million": 142.509, - "new_cases_smoothed_per_million": 150.674, - "total_deaths_per_million": 233.88, - "new_deaths_per_million": 19.934, - "new_deaths_smoothed_per_million": 18.568, - "stringency_index": 85.19 - }, - { - "date": "2020-04-05", - "total_cases": 138731.0, - "new_cases": 5533.0, - "new_cases_smoothed": 6917.429, - "total_deaths": 11744.0, - "new_deaths": 809.0, - "new_deaths_smoothed": 864.857, - "total_cases_per_million": 2967.204, - "new_cases_per_million": 118.341, - "new_cases_smoothed_per_million": 147.951, - "total_deaths_per_million": 251.183, - "new_deaths_per_million": 17.303, - "new_deaths_smoothed_per_million": 18.498, - "stringency_index": 85.19 - }, - { - "date": "2020-04-06", - "total_cases": 142398.0, - "new_cases": 3667.0, - "new_cases_smoothed": 6610.857, - "total_deaths": 12418.0, - "new_deaths": 674.0, - "new_deaths_smoothed": 841.429, - "total_cases_per_million": 3045.635, - "new_cases_per_million": 78.43, - "new_cases_smoothed_per_million": 141.394, - "total_deaths_per_million": 265.598, - "new_deaths_per_million": 14.416, - "new_deaths_smoothed_per_million": 17.997, - "stringency_index": 85.19 - }, - { - "date": "2020-04-07", - "total_cases": 147607.0, - "new_cases": 5209.0, - "new_cases_smoothed": 6191.429, - "total_deaths": 13055.0, - "new_deaths": 637.0, - "new_deaths_smoothed": 816.429, - "total_cases_per_million": 3157.046, - "new_cases_per_million": 111.411, - "new_cases_smoothed_per_million": 132.423, - "total_deaths_per_million": 279.223, - "new_deaths_per_million": 13.624, - "new_deaths_smoothed_per_million": 17.462, - "stringency_index": 85.19 - }, - { - "date": "2020-04-08", - "total_cases": 153190.0, - "new_cases": 5583.0, - "new_cases_smoothed": 5930.0, - "total_deaths": 13798.0, - "new_deaths": 743.0, - "new_deaths_smoothed": 801.286, - "total_cases_per_million": 3276.456, - "new_cases_per_million": 119.41, - "new_cases_smoothed_per_million": 126.832, - "total_deaths_per_million": 295.114, - "new_deaths_per_million": 15.891, - "new_deaths_smoothed_per_million": 17.138, - "stringency_index": 85.19 - }, - { - "date": "2020-04-09", - "total_cases": 158935.0, - "new_cases": 5745.0, - "new_cases_smoothed": 5667.429, - "total_deaths": 14555.0, - "new_deaths": 757.0, - "new_deaths_smoothed": 786.0, - "total_cases_per_million": 3399.331, - "new_cases_per_million": 122.875, - "new_cases_smoothed_per_million": 121.216, - "total_deaths_per_million": 311.305, - "new_deaths_per_million": 16.191, - "new_deaths_smoothed_per_million": 16.811, - "stringency_index": 85.19 - }, - { - "date": "2020-04-10", - "total_cases": 163472.0, - "new_cases": 4537.0, - "new_cases_smoothed": 5276.714, - "total_deaths": 15238.0, - "new_deaths": 683.0, - "new_deaths_smoothed": 747.857, - "total_cases_per_million": 3496.37, - "new_cases_per_million": 97.038, - "new_cases_smoothed_per_million": 112.859, - "total_deaths_per_million": 325.913, - "new_deaths_per_million": 14.608, - "new_deaths_smoothed_per_million": 15.995, - "stringency_index": 85.19 - }, - { - "date": "2020-04-11", - "total_cases": 168022.0, - "new_cases": 4550.0, - "new_cases_smoothed": 4974.857, - "total_deaths": 15843.0, - "new_deaths": 605.0, - "new_deaths_smoothed": 701.143, - "total_cases_per_million": 3593.686, - "new_cases_per_million": 97.316, - "new_cases_smoothed_per_million": 106.403, - "total_deaths_per_million": 338.853, - "new_deaths_per_million": 12.94, - "new_deaths_smoothed_per_million": 14.996, - "stringency_index": 85.19 - }, - { - "date": "2020-04-12", - "total_cases": 171921.0, - "new_cases": 3899.0, - "new_cases_smoothed": 4741.429, - "total_deaths": 16353.0, - "new_deaths": 510.0, - "new_deaths_smoothed": 658.429, - "total_cases_per_million": 3677.078, - "new_cases_per_million": 83.393, - "new_cases_smoothed_per_million": 101.411, - "total_deaths_per_million": 349.761, - "new_deaths_per_million": 10.908, - "new_deaths_smoothed_per_million": 14.083, - "stringency_index": 85.19 - }, - { - "date": "2020-04-13", - "total_cases": 174951.0, - "new_cases": 3030.0, - "new_cases_smoothed": 4650.429, - "total_deaths": 16972.0, - "new_deaths": 619.0, - "new_deaths_smoothed": 650.571, - "total_cases_per_million": 3741.885, - "new_cases_per_million": 64.806, - "new_cases_smoothed_per_million": 99.464, - "total_deaths_per_million": 363.0, - "new_deaths_per_million": 13.239, - "new_deaths_smoothed_per_million": 13.915, - "total_tests": 930230.0, - "total_tests_per_thousand": 19.896, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-14", - "total_cases": 178067.0, - "new_cases": 3116.0, - "new_cases_smoothed": 4351.429, - "total_deaths": 17489.0, - "new_deaths": 517.0, - "new_deaths_smoothed": 633.429, - "total_cases_per_million": 3808.53, - "new_cases_per_million": 66.646, - "new_cases_smoothed_per_million": 93.069, - "total_deaths_per_million": 374.058, - "new_deaths_per_million": 11.058, - "new_deaths_smoothed_per_million": 13.548, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-15", - "total_cases": 182491.0, - "new_cases": 4424.0, - "new_cases_smoothed": 4185.857, - "total_deaths": 18276.0, - "new_deaths": 787.0, - "new_deaths_smoothed": 639.714, - "total_cases_per_million": 3903.151, - "new_cases_per_million": 94.621, - "new_cases_smoothed_per_million": 89.528, - "total_deaths_per_million": 390.89, - "new_deaths_per_million": 16.833, - "new_deaths_smoothed_per_million": 13.682, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-16", - "total_cases": 186311.0, - "new_cases": 3820.0, - "new_cases_smoothed": 3910.857, - "total_deaths": 18893.0, - "new_deaths": 617.0, - "new_deaths_smoothed": 619.714, - "total_cases_per_million": 3984.854, - "new_cases_per_million": 81.703, - "new_cases_smoothed_per_million": 83.646, - "total_deaths_per_million": 404.087, - "new_deaths_per_million": 13.197, - "new_deaths_smoothed_per_million": 13.255, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-17", - "total_cases": 190129.0, - "new_cases": 3818.0, - "new_cases_smoothed": 3808.143, - "total_deaths": 19478.0, - "new_deaths": 585.0, - "new_deaths_smoothed": 605.714, - "total_cases_per_million": 4066.514, - "new_cases_per_million": 81.66, - "new_cases_smoothed_per_million": 81.449, - "total_deaths_per_million": 416.599, - "new_deaths_per_million": 12.512, - "new_deaths_smoothed_per_million": 12.955, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-18", - "total_cases": 193965.0, - "new_cases": 3836.0, - "new_cases_smoothed": 3706.143, - "total_deaths": 20043.0, - "new_deaths": 565.0, - "new_deaths_smoothed": 600.0, - "total_cases_per_million": 4148.56, - "new_cases_per_million": 82.045, - "new_cases_smoothed_per_million": 79.268, - "total_deaths_per_million": 428.683, - "new_deaths_per_million": 12.084, - "new_deaths_smoothed_per_million": 12.833, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-19", - "total_cases": 193252.0, - "new_cases": -713.0, - "new_cases_smoothed": 3047.286, - "total_deaths": 20453.0, - "new_deaths": 410.0, - "new_deaths_smoothed": 585.714, - "total_cases_per_million": 4133.31, - "new_cases_per_million": -15.25, - "new_cases_smoothed_per_million": 65.176, - "total_deaths_per_million": 437.453, - "new_deaths_per_million": 8.769, - "new_deaths_smoothed_per_million": 12.527, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-20", - "total_cases": 195470.0, - "new_cases": 2218.0, - "new_cases_smoothed": 2931.286, - "total_deaths": 20852.0, - "new_deaths": 399.0, - "new_deaths_smoothed": 554.286, - "total_cases_per_million": 4180.749, - "new_cases_per_million": 47.439, - "new_cases_smoothed_per_million": 62.695, - "total_deaths_per_million": 445.986, - "new_deaths_per_million": 8.534, - "new_deaths_smoothed_per_million": 11.855, - "new_tests_smoothed": 10529.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 3.592, - "positive_rate": 0.278, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-21", - "total_cases": 198421.0, - "new_cases": 2951.0, - "new_cases_smoothed": 2907.714, - "total_deaths": 21282.0, - "new_deaths": 430.0, - "new_deaths_smoothed": 541.857, - "total_cases_per_million": 4243.865, - "new_cases_per_million": 63.117, - "new_cases_smoothed_per_million": 62.191, - "total_deaths_per_million": 455.183, - "new_deaths_per_million": 9.197, - "new_deaths_smoothed_per_million": 11.589, - "new_tests_smoothed": 10529.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 3.6210000000000004, - "positive_rate": 0.276, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-22", - "total_cases": 200733.0, - "new_cases": 2312.0, - "new_cases_smoothed": 2606.0, - "total_deaths": 21717.0, - "new_deaths": 435.0, - "new_deaths_smoothed": 491.571, - "total_cases_per_million": 4293.315, - "new_cases_per_million": 49.449, - "new_cases_smoothed_per_million": 55.738, - "total_deaths_per_million": 464.487, - "new_deaths_per_million": 9.304, - "new_deaths_smoothed_per_million": 10.514, - "new_tests_smoothed": 10529.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 4.04, - "positive_rate": 0.248, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-23", - "total_cases": 203649.0, - "new_cases": 2916.0, - "new_cases_smoothed": 2476.857, - "total_deaths": 22157.0, - "new_deaths": 440.0, - "new_deaths_smoothed": 466.286, - "total_cases_per_million": 4355.683, - "new_cases_per_million": 62.368, - "new_cases_smoothed_per_million": 52.975, - "total_deaths_per_million": 473.898, - "new_deaths_per_million": 9.411, - "new_deaths_smoothed_per_million": 9.973, - "total_tests": 1035522.0, - "total_tests_per_thousand": 22.148, - "new_tests_smoothed": 10529.0, - "new_tests_smoothed_per_thousand": 0.225, - "tests_per_case": 4.251, - "positive_rate": 0.235, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-24", - "total_cases": 205763.0, - "new_cases": 2114.0, - "new_cases_smoothed": 2233.429, - "total_deaths": 22524.0, - "new_deaths": 367.0, - "new_deaths_smoothed": 435.143, - "total_cases_per_million": 4400.897, - "new_cases_per_million": 45.215, - "new_cases_smoothed_per_million": 47.769, - "total_deaths_per_million": 481.748, - "new_deaths_per_million": 7.849, - "new_deaths_smoothed_per_million": 9.307, - "new_tests_smoothed": 15466.0, - "new_tests_smoothed_per_thousand": 0.331, - "tests_per_case": 6.925, - "positive_rate": 0.14400000000000002, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-25", - "total_cases": 208269.0, - "new_cases": 2506.0, - "new_cases_smoothed": 2043.429, - "total_deaths": 22902.0, - "new_deaths": 378.0, - "new_deaths_smoothed": 408.429, - "total_cases_per_million": 4454.496, - "new_cases_per_million": 53.599, - "new_cases_smoothed_per_million": 43.705, - "total_deaths_per_million": 489.832, - "new_deaths_per_million": 8.085, - "new_deaths_smoothed_per_million": 8.736, - "new_tests_smoothed": 20403.0, - "new_tests_smoothed_per_thousand": 0.436, - "tests_per_case": 9.985, - "positive_rate": 0.1, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-26", - "total_cases": 209910.0, - "new_cases": 1641.0, - "new_cases_smoothed": 2379.714, - "total_deaths": 23190.0, - "new_deaths": 288.0, - "new_deaths_smoothed": 391.0, - "total_cases_per_million": 4489.594, - "new_cases_per_million": 35.098, - "new_cases_smoothed_per_million": 50.898, - "total_deaths_per_million": 495.992, - "new_deaths_per_million": 6.16, - "new_deaths_smoothed_per_million": 8.363, - "new_tests_smoothed": 25340.0, - "new_tests_smoothed_per_thousand": 0.542, - "tests_per_case": 10.648, - "positive_rate": 0.094, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-27", - "total_cases": 211570.0, - "new_cases": 1660.0, - "new_cases_smoothed": 2300.0, - "total_deaths": 23190.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 334.0, - "total_cases_per_million": 4525.099, - "new_cases_per_million": 35.504, - "new_cases_smoothed_per_million": 49.193, - "total_deaths_per_million": 495.992, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 7.144, - "new_tests_smoothed": 30276.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_per_case": 13.163, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-28", - "total_cases": 213095.0, - "new_cases": 1525.0, - "new_cases_smoothed": 2096.286, - "total_deaths": 23822.0, - "new_deaths": 632.0, - "new_deaths_smoothed": 362.857, - "total_cases_per_million": 4557.716, - "new_cases_per_million": 32.617, - "new_cases_smoothed_per_million": 44.836, - "total_deaths_per_million": 509.509, - "new_deaths_per_million": 13.517, - "new_deaths_smoothed_per_million": 7.761, - "new_tests_smoothed": 35213.0, - "new_tests_smoothed_per_thousand": 0.753, - "tests_per_case": 16.798, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-29", - "total_cases": 213942.0, - "new_cases": 847.0, - "new_cases_smoothed": 1887.0, - "total_deaths": 24275.0, - "new_deaths": 453.0, - "new_deaths_smoothed": 365.429, - "total_cases_per_million": 4575.831, - "new_cases_per_million": 18.116, - "new_cases_smoothed_per_million": 40.36, - "total_deaths_per_million": 519.198, - "new_deaths_per_million": 9.689, - "new_deaths_smoothed_per_million": 7.816, - "new_tests_smoothed": 40150.0, - "new_tests_smoothed_per_thousand": 0.859, - "tests_per_case": 21.276999999999997, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-04-30", - "total_cases": 215183.0, - "new_cases": 1241.0, - "new_cases_smoothed": 1647.714, - "total_deaths": 24543.0, - "new_deaths": 268.0, - "new_deaths_smoothed": 340.857, - "total_cases_per_million": 4602.374, - "new_cases_per_million": 26.543, - "new_cases_smoothed_per_million": 35.242, - "total_deaths_per_million": 524.93, - "new_deaths_per_million": 5.732, - "new_deaths_smoothed_per_million": 7.29, - "total_tests": 1351130.0, - "total_tests_per_thousand": 28.898, - "new_tests_smoothed": 45087.0, - "new_tests_smoothed_per_thousand": 0.964, - "tests_per_case": 27.363000000000003, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-01", - "total_cases": 216570.0, - "new_cases": 1387.0, - "new_cases_smoothed": 1543.857, - "total_deaths": 24824.0, - "new_deaths": 281.0, - "new_deaths_smoothed": 328.571, - "total_cases_per_million": 4632.039, - "new_cases_per_million": 29.665, - "new_cases_smoothed_per_million": 33.02, - "total_deaths_per_million": 530.94, - "new_deaths_per_million": 6.01, - "new_deaths_smoothed_per_million": 7.028, - "new_tests_smoothed": 44239.0, - "new_tests_smoothed_per_thousand": 0.946, - "tests_per_case": 28.655, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-02", - "total_cases": 217804.0, - "new_cases": 1234.0, - "new_cases_smoothed": 1362.143, - "total_deaths": 25100.0, - "new_deaths": 276.0, - "new_deaths_smoothed": 314.0, - "total_cases_per_million": 4658.432, - "new_cases_per_million": 26.393, - "new_cases_smoothed_per_million": 29.134, - "total_deaths_per_million": 536.843, - "new_deaths_per_million": 5.903, - "new_deaths_smoothed_per_million": 6.716, - "new_tests_smoothed": 43392.0, - "new_tests_smoothed_per_thousand": 0.928, - "tests_per_case": 31.855999999999998, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-03", - "total_cases": 218739.0, - "new_cases": 935.0, - "new_cases_smoothed": 1261.286, - "total_deaths": 25264.0, - "new_deaths": 164.0, - "new_deaths_smoothed": 296.286, - "total_cases_per_million": 4678.43, - "new_cases_per_million": 19.998, - "new_cases_smoothed_per_million": 26.977, - "total_deaths_per_million": 540.351, - "new_deaths_per_million": 3.508, - "new_deaths_smoothed_per_million": 6.337, - "new_tests_smoothed": 42544.0, - "new_tests_smoothed_per_thousand": 0.91, - "tests_per_case": 33.731, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 85.19 - }, - { - "date": "2020-05-04", - "total_cases": 219205.0, - "new_cases": 466.0, - "new_cases_smoothed": 1090.714, - "total_deaths": 25428.0, - "new_deaths": 164.0, - "new_deaths_smoothed": 319.714, - "total_cases_per_million": 4688.397, - "new_cases_per_million": 9.967, - "new_cases_smoothed_per_million": 23.328, - "total_deaths_per_million": 543.859, - "new_deaths_per_million": 3.508, - "new_deaths_smoothed_per_million": 6.838, - "new_tests_smoothed": 41697.0, - "new_tests_smoothed_per_thousand": 0.892, - "tests_per_case": 38.229, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-05", - "total_cases": 220244.0, - "new_cases": 1039.0, - "new_cases_smoothed": 1021.286, - "total_deaths": 25613.0, - "new_deaths": 185.0, - "new_deaths_smoothed": 255.857, - "total_cases_per_million": 4710.62, - "new_cases_per_million": 22.222, - "new_cases_smoothed_per_million": 21.843, - "total_deaths_per_million": 547.816, - "new_deaths_per_million": 3.957, - "new_deaths_smoothed_per_million": 5.472, - "new_tests_smoothed": 40849.0, - "new_tests_smoothed_per_thousand": 0.874, - "tests_per_case": 39.998000000000005, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-06", - "total_cases": 221124.0, - "new_cases": 880.0, - "new_cases_smoothed": 1026.0, - "total_deaths": 25857.0, - "new_deaths": 244.0, - "new_deaths_smoothed": 226.0, - "total_cases_per_million": 4729.441, - "new_cases_per_million": 18.822, - "new_cases_smoothed_per_million": 21.944, - "total_deaths_per_million": 553.034, - "new_deaths_per_million": 5.219, - "new_deaths_smoothed_per_million": 4.834, - "new_tests_smoothed": 40002.0, - "new_tests_smoothed_per_thousand": 0.856, - "tests_per_case": 38.988, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-07", - "total_cases": 222045.0, - "new_cases": 921.0, - "new_cases_smoothed": 980.286, - "total_deaths": 26070.0, - "new_deaths": 213.0, - "new_deaths_smoothed": 218.143, - "total_cases_per_million": 4749.14, - "new_cases_per_million": 19.699, - "new_cases_smoothed_per_million": 20.967, - "total_deaths_per_million": 557.59, - "new_deaths_per_million": 4.556, - "new_deaths_smoothed_per_million": 4.666, - "total_tests": 1625211.0, - "total_tests_per_thousand": 34.76, - "new_tests_smoothed": 39154.0, - "new_tests_smoothed_per_thousand": 0.837, - "tests_per_case": 39.941, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-08", - "total_cases": 223218.0, - "new_cases": 1173.0, - "new_cases_smoothed": 949.714, - "total_deaths": 26251.0, - "new_deaths": 181.0, - "new_deaths_smoothed": 203.857, - "total_cases_per_million": 4774.228, - "new_cases_per_million": 25.088, - "new_cases_smoothed_per_million": 20.313, - "total_deaths_per_million": 561.461, - "new_deaths_per_million": 3.871, - "new_deaths_smoothed_per_million": 4.36, - "new_tests_smoothed": 39565.0, - "new_tests_smoothed_per_thousand": 0.846, - "tests_per_case": 41.66, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-09", - "total_cases": 223961.0, - "new_cases": 743.0, - "new_cases_smoothed": 879.571, - "total_deaths": 26478.0, - "new_deaths": 227.0, - "new_deaths_smoothed": 196.857, - "total_cases_per_million": 4790.12, - "new_cases_per_million": 15.891, - "new_cases_smoothed_per_million": 18.812, - "total_deaths_per_million": 566.316, - "new_deaths_per_million": 4.855, - "new_deaths_smoothed_per_million": 4.21, - "new_tests_smoothed": 39976.0, - "new_tests_smoothed_per_thousand": 0.855, - "tests_per_case": 45.449, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-10", - "total_cases": 227377.0, - "new_cases": 3416.0, - "new_cases_smoothed": 1234.0, - "total_deaths": 26621.0, - "new_deaths": 143.0, - "new_deaths_smoothed": 193.857, - "total_cases_per_million": 4863.182, - "new_cases_per_million": 73.062, - "new_cases_smoothed_per_million": 26.393, - "total_deaths_per_million": 569.375, - "new_deaths_per_million": 3.059, - "new_deaths_smoothed_per_million": 4.146, - "new_tests_smoothed": 40386.0, - "new_tests_smoothed_per_thousand": 0.864, - "tests_per_case": 32.728, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-11", - "total_cases": 227770.0, - "new_cases": 393.0, - "new_cases_smoothed": 1223.571, - "total_deaths": 26744.0, - "new_deaths": 123.0, - "new_deaths_smoothed": 188.0, - "total_cases_per_million": 4871.587, - "new_cases_per_million": 8.406, - "new_cases_smoothed_per_million": 26.17, - "total_deaths_per_million": 572.006, - "new_deaths_per_million": 2.631, - "new_deaths_smoothed_per_million": 4.021, - "new_tests_smoothed": 40797.0, - "new_tests_smoothed_per_thousand": 0.873, - "tests_per_case": 33.343, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-12", - "total_cases": 228252.0, - "new_cases": 482.0, - "new_cases_smoothed": 1144.0, - "total_deaths": 26920.0, - "new_deaths": 176.0, - "new_deaths_smoothed": 186.714, - "total_cases_per_million": 4881.896, - "new_cases_per_million": 10.309, - "new_cases_smoothed_per_million": 24.468, - "total_deaths_per_million": 575.77, - "new_deaths_per_million": 3.764, - "new_deaths_smoothed_per_million": 3.993, - "new_tests_smoothed": 41207.0, - "new_tests_smoothed_per_thousand": 0.881, - "tests_per_case": 36.02, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 81.94 - }, - { - "date": "2020-05-13", - "total_cases": 228691.0, - "new_cases": 439.0, - "new_cases_smoothed": 1081.0, - "total_deaths": 27104.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 178.143, - "total_cases_per_million": 4891.286, - "new_cases_per_million": 9.389, - "new_cases_smoothed_per_million": 23.121, - "total_deaths_per_million": 579.705, - "new_deaths_per_million": 3.935, - "new_deaths_smoothed_per_million": 3.81, - "new_tests_smoothed": 41618.0, - "new_tests_smoothed_per_thousand": 0.89, - "tests_per_case": 38.5, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-14", - "total_cases": 229540.0, - "new_cases": 849.0, - "new_cases_smoothed": 1070.714, - "total_deaths": 27321.0, - "new_deaths": 217.0, - "new_deaths_smoothed": 178.714, - "total_cases_per_million": 4909.444, - "new_cases_per_million": 18.159, - "new_cases_smoothed_per_million": 22.901, - "total_deaths_per_million": 584.347, - "new_deaths_per_million": 4.641, - "new_deaths_smoothed_per_million": 3.822, - "total_tests": 1919411.0, - "total_tests_per_thousand": 41.053, - "new_tests_smoothed": 42029.0, - "new_tests_smoothed_per_thousand": 0.899, - "tests_per_case": 39.253, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-15", - "total_cases": 230183.0, - "new_cases": 643.0, - "new_cases_smoothed": 995.0, - "total_deaths": 27459.0, - "new_deaths": 138.0, - "new_deaths_smoothed": 172.571, - "total_cases_per_million": 4923.197, - "new_cases_per_million": 13.753, - "new_cases_smoothed_per_million": 21.281, - "total_deaths_per_million": 587.298, - "new_deaths_per_million": 2.952, - "new_deaths_smoothed_per_million": 3.691, - "new_tests_smoothed": 42190.0, - "new_tests_smoothed_per_thousand": 0.902, - "tests_per_case": 42.402, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-16", - "total_cases": 230698.0, - "new_cases": 515.0, - "new_cases_smoothed": 962.429, - "total_deaths": 27563.0, - "new_deaths": 104.0, - "new_deaths_smoothed": 155.0, - "total_cases_per_million": 4934.212, - "new_cases_per_million": 11.015, - "new_cases_smoothed_per_million": 20.585, - "total_deaths_per_million": 589.523, - "new_deaths_per_million": 2.224, - "new_deaths_smoothed_per_million": 3.315, - "new_tests_smoothed": 42350.0, - "new_tests_smoothed_per_thousand": 0.906, - "tests_per_case": 44.003, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 83.33 - }, - { - "date": "2020-05-17", - "total_cases": 231350.0, - "new_cases": 652.0, - "new_cases_smoothed": 567.571, - "total_deaths": 27650.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 147.0, - "total_cases_per_million": 4948.157, - "new_cases_per_million": 13.945, - "new_cases_smoothed_per_million": 12.139, - "total_deaths_per_million": 591.383, - "new_deaths_per_million": 1.861, - "new_deaths_smoothed_per_million": 3.144, - "new_tests_smoothed": 42511.0, - "new_tests_smoothed_per_thousand": 0.909, - "tests_per_case": 74.9, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-05-18", - "total_cases": 231606.0, - "new_cases": 256.0, - "new_cases_smoothed": 548.0, - "total_deaths": 27709.0, - "new_deaths": 59.0, - "new_deaths_smoothed": 137.857, - "total_cases_per_million": 4953.632, - "new_cases_per_million": 5.475, - "new_cases_smoothed_per_million": 11.721, - "total_deaths_per_million": 592.645, - "new_deaths_per_million": 1.262, - "new_deaths_smoothed_per_million": 2.949, - "new_tests_smoothed": 42672.0, - "new_tests_smoothed_per_thousand": 0.913, - "tests_per_case": 77.869, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-05-19", - "total_cases": 232037.0, - "new_cases": 431.0, - "new_cases_smoothed": 540.714, - "total_deaths": 27778.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 122.571, - "total_cases_per_million": 4962.851, - "new_cases_per_million": 9.218, - "new_cases_smoothed_per_million": 11.565, - "total_deaths_per_million": 594.121, - "new_deaths_per_million": 1.476, - "new_deaths_smoothed_per_million": 2.622, - "new_tests_smoothed": 42833.0, - "new_tests_smoothed_per_thousand": 0.916, - "tests_per_case": 79.21600000000001, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-05-20", - "total_cases": 232555.0, - "new_cases": 518.0, - "new_cases_smoothed": 552.0, - "total_deaths": 27888.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 112.0, - "total_cases_per_million": 4973.93, - "new_cases_per_million": 11.079, - "new_cases_smoothed_per_million": 11.806, - "total_deaths_per_million": 596.474, - "new_deaths_per_million": 2.353, - "new_deaths_smoothed_per_million": 2.395, - "new_tests_smoothed": 42994.0, - "new_tests_smoothed_per_thousand": 0.92, - "tests_per_case": 77.888, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-05-21", - "total_cases": 233037.0, - "new_cases": 482.0, - "new_cases_smoothed": 499.571, - "total_deaths": 27940.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 88.429, - "total_cases_per_million": 4984.239, - "new_cases_per_million": 10.309, - "new_cases_smoothed_per_million": 10.685, - "total_deaths_per_million": 597.586, - "new_deaths_per_million": 1.112, - "new_deaths_smoothed_per_million": 1.891, - "total_tests": 2221497.0, - "total_tests_per_thousand": 47.514, - "new_tests_smoothed": 43155.0, - "new_tests_smoothed_per_thousand": 0.923, - "tests_per_case": 86.384, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 79.17 - }, - { - "date": "2020-05-22", - "total_cases": 234824.0, - "new_cases": 1787.0, - "new_cases_smoothed": 663.0, - "total_deaths": 28628.0, - "new_deaths": 688.0, - "new_deaths_smoothed": 167.0, - "total_cases_per_million": 5022.459, - "new_cases_per_million": 38.221, - "new_cases_smoothed_per_million": 14.18, - "total_deaths_per_million": 612.301, - "new_deaths_per_million": 14.715, - "new_deaths_smoothed_per_million": 3.572, - "new_tests_smoothed": 43413.0, - "new_tests_smoothed_per_thousand": 0.929, - "tests_per_case": 65.48, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-05-23", - "total_cases": 235290.0, - "new_cases": 466.0, - "new_cases_smoothed": 656.0, - "total_deaths": 28678.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 159.286, - "total_cases_per_million": 5032.426, - "new_cases_per_million": 9.967, - "new_cases_smoothed_per_million": 14.031, - "total_deaths_per_million": 613.37, - "new_deaths_per_million": 1.069, - "new_deaths_smoothed_per_million": 3.407, - "new_tests_smoothed": 43672.0, - "new_tests_smoothed_per_thousand": 0.934, - "tests_per_case": 66.57300000000001, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-05-24", - "total_cases": 235772.0, - "new_cases": 482.0, - "new_cases_smoothed": 631.714, - "total_deaths": 28752.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 157.429, - "total_cases_per_million": 5042.735, - "new_cases_per_million": 10.309, - "new_cases_smoothed_per_million": 13.511, - "total_deaths_per_million": 614.953, - "new_deaths_per_million": 1.583, - "new_deaths_smoothed_per_million": 3.367, - "new_tests_smoothed": 43930.0, - "new_tests_smoothed_per_thousand": 0.94, - "tests_per_case": 69.541, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-05-25", - "total_cases": 235400.0, - "new_cases": -372.0, - "new_cases_smoothed": 542.0, - "total_deaths": 26834.0, - "new_deaths": -1918.0, - "new_deaths_smoothed": -125.0, - "total_cases_per_million": 5034.779, - "new_cases_per_million": -7.956, - "new_cases_smoothed_per_million": 11.592, - "total_deaths_per_million": 573.931, - "new_deaths_per_million": -41.023, - "new_deaths_smoothed_per_million": -2.674, - "new_tests_smoothed": 44188.0, - "new_tests_smoothed_per_thousand": 0.945, - "tests_per_case": 81.528, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 75.46 - }, - { - "date": "2020-05-26", - "total_cases": 236259.0, - "new_cases": 859.0, - "new_cases_smoothed": 603.143, - "total_deaths": 27117.0, - "new_deaths": 283.0, - "new_deaths_smoothed": -94.429, - "total_cases_per_million": 5053.151, - "new_cases_per_million": 18.372, - "new_cases_smoothed_per_million": 12.9, - "total_deaths_per_million": 579.983, - "new_deaths_per_million": 6.053, - "new_deaths_smoothed_per_million": -2.02, - "new_tests_smoothed": 44446.0, - "new_tests_smoothed_per_thousand": 0.951, - "tests_per_case": 73.691, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 71.76 - }, - { - "date": "2020-05-27", - "total_cases": 236769.0, - "new_cases": 510.0, - "new_cases_smoothed": 602.0, - "total_deaths": 27118.0, - "new_deaths": 1.0, - "new_deaths_smoothed": -110.0, - "total_cases_per_million": 5064.059, - "new_cases_per_million": 10.908, - "new_cases_smoothed_per_million": 12.876, - "total_deaths_per_million": 580.005, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": -2.353, - "new_tests_smoothed": 44704.0, - "new_tests_smoothed_per_thousand": 0.956, - "tests_per_case": 74.259, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-05-28", - "total_cases": 237906.0, - "new_cases": 1137.0, - "new_cases_smoothed": 695.571, - "total_deaths": 27119.0, - "new_deaths": 1.0, - "new_deaths_smoothed": -117.286, - "total_cases_per_million": 5088.378, - "new_cases_per_million": 24.318, - "new_cases_smoothed_per_million": 14.877, - "total_deaths_per_million": 580.026, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": -2.509, - "total_tests": 2536234.0, - "total_tests_per_thousand": 54.245, - "new_tests_smoothed": 44962.0, - "new_tests_smoothed_per_thousand": 0.962, - "tests_per_case": 64.64, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-05-29", - "total_cases": 238564.0, - "new_cases": 658.0, - "new_cases_smoothed": 534.286, - "total_deaths": 27121.0, - "new_deaths": 2.0, - "new_deaths_smoothed": -215.286, - "total_cases_per_million": 5102.451, - "new_cases_per_million": 14.073, - "new_cases_smoothed_per_million": 11.427, - "total_deaths_per_million": 580.069, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": -4.605, - "new_tests_smoothed": 44389.0, - "new_tests_smoothed_per_thousand": 0.949, - "tests_per_case": 83.081, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-05-30", - "total_cases": 239228.0, - "new_cases": 664.0, - "new_cases_smoothed": 562.571, - "total_deaths": 27125.0, - "new_deaths": 4.0, - "new_deaths_smoothed": -221.857, - "total_cases_per_million": 5116.653, - "new_cases_per_million": 14.202, - "new_cases_smoothed_per_million": 12.032, - "total_deaths_per_million": 580.155, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": -4.745, - "new_tests_smoothed": 43816.0, - "new_tests_smoothed_per_thousand": 0.937, - "tests_per_case": 77.885, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-05-31", - "total_cases": 239429.0, - "new_cases": 201.0, - "new_cases_smoothed": 522.429, - "total_deaths": 27127.0, - "new_deaths": 2.0, - "new_deaths_smoothed": -232.143, - "total_cases_per_million": 5120.952, - "new_cases_per_million": 4.299, - "new_cases_smoothed_per_million": 11.174, - "total_deaths_per_million": 580.197, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": -4.965, - "new_tests_smoothed": 43243.0, - "new_tests_smoothed_per_thousand": 0.925, - "tests_per_case": 82.773, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-06-01", - "total_cases": 239638.0, - "new_cases": 209.0, - "new_cases_smoothed": 605.429, - "total_deaths": 27127.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 41.857, - "total_cases_per_million": 5125.422, - "new_cases_per_million": 4.47, - "new_cases_smoothed_per_million": 12.949, - "total_deaths_per_million": 580.197, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.895, - "new_tests_smoothed": 42669.0, - "new_tests_smoothed_per_thousand": 0.913, - "tests_per_case": 70.477, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-02", - "total_cases": 239932.0, - "new_cases": 294.0, - "new_cases_smoothed": 524.714, - "total_deaths": 27127.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5131.71, - "new_cases_per_million": 6.288, - "new_cases_smoothed_per_million": 11.223, - "total_deaths_per_million": 580.197, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.031, - "new_tests_smoothed": 42096.0, - "new_tests_smoothed_per_thousand": 0.9, - "tests_per_case": 80.227, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-03", - "total_cases": 240326.0, - "new_cases": 394.0, - "new_cases_smoothed": 508.143, - "total_deaths": 27128.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5140.137, - "new_cases_per_million": 8.427, - "new_cases_smoothed_per_million": 10.868, - "total_deaths_per_million": 580.219, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.031, - "new_tests_smoothed": 41523.0, - "new_tests_smoothed_per_thousand": 0.888, - "tests_per_case": 81.715, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-04", - "total_cases": 240660.0, - "new_cases": 334.0, - "new_cases_smoothed": 393.429, - "total_deaths": 27133.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 5147.281, - "new_cases_per_million": 7.144, - "new_cases_smoothed_per_million": 8.415, - "total_deaths_per_million": 580.326, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.043, - "total_tests": 2822880.0, - "total_tests_per_thousand": 60.376, - "new_tests_smoothed": 40949.0, - "new_tests_smoothed_per_thousand": 0.876, - "tests_per_case": 104.08200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-05", - "total_cases": 240978.0, - "new_cases": 318.0, - "new_cases_smoothed": 344.857, - "total_deaths": 27134.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5154.082, - "new_cases_per_million": 6.801, - "new_cases_smoothed_per_million": 7.376, - "total_deaths_per_million": 580.347, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.04, - "new_tests_smoothed": 39974.0, - "new_tests_smoothed_per_thousand": 0.855, - "tests_per_case": 115.915, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-06", - "total_cases": 241310.0, - "new_cases": 332.0, - "new_cases_smoothed": 297.429, - "total_deaths": 27135.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 5161.183, - "new_cases_per_million": 7.101, - "new_cases_smoothed_per_million": 6.361, - "total_deaths_per_million": 580.368, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.031, - "new_tests_smoothed": 38999.0, - "new_tests_smoothed_per_thousand": 0.834, - "tests_per_case": 131.121, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-07", - "total_cases": 241550.0, - "new_cases": 240.0, - "new_cases_smoothed": 303.0, - "total_deaths": 27136.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5166.316, - "new_cases_per_million": 5.133, - "new_cases_smoothed_per_million": 6.481, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.027, - "new_tests_smoothed": 38024.0, - "new_tests_smoothed_per_thousand": 0.813, - "tests_per_case": 125.492, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-06-08", - "total_cases": 241717.0, - "new_cases": 167.0, - "new_cases_smoothed": 297.0, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5169.888, - "new_cases_per_million": 3.572, - "new_cases_smoothed_per_million": 6.352, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests_smoothed": 37048.0, - "new_tests_smoothed_per_thousand": 0.792, - "tests_per_case": 124.741, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-09", - "total_cases": 241966.0, - "new_cases": 249.0, - "new_cases_smoothed": 290.571, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 5175.214, - "new_cases_per_million": 5.326, - "new_cases_smoothed_per_million": 6.215, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests_smoothed": 36073.0, - "new_tests_smoothed_per_thousand": 0.772, - "tests_per_case": 124.145, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-10", - "total_cases": 242280.0, - "new_cases": 314.0, - "new_cases_smoothed": 279.143, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 5181.93, - "new_cases_per_million": 6.716, - "new_cases_smoothed_per_million": 5.97, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.024, - "new_tests_smoothed": 35098.0, - "new_tests_smoothed_per_thousand": 0.751, - "tests_per_case": 125.735, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-11", - "total_cases": 242707.0, - "new_cases": 427.0, - "new_cases_smoothed": 292.429, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 5191.062, - "new_cases_per_million": 9.133, - "new_cases_smoothed_per_million": 6.255, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "total_tests": 3061738.0, - "total_tests_per_thousand": 65.485, - "new_tests_smoothed": 34123.0, - "new_tests_smoothed_per_thousand": 0.73, - "tests_per_case": 116.68799999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-12", - "total_cases": 243209.0, - "new_cases": 502.0, - "new_cases_smoothed": 318.714, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5201.799, - "new_cases_per_million": 10.737, - "new_cases_smoothed_per_million": 6.817, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests_smoothed": 33914.0, - "new_tests_smoothed_per_thousand": 0.725, - "tests_per_case": 106.40899999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-13", - "total_cases": 243605.0, - "new_cases": 396.0, - "new_cases_smoothed": 327.857, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 5210.269, - "new_cases_per_million": 8.47, - "new_cases_smoothed_per_million": 7.012, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.003, - "new_tests_smoothed": 33706.0, - "new_tests_smoothed_per_thousand": 0.721, - "tests_per_case": 102.807, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-14", - "total_cases": 243928.0, - "new_cases": 323.0, - "new_cases_smoothed": 339.714, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5217.177, - "new_cases_per_million": 6.908, - "new_cases_smoothed_per_million": 7.266, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 33498.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 98.60600000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-15", - "total_cases": 244109.0, - "new_cases": 181.0, - "new_cases_smoothed": 341.714, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5221.049, - "new_cases_per_million": 3.871, - "new_cases_smoothed_per_million": 7.309, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 33289.0, - "new_tests_smoothed_per_thousand": 0.712, - "tests_per_case": 97.41799999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-16", - "total_cases": 244328.0, - "new_cases": 219.0, - "new_cases_smoothed": 337.429, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5225.733, - "new_cases_per_million": 4.684, - "new_cases_smoothed_per_million": 7.217, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 33081.0, - "new_tests_smoothed_per_thousand": 0.708, - "tests_per_case": 98.039, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-17", - "total_cases": 244683.0, - "new_cases": 355.0, - "new_cases_smoothed": 343.286, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5233.326, - "new_cases_per_million": 7.593, - "new_cases_smoothed_per_million": 7.342, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 32873.0, - "new_tests_smoothed_per_thousand": 0.703, - "tests_per_case": 95.76, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-18", - "total_cases": 245268.0, - "new_cases": 585.0, - "new_cases_smoothed": 365.857, - "total_deaths": 27136.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5245.838, - "new_cases_per_million": 12.512, - "new_cases_smoothed_per_million": 7.825, - "total_deaths_per_million": 580.39, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 3290388.0, - "total_tests_per_thousand": 70.375, - "new_tests_smoothed": 32664.0, - "new_tests_smoothed_per_thousand": 0.699, - "tests_per_case": 89.281, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-19", - "total_cases": 245575.0, - "new_cases": 307.0, - "new_cases_smoothed": 338.0, - "total_deaths": 28315.0, - "new_deaths": 1179.0, - "new_deaths_smoothed": 168.429, - "total_cases_per_million": 5252.404, - "new_cases_per_million": 6.566, - "new_cases_smoothed_per_million": 7.229, - "total_deaths_per_million": 605.606, - "new_deaths_per_million": 25.217, - "new_deaths_smoothed_per_million": 3.602, - "new_tests_smoothed": 31666.0, - "new_tests_smoothed_per_thousand": 0.677, - "tests_per_case": 93.686, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-20", - "total_cases": 245938.0, - "new_cases": 363.0, - "new_cases_smoothed": 333.286, - "total_deaths": 28322.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 169.429, - "total_cases_per_million": 5260.168, - "new_cases_per_million": 7.764, - "new_cases_smoothed_per_million": 7.128, - "total_deaths_per_million": 605.756, - "new_deaths_per_million": 0.15, - "new_deaths_smoothed_per_million": 3.624, - "new_tests_smoothed": 30668.0, - "new_tests_smoothed_per_thousand": 0.656, - "tests_per_case": 92.01700000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 57.41 - }, - { - "date": "2020-06-21", - "total_cases": 246272.0, - "new_cases": 334.0, - "new_cases_smoothed": 334.857, - "total_deaths": 28323.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 169.571, - "total_cases_per_million": 5267.311, - "new_cases_per_million": 7.144, - "new_cases_smoothed_per_million": 7.162, - "total_deaths_per_million": 605.778, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 3.627, - "new_tests_smoothed": 29670.0, - "new_tests_smoothed_per_thousand": 0.635, - "tests_per_case": 88.605, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-22", - "total_cases": 246504.0, - "new_cases": 232.0, - "new_cases_smoothed": 342.143, - "total_deaths": 28324.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 169.714, - "total_cases_per_million": 5272.273, - "new_cases_per_million": 4.962, - "new_cases_smoothed_per_million": 7.318, - "total_deaths_per_million": 605.799, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 3.63, - "new_tests_smoothed": 28672.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 83.801, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-23", - "total_cases": 246752.0, - "new_cases": 248.0, - "new_cases_smoothed": 346.286, - "total_deaths": 28325.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 169.857, - "total_cases_per_million": 5277.578, - "new_cases_per_million": 5.304, - "new_cases_smoothed_per_million": 7.406, - "total_deaths_per_million": 605.82, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 3.633, - "new_tests_smoothed": 27674.0, - "new_tests_smoothed_per_thousand": 0.592, - "tests_per_case": 79.917, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-24", - "total_cases": 247086.0, - "new_cases": 334.0, - "new_cases_smoothed": 343.286, - "total_deaths": 28327.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 170.143, - "total_cases_per_million": 5284.721, - "new_cases_per_million": 7.144, - "new_cases_smoothed_per_million": 7.342, - "total_deaths_per_million": 605.863, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 3.639, - "new_tests_smoothed": 26676.0, - "new_tests_smoothed_per_thousand": 0.571, - "tests_per_case": 77.708, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-25", - "total_cases": 247486.0, - "new_cases": 400.0, - "new_cases_smoothed": 316.857, - "total_deaths": 28330.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 170.571, - "total_cases_per_million": 5293.277, - "new_cases_per_million": 8.555, - "new_cases_smoothed_per_million": 6.777, - "total_deaths_per_million": 605.927, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 3.648, - "total_tests": 3470130.0, - "total_tests_per_thousand": 74.22, - "new_tests_smoothed": 25677.0, - "new_tests_smoothed_per_thousand": 0.549, - "tests_per_case": 81.03699999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-26", - "total_cases": 247905.0, - "new_cases": 419.0, - "new_cases_smoothed": 332.857, - "total_deaths": 28338.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 5302.238, - "new_cases_per_million": 8.962, - "new_cases_smoothed_per_million": 7.119, - "total_deaths_per_million": 606.098, - "new_deaths_per_million": 0.171, - "new_deaths_smoothed_per_million": 0.07, - "new_tests_smoothed": 25567.0, - "new_tests_smoothed_per_thousand": 0.547, - "tests_per_case": 76.811, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-27", - "total_cases": 248469.0, - "new_cases": 564.0, - "new_cases_smoothed": 361.571, - "total_deaths": 28341.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 5314.301, - "new_cases_per_million": 12.063, - "new_cases_smoothed_per_million": 7.733, - "total_deaths_per_million": 606.163, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.058, - "new_tests_smoothed": 25456.0, - "new_tests_smoothed_per_thousand": 0.544, - "tests_per_case": 70.404, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-28", - "total_cases": 248770.0, - "new_cases": 301.0, - "new_cases_smoothed": 356.857, - "total_deaths": 28343.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 5320.739, - "new_cases_per_million": 6.438, - "new_cases_smoothed_per_million": 7.633, - "total_deaths_per_million": 606.205, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.061, - "new_tests_smoothed": 25346.0, - "new_tests_smoothed_per_thousand": 0.542, - "tests_per_case": 71.02600000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-29", - "total_cases": 248970.0, - "new_cases": 200.0, - "new_cases_smoothed": 352.286, - "total_deaths": 28346.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 5325.017, - "new_cases_per_million": 4.278, - "new_cases_smoothed_per_million": 7.535, - "total_deaths_per_million": 606.27, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.067, - "new_tests_smoothed": 25235.0, - "new_tests_smoothed_per_thousand": 0.54, - "tests_per_case": 71.632, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-06-30", - "total_cases": 249271.0, - "new_cases": 301.0, - "new_cases_smoothed": 359.857, - "total_deaths": 28355.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 5331.455, - "new_cases_per_million": 6.438, - "new_cases_smoothed_per_million": 7.697, - "total_deaths_per_million": 606.462, - "new_deaths_per_million": 0.192, - "new_deaths_smoothed_per_million": 0.092, - "new_tests_smoothed": 25125.0, - "new_tests_smoothed_per_thousand": 0.537, - "tests_per_case": 69.819, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-07-01", - "total_cases": 249659.0, - "new_cases": 388.0, - "new_cases_smoothed": 367.571, - "total_deaths": 28363.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.143, - "total_cases_per_million": 5339.753, - "new_cases_per_million": 8.299, - "new_cases_smoothed_per_million": 7.862, - "total_deaths_per_million": 606.633, - "new_deaths_per_million": 0.171, - "new_deaths_smoothed_per_million": 0.11, - "new_tests_smoothed": 25014.0, - "new_tests_smoothed_per_thousand": 0.535, - "tests_per_case": 68.05199999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-07-02", - "total_cases": 250103.0, - "new_cases": 444.0, - "new_cases_smoothed": 373.857, - "total_deaths": 28368.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 5349.25, - "new_cases_per_million": 9.496, - "new_cases_smoothed_per_million": 7.996, - "total_deaths_per_million": 606.74, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.116, - "total_tests": 3644458.0, - "total_tests_per_thousand": 77.948, - "new_tests_smoothed": 24904.0, - "new_tests_smoothed_per_thousand": 0.533, - "tests_per_case": 66.61399999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-07-03", - "total_cases": 250545.0, - "new_cases": 442.0, - "new_cases_smoothed": 377.143, - "total_deaths": 28385.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 5358.703, - "new_cases_per_million": 9.454, - "new_cases_smoothed_per_million": 8.066, - "total_deaths_per_million": 607.104, - "new_deaths_per_million": 0.364, - "new_deaths_smoothed_per_million": 0.144, - "new_tests_smoothed": 25535.0, - "new_tests_smoothed_per_thousand": 0.546, - "tests_per_case": 67.706, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 39.35 - }, - { - "date": "2020-07-04", - "total_cases": 250545.0, - "new_cases": 0.0, - "new_cases_smoothed": 296.571, - "total_deaths": 28385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 5358.703, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.343, - "total_deaths_per_million": 607.104, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.134, - "new_tests_smoothed": 26166.0, - "new_tests_smoothed_per_thousand": 0.56, - "tests_per_case": 88.228, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-05", - "total_cases": 250545.0, - "new_cases": 0.0, - "new_cases_smoothed": 253.571, - "total_deaths": 28385.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 5358.703, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.423, - "total_deaths_per_million": 607.104, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "new_tests_smoothed": 26797.0, - "new_tests_smoothed_per_thousand": 0.573, - "tests_per_case": 105.678, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-06", - "total_cases": 251789.0, - "new_cases": 1244.0, - "new_cases_smoothed": 402.714, - "total_deaths": 28388.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 5385.31, - "new_cases_per_million": 26.607, - "new_cases_smoothed_per_million": 8.613, - "total_deaths_per_million": 607.168, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.128, - "new_tests_smoothed": 27428.0, - "new_tests_smoothed_per_thousand": 0.587, - "tests_per_case": 68.108, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-07", - "total_cases": 252130.0, - "new_cases": 341.0, - "new_cases_smoothed": 408.429, - "total_deaths": 28392.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 5392.603, - "new_cases_per_million": 7.293, - "new_cases_smoothed_per_million": 8.736, - "total_deaths_per_million": 607.253, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.113, - "new_tests_smoothed": 28059.0, - "new_tests_smoothed_per_thousand": 0.6, - "tests_per_case": 68.7, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-08", - "total_cases": 252513.0, - "new_cases": 383.0, - "new_cases_smoothed": 407.714, - "total_deaths": 28396.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 5400.795, - "new_cases_per_million": 8.192, - "new_cases_smoothed_per_million": 8.72, - "total_deaths_per_million": 607.339, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.101, - "new_tests_smoothed": 28690.0, - "new_tests_smoothed_per_thousand": 0.614, - "tests_per_case": 70.368, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-09", - "total_cases": 253056.0, - "new_cases": 543.0, - "new_cases_smoothed": 421.857, - "total_deaths": 28401.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 5412.409, - "new_cases_per_million": 11.614, - "new_cases_smoothed_per_million": 9.023, - "total_deaths_per_million": 607.446, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.101, - "total_tests": 3849701.0, - "total_tests_per_thousand": 82.338, - "new_tests_smoothed": 29320.0, - "new_tests_smoothed_per_thousand": 0.627, - "tests_per_case": 69.502, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-10", - "total_cases": 253908.0, - "new_cases": 852.0, - "new_cases_smoothed": 480.429, - "total_deaths": 28403.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5430.632, - "new_cases_per_million": 18.223, - "new_cases_smoothed_per_million": 10.275, - "total_deaths_per_million": 607.489, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 29702.0, - "new_tests_smoothed_per_thousand": 0.635, - "tests_per_case": 61.824, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-11", - "total_cases": 253908.0, - "new_cases": 0.0, - "new_cases_smoothed": 480.429, - "total_deaths": 28403.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5430.632, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.275, - "total_deaths_per_million": 607.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 30085.0, - "new_tests_smoothed_per_thousand": 0.643, - "tests_per_case": 62.621, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-12", - "total_cases": 253908.0, - "new_cases": 0.0, - "new_cases_smoothed": 480.429, - "total_deaths": 28403.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5430.632, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.275, - "total_deaths_per_million": 607.489, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 30467.0, - "new_tests_smoothed_per_thousand": 0.652, - "tests_per_case": 63.416000000000004, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-13", - "total_cases": 255953.0, - "new_cases": 2045.0, - "new_cases_smoothed": 594.857, - "total_deaths": 28406.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 5474.37, - "new_cases_per_million": 43.739, - "new_cases_smoothed_per_million": 12.723, - "total_deaths_per_million": 607.553, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.055, - "new_tests_smoothed": 30849.0, - "new_tests_smoothed_per_thousand": 0.66, - "tests_per_case": 51.86, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-14", - "total_cases": 256619.0, - "new_cases": 666.0, - "new_cases_smoothed": 641.286, - "total_deaths": 28409.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5488.615, - "new_cases_per_million": 14.245, - "new_cases_smoothed_per_million": 13.716, - "total_deaths_per_million": 607.617, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.052, - "new_tests_smoothed": 31231.0, - "new_tests_smoothed_per_thousand": 0.668, - "tests_per_case": 48.701, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 55.09 - }, - { - "date": "2020-07-15", - "total_cases": 257494.0, - "new_cases": 875.0, - "new_cases_smoothed": 711.571, - "total_deaths": 28413.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5507.33, - "new_cases_per_million": 18.715, - "new_cases_smoothed_per_million": 15.219, - "total_deaths_per_million": 607.703, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.052, - "new_tests_smoothed": 31613.0, - "new_tests_smoothed_per_thousand": 0.676, - "tests_per_case": 44.427, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-16", - "total_cases": 258855.0, - "new_cases": 1361.0, - "new_cases_smoothed": 828.429, - "total_deaths": 28416.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 5536.439, - "new_cases_per_million": 29.109, - "new_cases_smoothed_per_million": 17.719, - "total_deaths_per_million": 607.767, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.046, - "total_tests": 4073664.0, - "total_tests_per_thousand": 87.128, - "new_tests_smoothed": 31995.0, - "new_tests_smoothed_per_thousand": 0.684, - "tests_per_case": 38.621, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-17", - "total_cases": 260255.0, - "new_cases": 1400.0, - "new_cases_smoothed": 906.714, - "total_deaths": 28420.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5566.382, - "new_cases_per_million": 29.943, - "new_cases_smoothed_per_million": 19.393, - "total_deaths_per_million": 607.852, - "new_deaths_per_million": 0.086, - "new_deaths_smoothed_per_million": 0.052, - "new_tests_smoothed": 33003.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 36.398, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-18", - "total_cases": 260255.0, - "new_cases": 0.0, - "new_cases_smoothed": 906.714, - "total_deaths": 28420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5566.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.393, - "total_deaths_per_million": 607.852, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests_smoothed": 34011.0, - "new_tests_smoothed_per_thousand": 0.727, - "tests_per_case": 37.51, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-19", - "total_cases": 260255.0, - "new_cases": 0.0, - "new_cases_smoothed": 906.714, - "total_deaths": 28420.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 5566.382, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.393, - "total_deaths_per_million": 607.852, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests_smoothed": 35019.0, - "new_tests_smoothed_per_thousand": 0.749, - "tests_per_case": 38.622, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-20", - "total_cases": 264836.0, - "new_cases": 4581.0, - "new_cases_smoothed": 1269.0, - "total_deaths": 28422.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 5664.362, - "new_cases_per_million": 97.979, - "new_cases_smoothed_per_million": 27.142, - "total_deaths_per_million": 607.895, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.049, - "new_tests_smoothed": 36027.0, - "new_tests_smoothed_per_thousand": 0.771, - "tests_per_case": 28.39, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-21", - "total_cases": 266194.0, - "new_cases": 1358.0, - "new_cases_smoothed": 1367.857, - "total_deaths": 28424.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 5693.407, - "new_cases_per_million": 29.045, - "new_cases_smoothed_per_million": 29.256, - "total_deaths_per_million": 607.938, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.046, - "new_tests_smoothed": 37035.0, - "new_tests_smoothed_per_thousand": 0.792, - "tests_per_case": 27.075, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-22", - "total_cases": 267551.0, - "new_cases": 1357.0, - "new_cases_smoothed": 1436.714, - "total_deaths": 28426.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5722.431, - "new_cases_per_million": 29.024, - "new_cases_smoothed_per_million": 30.729, - "total_deaths_per_million": 607.981, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.04, - "new_tests_smoothed": 38043.0, - "new_tests_smoothed_per_thousand": 0.814, - "tests_per_case": 26.479, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-23", - "total_cases": 270166.0, - "new_cases": 2615.0, - "new_cases_smoothed": 1615.857, - "total_deaths": 28429.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 5778.361, - "new_cases_per_million": 55.93, - "new_cases_smoothed_per_million": 34.56, - "total_deaths_per_million": 608.045, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.04, - "total_tests": 4347022.0, - "total_tests_per_thousand": 92.975, - "new_tests_smoothed": 39051.0, - "new_tests_smoothed_per_thousand": 0.835, - "tests_per_case": 24.166999999999998, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-24", - "total_cases": 272421.0, - "new_cases": 2255.0, - "new_cases_smoothed": 1738.0, - "total_deaths": 28432.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5826.591, - "new_cases_per_million": 48.23, - "new_cases_smoothed_per_million": 37.173, - "total_deaths_per_million": 608.109, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 39707.0, - "new_tests_smoothed_per_thousand": 0.849, - "tests_per_case": 22.846, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-25", - "total_cases": 272421.0, - "new_cases": 0.0, - "new_cases_smoothed": 1738.0, - "total_deaths": 28432.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5826.591, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 37.173, - "total_deaths_per_million": 608.109, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 40362.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 23.223000000000003, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-26", - "total_cases": 272421.0, - "new_cases": 0.0, - "new_cases_smoothed": 1738.0, - "total_deaths": 28432.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5826.591, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 37.173, - "total_deaths_per_million": 608.109, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 41017.0, - "new_tests_smoothed_per_thousand": 0.877, - "tests_per_case": 23.6, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-27", - "total_cases": 278782.0, - "new_cases": 6361.0, - "new_cases_smoothed": 1992.286, - "total_deaths": 28434.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 5962.641, - "new_cases_per_million": 136.05, - "new_cases_smoothed_per_million": 42.611, - "total_deaths_per_million": 608.152, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 41673.0, - "new_tests_smoothed_per_thousand": 0.891, - "tests_per_case": 20.916999999999998, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-28", - "total_cases": 280610.0, - "new_cases": 1828.0, - "new_cases_smoothed": 2059.429, - "total_deaths": 28436.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 6001.739, - "new_cases_per_million": 39.098, - "new_cases_smoothed_per_million": 44.047, - "total_deaths_per_million": 608.194, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 42328.0, - "new_tests_smoothed_per_thousand": 0.905, - "tests_per_case": 20.553, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-29", - "total_cases": 282641.0, - "new_cases": 2031.0, - "new_cases_smoothed": 2155.714, - "total_deaths": 28441.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 6045.178, - "new_cases_per_million": 43.439, - "new_cases_smoothed_per_million": 46.107, - "total_deaths_per_million": 608.301, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.046, - "new_tests_smoothed": 42983.0, - "new_tests_smoothed_per_thousand": 0.919, - "tests_per_case": 19.939, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-30", - "total_cases": 285430.0, - "new_cases": 2789.0, - "new_cases_smoothed": 2180.571, - "total_deaths": 28443.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 6104.83, - "new_cases_per_million": 59.652, - "new_cases_smoothed_per_million": 46.638, - "total_deaths_per_million": 608.344, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.043, - "total_tests": 4652493.0, - "total_tests_per_thousand": 99.508, - "new_tests_smoothed": 43639.0, - "new_tests_smoothed_per_thousand": 0.933, - "tests_per_case": 20.012999999999998, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-31", - "total_cases": 288522.0, - "new_cases": 3092.0, - "new_cases_smoothed": 2300.143, - "total_deaths": 28445.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6170.962, - "new_cases_per_million": 66.132, - "new_cases_smoothed_per_million": 49.196, - "total_deaths_per_million": 608.387, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.04, - "new_tests_smoothed": 44169.0, - "new_tests_smoothed_per_thousand": 0.945, - "tests_per_case": 19.203, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-01", - "total_cases": 288522.0, - "new_cases": 0.0, - "new_cases_smoothed": 2300.143, - "total_deaths": 28445.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6170.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.196, - "total_deaths_per_million": 608.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests_smoothed": 44699.0, - "new_tests_smoothed_per_thousand": 0.956, - "tests_per_case": 19.433, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-02", - "total_cases": 288522.0, - "new_cases": 0.0, - "new_cases_smoothed": 2300.143, - "total_deaths": 28445.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 6170.962, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.196, - "total_deaths_per_million": 608.387, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.04, - "new_tests_smoothed": 45229.0, - "new_tests_smoothed_per_thousand": 0.967, - "tests_per_case": 19.664, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-03", - "total_cases": 297054.0, - "new_cases": 8532.0, - "new_cases_smoothed": 2610.286, - "total_deaths": 28472.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 6353.446, - "new_cases_per_million": 182.484, - "new_cases_smoothed_per_million": 55.829, - "total_deaths_per_million": 608.964, - "new_deaths_per_million": 0.577, - "new_deaths_smoothed_per_million": 0.116, - "new_tests_smoothed": 45759.0, - "new_tests_smoothed_per_thousand": 0.979, - "tests_per_case": 17.53, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-04", - "total_cases": 302814.0, - "new_cases": 5760.0, - "new_cases_smoothed": 3172.0, - "total_deaths": 28498.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 6476.642, - "new_cases_per_million": 123.196, - "new_cases_smoothed_per_million": 67.843, - "total_deaths_per_million": 609.521, - "new_deaths_per_million": 0.556, - "new_deaths_smoothed_per_million": 0.189, - "new_tests_smoothed": 46289.0, - "new_tests_smoothed_per_thousand": 0.99, - "tests_per_case": 14.593, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-05", - "total_cases": 305767.0, - "new_cases": 2953.0, - "new_cases_smoothed": 3303.714, - "total_deaths": 28499.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 6539.802, - "new_cases_per_million": 63.159, - "new_cases_smoothed_per_million": 70.66, - "total_deaths_per_million": 609.542, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.177, - "new_tests_smoothed": 46819.0, - "new_tests_smoothed_per_thousand": 1.001, - "tests_per_case": 14.172, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-06", - "total_cases": 309855.0, - "new_cases": 4088.0, - "new_cases_smoothed": 3489.286, - "total_deaths": 28500.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 6627.236, - "new_cases_per_million": 87.435, - "new_cases_smoothed_per_million": 74.629, - "total_deaths_per_million": 609.563, - "new_deaths_per_million": 0.021, - "new_deaths_smoothed_per_million": 0.174, - "total_tests": 4983935.0, - "total_tests_per_thousand": 106.597, - "new_tests_smoothed": 47349.0, - "new_tests_smoothed_per_thousand": 1.013, - "tests_per_case": 13.57, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-07", - "total_cases": 314362.0, - "new_cases": 4507.0, - "new_cases_smoothed": 3691.429, - "total_deaths": 28503.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 6723.633, - "new_cases_per_million": 96.397, - "new_cases_smoothed_per_million": 78.953, - "total_deaths_per_million": 609.627, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.177, - "new_tests_smoothed": 48409.0, - "new_tests_smoothed_per_thousand": 1.035, - "tests_per_case": 13.114, - "positive_rate": 0.076, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-08", - "total_cases": 314362.0, - "new_cases": 0.0, - "new_cases_smoothed": 3691.429, - "total_deaths": 28503.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 6723.633, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.953, - "total_deaths_per_million": 609.627, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.177, - "new_tests_smoothed": 49469.0, - "new_tests_smoothed_per_thousand": 1.058, - "tests_per_case": 13.401, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-09", - "total_cases": 314362.0, - "new_cases": 0.0, - "new_cases_smoothed": 3691.429, - "total_deaths": 28503.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 6723.633, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.953, - "total_deaths_per_million": 609.627, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.177, - "new_tests_smoothed": 50528.0, - "new_tests_smoothed_per_thousand": 1.081, - "tests_per_case": 13.687999999999999, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-10", - "total_cases": 322980.0, - "new_cases": 8618.0, - "new_cases_smoothed": 3703.714, - "total_deaths": 28576.0, - "new_deaths": 73.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 6907.956, - "new_cases_per_million": 184.323, - "new_cases_smoothed_per_million": 79.216, - "total_deaths_per_million": 611.189, - "new_deaths_per_million": 1.561, - "new_deaths_smoothed_per_million": 0.318, - "new_tests_smoothed": 51588.0, - "new_tests_smoothed_per_thousand": 1.103, - "tests_per_case": 13.929, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 60.65 - }, - { - "date": "2020-08-11", - "total_cases": 326612.0, - "new_cases": 3632.0, - "new_cases_smoothed": 3399.714, - "total_deaths": 28581.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 6985.638, - "new_cases_per_million": 77.682, - "new_cases_smoothed_per_million": 72.714, - "total_deaths_per_million": 611.296, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.254, - "new_tests_smoothed": 52648.0, - "new_tests_smoothed_per_thousand": 1.126, - "tests_per_case": 15.485999999999999, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 60.65 - }, - { - "date": "2020-08-12", - "total_cases": 329784.0, - "new_cases": 3172.0, - "new_cases_smoothed": 3431.0, - "total_deaths": 28579.0, - "new_deaths": -2.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 7053.482, - "new_cases_per_million": 67.843, - "new_cases_smoothed_per_million": 73.383, - "total_deaths_per_million": 611.253, - "new_deaths_per_million": -0.043, - "new_deaths_smoothed_per_million": 0.244, - "new_tests_smoothed": 53708.0, - "new_tests_smoothed_per_thousand": 1.149, - "tests_per_case": 15.654000000000002, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 60.65 - }, - { - "date": "2020-08-13", - "total_cases": 337334.0, - "new_cases": 7550.0, - "new_cases_smoothed": 3925.571, - "total_deaths": 28605.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 7214.962, - "new_cases_per_million": 161.481, - "new_cases_smoothed_per_million": 83.961, - "total_deaths_per_million": 611.809, - "new_deaths_per_million": 0.556, - "new_deaths_smoothed_per_million": 0.321, - "total_tests": 5367311.0, - "total_tests_per_thousand": 114.797, - "new_tests_smoothed": 54768.0, - "new_tests_smoothed_per_thousand": 1.171, - "tests_per_case": 13.952, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 60.65 - }, - { - "date": "2020-08-14", - "total_cases": 342813.0, - "new_cases": 5479.0, - "new_cases_smoothed": 4064.429, - "total_deaths": 28617.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 7332.148, - "new_cases_per_million": 117.186, - "new_cases_smoothed_per_million": 86.931, - "total_deaths_per_million": 612.066, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.348, - "new_tests_smoothed": 56794.0, - "new_tests_smoothed_per_thousand": 1.215, - "tests_per_case": 13.972999999999999, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-15", - "total_cases": 342813.0, - "new_cases": 0.0, - "new_cases_smoothed": 4064.429, - "total_deaths": 28617.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 7332.148, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 86.931, - "total_deaths_per_million": 612.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.348, - "new_tests_smoothed": 58819.0, - "new_tests_smoothed_per_thousand": 1.258, - "tests_per_case": 14.472000000000001, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-16", - "total_cases": 342813.0, - "new_cases": 0.0, - "new_cases_smoothed": 4064.429, - "total_deaths": 28617.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 7332.148, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 86.931, - "total_deaths_per_million": 612.066, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.348, - "new_tests_smoothed": 60845.0, - "new_tests_smoothed_per_thousand": 1.301, - "tests_per_case": 14.97, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-17", - "total_cases": 359082.0, - "new_cases": 16269.0, - "new_cases_smoothed": 5157.429, - "total_deaths": 28646.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 7680.113, - "new_cases_per_million": 347.964, - "new_cases_smoothed_per_million": 110.308, - "total_deaths_per_million": 612.686, - "new_deaths_per_million": 0.62, - "new_deaths_smoothed_per_million": 0.214, - "new_tests_smoothed": 62870.0, - "new_tests_smoothed_per_thousand": 1.345, - "tests_per_case": 12.19, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-18", - "total_cases": 364196.0, - "new_cases": 5114.0, - "new_cases_smoothed": 5369.143, - "total_deaths": 28670.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 7789.492, - "new_cases_per_million": 109.379, - "new_cases_smoothed_per_million": 114.836, - "total_deaths_per_million": 613.199, - "new_deaths_per_million": 0.513, - "new_deaths_smoothed_per_million": 0.272, - "new_tests_smoothed": 64896.0, - "new_tests_smoothed_per_thousand": 1.388, - "tests_per_case": 12.087, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-19", - "total_cases": 370867.0, - "new_cases": 6671.0, - "new_cases_smoothed": 5869.0, - "total_deaths": 28797.0, - "new_deaths": 127.0, - "new_deaths_smoothed": 31.143, - "total_cases_per_million": 7932.172, - "new_cases_per_million": 142.681, - "new_cases_smoothed_per_million": 125.527, - "total_deaths_per_million": 615.916, - "new_deaths_per_million": 2.716, - "new_deaths_smoothed_per_million": 0.666, - "new_tests_smoothed": 66921.0, - "new_tests_smoothed_per_thousand": 1.431, - "tests_per_case": 11.402000000000001, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-20", - "total_cases": 377906.0, - "new_cases": 7039.0, - "new_cases_smoothed": 5796.0, - "total_deaths": 28813.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 29.714, - "total_cases_per_million": 8082.724, - "new_cases_per_million": 150.551, - "new_cases_smoothed_per_million": 123.966, - "total_deaths_per_million": 616.258, - "new_deaths_per_million": 0.342, - "new_deaths_smoothed_per_million": 0.636, - "total_tests": 5849939.0, - "total_tests_per_thousand": 125.12, - "new_tests_smoothed": 68947.0, - "new_tests_smoothed_per_thousand": 1.475, - "tests_per_case": 11.895999999999999, - "positive_rate": 0.084, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-21", - "total_cases": 386054.0, - "new_cases": 8148.0, - "new_cases_smoothed": 6177.286, - "total_deaths": 28838.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 31.571, - "total_cases_per_million": 8256.995, - "new_cases_per_million": 174.271, - "new_cases_smoothed_per_million": 132.121, - "total_deaths_per_million": 616.793, - "new_deaths_per_million": 0.535, - "new_deaths_smoothed_per_million": 0.675, - "new_tests_smoothed": 70660.0, - "new_tests_smoothed_per_thousand": 1.511, - "tests_per_case": 11.439, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-22", - "total_cases": 386054.0, - "new_cases": 0.0, - "new_cases_smoothed": 6177.286, - "total_deaths": 28838.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 31.571, - "total_cases_per_million": 8256.995, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 132.121, - "total_deaths_per_million": 616.793, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.675, - "new_tests_smoothed": 72374.0, - "new_tests_smoothed_per_thousand": 1.548, - "tests_per_case": 11.716, - "positive_rate": 0.085, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-23", - "total_cases": 386054.0, - "new_cases": 0.0, - "new_cases_smoothed": 6177.286, - "total_deaths": 28838.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 31.571, - "total_cases_per_million": 8256.995, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 132.121, - "total_deaths_per_million": 616.793, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.675, - "new_tests_smoothed": 74088.0, - "new_tests_smoothed_per_thousand": 1.585, - "tests_per_case": 11.994000000000002, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-24", - "total_cases": 405436.0, - "new_cases": 19382.0, - "new_cases_smoothed": 6622.0, - "total_deaths": 28872.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 32.286, - "total_cases_per_million": 8671.541, - "new_cases_per_million": 414.546, - "new_cases_smoothed_per_million": 141.633, - "total_deaths_per_million": 617.52, - "new_deaths_per_million": 0.727, - "new_deaths_smoothed_per_million": 0.691, - "new_tests_smoothed": 75801.0, - "new_tests_smoothed_per_thousand": 1.621, - "tests_per_case": 11.447000000000001, - "positive_rate": 0.087, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-25", - "total_cases": 412553.0, - "new_cases": 7117.0, - "new_cases_smoothed": 6908.143, - "total_deaths": 28924.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 36.286, - "total_cases_per_million": 8823.76, - "new_cases_per_million": 152.22, - "new_cases_smoothed_per_million": 147.753, - "total_deaths_per_million": 618.632, - "new_deaths_per_million": 1.112, - "new_deaths_smoothed_per_million": 0.776, - "new_tests_smoothed": 77515.0, - "new_tests_smoothed_per_thousand": 1.658, - "tests_per_case": 11.220999999999998, - "positive_rate": 0.08900000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-26", - "total_cases": 419849.0, - "new_cases": 7296.0, - "new_cases_smoothed": 6997.429, - "total_deaths": 28971.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 24.857, - "total_cases_per_million": 8979.809, - "new_cases_per_million": 156.048, - "new_cases_smoothed_per_million": 149.662, - "total_deaths_per_million": 619.637, - "new_deaths_per_million": 1.005, - "new_deaths_smoothed_per_million": 0.532, - "new_tests_smoothed": 79228.0, - "new_tests_smoothed_per_thousand": 1.695, - "tests_per_case": 11.322000000000001, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-27", - "total_cases": 429507.0, - "new_cases": 9658.0, - "new_cases_smoothed": 7371.571, - "total_deaths": 28996.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 26.143, - "total_cases_per_million": 9186.376, - "new_cases_per_million": 206.567, - "new_cases_smoothed_per_million": 157.665, - "total_deaths_per_million": 620.172, - "new_deaths_per_million": 0.535, - "new_deaths_smoothed_per_million": 0.559, - "total_tests": 6416533.0, - "total_tests_per_thousand": 137.238, - "new_tests_smoothed": 80942.0, - "new_tests_smoothed_per_thousand": 1.731, - "tests_per_case": 10.98, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-28", - "total_cases": 439286.0, - "new_cases": 9779.0, - "new_cases_smoothed": 7604.571, - "total_deaths": 29011.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 9395.531, - "new_cases_per_million": 209.155, - "new_cases_smoothed_per_million": 162.648, - "total_deaths_per_million": 620.493, - "new_deaths_per_million": 0.321, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 82160.0, - "new_tests_smoothed_per_thousand": 1.757, - "tests_per_case": 10.804, - "positive_rate": 0.09300000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-29", - "total_cases": 439286.0, - "new_cases": 0.0, - "new_cases_smoothed": 7604.571, - "total_deaths": 29011.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 9395.531, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 162.648, - "total_deaths_per_million": 620.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 83377.0, - "new_tests_smoothed_per_thousand": 1.783, - "tests_per_case": 10.964, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-30", - "total_cases": 439286.0, - "new_cases": 0.0, - "new_cases_smoothed": 7604.571, - "total_deaths": 29011.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 9395.531, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 162.648, - "total_deaths_per_million": 620.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.529, - "new_tests_smoothed": 84595.0, - "new_tests_smoothed_per_thousand": 1.809, - "tests_per_case": 11.124, - "positive_rate": 0.09, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-08-31", - "total_cases": 462858.0, - "new_cases": 23572.0, - "new_cases_smoothed": 8203.143, - "total_deaths": 29094.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 31.714, - "total_cases_per_million": 9899.693, - "new_cases_per_million": 504.162, - "new_cases_smoothed_per_million": 175.45, - "total_deaths_per_million": 622.268, - "new_deaths_per_million": 1.775, - "new_deaths_smoothed_per_million": 0.678, - "new_tests_smoothed": 85813.0, - "new_tests_smoothed_per_thousand": 1.835, - "tests_per_case": 10.460999999999999, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-01", - "total_cases": 470973.0, - "new_cases": 8115.0, - "new_cases_smoothed": 8345.714, - "total_deaths": 29152.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 32.571, - "total_cases_per_million": 10073.258, - "new_cases_per_million": 173.565, - "new_cases_smoothed_per_million": 178.5, - "total_deaths_per_million": 623.508, - "new_deaths_per_million": 1.241, - "new_deaths_smoothed_per_million": 0.697, - "new_tests_smoothed": 87031.0, - "new_tests_smoothed_per_thousand": 1.861, - "tests_per_case": 10.427999999999999, - "positive_rate": 0.096, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-02", - "total_cases": 479554.0, - "new_cases": 8581.0, - "new_cases_smoothed": 8529.286, - "total_deaths": 29194.0, - "new_deaths": 42.0, - "new_deaths_smoothed": 31.857, - "total_cases_per_million": 10256.79, - "new_cases_per_million": 183.532, - "new_cases_smoothed_per_million": 182.426, - "total_deaths_per_million": 624.407, - "new_deaths_per_million": 0.898, - "new_deaths_smoothed_per_million": 0.681, - "new_tests_smoothed": 88248.0, - "new_tests_smoothed_per_thousand": 1.887, - "tests_per_case": 10.345999999999998, - "positive_rate": 0.09699999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-03", - "total_cases": 488513.0, - "new_cases": 8959.0, - "new_cases_smoothed": 8429.429, - "total_deaths": 29234.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 34.0, - "total_cases_per_million": 10448.407, - "new_cases_per_million": 191.617, - "new_cases_smoothed_per_million": 180.29, - "total_deaths_per_million": 625.262, - "new_deaths_per_million": 0.856, - "new_deaths_smoothed_per_million": 0.727, - "total_tests": 7042795.0, - "total_tests_per_thousand": 150.633, - "new_tests_smoothed": 89466.0, - "new_tests_smoothed_per_thousand": 1.914, - "tests_per_case": 10.614, - "positive_rate": 0.094, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-04", - "total_cases": 498989.0, - "new_cases": 10476.0, - "new_cases_smoothed": 8529.0, - "total_deaths": 29418.0, - "new_deaths": 184.0, - "new_deaths_smoothed": 58.143, - "total_cases_per_million": 10672.47, - "new_cases_per_million": 224.063, - "new_cases_smoothed_per_million": 182.42, - "total_deaths_per_million": 629.198, - "new_deaths_per_million": 3.935, - "new_deaths_smoothed_per_million": 1.244, - "new_tests_smoothed": 94167.0, - "new_tests_smoothed_per_thousand": 2.014, - "tests_per_case": 11.040999999999999, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-05", - "total_cases": 498989.0, - "new_cases": 0.0, - "new_cases_smoothed": 8529.0, - "total_deaths": 29418.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 58.143, - "total_cases_per_million": 10672.47, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 182.42, - "total_deaths_per_million": 629.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.244, - "new_tests_smoothed": 98868.0, - "new_tests_smoothed_per_thousand": 2.115, - "tests_per_case": 11.592, - "positive_rate": 0.086, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-06", - "total_cases": 498989.0, - "new_cases": 0.0, - "new_cases_smoothed": 8529.0, - "total_deaths": 29418.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 58.143, - "total_cases_per_million": 10672.47, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 182.42, - "total_deaths_per_million": 629.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.244, - "new_tests_smoothed": 103569.0, - "new_tests_smoothed_per_thousand": 2.215, - "tests_per_case": 12.142999999999999, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-07", - "total_cases": 525549.0, - "new_cases": 26560.0, - "new_cases_smoothed": 8955.857, - "total_deaths": 29516.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 60.286, - "total_cases_per_million": 11240.54, - "new_cases_per_million": 568.07, - "new_cases_smoothed_per_million": 191.55, - "total_deaths_per_million": 631.294, - "new_deaths_per_million": 2.096, - "new_deaths_smoothed_per_million": 1.289, - "new_tests_smoothed": 108270.0, - "new_tests_smoothed_per_thousand": 2.316, - "tests_per_case": 12.089, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-08", - "total_cases": 534513.0, - "new_cases": 8964.0, - "new_cases_smoothed": 9077.143, - "total_deaths": 29594.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 63.143, - "total_cases_per_million": 11432.264, - "new_cases_per_million": 191.724, - "new_cases_smoothed_per_million": 194.144, - "total_deaths_per_million": 632.962, - "new_deaths_per_million": 1.668, - "new_deaths_smoothed_per_million": 1.351, - "new_tests_smoothed": 112970.0, - "new_tests_smoothed_per_thousand": 2.416, - "tests_per_case": 12.446, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-09", - "total_cases": 543379.0, - "new_cases": 8866.0, - "new_cases_smoothed": 9117.857, - "total_deaths": 29628.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 62.0, - "total_cases_per_million": 11621.891, - "new_cases_per_million": 189.628, - "new_cases_smoothed_per_million": 195.014, - "total_deaths_per_million": 633.689, - "new_deaths_per_million": 0.727, - "new_deaths_smoothed_per_million": 1.326, - "new_tests_smoothed": 117671.0, - "new_tests_smoothed_per_thousand": 2.517, - "tests_per_case": 12.905999999999999, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-10", - "total_cases": 554143.0, - "new_cases": 10764.0, - "new_cases_smoothed": 9375.714, - "total_deaths": 29699.0, - "new_deaths": 71.0, - "new_deaths_smoothed": 66.429, - "total_cases_per_million": 11852.114, - "new_cases_per_million": 230.222, - "new_cases_smoothed_per_million": 200.53, - "total_deaths_per_million": 635.208, - "new_deaths_per_million": 1.519, - "new_deaths_smoothed_per_million": 1.421, - "total_tests": 7899400.0, - "total_tests_per_thousand": 168.954, - "new_tests_smoothed": 122372.0, - "new_tests_smoothed_per_thousand": 2.617, - "tests_per_case": 13.052, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-11", - "total_cases": 566326.0, - "new_cases": 12183.0, - "new_cases_smoothed": 9619.571, - "total_deaths": 29747.0, - "new_deaths": 48.0, - "new_deaths_smoothed": 47.0, - "total_cases_per_million": 12112.686, - "new_cases_per_million": 260.572, - "new_cases_smoothed_per_million": 205.745, - "total_deaths_per_million": 636.234, - "new_deaths_per_million": 1.027, - "new_deaths_smoothed_per_million": 1.005, - "new_tests_smoothed": 118836.0, - "new_tests_smoothed_per_thousand": 2.542, - "tests_per_case": 12.354000000000001, - "positive_rate": 0.081, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-12", - "total_cases": 566326.0, - "new_cases": 0.0, - "new_cases_smoothed": 9619.571, - "total_deaths": 29747.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 47.0, - "total_cases_per_million": 12112.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 205.745, - "total_deaths_per_million": 636.234, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.005, - "new_tests_smoothed": 115299.0, - "new_tests_smoothed_per_thousand": 2.466, - "tests_per_case": 11.985999999999999, - "positive_rate": 0.083, - "tests_units": "tests performed" - }, - { - "date": "2020-09-13", - "total_cases": 566326.0, - "new_cases": 0.0, - "new_cases_smoothed": 9619.571, - "total_deaths": 29747.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 47.0, - "total_cases_per_million": 12112.686, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 205.745, - "total_deaths_per_million": 636.234, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.005, - "new_tests_smoothed": 111763.0, - "new_tests_smoothed_per_thousand": 2.39, - "tests_per_case": 11.618, - "positive_rate": 0.086, - "tests_units": "tests performed" - }, - { - "date": "2020-09-14", - "total_cases": 593730.0, - "new_cases": 27404.0, - "new_cases_smoothed": 9740.143, - "total_deaths": 29848.0, - "new_deaths": 101.0, - "new_deaths_smoothed": 47.429, - "total_cases_per_million": 12698.808, - "new_cases_per_million": 586.122, - "new_cases_smoothed_per_million": 208.324, - "total_deaths_per_million": 638.395, - "new_deaths_per_million": 2.16, - "new_deaths_smoothed_per_million": 1.014, - "new_tests_smoothed": 108227.0, - "new_tests_smoothed_per_thousand": 2.315, - "tests_per_case": 11.110999999999999, - "positive_rate": 0.09, - "tests_units": "tests performed" - }, - { - "date": "2020-09-15", - "total_cases": 603167.0, - "new_cases": 9437.0, - "new_cases_smoothed": 9807.714, - "total_deaths": 30004.0, - "new_deaths": 156.0, - "new_deaths_smoothed": 58.571, - "total_cases_per_million": 12900.648, - "new_cases_per_million": 201.84, - "new_cases_smoothed_per_million": 209.769, - "total_deaths_per_million": 641.731, - "new_deaths_per_million": 3.337, - "new_deaths_smoothed_per_million": 1.253, - "new_tests_smoothed": 104690.0, - "new_tests_smoothed_per_thousand": 2.239, - "tests_per_case": 10.674000000000001, - "positive_rate": 0.094, - "tests_units": "tests performed" - }, - { - "date": "2020-09-16", - "total_cases": 614360.0, - "new_cases": 11193.0, - "new_cases_smoothed": 10140.143, - "total_deaths": 30243.0, - "new_deaths": 239.0, - "new_deaths_smoothed": 87.857, - "total_cases_per_million": 13140.046, - "new_cases_per_million": 239.398, - "new_cases_smoothed_per_million": 216.879, - "total_deaths_per_million": 646.843, - "new_deaths_per_million": 5.112, - "new_deaths_smoothed_per_million": 1.879, - "new_tests_smoothed": 101154.0, - "new_tests_smoothed_per_thousand": 2.164, - "tests_per_case": 9.976, - "positive_rate": 0.1, - "tests_units": "tests performed" - }, - { - "date": "2020-09-17", - "total_cases": 625651.0, - "new_cases": 11291.0, - "new_cases_smoothed": 10215.429, - "total_deaths": 30405.0, - "new_deaths": 162.0, - "new_deaths_smoothed": 100.857, - "total_cases_per_million": 13381.54, - "new_cases_per_million": 241.494, - "new_cases_smoothed_per_million": 218.489, - "total_deaths_per_million": 650.308, - "new_deaths_per_million": 3.465, - "new_deaths_smoothed_per_million": 2.157, - "total_tests": 8582722.0, - "total_tests_per_thousand": 183.569, - "new_tests_smoothed": 97617.0, - "new_tests_smoothed_per_thousand": 2.088, - "tests_per_case": 9.556000000000001, - "positive_rate": 0.105, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 640040.0, - "new_cases": 14389.0, - "new_cases_smoothed": 10530.571, - "total_deaths": 30495.0, - "new_deaths": 90.0, - "new_deaths_smoothed": 106.857, - "total_cases_per_million": 13689.295, - "new_cases_per_million": 307.755, - "new_cases_smoothed_per_million": 225.23, - "total_deaths_per_million": 652.233, - "new_deaths_per_million": 1.925, - "new_deaths_smoothed_per_million": 2.285, - "new_tests": 110746.0, - "total_tests": 8693468.0, - "total_tests_per_thousand": 185.938, - "new_tests_per_thousand": 2.369, - "new_tests_smoothed": 99493.0, - "new_tests_smoothed_per_thousand": 2.128, - "tests_per_case": 9.448, - "positive_rate": 0.106, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 640040.0, - "new_cases": 0.0, - "new_cases_smoothed": 10530.571, - "total_deaths": 30495.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 106.857, - "total_cases_per_million": 13689.295, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 225.23, - "total_deaths_per_million": 652.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.285, - "new_tests": 88636.0, - "total_tests": 8782104.0, - "total_tests_per_thousand": 187.833, - "new_tests_per_thousand": 1.896, - "new_tests_smoothed": 98210.0, - "new_tests_smoothed_per_thousand": 2.101, - "tests_per_case": 9.326, - "positive_rate": 0.107, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 640040.0, - "new_cases": 0.0, - "new_cases_smoothed": 10530.571, - "total_deaths": 30495.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 106.857, - "total_cases_per_million": 13689.295, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 225.23, - "total_deaths_per_million": 652.233, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.285 - }, - { - "date": "2020-09-21", - "total_cases": 671468.0, - "new_cases": 31428.0, - "new_cases_smoothed": 11105.429, - "total_deaths": 30663.0, - "new_deaths": 168.0, - "new_deaths_smoothed": 116.429, - "total_cases_per_million": 14361.483, - "new_cases_per_million": 672.188, - "new_cases_smoothed_per_million": 237.525, - "total_deaths_per_million": 655.826, - "new_deaths_per_million": 3.593, - "new_deaths_smoothed_per_million": 2.49 - }, - { - "date": "2020-09-22", - "total_cases": 682267.0, - "new_cases": 10799.0, - "new_cases_smoothed": 11300.0, - "total_deaths": 30904.0, - "new_deaths": 241.0, - "new_deaths_smoothed": 128.571, - "total_cases_per_million": 14592.454, - "new_cases_per_million": 230.971, - "new_cases_smoothed_per_million": 241.687, - "total_deaths_per_million": 660.981, - "new_deaths_per_million": 5.155, - "new_deaths_smoothed_per_million": 2.75 - }, - { - "date": "2020-09-23", - "total_cases": 693556.0, - "new_cases": 11289.0, - "new_cases_smoothed": 11313.714, - "total_deaths": 31034.0, - "new_deaths": 130.0, - "new_deaths_smoothed": 113.0, - "total_cases_per_million": 14833.905, - "new_cases_per_million": 241.451, - "new_cases_smoothed_per_million": 241.98, - "total_deaths_per_million": 663.761, - "new_deaths_per_million": 2.78, - "new_deaths_smoothed_per_million": 2.417 - }, - { - "date": "2020-09-24", - "total_cases": 704209.0, - "new_cases": 10653.0, - "new_cases_smoothed": 11222.571, - "total_deaths": 31118.0, - "new_deaths": 84.0, - "new_deaths_smoothed": 101.857, - "total_cases_per_million": 15061.753, - "new_cases_per_million": 227.848, - "new_cases_smoothed_per_million": 240.03, - "total_deaths_per_million": 665.558, - "new_deaths_per_million": 1.797, - "new_deaths_smoothed_per_million": 2.179 - } - ] - }, - "EST": { - "continent": "Europe", - "location": "Estonia", - "population": 1326539.0, - "population_density": 31.033, - "median_age": 42.7, - "aged_65_older": 19.452, - "aged_70_older": 13.491, - "gdp_per_capita": 29481.252, - "extreme_poverty": 0.5, - "cardiovasc_death_rate": 255.569, - "diabetes_prevalence": 4.02, - "female_smokers": 24.5, - "male_smokers": 39.3, - "hospital_beds_per_thousand": 4.69, - "life_expectancy": 78.74, - "human_development_index": 0.871, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 13.0, - "total_tests_per_thousand": 0.01, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 23.0, - "total_tests_per_thousand": 0.017, - "new_tests_per_thousand": 0.008, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.754, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 36.0, - "total_tests_per_thousand": 0.027, - "new_tests_per_thousand": 0.01, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-02-29", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.754, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8.0, - "total_tests": 44.0, - "total_tests_per_thousand": 0.033, - "new_tests_per_thousand": 0.006, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.754, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 18.0, - "total_tests": 62.0, - "total_tests_per_thousand": 0.047, - "new_tests_per_thousand": 0.014, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.754, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.108, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 22.0, - "total_tests": 84.0, - "total_tests_per_thousand": 0.063, - "new_tests_per_thousand": 0.017, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.143, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.108, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 113.0, - "total_tests_per_thousand": 0.085, - "new_tests_per_thousand": 0.022, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-04", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.508, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.215, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 36.0, - "total_tests": 149.0, - "total_tests_per_thousand": 0.112, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 19.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 66.5, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.215, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 35.0, - "total_tests": 184.0, - "total_tests_per_thousand": 0.139, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 80.5, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-06", - "total_cases": 5.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.769, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 0.431, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 71.0, - "total_tests": 255.0, - "total_tests_per_thousand": 0.192, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 31.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 54.25, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-07", - "total_cases": 10.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.538, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 0.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 284.0, - "total_tests_per_thousand": 0.214, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 34.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 26.444000000000003, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 1.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.969, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 304.0, - "total_tests_per_thousand": 0.229, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 35.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 27.221999999999998, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-09", - "new_cases_smoothed": 1.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.969, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 64.0, - "total_tests": 368.0, - "total_tests_per_thousand": 0.277, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 31.889, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-10", - "new_cases_smoothed": 1.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.969, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 57.0, - "total_tests": 425.0, - "total_tests_per_thousand": 0.32, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 45.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 35.0, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-11", - "total_cases": 13.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.8, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 1.185, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 65.0, - "total_tests": 490.0, - "total_tests_per_thousand": 0.369, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 31.182, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 16.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.061, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 1.508, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 131.0, - "total_tests": 621.0, - "total_tests_per_thousand": 0.468, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 62.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 31.0, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-13", - "total_cases": 27.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.354, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 2.369, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 183.0, - "total_tests": 804.0, - "total_tests_per_thousand": 0.606, - "new_tests_per_thousand": 0.138, - "new_tests_smoothed": 78.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 24.818, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-03-14", - "total_cases": 79.0, - "new_cases": 52.0, - "new_cases_smoothed": 9.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 59.553, - "new_cases_per_million": 39.2, - "new_cases_smoothed_per_million": 7.431, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 163.0, - "total_tests": 967.0, - "total_tests_per_thousand": 0.729, - "new_tests_per_thousand": 0.123, - "new_tests_smoothed": 98.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 9.942, - "positive_rate": 0.10099999999999999, - "tests_units": "tests performed", - "stringency_index": 33.33 - }, - { - "date": "2020-03-15", - "total_cases": 115.0, - "new_cases": 36.0, - "new_cases_smoothed": 15.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 86.692, - "new_cases_per_million": 27.138, - "new_cases_smoothed_per_million": 11.308, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 495.0, - "total_tests": 1462.0, - "total_tests_per_thousand": 1.102, - "new_tests_per_thousand": 0.373, - "new_tests_smoothed": 165.0, - "new_tests_smoothed_per_thousand": 0.124, - "tests_per_case": 11.0, - "positive_rate": 0.091, - "tests_units": "tests performed", - "stringency_index": 33.33 - }, - { - "date": "2020-03-16", - "total_cases": 171.0, - "new_cases": 56.0, - "new_cases_smoothed": 23.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 128.907, - "new_cases_per_million": 42.215, - "new_cases_smoothed_per_million": 17.338, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 304.0, - "total_tests": 1766.0, - "total_tests_per_thousand": 1.331, - "new_tests_per_thousand": 0.229, - "new_tests_smoothed": 200.0, - "new_tests_smoothed_per_thousand": 0.151, - "tests_per_case": 8.696, - "positive_rate": 0.115, - "tests_units": "tests performed", - "stringency_index": 44.44 - }, - { - "date": "2020-03-17", - "total_cases": 205.0, - "new_cases": 34.0, - "new_cases_smoothed": 27.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 154.537, - "new_cases_per_million": 25.631, - "new_cases_smoothed_per_million": 21.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 191.0, - "total_tests": 1957.0, - "total_tests_per_thousand": 1.475, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 219.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 7.862, - "positive_rate": 0.127, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-18", - "total_cases": 225.0, - "new_cases": 20.0, - "new_cases_smoothed": 30.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 169.614, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 22.831, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 538.0, - "total_tests": 2495.0, - "total_tests_per_thousand": 1.881, - "new_tests_per_thousand": 0.406, - "new_tests_smoothed": 286.0, - "new_tests_smoothed_per_thousand": 0.216, - "tests_per_case": 9.443, - "positive_rate": 0.106, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-19", - "total_cases": 258.0, - "new_cases": 33.0, - "new_cases_smoothed": 34.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 194.491, - "new_cases_per_million": 24.877, - "new_cases_smoothed_per_million": 26.061, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 351.0, - "total_tests": 2846.0, - "total_tests_per_thousand": 2.145, - "new_tests_per_thousand": 0.265, - "new_tests_smoothed": 318.0, - "new_tests_smoothed_per_thousand": 0.24, - "tests_per_case": 9.198, - "positive_rate": 0.109, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-20", - "total_cases": 267.0, - "new_cases": 9.0, - "new_cases_smoothed": 34.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 201.276, - "new_cases_per_million": 6.785, - "new_cases_smoothed_per_million": 25.846, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 392.0, - "total_tests": 3238.0, - "total_tests_per_thousand": 2.441, - "new_tests_per_thousand": 0.296, - "new_tests_smoothed": 348.0, - "new_tests_smoothed_per_thousand": 0.262, - "tests_per_case": 10.15, - "positive_rate": 0.099, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-21", - "total_cases": 283.0, - "new_cases": 16.0, - "new_cases_smoothed": 29.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 213.337, - "new_cases_per_million": 12.061, - "new_cases_smoothed_per_million": 21.969, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 637.0, - "total_tests": 3875.0, - "total_tests_per_thousand": 2.921, - "new_tests_per_thousand": 0.48, - "new_tests_smoothed": 415.0, - "new_tests_smoothed_per_thousand": 0.313, - "tests_per_case": 14.24, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-22", - "total_cases": 306.0, - "new_cases": 23.0, - "new_cases_smoothed": 27.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 230.675, - "new_cases_per_million": 17.338, - "new_cases_smoothed_per_million": 20.569, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 160.0, - "total_tests": 4035.0, - "total_tests_per_thousand": 3.042, - "new_tests_per_thousand": 0.121, - "new_tests_smoothed": 368.0, - "new_tests_smoothed_per_thousand": 0.277, - "tests_per_case": 13.487, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-23", - "total_cases": 326.0, - "new_cases": 20.0, - "new_cases_smoothed": 22.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.752, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 16.692, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 495.0, - "total_tests": 4530.0, - "total_tests_per_thousand": 3.415, - "new_tests_per_thousand": 0.373, - "new_tests_smoothed": 395.0, - "new_tests_smoothed_per_thousand": 0.298, - "tests_per_case": 17.839000000000002, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-24", - "total_cases": 352.0, - "new_cases": 26.0, - "new_cases_smoothed": 21.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 265.352, - "new_cases_per_million": 19.6, - "new_cases_smoothed_per_million": 15.831, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1403.0, - "total_tests": 5933.0, - "total_tests_per_thousand": 4.473, - "new_tests_per_thousand": 1.058, - "new_tests_smoothed": 568.0, - "new_tests_smoothed_per_thousand": 0.428, - "tests_per_case": 27.048000000000002, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-03-25", - "total_cases": 369.0, - "new_cases": 17.0, - "new_cases_smoothed": 20.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 278.167, - "new_cases_per_million": 12.815, - "new_cases_smoothed_per_million": 15.508, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1047.0, - "total_tests": 6980.0, - "total_tests_per_thousand": 5.262, - "new_tests_per_thousand": 0.789, - "new_tests_smoothed": 641.0, - "new_tests_smoothed_per_thousand": 0.483, - "tests_per_case": 31.16, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-03-26", - "total_cases": 404.0, - "new_cases": 35.0, - "new_cases_smoothed": 20.857, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 304.552, - "new_cases_per_million": 26.384, - "new_cases_smoothed_per_million": 15.723, - "total_deaths_per_million": 0.754, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1139.0, - "total_tests": 8119.0, - "total_tests_per_thousand": 6.12, - "new_tests_per_thousand": 0.859, - "new_tests_smoothed": 753.0, - "new_tests_smoothed_per_thousand": 0.568, - "tests_per_case": 36.103, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 61.11 - }, - { - "date": "2020-03-27", - "total_cases": 538.0, - "new_cases": 134.0, - "new_cases_smoothed": 38.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 405.567, - "new_cases_per_million": 101.015, - "new_cases_smoothed_per_million": 29.184, - "total_deaths_per_million": 0.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1253.0, - "total_tests": 9372.0, - "total_tests_per_thousand": 7.065, - "new_tests_per_thousand": 0.945, - "new_tests_smoothed": 876.0, - "new_tests_smoothed_per_thousand": 0.66, - "tests_per_case": 22.627, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-28", - "total_cases": 575.0, - "new_cases": 37.0, - "new_cases_smoothed": 41.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 433.459, - "new_cases_per_million": 27.892, - "new_cases_smoothed_per_million": 31.446, - "total_deaths_per_million": 0.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1035.0, - "total_tests": 10407.0, - "total_tests_per_thousand": 7.845, - "new_tests_per_thousand": 0.78, - "new_tests_smoothed": 933.0, - "new_tests_smoothed_per_thousand": 0.703, - "tests_per_case": 22.366, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 72.22 - }, - { - "date": "2020-03-29", - "total_cases": 640.0, - "new_cases": 65.0, - "new_cases_smoothed": 47.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 482.458, - "new_cases_per_million": 49.0, - "new_cases_smoothed_per_million": 35.969, - "total_deaths_per_million": 0.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 851.0, - "total_tests": 11258.0, - "total_tests_per_thousand": 8.487, - "new_tests_per_thousand": 0.642, - "new_tests_smoothed": 1032.0, - "new_tests_smoothed_per_thousand": 0.778, - "tests_per_case": 21.629, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-03-30", - "total_cases": 679.0, - "new_cases": 39.0, - "new_cases_smoothed": 50.429, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 511.858, - "new_cases_per_million": 29.4, - "new_cases_smoothed_per_million": 38.015, - "total_deaths_per_million": 2.262, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 0.323, - "new_tests": 1149.0, - "total_tests": 12407.0, - "total_tests_per_thousand": 9.353, - "new_tests_per_thousand": 0.866, - "new_tests_smoothed": 1125.0, - "new_tests_smoothed_per_thousand": 0.848, - "tests_per_case": 22.309, - "positive_rate": 0.045, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-03-31", - "total_cases": 715.0, - "new_cases": 36.0, - "new_cases_smoothed": 51.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 538.997, - "new_cases_per_million": 27.138, - "new_cases_smoothed_per_million": 39.092, - "total_deaths_per_million": 2.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.323, - "new_tests": 1976.0, - "total_tests": 14383.0, - "total_tests_per_thousand": 10.843, - "new_tests_per_thousand": 1.49, - "new_tests_smoothed": 1207.0, - "new_tests_smoothed_per_thousand": 0.91, - "tests_per_case": 23.275, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-01", - "total_cases": 745.0, - "new_cases": 30.0, - "new_cases_smoothed": 53.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 561.612, - "new_cases_per_million": 22.615, - "new_cases_smoothed_per_million": 40.492, - "total_deaths_per_million": 3.015, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.431, - "new_tests": 1375.0, - "total_tests": 15758.0, - "total_tests_per_thousand": 11.879, - "new_tests_per_thousand": 1.037, - "new_tests_smoothed": 1254.0, - "new_tests_smoothed_per_thousand": 0.945, - "tests_per_case": 23.346, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-02", - "total_cases": 779.0, - "new_cases": 34.0, - "new_cases_smoothed": 53.571, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 587.242, - "new_cases_per_million": 25.631, - "new_cases_smoothed_per_million": 40.384, - "total_deaths_per_million": 3.769, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.431, - "new_tests": 2506.0, - "total_tests": 18264.0, - "total_tests_per_thousand": 13.768, - "new_tests_per_thousand": 1.889, - "new_tests_smoothed": 1449.0, - "new_tests_smoothed_per_thousand": 1.092, - "tests_per_case": 27.048000000000002, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-03", - "total_cases": 858.0, - "new_cases": 79.0, - "new_cases_smoothed": 45.714, - "total_deaths": 11.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 646.796, - "new_cases_per_million": 59.553, - "new_cases_smoothed_per_million": 34.461, - "total_deaths_per_million": 8.292, - "new_deaths_per_million": 4.523, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 1533.0, - "total_tests": 19797.0, - "total_tests_per_thousand": 14.924, - "new_tests_per_thousand": 1.156, - "new_tests_smoothed": 1489.0, - "new_tests_smoothed_per_thousand": 1.122, - "tests_per_case": 32.571999999999996, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-04", - "total_cases": 961.0, - "new_cases": 103.0, - "new_cases_smoothed": 55.143, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 724.442, - "new_cases_per_million": 77.646, - "new_cases_smoothed_per_million": 41.569, - "total_deaths_per_million": 9.046, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 1.185, - "new_tests": 1186.0, - "total_tests": 20983.0, - "total_tests_per_thousand": 15.818, - "new_tests_per_thousand": 0.894, - "new_tests_smoothed": 1511.0, - "new_tests_smoothed_per_thousand": 1.139, - "tests_per_case": 27.401999999999997, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-05", - "total_cases": 1018.0, - "new_cases": 57.0, - "new_cases_smoothed": 54.0, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 767.411, - "new_cases_per_million": 42.969, - "new_cases_smoothed_per_million": 40.707, - "total_deaths_per_million": 9.8, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 859.0, - "total_tests": 21842.0, - "total_tests_per_thousand": 16.465, - "new_tests_per_thousand": 0.648, - "new_tests_smoothed": 1512.0, - "new_tests_smoothed_per_thousand": 1.14, - "tests_per_case": 28.0, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-06", - "total_cases": 1097.0, - "new_cases": 79.0, - "new_cases_smoothed": 59.714, - "total_deaths": 15.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 826.964, - "new_cases_per_million": 59.553, - "new_cases_smoothed_per_million": 45.015, - "total_deaths_per_million": 11.308, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 1679.0, - "total_tests": 23521.0, - "total_tests_per_thousand": 17.731, - "new_tests_per_thousand": 1.266, - "new_tests_smoothed": 1588.0, - "new_tests_smoothed_per_thousand": 1.197, - "tests_per_case": 26.593000000000004, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-07", - "total_cases": 1108.0, - "new_cases": 11.0, - "new_cases_smoothed": 56.143, - "total_deaths": 19.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 835.256, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 42.323, - "total_deaths_per_million": 14.323, - "new_deaths_per_million": 3.015, - "new_deaths_smoothed_per_million": 1.723, - "new_tests": 1272.0, - "total_tests": 24793.0, - "total_tests_per_thousand": 18.69, - "new_tests_per_thousand": 0.959, - "new_tests_smoothed": 1487.0, - "new_tests_smoothed_per_thousand": 1.121, - "tests_per_case": 26.486, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-08", - "total_cases": 1149.0, - "new_cases": 41.0, - "new_cases_smoothed": 57.714, - "total_deaths": 21.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 866.164, - "new_cases_per_million": 30.907, - "new_cases_smoothed_per_million": 43.507, - "total_deaths_per_million": 15.831, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 1.831, - "new_tests": 1605.0, - "total_tests": 26398.0, - "total_tests_per_thousand": 19.9, - "new_tests_per_thousand": 1.21, - "new_tests_smoothed": 1520.0, - "new_tests_smoothed_per_thousand": 1.146, - "tests_per_case": 26.337, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-09", - "total_cases": 1185.0, - "new_cases": 36.0, - "new_cases_smoothed": 58.0, - "total_deaths": 24.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 893.302, - "new_cases_per_million": 27.138, - "new_cases_smoothed_per_million": 43.723, - "total_deaths_per_million": 18.092, - "new_deaths_per_million": 2.262, - "new_deaths_smoothed_per_million": 2.046, - "new_tests": 1466.0, - "total_tests": 27864.0, - "total_tests_per_thousand": 21.005, - "new_tests_per_thousand": 1.105, - "new_tests_smoothed": 1371.0, - "new_tests_smoothed_per_thousand": 1.034, - "tests_per_case": 23.638, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-10", - "total_cases": 1207.0, - "new_cases": 22.0, - "new_cases_smoothed": 49.857, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 909.887, - "new_cases_per_million": 16.585, - "new_cases_smoothed_per_million": 37.584, - "total_deaths_per_million": 18.092, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.4, - "new_tests": 1570.0, - "total_tests": 29434.0, - "total_tests_per_thousand": 22.189, - "new_tests_per_thousand": 1.184, - "new_tests_smoothed": 1377.0, - "new_tests_smoothed_per_thousand": 1.038, - "tests_per_case": 27.619, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-11", - "total_cases": 1258.0, - "new_cases": 51.0, - "new_cases_smoothed": 42.429, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 948.332, - "new_cases_per_million": 38.446, - "new_cases_smoothed_per_million": 31.984, - "total_deaths_per_million": 18.092, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 895.0, - "total_tests": 30329.0, - "total_tests_per_thousand": 22.863, - "new_tests_per_thousand": 0.675, - "new_tests_smoothed": 1335.0, - "new_tests_smoothed_per_thousand": 1.006, - "tests_per_case": 31.465, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-12", - "total_cases": 1304.0, - "new_cases": 46.0, - "new_cases_smoothed": 40.857, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 983.009, - "new_cases_per_million": 34.677, - "new_cases_smoothed_per_million": 30.8, - "total_deaths_per_million": 18.092, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.185, - "new_tests": 409.0, - "total_tests": 30738.0, - "total_tests_per_thousand": 23.172, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 1271.0, - "new_tests_smoothed_per_thousand": 0.958, - "tests_per_case": 31.108, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-13", - "total_cases": 1309.0, - "new_cases": 5.0, - "new_cases_smoothed": 30.286, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 986.778, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 22.831, - "total_deaths_per_million": 18.846, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 1508.0, - "total_tests": 32246.0, - "total_tests_per_thousand": 24.308, - "new_tests_per_thousand": 1.137, - "new_tests_smoothed": 1246.0, - "new_tests_smoothed_per_thousand": 0.939, - "tests_per_case": 41.141999999999996, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-14", - "total_cases": 1332.0, - "new_cases": 23.0, - "new_cases_smoothed": 32.0, - "total_deaths": 28.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1004.117, - "new_cases_per_million": 17.338, - "new_cases_smoothed_per_million": 24.123, - "total_deaths_per_million": 21.108, - "new_deaths_per_million": 2.262, - "new_deaths_smoothed_per_million": 0.969, - "new_tests": 1706.0, - "total_tests": 33952.0, - "total_tests_per_thousand": 25.594, - "new_tests_per_thousand": 1.286, - "new_tests_smoothed": 1308.0, - "new_tests_smoothed_per_thousand": 0.986, - "tests_per_case": 40.875, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-15", - "total_cases": 1373.0, - "new_cases": 41.0, - "new_cases_smoothed": 32.0, - "total_deaths": 31.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1035.024, - "new_cases_per_million": 30.907, - "new_cases_smoothed_per_million": 24.123, - "total_deaths_per_million": 23.369, - "new_deaths_per_million": 2.262, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 2049.0, - "total_tests": 36001.0, - "total_tests_per_thousand": 27.139, - "new_tests_per_thousand": 1.545, - "new_tests_smoothed": 1372.0, - "new_tests_smoothed_per_thousand": 1.034, - "tests_per_case": 42.875, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-16", - "total_cases": 1402.0, - "new_cases": 29.0, - "new_cases_smoothed": 31.0, - "total_deaths": 35.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1056.886, - "new_cases_per_million": 21.861, - "new_cases_smoothed_per_million": 23.369, - "total_deaths_per_million": 26.384, - "new_deaths_per_million": 3.015, - "new_deaths_smoothed_per_million": 1.185, - "new_tests": 1572.0, - "total_tests": 37573.0, - "total_tests_per_thousand": 28.324, - "new_tests_per_thousand": 1.185, - "new_tests_smoothed": 1387.0, - "new_tests_smoothed_per_thousand": 1.046, - "tests_per_case": 44.742, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-17", - "total_cases": 1434.0, - "new_cases": 32.0, - "new_cases_smoothed": 32.429, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1081.009, - "new_cases_per_million": 24.123, - "new_cases_smoothed_per_million": 24.446, - "total_deaths_per_million": 27.138, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 2010.0, - "total_tests": 39583.0, - "total_tests_per_thousand": 29.839, - "new_tests_per_thousand": 1.515, - "new_tests_smoothed": 1450.0, - "new_tests_smoothed_per_thousand": 1.093, - "tests_per_case": 44.714, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-18", - "total_cases": 1459.0, - "new_cases": 25.0, - "new_cases_smoothed": 28.714, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1099.855, - "new_cases_per_million": 18.846, - "new_cases_smoothed_per_million": 21.646, - "total_deaths_per_million": 28.646, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 1.508, - "new_tests": 722.0, - "total_tests": 40305.0, - "total_tests_per_thousand": 30.384, - "new_tests_per_thousand": 0.544, - "new_tests_smoothed": 1425.0, - "new_tests_smoothed_per_thousand": 1.074, - "tests_per_case": 49.626999999999995, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-19", - "total_cases": 1512.0, - "new_cases": 53.0, - "new_cases_smoothed": 29.714, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 1139.808, - "new_cases_per_million": 39.954, - "new_cases_smoothed_per_million": 22.4, - "total_deaths_per_million": 28.646, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.508, - "new_tests": 599.0, - "total_tests": 40904.0, - "total_tests_per_thousand": 30.835, - "new_tests_per_thousand": 0.452, - "new_tests_smoothed": 1452.0, - "new_tests_smoothed_per_thousand": 1.095, - "tests_per_case": 48.865, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-20", - "total_cases": 1528.0, - "new_cases": 16.0, - "new_cases_smoothed": 31.286, - "total_deaths": 40.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 1151.87, - "new_cases_per_million": 12.061, - "new_cases_smoothed_per_million": 23.584, - "total_deaths_per_million": 30.154, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 1.615, - "new_tests": 1289.0, - "total_tests": 42193.0, - "total_tests_per_thousand": 31.807, - "new_tests_per_thousand": 0.972, - "new_tests_smoothed": 1421.0, - "new_tests_smoothed_per_thousand": 1.071, - "tests_per_case": 45.42, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-21", - "total_cases": 1535.0, - "new_cases": 7.0, - "new_cases_smoothed": 29.0, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1157.147, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 21.861, - "total_deaths_per_million": 30.154, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 1420.0, - "total_tests": 43613.0, - "total_tests_per_thousand": 32.877, - "new_tests_per_thousand": 1.07, - "new_tests_smoothed": 1380.0, - "new_tests_smoothed_per_thousand": 1.04, - "tests_per_case": 47.586000000000006, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-22", - "total_cases": 1552.0, - "new_cases": 17.0, - "new_cases_smoothed": 25.571, - "total_deaths": 43.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1169.962, - "new_cases_per_million": 12.815, - "new_cases_smoothed_per_million": 19.277, - "total_deaths_per_million": 32.415, - "new_deaths_per_million": 2.262, - "new_deaths_smoothed_per_million": 1.292, - "new_tests": 1545.0, - "total_tests": 45158.0, - "total_tests_per_thousand": 34.042, - "new_tests_per_thousand": 1.165, - "new_tests_smoothed": 1308.0, - "new_tests_smoothed_per_thousand": 0.986, - "tests_per_case": 51.151, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-23", - "total_cases": 1559.0, - "new_cases": 7.0, - "new_cases_smoothed": 22.429, - "total_deaths": 44.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1175.239, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 16.908, - "total_deaths_per_million": 33.169, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.969, - "new_tests": 1099.0, - "total_tests": 46257.0, - "total_tests_per_thousand": 34.87, - "new_tests_per_thousand": 0.828, - "new_tests_smoothed": 1241.0, - "new_tests_smoothed_per_thousand": 0.936, - "tests_per_case": 55.331, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-24", - "total_cases": 1592.0, - "new_cases": 33.0, - "new_cases_smoothed": 22.571, - "total_deaths": 45.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1200.115, - "new_cases_per_million": 24.877, - "new_cases_smoothed_per_million": 17.015, - "total_deaths_per_million": 33.923, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.969, - "new_tests": 1050.0, - "total_tests": 47307.0, - "total_tests_per_thousand": 35.662, - "new_tests_per_thousand": 0.792, - "new_tests_smoothed": 1103.0, - "new_tests_smoothed_per_thousand": 0.831, - "tests_per_case": 48.867, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-25", - "total_cases": 1605.0, - "new_cases": 13.0, - "new_cases_smoothed": 20.857, - "total_deaths": 46.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1209.915, - "new_cases_per_million": 9.8, - "new_cases_smoothed_per_million": 15.723, - "total_deaths_per_million": 34.677, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.862, - "new_tests": 603.0, - "total_tests": 47910.0, - "total_tests_per_thousand": 36.117, - "new_tests_per_thousand": 0.455, - "new_tests_smoothed": 1086.0, - "new_tests_smoothed_per_thousand": 0.819, - "tests_per_case": 52.068000000000005, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-26", - "total_cases": 1635.0, - "new_cases": 30.0, - "new_cases_smoothed": 17.571, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1232.531, - "new_cases_per_million": 22.615, - "new_cases_smoothed_per_million": 13.246, - "total_deaths_per_million": 34.677, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.862, - "new_tests": 469.0, - "total_tests": 48379.0, - "total_tests_per_thousand": 36.47, - "new_tests_per_thousand": 0.354, - "new_tests_smoothed": 1068.0, - "new_tests_smoothed_per_thousand": 0.805, - "tests_per_case": 60.78, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-04-27", - "total_cases": 1643.0, - "new_cases": 8.0, - "new_cases_smoothed": 16.429, - "total_deaths": 49.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1238.561, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 12.385, - "total_deaths_per_million": 36.938, - "new_deaths_per_million": 2.262, - "new_deaths_smoothed_per_million": 0.969, - "new_tests": 1108.0, - "total_tests": 49487.0, - "total_tests_per_thousand": 37.305, - "new_tests_per_thousand": 0.835, - "new_tests_smoothed": 1042.0, - "new_tests_smoothed_per_thousand": 0.786, - "tests_per_case": 63.426, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-04-28", - "total_cases": 1647.0, - "new_cases": 4.0, - "new_cases_smoothed": 16.0, - "total_deaths": 50.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1241.577, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 12.061, - "total_deaths_per_million": 37.692, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 1670.0, - "total_tests": 51157.0, - "total_tests_per_thousand": 38.564, - "new_tests_per_thousand": 1.259, - "new_tests_smoothed": 1078.0, - "new_tests_smoothed_per_thousand": 0.813, - "tests_per_case": 67.375, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-04-29", - "total_cases": 1660.0, - "new_cases": 13.0, - "new_cases_smoothed": 15.429, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1251.377, - "new_cases_per_million": 9.8, - "new_cases_smoothed_per_million": 11.631, - "total_deaths_per_million": 37.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.754, - "new_tests": 1560.0, - "total_tests": 52717.0, - "total_tests_per_thousand": 39.74, - "new_tests_per_thousand": 1.176, - "new_tests_smoothed": 1080.0, - "new_tests_smoothed_per_thousand": 0.814, - "tests_per_case": 70.0, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-04-30", - "total_cases": 1666.0, - "new_cases": 6.0, - "new_cases_smoothed": 15.286, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1255.9, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 11.523, - "total_deaths_per_million": 37.692, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 1027.0, - "total_tests": 53744.0, - "total_tests_per_thousand": 40.514, - "new_tests_per_thousand": 0.774, - "new_tests_smoothed": 1070.0, - "new_tests_smoothed_per_thousand": 0.807, - "tests_per_case": 70.0, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-01", - "total_cases": 1689.0, - "new_cases": 23.0, - "new_cases_smoothed": 13.857, - "total_deaths": 52.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1273.238, - "new_cases_per_million": 17.338, - "new_cases_smoothed_per_million": 10.446, - "total_deaths_per_million": 39.2, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 0.754, - "new_tests": 694.0, - "total_tests": 54438.0, - "total_tests_per_thousand": 41.038, - "new_tests_per_thousand": 0.523, - "new_tests_smoothed": 1019.0, - "new_tests_smoothed_per_thousand": 0.768, - "tests_per_case": 73.536, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-02", - "total_cases": 1694.0, - "new_cases": 5.0, - "new_cases_smoothed": 12.714, - "total_deaths": 52.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1277.007, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 9.585, - "total_deaths_per_million": 39.2, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 734.0, - "total_tests": 55172.0, - "total_tests_per_thousand": 41.591, - "new_tests_per_thousand": 0.553, - "new_tests_smoothed": 1037.0, - "new_tests_smoothed_per_thousand": 0.782, - "tests_per_case": 81.562, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-03", - "total_cases": 1699.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.143, - "total_deaths": 53.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1280.777, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 6.892, - "total_deaths_per_million": 39.954, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.754, - "new_tests": 576.0, - "total_tests": 55748.0, - "total_tests_per_thousand": 42.025, - "new_tests_per_thousand": 0.434, - "new_tests_smoothed": 1053.0, - "new_tests_smoothed_per_thousand": 0.794, - "tests_per_case": 115.17200000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-04", - "total_cases": 1700.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.143, - "total_deaths": 55.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1281.53, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 6.138, - "total_deaths_per_million": 41.461, - "new_deaths_per_million": 1.508, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 1648.0, - "total_tests": 57396.0, - "total_tests_per_thousand": 43.267, - "new_tests_per_thousand": 1.242, - "new_tests_smoothed": 1130.0, - "new_tests_smoothed_per_thousand": 0.852, - "tests_per_case": 138.77200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-05", - "total_cases": 1703.0, - "new_cases": 3.0, - "new_cases_smoothed": 8.0, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1283.792, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 6.031, - "total_deaths_per_million": 41.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 1538.0, - "total_tests": 58934.0, - "total_tests_per_thousand": 44.427, - "new_tests_per_thousand": 1.159, - "new_tests_smoothed": 1111.0, - "new_tests_smoothed_per_thousand": 0.838, - "tests_per_case": 138.875, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-06", - "total_cases": 1711.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.286, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1289.823, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 5.492, - "total_deaths_per_million": 41.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 1538.0, - "total_tests": 60472.0, - "total_tests_per_thousand": 45.586, - "new_tests_per_thousand": 1.159, - "new_tests_smoothed": 1108.0, - "new_tests_smoothed_per_thousand": 0.835, - "tests_per_case": 152.078, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-07", - "total_cases": 1713.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.714, - "total_deaths": 55.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1291.33, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 5.062, - "total_deaths_per_million": 41.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 1276.0, - "total_tests": 61748.0, - "total_tests_per_thousand": 46.548, - "new_tests_per_thousand": 0.962, - "new_tests_smoothed": 1143.0, - "new_tests_smoothed_per_thousand": 0.862, - "tests_per_case": 170.234, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 75.0 - }, - { - "date": "2020-05-08", - "total_cases": 1720.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.429, - "total_deaths": 56.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1296.607, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 3.338, - "total_deaths_per_million": 42.215, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.431, - "new_tests": 950.0, - "total_tests": 62698.0, - "total_tests_per_thousand": 47.264, - "new_tests_per_thousand": 0.716, - "new_tests_smoothed": 1180.0, - "new_tests_smoothed_per_thousand": 0.89, - "tests_per_case": 266.452, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-05-09", - "total_cases": 1725.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.429, - "total_deaths": 56.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1300.376, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 3.338, - "total_deaths_per_million": 42.215, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.431, - "new_tests": 649.0, - "total_tests": 63347.0, - "total_tests_per_thousand": 47.754, - "new_tests_per_thousand": 0.489, - "new_tests_smoothed": 1168.0, - "new_tests_smoothed_per_thousand": 0.88, - "tests_per_case": 263.742, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-05-10", - "total_cases": 1733.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.857, - "total_deaths": 60.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1306.407, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 3.662, - "total_deaths_per_million": 45.23, - "new_deaths_per_million": 3.015, - "new_deaths_smoothed_per_million": 0.754, - "new_tests": 590.0, - "total_tests": 63937.0, - "total_tests_per_thousand": 48.198, - "new_tests_per_thousand": 0.445, - "new_tests_smoothed": 1170.0, - "new_tests_smoothed_per_thousand": 0.882, - "tests_per_case": 240.882, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 66.67 - }, - { - "date": "2020-05-11", - "total_cases": 1739.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.571, - "total_deaths": 60.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1310.93, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 4.2, - "total_deaths_per_million": 45.23, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.538, - "new_tests": 1012.0, - "total_tests": 64949.0, - "total_tests_per_thousand": 48.961, - "new_tests_per_thousand": 0.763, - "new_tests_smoothed": 1079.0, - "new_tests_smoothed_per_thousand": 0.813, - "tests_per_case": 193.667, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-12", - "total_cases": 1741.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.429, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1312.438, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 45.984, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 1126.0, - "total_tests": 66075.0, - "total_tests_per_thousand": 49.81, - "new_tests_per_thousand": 0.849, - "new_tests_smoothed": 1020.0, - "new_tests_smoothed_per_thousand": 0.769, - "tests_per_case": 187.895, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-13", - "total_cases": 1746.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.0, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1316.207, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 3.769, - "total_deaths_per_million": 45.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 1040.0, - "total_tests": 67115.0, - "total_tests_per_thousand": 50.594, - "new_tests_per_thousand": 0.784, - "new_tests_smoothed": 949.0, - "new_tests_smoothed_per_thousand": 0.715, - "tests_per_case": 189.8, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-14", - "total_cases": 1751.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 61.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1319.976, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 45.984, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 965.0, - "total_tests": 68080.0, - "total_tests_per_thousand": 51.322, - "new_tests_per_thousand": 0.727, - "new_tests_smoothed": 905.0, - "new_tests_smoothed_per_thousand": 0.682, - "tests_per_case": 166.71099999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 62.96 - }, - { - "date": "2020-05-15", - "total_cases": 1758.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.429, - "total_deaths": 62.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1325.253, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 46.738, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.646, - "new_tests": 745.0, - "total_tests": 68825.0, - "total_tests_per_thousand": 51.883, - "new_tests_per_thousand": 0.562, - "new_tests_smoothed": 875.0, - "new_tests_smoothed_per_thousand": 0.66, - "tests_per_case": 161.184, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-16", - "total_cases": 1766.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.857, - "total_deaths": 63.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1331.284, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 4.415, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.754, - "new_tests": 677.0, - "total_tests": 69502.0, - "total_tests_per_thousand": 52.393, - "new_tests_per_thousand": 0.51, - "new_tests_smoothed": 879.0, - "new_tests_smoothed_per_thousand": 0.663, - "tests_per_case": 150.07299999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-17", - "total_cases": 1770.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1334.299, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 3.985, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.323, - "new_tests": 667.0, - "total_tests": 70169.0, - "total_tests_per_thousand": 52.896, - "new_tests_per_thousand": 0.503, - "new_tests_smoothed": 890.0, - "new_tests_smoothed_per_thousand": 0.671, - "tests_per_case": 168.378, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 55.56 - }, - { - "date": "2020-05-18", - "total_cases": 1774.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1337.315, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 3.769, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.323, - "new_tests": 1256.0, - "total_tests": 71425.0, - "total_tests_per_thousand": 53.843, - "new_tests_per_thousand": 0.947, - "new_tests_smoothed": 925.0, - "new_tests_smoothed_per_thousand": 0.697, - "tests_per_case": 185.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-19", - "total_cases": 1784.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1344.853, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 4.631, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 1019.0, - "total_tests": 72444.0, - "total_tests_per_thousand": 54.611, - "new_tests_per_thousand": 0.768, - "new_tests_smoothed": 910.0, - "new_tests_smoothed_per_thousand": 0.686, - "tests_per_case": 148.14, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-20", - "total_cases": 1791.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1350.13, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 4.846, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 1272.0, - "total_tests": 73716.0, - "total_tests_per_thousand": 55.57, - "new_tests_per_thousand": 0.959, - "new_tests_smoothed": 943.0, - "new_tests_smoothed_per_thousand": 0.711, - "tests_per_case": 146.689, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-21", - "total_cases": 1794.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1352.391, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 4.631, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.215, - "new_tests": 876.0, - "total_tests": 74592.0, - "total_tests_per_thousand": 56.231, - "new_tests_per_thousand": 0.66, - "new_tests_smoothed": 930.0, - "new_tests_smoothed_per_thousand": 0.701, - "tests_per_case": 151.395, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-22", - "total_cases": 1800.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1356.914, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 4.523, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 649.0, - "total_tests": 75241.0, - "total_tests_per_thousand": 56.72, - "new_tests_per_thousand": 0.489, - "new_tests_smoothed": 917.0, - "new_tests_smoothed_per_thousand": 0.691, - "tests_per_case": 152.833, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-23", - "total_cases": 1807.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1362.191, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 4.415, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 527.0, - "total_tests": 75768.0, - "total_tests_per_thousand": 57.117, - "new_tests_per_thousand": 0.397, - "new_tests_smoothed": 895.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 152.805, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-24", - "total_cases": 1821.0, - "new_cases": 14.0, - "new_cases_smoothed": 7.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1372.745, - "new_cases_per_million": 10.554, - "new_cases_smoothed_per_million": 5.492, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 808.0, - "total_tests": 76576.0, - "total_tests_per_thousand": 57.726, - "new_tests_per_thousand": 0.609, - "new_tests_smoothed": 915.0, - "new_tests_smoothed_per_thousand": 0.69, - "tests_per_case": 125.588, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-25", - "total_cases": 1823.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1374.253, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 5.277, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1497.0, - "total_tests": 78073.0, - "total_tests_per_thousand": 58.855, - "new_tests_per_thousand": 1.129, - "new_tests_smoothed": 950.0, - "new_tests_smoothed_per_thousand": 0.716, - "tests_per_case": 135.714, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-26", - "total_cases": 1824.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1375.007, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 4.308, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1522.0, - "total_tests": 79595.0, - "total_tests_per_thousand": 60.002, - "new_tests_per_thousand": 1.147, - "new_tests_smoothed": 1022.0, - "new_tests_smoothed_per_thousand": 0.77, - "tests_per_case": 178.85, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-27", - "total_cases": 1834.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1382.545, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 4.631, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1119.0, - "total_tests": 80714.0, - "total_tests_per_thousand": 60.846, - "new_tests_per_thousand": 0.844, - "new_tests_smoothed": 1000.0, - "new_tests_smoothed_per_thousand": 0.754, - "tests_per_case": 162.791, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-28", - "total_cases": 1840.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1387.068, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 4.954, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 994.0, - "total_tests": 81708.0, - "total_tests_per_thousand": 61.595, - "new_tests_per_thousand": 0.749, - "new_tests_smoothed": 1017.0, - "new_tests_smoothed_per_thousand": 0.767, - "tests_per_case": 154.761, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-29", - "total_cases": 1851.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1395.36, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 5.492, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1033.0, - "total_tests": 82741.0, - "total_tests_per_thousand": 62.374, - "new_tests_per_thousand": 0.779, - "new_tests_smoothed": 1071.0, - "new_tests_smoothed_per_thousand": 0.807, - "tests_per_case": 147.0, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-30", - "total_cases": 1859.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1401.391, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 5.6, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 691.0, - "total_tests": 83432.0, - "total_tests_per_thousand": 62.894, - "new_tests_per_thousand": 0.521, - "new_tests_smoothed": 1095.0, - "new_tests_smoothed_per_thousand": 0.825, - "tests_per_case": 147.404, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-05-31", - "total_cases": 1865.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1405.914, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 4.738, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 711.0, - "total_tests": 84143.0, - "total_tests_per_thousand": 63.43, - "new_tests_per_thousand": 0.536, - "new_tests_smoothed": 1081.0, - "new_tests_smoothed_per_thousand": 0.815, - "tests_per_case": 171.977, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 50.0 - }, - { - "date": "2020-06-01", - "total_cases": 1869.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1408.93, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 4.954, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1023.0, - "total_tests": 85166.0, - "total_tests_per_thousand": 64.202, - "new_tests_per_thousand": 0.771, - "new_tests_smoothed": 1013.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 154.15200000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-02", - "total_cases": 1870.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1409.683, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 4.954, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1258.0, - "total_tests": 86424.0, - "total_tests_per_thousand": 65.15, - "new_tests_per_thousand": 0.948, - "new_tests_smoothed": 976.0, - "new_tests_smoothed_per_thousand": 0.736, - "tests_per_case": 148.52200000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-03", - "total_cases": 1870.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1409.683, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.877, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1022.0, - "total_tests": 87446.0, - "total_tests_per_thousand": 65.92, - "new_tests_per_thousand": 0.77, - "new_tests_smoothed": 962.0, - "new_tests_smoothed_per_thousand": 0.725, - "tests_per_case": 187.05599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-04", - "total_cases": 1880.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1417.222, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 4.308, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1116.0, - "total_tests": 88562.0, - "total_tests_per_thousand": 66.762, - "new_tests_per_thousand": 0.841, - "new_tests_smoothed": 979.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 171.325, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-05", - "total_cases": 1890.0, - "new_cases": 10.0, - "new_cases_smoothed": 5.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1424.76, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 4.2, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 853.0, - "total_tests": 89415.0, - "total_tests_per_thousand": 67.405, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 953.0, - "new_tests_smoothed_per_thousand": 0.718, - "tests_per_case": 171.051, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-06", - "total_cases": 1910.0, - "new_cases": 20.0, - "new_cases_smoothed": 7.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1439.837, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 5.492, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 648.0, - "total_tests": 90063.0, - "total_tests_per_thousand": 67.893, - "new_tests_per_thousand": 0.488, - "new_tests_smoothed": 947.0, - "new_tests_smoothed_per_thousand": 0.714, - "tests_per_case": 129.98, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-07", - "total_cases": 1931.0, - "new_cases": 21.0, - "new_cases_smoothed": 9.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1455.668, - "new_cases_per_million": 15.831, - "new_cases_smoothed_per_million": 7.108, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 548.0, - "total_tests": 90611.0, - "total_tests_per_thousand": 68.306, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 924.0, - "new_tests_smoothed_per_thousand": 0.697, - "tests_per_case": 98.0, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-08", - "total_cases": 1939.0, - "new_cases": 8.0, - "new_cases_smoothed": 10.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1461.698, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 7.538, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1114.0, - "total_tests": 91725.0, - "total_tests_per_thousand": 69.146, - "new_tests_per_thousand": 0.84, - "new_tests_smoothed": 937.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 93.7, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-09", - "total_cases": 1940.0, - "new_cases": 1.0, - "new_cases_smoothed": 10.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1462.452, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 7.538, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1153.0, - "total_tests": 92878.0, - "total_tests_per_thousand": 70.015, - "new_tests_per_thousand": 0.869, - "new_tests_smoothed": 922.0, - "new_tests_smoothed_per_thousand": 0.695, - "tests_per_case": 92.2, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-10", - "total_cases": 1947.0, - "new_cases": 7.0, - "new_cases_smoothed": 11.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1467.729, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 8.292, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 951.0, - "total_tests": 93829.0, - "total_tests_per_thousand": 70.732, - "new_tests_per_thousand": 0.717, - "new_tests_smoothed": 912.0, - "new_tests_smoothed_per_thousand": 0.688, - "tests_per_case": 82.90899999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-11", - "total_cases": 1958.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1476.021, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 8.4, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 880.0, - "total_tests": 94709.0, - "total_tests_per_thousand": 71.396, - "new_tests_per_thousand": 0.663, - "new_tests_smoothed": 878.0, - "new_tests_smoothed_per_thousand": 0.662, - "tests_per_case": 78.795, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-12", - "total_cases": 1965.0, - "new_cases": 7.0, - "new_cases_smoothed": 10.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1481.298, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 661.0, - "total_tests": 95370.0, - "total_tests_per_thousand": 71.894, - "new_tests_per_thousand": 0.498, - "new_tests_smoothed": 851.0, - "new_tests_smoothed_per_thousand": 0.642, - "tests_per_case": 79.42699999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-13", - "total_cases": 1970.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1485.068, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 6.461, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 615.0, - "total_tests": 95985.0, - "total_tests_per_thousand": 72.357, - "new_tests_per_thousand": 0.464, - "new_tests_smoothed": 846.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 98.7, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-14", - "total_cases": 1973.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1487.329, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 4.523, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 643.0, - "total_tests": 96628.0, - "total_tests_per_thousand": 72.842, - "new_tests_per_thousand": 0.485, - "new_tests_smoothed": 860.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_per_case": 143.333, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-15", - "total_cases": 1973.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1487.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.662, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1067.0, - "total_tests": 97695.0, - "total_tests_per_thousand": 73.647, - "new_tests_per_thousand": 0.804, - "new_tests_smoothed": 853.0, - "new_tests_smoothed_per_thousand": 0.643, - "tests_per_case": 175.618, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-16", - "total_cases": 1974.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1488.083, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 3.662, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1449.0, - "total_tests": 99144.0, - "total_tests_per_thousand": 74.739, - "new_tests_per_thousand": 1.092, - "new_tests_smoothed": 895.0, - "new_tests_smoothed_per_thousand": 0.675, - "tests_per_case": 184.265, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-17", - "total_cases": 1975.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1488.837, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 3.015, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1241.0, - "total_tests": 100385.0, - "total_tests_per_thousand": 75.674, - "new_tests_per_thousand": 0.936, - "new_tests_smoothed": 937.0, - "new_tests_smoothed_per_thousand": 0.706, - "tests_per_case": 234.25, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-18", - "total_cases": 1977.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1490.344, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 2.046, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1355.0, - "total_tests": 101740.0, - "total_tests_per_thousand": 76.696, - "new_tests_per_thousand": 1.021, - "new_tests_smoothed": 1004.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 369.895, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-19", - "total_cases": 1977.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1490.344, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.292, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 744.0, - "total_tests": 102484.0, - "total_tests_per_thousand": 77.257, - "new_tests_per_thousand": 0.561, - "new_tests_smoothed": 1016.0, - "new_tests_smoothed_per_thousand": 0.766, - "tests_per_case": 592.6669999999999, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-20", - "total_cases": 1979.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1491.852, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 0.969, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 440.0, - "total_tests": 102924.0, - "total_tests_per_thousand": 77.588, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 991.0, - "new_tests_smoothed_per_thousand": 0.747, - "tests_per_case": 770.778, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-21", - "total_cases": 1981.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1493.36, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 0.862, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 285.0, - "total_tests": 103209.0, - "total_tests_per_thousand": 77.803, - "new_tests_per_thousand": 0.215, - "new_tests_smoothed": 940.0, - "new_tests_smoothed_per_thousand": 0.709, - "tests_per_case": 822.5, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-22", - "total_cases": 1981.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1493.36, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.862, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 474.0, - "total_tests": 103683.0, - "total_tests_per_thousand": 78.161, - "new_tests_per_thousand": 0.357, - "new_tests_smoothed": 855.0, - "new_tests_smoothed_per_thousand": 0.645, - "tests_per_case": 748.125, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-23", - "total_cases": 1981.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1493.36, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 266.0, - "total_tests": 103949.0, - "total_tests_per_thousand": 78.361, - "new_tests_per_thousand": 0.201, - "new_tests_smoothed": 686.0, - "new_tests_smoothed_per_thousand": 0.517, - "tests_per_case": 686.0, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-24", - "total_cases": 1982.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1494.114, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 348.0, - "total_tests": 104297.0, - "total_tests_per_thousand": 78.623, - "new_tests_per_thousand": 0.262, - "new_tests_smoothed": 559.0, - "new_tests_smoothed_per_thousand": 0.421, - "tests_per_case": 559.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-25", - "total_cases": 1983.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1494.867, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 562.0, - "total_tests": 104859.0, - "total_tests_per_thousand": 79.047, - "new_tests_per_thousand": 0.424, - "new_tests_smoothed": 446.0, - "new_tests_smoothed_per_thousand": 0.336, - "tests_per_case": 520.3330000000001, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-26", - "total_cases": 1984.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1495.621, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 446.0, - "total_tests": 105305.0, - "total_tests_per_thousand": 79.383, - "new_tests_per_thousand": 0.336, - "new_tests_smoothed": 403.0, - "new_tests_smoothed_per_thousand": 0.304, - "tests_per_case": 403.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 37.96 - }, - { - "date": "2020-06-27", - "total_cases": 1986.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1497.129, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 363.0, - "total_tests": 105668.0, - "total_tests_per_thousand": 79.657, - "new_tests_per_thousand": 0.274, - "new_tests_smoothed": 392.0, - "new_tests_smoothed_per_thousand": 0.296, - "tests_per_case": 392.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-06-28", - "total_cases": 1986.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1497.129, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.538, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 350.0, - "total_tests": 106018.0, - "total_tests_per_thousand": 79.921, - "new_tests_per_thousand": 0.264, - "new_tests_smoothed": 401.0, - "new_tests_smoothed_per_thousand": 0.302, - "tests_per_case": 561.4, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-06-29", - "total_cases": 1987.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1497.883, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 763.0, - "total_tests": 106781.0, - "total_tests_per_thousand": 80.496, - "new_tests_per_thousand": 0.575, - "new_tests_smoothed": 443.0, - "new_tests_smoothed_per_thousand": 0.334, - "tests_per_case": 516.8330000000001, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-06-30", - "total_cases": 1987.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1497.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 656.0, - "total_tests": 107437.0, - "total_tests_per_thousand": 80.99, - "new_tests_per_thousand": 0.495, - "new_tests_smoothed": 498.0, - "new_tests_smoothed_per_thousand": 0.375, - "tests_per_case": 581.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 25.0 - }, - { - "date": "2020-07-01", - "total_cases": 1989.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1499.391, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 710.0, - "total_tests": 108147.0, - "total_tests_per_thousand": 81.526, - "new_tests_per_thousand": 0.535, - "new_tests_smoothed": 550.0, - "new_tests_smoothed_per_thousand": 0.415, - "tests_per_case": 550.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-02", - "total_cases": 1989.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1499.391, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 390.0, - "total_tests": 108537.0, - "total_tests_per_thousand": 81.82, - "new_tests_per_thousand": 0.294, - "new_tests_smoothed": 525.0, - "new_tests_smoothed_per_thousand": 0.396, - "tests_per_case": 612.5, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-03", - "total_cases": 1990.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1500.144, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 264.0, - "total_tests": 108801.0, - "total_tests_per_thousand": 82.019, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 499.0, - "new_tests_smoothed_per_thousand": 0.376, - "tests_per_case": 582.1669999999999, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-04", - "total_cases": 1991.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1500.898, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.538, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 287.0, - "total_tests": 109088.0, - "total_tests_per_thousand": 82.235, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 489.0, - "new_tests_smoothed_per_thousand": 0.369, - "tests_per_case": 684.6, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-05", - "total_cases": 1993.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1502.406, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 291.0, - "total_tests": 109379.0, - "total_tests_per_thousand": 82.454, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 480.0, - "new_tests_smoothed_per_thousand": 0.362, - "tests_per_case": 480.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-06", - "total_cases": 1993.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1502.406, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 592.0, - "total_tests": 109971.0, - "total_tests_per_thousand": 82.901, - "new_tests_per_thousand": 0.446, - "new_tests_smoothed": 456.0, - "new_tests_smoothed_per_thousand": 0.344, - "tests_per_case": 532.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-07", - "total_cases": 1994.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1503.16, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 574.0, - "total_tests": 110545.0, - "total_tests_per_thousand": 83.333, - "new_tests_per_thousand": 0.433, - "new_tests_smoothed": 444.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 444.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-08", - "total_cases": 1995.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1503.914, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 476.0, - "total_tests": 111021.0, - "total_tests_per_thousand": 83.692, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 411.0, - "new_tests_smoothed_per_thousand": 0.31, - "tests_per_case": 479.5, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-09", - "total_cases": 2003.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1509.944, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 1.508, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 444.0, - "total_tests": 111465.0, - "total_tests_per_thousand": 84.027, - "new_tests_per_thousand": 0.335, - "new_tests_smoothed": 418.0, - "new_tests_smoothed_per_thousand": 0.315, - "tests_per_case": 209.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-10", - "total_cases": 2011.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1515.975, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 2.262, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 338.0, - "total_tests": 111803.0, - "total_tests_per_thousand": 84.282, - "new_tests_per_thousand": 0.255, - "new_tests_smoothed": 429.0, - "new_tests_smoothed_per_thousand": 0.323, - "tests_per_case": 143.0, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-11", - "total_cases": 2013.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1517.483, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 2.369, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 151.0, - "total_tests": 111954.0, - "total_tests_per_thousand": 84.396, - "new_tests_per_thousand": 0.114, - "new_tests_smoothed": 409.0, - "new_tests_smoothed_per_thousand": 0.308, - "tests_per_case": 130.136, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-12", - "total_cases": 2014.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1518.237, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 2.262, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 215.0, - "total_tests": 112169.0, - "total_tests_per_thousand": 84.558, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 399.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_per_case": 133.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-13", - "total_cases": 2014.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1518.237, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.262, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 408.0, - "total_tests": 112577.0, - "total_tests_per_thousand": 84.865, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 372.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 124.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-14", - "total_cases": 2014.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1518.237, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.154, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 538.0, - "total_tests": 113115.0, - "total_tests_per_thousand": 85.271, - "new_tests_per_thousand": 0.406, - "new_tests_smoothed": 367.0, - "new_tests_smoothed_per_thousand": 0.277, - "tests_per_case": 128.45, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-15", - "total_cases": 2015.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1518.99, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 2.154, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 437.0, - "total_tests": 113552.0, - "total_tests_per_thousand": 85.6, - "new_tests_per_thousand": 0.329, - "new_tests_smoothed": 362.0, - "new_tests_smoothed_per_thousand": 0.273, - "tests_per_case": 126.7, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-16", - "total_cases": 2016.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1519.744, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 1.4, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 425.0, - "total_tests": 113977.0, - "total_tests_per_thousand": 85.921, - "new_tests_per_thousand": 0.32, - "new_tests_smoothed": 359.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_per_case": 193.308, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-17", - "total_cases": 2016.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1519.744, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.538, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 287.0, - "total_tests": 114264.0, - "total_tests_per_thousand": 86.137, - "new_tests_per_thousand": 0.216, - "new_tests_smoothed": 352.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 492.8, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-18", - "total_cases": 2020.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1522.76, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 157.0, - "total_tests": 114421.0, - "total_tests_per_thousand": 86.255, - "new_tests_per_thousand": 0.118, - "new_tests_smoothed": 352.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 352.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-19", - "total_cases": 2021.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1523.513, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 90.0, - "total_tests": 114511.0, - "total_tests_per_thousand": 86.323, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 335.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 335.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-20", - "total_cases": 2021.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1523.513, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 374.0, - "total_tests": 114885.0, - "total_tests_per_thousand": 86.605, - "new_tests_per_thousand": 0.282, - "new_tests_smoothed": 330.0, - "new_tests_smoothed_per_thousand": 0.249, - "tests_per_case": 330.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-21", - "total_cases": 2021.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1523.513, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 514.0, - "total_tests": 115399.0, - "total_tests_per_thousand": 86.993, - "new_tests_per_thousand": 0.387, - "new_tests_smoothed": 326.0, - "new_tests_smoothed_per_thousand": 0.246, - "tests_per_case": 326.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-22", - "total_cases": 2022.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1524.267, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.754, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 483.0, - "total_tests": 115882.0, - "total_tests_per_thousand": 87.357, - "new_tests_per_thousand": 0.364, - "new_tests_smoothed": 333.0, - "new_tests_smoothed_per_thousand": 0.251, - "tests_per_case": 333.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-23", - "total_cases": 2025.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1526.529, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 0.969, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 373.0, - "total_tests": 116255.0, - "total_tests_per_thousand": 87.638, - "new_tests_per_thousand": 0.281, - "new_tests_smoothed": 325.0, - "new_tests_smoothed_per_thousand": 0.245, - "tests_per_case": 252.778, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-24", - "total_cases": 2027.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1528.036, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 1.185, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 362.0, - "total_tests": 116617.0, - "total_tests_per_thousand": 87.911, - "new_tests_per_thousand": 0.273, - "new_tests_smoothed": 336.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 213.81799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-25", - "total_cases": 2028.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1528.79, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 0.862, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 238.0, - "total_tests": 116855.0, - "total_tests_per_thousand": 88.09, - "new_tests_per_thousand": 0.179, - "new_tests_smoothed": 348.0, - "new_tests_smoothed_per_thousand": 0.262, - "tests_per_case": 304.5, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-26", - "total_cases": 2033.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1532.56, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 1.292, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 118.0, - "total_tests": 116973.0, - "total_tests_per_thousand": 88.179, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 352.0, - "new_tests_smoothed_per_thousand": 0.265, - "tests_per_case": 205.333, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-27", - "total_cases": 2034.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1533.313, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 1.4, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 277.0, - "total_tests": 117250.0, - "total_tests_per_thousand": 88.388, - "new_tests_per_thousand": 0.209, - "new_tests_smoothed": 338.0, - "new_tests_smoothed_per_thousand": 0.255, - "tests_per_case": 182.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 22.22 - }, - { - "date": "2020-07-28", - "total_cases": 2038.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1536.329, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 1.831, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 550.0, - "total_tests": 117800.0, - "total_tests_per_thousand": 88.803, - "new_tests_per_thousand": 0.415, - "new_tests_smoothed": 343.0, - "new_tests_smoothed_per_thousand": 0.259, - "tests_per_case": 141.235, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-07-29", - "total_cases": 2038.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1536.329, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.723, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 679.0, - "total_tests": 118479.0, - "total_tests_per_thousand": 89.314, - "new_tests_per_thousand": 0.512, - "new_tests_smoothed": 371.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 162.312, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-07-30", - "total_cases": 2042.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1539.344, - "new_cases_per_million": 3.015, - "new_cases_smoothed_per_million": 1.831, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 715.0, - "total_tests": 119194.0, - "total_tests_per_thousand": 89.853, - "new_tests_per_thousand": 0.539, - "new_tests_smoothed": 420.0, - "new_tests_smoothed_per_thousand": 0.317, - "tests_per_case": 172.94099999999997, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-07-31", - "total_cases": 2051.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1546.129, - "new_cases_per_million": 6.785, - "new_cases_smoothed_per_million": 2.585, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 530.0, - "total_tests": 119724.0, - "total_tests_per_thousand": 90.253, - "new_tests_per_thousand": 0.4, - "new_tests_smoothed": 444.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 129.5, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-01", - "total_cases": 2064.0, - "new_cases": 13.0, - "new_cases_smoothed": 5.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1555.929, - "new_cases_per_million": 9.8, - "new_cases_smoothed_per_million": 3.877, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 344.0, - "total_tests": 120068.0, - "total_tests_per_thousand": 90.512, - "new_tests_per_thousand": 0.259, - "new_tests_smoothed": 459.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_per_case": 89.25, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-02", - "total_cases": 2072.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1561.959, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 4.2, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 251.0, - "total_tests": 120319.0, - "total_tests_per_thousand": 90.701, - "new_tests_per_thousand": 0.189, - "new_tests_smoothed": 478.0, - "new_tests_smoothed_per_thousand": 0.36, - "tests_per_case": 85.795, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-03", - "total_cases": 2079.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1567.236, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 4.846, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 635.0, - "total_tests": 120954.0, - "total_tests_per_thousand": 91.18, - "new_tests_per_thousand": 0.479, - "new_tests_smoothed": 529.0, - "new_tests_smoothed_per_thousand": 0.399, - "tests_per_case": 82.289, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-04", - "total_cases": 2080.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.0, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1567.99, - "new_cases_per_million": 0.754, - "new_cases_smoothed_per_million": 4.523, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 957.0, - "total_tests": 121911.0, - "total_tests_per_thousand": 91.902, - "new_tests_per_thousand": 0.721, - "new_tests_smoothed": 587.0, - "new_tests_smoothed_per_thousand": 0.443, - "tests_per_case": 97.833, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-05", - "total_cases": 2091.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1576.282, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 5.708, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 950.0, - "total_tests": 122861.0, - "total_tests_per_thousand": 92.618, - "new_tests_per_thousand": 0.716, - "new_tests_smoothed": 626.0, - "new_tests_smoothed_per_thousand": 0.472, - "tests_per_case": 82.679, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-06", - "total_cases": 2113.0, - "new_cases": 22.0, - "new_cases_smoothed": 10.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1592.867, - "new_cases_per_million": 16.585, - "new_cases_smoothed_per_million": 7.646, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 958.0, - "total_tests": 123819.0, - "total_tests_per_thousand": 93.34, - "new_tests_per_thousand": 0.722, - "new_tests_smoothed": 661.0, - "new_tests_smoothed_per_thousand": 0.498, - "tests_per_case": 65.169, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-07", - "total_cases": 2124.0, - "new_cases": 11.0, - "new_cases_smoothed": 10.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1601.159, - "new_cases_per_million": 8.292, - "new_cases_smoothed_per_million": 7.861, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1397.0, - "total_tests": 125216.0, - "total_tests_per_thousand": 94.393, - "new_tests_per_thousand": 1.053, - "new_tests_smoothed": 785.0, - "new_tests_smoothed_per_thousand": 0.592, - "tests_per_case": 75.274, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-08", - "total_cases": 2133.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1607.944, - "new_cases_per_million": 6.785, - "new_cases_smoothed_per_million": 7.431, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 380.0, - "total_tests": 125596.0, - "total_tests_per_thousand": 94.679, - "new_tests_per_thousand": 0.286, - "new_tests_smoothed": 790.0, - "new_tests_smoothed_per_thousand": 0.596, - "tests_per_case": 80.145, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-09", - "total_cases": 2147.0, - "new_cases": 14.0, - "new_cases_smoothed": 10.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1618.497, - "new_cases_per_million": 10.554, - "new_cases_smoothed_per_million": 8.077, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1113.0, - "total_tests": 126709.0, - "total_tests_per_thousand": 95.518, - "new_tests_per_thousand": 0.839, - "new_tests_smoothed": 913.0, - "new_tests_smoothed_per_thousand": 0.688, - "tests_per_case": 85.213, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-10", - "total_cases": 2152.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1622.267, - "new_cases_per_million": 3.769, - "new_cases_smoothed_per_million": 7.861, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1495.0, - "total_tests": 128204.0, - "total_tests_per_thousand": 96.645, - "new_tests_per_thousand": 1.127, - "new_tests_smoothed": 1036.0, - "new_tests_smoothed_per_thousand": 0.781, - "tests_per_case": 99.34200000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-11", - "total_cases": 2158.0, - "new_cases": 6.0, - "new_cases_smoothed": 11.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1626.79, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 8.4, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1425.0, - "total_tests": 129629.0, - "total_tests_per_thousand": 97.72, - "new_tests_per_thousand": 1.074, - "new_tests_smoothed": 1103.0, - "new_tests_smoothed_per_thousand": 0.831, - "tests_per_case": 98.98700000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-12", - "total_cases": 2167.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1633.574, - "new_cases_per_million": 6.785, - "new_cases_smoothed_per_million": 8.185, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1191.0, - "total_tests": 130820.0, - "total_tests_per_thousand": 98.618, - "new_tests_per_thousand": 0.898, - "new_tests_smoothed": 1137.0, - "new_tests_smoothed_per_thousand": 0.857, - "tests_per_case": 104.72399999999999, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-13", - "total_cases": 2174.0, - "new_cases": 7.0, - "new_cases_smoothed": 8.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1638.851, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 6.569, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1451.0, - "total_tests": 132271.0, - "total_tests_per_thousand": 99.711, - "new_tests_per_thousand": 1.094, - "new_tests_smoothed": 1207.0, - "new_tests_smoothed_per_thousand": 0.91, - "tests_per_case": 138.50799999999998, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-14", - "total_cases": 2174.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1638.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.385, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1236.0, - "total_tests": 133507.0, - "total_tests_per_thousand": 100.643, - "new_tests_per_thousand": 0.932, - "new_tests_smoothed": 1184.0, - "new_tests_smoothed_per_thousand": 0.893, - "tests_per_case": 165.76, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-15", - "total_cases": 2177.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1641.113, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 4.738, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1042.0, - "total_tests": 134549.0, - "total_tests_per_thousand": 101.429, - "new_tests_per_thousand": 0.786, - "new_tests_smoothed": 1279.0, - "new_tests_smoothed_per_thousand": 0.964, - "tests_per_case": 203.477, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-16", - "total_cases": 2184.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.286, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1646.39, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 3.985, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 307.0, - "total_tests": 134856.0, - "total_tests_per_thousand": 101.66, - "new_tests_per_thousand": 0.231, - "new_tests_smoothed": 1164.0, - "new_tests_smoothed_per_thousand": 0.877, - "tests_per_case": 220.21599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-17", - "total_cases": 2190.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.429, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1650.913, - "new_cases_per_million": 4.523, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1270.0, - "total_tests": 136126.0, - "total_tests_per_thousand": 102.617, - "new_tests_per_thousand": 0.957, - "new_tests_smoothed": 1132.0, - "new_tests_smoothed_per_thousand": 0.853, - "tests_per_case": 208.52599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-18", - "total_cases": 2192.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.857, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1652.42, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 3.662, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1157.0, - "total_tests": 137283.0, - "total_tests_per_thousand": 103.49, - "new_tests_per_thousand": 0.872, - "new_tests_smoothed": 1093.0, - "new_tests_smoothed_per_thousand": 0.824, - "tests_per_case": 225.02900000000002, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-19", - "total_cases": 2200.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1658.451, - "new_cases_per_million": 6.031, - "new_cases_smoothed_per_million": 3.554, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 881.0, - "total_tests": 138164.0, - "total_tests_per_thousand": 104.154, - "new_tests_per_thousand": 0.664, - "new_tests_smoothed": 1049.0, - "new_tests_smoothed_per_thousand": 0.791, - "tests_per_case": 222.515, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-20", - "total_cases": 2207.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1663.728, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 3.554, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 892.0, - "total_tests": 139056.0, - "total_tests_per_thousand": 104.826, - "new_tests_per_thousand": 0.672, - "new_tests_smoothed": 969.0, - "new_tests_smoothed_per_thousand": 0.73, - "tests_per_case": 205.545, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-21", - "total_cases": 2227.0, - "new_cases": 20.0, - "new_cases_smoothed": 7.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1678.805, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 5.708, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1149.0, - "total_tests": 140205.0, - "total_tests_per_thousand": 105.692, - "new_tests_per_thousand": 0.866, - "new_tests_smoothed": 957.0, - "new_tests_smoothed_per_thousand": 0.721, - "tests_per_case": 126.396, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-22", - "total_cases": 2244.0, - "new_cases": 17.0, - "new_cases_smoothed": 9.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1691.62, - "new_cases_per_million": 12.815, - "new_cases_smoothed_per_million": 7.215, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 456.0, - "total_tests": 140661.0, - "total_tests_per_thousand": 106.036, - "new_tests_per_thousand": 0.344, - "new_tests_smoothed": 873.0, - "new_tests_smoothed_per_thousand": 0.658, - "tests_per_case": 91.209, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-23", - "total_cases": 2265.0, - "new_cases": 21.0, - "new_cases_smoothed": 11.571, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1707.451, - "new_cases_per_million": 15.831, - "new_cases_smoothed_per_million": 8.723, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 314.0, - "total_tests": 140975.0, - "total_tests_per_thousand": 106.273, - "new_tests_per_thousand": 0.237, - "new_tests_smoothed": 874.0, - "new_tests_smoothed_per_thousand": 0.659, - "tests_per_case": 75.531, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-24", - "total_cases": 2272.0, - "new_cases": 7.0, - "new_cases_smoothed": 11.714, - "total_deaths": 63.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1712.728, - "new_cases_per_million": 5.277, - "new_cases_smoothed_per_million": 8.831, - "total_deaths_per_million": 47.492, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1174.0, - "total_tests": 142149.0, - "total_tests_per_thousand": 107.158, - "new_tests_per_thousand": 0.885, - "new_tests_smoothed": 860.0, - "new_tests_smoothed_per_thousand": 0.648, - "tests_per_case": 73.415, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-25", - "total_cases": 2275.0, - "new_cases": 3.0, - "new_cases_smoothed": 11.857, - "total_deaths": 64.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1714.989, - "new_cases_per_million": 2.262, - "new_cases_smoothed_per_million": 8.938, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.754, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1336.0, - "total_tests": 143485.0, - "total_tests_per_thousand": 108.165, - "new_tests_per_thousand": 1.007, - "new_tests_smoothed": 886.0, - "new_tests_smoothed_per_thousand": 0.668, - "tests_per_case": 74.723, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-26", - "total_cases": 2294.0, - "new_cases": 19.0, - "new_cases_smoothed": 13.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1729.312, - "new_cases_per_million": 14.323, - "new_cases_smoothed_per_million": 10.123, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1374.0, - "total_tests": 144859.0, - "total_tests_per_thousand": 109.201, - "new_tests_per_thousand": 1.036, - "new_tests_smoothed": 956.0, - "new_tests_smoothed_per_thousand": 0.721, - "tests_per_case": 71.191, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-27", - "total_cases": 2311.0, - "new_cases": 17.0, - "new_cases_smoothed": 14.857, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1742.127, - "new_cases_per_million": 12.815, - "new_cases_smoothed_per_million": 11.2, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1264.0, - "total_tests": 146123.0, - "total_tests_per_thousand": 110.154, - "new_tests_per_thousand": 0.953, - "new_tests_smoothed": 1010.0, - "new_tests_smoothed_per_thousand": 0.761, - "tests_per_case": 67.98100000000001, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-28", - "total_cases": 2325.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1752.681, - "new_cases_per_million": 10.554, - "new_cases_smoothed_per_million": 10.554, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 1111.0, - "total_tests": 147234.0, - "total_tests_per_thousand": 110.991, - "new_tests_per_thousand": 0.838, - "new_tests_smoothed": 1004.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 71.714, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-29", - "total_cases": 2343.0, - "new_cases": 18.0, - "new_cases_smoothed": 14.143, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1766.25, - "new_cases_per_million": 13.569, - "new_cases_smoothed_per_million": 10.661, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 664.0, - "total_tests": 147898.0, - "total_tests_per_thousand": 111.492, - "new_tests_per_thousand": 0.501, - "new_tests_smoothed": 1034.0, - "new_tests_smoothed_per_thousand": 0.779, - "tests_per_case": 73.111, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-30", - "total_cases": 2363.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1781.327, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 10.554, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 220.0, - "total_tests": 148118.0, - "total_tests_per_thousand": 111.657, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 1020.0, - "new_tests_smoothed_per_thousand": 0.769, - "tests_per_case": 72.857, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-08-31", - "total_cases": 2373.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1788.866, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 10.877, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.108, - "new_tests": 2216.0, - "total_tests": 150334.0, - "total_tests_per_thousand": 113.328, - "new_tests_per_thousand": 1.671, - "new_tests_smoothed": 1169.0, - "new_tests_smoothed_per_thousand": 0.881, - "tests_per_case": 81.02, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-01", - "total_cases": 2375.0, - "new_cases": 2.0, - "new_cases_smoothed": 14.286, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1790.373, - "new_cases_per_million": 1.508, - "new_cases_smoothed_per_million": 10.769, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1579.0, - "total_tests": 151913.0, - "total_tests_per_thousand": 114.518, - "new_tests_per_thousand": 1.19, - "new_tests_smoothed": 1204.0, - "new_tests_smoothed_per_thousand": 0.908, - "tests_per_case": 84.28, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-02", - "total_cases": 2395.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1805.45, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 10.877, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2259.0, - "total_tests": 154172.0, - "total_tests_per_thousand": 116.221, - "new_tests_per_thousand": 1.703, - "new_tests_smoothed": 1330.0, - "new_tests_smoothed_per_thousand": 1.003, - "tests_per_case": 92.178, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-03", - "total_cases": 2415.0, - "new_cases": 20.0, - "new_cases_smoothed": 14.857, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1820.527, - "new_cases_per_million": 15.077, - "new_cases_smoothed_per_million": 11.2, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2101.0, - "total_tests": 156273.0, - "total_tests_per_thousand": 117.805, - "new_tests_per_thousand": 1.584, - "new_tests_smoothed": 1450.0, - "new_tests_smoothed_per_thousand": 1.093, - "tests_per_case": 97.596, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-04", - "total_cases": 2441.0, - "new_cases": 26.0, - "new_cases_smoothed": 16.571, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1840.127, - "new_cases_per_million": 19.6, - "new_cases_smoothed_per_million": 12.492, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2359.0, - "total_tests": 158632.0, - "total_tests_per_thousand": 119.583, - "new_tests_per_thousand": 1.778, - "new_tests_smoothed": 1628.0, - "new_tests_smoothed_per_thousand": 1.227, - "tests_per_case": 98.241, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-05", - "total_cases": 2456.0, - "new_cases": 15.0, - "new_cases_smoothed": 16.143, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1851.434, - "new_cases_per_million": 11.308, - "new_cases_smoothed_per_million": 12.169, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1064.0, - "total_tests": 159696.0, - "total_tests_per_thousand": 120.385, - "new_tests_per_thousand": 0.802, - "new_tests_smoothed": 1685.0, - "new_tests_smoothed_per_thousand": 1.27, - "tests_per_case": 104.381, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-06", - "total_cases": 2490.0, - "new_cases": 34.0, - "new_cases_smoothed": 18.143, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1877.065, - "new_cases_per_million": 25.631, - "new_cases_smoothed_per_million": 13.677, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 711.0, - "total_tests": 160407.0, - "total_tests_per_thousand": 120.921, - "new_tests_per_thousand": 0.536, - "new_tests_smoothed": 1756.0, - "new_tests_smoothed_per_thousand": 1.324, - "tests_per_case": 96.787, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-07", - "total_cases": 2515.0, - "new_cases": 25.0, - "new_cases_smoothed": 20.286, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1895.911, - "new_cases_per_million": 18.846, - "new_cases_smoothed_per_million": 15.292, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1731.0, - "total_tests": 162138.0, - "total_tests_per_thousand": 122.226, - "new_tests_per_thousand": 1.305, - "new_tests_smoothed": 1686.0, - "new_tests_smoothed_per_thousand": 1.271, - "tests_per_case": 83.113, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-08", - "total_cases": 2531.0, - "new_cases": 16.0, - "new_cases_smoothed": 22.286, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1907.973, - "new_cases_per_million": 12.061, - "new_cases_smoothed_per_million": 16.8, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1830.0, - "total_tests": 163968.0, - "total_tests_per_thousand": 123.606, - "new_tests_per_thousand": 1.38, - "new_tests_smoothed": 1722.0, - "new_tests_smoothed_per_thousand": 1.298, - "tests_per_case": 77.26899999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-09", - "total_cases": 2563.0, - "new_cases": 32.0, - "new_cases_smoothed": 24.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1932.095, - "new_cases_per_million": 24.123, - "new_cases_smoothed_per_million": 18.092, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1894.0, - "total_tests": 165862.0, - "total_tests_per_thousand": 125.034, - "new_tests_per_thousand": 1.428, - "new_tests_smoothed": 1670.0, - "new_tests_smoothed_per_thousand": 1.259, - "tests_per_case": 69.583, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-10", - "total_cases": 2585.0, - "new_cases": 22.0, - "new_cases_smoothed": 24.286, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1948.68, - "new_cases_per_million": 16.585, - "new_cases_smoothed_per_million": 18.308, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1834.0, - "total_tests": 167696.0, - "total_tests_per_thousand": 126.416, - "new_tests_per_thousand": 1.383, - "new_tests_smoothed": 1632.0, - "new_tests_smoothed_per_thousand": 1.23, - "tests_per_case": 67.2, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-11", - "total_cases": 2600.0, - "new_cases": 15.0, - "new_cases_smoothed": 22.714, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1959.988, - "new_cases_per_million": 11.308, - "new_cases_smoothed_per_million": 17.123, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2195.0, - "total_tests": 169891.0, - "total_tests_per_thousand": 128.071, - "new_tests_per_thousand": 1.655, - "new_tests_smoothed": 1608.0, - "new_tests_smoothed_per_thousand": 1.212, - "tests_per_case": 70.792, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-12", - "total_cases": 2632.0, - "new_cases": 32.0, - "new_cases_smoothed": 25.143, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1984.111, - "new_cases_per_million": 24.123, - "new_cases_smoothed_per_million": 18.954, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1594.0, - "total_tests": 171485.0, - "total_tests_per_thousand": 129.272, - "new_tests_per_thousand": 1.202, - "new_tests_smoothed": 1684.0, - "new_tests_smoothed_per_thousand": 1.269, - "tests_per_case": 66.977, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-13", - "total_cases": 2655.0, - "new_cases": 23.0, - "new_cases_smoothed": 23.571, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2001.449, - "new_cases_per_million": 17.338, - "new_cases_smoothed_per_million": 17.769, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1350.0, - "total_tests": 172835.0, - "total_tests_per_thousand": 130.29, - "new_tests_per_thousand": 1.018, - "new_tests_smoothed": 1775.0, - "new_tests_smoothed_per_thousand": 1.338, - "tests_per_case": 75.303, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-14", - "total_cases": 2676.0, - "new_cases": 21.0, - "new_cases_smoothed": 23.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2017.28, - "new_cases_per_million": 15.831, - "new_cases_smoothed_per_million": 17.338, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2234.0, - "total_tests": 175069.0, - "total_tests_per_thousand": 131.974, - "new_tests_per_thousand": 1.684, - "new_tests_smoothed": 1847.0, - "new_tests_smoothed_per_thousand": 1.392, - "tests_per_case": 80.304, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-09-15", - "total_cases": 2698.0, - "new_cases": 22.0, - "new_cases_smoothed": 23.857, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2033.864, - "new_cases_per_million": 16.585, - "new_cases_smoothed_per_million": 17.985, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2424.0, - "total_tests": 177493.0, - "total_tests_per_thousand": 133.802, - "new_tests_per_thousand": 1.827, - "new_tests_smoothed": 1932.0, - "new_tests_smoothed_per_thousand": 1.456, - "tests_per_case": 80.982, - "positive_rate": 0.012, - "tests_units": "tests performed" - }, - { - "date": "2020-09-16", - "total_cases": 2722.0, - "new_cases": 24.0, - "new_cases_smoothed": 22.714, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2051.956, - "new_cases_per_million": 18.092, - "new_cases_smoothed_per_million": 17.123, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2958.0, - "total_tests": 180451.0, - "total_tests_per_thousand": 136.031, - "new_tests_per_thousand": 2.23, - "new_tests_smoothed": 2084.0, - "new_tests_smoothed_per_thousand": 1.571, - "tests_per_case": 91.74799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-17", - "total_cases": 2756.0, - "new_cases": 34.0, - "new_cases_smoothed": 24.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2077.587, - "new_cases_per_million": 25.631, - "new_cases_smoothed_per_million": 18.415, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2175.0, - "total_tests": 182626.0, - "total_tests_per_thousand": 137.671, - "new_tests_per_thousand": 1.64, - "new_tests_smoothed": 2133.0, - "new_tests_smoothed_per_thousand": 1.608, - "tests_per_case": 87.316, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-18", - "total_cases": 2778.0, - "new_cases": 22.0, - "new_cases_smoothed": 25.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2094.171, - "new_cases_per_million": 16.585, - "new_cases_smoothed_per_million": 19.169, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3192.0, - "total_tests": 185818.0, - "total_tests_per_thousand": 140.077, - "new_tests_per_thousand": 2.406, - "new_tests_smoothed": 2275.0, - "new_tests_smoothed_per_thousand": 1.715, - "tests_per_case": 89.46600000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-19", - "total_cases": 2814.0, - "new_cases": 36.0, - "new_cases_smoothed": 26.0, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2121.31, - "new_cases_per_million": 27.138, - "new_cases_smoothed_per_million": 19.6, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1813.0, - "total_tests": 187631.0, - "total_tests_per_thousand": 141.444, - "new_tests_per_thousand": 1.367, - "new_tests_smoothed": 2307.0, - "new_tests_smoothed_per_thousand": 1.739, - "tests_per_case": 88.73100000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-20", - "total_cases": 2875.0, - "new_cases": 61.0, - "new_cases_smoothed": 31.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2167.294, - "new_cases_per_million": 45.984, - "new_cases_smoothed_per_million": 23.692, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1570.0, - "total_tests": 189201.0, - "total_tests_per_thousand": 142.628, - "new_tests_per_thousand": 1.184, - "new_tests_smoothed": 2338.0, - "new_tests_smoothed_per_thousand": 1.762, - "tests_per_case": 74.391, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed" - }, - { - "date": "2020-09-21", - "total_cases": 2924.0, - "new_cases": 49.0, - "new_cases_smoothed": 35.429, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2204.232, - "new_cases_per_million": 36.938, - "new_cases_smoothed_per_million": 26.708, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2840.0, - "total_tests": 192041.0, - "total_tests_per_thousand": 144.768, - "new_tests_per_thousand": 2.141, - "new_tests_smoothed": 2425.0, - "new_tests_smoothed_per_thousand": 1.828, - "tests_per_case": 68.44800000000001, - "positive_rate": 0.015, - "tests_units": "tests performed" - }, - { - "date": "2020-09-22", - "total_cases": 2941.0, - "new_cases": 17.0, - "new_cases_smoothed": 34.714, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2217.048, - "new_cases_per_million": 12.815, - "new_cases_smoothed_per_million": 26.169, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2355.0, - "total_tests": 194396.0, - "total_tests_per_thousand": 146.544, - "new_tests_per_thousand": 1.775, - "new_tests_smoothed": 2415.0, - "new_tests_smoothed_per_thousand": 1.821, - "tests_per_case": 69.568, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 2976.0, - "new_cases": 35.0, - "new_cases_smoothed": 36.286, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2243.432, - "new_cases_per_million": 26.384, - "new_cases_smoothed_per_million": 27.354, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3014.0, - "total_tests": 197410.0, - "total_tests_per_thousand": 148.816, - "new_tests_per_thousand": 2.272, - "new_tests_smoothed": 2423.0, - "new_tests_smoothed_per_thousand": 1.827, - "tests_per_case": 66.77600000000001, - "positive_rate": 0.015, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 3033.0, - "new_cases": 57.0, - "new_cases_smoothed": 39.571, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2286.401, - "new_cases_per_million": 42.969, - "new_cases_smoothed_per_million": 29.831, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2534.0, - "total_tests": 199944.0, - "total_tests_per_thousand": 150.726, - "new_tests_per_thousand": 1.91, - "new_tests_smoothed": 2474.0, - "new_tests_smoothed_per_thousand": 1.865, - "tests_per_case": 62.52, - "positive_rate": 0.016, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 3076.0, - "new_cases": 43.0, - "new_cases_smoothed": 42.571, - "total_deaths": 64.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2318.816, - "new_cases_per_million": 32.415, - "new_cases_smoothed_per_million": 32.092, - "total_deaths_per_million": 48.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "ETH": { - "continent": "Africa", - "location": "Ethiopia", - "population": 114963583.0, - "population_density": 104.957, - "median_age": 19.8, - "aged_65_older": 3.526, - "aged_70_older": 2.063, - "gdp_per_capita": 1729.927, - "extreme_poverty": 26.7, - "cardiovasc_death_rate": 182.634, - "diabetes_prevalence": 7.47, - "female_smokers": 0.4, - "male_smokers": 8.5, - "handwashing_facilities": 7.96, - "hospital_beds_per_thousand": 0.3, - "life_expectancy": 66.6, - "human_development_index": 0.463, - "data": [ - { - "date": "2020-03-13", - "total_tests": 1.0, - "total_tests_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-03-14", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-03-15", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.009, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 118.0, - "total_tests_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 2.78 - }, - { - "date": "2020-03-16", - "total_cases": 4.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.035, - "new_cases_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-17", - "total_cases": 5.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 119.0, - "total_tests_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-18", - "total_cases": 5.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.043, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-19", - "total_cases": 6.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.052, - "new_cases_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 342.0, - "total_tests_per_thousand": 0.003, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-20", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-21", - "total_cases": 9.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.078, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 45.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 39.375, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-22", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.078, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.01, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 392.0, - "total_tests_per_thousand": 0.003, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 34.125, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 35.19 - }, - { - "date": "2020-03-23", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.096, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 48.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 48.0, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 40.74 - }, - { - "date": "2020-03-24", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.096, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 58.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 67.667, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 40.74 - }, - { - "date": "2020-03-25", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.096, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 59.5, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 51.85 - }, - { - "date": "2020-03-26", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.104, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 44.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 51.333, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-03-27", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.104, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 718.0, - "total_tests_per_thousand": 0.006, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 71.4, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-03-28", - "total_cases": 16.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.139, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 56.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_per_case": 56.0, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-03-29", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.139, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 810.0, - "total_tests_per_thousand": 0.007, - "new_tests_smoothed": 60.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 60.0, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 60.19 - }, - { - "date": "2020-03-30", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.139, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 61.0, - "total_tests": 871.0, - "total_tests_per_thousand": 0.008, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 59.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 82.6, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-03-31", - "total_cases": 23.0, - "new_cases": 7.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.2, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 142.0, - "total_tests": 1013.0, - "total_tests_per_thousand": 0.009, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 70.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 40.833, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-01", - "total_cases": 25.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.217, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 68.0, - "total_tests": 1081.0, - "total_tests_per_thousand": 0.009, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 70.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 35.0, - "positive_rate": 0.028999999999999998, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-02", - "total_cases": 29.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 65.0, - "total_tests": 1146.0, - "total_tests_per_thousand": 0.01, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 70.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 28.824, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-03", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 74.0, - "total_tests": 1220.0, - "total_tests_per_thousand": 0.011, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 72.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 29.647, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-04", - "total_cases": 35.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.304, - "new_cases_per_million": 0.052, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 91.0, - "total_tests": 1311.0, - "total_tests_per_thousand": 0.011, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 78.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 28.737, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-05", - "total_cases": 38.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.331, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.027, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 532.0, - "total_tests": 1843.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.005, - "new_tests_smoothed": 148.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 47.091, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-06", - "total_cases": 43.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.857, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.374, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 164.0, - "total_tests": 2007.0, - "total_tests_per_thousand": 0.017, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 162.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_per_case": 42.0, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-07", - "total_cases": 44.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.383, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 264.0, - "total_tests": 2271.0, - "total_tests_per_thousand": 0.02, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 180.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 60.0, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 68.52 - }, - { - "date": "2020-04-08", - "total_cases": 52.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.452, - "new_cases_per_million": 0.07, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 225.0, - "total_tests": 2496.0, - "total_tests_per_thousand": 0.022, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 202.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 52.37, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-09", - "total_cases": 55.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.478, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 294.0, - "total_tests": 2790.0, - "total_tests_per_thousand": 0.024, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 235.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 63.269, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-10", - "total_cases": 56.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.487, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.034, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 442.0, - "total_tests": 3232.0, - "total_tests_per_thousand": 0.028, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 287.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_per_case": 74.407, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-11", - "total_cases": 65.0, - "new_cases": 9.0, - "new_cases_smoothed": 4.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.565, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 0.017, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 345.0, - "total_tests": 3577.0, - "total_tests_per_thousand": 0.031, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 324.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 75.6, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-12", - "total_cases": 69.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.429, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 0.6, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 286.0, - "total_tests": 3863.0, - "total_tests_per_thousand": 0.034, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 289.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 65.258, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-13", - "total_cases": 71.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.618, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.035, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 247.0, - "total_tests": 4110.0, - "total_tests_per_thousand": 0.036, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 300.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 75.0, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-14", - "total_cases": 74.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.644, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 447.0, - "total_tests": 4557.0, - "total_tests_per_thousand": 0.04, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 327.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 76.3, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-15", - "total_cases": 82.0, - "new_cases": 8.0, - "new_cases_smoothed": 4.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.713, - "new_cases_per_million": 0.07, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 431.0, - "total_tests": 4988.0, - "total_tests_per_thousand": 0.043, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 356.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 83.06700000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-16", - "total_cases": 85.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.739, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.037, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 401.0, - "total_tests": 5389.0, - "total_tests_per_thousand": 0.047, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 371.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 86.56700000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-17", - "total_cases": 92.0, - "new_cases": 7.0, - "new_cases_smoothed": 5.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.8, - "new_cases_per_million": 0.061, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 842.0, - "total_tests": 6231.0, - "total_tests_per_thousand": 0.054, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 428.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 83.22200000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-18", - "total_cases": 96.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.835, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 659.0, - "total_tests": 6890.0, - "total_tests_per_thousand": 0.06, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 473.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 106.806, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-19", - "total_cases": 105.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.913, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.045, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 667.0, - "total_tests": 7557.0, - "total_tests_per_thousand": 0.066, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 528.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 102.667, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-20", - "total_cases": 108.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.939, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 396.0, - "total_tests": 7953.0, - "total_tests_per_thousand": 0.069, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 549.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 103.865, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-21", - "total_cases": 111.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.966, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.046, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 745.0, - "total_tests": 8698.0, - "total_tests_per_thousand": 0.076, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 592.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 112.0, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-22", - "total_cases": 114.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.992, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1073.0, - "total_tests": 9771.0, - "total_tests_per_thousand": 0.085, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 683.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_per_case": 149.406, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-23", - "total_cases": 116.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.009, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.039, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 965.0, - "total_tests": 10736.0, - "total_tests_per_thousand": 0.093, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 764.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 172.516, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-24", - "total_cases": 116.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.009, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.03, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 933.0, - "total_tests": 11669.0, - "total_tests_per_thousand": 0.102, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 777.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 226.625, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-25", - "total_cases": 117.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.018, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1019.0, - "total_tests": 12688.0, - "total_tests_per_thousand": 0.11, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 828.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 276.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-26", - "total_cases": 122.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.061, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.021, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 957.0, - "total_tests": 13645.0, - "total_tests_per_thousand": 0.119, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 870.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 358.235, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-27", - "total_cases": 123.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.07, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 943.0, - "total_tests": 14588.0, - "total_tests_per_thousand": 0.127, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 948.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 442.4, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-28", - "total_cases": 124.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.079, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.016, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1080.0, - "total_tests": 15668.0, - "total_tests_per_thousand": 0.136, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 996.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 536.308, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-29", - "total_cases": 126.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.096, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 766.0, - "total_tests": 16434.0, - "total_tests_per_thousand": 0.143, - "new_tests_per_thousand": 0.007, - "new_tests_smoothed": 952.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_per_case": 555.3330000000001, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-04-30", - "total_cases": 130.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.131, - "new_cases_per_million": 0.035, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1408.0, - "total_tests": 17842.0, - "total_tests_per_thousand": 0.155, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 1015.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 507.5, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-01", - "total_cases": 131.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.139, - "new_cases_per_million": 0.009, - "new_cases_smoothed_per_million": 0.019, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 912.0, - "total_tests": 18754.0, - "total_tests_per_thousand": 0.163, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 1012.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 472.267, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-02", - "total_cases": 133.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.157, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1103.0, - "total_tests": 19857.0, - "total_tests_per_thousand": 0.173, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 1024.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 448.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-03", - "total_cases": 133.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.157, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.014, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2473.0, - "total_tests": 22330.0, - "total_tests_per_thousand": 0.194, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 1241.0, - "new_tests_smoothed_per_thousand": 0.011, - "tests_per_case": 789.727, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-04", - "total_cases": 135.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.174, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1758.0, - "total_tests": 24088.0, - "total_tests_per_thousand": 0.21, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 1357.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 791.5830000000001, - "positive_rate": 0.001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-05", - "total_cases": 140.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.218, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.02, - "total_deaths_per_million": 0.026, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1047.0, - "total_tests": 25135.0, - "total_tests_per_thousand": 0.219, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 1352.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 591.5, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-06", - "total_cases": 145.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.261, - "new_cases_per_million": 0.043, - "new_cases_smoothed_per_million": 0.024, - "total_deaths_per_million": 0.035, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 1382.0, - "total_tests": 26517.0, - "total_tests_per_thousand": 0.231, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 1440.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 530.526, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-07", - "total_cases": 162.0, - "new_cases": 17.0, - "new_cases_smoothed": 4.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.409, - "new_cases_per_million": 0.148, - "new_cases_smoothed_per_million": 0.04, - "total_deaths_per_million": 0.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 1928.0, - "total_tests": 28445.0, - "total_tests_per_thousand": 0.247, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 1515.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_per_case": 331.406, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-08", - "total_cases": 191.0, - "new_cases": 29.0, - "new_cases_smoothed": 8.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.661, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.075, - "total_deaths_per_million": 0.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 1861.0, - "total_tests": 30306.0, - "total_tests_per_thousand": 0.264, - "new_tests_per_thousand": 0.016, - "new_tests_smoothed": 1650.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 192.5, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-09", - "total_cases": 194.0, - "new_cases": 3.0, - "new_cases_smoothed": 8.714, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.687, - "new_cases_per_million": 0.026, - "new_cases_smoothed_per_million": 0.076, - "total_deaths_per_million": 0.035, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 2383.0, - "total_tests": 32689.0, - "total_tests_per_thousand": 0.284, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 1833.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 210.34400000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-10", - "total_cases": 210.0, - "new_cases": 16.0, - "new_cases_smoothed": 11.0, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1.827, - "new_cases_per_million": 0.139, - "new_cases_smoothed_per_million": 0.096, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 2171.0, - "total_tests": 34860.0, - "total_tests_per_thousand": 0.303, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 1790.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 162.727, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-11", - "total_cases": 239.0, - "new_cases": 29.0, - "new_cases_smoothed": 14.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.079, - "new_cases_per_million": 0.252, - "new_cases_smoothed_per_million": 0.129, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 1764.0, - "total_tests": 36624.0, - "total_tests_per_thousand": 0.319, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 1791.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 120.54799999999999, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-12", - "total_cases": 250.0, - "new_cases": 11.0, - "new_cases_smoothed": 15.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.175, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.137, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 2424.0, - "total_tests": 39048.0, - "total_tests_per_thousand": 0.34, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 1988.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 126.509, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-13", - "total_cases": 261.0, - "new_cases": 11.0, - "new_cases_smoothed": 16.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.27, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.144, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 2650.0, - "total_tests": 41698.0, - "total_tests_per_thousand": 0.363, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 2169.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 130.888, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-14", - "total_cases": 263.0, - "new_cases": 2.0, - "new_cases_smoothed": 14.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.288, - "new_cases_per_million": 0.017, - "new_cases_smoothed_per_million": 0.126, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 3580.0, - "total_tests": 45278.0, - "total_tests_per_thousand": 0.394, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 2405.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 166.683, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-15", - "total_cases": 272.0, - "new_cases": 9.0, - "new_cases_smoothed": 11.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.366, - "new_cases_per_million": 0.078, - "new_cases_smoothed_per_million": 0.101, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 3707.0, - "total_tests": 48985.0, - "total_tests_per_thousand": 0.426, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 2668.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 230.56799999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-16", - "total_cases": 287.0, - "new_cases": 15.0, - "new_cases_smoothed": 13.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.496, - "new_cases_per_million": 0.13, - "new_cases_smoothed_per_million": 0.116, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 4044.0, - "total_tests": 53029.0, - "total_tests_per_thousand": 0.461, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 2906.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 218.731, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-17", - "total_cases": 306.0, - "new_cases": 19.0, - "new_cases_smoothed": 13.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.662, - "new_cases_per_million": 0.165, - "new_cases_smoothed_per_million": 0.119, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4225.0, - "total_tests": 57254.0, - "total_tests_per_thousand": 0.498, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 3199.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 233.26, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-18", - "total_cases": 317.0, - "new_cases": 11.0, - "new_cases_smoothed": 11.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.757, - "new_cases_per_million": 0.096, - "new_cases_smoothed_per_million": 0.097, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1775.0, - "total_tests": 59029.0, - "total_tests_per_thousand": 0.513, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 3201.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 287.269, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-19", - "total_cases": 352.0, - "new_cases": 35.0, - "new_cases_smoothed": 14.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.062, - "new_cases_per_million": 0.304, - "new_cases_smoothed_per_million": 0.127, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4271.0, - "total_tests": 63300.0, - "total_tests_per_thousand": 0.551, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 3465.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 237.794, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-20", - "total_cases": 365.0, - "new_cases": 13.0, - "new_cases_smoothed": 14.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.175, - "new_cases_per_million": 0.113, - "new_cases_smoothed_per_million": 0.129, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2460.0, - "total_tests": 65760.0, - "total_tests_per_thousand": 0.572, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 3437.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 231.33700000000002, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-21", - "total_cases": 389.0, - "new_cases": 24.0, - "new_cases_smoothed": 18.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.384, - "new_cases_per_million": 0.209, - "new_cases_smoothed_per_million": 0.157, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3747.0, - "total_tests": 69507.0, - "total_tests_per_thousand": 0.605, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 3461.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 192.278, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-22", - "total_cases": 399.0, - "new_cases": 10.0, - "new_cases_smoothed": 18.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.471, - "new_cases_per_million": 0.087, - "new_cases_smoothed_per_million": 0.158, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3657.0, - "total_tests": 73164.0, - "total_tests_per_thousand": 0.636, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 3454.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 190.378, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-23", - "total_cases": 433.0, - "new_cases": 34.0, - "new_cases_smoothed": 20.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.766, - "new_cases_per_million": 0.296, - "new_cases_smoothed_per_million": 0.181, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6798.0, - "total_tests": 79962.0, - "total_tests_per_thousand": 0.696, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 3848.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 184.493, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-24", - "total_cases": 494.0, - "new_cases": 61.0, - "new_cases_smoothed": 26.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4.297, - "new_cases_per_million": 0.531, - "new_cases_smoothed_per_million": 0.234, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1048.0, - "total_tests": 81010.0, - "total_tests_per_thousand": 0.705, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 3394.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 126.37200000000001, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-25", - "total_cases": 582.0, - "new_cases": 88.0, - "new_cases_smoothed": 37.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.062, - "new_cases_per_million": 0.765, - "new_cases_smoothed_per_million": 0.329, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2844.0, - "total_tests": 83854.0, - "total_tests_per_thousand": 0.729, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 3546.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 93.66799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-26", - "total_cases": 655.0, - "new_cases": 73.0, - "new_cases_smoothed": 43.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.697, - "new_cases_per_million": 0.635, - "new_cases_smoothed_per_million": 0.377, - "total_deaths_per_million": 0.043, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3410.0, - "total_tests": 87264.0, - "total_tests_per_thousand": 0.759, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 3423.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 79.079, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-27", - "total_cases": 701.0, - "new_cases": 46.0, - "new_cases_smoothed": 48.0, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.098, - "new_cases_per_million": 0.4, - "new_cases_smoothed_per_million": 0.418, - "total_deaths_per_million": 0.052, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 4352.0, - "total_tests": 91616.0, - "total_tests_per_thousand": 0.797, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 3694.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 76.958, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-28", - "total_cases": 731.0, - "new_cases": 30.0, - "new_cases_smoothed": 48.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 6.359, - "new_cases_per_million": 0.261, - "new_cases_smoothed_per_million": 0.425, - "total_deaths_per_million": 0.052, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.001, - "new_tests": 4950.0, - "total_tests": 96566.0, - "total_tests_per_thousand": 0.84, - "new_tests_per_thousand": 0.043, - "new_tests_smoothed": 3866.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 79.12899999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-29", - "total_cases": 831.0, - "new_cases": 100.0, - "new_cases_smoothed": 61.714, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 7.228, - "new_cases_per_million": 0.87, - "new_cases_smoothed_per_million": 0.537, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.002, - "new_tests": 5015.0, - "total_tests": 101581.0, - "total_tests_per_thousand": 0.884, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 4060.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 65.78699999999999, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-30", - "total_cases": 968.0, - "new_cases": 137.0, - "new_cases_smoothed": 76.429, - "total_deaths": 8.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 8.42, - "new_cases_per_million": 1.192, - "new_cases_smoothed_per_million": 0.665, - "total_deaths_per_million": 0.07, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 5034.0, - "total_tests": 106615.0, - "total_tests_per_thousand": 0.927, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 3808.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 49.824, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-05-31", - "total_cases": 1063.0, - "new_cases": 95.0, - "new_cases_smoothed": 81.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 9.246, - "new_cases_per_million": 0.826, - "new_cases_smoothed_per_million": 0.707, - "total_deaths_per_million": 0.07, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "new_tests": 2836.0, - "total_tests": 109451.0, - "total_tests_per_thousand": 0.952, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 4063.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 49.983999999999995, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-01", - "total_cases": 1172.0, - "new_cases": 109.0, - "new_cases_smoothed": 84.286, - "total_deaths": 11.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 10.195, - "new_cases_per_million": 0.948, - "new_cases_smoothed_per_million": 0.733, - "total_deaths_per_million": 0.096, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.007, - "new_tests": 2926.0, - "total_tests": 112377.0, - "total_tests_per_thousand": 0.978, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 4075.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 48.347, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-02", - "total_cases": 1257.0, - "new_cases": 85.0, - "new_cases_smoothed": 86.0, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 10.934, - "new_cases_per_million": 0.739, - "new_cases_smoothed_per_million": 0.748, - "total_deaths_per_million": 0.104, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.009, - "new_tests": 3932.0, - "total_tests": 116309.0, - "total_tests_per_thousand": 1.012, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 4149.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 48.244, - "positive_rate": 0.021, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-03", - "total_cases": 1344.0, - "new_cases": 87.0, - "new_cases_smoothed": 91.857, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 11.691, - "new_cases_per_million": 0.757, - "new_cases_smoothed_per_million": 0.799, - "total_deaths_per_million": 0.122, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.01, - "new_tests": 4120.0, - "total_tests": 120429.0, - "total_tests_per_thousand": 1.048, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 4116.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 44.809, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-04", - "total_cases": 1486.0, - "new_cases": 142.0, - "new_cases_smoothed": 107.857, - "total_deaths": 17.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 12.926, - "new_cases_per_million": 1.235, - "new_cases_smoothed_per_million": 0.938, - "total_deaths_per_million": 0.148, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 5141.0, - "total_tests": 125570.0, - "total_tests_per_thousand": 1.092, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 4143.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 38.412, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-05", - "total_cases": 1636.0, - "new_cases": 150.0, - "new_cases_smoothed": 115.0, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 14.231, - "new_cases_per_million": 1.305, - "new_cases_smoothed_per_million": 1.0, - "total_deaths_per_million": 0.157, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 5798.0, - "total_tests": 131368.0, - "total_tests_per_thousand": 1.143, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 4255.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 37.0, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-06", - "total_cases": 1805.0, - "new_cases": 169.0, - "new_cases_smoothed": 119.571, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 15.701, - "new_cases_per_million": 1.47, - "new_cases_smoothed_per_million": 1.04, - "total_deaths_per_million": 0.165, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 5500.0, - "total_tests": 136868.0, - "total_tests_per_thousand": 1.191, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 4322.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 36.146, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-07", - "total_cases": 1934.0, - "new_cases": 129.0, - "new_cases_smoothed": 124.429, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 16.823, - "new_cases_per_million": 1.122, - "new_cases_smoothed_per_million": 1.082, - "total_deaths_per_million": 0.174, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.015, - "new_tests": 6092.0, - "total_tests": 142960.0, - "total_tests_per_thousand": 1.244, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 4787.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 38.472, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-08", - "total_cases": 2020.0, - "new_cases": 86.0, - "new_cases_smoothed": 121.143, - "total_deaths": 27.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 17.571, - "new_cases_per_million": 0.748, - "new_cases_smoothed_per_million": 1.054, - "total_deaths_per_million": 0.235, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.02, - "new_tests": 4775.0, - "total_tests": 147735.0, - "total_tests_per_thousand": 1.285, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 5051.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 41.695, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-09", - "total_cases": 2156.0, - "new_cases": 136.0, - "new_cases_smoothed": 128.429, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 18.754, - "new_cases_per_million": 1.183, - "new_cases_smoothed_per_million": 1.117, - "total_deaths_per_million": 0.235, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 4599.0, - "total_tests": 152334.0, - "total_tests_per_thousand": 1.325, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 5146.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 40.069, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-10", - "total_cases": 2336.0, - "new_cases": 180.0, - "new_cases_smoothed": 141.714, - "total_deaths": 32.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 20.319, - "new_cases_per_million": 1.566, - "new_cases_smoothed_per_million": 1.233, - "total_deaths_per_million": 0.278, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 6187.0, - "total_tests": 158521.0, - "total_tests_per_thousand": 1.379, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 5442.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 38.400999999999996, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-11", - "total_cases": 2506.0, - "new_cases": 170.0, - "new_cases_smoothed": 145.714, - "total_deaths": 35.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 21.798, - "new_cases_per_million": 1.479, - "new_cases_smoothed_per_million": 1.267, - "total_deaths_per_million": 0.304, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.022, - "new_tests": 6630.0, - "total_tests": 165151.0, - "total_tests_per_thousand": 1.437, - "new_tests_per_thousand": 0.058, - "new_tests_smoothed": 5654.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 38.802, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-12", - "total_cases": 2670.0, - "new_cases": 164.0, - "new_cases_smoothed": 147.714, - "total_deaths": 40.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 23.225, - "new_cases_per_million": 1.427, - "new_cases_smoothed_per_million": 1.285, - "total_deaths_per_million": 0.348, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 5709.0, - "total_tests": 170860.0, - "total_tests_per_thousand": 1.486, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 5642.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 38.195, - "positive_rate": 0.026000000000000002, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-13", - "total_cases": 2915.0, - "new_cases": 245.0, - "new_cases_smoothed": 158.571, - "total_deaths": 47.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 25.356, - "new_cases_per_million": 2.131, - "new_cases_smoothed_per_million": 1.379, - "total_deaths_per_million": 0.409, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.035, - "new_tests": 5644.0, - "total_tests": 176504.0, - "total_tests_per_thousand": 1.535, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 5662.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 35.705999999999996, - "positive_rate": 0.027999999999999997, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-14", - "total_cases": 3166.0, - "new_cases": 251.0, - "new_cases_smoothed": 176.0, - "total_deaths": 55.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.0, - "total_cases_per_million": 27.539, - "new_cases_per_million": 2.183, - "new_cases_smoothed_per_million": 1.531, - "total_deaths_per_million": 0.478, - "new_deaths_per_million": 0.07, - "new_deaths_smoothed_per_million": 0.043, - "new_tests": 4845.0, - "total_tests": 181349.0, - "total_tests_per_thousand": 1.577, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 5484.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 31.159000000000002, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-15", - "total_cases": 3345.0, - "new_cases": 179.0, - "new_cases_smoothed": 189.286, - "total_deaths": 57.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 29.096, - "new_cases_per_million": 1.557, - "new_cases_smoothed_per_million": 1.646, - "total_deaths_per_million": 0.496, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 5636.0, - "total_tests": 186985.0, - "total_tests_per_thousand": 1.626, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 5607.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 29.622, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-16", - "total_cases": 3521.0, - "new_cases": 176.0, - "new_cases_smoothed": 195.0, - "total_deaths": 60.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 30.627, - "new_cases_per_million": 1.531, - "new_cases_smoothed_per_million": 1.696, - "total_deaths_per_million": 0.522, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.041, - "new_tests": 5102.0, - "total_tests": 192087.0, - "total_tests_per_thousand": 1.671, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 5679.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 29.123, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-17", - "total_cases": 3630.0, - "new_cases": 109.0, - "new_cases_smoothed": 184.857, - "total_deaths": 61.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 31.575, - "new_cases_per_million": 0.948, - "new_cases_smoothed_per_million": 1.608, - "total_deaths_per_million": 0.531, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.036, - "new_tests": 5274.0, - "total_tests": 197361.0, - "total_tests_per_thousand": 1.717, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 5549.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 30.018, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-18", - "total_cases": 3759.0, - "new_cases": 129.0, - "new_cases_smoothed": 179.0, - "total_deaths": 63.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 32.697, - "new_cases_per_million": 1.122, - "new_cases_smoothed_per_million": 1.557, - "total_deaths_per_million": 0.548, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.035, - "new_tests": 4853.0, - "total_tests": 202214.0, - "total_tests_per_thousand": 1.759, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 5295.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 29.581, - "positive_rate": 0.034, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-19", - "total_cases": 3954.0, - "new_cases": 195.0, - "new_cases_smoothed": 183.429, - "total_deaths": 65.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 34.394, - "new_cases_per_million": 1.696, - "new_cases_smoothed_per_million": 1.596, - "total_deaths_per_million": 0.565, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.031, - "new_tests": 4809.0, - "total_tests": 207023.0, - "total_tests_per_thousand": 1.801, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 5166.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 28.164, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-20", - "total_cases": 4070.0, - "new_cases": 116.0, - "new_cases_smoothed": 165.0, - "total_deaths": 72.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 35.403, - "new_cases_per_million": 1.009, - "new_cases_smoothed_per_million": 1.435, - "total_deaths_per_million": 0.626, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.031, - "new_tests": 4848.0, - "total_tests": 211871.0, - "total_tests_per_thousand": 1.843, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 5052.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 30.618000000000002, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-21", - "total_cases": 4469.0, - "new_cases": 399.0, - "new_cases_smoothed": 186.143, - "total_deaths": 72.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 38.873, - "new_cases_per_million": 3.471, - "new_cases_smoothed_per_million": 1.619, - "total_deaths_per_million": 0.626, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 4457.0, - "total_tests": 216328.0, - "total_tests_per_thousand": 1.882, - "new_tests_per_thousand": 0.039, - "new_tests_smoothed": 4997.0, - "new_tests_smoothed_per_thousand": 0.043, - "tests_per_case": 26.845, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-22", - "total_cases": 4532.0, - "new_cases": 63.0, - "new_cases_smoothed": 169.571, - "total_deaths": 74.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 39.421, - "new_cases_per_million": 0.548, - "new_cases_smoothed_per_million": 1.475, - "total_deaths_per_million": 0.644, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 3238.0, - "total_tests": 219566.0, - "total_tests_per_thousand": 1.91, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 4654.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 27.445999999999998, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-23", - "total_cases": 4663.0, - "new_cases": 131.0, - "new_cases_smoothed": 163.143, - "total_deaths": 75.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 40.561, - "new_cases_per_million": 1.139, - "new_cases_smoothed_per_million": 1.419, - "total_deaths_per_million": 0.652, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 3775.0, - "total_tests": 223341.0, - "total_tests_per_thousand": 1.943, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 4465.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 27.369, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-24", - "total_cases": 4848.0, - "new_cases": 185.0, - "new_cases_smoothed": 174.0, - "total_deaths": 75.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 42.17, - "new_cases_per_million": 1.609, - "new_cases_smoothed_per_million": 1.514, - "total_deaths_per_million": 0.652, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 4034.0, - "total_tests": 227375.0, - "total_tests_per_thousand": 1.978, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 4288.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 24.644000000000002, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-25", - "total_cases": 5034.0, - "new_cases": 186.0, - "new_cases_smoothed": 182.143, - "total_deaths": 78.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 43.788, - "new_cases_per_million": 1.618, - "new_cases_smoothed_per_million": 1.584, - "total_deaths_per_million": 0.678, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.019, - "new_tests": 4675.0, - "total_tests": 232050.0, - "total_tests_per_thousand": 2.018, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 4262.0, - "new_tests_smoothed_per_thousand": 0.037, - "tests_per_case": 23.399, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-26", - "total_cases": 5175.0, - "new_cases": 141.0, - "new_cases_smoothed": 174.429, - "total_deaths": 81.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 45.014, - "new_cases_per_million": 1.226, - "new_cases_smoothed_per_million": 1.517, - "total_deaths_per_million": 0.705, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.02, - "new_tests": 5414.0, - "total_tests": 237464.0, - "total_tests_per_thousand": 2.066, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 4349.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 24.933000000000003, - "positive_rate": 0.04, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-27", - "total_cases": 5425.0, - "new_cases": 250.0, - "new_cases_smoothed": 193.571, - "total_deaths": 89.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 47.189, - "new_cases_per_million": 2.175, - "new_cases_smoothed_per_million": 1.684, - "total_deaths_per_million": 0.774, - "new_deaths_per_million": 0.07, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 5552.0, - "total_tests": 243016.0, - "total_tests_per_thousand": 2.114, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 4449.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 22.984, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-28", - "total_cases": 5570.0, - "new_cases": 145.0, - "new_cases_smoothed": 157.286, - "total_deaths": 94.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 48.45, - "new_cases_per_million": 1.261, - "new_cases_smoothed_per_million": 1.368, - "total_deaths_per_million": 0.818, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 3895.0, - "total_tests": 246911.0, - "total_tests_per_thousand": 2.148, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 4369.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 27.776999999999997, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-29", - "total_cases": 5689.0, - "new_cases": 119.0, - "new_cases_smoothed": 165.286, - "total_deaths": 98.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 49.485, - "new_cases_per_million": 1.035, - "new_cases_smoothed_per_million": 1.438, - "total_deaths_per_million": 0.852, - "new_deaths_per_million": 0.035, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 3693.0, - "total_tests": 250604.0, - "total_tests_per_thousand": 2.18, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 4434.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 26.826, - "positive_rate": 0.037000000000000005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-06-30", - "total_cases": 5846.0, - "new_cases": 157.0, - "new_cases_smoothed": 169.0, - "total_deaths": 103.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 50.851, - "new_cases_per_million": 1.366, - "new_cases_smoothed_per_million": 1.47, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.035, - "new_tests": 3300.0, - "total_tests": 253904.0, - "total_tests_per_thousand": 2.209, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 4366.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 25.834, - "positive_rate": 0.039, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-01", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 142.571, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.24, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.035, - "new_tests": 1398.0, - "total_tests": 255302.0, - "total_tests_per_thousand": 2.221, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 3990.0, - "new_tests_smoothed_per_thousand": 0.035, - "tests_per_case": 27.986, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-02", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 116.0, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.571, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.009, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.031, - "new_tests": 1346.0, - "total_tests": 256648.0, - "total_tests_per_thousand": 2.232, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 3514.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 30.293000000000003, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-03", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 95.857, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.834, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.027, - "new_tests": 1742.0, - "total_tests": 258390.0, - "total_tests_per_thousand": 2.248, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 2989.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 31.182, - "positive_rate": 0.032, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-04", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 60.143, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.523, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.017, - "new_tests": 2192.0, - "total_tests": 260582.0, - "total_tests_per_thousand": 2.267, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 2509.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_per_case": 41.717, - "positive_rate": 0.024, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-05", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 39.429, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.343, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.011, - "new_tests": 3315.0, - "total_tests": 263897.0, - "total_tests_per_thousand": 2.295, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 2427.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 61.553999999999995, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-06", - "total_cases": 5846.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.429, - "total_deaths": 103.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 50.851, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.195, - "total_deaths_per_million": 0.896, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.006, - "new_tests": 2426.0, - "total_tests": 266323.0, - "total_tests_per_thousand": 2.317, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 2246.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 100.14, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-07", - "total_cases": 6386.0, - "new_cases": 540.0, - "new_cases_smoothed": 77.143, - "total_deaths": 116.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 55.548, - "new_cases_per_million": 4.697, - "new_cases_smoothed_per_million": 0.671, - "total_deaths_per_million": 1.009, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.016, - "new_tests": 1969.0, - "total_tests": 268292.0, - "total_tests_per_thousand": 2.334, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 2055.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 26.639, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-08", - "total_cases": 6666.0, - "new_cases": 280.0, - "new_cases_smoothed": 117.143, - "total_deaths": 119.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 57.984, - "new_cases_per_million": 2.436, - "new_cases_smoothed_per_million": 1.019, - "total_deaths_per_million": 1.035, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.02, - "new_tests": 4162.0, - "total_tests": 272454.0, - "total_tests_per_thousand": 2.37, - "new_tests_per_thousand": 0.036, - "new_tests_smoothed": 2450.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 20.915, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-09", - "total_cases": 6774.0, - "new_cases": 108.0, - "new_cases_smoothed": 132.571, - "total_deaths": 120.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 58.923, - "new_cases_per_million": 0.939, - "new_cases_smoothed_per_million": 1.153, - "total_deaths_per_million": 1.044, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 3476.0, - "total_tests": 275930.0, - "total_tests_per_thousand": 2.4, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 2755.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_per_case": 20.781, - "positive_rate": 0.048, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-10", - "total_cases": 6973.0, - "new_cases": 199.0, - "new_cases_smoothed": 161.0, - "total_deaths": 120.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 60.654, - "new_cases_per_million": 1.731, - "new_cases_smoothed_per_million": 1.4, - "total_deaths_per_million": 1.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.021, - "new_tests": 5139.0, - "total_tests": 281069.0, - "total_tests_per_thousand": 2.445, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 3240.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 20.124000000000002, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-11", - "total_cases": 7120.0, - "new_cases": 147.0, - "new_cases_smoothed": 182.0, - "total_deaths": 124.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 61.933, - "new_cases_per_million": 1.279, - "new_cases_smoothed_per_million": 1.583, - "total_deaths_per_million": 1.079, - "new_deaths_per_million": 0.035, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 4559.0, - "total_tests": 285628.0, - "total_tests_per_thousand": 2.485, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 3578.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 19.659000000000002, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-12", - "total_cases": 7402.0, - "new_cases": 282.0, - "new_cases_smoothed": 222.286, - "total_deaths": 124.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 3.0, - "total_cases_per_million": 64.386, - "new_cases_per_million": 2.453, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 1.079, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 3922.0, - "total_tests": 289550.0, - "total_tests_per_thousand": 2.519, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 3665.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 16.488, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-13", - "total_cases": 7560.0, - "new_cases": 158.0, - "new_cases_smoothed": 244.857, - "total_deaths": 127.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 65.76, - "new_cases_per_million": 1.374, - "new_cases_smoothed_per_million": 2.13, - "total_deaths_per_million": 1.105, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.03, - "new_tests": 4385.0, - "total_tests": 293935.0, - "total_tests_per_thousand": 2.557, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 3945.0, - "new_tests_smoothed_per_thousand": 0.034, - "tests_per_case": 16.111, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-14", - "total_cases": 7766.0, - "new_cases": 206.0, - "new_cases_smoothed": 197.143, - "total_deaths": 128.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 67.552, - "new_cases_per_million": 1.792, - "new_cases_smoothed_per_million": 1.715, - "total_deaths_per_million": 1.113, - "new_deaths_per_million": 0.009, - "new_deaths_smoothed_per_million": 0.015, - "new_tests": 3607.0, - "total_tests": 297542.0, - "total_tests_per_thousand": 2.588, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 4179.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 21.198, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-15", - "total_cases": 7969.0, - "new_cases": 203.0, - "new_cases_smoothed": 186.143, - "total_deaths": 139.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 69.318, - "new_cases_per_million": 1.766, - "new_cases_smoothed_per_million": 1.619, - "total_deaths_per_million": 1.209, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.025, - "new_tests": 5186.0, - "total_tests": 302728.0, - "total_tests_per_thousand": 2.633, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 4325.0, - "new_tests_smoothed_per_thousand": 0.038, - "tests_per_case": 23.235, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-16", - "total_cases": 8181.0, - "new_cases": 212.0, - "new_cases_smoothed": 201.0, - "total_deaths": 146.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 71.162, - "new_cases_per_million": 1.844, - "new_cases_smoothed_per_million": 1.748, - "total_deaths_per_million": 1.27, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 6911.0, - "total_tests": 309639.0, - "total_tests_per_thousand": 2.693, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 4816.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 23.96, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-17", - "total_cases": 8475.0, - "new_cases": 294.0, - "new_cases_smoothed": 214.571, - "total_deaths": 148.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 73.719, - "new_cases_per_million": 2.557, - "new_cases_smoothed_per_million": 1.866, - "total_deaths_per_million": 1.287, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.035, - "new_tests": 7407.0, - "total_tests": 317046.0, - "total_tests_per_thousand": 2.758, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 5140.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 23.955, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-18", - "total_cases": 8803.0, - "new_cases": 328.0, - "new_cases_smoothed": 240.429, - "total_deaths": 150.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 76.572, - "new_cases_per_million": 2.853, - "new_cases_smoothed_per_million": 2.091, - "total_deaths_per_million": 1.305, - "new_deaths_per_million": 0.017, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 6886.0, - "total_tests": 323932.0, - "total_tests_per_thousand": 2.818, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 5472.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 22.759, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-19", - "total_cases": 9147.0, - "new_cases": 344.0, - "new_cases_smoothed": 249.286, - "total_deaths": 163.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 79.564, - "new_cases_per_million": 2.992, - "new_cases_smoothed_per_million": 2.168, - "total_deaths_per_million": 1.418, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.048, - "new_tests": 7334.0, - "total_tests": 331266.0, - "total_tests_per_thousand": 2.881, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 5959.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 23.904, - "positive_rate": 0.042, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-20", - "total_cases": 9503.0, - "new_cases": 356.0, - "new_cases_smoothed": 277.571, - "total_deaths": 167.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 82.661, - "new_cases_per_million": 3.097, - "new_cases_smoothed_per_million": 2.414, - "total_deaths_per_million": 1.453, - "new_deaths_per_million": 0.035, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 5056.0, - "total_tests": 336322.0, - "total_tests_per_thousand": 2.925, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 6055.0, - "new_tests_smoothed_per_thousand": 0.053, - "tests_per_case": 21.814, - "positive_rate": 0.046, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-21", - "total_cases": 10207.0, - "new_cases": 704.0, - "new_cases_smoothed": 348.714, - "total_deaths": 170.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 88.785, - "new_cases_per_million": 6.124, - "new_cases_smoothed_per_million": 3.033, - "total_deaths_per_million": 1.479, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 6544.0, - "total_tests": 342866.0, - "total_tests_per_thousand": 2.982, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 6475.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 18.567999999999998, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-22", - "total_cases": 10511.0, - "new_cases": 304.0, - "new_cases_smoothed": 363.143, - "total_deaths": 173.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 91.429, - "new_cases_per_million": 2.644, - "new_cases_smoothed_per_million": 3.159, - "total_deaths_per_million": 1.505, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.042, - "new_tests": 7294.0, - "total_tests": 350160.0, - "total_tests_per_thousand": 3.046, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 6776.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 18.659000000000002, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-23", - "total_cases": 11072.0, - "new_cases": 561.0, - "new_cases_smoothed": 413.0, - "total_deaths": 180.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 96.309, - "new_cases_per_million": 4.88, - "new_cases_smoothed_per_million": 3.592, - "total_deaths_per_million": 1.566, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.042, - "new_tests": 6898.0, - "total_tests": 357058.0, - "total_tests_per_thousand": 3.106, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 6774.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 16.402, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-24", - "total_cases": 11524.0, - "new_cases": 452.0, - "new_cases_smoothed": 435.571, - "total_deaths": 188.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 100.24, - "new_cases_per_million": 3.932, - "new_cases_smoothed_per_million": 3.789, - "total_deaths_per_million": 1.635, - "new_deaths_per_million": 0.07, - "new_deaths_smoothed_per_million": 0.05, - "new_tests": 7264.0, - "total_tests": 364322.0, - "total_tests_per_thousand": 3.169, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 6754.0, - "new_tests_smoothed_per_thousand": 0.059, - "tests_per_case": 15.505999999999998, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-25", - "total_cases": 11933.0, - "new_cases": 409.0, - "new_cases_smoothed": 447.143, - "total_deaths": 197.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 103.798, - "new_cases_per_million": 3.558, - "new_cases_smoothed_per_million": 3.889, - "total_deaths_per_million": 1.714, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.058, - "new_tests": 8490.0, - "total_tests": 372812.0, - "total_tests_per_thousand": 3.243, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 6983.0, - "new_tests_smoothed_per_thousand": 0.061, - "tests_per_case": 15.617, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-26", - "total_cases": 12693.0, - "new_cases": 760.0, - "new_cases_smoothed": 506.571, - "total_deaths": 200.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 110.409, - "new_cases_per_million": 6.611, - "new_cases_smoothed_per_million": 4.406, - "total_deaths_per_million": 1.74, - "new_deaths_per_million": 0.026, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 9527.0, - "total_tests": 382339.0, - "total_tests_per_thousand": 3.326, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 7296.0, - "new_tests_smoothed_per_thousand": 0.063, - "tests_per_case": 14.402999999999999, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-27", - "total_cases": 13968.0, - "new_cases": 1275.0, - "new_cases_smoothed": 637.857, - "total_deaths": 223.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 121.499, - "new_cases_per_million": 11.09, - "new_cases_smoothed_per_million": 5.548, - "total_deaths_per_million": 1.94, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.07, - "new_tests": 7009.0, - "total_tests": 389348.0, - "total_tests_per_thousand": 3.387, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 7575.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_per_case": 11.876, - "positive_rate": 0.084, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-28", - "total_cases": 14547.0, - "new_cases": 579.0, - "new_cases_smoothed": 620.0, - "total_deaths": 228.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 126.536, - "new_cases_per_million": 5.036, - "new_cases_smoothed_per_million": 5.393, - "total_deaths_per_million": 1.983, - "new_deaths_per_million": 0.043, - "new_deaths_smoothed_per_million": 0.072, - "new_tests": 6503.0, - "total_tests": 395851.0, - "total_tests_per_thousand": 3.443, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 7569.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_per_case": 12.208, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-29", - "total_cases": 15200.0, - "new_cases": 653.0, - "new_cases_smoothed": 669.857, - "total_deaths": 239.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 132.216, - "new_cases_per_million": 5.68, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 2.079, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.082, - "new_tests": 7760.0, - "total_tests": 403611.0, - "total_tests_per_thousand": 3.511, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 7636.0, - "new_tests_smoothed_per_thousand": 0.066, - "tests_per_case": 11.399000000000001, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-30", - "total_cases": 15810.0, - "new_cases": 610.0, - "new_cases_smoothed": 676.857, - "total_deaths": 253.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 137.522, - "new_cases_per_million": 5.306, - "new_cases_smoothed_per_million": 5.888, - "total_deaths_per_million": 2.201, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.091, - "new_tests": 9786.0, - "total_tests": 413397.0, - "total_tests_per_thousand": 3.596, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 8048.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_per_case": 11.89, - "positive_rate": 0.084, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-07-31", - "total_cases": 16615.0, - "new_cases": 805.0, - "new_cases_smoothed": 727.286, - "total_deaths": 263.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 144.524, - "new_cases_per_million": 7.002, - "new_cases_smoothed_per_million": 6.326, - "total_deaths_per_million": 2.288, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.093, - "new_tests": 8957.0, - "total_tests": 422354.0, - "total_tests_per_thousand": 3.674, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 8290.0, - "new_tests_smoothed_per_thousand": 0.072, - "tests_per_case": 11.399000000000001, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-01", - "total_cases": 17530.0, - "new_cases": 915.0, - "new_cases_smoothed": 799.571, - "total_deaths": 274.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 152.483, - "new_cases_per_million": 7.959, - "new_cases_smoothed_per_million": 6.955, - "total_deaths_per_million": 2.383, - "new_deaths_per_million": 0.096, - "new_deaths_smoothed_per_million": 0.096, - "new_tests": 7358.0, - "total_tests": 429712.0, - "total_tests_per_thousand": 3.738, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 8129.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_per_case": 10.167, - "positive_rate": 0.098, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-02", - "total_cases": 17999.0, - "new_cases": 469.0, - "new_cases_smoothed": 758.0, - "total_deaths": 284.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 156.563, - "new_cases_per_million": 4.08, - "new_cases_smoothed_per_million": 6.593, - "total_deaths_per_million": 2.47, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.104, - "new_tests": 7607.0, - "total_tests": 437319.0, - "total_tests_per_thousand": 3.804, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 7854.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_per_case": 10.360999999999999, - "positive_rate": 0.09699999999999999, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-03", - "total_cases": 17999.0, - "new_cases": 0.0, - "new_cases_smoothed": 575.857, - "total_deaths": 284.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.714, - "total_cases_per_million": 156.563, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.009, - "total_deaths_per_million": 2.47, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.076, - "new_tests": 6907.0, - "total_tests": 444226.0, - "total_tests_per_thousand": 3.864, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 7840.0, - "new_tests_smoothed_per_thousand": 0.068, - "tests_per_case": 13.614, - "positive_rate": 0.073, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-04", - "total_cases": 19289.0, - "new_cases": 1290.0, - "new_cases_smoothed": 677.429, - "total_deaths": 336.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 167.784, - "new_cases_per_million": 11.221, - "new_cases_smoothed_per_million": 5.893, - "total_deaths_per_million": 2.923, - "new_deaths_per_million": 0.452, - "new_deaths_smoothed_per_million": 0.134, - "new_tests": 8201.0, - "total_tests": 452427.0, - "total_tests_per_thousand": 3.935, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 8082.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_per_case": 11.93, - "positive_rate": 0.084, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-05", - "total_cases": 19877.0, - "new_cases": 588.0, - "new_cases_smoothed": 668.143, - "total_deaths": 343.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 172.898, - "new_cases_per_million": 5.115, - "new_cases_smoothed_per_million": 5.812, - "total_deaths_per_million": 2.984, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 7319.0, - "total_tests": 459746.0, - "total_tests_per_thousand": 3.999, - "new_tests_per_thousand": 0.064, - "new_tests_smoothed": 8019.0, - "new_tests_smoothed_per_thousand": 0.07, - "tests_per_case": 12.002, - "positive_rate": 0.083, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-06", - "total_cases": 20336.0, - "new_cases": 459.0, - "new_cases_smoothed": 646.571, - "total_deaths": 356.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 176.891, - "new_cases_per_million": 3.993, - "new_cases_smoothed_per_million": 5.624, - "total_deaths_per_million": 3.097, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.128, - "new_tests": 9068.0, - "total_tests": 468814.0, - "total_tests_per_thousand": 4.078, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 7917.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_per_case": 12.245, - "positive_rate": 0.08199999999999999, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-07", - "total_cases": 20900.0, - "new_cases": 564.0, - "new_cases_smoothed": 612.143, - "total_deaths": 365.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.571, - "total_cases_per_million": 181.797, - "new_cases_per_million": 4.906, - "new_cases_smoothed_per_million": 5.325, - "total_deaths_per_million": 3.175, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.127, - "new_tests": 9203.0, - "total_tests": 478017.0, - "total_tests_per_thousand": 4.158, - "new_tests_per_thousand": 0.08, - "new_tests_smoothed": 7952.0, - "new_tests_smoothed_per_thousand": 0.069, - "tests_per_case": 12.99, - "positive_rate": 0.077, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-08", - "total_cases": 21452.0, - "new_cases": 552.0, - "new_cases_smoothed": 560.286, - "total_deaths": 380.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 186.598, - "new_cases_per_million": 4.802, - "new_cases_smoothed_per_million": 4.874, - "total_deaths_per_million": 3.305, - "new_deaths_per_million": 0.13, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 10919.0, - "total_tests": 488936.0, - "total_tests_per_thousand": 4.253, - "new_tests_per_thousand": 0.095, - "new_tests_smoothed": 8461.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 15.100999999999999, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-09", - "total_cases": 22253.0, - "new_cases": 801.0, - "new_cases_smoothed": 607.714, - "total_deaths": 390.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 193.566, - "new_cases_per_million": 6.967, - "new_cases_smoothed_per_million": 5.286, - "total_deaths_per_million": 3.392, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 9035.0, - "total_tests": 497971.0, - "total_tests_per_thousand": 4.332, - "new_tests_per_thousand": 0.079, - "new_tests_smoothed": 8665.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 14.258, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-10", - "total_cases": 22818.0, - "new_cases": 565.0, - "new_cases_smoothed": 688.429, - "total_deaths": 407.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 198.48, - "new_cases_per_million": 4.915, - "new_cases_smoothed_per_million": 5.988, - "total_deaths_per_million": 3.54, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.153, - "new_tests": 11039.0, - "total_tests": 509010.0, - "total_tests_per_thousand": 4.428, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 9255.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 13.444, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-11", - "total_cases": 23591.0, - "new_cases": 773.0, - "new_cases_smoothed": 614.571, - "total_deaths": 420.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.0, - "total_cases_per_million": 205.204, - "new_cases_per_million": 6.724, - "new_cases_smoothed_per_million": 5.346, - "total_deaths_per_million": 3.653, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.104, - "new_tests": 11881.0, - "total_tests": 520891.0, - "total_tests_per_thousand": 4.531, - "new_tests_per_thousand": 0.103, - "new_tests_smoothed": 9781.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 15.915, - "positive_rate": 0.063, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-12", - "total_cases": 24175.0, - "new_cases": 584.0, - "new_cases_smoothed": 614.0, - "total_deaths": 440.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 210.284, - "new_cases_per_million": 5.08, - "new_cases_smoothed_per_million": 5.341, - "total_deaths_per_million": 3.827, - "new_deaths_per_million": 0.174, - "new_deaths_smoothed_per_million": 0.121, - "new_tests": 14540.0, - "total_tests": 535431.0, - "total_tests_per_thousand": 4.657, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 10812.0, - "new_tests_smoothed_per_thousand": 0.094, - "tests_per_case": 17.609, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-13", - "total_cases": 25118.0, - "new_cases": 943.0, - "new_cases_smoothed": 683.143, - "total_deaths": 463.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 218.487, - "new_cases_per_million": 8.203, - "new_cases_smoothed_per_million": 5.942, - "total_deaths_per_million": 4.027, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 14688.0, - "total_tests": 550119.0, - "total_tests_per_thousand": 4.785, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 11615.0, - "new_tests_smoothed_per_thousand": 0.101, - "tests_per_case": 17.002, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-14", - "total_cases": 26204.0, - "new_cases": 1086.0, - "new_cases_smoothed": 757.714, - "total_deaths": 479.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.286, - "total_cases_per_million": 227.933, - "new_cases_per_million": 9.446, - "new_cases_smoothed_per_million": 6.591, - "total_deaths_per_million": 4.167, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.142, - "new_tests": 17323.0, - "total_tests": 567442.0, - "total_tests_per_thousand": 4.936, - "new_tests_per_thousand": 0.151, - "new_tests_smoothed": 12775.0, - "new_tests_smoothed_per_thousand": 0.111, - "tests_per_case": 16.86, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-15", - "total_cases": 27242.0, - "new_cases": 1038.0, - "new_cases_smoothed": 827.143, - "total_deaths": 492.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 16.0, - "total_cases_per_million": 236.962, - "new_cases_per_million": 9.029, - "new_cases_smoothed_per_million": 7.195, - "total_deaths_per_million": 4.28, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.139, - "new_tests": 22252.0, - "total_tests": 589694.0, - "total_tests_per_thousand": 5.129, - "new_tests_per_thousand": 0.194, - "new_tests_smoothed": 14394.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_per_case": 17.402, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-16", - "total_cases": 28894.0, - "new_cases": 1652.0, - "new_cases_smoothed": 948.714, - "total_deaths": 509.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 251.332, - "new_cases_per_million": 14.37, - "new_cases_smoothed_per_million": 8.252, - "total_deaths_per_million": 4.427, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 19769.0, - "total_tests": 609463.0, - "total_tests_per_thousand": 5.301, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 15927.0, - "new_tests_smoothed_per_thousand": 0.139, - "tests_per_case": 16.788, - "positive_rate": 0.06, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-17", - "total_cases": 29876.0, - "new_cases": 982.0, - "new_cases_smoothed": 1008.286, - "total_deaths": 528.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 259.874, - "new_cases_per_million": 8.542, - "new_cases_smoothed_per_million": 8.77, - "total_deaths_per_million": 4.593, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.15, - "new_tests": 19747.0, - "total_tests": 629210.0, - "total_tests_per_thousand": 5.473, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 17171.0, - "new_tests_smoothed_per_thousand": 0.149, - "tests_per_case": 17.03, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-18", - "total_cases": 31336.0, - "new_cases": 1460.0, - "new_cases_smoothed": 1106.429, - "total_deaths": 544.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 272.573, - "new_cases_per_million": 12.7, - "new_cases_smoothed_per_million": 9.624, - "total_deaths_per_million": 4.732, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.154, - "new_tests": 22101.0, - "total_tests": 651311.0, - "total_tests_per_thousand": 5.665, - "new_tests_per_thousand": 0.192, - "new_tests_smoothed": 18631.0, - "new_tests_smoothed_per_thousand": 0.162, - "tests_per_case": 16.839000000000002, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-19", - "total_cases": 32722.0, - "new_cases": 1386.0, - "new_cases_smoothed": 1221.0, - "total_deaths": 572.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 18.857, - "total_cases_per_million": 284.629, - "new_cases_per_million": 12.056, - "new_cases_smoothed_per_million": 10.621, - "total_deaths_per_million": 4.975, - "new_deaths_per_million": 0.244, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 21326.0, - "total_tests": 672637.0, - "total_tests_per_thousand": 5.851, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 19601.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 16.053, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-20", - "total_cases": 34058.0, - "new_cases": 1336.0, - "new_cases_smoothed": 1277.143, - "total_deaths": 600.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 296.25, - "new_cases_per_million": 11.621, - "new_cases_smoothed_per_million": 11.109, - "total_deaths_per_million": 5.219, - "new_deaths_per_million": 0.244, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 21456.0, - "total_tests": 694093.0, - "total_tests_per_thousand": 6.038, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 20568.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 16.105, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-21", - "total_cases": 35836.0, - "new_cases": 1778.0, - "new_cases_smoothed": 1376.0, - "total_deaths": 620.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 20.143, - "total_cases_per_million": 311.716, - "new_cases_per_million": 15.466, - "new_cases_smoothed_per_million": 11.969, - "total_deaths_per_million": 5.393, - "new_deaths_per_million": 0.174, - "new_deaths_smoothed_per_million": 0.175, - "new_tests": 23035.0, - "total_tests": 717128.0, - "total_tests_per_thousand": 6.238, - "new_tests_per_thousand": 0.2, - "new_tests_smoothed": 21384.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 15.540999999999999, - "positive_rate": 0.064, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-22", - "total_cases": 37665.0, - "new_cases": 1829.0, - "new_cases_smoothed": 1489.0, - "total_deaths": 637.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 20.714, - "total_cases_per_million": 327.625, - "new_cases_per_million": 15.909, - "new_cases_smoothed_per_million": 12.952, - "total_deaths_per_million": 5.541, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 19776.0, - "total_tests": 736904.0, - "total_tests_per_thousand": 6.41, - "new_tests_per_thousand": 0.172, - "new_tests_smoothed": 21030.0, - "new_tests_smoothed_per_thousand": 0.183, - "tests_per_case": 14.124, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-23", - "total_cases": 39033.0, - "new_cases": 1368.0, - "new_cases_smoothed": 1448.429, - "total_deaths": 662.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 339.525, - "new_cases_per_million": 11.899, - "new_cases_smoothed_per_million": 12.599, - "total_deaths_per_million": 5.758, - "new_deaths_per_million": 0.217, - "new_deaths_smoothed_per_million": 0.19, - "new_tests": 20153.0, - "total_tests": 757057.0, - "total_tests_per_thousand": 6.585, - "new_tests_per_thousand": 0.175, - "new_tests_smoothed": 21085.0, - "new_tests_smoothed_per_thousand": 0.183, - "tests_per_case": 14.557, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-24", - "total_cases": 40671.0, - "new_cases": 1638.0, - "new_cases_smoothed": 1542.143, - "total_deaths": 678.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 353.773, - "new_cases_per_million": 14.248, - "new_cases_smoothed_per_million": 13.414, - "total_deaths_per_million": 5.898, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.186, - "new_tests": 18851.0, - "total_tests": 775908.0, - "total_tests_per_thousand": 6.749, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 20957.0, - "new_tests_smoothed_per_thousand": 0.182, - "tests_per_case": 13.59, - "positive_rate": 0.07400000000000001, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-25", - "total_cases": 42143.0, - "new_cases": 1472.0, - "new_cases_smoothed": 1543.857, - "total_deaths": 692.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 366.577, - "new_cases_per_million": 12.804, - "new_cases_smoothed_per_million": 13.429, - "total_deaths_per_million": 6.019, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.184, - "new_tests": 18778.0, - "total_tests": 794686.0, - "total_tests_per_thousand": 6.913, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 20482.0, - "new_tests_smoothed_per_thousand": 0.178, - "tests_per_case": 13.267000000000001, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-26", - "total_cases": 43688.0, - "new_cases": 1545.0, - "new_cases_smoothed": 1566.571, - "total_deaths": 709.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 19.571, - "total_cases_per_million": 380.016, - "new_cases_per_million": 13.439, - "new_cases_smoothed_per_million": 13.627, - "total_deaths_per_million": 6.167, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 18724.0, - "total_tests": 813410.0, - "total_tests_per_thousand": 7.075, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 20110.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 12.837, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-27", - "total_cases": 45221.0, - "new_cases": 1533.0, - "new_cases_smoothed": 1594.714, - "total_deaths": 725.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 393.351, - "new_cases_per_million": 13.335, - "new_cases_smoothed_per_million": 13.871, - "total_deaths_per_million": 6.306, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 18060.0, - "total_tests": 831470.0, - "total_tests_per_thousand": 7.232, - "new_tests_per_thousand": 0.157, - "new_tests_smoothed": 19625.0, - "new_tests_smoothed_per_thousand": 0.171, - "tests_per_case": 12.306, - "positive_rate": 0.081, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-28", - "total_cases": 46407.0, - "new_cases": 1186.0, - "new_cases_smoothed": 1510.143, - "total_deaths": 745.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 403.667, - "new_cases_per_million": 10.316, - "new_cases_smoothed_per_million": 13.136, - "total_deaths_per_million": 6.48, - "new_deaths_per_million": 0.174, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 18766.0, - "total_tests": 850236.0, - "total_tests_per_thousand": 7.396, - "new_tests_per_thousand": 0.163, - "new_tests_smoothed": 19015.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 12.592, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-29", - "total_cases": 48140.0, - "new_cases": 1733.0, - "new_cases_smoothed": 1496.429, - "total_deaths": 758.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 418.741, - "new_cases_per_million": 15.074, - "new_cases_smoothed_per_million": 13.017, - "total_deaths_per_million": 6.593, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.15, - "new_tests": 19194.0, - "total_tests": 869430.0, - "total_tests_per_thousand": 7.563, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 18932.0, - "new_tests_smoothed_per_thousand": 0.165, - "tests_per_case": 12.651, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-30", - "total_cases": 49654.0, - "new_cases": 1514.0, - "new_cases_smoothed": 1517.286, - "total_deaths": 770.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 431.911, - "new_cases_per_million": 13.169, - "new_cases_smoothed_per_million": 13.198, - "total_deaths_per_million": 6.698, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.134, - "new_tests": 21499.0, - "total_tests": 890929.0, - "total_tests_per_thousand": 7.75, - "new_tests_per_thousand": 0.187, - "new_tests_smoothed": 19125.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_per_case": 12.605, - "positive_rate": 0.079, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-08-31", - "total_cases": 51122.0, - "new_cases": 1468.0, - "new_cases_smoothed": 1493.0, - "total_deaths": 793.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 444.68, - "new_cases_per_million": 12.769, - "new_cases_smoothed_per_million": 12.987, - "total_deaths_per_million": 6.898, - "new_deaths_per_million": 0.2, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 19364.0, - "total_tests": 910293.0, - "total_tests_per_thousand": 7.918, - "new_tests_per_thousand": 0.168, - "new_tests_smoothed": 19198.0, - "new_tests_smoothed_per_thousand": 0.167, - "tests_per_case": 12.859000000000002, - "positive_rate": 0.078, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-01", - "total_cases": 52131.0, - "new_cases": 1009.0, - "new_cases_smoothed": 1426.857, - "total_deaths": 809.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 453.457, - "new_cases_per_million": 8.777, - "new_cases_smoothed_per_million": 12.411, - "total_deaths_per_million": 7.037, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.145, - "new_tests": 18160.0, - "total_tests": 928453.0, - "total_tests_per_thousand": 8.076, - "new_tests_per_thousand": 0.158, - "new_tests_smoothed": 19110.0, - "new_tests_smoothed_per_thousand": 0.166, - "tests_per_case": 13.392999999999999, - "positive_rate": 0.075, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-02", - "total_cases": 53304.0, - "new_cases": 1173.0, - "new_cases_smoothed": 1373.714, - "total_deaths": 828.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 463.66, - "new_cases_per_million": 10.203, - "new_cases_smoothed_per_million": 11.949, - "total_deaths_per_million": 7.202, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.148, - "new_tests": 21360.0, - "total_tests": 949813.0, - "total_tests_per_thousand": 8.262, - "new_tests_per_thousand": 0.186, - "new_tests_smoothed": 19486.0, - "new_tests_smoothed_per_thousand": 0.169, - "tests_per_case": 14.185, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-03", - "total_cases": 54409.0, - "new_cases": 1105.0, - "new_cases_smoothed": 1312.571, - "total_deaths": 846.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 473.272, - "new_cases_per_million": 9.612, - "new_cases_smoothed_per_million": 11.417, - "total_deaths_per_million": 7.359, - "new_deaths_per_million": 0.157, - "new_deaths_smoothed_per_million": 0.15, - "new_tests": 20778.0, - "total_tests": 970591.0, - "total_tests_per_thousand": 8.443, - "new_tests_per_thousand": 0.181, - "new_tests_smoothed": 19874.0, - "new_tests_smoothed_per_thousand": 0.173, - "tests_per_case": 15.140999999999998, - "positive_rate": 0.066, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-04", - "total_cases": 55213.0, - "new_cases": 804.0, - "new_cases_smoothed": 1258.0, - "total_deaths": 856.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 480.265, - "new_cases_per_million": 6.994, - "new_cases_smoothed_per_million": 10.943, - "total_deaths_per_million": 7.446, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.138, - "new_tests": 23712.0, - "total_tests": 994303.0, - "total_tests_per_thousand": 8.649, - "new_tests_per_thousand": 0.206, - "new_tests_smoothed": 20581.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 16.36, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-05", - "total_cases": 56516.0, - "new_cases": 1303.0, - "new_cases_smoothed": 1196.571, - "total_deaths": 880.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 491.599, - "new_cases_per_million": 11.334, - "new_cases_smoothed_per_million": 10.408, - "total_deaths_per_million": 7.655, - "new_deaths_per_million": 0.209, - "new_deaths_smoothed_per_million": 0.152, - "new_tests": 24544.0, - "total_tests": 1018847.0, - "total_tests_per_thousand": 8.862, - "new_tests_per_thousand": 0.213, - "new_tests_smoothed": 21345.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 17.838, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-06", - "total_cases": 57466.0, - "new_cases": 950.0, - "new_cases_smoothed": 1116.0, - "total_deaths": 897.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 499.863, - "new_cases_per_million": 8.263, - "new_cases_smoothed_per_million": 9.707, - "total_deaths_per_million": 7.802, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.158, - "new_tests": 25158.0, - "total_tests": 1044005.0, - "total_tests_per_thousand": 9.081, - "new_tests_per_thousand": 0.219, - "new_tests_smoothed": 21868.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 19.595, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-07", - "total_cases": 58672.0, - "new_cases": 1206.0, - "new_cases_smoothed": 1078.571, - "total_deaths": 918.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 17.857, - "total_cases_per_million": 510.353, - "new_cases_per_million": 10.49, - "new_cases_smoothed_per_million": 9.382, - "total_deaths_per_million": 7.985, - "new_deaths_per_million": 0.183, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 19449.0, - "total_tests": 1063454.0, - "total_tests_per_thousand": 9.25, - "new_tests_per_thousand": 0.169, - "new_tests_smoothed": 21880.0, - "new_tests_smoothed_per_thousand": 0.19, - "tests_per_case": 20.285999999999998, - "positive_rate": 0.049, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-08", - "total_cases": 59648.0, - "new_cases": 976.0, - "new_cases_smoothed": 1073.857, - "total_deaths": 933.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 17.714, - "total_cases_per_million": 518.843, - "new_cases_per_million": 8.49, - "new_cases_smoothed_per_million": 9.341, - "total_deaths_per_million": 8.116, - "new_deaths_per_million": 0.13, - "new_deaths_smoothed_per_million": 0.154, - "new_tests": 14815.0, - "total_tests": 1078269.0, - "total_tests_per_thousand": 9.379, - "new_tests_per_thousand": 0.129, - "new_tests_smoothed": 21402.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 19.93, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-09", - "total_cases": 60784.0, - "new_cases": 1136.0, - "new_cases_smoothed": 1068.571, - "total_deaths": 949.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 17.286, - "total_cases_per_million": 528.724, - "new_cases_per_million": 9.881, - "new_cases_smoothed_per_million": 9.295, - "total_deaths_per_million": 8.255, - "new_deaths_per_million": 0.139, - "new_deaths_smoothed_per_million": 0.15, - "new_tests": 15561.0, - "total_tests": 1093830.0, - "total_tests_per_thousand": 9.515, - "new_tests_per_thousand": 0.135, - "new_tests_smoothed": 20574.0, - "new_tests_smoothed_per_thousand": 0.179, - "tests_per_case": 19.254, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-10", - "total_cases": 61700.0, - "new_cases": 916.0, - "new_cases_smoothed": 1041.571, - "total_deaths": 966.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.143, - "total_cases_per_million": 536.692, - "new_cases_per_million": 7.968, - "new_cases_smoothed_per_million": 9.06, - "total_deaths_per_million": 8.403, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 16665.0, - "total_tests": 1110495.0, - "total_tests_per_thousand": 9.66, - "new_tests_per_thousand": 0.145, - "new_tests_smoothed": 19986.0, - "new_tests_smoothed_per_thousand": 0.174, - "tests_per_case": 19.188, - "positive_rate": 0.052000000000000005, - "tests_units": "tests performed", - "stringency_index": 80.56 - }, - { - "date": "2020-09-11", - "total_cases": 62578.0, - "new_cases": 878.0, - "new_cases_smoothed": 1052.143, - "total_deaths": 974.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 544.329, - "new_cases_per_million": 7.637, - "new_cases_smoothed_per_million": 9.152, - "total_deaths_per_million": 8.472, - "new_deaths_per_million": 0.07, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 12164.0, - "total_tests": 1122659.0, - "total_tests_per_thousand": 9.765, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 18337.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 17.428, - "positive_rate": 0.057, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-12", - "total_cases": 63367.0, - "new_cases": 789.0, - "new_cases_smoothed": 978.714, - "total_deaths": 986.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 15.143, - "total_cases_per_million": 551.192, - "new_cases_per_million": 6.863, - "new_cases_smoothed_per_million": 8.513, - "total_deaths_per_million": 8.577, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.132, - "new_tests": 8191.0, - "total_tests": 1130850.0, - "total_tests_per_thousand": 9.837, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 16000.0, - "new_tests_smoothed_per_thousand": 0.139, - "tests_per_case": 16.348, - "positive_rate": 0.061, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-13", - "total_cases": 63888.0, - "new_cases": 521.0, - "new_cases_smoothed": 917.429, - "total_deaths": 996.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 555.724, - "new_cases_per_million": 4.532, - "new_cases_smoothed_per_million": 7.98, - "total_deaths_per_million": 8.664, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.123, - "new_tests": 7162.0, - "total_tests": 1138012.0, - "total_tests_per_thousand": 9.899, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 13430.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_per_case": 14.639000000000001, - "positive_rate": 0.068, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-14", - "total_cases": 64301.0, - "new_cases": 413.0, - "new_cases_smoothed": 804.143, - "total_deaths": 1013.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 559.316, - "new_cases_per_million": 3.592, - "new_cases_smoothed_per_million": 6.995, - "total_deaths_per_million": 8.811, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.118, - "new_tests": 9256.0, - "total_tests": 1147268.0, - "total_tests_per_thousand": 9.979, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 11973.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 14.889000000000001, - "positive_rate": 0.067, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-15", - "total_cases": 64786.0, - "new_cases": 485.0, - "new_cases_smoothed": 734.0, - "total_deaths": 1022.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 563.535, - "new_cases_per_million": 4.219, - "new_cases_smoothed_per_million": 6.385, - "total_deaths_per_million": 8.89, - "new_deaths_per_million": 0.078, - "new_deaths_smoothed_per_million": 0.111, - "new_tests": 10024.0, - "total_tests": 1157292.0, - "total_tests_per_thousand": 10.067, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 11289.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 15.38, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-16", - "total_cases": 65486.0, - "new_cases": 700.0, - "new_cases_smoothed": 671.714, - "total_deaths": 1035.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 569.624, - "new_cases_per_million": 6.089, - "new_cases_smoothed_per_million": 5.843, - "total_deaths_per_million": 9.003, - "new_deaths_per_million": 0.113, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 8355.0, - "total_tests": 1165647.0, - "total_tests_per_thousand": 10.139, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 10260.0, - "new_tests_smoothed_per_thousand": 0.089, - "tests_per_case": 15.274000000000001, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-17", - "total_cases": 66224.0, - "new_cases": 738.0, - "new_cases_smoothed": 646.286, - "total_deaths": 1045.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 11.286, - "total_cases_per_million": 576.043, - "new_cases_per_million": 6.419, - "new_cases_smoothed_per_million": 5.622, - "total_deaths_per_million": 9.09, - "new_deaths_per_million": 0.087, - "new_deaths_smoothed_per_million": 0.098, - "new_tests": 10605.0, - "total_tests": 1176252.0, - "total_tests_per_thousand": 10.232, - "new_tests_per_thousand": 0.092, - "new_tests_smoothed": 9394.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 14.535, - "positive_rate": 0.069, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-18", - "total_cases": 66913.0, - "new_cases": 689.0, - "new_cases_smoothed": 619.286, - "total_deaths": 1060.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 582.036, - "new_cases_per_million": 5.993, - "new_cases_smoothed_per_million": 5.387, - "total_deaths_per_million": 9.22, - "new_deaths_per_million": 0.13, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 8221.0, - "total_tests": 1184473.0, - "total_tests_per_thousand": 10.303, - "new_tests_per_thousand": 0.072, - "new_tests_smoothed": 8831.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 14.26, - "positive_rate": 0.07, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-19", - "total_cases": 67515.0, - "new_cases": 602.0, - "new_cases_smoothed": 592.571, - "total_deaths": 1072.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 587.273, - "new_cases_per_million": 5.236, - "new_cases_smoothed_per_million": 5.154, - "total_deaths_per_million": 9.325, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 10322.0, - "total_tests": 1194795.0, - "total_tests_per_thousand": 10.393, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 9135.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 15.415999999999999, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-20", - "total_cases": 68131.0, - "new_cases": 616.0, - "new_cases_smoothed": 606.143, - "total_deaths": 1089.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 592.631, - "new_cases_per_million": 5.358, - "new_cases_smoothed_per_million": 5.272, - "total_deaths_per_million": 9.473, - "new_deaths_per_million": 0.148, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 8023.0, - "total_tests": 1202818.0, - "total_tests_per_thousand": 10.463, - "new_tests_per_thousand": 0.07, - "new_tests_smoothed": 9258.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 15.274000000000001, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-21", - "total_cases": 68820.0, - "new_cases": 689.0, - "new_cases_smoothed": 645.571, - "total_deaths": 1096.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 598.624, - "new_cases_per_million": 5.993, - "new_cases_smoothed_per_million": 5.615, - "total_deaths_per_million": 9.533, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.103, - "new_tests": 8115.0, - "total_tests": 1210933.0, - "total_tests_per_thousand": 10.533, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 9095.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 14.088, - "positive_rate": 0.071, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-09-22", - "total_cases": 69709.0, - "new_cases": 889.0, - "new_cases_smoothed": 703.286, - "total_deaths": 1108.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 606.357, - "new_cases_per_million": 7.733, - "new_cases_smoothed_per_million": 6.117, - "total_deaths_per_million": 9.638, - "new_deaths_per_million": 0.104, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 6813.0, - "total_tests": 1217746.0, - "total_tests_per_thousand": 10.592, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 8636.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 12.28, - "positive_rate": 0.081, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 70422.0, - "new_cases": 713.0, - "new_cases_smoothed": 705.143, - "total_deaths": 1127.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 612.559, - "new_cases_per_million": 6.202, - "new_cases_smoothed_per_million": 6.134, - "total_deaths_per_million": 9.803, - "new_deaths_per_million": 0.165, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 8551.0, - "total_tests": 1226297.0, - "total_tests_per_thousand": 10.667, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 8664.0, - "new_tests_smoothed_per_thousand": 0.075, - "tests_per_case": 12.287, - "positive_rate": 0.081, - "tests_units": "tests performed" - }, - { - "date": "2020-09-24", - "total_cases": 71083.0, - "new_cases": 661.0, - "new_cases_smoothed": 694.143, - "total_deaths": 1141.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 618.309, - "new_cases_per_million": 5.75, - "new_cases_smoothed_per_million": 6.038, - "total_deaths_per_million": 9.925, - "new_deaths_per_million": 0.122, - "new_deaths_smoothed_per_million": 0.119, - "new_tests": 8348.0, - "total_tests": 1234645.0, - "total_tests_per_thousand": 10.739, - "new_tests_per_thousand": 0.073, - "new_tests_smoothed": 8342.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 12.017999999999999, - "positive_rate": 0.083, - "tests_units": "tests performed" - }, - { - "date": "2020-09-25", - "total_cases": 71687.0, - "new_cases": 604.0, - "new_cases_smoothed": 682.0, - "total_deaths": 1148.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 623.563, - "new_cases_per_million": 5.254, - "new_cases_smoothed_per_million": 5.932, - "total_deaths_per_million": 9.986, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.109 - } - ] - }, - "FIN": { - "continent": "Europe", - "location": "Finland", - "population": 5540718.0, - "population_density": 18.136, - "median_age": 42.8, - "aged_65_older": 21.228, - "aged_70_older": 13.264, - "gdp_per_capita": 40585.721, - "cardiovasc_death_rate": 153.507, - "diabetes_prevalence": 5.76, - "female_smokers": 18.3, - "male_smokers": 22.6, - "hospital_beds_per_thousand": 3.28, - "life_expectancy": 81.91, - "human_development_index": 0.92, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 73.0, - "total_tests": 73.0, - "total_tests_per_thousand": 0.013, - "new_tests_per_thousand": 0.013, - "tests_units": "samples tested", - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-01", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-02", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-03", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-04", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-05", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-02-06", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-07", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-08", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-09", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-10", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-11", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-12", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-13", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-14", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-15", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-16", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-17", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-18", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-19", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-20", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-21", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-22", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-23", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-24", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-25", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-26", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.18, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4.0, - "total_tests": 77.0, - "total_tests_per_thousand": 0.014, - "new_tests_per_thousand": 0.001, - "tests_units": "samples tested", - "stringency_index": 13.89 - }, - { - "date": "2020-02-27", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.361, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9.0, - "total_tests": 86.0, - "total_tests_per_thousand": 0.016, - "new_tests_per_thousand": 0.002, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-02-28", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.361, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.026, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 358.0, - "total_tests": 444.0, - "total_tests_per_thousand": 0.08, - "new_tests_per_thousand": 0.065, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.541, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15.0, - "total_tests": 459.0, - "total_tests_per_thousand": 0.083, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.541, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.052, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 16.0, - "total_tests": 475.0, - "total_tests_per_thousand": 0.086, - "new_tests_per_thousand": 0.003, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "total_cases": 6.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.083, - "new_cases_per_million": 0.541, - "new_cases_smoothed_per_million": 0.129, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 501.0, - "total_tests_per_thousand": 0.09, - "new_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 51.0, - "total_tests": 552.0, - "total_tests_per_thousand": 0.1, - "new_tests_per_thousand": 0.009, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-04", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.263, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.155, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 85.0, - "total_tests": 637.0, - "total_tests_per_thousand": 0.115, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 80.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 93.333, - "positive_rate": 0.011000000000000001, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-05", - "new_cases_smoothed": 0.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 80.0, - "total_tests": 717.0, - "total_tests_per_thousand": 0.129, - "new_tests_per_thousand": 0.014, - "new_tests_smoothed": 90.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 126.0, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-06", - "total_cases": 12.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.166, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 0.258, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 105.0, - "total_tests": 822.0, - "total_tests_per_thousand": 0.148, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 37.8, - "positive_rate": 0.026000000000000002, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-07", - "total_cases": 19.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.429, - "new_cases_per_million": 1.263, - "new_cases_smoothed_per_million": 0.413, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 842.0, - "total_tests_per_thousand": 0.152, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 55.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 24.061999999999998, - "positive_rate": 0.042, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-08", - "new_cases_smoothed": 2.286, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.413, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14.0, - "total_tests": 856.0, - "total_tests_per_thousand": 0.154, - "new_tests_per_thousand": 0.003, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 23.625, - "positive_rate": 0.042, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-09", - "total_cases": 30.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.414, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 0.619, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 122.0, - "total_tests": 978.0, - "total_tests_per_thousand": 0.177, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 68.0, - "new_tests_smoothed_per_thousand": 0.012, - "tests_per_case": 19.833, - "positive_rate": 0.05, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-10", - "total_cases": 40.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.219, - "new_cases_per_million": 1.805, - "new_cases_smoothed_per_million": 0.877, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 128.0, - "total_tests": 1106.0, - "total_tests_per_thousand": 0.2, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 79.0, - "new_tests_smoothed_per_thousand": 0.014, - "tests_per_case": 16.265, - "positive_rate": 0.061, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-11", - "new_cases_smoothed": 4.714, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.851, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 163.0, - "total_tests": 1269.0, - "total_tests_per_thousand": 0.229, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 90.0, - "new_tests_smoothed_per_thousand": 0.016, - "tests_per_case": 19.090999999999998, - "positive_rate": 0.052000000000000005, - "tests_units": "samples tested", - "stringency_index": 19.44 - }, - { - "date": "2020-03-12", - "total_cases": 59.0, - "new_cases": 19.0, - "new_cases_smoothed": 7.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.648, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 1.341, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 349.0, - "total_tests": 1618.0, - "total_tests_per_thousand": 0.292, - "new_tests_per_thousand": 0.063, - "new_tests_smoothed": 129.0, - "new_tests_smoothed_per_thousand": 0.023, - "tests_per_case": 17.365, - "positive_rate": 0.057999999999999996, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-13", - "total_cases": 155.0, - "new_cases": 96.0, - "new_cases_smoothed": 20.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.975, - "new_cases_per_million": 17.326, - "new_cases_smoothed_per_million": 3.687, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 409.0, - "total_tests": 2027.0, - "total_tests_per_thousand": 0.366, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 172.0, - "new_tests_smoothed_per_thousand": 0.031, - "tests_per_case": 8.42, - "positive_rate": 0.11900000000000001, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-14", - "total_cases": 183.0, - "new_cases": 28.0, - "new_cases_smoothed": 23.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.028, - "new_cases_per_million": 5.053, - "new_cases_smoothed_per_million": 4.228, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 595.0, - "total_tests": 2622.0, - "total_tests_per_thousand": 0.473, - "new_tests_per_thousand": 0.107, - "new_tests_smoothed": 254.0, - "new_tests_smoothed_per_thousand": 0.046, - "tests_per_case": 10.841, - "positive_rate": 0.092, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-15", - "total_cases": 210.0, - "new_cases": 27.0, - "new_cases_smoothed": 27.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.901, - "new_cases_per_million": 4.873, - "new_cases_smoothed_per_million": 4.925, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 644.0, - "total_tests": 3266.0, - "total_tests_per_thousand": 0.589, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 344.0, - "new_tests_smoothed_per_thousand": 0.062, - "tests_per_case": 12.607000000000001, - "positive_rate": 0.079, - "tests_units": "samples tested", - "stringency_index": 34.26 - }, - { - "date": "2020-03-16", - "total_cases": 267.0, - "new_cases": 57.0, - "new_cases_smoothed": 33.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.189, - "new_cases_per_million": 10.287, - "new_cases_smoothed_per_million": 6.111, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 812.0, - "total_tests": 4078.0, - "total_tests_per_thousand": 0.736, - "new_tests_per_thousand": 0.147, - "new_tests_smoothed": 443.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 13.084000000000001, - "positive_rate": 0.076, - "tests_units": "samples tested", - "stringency_index": 54.63 - }, - { - "date": "2020-03-17", - "total_cases": 272.0, - "new_cases": 5.0, - "new_cases_smoothed": 33.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 49.091, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 5.982, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1117.0, - "total_tests": 5195.0, - "total_tests_per_thousand": 0.938, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 584.0, - "new_tests_smoothed_per_thousand": 0.105, - "tests_per_case": 17.621, - "positive_rate": 0.057, - "tests_units": "samples tested", - "stringency_index": 54.63 - }, - { - "date": "2020-03-18", - "total_cases": 319.0, - "new_cases": 47.0, - "new_cases_smoothed": 39.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 57.574, - "new_cases_per_million": 8.483, - "new_cases_smoothed_per_million": 7.193, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1015.0, - "total_tests": 6210.0, - "total_tests_per_thousand": 1.121, - "new_tests_per_thousand": 0.183, - "new_tests_smoothed": 706.0, - "new_tests_smoothed_per_thousand": 0.127, - "tests_per_case": 17.713, - "positive_rate": 0.055999999999999994, - "tests_units": "samples tested", - "stringency_index": 54.63 - }, - { - "date": "2020-03-19", - "total_cases": 369.0, - "new_cases": 50.0, - "new_cases_smoothed": 44.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 66.598, - "new_cases_per_million": 9.024, - "new_cases_smoothed_per_million": 7.993, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 776.0, - "total_tests": 6986.0, - "total_tests_per_thousand": 1.261, - "new_tests_per_thousand": 0.14, - "new_tests_smoothed": 767.0, - "new_tests_smoothed_per_thousand": 0.138, - "tests_per_case": 17.319000000000003, - "positive_rate": 0.057999999999999996, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-20", - "total_cases": 400.0, - "new_cases": 31.0, - "new_cases_smoothed": 35.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 72.193, - "new_cases_per_million": 5.595, - "new_cases_smoothed_per_million": 6.317, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1268.0, - "total_tests": 8254.0, - "total_tests_per_thousand": 1.49, - "new_tests_per_thousand": 0.229, - "new_tests_smoothed": 890.0, - "new_tests_smoothed_per_thousand": 0.161, - "tests_per_case": 25.429000000000002, - "positive_rate": 0.039, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-21", - "total_cases": 450.0, - "new_cases": 50.0, - "new_cases_smoothed": 38.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 81.217, - "new_cases_per_million": 9.024, - "new_cases_smoothed_per_million": 6.884, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1595.0, - "total_tests": 9849.0, - "total_tests_per_thousand": 1.778, - "new_tests_per_thousand": 0.288, - "new_tests_smoothed": 1032.0, - "new_tests_smoothed_per_thousand": 0.186, - "tests_per_case": 27.055999999999997, - "positive_rate": 0.037000000000000005, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-22", - "total_cases": 521.0, - "new_cases": 71.0, - "new_cases_smoothed": 44.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 94.031, - "new_cases_per_million": 12.814, - "new_cases_smoothed_per_million": 8.019, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 1052.0, - "total_tests": 10901.0, - "total_tests_per_thousand": 1.967, - "new_tests_per_thousand": 0.19, - "new_tests_smoothed": 1091.0, - "new_tests_smoothed_per_thousand": 0.197, - "tests_per_case": 24.555999999999997, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-23", - "total_cases": 626.0, - "new_cases": 105.0, - "new_cases_smoothed": 51.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 112.982, - "new_cases_per_million": 18.951, - "new_cases_smoothed_per_million": 9.256, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 1319.0, - "total_tests": 12220.0, - "total_tests_per_thousand": 2.205, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 1163.0, - "new_tests_smoothed_per_thousand": 0.21, - "tests_per_case": 22.677, - "positive_rate": 0.044000000000000004, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-24", - "total_cases": 700.0, - "new_cases": 74.0, - "new_cases_smoothed": 61.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 126.337, - "new_cases_per_million": 13.356, - "new_cases_smoothed_per_million": 11.035, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 1579.0, - "total_tests": 13799.0, - "total_tests_per_thousand": 2.49, - "new_tests_per_thousand": 0.285, - "new_tests_smoothed": 1229.0, - "new_tests_smoothed_per_thousand": 0.222, - "tests_per_case": 20.1, - "positive_rate": 0.05, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-25", - "total_cases": 792.0, - "new_cases": 92.0, - "new_cases_smoothed": 67.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 142.942, - "new_cases_per_million": 16.604, - "new_cases_smoothed_per_million": 12.195, - "total_deaths_per_million": 0.18, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 1849.0, - "total_tests": 15648.0, - "total_tests_per_thousand": 2.824, - "new_tests_per_thousand": 0.334, - "new_tests_smoothed": 1348.0, - "new_tests_smoothed_per_thousand": 0.243, - "tests_per_case": 19.949, - "positive_rate": 0.05, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-26", - "total_cases": 880.0, - "new_cases": 88.0, - "new_cases_smoothed": 73.0, - "total_deaths": 3.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 158.824, - "new_cases_per_million": 15.882, - "new_cases_smoothed_per_million": 13.175, - "total_deaths_per_million": 0.541, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 1837.0, - "total_tests": 17485.0, - "total_tests_per_thousand": 3.156, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 1500.0, - "new_tests_smoothed_per_thousand": 0.271, - "tests_per_case": 20.548000000000002, - "positive_rate": 0.049, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-27", - "total_cases": 958.0, - "new_cases": 78.0, - "new_cases_smoothed": 79.714, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 172.902, - "new_cases_per_million": 14.078, - "new_cases_smoothed_per_million": 14.387, - "total_deaths_per_million": 0.722, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.103, - "new_tests": 2005.0, - "total_tests": 19490.0, - "total_tests_per_thousand": 3.518, - "new_tests_per_thousand": 0.362, - "new_tests_smoothed": 1605.0, - "new_tests_smoothed_per_thousand": 0.29, - "tests_per_case": 20.134, - "positive_rate": 0.05, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-03-28", - "total_cases": 1025.0, - "new_cases": 67.0, - "new_cases_smoothed": 82.143, - "total_deaths": 7.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 184.994, - "new_cases_per_million": 12.092, - "new_cases_smoothed_per_million": 14.825, - "total_deaths_per_million": 1.263, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 1207.0, - "total_tests": 20697.0, - "total_tests_per_thousand": 3.735, - "new_tests_per_thousand": 0.218, - "new_tests_smoothed": 1550.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 18.87, - "positive_rate": 0.053, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-03-29", - "total_cases": 1218.0, - "new_cases": 193.0, - "new_cases_smoothed": 99.571, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 219.827, - "new_cases_per_million": 34.833, - "new_cases_smoothed_per_million": 17.971, - "total_deaths_per_million": 1.624, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 583.0, - "total_tests": 21280.0, - "total_tests_per_thousand": 3.841, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 1483.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_per_case": 14.894, - "positive_rate": 0.067, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-03-30", - "total_cases": 1218.0, - "new_cases": 0.0, - "new_cases_smoothed": 84.571, - "total_deaths": 11.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 219.827, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.264, - "total_deaths_per_million": 1.985, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.258, - "new_tests": 1081.0, - "total_tests": 22361.0, - "total_tests_per_thousand": 4.036, - "new_tests_per_thousand": 0.195, - "new_tests_smoothed": 1449.0, - "new_tests_smoothed_per_thousand": 0.262, - "tests_per_case": 17.133, - "positive_rate": 0.057999999999999996, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-03-31", - "total_cases": 1313.0, - "new_cases": 95.0, - "new_cases_smoothed": 87.571, - "total_deaths": 13.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 236.973, - "new_cases_per_million": 17.146, - "new_cases_smoothed_per_million": 15.805, - "total_deaths_per_million": 2.346, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.309, - "new_tests": 1085.0, - "total_tests": 23446.0, - "total_tests_per_thousand": 4.232, - "new_tests_per_thousand": 0.196, - "new_tests_smoothed": 1378.0, - "new_tests_smoothed_per_thousand": 0.249, - "tests_per_case": 15.735999999999999, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-01", - "total_cases": 1384.0, - "new_cases": 71.0, - "new_cases_smoothed": 84.571, - "total_deaths": 17.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 249.787, - "new_cases_per_million": 12.814, - "new_cases_smoothed_per_million": 15.264, - "total_deaths_per_million": 3.068, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.413, - "new_tests": 1567.0, - "total_tests": 25013.0, - "total_tests_per_thousand": 4.514, - "new_tests_per_thousand": 0.283, - "new_tests_smoothed": 1338.0, - "new_tests_smoothed_per_thousand": 0.241, - "tests_per_case": 15.821, - "positive_rate": 0.063, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-02", - "total_cases": 1446.0, - "new_cases": 62.0, - "new_cases_smoothed": 80.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 260.977, - "new_cases_per_million": 11.19, - "new_cases_smoothed_per_million": 14.593, - "total_deaths_per_million": 3.068, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.361, - "new_tests": 2253.0, - "total_tests": 27266.0, - "total_tests_per_thousand": 4.921, - "new_tests_per_thousand": 0.407, - "new_tests_smoothed": 1397.0, - "new_tests_smoothed_per_thousand": 0.252, - "tests_per_case": 17.277, - "positive_rate": 0.057999999999999996, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-03", - "total_cases": 1518.0, - "new_cases": 72.0, - "new_cases_smoothed": 80.0, - "total_deaths": 19.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.143, - "total_cases_per_million": 273.972, - "new_cases_per_million": 12.995, - "new_cases_smoothed_per_million": 14.439, - "total_deaths_per_million": 3.429, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.387, - "new_tests": 1689.0, - "total_tests": 28955.0, - "total_tests_per_thousand": 5.226, - "new_tests_per_thousand": 0.305, - "new_tests_smoothed": 1352.0, - "new_tests_smoothed_per_thousand": 0.244, - "tests_per_case": 16.9, - "positive_rate": 0.059000000000000004, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-04", - "total_cases": 1615.0, - "new_cases": 97.0, - "new_cases_smoothed": 84.286, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 291.478, - "new_cases_per_million": 17.507, - "new_cases_smoothed_per_million": 15.212, - "total_deaths_per_million": 3.61, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.335, - "new_tests": 3223.0, - "total_tests": 32178.0, - "total_tests_per_thousand": 5.808, - "new_tests_per_thousand": 0.582, - "new_tests_smoothed": 1640.0, - "new_tests_smoothed_per_thousand": 0.296, - "tests_per_case": 19.458, - "positive_rate": 0.051, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-05", - "total_cases": 1882.0, - "new_cases": 267.0, - "new_cases_smoothed": 94.857, - "total_deaths": 25.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 339.667, - "new_cases_per_million": 48.189, - "new_cases_smoothed_per_million": 17.12, - "total_deaths_per_million": 4.512, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 0.413, - "new_tests": 1647.0, - "total_tests": 33825.0, - "total_tests_per_thousand": 6.105, - "new_tests_per_thousand": 0.297, - "new_tests_smoothed": 1792.0, - "new_tests_smoothed_per_thousand": 0.323, - "tests_per_case": 18.892, - "positive_rate": 0.053, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-06", - "total_cases": 1927.0, - "new_cases": 45.0, - "new_cases_smoothed": 101.286, - "total_deaths": 27.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.286, - "total_cases_per_million": 347.789, - "new_cases_per_million": 8.122, - "new_cases_smoothed_per_million": 18.28, - "total_deaths_per_million": 4.873, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.413, - "new_tests": 1970.0, - "total_tests": 35795.0, - "total_tests_per_thousand": 6.46, - "new_tests_per_thousand": 0.356, - "new_tests_smoothed": 1919.0, - "new_tests_smoothed_per_thousand": 0.346, - "tests_per_case": 18.945999999999998, - "positive_rate": 0.053, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-07", - "total_cases": 2176.0, - "new_cases": 249.0, - "new_cases_smoothed": 123.286, - "total_deaths": 27.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.0, - "total_cases_per_million": 392.729, - "new_cases_per_million": 44.94, - "new_cases_smoothed_per_million": 22.251, - "total_deaths_per_million": 4.873, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.361, - "new_tests": 2120.0, - "total_tests": 37915.0, - "total_tests_per_thousand": 6.843, - "new_tests_per_thousand": 0.383, - "new_tests_smoothed": 2067.0, - "new_tests_smoothed_per_thousand": 0.373, - "tests_per_case": 16.766, - "positive_rate": 0.06, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-08", - "total_cases": 2308.0, - "new_cases": 132.0, - "new_cases_smoothed": 132.0, - "total_deaths": 34.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 416.553, - "new_cases_per_million": 23.824, - "new_cases_smoothed_per_million": 23.824, - "total_deaths_per_million": 6.136, - "new_deaths_per_million": 1.263, - "new_deaths_smoothed_per_million": 0.438, - "new_tests": 3301.0, - "total_tests": 41216.0, - "total_tests_per_thousand": 7.439, - "new_tests_per_thousand": 0.596, - "new_tests_smoothed": 2315.0, - "new_tests_smoothed_per_thousand": 0.418, - "tests_per_case": 17.538, - "positive_rate": 0.057, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-09", - "total_cases": 2487.0, - "new_cases": 179.0, - "new_cases_smoothed": 148.714, - "total_deaths": 40.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 448.859, - "new_cases_per_million": 32.306, - "new_cases_smoothed_per_million": 26.84, - "total_deaths_per_million": 7.219, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 0.593, - "new_tests": 2434.0, - "total_tests": 43650.0, - "total_tests_per_thousand": 7.878, - "new_tests_per_thousand": 0.439, - "new_tests_smoothed": 2341.0, - "new_tests_smoothed_per_thousand": 0.423, - "tests_per_case": 15.742, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-10", - "total_cases": 2605.0, - "new_cases": 118.0, - "new_cases_smoothed": 155.286, - "total_deaths": 42.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 3.286, - "total_cases_per_million": 470.156, - "new_cases_per_million": 21.297, - "new_cases_smoothed_per_million": 28.026, - "total_deaths_per_million": 7.58, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.593, - "new_tests": 3243.0, - "total_tests": 46893.0, - "total_tests_per_thousand": 8.463, - "new_tests_per_thousand": 0.585, - "new_tests_smoothed": 2563.0, - "new_tests_smoothed_per_thousand": 0.463, - "tests_per_case": 16.505, - "positive_rate": 0.061, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-11", - "total_cases": 2769.0, - "new_cases": 164.0, - "new_cases_smoothed": 164.857, - "total_deaths": 48.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.0, - "total_cases_per_million": 499.755, - "new_cases_per_million": 29.599, - "new_cases_smoothed_per_million": 29.754, - "total_deaths_per_million": 8.663, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 0.722, - "new_tests": 1318.0, - "total_tests": 48211.0, - "total_tests_per_thousand": 8.701, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 2290.0, - "new_tests_smoothed_per_thousand": 0.413, - "tests_per_case": 13.890999999999998, - "positive_rate": 0.07200000000000001, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-12", - "total_cases": 2905.0, - "new_cases": 136.0, - "new_cases_smoothed": 146.143, - "total_deaths": 49.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.429, - "total_cases_per_million": 524.3, - "new_cases_per_million": 24.546, - "new_cases_smoothed_per_million": 26.376, - "total_deaths_per_million": 8.844, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.619, - "new_tests": 1588.0, - "total_tests": 49799.0, - "total_tests_per_thousand": 8.988, - "new_tests_per_thousand": 0.287, - "new_tests_smoothed": 2282.0, - "new_tests_smoothed_per_thousand": 0.412, - "tests_per_case": 15.615, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-13", - "total_cases": 2974.0, - "new_cases": 69.0, - "new_cases_smoothed": 149.571, - "total_deaths": 56.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 536.754, - "new_cases_per_million": 12.453, - "new_cases_smoothed_per_million": 26.995, - "total_deaths_per_million": 10.107, - "new_deaths_per_million": 1.263, - "new_deaths_smoothed_per_million": 0.748, - "new_tests": 920.0, - "total_tests": 50719.0, - "total_tests_per_thousand": 9.154, - "new_tests_per_thousand": 0.166, - "new_tests_smoothed": 2132.0, - "new_tests_smoothed_per_thousand": 0.385, - "tests_per_case": 14.254000000000001, - "positive_rate": 0.07, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-14", - "total_cases": 3064.0, - "new_cases": 90.0, - "new_cases_smoothed": 126.857, - "total_deaths": 59.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 552.997, - "new_cases_per_million": 16.243, - "new_cases_smoothed_per_million": 22.895, - "total_deaths_per_million": 10.648, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 1191.0, - "total_tests": 51910.0, - "total_tests_per_thousand": 9.369, - "new_tests_per_thousand": 0.215, - "new_tests_smoothed": 1999.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 15.758, - "positive_rate": 0.063, - "tests_units": "samples tested", - "stringency_index": 60.19 - }, - { - "date": "2020-04-15", - "total_cases": 3161.0, - "new_cases": 97.0, - "new_cases_smoothed": 121.857, - "total_deaths": 64.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 4.286, - "total_cases_per_million": 570.504, - "new_cases_per_million": 17.507, - "new_cases_smoothed_per_million": 21.993, - "total_deaths_per_million": 11.551, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 0.773, - "new_tests": 2293.0, - "total_tests": 54203.0, - "total_tests_per_thousand": 9.783, - "new_tests_per_thousand": 0.414, - "new_tests_smoothed": 1855.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 15.222999999999999, - "positive_rate": 0.066, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-16", - "total_cases": 3237.0, - "new_cases": 76.0, - "new_cases_smoothed": 107.143, - "total_deaths": 72.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 584.22, - "new_cases_per_million": 13.717, - "new_cases_smoothed_per_million": 19.337, - "total_deaths_per_million": 12.995, - "new_deaths_per_million": 1.444, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 3462.0, - "total_tests": 57665.0, - "total_tests_per_thousand": 10.407, - "new_tests_per_thousand": 0.625, - "new_tests_smoothed": 2002.0, - "new_tests_smoothed_per_thousand": 0.361, - "tests_per_case": 18.685, - "positive_rate": 0.054000000000000006, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-17", - "total_cases": 3369.0, - "new_cases": 132.0, - "new_cases_smoothed": 109.143, - "total_deaths": 75.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 608.044, - "new_cases_per_million": 23.824, - "new_cases_smoothed_per_million": 19.698, - "total_deaths_per_million": 13.536, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.851, - "new_tests": 2714.0, - "total_tests": 60379.0, - "total_tests_per_thousand": 10.897, - "new_tests_per_thousand": 0.49, - "new_tests_smoothed": 1927.0, - "new_tests_smoothed_per_thousand": 0.348, - "tests_per_case": 17.656, - "positive_rate": 0.057, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-18", - "total_cases": 3489.0, - "new_cases": 120.0, - "new_cases_smoothed": 102.857, - "total_deaths": 82.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 629.702, - "new_cases_per_million": 21.658, - "new_cases_smoothed_per_million": 18.564, - "total_deaths_per_million": 14.8, - "new_deaths_per_million": 1.263, - "new_deaths_smoothed_per_million": 0.877, - "new_tests": 3598.0, - "total_tests": 63977.0, - "total_tests_per_thousand": 11.547, - "new_tests_per_thousand": 0.649, - "new_tests_smoothed": 2252.0, - "new_tests_smoothed_per_thousand": 0.406, - "tests_per_case": 21.894000000000002, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-19", - "total_cases": 3681.0, - "new_cases": 192.0, - "new_cases_smoothed": 110.857, - "total_deaths": 90.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 664.354, - "new_cases_per_million": 34.653, - "new_cases_smoothed_per_million": 20.008, - "total_deaths_per_million": 16.243, - "new_deaths_per_million": 1.444, - "new_deaths_smoothed_per_million": 1.057, - "new_tests": 2359.0, - "total_tests": 66336.0, - "total_tests_per_thousand": 11.972, - "new_tests_per_thousand": 0.426, - "new_tests_smoothed": 2362.0, - "new_tests_smoothed_per_thousand": 0.426, - "tests_per_case": 21.307, - "positive_rate": 0.047, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-20", - "total_cases": 3783.0, - "new_cases": 102.0, - "new_cases_smoothed": 115.571, - "total_deaths": 94.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.429, - "total_cases_per_million": 682.763, - "new_cases_per_million": 18.409, - "new_cases_smoothed_per_million": 20.859, - "total_deaths_per_million": 16.965, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.98, - "new_tests": 1790.0, - "total_tests": 68126.0, - "total_tests_per_thousand": 12.296, - "new_tests_per_thousand": 0.323, - "new_tests_smoothed": 2487.0, - "new_tests_smoothed_per_thousand": 0.449, - "tests_per_case": 21.519000000000002, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-21", - "total_cases": 3868.0, - "new_cases": 85.0, - "new_cases_smoothed": 114.857, - "total_deaths": 98.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 698.104, - "new_cases_per_million": 15.341, - "new_cases_smoothed_per_million": 20.73, - "total_deaths_per_million": 17.687, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 1.006, - "new_tests": 3509.0, - "total_tests": 71635.0, - "total_tests_per_thousand": 12.929, - "new_tests_per_thousand": 0.633, - "new_tests_smoothed": 2818.0, - "new_tests_smoothed_per_thousand": 0.509, - "tests_per_case": 24.535, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-22", - "total_cases": 4014.0, - "new_cases": 146.0, - "new_cases_smoothed": 121.857, - "total_deaths": 141.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 724.455, - "new_cases_per_million": 26.35, - "new_cases_smoothed_per_million": 21.993, - "total_deaths_per_million": 25.448, - "new_deaths_per_million": 7.761, - "new_deaths_smoothed_per_million": 1.985, - "new_tests": 4125.0, - "total_tests": 75760.0, - "total_tests_per_thousand": 13.673, - "new_tests_per_thousand": 0.744, - "new_tests_smoothed": 3080.0, - "new_tests_smoothed_per_thousand": 0.556, - "tests_per_case": 25.275, - "positive_rate": 0.04, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-23", - "total_cases": 4129.0, - "new_cases": 115.0, - "new_cases_smoothed": 127.429, - "total_deaths": 149.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 745.21, - "new_cases_per_million": 20.755, - "new_cases_smoothed_per_million": 22.999, - "total_deaths_per_million": 26.892, - "new_deaths_per_million": 1.444, - "new_deaths_smoothed_per_million": 1.985, - "new_tests": 3582.0, - "total_tests": 79342.0, - "total_tests_per_thousand": 14.32, - "new_tests_per_thousand": 0.646, - "new_tests_smoothed": 3097.0, - "new_tests_smoothed_per_thousand": 0.559, - "tests_per_case": 24.304000000000002, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-24", - "total_cases": 4284.0, - "new_cases": 155.0, - "new_cases_smoothed": 130.714, - "total_deaths": 172.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 773.185, - "new_cases_per_million": 27.975, - "new_cases_smoothed_per_million": 23.592, - "total_deaths_per_million": 31.043, - "new_deaths_per_million": 4.151, - "new_deaths_smoothed_per_million": 2.501, - "new_tests": 3941.0, - "total_tests": 83283.0, - "total_tests_per_thousand": 15.031, - "new_tests_per_thousand": 0.711, - "new_tests_smoothed": 3272.0, - "new_tests_smoothed_per_thousand": 0.591, - "tests_per_case": 25.031999999999996, - "positive_rate": 0.04, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-25", - "total_cases": 4395.0, - "new_cases": 111.0, - "new_cases_smoothed": 129.429, - "total_deaths": 177.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 793.218, - "new_cases_per_million": 20.034, - "new_cases_smoothed_per_million": 23.36, - "total_deaths_per_million": 31.945, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 2.449, - "new_tests": 2997.0, - "total_tests": 86280.0, - "total_tests_per_thousand": 15.572, - "new_tests_per_thousand": 0.541, - "new_tests_smoothed": 3186.0, - "new_tests_smoothed_per_thousand": 0.575, - "tests_per_case": 24.616, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-26", - "total_cases": 4475.0, - "new_cases": 80.0, - "new_cases_smoothed": 113.429, - "total_deaths": 186.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 807.657, - "new_cases_per_million": 14.439, - "new_cases_smoothed_per_million": 20.472, - "total_deaths_per_million": 33.57, - "new_deaths_per_million": 1.624, - "new_deaths_smoothed_per_million": 2.475, - "new_tests": 2481.0, - "total_tests": 88761.0, - "total_tests_per_thousand": 16.02, - "new_tests_per_thousand": 0.448, - "new_tests_smoothed": 3204.0, - "new_tests_smoothed_per_thousand": 0.578, - "tests_per_case": 28.247, - "positive_rate": 0.035, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-27", - "total_cases": 4576.0, - "new_cases": 101.0, - "new_cases_smoothed": 113.286, - "total_deaths": 190.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 825.886, - "new_cases_per_million": 18.229, - "new_cases_smoothed_per_million": 20.446, - "total_deaths_per_million": 34.292, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 2.475, - "new_tests": 2402.0, - "total_tests": 91163.0, - "total_tests_per_thousand": 16.453, - "new_tests_per_thousand": 0.434, - "new_tests_smoothed": 3291.0, - "new_tests_smoothed_per_thousand": 0.594, - "tests_per_case": 29.05, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-28", - "total_cases": 4695.0, - "new_cases": 119.0, - "new_cases_smoothed": 118.143, - "total_deaths": 193.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 847.363, - "new_cases_per_million": 21.477, - "new_cases_smoothed_per_million": 21.323, - "total_deaths_per_million": 34.833, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 2.449, - "new_tests": 3656.0, - "total_tests": 94819.0, - "total_tests_per_thousand": 17.113, - "new_tests_per_thousand": 0.66, - "new_tests_smoothed": 3312.0, - "new_tests_smoothed_per_thousand": 0.598, - "tests_per_case": 28.034000000000002, - "positive_rate": 0.036000000000000004, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-29", - "total_cases": 4740.0, - "new_cases": 45.0, - "new_cases_smoothed": 103.714, - "total_deaths": 199.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 855.485, - "new_cases_per_million": 8.122, - "new_cases_smoothed_per_million": 18.719, - "total_deaths_per_million": 35.916, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 1.495, - "new_tests": 4314.0, - "total_tests": 99133.0, - "total_tests_per_thousand": 17.892, - "new_tests_per_thousand": 0.779, - "new_tests_smoothed": 3339.0, - "new_tests_smoothed_per_thousand": 0.603, - "tests_per_case": 32.194, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-04-30", - "total_cases": 4906.0, - "new_cases": 166.0, - "new_cases_smoothed": 111.0, - "total_deaths": 206.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.143, - "total_cases_per_million": 885.445, - "new_cases_per_million": 29.96, - "new_cases_smoothed_per_million": 20.034, - "total_deaths_per_million": 37.179, - "new_deaths_per_million": 1.263, - "new_deaths_smoothed_per_million": 1.47, - "new_tests": 4048.0, - "total_tests": 103181.0, - "total_tests_per_thousand": 18.622, - "new_tests_per_thousand": 0.731, - "new_tests_smoothed": 3406.0, - "new_tests_smoothed_per_thousand": 0.615, - "tests_per_case": 30.685, - "positive_rate": 0.033, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-01", - "total_cases": 4995.0, - "new_cases": 89.0, - "new_cases_smoothed": 101.571, - "total_deaths": 211.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 5.571, - "total_cases_per_million": 901.508, - "new_cases_per_million": 16.063, - "new_cases_smoothed_per_million": 18.332, - "total_deaths_per_million": 38.082, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 1.006, - "new_tests": 3257.0, - "total_tests": 106438.0, - "total_tests_per_thousand": 19.21, - "new_tests_per_thousand": 0.588, - "new_tests_smoothed": 3308.0, - "new_tests_smoothed_per_thousand": 0.597, - "tests_per_case": 32.568000000000005, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-02", - "total_cases": 5051.0, - "new_cases": 56.0, - "new_cases_smoothed": 93.714, - "total_deaths": 218.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 911.615, - "new_cases_per_million": 10.107, - "new_cases_smoothed_per_million": 16.914, - "total_deaths_per_million": 39.345, - "new_deaths_per_million": 1.263, - "new_deaths_smoothed_per_million": 1.057, - "new_tests": 1464.0, - "total_tests": 107902.0, - "total_tests_per_thousand": 19.474, - "new_tests_per_thousand": 0.264, - "new_tests_smoothed": 3089.0, - "new_tests_smoothed_per_thousand": 0.558, - "tests_per_case": 32.961999999999996, - "positive_rate": 0.03, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-03", - "total_cases": 5179.0, - "new_cases": 128.0, - "new_cases_smoothed": 100.571, - "total_deaths": 220.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 934.716, - "new_cases_per_million": 23.102, - "new_cases_smoothed_per_million": 18.151, - "total_deaths_per_million": 39.706, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.877, - "new_tests": 1616.0, - "total_tests": 109518.0, - "total_tests_per_thousand": 19.766, - "new_tests_per_thousand": 0.292, - "new_tests_smoothed": 2965.0, - "new_tests_smoothed_per_thousand": 0.535, - "tests_per_case": 29.482, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-04", - "total_cases": 5254.0, - "new_cases": 75.0, - "new_cases_smoothed": 96.857, - "total_deaths": 230.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 948.253, - "new_cases_per_million": 13.536, - "new_cases_smoothed_per_million": 17.481, - "total_deaths_per_million": 41.511, - "new_deaths_per_million": 1.805, - "new_deaths_smoothed_per_million": 1.031, - "new_tests": 1717.0, - "total_tests": 111235.0, - "total_tests_per_thousand": 20.076, - "new_tests_per_thousand": 0.31, - "new_tests_smoothed": 2867.0, - "new_tests_smoothed_per_thousand": 0.517, - "tests_per_case": 29.6, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-05", - "total_cases": 5327.0, - "new_cases": 73.0, - "new_cases_smoothed": 90.286, - "total_deaths": 240.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 961.428, - "new_cases_per_million": 13.175, - "new_cases_smoothed_per_million": 16.295, - "total_deaths_per_million": 43.316, - "new_deaths_per_million": 1.805, - "new_deaths_smoothed_per_million": 1.212, - "new_tests": 3681.0, - "total_tests": 114916.0, - "total_tests_per_thousand": 20.74, - "new_tests_per_thousand": 0.664, - "new_tests_smoothed": 2871.0, - "new_tests_smoothed_per_thousand": 0.518, - "tests_per_case": 31.799, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-06", - "total_cases": 5412.0, - "new_cases": 85.0, - "new_cases_smoothed": 96.0, - "total_deaths": 246.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 976.769, - "new_cases_per_million": 15.341, - "new_cases_smoothed_per_million": 17.326, - "total_deaths_per_million": 44.399, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 1.212, - "new_tests": 3696.0, - "total_tests": 118612.0, - "total_tests_per_thousand": 21.407, - "new_tests_per_thousand": 0.667, - "new_tests_smoothed": 2783.0, - "new_tests_smoothed_per_thousand": 0.502, - "tests_per_case": 28.99, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-07", - "total_cases": 5573.0, - "new_cases": 161.0, - "new_cases_smoothed": 95.286, - "total_deaths": 252.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 1005.826, - "new_cases_per_million": 29.058, - "new_cases_smoothed_per_million": 17.197, - "total_deaths_per_million": 45.481, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 1.186, - "new_tests": 3712.0, - "total_tests": 122324.0, - "total_tests_per_thousand": 22.077, - "new_tests_per_thousand": 0.67, - "new_tests_smoothed": 2735.0, - "new_tests_smoothed_per_thousand": 0.494, - "tests_per_case": 28.703000000000003, - "positive_rate": 0.035, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-08", - "total_cases": 5673.0, - "new_cases": 100.0, - "new_cases_smoothed": 96.857, - "total_deaths": 255.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 1023.875, - "new_cases_per_million": 18.048, - "new_cases_smoothed_per_million": 17.481, - "total_deaths_per_million": 46.023, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 1.134, - "new_tests": 3179.0, - "total_tests": 125503.0, - "total_tests_per_thousand": 22.651, - "new_tests_per_thousand": 0.574, - "new_tests_smoothed": 2724.0, - "new_tests_smoothed_per_thousand": 0.492, - "tests_per_case": 28.124000000000002, - "positive_rate": 0.036000000000000004, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-09", - "total_cases": 5738.0, - "new_cases": 65.0, - "new_cases_smoothed": 98.143, - "total_deaths": 260.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.0, - "total_cases_per_million": 1035.606, - "new_cases_per_million": 11.731, - "new_cases_smoothed_per_million": 17.713, - "total_deaths_per_million": 46.925, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 1.083, - "new_tests": 2680.0, - "total_tests": 128183.0, - "total_tests_per_thousand": 23.135, - "new_tests_per_thousand": 0.484, - "new_tests_smoothed": 2897.0, - "new_tests_smoothed_per_thousand": 0.523, - "tests_per_case": 29.518, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-10", - "total_cases": 5880.0, - "new_cases": 142.0, - "new_cases_smoothed": 100.143, - "total_deaths": 265.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 6.429, - "total_cases_per_million": 1061.234, - "new_cases_per_million": 25.628, - "new_cases_smoothed_per_million": 18.074, - "total_deaths_per_million": 47.828, - "new_deaths_per_million": 0.902, - "new_deaths_smoothed_per_million": 1.16, - "new_tests": 1816.0, - "total_tests": 129999.0, - "total_tests_per_thousand": 23.462, - "new_tests_per_thousand": 0.328, - "new_tests_smoothed": 2926.0, - "new_tests_smoothed_per_thousand": 0.528, - "tests_per_case": 29.218000000000004, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-11", - "total_cases": 5962.0, - "new_cases": 82.0, - "new_cases_smoothed": 101.143, - "total_deaths": 267.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 5.286, - "total_cases_per_million": 1076.034, - "new_cases_per_million": 14.8, - "new_cases_smoothed_per_million": 18.254, - "total_deaths_per_million": 48.189, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.954, - "new_tests": 2158.0, - "total_tests": 132157.0, - "total_tests_per_thousand": 23.852, - "new_tests_per_thousand": 0.389, - "new_tests_smoothed": 2989.0, - "new_tests_smoothed_per_thousand": 0.539, - "tests_per_case": 29.552, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-12", - "total_cases": 5984.0, - "new_cases": 22.0, - "new_cases_smoothed": 93.857, - "total_deaths": 271.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1080.004, - "new_cases_per_million": 3.971, - "new_cases_smoothed_per_million": 16.94, - "total_deaths_per_million": 48.911, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.799, - "new_tests": 3916.0, - "total_tests": 136073.0, - "total_tests_per_thousand": 24.559, - "new_tests_per_thousand": 0.707, - "new_tests_smoothed": 3022.0, - "new_tests_smoothed_per_thousand": 0.545, - "tests_per_case": 32.198, - "positive_rate": 0.031, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-13", - "total_cases": 6003.0, - "new_cases": 19.0, - "new_cases_smoothed": 84.429, - "total_deaths": 275.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1083.434, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 15.238, - "total_deaths_per_million": 49.633, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.748, - "new_tests": 3841.0, - "total_tests": 139914.0, - "total_tests_per_thousand": 25.252, - "new_tests_per_thousand": 0.693, - "new_tests_smoothed": 3043.0, - "new_tests_smoothed_per_thousand": 0.549, - "tests_per_case": 36.042, - "positive_rate": 0.027999999999999997, - "tests_units": "samples tested", - "stringency_index": 57.41 - }, - { - "date": "2020-05-14", - "total_cases": 6054.0, - "new_cases": 51.0, - "new_cases_smoothed": 68.714, - "total_deaths": 284.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1092.638, - "new_cases_per_million": 9.205, - "new_cases_smoothed_per_million": 12.402, - "total_deaths_per_million": 51.257, - "new_deaths_per_million": 1.624, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 3696.0, - "total_tests": 143610.0, - "total_tests_per_thousand": 25.919, - "new_tests_per_thousand": 0.667, - "new_tests_smoothed": 3041.0, - "new_tests_smoothed_per_thousand": 0.549, - "tests_per_case": 44.256, - "positive_rate": 0.023, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-15", - "total_cases": 6145.0, - "new_cases": 91.0, - "new_cases_smoothed": 67.429, - "total_deaths": 287.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1109.062, - "new_cases_per_million": 16.424, - "new_cases_smoothed_per_million": 12.17, - "total_deaths_per_million": 51.798, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 4193.0, - "total_tests": 147803.0, - "total_tests_per_thousand": 26.676, - "new_tests_per_thousand": 0.757, - "new_tests_smoothed": 3186.0, - "new_tests_smoothed_per_thousand": 0.575, - "tests_per_case": 47.25, - "positive_rate": 0.021, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-16", - "total_cases": 6228.0, - "new_cases": 83.0, - "new_cases_smoothed": 70.0, - "total_deaths": 293.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 4.714, - "total_cases_per_million": 1124.042, - "new_cases_per_million": 14.98, - "new_cases_smoothed_per_million": 12.634, - "total_deaths_per_million": 52.881, - "new_deaths_per_million": 1.083, - "new_deaths_smoothed_per_million": 0.851, - "new_tests": 3282.0, - "total_tests": 151085.0, - "total_tests_per_thousand": 27.268, - "new_tests_per_thousand": 0.592, - "new_tests_smoothed": 3272.0, - "new_tests_smoothed_per_thousand": 0.591, - "tests_per_case": 46.743, - "positive_rate": 0.021, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-17", - "total_cases": 6286.0, - "new_cases": 58.0, - "new_cases_smoothed": 58.0, - "total_deaths": 297.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 4.571, - "total_cases_per_million": 1134.51, - "new_cases_per_million": 10.468, - "new_cases_smoothed_per_million": 10.468, - "total_deaths_per_million": 53.603, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.825, - "new_tests": 2283.0, - "total_tests": 153368.0, - "total_tests_per_thousand": 27.68, - "new_tests_per_thousand": 0.412, - "new_tests_smoothed": 3338.0, - "new_tests_smoothed_per_thousand": 0.602, - "tests_per_case": 57.552, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-18", - "total_cases": 6347.0, - "new_cases": 61.0, - "new_cases_smoothed": 55.0, - "total_deaths": 298.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 1145.519, - "new_cases_per_million": 11.009, - "new_cases_smoothed_per_million": 9.927, - "total_deaths_per_million": 53.784, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.799, - "new_tests": 2314.0, - "total_tests": 155682.0, - "total_tests_per_thousand": 28.098, - "new_tests_per_thousand": 0.418, - "new_tests_smoothed": 3361.0, - "new_tests_smoothed_per_thousand": 0.607, - "tests_per_case": 61.108999999999995, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-19", - "total_cases": 6380.0, - "new_cases": 33.0, - "new_cases_smoothed": 56.571, - "total_deaths": 300.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 1151.475, - "new_cases_per_million": 5.956, - "new_cases_smoothed_per_million": 10.21, - "total_deaths_per_million": 54.145, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.748, - "new_tests": 4715.0, - "total_tests": 160397.0, - "total_tests_per_thousand": 28.949, - "new_tests_per_thousand": 0.851, - "new_tests_smoothed": 3475.0, - "new_tests_smoothed_per_thousand": 0.627, - "tests_per_case": 61.427, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-20", - "total_cases": 6399.0, - "new_cases": 19.0, - "new_cases_smoothed": 56.571, - "total_deaths": 301.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 3.714, - "total_cases_per_million": 1154.904, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 10.21, - "total_deaths_per_million": 54.325, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.67, - "new_tests": 3478.0, - "total_tests": 163875.0, - "total_tests_per_thousand": 29.576, - "new_tests_per_thousand": 0.628, - "new_tests_smoothed": 3423.0, - "new_tests_smoothed_per_thousand": 0.618, - "tests_per_case": 60.508, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-21", - "total_cases": 6443.0, - "new_cases": 44.0, - "new_cases_smoothed": 55.571, - "total_deaths": 304.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 2.857, - "total_cases_per_million": 1162.846, - "new_cases_per_million": 7.941, - "new_cases_smoothed_per_million": 10.03, - "total_deaths_per_million": 54.867, - "new_deaths_per_million": 0.541, - "new_deaths_smoothed_per_million": 0.516, - "new_tests": 2848.0, - "total_tests": 166723.0, - "total_tests_per_thousand": 30.091, - "new_tests_per_thousand": 0.514, - "new_tests_smoothed": 3302.0, - "new_tests_smoothed_per_thousand": 0.596, - "tests_per_case": 59.419, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-22", - "total_cases": 6493.0, - "new_cases": 50.0, - "new_cases_smoothed": 49.714, - "total_deaths": 306.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 2.714, - "total_cases_per_million": 1171.87, - "new_cases_per_million": 9.024, - "new_cases_smoothed_per_million": 8.973, - "total_deaths_per_million": 55.227, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.49, - "new_tests": 2212.0, - "total_tests": 168935.0, - "total_tests_per_thousand": 30.49, - "new_tests_per_thousand": 0.399, - "new_tests_smoothed": 3019.0, - "new_tests_smoothed_per_thousand": 0.545, - "tests_per_case": 60.727, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-23", - "total_cases": 6537.0, - "new_cases": 44.0, - "new_cases_smoothed": 44.143, - "total_deaths": 306.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1179.811, - "new_cases_per_million": 7.941, - "new_cases_smoothed_per_million": 7.967, - "total_deaths_per_million": 55.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.335, - "new_tests": 2498.0, - "total_tests": 171433.0, - "total_tests_per_thousand": 30.941, - "new_tests_per_thousand": 0.451, - "new_tests_smoothed": 2907.0, - "new_tests_smoothed_per_thousand": 0.525, - "tests_per_case": 65.854, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-24", - "total_cases": 6568.0, - "new_cases": 31.0, - "new_cases_smoothed": 40.286, - "total_deaths": 306.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1185.406, - "new_cases_per_million": 5.595, - "new_cases_smoothed_per_million": 7.271, - "total_deaths_per_million": 55.227, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 1561.0, - "total_tests": 172994.0, - "total_tests_per_thousand": 31.222, - "new_tests_per_thousand": 0.282, - "new_tests_smoothed": 2804.0, - "new_tests_smoothed_per_thousand": 0.506, - "tests_per_case": 69.60300000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-25", - "total_cases": 6579.0, - "new_cases": 11.0, - "new_cases_smoothed": 33.143, - "total_deaths": 307.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1187.391, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 5.982, - "total_deaths_per_million": 55.408, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 1703.0, - "total_tests": 174697.0, - "total_tests_per_thousand": 31.53, - "new_tests_per_thousand": 0.307, - "new_tests_smoothed": 2716.0, - "new_tests_smoothed_per_thousand": 0.49, - "tests_per_case": 81.948, - "positive_rate": 0.012, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-26", - "total_cases": 6599.0, - "new_cases": 20.0, - "new_cases_smoothed": 31.286, - "total_deaths": 308.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1191.001, - "new_cases_per_million": 3.61, - "new_cases_smoothed_per_million": 5.647, - "total_deaths_per_million": 55.588, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 3516.0, - "total_tests": 178213.0, - "total_tests_per_thousand": 32.164, - "new_tests_per_thousand": 0.635, - "new_tests_smoothed": 2545.0, - "new_tests_smoothed_per_thousand": 0.459, - "tests_per_case": 81.347, - "positive_rate": 0.012, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-27", - "total_cases": 6628.0, - "new_cases": 29.0, - "new_cases_smoothed": 32.714, - "total_deaths": 312.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1196.235, - "new_cases_per_million": 5.234, - "new_cases_smoothed_per_million": 5.904, - "total_deaths_per_million": 56.31, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.284, - "new_tests": 2869.0, - "total_tests": 181082.0, - "total_tests_per_thousand": 32.682, - "new_tests_per_thousand": 0.518, - "new_tests_smoothed": 2458.0, - "new_tests_smoothed_per_thousand": 0.444, - "tests_per_case": 75.135, - "positive_rate": 0.013000000000000001, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-28", - "total_cases": 6692.0, - "new_cases": 64.0, - "new_cases_smoothed": 35.571, - "total_deaths": 313.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1207.786, - "new_cases_per_million": 11.551, - "new_cases_smoothed_per_million": 6.42, - "total_deaths_per_million": 56.491, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 2862.0, - "total_tests": 183944.0, - "total_tests_per_thousand": 33.199, - "new_tests_per_thousand": 0.517, - "new_tests_smoothed": 2460.0, - "new_tests_smoothed_per_thousand": 0.444, - "tests_per_case": 69.157, - "positive_rate": 0.013999999999999999, - "tests_units": "samples tested", - "stringency_index": 50.93 - }, - { - "date": "2020-05-29", - "total_cases": 6743.0, - "new_cases": 51.0, - "new_cases_smoothed": 35.714, - "total_deaths": 313.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1216.99, - "new_cases_per_million": 9.205, - "new_cases_smoothed_per_million": 6.446, - "total_deaths_per_million": 56.491, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.18, - "new_tests": 2695.0, - "total_tests": 186639.0, - "total_tests_per_thousand": 33.685, - "new_tests_per_thousand": 0.486, - "new_tests_smoothed": 2529.0, - "new_tests_smoothed_per_thousand": 0.456, - "tests_per_case": 70.812, - "positive_rate": 0.013999999999999999, - "tests_units": "samples tested", - "stringency_index": 45.37 - }, - { - "date": "2020-05-30", - "total_cases": 6776.0, - "new_cases": 33.0, - "new_cases_smoothed": 34.143, - "total_deaths": 314.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1222.946, - "new_cases_per_million": 5.956, - "new_cases_smoothed_per_million": 6.162, - "total_deaths_per_million": 56.671, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 1814.0, - "total_tests": 188453.0, - "total_tests_per_thousand": 34.012, - "new_tests_per_thousand": 0.327, - "new_tests_smoothed": 2431.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 71.20100000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "samples tested", - "stringency_index": 45.37 - }, - { - "date": "2020-05-31", - "total_cases": 6826.0, - "new_cases": 50.0, - "new_cases_smoothed": 36.857, - "total_deaths": 316.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 1231.97, - "new_cases_per_million": 9.024, - "new_cases_smoothed_per_million": 6.652, - "total_deaths_per_million": 57.032, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.258, - "new_tests": 1276.0, - "total_tests": 189729.0, - "total_tests_per_thousand": 34.243, - "new_tests_per_thousand": 0.23, - "new_tests_smoothed": 2391.0, - "new_tests_smoothed_per_thousand": 0.432, - "tests_per_case": 64.872, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 45.37 - }, - { - "date": "2020-06-01", - "total_cases": 6859.0, - "new_cases": 33.0, - "new_cases_smoothed": 40.0, - "total_deaths": 320.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.857, - "total_cases_per_million": 1237.926, - "new_cases_per_million": 5.956, - "new_cases_smoothed_per_million": 7.219, - "total_deaths_per_million": 57.754, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.335, - "new_tests": 1737.0, - "total_tests": 191466.0, - "total_tests_per_thousand": 34.556, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 2396.0, - "new_tests_smoothed_per_thousand": 0.432, - "tests_per_case": 59.9, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-02", - "total_cases": 6885.0, - "new_cases": 26.0, - "new_cases_smoothed": 40.857, - "total_deaths": 320.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 1242.619, - "new_cases_per_million": 4.693, - "new_cases_smoothed_per_million": 7.374, - "total_deaths_per_million": 57.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.309, - "new_tests": 3777.0, - "total_tests": 195243.0, - "total_tests_per_thousand": 35.238, - "new_tests_per_thousand": 0.682, - "new_tests_smoothed": 2433.0, - "new_tests_smoothed_per_thousand": 0.439, - "tests_per_case": 59.549, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-03", - "total_cases": 6887.0, - "new_cases": 2.0, - "new_cases_smoothed": 37.0, - "total_deaths": 320.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1242.98, - "new_cases_per_million": 0.361, - "new_cases_smoothed_per_million": 6.678, - "total_deaths_per_million": 57.754, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 2767.0, - "total_tests": 198010.0, - "total_tests_per_thousand": 35.737, - "new_tests_per_thousand": 0.499, - "new_tests_smoothed": 2418.0, - "new_tests_smoothed_per_thousand": 0.436, - "tests_per_case": 65.351, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-04", - "total_cases": 6911.0, - "new_cases": 24.0, - "new_cases_smoothed": 31.286, - "total_deaths": 321.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1247.311, - "new_cases_per_million": 4.332, - "new_cases_smoothed_per_million": 5.647, - "total_deaths_per_million": 57.935, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 2641.0, - "total_tests": 200651.0, - "total_tests_per_thousand": 36.214, - "new_tests_per_thousand": 0.477, - "new_tests_smoothed": 2387.0, - "new_tests_smoothed_per_thousand": 0.431, - "tests_per_case": 76.297, - "positive_rate": 0.013000000000000001, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-05", - "total_cases": 6911.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.0, - "total_deaths": 322.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1247.311, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.332, - "total_deaths_per_million": 58.115, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.232, - "new_tests": 2240.0, - "total_tests": 202891.0, - "total_tests_per_thousand": 36.618, - "new_tests_per_thousand": 0.404, - "new_tests_smoothed": 2322.0, - "new_tests_smoothed_per_thousand": 0.419, - "tests_per_case": 96.75, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-06", - "total_cases": 6941.0, - "new_cases": 30.0, - "new_cases_smoothed": 23.571, - "total_deaths": 322.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1252.726, - "new_cases_per_million": 5.414, - "new_cases_smoothed_per_million": 4.254, - "total_deaths_per_million": 58.115, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.206, - "new_tests": 1962.0, - "total_tests": 204853.0, - "total_tests_per_thousand": 36.972, - "new_tests_per_thousand": 0.354, - "new_tests_smoothed": 2343.0, - "new_tests_smoothed_per_thousand": 0.423, - "tests_per_case": 99.4, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-07", - "total_cases": 6964.0, - "new_cases": 23.0, - "new_cases_smoothed": 19.714, - "total_deaths": 322.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1256.877, - "new_cases_per_million": 4.151, - "new_cases_smoothed_per_million": 3.558, - "total_deaths_per_million": 58.115, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.155, - "new_tests": 960.0, - "total_tests": 205813.0, - "total_tests_per_thousand": 37.146, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 2298.0, - "new_tests_smoothed_per_thousand": 0.415, - "tests_per_case": 116.565, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-08", - "total_cases": 6981.0, - "new_cases": 17.0, - "new_cases_smoothed": 17.429, - "total_deaths": 323.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1259.945, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 3.146, - "total_deaths_per_million": 58.296, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 1840.0, - "total_tests": 207653.0, - "total_tests_per_thousand": 37.478, - "new_tests_per_thousand": 0.332, - "new_tests_smoothed": 2312.0, - "new_tests_smoothed_per_thousand": 0.417, - "tests_per_case": 132.656, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-09", - "total_cases": 7001.0, - "new_cases": 20.0, - "new_cases_smoothed": 16.571, - "total_deaths": 323.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1263.555, - "new_cases_per_million": 3.61, - "new_cases_smoothed_per_million": 2.991, - "total_deaths_per_million": 58.296, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 2837.0, - "total_tests": 210490.0, - "total_tests_per_thousand": 37.99, - "new_tests_per_thousand": 0.512, - "new_tests_smoothed": 2178.0, - "new_tests_smoothed_per_thousand": 0.393, - "tests_per_case": 131.431, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-10", - "total_cases": 7025.0, - "new_cases": 24.0, - "new_cases_smoothed": 19.714, - "total_deaths": 324.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1267.886, - "new_cases_per_million": 4.332, - "new_cases_smoothed_per_million": 3.558, - "total_deaths_per_million": 58.476, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.103, - "new_tests": 2879.0, - "total_tests": 213369.0, - "total_tests_per_thousand": 38.509, - "new_tests_per_thousand": 0.52, - "new_tests_smoothed": 2194.0, - "new_tests_smoothed_per_thousand": 0.396, - "tests_per_case": 111.29, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-11", - "total_cases": 7040.0, - "new_cases": 15.0, - "new_cases_smoothed": 18.429, - "total_deaths": 324.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1270.593, - "new_cases_per_million": 2.707, - "new_cases_smoothed_per_million": 3.326, - "total_deaths_per_million": 58.476, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 2899.0, - "total_tests": 216268.0, - "total_tests_per_thousand": 39.032, - "new_tests_per_thousand": 0.523, - "new_tests_smoothed": 2231.0, - "new_tests_smoothed_per_thousand": 0.403, - "tests_per_case": 121.06200000000001, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-12", - "total_cases": 7064.0, - "new_cases": 24.0, - "new_cases_smoothed": 21.857, - "total_deaths": 325.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1274.925, - "new_cases_per_million": 4.332, - "new_cases_smoothed_per_million": 3.945, - "total_deaths_per_million": 58.657, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 2433.0, - "total_tests": 218701.0, - "total_tests_per_thousand": 39.472, - "new_tests_per_thousand": 0.439, - "new_tests_smoothed": 2259.0, - "new_tests_smoothed_per_thousand": 0.408, - "tests_per_case": 103.353, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-13", - "total_cases": 7073.0, - "new_cases": 9.0, - "new_cases_smoothed": 18.857, - "total_deaths": 325.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1276.549, - "new_cases_per_million": 1.624, - "new_cases_smoothed_per_million": 3.403, - "total_deaths_per_million": 58.657, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 1443.0, - "total_tests": 220144.0, - "total_tests_per_thousand": 39.732, - "new_tests_per_thousand": 0.26, - "new_tests_smoothed": 2184.0, - "new_tests_smoothed_per_thousand": 0.394, - "tests_per_case": 115.818, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-14", - "total_cases": 7087.0, - "new_cases": 14.0, - "new_cases_smoothed": 17.571, - "total_deaths": 325.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1279.076, - "new_cases_per_million": 2.527, - "new_cases_smoothed_per_million": 3.171, - "total_deaths_per_million": 58.657, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 827.0, - "total_tests": 220971.0, - "total_tests_per_thousand": 39.881, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 2165.0, - "new_tests_smoothed_per_thousand": 0.391, - "tests_per_case": 123.211, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 41.67 - }, - { - "date": "2020-06-15", - "total_cases": 7104.0, - "new_cases": 17.0, - "new_cases_smoothed": 17.571, - "total_deaths": 326.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1282.144, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 3.171, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 1883.0, - "total_tests": 222854.0, - "total_tests_per_thousand": 40.221, - "new_tests_per_thousand": 0.34, - "new_tests_smoothed": 2172.0, - "new_tests_smoothed_per_thousand": 0.392, - "tests_per_case": 123.61, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-16", - "total_cases": 7108.0, - "new_cases": 4.0, - "new_cases_smoothed": 15.286, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1282.866, - "new_cases_per_million": 0.722, - "new_cases_smoothed_per_million": 2.759, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 2914.0, - "total_tests": 225768.0, - "total_tests_per_thousand": 40.747, - "new_tests_per_thousand": 0.526, - "new_tests_smoothed": 2183.0, - "new_tests_smoothed_per_thousand": 0.394, - "tests_per_case": 142.813, - "positive_rate": 0.006999999999999999, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-17", - "total_cases": 7112.0, - "new_cases": 4.0, - "new_cases_smoothed": 12.429, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1283.588, - "new_cases_per_million": 0.722, - "new_cases_smoothed_per_million": 2.243, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 2612.0, - "total_tests": 228380.0, - "total_tests_per_thousand": 41.218, - "new_tests_per_thousand": 0.471, - "new_tests_smoothed": 2144.0, - "new_tests_smoothed_per_thousand": 0.387, - "tests_per_case": 172.50599999999997, - "positive_rate": 0.006, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-18", - "total_cases": 7117.0, - "new_cases": 5.0, - "new_cases_smoothed": 11.0, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1284.491, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.985, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 2120.0, - "total_tests": 230500.0, - "total_tests_per_thousand": 41.601, - "new_tests_per_thousand": 0.383, - "new_tests_smoothed": 2033.0, - "new_tests_smoothed_per_thousand": 0.367, - "tests_per_case": 184.81799999999998, - "positive_rate": 0.005, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-19", - "total_cases": 7117.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1284.491, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.367, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 1371.0, - "total_tests": 231871.0, - "total_tests_per_thousand": 41.849, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 1881.0, - "new_tests_smoothed_per_thousand": 0.339, - "tests_per_case": 248.43400000000003, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-20", - "total_cases": 7133.0, - "new_cases": 16.0, - "new_cases_smoothed": 8.571, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1287.378, - "new_cases_per_million": 2.888, - "new_cases_smoothed_per_million": 1.547, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 742.0, - "total_tests": 232613.0, - "total_tests_per_thousand": 41.982, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 1781.0, - "new_tests_smoothed_per_thousand": 0.321, - "tests_per_case": 207.783, - "positive_rate": 0.005, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-21", - "total_cases": 7142.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.857, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1289.003, - "new_cases_per_million": 1.624, - "new_cases_smoothed_per_million": 1.418, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 685.0, - "total_tests": 233298.0, - "total_tests_per_thousand": 42.106, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 1761.0, - "new_tests_smoothed_per_thousand": 0.318, - "tests_per_case": 224.127, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-22", - "total_cases": 7143.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.571, - "total_deaths": 326.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1289.183, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 1.006, - "total_deaths_per_million": 58.837, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1604.0, - "total_tests": 234902.0, - "total_tests_per_thousand": 42.396, - "new_tests_per_thousand": 0.289, - "new_tests_smoothed": 1721.0, - "new_tests_smoothed_per_thousand": 0.311, - "tests_per_case": 308.897, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-23", - "total_cases": 7144.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.143, - "total_deaths": 327.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1289.364, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.928, - "total_deaths_per_million": 59.018, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2530.0, - "total_tests": 237432.0, - "total_tests_per_thousand": 42.852, - "new_tests_per_thousand": 0.457, - "new_tests_smoothed": 1666.0, - "new_tests_smoothed_per_thousand": 0.301, - "tests_per_case": 323.944, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-24", - "total_cases": 7155.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.143, - "total_deaths": 327.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1291.349, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 1.109, - "total_deaths_per_million": 59.018, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2289.0, - "total_tests": 239721.0, - "total_tests_per_thousand": 43.265, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 1620.0, - "new_tests_smoothed_per_thousand": 0.292, - "tests_per_case": 263.721, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-25", - "total_cases": 7167.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.143, - "total_deaths": 327.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1293.515, - "new_cases_per_million": 2.166, - "new_cases_smoothed_per_million": 1.289, - "total_deaths_per_million": 59.018, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2537.0, - "total_tests": 242258.0, - "total_tests_per_thousand": 43.723, - "new_tests_per_thousand": 0.458, - "new_tests_smoothed": 1680.0, - "new_tests_smoothed_per_thousand": 0.303, - "tests_per_case": 235.2, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-26", - "total_cases": 7172.0, - "new_cases": 5.0, - "new_cases_smoothed": 7.857, - "total_deaths": 327.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1294.417, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.418, - "total_deaths_per_million": 59.018, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2148.0, - "total_tests": 244406.0, - "total_tests_per_thousand": 44.111, - "new_tests_per_thousand": 0.388, - "new_tests_smoothed": 1791.0, - "new_tests_smoothed_per_thousand": 0.323, - "tests_per_case": 227.945, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-27", - "total_cases": 7191.0, - "new_cases": 19.0, - "new_cases_smoothed": 8.286, - "total_deaths": 328.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1297.846, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 1.495, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 1512.0, - "total_tests": 245918.0, - "total_tests_per_thousand": 44.384, - "new_tests_per_thousand": 0.273, - "new_tests_smoothed": 1901.0, - "new_tests_smoothed_per_thousand": 0.343, - "tests_per_case": 229.43099999999998, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-28", - "total_cases": 7191.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.0, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1297.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.263, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 960.0, - "total_tests": 246878.0, - "total_tests_per_thousand": 44.557, - "new_tests_per_thousand": 0.173, - "new_tests_smoothed": 1940.0, - "new_tests_smoothed_per_thousand": 0.35, - "tests_per_case": 277.143, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-29", - "total_cases": 7191.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1297.846, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.238, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 1672.0, - "total_tests": 248550.0, - "total_tests_per_thousand": 44.859, - "new_tests_per_thousand": 0.302, - "new_tests_smoothed": 1950.0, - "new_tests_smoothed_per_thousand": 0.352, - "tests_per_case": 284.375, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-06-30", - "total_cases": 7209.0, - "new_cases": 18.0, - "new_cases_smoothed": 9.286, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1301.095, - "new_cases_per_million": 3.249, - "new_cases_smoothed_per_million": 1.676, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2770.0, - "total_tests": 251320.0, - "total_tests_per_thousand": 45.359, - "new_tests_per_thousand": 0.5, - "new_tests_smoothed": 1984.0, - "new_tests_smoothed_per_thousand": 0.358, - "tests_per_case": 213.662, - "positive_rate": 0.005, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-01", - "total_cases": 7214.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.429, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1301.997, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.521, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2678.0, - "total_tests": 253998.0, - "total_tests_per_thousand": 45.842, - "new_tests_per_thousand": 0.483, - "new_tests_smoothed": 2040.0, - "new_tests_smoothed_per_thousand": 0.368, - "tests_per_case": 242.03400000000002, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-02", - "total_cases": 7236.0, - "new_cases": 22.0, - "new_cases_smoothed": 9.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1305.968, - "new_cases_per_million": 3.971, - "new_cases_smoothed_per_million": 1.779, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 3711.0, - "total_tests": 257709.0, - "total_tests_per_thousand": 46.512, - "new_tests_per_thousand": 0.67, - "new_tests_smoothed": 2207.0, - "new_tests_smoothed_per_thousand": 0.398, - "tests_per_case": 223.899, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-03", - "total_cases": 7241.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1306.87, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.779, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 3155.0, - "total_tests": 260864.0, - "total_tests_per_thousand": 47.081, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 2351.0, - "new_tests_smoothed_per_thousand": 0.424, - "tests_per_case": 238.507, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-04", - "total_cases": 7269.0, - "new_cases": 28.0, - "new_cases_smoothed": 11.143, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1311.924, - "new_cases_per_million": 5.053, - "new_cases_smoothed_per_million": 2.011, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2575.0, - "total_tests": 263439.0, - "total_tests_per_thousand": 47.546, - "new_tests_per_thousand": 0.465, - "new_tests_smoothed": 2503.0, - "new_tests_smoothed_per_thousand": 0.452, - "tests_per_case": 224.628, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-05", - "total_cases": 7270.0, - "new_cases": 1.0, - "new_cases_smoothed": 11.286, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1312.104, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1310.0, - "total_tests": 264749.0, - "total_tests_per_thousand": 47.782, - "new_tests_per_thousand": 0.236, - "new_tests_smoothed": 2553.0, - "new_tests_smoothed_per_thousand": 0.461, - "tests_per_case": 226.215, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-06", - "total_cases": 7272.0, - "new_cases": 2.0, - "new_cases_smoothed": 11.571, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1312.465, - "new_cases_per_million": 0.361, - "new_cases_smoothed_per_million": 2.088, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2159.0, - "total_tests": 266908.0, - "total_tests_per_thousand": 48.172, - "new_tests_per_thousand": 0.39, - "new_tests_smoothed": 2623.0, - "new_tests_smoothed_per_thousand": 0.473, - "tests_per_case": 226.679, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-07", - "total_cases": 7275.0, - "new_cases": 3.0, - "new_cases_smoothed": 9.429, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1313.007, - "new_cases_per_million": 0.541, - "new_cases_smoothed_per_million": 1.702, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4428.0, - "total_tests": 271336.0, - "total_tests_per_thousand": 48.971, - "new_tests_per_thousand": 0.799, - "new_tests_smoothed": 2859.0, - "new_tests_smoothed_per_thousand": 0.516, - "tests_per_case": 303.22700000000003, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-08", - "total_cases": 7276.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1313.187, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 1.599, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4258.0, - "total_tests": 275594.0, - "total_tests_per_thousand": 49.74, - "new_tests_per_thousand": 0.768, - "new_tests_smoothed": 3085.0, - "new_tests_smoothed_per_thousand": 0.557, - "tests_per_case": 348.306, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-07-09", - "total_cases": 7283.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.714, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1314.451, - "new_cases_per_million": 1.263, - "new_cases_smoothed_per_million": 1.212, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4764.0, - "total_tests": 280358.0, - "total_tests_per_thousand": 50.6, - "new_tests_per_thousand": 0.86, - "new_tests_smoothed": 3236.0, - "new_tests_smoothed_per_thousand": 0.584, - "tests_per_case": 481.957, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-10", - "total_cases": 7287.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.571, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1315.173, - "new_cases_per_million": 0.722, - "new_cases_smoothed_per_million": 1.186, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4285.0, - "total_tests": 284643.0, - "total_tests_per_thousand": 51.373, - "new_tests_per_thousand": 0.773, - "new_tests_smoothed": 3397.0, - "new_tests_smoothed_per_thousand": 0.613, - "tests_per_case": 516.935, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-11", - "total_cases": 7290.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1315.714, - "new_cases_per_million": 0.541, - "new_cases_smoothed_per_million": 0.541, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3199.0, - "total_tests": 287842.0, - "total_tests_per_thousand": 51.95, - "new_tests_per_thousand": 0.577, - "new_tests_smoothed": 3486.0, - "new_tests_smoothed_per_thousand": 0.629, - "tests_per_case": 1162.0, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-12", - "total_cases": 7290.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1315.714, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.516, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2326.0, - "total_tests": 290168.0, - "total_tests_per_thousand": 52.37, - "new_tests_per_thousand": 0.42, - "new_tests_smoothed": 3631.0, - "new_tests_smoothed_per_thousand": 0.655, - "tests_per_case": 1270.85, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-13", - "total_cases": 7292.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1316.075, - "new_cases_per_million": 0.361, - "new_cases_smoothed_per_million": 0.516, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3055.0, - "total_tests": 293223.0, - "total_tests_per_thousand": 52.921, - "new_tests_per_thousand": 0.551, - "new_tests_smoothed": 3759.0, - "new_tests_smoothed_per_thousand": 0.678, - "tests_per_case": 1315.65, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-14", - "total_cases": 7293.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.571, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1316.255, - "new_cases_per_million": 0.18, - "new_cases_smoothed_per_million": 0.464, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5252.0, - "total_tests": 298475.0, - "total_tests_per_thousand": 53.869, - "new_tests_per_thousand": 0.948, - "new_tests_smoothed": 3877.0, - "new_tests_smoothed_per_thousand": 0.7, - "tests_per_case": 1507.7220000000002, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-15", - "total_cases": 7293.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1316.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.438, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5182.0, - "total_tests": 303657.0, - "total_tests_per_thousand": 54.805, - "new_tests_per_thousand": 0.935, - "new_tests_smoothed": 4009.0, - "new_tests_smoothed_per_thousand": 0.724, - "tests_per_case": 1650.765, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-16", - "total_cases": 7293.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1316.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.258, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4827.0, - "total_tests": 308484.0, - "total_tests_per_thousand": 55.676, - "new_tests_per_thousand": 0.871, - "new_tests_smoothed": 4018.0, - "new_tests_smoothed_per_thousand": 0.725, - "tests_per_case": 2812.6, - "positive_rate": 0.0, - "tests_units": "samples tested", - "stringency_index": 43.52 - }, - { - "date": "2020-07-17", - "total_cases": 7293.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1316.255, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.155, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4884.0, - "total_tests": 313368.0, - "total_tests_per_thousand": 56.557, - "new_tests_per_thousand": 0.881, - "new_tests_smoothed": 4104.0, - "new_tests_smoothed_per_thousand": 0.741, - "tests_per_case": 4788.0, - "positive_rate": 0.0, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-18", - "total_cases": 7301.0, - "new_cases": 8.0, - "new_cases_smoothed": 1.571, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1317.699, - "new_cases_per_million": 1.444, - "new_cases_smoothed_per_million": 0.284, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4069.0, - "total_tests": 317437.0, - "total_tests_per_thousand": 57.292, - "new_tests_per_thousand": 0.734, - "new_tests_smoothed": 4228.0, - "new_tests_smoothed_per_thousand": 0.763, - "tests_per_case": 2690.545, - "positive_rate": 0.0, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-19", - "total_cases": 7318.0, - "new_cases": 17.0, - "new_cases_smoothed": 4.0, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1320.767, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 0.722, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2133.0, - "total_tests": 319570.0, - "total_tests_per_thousand": 57.677, - "new_tests_per_thousand": 0.385, - "new_tests_smoothed": 4200.0, - "new_tests_smoothed_per_thousand": 0.758, - "tests_per_case": 1050.0, - "positive_rate": 0.001, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-20", - "total_cases": 7338.0, - "new_cases": 20.0, - "new_cases_smoothed": 6.571, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1324.377, - "new_cases_per_million": 3.61, - "new_cases_smoothed_per_million": 1.186, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 3289.0, - "total_tests": 322859.0, - "total_tests_per_thousand": 58.27, - "new_tests_per_thousand": 0.594, - "new_tests_smoothed": 4234.0, - "new_tests_smoothed_per_thousand": 0.764, - "tests_per_case": 644.304, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-21", - "total_cases": 7340.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.714, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1324.738, - "new_cases_per_million": 0.361, - "new_cases_smoothed_per_million": 1.212, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5290.0, - "total_tests": 328149.0, - "total_tests_per_thousand": 59.225, - "new_tests_per_thousand": 0.955, - "new_tests_smoothed": 4239.0, - "new_tests_smoothed_per_thousand": 0.765, - "tests_per_case": 631.34, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-22", - "total_cases": 7351.0, - "new_cases": 11.0, - "new_cases_smoothed": 8.286, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1326.723, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 1.495, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4876.0, - "total_tests": 333025.0, - "total_tests_per_thousand": 60.105, - "new_tests_per_thousand": 0.88, - "new_tests_smoothed": 4195.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 506.293, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-23", - "total_cases": 7362.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.857, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1328.709, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 1.779, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5141.0, - "total_tests": 338166.0, - "total_tests_per_thousand": 61.033, - "new_tests_per_thousand": 0.928, - "new_tests_smoothed": 4240.0, - "new_tests_smoothed_per_thousand": 0.765, - "tests_per_case": 430.145, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-24", - "total_cases": 7372.0, - "new_cases": 10.0, - "new_cases_smoothed": 11.286, - "total_deaths": 328.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1330.513, - "new_cases_per_million": 1.805, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 59.198, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4668.0, - "total_tests": 342834.0, - "total_tests_per_thousand": 61.875, - "new_tests_per_thousand": 0.842, - "new_tests_smoothed": 4209.0, - "new_tests_smoothed_per_thousand": 0.76, - "tests_per_case": 372.949, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-25", - "total_cases": 7380.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.286, - "total_deaths": 329.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1331.957, - "new_cases_per_million": 1.444, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 3622.0, - "total_tests": 346456.0, - "total_tests_per_thousand": 62.529, - "new_tests_per_thousand": 0.654, - "new_tests_smoothed": 4146.0, - "new_tests_smoothed_per_thousand": 0.748, - "tests_per_case": 367.36699999999996, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-26", - "total_cases": 7388.0, - "new_cases": 8.0, - "new_cases_smoothed": 10.0, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1333.401, - "new_cases_per_million": 1.444, - "new_cases_smoothed_per_million": 1.805, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 2291.0, - "total_tests": 348747.0, - "total_tests_per_thousand": 62.943, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 4168.0, - "new_tests_smoothed_per_thousand": 0.752, - "tests_per_case": 416.8, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-27", - "total_cases": 7393.0, - "new_cases": 5.0, - "new_cases_smoothed": 7.857, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1334.304, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.418, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 3379.0, - "total_tests": 352126.0, - "total_tests_per_thousand": 63.552, - "new_tests_per_thousand": 0.61, - "new_tests_smoothed": 4181.0, - "new_tests_smoothed_per_thousand": 0.755, - "tests_per_case": 532.127, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-28", - "total_cases": 7398.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.286, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1335.206, - "new_cases_per_million": 0.902, - "new_cases_smoothed_per_million": 1.495, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 5403.0, - "total_tests": 357529.0, - "total_tests_per_thousand": 64.528, - "new_tests_per_thousand": 0.975, - "new_tests_smoothed": 4197.0, - "new_tests_smoothed_per_thousand": 0.757, - "tests_per_case": 506.534, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-29", - "total_cases": 7404.0, - "new_cases": 6.0, - "new_cases_smoothed": 7.571, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1336.289, - "new_cases_per_million": 1.083, - "new_cases_smoothed_per_million": 1.367, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 5238.0, - "total_tests": 362767.0, - "total_tests_per_thousand": 65.473, - "new_tests_per_thousand": 0.945, - "new_tests_smoothed": 4249.0, - "new_tests_smoothed_per_thousand": 0.767, - "tests_per_case": 561.189, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-30", - "total_cases": 7414.0, - "new_cases": 10.0, - "new_cases_smoothed": 7.429, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1338.094, - "new_cases_per_million": 1.805, - "new_cases_smoothed_per_million": 1.341, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 5482.0, - "total_tests": 368249.0, - "total_tests_per_thousand": 66.462, - "new_tests_per_thousand": 0.989, - "new_tests_smoothed": 4298.0, - "new_tests_smoothed_per_thousand": 0.776, - "tests_per_case": 578.577, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-07-31", - "total_cases": 7423.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.286, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1339.718, - "new_cases_per_million": 1.624, - "new_cases_smoothed_per_million": 1.315, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 5362.0, - "total_tests": 373611.0, - "total_tests_per_thousand": 67.43, - "new_tests_per_thousand": 0.968, - "new_tests_smoothed": 4397.0, - "new_tests_smoothed_per_thousand": 0.794, - "tests_per_case": 603.51, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-01", - "total_cases": 7432.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.429, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1341.342, - "new_cases_per_million": 1.624, - "new_cases_smoothed_per_million": 1.341, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4035.0, - "total_tests": 377646.0, - "total_tests_per_thousand": 68.158, - "new_tests_per_thousand": 0.728, - "new_tests_smoothed": 4456.0, - "new_tests_smoothed_per_thousand": 0.804, - "tests_per_case": 599.846, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-02", - "total_cases": 7443.0, - "new_cases": 11.0, - "new_cases_smoothed": 7.857, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1343.328, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 1.418, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4568.0, - "total_tests": 382214.0, - "total_tests_per_thousand": 68.983, - "new_tests_per_thousand": 0.824, - "new_tests_smoothed": 4781.0, - "new_tests_smoothed_per_thousand": 0.863, - "tests_per_case": 608.491, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-03", - "total_cases": 7453.0, - "new_cases": 10.0, - "new_cases_smoothed": 8.571, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1345.133, - "new_cases_per_million": 1.805, - "new_cases_smoothed_per_million": 1.547, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 5242.0, - "total_tests": 387456.0, - "total_tests_per_thousand": 69.929, - "new_tests_per_thousand": 0.946, - "new_tests_smoothed": 5047.0, - "new_tests_smoothed_per_thousand": 0.911, - "tests_per_case": 588.817, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-04", - "total_cases": 7466.0, - "new_cases": 13.0, - "new_cases_smoothed": 9.714, - "total_deaths": 329.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1347.479, - "new_cases_per_million": 2.346, - "new_cases_smoothed_per_million": 1.753, - "total_deaths_per_million": 59.379, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6468.0, - "total_tests": 393924.0, - "total_tests_per_thousand": 71.096, - "new_tests_per_thousand": 1.167, - "new_tests_smoothed": 5199.0, - "new_tests_smoothed_per_thousand": 0.938, - "tests_per_case": 535.191, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-05", - "total_cases": 7483.0, - "new_cases": 17.0, - "new_cases_smoothed": 11.286, - "total_deaths": 331.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1350.547, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 2.037, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 8259.0, - "total_tests": 402183.0, - "total_tests_per_thousand": 72.587, - "new_tests_per_thousand": 1.491, - "new_tests_smoothed": 5631.0, - "new_tests_smoothed_per_thousand": 1.016, - "tests_per_case": 498.949, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-06", - "total_cases": 7512.0, - "new_cases": 29.0, - "new_cases_smoothed": 14.0, - "total_deaths": 331.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1355.781, - "new_cases_per_million": 5.234, - "new_cases_smoothed_per_million": 2.527, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 6830.0, - "total_tests": 409013.0, - "total_tests_per_thousand": 73.819, - "new_tests_per_thousand": 1.233, - "new_tests_smoothed": 5823.0, - "new_tests_smoothed_per_thousand": 1.051, - "tests_per_case": 415.92900000000003, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-07", - "total_cases": 7532.0, - "new_cases": 20.0, - "new_cases_smoothed": 15.571, - "total_deaths": 331.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1359.391, - "new_cases_per_million": 3.61, - "new_cases_smoothed_per_million": 2.81, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 8584.0, - "total_tests": 417597.0, - "total_tests_per_thousand": 75.369, - "new_tests_per_thousand": 1.549, - "new_tests_smoothed": 6284.0, - "new_tests_smoothed_per_thousand": 1.134, - "tests_per_case": 403.56, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-08", - "total_cases": 7554.0, - "new_cases": 22.0, - "new_cases_smoothed": 17.429, - "total_deaths": 331.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1363.361, - "new_cases_per_million": 3.971, - "new_cases_smoothed_per_million": 3.146, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 6057.0, - "total_tests": 423654.0, - "total_tests_per_thousand": 76.462, - "new_tests_per_thousand": 1.093, - "new_tests_smoothed": 6573.0, - "new_tests_smoothed_per_thousand": 1.186, - "tests_per_case": 377.139, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-09", - "total_cases": 7568.0, - "new_cases": 14.0, - "new_cases_smoothed": 17.857, - "total_deaths": 331.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1365.888, - "new_cases_per_million": 2.527, - "new_cases_smoothed_per_million": 3.223, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 5725.0, - "total_tests": 429379.0, - "total_tests_per_thousand": 77.495, - "new_tests_per_thousand": 1.033, - "new_tests_smoothed": 6738.0, - "new_tests_smoothed_per_thousand": 1.216, - "tests_per_case": 377.32800000000003, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-10", - "total_cases": 7584.0, - "new_cases": 16.0, - "new_cases_smoothed": 18.714, - "total_deaths": 331.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1368.776, - "new_cases_per_million": 2.888, - "new_cases_smoothed_per_million": 3.378, - "total_deaths_per_million": 59.74, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 7098.0, - "total_tests": 436477.0, - "total_tests_per_thousand": 78.776, - "new_tests_per_thousand": 1.281, - "new_tests_smoothed": 7003.0, - "new_tests_smoothed_per_thousand": 1.264, - "tests_per_case": 374.20599999999996, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-11", - "total_cases": 7601.0, - "new_cases": 17.0, - "new_cases_smoothed": 19.286, - "total_deaths": 333.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1371.844, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 3.481, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.103, - "new_tests": 10090.0, - "total_tests": 446567.0, - "total_tests_per_thousand": 80.597, - "new_tests_per_thousand": 1.821, - "new_tests_smoothed": 7520.0, - "new_tests_smoothed_per_thousand": 1.357, - "tests_per_case": 389.926, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-12", - "total_cases": 7623.0, - "new_cases": 22.0, - "new_cases_smoothed": 20.0, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1375.814, - "new_cases_per_million": 3.971, - "new_cases_smoothed_per_million": 3.61, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 11349.0, - "total_tests": 457916.0, - "total_tests_per_thousand": 82.646, - "new_tests_per_thousand": 2.048, - "new_tests_smoothed": 7962.0, - "new_tests_smoothed_per_thousand": 1.437, - "tests_per_case": 398.1, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-13", - "total_cases": 7642.0, - "new_cases": 19.0, - "new_cases_smoothed": 18.571, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1379.244, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 3.352, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 11710.0, - "total_tests": 469626.0, - "total_tests_per_thousand": 84.759, - "new_tests_per_thousand": 2.113, - "new_tests_smoothed": 8659.0, - "new_tests_smoothed_per_thousand": 1.563, - "tests_per_case": 466.254, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-14", - "total_cases": 7683.0, - "new_cases": 41.0, - "new_cases_smoothed": 21.571, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1386.643, - "new_cases_per_million": 7.4, - "new_cases_smoothed_per_million": 3.893, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 9343.0, - "total_tests": 478969.0, - "total_tests_per_thousand": 86.445, - "new_tests_per_thousand": 1.686, - "new_tests_smoothed": 8767.0, - "new_tests_smoothed_per_thousand": 1.582, - "tests_per_case": 406.417, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-15", - "total_cases": 7700.0, - "new_cases": 17.0, - "new_cases_smoothed": 20.857, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1389.712, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 3.764, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 10136.0, - "total_tests": 489105.0, - "total_tests_per_thousand": 88.275, - "new_tests_per_thousand": 1.829, - "new_tests_smoothed": 9350.0, - "new_tests_smoothed_per_thousand": 1.688, - "tests_per_case": 448.288, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-16", - "total_cases": 7720.0, - "new_cases": 20.0, - "new_cases_smoothed": 21.714, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1393.321, - "new_cases_per_million": 3.61, - "new_cases_smoothed_per_million": 3.919, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 10518.0, - "total_tests": 499623.0, - "total_tests_per_thousand": 90.173, - "new_tests_per_thousand": 1.898, - "new_tests_smoothed": 10035.0, - "new_tests_smoothed_per_thousand": 1.811, - "tests_per_case": 462.13800000000003, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-17", - "total_cases": 7731.0, - "new_cases": 11.0, - "new_cases_smoothed": 21.0, - "total_deaths": 333.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1395.307, - "new_cases_per_million": 1.985, - "new_cases_smoothed_per_million": 3.79, - "total_deaths_per_million": 60.101, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 10468.0, - "total_tests": 510091.0, - "total_tests_per_thousand": 92.062, - "new_tests_per_thousand": 1.889, - "new_tests_smoothed": 10516.0, - "new_tests_smoothed_per_thousand": 1.898, - "tests_per_case": 500.76199999999994, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-18", - "total_cases": 7752.0, - "new_cases": 21.0, - "new_cases_smoothed": 21.571, - "total_deaths": 334.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1399.097, - "new_cases_per_million": 3.79, - "new_cases_smoothed_per_million": 3.893, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 11732.0, - "total_tests": 521823.0, - "total_tests_per_thousand": 94.18, - "new_tests_per_thousand": 2.117, - "new_tests_smoothed": 10751.0, - "new_tests_smoothed_per_thousand": 1.94, - "tests_per_case": 498.39099999999996, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-19", - "total_cases": 7776.0, - "new_cases": 24.0, - "new_cases_smoothed": 21.857, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1403.428, - "new_cases_per_million": 4.332, - "new_cases_smoothed_per_million": 3.945, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 13927.0, - "total_tests": 535750.0, - "total_tests_per_thousand": 96.693, - "new_tests_per_thousand": 2.514, - "new_tests_smoothed": 11119.0, - "new_tests_smoothed_per_thousand": 2.007, - "tests_per_case": 508.712, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-20", - "total_cases": 7776.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.143, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1403.428, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.455, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 13205.0, - "total_tests": 548955.0, - "total_tests_per_thousand": 99.077, - "new_tests_per_thousand": 2.383, - "new_tests_smoothed": 11333.0, - "new_tests_smoothed_per_thousand": 2.045, - "tests_per_case": 592.0219999999999, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-21", - "total_cases": 7842.0, - "new_cases": 66.0, - "new_cases_smoothed": 22.714, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1415.34, - "new_cases_per_million": 11.912, - "new_cases_smoothed_per_million": 4.1, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 14466.0, - "total_tests": 563421.0, - "total_tests_per_thousand": 101.687, - "new_tests_per_thousand": 2.611, - "new_tests_smoothed": 12065.0, - "new_tests_smoothed_per_thousand": 2.178, - "tests_per_case": 531.164, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-22", - "total_cases": 7871.0, - "new_cases": 29.0, - "new_cases_smoothed": 24.429, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1420.574, - "new_cases_per_million": 5.234, - "new_cases_smoothed_per_million": 4.409, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 10142.0, - "total_tests": 573563.0, - "total_tests_per_thousand": 103.518, - "new_tests_per_thousand": 1.83, - "new_tests_smoothed": 12065.0, - "new_tests_smoothed_per_thousand": 2.178, - "tests_per_case": 493.889, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-23", - "total_cases": 7871.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.571, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1420.574, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.893, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 10226.0, - "total_tests": 583789.0, - "total_tests_per_thousand": 105.363, - "new_tests_per_thousand": 1.846, - "new_tests_smoothed": 12024.0, - "new_tests_smoothed_per_thousand": 2.17, - "tests_per_case": 557.404, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-24", - "total_cases": 7871.0, - "new_cases": 0.0, - "new_cases_smoothed": 20.0, - "total_deaths": 334.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1420.574, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.61, - "total_deaths_per_million": 60.281, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 13085.0, - "total_tests": 596874.0, - "total_tests_per_thousand": 107.725, - "new_tests_per_thousand": 2.362, - "new_tests_smoothed": 12398.0, - "new_tests_smoothed_per_thousand": 2.238, - "tests_per_case": 619.9, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-25", - "total_cases": 7938.0, - "new_cases": 67.0, - "new_cases_smoothed": 26.571, - "total_deaths": 335.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1432.666, - "new_cases_per_million": 12.092, - "new_cases_smoothed_per_million": 4.796, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 14598.0, - "total_tests": 611472.0, - "total_tests_per_thousand": 110.36, - "new_tests_per_thousand": 2.635, - "new_tests_smoothed": 12807.0, - "new_tests_smoothed_per_thousand": 2.311, - "tests_per_case": 481.98400000000004, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-26", - "total_cases": 7981.0, - "new_cases": 43.0, - "new_cases_smoothed": 29.286, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1440.427, - "new_cases_per_million": 7.761, - "new_cases_smoothed_per_million": 5.286, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 14263.0, - "total_tests": 625735.0, - "total_tests_per_thousand": 112.934, - "new_tests_per_thousand": 2.574, - "new_tests_smoothed": 12855.0, - "new_tests_smoothed_per_thousand": 2.32, - "tests_per_case": 438.95099999999996, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-27", - "total_cases": 8002.0, - "new_cases": 21.0, - "new_cases_smoothed": 32.286, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1444.217, - "new_cases_per_million": 3.79, - "new_cases_smoothed_per_million": 5.827, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 14286.0, - "total_tests": 640021.0, - "total_tests_per_thousand": 115.512, - "new_tests_per_thousand": 2.578, - "new_tests_smoothed": 13009.0, - "new_tests_smoothed_per_thousand": 2.348, - "tests_per_case": 402.934, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-28", - "total_cases": 8019.0, - "new_cases": 17.0, - "new_cases_smoothed": 25.286, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1447.285, - "new_cases_per_million": 3.068, - "new_cases_smoothed_per_million": 4.564, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 11825.0, - "total_tests": 651846.0, - "total_tests_per_thousand": 117.646, - "new_tests_per_thousand": 2.134, - "new_tests_smoothed": 12632.0, - "new_tests_smoothed_per_thousand": 2.28, - "tests_per_case": 499.57099999999997, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-29", - "total_cases": 8042.0, - "new_cases": 23.0, - "new_cases_smoothed": 24.429, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1451.436, - "new_cases_per_million": 4.151, - "new_cases_smoothed_per_million": 4.409, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 12461.0, - "total_tests": 664307.0, - "total_tests_per_thousand": 119.895, - "new_tests_per_thousand": 2.249, - "new_tests_smoothed": 12963.0, - "new_tests_smoothed_per_thousand": 2.34, - "tests_per_case": 530.649, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-30", - "total_cases": 8049.0, - "new_cases": 7.0, - "new_cases_smoothed": 25.429, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1452.7, - "new_cases_per_million": 1.263, - "new_cases_smoothed_per_million": 4.589, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 11691.0, - "total_tests": 675998.0, - "total_tests_per_thousand": 122.005, - "new_tests_per_thousand": 2.11, - "new_tests_smoothed": 13173.0, - "new_tests_smoothed_per_thousand": 2.377, - "tests_per_case": 518.039, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-08-31", - "total_cases": 8077.0, - "new_cases": 28.0, - "new_cases_smoothed": 29.429, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1457.753, - "new_cases_per_million": 5.053, - "new_cases_smoothed_per_million": 5.311, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 12701.0, - "total_tests": 688699.0, - "total_tests_per_thousand": 124.298, - "new_tests_per_thousand": 2.292, - "new_tests_smoothed": 13118.0, - "new_tests_smoothed_per_thousand": 2.368, - "tests_per_case": 445.75699999999995, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 37.96 - }, - { - "date": "2020-09-01", - "total_cases": 8086.0, - "new_cases": 9.0, - "new_cases_smoothed": 21.143, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1459.378, - "new_cases_per_million": 1.624, - "new_cases_smoothed_per_million": 3.816, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 14025.0, - "total_tests": 702724.0, - "total_tests_per_thousand": 126.829, - "new_tests_per_thousand": 2.531, - "new_tests_smoothed": 13036.0, - "new_tests_smoothed_per_thousand": 2.353, - "tests_per_case": 616.568, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-02", - "total_cases": 8142.0, - "new_cases": 56.0, - "new_cases_smoothed": 23.0, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1469.485, - "new_cases_per_million": 10.107, - "new_cases_smoothed_per_million": 4.151, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15364.0, - "total_tests": 718088.0, - "total_tests_per_thousand": 129.602, - "new_tests_per_thousand": 2.773, - "new_tests_smoothed": 13193.0, - "new_tests_smoothed_per_thousand": 2.381, - "tests_per_case": 573.609, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-03", - "total_cases": 8161.0, - "new_cases": 19.0, - "new_cases_smoothed": 22.714, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1472.914, - "new_cases_per_million": 3.429, - "new_cases_smoothed_per_million": 4.1, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15790.0, - "total_tests": 733878.0, - "total_tests_per_thousand": 132.452, - "new_tests_per_thousand": 2.85, - "new_tests_smoothed": 13408.0, - "new_tests_smoothed_per_thousand": 2.42, - "tests_per_case": 590.289, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-04", - "total_cases": 8200.0, - "new_cases": 39.0, - "new_cases_smoothed": 25.857, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1479.953, - "new_cases_per_million": 7.039, - "new_cases_smoothed_per_million": 4.667, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13431.0, - "total_tests": 747309.0, - "total_tests_per_thousand": 134.876, - "new_tests_per_thousand": 2.424, - "new_tests_smoothed": 13638.0, - "new_tests_smoothed_per_thousand": 2.461, - "tests_per_case": 527.436, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-05", - "total_cases": 8225.0, - "new_cases": 25.0, - "new_cases_smoothed": 26.143, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1484.465, - "new_cases_per_million": 4.512, - "new_cases_smoothed_per_million": 4.718, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11399.0, - "total_tests": 758708.0, - "total_tests_per_thousand": 136.933, - "new_tests_per_thousand": 2.057, - "new_tests_smoothed": 13486.0, - "new_tests_smoothed_per_thousand": 2.434, - "tests_per_case": 515.8580000000001, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-06", - "total_cases": 8225.0, - "new_cases": 0.0, - "new_cases_smoothed": 25.143, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1484.465, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.538, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 8242.0, - "total_tests": 766950.0, - "total_tests_per_thousand": 138.421, - "new_tests_per_thousand": 1.488, - "new_tests_smoothed": 12993.0, - "new_tests_smoothed_per_thousand": 2.345, - "tests_per_case": 516.7669999999999, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-07", - "total_cases": 8225.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.143, - "total_deaths": 335.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1484.465, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.816, - "total_deaths_per_million": 60.461, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 6177.0, - "total_tests": 773127.0, - "total_tests_per_thousand": 139.536, - "new_tests_per_thousand": 1.115, - "new_tests_smoothed": 12061.0, - "new_tests_smoothed_per_thousand": 2.177, - "tests_per_case": 570.453, - "positive_rate": 0.002, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-08", - "total_cases": 8327.0, - "new_cases": 102.0, - "new_cases_smoothed": 34.429, - "total_deaths": 336.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1502.874, - "new_cases_per_million": 18.409, - "new_cases_smoothed_per_million": 6.214, - "total_deaths_per_million": 60.642, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 10636.0, - "total_tests": 783763.0, - "total_tests_per_thousand": 141.455, - "new_tests_per_thousand": 1.92, - "new_tests_smoothed": 11577.0, - "new_tests_smoothed_per_thousand": 2.089, - "tests_per_case": 336.26099999999997, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-09", - "total_cases": 8337.0, - "new_cases": 10.0, - "new_cases_smoothed": 27.857, - "total_deaths": 336.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1504.679, - "new_cases_per_million": 1.805, - "new_cases_smoothed_per_million": 5.028, - "total_deaths_per_million": 60.642, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.026, - "new_tests": 10922.0, - "total_tests": 794685.0, - "total_tests_per_thousand": 143.426, - "new_tests_per_thousand": 1.971, - "new_tests_smoothed": 10942.0, - "new_tests_smoothed_per_thousand": 1.975, - "tests_per_case": 392.79, - "positive_rate": 0.003, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-10", - "total_cases": 8430.0, - "new_cases": 93.0, - "new_cases_smoothed": 38.429, - "total_deaths": 337.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1521.463, - "new_cases_per_million": 16.785, - "new_cases_smoothed_per_million": 6.936, - "total_deaths_per_million": 60.822, - "new_deaths_per_million": 0.18, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 12356.0, - "total_tests": 807041.0, - "total_tests_per_thousand": 145.656, - "new_tests_per_thousand": 2.23, - "new_tests_smoothed": 10452.0, - "new_tests_smoothed_per_thousand": 1.886, - "tests_per_case": 271.985, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-11", - "total_cases": 8469.0, - "new_cases": 39.0, - "new_cases_smoothed": 38.429, - "total_deaths": 337.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1528.502, - "new_cases_per_million": 7.039, - "new_cases_smoothed_per_million": 6.936, - "total_deaths_per_million": 60.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 12508.0, - "total_tests": 819549.0, - "total_tests_per_thousand": 147.914, - "new_tests_per_thousand": 2.257, - "new_tests_smoothed": 10320.0, - "new_tests_smoothed_per_thousand": 1.863, - "tests_per_case": 268.55, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-12", - "total_cases": 8512.0, - "new_cases": 43.0, - "new_cases_smoothed": 41.0, - "total_deaths": 337.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1536.263, - "new_cases_per_million": 7.761, - "new_cases_smoothed_per_million": 7.4, - "total_deaths_per_million": 60.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 8446.0, - "total_tests": 827995.0, - "total_tests_per_thousand": 149.438, - "new_tests_per_thousand": 1.524, - "new_tests_smoothed": 9898.0, - "new_tests_smoothed_per_thousand": 1.786, - "tests_per_case": 241.415, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-13", - "total_cases": 8512.0, - "new_cases": 0.0, - "new_cases_smoothed": 41.0, - "total_deaths": 337.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1536.263, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.4, - "total_deaths_per_million": 60.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 7571.0, - "total_tests": 835566.0, - "total_tests_per_thousand": 150.805, - "new_tests_per_thousand": 1.366, - "new_tests_smoothed": 9802.0, - "new_tests_smoothed_per_thousand": 1.769, - "tests_per_case": 239.07299999999998, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-14", - "total_cases": 8580.0, - "new_cases": 68.0, - "new_cases_smoothed": 50.714, - "total_deaths": 337.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1548.536, - "new_cases_per_million": 12.273, - "new_cases_smoothed_per_million": 9.153, - "total_deaths_per_million": 60.822, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 8327.0, - "total_tests": 843893.0, - "total_tests_per_thousand": 152.308, - "new_tests_per_thousand": 1.503, - "new_tests_smoothed": 10109.0, - "new_tests_smoothed_per_thousand": 1.824, - "tests_per_case": 199.332, - "positive_rate": 0.005, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-15", - "total_cases": 8627.0, - "new_cases": 47.0, - "new_cases_smoothed": 42.857, - "total_deaths": 339.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1557.018, - "new_cases_per_million": 8.483, - "new_cases_smoothed_per_million": 7.735, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 11615.0, - "total_tests": 855508.0, - "total_tests_per_thousand": 154.404, - "new_tests_per_thousand": 2.096, - "new_tests_smoothed": 10249.0, - "new_tests_smoothed_per_thousand": 1.85, - "tests_per_case": 239.143, - "positive_rate": 0.004, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-16", - "total_cases": 8725.0, - "new_cases": 98.0, - "new_cases_smoothed": 55.429, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1574.706, - "new_cases_per_million": 17.687, - "new_cases_smoothed_per_million": 10.004, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.077, - "new_tests": 13612.0, - "total_tests": 869120.0, - "total_tests_per_thousand": 156.861, - "new_tests_per_thousand": 2.457, - "new_tests_smoothed": 10634.0, - "new_tests_smoothed_per_thousand": 1.919, - "tests_per_case": 191.851, - "positive_rate": 0.005, - "tests_units": "samples tested", - "stringency_index": 32.41 - }, - { - "date": "2020-09-17", - "total_cases": 8750.0, - "new_cases": 25.0, - "new_cases_smoothed": 45.714, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1579.218, - "new_cases_per_million": 4.512, - "new_cases_smoothed_per_million": 8.251, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 15006.0, - "total_tests": 884126.0, - "total_tests_per_thousand": 159.569, - "new_tests_per_thousand": 2.708, - "new_tests_smoothed": 11012.0, - "new_tests_smoothed_per_thousand": 1.987, - "tests_per_case": 240.887, - "positive_rate": 0.004, - "tests_units": "samples tested" - }, - { - "date": "2020-09-18", - "total_cases": 8799.0, - "new_cases": 49.0, - "new_cases_smoothed": 47.143, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1588.061, - "new_cases_per_million": 8.844, - "new_cases_smoothed_per_million": 8.508, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 15081.0, - "total_tests": 899207.0, - "total_tests_per_thousand": 162.291, - "new_tests_per_thousand": 2.722, - "new_tests_smoothed": 11380.0, - "new_tests_smoothed_per_thousand": 2.054, - "tests_per_case": 241.394, - "positive_rate": 0.004, - "tests_units": "samples tested" - }, - { - "date": "2020-09-19", - "total_cases": 8858.0, - "new_cases": 59.0, - "new_cases_smoothed": 49.429, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1598.71, - "new_cases_per_million": 10.648, - "new_cases_smoothed_per_million": 8.921, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 10534.0, - "total_tests": 909741.0, - "total_tests_per_thousand": 164.192, - "new_tests_per_thousand": 1.901, - "new_tests_smoothed": 11678.0, - "new_tests_smoothed_per_thousand": 2.108, - "tests_per_case": 236.26, - "positive_rate": 0.004, - "tests_units": "samples tested" - }, - { - "date": "2020-09-20", - "total_cases": 8922.0, - "new_cases": 64.0, - "new_cases_smoothed": 58.571, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1610.261, - "new_cases_per_million": 11.551, - "new_cases_smoothed_per_million": 10.571, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 9826.0, - "total_tests": 919567.0, - "total_tests_per_thousand": 165.965, - "new_tests_per_thousand": 1.773, - "new_tests_smoothed": 12000.0, - "new_tests_smoothed_per_thousand": 2.166, - "tests_per_case": 204.878, - "positive_rate": 0.005, - "tests_units": "samples tested" - }, - { - "date": "2020-09-21", - "total_cases": 8980.0, - "new_cases": 58.0, - "new_cases_smoothed": 57.143, - "total_deaths": 339.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1620.729, - "new_cases_per_million": 10.468, - "new_cases_smoothed_per_million": 10.313, - "total_deaths_per_million": 61.183, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 7606.0, - "total_tests": 927173.0, - "total_tests_per_thousand": 167.338, - "new_tests_per_thousand": 1.373, - "new_tests_smoothed": 11897.0, - "new_tests_smoothed_per_thousand": 2.147, - "tests_per_case": 208.197, - "positive_rate": 0.005, - "tests_units": "samples tested" - }, - { - "date": "2020-09-22", - "total_cases": 9046.0, - "new_cases": 66.0, - "new_cases_smoothed": 59.857, - "total_deaths": 341.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1632.64, - "new_cases_per_million": 11.912, - "new_cases_smoothed_per_million": 10.803, - "total_deaths_per_million": 61.544, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.052, - "new_tests": 9686.0, - "total_tests": 936859.0, - "total_tests_per_thousand": 169.086, - "new_tests_per_thousand": 1.748, - "new_tests_smoothed": 11622.0, - "new_tests_smoothed_per_thousand": 2.098, - "tests_per_case": 194.162, - "positive_rate": 0.005, - "tests_units": "samples tested" - }, - { - "date": "2020-09-23", - "total_cases": 9195.0, - "new_cases": 149.0, - "new_cases_smoothed": 67.143, - "total_deaths": 341.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1659.532, - "new_cases_per_million": 26.892, - "new_cases_smoothed_per_million": 12.118, - "total_deaths_per_million": 61.544, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.052 - }, - { - "date": "2020-09-24", - "total_cases": 9288.0, - "new_cases": 93.0, - "new_cases_smoothed": 76.857, - "total_deaths": 343.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1676.317, - "new_cases_per_million": 16.785, - "new_cases_smoothed_per_million": 13.871, - "total_deaths_per_million": 61.905, - "new_deaths_per_million": 0.361, - "new_deaths_smoothed_per_million": 0.103 - }, - { - "date": "2020-09-25", - "total_cases": 9379.0, - "new_cases": 91.0, - "new_cases_smoothed": 82.857, - "total_deaths": 343.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1692.741, - "new_cases_per_million": 16.424, - "new_cases_smoothed_per_million": 14.954, - "total_deaths_per_million": 61.905, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.103 - } - ] - }, - "FJI": { - "continent": "Oceania", - "location": "Fiji", - "population": 896444.0, - "population_density": 49.562, - "median_age": 28.6, - "aged_65_older": 6.224, - "aged_70_older": 3.284, - "gdp_per_capita": 8702.975, - "extreme_poverty": 1.4, - "cardiovasc_death_rate": 412.82, - "diabetes_prevalence": 14.49, - "female_smokers": 10.2, - "male_smokers": 34.8, - "hospital_beds_per_thousand": 2.3, - "life_expectancy": 67.44, - "human_development_index": 0.741, - "data": [ - { - "date": "2020-01-30", - "total_tests": 3.0, - "total_tests_per_thousand": 0.003, - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-01-31", - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-01", - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-02", - "tests_units": "tests performed", - "stringency_index": 11.11 - }, - { - "date": "2020-02-03", - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-04", - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-05", - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-06", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-07", - "total_tests": 5.0, - "total_tests_per_thousand": 0.006, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-08", - "new_tests": 1.0, - "total_tests": 6.0, - "total_tests_per_thousand": 0.007, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-09", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-10", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-11", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-12", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-13", - "total_tests": 8.0, - "total_tests_per_thousand": 0.009, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-14", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-15", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-16", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-17", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-18", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-19", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-20", - "total_tests": 10.0, - "total_tests_per_thousand": 0.011, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-21", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-22", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-23", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-24", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-25", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-26", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-27", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-28", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-02", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-03", - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-04", - "total_tests": 11.0, - "total_tests_per_thousand": 0.012, - "new_tests_smoothed": 0.0, - "new_tests_smoothed_per_thousand": 0.0, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-05", - "new_tests": 5.0, - "total_tests": 16.0, - "total_tests_per_thousand": 0.018, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-06", - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-07", - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-08", - "new_tests_smoothed": 1.0, - "new_tests_smoothed_per_thousand": 0.001, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-09", - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-10", - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-11", - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-12", - "total_tests": 27.0, - "total_tests_per_thousand": 0.03, - "new_tests_smoothed": 2.0, - "new_tests_smoothed_per_thousand": 0.002, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-13", - "new_tests": 10.0, - "total_tests": 37.0, - "total_tests_per_thousand": 0.041, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-14", - "new_tests": 9.0, - "total_tests": 46.0, - "total_tests_per_thousand": 0.051, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-15", - "new_tests_smoothed": 4.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_units": "tests performed", - "stringency_index": 19.44 - }, - { - "date": "2020-03-16", - "total_tests": 54.0, - "total_tests_per_thousand": 0.06, - "new_tests_smoothed": 5.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-03-17", - "new_tests": 5.0, - "total_tests": 59.0, - "total_tests_per_thousand": 0.066, - "new_tests_per_thousand": 0.006, - "new_tests_smoothed": 5.0, - "new_tests_smoothed_per_thousand": 0.006, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-03-18", - "new_tests": 12.0, - "total_tests": 71.0, - "total_tests_per_thousand": 0.079, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 7.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_units": "tests performed", - "stringency_index": 30.56 - }, - { - "date": "2020-03-19", - "new_tests": 8.0, - "total_tests": 79.0, - "total_tests_per_thousand": 0.088, - "new_tests_per_thousand": 0.009, - "new_tests_smoothed": 7.0, - "new_tests_smoothed_per_thousand": 0.008, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.116, - "new_cases_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 102.0, - "total_tests_per_thousand": 0.114, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 9.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-21", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1.116, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 130.0, - "total_tests_per_thousand": 0.145, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 12.0, - "new_tests_smoothed_per_thousand": 0.013, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-22", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 2.231, - "new_cases_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-03-23", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 3.347, - "new_cases_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 146.0, - "total_tests_per_thousand": 0.163, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-24", - "total_cases": 4.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 4.462, - "new_cases_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 33.0, - "total_tests": 179.0, - "total_tests_per_thousand": 0.2, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 17.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-25", - "total_cases": 5.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 207.0, - "total_tests_per_thousand": 0.231, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 19.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-26", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.797, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39.0, - "total_tests": 246.0, - "total_tests_per_thousand": 0.274, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 24.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-27", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 61.0, - "total_tests": 307.0, - "total_tests_per_thousand": 0.342, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 29.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 50.75, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-28", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 330.0, - "total_tests_per_thousand": 0.368, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 29.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 50.75, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 81.48 - }, - { - "date": "2020-03-29", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 16.0, - "total_tests": 346.0, - "total_tests_per_thousand": 0.386, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 30.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 70.0, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 84.26 - }, - { - "date": "2020-03-30", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 10.0, - "total_tests": 356.0, - "total_tests_per_thousand": 0.397, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 30.0, - "new_tests_smoothed_per_thousand": 0.033, - "tests_per_case": 105.0, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-03-31", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11.0, - "total_tests": 367.0, - "total_tests_per_thousand": 0.409, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 27.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 189.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-01", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.578, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 17.0, - "total_tests": 384.0, - "total_tests_per_thousand": 0.428, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 25.0, - "new_tests_smoothed_per_thousand": 0.028, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-02", - "total_cases": 7.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.809, - "new_cases_per_million": 2.231, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 24.0, - "total_tests": 408.0, - "total_tests_per_thousand": 0.455, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 80.5, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-03", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.809, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 17.0, - "new_tests_smoothed_per_thousand": 0.019, - "tests_per_case": 59.5, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-04", - "total_cases": 12.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.386, - "new_cases_per_million": 5.578, - "new_cases_smoothed_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 445.0, - "total_tests_per_thousand": 0.496, - "new_tests_smoothed": 16.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 16.0, - "positive_rate": 0.062, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-05", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.386, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 44.0, - "total_tests": 489.0, - "total_tests_per_thousand": 0.545, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 20.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_per_case": 20.0, - "positive_rate": 0.05, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-06", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15.617, - "new_cases_per_million": 2.231, - "new_cases_smoothed_per_million": 1.434, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 512.0, - "total_tests_per_thousand": 0.571, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 22.0, - "new_tests_smoothed_per_thousand": 0.025, - "tests_per_case": 17.111, - "positive_rate": 0.057999999999999996, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-07", - "total_cases": 14.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15.617, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.434, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 537.0, - "total_tests_per_thousand": 0.599, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 24.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 18.667, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-08", - "total_cases": 15.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.733, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 1.594, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 566.0, - "total_tests_per_thousand": 0.631, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 26.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 18.2, - "positive_rate": 0.055, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-09", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.733, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.275, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 591.0, - "total_tests_per_thousand": 0.659, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 26.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 22.75, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-10", - "total_cases": 15.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 16.733, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.275, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 21.0, - "total_tests": 612.0, - "total_tests_per_thousand": 0.683, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 26.0, - "new_tests_smoothed_per_thousand": 0.029, - "tests_per_case": 22.75, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-11", - "total_cases": 16.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 9.0, - "total_tests": 621.0, - "total_tests_per_thousand": 0.693, - "new_tests_per_thousand": 0.01, - "new_tests_smoothed": 25.0, - "new_tests_smoothed_per_thousand": 0.028, - "tests_per_case": 43.75, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-12", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.637, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 1.0, - "total_tests": 622.0, - "total_tests_per_thousand": 0.694, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 19.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 33.25, - "positive_rate": 0.03, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-13", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 27.0, - "total_tests": 649.0, - "total_tests_per_thousand": 0.724, - "new_tests_per_thousand": 0.03, - "new_tests_smoothed": 20.0, - "new_tests_smoothed_per_thousand": 0.022, - "tests_per_case": 70.0, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-14", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 661.0, - "total_tests_per_thousand": 0.737, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 18.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 63.0, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-15", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 15.0, - "new_tests_smoothed_per_thousand": 0.017, - "tests_per_case": 105.0, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-16", - "total_cases": 16.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.848, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 684.0, - "total_tests_per_thousand": 0.763, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 91.0, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-17", - "total_cases": 17.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.964, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 21.0, - "total_tests": 705.0, - "total_tests_per_thousand": 0.786, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 13.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 45.5, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-18", - "total_cases": 17.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.964, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 40.0, - "total_tests": 745.0, - "total_tests_per_thousand": 0.831, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 18.0, - "new_tests_smoothed_per_thousand": 0.02, - "tests_per_case": 126.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-19", - "total_cases": 17.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.964, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 38.0, - "total_tests": 783.0, - "total_tests_per_thousand": 0.873, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 161.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-20", - "total_cases": 17.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.964, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 24.0, - "total_tests": 807.0, - "total_tests_per_thousand": 0.9, - "new_tests_per_thousand": 0.027, - "new_tests_smoothed": 23.0, - "new_tests_smoothed_per_thousand": 0.026, - "tests_per_case": 161.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-21", - "total_cases": 18.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 22.0, - "total_tests": 829.0, - "total_tests_per_thousand": 0.925, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 24.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 84.0, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 68.0, - "total_tests": 897.0, - "total_tests_per_thousand": 1.001, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 32.0, - "new_tests_smoothed_per_thousand": 0.036, - "tests_per_case": 112.0, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 54.0, - "total_tests": 951.0, - "total_tests_per_thousand": 1.061, - "new_tests_per_thousand": 0.06, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 133.0, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 2.0, - "total_tests": 953.0, - "total_tests_per_thousand": 1.063, - "new_tests_per_thousand": 0.002, - "new_tests_smoothed": 35.0, - "new_tests_smoothed_per_thousand": 0.039, - "tests_per_case": 245.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 60.0, - "total_tests": 1013.0, - "total_tests_per_thousand": 1.13, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.042, - "tests_per_case": 266.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 36.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 252.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 1060.0, - "total_tests_per_thousand": 1.182, - "new_tests_smoothed": 36.0, - "new_tests_smoothed_per_thousand": 0.04, - "tests_per_case": 252.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 30.0, - "total_tests": 1090.0, - "total_tests_per_thousand": 1.216, - "new_tests_per_thousand": 0.033, - "new_tests_smoothed": 37.0, - "new_tests_smoothed_per_thousand": 0.041, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 33.0, - "total_tests": 1123.0, - "total_tests_per_thousand": 1.253, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 32.0, - "new_tests_smoothed_per_thousand": 0.036, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-04-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 37.0, - "total_tests": 1160.0, - "total_tests_per_thousand": 1.294, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 30.0, - "new_tests_smoothed_per_thousand": 0.033, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 41.0, - "total_tests": 1201.0, - "total_tests_per_thousand": 1.34, - "new_tests_per_thousand": 0.046, - "new_tests_smoothed": 35.0, - "new_tests_smoothed_per_thousand": 0.039, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 47.0, - "total_tests": 1248.0, - "total_tests_per_thousand": 1.392, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 34.0, - "new_tests_smoothed_per_thousand": 0.038, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 78.0, - "total_tests": 1326.0, - "total_tests_per_thousand": 1.479, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.046, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.046, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 1365.0, - "total_tests_per_thousand": 1.523, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 1394.0, - "total_tests_per_thousand": 1.555, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 1437.0, - "total_tests_per_thousand": 1.603, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.045, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 52.0, - "total_tests": 1489.0, - "total_tests_per_thousand": 1.661, - "new_tests_per_thousand": 0.058, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.046, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 1532.0, - "total_tests_per_thousand": 1.709, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 41.0, - "new_tests_smoothed_per_thousand": 0.046, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 67.0, - "total_tests": 1599.0, - "total_tests_per_thousand": 1.784, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 1632.0, - "total_tests_per_thousand": 1.821, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.042, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 67.0, - "total_tests": 1699.0, - "total_tests_per_thousand": 1.895, - "new_tests_per_thousand": 0.075, - "new_tests_smoothed": 44.0, - "new_tests_smoothed_per_thousand": 0.049, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 76.0, - "total_tests": 1775.0, - "total_tests_per_thousand": 1.98, - "new_tests_per_thousand": 0.085, - "new_tests_smoothed": 48.0, - "new_tests_smoothed_per_thousand": 0.054, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 88.89 - }, - { - "date": "2020-05-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 87.0, - "total_tests": 1862.0, - "total_tests_per_thousand": 2.077, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 53.0, - "new_tests_smoothed_per_thousand": 0.059, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 74.0, - "total_tests": 1936.0, - "total_tests_per_thousand": 2.16, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 58.0, - "new_tests_smoothed_per_thousand": 0.065, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 1991.0, - "total_tests_per_thousand": 2.221, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.06, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 78.0, - "total_tests": 2069.0, - "total_tests_per_thousand": 2.308, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 62.0, - "new_tests_smoothed_per_thousand": 0.069, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 68.0, - "total_tests": 2137.0, - "total_tests_per_thousand": 2.384, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 63.0, - "new_tests_smoothed_per_thousand": 0.07, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 56.0, - "total_tests": 2193.0, - "total_tests_per_thousand": 2.446, - "new_tests_per_thousand": 0.062, - "new_tests_smoothed": 60.0, - "new_tests_smoothed_per_thousand": 0.067, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 66.0, - "total_tests": 2259.0, - "total_tests_per_thousand": 2.52, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 57.0, - "new_tests_smoothed_per_thousand": 0.064, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 104.0, - "total_tests": 2363.0, - "total_tests_per_thousand": 2.636, - "new_tests_per_thousand": 0.116, - "new_tests_smoothed": 61.0, - "new_tests_smoothed_per_thousand": 0.068, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4.0, - "total_tests": 2367.0, - "total_tests_per_thousand": 2.64, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 58.0, - "new_tests_smoothed_per_thousand": 0.065, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 64.0, - "total_tests": 2431.0, - "total_tests_per_thousand": 2.712, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 63.0, - "new_tests_smoothed_per_thousand": 0.07, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 53.0, - "total_tests": 2484.0, - "total_tests_per_thousand": 2.771, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 59.0, - "new_tests_smoothed_per_thousand": 0.066, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 111.0, - "total_tests": 2595.0, - "total_tests_per_thousand": 2.895, - "new_tests_per_thousand": 0.124, - "new_tests_smoothed": 65.0, - "new_tests_smoothed_per_thousand": 0.073, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 78.0, - "total_tests": 2673.0, - "total_tests_per_thousand": 2.982, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 69.0, - "new_tests_smoothed_per_thousand": 0.077, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 150.0, - "total_tests": 2823.0, - "total_tests_per_thousand": 3.149, - "new_tests_per_thousand": 0.167, - "new_tests_smoothed": 81.0, - "new_tests_smoothed_per_thousand": 0.09, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 77.0, - "total_tests": 2900.0, - "total_tests_per_thousand": 3.235, - "new_tests_per_thousand": 0.086, - "new_tests_smoothed": 77.0, - "new_tests_smoothed_per_thousand": 0.086, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-05-31", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 61.0, - "total_tests": 2961.0, - "total_tests_per_thousand": 3.303, - "new_tests_per_thousand": 0.068, - "new_tests_smoothed": 85.0, - "new_tests_smoothed_per_thousand": 0.095, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 81.0, - "new_tests_smoothed_per_thousand": 0.09, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 3041.0, - "total_tests_per_thousand": 3.392, - "new_tests_smoothed": 80.0, - "new_tests_smoothed_per_thousand": 0.089, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 88.0, - "total_tests": 3129.0, - "total_tests_per_thousand": 3.49, - "new_tests_per_thousand": 0.098, - "new_tests_smoothed": 76.0, - "new_tests_smoothed_per_thousand": 0.085, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 66.0, - "total_tests": 3195.0, - "total_tests_per_thousand": 3.564, - "new_tests_per_thousand": 0.074, - "new_tests_smoothed": 75.0, - "new_tests_smoothed_per_thousand": 0.084, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 113.0, - "total_tests": 3308.0, - "total_tests_per_thousand": 3.69, - "new_tests_per_thousand": 0.126, - "new_tests_smoothed": 69.0, - "new_tests_smoothed_per_thousand": 0.077, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 92.0, - "total_tests": 3400.0, - "total_tests_per_thousand": 3.793, - "new_tests_per_thousand": 0.103, - "new_tests_smoothed": 71.0, - "new_tests_smoothed_per_thousand": 0.079, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-07", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 232.0, - "total_tests": 3632.0, - "total_tests_per_thousand": 4.052, - "new_tests_per_thousand": 0.259, - "new_tests_smoothed": 96.0, - "new_tests_smoothed_per_thousand": 0.107, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-08", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 97.0, - "total_tests": 3729.0, - "total_tests_per_thousand": 4.16, - "new_tests_per_thousand": 0.108, - "new_tests_smoothed": 104.0, - "new_tests_smoothed_per_thousand": 0.116, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-09", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 81.0, - "total_tests": 3810.0, - "total_tests_per_thousand": 4.25, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 110.0, - "new_tests_smoothed_per_thousand": 0.123, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-10", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 129.0, - "total_tests": 3939.0, - "total_tests_per_thousand": 4.394, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 116.0, - "new_tests_smoothed_per_thousand": 0.129, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-11", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 111.0, - "new_tests_smoothed_per_thousand": 0.124, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-12", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 4004.0, - "total_tests_per_thousand": 4.467, - "new_tests_smoothed": 99.0, - "new_tests_smoothed_per_thousand": 0.11, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-13", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 102.0, - "total_tests": 4106.0, - "total_tests_per_thousand": 4.58, - "new_tests_per_thousand": 0.114, - "new_tests_smoothed": 101.0, - "new_tests_smoothed_per_thousand": 0.113, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-14", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 4126.0, - "total_tests_per_thousand": 4.603, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 71.0, - "new_tests_smoothed_per_thousand": 0.079, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-15", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 4169.0, - "total_tests_per_thousand": 4.651, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 63.0, - "new_tests_smoothed_per_thousand": 0.07, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-16", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39.0, - "total_tests": 4208.0, - "total_tests_per_thousand": 4.694, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 57.0, - "new_tests_smoothed_per_thousand": 0.064, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-17", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 45.0, - "new_tests_smoothed_per_thousand": 0.05, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-18", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 4305.0, - "total_tests_per_thousand": 4.802, - "new_tests_smoothed": 48.0, - "new_tests_smoothed_per_thousand": 0.054, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-19", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 120.0, - "total_tests": 4425.0, - "total_tests_per_thousand": 4.936, - "new_tests_per_thousand": 0.134, - "new_tests_smoothed": 60.0, - "new_tests_smoothed_per_thousand": 0.067, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-20", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 4451.0, - "total_tests_per_thousand": 4.965, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 78.7 - }, - { - "date": "2020-06-21", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-22", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 4529.0, - "total_tests_per_thousand": 5.052, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-23", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 55.0, - "total_tests": 4584.0, - "total_tests_per_thousand": 5.114, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.06, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-24", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 50.0, - "total_tests": 4634.0, - "total_tests_per_thousand": 5.169, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.06, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-25", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 151.0, - "total_tests": 4785.0, - "total_tests_per_thousand": 5.338, - "new_tests_per_thousand": 0.168, - "new_tests_smoothed": 69.0, - "new_tests_smoothed_per_thousand": 0.077, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-26", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 31.0, - "total_tests": 4816.0, - "total_tests_per_thousand": 5.372, - "new_tests_per_thousand": 0.035, - "new_tests_smoothed": 56.0, - "new_tests_smoothed_per_thousand": 0.062, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-27", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 11.0, - "total_tests": 4827.0, - "total_tests_per_thousand": 5.385, - "new_tests_per_thousand": 0.012, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.06, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-28", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 4853.0, - "total_tests_per_thousand": 5.414, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-29", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 162.0, - "total_tests": 5015.0, - "total_tests_per_thousand": 5.594, - "new_tests_per_thousand": 0.181, - "new_tests_smoothed": 69.0, - "new_tests_smoothed_per_thousand": 0.077, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 62.04 - }, - { - "date": "2020-06-30", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 45.0, - "total_tests": 5060.0, - "total_tests_per_thousand": 5.645, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 68.0, - "new_tests_smoothed_per_thousand": 0.076, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-01", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 45.0, - "total_tests": 5105.0, - "total_tests_per_thousand": 5.695, - "new_tests_per_thousand": 0.05, - "new_tests_smoothed": 67.0, - "new_tests_smoothed_per_thousand": 0.075, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-02", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 51.0, - "total_tests": 5156.0, - "total_tests_per_thousand": 5.752, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 53.0, - "new_tests_smoothed_per_thousand": 0.059, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 86.0, - "total_tests": 5242.0, - "total_tests_per_thousand": 5.848, - "new_tests_per_thousand": 0.096, - "new_tests_smoothed": 61.0, - "new_tests_smoothed_per_thousand": 0.068, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-04", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 5268.0, - "total_tests_per_thousand": 5.877, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 63.0, - "new_tests_smoothed_per_thousand": 0.07, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-05", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 43.0, - "total_tests": 5311.0, - "total_tests_per_thousand": 5.925, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 65.0, - "new_tests_smoothed_per_thousand": 0.073, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 58.33 - }, - { - "date": "2020-07-06", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.079, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 47.0, - "new_tests_smoothed_per_thousand": 0.052, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-07", - "total_cases": 19.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.195, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 5371.0, - "total_tests_per_thousand": 5.991, - "new_tests_smoothed": 44.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 308.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-08", - "total_cases": 19.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.195, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 115.0, - "total_tests": 5486.0, - "total_tests_per_thousand": 6.12, - "new_tests_per_thousand": 0.128, - "new_tests_smoothed": 54.0, - "new_tests_smoothed_per_thousand": 0.06, - "tests_per_case": 378.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-09", - "total_cases": 21.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 23.426, - "new_cases_per_million": 2.231, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 135.0, - "total_tests": 5621.0, - "total_tests_per_thousand": 6.27, - "new_tests_per_thousand": 0.151, - "new_tests_smoothed": 66.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 154.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-10", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 23.426, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": -357.0, - "total_tests": 5264.0, - "total_tests_per_thousand": 5.872, - "new_tests_per_thousand": -0.398, - "new_tests_smoothed": 3.0, - "new_tests_smoothed_per_thousand": 0.003, - "tests_per_case": 7.0, - "positive_rate": 0.14300000000000002, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-11", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 23.426, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 576.0, - "total_tests": 5840.0, - "total_tests_per_thousand": 6.515, - "new_tests_per_thousand": 0.643, - "new_tests_smoothed": 82.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 191.333, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-12", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 23.426, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 97.0, - "total_tests": 5937.0, - "total_tests_per_thousand": 6.623, - "new_tests_per_thousand": 0.108, - "new_tests_smoothed": 89.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 207.667, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-13", - "total_cases": 26.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 5.578, - "new_cases_smoothed_per_million": 1.275, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 5957.0, - "total_tests_per_thousand": 6.645, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 88.0, - "new_tests_smoothed_per_thousand": 0.098, - "tests_per_case": 77.0, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-14", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 151.0, - "total_tests": 6108.0, - "total_tests_per_thousand": 6.814, - "new_tests_per_thousand": 0.168, - "new_tests_smoothed": 105.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_per_case": 105.0, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-15", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.116, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 105.0, - "new_tests_smoothed_per_thousand": 0.117, - "tests_per_case": 105.0, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-16", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.797, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "total_tests": 6328.0, - "total_tests_per_thousand": 7.059, - "new_tests_smoothed": 101.0, - "new_tests_smoothed_per_thousand": 0.113, - "tests_per_case": 141.4, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-17", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.797, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 38.0, - "total_tests": 6366.0, - "total_tests_per_thousand": 7.101, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 157.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 219.8, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-18", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.797, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 22.0, - "total_tests": 6388.0, - "total_tests_per_thousand": 7.126, - "new_tests_per_thousand": 0.025, - "new_tests_smoothed": 78.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 109.2, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-19", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.797, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 6401.0, - "total_tests_per_thousand": 7.14, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 66.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 92.4, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-20", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 13.0, - "total_tests": 6414.0, - "total_tests_per_thousand": 7.155, - "new_tests_per_thousand": 0.015, - "new_tests_smoothed": 65.0, - "new_tests_smoothed_per_thousand": 0.073, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-21", - "total_cases": 26.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 29.003, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 40.0, - "total_tests": 6454.0, - "total_tests_per_thousand": 7.2, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-22", - "total_cases": 27.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 81.0, - "total_tests": 6535.0, - "total_tests_per_thousand": 7.29, - "new_tests_per_thousand": 0.09, - "new_tests_smoothed": 45.0, - "new_tests_smoothed_per_thousand": 0.05, - "tests_per_case": 315.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-23", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 49.0, - "total_tests": 6584.0, - "total_tests_per_thousand": 7.345, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 37.0, - "new_tests_smoothed_per_thousand": 0.041, - "tests_per_case": 259.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-24", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 55.0, - "total_tests": 6639.0, - "total_tests_per_thousand": 7.406, - "new_tests_per_thousand": 0.061, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "tests_per_case": 273.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-25", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 29.0, - "total_tests": 6668.0, - "total_tests_per_thousand": 7.438, - "new_tests_per_thousand": 0.032, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 280.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-26", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 6693.0, - "total_tests_per_thousand": 7.466, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 42.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 294.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-27", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 6719.0, - "total_tests_per_thousand": 7.495, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 44.0, - "new_tests_smoothed_per_thousand": 0.049, - "tests_per_case": 308.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-07-28", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 37.0, - "total_tests": 6756.0, - "total_tests_per_thousand": 7.536, - "new_tests_per_thousand": 0.041, - "new_tests_smoothed": 43.0, - "new_tests_smoothed_per_thousand": 0.048, - "tests_per_case": 301.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-29", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 129.0, - "total_tests": 6885.0, - "total_tests_per_thousand": 7.68, - "new_tests_per_thousand": 0.144, - "new_tests_smoothed": 50.0, - "new_tests_smoothed_per_thousand": 0.056, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-30", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 39.0, - "total_tests": 6924.0, - "total_tests_per_thousand": 7.724, - "new_tests_per_thousand": 0.044, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-07-31", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 6936.0, - "total_tests_per_thousand": 7.737, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 42.0, - "new_tests_smoothed_per_thousand": 0.047, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-01", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 1.116, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 1.0, - "total_tests": 6937.0, - "total_tests_per_thousand": 7.738, - "new_tests_per_thousand": 0.001, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.042, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-02", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.045, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-03", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "total_tests": 7013.0, - "total_tests_per_thousand": 7.823, - "new_tests_smoothed": 42.0, - "new_tests_smoothed_per_thousand": 0.047, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-04", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 64.0, - "total_tests": 7077.0, - "total_tests_per_thousand": 7.895, - "new_tests_per_thousand": 0.071, - "new_tests_smoothed": 46.0, - "new_tests_smoothed_per_thousand": 0.051, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-05", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 169.0, - "total_tests": 7246.0, - "total_tests_per_thousand": 8.083, - "new_tests_per_thousand": 0.189, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-06", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 60.0, - "total_tests": 7306.0, - "total_tests_per_thousand": 8.15, - "new_tests_per_thousand": 0.067, - "new_tests_smoothed": 55.0, - "new_tests_smoothed_per_thousand": 0.061, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-07", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 12.0, - "total_tests": 7318.0, - "total_tests_per_thousand": 8.163, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 55.0, - "new_tests_smoothed_per_thousand": 0.061, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-08", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 16.0, - "total_tests": 7334.0, - "total_tests_per_thousand": 8.181, - "new_tests_per_thousand": 0.018, - "new_tests_smoothed": 57.0, - "new_tests_smoothed_per_thousand": 0.064, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-09", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 7341.0, - "total_tests_per_thousand": 8.189, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-10", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 4.0, - "total_tests": 7345.0, - "total_tests_per_thousand": 8.193, - "new_tests_per_thousand": 0.004, - "new_tests_smoothed": 47.0, - "new_tests_smoothed_per_thousand": 0.052, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-11", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 40.0, - "total_tests": 7385.0, - "total_tests_per_thousand": 8.238, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 44.0, - "new_tests_smoothed_per_thousand": 0.049, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-12", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 125.0, - "total_tests": 7510.0, - "total_tests_per_thousand": 8.378, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 38.0, - "new_tests_smoothed_per_thousand": 0.042, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-13", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 34.0, - "total_tests": 7544.0, - "total_tests_per_thousand": 8.415, - "new_tests_per_thousand": 0.038, - "new_tests_smoothed": 34.0, - "new_tests_smoothed_per_thousand": 0.038, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-14", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 50.0, - "total_tests": 7594.0, - "total_tests_per_thousand": 8.471, - "new_tests_per_thousand": 0.056, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-15", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 7606.0, - "total_tests_per_thousand": 8.485, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 39.0, - "new_tests_smoothed_per_thousand": 0.044, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-16", - "total_cases": 27.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.119, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 17.0, - "total_tests": 7623.0, - "total_tests_per_thousand": 8.504, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.045, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-17", - "total_cases": 28.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 15.0, - "total_tests": 7638.0, - "total_tests_per_thousand": 8.52, - "new_tests_per_thousand": 0.017, - "new_tests_smoothed": 42.0, - "new_tests_smoothed_per_thousand": 0.047, - "tests_per_case": 294.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-18", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 7663.0, - "total_tests_per_thousand": 8.548, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 40.0, - "new_tests_smoothed_per_thousand": 0.045, - "tests_per_case": 280.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-19", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 178.0, - "total_tests": 7841.0, - "total_tests_per_thousand": 8.747, - "new_tests_per_thousand": 0.199, - "new_tests_smoothed": 47.0, - "new_tests_smoothed_per_thousand": 0.052, - "tests_per_case": 329.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-20", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 48.0, - "total_tests": 7889.0, - "total_tests_per_thousand": 8.8, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "tests_per_case": 343.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-21", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 53.0, - "total_tests": 7942.0, - "total_tests_per_thousand": 8.859, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 50.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 350.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-22", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 19.0, - "total_tests": 7961.0, - "total_tests_per_thousand": 8.881, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 357.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-23", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 18.0, - "total_tests": 7979.0, - "total_tests_per_thousand": 8.901, - "new_tests_per_thousand": 0.02, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 357.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-24", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 7.0, - "total_tests": 7986.0, - "total_tests_per_thousand": 8.909, - "new_tests_per_thousand": 0.008, - "new_tests_smoothed": 50.0, - "new_tests_smoothed_per_thousand": 0.056, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 50.93 - }, - { - "date": "2020-08-25", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 51.0, - "total_tests": 8037.0, - "total_tests_per_thousand": 8.965, - "new_tests_per_thousand": 0.057, - "new_tests_smoothed": 53.0, - "new_tests_smoothed_per_thousand": 0.059, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-26", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 160.0, - "total_tests": 8197.0, - "total_tests_per_thousand": 9.144, - "new_tests_per_thousand": 0.178, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-27", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 47.0, - "total_tests": 8244.0, - "total_tests_per_thousand": 9.196, - "new_tests_per_thousand": 0.052, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-28", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 1.116, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 38.0, - "total_tests": 8282.0, - "total_tests_per_thousand": 9.239, - "new_tests_per_thousand": 0.042, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-29", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 1.116, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 21.0, - "total_tests": 8303.0, - "total_tests_per_thousand": 9.262, - "new_tests_per_thousand": 0.023, - "new_tests_smoothed": 49.0, - "new_tests_smoothed_per_thousand": 0.055, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-30", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 62.0, - "total_tests": 8365.0, - "total_tests_per_thousand": 9.331, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 55.0, - "new_tests_smoothed_per_thousand": 0.061, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-08-31", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 43.0, - "total_tests": 8408.0, - "total_tests_per_thousand": 9.379, - "new_tests_per_thousand": 0.048, - "new_tests_smoothed": 60.0, - "new_tests_smoothed_per_thousand": 0.067, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-01", - "total_cases": 28.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 31.235, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 19.0, - "total_tests": 8427.0, - "total_tests_per_thousand": 9.4, - "new_tests_per_thousand": 0.021, - "new_tests_smoothed": 56.0, - "new_tests_smoothed_per_thousand": 0.062, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-02", - "total_cases": 29.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 32.35, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests": 123.0, - "total_tests": 8550.0, - "total_tests_per_thousand": 9.538, - "new_tests_per_thousand": 0.137, - "new_tests_smoothed": 50.0, - "new_tests_smoothed_per_thousand": 0.056, - "tests_per_case": 350.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-03", - "total_cases": 29.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 32.35, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "new_tests_smoothed": 51.0, - "new_tests_smoothed_per_thousand": 0.057, - "tests_per_case": 357.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-04", - "total_cases": 31.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 34.581, - "new_cases_per_million": 2.231, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.159, - "total_tests": 8646.0, - "total_tests_per_thousand": 9.645, - "new_tests_smoothed": 52.0, - "new_tests_smoothed_per_thousand": 0.058, - "tests_per_case": 121.333, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-05", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.581, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 139.0, - "total_tests": 8785.0, - "total_tests_per_thousand": 9.8, - "new_tests_per_thousand": 0.155, - "new_tests_smoothed": 69.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 161.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-06", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.581, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 108.0, - "total_tests": 8893.0, - "total_tests_per_thousand": 9.92, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 75.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 175.0, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-07", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.581, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 12.0, - "total_tests": 8905.0, - "total_tests_per_thousand": 9.934, - "new_tests_per_thousand": 0.013, - "new_tests_smoothed": 71.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 165.667, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-08", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.581, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 171.0, - "total_tests": 9076.0, - "total_tests_per_thousand": 10.124, - "new_tests_per_thousand": 0.191, - "new_tests_smoothed": 93.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 217.0, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-09", - "total_cases": 31.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 34.581, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.319, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 159.0, - "total_tests": 9235.0, - "total_tests_per_thousand": 10.302, - "new_tests_per_thousand": 0.177, - "new_tests_smoothed": 98.0, - "new_tests_smoothed_per_thousand": 0.109, - "tests_per_case": 343.0, - "positive_rate": 0.003, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-10", - "total_cases": 32.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 1.116, - "new_cases_smoothed_per_million": 0.478, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 33.0, - "total_tests": 9268.0, - "total_tests_per_thousand": 10.339, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 96.0, - "new_tests_smoothed_per_thousand": 0.107, - "tests_per_case": 224.0, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-11", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 26.0, - "total_tests": 9294.0, - "total_tests_per_thousand": 10.368, - "new_tests_per_thousand": 0.029, - "new_tests_smoothed": 93.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 651.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-12", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 9322.0, - "total_tests_per_thousand": 10.399, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 77.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 539.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-13", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 17.0, - "total_tests": 9339.0, - "total_tests_per_thousand": 10.418, - "new_tests_per_thousand": 0.019, - "new_tests_smoothed": 64.0, - "new_tests_smoothed_per_thousand": 0.071, - "tests_per_case": 448.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-14", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 23.0, - "total_tests": 9362.0, - "total_tests_per_thousand": 10.443, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 65.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 455.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-15", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 208.0, - "total_tests": 9570.0, - "total_tests_per_thousand": 10.676, - "new_tests_per_thousand": 0.232, - "new_tests_smoothed": 71.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 497.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-16", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.159, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 183.0, - "total_tests": 9753.0, - "total_tests_per_thousand": 10.88, - "new_tests_per_thousand": 0.204, - "new_tests_smoothed": 74.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 518.0, - "positive_rate": 0.002, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-17", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 53.0, - "total_tests": 9806.0, - "total_tests_per_thousand": 10.939, - "new_tests_per_thousand": 0.059, - "new_tests_smoothed": 77.0, - "new_tests_smoothed_per_thousand": 0.086, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-18", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 20.0, - "total_tests": 9826.0, - "total_tests_per_thousand": 10.961, - "new_tests_per_thousand": 0.022, - "new_tests_smoothed": 76.0, - "new_tests_smoothed_per_thousand": 0.085, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-19", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 33.0, - "total_tests": 9859.0, - "total_tests_per_thousand": 10.998, - "new_tests_per_thousand": 0.037, - "new_tests_smoothed": 77.0, - "new_tests_smoothed_per_thousand": 0.086, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-20", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 28.0, - "total_tests": 9887.0, - "total_tests_per_thousand": 11.029, - "new_tests_per_thousand": 0.031, - "new_tests_smoothed": 78.0, - "new_tests_smoothed_per_thousand": 0.087, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-21", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 25.0, - "total_tests": 9912.0, - "total_tests_per_thousand": 11.057, - "new_tests_per_thousand": 0.028, - "new_tests_smoothed": 79.0, - "new_tests_smoothed_per_thousand": 0.088, - "positive_rate": 0.0, - "tests_units": "tests performed", - "stringency_index": 48.15 - }, - { - "date": "2020-09-22", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests": 100.0, - "total_tests": 10012.0, - "total_tests_per_thousand": 11.169, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 63.0, - "new_tests_smoothed_per_thousand": 0.07, - "positive_rate": 0.0, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 32.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 35.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 2.231, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "FLK": { - "continent": "South America", - "location": "Falkland Islands", - "population": 3483.0, - "life_expectancy": 81.44, - "data": [ - { - "date": "2020-04-04", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 287.109, - "new_cases_per_million": 287.109, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-05", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 287.109, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-06", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 574.218, - "new_cases_per_million": 287.109, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 68.52 - }, - { - "date": "2020-04-07", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 574.218, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-08", - "total_cases": 5.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 861.326, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-09", - "total_cases": 5.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-10", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 205.078, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-11", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 164.062, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-12", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 164.062, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-13", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 123.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-14", - "total_cases": 5.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1435.544, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 123.047, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-15", - "total_cases": 11.0, - "new_cases": 6.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 1722.653, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-16", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-17", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-18", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-19", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-20", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-21", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3158.197, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 246.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 79.63 - }, - { - "date": "2020-04-22", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3445.306, - "new_cases_per_million": 287.109, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-23", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3445.306, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-24", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3445.306, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-25", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3445.306, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-26", - "total_cases": 13.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 287.109, - "new_cases_smoothed_per_million": 82.031, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 82.031, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-28", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 82.031, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-29", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-04-30", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-01", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-02", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 41.016, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-04", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 75.93 - }, - { - "date": "2020-05-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-05-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-05-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-05-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-05-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 73.15 - }, - { - "date": "2020-05-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-28", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-29", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-30", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-05-31", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-01", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-02", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-04", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 54.63 - }, - { - "date": "2020-06-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-06-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-06-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 36.11 - }, - { - "date": "2020-06-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-28", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-29", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-06-30", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-01", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-02", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-04", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 27.78 - }, - { - "date": "2020-07-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-28", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-29", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-30", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-07-31", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-01", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-02", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-04", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-26", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-27", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-28", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-29", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-30", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-08-31", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-09-01", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-09-02", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 13.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3732.415, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "FRA": { - "continent": "Europe", - "location": "France", - "population": 65273512.0, - "population_density": 122.578, - "median_age": 42.0, - "aged_65_older": 19.718, - "aged_70_older": 13.079, - "gdp_per_capita": 38605.671, - "cardiovasc_death_rate": 86.06, - "diabetes_prevalence": 4.77, - "female_smokers": 30.1, - "male_smokers": 35.6, - "hospital_beds_per_thousand": 5.98, - "life_expectancy": 82.66, - "human_development_index": 0.901, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 2.78 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-25", - "total_cases": 3.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.046, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-26", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.046, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-27", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.046, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-28", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.046, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-29", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.061, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.009, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-30", - "total_cases": 5.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.077, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-01-31", - "total_cases": 6.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-01", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-02", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-03", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-04", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.007, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-05", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-06", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-07", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.092, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-08", - "total_cases": 11.0, - "new_cases": 5.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.077, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-09", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-10", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-11", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-12", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-13", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-14", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-15", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-16", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.169, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-17", - "total_cases": 12.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-18", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-19", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-20", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-21", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 13.89 - }, - { - "date": "2020-02-22", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-23", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-24", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-02-25", - "total_cases": 12.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.184, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-26", - "total_cases": 14.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.214, - "new_cases_per_million": 0.031, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 16.67 - }, - { - "date": "2020-02-27", - "total_cases": 17.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.26, - "new_cases_per_million": 0.046, - "new_cases_smoothed_per_million": 0.011, - "total_deaths_per_million": 0.031, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 16.67 - }, - { - "date": "2020-02-28", - "total_cases": 38.0, - "new_cases": 21.0, - "new_cases_smoothed": 3.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.582, - "new_cases_per_million": 0.322, - "new_cases_smoothed_per_million": 0.057, - "total_deaths_per_million": 0.031, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 16.67 - }, - { - "date": "2020-02-29", - "total_cases": 57.0, - "new_cases": 19.0, - "new_cases_smoothed": 6.429, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.873, - "new_cases_per_million": 0.291, - "new_cases_smoothed_per_million": 0.098, - "total_deaths_per_million": 0.031, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 37.5 - }, - { - "date": "2020-03-01", - "total_cases": 100.0, - "new_cases": 43.0, - "new_cases_smoothed": 12.571, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.532, - "new_cases_per_million": 0.659, - "new_cases_smoothed_per_million": 0.193, - "total_deaths_per_million": 0.031, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 37.5 - }, - { - "date": "2020-03-02", - "total_cases": 130.0, - "new_cases": 30.0, - "new_cases_smoothed": 16.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.992, - "new_cases_per_million": 0.46, - "new_cases_smoothed_per_million": 0.258, - "total_deaths_per_million": 0.031, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 46.76 - }, - { - "date": "2020-03-03", - "total_cases": 178.0, - "new_cases": 48.0, - "new_cases_smoothed": 23.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2.727, - "new_cases_per_million": 0.735, - "new_cases_smoothed_per_million": 0.363, - "total_deaths_per_million": 0.046, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 46.76 - }, - { - "date": "2020-03-04", - "total_cases": 212.0, - "new_cases": 34.0, - "new_cases_smoothed": 28.286, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3.248, - "new_cases_per_million": 0.521, - "new_cases_smoothed_per_million": 0.433, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.007, - "stringency_index": 46.76 - }, - { - "date": "2020-03-05", - "total_cases": 285.0, - "new_cases": 73.0, - "new_cases_smoothed": 38.286, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 4.366, - "new_cases_per_million": 1.118, - "new_cases_smoothed_per_million": 0.587, - "total_deaths_per_million": 0.061, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 46.76 - }, - { - "date": "2020-03-06", - "total_cases": 423.0, - "new_cases": 138.0, - "new_cases_smoothed": 55.0, - "total_deaths": 7.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 6.48, - "new_cases_per_million": 2.114, - "new_cases_smoothed_per_million": 0.843, - "total_deaths_per_million": 0.107, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.011, - "stringency_index": 46.76 - }, - { - "date": "2020-03-07", - "total_cases": 613.0, - "new_cases": 190.0, - "new_cases_smoothed": 79.429, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9.391, - "new_cases_per_million": 2.911, - "new_cases_smoothed_per_million": 1.217, - "total_deaths_per_million": 0.138, - "new_deaths_per_million": 0.031, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 46.76 - }, - { - "date": "2020-03-08", - "total_cases": 716.0, - "new_cases": 103.0, - "new_cases_smoothed": 88.0, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 10.969, - "new_cases_per_million": 1.578, - "new_cases_smoothed_per_million": 1.348, - "total_deaths_per_million": 0.153, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.018, - "stringency_index": 46.76 - }, - { - "date": "2020-03-09", - "total_cases": 1126.0, - "new_cases": 410.0, - "new_cases_smoothed": 142.286, - "total_deaths": 19.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 2.429, - "total_cases_per_million": 17.25, - "new_cases_per_million": 6.281, - "new_cases_smoothed_per_million": 2.18, - "total_deaths_per_million": 0.291, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.037, - "stringency_index": 46.76 - }, - { - "date": "2020-03-10", - "total_cases": 1412.0, - "new_cases": 286.0, - "new_cases_smoothed": 176.286, - "total_deaths": 30.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 21.632, - "new_cases_per_million": 4.382, - "new_cases_smoothed_per_million": 2.701, - "total_deaths_per_million": 0.46, - "new_deaths_per_million": 0.169, - "new_deaths_smoothed_per_million": 0.059, - "stringency_index": 46.76 - }, - { - "date": "2020-03-11", - "total_cases": 1784.0, - "new_cases": 372.0, - "new_cases_smoothed": 224.571, - "total_deaths": 33.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 4.143, - "total_cases_per_million": 27.331, - "new_cases_per_million": 5.699, - "new_cases_smoothed_per_million": 3.44, - "total_deaths_per_million": 0.506, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.063, - "stringency_index": 46.76 - }, - { - "date": "2020-03-12", - "total_cases": 2281.0, - "new_cases": 497.0, - "new_cases_smoothed": 285.143, - "total_deaths": 48.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 34.945, - "new_cases_per_million": 7.614, - "new_cases_smoothed_per_million": 4.368, - "total_deaths_per_million": 0.735, - "new_deaths_per_million": 0.23, - "new_deaths_smoothed_per_million": 0.096, - "stringency_index": 46.76 - }, - { - "date": "2020-03-13", - "total_cases": 2876.0, - "new_cases": 595.0, - "new_cases_smoothed": 350.429, - "total_deaths": 61.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.714, - "total_cases_per_million": 44.061, - "new_cases_per_million": 9.115, - "new_cases_smoothed_per_million": 5.369, - "total_deaths_per_million": 0.935, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.118, - "stringency_index": 46.76 - }, - { - "date": "2020-03-14", - "total_cases": 3661.0, - "new_cases": 785.0, - "new_cases_smoothed": 435.429, - "total_deaths": 79.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 56.087, - "new_cases_per_million": 12.026, - "new_cases_smoothed_per_million": 6.671, - "total_deaths_per_million": 1.21, - "new_deaths_per_million": 0.276, - "new_deaths_smoothed_per_million": 0.153, - "stringency_index": 52.31 - }, - { - "date": "2020-03-15", - "total_cases": 4499.0, - "new_cases": 838.0, - "new_cases_smoothed": 540.429, - "total_deaths": 91.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 68.925, - "new_cases_per_million": 12.838, - "new_cases_smoothed_per_million": 8.279, - "total_deaths_per_million": 1.394, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.177, - "stringency_index": 52.31 - }, - { - "date": "2020-03-16", - "total_cases": 5423.0, - "new_cases": 924.0, - "new_cases_smoothed": 613.857, - "total_deaths": 127.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 83.081, - "new_cases_per_million": 14.156, - "new_cases_smoothed_per_million": 9.404, - "total_deaths_per_million": 1.946, - "new_deaths_per_million": 0.552, - "new_deaths_smoothed_per_million": 0.236, - "stringency_index": 59.72 - }, - { - "date": "2020-03-17", - "total_cases": 6633.0, - "new_cases": 1210.0, - "new_cases_smoothed": 745.857, - "total_deaths": 148.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 101.619, - "new_cases_per_million": 18.537, - "new_cases_smoothed_per_million": 11.427, - "total_deaths_per_million": 2.267, - "new_deaths_per_million": 0.322, - "new_deaths_smoothed_per_million": 0.258, - "stringency_index": 87.96 - }, - { - "date": "2020-03-18", - "total_cases": 7730.0, - "new_cases": 1097.0, - "new_cases_smoothed": 849.429, - "total_deaths": 175.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 20.286, - "total_cases_per_million": 118.425, - "new_cases_per_million": 16.806, - "new_cases_smoothed_per_million": 13.013, - "total_deaths_per_million": 2.681, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.311, - "stringency_index": 87.96 - }, - { - "date": "2020-03-19", - "total_cases": 9134.0, - "new_cases": 1404.0, - "new_cases_smoothed": 979.0, - "total_deaths": 244.0, - "new_deaths": 69.0, - "new_deaths_smoothed": 28.0, - "total_cases_per_million": 139.934, - "new_cases_per_million": 21.509, - "new_cases_smoothed_per_million": 14.998, - "total_deaths_per_million": 3.738, - "new_deaths_per_million": 1.057, - "new_deaths_smoothed_per_million": 0.429, - "stringency_index": 87.96 - }, - { - "date": "2020-03-20", - "total_cases": 10995.0, - "new_cases": 1861.0, - "new_cases_smoothed": 1159.857, - "total_deaths": 372.0, - "new_deaths": 128.0, - "new_deaths_smoothed": 44.429, - "total_cases_per_million": 168.445, - "new_cases_per_million": 28.511, - "new_cases_smoothed_per_million": 17.769, - "total_deaths_per_million": 5.699, - "new_deaths_per_million": 1.961, - "new_deaths_smoothed_per_million": 0.681, - "stringency_index": 87.96 - }, - { - "date": "2020-03-21", - "total_cases": 12612.0, - "new_cases": 1617.0, - "new_cases_smoothed": 1278.714, - "total_deaths": 450.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 53.0, - "total_cases_per_million": 193.218, - "new_cases_per_million": 24.773, - "new_cases_smoothed_per_million": 19.59, - "total_deaths_per_million": 6.894, - "new_deaths_per_million": 1.195, - "new_deaths_smoothed_per_million": 0.812, - "stringency_index": 87.96 - }, - { - "date": "2020-03-22", - "total_cases": 14459.0, - "new_cases": 1847.0, - "new_cases_smoothed": 1422.857, - "total_deaths": 562.0, - "new_deaths": 112.0, - "new_deaths_smoothed": 67.286, - "total_cases_per_million": 221.514, - "new_cases_per_million": 28.296, - "new_cases_smoothed_per_million": 21.798, - "total_deaths_per_million": 8.61, - "new_deaths_per_million": 1.716, - "new_deaths_smoothed_per_million": 1.031, - "stringency_index": 87.96 - }, - { - "date": "2020-03-23", - "total_cases": 16018.0, - "new_cases": 1559.0, - "new_cases_smoothed": 1513.571, - "total_deaths": 674.0, - "new_deaths": 112.0, - "new_deaths_smoothed": 78.143, - "total_cases_per_million": 245.398, - "new_cases_per_million": 23.884, - "new_cases_smoothed_per_million": 23.188, - "total_deaths_per_million": 10.326, - "new_deaths_per_million": 1.716, - "new_deaths_smoothed_per_million": 1.197, - "stringency_index": 87.96 - }, - { - "date": "2020-03-24", - "total_cases": 19856.0, - "new_cases": 3838.0, - "new_cases_smoothed": 1889.0, - "total_deaths": 860.0, - "new_deaths": 186.0, - "new_deaths_smoothed": 101.714, - "total_cases_per_million": 304.197, - "new_cases_per_million": 58.799, - "new_cases_smoothed_per_million": 28.94, - "total_deaths_per_million": 13.175, - "new_deaths_per_million": 2.85, - "new_deaths_smoothed_per_million": 1.558, - "stringency_index": 87.96 - }, - { - "date": "2020-03-25", - "total_cases": 22302.0, - "new_cases": 2446.0, - "new_cases_smoothed": 2081.714, - "total_deaths": 1100.0, - "new_deaths": 240.0, - "new_deaths_smoothed": 132.143, - "total_cases_per_million": 341.67, - "new_cases_per_million": 37.473, - "new_cases_smoothed_per_million": 31.892, - "total_deaths_per_million": 16.852, - "new_deaths_per_million": 3.677, - "new_deaths_smoothed_per_million": 2.024, - "stringency_index": 87.96 - }, - { - "date": "2020-03-26", - "total_cases": 25233.0, - "new_cases": 2931.0, - "new_cases_smoothed": 2299.857, - "total_deaths": 1331.0, - "new_deaths": 231.0, - "new_deaths_smoothed": 155.286, - "total_cases_per_million": 386.573, - "new_cases_per_million": 44.903, - "new_cases_smoothed_per_million": 35.234, - "total_deaths_per_million": 20.391, - "new_deaths_per_million": 3.539, - "new_deaths_smoothed_per_million": 2.379, - "stringency_index": 87.96 - }, - { - "date": "2020-03-27", - "total_cases": 29155.0, - "new_cases": 3922.0, - "new_cases_smoothed": 2594.286, - "total_deaths": 1696.0, - "new_deaths": 365.0, - "new_deaths_smoothed": 189.143, - "total_cases_per_million": 446.659, - "new_cases_per_million": 60.086, - "new_cases_smoothed_per_million": 39.745, - "total_deaths_per_million": 25.983, - "new_deaths_per_million": 5.592, - "new_deaths_smoothed_per_million": 2.898, - "stringency_index": 87.96 - }, - { - "date": "2020-03-28", - "total_cases": 32964.0, - "new_cases": 3809.0, - "new_cases_smoothed": 2907.429, - "total_deaths": 1995.0, - "new_deaths": 299.0, - "new_deaths_smoothed": 220.714, - "total_cases_per_million": 505.013, - "new_cases_per_million": 58.354, - "new_cases_smoothed_per_million": 44.542, - "total_deaths_per_million": 30.564, - "new_deaths_per_million": 4.581, - "new_deaths_smoothed_per_million": 3.381, - "stringency_index": 87.96 - }, - { - "date": "2020-03-29", - "total_cases": 37575.0, - "new_cases": 4611.0, - "new_cases_smoothed": 3302.286, - "total_deaths": 2314.0, - "new_deaths": 319.0, - "new_deaths_smoothed": 250.286, - "total_cases_per_million": 575.655, - "new_cases_per_million": 70.641, - "new_cases_smoothed_per_million": 50.592, - "total_deaths_per_million": 35.451, - "new_deaths_per_million": 4.887, - "new_deaths_smoothed_per_million": 3.834, - "stringency_index": 87.96 - }, - { - "date": "2020-03-30", - "total_cases": 40174.0, - "new_cases": 2599.0, - "new_cases_smoothed": 3450.857, - "total_deaths": 2606.0, - "new_deaths": 292.0, - "new_deaths_smoothed": 276.0, - "total_cases_per_million": 615.472, - "new_cases_per_million": 39.817, - "new_cases_smoothed_per_million": 52.868, - "total_deaths_per_million": 39.924, - "new_deaths_per_million": 4.473, - "new_deaths_smoothed_per_million": 4.228, - "stringency_index": 87.96 - }, - { - "date": "2020-03-31", - "total_cases": 44550.0, - "new_cases": 4376.0, - "new_cases_smoothed": 3527.714, - "total_deaths": 3024.0, - "new_deaths": 418.0, - "new_deaths_smoothed": 309.143, - "total_cases_per_million": 682.513, - "new_cases_per_million": 67.041, - "new_cases_smoothed_per_million": 54.045, - "total_deaths_per_million": 46.328, - "new_deaths_per_million": 6.404, - "new_deaths_smoothed_per_million": 4.736, - "stringency_index": 87.96 - }, - { - "date": "2020-04-01", - "total_cases": 52128.0, - "new_cases": 7578.0, - "new_cases_smoothed": 4260.857, - "total_deaths": 3523.0, - "new_deaths": 499.0, - "new_deaths_smoothed": 346.143, - "total_cases_per_million": 798.609, - "new_cases_per_million": 116.096, - "new_cases_smoothed_per_million": 65.277, - "total_deaths_per_million": 53.973, - "new_deaths_per_million": 7.645, - "new_deaths_smoothed_per_million": 5.303, - "stringency_index": 87.96 - }, - { - "date": "2020-04-02", - "total_cases": 56989.0, - "new_cases": 4861.0, - "new_cases_smoothed": 4536.571, - "total_deaths": 4032.0, - "new_deaths": 509.0, - "new_deaths_smoothed": 385.857, - "total_cases_per_million": 873.08, - "new_cases_per_million": 74.471, - "new_cases_smoothed_per_million": 69.501, - "total_deaths_per_million": 61.771, - "new_deaths_per_million": 7.798, - "new_deaths_smoothed_per_million": 5.911, - "stringency_index": 87.96 - }, - { - "date": "2020-04-03", - "total_cases": 59105.0, - "new_cases": 2116.0, - "new_cases_smoothed": 4278.571, - "total_deaths": 4503.0, - "new_deaths": 471.0, - "new_deaths_smoothed": 401.0, - "total_cases_per_million": 905.497, - "new_cases_per_million": 32.417, - "new_cases_smoothed_per_million": 65.548, - "total_deaths_per_million": 68.987, - "new_deaths_per_million": 7.216, - "new_deaths_smoothed_per_million": 6.143, - "stringency_index": 87.96 - }, - { - "date": "2020-04-04", - "total_cases": 64338.0, - "new_cases": 5233.0, - "new_cases_smoothed": 4482.0, - "total_deaths": 6507.0, - "new_deaths": 2004.0, - "new_deaths_smoothed": 644.571, - "total_cases_per_million": 985.668, - "new_cases_per_million": 80.17, - "new_cases_smoothed_per_million": 68.665, - "total_deaths_per_million": 99.688, - "new_deaths_per_million": 30.702, - "new_deaths_smoothed_per_million": 9.875, - "stringency_index": 87.96 - }, - { - "date": "2020-04-05", - "total_cases": 68605.0, - "new_cases": 4267.0, - "new_cases_smoothed": 4432.857, - "total_deaths": 7560.0, - "new_deaths": 1053.0, - "new_deaths_smoothed": 749.429, - "total_cases_per_million": 1051.039, - "new_cases_per_million": 65.371, - "new_cases_smoothed_per_million": 67.912, - "total_deaths_per_million": 115.82, - "new_deaths_per_million": 16.132, - "new_deaths_smoothed_per_million": 11.481, - "stringency_index": 87.96 - }, - { - "date": "2020-04-06", - "total_cases": 70478.0, - "new_cases": 1873.0, - "new_cases_smoothed": 4329.143, - "total_deaths": 8078.0, - "new_deaths": 518.0, - "new_deaths_smoothed": 781.714, - "total_cases_per_million": 1079.734, - "new_cases_per_million": 28.695, - "new_cases_smoothed_per_million": 66.323, - "total_deaths_per_million": 123.756, - "new_deaths_per_million": 7.936, - "new_deaths_smoothed_per_million": 11.976, - "stringency_index": 87.96 - }, - { - "date": "2020-04-07", - "total_cases": 74390.0, - "new_cases": 3912.0, - "new_cases_smoothed": 4262.857, - "total_deaths": 8911.0, - "new_deaths": 833.0, - "new_deaths_smoothed": 841.0, - "total_cases_per_million": 1139.666, - "new_cases_per_million": 59.932, - "new_cases_smoothed_per_million": 65.308, - "total_deaths_per_million": 136.518, - "new_deaths_per_million": 12.762, - "new_deaths_smoothed_per_million": 12.884, - "stringency_index": 87.96 - }, - { - "date": "2020-04-08", - "total_cases": 78167.0, - "new_cases": 3777.0, - "new_cases_smoothed": 3719.857, - "total_deaths": 10328.0, - "new_deaths": 1417.0, - "new_deaths_smoothed": 972.143, - "total_cases_per_million": 1197.53, - "new_cases_per_million": 57.864, - "new_cases_smoothed_per_million": 56.989, - "total_deaths_per_million": 158.227, - "new_deaths_per_million": 21.709, - "new_deaths_smoothed_per_million": 14.893, - "stringency_index": 87.96 - }, - { - "date": "2020-04-09", - "total_cases": 82048.0, - "new_cases": 3881.0, - "new_cases_smoothed": 3579.857, - "total_deaths": 10869.0, - "new_deaths": 541.0, - "new_deaths_smoothed": 976.714, - "total_cases_per_million": 1256.988, - "new_cases_per_million": 59.458, - "new_cases_smoothed_per_million": 54.844, - "total_deaths_per_million": 166.515, - "new_deaths_per_million": 8.288, - "new_deaths_smoothed_per_million": 14.963, - "stringency_index": 87.96 - }, - { - "date": "2020-04-10", - "total_cases": 86334.0, - "new_cases": 4286.0, - "new_cases_smoothed": 3889.857, - "total_deaths": 12210.0, - "new_deaths": 1341.0, - "new_deaths_smoothed": 1101.0, - "total_cases_per_million": 1322.65, - "new_cases_per_million": 65.662, - "new_cases_smoothed_per_million": 59.593, - "total_deaths_per_million": 187.059, - "new_deaths_per_million": 20.544, - "new_deaths_smoothed_per_million": 16.867, - "stringency_index": 87.96 - }, - { - "date": "2020-04-11", - "total_cases": 90676.0, - "new_cases": 4342.0, - "new_cases_smoothed": 3762.571, - "total_deaths": 13197.0, - "new_deaths": 987.0, - "new_deaths_smoothed": 955.714, - "total_cases_per_million": 1389.17, - "new_cases_per_million": 66.52, - "new_cases_smoothed_per_million": 57.643, - "total_deaths_per_million": 202.18, - "new_deaths_per_million": 15.121, - "new_deaths_smoothed_per_million": 14.642, - "stringency_index": 87.96 - }, - { - "date": "2020-04-12", - "total_cases": 93790.0, - "new_cases": 3114.0, - "new_cases_smoothed": 3597.857, - "total_deaths": 13832.0, - "new_deaths": 635.0, - "new_deaths_smoothed": 896.0, - "total_cases_per_million": 1436.877, - "new_cases_per_million": 47.707, - "new_cases_smoothed_per_million": 55.12, - "total_deaths_per_million": 211.908, - "new_deaths_per_million": 9.728, - "new_deaths_smoothed_per_million": 13.727, - "stringency_index": 87.96 - }, - { - "date": "2020-04-13", - "total_cases": 95403.0, - "new_cases": 1613.0, - "new_cases_smoothed": 3560.714, - "total_deaths": 14393.0, - "new_deaths": 561.0, - "new_deaths_smoothed": 902.143, - "total_cases_per_million": 1461.588, - "new_cases_per_million": 24.711, - "new_cases_smoothed_per_million": 54.551, - "total_deaths_per_million": 220.503, - "new_deaths_per_million": 8.595, - "new_deaths_smoothed_per_million": 13.821, - "stringency_index": 87.96 - }, - { - "date": "2020-04-14", - "total_cases": 98076.0, - "new_cases": 2673.0, - "new_cases_smoothed": 3383.714, - "total_deaths": 14967.0, - "new_deaths": 574.0, - "new_deaths_smoothed": 865.143, - "total_cases_per_million": 1502.539, - "new_cases_per_million": 40.951, - "new_cases_smoothed_per_million": 51.839, - "total_deaths_per_million": 229.297, - "new_deaths_per_million": 8.794, - "new_deaths_smoothed_per_million": 13.254, - "stringency_index": 87.96 - }, - { - "date": "2020-04-15", - "total_cases": 103573.0, - "new_cases": 5497.0, - "new_cases_smoothed": 3629.429, - "total_deaths": 15729.0, - "new_deaths": 762.0, - "new_deaths_smoothed": 771.571, - "total_cases_per_million": 1586.754, - "new_cases_per_million": 84.215, - "new_cases_smoothed_per_million": 55.603, - "total_deaths_per_million": 240.971, - "new_deaths_per_million": 11.674, - "new_deaths_smoothed_per_million": 11.821, - "stringency_index": 87.96 - }, - { - "date": "2020-04-16", - "total_cases": 106206.0, - "new_cases": 2633.0, - "new_cases_smoothed": 3451.143, - "total_deaths": 17167.0, - "new_deaths": 1438.0, - "new_deaths_smoothed": 899.714, - "total_cases_per_million": 1627.092, - "new_cases_per_million": 40.338, - "new_cases_smoothed_per_million": 52.872, - "total_deaths_per_million": 263.001, - "new_deaths_per_million": 22.03, - "new_deaths_smoothed_per_million": 13.784, - "stringency_index": 87.96 - }, - { - "date": "2020-04-17", - "total_cases": 108847.0, - "new_cases": 2641.0, - "new_cases_smoothed": 3216.143, - "total_deaths": 17920.0, - "new_deaths": 753.0, - "new_deaths_smoothed": 815.714, - "total_cases_per_million": 1667.552, - "new_cases_per_million": 40.461, - "new_cases_smoothed_per_million": 49.272, - "total_deaths_per_million": 274.537, - "new_deaths_per_million": 11.536, - "new_deaths_smoothed_per_million": 12.497, - "stringency_index": 87.96 - }, - { - "date": "2020-04-18", - "total_cases": 109252.0, - "new_cases": 405.0, - "new_cases_smoothed": 2653.714, - "total_deaths": 18681.0, - "new_deaths": 761.0, - "new_deaths_smoothed": 783.429, - "total_cases_per_million": 1673.757, - "new_cases_per_million": 6.205, - "new_cases_smoothed_per_million": 40.655, - "total_deaths_per_million": 286.196, - "new_deaths_per_million": 11.659, - "new_deaths_smoothed_per_million": 12.002, - "stringency_index": 87.96 - }, - { - "date": "2020-04-19", - "total_cases": 111821.0, - "new_cases": 2569.0, - "new_cases_smoothed": 2575.857, - "total_deaths": 19323.0, - "new_deaths": 642.0, - "new_deaths_smoothed": 784.429, - "total_cases_per_million": 1713.115, - "new_cases_per_million": 39.357, - "new_cases_smoothed_per_million": 39.463, - "total_deaths_per_million": 296.031, - "new_deaths_per_million": 9.836, - "new_deaths_smoothed_per_million": 12.018, - "stringency_index": 87.96 - }, - { - "date": "2020-04-20", - "total_cases": 112606.0, - "new_cases": 785.0, - "new_cases_smoothed": 2457.571, - "total_deaths": 19718.0, - "new_deaths": 395.0, - "new_deaths_smoothed": 760.714, - "total_cases_per_million": 1725.141, - "new_cases_per_million": 12.026, - "new_cases_smoothed_per_million": 37.65, - "total_deaths_per_million": 302.083, - "new_deaths_per_million": 6.051, - "new_deaths_smoothed_per_million": 11.654, - "stringency_index": 87.96 - }, - { - "date": "2020-04-21", - "total_cases": 114657.0, - "new_cases": 2051.0, - "new_cases_smoothed": 2368.714, - "total_deaths": 20265.0, - "new_deaths": 547.0, - "new_deaths_smoothed": 756.857, - "total_cases_per_million": 1756.562, - "new_cases_per_million": 31.422, - "new_cases_smoothed_per_million": 36.289, - "total_deaths_per_million": 310.463, - "new_deaths_per_million": 8.38, - "new_deaths_smoothed_per_million": 11.595, - "stringency_index": 87.96 - }, - { - "date": "2020-04-22", - "total_cases": 117324.0, - "new_cases": 2667.0, - "new_cases_smoothed": 1964.429, - "total_deaths": 20796.0, - "new_deaths": 531.0, - "new_deaths_smoothed": 723.857, - "total_cases_per_million": 1797.421, - "new_cases_per_million": 40.859, - "new_cases_smoothed_per_million": 30.095, - "total_deaths_per_million": 318.598, - "new_deaths_per_million": 8.135, - "new_deaths_smoothed_per_million": 11.09, - "stringency_index": 87.96 - }, - { - "date": "2020-04-23", - "total_cases": 119151.0, - "new_cases": 1827.0, - "new_cases_smoothed": 1849.286, - "total_deaths": 21340.0, - "new_deaths": 544.0, - "new_deaths_smoothed": 596.143, - "total_cases_per_million": 1825.411, - "new_cases_per_million": 27.99, - "new_cases_smoothed_per_million": 28.331, - "total_deaths_per_million": 326.932, - "new_deaths_per_million": 8.334, - "new_deaths_smoothed_per_million": 9.133, - "stringency_index": 87.96 - }, - { - "date": "2020-04-24", - "total_cases": 120804.0, - "new_cases": 1653.0, - "new_cases_smoothed": 1708.143, - "total_deaths": 21856.0, - "new_deaths": 516.0, - "new_deaths_smoothed": 562.286, - "total_cases_per_million": 1850.735, - "new_cases_per_million": 25.324, - "new_cases_smoothed_per_million": 26.169, - "total_deaths_per_million": 334.837, - "new_deaths_per_million": 7.905, - "new_deaths_smoothed_per_million": 8.614, - "stringency_index": 87.96 - }, - { - "date": "2020-04-25", - "total_cases": 122577.0, - "new_cases": 1773.0, - "new_cases_smoothed": 1903.571, - "total_deaths": 22245.0, - "new_deaths": 389.0, - "new_deaths_smoothed": 509.143, - "total_cases_per_million": 1877.898, - "new_cases_per_million": 27.163, - "new_cases_smoothed_per_million": 29.163, - "total_deaths_per_million": 340.797, - "new_deaths_per_million": 5.96, - "new_deaths_smoothed_per_million": 7.8, - "stringency_index": 87.96 - }, - { - "date": "2020-04-26", - "total_cases": 124114.0, - "new_cases": 1537.0, - "new_cases_smoothed": 1756.143, - "total_deaths": 22614.0, - "new_deaths": 369.0, - "new_deaths_smoothed": 470.143, - "total_cases_per_million": 1901.445, - "new_cases_per_million": 23.547, - "new_cases_smoothed_per_million": 26.904, - "total_deaths_per_million": 346.45, - "new_deaths_per_million": 5.653, - "new_deaths_smoothed_per_million": 7.203, - "stringency_index": 87.96 - }, - { - "date": "2020-04-27", - "total_cases": 124575.0, - "new_cases": 461.0, - "new_cases_smoothed": 1709.857, - "total_deaths": 22856.0, - "new_deaths": 242.0, - "new_deaths_smoothed": 448.286, - "total_cases_per_million": 1908.508, - "new_cases_per_million": 7.063, - "new_cases_smoothed_per_million": 26.195, - "total_deaths_per_million": 350.157, - "new_deaths_per_million": 3.707, - "new_deaths_smoothed_per_million": 6.868, - "stringency_index": 87.96 - }, - { - "date": "2020-04-28", - "total_cases": 125770.0, - "new_cases": 1195.0, - "new_cases_smoothed": 1587.571, - "total_deaths": 23293.0, - "new_deaths": 437.0, - "new_deaths_smoothed": 432.571, - "total_cases_per_million": 1926.815, - "new_cases_per_million": 18.308, - "new_cases_smoothed_per_million": 24.322, - "total_deaths_per_million": 356.852, - "new_deaths_per_million": 6.695, - "new_deaths_smoothed_per_million": 6.627, - "stringency_index": 87.96 - }, - { - "date": "2020-04-29", - "total_cases": 126835.0, - "new_cases": 1065.0, - "new_cases_smoothed": 1358.714, - "total_deaths": 23660.0, - "new_deaths": 367.0, - "new_deaths_smoothed": 409.143, - "total_cases_per_million": 1943.131, - "new_cases_per_million": 16.316, - "new_cases_smoothed_per_million": 20.816, - "total_deaths_per_million": 362.475, - "new_deaths_per_million": 5.622, - "new_deaths_smoothed_per_million": 6.268, - "stringency_index": 87.96 - }, - { - "date": "2020-04-30", - "total_cases": 128442.0, - "new_cases": 1607.0, - "new_cases_smoothed": 1327.286, - "total_deaths": 24087.0, - "new_deaths": 427.0, - "new_deaths_smoothed": 392.429, - "total_cases_per_million": 1967.751, - "new_cases_per_million": 24.619, - "new_cases_smoothed_per_million": 20.334, - "total_deaths_per_million": 369.016, - "new_deaths_per_million": 6.542, - "new_deaths_smoothed_per_million": 6.012, - "stringency_index": 87.96 - }, - { - "date": "2020-05-01", - "total_cases": 129581.0, - "new_cases": 1139.0, - "new_cases_smoothed": 1253.857, - "total_deaths": 24376.0, - "new_deaths": 289.0, - "new_deaths_smoothed": 360.0, - "total_cases_per_million": 1985.2, - "new_cases_per_million": 17.45, - "new_cases_smoothed_per_million": 19.209, - "total_deaths_per_million": 373.444, - "new_deaths_per_million": 4.428, - "new_deaths_smoothed_per_million": 5.515, - "stringency_index": 87.96 - }, - { - "date": "2020-05-02", - "total_cases": 130185.0, - "new_cases": 604.0, - "new_cases_smoothed": 1086.857, - "total_deaths": 24594.0, - "new_deaths": 218.0, - "new_deaths_smoothed": 335.571, - "total_cases_per_million": 1994.454, - "new_cases_per_million": 9.253, - "new_cases_smoothed_per_million": 16.651, - "total_deaths_per_million": 376.784, - "new_deaths_per_million": 3.34, - "new_deaths_smoothed_per_million": 5.141, - "stringency_index": 87.96 - }, - { - "date": "2020-05-03", - "total_cases": 130979.0, - "new_cases": 794.0, - "new_cases_smoothed": 980.714, - "total_deaths": 24760.0, - "new_deaths": 166.0, - "new_deaths_smoothed": 306.571, - "total_cases_per_million": 2006.618, - "new_cases_per_million": 12.164, - "new_cases_smoothed_per_million": 15.025, - "total_deaths_per_million": 379.327, - "new_deaths_per_million": 2.543, - "new_deaths_smoothed_per_million": 4.697, - "stringency_index": 87.96 - }, - { - "date": "2020-05-04", - "total_cases": 131287.0, - "new_cases": 308.0, - "new_cases_smoothed": 958.857, - "total_deaths": 24895.0, - "new_deaths": 135.0, - "new_deaths_smoothed": 291.286, - "total_cases_per_million": 2011.337, - "new_cases_per_million": 4.719, - "new_cases_smoothed_per_million": 14.69, - "total_deaths_per_million": 381.395, - "new_deaths_per_million": 2.068, - "new_deaths_smoothed_per_million": 4.463, - "stringency_index": 87.96 - }, - { - "date": "2020-05-05", - "total_cases": 131863.0, - "new_cases": 576.0, - "new_cases_smoothed": 870.429, - "total_deaths": 25201.0, - "new_deaths": 306.0, - "new_deaths_smoothed": 272.571, - "total_cases_per_million": 2020.161, - "new_cases_per_million": 8.824, - "new_cases_smoothed_per_million": 13.335, - "total_deaths_per_million": 386.083, - "new_deaths_per_million": 4.688, - "new_deaths_smoothed_per_million": 4.176, - "stringency_index": 87.96 - }, - { - "date": "2020-05-06", - "total_cases": 132967.0, - "new_cases": 1104.0, - "new_cases_smoothed": 876.0, - "total_deaths": 25531.0, - "new_deaths": 330.0, - "new_deaths_smoothed": 267.286, - "total_cases_per_million": 2037.074, - "new_cases_per_million": 16.913, - "new_cases_smoothed_per_million": 13.42, - "total_deaths_per_million": 391.139, - "new_deaths_per_million": 5.056, - "new_deaths_smoothed_per_million": 4.095, - "stringency_index": 87.96 - }, - { - "date": "2020-05-07", - "total_cases": 137150.0, - "new_cases": 4183.0, - "new_cases_smoothed": 1244.0, - "total_deaths": 25809.0, - "new_deaths": 278.0, - "new_deaths_smoothed": 246.0, - "total_cases_per_million": 2101.159, - "new_cases_per_million": 64.084, - "new_cases_smoothed_per_million": 19.058, - "total_deaths_per_million": 395.398, - "new_deaths_per_million": 4.259, - "new_deaths_smoothed_per_million": 3.769, - "stringency_index": 87.96 - }, - { - "date": "2020-05-08", - "total_cases": 137779.0, - "new_cases": 629.0, - "new_cases_smoothed": 1171.143, - "total_deaths": 25987.0, - "new_deaths": 178.0, - "new_deaths_smoothed": 230.143, - "total_cases_per_million": 2110.795, - "new_cases_per_million": 9.636, - "new_cases_smoothed_per_million": 17.942, - "total_deaths_per_million": 398.125, - "new_deaths_per_million": 2.727, - "new_deaths_smoothed_per_million": 3.526, - "stringency_index": 87.96 - }, - { - "date": "2020-05-09", - "total_cases": 138421.0, - "new_cases": 642.0, - "new_cases_smoothed": 1176.571, - "total_deaths": 26230.0, - "new_deaths": 243.0, - "new_deaths_smoothed": 233.714, - "total_cases_per_million": 2120.63, - "new_cases_per_million": 9.836, - "new_cases_smoothed_per_million": 18.025, - "total_deaths_per_million": 401.848, - "new_deaths_per_million": 3.723, - "new_deaths_smoothed_per_million": 3.581, - "stringency_index": 87.96 - }, - { - "date": "2020-05-10", - "total_cases": 138854.0, - "new_cases": 433.0, - "new_cases_smoothed": 1125.0, - "total_deaths": 26310.0, - "new_deaths": 80.0, - "new_deaths_smoothed": 221.429, - "total_cases_per_million": 2127.264, - "new_cases_per_million": 6.634, - "new_cases_smoothed_per_million": 17.235, - "total_deaths_per_million": 403.073, - "new_deaths_per_million": 1.226, - "new_deaths_smoothed_per_million": 3.392, - "stringency_index": 87.96 - }, - { - "date": "2020-05-11", - "total_cases": 139063.0, - "new_cases": 209.0, - "new_cases_smoothed": 1110.857, - "total_deaths": 26380.0, - "new_deaths": 70.0, - "new_deaths_smoothed": 212.143, - "total_cases_per_million": 2130.466, - "new_cases_per_million": 3.202, - "new_cases_smoothed_per_million": 17.018, - "total_deaths_per_million": 404.146, - "new_deaths_per_million": 1.072, - "new_deaths_smoothed_per_million": 3.25, - "stringency_index": 74.07 - }, - { - "date": "2020-05-12", - "total_cases": 139519.0, - "new_cases": 456.0, - "new_cases_smoothed": 1093.714, - "total_deaths": 26643.0, - "new_deaths": 263.0, - "new_deaths_smoothed": 206.0, - "total_cases_per_million": 2137.452, - "new_cases_per_million": 6.986, - "new_cases_smoothed_per_million": 16.756, - "total_deaths_per_million": 408.175, - "new_deaths_per_million": 4.029, - "new_deaths_smoothed_per_million": 3.156, - "stringency_index": 74.07 - }, - { - "date": "2020-05-13", - "total_cases": 140227.0, - "new_cases": 708.0, - "new_cases_smoothed": 1037.143, - "total_deaths": 26991.0, - "new_deaths": 348.0, - "new_deaths_smoothed": 208.571, - "total_cases_per_million": 2148.299, - "new_cases_per_million": 10.847, - "new_cases_smoothed_per_million": 15.889, - "total_deaths_per_million": 413.506, - "new_deaths_per_million": 5.331, - "new_deaths_smoothed_per_million": 3.195, - "new_tests": 39678.0, - "new_tests_per_thousand": 0.608, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-14", - "total_cases": 140734.0, - "new_cases": 507.0, - "new_cases_smoothed": 512.0, - "total_deaths": 27074.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 180.714, - "total_cases_per_million": 2156.066, - "new_cases_per_million": 7.767, - "new_cases_smoothed_per_million": 7.844, - "total_deaths_per_million": 414.778, - "new_deaths_per_million": 1.272, - "new_deaths_smoothed_per_million": 2.769, - "new_tests": 42838.0, - "new_tests_per_thousand": 0.656, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-15", - "total_cases": 141356.0, - "new_cases": 622.0, - "new_cases_smoothed": 511.0, - "total_deaths": 27425.0, - "new_deaths": 351.0, - "new_deaths_smoothed": 205.429, - "total_cases_per_million": 2165.595, - "new_cases_per_million": 9.529, - "new_cases_smoothed_per_million": 7.829, - "total_deaths_per_million": 420.155, - "new_deaths_per_million": 5.377, - "new_deaths_smoothed_per_million": 3.147, - "new_tests": 47869.0, - "new_tests_per_thousand": 0.733, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-16", - "total_cases": 141919.0, - "new_cases": 563.0, - "new_cases_smoothed": 499.714, - "total_deaths": 27555.0, - "new_deaths": 130.0, - "new_deaths_smoothed": 189.286, - "total_cases_per_million": 2174.22, - "new_cases_per_million": 8.625, - "new_cases_smoothed_per_million": 7.656, - "total_deaths_per_million": 422.147, - "new_deaths_per_million": 1.992, - "new_deaths_smoothed_per_million": 2.9, - "new_tests": 16301.0, - "new_tests_per_thousand": 0.25, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-17", - "total_cases": 142291.0, - "new_cases": 372.0, - "new_cases_smoothed": 491.0, - "total_deaths": 27643.0, - "new_deaths": 88.0, - "new_deaths_smoothed": 190.429, - "total_cases_per_million": 2179.919, - "new_cases_per_million": 5.699, - "new_cases_smoothed_per_million": 7.522, - "total_deaths_per_million": 423.495, - "new_deaths_per_million": 1.348, - "new_deaths_smoothed_per_million": 2.917, - "new_tests": 6316.0, - "new_tests_per_thousand": 0.097, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-18", - "total_cases": 142411.0, - "new_cases": 120.0, - "new_cases_smoothed": 478.286, - "total_deaths": 27711.0, - "new_deaths": 68.0, - "new_deaths_smoothed": 190.143, - "total_cases_per_million": 2181.758, - "new_cases_per_million": 1.838, - "new_cases_smoothed_per_million": 7.327, - "total_deaths_per_million": 424.537, - "new_deaths_per_million": 1.042, - "new_deaths_smoothed_per_million": 2.913, - "new_tests": 50659.0, - "new_tests_per_thousand": 0.776, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-19", - "total_cases": 142903.0, - "new_cases": 492.0, - "new_cases_smoothed": 483.429, - "total_deaths": 27897.0, - "new_deaths": 186.0, - "new_deaths_smoothed": 179.143, - "total_cases_per_million": 2189.295, - "new_cases_per_million": 7.538, - "new_cases_smoothed_per_million": 7.406, - "total_deaths_per_million": 427.386, - "new_deaths_per_million": 2.85, - "new_deaths_smoothed_per_million": 2.744, - "new_tests": 52304.0, - "new_tests_per_thousand": 0.801, - "new_tests_smoothed": 36566.0, - "new_tests_smoothed_per_thousand": 0.56, - "tests_per_case": 75.639, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-20", - "total_cases": 143427.0, - "new_cases": 524.0, - "new_cases_smoothed": 457.143, - "total_deaths": 28022.0, - "new_deaths": 125.0, - "new_deaths_smoothed": 147.286, - "total_cases_per_million": 2197.323, - "new_cases_per_million": 8.028, - "new_cases_smoothed_per_million": 7.003, - "total_deaths_per_million": 429.301, - "new_deaths_per_million": 1.915, - "new_deaths_smoothed_per_million": 2.256, - "new_tests": 52127.0, - "new_tests_per_thousand": 0.799, - "new_tests_smoothed": 38345.0, - "new_tests_smoothed_per_thousand": 0.587, - "tests_per_case": 83.88, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-21", - "total_cases": 143845.0, - "new_cases": 418.0, - "new_cases_smoothed": 444.429, - "total_deaths": 28132.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 151.143, - "total_cases_per_million": 2203.727, - "new_cases_per_million": 6.404, - "new_cases_smoothed_per_million": 6.809, - "total_deaths_per_million": 430.986, - "new_deaths_per_million": 1.685, - "new_deaths_smoothed_per_million": 2.316, - "new_tests": 9053.0, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 33518.0, - "new_tests_smoothed_per_thousand": 0.514, - "tests_per_case": 75.418, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-22", - "total_cases": 144163.0, - "new_cases": 318.0, - "new_cases_smoothed": 401.0, - "total_deaths": 28215.0, - "new_deaths": 83.0, - "new_deaths_smoothed": 112.857, - "total_cases_per_million": 2208.599, - "new_cases_per_million": 4.872, - "new_cases_smoothed_per_million": 6.143, - "total_deaths_per_million": 432.258, - "new_deaths_per_million": 1.272, - "new_deaths_smoothed_per_million": 1.729, - "new_tests": 48771.0, - "new_tests_per_thousand": 0.747, - "new_tests_smoothed": 33647.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 83.90799999999999, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-23", - "total_cases": 144566.0, - "new_cases": 403.0, - "new_cases_smoothed": 378.143, - "total_deaths": 28289.0, - "new_deaths": 74.0, - "new_deaths_smoothed": 104.857, - "total_cases_per_million": 2214.773, - "new_cases_per_million": 6.174, - "new_cases_smoothed_per_million": 5.793, - "total_deaths_per_million": 433.392, - "new_deaths_per_million": 1.134, - "new_deaths_smoothed_per_million": 1.606, - "new_tests": 18134.0, - "new_tests_per_thousand": 0.278, - "new_tests_smoothed": 33909.0, - "new_tests_smoothed_per_thousand": 0.519, - "tests_per_case": 89.67200000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-24", - "total_cases": 144806.0, - "new_cases": 240.0, - "new_cases_smoothed": 359.286, - "total_deaths": 28332.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 98.429, - "total_cases_per_million": 2218.45, - "new_cases_per_million": 3.677, - "new_cases_smoothed_per_million": 5.504, - "total_deaths_per_million": 434.05, - "new_deaths_per_million": 0.659, - "new_deaths_smoothed_per_million": 1.508, - "new_tests": 6469.0, - "new_tests_per_thousand": 0.099, - "new_tests_smoothed": 33931.0, - "new_tests_smoothed_per_thousand": 0.52, - "tests_per_case": 94.44, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-25", - "total_cases": 144921.0, - "new_cases": 115.0, - "new_cases_smoothed": 358.571, - "total_deaths": 28367.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 93.714, - "total_cases_per_million": 2220.211, - "new_cases_per_million": 1.762, - "new_cases_smoothed_per_million": 5.493, - "total_deaths_per_million": 434.587, - "new_deaths_per_million": 0.536, - "new_deaths_smoothed_per_million": 1.436, - "new_tests": 49155.0, - "new_tests_per_thousand": 0.753, - "new_tests_smoothed": 33716.0, - "new_tests_smoothed_per_thousand": 0.517, - "tests_per_case": 94.029, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 74.07 - }, - { - "date": "2020-05-26", - "total_cases": 145279.0, - "new_cases": 358.0, - "new_cases_smoothed": 339.429, - "total_deaths": 28432.0, - "new_deaths": 65.0, - "new_deaths_smoothed": 76.429, - "total_cases_per_million": 2225.696, - "new_cases_per_million": 5.485, - "new_cases_smoothed_per_million": 5.2, - "total_deaths_per_million": 435.583, - "new_deaths_per_million": 0.996, - "new_deaths_smoothed_per_million": 1.171, - "new_tests": 51474.0, - "new_tests_per_thousand": 0.789, - "new_tests_smoothed": 33598.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 98.984, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-05-27", - "total_cases": 145555.0, - "new_cases": 276.0, - "new_cases_smoothed": 304.0, - "total_deaths": 28530.0, - "new_deaths": 98.0, - "new_deaths_smoothed": 72.571, - "total_cases_per_million": 2229.924, - "new_cases_per_million": 4.228, - "new_cases_smoothed_per_million": 4.657, - "total_deaths_per_million": 437.084, - "new_deaths_per_million": 1.501, - "new_deaths_smoothed_per_million": 1.112, - "new_tests": 43859.0, - "new_tests_per_thousand": 0.672, - "new_tests_smoothed": 32416.0, - "new_tests_smoothed_per_thousand": 0.497, - "tests_per_case": 106.632, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-05-28", - "total_cases": 145746.0, - "new_cases": 191.0, - "new_cases_smoothed": 271.571, - "total_deaths": 28596.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 66.286, - "total_cases_per_million": 2232.851, - "new_cases_per_million": 2.926, - "new_cases_smoothed_per_million": 4.161, - "total_deaths_per_million": 438.095, - "new_deaths_per_million": 1.011, - "new_deaths_smoothed_per_million": 1.016, - "new_tests": 42173.0, - "new_tests_per_thousand": 0.646, - "new_tests_smoothed": 37148.0, - "new_tests_smoothed_per_thousand": 0.569, - "tests_per_case": 136.789, - "positive_rate": 0.006999999999999999, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-05-29", - "total_cases": 149071.0, - "new_cases": 3325.0, - "new_cases_smoothed": 701.143, - "total_deaths": 28662.0, - "new_deaths": 66.0, - "new_deaths_smoothed": 63.857, - "total_cases_per_million": 2283.79, - "new_cases_per_million": 50.939, - "new_cases_smoothed_per_million": 10.742, - "total_deaths_per_million": 439.106, - "new_deaths_per_million": 1.011, - "new_deaths_smoothed_per_million": 0.978, - "new_tests": 46840.0, - "new_tests_per_thousand": 0.718, - "new_tests_smoothed": 36872.0, - "new_tests_smoothed_per_thousand": 0.565, - "tests_per_case": 52.588, - "positive_rate": 0.019, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-05-30", - "total_cases": 149668.0, - "new_cases": 597.0, - "new_cases_smoothed": 728.857, - "total_deaths": 28714.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 60.714, - "total_cases_per_million": 2292.936, - "new_cases_per_million": 9.146, - "new_cases_smoothed_per_million": 11.166, - "total_deaths_per_million": 439.903, - "new_deaths_per_million": 0.797, - "new_deaths_smoothed_per_million": 0.93, - "new_tests": 19104.0, - "new_tests_per_thousand": 0.293, - "new_tests_smoothed": 37011.0, - "new_tests_smoothed_per_thousand": 0.567, - "tests_per_case": 50.778999999999996, - "positive_rate": 0.02, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-05-31", - "total_cases": 151496.0, - "new_cases": 1828.0, - "new_cases_smoothed": 955.714, - "total_deaths": 28771.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 62.714, - "total_cases_per_million": 2320.941, - "new_cases_per_million": 28.005, - "new_cases_smoothed_per_million": 14.642, - "total_deaths_per_million": 440.776, - "new_deaths_per_million": 0.873, - "new_deaths_smoothed_per_million": 0.961, - "new_tests": 7835.0, - "new_tests_per_thousand": 0.12, - "new_tests_smoothed": 37206.0, - "new_tests_smoothed_per_thousand": 0.57, - "tests_per_case": 38.93, - "positive_rate": 0.026000000000000002, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-06-01", - "total_cases": 151753.0, - "new_cases": 257.0, - "new_cases_smoothed": 976.0, - "total_deaths": 28802.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 62.143, - "total_cases_per_million": 2324.879, - "new_cases_per_million": 3.937, - "new_cases_smoothed_per_million": 14.952, - "total_deaths_per_million": 441.251, - "new_deaths_per_million": 0.475, - "new_deaths_smoothed_per_million": 0.952, - "new_tests": 9058.0, - "new_tests_per_thousand": 0.139, - "new_tests_smoothed": 31478.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_per_case": 32.251999999999995, - "positive_rate": 0.031, - "tests_units": "people tested", - "stringency_index": 72.22 - }, - { - "date": "2020-06-02", - "total_cases": 152091.0, - "new_cases": 338.0, - "new_cases_smoothed": 973.143, - "total_deaths": 28833.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 57.286, - "total_cases_per_million": 2330.057, - "new_cases_per_million": 5.178, - "new_cases_smoothed_per_million": 14.909, - "total_deaths_per_million": 441.726, - "new_deaths_per_million": 0.475, - "new_deaths_smoothed_per_million": 0.878, - "new_tests": 46064.0, - "new_tests_per_thousand": 0.706, - "new_tests_smoothed": 30705.0, - "new_tests_smoothed_per_thousand": 0.47, - "tests_per_case": 31.552, - "positive_rate": 0.032, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-03", - "total_cases": 151325.0, - "new_cases": -766.0, - "new_cases_smoothed": 824.286, - "total_deaths": 28940.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 58.571, - "total_cases_per_million": 2318.322, - "new_cases_per_million": -11.735, - "new_cases_smoothed_per_million": 12.628, - "total_deaths_per_million": 443.365, - "new_deaths_per_million": 1.639, - "new_deaths_smoothed_per_million": 0.897, - "new_tests": 42603.0, - "new_tests_per_thousand": 0.653, - "new_tests_smoothed": 30525.0, - "new_tests_smoothed_per_thousand": 0.468, - "tests_per_case": 37.032, - "positive_rate": 0.027000000000000003, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-04", - "total_cases": 151677.0, - "new_cases": 352.0, - "new_cases_smoothed": 847.286, - "total_deaths": 29021.0, - "new_deaths": 81.0, - "new_deaths_smoothed": 60.714, - "total_cases_per_million": 2323.714, - "new_cases_per_million": 5.393, - "new_cases_smoothed_per_million": 12.981, - "total_deaths_per_million": 444.606, - "new_deaths_per_million": 1.241, - "new_deaths_smoothed_per_million": 0.93, - "new_tests": 39434.0, - "new_tests_per_thousand": 0.604, - "new_tests_smoothed": 30134.0, - "new_tests_smoothed_per_thousand": 0.462, - "tests_per_case": 35.565, - "positive_rate": 0.027999999999999997, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-05", - "total_cases": 152444.0, - "new_cases": 767.0, - "new_cases_smoothed": 481.857, - "total_deaths": 29065.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 57.571, - "total_cases_per_million": 2335.465, - "new_cases_per_million": 11.751, - "new_cases_smoothed_per_million": 7.382, - "total_deaths_per_million": 445.28, - "new_deaths_per_million": 0.674, - "new_deaths_smoothed_per_million": 0.882, - "new_tests": 44339.0, - "new_tests_per_thousand": 0.679, - "new_tests_smoothed": 29777.0, - "new_tests_smoothed_per_thousand": 0.456, - "tests_per_case": 61.79600000000001, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-06", - "total_cases": 153055.0, - "new_cases": 611.0, - "new_cases_smoothed": 483.857, - "total_deaths": 29111.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 56.714, - "total_cases_per_million": 2344.826, - "new_cases_per_million": 9.361, - "new_cases_smoothed_per_million": 7.413, - "total_deaths_per_million": 445.985, - "new_deaths_per_million": 0.705, - "new_deaths_smoothed_per_million": 0.869, - "new_tests": 18547.0, - "new_tests_per_thousand": 0.284, - "new_tests_smoothed": 29697.0, - "new_tests_smoothed_per_thousand": 0.455, - "tests_per_case": 61.376000000000005, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-07", - "total_cases": 153634.0, - "new_cases": 579.0, - "new_cases_smoothed": 305.429, - "total_deaths": 29142.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 53.0, - "total_cases_per_million": 2353.696, - "new_cases_per_million": 8.87, - "new_cases_smoothed_per_million": 4.679, - "total_deaths_per_million": 446.46, - "new_deaths_per_million": 0.475, - "new_deaths_smoothed_per_million": 0.812, - "new_tests": 6776.0, - "new_tests_per_thousand": 0.104, - "new_tests_smoothed": 29546.0, - "new_tests_smoothed_per_thousand": 0.453, - "tests_per_case": 96.736, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-08", - "total_cases": 153977.0, - "new_cases": 343.0, - "new_cases_smoothed": 317.714, - "total_deaths": 29155.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 50.429, - "total_cases_per_million": 2358.951, - "new_cases_per_million": 5.255, - "new_cases_smoothed_per_million": 4.867, - "total_deaths_per_million": 446.659, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.773, - "new_tests": 42121.0, - "new_tests_per_thousand": 0.645, - "new_tests_smoothed": 34269.0, - "new_tests_smoothed_per_thousand": 0.525, - "tests_per_case": 107.861, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 69.44 - }, - { - "date": "2020-06-09", - "total_cases": 154188.0, - "new_cases": 211.0, - "new_cases_smoothed": 299.571, - "total_deaths": 29209.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 53.714, - "total_cases_per_million": 2362.183, - "new_cases_per_million": 3.233, - "new_cases_smoothed_per_million": 4.589, - "total_deaths_per_million": 447.486, - "new_deaths_per_million": 0.827, - "new_deaths_smoothed_per_million": 0.823, - "new_tests": 40758.0, - "new_tests_per_thousand": 0.624, - "new_tests_smoothed": 33511.0, - "new_tests_smoothed_per_thousand": 0.513, - "tests_per_case": 111.863, - "positive_rate": 0.009000000000000001, - "tests_units": "people tested", - "stringency_index": 66.67 - }, - { - "date": "2020-06-10", - "total_cases": 154591.0, - "new_cases": 403.0, - "new_cases_smoothed": 466.571, - "total_deaths": 29296.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 50.857, - "total_cases_per_million": 2368.357, - "new_cases_per_million": 6.174, - "new_cases_smoothed_per_million": 7.148, - "total_deaths_per_million": 448.819, - "new_deaths_per_million": 1.333, - "new_deaths_smoothed_per_million": 0.779, - "new_tests": 38123.0, - "new_tests_per_thousand": 0.584, - "new_tests_smoothed": 32871.0, - "new_tests_smoothed_per_thousand": 0.504, - "tests_per_case": 70.452, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 66.67 - }, - { - "date": "2020-06-11", - "total_cases": 155136.0, - "new_cases": 545.0, - "new_cases_smoothed": 494.143, - "total_deaths": 29319.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 42.571, - "total_cases_per_million": 2376.707, - "new_cases_per_million": 8.349, - "new_cases_smoothed_per_million": 7.57, - "total_deaths_per_million": 449.171, - "new_deaths_per_million": 0.352, - "new_deaths_smoothed_per_million": 0.652, - "new_tests": 36147.0, - "new_tests_per_thousand": 0.554, - "new_tests_smoothed": 32402.0, - "new_tests_smoothed_per_thousand": 0.496, - "tests_per_case": 65.572, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 66.67 - }, - { - "date": "2020-06-12", - "total_cases": 155561.0, - "new_cases": 425.0, - "new_cases_smoothed": 445.286, - "total_deaths": 29346.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 40.143, - "total_cases_per_million": 2383.218, - "new_cases_per_million": 6.511, - "new_cases_smoothed_per_million": 6.822, - "total_deaths_per_million": 449.585, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.615, - "new_tests": 41369.0, - "new_tests_per_thousand": 0.634, - "new_tests_smoothed": 31977.0, - "new_tests_smoothed_per_thousand": 0.49, - "tests_per_case": 71.812, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 66.67 - }, - { - "date": "2020-06-13", - "total_cases": 156287.0, - "new_cases": 726.0, - "new_cases_smoothed": 461.714, - "total_deaths": 29374.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 37.571, - "total_cases_per_million": 2394.34, - "new_cases_per_million": 11.122, - "new_cases_smoothed_per_million": 7.074, - "total_deaths_per_million": 450.014, - "new_deaths_per_million": 0.429, - "new_deaths_smoothed_per_million": 0.576, - "new_tests": 17765.0, - "new_tests_per_thousand": 0.272, - "new_tests_smoothed": 31866.0, - "new_tests_smoothed_per_thousand": 0.488, - "tests_per_case": 69.017, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-14", - "total_cases": 156813.0, - "new_cases": 526.0, - "new_cases_smoothed": 454.143, - "total_deaths": 29398.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 2402.399, - "new_cases_per_million": 8.058, - "new_cases_smoothed_per_million": 6.958, - "total_deaths_per_million": 450.382, - "new_deaths_per_million": 0.368, - "new_deaths_smoothed_per_million": 0.56, - "new_tests": 5838.0, - "new_tests_per_thousand": 0.089, - "new_tests_smoothed": 31732.0, - "new_tests_smoothed_per_thousand": 0.486, - "tests_per_case": 69.872, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-15", - "total_cases": 157220.0, - "new_cases": 407.0, - "new_cases_smoothed": 463.286, - "total_deaths": 29407.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 36.0, - "total_cases_per_million": 2408.634, - "new_cases_per_million": 6.235, - "new_cases_smoothed_per_million": 7.098, - "total_deaths_per_million": 450.52, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.552, - "new_tests": 40404.0, - "new_tests_per_thousand": 0.619, - "new_tests_smoothed": 31486.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_per_case": 67.962, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-16", - "total_cases": 157372.0, - "new_cases": 152.0, - "new_cases_smoothed": 454.857, - "total_deaths": 29436.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 32.429, - "total_cases_per_million": 2410.963, - "new_cases_per_million": 2.329, - "new_cases_smoothed_per_million": 6.968, - "total_deaths_per_million": 450.964, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.497, - "new_tests": 39421.0, - "new_tests_per_thousand": 0.604, - "new_tests_smoothed": 31295.0, - "new_tests_smoothed_per_thousand": 0.479, - "tests_per_case": 68.80199999999999, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-17", - "total_cases": 157716.0, - "new_cases": 344.0, - "new_cases_smoothed": 446.429, - "total_deaths": 29547.0, - "new_deaths": 111.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 2416.233, - "new_cases_per_million": 5.27, - "new_cases_smoothed_per_million": 6.839, - "total_deaths_per_million": 452.664, - "new_deaths_per_million": 1.701, - "new_deaths_smoothed_per_million": 0.549, - "new_tests": 37166.0, - "new_tests_per_thousand": 0.569, - "new_tests_smoothed": 31159.0, - "new_tests_smoothed_per_thousand": 0.477, - "tests_per_case": 69.796, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-18", - "total_cases": 158174.0, - "new_cases": 458.0, - "new_cases_smoothed": 434.0, - "total_deaths": 29575.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 36.571, - "total_cases_per_million": 2423.249, - "new_cases_per_million": 7.017, - "new_cases_smoothed_per_million": 6.649, - "total_deaths_per_million": 453.093, - "new_deaths_per_million": 0.429, - "new_deaths_smoothed_per_million": 0.56, - "new_tests": 35249.0, - "new_tests_per_thousand": 0.54, - "new_tests_smoothed": 31030.0, - "new_tests_smoothed_per_thousand": 0.475, - "tests_per_case": 71.498, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-19", - "total_cases": 158641.0, - "new_cases": 467.0, - "new_cases_smoothed": 440.0, - "total_deaths": 29603.0, - "new_deaths": 28.0, - "new_deaths_smoothed": 36.714, - "total_cases_per_million": 2430.404, - "new_cases_per_million": 7.155, - "new_cases_smoothed_per_million": 6.741, - "total_deaths_per_million": 453.522, - "new_deaths_per_million": 0.429, - "new_deaths_smoothed_per_million": 0.562, - "new_tests": 42491.0, - "new_tests_per_thousand": 0.651, - "new_tests_smoothed": 31191.0, - "new_tests_smoothed_per_thousand": 0.478, - "tests_per_case": 70.889, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-20", - "total_cases": 159452.0, - "new_cases": 811.0, - "new_cases_smoothed": 452.143, - "total_deaths": 29617.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 34.714, - "total_cases_per_million": 2442.829, - "new_cases_per_million": 12.425, - "new_cases_smoothed_per_million": 6.927, - "total_deaths_per_million": 453.737, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.532, - "new_tests": 20048.0, - "new_tests_per_thousand": 0.307, - "new_tests_smoothed": 31517.0, - "new_tests_smoothed_per_thousand": 0.483, - "tests_per_case": 69.706, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-21", - "total_cases": 160093.0, - "new_cases": 641.0, - "new_cases_smoothed": 468.571, - "total_deaths": 29633.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 2452.649, - "new_cases_per_million": 9.82, - "new_cases_smoothed_per_million": 7.179, - "total_deaths_per_million": 453.982, - "new_deaths_per_million": 0.245, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 5658.0, - "new_tests_per_thousand": 0.087, - "new_tests_smoothed": 31491.0, - "new_tests_smoothed_per_thousand": 0.482, - "tests_per_case": 67.206, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 65.28 - }, - { - "date": "2020-06-22", - "total_cases": 160377.0, - "new_cases": 284.0, - "new_cases_smoothed": 451.0, - "total_deaths": 29640.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 33.286, - "total_cases_per_million": 2457.0, - "new_cases_per_million": 4.351, - "new_cases_smoothed_per_million": 6.909, - "total_deaths_per_million": 454.089, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.51, - "new_tests": 43960.0, - "new_tests_per_thousand": 0.673, - "new_tests_smoothed": 31999.0, - "new_tests_smoothed_per_thousand": 0.49, - "tests_per_case": 70.95100000000001, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-23", - "total_cases": 160750.0, - "new_cases": 373.0, - "new_cases_smoothed": 482.571, - "total_deaths": 29663.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 32.429, - "total_cases_per_million": 2462.714, - "new_cases_per_million": 5.714, - "new_cases_smoothed_per_million": 7.393, - "total_deaths_per_million": 454.442, - "new_deaths_per_million": 0.352, - "new_deaths_smoothed_per_million": 0.497, - "new_tests": 44610.0, - "new_tests_per_thousand": 0.683, - "new_tests_smoothed": 32740.0, - "new_tests_smoothed_per_thousand": 0.502, - "tests_per_case": 67.845, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-24", - "total_cases": 161267.0, - "new_cases": 517.0, - "new_cases_smoothed": 507.286, - "total_deaths": 29720.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 24.714, - "total_cases_per_million": 2470.635, - "new_cases_per_million": 7.921, - "new_cases_smoothed_per_million": 7.772, - "total_deaths_per_million": 455.315, - "new_deaths_per_million": 0.873, - "new_deaths_smoothed_per_million": 0.379, - "new_tests": 42227.0, - "new_tests_per_thousand": 0.647, - "new_tests_smoothed": 33463.0, - "new_tests_smoothed_per_thousand": 0.513, - "tests_per_case": 65.965, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-25", - "total_cases": 161348.0, - "new_cases": 81.0, - "new_cases_smoothed": 453.429, - "total_deaths": 29731.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 2471.876, - "new_cases_per_million": 1.241, - "new_cases_smoothed_per_million": 6.947, - "total_deaths_per_million": 455.483, - "new_deaths_per_million": 0.169, - "new_deaths_smoothed_per_million": 0.341, - "new_tests": 36503.0, - "new_tests_per_thousand": 0.559, - "new_tests_smoothed": 33642.0, - "new_tests_smoothed_per_thousand": 0.515, - "tests_per_case": 74.195, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-26", - "total_cases": 161348.0, - "new_cases": 0.0, - "new_cases_smoothed": 386.714, - "total_deaths": 29752.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 2471.876, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.925, - "total_deaths_per_million": 455.805, - "new_deaths_per_million": 0.322, - "new_deaths_smoothed_per_million": 0.326, - "new_tests": 47268.0, - "new_tests_per_thousand": 0.724, - "new_tests_smoothed": 34325.0, - "new_tests_smoothed_per_thousand": 0.526, - "tests_per_case": 88.76100000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-27", - "total_cases": 162936.0, - "new_cases": 1588.0, - "new_cases_smoothed": 497.714, - "total_deaths": 29778.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 23.0, - "total_cases_per_million": 2496.204, - "new_cases_per_million": 24.328, - "new_cases_smoothed_per_million": 7.625, - "total_deaths_per_million": 456.203, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.352, - "new_tests": 22723.0, - "new_tests_per_thousand": 0.348, - "new_tests_smoothed": 34707.0, - "new_tests_smoothed_per_thousand": 0.532, - "tests_per_case": 69.733, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-28", - "total_cases": 162936.0, - "new_cases": 0.0, - "new_cases_smoothed": 406.143, - "total_deaths": 29778.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 20.714, - "total_cases_per_million": 2496.204, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.222, - "total_deaths_per_million": 456.203, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.317, - "new_tests": 7291.0, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 34940.0, - "new_tests_smoothed_per_thousand": 0.535, - "tests_per_case": 86.029, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-29", - "total_cases": 162936.0, - "new_cases": 0.0, - "new_cases_smoothed": 365.571, - "total_deaths": 29778.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 19.714, - "total_cases_per_million": 2496.204, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.601, - "total_deaths_per_million": 456.203, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.302, - "new_tests": 56246.0, - "new_tests_per_thousand": 0.862, - "new_tests_smoothed": 36695.0, - "new_tests_smoothed_per_thousand": 0.562, - "tests_per_case": 100.37700000000001, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-06-30", - "total_cases": 164260.0, - "new_cases": 1324.0, - "new_cases_smoothed": 501.429, - "total_deaths": 29813.0, - "new_deaths": 35.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 2516.488, - "new_cases_per_million": 20.284, - "new_cases_smoothed_per_million": 7.682, - "total_deaths_per_million": 456.74, - "new_deaths_per_million": 0.536, - "new_deaths_smoothed_per_million": 0.328, - "new_tests": 54583.0, - "new_tests_per_thousand": 0.836, - "new_tests_smoothed": 38120.0, - "new_tests_smoothed_per_thousand": 0.584, - "tests_per_case": 76.023, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-01", - "total_cases": 164801.0, - "new_cases": 541.0, - "new_cases_smoothed": 504.857, - "total_deaths": 29843.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 2524.776, - "new_cases_per_million": 8.288, - "new_cases_smoothed_per_million": 7.734, - "total_deaths_per_million": 457.199, - "new_deaths_per_million": 0.46, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 52724.0, - "new_tests_per_thousand": 0.808, - "new_tests_smoothed": 39620.0, - "new_tests_smoothed_per_thousand": 0.607, - "tests_per_case": 78.47800000000001, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-02", - "total_cases": 165719.0, - "new_cases": 918.0, - "new_cases_smoothed": 624.429, - "total_deaths": 29861.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 18.571, - "total_cases_per_million": 2538.84, - "new_cases_per_million": 14.064, - "new_cases_smoothed_per_million": 9.566, - "total_deaths_per_million": 457.475, - "new_deaths_per_million": 0.276, - "new_deaths_smoothed_per_million": 0.285, - "new_tests": 50788.0, - "new_tests_per_thousand": 0.778, - "new_tests_smoothed": 41660.0, - "new_tests_smoothed_per_thousand": 0.638, - "tests_per_case": 66.717, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-03", - "total_cases": 166378.0, - "new_cases": 659.0, - "new_cases_smoothed": 718.571, - "total_deaths": 29875.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 17.571, - "total_cases_per_million": 2548.936, - "new_cases_per_million": 10.096, - "new_cases_smoothed_per_million": 11.009, - "total_deaths_per_million": 457.689, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.269, - "new_tests": 59366.0, - "new_tests_per_thousand": 0.909, - "new_tests_smoothed": 43389.0, - "new_tests_smoothed_per_thousand": 0.665, - "tests_per_case": 60.382, - "positive_rate": 0.017, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-04", - "total_cases": 166960.0, - "new_cases": 582.0, - "new_cases_smoothed": 574.857, - "total_deaths": 29893.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 2557.852, - "new_cases_per_million": 8.916, - "new_cases_smoothed_per_million": 8.807, - "total_deaths_per_million": 457.965, - "new_deaths_per_million": 0.276, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 26724.0, - "new_tests_per_thousand": 0.409, - "new_tests_smoothed": 43960.0, - "new_tests_smoothed_per_thousand": 0.673, - "tests_per_case": 76.471, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-05", - "total_cases": 166960.0, - "new_cases": 0.0, - "new_cases_smoothed": 574.857, - "total_deaths": 29893.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 2557.852, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.807, - "total_deaths_per_million": 457.965, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 7493.0, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 43989.0, - "new_tests_smoothed_per_thousand": 0.674, - "tests_per_case": 76.52199999999999, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-06", - "total_cases": 166960.0, - "new_cases": 0.0, - "new_cases_smoothed": 574.857, - "total_deaths": 29893.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.429, - "total_cases_per_million": 2557.852, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.807, - "total_deaths_per_million": 457.965, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.252, - "new_tests": 60678.0, - "new_tests_per_thousand": 0.93, - "new_tests_smoothed": 44622.0, - "new_tests_smoothed_per_thousand": 0.684, - "tests_per_case": 77.623, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-07", - "total_cases": 168335.0, - "new_cases": 1375.0, - "new_cases_smoothed": 582.143, - "total_deaths": 29920.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 2578.917, - "new_cases_per_million": 21.065, - "new_cases_smoothed_per_million": 8.919, - "total_deaths_per_million": 458.379, - "new_deaths_per_million": 0.414, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 60253.0, - "new_tests_per_thousand": 0.923, - "new_tests_smoothed": 45432.0, - "new_tests_smoothed_per_thousand": 0.696, - "tests_per_case": 78.043, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-08", - "total_cases": 168810.0, - "new_cases": 475.0, - "new_cases_smoothed": 572.714, - "total_deaths": 29933.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 2586.195, - "new_cases_per_million": 7.277, - "new_cases_smoothed_per_million": 8.774, - "total_deaths_per_million": 458.578, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 59597.0, - "new_tests_per_thousand": 0.913, - "new_tests_smoothed": 46414.0, - "new_tests_smoothed_per_thousand": 0.711, - "tests_per_case": 81.042, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-09", - "total_cases": 169473.0, - "new_cases": 663.0, - "new_cases_smoothed": 536.286, - "total_deaths": 29965.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 2596.352, - "new_cases_per_million": 10.157, - "new_cases_smoothed_per_million": 8.216, - "total_deaths_per_million": 459.068, - "new_deaths_per_million": 0.49, - "new_deaths_smoothed_per_million": 0.228, - "new_tests": 63097.0, - "new_tests_per_thousand": 0.967, - "new_tests_smoothed": 48173.0, - "new_tests_smoothed_per_thousand": 0.738, - "tests_per_case": 89.82700000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-10", - "total_cases": 170094.0, - "new_cases": 621.0, - "new_cases_smoothed": 530.857, - "total_deaths": 29979.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 14.857, - "total_cases_per_million": 2605.866, - "new_cases_per_million": 9.514, - "new_cases_smoothed_per_million": 8.133, - "total_deaths_per_million": 459.283, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.228, - "new_tests": 70510.0, - "new_tests_per_thousand": 1.08, - "new_tests_smoothed": 49765.0, - "new_tests_smoothed_per_thousand": 0.762, - "tests_per_case": 93.745, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-11", - "total_cases": 170752.0, - "new_cases": 658.0, - "new_cases_smoothed": 541.714, - "total_deaths": 30004.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 2615.946, - "new_cases_per_million": 10.081, - "new_cases_smoothed_per_million": 8.299, - "total_deaths_per_million": 459.666, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.243, - "new_tests": 29815.0, - "new_tests_per_thousand": 0.457, - "new_tests_smoothed": 50206.0, - "new_tests_smoothed_per_thousand": 0.769, - "tests_per_case": 92.68, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-12", - "total_cases": 170752.0, - "new_cases": 0.0, - "new_cases_smoothed": 541.714, - "total_deaths": 30004.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 2615.946, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.299, - "total_deaths_per_million": 459.666, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.243, - "new_tests": 7514.0, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 50209.0, - "new_tests_smoothed_per_thousand": 0.769, - "tests_per_case": 92.685, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-13", - "total_cases": 170752.0, - "new_cases": 0.0, - "new_cases_smoothed": 541.714, - "total_deaths": 30004.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 15.857, - "total_cases_per_million": 2615.946, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.299, - "total_deaths_per_million": 459.666, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.243, - "new_tests": 71890.0, - "new_tests_per_thousand": 1.101, - "new_tests_smoothed": 51811.0, - "new_tests_smoothed_per_thousand": 0.794, - "tests_per_case": 95.64299999999999, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-14", - "total_cases": 172377.0, - "new_cases": 1625.0, - "new_cases_smoothed": 577.429, - "total_deaths": 30029.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 2640.842, - "new_cases_per_million": 24.895, - "new_cases_smoothed_per_million": 8.846, - "total_deaths_per_million": 460.049, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.239, - "new_tests": 10717.0, - "new_tests_per_thousand": 0.164, - "new_tests_smoothed": 44734.0, - "new_tests_smoothed_per_thousand": 0.685, - "tests_per_case": 77.471, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-15", - "total_cases": 172377.0, - "new_cases": 0.0, - "new_cases_smoothed": 509.571, - "total_deaths": 30029.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 2640.842, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.807, - "total_deaths_per_million": 460.049, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 72225.0, - "new_tests_per_thousand": 1.106, - "new_tests_smoothed": 46538.0, - "new_tests_smoothed_per_thousand": 0.713, - "tests_per_case": 91.32799999999999, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-16", - "total_cases": 173304.0, - "new_cases": 927.0, - "new_cases_smoothed": 547.286, - "total_deaths": 30120.0, - "new_deaths": 91.0, - "new_deaths_smoothed": 22.143, - "total_cases_per_million": 2655.043, - "new_cases_per_million": 14.202, - "new_cases_smoothed_per_million": 8.384, - "total_deaths_per_million": 461.443, - "new_deaths_per_million": 1.394, - "new_deaths_smoothed_per_million": 0.339, - "new_tests": 76451.0, - "new_tests_per_thousand": 1.171, - "new_tests_smoothed": 48446.0, - "new_tests_smoothed_per_thousand": 0.742, - "tests_per_case": 88.52, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-17", - "total_cases": 173838.0, - "new_cases": 534.0, - "new_cases_smoothed": 534.857, - "total_deaths": 30138.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 22.714, - "total_cases_per_million": 2663.224, - "new_cases_per_million": 8.181, - "new_cases_smoothed_per_million": 8.194, - "total_deaths_per_million": 461.719, - "new_deaths_per_million": 0.276, - "new_deaths_smoothed_per_million": 0.348, - "new_tests": 85434.0, - "new_tests_per_thousand": 1.309, - "new_tests_smoothed": 50578.0, - "new_tests_smoothed_per_thousand": 0.775, - "tests_per_case": 94.564, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-18", - "total_cases": 174674.0, - "new_cases": 836.0, - "new_cases_smoothed": 560.286, - "total_deaths": 30152.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 2676.032, - "new_cases_per_million": 12.808, - "new_cases_smoothed_per_million": 8.584, - "total_deaths_per_million": 461.933, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.324, - "new_tests": 36815.0, - "new_tests_per_thousand": 0.564, - "new_tests_smoothed": 51578.0, - "new_tests_smoothed_per_thousand": 0.79, - "tests_per_case": 92.057, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-19", - "total_cases": 174674.0, - "new_cases": 0.0, - "new_cases_smoothed": 560.286, - "total_deaths": 30152.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 2676.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.584, - "total_deaths_per_million": 461.933, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.324, - "new_tests": 10600.0, - "new_tests_per_thousand": 0.162, - "new_tests_smoothed": 52019.0, - "new_tests_smoothed_per_thousand": 0.797, - "tests_per_case": 92.844, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-20", - "total_cases": 174674.0, - "new_cases": 0.0, - "new_cases_smoothed": 560.286, - "total_deaths": 30152.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 2676.032, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.584, - "total_deaths_per_million": 461.933, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.324, - "new_tests": 83401.0, - "new_tests_per_thousand": 1.278, - "new_tests_smoothed": 53663.0, - "new_tests_smoothed_per_thousand": 0.822, - "tests_per_case": 95.77799999999999, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-21", - "total_cases": 176754.0, - "new_cases": 2080.0, - "new_cases_smoothed": 625.286, - "total_deaths": 30165.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 2707.898, - "new_cases_per_million": 31.866, - "new_cases_smoothed_per_million": 9.579, - "total_deaths_per_million": 462.132, - "new_deaths_per_million": 0.199, - "new_deaths_smoothed_per_million": 0.298, - "new_tests": 80883.0, - "new_tests_per_thousand": 1.239, - "new_tests_smoothed": 63687.0, - "new_tests_smoothed_per_thousand": 0.976, - "tests_per_case": 101.853, - "positive_rate": 0.01, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-22", - "total_cases": 177338.0, - "new_cases": 584.0, - "new_cases_smoothed": 708.714, - "total_deaths": 30165.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 2716.845, - "new_cases_per_million": 8.947, - "new_cases_smoothed_per_million": 10.858, - "total_deaths_per_million": 462.132, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.298, - "new_tests": 80347.0, - "new_tests_per_thousand": 1.231, - "new_tests_smoothed": 64847.0, - "new_tests_smoothed_per_thousand": 0.993, - "tests_per_case": 91.499, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-23", - "total_cases": 178336.0, - "new_cases": 998.0, - "new_cases_smoothed": 718.857, - "total_deaths": 30172.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 2732.134, - "new_cases_per_million": 15.29, - "new_cases_smoothed_per_million": 11.013, - "total_deaths_per_million": 462.24, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.114, - "new_tests": 79327.0, - "new_tests_per_thousand": 1.215, - "new_tests_smoothed": 65258.0, - "new_tests_smoothed_per_thousand": 1.0, - "tests_per_case": 90.78, - "positive_rate": 0.011000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-24", - "total_cases": 179398.0, - "new_cases": 1062.0, - "new_cases_smoothed": 794.286, - "total_deaths": 30182.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 2748.404, - "new_cases_per_million": 16.27, - "new_cases_smoothed_per_million": 12.169, - "total_deaths_per_million": 462.393, - "new_deaths_per_million": 0.153, - "new_deaths_smoothed_per_million": 0.096, - "new_tests": 86321.0, - "new_tests_per_thousand": 1.322, - "new_tests_smoothed": 65385.0, - "new_tests_smoothed_per_thousand": 1.002, - "tests_per_case": 82.319, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-25", - "total_cases": 180528.0, - "new_cases": 1130.0, - "new_cases_smoothed": 836.286, - "total_deaths": 30192.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2765.716, - "new_cases_per_million": 17.312, - "new_cases_smoothed_per_million": 12.812, - "total_deaths_per_million": 462.546, - "new_deaths_per_million": 0.153, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 38974.0, - "new_tests_per_thousand": 0.597, - "new_tests_smoothed": 65693.0, - "new_tests_smoothed_per_thousand": 1.006, - "tests_per_case": 78.553, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-26", - "total_cases": 180528.0, - "new_cases": 0.0, - "new_cases_smoothed": 836.286, - "total_deaths": 30192.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2765.716, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.812, - "total_deaths_per_million": 462.546, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 13157.0, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 66059.0, - "new_tests_smoothed_per_thousand": 1.012, - "tests_per_case": 78.991, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-27", - "total_cases": 180528.0, - "new_cases": 0.0, - "new_cases_smoothed": 836.286, - "total_deaths": 30192.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 5.714, - "total_cases_per_million": 2765.716, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.812, - "total_deaths_per_million": 462.546, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.088, - "new_tests": 91777.0, - "new_tests_per_thousand": 1.406, - "new_tests_smoothed": 67255.0, - "new_tests_smoothed_per_thousand": 1.03, - "tests_per_case": 80.421, - "positive_rate": 0.012, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-28", - "total_cases": 183079.0, - "new_cases": 2551.0, - "new_cases_smoothed": 903.571, - "total_deaths": 30209.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 6.286, - "total_cases_per_million": 2804.798, - "new_cases_per_million": 39.082, - "new_cases_smoothed_per_million": 13.843, - "total_deaths_per_million": 462.806, - "new_deaths_per_million": 0.26, - "new_deaths_smoothed_per_million": 0.096, - "new_tests": 93868.0, - "new_tests_per_thousand": 1.438, - "new_tests_smoothed": 69110.0, - "new_tests_smoothed_per_thousand": 1.059, - "tests_per_case": 76.485, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-29", - "total_cases": 183804.0, - "new_cases": 725.0, - "new_cases_smoothed": 923.714, - "total_deaths": 30223.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 2815.905, - "new_cases_per_million": 11.107, - "new_cases_smoothed_per_million": 14.151, - "total_deaths_per_million": 463.021, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.127, - "new_tests": 97591.0, - "new_tests_per_thousand": 1.495, - "new_tests_smoothed": 71574.0, - "new_tests_smoothed_per_thousand": 1.097, - "tests_per_case": 77.485, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-30", - "total_cases": 185196.0, - "new_cases": 1392.0, - "new_cases_smoothed": 980.0, - "total_deaths": 30238.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 2837.231, - "new_cases_per_million": 21.326, - "new_cases_smoothed_per_million": 15.014, - "total_deaths_per_million": 463.251, - "new_deaths_per_million": 0.23, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 94409.0, - "new_tests_per_thousand": 1.446, - "new_tests_smoothed": 73728.0, - "new_tests_smoothed_per_thousand": 1.13, - "tests_per_case": 75.233, - "positive_rate": 0.013000000000000001, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-07-31", - "total_cases": 186573.0, - "new_cases": 1377.0, - "new_cases_smoothed": 1025.0, - "total_deaths": 30254.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 2858.326, - "new_cases_per_million": 21.096, - "new_cases_smoothed_per_million": 15.703, - "total_deaths_per_million": 463.496, - "new_deaths_per_million": 0.245, - "new_deaths_smoothed_per_million": 0.158, - "new_tests": 98053.0, - "new_tests_per_thousand": 1.502, - "new_tests_smoothed": 75404.0, - "new_tests_smoothed_per_thousand": 1.155, - "tests_per_case": 73.565, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-01", - "total_cases": 187919.0, - "new_cases": 1346.0, - "new_cases_smoothed": 1055.857, - "total_deaths": 30265.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 2878.947, - "new_cases_per_million": 20.621, - "new_cases_smoothed_per_million": 16.176, - "total_deaths_per_million": 463.664, - "new_deaths_per_million": 0.169, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 42794.0, - "new_tests_per_thousand": 0.656, - "new_tests_smoothed": 75950.0, - "new_tests_smoothed_per_thousand": 1.164, - "tests_per_case": 71.932, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-02", - "total_cases": 187919.0, - "new_cases": 0.0, - "new_cases_smoothed": 1055.857, - "total_deaths": 30265.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 2878.947, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.176, - "total_deaths_per_million": 463.664, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 14352.0, - "new_tests_per_thousand": 0.22, - "new_tests_smoothed": 76121.0, - "new_tests_smoothed_per_thousand": 1.166, - "tests_per_case": 72.094, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-03", - "total_cases": 187919.0, - "new_cases": 0.0, - "new_cases_smoothed": 1055.857, - "total_deaths": 30265.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 2878.947, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.176, - "total_deaths_per_million": 463.664, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 99642.0, - "new_tests_per_thousand": 1.527, - "new_tests_smoothed": 77244.0, - "new_tests_smoothed_per_thousand": 1.183, - "tests_per_case": 73.158, - "positive_rate": 0.013999999999999999, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-04", - "total_cases": 191295.0, - "new_cases": 3376.0, - "new_cases_smoothed": 1173.714, - "total_deaths": 30294.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 2930.668, - "new_cases_per_million": 51.721, - "new_cases_smoothed_per_million": 17.981, - "total_deaths_per_million": 464.109, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.186, - "new_tests": 94675.0, - "new_tests_per_thousand": 1.45, - "new_tests_smoothed": 77359.0, - "new_tests_smoothed_per_thousand": 1.185, - "tests_per_case": 65.91, - "positive_rate": 0.015, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-05", - "total_cases": 192334.0, - "new_cases": 1039.0, - "new_cases_smoothed": 1218.571, - "total_deaths": 30296.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 2946.586, - "new_cases_per_million": 15.918, - "new_cases_smoothed_per_million": 18.669, - "total_deaths_per_million": 464.139, - "new_deaths_per_million": 0.031, - "new_deaths_smoothed_per_million": 0.16, - "new_tests": 94810.0, - "new_tests_per_thousand": 1.453, - "new_tests_smoothed": 76962.0, - "new_tests_smoothed_per_thousand": 1.179, - "tests_per_case": 63.158, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-06", - "total_cases": 194029.0, - "new_cases": 1695.0, - "new_cases_smoothed": 1261.857, - "total_deaths": 30305.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 9.571, - "total_cases_per_million": 2972.553, - "new_cases_per_million": 25.968, - "new_cases_smoothed_per_million": 19.332, - "total_deaths_per_million": 464.277, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 97207.0, - "new_tests_per_thousand": 1.489, - "new_tests_smoothed": 77362.0, - "new_tests_smoothed_per_thousand": 1.185, - "tests_per_case": 61.308, - "positive_rate": 0.016, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-07", - "total_cases": 195633.0, - "new_cases": 1604.0, - "new_cases_smoothed": 1294.286, - "total_deaths": 30312.0, - "new_deaths": 7.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 2997.127, - "new_cases_per_million": 24.574, - "new_cases_smoothed_per_million": 19.829, - "total_deaths_per_million": 464.384, - "new_deaths_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.127, - "new_tests": 98975.0, - "new_tests_per_thousand": 1.516, - "new_tests_smoothed": 77494.0, - "new_tests_smoothed_per_thousand": 1.187, - "tests_per_case": 59.873999999999995, - "positive_rate": 0.017, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-08", - "total_cases": 197921.0, - "new_cases": 2288.0, - "new_cases_smoothed": 1428.857, - "total_deaths": 30324.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 3032.179, - "new_cases_per_million": 35.053, - "new_cases_smoothed_per_million": 21.89, - "total_deaths_per_million": 464.568, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 43987.0, - "new_tests_per_thousand": 0.674, - "new_tests_smoothed": 77664.0, - "new_tests_smoothed_per_thousand": 1.19, - "tests_per_case": 54.354, - "positive_rate": 0.018000000000000002, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-09", - "total_cases": 197921.0, - "new_cases": 0.0, - "new_cases_smoothed": 1428.857, - "total_deaths": 30324.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 3032.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.89, - "total_deaths_per_million": 464.568, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 14818.0, - "new_tests_per_thousand": 0.227, - "new_tests_smoothed": 77731.0, - "new_tests_smoothed_per_thousand": 1.191, - "tests_per_case": 54.401, - "positive_rate": 0.018000000000000002, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-10", - "total_cases": 197921.0, - "new_cases": 0.0, - "new_cases_smoothed": 1428.857, - "total_deaths": 30324.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 8.429, - "total_cases_per_million": 3032.179, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 21.89, - "total_deaths_per_million": 464.568, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.129, - "new_tests": 101158.0, - "new_tests_per_thousand": 1.55, - "new_tests_smoothed": 77947.0, - "new_tests_smoothed_per_thousand": 1.194, - "tests_per_case": 54.552, - "positive_rate": 0.018000000000000002, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-11", - "total_cases": 202775.0, - "new_cases": 4854.0, - "new_cases_smoothed": 1640.0, - "total_deaths": 30340.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 6.571, - "total_cases_per_million": 3106.543, - "new_cases_per_million": 74.364, - "new_cases_smoothed_per_million": 25.125, - "total_deaths_per_million": 464.813, - "new_deaths_per_million": 0.245, - "new_deaths_smoothed_per_million": 0.101, - "new_tests": 92467.0, - "new_tests_per_thousand": 1.417, - "new_tests_smoothed": 77632.0, - "new_tests_smoothed_per_thousand": 1.189, - "tests_per_case": 47.336999999999996, - "positive_rate": 0.021, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-12", - "total_cases": 204172.0, - "new_cases": 1397.0, - "new_cases_smoothed": 1691.143, - "total_deaths": 30354.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 8.286, - "total_cases_per_million": 3127.946, - "new_cases_per_million": 21.402, - "new_cases_smoothed_per_million": 25.909, - "total_deaths_per_million": 465.028, - "new_deaths_per_million": 0.214, - "new_deaths_smoothed_per_million": 0.127, - "new_tests": 96392.0, - "new_tests_per_thousand": 1.477, - "new_tests_smoothed": 77858.0, - "new_tests_smoothed_per_thousand": 1.193, - "tests_per_case": 46.038999999999994, - "positive_rate": 0.022000000000000002, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-13", - "total_cases": 206696.0, - "new_cases": 2524.0, - "new_cases_smoothed": 1809.571, - "total_deaths": 30371.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 9.429, - "total_cases_per_million": 3166.614, - "new_cases_per_million": 38.668, - "new_cases_smoothed_per_million": 27.723, - "total_deaths_per_million": 465.288, - "new_deaths_per_million": 0.26, - "new_deaths_smoothed_per_million": 0.144, - "new_tests": 105358.0, - "new_tests_per_thousand": 1.614, - "new_tests_smoothed": 79022.0, - "new_tests_smoothed_per_thousand": 1.211, - "tests_per_case": 43.669, - "positive_rate": 0.023, - "tests_units": "people tested", - "stringency_index": 41.2 - }, - { - "date": "2020-08-14", - "total_cases": 209365.0, - "new_cases": 2669.0, - "new_cases_smoothed": 1961.714, - "total_deaths": 30388.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 3207.503, - "new_cases_per_million": 40.889, - "new_cases_smoothed_per_million": 30.054, - "total_deaths_per_million": 465.549, - "new_deaths_per_million": 0.26, - "new_deaths_smoothed_per_million": 0.166, - "new_tests": 115816.0, - "new_tests_per_thousand": 1.774, - "new_tests_smoothed": 81428.0, - "new_tests_smoothed_per_thousand": 1.247, - "tests_per_case": 41.50899999999999, - "positive_rate": 0.024, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-15", - "total_cases": 212211.0, - "new_cases": 2846.0, - "new_cases_smoothed": 2041.429, - "total_deaths": 30406.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 3251.104, - "new_cases_per_million": 43.601, - "new_cases_smoothed_per_million": 31.275, - "total_deaths_per_million": 465.824, - "new_deaths_per_million": 0.276, - "new_deaths_smoothed_per_million": 0.179, - "new_tests": 23219.0, - "new_tests_per_thousand": 0.356, - "new_tests_smoothed": 78461.0, - "new_tests_smoothed_per_thousand": 1.202, - "tests_per_case": 38.434, - "positive_rate": 0.026000000000000002, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-16", - "total_cases": 215521.0, - "new_cases": 3310.0, - "new_cases_smoothed": 2514.286, - "total_deaths": 30409.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 12.143, - "total_cases_per_million": 3301.814, - "new_cases_per_million": 50.71, - "new_cases_smoothed_per_million": 38.519, - "total_deaths_per_million": 465.87, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.186, - "new_tests": 19021.0, - "new_tests_per_thousand": 0.291, - "new_tests_smoothed": 79062.0, - "new_tests_smoothed_per_thousand": 1.211, - "tests_per_case": 31.445, - "positive_rate": 0.032, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-17", - "total_cases": 218536.0, - "new_cases": 3015.0, - "new_cases_smoothed": 2945.0, - "total_deaths": 30410.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 12.286, - "total_cases_per_million": 3348.004, - "new_cases_per_million": 46.19, - "new_cases_smoothed_per_million": 45.118, - "total_deaths_per_million": 465.886, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.188, - "new_tests": 132596.0, - "new_tests_per_thousand": 2.031, - "new_tests_smoothed": 83553.0, - "new_tests_smoothed_per_thousand": 1.28, - "tests_per_case": 28.371, - "positive_rate": 0.035, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-18", - "total_cases": 219029.0, - "new_cases": 493.0, - "new_cases_smoothed": 2322.0, - "total_deaths": 30429.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 3355.557, - "new_cases_per_million": 7.553, - "new_cases_smoothed_per_million": 35.573, - "total_deaths_per_million": 466.177, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.195, - "new_tests": 126290.0, - "new_tests_per_thousand": 1.935, - "new_tests_smoothed": 88385.0, - "new_tests_smoothed_per_thousand": 1.354, - "tests_per_case": 38.064, - "positive_rate": 0.026000000000000002, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-19", - "total_cases": 221267.0, - "new_cases": 2238.0, - "new_cases_smoothed": 2442.143, - "total_deaths": 30451.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 3389.844, - "new_cases_per_million": 34.286, - "new_cases_smoothed_per_million": 37.414, - "total_deaths_per_million": 466.514, - "new_deaths_per_million": 0.337, - "new_deaths_smoothed_per_million": 0.212, - "new_tests": 124589.0, - "new_tests_per_thousand": 1.909, - "new_tests_smoothed": 92413.0, - "new_tests_smoothed_per_thousand": 1.416, - "tests_per_case": 37.841, - "positive_rate": 0.026000000000000002, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-20", - "total_cases": 225043.0, - "new_cases": 3776.0, - "new_cases_smoothed": 2621.0, - "total_deaths": 30468.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 3447.693, - "new_cases_per_million": 57.849, - "new_cases_smoothed_per_million": 40.154, - "total_deaths_per_million": 466.774, - "new_deaths_per_million": 0.26, - "new_deaths_smoothed_per_million": 0.212, - "new_tests": 132187.0, - "new_tests_per_thousand": 2.025, - "new_tests_smoothed": 96245.0, - "new_tests_smoothed_per_thousand": 1.474, - "tests_per_case": 36.721, - "positive_rate": 0.027000000000000003, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-21", - "total_cases": 229814.0, - "new_cases": 4771.0, - "new_cases_smoothed": 2921.286, - "total_deaths": 30480.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 13.143, - "total_cases_per_million": 3520.785, - "new_cases_per_million": 73.092, - "new_cases_smoothed_per_million": 44.755, - "total_deaths_per_million": 466.958, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.201, - "new_tests": 142909.0, - "new_tests_per_thousand": 2.189, - "new_tests_smoothed": 100116.0, - "new_tests_smoothed_per_thousand": 1.534, - "tests_per_case": 34.271, - "positive_rate": 0.028999999999999998, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-22", - "total_cases": 234400.0, - "new_cases": 4586.0, - "new_cases_smoothed": 3169.857, - "total_deaths": 30503.0, - "new_deaths": 23.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 3591.043, - "new_cases_per_million": 70.258, - "new_cases_smoothed_per_million": 48.563, - "total_deaths_per_million": 467.311, - "new_deaths_per_million": 0.352, - "new_deaths_smoothed_per_million": 0.212, - "new_tests": 60559.0, - "new_tests_per_thousand": 0.928, - "new_tests_smoothed": 105450.0, - "new_tests_smoothed_per_thousand": 1.616, - "tests_per_case": 33.266, - "positive_rate": 0.03, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-23", - "total_cases": 238002.0, - "new_cases": 3602.0, - "new_cases_smoothed": 3211.571, - "total_deaths": 30512.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 3646.226, - "new_cases_per_million": 55.183, - "new_cases_smoothed_per_million": 49.202, - "total_deaths_per_million": 467.448, - "new_deaths_per_million": 0.138, - "new_deaths_smoothed_per_million": 0.225, - "new_tests": 20078.0, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 105601.0, - "new_tests_smoothed_per_thousand": 1.618, - "tests_per_case": 32.881, - "positive_rate": 0.03, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-24", - "total_cases": 242899.0, - "new_cases": 4897.0, - "new_cases_smoothed": 3480.429, - "total_deaths": 30513.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 3721.249, - "new_cases_per_million": 75.023, - "new_cases_smoothed_per_million": 53.321, - "total_deaths_per_million": 467.464, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.225, - "new_tests": 158907.0, - "new_tests_per_thousand": 2.434, - "new_tests_smoothed": 109360.0, - "new_tests_smoothed_per_thousand": 1.675, - "tests_per_case": 31.421, - "positive_rate": 0.032, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-25", - "total_cases": 244854.0, - "new_cases": 1955.0, - "new_cases_smoothed": 3689.286, - "total_deaths": 30528.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 3751.2, - "new_cases_per_million": 29.951, - "new_cases_smoothed_per_million": 56.52, - "total_deaths_per_million": 467.694, - "new_deaths_per_million": 0.23, - "new_deaths_smoothed_per_million": 0.217, - "new_tests": 151969.0, - "new_tests_per_thousand": 2.328, - "new_tests_smoothed": 113028.0, - "new_tests_smoothed_per_thousand": 1.732, - "tests_per_case": 30.636999999999997, - "positive_rate": 0.033, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-26", - "total_cases": 248158.0, - "new_cases": 3304.0, - "new_cases_smoothed": 3841.571, - "total_deaths": 30544.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 3801.818, - "new_cases_per_million": 50.618, - "new_cases_smoothed_per_million": 58.853, - "total_deaths_per_million": 467.939, - "new_deaths_per_million": 0.245, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 154823.0, - "new_tests_per_thousand": 2.372, - "new_tests_smoothed": 117347.0, - "new_tests_smoothed_per_thousand": 1.798, - "tests_per_case": 30.546999999999997, - "positive_rate": 0.033, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-27", - "total_cases": 253587.0, - "new_cases": 5429.0, - "new_cases_smoothed": 4077.714, - "total_deaths": 30544.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 10.857, - "total_cases_per_million": 3884.991, - "new_cases_per_million": 83.173, - "new_cases_smoothed_per_million": 62.471, - "total_deaths_per_million": 467.939, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.166, - "new_tests": 166401.0, - "new_tests_per_thousand": 2.549, - "new_tests_smoothed": 122235.0, - "new_tests_smoothed_per_thousand": 1.873, - "tests_per_case": 29.976, - "positive_rate": 0.033, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-28", - "total_cases": 259698.0, - "new_cases": 6111.0, - "new_cases_smoothed": 4269.143, - "total_deaths": 30576.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 3978.612, - "new_cases_per_million": 93.621, - "new_cases_smoothed_per_million": 65.404, - "total_deaths_per_million": 468.429, - "new_deaths_per_million": 0.49, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 172683.0, - "new_tests_per_thousand": 2.646, - "new_tests_smoothed": 126489.0, - "new_tests_smoothed_per_thousand": 1.938, - "tests_per_case": 29.629, - "positive_rate": 0.034, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-29", - "total_cases": 267077.0, - "new_cases": 7379.0, - "new_cases_smoothed": 4668.143, - "total_deaths": 30596.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 4091.66, - "new_cases_per_million": 113.047, - "new_cases_smoothed_per_million": 71.517, - "total_deaths_per_million": 468.735, - "new_deaths_per_million": 0.306, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 73379.0, - "new_tests_per_thousand": 1.124, - "new_tests_smoothed": 128320.0, - "new_tests_smoothed_per_thousand": 1.966, - "tests_per_case": 27.488000000000003, - "positive_rate": 0.036000000000000004, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-30", - "total_cases": 272530.0, - "new_cases": 5453.0, - "new_cases_smoothed": 4932.571, - "total_deaths": 30602.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 4175.201, - "new_cases_per_million": 83.541, - "new_cases_smoothed_per_million": 75.568, - "total_deaths_per_million": 468.827, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 23602.0, - "new_tests_per_thousand": 0.362, - "new_tests_smoothed": 128823.0, - "new_tests_smoothed_per_thousand": 1.974, - "tests_per_case": 26.116999999999997, - "positive_rate": 0.038, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-08-31", - "total_cases": 277943.0, - "new_cases": 5413.0, - "new_cases_smoothed": 5006.286, - "total_deaths": 30606.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 13.286, - "total_cases_per_million": 4258.128, - "new_cases_per_million": 82.928, - "new_cases_smoothed_per_million": 76.697, - "total_deaths_per_million": 468.889, - "new_deaths_per_million": 0.061, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 184458.0, - "new_tests_per_thousand": 2.826, - "new_tests_smoothed": 132474.0, - "new_tests_smoothed_per_thousand": 2.03, - "tests_per_case": 26.462, - "positive_rate": 0.038, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-09-01", - "total_cases": 281025.0, - "new_cases": 3082.0, - "new_cases_smoothed": 5167.286, - "total_deaths": 30635.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 4305.345, - "new_cases_per_million": 47.217, - "new_cases_smoothed_per_million": 79.164, - "total_deaths_per_million": 469.333, - "new_deaths_per_million": 0.444, - "new_deaths_smoothed_per_million": 0.234, - "new_tests": 165576.0, - "new_tests_per_thousand": 2.537, - "new_tests_smoothed": 134417.0, - "new_tests_smoothed_per_thousand": 2.059, - "tests_per_case": 26.013, - "positive_rate": 0.038, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-09-02", - "total_cases": 286007.0, - "new_cases": 4982.0, - "new_cases_smoothed": 5407.0, - "total_deaths": 30661.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 16.714, - "total_cases_per_million": 4381.67, - "new_cases_per_million": 76.325, - "new_cases_smoothed_per_million": 82.836, - "total_deaths_per_million": 469.731, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.256, - "new_tests": 164571.0, - "new_tests_per_thousand": 2.521, - "new_tests_smoothed": 135810.0, - "new_tests_smoothed_per_thousand": 2.081, - "tests_per_case": 25.116999999999997, - "positive_rate": 0.04, - "tests_units": "people tested", - "stringency_index": 43.06 - }, - { - "date": "2020-09-03", - "total_cases": 293024.0, - "new_cases": 7017.0, - "new_cases_smoothed": 5633.857, - "total_deaths": 30686.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 20.286, - "total_cases_per_million": 4489.172, - "new_cases_per_million": 107.501, - "new_cases_smoothed_per_million": 86.312, - "total_deaths_per_million": 470.114, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.311, - "new_tests": 171181.0, - "new_tests_per_thousand": 2.623, - "new_tests_smoothed": 136493.0, - "new_tests_smoothed_per_thousand": 2.091, - "tests_per_case": 24.226999999999997, - "positive_rate": 0.040999999999999995, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-04", - "total_cases": 300181.0, - "new_cases": 7157.0, - "new_cases_smoothed": 5783.286, - "total_deaths": 30686.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 15.714, - "total_cases_per_million": 4598.818, - "new_cases_per_million": 109.646, - "new_cases_smoothed_per_million": 88.601, - "total_deaths_per_million": 470.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.241, - "new_tests": 184618.0, - "new_tests_per_thousand": 2.828, - "new_tests_smoothed": 138198.0, - "new_tests_smoothed_per_thousand": 2.117, - "tests_per_case": 23.896, - "positive_rate": 0.042, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-05", - "total_cases": 309156.0, - "new_cases": 8975.0, - "new_cases_smoothed": 6011.286, - "total_deaths": 30686.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 4736.316, - "new_cases_per_million": 137.498, - "new_cases_smoothed_per_million": 92.094, - "total_deaths_per_million": 470.114, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.197, - "new_tests": 79874.0, - "new_tests_per_thousand": 1.224, - "new_tests_smoothed": 139126.0, - "new_tests_smoothed_per_thousand": 2.131, - "tests_per_case": 23.144000000000002, - "positive_rate": 0.043, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-06", - "total_cases": 317706.0, - "new_cases": 8550.0, - "new_cases_smoothed": 6453.714, - "total_deaths": 30698.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 4867.304, - "new_cases_per_million": 130.987, - "new_cases_smoothed_per_million": 98.872, - "total_deaths_per_million": 470.298, - "new_deaths_per_million": 0.184, - "new_deaths_smoothed_per_million": 0.21, - "new_tests": 23383.0, - "new_tests_per_thousand": 0.358, - "new_tests_smoothed": 139094.0, - "new_tests_smoothed_per_thousand": 2.131, - "tests_per_case": 21.553, - "positive_rate": 0.046, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-07", - "total_cases": 324777.0, - "new_cases": 7071.0, - "new_cases_smoothed": 6690.571, - "total_deaths": 30701.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 13.571, - "total_cases_per_million": 4975.632, - "new_cases_per_million": 108.329, - "new_cases_smoothed_per_million": 102.501, - "total_deaths_per_million": 470.344, - "new_deaths_per_million": 0.046, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 204019.0, - "new_tests_per_thousand": 3.126, - "new_tests_smoothed": 141889.0, - "new_tests_smoothed_per_thousand": 2.174, - "tests_per_case": 21.206999999999997, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-08", - "total_cases": 328980.0, - "new_cases": 4203.0, - "new_cases_smoothed": 6850.714, - "total_deaths": 30726.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 5040.023, - "new_cases_per_million": 64.391, - "new_cases_smoothed_per_million": 104.954, - "total_deaths_per_million": 470.727, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.199, - "new_tests": 204057.0, - "new_tests_per_thousand": 3.126, - "new_tests_smoothed": 147386.0, - "new_tests_smoothed_per_thousand": 2.258, - "tests_per_case": 21.514, - "positive_rate": 0.046, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-09", - "total_cases": 335524.0, - "new_cases": 6544.0, - "new_cases_smoothed": 7073.857, - "total_deaths": 30764.0, - "new_deaths": 38.0, - "new_deaths_smoothed": 14.714, - "total_cases_per_million": 5140.278, - "new_cases_per_million": 100.255, - "new_cases_smoothed_per_million": 108.373, - "total_deaths_per_million": 471.309, - "new_deaths_per_million": 0.582, - "new_deaths_smoothed_per_million": 0.225, - "new_tests": 199233.0, - "new_tests_per_thousand": 3.052, - "new_tests_smoothed": 152338.0, - "new_tests_smoothed_per_thousand": 2.334, - "tests_per_case": 21.535, - "positive_rate": 0.046, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-10", - "total_cases": 344101.0, - "new_cases": 8577.0, - "new_cases_smoothed": 7296.714, - "total_deaths": 30794.0, - "new_deaths": 30.0, - "new_deaths_smoothed": 15.429, - "total_cases_per_million": 5271.679, - "new_cases_per_million": 131.401, - "new_cases_smoothed_per_million": 111.787, - "total_deaths_per_million": 471.769, - "new_deaths_per_million": 0.46, - "new_deaths_smoothed_per_million": 0.236, - "new_tests": 210573.0, - "new_tests_per_thousand": 3.226, - "new_tests_smoothed": 157965.0, - "new_tests_smoothed_per_thousand": 2.42, - "tests_per_case": 21.649, - "positive_rate": 0.046, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-11", - "total_cases": 353944.0, - "new_cases": 9843.0, - "new_cases_smoothed": 7680.429, - "total_deaths": 30813.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 18.143, - "total_cases_per_million": 5422.475, - "new_cases_per_million": 150.796, - "new_cases_smoothed_per_million": 117.665, - "total_deaths_per_million": 472.06, - "new_deaths_per_million": 0.291, - "new_deaths_smoothed_per_million": 0.278, - "new_tests": 217105.0, - "new_tests_per_thousand": 3.326, - "new_tests_smoothed": 162606.0, - "new_tests_smoothed_per_thousand": 2.491, - "tests_per_case": 21.171, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-12", - "total_cases": 363350.0, - "new_cases": 9406.0, - "new_cases_smoothed": 7742.0, - "total_deaths": 30893.0, - "new_deaths": 80.0, - "new_deaths_smoothed": 29.571, - "total_cases_per_million": 5566.577, - "new_cases_per_million": 144.101, - "new_cases_smoothed_per_million": 118.609, - "total_deaths_per_million": 473.285, - "new_deaths_per_million": 1.226, - "new_deaths_smoothed_per_million": 0.453, - "new_tests": 84801.0, - "new_tests_per_thousand": 1.299, - "new_tests_smoothed": 163310.0, - "new_tests_smoothed_per_thousand": 2.502, - "tests_per_case": 21.094, - "positive_rate": 0.047, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-13", - "total_cases": 373911.0, - "new_cases": 10561.0, - "new_cases_smoothed": 8029.286, - "total_deaths": 30910.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 30.286, - "total_cases_per_million": 5728.373, - "new_cases_per_million": 161.796, - "new_cases_smoothed_per_million": 123.01, - "total_deaths_per_million": 473.546, - "new_deaths_per_million": 0.26, - "new_deaths_smoothed_per_million": 0.464, - "new_tests": 23436.0, - "new_tests_per_thousand": 0.359, - "new_tests_smoothed": 163318.0, - "new_tests_smoothed_per_thousand": 2.502, - "tests_per_case": 20.34, - "positive_rate": 0.049, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-14", - "total_cases": 381094.0, - "new_cases": 7183.0, - "new_cases_smoothed": 8045.286, - "total_deaths": 30916.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 30.714, - "total_cases_per_million": 5838.417, - "new_cases_per_million": 110.045, - "new_cases_smoothed_per_million": 123.255, - "total_deaths_per_million": 473.638, - "new_deaths_per_million": 0.092, - "new_deaths_smoothed_per_million": 0.471, - "new_tests": 220990.0, - "new_tests_per_thousand": 3.386, - "new_tests_smoothed": 165742.0, - "new_tests_smoothed_per_thousand": 2.539, - "tests_per_case": 20.601, - "positive_rate": 0.049, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-15", - "total_cases": 387252.0, - "new_cases": 6158.0, - "new_cases_smoothed": 8324.571, - "total_deaths": 30950.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 32.0, - "total_cases_per_million": 5932.759, - "new_cases_per_million": 94.341, - "new_cases_smoothed_per_million": 127.534, - "total_deaths_per_million": 474.159, - "new_deaths_per_million": 0.521, - "new_deaths_smoothed_per_million": 0.49, - "new_tests": 213369.0, - "new_tests_per_thousand": 3.269, - "new_tests_smoothed": 167072.0, - "new_tests_smoothed_per_thousand": 2.56, - "tests_per_case": 20.07, - "positive_rate": 0.05, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-16", - "total_cases": 395104.0, - "new_cases": 7852.0, - "new_cases_smoothed": 8511.429, - "total_deaths": 30999.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 33.571, - "total_cases_per_million": 6053.053, - "new_cases_per_million": 120.294, - "new_cases_smoothed_per_million": 130.396, - "total_deaths_per_million": 474.909, - "new_deaths_per_million": 0.751, - "new_deaths_smoothed_per_million": 0.514, - "new_tests": 197656.0, - "new_tests_per_thousand": 3.028, - "new_tests_smoothed": 166847.0, - "new_tests_smoothed_per_thousand": 2.556, - "tests_per_case": 19.602999999999998, - "positive_rate": 0.051, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-17", - "total_cases": 404888.0, - "new_cases": 9784.0, - "new_cases_smoothed": 8683.857, - "total_deaths": 31045.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 35.857, - "total_cases_per_million": 6202.945, - "new_cases_per_million": 149.892, - "new_cases_smoothed_per_million": 133.038, - "total_deaths_per_million": 475.614, - "new_deaths_per_million": 0.705, - "new_deaths_smoothed_per_million": 0.549, - "new_tests": 191711.0, - "new_tests_per_thousand": 2.937, - "new_tests_smoothed": 164153.0, - "new_tests_smoothed_per_thousand": 2.515, - "tests_per_case": 18.903, - "positive_rate": 0.053, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-18", - "total_cases": 415481.0, - "new_cases": 10593.0, - "new_cases_smoothed": 8791.0, - "total_deaths": 31095.0, - "new_deaths": 50.0, - "new_deaths_smoothed": 40.286, - "total_cases_per_million": 6365.231, - "new_cases_per_million": 162.286, - "new_cases_smoothed_per_million": 134.679, - "total_deaths_per_million": 476.38, - "new_deaths_per_million": 0.766, - "new_deaths_smoothed_per_million": 0.617, - "new_tests": 190095.0, - "new_tests_per_thousand": 2.912, - "new_tests_smoothed": 160294.0, - "new_tests_smoothed_per_thousand": 2.456, - "tests_per_case": 18.234, - "positive_rate": 0.055, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-19", - "total_cases": 428696.0, - "new_cases": 13215.0, - "new_cases_smoothed": 9335.143, - "total_deaths": 31249.0, - "new_deaths": 154.0, - "new_deaths_smoothed": 50.857, - "total_cases_per_million": 6567.687, - "new_cases_per_million": 202.456, - "new_cases_smoothed_per_million": 143.016, - "total_deaths_per_million": 478.739, - "new_deaths_per_million": 2.359, - "new_deaths_smoothed_per_million": 0.779, - "new_tests": 73675.0, - "new_tests_per_thousand": 1.129, - "new_tests_smoothed": 158705.0, - "new_tests_smoothed_per_thousand": 2.431, - "tests_per_case": 17.000999999999998, - "positive_rate": 0.059000000000000004, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-20", - "total_cases": 442194.0, - "new_cases": 13498.0, - "new_cases_smoothed": 9754.714, - "total_deaths": 31274.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 52.0, - "total_cases_per_million": 6774.478, - "new_cases_per_million": 206.791, - "new_cases_smoothed_per_million": 149.444, - "total_deaths_per_million": 479.122, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.797, - "new_tests": 22647.0, - "new_tests_per_thousand": 0.347, - "new_tests_smoothed": 158592.0, - "new_tests_smoothed_per_thousand": 2.43, - "tests_per_case": 16.258, - "positive_rate": 0.062, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-21", - "total_cases": 453763.0, - "new_cases": 11569.0, - "new_cases_smoothed": 10381.286, - "total_deaths": 31285.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 52.714, - "total_cases_per_million": 6951.717, - "new_cases_per_million": 177.239, - "new_cases_smoothed_per_million": 159.043, - "total_deaths_per_million": 479.291, - "new_deaths_per_million": 0.169, - "new_deaths_smoothed_per_million": 0.808, - "new_tests": 173278.0, - "new_tests_per_thousand": 2.655, - "new_tests_smoothed": 151776.0, - "new_tests_smoothed_per_thousand": 2.325, - "tests_per_case": 14.62, - "positive_rate": 0.068, - "tests_units": "people tested", - "stringency_index": 48.61 - }, - { - "date": "2020-09-22", - "total_cases": 458061.0, - "new_cases": 4298.0, - "new_cases_smoothed": 10115.571, - "total_deaths": 31338.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 55.429, - "total_cases_per_million": 7017.563, - "new_cases_per_million": 65.846, - "new_cases_smoothed_per_million": 154.972, - "total_deaths_per_million": 480.103, - "new_deaths_per_million": 0.812, - "new_deaths_smoothed_per_million": 0.849 - }, - { - "date": "2020-09-23", - "total_cases": 468069.0, - "new_cases": 10008.0, - "new_cases_smoothed": 10423.571, - "total_deaths": 31416.0, - "new_deaths": 78.0, - "new_deaths_smoothed": 59.571, - "total_cases_per_million": 7170.887, - "new_cases_per_million": 153.324, - "new_cases_smoothed_per_million": 159.691, - "total_deaths_per_million": 481.298, - "new_deaths_per_million": 1.195, - "new_deaths_smoothed_per_million": 0.913 - }, - { - "date": "2020-09-24", - "total_cases": 481141.0, - "new_cases": 13072.0, - "new_cases_smoothed": 10893.286, - "total_deaths": 31459.0, - "new_deaths": 43.0, - "new_deaths_smoothed": 59.143, - "total_cases_per_million": 7371.152, - "new_cases_per_million": 200.265, - "new_cases_smoothed_per_million": 166.887, - "total_deaths_per_million": 481.957, - "new_deaths_per_million": 0.659, - "new_deaths_smoothed_per_million": 0.906 - }, - { - "date": "2020-09-25", - "total_cases": 497237.0, - "new_cases": 16096.0, - "new_cases_smoothed": 11679.429, - "total_deaths": 31511.0, - "new_deaths": 52.0, - "new_deaths_smoothed": 59.429, - "total_cases_per_million": 7617.745, - "new_cases_per_million": 246.593, - "new_cases_smoothed_per_million": 178.931, - "total_deaths_per_million": 482.753, - "new_deaths_per_million": 0.797, - "new_deaths_smoothed_per_million": 0.91 - } - ] - }, - "FRO": { - "continent": "Europe", - "location": "Faeroe Islands", - "population": 48865.0, - "population_density": 35.308, - "life_expectancy": 80.67, - "data": [ - { - "date": "2020-03-06", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 20.465, - "new_cases_per_million": 20.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-07", - "total_cases": 2.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 40.929, - "new_cases_per_million": 20.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-08", - "total_cases": 3.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 20.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-09", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-10", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-11", - "total_cases": 3.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-12", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-13", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-14", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-15", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 61.394, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-16", - "total_cases": 9.0, - "new_cases": 6.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.181, - "new_cases_per_million": 122.787, - "new_cases_smoothed_per_million": 17.541, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-17", - "total_cases": 11.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 225.11, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 23.388, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-18", - "total_cases": 18.0, - "new_cases": 7.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 368.362, - "new_cases_per_million": 143.252, - "new_cases_smoothed_per_million": 43.853, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-19", - "total_cases": 47.0, - "new_cases": 29.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 961.834, - "new_cases_per_million": 593.472, - "new_cases_smoothed_per_million": 128.634, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-20", - "total_cases": 72.0, - "new_cases": 25.0, - "new_cases_smoothed": 9.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1473.447, - "new_cases_per_million": 511.614, - "new_cases_smoothed_per_million": 201.722, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-21", - "total_cases": 80.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1637.164, - "new_cases_per_million": 163.716, - "new_cases_smoothed_per_million": 225.11, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-22", - "total_cases": 92.0, - "new_cases": 12.0, - "new_cases_smoothed": 12.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1882.738, - "new_cases_per_million": 245.575, - "new_cases_smoothed_per_million": 260.192, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-23", - "total_cases": 115.0, - "new_cases": 23.0, - "new_cases_smoothed": 15.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2353.423, - "new_cases_per_million": 470.685, - "new_cases_smoothed_per_million": 309.892, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 118.0, - "new_cases": 3.0, - "new_cases_smoothed": 15.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2414.816, - "new_cases_per_million": 61.394, - "new_cases_smoothed_per_million": 312.815, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-25", - "total_cases": 122.0, - "new_cases": 4.0, - "new_cases_smoothed": 14.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2496.675, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 304.045, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 132.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2701.32, - "new_cases_per_million": 204.645, - "new_cases_smoothed_per_million": 248.498, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-27", - "total_cases": 140.0, - "new_cases": 8.0, - "new_cases_smoothed": 9.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2865.036, - "new_cases_per_million": 163.716, - "new_cases_smoothed_per_million": 198.798, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-28", - "total_cases": 144.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2946.895, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 187.104, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-29", - "total_cases": 155.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3172.005, - "new_cases_per_million": 225.11, - "new_cases_smoothed_per_million": 184.181, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-30", - "total_cases": 159.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3253.863, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 128.634, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-31", - "total_cases": 168.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3438.044, - "new_cases_per_million": 184.181, - "new_cases_smoothed_per_million": 146.175, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-01", - "total_cases": 169.0, - "new_cases": 1.0, - "new_cases_smoothed": 6.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3458.508, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 137.405, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-02", - "total_cases": 173.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3540.366, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 119.864, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-03", - "total_cases": 177.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3622.224, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 108.17, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-04", - "total_cases": 179.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3663.154, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 102.323, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-05", - "total_cases": 181.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3704.083, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 76.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-06", - "total_cases": 181.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3704.083, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 64.317, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-07", - "total_cases": 183.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3745.012, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 43.853, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-08", - "total_cases": 184.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 43.853, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-09", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-10", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-11", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.618, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-12", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-13", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-14", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-15", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-16", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-17", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-18", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-19", - "total_cases": 184.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3765.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-20", - "total_cases": 185.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3785.941, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-21", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3785.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-22", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3785.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-23", - "total_cases": 185.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3785.941, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-24", - "total_cases": 187.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-25", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-26", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-27", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-28", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-29", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-30", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-01", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-02", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-03", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-04", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 187.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3826.87, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 188.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 188.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3847.334, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 191.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 61.394, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 191.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3908.728, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 214.0, - "new_cases": 23.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4379.413, - "new_cases_per_million": 470.685, - "new_cases_smoothed_per_million": 67.241, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 220.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4502.2, - "new_cases_per_million": 122.787, - "new_cases_smoothed_per_million": 84.782, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 220.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4502.2, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 84.782, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 220.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4502.2, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 84.782, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 225.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4604.523, - "new_cases_per_million": 102.323, - "new_cases_smoothed_per_million": 99.399, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 225.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4604.523, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 99.399, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 225.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4604.523, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 99.399, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 225.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4604.523, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 32.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 227.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4645.452, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 20.465, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 241.0, - "new_cases": 14.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4931.955, - "new_cases_per_million": 286.504, - "new_cases_smoothed_per_million": 61.394, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 241.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 4931.955, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.394, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 291.0, - "new_cases": 50.0, - "new_cases_smoothed": 9.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5955.183, - "new_cases_per_million": 1023.227, - "new_cases_smoothed_per_million": 192.951, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 291.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5955.183, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 192.951, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 291.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5955.183, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 192.951, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 313.0, - "new_cases": 22.0, - "new_cases_smoothed": 12.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6405.403, - "new_cases_per_million": 450.22, - "new_cases_smoothed_per_million": 257.269, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 324.0, - "new_cases": 11.0, - "new_cases_smoothed": 13.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6630.513, - "new_cases_per_million": 225.11, - "new_cases_smoothed_per_million": 283.58, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 339.0, - "new_cases": 15.0, - "new_cases_smoothed": 14.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6937.481, - "new_cases_per_million": 306.968, - "new_cases_smoothed_per_million": 286.504, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 362.0, - "new_cases": 23.0, - "new_cases_smoothed": 17.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7408.165, - "new_cases_per_million": 470.685, - "new_cases_smoothed_per_million": 353.744, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 362.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7408.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 207.569, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 370.0, - "new_cases": 8.0, - "new_cases_smoothed": 11.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7571.882, - "new_cases_per_million": 163.716, - "new_cases_smoothed_per_million": 230.957, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 372.0, - "new_cases": 2.0, - "new_cases_smoothed": 11.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7612.811, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 236.804, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 373.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7633.275, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 175.41, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 373.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7633.275, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 143.252, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 382.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7817.456, - "new_cases_per_million": 184.181, - "new_cases_smoothed_per_million": 125.711, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 383.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7837.921, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 61.394, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 384.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7858.385, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 64.317, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 384.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7858.385, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 40.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 384.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7858.385, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 35.082, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 410.0, - "new_cases": 26.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8390.464, - "new_cases_per_million": 532.078, - "new_cases_smoothed_per_million": 108.17, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 411.0, - "new_cases": 1.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 111.093, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 84.782, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 81.858, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.935, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.935, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 78.935, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 411.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8410.928, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 412.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8431.393, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 2.924, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 413.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8451.857, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 413.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8451.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 413.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8451.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 413.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8451.857, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.847, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 414.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8472.322, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 415.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8492.786, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 11.694, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 415.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8492.786, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 416.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8513.251, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 8.771, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 418.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8554.18, - "new_cases_per_million": 40.929, - "new_cases_smoothed_per_million": 14.618, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 423.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8656.503, - "new_cases_per_million": 102.323, - "new_cases_smoothed_per_million": 29.235, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 423.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8656.503, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.235, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 428.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8758.825, - "new_cases_per_million": 102.323, - "new_cases_smoothed_per_million": 40.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 428.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8758.825, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 38.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 429.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8779.29, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 40.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 430.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8799.754, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 40.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 431.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8820.219, - "new_cases_per_million": 20.465, - "new_cases_smoothed_per_million": 38.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 434.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8881.613, - "new_cases_per_million": 61.394, - "new_cases_smoothed_per_million": 32.159, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 437.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8943.006, - "new_cases_per_million": 61.394, - "new_cases_smoothed_per_million": 40.929, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 448.0, - "new_cases": 11.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9168.116, - "new_cases_per_million": 225.11, - "new_cases_smoothed_per_million": 58.47, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 451.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9229.51, - "new_cases_per_million": 61.394, - "new_cases_smoothed_per_million": 67.241, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 455.0, - "new_cases": 4.0, - "new_cases_smoothed": 3.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9311.368, - "new_cases_per_million": 81.858, - "new_cases_smoothed_per_million": 76.011, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "GAB": { - "continent": "Africa", - "location": "Gabon", - "population": 2225728.0, - "population_density": 7.859, - "median_age": 23.1, - "aged_65_older": 4.45, - "aged_70_older": 2.976, - "gdp_per_capita": 16562.413, - "extreme_poverty": 3.4, - "cardiovasc_death_rate": 259.967, - "diabetes_prevalence": 7.2, - "hospital_beds_per_thousand": 6.3, - "life_expectancy": 66.47, - "human_development_index": 0.702, - "data": [ - { - "date": "2020-03-13", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.449, - "new_cases_per_million": 0.449, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-15", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.449, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 33.33 - }, - { - "date": "2020-03-16", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.449, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-17", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.449, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-18", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.449, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-19", - "total_cases": 3.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.348, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 0.193, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-20", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.348, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.128, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 62.96 - }, - { - "date": "2020-03-21", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.348, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.128, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-22", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1.348, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.128, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-23", - "total_cases": 6.0, - "new_cases": 3.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.696, - "new_cases_per_million": 1.348, - "new_cases_smoothed_per_million": 0.321, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-24", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.321, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-25", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.321, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-26", - "total_cases": 6.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2.696, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.193, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-27", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.145, - "new_cases_per_million": 0.449, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-03-28", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-03-29", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.257, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-03-30", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.064, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-03-31", - "total_cases": 7.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.145, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.064, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-01", - "total_cases": 16.0, - "new_cases": 9.0, - "new_cases_smoothed": 1.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.189, - "new_cases_per_million": 4.044, - "new_cases_smoothed_per_million": 0.642, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-02", - "total_cases": 18.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.087, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 0.77, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-03", - "total_cases": 18.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.087, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.706, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-04", - "total_cases": 21.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.435, - "new_cases_per_million": 1.348, - "new_cases_smoothed_per_million": 0.899, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-05", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.435, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.899, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-06", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.435, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.899, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-07", - "total_cases": 21.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.435, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.899, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-08", - "total_cases": 30.0, - "new_cases": 9.0, - "new_cases_smoothed": 2.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.479, - "new_cases_per_million": 4.044, - "new_cases_smoothed_per_million": 0.899, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-09", - "total_cases": 33.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 14.827, - "new_cases_per_million": 1.348, - "new_cases_smoothed_per_million": 0.963, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-04-10", - "total_cases": 44.0, - "new_cases": 11.0, - "new_cases_smoothed": 3.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.769, - "new_cases_per_million": 4.942, - "new_cases_smoothed_per_million": 1.669, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-11", - "total_cases": 46.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.667, - "new_cases_per_million": 0.899, - "new_cases_smoothed_per_million": 1.605, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 76.85 - }, - { - "date": "2020-04-12", - "total_cases": 49.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.015, - "new_cases_per_million": 1.348, - "new_cases_smoothed_per_million": 1.797, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-13", - "total_cases": 57.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.61, - "new_cases_per_million": 3.594, - "new_cases_smoothed_per_million": 2.311, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-04-14", - "total_cases": 57.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 25.61, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.311, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-15", - "total_cases": 75.0, - "new_cases": 18.0, - "new_cases_smoothed": 6.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 33.697, - "new_cases_per_million": 8.087, - "new_cases_smoothed_per_million": 2.888, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-16", - "total_cases": 87.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.714, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.088, - "new_cases_per_million": 5.391, - "new_cases_smoothed_per_million": 3.466, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-17", - "total_cases": 95.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 42.683, - "new_cases_per_million": 3.594, - "new_cases_smoothed_per_million": 3.273, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-18", - "total_cases": 108.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.857, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.523, - "new_cases_per_million": 5.841, - "new_cases_smoothed_per_million": 3.979, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-19", - "total_cases": 109.0, - "new_cases": 1.0, - "new_cases_smoothed": 8.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.973, - "new_cases_per_million": 0.449, - "new_cases_smoothed_per_million": 3.851, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-20", - "total_cases": 109.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.429, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 48.973, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.338, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-21", - "total_cases": 120.0, - "new_cases": 11.0, - "new_cases_smoothed": 9.0, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 53.915, - "new_cases_per_million": 4.942, - "new_cases_smoothed_per_million": 4.044, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-22", - "total_cases": 156.0, - "new_cases": 36.0, - "new_cases_smoothed": 11.571, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 70.089, - "new_cases_per_million": 16.174, - "new_cases_smoothed_per_million": 5.199, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-23", - "total_cases": 166.0, - "new_cases": 10.0, - "new_cases_smoothed": 11.286, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 74.582, - "new_cases_per_million": 4.493, - "new_cases_smoothed_per_million": 5.071, - "total_deaths_per_million": 0.449, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 81.48 - }, - { - "date": "2020-04-24", - "total_cases": 167.0, - "new_cases": 1.0, - "new_cases_smoothed": 10.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 75.032, - "new_cases_per_million": 0.449, - "new_cases_smoothed_per_million": 4.621, - "total_deaths_per_million": 0.899, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 81.48 - }, - { - "date": "2020-04-25", - "total_cases": 172.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 77.278, - "new_cases_per_million": 2.246, - "new_cases_smoothed_per_million": 4.108, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 81.48 - }, - { - "date": "2020-04-26", - "total_cases": 176.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 79.075, - "new_cases_per_million": 1.797, - "new_cases_smoothed_per_million": 4.3, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 81.48 - }, - { - "date": "2020-04-27", - "total_cases": 176.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 79.075, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.3, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-04-28", - "total_cases": 211.0, - "new_cases": 35.0, - "new_cases_smoothed": 13.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 94.8, - "new_cases_per_million": 15.725, - "new_cases_smoothed_per_million": 5.841, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-04-29", - "total_cases": 238.0, - "new_cases": 27.0, - "new_cases_smoothed": 11.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 106.931, - "new_cases_per_million": 12.131, - "new_cases_smoothed_per_million": 5.263, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-04-30", - "total_cases": 276.0, - "new_cases": 38.0, - "new_cases_smoothed": 15.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 124.004, - "new_cases_per_million": 17.073, - "new_cases_smoothed_per_million": 7.06, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-05-01", - "total_cases": 276.0, - "new_cases": 0.0, - "new_cases_smoothed": 15.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 124.004, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.996, - "total_deaths_per_million": 1.348, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 79.63 - }, - { - "date": "2020-05-02", - "total_cases": 308.0, - "new_cases": 32.0, - "new_cases_smoothed": 19.429, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 138.382, - "new_cases_per_million": 14.377, - "new_cases_smoothed_per_million": 8.729, - "total_deaths_per_million": 1.797, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 79.63 - }, - { - "date": "2020-05-03", - "total_cases": 335.0, - "new_cases": 27.0, - "new_cases_smoothed": 22.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 150.513, - "new_cases_per_million": 12.131, - "new_cases_smoothed_per_million": 10.205, - "total_deaths_per_million": 2.246, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-05-04", - "total_cases": 335.0, - "new_cases": 0.0, - "new_cases_smoothed": 22.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 150.513, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.205, - "total_deaths_per_million": 2.246, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 79.63 - }, - { - "date": "2020-05-05", - "total_cases": 367.0, - "new_cases": 32.0, - "new_cases_smoothed": 22.286, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 164.89, - "new_cases_per_million": 14.377, - "new_cases_smoothed_per_million": 10.013, - "total_deaths_per_million": 2.696, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 79.63 - }, - { - "date": "2020-05-06", - "total_cases": 397.0, - "new_cases": 30.0, - "new_cases_smoothed": 22.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 178.369, - "new_cases_per_million": 13.479, - "new_cases_smoothed_per_million": 10.205, - "total_deaths_per_million": 2.696, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 79.63 - }, - { - "date": "2020-05-07", - "total_cases": 439.0, - "new_cases": 42.0, - "new_cases_smoothed": 23.286, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 197.239, - "new_cases_per_million": 18.87, - "new_cases_smoothed_per_million": 10.462, - "total_deaths_per_million": 3.594, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.321, - "stringency_index": 79.63 - }, - { - "date": "2020-05-08", - "total_cases": 504.0, - "new_cases": 65.0, - "new_cases_smoothed": 32.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 226.443, - "new_cases_per_million": 29.204, - "new_cases_smoothed_per_million": 14.634, - "total_deaths_per_million": 3.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.321, - "stringency_index": 79.63 - }, - { - "date": "2020-05-09", - "total_cases": 620.0, - "new_cases": 116.0, - "new_cases_smoothed": 44.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 278.561, - "new_cases_per_million": 52.118, - "new_cases_smoothed_per_million": 20.026, - "total_deaths_per_million": 3.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 79.63 - }, - { - "date": "2020-05-10", - "total_cases": 661.0, - "new_cases": 41.0, - "new_cases_smoothed": 46.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 296.981, - "new_cases_per_million": 18.421, - "new_cases_smoothed_per_million": 20.924, - "total_deaths_per_million": 3.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 79.63 - }, - { - "date": "2020-05-11", - "total_cases": 661.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 296.981, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.924, - "total_deaths_per_million": 3.594, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 75.0 - }, - { - "date": "2020-05-12", - "total_cases": 802.0, - "new_cases": 141.0, - "new_cases_smoothed": 62.143, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 360.332, - "new_cases_per_million": 63.35, - "new_cases_smoothed_per_million": 27.92, - "total_deaths_per_million": 4.044, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 75.0 - }, - { - "date": "2020-05-13", - "total_cases": 863.0, - "new_cases": 61.0, - "new_cases_smoothed": 66.571, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 387.738, - "new_cases_per_million": 27.407, - "new_cases_smoothed_per_million": 29.91, - "total_deaths_per_million": 4.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 75.0 - }, - { - "date": "2020-05-14", - "total_cases": 1004.0, - "new_cases": 141.0, - "new_cases_smoothed": 80.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 451.088, - "new_cases_per_million": 63.35, - "new_cases_smoothed_per_million": 36.264, - "total_deaths_per_million": 4.044, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 80.56 - }, - { - "date": "2020-05-15", - "total_cases": 1104.0, - "new_cases": 100.0, - "new_cases_smoothed": 85.714, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 496.017, - "new_cases_per_million": 44.929, - "new_cases_smoothed_per_million": 38.511, - "total_deaths_per_million": 4.493, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-16", - "total_cases": 1209.0, - "new_cases": 105.0, - "new_cases_smoothed": 84.143, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 543.193, - "new_cases_per_million": 47.176, - "new_cases_smoothed_per_million": 37.805, - "total_deaths_per_million": 4.493, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-17", - "total_cases": 1320.0, - "new_cases": 111.0, - "new_cases_smoothed": 94.143, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 593.064, - "new_cases_per_million": 49.871, - "new_cases_smoothed_per_million": 42.298, - "total_deaths_per_million": 4.942, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-18", - "total_cases": 1320.0, - "new_cases": 0.0, - "new_cases_smoothed": 94.143, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 593.064, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.298, - "total_deaths_per_million": 4.942, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-19", - "total_cases": 1432.0, - "new_cases": 112.0, - "new_cases_smoothed": 90.0, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 643.385, - "new_cases_per_million": 50.321, - "new_cases_smoothed_per_million": 40.436, - "total_deaths_per_million": 4.942, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-20", - "total_cases": 1502.0, - "new_cases": 70.0, - "new_cases_smoothed": 91.286, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 674.835, - "new_cases_per_million": 31.45, - "new_cases_smoothed_per_million": 41.014, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-21", - "total_cases": 1567.0, - "new_cases": 65.0, - "new_cases_smoothed": 80.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 704.039, - "new_cases_per_million": 29.204, - "new_cases_smoothed_per_million": 36.136, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-22", - "total_cases": 1567.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 704.039, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.717, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-23", - "total_cases": 1728.0, - "new_cases": 161.0, - "new_cases_smoothed": 74.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 776.375, - "new_cases_per_million": 72.336, - "new_cases_smoothed_per_million": 33.312, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-24", - "total_cases": 1934.0, - "new_cases": 206.0, - "new_cases_smoothed": 87.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 868.929, - "new_cases_per_million": 92.554, - "new_cases_smoothed_per_million": 39.409, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 80.56 - }, - { - "date": "2020-05-25", - "total_cases": 1934.0, - "new_cases": 0.0, - "new_cases_smoothed": 87.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 868.929, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 39.409, - "total_deaths_per_million": 5.391, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 80.56 - }, - { - "date": "2020-05-26", - "total_cases": 2135.0, - "new_cases": 201.0, - "new_cases_smoothed": 100.429, - "total_deaths": 14.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 959.237, - "new_cases_per_million": 90.308, - "new_cases_smoothed_per_million": 45.122, - "total_deaths_per_million": 6.29, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-27", - "total_cases": 2238.0, - "new_cases": 103.0, - "new_cases_smoothed": 105.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1005.514, - "new_cases_per_million": 46.277, - "new_cases_smoothed_per_million": 47.24, - "total_deaths_per_million": 6.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-28", - "total_cases": 2319.0, - "new_cases": 81.0, - "new_cases_smoothed": 107.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1041.906, - "new_cases_per_million": 36.393, - "new_cases_smoothed_per_million": 48.267, - "total_deaths_per_million": 6.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-29", - "total_cases": 2431.0, - "new_cases": 112.0, - "new_cases_smoothed": 123.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1092.227, - "new_cases_per_million": 50.321, - "new_cases_smoothed_per_million": 55.455, - "total_deaths_per_million": 6.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-05-30", - "total_cases": 2613.0, - "new_cases": 182.0, - "new_cases_smoothed": 126.429, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1173.998, - "new_cases_per_million": 81.771, - "new_cases_smoothed_per_million": 56.803, - "total_deaths_per_million": 6.739, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-05-31", - "total_cases": 2655.0, - "new_cases": 42.0, - "new_cases_smoothed": 103.0, - "total_deaths": 17.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1192.868, - "new_cases_per_million": 18.87, - "new_cases_smoothed_per_million": 46.277, - "total_deaths_per_million": 7.638, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.321, - "stringency_index": 80.56 - }, - { - "date": "2020-06-01", - "total_cases": 2655.0, - "new_cases": 0.0, - "new_cases_smoothed": 103.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1192.868, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 46.277, - "total_deaths_per_million": 7.638, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.321, - "stringency_index": 80.56 - }, - { - "date": "2020-06-02", - "total_cases": 2655.0, - "new_cases": 0.0, - "new_cases_smoothed": 74.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 1192.868, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 33.376, - "total_deaths_per_million": 7.638, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 80.56 - }, - { - "date": "2020-06-03", - "total_cases": 2803.0, - "new_cases": 148.0, - "new_cases_smoothed": 80.714, - "total_deaths": 20.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1259.363, - "new_cases_per_million": 66.495, - "new_cases_smoothed_per_million": 36.264, - "total_deaths_per_million": 8.986, - "new_deaths_per_million": 1.348, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 80.56 - }, - { - "date": "2020-06-04", - "total_cases": 2902.0, - "new_cases": 99.0, - "new_cases_smoothed": 83.286, - "total_deaths": 20.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1303.843, - "new_cases_per_million": 44.48, - "new_cases_smoothed_per_million": 37.42, - "total_deaths_per_million": 8.986, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 80.56 - }, - { - "date": "2020-06-05", - "total_cases": 2955.0, - "new_cases": 53.0, - "new_cases_smoothed": 74.857, - "total_deaths": 21.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 1327.655, - "new_cases_per_million": 23.812, - "new_cases_smoothed_per_million": 33.633, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.449, - "stringency_index": 80.56 - }, - { - "date": "2020-06-06", - "total_cases": 3101.0, - "new_cases": 146.0, - "new_cases_smoothed": 69.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1393.252, - "new_cases_per_million": 65.597, - "new_cases_smoothed_per_million": 31.322, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 80.56 - }, - { - "date": "2020-06-07", - "total_cases": 3101.0, - "new_cases": 0.0, - "new_cases_smoothed": 63.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1393.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.626, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 80.56 - }, - { - "date": "2020-06-08", - "total_cases": 3101.0, - "new_cases": 0.0, - "new_cases_smoothed": 63.714, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1393.252, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 28.626, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 80.56 - }, - { - "date": "2020-06-09", - "total_cases": 3247.0, - "new_cases": 146.0, - "new_cases_smoothed": 84.571, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 1458.849, - "new_cases_per_million": 65.597, - "new_cases_smoothed_per_million": 37.997, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 80.56 - }, - { - "date": "2020-06-10", - "total_cases": 3294.0, - "new_cases": 47.0, - "new_cases_smoothed": 70.143, - "total_deaths": 21.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 1479.965, - "new_cases_per_million": 21.117, - "new_cases_smoothed_per_million": 31.515, - "total_deaths_per_million": 9.435, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 80.56 - }, - { - "date": "2020-06-11", - "total_cases": 3375.0, - "new_cases": 81.0, - "new_cases_smoothed": 67.571, - "total_deaths": 22.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1516.358, - "new_cases_per_million": 36.393, - "new_cases_smoothed_per_million": 30.359, - "total_deaths_per_million": 9.884, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-06-12", - "total_cases": 3463.0, - "new_cases": 88.0, - "new_cases_smoothed": 72.571, - "total_deaths": 23.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1555.895, - "new_cases_per_million": 39.538, - "new_cases_smoothed_per_million": 32.606, - "total_deaths_per_million": 10.334, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-06-13", - "total_cases": 3463.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.714, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1555.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.235, - "total_deaths_per_million": 10.334, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-06-14", - "total_cases": 3463.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.714, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1555.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.235, - "total_deaths_per_million": 10.334, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 80.56 - }, - { - "date": "2020-06-15", - "total_cases": 3463.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.714, - "total_deaths": 23.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1555.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.235, - "total_deaths_per_million": 10.334, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 69.44 - }, - { - "date": "2020-06-16", - "total_cases": 4033.0, - "new_cases": 570.0, - "new_cases_smoothed": 112.286, - "total_deaths": 27.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1811.991, - "new_cases_per_million": 256.096, - "new_cases_smoothed_per_million": 50.449, - "total_deaths_per_million": 12.131, - "new_deaths_per_million": 1.797, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 69.44 - }, - { - "date": "2020-06-17", - "total_cases": 4114.0, - "new_cases": 81.0, - "new_cases_smoothed": 117.143, - "total_deaths": 29.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1848.384, - "new_cases_per_million": 36.393, - "new_cases_smoothed_per_million": 52.631, - "total_deaths_per_million": 13.029, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.513, - "stringency_index": 69.44 - }, - { - "date": "2020-06-18", - "total_cases": 4229.0, - "new_cases": 115.0, - "new_cases_smoothed": 122.0, - "total_deaths": 30.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 1900.052, - "new_cases_per_million": 51.668, - "new_cases_smoothed_per_million": 54.814, - "total_deaths_per_million": 13.479, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.513, - "stringency_index": 69.44 - }, - { - "date": "2020-06-19", - "total_cases": 4340.0, - "new_cases": 111.0, - "new_cases_smoothed": 125.286, - "total_deaths": 32.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 1949.924, - "new_cases_per_million": 49.871, - "new_cases_smoothed_per_million": 56.29, - "total_deaths_per_million": 14.377, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 69.44 - }, - { - "date": "2020-06-20", - "total_cases": 4428.0, - "new_cases": 88.0, - "new_cases_smoothed": 137.857, - "total_deaths": 34.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1989.461, - "new_cases_per_million": 39.538, - "new_cases_smoothed_per_million": 61.938, - "total_deaths_per_million": 15.276, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.706, - "stringency_index": 69.44 - }, - { - "date": "2020-06-21", - "total_cases": 4428.0, - "new_cases": 0.0, - "new_cases_smoothed": 137.857, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1989.461, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.938, - "total_deaths_per_million": 15.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.706, - "stringency_index": 69.44 - }, - { - "date": "2020-06-22", - "total_cases": 4428.0, - "new_cases": 0.0, - "new_cases_smoothed": 137.857, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.571, - "total_cases_per_million": 1989.461, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 61.938, - "total_deaths_per_million": 15.276, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.706, - "stringency_index": 69.44 - }, - { - "date": "2020-06-23", - "total_cases": 4739.0, - "new_cases": 311.0, - "new_cases_smoothed": 100.857, - "total_deaths": 39.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 2129.191, - "new_cases_per_million": 139.73, - "new_cases_smoothed_per_million": 45.314, - "total_deaths_per_million": 17.522, - "new_deaths_per_million": 2.246, - "new_deaths_smoothed_per_million": 0.77, - "stringency_index": 69.44 - }, - { - "date": "2020-06-24", - "total_cases": 4873.0, - "new_cases": 134.0, - "new_cases_smoothed": 108.429, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 2189.396, - "new_cases_per_million": 60.205, - "new_cases_smoothed_per_million": 48.716, - "total_deaths_per_million": 17.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.642, - "stringency_index": 69.44 - }, - { - "date": "2020-06-25", - "total_cases": 4956.0, - "new_cases": 83.0, - "new_cases_smoothed": 103.857, - "total_deaths": 39.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 2226.687, - "new_cases_per_million": 37.291, - "new_cases_smoothed_per_million": 46.662, - "total_deaths_per_million": 17.522, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.578, - "stringency_index": 69.44 - }, - { - "date": "2020-06-26", - "total_cases": 5087.0, - "new_cases": 131.0, - "new_cases_smoothed": 106.714, - "total_deaths": 40.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 2285.544, - "new_cases_per_million": 58.857, - "new_cases_smoothed_per_million": 47.946, - "total_deaths_per_million": 17.972, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.513, - "stringency_index": 69.44 - }, - { - "date": "2020-06-27", - "total_cases": 5209.0, - "new_cases": 122.0, - "new_cases_smoothed": 111.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2340.358, - "new_cases_per_million": 54.814, - "new_cases_smoothed_per_million": 50.128, - "total_deaths_per_million": 17.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 69.44 - }, - { - "date": "2020-06-28", - "total_cases": 5209.0, - "new_cases": 0.0, - "new_cases_smoothed": 111.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2340.358, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 50.128, - "total_deaths_per_million": 17.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 69.44 - }, - { - "date": "2020-06-29", - "total_cases": 5209.0, - "new_cases": 0.0, - "new_cases_smoothed": 111.571, - "total_deaths": 40.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 2340.358, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 50.128, - "total_deaths_per_million": 17.972, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.385, - "stringency_index": 69.44 - }, - { - "date": "2020-06-30", - "total_cases": 5394.0, - "new_cases": 185.0, - "new_cases_smoothed": 93.571, - "total_deaths": 42.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2423.477, - "new_cases_per_million": 83.119, - "new_cases_smoothed_per_million": 42.041, - "total_deaths_per_million": 18.87, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 69.44 - }, - { - "date": "2020-07-01", - "total_cases": 5394.0, - "new_cases": 0.0, - "new_cases_smoothed": 74.429, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2423.477, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 33.44, - "total_deaths_per_million": 18.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-02", - "total_cases": 5513.0, - "new_cases": 119.0, - "new_cases_smoothed": 79.571, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2476.942, - "new_cases_per_million": 53.466, - "new_cases_smoothed_per_million": 35.751, - "total_deaths_per_million": 18.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-03", - "total_cases": 5513.0, - "new_cases": 0.0, - "new_cases_smoothed": 60.857, - "total_deaths": 42.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2476.942, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.343, - "total_deaths_per_million": 18.87, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-07-04", - "total_cases": 5620.0, - "new_cases": 107.0, - "new_cases_smoothed": 58.714, - "total_deaths": 44.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2525.017, - "new_cases_per_million": 48.074, - "new_cases_smoothed_per_million": 26.38, - "total_deaths_per_million": 19.769, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-05", - "total_cases": 5620.0, - "new_cases": 0.0, - "new_cases_smoothed": 58.714, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2525.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.38, - "total_deaths_per_million": 19.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-06", - "total_cases": 5620.0, - "new_cases": 0.0, - "new_cases_smoothed": 58.714, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2525.017, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.38, - "total_deaths_per_million": 19.769, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-07", - "total_cases": 5743.0, - "new_cases": 123.0, - "new_cases_smoothed": 49.857, - "total_deaths": 46.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2580.279, - "new_cases_per_million": 55.263, - "new_cases_smoothed_per_million": 22.4, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-08", - "total_cases": 5743.0, - "new_cases": 0.0, - "new_cases_smoothed": 49.857, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2580.279, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.4, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-09", - "total_cases": 5871.0, - "new_cases": 128.0, - "new_cases_smoothed": 51.143, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2637.789, - "new_cases_per_million": 57.509, - "new_cases_smoothed_per_million": 22.978, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-10", - "total_cases": 5871.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.143, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2637.789, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 22.978, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.257, - "stringency_index": 66.67 - }, - { - "date": "2020-07-11", - "total_cases": 5942.0, - "new_cases": 71.0, - "new_cases_smoothed": 46.0, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2669.688, - "new_cases_per_million": 31.9, - "new_cases_smoothed_per_million": 20.667, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-07-12", - "total_cases": 5942.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.0, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2669.688, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.667, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-07-13", - "total_cases": 5942.0, - "new_cases": 0.0, - "new_cases_smoothed": 46.0, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2669.688, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 20.667, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-07-14", - "total_cases": 6026.0, - "new_cases": 84.0, - "new_cases_smoothed": 40.429, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2707.429, - "new_cases_per_million": 37.74, - "new_cases_smoothed_per_million": 18.164, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-15", - "total_cases": 6026.0, - "new_cases": 0.0, - "new_cases_smoothed": 40.429, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2707.429, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.164, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-16", - "total_cases": 6121.0, - "new_cases": 95.0, - "new_cases_smoothed": 35.714, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2750.111, - "new_cases_per_million": 42.683, - "new_cases_smoothed_per_million": 16.046, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-17", - "total_cases": 6121.0, - "new_cases": 0.0, - "new_cases_smoothed": 35.714, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2750.111, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.046, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-18", - "total_cases": 6315.0, - "new_cases": 194.0, - "new_cases_smoothed": 53.286, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2837.274, - "new_cases_per_million": 87.162, - "new_cases_smoothed_per_million": 23.941, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-19", - "total_cases": 6315.0, - "new_cases": 0.0, - "new_cases_smoothed": 53.286, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2837.274, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.941, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-20", - "total_cases": 6315.0, - "new_cases": 0.0, - "new_cases_smoothed": 53.286, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2837.274, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.941, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-21", - "total_cases": 6433.0, - "new_cases": 118.0, - "new_cases_smoothed": 58.143, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.29, - "new_cases_per_million": 53.016, - "new_cases_smoothed_per_million": 26.123, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-22", - "total_cases": 6433.0, - "new_cases": 0.0, - "new_cases_smoothed": 58.143, - "total_deaths": 46.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2890.29, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 26.123, - "total_deaths_per_million": 20.667, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-07-23", - "total_cases": 6588.0, - "new_cases": 155.0, - "new_cases_smoothed": 66.714, - "total_deaths": 47.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2959.93, - "new_cases_per_million": 69.64, - "new_cases_smoothed_per_million": 29.974, - "total_deaths_per_million": 21.117, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-07-24", - "total_cases": 6588.0, - "new_cases": 0.0, - "new_cases_smoothed": 66.714, - "total_deaths": 47.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 2959.93, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.974, - "total_deaths_per_million": 21.117, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-07-25", - "total_cases": 6984.0, - "new_cases": 396.0, - "new_cases_smoothed": 95.571, - "total_deaths": 49.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3137.85, - "new_cases_per_million": 177.919, - "new_cases_smoothed_per_million": 42.939, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-26", - "total_cases": 6984.0, - "new_cases": 0.0, - "new_cases_smoothed": 95.571, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3137.85, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.939, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-27", - "total_cases": 6984.0, - "new_cases": 0.0, - "new_cases_smoothed": 95.571, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3137.85, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.939, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-28", - "total_cases": 7189.0, - "new_cases": 205.0, - "new_cases_smoothed": 108.0, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3229.954, - "new_cases_per_million": 92.105, - "new_cases_smoothed_per_million": 48.523, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-29", - "total_cases": 7189.0, - "new_cases": 0.0, - "new_cases_smoothed": 108.0, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3229.954, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 48.523, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.193, - "stringency_index": 66.67 - }, - { - "date": "2020-07-30", - "total_cases": 7352.0, - "new_cases": 163.0, - "new_cases_smoothed": 109.143, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3303.189, - "new_cases_per_million": 73.234, - "new_cases_smoothed_per_million": 49.037, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-07-31", - "total_cases": 7352.0, - "new_cases": 0.0, - "new_cases_smoothed": 109.143, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3303.189, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 49.037, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-01", - "total_cases": 7352.0, - "new_cases": 0.0, - "new_cases_smoothed": 52.571, - "total_deaths": 49.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3303.189, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.62, - "total_deaths_per_million": 22.015, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-02", - "total_cases": 7531.0, - "new_cases": 179.0, - "new_cases_smoothed": 78.143, - "total_deaths": 50.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3383.612, - "new_cases_per_million": 80.423, - "new_cases_smoothed_per_million": 35.109, - "total_deaths_per_million": 22.465, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-08-03", - "total_cases": 7531.0, - "new_cases": 0.0, - "new_cases_smoothed": 78.143, - "total_deaths": 50.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3383.612, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 35.109, - "total_deaths_per_million": 22.465, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-08-04", - "total_cases": 7646.0, - "new_cases": 115.0, - "new_cases_smoothed": 65.286, - "total_deaths": 51.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3435.281, - "new_cases_per_million": 51.668, - "new_cases_smoothed_per_million": 29.332, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-05", - "total_cases": 7646.0, - "new_cases": 0.0, - "new_cases_smoothed": 65.286, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3435.281, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 29.332, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-06", - "total_cases": 7787.0, - "new_cases": 141.0, - "new_cases_smoothed": 62.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3498.631, - "new_cases_per_million": 63.35, - "new_cases_smoothed_per_million": 27.92, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-07", - "total_cases": 7787.0, - "new_cases": 0.0, - "new_cases_smoothed": 62.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3498.631, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 27.92, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-08", - "total_cases": 7923.0, - "new_cases": 136.0, - "new_cases_smoothed": 81.571, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3559.734, - "new_cases_per_million": 61.104, - "new_cases_smoothed_per_million": 36.649, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-09", - "total_cases": 7923.0, - "new_cases": 0.0, - "new_cases_smoothed": 56.0, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3559.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 25.16, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-08-10", - "total_cases": 7923.0, - "new_cases": 0.0, - "new_cases_smoothed": 56.0, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3559.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 25.16, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-08-11", - "total_cases": 8006.0, - "new_cases": 83.0, - "new_cases_smoothed": 51.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3597.025, - "new_cases_per_million": 37.291, - "new_cases_smoothed_per_million": 23.106, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-12", - "total_cases": 8006.0, - "new_cases": 0.0, - "new_cases_smoothed": 51.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3597.025, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.106, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-13", - "total_cases": 8077.0, - "new_cases": 71.0, - "new_cases_smoothed": 41.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3628.925, - "new_cases_per_million": 31.9, - "new_cases_smoothed_per_million": 18.613, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-14", - "total_cases": 8077.0, - "new_cases": 0.0, - "new_cases_smoothed": 41.429, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3628.925, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 18.613, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-15", - "total_cases": 8225.0, - "new_cases": 148.0, - "new_cases_smoothed": 43.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3695.42, - "new_cases_per_million": 66.495, - "new_cases_smoothed_per_million": 19.384, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-16", - "total_cases": 8225.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3695.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.384, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-17", - "total_cases": 8225.0, - "new_cases": 0.0, - "new_cases_smoothed": 43.143, - "total_deaths": 51.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3695.42, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 19.384, - "total_deaths_per_million": 22.914, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-18", - "total_cases": 8270.0, - "new_cases": 45.0, - "new_cases_smoothed": 37.714, - "total_deaths": 53.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3715.638, - "new_cases_per_million": 20.218, - "new_cases_smoothed_per_million": 16.945, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.899, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-19", - "total_cases": 8270.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3715.638, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.945, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-20", - "total_cases": 8319.0, - "new_cases": 49.0, - "new_cases_smoothed": 34.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3737.653, - "new_cases_per_million": 22.015, - "new_cases_smoothed_per_million": 15.533, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-21", - "total_cases": 8319.0, - "new_cases": 0.0, - "new_cases_smoothed": 34.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3737.653, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 15.533, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-22", - "total_cases": 8388.0, - "new_cases": 69.0, - "new_cases_smoothed": 23.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3768.655, - "new_cases_per_million": 31.001, - "new_cases_smoothed_per_million": 10.462, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-23", - "total_cases": 8388.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3768.655, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.462, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-24", - "total_cases": 8388.0, - "new_cases": 0.0, - "new_cases_smoothed": 23.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3768.655, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.462, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.128, - "stringency_index": 66.67 - }, - { - "date": "2020-08-25", - "total_cases": 8409.0, - "new_cases": 21.0, - "new_cases_smoothed": 19.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3778.09, - "new_cases_per_million": 9.435, - "new_cases_smoothed_per_million": 8.922, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-26", - "total_cases": 8409.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3778.09, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 8.922, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-27", - "total_cases": 8468.0, - "new_cases": 59.0, - "new_cases_smoothed": 21.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3804.598, - "new_cases_per_million": 26.508, - "new_cases_smoothed_per_million": 9.563, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-28", - "total_cases": 8468.0, - "new_cases": 0.0, - "new_cases_smoothed": 21.286, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3804.598, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.563, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-29", - "total_cases": 8505.0, - "new_cases": 37.0, - "new_cases_smoothed": 16.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3821.222, - "new_cases_per_million": 16.624, - "new_cases_smoothed_per_million": 7.51, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-30", - "total_cases": 8505.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3821.222, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.51, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-08-31", - "total_cases": 8505.0, - "new_cases": 0.0, - "new_cases_smoothed": 16.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3821.222, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.51, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-01", - "total_cases": 8533.0, - "new_cases": 28.0, - "new_cases_smoothed": 17.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3833.802, - "new_cases_per_million": 12.58, - "new_cases_smoothed_per_million": 7.959, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-02", - "total_cases": 8533.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3833.802, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 7.959, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-03", - "total_cases": 8538.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3836.048, - "new_cases_per_million": 2.246, - "new_cases_smoothed_per_million": 4.493, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-04", - "total_cases": 8538.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3836.048, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.493, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-05", - "total_cases": 8601.0, - "new_cases": 63.0, - "new_cases_smoothed": 13.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3864.354, - "new_cases_per_million": 28.305, - "new_cases_smoothed_per_million": 6.162, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-06", - "total_cases": 8601.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3864.354, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.162, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-07", - "total_cases": 8601.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3864.354, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.162, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-08", - "total_cases": 8608.0, - "new_cases": 7.0, - "new_cases_smoothed": 10.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3867.499, - "new_cases_per_million": 3.145, - "new_cases_smoothed_per_million": 4.814, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-09", - "total_cases": 8608.0, - "new_cases": 0.0, - "new_cases_smoothed": 10.714, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3867.499, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.814, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-10", - "total_cases": 8621.0, - "new_cases": 13.0, - "new_cases_smoothed": 11.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3873.339, - "new_cases_per_million": 5.841, - "new_cases_smoothed_per_million": 5.327, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-11", - "total_cases": 8621.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.857, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3873.339, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.327, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-12", - "total_cases": 8643.0, - "new_cases": 22.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3883.224, - "new_cases_per_million": 9.884, - "new_cases_smoothed_per_million": 2.696, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-13", - "total_cases": 8643.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3883.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.696, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-14", - "total_cases": 8643.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3883.224, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.696, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-15", - "total_cases": 8654.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3888.166, - "new_cases_per_million": 4.942, - "new_cases_smoothed_per_million": 2.952, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-16", - "total_cases": 8654.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3888.166, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.952, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-17", - "total_cases": 8678.0, - "new_cases": 24.0, - "new_cases_smoothed": 8.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3898.949, - "new_cases_per_million": 10.783, - "new_cases_smoothed_per_million": 3.659, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-18", - "total_cases": 8678.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.143, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3898.949, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.659, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-19", - "total_cases": 8696.0, - "new_cases": 18.0, - "new_cases_smoothed": 7.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3907.036, - "new_cases_per_million": 8.087, - "new_cases_smoothed_per_million": 3.402, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-20", - "total_cases": 8696.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3907.036, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.402, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-21", - "total_cases": 8696.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.571, - "total_deaths": 53.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3907.036, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.402, - "total_deaths_per_million": 23.812, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 66.67 - }, - { - "date": "2020-09-22", - "total_cases": 8704.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.143, - "total_deaths": 54.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3910.631, - "new_cases_per_million": 3.594, - "new_cases_smoothed_per_million": 3.209, - "total_deaths_per_million": 24.262, - "new_deaths_per_million": 0.449, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-09-23", - "total_cases": 8704.0, - "new_cases": 0.0, - "new_cases_smoothed": 7.143, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3910.631, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.209, - "total_deaths_per_million": 24.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064, - "stringency_index": 66.67 - }, - { - "date": "2020-09-24", - "total_cases": 8716.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.429, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3916.022, - "new_cases_per_million": 5.391, - "new_cases_smoothed_per_million": 2.439, - "total_deaths_per_million": 24.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064 - }, - { - "date": "2020-09-25", - "total_cases": 8716.0, - "new_cases": 0.0, - "new_cases_smoothed": 5.429, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3916.022, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.439, - "total_deaths_per_million": 24.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.064 - } - ] - }, - "GBR": { - "continent": "Europe", - "location": "United Kingdom", - "population": 67886004.0, - "population_density": 272.898, - "median_age": 40.8, - "aged_65_older": 18.517, - "aged_70_older": 12.527, - "gdp_per_capita": 39753.244, - "extreme_poverty": 0.2, - "cardiovasc_death_rate": 122.137, - "diabetes_prevalence": 4.28, - "female_smokers": 20.0, - "male_smokers": 24.7, - "hospital_beds_per_thousand": 2.54, - "life_expectancy": 81.32, - "human_development_index": 0.922, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 5.56 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-01", - "total_cases": 2.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.029, - "new_cases_per_million": 0.029, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-02-02", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.029, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-03", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.029, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-04", - "total_cases": 2.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.029, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-05", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.044, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-06", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.044, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-07", - "total_cases": 4.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.059, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.008, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-08", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.059, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-09", - "total_cases": 4.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.059, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-10", - "total_cases": 8.0, - "new_cases": 4.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.118, - "new_cases_per_million": 0.059, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-11", - "total_cases": 9.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.133, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-12", - "total_cases": 9.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.133, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-13", - "total_cases": 10.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.015, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-14", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-15", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-16", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.013, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-17", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.004, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-18", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-19", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-20", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-21", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-22", - "total_cases": 10.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.147, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-23", - "total_cases": 11.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.162, - "new_cases_per_million": 0.015, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-24", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.162, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-25", - "total_cases": 11.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.162, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.002, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-26", - "total_cases": 13.0, - "new_cases": 2.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.191, - "new_cases_per_million": 0.029, - "new_cases_smoothed_per_million": 0.006, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-27", - "total_cases": 18.0, - "new_cases": 5.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.265, - "new_cases_per_million": 0.074, - "new_cases_smoothed_per_million": 0.017, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-28", - "total_cases": 22.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.324, - "new_cases_per_million": 0.059, - "new_cases_smoothed_per_million": 0.025, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-02-29", - "total_cases": 30.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.442, - "new_cases_per_million": 0.118, - "new_cases_smoothed_per_million": 0.042, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-01", - "total_cases": 42.0, - "new_cases": 12.0, - "new_cases_smoothed": 4.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.619, - "new_cases_per_million": 0.177, - "new_cases_smoothed_per_million": 0.065, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-02", - "total_cases": 47.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.692, - "new_cases_per_million": 0.074, - "new_cases_smoothed_per_million": 0.076, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-03", - "total_cases": 69.0, - "new_cases": 22.0, - "new_cases_smoothed": 8.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.016, - "new_cases_per_million": 0.324, - "new_cases_smoothed_per_million": 0.122, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-04", - "total_cases": 109.0, - "new_cases": 40.0, - "new_cases_smoothed": 13.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1.606, - "new_cases_per_million": 0.589, - "new_cases_smoothed_per_million": 0.202, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-05", - "total_cases": 164.0, - "new_cases": 55.0, - "new_cases_smoothed": 20.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.416, - "new_cases_per_million": 0.81, - "new_cases_smoothed_per_million": 0.307, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-06", - "total_cases": 220.0, - "new_cases": 56.0, - "new_cases_smoothed": 28.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.241, - "new_cases_per_million": 0.825, - "new_cases_smoothed_per_million": 0.417, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 11.11 - }, - { - "date": "2020-03-07", - "total_cases": 271.0, - "new_cases": 51.0, - "new_cases_smoothed": 34.429, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3.992, - "new_cases_per_million": 0.751, - "new_cases_smoothed_per_million": 0.507, - "total_deaths_per_million": 0.015, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.002, - "stringency_index": 11.11 - }, - { - "date": "2020-03-08", - "total_cases": 352.0, - "new_cases": 81.0, - "new_cases_smoothed": 44.286, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 5.185, - "new_cases_per_million": 1.193, - "new_cases_smoothed_per_million": 0.652, - "total_deaths_per_million": 0.029, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 11.11 - }, - { - "date": "2020-03-09", - "total_cases": 412.0, - "new_cases": 60.0, - "new_cases_smoothed": 52.143, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.069, - "new_cases_per_million": 0.884, - "new_cases_smoothed_per_million": 0.768, - "total_deaths_per_million": 0.029, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.004, - "stringency_index": 11.11 - }, - { - "date": "2020-03-10", - "total_cases": 469.0, - "new_cases": 57.0, - "new_cases_smoothed": 57.143, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 6.909, - "new_cases_per_million": 0.84, - "new_cases_smoothed_per_million": 0.842, - "total_deaths_per_million": 0.044, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.006, - "stringency_index": 11.11 - }, - { - "date": "2020-03-11", - "total_cases": 617.0, - "new_cases": 148.0, - "new_cases_smoothed": 72.571, - "total_deaths": 7.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 9.089, - "new_cases_per_million": 2.18, - "new_cases_smoothed_per_million": 1.069, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 11.11 - }, - { - "date": "2020-03-12", - "total_cases": 876.0, - "new_cases": 259.0, - "new_cases_smoothed": 101.714, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 12.904, - "new_cases_per_million": 3.815, - "new_cases_smoothed_per_million": 1.498, - "total_deaths_per_million": 0.103, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.015, - "stringency_index": 11.11 - }, - { - "date": "2020-03-13", - "total_cases": 1282.0, - "new_cases": 406.0, - "new_cases_smoothed": 151.714, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 18.885, - "new_cases_per_million": 5.981, - "new_cases_smoothed_per_million": 2.235, - "total_deaths_per_million": 0.133, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.019, - "stringency_index": 12.96 - }, - { - "date": "2020-03-14", - "total_cases": 1766.0, - "new_cases": 484.0, - "new_cases_smoothed": 213.571, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 26.014, - "new_cases_per_million": 7.13, - "new_cases_smoothed_per_million": 3.146, - "total_deaths_per_million": 0.147, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.019, - "stringency_index": 12.96 - }, - { - "date": "2020-03-15", - "total_cases": 2244.0, - "new_cases": 478.0, - "new_cases_smoothed": 270.286, - "total_deaths": 29.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 3.857, - "total_cases_per_million": 33.055, - "new_cases_per_million": 7.041, - "new_cases_smoothed_per_million": 3.981, - "total_deaths_per_million": 0.427, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.057, - "stringency_index": 12.96 - }, - { - "date": "2020-03-16", - "total_cases": 2605.0, - "new_cases": 361.0, - "new_cases_smoothed": 313.286, - "total_deaths": 43.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 5.857, - "total_cases_per_million": 38.373, - "new_cases_per_million": 5.318, - "new_cases_smoothed_per_million": 4.615, - "total_deaths_per_million": 0.633, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.086, - "stringency_index": 16.67 - }, - { - "date": "2020-03-17", - "total_cases": 3047.0, - "new_cases": 442.0, - "new_cases_smoothed": 368.286, - "total_deaths": 65.0, - "new_deaths": 22.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 44.884, - "new_cases_per_million": 6.511, - "new_cases_smoothed_per_million": 5.425, - "total_deaths_per_million": 0.957, - "new_deaths_per_million": 0.324, - "new_deaths_smoothed_per_million": 0.13, - "stringency_index": 22.22 - }, - { - "date": "2020-03-18", - "total_cases": 3658.0, - "new_cases": 611.0, - "new_cases_smoothed": 434.429, - "total_deaths": 82.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 53.884, - "new_cases_per_million": 9.0, - "new_cases_smoothed_per_million": 6.399, - "total_deaths_per_million": 1.208, - "new_deaths_per_million": 0.25, - "new_deaths_smoothed_per_million": 0.158, - "stringency_index": 31.48 - }, - { - "date": "2020-03-19", - "total_cases": 4427.0, - "new_cases": 769.0, - "new_cases_smoothed": 507.286, - "total_deaths": 116.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 65.212, - "new_cases_per_million": 11.328, - "new_cases_smoothed_per_million": 7.473, - "total_deaths_per_million": 1.709, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.229, - "stringency_index": 31.48 - }, - { - "date": "2020-03-20", - "total_cases": 5426.0, - "new_cases": 999.0, - "new_cases_smoothed": 592.0, - "total_deaths": 162.0, - "new_deaths": 46.0, - "new_deaths_smoothed": 21.857, - "total_cases_per_million": 79.928, - "new_cases_per_million": 14.716, - "new_cases_smoothed_per_million": 8.721, - "total_deaths_per_million": 2.386, - "new_deaths_per_million": 0.678, - "new_deaths_smoothed_per_million": 0.322, - "stringency_index": 37.04 - }, - { - "date": "2020-03-21", - "total_cases": 6481.0, - "new_cases": 1055.0, - "new_cases_smoothed": 673.571, - "total_deaths": 194.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 26.286, - "total_cases_per_million": 95.469, - "new_cases_per_million": 15.541, - "new_cases_smoothed_per_million": 9.922, - "total_deaths_per_million": 2.858, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.387, - "stringency_index": 47.22 - }, - { - "date": "2020-03-22", - "total_cases": 7736.0, - "new_cases": 1255.0, - "new_cases_smoothed": 784.571, - "total_deaths": 252.0, - "new_deaths": 58.0, - "new_deaths_smoothed": 31.857, - "total_cases_per_million": 113.956, - "new_cases_per_million": 18.487, - "new_cases_smoothed_per_million": 11.557, - "total_deaths_per_million": 3.712, - "new_deaths_per_million": 0.854, - "new_deaths_smoothed_per_million": 0.469, - "stringency_index": 62.04 - }, - { - "date": "2020-03-23", - "total_cases": 8934.0, - "new_cases": 1198.0, - "new_cases_smoothed": 904.143, - "total_deaths": 288.0, - "new_deaths": 36.0, - "new_deaths_smoothed": 35.0, - "total_cases_per_million": 131.603, - "new_cases_per_million": 17.647, - "new_cases_smoothed_per_million": 13.319, - "total_deaths_per_million": 4.242, - "new_deaths_per_million": 0.53, - "new_deaths_smoothed_per_million": 0.516, - "stringency_index": 78.24 - }, - { - "date": "2020-03-24", - "total_cases": 10312.0, - "new_cases": 1378.0, - "new_cases_smoothed": 1037.857, - "total_deaths": 364.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 42.714, - "total_cases_per_million": 151.902, - "new_cases_per_million": 20.299, - "new_cases_smoothed_per_million": 15.288, - "total_deaths_per_million": 5.362, - "new_deaths_per_million": 1.12, - "new_deaths_smoothed_per_million": 0.629, - "stringency_index": 79.63 - }, - { - "date": "2020-03-25", - "total_cases": 12650.0, - "new_cases": 2338.0, - "new_cases_smoothed": 1284.571, - "total_deaths": 512.0, - "new_deaths": 148.0, - "new_deaths_smoothed": 61.429, - "total_cases_per_million": 186.342, - "new_cases_per_million": 34.44, - "new_cases_smoothed_per_million": 18.922, - "total_deaths_per_million": 7.542, - "new_deaths_per_million": 2.18, - "new_deaths_smoothed_per_million": 0.905, - "stringency_index": 79.63 - }, - { - "date": "2020-03-26", - "total_cases": 15025.0, - "new_cases": 2375.0, - "new_cases_smoothed": 1514.0, - "total_deaths": 703.0, - "new_deaths": 191.0, - "new_deaths_smoothed": 83.857, - "total_cases_per_million": 221.327, - "new_cases_per_million": 34.985, - "new_cases_smoothed_per_million": 22.302, - "total_deaths_per_million": 10.356, - "new_deaths_per_million": 2.814, - "new_deaths_smoothed_per_million": 1.235, - "stringency_index": 79.63 - }, - { - "date": "2020-03-27", - "total_cases": 17717.0, - "new_cases": 2692.0, - "new_cases_smoothed": 1755.857, - "total_deaths": 884.0, - "new_deaths": 181.0, - "new_deaths_smoothed": 103.143, - "total_cases_per_million": 260.982, - "new_cases_per_million": 39.655, - "new_cases_smoothed_per_million": 25.865, - "total_deaths_per_million": 13.022, - "new_deaths_per_million": 2.666, - "new_deaths_smoothed_per_million": 1.519, - "stringency_index": 79.63 - }, - { - "date": "2020-03-28", - "total_cases": 20804.0, - "new_cases": 3087.0, - "new_cases_smoothed": 2046.143, - "total_deaths": 1172.0, - "new_deaths": 288.0, - "new_deaths_smoothed": 139.714, - "total_cases_per_million": 306.455, - "new_cases_per_million": 45.473, - "new_cases_smoothed_per_million": 30.141, - "total_deaths_per_million": 17.264, - "new_deaths_per_million": 4.242, - "new_deaths_smoothed_per_million": 2.058, - "stringency_index": 79.63 - }, - { - "date": "2020-03-29", - "total_cases": 24001.0, - "new_cases": 3197.0, - "new_cases_smoothed": 2323.571, - "total_deaths": 1464.0, - "new_deaths": 292.0, - "new_deaths_smoothed": 173.143, - "total_cases_per_million": 353.549, - "new_cases_per_million": 47.094, - "new_cases_smoothed_per_million": 34.228, - "total_deaths_per_million": 21.566, - "new_deaths_per_million": 4.301, - "new_deaths_smoothed_per_million": 2.55, - "stringency_index": 79.63 - }, - { - "date": "2020-03-30", - "total_cases": 26823.0, - "new_cases": 2822.0, - "new_cases_smoothed": 2555.571, - "total_deaths": 1676.0, - "new_deaths": 212.0, - "new_deaths_smoothed": 198.286, - "total_cases_per_million": 395.118, - "new_cases_per_million": 41.57, - "new_cases_smoothed_per_million": 37.645, - "total_deaths_per_million": 24.688, - "new_deaths_per_million": 3.123, - "new_deaths_smoothed_per_million": 2.921, - "stringency_index": 79.63 - }, - { - "date": "2020-03-31", - "total_cases": 29681.0, - "new_cases": 2858.0, - "new_cases_smoothed": 2767.0, - "total_deaths": 2050.0, - "new_deaths": 374.0, - "new_deaths_smoothed": 240.857, - "total_cases_per_million": 437.218, - "new_cases_per_million": 42.1, - "new_cases_smoothed_per_million": 40.76, - "total_deaths_per_million": 30.198, - "new_deaths_per_million": 5.509, - "new_deaths_smoothed_per_million": 3.548, - "stringency_index": 79.63 - }, - { - "date": "2020-04-01", - "total_cases": 33954.0, - "new_cases": 4273.0, - "new_cases_smoothed": 3043.429, - "total_deaths": 2453.0, - "new_deaths": 403.0, - "new_deaths_smoothed": 277.286, - "total_cases_per_million": 500.162, - "new_cases_per_million": 62.944, - "new_cases_smoothed_per_million": 44.831, - "total_deaths_per_million": 36.134, - "new_deaths_per_million": 5.936, - "new_deaths_smoothed_per_million": 4.085, - "new_tests": 11896.0, - "total_tests": 155174.0, - "total_tests_per_thousand": 2.286, - "new_tests_per_thousand": 0.175, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-02", - "total_cases": 38468.0, - "new_cases": 4514.0, - "new_cases_smoothed": 3349.0, - "total_deaths": 3125.0, - "new_deaths": 672.0, - "new_deaths_smoothed": 346.0, - "total_cases_per_million": 566.656, - "new_cases_per_million": 66.494, - "new_cases_smoothed_per_million": 49.333, - "total_deaths_per_million": 46.033, - "new_deaths_per_million": 9.899, - "new_deaths_smoothed_per_million": 5.097, - "new_tests": 11924.0, - "total_tests": 167098.0, - "total_tests_per_thousand": 2.461, - "new_tests_per_thousand": 0.176, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-03", - "total_cases": 43381.0, - "new_cases": 4913.0, - "new_cases_smoothed": 3666.286, - "total_deaths": 3782.0, - "new_deaths": 657.0, - "new_deaths_smoothed": 414.0, - "total_cases_per_million": 639.027, - "new_cases_per_million": 72.371, - "new_cases_smoothed_per_million": 54.007, - "total_deaths_per_million": 55.711, - "new_deaths_per_million": 9.678, - "new_deaths_smoothed_per_million": 6.098, - "new_tests": 13457.0, - "total_tests": 182047.0, - "total_tests_per_thousand": 2.682, - "new_tests_per_thousand": 0.198, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-04", - "total_cases": 48249.0, - "new_cases": 4868.0, - "new_cases_smoothed": 3920.714, - "total_deaths": 4518.0, - "new_deaths": 736.0, - "new_deaths_smoothed": 478.0, - "total_cases_per_million": 710.736, - "new_cases_per_million": 71.708, - "new_cases_smoothed_per_million": 57.754, - "total_deaths_per_million": 66.553, - "new_deaths_per_million": 10.842, - "new_deaths_smoothed_per_million": 7.041, - "new_tests": 14293.0, - "total_tests": 222937.0, - "total_tests_per_thousand": 3.284, - "new_tests_per_thousand": 0.211, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-05", - "total_cases": 53160.0, - "new_cases": 4911.0, - "new_cases_smoothed": 4165.571, - "total_deaths": 5274.0, - "new_deaths": 756.0, - "new_deaths_smoothed": 544.286, - "total_cases_per_million": 783.077, - "new_cases_per_million": 72.342, - "new_cases_smoothed_per_million": 61.361, - "total_deaths_per_million": 77.689, - "new_deaths_per_million": 11.136, - "new_deaths_smoothed_per_million": 8.018, - "new_tests": 15899.0, - "total_tests": 238836.0, - "total_tests_per_thousand": 3.518, - "new_tests_per_thousand": 0.234, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-06", - "total_cases": 57180.0, - "new_cases": 4020.0, - "new_cases_smoothed": 4336.714, - "total_deaths": 5873.0, - "new_deaths": 599.0, - "new_deaths_smoothed": 599.571, - "total_cases_per_million": 842.294, - "new_cases_per_million": 59.217, - "new_cases_smoothed_per_million": 63.882, - "total_deaths_per_million": 86.513, - "new_deaths_per_million": 8.824, - "new_deaths_smoothed_per_million": 8.832, - "new_tests": 12733.0, - "total_tests": 251569.0, - "total_tests_per_thousand": 3.706, - "new_tests_per_thousand": 0.188, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-07", - "total_cases": 60772.0, - "new_cases": 3592.0, - "new_cases_smoothed": 4441.571, - "total_deaths": 6440.0, - "new_deaths": 567.0, - "new_deaths_smoothed": 627.143, - "total_cases_per_million": 895.207, - "new_cases_per_million": 52.912, - "new_cases_smoothed_per_million": 65.427, - "total_deaths_per_million": 94.865, - "new_deaths_per_million": 8.352, - "new_deaths_smoothed_per_million": 9.238, - "new_tests": 13684.0, - "total_tests": 265885.0, - "total_tests_per_thousand": 3.917, - "new_tests_per_thousand": 0.202, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-08", - "total_cases": 66054.0, - "new_cases": 5282.0, - "new_cases_smoothed": 4585.714, - "total_deaths": 7545.0, - "new_deaths": 1105.0, - "new_deaths_smoothed": 727.429, - "total_cases_per_million": 973.014, - "new_cases_per_million": 77.807, - "new_cases_smoothed_per_million": 67.55, - "total_deaths_per_million": 111.142, - "new_deaths_per_million": 16.277, - "new_deaths_smoothed_per_million": 10.715, - "new_tests": 14419.0, - "total_tests": 280304.0, - "total_tests_per_thousand": 4.129, - "new_tests_per_thousand": 0.212, - "new_tests_smoothed": 17876.0, - "new_tests_smoothed_per_thousand": 0.263, - "tests_per_case": 3.898, - "positive_rate": 0.257, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-09", - "total_cases": 71504.0, - "new_cases": 5450.0, - "new_cases_smoothed": 4719.429, - "total_deaths": 8575.0, - "new_deaths": 1030.0, - "new_deaths_smoothed": 778.571, - "total_cases_per_million": 1053.295, - "new_cases_per_million": 80.282, - "new_cases_smoothed_per_million": 69.52, - "total_deaths_per_million": 126.315, - "new_deaths_per_million": 15.172, - "new_deaths_smoothed_per_million": 11.469, - "new_tests": 16443.0, - "total_tests": 296747.0, - "total_tests_per_thousand": 4.371, - "new_tests_per_thousand": 0.242, - "new_tests_smoothed": 18521.0, - "new_tests_smoothed_per_thousand": 0.273, - "tests_per_case": 3.924, - "positive_rate": 0.255, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-10", - "total_cases": 76635.0, - "new_cases": 5131.0, - "new_cases_smoothed": 4750.571, - "total_deaths": 9691.0, - "new_deaths": 1116.0, - "new_deaths_smoothed": 844.143, - "total_cases_per_million": 1128.878, - "new_cases_per_million": 75.583, - "new_cases_smoothed_per_million": 69.979, - "total_deaths_per_million": 142.754, - "new_deaths_per_million": 16.439, - "new_deaths_smoothed_per_million": 12.435, - "new_tests": 18843.0, - "total_tests": 315141.0, - "total_tests_per_thousand": 4.642, - "new_tests_per_thousand": 0.278, - "new_tests_smoothed": 19013.0, - "new_tests_smoothed_per_thousand": 0.28, - "tests_per_case": 4.002, - "positive_rate": 0.25, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-11", - "total_cases": 81493.0, - "new_cases": 4858.0, - "new_cases_smoothed": 4749.143, - "total_deaths": 10813.0, - "new_deaths": 1122.0, - "new_deaths_smoothed": 899.286, - "total_cases_per_million": 1200.439, - "new_cases_per_million": 71.561, - "new_cases_smoothed_per_million": 69.958, - "total_deaths_per_million": 159.282, - "new_deaths_per_million": 16.528, - "new_deaths_smoothed_per_million": 13.247, - "new_tests": 17737.0, - "total_tests": 332925.0, - "total_tests_per_thousand": 4.904, - "new_tests_per_thousand": 0.261, - "new_tests_smoothed": 15713.0, - "new_tests_smoothed_per_thousand": 0.231, - "tests_per_case": 3.3089999999999997, - "positive_rate": 0.302, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-12", - "total_cases": 85806.0, - "new_cases": 4313.0, - "new_cases_smoothed": 4663.714, - "total_deaths": 11656.0, - "new_deaths": 843.0, - "new_deaths_smoothed": 911.714, - "total_cases_per_million": 1263.972, - "new_cases_per_million": 63.533, - "new_cases_smoothed_per_million": 68.699, - "total_deaths_per_million": 171.7, - "new_deaths_per_million": 12.418, - "new_deaths_smoothed_per_million": 13.43, - "new_tests": 17650.0, - "total_tests": 350575.0, - "total_tests_per_thousand": 5.164, - "new_tests_per_thousand": 0.26, - "new_tests_smoothed": 15963.0, - "new_tests_smoothed_per_thousand": 0.235, - "tests_per_case": 3.423, - "positive_rate": 0.292, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-13", - "total_cases": 89385.0, - "new_cases": 3579.0, - "new_cases_smoothed": 4600.714, - "total_deaths": 12313.0, - "new_deaths": 657.0, - "new_deaths_smoothed": 920.0, - "total_cases_per_million": 1316.693, - "new_cases_per_million": 52.721, - "new_cases_smoothed_per_million": 67.771, - "total_deaths_per_million": 181.378, - "new_deaths_per_million": 9.678, - "new_deaths_smoothed_per_million": 13.552, - "new_tests": 14506.0, - "total_tests": 365081.0, - "total_tests_per_thousand": 5.378, - "new_tests_per_thousand": 0.214, - "new_tests_smoothed": 16216.0, - "new_tests_smoothed_per_thousand": 0.239, - "tests_per_case": 3.525, - "positive_rate": 0.284, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-14", - "total_cases": 92874.0, - "new_cases": 3489.0, - "new_cases_smoothed": 4586.0, - "total_deaths": 13037.0, - "new_deaths": 724.0, - "new_deaths_smoothed": 942.429, - "total_cases_per_million": 1368.088, - "new_cases_per_million": 51.395, - "new_cases_smoothed_per_million": 67.554, - "total_deaths_per_million": 192.043, - "new_deaths_per_million": 10.665, - "new_deaths_smoothed_per_million": 13.883, - "new_tests": 14567.0, - "total_tests": 379649.0, - "total_tests_per_thousand": 5.592, - "new_tests_per_thousand": 0.215, - "new_tests_smoothed": 16252.0, - "new_tests_smoothed_per_thousand": 0.239, - "tests_per_case": 3.5439999999999996, - "positive_rate": 0.282, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-15", - "total_cases": 97052.0, - "new_cases": 4178.0, - "new_cases_smoothed": 4428.286, - "total_deaths": 14113.0, - "new_deaths": 1076.0, - "new_deaths_smoothed": 938.286, - "total_cases_per_million": 1429.632, - "new_cases_per_million": 61.544, - "new_cases_smoothed_per_million": 65.231, - "total_deaths_per_million": 207.893, - "new_deaths_per_million": 15.85, - "new_deaths_smoothed_per_million": 13.821, - "new_tests": 15991.0, - "total_tests": 395912.0, - "total_tests_per_thousand": 5.832, - "new_tests_per_thousand": 0.236, - "new_tests_smoothed": 16515.0, - "new_tests_smoothed_per_thousand": 0.243, - "tests_per_case": 3.7289999999999996, - "positive_rate": 0.268, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-16", - "total_cases": 101378.0, - "new_cases": 4326.0, - "new_cases_smoothed": 4267.714, - "total_deaths": 14993.0, - "new_deaths": 880.0, - "new_deaths_smoothed": 916.857, - "total_cases_per_million": 1493.356, - "new_cases_per_million": 63.724, - "new_cases_smoothed_per_million": 62.866, - "total_deaths_per_million": 220.856, - "new_deaths_per_million": 12.963, - "new_deaths_smoothed_per_million": 13.506, - "new_tests": 18489.0, - "total_tests": 414469.0, - "total_tests_per_thousand": 6.105, - "new_tests_per_thousand": 0.272, - "new_tests_smoothed": 16817.0, - "new_tests_smoothed_per_thousand": 0.248, - "tests_per_case": 3.9410000000000003, - "positive_rate": 0.254, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-17", - "total_cases": 106443.0, - "new_cases": 5065.0, - "new_cases_smoothed": 4258.286, - "total_deaths": 16029.0, - "new_deaths": 1036.0, - "new_deaths_smoothed": 905.429, - "total_cases_per_million": 1567.967, - "new_cases_per_million": 74.61, - "new_cases_smoothed_per_million": 62.727, - "total_deaths_per_million": 236.116, - "new_deaths_per_million": 15.261, - "new_deaths_smoothed_per_million": 13.337, - "new_tests": 20906.0, - "total_tests": 435389.0, - "total_tests_per_thousand": 6.414, - "new_tests_per_thousand": 0.308, - "new_tests_smoothed": 17178.0, - "new_tests_smoothed_per_thousand": 0.253, - "tests_per_case": 4.034, - "positive_rate": 0.248, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-18", - "total_cases": 111735.0, - "new_cases": 5292.0, - "new_cases_smoothed": 4320.286, - "total_deaths": 16942.0, - "new_deaths": 913.0, - "new_deaths_smoothed": 875.571, - "total_cases_per_million": 1645.921, - "new_cases_per_million": 77.954, - "new_cases_smoothed_per_million": 63.64, - "total_deaths_per_million": 249.565, - "new_deaths_per_million": 13.449, - "new_deaths_smoothed_per_million": 12.898, - "new_tests": 21081.0, - "total_tests": 456527.0, - "total_tests_per_thousand": 6.725, - "new_tests_per_thousand": 0.311, - "new_tests_smoothed": 17657.0, - "new_tests_smoothed_per_thousand": 0.26, - "tests_per_case": 4.087, - "positive_rate": 0.245, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-19", - "total_cases": 116691.0, - "new_cases": 4956.0, - "new_cases_smoothed": 4412.143, - "total_deaths": 18047.0, - "new_deaths": 1105.0, - "new_deaths_smoothed": 913.0, - "total_cases_per_million": 1718.926, - "new_cases_per_million": 73.005, - "new_cases_smoothed_per_million": 64.993, - "total_deaths_per_million": 265.843, - "new_deaths_per_million": 16.277, - "new_deaths_smoothed_per_million": 13.449, - "new_tests": 21249.0, - "total_tests": 477776.0, - "total_tests_per_thousand": 7.038, - "new_tests_per_thousand": 0.313, - "new_tests_smoothed": 18172.0, - "new_tests_smoothed_per_thousand": 0.268, - "tests_per_case": 4.119, - "positive_rate": 0.243, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-20", - "total_cases": 121412.0, - "new_cases": 4721.0, - "new_cases_smoothed": 4575.286, - "total_deaths": 18479.0, - "new_deaths": 432.0, - "new_deaths_smoothed": 880.857, - "total_cases_per_million": 1788.469, - "new_cases_per_million": 69.543, - "new_cases_smoothed_per_million": 67.397, - "total_deaths_per_million": 272.206, - "new_deaths_per_million": 6.364, - "new_deaths_smoothed_per_million": 12.976, - "new_tests": 19316.0, - "total_tests": 497092.0, - "total_tests_per_thousand": 7.322, - "new_tests_per_thousand": 0.285, - "new_tests_smoothed": 18859.0, - "new_tests_smoothed_per_thousand": 0.278, - "tests_per_case": 4.122, - "positive_rate": 0.243, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-21", - "total_cases": 125265.0, - "new_cases": 3853.0, - "new_cases_smoothed": 4627.286, - "total_deaths": 19049.0, - "new_deaths": 570.0, - "new_deaths_smoothed": 858.857, - "total_cases_per_million": 1845.226, - "new_cases_per_million": 56.757, - "new_cases_smoothed_per_million": 68.163, - "total_deaths_per_million": 280.603, - "new_deaths_per_million": 8.396, - "new_deaths_smoothed_per_million": 12.651, - "new_tests": 17365.0, - "total_tests": 532229.0, - "total_tests_per_thousand": 7.84, - "new_tests_per_thousand": 0.256, - "new_tests_smoothed": 21797.0, - "new_tests_smoothed_per_thousand": 0.321, - "tests_per_case": 4.711, - "positive_rate": 0.212, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-22", - "total_cases": 130119.0, - "new_cases": 4854.0, - "new_cases_smoothed": 4723.857, - "total_deaths": 20273.0, - "new_deaths": 1224.0, - "new_deaths_smoothed": 880.0, - "total_cases_per_million": 1916.728, - "new_cases_per_million": 71.502, - "new_cases_smoothed_per_million": 69.585, - "total_deaths_per_million": 298.633, - "new_deaths_per_million": 18.03, - "new_deaths_smoothed_per_million": 12.963, - "new_tests": 22763.0, - "total_tests": 554992.0, - "total_tests_per_thousand": 8.175, - "new_tests_per_thousand": 0.335, - "new_tests_smoothed": 22726.0, - "new_tests_smoothed_per_thousand": 0.335, - "tests_per_case": 4.811, - "positive_rate": 0.20800000000000002, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-23", - "total_cases": 134879.0, - "new_cases": 4760.0, - "new_cases_smoothed": 4785.857, - "total_deaths": 21120.0, - "new_deaths": 847.0, - "new_deaths_smoothed": 875.286, - "total_cases_per_million": 1986.845, - "new_cases_per_million": 70.118, - "new_cases_smoothed_per_million": 70.498, - "total_deaths_per_million": 311.11, - "new_deaths_per_million": 12.477, - "new_deaths_smoothed_per_million": 12.893, - "new_tests": 23073.0, - "total_tests": 578066.0, - "total_tests_per_thousand": 8.515, - "new_tests_per_thousand": 0.34, - "new_tests_smoothed": 23371.0, - "new_tests_smoothed_per_thousand": 0.344, - "tests_per_case": 4.883, - "positive_rate": 0.205, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-24", - "total_cases": 140366.0, - "new_cases": 5487.0, - "new_cases_smoothed": 4846.143, - "total_deaths": 21802.0, - "new_deaths": 682.0, - "new_deaths_smoothed": 824.714, - "total_cases_per_million": 2067.672, - "new_cases_per_million": 80.827, - "new_cases_smoothed_per_million": 71.386, - "total_deaths_per_million": 321.156, - "new_deaths_per_million": 10.046, - "new_deaths_smoothed_per_million": 12.149, - "new_tests": 28024.0, - "total_tests": 606093.0, - "total_tests_per_thousand": 8.928, - "new_tests_per_thousand": 0.413, - "new_tests_smoothed": 24386.0, - "new_tests_smoothed_per_thousand": 0.359, - "tests_per_case": 5.032, - "positive_rate": 0.19899999999999998, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-25", - "total_cases": 145524.0, - "new_cases": 5158.0, - "new_cases_smoothed": 4827.0, - "total_deaths": 22812.0, - "new_deaths": 1010.0, - "new_deaths_smoothed": 838.571, - "total_cases_per_million": 2143.652, - "new_cases_per_million": 75.98, - "new_cases_smoothed_per_million": 71.104, - "total_deaths_per_million": 336.034, - "new_deaths_per_million": 14.878, - "new_deaths_smoothed_per_million": 12.353, - "new_tests": 28225.0, - "total_tests": 634319.0, - "total_tests_per_thousand": 9.344, - "new_tests_per_thousand": 0.416, - "new_tests_smoothed": 25399.0, - "new_tests_smoothed_per_thousand": 0.374, - "tests_per_case": 5.2620000000000005, - "positive_rate": 0.19, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-26", - "total_cases": 150494.0, - "new_cases": 4970.0, - "new_cases_smoothed": 4829.0, - "total_deaths": 23627.0, - "new_deaths": 815.0, - "new_deaths_smoothed": 797.143, - "total_cases_per_million": 2216.863, - "new_cases_per_million": 73.211, - "new_cases_smoothed_per_million": 71.134, - "total_deaths_per_million": 348.039, - "new_deaths_per_million": 12.005, - "new_deaths_smoothed_per_million": 11.742, - "new_tests": 29058.0, - "total_tests": 663377.0, - "total_tests_per_thousand": 9.772, - "new_tests_per_thousand": 0.428, - "new_tests_smoothed": 26514.0, - "new_tests_smoothed_per_thousand": 0.391, - "tests_per_case": 5.4910000000000005, - "positive_rate": 0.182, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-27", - "total_cases": 154242.0, - "new_cases": 3748.0, - "new_cases_smoothed": 4690.0, - "total_deaths": 23991.0, - "new_deaths": 364.0, - "new_deaths_smoothed": 787.429, - "total_cases_per_million": 2272.074, - "new_cases_per_million": 55.21, - "new_cases_smoothed_per_million": 69.086, - "total_deaths_per_million": 353.401, - "new_deaths_per_million": 5.362, - "new_deaths_smoothed_per_million": 11.599, - "new_tests": 31610.0, - "total_tests": 694987.0, - "total_tests_per_thousand": 10.238, - "new_tests_per_thousand": 0.466, - "new_tests_smoothed": 28271.0, - "new_tests_smoothed_per_thousand": 0.416, - "tests_per_case": 6.028, - "positive_rate": 0.166, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-28", - "total_cases": 157715.0, - "new_cases": 3473.0, - "new_cases_smoothed": 4635.714, - "total_deaths": 24311.0, - "new_deaths": 320.0, - "new_deaths_smoothed": 751.714, - "total_cases_per_million": 2323.233, - "new_cases_per_million": 51.159, - "new_cases_smoothed_per_million": 68.287, - "total_deaths_per_million": 358.115, - "new_deaths_per_million": 4.714, - "new_deaths_smoothed_per_million": 11.073, - "new_tests": 31453.0, - "total_tests": 726553.0, - "total_tests_per_thousand": 10.703, - "new_tests_per_thousand": 0.463, - "new_tests_smoothed": 27761.0, - "new_tests_smoothed_per_thousand": 0.409, - "tests_per_case": 5.989, - "positive_rate": 0.16699999999999998, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-29", - "total_cases": 162421.0, - "new_cases": 4706.0, - "new_cases_smoothed": 4614.571, - "total_deaths": 25280.0, - "new_deaths": 969.0, - "new_deaths_smoothed": 715.286, - "total_cases_per_million": 2392.555, - "new_cases_per_million": 69.322, - "new_cases_smoothed_per_million": 67.975, - "total_deaths_per_million": 372.389, - "new_deaths_per_million": 14.274, - "new_deaths_smoothed_per_million": 10.537, - "new_tests": 45263.0, - "total_tests": 771817.0, - "total_tests_per_thousand": 11.369, - "new_tests_per_thousand": 0.667, - "new_tests_smoothed": 30975.0, - "new_tests_smoothed_per_thousand": 0.456, - "tests_per_case": 6.712000000000001, - "positive_rate": 0.149, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-04-30", - "total_cases": 167150.0, - "new_cases": 4729.0, - "new_cases_smoothed": 4610.143, - "total_deaths": 26049.0, - "new_deaths": 769.0, - "new_deaths_smoothed": 704.143, - "total_cases_per_million": 2462.216, - "new_cases_per_million": 69.661, - "new_cases_smoothed_per_million": 67.91, - "total_deaths_per_million": 383.717, - "new_deaths_per_million": 11.328, - "new_deaths_smoothed_per_million": 10.372, - "new_tests": 65643.0, - "total_tests": 839597.0, - "total_tests_per_thousand": 12.368, - "new_tests_per_thousand": 0.967, - "new_tests_smoothed": 37362.0, - "new_tests_smoothed_per_thousand": 0.55, - "tests_per_case": 8.104, - "positive_rate": 0.12300000000000001, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-01", - "total_cases": 172592.0, - "new_cases": 5442.0, - "new_cases_smoothed": 4603.714, - "total_deaths": 26683.0, - "new_deaths": 634.0, - "new_deaths_smoothed": 697.286, - "total_cases_per_million": 2542.38, - "new_cases_per_million": 80.164, - "new_cases_smoothed_per_million": 67.815, - "total_deaths_per_million": 393.056, - "new_deaths_per_million": 9.339, - "new_deaths_smoothed_per_million": 10.271, - "new_tests": 83143.0, - "total_tests": 922684.0, - "total_tests_per_thousand": 13.592, - "new_tests_per_thousand": 1.225, - "new_tests_smoothed": 45227.0, - "new_tests_smoothed_per_thousand": 0.666, - "tests_per_case": 9.824, - "positive_rate": 0.102, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-02", - "total_cases": 177558.0, - "new_cases": 4966.0, - "new_cases_smoothed": 4576.286, - "total_deaths": 27381.0, - "new_deaths": 698.0, - "new_deaths_smoothed": 652.714, - "total_cases_per_million": 2615.532, - "new_cases_per_million": 73.152, - "new_cases_smoothed_per_million": 67.411, - "total_deaths_per_million": 403.338, - "new_deaths_per_million": 10.282, - "new_deaths_smoothed_per_million": 9.615, - "new_tests": 74142.0, - "total_tests": 996826.0, - "total_tests_per_thousand": 14.684, - "new_tests_per_thousand": 1.092, - "new_tests_smoothed": 51787.0, - "new_tests_smoothed_per_thousand": 0.763, - "tests_per_case": 11.315999999999999, - "positive_rate": 0.08800000000000001, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-03", - "total_cases": 182295.0, - "new_cases": 4737.0, - "new_cases_smoothed": 4543.0, - "total_deaths": 27965.0, - "new_deaths": 584.0, - "new_deaths_smoothed": 619.714, - "total_cases_per_million": 2685.311, - "new_cases_per_million": 69.779, - "new_cases_smoothed_per_million": 66.921, - "total_deaths_per_million": 411.941, - "new_deaths_per_million": 8.603, - "new_deaths_smoothed_per_million": 9.129, - "new_tests": 63559.0, - "total_tests": 1060387.0, - "total_tests_per_thousand": 15.62, - "new_tests_per_thousand": 0.936, - "new_tests_smoothed": 56716.0, - "new_tests_smoothed_per_thousand": 0.835, - "tests_per_case": 12.484000000000002, - "positive_rate": 0.08, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-04", - "total_cases": 185524.0, - "new_cases": 3229.0, - "new_cases_smoothed": 4468.857, - "total_deaths": 28218.0, - "new_deaths": 253.0, - "new_deaths_smoothed": 603.857, - "total_cases_per_million": 2732.876, - "new_cases_per_million": 47.565, - "new_cases_smoothed_per_million": 65.829, - "total_deaths_per_million": 415.667, - "new_deaths_per_million": 3.727, - "new_deaths_smoothed_per_million": 8.895, - "new_tests": 68203.0, - "total_tests": 1128590.0, - "total_tests_per_thousand": 16.625, - "new_tests_per_thousand": 1.005, - "new_tests_smoothed": 61943.0, - "new_tests_smoothed_per_thousand": 0.912, - "tests_per_case": 13.860999999999999, - "positive_rate": 0.07200000000000001, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-05", - "total_cases": 188506.0, - "new_cases": 2982.0, - "new_cases_smoothed": 4398.714, - "total_deaths": 28490.0, - "new_deaths": 272.0, - "new_deaths_smoothed": 597.0, - "total_cases_per_million": 2776.802, - "new_cases_per_million": 43.927, - "new_cases_smoothed_per_million": 64.796, - "total_deaths_per_million": 419.674, - "new_deaths_per_million": 4.007, - "new_deaths_smoothed_per_million": 8.794, - "new_tests": 71764.0, - "total_tests": 1202251.0, - "total_tests_per_thousand": 17.71, - "new_tests_per_thousand": 1.057, - "new_tests_smoothed": 67957.0, - "new_tests_smoothed_per_thousand": 1.001, - "tests_per_case": 15.449000000000002, - "positive_rate": 0.065, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-06", - "total_cases": 191895.0, - "new_cases": 3389.0, - "new_cases_smoothed": 4210.571, - "total_deaths": 29216.0, - "new_deaths": 726.0, - "new_deaths_smoothed": 562.286, - "total_cases_per_million": 2826.724, - "new_cases_per_million": 49.922, - "new_cases_smoothed_per_million": 62.024, - "total_deaths_per_million": 430.369, - "new_deaths_per_million": 10.694, - "new_deaths_smoothed_per_million": 8.283, - "new_tests": 65803.0, - "total_tests": 1268054.0, - "total_tests_per_thousand": 18.679, - "new_tests_per_thousand": 0.969, - "new_tests_smoothed": 70891.0, - "new_tests_smoothed_per_thousand": 1.044, - "tests_per_case": 16.836, - "positive_rate": 0.059000000000000004, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-07", - "total_cases": 195577.0, - "new_cases": 3682.0, - "new_cases_smoothed": 4061.0, - "total_deaths": 29863.0, - "new_deaths": 647.0, - "new_deaths_smoothed": 544.857, - "total_cases_per_million": 2880.962, - "new_cases_per_million": 54.238, - "new_cases_smoothed_per_million": 59.821, - "total_deaths_per_million": 439.899, - "new_deaths_per_million": 9.531, - "new_deaths_smoothed_per_million": 8.026, - "new_tests": 73277.0, - "total_tests": 1343722.0, - "total_tests_per_thousand": 19.794, - "new_tests_per_thousand": 1.079, - "new_tests_smoothed": 72018.0, - "new_tests_smoothed_per_thousand": 1.061, - "tests_per_case": 17.734, - "positive_rate": 0.055999999999999994, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-08", - "total_cases": 199404.0, - "new_cases": 3827.0, - "new_cases_smoothed": 3830.286, - "total_deaths": 30321.0, - "new_deaths": 458.0, - "new_deaths_smoothed": 519.714, - "total_cases_per_million": 2937.336, - "new_cases_per_million": 56.374, - "new_cases_smoothed_per_million": 56.422, - "total_deaths_per_million": 446.646, - "new_deaths_per_million": 6.747, - "new_deaths_smoothed_per_million": 7.656, - "new_tests": 76741.0, - "total_tests": 1420462.0, - "total_tests_per_thousand": 20.924, - "new_tests_per_thousand": 1.13, - "new_tests_smoothed": 71111.0, - "new_tests_smoothed_per_thousand": 1.048, - "tests_per_case": 18.565, - "positive_rate": 0.054000000000000006, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-09", - "total_cases": 203171.0, - "new_cases": 3767.0, - "new_cases_smoothed": 3659.0, - "total_deaths": 30900.0, - "new_deaths": 579.0, - "new_deaths_smoothed": 502.714, - "total_cases_per_million": 2992.826, - "new_cases_per_million": 55.49, - "new_cases_smoothed_per_million": 53.899, - "total_deaths_per_million": 455.175, - "new_deaths_per_million": 8.529, - "new_deaths_smoothed_per_million": 7.405, - "new_tests": 74836.0, - "total_tests": 1495302.0, - "total_tests_per_thousand": 22.027, - "new_tests_per_thousand": 1.102, - "new_tests_smoothed": 71211.0, - "new_tests_smoothed_per_thousand": 1.049, - "tests_per_case": 19.462, - "positive_rate": 0.051, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-10", - "total_cases": 206234.0, - "new_cases": 3063.0, - "new_cases_smoothed": 3419.857, - "total_deaths": 31175.0, - "new_deaths": 275.0, - "new_deaths_smoothed": 458.571, - "total_cases_per_million": 3037.946, - "new_cases_per_million": 45.12, - "new_cases_smoothed_per_million": 50.376, - "total_deaths_per_million": 459.226, - "new_deaths_per_million": 4.051, - "new_deaths_smoothed_per_million": 6.755, - "new_tests": 74586.0, - "total_tests": 1569888.0, - "total_tests_per_thousand": 23.125, - "new_tests_per_thousand": 1.099, - "new_tests_smoothed": 72786.0, - "new_tests_smoothed_per_thousand": 1.072, - "tests_per_case": 21.283, - "positive_rate": 0.047, - "tests_units": "tests performed", - "stringency_index": 79.63 - }, - { - "date": "2020-05-11", - "total_cases": 208391.0, - "new_cases": 2157.0, - "new_cases_smoothed": 3266.714, - "total_deaths": 31392.0, - "new_deaths": 217.0, - "new_deaths_smoothed": 453.429, - "total_cases_per_million": 3069.72, - "new_cases_per_million": 31.774, - "new_cases_smoothed_per_million": 48.121, - "total_deaths_per_million": 462.422, - "new_deaths_per_million": 3.197, - "new_deaths_smoothed_per_million": 6.679, - "new_tests": 73541.0, - "total_tests": 1643429.0, - "total_tests_per_thousand": 24.209, - "new_tests_per_thousand": 1.083, - "new_tests_smoothed": 73548.0, - "new_tests_smoothed_per_thousand": 1.083, - "tests_per_case": 22.514, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-12", - "total_cases": 210720.0, - "new_cases": 2329.0, - "new_cases_smoothed": 3173.429, - "total_deaths": 31579.0, - "new_deaths": 187.0, - "new_deaths_smoothed": 441.286, - "total_cases_per_million": 3104.027, - "new_cases_per_million": 34.308, - "new_cases_smoothed_per_million": 46.746, - "total_deaths_per_million": 465.177, - "new_deaths_per_million": 2.755, - "new_deaths_smoothed_per_million": 6.5, - "new_tests": 67116.0, - "total_tests": 1710628.0, - "total_tests_per_thousand": 25.199, - "new_tests_per_thousand": 0.989, - "new_tests_smoothed": 72625.0, - "new_tests_smoothed_per_thousand": 1.07, - "tests_per_case": 22.885, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 77.78 - }, - { - "date": "2020-05-13", - "total_cases": 214306.0, - "new_cases": 3586.0, - "new_cases_smoothed": 3201.571, - "total_deaths": 32193.0, - "new_deaths": 614.0, - "new_deaths_smoothed": 425.286, - "total_cases_per_million": 3156.851, - "new_cases_per_million": 52.824, - "new_cases_smoothed_per_million": 47.161, - "total_deaths_per_million": 474.221, - "new_deaths_per_million": 9.045, - "new_deaths_smoothed_per_million": 6.265, - "new_tests": 72368.0, - "total_tests": 1782996.0, - "total_tests_per_thousand": 26.265, - "new_tests_per_thousand": 1.066, - "new_tests_smoothed": 73563.0, - "new_tests_smoothed_per_thousand": 1.084, - "tests_per_case": 22.976999999999997, - "positive_rate": 0.044000000000000004, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-14", - "total_cases": 217708.0, - "new_cases": 3402.0, - "new_cases_smoothed": 3161.571, - "total_deaths": 32640.0, - "new_deaths": 447.0, - "new_deaths_smoothed": 396.714, - "total_cases_per_million": 3206.964, - "new_cases_per_million": 50.113, - "new_cases_smoothed_per_million": 46.572, - "total_deaths_per_million": 480.806, - "new_deaths_per_million": 6.585, - "new_deaths_smoothed_per_million": 5.844, - "new_tests": 80713.0, - "total_tests": 1864403.0, - "total_tests_per_thousand": 27.464, - "new_tests_per_thousand": 1.189, - "new_tests_smoothed": 74383.0, - "new_tests_smoothed_per_thousand": 1.096, - "tests_per_case": 23.526999999999997, - "positive_rate": 0.043, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-15", - "total_cases": 221015.0, - "new_cases": 3307.0, - "new_cases_smoothed": 3087.286, - "total_deaths": 32992.0, - "new_deaths": 352.0, - "new_deaths_smoothed": 381.571, - "total_cases_per_million": 3255.678, - "new_cases_per_million": 48.714, - "new_cases_smoothed_per_million": 45.477, - "total_deaths_per_million": 485.991, - "new_deaths_per_million": 5.185, - "new_deaths_smoothed_per_million": 5.621, - "new_tests": 81595.0, - "total_tests": 1946011.0, - "total_tests_per_thousand": 28.666, - "new_tests_per_thousand": 1.202, - "new_tests_smoothed": 75078.0, - "new_tests_smoothed_per_thousand": 1.106, - "tests_per_case": 24.318, - "positive_rate": 0.040999999999999995, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-16", - "total_cases": 223643.0, - "new_cases": 2628.0, - "new_cases_smoothed": 2924.571, - "total_deaths": 33342.0, - "new_deaths": 350.0, - "new_deaths_smoothed": 348.857, - "total_cases_per_million": 3294.39, - "new_cases_per_million": 38.712, - "new_cases_smoothed_per_million": 43.081, - "total_deaths_per_million": 491.147, - "new_deaths_per_million": 5.156, - "new_deaths_smoothed_per_million": 5.139, - "new_tests": 88046.0, - "total_tests": 2034056.0, - "total_tests_per_thousand": 29.963, - "new_tests_per_thousand": 1.297, - "new_tests_smoothed": 76965.0, - "new_tests_smoothed_per_thousand": 1.134, - "tests_per_case": 26.316999999999997, - "positive_rate": 0.038, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-17", - "total_cases": 226169.0, - "new_cases": 2526.0, - "new_cases_smoothed": 2847.857, - "total_deaths": 33753.0, - "new_deaths": 411.0, - "new_deaths_smoothed": 368.286, - "total_cases_per_million": 3331.6, - "new_cases_per_million": 37.209, - "new_cases_smoothed_per_million": 41.951, - "total_deaths_per_million": 497.201, - "new_deaths_per_million": 6.054, - "new_deaths_smoothed_per_million": 5.425, - "new_tests": 88262.0, - "total_tests": 2122318.0, - "total_tests_per_thousand": 31.263, - "new_tests_per_thousand": 1.3, - "new_tests_smoothed": 78919.0, - "new_tests_smoothed_per_thousand": 1.163, - "tests_per_case": 27.712, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-18", - "total_cases": 228248.0, - "new_cases": 2079.0, - "new_cases_smoothed": 2836.714, - "total_deaths": 33820.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 346.857, - "total_cases_per_million": 3362.225, - "new_cases_per_million": 30.625, - "new_cases_smoothed_per_million": 41.786, - "total_deaths_per_million": 498.188, - "new_deaths_per_million": 0.987, - "new_deaths_smoothed_per_million": 5.109, - "new_tests": 75290.0, - "total_tests": 2197608.0, - "total_tests_per_thousand": 32.372, - "new_tests_per_thousand": 1.109, - "new_tests_smoothed": 79168.0, - "new_tests_smoothed_per_thousand": 1.166, - "tests_per_case": 27.908, - "positive_rate": 0.036000000000000004, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-19", - "total_cases": 230086.0, - "new_cases": 1838.0, - "new_cases_smoothed": 2766.571, - "total_deaths": 33966.0, - "new_deaths": 146.0, - "new_deaths_smoothed": 341.0, - "total_cases_per_million": 3389.3, - "new_cases_per_million": 27.075, - "new_cases_smoothed_per_million": 40.753, - "total_deaths_per_million": 500.339, - "new_deaths_per_million": 2.151, - "new_deaths_smoothed_per_million": 5.023, - "new_tests": 63028.0, - "total_tests": 2260688.0, - "total_tests_per_thousand": 33.301, - "new_tests_per_thousand": 0.928, - "new_tests_smoothed": 78580.0, - "new_tests_smoothed_per_thousand": 1.158, - "tests_per_case": 28.403000000000002, - "positive_rate": 0.035, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-20", - "total_cases": 232675.0, - "new_cases": 2589.0, - "new_cases_smoothed": 2624.143, - "total_deaths": 34466.0, - "new_deaths": 500.0, - "new_deaths_smoothed": 324.714, - "total_cases_per_million": 3427.437, - "new_cases_per_million": 38.137, - "new_cases_smoothed_per_million": 38.655, - "total_deaths_per_million": 507.704, - "new_deaths_per_million": 7.365, - "new_deaths_smoothed_per_million": 4.783, - "new_tests": 79653.0, - "total_tests": 2332060.0, - "total_tests_per_thousand": 34.353, - "new_tests_per_thousand": 1.173, - "new_tests_smoothed": 78438.0, - "new_tests_smoothed_per_thousand": 1.155, - "tests_per_case": 29.891, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-21", - "total_cases": 235727.0, - "new_cases": 3052.0, - "new_cases_smoothed": 2574.143, - "total_deaths": 34794.0, - "new_deaths": 328.0, - "new_deaths_smoothed": 307.714, - "total_cases_per_million": 3472.395, - "new_cases_per_million": 44.958, - "new_cases_smoothed_per_million": 37.919, - "total_deaths_per_million": 512.536, - "new_deaths_per_million": 4.832, - "new_deaths_smoothed_per_million": 4.533, - "new_tests": 81403.0, - "total_tests": 2413462.0, - "total_tests_per_thousand": 35.552, - "new_tests_per_thousand": 1.199, - "new_tests_smoothed": 78437.0, - "new_tests_smoothed_per_thousand": 1.155, - "tests_per_case": 30.471, - "positive_rate": 0.033, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-22", - "total_cases": 238445.0, - "new_cases": 2718.0, - "new_cases_smoothed": 2490.0, - "total_deaths": 35067.0, - "new_deaths": 273.0, - "new_deaths_smoothed": 296.429, - "total_cases_per_million": 3512.432, - "new_cases_per_million": 40.038, - "new_cases_smoothed_per_million": 36.679, - "total_deaths_per_million": 516.557, - "new_deaths_per_million": 4.021, - "new_deaths_smoothed_per_million": 4.367, - "new_tests": 93398.0, - "total_tests": 2506869.0, - "total_tests_per_thousand": 36.928, - "new_tests_per_thousand": 1.376, - "new_tests_smoothed": 80123.0, - "new_tests_smoothed_per_thousand": 1.18, - "tests_per_case": 32.178000000000004, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-23", - "total_cases": 241019.0, - "new_cases": 2574.0, - "new_cases_smoothed": 2482.286, - "total_deaths": 35358.0, - "new_deaths": 291.0, - "new_deaths_smoothed": 288.0, - "total_cases_per_million": 3550.349, - "new_cases_per_million": 37.917, - "new_cases_smoothed_per_million": 36.566, - "total_deaths_per_million": 520.844, - "new_deaths_per_million": 4.287, - "new_deaths_smoothed_per_million": 4.242, - "new_tests": 84060.0, - "total_tests": 2590930.0, - "total_tests_per_thousand": 38.166, - "new_tests_per_thousand": 1.238, - "new_tests_smoothed": 79553.0, - "new_tests_smoothed_per_thousand": 1.172, - "tests_per_case": 32.048, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-24", - "total_cases": 243081.0, - "new_cases": 2062.0, - "new_cases_smoothed": 2416.0, - "total_deaths": 35578.0, - "new_deaths": 220.0, - "new_deaths_smoothed": 260.714, - "total_cases_per_million": 3580.723, - "new_cases_per_million": 30.374, - "new_cases_smoothed_per_million": 35.589, - "total_deaths_per_million": 524.084, - "new_deaths_per_million": 3.241, - "new_deaths_smoothed_per_million": 3.84, - "new_tests": 79902.0, - "total_tests": 2670829.0, - "total_tests_per_thousand": 39.343, - "new_tests_per_thousand": 1.177, - "new_tests_smoothed": 78359.0, - "new_tests_smoothed_per_thousand": 1.154, - "tests_per_case": 32.433, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-25", - "total_cases": 244608.0, - "new_cases": 1527.0, - "new_cases_smoothed": 2337.143, - "total_deaths": 35957.0, - "new_deaths": 379.0, - "new_deaths_smoothed": 305.286, - "total_cases_per_million": 3603.217, - "new_cases_per_million": 22.494, - "new_cases_smoothed_per_million": 34.427, - "total_deaths_per_million": 529.667, - "new_deaths_per_million": 5.583, - "new_deaths_smoothed_per_million": 4.497, - "new_tests": 51844.0, - "total_tests": 2722676.0, - "total_tests_per_thousand": 40.107, - "new_tests_per_thousand": 0.764, - "new_tests_smoothed": 75010.0, - "new_tests_smoothed_per_thousand": 1.105, - "tests_per_case": 32.095, - "positive_rate": 0.031, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-26", - "total_cases": 245972.0, - "new_cases": 1364.0, - "new_cases_smoothed": 2269.429, - "total_deaths": 36061.0, - "new_deaths": 104.0, - "new_deaths_smoothed": 299.286, - "total_cases_per_million": 3623.309, - "new_cases_per_million": 20.093, - "new_cases_smoothed_per_million": 33.43, - "total_deaths_per_million": 531.199, - "new_deaths_per_million": 1.532, - "new_deaths_smoothed_per_million": 4.409, - "new_tests": 69381.0, - "total_tests": 2859563.0, - "total_tests_per_thousand": 42.123, - "new_tests_per_thousand": 1.022, - "new_tests_smoothed": 85554.0, - "new_tests_smoothed_per_thousand": 1.26, - "tests_per_case": 37.698, - "positive_rate": 0.027000000000000003, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-27", - "total_cases": 247596.0, - "new_cases": 1624.0, - "new_cases_smoothed": 2131.571, - "total_deaths": 36192.0, - "new_deaths": 131.0, - "new_deaths_smoothed": 246.571, - "total_cases_per_million": 3647.232, - "new_cases_per_million": 23.922, - "new_cases_smoothed_per_million": 31.399, - "total_deaths_per_million": 533.129, - "new_deaths_per_million": 1.93, - "new_deaths_smoothed_per_million": 3.632, - "new_tests": 63765.0, - "total_tests": 2923504.0, - "total_tests_per_thousand": 43.065, - "new_tests_per_thousand": 0.939, - "new_tests_smoothed": 84492.0, - "new_tests_smoothed_per_thousand": 1.245, - "tests_per_case": 39.638000000000005, - "positive_rate": 0.025, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-28", - "total_cases": 249268.0, - "new_cases": 1672.0, - "new_cases_smoothed": 1934.429, - "total_deaths": 36614.0, - "new_deaths": 422.0, - "new_deaths_smoothed": 260.0, - "total_cases_per_million": 3671.861, - "new_cases_per_million": 24.63, - "new_cases_smoothed_per_million": 28.495, - "total_deaths_per_million": 539.345, - "new_deaths_per_million": 6.216, - "new_deaths_smoothed_per_million": 3.83, - "new_tests": 70329.0, - "total_tests": 2993833.0, - "total_tests_per_thousand": 44.101, - "new_tests_per_thousand": 1.036, - "new_tests_smoothed": 82910.0, - "new_tests_smoothed_per_thousand": 1.221, - "tests_per_case": 42.86, - "positive_rate": 0.023, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-05-29", - "total_cases": 251103.0, - "new_cases": 1835.0, - "new_cases_smoothed": 1808.286, - "total_deaths": 36957.0, - "new_deaths": 343.0, - "new_deaths_smoothed": 270.0, - "total_cases_per_million": 3698.892, - "new_cases_per_million": 27.031, - "new_cases_smoothed_per_million": 26.637, - "total_deaths_per_million": 544.398, - "new_deaths_per_million": 5.053, - "new_deaths_smoothed_per_million": 3.977, - "new_tests": 84634.0, - "total_tests": 3078468.0, - "total_tests_per_thousand": 45.348, - "new_tests_per_thousand": 1.247, - "new_tests_smoothed": 81657.0, - "new_tests_smoothed_per_thousand": 1.203, - "tests_per_case": 45.157, - "positive_rate": 0.022000000000000002, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-30", - "total_cases": 252863.0, - "new_cases": 1760.0, - "new_cases_smoothed": 1692.0, - "total_deaths": 37231.0, - "new_deaths": 274.0, - "new_deaths_smoothed": 267.571, - "total_cases_per_million": 3724.818, - "new_cases_per_million": 25.926, - "new_cases_smoothed_per_million": 24.924, - "total_deaths_per_million": 548.434, - "new_deaths_per_million": 4.036, - "new_deaths_smoothed_per_million": 3.941, - "new_tests": 95550.0, - "total_tests": 3174018.0, - "total_tests_per_thousand": 46.755, - "new_tests_per_thousand": 1.408, - "new_tests_smoothed": 83298.0, - "new_tests_smoothed_per_thousand": 1.227, - "tests_per_case": 49.23, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-05-31", - "total_cases": 254390.0, - "new_cases": 1527.0, - "new_cases_smoothed": 1615.571, - "total_deaths": 37385.0, - "new_deaths": 154.0, - "new_deaths_smoothed": 258.143, - "total_cases_per_million": 3747.311, - "new_cases_per_million": 22.494, - "new_cases_smoothed_per_million": 23.798, - "total_deaths_per_million": 550.703, - "new_deaths_per_million": 2.269, - "new_deaths_smoothed_per_million": 3.803, - "new_tests": 89867.0, - "total_tests": 3263888.0, - "total_tests_per_thousand": 48.079, - "new_tests_per_thousand": 1.324, - "new_tests_smoothed": 84723.0, - "new_tests_smoothed_per_thousand": 1.248, - "tests_per_case": 52.442, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 69.44 - }, - { - "date": "2020-06-01", - "total_cases": 255515.0, - "new_cases": 1125.0, - "new_cases_smoothed": 1558.143, - "total_deaths": 37445.0, - "new_deaths": 60.0, - "new_deaths_smoothed": 212.571, - "total_cases_per_million": 3763.883, - "new_cases_per_million": 16.572, - "new_cases_smoothed_per_million": 22.952, - "total_deaths_per_million": 551.586, - "new_deaths_per_million": 0.884, - "new_deaths_smoothed_per_million": 3.131, - "new_tests": 75263.0, - "total_tests": 3339151.0, - "total_tests_per_thousand": 49.188, - "new_tests_per_thousand": 1.109, - "new_tests_smoothed": 88068.0, - "new_tests_smoothed_per_thousand": 1.297, - "tests_per_case": 56.521, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-02", - "total_cases": 256594.0, - "new_cases": 1079.0, - "new_cases_smoothed": 1517.429, - "total_deaths": 37531.0, - "new_deaths": 86.0, - "new_deaths_smoothed": 210.0, - "total_cases_per_million": 3779.778, - "new_cases_per_million": 15.894, - "new_cases_smoothed_per_million": 22.353, - "total_deaths_per_million": 552.853, - "new_deaths_per_million": 1.267, - "new_deaths_smoothed_per_million": 3.093, - "new_tests": 64763.0, - "total_tests": 3403873.0, - "total_tests_per_thousand": 50.141, - "new_tests_per_thousand": 0.954, - "new_tests_smoothed": 77759.0, - "new_tests_smoothed_per_thousand": 1.145, - "tests_per_case": 51.244, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-03", - "total_cases": 258035.0, - "new_cases": 1441.0, - "new_cases_smoothed": 1491.286, - "total_deaths": 37780.0, - "new_deaths": 249.0, - "new_deaths_smoothed": 226.857, - "total_cases_per_million": 3801.004, - "new_cases_per_million": 21.227, - "new_cases_smoothed_per_million": 21.967, - "total_deaths_per_million": 556.521, - "new_deaths_per_million": 3.668, - "new_deaths_smoothed_per_million": 3.342, - "new_tests": 86267.0, - "total_tests": 3490527.0, - "total_tests_per_thousand": 51.417, - "new_tests_per_thousand": 1.271, - "new_tests_smoothed": 81003.0, - "new_tests_smoothed_per_thousand": 1.193, - "tests_per_case": 54.318000000000005, - "positive_rate": 0.018000000000000002, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-04", - "total_cases": 259519.0, - "new_cases": 1484.0, - "new_cases_smoothed": 1464.429, - "total_deaths": 38034.0, - "new_deaths": 254.0, - "new_deaths_smoothed": 202.857, - "total_cases_per_million": 3822.865, - "new_cases_per_million": 21.86, - "new_cases_smoothed_per_million": 21.572, - "total_deaths_per_million": 560.263, - "new_deaths_per_million": 3.742, - "new_deaths_smoothed_per_million": 2.988, - "new_tests": 96674.0, - "total_tests": 3587330.0, - "total_tests_per_thousand": 52.843, - "new_tests_per_thousand": 1.424, - "new_tests_smoothed": 84785.0, - "new_tests_smoothed_per_thousand": 1.249, - "tests_per_case": 57.896, - "positive_rate": 0.017, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-05", - "total_cases": 260875.0, - "new_cases": 1356.0, - "new_cases_smoothed": 1396.0, - "total_deaths": 38164.0, - "new_deaths": 130.0, - "new_deaths_smoothed": 172.429, - "total_cases_per_million": 3842.839, - "new_cases_per_million": 19.975, - "new_cases_smoothed_per_million": 20.564, - "total_deaths_per_million": 562.178, - "new_deaths_per_million": 1.915, - "new_deaths_smoothed_per_million": 2.54, - "new_tests": 95445.0, - "total_tests": 3682775.0, - "total_tests_per_thousand": 54.249, - "new_tests_per_thousand": 1.406, - "new_tests_smoothed": 86330.0, - "new_tests_smoothed_per_thousand": 1.272, - "tests_per_case": 61.841, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-06", - "total_cases": 262118.0, - "new_cases": 1243.0, - "new_cases_smoothed": 1322.143, - "total_deaths": 38422.0, - "new_deaths": 258.0, - "new_deaths_smoothed": 170.143, - "total_cases_per_million": 3861.149, - "new_cases_per_million": 18.31, - "new_cases_smoothed_per_million": 19.476, - "total_deaths_per_million": 565.978, - "new_deaths_per_million": 3.8, - "new_deaths_smoothed_per_million": 2.506, - "new_tests": 98667.0, - "total_tests": 3782412.0, - "total_tests_per_thousand": 55.717, - "new_tests_per_thousand": 1.453, - "new_tests_smoothed": 86913.0, - "new_tests_smoothed_per_thousand": 1.28, - "tests_per_case": 65.736, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-07", - "total_cases": 263238.0, - "new_cases": 1120.0, - "new_cases_smoothed": 1264.0, - "total_deaths": 38565.0, - "new_deaths": 143.0, - "new_deaths_smoothed": 168.571, - "total_cases_per_million": 3877.648, - "new_cases_per_million": 16.498, - "new_cases_smoothed_per_million": 18.619, - "total_deaths_per_million": 568.085, - "new_deaths_per_million": 2.106, - "new_deaths_smoothed_per_million": 2.483, - "new_tests": 90562.0, - "total_tests": 3873426.0, - "total_tests_per_thousand": 57.058, - "new_tests_per_thousand": 1.334, - "new_tests_smoothed": 87077.0, - "new_tests_smoothed_per_thousand": 1.283, - "tests_per_case": 68.89, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 67.59 - }, - { - "date": "2020-06-08", - "total_cases": 264039.0, - "new_cases": 801.0, - "new_cases_smoothed": 1217.714, - "total_deaths": 38619.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 167.714, - "total_cases_per_million": 3889.447, - "new_cases_per_million": 11.799, - "new_cases_smoothed_per_million": 17.938, - "total_deaths_per_million": 568.88, - "new_deaths_per_million": 0.795, - "new_deaths_smoothed_per_million": 2.471, - "new_tests": 83790.0, - "total_tests": 3957326.0, - "total_tests_per_thousand": 58.294, - "new_tests_per_thousand": 1.234, - "new_tests_smoothed": 88311.0, - "new_tests_smoothed_per_thousand": 1.301, - "tests_per_case": 72.52199999999999, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-09", - "total_cases": 264760.0, - "new_cases": 721.0, - "new_cases_smoothed": 1166.571, - "total_deaths": 38666.0, - "new_deaths": 47.0, - "new_deaths_smoothed": 162.143, - "total_cases_per_million": 3900.068, - "new_cases_per_million": 10.621, - "new_cases_smoothed_per_million": 17.184, - "total_deaths_per_million": 569.572, - "new_deaths_per_million": 0.692, - "new_deaths_smoothed_per_million": 2.388, - "new_tests": 66769.0, - "total_tests": 4059548.0, - "total_tests_per_thousand": 59.799, - "new_tests_per_thousand": 0.984, - "new_tests_smoothed": 93668.0, - "new_tests_smoothed_per_thousand": 1.38, - "tests_per_case": 80.293, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-10", - "total_cases": 265859.0, - "new_cases": 1099.0, - "new_cases_smoothed": 1117.714, - "total_deaths": 38861.0, - "new_deaths": 195.0, - "new_deaths_smoothed": 154.429, - "total_cases_per_million": 3916.256, - "new_cases_per_million": 16.189, - "new_cases_smoothed_per_million": 16.465, - "total_deaths_per_million": 572.445, - "new_deaths_per_million": 2.872, - "new_deaths_smoothed_per_million": 2.275, - "new_tests": 91606.0, - "total_tests": 4151154.0, - "total_tests_per_thousand": 61.149, - "new_tests_per_thousand": 1.349, - "new_tests_smoothed": 94375.0, - "new_tests_smoothed_per_thousand": 1.39, - "tests_per_case": 84.436, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-11", - "total_cases": 267017.0, - "new_cases": 1158.0, - "new_cases_smoothed": 1071.143, - "total_deaths": 39025.0, - "new_deaths": 164.0, - "new_deaths_smoothed": 141.571, - "total_cases_per_million": 3933.314, - "new_cases_per_million": 17.058, - "new_cases_smoothed_per_million": 15.779, - "total_deaths_per_million": 574.861, - "new_deaths_per_million": 2.416, - "new_deaths_smoothed_per_million": 2.085, - "new_tests": 97852.0, - "total_tests": 4249081.0, - "total_tests_per_thousand": 62.591, - "new_tests_per_thousand": 1.441, - "new_tests_smoothed": 94536.0, - "new_tests_smoothed_per_thousand": 1.393, - "tests_per_case": 88.257, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-12", - "total_cases": 268216.0, - "new_cases": 1199.0, - "new_cases_smoothed": 1048.714, - "total_deaths": 39101.0, - "new_deaths": 76.0, - "new_deaths_smoothed": 133.857, - "total_cases_per_million": 3950.976, - "new_cases_per_million": 17.662, - "new_cases_smoothed_per_million": 15.448, - "total_deaths_per_million": 575.98, - "new_deaths_per_million": 1.12, - "new_deaths_smoothed_per_million": 1.972, - "new_tests": 98913.0, - "total_tests": 4349254.0, - "total_tests_per_thousand": 64.067, - "new_tests_per_thousand": 1.457, - "new_tests_smoothed": 95211.0, - "new_tests_smoothed_per_thousand": 1.403, - "tests_per_case": 90.788, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-13", - "total_cases": 269233.0, - "new_cases": 1017.0, - "new_cases_smoothed": 1016.429, - "total_deaths": 39232.0, - "new_deaths": 131.0, - "new_deaths_smoothed": 115.714, - "total_cases_per_million": 3965.957, - "new_cases_per_million": 14.981, - "new_cases_smoothed_per_million": 14.973, - "total_deaths_per_million": 577.91, - "new_deaths_per_million": 1.93, - "new_deaths_smoothed_per_million": 1.705, - "new_tests": 95216.0, - "total_tests": 4445275.0, - "total_tests_per_thousand": 65.481, - "new_tests_per_thousand": 1.403, - "new_tests_smoothed": 94695.0, - "new_tests_smoothed_per_thousand": 1.395, - "tests_per_case": 93.164, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-14", - "total_cases": 270285.0, - "new_cases": 1052.0, - "new_cases_smoothed": 1006.714, - "total_deaths": 39339.0, - "new_deaths": 107.0, - "new_deaths_smoothed": 110.571, - "total_cases_per_million": 3981.454, - "new_cases_per_million": 15.497, - "new_cases_smoothed_per_million": 14.829, - "total_deaths_per_million": 579.486, - "new_deaths_per_million": 1.576, - "new_deaths_smoothed_per_million": 1.629, - "new_tests": 96044.0, - "total_tests": 4542174.0, - "total_tests_per_thousand": 66.909, - "new_tests_per_thousand": 1.415, - "new_tests_smoothed": 95535.0, - "new_tests_smoothed_per_thousand": 1.407, - "tests_per_case": 94.898, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 73.15 - }, - { - "date": "2020-06-15", - "total_cases": 271175.0, - "new_cases": 890.0, - "new_cases_smoothed": 1019.429, - "total_deaths": 39366.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 106.714, - "total_cases_per_million": 3994.564, - "new_cases_per_million": 13.11, - "new_cases_smoothed_per_million": 15.017, - "total_deaths_per_million": 579.884, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 1.572, - "new_tests": 66688.0, - "total_tests": 4609714.0, - "total_tests_per_thousand": 67.904, - "new_tests_per_thousand": 0.982, - "new_tests_smoothed": 93198.0, - "new_tests_smoothed_per_thousand": 1.373, - "tests_per_case": 91.42200000000001, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-16", - "total_cases": 271997.0, - "new_cases": 822.0, - "new_cases_smoothed": 1033.857, - "total_deaths": 39395.0, - "new_deaths": 29.0, - "new_deaths_smoothed": 104.143, - "total_cases_per_million": 4006.673, - "new_cases_per_million": 12.109, - "new_cases_smoothed_per_million": 15.229, - "total_deaths_per_million": 580.311, - "new_deaths_per_million": 0.427, - "new_deaths_smoothed_per_million": 1.534, - "new_tests": 67808.0, - "total_tests": 4677522.0, - "total_tests_per_thousand": 68.903, - "new_tests_per_thousand": 0.999, - "new_tests_smoothed": 88282.0, - "new_tests_smoothed_per_thousand": 1.3, - "tests_per_case": 85.391, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-17", - "total_cases": 273040.0, - "new_cases": 1043.0, - "new_cases_smoothed": 1025.857, - "total_deaths": 39515.0, - "new_deaths": 120.0, - "new_deaths_smoothed": 93.429, - "total_cases_per_million": 4022.037, - "new_cases_per_million": 15.364, - "new_cases_smoothed_per_million": 15.111, - "total_deaths_per_million": 582.079, - "new_deaths_per_million": 1.768, - "new_deaths_smoothed_per_million": 1.376, - "new_tests": 78962.0, - "total_tests": 4756484.0, - "total_tests_per_thousand": 70.066, - "new_tests_per_thousand": 1.163, - "new_tests_smoothed": 86476.0, - "new_tests_smoothed_per_thousand": 1.274, - "tests_per_case": 84.296, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-18", - "total_cases": 274142.0, - "new_cases": 1102.0, - "new_cases_smoothed": 1017.857, - "total_deaths": 39625.0, - "new_deaths": 110.0, - "new_deaths_smoothed": 85.714, - "total_cases_per_million": 4038.27, - "new_cases_per_million": 16.233, - "new_cases_smoothed_per_million": 14.994, - "total_deaths_per_million": 583.699, - "new_deaths_per_million": 1.62, - "new_deaths_smoothed_per_million": 1.263, - "new_tests": 83864.0, - "total_tests": 4840348.0, - "total_tests_per_thousand": 71.301, - "new_tests_per_thousand": 1.235, - "new_tests_smoothed": 84467.0, - "new_tests_smoothed_per_thousand": 1.244, - "tests_per_case": 82.985, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-19", - "total_cases": 275155.0, - "new_cases": 1013.0, - "new_cases_smoothed": 991.286, - "total_deaths": 39692.0, - "new_deaths": 67.0, - "new_deaths_smoothed": 84.429, - "total_cases_per_million": 4053.192, - "new_cases_per_million": 14.922, - "new_cases_smoothed_per_million": 14.602, - "total_deaths_per_million": 584.686, - "new_deaths_per_million": 0.987, - "new_deaths_smoothed_per_million": 1.244, - "new_tests": 86579.0, - "total_tests": 4930797.0, - "total_tests_per_thousand": 72.633, - "new_tests_per_thousand": 1.275, - "new_tests_smoothed": 83078.0, - "new_tests_smoothed_per_thousand": 1.224, - "tests_per_case": 83.80799999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-20", - "total_cases": 276182.0, - "new_cases": 1027.0, - "new_cases_smoothed": 992.714, - "total_deaths": 39776.0, - "new_deaths": 84.0, - "new_deaths_smoothed": 77.714, - "total_cases_per_million": 4068.32, - "new_cases_per_million": 15.128, - "new_cases_smoothed_per_million": 14.623, - "total_deaths_per_million": 585.923, - "new_deaths_per_million": 1.237, - "new_deaths_smoothed_per_million": 1.145, - "new_tests": 87191.0, - "total_tests": 5017988.0, - "total_tests_per_thousand": 73.918, - "new_tests_per_thousand": 1.284, - "new_tests_smoothed": 81816.0, - "new_tests_smoothed_per_thousand": 1.205, - "tests_per_case": 82.416, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-21", - "total_cases": 277168.0, - "new_cases": 986.0, - "new_cases_smoothed": 983.286, - "total_deaths": 39847.0, - "new_deaths": 71.0, - "new_deaths_smoothed": 72.571, - "total_cases_per_million": 4082.845, - "new_cases_per_million": 14.524, - "new_cases_smoothed_per_million": 14.484, - "total_deaths_per_million": 586.969, - "new_deaths_per_million": 1.046, - "new_deaths_smoothed_per_million": 1.069, - "new_tests": 80564.0, - "total_tests": 5098834.0, - "total_tests_per_thousand": 75.109, - "new_tests_per_thousand": 1.187, - "new_tests_smoothed": 79523.0, - "new_tests_smoothed_per_thousand": 1.171, - "tests_per_case": 80.875, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-22", - "total_cases": 277855.0, - "new_cases": 687.0, - "new_cases_smoothed": 954.286, - "total_deaths": 39878.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 73.143, - "total_cases_per_million": 4092.964, - "new_cases_per_million": 10.12, - "new_cases_smoothed_per_million": 14.057, - "total_deaths_per_million": 587.426, - "new_deaths_per_million": 0.457, - "new_deaths_smoothed_per_million": 1.077, - "new_tests": 57102.0, - "total_tests": 5156119.0, - "total_tests_per_thousand": 75.953, - "new_tests_per_thousand": 0.841, - "new_tests_smoothed": 78058.0, - "new_tests_smoothed_per_thousand": 1.15, - "tests_per_case": 81.797, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-23", - "total_cases": 278494.0, - "new_cases": 639.0, - "new_cases_smoothed": 928.143, - "total_deaths": 39892.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 71.0, - "total_cases_per_million": 4102.377, - "new_cases_per_million": 9.413, - "new_cases_smoothed_per_million": 13.672, - "total_deaths_per_million": 587.632, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 1.046, - "new_tests": 59942.0, - "total_tests": 5219161.0, - "total_tests_per_thousand": 76.881, - "new_tests_per_thousand": 0.883, - "new_tests_smoothed": 77377.0, - "new_tests_smoothed_per_thousand": 1.14, - "tests_per_case": 83.368, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-24", - "total_cases": 279390.0, - "new_cases": 896.0, - "new_cases_smoothed": 907.143, - "total_deaths": 39986.0, - "new_deaths": 94.0, - "new_deaths_smoothed": 67.286, - "total_cases_per_million": 4115.576, - "new_cases_per_million": 13.199, - "new_cases_smoothed_per_million": 13.363, - "total_deaths_per_million": 589.017, - "new_deaths_per_million": 1.385, - "new_deaths_smoothed_per_million": 0.991, - "new_tests": 66756.0, - "total_tests": 5285917.0, - "total_tests_per_thousand": 77.865, - "new_tests_per_thousand": 0.983, - "new_tests_smoothed": 75633.0, - "new_tests_smoothed_per_thousand": 1.114, - "tests_per_case": 83.375, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-25", - "total_cases": 280276.0, - "new_cases": 886.0, - "new_cases_smoothed": 876.286, - "total_deaths": 40073.0, - "new_deaths": 87.0, - "new_deaths_smoothed": 64.0, - "total_cases_per_million": 4128.627, - "new_cases_per_million": 13.051, - "new_cases_smoothed_per_million": 12.908, - "total_deaths_per_million": 590.298, - "new_deaths_per_million": 1.282, - "new_deaths_smoothed_per_million": 0.943, - "new_tests": 88040.0, - "total_tests": 5373957.0, - "total_tests_per_thousand": 79.161, - "new_tests_per_thousand": 1.297, - "new_tests_smoothed": 76230.0, - "new_tests_smoothed_per_thousand": 1.123, - "tests_per_case": 86.992, - "positive_rate": 0.011000000000000001, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-26", - "total_cases": 281054.0, - "new_cases": 778.0, - "new_cases_smoothed": 842.714, - "total_deaths": 40172.0, - "new_deaths": 99.0, - "new_deaths_smoothed": 68.571, - "total_cases_per_million": 4140.088, - "new_cases_per_million": 11.46, - "new_cases_smoothed_per_million": 12.414, - "total_deaths_per_million": 591.757, - "new_deaths_per_million": 1.458, - "new_deaths_smoothed_per_million": 1.01, - "new_tests": 93173.0, - "total_tests": 5510701.0, - "total_tests_per_thousand": 81.176, - "new_tests_per_thousand": 1.372, - "new_tests_smoothed": 82843.0, - "new_tests_smoothed_per_thousand": 1.22, - "tests_per_case": 98.305, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-27", - "total_cases": 281775.0, - "new_cases": 721.0, - "new_cases_smoothed": 799.0, - "total_deaths": 40249.0, - "new_deaths": 77.0, - "new_deaths_smoothed": 67.571, - "total_cases_per_million": 4150.708, - "new_cases_per_million": 10.621, - "new_cases_smoothed_per_million": 11.77, - "total_deaths_per_million": 592.891, - "new_deaths_per_million": 1.134, - "new_deaths_smoothed_per_million": 0.995, - "new_tests": 93392.0, - "total_tests": 5604093.0, - "total_tests_per_thousand": 82.552, - "new_tests_per_thousand": 1.376, - "new_tests_smoothed": 83729.0, - "new_tests_smoothed_per_thousand": 1.233, - "tests_per_case": 104.792, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-28", - "total_cases": 282446.0, - "new_cases": 671.0, - "new_cases_smoothed": 754.0, - "total_deaths": 40289.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 63.143, - "total_cases_per_million": 4160.593, - "new_cases_per_million": 9.884, - "new_cases_smoothed_per_million": 11.107, - "total_deaths_per_million": 593.48, - "new_deaths_per_million": 0.589, - "new_deaths_smoothed_per_million": 0.93, - "new_tests": 90897.0, - "total_tests": 5694990.0, - "total_tests_per_thousand": 83.89, - "new_tests_per_thousand": 1.339, - "new_tests_smoothed": 85165.0, - "new_tests_smoothed_per_thousand": 1.255, - "tests_per_case": 112.95100000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-29", - "total_cases": 283095.0, - "new_cases": 649.0, - "new_cases_smoothed": 748.571, - "total_deaths": 40320.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 63.143, - "total_cases_per_million": 4170.153, - "new_cases_per_million": 9.56, - "new_cases_smoothed_per_million": 11.027, - "total_deaths_per_million": 593.937, - "new_deaths_per_million": 0.457, - "new_deaths_smoothed_per_million": 0.93, - "new_tests": 64453.0, - "total_tests": 5760203.0, - "total_tests_per_thousand": 84.851, - "new_tests_per_thousand": 0.949, - "new_tests_smoothed": 86298.0, - "new_tests_smoothed_per_thousand": 1.271, - "tests_per_case": 115.28399999999999, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-06-30", - "total_cases": 283541.0, - "new_cases": 446.0, - "new_cases_smoothed": 721.0, - "total_deaths": 40341.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 64.143, - "total_cases_per_million": 4176.722, - "new_cases_per_million": 6.57, - "new_cases_smoothed_per_million": 10.621, - "total_deaths_per_million": 594.246, - "new_deaths_per_million": 0.309, - "new_deaths_smoothed_per_million": 0.945, - "new_tests": 62572.0, - "total_tests": 5825239.0, - "total_tests_per_thousand": 85.809, - "new_tests_per_thousand": 0.922, - "new_tests_smoothed": 86583.0, - "new_tests_smoothed_per_thousand": 1.275, - "tests_per_case": 120.087, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-07-01", - "total_cases": 284271.0, - "new_cases": 730.0, - "new_cases_smoothed": 697.286, - "total_deaths": 40394.0, - "new_deaths": 53.0, - "new_deaths_smoothed": 58.286, - "total_cases_per_million": 4187.476, - "new_cases_per_million": 10.753, - "new_cases_smoothed_per_million": 10.271, - "total_deaths_per_million": 595.027, - "new_deaths_per_million": 0.781, - "new_deaths_smoothed_per_million": 0.859, - "new_tests": 97367.0, - "total_tests": 5922583.0, - "total_tests_per_thousand": 87.243, - "new_tests_per_thousand": 1.434, - "new_tests_smoothed": 90952.0, - "new_tests_smoothed_per_thousand": 1.34, - "tests_per_case": 130.437, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-07-02", - "total_cases": 284888.0, - "new_cases": 617.0, - "new_cases_smoothed": 658.857, - "total_deaths": 40491.0, - "new_deaths": 97.0, - "new_deaths_smoothed": 59.714, - "total_cases_per_million": 4196.565, - "new_cases_per_million": 9.089, - "new_cases_smoothed_per_million": 9.705, - "total_deaths_per_million": 596.456, - "new_deaths_per_million": 1.429, - "new_deaths_smoothed_per_million": 0.88, - "new_tests": 112636.0, - "total_tests": 6035588.0, - "total_tests_per_thousand": 88.908, - "new_tests_per_thousand": 1.659, - "new_tests_smoothed": 94519.0, - "new_tests_smoothed_per_thousand": 1.392, - "tests_per_case": 143.459, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-07-03", - "total_cases": 285539.0, - "new_cases": 651.0, - "new_cases_smoothed": 640.714, - "total_deaths": 40532.0, - "new_deaths": 41.0, - "new_deaths_smoothed": 51.429, - "total_cases_per_million": 4206.154, - "new_cases_per_million": 9.59, - "new_cases_smoothed_per_million": 9.438, - "total_deaths_per_million": 597.06, - "new_deaths_per_million": 0.604, - "new_deaths_smoothed_per_million": 0.758, - "new_tests": 112130.0, - "total_tests": 6147681.0, - "total_tests_per_thousand": 90.559, - "new_tests_per_thousand": 1.652, - "new_tests_smoothed": 90997.0, - "new_tests_smoothed_per_thousand": 1.34, - "tests_per_case": 142.024, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 71.3 - }, - { - "date": "2020-07-04", - "total_cases": 286141.0, - "new_cases": 602.0, - "new_cases_smoothed": 623.714, - "total_deaths": 40581.0, - "new_deaths": 49.0, - "new_deaths_smoothed": 47.429, - "total_cases_per_million": 4215.022, - "new_cases_per_million": 8.868, - "new_cases_smoothed_per_million": 9.188, - "total_deaths_per_million": 597.782, - "new_deaths_per_million": 0.722, - "new_deaths_smoothed_per_million": 0.699, - "new_tests": 114178.0, - "total_tests": 6262114.0, - "total_tests_per_thousand": 92.245, - "new_tests_per_thousand": 1.682, - "new_tests_smoothed": 94003.0, - "new_tests_smoothed_per_thousand": 1.385, - "tests_per_case": 150.715, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 69.91 - }, - { - "date": "2020-07-05", - "total_cases": 286720.0, - "new_cases": 579.0, - "new_cases_smoothed": 610.571, - "total_deaths": 40613.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 46.286, - "total_cases_per_million": 4223.551, - "new_cases_per_million": 8.529, - "new_cases_smoothed_per_million": 8.994, - "total_deaths_per_million": 598.253, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.682, - "new_tests": 93173.0, - "total_tests": 6355415.0, - "total_tests_per_thousand": 93.619, - "new_tests_per_thousand": 1.372, - "new_tests_smoothed": 94346.0, - "new_tests_smoothed_per_thousand": 1.39, - "tests_per_case": 154.52100000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 69.91 - }, - { - "date": "2020-07-06", - "total_cases": 287121.0, - "new_cases": 401.0, - "new_cases_smoothed": 575.143, - "total_deaths": 40632.0, - "new_deaths": 19.0, - "new_deaths_smoothed": 44.571, - "total_cases_per_million": 4229.458, - "new_cases_per_million": 5.907, - "new_cases_smoothed_per_million": 8.472, - "total_deaths_per_million": 598.533, - "new_deaths_per_million": 0.28, - "new_deaths_smoothed_per_million": 0.657, - "new_tests": 76984.0, - "total_tests": 6433120.0, - "total_tests_per_thousand": 94.764, - "new_tests_per_thousand": 1.134, - "new_tests_smoothed": 96131.0, - "new_tests_smoothed_per_thousand": 1.416, - "tests_per_case": 167.143, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-07", - "total_cases": 287676.0, - "new_cases": 555.0, - "new_cases_smoothed": 590.714, - "total_deaths": 40643.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 43.143, - "total_cases_per_million": 4237.633, - "new_cases_per_million": 8.175, - "new_cases_smoothed_per_million": 8.702, - "total_deaths_per_million": 598.695, - "new_deaths_per_million": 0.162, - "new_deaths_smoothed_per_million": 0.636, - "new_tests": 63533.0, - "total_tests": 6496653.0, - "total_tests_per_thousand": 95.699, - "new_tests_per_thousand": 0.936, - "new_tests_smoothed": 95916.0, - "new_tests_smoothed_per_thousand": 1.413, - "tests_per_case": 162.373, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-08", - "total_cases": 288380.0, - "new_cases": 704.0, - "new_cases_smoothed": 587.0, - "total_deaths": 40697.0, - "new_deaths": 54.0, - "new_deaths_smoothed": 43.286, - "total_cases_per_million": 4248.004, - "new_cases_per_million": 10.37, - "new_cases_smoothed_per_million": 8.647, - "total_deaths_per_million": 599.49, - "new_deaths_per_million": 0.795, - "new_deaths_smoothed_per_million": 0.638, - "new_tests": 100689.0, - "total_tests": 6597342.0, - "total_tests_per_thousand": 97.183, - "new_tests_per_thousand": 1.483, - "new_tests_smoothed": 96394.0, - "new_tests_smoothed_per_thousand": 1.42, - "tests_per_case": 164.215, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-09", - "total_cases": 288977.0, - "new_cases": 597.0, - "new_cases_smoothed": 584.143, - "total_deaths": 40754.0, - "new_deaths": 57.0, - "new_deaths_smoothed": 37.571, - "total_cases_per_million": 4256.798, - "new_cases_per_million": 8.794, - "new_cases_smoothed_per_million": 8.605, - "total_deaths_per_million": 600.33, - "new_deaths_per_million": 0.84, - "new_deaths_smoothed_per_million": 0.553, - "new_tests": 120318.0, - "total_tests": 6717480.0, - "total_tests_per_thousand": 98.952, - "new_tests_per_thousand": 1.772, - "new_tests_smoothed": 97413.0, - "new_tests_smoothed_per_thousand": 1.435, - "tests_per_case": 166.762, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-10", - "total_cases": 289670.0, - "new_cases": 693.0, - "new_cases_smoothed": 590.143, - "total_deaths": 40785.0, - "new_deaths": 31.0, - "new_deaths_smoothed": 36.143, - "total_cases_per_million": 4267.006, - "new_cases_per_million": 10.208, - "new_cases_smoothed_per_million": 8.693, - "total_deaths_per_million": 600.787, - "new_deaths_per_million": 0.457, - "new_deaths_smoothed_per_million": 0.532, - "new_tests": 131848.0, - "total_tests": 6849508.0, - "total_tests_per_thousand": 100.897, - "new_tests_per_thousand": 1.942, - "new_tests_smoothed": 100261.0, - "new_tests_smoothed_per_thousand": 1.477, - "tests_per_case": 169.893, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-11", - "total_cases": 290385.0, - "new_cases": 715.0, - "new_cases_smoothed": 606.286, - "total_deaths": 40819.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 34.0, - "total_cases_per_million": 4277.539, - "new_cases_per_million": 10.532, - "new_cases_smoothed_per_million": 8.931, - "total_deaths_per_million": 601.287, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.501, - "new_tests": 128125.0, - "total_tests": 6977736.0, - "total_tests_per_thousand": 102.786, - "new_tests_per_thousand": 1.887, - "new_tests_smoothed": 102232.0, - "new_tests_smoothed_per_thousand": 1.506, - "tests_per_case": 168.62, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-12", - "total_cases": 290950.0, - "new_cases": 565.0, - "new_cases_smoothed": 604.286, - "total_deaths": 40836.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 31.857, - "total_cases_per_million": 4285.861, - "new_cases_per_million": 8.323, - "new_cases_smoothed_per_million": 8.901, - "total_deaths_per_million": 601.538, - "new_deaths_per_million": 0.25, - "new_deaths_smoothed_per_million": 0.469, - "new_tests": 124094.0, - "total_tests": 7101830.0, - "total_tests_per_thousand": 104.614, - "new_tests_per_thousand": 1.828, - "new_tests_smoothed": 106631.0, - "new_tests_smoothed_per_thousand": 1.571, - "tests_per_case": 176.458, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-13", - "total_cases": 291392.0, - "new_cases": 442.0, - "new_cases_smoothed": 610.143, - "total_deaths": 40845.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 30.429, - "total_cases_per_million": 4292.372, - "new_cases_per_million": 6.511, - "new_cases_smoothed_per_million": 8.988, - "total_deaths_per_million": 601.67, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.448, - "new_tests": 86609.0, - "total_tests": 7188816.0, - "total_tests_per_thousand": 105.895, - "new_tests_per_thousand": 1.276, - "new_tests_smoothed": 107957.0, - "new_tests_smoothed_per_thousand": 1.59, - "tests_per_case": 176.937, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-14", - "total_cases": 291753.0, - "new_cases": 361.0, - "new_cases_smoothed": 582.429, - "total_deaths": 40855.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 30.286, - "total_cases_per_million": 4297.69, - "new_cases_per_million": 5.318, - "new_cases_smoothed_per_million": 8.58, - "total_deaths_per_million": 601.818, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.446, - "new_tests": 74760.0, - "total_tests": 7262633.0, - "total_tests_per_thousand": 106.983, - "new_tests_per_thousand": 1.101, - "new_tests_smoothed": 109426.0, - "new_tests_smoothed_per_thousand": 1.612, - "tests_per_case": 187.87900000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-15", - "total_cases": 292479.0, - "new_cases": 726.0, - "new_cases_smoothed": 585.571, - "total_deaths": 40899.0, - "new_deaths": 44.0, - "new_deaths_smoothed": 28.857, - "total_cases_per_million": 4308.384, - "new_cases_per_million": 10.694, - "new_cases_smoothed_per_million": 8.626, - "total_deaths_per_million": 602.466, - "new_deaths_per_million": 0.648, - "new_deaths_smoothed_per_million": 0.425, - "new_tests": 112495.0, - "total_tests": 7375594.0, - "total_tests_per_thousand": 108.647, - "new_tests_per_thousand": 1.657, - "new_tests_smoothed": 111179.0, - "new_tests_smoothed_per_thousand": 1.638, - "tests_per_case": 189.864, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-16", - "total_cases": 293164.0, - "new_cases": 685.0, - "new_cases_smoothed": 598.143, - "total_deaths": 40925.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 24.429, - "total_cases_per_million": 4318.475, - "new_cases_per_million": 10.09, - "new_cases_smoothed_per_million": 8.811, - "total_deaths_per_million": 602.849, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.36, - "new_tests": 129616.0, - "total_tests": 7508695.0, - "total_tests_per_thousand": 110.607, - "new_tests_per_thousand": 1.909, - "new_tests_smoothed": 113031.0, - "new_tests_smoothed_per_thousand": 1.665, - "tests_per_case": 188.97, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-17", - "total_cases": 293936.0, - "new_cases": 772.0, - "new_cases_smoothed": 609.429, - "total_deaths": 40949.0, - "new_deaths": 24.0, - "new_deaths_smoothed": 23.429, - "total_cases_per_million": 4329.847, - "new_cases_per_million": 11.372, - "new_cases_smoothed_per_million": 8.977, - "total_deaths_per_million": 603.202, - "new_deaths_per_million": 0.354, - "new_deaths_smoothed_per_million": 0.345, - "new_tests": 149215.0, - "total_tests": 7658207.0, - "total_tests_per_thousand": 112.81, - "new_tests_per_thousand": 2.198, - "new_tests_smoothed": 115528.0, - "new_tests_smoothed_per_thousand": 1.702, - "tests_per_case": 189.56799999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-18", - "total_cases": 294640.0, - "new_cases": 704.0, - "new_cases_smoothed": 607.857, - "total_deaths": 40975.0, - "new_deaths": 26.0, - "new_deaths_smoothed": 22.286, - "total_cases_per_million": 4340.217, - "new_cases_per_million": 10.37, - "new_cases_smoothed_per_million": 8.954, - "total_deaths_per_million": 603.585, - "new_deaths_per_million": 0.383, - "new_deaths_smoothed_per_million": 0.328, - "new_tests": 157256.0, - "total_tests": 7815903.0, - "total_tests_per_thousand": 115.133, - "new_tests_per_thousand": 2.316, - "new_tests_smoothed": 119738.0, - "new_tests_smoothed_per_thousand": 1.764, - "tests_per_case": 196.984, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-19", - "total_cases": 295209.0, - "new_cases": 569.0, - "new_cases_smoothed": 608.429, - "total_deaths": 40984.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 21.143, - "total_cases_per_million": 4348.599, - "new_cases_per_million": 8.382, - "new_cases_smoothed_per_million": 8.963, - "total_deaths_per_million": 603.718, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.311, - "new_tests": 131697.0, - "total_tests": 7947599.0, - "total_tests_per_thousand": 117.073, - "new_tests_per_thousand": 1.94, - "new_tests_smoothed": 120824.0, - "new_tests_smoothed_per_thousand": 1.78, - "tests_per_case": 198.584, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-20", - "total_cases": 295702.0, - "new_cases": 493.0, - "new_cases_smoothed": 615.714, - "total_deaths": 40995.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 4355.861, - "new_cases_per_million": 7.262, - "new_cases_smoothed_per_million": 9.07, - "total_deaths_per_million": 603.88, - "new_deaths_per_million": 0.162, - "new_deaths_smoothed_per_million": 0.316, - "new_tests": 102572.0, - "total_tests": 8050171.0, - "total_tests_per_thousand": 118.584, - "new_tests_per_thousand": 1.511, - "new_tests_smoothed": 123051.0, - "new_tests_smoothed_per_thousand": 1.813, - "tests_per_case": 199.851, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-21", - "total_cases": 296115.0, - "new_cases": 413.0, - "new_cases_smoothed": 623.143, - "total_deaths": 41005.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 21.429, - "total_cases_per_million": 4361.945, - "new_cases_per_million": 6.084, - "new_cases_smoothed_per_million": 9.179, - "total_deaths_per_million": 604.027, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.316, - "new_tests": 84093.0, - "total_tests": 8135242.0, - "total_tests_per_thousand": 119.837, - "new_tests_per_thousand": 1.239, - "new_tests_smoothed": 124658.0, - "new_tests_smoothed_per_thousand": 1.836, - "tests_per_case": 200.047, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-22", - "total_cases": 296908.0, - "new_cases": 793.0, - "new_cases_smoothed": 632.714, - "total_deaths": 41030.0, - "new_deaths": 25.0, - "new_deaths_smoothed": 18.714, - "total_cases_per_million": 4373.626, - "new_cases_per_million": 11.681, - "new_cases_smoothed_per_million": 9.32, - "total_deaths_per_million": 604.396, - "new_deaths_per_million": 0.368, - "new_deaths_smoothed_per_million": 0.276, - "new_tests": 121694.0, - "total_tests": 8256935.0, - "total_tests_per_thousand": 121.629, - "new_tests_per_thousand": 1.793, - "new_tests_smoothed": 125906.0, - "new_tests_smoothed_per_thousand": 1.855, - "tests_per_case": 198.993, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-23", - "total_cases": 297659.0, - "new_cases": 751.0, - "new_cases_smoothed": 642.143, - "total_deaths": 41047.0, - "new_deaths": 17.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 4384.689, - "new_cases_per_million": 11.063, - "new_cases_smoothed_per_million": 9.459, - "total_deaths_per_million": 604.646, - "new_deaths_per_million": 0.25, - "new_deaths_smoothed_per_million": 0.257, - "new_tests": 131462.0, - "total_tests": 8388397.0, - "total_tests_per_thousand": 123.566, - "new_tests_per_thousand": 1.937, - "new_tests_smoothed": 125672.0, - "new_tests_smoothed_per_thousand": 1.851, - "tests_per_case": 195.707, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-24", - "total_cases": 298432.0, - "new_cases": 773.0, - "new_cases_smoothed": 642.286, - "total_deaths": 41056.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 15.286, - "total_cases_per_million": 4396.076, - "new_cases_per_million": 11.387, - "new_cases_smoothed_per_million": 9.461, - "total_deaths_per_million": 604.779, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.225, - "new_tests": 134293.0, - "total_tests": 8522679.0, - "total_tests_per_thousand": 125.544, - "new_tests_per_thousand": 1.978, - "new_tests_smoothed": 123496.0, - "new_tests_smoothed_per_thousand": 1.819, - "tests_per_case": 192.27599999999998, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-25", - "total_cases": 299163.0, - "new_cases": 731.0, - "new_cases_smoothed": 646.143, - "total_deaths": 41088.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 4406.844, - "new_cases_per_million": 10.768, - "new_cases_smoothed_per_million": 9.518, - "total_deaths_per_million": 605.25, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.238, - "new_tests": 140779.0, - "total_tests": 8663993.0, - "total_tests_per_thousand": 127.626, - "new_tests_per_thousand": 2.074, - "new_tests_smoothed": 121156.0, - "new_tests_smoothed_per_thousand": 1.785, - "tests_per_case": 187.507, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-26", - "total_cases": 299830.0, - "new_cases": 667.0, - "new_cases_smoothed": 660.143, - "total_deaths": 41103.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 17.0, - "total_cases_per_million": 4416.669, - "new_cases_per_million": 9.825, - "new_cases_smoothed_per_million": 9.724, - "total_deaths_per_million": 605.471, - "new_deaths_per_million": 0.221, - "new_deaths_smoothed_per_million": 0.25, - "new_tests": 134045.0, - "total_tests": 8798036.0, - "total_tests_per_thousand": 129.6, - "new_tests_per_thousand": 1.975, - "new_tests_smoothed": 121491.0, - "new_tests_smoothed_per_thousand": 1.79, - "tests_per_case": 184.037, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-27", - "total_cases": 300251.0, - "new_cases": 421.0, - "new_cases_smoothed": 649.857, - "total_deaths": 41111.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 16.571, - "total_cases_per_million": 4422.87, - "new_cases_per_million": 6.202, - "new_cases_smoothed_per_million": 9.573, - "total_deaths_per_million": 605.589, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.244, - "new_tests": 104549.0, - "total_tests": 8904608.0, - "total_tests_per_thousand": 131.17, - "new_tests_per_thousand": 1.54, - "new_tests_smoothed": 122062.0, - "new_tests_smoothed_per_thousand": 1.798, - "tests_per_case": 187.829, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-28", - "total_cases": 300622.0, - "new_cases": 371.0, - "new_cases_smoothed": 643.857, - "total_deaths": 41114.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 15.571, - "total_cases_per_million": 4428.335, - "new_cases_per_million": 5.465, - "new_cases_smoothed_per_million": 9.484, - "total_deaths_per_million": 605.633, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.229, - "new_tests": 82265.0, - "total_tests": 8986873.0, - "total_tests_per_thousand": 132.382, - "new_tests_per_thousand": 1.212, - "new_tests_smoothed": 121662.0, - "new_tests_smoothed_per_thousand": 1.792, - "tests_per_case": 188.958, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-29", - "total_cases": 300692.0, - "new_cases": 70.0, - "new_cases_smoothed": 540.571, - "total_deaths": 41135.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 15.0, - "total_cases_per_million": 4429.367, - "new_cases_per_million": 1.031, - "new_cases_smoothed_per_million": 7.963, - "total_deaths_per_million": 605.942, - "new_deaths_per_million": 0.309, - "new_deaths_smoothed_per_million": 0.221, - "new_tests": 130611.0, - "total_tests": 9117483.0, - "total_tests_per_thousand": 134.306, - "new_tests_per_thousand": 1.924, - "new_tests_smoothed": 122935.0, - "new_tests_smoothed_per_thousand": 1.811, - "tests_per_case": 227.417, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-30", - "total_cases": 301455.0, - "new_cases": 763.0, - "new_cases_smoothed": 542.286, - "total_deaths": 41169.0, - "new_deaths": 34.0, - "new_deaths_smoothed": 17.429, - "total_cases_per_million": 4440.606, - "new_cases_per_million": 11.239, - "new_cases_smoothed_per_million": 7.988, - "total_deaths_per_million": 606.443, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.257, - "new_tests": 143319.0, - "total_tests": 9260989.0, - "total_tests_per_thousand": 136.42, - "new_tests_per_thousand": 2.111, - "new_tests_smoothed": 124656.0, - "new_tests_smoothed_per_thousand": 1.836, - "tests_per_case": 229.87099999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-07-31", - "total_cases": 302301.0, - "new_cases": 846.0, - "new_cases_smoothed": 552.714, - "total_deaths": 41169.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 16.143, - "total_cases_per_million": 4453.068, - "new_cases_per_million": 12.462, - "new_cases_smoothed_per_million": 8.142, - "total_deaths_per_million": 606.443, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.238, - "new_tests": 154034.0, - "total_tests": 9415384.0, - "total_tests_per_thousand": 138.694, - "new_tests_per_thousand": 2.269, - "new_tests_smoothed": 127529.0, - "new_tests_smoothed_per_thousand": 1.879, - "tests_per_case": 230.732, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-01", - "total_cases": 303181.0, - "new_cases": 880.0, - "new_cases_smoothed": 574.0, - "total_deaths": 41189.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 14.429, - "total_cases_per_million": 4466.031, - "new_cases_per_million": 12.963, - "new_cases_smoothed_per_million": 8.455, - "total_deaths_per_million": 606.738, - "new_deaths_per_million": 0.295, - "new_deaths_smoothed_per_million": 0.213, - "new_tests": 147002.0, - "total_tests": 9562383.0, - "total_tests_per_thousand": 140.859, - "new_tests_per_thousand": 2.165, - "new_tests_smoothed": 128341.0, - "new_tests_smoothed_per_thousand": 1.891, - "tests_per_case": 223.59099999999998, - "positive_rate": 0.004, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-02", - "total_cases": 303952.0, - "new_cases": 771.0, - "new_cases_smoothed": 588.857, - "total_deaths": 41202.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 14.143, - "total_cases_per_million": 4477.388, - "new_cases_per_million": 11.357, - "new_cases_smoothed_per_million": 8.674, - "total_deaths_per_million": 606.929, - "new_deaths_per_million": 0.191, - "new_deaths_smoothed_per_million": 0.208, - "new_tests": 130999.0, - "total_tests": 9693382.0, - "total_tests_per_thousand": 142.789, - "new_tests_per_thousand": 1.93, - "new_tests_smoothed": 127907.0, - "new_tests_smoothed_per_thousand": 1.884, - "tests_per_case": 217.21200000000002, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-03", - "total_cases": 304695.0, - "new_cases": 743.0, - "new_cases_smoothed": 634.857, - "total_deaths": 41207.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 13.714, - "total_cases_per_million": 4488.333, - "new_cases_per_million": 10.945, - "new_cases_smoothed_per_million": 9.352, - "total_deaths_per_million": 607.003, - "new_deaths_per_million": 0.074, - "new_deaths_smoothed_per_million": 0.202, - "new_tests": 124088.0, - "total_tests": 9818696.0, - "total_tests_per_thousand": 144.635, - "new_tests_per_thousand": 1.828, - "new_tests_smoothed": 130584.0, - "new_tests_smoothed_per_thousand": 1.924, - "tests_per_case": 205.69, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-04", - "total_cases": 305623.0, - "new_cases": 928.0, - "new_cases_smoothed": 714.429, - "total_deaths": 41208.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 13.429, - "total_cases_per_million": 4502.003, - "new_cases_per_million": 13.67, - "new_cases_smoothed_per_million": 10.524, - "total_deaths_per_million": 607.018, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.198, - "new_tests": 123291.0, - "total_tests": 9941987.0, - "total_tests_per_thousand": 146.451, - "new_tests_per_thousand": 1.816, - "new_tests_smoothed": 136445.0, - "new_tests_smoothed_per_thousand": 2.01, - "tests_per_case": 190.985, - "positive_rate": 0.005, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-05", - "total_cases": 306293.0, - "new_cases": 670.0, - "new_cases_smoothed": 800.143, - "total_deaths": 41226.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 13.0, - "total_cases_per_million": 4511.873, - "new_cases_per_million": 9.869, - "new_cases_smoothed_per_million": 11.787, - "total_deaths_per_million": 607.283, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.191, - "new_tests": 140745.0, - "total_tests": 10083427.0, - "total_tests_per_thousand": 148.535, - "new_tests_per_thousand": 2.073, - "new_tests_smoothed": 137992.0, - "new_tests_smoothed_per_thousand": 2.033, - "tests_per_case": 172.459, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-06", - "total_cases": 307184.0, - "new_cases": 891.0, - "new_cases_smoothed": 818.429, - "total_deaths": 41240.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 4524.998, - "new_cases_per_million": 13.125, - "new_cases_smoothed_per_million": 12.056, - "total_deaths_per_million": 607.489, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 152551.0, - "total_tests": 10236970.0, - "total_tests_per_thousand": 150.796, - "new_tests_per_thousand": 2.247, - "new_tests_smoothed": 139426.0, - "new_tests_smoothed_per_thousand": 2.054, - "tests_per_case": 170.358, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-07", - "total_cases": 308134.0, - "new_cases": 950.0, - "new_cases_smoothed": 833.286, - "total_deaths": 41258.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 4538.992, - "new_cases_per_million": 13.994, - "new_cases_smoothed_per_million": 12.275, - "total_deaths_per_million": 607.754, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 162713.0, - "total_tests": 10400408.0, - "total_tests_per_thousand": 153.204, - "new_tests_per_thousand": 2.397, - "new_tests_smoothed": 140718.0, - "new_tests_smoothed_per_thousand": 2.073, - "tests_per_case": 168.87099999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-08", - "total_cases": 309005.0, - "new_cases": 871.0, - "new_cases_smoothed": 832.0, - "total_deaths": 41270.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 4551.822, - "new_cases_per_million": 12.83, - "new_cases_smoothed_per_million": 12.256, - "total_deaths_per_million": 607.931, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 156140.0, - "total_tests": 10556548.0, - "total_tests_per_thousand": 155.504, - "new_tests_per_thousand": 2.3, - "new_tests_smoothed": 142024.0, - "new_tests_smoothed_per_thousand": 2.092, - "tests_per_case": 170.702, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-09", - "total_cases": 309763.0, - "new_cases": 758.0, - "new_cases_smoothed": 830.143, - "total_deaths": 41273.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 4562.988, - "new_cases_per_million": 11.166, - "new_cases_smoothed_per_million": 12.228, - "total_deaths_per_million": 607.975, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 146826.0, - "total_tests": 10703374.0, - "total_tests_per_thousand": 157.667, - "new_tests_per_thousand": 2.163, - "new_tests_smoothed": 144285.0, - "new_tests_smoothed_per_thousand": 2.125, - "tests_per_case": 173.80700000000002, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-10", - "total_cases": 310825.0, - "new_cases": 1062.0, - "new_cases_smoothed": 875.714, - "total_deaths": 41278.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 10.143, - "total_cases_per_million": 4578.632, - "new_cases_per_million": 15.644, - "new_cases_smoothed_per_million": 12.9, - "total_deaths_per_million": 608.049, - "new_deaths_per_million": 0.074, - "new_deaths_smoothed_per_million": 0.149, - "new_tests": 153214.0, - "total_tests": 10857124.0, - "total_tests_per_thousand": 159.932, - "new_tests_per_thousand": 2.257, - "new_tests_smoothed": 148347.0, - "new_tests_smoothed_per_thousand": 2.185, - "tests_per_case": 169.40099999999998, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-11", - "total_cases": 311641.0, - "new_cases": 816.0, - "new_cases_smoothed": 859.714, - "total_deaths": 41296.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 4590.652, - "new_cases_per_million": 12.02, - "new_cases_smoothed_per_million": 12.664, - "total_deaths_per_million": 608.314, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 135827.0, - "total_tests": 10993551.0, - "total_tests_per_thousand": 161.941, - "new_tests_per_thousand": 2.001, - "new_tests_smoothed": 150223.0, - "new_tests_smoothed_per_thousand": 2.213, - "tests_per_case": 174.736, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-12", - "total_cases": 312789.0, - "new_cases": 1148.0, - "new_cases_smoothed": 928.0, - "total_deaths": 41309.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 4607.562, - "new_cases_per_million": 16.911, - "new_cases_smoothed_per_million": 13.67, - "total_deaths_per_million": 608.505, - "new_deaths_per_million": 0.191, - "new_deaths_smoothed_per_million": 0.175, - "new_tests": 147534.0, - "total_tests": 11141214.0, - "total_tests_per_thousand": 164.117, - "new_tests_per_thousand": 2.173, - "new_tests_smoothed": 151112.0, - "new_tests_smoothed_per_thousand": 2.226, - "tests_per_case": 162.836, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 68.06 - }, - { - "date": "2020-08-13", - "total_cases": 313798.0, - "new_cases": 1009.0, - "new_cases_smoothed": 944.857, - "total_deaths": 41329.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 4622.426, - "new_cases_per_million": 14.863, - "new_cases_smoothed_per_million": 13.918, - "total_deaths_per_million": 608.8, - "new_deaths_per_million": 0.295, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 167983.0, - "total_tests": 11310805.0, - "total_tests_per_thousand": 166.615, - "new_tests_per_thousand": 2.474, - "new_tests_smoothed": 153405.0, - "new_tests_smoothed_per_thousand": 2.26, - "tests_per_case": 162.358, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-14", - "total_cases": 314927.0, - "new_cases": 1129.0, - "new_cases_smoothed": 970.429, - "total_deaths": 41347.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 12.714, - "total_cases_per_million": 4639.056, - "new_cases_per_million": 16.631, - "new_cases_smoothed_per_million": 14.295, - "total_deaths_per_million": 609.065, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.187, - "new_tests": 159433.0, - "total_tests": 11471425.0, - "total_tests_per_thousand": 168.981, - "new_tests_per_thousand": 2.349, - "new_tests_smoothed": 153002.0, - "new_tests_smoothed_per_thousand": 2.254, - "tests_per_case": 157.664, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-15", - "total_cases": 316367.0, - "new_cases": 1440.0, - "new_cases_smoothed": 1051.714, - "total_deaths": 41358.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 4660.268, - "new_cases_per_million": 21.212, - "new_cases_smoothed_per_million": 15.492, - "total_deaths_per_million": 609.227, - "new_deaths_per_million": 0.162, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 167759.0, - "total_tests": 11639184.0, - "total_tests_per_thousand": 171.452, - "new_tests_per_thousand": 2.471, - "new_tests_smoothed": 154662.0, - "new_tests_smoothed_per_thousand": 2.278, - "tests_per_case": 147.05700000000002, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-16", - "total_cases": 317444.0, - "new_cases": 1077.0, - "new_cases_smoothed": 1097.286, - "total_deaths": 41361.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 4676.133, - "new_cases_per_million": 15.865, - "new_cases_smoothed_per_million": 16.164, - "total_deaths_per_million": 609.271, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 174914.0, - "total_tests": 11814098.0, - "total_tests_per_thousand": 174.028, - "new_tests_per_thousand": 2.577, - "new_tests_smoothed": 158675.0, - "new_tests_smoothed_per_thousand": 2.337, - "tests_per_case": 144.607, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-17", - "total_cases": 318484.0, - "new_cases": 1040.0, - "new_cases_smoothed": 1094.143, - "total_deaths": 41366.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 12.571, - "total_cases_per_million": 4691.453, - "new_cases_per_million": 15.32, - "new_cases_smoothed_per_million": 16.117, - "total_deaths_per_million": 609.345, - "new_deaths_per_million": 0.074, - "new_deaths_smoothed_per_million": 0.185, - "new_tests": 162256.0, - "total_tests": 11978298.0, - "total_tests_per_thousand": 176.447, - "new_tests_per_thousand": 2.39, - "new_tests_smoothed": 160168.0, - "new_tests_smoothed_per_thousand": 2.359, - "tests_per_case": 146.387, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-18", - "total_cases": 319197.0, - "new_cases": 713.0, - "new_cases_smoothed": 1079.429, - "total_deaths": 41369.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 10.429, - "total_cases_per_million": 4701.956, - "new_cases_per_million": 10.503, - "new_cases_smoothed_per_million": 15.901, - "total_deaths_per_million": 609.389, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.154, - "new_tests": 140608.0, - "total_tests": 12118924.0, - "total_tests_per_thousand": 178.519, - "new_tests_per_thousand": 2.071, - "new_tests_smoothed": 160768.0, - "new_tests_smoothed_per_thousand": 2.368, - "tests_per_case": 148.938, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-19", - "total_cases": 320286.0, - "new_cases": 1089.0, - "new_cases_smoothed": 1071.0, - "total_deaths": 41381.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.286, - "total_cases_per_million": 4717.998, - "new_cases_per_million": 16.042, - "new_cases_smoothed_per_million": 15.776, - "total_deaths_per_million": 609.566, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.152, - "new_tests": 153225.0, - "total_tests": 12272157.0, - "total_tests_per_thousand": 180.776, - "new_tests_per_thousand": 2.257, - "new_tests_smoothed": 161563.0, - "new_tests_smoothed_per_thousand": 2.38, - "tests_per_case": 150.852, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-20", - "total_cases": 321098.0, - "new_cases": 812.0, - "new_cases_smoothed": 1042.857, - "total_deaths": 41397.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 4729.959, - "new_cases_per_million": 11.961, - "new_cases_smoothed_per_million": 15.362, - "total_deaths_per_million": 609.802, - "new_deaths_per_million": 0.236, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 175916.0, - "total_tests": 12446595.0, - "total_tests_per_thousand": 183.346, - "new_tests_per_thousand": 2.591, - "new_tests_smoothed": 162256.0, - "new_tests_smoothed_per_thousand": 2.39, - "tests_per_case": 155.588, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-21", - "total_cases": 322280.0, - "new_cases": 1182.0, - "new_cases_smoothed": 1050.429, - "total_deaths": 41403.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 8.0, - "total_cases_per_million": 4747.37, - "new_cases_per_million": 17.412, - "new_cases_smoothed_per_million": 15.473, - "total_deaths_per_million": 609.89, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.118, - "new_tests": 170627.0, - "total_tests": 12618033.0, - "total_tests_per_thousand": 185.871, - "new_tests_per_thousand": 2.513, - "new_tests_smoothed": 163801.0, - "new_tests_smoothed_per_thousand": 2.413, - "tests_per_case": 155.937, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-22", - "total_cases": 323313.0, - "new_cases": 1033.0, - "new_cases_smoothed": 992.286, - "total_deaths": 41405.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 6.714, - "total_cases_per_million": 4762.587, - "new_cases_per_million": 15.217, - "new_cases_smoothed_per_million": 14.617, - "total_deaths_per_million": 609.92, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.099, - "new_tests": 180335.0, - "total_tests": 12798368.0, - "total_tests_per_thousand": 188.527, - "new_tests_per_thousand": 2.656, - "new_tests_smoothed": 165598.0, - "new_tests_smoothed_per_thousand": 2.439, - "tests_per_case": 166.885, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-23", - "total_cases": 324601.0, - "new_cases": 1288.0, - "new_cases_smoothed": 1022.429, - "total_deaths": 41423.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 8.857, - "total_cases_per_million": 4781.56, - "new_cases_per_million": 18.973, - "new_cases_smoothed_per_million": 15.061, - "total_deaths_per_million": 610.185, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.13, - "new_tests": 171385.0, - "total_tests": 12969753.0, - "total_tests_per_thousand": 191.052, - "new_tests_per_thousand": 2.525, - "new_tests_smoothed": 165094.0, - "new_tests_smoothed_per_thousand": 2.432, - "tests_per_case": 161.472, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-24", - "total_cases": 325642.0, - "new_cases": 1041.0, - "new_cases_smoothed": 1022.571, - "total_deaths": 41429.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 9.0, - "total_cases_per_million": 4796.895, - "new_cases_per_million": 15.335, - "new_cases_smoothed_per_million": 15.063, - "total_deaths_per_million": 610.273, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.133, - "new_tests": 155871.0, - "total_tests": 13126236.0, - "total_tests_per_thousand": 193.357, - "new_tests_per_thousand": 2.296, - "new_tests_smoothed": 163991.0, - "new_tests_smoothed_per_thousand": 2.416, - "tests_per_case": 160.371, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-25", - "total_cases": 326614.0, - "new_cases": 972.0, - "new_cases_smoothed": 1059.571, - "total_deaths": 41433.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 9.143, - "total_cases_per_million": 4811.213, - "new_cases_per_million": 14.318, - "new_cases_smoothed_per_million": 15.608, - "total_deaths_per_million": 610.332, - "new_deaths_per_million": 0.059, - "new_deaths_smoothed_per_million": 0.135, - "new_tests": 137013.0, - "total_tests": 13263262.0, - "total_tests_per_thousand": 195.376, - "new_tests_per_thousand": 2.018, - "new_tests_smoothed": 163477.0, - "new_tests_smoothed_per_thousand": 2.408, - "tests_per_case": 154.286, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-26", - "total_cases": 327798.0, - "new_cases": 1184.0, - "new_cases_smoothed": 1073.143, - "total_deaths": 41449.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 4828.654, - "new_cases_per_million": 17.441, - "new_cases_smoothed_per_million": 15.808, - "total_deaths_per_million": 610.568, - "new_deaths_per_million": 0.236, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 163158.0, - "total_tests": 13447568.0, - "total_tests_per_thousand": 198.09, - "new_tests_per_thousand": 2.403, - "new_tests_smoothed": 167916.0, - "new_tests_smoothed_per_thousand": 2.473, - "tests_per_case": 156.471, - "positive_rate": 0.006, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-27", - "total_cases": 328846.0, - "new_cases": 1048.0, - "new_cases_smoothed": 1106.857, - "total_deaths": 41465.0, - "new_deaths": 16.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 4844.091, - "new_cases_per_million": 15.438, - "new_cases_smoothed_per_million": 16.305, - "total_deaths_per_million": 610.803, - "new_deaths_per_million": 0.236, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 184461.0, - "total_tests": 13633416.0, - "total_tests_per_thousand": 200.828, - "new_tests_per_thousand": 2.717, - "new_tests_smoothed": 169546.0, - "new_tests_smoothed_per_thousand": 2.498, - "tests_per_case": 153.178, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-28", - "total_cases": 330368.0, - "new_cases": 1522.0, - "new_cases_smoothed": 1155.429, - "total_deaths": 41477.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 4866.511, - "new_cases_per_million": 22.42, - "new_cases_smoothed_per_million": 17.02, - "total_deaths_per_million": 610.98, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.156, - "new_tests": 178203.0, - "total_tests": 13823629.0, - "total_tests_per_thousand": 203.63, - "new_tests_per_thousand": 2.625, - "new_tests_smoothed": 172228.0, - "new_tests_smoothed_per_thousand": 2.537, - "tests_per_case": 149.06, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-29", - "total_cases": 331644.0, - "new_cases": 1276.0, - "new_cases_smoothed": 1190.143, - "total_deaths": 41486.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 4885.307, - "new_cases_per_million": 18.796, - "new_cases_smoothed_per_million": 17.531, - "total_deaths_per_million": 611.113, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 168684.0, - "total_tests": 13992972.0, - "total_tests_per_thousand": 206.125, - "new_tests_per_thousand": 2.485, - "new_tests_smoothed": 170658.0, - "new_tests_smoothed_per_thousand": 2.514, - "tests_per_case": 143.393, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-30", - "total_cases": 332752.0, - "new_cases": 1108.0, - "new_cases_smoothed": 1164.429, - "total_deaths": 41498.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 10.714, - "total_cases_per_million": 4901.629, - "new_cases_per_million": 16.321, - "new_cases_smoothed_per_million": 17.153, - "total_deaths_per_million": 611.289, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.158, - "new_tests": 170574.0, - "total_tests": 14163546.0, - "total_tests_per_thousand": 208.637, - "new_tests_per_thousand": 2.513, - "new_tests_smoothed": 170542.0, - "new_tests_smoothed_per_thousand": 2.512, - "tests_per_case": 146.46, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-08-31", - "total_cases": 334467.0, - "new_cases": 1715.0, - "new_cases_smoothed": 1260.714, - "total_deaths": 41499.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 10.0, - "total_cases_per_million": 4926.892, - "new_cases_per_million": 25.263, - "new_cases_smoothed_per_million": 18.571, - "total_deaths_per_million": 611.304, - "new_deaths_per_million": 0.015, - "new_deaths_smoothed_per_million": 0.147, - "new_tests": 166871.0, - "total_tests": 14330417.0, - "total_tests_per_thousand": 211.095, - "new_tests_per_thousand": 2.458, - "new_tests_smoothed": 172026.0, - "new_tests_smoothed_per_thousand": 2.534, - "tests_per_case": 136.451, - "positive_rate": 0.006999999999999999, - "tests_units": "tests performed", - "stringency_index": 64.35 - }, - { - "date": "2020-09-01", - "total_cases": 335873.0, - "new_cases": 1406.0, - "new_cases_smoothed": 1322.714, - "total_deaths": 41501.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 9.714, - "total_cases_per_million": 4947.603, - "new_cases_per_million": 20.711, - "new_cases_smoothed_per_million": 19.484, - "total_deaths_per_million": 611.334, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 158554.0, - "total_tests": 14488971.0, - "total_tests_per_thousand": 213.431, - "new_tests_per_thousand": 2.336, - "new_tests_smoothed": 175101.0, - "new_tests_smoothed_per_thousand": 2.579, - "tests_per_case": 132.38, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-02", - "total_cases": 337168.0, - "new_cases": 1295.0, - "new_cases_smoothed": 1338.571, - "total_deaths": 41504.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.857, - "total_cases_per_million": 4966.679, - "new_cases_per_million": 19.076, - "new_cases_smoothed_per_million": 19.718, - "total_deaths_per_million": 611.378, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.116, - "new_tests": 164358.0, - "total_tests": 14653196.0, - "total_tests_per_thousand": 215.85, - "new_tests_per_thousand": 2.421, - "new_tests_smoothed": 172233.0, - "new_tests_smoothed_per_thousand": 2.537, - "tests_per_case": 128.66899999999998, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-03", - "total_cases": 338676.0, - "new_cases": 1508.0, - "new_cases_smoothed": 1404.286, - "total_deaths": 41514.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.0, - "total_cases_per_million": 4988.893, - "new_cases_per_million": 22.214, - "new_cases_smoothed_per_million": 20.686, - "total_deaths_per_million": 611.525, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.103, - "new_tests": 181772.0, - "total_tests": 14835199.0, - "total_tests_per_thousand": 218.531, - "new_tests_per_thousand": 2.678, - "new_tests_smoothed": 171683.0, - "new_tests_smoothed_per_thousand": 2.529, - "tests_per_case": 122.256, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-04", - "total_cases": 340411.0, - "new_cases": 1735.0, - "new_cases_smoothed": 1434.714, - "total_deaths": 41527.0, - "new_deaths": 13.0, - "new_deaths_smoothed": 7.143, - "total_cases_per_million": 5014.45, - "new_cases_per_million": 25.558, - "new_cases_smoothed_per_million": 21.134, - "total_deaths_per_million": 611.717, - "new_deaths_per_million": 0.191, - "new_deaths_smoothed_per_million": 0.105, - "new_tests": 181359.0, - "total_tests": 15017553.0, - "total_tests_per_thousand": 221.217, - "new_tests_per_thousand": 2.672, - "new_tests_smoothed": 170561.0, - "new_tests_smoothed_per_thousand": 2.512, - "tests_per_case": 118.882, - "positive_rate": 0.008, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-05", - "total_cases": 342351.0, - "new_cases": 1940.0, - "new_cases_smoothed": 1529.571, - "total_deaths": 41537.0, - "new_deaths": 10.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 5043.028, - "new_cases_per_million": 28.577, - "new_cases_smoothed_per_million": 22.531, - "total_deaths_per_million": 611.864, - "new_deaths_per_million": 0.147, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 188783.0, - "total_tests": 15205285.0, - "total_tests_per_thousand": 223.983, - "new_tests_per_thousand": 2.781, - "new_tests_smoothed": 173188.0, - "new_tests_smoothed_per_thousand": 2.551, - "tests_per_case": 113.226, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-06", - "total_cases": 344164.0, - "new_cases": 1813.0, - "new_cases_smoothed": 1630.286, - "total_deaths": 41549.0, - "new_deaths": 12.0, - "new_deaths_smoothed": 7.286, - "total_cases_per_million": 5069.734, - "new_cases_per_million": 26.707, - "new_cases_smoothed_per_million": 24.015, - "total_deaths_per_million": 612.041, - "new_deaths_per_million": 0.177, - "new_deaths_smoothed_per_million": 0.107, - "new_tests": 166119.0, - "total_tests": 15371404.0, - "total_tests_per_thousand": 226.43, - "new_tests_per_thousand": 2.447, - "new_tests_smoothed": 172551.0, - "new_tests_smoothed_per_thousand": 2.542, - "tests_per_case": 105.84100000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-07", - "total_cases": 347152.0, - "new_cases": 2988.0, - "new_cases_smoothed": 1812.143, - "total_deaths": 41551.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 7.429, - "total_cases_per_million": 5113.749, - "new_cases_per_million": 44.015, - "new_cases_smoothed_per_million": 26.694, - "total_deaths_per_million": 612.07, - "new_deaths_per_million": 0.029, - "new_deaths_smoothed_per_million": 0.109, - "new_tests": 169930.0, - "total_tests": 15541294.0, - "total_tests_per_thousand": 228.932, - "new_tests_per_thousand": 2.503, - "new_tests_smoothed": 172982.0, - "new_tests_smoothed_per_thousand": 2.548, - "tests_per_case": 95.45700000000001, - "positive_rate": 0.01, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-08", - "total_cases": 350100.0, - "new_cases": 2948.0, - "new_cases_smoothed": 2032.429, - "total_deaths": 41554.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 7.571, - "total_cases_per_million": 5157.175, - "new_cases_per_million": 43.426, - "new_cases_smoothed_per_million": 29.939, - "total_deaths_per_million": 612.114, - "new_deaths_per_million": 0.044, - "new_deaths_smoothed_per_million": 0.112, - "new_tests": 179252.0, - "total_tests": 15720561.0, - "total_tests_per_thousand": 231.573, - "new_tests_per_thousand": 2.64, - "new_tests_smoothed": 175941.0, - "new_tests_smoothed_per_thousand": 2.592, - "tests_per_case": 86.56700000000001, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-09", - "total_cases": 352560.0, - "new_cases": 2460.0, - "new_cases_smoothed": 2198.857, - "total_deaths": 41586.0, - "new_deaths": 32.0, - "new_deaths_smoothed": 11.714, - "total_cases_per_million": 5193.412, - "new_cases_per_million": 36.237, - "new_cases_smoothed_per_million": 32.39, - "total_deaths_per_million": 612.586, - "new_deaths_per_million": 0.471, - "new_deaths_smoothed_per_million": 0.173, - "new_tests": 186851.0, - "total_tests": 15934869.0, - "total_tests_per_thousand": 234.73, - "new_tests_per_thousand": 2.752, - "new_tests_smoothed": 183096.0, - "new_tests_smoothed_per_thousand": 2.697, - "tests_per_case": 83.26899999999999, - "positive_rate": 0.012, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-10", - "total_cases": 355219.0, - "new_cases": 2659.0, - "new_cases_smoothed": 2363.286, - "total_deaths": 41594.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 11.429, - "total_cases_per_million": 5232.581, - "new_cases_per_million": 39.169, - "new_cases_smoothed_per_million": 34.813, - "total_deaths_per_million": 612.704, - "new_deaths_per_million": 0.118, - "new_deaths_smoothed_per_million": 0.168, - "new_tests": 205659.0, - "total_tests": 16145887.0, - "total_tests_per_thousand": 237.838, - "new_tests_per_thousand": 3.029, - "new_tests_smoothed": 187241.0, - "new_tests_smoothed_per_thousand": 2.758, - "tests_per_case": 79.229, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-11", - "total_cases": 358138.0, - "new_cases": 2919.0, - "new_cases_smoothed": 2532.429, - "total_deaths": 41608.0, - "new_deaths": 14.0, - "new_deaths_smoothed": 11.571, - "total_cases_per_million": 5275.579, - "new_cases_per_million": 42.999, - "new_cases_smoothed_per_million": 37.304, - "total_deaths_per_million": 612.91, - "new_deaths_per_million": 0.206, - "new_deaths_smoothed_per_million": 0.17, - "new_tests": 222448.0, - "total_tests": 16377083.0, - "total_tests_per_thousand": 241.244, - "new_tests_per_thousand": 3.277, - "new_tests_smoothed": 194219.0, - "new_tests_smoothed_per_thousand": 2.861, - "tests_per_case": 76.693, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-12", - "total_cases": 361677.0, - "new_cases": 3539.0, - "new_cases_smoothed": 2760.857, - "total_deaths": 41614.0, - "new_deaths": 6.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 5327.711, - "new_cases_per_million": 52.132, - "new_cases_smoothed_per_million": 40.669, - "total_deaths_per_million": 612.998, - "new_deaths_per_million": 0.088, - "new_deaths_smoothed_per_million": 0.162, - "new_tests": 238640.0, - "total_tests": 16655346.0, - "total_tests_per_thousand": 245.343, - "new_tests_per_thousand": 3.515, - "new_tests_smoothed": 207152.0, - "new_tests_smoothed_per_thousand": 3.051, - "tests_per_case": 75.032, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-13", - "total_cases": 365174.0, - "new_cases": 3497.0, - "new_cases_smoothed": 3001.429, - "total_deaths": 41623.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 10.571, - "total_cases_per_million": 5379.224, - "new_cases_per_million": 51.513, - "new_cases_smoothed_per_million": 44.213, - "total_deaths_per_million": 613.131, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.156, - "new_tests": 221166.0, - "total_tests": 16876512.0, - "total_tests_per_thousand": 248.601, - "new_tests_per_thousand": 3.258, - "new_tests_smoothed": 215015.0, - "new_tests_smoothed_per_thousand": 3.167, - "tests_per_case": 71.638, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-14", - "total_cases": 368504.0, - "new_cases": 3330.0, - "new_cases_smoothed": 3050.286, - "total_deaths": 41628.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 11.0, - "total_cases_per_million": 5428.276, - "new_cases_per_million": 49.053, - "new_cases_smoothed_per_million": 44.932, - "total_deaths_per_million": 613.204, - "new_deaths_per_million": 0.074, - "new_deaths_smoothed_per_million": 0.162, - "new_tests": 213173.0, - "total_tests": 17089685.0, - "total_tests_per_thousand": 251.741, - "new_tests_per_thousand": 3.14, - "new_tests_smoothed": 221199.0, - "new_tests_smoothed_per_thousand": 3.258, - "tests_per_case": 72.517, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-15", - "total_cases": 371125.0, - "new_cases": 2621.0, - "new_cases_smoothed": 3003.571, - "total_deaths": 41637.0, - "new_deaths": 9.0, - "new_deaths_smoothed": 11.857, - "total_cases_per_million": 5466.885, - "new_cases_per_million": 38.609, - "new_cases_smoothed_per_million": 44.244, - "total_deaths_per_million": 613.337, - "new_deaths_per_million": 0.133, - "new_deaths_smoothed_per_million": 0.175, - "new_tests": 207718.0, - "total_tests": 17297403.0, - "total_tests_per_thousand": 254.801, - "new_tests_per_thousand": 3.06, - "new_tests_smoothed": 225263.0, - "new_tests_smoothed_per_thousand": 3.318, - "tests_per_case": 74.998, - "positive_rate": 0.013000000000000001, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-16", - "total_cases": 374228.0, - "new_cases": 3103.0, - "new_cases_smoothed": 3095.429, - "total_deaths": 41664.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 11.143, - "total_cases_per_million": 5512.594, - "new_cases_per_million": 45.709, - "new_cases_smoothed_per_million": 45.597, - "total_deaths_per_million": 613.735, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.164, - "new_tests": 223146.0, - "total_tests": 17521680.0, - "total_tests_per_thousand": 258.104, - "new_tests_per_thousand": 3.287, - "new_tests_smoothed": 226687.0, - "new_tests_smoothed_per_thousand": 3.339, - "tests_per_case": 73.233, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-17", - "total_cases": 378219.0, - "new_cases": 3991.0, - "new_cases_smoothed": 3285.714, - "total_deaths": 41684.0, - "new_deaths": 20.0, - "new_deaths_smoothed": 12.857, - "total_cases_per_million": 5571.384, - "new_cases_per_million": 58.79, - "new_cases_smoothed_per_million": 48.4, - "total_deaths_per_million": 614.029, - "new_deaths_per_million": 0.295, - "new_deaths_smoothed_per_million": 0.189, - "new_tests": 236219.0, - "total_tests": 17761017.0, - "total_tests_per_thousand": 261.63, - "new_tests_per_thousand": 3.48, - "new_tests_smoothed": 230733.0, - "new_tests_smoothed_per_thousand": 3.399, - "tests_per_case": 70.223, - "positive_rate": 0.013999999999999999, - "tests_units": "tests performed", - "stringency_index": 62.5 - }, - { - "date": "2020-09-18", - "total_cases": 381614.0, - "new_cases": 3395.0, - "new_cases_smoothed": 3353.714, - "total_deaths": 41705.0, - "new_deaths": 21.0, - "new_deaths_smoothed": 13.857, - "total_cases_per_million": 5621.394, - "new_cases_per_million": 50.01, - "new_cases_smoothed_per_million": 49.402, - "total_deaths_per_million": 614.339, - "new_deaths_per_million": 0.309, - "new_deaths_smoothed_per_million": 0.204, - "new_tests": 233199.0, - "total_tests": 17995470.0, - "total_tests_per_thousand": 265.084, - "new_tests_per_thousand": 3.435, - "new_tests_smoothed": 231198.0, - "new_tests_smoothed_per_thousand": 3.406, - "tests_per_case": 68.938, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-19", - "total_cases": 385936.0, - "new_cases": 4322.0, - "new_cases_smoothed": 3465.571, - "total_deaths": 41732.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 16.857, - "total_cases_per_million": 5685.06, - "new_cases_per_million": 63.666, - "new_cases_smoothed_per_million": 51.05, - "total_deaths_per_million": 614.736, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.248, - "new_tests": 252509.0, - "total_tests": 18248877.0, - "total_tests_per_thousand": 268.816, - "new_tests_per_thousand": 3.72, - "new_tests_smoothed": 227647.0, - "new_tests_smoothed_per_thousand": 3.353, - "tests_per_case": 65.688, - "positive_rate": 0.015, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-20", - "total_cases": 390358.0, - "new_cases": 4422.0, - "new_cases_smoothed": 3597.714, - "total_deaths": 41759.0, - "new_deaths": 27.0, - "new_deaths_smoothed": 19.429, - "total_cases_per_million": 5750.199, - "new_cases_per_million": 65.139, - "new_cases_smoothed_per_million": 52.996, - "total_deaths_per_million": 615.134, - "new_deaths_per_million": 0.398, - "new_deaths_smoothed_per_million": 0.286, - "new_tests": 239885.0, - "total_tests": 18488762.0, - "total_tests_per_thousand": 272.35, - "new_tests_per_thousand": 3.534, - "new_tests_smoothed": 230321.0, - "new_tests_smoothed_per_thousand": 3.393, - "tests_per_case": 64.01899999999999, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-21", - "total_cases": 394257.0, - "new_cases": 3899.0, - "new_cases_smoothed": 3679.0, - "total_deaths": 41777.0, - "new_deaths": 18.0, - "new_deaths_smoothed": 21.286, - "total_cases_per_million": 5807.633, - "new_cases_per_million": 57.435, - "new_cases_smoothed_per_million": 54.194, - "total_deaths_per_million": 615.399, - "new_deaths_per_million": 0.265, - "new_deaths_smoothed_per_million": 0.314, - "new_tests": 219723.0, - "total_tests": 18708484.0, - "total_tests_per_thousand": 275.587, - "new_tests_per_thousand": 3.237, - "new_tests_smoothed": 231257.0, - "new_tests_smoothed_per_thousand": 3.407, - "tests_per_case": 62.858999999999995, - "positive_rate": 0.016, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-22", - "total_cases": 398625.0, - "new_cases": 4368.0, - "new_cases_smoothed": 3928.571, - "total_deaths": 41788.0, - "new_deaths": 11.0, - "new_deaths_smoothed": 21.571, - "total_cases_per_million": 5871.976, - "new_cases_per_million": 64.343, - "new_cases_smoothed_per_million": 57.87, - "total_deaths_per_million": 615.561, - "new_deaths_per_million": 0.162, - "new_deaths_smoothed_per_million": 0.318, - "new_tests": 188865.0, - "total_tests": 18897349.0, - "total_tests_per_thousand": 278.369, - "new_tests_per_thousand": 2.782, - "new_tests_smoothed": 228564.0, - "new_tests_smoothed_per_thousand": 3.367, - "tests_per_case": 58.18, - "positive_rate": 0.017, - "tests_units": "tests performed" - }, - { - "date": "2020-09-23", - "total_cases": 403551.0, - "new_cases": 4926.0, - "new_cases_smoothed": 4189.0, - "total_deaths": 41825.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 23.0, - "total_cases_per_million": 5944.539, - "new_cases_per_million": 72.563, - "new_cases_smoothed_per_million": 61.706, - "total_deaths_per_million": 616.106, - "new_deaths_per_million": 0.545, - "new_deaths_smoothed_per_million": 0.339, - "new_tests": 218360.0, - "total_tests": 19091955.0, - "total_tests_per_thousand": 281.236, - "new_tests_per_thousand": 3.217, - "new_tests_smoothed": 224325.0, - "new_tests_smoothed_per_thousand": 3.304, - "tests_per_case": 53.551, - "positive_rate": 0.019, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-24", - "total_cases": 409729.0, - "new_cases": 6178.0, - "new_cases_smoothed": 4501.429, - "total_deaths": 41862.0, - "new_deaths": 37.0, - "new_deaths_smoothed": 25.429, - "total_cases_per_million": 6035.545, - "new_cases_per_million": 91.006, - "new_cases_smoothed_per_million": 66.309, - "total_deaths_per_million": 616.651, - "new_deaths_per_million": 0.545, - "new_deaths_smoothed_per_million": 0.375, - "new_tests": 232268.0, - "total_tests": 19325203.0, - "total_tests_per_thousand": 284.671, - "new_tests_per_thousand": 3.421, - "new_tests_smoothed": 223455.0, - "new_tests_smoothed_per_thousand": 3.292, - "tests_per_case": 49.641000000000005, - "positive_rate": 0.02, - "tests_units": "tests performed", - "stringency_index": 63.89 - }, - { - "date": "2020-09-25", - "total_cases": 416363.0, - "new_cases": 6634.0, - "new_cases_smoothed": 4964.143, - "total_deaths": 41902.0, - "new_deaths": 40.0, - "new_deaths_smoothed": 28.143, - "total_cases_per_million": 6133.267, - "new_cases_per_million": 97.723, - "new_cases_smoothed_per_million": 73.125, - "total_deaths_per_million": 617.241, - "new_deaths_per_million": 0.589, - "new_deaths_smoothed_per_million": 0.415 - } - ] - }, - "GEO": { - "continent": "Asia", - "location": "Georgia", - "population": 3989175.0, - "population_density": 65.032, - "median_age": 38.7, - "aged_65_older": 14.864, - "aged_70_older": 10.244, - "gdp_per_capita": 9745.079, - "extreme_poverty": 4.2, - "cardiovasc_death_rate": 496.218, - "diabetes_prevalence": 7.11, - "female_smokers": 5.3, - "male_smokers": 55.5, - "hospital_beds_per_thousand": 2.6, - "life_expectancy": 73.77, - "human_development_index": 0.78, - "data": [ - { - "date": "2019-12-31", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-01-01", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-02", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-03", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-04", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-05", - "total_cases": 0.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-27", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 0.0 - }, - { - "date": "2020-01-28", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-01-29", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-01-30", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-01-31", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-01", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-02", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-03", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-04", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-05", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-06", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-07", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-08", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-09", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-10", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-11", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-12", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-13", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-14", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-15", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-16", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-17", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-18", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-19", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-20", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-21", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-22", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-23", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-24", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-25", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-26", - "total_cases": 0.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.0, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-27", - "total_cases": 1.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.251, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-28", - "total_cases": 1.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.251, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.036, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-02-29", - "total_cases": 2.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.501, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 19.44 - }, - { - "date": "2020-03-01", - "total_cases": 3.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.752, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.107, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 30.56 - }, - { - "date": "2020-03-02", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.752, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.107, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-03", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-04", - "new_cases_smoothed": 0.429, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.107, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-05", - "total_cases": 3.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.752, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.072, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-06", - "total_cases": 9.0, - "new_cases": 6.0, - "new_cases_smoothed": 1.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 2.256, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 0.286, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-07", - "new_cases_smoothed": 1.0, - "new_deaths_smoothed": 0.0, - "new_cases_smoothed_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-08", - "total_cases": 12.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.008, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.322, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 41.67 - }, - { - "date": "2020-03-09", - "total_cases": 13.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.259, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.358, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-03-10", - "total_cases": 15.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3.76, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.43, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-03-11", - "total_cases": 23.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 5.766, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 0.716, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-03-12", - "total_cases": 24.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.016, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.752, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-03-13", - "total_cases": 25.0, - "new_cases": 1.0, - "new_cases_smoothed": 2.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.267, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.573, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 45.37 - }, - { - "date": "2020-03-14", - "total_cases": 30.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.52, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 0.752, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-15", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.52, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-16", - "total_cases": 30.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 7.52, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.609, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-17", - "total_cases": 33.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.272, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 52.78 - }, - { - "date": "2020-03-18", - "total_cases": 34.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.523, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.394, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 55.56 - }, - { - "date": "2020-03-19", - "total_cases": 34.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 8.523, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.358, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-03-20", - "total_cases": 40.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.027, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 0.537, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-03-21", - "total_cases": 43.0, - "new_cases": 3.0, - "new_cases_smoothed": 1.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 10.779, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.466, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 70.37 - }, - { - "date": "2020-03-22", - "total_cases": 49.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 12.283, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 0.68, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 78.7 - }, - { - "date": "2020-03-23", - "total_cases": 54.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 13.537, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 0.859, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-03-24", - "total_cases": 61.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 15.291, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 1.003, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-03-25", - "total_cases": 70.0, - "new_cases": 9.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 17.547, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 1.289, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 88.89 - }, - { - "date": "2020-03-26", - "total_cases": 73.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 18.3, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.397, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-27", - "total_cases": 79.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 19.804, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 1.397, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-28", - "total_cases": 81.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 20.305, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-29", - "total_cases": 85.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 21.308, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.289, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-30", - "total_cases": 90.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 22.561, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.289, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 90.74 - }, - { - "date": "2020-03-31", - "total_cases": 98.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 24.566, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-01", - "total_cases": 110.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 27.575, - "new_cases_per_million": 3.008, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-02", - "total_cases": 115.0, - "new_cases": 5.0, - "new_cases_smoothed": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 28.828, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.504, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-03", - "total_cases": 121.0, - "new_cases": 6.0, - "new_cases_smoothed": 6.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 30.332, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 1.504, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-04", - "total_cases": 148.0, - "new_cases": 27.0, - "new_cases_smoothed": 9.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 37.1, - "new_cases_per_million": 6.768, - "new_cases_smoothed_per_million": 2.399, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-05", - "total_cases": 157.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 39.357, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 2.578, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-06", - "total_cases": 174.0, - "new_cases": 17.0, - "new_cases_smoothed": 12.0, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 43.618, - "new_cases_per_million": 4.262, - "new_cases_smoothed_per_million": 3.008, - "total_deaths_per_million": 0.501, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 100.0 - }, - { - "date": "2020-04-07", - "total_cases": 188.0, - "new_cases": 14.0, - "new_cases_smoothed": 12.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 47.128, - "new_cases_per_million": 3.509, - "new_cases_smoothed_per_million": 3.223, - "total_deaths_per_million": 0.501, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 100.0 - }, - { - "date": "2020-04-08", - "total_cases": 196.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.286, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 49.133, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 3.08, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 100.0 - }, - { - "date": "2020-04-09", - "total_cases": 211.0, - "new_cases": 15.0, - "new_cases_smoothed": 13.714, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 52.893, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 3.438, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 100.0 - }, - { - "date": "2020-04-10", - "total_cases": 218.0, - "new_cases": 7.0, - "new_cases_smoothed": 13.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 54.648, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 3.474, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 100.0 - }, - { - "date": "2020-04-11", - "total_cases": 234.0, - "new_cases": 16.0, - "new_cases_smoothed": 12.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 58.659, - "new_cases_per_million": 4.011, - "new_cases_smoothed_per_million": 3.08, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 100.0 - }, - { - "date": "2020-04-12", - "total_cases": 242.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.143, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 60.664, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 3.044, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 100.0 - }, - { - "date": "2020-04-13", - "total_cases": 257.0, - "new_cases": 15.0, - "new_cases_smoothed": 11.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 64.424, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 2.972, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-14", - "total_cases": 272.0, - "new_cases": 15.0, - "new_cases_smoothed": 12.0, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 68.185, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 3.008, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-15", - "total_cases": 300.0, - "new_cases": 28.0, - "new_cases_smoothed": 14.857, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 75.204, - "new_cases_per_million": 7.019, - "new_cases_smoothed_per_million": 3.724, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-16", - "total_cases": 306.0, - "new_cases": 6.0, - "new_cases_smoothed": 13.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 76.708, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 3.402, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-17", - "total_cases": 348.0, - "new_cases": 42.0, - "new_cases_smoothed": 18.571, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 87.236, - "new_cases_per_million": 10.528, - "new_cases_smoothed_per_million": 4.655, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-18", - "total_cases": 370.0, - "new_cases": 22.0, - "new_cases_smoothed": 19.429, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 92.751, - "new_cases_per_million": 5.515, - "new_cases_smoothed_per_million": 4.87, - "total_deaths_per_million": 0.752, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 100.0 - }, - { - "date": "2020-04-19", - "total_cases": 388.0, - "new_cases": 18.0, - "new_cases_smoothed": 20.857, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 97.263, - "new_cases_per_million": 4.512, - "new_cases_smoothed_per_million": 5.228, - "total_deaths_per_million": 1.003, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-20", - "total_cases": 394.0, - "new_cases": 6.0, - "new_cases_smoothed": 19.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 98.767, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 4.906, - "total_deaths_per_million": 1.003, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-21", - "total_cases": 402.0, - "new_cases": 8.0, - "new_cases_smoothed": 18.571, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 100.773, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 4.655, - "total_deaths_per_million": 1.003, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-22", - "total_cases": 408.0, - "new_cases": 6.0, - "new_cases_smoothed": 15.429, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 102.277, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 3.868, - "total_deaths_per_million": 1.003, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-23", - "total_cases": 416.0, - "new_cases": 8.0, - "new_cases_smoothed": 15.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 104.282, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 3.939, - "total_deaths_per_million": 1.253, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 100.0 - }, - { - "date": "2020-04-24", - "total_cases": 425.0, - "new_cases": 9.0, - "new_cases_smoothed": 11.0, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 106.538, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 2.757, - "total_deaths_per_million": 1.253, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 100.0 - }, - { - "date": "2020-04-25", - "total_cases": 444.0, - "new_cases": 19.0, - "new_cases_smoothed": 10.571, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 111.301, - "new_cases_per_million": 4.763, - "new_cases_smoothed_per_million": 2.65, - "total_deaths_per_million": 1.253, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 100.0 - }, - { - "date": "2020-04-26", - "total_cases": 456.0, - "new_cases": 12.0, - "new_cases_smoothed": 9.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 114.309, - "new_cases_per_million": 3.008, - "new_cases_smoothed_per_million": 2.435, - "total_deaths_per_million": 1.253, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 100.0 - }, - { - "date": "2020-04-27", - "total_cases": 486.0, - "new_cases": 30.0, - "new_cases_smoothed": 13.143, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 121.83, - "new_cases_per_million": 7.52, - "new_cases_smoothed_per_million": 3.295, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-04-28", - "total_cases": 497.0, - "new_cases": 11.0, - "new_cases_smoothed": 13.571, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 124.587, - "new_cases_per_million": 2.757, - "new_cases_smoothed_per_million": 3.402, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-04-29", - "total_cases": 511.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 128.097, - "new_cases_per_million": 3.509, - "new_cases_smoothed_per_million": 3.689, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-04-30", - "total_cases": 517.0, - "new_cases": 6.0, - "new_cases_smoothed": 14.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 129.601, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 3.617, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-01", - "total_cases": 539.0, - "new_cases": 22.0, - "new_cases_smoothed": 16.286, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 135.116, - "new_cases_per_million": 5.515, - "new_cases_smoothed_per_million": 4.082, - "total_deaths_per_million": 1.504, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-02", - "total_cases": 582.0, - "new_cases": 43.0, - "new_cases_smoothed": 19.714, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 145.895, - "new_cases_per_million": 10.779, - "new_cases_smoothed_per_million": 4.942, - "total_deaths_per_million": 2.005, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-03", - "total_cases": 582.0, - "new_cases": 0.0, - "new_cases_smoothed": 18.0, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 145.895, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.512, - "total_deaths_per_million": 2.005, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-04", - "total_cases": 589.0, - "new_cases": 7.0, - "new_cases_smoothed": 14.714, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 147.65, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 3.689, - "total_deaths_per_million": 2.256, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-05", - "total_cases": 593.0, - "new_cases": 4.0, - "new_cases_smoothed": 13.714, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 148.652, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 3.438, - "total_deaths_per_million": 2.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-06", - "total_cases": 604.0, - "new_cases": 11.0, - "new_cases_smoothed": 13.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 151.41, - "new_cases_per_million": 2.757, - "new_cases_smoothed_per_million": 3.33, - "total_deaths_per_million": 2.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-07", - "total_cases": 610.0, - "new_cases": 6.0, - "new_cases_smoothed": 13.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 152.914, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 3.33, - "total_deaths_per_million": 2.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-08", - "total_cases": 615.0, - "new_cases": 5.0, - "new_cases_smoothed": 10.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 154.167, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 2.722, - "total_deaths_per_million": 2.256, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-09", - "total_cases": 623.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.857, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 156.173, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 2.507, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-10", - "total_cases": 626.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 156.925, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.576, - "total_deaths_per_million": 2.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-11", - "total_cases": 635.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 159.181, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 1.647, - "total_deaths_per_million": 2.507, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-12", - "total_cases": 638.0, - "new_cases": 3.0, - "new_cases_smoothed": 6.429, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 159.933, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.612, - "total_deaths_per_million": 2.757, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-13", - "total_cases": 642.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.429, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 160.936, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 2.757, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-14", - "total_cases": 647.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.286, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 162.189, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 2.757, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-15", - "total_cases": 667.0, - "new_cases": 20.0, - "new_cases_smoothed": 7.429, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 167.202, - "new_cases_per_million": 5.014, - "new_cases_smoothed_per_million": 1.862, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 96.3 - }, - { - "date": "2020-05-16", - "total_cases": 671.0, - "new_cases": 4.0, - "new_cases_smoothed": 6.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 168.205, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.719, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-17", - "total_cases": 695.0, - "new_cases": 24.0, - "new_cases_smoothed": 9.857, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 174.221, - "new_cases_per_million": 6.016, - "new_cases_smoothed_per_million": 2.471, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-18", - "total_cases": 701.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 175.726, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 2.364, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 96.3 - }, - { - "date": "2020-05-19", - "total_cases": 702.0, - "new_cases": 1.0, - "new_cases_smoothed": 9.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 175.976, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 2.292, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-20", - "total_cases": 707.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 177.23, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 2.328, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-21", - "total_cases": 713.0, - "new_cases": 6.0, - "new_cases_smoothed": 9.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 178.734, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 2.364, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 96.3 - }, - { - "date": "2020-05-22", - "total_cases": 721.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 180.739, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 96.3 - }, - { - "date": "2020-05-23", - "total_cases": 723.0, - "new_cases": 2.0, - "new_cases_smoothed": 7.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 181.24, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 1.862, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-24", - "total_cases": 728.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.714, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.494, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.182, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-25", - "total_cases": 730.0, - "new_cases": 2.0, - "new_cases_smoothed": 4.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 182.995, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 1.039, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-26", - "total_cases": 731.0, - "new_cases": 1.0, - "new_cases_smoothed": 4.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 183.246, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 1.039, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-27", - "total_cases": 732.0, - "new_cases": 1.0, - "new_cases_smoothed": 3.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 183.497, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 0.895, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-28", - "total_cases": 735.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 184.249, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.788, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 86.11 - }, - { - "date": "2020-05-29", - "total_cases": 738.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.429, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 185.001, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.609, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-05-30", - "total_cases": 746.0, - "new_cases": 8.0, - "new_cases_smoothed": 3.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 187.006, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 0.824, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-05-31", - "total_cases": 757.0, - "new_cases": 11.0, - "new_cases_smoothed": 4.143, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 189.764, - "new_cases_per_million": 2.757, - "new_cases_smoothed_per_million": 1.039, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-01", - "total_cases": 783.0, - "new_cases": 26.0, - "new_cases_smoothed": 7.571, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 196.281, - "new_cases_per_million": 6.518, - "new_cases_smoothed_per_million": 1.898, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-02", - "total_cases": 796.0, - "new_cases": 13.0, - "new_cases_smoothed": 9.286, - "total_deaths": 12.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 199.54, - "new_cases_per_million": 3.259, - "new_cases_smoothed_per_million": 2.328, - "total_deaths_per_million": 3.008, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-03", - "total_cases": 800.0, - "new_cases": 4.0, - "new_cases_smoothed": 9.714, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 200.543, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 2.435, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-04", - "total_cases": 800.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 200.543, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.328, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-05", - "total_cases": 801.0, - "new_cases": 1.0, - "new_cases_smoothed": 9.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 200.793, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 2.256, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-06", - "total_cases": 805.0, - "new_cases": 4.0, - "new_cases_smoothed": 8.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 201.796, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 2.113, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-07", - "total_cases": 808.0, - "new_cases": 3.0, - "new_cases_smoothed": 7.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 202.548, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.826, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-08", - "total_cases": 808.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 202.548, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.895, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-09", - "total_cases": 812.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 203.551, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 0.573, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-10", - "total_cases": 818.0, - "new_cases": 6.0, - "new_cases_smoothed": 2.571, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 205.055, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-11", - "total_cases": 827.0, - "new_cases": 9.0, - "new_cases_smoothed": 3.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 207.311, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-12", - "total_cases": 831.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 208.314, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.074, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-13", - "total_cases": 843.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 211.322, - "new_cases_per_million": 3.008, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 3.259, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 71.3 - }, - { - "date": "2020-06-14", - "total_cases": 851.0, - "new_cases": 8.0, - "new_cases_smoothed": 6.143, - "total_deaths": 14.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 213.327, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.54, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 71.3 - }, - { - "date": "2020-06-15", - "total_cases": 879.0, - "new_cases": 28.0, - "new_cases_smoothed": 10.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 220.346, - "new_cases_per_million": 7.019, - "new_cases_smoothed_per_million": 2.543, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-06-16", - "total_cases": 879.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 220.346, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.399, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-06-17", - "total_cases": 888.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.0, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 222.602, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 2.507, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-06-18", - "total_cases": 893.0, - "new_cases": 5.0, - "new_cases_smoothed": 9.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 223.856, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 2.364, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-06-19", - "total_cases": 895.0, - "new_cases": 2.0, - "new_cases_smoothed": 9.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 224.357, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 2.292, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 57.41 - }, - { - "date": "2020-06-20", - "total_cases": 896.0, - "new_cases": 1.0, - "new_cases_smoothed": 7.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 224.608, - "new_cases_per_million": 0.251, - "new_cases_smoothed_per_million": 1.898, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 57.41 - }, - { - "date": "2020-06-21", - "total_cases": 898.0, - "new_cases": 2.0, - "new_cases_smoothed": 6.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 225.109, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 1.683, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-22", - "total_cases": 908.0, - "new_cases": 10.0, - "new_cases_smoothed": 4.143, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 227.616, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 1.039, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-23", - "total_cases": 911.0, - "new_cases": 3.0, - "new_cases_smoothed": 4.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 228.368, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.146, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-24", - "total_cases": 914.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 229.12, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.931, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-25", - "total_cases": 917.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 229.872, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.859, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-26", - "total_cases": 919.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.429, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 230.373, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.859, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-27", - "total_cases": 921.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.571, - "total_deaths": 14.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 230.875, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.895, - "total_deaths_per_million": 3.509, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 57.41 - }, - { - "date": "2020-06-28", - "total_cases": 924.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.714, - "total_deaths": 15.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 231.627, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.931, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 57.41 - }, - { - "date": "2020-06-29", - "total_cases": 926.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 232.128, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.645, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 57.41 - }, - { - "date": "2020-06-30", - "total_cases": 928.0, - "new_cases": 2.0, - "new_cases_smoothed": 2.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 232.63, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.609, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-07-01", - "total_cases": 928.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 232.63, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.501, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-07-02", - "total_cases": 931.0, - "new_cases": 3.0, - "new_cases_smoothed": 2.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 233.382, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 0.501, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-07-03", - "total_cases": 939.0, - "new_cases": 8.0, - "new_cases_smoothed": 2.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 235.387, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 0.716, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-07-04", - "total_cases": 946.0, - "new_cases": 7.0, - "new_cases_smoothed": 3.571, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 237.142, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 0.895, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-07-05", - "total_cases": 948.0, - "new_cases": 2.0, - "new_cases_smoothed": 3.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 237.643, - "new_cases_per_million": 0.501, - "new_cases_smoothed_per_million": 0.859, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-06", - "total_cases": 953.0, - "new_cases": 5.0, - "new_cases_smoothed": 3.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 238.897, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 0.967, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-07", - "total_cases": 958.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 240.15, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.074, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-08", - "total_cases": 963.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 241.403, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.253, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-09", - "total_cases": 968.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 242.657, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-07-10", - "total_cases": 973.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 243.91, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.218, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-07-11", - "total_cases": 981.0, - "new_cases": 8.0, - "new_cases_smoothed": 5.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 245.916, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.253, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-07-12", - "total_cases": 986.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 247.169, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-07-13", - "total_cases": 995.0, - "new_cases": 9.0, - "new_cases_smoothed": 6.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 249.425, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 1.504, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-14", - "total_cases": 999.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.857, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 250.428, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.468, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-15", - "total_cases": 1003.0, - "new_cases": 4.0, - "new_cases_smoothed": 5.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 251.43, - "new_cases_per_million": 1.003, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-16", - "total_cases": 1006.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.429, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 252.182, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.361, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-17", - "total_cases": 1006.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 252.182, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.182, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-18", - "total_cases": 1018.0, - "new_cases": 12.0, - "new_cases_smoothed": 5.286, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 255.191, - "new_cases_per_million": 3.008, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-19", - "total_cases": 1028.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.0, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 257.697, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 1.504, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-20", - "total_cases": 1028.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.714, - "total_deaths": 15.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 257.697, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.182, - "total_deaths_per_million": 3.76, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-21", - "total_cases": 1039.0, - "new_cases": 11.0, - "new_cases_smoothed": 5.714, - "total_deaths": 16.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 260.455, - "new_cases_per_million": 2.757, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-22", - "total_cases": 1049.0, - "new_cases": 10.0, - "new_cases_smoothed": 6.571, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 262.962, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 1.647, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-23", - "total_cases": 1073.0, - "new_cases": 24.0, - "new_cases_smoothed": 9.571, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 268.978, - "new_cases_per_million": 6.016, - "new_cases_smoothed_per_million": 2.399, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-24", - "total_cases": 1104.0, - "new_cases": 31.0, - "new_cases_smoothed": 14.0, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 276.749, - "new_cases_per_million": 7.771, - "new_cases_smoothed_per_million": 3.509, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-25", - "total_cases": 1117.0, - "new_cases": 13.0, - "new_cases_smoothed": 14.143, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 280.008, - "new_cases_per_million": 3.259, - "new_cases_smoothed_per_million": 3.545, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-26", - "total_cases": 1131.0, - "new_cases": 14.0, - "new_cases_smoothed": 14.714, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 283.517, - "new_cases_per_million": 3.509, - "new_cases_smoothed_per_million": 3.689, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-27", - "total_cases": 1137.0, - "new_cases": 6.0, - "new_cases_smoothed": 15.571, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 285.021, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 3.903, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-28", - "total_cases": 1145.0, - "new_cases": 8.0, - "new_cases_smoothed": 15.143, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 287.027, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 3.796, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-29", - "total_cases": 1155.0, - "new_cases": 10.0, - "new_cases_smoothed": 15.143, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 289.534, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 3.796, - "total_deaths_per_million": 4.011, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-07-30", - "total_cases": 1155.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.714, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 289.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.937, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-07-31", - "total_cases": 1160.0, - "new_cases": 5.0, - "new_cases_smoothed": 8.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 290.787, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 2.005, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-01", - "total_cases": 1168.0, - "new_cases": 8.0, - "new_cases_smoothed": 7.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 292.792, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 1.826, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-02", - "total_cases": 1171.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 293.544, - "new_cases_per_million": 0.752, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-03", - "total_cases": 1177.0, - "new_cases": 6.0, - "new_cases_smoothed": 5.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 295.048, - "new_cases_per_million": 1.504, - "new_cases_smoothed_per_million": 1.432, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-04", - "total_cases": 1182.0, - "new_cases": 5.0, - "new_cases_smoothed": 5.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 296.302, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 1.325, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-05", - "total_cases": 1197.0, - "new_cases": 15.0, - "new_cases_smoothed": 6.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 300.062, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 1.504, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 53.7 - }, - { - "date": "2020-08-06", - "total_cases": 1206.0, - "new_cases": 9.0, - "new_cases_smoothed": 7.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 302.318, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 1.826, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-08-07", - "total_cases": 1206.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 302.318, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.647, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-08-08", - "total_cases": 1213.0, - "new_cases": 7.0, - "new_cases_smoothed": 6.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 304.073, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 1.612, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-08-09", - "total_cases": 1225.0, - "new_cases": 12.0, - "new_cases_smoothed": 7.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 307.081, - "new_cases_per_million": 3.008, - "new_cases_smoothed_per_million": 1.934, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-08-10", - "total_cases": 1250.0, - "new_cases": 25.0, - "new_cases_smoothed": 10.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 313.348, - "new_cases_per_million": 6.267, - "new_cases_smoothed_per_million": 2.614, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 53.7 - }, - { - "date": "2020-08-11", - "total_cases": 1264.0, - "new_cases": 14.0, - "new_cases_smoothed": 11.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 316.857, - "new_cases_per_million": 3.509, - "new_cases_smoothed_per_million": 2.937, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-12", - "total_cases": 1278.0, - "new_cases": 14.0, - "new_cases_smoothed": 11.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 320.367, - "new_cases_per_million": 3.509, - "new_cases_smoothed_per_million": 2.901, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-13", - "total_cases": 1283.0, - "new_cases": 5.0, - "new_cases_smoothed": 11.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 321.62, - "new_cases_per_million": 1.253, - "new_cases_smoothed_per_million": 2.757, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-14", - "total_cases": 1306.0, - "new_cases": 23.0, - "new_cases_smoothed": 14.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 327.386, - "new_cases_per_million": 5.766, - "new_cases_smoothed_per_million": 3.581, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-15", - "total_cases": 1306.0, - "new_cases": 0.0, - "new_cases_smoothed": 13.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 327.386, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.33, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-16", - "total_cases": 1321.0, - "new_cases": 15.0, - "new_cases_smoothed": 13.714, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 331.146, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 3.438, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-17", - "total_cases": 1341.0, - "new_cases": 20.0, - "new_cases_smoothed": 13.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 336.16, - "new_cases_per_million": 5.014, - "new_cases_smoothed_per_million": 3.259, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-18", - "total_cases": 1351.0, - "new_cases": 10.0, - "new_cases_smoothed": 12.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 338.667, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 3.116, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-19", - "total_cases": 1361.0, - "new_cases": 10.0, - "new_cases_smoothed": 11.857, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.173, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 2.972, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-20", - "total_cases": 1361.0, - "new_cases": 0.0, - "new_cases_smoothed": 11.143, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 341.173, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.793, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-21", - "total_cases": 1370.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.143, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 343.429, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 2.292, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-22", - "total_cases": 1385.0, - "new_cases": 15.0, - "new_cases_smoothed": 11.286, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 347.19, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 2.829, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-23", - "total_cases": 1394.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.429, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 349.446, - "new_cases_per_million": 2.256, - "new_cases_smoothed_per_million": 2.614, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-24", - "total_cases": 1411.0, - "new_cases": 17.0, - "new_cases_smoothed": 10.0, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 353.707, - "new_cases_per_million": 4.262, - "new_cases_smoothed_per_million": 2.507, - "total_deaths_per_million": 4.262, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-08-25", - "total_cases": 1421.0, - "new_cases": 10.0, - "new_cases_smoothed": 10.0, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 356.214, - "new_cases_per_million": 2.507, - "new_cases_smoothed_per_million": 2.507, - "total_deaths_per_million": 4.512, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 59.26 - }, - { - "date": "2020-08-26", - "total_cases": 1436.0, - "new_cases": 15.0, - "new_cases_smoothed": 10.714, - "total_deaths": 19.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 359.974, - "new_cases_per_million": 3.76, - "new_cases_smoothed_per_million": 2.686, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-08-27", - "total_cases": 1447.0, - "new_cases": 11.0, - "new_cases_smoothed": 12.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 362.732, - "new_cases_per_million": 2.757, - "new_cases_smoothed_per_million": 3.08, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-08-28", - "total_cases": 1455.0, - "new_cases": 8.0, - "new_cases_smoothed": 12.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 364.737, - "new_cases_per_million": 2.005, - "new_cases_smoothed_per_million": 3.044, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-08-29", - "total_cases": 1462.0, - "new_cases": 7.0, - "new_cases_smoothed": 11.0, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 366.492, - "new_cases_per_million": 1.755, - "new_cases_smoothed_per_million": 2.757, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-08-30", - "total_cases": 1462.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 366.492, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.435, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-08-31", - "total_cases": 1487.0, - "new_cases": 25.0, - "new_cases_smoothed": 10.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 372.759, - "new_cases_per_million": 6.267, - "new_cases_smoothed_per_million": 2.722, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.072, - "stringency_index": 59.26 - }, - { - "date": "2020-09-01", - "total_cases": 1487.0, - "new_cases": 0.0, - "new_cases_smoothed": 9.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 372.759, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.364, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 59.26 - }, - { - "date": "2020-09-02", - "total_cases": 1510.0, - "new_cases": 23.0, - "new_cases_smoothed": 10.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 378.524, - "new_cases_per_million": 5.766, - "new_cases_smoothed_per_million": 2.65, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-09-03", - "total_cases": 1548.0, - "new_cases": 38.0, - "new_cases_smoothed": 14.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 388.05, - "new_cases_per_million": 9.526, - "new_cases_smoothed_per_million": 3.617, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 59.26 - }, - { - "date": "2020-09-04", - "total_cases": 1568.0, - "new_cases": 20.0, - "new_cases_smoothed": 16.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 393.064, - "new_cases_per_million": 5.014, - "new_cases_smoothed_per_million": 4.047, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-05", - "total_cases": 1596.0, - "new_cases": 28.0, - "new_cases_smoothed": 19.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 400.083, - "new_cases_per_million": 7.019, - "new_cases_smoothed_per_million": 4.799, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-06", - "total_cases": 1621.0, - "new_cases": 25.0, - "new_cases_smoothed": 22.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 406.35, - "new_cases_per_million": 6.267, - "new_cases_smoothed_per_million": 5.694, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-07", - "total_cases": 1640.0, - "new_cases": 19.0, - "new_cases_smoothed": 21.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 411.113, - "new_cases_per_million": 4.763, - "new_cases_smoothed_per_million": 5.479, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-08", - "total_cases": 1684.0, - "new_cases": 44.0, - "new_cases_smoothed": 28.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 422.142, - "new_cases_per_million": 11.03, - "new_cases_smoothed_per_million": 7.055, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-09", - "total_cases": 1773.0, - "new_cases": 89.0, - "new_cases_smoothed": 37.571, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 444.453, - "new_cases_per_million": 22.31, - "new_cases_smoothed_per_million": 9.418, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-10", - "total_cases": 1830.0, - "new_cases": 57.0, - "new_cases_smoothed": 40.286, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 458.741, - "new_cases_per_million": 14.289, - "new_cases_smoothed_per_million": 10.099, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-11", - "total_cases": 1917.0, - "new_cases": 87.0, - "new_cases_smoothed": 49.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 480.55, - "new_cases_per_million": 21.809, - "new_cases_smoothed_per_million": 12.498, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-12", - "total_cases": 2075.0, - "new_cases": 158.0, - "new_cases_smoothed": 68.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 520.158, - "new_cases_per_million": 39.607, - "new_cases_smoothed_per_million": 17.154, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-13", - "total_cases": 2075.0, - "new_cases": 0.0, - "new_cases_smoothed": 64.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 520.158, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 16.258, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-14", - "total_cases": 2392.0, - "new_cases": 317.0, - "new_cases_smoothed": 107.429, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 599.623, - "new_cases_per_million": 79.465, - "new_cases_smoothed_per_million": 26.93, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 69.44 - }, - { - "date": "2020-09-15", - "total_cases": 2392.0, - "new_cases": 0.0, - "new_cases_smoothed": 101.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 599.623, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 25.354, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-16", - "total_cases": 2758.0, - "new_cases": 366.0, - "new_cases_smoothed": 140.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 691.371, - "new_cases_per_million": 91.748, - "new_cases_smoothed_per_million": 35.274, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-17", - "total_cases": 2937.0, - "new_cases": 179.0, - "new_cases_smoothed": 158.143, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 736.242, - "new_cases_per_million": 44.871, - "new_cases_smoothed_per_million": 39.643, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-18", - "total_cases": 3119.0, - "new_cases": 182.0, - "new_cases_smoothed": 171.714, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 781.866, - "new_cases_per_million": 45.623, - "new_cases_smoothed_per_million": 43.045, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-19", - "total_cases": 3306.0, - "new_cases": 187.0, - "new_cases_smoothed": 175.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 828.743, - "new_cases_per_million": 46.877, - "new_cases_smoothed_per_million": 44.084, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-20", - "total_cases": 3502.0, - "new_cases": 196.0, - "new_cases_smoothed": 203.857, - "total_deaths": 19.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 877.876, - "new_cases_per_million": 49.133, - "new_cases_smoothed_per_million": 51.103, - "total_deaths_per_million": 4.763, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "stringency_index": 60.19 - }, - { - "date": "2020-09-21", - "total_cases": 3695.0, - "new_cases": 193.0, - "new_cases_smoothed": 186.143, - "total_deaths": 20.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 926.257, - "new_cases_per_million": 48.381, - "new_cases_smoothed_per_million": 46.662, - "total_deaths_per_million": 5.014, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.036, - "stringency_index": 60.19 - }, - { - "date": "2020-09-22", - "total_cases": 3913.0, - "new_cases": 218.0, - "new_cases_smoothed": 217.286, - "total_deaths": 22.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 980.905, - "new_cases_per_million": 54.648, - "new_cases_smoothed_per_million": 54.469, - "total_deaths_per_million": 5.515, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.107, - "stringency_index": 60.19 - }, - { - "date": "2020-09-23", - "total_cases": 4140.0, - "new_cases": 227.0, - "new_cases_smoothed": 197.429, - "total_deaths": 24.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 1037.809, - "new_cases_per_million": 56.904, - "new_cases_smoothed_per_million": 49.491, - "total_deaths_per_million": 6.016, - "new_deaths_per_million": 0.501, - "new_deaths_smoothed_per_million": 0.179, - "stringency_index": 60.19 - }, - { - "date": "2020-09-24", - "total_cases": 4399.0, - "new_cases": 259.0, - "new_cases_smoothed": 208.857, - "total_deaths": 25.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1102.734, - "new_cases_per_million": 64.926, - "new_cases_smoothed_per_million": 52.356, - "total_deaths_per_million": 6.267, - "new_deaths_per_million": 0.251, - "new_deaths_smoothed_per_million": 0.215, - "stringency_index": 60.19 - }, - { - "date": "2020-09-25", - "total_cases": 4399.0, - "new_cases": 0.0, - "new_cases_smoothed": 182.857, - "total_deaths": 25.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 1102.734, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 45.838, - "total_deaths_per_million": 6.267, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.215 - } - ] - }, - "GGY": { - "continent": "Europe", - "location": "Guernsey", - "population": 67052.0, - "data": [ - { - "date": "2020-03-20", - "total_cases": 1.0, - "new_cases": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 14.914, - "new_cases_per_million": 14.914, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-21", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 14.914, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-22", - "total_cases": 1.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 14.914, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-23", - "total_cases": 17.0, - "new_cases": 16.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 253.535, - "new_cases_per_million": 238.621, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-24", - "total_cases": 20.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 298.276, - "new_cases_per_million": 44.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-25", - "total_cases": 23.0, - "new_cases": 3.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 343.017, - "new_cases_per_million": 44.741, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0 - }, - { - "date": "2020-03-26", - "total_cases": 30.0, - "new_cases": 7.0, - "new_cases_smoothed": 4.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 447.414, - "new_cases_per_million": 104.397, - "new_cases_smoothed_per_million": 63.916, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-27", - "total_cases": 34.0, - "new_cases": 4.0, - "new_cases_smoothed": 4.714, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 507.069, - "new_cases_per_million": 59.655, - "new_cases_smoothed_per_million": 70.308, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-28", - "total_cases": 36.0, - "new_cases": 2.0, - "new_cases_smoothed": 5.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 536.897, - "new_cases_per_million": 29.828, - "new_cases_smoothed_per_million": 74.569, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-29", - "total_cases": 39.0, - "new_cases": 3.0, - "new_cases_smoothed": 5.429, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 581.638, - "new_cases_per_million": 44.741, - "new_cases_smoothed_per_million": 80.961, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-30", - "total_cases": 45.0, - "new_cases": 6.0, - "new_cases_smoothed": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 671.121, - "new_cases_per_million": 89.483, - "new_cases_smoothed_per_million": 59.655, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-03-31", - "total_cases": 45.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.571, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 671.121, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 53.264, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-01", - "total_cases": 60.0, - "new_cases": 15.0, - "new_cases_smoothed": 5.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 894.828, - "new_cases_per_million": 223.707, - "new_cases_smoothed_per_million": 78.83, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-02", - "total_cases": 78.0, - "new_cases": 18.0, - "new_cases_smoothed": 6.857, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1163.276, - "new_cases_per_million": 268.448, - "new_cases_smoothed_per_million": 102.266, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-03", - "total_cases": 91.0, - "new_cases": 13.0, - "new_cases_smoothed": 8.143, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 1357.156, - "new_cases_per_million": 193.879, - "new_cases_smoothed_per_million": 121.441, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-04-04", - "total_cases": 114.0, - "new_cases": 23.0, - "new_cases_smoothed": 11.143, - "total_deaths": 2.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1700.173, - "new_cases_per_million": 343.017, - "new_cases_smoothed_per_million": 166.182, - "total_deaths_per_million": 29.828, - "new_deaths_per_million": 29.828, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-04-05", - "total_cases": 136.0, - "new_cases": 22.0, - "new_cases_smoothed": 13.857, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 2028.277, - "new_cases_per_million": 328.104, - "new_cases_smoothed_per_million": 206.663, - "total_deaths_per_million": 29.828, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-04-06", - "total_cases": 154.0, - "new_cases": 18.0, - "new_cases_smoothed": 15.571, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2296.725, - "new_cases_per_million": 268.448, - "new_cases_smoothed_per_million": 232.229, - "total_deaths_per_million": 44.741, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-07", - "total_cases": 165.0, - "new_cases": 11.0, - "new_cases_smoothed": 17.143, - "total_deaths": 4.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2460.777, - "new_cases_per_million": 164.052, - "new_cases_smoothed_per_million": 255.665, - "total_deaths_per_million": 59.655, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-08", - "total_cases": 166.0, - "new_cases": 1.0, - "new_cases_smoothed": 15.143, - "total_deaths": 4.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2475.691, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 225.838, - "total_deaths_per_million": 59.655, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-09", - "total_cases": 181.0, - "new_cases": 15.0, - "new_cases_smoothed": 14.714, - "total_deaths": 5.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2699.397, - "new_cases_per_million": 223.707, - "new_cases_smoothed_per_million": 219.446, - "total_deaths_per_million": 74.569, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 10.653 - }, - { - "date": "2020-04-10", - "total_cases": 191.0, - "new_cases": 10.0, - "new_cases_smoothed": 14.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.714, - "total_cases_per_million": 2848.535, - "new_cases_per_million": 149.138, - "new_cases_smoothed_per_million": 213.054, - "total_deaths_per_million": 74.569, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 10.653 - }, - { - "date": "2020-04-11", - "total_cases": 200.0, - "new_cases": 9.0, - "new_cases_smoothed": 12.286, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 2982.76, - "new_cases_per_million": 134.224, - "new_cases_smoothed_per_million": 183.227, - "total_deaths_per_million": 89.483, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-12", - "total_cases": 209.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.429, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3116.984, - "new_cases_per_million": 134.224, - "new_cases_smoothed_per_million": 155.53, - "total_deaths_per_million": 89.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-13", - "total_cases": 218.0, - "new_cases": 9.0, - "new_cases_smoothed": 9.143, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3251.208, - "new_cases_per_million": 134.224, - "new_cases_smoothed_per_million": 136.355, - "total_deaths_per_million": 89.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-14", - "total_cases": 219.0, - "new_cases": 1.0, - "new_cases_smoothed": 7.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3266.122, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 115.049, - "total_deaths_per_million": 89.483, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-04-15", - "total_cases": 223.0, - "new_cases": 4.0, - "new_cases_smoothed": 8.143, - "total_deaths": 7.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3325.777, - "new_cases_per_million": 59.655, - "new_cases_smoothed_per_million": 121.441, - "total_deaths_per_million": 104.397, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-16", - "total_cases": 223.0, - "new_cases": 0.0, - "new_cases_smoothed": 6.0, - "total_deaths": 7.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3325.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 89.483, - "total_deaths_per_million": 104.397, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-04-17", - "total_cases": 234.0, - "new_cases": 11.0, - "new_cases_smoothed": 6.143, - "total_deaths": 9.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3489.829, - "new_cases_per_million": 164.052, - "new_cases_smoothed_per_million": 91.613, - "total_deaths_per_million": 134.224, - "new_deaths_per_million": 29.828, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-18", - "total_cases": 234.0, - "new_cases": 0.0, - "new_cases_smoothed": 4.857, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3489.829, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 72.438, - "total_deaths_per_million": 134.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-19", - "total_cases": 239.0, - "new_cases": 5.0, - "new_cases_smoothed": 4.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3564.398, - "new_cases_per_million": 74.569, - "new_cases_smoothed_per_million": 63.916, - "total_deaths_per_million": 134.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-20", - "total_cases": 239.0, - "new_cases": 0.0, - "new_cases_smoothed": 3.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3564.398, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 44.741, - "total_deaths_per_million": 134.224, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-21", - "total_cases": 239.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.857, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3564.398, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 42.611, - "total_deaths_per_million": 149.138, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-22", - "total_cases": 239.0, - "new_cases": 0.0, - "new_cases_smoothed": 2.286, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3564.398, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 34.089, - "total_deaths_per_million": 149.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-23", - "total_cases": 243.0, - "new_cases": 4.0, - "new_cases_smoothed": 2.857, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3624.053, - "new_cases_per_million": 59.655, - "new_cases_smoothed_per_million": 42.611, - "total_deaths_per_million": 149.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-24", - "total_cases": 245.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3653.881, - "new_cases_per_million": 29.828, - "new_cases_smoothed_per_million": 23.436, - "total_deaths_per_million": 149.138, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.131 - }, - { - "date": "2020-04-25", - "total_cases": 245.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.571, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3653.881, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 23.436, - "total_deaths_per_million": 164.052, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-04-26", - "total_cases": 245.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 12.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3653.881, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.783, - "total_deaths_per_million": 178.966, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-27", - "total_cases": 247.0, - "new_cases": 2.0, - "new_cases_smoothed": 1.143, - "total_deaths": 13.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 3683.708, - "new_cases_per_million": 29.828, - "new_cases_smoothed_per_million": 17.044, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 14.914, - "new_deaths_smoothed_per_million": 8.522 - }, - { - "date": "2020-04-28", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3683.708, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.044, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-29", - "total_cases": 247.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3683.708, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 17.044, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-04-30", - "total_cases": 251.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3743.363, - "new_cases_per_million": 59.655, - "new_cases_smoothed_per_million": 17.044, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-05-01", - "total_cases": 251.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.857, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 3743.363, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 12.783, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 6.392 - }, - { - "date": "2020-05-02", - "total_cases": 252.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 14.914, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 4.261 - }, - { - "date": "2020-05-03", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 1.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 14.914, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 2.131 - }, - { - "date": "2020-05-04", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.653, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-05", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.653, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-06", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.714, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.653, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-07", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-08", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-09", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-10", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-11", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-12", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-13", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-14", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-15", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-16", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-17", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-18", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-19", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-20", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-21", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-22", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-23", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-24", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-25", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-26", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-27", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-28", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-29", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-30", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-05-31", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-01", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-02", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-03", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-04", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-05", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-06", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-07", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-08", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-09", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-10", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-11", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-12", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-13", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-14", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-15", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-16", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-17", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-18", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-19", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-20", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-21", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-22", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-23", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-24", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-25", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-26", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-27", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-28", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-29", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-06-30", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-01", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-02", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-03", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-04", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-05", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-06", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-07", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-08", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-09", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-10", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-11", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-12", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-13", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-14", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-15", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-16", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-17", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-18", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-19", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-20", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-21", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-22", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-23", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-24", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-25", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-26", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-27", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-28", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-29", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-30", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-07-31", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-01", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-02", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-03", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-04", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-05", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-06", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-07", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-08", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-09", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-10", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-11", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-12", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-13", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-14", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-15", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-16", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-17", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-18", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-19", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-20", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-21", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-22", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-23", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-24", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-25", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-26", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-27", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-28", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-29", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-30", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-08-31", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-01", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-02", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-03", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-04", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-05", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-06", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-07", - "total_cases": 252.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3758.277, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-08", - "total_cases": 253.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-09", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-10", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-11", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-12", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-13", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-14", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-15", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-16", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-17", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-18", - "total_cases": 253.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.0, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3773.191, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.0, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-19", - "total_cases": 254.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3788.105, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-20", - "total_cases": 254.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.143, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3788.105, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.131, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-21", - "total_cases": 255.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.286, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3803.019, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 4.261, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-22", - "total_cases": 256.0, - "new_cases": 1.0, - "new_cases_smoothed": 0.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3817.932, - "new_cases_per_million": 14.914, - "new_cases_smoothed_per_million": 6.392, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-23", - "total_cases": 256.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3817.932, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.392, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-24", - "total_cases": 256.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3817.932, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.392, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - }, - { - "date": "2020-09-25", - "total_cases": 256.0, - "new_cases": 0.0, - "new_cases_smoothed": 0.429, - "total_deaths": 13.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 3817.932, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.392, - "total_deaths_per_million": 193.879, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0 - } - ] - }, - "GHA": { - "continent": "Africa", - "location": "Ghana", - "population": 31072945.0, - "population_density": 126.719, - "median_age": 21.1, - "aged_65_older": 3.385, - "aged_70_older": 1.948, - "gdp_per_capita": 4227.63, - "extreme_poverty": 12.0, - "cardiovasc_death_rate": 298.245, - "diabetes_prevalence": 4.97, - "female_smokers": 0.3, - "male_smokers": 7.7, - "handwashing_facilities": 41.047, - "hospital_beds_per_thousand": 0.9, - "life_expectancy": 64.07, - "human_development_index": 0.592, - "data": [ - { - "date": "2020-03-13", - "total_cases": 2.0, - "new_cases": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.064, - "new_cases_per_million": 0.064, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 8.33 - }, - { - "date": "2020-03-15", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.064, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 13.89 - }, - { - "date": "2020-03-16", - "total_cases": 2.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.064, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "stringency_index": 44.44 - }, - { - "date": "2020-03-17", - "total_cases": 6.0, - "new_cases": 4.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.193, - "new_cases_per_million": 0.129, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "total_tests": 143.0, - "total_tests_per_thousand": 0.005, - "tests_units": "samples tested", - "stringency_index": 50.0 - }, - { - "date": "2020-03-18", - "total_cases": 6.0, - "new_cases": 0.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "total_cases_per_million": 0.193, - "new_cases_per_million": 0.0, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "tests_units": "samples tested", - "stringency_index": 50.0 - }, - { - "date": "2020-03-19", - "total_cases": 7.0, - "new_cases": 1.0, - "new_cases_smoothed": 1.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.225, - "new_cases_per_million": 0.032, - "new_cases_smoothed_per_million": 0.032, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "samples tested", - "stringency_index": 50.0 - }, - { - "date": "2020-03-20", - "total_cases": 11.0, - "new_cases": 4.0, - "new_cases_smoothed": 1.286, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.354, - "new_cases_per_million": 0.129, - "new_cases_smoothed_per_million": 0.041, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "samples tested", - "stringency_index": 50.0 - }, - { - "date": "2020-03-21", - "total_cases": 16.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.0, - "total_deaths": 0.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 0.515, - "new_cases_per_million": 0.161, - "new_cases_smoothed_per_million": 0.064, - "total_deaths_per_million": 0.0, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "tests_units": "samples tested", - "stringency_index": 50.0 - }, - { - "date": "2020-03-22", - "total_cases": 21.0, - "new_cases": 5.0, - "new_cases_smoothed": 2.714, - "total_deaths": 1.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.676, - "new_cases_per_million": 0.161, - "new_cases_smoothed_per_million": 0.087, - "total_deaths_per_million": 0.032, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.005, - "total_tests": 315.0, - "total_tests_per_thousand": 0.01, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-23", - "total_cases": 24.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.143, - "total_deaths": 1.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 0.772, - "new_cases_per_million": 0.097, - "new_cases_smoothed_per_million": 0.101, - "total_deaths_per_million": 0.032, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 206.0, - "total_tests": 521.0, - "total_tests_per_thousand": 0.017, - "new_tests_per_thousand": 0.007, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-24", - "total_cases": 27.0, - "new_cases": 3.0, - "new_cases_smoothed": 3.0, - "total_deaths": 2.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 0.869, - "new_cases_per_million": 0.097, - "new_cases_smoothed_per_million": 0.097, - "total_deaths_per_million": 0.064, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 111.0, - "new_tests_smoothed_per_thousand": 0.004, - "tests_per_case": 37.0, - "positive_rate": 0.027000000000000003, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-25", - "total_cases": 53.0, - "new_cases": 26.0, - "new_cases_smoothed": 6.714, - "total_deaths": 2.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 1.706, - "new_cases_per_million": 0.837, - "new_cases_smoothed_per_million": 0.216, - "total_deaths_per_million": 0.064, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 163.0, - "new_tests_smoothed_per_thousand": 0.005, - "tests_per_case": 24.276999999999997, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-26", - "total_cases": 68.0, - "new_cases": 15.0, - "new_cases_smoothed": 8.714, - "total_deaths": 3.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 2.188, - "new_cases_per_million": 0.483, - "new_cases_smoothed_per_million": 0.28, - "total_deaths_per_million": 0.097, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 215.0, - "new_tests_smoothed_per_thousand": 0.007, - "tests_per_case": 24.671999999999997, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-27", - "total_cases": 132.0, - "new_cases": 64.0, - "new_cases_smoothed": 17.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.248, - "new_cases_per_million": 2.06, - "new_cases_smoothed_per_million": 0.556, - "total_deaths_per_million": 0.097, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 268.0, - "new_tests_smoothed_per_thousand": 0.009, - "tests_per_case": 15.504000000000001, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-28", - "total_cases": 137.0, - "new_cases": 5.0, - "new_cases_smoothed": 17.286, - "total_deaths": 3.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.409, - "new_cases_per_million": 0.161, - "new_cases_smoothed_per_million": 0.556, - "total_deaths_per_million": 0.097, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "total_tests": 2519.0, - "total_tests_per_thousand": 0.081, - "new_tests_smoothed": 320.0, - "new_tests_smoothed_per_thousand": 0.01, - "tests_per_case": 18.512, - "positive_rate": 0.054000000000000006, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-29", - "total_cases": 141.0, - "new_cases": 4.0, - "new_cases_smoothed": 17.143, - "total_deaths": 5.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4.538, - "new_cases_per_million": 0.129, - "new_cases_smoothed_per_million": 0.552, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.018, - "new_tests_smoothed": 459.0, - "new_tests_smoothed_per_thousand": 0.015, - "tests_per_case": 26.775, - "positive_rate": 0.037000000000000005, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-03-30", - "total_cases": 152.0, - "new_cases": 11.0, - "new_cases_smoothed": 18.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 4.892, - "new_cases_per_million": 0.354, - "new_cases_smoothed_per_million": 0.588, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests_smoothed": 573.0, - "new_tests_smoothed_per_thousand": 0.018, - "tests_per_case": 31.336, - "positive_rate": 0.032, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-03-31", - "total_cases": 152.0, - "new_cases": 0.0, - "new_cases_smoothed": 17.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.892, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.575, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 660.0, - "new_tests_smoothed_per_thousand": 0.021, - "tests_per_case": 36.96, - "positive_rate": 0.027000000000000003, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-01", - "total_cases": 152.0, - "new_cases": 0.0, - "new_cases_smoothed": 14.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 4.892, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.455, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 747.0, - "new_tests_smoothed_per_thousand": 0.024, - "tests_per_case": 52.818000000000005, - "positive_rate": 0.019, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-02", - "total_cases": 195.0, - "new_cases": 43.0, - "new_cases_smoothed": 18.143, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.276, - "new_cases_per_million": 1.384, - "new_cases_smoothed_per_million": 0.584, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 834.0, - "new_tests_smoothed_per_thousand": 0.027, - "tests_per_case": 45.968999999999994, - "positive_rate": 0.022000000000000002, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-03", - "total_cases": 204.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.565, - "new_cases_per_million": 0.29, - "new_cases_smoothed_per_million": 0.331, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 921.0, - "new_tests_smoothed_per_thousand": 0.03, - "tests_per_case": 89.542, - "positive_rate": 0.011000000000000001, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-04", - "total_cases": 205.0, - "new_cases": 1.0, - "new_cases_smoothed": 9.714, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 6.597, - "new_cases_per_million": 0.032, - "new_cases_smoothed_per_million": 0.313, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 103.765, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-05", - "total_cases": 214.0, - "new_cases": 9.0, - "new_cases_smoothed": 10.429, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.887, - "new_cases_per_million": 0.29, - "new_cases_smoothed_per_million": 0.336, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 96.65799999999999, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-06", - "total_cases": 214.0, - "new_cases": 0.0, - "new_cases_smoothed": 8.857, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 6.887, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.285, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 113.806, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-07", - "total_cases": 287.0, - "new_cases": 73.0, - "new_cases_smoothed": 19.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.236, - "new_cases_per_million": 2.349, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 52.266999999999996, - "positive_rate": 0.019, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-08", - "total_cases": 287.0, - "new_cases": 0.0, - "new_cases_smoothed": 19.286, - "total_deaths": 5.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.0, - "total_cases_per_million": 9.236, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.621, - "total_deaths_per_million": 0.161, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.0, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 52.266999999999996, - "positive_rate": 0.019, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-09", - "total_cases": 313.0, - "new_cases": 26.0, - "new_cases_smoothed": 16.857, - "total_deaths": 6.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 10.073, - "new_cases_per_million": 0.837, - "new_cases_smoothed_per_million": 0.543, - "total_deaths_per_million": 0.193, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.005, - "total_tests": 14611.0, - "total_tests_per_thousand": 0.47, - "new_tests_smoothed": 1008.0, - "new_tests_smoothed_per_thousand": 0.032, - "tests_per_case": 59.797, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-10", - "total_cases": 378.0, - "new_cases": 65.0, - "new_cases_smoothed": 24.857, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12.165, - "new_cases_per_million": 2.092, - "new_cases_smoothed_per_million": 0.8, - "total_deaths_per_million": 0.193, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 12735.0, - "total_tests": 27346.0, - "total_tests_per_thousand": 0.88, - "new_tests_per_thousand": 0.41, - "new_tests_smoothed": 2683.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 107.93700000000001, - "positive_rate": 0.009000000000000001, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-11", - "total_cases": 378.0, - "new_cases": 0.0, - "new_cases_smoothed": 24.714, - "total_deaths": 6.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 12.165, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 0.795, - "total_deaths_per_million": 0.193, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 10608.0, - "total_tests": 37954.0, - "total_tests_per_thousand": 1.221, - "new_tests_per_thousand": 0.341, - "new_tests_smoothed": 4054.0, - "new_tests_smoothed_per_thousand": 0.13, - "tests_per_case": 164.035, - "positive_rate": 0.006, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-12", - "total_cases": 408.0, - "new_cases": 30.0, - "new_cases_smoothed": 27.714, - "total_deaths": 8.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 13.13, - "new_cases_per_million": 0.965, - "new_cases_smoothed_per_million": 0.892, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 4518.0, - "new_tests_smoothed_per_thousand": 0.145, - "tests_per_case": 163.02100000000002, - "positive_rate": 0.006, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-13", - "total_cases": 566.0, - "new_cases": 158.0, - "new_cases_smoothed": 50.286, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18.215, - "new_cases_per_million": 5.085, - "new_cases_smoothed_per_million": 1.618, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests_smoothed": 4982.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 99.074, - "positive_rate": 0.01, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-14", - "total_cases": 566.0, - "new_cases": 0.0, - "new_cases_smoothed": 39.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 18.215, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.283, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "total_tests": 50719.0, - "total_tests_per_thousand": 1.632, - "new_tests_smoothed": 5446.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 136.638, - "positive_rate": 0.006999999999999999, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-15", - "total_cases": 636.0, - "new_cases": 70.0, - "new_cases_smoothed": 49.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 20.468, - "new_cases_per_million": 2.253, - "new_cases_smoothed_per_million": 1.605, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 6281.0, - "total_tests": 57000.0, - "total_tests_per_thousand": 1.834, - "new_tests_per_thousand": 0.202, - "new_tests_smoothed": 6200.0, - "new_tests_smoothed_per_thousand": 0.2, - "tests_per_case": 124.355, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-16", - "total_cases": 641.0, - "new_cases": 5.0, - "new_cases_smoothed": 46.857, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 20.629, - "new_cases_per_million": 0.161, - "new_cases_smoothed_per_million": 1.508, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 6242.0, - "new_tests_smoothed_per_thousand": 0.201, - "tests_per_case": 133.213, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-17", - "total_cases": 641.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 20.629, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.209, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 4609.0, - "new_tests_smoothed_per_thousand": 0.148, - "tests_per_case": 122.67299999999999, - "positive_rate": 0.008, - "tests_units": "samples tested", - "stringency_index": 86.11 - }, - { - "date": "2020-04-18", - "total_cases": 641.0, - "new_cases": 0.0, - "new_cases_smoothed": 37.571, - "total_deaths": 8.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 20.629, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.209, - "total_deaths_per_million": 0.257, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "total_tests": 60916.0, - "total_tests_per_thousand": 1.96, - "new_tests_smoothed": 3280.0, - "new_tests_smoothed_per_thousand": 0.106, - "tests_per_case": 87.3, - "positive_rate": 0.011000000000000001, - "tests_units": "samples tested", - "stringency_index": 84.26 - }, - { - "date": "2020-04-19", - "total_cases": 834.0, - "new_cases": 193.0, - "new_cases_smoothed": 60.857, - "total_deaths": 9.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 26.84, - "new_cases_per_million": 6.211, - "new_cases_smoothed_per_million": 1.959, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 7675.0, - "total_tests": 68591.0, - "total_tests_per_thousand": 2.207, - "new_tests_per_thousand": 0.247, - "new_tests_smoothed": 3769.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_per_case": 61.931999999999995, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 70.37 - }, - { - "date": "2020-04-20", - "total_cases": 1042.0, - "new_cases": 208.0, - "new_cases_smoothed": 68.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.534, - "new_cases_per_million": 6.694, - "new_cases_smoothed_per_million": 2.188, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 4094.0, - "new_tests_smoothed_per_thousand": 0.132, - "tests_per_case": 60.206, - "positive_rate": 0.017, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-21", - "total_cases": 1042.0, - "new_cases": 0.0, - "new_cases_smoothed": 68.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.188, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 4420.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_per_case": 65.0, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-22", - "total_cases": 1042.0, - "new_cases": 0.0, - "new_cases_smoothed": 58.0, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 33.534, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 1.867, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "total_tests": 88188.0, - "total_tests_per_thousand": 2.838, - "new_tests_smoothed": 4455.0, - "new_tests_smoothed_per_thousand": 0.143, - "tests_per_case": 76.81, - "positive_rate": 0.013000000000000001, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-23", - "total_cases": 1154.0, - "new_cases": 112.0, - "new_cases_smoothed": 73.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 37.138, - "new_cases_per_million": 3.604, - "new_cases_smoothed_per_million": 2.359, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 4861.0, - "new_tests_smoothed_per_thousand": 0.156, - "tests_per_case": 66.329, - "positive_rate": 0.015, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-24", - "total_cases": 1154.0, - "new_cases": 0.0, - "new_cases_smoothed": 73.286, - "total_deaths": 9.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 37.138, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.359, - "total_deaths_per_million": 0.29, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 5267.0, - "new_tests_smoothed_per_thousand": 0.17, - "tests_per_case": 71.869, - "positive_rate": 0.013999999999999999, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-25", - "total_cases": 1279.0, - "new_cases": 125.0, - "new_cases_smoothed": 91.143, - "total_deaths": 10.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 41.161, - "new_cases_per_million": 4.023, - "new_cases_smoothed_per_million": 2.933, - "total_deaths_per_million": 0.322, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.009, - "total_tests": 100622.0, - "total_tests_per_thousand": 3.238, - "new_tests_smoothed": 5672.0, - "new_tests_smoothed_per_thousand": 0.183, - "tests_per_case": 62.232, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-26", - "total_cases": 1279.0, - "new_cases": 0.0, - "new_cases_smoothed": 63.571, - "total_deaths": 10.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 41.161, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.046, - "total_deaths_per_million": 0.322, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 4966.0, - "new_tests_smoothed_per_thousand": 0.16, - "tests_per_case": 78.117, - "positive_rate": 0.013000000000000001, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-27", - "total_cases": 1550.0, - "new_cases": 271.0, - "new_cases_smoothed": 72.571, - "total_deaths": 11.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 49.883, - "new_cases_per_million": 8.721, - "new_cases_smoothed_per_million": 2.336, - "total_deaths_per_million": 0.354, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.009, - "total_tests": 106090.0, - "total_tests_per_thousand": 3.414, - "new_tests_smoothed": 4424.0, - "new_tests_smoothed_per_thousand": 0.142, - "tests_per_case": 60.961000000000006, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-28", - "total_cases": 1550.0, - "new_cases": 0.0, - "new_cases_smoothed": 72.571, - "total_deaths": 11.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 49.883, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.336, - "total_deaths_per_million": 0.354, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests": 7407.0, - "total_tests": 113497.0, - "total_tests_per_thousand": 3.653, - "new_tests_per_thousand": 0.238, - "new_tests_smoothed": 4549.0, - "new_tests_smoothed_per_thousand": 0.146, - "tests_per_case": 62.683, - "positive_rate": 0.016, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-29", - "total_cases": 1671.0, - "new_cases": 121.0, - "new_cases_smoothed": 89.857, - "total_deaths": 16.0, - "new_deaths": 5.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 53.777, - "new_cases_per_million": 3.894, - "new_cases_smoothed_per_million": 2.892, - "total_deaths_per_million": 0.515, - "new_deaths_per_million": 0.161, - "new_deaths_smoothed_per_million": 0.032, - "new_tests_smoothed": 3785.0, - "new_tests_smoothed_per_thousand": 0.122, - "tests_per_case": 42.122, - "positive_rate": 0.024, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-04-30", - "total_cases": 1671.0, - "new_cases": 0.0, - "new_cases_smoothed": 73.857, - "total_deaths": 16.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 53.777, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.377, - "total_deaths_per_million": 0.515, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests_smoothed": 3362.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 45.52, - "positive_rate": 0.022000000000000002, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-01", - "total_cases": 2074.0, - "new_cases": 403.0, - "new_cases_smoothed": 131.429, - "total_deaths": 17.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 66.746, - "new_cases_per_million": 12.969, - "new_cases_smoothed_per_million": 4.23, - "total_deaths_per_million": 0.547, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.037, - "total_tests": 117049.0, - "total_tests_per_thousand": 3.767, - "new_tests_smoothed": 2939.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 22.362, - "positive_rate": 0.045, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-02", - "total_cases": 2074.0, - "new_cases": 0.0, - "new_cases_smoothed": 113.571, - "total_deaths": 17.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 66.746, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.655, - "total_deaths_per_million": 0.547, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 12412.0, - "total_tests": 129461.0, - "total_tests_per_thousand": 4.166, - "new_tests_per_thousand": 0.399, - "new_tests_smoothed": 4120.0, - "new_tests_smoothed_per_thousand": 0.133, - "tests_per_case": 36.277, - "positive_rate": 0.027999999999999997, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-03", - "total_cases": 2169.0, - "new_cases": 95.0, - "new_cases_smoothed": 127.143, - "total_deaths": 18.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 69.803, - "new_cases_per_million": 3.057, - "new_cases_smoothed_per_million": 4.092, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.037, - "new_tests_smoothed": 4189.0, - "new_tests_smoothed_per_thousand": 0.135, - "tests_per_case": 32.946999999999996, - "positive_rate": 0.03, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-04", - "total_cases": 2169.0, - "new_cases": 0.0, - "new_cases_smoothed": 88.429, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 69.803, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 2.846, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "total_tests": 135902.0, - "total_tests_per_thousand": 4.374, - "new_tests_smoothed": 4259.0, - "new_tests_smoothed_per_thousand": 0.137, - "tests_per_case": 48.163000000000004, - "positive_rate": 0.021, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-05", - "total_cases": 2719.0, - "new_cases": 550.0, - "new_cases_smoothed": 167.0, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 87.504, - "new_cases_per_million": 17.7, - "new_cases_smoothed_per_million": 5.374, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests_smoothed": 3870.0, - "new_tests_smoothed_per_thousand": 0.125, - "tests_per_case": 23.174, - "positive_rate": 0.043, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-06", - "total_cases": 2719.0, - "new_cases": 0.0, - "new_cases_smoothed": 149.714, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 87.504, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.818, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests_smoothed": 4369.0, - "new_tests_smoothed_per_thousand": 0.141, - "tests_per_case": 29.182, - "positive_rate": 0.034, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-07", - "total_cases": 3091.0, - "new_cases": 372.0, - "new_cases_smoothed": 202.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 99.476, - "new_cases_per_million": 11.972, - "new_cases_smoothed_per_million": 6.528, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "total_tests": 149948.0, - "total_tests_per_thousand": 4.826, - "new_tests_smoothed": 4869.0, - "new_tests_smoothed_per_thousand": 0.157, - "tests_per_case": 24.002, - "positive_rate": 0.042, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-08", - "total_cases": 3091.0, - "new_cases": 0.0, - "new_cases_smoothed": 145.286, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 99.476, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.676, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests": 5253.0, - "total_tests": 155201.0, - "total_tests_per_thousand": 4.995, - "new_tests_per_thousand": 0.169, - "new_tests_smoothed": 5450.0, - "new_tests_smoothed_per_thousand": 0.175, - "tests_per_case": 37.512, - "positive_rate": 0.027000000000000003, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-09", - "total_cases": 4012.0, - "new_cases": 921.0, - "new_cases_smoothed": 276.857, - "total_deaths": 18.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.143, - "total_cases_per_million": 129.116, - "new_cases_per_million": 29.64, - "new_cases_smoothed_per_million": 8.91, - "total_deaths_per_million": 0.579, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.005, - "new_tests_smoothed": 4056.0, - "new_tests_smoothed_per_thousand": 0.131, - "tests_per_case": 14.65, - "positive_rate": 0.068, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-10", - "total_cases": 4263.0, - "new_cases": 251.0, - "new_cases_smoothed": 299.143, - "total_deaths": 22.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 137.193, - "new_cases_per_million": 8.078, - "new_cases_smoothed_per_million": 9.627, - "total_deaths_per_million": 0.708, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.018, - "total_tests": 160501.0, - "total_tests_per_thousand": 5.165, - "new_tests_smoothed": 3974.0, - "new_tests_smoothed_per_thousand": 0.128, - "tests_per_case": 13.285, - "positive_rate": 0.075, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-11", - "total_cases": 4263.0, - "new_cases": 0.0, - "new_cases_smoothed": 299.143, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 137.193, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.627, - "total_deaths_per_million": 0.708, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 1683.0, - "total_tests": 162184.0, - "total_tests_per_thousand": 5.219, - "new_tests_per_thousand": 0.054, - "new_tests_smoothed": 3755.0, - "new_tests_smoothed_per_thousand": 0.121, - "tests_per_case": 12.552999999999999, - "positive_rate": 0.08, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-12", - "total_cases": 4700.0, - "new_cases": 437.0, - "new_cases_smoothed": 283.0, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 151.257, - "new_cases_per_million": 14.064, - "new_cases_smoothed_per_million": 9.108, - "total_deaths_per_million": 0.708, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 3249.0, - "total_tests": 165433.0, - "total_tests_per_thousand": 5.324, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 3550.0, - "new_tests_smoothed_per_thousand": 0.114, - "tests_per_case": 12.544, - "positive_rate": 0.08, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-13", - "total_cases": 5127.0, - "new_cases": 427.0, - "new_cases_smoothed": 344.0, - "total_deaths": 22.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 164.999, - "new_cases_per_million": 13.742, - "new_cases_smoothed_per_million": 11.071, - "total_deaths_per_million": 0.708, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 3252.0, - "total_tests": 168685.0, - "total_tests_per_thousand": 5.429, - "new_tests_per_thousand": 0.105, - "new_tests_smoothed": 3346.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 9.727, - "positive_rate": 0.10300000000000001, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-14", - "total_cases": 5408.0, - "new_cases": 281.0, - "new_cases_smoothed": 331.0, - "total_deaths": 24.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 174.042, - "new_cases_per_million": 9.043, - "new_cases_smoothed_per_million": 10.652, - "total_deaths_per_million": 0.772, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 3938.0, - "total_tests": 172623.0, - "total_tests_per_thousand": 5.555, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 3239.0, - "new_tests_smoothed_per_thousand": 0.104, - "tests_per_case": 9.785, - "positive_rate": 0.102, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-15", - "total_cases": 5530.0, - "new_cases": 122.0, - "new_cases_smoothed": 348.429, - "total_deaths": 24.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 177.968, - "new_cases_per_million": 3.926, - "new_cases_smoothed_per_million": 11.213, - "total_deaths_per_million": 0.772, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 1454.0, - "total_tests": 174077.0, - "total_tests_per_thousand": 5.602, - "new_tests_per_thousand": 0.047, - "new_tests_smoothed": 2697.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 7.74, - "positive_rate": 0.129, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-16", - "total_cases": 5638.0, - "new_cases": 108.0, - "new_cases_smoothed": 232.286, - "total_deaths": 28.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 181.444, - "new_cases_per_million": 3.476, - "new_cases_smoothed_per_million": 7.475, - "total_deaths_per_million": 0.901, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.046, - "new_tests_smoothed": 2782.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_per_case": 11.977, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-17", - "total_cases": 5735.0, - "new_cases": 97.0, - "new_cases_smoothed": 210.286, - "total_deaths": 29.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 184.566, - "new_cases_per_million": 3.122, - "new_cases_smoothed_per_million": 6.767, - "total_deaths_per_million": 0.933, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.032, - "total_tests": 180567.0, - "total_tests_per_thousand": 5.811, - "new_tests_smoothed": 2867.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 13.634, - "positive_rate": 0.073, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-18", - "total_cases": 5735.0, - "new_cases": 0.0, - "new_cases_smoothed": 210.286, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 184.566, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.767, - "total_deaths_per_million": 0.933, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 3776.0, - "total_tests": 184343.0, - "total_tests_per_thousand": 5.933, - "new_tests_per_thousand": 0.122, - "new_tests_smoothed": 3166.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 15.056, - "positive_rate": 0.066, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-19", - "total_cases": 5735.0, - "new_cases": 0.0, - "new_cases_smoothed": 147.857, - "total_deaths": 29.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 184.566, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.758, - "total_deaths_per_million": 0.933, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 3586.0, - "total_tests": 187929.0, - "total_tests_per_thousand": 6.048, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 3214.0, - "new_tests_smoothed_per_thousand": 0.103, - "tests_per_case": 21.737, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-20", - "total_cases": 6096.0, - "new_cases": 361.0, - "new_cases_smoothed": 138.429, - "total_deaths": 31.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 196.184, - "new_cases_per_million": 11.618, - "new_cases_smoothed_per_million": 4.455, - "total_deaths_per_million": 0.998, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.041, - "new_tests": 4265.0, - "total_tests": 192194.0, - "total_tests_per_thousand": 6.185, - "new_tests_per_thousand": 0.137, - "new_tests_smoothed": 3358.0, - "new_tests_smoothed_per_thousand": 0.108, - "tests_per_case": 24.258000000000003, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-21", - "total_cases": 6269.0, - "new_cases": 173.0, - "new_cases_smoothed": 123.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 201.751, - "new_cases_per_million": 5.568, - "new_cases_smoothed_per_million": 3.958, - "total_deaths_per_million": 0.998, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1511.0, - "total_tests": 193705.0, - "total_tests_per_thousand": 6.234, - "new_tests_per_thousand": 0.049, - "new_tests_smoothed": 3012.0, - "new_tests_smoothed_per_thousand": 0.097, - "tests_per_case": 24.488000000000003, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-22", - "total_cases": 6486.0, - "new_cases": 217.0, - "new_cases_smoothed": 136.571, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 208.735, - "new_cases_per_million": 6.984, - "new_cases_smoothed_per_million": 4.395, - "total_deaths_per_million": 0.998, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1058.0, - "total_tests": 194763.0, - "total_tests_per_thousand": 6.268, - "new_tests_per_thousand": 0.034, - "new_tests_smoothed": 2955.0, - "new_tests_smoothed_per_thousand": 0.095, - "tests_per_case": 21.636999999999997, - "positive_rate": 0.046, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-23", - "total_cases": 6617.0, - "new_cases": 131.0, - "new_cases_smoothed": 139.857, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 212.951, - "new_cases_per_million": 4.216, - "new_cases_smoothed_per_million": 4.501, - "total_deaths_per_million": 0.998, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 3412.0, - "total_tests": 198175.0, - "total_tests_per_thousand": 6.378, - "new_tests_per_thousand": 0.11, - "new_tests_smoothed": 2979.0, - "new_tests_smoothed_per_thousand": 0.096, - "tests_per_case": 21.3, - "positive_rate": 0.047, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-24", - "total_cases": 6617.0, - "new_cases": 0.0, - "new_cases_smoothed": 126.0, - "total_deaths": 31.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.286, - "total_cases_per_million": 212.951, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 4.055, - "total_deaths_per_million": 0.998, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.009, - "new_tests": 3955.0, - "total_tests": 202130.0, - "total_tests_per_thousand": 6.505, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 3080.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 24.444000000000003, - "positive_rate": 0.040999999999999995, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-25", - "total_cases": 6683.0, - "new_cases": 66.0, - "new_cases_smoothed": 135.429, - "total_deaths": 32.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 215.075, - "new_cases_per_million": 2.124, - "new_cases_smoothed_per_million": 4.358, - "total_deaths_per_million": 1.03, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 1253.0, - "total_tests": 203383.0, - "total_tests_per_thousand": 6.545, - "new_tests_per_thousand": 0.04, - "new_tests_smoothed": 2720.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 20.084, - "positive_rate": 0.05, - "tests_units": "samples tested", - "stringency_index": 62.04 - }, - { - "date": "2020-05-26", - "total_cases": 6808.0, - "new_cases": 125.0, - "new_cases_smoothed": 153.286, - "total_deaths": 32.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 219.097, - "new_cases_per_million": 4.023, - "new_cases_smoothed_per_million": 4.933, - "total_deaths_per_million": 1.03, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 2507.0, - "total_tests": 205890.0, - "total_tests_per_thousand": 6.626, - "new_tests_per_thousand": 0.081, - "new_tests_smoothed": 2566.0, - "new_tests_smoothed_per_thousand": 0.083, - "tests_per_case": 16.74, - "positive_rate": 0.06, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-05-27", - "total_cases": 7117.0, - "new_cases": 309.0, - "new_cases_smoothed": 145.857, - "total_deaths": 34.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 229.042, - "new_cases_per_million": 9.944, - "new_cases_smoothed_per_million": 4.694, - "total_deaths_per_million": 1.094, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 2438.0, - "total_tests": 208328.0, - "total_tests_per_thousand": 6.704, - "new_tests_per_thousand": 0.078, - "new_tests_smoothed": 2305.0, - "new_tests_smoothed_per_thousand": 0.074, - "tests_per_case": 15.802999999999999, - "positive_rate": 0.063, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-05-28", - "total_cases": 7303.0, - "new_cases": 186.0, - "new_cases_smoothed": 147.714, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 235.028, - "new_cases_per_million": 5.986, - "new_cases_smoothed_per_million": 4.754, - "total_deaths_per_million": 1.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 3294.0, - "total_tests": 211622.0, - "total_tests_per_thousand": 6.81, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 2560.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 17.331, - "positive_rate": 0.057999999999999996, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-05-29", - "total_cases": 7303.0, - "new_cases": 0.0, - "new_cases_smoothed": 116.714, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 235.028, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 3.756, - "total_deaths_per_million": 1.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 3334.0, - "total_tests": 214956.0, - "total_tests_per_thousand": 6.918, - "new_tests_per_thousand": 0.107, - "new_tests_smoothed": 2885.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 24.718000000000004, - "positive_rate": 0.04, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-05-30", - "total_cases": 7616.0, - "new_cases": 313.0, - "new_cases_smoothed": 142.714, - "total_deaths": 34.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.429, - "total_cases_per_million": 245.101, - "new_cases_per_million": 10.073, - "new_cases_smoothed_per_million": 4.593, - "total_deaths_per_million": 1.094, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.014, - "new_tests": 3469.0, - "total_tests": 218425.0, - "total_tests_per_thousand": 7.029, - "new_tests_per_thousand": 0.112, - "new_tests_smoothed": 2893.0, - "new_tests_smoothed_per_thousand": 0.093, - "tests_per_case": 20.271, - "positive_rate": 0.049, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-05-31", - "total_cases": 7768.0, - "new_cases": 152.0, - "new_cases_smoothed": 164.429, - "total_deaths": 35.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 249.992, - "new_cases_per_million": 4.892, - "new_cases_smoothed_per_million": 5.292, - "total_deaths_per_million": 1.126, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 1400.0, - "total_tests": 219825.0, - "total_tests_per_thousand": 7.074, - "new_tests_per_thousand": 0.045, - "new_tests_smoothed": 2528.0, - "new_tests_smoothed_per_thousand": 0.081, - "tests_per_case": 15.374, - "positive_rate": 0.065, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-01", - "total_cases": 8070.0, - "new_cases": 302.0, - "new_cases_smoothed": 198.143, - "total_deaths": 36.0, - "new_deaths": 1.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 259.711, - "new_cases_per_million": 9.719, - "new_cases_smoothed_per_million": 6.377, - "total_deaths_per_million": 1.159, - "new_deaths_per_million": 0.032, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 328.0, - "total_tests": 220153.0, - "total_tests_per_thousand": 7.085, - "new_tests_per_thousand": 0.011, - "new_tests_smoothed": 2396.0, - "new_tests_smoothed_per_thousand": 0.077, - "tests_per_case": 12.092, - "positive_rate": 0.083, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-02", - "total_cases": 8070.0, - "new_cases": 0.0, - "new_cases_smoothed": 180.286, - "total_deaths": 36.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 259.711, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 5.802, - "total_deaths_per_million": 1.159, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 2912.0, - "total_tests": 223065.0, - "total_tests_per_thousand": 7.179, - "new_tests_per_thousand": 0.094, - "new_tests_smoothed": 2454.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 13.612, - "positive_rate": 0.073, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-03", - "total_cases": 8297.0, - "new_cases": 227.0, - "new_cases_smoothed": 168.571, - "total_deaths": 38.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 267.017, - "new_cases_per_million": 7.305, - "new_cases_smoothed_per_million": 5.425, - "total_deaths_per_million": 1.223, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 3676.0, - "total_tests": 226741.0, - "total_tests_per_thousand": 7.297, - "new_tests_per_thousand": 0.118, - "new_tests_smoothed": 2630.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 15.602, - "positive_rate": 0.064, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-04", - "total_cases": 8548.0, - "new_cases": 251.0, - "new_cases_smoothed": 177.857, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 275.095, - "new_cases_per_million": 8.078, - "new_cases_smoothed_per_million": 5.724, - "total_deaths_per_million": 1.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 2352.0, - "total_tests": 229093.0, - "total_tests_per_thousand": 7.373, - "new_tests_per_thousand": 0.076, - "new_tests_smoothed": 2496.0, - "new_tests_smoothed_per_thousand": 0.08, - "tests_per_case": 14.034, - "positive_rate": 0.071, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-05", - "total_cases": 8885.0, - "new_cases": 337.0, - "new_cases_smoothed": 226.0, - "total_deaths": 38.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.571, - "total_cases_per_million": 285.94, - "new_cases_per_million": 10.845, - "new_cases_smoothed_per_million": 7.273, - "total_deaths_per_million": 1.223, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.018, - "new_tests": 4641.0, - "total_tests": 233734.0, - "total_tests_per_thousand": 7.522, - "new_tests_per_thousand": 0.149, - "new_tests_smoothed": 2683.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 11.872, - "positive_rate": 0.084, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-06", - "total_cases": 9168.0, - "new_cases": 283.0, - "new_cases_smoothed": 221.714, - "total_deaths": 42.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 295.048, - "new_cases_per_million": 9.108, - "new_cases_smoothed_per_million": 7.135, - "total_deaths_per_million": 1.352, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 1709.0, - "total_tests": 235443.0, - "total_tests_per_thousand": 7.577, - "new_tests_per_thousand": 0.055, - "new_tests_smoothed": 2431.0, - "new_tests_smoothed_per_thousand": 0.078, - "tests_per_case": 10.965, - "positive_rate": 0.091, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-07", - "total_cases": 9462.0, - "new_cases": 294.0, - "new_cases_smoothed": 242.0, - "total_deaths": 44.0, - "new_deaths": 2.0, - "new_deaths_smoothed": 1.286, - "total_cases_per_million": 304.509, - "new_cases_per_million": 9.462, - "new_cases_smoothed_per_million": 7.788, - "total_deaths_per_million": 1.416, - "new_deaths_per_million": 0.064, - "new_deaths_smoothed_per_million": 0.041, - "new_tests": 3952.0, - "total_tests": 239395.0, - "total_tests_per_thousand": 7.704, - "new_tests_per_thousand": 0.127, - "new_tests_smoothed": 2796.0, - "new_tests_smoothed_per_thousand": 0.09, - "tests_per_case": 11.554, - "positive_rate": 0.087, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-08", - "total_cases": 9638.0, - "new_cases": 176.0, - "new_cases_smoothed": 224.0, - "total_deaths": 44.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.143, - "total_cases_per_million": 310.173, - "new_cases_per_million": 5.664, - "new_cases_smoothed_per_million": 7.209, - "total_deaths_per_million": 1.416, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.037, - "new_tests": 809.0, - "total_tests": 240204.0, - "total_tests_per_thousand": 7.73, - "new_tests_per_thousand": 0.026, - "new_tests_smoothed": 2864.0, - "new_tests_smoothed_per_thousand": 0.092, - "tests_per_case": 12.786, - "positive_rate": 0.078, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-09", - "total_cases": 9910.0, - "new_cases": 272.0, - "new_cases_smoothed": 262.857, - "total_deaths": 48.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.714, - "total_cases_per_million": 318.927, - "new_cases_per_million": 8.754, - "new_cases_smoothed_per_million": 8.459, - "total_deaths_per_million": 1.545, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.055, - "new_tests": 2014.0, - "total_tests": 242218.0, - "total_tests_per_thousand": 7.795, - "new_tests_per_thousand": 0.065, - "new_tests_smoothed": 2736.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 10.409, - "positive_rate": 0.096, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-10", - "total_cases": 10201.0, - "new_cases": 291.0, - "new_cases_smoothed": 272.0, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 328.292, - "new_cases_per_million": 9.365, - "new_cases_smoothed_per_million": 8.754, - "total_deaths_per_million": 1.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 3230.0, - "total_tests": 245448.0, - "total_tests_per_thousand": 7.899, - "new_tests_per_thousand": 0.104, - "new_tests_smoothed": 2672.0, - "new_tests_smoothed_per_thousand": 0.086, - "tests_per_case": 9.824, - "positive_rate": 0.102, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-11", - "total_cases": 10358.0, - "new_cases": 157.0, - "new_cases_smoothed": 258.571, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 333.345, - "new_cases_per_million": 5.053, - "new_cases_smoothed_per_million": 8.321, - "total_deaths_per_million": 1.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 2144.0, - "total_tests": 247592.0, - "total_tests_per_thousand": 7.968, - "new_tests_per_thousand": 0.069, - "new_tests_smoothed": 2643.0, - "new_tests_smoothed_per_thousand": 0.085, - "tests_per_case": 10.222000000000001, - "positive_rate": 0.098, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-12", - "total_cases": 10358.0, - "new_cases": 0.0, - "new_cases_smoothed": 210.429, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 333.345, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 6.772, - "total_deaths_per_million": 1.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 3302.0, - "total_tests": 250894.0, - "total_tests_per_thousand": 8.074, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 2451.0, - "new_tests_smoothed_per_thousand": 0.079, - "tests_per_case": 11.648, - "positive_rate": 0.086, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-13", - "total_cases": 11118.0, - "new_cases": 760.0, - "new_cases_smoothed": 278.571, - "total_deaths": 48.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 357.803, - "new_cases_per_million": 24.459, - "new_cases_smoothed_per_million": 8.965, - "total_deaths_per_million": 1.545, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 3437.0, - "total_tests": 254331.0, - "total_tests_per_thousand": 8.185, - "new_tests_per_thousand": 0.111, - "new_tests_smoothed": 2698.0, - "new_tests_smoothed_per_thousand": 0.087, - "tests_per_case": 9.685, - "positive_rate": 0.10300000000000001, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-14", - "total_cases": 11422.0, - "new_cases": 304.0, - "new_cases_smoothed": 280.0, - "total_deaths": 51.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.0, - "total_cases_per_million": 367.587, - "new_cases_per_million": 9.783, - "new_cases_smoothed_per_million": 9.011, - "total_deaths_per_million": 1.641, - "new_deaths_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.032, - "new_tests": 1640.0, - "total_tests": 255971.0, - "total_tests_per_thousand": 8.238, - "new_tests_per_thousand": 0.053, - "new_tests_smoothed": 2368.0, - "new_tests_smoothed_per_thousand": 0.076, - "tests_per_case": 8.457, - "positive_rate": 0.11800000000000001, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-15", - "total_cases": 11964.0, - "new_cases": 542.0, - "new_cases_smoothed": 332.286, - "total_deaths": 54.0, - "new_deaths": 3.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 385.029, - "new_cases_per_million": 17.443, - "new_cases_smoothed_per_million": 10.694, - "total_deaths_per_million": 1.738, - "new_deaths_per_million": 0.097, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 2039.0, - "total_tests": 258010.0, - "total_tests_per_thousand": 8.303, - "new_tests_per_thousand": 0.066, - "new_tests_smoothed": 2544.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 7.656000000000001, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-16", - "total_cases": 11964.0, - "new_cases": 0.0, - "new_cases_smoothed": 293.429, - "total_deaths": 54.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 0.857, - "total_cases_per_million": 385.029, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 9.443, - "total_deaths_per_million": 1.738, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.028, - "new_tests": 3309.0, - "total_tests": 261319.0, - "total_tests_per_thousand": 8.41, - "new_tests_per_thousand": 0.106, - "new_tests_smoothed": 2729.0, - "new_tests_smoothed_per_thousand": 0.088, - "tests_per_case": 9.3, - "positive_rate": 0.10800000000000001, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-17", - "total_cases": 12193.0, - "new_cases": 229.0, - "new_cases_smoothed": 284.571, - "total_deaths": 58.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 1.429, - "total_cases_per_million": 392.399, - "new_cases_per_million": 7.37, - "new_cases_smoothed_per_million": 9.158, - "total_deaths_per_million": 1.867, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.046, - "new_tests": 2406.0, - "total_tests": 263725.0, - "total_tests_per_thousand": 8.487, - "new_tests_per_thousand": 0.077, - "new_tests_smoothed": 2611.0, - "new_tests_smoothed_per_thousand": 0.084, - "tests_per_case": 9.175, - "positive_rate": 0.109, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-18", - "total_cases": 12590.0, - "new_cases": 397.0, - "new_cases_smoothed": 318.857, - "total_deaths": 66.0, - "new_deaths": 8.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 405.176, - "new_cases_per_million": 12.776, - "new_cases_smoothed_per_million": 10.262, - "total_deaths_per_million": 2.124, - "new_deaths_per_million": 0.257, - "new_deaths_smoothed_per_million": 0.083, - "new_tests": 3561.0, - "total_tests": 267286.0, - "total_tests_per_thousand": 8.602, - "new_tests_per_thousand": 0.115, - "new_tests_smoothed": 2813.0, - "new_tests_smoothed_per_thousand": 0.091, - "tests_per_case": 8.822000000000001, - "positive_rate": 0.113, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-19", - "total_cases": 12929.0, - "new_cases": 339.0, - "new_cases_smoothed": 367.286, - "total_deaths": 66.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 2.571, - "total_cases_per_million": 416.085, - "new_cases_per_million": 10.91, - "new_cases_smoothed_per_million": 11.82, - "total_deaths_per_million": 2.124, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.083, - "new_tests_smoothed": 2557.0, - "new_tests_smoothed_per_thousand": 0.082, - "tests_per_case": 6.962000000000001, - "positive_rate": 0.14400000000000002, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-20", - "total_cases": 13203.0, - "new_cases": 274.0, - "new_cases_smoothed": 297.857, - "total_deaths": 70.0, - "new_deaths": 4.0, - "new_deaths_smoothed": 3.143, - "total_cases_per_million": 424.903, - "new_cases_per_million": 8.818, - "new_cases_smoothed_per_million": 9.586, - "total_deaths_per_million": 2.253, - "new_deaths_per_million": 0.129, - "new_deaths_smoothed_per_million": 0.101, - "total_tests": 270300.0, - "total_tests_per_thousand": 8.699, - "new_tests_smoothed": 2281.0, - "new_tests_smoothed_per_thousand": 0.073, - "tests_per_case": 7.6579999999999995, - "positive_rate": 0.131, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-21", - "total_cases": 13711.0, - "new_cases": 508.0, - "new_cases_smoothed": 327.0, - "total_deaths": 85.0, - "new_deaths": 15.0, - "new_deaths_smoothed": 4.857, - "total_cases_per_million": 441.252, - "new_cases_per_million": 16.349, - "new_cases_smoothed_per_million": 10.524, - "total_deaths_per_million": 2.735, - "new_deaths_per_million": 0.483, - "new_deaths_smoothed_per_million": 0.156, - "new_tests": 7250.0, - "total_tests": 277550.0, - "total_tests_per_thousand": 8.932, - "new_tests_per_thousand": 0.233, - "new_tests_smoothed": 3083.0, - "new_tests_smoothed_per_thousand": 0.099, - "tests_per_case": 9.427999999999999, - "positive_rate": 0.106, - "tests_units": "samples tested", - "stringency_index": 56.48 - }, - { - "date": "2020-06-22", - "total_cases": 14154.0, - "new_cases": 443.0, - "new_cases_smoothed": 312.857, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 455.509, - "new_cases_per_million": 14.257, - "new_cases_smoothed_per_million": 10.068, - "total_deaths_per_million": 2.735, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 2566.0, - "total_tests": 280116.0, - "total_tests_per_thousand": 9.015, - "new_tests_per_thousand": 0.083, - "new_tests_smoothed": 3158.0, - "new_tests_smoothed_per_thousand": 0.102, - "tests_per_case": 10.094, - "positive_rate": 0.099, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-06-23", - "total_cases": 14154.0, - "new_cases": 0.0, - "new_cases_smoothed": 312.857, - "total_deaths": 85.0, - "new_deaths": 0.0, - "new_deaths_smoothed": 4.429, - "total_cases_per_million": 455.509, - "new_cases_per_million": 0.0, - "new_cases_smoothed_per_million": 10.068, - "total_deaths_per_million": 2.735, - "new_deaths_per_million": 0.0, - "new_deaths_smoothed_per_million": 0.143, - "new_tests": 3008.0, - "total_tests": 283124.0, - "total_tests_per_thousand": 9.112, - "new_tests_per_thousand": 0.097, - "new_tests_smoothed": 3115.0, - "new_tests_smoothed_per_thousand": 0.1, - "tests_per_case": 9.957, - "positive_rate": 0.1, - "tests_units": "samples tested", - "stringency_index": 52.78 - }, - { - "date": "2020-06-24", - "total_cases": 14568.0, - "new_cases": 414.0, - "new_cases_smoothed": 339.286, - "total_deaths": 95.0, - "new_deaths": 10.0, - "new_deaths_smootheôÿˆ¨fõ(B†¹ýž±Ï×רœ§›9sa(²e¡iCÛò&ŸèÿTKÛ½îÊ+Õ5®üf®è„a8.ݱ?¬"OÕª“ŠÎ©råj˜ÿGóá@ –CE(C™¯wHmê: ± -œèuIE\f÷ë€ ¤K É›Hš†!7rîz’»S ÊàÛöññæU·ý«WO×kûJOÞ}õüÕÓçç/Ÿýz¼yåÞXq¾‡~yþnxÕ¡ÕÝõÕÿ?Å=ÜëǹŸ[Æá6ñh3×ø\YÓåÏtˆ ‘2í™2°¶}ýüÕ×_mÑs/r/nþÓ׈Û.G›pº*ÿWüxóê‚Gè–×Ì™>ò äܼ·éæ¿wzræÈ]×;ó‰ KOýÑ^䟯;>ŠÝºëÛç§8¥›—yüP k¸ë›—ÖÛäqüÕ«_=ÔóÇÇL7RÃÇŸ_>üðts]kž^ŒÙ¿¾—_f¾ŸuûÇ =t^‹×Ù¯Y»*½º_%t„oþË%ìNŸ³×İî˜ôÀK.ø–¿ÓÉîÔÊ‹{Èç‘)[J—̿ٸ+%‡*RŸ¦nÞñ¤×]!®Äd×x’9oس,˜8˜;¨'¬ÎÿùZaž<¾›¸{S÷½E`\Ô}ÝÇÆe -¿”P¹8aTKg‹žÜ´óD[Y”={õgaI¤x„߇÷\W¦:É -“G4V0# -¥Eâ‘| RŒïJ&ìí!u&ט -dA: Vw°n¼¶ ªnþ#ìF „Wçºó1eܘÝ4ƒ^†°ß•%JÒrãsè„§"kFîäeãýÅm1óE'Ôshd°ÔÂzG%è˜gwu2à‚¼®¸’=ù8¨ûVš@ -ß¹uôm±Î/É`¼>hýÓN±2‹i³ç<®CÁÑp‡–ªÙ ¥tsè“”ƒÑÁ7³Ë¸GUË¡Lx =UZȸó:±äŒïAsº±¸ì-Eqj?óÑÜdœÕ“gTáw”£ö}Μí;ñð@2¶{“{n ¥Ð[VV^èM@bÄð*ZÙÖ®VQ‡^OÔ!_˜ÓÅ }‡!HBÎÈ—)uóß*)soj$‡1åu<ü -ù xä^ìíÐ[d/$hfK›¾pNé“%Éö¿lå7OsˆÎÛDåM(sîs3Ù|rÕX9{¬{£Gs8X( -aõìl Ô–ÿY©œŒ› mQËe„;›z$Áâ'â 9JH½i›–)ÛÑeTìá›<ÅŸ•Ê,!#QrßP}æQÇ`5Å‹4U…ÒYʵ¼¡$Ý!•¾q#iDæ(2á ¡JU3*€YC‘è/ c§DlE×Na\$y-´›w´ÍJXH9±¡C%”M­H÷%ݱ¹ºÆÉC¾ÒÞÄW Hb×_Ö‰‡œtG%šEòü™²ž åÔ q¬' µ§£ ÆBV Ùèå^.‘CÔ¬§0¢\ ß쇮X–Ékúk„y£]¯ =Øè”¹ SÎ:ÙJþ\̨£7¬^XCŠ=ù™C|T]Ò“y¡q2+ré%0$Ò6Ù¨Û1in.ÂdËx‡#—$[©ˆîkÐ"¤cÊFwóœðâ("ª$ª¢kœøjf/‘]=ÆÔ©Àë»k$ òp”[‚ÚØ—id\ÚÌóVyõæãlíò ÀEí¨!6o5iAÝ"»Îuiåj`‰üàŒ¼g ¯Z'€ðøQ^c£UþU¼9l6aŽå¶„KoØÍp–E2.[+Á‰: q`ÕUHÚHˆœ"Ö´*~n@±G8,½ÁÊx¦×˜‘O1qÆ©»Õ\¯Œ,¨)3ë7 ½ú™C!èÊ3‘tçIä¢Ãi—F)ÅäSÎëû€i¹°”VÅsaqRDK¬âel…izyáŸ< ½y–F3´à•ƒR ÆÔ€äO:i’öh9p¹1Q<§ÅØD;\쳃ޢ‘Gš³DÐ’ú%Amβis™Ö`·¿é˜¸I €®‘ͽlð½I"2M4—½V‰;’pý%ñ¢͉4 Á¹/Š^%>ÝH!‰šP§ø ,òk"Ç©c™–¡—ëàѧ Óxe¥(›a »N)3^Yzgôû¸#•è[JºïR$zÂ9–×6æNÝ?[÷%²ÖY4Â:K7è£Î«veS Òæf 1ífê¹°©¢O3離HV‡´7*F¡Ö/Î -¨Õ†Ûi¼®¡tÒ06t°â´]P«/9Þ²8“¼í–v‰D`ËÊ&¤eQ€±€•ÕÆÔ£Ú„gof“UA ÁÒ ëÅœìiMNÁ†šÔ€.!S8[^Åd!ä£Én,FKÇ—{“2Eúš -‘.£Â2O…¡’$(3Þt Îa_@¯ÇJvÌÎ¤Š‡É_”ªˆK£”‡Ñé¼ËŽÞ ²ÈÄåP[|ôþ*1Šñ¨{"S¥:Œ–%˜×ØtA…$—"Ù¡P‹ø¸r0µ!“wTÕD+–õ69fd€å|L¸~Í]\XEŒ>+9²0©F8Ù1koAQ‡ôÕHPrÞ=—½›!z™50ËøU•š`òÈeѽÀ˜V`82ÿ´œF<Í!„½¤›BwTPИj– -U -jBz«iƒUU¯5¨‚z5wgÜ”+Hãr™æ!€Ó.*™êDDÖiÒÙ¼ë¹k>ÂzñìlS³^tFf&w]‘Lr‚ÝEËß «Ž#¡àdmHzm©ÁQgÐÙ_ÜMО§ -&BR‹˜ÅM- -¨uOœ2e\qŠv"IïÔƥêFƳŬÇê¤{CÓó÷ò|ê@0º·xV¹Â-ØVKŸ&b_ûïæ*Â_¤Fž×}ÜŸ¼î‘Uû½æ7º3;ØëòN TDù¼˜pýe†WU‰fOi£å úN-§ˆmi¬2Áb€3†"™xMo—­­B–©.DÍYk'«P¯pú¸œFÐ&Ô_kGXo¶…‚M¥Ñ˜aûµ”Nq 8ÏãÆ™roôñ?6£QžæMŸ‘q¦ÖY‹±«È žHvØcâ•~"Í„C0BjoP& (,ìKÍL>ZkV‰­ET,WþVa£îfTùÄ1$=µ«. y-”š•q–`"s‹ÃY:ƒÙU»˜!ÝÚ¨ÛðÀïpí¡ÎBô)¡\¿TÜ9…¸`¹H»J£ŒÓ–G¾eúäÍq ¸>±0¦°¯ ³ %úË*A{ ÁÄöze§ÒvÝ¡d¾ñ—]Ñuï~æ›èž4P:³t qœçqù|•Q!<ëJ…°v¼Ë)c`à -ÕX¯¼ãµ´ràX7°&Š[¥/€3Úø -m -?I$ÙáTE¿vÀb€§ILk=8ˆe‹ 1?…•ÑNGÀá(Ä⵿8ù`œÃ9óÆ’öO!äDd6¯¡¶ö˜Øe«#Rú犪;Pƒh©2»Ðs5«nºšÖÊ5àð §®4…ß ¬vÀYÚÎe¥ycE˜l!ëý„Ù¡¨ÏQó0L Ñ_> 1LÄ,‹å·*Ñy­û1´ªi‰—§[‘®£Â»—c­ðÈ`×m\å8ªWQ©=8A»_ŠZ¤`„´,é<Ì)aYƒÄ< ÞêpåÑê9ǽ2Œ5FÇqDë©ýå”0·a‹{3è@ºË”Ȩûªc1Ö¿$J€KùÿÔè(ÑÍ®L³ ŸWk9(Íf}ò‚AÇ` ¦”°¬1E‰ ˜’‚’m>.™±¹(G”ÿ,b…4¿V? bC9‰Óm{»!m”¾Ÿà›¼–¯¤J†‹%Ì®º>žE»Š“û¢"A´@dž½ŽÉ$ MåQEöѳEjDÉ\Êá-j—ÏdVØ5i,£˜0ß“-¢Ì˜T6YÈIÔ^±kæ,?80Ó„eÍäâ•`âÀ7÷OwJ˜‹ òãYªÙK œê­^äîi‘aØÆ™ˆV)’è(&> Ât‡¤Qåt˨ Þ“çæ›Ó$ÈçÙu€«¯SŠlÀ)$ïýfO .O󽯅–Z\/¤ÂN/–6ut`òû«ÏcX'"KtZÍÀF÷j—æÀŽÞœzc|\ÒM‘Ð[¿›&Rª&ü‰#gaþÆ1Nä -†TP•ãc*R{GwíÎ29eF>[±­IÚÔzv[ÉR­ üjMh‘‡e P¢¿|´V“¢ñç~¡"x‡o?'j G=Õ¤»f6¼&»¡Át Ù˜K·+Á.N+F Ž€-^Ä>}½îÒW諘.½ni}#u½M37q­Êmh¥¡œÝ1ø\aîhƒA£j©ç€“mÎè˜f•%¼Ø‚²A¸åQDÔd!Mâ\Fu´*Ÿãé—È£¸óÖ¸eo™©Æ˜¨„'|kˆ=vnÒå©t]0îV,´ d]ÎpE‚Ø(ó55È0—1Ü·Œ%l¨0KpædMlYvÐt”Ïí:­D0²¿I“%î8ÀœôÖ‡|™2-UÔØàÀ}S"¬sÝ*+ðÖ^Ã=ñO­F òóžIi|°2#øÉÎ:Ÿ äšØ ¨Óýû$¥k_|ž~»H·O2Ÿw.x„ËSŠ]€Q~ÀuÕ}LÛ`YÅ“ØB_Ãȳ꘻¸jº!ÅÊ©9zõÁÞà¤í¹¡•yµ! -»ëe†é+ž;ep–$³ªšÇ‘d{¾ oÈR…06bÙWÈÛ„sK3©f± -¤‚HCà.U}#oc`K…˜¯¶x¢U.CܶÛ<±€ .ÂÜ[dèA„ÃÙ¼¥ºÔg$—‰Ä§bÐÈš9…*!L&K8¨"ª9»EzDÍ$D§ß£W•éf¸N³Ž£I>(ë’¼GNñ¨ èÏæu}’Q0–—7™9y†ÒÎL}ûlpbzà€±cáQ uj”µSÆrú -CÂâΨÂíú]4kóvo/iP™û -I¢´=p¨ÌéE†Ñm^o'§õŠƒYÒ¥©Ü´´ïf€SÊηÚ&píèД¸ˆå‘òÛ°ï93lbû˜sÑŠÓB`¤ÞèçxõZ„ÙÑB£°—ÚD ¬cnò3²‰esÚ¸Že>ÆT*u…ÄÄ/PU~¬ü hqhGƒÊú.-³iK‡xMI3J`ØW¶3<¸z½Á^šSmP€kFD®|ÖÞGjäAÇf>òhUêø^En·DŠ -Ÿ©èÛ›øõ®§³{ºç›x0ÃôÎ<¼h-‚e)eâ¼Û±C+i¿Qa+E«€œè¤•·êïÖº]¹A± ;‚Û õQõ2¯ ^»Ÿ{î¢Û6B±’´ }”·ÌÈìh).Á0q3^HÅz­“ -H&¥m:v¦g.cåÑ_·Iʺ•+s±ÒÉ NÑ·ó*c™rÊÈÀ“1Q}F;ØÜèu6O8…ZeUT`1PÆ$p/N…`ÁÄl=×j5´ªRt‡þ0€$Æd¿Äˆ:Eÿ3|TÞmŽ2_@?ð–z€)×pÎK Sô^#§•nkyjÓpKáɸèõ;—8q¢Þ ØŒgÊN Ôëh„ÄÂÁ^ï¶Ú¨ãÂC¯¿òÙ Ú–Æ6–Pç ,nS3Ϫ)Üeö©Rg„À½øô¨&™·’ å ¿ÒR”UKå{SÍ–†‘ÓWÆâEêôz«ÖI6³•`;Ñ4<®É†dmáR]M@¬e2¯ë¢2ï£Qe½Ó‘½i›2R¤Þý¾¼µÉ,‡d¿Â©Û¢pŽñʲ9÷2ccƒ±}Æ´Ãd³øU ìû&a- «äꧪÞUØÌcy¤Ù ×^“÷B;§°|¼ë{+ôà¶jñÂ:dóê•Eö­nçMwr¥°ß¶Å(é%u§bn¢Q­j -bá¢ÎU$²G»Ak0—n󨄒µù -xæ·¸™Û×Ð=Qön _c•1¾²é†&T•w¤°¼ûúúü÷û/ßýïëw_~¥O}þôù›ÿ}y©ËH:ùU>ãéãóËWÿþú‡¯ú×TDøÍÿû÷?žŸž¿ÿüüáëw/¾Úæ"AAz÷¸ôŽð/w#}í÷€™LJ/Þq¼ÜW“åÍñ:6}´ä·’­°Áþ&yšð£7 -”¾ÖÚÐ?FG^ÀŸ­3ÿ_¿£° -jØE¬]A®õkõ†-wÝõ§xõÝ)ޏ¾_/Z¯ßÕŸ cc“ uŠ€¡ÿ×Ãe,^Yúxöì>9kGkÂÞ…RTÌé}êœsߟ~´&˜©N£¹ãÓÌ©ÂQá@ç=èGp÷j}àäþ›¥Ì1Ów‰Œ-ͯ¤¢¼¢FÉóõÚ0†¤¾‚CqÞKAù}ØL‡ãVQú¯¬;‚ÌùPÍF6Æ(hÄJ:L·ŠyMØ@\— ¬µâ|½+}بÆ$£ƒ]MëÁ’5[\ŒŸ§91ƒÿï¡/:OX‹mÑœHe‡ä•Ë k/õŒ4ïzþ»o6r…±uQî$Q½ô_í~+M]CÒhªÿÞC€+ŒS¹”9WôãõLùè0CÉ)ºM¹3®.’u y -!8hwzLÎäý„茡hÓñ{Lµé IÖE#.gzpZsÕˆa>¦ªý?è`AÀùϪ‚khÙ=—#ÒhqUë™nÚ -»àÔZ°ˆ×ýç­Ç;5í4» jó¨RømRœ»IšŠÙÍ_ŒcÒ}ëëÙÜ‘ ©«>ë,ªߨ†¤Né@3pl ü>dkÖÍÏ\ß9eÚ4 c3ÂÿõÖ±ékÛJÜ·¬î.÷ü°g k8±±ˆ9ÞM -ÌëMÿÞsGÛ¨ œXa H÷-aÎržaÒ¶ö{Ã)¬pÊÌY#2Tàÿz¬°!Ûvïî{¨îþÞCǵÀãJ}/Þ yƒeÛ$îÛaì -,WƒêuÛ,çżG6žç7~”07[s“óv·opªÃÚVe»ø{c8Mdhý8œªÿà½Ý…™:C•Öß{R[v€;$Ï{)*°Ç7†œü8ˆRô+î˜T-¾%¼¬`h)öxÍq!¡-j`Ó¯ÐcàyÞKQ¡Ýÿ>ÞŠÛ6‰û§»÷C9¶ËâÂ]ÆnÀýïÊñ‘’7ˆ´¼AddÛV΋yþŽl<ïÌÇÖÜèè/ey›ÝÆVéG’~ôC¤EúѤx‹Ô“³€A55-ÿŠ•ð»ñ‰éb«;F£.:suÐyÀ¾ü px4shC¯kã,“.1Í …¾æ·£Iä9Ò`MAH -"ªV¸¾Rið îØZ®4I„íÆÍƒñcì9ŠŸAWm«|*‡øÁgúºÆUãzIu‚ÿÆú1ö½|ª¯/?˜1 IªF\g)…4¨$DJBŠª5±èw俈zÞéÇ|,ßþ'ýéGÎâtR/á¾”«èC±çqüñûÌÈ¢FÄ’sáÿö@Äž£5ñWp©;æÕ®AÕvø@?ú`áƒMì9GÖDd¯ºz©ß8V¸uìŸ,º¦›zbGjMü møÊÿÆ’ÜHÂ<8˜\u±5…ºhMüÑ5ÇÚ¬£ „9Äž£z%"¬`ÅÖΧ¯D)_o<¨!öÕ ÚC×úı–ë(œÁƒ)±ç¨^à…µ¡ ‚jmØZ ¸·uÃ’x9† -ð™ìüÙmÞ:)Ò¡Œ…~<ïòÅŽ] -¶d;Ò†žÜfÒ’à„%Ý‘B‡Í¿FÊc$ϺÁî§UåG0=âepúÇ/ZßâBù%Xʼn¬ðH¡G -Xþ¹)ñ~G‚ ¶†RÀEÇ©ZB鳕íªê8åHù—Ùíú g%ñâ¼oQ•SÔ]~u|Ö’âŸz¿ÀãQ/<Š×f¤Èå?³:ãÚ¸#¡[_„!µšÞákriÖb{ðÁ1úܬæóš:õÝBŠ8ùù&ÿÂØöH…B§À]Ä:+‰01]½Ê]M ™–7øà°®áIc.ßvb‘ü;¼Òžñm›ÂŽÕJ$œY—C:¬U£bÑïòïdTyÙTÕÑ~ÂÇeÆMwHz*m©Z®õÈZõ© Mø8£¼Öޱ֍™N9mƒ¤¡< mô7UDYøŠéñ¿—+”'dbÔ÷4vë¦ö, žâdõ_ñ Üx§evy&eyÓã/- ^ˆxK—„A†u’ù¬Ü7p$:7žGqbKá+]F´éÿ±·2ßäˆN—;r{;rK¶:æákòQk‘qøËºØ­éÉ’ù7?žG‘Q9|ÚCíI–ˆžÊfÆÐÀ¶ê7$7ô Ü”·Õ 3ñH¶‡ÕgàôF0§z*]ã+6£em8„Z$d-c.ߌ•X,ÂÕc@- ôõwÑ âºÂ¦šIñ¬IHVX­úT™mÂ'þ6Ê­2‘lÕhà†ÉPŒ$—.Tš©‰Ý† ¢-|bæÁø,öŽE2ÍTèÖbš/O×2“kÅR/FCgv[8ûù×[ÈFVZäê½Æ±Oä‚NÙæQ6\k•ÿãB¸¬6@î ËôZò›ÌƒÀ ˜Ã€ø›ciL°ô¬'¬Q¼X¸ÁÛvÙhaŒ)ÏŸ`Ù¬X}e}é‘‘ôniþË´ÕB16ó@ÄžÃ1«TL—GTàükàiù¸’áÊÕÞÕe4†\ÀÌyÔßS1ÁÒæ± -:õ1­xĶÂ1žSi:jíÓ9}&Xã}Vy°ÄžÃ1Ó‹ÇÐYÂF—,c)Þ|r+<ª{?SbZ›<37•Ï È)E§c‡/gL'?ÀµÀ¯˜‰™a´èsô9·„¦O -Ü[lr)Ë6W'Ù]Ymfq²Y ¶ÿ>ƒkËÒ? †cr±Ð‹ë>8PaƒL<øƒðvÁ\1ML3ø=o¹ÿ?¯ÝE¼£žþô—žþpø˜ÓõùxÝÇãu9ê?½ß¯Â=íôýy½¼¾Í1OúyñèÛóíç÷ó±‘ÈèUf/½?ã|;÷×ÿêo†µ°súqÜî—Çùò™ú¯ÿí4§Ëçãv.ŸßoÇ»Ü/Rsuû>°ö²èôùöö÷zÊõòv]¾Ç[vlYpšÓñûëýøqœßž¿Ž÷sŸ”}¡O¹^Þo÷ç¯ËÇõñÀùýa:™`éýäÓí~ùíx1ïïǯË÷ãqýؽè ?ßéËåqûßåãËýñùüér½¿¿î>PY„ùË>xúùñ“?üýüÛq£ËÓ__ž??.GÌË~ÌÏø~ÿtœßߎëëò¸þûìÝúåçËâÅ¿ŽïÏ·Çㇻ'•ÌtPöÇzí¿X…ÓU²ÄuÜÍ_lEY*”®ºùðTåÚåªY õ–CÚ¬ƒ, ÷ ¤‹N³t-³t#³s+øò¢9мK%`Ýùà®+õCîæH1ÇOļ‘C(†±®óž /9ÈIUÔ¥i™¨õSê‘’zP€*RUÛâågêž[ºu!ykùÿò2™¸Ù+ò\bÝOÀ.RÛâÙ¼oo¤¥óô—pRnÖ†å6&ªC¾`héÁÎCàÂÆXŠç%{øÜÊ31‹ès/s=ŠG…01Êü4®c „?˜ÍQ¼øó¹Q´µûwsŸðÑË‚.N¹ä†¨S‘C®ñ¸¡c§ò9:"|y­…»™ñd&Ì«ô¨,ˆ‹y³a“‹ÒMÙ(ÞÒ½´ÍšÖ«ÖºÆ ›Ÿ1çž§eýÝÐô9áWèJÉe–>ŠùfâøWøœ·Á¦Yö håH*•@ÌëÝõÀn ì®ÙW–t‹½ÙÙnäâ®×Ðùiìš=Êò0úÈN¡Ž!œ0ýîÙV §¸‘;:®ñrC  ¬F…‡oŸŸ;‰¨>»0…fò(!(÷ WIÇ%0½£uO)y´kk;Q‚ž?&oLé Ö= sYu®¬–™€åigM6B›“ÎUb ÄŠËÝÇ;„Í*Fí åà+}.PzÄ¥ãHËF’?C“mÅ!ÏSÐ)îêÃvªákÙ`IV\ì½,¤Ïð¼Gð‰ð€Iæù@°±gmE¯ì>¤¥°ÆË AIµé„) æ`=€Ôœ^™åÄ]òqqt]Æg»˜–O²$e󟰈whçÍXw¾÷â„™Ê#ÔÙ*Õôöe‹"Þ :uv›Z LsaÝujŽ,—¬;S‰±ÝJ=›“e°ŒM³Œ¸ÆÝ›7‹V¨zÕ Èð*¥Ø+ǽ »v ŸÐYèÚUï/Z‡<–Ýew.î¡›WR‘ÖŽjM‘õÒèìÞÖÕ½MSsÒ2¶`:²ùENI—·JEpƪJ(¦3ðJBKËîµå¾À´hbyÇ–ÏOÐÀîÝa§ª@Q¢WÕÕ¶ÞxmŠ) ÇéÉlª„mQhhj ©æêj7÷b*bfÞžŒÃU#¿râWºn5¹[ׯšö€ÔbRŠ×€lwÊ{™—)I‘.§Ü¬œ°’UNx[-ºL+³µBÔèVt¶aÆË±ÒÕÓî]‡•GO+]îP2Ì’²4}í¼…ú¶L±M¯zCÒZ77oÝ”íp°ƒ1-–eèCÁ6$ )èØ˜¼îÛ ]P¢W-Ö}ü¦4;Œ“–®(Ç˼&ºä¬ìá˜Ô»ápö¹Oˆ@-Ð]ÐÕí`lˆÅ©Q{Ç唂/ÿ¤Ü³wiäõv–¤•ŦN‚w¨HÅV»B{1õ$)+3S”» œÙ&SN~—ËÙª ^:P>²¼,Õü"]l¢Ú’ó2›¨‰nkGÌ5àL 4–²{ÝK⤮œThóÏõ °,€f»š ÐíÓ·C'åTøìš«èäzò.ÉÍ -•7Ú0Ò¾r¬­È+XW|„jt ï‚g -« pÍéðÏ€!ÝÂ]-ú±FŽHºÝÖZí¯ ¸¼ÑÊqw 4fy'¡m»ƒ6áÌ4R[âœÝ;µÛx¬Û].‹8ËÌiC9̉”Ó,ïìO+–ã¢kìó Á_¤Åa[“cÎèV”%Ò+cr˜Y‹¢¥8Ë»åk:k? ŠÄô~!þ‹˜™=,ë0szýÆiµ ñNÀm7|ÿw;5=6YvL)¦‹L[n² -Š´SÖ‚NzöÞÂhT¦'z/4º'ã®Çö0!ÑaZƒBV|ò3l1w‚wÀ[ž1XÙ^eÑY¯€ o[l—ËŒ¹¹ÈñÉrs//ÿ™ôÿˆ¨&ýP„ s›a©å¬õt£l¶{_tAô±hrlÑ¥’hßžÿß2?©Ì>ó§äõGÓF£†JL‡·³Œ4ZÓQHR½ûTo6umT˱Çqä|øÚh±ªfÔçt­†ÈF¢ê -) »³Ò´½ïý, œ`Üw•Lóš8‹µrÚÿaÖUÞðÒÒ2zumûì¬ZèáC\yC§å^èmz£¯‰p+wæMf²…ÓnPŽV(ëØ$NUi,ýb@˃s§Ìúd¿mÞ÷apH9¬>ð{~&ol^¢†ï‘h_7rÀ?™v³û•A!,üĪۺ²Æí,B¡Ë^+§°¼sVe•ê~¿2ª³œ©ŸÌž¸‰j}§^63}®XÈ`ìƒÿ¢~xëvÁÐÚfM䕎æPt™Œ´0R¢÷q ãzÖOCKn³Æµ£aИ9l^æì¥»58OÊìä¼ÊeÉÌè=9¨ÀŒD8ºèÒR¦bOã$ )©m‹s­ñæuÐ~êÁ3VBýÔ>žÍ™¶6 >·¦J(njlµ¶ 7on³bžWƒz`|*µ‰ƒÑ!øó³ÕJÏf”¡ø`°…ÔC\…¯™»ÐŽße'5T»ÙÌ–%ƒö5§ ŠwcË©*Û[X:YeSs}c˜ÆCbìtDï¡ÆŒíjµD©Q˲Ñ]ؤÅl¼÷µU;FW{©ü-†îp§2wøÛ9egèºõå´Å ~´åŽËÌè=Ô´¤j`pL ôÖxö/># DZlÛ;Ah™JnnêÄöZ¦: BJ23šÐ#“TŽÝØeJ—[ò”QBí”Öâ¼Áð2ŒuJ{Éý»ÊjzEL><8yî`³v~m»UQªÆqZ{Éý-F—⌤Úôöš—­…b´Lø‘ F'ZRûƒZÞÔU]äEº Ø¥Ù/‚†W™næ ‡<³©êâ)‹Šf ¨¨ÿL¨†í•sÉ@8I]ÛÌ‚ØUÇÃF³ÝŽ»œQ•Yþ ˜^?—Z4á/YÔ®Ê!>i~ ¨Aq\~’{X{ËýF âp!ÏLjÏ',Lcé„zÈúP°”ÂÛ:’&ÏKò̦©+Wc.BGoe$ì2£®-©ÛvèóÞµWÞi¡³²?Éþ¾Œ€EË^ì~áÉK¶ª_[n>j¢¥Â`ÚÙ“Êv sú¬‚Ö{ôÉÊu¦yéoç”lY¿¶\Ç4w%bfà϶w»î•ðëCHQ5”Ëá?‘'ã›-ì×–›«œ†ˆ`üï÷Â×›RÆqÍàºæÍ0Ó H- …ó£&û*uFø´ÞÒeDR"Ý»­”ÚO+gf;K*lyõ G4 Î6ŠzkNKCÌ@›|¥¶­pµYªÂ‹Þö©šY" — ëîvª33~uæëîqE¤CWyŸc­ï{›uMîÍRÜ£R×a˜\²g½%Æþumg¯iÇAš>£¿]ÓÒù^×®¼ã2ofFïa‹¶í=h«VŠˆ5¡Ày¹>9l®˜¼ -ZL»F3‡([ ÿ‘XJÆ/1Ï;î”°á[¡ÎØz(š¸6¶ûdCG@R½Ï!f0 BlÀ¶ùzâæ”ˆƒcžºvÞR‘ıõ,%7Ä fõœ-xÞ‰í-«Êͨö7—´ÄBæ~è»àøVj±cÏk &JÕ~5ýq7–·Ô¡ï•£w(Œ¤j>°KMR²qœìe¹“#ráÝÏ7(Iíù8é0p»dÀǯ†¶ËFl,"ýù¬Ì½ -™ãáü¨3£wQUM´nÚóÉ×@ÉÐõUÞV.rÆï¡nÛŽ­œŠÊÅîë—4v=èoN0¹š„^˶Õd!+mÌ‚[ðœÓ[kêv°BÙuÉ¡c9Pãn.ß üK3÷cÅAÏ>Áxc°…ÛÎHKÃb©¬½öý]ŽUÅ• -—!Êš#ï*ñ{¨i»é÷Â’œy:-»·ÜÖdrtÚv[Õ4!e(°MoÄ!ˆØ²RfÏ{c¶4!%™\5X Úœ°/9t¬˜*¸íÅCH“ê–Ê1Ã1sˆµØz@‘ ]eÙ¬Og@ÄR¢ÒÊ9Ÿ4Ìf>Ô*NMªæ‹gçÅ;ŒÄ®P‘–c­t¹*bc]g °¡ïLaLê…d1§R,äfâ0 , Ý8– -.Û:Ó@ bÞhï-2Cx0~”lí¿1mÖ:8YMb}ía%I)S&É0WeÏNoI]ÛLj ¶ÑX˯ƒµÆ‹£ÔìÆì,/`–¯.-pCé,ψyº ç#ØÊ|è6ˆ‰E¡¾ñ{¨1#ÚU$ —¹ k X•ý}kÆÞæ.A˜i¿²wgé;|O²ÔUbg•ý…Œú¨2ã÷ë >Ä„Ì)÷j©ó’“ذ|]”[:aGc|wï ë‰úÿ -6AKHG(° e‘,ž¿2ŸË—JÛ’Û‡ Q: 1*y³ÒeÙMsdt(ÝÒ瓆ÁyŒà{loib’‹ÛSÂÂ(kÐ[mâŠf·Þg>´~a¥ÑÛ0ŽYÄ™IÕ˜Ä)¥/ðíÀ´<€2Zƒ3z•Úm;½Í3ƒ•:-Ÿ.=/mH\oæ$/ÉÃUpÕbÑvØ6ó3€¢A·>cÄ^ó‰ÿ\ú°ðýÁÓ?þùÇé·é%N××Çóþ8Ïýüýóûýzº¯;}½^ž/ôGOÿ¸üøt¿Çß^ß~~ßý¬dÈG€ï=}Ãùv<>îÏÿßù§¼­”½ÄéÇq»_çËñBtêñ2§Ë—ãvV_¿ßŽ÷gx‚ÁöÚ‡îóþöç„qm¾Ï¾ÜÞ¾±¯º^ÞîÏËþH)¬uøûÇŸÏ÷ãÇq~{ýu¼¿Ï'„÷Äç®—÷Ûýõ×åãúk|æüþWý) ¬vñÕ§Ûýòéx -Þ7½¿.ßÇõc=Áö¿êóñãòýøA?ûíxÿ›|ß;:éO@ÔFþ¹ÓËåqûßåãåþørþ|¹Þ¿ßŸ÷–ª'Ø”¾;½¼~|êÏ?:nÂöMϗן—Çí]}ßô2ßïŸóñçÛq}^×ï 1’ö}¿Äc/?\~Çïþu|}ûq<žÒ'¸¥ÁMÖ|Ñ?ü/‰ä¥u -h?fVØ9äR<Ý2L‰ºs£×F1MPxéû!§5(ü:ËÐ÷†fT -hnåý€›Ñ±%xà7Mþ‹[°éj.p5—¸‚V*ãH®}Lƽ@õÙþ~i…€.îèÎmŒµ2%ɬ¦ªË;Œ_OäA†Ãé[p{)’ÄÚ@@¾ŽîÂr[©˜qóyxàÚú[½‡«ÿÆ3ÜSÞ†Ìq²`Û4øwƒ»Zaä¨éASþ¸&H :„Ážö 2bªÈW1×Q"MTu D‡‰á0ü †…á‡PVc[ô|aØ1t,ØVþÃŽÛ*•_AaȱKX;R²ïÙÛ>·\ÉâÇVçISð<ü †…á‡0üh ?e-¶DÛž€Ú~Þ©²ˆÞ*4ÿ ´€ÖŒý¥‡ "ŒÛ»‡Hb @ˆHa"ÖØ}H>1x † ¶¶8®» ©±üD¯úÜ›ò´/%]›(”ÿ{<¼VÆäÓg_zºF™1'ȸ½{ ‚ÖÕ¦‹òawmÞ=s©­ ì¸º[úˆâƒççISð<ø( >„¢ˆ¾'Ѱó¡ -Ô¡Í–¢8r­ëŒÄµLV”›/p–éÊ”!YF 3çë^lÍ]ygˆðž&®Â(‘9ïzÑ ¶ú®{Ejf“Ys7O~ ¬…ƒÉíK‰WNiÃ;z••7MÖ*l=^9¥YÆÆíÝCa…fÎ!0Ï…‰Ñ«ª„Áä¤yÕ?Øë¥ÎLÝÔ2ØýymŽl­^ÛVÅ©Fñó$0IP±eU)ñr¸>]ˆ‹ãƒç¶çØâ= B -… ñ³$“°¤xeÙÔÿ Z˜©UÏÚÞÝ9w.šÄ9?OÔ+^YT.*ª‚-ª„= ´>g-ŽÕíiïÊÔí“–ÌnW`iýŒQûÒoÖ=xé“õºÐ&VM¤ªâ¬.÷Ó6ÝÔL`iY@_ã§ÊP6Þbÿ/RûV1äAXGMœêœý3¯g¥©<H-R°ˆiëË©7”Íq•ƒw\WI+ýÃ9$•’2ø{ðÅÉB‚ÏNX€"aBâé܈j;[@55? "ç¤Ï*ë';§n:¥¬M6æ/ ÆP^³˜­®…@Ür)^k[ÏAk“w‘eÕwQÖé²£yáè¡YÈDT¯·¬óR¥înY†7,-XR”èêWÈeôìâÂ8ð÷cÅ­‚X”.ÜÇ–ÞÙª‰¶ØjLV°®Tª.ÙÊGkQOˆìA­x–c‡™Àyõ÷é0mYÉ^:±ÒYq96ʃ±n³wE±N| ºV3:V}G¹ùºùœú¦]gòQ« -˜bY„GØŠÆM}SÜ< -d—g§²a;ÃuúäUÉ6F1/±àŒ¤4”C?'Š×Ó*>8IE§èò¸%ˆž¸‰rÄÔÏ„&`f]ÀìT™+Z‡9ûVjm^šnéY|3™Ú<¤oŒâ5úëU”dÚF)$¨Ù8GÑ­²±`qYPWäÆ2^pÁPk•= Ͳí5܇H£?ŒëŸ…Z— tðMLÓÖ-Rãg<Óä›®ØwŠ‘'Žíª4¡7­ÝhàÞ–©¾Ñý‘<{xÕáû´)=&°ZñOä‘Fuh&£/S¡—´ƒì¶œø9!of:v¨¶;ˆíþôdlZ2Ôž‚$'y÷ð”I5á m›ðtOe›†|¥ -jïú–„éZ7P+7ã¡§|7® g»Af»Œ¼å„«–È^Õªl[QôðOó±H1N¥~>×`\äÛ$@m&ôé8!L'^¸½Ì‡šo]¶y×$Â"¼RNòÅ6MDZŽê{á Ö„¹¸‰W›=Ãpo¥ãvªƒfœ -ÎU™™ÒE ½t‹2a—tµ¹Ê:–ÚncUßî¨o‘]ÜA° -T±“"ÐVÛ²,GX-t† Ûl[ ž#]…iõt[mbs{r¾Áðu|ɉ‚ K7¡;–ÛâØk¹FšÃªPÈŒo`v^í‹J«ÔÙ©Å¿¨2ˆnw”Ýä$¦˵RX…†Í·×z‡ØTl‚cƒ§‰÷xÓÿòä¿ÿõþýл?ÿúåî§óWÜ]žnŸ®·óöéËýùÕ‡ëåàÝûܽ{ºŸ~¢ßáîÏÏ×ÛyüøËõãÇãó¾ãùéùó»÷ï­^+$ýAtÿpÞ>^?}_æü t¥üëîÞŸ×ãv<ž?Ô§[üÿ¿úx<î+ïŸÞ=œ˜ÿ“¯ÿ˜G_@K—o¿{|xþs{Ëñ|ýt|ÐÈ«þú›ÏoŸ>œïÏûç§/ç‡_æg´åßp9><\Ÿ¾/¯É[ï?|Îþ[ô/ù=®Çÿç'¾ß‡óËñî¼]>¶vøÑ÷oõú¸=|=>¾¾Þï_—ë»ë§ëgì”EÙö‹îÞ]_÷ç·çó"'·Ë/î«sL?ÜÛ>¿?þ|?òËùîéùýyû4Ìÿ°å«‹™úàÿfŒ¬82±9joUᢓ¹…E{Üâ<‡û/ûü]ý”Ÿ´¶?¼*3Ÿ!„­q_O!­ÈMjýÞOQÜÂ’Û %µ¥XÛÿYM†ØW…è´ l³MEA /·]zï–èæ:"æ à*0~Í\•al o™AÊôCîA^£*áK®˜óò -²ê()ÁLW#1‘ &m`_é«;\c il!-–ÕV¡F íÁFDã¯|¹ÄzÑÒUô¸…È5Ucæ×’>\aæF„U)ç…ü·ÄÍ“a³Táe è¤L§ôºš ¿õl%?¾éÀ´­Ñ¤rë2ÒU¿°$_Z5j_`¸¥²ñhféu™¹‘˜€Vî¦o0Ë0Òëj)Ti,"}üÚßš°Ig0"WFU8s?l¿È©à—Ç¡&©ÆÔ‹˜é?faQzAøšñW•S¼¼„äÍ+¾Ì;LžeW¶ü%¶y"ö KÉ‹xYTÒit='µ—[¼q+Á’7ˆÚ¡ËdªQ‹aW’!ŽÔCn—rËÞQ-¦…§Ìs0ÈÜâ¿%†Ù4û­ÃÇT,tõ7‘iŠØIPüJ_Ý2å[ùý|ê™Kú:Œ‘ O¾‰-‹•Æ"r¦ s‰m‰”“9ÃóKw7‰óe¢¢‘-ô»÷dXeHž†3:¥×„‘r¨Pµ¥êó0l< °—¯f^ñ˜PRŽ«s˜?ŸÊ“˜<Ó´¹ëöS¤¶Ää@l’­( -”jµ<»Ú¡ȸfK³Zèo=Ežýfß©QYæÌ-¶r# +ß,À)Lܸ[kôÒšo¼šl= 2Ì©C,ÜÖ–0¾‡¢¦Ú—CÄö¼Xß¿•ç–ÿ¾Ðˆ¿¨>_¶Yú­5»£`;—”öGYxÎ6C² }8UZgysSÃuýBW—re0¢‡ì°ÜkŒ¶¡p%+µÚ&ëoìYzË7±2¾+άüÝCŒŽE¯½X»`޵ÉõÛÍŠî$9¯h§VEšp±B¬›/\cAå²Gi#g[íLÞ®,} h‰tƒY£Ђj©YdìÔ©%›FSí–ÏxÙ[¬°ß¬žfHtl‘S­ÙÔ1Wà[i›×²Ž„’ºÄ…n5˜>AÀimÔ~¾%i­4Ót-[Ú9[‹ÄÊCFåVh ÐnžÔÞÙaÇqÙL©Ç8ìEu¶)u>ï$#Åvw\Û›è‚&ÝËL¿U¬í­ÆoŸ%ä ^O" ¶Åšˆ>g. hD\‘ÝMYmKi@í5Oób"Êuâ>¬,q§G‚•ÕƒðµhEBQ@ÈøÃ©2Ä‘71]wvÀßê{‚Ñ]ÉVgûç"Ú<믫‹$”ÀÊ4ĦèRK6•ôœEÆ,éWß—Qóm€p½ŠâZGŠj¦Žt Ðfj^íXw£aÂUÑ -H•q™\;FV°5ySsˆíù´Û͆D5Øë¨7ÁtÓ@Ýߘ¶‹k‘&±eŸ¦„ kØæz,fµ40õ€ÃÀÛ[z[h£uïarÖÖ)ÓÆ/ ûó€SÛʦ«xt»£Î)Ò?œQ)Ô‚¿” }‘]º×%Šžß÷—2e©ö-H[ê×¶ëÖ‘ö§“n%HÆN•R-onjܾ<؆uäè®ÊTLMš­`Ô%—5]¹46Ëy½Š5¨ŽÐË~n”–\°?LÁ6e!±¥ y8Uêϼ¹zÖ‰2,, ò?¦µù¢:)@õ3’=®kž±_í7Ñ'¬Í³`Çi—»ÐjpniÁûÙ£,³íŒÀ|É+ÌSýnÁÒMOï²(ÞýDÛ úæèY€í=ÀÂm5¥´i¶¿Ò˜¯¸ÇµVŠNéÆÉ'vä3©IS ë ì…özæ› -Z…É’6šlQ&÷2Tõº­nˆlç]E'×–íX§¸ÁŠñ_L7Ó ž,¡ »Øc¯UáË>rt70-G9‡± -ɯ]º…úŸN²• 8•fŸ2æê_Hß¡½ÎH° —ð%à»j·Ó "9jªê qC¾O3 -á‰¨8óË}cÆÈÅA¤]NƒŠêhBª 1#ÂÀ-ÈÞ¼Á—S›c,ºÕVgí[ݱÍ1nÕÂv¤Ë -xØ©/ÙJhéÎ!hÔ¡ßJ—òÕ³‹ -48“¾?W‘IûF^©Š#Ìx¨A#r¦5lDܽ€°j3.W«Ml—Jεñ‡SçÈ—ûÐÒ3—^–@Uµc)£Œæ»¦š¶{Ù¡ -ŠiòqÙÀ®BFG… ¶ŠLÛ‹‚Y‡ïc¡²Œ˜KNŒó‚…ý« =0ÛeYµv;*ÆõÐ-S.ÐJHÂõç@4Jµàïxë;Õ5.!ÏYÒ˜!ä»v‚Í2YÄá"çÚ2æa8–™zÎÒÝFF NB-o.êΙ„¹CÇlu+òã¨L}@Ã#ús•±õ¥›Ü•9xj”j¡ÝúÿÄU«jB¿Ø™Íß}îRžDÛt ô²|Áê÷ZR™™™¢'!-“áÂ-.‡ÄÎFGMCD!êÍô¥?—¿£ä¬uüë(èÌLM‰){Aà…›‹PìB²óš Û÷“Џ[‘ýç;ë¼H9BŒA…mu¡m—%ÈÜë즒ӵ KòVN›eHŸwZw Ÿ,0›gàNgtkTd¾e¨¡$ -Ì™§Û¤ÕÐÉØ¨#éØ| -—Àx€3 -£ÕxÛ77Õ¨dãXøLSf•×ÅH†_°œtcT Å M‰Ù’8N6„\Ë.é™P‚Mê!YB"=ˆ$OkW+.ê¡`Ú£%\*¬¶HÀ3ª³š8O”Æ8 {ŽxÜ–!ûn᡹§0„ËPCI˜Z ׳¯zn‰Ê%ªq¬x×±µîÌiÕ¥/­7;´òL l`ÓÄ\£ÑGŸŸ }럱® -õ­¶ëºÔ'nTïÆmžÐ^I¢”f7dÝöµÔ×ñmµ4¾¥@øJ¢@(5÷3èŽNúÁ`êj]±w8ÕÂCµs! ^çŽÂ^‡)“ØYሺÇý -Žfô!ýïIçü&¥ëѶ…%ãöeÇ¿ëÉVl²„<õ¨Ì¸ 5”Dxõ"ç©QCŒ›:‹0ÛÜam`ªlÝ"«ÇîFGb’:Ðäa7¨‘.Ò jÉQ ì%T3VGË¡×â&Óí-ý%7 .^œ¿hÁ”£µ“Í·ÕæXH€cTÔØ…L͸‰ñlõF=\ƒÆ •§£Í"&ë‡i 9*–Wó4L‡çÛÜ=9;!ßlóWñž_‡Ùºöx¦á³¸  f)$Ýü %Q Tš9SÆ5‹³†–¡)Às®Í¯F°®ZØEvüV -(ßRhT Ì%jrnŽ5ÎÅ’\´¤ Ý^в_ÈÒt–xÕM$¢!Às®-بtÄÖ îˆÚH«%žj„”n椎GaÚ³¬ ©ñ`¸6m+Á¬Øã‚eRUFƒ-Cí)¯›Q“2spxG¼î˜pîº! º¡Y#K­ó‘ŒGqÄŠd7¨G•¢nhY/ÆhÚSÔEê)¹†Û±Ip~³yÑRh+Sd¦UŸ†Ø,ì ´q©e>Í”ƒ¡P¿}i ÙC²æÿò´só¶)5%Õ„Í?è5ò¦+÷áÛo-hä!ôµ’IÆeª1…D j@(¶¸É™$Ê`v,í/&¥P ãI)fæp× -ÎhÈ*‹uJ¶á2Ì´ÓÜ.ØÏkñ^¾.K¡y›”¢SÎÇP¦ æzé6tª&€u^“8è£y•rj“`uZ,í\ „†0˜úh@‰¥© Ž¿CšõÏ­InÁ6ÑZ·æø o-܃~7,¥²© (²cܺºe - 5EPmÎgÐŽN™%XÖxèÖÎ: €'rƒr)ô¹5o;SKÿ‹‚hè‡ÙÂÔÒ_2,ÞÜíT"ÄCâk‚ö«%›•Ú5‡Í!=ì9Í6Õ@¦ ãŽÞŠÑ¨–‚¡ú4 ”YÔ$íàÐíÐíÐÈl`ý„ÇV"’P'²‘©]#5Ø<)_“l78\@ªäLjÕr…¢€i)Iið{ÅðÜ„.cÏXÂJO4kSaâZE+2Õ¨ý`Ðã0t>?ó84ÒºÎê1×¢®RQŸr5ÛEãÈélTÆî™r\’H¤¢(ªíš¦Œz :ÕR·›l -RÆîÔ²Ÿjúa@·7µìÓ°¤ì*áCåÜZ½-s5Zw23Î4!\ï­ÝD±‚«ÄH£ÄÛ6NºÅ)2ã< EQ 6r¦5„CC4DBC4DÃtF3µÖØ×ì4JjÜT¥BÆÀ…Fg­zTkÈH·6E–ÊÓ€Ñf“u Ý`Ð Ž“é»ÿËýÿþÛ¬ûÂÃo¿ÿuø>üÄátÙïÛ¾î÷__øÃÃm;-l{ÚáõrZîŸæ÷~ùÿc¹_nÛòúÝoÛ¾¾ñ£×Ëõãõö¥påtEÚKßèÇóº¿o÷o4ÛO,°ì'oëy[öãòøð:RþÿÏ/ëù˜q¼¼ž×Û“²O/3¹¥ôušÞè¡ÃãùzäžrZ®Û}ùKuis¿t8-·óvù¼¼ŸŽúƒÇÛOã—P)ù¤ó¶|Zï {Æmý¼¼®ûém(©Üúm‡§e?YÞŸ¶ýñø°œ¶×í¾ýÀ¾Î%¿Á=O—÷¯ìá×ã§õLŒgÝŸ.ïË~þn÷ÁóòÓÛÃz\¿^×Ó}ÙO‡òÝÑRpÏÇÛr¨íóúz¹¾­ûý¸íçõ+WŽˆùxœ—£±ïߢé$s¨˜–é>8U2–Šc<þƒ±—hù“KûavèUBÀüFäà<+EÓx2©p2©a8Ô&e£(°¾‘Aœy#·(”É_×e¹ð—À ¹Þ;7Ü0O¡ç}p73UñõC0³„á@9Æ.CŠÔÀ6Båá³ÌÎ…Þö[©v*¿V’ÐÁÀ­êÍ+ÉЩsÒ0 ‡K4>ËF¥8‚X€µ{W’FðkàQu -ŒæŠ•D®K®ÒËÆ/o×Ê[±Â/Ó2cU[ÞQËqwÓNÈ@ï.ï³\#ÌÄJ2H ~ú¦µ¡Qär½ÔGrѽ­,YüC?25 '—ªåƒWÁÅL°˜wø5™Ð]êÏò•\W’6xòIðÚ¹7„öŠ’EwòÕ%~ÑW†G²’˜L=¡|e Ÿ\W—Xy >jO™Ú+³LÁ«AõDDiD5¢ -™5‚W‡ê‰ˆÂK×@Šé˜u]°Ì53J7Y£úCDJ¡‹¾¼ë„Z¢ƒ`Ý+)3 |e./$Rv†E\/á7º{M4雯Áz~p™5N¢:ÍGJ›5ƒs­)¯ø`æ+É0 ÍóÚð×ùg‹oƒ ½ëøCB Oަaô ås6?K±ñÕoC Ì3¯&&ưÁWäÄ«c´$î†Í²|ùú~¼‘óN”ÇÈDý>˜\OøïƒŸºÓ€P_Ñ’É6†œ’àÕvy!HBFZÈŠ(_´-z!HL:†6\[Ÿ¼|^×Õ 1Œ…%š…³#ØJÂh˜º;£a9ê" áðëÆH—“Ȉôìõ–ŸòNv4{[¡¼Ñ}_¥š!a«—8^ŒNa£ZºŠC@ º¬ûÐ&òÿ׆I¸Ñ-SÆiærŒô‚¾ï¢„Ó‹p‡&å¹›ÖpÑR^0kqõœl›ªMz| b¹¾×‹—òž@£þ4 Î0#'“íS‡h‹Åj…Ó°“‡©6KÒ×^·®’¯,.ZH#_JÈl´`6|(´\C¨´?(4I¦æa*Ç1ÉMc™4Z|®È!Õ˜q6Â_1CôØAŠw#;½U)–dEa;òr䨅±í+!­¡HC:ܺ¬‡u½oX¶æaDgZ·‘~¹@•Ç ÝáÕ¼—ÁK8+²uß-Ö ™s%ëɬ[å! µ#ܺšF…ü4–D)š9ŸA‚Nú¡¡d“;Ë~Ñ@%¬ëŽBYWªçe°®$u4H#ñ€xš¡Õ²d‹<Ó)b=C²&‘1Ì„©ÆzµfšÄ1(6Ïæ<[<È­'Ÿ,°Ú2´&3ŒÑb\ª:cKp™Ë KÒE±l:§U´¾‚,x@ C·EHµ]ÛœöÔ €.›%—ü4”DÙ<Ⱦžè‡Jú¡A6âÓ ç}Šæ~ªé÷¥»Å§*í¾GtÎvTØÙÈ}¦ìQY£‚Döeôû1]š}{ÙÒ]4vX3aÛr oFŽæ,B°ˆ„E,¢aÃŒ-ù[€ß8Ç;äO’K%3\˜†÷îB½Š1Àcƒ` c(CÃáU[jóÄÌüœs®f';åÅi¨L>ÝÊÿ;ð¯I¹ºÖ:óŸÏLX³2sà€;Ñp·,[¡y¼Léæ~÷>LÀ|t4 ã#·&·lÇ´ªUAÌ{>3aÌJÍ9$3Vèï&KÒö/J˜Š3æÐˆØHbfÎò\t‡$`G&1Šö¥ª¨Â2÷9flYiÙ¡«„r©•6?xk‘z¶¬ën3»¿(°dï«æ>ŸÉ[–•]ü­ꂾS­Ò5%Hg‘r.ƒÅx´ Ó@<åÿeªV…`îó™™Iy9ÌœÀ· ³4‰ÞCaŠpÆía5I-[ÒìZ?|ÿE¦™U¡äÑåà|a‹S¶YAÂzÃáU›ÔXÒ_„}Åÿç3 1Òo”r9Ñ4|­Oh™û|f˜•™0ÔÖ%e-FùزʲvN!,KûÍJŠ*}¶¬”ˆ ù‹›ÄC¬¤U¦û—U¹mïdì–¯(’¨‚¦sŸcBÊÌN0·.Ý]’¢*¼ cg/¬OR<Ž Ó²¯(“  -…¾YÛ£UÏ̤ÇJË =è:¡.äkÙŒ õˆÄX.ä+Šc_1J#¸1­…!“JcÖÜÌ(IE`$‰¿ÕBáM—Ô¢—ñ똿&np•±¦† -å¯ÅXÄ?P—'Ó)&¯°§¼ò7¡ióžÏÌ$ûËË7ˆôd×-{ÿwm‡Ö­{ú׿ÿvú}ö §—ûíy½·çjÝ|¼Ý‡¶=ãôãþry¾Í[žþõv/xìq|üX¾5\ ÏÔØêýóίÇíýúüKkR?¿O8ý<^¯—ÛùòEïOUÚ/ý9§Ë—ãõ\y¾ÿx=Þ4ó5ÝbëA··ß/dIíûòú˜<ååò¸>//ó¡Ê–ÅðŸ~üz¾?óãþy¼}ÒSaù˜Ïx¹¼½^÷—ÐxèüKßVûè§¼^/OÅ{ÎÛñyùqÜ^¾Ù1–|ÊŸÇÏË#Dþ~¼Å’CÄ7zÄÁ™ÓÚúzÿ:ü8ÿq¼jÑ3Ÿ_ïï—[¹s?êôãúçq>~=޼½Á±´ßhÿן— ú¢ÏãÇýñó¸=Ï×Ûëñ+KvP»½—ŸðàÿhÜ€­`(|µF$È Ÿm Êb Ÿ5¸XŸ¡ÎI|Œ¡_–C$ì)_òýùv½}9n/Å&³A·G6à‚ 8±—T´ÏÞf8”3p0®¸|m Ÿ§Í‡²†m \cA¥|‘‚° À6Û؆` Û(ØFÃ6®±\µA‡m¶AØFÀ6ÛHØFÁ6¶1påªpx¨.+RºÀ-lƒ°€m¶‘°‚m4lcàËÅÕ¤± Â6Û lƒ° Â6Û lƒ° Â6Û lƒ° Â6Ȇ=™*`Àžq‚-iÀ·¯1ç{ÊmCÐ0¶q³-G,¤ßÇ|‹wœi–›=Á­,"¾QUù–›!F,òL¶Ýš?ªkIQÀbuë¶QöÜ›½-E\rÎuÎÜî‹!ÆI´¼™€1òÃmÐýÏãý©¹ƒe?²ÿÊ«›vëböŸ°ïãv}ñgŸÞ/??Ž÷ßîºYŽ×SÎ/¢~ilfƒà)¼3?ù6×Þm®™4í Œ+ïËʱž –ZŠÿúSùS+¨zÒ€¯Ú±`WHþºHÈ­ÀE´3ûí²“<ÎöæÍaä¦í¶MÅÕð²®÷÷ s16×%ºœêh*Á)AÛÀ9Gr²”¬OA&n¡=¶Þ“i<â>žÔÌÐ*V<pBÆuQnÃè¶76!!GV€…®áë7Å6í×Ì&L œÍ.àüðÀ%}íáþÿÆX³Þ{´àñ„ß÷N„-p¢à‘jÇhÉ2ÛlÈf8®Õw¦7þ¡~B×1ãbÊJZ|Ü’> :¢{ˆXp Ó6GA4y¸EW§Ç½œ¬q}£góÜ/‡µ•„!îŠrj¥CdÇ -:N­ð-צ¢ì“c‘¨£.k(z¯†Téð”äåp)´©0$©ôñ¢+«8£5w& ]Ú;nJ¤uÔý?³Š/*ÕLS¡H¯Êê!÷§P6 RH¥éãœáELÔ†hÄN+éX‚9£ˆ¦¼ÐHyAiÌD/ Nf†cÉŒš pÉãFnL_IEûHC†'¡ÈÆ{ÁHE&WT×Ö‹ñPPí ÉÖRÉÖÁD«Òéý‡”uPUÙ!hƒ5?Œ´ª1˜èUÝò•~ÒëÌÔÍkôö¬5u˜$°ƒ±ê·újY*Ÿ¦ùD±FÖ§“#ÅrKé0: cÆÇ²¤€Ý$Pˆ!IUoÍ º{Ò©ä%zC#¥ìO÷Î^6F\ÖòNoïV $"Z.;Ruô{©RÇXHÓéq2Uu¾€hÃjH·+¸s f",±”Þ5x‹@¼.¬‡‰ðÈKVø—DÚ* »°² C¸Ó:r4ªÔ§íǤƢHŸ*QzS…"J·È &‡ëXtxr$·á¶©64duõÚP6 Eióщ;·`«àÿ5»aÀÁ%‹´ª5ñ>C§uiE»ÐÓ¤  `ei éÌcÈÛÐóº]É×`rZá$¡Iïµmˆš‘éƒõ¸Æ­ýFÇi¥¾âx"ºq§õ2UBF7j‚@ôÊ¿lŽûJ}—ílšeÛ©mýY¡•äV^Ž -Y%SÈ-yáÎBÈ€¦¤PiÝ«ýÂfµxfÓ.(NU9Hﶬ4“»êc™K>Ž1a(‹®{ÇrJ1ÚK§Üi§cF¹3$mshIN)0ÎÄÖÑm -s²×eIw8ö~iâÌ„wÇÀP22;6dwH^愜½ë%Àr Æ2ˆ4åyšb`a -ŽSí:úSUk5`z½¾íZåÊu‘fJ›cË0%Dqµè+a‘ã©qG0’Qó:R*áAб®`Ø`6H}qˆF\HHmE@ÇT ¸ƒê&ƒŒC§õ¶ øA/GŠ@<ĦkrVT/ Ý Ó¶VQN*àH”£P¶Ž@ȺB¯1ØÂrÒ‰°*¤Î!2=¦Š»² ¹¢O’ô,Ëa¦{H”TO#øÄÁCù+DÌ>må®è÷‘8p6wª­©ÖNÆŽ:ŽM‚G?µ/Éxs—³:Îàè5?% ÌFUÙ|Ú¹;Ü1k'U¨ö¼Œ4Ph±ßò·z W•ö¶cë'«›Ømµ†VØz\g£L7?裌8‰=c»-ª,ÅÈtBùªõ^ÕJ­‘¢µÜÛÄ„8RIB“Åež‹¶;z;„´ÅÊ©Q!Ù ¸ Q¢*‘Q­%[~B$i¸eæx‰Ò÷]9ëÿ?Õ–òG¸:Å+ƒ’ú_š–©6S9rš4|Œ F‹Í”«µ¾¸™+J6ô øÿkO@ÓÙŒnÄÍäq³}ðEÉG»w4£ÈVV)P·®9ê5÷nb„8‚zˆž›°¢'$4€…Ï%h?I£…ÈÉcÀj ©’aì†d ä¿DíߌRj7$•±z1gp5Á‹íìHR, _uŸÔÒÒ‘7 gßX³»æ(59;GÃï»2*+vR î^µ -‘ $aÿ¦AT YÚô](b(=’Ó¿Jÿ3­+R*Mº[_P -Å€3!wÕú(¾ ^zC•äØª¯€Ü\ 'ÂB@ßÎT×W=ÎÆwL×¢ª%ÔS—¯7’+ì©BÇ/¹bà ›êSç;­aäÀϽKHí»Ð£á5¯Y÷¡0¸F_gIu4ã•IÉü*sɯáÒôÙv‡d‡/l#ó ‹ø[¼;ÁT÷.ÞWn¢íú©¥£À=ÄÚ'uQö¥Ð>8cÙzD9\†°IQ“^äÙDç-œkÝ`ÀÛ!­Æþ¶Ìì êäÂM\HÝ[i«v¼ö«¢×B`bæ²Áh‘*üš÷‹{ßFk¡ÚùRB1œ×¢i<tÃ:Ü N¼nÕÈ@ëGî쮕E©†lÜ‹Êî㽆ú¥]³Ù ðuˆPá.jßèƒ &‚šê?˾*®ã4µwÇÝuø®Ô¦gYè¾^NйYNÔ&H´„MuàfŒ X,FưtA V/¼ÑY@ÐíU¯xšOq”Öèß¶ÝpÙ/ÕZH7Åb#Q@k/íWvM¥sFKƒ á,ºÀŠ­>BÇÆÂtIäKy*eÉ›‹B~û]ÅkŒêX*4*Øê*—Ž×¡÷dÝRV¾Lgd -0o4¥.9ÝU̓í߯jÍÙ𒇡Lˆ] )0•ÖÌ­›W¿ ÏL£ØëüœR¹Ó™¸d|‘¸=»×ÿèyGîÕ"ú=¬4 Z¹à©°@…B"þ1BˆztŽË?-¢<Ü<9ØÀIN@Ðb„q×â6ÃÁÄÌIVh0EݶÒ%,0ú_¿ù5:¯ôª,ÝMò ¶EÁ¥ï¨½ÜŒ‰–âPÞt³¸ Z |—»~yq¦îgñzã~¸[¥Mï…š›c @…”¥K³:†ä—· -þ‚ܽŒVTˆò±ã;’R¾ã)ç‡íÞ2ÄÄXúðb«ùÉ(Ú7çGw•,Ï7bWÑèòòæAè ‹:Wë3ø´?¼Õìvç7ä Ô1ÆÇaÃìЗÿbuV!Å™sAù£ãaðÎr« Ç»t¾û¼çµ;PÙpÛâ·òÎxÇøãa¢Ž€îjƒy'WH4ìÛ“0° -ÄÄ‹9k ‘Öõð*ïEBõ=›P«R‡Ë/êcº½/ÊT$î¢% õR·è~¢Þw5ãâó -Ý»½¤;Fu…+§NCÞÕÒæt„mM8¸ -5$*çjŽÑòRVJ;©•pÂ!¥w¢p¡MëK©ë=ãé4‘†DX‡–uj¹äÈÃï,Sw8>¡tVÞ’2…ô¥á@\QvÊ®¤ZDg•:(Â]ÕùÍ­‰‚a»Å¢Ë$ËT :K‡g4 xèNÐÀ"‹„zLGchh±°ï]ÝŸˆ©åÕÔ1Š~DéÉŒnlgÛ vsØ3iYÍr†ŽÎÒQ¢5\HUnK=uͽßü¡Ú)‰™ìUJ%4í›Ø{]ª¾—Ë:zË ‰Âìrdœ%ɪÎÄúÍ>¤TËæJ·ÍlÒ…)Ü ®½ðíàbÓê£v°ËXÈšh"9bëû¸œ"ÒJæºËÙ„ù§È¨0/f°#Uz mo¼¡W>M6Rk74eAÂ>ÑWüÁ»áRÝ´«¤‚àŸF®ü†t‹Ø[7x{3£E6æåÈkíjÖ¥IS#=Cèȯ‚¯uNI¦¦ãÆdaêëí-åK§–£Å¨€~D`sìu?Aw{`QÑ¡¡ÈÔêðe Ú0enðRì»[”ÓÖ…š©Jý&W`¥@ÈíªfŽ€^³úÿOŠYQUüfô]×® ” E î…½|MgÈÞ°#ƒÇBêÅ+äÓ]fâÛ3tæ ¢k­JÎÍ+hÌMéà M?=Û~¹Ñ·4øMíOhS ":¬¾C;6È5ú‚aÉóqlðPÚ-Uk׬­b÷)pdl,ꬵµDª{+-~[û|ÁRÙ “¥U/À^ jY>‚Þ˜w‹„¶Â~Àš:¡0Í·?äŽá¹ls~$o%ÎeéSºkœԓDLs(ëxFtY9ª>cC’3!®ÊI­‡¹03Wéê…¡8ˆS36õW[ ívŽð¢}Fqä56µ$¹¥hëA¤{®Ú-.u¦ ‰ ð:ªÁ®7Nþ8_ÕÖ›ÅóáêÅÃÚ×yûŽn„][OR@Wu^¦Šnä–¯•=ed\‡zÔ6!B -šk’^±Q¡³9„}¢ã‘.űzñ2æ×¯1§†5»›´d„šÔ)«D•œW­¡Üé–‰ÜuTÃã‰léŒâR4qsâºÞÙD4 ™'¿~.ZÃs×öÒ%h¡_B’(øŒµUbe -ÄUm(Ï€®1b&³ãÂv-ÿ<÷݉ÎÝË„‹3ïW¡æpݼqušçu•rh<)žò¼å7úTªÛñj;€06¥ã ’ÛùÀ|÷9":ƒêâÕ†‰·Os²‡Û1¦Ü§Û&eFA1®,ll ÀhU;ñÍ»ŸÕ;ž+/(Fk *ÃáVgzC>P´@g13äåªüš÷°º½ö› ÷Â6-^½$5O…û6ö­@ø éOæê ’+”bB“.Ûsć$§í“ -1²™•x¬4}eZÍ2€&£Ùtj¬‡”‚Bežä–g•)ûš+ƒÄš&_YYùkµˆÍ8$´º{Ýk¢f¨M•ð‰Áfô®î,©z+X§Bc75ÃøwWËgzíÕ/)¢ -D ù+ä;Ì_$„àV 5sùqýQW¹hšj’’\s$¡%ˆÅGóiÌöÙ)ÞåXk¼¡ñk©“ÛT)´SŠâ ×.Žêî]šè ëŒb;ËQ´†¡Zׯo&šÜDS骩V!ú6ž} -%Zäš\â›akï½€0ÿÁ õ–p -XtBÈŠú?UÖ”¦÷û¬ûH®ötß«ôUj]\?a•“2L,€ƒ|Ê­ä€ÍïÔ¦”;ì6Q± -i;ˆíÀ„tGáÕS‹Uº¶Gc\?b•{@=K„û1r­—À¯3KtFÄþšŽg$ày?®©ÍÝû¡(OÊ­„4–·üå]ð™^½6E;²{Y™pÙæñ ûjto‡x=„Ê›òFj GÏÞ?…’Ó~ŽTn‹µ®wÍI³Zòf‹q"-«§œ:…ÅQ½|êï¾yÀ¯œÊú=ì1a«© W†ócb43õ»<ŒÜ綬Z;§0Ѳd’ét®)#OÖB{ÀdLup¬¤;ØíðË©²R'Y›†´ywè·§|Ì4aÏÚôÚìG¿'G•çpQ -ørЀnº†¡</QÆõ -æó{P2ÎÁ¢‡‰0S4þù –p^µÌVC–GÓÏø¢P¨O ¤¨_ñ¥z;¸271ŠÜÙ;,€Íóû±ÅD©¾×0VÞ<ã¼{§kÏ´6QõœâN©‡›Ö^V–ƒ¬@Xªœ«d¦ÍQ¼4‡ªŽµ\°b9÷$"e¡áÁ>i•W6ŽÇœÜ® :#©Žø²‚Qº¥ú¾É(?Ä-ë eu·\`%jÃa:ÌLÃÙS)";·žS—2¢«éBkõ¡2T—eÝ -x ÇÛLÞKA•xéå¤#€Á½ôE€Eöš—˜Ùã=$ƒ“c/;•+éÀÍ –Ô"¿ýåfù‘ÓÎ]oм[¿wº±&%UdÈVMñþTõÜM1psŠF¯ó:Ñë†îqw÷F¸ÕÌZuˆ^Ž;k€Çg@ŽžáÑ»¤ ïè½yÕ¡<)½Éq\9ðÀ†Ó‘Ä ó8÷I³ž7û¦;JgÏí›åV2ÏX$s›²Üü0™Á«¾4ïláJW±â§X€‰$Vœä½.©ìJs˜™ÃQwÃ*"…s -LÅ9ñŠbÜ8®Åͦ¤?¸æÆU}ð9#»¡ý¶lßhYq(_S–Ñ‘3Ç vAƒŸuM¹nIÐŒã~Ò6!ÏŒOȾR y[YktI9`ÆZÁI6æv:vuzóœ”Y‚ÓÑro°Û¿wëbC³±ƒ:ÕÍË_E¨é*ˆ0š•eï'däßà•ü\ߨsJµ³{±éÉkÈ@ñÚY”C¾a§£À‹T±Ó‹”›E ëHŠ¡ø­zCÆ#^Õ¾&Ì4%…ËjûT'&0 /”:¿ ž/;ÉY[®/–$Ùll+ùænÍ¥pÐ^¦5‡ò¤³INHÍ–´¯RLB2°¹ „È„#/fý‹×”Kp³Va.<DÀ}>çÕè"f~áA|:Û<ïFSMÉ­Ñ/r»Û¨(ÆR!¥½(¦v aƲ®Õ1Z^Ê䳋sn@È ±÷kéC5êmÊ·qê=D˜¯¦æÓ«Q5ËœÇ,Äì…ÙÞȯãK-?±~•Ùk”æÓĸ«\ËÞ[D.ñâ°yHi+y&lÂP\Óё՞PBÒeâEçØ’ÉötÒÈ«=1o1šCõò5™•$29).ÃÃvjÌÿ³¶ðÐ-§ÞeÕ&J+Šçì f¦ÔØÈLt›ŠGqm - c*ünâ{QJF¥ïömÂ(@Þ¿¹7-ŒJ»wªnÌrÛ‘óÃTynÀpÜ«`¦1}<ëaLóó¦ì%Õ¸'[CǬ¸ -qñyÍéG䟉çº#÷©¼vŠJM›ÓÉ´V S™µB—»ŠªÞP¦â$fk‰}G·Çæ>Úz™A~NW;:ÑkÞ&¾ -‘…ã<êuû8pÿ’¾o±R#ªjº„2ÆÒ§•6m®$ذÚ66ª)G”Þ°\/Û«ßDýzª™z²˜MuÁöH?óCï+i‡½XÙ•ò®fžñSÙb1ŽcÑ\´-/ü¼È£­×X8Ðe.x[EN9$m™‘'%~ìÚxU×£©Q”ÓtÛ&4.Ò;(-ÁÒ&ý _¦:# ÉÃåWnTŽ*)wW}˜¶:‡£Ð%2!²(ÝH~~hä\­UªÝôj -‹‡ ?*ôדÏCˆÇ#­wž·ƒNLé7oï¿¡°]ЧÒÂtÒ]´HW>“ ÄhZªÓõ$–ÐÝZb3^0â×fùóîÜ*k1—ÚÅØ’Yãm)]@Pú ªóŸ˜Ð¢º9¯TD¤OÂ⃕ÙšÂDŠœk½·][K$„pZVê­ØÕeÛe‚O”rä&tKQ*mR3[D]“(×+v,*r­ž2äyCV%a¢¬‡}išî -ï¹®GË -SåR]gúNߎ•a÷n?!WQ>¸/yâÏÏ\w͈_¾AƒÊÍmá -ËDsÀ¾ªØ÷­är€‰<4i¶bÜo©ût®ÖÓ›žø.¡–‹bá_‰txü oô «<)OI âá¹fÑFÿ¦ëÈ |Æß_"ø¼§“}¨ziµXm ŒS½¤0;§uÜ5´î‹«Êæ5ˆê²Y+&% 5àK°öÁ*®Äî“ðè± Ní@+/®S07)Ï™DRZ»[6MP9¥Oj}2?¼<®÷ªwDœ!€¬õ°§•FXµ~¡t°¾iDëK…›ˆäK$ãì\NïPù*®í]BÏõ¼Ùé×3;wΗ4Žu^ÃW©A*VÂbîBÁžâ ú,ƒhé U5íÎM$úd¯¸ÉëlãÝ„ Ìà øg-L+XŸ€SÙ<‡àëÆSi{Ó=Æenm1WM=6ƒ&½ð’È]A1úÖ†ªOg4šÃÉð8éuìÍãÿøy´%/jAÿÝe¸Cå®}cyóûŽs7elØL[>šˆiì°Ö,¦,Å!qƒ‡µ™%åUÍ¡š|›¸Z›;Xvå૎—ɱ»Î›+Ú²žˆrRžO¯óv†I¼ú0žÅÑý¶去.ë©ðºÏ´7)Ór‘ˆ²-;®çJ>ÂXµQíºÑ¢OÓøÔ/we{üÏŸy@~±Yª Ü 8`’i}t¼MSzsŠQi¹:wzÏŒI"‚Hhê'ýxd«^гn@Íë:êUt’¯<[ë’^jΜüÙܸ8A!Ì×ÍÜÏ‹UÝ:í:´xŸÅ-ÁÚ‰ÖCw{/ÁÃj¾4 Ê…S®à0(€1A©pé–¶©˜]²Ì¤üÆê” ¯xËú'b*uñ¦M£‘'B[†Á±;RìÖ¢_ŠÊ£À¡‚ 0í> ÓFxÓ×Zêºa–u3Qe÷úH?'Žþ&¶¾ ‘šÄxâ›5AÉÖB¬8Å»˜«r“’H.ÐãK >äì²V9f…x,-Ä™küóõ1¡I§|D·žŽÄu°A2à|è“—¡¢„cR=v‘}3É-Ô¹’÷]{¨¦qóÇݶˆœããˆ(3$Yì®ÕçÝëÌý^÷5³½KH<] ™!kaVºW&Oïyð÷Ýmïk»>É–PãtZ‰2Dôìçö¾A3Ñ´JT»ñr‡9T°ü"Cb2½,«vî°3ï˜áèÏB¡ º°d@þ;R`(¾+ ¦ùΘÝóà4+²nĉ«WêãÍ“Ê)÷̉Õpß‚~*\X„йJÀÓ2tŠb¼ -s|lgùˆƒÑ–ÙàMª|¯iùT,Ly¤¹'[­ímÓ­RT¼ÇZŒ„·"ßõã´ëcJ}|«€ýnî§*Qfڤǟ/B(z¾?“Ørœq(2~p_«Ñ%CXkß\“ª‘=„c´éý˜9I©q›ÀvY­%ßñtÉsÃ<Û†?åF¦Ö5âZR¨Ž¹ÕCY©;léV ê8ƒZà•£Ä&üN‘®ÇžƒBšÒ»¡ ÇÚ‹é, éé½öä¼Ë,2ÿ@nI³Àý14öî… ô¡ò-Eùws?”‰r€r3u£Q_ƒÔhñffìà™†ÌËÔ@_%¼µ/¥:1´AîfZõì_¸ AYª†È¨(GE–£X=€!+±G5Sƒ÷»dÀ<ÐÏSëÔ…WC³œBÝ´¼mgL$³Ù’®ìC¢K -{-óç%?eŒôB°—· KÎ׎ 4¢ÿ·:ñ‚\—ðxàYy)å -§©È0ÅÒ–³|üKÒåÿÚþ8mù­ÀkÁTŒÓÑ6Š Å!€¥ªù¶ÄŽ%±H ÇÊÐ…(°³Ê Âû RÆ…M —8§ãÏ!c¼xõ|l› S~œ–œˆƒ†1›´ZUÏ­ʳÅ*¡AÚH°,–Ç$)ó0ÙË ³q*T0_Œ…“ÂZ¶5 mÐÉöºMŠt‚*ÇãâE˜åžÛµÂÊë: [¼¡àcЬ^»D% ƒ?@ihŒ Œü'm‰¶eÛvY .ëØ»&ª¢†"1¼‘¥¾‡Z+–÷óKIRCyMvtû-ƒßè-FÜèNk¬è&ÒèÒ]®CQ%$p8%¦ØÆÈv¢ƒJ&¢­Ó…~™´“Qá"éO}¢LѲ3ûªsXÝ$íV‚k{D?3]ÛsåX¤H3´ÅÝuÞPF~a»®´5÷AR…o1Ï›ÌÏte:7ã.Û€¤ä”Z©q  ƒ˜±£‹m»H¢t¦í4*T0“Ë5>eÍÉ^ÁÉäÊu2ª*­¼‚norxPšÜ3IC}ð«I½½Õ<Ãát󡞉§#ðW„À”[™£|æ 0Cæb¤¤Š¥Zx½G º–sYVæVÏvå³éî!¡vN˜4 f7I{ßm ˜âÓ^OYbm·ˆ‰’™ˆœ#îmÜÉÙ -á™·G¯fëAýÖ -úÎÃ<°(=°l ¶¾Zu‰r®2ÆÝÓ ÝYõ¦Õ75I<™aÉ>Úv 8 >!ΊÇQº¥ûÀpRF0#mhùKu*×*[ 8úÃqÓ_Q‚ç´Çˆu+\F†É—„lj,®Ð²¨/ F -ÏmµYѱ¨^ãìYÝ<ˆªÑè < ]hfnÆ„ ¤]ð4¼®i©vkáð@úÈËx©Ÿñ"ÃhžøÖ¦¦µ®õHÚ“öXEq†»ÔÊåÐØ¾íÔ¹uçˆrŸ ¤{*ÓåTy\£-DTÊõÐSs+¤˜A-m³n$ˆ/×Û^aÊ´¬º¡Ý†‚aìÍ9J€Ã^=Ìë¿9n—¯Ý¹áÞ9?÷âþá7þö›‡§ÇÕL~JöëÿáÍËgÇÃñõñ¸|<ß.iôéf"<ÿâÓÛs¾ÿóñæþøö¸}¬ü a]IùìõüO2þcy´ù‚³:øz¾ØkðÞô¾%œszæúh±Fýå}¾¥G¹äýîRYñ˜‡òoìùdRr2©PlµžÅÂg±geË©sãrYñ™‹NÙt,eœ¨ZkSøÊ5s 6ëH/í\{m½ä>Ýw6,¸þGZÅÊbø»&Ê··^[ëÛ±ÏÚ»_ö—íä!ó¾2§ä¨_së§Õùq¹'Iî¶W ÓxœWËu:*ãI1 {ARhÍ‘¼<ÿä8ÝïÀ Õ¸½¿¸ŠÄjjY|F®9 RË(IØóAFàÙá2h«¿+Suå‡ BÕ2Óqyƒ$O§‡Ó#è‘ð(¹!=ˆL¡‡êñÍ’lÑ,=œA„GÉ=éAô`zˆ>_* ¢‡ÑÃéôHx”¬CPû"×l9ô`z=”F§GÐ#áQrBz=˜B¥‡ÑÃéôHx”܃‘D¦‡ÐCéaôpz=Rh…ib´˜ðš©C¤[WzeŒOÀÕµ´ ²”Q’°ï÷ÉX±­„#ÈDp ‡âóCø¡Zf:!Ž#oŽäéú{Wî·4#Èdp †bG¢£ä„ì v0;„Êc‡³#Ø‘è(y#;ˆÌa‡²ÃØáìv$:JÞ!Ò¾Êè6K;˜Âe‡±ÃÙìHt”}7ýÿ"ªY=Šan?‘^µª5„~0ï˜Ë]ªTÙj»Kø!lú ™öfýÿ_iI=ÌlâœójÔHedj53ÏwÖ4JPÓÐeEÙm½w–úOYôŸ3çt•²¹„¦×Úðvq»C¸ÝaÜî(ÜîhÜîÜîXÜê8ü)ŸÞy»¸ÝAÜînwŠæªõÑß¼ø??}XÕ^õËßÿó_~\Å——÷Ï·÷çûçãïÿß?þáo¿?¿¿½<øe_~ûxy|ÛëùûŸÏçïßvôÙoßþüíáu0‡ªžóó­Ï_ñõõùþÇÛçÿïúUkbåǯüýùúöxÿúøIï’Œûûçã§çë×®¯¿½>¿ùñGŸwóìäËy× >õå§×oÝþòøööùøòãc*6ww¿þùïÏïÏߟ_¿}üõü~:|cvó^ß_ß>þzüñr­|òë÷›èk *öí‹^ßÿ|~*ßW}þõøíùþ²Û—e`û~~¼¿þßãŸßÞúú¯ÇËÛooŸo·ÑטŽîÚõìã“þéß¾þóùª:_þùóÇŸ<Þo2çÎìoùíí_ϯÏ{¾|>Þ_ÎÈOC‡wÿÏß×Å7ÿõüíãÛïÏ÷O+õƒGü‰×Ç…õÿ¥`2C¥ Æ[Ùswa|˜å$3²æï§Ñ¶a^)sïŒèQP»§ç‹®@":`7Þ‘àö4ï*¼§Å˜%­»PßþÒ“jÇ9÷Ø»ýŸÃÕâÖ¾6|y|Èx´í'‘ž=oRÜÒÓs]š'»]In,6àM'ä¿UÄÖ\ᬙ}W·áÐ1*NꂸxÏû‡´^ÉåsñÞG>5S#©ìÌàƒÛ؇óá ÏÅÁÝÑ"U‹8÷„Ã}«€çôÙ`ø=b}|BÙhËFôe0=-u¹]:Pï$f÷Bjußq·–¿ aˆ‡À•Ú4?âä,Bi'¯G‚žÇ¿%u:TVqrW||!îhbbóF704çþO¯B>ýA=šãy8ßåAJO±óSŸâ sž²Ôò/FæáùÇcEúŠ`."·‡>O1ÜÓç‚!JI別¤QÞ,B«{Jܨ.µG°§'ÕH'[S×#ŸÇ'´ -mœ”?«»D•“ÈÒÔ]2Kp)«®ÜV’ê.u±Ý ©eƒùwp!»=&7 ©%­òQƒ|Z)«DF:’¢±þ<¾œ­¤ö]S¡š¯[/}8OòÍàö=‹‡fEÂLj`§Æ•dó|y°ªñ‘™ê$™Ÿ ó%‡"‚¸“Q•jÖÊ'¦§F4èšÉí^ Û¹­´C+õF¬IŽòæš–¿•é™<rßü-¡\&äŒý;‰u#ëë€@ÑÀWYù}61~¤gгãEòÜH­ÒH…­oý›¢ûä2C ‘J>B r‡„.²®ñ¸É}Ìóåo~¢µ˜*"×ÌA:,zê9Z-©ÑL¨-˜)D;•‘6;ßÅ|Ú]Œn½„ j9^tŠUë+ÐnË3Õ¡Û3W‹DÔŽo`)¡MuD8EÔ50d‹²R%3‡&­ mˆ5™•jfÓkÛ.Q›]B/ECdyÜñªÂÆÛ¨=â(!CÙ)•Ý죞/åu8/üe0ìdªC2›+›Vt÷d…8#VÚq´0»CE]ôD«’çNAåØöêå~¬iƒºD‰vvžJ«×¤†m´Lï¢VGÐS]_<òr£ž¸Õf)5œÂ§Cá€e/„XÇ|äuëhX€Ó'Ù‹­m×Ö[µ,j€ÝÉÅèâTkÇO«—›MÂ+ÉYlݬTz–6j%´b²J)<á£Ï„t^,­eKV"cÛõ’zE@jŸ–³¾Šs/ ¨ä{ÿü!&[¨q·qV²CãJ‚+%µU@2Ÿá­$s&°†ù’í¨– ¯äg‘“*œýúUê‚}È¢ -Ç)åf[Â+Úê$-¸åv‡Ž`3™y PÔ¡p/ —L&wG°æn·¥—~Ø:“â4hÇñ©äËV–ÝÔfGy¹ˆ+—Ú·ÂCÑ0¶E-ÅÉФ3!©)¾AŒ×î›·óÂ…¯”vØVòÜÚn=ï×èKy“ÄñÒª÷E¡É$ñ£lp»Íª ª9uÅ\O•‘ÆS†ÌðJ‹z9-¬zDã¸òœ=Ð>ó’;4_2o0YCD½ŽßÔ>l,aª ¤ŽH¯Ë)ä&w½‘æœú†0ê}—üÇlZc›R0 ÐÛ=cvj,ãE†›hØîrŽKæžâDŽØ -ß ›2‡qýÈyÓb¡•÷Ó¥ˆ#1Bý&UÉ2Cx’Zí0W2!ÛLÕ^ä„)cìåQA!§OÛ)vY&¢¼¸.y!GG4€«0Î×€–ÀβhÖ:ÞÓ¤2´ö—iÑîzººäe¶£Žç~®~2½!߃‚ž‚üLœƒÐ< -M ™ ÙªR—ÐÜl&ÕÊÃè[ß*Îpì ‹°uZ²Ç;’Ë,æE„=ÑyR¬2%a!oeÅ.& Lj•×<ãnØZ.6²KØ; ; Õ1OU Ë$¡xŠkæ¤*¶Ö<µj”A bJ ½–.0 $¸xxáyQ–Þ;¶[&ŸÇ|2ûP-ö¶—†1 ÛÍPCyºhrՌɇ°à·µ\ n‚RÜYv¾Û|° >a(uö)/žN|u®v#¼’ЂqEi…zµAÖ_™5^ÄÝN”º±™h2Á ÞØ“&SŠØ6_¿¥äq—`n7Õêcnü±˜ûí´©7]dÿ‰ižªW÷$ïÆgŸÒ°Ê>h"¨3áÇ•£sìmbߦ¢– -8n®îØ‹þ?æ™zc…Zm‡æƒåêœÎ”q¯8Y5ÆÕÃbBõÓŽfNÏî>g —áðn²\•ìQ¢#Cl‘hÑ -§yÑ4»öŽ…Ê¹˜ÈÜCå¨Õãrj¸ßh‰?Xm‡n9“f©sdTñ*nöÕÅÎ3ÏÊpÁ,¶H„ýpêsÝ[À -2QQ"ˆóÖÔ0ãØ[ëK„jç¹ -…//+½8¬îU^ÔåúÊxcOrú!zÂó¥UyãØ’Ÿ‹ÛB¡x®x¸ðâésÃpÇ6¨jnÌðÞ­Ëû˜:ãC­Ð|7SŒ4ì9|ÌŸº›•ñ å3NþbªR2HÁů¦£aóç@J˜±°pr–wœF€Fa›îœJp]fTä÷]ÅÊ#ÍÜÍCOTçÞ½Jíä™p²a2?NLjl‚ÕC«¯n¢hÚ—¡%)Äoší®R!€ÈDÔ˜c ¼‡ºEÁÚ~Â$Ÿ-, -âGbN¶³üÇÕýr&üG¥t ÞØý>M¸ä½\fæIRÚ&â]ØNmK©1ž”wʾí§nO §¬›aè,€¯Útúäþ÷‘q˜GLgËÝÿF-;–,*ÝžÑ^Zâ{÷Y]߯ÙèPõ6ŸæœŒ–ÚU4eÁé¼\F7¤\\8½Ä*ÃüÁ - mâ îñZ7fÕ«»ӣľCý$fÝÙ|Öw¨`a·™î>fOl…êÂÛÞü{RÂC½Ø¾xÔªÞ•bó -Ñi=ú;“ÜçÎV[ût!wú5Œ•™™SŠYQ(<0ê–k Ä$ˆE1¾)²ôLŸ¡iž[å>C@ê»AŒ$º“šóP6”›=¡²ªK”ž{?õ£öáÃ5W›½P”Õ;oxòDÏüHl´GÁÒQ€êÍ{ž•Hâ`UË@ri÷”U´'EY¨¯ —Ô®Ò²êö̼ՖéYÖE7Ç/‚l´É²QÐåÁ§t¦¤¨9o‰0Ì®QN„~ GMøpÎefôñÙÿHŒ‘Z´ÔÒ×ÚK­‡.ø ’ÛzRºñuAòÍS4blT9‘µÄËêö`Ž”ª3ËÈ0.Òböp¼ÜðzZåµO Ør—è¸þÞ@Í¢ŽMLu÷$’88ŠìêGkj„ý\Q²„ª+sßø•ËØ£‰:ylsõ±*®‚½ez–jÙ[©7Z®:weŽrÆ‘PHöCíXQYCmøj,.{óÙ¥ó’àk¼ã´A¸¥T¸ÕÒ¬2A¡&𧝛¸•ÇÇÄ@̇z±e.ÜÓäЃEt–Ú â™(Xh}¬ -ËHý|:ïv -u2Øj oïŒêÞ8Ä„tWewU‡„«ÀæÜ¶JðÅ|⌬¡u^~vn|_túÍCyK.Nag\‰Ù¹¬{rÛÁT§v>P“ËÆÂ`ö‚l·4Cx`'¤ÃÒ0T]íkÖ»j予le¹¦š8¨œpëÔîò}âD1uzÚ&Ú§¬®ƒ•º¥zÁ¹—ƈ¹]a,d¥&1 t yU±§ÍÒ¦ˆìöÝ1}‚ˆKEË=¿3‘ìŒ4ÑSÝ’·t(èAvèÌg¦¦A¥húüžX)Ïþ3káxmâÔpÑZ–yo•–i%ºšDró«°r/àÕÐôJÛg¤ÁÒpÅiě㹡pÒ×N÷a!3‹¦XD…Ãè¤O21ï†æ„Dì»s\˜"ÃW•%†êŽi¥ànè² ôG¾ H­RK¡K¸Ì”ß”½Ìû¨ ”›8ˆST<ì²¶ ã¸Õ9®ò˜íl÷¡ÉµÓKò`£Êٱ߲³²ÛœYô(Š×H©;©6aÅÓ”²kˆƒìp>Pc _à*¡rkµ‡º+–ñÕÄE}›Q^å=ù@óP绉½7vóœdf&Í °0¹î°œ¥ -fïΨ~lçÌñXƒ:Ø•[³¡­³Tº[®—Éö}aÐ×$æ©»KmÏÀÈ »‰ÝÚ¨ôd¦Ð¹ŒJ³ŠËi³‚ -el<©u»Q  É}h? W>TuEu9ÔT¾v»—G•bs†&Û3âB¯¦ÑëÈ`¶•& e jz!c Ë6ñ%ò˜NÒ  ¬+’€L8~êñ*\ߌŒMÂ14dMx»™iš VnÑÖxÌÁß bÙU±@·æf—=í›ðú­ ®tÎq™’ò)Vê’Y­¼ÈU1ûB¸»((ªœØ¼QZ…lìÉÌ>RÓÄ™!ïÑŒÜ÷¢¸ ^—4ç'jy§-©—Úá[”’DåÒ®Àö@¯BBU²<:°[Ü…Œì÷j3….#t ß<Ç~óv™´ó±E³,bB–] ÑBm¤Øv£¤Rþz¹‰â&Pp™¨` …üç¸è·Vꉣ»›§§És([¿8)ï<ñ}$a…1í`Jp°Ç÷¬’q‰Hì[>ÎÂN 't<yË3fˆ36Ñ@åEüN1µú¨sÑ Á[ç¾áØçéêšÀö5À ˆ?SPúäò†§R¼²=†²g§To— $»Q9q„h¬Œ¶™øê -ÿ8¬Ønõ‚é™Vé Žd¶û1siøò-^Ù7›0—”@]1ŠÛÓ«4œq.;5/gnS² –…–V#rB…'®GÍKŠd¦DÆUfÄ©~¹îT¹Î!¢qu!ãDf´ídrz÷¥ ?·YñªŽ\,3sÀ¡€ *ÒÔV“ä»ÊV_µ[¸‹i3×Þ@n+¦Üó<{i)C¥¾XÝâ J?ÿ·y kÚ—\˜)Ù¡jGš‚çPL&„«†EÒ/áüQßNÇmG¡ÅÌ<Ší‚µJ0ôÍK9,¬ö -9¨Ku¼‘ÖRiî†ÂL‘Û%ædïÆñÈØ ¦e\Í ‡›¡K½“¤ZéB´Îï µƒ%®môým±¾ß)æˆKóèámi#÷wò@áPîDž—–EɃ5i/êˆñÚb¦Ô‰¶òç`ÈŽ/Ð-kÇÀᥙ)[¬8õî7‡ÄÜù&:µ Îøã¿éM~§îñŠ“jW@eñYíCƒQ®<ÝN×c¦L?Á‹¬¡§)çö?š‰ þh`w;ÞøíöåÜFJ½è†KÔ - ß,&nŠ4Sä$:ƒæDEéàåAª&¥2ºà:_qõÊh½¿bÆèê»Ï²Œ -u’Ÿ”@“hnšPå±*ä=xäN|Í+6çùðVç'F€Æÿ #ø -E·Z⬌¹àù9*‰S>Ô>¸ü^ÍÝ:ˆ™æe¬îO¸8ІUº•ÿ 2v®¤J £F6sM6îØ]ˆsÎÄ8RØ9É ã±= -[ÒˆÞL#ÎéTÅ^nCÍgh)sc£òȤ´1v}Þ–“È{OžÑ[¯¾•¾ÔŽ*¬Ò—ºñPªÑWí䉙ሚÆàûPb¥¸³’1«Üä¦vì-õqÝmô°gMøpÁTH½§ÓÒ¾xäE¤‡ºz¤Ë^cj¿(JùÀ¤æ.O5Ó|yì§yÔ¡H&&m¾70õ©ú7Sj‚Ô¶)q“6ÙƒÕ!îH¯Ì ä_Dž­šG -æ¡ÜJ½±ÙsR žŽô}¡KTÌÇxÕfu܈–Gñ-`BÍá.åué=ËmÅ¥Ç{ê­ãЭÅ?qŠÚ½~îä9¿¹‘öIÞ:ÛÛ„uq})ó>þÆ© S¨/_ÞBó¨àîðÒËQ”ÌØÈA¼»l­Ö—ÉÁ¾×“™‚+Yœ©âBõ&¼>Oj,yúHƆ š1#!mxœyNÈês1¾Âö.0¶”¤–•oA°ýM8Bpm6)3kþσZÀÔð]¯;°vZêÄð4y¡w‰~}©—Šè:5Ö[,ÊŠg•zƒ»—O4kìeœäÜ -•êéXõ°ÁË."[sŽòž4çÓc¥T¯Ï(éj(ò.¸ˆÄpU7 Ë™i’ïpp4Tâëá±w™÷ˆ0#õVt¦jÿƒªcÎVÃTS˜ÃN±VöÃXì©çìUê©Öä"»ó,´š+O+ýPæ^1ãÝõbWM­ï©¬pgQÖ½Ðè&¬Ã>Ûí°™„<[ø”ØLÁIt–¶ÇÉ_tSo`¥ä -­>ñíä‰Ta±Sl *aÌŸÿ¾¸„Iq\¢‘x¤ZÝ{R1…‚öe‚›ÄdŒEûºrêÒÔ.¢A>±xvHÈÓv­fÓõšayîjÝÁ~Qœ« -f¤ÞŠ»J¯[TÌÇxÕÉAìˆZRŽ”±¢»ÓèÔt|ÓY%8—ÓZ.$#U-Þú rMЂA=‘â´'¼IÌÈ=8/•x7Êq]l¤bq\Êd 9N|#y”ñ.¶ÒTWp.'à7O%b0¨}9¨W˜G¿=N$Q¥ò”¶kòjwÓœ“Áz)êÂn¨62$Fõ"oçÛ~'&h,:jÖ&µqŠš¬|N[5l1]²rfB¤Œ§£6ò1bIÁëD1O{Ѿ ‘NLÎxåѶÕ7caŽÏJ¸‘l¾d ½b^vÑŠ È›Ï<Õç‘ÄHU/ÄË­Ò^ ý„3cüX¨¦Açœö€[%vc¨ß‚Ä2Yü"†\Á +¸È.(–±›gg' Õ÷òÒ¡©›Eû²VJfèr§¸Éò*»Ì“§ÓûÄmvì~X]²ÍÔ]Û¨kݾžúëê ¾IqÅ©îyW™ºÉd*ÝVÍ-ôèŽ8«4©Z}Õ¦žç‚$Vj6¾zLKœþAul«˜&µns·Œ¶Œt«6¯=UQ«Ð/b6ó†X&z)ÚBl­Uüà‘ÕGÚ¨¯Vg†âûN­ØÉÚþÕ:ÊÞ¤öÖ3zéM -èV|fVr?´Ûñg;¡Mc)”‡Š½õQÉ2ªÿƒÚ±ã f=7<šG·ÉuX²F÷Çé’CqJ ŽcÁC s¥ÊPUMgj÷H#õÓÉvOŽÀ>üX‹Ît3®â–¬VB¹»)x[ßUE®óg½ùãH/¨ÅÁ!` ´Î †Ÿ&àm4ÒDÉ+.ñ_ M¥ž|ŠrûÅ¥ÒYÃ˼sájÈ»¢Ä|#½Á¼8ùcŠãó’I÷AôEgçÊSæ:ÿZ¸MÁ{”ßbî,*;^ô›òÜVR<‡êV‡±Ë49¸kü^µ&Qy{ÆW»&‘Ö%LºÎIbÒPܾÏÌqjv@Xþ&–JÉ‘X©êôík™ïM "¢7åiJë5Øt -ßò#øº=„žãÁFZÞ2ˆ¦¯ Œ# w—=$³NIžŽñÉ{ä]Ç"¥Ô&UÞ šÕvÒãálT׸ïb8>l¬ã‚þj{«Tx÷ ^(ß7Ë!Eô¢äUµ¦Á±¨ ›”g — n¤µÕÄ î¸â@‰f­íèœEýül‘™’zCÖUç9ètþÜ„Wƒ;%}àÒÿ ~2¬WÄO|4¯L3 FQPP;mî¯Ý÷»T¿Ï43]f¼è6T–W“-/’™A™›•#1 ä#cQõK]rÀ¬ÜîÊ‚²³™äƒ4ïî’é™9r“¥¬;‡{U5ŒPÒ;m^×!šD>7sÕœ&ÀzÔ‹[P´Ù¾r +²ø Øs§hŒZ‹q1šqßÇQ4Ó¡iÑóá5¯4á—ÙÑdé…ïŹòI`ºí¼JB¼³ä)gQj/Ê–´=ªaÑYS,ÎK(º2‚£º»æþ›¥Oè¾ÞŽMYA‰òñ²ì¨ú¸ô³+³Ô)Öb|¨Ë£+Ê&¾¼Ñi,õÂ=Uÿ@ä\„3vú­ =ì/õ‰Ð\/M zªþ°Ê¥ê‘•hí¾j·kñUl*Õh£u?\ºAô©åõÉñT¤b5Ƈ¶…¢Ù¦Ò„O¾áÐB:3Á`ÌH¯®y¶ýàhzô®É7ÍQÀYâ(”÷¶Ú‘ -÷ -m’’êZ´1Þ8‰C½MQ±ž-Î_Ù˜¡ -µèé‹aü1tP¼>½šÓþ›Æ »æ´ÔêôH<2CÛÅóȨ\”"¶ÜØÙ£É,`6¶‡úÈCêq[¼LµããC麃% -U/]7ÕÜyJÈ‚cš`#Ð D=lÙrȬË-)FÍ™:Ðô•ÄTäáX†ýÐ}R½è8F Ü®Ê&ÚÞD_«PFeVA¼êÅÙŸ•ÕS¦IÏ<]r¨§•ˆöV_ä -=mÃæ|+ˆçd¹Wapùe_XÜM_9ˆB-s¯íl­¦ß°A½‹x†R†ÙŸ*{Lñ†ÿæÊÿÓë¨ø°o_þëo_<ÈÛÇç×oß¾ž¯ß~~ø~<¯o?¿ÓÛŸ?¿ý™¾áíËß?þïoþéóO¿ÿðÓçBïÑþø~·÷OÏׯßþö÷ìÊg9ÀÁOzûñùéÛÇëýñõ³uùÀÿýG?¾~~zïzÿüçç/šQ2ϯýÿÜ?ùYþçøãÞ>¿|úöó_?ž7ÞùÄ}ƒá ç·ûôíãÿÏߘó.¿<ÿxüð|}ü'T‡þ $?üÛ¯žïÏ¿~z~üöx}ü=}”ÝÄP¤Ï= ÿýÑ7P¤Ø²½<¶éGªy_«©ÕIX_Äý\‰þÚå_2mH~œUQs‡kÎHªaÓÅûÖ»êíNäp…ÚCyJ…®Püœb©Oœ|Ɖ_0ËßB*iE†XÙŠ#ÜØc—8[{¹…õe¼·QmÖ5"§þ€m—W7çU¼Ñ|'ú(ÊS‚‰ &îÛ8ÓKUš³ï"±Bì‹N|Ø3Pç[Îv‚¥Ê¿ì-“bû¹¡¯™Ý.&·„#Î#ÉØ0`ôYImÚTV€`q“Æ„§5ØAIbç>,O7fƈs ¾ÞÊôË¢BËK‹]F"ŒèÉÊ~ÐÃ.q¥gxãµrJºéæôëMJêѪ2ÄŒ -ÀaÆ®X¸dÿÎQÁ-e?`¸~jN¦2²‹à‹O@D×)3²>U x–2—#‚N¤±ã´÷!Ň(“Õ#$‹”±S†ÆÓÁÔZ¸åíC;͏zDUGð©5ËÛØô© -S,n±tùSLŒ¯âön´¬ý»¢·XÑ>lPÖö ‹’a±¼êàqt≿Þ‡?Tjʤn±#j›ŠÌ!æÙ:.¶R+› B<ä^ªÑÀ F6bßT Ûã[,T8*ZΡT+ã¾ø}W•þ'ëSó‡¥ã%±¤ј5䜢lXÔs°ÀÓ.}EùXóžñS¥ªLê&ö‚À »!Ìq¸\Ú8×Í 7'¹3¿³vþ‡FÅæf’GªÃ{e°¶¼ÒgãŠÊ²M½Ev¢²¤®Tܻ玖ЕÄɈŒDà$s^¦³–nÉùõ/„Ø|â¼üpFÝœùVÐÍXg>Çt˜©È%ÇòjC{tü$ÖÎáZR±6Êe=íÂâ¡f2šäº“ó¨5ârÀIƒüñ²NʼnÌbTI"ÖpˆU0ð,°wþ]øs¡Ó¡4=‰ª'õ™Y€¬¢DDºÒíjº±òâCº–5,zh{í“Mse#qœ?á$tœÓ–ŠNIß)´$W1eò ©ßõ1måà}…NyÐVQ"ÙÌí[£Ý~B¸áöݵ±Á˜?¢ÕœòƳ·‘HiÚœ¯ÍŠéÕi³+í§ €c% -]L+9o:’µnœt$ù(—åú™t –àücŽÀòÏöºFKpê1G`u̼²¤Êo¾¨gB¥UÖkÎщµ#ÕÒ{Ì„(Ö®ãÅL\»cAiåúHŒŽÏ%”$WA¨ ó‡ ¯ -áÅWm/M£ëèÅ›< N~#1“Å$âBΦ¾“yUä§£1¨^b)b°Šn}Ænσ‘/WŠ|ñ¸ñô †ÕK¬‹ |G;súÃ2R¬¾'ÆÀÈú -ž£ kÇð’;ûU î²¼®H1q×A‘М1¦ÆÂqP¿É¢-nÓsyÿLÇÞ9smL†dt%w˜usG‹©™ö! (s o翺ַ\wÂCx¨Ð¶Q'¢gr8”žõá©ÇèÑtKHg -ç7Ó¹[®Rò·ý%8àu¢}a£k°ü!8ÀÅ[dÆä9–½š±½ËŒÊ€_§x±r,@ŒxiÎo¨»æ;{ž:iÀÛõA®xÊ,LÜü.€6ôÒœ_?’E«Ê”ÁQõŠ]G.¡ãhëĵ\o¶Ì#œÔ(^üõQ#eâÇÐÚ#U·Ë@22Oâ×§$yÖâ  hQ¯µ}&ä"yWÌ\ò‡¡‰ -Ð_'våœÅ/˜ '‰·7fV´=ÈÂ1Ã:®”Òêxˆ -Ê}B¬–'&% -9ÜQ .ãl§Vg$ ’ˆ,²¤)9QÅewë2í+CîD“áq -   ½|jT’nd$Yñ¬Íô`õ!7¿¤Èê?Ý)0¯P]§ {°Ù_Ú¸>Ù‡±vÞÞ( Œª$gê0»YàÓÄÇ öˆTBF=Øn¸»nU†¯å“o‹•O/faä)f›íìUÃMï¾iøtN&YI¥x§«‘0ëð#÷n×âD˜ku­ÆÉ²4Â##‹Ö¸ó×lWŸÃ+­— '"ÃGɬ zæö` ³w';’@2PädeC/McÚÇ7±ÏŽ]ÈΊïΪ õvá>¢fgF©6»û±ùç*˜<½A €å$ùó•‚NrÙ#„$í*ê´= ¬2¦FØ[?:Êebe³…ŠÐƒ²ó«õïÚÛú1CP‹›­`YääÆ÷FqàE@zi=H7ÞÝ’e0î„Dà€Kýîš- Ó€ Oß -i³uŽÉÌ`Sý÷_—o¸ åRÂGÜì ¶ü­îngùÊׇĔĕ v±E.<Ú#|¤Íj‰†xJþÊÆßîP6×.T e31%‡^šFýèÄ{d&íp²}—w{—‘© ³cÆÇoIÅhœècþ¬¯4;pÅ2{ꤤ2P¥2寽þG¸ª€ŠÔí=ÈŠgÅ:‡²¸“ÛH¹öTq*®:'ɦY•ü­ËŒÙ]G[I`&¤;ê-RPVYf°‰…Æ{&ȧy‹‘i£Ž4…7³Cövo½R1}q}_K)Ôãä` HÆ–HIÞx"Ôë?ÙÿfOŒm^¬%©WNaVÑ#”ü˜‹º6‹Ë΂XÐ,TÁY{£ŠÜ9;¥>ïˆcƒ;3ªFÿÑÓlóyAì—™ 'ÇºŠ“á+°wêRõ!Û;.][ï#|õõĤzi®Ÿó _u½ú°‹xJ9Ùm~廸‘”TKã'4ä¯9^$bvy*¢²â {uPk´=+ø@fðT®•£Ò1=~-˸UÎ÷ÝÇr©³’Úåœdÿµ­U >*a ¨]‘’8gÇ@5Ùƒ³r¸ù­ŠœÃÐU4)ÖLjۺÿÆò9´a–Ei¿ëŸ|Ž­}4á+³Wµ)|ÂI xñkìíÍX³Fþ:‘×<íh¢¿ú™!¾{ Z€ëÚƒ;ÌÞü5ùP;¹5¬¤Rœ±¿Y!v{Ý<úúìÆ&µ¬ŒY? -¡ÐƒSM‚I©Ô‹~©û¾Z{Á,5ÙƒGÉ—Èi´ý®Ø[«y"XÛI)­ÜúŠj¶ï‚àLäµí1œnûÞÆ6ÿä§³~x9§â$–Ý;;…ÆÝæe{ÊšˆWA©Ô‡Ÿå^BEŸ•Ô­ÖÌ>ºl~dáÑž”âR'@o¬GäAløHI]io²9²wM4kX^º3AŽCöØ -‚ˆ1©7Ú,t®» óå‹vj¥kß-8÷+7ê5`Úà˧Æ48ùà^4‹N®Ü˜¥ºBÿŒØÕ½„9•dWœ¥Ž—·A“lÀ'çüfHð—/§ƒí"b'#ü(ßTJê0ë­_·´¢†žl½«éh¯ì`4]ík\X¼Fþù]K¾ózLìd%W%ˆÚÛ2«* ŸàUÔã¶µ¡¼™°2#¼6tM(m* zRw6«Ä@™—F's£4”§ð’X‹^îv@í³°»ZÚÄœTÃÜÜ´;ï  Âu@ƒñ4çnR{´uU3oÕÈø ´ “/2SSÎ -â%JP/t ‚mÚY -—ŽêÌ®«§âÛA·ZÈâ§ÒÎÝ —A¡š‚M™Ó¿Œ)„€ ¬ÔÙb„<ÙàÙQ^QYØá¨$zu°ãÒ`tÜŒŠ1N ;>š+Ú -ò.ÖfôØjOÖWOÅÁ"øIEèžfÛÔ.Ùü-H¢:Bˆ_ɧ 𡆽n€LûÁß9Ì¡´Š«&kj+F~’9ZË 'XE©îÄâ>¤Ý¾Ç™1Ä‘f‡tzí"ÛN¥ÄO²BïŒÛ¶¬«î„¢v >:Å„¯¥ñ¬ ä»bª<9Cbäg ¶æ³_ÒR™CBSSåJè¦VèE%Ûua¡£×ŠSiB§nî©à¢O\}BÁã£Mtôø¶Ï -ï ¦Zó+#•JŒ-¡ Vo’/  Jð¢QÚÅ"0H³S¥âdyžÄHMòŒÖm&í7„§æÍ¢_C» âB*ØÏÄ̾=Û/0¦Ö¸¹[q¦4"îa™>ˆFPÄ©w¶€›qÓrµ|…ZµBæhÎó~ãšCÞª´Ë!¦&#bŠYWœä-W•ãU;­ñT©áÎ#ê·ÀEÿË©ÿý· è÷ —ßþö¯å—ËŸY®ãÜí8ÿúÇÿòø<_¿üú¶½ï×_´Ü×õüx¿tùíó÷õxO?ÏÏûŸ[©Î˜ öø²Ëm;>öó÷nׯaå¯-oÛm_Ëú²™j¾‘…w²¬/Ûí’qyÜoÛû×|ZzÏ7•\Ëг /[^nÏïÚç]×ç~®Ÿèy) \Á_ï¯\×÷Ûþø¾~\¿á½¼ÿ>V*¯ Ñò?¹íë×íä×—¼oß×ûv\_÷ªÈ¯éïz]Ûõãu?^.ßÖë~ßÏÝ4peõ>ϼ>>>µOÞ/_·+¾ø|}|~¬ÇoÆògñç÷oÛeûùÜ®çz\¿•×ÊÁâ*_^?ßÖoõ×ßîçÛvœ}ýdø—rjýv\ñ?Ü‘ÕKè\#{ʳ#þ¶h»Æ­9šƒÅud½ ÛlËý0¸7§°Uz¨ÏÁT•\ËÀ?Ã"e’Øq% /d¢Õ…ñuŒ;G\USõþN¯>~®=ÏÆ´ì©+²Ä ji4~ã{ãˆ'd¥u@i-Áp>¶Ãœ¾î@ž4­„ýðC"Ð6BÊÒÒ¨M8Enü²…|媡V~úý”dôR/Š¥þëŠ+ &Ý¢â"¦‚j¾˜)‚—n¥,‰ríw¹ž»žÅ/9© ³÷-{Wâк0Â:~Ts©qn ¬am)±›³M‡x5ªŒºBL¢óOž+*|¹)ᢦ¦6GF´âYc^‹„ÐK†ó#G»î¹!œâãß OIªÑ¦ "Ñ‹3è´žöÌ¡¸+¤pØÅ%$›ü* FÖÜ&w>;&Ò#" µy(s^­ ×÷u¤ÖÆØT#öDæœÕr‹°^£Nc= 4pšP’v¶b‹ˆFà»T±ãp‹àëxųe0jJ×1¡ÿØX·ÇDoùIhçÕØù6iùÆ€eÀí¯ÈÄvñŠSht«jÑ \È~¶¶À§äLD•MÿñEM¯f8Nš$%µ3¢|ûåj¸†lѶ@¥  QuºVÊLV l’NMòšw¢ËŠBZWǃÉ껦 ñP†v/h„“ý!¢aè1*ÁÑIÔr.Ævbë£X˜ -v×q–˜„+?&%©Ö­Ð¬ŸGQÁT‘&xç×VËKd)©3"ƒµ9¦ !¥Eö´ç¬@]'Ú‹A5Ö:zuÄ(‰qœÐ5h]˜Ê§\ùÆ~R3çfAkDæá`™CŠº±ø¬8T«ÃÉQÅìÃRÃ'bZuW„ŒÔ²ÔTË[ô\Ú+ƒï,TËø4³úM:[º`2l‰E½Fà1T-I6Eø@ ¦ÞùcÌêm+±dhKH'fofw`ü›Ø÷ùV?ÄñìZF3ÝéR_ޤ6$HJÆPyGµ“.é‰Ó¥å¡>²Ab*eó#<”T[¾JžI h¿¼óY,%*:0ÿ´æ$z¹’ÂÃNã¼1³F‚”ÿ˜*ÔȈ"wÚɪÕi(¶Æ€yð« ZÅ…–h€ñVQtiG½Ë§&gÐÒé®"Ÿã®ã Z1Ó¬Œb-ùí¯³0‘Û¾# ÞãL¹+¢DadÇZäΩ„‡…êdíu q C">ÄáñÖ¨Z£‰aÿñ 4Iˆúž,§¹å±Ó£aÏOÅa•¤Î„A´ñ1°æA»~„(;hm*M§GÀ´ôr÷‘…«Z²c¤¤üH&€;‘i‚b'”¾ ¼c~š˜œÃr‘Ñíñ˜( &‘¶.ÆöNí‰ß0®' ?Ø¿1×k¾ýÅK3m6Ãø¡Ñt£0+•Š£³S-™h=iºx(pS¤8BÝ%· -›q—Ý„´Ök°-2IX)Ž[Fœ¾c«-CeÍ´4 "\RgÕàx™Â½q<³uR›Ôåq´z<ð3§+fC…n™Ê’'¢ÓT§áI6KјûNÎÛN…ûWÙ*èõÔ“„Pp•£G'3Ó”Ô¨cæbæ]sBz«Ž¶¦PCšuvQÃÚqPÇ+éÒdf8Åþ …r’œvºŽs#Q-ç(Ódù†öµº`“ã ‰Yà?†QëëGT³Œrˆ Ðg:­åµ@+Q:´k4X(ÁÑ™A˲'¢cíIÅ“:åBB©)±Þ‘wVnàVVçs…OLô¢Giqx31–?¹hÔ”éø$k6Ö“ AuÛVúeØ™×[ÃÂ\+W”°±#^vrh¶Ô/³¯d>pÝ‹YYM‰Åë¤q„¶`‰©TW::30)LwÇM Ðz¹u7¤ôRd^p¦Ê2)W°Æ&X!qéV$·ÑDzÀóM¬”¤ËNH©NŠRR(ùÀÔ„.–Nú(õ3Þž˜‘… `MT¡S?2ª ˜òñ¤äŠÈHiZöu¡˜]ƒ[-Õ ‰Ùᆒ¨,{" ¢Ç¸9É–Q׀ɅžñZ`"è -o‰,E@&m -S€£¸oJVñ -B%´–Ò¼(sËÀeÙ - -Ö: «Ç•‘ äÊH -µÊ•†Ó™\ñ38.–iÁ…n—‚ós‡ÇŠ )On 2ƒ–eO.5d*>©³>Mt’ÎàH¼êÓ1b‚Bü ®·6Mô mà`Nj`ós0æ×ûïB’æË†¶Ö³#F•Q1€§b[MäÎL"”Q²Sæ—‚´)í'rÂ2o€ F’ìÙ$& rÄ‚‘ë¯p·e­—Zt$m -c»ŽÓeä—ð- ³²Ì ïŠQ’šå4 -Ê>ôÖz¨Š ›N^ÂO­…Zå( i”>Ì!ÂÁômEðÔØ&'3hYöä¢aèIųk#„$¡Z-§·>Æ­¡ô Ob*›F•ÎÒêOûî6ðú¶¬®í –èQFýxU k¥ÛX&)Éf'“BÈHÃqëGü¹›ZRÇØ'åƒ$ÝžÐ'&•Ò¸Á uåš• 4´ãܨ…6?êÌÚ‚[ÃoX¡Fl±ÛqPW+d§%nS;+,/›´Ø£‡ÖÆ(ÐeFL¥¶ÛÑIre¡ô%‹¬)-ŸÇeˆ;‰SXtN/ÓNLæénk?™Øí¯œ®'(þs Ûo«íÆláQÔ’&Š›YÐ2«ìG_øA8së~­lëŽÙã¨>¤XëMG…ˆþdV)ØãÄ¥©¼  –qS‚£3ƒ‘Â`&·lۅƨÍST¢ìæ§áG4['kOHŲzs’Hñ‡|ˆ -6-ýqT³ÙHAÂ#÷x?Û͇NJ\aB+ -ٲњ±ížƒ­¥q·—ƒÉ‚ÝÍÆ{nŸ)ÒÄ–~ã¨ù¦Ršï#ÎVðïvá5  -1.ØI‡`bưˆÃœíŒ"ÖRäò½Ÿ×Il…Ëà -AcÜê ­ k€Òíƒ k+褯€^å5QxIMiZ{8_ɺÂJßûCZ0NaØ¡Ôr–d(Gìr( Ý.ŽZoj壴ìöè8ƒyÀ›”À1C‡ºKF²Ôî’M$†EV#ÐÇ!pøªHè0àE‹9qê2-X4ˆÉ¼Ó#Ãæ(†Î~÷BL?GAÛ™M'£®„–âVº¯°÷˜Àç%Ú·ïPÌÏÝ1yL)!b5¥ë¤80ÚC?CÛîBʇ} ;»"Ortͤ¤IÎZIE…ÐyT!æ|ÌtpTKR³\JAÀÝļÌXdÈ!Åt`Æï1„8HZYVA‚ðšôÎËFKÖ­Ñ ww›LbR»dOA ”nïhoŸßËã—pàîBr“¨)azÇ9/O‡¸Øf>G«*àfäÒ„•â°iëÃY5»³ùEöüÅ4¹6J›–DÝ™‹Äž¬Šr’I —GÞI&ŽAbѲ~‡ó[#וç:Ùš7¯þa)“j´šº¸›Ÿk†¬”¢¶&/¨&V~D‚”Cå‰ìàûz ž)—B Rº‰ñ¦Ü±5_•…K1¤Í=áñ¹j£»¢d¯é4læêÜÌÀ% „.aÜm˱LM ìG#‘bšïQªŸÔNžmÎX]ì“Y AóK*zN÷ï„ Ìµ¾ K僣0Ë § unJKÝX - ¦é4¡ÑŒÛŠZŽåæ!ð‚š²3Sä~¥¦R…éè¤Ö”l5ÆÇÜ{õ|k†ž‰Î™©£óðJ“{-°že?Vm‰%¦FyCÐ %|RGœÀa¸¼씾1¿7Ê *ú @3„)3Å!þvÙ¡™PÝ1¬‚o•5§ôbÇOQ©úÒ.Žò'fæ(»P2>;f‚È2²Ë&NΣÉÐÒ¹9mZŒ ÔKš³\Sr0ÍIDÓo069l4A +©^Ž®[íøÝ¶Zš3;tf>¼n×D–“JhP£®ÛË{¯yoϺú1?¸™¨šŒ•µÜ )©)ëfívV7òtGÝªðƒ ¢HùP¯¨ÔïĪ]™… °&¾߈‚ÑôçïŸ0Ñû±XK‚ÍKöÀúø·rà¤NÎ Z:(—>Ñ(žæ¡~R§.QPWÓúä¼$Fq89¿ab’¦ú0õå:»›ßcöd!9AQ'µ!ðW²ª)»[++°G4ÇcÐáâXpDCi…êž¡ƒþæj`dñiD-Ù¾M%!˜¹éÙ ¤â©T”L7‡¼3QývC³¾à;"Y:X]S“ Úú´j>Û@®EŠÕÓªS„pqZ”TŸ‘,Œ8gމƒ"ŽùWwv^ ›¥³ Œœ(u#U#íÉàÖÈÑ™¦3WD“óP \M,É)¦œÀöQÕ¦¥y:hœ6UÖ`àWdÌÔ‘³lÁìT«J3ƒàf^4ŒE ù$æ´*1SYÁ©ƒIMAFûã1?z!Ó¤[x%ᣗ¿ŽŠF¦Ós¼Õä\冡8µ1„ÇL5FNhÆ# 8."~Ü'âhŠB7ai¨ß©½3uÙ.¯IÍnó §­·PóúZ†>¾‹§ž$.ÈuïÙ׉scU›œÅ‰ÜŽY’QÁöÅÓIàŒªÓ @ÏCÝ-ùÖ©ñ…K?vùÆdÅ åõ«Úìv´æ °J"U³“µ33†m¹|o²Sy,”òcÄ´5‰Õ~ª9"á:ˆêÏ!‰È Qg*Èù;,>ó 6îãDû 0û“­ËtŽƒÕÒŒ¯¢¼8 ÅíÑLéû±ÈY­ ž˜iaÐùÃò¶Š‹Q€Ù¦l]¦j,ÕÄškåÊN¬4ªÑ˜p•†ÐüÚZv1ÑÞ¯aPKz>XZSÈ,׆r.jÀÕb”“ œíEA,™:k‡¶&§’!ÓÑIuqjØÚM°¸™‘ëåëüªêõ¦´zD«^p ˆ=.?¾(©åOƒVO“%]ªw =ÏÊkM¬Ǩ-FÀm…©ä#ݪz)Q,9UŠ޳“Ùº¾¦æœš9 ÒÌ(X FÃÖá›À‘XHŒç1igck«›ù`™i¡V]¬ny¬—™¿ˆ‰~æÀ³nFñ vÝðâhj E¤¥”®Ð£s¦ ŒµúsÐĤ½Í„2®% tü[ÅÐM8Àìu¶vf‡kЋ𬚟áäzÆ$b²„rü²À®4%2»ädkÆ7A+nÊ€ÜäÛž²Áf°á¾..ÙŠ, f@­-¯"Â+Œ^Ð Š’S ~N²æÎE!¶’‚Ú‹.5‹íÀ½èXncç~ÓÒþ¶‡6;ÉV7- GÈ#§S#_ö3gjæù°ñ³0±óxŠqתªdÊ„u3µ •;kµmò »F^«p“¶Ü -ãþ±À¯É˜ÄCu±ñTÓÈ0×ÙK‹Ry>òy…):&¹xÆ4Ûsö0¡¬ ™\5¥Ð-×5ê¶;fSTÈ£ÛaÊü 2NÀœüÙ" (hÙÁì4oÌÔ>¨Yw6ÜÝ\9ÜìvךÃå= ùtã©£³0SCRsó ŠsË¡0WáÙË´e0²ÎM•¹»3Mp\03ÍûiŸÄžÖ${»`9‰PÊ×*¥Â„Ž”Ÿ±(qرŸ®}ÑÊÐfhÅU—¨Va‚ʵAœÌT,XM)Ðå`§µäíe®»`Xõ«ƒÄÆÑhs‡¼‘¦‰æ2MEróúÁN§æü*L½Z—Om:2|×ßðh³ÈIÕi-ƒÿSQˆ©4m¹bb˜•5bf¥U~Öð?U¨CèþÇÀü4Fû¤Z]o̓iŽú•IíeØT´” zØç&H½ÉÓæÙØ5C²5ƒ¼©rŽLiÜjX´Ë Ù{̪LºýL‡0vŒ:F6üÙl¶ÚimÎQ½nìð®¡ilG[§G>M[H'Øt jŽ~5WGåyÎWÛm±î\irÔ­é y¥×‰‘^zTŸo0B)±‘j‚OÈàÜ“d¦‰|k\ô¿œúß»€ƒ¿pùß[~¹ü™åú8ÎýØŽó¯›ÿú±¯Ìû¢åþ¸®ç‡ù'–?<Ž—/~/¯ôéçãùyÿóKË'§ë¸o<¿ärÛŽýüý•¯C8N]myÛnûz\Ö—µoÑw²¬/Ûí’qyÜoÛ{÷è»ÀÅ×Ï¥w)¹–@ÇË–—Ûó»ö×õ¹ŸëèáHfÇ\Þ^ïónûúu;‰ó%ïÛ÷õ¾×OçZ ~´¿qß¿m—íçs»žëqýz®ÕŽöùãËëçÛúõ~ý÷íþx¾mÇÙÓ¾¶`Þߥ·õÓ øŸÊarFòæsû8÷ÏL™ç¼W=ï»òÅçëãóc=üì&ð$ Î{ƒ}û{?ÿú7~ynïßïoÛíó§fTN3o]ÐZqr‹ZuÑ¿‰@Ü;¯Ï¬Ž½ Cu}þØoÈdô/¸¥Zyv-;î{—DÏäêB,¨¦ ã¥Z/müê¾ÊM˜HÒ×ý‚[<Ë1ÞE…Ѿ~þ쇔^N¯Fót¼_]é5¤éÞU·£’î[xOï!æ¨UJǾ§îúÿD"æ´æ|;‡„0¦ÌV­ö§øÿ­ô“þ°<©Î*IFž0ŠaÎùå¬=L'è³€ÆÒ{÷ÍÒõ”Eõ”­ËYìVÖ6SXPX` Õþ¤ålRVwv³ñYկ׆v`óÚ¿EÓSõ)QT—ÿh|N·Ã/ñãs‡Õs‡é¹Ãú¹Ãü¼ßñ»·Oÿ2/œ$V…ÛÜÏX°LÿǵäÅoûüöw!zò% w<žO(ãü[ Ÿßëù-PO`oy¶É«<ã(AîFóÿ¿µÿ¤?÷æo¬ÿõý÷÷§_~ûýëÛ§¯ºäÍ?O/Ÿ¿ÏÅOê]Êù=ËØ;Ø9_ýv” -ïøô¶ü>o<äö'wo®6ÿŒû[©¥àW<¼ýÿ×ÓÛ¯o|ÿ÷íÓ/scÛ/{xýòéÍÇïÿ¾|~}ãðÅÇ'{QdøŽÔ Çå_5¡=éËÞ½ýúòË[»ù¾Ÿß>=ß ýz^~{óßË翽|÷òõÇ/}¼²:Ú¯‚ÿ€^|øþü;ûI__½}spý–ùëœDÓÁ9^cªb:ÞÅ?‰×{š|°ðžÌÿuÃpHŸC½cýÊùŸ²h°Ø ÛªPeœñþw^éýNšF,ÛkZUŽææ ï&¦ç´j)PËG÷qm:Î]µC'ÐÃï¶€|wÜeÞñ›¯ -‚N[æoû¿yª€-Cï<åIc2ƒËÀpöÍ9¥C–Èæ['Š)ò}ôºŒÓCd-%ˆ€j}éxñCˆ¸za,›€”,]6FïÒ -[£2—Öÿ‘æ9Þ ~ð¡–o¿]ä;äà6X£çb‡Þ÷u© Wº¹0ÞzëC°üeÖá ­ý³WE[t­|Ê2»ÇÃé -³Ky üÆ/—‡Ì>º ÏT Ü-ËlSn÷Õ¡¼-º¶› 3?¸¨Û˜ž«Y·D@3Ÿ½|ÀÑì2·P/…Î+ÕeØu¬_„ÑÿìõÌã8®†”&çŽ0Ææ¸„.û$m†÷*Ä©È'Ñú;çï,K›d_ª„5`¢Ü ªl»]:BÊ‹®Ø1ýrð¿IYåÝ—ï|ÁýÉA2ºyéØËw² \ÞË ’¤#qºMOŽ2%„÷ðuB°«…©ówËÊ*ÁÊJ #§¯!.ÃiéI·Jâî=3Šêqňê ‘)ŠËITœT³²Ž%¼#ìÕ–prúq(E0çü  u¡ãsÎAðŽˆ,®À‰îí¢Š=YGE©F¦q›SÄJ’7°ÍòP¤‡}# -^£‚f ¬=‚FÊ"¹*™zi!N]1ê¤ é_}¡@˜²ûr°?tÓ`™F}y%Ú* ¾~‰«™*\$ÐûZLv®ÍÒÒ "ɶOA„5ËWÍá^ƒ‚«_™eC¡­òîËwçv\Ü(™GáêrêSÕ@Õq„@¸/ÈÒ.]»_(«5]Ôýíe©­‡ž AIQɨ nñ)vyÝ¥£CÅ  5(®ô”„Lú0˜ÌÉdR’6>ŠŠ.µîœM²ÙçöH -DTØÉ›-´(+éf ŠFTÝ»›¤ -Hv †ì²ìrWxyãŠ=RÇ$æ"l±¨Ö­³Éó’pV)”¨zn@¯¦Âš» lYš¥ëqÊaØàKq©˜ïïú w©‚Q/#ˆlº  9‚Í´©Ð&»'±‹7Г—ÑÙøs°õ¸"ô¨aÛ›¤Q‚]%[ÔÅÎZrê¿7!Øm–Ýq”dóïwävQv®ÌŒº’l®¢ÙÜ$ECsgŒ²3Nil"¾Ð>”Ô;›ì¢þTè bë½aŒmr¬1ÚŒ©ûíαIùØVYTòS„°¿¯¡Ó6¶-!ß Ad„$xÒg ×í+æ` ¸ÌLŠæúÂå»mb‚$ÿA]•Yv„û'\}¡¦ÎÕªU$$BvÔ>  è0iéºFdrLR€’=µŽë!ßq²°;ØÛ°û=XZ•:B—bŸ¬Ž¼»iÑŽ©°cP•ªO€ªútŠ‹Õm°¿qÜ`¡‹Ü†ˆÚil¹[ôÅÙ0hƒè[pÇÍ/í–» +ÛñꓯÁhrM¹2õVùS$ª¸º7*„î»s.Éæî‹™¿a<øüÖ§ñJÓ-çÝgbFÈïÁ5KÂZ”ŠG1ï3ˆ’ŸðæJ»?›‚† -ºíÓ8¦i -çE—ô^f©¬Ã Sœè¡_á³³ì® ½Ãr­_P]Ÿ&Äj”Í]ÆP÷1)£iPrDF¸ûòݱ¢‘·‰jОˆ(ç©Oâ L´–ˆ›ÙÛ»7 øïVé ºi†'G£ƒF\e¨+Ж!ñRf›sŠÞª²”VT9ðvÅH¡ë%š³Z\Uî‰Ï2{›OsظDKÞÓi PÀO)-<#Ó¼ûòÝÕ“qVüKøl¾ƒ€6‰+W ƒ­qƒD•;ØáÙ¥òÔ/hxêˆh ¤&ËÒ0u¹Á -·¶Ô¸œ=º{ Û-ƒ&:ÎKXfá:Õ‹kë¶ÏkïЖÇuc½9˜ÔH2 ÁŒäš%Œ›ø¦¹ÉÀ˜¹ 2ìÔ[…¡ŽTû\™ "ÃסT=®Ç>E7[ èö ©VY…57›•©Êî`Øæ‰M¡øª›Gè| 2¿Z¢ÐÍqlÕ×,0ôå}Ê2žÐíL­bL²#UúŽÃ¸$ ê\|1Œ0fýx”¿/ß:aM¹Êkô ^ †ß (ªÌó]^Aú‘Ù›Èô× š%ÜÂÚT@û œ¯µÊ"Ùo-]㦌O[£@ܵO‰`Ev¢^ º²Agó¬Å2‹×ëDäèÞ'ÐeºC/yå…“\Ueø©Ø¶‰=bßB0ˆÏFw¶èlºµšdÃŽ Ü}oQ;ÍÈ“FçZØDX TUÇGôSý¼öAÝq(bó®Õe¡~ˆ‚ÊâÒ<]«·pá8¯’7£Ÿº£ ÝFuþ¯)„_h ÔaÓÕ¡*ý×LnM3'við%Ð3êÊ{ åãjÍ«I¡Ýywî\qB¶[-gtº¦Ê7t×ÒSÇ–™•®7JX§ŸÓAûl†uNñª¤1;sÚÎ/¨¦eÀ.(FäÁXÂ:±ãféÓW\éDf{£Ã7ò:3jº^è$ÀKˆæpÖÎ&xÉyÜܲeèºWé­Ð*KÄŒÿö“/€.ø6èzM†˜Ò³bz)¶|bJÅ*Ü»Ì麔Õò8 X%|êÎi;›¤íõúÉ8M Ã`´Ï½BcènÏ}6@»[ëô\UªÈDæÉå¡<·aÄ+c‹QhvHŸ# ûuô«y¡­¬l§@û¼ŒŒ~STËþÞiRᑇR„k±™VSq -J$Œj‹pîÃÊÊ&êÇn+]»N´/)IÚ“qjŽ5Ä\ˆ¢ñÃWT:iEÕX¬› |>⨨Qî<ŽÍÍÄ•utlo†< õª“g’¡,õ‡ÒxñeÖ…^ÖfÌÍÊž!¸Y”µ;žwÖ,JqÌB£HZe=/Ȩ²|”T9¥µ`§â©‰=ÀòߦÀí~ˆ¨Ö_Žž¯ˆ*iZ†Ò2û¼é¶.ûT­u§Ð-z‡O~NžÈ`¹ËL˜;¢½ÚmXBõRçÛ¸eçr <£J® z·Ї,›ëÞ#+OJ+¸G8™§¶ô¼û7ä:•©‰í‰ÀEïXggœÜÙ„ou5 ÜÈiA\ íÕyVÇfØÛ²¹˜™VÉéÙö©[ãb–“»”cc¿]S»޶U#sH#Ú·¸ÂæÚ+NwÈIv bMëTøIÈð!]bÝ r­ØÎì=©˜‹‘¯ö‰É) v+Û›gž*ôyY0 -¦ÕÚ8ÁÓÈÙï¸psF7ëjÅ'¤ÈXb£ÞcUnU³ƒ=–ŒÑªlo*è[¯Å;ïÂÍRX·Ë0svI{‰Aq­—ý¬µeUqB=&Ò:NiNUä¢4¡‹KÂggižÜ6a7“Á D×ÁT ¡· z¥Þb÷F–cp÷¨*sN«íBnÕ…+ Éͳ4PWMêË¢*¼‘Feõ÷vêÍõ(üŠ7‡h”»f c–bÞXÛùz¸© c{c~íp³:âéQeŸ»¹«°R'ŸbK‚^¦ŠSXQá‰z B „ t(ž}\zÌG0²¸x´g±Ëg½YäÔsÒMxªœ&{Ü4µLóatd-7 ."Y‚*ïãZY4vB#vö–Ö¹*V»¸UÙ™mžØ:#žC•ÁB'Hj®\;!\NI »¼ûÐÆ|º®RºV˜ W70µCyž:R Ââf6z޲O× •Ž%ÛÅÉŒ}r|¥®ýãLÝ•; 1eûy+䲊™?¨M("CÅ!–ÒöÉ&2ŒõU{ŸHÛÍßõ¶BìTUý½±s6™¨[ë§ÍH¿¯Äêë:´!™m…º2v²™ kNf¢}jiv,oÉ©ÕÜ׹ÿÚb-b.}Ïï M7iÊK1°ÄaZ',2›Ëð„cŸZ:Ç™t›gÔuçà}¥™`vÚ/®{:qì~¨êQ!çÕ2åDZN¸(ÂÎÝ-*=Þ£+“XÁ¶êºk åúmู6 ǰ&xÓ†o–ý¡ÖËh>­1PW…êɬ Îë÷¨ƒ§î®9[Ü®pnTŸp p¬R•ó’Š'¢¼< J¹r„kO¸½…¥‰aŸ9… -éεÐl/£(l@>_¥|4ΰÏnD -bçs´NG_žµ*^Ah{Óz(#Û¯‹ZKÑçýY]‘òé⑱é2d3Ý8ç„çö¸fUvÅ9b¥ÞZ'ô€ó«oJ ¾øs,üœ›ÐmšªÔrû8ª¢pòN¸ºÍlNúH¦–6³Ò[àD8†Ö^†MÒ²eY ]ÅrÀä½’Š!èíù‡êIh•ŠaëÌñ&u‘SÕ‘•4««è|3¸\ŠèuúÖ!WÁ­Ð¤P¥Ž«€ ‹§@ˆÍs›.mlVúwB<1QûXä^ÝÐ üm(oÓy -£(ÍóïAOÞW­®A©›]Ü<]K^¦[ݵ)´\ŽÅ8»o{å˜sCòwœúÍ ·Jëp›Š²þÍuíøP|&êÌйž>°ÑÕßî×÷.z2=“¶#ÃìÝ 7ìÌ­+ë¢j£>¥ÞIÑçíЈ×z%p ]KܬDè›Ù›¿ GÏVA›è«v±K–ÄÀ#Ad×ã¬Ðc7ÄAÇš2C¸#NcdÚÊö”S:®TO‹XapþÞ™CÎ*ýž!Øì†u¡ÈPs‘š)Œ”óÈŽÿªƒSÆiÒYÓ Pµ‘ -¥…¬“‘ú …nÕ«@?R†`^]žàÕFCIuÜ\ e+²W¼ìƨ½nD¥ü-wŽÖw'i’#C·ªàÙ‘ôç׉ícœŽŸs ,c3uSžÅgéT8vX©žt£*âÛ2Mt du5,ìÊì\7~²–+T3™³QÇSÜ7° -¿Èž*݃ã®j¦Ãó|†È!Tä³ -ÔoæØ\/v³n3dà*£Jn¡…%ú³Þ²å -Ï5ÑKØhmšåø™ômù> O=ü²tcwóÿªfR“Ù½QŸV;Š2”^{w½ðÓVMÒLmvcö­DÈu‘wíÄÎHa*‚½¾ÊT›Kv‹Íû¢ýÒíÜÁõ”pOÒs½ºå¤ÁÓ|4ºwY¹ÃïClçNà±ÍÑFùb(BÉ*§6™°V´xx§\EîÀr(*‰T‰Ôü–N íª_GA…'ø+P`i^b{£l–…ºÖÉ&Ïeþ"(¾Äs1ꡨ³e->KFQ¥*që -Cˆ:Í;’UDS0ýÓ …QÓ;_E=À˜Ö5FR¸¯Œ -“îµæÈ¢ç±wYBó®²D…?A†`rë2¦€¤r;GuîÉŽPÛ4ÿ VºpŸÐ<56[ŸR,(0ýlQüXo¿N­¢Óܪè(x( øq5ÿÆ=’®t)¶FWvh)îÊ]›Åîú«UÜîè$·ÊêPŠl¤GÒD˜°Ä;)V*Guš²»â|ÑìÁf(k ýNtYý «ãÊY&ªZ![h‹ –AÂz Döãº'lqa *¾1¡g̈æ6ní ‡%ÿ+_J™¨ªë©òW¡zÝÖÁ8[z(Œ¾çñ&YwBÃ`³ÓGPe´Ò«-“ïœ|&eˆy»œ,™;±ãçnÀM>|ç~6ºV0SÞ…÷Ùù4U`ñ©Œ£-¤]±rÝ«d:j^_eú†Š -ú9kF8ÄÞˆÍ8wMN6xÜ_íS#מÁÃpl&쉼uœB|}m§ÏåyQð8yxøòùêN¯§<¬øÚ¶û½šÁÊS9ÅÐ|'³"À õKè -Å)~ 2¢«ÞÏjå9ŒÔ>|}±›¹^ÔZ€E_GðèS(ªŒqZ®«‹Y KAò‚²¹ÛvãÙèL‘Ä—UpÝ”açËè«»=Œ z‰(9(zöÔS±mT3ßË¥ ‡ ŸÐE©<ôñ™šr®4aJ®<‡AçËè«yHð½]€Ï'É?ƒWç®¶ƒ¾¶ŽWfí\¥kɃ_æk -gpš™þbŽp Ó6êèVf©ÝÚÓÈüÐöð-i£Xi4er¼áÒ¿lýUì¹›nŒ nIe¥Lô@öç™l=SÚ‚…%Dr¿¶ˆÑÍ{Äè é·Â!dk®&hUÕ–EÌ©Rw>\÷„5Œ ÑÂã&½}]¤ÆÎÐ:+ººà*oÙÀn˜»QO˜ô¸½u4qÄ¥ÐF N¢9Âõ¢9ï[¥^Ó‰ííiV‚ò(KòÄà©v«ÍY "9ªôNœl¥M^\Óƒ¬G¤y…Æf¤«[µ9Šž7˜GDËÜ„—©x3+y»Zî˜è¨  Ñe¬Ò¾òX‰B1î±xæãz2³wd ÃBÙ Pµêʬ®rÛJ§Pa•Y’m< TØ©ÿ%9¸%¢Sà©H:â—ÛÛµU9*~êæ#ø&©õá¼1ÛFÛkot4Ç Œ å‹„kð.Æaé&:ªÑéDr„kÅÂ?ÔFC§ÉZUx&,êóiBKÂx+MNöªªh£‘ˆþ"tÂÔ%#u–ëMm3¡Ä÷ qðê”Þç½Dáp>‡Š„ªæé| Ñ.yvÏÂè:eâKï«9Ý]σèX*ƒm£j í{yÎg\Õb«Ø~ï<ÄnÅbÍ·Ò&'Àiž—1›Bé9ÂÕ±«â,Sí,ÒŠÌcóÖ¡c«Ñ½;Îk7½’}‰m’Ùö•€­µÇ” Úls„ëœì86Û:ÃL8 -ÓÀ-CÇ\9;» À^>4C`Ÿ´Êì}:¹?`xúy$@?®{²AM*¦0Åx ÄUØ<¯Z¥¶]U Ê„\üiÍ;N>"ÆSŒ 3€Áçÿ)4Ë+•t^q8^´²ä«L¦äFG±q£¨.¯:K%5\NøØ2h¥ÓœiSr'¤uÈØNó|M~uóyÓ®’Ä#eø£\Ò.=“ß ª˜ßImÚX¦ä´[D{œ†Q!Î¥])%á#ÌoeOû VZU$¡—ŸwX¯«iþuHÝW\]‚e›ŸIw°QV0ºššÐY}ñOe‡ðeT¬+ -jw×éGQÀ24ºÊ› ×t˜aûÄEd9‚úÛ'‘A[‹Nƒ¥¸42UX‚+»„Ñæh¤Îä2hµ‹ô4]>iRtgK•ƹvõ‘u©¦·ÁÚ@FâK©À$ÿÎ+ˆ(Gu­“n¬-E;ï’‚‹9Dë \lóWUQe Û* A?¼¾J;±ÝFOí"i!o¦‡R1~9+t²u¤ê„Û|eÐB|î{ÂÎé ›¤™˜ 6ÅûTo¼uö†4xzU -uD2W)E9v×VBwµ&V4iÕõ,_P=04€"̤c#` |XVÂA²Ò*JFƒB”ЯªÈðÀ@мÉÑJ]ÛY«Nª¹ÃX®øÅº©ÀßfêÐLœ?è%l† ªVûâ0Ë·§ -O«B‰ÉlìF‰µ_nŪ§qî"6Æ0Ê®¦g¤Êè_’q½ÿƒfÍÐIè Ž»²Òΰ'‡/»âuårSC´±]î;ž³ÀÃî”êy!ŸwV5´À3`:‘msë ‰Ã0*¤ü« -n¡rl®ëóá……Ìiüĵ¡ñ) -Ê(u㪑éˆb¢:|®bÕk~¯Hˆ(•~ˆî›añ¤5.äØ$w í×=`™ Û©9ò®s 즈E¨ß”í„ÐaLòas,ÖÕlaÂV‚…&éeíOýÊ!´à1Ý’Çb0ÏAOsc±žOu'ºïÈLðlŽÅ8­¼¯s ºN—±ÛA‘o`=Së8ÌZºªy -5¨ZOßí®=™ÄŽ JÁs4RçâmÐÏ/õÔTrÞ5·ª-еoÌç EÑg‘µWCÙJ¤Ž37!>&Âæ/ÃÆæZŒÓ‘1ê#:Qséºbnt'ÎV꼓ÝõØt*ºF"çhiÈA´„k<.µö*º"f÷lʲQÕ­.’qæºp…U±ln/ºêƒ¸6Ïð”33ø¤¾@.§D -„‹,‚ƒ]*ŒÔ¹B/›œ™ÑCDÃúSC(˜ô檭΃ƅ¸gèi¶'&àøq¸cוI%ÓËÛ¨«bÕÌÊj­Ì7~ûƒ[“<¸²­¦²Â}-]ꂚí‰-üÞÔöU–›å!Ä‹òFêÚ±­“z«3|ÞÄ*”}Òdƃ²Œô;q‚ŒˆôíŒßÄ}êhr­„/Ž—qÜ>‰O/üÀ¼éÇ!ñ¿âNšÀ2/Ð6 -ùóX°KÒ½X° -iè³’7O×™ÐV*`þ31EFiZÅ ÖD=#Z*õaë 0Ø£U3fYÃG ¹©âÒ™HÂÈÊ -å ÕuùUž$Cã8N¸YšuŒçÛ[2Dÿí¹×p;Ñû\Gе¨'ÅJ¢>ê¥t†ßxŠªëp9%3µÈÔÆ’›IM ,&¬Å¾š(Psè@ùí>}i -é2S1ÁAYØü‹µûœѪº›ä¥l·PÜ’2ËDxádVt­nôÄ™t/4³<ØŽÁ„á·,o¥Ž¸®Ã~cÆÁ+,H.ŽŒáºB5µ*å}̷ѱÎ%h ÊB}Gn;~Œ×4Fª¶rMæ8–ïÕN £àL¥3ÂÕDu*ŸFê'{l‡2²Rg²ÕÏó(H.v“Û¥h¯ÖqD™"0Þgâ|C70néý¿_ì©}ƒ—aF1#Êõ|q­X6É20ÙÆod£ ËÀZ©§zÖ„"•m.©b²ÅoNÁ.l¦Â•ÍëPºÌÔU±ÕªSrÑdöÜ>úº–`±é[ç‡Õ <‡ÐT-ßÌó¸*òrþ&*’ׇ‚Y3uîQçp«QÐ8ì×mÓ%~Á,!(¡ŠTÍ3áÏ“ý3¦b±4‰õ¡Ðz\]WÕaJ°@ù)xά²8Ý h*Æ«X7à ?Ýq¥%jš1SiQÞJ'vÌÔ óLáîruÃSô pªÇ®FëumÜÑÜ€}÷ŸUìžÏ±RUó-¯‰¡@÷8ïˆ ³N n?ÿ§˜,€C=¯âVyÆÑ@MêF7ÒJ}XEÇ@¤[ƨX•o®Û”Ÿ®&ÕItF{UN¢hí 3wNœŸ})7f.‡*W#'ÝLýÅBAPâÄ;¿¶âØî¤j•úØçRF˜i¿$x}p.Æ«´–ÚÂfΠ³F6Ko0]%z$3›Or¨:H81g¢bŒb“¶R׊ÈcK†Ü—ΣlÖz­Ú¿©Å™ ú2¯%OàÀ*JÒº™&܉XE‡˜B8廳¢gEbàh›"F¢™…¤B#)öÈ©Üè\5åÏÜÅÓ§™Áž8%½¸¦„$Ó$k›—±¶×õ&ทMTãèˆ;E-Ú¯¼`VœŠh¸óçMã¼>§QŽ¡B…ÄåXè…-u¯Õ] °Î¢RyÖ `HÒùµþž{sù¾3sÕÉfc¼¦ÏnfÈëx‹^é‹•)Üés çvN—4›d%®>ÛïÈdksÃI”¸ºì‚_(ªØwùî¸Ñ“u¤ðäc\€…Qxd4Q¹vaD¿ÊY+¶ò†ÓwH¥ËZwKÿëÉJ7ÃHlá;ãuÇ&dŒžTpg¦Ké¥Ñˆ'²"&]Îò³AÐ0+Ír.s|ÒŽ)×ÃF*Zc PÝCAÐ×ñ¡DíÊãÔ,º&>©ÿ8,èk·piò;@¹>íÄ\%=Øðz$½TõØž3B]gO*MÁDÙÞžÐ|3Šiy¯S ™–PŠíK$ã6¡v^r/yÝó•þÿÕ¤EÈ0·%¾š_µÑ/vf6ºý±NQ Åç3/„DüÿOµ´e©Re)‡?ŠVÆuT·¥Ã\¦:=WR©Ö!UÊ$þÿ£€ùTX ”ˆ­ÎÔU -­ž:m3„Ò,vñŽç°ÇÊ!íÚY‡ÌJÔû9œg‹ˆEÅ4K3yL¶½ö®–X@ -Ñ›ºÚL¥ˆJ;º³§)–ç.Vµ>'ŠO¶ ÐŽZ_‡‹ï lWõ@æ¼yÏv[#IËö.“x­¨R.ÇbH7¬°-.b¼ìÀ¼õÉÝØ¾•ýRמÆw{8e¨mËñ“ ó@EpØ–À‹MÅÒtªÒd™OÕ’[Kèk¬¥¶Ø°kïxP–µíFÉ0sðFT-Ï÷Fƒ4Ë -í>ËK±–™<(M*þ¸b3^̬-§Ö«"ô3‹ÆiF˜8ã½ YyŠI4ëKŒxù/ü÷·‹!ñº§?þéo§‡÷8½ÞoÏëí¸=Ÿ®û»·ûã?vúz=?ô.§ß¼ÝÏÏëy”ï>î¯?'àI‹™Oçc^.Çíýúüÿ\°µïwúv\®çÛËùÓqÏÍå½ÏŸŽËKåËýëåxÛÞW­u™ì…‘îÒþ*§zäôéò¸Ï~äõü¸>ÏûG[{V«}Àéøõùv|;^÷ïÇÛš¾Èmœ÷y=¿]®÷ïç÷×ýñ­—·˜;cVõŽóçËõüÓñ ‚z;¾Ÿ¿·×q_”¦cñçŸoç¯Ç>}øËñv”xQØz/ãEksxè—ûûæ|ûëËOÇ%$=îùËýãý|»,mî.ú€¯×Ÿ—ã×Çñú<ß^wÁ«ÇbŽ}|;~?¾Þߎ۳ŒD—I? ›÷Àù>|ö¿ƒ^ªÍ (F7âb¤Šn‘ˆ¢¶óDÒW”µ£O•´üÈâIæÖcŒ=,–|XÞ#y“ä7šÞuÇpÄ1œp 8†KZÈÏðz¼—YÝ ´üí$b¶vc`o£ÑÛô5äsð?¦ÀÞÐÛ zBo#ÐÛHô6 -½FocÐ×Xüƽ  ·Aô6„ÞF ·‘èmŽç?Ñ´¬[cÐÛXüæ†ÇóÀ W«5÷.Í)}äÍÑãŽéçT6ÛãHô8 -=ŽFcÐßX|To>Í<{@ƒèq=Ž@#Ñã(ô8=ŽAcñtô8€ÑãzGX0(½y¨›ýÎèÇqägmùñ‡ ì€;6øhãy+Ä4Žz=' ÞØ¾Í&¢}â¾Q”}øx.,•‘Þ0°Mf}0¶ô(@‘ÝÑ®a/+D%>„ðÈî@ÓòípuKÃ[ =¥áM@ÁFºåSÛXìJöàº=ò<ÞŸ¨Tô˜ççüôƶ½¼[³k/ŒÿðÇí:ïGÇýñõøá?·Êq9E `±ÿpÒ°„žöÒ›õDšØ3 sñym+g4s”§b4X›I -ö¸aÚ’K¡Òꪹ°> —¼]ç·B¨Ðž©á9–åF³´åÄ5‚Ç®j@Û§ -1z‹Õ7;¢!Ü2õެÞNµ##cG+í® -@çˆÅc™Üzöá‹‘áâŒf¢3t!³ùT©{@·÷a¢í"òx‹À›… L{aÂÅIφ¨Ed"öJ¥[<'š;RYôÆ-¸OxBŸž@ï Y|¿ -Ÿô¸¿_Ÿ×ïGÛƒµZ’Áù~%¤VM†M zcÍ7™§A†jt¯Rês÷0Öy -b”ƽô¼—Î" „ÕBIv}TfŒo$-ªý‚mÊ1ª˜ˆ<.9¸1KÉ#ÂW‚6 PÑ˜Š¶ûXk'X>+ùpñeW&“çRÔÖÙcÏt©d,h¬çuD‚·”tð±6ÿþ, -K•z+ªî#¦Õ–‰Ÿ,ªÛŵ…¨[iWlœ9¸ÔÅSt¾ª¹”ˆ¼ö ¨ZSld™ŒZ>tŸx -ÖâMËôvGs€q•«È N8Œb¬ÕÀ² •X6‡iZðµ>Xi+×1a§Pª-OyÆÓ$BFb\Ýð½NØ6ý‹ÄEWõ ØÑ²„†ÝW'÷®²Š\Iß×ïâ`OíµºÏg¸dÓIV@ðêâ`=ÿ8Ê”'#^ë_º*Dplëô®*‡®è=îʧ#Öbˆ5­ÇòM÷@t -%˜*2N6|$† Y÷âŽs܈EìÀM^H®É¢þ!†g1ÅžX;y>€H—ö˜¬4 -e(/°A–HxÏx:sNd€#,5[qe/ ÏEáàߥ^Œš ÝÑÓäƒêO"­œÛ½Cs¨*dê>߇¾Ž”/’ó8_bàç»âªÄ=ÙÊuYÐÍB6k-X§àR^r˜}šòl—É+ÞY« tU€`mÄ«¸óФ-]›t4ÎíÇ(­Ÿåy |îA/eͨœéi3ˆx¢žEÖÕœ— qΛÚm=¯PÙÊ‚›Ô²ûÊx–ËlêٷyíeéïÆÔ¨²!m—£$9Ä=ØÓ-Y“ʘÛOïšë°ôÝu£›[sìeAaOÆBn=]¡±n•Ò¹ÑÀ}ØQ ͈CECêÀꞪHŒº©Í%ŠlÖ ·Ù^N‡áÍÙ"hc]^ý-Ë -QEG-€U)*…"OêÄî ¹_$RxtÔ€¬™VCe˜oP+÷6,:8ÂËß7¬ÙÓ’æzºAŸ&Ì™±DL&ˆÄp†C¹}G!, m3¦n™§¾ÅTº*¿Ÿñ„w¶Ó[+Áx6¯õà˜Ë¤‘Eqž%3¬Z^À;îî4QÖÔ‹N‘+05Û9ÜQ`Š à$Ë©˜U¸”ˆ¾Iþ‡˜…[WJ¨† M+TIÛè‰ …ñ ˆÚ%s_ICqÉÏ|L‘È™{ý²¥¯¼ë9"D­­LÀMXÙlì!…€©ŽhÎÊŸ…*""¬›eò-ˆ´Ú˜è*FV&È êÄ5™òº; ½b©žPºcÍ”OÇÚºÐQôa{¶mY+GYÓAMŒZPµÔ@ï…òá²%AKͯAN·%Â@¦øú5“Ð7izd\ágSúmU‰] C üë·åÿôy|±¥ÄÅpÖ-jMAÕࢫ oêúû.›à Ó?“à¼}Sâ²],3ÄV•i쌬¸nÛÖì/ ÔÑNÖ û¨çw¢¦zz±Ì×÷$u(ßcðÚN݃º#WÚ]“ê4ÔðΉˆÂp¡Æà±ÑûÆÉÈd[ŠiËA·ÇdÃáR=O™&Ïì±­=G7ÓQ²E«ñSMŒkɱæ©ð­NÒ°J™eáEt¤BòÃAËeT^¾X_”±lDI!¦Ú¶YȺ²~ÈIg'ãe:B? ‹TˆPi#g&†Ú-…àˆÖ«¬8š.8܃æŠ6ɹ?”eÆÄ7§b %‰6 ö™ÒßðŽ·ÚÀ-”ì`b„vcâe}>ã4ÉIÄbaÄ@{íŸFÔÀ-U¶ÌåÓEsÆÏŸ`!(–a™ˆVÁÌålɨR ¶X'IÍð©Ü½ -­nÿœÕE,ÑjïÈÍuÀ-3ù¹«ö Z¶H$ásª20Õ‰5ʳNN×4çSe¥Œ)Ê*ƒê…CAöUd®f Ä‚¦HëU,ÈÉ4å@Zo¯{Jv¢¯ÌŸä’À%I*‰+\ùh>g8…Å€î-n[UÀZWÓÌéT"d™&¿v)I³òäÌL)²ˆJ’bAñÏ)‡!#m?à"6Wj¬­8<ÀQUéh-‰:²š5Šé?5Ó+¤VñІwC‘Ÿå¤aís͘pŠ ýt³…;«ÄÒ‹(¼,çÚQÞÅÐM¨*¨ˆ vÁÐ¥‹y B'ýÂFm‘‹ŒSVœ‘$’‰3SZÁMÊ$ê»ÍaØ…1‹úqÌÛ•Žêù¬׈ð†ª(UÅ›N :AÏÐQM}°6dsF„MóxÅŒ£À37%²ï¬‚w² Âè°mЋ¨“³àãšXïëMÐGsÛF9"ò»W‰±«Hºö7‘Ap~úE_g-Ò2–Ò²FØR€mèÅG™ fhS@™,qi92ÖB¢Ú³‹e¦”5N˨3ÇÉÆ},Ã?©îºØNÓ( w¸Ü…›škY øâÔËÛ{éU²r¯ŠîR‰H©#«LWš•ÔÐn %4š ËXz ‹?øe"Eô¸6EÏ´{½hÔÅÀ ńփ!”c–‚@Ì+-U5 ‘¬ÒÓKÏ}“@X¯ZÃØaG|ä%:ªØfüââê#qÖ: ë=¯¹TÉNfŠå‰ëO‰0ß74m»”TÂA9lµi ·æ,,Äzj\ô‘bM¢ÛqÈÿƒ¨‰o¦LågƒÂ2]fM1¬B,59™éJNH ÎsG…m©ZW´€˜CTITI–—7ŒÆ¨rAì ÅNeE'æ$ÆâIK%‘tS¦#‡÷ƒ'O¥è.qIpB¶Æð"Ö¦E; -Ú'§ÃEyP0 «ŒXCsŠ2•NÅX²@¤ä½)¼½øX¥~iRÁƲ¶¾·-g|Y¢H:TªuÔqc«fáˆÉ…™jµZÈ©ƒ356 ‰kÃ1*Ñmil©VÒ²FàK€m}½0V×s¤ƒ¥«ÜH -Ýd#Æ„q¤ v³‚þK#æ´Ê˜µœëiÐM}!ÝÀ~}KR¬kej¯530E ¢³Y‘ªnª¾3¤Éî–a±4ƒ^¿ì´mCÑ:Ð8d#F«Yå·­™",·1ž0ê\‹Ý >ñGõ:p”a75“Vgp½‘i|Še1”ɪ@}íGt¶ç¡£´?¡W𷞎;9^¯…/Ô9ïîÄeŽ‚èR2Zhž+ÞP†¡¸¯šºê¼ÓSh›ÞW³ü—–RÚ#Wö¿6¬bbKP|P1¶Þ§w¹Šò… `W2ž˜ÿé ualü‰”õóÌV€-âzùÙœqÂQóv¯ -ôTzY=“CQÓÏî[MLÛzr¼×éN2Ô¹ Ž:¶ÝŸÜ؆k‘6zùt«yð"ƒ¥.ÝæÀM½ãÂÛœ#¥–w†Á) Â¦ÿÇ,w(¶3¥^DLWGÞ…ºËa[ŸÄ6@1•KðBû710$It!¬ U~FÓr‚5ªŠ„ª í+EXÏ¢2GBGq›-¸6º/ÜqHƒŽ;1 -x* -?‰²á•nO‰†²¦¿1 -ÎÊ—U±ÛwVÀuÆ·%g€‹Ú8›é£¡ÇCžÁ:š‹1’ÚÊÎq…¹- ß“ £¶1ð6Ò¾ó·jJ¯É¶vă® ž…aŸ -W„[A¶UÕ1ú©WsùŒ á€ô2†”P —ç{¬@&ÄÛpZŠ3‰4© Ÿöˆ¬Yœ3¶4Ù¶‹T¸˜ÐLGFiDRÆx:ÞÔYP|`+µài‚&£ê?«žf±UÙLÿòµ¦…ÔD£“È•!Ý¢œ¦@[42Uvã jÆ2¹¬Ý¡p¤_hïI~ÈÚ¦˜@Ísx£E+ xLT÷µßÅÊ\˜é9¸Ö° ü4Eqñ*?»Ei8¢k¦¨®dËÚ:§¨Êë¯É(“‹–¢ rÛ…¹á»|)ÊÂø_æiŒTÖƃéjݪ€®ÜŸ(¥~40…Eü#Œ$U¸fF`¦] Ñ-â&¤A#ò@¦BóÐþÒJbŸÕè]æ –ŽFmkƒ2)D2»5bÞà~ãÛ©ÆLCîV -…,0/ŽÉÅQk¸ÙÚ Zóžs0“ÀñýJvBU1ç3ü·Oo› è"x’‰¢“ Žø£Li¼ó¶_~Z§Û™:F–'Wé 6v©Æ[vÚÂ[åÕ€ÿÒU¸ñá‚:Ñ}’ê~ËJnµô©Ÿ³ð1qL©†ié7>2Ãʯ1ÉD˜8Ù™ŽOÔºÆ<Ö‚ÖФ7*G´-EÃ!‚R¯á¹ º¬XÁŒÁ0SWx;F4Å´HË{;飼ÙÃD2¦…x¦‘ªf"‘ÑûÙ8ñy¢ó¯Å3áêßDèÁ'Þ"*gº‰¬i”–å™Z:š¡O¬uOš€ÖZ‹€‹ÚÄ"׿…£ÌWX+ÂÇ»q¨ -hçGÄ [–Ãb¿TÿkžYB@°ŸÍKÍÉèH/KК«…ÅÊ;}\ -‹})àð½ÒìÍÓ ¼©Š™ÀÑ ž¯DÛ·YŠŸ(Ô-ÌAÃÍ&¾.DGÒ±Fï|kˆ‚1ÓQFU½p8´‹ÓÛÊ“2àL Žræ^¹¿ïÛ2ßÛJù"ööycÝC“`1˜Î4ã}CýÈEœ9—1º*|ƒ™q(cðzlg¡Âuš2vƒ`Äj`.š©ç8%Z>\[c)ùö;µ2KVmkMrýò²d»B1Uȯ#S1/0$%À‡–ÈÄSFÍnsñöÙëíÑ -Áx¾ˆ4²n'(¡_y÷²TsƤÒ3¯µH0¢«4àðÇ~ÁZê×!f˜ ¡’qr3 ”«Ô'Ê02¥üö3Õ´îêêܪo8a­HÔ¿ÔöÓš7+¤htýL¨ôœÛ°).#ºZô Ny5…eÃBUÇýaXˆ7’„Ùø:Šƒ~Òùá0¢œ«>)è±ïÙ%«x¨™'öǪp´jê|“Ä]{ÔTÍåsƆ·(†5\Û›Š¼á&\B¿½#„Šœ£ ù{—ø`ù7±øB‘Þ'„éŸÔÚŸÿuÇpƹ-)Šƒ‚b¨Ôk©Ö__ÀŠÀ‘JÞŒÁªím"r ¥-ÕŽœa¿J ƒ°Ka‰œ¹=¸s?d«»›]dk©j„円÷³O€™4…_(ö¡¼¹èÅBë.Õ*£Ù´DŠ—arYœÑ;NóÒŠã@S6éÕÉ}" –“ýÜ,9€¨ÞKo#ÚÞ¢tNûcë®`Õ;ÅÊä:|ÜO®Dä¤Î^ëú~ºô„N:Ž>ÒQ>!Lÿ´Ÿ¬uWú$ç€ÖúÿÄñM¿j ¢_ìÌìlpçÎþ©ú]:Ðä“D’8Ñéÿ¦UÒ9¶F>hci4¨Ôh´¬Íšoc/[¸Ï(Qg”gZÿÿºPõÛAúºÔÕN+g97´3ºgfŒaµœÔrÒ´Óî"‡ Ù–`ûÏ’óþŒúÚoM$„²„ &šºª¤Iг쿹›qê³ú¦~jN ø²Ý<’æE~ëµãÀÈ—³¬Û‰JÏ §ëWüÈ>­w÷!Sѳ¦G†Ê¯rÖ—fCs)øé@YÐâ§@¤ÉòïQºîá x57-Ñ”Å32/³.9Ú«vůLZÄ©U?õÁpñ1ç?Ú4ùyGÄkwmžÇš¢ r˜™Jé-mñëþZþ˜ñ>|ÏÙYºsÉòºŠ–þæHÀÔÕê}m¡nl±ýÞq¡9×aJ6 /goé $+}ÿñV½ìɳyDÌØ×%¶Üy‡Zsk©k%«B+Œþðóý§ Ã¥*Ò×ðû"Û šÇéjPüUÛf…}9¸Y1Yƒª½XѲò pGȶeý’žÍ=­8\{6~EY4%€é]Š;Â~lû -cÄwýêœ+Ò3Þ¹73¤Èަ¤Ð¾.Ý–‚§­¿ -È ­GÕÅoÜÒf]ÑXvEkô:À•lPeï>=ˆ+äRìäHZÑW "ÒVÁ,\t¨Né*}ªKt³I7E¸-°‹uõ)Òj—)b½Õ‹\cLÕ@Ã‚êŒæß¶«õ¾Î£H¦g"MQP÷›¬ŽxUÒPï±¢òWtè_ì zâ+2O¥oªâ·Úqkg1âÜs¡Œ{¸Ù2j¬¤-âªÍMžÒKâÚ)S·hSOA¡{« }m1׉,ý¬A_(ׄŒ# ¾"'^¢Ç%¤ÕëÄu#Ò7´ó[N~r}‘嬈¼Ádap`¨v;Lå¿+) uÇÓt<캷¥<õ#>¥1Ô+oºîW@kлæÁ™àXÕRïxzs)cÿß92š-ë húúæm6íŒ/T1ßÛbR²Ó©ÚˆŒ•E}ö°¸^\ ºp¹¶2û¿÷ec#´”·ëÉ ÖFRuZV ETæ{¬Zg¨oDÄâæŒYœŒOjªº¤^׈ŠUœçÿ´ch/ÏHkû«HN×£ï‹÷…ÂFMàzyW[=ŠUŸ¦‹îf1µ›pmm½K¸>Òu0K1’÷YWu}›Ò-×âV‡1˜ž±„Ìèà3Á?ÖÃÁãª/LöôKé©©äºÜØØÒ yzv‡üâe­>ß«ž^2ê9Š–Æ˜›uà)ÆáòŠ„E{”¾Ûòg5ü.¢ìC™gÅÖ0a ¸UØ T¸$#u Ïk åPJ…Qô‰^²5%éÉ®eå!mÍò?‚¦•æª#$GöQ¹·´¾Í2GyGÉ‹a”ƒ5ðk!eî1Ü€…Åêé¨ÚîÁèÎÿ_ -e´ÓÆQðfy޾eç³u]Am}ªZèåX5T†*5WH¨DZ¡‘Šq[Ÿ½7‘OȆTóu#A´­}tozQCùœíÆ\Ò§uê½j,’—þ²9TUó¡X:=<%2â’üN]Y»Fpùá£â˜Äå6ÉJD[—cT?^^&WæÔP0io )Ç+óÿ]Ñq¼CñŸÆæçSæ -]ƒ¡oJ'êR®W¢#Úúp¶×ˆ ñ§‚_]Ç«ÐÔ½ Â…¦a· ëÜL‹Óš,š,I%ïX5õ†²=o3. -Y Œ¯HçA¿;V[2¬%zº8óZu¸™%D\Ç̘;[½„]Uu…™9a”ÂÚ`}d2ó{†j©¶/jrKyÀaŸé¤ E«IZë gx}f Xóƒ7«øS+’aæssï<¨©U\ègÆ…jÛâk„Cüž±Zª£GfF}Grrµ·bžgèYHü‚UìG5¢½­b{;‹DÀBÄÃV‚”€£ûF«µ†ò¦’ÝÓö&̧Hº´r[7µý¾7‡ÆkZìRfF™<.Õ÷_G9ÈBÏØÛ>YѪW•ˆêù*,Lή5Êý±“›'iâðÅ=€ÃìïóÃßç÷fpˆD’‘fV¸Äãi;)I¾y_žbÐMÕϧBK¾Â»$“‚ -é Ì#KH+ >(1BZ°Z¸lz[|*{£;dÁ‡ZÎ E>…[™¿3œNq™F¬}®GTáëA¤€+‰©â7ªˆø"×Ú ]!õ¸C•‚à´¡ŒP\“Pµa")š›²s DÂxÑTk££N†Ø¸‰¼hÿé³^Wí „JÍ!²<Íö ᮂÐÅŽ«)1RÌP’S1ëÑÚþãAïɃ°ŒéÉö¶€6?È;w -Ð2Z£ET•rÈæG"8蓺ìèB=0_$Ì7ÄàFgIìÔî ™ïÆ¢ŒøS*º­Ÿ! £·R!¨¾z(ׯJR |R¸E+&Akü§Ü×ÐŒz3Ÿõ1¥:Ÿo¨ÚGÈÚþŽŒh[õ›€â+FGï[T=¡e’moªöÄ`Àº­ ÜžW" kuϦO¹jÌZk]hêFR‡<ÝsßÅØ.qÉf@VUŠjox–pÑw*²2¨[¤X¬kÆåÕSÖ†ÀÜXŽ•u -Vü›Z|Ëwi³‚€PaƒØ´lš,\ö +kÅ©[Ye”q_/Ÿ¤ tBÞjîK™0·6o7QÜàHè sóÍïÚuæ:„×ñ DgkíÐDDÂ’y0ǪGm¨®/fÉ•ºIÉÒ”Ìä@š¸¿“Èœ˜2áìØɦËÍ5¼÷«dâ¾®´;$öTëN‹Î$úñéP¥îø8gåw$Å?ƪôˆê¯Ãé1”\É%'ÙÈÿßG -щ·‹šZ'¬X8RòþG•Íü{%.PX•ž¤¢ô¹Ù¨™Ô' ¸Öõºù{Ýk6´Wd9þl‘)ÒdŸ.²³ûx¹€(käau'AòQHÚ"ÅDfßÉP=fT$K™"4Å?ÆJšC)'©Píô Ÿ_ºëŠÚ¸±-ÄžÖµj@ ÇÁÆ[tLWW¡‘æ¼Ô.Sûƒ§¤!ð¨Ö) ÿÕ¾T 2×_ë [ÀßGUÌ»Eq 9×BÍ,K7·{ñ6Ð|êsN¸wð3£i$1BuÕš D B_¯ŒU+UÕµ¬ ¶tt$BE''Ò€TŒ:¼h1 -´UPUç5g˜`C> -w,ÂËAºÍ¿^ÒÞÎ\¢Ì¦x…SÉ$ISÖþ‚jé¶j`er hß™á5|C² Î5>.“£ª—îð…F}¨‹>yE[µ„f`kl#\Šý×¾„§[Wª®9YAušŒ¸ q….Ñç‚Ú–ì Xª¨NžG®;¬lv\3І[9—Í Iof•¢Kº,Fƒ¢¸‡HE8ÇXÚPîtÇŒf²˜K)%gâSʲK”³ANÖFî}—ZÁ•ì{ʱ‚îØ­2õk¯XfÊü÷ ­)FDv~Kà€E¼o8VÒ#ª£·ž¬Ú(ß1!õ‘%iVYÙ°ígž ,'^ˆm*@©¥#‹Ž= ¦a«ÕHÞ«b­2@T­¬?C`I$R2*Lg±®J”7Ý"+–¿üÒ-f^³t†Ý8w©«ghG©‘|gù`¬oÕ;nŠóK±•—]NÌDŒè›é«´CÉžGÇX}¥7TO館Š$%<&T¹x™Â²{À]àŽ0®–…@Љ*¯9T.ÖÂÑ=:¶Û`ó·´ç–ÅeЃ!u»]KdÂøØž-Öî’¾ºSF“ÝÝ &TXÔg˜Ûœ -›ðÊä €fÜõÆVŠK‘ åÞQµ(z0™§ YY§µ/.W±ôËG2¿+Cçt’Z’ˆë]å 1)=”›$6åÔÁ~P&ßHpÑzB6ÇlbË|±g·ºq“O–QkÍ›J^jr8G©zù/í†óZ2J/YtNªl‚Ðz?BÒÖ«‡âÑ ÞŽþëEf þj£¿³`J ¯ 8)CB:£Jm«P%¦Êp¬JšC•S"[Ø’0 E xQûg‰&XrF­¥¶¦¸Ã°¥;Ö‘OÂÖ¿Md M¨¡© IîAµÏH`¡µñ8¨Ær:d¬z)+]gRñxO¯@ü‘'®Û› ey°&Qȱ’|Ã,n -ûAP>½eI(ÊdðF™’ÕOoLT#ê4%œ¼¯AU¾uM¢\º^$M'dìô¼›ûÅCðkžUpæM‘Áo þ=«0W -w.šclˆP5“kL=æ?j$)ô–õ¡ê ôdY\AlB®E­7Â9ªh©~²; Å”ǸeÇá’ñᤘ -°pí¥­-î 힌æ8ÄùåU*D­jëi:+/Gù?ÐZdÀ)ÏEy|ã@¸èﳎU$÷¹¸ËŽw|8¡m £Eò4;!Î]­Ÿv‚Ní±Í¡:z••YÊë1$ßµ0#^춨¸iŽî;–Ø.(M†PÀÜš¸¬-­°dë/Àݬ_NÄ;9rDÓ®}†mÔöíÎÉÐzNÇÊzDy±í¥šàh Ë7/´÷µÆ#OWÔ£¸éd¡@¹±b|h©6ýYxª¹‘”…©dK‰DÕ×Ùvz؇êÕuŘr qLí­©¯kŸ«œíAÊÿ0Ky¶óD á¹Æϧ÷'¸[ýápo©Ò¥R„)… =šºIo‘ЈˆÖWg4µ†ºnp5$êBÓ'å±7h+z,eÇŠáZ™j(Õ1õ›«°^‹>ͱºNz>Ê:£,ÚÕñ¸ cì¥F”.\¨ ‡—¶[ä߆£˜ÐYêš àD¯žkL ãÓïæÖP;óUöî&ˆ­`¼\bè1£œdé—MˆßèUE¢J½©$£øÂÒ&Ôy„¡.dzW·Ÿ>ȶ%–/ÝVôZ‘àB7"9Â`+™´Êï"¦…0éà¯>Jè¿‚¦ EÂ0­¯AÌ(Êö±²”‡ª¼·ÙÙ@K4\£&Õ R<y/€`úBÙ¡DJ6Š\w 4ŸúL«†àZ*_€qˆ§;ņ v}ô•Ã-›vZq$µ"G“cP8·K{£i#¥r@­’QWµžWc0 uGúº¢kŠ’Kù>bç(vBŽ»hŽ ºß@skðî)£ÙØo! Ÿé„Zgj‰£–>uó­2aʼ2Gfä1Av­ËÍF\j~ŒÕéUhŠ—•-±LÊŸTïâL,·71]r­+y§ ö_z…sÙ18ÒU«Ï·½E::ó©„µ9HÔ¾¥…SõŠ­;=¢J_Oä"Ɔȥëc¿Ù˜~Kaëb±¨Ò„ÃBVG\Ø—yp9?=žÁEvPù4çŒf%J€‚T)Æj–ªê^3ÊF™.×{r-/øƒÍ¨2E&S¯ttÁeeóï…ò@³P¯E`gMÒq ¼½“ÙÙ,¡RóClt¬éð ¢XuÌn¥8!Sn¯ù@“Ü8Ð…~4ÒÍ'jgíXŒ<$ÚõRŸš%¬m˜ë8 :ÁÚb¹xúæ0iÀØ«á²3öªçTÑ›®ùAVY„*j:¬ >%ÄK˜¬¬†ðžÔÝÁæiÈÀ%*b wý¸låê29VÄRlï%Dwã"B]Ók‚MI#ÆÚdÎx=,ݹÌÕÜ Œîo È1‘Ã\·íHÐ 5bHhš"¼ î`{k“^úJw¨ŽÞ² }Z‰«!¥Íq&/Eá3° [¶µ2ðÒvgqpSäw²g܉xÓSÊsrsȲ«ën\–Ÿþ° Å­{àúÂ&VQ<ìt}½g,c…Ê)˜; w,A»‚ìKÕÒµð¾õ™ÓÖî,šJÀÔ°g4˜vVT}7Œò{,Õóu16M9ÉCÖú)7ù´Ik§?J1¯TWÙn_Œ”n7RxaÝù¶‰)m¤Pz+C=ù¬xVÅDîȯšZÃ=Þ6(±ivLjÒ°Ž6YI°ŒŸ¸äö¬ò€T¸'>¶U ~¬§Fwk5«Y½0Ñ5Ú5¬`·0öµÐD6E‚Ö “ðóàì¶I¹ê˜[;Ö&kŸ>‘¶ÝžרhÅL×–©;6‡¯xX×½ä½åxsLê·-2A0Ø‚ËÌHQ*£ÔËÿ¨4Ü#’}ZÉÕ¡è“ÚvsÐ*;ÎÈ5ª×—Ã]/óÜ€ìj‚§q¹9ÚƒƒMZÅÑi!&ïTˆ¼몑ø -Ë)êωíÏs‹ÿ1k¨„€d…"IÊ,}Ã2© „4ì]–C° IÖ ÍëJb¦÷Íõ0Ä "P8ºÌw¬j“ÅFBd ¦èÁâ´›6Î^ʼn–F¥÷–"ÁbSäÌX‹ [±Iè¥< ·Öî±Á¨ K_‹Û>µÚŠ›Ó8ãjKýñ‘„€T*‘¾õ€TìT“-!òdF›É²uÄê÷ìA&1ûêCµê"sáØ4º‡Ü˰ŽIi›É»œl.J¶Ù›+ßÜaÓº@\göÒ¸|§HV@•¹pÅ® Xs—ËoŽr§þ]¡ìéîVò?Ö ÷ -ãÆø²FI\D£Hë{<ÊYºFÔî´›#Ó*Êø[D£”xnNzgÖ§e{¤j%ߺ0sKý™ÝbV‘ôÖYFµëbÆ£ÉuÌ.pŒ”¯Ç_ ×w’™§C&óLfË©êµ" · |Pví#EJP,—µáH£à¿Û4`é~ ½u£:›âº¢GR`ºÔ­ÅA©:žë¡:”â3àŠ}Áü‹–ì’ƒÙÁÀ°mèö “N&2MÉ5ÔCl”ç>—¾îA)d»C¡ûÛ†MÁ¤„ à¼Dx«/çmxChÏ-Ý]1V—@'5G¼Ÿ([è™/ypXì¢ûºicA„Ž2›žaÚA®ozÙWÊW—[΃0Ý…aN.÷S‹wîn`’êFê#ÝÉv Ì7{‹¥³ V…j_‹¢™À<7î,ƒÞ3ê5£lE -–áHôšvý‚MNsR!a•ý@3Ûðx.Ê Ì©ko#ŽÌ¥K.Cqmœã· -ú…‚b›2ÍZ}µ¼8Žb&„Ib‹_eúÝV ö+/exÝqÄl¶.·àΖñûK—Ь Ve¬'¯n»U”Vy‹nѶ+4‘ƒ‚µi„ÌŽ|d®k){œ6W‘ثݪ<Ÿî\ ¯cXX¤G– ¹ ǵ'Æcé{kÆùˆ:ŒË–C -ƒ'¹î˜è:õ± ch¯ÞÙh·Uyú#ýôÁ/{݇‰HíkeÕU·Á&c $AõbHK$5Ij)+›ðî¥j+ŽVÝÑÑc¢Ö@ &dP ½&:‹Ð$†q©êJé¢n [)yK &ŽsÙÿ{ÃÕúòP.=KlhÀ`ò¦ð‰/`&Û¯CR¬Z¯½¦àNÔp, +|gþ8±.œà,šwkza·ù¯bÒÉÕ‡ä"c?›™­”½ÝÑ­é2ª0ÓËôDZª[êNwK÷@Ûâœ`¨Å”0 %,Me tÖf³É¶´‘rn{0_¥×mv ½¦aäÁŒ6…?À\ðGbЭZª]WS]Œ®e~Ì›^åìß•ªlíð±«8)FƒÕÇGG²—OIýV«Ú–©¾«Úªæ5äâÚ›a x@ªò*ÊmáHŒ«2€ ë^Ð,ªS»²!%‡ æ] z$¹¤:ÙútT˜i|A0QùŠ$W©%É…¨‡øœ¥óÌ=!²Pß7ÒÏβ¸ÛÒÞZ\³p*Ôp`.¨l%O×äw½¥M”4ÍóU$e“eK2$Ýê’oS9n¸ÁF:FßÙšÐõÞöshœ¿¡)ô’j±3:w®D1£êTWÛÙ6J“ê‹«êBù4 ÑåØrdÛ)±œ¨ ×Ò=ÛéÔMÍ賃÷nqYrƒ5ñ;äÍ]V]Å?ªËFÜ‚IñêÛrÑì ©c‰²ûfSC ©5ÔF•bc1äû§T&­ªÛù˜åhÑUFÝÔè =–ÈQò@zIë—æ^è–Þm¹H÷aœ-“½·dž)±9÷à2“8ôކP†Þ‘à”ø2PÔçÐd-_´êÏΩU±µKáÉïˆí²¹ 0¸”Én–ê…m´2ê³}ÒMŽØ¦š´ …@s½m]¢ð ˆÿ…C/ezßÖtŽ’‹ô˜=¶ýðhY,M(¹€µá<ÑFÏ7kSZcïXýѼiAÙÓñGžÑ‚¶ Ψœ~Ö¥›]–â V'¨ÊÏí¤=ž†‚,7(”BL­cyՓ鎺ÅYÄ8|úG”NL^ÆÁ°™.×Ä·ûÁ´<ê=P¸vb 9Ù}Fu ˆÉþ«åòAkº„wSŠœQM˜@÷}c$×}~°“î~R!›À£“@Ç}§6æ:—rÅå\¾]09–â"%èb£½ÏWhv -÷{DŒr>rì´L÷îÚ[LS]Šs$Tuϯ„ØU*faž„™¥ ´ 5ß­ªs9øˆ~3Îj\·„âÓÜSÞÉë~Ííÿû¥×hŒ¯øôçÿþËÓßãéåãýëíýñþõ'ýÉÿëãû×OøÓoïo/Ïx§_?^ž¿þÏø*O~~ûzûÞöùñù·_Z"¢jU~Èåßë½¾½>Þûú×Ç›q;^¹ýú!O¿=^ßžß¿=ÿ vùßóó<=ÿøxýÖþöñëëã».xÂý=^<ù4Æ•A{ëÓ¯ŸÿmÞôùöõü·ºì«—žçyzüóëûã·Ç·Ï¿?¾ÿ]~U!ë=½<}ûøûóï/<¯ýø ¥Œî{×§×·ç¿>¾ÔÅ{}üýù×ÇûËﻂíÍ»>ýðøíù×ÇÿhoüåñÝö¹ü¿Ë>ýOUàåÇúéùýõÏ¿ÿôöþã·ž_Þ~}ûzSÏO@­ozúéã÷î/øë·¿>^ýqWþKÿˆ·ßÿü|¼|=¿¿ü«bà•?ßÝ¿ýöüŸñCÿþøõãó·ÇûW”Í'fÔý[¸ýü¯úñÿó?&îó”¿.ȰŸ£ úæuŸM°!½œiaræçÐý$€ú;Çÿ!eaR§»þº¿@þÇ\ͧþÿ1ÅÿUEé å–Ëv•íËÑeýZlóf–ù¢éÑ®ÿÿK+©–ͺ û•£4Hb=Ã4¬¹ËYËæíBÓÑn–Þ»oCý'‡®ßN]í(9Ê!Ó=F2còÿùU½sNÉQêvFÝv6/úrÂy¿õhwœyB#®ö*]´Wé²K*N¸T^`sqUå_DJ]<Å ;YàmË¢hƒºkf€3ßí—¿í‚€™1¹öðïãŠüÐÜ@(×Û¾G4D|­wAްN,žöù¨–”>¦=è±Mœ¤ˆ#T2˜åmú˜X­Õt‘zÁ\Ƨ$&…‹¯}ærûï´BcDüÍÑ *‡Š˜˜<59l{5¤æ­[ìªÆ¸­}«Æ r8zÒÝ2æäɱWtܳÍ~,¿¸xÁóva÷‡Èá…e5eàµTÖ‰è,î‘\ÊE”\DHû¾á·uݺ@ìEˆ€€øBlDZNb6Á‰Ãç —2·p_Þ„Ar’:4æ…ubVhh´bÍÐkE¬¤ï¡®Š€‚O#ÇäR£¤?C£ßm%"Žè*ͱ7_.¿lh¦ºÔ;<2ÉØt½xðâ0¡=Jà.(€)yXs2}52ÊÄ´ÂlÉE¯¯ýÌË[VùŠÍx +­ð‡¹,l®^¼¬ Ä’:U%Øæiuöé¥ÑGÇ8,ó`dúÇåóƒ0ŠH­¨Èo‚3 *F~_.z6₃ªi0¿ 6ùHí ×§Ãb$6G¿ëF÷Hz<›®ƒljtL$~M ww¶¼ö·0—Ä$ϯûœv7ÓbOõªÑi¹n´s.þM”!ÌÇ’µjÈ=µDÚA™–ÛJÄMÇÉíîÆ[ö?n5ÂqGbStH¹íƒ1EšO«,õ³ñaš™e‡nE¦ÏIb§(¨ä>¬Z] ƪLõ%d\¼«,0#Ó÷«?S5"‘¬8@Bw›”¥/ÉÚ8)ÉtØ ÙkÔÇòIJÜËòýéoËð§çDKßÓ=jYil„I$K°Yćn%¡ÏÇVu3H5&+I¢ V¨ÁHßCl¤Â RÞŠ]&'QI‰ïyo#Œ|íoaáè^5BEèíHøˆ]Ü%FÐç/[Üé^LšÌ³!·ª )‹ð<=½6xJ¥D±0íà„² -ÑÏÔît5&ÍÙ¬ ·Ùiõ¬o@[±XN¦NÜér¬GÃ!#¡Œ‹†?ñÌÖŠÄ!l빿Yaíh‘NBÊ‹\‘ýªÆºEèÈ–FÞ|LpE™­“•»¢ld…s ±ùÜJ@óÕ[åØðN–ŠvÿûfÀœÖô8InÚ .¬fR¬Ì×›åVž¯ucÕ´ÆIxOßCq~¨aÒ@«ÈÀH MNã¤@iÍ‹?IæÞ‘÷;ßYbe4/Ôu-·ò¨QÒbê)‹¼CK©‚t8¤bÚ…Èl#—™7Ä-V±‰œ“ÓJ‹J­-qÓIn+*†›0ˬÙ{ªÚìäFöz`©ÞsºÐ™ [­Lvd¦‰Ý“Õ _H¢³YPµ Ëèºûã“Q²Ðý(˜¦™ß;X G´´íhöÄnÊj:ì~‚ Ô›°Î²¡úö±îEãŠÂaÕÃŽÂÖav4*·Ø]™,­LÃÓ69¿¤-óõV9*tY}rÇ’îó‡Êá:G”ë!¼÷(|¤4†#ðÓ¶ë%ØPèö|D³ʶ€•D™ð¢q”(FÆÞªt«Lø(£ˆ44-»ÎjKøªA&;LŒÊYNËB¬¡,ðrõãf;0«G¡¨5É#CXã>V¹¶‹©qùw*­ò-¢wâŠK1ë£m eµV°-(-UɺªŠªe’aªeÎe[²ÀM ±;³šÜ±rDJ¦q– ôøæcTÚÕÓýΖu0Ëm Œ˜±¨Ür×fùì=/†òˆûDKK ³Ýk^Æä{òb8÷–¤U®'}ˆãdHŠ`YÊÒ*í¤ˆš ø¼œ"­[옉¤ÐtWìåìlƒ€U3RTýNµœYŸ?Ãú9È&ùòJÊá;b¦OË;;;ÛˆÓ¢½’ö*èñÍÊš6ŠS/S±Êê.ãõ I™@sr±»³šKôms¤Ì¨i 5:éTÕ­‹?é4 •žÃÇI¦G`´ŒÆHì÷ìŒpmù‚r{hsÈDq½±½±M‹pgQZjh –P^¶92¿¦db¡aÚv"TIíá°²û|¸¤ÊyUŸQMYl¾]±3ss”UÊôËÖûŸAYÏüS|¡ÌÙÃ&Â>L`N91oRk…ƒŸ%¬ËŒ* ínbruPÇ5Í 付9ñ"Ô¦hs±ayµl¶N3î ºeÕÙã3©;s°%SÒ&åuøÆbçÐ6ŽO…YæÓÓ´k±ÔRÉ£6å˹*·l þù_ÞsÈ™‘rôåð±€ÒÏÊ.¦mqó ¶à -×¾fæ @hîvÏÇ&3l}£è\š¨;±‚t““Λ“’]9ÀBÜ8R<'®2Íz䬈“"jœÀ¯Œ˜Rë<š#Ÿ> ©i凢QQT-p¨ì_^ï°®xí>ˆU»`P„[[Zðl¼Wí½q¶¹-—waMÕlšªÀû›0äö NãDÖ­tö ,gÔCîˆÙ£N…Ü8×—³Ö¯q˜~˜bà õ•G{ù¸Ô$=©r®&®zÆÚ± -ùn·È9›;¸fy—HÆúÄóœrrJ¥n1­ªÆàmb9¬ê[0¶Ï,èÖ²ËNS?Œ¬Ú—‰9PºÉß$;©3¦fp*|DƒùFû?P€!Q~wÐômØm̈èI]×-.dß"f±Ù£)«A÷+QX”¾1€^lÞˆ¶T#=Hž$ÝÙvfz±¨ð{5 è™äýJ—E‘½—ÃÇ(ÒMNh–jZkÍhËåÞkz‹Ùâ±ÈÛ‘CÎ/T@ÌjßÕw*–A›·ÒÐTÜ<ˆÆtFÖ%!BžB]í€v^XYL¬úbŸ€Í17XlóÈŽJ‡’Ƨ§Æ9¦ØÓ \`§?œà!ì ÓŸr{¾£š”ˆ³Ÿ{Ùm=Ԩ˴[Ÿî¸KÑ£ÙIlì¶¹’lƒOaíåâˆOËIŽSéJ$ÄÒMŸ™TºV”pœ[·òäSx6”°Û&«•!ªŽc·r‹Â°¤Ñ1÷7¨e‚Ùš2¥2.YV‹ ÎÓ«•`gñÙp'£ßm´m¢EÊX½EÃLéëÙfísƒs>4—˜a`bÝüoÎa¬…¦1GºbÆâ t‡ƒú¢.{‹ÈŽ3¹\ãaç£ÁMè€y‹n§h«/›Ø¹ä$Ãï-i£àh^©ë:ÇãV­…[l¡`{¯YìÒ`FËH_°ÍÏ$ÓøWÓè|m(¡%ÁL±ŸÁºÜ€f–ã™UnÉÖ¤žóqÔ„*=NjᖑçÐÆÐ¸]ó’0,”´ñbâî…E¸·;·£q›VeåæasÉû%zÀ,7ÇpQíב¦™ÅñBbfÈÃ¥:+‰QWîûÅJ KÓ5ÖõÈû |ºs¼kííŸvêØh›´ð›±–Sr¶£ÏL)œ•ù•'A|ôæ‘ã -}Ç.ÅПÒQ±!¡à𿊂ñò‰É8Êï¶c¹+M¡–k¸&KÈéy}rf|è¸B–ÌÞR˜ œûbS™Ã[ƒ9Ü̠ͤÊé¶0µ¼EîýN¢QYí qÏ80wEÙ¨êQff&ʼ©WÈñ«ïø$kŒVÉM£Q™G83Sg´ŒG'öÑ” \¸\Ì/±úÎI9Þ~â?s¸z“'bÆòPg*CÙ±û‚º€ -ð)øŒ+CQPw¥µÑo麫ÚCgaIÝñjT½(ó¸“ÂN;ƒ+MÀ­FW7M9Zò£UqDË…A$¯b—mr Ýé¯MÎËŒ]ÙÁBÃä—ut+ufðhT±»¶£Jh;ð0‰ËcíoábM†V7n)ßXÍ’s”µ ÂÆÛ‹4-AZ“ØaÛѤu³N ÄBÒ£ÜåeÁ¹Ê‘u"L÷+r2ÒdcGÂ,,MòB™>7©éÚUKÃ2ÄòBší\çfsk{£“#Öõ.Û”tŸ?9Tƒ-/!¶lâEEÕZÖ@Kå¥qýƒé²ƒó¦åE£-Ü»k«­©`ÚÊÁ©Êm>-3ʆ+;2o¶É££ÝÝ–wÈ?ËS’¥¨o=ÌZíïôªHNèVúæä´¼{ûmE4©ÄÈy 5Œ¯6}Hq4m ,!Ò˜™×–`jvT9÷ Ì³°£àè>È#5û…eWëƒ0GïQ©¯”Íä gø«“_méÍß–Ôdf$Á‚ÒÍpÈ•2}r÷híLXšN^µ'¤²u,ÿõ«ûu/c 55L¼(uˆÝ³ÉRÅMjß2±¼ÔSwTV®5Æú… yJD¨7@Ê¿A½£3l›A5ºÒÈC™< ´„<ªƒâû}M‚Nq@½ŒgMùpx½qâÑËJ¢€-SL£KVmŒ2Ô™IÎáÔ°R$¼d'6ŸUMߨ*Èfñsá¯RÄ_yZ5U€1ûU'&¹ˆ;ªtHjó±£ôCmØ -ø9(!B4*Ç 9,³Uå–EÅÖÑX)³Æ`‰Nn«Æ™9IRª%Ó!.ÙÔ¹IVFkœá%kÏJ ,U7k–pz•¼ãRï<¨=^‚£Â ‚œô L”«ó¬®`TÃÙ¹ðK„©\€¶t2cÑ€:®é<£¨ð’»¼Ìj¸ N¾¶4ë°ëÎÌ=U‚ÑVư©ˈI^ñ5G˜&n'Žy±H ,Ž]É*©QbÌu,55ž–x“ÆÚŸìªÉ¼¤ó2$Ïèð4•7ÕæµÐ©œ¬J$ò$àånl‚G³—.Îú®nWžÊ°À&&©‹÷Jh†ÎÌ[tÜåvB•")t+–slΫV‰1qœ9º—À³v… ©ŸCNÌOg j•`_Ú’P\AÝæ£¥û8 -w¿0+4”ñ2še%Uýbé:<§FÁÈN¾§ÕùPSql »ÀÚÍÚQðå 0^bÁW¦²]Uê¸ôVrp4´lK|!ëÆoDuƒ0ø²;`_l÷¥#t*jeP²QÚ&&/ÃöŦê:+$8lþF$XëŒÄ3Šb±ñ¹H7XX½iX3Ót=W*­+w$ÐÄ.k·’`´JøøíѤΡ`…ÒÚñ÷Ä]]²‰YUÇ „ž@A9ª -®5‰Ã"7B™ä4®+ÑæêÚmj=Ѫsß;–›a—Úï9D3ò¾‹Ð+ZÇBã¶m³°*ù6ZbpíWjºvsל¨…¡ãt–ö)£éT¹Â3l”ìÄž¸ß’ªÀö=!Á07µÇQÔ"6(#ùµ¢ -­s×C…™•t26ÆÚAó xÞrfZù«s¬&å´ìo_‰¹ãö+;Ïò Vb­† ØÓÚçÚ`Þ± h„+i6—½¥Mu®Gs’CÍ=špSŒ¾D3gowlmCe˼YØ^ƒs3}Oh¨ÓÆ2½Äԙį~\¼º¯ÿ¿¡'¬ø†ÈŽ zÌbOx·VçºØ•°b¨IŽá8°³/á:¸@7BÐ[Œ³vãa¢sšÓ,lú` Ihõ] ’3‡l°yÜ„CfVjPÃ507uúžgá]­éwj¹föŠfå‡q¢O Kø€éÖ…lÌQy1Ì^pïHÁ_j< Ò5˵†Å,AdŸÕ€céÌ:j@ïgûfÃ\MÎÝà:=ÇÄÒѲˆ™Ôq1röVó%Ct6/ÁhrvŸ?ä–Fj„]‹ð3³ªŬ¯‡fa³uy3ÆZ3dÆ£‘;ò‘Ä¥œšy{ó–+ 8ÐÜì>È+uÇo…³ôó ß' -ŒšP÷ç?‚eìH.±Ïë—Uõ´H±OÀ1'Çn—]è¬\!-z‡H#Fëšî¶Õ©Wc¬¡±m™r“GŸòÜÊÅcâ–a™yâS.'ÁTÊÁ–äj¸¯OÀ£M± c¼H¯ rbñAyT«<æèoîÆÕc+ËÎ¥Ø3`Ý©ð¡¸&&>h˜á´¥3óÚ§Û›…õ<ÞèZäð ”á4&P£>5É市t웃3d[ÕUÙ\ׂ­|¨¢©™>;¬;.ÂN¼DlZÆþ±BZÊ.ý4Ó8#Ÿµí«SåÊÌùaQé—%z¾¶ÄnY–†ÍÈ›·1éá×%þFÖbãGc«!vX{Xp0š€.þÈÙÛ`‘!DÏcEô]ÝÒ÷§GÔâr ˜`'òæèæwZku >†™ñukÊ¥°2ñ3òûe3^ËA'8<èÓ?k9!îë%°ö(AœÜ¨÷äÚÿ4iÌ3áLNDco)öxÄ7‘w£óÒãÌá#ÓÎ6,DÔUÉFé­1؈Ȼ.~XªÔ1öý‰\](ќҢ^¬uH˜Sd$mìw´CFñëpëY¢÷rL™[VÊ,§šÃ7rI³œ, -tìU_ÁÇ`Ì(¥…ÛL³rôÒ\´yYá\]I·Ø`LbÍŠ-p¾A~-Ð{éM·,üyÇÿòèÿþÛÛÈ÷Oÿü÷¿N}y…ÓûýöºÞŽÛëoßñoŸÏûã ÝG~Üßϯïè§œþùyûz~þùUÞÿ¸?>üõuVòt™û\<áírÜ>®¯?q¾ÀÇ|SïN?Ëõ|{;åÿÇUìû%§ó×ãò&¾Ý\ާ2ñ"Z»¼õ+½Nû§Á6–Û{N_/_´{??®¯3y¿‹ºÛxàö Nǯçñóx{ÜÏê‹< ñÏ:½ŸŸ—ëý×ù㽿ûíù§õ3DO!¨~º\Ï¿/ò=áyü:ÿ8nï_÷ÓÚøM~Ø—ãçùÇñ›úø÷ãùêce{©Ó×xý¬Ç~¿ütÞûãí·ãB¤'½~¿~œo—ïíy¦?ïôãúåx;þxï¯óíý'÷…-›oñ±ÏŸçߣgÿ:~Ü?ÛKá| TWŽPå¯á‹ÿÃ7ÙHV=ož>ò:>^¬êÔžû5çþlòÅcÆ[>áñÏÛõëÿô+üËãx~¹?—ÎBeûîÁ÷¼Ø¨rbÞ€¬³ýÍ`›s‹,/XŸÃ'e£žøSñ[î*ª\Û]ÓˆÝUÕ.»BµRÞÎ$7Ž—o±J€Ó—ë“Û\&‚Ÿâ¨f2´3›e{É8ä0tåÈ…vwUŸ]ÊÐN4ËñÂfŠ[ ©X"è&ïžw¾ºjË/½ÍhÏk&Íį/’KDˆSC|­çï -öºu˜ÇÚ²´ôÀc”I¹-å*P¶ÄùÜ·ÿ¡¨Ûó'gÒòµÕê±ú|ÒséÀMG{Î×_ø=e©?ÐåJ\õ•Ëȉ¹…HÜÀzJ8 /ü:V¶³"ðž7×xÙ0°d$ÈÛ¥}ͺü„ò·û­jÈ']?ˆ|Æãþq}];¸åöJ–ÙN“™6{Þ1”N„ùë w‰Ä1BQg²t»GY¨3éáðŒ”q»¦èË ùÂ÷ΪF¬á‚m×e«%i2!Òlyˆt·MœKsp¸'þÓ‘…è6í:ã…c"¶Á/ôÿˆN‡Ò-ôq¬™ÿdjÚÂݹsÙåÅYV»¨VZu×ßЩlŽØÿß(Ì|8`J8qY”‹¾^®ÓrpTûJ!»’¤æÿ³Ï#ظ´|í»E$Ž-Û_Åp{ÑÕ€tˆ«Ìõé±nM@»óí”&Y5ÕEr ¡|ñóŽù®×Wïç.L·??õ¥¿8CµÕNÓjp·’§ Bd¾¾v"°Æ -VϧþßE7QLÄûƒˆÌ…üf,Wí)Z‚4è15~’ õ̃ﺛ\±ÚÎ -Wb:·f>ì—Dú0éÔîÊ’™Uæð Ãíîêg˜õFÜ{ªÎN‘íb@j¹T&”»æÍËxû+tbSÑ#€ükXþ‡>ªÓ$ -’ªâ2T½¥"w4ñ1åýåBŸœïãŇ? °vH%¶{½+M¾“׈óàÓú*Õ»ó˜ דÿ›$&M”Û‰Bb_ŽËɃ9åÓ]Þ6rÅhí×Ñà¾iâÞ¹£¾}s· -¬Žví(ÊöfΪâå2 … ¦¤ê` n~ø7¶®I,*šJje6ÐÐ'¨Dø¥C½nÒŶ• ©"æàPþ âw1Lr\/¥Eáh`U!¾])|×Ñ7î…xh#¢—úAygµPv4®æª û0Ìz+{Ýs¶-Æl,|]sšs»näŠñÂÃÀäfJµiØA;ªÂÛæ±GÏèÍ$é¶È"v_AÌì”vkÔDVÌ9A*Ì SÊ,äã @׫ª wtBï³[#÷ _ä¼'·¦|½×ÊWlÑmÂQ,ñþ&âsIZ©…lç÷'i®“IáœÀ¼çm_¯ò°…½BYî×4–Dº¤æj«7C•1/õt3R‹‚:ùº”ó•6D!ð={ÑS‘WsîÅ'ß'¡ÑQ ŒÇ¯Ç}ž¾/Ãã•WÕævR…ã -QËxHˆñFÓ‡Ï\¥“ð,è5…-d ~f½ml†XêªC ¡2@¡ÞSZÐ|ýêõ¨Kß„Ó^CqBUÌ‘W›0¬“wøYyõ õÞŒÎ{‘ÜÇä¡SÚ‹À[xœ~q£ ÒϹžèBu¹nÀZÃÑxY׌u•aϱ?…˜H«©ÁäWÍ…J=ÏŒRü¦œT$B%˜®hCŸöXòm}¹Ö„•^i xå\««1ÃF_ky4Ö1w”$øtë<ÔêW×D¥«†­±ŽÖÚ3/TÉl!‡ýpj´2o×ùó]_FË$ÂîÂñöØsTñö¦ö> -Tlê¾úq7•‰±½¬÷R¡cË[‘—z££JÍ„såÚ@&ªµ¿:ÞTav„u-"áÖÁ:Õ˜BѸÁ½O¡³²y! -yuìðÂ3ÄöÃË9ãtÈ:9•“¨vÚŽÊ«~¿ÖO>¼\íôÇwO›¡‘ÑJ$™Œ›e¢ÃÝð¥Œe8·ÑóXj´U¡IjŒ…?x±£D(y{T çäëìBì͉Ô‹+Y­ <ö¯ß|„»õÐÐd§¥ê2HC¬ƒ°óñV‡bL_zå™PoûƒRb1^û¨šÛ`Tªˆê‘"t5tÄÃŨ¹ÀîVž…¼>UxñDBD¹Q8iè湞é¬|•¯ »‚Š3R(–œ ]&ó9^¡Å„N…|#lX KSªÝ€è -øåÔKiG×,\6)»ìš ¦JŸÕ`êØ .!ü0îw_‡bÏ0üR¢¥H-tYXm\øŽˆ}£¹ÿÌê§îjÈǤn¹Jf*ÖJr9_>•Ì`c܈²N"ϯõ=îIƒ‹r‹9°ÑvÃУëd}µ2Ùª2b*vdÃѦßväyе¹@#8çn¥¬Û™©¹˜ âßC“¥ mUR%øT¬•{!kŒ—Õ5¼hZ‰4ºœôy)@6´qW_{|6O’‡ó<ôéBÛ4pƒÖiHNúÉÝyxm4gÂHkäëŽ1¥Tǧñ±±Ï‡¼X÷¢xånKj!‘M‡a·®ÕÛ6:YÎÁLmQ -|2XYûmŸ,<É…p¾…OÀ¯‘Ëñ…4˜än:(ozSjѼïž#ƒ°+óo ܇›üßRþ‡4³‘'GNP—-ç@¼iT«Æ}Ú´7ïævÖÙ¤ÔÄæ`Áw)õîZ`µ Ve)¾Ô[¢a©²ƒWª0Š%® äÚl@¤GPÔ'5‹H¶ÊcŸ‹Y¥‚¼ÛéÖ$nÖÊT³p¤ªPç„9Àx³Ü[m;zìE•Á&m…˜Ò8ò©`ß¾£=ç]éeWÔ7ð© *u,P"§haNvq×7³e3س²Öê Ò)Mb¼U-ÜD‰µzï´™øJ¸Mù½mÄx‘:T/v(¡.µ@´=J®¤ñ-ƒi¨£óõm…9ÎyàF9ë>ƀЋi†#uv¾¾€FÁXkê^ªeǺøiDlŒñzH4sàu {ŒEØ-5œ36 TÐÇ¡ ŽSìåK{;cn¤‚ö8õ !>Þ<ܼãÎ|‡›¾,Iͺթ£‘ysdy! -~ŒÔ<á©ËMº•Z"‘èÜ`ÍT <Á—­síð"Á÷~fsˆ¤Êº­QÏjG'˜°J¹%݃.AÛÓ伄òîªü“{ü}æußJ3©<¿¾Œ— Êسò‡¦K0ˆ*;,)¼ÖVe6b²G0+ª¦ÄÖ•ãUºµ3a.s²ÚKêÜG¤_¸+ölLD†UžŸÃÍ¿ eqÓeÒ¥8ëº`1f²ç,±Òó¹dà"òæ†SŠl·™‡ƒ“ºú>ˆ^9…Yé\»Ë²ùÎH¢ Ù®Ø^€†*irìz”H=›J)H“¢}Ö9°àÞÔ¼VÁUÛ›ÿ¨ôo+d×Ù¯×û©Ì­»£NPÀ-ír™W7z›ïö!AA%,2.â‡à‘n¦^hó]Ûª(¤ÈÕÅ>°Öy*Höá‚@ªá«éÑèðéÚ¬TØ-rÂi¸:Ïð*ÏmÜþ#q’ßï³·{dèéM±E•(HÖŠýÐÓGGztϪÍS)üzÉk!É¢5rùAl½˜ÖÞý¦iÕæõd \Õpà!+kÝÅçJ%­ ÞQÉʲ»±ç!Tr„/Јòpl‚5L(‘žçÈ}nh{f±?•ÒMÌEÛ„û̋߫çÝ1¨$>’BÍ|®™ÿ„/=W*3o¬ªÚ&,-péG^È< v¼È$ÊËí.6½É¾ûxÄð(u&{1 E‹ÍeŒ›18H=RaOÒÀËgQf1EħªÞÎ÷®Âå ԧæĶõã%[g˜ÁÔd¯Ý—þbÕ åôÒ°fÔ%á^Öd])Áâ‘»J|¹qÓŽºÅEÈÖ&ÞÑuꨪT™Rf5«ÚG‰L"ÚW0ÅX»’öÃ8X¬ðíýW+ˆlÿ'úëtîſ¥Ø¦+êx,ÖXC^ÿÈBB¦Rsâ@ -æ©wø(˜oÒÍñ>·j˨嫭С’`6¥ÉÖ-­]ûo(A=FÊàÊ•¥"€HÖ v3–Þ½H¾{×¹AJ:ö©×ËõÖÐËòï}k]­K øÂL‚ž:—ª´1?´å~†÷@"7fÝ^D•†BQ<Ä£Á–?ÔeáõÜ1q5c.B¯Š¬RlOÆ;›£¾Çâ 4e· x -m[µ¨x;JwèxŒîxët³@©í=–K”ehèZDgS‡d…¨ -ï]M{ÎÛÖ¦ÜxZëÔsaâ\ϤÞZ³j-›dÞuÀt*—©AþM™ó †;Fu/à=vsÕr·HÚ[^)¶®·³?ùÞ6%äjvðòM/ 8jÿ”ÙVÌöžkäé]µ~(Ҝ֪0–‡€‡ ]@MÝÞg䡚P7_ g—P±‡`W×’vÓá•J7$8 fŸ§^´®ÓaTǸƒ§¸|vÝæ;Ô„©Ü€ÊkoʘŠq‡d™werûŒ;”›;5,—.‰Æ´î~óß UoƒÊ>!ÜOòˆjÙ™#êÌíòÚ¹,cØ~U-UbÑŸNÕ!«²|ëw„q‰Ž°Óé¤p+—69'!âbjÒVõZ°xb gc“2›¹L ¹É¯`"za!Õh½¡µ•×íº72=ê†&CW´ð‡ðk@À–p.dîtŠâ‘ÛÙç Êß -ó–Ë·zÍû–…£y¡–¡áÜÆqp…ˆÅMfÉÿ3]‰ÅkÖ¥½{GÑJшò¦uAÂÁª†=°«òÿÅ Rß>”Ü„ˆˆf’ã†÷É1݇ÇÉ·9àB·^mßøzN^ -*Aà­ðJ+Y\Ñä±q°Ë÷Ç*òB©LÓÑ5uœÁZ‹Ãç4»MÈ×·zwžû:®N3J'àÞ×Û†9^‘¹úÍ ÂQ§ä††Èû0ÓŸîìÒþ±ê€ÜŒ•æVyD*XÍu§•<±"ÏY™v›TŽk=Fžfç;ræÑrùòþXEýÞqð²dØÕüƒ5 î’C$êGØ‘ÅÞnŸ Ë#Yïqî(W*̼¼J”Ã< ú¡8Ýòoð4wÈñ¸”qӖºX·pȽv©ÿƒÒ$ò"&¿=$oÔœT||ü%ÂE"/zú[ w=îö—I+RQ½Ôȱ z[“ÎK7½øLy×ó(»S‘ïº6ÜÖgÉ"Ÿ©jF‚³¸wº SOuŽògÂ2–å™Õdn^åÌuÑóŽP,—æHå±*Z¾7{gÓc!iìªÿ±šK›¢ $õÐÂI[gw¸È£Úr—½ Áƒ˜~?Øí—É­aóh¼Î£Ö5Ãοßjð:ÞQkþÛy´4xÞÍV±è…:&ÖgK9÷,w(Oèåÿk¢uˆnQ*Nì fÝc8•sƇi~døRu¾c.®™ß¤¾CÖyé8$VØÔÞ2/ÈáBü §f4³ÓGdWÿÕ¶ŒYN…Õàtêô‚`Ï0—îò -³*ׂԓÙlŒ,H\¹A?¯¿Û6ÆuÝkUÒEµôÜ”f[àüªY‚×1fòˆò±}©R€®gnQ0§á`Ý›t°F”¢#)ß`SV3ÿ:@ÛŒû>sÃȼ…N/!öµœTÂÓX•Kf„š_ |.“^gv;| dUû>Ü:Ò@AþM,ûC³âmô;œEVQoÜãÌöF¡b¥}O"Ždš²# uvÒFµÈH•·3Êm,ë.{~1¤õ 4wmW÷os‘r×*Þ6qºRÝRìb˜ÅÇpkcQïæ¶&‡mtý2ž …—@IêëSÞï~!fÓN£DË$ !b¨ÜiÜ}.5þ¤‘!ø½ˆôæƒ ]%«10ÜøF}ê—„)×\Üò²¨KÈf•—c'²7«‚N*¡“³xÝ?GÏX”šJSrâ €ŸÃP'€wuÝSÑM`GËx=¸ÓoŒý fí/5‹]MÞHª³ø§ÄZÄÖãSÿí¶)·Ù” îT¶0û€…;¨¢²¾ò‡C¢W+÷£‘~(aTæ¦#œm`¶ÌêƺǰaÛ•Ä ¢ÌbÃê0±ýEC˜vLAò™fC'Üà–‡úåQìð¯Y%_½D±5`¤tN™’»dߥˆ8d»1^~®ÛòÆPôTfìªà¦Ò½ðv€^s/5Qãc -]PeU)y{ið©ß|:?Š7› Ng¿bD;Uýnß té"ü’|bã7|»DD·“;BUÅö„Zµ{W»äc§—BëÙ ·€ÏƒzÛa'½õy°ûuˆv•›Cq‡òÇûè6 -[’]P:颣“ÝÃrQžDâé9N×!ëñ‘ ÔÐå9iÄocRyžF/=ÊP¤ Î)ß¿ãB°1æV™ -©Íá"€ÃÃ!¹ÃwjéR@œÏšFyû/,<åm·%é:] -{Wmó£"i!óS>àøE[ešéRà ìAE{Á²긣¾ˆ¹"œFµ’¥øÜ\‘‡RÅÛ{&»óÔsKY©tUVô‰Wì÷Ñu(+0– -†p@ À“¿´gÜS8&+ÈâÍ$yèÂPÉ%^iSª}ª`DåD -2©¹œTÙ)Ÿþ¹õŽ»”mØ–ƒlHQñA›7»ê"` -ÐaïS|GÛ—G*>Ì“ÊÌʨ^iLIJ…”’S\M›M¨ùÕ€ï¦á²Þ—¿XD9ܬXÜ¡EG¨e¢Â:D•ž®A6*Æo}°í ZYõ*šÉê§ô¶D赩ÀÌÛëˆ#´÷,”ÛpÄäýêýÿéÒ¾ñðáÔG$=t’ðÄ!ê -ú®<a±pk^jª—‹BÐuìÊ ¿¡®×¢xr¾ž½VQna8o Z± N…ëŽ3ÇÃí£¹}~2áþ¥¥ ‚Ò w4eJ>‚8¬TŽUc¼ø„ïÌ=ãä0ì6ðÐxDg6Ó“y ûâ.Qûí5Ñ©šN6ß èìz‘„ðŽ.* ¨Ï¨CùBW™>¤(®¾Â¦ÁÞCuö s@ˆåìq¬¤ÞŒHR¥˜÷é€3Rgb»mUbŸÈò^Ò˜ä(gÍYj­)T¶aM¬(œ6änŒ(rn:Çd]Áç|fÃû'.q×eŽÐaVöÓ!Fõ´1mðÍÖº“¹.Ç Ä¡ ³³¶˜³¡«À×^>SoÎ8’åÛ“½F)´J“]oZlñ/GÙcFe/æ[6­T•ºÇ(D•·ÅfÎøXކÍOù _“(Xû€‘_a*ÿ˜`vß1ï’sp@åµÝjz+Ÿþwüܤu h>;Eé6ÂÇŽN+èG…ByEàdž`¼óݱö› :a_©j´‡:ïŒ^<ôÛ³‚mõbCW W9«¨·ç=NÎ*ej/sRoìçU£vއ›sÿüÝ~“-¼Ö³þÑà,®‡ÐP(¶Síü8Ør$ܦb9#ÎgµÁÙt$ ÈÜs@¼£™;è2¬NγQŸ›â”›Žç‚”,ܳ´¡Üf”¦ÓЃšS -عAÞà¢Øüvr’„«c -Ó¹Qú8õöT:뼦jp·ª´jKÉy)NòœnþâPµÑdD¥·*³ŸàÝFÊy6a„{ª5“á{Cï_5çÆöb1Gê©n8&”½™Ò‹WåNô £H50‡-ˆÝ|ýÒ³¦¼¡Š-Ã~áíRÄoþ}r쇼^Ü1Ìz‹?E–ç TJÖ}Uñ ¤|¨÷ccÄvƒYžKšàñÒ£z¡˜ó·ÛܾÔ¯F}û¦åf»AhM” -¯ž¶px߯Á;¤Ä³«ÁóÙâ‰dK3kÎ†ÞØš¾£5ú vŸ -³Ž˜HG1ÜÈØJ°Öi7ü‘%•ugG…É8ʗ¬³£ºmÞ>§H7§»§ÓïGu«¼6|ðÁ’Ø3GøÔßÒ`j¢íÙ`SÇ€ëYÈÐ}1ѤõJ²Á™c˜õ6;·â5£¹1 ;*Ȧ$IÀG”…3÷·! ñpŒ—(DjƒKfÄn°•úE±9°ë¨~Vá(-­šB$[nÕ_Tɳã\Ù¯CôžPm<¦T[ÆÈk‘¶Õšžee §›ÝÀàšÏc¥ºäŽ.aÑxdLûÕX›{Ñ*=Ú{ˆðXQKßü§e› µ5ÂÉqíÕmï&š ´rÁÀ£b{Vùݪ\©œòT=zGØ3‚Ôér¼ž]`=û¡œÐU0>u6ÖÓÕ,G—°hîx8nðð’ai?µ—Zêä Rç½´ -BUF]íàÞµ«ÐcB/¡$ä‹M.`á&/ñ''ƌܰLO½ÛµÚ罆šwåx0–´Ëÿ¸yYφòÐÞìÕ)Ò¯½ÆÑ\Ðuehc«ÊP&%ÿö™èŒØ$TÊ^ç„a™À¼þÚèu½ƒk={ -QÝ-Y¦†twå9$_G] šÜ ÍöØ+¯•o_…»Bòü¦‚)¨"Ý -ö­àÆx…8”Ÿ4ió¾k¼ö‹~'&G¸QÜxTÍš7]¦ÜƒÀ¥¿æÞë7HŽ*ÒÔ­ãÑ/ŽÛ¶åXànðÆÇñ¿ð|$ XØ—Ä„˜ÐaÁ7…~«Y¢씩p$îÅüL@WVšï±´PT&:XýŒž†«ÞßÌöSÜxDz¥Øc,¢5 ˆšnQN®¸Qß¹…$˜›pó”¬Ûèé¢[(UãÒXe>Q¶'Pm7˜Yä1“Ûr“ã/êPg—œ¤€ËA] +ôuÕMŸ#'©ì¾‡ôëxb_ À€óÌgµÓªêùÈ’\ç6! eÃDþ0s(ë€d7bÃ1¨¼H­¢wÎÐ,u ´ÞÊC8Ñ](_X2]vSB vÿlÞúù2ëÿ?QЇ€"d˜Û1³¢ô@ä®êª6—½³AâÔ`!¢Î&ŠrZÐ@ÂÛÄùEÕ¼ ¿½¯F‘˜ïø]¬ž‚K§‘Ì]¶ÎÇ¢>„a‡hgT9)ìæÜËp¦ѽ:v¥PE¶˜v~ÐíÌc|îÂ~Ûq¸)äÄ[e—2ÃÏü `ÇEá[ÚוN/IIqôíVÇ®3T§"MŽz„¿pHöäY^W,½ìz$¢,¿Þ-›LMC0`:Cx 2g‹[¶[eÜ„–DWÁì¿4¢Á=6Úí¸’ühë•È}ÃFgÌm¬Œ¶Êlžo`!|õ ¯hCx.©ÚäkR -U3M,R #„9|W•ÂKÿ\:n•©p2X™zÀØp ¾¥ý‚ZPƒ4aÙr ´ßq¨k‘=aÛ­Â?ëT,Iᨲ)ª…Í\¼èU÷Uÿï…©*Ø"°›1%…nço–BFBÎC8ÐË5>'iù@Ö§j™_Lt‰Žh¼œâd¾×y…a¹0 •WJ?ÂÃAª3Hþ$Š?BRª 5-ëw9êD5½_c¨ø~:¬á¨ÒŽM K~á×Èl#üfæcdnu܆ÍÞ¡U€«ôÆûA{ógÍѲií%Ý©ÖIØqñ:¯ŽqrȨžÐ{6–ý¹ܢ,¼wíÔ,bÝ¡{D;ôâ…8å[´»™ñqíI÷5Yÿ}:̱ ©—P,Zøk,„µOÒ¢8 l9fÓ&cܯ dÇd΋Òíé&!àBÈFS6†oÿß!+ -ãeX ¿v)‘-¨K„ÍæÿvOíÖ»7¯-;² Š„›vì}ŽªÕSŠ„'¥1WÉÏ{ZD¸[5Ï_Ø«»´ð7 ÷Q—Ø‚.'qm gëSð]¦Ã:˜ÛYJÕ:²õ$ãžþ39VÂ3ܽªûµêL¡­i\oœöZ€ÉWv„Ÿ¬2&IP¥:Ûü¦œÞè²Õ#´¤ð-UbDÅcP]çrô,…®·0€4ð€#Ç«UU*¶ UµÃõæ¥Äy½P¥ß3 Ëj$КDm¦1FæÝl7™–Å¢L»rXHCÑ—¡ÐH–ŽS 9 ²Áÿƒ‹¾¸ædÒ%€µ0nèÁQ­mœŸYD[0dè­Žå™e»ië ’? Õ'jµÑÍ|Ô¯auí¹véScKB;škbÝ‹QåÈÓ¦}‰…æËP×9G9Y º•ª½íjÄÝÄDy¨ B·[Q+,zdl^¯ãËæm¦**œ'Ty,óº!›ªMõ×a'¦67%ì*EØ1{ð¥ÛÒbÏ0ɨðôeØ–p=›Ư2']*ä9줴×]f‰ ©Ñ aßÂÄ6°f³…bl\ìì 4'†n m P¼;-*¨UšªÇî˜Ãº¤l™ü~4£¡(¼–ÙТ7k‰–)‘%¿°T²>Z“t8—ÍÔìAíù¶´õ˜Ã€´ë½É#œ"ÐÂÚ„†LžU®*Cò@e¸¨¥^‘«Cæ#FsC³Û •þ2ÐÒyoW4CÞ "ôâ÷ÖÆ±‚n¢±{–Ds™ÿÏ1CM"lÓËÃåj°ÀÙñZº3²/M 7/i¦S£¥6h[¦®L‰UIZÂaniTÜ2NÓJ—óL#Úu tL~Au§w±ÕjÂTÉ储Í]p{\5}¬•Γ ]/—؉ÍËW¿.Ø-LtŒóƒèdãnJS,JºC«’çº)Ië¨;ãá%ŽJ-R%Ý̇ƒšÚ¦[9¤àŠI¤T;¢Ðòø:´CZ £T§ô—•ˆèšd[ÔÙvLÍ ïâÖQõ‹0êS“.•p u¦ÿK‘ã‘LݳáÒTŠ"a•®·e8\hÅ!zÙ °!â ^…ªµzƒ´MÃk=F0[ÃE÷æ¿Ur4‡Æ/Ê–g‡){ˆq‘NÕŠŠ[ÿôøvôŸc)¼ùU¸‚ÞÑÔÆt÷q™ëËÅœ¶>h5ÉÍEbµt uYy«·{×ï - Y»(r<S?=«vq%!ßAcþ€iQÔ½îÞÀvu×­À7ºíR#¤õPg}ÍgÍ PyLœ©üG Â,¯9 -ä¼°KEa˜Ô÷>Ðn´‹’­k8Øfî9ùUO•.1?V‹6ÊIj\ œ@3$ÜâÖ•³þõòD^Á†Ø? -Ä¡Krìfk›W2̵nÞ¼›¦ÂÙÉ쥡ú*¬£€ÒÍz>U#ÖêC”éI V´—0»Ýð§‰f ¥…øC¤LØ¡Ô{}ËP\-Õ·jœ03E\##êZ–}ºÍ­¡~Ð$¢U·™¿k« +—þÁK®Hobd>kZÌ*å—>À½ -. ¬I&©ÈQÔÚy“}ŒéÊ©™bGöå2³Ú6¥Q`°R…ÃÈ®Eç™þ²:•ñ Mj)TȽbnÒÒeëttöîå7<ì»g¬fÈYøm¡@í²'=yÀtMÔúìØ°¿O1šrQy`ðìµ²å…Uò‰Êû*`šEÐãM-A„àè )Ázé…´¸ûlþãZ³á¸ôõˉŽz—ÿPw¢ ²¼{ýÍ62«N–ÅéD³{Èek›êd\¿‰uÑe¢<©¿´°2Þì‘Íca;)ŒtH§^Üü޳໹ŽecAþÛǶ;úði'\¾†ú7…^&CžVnt -Í Å9HpTm =[Zç ÄáÒéÁÑÞY™¯!/÷E½:œkz½]‚y3nK…ŸZ}t3‹ªÊ\[û 1Pn[.)‡öÔœ@ÁÂ,=/ˆkC¤¿Z{ˆ®é J 7±X¬(+$v‰—¼Ä²¾ãÄR©«ç«ÙÇRˆi t!nR,îáÇ; 3s¼ ã _S‹I^¬¬,–Z o¼«”µR’Œ•²ûc·[øë -dÉÈß æZ´uœUÀo‰M,†¥ø°±:k«ª¸@^8ÅÐÞ‰@Q€8ëKÀÜ’–K{˜uorü­ bCˆ’ËGbÓéh—-;1,Ócà4ëtL" -Um1Í*¸láDž[<;í–võÌü—bÉ%ÕMm7¤bØž–pƒe,4Õ‡ÚÈ:C|:¸ØèV!{U¹HñD‘VuŠrY úÕFE†è:š­eëöX¸k0] IÖ" -ÂVus;Fd.®¹Y.8µ¥™ý+Íiaf»<¶'ÎÂNãèòD^«TÈŽ©üĔ̀/F¡Î™WpÌKšÚU­X\NmæöºE^ëpìfñn©¢^…ˆÖxXÚÖ¹¸±Ûu~¹¶ölkŠ£eZÌRC¬j Cx®“ŽŠê"øÌSÕK,+C±\¤£Ê)QlSXþ´õ#cz#Í4®2™ß)T†SÃD1ÓÔi!À®":†ï€2pÇm  c‚—ð„_V¦–ñpÍIQŒ·ÛͶæªV®ÓÝ£m°ŽúÃ噯ªþ/£G/^¯ãæ*ƒyÚÇ…†žëgîb·±ÍN‚¬rýþòqÊ,ÿÁËøòúxÿùí—?)m%N”±ïðôÃãõíùýËó×?…ñâЧ篯_Ú_>¾}üdïpr_Î+¹oòåÍä O_¿~®˜×¾ýò\xbw‹äS<=þøå§Ç/Ÿ¿=~ú tˆƒïõôòüÓëÛÇoÏ?¿Ôžkkì˔ۯö^¯oÏ{ü"/>à§ÇoÏß?Þ_{{²ì½Ÿ¾züðüý£”½î»ÇOâ÷ÖXïwzzÀƒ¦7Ãÿ`Oß<¿¿þþüó7oï_ùêùåíû·_Þ4x¼ÿ¢ú~tFßÏáeÏ?ìÛÿ§`ªv´Æ†Ùo+7®7'X— œÙŠ zËèg@ÛÔ§.yÊÉ…´Û`Žƒ¹ý°¼FÊžR¶Iõª;‡#Î[ -+u¸OçqÂyœÑÑÆ]ßÕ-^ÍwW`l]‘0zW\laI2}WXlK Œ7ñÆ"Ú8 }@ÿ¸ã Þ âB¼!ÄF¼Ñˆ7çó‹KºQm~qƒ‰xˆ7ˆx£oñ†o4âA¼±8Ÿ?œ&*öN¿ÀQ‰Xè.-ýÈ›q>_ðHáˆC8§7–º1K¼Ñˆ7ñÆ"Ú8ü¨Þ™šrÆ@¼AÄ…xCˆ7Œx£o âE´qøÅ &â Þ âB¼!ÄF¼Ñˆ7ñÆ"Ò8œÛ—7!å¤#>Xû-ÿo1çÒDÎåg¼Ä¥Ñz*Cdë^ÍšiËOîTk"u:ƒ gpã ÞÀjW:¤Vð–óBÀèqB}QltŸ -Q»jpß‚wöjü¼„Àķħ‰ Á› cgÝò:œbß‘hÏz¬ªÅ°z‚\HÛœAI›²äÍÌÖ˜ª8….†5Ó5W“$`DÓÊBI¤uáT£(jVQ`~|XC5ÃnX¸ª>Sd¸d(&W¤Zëfþ7 ú¯¤iI·Dš‰ì|2Ã@©•…RЦ7PaVGÉz²¿]NðUÒ"KÈȼ¼A½¤6Í­>+Άƒ¡òˆ«‰)”IÁy“vÊ]p8ýšHìó(f¸](wd ”!×ãÕ®Ìݔǔ]?#;÷þ|||~ÿøË=D©¢¬´Â¬ ¢ƒIl†íCtʤ® ”#SùåÈ'w|êG{η¾Çqn̰v¢Ì£‹Yß”7F¢;Ü0¥Úý ÐjZlžFº>]¡ wàÀ•ÍÃ%²ãîÜ“áyäùP O”ñr­:o£)èb× Õý(´‹S¦Å`ÉžlptªØ49ØK17«‡½­Å„Y¶ÀÊ 7ì×löÕ9YƒJ©§6•¡—wìm-¢Ë-f ‚j'tÓ––´Pºt‰ÉõŸ(­D¨s*tänAÿKóp$do¡ mQZ‡í9L+6(~·¿h™š¶àÒÿ n50õ]ÿ@ÔZv »of~tvQ0©¤6RÉAQØðÑ?æ=ÃQbUUïÑ]ÚÃ]ÚKí½Fƒâ°Ž=B~BŽ÷R‚æ/ÚU1ÅJ &W’m¿í1LQ¬èb¿“‘‡VãX²¿ÇètÝ;a®îª\ÃrOá¸íGÄT gúAÌÄÏHYeÄúØœ^‰&Šƒ©GÏÌ”/‚^=E‚_óÔ/ÿŽ£1÷;0ªn?ó,¦©=ڪϴ̳DaÈâ yúuÁ9C­½J‹úø>Yg,=&0¸µ,šÖ1R‡yOþ­-°Oß•Š0ñ3Ø,—r/²WÎT0%Ê;Q\ηûôùxg;%ÊD}¹¬©p¾n4”4r ú¿¿¶÷›“| vºÄ+ÉÒÐ==†¤píª;ã1[v§=žÓèD¾QveU.H£L#‘&ìMÛ{2xÅ.]S«}í¶'ýZõ<Ûd?“Ô²‚+ÕwT¿g îÈXÍË9õ6ÆãÝ'Ì"«ëúŽ$$ûÙppÇ•WŸqî’åÑØH¯«1`þv¿sOcœ¦¨w@/ -¾ Øæ”w€ªhŒýª…æ Ù;×éGÊ ˜!ªå‘kÄ Qºoâ×ìL>Ê /º±FèçùX Vëmv½¹Ñ¶¡à–Juv -æÈúUŸ_n×ài§.E9®q7VcÇx—fÖyËFmþ ~Pf}­pôE¬ïõ³ŽxÕK'ŒÖE‰f¿+»5xèÔŠK;+áÑ¢¾vÀ~ÂË<ÿ¹hkýq¿Žzn;›Ìù"Þyh‰æÂlƒUPás¬Öî êë×›> #¥ª äÄ(ÜNÇÙ” ? Mgf.‘½î%a ÃÛ0W½ ,™k>—Áè5BÖ†Œúò ôÒ>˜˜Ë¯d&© úDÒù§^œgdÑŽ×zÉÏó4ˆwLjñðD`KÆ–Ü]tÊ”(R¤á®íµ2º.CzrÂOò¢0×yˆ3ÝuážåÀ»×jgA}Nƒ¤ÔGï KÌÙP,`¬ö‹ç1ZF7s$Ñ=l³ñÈ•Uzãs“Çdù\—0FàS»Ï—O%À®È:Êg(ÝG2ÆJ–)?nFÔîŽ]¬ØÝ“=WŒ[{B]¼OÍW?xüÏIhJrdk¡aèüoçS®þ£¹Ï@ÐIR]9mDuˆ•0Xcç÷ïæÑ'œŒuóÞ¦žt°²ø¦êцN9\+ÑoÚE±N37Ëœ÷P;lsÂmûû2&H?7ÂèõaÕgdÖu°CâtÞ‚¢oÝd¥iàVãh]Ñ£1d¢„A²"1«¬âJ8qÃY·~PÄ èkt¸çÃjˈƒa½> ÞpaÝ\õ‚Þ’®£i(,o‡Òc'ŒŒ=ÍÃùT áܸܙÕä NNž·ìYX y¢-ûƒ\Á½éyí+%’¹WÚTq;’&a®5—lÅFK'!H:B…èf…Â+ƒµÀIêÙ¥SÞô¹is  ¹@Npn†%Ôâ‰:xÞ€"µQ ] ô[çRUÖáQ;n(gt²‰eê -ÅVr]$]Zªü7˼J×6˜è4àbxsu Ê‚k1Åf g΋^Ì¡Y°˜}¦ß+yf ›On„×ü½ ž=4?§‚¿EfØ}Nß÷ÙÿU÷›©" *š†­;‰½'-©‘˜õ|Ùšö]_¿®îÀÉ#Bàú‡QݧY€.^~ÔGæè ¼©#Œà©È‰€wŒ}u r­h΀ºd÷ØBl\_ÒÝ9E—³GD^´ŽPMøªs@Ô‰SŠÜ=ÖÔHÍB¸.ØA¯ª/8ò¾­Fg ír«“c…*u‹eãÓ´Âv¼ñød%0[9fvÄ¥—±ñòß[ªÂ¹"YÕËf$ùÚÏ5€ îàìغQ27§:0f¿ê-þ} o¬`ƒ¨ƒ‚Çç1¨ ‡¸ðøûÊ.Ÿ™C¡[L讯RèÙ­2U´‚ gÚâ¨Î—ì»K‘-li `<¨B{Ûju!øQ5âà¾1}P$­Z&yÑl†7ê˜wí¹ÊtË%æ9d¤²Ä ySÕ/mtà®Mâ±óâ]•ˆ~vÄÒÜÝô™¼P{-{+çX×¢*;È$°ðª…^gbK¨Zv´úŽjÑåV¶tá:Â6;6;~2ëF¢0ðй‘½L‡Œ6Ó•Ê¢­Éãñšõ¹DªxçrEñǦ§ÁµU¤U‰K(z6ïÑ%Ô‰"1²Š‹E\(m,ÕŽv݃÷äb&h¯çÓÀïUíæuûVIfŠ‹\-}h&¯ÄVX|ÐÑ­°åÞUæÔÊ µ}²õwz’zÛ©nƒQ4{à'û.ɹc0MÓéØF²"3·ðšUH$’3ó0¬äД±A<=Ð/*X ­oþ‚ë¶ tq*²ñ- |¹wDn^º¤n‚3HÙþXµAÚì3ÌTQÉåû‡Žh¯µ’t†AècgXsG‰ µ”Ú(­Šž"f“vÀP…ìèÞx`tez/úZøý.aÇæ÷’ûÍ\-€Nž±‡k%ãáËÚ!Ìbûp3"b’UTË.¥ØL{ÊÚQh.ù€ì]]<$+¶ah.»$|„¹Àìjœ-:=»ÚpfE ™~JfϘíÒ?•ÜñÆ:ú¬zý!Ú1´È› ÒvwáÙM³ =®…ïxÙ]«ñ‚&5Ó"vÀG><0Bô8~Ø”™¢èGÄs·bY]lFQp/Ct±NØ:©Ã‰.KÑÈ9ˆt´€¸2­–¿~Ÿ²™ÛÝñ¦–ƒ52ÏŽ\+…7ùªUZ¶2‡§ݺQrÒæÈt¿ô®@¡ÉïÕ!KCvªžlÈ=@êÛæ­+b˦”³cÂÜ<üó ô¢Ûê!QÐyEO>a¾µÝG…D¢ƒ®Q´I<úG·,°L“ N,»£gf)Ū×Ìù³”JÀo]»/MécÐwZÌ0 -¹Ïƒ7-¤ ¾ñv€Ï " ¯±WjÎÎ0q ±ÊSÝPЧ{ÈVug²Õª*38˜´A0ÑDÚói¡‘™*âèªí©×1ÕWÐ\M—4ÇÅÜåðÊ=— Áãd 88%ý™ìé!E&ÃeŽM§µ¼ŸFúui°›?‹ÆqLÕ0Ñ º|‡–èµU´U 4ߎЭŽÀZze”_ƱW‘^e;nª«²‹è‰°7]Ý7âp¹kµù«ÜZ®x”€Å£ä -|¶ìÔ1æ½ØÏ´‹ˆ(ª²„*~ïÄ„Hea×¼*ЩJf€v8èºï_N“FÞêøµ¡NŠ4‹©m Â+ꉶŸº˜!kÇÒ­3™Ë-:aX"×:D4÷ÄS)I-)]>õT”ËB…ÆÒ·fåh…8æj¸“{ÝÄLµDO’¼± -uð6ÌÖ8}3êk°-ª†ßC”û Oñ-´fSÈ åÞKÍ»G˪9.Õã²s+G½n²ïkUgæ€&•u£âÊk…´mô’v;qHºC&¸ÈÇÎ+Íþ1cá^pˆk(su ¼%gÂ6yNS.˜®ƒ$ŸÂ[Lµ02Þ9çMݨ :YÁ"£ž9„–€ ‰"ÃôÄ^š¥Œ² -Ê—!^ºV<¹¸¨ã\Ý‚^ªP„VNq´ÒÑàbÌ;~ržwY¹Êsˆúèâ©O®"Ó -­vƮ͟XÕ‰3pv÷‰j–:³W¥¦L‘‹ß7ÄÚÅ뢯ГjYË®3éx¾·­<~¼ó·;¿‰ºi"IÊÈàiA*¡†;i°/ ‰0›ž*³G4PÑ%šZ®Ž¾Æ;Zfîê;$Öa´áåM[ê鎖&Õy•MG½gʯî<â +™ÒërüGÂŒÎaŒ´ŒÊ¿ÖÛWXï[¶R˜1x¥Ÿmƒ)'êÔ EŠvAJ¡5yÀŒÜT¦uj-ÓÉeÙ.pÇqñºl2.Gr)üƒÇÆ+[yQ¨šƒ‹Ù»s­w¤§K[n"ù<–Bë§AAk5ê«M,Þ"AèPmrwÍPG÷Í-:c`‹¨p©¤ —µ-Áú©®<èÔ€8íŒËéõÔ”¡ôAè§ûŠ{Ó³ÕŒ™,Ûæ -©T³m˜«óM'WÆÿ0¤*pÔY §Ðu:êî…ïÆ–yºñz_»§w±•ÇÅË’sÙZOSYĶ€'»XM.Ô+¬ Uàβo{Äz‘:ÚsˆæÃÕ™¿f¸YɱŽéÓØ G|WÄoêíÅݶ•kˆ„ÁðQ’&ßí,·¤Mµ#·ákÇîõFµ ?÷³Rð»ên3rWg_ ƒÙ“ä›±Z»‘¸ -(Íe:Q¬)†ÕüKhßk<†ñÁud7DÜ…2mHÁN¬ûðªÞtö’%ا<¸… ÂÀ¹ØÅ\i; -»£È.—cÍËÜûts5Êv¿ÊQ)¹S:¢EJþ))‚(LÝKêO,…²i¦‰i>ì'êéE2±CnÐÖ”s5Ôu*&nTì²sêd¤`Ã[xæ-R»§ BÏš¨/%olS×Íò‹hÒµ³"n‘ܰ¦×ˆ{ë´íÆ@7+bLÕ'´SÉ4{èNéÚ„£ë² 9ÖóNyÓxyrz2ôA‡É m×ÀS;ÔÓ$^CýIXe‰&¯¿µöÖSŽ•…7ؼŽXË Ã”H±}')7ª‡ÄŒ‰¯øQ>·æ[É}Vuü‘è` -Ÿ5Å£9%´»òAm? ~‰»r5ú®ŠHdWû0s—>»3F¶áâ‘â‰þ™:©B:_-Öô¤‘„Á0â¾ÄF˜cÐu×­ ûÎ ƒEý°îæv‘Rú°c•c㺃.;9o¸Ì}¤09ʾ62Wè¦j+¡‰Åµàæÿ.s3Þȵуµ—„}váBá£ðu-op"¤'ýÇâ ,ì"„BÏøÛJáÈ-¼Êþªß—¥gK÷`ùb*½twĹÔ@‚ Ù  Ûac†öÑäfÃOx $Ú“wÃ¥s~R…—\ötX=Jγe齦µÁ»RÄ"×z,›€­YEœŸX¿Ãº9âña5xΩj™“íyÚQ%Ü‘w Õ¹p¦É{ëÍõËrQ{5ˆÞ‰ŒØ°S¬»tËÒÓB?Ãpê¼RŸ™ªÈ@í“xq8žpú$•³ÝÙ©ÔFÓ]”0Ò½…MCjPp±Ñ4ÝÜÆ§i„¡ŒÉ#×T K†ð¡DÒs`ðÎð’™Õ{ÝgõZtcI= Ç–JІïBv‰²dwŒOAÖu{ ²EYð©(æìHÀL=ßݲUHSé˵—Ë9ÓÓô¼}>¢“ò%—ÝcLλÃíT”ðø^™HÔçº]&jð •}"<âz=såUêtÚ_µ”ÿ‡ -£Œ@Ã׎—Q5éØ–Ò¡Ö–wtóƒõc)ÂM_7-›ŸÎ,Á1W©Ù›"ÒÛ°cHDòw²”¨ã¶–À=Ä’+\ '#c…óUV×4Ázz™Â›«Û[€&¡é¤OµË;¼UW·57Fan_ÅÈ­lÈ£z .õŸM…ïÌîØm”I¬û±É Kɘ,Œ—µìÜ1b?u’ß> ÇM*4Íà Ä×m-<âk–¥c³³dDoöX¶#_M™òµª ©vMd›ÒŽo”œ© ö™:>IÔ¼£¯˜ ÙâÎ<.sn¥ÏµËÔáÅM²¹háAoÙæÊÓÙh\Œ¸í¥su,œdUæNµ;h̘:.j«w&]1Ìe uS¬yäÇ IÖ¼vQ÷Ô;S^æßT÷ˆ®}tæàs‹ìfÞã‘ו.½‰{©÷+©MU°\|ZJ¨(`³e1 ´%ûæV²~ -õ÷c+Âgeä—; —“YÉŠ6¾ãðæža6;¶2ãU^L;´RQÁçââfÏ«©&ä—: —Ê2™Šm‡ÃqüšPLªbŒ¦:9ç@ö#N!وὕ¡9|TR›]¤uñ¨ƒ)<îu…¶Yé=ýPïDBî)a¨Tí¬àk™µ0‰½Ë:ºqO¼¥Í_.ÛGòð¬|[#-p/Ôöä6Òã{ÙØôxV³®ˆ9tÏg§€&;Õ{í󔘫f(ÊZpDWø=¼û¹3 Æì£²ƒa`0¾ã÷߯Å#M^^|&HúQÚ—Â ìöØç `u†IY4äcLÈ”ªlÕ2¹Ã„ŠjžØ¥ Ò8V Hfu,«f€y6¿-rîñ}5©‘ÅYõԛƨóòð“Õ´SØ3²Šp7=*ªad^W<ÃQûH¢˜ãô{µ÷Ï#P¥Æ5ž“€Žîß'…Õ)&™U>13²Ù« ÒCí~nR¯ïÿcžwV÷p GÄa¦£ðWÑ)¾øS@Œ4“Lw@]qÌrV°‘œVÕ4]#`îC ¼ ^ÙI>‚]ÆÕK\\Æí©lšP»~/ÚÆúymÞr>—ŠdþŸKhW[Έmðûþ¨øÅwžJôéÎL×x÷Î?:)Atbßÿ?æmQ°Nc/êšy¸âX‹›¥óøBf<†6̯ ©z<Ëá)—ÛT2êa+–utؘ֋ÓTSÇ$«ÞL´º©408å=½#§^éT¨áSа¢énG=y¸8c®²€³µÛÎP±áijOy>AÖR×¼)†z’žëÖ -Õub-¦ÎÃ{Ûr‘Å‚pq}žÍZøg0Ëí!ç†?ô‘hÉÉç­mÚi™NvîP˜±¡ƒzLQÛ“·6Á’ùÍ¿`êGÍßíØ'ÀíR×ÒHxÐÛ¡…yQ“Z×G&P%gËÊ«µacö¢ºæ P¶BÇö Tˆ@ÞË\‡gy†§Œ} Nßn9itbÉéÜ6£ÞözNb¡ þ8ÉI¯ú:%w@=pöÕ…©~q^[M¼²Ït_XtâÃŒEôä“ë“Ö“çpÃl]õ›M½\IAÆNz;~°ØV]LÏ\™? ]ñªÎ –f¢ãYIM+¦ys‚c餮s³^¯¸tÍjt N+3~Òæ VC¦í¯®|a%à&™}.·¹þ阡]5M (Íx¿MTt¾Ô<®3˾«tÒ‰>twè#ª3xîÆJ†*žýd(öÅxdn¦€ËGÙ$ý?›Ð) “/wÄ7°ÒK-'3‰¬½,„m”Üw·B„øI‘õ–[sëÙôägMÏ÷ð¾®Ù×9RËJïõf½ ,OÒ©gðÒÿcOÅ£› Ç*¶œýßx3X¢çulNÂÈ]×ä@a󫪽_ÅÍ €×àòìÕ¨!LŸšˆ{dwRì#/^̇L c†êr,d¢mOØ~­*?A/Ú ¯#è«M¬ôm4¯ö0âͳ= -“°È‹†qv‹'Ǫ”Ê_y¯´^ˆÇ…NÅ„ô‡j_“AFÞw*U¸x~VÞy…Ü¿ÁÐîšb÷³!×Ö˜=‘”Üjk æ6ÇÂs>î5ÄKÊÄ@ —ì^͆vCQQgŸ‘Ǧðd”áâ–ÎÖõ›#­?¢UÊçÒ·ÁÛk?Lü”_Oë[î¡ÖÍŒÑlfm »¹¨r²âë=¾ßpìgé%Ý#$¿ˆ½ÐIwmý#°²Ò}0€ÓF6B®Ú\οZgóO&PO0F’l\uF_*±†pïˆD-R#¾¬$¢]Zh_s¡È¤\XØÙÃyõŸÊùÝc2÷qa®ôhB•|Ê^ã*´ ¡‡ÞŒ‰ÙaËš|m¶ÇõÔ—¸Gq÷@k±Q_­™Pªïxe^tzý÷Ø× Žò ‡¦’Fz,¨€p5Ëò UUŠ©î¼q£‘x9¥nìåÐîr U¼üž -yî¡àû=zór…(t‘ ° G1±·'ò«ý?þЮH˜b®‚•ÒÄ-p±¾–yݯ8|=">E?Ø}!mÜý'Ý7βo³B -àé .õÌ`e^M¥´©RÈÕßp(X*,Ž€Ä)ƒåìs¦òÞü%sÑGþ~keJgXl–/ë‡< ¦Fü ªNº|Óéi9â­­HdÉ»Ú çèSÿ“†¯¹ÊTWg^ù =ÙZa.Æ›z£5$¾Ð47¥­y ö‹â,Y8$RùËÞ9%Ì]‹âͰ)çÞâbÚ?¿2Sd¨ªvÆÔ0‹Rʹ^7ÜM)µi„¦¦:‰Mx}„5 -‚çú42‹zÙ -|óàTe3z]@Œ¿Ìkùqg®T‹K ®˜[È1ÂOcÐ4ÏP¥…ÏÜ©Üw…¹Ïb"$‘.±;çP‰/{'ÓÜ™ïܹóÿ…oA»âöÐ^ŸD†×«¨AÙjk÷<›ùæ±0ìSô[@ÔíøÝC¶'Ñ$5;¬ïÿÃû»æžt‹Y¯_×x ÈøºSefðV…Ó(6߯u‡jNw´z^ÁñŽo‡Ì -í‘´íNçÜå ’ñ{y=OÜÀÛ®8WJ±ŽLÈÄõ¯”ç:U‘¬­qŽô‡èM ¬6á¶|Ó_¹Ü -Éž€j¿Á7³ÂoZµ~8\RH+!;cÍ«­–laj<ãp ¢À]ü½+’t+ -*9WCŠé¦/Þ‘äk5Ę™;ǦÒÜz;¥™é J@‹vOGE¿9_ªNî¼§žÅ›üÕÑ”߬ÈNN\Ž{jÉÛðòôàô à›K€z˜ ;³aW4’|ˆÉvä¨dû¾¤?A©Ÿ­‡ ¦Õ§IHÑCóIHÚ<¢›õ&Ný{îµJ³kïÈ °ºgè<Ú>Lœø¹ƒœ?ôÿ‘šôC@#tøœ·Ÿ/uZ#ÏÕ×=:è<,ÀIÙv‰üÿTímõ»-Ù:̨"TqXQªÄ­¬~Gß_çÀYî~S¸rµÄ{w€G`à@ HUKgnÿëÎu€ u°Aë@ÿÊ!WÉ–é-çw -7é\$3â$ËbC¦yhÛß1$¬À¿[âû+xØÚq#D55Õ:<ì¦ÐÅN¥§r§íKd¨Óv¼±Ï(ÇXí`‘Õ"ı!X€ª Ÿ úfã¶ÐC©‡Áš‚uÏ ªX]v·&….®;‘™òöÞã܃¨¦p\iٴɸŒUݨö<£fuÅa§ ˘46í´ EDN„áYV¶{¶˜ô³Ø;T6YiÂÐY€sM˜yQ.ÞRE!ìÆÐUo8zE0lÃÃÌõíksÄwqnUÞcË ûš‡§/rº¹aÎ&A’Õ§/"2áëK™IJ¾‰é²ð0TÙÿ@o[ïCØ7¯MK»ÍI8ž¨¯¸o‰ ºé*ùÕ“¢„jÙZžÈ`!p¯oIŠÂžR7{X÷'Eµô†¼²3áïIÆLeµ­ß^ŠLKjZ¯½Àœ yžgŠD%ž¦åQ&ÝvšDXcŒ{&—ÛÞÉê­éHN½Iöm!ÿ„¨ÕÀK -"Ç寄;¢‘皆ž„‡0ÏÙ°ÓûzlKN¤g«ò)Õdt'{ž¨‹ºÜíyÚ>š}»Æ[öTöNÄXº 4™c'M@Ó¨6Ì…w´´‘nÂz±â5Ö¹ï¶ßr8ÆAñv"ÄFïR¡û%¤‡00AòñeßF÷1ØŒ¹µCw¦ábð·Nh‘Ûu}˜ˆ[ÉKfh3R‡&ìÆ«ídÛòZL¾¸)v7èMÌ> ‚ñ¦Öõfìä.W .œ,UhD™ƒÆõ“¦…o´fÄì«{ 2ˆŸÔtÚ °J}{áäjFßOêÉÞ#ö]"Œ'#í EÉAØ܇I{O¦¥T™¾Þ£$˜pZ¨ -éUTo_vý âLöÔ<ÊWT©uÉÆù‡“8ÉÂéL³È:à9r6ÌÁ -íÖ’Ó!<½˜m¨{Ç{"Z^~ˆ‡=o|M…ÙmÊªÄØ½>lýÖ7g=“[ÆPwéîTÊ #©«Ì>³d,à3ËÅÆQÓ<§˜ÀëmäV¯'ÈA]íþ‘óêH$Þ=åeŒ9µ2×;Š.Ûé‰Ù u¸†=È @Ðe¡3ä¡×)( ‰Ÿªqè@¹ng·f˜h~éºWÌãXSqöÕ°,¸“׎d+Ï}9»á?†\Ø ¬k#=õ¶Lüfæ[d¸Q–ǸêÂms0lßn4 -D] )e¨­ÇÏà1ô¾’÷PUeÕû;9Ö•s>…½žÛQÕͼó¥Ì;·@;´m$ñ²À‰ì ¤×›ú¾PìɤîC4{TúÇ¡ó|p¹÷c¢l:åÙ›ðÆˆŸŸ•5tÓt«#¦²ªËý€ù„€o =?„¾ ˜\œ£ S}J÷ÖõRx£šæÄ" í&(ßWíL”3f@ÉIÛ¦Û ÛEœÊTá¦û‹}I€ã'O³úÌÙ›èØI6çSe1nd¦V#a—X;* YˆðöŠÕ4/úÔEî—VŽ`âfd_õ£Ü4‘dÛœ|šþšˆ^¡p—2V¨ê¹òó¤8ë £È(Ú³I\»ÒœÂ:È8b+2éÆݪþ}tsZËö}5¯ò½HìõÆ¢,‹¹Áà'¢k8 -lDDΤ*6:ýH3‹º†U)ÌjÉçš:G‘A¨ i_b‹sÁ0yµ(ÉŸå±X’•=¼ÓÝW½þCu+)ÁßÙ]Õ?f³Ç“,ÜÃzÎôÎ96CÏs;ÙÖÿ8£ -ˆ¨ax×_(šô" *`Fµ)e¥É|ÚM¡\vïA”¯²Ê9 °4v/¬ìÓÔÕzô•¬ÉR72仾Ç-íC¢ vå„?3›,-ïsÙé^ól< -[²ƒgq9½|aó¼ï«Û°U/, û&¦+ÀMz=ˆ-ÛÆl¹uàîõó†G“Nð(Ä,h¹f‡†ã!ˆý¬ˆ•DVgr)û±eŒ7NìŽ"Mîäx`¹š°‘WK|™ˆ³ØÇM/ÅGµ7WkRúnŽªMÄÅÁ—Æ).Ñö”Œ-Ôàrŵp¸9µ#VÍÞvwy=ç›å°³TO2̺¡uÜüý:+Õ®†õm4 i­Û<¶ê'Eàƒ¡ºZ«œ 0dÎr×5}.M­1u}Í +ºÓŒ¬$2NÓ5ÙBSÔXš+Å/ùŽxÎÆ­MHyômm³b+ -Ȩ?¾±TU³D¾š½±P ÷~=Åš³ºÆ“²³lSI´h+&MôÌY…g í£³6ï+a5*§p<ë­¯ŒÏªÎ<*Ap·ÖÂÓ'W›¿ ÊØÞÇŠj"Â<4iJ÷>^\S5Œ|øoQá ŒÃy)»ÔG5wÖÀNßWœG¹«Î&=7‡UZÏ ÷Ò“ˆÝ‹mÊ9Of\6 ·±ï|Edr´AóJÀÇHÔª1½í"]ÅmµUçœ]èˆILKb©‡töþ×ó&rd+_ü51 „›WÆr4©7ûßœB2ÊÕW74Á).Bù™ÒgaL€I»§Ö:æªî9›»›6-c“ºªS½Ô½YÂWYÿV.½‹QXÀ½ FÙm¼l¯uƒË‰u¼¬ŒDå–o0%oC4n°£ùA—½S°ô‘Â×¾¯|꯳;§¥*Ù¼@~‚WáÁ|'ÞPղ§¢áA—)/žÔ»9‡‚m·JöãI×ß…†ŒbG¯Þí Ñf -Š?Ñ95Î#b!,µ¤GwîCøô«öaüÒUIµf"Ü!ÙðxüÝŽTk¬¨Ži6q¾:§9òO|Æû‘‘H=˜wxt§›±]éíYØŸQíAÃzçòï«üá·Ó¯:¬n Á¸ñ(>Úz¾ -TÑÊ­oÙçm^?ÔdK[æ90ÛC½ëæ7÷gyƒI/ ÖˆÚÌŒœéêYuÞ¤yÜ~šx¨ÀõÓw<çm|¸11}ü¡×p?èµÉÎä5E/n:(ù&¾y9e2õÂp²%²7™ð Ö&ÇŒ(r7Ñ.àpc¿¥è@ÉÞZ¢Ì¢“þq¦8C£(›†1'^¯ÊiWèÍŠ=õËAuP*4ðaû³¼xµ’ÿJ!Á쌽txÂ…è¬èbOi{žÕᜳ漜쾚{Tu¾­vG§òqœ„µð´dü`^hW¨ëîC ÌŸ¤ñ8 ¢Ýò ®=Wó$ã?¹kaL8â!ʳ8Õ ØƘ„«ûÊñ!Ê.jRŠySwÅ^…*¶ÌÃDnÿŸdZ7ïh¨ƒÄ¿UäD&‰‡¾4›ŽI†›ûßlÙd]´—øÀÌ\ŽDؼR.)Ô8£›‚Èô³…¤‰í­øåŒ9Ñc_Ç!W¬w˜5ïfÞd,ïT çÆRa8‘—¡U_èK^3³þX$­·ç•‡Àõ¥¯zÕ9›¡ZUëö©<çïydµZÇþ-ÁY3pcz{’ð ™½‘<”rù'eBW_êª.tXJ€4ö”¶=€³‡^x©¦o­¯êœóŒ:S¶--'ãn1Ú";aÄSr=‚ó|9ƒŽ{²VÞ“VûɼÛÍâ é’Gð<Í£•6LÆ4è¹?òãÍnàÖÚ“DàZÉŸóúöBíÖë3¯Vê–ë¦éŠgÔ Î>‡,À·€zÑ+m½ˆßÃè4ru•¬ég¸$K[¤î±´˜ð þ¾â£x–œK9pJ*w±’ <,—§¾’Uõõˆv@¬‘ò/ÙëÓàHöÿTO(oUêKô¬7>ÞÆeJQ1|yãͼ²mfÀ‚»³úûŒ%™rjt -¢Yx¥–-ª¿0¿Ë«³ž¥n]&@»°°¯}¯+g¼­ýø‘› ìo=½0M§°ýIë0Oð!ï€T3e¿Nëçd Ë›v”‰S§ ¯ÇSvÚÖ£¬.ó¢+¾˜lÛÆõ¡#*_@Õ;ÄUm'O–p–òÖí¾säЫæ~/šña»†-„Û½CQ2v¿õŸ!Qç‚Ø°ŸÅ*ŒìJ²‡BrÐ >Û‰;.X€^ó.åÛñP-¯À¢O‚£tEF¤à2p$ ’Î ê[Ód𠪉UZNH, ]q ~3g÷UÝ£¬¢žyŒ‚i6P|;Åy°‘…­s6nd7Þ„½è^3Ù´«ƒM& ¸OwŸ-z -Lؼ¦+±4Ýùh;N"RzsZª—@öë¾n5pGbõ¦žÊ"„܃ög_Å98%ÓèÉj>6gK^d›â†a^÷ØÝh™fÎVSézWø$ O2¯ÛÑ\ŸÑníÀ}6Òú.BäOÔòÏCí}·ª‰ùå`ÂŒ)¿U×€(N6Ð;–y·n¶( -Jñ:Ñõ$¯È:M‘zÏñ¶äüæ”'|¬´Á%„mÍM}ÈxØfÊ>¦¯kš qÚ¹WQá¿ý)—7>2 V -ï‰Z -Ú B§7nÉ7UÔ9y¾%S©È˜îSDçîf$Žd6ê°0zxkùßû•ô;Ö4íG/OåsïdêZYZ|Í -z…ƒÙëX<ïj” $â©€Ÿ÷¨¨ª$ÓJš7i}ºÑ\QT—Oññ&?BGdk·ý`´q¶ägYu—›•Q)ZL¤ZúHš>Ê^èÑ6¯ôF!z\ú²¼ ª7¤-£°›õ»:/óO\£#XËÖlNÓaµgÅ®¨_<–`Dªsê%”/[`AfèK„¬Và2®"ƒ…¡e ÷¶‡´-É´?–Ái[Hä•g…G¢“À3ä„«Š÷t§žîiE²·0ÆŸVÑï&\­ÓLq.;Áø²tuDkoÆ”.½h²4.{ö’š¢ýö`h‘6ÕU1pªzñJýb1q2uÌèøLø–E¯¬ñK¡¹=+ß­ØxŠØ¦„S-Å©ÌPFQwŠÙä5…¢H›èZu9¾pÁÎ/Òü’ùÜ7ä¿‘Æ}bd¸ñ­ÊèzÑÆ¾mô`1ØB<à.(“Èf‰ö@œÚ©pPæx»¡u¿EÁ˕Ƒ¹ëA£O"¾G\ùÞ¶=á Ž<««øSšx[uîã@A1‹Æö2˜5,¿ÏY}¶…Zs !ž„Ç'*Ñ´6„ªª†gŸ`Ì5n=š8î­&².¿4®±ÒÅŒEøm"¨_&n–W©ß†‚…d³’äJïmSQôî£`0sfXSÖ¸Ä"„Òazww*bBÙ©g"1W0䎌++)~ך4ÓäÄgI49¸•~âŠ5ªnOÑQÌæ°ç–g»êÊS1Á~SmœÜªi/°04€ËJ™>¿ž ÆN_*YP¨æœÍ"MµìG¢2 -qæÉ¡èàJ»C^¦ûrý.¶kÐ<…‰Šõ¡TF/}£øÈÿßòŸ¼ö~vü¡¾óƒ~øúö6~õéãß~÷ñË»ú¡ßøû_>}þ’ ?éÃ?ýêûF?ׇïüõ_~ñé«/~ð‹ö‰ÏŸ>ÿý—o²©¸7?äS~öë/?þõwû·äµiï¿€ßìí÷Õ—?ûò_Ÿ¿üÕß~ññW÷‹‘]»»¼ö ÁíVªhˆ·Gñ+˜ãš‘U¹d¾ ‰7¶¼’3Ç;¢Oÿ”)Ü&ûµÿ -»_¥ð -ê…8»öb-̶ÙwüÊ•™;J3eW±PqŸöY6®â½Öúß°i\4sw‘ño˜×EÇß-¹µc›qsÇTõ¸> è uó?$è/Ðÿ÷ÅRåMOež <å%vþ‹NƒY®š1™êvæ–îZDÔáÎv ½^¤Û×ö‡âqçߤÑ÷ñt¸vÿ`ÍÜï$vÚüŒ†'Ôiÿå(9¯OSü6Tyl–§§ŽÃöÇñµ! WÚ?ÃÔoöȾ¡ËîôÚ -ZÅâ -LåfÝbØL‘ÜÌHRh‰ñ“-7™ÉâqTÆÕË¬y¦êdj(Š›Ò[¬oøì`28.û–ûóKäMãæzšy]äÑ1'ŸDùo¯—ÕøS¡fVê+BANÍ‚<ƒrÛÒT}¤{›ë¾„¾ýk3I9ΉTs~§nï«/Ýd«3ÖèÅÛ‘7(X;h¹íIÊ­8[‡h³š¦¿„Ýx&Û™`L}¢Và‡þk8¬½Ÿ\ÏØÙ¥êç·¨î€)؉?¾Ôpn³Ú§±2iÆ\Jã ­oP>µ•[ÁÆij8æÝl.âDØ$i³X+ß4.mà6þôO3ž\‹JܽYäŠÕ¾_RöõL{”ôßüŸèîÃkŽ»Ô¬:„Ãç.RÿD2ÛúÔz;5rgk.w6ã-`U%{BÝRÁ.úð‰ÄëÁUu}™^Ô ÙI¯(e(Kqq_¨±CQÖ·™¶yìÅ“¹i¯O¢<}ÎãTп¥ö¬kKí(̶ ’3ÇñowšJÁæqw›A–¦D2YÎFîé¶ÑXµ ¹“ªM@ý·­ ÈŸbê?3N Ší…×T{°Ù}Û†‚mžÛqe¯¥Á,T¶ƒUu¸%1 ê–ßfS´>BÃtm¢¤{ûm;¸ä è'|”æV@c86‹R~Ê[Í+óœòªL`‚»N`–‹Ï>uS,FŽÖçA*Æ­> çDº9P½Ánt­DM½¬V šEq.ùÆÀIäj¼à8ˆn W+ÙVê>†ãÑæÎqF4û:ë+h »ËŒ€ÞÒäȲî æ6'‚m¦'6»#´TSi¢ÄÆ\f2›.‘ƒ1PÚ^áöUGÝkk½y¶ î÷WyÛý—Lt_@Žv`w#§ü¦LµÑ4® Št'FÝ8ºßµ}¤³®5{pw v(«¬ŠW+f~ãûæu‹Æ¸à¾Ž£•»€ôqIºÙ‘Än¯Å¹qmöºSö$**ll¬^UhÍÌ ÛR³OŸ å]¹º]‹6ÄÜœ†@³'õÐá-„±ÕëÆolz=˜/×ùÜÖâÜw‚“£15·QÐìIBt0bU¡ˆ5v½P¤Àæv¹gîîßë²Wo{kf¼={òÇh¬5ÝÚìãw_xßñFÐg{9”Ó™ø5Äé3ˆ>ƒé3„>CÓgú Káøm}Ðg }Ñg0}†Ðghú CŸaé1¿ÍÀ¢Ïú ¤Ï ú ¦Ïú MŸaè3,=†ã—r4õ&‡NŸaè3 }†a? úÿDóP„ s[½ïÞ>JUT~jº{¬²]ÿm8ê.\=!Ô9ÿÿ§–t[ŠÞ7²„¬Ac£Õ°9\ÞílTP–¦4”îñÿO[üŸÒôfm÷¤448’†å"ä9çËöÝR½˜@‰l5{"žTyú jÒêŒ -é$^<©—ÆI:f“dH¡@†fÿ‚¡@† -d(¡@† -d(¡@† -d(¡@† -d(¡@† -d(°¡À =E†dh¡A†dh¡A†dh¡A†dh¡A†dh¡A†dh¡A†dh¡A†da@†daP1´R†*MéØR‹øÆUégõe/1 5yTÔGK#*«5;lškšá 8pMsF[þ$Õ½!m”ñ‘ÇÎel«´Ë©Äú‹–rîA²ðiÄeµæ84Ø004æ4Ã8*Ûs«Òó¿þôò ÌÛu2u´…Ϩ¡ó¦fùn¶TŽÞrò×»Ýwþöï_og?r8Ý®ÏËu¿>Wÿô¸lÎöŠÃ§Ûi{¾Ée»žðÜývÿòiù; 63WÇ—xûãþÄãy¿>.χ·oí×ÓC/-}î—¼Û?oŸv{>õqÍÆþ$Û<àbÚÊù¯z¿]Ïß¶ÇûËõåøn;]>]ž—þ¹˜ñàS·Ç×~æÓñ¯ýìk¯|¾¿}yl×°vf„ðï;|º¼Ûû÷û~âÔõô+\š³ò­Ÿøòy³ä/}Ý?ÝîŸ÷ëóx¹ž÷ï/wVþ ·Ÿúìÿø¤~úœÃ’„dÓEϨéjVî*19ž< -ðhš5TbýàLDæÃ²ŸAÍKd[@tБ@G r ÷tЀ:t8Ð@Gt4¸1hŽö/:Q´(ÙVïõ½B¯çíÅØ«Ñ¢,©ÃŽØÓXå¦ÊÉŽ¹æÿzZQ€3Ers7ùâ¦2W5½™ã'kÕ@ëW‹n‚ú75®¢¶ƒÑΓ¢ -Ø-Mµi®LU˜? ’±°s?Ö98›ñÓ1M•ütÆMïXzv›ÏÅÈX‹*-iI-xŽq<ù¤(çbVv©ÌĵàÆíðXV­¿3Ê«0S`莥CŸíôs<#¡|aí¿ôà ë|ëþžür½¼ú«íóýÓþxs×òŸႪòtˆÈ|ê Ý, VÀصÀÜÒ{¿TžÄ8ÒváM•–DôöZŠZ bu¯(íLŽXó‹snzš F{cŠjÔNÃØv~¬•,- Ïs[)‹žöê¡&MÊTŠÈ·ä{•µ “5A¬œ`ÎWJsÀÜ+¡rtà Jq7—  -?ä)Û¹…ðAmãñâe“ãw¯»$G-ÏGeQòÜ£a#ÿ ­‚ýÞSÆ—i º‹½Z¤Ê‹¬á*Ã:€þAÂ^o’èP“JNjN#°å·L«VÞU[“' æˆt³XÛ<ƒå½ÞöÁ›'…†+ÆŠÉd¼é~{\ž—¯ûˆw$ßÖKÆ;9«87n7L+Úœ¨JŽªÚ†{–5B¨ÃÀhxŠ+ã Ku=ÊPáóX²V·Á¦–­mRF#4 D¾Â+‡¹~F)²áÄó ”‹Ž9Ýõœo‰×à„²›C7^=Í¥1î2MõüçWG!Ê¿ #ýöLWÇ*‹VVJCVÚ“ì÷å“ó’vRÊBɘauÆ­(Úúøº¢>…ÄR'ížt4¡Ðat¬TFšŸÐ í>Tà0AV¾ÓáY¬4'¸2s¡¾y˜†‚S0NtM@ª¢z{C©è^,ˆ£ŽÚ E¨(“M¬VY)Õ`˜Å;»¾3vÜ%{Ë•ÝXéBñˆ«|?·1ÚŒ ¨ÌAZŸ¸^ Ì -Ò-ŒÀMîN ƒáoµ»@¶Y]y{b¶™îªKS˜š¨ritmôI)î™ÊI©/FÝn¦GânWvË0h¯ôù.Ö -k;‘P0?G–æç–C¬ÎŠnԛȀý\T†z¯ -æ$W4zö#\8Âý- 2ÍðG·×œ(ûÍ/·ÿêN¥í‚Ù°ïn9þ\!¦lÜl­FÎq¼†ôš¸i!`d_Výðk>NúC_vsN/]fM©’kô*FEö©+bÅs‹/¢6F"’²2<‚›(2í¼Í?PM@^²Ø¶pµßÊŒ‘&ù»öAĤåžêÊT·›Tþ3ÔGXk²uÊpK§’.ÆÒŒ¡N½®(Q -…c‡à‡mòC‚˜'Ê;R8™ü‘^J T‡–ræ–¸ƒÈµ"]•»(̼¬b*¬Ò׆Ú(Y‡¯IãÈèì8à4d‚F»˜ã4ÛÄ–&*ÂySÇô|cˆõ*Ó!Bæ8«+Qæ~³Q“¢;—Ô˜‹â1Ê“ÊúR¬ÎG‘¹²sp&Q-{˜‡„ØË’fKÓ½G¢ -aò>zÕ9E÷©Ç*u ª¬`ªñ‘½× -Sv:qEd FÐÞÖÚÂ%«ÝIÒ{JnF—pžT%=ÇB"Å$¦Ü‘ÂË㼂B1cL5±;e~Ñc¾²u˜êŒ…ã뮞ªj”n*±-—§¢:TƒU–‰¯»/DÕ XOæ`H6 ’çoµ#ßÅ2N$\’bÓµÊ ©„žS%ìj*‹F¨¹1ªÍÙx§–à ¬=‘LLÒ®[Å®f”n*¤‰uÈV¤ÙÍË"­)Jn\DÆ­%ꢌn½Ù ©©…äBBȼêa~€øÄRË0‡ÆÑÿ nºØ>D­íÿ7Ëÿ¤=ì %Ï$Qu¶.gSIFÖg³TçÄç衾aDìVÝ[³T]év–V)›Ê¨å÷cÛBŽÐûF/ƒ²-:ìM¾'œ\Ê/§Ýžal BÀÁq ÙÐ:²ròj=AÄ{Sž£‰ùøåóî -)¨ÊÂB­«¿ÀXÃ7‚SH7§«`(š¤‘Í#÷2;­÷´æÃu ḭ§·@i?‚ºÿ¨Àç YÇ@é`TÊûe -¾$/Ï‘®‹!ßC ëa%ƒƒéùºXN ÿ|¹ÑëÚ“L -RLTW µs×&$±!–)OÛOfØ 3c)Jâãu©Ò•Ù÷ÙzaÂÛ´wRy±¡› tdûÛ9„yYâ’óDãk žlã]ƒö" -o'¶ïͺà0•¸ú†ê"=%oõý¨0õòô¢EÆM™’1#“´ªÎ}ÛxÌ"j•³ƒžgÍÎ;±Òmñš¸ãä)ék†·}{âÍýÀH¾õ×"œBÓ˜/ìžÉZs;â®1¤uÏÛïý¼—Q%ÞmH/&†ÿ¿ýÉûo©»ªM¢„ÝÿE/9´ô@¼ÌôCë¯s0ëeWHrœÁÜQBÒ5+YΩCÉn74/Ìþ×ùµ'áî±›ÑÙþyd¦nc¬: 9Ù×ô!ß ÿy·îKDQ5C—ý‚Þ]À+¨:™“b‹_lƒÜ¬úvÒ¸ñ$î’v9·­{¡ËºÈVÍ¡›ðàVPIáþÏæåî‹‚gc©ÆyˆvOw!ÌMH;Mgo%ÌÕ0öÂ}n`¼b¿TÙáZŒ4B^·š%[uRÝR¤ÿÙÂ¥b‡ÿ_íÕßPh!f+p(˜œŒ/ªîJsÏÀ3›.ÔQ»íã½-È!ìObcªìKá -ÀËr·ÃëÜÈ Šžô’×ñzw!‰ÜuIÚMÂÜ™ž`ï•ãID§÷ì% •cF@c3ˆ6Ý!Ù.\&Ͱhk) ša¡¨Ö¢N#î:ð@”x‘T6NŠf0EZ8¨8p©è;D·÷Yy -‰9@{N2ž,-Lö¯ټÞIàCg8*3Ó݇P2»„àS£âˆ·‰ÜUJþ -Ìl~ ^NA¢ª½!‰Ö<óâŠÛ$Ù¤0CT%Õ"ù†…{Økivi®ÌëÁY‡3„Ê“É`™M áð9Îî}žtñΟ¢6Þ–®J÷UFØ~ø·š²cåf¾r!áôÒ\YoOmì?(g¹@uŠ)BZj·¯ºÄœÌÂã˜lìáÒ†$iú -îI^êË„}w"šÎ§B]/8zdaŒEÎÆ e¦S¿¹¯ -eR¼Í}Ó²œ½™CªAæŠXjõ¢Ý‹š…SÏ&‚€$ú7ã¼øz§ê"F¶¥8Ö“ôÅì¹FÖ3êjæƒ/*ž¯óÌBòÕ*ǵĩF™KÓ‘­ݱ.HÛ| Þä_vì}þ-ÉÛÍ4³ÿ—èn™L31T¦0Òλ͗ùJYôRå0 â9§Ë=ÊG}ÂÔ »;È4ôo'G{’Àw'[ÅCÉ ›Û'º÷ J¿ÌÍb½/IŒ,Ø<ïãÁ “¸#¡Þƒ„ÓcÒû|VÐW±ꢵʶÃä vFE’ûPêÔ•©±½jªÄâŒ.0[ÇxÇö®¼A'"‰3Æ"FFü©]'¸`º„œû¥Ö‡ØHu×ÿdÒ1âŽ\ˆÒ¬OÓ@ðQN4´lÝÎä±Ë:RüšpÑîkè_fß¿ˆÂ{Ú©Æ2!´n¼-ÝZ_²Î6t'*ƒ[“¢ö%ðÓ »fPÚ>•}g‡ŠÈo/ozµ¨œõôõœg¡CÚ™üËF]™‹N@¯† Ѿûdß©éåK)#„ÇçÂÞþ#éÖßxÕ¿¹TÄ|áÐÄæ¤ëBhÃG´–ðÞu¥ëžñ!» -qA©ìdΙœ90 °°7&‹Ew"ªŒæBU³Ut÷†F‡ù‰¸ámEXèI\ØÞÜH' í Ýu&›s®Äç)ƒÖ“æåˆóX¦dþÀJ(63æADq«¤lH³Þ­¨‹Â2|PXïCÂ嵊á§àË PUu‰·žµÜÀb¬£œ3KwM6¤°íD.-Eqº¸ôw^!Ø97¥ê2 “Hw2«0· ÅÝÓmkqùÒ.7_ä ~xÌÍ¿!æÍͧ¦uHf››ÁÒÒGµÞžÇæÕD³qŸÑ¦Åj¯¡‘¸ÅhNÓ$&bð¹· xFä†wøÁzÆ…´×bs)%&'æWø¹ªÕ0 “´"Ùƒàä»:›oÜ-]Œ¡¤ ΢úƒÛ6éìB#¸ê…{£)ÂQ DÞèž^rO£«hçT&'§}¸["Þ.<½ÖÆ2ö=Šèf rlM- 7:«¦–aD_ê"7¢+Uîe§ÞŒÜn' `ˆ |¨ç½Ài¶Ç£àä÷2Óef’)ã«:֥ϜÂG¬§x5]"žtîa< -¸Ã{ß’Ïè|º‰a¹Ôv³ÄX ®òÒ…4ÕPanQ Ê4L  ŒHÈ¥4Í@íPÙãû¾£7¨ä3•KH™}ªs± ¾z›…=ïÁËìaÝ£À[Ó÷­ é*[Gt‹#`¶·TO6¤.FíVoæ‰åÌÕeõæX U31;ÔeiŽãQêß³fÐǬ•{¤©ÝÇ`×­½+}Î¥Þpj±XçFD‘TZÞþ¾’pßYB‰S1çB±J#<¦^7ŠäóÞ—{q"ðÆ3spž äs¶×Á¦zôÃ8mpLÛu>äÝj<Âô^Ù²[Jí¶o¦ܳÄ[´JÛmJd³1í’‹&È37¥}¹˜šÜhÅ%]ynýA­”õѨê4t"ú$aXä[Ðä°ïTDÕ—)˜Ø’ btŸÏ5› ¯™wXh£$m®Ò: WÛÎÛÅ/s#[¹Œº‘ŒÚ?Q7I#¶6—)ù ™”¹GC‘ÇšÔã8ØÇmÉbõ#êœÂfÉ&ÿ,D¯X³j3x^¨ÑÖ{Ìõëö p¿+oÓr%£ñËÚ˜l‚Òø+Œœ·ÉKês#´—ÀJÔÐ÷®¶ –y‚DîŲSãDíº!ë&BêBè<ÖE@^y22K—æ¼®=¶’9ô ׫Þ0ÇÍ`\¨efs#ƒAï°|œ³+™<Jà è>½‚ä´ÈoA_f‰}·"šÎn…¢|iµ÷šïA' ö)É[í[¼ê'žçÂýFí`*FS0ëmS.&"î ¤öîÇVVÑDªH>ùÐb'º)ÂËÞ§Ésw«åJôUt²6&dÊuí -µ¢Á0nϾ$â½›“Î%„Ks“´ìLàÕ…¬w“2K!¥Všƒ%¢ºÏ@ïË ‚ùÊ ݾ½ê4±¥t!‰•Œv À;Ú÷ð°¯ ²ùY/NŸN–Cõ#všMtÖ3ƒ˜¢•Ø«ÕÒv· ¦]\Õ±Äýªç½|鹓71qxÄ{(Ï1³w!ÀÓ3Ç yùÚMeÅÚŠ\š·üeU7ìú™ú}Ê2éñ‰±¸j=E±VGѓطuPFñÉѹk†l&k ¥j¨¼ºfr¶IgvßU•xꤦñµîøÑ¹¶€a%!Þ$ŸGíçøavÝQ–k1@÷ ¸&c÷­*–õ?76ÏzWì»ý~G‡–˜ij.&7ß”4³NDh3kб’ˆ€°|7V5Ï]U¨$.4<»’ùò(‚:•5Ç| q³ð^Jg:+ªë|pg×”æä9 Í¥7ñ¦PëÇFzuBãdè¼\$e5ÍÁú‰Zd?¨0!±n4ÝÐ8•ô‡ß×o’K¨[!31?Û©ÝDˆUZèõNIKSg€fO¢DØDþØ)Œ[†ØªŸËO<ðöæ£Ix(­µÑ¨‡9P×ÎhÍÕ)É…M¾«ýˆh÷e†èÙùFV®±ƒ²Þ‘:xZ­S^¥ŠŸ˜k˜­R¨ÀÍÜÐäÖœ¶ÄM CJ¢x¤=ÉáTÂWÅ/üºÔ˜²­½v"š¼JzÐ’Xcì­þ÷ix9hÜÔío¸Á7À<¸dŽSè·Ðaˆ4V˜¬€£`rxì±Ò:‰v7("ˆ þ3‚8 Ò_¢ûÍkkÑÉé„KvQ×GÜwÎѵJã²³å|k?DÕk€yœ×Å%-çM͵‡0ÁaX›¿u*¹kËzÆŒFQõœ•Ì&mÎî7˜À¯e¼[9?"ºÝ:„‰;ÈZqX¡‘’V¡ö¾„s[ÉæjšÐ7êÌ?aûáêæBö‘ÛÈrêC€]É×Úá3TÁq 1Ì×ÁFôZ'÷¯·Hì¶p¹5O¶¿F¡efhYuÂ[HlœHâã2ó3˜£fÅÛ™¿#î\“µ‰×yÆæPšlB}UÙAG-ßos2ZõKÁü£OâDNz±¥»í·ÍºšÞ3Þ‡H›“;}Ǫš$oµóÀÜÎ4ÃQà¼hy[û÷jB”Üæ Ð*ÖçÕlD -¸×0¯EÞMÏ¡ P]Q ü“qQ¤S×µÜÓyÛ“6 ÂÏ‚ÎcluÕ2ëèƒ uþ¬èRµ•µÙ] Þî0¡ÒÏ®G× ƒ¼”z?òî3(;ß$ÁÇB]ß¡(;àIg×I¬ÆsPÔ ¬jÖtD¿¨/|Þé\æ"Ùæ¡w­…›Ž¬\tÅOº«Â -JïŒ[»Æ íðó; †ý‚¡zž/'#¨Ñª½ÁÏØ`mŠw(RxíoÆÝ5ŸÖÉ0³:W¬e¡»†}*‘zTë¸y¬|øê¬ãïþ5eíôfõó0H'k2ƃ0¸Dh ÞZ§²Xr#¢v§°¥{ »Ù­t  á´ãy*X5dEKJ%¾n °/jácÎËY‘y‰ÖÂöSƒÎ¼èÆMÜ3F¥MX?hÜÄ¢RüŸn.ìJ -'j±Þ›ˆ¶fÐô5”u‘cÕ¥³óuŠ`b³Ë±Äs½½ÄqÝf!¹š·B®šá:‘ɇí-”Œ›Ç8cTKˆ3Qzµ¤êHq ÎþD¹¯F5õÖFzíÑp]qí$rÔ. ž1Ç"ˆ4Ê[[ŒïGh¥„ç± -±½ð*ú@ÓWÔ[ÉnžÕÛÇC‚Þã®—egdDÐGWK—‘†~ãb=Á¯emì'²]S¶‰ÐÀ×ÍêA¬r¢r7W¨mËKT -D ȩܙ2»ï÷¼Ö/«Ú{“íÉÆŽDi …ǹ Á&| -˜x ™Ò`] -9Êc¶v'2¸Î˜'¢r'o &ƒOZ;”G'ÂÀxºÚ:0ï QÒ;•‰/i`‰¡™Q'œÁ¯j¶'¹˜€¨":ÙpzZ‡ë^¸ôä~ÆÓ¹ž( -«ºÂ¥š¬wb¬;¨ž -}Y âÞy±FÚй‰³¢RoB©^GOŒ¦Z»`h©”N[»i`ScgͪŸx:5õ:aû™ÐiÜÅÁ°3A¸Áv¨fýÕ|[ÏU‡wkÖ›@qªG¨M -[N÷óh¤ã°½­oT«©ˆQ­l2ßò†àãØœqëÝ9ÒQ•fX5‚Õƒ?+ÑvPÖ™ ¹QûE7:X{”¡Ž+ „v&*Z¬{DÓ÷Ê"Ž‚aHB3ÿŸ3˜kÀ»—jòAP!Ô·OsÚñ„¬øýhæ_…ö™Éò"ßeúòQ÷Ý0–39Øà+½U‘ù°3_;Á¹Á®½–²íÃëht¶âOÚÚ\NP½[Ñ)»lÕ¸=›t*þ´+âLl=³BªÄSE™—œ-ÒE#’›ö¬Q…@ØžWðyüŠèöå®üÅÉpWA÷ƒÖðÞHÕ«2*¬«¯ˆÏL«G¹Ý ¾Q,;ÈUÄv4¹öâ'Ouj«[Å+£ãÔAíipPô~Rì_\ÜßfËɈ^^¯°ªÜbzÔcG<—ä -YgÉtºyRɨY?-¨þÕnTqwd'–JÓìÜ(Q<–uS›¶KT»CJó±ˆB»-Lõªÿ£h{¯ÖâÄNÖ¶^„6ÄÖ’²õFv@$Dc6”¨é=Û4vœ."´:K3MV¿ÿ¡2LÛ -Ѧ»Í:'”u—ém—Ìnnªu'ÆS -‘„H’Ó¶PûøÀѽmú5¶Í|âS`=ÌFé<&% ë-³ÍöŒ9[I>F·—B=ý¬ˆ*sàbä']{'“׋¿×U' j -êô»’<¡0± a¬WXPß¡íõ¸Íym‚¼Á”clíàU2WW÷ÆxUÅîV¾]ïL8µ4¨…qoÚ@"‡ÎDåQv˜¤R§ÑjÔÎùx3>£<{$ÑŸ1JY2»øóˆ*»í¢XWª®¾áŠÇyGr¼¼ÎîÎí®µcÝ¢ûª‡K‡ú Vú‰§:¿*ÙH…¼¦Ve¾vA$½Áú锯oõ¡ÝeÀmSè^Ψ¾…G°¡hwû#À¨kºÞ ½GÆ»ut-¢évCF°ã)QÞ-Oú ý´¾ÝFÅd]ýD§d6ÓÌ&E?+s–×¯ÚØNs?a< ó üE0#{•ºÃ -¨\÷È‘ ÀxñNž¶,‚“ypa#³g·A¬r² -æ ˜ßÒ†ˆlfCä!Ù-n¿åB¾ñiHßBÛ?LFþ?b”G3iœMu5; ,×Òe&kmÎÝŒèæ5In¼x¯{p='á¼­¨ ϱ5ï–Pï yoKŸ¤P»6#ݤJäÌ™J…f3ÄÅÝê¼Y9ç¡\uB.þSoÔžFôõã<;;–D Þ8j±XyDÙ××LSq£Oc€á±ÌÒÄ[4¨/ÄûV, ²°X÷‰/БÔœZ;CpuR¯£ˆ›I{¦¶Ò20î¾n&¤€í`¡n—Q9$–‘3cÎDTygÙV6q/é.ÞöÌ>ÆÙ*Nx­ã–tšr#ŒnÍ$ÿ ”ͽ¡GwàçîÚ—((™,;DL,× .mä3æZÝï*×8;¨òmˆ {~J l-OäN¼$ÞyçËÆÅå*ûŒÍub &hÆ£ÇvRP)Ž2Ó`bÒãwƒˆÎxh­'Š«@PÁ‰êg ‚}â)XãYÂÅœl¤TìÍ]_‡mŠƒé.sXÇÂO:Û -u®3ļ ­·×€¥¦Ü°˜eÊÊÑùªÏ=&Æî7&j—¢Y --‚u 'Aã[p!^²î[D“/»“¢Ä\ÇØ¹Éyë냦õ—\×nX#¼„”Ï‚z9:Úݧ¸î¸®FX‹6ÝðxI-E_ï ‹&zÏ*ìyhÍãÅ"›Ôy·(÷;‹µàœŠ*m“c>Y —ÎÍ!0z³#©MZ–¹G}½>{ÑyÈøì§Õ†Yð'*»iGì´aPéÖªä“ÀQbKc’3¾†ºŒ°!‚†îEUÛŒmM¼×új箸µ,N«Æ*\-# sØ/]YÌǽɪñ˜—Ú²y¢ÍQJòµ'è½âƒ¼ o`:.NW/•XsX9Aï]E²æ#øúÂëM_ð¹Í((Á¶§SéNìYŽ‰ÍšE’3ññA~˜åÚ]p_¿t}:â­s& --^ŠN~Ì9ÉÝ)]Y]ž«õWÁÏ©·ÁÄê&hñÝ—kÿTãMŒEÿ½r€¥TH €ÎÎÕÚUø[ãMB˜Ý®''Ç7ª²`:†\Tƒãéyg¥¤ßRú/Ô@¬%Xg¼$õÖ8cX ÝûABݘȇœ¡˜K;1úÖ9í^¬~„Ñ·Z·ø4„AÔÖ\•[K×ñ’°!“a«ÍУ;s‰j-Ø*’ýÎÌv7A3ÖåççÄú–Eë¼=t;…3)¾§’Š9ç¤ÖrO•’¾Zß²Xó³ïñ¨Ü¦Ò ­$“Σ8,›¼BðäØEÕ›ëâ óvi¤‡mf~„6{×râ®iOtÿVTÎ%%l?–¤ Ád°!ÚÈ÷êX Þ-À³ˆ*'µ‘»5ò× ý¶Þ{?ohÕñƒÿÌSÙöåÚ›×}-¥1=~Åe2Æ0jÏ`ú}ÅåÎF V]ºÆß«Í‚Û¼@ E»µÒ†Ôvä}£¦‚Æê˜^»gvÖ³ªî\çxPE%Ô¸¬š†\˜wƬ'6땸‚Þ³ó¶$S™‰5Ó2BS5žÙ¬½ÅĽ¾Òë§É ·HÕÅ%w‰f`ûšö'¯ÏÚºwí±RVÑR0ïÉäº3/qá©mcµÑ¸{üa9ö²-L¼‹r;•RÛh Òi¸q¶ùµ†”Óm2g¡ò† ®hKm¤ôûÇROñ,(çß—7Vë]òáè¬d_BU‚º±œ*ViÕÄ.ìÑ)ßݺõ \0Ô«1\5iÖÀòSž½Ñ"öVö&ˆ˜sÊÑ|F:ƒ ƒû.îe‘Žnp*¬6§A4ßim¥e{ψçÁ¦Ì­ahÛ–$jñ§ -ðD•Òò(®’0i;þmÒŽŽ´ÀGkú„QÚ$u{•HY}cLœ+½ÊåNióz$º»Ž>~ÁÊh}¢8Û§ OñßëÅÖ6óí¹;áë m#÷“ú“ z7œµnR„:çÛ /¯ÆÊý·‘ÇšyœàtMM /×$’ðRÖb±î½l!9eÛ±ºùzËh¸Á7Ùœ0oM uzˆÏ^ýÐö(N=j¢9Xgv'v&+îÕisóð˜ûðiq¥4¸ª‡A$‰$ã±ì.ù\ªïù7ÿΣ€õ<z5G¸7Yc >žêFøî¤³¯+ÝPÊr£(eƒçe~Þ`wg„éOtY"åÁá’_gåˆÙTý¬±+Þ…rL½8ûÈmÕË èbQ§å3Gi*ïcU@%­06Ú¸x¢îšÅÇî‹àiœ{Œ™ûHì¸Õû}%ζBñ÷pIw?cíw²fÓ9 ©j¾VïÃØS/aþ~¸ºÉ€ @ÓÖîûEµE7K£öƒ8é*óäPüWÆs"×· eìª=à,ø½•–$nâ•p4ïÛ 0Þ˜_q5‰µqóÜg êONw„ÁÝm§8j˜JÅHúfîòz@î(÷VYúo’Ï£Þ‹¾ÁxÆé -Ûò¨cƒÌ·Œ£˜n©!™§g+tgf‹¸«Ûê$n<ŠAî…1\FÝ·)JJm*_ÿE1è_ÊØÜÞE£šCС’«q@ÃÏkH}³î^DÕoK\m[ã ØöþøïPÆtÛx;V5ÓS×Cç5Ñ7X÷Mš—ó’bg¨I!ýOÐyoýÀ²6ž.—ao -@eõ¾JSL|ÊÞ,¤}‹°3wÉJÈÁ-r°áiévžæYîƒ -é4ÁF»\fÐ<0dö¹ÈZ–©Ùqé‰áµ{€ý¤=²1‘ë•nYñ,Z -Z‚Ⲟ/g"ÚݯºmLÖì:hÊY„`Jß›Ýææ‡ÞªmJ¼åJ&í­ìRHotô3ä¾Õ¬Ã„ ´~»2û|å%|j°æeæ‡ñ×“î ‡áKHZ;ñ m&hÝ'gÜŠ_FRxˆöÖføÖKtwš êÊÜ‹ô§3õú"ùƒ«MKq9FWcxÏGX'SCÀ¦H]áÏÈÙ<%T¸&áסù“¦JT׿®Ó[tu)‹ç"87ÇâÔ¸¨°µ!Ú­Ñ ·ÑŠévâÚ+£\pöíUngŽÞÙ¥üc~GU=RÃ/RÝž¹og•ŽÉg›B{)*<òjºÓÝX ür]ìÍ«?Þœ»ØÐmJïTŽÂ=o’‘5¤£̽WÇ:;8˜pñô^`‡b0´-”›ˆßLûebݤÜ)ˆ›.Ýa5x¢¤‰oL@Lž¢i¥p=‹ÅGð>R¬½_¡¨Xwƹ»cÝ~Á÷ +P¼}ý:¥åo¾ë$nã¸âÍ×ÈÖAûeÜt]é'x;kºW½bÎ[@‰œÁÂæX‚{^uÙ^`‘w$±øØ£ªâj‹ràE>íùÑwÿ/á)åÝ«<ËT?p¯ÒÀÍîÔÆ¼U4¶˜|ˆw9ȰqŽŸ9·¼By›‹õz-JÍ’`”Ç‹P¾%‰1`᩵eÔí1Xòų’Ù Ø”öêÇ÷ÞoÞ­åu³/+E7 ÁÔ¶Ž%ö™¬!Öp.’Ç!çz­CØ$mMV€péó)…¤&\DÝ·í^4ÞÅ-™Œ\ØVü¼_u?¢¼1ñ¢-(uQ”.RëœYµïOPqà½#L96»Ã4šì[ Õ·࢛^cxJÒ͹݋o|U:”vÝÙu¹c‡)Ô¤xMSW!'Ew¾¤hÌ–GV·‹P Ý ÛÀp3NIt'€V_@£2çW¨ ¢KnÊÊÉ÷.¡Õ¡¸ºS³Ö³Jï´B>cNΞ_P“ª£Fk »ÐïÇcMÕÞ(oÞµ+Hn/ä&éƒUa|¢CŠ ³`q+ÊæÜøŸå-W°…ù8òÙaVÏÂ0Ú:' o£öt¤+ÎÍR¸ð2ÿ1ª=MÃEc·£Q~êœÔœÞOu†þÿQT“~(B†¹Ußê«ö`ô‚(Š”týý\ý6 |ã·ÑiCú?UË–åºò–WlÅa¨UªDw†géÛq;‡T¦ÐEŠóÿdžÁ§0t†èDèÄ휫sÑ6"/QÜÅ:„TY‡`Âmܯ™q!66FZŒIßûR“k.*çÜ •A³\}ÓK:êFâ&ETeUйylt„€—´«;«¢¸¤µ(7w¨Aº­KýHª‰¦ÉÃTà $ÓF:Ï"·ø´{—šyCH›¥P¯ -&õp0¯i²?7•S„Ýw;ÊÖ_ó"ì°{Þ®±/]pq* -}·éYóö­ÐÍ!ˆr«’DëÖʸÈÌ6u[‚LÅ»ÒyްָõÍ7ÅÌ)bIÓDؾÖÌœ¯”OX *Ú_»µÖœˆÎ¢î±Iªš[Àæn˜V^žÁ2™CXÝa£‚˜òùLO×­c½µÚ -N‹ßm(ÜÉOOÜ Ó d-#“Ç{Rev'µç¶ŒÜ5Ñíq²¦¹Û!€Ì++ÌÁâˆgUxNežXkñ×R^/Ûí„Bá¦C©È ºˆD£nbºF¹Uqv6³Ô›×b«Uk@z”&ìîm½šáËìiöä*á °!4“ߣj÷`ýÈCl -uã:o¨Ì=\­Ê+›@Q•/D{Ü1Ýn¾ Ø‹9¤›¬Ÿ >lObÉËFɦش•ɤ´§^fF< -í;+£BkwÕH„ë—¾Œ(C'®mR´¬¸†½› ¹ã7TŠƒšËˆUê"íJ” -ͺ½Hm2³*äœÔкUÿ²=ÅénGÉ›žUµ'öq¢[XF†À­¯­ º…Œ ­KmÁÕî!“ÙûðXã¶·OÞ’8¶¶ï -©pß÷Å•MÌ݌Р§Ý”ˆ.Y\v¨bp-#g“«´:®1k¦éG%Þ:T“ipxí/Ì`òÁzݬˆVÙÍ ÚÎ|K˜_…»€ÂÒL´®¯åsgÖqNã«Â¦ù”<¶@›¸†Âng?Å{áÖ©’=Ð^§ÊmUB=‡6´1/µûDÑOñß &¹(³ûf1­ËW<ð¨{üÒò$¤¡˜Ýaä÷`U:z€à1ìæJݱ BGŒvÎ58ï`^ª¾,¬"ŽœY}<¸z«’™3~Ý‹ÖQ±Cl­Á>L"ÍÞÀÐéBª¹6 -k4=‹³¥ÕvˤÄÊþ¢ZY»»xDY”`{¤o:’ngaWj¢no6+*q‚Ô[Ë4z^{ üõ¯XZaöÐÒ­¼‘ Óy?‹jy©tÝ2©@bMy…JÇ?&Ê|õ±ž2ל,/S#έü3ÿ —½à-UUHÏ>rnªÙâeR —iMÊÖ:uéb7Šñ”AÑ©ù„­Žü”ûÚ+ë ©šƒÁç¬Å&#sè /“­€…z›ÚœC2³"ûñÜð*Ü‹7peRˆ÷'‘Nœšè—?w%GXÜLñ*»!gQ£ÓÊØ'[ÖÙ³Ü!ë’GrsÈÛRqóPÇw¢Ü¸^¶ò6ißIºKé9AnÕ×3¬LYj`%ŠÁ7ܪªxå)“rÇaë—yÞÌ;£dÃxª*i}wÖ£‘Ÿ_tE8‚=õ#ÕjºÚ"RÌp -Ñ›]˜›Š—u/'c7 -®çóòW;s)|ÏvvÚyª‚& ՒǶüÙ·r¶*¶kƒRvÖBÒžk³° ‚5wùÁÅ}#"tI)­Àì’ëqíÒù0(X>ið²(ûf…BEß²–qIÆŸÒÎÝI=Ÿz´_цé˜5¶(ëû2ÖÜvÁ‹dhRé+³SQ9z“, ûĸHªkHÀ>-éQÃ`ô¬ÊmN» ôÏ2O­°¸jG±!mPힸ;Î"°‚¡®RiƒRnȤK÷lñvUâvEÀÛF[V·°ˆÁûè  hàÀ¤†B[™Ûžä—(ʺP%Lëš -PòZÔÝ>RÑ2o×)U–«'݈•œ€IQ±O¼Öa4èÈdºi6ò‚‘ðUžÏ27Y½´)NœÇ‡i¦h‰{{B»<™aøT¶/é¯=ŒÃvf FÏ&„TÕ2ÎÝåñMòMwÛE·]1Í7Œzâ("œ(O2µ B£æ%tÑ£ª¯¸­L*oz¿¤<ž»I¾ÒLIÞ¤ˆVÙñ ™g;óШ7or›d´ö€#U2m8þ)‡ ïlW~£V)¸%МÌÎ ægÀÅ)DÆý± ªmŽ0)2oìl¯™ÝåÄ¥ÞÞu+ˆÓl­QÚŠŽj¹Ëâ£k -£¼‡SÚ‡nþ T»¤Z¼¡æâÈÈSbWJö\*ÈnIaÝ^hg32ÄÔ³o¬¡íKáÔå9«àÉž²vÚ×iZ9YäMÙZ²)¢}ê£;ÛAPl¸Øv3L6¼Á)„¬³Ü8»Œ«ŠI[• °¬é mT´Ú¾°;åö²'ô±]õ wºì\ìðZ¥²*³êi&;£”Áß§‚:ÌÎ"æºåfÅW!À‡’ÿÔ_¾´ÜŠ‘ m}«ùľLÀ¬´Fâžâe±™FGöp [+b,P©ãVå»ÄFÅT­TÒÕ¼T³ÊcZ·]1Õ’¼‰uY€[„ÝÙ¥QÃB[>•ò“®c›Q1ûpìÒ…ÓfµèäËé¦mYJ!0‹ŽLá¨<Ô©¤ë}R]j Ãzñ´¶T8 öܱÜ[ßgÝÿÎáuetv¹%8†Ë n|¤JùûDäóø‘ÆêŸ•Ù®™10¦híK‡NfŠ…tÓú#o]1µR¥•¨ÍE‡Ìh·/yVí®rjeä³õDëëHpíÚìó¶E¦áö) OrsªóÙƒ®k ÇÈùªÊsCq 5O5Ú¨@ú^.åâ$#mg¶ÌFƒwLqµÊ&÷¯°ÙÅéM™KÈ´Ñ*÷Òžu±=hhSÖ×6EôNÍɾýÕÞ¤]hsÂÂÃ%:pà Ä<p1ƒuƒTžXSÈ´*&5%¦œ$„„ˆhómA±¦6ÞPÇHZ8Ý`@­«Å=ö*§(*±›Tã´+“í“øB7Œ±h·µ%}ìz­b§ï(ô(¦²#ñµú¨bѪ–ås²˜c§C‘S=&åXLfliknqÀTÿ]ß”:oÈw ÈÂ! -9ÛêËt÷¿H£âÅJ¶E‡(W£­Yì)=ïqQx\“o8C%ÓæÒž{bîÄ,î•)œÕ¨?ÇA¡Š„p’é•)ÝRå_4òP‚ö¯°Wå*/îÀº#Ú]Ê>5í¢@\îÖj­C´î¶ó5†—IÎøþÏ-ÌDª8«Är ¦YÉ:¾‡ÕÂxríˆRqUÝu€‰|ÁFª”LnSjv9Ï7k¹³†©µWÊ´ÀÐ|’s Ò7´ØZQ–5'jqvM†ƒ*JöÙx¸qð®Ïšoge·&‚Ók2 mþtJu긲Àí -ù¶h™zUæRkŠ×VÅ)¢ƒóåLªÓñŒjZ¡½ü€ŠÜÁ5vðíCÜv×U95¼ƒÌsÞ±cØ­ÕEmpÊ-ªÖ>[ÁÄIh«BÚÒ[VÍgmpý0ä\†¾õ:µ­%ÖUu|jíŠÈö)³ºV¥u sÚmÄq‚D•ý8øì-/“o]uZ} ¿9è= mg¥¦ºäÓB%ÿH'bg“¾qosÉLÀ‘kKkàõÓžéºîî -õ~$í4Ÿm·,³Ú«™f-lÛïÚZ¶nã••ì]ñ_¡XÞÊÒ¦ùP·Ïc ŒToæÄÕ΂éY9ºiV]§ŸL抰çܾÊDGMŽÁR;eÍq¨›Œ]¦ ê ìWbEc^($¢S؃0óMEVAÜî]ÿ8ÁZÌu2º>¹²<ñ|óªœÉ$c3ÚQZ˜dÆ(¶]«×´¡¡ámaî“‘igU‚ÀV+ÓšéÝÅL+OGÕn­Y‚{:¢O¡»¬Š…Mï­ùú…O,B¥ž¹å:gœ 3¸ØJìʪÞÉ6¦"¬\¼µð‥ÅÝ–ÝT”d™™9-ùâ@0uK E®­¨ZQ,,æfÄŠ5²­ë®4Ò^WÆV=i@àǵmF^™N›'w+HU;™£”L¹™? WzScŸ–@½ÞC5î+uN@Òô¾i`qGh\¢}&i9Ðí`œYù‘{¬]+§TCüª`=ºòaä"ž£ÿ¯!tBÃѤSÇEÎ>Öí³8¡ä?ÛZx‘è@…“9.ÝNÄÔåœ! ªê£ê.Lkw#Br² }WëÌ„0âÍíáºõùVØŠÌ®‡É¬ŒbEBk¯os1vË¥âLXç´’’ÍoÇËg'ʉžQ¾g-–f•NKÒø€W×~Ù${ÁÔbÅv¢¥B±)8ÎFIë8¼¤ç"8ƒäÞ›ôË%R» oUe's$Û¥WGç.]¨€aG·~MÇ4ÅE×Bÿžµk®]`Þñ&åø²Ý' Á3ó¯°l(Ô à'j)DYØíY£GSÃgµçˬ”·b&ÿëY:sáAážçeÒƒÁˆRQ¬‰ìJ·##\, ËU¡Ú²srIã¾Ý-oxê[$a –‹LE·¸ZÑÎ>œåÖ¬®*œì̤èÅ(]îu‹¸¯ŠG"ßž;L«žNb7õ˜Z°cdž®¥è½¯:kÞ«íiÑ£ë‹k$ÙëqnHå²ñ8ÿîå9’DM…¨u±šdËfÖªX×\¤:¸*&‹EÜ)ß÷`ìÂ,(/·‚Àºc wdën{ñvüWnþߟ½îIù”Oÿþßÿõô÷/?âéëÇû¯ß¿?Þýþ)ÿñÛÏŸ'ã‡=½~|}þõÿóΧÿùñúq7ú¼÷óãó·×ï¾Ng8¿Gñq_^ï¿|ÿë_Ú£e?âéíñòýóû—ço?,>…ÛóÒÓ<=ûxùb}ùx}yüü„ùÆnžü‡^=ù%ž/oþöåÓ¼ýóû_ŸßÊC**fð§<=þüõçÇÛãËçÇïŸ_ÐOÎxzý¤§¯Ï?¿|ÿñûó/_ßGöâ&†Ýýèùà§—ïŸÿùøõù÷??~~}¼}Åûƒ¾y¼=¿>Þ£oøññóG͘(Í»>ýwêÍò†ï>~yu¾þë—>^Ìï§TlšŸîéõûo_~>¾þúüþõ•ûœ­xíßñÝooÏï Oüýñúñùöxÿõ:WùiN¼à·^žß„wþÏ“ nÞb$ ãë" ø3×±ñÁÚ'ðKk80/þ߀Z -ÔK­ùWN~!ýd“Õž)¿GtÿŠ.2"éwÝC¸’‡p”‡p-á$jÑŸz/ñ{pÐ]¹gîl»‚O$ô™vEž€‘ÆÆJSãMsü46 ’Æ¥±ÑÒØ46,‘ÆÆJSãä6*¥±il”46(–Ɔ¤±ailŒ46Vš'¿°Á”fds‹HéYn46J”‡ó-sUÈ_›’憥¹1ÒÜXilœ<[O––8šæFIsƒÒÜhinHšîAš#Í•ÆÆÉ/nTJsÒÜ(inPš-Í IsÃÒÜin¬<œ?9? €SzæƒgÀ/nµ+¡»J^&PDyœf$AìgUñ†×^Ê{ž§Ê§*Dö©OæS³V>tXÛéU3‚_Åîjã7¡SBÊü™%fÏORp•Ñ#ªâGZ–“Ï< h,S`ª¥¸n?TŨ*LÎѬŽþ×Ëàx±õH4¸W-Ò1ÉEò䆕ßõTÑݘë!®EðíÂç“*Ï‹àµWð¬Ö^ÛܵŽrd,?ãÍ ™]%Ú w;àS³N€Îƒ"™«Þª!C/o{•ÕDî¶j܇×;IдC‘c<–A/AxÒåW¶1YÝ#L'§RDÎØJäAÀú¨7Ûê¾µØÑ^Ab—ëÌV+'˜<Ù(i•\*t`|2C2Ìöëí¾ÓFçù@»B'Øm<޽â›É¾± »çü/X” -¼¢ø£ÿÇÅF›ô6ª6R:µ•e›Á„¿WËÀÖJÖ^ã|R ·~M‡í =MÒõRR§…BÓ½Q%¤¨Uˆ|‰_÷ŽÂöË³àø«¢,5ÃÚÈV}Õ -¸ÔbèUåÿ‚Ší®–¢ÛÞ•$ß˃n¼/1®é¤Ñ-JŸþo:Ñ”<ùösŽÈÐâŽþ×Á“Ÿd‘‘ÉÏÿ˜€Ã௾gþöùøù›ŸßÊ%¿‹`QŒ6ØÆ(zÝ mÕ7(­Ýjï÷¯Õ{IU¼s_S«x:¹eï{ Æ>¨p(ô¬è~‡§÷–O[8‡ß”ö•怲> b–çÀ û›©©ÖƒM'CÑK5¤<±ïåG³ê©xwj pn~{Õ­§—’Ê/mÙà”¾â }_ -aþ½'PsÚÐ<û•»VdÓ'eze$~{#‚åsV’²,GbWš]Íeƒ6n¶ìC†¥^Ý–: ;›íÎÖ 4ú QÛ ž ý^šn2ÂÛàjww3²eôΡ:äºVo!X¦â±(aK‹šÁ;í~.ûÞ¢“µ& Øj÷* ,â‚ö®H‰ž¶j>ïÚGÕß”·ê²s^<8ä)“ lô84dwU2"d@Xk}δBZNÙ»ªlp´_ÓFMãGJ†´¾òB–¼D—(™‘ ܺ\[:pœ,ÁòpÀW)CØ™D×ÚTÓ©c¡ÝÑ_3ÝùIZ¥ n/iQƒÆþ'!‹’0Ø k¶ÁM…V ,á˜6]ë‘~U-;Üfù^.Î|“iå Z-ñdÉËÇzJ—ƒàê‹‘s?QèKy!ÜjÄÄ+´€ã)õšKE–i«º®ÑeZ´9wà9êÅ3*€*©ÿ®1Ðfn×ã@GqD{)¥E\)-ä*åóž¶\1¼"oX®u¥î–§;tÖˆp­–(áŒê0¤Ò1üZK«ƒSE1¶¤{æS•DÝv0ÕªÃê‘~Фµʼn^Þ†ÉÑÖ5,°“†-ôÉãβ×€Kõ$§H§UÛDŽÂE!ÝüÃèòô(@¹e±:tݶµøÅªð[ Yº½ðÅÜeÈÊ´Ðm÷x9µ.œþ«ÿam­´Ÿ §íºÙᄆ-àY‘#„oÈ}ÒT`)ì,5x>‡Ô<ªàv†Æî‚Di,º«:ÁXͱJH+ׯ–×´¯—N{ARÈübš0# ðØ"À£€iPzÃ÷ü^m¤ÌÍŒÐQ\K¼c‡f,4poº´(â;³ê:Ð"é;c|^V2k¬baÊ^ÚîÀ«á=ÇÀÓZšš<ªòX\Q¯Îb¥ÐÁ¤OcuŒnj?«Ê_I½fÖæ!@wÛê³@[KÚî5Y7¶cY>ÒwÆÿ’ìÈBÁÃ.F:›$»‡]dwÄ¥o·¥ïŠc£ÊŽœ åZr™¶’¸þÞÛ#Röl»HMBs¾aÙvN=µ»ØšC”¹·“g¡íËvo=#/æjûkæ¢o[;Nq\§6†ÈŠ3@40s8 -¾jí{5]¶V»|ÄäŒ÷h¥¶ÇU8xØÝ%ëÁÙ5”Tí‚9ÉÉÒVQ¾r·szUPŸtæ(6c^„®(/Yu0Kw`§waöUFÐv_—·/YÇQLg6[ܪvß/©szòj‹pílW$`ùëŽñã‰V`ZµPݱÂác9j©Ô ö?ú¬&¦•í#\Å•ß%ªm°á½Áh -çĉ"£´½VN‚RŽ9 -cFÏेH“±­í¡BÊí{b©•5Ù"ˆúˆ¸ó1goE  £Z{„60]æFváWˆš|™’Us*ã¡r–1¬ö¸¤½Œé´ƒÔŒl±&‹L=¡àlóda8M®Cž@ú#«à‰¸›¤*ÃT“™€G•J{L}wy7zˆ²»}u‘^Ü–'šY¹Õ‡úbÑùE/dw‘ºDtóN¦Á¶Ö]Õs"áyoÊeù9°#˜ú/ÖWœ"ôU -U:tkuëš -y t¤õR}RÒÿG¤bâ”»7©Çz0#íÍî0(V®Š Øô±»ªˆà…sUKX.oN -²Jv ¶ï)”3zÓ ;ïn«t3è<êÕã<iRqã[½‘j•®ˆí(9õu¡X€ý!÷|{ý…7Ô^U÷±ÄÕ zÙE‡—É‘ y½U=Âûå-'•c+/T»Å ;ˆ¾‰*ƒH\™Ë1_ÖR¾›â£ÏÄ(s. -Ïv$ßÌÃïéêµÚBdŒÒF‚è¼ýi`M×…12Ø«E–¼ED¸Í=G>Ã…Z4èi÷RÆbµA¡=ÙÔfn $dˆN3coA)CÊ4Ô>óÈìIõkí¥cY9}w¶O â©–9‰²ÃÓràI­{ÕÁ-Aq®Ù•ÀÖD°ÂíÕÚZ~qa Ñ-:@ĩܮ^·T¹‘×Pû´ ùØ ©ËâÝê3wlºeùËPŠº°šªL³ù(`¤’=Ó@´*«DúœóÀQ‚æî-f lS•Õûv&¹É{:0 ×O¢+óv 'ŠƒU¥]N'èfõ0éÿ­„"Ü•½CíMÂn×dZG!¡n>L“(3#é -øvå$‚0n[JÐlÄyÓ™2²îlŒŠßç¥°Òæ)cªnoøêgÅz`ïúÆ1TUúý£fQ¨¬ù»Òe*¾Üé4BÈÚF"WCÂüã±ÈÄNyB´þ“í5æDTáÐs²–.¶ºª@Î4¼kð¥Þ2ÔÇê˜R:çotMäÓÀNÙƒ“ -·¢<&sÙ`žs€~Û#„eÒÑry‘%rŒÎh#@`é8wŒÉîjˆ¨ó–ö%®.«îâ’Ö¤Íni\â’aÉ^ÙBá´m ìÉ«¶¼¤rÑP•ë¿#Ð2‚HÁ¯»»|#µŽð&ç `(HF1/i¶'&ngBgCv—KD'kÀ6ùxÊ?‹?×äîÝŒ-Ë„ ©Ñ;áÏKßW#žBBŒ‡>»®Þ— eºf)ÞTµ׉«1f5ƒú0͆Îb?T9á©¡ƒl€8ºu‹yC‚Åbàm{Ò Xh„Éž51…ê × xt¬0T[¶fü2"'H=‚?@%b~Ì_EK´´ÈF1΄*>æýiU·0‹€ÎˆÜ¹1õÛ+ƒåÑeõK¢G×ÁÍ,Ëò1§Ã£Ä2µ?©ïvcêAœ4!OI…ü?æ¡ÜD9Ù×/Aåͧ.;\%BrºÒÞu2^Þ÷b¿´cûš—`òi*ÍËÖ*AwP*}ꣃ¹KÄ7Û÷bé—Ž¹¾Îyý­JÍT #Î=ê¾CqVð{[râ–î]¸–¹é².2waÝt˜&=g¸ð5Œ%áרÉÝAf(ÛúHêDþ“sj¿ÊšamR˜ñg¨FçÆh¼<éô¦$îØ3R*´úxÖ8(t¹Á`¶ù#äç¡ej¡­ÉW®p¿úÿÄÍVê¿~ÔZÞ~jÿ>uØ {aa°ž$]$ÙƒâˆÏñKÓc”‹HèXÚ{”s¶S¤£KN¹#§*Ýa`,ë7]ý63©ýÒmù_V/QõeO„¿ºwÎÅ‚$!"• ®ˆwˆ\q鋟"òtéU®–êJI»!â°‰úê7h^ÉýÄ^jÄô?û<5}&I-ÅsLRœètö1ý«¼Ždì 2 -þºÅÜXAѪÞ伦R›º¤°I -zÊáéº8eùæG,lh¦= M÷CÊfbî˜F²@ñæ8Êäoeø.¼>v¡ýÎ3ÍîuÜuåÞÁšÉ² .¤Î‰,§ï\§Aî.R8ÝÓ•}T»é¤2[cRBá„s£mFÖ—•ã]pá/û ÀÞ³7!¥èFŒT´—zÔF–HÈ×=Ü‚$öÖf9‘\Ýb˜Žœ²¤LÇÒ­Ÿp_F̨ºébJBÍ@¢hÒ*/÷#87â}Ye™Y¼2ôϲQ¿gÚNA¯m6—y»då» 4Ú—ØêʎزDZ^™wKR¢§OÔˆè‰gÒ—š§²û¢F5N«Õdbr)!Üé­ÕQ,%bJ*‘‘–æ<ØÅ©aòt'bÙbŒ¯Ñäü²F=/¢Bú£lÖ¤G«®o{Fc³E1Í8€Ïô‘\)»!t-Í)J]ؘw¼Jmøj"îw !6×3‰=zX(b’°Ùà—ÑUmI‰Ø<Þ%†…V²qK{âö$v¨Iî½õ «Uqç'™é”DÖDÈ‚¤‘Û±d9bKŒ¸'.’LKs` -ÎövçgÂŽ8};’7÷÷†ïÂ>Œ…$Å¿ÌRÑo†_¬ÈÊÓÆfgêÆÏÔDù2÷sÙ)uÖ,kÜ‚õ€¼F+çÝßzîÉZY(ÒZÑl _>š˜–,ñfKΊžé¾ßx•™”ÙQíMvÙÁeYbi5^$ -º9XzïúÅ&¸Ú¡öI$¢ SqŠq¤¹]©Îû±åŒ_F§¨ªphÙn6Ådj®ÇNôì–ú¾µ›]&G¶ÊC§ã—,x´K±¢p˜4˜Aü/,Òòí‰(ê³ëñv$B'ÑyÁ²Œ~)t'AV.d¾ò(wTW\ª8X U± Å«Úròª©Þ"± eÒ=·©0Âí*Z#Aó`_ªíÉŒßÙ·_ÖxofÌV®7$®è+”º6‰"ÍÇ.æÂ"_¨©/#%QuB S"’/þR¡©+ôî÷—ÒáÝÃE.ÊfÚFëUµèt³±Óì—žýVƒýFý0Q’¹¦IÅ„óžçY¨>{Ñkˆ=w;Õ ö'£Õ6Üß‚š7-A[ –H¥$”NŽça‹J4ÑCÖÈ9ËP¿[¨°é4õn¼bCp­£Ÿ.Þ·˜çP/¼Yò/‹y.H"Þ‰v¶¡e~óãÆ‰¨NU2ïŒÈÈGu.¿Hch¢­º"ÌßíŠYÀŽ7'°^Ó”ñT¯’ÍD¯¦a¥a¸«õ½÷ö”Öš¹AȼV!ô ¯g[`¢é”#ò›ßÁ£¼Þš#”".¢yX]m~¥Û‡œ™ôt‡½Ìë,dzu¸ý@ÉjÍü޾y߬ÍJ>.*{D¨z`]ÍÖ@ Ú% ÍxˆØ‹ÌåKèF\½Lÿî'»¨WŽ{Ý21ÏPG\sáùÔoßkøp÷>Ž?ñêHå ªOøÍzfƒ ×=’N02^§™ÖAÀñ¾—êõn}‘7™-=lÅ÷%'zW¥€8Èêh™¼‚Á^Õ¼ž:mmi¢NÛoéá±2KÒ­xJ¹oà-N9è—=ãxÈk.ã#r£»¸š\®<ÊgÌQ:K æ‹2ÞF\‚ ‡¯ŒÖr \ÂL†7ßm‰Å³Å‹,yŽê¡Ö°àPßëžýz™+Oc³T-â±u+ˆU -ŒœæÀ‚€’Ðn ãÃ͈mITYY˜b[LRp"30êDÎЩ…x{gËc=÷Á…˜>MзËT}ÒÀp„ö‘„ËÕízY"¨H‡­ýHüª îÀ Ìj#Gv ¢ªÕĦ”䵂9Lj?¤YÌ{^Syç5ÃX†·LwG‚ÆYªðÔÔ"V´äyuºùyÙ‚l6ºæÆôÚòªpðêò¦5Çü„=ÏèÈ|áQm?õ‡ØÆY5]DZÀVÑp¶#1Ölú4ˆÙnÅF‹ðeî„ “G˜L_IPØÙ˜Þ7â-oyXólþñA¦°²´í¬}]ÒYs"þ3‹Z Q”‘ð(ÊN¶±Г1/Ëâmq8À‡1$#¸ß²›XYÓ' q«ºTzÚŸ4ã;Ò3ÿÔœ-Çk˜‹/L©¯=¥k©Uk}á=Õæþ[^À=©³…Ã$d,zPFœUs™ì}\º›³¸“Þ“`Ø‘xCúôô C¶àc8EøN -‰¬á:#ùQ€šoä4Þ^$Mæ£î»[ßùò£:U»òWaŠi`ÓGZÂ&º.¨Ýîôe†lÊ`)‡˜p™;22´¨ÅÁa¢+!þ ñoµßgËݨ±Á}íNK•÷V)« áMošQ‹³ªn¤"N„QL#•ÝNDcaoi:ÜÕë'q¾›êÌÄTî “c”[²3K³½/|í«®9º)4ñ¹ËPæáZSšçãXŽv ù -?¥O„@û“ˈ“<×Õ“Tϯ‡±º¬ï¦‰µ!7{¤Ú„!¤õͦ†mx‚yËí‰iP/J¸J¶k1˜£ Ó¼‹Ÿ¦¶ª.U}Ö<ïÄDo‚ âÕ˜*Š^•ü%ÓJ%>K±ñÕ@X÷(l=‘Ù¡ @¦?sF“œ;?çRtW†ý²`zØ‹/¶5 X¸Dâ ö¦¨á;WïÙ­\SU¥Ët „ - -hçb[[1T\Ò -¹x‡ò‰õe¶¶¦€¦l“‡;üˆˆÓˆ/}hàÉ·_¶­÷c@§S˜ íêaÇaÞât¥ÛþÿÒ{Ì\fE£l U¶æÿë2‹å N¢ -÷ ©Àâ“PîÈP§S´îSÔíã—ÙwÔ•6b^;É…`ñð“B4§ ~N´-á4”bç§y)ì¯"àk*€;¦oVÈ&@¹òWã -Mô: ßf»>]ˆaûÅ :~+áïA"'}û‘k¾keŒ_à­]¿‹–”!+Æ&÷§”0·#Õ›\Ï›ì\³è]-Nöæ‘z"\àù:eÖð‘u!êýp–û‘©û%‰dÃÐ-kÎìfŸ´lí@6ê×}n¼ -@’r§TlWüÎeÒŒì4øU>ì],¥Õ&lã ´ã¼ôø'{šQ¶WŠòÜ¿>vùfìQ{ÉÞYf±©í¬¦'a½~ló Å×±Ëp'ä}̨³e2Ô¬g?IÐã%qKöz©'â­®“Àµ ºJv?o]åʸá'¾ À»>Ù´Ú¯ùðþdõ/¿iä[]æe]³˜U@o¢‡daû<LXäßÿzC=Êã=s÷Â„Žˆœÿx@pTDvòâo,à½z5¼æD3×¢u=c - ‚å`)&âzö­é˜g›_$Fä#¦\]ÿðÊøÆ-Ä|Í£¼É¶ì,Á½÷EÓÙ¨þsQ¯öÝЛ ‘E…^ª§‚ö&£Û'XU ô,I¹Üítžqމe¸'i0ÜfmAØÕñüP>ß%h“C鈯Lj¡so]xb{Œ!·•b8“”õÊý(h°5C]S|‡‰ýÃ@¥"å¼ã5\- ·Öè #ªsTg^SmÑk*î‘»Ž˜Ü–T½ßÀ?ÈH!'R6_ý¨w´3,Ñ4:ÂwÓ­§ I!5,£œrµ&ZÿÒáus¦DM¯Œò~4Ž££ê[fØ¿}dÏ*Êöj™B2~õ¾÷° ê‚´r>ÎŒýdÀFtt½|ç…/$CÝo~¬ŒAov»·Eg€®ê©/Vž€¯ß<_«\D¿©1;¸(ç‰y"H›Ô) «Üöp8ù'õçyºâÊ—XØ„˜¶´^†¬7¾´º R]èRWÖÓ#þ8~[ÃR8²ûõ‰¦–•]ãùŽQ<]’fØÔYéÏ…8_tŽ÷»Ì:Á yÙG&àõ*ùÚÛ?(^¹t~Uð$¬yTó¢$;ïÁ!ˆñެ÷P_.*ìÆE‹Ù£¼ã”˜¡¯j ÄôûÆe£zXþy䩎2~=buižªƒt@M^©Þ‹Tö ¶†ïnî6²¡;øk@Dý¢ÙáÐLjÿPl\ç~øÖÃ¥³Š‰XÂÊ©j½˜±vRKý4HÕ½…Ý^,TÛ’“o Çâ ÒÖ¿ÑÂÙ2ÇÌ}ðe?ü YÙ3‹DH”ùK_# 3ÌÚ©å¡£—•Åà÷rýòºsǺ)¤*fRÊ'É{XK-¼IBCFü•LÓ°$%ýWhà# XzÌ ¨#ÔÞ6jY|ùW&ÿ&æ‰XÕ¸¥¶þ@Ç]h5ÿN«WžjBMNèL6sʘ½–„ù’G,у¯ä¡©5lë(ï!S»ŽWÝO‡÷¦?ÂàÄùE‡dôêè!˜Ï¶‹‡Áñ|'$BÂÚV ª4å»8„ÍÞW#ë<ÔÅ%÷jÈìKq¦Ì@GÈ®éʬ™:¡mÃu<†aj);Ðá˶[ïØ5Ýÿ._q Õ¬@¿ÚQ£“›§q1*FȾ©7W<ŒØP—pX“ü8½r¬$‰µ‹R çVA¥‹Ynˆ4)ÍŽ»–â/»]¾ªn?QÈíRÖÈøÓç?ÞCƒ'“‹Èì;"2º"ÍwÖ÷¥“7̆\p½’bX£"ä4FÙ~c­º²¶×îºzlHÞÔª6ºN‡ˆîJ<²K9ɺ¬í ûÅÑpbº©Ó W "/Ç{ȶÈ<Žq´‘&V=‹Í¢ÏÓg¿Ò@ªa«{ âÈbî)u¯÷x®Ú·§>ýˆ¤¤eJ:±à÷Ì¡.‡á=‚J¶9ד­Y˜¨Þ5\LǽÖú×pûm¯Ð* ª{1«<4·U¡ó˜/>êMˆ2òw¦ß1¤D0°Èí·‚=Ìr /’œÝw¬±“Æd ¤s\Û&²Ôùõ¹¯íóTÝk¦ì§€™-‡úqõH zvHÉpÆôôÆäË :HJ98®ãqh+LÒôêKXÇM—Ó|Nt"¤œ_´³ÈÃg°h¶`Î*O¾ýð8Tu·§…m9@y`SR6¼â­¬óÝk8»x"Ü}ì¥þÅ«w»ûéèÒtQ‘,C©oX’AÄ d†pnæo L‹|gwÿ Q³ò ”}vĵêLûDLZÆèJ6¼}7Ì‘ØFËj0þ,6Îc;GY  SµòÿÁ/+¢j#×/È™Eq©`èPGz÷l]ó©ß¿7Þ¨Õ5lèý¶æ‚j»*ÄòMhjeëÒ¼Nåã?â=ï=ÔqÈM:‰òú -|d1ÿ” e­P“ßwX9¯0ÓÀªoMðqM»S@WOD;xYWÓ­$ßÛ,ó?ŽC½¹"+'vïյ㗺õ½mÇaçBþÑ*Ÿz6YÚq0KÝš¯Óþ^«Ìf(1Ê'ƒb\…Ëh¯†2”GOýáFVbúßÿ -¹.Ò!R!ÒÔù[Å{˜€>êm+̺öã×ÂDb¶<6‚«E½.Y!Ó+ؾ¢V=1z±«ÃÎÈšz¸ÓÏáèHEç`/˜I×½ìV æämNì†<$bÅ’`Z ú;îÌNQXæ:I…"¤' -°ðéMÍȺõáv|C-È<§—ï<²¹Ž„ÁR,/y,}€ -¬çž.l;Öéw{IQ pȹ—Hë)˜YSßõ{“¹ãʤê€"ä`6;ô£NHÏp‚×ìÍ^¤ƒw^ Ñr¾;ªv>‚æu¦Ú@G=QÒùýñ8{Ž3ÉÖ«±ù£~\‘?¯bûà_È– -n˜]€ó°ƒ(í•uí–—J[\Š™kiî`mBSõýÿ~–¯;¾ÐÑ>¢ƒËÅ0]¾÷pW†´ÀkDÜÇÊ'ÕšéõÝsLÑÄê‰uë7ÇSG°)ÇxV-í}½âbkPÄn]Ð]‹ ÈI;§…8žƒ@uLÇŸ‡.y4 ê{áÑkê*ÏÞ¢rì‘qŽ˜¶–“ÚÄÒ¾îÚ/AéóoO¢Lß( EÓ7rJ=ƒ | ÒÝæÍäß…~mÜ8²¬EÏ9¬°s²êæ ×µ0¦â”F¥:¡™tpIYW×âm=õ=ÿzÔåË -rD»ûGÞ9Ëdw߀ò%¤Þml0€“ÔËÞÒ@ây} ³v|Ž‹ñÍjÕwxF§K¯¨¼½‡Ú¡(ëš:Ê ÜÇöÒzþYM èz -°þo"T6øë=½ŒQ<O©þoÝö«ñ.Ý·ãü!Õ[m:¶Xõ´‡¢æ6äAâ™^*€lSss6úÌaÓìž={l¢Ò8Smà] 6Ùôz±ú©ó]Ð+­h89îÃ8غŒáå› -œf—ŽÝpÚX«¨KéïxnÙ8ŽoÐÌ`u‡V¢ó¥GyÉÄÃð3 hÑögÁ¶¾Ï˜¹"FØ9ÃØØ‡<ŽEƒ?ÞrïcËZvmS¸ d0@•rÆÒÄg4ƒõÛ@ž<ˆú)&÷X5/ÈÚŠ`s×Ïè·s‘k½ÔœŒEϘ5<0S×o„¾íëv¦C r"4E/§ÄKNùv4®4¿¯86LfŸ ×ÓfÞÙ¹tA‡NÑþc¢õ/ÿž›´kg6øaþ÷C––PÙ’8Œ>úØõ‹|_þàH4@-ry!®n/®+P¡vúà;iZ¤q´êÉÄ`m{Zx‡éwë£yòÿÿ-¥ü% PßNt÷„a™ïPf²-þ¢l@Êг“ð°y<<¾M‰n°á9زÓX2•“O5êöêSf/;yd?Ôå ^1]#r)§Ór øî¥,WH06rN]ôO;ÿNø·VîÊt½"O/fˆìöhiKR"çÃ%’ã -@'üdËLnN,ªÑuzùrªÇZOìh CÃu$ZÃÚ Õºª^*ߢoYÞ£Ë{'kgq¨‰‚@ZûŸ÷êŽØÖuZ2­Z°µ·}RýPëBìžJÇ¿n=q<ˆ%p)Ô“înÇ)Ô`-ú3býdeSdmÇ{ÿ˜6­O?’¤h…ÿ65ûf`¾›¢þ%y×´\åŸ.ƒºå˜6MÝÄO«S=¹õcø¨]籤ºŽ®ÙFlîÚÎ~?€¦ø w]œÌœ^íIºl¼&T·°þýÖsÁ{ m=Oí!`ωJµ@˜rý% ᜳvßb=É|éQ߈G]˜ÉÝܶîéQ°Ó”DÈ>’Ždõ¾8ð­ÂÒ‚†Æaµ¸ÝÁ¾:Õ4_úÞ–C+ÔÉž]PÑSD¢úÅûgOQˆç1¯OOøôã?]òû;ÀúòúÚ©w¨+}’ O?ÖóN¹/ãG´Ìx”‡àØeçë×iÅØ‘[ú›Ê>ã¡zKMÔfý;œÞyG‚ªÖ¿šX—‚Ø_Îdf_OT¡jª?TLë Üþùƒò$äo–„Ïk5õnl‚=´Dº#ù÷Êoáǧ^+k ‹ëvÙ‹ *8:ìàj¼5˜Ã;æö:™)?+¼¡jŠu=&í£®qÑÎÃpé‚ë4x§ã/wžâ;bP­=HŹ -“yí§DºcüÙ»è¾×Rææ+®C™¾èdª¯dß¿€ÑÝγºtÒç\û}ÝOrk>Z¼×n £|ÓºZ2_¶RÎÄ~?}2‡Ì׺uqµéò£ì -¡‚­ÌmxŒ„þQotlù‹½BôêÍ6% -ÑÝ}A¬.ÝPÕç]Ìüž/¼”;kãêÌ£Ÿ>Uó2XêB\®Á(Z -¸ƒ‹p0M¦„%õ)rM™™¾5…žã"¹¶ïIÔÑÒåyÌiÆx¶7m³1bÜ_î{š`b·Æ3'%QÆNc $Ù‘¤Ëm6Í*E`Ÿä¾Œ”Þ7ŽEL¶cÒ¸ÈcA¹¤özà~¤Š@s ]Éʽ’¸ì^RYj‹gn_}¢Iœã$Þ5c¸‚QždÆ”“évÙ³öóÆ|åRþ¡w -iùÞý¶±}å&ËÝfù.ã: ·ïxö<ÈBà4TH=5ÙHÑè ´S$ÒQsHÞ }‘°>+æÒ¨»ÔwÆo¶ÍZÕ±Ðà›ŽoÇÝUûóh#¬¼NȆ$ªnô]Ý¡ÔJ/››FØk$Qœ¹‚ÝIÄ[TcÕ1àÔ^Vク^n‘öDç¸AbÕŠûjØ3ÖH$mnÔsŠxaËr[˜JHÎ:;µ ¦”概ãÍz uáao{ìf>~ÔñŽúè6ê$½Ó¼^kåIþÅìíªNüª½6Qoé˜Ä&4OÇî’™»7ùļSOY‹÷8hð¢“`Ê4ïÿÔÛªÍI™iMÃÛV£žA„'/zÉ -ÚIO’K›ý^«ÉÉâ‘MPSÓ.aØ[oÎh2ýN¹v²2f2 FLºVµÛ· Þ'c2­¤¡µ”ˆnÈÓȯ¡Œ vÛ E¦v£+²[VìJ±t¤õ´'ßÕAæ(Ší%{Ùä0ZÁ5¨ÃÐ"Öµ7û‚’3£yô×—·JDØrÞ!lw „Ö}$^; Þ^.ỵ̄‹QüœZ¬6­£TBÈØzÂïÍ0Ê\E­œv‚¸<­É¹ÛïvaOÙkß8{ºƒ˜PlÞú¢];x|+Nþ6·eCŒÎë“× ˜Ý>«:ö*äb†o×Ë» îKrÁ«ˆ0ºÕ³,a­°örö)ŒI,-;Lh¾tN¥€Ô~æ ÝÓv­¬€½XÎn-Õ`R•î%ç@¤Dý>Å!8|uð9ˆz•aqAoÝse@¼׌»¬mÊ-™²ž ©Š¦;óÌèî,¬×'5Ë‹0½ë¨Ì§Æµor(gëN{ž¯ëÈP¿Ûë är‰y] _ÝWµBïä';©R`¯‹éXÕw† Nî??Çá`‚KDÎɶFFÜZã )›ÈôKlÄ­’ÿr¿™N0½JDÜÌÜÈ]çQÉft@%‹t4³g7×ÞdaåSÜ%\ªu w[R£'àZr It“Ø‹ÓØlRóTç’W@”×9þ´Žç®ŽakõÊ@¾k~1¬7"œ™cÍÄž®' %{$ö¿µx™ŒØß†‘ê¨ìêÐùíy‘Ôº¾ fº¾BŽÇÈ4¿še®Rõ,}7Z€5/vF¡z†™*å{F.¤üYÙ®AhˆŒö|®æ.ƒ„LÏ£¹"îаãnoiúÓ."<àȃ98uïÛ‹Ç™}6Ë}{\‡»÷$æ©‚W;“*{Ô–™Á¤{ž‘N+ù wl’Xzl{"¼yGà=¡d’'Õd:ÐÞ7,â½ §ªZ/R L*OêËö”†÷²'Um¸áÌ*ªó,Ødà? Òk„Áò#Ây·¬!$‡Q£}“t\Ñt³ä,댰3{±5„¹ä2Ö1¨:Z“÷À`HüêA&‚>­2ÿ‘~’k¦Î _Áó¤žò÷'måZl`VKe4%½MT%6BÞheûŸ)pnJUQ oÁî!¹:ãä¿Ùð¯ƒÕ­Mâ¬JÌ•/cÑIî|ÆÔW±‚«È@æŒXˆ…L…L:kC­=¢žS„…î’ÙÚ°³¹)”w$p2 É¥[#À`½zU1úid¶\‹&TuëŽl¹;ÿ%Z¬Û åJ+ãqú/¶Û•(» »í¤”r¸–C„ËÔXãW7Ï]ÚìÖ)¡DB'l[³¸Õ( v$Ž7|¤ù×@Еm]g2¸…³ØúÀ›}±ZL©£÷bs +˜Éïž!Ú¦@#EŽ˜‹‡†IFÙÙ§æ-£òß”{kZÍäs7ó `ëÊÓ0Sm0léÂé8Bž7 L §1–¥ë]’üÏýuœ8§Ðeð5›Ðtð>æ­w"ÍÙZnï BÙe§ép¸.›Û‡@ÑÅM^šJð -áO÷¬»ä‘ÍëÝ UÔïÅÈÂô,ëP7`Ï’ˆð޹f£g7”¶#û|‡›–•ïŒÑª·6ÔÖêãbȳMuÔ\üJ#³úÃ;-³»rü1Ka[ëñ $Šþ¬ZP.£ÇN3¢’I‘u§ÉDgÖKu¦Z´æê:ØàHË«CS(S§(ŽWC¹,‚hîðòw{4­F*g—cãȺ5£Ñä~–ø‚›EÜMF9ÞQ”°sóæ—L€O4—Ê´Js­ŽNT³l§xdĦc)… ÑŠÚ4H…yÕQ:ƒø×…¬rö(µ1áV&kØà"C E»³³{ß LT[ ¢+Ξַ¹ßÊÚºést£¦þŠÜ’tõb×Ï‹‘ؘH~œš³½È^©KT@ð§o5¤Ì<ÐÉrÒK-µÑ™j^_„FEK´åæ¾.h5ÍÍ8:C¼Ø¯Ãî_j'‚lÒ„Ï¢Õt­˜ÀðÕ`R(ˆ+‘ÈSæà7'X‘Õ2åD”zQ†ˆÀpÇÒ¡Žmçi7WG&å±UAöÿ‡wÇ¥Kxö)âµëœ^ìT;®Ô~<´šà”4'5±Ú¼–¡ÔI+oåàLiæâvŠÄ鉼y¤=[nè(lÜ¥#qkˆÌN¤p¶ê­9p+‰àn!Z$äNÈà{“ÑÛ®A¸Lg‡Ž’­=¦Ï…–ƒ`uyàù›/k2*Z{¬Ù®à:†G…BãΫ£4®Í@ŽMÏÀZçÒe6Ž™¥°®:pIRNݺá6µë ~Á<—ÕnyÜmƒ¢ewULfV‰‚¢³ë²Ã©«…ƒ!T5rëõ…·ÿvÍ›ÿséž%¾ìÓþù×§ßÝý”§÷o¯ß¾¼>^¿}zéï¿yy¶¿zúâíýó·?曞þðõóëÇßÿñíãw_<¾ûd¯‘¹´ß?ëÞ}x¼~óòíO ŸuÍŸŸòôåãÃËóë»çOo_$JêÿOÏŸ>>¼›~÷öŇÇ×;ãKG}Ê«7Ÿ§€ïßÓ§>ÞòßýñåÛg[{çµ/~ÉÓãÇo¿~|ùx÷ñíûÇ׿åe|ÎÏyÿüõ‡—·ïŸ¿y¿žu²v½¼þð§/ÏŸ<¾5½ùúñýó×÷ŸûEŽÉ0þô¿Ç—Ï_<öå»>|]­^ú>iŸð<"þ]÷ÿÿöÍó­¿x÷Éョý,Œ-üqO_¼üïñîñãÇÇ{œ¼¾ÿÓ’¤¹ô ï÷åóÎùôï_¼}üòñúm¨4-íé£ä?ð³ÿedp_–`’.þÔwÈ9uø@ -Éö ÐË`~;üW@}®qþ%Ëw¤G–ü8…دÊ{$ëK²zTïºpÄ8á\á\cGÙÍÜïe@ûvë,תÝBCB7f·Ä‹ÁÆa¨a þ 6€Á1Ø…ÁFc°1l,‡¡†ñGL 6€Á1Ø…ÁFc°1l,‡¡†ñGJ 3€ÝåBJ¿ææ`ƒlƒÂ`£1Ø 6ƒÃPÃøMeÒÄ`ƒlƒ b°A 6ˆÁ1Ø „8Åèñz°28¼#©ú¦|™é×w8©–@ðÏSòE”¿a–An”±w/±öLx]&Ýz¢.Œs‡I Ê7zïA9!OŒ ï²o»%„TÛ\„{,y'ë¤þ%D¹"uð`/À(%J2wUÛ; -Öi0C’IN&ÍÓê»A_³Ð"÷Ŭ1K5ÃhþÇêPí°(’3´É×Êú»¢UüÍkö¹“ì1ljzÂÖ ½*nxÉà–3¢Eà6¶Ê‰Ôí ‹àäuƒ†,Iµ¾;Ô~Ò[êBL!€@±F4×Á ôÉcö3‹·•ZÁ5„4$³•]zá²§Ôg¢˜€Üt¯¢Y¥tCÈÁ¾˜‚7«Ù— U$2ç¦Wë­¢b«‹ôh0 ´ò`~ô2‘ÓU)@ÐSêΧG«Û5Tѫ㭀dss› -thÖÙkÁx5² 3¿=2m+¸ö)›ã‚䆥Í+ó¶³dÜ(ùm`T!Pl0t^Kv*´KAz‹-Y J>o{K6Ä'y'\n¤ô›ê_í÷U,Ý"Ú]²Në;ú@f'ÉÖIÓ”²_zåk•—>d›ÎÐ+ònT¨1lÜ6Â#Ÿ W:[Zã ro&Rº*&+¥ èÔÄ Ÿ£³ ¥sš¼'4²>n\} ÌuôÃà6Ⱥå5É"t’øt¾ I²]SœÃù U±â›K?Ý.²’Ù2Uìys^·é´bcDÌèÛÁ:aô¼Ðb´­SpBª!Ÿ 5£5ÿR徿–)¨¨•BvŒÓŽVyýÊ@p«\7\m­5°§ÇÉèFWk<¨×ØŬ¿b|¯³*„á`í̄ɫ҂à™öeüá -¹‡uiò©Vo|¼ç-çÙÜ8Dœq@¤çöu©HÑîÖ¼:Üô ÛÙ­¬ÅÛ£õÛ*“•S ÊìíqÖquT×qª­Pò²ïçµÓ{Ãô’O¦‹‘DöÚqv†k ’ÔO±MÏÄ[M¡X]{×°‘QÍFõN‡G–bzÌå ¡Aô‚P/«‘në®88ô}J~uù«Œ™;¶&òŒ:¥c3BEM3‘M@ZBY¼uF¯u6g&­¹G`rÌ!}\µ_#ËÚFå:¸Ù<•‡õ2Èür¡z”D![ß¼)Uó‚¹£Œ¸öȞdž2ç”Eûµm³¦ÆÙ2ÀáîÚ›y^Kډ·Oä H®¡“*Z¦P2çugZ¨v ã6ØŽ–»{,›SÝV¿ˆÕÚh€ì²81Æ£(Ìô¹)32QÑÉ¥A³há¦Y4å~y¹g GÙFJÙÛí˜`PÏ…’u£ðº˜´‰â•YÛ¨è˜ÊiD¹Ó…Ölu«ããðl¨r¯=×P¡Ök£éòb¶•¨xSœ€è†->µ\,My-k`Äž/o&O‹½ÏŽ YƒßÚÂ&ˆß0Î -¢Ë‚tP¼ÑI½ƒq`ØÓžC³,<¿ñçÊdÓ"Ô²ý”/cºÊaЩÃê¢)àÜ”`DˆØQ“f¬ƒ#ÈuRDm¼*ïÅÔ8E,¸Œøœ‚w]°:¤Ì‰ñ Ôno%*Hà( ~¦âk#M¤u^\åÂ^Í8¥ Ô2NØ´ Öþ¶’p žöÁW«Ö -ì8•®ÎÅ*¶î›R]ßDQÙSî&kZ°Ü¹-ÁGzU"Ì:xa+)ÅmÞR›"/× -¤G·”i[Wb0PYÚ餂<+sOâejƒ=NÍ»+8øÎ6šdQ´3ía„I$X+KD Ù²’šQÊ2T\Ig *´Àû¬¸CÒh;óŸ -smÔ;†V‘F׃è”GòÑ#Ó²H¡È®¿)£¦øJ#Ó, ¬ÐÜGŒäÜJ©Ic¶…)fBŸÌÊIhRMJRšä0Ý\¢²j‡2Ûž‚“M¶àäÍÜV“™ÛŸ®Ýòx}¼[®v3•uaÔ¡n–á9T?PE'Ü&ÖÉPS´v?™3Ë6kEÊ[òtGÕÝ'xtî(1QLh£qÞ]PÔ}á%ºF®1(Á¦,’:Ð "¥üÔ¦~ö’BOÔ…µlè/ªåÅæF8ÑÞ™Üøª`.üùã§”hÍ„\k’ä×ç>Ùݲí㥫°vª¸rN¹Â¤D­¼P¶Ó5¸0íÑ´_»|ª™;3BX6v§u%5tlµsM Kv`¡Ã³ELÂÓ6½ß³3ꔊN+Ô‘$ÏÌ©„wâ„û¤ü´}ª´€ö?I½Hš3Ú¤%Qå"ݽ/´Ê…"?fˆŽÊ•Ì·©nvwŸöIÕ™’y6¯ K•Ö*„¸âUÓ1–¬H6šöb¯üÅ¥XµjàLÀ¿:ÎTçõ¨w & -k] ‘£J%¹=b)ÅÌÕZÑ™ùTÌMûRãT”ù—ñÓ•oaÃò>…Ujlê@¨I%OßÉ—Qµ‘£Ôi…M‰ú–pެ¦$û‚o‚z‚5Çvµuu(óÈ’Í1+RfSc“i’ åü„euþhY­Ž8†›ÒÛãt'ê¢jœõOÃvþ$k.(%¤OzÚ!ª¢áj%MIwƧ’ƒÿ*é§h›ö6ѲÖT §¦ÓXYÆÕMXeGS™QÑ#H.d—Ïx?ûä2ܚ¤?k³ùq¿îó:Wr4ðì(.æ|ÝSæXÑ©zdœËUÀr¥ÒgÖ¤„Ôl£4#ó‘rtt×gnÖ;¦{“Å8/Šg³¾ÃuC[p«N6yJÂt&"±°xL¹r>ƒË`®È'KÂ%.‹L³¿§ 2½ÑªhXz׎kÑ É>³eJBv™bªL}KÂ0¯S»nmÑeÈš±Xû‹oâŧS ˆþN‹‹éÙÕMŒÉô6À1ÒsFÔùŠY]þSº²Wlù׫ˮ'\ÞðŽ­Úº 6 ØÍhòÂIÔ¸Ñ`"`mskàLY¸)sçJ’dÏ-½ œg¿ˆ9¾&#šÿóœ3d‚m½]]Ƕ€ÜiäÒµnïB†ŽËqH˜tO‰Ö…%UñKØêo> ‡—DÄÅž òî²ÿ…z¢ÈwýAy©Ó9ˆ©ßÍ©ψáÊY!Áw…€ =Pì‡D]„(íýF;C'jª±¥¹˜Ã™ó¯76¥çü]»íPcͰYy3ùߨ®fü˜•æ¥lߨvi¼êø–Ø`%„ACVЗô{¤|(΢t Õ©¦áhGºHÐÀÿØËcD;Y1S^%ëe»gþdò¿_þ§Aè‚ÎÇ·o^¾}ùþñîëùú]2`ù·ÃuZETÆ{ׯéÍËä᪭e6=Ñ>8V`•:$Ì…âD+8s9ªÃÕÝÔ8$<8€O- ló¢RJù5¨Ž£ÃÖ¼šÏ€®-¥[0ûXI¿1j†¥OÉàÙÔã - ¾æ ¶EÔ=¡Ñ.×W¯>ÓQ¸.4i8à+€¦­]{.»3uCŽk“d®)dÿ}ΆۉcW“ÔÜÁÕ‚B%𤠯Bª2Èq#þØ)˜÷<¨Ï?½¬2•H½ˆ®éº‚ІuÅÅeÚ{F»yN‚&Í‹í„!íÅ×ÂÞðJ¶b¢ƒf|Krv·ürľu—#FÈÂCU¦Î‹OtºL9\ü z!]®ÀÊæ·˜v5º›ÃÞùæU ¿9×D±Üªh«42ie’t °R‹(I®¯Bõ×s#Ù÷Á@YÉA|"ÁÛ¾é†I“ÍS—¥DžW•¿õ˜JtÕË+"³ùG躂_+»ž(艧' W#æ˜P;–¸(õȬî"¨†^ Xö»pÝŒ© -3Ô­Ê}¼Ù;¤î]V)ulÒÕ:u*V‰ »CT>’ë”Mýî s£DÆÀšÄ«åµO$f{±Wkèp÷æ2Ø.`PIæqB‰‚²”™’Ï‹º[ (Sõ¬Òð€Ahç`Í%ŠªêDPtÙ¨î`¬Ý½Ä+0_E͉Ý͈ RLwØ­Mù'Ü=P1Ø/.¸íçJ$4ˆxz© ÕÅÖšKí¾šØ˜zëE”¡ë’ž-ø®B6½Öî@½%®vf:Füæ1ʉ;èhso`L¤Ž«\”—i°8Fzmq!ªméAh™[›¹¸Ô®)Y#×U¼‰”pªè{4W#ÌÈ´‡uÄçÎeÛ_W5hH÷èXj¶,\¢5í&ƒJ¥ z¿o•»&ñÖ8$MVï’±†_pÙ¡ìÊZ§ƒ©U+É…YÖâ=t3bÛ\»;±jb%áyñ‹ YÒcDÛøÌ -s.XDî®—°f¶y|’¾0ÂNsëPØø²b½2ÕQP²ÿOðª.aušµ-8‚¼£W|¨‹©Cœ8MÕÕNÕ":ÆÖ¦ñù° mîhêŒ=·;Ä‹dZ“Ó™Ũj„:79œðå,œ=]¶Ì)-)!¨ÑŽÄÀ£z¨µ6cšpZÖ\‚{Vgø†vƒÃÂt!¾M÷¿KЇäDÏܪZ†ÛA€>*êÜT-s1ub"EŠZ¯pÉ…Ëqå!Ÿ#“«úËE"xǪ%›wö™ '‡dÚËñlx;µêÍ A¤ÛC²$WÓ¥˜³S«ÊŒY `(»õ ‰“‚…cŽ×djzŠº2ûœte\(þúÉ}bmâ½Þ²›ægQjrÏK÷¥EGGQÉѯÀv8m†µÛü™qK7nä›ûkË#C ƒñ—Åj.t‡A3‹{EJP¹bɽÖTm7|»ô:%6]¿ë 0v[HχÕÂÍ0…™¸™o˜×¦u:¦5¢[·É·Aà‚F)® e(ü€Ü“Þ^äçïF{¥]-CçÂw -“q0‡ölÀCÁBÂòÞQXœZˆš58cºµ.bªnä×ñ—G½ôušèå˜ryäTL€>?Ó¿õ–>eåžÊ§ + ·‘S×YuÒB·ÍPÛ«ÕItºX‚}ª× -ÆPK”]F[@ÎH% -%ßÑÔTw¥®–p¹c&Khç&sp€&J."‡­ÞÒ ¢ -7U‡K•Nù_âÀf¸»Jb"[æmT™ 7¸ý­Ì;Ÿ7> ԜȭU:ޱ’-AQœ+J½.¢ìpšl5r©Óúãe‘Ñô-N@ù[?¨Ñ -·Åbó6!d˜—•¥ÿÿ@Üt±}‚‚XËï[¯ÿvNÂnX(é¾Hc¤ y‚¢à[z'>Gf{ éjªª“Ýîêý¨kˆ¦E¬1ò\…`lÍþü´?ÇøíÞ·,*~}ê€Z÷ð:é_Ò{ø$Šð“ds=áÕÊðGèÞÕ¢¼1tПU³äjw%†õ(õdoBlˆ=3 ׬ -õ+\[‘yE¸oŽöoWÝfÄTé±d9ÆEÂ9ñ/ݼZ±5ÚÞ½ˆêN§ÍáçÉ0–;c1äÎÛÞÌ%a¥S>¤_œÿWýœ¬EÕIèâl¸£kSC÷bÑþDBL;’ÝtPøÂ"ÚvŒµÇ«GÁbÐL׉G•ÞÀ\½IÃMX$q“žÅp´éY ¦ˆ~MÁ”áh`è-Ð9‘‹¥Çp!U/X#ïÄR¤¦‚9ÑOsš¢6ÂnüýEwµ PÁA¿^HÃ⽦©Ño€yÙ©çvy5[¥-XRÍì1¯ßìI” ÌËC–3MœýÈÅÊcœŠ–܈€¡ØÑΞÄW9oTd'²‹Є„YçPaÈa—¤¹9Õ¤í¢ò ¶f%w²nPSíä™Ïtó«^Ã;5æKŽ&êÚ ^ðŠÖ (IØ,ïÁþ½|¢~ñœ\ 6¬^g|Šh”5E2é|!§†/ˆ®pätýå»ÍlÄXõ¿ ×PlÔ5±ŸöÎ}™Â›o䔹Â&Ò8$¬ÝJ…ñ…,Ÿ5º~A†I -œmGûØ©à÷Ê„,Vôåwyׯì 0@hÅhÄw!óWßÉëÁ€r¿™c4Åtªyb2iKF^³ü•‘sûãøOŠâ¶"ã½b¥§ˆá窷W‡ jj%”Y°#öN3ý89—„C¸iG‹ÍÖ¸`eß. gjl_\(‰ðJÿN*ê¾œŽžTà5Ž«×ЬÏòëG µÞùæ^_ Êglã«?b?L>Œb£û+4 #“½œíù6áÒºç[÷¨M5 aÛðùî#äuaá8ôóÚ†§Ù} ªNi—Ô<õäÝ7õŠñ.hªWà ?2^_ÆS‘KñÉ3SFêuõÆ -SÙ&\ýð©>xök1'‹¼ô®2WëFÚx7`hužÞ% -µ¹¾æ…)ãôŸw½+9‡ˆ½sc,¨û'¢°”†)þ.ÙùÁWç©,öˆÚ§Ý´ÀQXz≾Î{]ƒ‹8*ôìdé“D¤¡­¸ö(!™Þ[;é?a°¼Dp¹Æ;ÕN"Ð# -´rlÙÞÕ9ÒÀ® í«føŠš?XEBYù ôØÕ1gJ vSÏ^zè/Ìc½e)ï›>7"ÒÅâÏóžr%cÅ)L·3Ò|¡ä–VL ÛIö)wå±¥<7Uã~ªd“ï”ó%êâED—AÛ'°Hç1ØN:ZÕ¡¼¤Ž¯Ug6\Û÷ݸ16ùŒFuL5fš'³p9Ɉ…Ü‘e°½jÁ‰@ïSV¢S1Ä[š³:‘¬ýÐóÎÑ'ً̺¥ž·`ÞÒ³WÌÊ{[ÒPÀ¢„˼]”1¾TÎFD“:E"•³ë–¬(7i¹eÃ(¯í»¢#ðè•|#5úšJb#ÒNx’!R™~´×¤eðV¦¸Bkÿǧc7R‚©7«ñÐEä%s¯äHLn ndVà¬Ñ¶zL¿‘D¦Ì N–ýÔíGxok}»h˜J{´ªwÝue /Jݲ¥»2ÑB—Ñs—Ë1R}Ò¿ÔØJXÜ)“÷½…y,ï½pÂàó"¾ËуMÎ -hl+y¸“˜1Âp#3ôŽk¢!ÌSÃØ¬-SïdÙr¹î1fÕëÔÙš]µéIg—³4x“¿ïÕM®Äz5î¢W—ºCúu WOµ¬¼qJv_Б¦h€»mÆ#…=+àÛ5xLû¦ ‹|[DÀÖþ]mW‰²\9¶¯¼—˜HùÂÔ©§ÁÂïÀ•æ=Ë$n÷Òd8hdr’µ)ˆµ * á,çʚƹ1ž®-Ö‚g‹…ÓêÄ– j`åL%¯’š¦Zßa±k6]µ¹ŠâL‹T=v/qª„‘+¤Ò—´fÆClœ²ª]Þ³¥”íܧkFm©í®îÉ©áä$É;ßä´˜¥?†ƒá¬v½“ÖŽ.('g›–|õì$—R9}©9¬ìžl¸~¶µ‚ã!–÷v5aìÔÝæßj¬–›¼Ú»µŠ;‚\GW¥íC–¬ïmÝæU|ÔgœÉ­Å›Ë”h§šéƒžÓ[²n½wö²ã]—sþHðåìóÏQÂuž©„Ç2öÃ5MýxôIñ.Ÿ¤³àíBfUÅÖ*K¹îûÚÕë¥ ÀãNT¤ %6‚ÕqPÎkÄô›TÕ%¬ñª[%çw&6I¬ë0=ÑKÞT+ïÀuêqïVLSq Ócl`܇Më±ff6í+ºùœý0oå ï¹Â>ÞEu°‰ã`«ÐÔ¢*žW´²ŒÃœC¬{_r'£4*+z·óši¡‚½k­w” õ²?ú%m¢&×¾¾)’27§l6Ëí‡ùäŠ^(y»é·•›ì33ék¸‡y®\kœ¿îäÙéÇcl1Œr¸²˜yÉëé>Œ6¸G”·ã‡ôÍVºõ©­®=9ß÷^ñ¦Zõ8ê³a6oˆ“>è.nAôÒ7¥È•¤½ãÂÆ²/?B^]'7‘£/2DÖ¬àrÎ$°Üûî6©ªfø¬h"jôãrßþ4ö0]gêÜÒ^+7a˜Ø;» ë>Ž/ĨØói¨áØ„›uÁ=´!Zi‚ _Ú;x¯*îSý»Ä‚XwÕ)šÞ½ƒ_˜îfù*'Þ:>á¤OŠåF$å°ã}(,p!ƒÜ ¿.—\Š1+Όʺ½»¾ª G¶¿\Z‹"Š1\:oo-–¾õÆëý-«±ßÞÄ8¹éÝêmƒ¯ ¬ò(u¯®Õ¸–.VX,Z¡JWmüxyã®¶2Õ -ƒ²P‹oÈW•¦k¢¾Õ˵°¯ý¨t7çùpC¾Õ•¤…í©Æƒ¶¡îÛª“La¼é+?« Îì{߆AÚÛÅs(¦ÓÕeú¼rÍi1—½zº¦° -Û²:PC•‘è7.UviVã£á#ŒXEÐ#ңВ(Ž&[…k6þÊ  ¹RhÿbXS%À‰ƒYöM”ä‚õcª®NN—kµSk¦sø‘à2hí„;o&ó«­ðçÉéƒö¼mø˜ïÚ—Ô®~“C¿®9aÔ³1ñ¥˜J”')h.–x-fà ´«ËK.ØsLýD/d”•8ÃÑ-H“ƒ»F.ÂZûÞ îF$õ´ C:^­ùŸPhÆIØ5p ^3\Ú§Ôí]¦É¢ÚWueE—_~ÄxSoµè‘%¯Ç %<*W`Í ¹#§&ÉnÝ¡ŠæÁ° -A?ÁÛ·=h%wº¡¨ŽTŸmÔ‰¶ÐC17ócCepu¢Ý{Ót^¬w½öY§ˆêi™Â–ÌX³i•×va´“!*ö¾»^š cpˆhEEñ–Wt^-læ! oWë1½n§)Vª€®ëKNW”23e7Ý«W–otÒ£Ìk†3 ½ýQÜêÙ1õoñöãÚßèàÛjК^ÿX¡Æ že_>œŸ©æço|0ÖSWÇEQ§2Ìžu(kƒŽr!~ÁM#£¾ÿG˜wcÂàÓ{’¨z]7¡®˜_19;ü¥…PÍ:ûm Ó$×/DV5$\^öý¢Sý)`ŽOݽøÚìe·%GºÅå­MÄp@Þ°Z|ö;]?Ãò^Ó±@ý:›9KÏÒʼ¡Îbx sÛ‡È;ÇÆ±øSÀŒ *¦°ÙÈF‰_n¾¡Á™Œ*Èö­À7l¬åŸ|þ†-–ªú õa³#ô·rUV?[?Ðë=߬Üä)µÆŽ¾I¸T$÷/WEðéL Ž 5°×0–Œnï*V ?_ñÆCíŸäPô¡–—Û·£‘·_…Û…ðit—3“œ4!* ß¡ãë|“U+† @×€zýe·Æã=ìo¡8èYÉ!ßeælómòewTŸ&Ø~e¾.z y½ WŸ*y:Ç;V÷Lí”ëZ°5nY9!š$7~×M £Açì„ib<>‡?‰ƒl8’à GFÑÃxÛ·Kc\ îû÷f&PV?Ɉ¥G–‡[ˆ1»¢ÐîtˆÁÀ)i–ûJ -B—ñx¨fAcíJòv®Á(j@çlÐ9—Gi3~SÆð]2n¡d< -§•åÏHQW™—-¤— ¢ü4©ðx½;ñÅ`Õ „f˜A%íÊ._µ÷Á¹Kˆ¦Ž¸2Ùü³#GÓ½áqúÊ’[£Eã â•¥„Q´»Ñ#¹ÕN×Ü ~ó*‡žÉ*Ò+NK­N«¸–t·ÔÙÓF㎅êñc­qXí"øÜ7¯"˜;ô˜æ†§ -34ff}$Ȳ©éUÞw'ÐìJÖ= H­ü€¯Sº††ï1ÀàJ†(ñ -¢(+ëyFguúU…+vÒÚô…^wŽ‘›Ôt¥3^^Äø‚—¦{oÔ§íÈŒ\2*6g¦Û·*œ–ƒÚ´.]H7¢¹°5ábg¢ÍS°èœHÝ[‹ˆvç›L À™°ªxFŸq!ë„C&wp,«ØçÚhŸ#¸áTÐãš]lKò¢†cÊCØ™@=vgB* -ÃÀ¯×aíaþ$p˜³áGå¦Ë›°û§Uª±v¶-,³H»•nÜc ºJ»Õq€Ë$v‚Ó#éMTþ|'ÊÞÍYv’fæs”fÐø€f)ä,f’Ô„-`` 9’³‡…ßõ²“ÅhÖetu€_æ=nùs…›óÁñ¬¹yíl2“sPUŸRñÌÎØ—0 $‚œÌ, -”A±¨‹t“¬÷2Ýð:H87(1ºFÅÙ|·¨¼…î{æ&úšuõšQ\àç6'íÓÅA‚éL.uœûãN^5µPÓŒ…§§Á'ßöþ$’ÞÙâ[˜I1íÍYò̘XJ|J-ÄGò.ÑpÁÍ ®™i¦ »ÕYÚYu5· ©Ú¥Ìë\"‡ïgßb™YsÑpÔñÝý@_ 6¼ìõ1<ÿ¥mÿÈ·ãå-\{Zƒ<Ž¢PP9Vİò?C4Äu§bš4ï€Øˆ.º§zL1ì\‚›H‚,ÁëVîÍà&`tLè7.ûõX„8äýf¶šŠÃŽLd“YÒœŽ]ñÏ ¸ã«Jû -Ë1¤½¥£¯(b‹mC=‚âÌwÇUøóÞv¡Rø±˜ÇbfR ×~–Ö}µñ½’) ¤z8Â#mÝ@„I*ÿÉØ’k!sm€qÔÁuµ\\[D;–doœ…(­6û:¶Ž‹œ8õшÛÌð8i°ÖžöšvAK£Jbåuå{¾sè&×ïbCÉþÓØkÚΨðm“ƒRfe4c®{\åüùµ@bô{ŠžnA” …¦š={ö5ÃG°­Ÿ[´e¯¸»mvÿÜÈ—)î"îTgûo¡¦?YCÁ½ûì”ì§t„ÖÜ‹•R=s3ŽÛœ°Ùø)¸Â~±nþÓù<·ÅK…Ë5ï¨qWdÜåYHÿðÎ~ÈAv‰6º7ؾ»TWÛˆuï6äg"¢1hó‘ŸÑ.¦³ïŠ7¿èÖöÚK€Önx.ÖvÆ`ºSÑýré­7žîvØa<9sÌN? Q˜FÚ=v†Kñ]7@@ ½ô¢à†²ÊÏÀmf1ËÉÔ!8rÓJÆfy½Û¢H••u*[šÓ‹÷³Ö vü~d=‹±ðMnÁØ PDú¯2è·é4ãÜÇ;j®¥ÐB ”L<“½DânÑpj@>mìÍr]‹j;ç‰ÅES=‰LËÚG0‘Ó$ìð¢~4§f QN¹% AÃdˆ—ƨ+Cbs˜„±[ÔãýšÅ! ¡ù†í; 7µÔ1È•Åõ^a %#8$k„ªõÎÁ”)i·’ïxzž;w'Æ+Ñ-Å…ÌM¿m³xïïsCþø ¼sd{þÒ}ÏÎ=˜Ç• SÙ{µN»@vo"zÔs„šñó'sE¶•©¤hÓæá;CŽ¿¡Ù˜”æ^•U¤4ø¼I,îÎÝ¥ ¶¢OV¦upg¨6A,vÇè–ÂÅüt‘eÆ8H„*» ézêÒúFçðÞ¿œI#/ç~Æøª¦÷ -;(œÐ¬a‘zÐá§`ôº“C6t²j£³d/ŠòašµO+!f;H`êOûÎm?¾¬yÃÁR£%ãa<½ÜK÷½Xô&ä1óÐÅ"UY?¨ä ÛSÁ.±7†ðªx(/˜¿ØŒCÌ[Õ>7‹þ0~·ºõó¹^’V}ª0Þ¯ìvl”@os ¶æçSÛ$h"•r±î!Ï–‡ Z" ´–Æ[PÀÌ&¤çoZ#…G#ÒUa‰ƒCëÈê÷ÞÔÉZ -b9‘KÎ!Oî Øáf»5cv(‹’xýÞ{áM H„9íìúx=®öÅÑ3L”¥õ­ˆ›eT¥[…%ÂË›ëÔºz_¿ÌS‡UáMG¨zœoõ1(w¯_eBó3™—ì`|¢ì7l+Y&\ø¾qò-ƾ­¡‘Œ›ÊTª[U†gï„WÍëC»ÜJ&šÇ‚¢óæ¹5úâÛv.nNB4=ÑÇSëûŸÁïöìZdLú³FM5;Octi½H=<SäüÐÉ•¾ø²Û`—I·'¢«i¥±Z8m¿íº›b²Ãì;þÃÙÉh›Hüeã°ƒq•å­ŽØìÀ,vi_)ê´ñíR® -áp&¿kB>,ŽårÍcªšØ¦I_Û‚pÑüÛ]–·ñ‡ÊmStåЭ@d¹–µöiEª1·¢]´ÓUqð¡]ú%l-}®…׉³&5n¥ÔÎXZg]1TxKÝj8bŽÅØGFiH@ÎÎh"¨à¹æz¾u'ïózâ„åÃdUÙÈzÏ{'³ ÂÙPaÇroožŠò¼ÜYKF—p?¿ÂBSî?®:úãz+§ªN=ô>èÝÑ®ç±wÅÆëÞe”N%y…õ7ÖàòQv£/‡$O=†¦W8mÖå"ˆž7aúË;'xäa)5± ‰qªÞLñ*Fà$ïsä<7‘f7·‚‰Àúf$ ²sÊéÑóÀ†Ê—ý8IJæBÉê50ÁÖí5oçx×8¹÷Í‚'ùkÒ屌X4Öôn¸pYÝ BZ½Þ¦u½=c¼.æv+»tËÛÂázÛó|мÁ×G* ÝSQ]dž©‡¯–zJŽì¼(K`ÁM9só‚shYæÜÍÐôwÞÞb9Hob‰ÍŽÿøfÍfÊ7‡Ÿ;†)øðãлÍZBçn“P4*›HÏXQ!l¯Ô‹<Çb_=Õ„›á¹9M×bŒ;3˜#¡´ÁhxRÒg²ò ÃJ_T¥“’Àm˜ÄÅpèCÇjp5/YG¢y(“Ú]Ž>û—ì,4d ³ئe)ñ”éfc "Fݹ39¡u—Í4öÒô“ÇšÔÈ]‹2‹cêC»qŠ7›ÿ4‡'.é0ÀÝuGx³ùRc0ô†æ[›§Ìi“ w¡+‚ë\tSûåƒñº¢Ïì¿i0hÎüY–Æí'jE³poYÖø®Ö¶XnA¨Æ›‹[±˜‹k•A;kÆw¬[–møº“6–òÞ×t-ê[Å?£¹}1gªG (‚Ó]µ°};Њ2„y³æE‹=Ü„gïrT«8„y3 }.ªwÓŸUŽ6¥œ¡G²aC’(ãz9DÜÃXlÆsp…Ͱg©,æ¬Id öîT âxn?BË48—¤3‰¢cšæ³ÿµkŸ¿\{¨‘}-œð¸”ký¡*ã<²tMG#Á{-íª¿ÎKh²JL–€Â^›¨3ózbt;#ìûÜüV¾t<Däžkoe÷/¥éÞô€eaÝiTÔVÉ‘àêÏ@¯íçv¾ÛÈœ„2åÍ¿”¬v´/¥ÔÞƲB_¦­ë_kÎP°Ás(`wÿÂ'¼³äFßbމW²î;'ÁOPÞÐþÏçÄJü<Â5B‡ 1o?@(Q‘œ,ìyˆ³£ļ=ù.m§@…ë×m&³ñÔš#&ÛžOÇrçF”Þù̲P=»ŽÆñ½O6:n)²wÍÜwðÊXk¾îi¤N޲ezþk•œÏéùì…Xk>óN >¥Ø;dô øŠ¸Ðj(hÆÓ ‘¸>®î„>ý©—«Tæ†TuO Þ~Ÿ»Æ|_)ýe0 YMX×zoµ¢ÛÂZ§·bÝQó£Ñº`ÎçÛý›IÅM» æ¼ôb²ÎòÌÊþO®•{Ç…ÂÕâ_¾«€eåR5ûžG>6ô«1òB°W¯ÊØûa³‹Û‡‚ßk×°|"s5DÑO…×^ÖN–ô\×íÖävù"·ð²šK y÷Œ]½‘Ÿ08»gê ¥ö=M8°MyñíK¾ãhÇíÆLö6¢CSyk2o}ªlþJ¿„íYv°‹ÈÈ÷&íB‚èÄï¡ÌC : -à.¹Wÿ#'ÇtÒ†¦*SOý~ï…B'š 6ÄrÓp¹àHŒ»óM X‹ŒÛ⻸«®„ÖÎPLÃE7KÞÆ*¶¢nfg“e’z `{V ‘`”µê.,q^‹26Іé¹/sïZLç†`µJÓE¤»øKl£œL¸m½ÿ2j‹R£B V©:cY÷1¿ÀÑO£«®…3»Z£ìâ4ÓÆvuÑÚ -¶Œ žiåÑ£êíøcUœK[E±Ig¬é"±&>ˆÖIªÛBv¿±Í¢ð -t—†lN¼ýPîmÚÉ“¤{y¢6•­4D£'‰¯Hz^ɉÄ.ÿ=Æî¼“T -k§bå:V܉êp>‡r¥´è$wïe}IlHDÅ9 "ÉHjˆ?m·Çt0’+Ñšœ^}æ½,bxÅÎßRÓMgMý’s‚c–ºo@;‰ë%ÍŒM®ÓNï3÷JßìtÄʼöºÍýß9~gVÊ¥ªvr0RG°…FhŸ\”Šþ x¾¢úA“lY!N“Åñ¥œ÷[¤O3³8qÚ8{ŠŒ¾†+_u×Óǽ]Ï2b{}Óƒ‰Õ„ºiÈdÝEhÎg€ŽÔ̾þ[W+¡½ˆAæzÚIÔ¶ofcá^4 _,-¦ëu<wE¯5º¯: ¥¨aög{áÚ±Ù<µéÊ*V)ãEktÝ#%åõàPˆLé­V;ó²4u;ûŸ“|ƒ#þI7ãC GKµzºյK›WWl1Žè|àÞ›£b2ƒÞ$4A¥pÔ w C/gèOÏæ_9R”(iÍX¢rÐâ)Èíç·Z&n¿ù¸H¿u%u·…‘T'i> ~D}Vlïå’O1åÑ ¤§ -ŸÜ¨ÕâXÁiá ˆ0w”=ƒâ2Eí*ÿpýîËÙuö c±×køª(ú–ëè·WánNAòý¦lwvþ›qÏÚ>9i‹‡ø)‘›yÁ9TGÚm‡¼å»æiWôºO¹/…ºMêE|­faˆ&Ã-ª÷u*Ý£æáM͸¥~Œüó¢ˆ-çjR¯ÅÀ$aÍÀ¹DÚÛ ü,Á@ÝÙëÈvE—pîÿÛ‚+X)â¯Ë5®Ä8aJ”ÆY‘mˆyì¥b”X“1î5îrƒ8¦±˜7u¥ëž/.HWÒʹ",¹ømŒÜ‡aI3é÷êÄë)T"´·ãêqîZŒ/yS®.×]0ü[~Ò¦c™ù–ö¬HdÀÁàõÁ•í ¢]¢ëWx2müqäT¨ˆÏ–ôú2ÿŸä­2ec…öÊÙ¬$Þ|ÃYp€íÒT¥ÐÆ“Á‹ð1ÖjâÉìCXþÙúfÝójÚ|œšÉ;%ôUª{Úwx“C¥xų(6¿|S{¹*7Ô˜]EñóÍ7ˉ†v§³JWŠã‰krR·oxù‘©•ª‘w~NMAœnÄ5^vðÑŠ'Žù=#|ȃõ‰­YOY,&©o¾¥É½ÙÛr€òÜ­+ä3jn‡b•ÏvtE[ç‹Ó"ivÜAÿú“|¹»€Fe‹è^zõ‹*ªûEÅÑ-oq©\ «õçhôM®2|úscÆ2Î>îRõÏÃ(«ß†¡¾†õý¢¿+KÓ5;ýÎ]“½½úAG®®mͱ½Dp@lX½à½ÿÇËOrN¤Ô‡dáôN?ÜCxµÏ)OÛjªŸµB)"W"Z)&Fo+t…Ì0Ôl ÜeΤ¿~ÛojIí¸½¹3yóÁçeèáŠ8þßÁ‘¿óA×±›Û8 9~Ý|‰~w„€Ñb˜Y¹åíJÙoù\ÚÉ¢&' £ˆÓÛµëDLýÊ€’=óàêáÑ(¬[óÛŸ»·ÖºV>Ïz&Ÿ -ZQ"‰mw’ó2ñ'éñô¡§Ïi3;áFgs¬QÝG ˆ‘¶r´2)ÛoeîÂÅ47óîYo&i|Eމ ÃÐGŸ‹Ù(D„š™dz¹KÑCð-ïBÕ‰ m¡2»Ü¨«¢Ô¡šaûi7ŒÜ¸–œAhW[sƒ‰˜Â%*3¾eÄö(Æ—|'7¹,@Є„ÛtåÜb¼¼e·§ -©šíKè!0Ñe.%§?ˆ‹_Iû¼V-¢7óÍï{È|~i½†Pç“:#Ç-Ø+a^‡„NqÆ6„Ïñ¢b¸5ÿ'Æ"N/ì\öÛï¥e-}ÙòðÖÏ«-Ž/‘Ž:B¯µQÜâÓ‰TÜÖ^V³s]qñ¦Ÿ6Œú9ð-\¯³ÏÙTqªÇTÞy—7Ý«ô¤ w¤»ìbæÎ¬û dÍ›«Œ’˜‰V ,D²¿ëUÀq)ð_Šî¿ÆuÁà Ík…#Ae¸råfùôÏ…ŒM0͉®—)¿°3öA¨Œ˜@Lª¨PAß”ß lDY1—õmOÁ¿­±’#æÞÑPñ{íun`-*œúŒt¸F´°‚.³c™DŒ±Hˆ‡ÙŸª»¾¼âÁcÑËLÇA±ÝÛŠzƒ3ú½W›Ê„EM‘6üÖ;e¢ǵ yCØ¢4D8Û7%ö–ñ²”Ù—œœê^÷Ô(@2d‘GÞ§îéàãꪔêK¨I€o»Vÿÿˆ‚>!ÃÜfHoí£”rå*u·Ô’È !…ÿ]füØõ¶çàºR­LùÙgŸF3²œ‹F&ÃF¿ù§Û:~&eÆV.y’èî93Ó!†rÀ¾Å{ìG¬üë£W¨ L@È ±‹*+³+ª.•‘ÙŒ{É×’z(6T—$†õÝ&ÝÒê 8[§{¡H ¨BÕ¿çõHI>d\»±¬Q.¸‚×¼95}ªèêµc;ËØ8ZÚqcËÅìÐ.:kÑØxMƒ)š ³Ÿ3VëËÜLk…«l;Àavá8ün|Q Ž×¸Z -w~Έ±™.4+c3«¤-uW¯¶º'w”ä’N)x‰4˜åšQzòJ7•ËàÝ]t7¼íšÞYéIõ~c²“KŠÏaÐl¯†°ó–­‰%nì; í.÷µ“èËïD¶¹t Vñuatßh½åÎí–š°ÒëYÃä’ÉvjX8ɾ‚Øs?âÔ2#ÃÅwm·*ÂKÁú*iPžÔ阷³üë8µ¸f -p“ï˜Á;Н ­–Më¸â3Æ>ÀvÓ¨’à„,}H’tÅf «—…÷5î"‹3tµwqu2†2Û=œJÈí#ç‚;›+Sè0bå„ý:v‚P÷ ˆ6’”Ð[]‚Ë­C¡Û&•O¶Ú¹Uãr*i¬‹áb ÷„¥d)0žù­Wá¦Ó—ms;jÍ×a¢Ò²É¤’ø†7'Enè¦%˜€»Ä1»ó¸ÞÓªê™Òº…xJ …Ðg}ßÁÆ„EIïµ×Eðñä>Õi]|2‘´ÉL‹˜™ñ´HpR¾PÖ‘†Y®%™q“Z_åúbýG¥„Ö„hí†wÚ»ãP­-àÏâÏ}]I¹K›fO_ÿ]œ[×Ë_wr•Kæ 0ɃhÒ›VÀœOžTÃëYH\«”·óÎÃfîÒÕ¸SŸ#«'©óÜ{‚îñZÕaþWÍ&´2èü¨Õ%èA*Ñ´§QÍÇ…àNèd“n9À|uë|µäÄ›QۆǮ“KnqƒŒÇ|NÍÂ4¥çÚ˜Ê#@,»½vÊVþk¾»¢+Íáïb¡1[É“gðÄ7àk™FôlcøeƒJ3Ò©ÀèòQ€œ$`p)¹û:d©--†æŠ¤MÛ$qÇþuÛZÁúµ+Y›Ï¨.—ãŽÇŒþÇo –·ÔŽaÌZ¯OÅÎæ`Z“ÈÁ8œ$ÐådÜ)Aµ&ãWQ¯·6ÌÉRÄNosžbY’lKj2 -÷˜åZeF¼mŽ` 4»4¼Q×& æ³µðÓÃEÆ+3©l[êi#œè¾46Eoð”HB½œ’s¡ÈÓœÝF;d±<Í ú„ýç±rÔR7邹[ÕuÔ]åÅœÓïfëb®àfÄlÊ0µ½åù2XÉÍØµš’ê™"?µ.ô¢(…R¬Ú˜[ &[EžO´7¢“©üÕÝ:A+ik:Yæ.æY{¨n·C1€ 4Š:(θHŠ%ÓÁÖa`¸a œŽ5\¨2[׈z´×LáS¨s¶ y§²¹X/on½Owúu°:¬D®h´ce‚×ñ€—µœö1ï„§õrTµ-£Ã¨›öjßxÆí¤”u…˜Û]|MiÅ\!;¿Úºîƒ¾’iê85³X•¥eø›P½Ò¨b:ùWœõ–K€ÍšM¢ZžGARÆ6W'²µèCÔßmá²ÈʶÌg -i¡Î[–}lLe¶ãîÞñüfúѬ^±ÃË„ýjx1™fZéSº3©lj¦cOÖÁV³ˆ‹ñÊ_ÛxzµWKQä%±ÆíN7{;*ö:ÛCÙŠÙkSëw¦ÚŸ|}dlRs]pZ^ž«ž ’úú2½cŒôðÄGÊ¢ŽUé{-©â‚6åŒúÌóç­Øµ(L*Æ¿ôÃóWÍèXÚ¸µ9Û]˜§irgƒ#YjGiÊzÃnRɲþ­MIü&ôÝÓªÍ4îÙj•uT«Ó7Ûf¿ä«…°ÛÀ¿¦övFXcN¸œ—X€@V37$•ͺØìÎÛK°³5OyUàj®N<§¹î)·(P+£gJßY ¤8y«—+%•öðˆÿÕöìh¥”- Ñ2—‘ÍÙ¼Ö> 1ï†ÕV`¼Ìã|æZÊÝlÓrŒ¼<³2gÝëT,AÔo²ßZʪpiáØ:ûG ›± ©Ù:íLbªœ¦íbw ™ ~DéEåF8±ÔhrkU~VgóÂÿýéSÒøžOþë_žþx{Ÿ§/ï?ÞÞï?>¾øOßß^dð;ž~ûøòòãżééÏß^¾þû×>?>ÿõÛ‡ØóóOa~²ø¿¾ëùõñþýíÇÿtÌ/l _ý>O¿?^ß^ÞŸ_~ª +:aòôòÓãõÙýüñÛëãÛñ%Ê{ÿç¹ÉØõáá~zýÔo_ý|ûñòåeÚÖ‰a¿áéñßß¿?ž??þýøöz.§ -ôAO_^¾½¾}üûåû—{⾌›]Nõð[Ÿ^ß^þñø!{ß÷íñï—ßï_´ê’ýÛo÷ôóËûë^¾ÿüöþÓó?_¾¼ýööã­Î®Làô«O?|Õßú·ç<^;?Ž—{úííŸçÇ?_~¼¼y;~q2žßgÿõûË]ñ£ÿ~üöñùûãýGËûÓ^z“?óúòÞzôo"o½æ°¡ÃნÄ·CXM ~^‰íæµÃ?´E@½Ö O²|#Õ%ö8 åwå{$éI’:ºïº+8â -N¸‚+\Á5<5žø>¬­ñ½üä÷ÑìÎI„ÕûvÉî}èº3ØÙt6]ÚÛå(°³t6ˆÎ†ÐÙ(t6 £³1èl,º‡¿Ø`¢³t6ˆÎ†ÐÙ(t6 £³1èl,º‡¿ØP¢›øKGJ¿çfgƒèlBg£ÑÙ0:ƒÎÆ¢«qøC 7i ¢³At6ˆÎÑÙ :DgƒèlWöÄëɘýòûú/³íµŠ`‡èpWôÂT/ª:Áƒ4à¾ÙñoÙ4¤eùÏÈ,Q<ÑÎ8 Z¬¥>ã¨Ý&a6 ¨Ñ庇ÅG|.{‰ßÉµÏ -®GVËø¨æwü:„ºrÝ#¾ ž7pìiMñõ ¦p©kØËË%bÝc³$6`ƒž¨Q Ž4°½ß=dQ”ÞÚ½ÃÛPC^÷<Ôp„46`›è°ÉTR5_÷¬áhIow·1<—QCkè—Ë^C°{$ 3ßÄ~¨M¯{GˆZl% G%§€¤<’À_bÆÕRÊ&0Òè gI¥’£ø¬å7Gó$J¸‡±"€¿ƒšï½‡|µìT3¸0Ò#I(©V$­ÌÑ!T…n©çHÙ|)x½14 >ÑBlpÇ|%ޤW‡h 5é•äù -8S yÜÈ݇䕊:à‰Ò®Ñ$£ü]Ô~|÷¥Ê,)}h´I"”•ž³¾ÖZÓõvW{9•É6Y¤~°âÑ‚é3¹D,í¥ÂQ³cH¯H==ƒ•äÜ8j)‘¢+i…߸çÛ:îÃîü¢Í2›\"kÝåv€“‘ Y:+.°Y"^š1è´VDí‡1Ôê ³(¿ça£Wn!ìå'+ÕRÊ;‚]^¥X’êîè:æt.5¼¤c%÷¯O.“3kI¼Ñ©HrÀu÷ˆ"8UýD)+Òá™ñ4V(™Û]Éíè!÷¥oxó$Uur(W*¬êæ«Bºc4ª‰mŸ‚%æ6†)Ò±Ô´MïPz¾ˆZ°¤ ¿o´G¼ñ qBT%n8{“zæ%™½‡ÙéP*õ´“2|ž´?œZФ,3œÚR–5Äpš^w ¢¸Ó8«UæÙçâ^·Yã¤ò@¶7kµµhÌ<ÐéÍñU!ZuU÷v/Ô+ÜŽ»B²ecåRð‚uZQ­ƒÂL¹OeDÈ+FFï丩)‘%–zt÷aì}FÇ4•³k( ÕRÖií†Y»Å«Sô]QŸˆ·Y{Þb©åv ³@[ÑdSRÑ*sstÓ«²æ¦µÎ¬ªÃ#g¤+BOñ¬ÿŽp/öå›,Ÿ¯Èf ë’ÊÃîDqÌ®ý} ZÕ?,Á‚lã8Ãu%Ñb)/=ÎG»$è¹üU dú+Ú¼+Û\3°QÐÝ£®F’™´»‘ÊÊ2ŠÓ)ÝÞá@\ð äÒ³Ù ?“‘t‘V(õ4’Ô£šýwå†6òÊ6Ë¢~ XCDçoí+%Ò%±‰ü"V7‘¤Þ¾«Dèȶk¡´í9ª eSäþlk«Y-—[GÅ¥RÏ8›·f"ž4 Ü ¸`s ±DÛ|Ù¦G®ÑÚzmMÕ‘,Þ ‰ssKRÛ/ð DM[ ýž¥¶ÌÒì¹/§…þdg·½*oóïúþòûçoïø'šÏÚëˆ ²N-Ç6Û»LÚ -¢‰=¿ù\>òžñ}®\ÕŒø¿–¼…ªAëOfœŸðD¯²YåD/“®0kc˜ åÏxؾ~Òàè<×\@t»©”œvµÔ©£´¢îÁW˜î3jeÙJ{Z -@‡–ɶ6rx>±W>]Gº$]œ2VõlnÀsՌէñNÝz„·étÍ €ZÞrûö6iCÍZó¯n0ßL{¦IaÅ–dÉŽ“JkqæXÔ QÐÙpB$G>\Ǫ—®;­ll‰S#I»;=Ø#‹Ì¯Y`_>:Ã$[ͬ©…⑞Á¾ˆÚ{#àŸXm…&<¶ÒW•t¸+=Ú„\l:Ü„Q,Ç:¡í±/#hÍÞ˜y 0C'ˆNÔ˜#šü×Vœãh -i*Ê^¬ö YP¿=Õê{Av^&\ùëˆé ë@aBAÚ$ŒÀÄNXצ -jºïØÚ×»ØXÓˆhRòðᡬ~Ö‚fyIÚi¡Ã«ó<£—?ZIü±‡«KÕmÔ@éYNêLáÚÐQ¾h«Ü¾Äëëçkõp0m_›ô4‰b…Ú $6QHÒ¤Ò6¥P3[c(bøKå—a–WÉp]ee H{‹Åð:Žy‹øÌ{ NíA²‰¼¤µyh’T–Lz~nZ^àÆÅ, wîúkoʵ°º)· q€†‰-RÉ:³ÿ}‰ó”=}\èvà.QÚ:2Æ ¤©Q§C«îb¹¸ >7p rÍ06h–"6w3̶Ô4F¤#Ô_k‘D"YÆ^k‘5|Pó-'/û.“ƒ”4t,uO]öÂÀYÁ™™±Ö2I€\­¦FGƒãÙUû7_6 Ûxrìe)Ê,„µÄÎaÝ`ÝÀˆÝ¡ !.`ÒÓԑd¿ÙbÁ†äõÎÄÞZn¢u2ŒŠ ` jLÖ:ÇcuŒr T-a@Ê›aBëéLHì/x±j/YœA»“¢†Ò·.:t㽬uo­ß"ìá,EÝU³_[°mJ±Â ä¹áwÛêùÊ-–£Wă„93j#ž}ïÂVÑ-ìBtŠ~€ËômšàxŒ]kõìÉ’ã0, ×Bí5_)|4Ë¡®Šgú¨%ÌA?Z›$E(­u "¼Ø´;\ƒüF=ÚFìÏQbuÜ&l*ž¹8½Á`ëwÀys.Wij¥ä¼`•p›vH³W”\Ì›k²âÃÕ&J/Ôwg*´H!_¾oÓòÂY¹—ƒHד[!m0qItc*Ø/æ—1†cÐT\Nå——™µ°u¢ -í!²ŠØ«<Î`D§åvŠ¥UÑŽ–9š$npžåã¶ZåÓˆÿ\Æë¡@š’v5ôM%ž˜]Øh§¦ ûÎl—•Y}ÛŠlp,kÔÉ£‹8r~ÞSh®ØIŤå‡>-Gniû„[w6rOè<ÛÏ© ØCyêoì6gˆ2Zм,9¯^]¶‚™ÒMÄÛƒ)¼½ðy;¤ib º]‘Þ²U,£Ôb 0⥤‘q ¨&*k¦€jZÂáÒ?{u=H{dÝŸÂ^GºŠlcЂM§êäX?,hã"8soõH -×pgU3øè¯!o<¦Åo29œä(åôÐ£ŠšØøþ‡ó#§×—÷ô¦jÅ3 žõØ)ãºvX³<Yíb0·ßïmQmˆÖS³PìÃCûÙkVî]›Ûî½-T[œàr)MƒÝ\Ät:s€±žÅdÐÇ©1YDÔ¶•pÐÑ6X¶ÈHŸrCT÷T9£tÈbv!0¢Ú Å2šDt©åcîñ‹Å ÏÐa‡(|˸þÇq¿:§é^–Çlx'ûNæ;kÓ]ÝL?ñÇó‡¿i‚œB#Üs°}÷ýê($8w&ÍtöôN¯æ¼* É &§“–Ø[kXCt³ví-È’/mqÔXoë¬ 5FÑö±â4!—f¢¼‚¤ ¤÷¼tRðúvîIÔÃ@ë›ADoX§¬ä¨}ÊZ_©mÓÊÍ -ÀêÈÜN{QÓ±qs‘²ŽY¬YÒÔá¼´P¶¿ÿKôm -A'ÎJ§ÀíÙýBÖeKêg]¡N -ÑQ*uÚéBft沫̀ RiWvÇ׆»àµŽ7•·µ6EÞìëQ î mu 5{<ŽÇÕ.XÆêðê-m¹15´C&P]鈶&ÔºÞöÆU5x“sâŒCn,Œ}CÏUQŽ«4CõLQ6ß x­¬!JÛÍøí®‚UŽ!‘þ¦#”°36C“†\»T_¾ò -<í¨ÅêQz’rãÌS’”ÅB $â™G‹MXdåˆÖÕu§ÛµFQý5^Ú˜UAhhlBîňã°ì…Úoª†ì‚[ÝF,‘`÷ž$m<Ðhÿ‚`eUÖφü…2æF½žAª/1˜¢´À4סžát[â_×7.ª‹á0éÊÖÒ˜'oïÔ6AR²uä´ºIý9÷ÖZÃ#¢m‹ýX6‹e×DÑÃãl±· ÝÍ?Û±±Ð]ÝY¤ž¯ñyÄ„UWÌlˆG0½¢Á‘Sy~nk-°°ÖÁKÈüÏYvG¶W˜FK!Õ]hèFÜÚãV\Þ@Z!Á‘éÜÍ"N]p336–×9¦?yœb’ñh¾µ– :Áèär¤|’|†¬`rÔÚzŸÇÉYÙ -'°-Ó&Ò–ßAiÿ|R¨í•:$ƒlˆìCç¾I›îúh¡^íd"º`•±ûp…*ú^ôÏ"›x$k„«0­T=ìfeü¹©|'ëeŠà¸$p3ÍúÉ…#ÌÍS³;*9ñ"ß•ÈqœË4¦%"zÖ}Dl²ÉŒ ¤€…g8ù í9KŠÛÐ âNöC¹ ùèi¸M˜ÀUˆ¸Ç&çÝw`¢ß…Ìc³êÅyÉÎu¶-õ›<ƾª/èd 'õó‡­ årÜ–üƒû­™ºu.Õ=üÉ<‡m˜O©Ær+€ßìíÇ41‘#­|Ô“¯‘“ÎËîØ}ògƒsªgÑkÛˆgËy:¨SâMü6vb)Ñà±å¤k=ú•ï#oj÷!6—Å×û5¢cÿîþ¥Þs|S©qó%ê7ô_Â&í*;W0sžZ€±˜t.ðÊXìk×i¨à7<¤h;z=\º‰û3^=é±åëuÂÔ²¡b‹µÂÁ¡Ægj éa’àBölÆmëlYzD•ùv¶ óŒó\­ðhÎ*°|ì•Ç|Ô¼3¿¡º?Û‚×& ކ<•˜*ÊFà-Îc/H·+J﮿w)zéÅ¢òPT¹h“Y1Wþu)¡ùê'”»ó›š&pÁ娵еt§Wõò‘…&¤ö´«ªå¿'ÄSdåpÌy€®(·è†clÓ"Îí³åVŠ]œ: -Ê"¥ªKþœ0V®À´0ýš €`A'—oÕöw‹ó4½‰&=XB`÷79ø¦êÁ±²ÕGÌ -áåjv;Þ]’ÔsÅØ³åÓª¼®µ„"´ìšAfh¬,œ÷%ކÁLr€—RNdtA4l‰Ã½°$˜ð›Ž¿squ—’æU½ kMïë\ì€p"kófÕ陎ii]{(Nè-Ç€x¨¡¦#L‚vÖåâ@9J83«flk¤ôeÓ›e¨Ú½¤á’ÖMd°*DøµµƒÖäµ —{¶'Ì‘aQó÷ÞPµ–f˜fDÂÖŒ]®¾´(f$P÷™ -ìÇi&À·wo¼õ+Ê«çÚ2]ú]çÎ÷ <ððá’+=[Ì»šNöÚ’ÇŠï–>Ùyâ#«šï%Ík"•…>*×.“ Ÿh/×(Õ-K͈‘2ñ¶ÍCׯf Š;až­? -o¶1ß I÷M?‘F1 ƒº @r“86úió‘ÅÓÇ¡ZZêtà¿Pmk±V}¨^Iyäp)Î{ÞÝh44³¯º×,á´B¿‰©?L‰`ày¹¯è¦=-AÝŽ -ƒÛ‰EÎ4 ~Ë»m_ƒFì ¾º ®BõŸ¼_h“ϸÁ8fË"ŸZ;ÜtÈ•{([ï-ö•ÑH.{’j¿Ð cƒÆDš  U\oRn:²faapVþÛ‰¥jâ4—ºÐs‡BUj -úK Väǹº}øãwn£Ì#ÌÉÈ1Jµ¦sšƒÓÁDØœZËo„:Y&-¢Zj4$“ ½6ÔŒ† ©øð“+¦¢ÒílÔ}½s@dx÷H7½ÂÿˆqoèQ2a×®>TYr&]¦?(߉Kνµ´;¶T£?öˆÍt¬]5‘®…^!1@CÐÌ¥fø¥ "[õ ;é¾)WŸ„œï_x¦þðƧ)6-`y -ÐwwŸyÐ'ª*™¤`Õq|4 Þc‚}]–aÕ´qd6qü<Ò‹Íh«`¶cñ9™ü5Kí «ïºPäù„Èíïít –P¯ÿ†cåhÓ,ËEkˆª‡îµ.) [;kÎöeÕ¢7Ên—Upè¾Õ—Gà–w*Ér×tDŽޞ°!K]~ׂ«¢šÛ”±(‹zh„H(êÚ‡’ ”"ºn!׬ªØæ×÷<)Œ}Îuí=äŒ`íë¬pÈ=bñYØê~“eIÊÕ†7gÓï"T `[5›Eö‚³Í{öfÓÜT°:˜I4[Du‚¡‰ÐaˆQÝ™Gø–Uï)SŽó'¶ä¾ÍÛ8ípMÚÓ<¢Ó)çQƒÜõðª˜[ªË¾’ -M\ÔHâëoúRLÍÒÔLd¦Áêx°n›ìܸîf\ÇëñSäH-O-^˜ôÞù^“0/agd| ÃC̪7bQwš=­´^SÄI I,ÑÍ»!ש·Ë²Ÿs•¢ºáfgáhmDvË›`ÏqSµ)¾»1¯ xÃ\‹ ×sI~«é_#âênWú7YÖ“6t3*KמyO¨ÞF£"´\È3•¨^É‚s§‰<›«÷–€-è.ÊVotOLûûjeé2©øÐ­üxÄãžO¸ãVÒ°žQ䄲çOo¶Ë‡DÊao9…¢cáí¾™«ŸØ ËÇ3ê–5bwˆX§ =6tzÈø:-£Q’ôuyTè0uEô!+'RAäËB®¦KW‘‰Õ,aæR ¢Ñê䢚Ê1–u!äwÎØíÊÇòHRÔ¦0&ºZ¸ÝdµwF‰Ô c“kùžçAaúh&I!+×.LHø­˜ÓŽÑVÞñ*geaRÏaƒE›ZäUO$«èÖÙÒhvçuï*¥¥Ù!ÕÕR¬÷38C!›ÅpžÔ´¶¯T>6>T9«5!)Ò¬Q.b䛌½Á•ƶ»…-4"fxýwž¾I53_Uù]ãÇr2"צ:ÂJÖ@L€ "ÌÞ Þ¨QÜŠ£'ƒ¤õqÅÕ“áz³¡·ƒÌw‹…|Ë#ÕºkBêéóÛ¸‚ÎYqºÚHÂ9XM}³BÂnq?ZîºÏÀ(î3UÏ- ’“ÌÖ¢†USj“ØH¾Uúº¹¢ÒQAãb -"A vî2~7ÃþxÀ>}l;±”åµúãÂ:TãÙòò²›ñÕD\Y#™­p(¤ëKf9a7o}•ebÅèÛ®DǤöc…D³éÅï<3D·[©íîni›|hf´"@€ò˜†€w‰tHØVÏÖÌ£8ƒuhL•Ê -29ß·~MX]h ›WS_äŠ\'ºG˜zM;¾3t2Y£\^¿9ÜåO‘ì ¾¥PkŽÞU!°NЋtƒ®2…¡„eõ²û ?#i6óe'QL°AÖ5+-Êe˜Ðî„=êE¾êö|ߢi:´þfæŽf¡€Q/ß—ˆ µ/ÔWÚ‡¤a8y+?@øM¬|Ý…hÄL‘³›•î¢d ù “Ù•“ãKW)ª[Vf4W3[K‚W›ˆL2–p94cÌ÷º}üVž-÷}o§1ñFò^øø -»…·Ò<Ùf-ßu|ë…-”Ï×$°\k{U¼¼n'#Ü…7EeN%Þ iÍê&î)áæ¡·Pëoö­Gâmàžµ¯ÅgŠ¢E6¡ c<ìÝß2øn&nƒM -=æÛxÐâÓ€ ](@Güý¸Æ7î.U6‰†':h ^|*‰0ÁP¬.9ròYÞì6H*¶W+¶Œ­P²4\»Â4V"äɪè'0)Z\T¶ív¯UW^PÁQ˜< r$ù sµ’°ÅÎÕÇ?üûP”$ÙõJ;¹ÏÒfô’Õ9)Ö; µkOÈ£nß'ò0å>•9–7¦M©»;Þ‹‰»kÌV1|ä ´ rÆÒÐZ,iEm4Ã×htKŠ(„wç£bu=©QT+_Z9±±öX–{Òæ›ê‹ÿ/ºÞ‡'_wrg¸ÝÉl»8Í‘=¼"pNâ#Šh4Y¬U#ª«Ô"³u ’?ÄuDb” šª<Ñ'qß¶’u2)0v[/ÞdZ4pæ'1(Md¶›ÛÁýŒÉJµ!Ug°(Ââ|Ýn}½žb]ÆÆöu¦çè¶è¢Iá‘õÞ˜v:Àðâ;@žõˆ 뵓á2…C©àïJC_†_ãcÛ{Jˆ|0((ˆÊ¿sî="Ý(fì(¢Ú¡«ÂFÉ(!3_’š%W{lYÆU,Ë–êxîz‰%1MààAŸVŸM*Víµüš¯2–Î!k¡è¯7õ*éfZ¿ó]F.Ìô:ûg蔩–¥#h‰ÐòÖŒ¦#èlÙcHÕºôx¾¶¨×¾¾ÿ _(šD‰§•p*qûµèÔ´ˆ‚c¹š -Òáh‹•¢š`²;V¬ÜÚ<8JxwpVgw ÁÞ*E{ã™(«ƒ¡ákl²üF¢êÕFÛ‹JâÑ›s'yšzhÇ’xuI¥6ds¾"Çà—P¿9ŸÌa\‰(Œ§NNBÒqã?üGâa!Yr¼©}Íæä§ž`'!råˆóÒV0›89רùk}ò°sýIlëÓ†Î&ÒUÇ@ôÙ:ª.ÊNìd1àzàÁ ÁZÙó‰¬ÁÄTh‰žPúÎòfÀeŒ¡d@¯ÁÅoÅãó 9Ùñ•.S6ìY ³ NÓ±±œ«Âæ0vnj/Ž'C„ïúoôI˜ËÕCU‡#št¡‚Gu×^Ô8'¼iˆ%ã 3K˜–ØÙ$ÛÔUÒyÖ(RàMMYÃ:„Ï«QÄØÐ#<Æôw‘B^{‰÷…‘Àr§á ÊÕ®Cî³…I²Hx©·u$qÙ±z¨05àñ&ðN·žã[Ík ¶8[äœ3êÝPxk'ð» m­+ ›ŠÀSÓ8CÎ qîoIU7ìÜ7‘oåÄv*?yNxom¦ß5¼ ž®RÀdÛËÁ׈B*€ÄÚä$kó®ï·æV¬€M?à©I×@.-†E´;X…Ô!à9„œØqÞ vÐúL•g#‹ëšpŸx4HF£µ•H*;·n1Oíb´ÜÉH1JˆQ(øüç¥Yª}Ø4ç2OŒ4œSÐ7‡t1µFWdÞCqË -í­¿Ù^º™±š ^$PïJÒ,Ò‘“õ@ θnÁ·Ò†Ô –‹Õb]d´Œ„,¾ï³þ}I¾/H³Ç¼)EFÉmÏ=Ô Ý…­ƒ>+žçÏï}Iv%ìK$ïЫS„îŒå~°å]ílHrW RÈsøÎiQ®ÏJ쓘  -¹pçÎýf`µ¢ÎÈ¾Û œ)°Òhe">¡âľ´mKÈÄWó®\Ê9Õ*fðæ•‚‘æõÔPB››5³+,⣿ËãeÇÜÅmìUÑq4޹y=F¶MPëÊ?Å_+›aõ&ÚwS -öÄ©õ‹ßÂ<ÔœÉÑÞç≻PTQ)h¿¤‡@CÔ:ö–ˆq ciµàßÙ/Úp½w;ßR¤³žS6p¯$ãt‘áwTšRç¾çXÈ­ŒË¤Ö·¶A›Å‚ßþi?øŠ‰Þ¸ª‡¾}“»Düú‚­r37d!-¹ÈCS¦çE¨‰é½/ÈßU€ù'‰ >)ÛQN:§¢• -6µ"¤ò4›Öo ¸úML@d®ú²ú§Küøc«V²ÔˆÀU„<Å‚ S…»¡ÊKÈÕôìN®d5"(æH&ÚÍÖ]$ÈmÞœTt뚬Ù<]R‹ üam`€\7É?ÒÞ€ÅÒÃn?ø< HäF$€Ðd}LÚ¹y×®a*gàHÎd[î#£Pû…º¦¼y¸âXiïÂñNî"|èù?ú²·J‘-Ä©ÆõÍR“'4ŠϯŒ ƒÝ&~ôÝ 5Øuf8’_‹.d»³+J¬+ݺúÀÀ”~)ÛhßÛöðzCÓà î’áëÒU'½6±jÄçF…oTð²ó±Åu(svQUÉÛi\FüKÀm#kY— £€s«©˜—o±š.‡)ü@•]=?ÑtÌ áæÂ¤ìœSÑ`:ˆ¸¥´,?¯fì)ÀuEãf±îQô“Q$£™q“ܸ{M°á«Õ¶q·×ÏÙÀõìžÑû¦ïeæ¡vŹ` W¼ØYÈü`˜yÃgAXÛöli¡ØOF9¨×"Fßo;!°'_ðc~Ã)ª»W¼ ¶°<Õ½'ú…r›5³e$ Ùg_³íˆö!|>Ræëή8»qX<%ñv€ãõ¾½!y¬)~€ÌB°_÷˜Kj+*<´+:x#N7¯k/p,cËOÒõu¾Œ§âoá¡Rw2^›bÞÎÒz¾à»µÀGäYn½}ÅüFaÛç†Z#r…dy ¬8]¿Þ*G`°ó>ÃÉNèÛ}‹ûìXª+À¥.P60îu¼îŠT„Q¯ÿ¶Ý-$û -FâLaFˆ´Ëš1(oIövaݨ+Ÿ×n¹nÀà-”öænâ/ çÂ}FE—©b²C¢®J Ø1Ïå¬#Ÿ”ÞÄçIo4[xŠÙç®(Üâ›¶0/ƒ¹ŒTåh u,),NŒ›aK¼{ÌÖˆ‰ÈŽžf’¾`Â^fã©§¿¶|”5ÐÙqz7›ÁÛÊÞ´KÕ»CRy媧€ÏÖ©„ÝQ|,°b7}Ú ƒ=ÅßWîb#9ÝÏax€èµ>îôs”ÈeúY^ãa¤` ÞJJoac¯¨…÷¥¯q$ÉÈ»)·Ö"â|læjŠÎ’ù G*E— - Ž=„«À‰‚üŠ - ·ú{3§’­æ ä:#]<3¥âÕe3²©†œú澋Ü]êªgH` dÊ8,T‹ÿ¨QÀ•Y˜äk*rúŸ ³¶o6U]^Ç­bêœDß rŠ#–éËsG:È͆ěà.Æ+‡µ]8Sà&NÒ0H‡BŠÈQ SbߥfœÃ™$tÿe)ðTpRõ]åFC*ÏHÁ[¼ u9r|JÙÕˆ-³—ZŸ!6â½ ÷m”¹5:zY¥(‘P;Ô@— êÈwrƒ#Íc±,ÿe3ðT»QØñ¢3 ¢ií•ôɱf„>Äaû:³ïúÝ`¿kŸÙAZ©0‘êQgÌ´_sBÁ Óýó„Q}ƒS‹ßÔ¹lFVÆ¿sPZ²•.ÎV G”;Ô!3?W:Åӟ臡]h,Ç Úu‚ …yQ99÷Öz²—TyÝ>³å¡È2)çͧ•ˆsœ»ˆ1m›u»±d„äe¸¶ ƒûêi­Q§OÈL{ó™Å¢^QMoWÈQe3ÉhÛ@rIÞo¦óõ£5Ð7Ý œ¥T Ó©ïl•„X"6úð†½ä¸@±e ó†ºàïÇ%Ⱦz¨AÔí“Мµ g+Ñ"Ê[Ò5Æ9GÝ4ç[HJ65ru@ã¦ÖWÔ‹›“‰±*Yè>¾ë$ŽÜõVï/AX):/4öÂ^Œ§ 0Z-ðŽ´&–œs ©…Èí&‹½Yœ}ÞÙ <Ž6EŽ»Íðë¶— íƒå|Ä`ÞtNnÆO@é„Ql•ŒžgLæ«“]¹r.½Uª,ÜÚ™tŸ³4¹³iA.Q¨c’~¥²Œ{Ña‹. ïYÃ)xg Ö•Ñ`›`ßfØ4¹Täe®5#:üM Ó•(Ç’.*}Øp¼Úœ 0E¹HUîz¥È›Îfïßw<¡ö.ÍjVÝ8lZOE«ïh35Æ)„‚&yUžz#Ù¦ßiÑÊ%„íô&¤ O’aOF-×â_c$ÞnºNø•65Vs•÷,E"ƒÇB2Ä -‘F]˜U7›ÙÀÑsw)JºË$ŸbGŸÉ¬Øû^©£`+‚ÖsK“ÔˆûÕ¢à?F^Û\=Öò`¤ô45Kk.q½>ñ$hº+Zz!ý_‘.Lg+Ö#ªºæ”50³=J!¿’’Ý»¸á!+ªÛ¢h—¦§Ç[“.IÍ›¨Lè…¹vã™_9Áf«‡£ÆôˆkýHÀ¦¿~>›k¢lÙò•Ò-V«¨•S•þn„©UƒnyÃlj»»Z&¾àè©©pæëª£Úכ啳GìlAžÊ›:] §g¬ÞE©L~/‘C)Ô®¾(©S,"`Rˆ_nbŠ\€ÇZYàíãÙ;0àìbÂŒQ†W¹tã¨ÎõÂ^%3O«›.¿ØZîÎGDÝ8µkªÔ”_î ½"'Ý{f…t’°ÞR¯lf÷xÉ}áÇi N\W±dºŠtvÄ €á–³µR%Ê)9'ÀÄM-‰V‡ÿ¬U2L·TÓ±õ}uWÑëG3j¿ê&–ÖòÌ0ᓊª,aÇ, -¸(¦Å+º½P)âÜìÔÎN“¨îØ-(p>‹ˆ‘cü1õµY¹±k³É5eúr.óÊ1Ï–¨Þ*–ˆ4pe8+C%­¹1ãJ²äÄã4Ö›aaÒ)Á2óÌÔò_ê c±N‘µ¢ÜI¡ëMðTܼ`Pšpœë;÷5wF_@/£G\¶g>ùÛXÙ3X‹JcFºg©xôÉBn·QznÄêR$FjЯ¢¬&“¹"Ýé¿TŒ“Œ;éZ4—‘dWo§¬ ¸MÅZ1 ä:Ó™<â0Œt­bÚÈbS[í¦iŸT+›”hO[tS^i8B÷‘Ö]¹Xû¨bì1çW…]©Ã)\±äe­\(n -÷É)|‚„Õ.ÊlgB[Júž4¹6HÀ.Ÿš„è®\ÔR†5ÞŸ%(.û/Óƒ±¸T/¨K2wkQù·ø’Õœ-nÑ.÷Ý»­0ߦG2–ïK× ÊxN¦@Òá½ép=ÔP¯öfLÔý6¾"8ÉÞij±ÎèKÜ›…ÉÄ~,étó2FÌ uyG-WÒ¼ÃÄÜønÁ8G$0)ùS_Ç…¢Ú5LÑ([ÞFMsó6fºsO®²–†³Í~cêÙ7C4·€VChøŸÇ¡ü—™ÁwŒeE‰—BŽÊÕ˜{ˆÖ+÷êÚiËI0Ù*òÝ$ëk3'kÃKzo«çØ:D5‚3Äé Mu‘PLgÆ#†Ø< ƲrGü©4¶$¸¬8Í9 Ðáº4'ØH½½€O_¯õe<ˆnQ“_(:@T7ä…Ú³êß­÷yâ%ˆìíHBÉìgfçðE¯ÄËy¾ŠP±Y <™ÀÙÖ&†)´‡Úº}¸ˆÎú.kÎ=a_×Û8ê<²×¿0z·]X½À˜èGÎ4å«lÛc,’¡bÞ´ EÞÖOˆbsMø Dg¬”Û6zOÁbÂüóÚ—rkEŸëÊÍ<8]-º^1){’°SìtÝÄz“ÞæÕBx–IÏ&g®Ë›¸Á5‰³’i¦ŸTÕG5qíIè¼äOÎݯùC•Ot¢ç7uâš!AŸÕ†„­)lCÇð¼„×¥ýí©zÁÔ¬8ÉŒHÙË»°6c;¦þ!Ý}ta‰pQö…r2¶“ÄÜsÁNÅFÐάw0"§Ù, -š­÷%›RÀ$cäúDÔê5ÃGø,+[9`ßU=í7×.ÌÜ’qõ(ô Jþë÷݈¡MoÝu/y#šF¡BQ-9®ó>þÃKÞ/Drf‹»_ƒ”ñÈ,2m|¼R¯ê:ï^üuœ2™ÚÝŒ¾V²Û°êþÿ["z=ž;¥b„í$ÙÊNõ•Á×ý²ß ³€æ@z’¼»ã,>S_še½âdúS (oIf¾…èLÊõ®‡bÙ»^ûÒÄÔŠ«h¼²ÀÔ¸ÍXµ`{k­ë<ã×Ì‚3c¶v+¤E¨a÷{b© -žÑ‘Å:=¢Ì’+mT×­„ï¢sN3Ó[K°Ý•û¡}ì®V¼‡õžMÒê…¦9>"O|mà—¬{'ý³k”m;n§¼>‰”FW™Ç(F¿ê;rˆœSæëd¢ª²&vER(çœY›nAü)›¢^Ÿà²ÜF™Øªp®×†‰‚Ž®¥#Ûm§Vük–…ûa’G0È^'ê]]K‡šˆÝªY8›7UuJú…¥;‚ås,¦5Z´P{=%#.Ö•ì#dyDDÞ¢@ó5Y)§cgòjèPjƒ{u±zwªöÐfá]T—vÙ<÷ oÙ9a»â&¸›„¦Ýb|ý›tlõÁ>æò]Wàé¢xÞ›“ñFö“7{eƒEÇeÜU]…”H»ŒæÉZ¬ìy.žÊžàm,ËqË”à˜ÿ´ £a¿F=¥ÔY,Ät¼³ÑöÞD'D½é0Ûw=:–8½0=1È’[ëx•´—šÆ½YÂËœueÏgëð¨fì”’,QX;߆וæpMÏTm•‡Œ£ÂœÏ F§:k­P,1¸†wLr‡Ó"]xddš5LådQR±¦²Ž:‹ý ƒ™?ìÎýBϲ è£f_TŠò†z ’É,SÂÙä^J¦÷C®„Óî=½]ÁZñ…@å±Ký¸tÕ^2޹û&µÉm…]Ie ìKá'0ïÚ$ýzc”—궤ò•¼Îf¶1§²™Ž¤@ÔãønR…ªÄ`Jøu0ýžo‡šè[þ˜WOSðÃV,èÒó÷çÚ”€E­ËîÓƒ¹ze²Û±@FK (Z ºº0ÞÐD"ÈCúVb[yÓ0o¾=xÅ\:d“zê;T¿„ò¤[}Óùº²ë:È¤Ë E]åhÂ<Ê/Ælÿ&£‡fwN*³ÆK¹°¾ÄX:ìùYB¸]Ð\¹ï{Du«VÜ•>-”¦íÐ ÃdA'ÈŽÃ~àÁX{§²;®;—™•=s5f2å®ã˜/µ¢Ê±Ë‰ÿ9´`¸‚k÷ëÚm£ŽuÁiSL70ó2„¦0EÙØ×--ùÖi_{¾Êiçí7g¨ü;â,þg<èØÏP­>¼ˆkŠu£¬à‰†!®¦0Ï‘Þ×9Ú°^£ÍòFMáÂÆÆ¼eþnFÍè—L9AÅF|\Ërºb¯M¨ì]Øf/º¶«êaJflxb—æª|%ŠÕ°ÎÖ¤õpoÒ0á[e´ ‹¼ªq!R`¸A¾ ›—†‰+)]ÏMJZû@K`6„yýÛÊGW~iÒ!&&»£’ ÂÊhUŒrïôñ$æÑSµŽÝÚmí=òՈȊ½‹UèÂaSIûmŠÄ.‘)c§j’GÈ&™?'gå96ÎÛ‰›¦½$„°ŠìAWô™YkÕ)}›ÒƘ.§ƒÓ¤PcÉTîkÎ@º$C ‘ÓêYšd¥ +³ç=okåÚt÷Vö¢Ús=š`d4 OnǃHDÆŸ<@Š«RÔšÌjÄ@X¤Ó²!XÉCÓò,ÿ­0VWb™(ž.!à¢Ãtç{> ¿<Þdûð%øŽ:F3¶xoɆÑ%ÍõüFKƒ­âŽVEÝÜ¢‰(ÚàUP‰`ZÒ+iÆìþL &¡Ú0A—F/ÖXŠdc')Ìs]ÌþäE|dÑ”!ën#¨a@Í £9ùóˆ gž­µQ½ÁÀPÖI¦j \d:xÝ­UŽ`Št™š‡$¾)ïˆrˆ¼ -ä.T¯jÎ#aªXxÇ’ßGZ“¤œ³d"?É­Ÿ'“±º$ vµ­XØMÙÇ Ý- quýÀÓãíZ¼¸…0­®¯f=rŽä½\&–4gBã2j4«Dvêç廉PsªÊêÔ®S76"åÓÉ׬tø¿.šÜ}ØæG W1’Y+ˆ*ùûïk»GéçÜ2ì:æ pÚà¸X1KvÁ7GKÃôxÜpFÂ/42N˜•Yc­š«ö=>A¦=¶ÈõG:#Þª~PåPr‡E`fãÜ÷*µxë‡u‡‚|‰FÝÿbk¾ °—óÈ*;.¢Äîßr¬@Q°³3æ>Æ(úÖ.¬²O¡)àzÕZXˆÑZfÒÚmxmUQ(Ë9Žó#¢ãæ…Ðð‘s–‚TB±’ï²…ýpéŒÈ¨ÿÿ@D5©@2Ì­Šø•_µÆ DŠTpRçò‡Åx÷]œt!Ý«Úg«ëþUvÛ€[‘[‘êäÌRW—é.Ä6æÊYÄÌà1t  +8Ó™Îrç\ÙEÛØõ{\®pNy«{ªþÿ§"[%È«À)”n-K-‚ck«4røí]†ÉNh¢Ù,ÃíEäèX¦Î„b“gvçbÈDå.Œ‘¿¤™zÜÐ(X´â³ël,Dµk±CÖœUb6!Ò©,ÆÓã-£w?ýãóãÅòæ"ïÿxÿøåå±(wgÕ…úÌe>æÓ—ÇÛOßþüDz%9~~ÍÓëãË·ÏoŸž¿Þd[ÑŸùÿ_ÿüõã˧ö§÷—/¯í#¨ßZ÷,ô‚ÉÇ]°aû·=}ýåãPô–o~.˜&KK?ìîžßóôøýç¯Oï¿>~¼œÍà2¿åóó_¾}ÿõù§ÏwÆ})éü¬j¢üð§/ß>ÿ÷ñóøI?>~}~y¼}Ž£[¹ÜöÕãõùåq‡¾õûÇ?]³•+^ºÄÃ}ÞüÍûOWçÛ¿|úïãËÁÿsaðßõôòíWOß?Ÿ~~û|åäõØâ›y}¾ƒ>ý×ÇËûÇëãí稻GÈòŠÒ`ÉÛðáÿ³­Á [¬øÖºŽ7¾(lô¤mÉc.~ ¨©À…ûËWYH3æhçè¼|¨VQÅ‚ë¾ëpÄ®p€pÆ@êo‡ïe@@·w[.tÛà ¦íÍl ‚E¨q@WŽû - 6€`ƒ6 -Á†lÁF#Ø‹PãðgL@°Aæ ßЪ9Ü #Üh„ƒÃüBÖMS+^ô‡eGÏŸqT"Ô†ËZ•.¼pG!à#àhƒ€cnþŒ‰€8ˆ€£p‡p4ŽAÀ±7ÆÁDÀDÀQ8„€Ã8ðÁÃߺ ½øD Þ}Þ«ýβ™­ü°RY_²îþÓÏÍŸ>?~õþãkõï`ö…0®Îé骅à‰!2à{rÖçw{ µÄ¸U`3«´øa7‹[Lº7É»‰:Á¼ªÁpÞ žÃ˜§_„I¬Þ£Í ¶8b AŠUdÄ÷[²Ïllc®[£­;¶ñéÁÎûqµ¶QÇ2›Ê×\ XbYá;^Øg¶† ¯sÚ^Å.n—¡i\ËŠ>€d|–XLGΑ­LtÖ¥×’2^ªœÚ_Ç+Ý -tíÛM22{/Ycï˜P7(öi&fœäl+ã=qvÔ„•_Q×Y ñ>þ@t'l kˆ6\þQ»7[+>o¥ŠsƒÚµBc(š¬¨ŽžÈd 6´©H_ªP±›÷…aÍÆªÔm¯…E |sß·WE^Làjœ¥ÄŒ‹ .ùUÌÔmq)Š óJµ kjN¡,9´io ím¤W߬ðM× cÁ”ä€jd¿Ú -’Û¡ô̮錛bfx_#Ùå̤ÒÝœ†Ú„ š¯p°1)¥Ó•ºÆü Q -ÕÉÔÉMXHnÏ”Šº˜ÍuBØà¼M.‡·°qN ƒFyI[±¸ §› -Dm~1Jýò=#šg´ K/hb›tïåÌ«ic(Ù'ó'Æo°\&¢AéwÕ@åéëýg,6ŸÌVá´óØ*œ…‘šqdfÜÞ’Ç\¤îÝŠ1ËgdßWg\QtžAwnÅøÖõ£:ôr¤Ý‘—²i&mw‹Ü&:/²æ1æ+Î`ŠçÄMB$°úÁZn:jÒN]àr©†‹³@u…3wŽFyv¹ ­i“Œk¿ÂR9Ý´¦2¹œé/Bôâ9™j˜>VäÕSYÈF=• ÈL£<%FwF¡t¶Ûƒ2u7ÈŽM÷ȧbÅzPnÔAE µ.Ya€DPÅ0]ÉÐ^ú¹aK›GÕO$ˆè)-ÁÞ]OdÕ´W¹tíÇl3D/´’2ëÀìÇ.Â=nìÉšeù&9„—ñœ !ú^¿8e¼Ø‹ÚhØj”H;fÖóEuE ºQ¥Ý”Ç„æ8”ÙbP© )ÒæÎå×Å#œ7aAA“ÿ|I[Ά‘9sƒ.f•ì:‚r§ëps‚ö'¥D»Ñe¼©¤Z SU[ÏÙbmGFlìýNXÍ;•#[!ÛÝÌ”Òí%ŒÜ@Võö™üÆ ³±q.—€ˆkL–úE°Ò¹7¡ó$ÚnÆYº•sÆ¥ŸÚ½ÑE«øÜV#½|Ù.7„€†¥BfµL$‡ †smµàè¾±£5.k§¨LwäKâ£Cň RéçÒN\å ¿Þè492V.-ß©¨ ƒ-Äu_Dnhè-ÈÞ^)¨ªôrali+ ?ãɵ‘(ÌÆÞ*|ʈQhVó¾›AÇlEÖ “î:(~8hÑÞÞÆ9T¤‰m ËúzÿÓ=±—¦Eò™zwKª4½BÁÔ1]óé+·I«Y,Ö_† ÁN75 í=3úÃͱ‡„/¦æ^û±9o¯™;¤øw³Š–9^Ì ›£O§˜zMP -´bN@‚“n“Iµ)ªk]jÚ5 -z€[”]b„Û¦›ði`M¡æ)ÅärYŒÅ[¨#Æ•ÎÙJŸ÷µFV5_•ƒÇ_ß7o±ˆèš^ðׂa-£=ÇÞun¤Qx·Ánœ…‰º^dó­ªÓ,,oPæ²æÂÐî<¦G:Ì L£9 Ðôk^ºëJhªò8ß|ñ*ÖcfmwTTìË‹‘è;ò®²u4¡à¹”míºR"Ø9€Ñš }4Œ‘\g$幌2mТ8‹ ]¡pSÄ”B®ÛlìIñÅlg{ÉÌ(uóVÏ/’ΔôwÌÛ±àXÕ@îcGäj˜%Ômaëz‰9ö¯° ¡äçºWÅ£0ËŽã´¡™a” ’ºÁÅžÆ'²SrR uB°Â~Úh˜û*xƒAZô¦4=9S(Iƒ·¤‹dbTÞ¦xÌ“‚㌴‚reîÞ6‚¨÷¤ ÓÙ ( i¡ñx_~ó‡ˆÒ”»{kŒ\> -ÿp´uºÞ0ì>Ò ÜŽÔl/–°,*Ъ–]Á ó!â -S!‹éý\ß7A´Ò.¡; Sù)‚ŠŽ¤¡ûVÛ&Öá¹â‘$²„èPAa† j¡ ƒ96‡Ú -h˜å[ˆT9ÅB(b͇ۂP" £5Ü!,TÒ° õäha“AiÐbÝ»M¶òwý  Û1çÏéÛPQGg#ÀvÇx÷²P—ëÆˆï.GðÆ©r“d|h›ý‚ÉÒrˆ¨MUˆÜ– ÃÐÚ£Ãxµ`â'Ì‹ÅJ¸‚ Ãf&ÛË"RÙ( ­[²ExNæ6Є„}cÐ\D·*àÄ‹¿v,¢m¬',tÛK{Îg-ë?Wõ3\`¯*NÝ÷#6¼,írÏ@nŠ­U2¾ùx•¾E'S©|²Ä[tÒ¹™Ô48«á~VT›9Àt¥Ä›åù‘EG3Ö2ËšZD^¨¡Ýf*²+úÌ瘩ûú§¢ - %§øË -"jÓÉ}£ -#Ñ”î;‡H­†éõ4J®+íaXˆåE­ŽE­UMGŒsûâÌÍe¡ŠB~¢«îÅs´4Ä[l¢šaØÒi`ë3}Ø4ás&^é@ú›£^Ðpn²P8†ëÄéuɬ@”qʯßm- áyæÔ™AàGèð…,Õ9n Ér£vºÏ0wHi5YÀ³2—‚j¸RX°þ„˜z’_}2n3¢Â?BÔ46W§ °äÈU‰Ê½4‚V|¡QYGSço2.š´øOox[mpç`Á¢A\«F]O.CªT¡rȵ×gMƒÂû0ØM:ÛœvJ¾xTi.8ÖŠà Œ²Tžpö ,%/†6À~Wg¥í7¯½,Úw*ð·KØ–O. ¿1È¥¤fö«‘˦‰Ì#tw »bÆ1Ã&©?CαT{1ÒºÅ4(:ÝAgW%æ-×´jncãp£º­wÆHÑ“óÒL -W|ˆ£;'ÿ¡ˆ0{F!W"´¶‘;À×áìšš¨®âK@÷"wj!‚´0t³å–¥;îÛåÛ}MìAPùahy^ -z‰Sl#3Þ4‚Æ€sœ•Șn%tuMlU!ÛB<;k^ݼù¶X§)ý>6 ±Sœzj|Tâù]JѰ1[o”Åfa;(¾z mÈðY–ôxtý~IÑ 4¸MV”¦dEš½K]+Û²¹ò’…[I"RýµÎ6†I`ƒiﱎØR$ àÚ^8͸ÂÇ>¹#ØŒ¯²ŠŠ”ÃP•š娫Ȳ˜Tû%!xD”øƒ'ù÷Eò‚d7ãG¾ p®˜vcrŠéÒ1{*ßJ=–uzÅÎú‡ŸŒõ…pc¥ª™€K© ­'E®­‰—–“¼ÞFac ý( Ë]§æ½›0H‡‘INmIÝ  ìrÜíˆÅãPá‰w$K¯íábƒ˜? -‡°qz|( †(ý8)|°‹¤d¥$ÂÓÍÎ$¶R‰ÑjÆÂŽˆ’ƒ­‚uëcÐùб59Rg½Lò‘€3c^°Òà D…<¾H’&t)°‚uºêêûõCüÄYt>ÚoTî%®z:¦=ÒÀ|¤^eÆ[Ó¦£µE6jÖ5ˆ¿×È9 4;Uià›a' SïEF«‹›|;®„JÎ¥ö c˜O§>ëRŠ};Üö$3zê©ïêý_‚vã7ð¾q yŒS kÚ£YöѽÚmèØ–Àš|ö Ì·Ávu×€¬9@˜ƒâˆá-uýX ø¨à«^Ь^ŸnnÉNzé,¡e‹…mlkyÁô‹=Hi•ÊÙYm—¯†ÊQ»(u{]ŽW˪;£_|1„ç•)ÎaÀ§É»vÊ¥ZÈ+¸àâ^kÚ…EúÁ}0Æl!®Ý=zùZªAÌYË ò{}87ÞvŠ86ê$l~([¦ÜD¢zºZùŸš+@–þ<_¤ê¨!x\ñrèXRxü™@!ã&[Dp -L—_v2®ñ_Åü#`E—¬ÅyùÎI )ÞæÝ Ü«ÍXzÚé´"sÙ£Á–ìÀïÔM8ºž½Çháºt3|hÑì@y>(ú±ì³ûØE¡ÍÃGD¥zÎÇh»L×Ájêû•.D×t5”®\X¸›èzâ+|¾´HmØrñl¯†KÑmBª¢Æb9æ£vêêúg`Qk‹!aÐÁ‡¡›´SÇé¨úæ§ÕhÛjï­Ux£ÓÔ™fiqJRã«A,O©·ø/&‘ ÓfÖÂH5ÆF6é:¡²á¾®Ú†à5ä»Å^´Xô>‡ÏÍ=Ú%³&5X$Ó7@áï^^6þ"›-Rsµ`gIúK#dD[¤â_a„8w÷Ëâ}s^þB{a—„oÙö²<.ݤ*ÄüË1Ͳ(#R?߯S\bŒ >´V¬»Y+V =e²<~›»^o¾n̶يæ.$£©=¡Žï’ÂWçÛæÌtðaíÔPå)‚I ÞEàØ¥©åÈÈU'5½N)#MõòÖãÀß#û,šë°à&£B+æS[©A^ûìÅóÀ?ƒaÉ Q6Jhõ>!$€žüžqàß±yeüÕbê%ë 5ªdSž²8‘!;<¸öY'øo¤—±w¤ÚeL·§.˜§Ÿ´åð(WàEÖ/²‘Ú7–}Áž“‚=Љ*Û»‚Spìûäß qˆÕ•cVƒ‡ÔëV -óœÉÓv'‹^Eâzèõ°‘ÁãŸO¼`:z^ùrœÃæî:€{dgÈé¡÷zÌýõg¬¯ëž)M¼LúE6Y˜;ç£Òþ—„á -›…ô0¢Z6õÐëÑ@Æ2âŠé௠/žnSW `©¶CM»Gr›cºßŪÂa™WBYúÿÄM›; "µühf%5œc ’–‘d$ Ó¢4¼§Í|ùa ÍJÝÕy¤R©œgÜΫübÀq»”GÓ2ðÚdv†ÝýÞ»ßV_iOÒ–7bÆ×ßî;…(Š#©ë Îs g-Æ02ùž˜y3^Z Î»!•å„ ˆÖŽÅœŒàÍ(^ðô‡Í´Q@ük.â{ºSØuW7Ð\ zØsW©\5/xÒ~…ykqð·ˆÞ–û°ÕwÊì Wõ7”ca -T+™@üÄfr@Þí¦ähEE5¨YÙ‹¨{”hÿ¨Bq£„|,H€ØÒû,xÁ"“ïÉs-«ѓ|…z9J}ëÔ Ñx9\`½Õ2ø×áÕ^è?ÿO6ôó43^¼C™[²_ òÿ`8 qÌEÃ3@Žm†Ävj@–*,½d¦ÚÈxñâ2Ù™NY"õhùîR¢h>|4\ „%G m/&ß“¦ú º­/[Q6ûÒÖ1«í×x <­¹8ôS4—l_½•"‰:ÐYî¨Í-¦ƒà A'ß8„ ,7‚ÿd[‹øâ ïþÜ·÷ji$“¡©Øfìí)ãJ:fÍÅká° -dOÀ8nLm§YŒW(‘-RÐÅô¡¸™ÿ08„úÇ^„×a›Ãûžê0X“Þíöónn™‹ÿJkÔt³ -i-‚K6¯ž3/éÛÿ©æqç,ò}÷ôûñ šZ¯§ -€Clˆ:} ,/<¾>ûÅÕ£¡Õ׸™¢NöD‘ð1=v KH0§A@æcÀOa ±“ïÉ;Rè7ÓÝry=ò -´l¯u¤¨8¥™•êþõW;À#`¦‚ðÀ®­Eø]…PÜB^ äzpƒ1SÌÌàÐNêz¯aó$¢á»`[«ñ8ðÛŸ„#?%y“`TÓô´*n ¹°£ñã/‰¸Ü¡¯Ë£¾ìæ -[ûzŸm¡­…Ý©ª ñbNÛ~4YøkD¸Ãá ¾g+¥j]£ ÍEôcÐz´Ç‰Û” -›&!{ÆØd c-††c€ ™ -]ãÁ>¢7…ãd€Œó䩪$á="@Xt+îýVÖ´÷>uP)ès¤ÙÍÁÌ~¶JCÈ -@Cˆ2f,Ä=" -ƒ{||¡ë¥.x°Yê2@êUÊj^‰™×§j+ 2¯‡ -ãüý9{·c8™zOL¼8E D¾¶™ëHÐÚÕö’`õ^¬œoÞrˆG¬ávòÞûq«0åÁ‡¡M¯ùfÑN€g:o—[z8‚ƒÔyâ7@ùƒ-Ó@‚`<èÛÏ¢¦vµ7À6t@Øë„·_ÙÝeU‰àÎÔ̰Ø|w††c ÁqJý9ÀÞ0°Õv X>€è8n9h’S -_–âÀO ß Îööf$0sjtØÝï Í›Š;'áðu/À9nù™4œðÔ4³®MµÀDoÉ÷û2QOrNs´ö|#€§—(í hH«nh>•†±ª77„!>î¬SÊ#š°k’ÝRÖƒr<ÐÓÙ"CWÏa)Ã" HÞ[1?C|]ª-ãð€Ò]½§ñËï¬NÝ=o“@™Ë}PSÙeaŠÒD›n¤(毵Â>¿ø‹ÕÉ“W@°¹H\!êvßMd®ÏB!*Idz`ôP2†³“hç?8 Ävo£LÖgP’)uï Äoˆ$¾Wuµ„ݸ¹Kõfßqÿ·¸§q)®ÉÆ!ò¶Ò¼í0¯\IB„:“lˆOfm|"joµ¹ Np4$8LïüÚV)¤ÁÜmÐçŠÄbXŽÓbAŽsQDJ£=OÉV`xú˜X= Öj¯ÖiÁè统W'ÁÕ”wñšD«Îª"×#6Bú]$á¿Ú`ˆÓ¥š»rÞ2µ+§†öÄç{ùóöØH'õRoaºpB"m^x±³x ðì\hk¼Ó l8 m.Õ²V¾åèڡŸÐS-âoÓñîV§D‰×V03»Ôêq]½ ŸèpßÄðPt]›/"©VM@~ åÛch0?4ªY™XêÌi.Q³`³ÈØQäÀ?æB©ÞwO~Á°óÖ5ÈæÙŒùwn…Ãç^€ó±q“²Yf× T…bŽ~>\§°ù "´Ì q‹qrгÈêªsfnCXÿÙš j“F³ ‡€‡(nºYð,æchlÒ4²±˜ÌãÄð\õ£‘„Gg£”-Sʺ·¡ÏÀ»ëµ|.)ãu‰U$ªŠu«»Âú…ÅæãÑ1³!ØãðffN*Œ_¬ŠwÊœU×ÍQÈÎ.Ænà<Ã9½ÌÖ2·ÓS+žµîÁà±÷Å^€sÀ6ƒ‹¦¹Ò`ØYܳ˜aøî'šŽbí/ÉB°ú]—úP7¦a7XP?ý„­ï‹ûúöûÃÿ²~ -D8ÃúQÐZt.H/'ÜõšT;bÀ˜µ8ðKÂ_Hšºa%â¾êbÛ‹ö¦þ`¶$æp2¹s-C2æÉújØÙžIß[»©V l -°¡[ÏýaYÓ411(ò*#Íäe°NÀ9´L}&Ð$)WU¬î­µ \è^¢­EÑ`Œaeò=1ã[0þ#<¬ŒÏF|MtUA¥ñ-æ4¡e¢~óØ3ú8"­p¼ø¨ß+œßæ‚ÔÛ±“hsbhÞ¸_ø«e g;¦Þ“óèÀ×ùÇr f!K¨©©]Å#vSƒ¼à0È:„P; ¾­o_Å>`G"=»t:;B3Wßî­€±ìª\§¡Ác›_éuŸ¹ô÷³¤Þ›Ì.Íä&u³Œ„‡"R9Xoæ¯3c€L¾'&Î$œ¿Xdw—°)íIäøˆ"ªgkÁäU OhwÊxp8Ýl/Àù‹ ƒÈgP;7<’nS5gÜ·#èêÅe¹*ÀÈö#êwBá0šñ1* ƉlU7ÐïšUÚUX¯æ 00<¡ý kØŠ—Ý®3%€D$x>(¢Ï›™Fx ‡†7u6žp­aÁe«q¿ÉzCÓ@NsÏU,JH#ÑÌiÚch‰ÇpÃšŠ‰ñüÓLì“ñËÕè atÉz ¨.M­D¥)É·4{†¿âs@Íbw­' ª¥ ¢ Ì9$œÿ†(!±žÐ\$w"x·¨yiá8â˜s²(Œb7½H{1SRY/9_ ôN½E z'@¾)G@ÒÌ¢ºÆ·Øµ® Ýñ³¿®}ð•å)Îpã€äCÞ©.W7Êseo†§ºÊÿ‹ùzPØžjzo5,ŒlK¨·±D]è› ‘Òšïdq`>ûÑ,Ž&þnØ£Û‡Î%J††C´–º´î·É[™måµüÌÀ]Ð ÀÑç&òŠU« -M@ݦú°«ÎnÒ7Y%m*. ¦n2.7Xq ýÃI¶FôúÄ+ŸÍª=»ŽV[@±ÙÖÞz©Æ:¨z3Ú¡Î"þ[ïâjWj&¿Ä’gôRÃ5—^ýJH:6=š"T´Äê/ëšIªú spBZkO8„7 !|èè²M»8J_Õ}±ù*:™Äæbe9Ôíˆ%°–¯4#݈2üj‘.ð^ÍKdÌdˆªrÖHEjõáÅ<—l¹°ô\›q¡§€“êηìöR=Wბ ‹}J}65¡°†@»ñŽ?5c0„[—­k@çÃKتº1L7ü‹wì©Qóœêx¶4ûÄlfÊ ßÍå=[<"/aN?ä`.óΩ!›¡›[‘3÷©¬¿”¨åzq¡:#%Ÿ{M£ž¬jÖë^?VR×4Ç›‰fˆî½ W|˜FÀ_̢۪”ãrˆØÏ.岕1#¢XbXRa˜ûnÒ§4¶Ë±Å ¯Þ‡°uY  -ŒlÜt ˆ…P» -6ˆ=ét}Jg¼‚ñ°„òŠˆ»¹n t¨œûÌÔDþm‡ð áü™õJh2wðÕÄ;õÕk‰­lÊGM‡)îÔ*x›9½x²¾¨ Heš¿h2Ä#6pA;÷É`ÿ‹>Й‘Ø±o×3i00S™F²‡zÖÓøóQwÚ‰Yö.öcÿ"ÓæCŸ½É|èG–ËjHO7ªÖ¤z‡G‰ïæ®~šC€‰ I^fœ?å÷¬¯†Â~ðåkè3@ˆ—e@íýLùž{Ð'`¨Ú¤ Ò˜ŽÅph\äu}ï=›a±«ëZe•б›Ý}ÒXçâ'…„2ô¹ÄË^@Ëb"è*Y M0å­ÍÃI¶÷Ìn§u–û·bõìòË6Péò)›Ä(Ÿiäú|Ž)ö88Œƒvç+“‰6§5ǪO=¼ëÇ£K×`´"U¶e>½õ¤ño8– f+Â}D^á0²ñ%WíÅC}ÕµkÕ§WW¶‡¹ÈÛZÌk¡Qeš{=óÔ¤£ŠÊ—Á\|å¿)Z&CxÂ2‹eñ=^e›n3ݺXWµÍH6Úu·êC$óà1åjkÉ€“¼\šfÜ|oÅàÌÀº²GÙù¤òµVoÝ­ÆÆ\ç|ióA9Ûé/¨6Ã*ã-EÀ-ÊK«ßTýgò}è Ǫ=\3žÌ§°3ã©Æ A¿{.Td·E²m aR=ÃzÉjºÏBñúá3{£ú™5<¸¬3’çyõT{[ ‡ž—òé½>[Å~'Òv]}nQ‰jç*͸!¹ê*œ{¯‚Ù–M6‡&c©” -m¨Ÿ×Whvm"[÷ÌC­îÉÓ®;Ì™ÿÉŒ¤MŽ6¤ÜÇb€þR -[Ê/ á-Š6‘„ûç¶Êqu.쇽UŸ7U{¡·ä–Ö:Lä×—±ò“óU¤ ¹#¹ëîU|%ohIhË7×9 ñaR¿žÄ×£Çв6M¸K†p¨²÷™&ȯ™gÈ¢vBF‰Ì©j¦®`ÛÓ*mFqÛcf!LÁ!Ãûà/zûö=—ØfCùÓXœW¼¶§sE±›þ§4ˆWòÚÕ+'ž1§ "ÝIw5§àÓE qæN$<ýSöé%Gö%œÇ3ˆõÌ;‚…¬Ós2Rzuc*;4¶fó;ë{€Ü¤ðuu¢M&¡‰ž>´}8ô7®úЦêR8¿ym¿éνi:°Ê*ªuUûè§—vÿ×Q:Á -K&Ã_+ÂΚq7®Ü‘q”¢˜ÃáÏïzŸÌTÉfšᆆPiúZ¤?6âëÎxZ^Ýw ×¼Ëx/{ÕŸe`ûÜýÉ?¢³ÅÆBfËà$_×žÞ -a2öƒ±Šq "ìpÇ€†Ã&¯³ÅC½ÄÌí ë¨î…ôº¾Ãz^i™ ÅÜ!xÏÍ&çTÖ«æ«3-ôü:›ïbtúì"ßJ7¸ÔÕÐ*M;Á” hÑ# ~§ÇªpŽ(ï½ïMôîÏ\ç_·Ö>$œÞ‚ÿùŸØHóø†9¢ÕÍ:Aú±(ÇYƒ/{¡ý¬9¡R Óâž·ð\ÏEa]ãÆî”·íèÕª¹×bÞ ïQúâõÇhÆ·ðà´(_ Ü…Óœwñ@c[â®'ã¼w°ªJù QÜ¥Üu÷âÝC—0 ¥z((´%FCCUÉ{±­GS÷ܯB˜áð÷]”^ñ'JxÝNˆÆZÐa‡(­áIbÌ ,—㫇ˆÂ–P|8ù^¸dög(ãrcKTÑdðtµD5L—~uõ…lè—&¹Y~¼zÂ:"â¬Â¡ÉøÀ”nÀ9âÏûj×–pSà!m­k]SŠ¢`ò1‹e -goÂùîp¼ÀÌàÙEŽ|.ôÿxz„ž¤ËNäáplt¤ÕÃõÌÑ&—V…¼›áÑí¸n"©Ì`äEnÈ‚”ºæDꄯoÆH¯†~WCA\H3:Å_´âëÎúY~Üÿ”hÔ_jL=¿ª#m´÷0€÷…j$º˜‚ÎT¶wW1?ñÜ'¢#šŽµËªî€”sãQÝßzŽ6†l -öê‡ú£.t ÆG/ËCw/wÓzlùâ_#—,4ô÷s};}‘@Qñü‰üÏm"Ó1•NÐ1!3&¡Í¦Stʬ£ÿ2Xû ïÔ¯î>âK­;Á­3F†ÎæUÇ/UVK”ÿ¨b£Üžì·fÜœˆk4“(;tzQÖI|ôaê·€šÝø¢imj*1% -õÖ¼Ûñv‡Ö—Õ{ôJ}ïEBþçõvχ­î£ µ¸¦× £U4‘~}=mÇWn­ŒúÉ1&D|FtÂaÜ´éhßd§ôT÷êöv#á{‘×´`j‰EZp×ÓgŒFm¦ïDxÇã1 <ú_ø~µY°þnrâH9y3 "›vt¤Ú9¾˜!Y]¼ñ -°Ê£G\Ý3ܸÕvÕÃÐH(­Úù¡9ÐeVº9ÕrŸeÌpSw$•FnšRj…'Yü¾GY_‹MO í{6OéX£9GjÖ«]±£"6CÏIèÀ¼Ë<÷gû€7#¢Š×HDMõL ôöùÝÕ¶ç!ëBÉm\T<Ö4tòÿ˜Â­Ë­mê¹GÕÿ ¢šÕ æöÙ[V½ÕæÁPº”i“’VÎúšèÿT-[•êÎegTaTaT‘ê Ž¥ßÓlævë.¥Ö¹ÊðÿŸ ˜ ÄÐa9tèg•Ε]´ ˆKX|OKçuµWy·´Ž¡•tÝýªQtø/û?iÕ;ÖûÓH h&ÞÆ*ºHÍ\1 hЋƒ¢h5µ‰V¼U©ÛЂþ=jÔ M;E8IH”(-”Ún½çîߺ‘ú~îÓ?þõϧ¿-äéëÇû¯ß¿?Þ½~ûßùþ9Í}ÁÓëÇ×ç_È/zúÇ/???^?ãSŸŸ¿½^~ÄvU©©³w_ôååñþË÷¿þ•À¦Ù€êíú<½=^¾~ÿòümêÿe|üÏ?ûxùÒõåãõåñsí¼ÇþëŸôÌäóL‡ Ÿ|úöå3¯ôÑÏï}ž~1ªpþÊÓãÏ_~¼=¾|~üþøù}NžbþsO_Ÿ~ùþã÷ç_¾î‰›|™Ó÷úœ—ïŸÿÿø5Ý}ÑÏߟ_ï_?ó%6:ŸûôÍãíùõ±/?ðããçz´çÄç¤mïDïûîã—¿åG¿~ùÿã%gúFÝó_zzýþ›Ç—ÇŸŸ¯¿>¿ýÓL[‡çÌw|ßooÏûçk¼~|¾=Þ=R~GÆå¿ú½/ÏÿÀçþ;¡ÁuØíñý^¹%óègG!• æ·ÃTEà¾AGwô%ôjyd}IV¦Óö®àˆNàŒ®ÐÑFv·Á{¹…[ë)W¦]Äԑ÷Ú<Û pkc°µ±ØÖ8 ½™¾N[ÀÖ±µ!lm[…­ÆÖÆ`kc±­qø‡ &¶6€­ bkCØÚ0¶6 -xãúïvÆ1$­ƒ·æ:=³- øà9ï^TñÒÒ‰A®w¯fÿ¢uáZ)cvÀíf‡÷Ë)Gö•„áïìÊ;a_ X\Ú˜ÿ0# »ô?öúƒ4;¼3¯œ éüÊÊ`"¿–ƒøFJåÏнu`WBxˆ;¹3”Y<Ù=Õæ&IØ áÞ!267cH/œûßTÒC2nÙözØÖk õƒM®1Ô/6¹ÁkðVAªÇ4¡nôõÊåq^ØC; ”œ9ÁàLŠ.©…OÆ’`gø£¯ -¤}`"WÊ/©'§júž؉È*Õ;J%"s MÜF´‹ìèࠪÝNé¥Ô£Mn1´ðKç 4Û&7Øî\•ÏÊ4ÕA}“; ìgûE û AÒ¾kɬÂT%×÷ÆÀ¾ÀÏ»;ÿ~EËÒ¾Éå<´œMåwRw#6wɉµºïjW¾or7o#À–:$3 † Å ø1ê¯÷C8 /¨¯ÊÖ.ÆH}dHyŸÔ–ÂfÕÎùµÌÞ¾fŽ8©·>L·¯ \^b£Ê-jµîf)ÊénÔ¸úËt‡˜wŒ‘ºUÈǾ¬‘4rÑv`Ô)ÐH‰Tºr‡å®<ø1k;È|ûúâÀkÃKlT¹•FV,èÞ\•'%à™ ì5ƒþjý°ÅÐÐ|èOdã°:…Ç‘•è¯â0?`˜ÎÉòê›f:°?IÛ_†àŠIðḭ7õÉc©¢—ë.2V7³Têˆ:ü(êúpG¸¯N^^sâ›fÈ@3Ö{Ò·yËpSCìä»U¼t«¥´FÊÎ X…u) ÄÊò¡¡AM[ÖîꃮCƒW!ܬr‹¼ãXNò¨rN yX¢xAâýkÓšIwõøW©"$©ÿ`ý°uU¨" LÉ•Aûôøo‰;Î öiÏ èsLDN-›…˜«ž¤›L*íÈŒõ4íNWYÞqæ½Ì¬PcZŠÏÊ$jñ{¤X,³ý$¾!îh¦R5s‹´~c<¡ØñAït4Ø+UHX:"”tIÕ(¦ÅTƒ¥Kx“ÍÝLT"G™¬åe˶¾ Òø ìÅ‘z K}¬IbÖ)Úb#‰`Ï„-q¯ïÚ¨Ù@îbî ½j–HZ›69*¡_ƒj©ÒÉs¶ñ-ª0D§3ìµÎOWxã hˆÓ¨y{µJrGEAms-¬0¢8î¯U®KdqDR/ƨˆÈ×~Ö·»ËèÓ´‹o×DÕâI½é0ùö°¼ø¹Žë°éµX6BðÅ‹–þó ©¤•}ˆÆNö0rÁ»v\q´Îr‰â$-êtDd¹šAÜm_ªzЕ%¬wè½þ>Ÿ-¬2n1C[Lá¬å¨¤#¨‹{ÌË`£­§h,ËMÉ¢î¿Í"'µ‘;' ¨e;›k•wúftAË=i‰¢†‘ívw¥#éºÎ(˜Èþ;$uáñŠA<šL¶ž’ˆÛ9c.©”6Xf)Ìþ(ÊXEÅÍúRæ³fæ)NÔˆAE»&+Qï> i©éÜßAkØ(SçA(¼í7E=»“§òFÊZ¥ø~‡CYX¦°jh£Øû»:œ, ( UÌ”½P] -'y äN@šÛR:íg°Z«©ˆÜÜ×Òd4„†}Å!ZÐrÞM²µ¡PÿÅŒêJ|­·jF±™:ÚÌp̳l—ö•N -ë“{‘§&€íé¦üXüL›q­*Ðþ¯ÊURÖô Üì^*n슉oûTVx‰¸r¹^«´TzEøÁ¶L缦››EÞ½f#$WR‡“ì"ºßÌ’lM¡ -Ù¨çÌ-Ó´Ì Ù†ÆGr{Q¾Ýj½â\ìJË-E]ߨp—WÉ…zê¤1ï™b‡à.h=õ¬¹ëÐÒ -÷ÕùBíš.9.x¾{Wì® ÂÁpÌ<šÕ-ôÐeqðÊ"ºÊdùÀo´óY‹éÑ‹&Q™ ÷`CLá‹‘]}Ø0B~WÌ ‹3Gux®ôén -›h–ÃÒ:÷\'Ê·»R tg e{ÚArùT*¼V¬Gb³AÌÈÍÃùT¾¨=ÄÆu>7•nwo™ÚÑ^Q½ÆÇv –y% Ø_ØÕh–É%_ ¶r‚ð‡þÊ™ïýµ-ƒu‘×íiÀ‘èÅj€ÚÀVþ e”Â|"üŒsY±  &3 þ ³+Ü4hÒ`¡tï„]÷ŠèïÝå!tt§ëê|sMüwdæPw -)…Ô‡d¤¹ñ3ÀÅT˜çÿ6¢Õ,ÒÍ|ó µðš3`í|jMÚ)JPáyô37ÐEKËæ5öµK0QžkŽÄ¨UOĤŽ<µ¡¨ú»Ù®h’ŠŠôœ0ùuIt_nxà–2­"ãV |wyYCÔeís -©á¡7bkÍ1QÝQ·+0c£¶þ¯ÆEåaTÏÞL‚¨{R˜ÒS¥£9¤énCÏ_:÷›þj­¼×AÊM°Ùò@ø¸"(yCÊÄ”4_s˜±ZN#JÇæ…Ê! -Rá~¸ÔKù:å§ÀÄ&èàž§ÞÌÕ%¹fG¿céo»«IèðÏÕ”üËyx˜ŽíêTLVÙ¨nmzLë/Ä~˜P!®Ô¾mo”Y½ŽÚ•NÔj%su?d -˜—S_rqP…cö^twõ>øxP×NIãºP/\Q(Á•%^œX¦rø¼Â,¢Î -ù.JÁŠ}£ˆ¼šwo÷¹­Ú§Ý¬sѦÛ8¤Z?E{ÃýÅ]0u±Tg•œƒ)-í -!MDÎ}&Œ‹ T›˜ú꟟¹¡ xpèz³,H9^£Ž¨ºÀUèÌpœj-ÝZQå$lêê¯zDϵ%¬CÕ*.;Å|>ÊÄd€'¼'<˜ÅUAþ ¨ëÓ0DY–Ÿêþ¤lSh#u¹MÔx:ôìÔÑLJAWŽ:ôÖ=èIO/fz ©¹!\ -ßèPUÀ²™cz·¸+Få®ÍRtÂ0ôºYÆO˜]¹÷ ˜·¿4¦íö¢( f> deag6zˆÕ‹Ù#h"”Þ’Jsƒ—§”ú -ãGÙ£ÅXò |K5 |¿=Eì¹MtfV nܶšãñtW«™ÞñÃÇÝ•ÜËú$ºÙZ>LWÊ•bZ¤î×KV=q½V€ÀRª¼à¬ -Ö0sCh=\öœ¸çD5õkSÿ(œóåìÿKš¼Â;î+ÙU :º„†Æl¬´Ç‚­ê «§8ºÅœ.1=…Øà˜¶,Ÿ•ºV0q{JIPYÃ…ë‘¡‚´8.Ž$µxBnmY“ßîàLb¸dÇYó+ùÞ@W:Œ®fPe…ÏlË…rÕ×î*jP/¨¼ÊäõÁAÆ&‚È­ymÉãåŽIt¯¿ôˆ¶³³VÈŠ'ù¨3HDÝaíñâ*÷DoUçQ‡Ç£¢ûêÉ# CY¹oÆcïmg'”±Ý‡±5¢ ð qTò[S£;¬s‡èļ´¢1C;jEKÖòÖÈ÷‹ä†>gþa+(ÇdÌzõÉTeG­‚ Z‡ñŽxþÜ[ -¬nMÕp@ ¢É? -Û)^níÇ ?ÏèŽvDr¢—1ÜÜW%þ&”ÉH»¿B]?xÛqû[…ì û°¯;^ÆÅc1QxYd,Œ\;Ør-Ç\p÷C—žž¬ð Ð/>Å"9UÂ<“Wšé™ë¹M)w·FPölŽ„Bõæpâ}ɸšI¸G$¬¶íð,suÄÏmJâ$ n0YF¡Ü2ùžaJ%TìÃÞ†ý‹†¦Äϸbëáî½±NèaŸ½ë{T_íÅ¡Ü×]þPüAk…,†BŽ[ -.}W ±ó #(»856°Ä\A§(?š_*4ªÇ1Ì̺‘êDý˜ÌkR¥4Ä‚ü Àv5=Ð=)\é$p!ïtm[¼íñJÖÿÍfŸ†É°c6^+OBšO[eÆ }’˜8G—ìÜ p‹ò׎½Œ»<ÍXsËañ­¢£‰†~µ[|ÞÝÍ*ütȱ›$ÑChOŸ´[yj!u¼Lhfª+W ô‘¤ã¦žD÷í8—YΗÀ£5=Ü(>”Š@Ö`)lú@‚hÚ§ï ­âñ|U¹©ÅET£.mN²ŒªG“„™ÇSw¢ôs¹m($ªu,…òÍRÒÜb{@ìó%»ž™€Í[y -žÆŠf d—ûË@WÛ^ô!ìÒµysl‡j³8ã -D–$oHiKÕO+®Ù}xegÜ‚»oüQ¶bÙcÝ8>{ßxüâ:ÉX#LfymI—F¿5©$Q 5…X¿­E™WCƒîʂև¬áÝ ºŸ:„ÐO -L¿Q¥;àÀ5™¤‰·–¢Pc] ƒë³ξ© ¼R-/$‚Èã|.ûjÍê)ü¡¤w-ÊÏÚ§áŽY ¶ÊÅõ`Ƴÿ[A¹h‘©Mo3X£’êö@Ú—¯ñE=8BÁZ#eB'4v)Y¡åbš“«ÉQ - !ÿuLï#<ñ¦Vk|èz†[&ü¯œùf"ÛùZH¨ö‹>.c’¶ÍP!:œf‡U9„é ¹0P—ÜšB—•²c2dx´M a¹ò XK:Ì?F¶ÄLf•ëw2-vS"ºeyÝÅ…" /=:†Ž@s}½“å»Xï> “ã BP†å…îa -£¶ÃZÙ=6ÔLc勉7 -=ZÈúÔòIäÛ»J7"®d»»$2½Å.e+ -Á!ð ®\YM&«Ä({âÅèë ˆî jVì;X“n\¡nëKI¿HŒ|§óæu‚Ž„]‹sGƒft̽š ~bt1¬v=îUüÿ‚¨3|{fÔ5ý.¹BäC\Qó}X—&[K£õõY0…¢ÀT—mÖ7dEÍ Y¬똭ò×é -€Òé˜×]Š^t8WëdòGÕ#ʲ íiÈ‘½³«I-ÊpÛ©®3Ð:ĬÍRè%¬ñ®lÁ‹Æ®êûÒ¶‚?ž¼˜ºƒþÕÀ{y÷úÛĽßP0Iõ#®h[d RM¡º€ŽV‡Óß‚,3;Ú¬²í Á‘%\ÌϰpDŠ€cì!8 -7Kù*ДßEþ’:«Q0ã›ÐrÜÂÎ٠ЙN_F½†$Rd=Föœ®lU.¶+‹J]¸†juIîfG½ßݨè®Eæ@c -ÇûìƒIÇ`4lY$Q\£k&ÖðóÌè¬0äAa[š.ªXÏl¨è$ýˆöbÄ›¸a}ØU×qïnÑx7ˆä-bE& -ö|SÉ3ñÆ•êÎXLRvž×øÂVûs½‚¯–Güp¯NÖ LÖY¢Õ·³LÒ©}ˆ7û ºþûW฾"E±ñDLøæAžoÊŸ¥FêµÄ[>+§37,Ʋvïx™f73½ *žxB*"à·qg¿ -ž,{{Æ]ã©àÞ§àL -gC|ÕØ ¥T¤³·,²£Ôk~[Ïò-‰cŘ¥¿‹3áhsL{Dd¡Á¢Ý•Ëâm!m(vNСçfF´ÞïøL€+nÃÁ;U&ày;Í¢R¼åaq– \¨K‘J‹&üœ÷|¶báAs:dm?äñ ôýª}.>°ì&èŠLPÊDZ݂¬bfZÍþž®½«¾C)’«z¯†’ 8º K)yNŠ‹/¯uõVì*M® “Ä2Ƚ2Ã8.‰^UÏ0&_[‹=Ðmœ"ZY–CVûç=ó;6Ø - y™ƒ=Ì%bêƒÐr‡ÆÒØjIg„Œì³gêÌ]ÃIsU¦¿O3Õ(Èó™ÕM››ŽŸËTÔ5ZEj¶»²hDèQéº&<ÜEä~.5[T§Þ}»Ô<’÷Úû^3ûcä#zÌ}Ì"âʽóZœcÄÓðÈß6y3feË:†ÙW‹•G냹ŸËî£ „%(Tc» ›c+ýÎe1ò”6ÙhƒV`\®5@ަѳ"„Ýïæq]!žÑÁáÌÝ.õ¤ÌÊ‹©ïò¢«ÍØ1:òhfX(yÀ'ZnÖÉ%ŽZ#/‡Én¶#ˆ”T/iì+‚ú÷ˆš¯ØCÜØ¶Ìüáàœo‚–gâûŽX€–@]ê"¶ÆJØ -gw|\ñ}aßxs|–¶š!X®â«Q@éC¼¢Í)¼pÍÁê4~ø«ˆóH\QË<šeÁHzŠ„†ê÷©q-]{<½•€BS˜ÚáÌAȲþÿqÓÅö j-ÿÿgúI]–a¿¬<YARc}æ²Y®çLÎ(Ìpʊзtï}³¼wÝEzî=w³Ò- -ª†`, )ê–åÖeYtùÚn³3É^_=®ƒö¨‡L4$Uà˜JèI1h½-4_®–ùö½ò¹-æˆêĦ걷’ªf](Z =o×ó‰AãmG‘ň¹/=Êó€Rç•ÈAmœƒ×uøÛ7úCôœVÞ²p›1^¤+ÊAƒE«‹}Žªuz_×Ý -¹Æe[iÝÓO›0ÿ½gý†úN‡aû¤^äιA5û],4§å›œÛªšâ7DÕR -ȘÒÐá ÝÅVŸÜn#YH} ÞS]<»·1Sì‰_¾õ›Ž`£øH‡êW¬›¢¬fñ¹@¿kâáoEê²;ŽMÈSLÙ·ßðÌêÙb€®‰•"Hhå?§mÍo0°)§*Ìÿxz£~»4¨äÌß`™A{Pì¬Í<”ÐÿuõB-#è¼GOXuéjJü"%Ù—V›iŸ÷ð¹ÔâÙpÌÇ›Žžhcs¿ÛwìÒ¯ŒÞ’ÆdJ®\ÇŽCñ‚#sú†1©ðØ„8×1Ä¿h3¡jžî! -{"í$ j1T¹ X‘XœÝdhþò®ðù·§úߨsH÷HøVåqÏZ&ËW6«Ç‹! Cèè©¥|Ÿö©š­ !2ÔZKbï!dÛšÛ‡0Œ‡›ªqåÑßóƒÐÃöi(½ù`ƒ4¤¼ÿ°übdÿýªJæ™.?8¯xÖªÍ ø/$»k8#©Ƶ¼Žr -×úÕî]? -혿¢";ÇÂ-¯º°f71Ù$¢9¬8é¶m™¹Ó§žu÷ûI»ÁâBF‹²§ -jßÁð6¤eø‘FÀ£¨¯˜‹Äõ:qŒ·ï•ò Mé_Ô9Ö”Çq¾==-ŒMCfÕfc>½ãÈŽ®#á(Û¯[åØN9A\Ë2ÔÆ>¨…ï`Æ•ºmpáð‚Y~7þ )͸c ²CÒMM -1X‡ºÓìbïipyl=weõýeê3 Óqˆ §-Ù‚*é:µ”“‡8Í€¦6 NßhÞf÷ZÎ-–5ºTù!Ä“p~’#4Ò u·8ÜŸ¬lƒw”£ßå6'))‚‘À¤t]óÌ»Ž´?ÚJ5ïß/+¾’ë eF·\s¢ÙrøõëƒÄMð¼§×á´>”*pÓí:”/ÚÅ&ç\=dAtA)àjîú‡“º{ P\ðžãžì`Ú”‹Š·P«æZÎÛ|‡d>Q.ƒÖ¡©9œH º²—ÚD<ªÙuÐ;äÏ–Û `‘ÄN÷C®G4ÝàŒ@1F[¿çý®è>Z/ÑËçø8$îU4+0"óé¦0²õ²±°ÕÑ‚QÅlS ?udûÑí¿M-Ÿ'óíîB {Û>DÀ*`Šy hƒj'ÁFH±¦ÑN¡;‡™@y:j˜mj å3‹×åÊ€ü°»Žwg…ÝAÞ"ˆwN/ÅqñŸ™v²«:yœ§Þ‘|=WÎȵ^¼k,1ÒþzUfY‚ÇÇQ¯9ÉÝ­t©S‚teŠ®àJ "p~£eŒÃz¯zÐ~«©vùs»´ò˜vM{úz'‡ÉDÙ7ŒÅc'²Ø–§\6rrµ¬^Ž*£E÷¡,[éFæÓåbu½2åUP -ï±ê,El2£LN9;Á} …¡v+TJÌè¸-ĺUsj«^v2i@ÈÒøo&ƒCô™@§ÍÑß7å¶m®óv$NqöÃâ傱ÖÙÇÊ)nÀõn&Õpšà?îG#!®Þ{¯É’çµ q6H³Á¼ˆùl­nÔèRí"m‡ñ¦Û›(»¬³ J,SÑÝIp%Y/E¸c®á`ê#:¿ßxÚ}6R/S!3§§=ëZîíŽÞŽã¹Ò¶ -Bç`îk¿±ô HŒÁúË(Çv:6‰a¤u(Ö´<êãÓ>Vû…„Æw‘+‰w3cÄ…N¬kÙ°B! Çu9ÏLì²Bò&@V£Òñ²¸òYòLÇò¶%ÊmVÎfË…ÌŽEŒ¹*ÿuÅr?“Ð皣†h‡bÒ³ê`¡‹GŒVš_®Iq[›¤2«Î¼3Â™Þ Tý#=à¹íç€}¤–¬É ]Ò Û™(o´ƒ=A„°8ƒÚ½ ³7©1÷&ÌZ¿ ·zW»(¦”îêLÊwZY·6[ Á}i eZËÝ@× -%° ¥VvÎ8ý¹IQ½Ò[Í[äFüK¯I²oé0HÊ_äñÕ¶ð Ñãï8úÉç]ôÄNh< ûÃ$zž1\}H.˜¸ì -Ý{”’˜dÖ‘>÷'t¥ û.³ê€‡ƒº} -ïU0Ïä<òË.XOo-3oTóÛu Ô«àÊÛ àeg¶tûe±ù_|h>Æ òXž€ž)·?Š2¢Éf»îÐkpÅ‹…š·Ô@ÓÝð!8={EÙoVIkGUYXu“ªíº)XåOBÈšxÓëP¦íÈÄK‰\ì¼äªÚœ|"a-Šê¦8&XÍûæ:Ç"Y3 ¢çU|$¹~›XŒÙZ - ÐÙÑw'j*Ó„®ÍaÏÝ \—DT}ÐJ§m²l¥½Ðj8èH_:fwÒÑ­ ® -<Ë—$ëŽ׼(sµ…SÂD޶–í·2‚ú+ÙU¥¯ÚÝò]ãàmu•욂œ-ÖªççtzÀuXÕNù݂ކÇWô¦£b&&˜Fm‰ãlà¦Ço—`,µQuÙC[K_€ 1ak -ÃX´ÇŠ”…$‚p+;ЫæûõâÞUíyí·séñ¶èVPuFóLebYAÉè[âJöÓfuxÉ»û›þt(Ê))Á1à9FÇë9QË ÷« ¼ËÛºŽÛZ/¶!1$º7ÅFй4Óe0ƒÆÂeòî1ئ(OÙˆ­ÙÕœ3מJ;L2~6ʱà¯VH’Ïgsí î_É®…JżLqìÑ$eÿ’›Pïj}üÙTÁÞ»”IâXôhÙ(/ZÕó%BòÉ ½<˜nC®grΟ‹òr- 0òpÔBW·%åG’j^ -Í0¡Ï¦Ü-hQ.tØ IIPC/gã»R¯3oéèˆAÚ‰âG¹®/(†pÕ5ã ¿®„n‚»6ѳJÿûXµ3¡¥Ï—ç\Ü,èÊW^NËiŽzìŒÄfÈLƒþ˜"½9ˆ?t{²&ˆ‹±¤C¿ßgçr½Üª>Ñ\G}ŠØp†~ï&ø“VíG’»øÐŽ4•S¸Ì©y'…ýä&¸4T/×8#T«:ø˜AÚý‡2¢ErŃй#‡MÎúíP+m(4/½ »@³Ì[:QNvÙYvÖò‡>4¾×(^ÀÛ'&¦ò ¦è¢cj\ãÎKi¾p뽕ZB ±/kl“z¡r¹ßÙ™¬º¨Àeñi4Ìx¼²œ õ*ؾòåkÞ¸:\Õ{÷®>8$œ&âgŒˆ–?5ìÇs(ª*‹šº} É1'}•û=ϪU*!f Ô¼o6\ò8:dÔæ5Õo;bâyû$Ì{–;êÚ&!>žÎ(%ñ(¿rôó}Vî) ±à…™kœ{¾6YAõÝ|ËBŸKÕ@A6xUxۥ̺:-ð•„XµžæA„— œ Ù»aõWøUÕ³±ºÅœA›ŽÝI—ÈJ¸±Xî¼­]ðàuv|íN†Z/‘“$LÜÒ$‘ -4¸b(7Ô À o9íVòõ7‡1¾²v‡¢«¿ùÇZ*æD7Ô=¼Œj-óÎ;Ù¤C€;3·r }²ˆÝnöŽKXkÈtYž_Íѻ̴]uÌ|4õ©Å­×¥plG§õ×îK”Guiþf.Œ×)ÑŒ¯¼Ù%i2çÃ2n óèLŒº>¦™Ïó&’Wj ‹ÈÕÛôõUmMÒ»aƒ'é ‹’õ¡ÜŸæÝõ³X¦÷ës)ö£R *Íû±M¥÷a ›åR–SC„=êøÀ¯… ž/,ònàSb@ç¼É©$÷Á gnNS‡œ+/x7æñ¼ˆ*ˆ2М¡\¤ÆyH"$‰•ª­7ß|Ü)¶øzÊ‘sa½H‚óXÔ¥´™¦”÷öt5ÌsÏL°$ã3&äÊUÛν€¾j<žrO. /ɉ¨ªüXµ€£5Òað _ß ‰#¶Ë’z%¤>ˆ•Ýz_Ȩ>y›}šŽ—ëÖ² +óò\ý ÏÙa††¤Ñ>Öpq3îd}0!mv¶MøÑº¥Ëõ"ãuj—Ý -³ŠyâdÌ,ð¨kØxdM+â›}І"›A†ÐøÅ˜—ä·RïlÊDô®Pü¦Ì qae)áq!ó9£3¸M^MÅ:rÝÉxí£ê²‡™ä ÍÇW6Sª‚kÖœ´•ôK vþ¤õà¾E²üêšB˜ î£i¼b“Ï‹_¤¹#©uÞÕ¥M(:h—¶‰|gÖ‹VÓ/gŸ2^÷('Úy]ͪ9r±+°÷aI¯K¹Nײ(läF%‚25¿šó(ƒc¥bv§¬8DÕ ¡Stt7ÄøÀÁW²ìgû+»îec¼Q>Ò©(ÐæQYÔ\‘^ÅÅEåšœúA0<ËZQ¶\ך—Xƒ[9Âd;½'óè,¶®œ1™y£^X²—ŒÝ|AWOzºÞ¹gžèi6 7;^M7¢ºUIB¬$øú¸Ë­Íjžs˜§ÚýÓoŠØ 8]á¸È[ycr$ƒûçâ`»·ç5 ®¯:ާˆ2SZˆçø‘pîæÓ…r2³3yõתWZ¾ùu&õßóRMG¢Øæí‹÷Ú÷£b ³^ïfÄå4åQgÇcÞŸwz­™¬i}{=Á¢)1•Üélì†=Ãußm†ëß㯷! ¸ zišš,?"QínTïf„õöwÕuÝÈ7£ÕÇ×çGÂd¥ýõ8O4ºv#´4#ËøÏ²ã#|l¡hîͶXnûyÐ MÈ@0Âáf¤7C$d½…•It/–G¿†kóé¯2¥œXi_w½w˜æóz`‘åkŒ65%”'h®ÕÙ˜Ôœ©X“§ ºJÉæã%nä'|õ¿#Ö^D•FÓvq±áFb‡©yRrÿÃJ'к÷1Ê -7)òg)Šf„gcòR쉤Ëì˜0áÝ%Üw…˜Œ>£óL‡¡KÉÅxåQ•õNžè ,@±ÃMÍ”aP+ÜvÝÎÌ‚ŽxƒkyùÅB¶Þì™b˜K ¬Žy ó{Ê9\†°¥axìåݨçãy0= í YüˆÎfdóÌ7û¬ØìŠ×…Ð<†!Dò bcM i]çúÉNÈSȱå_¢á“ÄFº4Ót.,Œ«ªúf9Êü29냘ڋï†9ÂEzŠÓê¸wÞŒtó<£ß¨zF*%6 #^ÐMg4å ¨ÈöMͧzO|ÂÒ -ãè»VkæIý"Ü{IHí$Pêeß‚ÕÀÞ C[V­×Jø^ß}¯…½ß:nhPö# ¤­E°“:çáxYžD5U{оÈ1>Ý÷’ÇË ê‚õëʈßé®ÃÁ„ÖD+»ã›…¢-íºùÀ¦ÚÒ4„÷áåf$rÍ&Ü€¢t×2]ëq@ÝB#Þh]!#†Øµ'ÜŠêÌ–ò9ƒÚeÕ‚TC±ÜOëD<)ÒzöSÚd6`Ú—hºþ%ú•ýé‘ÕÝ¥ÇÃÝ¡K/ÂMŒ‡îW8TþeÌšÃà(¶ù0KM¯v2ª;õ4'´øšéb°²Ÿ´Ñ½z5wÁzx\—7\.5 x,9/r4Å`)De€èÕ^ØöÌl¹,S@¶‹!µÉɰý˜L]ÞÁº•ÔnZ¡zƽD\WŽ -z@å uá($›ò›×<Þ¸Â2ïLƒcq|¡`„Œ 9š®£P”™@_>ûÀóLF_„ruoƒ6¾Æ|»a®þÆD¥’Ù(ÇÀòp´"GB–.šF’gÇpJ ñYwÏ›¯I·ƒ¯(Ú<éh\ §ÌëG~1æÑ—ÃÄ7œ0–Ôì2Ç$€GwWË—.‡Ok¤¾ €<Ô¯ðU¥é‹rRåêÂÓ8+bÃAEx(5ÞÔ›Ú÷RŠŽ€¡Í1ÇÄxM;Ñ–®Ž$,wÏyºŽ©7§dÔØÏ);Jxõ×'U–íâ]ôGE‹«‹ì^Ä–Ëê3ëfäÛ [Üß(ÜGOÚ~‹Û†¢-±{(TÂ=‘ö0ûnï4û§{¢aMScjO±%F•Í[Æq;<ñÈvIJ3¯~T5[j}^¬Œé)kÖMŸ6\¯4½4Ü% h6¡­I’ó2F·5Ç@S#>*ÊÓZ[ _ÆÇ›rÛ²²álœøzZ&CŒä6yÜîb“ëUÆ j—SAá[óvÓ6‹LV"¢Ù-n0¹}A×çƒ{ˆè02BÙ£\ð<ð´‰tž™»«j¯Rak‚rÌÕÂN‹aî:HD¯Ø“¨ºâõ 6ô Ð:†\cÝLA Ìw#«3¾d“»¾¾³ŽÉ~‡?‚üÀÛ­€I”cßîyV2È+”i»«5”8!0ÛÂG†³°÷Jx×<Š©œŠ¸#g,¸¸\#¶g¨‡t(´5Á]hßmF‰IbX1õÎí_þRÝÈìdu²½Û,zŃP§Àî¨;œiˆ™ rw"rà\ŒWÅÙ;8S·5>ÄŠÚSrr#¬A×owà¡ÎÅ -]H¬¢>ϸì—E¿WÊ« ¦“Y‡Ñ&ue¡æÌ”nù’¸pG–™j¢ãl¬w"Kw4Ȥ sŸ¹òÍ*nÕtÓÉ{£«&¸ürñ‡Ô“5/»´«éj¾)Ö–é6ΣÕ^¢ÞENÄå𲿧»)Ÿèƒ†À·’_ ®ÚpHLæÁnØ•Ö -Ô­ H@Ùã5ñ#TÛ;±/jê.v"kÞ­Hë²÷x75ighp%‰VžišéHºW¥ïFŒÒQ ét<nˆ^_ -wòx’9)3aÈq°=Z~È:ªf} ©U° @òuÀ~M“™q^µð°0Ï~ûIt&œ×rÛK7WM&<—?Ò ‹¯Y«ðYÝüšíˆÿ³€;ï5¾îÞþ:ÑL)À¶“Z¤çny5Sz{k’ïð^dµèÐ%wGš}P/ü®¸•d¿ÔMöX@O Ü;ßé¸ZÁb8²ãŽkØ.cD„ꛟn3r¤ý*˜¨:u\‹Î|{i5¿ u²—v–îþYN£ ”ÊfÏ£ÞK[¸÷†´?߃©ILTµ†ê3— Òü,SN$ÀsTïjw[µÇÑu"á 8^sPeYr,`wÐì6.beœQÍᓎ†þžkWK[/—ËÝ•ÑÏ•Eûn,ФÚc±‹‘Ü2…þTG•0ù†1ǾZ`€!Îøù”]j‡õöF„9¾Ï6%TÌ8*ÊÍŒ.¼-ÄŸ”•ÅzQ³hÛÊ›+²žšº+X‚À?ˆàóL³·?Õ¹¦I7gH´Pu30f¿§{Àžn³Ñy†(Š@c¼Ö‹¨vÕ¾Ú—Èm²ˆ“¾sMÙk±f¾»ë2Ak%Â2^ÔjX[rByÄŽ­Rá‘…Ý&½NAz&’ö—o…p‡320ƲÊaéÓ{û3Qye5¾Fgºc¬,8ݰÚj7¿wPõl#¸NZXIÏ4¸¾±e‡=¡nx³å Ðý°Ò ¹ºu$§Ä cN"'šã5zT3ÛŠíÙ.!œ•-ØÆÚSïÙU –äh\±f cfÆ¢±þ›|Ó”x¶'É 0MõšÞËb;¡rQ¯`zG5ent4P]o¯q+Š3ëVYl´È{öˆ£<‚5NÒ¶cïÛÁ2Mj³99_ßK‚yî±¢T=$hÓ U§5,EÃ8Óx.%1° -ã”:¿²1$³ -ôØŒõÃì#ƒÌs§º·XÊíÎNy­1´ZØŽ;²Gø¼x'ϾöцŠ^°Q4£àM)iQ Û½ò) «e"&ÒñŒà¾ÛK¿! -¯u#ª=ã©Öt íŽèk¾=á;íÀ•´»æÎ˜7qËdǤG£Î}áÎDS•^TjO’psGµöëú:*ãŒÚ戙üÒï7YÔÄÅVUôf„Eï³u¦‹–‹±¦¤¥×ÎI®YÐ 1\KÃ=¯ý"g±ÎÜ“-l#äœ4lÙä³J&ôÈBZÌ^!:æ4Xú±‚g²ž‰Òk­Fu‘,À6†/yÉmLVÛi•l§›-Ñ’&Z8õ"®C>·ÒáÉÅ9Éx¾>}‹Ÿ¤Š“¨Õt%ëël¶†cf5Àý>îý®D•¥sí°gk"1-<ŸPȇ¹Ü¦}¨ê¼ÆÃuðR²·<±jÑKnð6ÚRÓˆ«|(­a£VRz.OW §4GdbuôòF¿©ªôÞ|†ƒà>¸jtà°îHV¨€ÈV»ù_¯È¶në'Ý^ÀàšYS\·rq&äáê{@®’šÌÛ\iqZ»AÜGSuÏBµKß*ÐcT~Å“XbF|å¿ÜéiŸE©iŠØ9]â¯ØSKŠŽg’Á,MÀÔü4ÛšÎu¹žº^»c8Ë^®g›M‘V1”ö=磊¾í¡¶˜!Ë•!äJÎP“ÃgôV:wý (“Œä½]´_Ó H qˆ ÖÉÛžœVQU‚1´zûŸ.Ž¤Ð–Î@4Št &Šƒè ×± X≯O6ãG1<ª#@˜•̬Ô cx¬ªu—ÏxÉLð«)ªƒÍdCά$Ö¨PëH -sñHoæÄ:>²«®…½„ÃÌ3×~ŒâT=f7"§ +äµÒHžTÖåíoûPSó\ü ,ñ[‘—ì8¸Óf|Õ”ÖjÑ…€ê©Gêv¸Ò¾ç`s$P´Ç…-Åðáâˆo¼úQÝÙ ž?vC$dÝb³dQûû#†º«gá.¸|w¦1Ò$Êxswmš>¿»Â¬³w­&:¹ýHƒû -‚'RØT’HâpÑ–èpZ^é_ªgœNÿ—æŽ[dƒ/ø|ÁGÐgýÌv„ד¤è?ã«Ñ€fÛØ­±IÐïrI.ÞÜYl_¤ÆyØ® IÜã*bð} ]IH‹Óºè5‰Èa´ðµJì{sAx¾©É ˜r.¬(ÉÑ~P@X‚Ïü¯g¼šiŽ„—‡Äî¨X2¾Î ìc¥³îË'\öNí^X–® „¼©íŒnG¢½B`ÏBF'™háE×õê)Íy;"ͤ‘o®¤X °ƒ}š¨îzcTb{»‹NlG€DÐjP~8c›I!Lg„7 âA÷Ƙ4â&íL~ ØG‘×F•øòË/ꈱ†0±ßA¡ÝÞ$ Á#ãÁÆ”ÃHP¶$F7 ¦ªXÃ8-×½ddÆe"á& É›5ÍRRòñ|(Ð>2ô%2SRÓ_¯Ê²gΈ7¥a¬hö;=§`9Vk#0§F£ÏÏóN­õ¦¶$°Õ´+¾…iNçñ ó6³MýçÃí ò±+Šu¾^²ãJx4ô”{FÁˆ«ú\RSzE”¥yYÓ>æIy#Ë9[äƒ"Cî@,þ.OæW„$M›C *hK’ì:øÈ%™Kßxz9­Vb‚$&žs ã¥GÑ{£\jãã:ÐCãÐJo· JÒ̹¢~xŠoÈ0¨yÞÆ^”ÄDmÈÑ0™>°ÐRå{>{o­.5 7z®–Å’e!æÓƒá¥¤ Ìkàxyå”Ò(áŒ5¹^ 0¥×+0Œ+JŽæS—W˜RA$c³ÊŽOîî±5ÕÕÇÉ<¨yos"3eó¶bÆEQy³Ž]Ù¨DÆa’£?Ê3ã^Zl' ÷Ï8jçÞÆ1(yÞäT6Wr˜·m±&벃ù’(Ñ”BÅÛÕ•nÞ4u%Ô8y8ßTéǹ×°£DòYJks`ÿv°Ðï\T·2ª;ÛÈuG -nþ>¨ÝZiú–¶ý°ÄM$ê7Ó¹Jüƒ@ñAL$‘:WY\´˜ eN;“\$¨¦cì*5¢ó@Ýy{ÑzÔÏ(ߌ¬*9ë›0Oeî ^†Îâ*Xo̕Չð]lí&¶ŸEúN6PšA‚ÛÀþ%¹ÎÏ ~Æ3[Rk–¹Ö’wÉ#Eq»JÑψ”¹F££r[µ;²Ú‰Û -7/r‘*`žÑÖ/V­ŽÁáTMs5çÛNvžt#£šíW Ù×!ÄV ÞÖ*ËHщL$¬¹®ñÆåD_ ª’0";AÝ÷OÜèb™p`çÁfpÅþ2P†,»Ò(m®bm«ƒ!ÀóÜÛŸ˜fœU 4ñ¹Q]¸ÁM³swÛÓÜúÉ0%vŽí*¢ EžÒD8·ÇÏ=ö§â–À”`¬Hs‡ôôØiOr<ù¬•|)ì -‡ë¨'/Ç7¥ÃÐrÇ]¯wA×ÝPÎ`TÛ;ç[ õ -¡Ñ4ê“£ÌE='VqçQôx7¡b_àØÇ9Ô«Àô ¶>‘‹Î°@_m"<ɲòñ -yÁ½ˆgæ¼IÁ[+O²‘j¤…ÌÏûË·•à kµœ¥nj¾£Ž·~¸CÞÔE‡sÃ2¯õ$Tû¡´îÄ^Z°Õ ™ Ë–uMVÚyórÜ’¤Ó‘/pC£(ÞfZ×0Ùà~Ð$Š ËäTu®{_6ìòvà­_%£`«]‰P_z®äxMå.kή†‚?5ä•ñúÍE‘nWÒ²¼xSRXÛˆ€zÛË£Þ¾hÊD‰”Lt¸W)ŠV\GU¸8ÈI"–q¸/hÆÑPË„{»<ë¨Æ#ý¾DÙUÓà!ðDjä41 ?„1_Ñ)?S¼–“:]`ÐZjÞ­/©¯ß°^GÓÔ%Á‹º:|ò[Ÿ1uÒ ŠOÓf÷"Ðò¢h`Ù’ˆH—Íñ;åÝÐkpƃoYyNß” õmÐý\]#’߇ٖ:/½îxv8[Wh"'nL {§=°2=¦=ÈF>ÐzFs`¼³G‘"£'üxÍBu.¨J·XŸ5ý´P”÷ÛÊEGÚ¶qXñ€˜“¨&N—ÃCަHI™x]uSy"ZÍ̲Î8>ïuÄ•M™ü o8:ñTP½Y rœ Ihô¶3šÂÓG?Ýç4ÁÇ£@–D±/zMtrN,òJ¥Èyó•Qwâáô&¼X ~\©±¢då ¿¾J@A@SI’÷_¤ü©ÿÿÀˆÔ¬ÐásÞ¾"¾VU{z‚|áºûë’¡µþÎh‚$ز±{ÿª–-¯ÛÎ[Ö~ïÑPE¨‚TªŽ¥ßÓpÃ3¶“« Õ¹w®²È?3¸ð1¼ /ŸNürtN¼Î)mEÑi%/.ÈQínÝY‡8*éÎýL¨Ð bšT·›o»· èUT?G§þ9cZƒâ£P ¼GÊ+ɹ((å“ý95±ïÊÁ”Lž»ÊZfQ›sþÅ*¹;á nòõÌd ŒGñ Ì +£€Y@dwtßÿ Lˆ5jRsÝ0ðayàˆŒ#¨E(“DrÓ0v"{©zX„n¸­^{bª!ݾ¦åQ0Áœóô2t:)_ Å÷s£·{Vq·(/Ûañ„8f²ty\o²:Ä·Ö–ÖNìa¬}‹ïñz½ï}8×ÑOjX.Ë[Œ7]¹W®¶%øÔ…¯kJ´|©¿™/`,TKÍ`2ÈiÕYaåÀyœ‘s/üÂô”›[ÑÓ2‘UÚ×’}±Ü¹H¡ŠeW–ÌÂᵇ¢¸Å¼Ó«77Ùß!Ç3]1ѽÝg¬kE ™w'7{7®›n›|.­:Îg V‚·š)Á¨ºçžjÞM4V²¦‡UkÙútƒÉ¬""7½.Àؘ²3OÔã( n›rdÌ•XÀÝÊrË€ªèy¢¨soãh‘¦j\)W˜¤öaMW¿·̨o‘éKÇ*ž¡Ä{'ôœÇó¡pT–Š. 4EÓƒÓ ¥2•â ¾AmLŸŽûy–Õ]lÃ)\TsÁ Ì•C”t™;î³·F’â‹1Ó‘#±QY‚ss:Y‘¯"ƒì5О4c p¼Š ÂR…›Ïš!µ¡zô‚&rœ%2³(›?ŠHõ¥·bµâø˜¤öKÄ¥Ô*[{ýб¼Š9Áì“`3Uv”Y§ŸD•U€³Á]m•©ËW~Ëj7ÂP½˜í¡ ÈY9χ-|&øCÑLÇUÝOã6œqL»]ìM9b¾@*ûŽ¿Cºr÷#÷þï½Û&ùºOÿõßÿôô?ãéëûÛçëÛãíóæuÿíÇ·÷‡)~ÆÓï_Ÿ?Ñwyú¯Ïç?þþûxÿøñÇõ÷Щ®âòøóç|yy¼}ýüûŽôY<¥ÜÏxúóñòúüöåù—âšøü/þåñò¥ýåý—Ç·ñC[ê­/z×ä+ª#ìÙGŸ~yùø/û¤¯Ï¯ŸÏ©B…ýÄþâÇß>¿=þ||ùxÿùøö—Nþc~Á×ço/¯ï?Ÿ¿]wêç ¼ã ÊÒ§¼¼>ÿåñi„ŸóíñóùÇÛרdžŸúô×ǟϾ<þöñøúùüöõ÷ÊeüÑOýúãÏçUô¥?¼üùxûth_‘±?î#/Ïÿ…ÏücÃïÜòmBŸû…x\¥‹+£ŽaU9EùëèßÝWpê“zeFÖCMùš2ã÷å5bû[ÕPÑ«îðŽx'<€3îÓ†ÝëÝൌpvÏEÐÜÛshHD§öÜ`gcÐÙXt5äÐx¤ÀÎF¡³t6ˆÎ†ÐÙ0:ÎÆ ³±èjþn‰ÎF¡³<˜'`ŠýBï»BwÃèn4ºƒîÆ¢³qøÛ<0™`¡4,3FFú¼(çüQЗ³ðåžs}vu!]–G`¥ûˆ»ÁßCÊïí] ëAt=„®‡Ñõh\¬Á_ˆyõûÞU—cÑá8#­ýñ»….Ðå ºB—Ãèr4ºƒ.Ç¢Ãqø{$ÐÆ ¥!¨âlÅ*c—íg…H=¢˜ï™aˆ¬²]¶Êc;š2$USŽRƒ -•z;Kâ9:ðJbôL­M'Q‘®©[kŽŒz€©ß„4IûÁöx }qe¨šE)Xlš•jûHßW«Uf…¨e“ŒU‹…ã¿8Ó—ÛïÊÐ(˜dËV|U²Ktbýâ‘1ùZÏ!:/„v3L-qÞ¡ðêµ3R¨ÍFš%¹ý¤&Àˆ¨"«C$ÞGeÙR€åÏÁΠÂÜ‚HÂOd -õ(îÈÒþ_±‘4œ²Jp]l$‰´|;â]± -à -ØÑÅRü ›q«-åéÀ­X³BÅMñÆ @ÑåDUŠÏ$ŒÕÑÌ:Ò\ëÂÌwò৯›’¢1ifú‹û€jÅu«ì¸×sñR¦í_ JC½vìã»N€Ë.³©'X‘qã­ä"Tt*“³TñƧ£,™ó†Í‚ZµÃ.<~ü&zëÚ·ðeÇ(lmäCV»&bÌ:›á¡Á|;ÐuÔ‘óB ¡¾÷ -,º“gË]ý«½àr$wÔÓ¤óYÀÛËŽªo'°gÓÃ"JŒkˆÎøtŸj&ÒÒë2Y—)SºŠIµK¥“ÈXßYbëÃC•‰\ÊšAçWú3c¥¦YvøèÒDt±˜OÉÄ…1LÕxºËãØüø µ\úìõcÅj‚ÈÈ´Íz€G›Ì˜QÓ&¢ÐÓNô¾cÌ‹þØõÍʃ¤¨kŽÚVÉÆ%Y£q ÁùãͶÃNÊHµc [ó3Žu”¤;¿Œí"²µ‘0ì´àmB †ÙÍÒÛ‘á‹“Ö%kµñ¯>*UUœ&(ª× t å°Fød eþÇ0TßLÇxöJ™é¡·±*Ê‹Ø4šÀiô5SÈÛ«|‚J!Þ -íÑÑ÷j®ª"À‹"yõò0¬ËÙ3AÕ™.ü{Ái%Õí <Ý3å~±[.K¡š'óÃ" *Dw¹05Q3Qñ0½º·>” ‚{Om9™¤ÊÌäÒ‘¯Ê‚m+ÍüÂ[=‹ƒÈ€º@òsËþã!qäb‘gjN•4ôLêà<,ijSÅvjBè‰DZÏ®võfÙMùYÐ’%I3mvÁÏ]¦Ç¨§³È½G3=;Ó«èÓJ9‰Jè¶}¨®nE%ÄÖ=Åð›D5UîFcáõ‚ѧªÝ½zvœAe•¡B}¯©†Îô¬¯¶‘+ÁIÅ/¯Lši•ÊZîä‹ìvú%gP¹!¶SPò'™ªp.v?S‘,À0EèÄF*ª)ËoCø‘Znç>€X)­i¹®U6ªëÁ:–«Ñ†õ®’S(5Peœ/›_V„s3M~¨—ÞhIÞH55Tãæñåó5{ðP4VíœAlYÂîMú‘ªô 7TÄО”¯ï¡F¬2õ„‹[׿UN×WÓHÌ·unÅ^$’Q¹+Ž¿nURÌR˜֠Å"¯æÆi6ãÂÝ^ðósQ¬¬†zī҃¡AKå'Vê­×¢«Æz˜ƒ|í§­^ç[Ž÷%F@h1¸.}}Ϊ›æXY±ãÂ-ö"ÓYQ£ `lºó\ÎpƒV o€ÊŠéÏÒ$KC9á PW½\ªÊo#aºM[çEy;xôŠIÝ”ô44=^b‡›‰ú†¸ {•UÛê —`bùÁ?{#¿^ÓƒúFäL3=„ínUnš‰¶;½ÝÊ|e¡³iã’ƒX]M~³³¬Ø› Û1㨜 Ï®­M¼ÉÏ›Vÿfd“7ÔH,9ÎVbãUöøü‹tÙfÀš©sÁ®Xs«Ì²öGŠD‹¹ž7 NeÇPUSÎ aeM­mZ>uMl+…·òdݪÑ·¯ŽxwÜj$÷‚ªüz<]ªgqê*Ä1¶C@ÓOž¢"xÒ %«BL‰‹çy³¢Të6ºû0‘ ÙáÂz"^agv® ìËð±¤Ô,|TßÎê̦»›Ož7G]]lq‘pOUÑ™®Ã²&zg=DB×…ÖUšËɥēkN¿!tž&¨Æ¼¾PU‹ʯúV 'K˜€cÕ[Ñ#4 /Vª5k^ ÃWߌUû6‘êËkäS¾F–æ¥ö¬bk)BU#v[±]uÜ¡„LU?T‹BlÉ™ š­®×¥—©›B}~—7m" Ÿ›]â§¶haÞ¼nÙ¤$û ¼:.°¬¹ÊH,£3IAÓ/L™«¦=$ö´Œ”ÒUÔG)­èÝ“è ^u…÷¼M-`Ô®¼àÂÙ*hÀû Üí¬0õ¥¨ÀE9m5’ìÄ7©¨Ý‰FV£ií6ûy¹»§_« è]-àPÆCeªjÜ­®‡Böà¹+,Õ'Ê0´Õ˜)›M±h^‡×#r\j_žªÆ‚î0þŸCÅ}•„*=çÚÑ>Äk˜jÎØ[Εý´•¸ç*BGr#1VÓsuþùâþpÉÿÆH½©¹mwnÞ¼síò% ¨j¬J&àÂÌèXZ$74ø¿œ >Yß1Ì›©7¤ÀìíH(OÊ¿*{”ª«º#°d%——›…IÒÍGe1Ju®ÆÒe'Õ=‰ôô€­IγÂ;ššOâ 9ÛÕóÏ2c³  \OÕq_˜»Oº=•'¥ -»ZT9vðåôIÖöÚaNQŠe½žEgð z±åRó^mË×›ZÆFW]ð°\ÔéÉjºCD‰©n :ͤÆ£2>U™µ›sŒ’ÉÝ•ÿ<1±)­zcèRN:ýå.{ÎDPˆAñ˜ÞビҕÎ]ù%˜6…¹Î?$.¯Xx® 3.Ÿ5õùX€X¬9ÿBrO!– Üú#>õùøþùóͪÈküƒÇ|êç¯ï?¾?¿ý}ûr¨ÿþãŸñÄ·×ßೞ>ï<þá{®ÉãåéÄ!g¾\µfo‰¬SΠ-&J2ŸÀá!'Ý¿EÍùïDœ6Î]&‰70‡Çù€|ŒÞ}%\µØÆÎÞ9iVšU½Â3¹m±\ç–›;¤öŸU!£Y· ÎEÓj¼…:B ¤‡ÉDjYåi¡*›% übã:Wåá陵7ëây.î†ó©%î°6“YN{Ë'œ×ÎÂ1+¶ÞŒQ—§ž -ƒ£qöÐjm{=ó\Œ¸Vc -A S89j†s1hÈ™í­Àé[ÈeÑMCOwXDÂß”Óq½+Ë:½$8׈5¿[c8„3•z,ø¨žQ²”ÎuRâ@”u÷CŠyèË-"QÀáÁe17T¤„S¯³ÀäØbµ@øŽ ËÉå×Ui„^¡OÈ '”wyu3ÕXïFœSLøÈ”’Ǫ¶ŽÈZY[Økù3_:…öŘ>ÖP}´õÜP•»1ÈÓLÜÜ™þŒÙÒ¬s±£Dü¬ÿVái3õª‡»qyšhÄ!pœÏÚ¾ùx5euå—9óÜx¼›#þëÚgA·EÐHËè¸:a\æR3y}L½=½Pm ‡¡Éò¢¡ËJ'¤q§3]j ìE̘¼‡Õ‰ÄVÆÞÙßAÆ ¹«#)§û.à☥c練ÓcOǹl[_2 ½Ñð'¼Î¾ÝÀšË–Ó± G_'ÚoUcóS~Ší¼GÔu÷OÏøëCx€õïñ >Þ¿¿~¾þ||ùvÒþ¯ÊÈ)WbišqŒ5Ö/Û±×#ẗëý -[59>ê®Òÿ•±S‹mâ)“Zt9¯ÿr•81§ä ?pµ…oÉn+è(ñèKW ³þj*Ùº¯Ê«"c‹‘UìZ¬ª«·M£ÿÅKO4;¬Ëj\‰©WÎî‡ÄX€—ÚNÃR{7ÚD°\‰*’ÑÒ: -®T Iô¾X­ÕL#ÞÎ2[¯«'Ýõ$éqwžçn9ì! j†i@ö¤¨v'‚yí];§c'sm¤u,oõ‘UQuq¨âIau1ƒ^Ž\•m¢Í&»|±'”;@BCycOªnf¡°Ó>°kFq=C¨Y -Бu÷c’}âãèzÁÉepij]U¦_1îºÌº¯BUŽA©M7 Ë‚¨vYyn46÷4’ØákbÖnic‚Ù>¼00Òã<’N…¸¨9g†¬u{PmÎÇŸ9ÓXéÛ÷µ‘á>ª«JçIŒ§®´ ;TIBÃ.Jº1®»Üæ*è€$^,Í‘g]V¾oio]À[)ñ uë¤ô•õ(‡AßXÙNF™~e•Ñ®ÔdFÈ–pÎÏÂI\¶5‰“'§1¢{ë’삌Ãd+3+2 Ñ¿.‡†€@{–íÕ<1¾”SkZ‹I<ðpÒ˜ …9Ô¿ä›)hIbÆšþ‰¹41@JÖ ¯ž,Þ¬¡-:u¼ô4F¶åœ•qV"º}Ê‘²Ÿã‚é+—”od¡²Ó¢Ý&I*—˜Õü )YÒèÕµJ¤åLòž{+;€š¸r©L2X:ˆ6WžŽ\¹šú•Xk¿§¢>fï2 ç° EY§s0,¶¿Ùt õ©ì‚}¥ò>ÙZ~ƸÒ]NjmÇÂÄÇÞ.j§3½ëÏš@’}¤å°¿‹zÅ(}^ &¡t2ˆ›¡ 8¹ëiŒì$°t]eaŸjzû†¡ï&7Ä$·+1GÙ]^,7#²^ -n­ :<¹’õaÙÑáuÁÆqiŒcDJW2‹«.ýâÔNêkd룺|Sܺ'Óöìbo.ÁÓÛe¥›)! \£Xj’°ä:i̼ò߉ -9“àÇž„>øj+‡QXýÝ#Ë .œªHc,´ðYÈŽ»¤ŸÔe;{4*%ùSq·4¯×ž¸¨g+/ìüdkyc¥C¥h{H|ðlÀ洬ʆ/Í7’ ”€ÃÐ&lˆ›KÝŽ\£| ”‚Ùê2Ö÷_ ¼ÈìçTeÎvãŒÇ±8·Þ ׎^=ÎHaõ¶r$ÆNǼ;Ùèæ•Œ\ƒA±²Kl î‚Ñn²Wns€ð`e÷V©)Ç ȯ{Û7² ÷y¿ƒl¤¾Ä^_…ØÃbLM­Å#0?È^ñ2÷}ÂÑáy%öØZÃ(¦ÝÜ©c¾ÂžA³„a¥võJ@t}g/Ãk7&õ®˜cÅ«cå5°»G;¨ÝaÐL?¸=P¶óK$Ê \($‹xø$Å$ïD¾3ˆ”X5«Më -ݸʹë^ð®UšB³A%±½÷r˜žz%ù1â2¡ßÄÛŒ•’rÂwMäq»†`Vf,Ï­ÉD`58JëÄLÓ8:fp;™oœ­Ýêóq9Au«c¹¬ìIŒ·®µ%¹F"wªyZÖåŸÌ½‰¨öNXЫeTË"Nבz²ÛY xëJJT¾3øVïʲl}º¢«‰!!è77\‰ö/r±¯Œ=ó+»u‰©°!‘•pkLäÆZÄnÊ8áÚÊg­!›#AëG.*‡è)c,£¢Kn†¸À“Ó+>ÂÞùH £8ÀS·t˜óóÐLÏ=È*åÐ}'¶›–T™^«’º’«aYé*ŠþG£ yŽ9H–%âlET´mz\±½¿»ÇÀÛõu!¹ h\YŠxxû3ÉEëMg¼A^–‘’˪\‰q9OÈñÄ:­£—qµF“iÑs)9‡‡¼É¶ƒÈ¸;Þ¬Ó nísj­ˆòJWBìQC™wâžg7Î~-©à¶Á×¹]c^_qQ7»Eo+¯bŒº››¯óÕÑä ÚŽÍ-îÆ äìPYÜT©ÊÓ…·½œÀÍÃ{ﯕ·3²…ZM†Ž<‘38Oý4ÌQÅTMµ9’«ªîÅœe;#V•ÞhØÆè"6fÜ"îe#°sH¢˜q½ª¿0ìDy0Î î9Ï- ùV¥· „²˜R…¥9èÅ9Uì”ßÖãìªC‘U¤5Ô…·Ù ñJh?XÚNWÛPª—׸^½º’ñuUQAŽ„÷z”+ÿàFÌ«lµŠ ¤ðÊ$e‘•ðn¾øˆ{ÙçÛ0ä:²¨AŸŸ5.~#,–R±ÛÚÂüNrëNÓ,²%ûÚTLLgnAƒÄÀ¶+LVhkõ"/Âûd+9® b82ë|ÑFÂ;·oLJµOl=iáE×,'ÐJÇfqĹQŽÒe´p÷©G!;lÚG¥ÚSN%kWD]ô€t>>ýëXd÷6ÇuëÔû´fÑ r5¥Æ="r'"9Z7J¥ŽбøÑZnSÕÌ„l–Í>…VˆI¸ÑBÉz†‰Än¨ÿÿQMûá) çïçf†ãôE]—¦×TÖ·×§ˆl^Ó†¥qoxK¨€NÂNâÿ§foGÃɤ0´…‰Œ€ŽÀ‰fêVËb"1ü™\*­e7Þ{%Su!ƒ*¬!ªå½ŽXß'_m´é†ÉÆ!‰uý{‡ëƬd²•Š$³“Cûk—_€›8Ò;Òéç<@àS^>]¨ð²ê㫾†50›8«ˆ/˜a%P³Æë½øz¸Ö÷1H¢Ò¨?Q§ÒD›ã0lܺj„åe&mغ|È–ÊôÅàÄ&ìàj–ÅM3½§.åBÉGª“§QMCŒö@”Y]é8{€Ÿ €u´¢°ºŠœ†e)>á­3õ›,y,óèÐ ý„ßïµÀìú”˜ÑšP›4;LWç/uéT‡fä~P–;I„JÚ£8[g°]C¯-Ch(AWéÈ7*Vo6ˆbÆtB¥™¸¢ÁIÐØ:Œ, ò*¶P}O²0>³^Þ‡<ÌlµYk&®Å±‚Q7¯žæ0s¢ 7é›ÐÄ  ø—oß Á²Y!wl>çÝw/|åÙ°…Yãuâù[¶!ÛRñ\ ²5îÌsÕÛrf§1©îD=3ná@žSGœ¬K'ñ¤y¿fŠk0>Zi¨=ºã -+²Öšé˜‰k³Íê½G m¤Ï8ú ‚@^Öé“Á4åìñÕS’²öÍ]¿:Ví`Ô×ûŽÏšãñ ‹ô“Œ{'×e>´ï¸ÓfÍ—„ÒçA[&ŸãÊÛyØÂ¦ä±AT˜øaôoOsè‘a3êu#Fh˜pkd% ™©99ÌÝïL•Q¾ŒBòÂVË%ã™rÉCû;^¿H©¸àY™|×ÐýÒZ@÷‚3/qì„úþ@ahGv"ƒòAýI„øfí ;\Ê׿4èlB½Ÿ8ÅmGr#±IY¹Yä¡3g=­‰õ46×ÚÌÁˆŠyL%þYfHÛ"=ŒÈë ºW¡Õzjx- us¥KÏÝIǺƒ Ÿ&EßQÀ HÔD@ƒ—॰¼WìÞxíbÞ¹JÓ‹I­ëÍÐ¥0sùãØÜì/B‹‚N;DÚÒ¡ŸQ{kf°ê¼­ã±K· 3ú½2й‰œ&d* Ö›ÍGZ0RÞUÝ×*°Ù¦ ï/  &û”pz1Xsa^…Îö ›eŸm½%£e"ÒKÚAf ¡Ã`”ÂÛiŸ6Q.D}\G{A°ö)!’ôÛÈu˜lZõ,@Ü” ë xí³Êg0`l;Ô…ˆ^…±[±·Ã.« MœŒtȪ[c™ÁÌ­V %µ›’#µnD®–¦ÑfQ`kÜ'Ï5©¥á ND­Bɰy_rôÙåM›ê›æWÉru½“ŠFô¥k„Ï4¯6¡í¬§oÚ̽ouïˆ-Ù¤’Ér'êÊx{iÍr¨+®`F*5RºÒ»®/-¦½j$NŠdèaO8Hl‹ã ~¥[_«rX‡…]³–1ó¦+ þ¤)MòhÖÍóκ±’êÉþEÙƒ+1Nžq°ÁŒé´`´²çoz ÛÜZœ°‰¤”„ŽLšLœÌGV£ñaœ‰1ð^¯øÙ…dÞâ¤ú3vV|X?ËèÊãÈ«¨gFU^è¢K½¾2²$)âVz¿¢Ëéa·l‡™Ãòi?gw¯Fg—7§â¸&4á¿ë0ðAKR­ wî?Ù@nר\5XC”S±9aRSõu]<•«FWï¼¶,d9®¯¡[¨™'L#’n12ßæLûWòìK–¹¥AÒí‡ÆÀÚ¶ÛÿšdRáØ—½¦q ™)}SåD”¯÷¶b(‰5d/„•a’–­;¤Š¶¸º)ïDŒÉ3¶_JËÉš×ÚM¿ºm ï˜`Uý6å}CÞc!ƒ®®b(†cŸT=î7>„Ï„B¢skDûš»δÞ'2£;5F<£$Þøhû¡¹2ga‹8VÛô˜Ò>ÄDR‰Ž² Ýƒ«ðMu¸n1轫¢¾tŽÏhµ’P~Ò¦žðƒ ŸEïYHŽ eZ ->µ`<ˆç˜èÆ€¡Ú8{¾±Í$/‘Ñ6 ¼KA3{®áõh,Jm<ÅŽ”ﶪþR$CU_S«ÏAÅ'mPåL÷æZظQ‡+ÙÙ¤µ-Éèaj`ÒÝ–T«Zÿj¼Ù³šQ /ܬùÔ›Û–dñÎùÛ-DV®Ïk•ºw*XÓ@¯cSˆ qÄLkð?öQŸ¬A%Õ˜JSëk‰ ¸ªõ`†xˆí4,ì„Wu1‘ †ªÀ+žqK«’œlÆÞnÄD5±…šíÄ8§bù3h3 [0©^D¾;½Å8bEé« g7›‡õÒÃ!e£«£©^ÓJï·¾ ó±i'’£ -Ýà>¹Mç´­ ´ëÖ)@FžýˆÑç®,ž8‹2Âþè@¯Õ¼q—¢¬bÇ.˜Z¹2(Í­8¶û¼¾iajâ‹uºç]Û›fËñ'¡3§ÁIÁÕ—6ÕÄØLt/{GžfEΪß1¸Ö˧ð_–eÀ"[’©Œ³º{¹†(V4œ‘DϘ•ËF㈬&ÀÑRÈ×`|[ÇG:±6(/„°æÃsé´Ìø”Ⱦ殷—Âc R}¡»Ò©±±*í—þÒ’:/@ŒÂû® ’ØÌ>Ý™MÞ MW9òXt×V¿®Î“ÂQÀNøÐ}±u…3$_DQ°<÷¢Æ.ˆ|»Cq†Þt u°SÒ¸ÃF¹yíFŒG²}Šêê\e°ÄC,¼6jr\æØ2œ„.Ì• ´¿¨a«šŽŸa‹f;ÁÒ‘Ÿ‘&p‡ù¿}_å…ÏŠB÷Uåî@P°  º$o&ú -óB#Z2Zü,³Ap»Àµ¢òÙ…Ì¥î”j{,ƒ½†ç"@å‘uì¬ZWîº=±ñ:ؘJýdN[²Àš£köÑKÅ8½$xÏ¡æ ïUÍaxªúôG¦lŠZ#»;H˜ô’…ÅÍT¹1œZci­ŒÍäsŸ¥ó«Žº5€Ððf©© ‹Ü_8}Š8ï±Fî>]Ù%ú¿PrÔ ‡ï<åƒ4ì<ÖXm¢¾kdÒ3\ý†ÈÜÌÀÞï°â;Š%¸±4ž›ô—Üd§—ÂbÀŸui#§=“MÉÃÚ¶dËoÕ3~ݫŃSÎÙâ<ôÖYâ)g¦Sï=šž ."Y^R¿¥H±@Ò7gœ¦^š§M¥WQ—+y ¥…Á´àŠÿI\ñ؃nVó1ïP¼y«¡>l™zÇ>NX'Ø­”{‹9[W Q x|ÐõTÝûæŸu^EÝ®n^‚kQ}˜Í,qÞÞ%°@šì^u¾¡ØÅ¼N,A'N1ÇÛØÐ×Å{’Ù(A}~²,¤õp•ŠëØ„΂•˜…s5ñ|Íþ²qRónYÒª rIƒu^}8½g “ËO4³lf:Çx×ÂTÚ…Á+=v^þ»¼„$ì -ÿf‚yS½^Õzõõ=¥ž›ã-ŠëAP…°V‚”U-ù¡ÁC'$B–6©H=¼_d–7ù³?Öú+t›šÀCMÒû¨ öç¯ó#MA‚í]—ZÛ}–òDóÄØGéÛ.Î×ßU0+Z7¼‡¬â»Ÿ]úPDt"²l^/%Ù=cXÖŠ€»»âyÓN>®’–Îé8gg#b‰ê÷Ƈèù“&Áç3PqÞ'i5S©ê{ðJ ÂtV-Bv1OÓÅ$òô¸‘-žNofEó‚÷w„šÄlWu5 )©çåJ2yìuŸÔÛÕç£!$gç+Á5Ñ}ˆîò¼^ HðÕtÓ!›þúö€áQŠîQPýØ#j7"Q÷¹K†ðª5Õ*’#³B7/9*÷w*êp]I°VT¯³Û$jr| €Ç§èÛGÔ`'óºv%)#Ð#ydêæÆ­-‡)Ÿ±w×öÆ­SÖìK>ÙƒÍOú~}òÐÞ)V‘âPĉ°ÓI€ÑÑÏYù.WÜɼd[:¢îë‘Ý4kúX¡ÕþÍ µ¿£ÅÞàä’TN4Eœø¼ËKÂcßND¾˜1!kz"qÁë|5|É5–Û}Œ•£dó»—“É’<ªòÞ ÚÛÕ„0>Þä÷­ÞÀZXWºåv"Lÿ;Š™—uêÛxcO*Ô•qH±àª¾œó"±Ó†¾ 3¿I°iµ\?"+ùµMV°.Ù˜sÓ ÕÈaçt[’Dãåâ‚Sg¨¼œVoù?Ÿ¯õ¨ÛU-\É ë 3¡Õú}ºSD*L“ÇDuÏ,$[%î[¬¡—Jgÿ­µƒEåÈÊ -èKì†÷ÐõÜBÏ@.ꤺõ̘á}Ö@„äo_U#5”pdõÉ´),ÛI«äX® K¼×:b-¯i¤°.×Hÿýz!—oÖ”d$È×Ùÿùz½›õ%'>òEÅf‰Ç轲ߢ*lb,ž“Ú?R~¤4&¾íµ½>$œÊ‚©­¢dä¾6n>xdHµZ|F\E‚0‰þ˜yì1~Dù -퀼Ј@Ϊ·JÍZ°&àãGʺ×Éðu¯ô/eÞSÐÌ€©)@¹}|ì°ÚUI&Zè‹bxÕÜä¬úä:³"jS ->'-I^BôžfØ)"<!õw-:qΈfr4ÐL]Ïð¾ÑlR®(¯-ïP ³<ô¼îk õžÑÈ­¯’9gáNÿ`#Ò×DÌ£‰¤º,L]ðrsÌ2_kÜd¹æg𓨱”Î/9·w!?éñnð¨#[„‡×HR}¹Ti€†E»¢çŠ ãFÄy_ç©ê†o“-¾ã]ðz¤ hôÝJ’õ°+7¤Æ‡wGdd -gýáFDy|U²^©ÈÓ hWœÈŒ à½'ˆTº®E Ìð'€8>„¸S§ÀT–*/Cd€™j'¢çýbà‰¦Jq~þÝ‚¦€ƒîz‰MdÝ ŸŽ€E‚óá¦þ"6c¤¨êX¡k[¢KÐåÌVìv9ÀF–§ÕV€QítÚž‰ñ©^íñ¬/r+?š|Uc—0wA# £ÊiÜèËUÈ B i(Fì̃¾‹›¶nÚQ< ‡Þñ/!¹ØHí€IO`û-ʾloPL>Ö+BüŽχDyæº{« -P7´t!9±ÔØÎR·.a{äA¢<·Rr’’0É–uîѼ!ðzèÍnl9»A¤û@²‡9°s÷Ð9é|5²Yù¬T€ ïw )îÄOøó»v!êô¦îát|™ýûR©=5 rfzb'x×´uÄ;R - M¼á^ ëY‰ì5pKµNœcÐfWgÎ޽£6çVôSêCÔŦ:!× ¢-[u–àF6CMP‚š—€zÔ–td5Ï” `˜}Ô2_fqÙËXN×Ë­Rô97e t!|ûQ7IÔ -òše˜½-ˆëB®Öœ™Ë -¡8Ø…ß(…î5ƒn¿e‡eªÔÏ ³üÑ}+~Ù°CŒy/ÔKqÀa†èfÜú­æŠrŠŠ8ªà“Q4~iŠÁùExOò.Bë¿ôæ %ð< - &UŒL0s¢qË Ñº•Rͼ„Q?›’°?åP_×𚀩X¸õtnÅŸÌx•Ü ësiSo+þ½Ž”ªÎ+W­ýºçUô¶½‰ˆä«s&1½·¤Š„矲mVtm­+9@øŽ U½Õë­ê£M(è|ÕÃê¹+©–âùƒ²Ç¹‰-U²Á(c<Êȱgˆñ¼©‘͹jö¢·Ð¦ ®Þ’ -×>EtxG5•{¼›ÞÂuŧâP‰Wš™t @gÖº!’²«¤êc;-~Uµôù+ãÞE½{.±Kà(“ºÄñEŽÞ­´åÄ­µC“êÓ8Þ%èŒubë”"éýæà|1¨ï€Åó=µSïÊ_Å!dÇJ>D¾ü÷œØˆÃÂîDµØ¯¥ÞF»ðÛö!„m Éò@/þöÈLጕB¼Òü»ÞP,Ù»óý£[¸ciµ>äXùQŸŒé£\ƒ¡ü½¾LîXü‡=¯s¼i`UFì·1Þ.jöÊt"Åe\Ù Ë!¹‡ ºk»é=”!¿Ó7oýjªÂ¯|¾~¯ÖKö$Ö³ç]ñ(/øôŽd¸ô[®ònÛ`‚“6Öë·Oa®w`V¤0úЩ…bG’ aƒkÑFàÜTëQ&+$¢¬bØ:˜º¹†áLäs†ÏC'²¼¬;ÒØÞÐ'ÎÊMY‰â[÷SÁ·¿ä Ý ¢#™Ó%y†0{bƒÉ‹“êC”í;^Ë8‰oÝÇ`*Ê#u¤º´sÔÀª9/p½vc"úÊÖp»©'«?èÉðñ"PïBÄÈ´î -á@Ù‡¡|ƒëWå±B?êÉv-e4FbІâw¿%Þ=]î»7ï(-^‰‹6tCÃa‡¨áßC«ud2™Ž­zïP@°ÑzÐsÏoR=û&WÄ£ÜÅ= Î(”יё¼Y*iÿËÅ*ÓõÁvM_ïÈïNÆÞWŠCy$nžs¼ZuwÝkKïN1”ø -t¦d’¨CH¾*K$ôz¬îõs5 ¹b›(\ÝýÎÊjÉ&E÷j5Smƒ^‰Ëÿ£÷£ú7 yýÙ` >2¥·ÅŒ"ŽÔòUl*Ñ(Ü%¯™éQ9Îßo/Â'?ÑW‚²¬ÄœŠÊ[FË’n_tSùá”pInÊjµb`nêög†èqºqtÖ­y6lA]uÅAŽðÜÙ6ôýåÛï±ØLí[¢ÞÓúÜÕ¡™ à®v÷CÚ¬M¥ƒQ–7-/VÐ ¨×<ÎêLð€»ÏDWâ”a Ù»,ȪÄuóÈbžCÝC‘ÿ¹­ô$.+ŨÐ3½ƒÕ"R¿.æ¹W5wÍ£›åý%í(ÛÙìèka­w¥ëæ¬&õ°>÷ÎçJ)Ê—CµE]ò°‚ú)2t)³ Si;%FÐøÊçFšÕ&F^ÃöÓÝ£>Ïà|S)ø“³Umì -Â5.€ô×Lag&ð%¢ôÓuÛèõ+ŽlÀ -‚ƒcQnìÖ½a`¥œJälÚÖW7Ox êïX‹ÑÅr›Üö&Ái§¢¼Y7KжQŽã¬Ì6±åôNéõ¶XîzW÷»Ñ÷ ->Eš–Z™û -4Ä+ËÍ‚[çka=¶çdDé„:mRæ…tyôk/’UïdÙÙ±°-=L—}Hž'p×§›z¦‹Fí«i‡`€]ÖÀ˜'&Cîëí¢dL -g×Sô¢Êw©‹x|ŽÄ¶©=­Ç¦tË¢qu6_‹#EG§M±í¶8ʄվDâ¯ììØPMî.ÜÏÊÃ@.?L{¢#g$—ͪ ¡š!Ž3õöW2DG˜3ɾÌÓR:uv0qßõÿzöƒÆ•°×9wz §;â(´³Ú”ò®dÁvžÛnÖY@BÉ|p稵©ýýÝTQ?²¶÷fqU—%›XÛt_ÕzëL™ì—ù¤6sì-j]ɱңŒ‚Ì97·Ã¨v$‡v=ÖÜ4]™ÛD°–óm^‘PI+™`ØZ”Ñ(-¯cR<]iKþúˆßcŸ ûÂnå8úr˜O¦¢×ûm0MåZ~E&QÊó\´´­«L›G¹ÛœMðmúýÐó4[•c5ƒ)nëÖÜuÙè|LÐÛëádJç85$„èY„¶KSîW”韴)Àiç‚ᨿŒî:ä¬átý/1Ú&Üq½ -cS7Ä<;ÿôò"Ëm~·šMÖ#!]Í•–£I”É‹¡|x•œçB9OPVÁ;·ªÅ ñ Y/±‰È,¸²Nt;þXàw§ýœëdãx—¾òÌÎäõ/QZÛ_WÙ½7þ'uê -Ë<:ÀeçÕz*½Œ²}ï>ÖÀ!¡r¼ï‘õÙúŠèkÑÅ5„iþžä9Š™êÖÆLBÙ~»c‘Í ±«ÞäÝëú=Hãb„–f_·™0¼žr¿¢šs^“€‘ lœf±±pvß{¹Ä6ð¥Þ?Y¤Ûäß³¤|" -ù%ÁTj›JßÚ ã6â¦]­%ŒðjTÞ‘µ;S|¥…€Q~ìTzåõ¢ßÈLeYgÉøŽé·—>íåÒ¼^&Öà±LÚ¢Þ‹6%S ðyKWÙ9 ãöZ‘» â"»‹Œ±±7 ¶<‹òùò$å ÖWˆ*¿¬ötýØ&¹&¡í4½r>Þ rHYáÂ=D”¢,ÜË®y3…Ç R–³# ªž6ã dîWøt-ny–éy0žÔãln[8DnÁ8-¥[Álz˜{Y”Œs²c©.Ìc.<ºɸëàÄzl7íâà$Ò^Eʯ<#–pG (~«uk*Á'mÑ÷¶ Ö[wlÝÂì\R÷t_‚ÉÀsÅ<ÞM¿y±µ®ÂòMÿ²:µÈdœw&`€¹=ÇRql‹8 'õäÜÚ Ý¾Z&X»$åô—”Ë >‹mïT>7ÕÈ UT+†ÙœXÀLºÕê¢yóÀÝIPÚÇ@×6‚mÌ2öåµUZ¢äë»óÑ#ØW³@µÍ«hþ˯¯·!±z·òÕ÷«c(ÎÖSµy¶©Íév‚"Û–Yg#ù¾~xñsÿæUÁFDFÈÐoÑQ`†òW8O´ùOè]ŒlJÉãדº‚&]®RWZ®9"‰ü•F ÿ%ñ(Ó -Bãµ¹WIdÙA©¡’õªj^’÷ËÏkÈÆW4ôUb?zPæt¼œ_…ÍÂàVK`ÔóÁmAÞ¬PúºµK½íÎù£ÎBÙ4 !/?¸<œ2lÁ\Á4@˜šÒj%@:U½m p«-åi»§ÖLÌä[õÎ÷‘?óüû>ôÎø{²—Ë;{~ùXjµ—JµûÿhGŸž.%!¾Œ­-aÿçýVì7ü"ŸÝÛ~_¿ù^:8Eºâ:~^ÌTÏÒÿÿÏ~ 'àô‡°rÁqüÈý•Š›¿þÃq¤mÍtä.­Žyýà—y§—ßäøÛû3lÌ»[øÄ^:Ú÷T€÷¼?%ùôœ;¡r aÞÇ7 î|„r°Qëîtý™Y(šã4|ôÅÓÜ+¿™ -˜_ŠîqRò“-(IúKž¾?Žòù»‚ü¬:¨Xþ®@_(3olÂIL¶Â(‡î¶pÙ -*ªä. Æü»ûì%ñ®¸S¯8¼¨†&ì×S [;$ÛÀ&þ/¯ïŠìLAWuá.füüÀû œi°i+Sa95æúÿDÃÇWþé^Ž@ P¿…ëþcL?Zæ'c‚GIЊévÇþ±åç5`&ÀÈi«^9L×m;jœGlt&27À¨éíuIDò:ÉQÁÎ&£²¤ÔÞ¾$žÉó9]-%F£² —år%1ƒujÜÐ>±ºGiÁ¥ -a.îuÑ ß„}íX5¹BÁTzËüò‡šX€Êh-å{ŽD{„Æ×ôužtu¼e·ú]å©|“‘ëcZÖ¾›Vý ­[“Üg.Š Š>{’~6Âã½f¬U/nª£›À‰¸ú£"šÁÉ>ÿ¶{GÜŒ bå‰'•Ò0È×Vâ~¯(à [ù†Øð~êèå•ü`¤¸f8iªf”SF¶¯>> ûÅ…92*‹Ù"ÑDäö[Ì¡wtsWcRk-"´‚ã¥óܘ,÷AÅ·º01¥õž”5#±ÚK¨ÐÀt¶·ï)=4b/öj7Ìg#×Ëm„ø¦Í-{3ìUp´¦qçéÕ‰‡`}q@Wõâ&JšKÈlH¡÷»¯ÏNÿøç QaÔ'lÖ¢òCÄmïjÑ–ŽCí•(œ&KI‚v¨kÆmÍádzµklÕëYª¥b¯yñàØI2÷øj¬æâ%…ã 5ROFó&O3¸:3è³Ä6ŒÄ]ò)±’$Ðyo,#uæÑ<¦•P9ø2e9#ånLQj‰Âý¶³U/n*CÚ…Dï¶Ù]rh­õé°}Œ¤fA‡êÅ«“FN}ë¬Nce:²„ÄZ̹_Tktrl%ˆ,URÉÜ€Çé28ï<4boÍ8Ž8èMq"] ³;ËûvLb¸Å¤-Òºÿ 4(Vʵõĵ9ÃFnƒp·#gåxUpù1ÂÄ[{õ NþåÞ’fÛ*³![h’|§×ã¾^T¢™&ÓÎå\ït‘Af6ZÒçq´¾™¸°´Â¢«Üím>Õ'ÄÑZ¹A–˜ „ôrUHš¯¢U1i¹T=¨ÞéЄI¾Éü$‹vÀ¹rÇøónߨ½T½¨•ŽÖË3⢩ÚÔÞuVR» §>BÃ[Ô]`^wˆå-ÚO»ÁI«_Üä)§šAMÅ{ïê6¨ dy²i‹º,¨b¹ù“³ãiùèSG™É.VRw>».·Á…îîö¹7ƒpëøÛ/T+NÆêIë*GÛ»¸’`J>ù†ÛQ™õ¾¶jêl¤kç^ -öÜÎj%À­­Ø±; Ë¥¦Zªe´ØÅ ôFbuû£aЉ«}ý%˜êJwS£PÁ~n\„èÈöÀãc×Z‹}#nÈ7Aâ¼"£X°ìtíÆ9Óé‹bü/p—ÈAˆë€sm=ÇÜ äd„€o¤PŽ¿ûèæÝ›ÞydLá^ƒÿgì5RÝ$Gwz×Ò7ËxÞÛãf&®ÔƒmBR+ Ýû5,_úRcwÀìV€Zk±Ľ¸S¿Û@ä–jÑÃ(©Õ1þpEGÝûÍõJ©Ü-èy«Ù ¾¨#u^’'œªÀb+7ÚüŒÀUÑ[ø F¬Õ/n²Ã) ¼ì)ƒ¶Ç@¤KGAo?È#o8î5B¬1öæNIÁQéÁÛ-|Å\?‰8ìIô`Õ°g>ÉVÊ«ƒ+' -S9r`BQk3u@•°íÑ4æ²ñEÍ‘½dŒÞ¶e0ÒmFá0úÈtùÚ±\䢩µŠÑ¯ÂÍ39g@Km-}’FV1íÓ¤v“éMË£ÉB#w8¢iDßMʀΌOêÑ%ŽØ(Aé1¢pE ÇèË@¯Çp0-øuÃäYn8“oÙJ¬é¶ Üá#yà Á•÷ÄÍÆç@B±a ß“|,à®oLàHe¤’%k¾1ˆóf4ÎߢÏ'5!Ï“‘c•dþ}xšÌb$™Åx¤®ß4¿ÉS¡h]wk†@,™7Ÿé„)äãHt$O&‚ZåLÔD Ç›ö™:ŠÎš ^ý$?IÕl¨ {Ç?þAN6jVu1™eÔ.Ç©V«hfÄÅéèB~ꔳ§,«áŽÕÓUàŽ:Bç¡Î8û¢M`Ù-#‡%kÙŠ'½e~u¥›«ËA¹õ©•Yˆ( u~|’6¸‰ïŽÕ£5B~Œ–<ÔÁçmˆ…ó -š}ƒiì;ÙÓðçsÐÜ-VV”«EˆqÏ ôj|Rsj£õÝOb$9ÃY¬¡â%F¬…‹(SŠÞ9üꎑԒî?0[$pÆÑ§x4àeEóƒ‘TÍ&iråïÈùØng¿–ƒÿ΋ÜB33RØ;úkMï–[gx„Ì¿P2w‹•ÝW¶öƒãý—qÊ2|Þ¢üà£óq915l—Ú§¶0Q-;üv³Q·µŽ­z°xÚë/V£^9Ý’Ú8^fa0ëáni²ù¸K¿L¢ã³u¢-­¥˜ôcf@2rÏCcqåàB ™3êm)«‡k\j7-;ü$[ÅÈ–¢†2…NïˆÎ“¢(ŸH=…>õƒ -ßIW¢ŽÔA,H6'ωnSèÅ<£J¬1§Åzdóñé¶Šªƒ1£Õ˜®\±0’ìbÚÒˆOà¨[‚¼í`@óÚw4%Ë?(wk’ÍÇÞ¹ZÃl7bx.„Tkt·*™«w ZIœý^ªx=~CÑAæá[,K溥°ÂŽßXC×㹊:§oü30!ö$%⣆ãË`ù>œý:ürܨµ§%×Ѓõ„nôd*Òüþ30ÑÍÈÔZ‹z2XèôŽûŸ6g‰…É\ûFwŽïÊÈ-™¼,u¤»`NußãF"9Þ&fߪŽKÍ*T"³@õŒ”Ýc—©V7A‹=0I]i ­'Ò’¸ a¼]„ ­[¥5ÊZK“Ý›íF çÙÑçn-¢:öêK$¯‰¥Éæ³]`G OáÒàUæ!© ªüË -Ú6çÑÞ.¨³yõÀ+Ns_<1#[‹® bù>œýJþFêK]t‚š®ëÇì÷äØÜMà-R'ꔤւ§–™å!f{ =¯àQÅ›º8-Ç;Ïó…èdúY2ZBN,¨ÿ&ÊùŽã!Æÿ*“…úÅMméI%`Gû¶¸éÇÈ/ŸŒj&t®×`5FžpòiÝ’ <€BiD½Ñ‚òTÛª¼íÛ‘5zO—…NMÇñ¬_/¼ÐÕļTuQw±õ å™0ƇXí‘ý»Ãz^6eWåMŒðVŒÛ¸ê+¡õb*Õçøõ¹±2D^˜ î0/YT501-7—ŒN´Ï“nxÏj·XRÄIeXìø]”úJ,–J ¹&¸…Acñ,ç~F3€‹¥õþxEG‡ñïGÓ²ähü :kðÓ„É{¢ëëÝ#†Bt}pGïÈyùô»ÐÆ ž\+KŒ\RÅ3ö”çæÄ~ w˜ ¬.Oj¿é'®éV[æ¾r{÷‡aÅðÛ‘ÓW®&"<üÚ1_ƒ uò’Ü‹mÂo$«³„–ù~MŸÔYgu±Ñ-µe‘é¾â{rbÂ|o ®å¤–—oÅÙt>—d%Õ§#ˬºJHU£;¬6]¹±)Lπ摲Ûe–ªá;V’Wz:GœçÝWôH'Ÿþ9;cYüÊ,J’oAM{ŽÑÁ¾Ç3‚oÃâÏÓÄ:|%/‹fú&&×tŠD‹æ^]Ë7éš—Œ…•Tº¦4ä Ýš”gCìrÙÆS5ê=º‚*Äeé4е1³#49þ\êܤ¦kÞ¾z`á½²E  S“ª….’ùÇÚM8œ—ýø9£™ž ômKùÝ'46‘*ZQÓ°äÏ×/#S(ÀÓnÜœÕ/nªÄÇb6£÷í£/4(nn.WsPÛÕnpÐWå!¨}ºaZm^ƒ‘J‹œ˜Gð{߀ŴÐÿôY¨H^~Oþ Ž¸”3FQšl¾CâµWìÿêµ¶\½ÂÅ\›Ç\¤WtØûÉ׃ÍDDίŸ³^!‚êÓmÈÊbU&»§¶¨kPn^»‰Cfé¦m,ës¬J]fÝÙ¸Ó8o•*ì™ÉMSUêÌÖŠá@I¢òëkº DnRÛõ$¥}Í¢ö7–T>y»¼žŒ\Ï_nàr*®ô<‹t~øÊZa}2Î’"ˆsÑŠ¤gkÑF•Ý&ôIsTFrÁç9·pÍα᎓QáCˆpõåJÕ+>Ç\> Ïªªã³s8¯ñã«sÍ‘¡D+>:Ç17ÉKÜ“ÚÈ ÍªôbO0pd™qÕ§sÚ40òaEΡÍöõgƒGˆ Þ‚•¾¨_Ž®ùÍ®Χc&èu!ÏÝæ°}Òlrÿèñ\,¸u)M­½sëùÌYÕÒëqüÍÉô÷Y'[fƒæ¡Än»ýn”{$– üã©&§ ä¼áŠv´ ,’EÅàÜ|}:¶• 5œ[x®˜š0€'3Ѧ±*9jJòÎÌMÄÍT¦X9p뚇L3Æ#*Þ Œ™ÐµŸ/2ó§“ĺcs/Å ‹d†œÑ¬ýP¹mY=ÐuYܢ䬔t‹Ïµcº Ú‚¾:wÑ­Û`g•§Qçs‘ýdŽ?ëMø¿6î?S‹Ö;Y­‘?…(yŸËú™ŽŸ U•ÚÖØ.Š‘I Ž¿ë-u]X©óçõއAº¹!ÅÎFùó–9GÙ³™ø^Æ0ñŽiéd1걊–®6)슉ÖaNíÏkÑ”ÖtÁ‰âÉ{‚ô‹˜³(ßPÝ\BÀtë!¥CÕ›A¯UO×Áóº€ —­¨52è 3"a٦ҩ鿈·ØWš}íâÏ×l¢Ð¹&»ä{5Ü_O§Égαà•g•C'tí¡ÛÌ5X1müƒ7dj)ÇXû¿1$û(›ë—3G~ƒhÌÕ©Î6 /àl+œxàŒ›gÓmJ4-öM9?MÞ˜› \;þ¬F|èÿ?+Lµ¢9§º{ügŸ›:ŽØ— Зί_VF 6ÓR’Åf…4ËgÙ¯–±•¨ØãæçËsõå{Îöùž³2.¸âØRr¦‘Éꊊ¨™>ÓgœAgý¨ÙW¡q÷)cþqjR 4Ý`ÅYtd6(ÇðÐ&€ ŸF(üè>ƒ{s£Z—eO̰ÆnëdõÆŽ=¸–€íïñNs/©7jrýg VZc\`1妸µùÕP¬ØE‰kRTya[9ˆý¶Î­¹Ù?ûöåR㫹•bëŠÃöÂmé¾Äö(BIêÜWŦgÁš³[ºQ»oý†ÍSØŠ©¸ãŠƒŠso.5õßÆÚˆ.û2(p±Aü!(ë‚»¦†¶éÅ•Uyú\¨ Ù¹%XŒ@@¢)Ì_M'{•ï0ψI0ÆÕv}è°Æ3 Æ¢0<¡Œ0z"õTpTp§­Dxа½pÓëÜyP8+®io —Ax±ûBÜÜZvl9ÃíQþ8ó¬íã*/c¶‹7¬âDêÑ.^⬑j³›Ø‘ çC/Ú¡…mkíXN!σϥ;9Ü]zôFZ£:=–CÖåÖųn-©øû_®6¸é§Lh V hŠ\v™2¥m¥‚&?°íÂ/6ùÉùË;™ìqÓ’×x¦a -­Q›;ÚRiÙtT[Ñ*Ÿ8¡Ì'í–  \møÙ›[pgƒ%/rÙjÕyhÑÛpM³¢ÀlˆÛX‚Ì@Áf½¬ƒôý9`l|Ä]^mÔ휗X…Ί’4]R¨ân­ã± —M¢®exKÐ$¹'•4G¯Û‘ËÞ(¶ŠqWµi¸äšª— ®j‚.É'É´äs¢%$‰P+ŽNíƒÎqe]E"+6%QÕBèÂø<¨^›²ïì‘2Û:¶‘‚»¶R²ÕJµ~ÅÝŸ2¥›ü3#j¤P?€è$QºáŸå³³N¦Tƒ´³O>Õ¢à¨1Ÿ®vdW9©–Ð÷'Lí0?ÎR­„e„z$ÿ-LÛŽãle-Å‘“8°«Ž…%j¾¬³ñ…æ¶wÇ^îœáVµf3Èö@‡íj»ÔùwŠ îíÔ -Å/l/W½5¿]YkÔ¶Úš©Gï¸2½ºø‹§b#¿0ƒŒ…Fb—z¸Çw¡‚í/Ó²pUÛPMÞD~®²•BcݯA0ý%Û­ -Û)wߦ©ip–c1r㯠rFSE›ŽEî/ضã±ãÇmA[ªh»5݆ŒV¯&ÁÉZ{TÈErSKhƒDoOРjhŠ˜~/ûJ‘jk´ÂÌ BBCg›V©·¡ €z4U{Îf$-û|,ÞÛMÒV² Ÿ²UÈåöÜv(lú€ç[Ñ<èb­’Xh„„'.ÊxòPœÑæA…\Ð w—ãƒzë| áa MvŽÜÈ™È8c³Îù;6›€ž2A¡5¬‹àÆ–"\Ž4ú$6ù–ÁК}qÓµ§XTß›8&¹òÇ–´¬iG$(R¢ {RèŸîˆ 4¬MG)<´ú"Ò”[DÓ±,3C2õŒ|:ÉÏe1»ŒNuksFGm „Öp—"ì¾›ÑÙ—¥ším‚ýŸ¤åX³É•)hÖ©Z…t@Ä]ç8Nn:Vß®šö>»°Ò0ëîÏEÕ}¼.%r&j†¡R5Àl|öÑ×eW•î‡Ù.¾¢<‹¨ˆM‚ÑÉì@Ù"΄p¦f=uÖÓçÀ÷ƒòTo 8ZŸî&Â-Ó<y5pøX°u†úówOÁ)×ØÞ‡ØrÓ–>ÍOl2“šþ ubûºeŽªæ@OÇ ×vú¸%€–‡©`(n—öå”­ÈB2Ô£ƒ^ )R¸ÁkQ°ÜìráyX$Ø -QïVóô>…HËÞp”uvæùùa6µ%hl;J4ãQª‰§Ç­áà†ºXJë Àò#JÜhȈÖD×Ö? ±•6ú‰ò,4ù˜4ýËqÕKûšFáSRüäVr¨Ún&¼Ã-¥=Ö­­}œL©h²ýýËOÕ9–:Ô–hrÿ¹•ô"¥š|N€_‡Ý<…(P›»Å»j"`³–Ö¹¹.ÛÞIyäOåôTm #(Õ‚ó$o"5«²ÎñS6=€ž;Jþ†RgDO€•Y üÓß²n,Âú¤5ÑT¡6‡:#:-–iº•&‘+Ϥu6u¦Ž¡ø)H„ÓONäÒ3ñÜÅúrAÕ‹%? -M;M•™ ¥†£Å^YÝI"ùÕ'+-3òèY‚‹ýd Æa)(•CóH°R}€Cóä;ž2ÈT$vpÉ-¥uSÿ×ÖX¶häûòImã)ÓäóBšÐm%¢W9…ÓÞŒëlò'=éê‘ 0#t5¤ÆøÆMºmê0yâ°à{šzéžÚ ÐKúš0qc~IüÎTgmÀÔÞ2¨Êšš?ä+;6%Y‚PÚèBZ[N2O -ä¦ek ØþŸi>qbZì‚Gj÷ÛsŽÒ F Qš…æ9mXðü¨¢EûX—èX–~Lˆ©ƒ0upCφc n1l§&+b“ÌBÛ_•Z‚Äè$›çÔ¡@íƒ9[“‡½d6å{%4Ÿ Fi£`hžÓ†ß¹ÏKùaÑ;Kt,K?¦ÂÔÁ1´ÀhÄù%ñ;“SS8­­ÿ«§ ëôß#­´…ÑH”e±ÉS‡yh¡-F´i.‡•!3Ùу¼š–.îà°ø¿|gXø -Bsð½÷ÌÈ!Qšc“' D…ñ¥Šž—™`\žÆAÔKù2›88ØÌäGœœô¯ß3 $óYa|DÍ&œÛ|â|Ýr£ÓB ¾&qGµF.=[Ú†´À¸Æn1vÖXï¨ÔÈ(áàÉÙ¿þ ›w½æuG™`0ú‰6@pòÔaÁ÷õÒ>ɤukr°¡¹?,cŒØï4jp±ôpoµ&‘B3ˆÉçÁ’¸N³­•m®e½Sn¡.3ôV294í]Ú?63ÿòþ²ØÜÉIKe;ı},’‡åtCÙÑ#Aaô1meNúIM]Õ±Qí/¥kpO†W[ÃC+¸ÙÕÔTRç.»X¶Xqf -6ðS„â™ïG*Sõjø˜6×´Ú«”!PtôF¦¦Î ÙLµ´93d¤á©ÚÈJäŒ;Yg³ç Ê>ðä©Ü8F r¶<‰S“Åöà+â¶( ÀÏÓàcPF”&L¾§©ƒÕàšžƒ ÛJû3Øzdœÿ²0-£j¬©m¬Ó6›þ U úIò {ÊfæŸX¾pîä_ŽfÛÞ‹ ù>§2u+ÀÁ3´EcÚ—Phî|·S\©>@‚‘Éö¡ŠV›F˜\a=O¬wl$¯©XëJ¡EЧ@£úÁ†cCØ\­åâ×}3C³ªµÖpÚâ,E*N¸Ë?IÍÝk¼@kæûWriêÐðPjÍî¿<&hŒ> ¦mÍÉÃdòjŠk-m:-{OMB—v3ñÝO oBN8›¬ÐÏ{öÌ®è¡âú2°}³/ô‡\órµUˆÿë烪٠êÍ ñggMVåÊ,ômÿÈMO“y­óÀéËåù«õOççëûÙdðëÝÛ¢½Áéøõþzü<ŸïŸÇë«|ì?ó]žÎ¯—ëýóüöô}¸ïñõ—è7cjüåér=ÿv¼«î=^ÏóãöôÏ~ iýŽïÿz{=¯ûñøÛq‘ÀÛ¿½¼oEü‡}^üúÿãñøõ|<½ŸoO/ïÓ:l^ÕkN_?~ž¿À7ú<~ÜŸ·÷Çëírüz#kÿ_ß{9 >ößRá@ý}:åƒÁZî#•( -®……ÄZaX uÍ5)åý²eÿ+ßãÛûëõöå¸=ýþM¬;ú»%¼ÈüD¾}ÜžTÒH>ö=½ý¯7 ªkX-Ë«?7Ü ñj'#_º‹éfÇÍ»ÛÈ&F¶0²#;4OzP_|çGþ­¬à\JB$ªOÁ´ˆðªº›;µ¸³Q.›·d¸6Zx?rš·þÚƒqë“ÚÄ‚]ù]†¶SÏêà> NiâqçGƒd²Ò²BXXÖâ¦Ü¯W6¥‹<ºHZIÄ9 x™ŸP6«·–NÁ­Wñ·>Ј&n_÷]&y Ewâ./HñÊoº7¶*WzdÊPdmVÔeãÜ"ÿR¡*O~…v€ÎÏS¹l+*¨‹1åÑ¥ùÄðTv]ý»QÉç_oïüÁhb¶ÅýJ'§ –©¢,žÆ WËùXa, Ç(yÇ úÚ?Â~RU«ÈŸ –*‹H´$W6É/,çÉÿIË“¶nd)ZíÂDÂøe}mêu”±’øóUŒ‡"©Î¼\b…é7.É ®9zodAS>XšL¨…ku÷8KÈâ#çPÅy¼u½ªÇG—"‹ÿÏ'rsN«õïÈ´®^L.Mž—¬jq×h½:‰*š×šÙ¹M©ç¼ÌÚ ·ž½iÔ`—ø  ›ô0UÙ2 ¬o°â¶|‘(Ýë¯+òϳ@ì—$UQ»,¸ç†|úw£nžì¯A÷‰ÆÓŸ|¦Sèƒj•mÛÓV ì)Ru­]|îz2×Wá¼d&ñ2ŒµSÎuÖ”*…jí“CÎj$ 4k&Q…,· DõÙ¿?|kVÛ¦™m\‘G׿A‰Zû·BØð ;m[šýÿbН~UíB½g˜¶»örŸ ­õ~óÇÿß2?é@±¥èõ¢!i‘õ™ ¸Zßi̾¼p™CF!iêÝç0õ6Nkc;Ï0};Ó0¨àP]­9§{Úaôå$‡´hòꃜ÷wíä®'}‚:ÇåøÆõôè&X(á;„wçä1ƒîŠÓŒÄöišã Š_l©rnšñþtj¬´.¬ø+*¼QÜ -[b}ÏËA·ê $±ú#¡[¡VTx®€&RÆÊ(,ç$¹¹c> ´Q HU®}|\ÜM^®DG_.òк l_¶±ÏH·P¡E÷[¡noÀ&£‚æ¬}&ãLŽŽCeZŒ7>iøÈv•·3B·s'³ø×/·YnôÆ‘EF*ÊE6ö£‘/‹ Š€ÄncŒh7¶AáãZ·Œ·Bº„ÛEðs7ó»ø3™´)ˆYäýðV³±7>öUåØmöRV6|ÈÌF¾÷,^¨™Ž·CØN¼ ´ˆçµ¸$«.ÃÒñð%SA+k×AtÀºKB-Á›bù2:Ãú ?‚Sl {§å¾ÎÚäánæ!ƒ4ŒG(s—Y™só#‹ ¬¤åB‡7¢_Úá—áø¥ß(ÎI¶—¼RÂ>òkê¤FÐeá땹ËÌÊÀ]öé“lg”D&C4y’¯ ”Ãi£Ï¸ûù=öy||6®^ôÌ ×½îÙ{ÿüà+^¸­³¦½û~ÝžßýÝÿéÿ•ß^÷‡—÷ŸÇõô BÚVüUÞãðvJæeFl*Ë•§Ij´Ð-8•·™6ÌJJ´Á6ôw¬I Ù„#ÏJ.vH<þ~%ír 0!èCØÁpûº£m.rÒ²u²‘n¿Ô˜ ™é!÷¾B-n–gâH¯voR·2¿—ÁŠ>œÄ@äv§ÃJ ‰HuJ®PMH…\Íá9)›Ó$ºŒÓçE¼u]…¸K˜[ªöuŸKÉ¿þµŸTFs‘±¥l/i=Ê6ŽÔsåIê-PS#¾\T””4CºØÈÇñ…mä¡wéå ^B nÎÞ8ä¤}¬†Ãar@¾Ý™˜ô¾öPÙŸ®ÊzxÈÆ#’•ßH`H 2®L¡ÖÅ©*7¡W7þĵ×/UÕã¾#ª—°Œ"$9Ý Á§•uÄêቔ9•ÕB|(µˆ[ü)ƒa™L ñxì }†R|€Ø¶å‡ª>€á3ª›2ÁWü9þ°7ê8ä -âùÞg>V êÜ/xÇ÷ñQ¨[.V OùÛŠz…«HÒyñšýÐÇß²ÙÈvf]»;†[Çæhõt°5qxçÇÇ=ŸôÇöC {/WÛ̹ùcÂFwØÒ¬+˜¸¢‚ÿâ5WØæ´Á˜qu²#‘»ÓîÍÆ-¡¹±Úç-Ón|ùS–u°vǽCHHÍÝT+£189Ív—¶KíCÈðõ¨oÃ÷Þýx£V9 ("²„ñšµUÂKÕß0È6R›ˆ‚:[OÏÚß-®ìGÍÜj3R§\8îÃÒñd5º`õ¦©Ëõ7îØ¯^ó±êUèÞœð`{KÛ™¦K…!¤lc÷ÓI\šÃ:a¤c ¶'°/Ÿ}k®Z"xsÒ uøT†*s„áø£@rª‚:xÛ^.±i@p32Ýèñ§%#•½ÉÔ f=aúû—n‰á#Y´î!Ç'ÃR(*…5Ó©ó4Ã`tëR…J-öš±‚6=¸º.›~´T~2™ïe:÷UcHBR»äfAÈàÈñµ-ZbÿÕ"ñkd)q¬Çï.?”ðM6¹†Í€B ¢tÀ²ŽÜ²ìðˆà>ƒàmMÝ @…ÀCœlx»3J ᦗ½ Eì4ñ­ÓýÂ:²]àíÐ%ƒ‰ÿYN`üiŽlpÖ‹êüµœ¸i‹˜ý(ƒ·Žµl7 Çú"¼>õ%ÎZ5!/@yCëh«÷PC-ÖÕ OO{ËÂ|õ´¼ü „ÓvÏÈ‚2¨ªÿóW†™‡©†"°põ€Û |¯³ºMÛ5Þ2ø;0Ì»P»7Ý~ØåŒ·`Ëðø;¶Þr¤N:¾c1Eý[‰í;ªÿÁšÊvƒ·,@[x íMÉgÜ( :Æ ’—±qvà‹ïp !'cíð@ñ;Û5Þ1#“¿ø¼krì…‹}û${©³bÆQ2|½™Sèí®A±ÌËböí–li`N¤œ Ê¥3„öí›ì´Ðª æ°oÕÉÀ¶£L`®Ý¯ùHVB:t‘Ê’p8i“@D\$åûJhR—'&9{“n$ñJ°y™¶K:váÝNÕ=|¹lk8¼}²”N³ò¯_æщ>ZÒ»‹õs“2zsŒü}h똟ÛÜ·T¶¯ÛA -ËÊÂ<”57‡_àqñøÀÀࢠIìx PB7øËÂä#týêÿVz̧%Se#})ôpgh<Œh2-òlÊk&•ÎdVZíG0®A&eônd¥3•u+£{ Ö!¬Årt€œ¶ëžwâ`ícsmÚÇõx`«ÂË>7y)µúDB+5&äÚ›Žè¬ £Ô>XxáÉ am} ưDZkÜBÒÇ~LSnØV‚5î #ÉÛ#È<ò7ÿ/ ÀéÕfMŽmÆp2ºkÆxa›¸ÚŒïǬ?`x ÚrÈmXcw¯±+)àÄ ßEF‚¦0î¿^ƒ©Ô(|æÏÍXµ±ÝUå¼¥ËwfVÍh\´F÷Îp]_8”Ï»â„drãä)¨Œg Ÿxú¸QÅKèQ3qRøó5Üó2a»jÎlJ«ñ‰#c•ØWórð ód&9’{)û³Hïiy„a„ÀÄöÙdœ(¹Ê¥P.¦yž -\ÓYÙ$ ‰ïI…TÑ2TÕ·/ÿìªq(Ó“Až»££ëª§ñ ™}^ºçíÙ1ÂÉfM$ÌF¶²š’P€E -AµÇŒR’ס<Q)xÏIÍ9ŸK&w-l\ -BI€×³”Æ™x›+,#‹Œ7ñîGYš°\àò2 -##‡Ð\ôõgì§Å´ÞÂØ|Ԭ̌¤4þZホÕ -YLJ®²Íc뫈¾ñ—ÅH*— (,ð¨Dj5šÃ”¬¼‰ÇzdBÅ’‚Ö¡”‹5BÁGð4™?p*kë,–®Q8¼-Ê òDáƒ\éðÐDèÁ~—ÿ†p+ìŠ >8F(IoËPr˜CàGn-Ô‘Ùê-Ü×,Óú¸ƒ0ZÈêh4ôRž‘äå®1Cu«sØr‰Ô×2 ßø:†’|o{ý‰œ®ÎaÎÈœ–!´k¸vvù¢d°——¡A¼O¢ÈÉa«û5#ÉÁõ([žÅ©°›Këºøð’Ê%éŠÌ¨,„ݙʓ29•u@o?ZK¹; qœf[v»¶û\¢\D)o~ÁzÒÕ¿†¤Ìê7'—£‡Ôz~Ý+ÐÁF'Í#àbY0áÜé×9d¥=£í’RäøkløG1ÂIr[¶ªÑH.:ä#+ͳÖA›0‘7¿. y¸.rq}𠮝&¥Ñ„‹”8’º%E-QrF4!'ªm‰  íNø»/ ¾×=[m$¬KÒ ÎϬNi±´g2‚“ã/]ÉÑ#­lÃÈ!ñzUA…KLÐüý¦­´ù>÷ls­™­¤îz:IÜ ë ‘&rŽI&׬ÎÞ†äÚÇg’:PÐ-]„^ª" TY—c{=’’m"‰Q°ÞÌ.1Ûjû4¬K3R*‡ÛGô†à¸/qyb’“Ê¢‘…™©Oª·¿ž^PÓøCÏǬ6üÁðÕÛÛtÙ†“š&0ÜÎÃü–…“ ÖÁ5­nÝ|”ŒæÆàºÙ®³,4£¦òtp°ÈŸ_ä&&lLò$•µ¸ñØÓ|œ¸ƒK`Trµ´á(Ù¯€cuøü©«¹¨†qEAÛ9HNMÇB¦µ“JóÈÊG.–Eß‹ð]äå PW [é2V74„6<©©W6,ëîw|ð’ïvÏz\KiIó˜¦rorZ„Lܤ‹( ÎØ*T,»ÕÑthÐp›•ØnÎr{ÿÏÅE -¥A"÷¦—# ûuÀ·lxn¸°Ú[%L¹ì8es»–=€Låmd‘Èå¬DiIŽ’ÛE1‹’Á𴌧ý@+sè½(OM.– OÂZ”·1‹õéc,ȇ¾‹\Ü”ºÔÒ^æ1µNz4÷_…4ßêðr°L‚Rû€Š ./÷Í•ñzjr…<Üí‰õUÐ÷NªÛ•Æcõ󱧨¯ª\D”cŽ¡÷Çt¾ó¶¹¸£0€º%sê‚ ©ÔB â¦Ry‡«o+÷³êç/a1ëí&§¡Û}H­ZƒLèˆ+Ûwß·•«MOÜLØ¥ZK©èS:Ó/MªßMjæÏ/*J6§5ŽˆÁ«Wá9X›“è¯BÛ¬:Ö6ŸlÉÖãþ0“¶› -1/"¥/(ö›¿J¯Ä4îüÏG­3«ÎWî†Å"ëÔÀ·$ÌsIJ- "_*½üäã¨Õá0˜I…O(ÍE“t_â»ÀÔí9ʵ[†”Œ„íÙï-#!µ¶TÀÞÚ”b—Ž.ˆ.!› Ö²r^u©a%’Óp±œ[Ýžë„ئÚfò¼ð©¾P˧'U&:aTZ÷ÂmS¾ÿ…¬z=R#C‰j¬º Z…TO)ÄxUç|]]¹qúTèHµÑ1_iìέºÜŸ~9Û] u¥¾«Æ­ QzÄ´™àö{¹®Éa̽i ¸ÁjÔ­‚¾¸4Ñh‚Æ×ÅAÌe+#RKm€‰Ì^±Ì&ÔyÁÉ*¥mÏ’6ÕyåKQWìFÆ*ާ€(÷öÿå]ÿùoo¥àw<ýùŸ?ý~û§û—Ûçóí¸}þõµúx¾ïN?^î/Ÿ廜þ|y½Ü^áC¯/¯_?þ|/ˆR—vF|þ«}ÊÝõ¸}<þÿÛùœ¶þÑýŒÓÏãú|¹Ý]¾VcñÿÿâËãq½«¼{ùq=Þý¾p—ÕÝWz¨ýÜÀ;=^_¿csy}þ¼|ßmÝÃ"^ñÜ_Þ¯Ï/¿.÷ßí÷ܽÿFÎú8»Ïݹ>_þ8>ÉõIïǯËãvÿüœ´þ¼?æáøyùqü¼ý~¼ÿ.|)¾®ó^ã9¤}˜÷>½||²øq÷ÇqeÉÇ>½|}\n¿)_Ê%ÒéÇóÃqwüïõ¸—{·ûoñ“Gq³¼ïôôõóò#øÜ_ǗןÇíÓP}ÛúwóÝ×Ë·èKÿE&sc5Ã23¾‡;¾Y¦gkhI8Ÿÿ-L ¯ëxþ›|á ZuØÃ»H,ÿDæ½É¼:_úGwrG¹‚“\Á¥$Z2¿#ëðOÙ ë#x]W‰Äî³zBÀ«ù–µ†õ\ tw½nGu­ò:^ÿT‡6ªº#‹’ÕRz¸¥ÿ.ªhëhZ6]‡!q"fûä“hqÞ*¨ázyCZŽî¡HW‘‰» ïHjh‡JÓk$çiiSQ…”É3¹ îÇ'~ï~Õ~¥¿ˆ'Î'„qT»¾;þ8nbïr¡kB -Kˆ³‹·¤e]ÉÙ“FΔÑW¶­ú$¶´ö T -€¢Ô:}+Æ -‘þ³/ ±ÅJhYN™áflŶw‹¿".û"Nç3~>ýÝ}íëãï×FK)ûÿzóS¿:9V OÀWÿû÷ógú_ý?òí÷ÇŸŸ¿þüóñã;3¨” è ±h=µ.S£Á~5“…4ÐÑC/ÜÀÔ‘æ¨û¶nÒ%ªvºß‡æ}cÿ3üü€Ú¯¿*_?R΃?¨&Ú yçVê‰Ïäp™Hò¾>Œww£fε;È—ƒDº4·«&ûMŽU±îS~Ÿ˜b:¶óU¸‘ÅÖE¢Jé ¿—T†Éè®U߇Á72òüK!…ï'}âÄmü«ÈE½ ±¦ˆcŠ®‹åz3RšJœÕéÛøµ;s?pã0;ä¼òuÖÚOÐkîœë¾Qnø[~­µ¿ó…ßXöOèiŠÃßóÞ¶Þ3/ûýëïç×çÿ™ˆñ̽{€ç,iMZ.h€k”Ai²…­ú/æÛu®ÊçFW¦Z6ââ´[íûGo6öòï›YoãÕt”[I÷K] QyQ»ŠÔ–}€vSLÏýb°U“i™}ؘ‘yq;ÈÞ<©^»³x¤Ã' €íøê1&ÕÆª®Ö_ƒN[ï¦|€ùµ•–ãRg>/̶¢5ˆ»ND¨7]ãŠþîPqa$àãªï­F³‡G±õ]¹pÅ#ã¾ é­ÞžÊ87Ô9…:ƒ~®fšUpÐi³I Û"Þœ³žH VYÙ®˜WUÀ=2 ž‘0 mr…Åúöµ:ôf’ûN ÞZJÈ묗»ˆ-«V+¶²D'¾]•eB'¹uÎ+ÃåJP0>Bò´XÐR0"¸õ¶Qêi 0NœúÔ–žˆ¸’‡Ah2`¶ßœbt -ƒ$KžÏ“H‡ «PpÐhßM=íªBøøÍ¹·ñ -=‰u¬ÅXjXÐXl@¸[œ·7XD¬-Ë™Zz-›¤Âø8pcó’~'öÞÆk Iì=»êTÄL/‹õh8(mÙ@%¹3Ò58œk’H´vl˜ß?oîß›-óØ:÷ÌZ»·‘}ò¼ögG«‘1ßV\2'ÎéFª±'Á1÷} ¹Ø@'‚ÕUGºÅ~W’7xc:Ô­„ÌП>0Îçœv'è!IûüÒ9¢?£PÒÈ‘\¶jZ#û°–#ý¹‡¹œÆŽŒcÇuÒƒ/Ëóä£ô²¿‚¸¾ì ÒÒ†Î÷öÓß³~U¡ð/’…p%€5©!¡*z«»7dêîzº¢¼ã&—í!ó A¿Š<0‹Ø­YˆPžÖlAñåžßI¸ˆ#8ñ©PJ² CÌ´"Ð'‹¶²³Î~Õå‘Gš eœ$Oç:Û­aM¥æPk‘[ìzY}‘Ï-&#ÁÊt§B‰nTÜ:š4Q/›dõ,¨»ÜÜÅjIí¼ä†ÊÅâº9 ;,yýʉ, ¦ -KJ!ÞR?|0—¶ ïÅÞo××Ð<ƒhÍnZˆŽ—õ¨ŽÕ§0dq™ÁNJ ;v.|e|ÜY«ìÓú ™Y½´ð˜~]€‹¼»`¾Olcå;§î­¿ ÏàúTkíÒ:™k¢Ùsãkäk“rO •â0yÁÓî)ßÉ(Ô -îŒ@ÒX=ßPÆØþ<‚O¬þ$çVäO+n®°sF`ÀuãóàõI±|[èìâèzK7˜€yû%fL*«”Ž4'åã$å@¯Ë›~ІOæì»Ž¼s2HÞÿ3!lÌöʆÏòÔÒ¯l<Ï×,ÃÅq÷öD¾hHˆ¡ ¥¦Ã¶ˆ×þK½5{ -Vz^üõ–ݨuX躸„éŽØ¨´õí[?ìy¸°”Áu<œˆ¢¥òþ“–*ò0 Ù!@Ír‰y8^9)€5çœ[®â–YØ0\¦pûô»5*‚qQ’¤IQ !.Ý$­Q,ø‘„t-Ua¦zÌK ¯,Tp,ÚA BmvBÛÍ–3ÑæÈç°\+ÇKT3žÇÁ®hÍzÁLKÒÝD^Øß)ÝÛx +©œÈ@fð’̹r5làÛ9‹¯»"Æ!ÞÕâ’t äíÇ Q™¡ÛZ~®×â·±€FË ”Å+Íñîcuâà´‹Bðˆ¸ëÀ‰ƒƒñ•>cÜnz»®Z«B'{(ëHèC0¹øÌ'¡;–T'%±ËºÒH­ÉZ˜ŒÃ­9oì¯UåMîzÈeN».Ûhðh„Ðöv›®ýÈÓ‰´2(ŸÖåèzIx¾LŽSQ6cC‹>bq™Õðí¤·9ñQUýz»])ß!Ìångg½×”žÌ¯¼s#9èóåcd(Šì¢©Ò*Ñ“ î¤ -”ÄÆüª/..óL&d2ä“O>îÉ–Ié†zÚ1´x#â¯#0^yPgNk•É@ N4Ú’unZ.ûþ`µ¸”"Y€> ¥sÒš•‹3©iêxEÄáñöÝ®3ùù1˜¬ÚÅ1hÍÚ„ÄX!º,'skaš!<¢cB'yÓ É -sr…åݨ…ïeúÔ ÇXIõ’Zx[@jÑûg†Æ‰”Ù‚ÚI -ØŒÒòŒK.²=äâ1•æøÑ¦´ ã -À@K窙ّ*ˆÙ÷ÚG'v;L"r,ܳg»Y›<Ûî^í:¡ƒQýÌ3dJû‘Zûµ:ÝBNF¦dZwí‚ {p¾¼Ô-›;9q…(šB†¤š’³˜Íù,æ_‰bû~ ·S½â# -F:)­lÛá‰%FçË&¹ØçÖžE›ø’ëP{whBîÆ^o¥l}ÛÏ\ó¥Ñ ¸ë:’¨Ï‚2(øOßÞ¡á[¯CÂ^j‹8*ßÙ·A›ùÌ ´SJïÙž•f6£7,ÑØ¡Ív;LŠ÷ƒB7ÊhxÙ¨´ ½–î9ÃwŸ˜¦VëQR!FŽ¿ù”rÿˆÄÓmaÌ!Cz›÷Ñ©^’½vØŸ-_xå* fkÓ™W1n„ÐÓf¦e§’U -"UüàÉ8,‘{#[ÞZ÷ãj¶ ß‚°B<·óPù–‹JP‘¼bõ —S/són¡Ë@±¼rÏ:ý ÿO³sÛáz¼\vW‰Û6Éü¥ìÆ»žÃfbÓpj”ozÄÔÙÀ5ê•äe—AÌ(yçš ¤ÎL2BUZm4¹™=Õ«>'¥-³»ÓdÏ; D*YÃ,Ÿ—§bŒ–¼ßàÍmœýžš­¸"¾ÏòTÙöe»;mÛ¤#©q©“žÌÐ-4±Fœ W0*=ôwÈ‚®7ñ—®óã$hM:'«ad±~!>#{F(l“óvà˜¿åx‘–Ô)«òæn‡ˆa1¸1§ƒ;¨ÙÒÒ#qm÷êØóGÑ/VzÜ \›eP"Å%À¦\÷à1`¿›=_l&’Ŷ.øÂÿ3ZFI+iöhÝ⸚C½g½ˆØÖ/p •lÀ‹á°åUØuüv5Â~c ÙÖôcÔÉHv0ë/5òRvv°Ò㊠‰†Õ›D?VûÄ<”H‚¾ä…#d¹°3a*¦…!=Éð¥¿ä,9¦Y•6¹!‘*ؼ4rߎí È,¹ªX¯q+ùL¬“J¯Ä„#¥U*ºó(â6t¤¢uf’7TN¬vž£÷t3X™ ·l±IQ¬& ž=¶CLÛ)ZÇCP-=ʼå&έYÓœ±\ìH^•êÄ$_¨_±¶áA³¤«-gW<\6É'3SãaŠb…Gk™¸Œrð6¤”М’qi‹õ…ùà4\’M¹ ã… ±8¼Ø¾­ ½Ñº%®ØÚàÎØÒƒ/V«(S^ÁmÓ²}+æ4Ÿ–^‡:kHÔ‘Je0È™m‡‰¦›)W¸b‚•ngݱ;áQ¹3ƒàhÛyÑYåe›Õ8'B‡©w“VS21I÷³ÚvFQ€-Ž[9äm$÷îd³#ƒ£:3É. Š«áŒz›ú²V°ê]sû¸¢S¶#]K¾¸Ž'h©Êc:å5ñ!¡Ëê¢-#ò}X¿q—œPx² ÷ñ6ÑEefòk¿eì½ù¥òp[Ìl†Ú5ù=³ípóf3’nåähöLÞP¦j ‹¸Õ Nºß¸í.á ê»C«h}kVõ¥˜7*¬* -ìÝöù¥¿(I?¢Ù ü|'›Kœ Lë–8Ã[¤¦0FÜž×ÝÛ…Dš^˜P6øqççðÞúž”òxav€  y.™T¢u`=3ؘ÷J]Ô"MGêõ«ì‚”´@ËÈÿlkJ"Áž¡ÏW-É:Çš¸â…•DM*Ñ}w<—¦3J% ™¤ -2êÄ+f–³¼F§}ü›“d,§¦³Eh\TÎ;ðÚ꬧’ú -I ¨¦ô~¹J?Ü¢nt*±)•.|ð1@OCE:ç£aæÒ˜ÔVþÖ}¤ùD’ËŒ†Úfë‘STS:ôÑÊá ôNPV<™#é÷LÛ<—ã+Í#ˆ| ß[Ñž>ÒšRaZ ¬Oá¢ÕÝ—ÏU-qqóáû1K±ÙUé5)âü£9ÔïljÒ%uq‹ DPùKZV3î¨ëþÓÅ»ë)`”(¶JúI)¬<(dà¶¼îëñß'ÏÌ«Q¡ ²—3èk€Ð?ßÒÂí9rÞÖnåô"(‰âÚ©/§‘Æaæ¢Pôy±oöãZçÁôHs°€å9(ÐvZ«…+¸d…Œ˜ÉY ÁìPZšÆlLmÙŠAeRÜy-wŸ_õ;± uÒiAM 9/Û>ƒ…> ¨Ëe¿Á¿t.7]ØT[ƒHé»ßCF$-ÍÆBŸ…ä[.}°€ó&XEN,3_ÅjÿìJD[g )Ë2n-¾@ýhMWA!¨‹SÓ*>Øq2£¥& öpÞXNl¸Úá›–ÌÀAE`ì$»%â“•'wY ç¨\‹™›ûøÆt¡î¹¥DZ.IÓ¢DÇ.<·Ü½yÉoe½ð4™8ç5N Þº8¿:>p>1´‡Ó)fR²ë#mÅÀ›i÷ªø)‹îë]qE Š8.‘U‹õîÔÎèïT ¼)wÀî”Uã$•ÉKÇ'¹XÐywˆ˜iû*Qú˜ò €qÎî®`o1]SÍJ£!uJ§rÓ3,t 2¥«£Ð¡ªwáGrg¤EˆˆØ’ú¢æ¹ Òª'T¨ô¡\„z{æ4R¡ÿ)Ô¹*Ðç%]ÒáqT„ؼWÀ ÷±–˜»pj iÝÕöh‰ÍTO+Ã}ÉIZhÑï£ ¿®¦OD²—ë"Î!K^]:?]%3L[ÂÕIkeµ/Œtò¾„K䜋šæµ^{e¦IB¶™}-„.è3žžÀ/."é ºöž-‘qÞ©4.Çð9PÚBUU”Ötè…Ç:îS ÒïÔ½¤tGZÃCw^Ž~ô²+­g¢Îå(Z‡îYoIt¹rÞšµö¬!p‹~¢˜5í+ÃÒIÇÿøæ#Ôä1øJJ:0Kȹˆ¸–“W|šñ0&o6ZX«ç'ði·¾æÓʬBLÜ%㔨gAoi -¦8 jÎ ?ï8ÏGg>4<³|f´Ê€·9æ|×ld*ògÀz<$£,Ù]BGý‚Ø™±Æœ4oŽ8ÂÛþu°†ú‘@QǨ—……%y}_üÑëy”=~\˜ÏöˆÁ›” êrÖ=æI¥\s C§²eÁmZLdî,ßÜÅ7zrõz's®†æÉÞ‹=Ô¾!eÛŽOžå‡31é¹ï€Ô¬ÛÛåEÞ–ˆ1,Ý1½¸8FpòÅÏ·}D$‹›éóðšxÔ¶bá’Å CÚGKÒwgöçÑöKM]†j½®! Ü·d´¸ÚÁLHÊ¥»î¼g*Á€Ž¥t¢ £npÙÞk0ãêêò{ÁÉ?fjÓLœ“ínÀ§#yΔ£m€÷#±nl¤LÜÓ^ü|¡}§ãÝ—!Ê„(ËGàžošõ¬¡I«©uGYÏ U}ö,Èš’Mb€œŽ ‹ËD¬ ózôß ) ð™NT8u.Gšv³ÍÚ˨7-·äô.¹ó¥sp¥O¾=Úk5’gÒ `’2±ÝÆTF#ZåžJñ8Ùì”óÔüV"§«~°eü ºÁfÂXŠ Ô–…ÁHÆQ×´{›ÎlCB^¸Ý+Ñçð«Þ×M‡¯s^E¢/wÈ¿ðÿŒ×|ç–øYg?;1Hã cÒ'¥tj J¾ûÂî Í:ÆZº1@ªÓ’Né>¬~) •è_ö$Ã+ó Þ%& -™¸]¶£¸UÚªU:0A‘rÚ[©[®ûxû´G]†ÔùÚBV¤ò\c‚/»»%!öвÉÁS4 ¥©[a³ÿQ -æî©xá›ãá‹¿žwY¡mPéiÜœŠÓS³°‡–Ýðõ^%Áæ\Q-(m NKØ+|!èʼg#hØŸ“Sª÷Ý>eG‰aLÊ·\ãù6é Øõ«¶uìJ­£“­,U ˜;ºò\CLr¨ˆÕµ¡jÅsqê!@S/ðXÙà<)äº^ð™h¹àZ™\±7¥Çfý¤o[#w/¥À÷ÉÉ++1ü `™ì–˜ãC®¦Üd7C'#Dð6-XÚs1X˜¶È»ËÚ—àVŒ>È:EõÅZàÛgH ;'áúÕá™o²&OcÕP¯âæØ’|¿ÇcÙ_yø½ò« -Åd=O*±¦Õ™©au³Ë O™˜*ÈÇHeqéò™i#«g??½5.$×¾ÐÐ+ÊÝÜ´]Þ À'%«ÚWTÞö‘*AÜ, O$uZé¦[_ T-Ù77GŽŒ ͼivvâë…žaÅ y¯¾J+SèFì[ \žÒl¥²º­råøzø(¾éÿ?QÑê! æö1ͯz¢Ì “~çÚE÷“°÷N¼@ýÿTímån]Ùm3pT¬(9òwêwø#åuÑ¥Ö¹ÊðÞ 3?ÄÓBNKgÞ!–.+×'N+í:¦Î:ü7˲'Ù½ë_¥b? TFYŽ`’»6ÛçÝ?Q [Fix! mœ¢ªªzéÛ -gÈМs‘íUÆDžì¡ !Û[ïÌ( Îè€ÆlÏAWl:Zоy"*Û™ƒ‹>œa˜ì"ñ`]“Î1&Xg×Ìû8[  B›Žeþ盿çÛשArŒQ'ïL2™å!­&Õ{¯²ðr¼†æÊ· ´¾*h`È9>sá0½½âœÝù$qBsã>/7lVˆ§oþ®Ç Fª=ÝÍTF,…ÀVŒgÇh‰½HñY ˆƒþÏ*÷ŒHú°Ž4ÿÙtŸ»ˆ•=ÆBåq½ÊÓB1"'|pÉgϾ3œ¸¥<Q¾÷ñH“ÀDrµGL¨·Íjž¢ÇÌ´Š›š \Ó>r¨ssÈá.êöÒLwÓ£Öišúʇ¡«Cf„‰ÈâZ]Ç¿h©|i5ˆjD w¹»£vWÁ…]ž¢ê‘1Û>ìšêÕ².ODöz+úàƒð²·^ìL^•™En‰©„ T­ ΡE»¥¶ì_BRvO{”v)õöĪæ%Œ±¤%‡Ú«6žóª°EÍ.c™Ml•z’NM+¾';3ŸÄ¾ù/óÛKéìÁÄSG'Rò´u>”ánÃ;ÚÌ¢y¾+“IALúòµ—ÏI7Û=®À‡J -)'µ¾§6b¯– ™8^Êr]·¡PêE|¯w~ǸB`¬WŸ !éÙeÍì«LD1»x©zJ’ “äº?…Û ±ÎîËNÅt¦ËÄŒÑð *Þˆ¦‡Sk gôãЩ }ì`¼j¨VJVfÄÝ’üg‡´!'p&Înâš%0µWhFI7åêDÅÒäH €â_®Ï7†r»®/ëíÉ)Sb—¢LÐð¹éI@é™ËÄŒ×ý0e›EaR}©¾6[3e!F³—êL'ÄJ.ÏnƒTMlH´ö»µGý/6j¡KÌ42AºêMÁh÷==À½‚¯¾=ø›ç%ui` Ö2²¤üÒ}ÃÊ™]Ææ$*H謷sYrDBîÁL«r×ÿL(g1Z¢Oû \Â×å‹Ù«ËÑöº¸o<å÷ŒDps©4Î WU¤=´ k¿BÌ ŒN¥0^ræc§{óXyÈeh-'€ÂÆ3±Î†óÖæª„#âïí[>9-¯gI©Œ˜#¹Îxë%éð®¸ÃÕXSáë“ð9+.µ_ÈQòäkÌcZ*O^¤/]b²³|Õe«KoÕðbn]Òn{è™P× [·çDÇLܹ +ÝŽúéŠ{–‰¤ªÀŠÖ‰&O·5³óÌTUÕIÚPÆÃþx¹/13(&WPÑÀéz=5wwnùr胈K›c‹XÚѽrµ¤Tvº«övÌpâÃy‘Â./(j)˜”ôITÌE®„ý5d·wLSNÑìê¼våÌeQµRî¬Ø -ˆè¶Á¸­’u‘½Üº½L²e 6¦©‘ø•sþ&Öÿ‰u8=Å=“z{b³>QX¾å—#Ã=Úî,TÛýjbóu 3O¤ì¦På4¡^D§¡Ø˜ :  ž¢HrÊa¤½2Tv¿ú`Ï…bÛoÊß!\Іi¢…¾8˜„2§»ÛóÖyüEDšlÑõ€³ÒmZ¿ÌÇ>ÜJ,èºþyH“©ø²‹—}¾ó~7^EËA쀅}äøtlb'ÿùl&­×¤L&oU›­ï  Û ÿl^ ®N̳PñîR -²KcÎÙÄd‽9îÙßH¯«ŒþÐqf¢€ÝÝ,’`ªd'ÐþØÔ!騭»v”sÏhítîQtÄpa¢5iùªÎ[…ì¶\¶ÓÑbu´ÑþÆ%w ¶j'CôKSL´Ä&€L| ú¹¿È¨ŠÊË@BÁÇÊÍî:ºT¡ÚSº/²Êò¦±1ÛútOS¹¿@t\¨˜½)SêŽÒÁ}Sðݵ¬±¥F´ÕçÚ£µFÚ¨cd‡¹ØÞ F¸òàCñ®³û²\ ¢‡Ãüm;WUÕ:B&ñËGÕ²¬Ëªé¥kc³Nü< ;ÂkÐÓÊœ>Ùìô¾žaÁ8ÀÞD j§ ó÷ñüùd©ªòF¨w,-!cxX;|„@ÇÏ»«AsÕ»R=ëä× -ŠkC’±…}6n¯/¶¥pC^~˃ò“¸~A˜Ôks,oÁêÐn_€5ZMGvοºž“–öF¡´£×€æ,,\6£öæÂÎE \TSÓ­Áž¥l÷¶c‡aP°æèyL¢Ÿæ3Ó"®Yºj>2ÎMUÔ\jŠ1çÉt>[T°‰Ö#ê[„îV§.øÂf\Q½ YŽ@ûcS†]Ü : 0^5T9íèsLD„ ÷r×Îk¹¹êtË~4©\ŒövN×:+ùnä¢ÝÆ«Ù)ùÞ¼JÛb×ó{+@¯ÿÏV5÷D,Ú» Fi`Býc¾ É–ènßµmÄÆ•q% |,ðà¯ÒPu] 8Ye_¼ûIuü!? 1š§qN½$4°áLñ¹Ñ7Ë OïËHÕGgt,©€pU×§YÈÎØ_tT­éT3nlÌ?oŠðÊO ‹Ñn:¶GE+û|1Ð!ì¢Èz¢Ï µ,ëŸpþfÖÿZ®ì©­kM@\ý&…*¾`¦Žé‡¤{5å³Ü*ö›YxÞ)6ðK( ~—4Þ£í…Slà¼áW°!ÔîÆÕý ñC‘ÙB…U1ÅÇǬ¶n‡Ug:_QŒ-ø¹ó¼M·§aٹ˜{=qòf±&º -¶6«oÒÁÓpBµ+ó±°¼0 -¾¶'¼qnªnåº •Ä2³@2%`1¸‘eýŠ—Oób“=MGØ9g¹¹û‘ƒQYצmj,Ï3–ÆîòÕ›rªÒ_íV°ոMâ½D“Z GŽÞ>3gÔŽÍmat>fy¸ý¢¹‰ÉŠ¢ çÕ®nš;Oß›W[ WÔ×Ú­‚7Eat£¹°qKÌllf¢¬E &lNe¼ƒ£Ô…m–v–[®Ã÷´¯Om’®Ä=Ö ^1$93nl” ȉµèøFmÚ\*LîJ–ã2é”´áj[³©çîß%¤"ï¶s4³JP‡E#N¬üvkpˆ”V{‡FÂÚ72±¬¶;2E™‘ÈÔÕõ¾NÕ›}¢R±@0-ÈbtH^àm«eß1;ïfÀ8÷U55Æ™ER]ÈU‚G6¼K=‡»Á<ò'ŽÑr™²Æ9Gø„¬)€Ú»¾$Í_:DUuÇ+£®=ƒÜ€¦ƒZaxô3¬žb 28S¸÷g¬è!'@Ô#ì!YBü£MiÛnLÂNóLT­ÊÂS«˜2[·‚¤ÊìD)Ý6'io\7©Ë"/>XgåD¢.ßtìI«s>¶òùغ¢˜Hw¼DNåvÝÜ3š„Í.oÕóé523§­JG£K©`N›©º…ÎËKRå (uñ*“Z,ÀA'N–wÄ4§r»óx_kg‰Õ3q¦®Ãjôn¹( ±<¸Î¼£÷lZ=ŒÑÖ­5Õe5ìâeeÕS½[ïs#ŠB0ÏSÕ­ZUÈù*¬`& Ž«Ð;˜µ6¼w60g˰}œW0³š+DãÕIW£ê¶™Þ'77ñ‚qfª^Ê6³ÚJxñ¹óni—…:Ø.JÍ6²m ct¦µ  è°Sôd‚ŒíŸ\9°S­Ñum9ª¹?©ôªShË/mÁì<ƒóî(yðµ~v 1»j'ä¿ýc<®c^à ÑëŸÖ¨2qLΔ"8µÃjˆèÌE´ Èä‚’'»K†2Òm—\‘)Od%k™…%S…QŠ €·é‹©XÙÙyÓÝœRï6GåqX‚¬‚i··¬Hî—rpÚ^¬BSÌÖ-°\¦Ö\7¾•9zl*†,é1s–BöŸ5o55 :D»Kb£*«^zÑ‹u&@/£ÄG)•ôÖ…êÆŸ¶\K6N`Q~·^^¥Ãª_]¢kaá2gÏ`C(zމ©¬tuÌÈ+’©* G×Èγ¢£ì|ò¦¬¼Z. KÍ,Í3cÄB}Ä×gY@욘@×Xi¸_jÀ)'Ùbý£ž&ÿþ¬ å Î?²ªž"WRQÏ—¨Ô¤­Ðà|wI”xíêxn|èdTlF¡´æÉ©\®ÛHu¨Î…µ•µ²¼OFxÐ*MÏau†öAr?6ÑäL²»$l“ÄÆ|Í#¿NŸdxï1ЏMi­b%ϹÕ×£Uœ$àfCmžúª]îç(£²BÔ)º4¥j†¼§ã¶£—¥íIAËŽ>êËÎO[Øs{óõá/¾¯UßôŠÝË':LViUÙÍšÕFëcÛ£ ÕI‰-1Ë©IÄláÿ¡Ñ±/¯^\­Žnjù•7kÇùz’䌡älN‡{Ç®ü1[®›¶] Á·_y€vö”«G'ª;)g¥Yç€sWCÀȈ>¬ãÇ2ƒùHj 0Î9:°C+[‰îšÚmïJ©IŸXû9–*öË@–TÑraBÚŽß åw*Æ­ù§ñ”'Ùw¾sOŠÍ‹hŸ¨ž$.ØáŽÞ\‡Ûµ£xe.¬‘p3µ)Ñi(eúÉž¥6Z2´/#Â¥Jh@íÒVRýPØG«8„ ³îˆûšCùªéü…ü…Dw {TÇN’†›¬&_ÅÁ »§y@F3¹™Ú@é´˜º¶u¤‘­L—í^€ˆ’~¯cBùZ1BK.už=Ó‰4…pQ{tÎAÞ6›ûµm2D—À÷y¾t Ü|¹¦m¼¶È!lµbCtDݬXµH.fÍ=3Õ¤›·4Nj~L]TYÕ•ÞP®—j<Ð͙×È.ïêÜÕ^èÚ$r¬%KÖå,b­§Ï\/åÓÃ@–wŒ¨þ¬óz‡/VVg·A0ÞU5e ËS¢LÇ+gKæèt@¦uÁ$bBE½^"_.‰&ãÏ °ÉáËlkÒg;aç( ®kaRÙ©<ž´ -\6£¨5ó”¢ìt]ÃSé’ÀŽ£”6‘q¤°S©ánƒNPXÉۄѼ:íCÙåºMO]/5§/‹ ›Ù±LF23‡„ꘕ™ ³IªÏšr±So‰iqú­ZbÀ7˜y²Õy¡p -$œäÐÐ^~æXfj;K/ ú®ì~ÍU]”-b0‰›>þïw†sÕNÙvf¾„DxNé.›¦ìá-3Qlm6ÒœHõ[E!¯‹5S¿3¡·B êL´7{>„XQNc„äö!šv{sˆêÔL÷¤"–HM®ôXŽ`$ØÆö³pXë0¢Ì4¸,´‰Ô …òcÈ'ÖÍJ:°ò0c÷l¦Zr2’Y^ñ<;xÙXÃíÏyÕr|–[HŒ{gŸÌ&›,Vœ@µFöA%šö¯#ÓÁ¾b rpír®9¬*Ëh£ T5–…Päâ0^u¨^åͪ€}ÍÁKÚÔ©òÐ1Žó¨^ -Yfî¨Y Àfp´ö;SîdqK¡Õ~æáÈr¯¼¶ûPT^&õ@l–±¸ïZ¿R;S³Ãè8-¡µˆ Ô«Œ*$ªÞ©pD¤ƒÕy?Ä-+vgB°zÓÍ,Á(õÝûØcæ7‰I°)”Þ :œ£±&±íßw;4€>P“¨^̺i”+ª^ËJ&вQ,‘.Q‡‘æÔÓV--.9N¥Ôó;’œ;%äŽ.Fc˜§ÇßçÿYF0÷ïK4‡Œ—UV=ËNÌh2>SVnT+»¼æ-p…ãÚ´«2—H²=›sÁPÄ4ÙžºîÉ;Ö¹¢¬%“ò*“ aëÊ °…Ý%±‰²bN‹©žÈ d†½~`eD§mer±B´Ïèì^e¶j2aåÇîJ/~$wòþ©è7o3¬8ò"=ÓmóîAöByäÔ÷EðÃ!ßÂ2r†ßÐ3ÝJK÷:å"; =Ь\-À‚qK¸Åiá1­Ž”:\{ŠNQ‰´ó fÖ0µ:»£ý±óäÿýÓ#wÂ/ùò׿ü÷Ëßàåë÷÷Ï·÷çûçÏÿËÏ·Ç]ï^þøþõñùn~œ—¿>þóøýÛÏÏÇûÿõ®ïÿãÇW€é )üåC¾¼>ß¾}þ›aNjèú6/>_ßï_¿š87÷ÿæ_Ÿ¯_º¾|ÿãõùãõ_ðÿÏË&Ÿçh‚xç˯¯ÔÛ?Þ>^‚OfDÝã÷žòòü×ççŸÏ/ßÿñüña>-ã}‹¯¯oßÿñøùõÛñ¨eõY{¼ïËëÛãoÏÏ»ßýxþãñÇóýëÿû¼ ¼É÷ùåùçãç·ôsýþüñóE_Àí^þ‡§[ÏôíñþúÏÇÏooï¿~ùåñõí·Ï·Gû'ÜÆÍL½íåÛ÷ŸŸ÷çþãËßž¯¶í-½ÿƒ^þxûåùåù¯ç×ÏÇû×/ÂÓGߊ·}ûûŸoãÇþãùÇ÷?ŸïŸO²OËøj¾õõñ…¾õî’<Ò³×¶¤Gí~aì=#«nÞôë’3íŸ81(ª,ÌÈ¢}áÉŽü¤W1|A¹ÏœÜ˜Åì§A3s“Ä'µ` -+JyêóëãÆ´ÇâÎñF¸}%I9éwÏñ¡Øjw1u„óÜå2£Rx´´Ô^"­aòxH=A*Ž+¸›y˰¶¡ÑƺuK}¢ðdf,)hãU§âr%6]HÞÂ!f—T²ÙÏîî‘y‹î¢I↉u0=,µï£ªÇ¬ÙÌ_=Þ¬q‹²Œ³nµÚÈrµ.îMv(t Þ«ÌÛEÌÕÕ±l$‡dt¿Ÿ[wT^ ldú%Ö0#QYI§£Í?±ŠQßñ}>!Éß̃æÎïséàX¸¥.õ }ò_ùR:Ÿ:xS蜇tm`ö•{.:7iWx(@±mšêËÇôxÍE•j™ø ²›ìn¹ô¹“µgZJÜ•›©<‘ô„VóÚ¹núp0:0…‚9Ý. /p;ïï€Òà;m2Â)P3’)<µ{Dâåà€—MQ/ÄbÊœRlÅçÖˆö¸$¾@öý©¿DÕjü%ƒ‡O¥Åa j·´Mz¿±r© - ³6ǪƒˆÕ–©Ê“TÔF,çÚØÑì¸@%;¿žg e÷!¢„óÕû«œ¡â‰´î²CêkzϲÓB³ïaUJ;wjªÂîÊ" -ÅŽ·ûKÅ:©2'X^)?iôi `Í;‰"ÃÁ ôüœ\F3Ï»¨ÍQãOÒ`ûç8ròWÅÔøåtgÀÕd|1iÞ€Jøé‹ñGÜ5£à¡ ¢œ -üäõ Õ,@ Ÿ¾‰Ô­Ï ¸q‹œ°=jÖ|ÐöBÓÁ¦pþ«:† >pºn뾂¨kOg ÓÝŠæ&Ô@Õ¦O€˜¦Ø]à¡x®¬õ\Jû -%(Y|£¹Â†²ÖIСaJ\LyÈEuvvŽ–qB\¹#yM•¢V‰Ø7:!–„c»ìJh „-¹±"7¾­Tˆ$LæˆЭÈí¡¥¸4À¸Da¤! ƒ;Dk#ò¾”œ2Çq}ôåçh 1Ø·dhUPw@Z©Ž‚ò|lþ©£†Ç™^¨º"Ò‰ë)¢‚H;Õ±nB%ØPè-6,ª¢KÒÍ«ëÍ×ßý–ó²1•~ŠYÁšR¦jBþ(e-sqìB®[fán5“õäDr(@X¨Í†ŽÄ,µ8‹Œ9û»?ÚÔ8ø€¹8¯ãhúž’دg]Ö± VÛ] e(Småöä/˜ Š£h¹ë=»’Ëpuð­ÆÍ‚èÖ±ÑJT}j Ž.ˆ9Ö(ÈìI!Íwû¼±ZlíÎP•ën%ÝœwrcP: êMÚdFe%ÆbN¥±ª 1Fªú\üëÀ¸lY¦™˜>g&e/x>¾YÁætg!{ôשhWï)i(ñAil‚¥Ö>|1g`»…£›×©é”çª8Z¶´à(nŸ$ž÷°¡êÉŠÍÝšfœKP‡TžC Ò'//Cþ€Etèö¸:LÔ<ß›ïbóÚ—±ØOÊrAÏ(¿ÐeTÒ 6wWšqòPìt%ˆÍÊŠ@MŽ*Vt„&.^0׊>ÚWÌÚ zlª˜»BŒWñ…êÅ«ƒ9Œz¨u4¿Ðcl,<"E˜qµ‘ä+F» Ó˜¤á^ç{åyl&â@ÐÂÔ–WD!W×j£`GSwïl5õ6  èp€’ÎAÝt¶åÒ0s‚·°9YÍ@>¦3^šsÎàËØk»qed SŒaÅ}º|Ķ–qÉ-ÂóÉüSyq°µtº®“(¬ù(c@irŸéŠùcÏɩ͸qdº‡KR28â”hrKs°T—bu:Dk³¼&¬)•‡jÍ -kÝ8úkbƒ-¤³â.}$ä¤gÁ½ 6ÙulÀ ¤¤]⎎^SÛ{À§4v6 Ö(­KyB6,ÔïPTºkÀtøhhî€ç9Z+V`pHös`³%mƒð&9ªk§µ=BÚ™î)^éÝ;tP" Hùy±5rVƒòT¹žø6ÉŒàV&gDeiˆ¤ðÌË i(X«bG¤!:*Ó&B(N£¶æŒŽŒ§ïßÓ‘×´qHB3~ï:ÞÂxé¦ZéØ#µ§—Myñ¢`Û¬&<ÃŒ1Jžîé8†™×iíªª g°ˆJxj@VÝÁC;OëÖš7þ&Õv•ƒ¨¯6 Ê8Ѻv1Qé¤6RMÊÃL*Š®(NSë*qz§µ¦vkÔª£ÚæàpÎ Lfºm¹säFð¦û"XNx°£Êî£>®ì‘.¹u€±‡s©…ÿÑ™Vä’˜OÔZC˜ê]É¥Û>ò,Ÿ‡&¤ +“’ -À(6U1u¿³ˆêV¬ë@À 2–Ï fH#—$²Ø¥Ú¨tð¶k™i¦›‘+oÉÅj5Næ`½È܉Aj[pdâšÒ*˜«ÒÑ;VúlÚTõÒuÙS .Ðçݤn#­Ž*T`]/öêsÉÏ1rW„èÌ™¢ÂsNµG@c˜k…ç òO…ÞêlÍ51 -:ºu þ¸Ð7ÒÞ1œ¸ÑÌ-šAl5ê¾OÔ? …J`Ì…÷Ùë$— Ž¥uEFd 2q­ÇüÐÙjã¼N+hæ@^;ìÖQ©ð¡y¯õÅ@è†9°žÁ0cwð<;îzg3eǶëV'!‘žU ŠæM­¹½ö2éC:Zu¨²*3ºyBÓ:2`fcÓ‰cVë¶µàJÖ䯮îá{½y©ªÞ•‹NêX>‡³l»Û¬•é3i†8w%*³£Iuû ËÚì@#…:;lO0lGUrµ)<‹vÏ0·¸äú„WQi4ë+dŽ‰Ê“`³®†½¶@…ªTm¬bØEÔ*mLrÀ2F–¡K['¡‰–Æ¢³òc‰$I +¡1k„€I#p»’­¸-1 š=#¤°R›º|V[­v¿@g‹V°fíǸ#²E,Ín `ïŽPÆ%¹j.«À‡Ù)€d¹P=1Ýj<ïŽ{FÝ fºYÉ ]üÑ•® MšêM?j}t·Ñ„ ¢Ú)»˜Ô¤sÑ…M%Σ=#XâÞE_ÿÞuÂPó”˜$³›wÑ^ÈÉâ€2M®?@¢ó¯üÍ1ÑfÕI7_]}KœöÐX@ l¨ö•h3W¸i3õçõ‘ðb¹ž§ëh™Y¥•£Ud\Ê7)«v*ÅÓt5Šçx/ˆ‰èÑŸœ¢º®›]81"!ù›N*Ë“Ñw­ƒKè^9¢×L4§>Ö ˆúÃWe2¡9Å^„¸íú=FŠ7²•s7z-‘e[™‚Š_«” yü_{bo˜Ãª7=åa¶¢Q¶¬–”ú¯Ò4›Jðñ(Àÿ0s4EØêîVÌBTô`/òn:Z›Œžy&ªE¨@­9EbÊ# ì+ç²y1q‚×=,‘ÃÑàéa²Ã°C“Š@%Åw­t ¤]–„~){Æ6X¯‘—,Çg=ﵨ¸Ð§ÿ¥6.I+L·‘ê—2î?=ö–Ükýÿ¢“±Ø7ä§™½R—mYJÁˆY[â1Ò_ô•"ó}Ω¢,kú+½÷”c湇fÜÃ÷²ÜëkQÀ©¤^úêµq¯í¢$èb‰Z•é€-«RÚÍñ²ï Õ ‚Èaâ\Ð15Ø–¯s#D8H¾}ÅqWúU:ÏFŸ‰-^ÈŸœögsŸŠ¾†Ô¯îmòïÿCàHHÏÄ/ðñ’ÂBDvBÏ„4–4CÐ;”ÌbYÞLݽ`¾Û.t±_h>á×ÅØ(œ&”Ðç·ì·1N#±¸Nû»`ª5æ Á"AP!?2£"™~,vÓ ‰-•ïÈEtdÍÆÝ•@§@…ßê\#¹ ¿¾ U3GŒbPV:.M–ÇÁèeˆûNêY`Ñ&¦ä(3¶ƒ˜«±—óïfj4ýç<È•ñi„@ë·6ïÇõ¨þâ-r}Røò/ÕZó6 GQÇ@Ûèð¡t ¸ çaµíÀÛr£ã²vÔ á”,SlgØñ!,é0ÝÊ©ãÍqkEâ_£ÔO÷5g?ݧ{a­+Mþn‘I>ÿG<Øí¸çF9îH²s"ªk›‚”¡È@âÔ58ªÑá"¶§E}íwÔßÂEëÍÅ™ïnÁ|÷U'ß'«è,ƒ|gÁ@Ó3—õ=ÿ{­4ë -O¢zè=^ƒJ8À }*r¯„Áùq’ô×n,Ù4 e?ÿ\Ôèw JDv€vê80=–4†Ô¯(n*M¨¾ý¥ö‹£4jTXÏðÚJeËÞ:[o†1x³ùù‘Ž>ÝõÄd ë‚âQy8!µêm·åa3D¼Óäã_‘ÛXrýÃÒhcS º}÷$íÍ{Qs]›û˜p\öŠ ­¿íTÏDƒ[R+äö£í|IÃW´n±u+ª@MFo´Ê›¼píSxwY›[Ö‹» ×¾\Ê™2.š¹·jà6ì¾…\…à…Äz”¸bÔÉxþÏU€+E½UiM™·|ìË F—´›òŠ¡ƒº'|i2Ù0û³#Õ«ÀÈÆ:¶]BŒjw‹ä6m²g)aYfBdRópWp`S–ÑoÏ»3Q•­YDüa£ÚGBq_ÍÝ•uî›|Q2ª "3:út_ë‰9Yëýhzak‹mW T4ìPµu’cä2'á(Ùß±Á¹ÚâOÍÓ2ïM;WÐE”’|pÓ@àüÆ»¯]>Ë¡¹§ã<3"$¢ò¸’árcÈŶ/ò¡dæ¬<ˆÌŽƒå÷"ýs®¶ÝM­úsSé†îM£ - )’©nkzö±ðEka‰Tžêª0ËÒ‡êÔ¼´ÅµïÃ9æUôx¹lÉD%d`?á?çõ¼eHz# ÊŠu'*JvÇ’i9Â}œz%S@nÏ´p¹šE~þ”¸züI¸ŵ›˜uX)ߎÇHzt''n}ÃpŠÂSìa‡oEb’\Ùpí¶ºn[ -|“–©}á¬F[àZ¶¤—Û Ú¥»Õ³õ Œ.ž|Üîxôܪ˜-àpŒTo´ªð³…/yjˆsÝÛ_qÆN‚;ØÒû·s¬Z¥&7hzîSÝnÚ^UçFT± 4 ðBì(fÄÀ!ùJ]ºâÚÄ\{Jƒúû>´Š½RîåmT sžlòúP)«X ©^ÈpN@FýW•|ÓY…˜¬½c}­c?^ÈÛ9åE¸¸Zæ h|^§¾ßw¸Â5qO|±ëu÷Wj±™Ýá9|¹Å|Ã?QòG\Öæ —‚íE²eb[Â*¥ÎÁïË™Úɉ$Ž_oÙ P«ššæM¢mçAÓnM…·Ì¤ÛÖɇââ„Ïß‚&)!$í|ô»¾ƒ¬‹Hm«^¨ -–Åï:h0èl…‡ÄT_ËV?„mjë´nÑCþRþ˜ª3¾Kñ~vbZ>Éîc¼}ݤƒAù.¦VHÜ´d¼i?û‰t®RüB^HÝao‰½áqm ,ËßrPº“G2Ys©þb/Š©ØCwæ ]¶ ^lÑ^®þÑù)HWá>Ž: ½Ù†'è®Ì™© ÷CP,*ìwÙs|‘PÍÏÉ‹µ†kK•&§C(Øýè¹#¹åpôò¦P—Ùoý圱“Ý;Þà khÄ„\Öþüè§V/ǦÿRƒ†ØÍØ×Ñá¼—Ö²W »`âžäÝì -]M{yZ:Oï‡^Láü\òÝãØ‘Ô½„n3í„ýHxø4ê›wxø9µÓˆN¬œì»L³x\ÇFBÑ ¦ÌPÇ $éuDVv÷X4YËÇÓ._ @réØÅŒ­ö“1?~%2¥×;otTëöÅîFáN”I¦cØ:ä¢ucŒ¸¯*˜nq#}W÷š|†z‡ÆXû±0ý­)4u ÏgÒrËÒ’ÄLjüêlE£T¤8ëX–Û"r ç?w)gAq9xʺ×Ç= -݇0›k0©e,܈³_­è3Û24ÝÂ|@R]+ø#ÍЙœ¾¬iâÜ’š‰`Müë(ÄtåR× *›ì1`¥cLܤ½™R›i×Ê'ØlFþ×Hû™xfØŒ Ë6Ó…‡”'Kjcîõlux¾ì—ïL”wÁy³žŠðäöE·ÁÿôR1»ÏîG¹8·}èfѨ?’÷ÉÁ%Ù)ˆkB|ý!+ß}(Ÿíu¶/ª±l +ÿ¾)·û8©snìájÛ²ŠBVêÔ¾)ÑyÔǰÀ\ÃPØzÕò cžnlo¸‹1X˜«Éw.ß¡úuÕKQ<Àç´sæäh¬r~Z(šãMdø´bÕSTõ}I©r8%…_†ûB Hºÿ—¬dT8pÅ™n‡(×+ûì ûƒÿ «w¨ ‰]ŒoÛ4±¸Wƒy«ÿ¸ÙfìÃÆ© ºÑÀâIªè’¦4ÿáJk£[ßEÍRF¼Ø,ÚÒ3)£4Ì}wÒhVÀ®>\¾D¶ Xc§æ\ ?ãI7ºaU5µ&ígÄ]°–?´ÊF¦ap)¢¥3]<Ì!pºÛt8$©âÈ7M&Ð1‘$h`³áÔåž‚h¶R=‹2]o³p}Á`i_jLcÌ»"7«]6| 0µ”o½-Unl¤Ä ÕgÃlIÑpÙ”ÃKeqc¬"$ Úâ.‚KߘûPUBSÇÖù˜:æm_² &kps¥´ÿ_~ºõfU÷ˆsYÒÚ†Ð4:üŒ<´ú§Û }\Üh÷ÑäWç0FÏà®F;âhwö¾p¦lkG¯ûÊÞCÈ¥îÕÊXó^²u‰Ñ\TbR‘/ÖVa>ª»¡t=ü¾ÜXª¼ï5U£%ÙÐræ­7¢ðdb £š¤¾þ¨äaoƒÕv•Ñû1Å®Äã]kícjpvÌ™“¢ ²"R­IcËÀô†•ù‡”(„¶•á/PãR@pà·¹)2 ^Euꩃ5ïÕábeZ{T¾Q•E€Él<`îu¹cžÅriQ=Œ×6°ÂìZ ˜ -k {<ù«™Öô¥äÿúˆCQÞyc>ª–óß9ïäÖXm×ãîD=\Íb§Õ©‡ü ²sU è“0ÛÃâü7#k/¾6¼'7ñx·3×"*ÄýЭísç)ÓE_¢|ä¾8¹Ú%Ш²mï·Š! -MÖgÀ-žSYï”ÆÖ.:榘g£‡Åœ|lÜIºzèLR  ®ü»íl JE5EP€uWgÌ‘$æNTßu¤õ!”×H*^Mt •‡lbÒnn‰k¤„•gŠv«W7ó\ -g湯¯¶8ÈËòœ³·‘€#-_H>^#[=6•Zä%?ŠÙ­<í'0­& ‹êd'‚ääîUÓ,ª&÷H†¨ºŠÉ†1[1ý ¥¬ 1ÓÓ´š}ž“â— àæ)ÑN£-†Uý¡úq‚8QÒ4ÅM>&v?çÜ4 ©÷N`Î(9 O]ÑîP{Vß^ä’ûϯޖ3’‡zUÓiìúÈ![!ÒÔ3»„ÌÉ’ç¿#‘®ê·ÈŒéùÕÕøÙóïÿô¯Mš+cÅ®ÈUºzÉ¥öŸ3ãš¶ï‘V4™(øå¦•¹#|×où’|¨9ŽÛ¿ÛÛQJÀ޵ýãÇê:\Úx¼ßšªLzŒ¢{§ÓÂþ£=4Ë'ÿ©ÍUlm°÷¦½Óöª%ÀÓóÆ¿ÎY`rìáÚ™WHú½'‡Iɹ„ʺ.,Ÿ^’C6¥>]Q%¤h a”Šj¹¼Bà' t¹¡IÆ’¼É§HÕÔiø¨£Dš°`,ö'L î·Ún -¼7v°Yÿ½Jv¡ïb+>Wㇺâg;•ð½ºä"ðs -x™¢¨Îô´n;çæ)x -ˆ­s)¸ç(çkߥ¨W~á¼Ù)B) æz49ÙDéuä¿à«ÁªbÔ}¢¹”“\1ï¯fÕŃ+ôé É«XžÎ w[gÓD‡áæ$xêëi6™f[»éx5⊠þv–â¦tG¢ªo x»B麶áë_3o†ßuú~zsZÒ}“µÆiÉM¡Á=,Æ1b›{¨Ýá[p¿´&ß2-ç/xÙpõ†t,¬=7a$|‹éÚA”f%‹œ³ÚÖFÈ–pp²3s?3-Š|™pÛñ=8<ð-]¥,pÈÿ<7˜1ê‚“\€FU4sx<óÚv]Mš‘½È$VÞ×4ŠyN4_ðÞxúô>"Ôs>ÂæF„­´õÔâc³‘•GXÚ7iÓô\±2’Ÿ»µÛ;3%Ó?B¿ErEÛX‰NæET *¤(°âŠNrht1ß(¿ê¿É& €%°´BÃQޤQ¥NPÚ `ñS-Ë1>Bu‡jû„ÞPà6ZCL¹iè3†Õ(îs¢÷•I£‹îœ?ýO’m4¯·}¬<¯ZkUßGòJþù¤|RßlâÜÇ6NZ) ãçSg Xtœ1ìÔDù\ÿ)R½±¥^Tç‰KÉ.€ÊÛFÍ©KÅ'øÕ÷Ä$ñƒ·ÂlZ3Û8"ÂeîæÖüxj4¡pLRÞe…O=Œê×.qOìúfôB0£wÍÇ0hÍ i£z«¹Ã´›©!àó -.ßeÙ€äaoÊØ±„TQæÂÕŽ„éÁ˜ÿ²‰•†5]Z‘u -p½Š·ï” XmXÑ%Þh·";RÃÕé–Æ²BdÞJ‰ž+Ø[Œ¶me৆6q™gRÿɈµ&çæƒ^E˜+RšG‘( "WNš!!§³¯Ò=‰2ì¤iñ´&Önáp”µî¡ýSÝSœ2©yÚLž±‡:]QízKÚCýF —•†kï„,<á}2ä†ãåÐ}gÿ $›Ë)©oB%‰8U~îÕt$ÉC~¥ð=ŸoSBss°$™1`YªÖä5_2`^EYµ%Ì—†c>gˆCâSv¥F³Y!ß/ý»€~³÷ŽÅ&d aÍÁa;ÙÙŒ¥†›t™ù|4ñ%í¾NWǺ*ÃW^—Ñ!I²jj3{Hµ°pÈ žpNI’Vé>Ä…­:Q9‘È8j\m ‹ÍÒÚÕr5¥{å$ü=ˆ1鯭Ï=ks^‹¹15ü4áDªîE³Ö·¼kÊÏ: Iíꈻ`¥åE,O_‹û£+ÆC)t“¯c&Ÿá—؈±ÿ%ñ1jg¬!£:‡Ó¥kuÆhm²EÁøV2oŒÃ¨v*s³‡d÷-k‹ó¥4MA“ÿÊÿtºç¦hÝ!TíyK>¤¶Ãm…i{f€HÄë¬X¿²AÖ¶!¦Ùî-”÷Ì ÷µ o##·ɶ¦ ÛrfÆ XÕ×ÉÎ֙à Qp”ÔÙ±IŠú¿ˆKk[2z=Ð%Ž£–º‚³MI¯ŸÄé}4a;…~dœº®4õR¿Å~%¦Ìß ¼ž g4 Žâ¦n•½ø³—Æ/øñ­&«œèJLì„°oëmÀ}*OXA`Ó5’ï›¡Í¦Ž¿†Æ…LÝzGHãÀñD½bºp)¿«Ôr¸7H‰|@Cþ8º¶ç3_“Mvœ_uk+7™­"ÛÛ«”«Lw$ȪŸÅ(©1ÆÃPÃ5RÎv3`*ýþ^#žŸ«ñï lÏ%@•Fæ? ëÓÞ²= YŸÄûZèj¡~kÆ‚F51 À -(wZd«Ä¹34\$Qn•Û;¬[Ùˆ¦&n3añ‰—tÓZ“Âõ‚ÃÊI"ôÝÌï žÍVFy/®Ç„­QF²HûÖ ¿ž™Ü§œ1wHq3s|ëcÄöI}“Ó5 Ë“àð"\ó{FGÍ>ó5kt2p{–ß‘¼oÚ¦Q;ŒÙ³V‹GIm6Dì0’x™Y³m“—fˆ…z?„ßQuoÄš^¥û”n®Êù 8ÎO¶Tš˜ñýøœIÔ§3Ì(%âÉ­ÌG|û»˜ÏpdÏZ/¡r5¹,RÙUÈ’E8_Î¥¾äb¿b”*…8Š:æC„/fd-ÉÃ×G@×n­~™¤s#¦}’ü:ð·ýXœËdÎRGõŸNÝîP0ç+^âÞ;áÙ;9±gjU7qÜ|R]Ý]–'­æð£)ÿa"žR,|ý:˜%yšÅ¨ º®´Í€¹²²‰kØN¦¦‘ o…â¹c^D8Ùz»|¾)Ö]?•àEÒ”ŸúÿÄWÄ̾jBO/0\«Š&-æ´c[Z9$ÿË´4ÝŠT -S©ºe§Í .]HÓKq«ö2†*ETjl$¿Àÿ¯ïŽÓd0 º™•»‘‡üVN)R¬ -7¹"ð"Š™Œõ‡höéá‰ÿ]fkÉZ!j4ƒçbóà¥,åqqoOœ#è®·/lÿ—ܵYÇ60ÑkŸN±„]Ü‚§ ´¯"*x3>Ž‚ÕŸ€áBÿJm³;ü$ PêÜf—¾Î¬.£*‡¨’£Í7‹S þ£ÌÉœ+‘ª`ÿ«bâgV,_#ÔA± ùˆ×,“cÃc4ïÌšRk™ê p€Ý¿‘4‚^;ë‘k`QøfÖ :6¶Šw¶lD´µ¯-¡ªØd˜ÀTŠV -µô¬Â²:â“%‘ø_%Z¬n²v´Ñ)‘„œçbm[¶¤}fÒØ,”H×à@÷Óë÷¨\…‘-gõñƒ`4ÀVü&M —’LºæÔÐ6ul -NýK¨8p9:AF»ÿ/-Qæl %Ö®k÷\gW؈êE¼ª¹q“ÚX‰Ëê@.i×Ñ]Ën33:mä+!a.mlÞ\¾»ï‚mNZOñ€)ˆ-!ÿÂà°&ˆ›w` —yŠº2Šòdˆ²Å«÷k¤Kô2ÇÇyø1Ø–p=f>¢X‚5xµ z·®Æ£‘b½5W™}Ö½ÖTÓ=2&¶™”I/ïÄÊ%Êž‰«Dâç5ªò½nzµ_¡ùÈåã’2®ÁáøÿÕòµ¯y -8Àb×ÞËâŒÖáè*ɪ8ðkøJ>¬¾bè)lb‚JÊíMA¤ ½¢ŽA2¦K×ß°5¸¥`0ym³Ž¦_ÎCŠ -dÛO -œøþòª{· Ü´y¤Sw.p£i©AüœDhêòÝý_÷ŒEyª±R¹¶¡ƒd’ó‚u@½o^ö”²¬Äº•u™1K«HÌyÑN6b‚n1ÀM­F—mH6x-s¥úQ!doàÒØ9dÒ÷RX£é¬C/ÒnŽÜóõeÇ'e£h‡9¥Od)ÂØÀ±æÔÁX8“ñ®Û´.–~y¬¡1.ŽâÕjNû7Ûo€ÉPDÛŸ¯ '«Ržp‰#¿»Ž¾Ux!æ>®a*êç;e‰ÙÊ„”;o9OÉèÄeÈ’>\ŽÇÔ`û˜X‡*±oHÑ&Q©9Ê‘esc\×YOúj\ƒã* -\nN“Qr/åp¦‘¬r/=~"ø¦\v%ˆ»‡À†¬šY’2Ð;ô—Ôê@›ÎdT,;Ñ8IÁz¾CïôÒS¯|²åª9› 3wÙ~Õþ v¡òr9L¹e³†}å‰NŽ bÈÈÞD“êÈgAn/<=׫Xç®;ìf&Üý M„*YX€f›v„©rWoÅÔ´´0ùü+Ï[æ+0¥Œ°¥»î”9Î×Ûîf]zÂm¾bUÕb ÏÚY¢áZY¸ô”U÷`z)È»¬LRLÐlk؃륬Iuä ^x ~U\ßM7þ†¯Ë÷k ˜éîUìŠÂzJ°rs,£[â°ÛFáÒ;Œö¸ßââ[îüß×Þs)þЗÿø×¿üõñ -/¯_Þy{¾ÿò¿ú·¯~z{}\‚Ÿðòý—×Ç/¿Ñ·¿üÇóýÏð¡/¿~ÿßëó–hN>ÿG}Ú§ÏÏ÷Ÿß~ùSô»‡*ˆWxùáùùíñþéñõ\¸~•W~|ýüü©ýéË÷ŸŸ?ý/ŠÈžz¾qò>U/Ïû_¾þüñû¸×ÇÇÛ/yaÕâWÜÏþñËOÏžŸ>¾üöüéùv|ø¯Ÿ>¿}ùíñóë?ÆÓ›YÏ Q|þ´ùØ—Ïo?¹þ>å§çoïŸï¯?öž¨·ác_¾zþðøþùú¾ïž?Í—+?dÙùd¼Á~¥oïŸüüÍÛûן¾z¼¾}ÿöËÛ„_¶iúìË7_~þ{àûOÿ~~¾Þ®ÚI^ù…É÷o_=?=ÿøx¾þòx}+¼ ;þnÏ~óëÇÏýíùý—žï¿è‹mP‚+o„;·ô½ÿsEò8_y†¢yzƒU–¦õ3jú¤Ÿ?||ÿüù/ß…Ùl|ôбWб2’ð'®ƒuƒâ˜ WáÂx‹|ÎwÓ Gñ•û˜oëÔ_i½2bª©üüBä:“ÝVŠ‚e³ ØÏ¡Ê¬?9æ§üZtQ½Õ=9~M=7ê ‹êO .?ÒžbàÊZ>Oƒü›Œ‹ê­>™c×Î%«½ðU/Cku“&0þ4»âV ¾£‡ÁÑ gçJ ö Î'Åÿâ\}ýÿrCñÔf?9p¡ûHl}g.uê¤PføÃCÙVhUŒ”òœïFß(žû}§(ò‰Å ¤âVÄÚÂÜ\U†åÔ¸ìÜêN±O5[÷¿½öo¥CÄZcÉÁâ|û£>†«þ1XGŒië"nÆŽN8¶M$ÓôVS;ÀÉe·g\@Œ>¾‚jêß2äAǤµËf,.ÂÏ© ê;j5#k„&KÐN~ñOJGÕïV”–B+š«ÐGë±\©Pýν½Ë1$9†*ÏxÎ%wÕ—ÔâqÏ ›MÙg㉺(sGg·ê©­¦F ƒ“›(¾ÓŸ˜YÄ;éPø%ÑEQF5=Ÿµõ\&º†jØ»È:nä!¤ ª]‡¹-–¹(q.öð ÿ*bªëÊÑ{¨Ñ)h‘0©“:ÚPps÷…Êû$Y’»ŽºzNhÛ$² Á³­p´Ù;ÔÇ4üQ`PçÅ\ˆê”ÞmìuÏ?(üðWùtÜD´`ùU©QËŸnöÌ’ÜÜ4Þk”¥g&ÕR¦;$Ò6-ÉbŠ`‡˜‘/˜dð‰âœ½ %d’4*,ü»šÂàô ´±íB²p]p2 -u •ÝÛ`üF¶™ XZ6HOì1õñ!›Q^;D¤˜…‹š¢ºÍ@½što†óŸŠ5°è)Hú’(Nk¼ Kƒßø‹ÈTo¥§(} UÙ!m“>€†!щ=îÊ¢€Uo¶?Õ›…3wœfQý'ëgcÛŠéÛ4MãP¶Z e[Ø+ 0çI9Ž9Ù9qPç™ÛLã]Z[¤hc\; å¹ÃÆÀHتDµ¹»¨¡ª¡A»Î8ŠkU(&Œ”ø&‰DjGo æ-̈îC¨N^ þ‡ ˆø{ÉÈÊÝPrÜü­8^!`“¬]‡Üe’w†£½32_Ë_˜#“#ÅM{!°&®Ñ•<í(ïPÝŒ]蔺ž }€²±EFÝ¡‚~ˆò”­/Žtž¼Ú'›2y³¢'cÉ&—Xëx銉ÐÖCõ²ÍÉÍR¤úd}Îapbï=rô3ÖSy…]ÝŠÍÁÜO¹S¶(Ö!N´3F®¹¿$8n]`Ïy¯¯ 9ã¬Wšhy/aë!¬â¬—“£m^%<µ;W!sî:Ze-uÒºahžW¼Oº‹ÁÂàWúÆÍ7‰âý¸GÄš‹¿†Ë€6††““§¸h¬+„î…pÙ|Ëz]ãÌ"ÓñõѪãªð= Nøû ;ƒÆD8Í‘wºç=ÒåAFµv”9ù•¬ÊTM-0Î {¾‹¹® ÁU˜—vKM{"0Ÿü—Jm-ß 2ê탌Y7Ñ;W+ö“T;ÁcCäBS Ì£WÇ<À(p{7‘†Y[Ôƒ+(QýŠÞšcÝ[™ŽíǽùÉ`TÍ “¬ize²×7Ê* nüÕO¼jX‡““·4É»Éy_#õŽ“þPðÖ¿ê6:l3D™‘,®¡Ú…v–èßö:—)eT…#NüÕ 5¾3èHlÌ“]W†à}-[­Ê:Ú £·ËbªîÓÅ/Tg4Ô@,L¼ -’T|:xe"‹šÊc¥üršžÁ†ÐÒ²§Ý¶Œ¢Dzja¢ºŠ‚y§ödyGŸsç±›÷u_LçÙ¸ªÌ:ËUv Ö! -U(¨Ãêë b„b•“þ^õúÔþfùìä¨6´Œ: ¢Â‰#‰h•HæU»v( -ó&xAÕD‹§µeŸm¦‡ -,ƒ„»&!·@pvqj8‚¾–õ}«O¯Jа§cGæd©ÎÛd×ųϑª¤ÐcáÿhÌÆ`÷„¨Üù`»®Ñðˆ½JçÚѾkìäæTaî%æ­Iêñ[MÊý3ØŒm0Ò*tôœC(°M.ߨ"O°!h"{r‚[õØ´Šèaìk“ïã"2DÊ•ì4ò¾ì© 8DÕ*H˺ÁDÜ~H!‡‘ðŒDù­Zl»:çÈè&ôã¼ø\á=Ri1ª -^ß0wø½„,5þ*ëÞw ˜«NÀ2f´ú><ÜeÕµ±~ùG¦/(¨:#[_2—ì6×£˜]ǘ‡+oæêƶJYët–NœTO1v~RsqWv —(C̸óßj JqІ T&`òL¡GÝ;þÏ÷Ä`¡:ìâÝa+ð½Ä̹²ÓÀÀMà|p(©Ý˜| ³ßsQ¸¾xó“t)ÒÙ)ù=û¨oMîöD<„ñ¾ýCµp§—àŒ÷`i'¡I™®õŸêe骽¤ : CžtlQIé1©JåZ´WèºvsV²3Õ³[ú[åº0¦‚÷ÁI"­gòÖ8‘m½Þ“‰Â-W£s$Zk+3 ˜NÚ·óþݺ¢g!&«ÃtÃß™¢GÄsŽ‘¨¢ý|+”X1þ&ØÞ1…"q ,£UÞöMýR’ùÖQS¼†¬â‡Á ²ŒöáMÚJ;˜ªâÁ2ËPDNUé3 ­&Ï‚.I–¤~9ö…@T3îZO”}9ò’°Ð@”'>€GÛØ Vp‡Ñ‚²s?ŒŒ 9&ÒÄÝß©¤sŠÖ%H+}19ÓÉÖš¢»¼cRËÊÂhÖÙ’Â ÖfywÙœV P zzR\€¡ˆÄNu°ša¨J±a}އ( 1ùÒÉÖÚdq­†½zÈ"CÔ·È…Â5'ÛvezÎZC}¬&+ñŽýH:Ÿ.Ű6Aù4À,£Í‹ª?˜UÔ"„Ù†±ž™gæííÓº˜¥Iugu£¾¯ó z·Ñß ¤}½1$û£R…çáΨdS'ËV= Ìb‰‚ª*G×áoùw"Ǻ¼'rÑß š½ÝËÐ v×Th1ê{f7Jpíy^KÆÖ l¸ Z¸’ó1bóuUQŸ/€íkõ °4\Š{:#7›`*ž>BÝÇÏ‹ÐAjåœÎ…º‹XH ¬rpˆsZãø…T<ç3u³=éJMïnØÑÏ73ƒÅ¡xu;wrší=ÈS_b‹½jµÂ®U4z¸˜¦ºâ©ÞWWVÁ®Y©Pؾ×Au'~“ªš”øaܘîûÂI²evv:ã|­ ‡%¾Màˆ˜ý>$¢ÀU‡Ã#’Ù>`Ã¥oâ5®tæÁÖ‰´(Ô7Øà¾±s“?8–¨·ª -C`z…?’*K‘ Cc²>Lž]½²à¿-'µN\˜ˆB»(Ôä¬4E¶|Á.3åté*Ø©ŽOj2eî -fTä;¨wú:Å-œèDðF¶{ÚvE*ª}¥jÁäUËvM›jÉY½Šõ‡Ðö­NÙC‘¾Ó$ ÌhÙœ‘³¢óŒÈÃݲ°**7'‘žó -i^®…Kp«Ñ»VÛ qV‰@øXC-[®ä ɲSf'>n8h‚ £R—È—*…aìÅÔÅZ¨ -EŽäÈÉ!§¾–cÌ»¯W…ê°ªÌul§ötGñwúcß)9ÍJ^Óý’¢šÄî !‰è¸ÄAXå®*±øøÈ4Y蚨–YÎ×üâÉCdÇI* Ó⤲_÷›aGvòcï)Á¦E@†~£M…­ Ü(F[ŒY®Pˆ˜–ÆÊ³•V˜s0Y`'ηÌP:ÒàŒN}ÆÞ³ç{"Wz—VÙi -²~žŽr^¬]Yh^\Wµ…ó¬Ù-Q »¹*n¾Ý1ä‘`¨öäÖ—XóâÎ:t¸–Š4{êù¼:9ýÖ$oñ,­ËìR¦R >ÔÙ¹ -ƒ–ÎE½â异œ‰ï¦/: ݸê¸.re&=Pd&Jö¿Œž­«§®m¬BÐ Û]؆ÑÝ›Û"Y2;°ï…å"Dí¹‘A09ÇÙ Ãlât¶Öpðöê£Ko¨S±©+¨È«3£«ì"%ÕçàŒò;pÃJ˜Zê>@Õúì¤|ãê¢8Øðþá4ÓD ³²‹6œcrÚˆwc@uªç¦ì”Ô€ì À «’eÚ”°'gd€Ww‡ŒÞG8«·Æ>¤Ž$•šî‘vWaÒÕ$””ÈYca™ÅmË1 -ÿœÌ ün²kVïH2ÐRx€Ó‰[[ Á£ -®Â¢‡TE*NA{×øV0=´0©ÁÒ¡¬lS¬]”ü%Sk`$‘%²Ú¥áátùGûÃ]Ü¡ç|è*/È%~äóu¥Ï*-p¨:J0‹âê‰WÉbØCݾº±)^·i¢â120;øóŸ óíºYdEZ|‹ ufùÃóñ®ü$ù‘ -UѰ°ÙYt„•Á@ ‚[ãÊŽa$ _I0ûre˜òšïz`àxÌ[h™<ƒ,«CéÙÕ¯ûCÿ%_Pâ\Äšk·Ÿpïzœ£=G6áeïŒx”*É4"žç)À8È]÷Pâ†fÈ Uæ$È!´xn7˜œV¨n]M`8˜‚Dçdé“Öù-j‚ž²(w‡ƒ5B‰ÏáÈWDPc,W(-OVÅbíV°Á?3¦»>yüe­Ð /®Hìtca§inZ]eaÃÂ6‡(5z´lC¶™ÇiሡÊT±§ ®qsƒGļ•I¬…‚™©MM‚¯Óè„e ÌP´ì¤ÒkTïЇH¬^Cµåleéí!TÄ­Õ}‰eªE*Èk"\YíJLipê>cSu¬XƒÝIxãÚ½‹kbˆ»YWH5¨Ûc=ºËƒ¥1z¢Ûúï“ •[™f±$¢/îÐs^³YyÓ®NpgV¸-0Ñ·Ë¢Ÿ “†gw¯[W¼¬±‘@»8vk¾ûµ¹ßrÉ{Ó$z=ð=‰=¾Ç‰}ÖríZ› ‘è©6þÙk^ª¿ ŠšÀ«f7ŠwÎPQ™F"˜ü †Œ}Àh ØŽs¶7á5±¢!Ñ`òlËîH¸ž?䬨C׋“|áãýÅU‚‚ŒøÉ)wßêÿ~Õ‡£ÅãÊÌv„Y0X„¿ØÈ8¥ ÂXî·¹q¾ .LÎJvQ>…Cc>ø9œ»]§Q¦öó"ÀµÁ´—TžuÀØu«p´¦¡*vë(¸-I×PT9ºTÔnö$átÓà=s·²èéG{—Æž_d8E#,Ž–ÈBT—JmB<3ÎÊ PÇ:bñnDÚ“ ¥œm³B.r´¿àe“†ú,+¨_î8dߡɕ©ú-€Áõ“ôÐg7ÛPmoU&GèPLn5v .UdóX¹Ø‘,ô8¯õO±‘›ÍЧ€ íVLÉöBiu $-ã’JWQºvUÇæÇá!\¡ „«æa/&4œ^Ž ˆ…îa_œ%‚‡úظp[¾¡Øj3Pf“Sêm€œÑu‡2£îÑârÕÍ9=¦zük¥O»%«—^HæÏ¨,ƒî4é8·ùÌ\yxÕMÊ“À*9„€·jë›ä‚c)Ùt(^V¬©³Â=h pʈg`T0AZ¶ŠY§˜qµfá y!µ]™=—­¶€H¹©&µ{ô ¡¾ÁNÛ_×L4Îêºya厘œ6ÀZŽ-ÚáõóratÝ)‚K{ÓIfX˜Úè¤Ò¶Ý½FÄa\Ã]0*å½,?/ “,[/vªþ¦ÌSŒÊ¥¤ˆ_ݯ%¨ŸW‡ž°íFçJ^9™éT®KŽMÐàpúDâ7º²¡ÖÏKSWÖI·K•V*ªˆõ„ɾ€7ÒlÃR_6.øÕa&ËwQ=þ7¿Jeʯ)B!ƒñ¾¹êPìvû!ŽÀÇ–(…Æ-,K‘Aö`ÝPäld:Ô%Ôêz`;½°Û›@)£‚®ý«[rat–í£ðhf:Ýr¡Bãu‹È3P|cÜà°!wŸ¤ªœòÀâS·Q@l‡É9ÚS Bõ±Á¶ -í«ê9›ì°¥ˆ5šnÔSÚ Š ¾’m ÖU{[™!ÇWH㯣J.N Få·]w,¯çâêQÇ6ŽÄ… 1笰H/=œÔ^vk. -g*_Ù)ú›r z#EØ x\†X>ÒæS®ACZbÀ$åÊpƒ…ìphÔ&J”%Yý»Jtc̲@‚xøH£9FÒyŠêœÔv-eze@q9J†=h*–%l¬(íί`cdËÌ;È,v»CÔ¥kŠ*îŒJÉÔJ‚C©²% -pñëŒûT$Á†ßsa3A(ÿƒ1E%y®—”ÿº‚"±(Cha¿ˆU |aÎñö. -~,€FNo«ˆò3ŸLmùVÿŸ Æþ2Šêš´ôaµÁl@¬cb¶zoƒ±c*€Î_@ÍII I8òõ Ud Kãë…mEžÍH®`Ð)%·;zúu¦Ý¼‹Üv±ÙŒ£P³õà´å–7ZAôže*½7Øiý›JyW,ª6è„ -ò½q5ñce2Ú=µ;Å—ý0ü,yänWËÊ,I¨]D·Zò6mÓðñBE•b 1²L¥&‘õ6 ·-tÂDsT ªêNz[íF•ÊÈk‡R\÷ÒyÊì¼°Ž-M/ m­Œ0-nIÁ{f Õv¶ÿ57‚·ªAˆ$ûìqvæª\Dôµk, _|e\yŽ9·9E¬k&UPwøªììªæ–*ЪÊy†)›¾9þùL$&çR°Zĺž„;a -»½Š!(þ¨d82¯â©Ehûþ^ËÕŠ Œn‰mŒ®tH½­@ )wqOÿÿ!¢¢öCDT³~ÐHY8„ sët(ÝBǺùšj}Õ =ÁGæßý*]4æ¬Y¯6Ȇ­ ÉÿoiŸtàg^J^9ª©…¤a½ìó_›egj–ÊóÕïÝÚPõÚA]㤖ÓïqúrÖáö""cÖ-‘V;i´I" -F¶a©¤A‰v®üJ‹ ëf¤Ý^D¸*Ú&®AÌxau4 - q ù&²ê·˜Ìý†ÎT¯v¢ßMÕ¤–ו$Yk$‚)ÉÝ8#ÚóXbKDBÌ/œåœoP[>…j´Y@‡¸Àñè6ö$˜Øwz2Ùbû °õ [rY‘¤]Wõf]»V¾3pÛnsMÉzѺÓÞ - ¡Î‘`=žÚ#€ ÷€sÏ™T#ß^Hê3ðQ b.Ø1',¸*^DÙPw?u×ÿÕÒãú¦94ó$3]ØT#QéÔ{±#/ÑÍ©ú¢lvV= -%1®Ì/Ýõªµ½V\B©ÆH³ÉÆfV˜«L½Yž e*‘‚íl>EzOaí@ïþŠ*„xãvM)Qà°ëí6àÚ’_z[P1ÌÚ&[p™5Ÿ[‡p¶‰¹¦è1¾²¤ó€b#{?·òuº•uˆ»'X°qH ¬ðÓ†ì¶cQm¦s=¨Pmßå1ºDíACƒQ!ɶ&Û·zuê!»–&Qô Ó§•ëyÔOÍ6§ü-¶º‘д?=vE³é:p)0¬£jâ‰fÅä¶Aùd¾q5ICO9ãéÊ'Ç(ìkÃ) -~3ïwb•ÀB¨*{ÖšjfêëVòcéOq½ÓS¿µ[e惙Wy·DÛð̵å:ÄE–z -’™9n ‚ÇÏûU½6BtÙA:z 8Ššˆ6GlÜk'½žÁiäÖ%Ùvåø ¿¼ §”Dmé‘òŸJôºÁÁ1j†ËLZÚ‹ÚUº•U°¾õ¹Þåêó™2g2Tê×ÅY³ä»Lc}=†&7ã=¶°=0* ã(Ì;ÄizµC·ÇÖx* úá:*t)<°âÆ5wRÙ;!o<ª[ÂÄ—U€¦òíòDS{kŒƒÎÐÍŒ€:FqŽÍ‡púp¬i§ôV!çX ¨tjqqk]M¶­xgÏÜ?ŠÕT„”s`{ëò”2…ÆzE¨fÑeÛJš¹MFËN{%ÜtÕÁ—5®ìåÜ:S˜å曦•ÐøªhÂZfIPñ,{®râ°éâ•˾r°\„z † cÞ…÷ ‡.yøî#/N|ÏWëw\²#ND(£qµ¥Õ²J€ºòv€hïÝ÷•Ê^ÚP¸æ¡ ñö&z6¨hÜØöû„éYšëÇ&лÏeìäŽT]N“W×)t ø5fuÖ”âšLߌhzÎæµð]ÛSzkøeÏ}ÄÇòÜVT4˜([sr™ZeIÓqìÒ,aߤ«¸_q¦>…ƒ‘À'ˆ2»Ûø IÏí` %Ã.Ž1*tdPéƒuË:¨<¢a_QüÕPÕ9ˆÜæÃaOVo=7œ\QX^§|è:4ÖUR0JßòTŠ2FJ“âÝ%ª—ôµµn„ƒµZD-ŠB5øX+l q4© YÍ;¶ï¸8H>éîe7¼eïò`5ø)3t¨Ú~'C–†39~Öx¸£7ßÛXZRqø…Q¬ú¬·,‚à«ñdŠÊ¶´Ìy8¹ J=H½yó¬jûŽ„Ô@»á׫𚒠 m‡×'s*î”ᆭ¾©LôÍu“!æöPs@R>¹ÞÇʲbXL…ýÐÌeïc%Ä× YÂ=¶ø·Ò~`WÆ“t°“ܽc­ÉøBFäJêí\RB¢Ï "ÔÒÍ56™ Bí²`rôªÜ@{C²Noøv¶šÖ=F‡Z@‚ï­#;•êm…–BÀH˜~%÷b|íe§«TÙmˆÎêL"PI½ÆÁ:³òˆ£ïã™@´ÞÅ®z{uØËªnW!²„å‘*êÓ²káràÈ`+å¬Lã³±xJLiKt8³Ðe¯*îMÃÅЦÎ9u˲º‚Ä¿U¡ Hš;¨ÁöÕOú)ö-Ã~çdèÞ(ЀøSûo@¦¬6$ØŒ#‘›3²ˆé…ÑBn.zkõÊrÒSêÝ…-bP²Ãâk¥y@°zðÍ©J½vPz>çÐ\rd±•ÒÐC×kíBÙU­%ÒÍ{¿A]‡Ï¥™Í¡Ž¢?×W¿MH’*ñ‡’<‡=’¥ öÿ­ù|ã:ó>ñî<©6OU)]mYä[Û€Â×öXJ&_ýÜacŽ{ùÍr¹Æ†TŽÊ'Û/«91š!yhÜD¼GE­–+{\KÇ+¡€éþïäLÊ -ñ;ÒDº¡[3u=#0RmŸ‘õöDöBÈ}>jØÇqó8\ ë r<£WMVÙÞ¼‚ÁçØ¡Ü¼ÃVçGjG PÁÙ“:Ü)¶Ï‘gÇ``yÎ.Ǽä@w(Öáì A -!n}g» Y¡ël«… -R Wš S¥<#òÎ3é9˜E«Þ:uG½÷¬K ³IÜôÿ†™ØÊ÷4ΰj6ŠŠ476Ä…5ð:ƒ}W9+¡z¼t!­¹ŽÑðïÐhJÊ3ÕûôNL¹øm*µE=«Y‰ê™j -(ŠH¦ý#Ñsœó»°I7aiØj6äRgß¼©)Û¼Õ$Õ]AWEÙsÚ­X)ÏH}ó <²Èz$ë—:D8Ÿ$Áë ¦ãA y¹ÎÈ­ ¼ý ózj#ö}¥cIî²íÚ' M¦ÑùÉîš KwÂÑlžS½ØE—Ðïô“ó æÂáÊ–¤ËPB™Ã¥Ù-o"ž«›/Ûù1¤Nؘo@í[ª¢k°G[Pn\Wœ§ÞËÀ¼cßEóÏ!³=HÖÇM¢«9AUä}¢ódç‘òÜœ ›àM€lYŒCÅ=ãäç£RÓP˜Vò•S0#¾ME¹§ÂœGÖÜq³úØVîM´OSp`U¬íQz«^§Š èä‚ÂndíG0Øq.ãè+.ê·Y¤ÕÕT»4¯&!P8W,ZóÛàµþ>P—Ï7TQ5n*öš4eVDå#] ²læ––j0£~{.zÊK>f¾÷µ™v/¥[—‰EÀ¡ö>[§7^ªÂ:“u¨zd€—GÞl2¡Á¯|ÒgÁÅËM‘‹Jó,p0ýÄr0ª=‘á39‘sÑS½äÓñßÚµ ºÑdá~”wföú¦žÒôÏ '”—±ŽÓ¾Ý?b³$Ž æãnÏÕ®Ò}Bzfõü~Qq¢þò(Ê`ßÌ$x…o£·Éj5`£+/Þ4Ä=áÄBCùT—5®Þ6»\ Õ.ï±Ê~2Á“ÞedvèÖd-””èŒn*£é‰ê–Vr¯ŒŽÄºT=„uP9.Ô25ÆeKƒUJLþDʘéÐzm뱑F_TØäÛR4*í7Cè2k‰Fßæq£Ó%äaÃ…r†: £Ú¢ÕiŸÄîg¹g$T•f…eÂÆ©Ré™öI]ûXƒ³³dsÿ¨Kß6‡c¢£RœDwgKuc[†ê -Ø¡ ¯¦•o3#·´DJè­p²ƒÓ0NQªÑh-ª%p"¸ÖÇbfe°ìÄ×”Z È=j‡Òxˆ.;L -KlUx¶¨YäÉ >]µ‘¿U²Ï&Þcg‰:[< -ÜòÉÁ 5ÞJ\{/Ôz\L €µEÈ´Íg%W£× UàÍeÿŽÂô½€|å-óQk?Ÿ@’ŒtAi¤€rÙ”¶ê›Õ;•c%Z(®$ê#ñe1OeŠ·ÛQgòî: -‘Mð¿¸Íí—%ùɳ‘N-‹r H"ylq^òqþ˶ÝÍôÂJ’`w‰a²`çö;|Ðl~œ$ÕvtwènGQ²2ßöòîúìU+ënæÛYdf/.㥊ØÏð@¯` l_÷(UùÈÐÝûdf®'ßµq¢ÑfYÇRîA7%¤¹=MÍùú¦f53o¥ý¦ ]Tº,ÂNãs9{r3xo¬‹‹¸©ƒE9Ž¥Ã•Cµ%¹5&Ø9»qsf¼›F) -ÛnJ¢ÞU0´oKS#í»ÌAÜDæ»[¼sȸ¯ª+q¤jÏQ+wšÙy´{ÞAUØÎ²wjÝØAŒ®9wÙƒ žÌü¢{W•*CöÖgm±…0݇*G%°} ó‰Ú°:¸™…Š'L·_GZ¼©tûÜÛu®K¶‡¢aئê;δž†êEwÂI¢¥ Qm#r¡jÓë1ò÷(jW55CªÝ—paæâq8IÅ K6I€¾ïh>–y+Ö—,îµ¹˜5Cž”T6•Ü5)×8Á®-¬˜lÿa5˜7wëšyìHO~ƒ"ï´"ƒÆ«1ârÑ[:ŠäÚÑŠ,’BTÆ{bÀ¡Þû ¯.yý§ùžmŽ[)_7 -Õ™Z¢C°yÎz6O¯ÒJì|‚?L˜rÛd*÷ÔÐ{¾óNœrªiCn=µS;Øiì;Ìn#U´‚ ÈKa_é½iƒµÖ} éÜ‘)RæÐ0¼ºÏi.UB29_4–-£ŒÀldpo5ÍlXÀ=ãâ6Uê !Çß -ås?â¨S­…òÊæ×UûMu˜óò£¯1>T¯A#W>Ù¤”w %’­n³uÎ3Àh“öØ£M`¶>¤õÕfλìžsOœc 'nX…Àƒa¯vîôšÅ94OèDÚ¨t_‡ïµ‡Û´ë<ä^˜wšu{[“4^³¡Ê8?â>nY($ò×:h`–õÒ)û°¬_@¹é~ fl7}ÛU:oú‡¨ñž RÎ$è{Du)kA½l²·N˜WÓW°bÛ\Ž€“H†©RÝçâµ5n 0›ÇJ硜m¥÷R@Î<ýwxŸ<]1XÉ«ÃÆÉ÷¦C>*]è´iƒïföèâd†N~ȪD¢´ggòÙ&§•µÞd§4lœõ{¥ýñ¨{É™ššTÑ£KÍÆìð³66в¾Kƒq·’A|g¬™EÕxVMS™W ÚêvL1)*ê;³›§š|¿®JûUN7_ôƒÐ0„ÛØŽö«5q‹,ç­äê¿,«5óá»mžrx”=9~xTÎ-f‹¾Ñ軆ËöíUœã œGÅü¯j—¨ß/>´Ú¼k²U”¼w”âM˜He\i±j3jq„ÙÎ;‡"Uk)ŽÛU—Vûüyt°F‹šñ˜LZ8iÀ(8“|!¹4À潌æ¡Â£Œ¬O•^ÿp&&}ÀCß+ ö»¦Ž(|Pýr«é-,r‡nYp  ™H²Sí ÎI¼0ÆÓdì £vCÕ®l€¨:¼Ç®ës 9‰ë‹:cªÐ A¶$7Àà .VÛÚûuâ¤jÙ ƒJ®ÐOï-n%ûÔ“Õâ|×¥(ïŒï÷H àÕmÞ)ï­v³—ç/'u z`Ç’w¹SPIyhV‡Ÿ,œô)hÒÅ$Í8®:Û‘å -O†²šmŽÀ¾Ò}”€²Uîû4óÀ\õV{ʶBL9»­?9é4ë§ÆUÌE%C½(WÑFÈÁl̃n°,—ul¬/*ʺŒ -I±­hÐD4*èЬªl©C v?l"Ö‘ðínLÜa¹êD†¬¶ g`µŽ]»â}/oOÂ.¢·úIÌCšªTꎗ„_ÅþEevñ–@T¼;4¤,²áTj¦%ðun3-/IsWã*Qà…™fÒ¤»v±Ý £vac|PG?4ö±¹~£=/Ç<È,) @ƒ òS¥Ë½†­}hmDZæíä%1ZAP¯±siRšñ$Ó¹¨ FÜò™Bcyx˜T¥;Xe6BÖ>á¦ø¼zt5kãy0q=ᡯ ™•¥¼®ê5vËwÐí4ìF´,5‚Átúƒ¨kÙ¸ç"d‡N+Ã)ô‡ôzŽÄ]Ôux‘µsžqTÀ%e÷Q½5Iqç\ç(užõ,™Õº§g¿D÷õEyx)€è­´S}¬ˆuSv×ìËÜ`ÿ€Gö€{¦¬«Ä w´WÑn\h¾ P# 4/v5 ¬ì3ôÔT<|v>>:wÌC›G‡¯øzöÃ[\§¾´Ò~U°Hƒa¨ûÔˆ w$·ºn>Ø7}XùIzÓÕvŠZºÒ0jÍÓÐÙ8»d‘ÇöÆ:ˆd:k)²ð¤ƒ;·t—½ëÌë$nº é ²þm6Ù -¹Ã`Ý'ÛºMF+èÒÉ͸$†C®Áï>:Tº%.Ð~›Êõ!©éJZ¥AzÖ(fïÜý—¡Ç9挻H3 +<¥Ë«æd¿N}ÓáJï1A,ó8qlÊà[ë~·±¬|âríÖóSšðÖ;¹-à+âAt›ŒënøL2Û¹’@y_‡ wÍÞOëN£ôƒ‰»YõXÈ9„ ïá -P’ŸAÐfv,AþUä=Õ»~äæeÇ­òòq‹×Í{*:=fäÛ¥Õü¤‹Ah©ºÅ,`²19z9i±'=§ËôUéÊBzÖ±Šï4Fõ™ºS¹—ØB;®Îéi#O¨õa“öÙŠår÷¸Á{ŒÒEY×XÔa»3 e9´Ì`½eá7ÅL`êàÂŒ[Áý¿Ì©}ªE…ÂÕÒ>iä*íY\×/mÁ±KV’[ÙP®xHçðñq%Ä¿$[~hZ-Ÿ£’ªpOˆ·raÊ -²Ø­:hä.›~…“#¨R“Œ*pÔ(ÔAKo¢€ ôFM2õµ!Ä0ÕÓ -W0'Öu4u\íšÉQ/%{°ðÃ+€H‘]M&ÖWF-3p) ö¶ ƒ]N.@ÃÄ3¯4`>pŒŸÛkíT’ÜÁôÑU\)FŽßšlm1feÔ7ê)HVŒê£ë -;êÝ?â]¼j‡Æu£Ô@¦Ûpè~Kg0íÃx·‚¨2^r¶^;5p#Κ¶š9ãΧ%MY`åö!…¶uŽW£êF óf¦ð4X¶Ö. ±ã4£ÕûÂåi¾·ù}ÿë¼Í&{¸å¬°æùÛ¿ëyìëçñxÞöËéiœ··íØöï©&ÿÀò|}üÖ¿üíôa®C€‡Ú×ý+oÛÓ<Í/·y>Æ~þ…Û¦ˆ~nyÉ¡¡R…ë–B_Å¿ï1Z ½ÑÑ‹Lÿ,ð‰(å`ØÅ"_‰°:÷s^@"ÇÞ™6™¯ÿÁ>dÚ÷Îï¨&•ýj'Ò3Fà7ùžèš äc»ÿmÆœÊ'Kþa J½šËé·ÍQò™4€íÊw¡ -jaíHþ "(„vß/;Í()TËãöqûÆOc,_dܬ(‚/멱B}{eC¬ÿ’+,*³EE ùcp(~Û/[êë6>äGb¶XqeªÔNt3BôÍŸmŠÅ®þ»S]ó‹.°ÞíH¡¥Ÿ¶£ÛguVMáæy¼,8~5eF¹é€V#« c„©kæýc=Q¢Ê`ny³H„9@­£[Ï¡8mD_öVÖ°¦1&ÜK1Þ÷‘YШ‘\IUi¦I°³¬Ý±`b§ÐBbùò¤5]Ï|û ɽ•þã ªI×c¡¡ }v»a zá"\‚Pûúÿ_T¥µN¨ÉLV+‰åI7әDŽŠ6’¡"C —~È;€D3§PChó¨&ïÄëµ§0»å ‚G’IŠ1ãLùšŒdKjJ³Ô ¡ÊvÊšIl©Ó¨Í[\êšö¸áZúOÔ,Ù˜AÒçk5¦æ1DË ðáëSh;µ‰•˜­4ÚÐ;lVív¢l%]xöx¥RŠäÉü5­&BžÒlh÷ÛzUÎ…¥» úÌ)Âa±¦Ñ\Fö£|0?̆6@;)÷EVN¸52>¬V÷ܵ9¨Ù2ó ){iIž6_¿-wËU.°<ö5t$Ùrž KËÆ³>‰Ÿ)½<½¦më–¨Gdè¹Ülp³xHJ]$¢p3³©ÔÈlKµ¦´fARì(Ô¢PUC¯½‹EX®¬Ñ©y ±€ÈõPÝD,¶‘Juiòƒ°-D ñ±×òúª/*AñQ ¸[W¡Æ€¦²ƒ¬±E™m_Dp;ù˜“¨I,˜TäU”œÛ(2O²¢ýeÁXä+•jfÓŽkpu‰ÛÈ]Ôq$²V—äÉJ»i!ÿ÷S -ÏBmiòË0§!Öý¦kïrk`Ê3ORÏÿù”*bóX{ä¡Þ -ñ{˜Õœ@­†ZËóŠ1£q¡ãš¡’„ú"4GNaš#qe¾Ây#𤋮–!ÄûK§²•„ÖúšÉ|¾ %ÍYöž;—þã ¢„†jM×Dâ§ååµ TìÅvª–T@¯!_÷!–9@e~bvÄÏåj%’!ÀÃ.c\¸’°hÔØö\hhµgâsíNAùrýÀLnÝT2ìïtmŸn£³ÿø‚êÒ´”a-¥‚È¡µ+ëµè3\i6tÍ'ÂVj V[Ô@(LmgË\ö¸X“ô‘ì¶®JÍ.µš6"B²Ý.¬ƒ\È]ÜZÏ1=¶lMÝ;¢ä*»ÃI0Nê - éÙ —µ¥^©ã ÐÂñ$u”6š—!h< !±%¾=JÛܶfÄÆIw¸èÿ`¤6š|†rXò «ÈÂÝšZ|ÚEé· Èß!§³ì—àGªt(¤Ð!ì¶Æ¤ŠÕHbh>4÷–Å’T•N³qÖ›²xvš-k±:¨|5»±áü0â]Q^¸ -á®lº°…{Î$ZÉRÄRÂz©]f -ËyÊ œ…“†nÇ<F·ùâL©>˜)nõ‚f2Å.’¿WºÃƒr³üƒ.&j{Ûý=5J&`ª4‚jkÏ•c•Ë0’ÞßNܺMSÃMZ¸¯Ô,›&À»W>\}R †–)Ð"¼Xô_+¸nLÁ€´5UÈ]¸PÛÆ‹ðn#•ÚRI¤p`ÞòZ™ UW²iŒüŶ-®H[Ì¢@jÙT"âõh°Óïú\É»ïyÀ&Åeœ©lþ”ZƒÖÌ¿Å&Ò‚‘8N#¬'ƒ3«sJ¡I7:ah{9Œ©ÿÿ@D5ë‡EÈ0·¾êWõì…Á.éwñ.UÒ<“´EJÉÿÿ¥•´—µ‘‡’WFÒ"õ¢™EÖ°æó7×°^#C›¥€BR½w¿Cý'ÕÛ¨Ú\\Î2ßcäcfÉÿ%‡RÏüs¤Íí¢Úþ+CfÒ9»ò·{{àF–!¤¼&'¼ -gá¦ÞîVØŠÌÐH±$îd¶‰«c£/,s( ýào”ŒšCš¶e‚ÓÈüRÏûê -ì{Z’‡J,¿i2HÅ%É’F–ÃÈ$_Y>Ù^Ú`ø±¿ÿd¾é”Ôl -,»‹ZÈQNLrŠÑO“«¶¶Q -¤Ø„tì'W¢?ôöîšô¢õØj³Ûj½5Œn23‘,qÐŽ9¾¬LÛÔ~ã ¦i „²äýÒѦ\þóàö8&uäyÀ`ϔ㠖§jÊbb ¢Búþy0zuC¤Æ•÷@Zwë–JøŸHÊLÀÄ$jÁÈsÌ= ®v¢†¬tl_?~\m£b¶@À -nèÒNÜ+7Œc†Qν,µRZü¶å–dN–>­h ÅaÄõÖôW{e;{»b>ìg#Z*/r„V*x-a'sÎVÄË‚ŸÓî¿ÿÒäªBU&LϯF$¨K»¯‚”mÌBÜÑ‘K40¸®½†&'5ŠryEûâjÑ">ÅéX«ƒÅë ËFU|cÊèKþSŒP‘–Ãî-ZŸ%wºP2LyüŽ#ASy¢]óâóµC³~n˜¬~‹ÈŒÄ{Ç+0<måì*ç ïíÄ/ɺQj¨5ÎK£|°ìN²ÈV×?`¡oå’ΰx&ug«â´j4t¸˜8,SÚWgç”VÞáV1—Úºh¢ iLŒ—s«°»ÊK¾cÖéˆÈ­ dHEÝÃxƒTF™z×íZ.}t—'oû{²T(¹sÁD©´¦‘Üj‘AÑݲÃËÛîÆ.~ë¼ðIÄ/Sy‘*" ­AA숕Ïm ‡Ö»W郞¥Î”tÊ7&ïjdrIÌ¿kŠ!g Ò*C,Á'¤7¬?NYo ùšÁÃê©fñßOÕÓ}F®¥êkÚe±žIÖþì˜J&¶{+÷:âèÑ[-«€st¿øüƒš 7 TÀŠ \Õ# ¥„”Ìh7~ µ /vKf6G<5^Þb̸­¢F.Æ}\¼S u˳ðD z?òl°ûhǼøüEì¦t­±Eg\›_[Qwç¨Ïþvò„Frd­„‚~ïcÎŽNªîüší«ÿ,/ìjÝÊÚGJ&¯?ž–ߌ?;JÇ$Ņx¬ÜiýjS¶´¨~ˆØæ“‚uÀ!×C÷ò'JDÑ~ÍZæüǺ?SÎU6æîÓ€/tÄœM‰¼vVQ† ì=lÖsåµdYÜ †PÔˆ\søLÌù÷F"jK(MÇ‹uYFŸ}Àz:û”bο¦äú¦¢Öo\bþêniUG_ÿë0;…%±/öràë²m:®I+.Àê «ž+òÆ¥­í²¬µø*ÀŸÍwÎÃè3z¤np;¥`øè”W¤c„î[ž.±MS.Õ¤‡“Ç~VZ_ŽõlÉì]*Pó¶X–Ê7-©ú¡¡ï¯¨ÐE8z›ÊúÍãߺg«e›¯„͆ÀŸÈß/Œ*qw†Ä”€ëÒ;§ÕnÀØ+ShýS†FørH -Š¢; ð >±SŒ­†ö.~\Oš í(Ý“ÊàÐ få œ{%oÐ9½¿„, -‰.ãso–õãÖ©‰6ºó`8¡©†Û%#±i´GBC{çqì´ºK é uxß—æ)S\O› ¹'U›gQmPu$¹W¢AÑc6 ²ÃÝ‘Õ[MS"2¶8ôÈìP*5CWá¬o™µIÛéhe¥?j@–øÂê­ŽéÅd»rkVѧ”nAg]ì¶—EŠUXÇxȶ³JøÃ@DШš|ým…/0E7ªVAXëmaø2êÂ÷QæÒÔ˜¿mž}g´©Iœp‘ÁøVÝä6GÕó9të¨ìLÑz¹>ªì¸,çlU¶ç“¿%môEÐ`!f\3P#‘ Ce|\;GXïlV³Ü^€ ŒÞk”EãRTiØL懘L°ÌKý2+¬!”DÔ,ªuÉܶiXkÐ?­KýŽ-æ6ÖÑR‰É¼ŸùÞÜmW—i¦@ø„MX,*u¹ŸYΧœUÊš68ÿJ`ÎmÅw¡ÅK¨Öå혨&vñ5_àz+«ÄýP„PÇo°§‘iÆlSìkÅ‘-‰v¥6àåâïä2²Ì4yTtFŠŽ84v¢^loÚÃ6G@ÿ-ëÝLê´ÓüÝ!ié£n_@Q‘xQ‚¬ÐÔ”¥¦/*º…±&´}Ä\µ»9=ÑhºÂÃ^ç*-µP=„ f™”–ímx¡{F„ F²Ð`6EÅoÚsFÏŠN¨ÕÄ4tM=Ⱦ¦µÕSÕð­ Ô ZX+&ÿ²ÍbÍýYÒµ=™X'Ëa÷{tEà|UÊ-ÂÄÎì˜*¦¤»'ŒWdz+ÓÞ&7ªD\¼pî7Ö,¦1¹žR]º°of§ÄUÝ=(lØSwi…‡T_sÿe¡õ•œž®)Rõ£ZÔÌWg/ã-´`ŽªÅæ”±öñ´œ d”§`,ŸúEҢ̤U‡V¼‹ëFQq—•–qÄ¢šÙ¡Ä6¡ÐM [pf¸£ì+¬3QöC¯‡m§^=¬ÆZ”¡,Ù¯mA€h¾½ƒÌIǰ͹û¼ÐIg•/nï^yÆÑ²XÉ­(+ýNZÒI[LÛì…Òƒ8öÛB›ý Fp«T1€Y-í•xgÄõjïfš¹ž8p;Ð §SG´Uzº3Âz†ÒIÉ -Nö&3°#%¼‘ þ4…|ô¬sU <aʿË„ãzØ8±`£tQj6ð=àD›š8ÇнŠi…F#X¬“êöÂ…w††U^\’9!”Åÿ%¨Õt*O-=[Ñzé¡l•¤d›77Ï VÙüGuÚiþs“WL€NºŒ8Pú­ ÖñÔnºPh¡–·îLÔ›¡•áM0'&}V>æã6CÝX¸„uÒ¹†¥w«4ñÕ{"ÓIZ[ï^Jž¦9·êaBüÚP-‚õ6Œjî$¿yåÕÖä|¨“|vB¸Y;†Ö;ÿqýdüÙQ‚¼¡»Ë¤ N@Ùüz!èE 88ôù0CN%Î#݆ô¡U7Ï&'¨,‚ã¤wY:$¹õ 1YãÚr°Öë¥0^$u’wê°‰‹ïIàa•c«ÄfÓ”ÁÝ8Ų’ôÉ´%mŽÆF™¨w%#X’&ÕÈø~#š§P0-ÉÛ‹N” µýÔ‹V@ЫÈÇoCYоFLâÝIÉ íu¼Yxb“žAtLÓÀ|·eÝ€Ñ f’RI¯õ«·;ægñ%cwƒ(ˆòÖ;F>Š:Eª\#xÿ椠Xó‘hîX æÃC;§¾\·9~“5¾@Á Ó -´ÃæÐ)&vÀ¹'4>äWé¹YÎÈ%tÐVa}UÞašKO‰æve¶–ÄdABtÌì­0sí>¦ÝüTþó‡`êêî²xïó¯`,C­Ž_‰b¶Æß$aò2R+ì²=ÚtRpèƒÒÒ{¯¢ plæ@RoNÊP‘%Ⱥ çô ¡Á&w'“Å9)v’ïLQÆ1ÒŒ. 9†7=ypäIDÃîhcIj/T„ص&Õ-›e÷+ŠÚ@ç–k›î,ǃ®xG¢†½áqDËòÔS*YPnxï6ŠuR˜j5¬»hq>jyɯë/ðÎéeݾ3±Ÿ$¦c|ëÄ`êAäDN]òÎéòoãXDÜ.Ïb]ä®ýn‡þIFpŠ«ÜÛ$bSIœJ6fV S9üiçm[”²»›¯Ý.jØõ½ -+ïïQ°á¦uÄ^¼Ø?a_†C›s ï='ÓËÐ HéäM©SšÒÁ5£7Pº[ÑÞ]‡M:n÷Ñ xÉÓyôЩ¸W‰Ð<ëbŠÅµüW\@ -_mêÙ[{΋Z~(zj›ϸñQ,´*›Â.ÝV;Gÿ.x¨¶u*ÐUv»4>Z†ð!Y| - -jHß¹>²MiÞô¡®•uXO{òOƲ;¢³ý.9©—™Þ9è4²üJ­S €Á‘”»- úÞtŒ¤Q¿›)¥P.Â#Ðvbä‚â Õ^n-ÜÁâ¥7tLôÃ8~6+$–Ywunø©:*å·G|ÏHÒ>U‡_Ç.â{¬q›w]ïȼ´c¬Eftp(=¼³6XT¬4Ń1Ï]Ûaª àãÿ†¤ùª‰i×UL¡à¸Ä3m b–“1Dí£g»À¤3œm…½U·(ÓáP{ôi½éæ?†!Ý#O1Ñhš¶;©[ÄOmÛOU1.+æ¾»º‡AVT«_ _FÅR—Ýe€jíVTˆŒcÊNpYÌWmuþî§Xk—ÜtP¦jà˜FPTqÌGµÜuQ*›Ê+…  {³å¡cö¶ªV—_Lãç_ºlT.zñù‹¡Zi· DjÎäÑ]Ɇ¨Ž¯ûKf/¬Æd -9Tßx\u½kÔ_÷Ø’ØðåÒ‰ô„RU‘£¾&÷C©jäœ0 6i¹0»Ÿb³7Õ- —W=ŒÐê¹LT¸øüE®PÅÕÁÊ-;Ð ÃNî. D‹ë0%—­ʵKgroH“ÂsqUÿñÃãžn@SËEQ>ø{'#pm yB3¬Î¨*“>&¶7v³³Ç¡¬kÜ:˜u(ndbþAÞ}*Ìë:\ - Ç~³°®è—£X-™ñSΙøU# á—ÜEÇìÍRSRT JÏe„½ÑhÃ7¹Ë åŠ:'²©\cÄ\¯ƒýò_£Â­­Ý'öinøª©0™åºœ*q] ƒµÐ=ªhpuÓN„² 4ZBo&Õºš¨|tøLN”ØTSÁžQ†íMÍè·ƒ†­‹x -ÆpÃåaxyXíŸd…îèi§ÆPþ°œ*àˆ] Œ¬CËäÙV0Šl¨‡N›ìÑວ[¬o#¾I­Æé%Þ8 *°Kõãõ긢Ÿa@:P÷Vhnsj¡#î -'ïž%“ÔáÌ1p.#;¶ôámR¬«¤‚­µƒošþZ%”ƒ‡º¡$Q€;xa±¥ò"opDq¢p Í‡MèÛTsfé ¿ÂàMΊØ8"³ ²Z‹+–ÇÓl^µ¥l]¾IGhojj%v´×@X˜­ÍåÀ˜j—ôøVpý’ÌÙR„Ÿ[LóǦnµ† e¾Ïÿf…IrN¯GŽÙ*\qB0‡}nØvtð#£YÏ@•Êh'«q'M ,tmGëèrk¶CÃñ"r´Ó¯òQRb …œÁ{ -ǰl¼/‘;—Rq{¨O3V!H–Ôɳî"y ÏÍÿuݧ_÷ôÏ¿ýûôËíENççû—Ûýzÿòzú¯Ÿo‡Þ}Äéýóùø²oæôûñáÕóeœ÷½<¿|}ÿü&PYŸÛ§ËG=^®÷Ï·/?µÌ5¥õ黿EN®—Ûq<Þ˜/aúÛ¿Ïéxs½>¿¿\?iý‚»»wœ7·?†g:öÎÓ›ËËþú°óñrûrÔ‰êjèüt{ê{ÎǧËíùÛñù¼§ßöøÉ4~¶Ûì?är;^]¿¨ÖG}º~;Þ_ïçq?3®ôCO¯¯Ž÷׃õ¬ï®Ÿ>çxû|§a«óC=÷Ë÷ãóÓíþæñõq¾½¿}¹ãgTcÞqzzþ¼QïyÿøêzѤüòôüõóq7MŸ3‡òÜ^_¯?^®ç/ÇýüÓ·ÿÞÐwž¾~8ŽÒ§~»¾~ùp½ <Ö-Ç~ørìÈÏýÆñ-´yÃ䕯}jòh䥸ÍÄ´m$k'Ÿ‚kYÈL~DÎK8*Ù–HÕ$UAl߇î6¹ ܆·á’‘Õa݈r¡\ï! Þ&¨H#¹§]øVÀl£É6†\c—µÿ1É6@¶A² ÛÙF’mÙF“m ¹Æòª :ÙÈ6H¶d"ÛH²"ÛhˆCCa·Þø_±î˨;´ñÏmãÿß[ö‰õ³ -˜ïâb9ïb«üÝÎø­zŠM[ß³ó4y]saƒ5·] ìg;Hõc%‘GÔ!Ú˜CDôõrr´¡Ói·3Ü(JßÄ*­õ,D²ÛÍÕ«ðÿMtoønÐJÉ ¸°¥<‘hÝ:³Ú«ü7*îßEÇœq楪÷,‹4×nŽËýb܇¯¾Ö$Ë3/¬!F>C gwqà}RÇåÖ‹2böELê~ƒ!åÍe® ìç Ä¡tPÙmz8:£‚;Åw°S"W”u?=”÷žm»Fyp~±•tÏA -´ž—‘g<4ëWMŽÙîOXÜA ™Ãø½SÙ5ZûDõ®æ­@Šïu—¼#’A[4¯Y”8?Ô½]ƒ°ð˜\W ¤õc9%®¶BSë…Ce7h0¨wT.!ž¼Óz #’æÁ\½ºÃO2¥Ÿ tzØzVΘH뇦^‘%¢ÖS»—(xz˜‚枎SZâEÍÞK#-â…Pð*Ê -tµöñßkª`|‘ÜãyŽr Qq¸3-÷åB]ƒÞ'*è‹OC‰†T×ffKßÓ•]ƒ‘‚1ž†@ªK^½!gé9â1ká*‰‹LgQ/Á%œB^ÎSÜ®©4Çš­—Ê -T,¦$ñ°ß\Z.ê]ÐKD­gNi…zOHDÞã5=~YFeê5÷JD­‡¢´Á‹š—ùýg™2<xð0ÀÃ<ð(À£ÁŽáï¦ Aº¦ x8à€Gx4Ø1üÍ -xð àa€‡x$àQ€GƒÃß<¨€ sL3VðÕ VÀ¢Ôz:¾ÈUotg4š)õw/8d¼eˆˆ³•‘c3{@)¤)mP°Ú& ™oŽ+£†Ó²¤jù5ãú¢÷›§ÒþÄÖ¦ºJ9€1Ä ´Ä‹š­—Á£ 7-­Qw=ƒÃy_Ì`ðžbõ!PÜÄA„ˆAöñŒ’CÅ!½ƒ&Óe=Õ»„$ï‹ÖPT™Lò3€$R{Lý»Uðq -)û)ƒñEï)VOBÊMTP°ö0 ™OBËMŒjÝL­1ÏàªD|â‹ë‹ÞS¬n|•+jxd^–’bOÝlMýPk³q-_`„½lgl½¨ÝÍŒêuCýlq“ÌxUT–¼/f08Oñº&~p¹QI½îЧ!ÝÇ6&¬*¨×ÔABÄ(ËQðbJ"2ž¨ ^£2/j¶^<Šå}³©ÖÒƒÃß< € ²ow(–ú±máÆ˜¡OwÂa±u>÷ÀöÆ çir»fªwË4õ³F®ÏÁHç0÷¨ñÈ pžâvÍäOôÿúY;†gd8š{„û"µºEý¼!ÃwrhÜŸg¼±õ"É ñžâvÍe -š‘ý~ ¯ÉƒQÑmŠõ2¯˜êçÅ•ß ÕæŒß$"nsed@|§Iè4Ñ~w²ÑÚ`-ÛÝžoD?<*ƒ¹zÚ¿9P´©w…VƒÓx°Cz±½Ñ{ŠÛ5S“ûÂÞ¬®F¾Â-êWÁC¾3˜x¿ ˆÕzîy‚ Ê}§If·hÀ{YÍÛu¯0Ö}³KS‰<ãiôPA¯Ò>š&‘rsãyÃëux4ÔU gôï0slgtŸb±´¾N qÈA³`¦ß%¾OÔ%^`+ê4qîÁÃ3HiQ`)!b†y]¼Ç¿ä®ï§u»ÞíÿÜös t/ð.þ?]þ·—Ëݾ|Ùy†‹õí–ÓÝòsÝWð]ÏëïåqÝŽÌñŸ÷zÿÊ‹·çëϹòøýçzúO¿u¿=ÿº.›·½bÿØ'ßý·~_ÿ^Öã¾lÇ¿Ýç*…_uéö×Óò·ô÷úx¾<­Û¾‰¿O¥:•t|ó=þwðóf>€æÓÿ gάj-jk”vÒw_‡X&„a}æÂ‚Âüðü7÷id­šÄ­¬\Y¹ÇËVíʵR@ùy™R’²"‡ªµ¦Õîg^öÃ$·@èJ âFDÇ¿ãK‹—MÖu.—ܘ¥q‰ÃðÅ9H󔪈ґís? Ý=ˆš½’³º©‘B}”Ä­x¥óèFu…‘h¾9õ?-2³Ç„N~DN+*éKûNÍ3¼¤œ"Hï>âÓ¿”ø¦4«:„. Œd#‘«!òÄÞRôµõV °tPÞ6z»>e ”a¥‹sX÷g—¡>kÞíúüÃ!*&ò·]r7îʳd'6&ÿ$¨Þ™zÇPø‡Bå`4ðÝ[ -Á¿ÐØjŠ…º¨¿u²“2e9¦ÔA|ÏË}ñù³‚†^¶ás`è¼á(J8lT_ÿ$ -â ²é²ÂyϦ#ÞM¬“ddº•‚› Ë_DÈÞ^¦®;^ù[†UŽUK'Éf˜6C>ÖŒÚj ® ¦–g»ä£ÂXÎO°P`AaÁt™«ˆ¸^!nîˆ^<”^›·)á   Ò „@À P A!Á Á!!!½À    ÒÌ„g€ `M!Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á Á   .7³ÀÈyC9çÜÎX`éd›7;ÓAF!f£òÒË  -IÞ M9¦dæ‘óFŒá÷JЇŒJÙfàíÑT-Ÿ$›aÚ y›4å|‚a¡À‚‚Á‚ë²Pq!¼BÜÜ!ÉÛ©)ß    Ò ‚x@2ˆÊ÷@C‚@B…ƒ‡„@„ôB!$$0$$HPH0HpHDH/$0BAC‚@B…ƒ‡„@„ôB‚ $dSFHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH¤YÆî×ÞSú†“A¶gÔAI!fc¢— Šš\üËÄß¿ %Ü9»Oß~vf·èÆ¥s«íXíûqŸ‡4[®».ãpœÈƒv¿–ûñöôiÙêÞ®Ëz¿.¯£Ä–rAÖý±B?Õ¶ÏÇÿ}Ëi½íÝ­NóÐúá”öûòÿ·NuêMûå:Õ-Ñ,´§YŽÇólê4­WÚ2ã°ÎÇ6çI ?¢Õ÷c«·Ú¯ËÃÀ9Ý!î0Û4/a{ȼ~+£ç …ÌØóRÓ<¼Ô#ñVØêc¸Ö6vÛ¬–z­·áZ{éô¥nû^Ö;½¨nß‚óÉ·e¿,ó¯ýK²héãm¹ïC+Aû_¹w¹Î¯µ¯ïk¡­¿'m$G9y¿ =è^z]Ö[mG?·©¾_ ç¾çNÃ5¸ñï|‹_{Ó›i䟽Ï+¯¦¨bÖ1¢£XÍ"Š{FÏ}¤ÿ¶$=}`]Ë“F¹ÏýØævªmü_œìöºŽÕp¢†+j8Õ¡ÆËíåëáëöRB1Iü±à - ‚ †  -IþñkYèbÄ“ òÏýÏ›Q§®,Ôå¬ÿ°Ã]j--`FNÛ™…«.ÈZÃbƺ¿ß3ˆ€’[;wÍ}i"ªûgÖ;F¹ki¨zH?³â§­¡uTào½Â©+”ŸCO—x:!•C¯^ų¦‡ Û#[Ó|,ÔKŒwÛ.÷(`U©j¶Ë$·G»Ÿâg¥ñSëhÝlˆóè¦Áþ+Èý›þžÝ_¥4@ä­±.û|ÌÚ¦Òß É«†ú=­_ØBЏwH×Ýõ”©—”xHpJâˆzªn·—r ›‰–ãÇZXŸðf¾­à/nzÔ*n ÐÌ3“xÛ9³‘Ä%ÏøÄ,>²«DXâôÿˆ›­ØnˆZËïÿWÕªõtSî–í¾ûØH¸"TIî8Õ¹7¼Ïóž/¦®±¥ Ä׺`—L_¤«SÑ×4*ˆ›(]²]m -ÕŽ-¿|£Û[e¿_ÉÞbqé&ßCí¢½§;sõ=Ã&Hº:¾Ù'§‚QP÷!n© -)/ãvýõ4¿)×@È ÚK¯/õC˜õ• òµBoï e2}íCÐ]à‰úYáL®»Ø•›÷•/ëï+>û¿Ã°ÛÒA^÷ŸÏ¾„•[—Ä/¬¼ztîßï “õæÅT¯‡Hã@ïÙPÃò·âmÒ;zZÁõÞSÛ?¸¹3VrÒErÔ¯Þû)Á]ØËæXÉІ­ –åÿ -±XÖó‘vÝÇGŽxkï&;Ó¼Øö¡„…ˆ~†é«!`²QÂ:‚€Bûì¸Óz¹ qG|é6Mìkî#.„h¿Žpj;˜Äï €8Xá:݉ÌìCÒ68´‹=TÎ84 2›uI%…ô­öy¼¯wwñ|öWPEÑ{@ H»ð͵‡¦1–)Éöë -ìV€zõ6üºˆûzÉ´BÑ‹ MXÚÅ\ÊrÊ2"f]Ümàð 0zª%„qj¼Á >¡°9o¬°²¡z&¼í·rKÏýî3æ(Z"†Øq~çÝ–%dÈ뀉‚ í…çƒ×;aW•¯ùSB«´°ñˆ³}QöVNºk,óN -wnÑ ?ŠÑW¤’„xCRúƒ D8[畇êÄ{n”âýšÊ qË·}Ú(SV¼ñÀN(oõ¨Î¶RÈB0·Ýèd€óÉéñoÎ7UNŒ‹ OãTÂ#ºå+¼ß÷ÛOh`÷F´ qMÆù“ÛUâxëBÈ¢ žÎðC]ïg@*Š¡sr ¶ç|(ÿüx_”4ðŠvN…QÎmò1ù°Àœ`Œªˆ€î.пµ)º,êüœô1-sAåv5}w§Lçx?Å^^—ìt èòµ"hopîÔ„F•°WŒ¯Ë‚£Ü.Í+k7C9èP£ø-¼ ’˜©ž÷ìt\ãÓ,1úoÔ‹æð:¼ŒD`ìfø™{º”‘©‘"êêÀûH–ø'zjɼ§ªc§e°M1E†m{„8 ÿÊ3×~czÅrKµàYV¨U›“Ϲðipw×7ÐêélOïÞö’^¹¾ -)ͺ933“m„/1@°æ=t¸†»ÚWmUÚòÕP?|ô%­¹ -¢Ì)G{(½ ]µjviK‡¸'¡×ÐC:ŸÑ?2õå¯íÀÊt0Ö9œa¢¦!u7Èêl²þï|®y…³«öx=‰"kµƒÄ))ÔœWi*ß¶ßÉL˜kÙ×–‘Kâò7:æ(Í_úV¾&í´y7„”ëÄÈ~¥ex86º«<’˜ñµ¬†‚Ôf4E ³cE$_ï®\G=”E‡Ò(\œY :Y—Æâº•5Œx¶gƒê±j¸'uóÓºä’ÙƒS¦Åÿ\ýD"Húª :ù&£È«ò=ä™/ Å‘Ò~iLx÷]ï:óã­ÕÞk§¸=;ª4‹R - œ†‚g±çÕc½ÊA‰0|OÝ8š_]÷S´$ -pÇȪ”ñ€ö‡dìfç̶¦{°_µì$N‰ê Þ4l¹U3W/ íê±x¨Ì ÑÄD×ÕðÒOE:âµ… ¼œ£UE¯ˆN©‹úP›3ÍYïê¯â·ãÌag™mâm :Dž¥¨3[¦ú¢ÏfÅZw5e^u3*s)߇֩:¨6Ñê"9¯ƒÈšçëÞ—iq^3(å%½Ï¥ê6š.Üp -& -O2»ÕbÆ|@,®?}#$Ae=E2îÚ\u¦Æ` šìCN{I+Ö ¥wd¯e1û EH¡yq¢š‡-;ÆÐ52.Ù8¤$uÖOertDX«ã,ú©ræS²/D ¬ºé°ä GµITô_ñ­A=¯¢œtØ~ûØ® áÚÏQY–$`ñª¼ÕüìÃ+Ï •ÖÌ+e¤”Ì^A—Lf ô?{ 5Ú;{HÕð|Üßß ‡¦*Ëß®fMgîJP¤ŒýK´ïpf}Ì>Ðcnm¸ê:^Ã)Mr±.ßÞ¼Á¬{åµ£]î¬ •.[Ê áW]M»Ó(7F^< ì*b BÛ51¹&>Z;¸Ì}qƒš&âÛn¸{3Ðíè­éBù6F¶èš3Žf Žj†`´Ñ÷F¾¬]…!`Æ[*lS®4³né.qEk‡®aêÅ„…ØâL©ìÒ -´òrÖ¸¯‹SêW¡8uím‘•ÌÓ§£‹,î×Ðý«µ|b [ô¹ÐÂãÄ«|F­g„ãbµÏ!IÐòÑç/šÏšÛšÆ]Öö³¹‘ašvú7aÂ~ûKº®Þ„öt¾«ê™ï Åì¤Þ€>ÍÆ'__sØbðÌh)‹Ð°®žb8/…©æF¨]³Ó^f®ÈžA¯j§ ”¤&ÇÕ ÔaQÒZ¢ÚÿÌÖ¨ƒïÒtÃ¾Ó ’uS­-JÜßàce¸àXLq2-ïè6^î0ŽoæÍcWK\ëñõq©…^± -âŽøö«ëó£È ±Ï—4”´L»izæÂ!UºûíX ®—UÕ}:7.ºõÐ -é³8Z2 -Ôçà Þ2òQ¨>èZåŽE‰:tcÑAÕ –±‘" -o§,§XDé –¼Ön[hÜJ²ª€ö’SÑh^mB¢aY®EˆsãNß_ÅDvÝ\12ßKÀ] g/·{ÞnQÿ•!@w9›eo¤µ -Ç;@w‚ã]Þ <·­nX&å·™‡]H©ÔuA‡øž^_PÜ3foöõU¾ ØâÍ÷Pê"錆 ¢Ž»µ¢üfUeꌥåµG‘eÉŽ1Y“G¸ì {=%šy¥ˆT‘ÅÕ1™‹ìE!ÇœïJCxÃQ#Я‹ZŸçÚM؈¼9bÞÓCÊ©Ÿ3–J9`èßc“×¼¢Ø!•s¢y>šX¡ƒºÀYãw#&–ÚP°¡P²VJ(DJ—²Y˜Û±º7 þÛA)Å€3$tñà›_P (4¶zy¼"¾­ ýfó¦@¤–Üö*Ë–jãM†px´cº ñq1lRÒ6,µ9Ý|Ís¨6rºñ1£®€‚mXCAR=7¹Ë««GoÖM«UåŠÖ'É¿g‚N>‰\W׃åú\WÔ!áµl<.Ï»®0’"R¯½ ›avèò²¿8˜Ó´Œ˜ODÒˆÒ›9÷pïß FŒ@7ŸgÍêOû¸Ö˸â)¡"B(]m½_;•G±^©GÞÝßµ³Jë ‰iv  Èy´ˆÚQ¾Û·k„Ô9 Wµ·º˜¤j÷+™ŒŽP¥×C¸#EšÌ;˜2VÀzÔ¢#W;¦ˆÍþV×:¦™Ó‹l'™Å; -\„Æ’ÖÕ͘oB, -]êÛÆœ RÆOwŽá:ðºn9ë3Ê*h©cþÈ’ü;||ƒ.x‘È“½¾G…9óÇû=ÞÜ -ç)×áýÏ€" 9ÑS‹\…U#y.Ncd­èË÷ˆ†Íâ·ó³ªéSÆÆW™9*àvÇݦ×Åîîo.7¨¶'9î ˆæbCT1wï4Zü»˜úóúvar¡aåe6 ¤î­¶]¾È ©{<|Œh"‚Š(_(ίátwçøUïFëv% :ƒBpëÿöt…ìÌI¯] /¶, -³pËqw/ÅÚvÛlñàšà†a4‘t/Šb¼Ça’)-ô†ãÅ2Ô² ¼"õÜ´”dJÔ$Õ£SSs{ËÅgÞ® O‡î»KÉ~ýDˆ¥Ðí,k†©ÍHœR8“>–%Á¨ÆFæ d^w$xåaŒ×¾§ ÷päWÅr»Évöšï@Ožj{fìññ¼Õuìzã'Í‚JHDg§XÖhÐ×°¸ÌŽ UÉŽkšû"AQ¸2+™²QvNhŒÀ(Ì“ÊÛgƒÅcûEÓ]Ãɇ’ºYZ<¶Éd⺃qôÕ ðÜ¢¨ÅmV¤ -â@múž˜gA.ZæÆN1P.=3…‰‹^m³sóŠ¢Ù釮#¶ýà­š®TÉ·öŠs‰ Å‘Ø]ZܼÙÔ¡ˆ7YB6óÑE"q@AbfUAßc‚MtôÐà3.ZI¶9àzü›Vºcá‚.æ¸ÿå™}?¿/HÇÎ+m½[€+«}ßzœ÷Ù†jßµßëäiµ­/qcüs¨ŒÁ…L¸¥¬qÒ’:"Ë#N_ŸÏ_‡RHñ|GRZã.ºÆ5vîFe†µ‰zãî6FMÆÏbYécææ§éu>XEÇž÷µ ‡i-yªÌ %=¡±ñE³¸}ŒÄ…ð¸¡ÈìÀ2†Û ¡{y*ª2U%ÍbüîNÄÆ±QÝ÷œ®§mˆƒ ÞÞ"j%7¬‰&÷õ^û€VË­09“âÞ)èkÛéÕBçâ²Ą̈‚€ïpØ÷"ô ¬[3Eªdß"º@}:Ô/Ú7XYæö³á—ÌŽ‡ºúÜ\·=ZQr¨ÄIJgTSά Óíc°Çë-À°¥+sK±iÌâŠxsOG…N„0º^"+¯,\)¯F๛«êˆU -ðƒã¥m¬fÒ|9¡Ñ¼ °—$±«cLìÖ({>@ öᚉä7ElP…ØÛ‹0ÇSÙ,î”{™¹û -OR$‚]‰”|Y`Ä”ŽÝƒÐaW­³èÓ¬Çêsô²»Hˆ[tToˆðIJDø›Ñâxk "›(v -rgEÚŽ«¹ùðX7|œæGðÕYÞÃî£EéæQ|M§ ôƒ äÚ–Û )»†z<Ï0êhi×Öö=á3Žs·SôÞìÝIá.­w6ØÌð~ŸŸÏ:†Ÿi`j§‘o|Há­ì÷“Ãç-:ùy9:ÏxÿõTïyÔnébǼæDà "~’ï›·wº×€µ0;×kÃGÏ`¼2/ÏR'Èetƒp~ù¡›Œ˜!{á }òH’{·•^5Q½t÷lŠý¯nEÚвN1ß -B}'Vs9Ò†¿Pà*þPr«ƒñQÙë.Òä¤KQ]ápfÛŠSs‹C»»­SÁ· æ4h¨Ü‰-²c;ËиJÛqã´î³4 .\=c䯛EÂPî¨ -¸\/§VH6¸7¼iÔŒHØÉó¡±äè Ž³XÌ«®uHmË ÒéÈÓVOGm^ëüy×m{8[©¿F|Z½ O[nPç¤z²•À[j;9ÅRÇ8 »ºt´ø½xK £¶ïÓ/9•Ú<Ð4à\„ÚRŽ*ÀoËTŠ“Äßy¶Íu#l ©î{âÚT½3¸ëZGÐd -Lx: Í’eŸ›@V½^ß}E‚¯ùa«©@â Üè?]FŽÄx¢ön-„súy©9ÆÅ4XƒƒÂûV(Õs%Ð]  &>êBX½Ïèé¢,R R)±AÚª:Üt#þ+³C9]h9íxãÓíb9 )ìºÀ:q1"Š|:Þçûøj¬3tãåª@›†¤`‘”ˆØØ`^F»FQŸ3‚†Ü–ŠNÕRé²Åhd¸ÀµHº°åMù•#×zŽÛ€Oçã‰å= Š½æ‰~ñ´pg¼âk¤P_)ùÜ7[¯A7®|MY‚s«Ãê×ø¼¯zÓp»²¤š?ÎÅ 7.©@xë…@©§»ËZžrO>Ô[#/ÓLDq]¨’Ö88å|.£¨~àÉÈu ¸Å&uš9qüïde'ЫÁ÷=xyñ9¯ðP/Ƃϳb΄™ —v{ì÷».âLÙ’æ¼›Ým˜SkÄcø*ðÚšÇ}œ ÙÝ)ÒM¯Ã‰e“{Ž»qØ‹pê‡òýp‹â,ö¥ø\=È‘¯^læ(!ÄǧAóÊbìaÜßC_(WÒ4Nõñ¨ r¶‰Ž¥ýoÖ~?+¼Â³'ØàУ켳yOéñ`ƒì¨@,jmÛ±‹¶ÃLkÔCÃÎqÊÔÉbÀ™jÇN¹&´µÛò‘ÆQ\^…s¹–Ûa¯rí6?€ó"4÷Î÷r˜I#ó_´KÀç½ÍÛ·±b_t€]5ìmA–rpl¶øˆIKÖXr‹üÌ}Œ C»Ó ówïsOrýÿ"ªY?(B†¹ýB|›=M©Ú³³/lrçšÖ!ßé"èŽüÿTýlU~WvÛÌllE°‚TÛ©×læï¶ôqb9ïΆÁÃb°‰C'AéÌÓïqåã¢-8 ±_ç€úD'ùW©ûÖ±£ƒgëì-_åÕaP1Cëó?% -ˆ =Q—»N˸€QroçGjâEÝ…A$´­ÿ5™Ò…m8´;¿Z‰ZëkâŒD§G’ŠªÛÉž(¤éý™Â=Úàâ*ôåÅên‰¼-ätA¢S:c–/ôj[÷ÍèBh–ÙrtmcÒ P®ÿþ^Í0 2Òa¦Õ`íÞõvÑDW6Ð’G…†äç.ð´Ñò{܇ö¶¹»wXÉïnÆ8 #Ðsú}¾˜Ñm¯v.îcÀ¤„â Q ±RãÞ8-%ÆÐA -´Ðv{<‡H§ž*.xÚ¤°Yp©¨Fæ‚Ú/¤Ïè}{ØõÂñ£*›m šE†Oî¾·z÷E›e4×qb¸ïE]¢u^ -9œöd{q­ó(êJô{àwÅ‹{÷#ôjý¥qUøÒÖÐ^a—,óŠŸb6†›bÞ4s;mÝ6̈9i‡ÀŠ‘¬aôžðßt‡TCø´ åœªX¡uË.]d@:œG–¥x»§÷:Tn£;–²wì/øn;†~-_ÝÜÌGþ°G¯’8Pä¼U©»pÀöoLDºAÛ®ß,¥«(ËL:«šc°Ý3('k5>Q¡Á#®^wbÖP¼[ÔúðK!kõüH¢MHºqÕ¬p­†«˜j"}eç!®h…ø¼ˆøc³ÇTš²w‘JNù£g9†>z‡SázÐZúœîtpMüQ”{¸óÂæÜh´ikâλG-òÔù‹³…š¡môñlWX ÓÌ'á½Qñ>ö¤EÒ‰FôÚ½Üñ'º~PеR 9Ç -;Œ³"ˆs{+à8y]Ùux^_éªÜˡ縶â@Ûõ}€xG¬’g@=‘-ŸÝààÝ…fdù]ÛÎ r$@æäV*X8Ep¢Ê±Wƾƒç.Ïpö ‹-8!q X\}Ps>ZÉpâ#Å˸w{£%=cÏVRw×ÉÊÑÓÉpf\$#k_÷ZbéTç!¼£±&®:ÞðeþR·÷ØÆNJÇzá{ë0r·5¨»õyԔ䪰]êæçE7UY«Ýª®Œ]ÎAYª€Ž‹#ùŽ&çr¨Lé-àLøZë;Œ<Ę#=wª¬Zˆòtxe ÁŽxX•Ý+"Š,_g¹„®?O¡+:HG\õ@¼[ï9jDH -‘‚•”Xb-µ¤<‚XG&)0qŸŒà9XM ¦‘ ®eÃ^ítÜúKQC¸ó61Žèœ…¶áŒ8M:¬Á} = ¬fB®Ž Šé±v¼XXö0Y¦| ¶ïmd»BìÒ:…!w7Úî7üuLÅic„Å=½n#}š“5up’;¤Hk;Ž¢º 123 #«¨S†ðŽ6¨¸šýȱo™¶PYEóŠ\膗ÕòYOýéYì&Ç%i9à‚_fœqË¿(áË;™æq™EØŽƒs¥õU²@oïˆÞ•µá*V6V ƒ5ºØ¡-êÊ]¶­« .ÛõÄw­ R%¶a~Û\9ßíÖéöÀ¨Ÿ0D¤*çç+ëâÕ8µv4(ê}ŽÛ¸„e€©r…½^`˜Šôe¹ªãqäÄ›Xë7®U:Ô 5qW½h3=Ç›u×d±v×\¤ëÑ×ÕOâìDÅØ7 U©^ Sš~A^"®r({ø*/ó¨V´¤‚šè¦3’ÿp¾Ó¶ÖœÆ&x··!¦Œ9ŠKò ÄvèÃU+!³¯jk´ëáê¹Å• -ÔiÔÇ8>‰“gF":í•?»Z_p› x­È€ƒ mNþªÚ5a)VveÜY&ê+¤T7`X+b¼L±53e£ü8Îh WqocôLd{Ã¤ß -5B KKϱ+ªž6‹.…XãT×!^Ô.ÊÜ5€Xœ¥Æ>VH…à¶ Ä”7aehm ùóìéTéTѶ·ø~e~Bþ»˜n;ô„·à´ä‰vè¸ 7ÕÇUÝö&ƒÐýzŸÏ콿ÉXPXpXª*jÄ­&W4T»B¸«Zû˜²‚}$Yu­h˜š‰ÊXd¡ÖŠ9 -ÍXäeÝ©á8†‹Ìïö˨ñ›—‚_qëy–¾tT ð´]­!š¿µ†~M/¦³U eÛ‡1Z@]Ö*,¯x"ÄÇ?… ‰9Öúª}‡øå<À4y*%2¨‰9°2_ë¬ vZm‚@óhò.ìJ¸fÃŒ(ôõä„ûìÙòÛÁûZ’¦0^¾ »ŽyÖ%S»4ä ^/+1YÁê'[×çÍO:ŽfUÁŠ?IgÀL…‰êÉ™"R¶ë²¬Z0ÄÖ-4.TǾ7Ôr+¦VQ³PѸp3êÔd××–ë•v'Ò3Œ³€3ÞÈÙ©ÑSaF¢§F Ò$×aæAå «˜ê§}õËÛœðPz£AÇ¢2.Cɲ”Þðû çEAÑelíäMlqkNýˆö½© Õùº˜Æñ7üЬoÿËŽ2‹ùw¹¸¢ÍÁnH³”ȉ ß"æijÇÔ‚™;Òj}8ÞåÍyŽEê'o”žl·ÝÃ=·¤QD,Ú*‚ˆ,ïï%®b6LvÙ““,I™ n`«rùl…€w3%ÇwÕ‘>„„Ño{åºá”×½ -+}FÉr3nk˜÷âEÕ7ãä·}ÚZ8z£æy]å:NôÝ™®Û¹™ÄàwÂʹxY•8%ä«ÂÇ࣯<„[´aiÆ¢–ˆ‡i{…£42ñ<-š…uµ¼HS;d¸ÖÆœíFÜvÝj’dc² ¯‡¸Ö};uÑ"<{‚ëôèí>Íy»•Ìéø#õ1ÀùÑ—dP&æè­=Æ“g«{ò®òREô­‡/C¢ ûu–Þ! 0&JÃ:UŠà}S›é‡,°÷ŒF_xú°›c-44½áä§1²Õpa³éºH«+~>z‘ßQžCüB²\ŽÞöØò+ó¹‘ôÕff¼‡sbÊtrK®µ-¹‘$Šñ`‹ÊÂ~0]ÏÀ !O§Äņ4i7 kÓþÓú-ZL!GÛVŒFÂG•î÷î“7½AnU{¼’šžgàô>bW+ôä)µhYÅ¡ ]°ñxa†ICú5îq |¸VÖµÅöi/$í¸v[\wût4R:èåÇKks‚ÓJ% Ì XÃɘ\ÛžmÈE$×1Á‰ ý•õ¤˜Øä \Ò¶j"îP”3ÿ<œ.)Œ^~¼¬îêN¦$o<¬S“‡ÅÞ\‚­›h€½ˆ‘‡¸A::ÐYÏYäVƒšÂ<­-“€»ýF«<‡¸©±G\†5ëÊ(ödvža'ºfÀo S¶cÁ5I¼dî!¥œ°l÷¦7Ë‹¬%YÙ.© @æ»"æ=÷}žC´Ò9ÎZÖ nM[Ù8¶aKvÀtX`çaĈy`1`³½½¾)w¥w‘®ãõ !û­-¤6æM¸s£ò×Z(p4™ «Î©8=}+Û@œ`xÖ‰=u8Ô•SùçŽò¶9ÆÔtô^Å®à¸/Ò÷§®r)âm*>✶åŠ6ëœ a]Šw§Üî ™ûBË^q“™·Î #áÊã–1yÐø>ÁÁMFž'Þ1…”p”ð« ¥L€—3«›H®™PRâ‘5Óµ¶B[ÏŒœÕ‡º0ìd-ÝFLÅ:ïêmFoÏSè·­Ë=‰ø5©q¥"_tkôòfoßžG6pÍh¦y@N­¯Œ‹s»Ê‹MMPÕ-7S½êúB¹‚yOµÑaí~ø7`¿ @í:²ÛªÜ‚©<ºÂmÅ¥ÁY–·-bŠ"ÄqìÍ®/x£¬òV‹¼¦g{\r%ö>²»HlžÉhoŒí†˜Õ~ÀLE¦.wOT% -ºj•0ªj®± TI›LYéN×Á°ºNh©! ä: ŸÝàrž–q£‡ÐÛs4ô=·=—JgÞ°UE™Pˆ¤²Ù$S†Êö¨…ŠY£ô•ýF(ÞŽ`mtŒÛ( ¿žÛ…/ä®CãµÆ<…o™²KÝÊfÏlË—L•!Ž£ØWz‰+Úž£¶Sùb¥£ú6£‹Ø‚P‚b»ª®=‡H§×ÎfÝTu’KšqZê}Òû6„]Ö¬@ÂåÉ€¤Ò¦{®ÎE¨"3L»ª¡)¢ô;™É’¹U£a~ÖX^½þôÙß<ÃoÜ×ÛQÔ¯ˆÕ’¤’Š(‚ цOÄÉ¿2ÃN ÁfLÎsaé· Ïs}€rÖíÓú`L]‰Æí,»Û38â÷n½¡f "Ýs„œƒ—X͈FxÛú@òÐýï:ØŸº‚”æU5*Ù¤ÁNÇÿÈØ1:Ã*A°rÕþcscÃyتˆ‡Œ¸ôdžÜù+ ,˜íu­Ñ -'Œ«cåÜË›øvmìòþÔ÷ëCÄwPͱr Ê{®¢þï\¸ -AX5·äh"ë`¶‚ÂÚvÚyð‹`ƹ›.6»|ˆúïè&‚ŒAÄÚÇ,̉f·4¨öÎJ­ë&t#ƃ¹®¯àC„{4aâÜåDr „3fµ1ÓÚ-°ëÊAk€òÕAC‡ÛÊ»n6 aÕE¸d€“qù§†|Ö`¾ÃúÜV?CÙª~Š<áf–›Ël·;Q‰ó|Íù³ÅÚnöÌH †suéT QoË¡±¦4ä¢Oǯë òOˆMUÝ®W[î@„·ìt9kXcªnPLƒM*h ^μ^åptÏÄþ;æ<+’þ'Éë5”x*¢ô-ŒçÁŠ]K1:’8lÕÅ—7¹c’0Î+ˆ^ÊÎZ\¢ÏËô"ç¨ -Þ›Ó®ù¨Û\1.'ÒÌç݃Ä!ëuše¿u¡¹35M§šøè á7zª]FÃÂ-çš2­©¼Ä6jP{@cÔ³¥i‹ýÔG¶6d‡HÏ…Ê¿šê;²½Ë-E§œ\¬úTÙV]ZºMT·ê鉾o?"Œ¼âK4œTÿ&x –v]>ft´åžaEæ¼¾ŽtqZhªä0åè~äú\{AƒÕh&$¡*t‘–ü‡{ -]ÔzQ–žìzו'›çÚ­}p¢äi6Zæž¾èö$ ýj5º¦ÂNŠ™ `ÝM.‰)¯ -"c`ƒ‰“30ßNjwùaåu›vAÔ– b'µí~$« u?cíì¹û’>éËÖjÒÖ9{:`â×1ÝLò?ÜÂ.Û]³–V¦ö:›"-w#ŠŸÒ]Ù -@ÕZUm»·áFÒs³@}­bU¢×»ÔwˆnºË™Ø4AQ# --KPéƒ>5[º„ –Á÷Ü1ǵNÑVL!qrœ{­R÷j2]ÝkÅ^ßçÑüÕ`8Ý››Ô~jÏŸç¾ÒÎ,6ƒWö#|¨ ±‰êàK»%tÈí¥wS´@êŒKù”`šw€þkçªêˆR{îgÖ‘*à8 1Z†û~]GnYÙë#Y_¼³X¸MÒ”ÎÊ€£Îu0½´ŠÕ2%QçqÊqÚÞ 4Þ¯lñܶµÞnøàTwš‚ê¢å´¦Ò–pT*ÕW¸LK—ÏîÎÃF­.ö¢€ø =˜y—EÍ᤺dîXMÍ*×ÁÉYÉL¯ng=·P’Ý bPÿUašqÿŒ#çJ­Œ:–ý¡Ã¼Þ~¯’ÿ”5¼K&–€õÎæE¸`DÐÁæ¨ï­øøWà¨5.6%¯bä¡Å"''‹8´—”Ævö†uŒuU-ŠÊEW=|7ã/ ?"Ìí‹­å±ÍìåŒõ‰†ÕÀ˜‹ÎñصLt$éAä¾Så$ ‡:«­jÁ±[ûF¹GþSÛ°(³{ v… ?œpXÖ#òøè%[§N·¶È¥o+l¶M;¢C‡.„‹‡Çè^díJn¢§•tã"$\µtÅtv^¡ ìQ×”µ.ŠYƒ¢è^ÈêœEêQ¿b{zuœ¼—ÿ‘W~˜+óhê†ÙȪ™g¨‡¦³yþòŸ¢À•±é€¹9’4pð¢òøM ù¯bú¯àsùª+Üö'>¥÷y}­Ê`€öõºN  Ûía©öˆì¨Wù§¾ÂÛ]´KÙR°}C/>ƒƒ²AïuLѱ–ÐQBylÜG¾ñVG\LåÓ+/ÎQð}×½À:Ö†ï ‘S]En)©›Œ^o"<ÚMŸ<gÓ¸‹#G΀ÔœAõ!£p\ã™3DxVÌ©&oµ¸djQDåg;ãZcfe¬ò"`ª D«‘–OGd*µ†aïJg"¼#Z„•–w‚É© -É©˜Ì\…¨z ®xPû&x>Ýz3·¤+3šgÔb®9“œô&¬îžIÚ"O ƒ›€êI€ëàÍþDKꞘw$ÂW²ÎP`éˆ$$¯m$S¥”»ÂV-8ëÃJÑh«äËÐOÚ¡ û/Ó5‰U^\\¾R‘ËùÜkœ í|Ì HÈ*&¤G"Z\U Uò$,çD`Õ+„»rФa;ÌPø-ÉŠ ÍŸ¹CÏÝEÚ·–ÎP®1%NkÔžÂ÷àa îF©3ùŠ0ò^èNÞ0 H Õˆ•²ÌLiI}œ¨`ïOEaq–X¼ë€«˜©ä”*MÒ‹¨¬÷f—uâgarï°Ëì8ÃN_»b­Ò»œˆòJ1«ä%ò®3 *H–­"oÒ†W -œ$6´ëò³}V"§…kÖ§0¬ªSXY~ç÷äMHBy‚˜w­¸¡ÁbqÉ€j ŽU1Ê@ {Œu­Ÿ_Ã@c$‹ÏIw³Ö@Uׯ+ÛT•¥$®€ÉÏàBíÑ8¯rçÂÖ6Ë{±åq 02¨A½uMì•Ò]Ï´pÎYÓ:'r7†J#妽ášÊ8ô¬n=ăå¥c.0r£NåÂ¥ÌO@V3HÊ: yˆdÍ«NY|&lhdDC†ŒÚNÌó CÎi ¿ð˜È¶WD{ÞI†½ãjµnõnæ!ÜÚ^I,û?PŠRCê\C™ÕîLßfr&̤ÿwÕUìÃõ†G´n dYï’õ¢˜ä’z¦ª’ Õ÷.àèX3€ÇÁY|`6 !¡‹$jpÆuÑv*Œ[¾Ýú`˜`¯H2ºÎž»[-·Cná¢ýÙ²Ìê…aÔ3µä=òt&„wÄYI#Ó/¿Üš‘Šø´£„2×&꜡‡+ …õ&6¯ÉM’,]<ëR²b(ßcT‡„/ê^\H8%èŒÊÎÄÍrùc€[ǰZ¼ÊåÞŒÃ@bm§¼Üsìúg×€›y½¹i¡*ÚÏ( 5½6J>¢CÕ»äØ%/5ј–>7ð k3Xdæ pÜ!^Ûg›)P°øÜ4¥ñÍdGµšqyUÃô2WœÎcÊwÁ_Õrø ‹RÙõ#Û”AX²Q^Ä->ë§gu¾ðq’1¨ ë&`o6$ ás5ÊwG!·b2/­VFl¬ 9<%Ðïr0ˆÒ=üÓR’°• âzwck»3–týÖ‚1™ŠM忦 ~”L”n‚•à­8~LµÏËs<å݃«™û&V{ãW!·#¨²Éƒ•‹¯t-°¡2ºJíKŽ~Aµˆ©¥!q$µ;…²ŽKÀXYˆ 4;Mb ]¤·—Y«5tÙœ¹Yâ p Ö<Ø»wfQDØee4Xòæ2nX:! tj[6×<¥Wêõ²‘dw’‘÷é±®¬½Ä°n³\ ëç`ЗÑI¥WpÒ’’tViD¸r»ñ]L0ÃùI é„"h#+¬ ¯Á{â¤=#ÖpuK&Ý‘&'½ðÍN#ÖvÒ ƒdh†|Í¡ü¨ZÌnéjz|zý×å%¿öéóüõéϳ÷xzùøþóÛûãýç÷ÿé¿üôöü¶ßðôÝǗ矇˜ßôôù/¿=¿ýüˆ/}úøé—ï–oaNVs–ŸÜþÀ‡×ÇûOo?ÿQzA€/¿ÇÓ÷×·ç÷Ï_ý¥^.ÅïóÏ<=õxýÐõáãw¯õœ/êzÌ'_@æ“O_½~ú}üÓÛÏÏ.ê'eÖö ½Ñyyþñõíã¯Ï?½ülû¯½ bp¼ðµO¯oÏ_<~æß÷ãã×çïï/}AE¥ãkŸ¾||ÿüÝcøúè·¹Ú±·œö€)b‚=}ýñ§ûÖß}øâñú8ÎÿÔÓwo_>><~ÿôxùùùýåüÂ)ïçž¾þåûçÀÿúøîã§ïï?6Ï’úP5*Q¢gþgHÒåLÐЛÞa ±kâÜ9)$k±š#Ru›ü ]ŽN«)NÊñ´­ý¥ü™õ”YØô¿îéœèœé\Q MÏù.hðù¹ß­"r½‹ Z8 å~>´c<³1tfc鬯Ù?õß(àÌèÌé̆è̆I^éÿ?QÍêP„ s;M›Ö(Ú­l°·)å{ù¿Y–ÔpàPòµ¨5HjÔ42kžš[ƒbè…0€Ø­ÿ%ëªß{Hå\ª½Õ9e¦°  $yóžZ^½×îÉm´Çæ•Å2áL¾ó o¡:FFmðjß+ÿƒÿ–“ c²L6SÃ?lða²L6ˆOç…NOÓÆtc0Ý0¦Átc1Ù8üã†&ÀpéQé“nN7ˆé†0ÝhL7Ó cºL7“Ã?nàaºL7ˆé†0ÝhL7Ó cº|:¿H±Ô±ÖÇtãðI½5ýü”¸¯ª½ 1ဠS`¢o>´Û/y¼>÷¿îAˆÀM`¤ï®¨ËL…` ½«ïñeϹm‰>±íÅ–aÿ‚]Ö¢?ÖÄ$w ¨~ÃÛž¼f6Z !z÷_¦˜”ëíjÀkßKŽkJ(ï¾°Ël^=Ÿc¿… 6Kv¥z@¯=µÄñsSå°…¦³_¢=ÕÄt¨y{¹"¢Šñº÷p{ç#e* %µ–xÕ(œ%Ól^±íû¤_Œ@A‡+SH<7fR*@& 0ŠªFÑl‹ñêAGý1?{7›÷××SZõʯ.˜1é¾6Ñêm¼°û¤vÎ6G…ðgA5Ûo}Û›GÊäØá7´‡ßâW­Á…ÊóŽìåघ‘SÿU]L;hDÒ3ø¹ÏG­9ýb„Þ€½7îô -@×­9ê.L´“ìöÄÖ›•eJ#ˆ\ÑãgƒèèUø¥e£²”b>еéÑZušº0½¬6×+ËYëK1©_á€|Ù -«‰7ÂU8÷û}£AIŠ@Ͷ/ Aõ6$µéPýŒÍ¦ë€]OŽøNôÍlwù°TT5\}—WŒ¨¹uW*‚Öb}ì½l1/;"­öTû~Tÿ>ix0, ÇÏ –VÊ¡—\Æe#xÙ¢IÇ쀤ë²/z,¦ùLv·Rs¾ªbïMbÏ£½ÓºtÝˉìz…R¾\JèÞk¶$Ö(B‰Ù÷ø;ltQ=‘Žì‡¥ ¶æ¬-ö^oN•ÝõbùÕ"ÇQŸú¢~‚xlì½B:owàÆ™Ô3燋oÕjÐõ\ùbvæT×] TÏ<÷¾OúÕ6lêñËDÙ¥ë)zýn{‰Ù;‹í«,¤\9š¬)"Š›P½.¢o{ïôèÁ-']+R[¬qX^êiB_“í%¨z#¸¨pê1~u=–àýÞ³¨ý@Þ&SAƒâø]!ΰ[}QÏTÅ[‹-òž™ -Ó¨2ÉѱÿõÂ=µ­cà‡:†[P|uR£};®²e¿¢+*^#©”£ÃŸÒþÐS1 ­Ô*Q jÇ/ÕÅ¥Jy‰»fòC¯ë-^PQ§ˆ±…u»ÿpÆʦLl™øÔNôËÞJhpµ\ö<àÂ+G–_ÃêBú¶wh§hgÚ‘rp žDp` â_Ùó8ƒY½Xoø/Ñ-˜ÈAo-„Ôe¶ým+_dkTW“R¦qGBÍöðC*wRÍ `ë™[¡<Ÿ·H—ƒ~ç#=Õk»Ìqôî±'¨o¦‚NžwcjB{þ!¨RG—ÀµÍš ae[R|·Y˜iFú™Wú§'}!œÂxöy@܇ñã7á{ÃȸD´®F¾¦î@vxguCÒÇxY„é`ÑÿÓqªJ|ƒ4ksÉóÕó|w!³BZàµtê£XcŠçŒ/Ë”ó¯„y%ÙP« ÆßŽ3Ø(cÝ›-r1Ñ飄é_©Q›ï)²fß]9C5#ånß±ƒ5JN.ÕnÝ Õòu 4 m+Ïx®lr,a d‹ûÌ+Ôër{²‘©ž’[˜6„HÛ-::¶jzó5r8&[ JÒDÛug3Å:Rl-oMœzùª£M¤×Ü–1{õïVêYûô$bE3(—KÆ­;«À4¬éùíÞÒm¿w†¦è°¥ã—eÒKòŽK3¯ß|~Þ…ÔvŸ§tü}º/cºCKí­š ÐˆaC ‚Ð…yŸïžÙOSå*4òi(úʼ½{LMÔº>*¨=üGÅŸüûÝ?ÿ\™yyïá/~ˆŸþ÷Ç?þûçËïÿ{~½ -xôŒ×ÿûý§?àÑý¿òáÏïþþþ¿ûîÛ× ´Ã㆖™9Ù¡¥2—”Æq–¥úkÇHÕ+ñ^·&).o½mÚü#¡¤ÛÔ“Ë¥\Ÿ^=Ô+¶øÅ«¯ª?ºKïþ+ŸõëQÐ^=q‚ÇöRbºŽH,ªwƒ²¬×£/èý‘Ú‘’¬YÃûZ±¯®u¸<|íÆa¯Ãutà& <+Ñ_úpý^«x1á¿Ù«{@]–kÚ6W‹}Ô˜Ïj%c76P(õ-¿—"#ÇÃ>fX]= $«s—!²·@7ѧˆ0Ù~MírEÝ -³ =hÕ>D»Œ(ŒÇÕĪ/½D  -µ;_Š9QC.}¥ÏåÂ0Š”@n<®TÂÜ•ˆË}r…•WlVÜݹK±óίÆ{âtËöN—·×ûž£/tµ§§"77CÖUaóÔIñ>ªŒ¬ y¸E±…‚¯• MŒjŸ¯D“ >]‰Ã]¡³-P2 °¿î^B¯è¸Ç&±õŸ£HW_‡mZ -‡äõ…«â³KÀ¹Ž. W©2emÌhZFJYËd‡>—¸Â²4C ^pv/€ÎZÔéÀß^>J0Ϥ(H…”„}%6î8ÕÙ›9˜µ°qÛxåÓ¼n©¶Œ–𓟽În„=VÆ®K(&ìé)bÜ}î­xFÆŸ…h£èÔ_LýÏWÎ;×ü+þÊŸüóÓ¿?ýÿݧ¿¯TU^k¼ A X,ã¥Å½Ÿ}'¡| kd3ŠÜ{•v°»ôM\»_€=„·M±W¯žüyÿ‚ü2ßO‘¬ñ‚ÄPBåΦ!„ÌùÝ`&Þ¢û¢¿–åôv8?öúØN:ÆÈ€N„‡Ãü7ÕäTEI^³V¢\~Š\|+"vr•×.uß\­f½†Ê=’C𞯴–LŒå> *z³²»pNnôÉ\Êk›¤S›/äãH•›TxA‚ï¯>±„…¦ÐR²m’_¨ t -F[2¬h‡Õ—¹—ôJ^Ÿ" !`Ï{OY¯ö“Ói® ¿V lLZ>nhsFWòZ#Ç9ϲX#Å´]ÃÀ„Ñfh {«Î†¶øJ"æi9xkªÀ Üx7Fð.i -ïTwÓ_Á¦t2ò¢‹?¦ÕÆqÄ&̆9Ô­y}»…—8ž»O_†”ÌÙX#éäo -¢þ»Ñ¬’+½.µETa¿b3m‰/v sRf‰f¯g =%¬#·:™¥ Ff—2=¦A [X´FÂ::AƒŠ ª¦¬;Ý€šïˆ^Ñ/Mþ]¢”¯*^ª‡©Oœ‹‘xr3§§Ë.p•Dm×,ì/ïzö}4(©^ËøÈZµêAîÝq‡öîp©QÅm|¾íñŸ¡R‚ºå†wF~@ÅkÍFˆªvËêÎ%Ãóy㟿f¿š =LÇÆ¥²Ù2¯nÞ€z'„WüxOä ¢¨ .€U¦îD¥ƒl÷Aˆ$ºì¤ï=ˆÕƒ‹<ŠpÐ#ÁG2þ÷Š¢FÉMwx;8 Za>ë#8°Võ81Tµ‰/DÅ#é8)|­‡2V/·i¨¾Ëb/2s_²'™%¶œæ™…p¶ç„e=[¾JDÑð¯Ïp¯àEóÚÈ[² ËÓ]"¬ölj%X¶‘^µr æ‡RÖ.Ûø,\¹iß8ïÃÍ£k¼š¡þˆggç$xæØ¤#i³0bý3ZL¹4Òä€Y»X³ª2#Å -+N<ïþŧB6à-…±×ŠSmg Ô` )Än颊³¤zOƒ4ñYcOÃÉͧûÂØìþR P-¶î‹k7Ž[·f¡L9 +>Šó¶_v”¨ †µ„–â@.wÄ'ëÌM)ñDVŠÒ<É’ê‰;*×eËxjÚìµ4F“>KOg"Oõ+hG<\!#N›A±”)·õqwÓáiß)•MÀGÞÑÖ`64U3¥Z‹3Äáú='ˆò 2°.óÑÂEÎc{³wã=ôkðD;ÂÙ.xk—aÉü`•4Ó\NU–Ž¡µüµé†‹±.]ci7Ì`BØs¼G:ÞȰ$"œìE‘$”é7ã}ÁÄ>^«N¨x0=w‹å´5¹³Óè”2!—k“[°ú_Ò¯y³F¨ª±³î¡æ™4J3¸ß7Aì,‘6Z€ÙÚÄáEØ`æó6á„[½ýúš·VÄzÄCÞ$ÀDä4_àXIS„UÐrËÖ4jõ±Ž9¼«Ž¶÷DŠjŽØïÂ삨âëœà þ¸W¢€à¤ÅGÖcïû1…mˆåH€.¼Íšï­AXËq§I„óŸœÚ þH=¯£§C`)Í;¨8 á5@œvž"Cô³°. оA3qlŠ´”U?€WVœ2ˆNœ@²!™Œ×96b®ÄŠMi=(…¸×b±„fÝž&62ª1R˜@cEÌ#ªœâÂO¦q¯Y|¹ˆÎ×»Êmxt;…³wæ²úr -ËRÅ63FlÞæ¬þ4,89AŠuÎCª/î’ -I­Ðª«6 Í;CÍê/¾YÙ$ËVTéÔ )ˆTL“5ˆ½ç,y‹/«_ÊeAê Û-è.æžýDÜAˆ5Órƒ¢°9ÉîœIXú¹:QUÛæµML»yÕlh*én -ÆØ'â‚Q'‡t'éòkW}x­^qá¬g=*(ìÙŽó¥M×ÓîÔMPÕ§öMéÂâtÔ,Y^Ý@[I©÷»£šhë1wö‰®b 2ðyİëýõæ%tÌHaeì•CQÏAI¶½¼e³Û-ªÔ:Z¨ UÉA•(Ï6ˆ&æåHOAÙŒ+‡­éFV#AÔ; %`Ę‹Ód榇)ì§î1ÜÒzFÛ5ÏYÖ$¸ázxq'l#îÐá/(ºáf†…¦ÕÚ»vÁe±­D¼×0Þ€ â 5§Ì0ú˜bÜûÛ`«èŽVô ¹7ˆ²ZwR,æêþ>FÃÂR†QÒcõFp@à$íà =¶oˆJ£"!‘¦>Ÿín”')õ,ÔG< ¦!°)\DŽ*º}öžÜăéÐã­p$óZëà3Ãõ>È‹ã”Æô<Ž”!¬f³ò¤[cÂBS\u¤pZêÕ´"y—§£GpšsZ¶½%ØšŸ½/ÔÉÏoõ»{ÊL[÷îänÞ GqˆÝ=»¼ÊE¥¢òÑ»§ ¯×ÑG^¥ìJSžiÈ”8u‹.Ç. ‹‹ðáf®M”ELéâ0EsÝSHíµ’»„(ÛíGf3pÕ´Š4‘9F¤×êšsðkêÝYE‚{5>#I1àŒ†èr'jP—îÿ^¾®4ß{…fÑ&tÍ{ k‹»lãyjÄÒÇŸ‹Ù3Íü[I­AX}5é×YÞ¨± *•KfŠq¡Y3TW <{HuVlgÇcµÄsÒœ¸hi0:ãÕðݰ½‡Ôöa¾•ÌÔ7<÷øMöùd_8¼ ·µ©´§t\ÛJ³u‡l±Ÿ×~G./s ~]ìP&ßEÁÕuyü¼•ýÿ{á¬@ .ÊôÍ.wùº!D»$µuÏ<^Ç{I=lAfª´ÖEìŠ%u ;LNï ìwO/]‡Ø§™^ß -©Î¸)¤!µ5îЕèi€Û¤v˜…=ùœtGîâÁZy»3"(–Esd§Eò½Z>J5=¨f*‰Èã- N€èžRSWÔQ¢³_ì3t{b; æÖÖE!Ü]ÂÝÉmB”îÖ>jH»q¤ÌøÎ&²’?O×ùÙÏ3rËDRi¦ºòÌî«h:I©•%ú¢÷¤5ÙãraÏžæ36â?Ùý}€ÖèôcÏ -“Ïbùôà×̇ïó:å»Jõ\‡Q:–ÅÂ+ª‡¨é~–‘Ùç)ÆfYÂä¹Ð`Š3Ûü‚@zßrŸfmcž•°–.:af;4oñÂ||˜<ÓòHüa¦¾Žóèœ#Öz»yt£íZ¾Xx_ò¡ÛŸÁ‹ëy½Yþ•Þ«)õ/tÝëâJ“ÃΊ âX=?Œ@¥ZÖ¸©Äb€Hè0»¤ñâ²ët‹a8Ë@ÕZaÂfÂÐ0¥…Þ.„*‘1/ס>Óæâf^—»_޼n/SOÚù꾪$0mØ].-á;<­?Úµ|‘|Ò›¯rD6*þw¸yhüg¨ö¥n‹‚½RQV7½ˆ¬U®Cp†Ð[¹ÌiÕ3ßš åkgí´«¨Šf+w‹]Ϫ¤"‡!¼ãq¾ªR‡cÂH\Kë“8-ÕØõܲâìÖúÿÕ´"¢šõC€FÊÂùû#d˜ÛÍVl7E­å÷¿êì§ÝÚ­xÛí´SäK|m -IýÿTýl¹¶ò¥»f êC¡ŠúŽP'wi6C•åNîr¨²DÌ»³aæa0t†N‚œDg:ÅÊg;eB õqI'Ê!uëÎî¬c!˜Á±)"† c¨ÉÎù2ÔQkº^™©;ÞBÞˆµ4Ø®e¹·2åÔ¯IC»så`ë€mGè÷‘:[*—AÏL_÷\^Í™²Õ7†É˜‘Ý«ãfàv¬ý’#ßN€%ÜɶçœÓ23ßž¹Ž‹ëG¼¨w¶¡Ý£ˆªèM¡ˆ7OÁ§j=ÂT[«3϶ȷ7½Á¼0"Ê62œd`à -E´O=.¦ü‰_Ýn™ºƒfK¢IOf{Y‰TœÜ"‹‹DØý;¨…ˆÉÜ ñ.øAg‚>>Œ -!ûOàdFiè¬ -K»'Ðl¶£xè^²×7#Ö}¸ÊêöLV -\‡i¸räLà ËØRe‚(Àq÷6ÌeTÑÙ8øÜw*Ó,Óµ».á5gB—È\1{4Ìa¥ç·5«$6’SØð-‡#ú¿÷x÷;Á}a ©èŒ˜ -a°Ý üpS®N‡ ¶@Èꈓÿ,²€~…õ¶3@ÀzæÐmñć8D[ÜÉð]K*5N?†W©R¯Lùøb¸FdšUz÷ŽuˆéÚRÝž¹)‡íDøÜ”—2d1çÖhKÐËiÕ[Üisû“)ýFD6Ð5¢fNùúÌÈ%ó±¥#ÄíL…ÄŠSu©®’6‘ò?:—xF•;̱ÁÎþàdqi‰¢(«iUD̺púînÔ¬ ˆ¶†µKw²Ýï ï8šÈâÎ}K£+6!ÞðÞ±Érfƪíê÷ÏÑ-táÖ¯{’Ù‚…¨C[`9æˆÎ ÜcP£Ò¦ãUE?ëýl±âàpJ;‹tñîÙ¥w÷îÏÄ`Vq½Ùd9!pÖ.h•W:è€dœí«®÷nzŽ­Ëx‰²¬T]h‚jYȸ.ÑMl‚®9Â]ç!ÚâdóŠuÿS^A[='Ù]¤6gíµŽJáIHé¢í4¥GáÎI§9ý‹¨Šº»å¹³£H]ÚR¶Fþ³ÖdÒ‘WjKlãÊ;þåf»hæE¨ °¡Y&È(DtôU‡ÐâÛàÆLÉŠz@o+MK|6 ×ȯö]´2…3½oò(ºJÓ^aÁÞ¿Æ<ŽC!W–àøÔ¹÷2]zÄlèïæéUïú—¦qΨ¶%tY6À€Ší*Þó!7œ…uÐTó\γzvGEœýT4å|É3wÚ±'ŸÑS¸LÜUPáTv'u¬Ïù¤¹Õ,<ÞÏäeÉ’Jk¡î›K¦¤cØî“Åú­ j(]«†ý~ JÏ4¸–+=ð"tum«Ö$%8Ý¢ÎP¾Ë†Æ& ®à£š›+Àʾs-O²¿š*,ÒoÂWô*‡Â¶à¸áÄŠËÝ9Fü¨IŒâT¯ËÌ:sAËà¨:îãA’ð(c£ø³Ê¨4€A5ï¥.¹ÂD,dáeup-.§ôä!C‚\cIåg]©ÃE¤Zë‘É}¬oY s ÅgÔM1áuߤD“uV¾CŽ`é'¯=äÖ§¹ü‰p÷OTÒqTw:‚+lAŠdSíΤðûɆšûÕKBÓO«jõ²ˆ‘MEïvëBÇ¡¢V­ÉvýQ—É\•ߺÓ‚n¨©¡õºû•5qIû”\ôV½/‘`1…röåiÞhª¨òJñ(.eNÜ¥‚zqCOŽÈ¼üæ×ó¾ÝÁÜ.Qá(phþ€ìÜêy¤¡EÑpŠV6r‘øÐuLr‹š6{É·½Œis“·ùTƒ€­YNí{é98SºªE¼3=&P£U­:½œ¹«¡:â¹XzfÊ< rÙaD5eÖïE¨¸¤sÝÑ(=[*e1Á+¼®]ý–©}ì TL/sÒ7¼TX¦\ݺƒËçœNÁ˜š»ƒžé¾¸¢lqçjÅåH6Šn¾Ÿ)w‡˜bFsõt¦êé×dE޵«Ôæ6ÅóÌzˆrÒÁdTØñ{1êá9jð5ÖçA„eng>NP‘´y³iùCç,Q&‡ÀdÑN‚˜îp³æCŠS®ñí -¶~ûêWßj!$ -9÷†Í‚PwYŸÎ8³à¢µÒ+>Ã|¶†¬É?y„Ió‰îÕi¦'^^ºdmÒ`;G ßÞþçZªX$ËÖ^„¼e§"È­î,´šÐïR3hª›Õ‰Š*±MÖxß¹Yƒ¥ãËB½Þ»½.w¼ˆ¦Xe OÙ½Yαk -ûB~—²¾lÜ/„ÍJ7h¨ˆ–( ¸‘6ʳ/ƒîù>V ¿ÎŠ(³ó¨lM׺DÇŠ–˜ráz -N¯ŠDPoñ²ª±GÈJÃ㇌·a/e¯lºSªî'¡¤ÈR…‡ÆÚ‡VÂæŽ½÷¡ž@]P\ë=¸«o‡ß~9°Œ&/8*¨ŠEiw ÷C^ÂÃYUkÊl¦Ý¡eLœ7¦U…uåt"fHæ:Ú7'祪® %…ç‚Л¼fùU¢;a ªm!F=š\ûônTT½*C{¼`Åõ¥|íÁÀ*Å™md²Ò ›¶Ógû¾Ä UüHá!âõô0ÏtC:uƒ±)n!òX¶Ó梜Žèö¼$K¬%…¤ÍJoïÕËgâàï«s(¬šGO—ÑlpMÙõR±„dêç«í©&¿ 6kúÖÄà'z}i\ˆè ¦øØö -A¦$A÷ÍKö?*o´`¬N)øÍCãõ‰Äë’Pç!Y+Î@؆8I#Æ,裂qMÖ\õ®Â(¼ý|Æ&€¹^&¡"º‹o²ÝHÅðÃLÖLè¨yÕp+,)E׌iÔêñÙãDk4sT7JØÕ.จ„%lk‹Yd ÿTÙø@‘ü¼Qªó!XK–£Þ[¦íHãutÒÈ|îjôÒÃS…]QǶÇÛÝÆÃ©TD’Y)0r!2g|ƒ!¢ìàSÎ] ‡ mqëF©Ø šdŸÿú ÊI -\ òö½h«—SyVÙ„W B’Gr޹™µ¬ºgß›$¼H³ÅÅ%û%‹’8çÖJ-IàäêHS'vE´¨¢d2äk½‹¨~Ý./™Ë($©ë|\ÁUU‘‰¸V ÇË3§ZK ò½ªzU—ì^ŽMªFÀÙõ%-A—Ý–t6µèAk’RHÎ!0¢¿Õ>pž˜Ì/9ÑA’ -4UˆCÁ9fÄÇ6&¿‹Š…SÙD9€ƒ¡L,Í94\Ý"Œ½UFŸ`Žn>‡û¡çèIʦ.¼Àˆ~w»e_WíËK¼›D4·½Cé06Qg5ÕT¤ßD·8®$„à0Ú„úÔ€{úŽÀã™ZËn*b½wó1tΖD¿Ó9°®z‹SR÷Ná^$ -¶šËÈÒ#.¹£,`3`EàÖr %ªÐ äH!é–„\À>À¬9Ápô0“!¢øDUÑ‘û5ØÊÌÙd8`MdU‰(„¥/dÖ–dµ—\„+² -À‡´jöJ·wþú]¤˜šjQ Ÿ™xɯ©ÃtÔÕ,‡J½Ñ½Õ«É»Ùp"N·àh;u -ࢼ¸z w³ñÅ¿L¢Ž1K5•;‘³n/kpêV—™JØtòØ÷«$„euÜ&ÓOl;§.‰®ÆjTÒ°¦„e#Ê®Zž;¦Á7B¼Ù ×t䬇‹›ÓqA]/׸ns(Ä—Õ˜—ÿ[ÿs3ÚmSÉÉI‡,Jå1ê…<>½M“šýiŒ(»Z…l)k¿—ŒŽ•c~Quó\U©ûÀ7Û±ö‹7F½"jûÃÀ$T#‘‚Jýt¤!¸:M@LKs쇶ù'~ɪ.®s)¢SØ„3Êÿü±NŠ 9Õç¢ÀNóœGnA5¥A ÕáQdˆ5. -).Ê9“§û„¨›iºt¨€ rnÏÜŽ“›ÿìèI³¸Ú›ˆR2ÀÓÀw³G8˜éÕ{£5ö'GtE&,4Ip¶É‚Ûó>À©wH}ëËì£[¤j¡¨GŸ—Ý<…q±èNXX â|'2Y\Y¢lÁ‰j-'öA§UÉ”@©ˆ^…š‰m÷xPx»+Ÿ™€«UMåÁjæROU$úfÓ7Ë̈²ŸËÜ ÷.5øÀ‚b‘æ€DÔE÷†q xr´Y"VžîBªÜé×oû4¹H"ž#$dÇ¸Õ ¯z‰dð©£i(Okd8 -árZs}M¡“ ùWä¨Ï|¤\)BV¥Ù^žfŽ.çX b^r˜J*¶ãӌ˨M¤îä§2 0öQ4•ê.ÂéÉpË?ÃBáþ¶I+ÍìOtÄ€W³mIIëp"è—‰¼½UI9Ríz÷åBÔݪã_#oÅ{(¦ò*þà[SÎUåiÒ‘SPîCB‹úàAXËj*®Yÿ½dX -Kžé.÷' ^ºÐc½­>+ªúEì÷®¬ÙYr&<Õì-à,1m*òûhê#œ½lÔÊK¿ÒoæzçRfqe‘ÕF”=ÔQ&¢eÙh6J‚ n¡M uG £9«9›ìæÑþäYq -ˆ»¼f3²½ ³àSHsøžB6ƒgÒ¼ÛiP ØMÃâÊM Ye„ùÉë{…å#I½êÉà¦Ñ›f™y3rÃð»x”e²{ä|\2„Úy×~ç_uo÷ô¾WyÒ˜:“:.±’@†{¯u›ìQØjÄûι óæZ·MZp‡r–ݽ…Sƒ<¾gP‰üç}>“ 㢶ý©ÎÍ»…ïL韩Tyš¦ôzæ‚hУp,"èÍâò" Œ(}Dñ{HcáÙi¸¡Ì1PUfŒŠHì0Å•ªáU{ªWàfØXļö)qŠ…0ÖmOeRúO0*Å‹„‘ÆHiÆn™ö'+âÅ;ÆdTPÂQ5«íòs^(¡ê1ÐoSù]Ó}Oeæ %½õ3"Ÿª‡9Ä$žÏ±<º‹R5¨%«x”ê„¢½n`‰ª¨8p"[zy; ªV—ÈtÂõ£ó-îˆ#ÿýŒ` “úÎK1öÛ]Oóˆ°W/DÅêzh._þîÉÁÍßhš«Š„,,â’ç©FX8tò¶µµW¸ ^Ÿÿa6ùãk8”\>qÊ0±‡~7mã¯ÖãöF8‚­gFö¾C^ßì—Ãh-žöjõ ±=-š8 -fÉÀ¥7¸A·$ ö8o(Ìt‘0Çj>®zÏšz±Awy-ñž$Çg¼MEýæ0*Ï­.Døkx8‘V7!ºE³$‡¾‚‹&V<’+¶w·€ÉHŤº “Œ– ŽØø6©sôÈlL:Õ¤G‘*¥’y ÊV§¿ê7À1ÍI¸°$I7‰DÓ:Ïùr¸ $.  L!l¶ó‡ŽÁ± -ã6!=ìmV`¯Z#ÝY[Yÿƒ²ŠVí @}*oã¨>A%>ÝQGݸfÎN¬–†“ ku(› *waIdê%n™,׫p'!ãFi¥Þm…²e.’5aj6*Ðt½JDq"SSîà”„‚ÒÌà:r´p@¸r­ŽAûw<,Ž:‘ ‚ÅM’˜‚%]æM¸Å#ø…D)Ð8^ßµ#öÙröI;"ñð† ZUre9úl´g†R1`Î]-@5ׄ­Ug“uÚT¸b ¦5cíŠÎb˾³@µ¹º¿rÊÞš±ÿl5CHì>Ý bŠÖQ#¼RójÍÂ`ÓÓâI2M¼˜l*gM3òeÀÂÌ¡†¹Õj|bÒ®¨t;LòŒ²Š;žèÙH­s—êSeÕU¯)qb$ºƘ r¢QU1 L#´™Z¥«ÛtͰ  Âb½Sòi¯0qb€Ù®vtfÂîǼQ/B¤’A·¬jÈ©M¢ÚsUêjÝÏHÙ„O\û Eå"ÌÃ)9"Ø*xpW¹ô9”Ê• œ0Ku”½•1²üÂo9üwí~YüŠåÇçïò1û)e\—Û¼ôå¶úäÏëÜ$ð}ÊaÛím>¯ühëõþwœÖÓý°ü¸N>öýäñý†©/×ùö½Çȸ맔cŸæ¶ móGxIÏž¡´MŸÓa=Lý2’åÔ ûó‡¡ÊÕ²¼¾l¦S¤óšÓ|k -öy9½ò3”þº]ú±§õÑ/Ÿò‰Tå畱]¦y}´ëÄLŸÇ »¾g™æöÕo²÷Ý^ú£ú2öCïY¾û±zP¾zß/I€GV1y¬òYqÝÉí/µmËôl×í¼l†ï6·ù6ÿןBrhìkÊv½~ë/v¾ú”8¿à0÷¡¿N}¼µeüžln“ý–²½[0~ä£ÖÓ±/7[BY~åô¯pØ~éGÿ‘FšÚg¢e²5¥¨©ñ¦²Ù{ªr© *¹Ñ°ÒsT -é“ÓŸ’f Ú£K¶çF;p1,ÆÕg‚N­)p6bÐïªómŸ*üñîÈå†Þü_1ð¶¦U&+¦UŠÑÙe=A­—†ŠE|X‰=)ž¢æJªÎEÎ<Ï„$ÚKݪY¤Q™\7`‘,®{ A*†0 éÆ2³½Ž]ÆìËëžbû9 @¸ülVêЇá':²ë|(DM CºIäl3:EÒ“2ü 2 ê-¢=ÝoÀl“Ïl´ñw°¯*Õ¸Ó‘ø¾Ç,ýìv º„n£Û!èv(îpôÿˆejZµkcf£:»6\4éq"O‘<_k¥]á.ÖtÚs¤·+t€e¢—X@8ý»C= Gd¯âMl¤¬…žwby"S;¹„ôçÙÌøCžaGbGAGû¸ ¢ÎîÛ«\£¶WmE;€†Ž‰­Äÿä>Ø!Ø¡Øì0ìpììHì(èhw(c‡`‡b°Ã°Ã±#°#•÷ñX­ÄÇQçgÿYU‚"ƒŠÀÃÇŽÀŽÄŽ‚ŽVâ‡û`‡`‡b°Ã°Ã±#°#±£ £}Ü¡Œ‚ŠÀ#攵I^9óð¥µÁeÑ‹31ôô} 1OªôbäŸýhU -> -=š¸C­ŠC°CøWÇn©ŠPä1ÇËÉÅSÖ÷¯¨2dammÕ rvv8vv$vt´;„±C°C±ØaØáØØ‘ØQÐÑ>îPÆ!æTµé·M+>´Äj7CÓï3=ô=z v~˜Zß9 §¼—·ŠCáGâG鱊<¼QþRapˆº· -C°C±ØaØáØØ‘ØQÐÑ>îÆ!5‹ÿ{ ’îS1z uñaðáðð‘ðQz¬…"owûVavˆZ9M- Líí–ÏêßZšjO\~ýü½\ c,ëùôzš§××[¼ÜÛeÙÏëxýCÞ²üš×ãt>ý”-—óåm¿?5JÝìl©ƒã½Û<½Ü¿~-Wß¼|~±çv?N‡q›ë—AèÇ?Ìq;·Cøá¼oóy¹úVäb?g ù4§Ýw—Ûí2µ¶[Çåþu”7 Iþß±Žçíþü>^Ö)½öð\힢äý7Úa»×ó5¡v{žïcŸ§õçÞ&J9îp3cŸ³kýã|®’—õ¿ù0?c´1庻óËßwÓ~¸ž[Šìøzw~{§ªq´þfóöû›Ýççe®¯ã´NàÛ²¨§Á†»·ã˜¾Ïý|9ÎÓë:ùmLéôšmL££ÿ¤’y“´JÎ_’wmq2¸EJE3cØtˆš‚lµ‡©É }Ÿ#‹þÒÍCQ.q¿$nóÖõ¬«áT 5œ©á\—†|Þdužas:nà:±‘°Q¨ÑÄí®(666 …í£ eØØPØll8ll$lj´6À˜!ºW;R*¹ -€ ƒ ‡€TÏ—‡ª”uÃF+ë;JsÜÜPÜnn8nn$nl´7”ÕóbŠª&Åâ9>.ú›&˜ždbä<ê<ÒÃÐÃÑ#(¦šj“Ü»6¬Ö1iÃÑ–É Ï”bu^¾u¦m*˜ ÓxÀcPuDÞÁíaØÏõSýÁpþèw(¸¬ß+Ká|ç<Å»«ý¸hŠþ'ráÂSq*û;Oª¨B Úð­K1ƒØ,Yˆ›Íïï‡A¼S°‹¢Ñû¶•§©„Í71§z¬HêHÅ\‘¦èºìmHnV¿÷Е‹ÉÔr¤Ô·™“N¼+Kº_?!®Ãý—®n[VF!Üä3›å3<‹*,îÜÄÓŽqj굤ȅDl]sޤg|^·è¥›˜¢èãFØù7ËMÛï wà:ùE†Ù@*?(ªb$¥·b#¯«ôƒñ.ÝØ˜oEóQ:Fo2׿ÿÌ<' ÏHYÄKe¨B-ò!\Yì*e5n`S4%“ÛRÿãÑÒ¾Ö‰yj1¤Ë¯o_«L>é ­ž}°äiVæ$ä|®ÂÂÅøul<2…1yð ö”¹ÁB¶ºsͪ³«¥KüÁíT†b4×­)N¤÷YÎÉ.f¾‘óä…aùºM¬FWóxrýÁŸþèôÃKÖ¬5’ºÄÆi OÊF^¸’2œùŽè‚Òïx°ºúm7\ìȱ÷VV!ÛZNÒ¾¾8ÛÚÁgç¿ö´íœ8éU;£”ž¡cöaXÓË7†Ò²™™¼÷rbºÂÆ=mÍäS¡:-<‡Â,-'yBþ5”âDÎW"tY_DR6`o¹ÝÐ îRþ•E~%<ÂõÈ Ylli§+¬áz¥ŠÎhCSILWͤ•C\îCCT+M59TÖ%Óœ•.ðrâbVç‚ ‘.ª&j…¾î{<¶®I¤F Ë ö®Pô¡múÿÄ )Ó¢œ•£ÐÝ@pfÇŽœÚw[#r¤¥îêùü/KSùÆfÈ\Nƒ?Š0àhw3lÆ|Û÷(Ûrär$§Çù^¢ÿû:Ð_§)U-›‘†>á•«œÙ¡ƒ0èžñÑJUnˆ¾è“ëd2HK²nk;}¾»k“ #ñžMè^ò@UEëî@GÊ{¸¥‹€hW­ÿ¨}Ü™¤^bnµ1;÷ -Ö®Àîa"H…‘Ô™Ì[’ZC³H¢‹#ÔÐõ¬ž{¸+­è-XîTÚ€çÊÒ¶6[ŸÄõ<÷ -’±'b‹z=6‡BÀ° Z1dzF¸Xè*OKâMY`A¨M›6YíÛúGa!œ3dJìhÏQ±yÃ×ânbŽ·d.ã¼q²¶Ö^GmNLòæ´%`Å<«›Pê%+«ÝïÁv•»=sUfB™ÎÚ¤ëaÂiÊ€’&¥qíÑ*Ȉü+ÈÈ[?n—zÙIÆ1pÃv¼ooïSus¤‚Tü.ÜKKn‡œWlsˆYÀ®W`/¨´2"ô¤¬­^Xd5Ï Ò”ãîÞ&ùÍˈ»Ê—ñ!!ùz­9¤e v”TqÏ%– VÊ##%7®¬¤µ3‡•èµòvQ–“¯äâºK⌛Þ%%¡ë?wá±Oê¡ðf¡—JMäÈ{©õedaì»Æ!/ÊcûHsÈAOÐǾ•ˆ+k_áÈf’ét“T×ìEQƒ[a3ã,ÿøŽJÇ4´à -º¶àÈMnÕkVò—€RG¸ èeK)_}]É›Í]ê7&“á&ÖÚ–"åEE•tf“Ô›lXPõrzIlßFu³b ÛAÛ6®Äp<‘ü5¼™|ÓóêTëNHI2²™>r3zÐ^æ|ãªA3n±› ’² ìe#ë|¿ùPÕçdʃ*®‡LiÑ?ÆŒ - Å­%왹ftrKÈÝìt:HjM¶[~º[MŽØk†Ì˜kRÁ‡w»)^¶àMí|N@€<2yN^{Ä *:‚d7©D»Ž|$€^’XÅÆ¦Ê Ô=(VêzŸf† K©£%ãñÃVì›rr`´lfU½Ô ”¸ÂnXó· ¡' -êr“—Áà€–:®@E²\}(ä‹çPì†lŒzðµåC æÅë›nµBSɈ+LõfU©µñ·©…+Æ»Bî­‹¶CÃÀ+2u\ùqœ©Bf6WÒœI±›þÕ^SÉt@7P€íCbG¼gó΀œÐ±–šsÁØŸÇ:ÆØ½5Ñvh4¼ ÝYucn¶@ÕLÑØ|ù vNµÔŽx6 -‹nø$›+?ÄÕ"}Ì®]2n‘hg‹.ÂJêLÖÙ¿›LFp»k#•žSô­u]7*bAµ·£¼u¨Ø³¨¸=€ˆ>]ÓE*®ãý£ÝDlíAÑ&7vho&¬uê9´T®±ÛRÉ×±Ô'&[Íu%¨yZ<.zîÎr^ÍËÔ¼4‰efû5¶,Út[›dÈSçeÅï=¬·œ{§À:äÝ„–TºvWYTY,t¶ )G]VK*S‹óau”TM6‰“EÛ‹peåHé¢møa¥°ë®{Ë¢M·³E­Æ.–§NÊùmX–p'¿Áóà}R{8ë’I™ÝQã¸ØÜ¢Œ• .ª¹¡ßµ½TQÌÇRF¤D°‘C’©©<ˆ³C—œJöR#7”“Fó¸{#1‘Ä‹GvNR7ˆ™öò (#C*ꈬŒ”éÛºUÞÐv=Ë®’Å\âœ4*¦0åW{éëœ'[í„×…¢´,¹Ñï[v1#’4ˆÕÖcǪTp3OŽNá9iFV¥®Ü: -8wTÿÈ¿_Š#_…YãÙ$MJã§F„¿àxýøÇØÝBT]äú£–]~.BN'Ù\_ pñ2‹‡K`EÚ3üÖÍK\î¼R^g ã(uDpÛëP(j–=v´Å;œ‚akd"„X%˜Ö±Ý´CíÎ\ˆtyíW‘Zk»0•JîÙCdF^-ØšóDŽÙb9y=ü@^ö]#`¤Ü„[Œ»NPW¦¢3;ì" _<)/\ˆÌgƒÐ Rbòÿ»"QåvVä°uÐÄOºÁÃpƒØ£‘ -Ÿtþ[B’áxUqa[Пb<¥x8%2Õ}ÌCœ‡”îÖä« f—Tܤbs›)™Ô`WÊ –©5Ø zÍ)qj’ÕM -0gir3¬¨+q -60C¶ ¶m¾|5YÖ]B/¤ÎK3°êÞøÃ ]¤’˵5,bËz*ybΫ"1ɼº ¨=¡’%Pu? ž?qe® ¾hH8„&–§0¡• ´óσU@Ë ²†QVÕî»imãx™s– -K„ž³q:ˆ–›/äáàÀÚ€¡¬®«Ä† y8…®²Y[ú‘u”°!ò /÷„ îü¡B{]l¹’˜óëÈ´ŒŒ…_±³¼„èššäã -šâÏ<­d·œ³˜Ý[­ƒÌòyPF¹§¡ëÆË[ªÏ·PÄ ¾ñ’–÷˜¿Ðü–¸ :}ÝnBK2ˆ«Fd²CxÔļ… -µÀÙÇAÆXO*KÒ¢¸Œß½Æ´rÌÔ+Õ±;Uéf»|t±±õúꢮ?Žë.3ijFÑ_[T%ÿŒff VråTo…YÚn±>@Ðu¦Ý²¼tx›÷–äæÞ¯6†gbbF¼|n0üí`²è”8ÑÌŒ»Ê¿ÉËþFx %OLãOYe,plë&<ÜÔ¨`ÕâtcÛ°r÷;V,Íê‹”äÍio×¹!køžÝdî|”39ݤ’o²k/{©'Ôm­â.•/ R÷†Æjœ&ÃËdÿ²®Qî""ˆD´S'fŰq@iI‰»ˆ 3Ñî&Ääâ„hÙÞŠì-SÁ5“–þ:Ò5•¹øúÀX2¬L|E¿ézG­õ²¦ÍÉ•‰Ñ°ºOe¢\ÖTïV“]„”TíS&ŽÆíx§]­rhÊìÃÀQ¾½ÅîÑÈÅÝWDÞC6EûÚvÂG¼Ñãí"œ$wͪªE([-•¬ »mt‡–w˰ǖ¬*꺎*nÏÄ%æZµÿEXW¼$_T:¨ˆH#ƒRM,±‹ÍuÅu–RJ¨Êôž´Ì#²‰e2[‹|±¿šS€ ቴóù:xì‚Ñ#f>ÌÜpùP‰5× ÁíO²Á[‘˜kçŒ:7Ëq•Õ.xw»£Þh’I\Øm‚ 2½‘Uì¼rd½ë-eî„êM¦B&–òÄ$+¢4Œ}àl~÷¼²9+à$¥‡¡ºW¸±6öWÊ3“Z®{Ï%XÖJ³åê|~@K$­dµ1[°Q{ºíöÇ~ƒÿ4²æ¾f°¬²›â@u](» Èfß #¯í+ûíÜh›™ó8èf™‹P›àä™l–ß@ôo»å:+άR"½/pCó²»Jêº^"å°ˆê_ò¼üÔ!{7,º -ÉÇ=ß­&¯5Èá‡Ä[¸í‹l¥ñÁÿ‚ -%/ÙÚju™9‡¨ùÞ"éÑo—ñnAh™»íoSMËd–(ÙÚjµ™÷”ÕBë¡ç“Ð÷º);Re2åC+­HÖ¹>©dG[ô´Æ…XÕU~HÜgp†A}&§›€ªº’4‹–_*ÖN9ÊÝÉT¸ ïah¾B\6za­Þdˆ™ÊƒZ®åFYҶʨ%ÍÊ5ìŠÊë(ýWO(+ìKžÿ†–䞬Q–¨1£wÚ‘žú"oOû¼Ä*X]‘Ž¢e:#8ÕÎåeéhlDÐ~+xSsÆÇê¡LÓÓ‚_ûÑn¦³(ä<˜ì®¬þ-­&¬,ŽÐ™¯™6c§±¡8wê\¨Ô\H]Š r'sybRwºÉô†ì1 v²¹™q–Õ]GÏôò4*F8H™IЀɹùòA¾É¦Õ泈£Œ‰3óA+=T.Æ2Ý“‡ÀÉÂÖXsf¾ÆEí ¦Gñ˜yi‚¨x›‚Õ`Ì„rƪmŒ‹OêQ1Ýe«Õr%›2¯ŠMbÝI/ĸ¨ç”—~ŽÑSÇÆ®†#Óây~tåQr“ÌálŽâsy«í.À§|Ç^)ì:"ÉÙ‚]&Qu…‹)úÇq=e;¨’-Ží3›ëй·Q ~<’+#ÄX@‡š-žP—I¬J§Myµ¤¶Æ ªT sZ̈́٫gl».£3ºÑpS¦Ç„ÄÍù©Â.êªÜ}½¡òñ´YN:¬R«8YoÁ/ĸΣä4 ªÕÒ’=1-§³6ŸÇRÕc.Îï JnRíÚÎlj˜aúnb—Sm@ZÿH,dÚ -›+¿v¶|‚:öò#Cíq©ºø·Ž’œÔa_Yˆçõv-3a£¸‚Ú>«ëº¨#·gÀ -;¤{ÆzYKZÛÀ©ùlGÏÞp8§®óv›0— ÐUqrj«\³ÌÕµ7&”ÎàB§gf z4;Eðüô§Š’œÄ»ÉJª¬‚{½P×<³XŒ{Ë+œF†Ï9êB"°É‰3e¦™{Âaa‹±MYLoØ>S¥Gó¬ºAW‹*‡À霖2=T|ú‘ØÈÞRû§j@O*ø.êÀœ×qu&ì)ŠEruVÅ‘3<6PÑÇ­À³v]²Ð2¦Åo5ÝW*°vµ® LVµ>ìå–“­]ú¯ÎžÐщ±(‘¡PЊ¼Öâ7N#dýì‹Pä¤Òu4°€+F‘Ôl³ÇÕ® ­¥@ÍÍ—*¾¶‹^Úd@f¯=È Ïì`¼ÕÈ9GÅ´­SGlŽ™ ;‰U»3¶‰· RòÛ,‡všÕX˜5xîÅ]”é³–J°UyÝÞž¨š›ZùÐ(í¡¹ ºÏÄ6È×âп^oÄ”KÎÙ]Ê¿©v­óëi /c”Ñ6ð -fÈ9åù¹öÍHA;æöj\œ;LȦü@N =zdg ‡œæÐl…È\¹&d@ndV…uÅ4>¢'uûÎŽµ=TCø­jr4‡žÒ]»Ä®,õdìðóš_[DFôç‡Ûs”ì$^]s;ÒGp’ÚÄã¢\,«sÛÅ]7°R¬iüîY¸B„è€F,³L=‚ÅÏt2Ù’‚uÝÓM#¾‡ATN#S$oî¹qk¸¾j£ªÀ]àä”1‚’YÊdË -Né…/–¡ÝaÄœp3⟵¼ÛHýí ^–9U¤Ìª:R0±ïü¼°Œ\æ¾â‚¯s@@-…5îéî5Eë(¥ÄÕìºL› <˜.§Ùœ>׫¹¦õeXÝ–òUu “ÍÂ"T4 = ]SúG/0åk«Õ+JÈØ ªp+Іùî@OWY轩ž“ZfÆ[Ô  ÆqÊß?M€üsÖ oEÍÁŸtúMb×Þ¼¿7,”YÞÕA]l -µk‡Ùð¨.³ªCì1]w'œ#AÝØ…zÎ}éd%ÚyÓ^ ¤(è.߃ºé8‘Cú˜Ò[ÝÁª– ³IGU½¨ '{:#:q¦Ü]µ -ŽâCj=!R­(ëj+hí D Xîê]!œ±0çß >ëDGž•.´¬¹/íqOxÔJ÷ ˆœ ͪ‡u¨_ǃAc6‡Àx5ë ."¡Ùw•S»®pè|Fç -ÐÕÎÄθŽ^¶=ã\áqB·,;ƒBÐÓý@ÎÅWb£Üq¦Ó¨®-g -“Ü -a‚ŸüXT°NÝ‘Y7fvðºÎ3˜‰KðÒŒPЃkGaúÇÛQÔ:ÃöŇ_Ô¹Éb­š§‰£!A·7R®Àù«Ë(G¤ÑÎÇ£,ŽÊ1(ºrzî¥QVòºÞ -|(ïÁ̱ø`ëg<=hHìÆò«—¹4jS纊ʀm^Šyp&T©W·ýÊcx£.j„~@í¢{dª60ÑýjЊš~^"¼}ÙÛFü4òNhx ŒÞ2VlýB` -Ý&ºGÑçùQÝ -$ž Êíøa¯fWÿ¹'þr_Ÿwj}jȇ-æ±CpZîÊÝBÖ ñƒ3Ø œh;Ê@u ª¨ÛËÙîÛ±X׸|k*£Y•¶ŒSN>;¤Ü¨Ù<ÐÛ+Ä‹+™·µ\ÇQ]¦ÖðãëA÷e{+™SÎLY¾2¶r­M´qô‘}v-ˆ¿sÂZŽïªV÷8€ìÈ–Ð6{*¶‘Â¥@Xw5ûTëDF&°™9áLQ.¶+jn!¬·ÅÒ²õ©iö‚u6ò9Þ—¹¹¦<«°Õ˜£—;…9ÓÛÞ› Ï{™ýOÿµP®”Fײ!eº§jßäÕeYN+|HXº"{í¸ÝQ^Jg0T”«VÍL×ÝŽ…¢‚…Ue%º63¥-µVx÷ѺŸ34€“O¬é>>•¶<–qzΚñHÄ÷8‘eO÷S<üɘEC­®?S¿ó*›ÖîQüÄN=oœž/³ùSpÆf]¦îÍÉ€ê-ÉKa[ê~‘—¼¥e"rÔ«Ë\õÌ÷¦žA•}=Ÿ£ôšß¼Úì(¼ê¹ì©å,†õå¿"™zʪx¹ŸðáOFˆUõÊp×ÈŒ;†Å\õ'bÖ +0ù<ƹ!u *C~žr{F[Ò¢(?•ºØUOcì šBÖ) æÚ–Q¥@tzÌÎÕúàçHeÞì"ý¬UEíºÜ|î½!ûøXgü8$Q€Kùlènnè¾hU+÷âyLW‰}µv–j ® -a¡Þ'þ§þï_}ŒŠ?óåßÿúÏË?>ÞàåõËÇoïÏßþü3ÿùí/ï¯ -~ÝË_^¿ý~þ˿߿yþòþ_ùâ×/_ÿñO?¤³ÇΖߋoøôöüøõý·¿¿<¯¹À!€7xùéùöþøøôøî‡áÕ¸øÒýŽ—ÇwÏ·OîO_~|{þ¢ty_/õÑÿÎ'Ÿéº|îå»·¯_±¯y}|}ÿí±²dâA~ïwô·¼<ÿúí—çOÏO_¿üñüååk´ñûù ¯_ÞÞ¿üñøõõ›ñéO¿üÜšXîÏê]ä¯~y{|óü€ßôËóÇÏ×ÿî³b ã«_¾}þôøñù ýìÏ_~`žÕ_‘Ãþ ¯ÞÀ¯ßëóããíÏǯŸß?¾ûôíãõýÇ÷ßÞâ ˆÿôËç/¿þ¿þüŸ¾y¾Ñí[~ûüå÷_oû1÷}§ßøýÛç§ç__Ÿ¯¿=>^¿F•á{ñôçßz|¿ûç_¾þôüøÍªøŒR×§_ègÿ—‘¼žÏ]û.Ìdüä0e’8°ì“Âe «ßƶOá-ìßd‘YX)²“´+ÑVß@=%¹Ô)ð¤ßfÌrNÈ9ûQxóå4«ÂHs×"è¦Òˆ äÒ¾°®‚–%êbÓZ!2ßm‹wäÌ|ü¦ÐuCyB1Í脈د*üݽnhBoí‚Ûzaõ« ߢáa[Þòáò–)oùØÒ¯+çÅ|t¼;@É1àM,ýÿ" -úP„ s[b™¥‘7ºªúufÇ’çî9–¨‡\ìRºßïi½Tð3Cîsê Ò°Y³]¦eË·#3³Y -($©êÖz%§éŸû39Ë·ï15€üÕ{¯»Z+2³rš]òC4[f©EÆŒ³ß½»À€ÐacoŸƒv홯¶y{¿N~FŸËXóë¦,F¼£'=XK;@ȪâéêtWeàâ&ÈT¸¦íeÚYý)1ÇJ‘”â€õ(W D89.:dòwÝ~5ÑAUA…Ô ˆ8Ù¾±¨6¡„Ë’¼ÿõcp¢I¤4ã\Ž_ˆ’\××+`á4t.æ­{ÌÎÊsÛ¶¤$JZ« ÌA7 ‹¬*ê_vÝ­Pq¥ -ÏK299íHQQÆ9š$I ÚÂ\vzȪJÀ™Ë -g[ʬ táX#7ääšýtV š^«cóIÊÞ¹ ˆ‹ÆtÆÁ=|~õªP¾˜ëÑÚY“ÀÏ`MìØv ‘A>.*,Â%s^çx bŠ‘ÔIÇžá¼³ßýèøÿŸæÜ¯¾ž0¸124΢Wšr9,ý]@Ü–~w¹Å2ÇxÍœîòÕØ“šê R†ö£bHs7…e ˆØïé$·×¶d@fÆTlÉ8–Cˆ]£Eît&Фö{¤»µŒ§Ê&Šˆ”uë•Á>’HVEòßAÉš8£q#ó{×YGOhJ¤U y.£Þ¯~…ŒÆü¢c‰€šÒÒ×ö52zD¦M*¸)*š)!'dô!ÆùèHláñœÂ ›×ÿ¿¬y½òȶâ`3™=œ{yFÏâ$Ž`C6 53i¨ý„-ÌvȰİýxôZƒƒ“)½Ï˜ZP§%uæ“‚­|äWÛ*Ââ‡aeRÄj:f=]ºí¬†ý”ÀÌh—÷Üòa’ºó[~œ -hVv×6ŃyYDëàù%OÕ¹ž˜gŠ*-û”ßm¹ÿ…¨”Fƒ™‰uB¦”\»1R‡Y×S^ÙtŽÌ°Œ0øœl3S•Q0Üd$ÉJ²hQç4UMiê¤l1âx«Æ~!|Fƒå¤Jɘ›' rÐfØ‚‘¶³ü­µCã(©´æ“+¬Nð$IPs¾ª`ƒH 7)`³ÕÙmxÄUgz^ƒôBJ/‡éÅLZf®$S‘?D‚ÅX)‘”Ðî ]ŠÍ/0HOf“éé'‡®Å´¬Øå*¤aͱǮÑ:|~Qg:³ól‹ÊâÉ9+×é”ϴ_ -”¥Ô¥n0G$"ìûY²Ã5Õ5©tfáÞ$+ý4±O3±â^rW¹…ÎÊ8Ö@™P²_^æ¨)`­!ËDƲ*€Cì"w°ÆS$Ó¬Œ;I¢"[){ç—©_-.:H oáèƒ4nš—FŽjt_ÊU ñeÐ{Øå¡ä¤e öRSkì§½ÄKgûÚ´Ë1.%mE/9Ab‹2ù—ÎÞÌñ—• öd(饿0H\…0_9þªGÈ“ŽC3DñGýf,¸íEXUN®}ëv銄!ö89îjÙƒM†‹¬‹g ±k<]¦Ñ0\‡–×4}öCùr³È#OЬ&Úb­JœÄfÍØ]™ïZ«=BÚn7y92Fœø4£çy©RŠa¤4ßAá¾Ot:RÕqûˆ }„¦åðùE¥(aUè‚O&Õ.ÎϨ­ù”¡’•N|D0®~3RácrDªã Žkýˆ'I/ŸøtqËÚñÍ -€~’Xá=B³Ãt ¸Љgº™w¯›%zpTËDsŒF–Rœ“ »æ4¾Ã94ãîBÒ´öX×R覢Œß,IVVP‚{ÎѤ(°€üC,¿ïQŽ?ãvtƒVf¢$×s›Û-¼?¥Š=gè…” UG#Á<Ö¯^÷Ì |‰ö”{5Ò¤ÅHG}$yÓÙ¯{íwÙû!Ëï«hZæoÐû8Û?¶E¿[m•ÜŒ /¤ôÓÄÙ¿=;Ž#±Œ)#%ÔÈâ|™9P,0K$& «ãnH‰1±ÐE|ùÝ›Ç-@9×ç}نЪ›Ad™p’ÊšÖ•ÇQ«Ýey×Z8§;I¢¢uȰ²”´‚BÑn!wŠMl‰`}fiYoYZ d…¦ÎKrÐ -õ2éÚ²\w”;,Z´š†ÑÏó -o7´Íƒš"î4Þ)c&d^RJ¸Ë׊r–\ñå€ïlRXa9Q½à9åH8‹¸fSÀL¬”¥Ç{_Ó¦L·lÁü¥G¯ó*,,Q¨˜–»ÄMmbK¡ãïìbê{øü¢Nlj °@VàÎiùž‹ó„*^ -ÒܳQWê8ÖQZ 'Rïíy/CVOùHó}ÉSŠ“Vj {š´@9ué`,–•–pSåq²Sš;°`§<ÇAꇾôy)E¬ê Å Þ4 û t7Åiábs†˜ùƒ<¿¸ Á»J κ}Óòu`^©Ç`"ÞTI×%q“L$×·û€GQj´ž&;lV®§Ô¼!›7úbΈ¶˜¨$xY±Ë®Æ0B\Øhðp±'EÌáó‹šÒP^0'º°ÜuÞv¸n™ƒ·†ÝNiΫLµˆ +‰µ Ì´»×’[jÇ¢bçmë«M &ÓÓJ)±áÛÏ#%±/Pú -»ni-î)_ïán¥m¬ˆq ñ2ƒ]esÃÞ£¤Þˆå÷1ˆ -¡î|Áö¤NP;µwVÆuî3 ®Hxy6GÄîúb3¾–´º—¤`«[ئg8 okà~–ºh|yì‹®œÏ윗€I·wÌæ´¸lõê*+âÚd<½ LJ!ØÑû–¢¬›:K“,g|ìIÓù³Ÿñ›¨èÊÛ*`]Å~Úää•Äv§'Ñ‹Í33jHóA­—[°l¤ Ðrú ÷¦/Ã\ j 港 bšãœ—[“Û1©”:À8=%`¯¨ÎÌëÖ&þ(Ê–:íˆ÷ðù( HºëŠËË9¡‚ñÇdßÝ­U,n7A ”M ùV–¦TOc’”$3É!­:¶›ÃÙ°DóØWB+»¤ÓSÎnËB=%fªô–­ÃBI¢†ä%Ì<(@&ö ÀÁ€üS,¿Mý<Ž8ÀÉ5_ÖÄĩΜUfø2V}6Ûó±.Äíz/©Ö¸Dn-–šl;ч7I[ï!TÔVcMUgƒ±FñÆé:ðÑRgoKMÓÈÍFi‘ºâ*ÜÌjË{V{¶ð‰Õ›„è9kCÁXµˆ´‰D«e¸†]CfîÈi¸Ò‚åe)‚›ô•.¡ÞwV“jÔòü=´!Á¥»«uŒ±åŒ.ÓI½±{RIL±µóÂM3`ŠF" ÖÆ»LëRt6 *xì<Ì™$/©h\2Š«Øo"@o™41-ÇñŸNÑ~Ò´Œ^&NâàFðô[\óö¤‘>kù½¸Yó!â cRßè¢ýšómíå6 ðJ£7ÆRHä˜ ú‰QC¿;ÚbCËéO>P¢ phú -'‰-aì|õ™IÎX- -„#‚ºÚ¦Š[‹ €]ó„šØœàPé.1g¾õA.i -‰0OÒãóĈ‰]¨ÜÇtæ[Ç‘ô} 6Û „ôAn©?JØ9DLù~wÔÅí‘kso—Ðí~ƒ0&Ì¢ÏLúÐ:P"¶ÀûÝ1î>Bm±YMÓÊPdêµÈàNÞØ^§ÄðöNÌf! Ö´òí<7¶É B}vè…_€U!ïèN†¹ŽVIúØ,E -¥‘!õ'ƒüaÜïV¯òv¸ é…ÓõÙäÛËe0ÎÊN c„ ¶$f8‚}0· ÔŒ^Â.ŠX7Ž˜âPêþés&)™à èWö:é=œ¤5œÁŽŽ žßbÌáóDU4õ1 ‚ºIu×–Xáw»šÓ tæÏ±&Ô5kKöƒQ[îKÔˆ¥ü;PC„U  ˜¿Õ8ÿö„¨1Y 6^’´8ôc‚¹>gÒ³šï B¿Û«Þ&^‚`G¬ æð0|žÈ•uòsæÝse#”ö0ÖÁ:µV(‘Þéœæ„X8–_b©ÙШ~ét -ãü~øÒOŸ’<óɃ•<$ ôÆ"C ð[GŸòÅ_zQ]3gfciee1ú®jÇ9Ø¡[.d;¥a·BìI sÜÌ Éý™¥å‹pÆE̘)‹_ç#,{#ÚtÔ©+ÝÈsÈ;,L€ù ´Ø«LùihÖCE7äD—2~¶|–`˜†P€¨kv–†Æ‡±-͹eŽÍ1üt*å;VD "ìù— -ÏcDÛgþâ,¬Íy¯²†àÌ`^§aqlÀÖ8 Ÿ§ž% ÊébìÏS^D¯tÖ@ Ü|H,€;”Ïû±”"ØÏ7lé¨;YCS Glg•aÒ¨(Gbþ"±­ø6ŒYSî0i1Êj:kjCÆ$ïd†­7ÂOÀÄ;=ù²è"¬£€~øÒÍü¤|×?qæëʺýFã –à¸!/I-†Žµ$˜¦?½h1ku¤ž¤Sº_ŒäEçd";q°H]<ÎH‚é°X§ìŠ„jŒ?ǘ÷DÎùÖa‡¸œŠ„†Å¥yŽŽ‡€‡ jDC®ù6ÇFòä¬ú3>eHôNçØ‘Aä|O›e§ÙéèF‚‘š†%ƒùøð¤Ñ{<µ‰žíŸ<’«›jùÞ}Ó‘Ÿæ0ˆœŸ5ÎG!-oâms—´‰ò}ûÄ<9ö:5dþÿ4çGê‘Áî×—GOùï:ªéˆ+Á2š„i6H;duˆq{iñd B0!ž4êÇ#; GE…Š-ǬNµp²PCòäøsŒyO=+ ¢‹c|cs’Ò"zWÓíõ@úXæŒ)¥Eä‘:j>.‚Ú\«u4yÊp0SÃ2$®¹ÎaIJä&<~µoºw6A˜Ç‘ÌâÖÊSg‘L^ò÷.<™Áð†Pnî 05ãÏ1æ=Ñ•ÒtÈ~¸¡0€\ó±qÚ·9 BS7Óù_%£Î“äs\D8ˆl³_2‰aÌQiñ$}h -† jƒß&ÃTÀÕÒä_\%é[Q ‡AèhZ"üû†Ï½>^¿ýþkkœzñÛ¯¯{¹÷÷ÛóßÖz?œùr‡Ó·ãz;ß_Îù~‰_žâtþx\_*__¯ÇÛ¹…÷¼©ýI´±oë“§××Ìú’Ëùõö´>*=a—dÅíù¬±º¹¥”cN5úT„žÖ3¾—¯gµYzr°ŽÔòVg°ïѶûªUÜJíÖ·”ðwÆž× ]šœR!ÄÆ§l:U§0B„nO™ÀÐæ€ÎQسr %÷´H óïƒç+ÇMí¶žkÀf¯nðˆÎ@ -a;Ôô”Íûq…IIüöë„ju÷MýzhýDC,Xå}ý‚»– JE‚=&{ódŸ@©åõùFô™c^òÎ"@ÝÓžš&„Q²8ñFGo=•Sý½¤˜Q›þ¢BwÀßQ†ÿ£Ñ™f¹"$)A+7…ÉÿÕ)Eàï1ÛŸ8D@®½7ÔÇF{ZúS?9<­jU<>³‡„Žç€±2J8qDø]KäÒòZ:fówohá‚dÂò—î%jÂD¦ê )Òß6ˆsçâ<$¶Ï©o²Œu´›áŽäPŸà3PBÖ;¹´¹¬©Ã˶xg(œ†o^Ð<ì·êó=vùûM¯÷ÛóöãXñ ܸ0( õÃÉsä9Æ“§ïÈߪ»À=}Z˜ê·‚î^Põæ¡ÿÿ@Üt±}ˆZËÿwe%õ²…8蔌$£*3¿ Ö|«YŽ Ú=õÿWé{¯’sYÎÕ•Û9.À©J½@–÷jjoÚE“a1óuŸÖÜ yíëJc‘mÕÏYH]G@HKè -‰—øÎ¨UØmV† ÿzF~ð‰gÏéÍ‹²n{š„d½ _Xb¶ædù>¹’’”ªÎ<ëD*ã-äÔ–âI£î=¥ ?aÕ—b‘0DÛȺo7JHñÇ_ÕóQ ®µZŒ¡ŒÕ~”ºrá:ö]ül¿ ^Ñ5ÃÿÉÂ}Ig,? ƒ±‡;­ÃšT騴{wí $Óöp€¦÷‰ ~=öijÙõ>[ݲ|œy%gVÂÑ~›éJÞ”¿2ªûBBoœC²fè¤ú9±È±Òsp¦ÑjC+ÄqA¢¨Ûu±*YCx4ë˜-Q¶/z8ëJά:Ñë—u«5à–Uâ–SÅ’ˆztÅ¿û½¾YÒJŽv9RS‰Ióâß‚ý4ý­X'‚ÍLš×ɘ±±~u‡ÀÓvÆu–ôPöé^Ñî}¦b+ã¶Ew—1¦ì:ʶŒ«óÐÑõs˜¼¥Kδ¼¹Þ¸{N^çøB5®»=RWÊMšÑ&þjÞõ…@³øÀëÞqÐ<‘‡èÄcduŠ2š äŽOÂ<ÈU”4õyR©ƒ?y^¦¹wE®g„¸GOòé×Úc¾9*)ñ±ý¥‹3¯ä¼ªÓ}o²ö&YS,¶ÕÒ.œü¿ÌãÄNFˆá:ûîîL+þ„Èô<"Ü;‚ºŽ¨¢ t-0ïLCµ·æ)2#o¡”Ý•áx×FVqƱ2Ï‚ȧý9’8ç6o€oŽd¿£ÝÈuÏz´ -઺„Ø«ÓÙ+Y èBy°A5¸=Já3ëd(‡Ñ+û¤N¢(D”ñtäE¡Iœ´Äö¶è0cÒMýNK‘ïô14¶ƒXçYŸ<ÈÁöEg_ÉÙU§²‡ÿ–/3°WËZeð9€W,qÉ·ô†,º”|µò†«º"X€ä6I+.ú}(gÙYï*Ÿ ²¬ŠÝNâ9@-Mâ’©ÌvÍx•ìÇf ¿­Œ ãO‹":ñôLEÑêóØÇ³ ÄçŸíÊ;2QwóxãiNÄË -ÞœçÛßQ¸’œë<7êÄœØÒ‰Ú§‹ïÌ‚%¯âçr‘#2où¼dêKñE'v…¡Ä#±¿Å e¢æ9ó:¡‡,ŒÇtæ°¹ØI5‘@'&gš"ܧ*’À;~Ù‘:1i-C¼ HäRÁà Îký!OakÈ0L°^ùp˜ãRO¹ýOˆ£ý*^»hHé—ð¾XËÅ^"NúZyíATÍ¡P<|‰Âi'lœ˜å\¬3Í'><®w±jãLí”Òz ±Cד>Yç%¾Eùºn±yw¶@s.'IJÇ/ä¾n-2½$[»Z£ðщ§¡$Nøý9ÏyC–‹©žñ÷¶nÚM·Tq¨³>yÝ;IµmFçñžLZ#qfÕÙcÕì]I»ÉÛÑœ´0qMž›d›K+C\èO¸™È¿ ­Òo¬ªF8×|‚NÙ­–eð鱯úöb¦zÊ+]+–P56í²x×uRR/ËnTæHÅêCÝÏR1æa·çÌþÄuFYÜÕ‰eh+Ž“uFa²ÅÁŠ"e:¹5^§*'¯{'ïÎg2ûƒ_yRA€¤Ú@ꉸ&Â4ŒÊÔ²'D kì¨ÔcqÞE±> _&­j„ &3”òaâ5œ„“iRF˜†QMíÓÄ©ñxcñ¤•y0,ŽZpÈØ‰BÔÈÁ&$/üÂo†zgGÓruæš4ÀÝMf Ü‚w,iv3¶ÆAÔ¦ ™.–X~Ÿ{%gVê`ݼÖ9 -º°&š *¡òS?÷LûHï䯮(yN|·5‘Rƒ “(3a !:b##ŒK‰æðXM7›‰ØÌp—Áž¨MA—7ˆÆª<ÚÅÊïv÷}áXÎ(V‹à*ÞQÝ%XÐ'Â;ü\‹—O@ÅZCרËh?«2·á¾ˆwÇzѡݠ4DÂòÒÚ"NÌ–\ËÐy;ÖÔCR\«qVÍ`†êFSý¸xõvTëÔØMu_‘AÅt÷ņ£ ï©zÂUµÝg,8óçoèÔÛʺfˆÉeV-´tÑÔ<ŒLUvýѾò¬³²Èº§6Ó1ªÚK ÂOE~Ï|ªZHê *•yCŠ*ª#Q1bÍí;ÜƆmS’¬QÕÓžÕã/àÓ =9ciûÕÍŸ×&YdñÆ©/Ew0¤u÷~hbæP8#ß²ƒ ^ÖxY Cʲ ºZZå´\Ö¤˜£slþÂsG$qö¶cœ9D‰õ #Ó8<@+Ÿ#?>~îq­O–ª]ÞðÊÍËjmµŒ¶ædY  ðUz®²•âR–ÁÿeRñ¶ˆ¯»-“>Âñ²æÃJ*¬ùz´ªôì--âû - -†¨'táSÔzmÿ¯¶4%&怔¼– qâ‹‹úR=h£Zi9¨YPŸ|é¼fKH2×62h"á«ÛètŒ‹CLØy‚¶^RÀ ¨á®êÆ.ºħZŽ»êNW:Úý“²ïž‰{ªØ:°Ù™ìgƒ&n”üfyô<ö~{9ó5"Õu©9Š×¶–¡§wk¹HÖ0h ->NÇ•[$º0¥[]b8ÍccÑóy i>…<¡¶qåköŽ. `?‰ÐrÐW}̸QÞ'ŒíµPÇBóŒ÷ä& ¼7$ÝÒN8ƒpÞÌ9Þ˜ú’ª•MtÅ{j’ÝšÚx»ÝYè;ñòr]¬±æÄÀ ^x6ë­lggŒ= »±ªDù¦ ökÍ•ND©vÒ…fØp›cÆêy¸ÙWá`cSå$Bx<û¢ú‡åUМ«НªÿíÂ\™"(Pkú÷!+Ë™‚‰8¸Åê{M5Î'ÞfõZ@ù±¡ÿJ«ØpÏH+¨æ© ŽBõØ2lº¶>е¸Úk¬eq)‚+àU’ΣÁÔ[h[ÜFÂAîî \…é@ºP ÷JµØpv«N÷ðäZÓêXè„ÊÃ=ûŽÛÞgܺ.4}œ^IAJL웎à‘g½3)ÆÞÆDN^»½DüÜbEµ @¿«gàM¸£T+¢Q˰Yí°“BÝÁÉκÑÔ¼‹‘­ÇF²”aóÀøøxµðQª0ÝóX§ATw€÷ÆÒ†ÄÇÌ 5I)%ƒ¡ 2Û, ‡~¤ÄÌ'ëà£æ‹<ëdhUcÇï¤2õ³‚©<…•ÁüžýÆMu‘ø‰Œ¡w7ã0¡m×…tVhüRwuØJ¡æÞÿ-Ô W¢b£ÈÔ ÷FÀVénüØä4ø)Œ¡‹2áĨþíÆÞã±a -ÃJßTOðµ*µp¾œ—èÄQªQäE!hv:.FÚú¿0ý2ƒRñnôŸÂ†U«VB‰ºäøHï ¾œ¬Tw-Á)R¥KÝeO\Þ¹}ì¼áïž‹Éæõ|Äîíé`þ¨&L×äbíè|LðpÿHŸ¨m Òxc :S8¥sWnÁ7*>"_dà+²h}¬üÝ][8SЫŇ sz˜¹Õ¼:ƒ¡ê0î…O›t3˜T•ߢ“Û7üX8Yà ¦îø®P$daI4¨×phžnØà% Í@Só;j…xqw¿oAõ¦‰zÌoúþ±ª‚ 9Cì;c™½U|õXþÈ­n‚+´}·¾›Ø[¥ƒgB†!WŒ3èm~|_ƒ&æÑzuÑêr¼¬aàÑ/ë©´Ç·Rïx`l3P‚ÍÕŒVˆÉãçE!Éqç~_¯êÔщù#Ï:Õ=žf Ñ–´L”ùlgË}|›÷wx—H<à eÁ·SŸÑ9pdM#µÌaFç‘I!oìJ^’À\x«5釂¦î¼W¸¿ÑJÂYR~«~ö]p§4œ‘ÉLU¢æŽv†=Šà3 ±‡û¥fÌCÅœaý¸×ªG^U—¿ð„!zj!™‡šA‘àH¹BU:§)µ[lP¯:¸úS`p`”]"Ó Ï·QÄõ“,º¨l3V„sÇøóþðÄ(Õòº4Èæ(ÉIÐôQ’CcÚƒ·<ëtôÜ£ým‡.îÐé"êŠøP3yˆ+È>»µ–©ÉÂ}Ò·W[š.J°„LŠV48‹+8¯îSq‚Y·²N°ÑX\jrãµÿl…ßžQݾlүɄn€v5^u/´qf1D©ÖëOž–èYìkɵ¯Ò”¾hvçš–L»Åf¶û„ÿ ,ll/ª_4Œ±¬ˆ_û‚ÀИ-SD¥xàÓL¿â©ÈdLùðžã*õ\‡d˜ -±ƒÜaÅæzTQl]¡ R²­)ª‘DÁ’w͇ü0å_N—¾!hÅ™Ý8‡ò—ôä€Ð¬‹ÔÅäÒkÓñÖÔÑÿz˜2íRÙéïÓ86ÌE±N°ñ 5ÄÖ’hµÿ_FÕï»/ ¡“Ùòò‡h«íédr’qÉÂþNŽðÈÃ!OÑ»ßh $Ï:+Gô,[…‚'Œ !éŒU€Ÿ«4~ÃÙŠ%ƒ0Õ†I›Þzt„A½°A &Aý&UÚhØ·¬Ñ?ƒ p­—–³“F‹Íþ!º­‰iìœ=QNÏÌÕw2âHÈkÚÍÕ/wŒ,®…í&àÀè¬×«Ä&ýÒ¸tI0Î@n°º'W£òèl{#vȱ:_ÕOmп}ˆTÕXo½Áµ,q)%K·(€Mœ³UWû"J73i£¶Ñ#è<—ÙgÛ%Ø@­UWÐϵQõÙaû1Ñ»–éåvQ„±@àÔ™uÍÖˆBr8¡šªøp*‹Î¨;˜x,2må#Ï:÷žxWõ9l?ÙTƒHó˜ö‘:~×ïº ãJ5‚Nß,µmŠj¸rR"F^dHú6Ö›ÌÔ -Eç`5Ö]m_ŽÇ±™â@«Ì×P9¼Ž4Ãö³ò$Ñ`Wû*Ä"e£T-èð{B×Xz±d¡#¦tŒÔ¸Q×OÕÇG½Éökƒû=`¿ o ±?hÃóv/¨mL -Îrv[Û¹oüíLå³-÷~\¤]ß™§ab·Wåc¶²"ê¾™‹¬“I¹@[ögkD§nüÏ7 Rkv?KUQ(ë9€"÷P; )ˆ1]›èDì{¢ó®©¡¡=)s퀳žƒMÍsvŸyNV[jd½<" æ4åò!dñ lt 46±2‚‚ ½ŒlkÂݘÄoˈOØæ„h\{}€`X<ÛÖ‹vëûê« 3µÃÝçÜàŠ=Gûš½­i–2`ÔáL*—ëD§Zšº"Š<ŠŸ@ºWx³èz&Úȧô ÿAç]Xàb³ 0e „Û*|(°F£æÌ.¢•!ºŒå#ˆstø!KÿébÑE"»]M$7?m{l~›~bÎÖÐÙZ›!õ÷ŽÖa³ê)C[ƒ @­ -‰†±Õ;–ï.0ü!|ØXŒ»QH°vÕ´ÚÇ"tqÿÍÁ—îS/°f€¸9únu;äu­XZ¤5eO^ð<)æj%èçÃ&àš8Ú>‚¹J\ Õ6†¼¶iKÈ“òíÜK el£N¤¶±?0…ž{[Â^$×LUŒÅà§P7†À;©sµtzó‡áR`;ËðKÑÊ8훜oûÑh·¬ÈGƒ÷ƒ£víÚ@,™¡ãEÛše-ˆ@ø¡Ná»êÒŠ5{èÄæc혋”azŽ·-Á~*µNø44¾/\˜v§g™æGyØ›t¤CΫpSéé8ªxCÝSž¹‚Îx¾'1ÓM»VÏtk 'äYCX¡î+Ü8.øXŠGÅ{©«<ßÕ&'=ÄÎû)!À4©~Wèôç£`ø‚xƒåªz?í`!¾)ËŠsS$q€ò|Cq5öa¶ªG¾õ½78ÏÛLÌe¼54‘LPÏbë%ÂÞ(ÖˆhW4[Ð&êCÏV²¡¥ã5ßA×°M  êwǬ4Ûˆvó›ãv‹ž¹×CCBKÇíp iƒÀncA’ú°~`êÆZXšqMÅö5Ÿ½?jqÚ+N½¬w`ÞÔTõˆmªR€F*_í†mtÈà =³ëÑ­tœ¦zä0ÄA‹JÃͤz%ò‡‰«5ʼI#×:•…FŽÏ}‡îÐ¥s00/iô«Ó$Ë,m<ÑwÝjË©‰[>ÀõPÅXVx¹¥òe{ZÒÕ¤÷eÓ8ÿVÛ° - [(pµÃÃà š[TݾÀ½lÊpÐ}è¬' ->€BóF£f˜§ŽN¨Õ ¢9%× x0Ú0¢e¼Øý˜"ju‹ÊlmøÜË_R¦Ý€]O[ÕÉþÙ~‰ 4šèÆï|Oà§h0”;©b&[qF½†nVr|ÎK‘[a‡N5NÃÔþ î½÷éÖpJ‡:gÈå·_ÂýÈ|.ú ÌÖ‚CDQ$Hñ„€á<Ø{¢r´ì»Âï­ @÷+PÀ3”AhX£Žé™Š;bXØå•>˜¯ žÅšl“ø¢° Tn™Ž9Ü·x<Èô’.“ŸåÁ<…–5Œ  Â9cD:Ü/VÝfCÛÉî€õ®à ¹^X*‡®pÅZ¾eß0:רóo9©ñ,…ÔåËÈÚ×í¬ÝÀeÅVмŒâ×DÅA®£-ðmÎ4iÎæ -‚9Ü×0” 3»ûô€Æê;qKðØFË ‰«¸%+Ìj¡êíjÜ :‡5½¼AÝ”Ý1ë†öO0½ µè&Ïîv“ÃÞ“ºA539¦¼¶1Ä<ô£XA÷u…á ¥áõõ …«ÿÿ@D5釀"d˜Û)Óª T‡Ãáé‚´ÏW~‡¤Øò£;œe'¹ofŸtà,Ú@Ø2²?’Ùƒ"8ÁÛ{+l–†çF÷ŒÕU£»œÃ]Î¥v.kr*·q.@Ãx‚™,hì_ïù{÷fÁQWU9dzôÏ]Ob”¡b¹ª^‰ØsÏ`Ž™À‡3îm·AÜšcËÁ®¡ÌS1çÜ¢Œec¬É‘—+kMe)a2º'•ã¯z€ÅTAÀm6‡cK§$²¯U† ë1æ»C’ol;và‹¥ô%õ`™]]K£^xrª2w, -ñÙl OÔY›.™I'´‹`&I…Âü -†t™mȤ˜n xëŠÑDöœª)@‰<gÿ,ðsx¡£X®sÜõo‚ù¯ßl„ñcTÂ8È0·´ç <Õ¨ºb[ “1¶ÝyÔ]„ùîF Qƒ‡à„Äëêù˜0&z×.¦õÍú356²Ó̳^X‰Ò»+"<+ƒú¥Jã`Í¥¸Ó)}M6OÍÀDÐ4•¤ŽXÓIpòŒ§úÿ {n$7&×(Î ¦o‚4‡‡Ù2kŒŸé‹öêe`íö¸ QŠ_XºC™, -ŠÝåpÂi,S‡îé×½hë@e‚ƒ,6àÄu{”†%[G¨Ó×¢ª¦]‡Ó§:x,ŒsÞ!Œ·cB©°ÃëZÌ­ T5_?Ô4…¤"ÏCûhrÂÌÌiRh¤ùª¨qÒêÿÖ¨ü -¶ÝK¤pÒÌNõb+~ÕfƒôrV2bcd„ã''n†¶CÈvûèâµ³/¨*u¬XRÉQ ‰Š -üHΨ{‘æ6'H}o ÝÑÉÔ‰¯ñÆjE7z$kX›†¤’€zf5fë½ÌAVÜY¥.—µÛ”F‹,èÕJyuhUGIªò{ -¥ý*ۂˉí,£iõ”<7|rY[] `”¦Àh­ÙMM!*Âa¦ÙpoU— qÈ3×cÛYÎ0ƒé†YF†öra©›lÌp-)k’š¼à€@U†t©fi)CDÄEukÛTîõçTÌ5o]Â¥jß©骎ɴc/¢LÈE{°t™LéTRõî# -Çš£MÌÖq‹Ü†“å±EÛ|ùWžZ'…}”G´i¿µæª…"õ$"K —bÿf,HŒOVU¨–š9HÌ;Ï ÿ¥ŒlbB6 Ëà&}’T7?­ær&Øxºh -9µÇ ì ÓÎÅ߯–’ïÓLkc™¯Áx€OS|½‹ë©.pPQYˆ×]ÞÅ™Îæ’uísN‰°ïPíä5Êãçjò¹K¥y],Î+…þ ZS¦ÉÃR~0Î#u]Íø0$¦­4“.]OÛÀ´2Q©=ÎV×5_X‘€yÍ5bœòh$¸b#Ðc)-é +µ‘ß!ôš5ß|Ì’au­°ë)ÏtÁ󮑳Uw)nè*4Œk{»Þì ë>+®ÝFµê*Ÿû§¹Ô˜ö0Ýq9Ltr«Ø¾õ Ü)¸Ýgw…Œ}›èÄÝÔ-Nß­«Ù­ñµLLG®!œö@¯SöÙ–?#++ÐÉoƒ–âh­LËÌú‘HÆè ROc§i,êÚOôÔg.¶^uêŽLo!ô’®+[ïØg'«(¸úù€­9 -:,È¬Ñª <òt(Ç•ÄþËaÍ =«ø{ü‰š‘ܲaÐô4e‡,õñ„®“`lÙi³‡ª.0é…àëB@:E`wMãPŒs%9áÎ5PíhY¨¸¹M¢³0(ÿŽ]t:0­%Bi6!uOW-Î^dDsT‹Ð|¥Ž±ö8[Ð¥Z¡N·, Ïêì4yŒi¸uGcŠ‘5PÑMá¹>TsGT0XrÉBUàÿîd¾ž‰n!eµ¬«v6 …clôèî¿ p™[•nP$ЬŠDÅcÎÆŽSÂf²; Ö…c]c“Ö`E—ä\ãb&vc/œT­ü§vÇÖhJ\¦Š1"ÒVô[šL4ÇYŸîªy ¦Á°!²¹ÉŠŠíýŠÍÄOj‰'ž´š°“\ÍAX‹|œÑáÅiXí™"¦ƒÊà 9sfðXêÎþLq«nÄ -D§YXƒÛAOç ½íP•9©™W@¦ÚÇl¶áÞ(ÆèÌ}ÇådVp‡-ÙAš=HÅBv kãë*&‘nÍñÛ³žv¢Ò‰ãâF…ÙÊa‰À%~\žü#*½ÃŒ§ŠãŽ.¯ü‘t¥JÌ'¨}UGœR¥ „x\0[7°·€Õ$µNÀ¢Oya ÿÿ¯´.™­,ç¸Á¬I±žT-FícŽÅ.ä`ù3h¨ŒºÁ¾Ùê£hzÊ"èT¼ÝÿãhÚcíð¼Ìrã¶F2fY -Û‘# wÚÃi ¿@ê¿'Ó| jÞ—QÀ¾ ¡ààX~ÄÄz(ª¡wÕCôÂ઒âšrÓ]쇟 E™@UÑ®*!tSkœÂ sÔh ^Klý'Ãp<ãJt Ê…‰—`Z\ä4+EGiÿ#ÓPXæBÇÀ _ðÒn‰×u{ÃÜ[º:+¿uŠù‘ ‹bªCrd¤×Jê­6Zü(P͘ì²AË<NÎÜõpÔâ1Æ »mÖiÕKyZ.+ó%†sç}Dƒ näxNœ}Äy1ÎWŽHœš•”™úXKÅì> §~á5]jÆ1ë7²naO%>•á‚èVè냪—/Ä­ž!îaRk·ry/±ÚþÁŒ<¹4wvl§üßÊqÈ@N÷¥«§PÊ~jŲB„Sˆ™‡¥Æ~cDí`¹Â8ZbQê–O qi%øÀ*Pƒ(#ÝñȺó$ƒ ø ñd2ããmc¶ƒÀ²sñѽ‡“û -™*×ëªV—öŒ4g€»YF´3þÏÆ9Ÿ Ôn.Ã$Ôe23mp«AHî ÛÍîƒb‹›S¾BjÔGÁR‰düT ×Ô´ã 1Æ.d‹À4{X2›¦Ycêr‰Û ê¡ÿò¤Ïy½Ç©Ô qe8\Ü~¨rÊb/Z¹m%ÛñbI/vºm,UÐ=^,ÕûÐ“ÛÆ\ƒ*fÝʸô¿Â)Tïë5kq›Už\§WÁ€PeÌ¥{¢—ÊaDì©*ªV¹ZaFMF0ƒb™yÏörmò!Bˆ ·®|¾„ˆKgáã}Q11ìÆŽ›WQôb^Õ+|¤7°$QËʈ2y•”áLÖ^ªšŽ‚ØL_.Í@qdoLÁ|áx…Bý[eËœ{•˜âRœ˜ÆRO}°Cfjåºæå¤ä8áRîºÈܘ$±(ã€=•ÅÙ0ª6:65©âÕ3¬Ê%’R²wKuxgSaˆÁ/Žtg~jN -óˆcͼ -)Σ%õ‘×¢»ßd9ê“,‹êîsáJqQéÃ21å‘»ëúCÙ鎓•¯x)1Uy BìE0O5/jF:˜W󇢯éDÆËÑÖ_“O–âÉRµ^@¾—¾ñ²s¨ Hl,×F:¬=p7)“o°‡šƒåKuCµÃ¹ÄÚP\aÓêôóâj]µÓp”œrÑ=Zè:6•S…ú.Tö{[5045ôºrû|Äܨø2²ŽYØ€à Z9œ­Q½Ði’0dÓ†ŽdzIV——W\ng5©æ÷bz]^£6ÂÕ%Ì(‘\gÉÅ Uá=ÒôYh]Tˆ(eU3§Sné÷A2¥”Á9µ­LÀlª–«' ›Oü/Ô씚õ…˜‘ÆË²V%ú@³‚í0U½ Aå)µ…S!ŸXòÑ”çý´òU†ïå~NÊÐðü-ã'Ù¸G¤Îi$d¶> -²#5.æ#lŠe‡Yî~“ª–ߪGýOÄÕu´w‡Ë0b€ê™úy—d¡Ê±’"Éf0Cê"t¸ýæÍßyzþüþñöþúþñáßÿãç¯ßþê·?¾~}{~àóž~øüüøøûý§O{¼½üê÷??¿ýaŸüòùËÏ?¼×á#s"îþ1_ôéåõý§·ÿ?eº?ÿÎÓ¯/o÷Oo^)~œ÷ûÿøñÍë˧ѧÏ?¼¼~½sîG›¼ôÇ<ïü¾‰6‡}âé›—/ÿñ>çùñåíã±ëú'ÄòoôOž__Þ>ÿòøéÙCÀ¿r˜£¨œ„wí೟^Þÿ~ý°´/øúúËã‡×÷ç~àõ/}ûxùïã§oßÞ¿ùôŸÇóÛoo׸~T~úöóO¿Ú¯þáÓ¿__}R½¿öôÃÛ^?½þïËë3·ïÏùýžø~oüüã#¬¿ú—×>ùñõýc'@g¸¹æy„Æ×ÿÝ‚`És§Á’(ï:(mP•êÝNÂË5fòE¦©lkoþ—Ìù7¦ýu¼Œ|büew{yªdž*-O“øù‘ý‰ -Ê÷ òЃ4Ø ÜÅØîÿ™dßo™ „TËÌëqÇa6mO}vrD 4A(Ô3šà§ovzÖw ¢²~ŠîiIí¨#ç‘û¸Kì¤\}e -‹â ¨W‹w4«¨üqƒç£·Ï–ZÈ<¤Ç¡:Ÿ8¤¯»·P U#Ãì~û9޹įZ±§,]À -ؘXÃ/…Þåyg=ÍŒ]šDäÿ$ÒšØè+±„ç–ïTÙH¾ÞŒ8¶ç ºûxó -ªÚs¢ o¢J=mçÑ[ lô“Pd±þ;U6Ò.Vƾ;RBÁæõÈ–Î;é³ê)"è›Éîãí |³Ñý¼T¡¦~q¶zÙE]Éû°üûf…P ë©®z§¤'©ÐH!©`Ùr,fs”d#°÷ ý»$…D ¡‘B" ÁH„E ðê!A+ö輜ÊË^¤TP‡§&ÙS²*È?Í€¬þab6Ô_©PH¢Új›:χHØm•–Ú —ªdD÷[ØèuÜ%6R¯þ2I…á‘™ÎË¿ê)¢Piö÷ñ¡pÀ]ÔìåõÈÀ±˜ÍQ’D($‘DaF",áx;B%H„B"‰ÐH!‰`$Â"Ž·#0€`¼íÝ% -‰@$B£*µëåÞ¬/]+‹¾9Œ£=ÄÄì¤^}e F,,Rျ2ÚÏK,€GVÙ%Ùˆ"‘ D ŒHX$Âñ¶„JD …H "¡ B$ "Áˆ„E"o?`B`_4ûw‰„B‘ãU%ÆÎ+AÈ–›Uƒ„Ö%Ò$&{J)Büí•æ„ªè!6f#ùê/‹Xba F,,Rá;¦9²ªÚî;a^ÀéæI$‘Pˆ"‘ D j5öŒ[[ü¾%âo·4o¶ŠÂ5±~)»¦ÙÏØ=ÍþHúÿÄUÖ@sðèwÿÞ“>l–¸RBD§Àó5ýŸ°_bÍÍSßXdÆSªpª…j{wi ¨ÒŠzx$h…uÉÞ0)Ë¡=ºB¶øBÖü7ÑROlÿqâ°@ˆ 'X0°à`!¦,ÓÂÈU¨`Úžê¤5³–§üZÌšR'®iè †‚…† -ƒ:‘MC/©É*1ŒÅ±LkVHï\I3——¼ZÌ–*Þù’zƒa!ÀB‚…  g$µKíÐaÐ'IjÞ… $$H(@ÐHGc4^¾fiR[K´çEŸ)µ€W‡…‰]V¹QÁ ‚C…€ - ŠžTÔ.I´#!B„á]„Pp`”09wÁ!B@„„ ú”F2Zã;÷Š¢{YóZÂ$6J.Ê«ÅÂD/«Ü°à`!ÀB‚…  g$µKíÐax'Á$Hp !y^¬ü‘µß¾·Ül<|þðæps|ÄáxÞöûmÝöÓß¼ü>_V“ítx:—ý¯yŠÃçûõx·¯Ûu_ï·_¸ùr¾¼<½_máÁÝÉ.?Nëv½ßÿûtÉ/<Úü}»Óýr»îOÖ.¿×?ËÓºÍ!…<¬¿;_/÷|Ýíz~Ûïwç—ë²9ç"—˜ßð˜§û_ëõße=îËvü›oj—œ?ráåyù—=éÏút¾<¯Ûþã~;­ÿêIcøNã²/‡›W_ÆÙâñ–bv鮇ŽãÖT9ÄÝŽn¿©:£É^ì^êëçÅ¡õ˜KtXKä-téË™…°‰_…§)Å£±“rÇç2óÏ›7¸wlöåž»d†¾jJŽ5µt˜0ª´çsñû’æ4{WlÕYl$1~›x&žbêe˜ …2fŸ¹.’«©íÜšËc$q—d1q&ž"€¦ÇBS]¬8FÖ÷á‹¶ÀùB•TØÔ'M¦k&–Ô–¦ˆ©_¾¯Cx¶X¹ÍµÅß_B›_dF3|Y©:]=&åq(h>·û’ál“ËäÓ|Çób†±˜´ª“€è{WBK­‰¦2eB­Ir¤6b~eåùŠ x§z½’Ës9’ %&Š”2dT˜ë!s•h‰™z ÓDj£‰ļ{Ö‚F²EŘùYuÆæÇ0f÷ÿþ5#9ÔÉ„ «ÅÔ›{eà.>¯y]0ø¢I÷»Œ$52‘HM–™yüâØ½[,¡m˜Š×PÒ—(‹ç–ä^!´b§;DsNÌ*k'‹ç&åf+ºÉFþnÊÄQ²Ê(Ð&ó5€Ôd v­# MŒî²Égf¿$‘žåe8ìí·Ž$±n‹IKÆÌ\¿ )´ìÌÙØûtÌ´¹ÚˆFeE 9}ï‹’î ®a~—Ë?réKvƒúM -Y÷Îè²òʯj Ï -ÖÂ÷“gfš Ú™n:EC#ø¬WM ¶¦ÒJ÷¹àìRƒt:3“Í!´hö Ð$ÙªÇ{Ž—ˆZM½å:­JSé+û£k¶md±”éD½»W¦U%h…YÝöå…et±úpäýêO5œ;ë°-H0óÆ¢& -\m¦ÎñT)Õ°*#Bò?,živȦ”ñ aÿóq—iâØ‘/£¥žbÒÒ3ôñS=dš;xéY£o}a#9å‰6¤SFüQŒb‡]iÈ+T,ÈÔ©Ÿ´>K=Å SJuþ§J™,‚Åo 3¨ÔÙŸ|“¡!@C‚†B -Y$†qí‰ífª­0Ï&ÏÔS,ÈÐÐ=uÖ§¦^Å+'Oƒ/48= RQ;å‰ö  -,,,4TÞY0 ,XH°P```¡¡Âð΂+X0°à`!ÀB‚…  †wBa‚Ñ?¤SjH… ,XX Xh¨0<«F Ìtƒ‚’e™™ÅoW§òåêR]îO½»Ëì²·S%0áM‡‹ø,D3M e‡jJ¿ýÿû»·´Rvy”Àü7*,â³Å4=}œæ^=3âw¨‡ì¢˜§¹/hz–¤¢vÊ!í -,,iË`v#•¨7úô8Éùõ™A¥O‘Ó!²VàÿõÛÄsd™ÇñwóYê)!dš 4$=+"¸0Y ™Fh€zFRQ;å‰ö }YcMä7JÉ—©YfîK¿+B›Åïð÷ÁøÕ.u%t®¦ )!Šiz48hР¡è¨f}…þÿÅ|!ÃÜ–ø©~ÕD¿Ø™Ù3]êŸî——ÀˆÏ6}E_ÿ»´¤vA Äyïk‘fÇÌ˼Ìû.Í » àRQúzô¥k’ÓvœæIwj§­P 5Ò4zonî6ŇVºQ^8 -Ä;²vÛÿl#4"å*ª3ÉŠ¾N´hlÌ+örR0N›tZ„¢o߈±OÑÂ+,x/MÇç%ZÑŠnÝ6šO¼«rm¡³åÇ9Ó×BÖüShMX= =ÇBh?Mt+b\qÙÑ -e÷»›«ÞþXdµ­^¢=7µf#Ê_~­ÕHìF€øÞÀ=éïAä-/,²ýLY£HÖhÿMhM =GDÚßn.`…¢ÌŸCŘf”´q 4-ôÆÌn.uK‚Ñ7L -cR¯Â„±Õ8[ ]9-ÏEH„­NÅW›ž¾­Ì–G§þVÜdó·Ð½YHök…8°šzŽD™Í\ОεàmÌÖÿãiÕµ S’éÒe#Øl陽ä×ÉzvŽ}–_Èïâ8¾’ÕK,æí¥¬é¼8SÑP·À|âÕ{iÎ/¿~žŽçkYÝ -óÕ…WCìe¾Jùõô¤×"}ƒüFŒ}Іha¡†ëÔ]ƒÓ_¿ös èD~>¡-ô Mäïm/qƒ€@Œæ«1­…[æŠrœb3W´û'´¦…ž#ba7—È¡¨[c¾ŠÉjˆÍÚýÓñ|-/Œ¨r¤TÖAůVsE;BkZè96š û~ÒJÍÌWæõü¸\ï?Îﯓ㪗G8À¡÷¡?Þüt¹žÿ9žºw»Çñãüõ¸½Þ÷‰n5››}8¾¿Óôê/Ç#¨ìx¢iw8œáûšÓ§ûûǹöëË?ÇEnþütÿþ~¾…£‡Éj:~øõÃñrüz;^ŸçÛëg{R—í»Ù÷éûx -}ÝãëýíÛq{¾\o—ã×·°c}ååü þmc·`´çÁ»˜…Û¯i&iSœÑÌ lú¬vê5ŠOä13¾-O‘¼Å7|>®·Çíõwh;é8ÒÀ‰.hàG – ®¶SYƒ“pÀål+¨HøÜߎË)l5â‹´vO=67²·† ®¡Ä5"ž^SÀCÛ¬g&ùíæÜ½*9<ñ!£q¯¢(ëØSøO¼Ý߯ÏëãWN-”7î4•£ŽûìƒãÚ¸/`y#4R;9N<Þ'`4DIóNd}ínbŽ:…QnaK„î ×MÙZu†@¸@7ñpI¸%”€Ñ*ÀÑ%Ô@û,Q’À"ž.Šp+qÓ—‘%Á08&µ Á7'r~Ž˜b%+ŒË\–Z†à‹ÕÕ·vºbq'lå™NCÌ1awZ ®0ÕmŒ¡Êœjí ïÐný&œb"w†{¼§ñ”fLæY†‡cüÆ_4@9$ðcª¶œˆUCȳaláô£›Å¬Ð86ÿ•¦[‹h,O [:–¬ˆ ?DšjKrŒqa ’^–± Éš>\›>`Ò ÷Ô…v“¶"·qSÆa[cÍ?âÜ‘P*Àª-*3!Ñ*º¸peÍV¢¹-@X3 ÿË Z°%4¿t´lÀu(BóPKƒ+ÚÙÌU$ÚD"­0ßh°}xöÞèi0¶µÜ°À² øš¹ANÃ)£Qíç)·”Ïj]åHM$Ê ÒiU€¥…—ÝU4À¡ ’‚ØXµÏÙm!ò•Ìh}2/‚èÉ´zà± ™Ý`ÔšpÙÖÅÌ~¯„ÿ²”’³˜K7³–´ÅÄ{U™´vàYF*4ª‘ÛØÎ c¡»7ØeJÁÝF‚i肌2“¬Ôèf)AA‹Íz‰‰óPlµ°‡çЙ¥FbKÇf ¬"$ÿMáåðd>“ã0³‰Géð< "ÍÔ^ƒÃ^ E¹'ÁDIÙCˆ>\²«Ð²ÎÝmGñ “Góø}‡ÊF<¾~ãªÃ_m0€¢›V¶+ãN,1ÌKÒz:Ó`©×|A-­qU¡*ZFÊÜ̇“Ͷn ÊíÀp‹¡2WB*BM}¤®È:ÅD›„Æíb’•5v!èö—’^ñA( XTQfX§/Ä4À4ó‚š“u•'ÚC¦Úc0Ž¥+´*[÷!þ3( <—ò‹ZȺm·C”T2‡Áøܰ">lQ¸Û¢ýÀ´ŸSh“¥c#Œ"Ñ/_…Û+C^«ÞV&d®ð;q @½”°ŒÁëða -OˆP&Lq…Çœ÷HÝ"“­ñÅxÛGƒ®ü]:$±ÅW—‚˜C»rÿ×/1M“)dëC5·IÙjYùNŒTøJ}Œ§MÇid‘1¦Û -¶JK­¢Áb;K{âïÀîè ” -B™p -§CyyËIhzQgf® ®AWíÖbk1é¯ „Ü iF»cU#õÜ3YgW‚SÑ*Í·<Æ òÿÙå­‡“þÉSä Ñ&R’!*`Þ¨S´D˜ÙŠÙÕ6ªx&#sÛϧ™)‚¨³ßÈÞ•uOº)îH«žed™ô‹ŠÆNPR†át#Å]—J®§;àžqΚ^´é™ËÅ7S ££ì€¸¼sð,Enò_øKd–3fýôRpJsͽ\ ¯lAAÞ ¢Ã–´ª™~!ÃÕ«€AKQ…fAI¢_tïHH&É\D º1á‹d:o̹`›§˜„s¾¯5™Íææ›òêˆÉ·Ì‹Ü Q€Bº¥¤©ÞEÑ_ÍàÔ§z¦‚ryÖuµò¼à2J–¦åöžÛ^+'0¥£a·®"ÌUÞZͼú8ÐÂù‰†¡¥çAÉfÒj2m,‘Im\ºÉâ|Àt— Т+ ÿmœÅËF±Ç¶V³fdqxOÙ]xÅ8Yv­š\)¥ðÆÈëq¬½öÃÄcR0€Ý[R ºO´D^E†ql€ÁjNBÇÔüiedЍ®"×è=17xÁ=ú˜ $°ÔtînñtÊn“=è(­-|Ç*<;6.j@Oc‹ot)ÝÅÉ×ùxÁ—,¨ãÞ%JÆ™V™Ó`j”UB÷Eø0–DZ­n±$XôÿˆÓ¥üÇO -Ú:ýþ²GSû—ú³ádö!ÉH2:sØñ¿}'²³wgR´#b­Ó¼—ªt¥p,Mšn~óSÚÅiý‚ÞEÍÏ÷}ÚëÌqÉø+õX…|ýßj¾ÊloU\ŽÔ[æ-ã mY¬{¼õèá-Õ mS¥ŸW¶¤eÄZ#ˆZ¤ùÀB²Î½È(qW«‹ø='ä/K6²o-ø„»{±Ä±0°â¨Q?Zœpõ&Jµ*1KhÙQ‘Û²9à½ÓP¬eYEeÿùŠîz @ÏPú&DCÁöĸqÍGö ‹¹Þ…³¨Ø¬”‰™|æV¥"JÁ‘RZû‰÷M¯a`·Zg A?ݸv×|w{B“Rëbã œ9«$gx´ò™LËàëD|ñWŒ  B'o'šºoËÞc÷s…¾ï‹× †:M;»Óþ§ƒ -&-4ëžC2G'¡}A.¶€:›í•¢ï6 4p,dí¤Ú¾¯»ÁOÃÈs4X)kíu“Нgy[›/’_ÆŠ3¤LÑ×ÝkÀFŠFNÐd {F ö$“:CMn×Ú÷¡N>™kºEÐìÝ/?øW h¿ëð³T1f´´¶èê÷ -Ÿ{ïJNO½Â¾jgŒ47IÝÀEÍ)î°òh„H˜¯T;.} ô-Ü–¼YËŽRuËÔvÖ[Û”=âÚŽãI¸EoÀ-¶”1Nƒk ×H·OÅî±&ØN]RFá%ìÏ[d”éí|ÖC?þ´˜ùôZ¶Í”,p^ö_šâf³}Y^0HWNÇn6X®œh<7g‘8ã ÀcÈNÎÞ…Ú ®†ðO®3rTyÏn"Ú…¹¬8)óŽZWž`i}p/¥*ÁÖ¡À‘›Æ[Œ}U·|“ù?Ý -—§âIuLh7­ç}ùøÜóº(·°vh©=ïc¨7­6ì³ã2’ôžZÍ)†ç-«ïQ¦µŠwT繕.ã`h¹à™C»îŠp^ðÊð®Íººrð2|2dÞãÃ+@xF†Vs;â†í+9õ…§¼+*'ŽˆÆZÓAöàµ1²ŸXßZ¾èkÊ'pP¡×À/ ºä›¾(y‹´‡~%¾:ÑóâZþÌ‘$Ï*ãÔ@¢=³ùü½ƒWG=ûë‡[ÐT=»ÈYëëÉšÅrx/Ÿ8“<¸†Ä¼ƒµÙÃ-”S ½HÐL«Ç?pñ»x(%Fx…®&V#u_µ·6õa¬Ü{ÌvX û:ÙRh!ï/#âì‰iÿñzÛ´¿Íõƨ…š»Û¨#²º3³0:nî2ž3º~”¸c‘—{×y‹ž- ›qaòa¤ô[í®4= HmWØìÅ ±ÛdQ&°ùÈU£ë? ñCgå ,o@/ÛÑ0zº5ê¤*¦#hÜ=/òhꌿoEè<3hÏ´3¾ˆ¯Ç‰e±¡V†w÷#Qtõdë}É}<÷-L„M)’­XAÚZs tx׵ƴs%òõ5†–\mµÎßx@Op G{Žˆ'u·ÿá Ÿ#6 -§ºâå Ð9ÉKE`‹ZSs´Ñ$ôä¦onSD)¸:jöèïs [Ň ³èMUmÔ•Ù›|Ž÷Éx–›øÜÊ„Jú>÷ö¿¤ Žˆ;‡ÉûÞ€Ö;3ßFîÒ®´`Ô9˜éU‰DðåzLôVô`y»Ž›‚~ëÌUÛ…ý\Œä -e¦7á#K§kk{ÑQ¦Ÿ’ð·°"Á³ÏÖᘬ1&þõ·„.[ñJ¼ëG¼Ükh]Û“ðÎÚ׳ƒÊ •Oº1k’o?´:#gAÖÈUÿfúÛb‹¼›ܶDñÅ€S/œ#ŽBî–=a]8ú™:a°)‚‹BéÚÓtåMݬDŸ+²enM^nõØŒG) ÚXÙUœC©½ycº56©ÐÍ5xäõí¹ŸÆ@ßÂ7¸$¶¯£nù&IûÌä®’ž•Þ×po“ù¢á‹c¡ÀUFÔvÔÎÍœŸéö%›NÝiøÞorªÍQtЉS›¸[¾pæƒÎÜû `^ŒùêÐ µ.4©o4rθQƒ'ƒFGÆ£Ý98É$Û†²ÉŠ{•çÓ sOx™G ~ -÷ c‡2[êáߊÿqö‚‹:¸Ü¯òÅ ºL·a¨ -ïÅ9 -§ê¾6®{Ömɪ¬ §Ù"þ)‚õÒöÄ¿#ÿШá2•y¯7Öèk ç0 Ë'ÉdÛP©Ûkp†ÏaÂÅ–UíÍ7÷’êaH3þÁéz‚« #‡øØ_έÿï¢pâªÓ"re¤ŒÂ•DŽBL:퇒ßxc:ý„‡‹ZûæKË`B…vø‰²ÄbÒ0¯ŠªHÿ?ö1‡jäî˜ £kûÙЮ—%ÖÀm„™k½2È>®X¿ý|jÚ ì|‰nàšR{ó@ã~clö¿v<ä¿qr Ó®ÊÚ¬uŠWv1ÆÙÈéæ¹-XßÐõl¥¯ ýæ«›>  -±Ky% -nÔâeö˜~UÃÀN¼#"®Œ½*›Ø¸=^ãX÷®d…ß3m!”æ®ãáÔÞ%›sÒæÐ;vÒ¨Ù ®wþ9_ >Š3˜Gä’ð—kÓÎ0ǘ%Þ‘ÉXÖ -~qô4 ¶Â€¦Ø˜±:cgŒ”zh0‘¢±+|½:bPFaª+6ûÿe ˆ—ëÈ3[/ è[S²Ž¤Á7º£©Të`w¤)Æ,<تs£‡õ,ËžÞ}oVL†^Ãàõ­M€û~&Ü{”!Ï”~)úNþ^ÊË„œþ÷®‰g§êû¢ygb† 0l\«Í‹ÂL2㻚z8Ò_F!r´²à±Þìµ+bY‚øE(†›/Â(ê¹5ou1æxæ3ZÑp3/¸¼9GäôáßÇÿ‘ëÒDé`ììÁº½(ôÛß³°º#cÜÇ×Ùo1Xê2–•Î>©ã¦Æ“>ƒž/ÀðŽle*›C aÔ'MGÐMÃû)„ÎLÕ-÷ÖL‹i×!èI\¿Ð¸Èç÷]µŸÃ`f›AkÖ†éüÆNœù i»{®ÝkðvÏH¾Ú]Jž,%Ò9õ8B”Zh?Øí&,›@˜ž<¼Ql·ø1(#GŽs$%‘.´9ï hº»S_ì*ÔŠ•«ëì»Éã÷ŽmÿL¦äüÿc1>K¼m’F¼g[ùðwðê{§¶\M‡hL‰A"×lA•·ÃpÃÎÇé½ù‘r«<Îtç=0%Y-"ï¤_§¤œfÕø$Y¿ì §g hÎèªO‚{g \ºpT;1œ‰ÞÉ»3œ=èyU-¿ï°2Y%¯í¬wÆÓŸÅÇÀ3!ÎÐo7$)ïIÁ8Q'Þb_µ†·ÞŒØáu”Ý}šQcAl" ÃÓæ«BàkÖpuO°Õ€Lí>»ï¾y'×øª^7ébY|ÑUÞ‡ï›þÃàóUûÉÆÛùŽ<7WœË¨ ÄŸXPTç5Ÿ˜âUž.3ã$àþ‰ä’Õ_>Â! uÔÅEÿN]±Šý¾Éƒ»>×Þ°–)!RŸ5U@ç׺^›^KSÀ0T -žöGõH}‚a‘ÃÆXÓêɃËkÙK(Tñ܃8"ûjãž‘Fܻձ@éšÇ}´yäÚ­ž%SÅL¯Š½.u˜ ]vò€7 h%’Œp=ÁÃh47­bf3úÆ+#nj µ6mޝßyšæÑ8Öäºvõ×Ðö.o–Í ê6es…y°¸ƒ&ŸðÅ®gn]ô;/PÞôóU~Yd{Ù U-À¥ÄNîÐòÂ×¼&d^è«ó†Y"9¦ŸVáßi§7“Ì442ÿ0 -d>âɱ– ï¿÷ÿ3¨{W;ÁɆÂòìÐð>óÜP|j-_Qµþ¼ãd€X™6£ r Ùô#q‡œ áƒáD²)xy7ö=T:€(”MkŽÖ)ôçð”uM‘¹ù{Cý o! -­Yåùnï"àÈBŒr&mdéã2Û¶7/å2¯ËÃãPŒEðY'yê•Ç8v,wÚoø~“™…Ç‚.uÜÐûÐV3í}»m“H‰>p«)¡Ÿ6u†qì±h¿‹Åޮƹ ±+#ÿ,¯Cšxy½sÍ⟢§cÔlìÆÑ¨ÀŠX9o`‹òD¯z«°Eø”“oË -RÁ2 ÷átQÈ{Üeá¶zaé¡ùŠ¡Æ™POp€ƒõhèÓŠEòÓQTP»Ôõ˜.8œ…MRÊ×UÉ”'OæycÃÿˉ~Jz§õŠ+à3¡:rÖ•…ƒ3¥5rÊN¯nJ±æƒ&µqбßij‰,ÀëÛ6SCCí?’ÎCá’w¹+µ_~D«Fˆì—(ÃÏ»fUGëð-W€oB§1CC'Ô±¥Ñð&Mcz3ãgVÊ®õ‘eϧõ³|´¨²óVû™cEÝ€x×yoËν‘–Ç%ßY… @Ž7ÊÜ;ÞÙ¤QEŠ%Døäð?Ê=¥ï˜e¦KSFslþ¼‹.!á@å´‘s¡rÁJ„Ü•¢ -ñ0î´Ãò³U‹F×dÍ -ã\§°ª†Â[¯ž6PÙŽä„e1\vØÔ0ábýóX­Žø¡{±1J ]±šdÝ}\л"»0$Hw­·Tí(Ö)†wq÷¯’Á€«v&38SÞý8=»o±ƒèi‘žíÔRáj¤s:M¸eš±âB¶MsR¹³‹0Äòµð.ç~,#`峘ÁÅ-ê ‚ýœ„ž¥·õ8÷›½qUr·opއ!§[i;¸P娹‡˜³¥c °[Æ@ƒ†½/Ù—’–¹4éoì>WéX¸V´áÈJ‚ûÌ«½i­v ŽõÏrÉñ jÉåÛ»ûÃa¦äê .a µKE‚6¨Ô«‹Âª$nŽؤy,ŸèXb‡-ë†á¶"Ÿ»ßúßèÄ“š/Àºh>Z*î^$¥Ÿ¾(¼/œi­ùjn´hÛŽOÝŠuæ5Ï ¯‰@g¾Ûhíˆ@LðBO½20ßP”L6°öÜb­=ª±Q›¨ffEôÍÛµºØ'½7Ú…ÙBôÎg*ï†üu‚`§LÅÇßj<îâ¢8V‘Ï:1:Í3SqÚKÏæò(©Ø{çŒ{[Žh ..6f¾M}mÓ}7rqëjO¡"†ó _«`¸Nnš“îûzÈ’öž„ö©ã¨@M `x7 ‡7,öÈQ×ë$J}WRÞnÕDÍËŒ“î rߪ §‰[vñw^¶ ïîþT%o•Ê Ô£¶$|fžêr Þ©FªYd¬*ïù1ö¶µÄàÎf¢iמ[uwSí -q⺞‹^™V«éMœ· ÑÁX]–´¿1{áøñ´4òòíÔä—où2´‡„.\I÷Y.‰ê±5§d^t¼2xÏ9«9›ƒÖõ4rò:.3hêŽÈÝ"E{UdÉZS´®¼—#\–t#½H‡1øWaÝ,\L€–Ëùˆ$²i}È!y#R)íib_“´fŬ+^;b˜™Á÷ñ¾ºCÑñ,-¾«ÂËðÅ8 •’Ùˆà‚`*Ý¿3X1N×é4âF•ØÍ°1«ä ³™btC/ pgcZ ,[”·-šfÐÄ®°ã¾Ö¸ÅuÎ Ú×›q²óé€ ¶†¬bïBê°W§‰ý®F.4Ü#¼8a$ÓÞQÀg(N§-ùožˆ6ï<õ"c€­e,îCê°ŸeW£ðêœgdD¸þ½âÉ÷pӧ׫Ûx³xÑ$5(‚±<ÃéòÌù,L®(Ñ š•…ØNjQöŽãî †Þ^7<9Zz5]La†¡Ò°Ãʰ¿š¨7µ3²ç¢ßޙƽγªÀõøo¿Ýqïvȸ„~Z)xßä0Õsø>o]Ç“öñHàË&£„žX=òe M(s9ÛdX—ïÄÃ;°Ûæ¸wX>«Æºõvíjk\«ßŒá¯áà|V~›ò©lµ|Ú¥0±“ûb¨ÜKջǙöÜìÞ³<”7µÔ`–ÕAHlñŒ¼ß¹¡7xÃk}ab4翵gä%ÌÊ·—3ÓmíãGÿŸµÿ3‰#²·uú§JÊÁáïµÃl šÝw®ÂX¾ª ð€/2)t¼WcÚzûîØ@A€ÿÐ{ëEcã¡•½Ñ ó”è[0ƒ{B7ÒáŒû°½.™_Å{Xq+,órù+J+;ûÉ>×p|c×Ѫ¬sÜ ÆøI£¼QH -­Ïµò¾ª7”H×BÑÞ®þHÎZ++‰¼¢ÇïÄAOà™Ð¶@;k¬ï^»iú ¹ØÖ|ewG>¬36H9µÎ ñÚšmygRx´–6¸ë)³ÓHÁìÙOþ¹§õ€ßpºFU2;“ -ïy‰"HF -ýÿbù¦~Eù otUûÍÎeÆGŽ˜%Ÿ$bé@Qº¿þÓ²Rºbb2dF¿gÍJèÌ–_+$äÀdbØúï+týQ˜éË­­©ƒAQ}mn­÷Ù‘Ö>«t+;åñó¾27úÔSUèA ”±Os+NÃ!;4}"¼ŒµÏçèöªÇìœÒž´^@¸P‰–&1C;tý?˜b-0ÈiÉmt$¦X!Ò#:Ô—ÕQql°ó4 ÊÞ"mlª×2Ç~ ô¢ -Ï‘ˆfɳ¡Ý†_®Kd(˜y3ŸÀHXã\¨eÛá6 -RëÅKÞ`ìˆgŸF -?ªÒ$uJ¼ëÈ™vM»O°Ñqh/ìJÇk“´!¡M,3¹ŒÂÀ¾RÇ8È”ËSìD…Ðe=c¿w* ³Fh ( «zFŒ·{Z#$,m¶-N½¸þ×=!ï0ÄÛ߃U ƹpòb+]¦Lô#2ËäÚô4ìÝÆÞéc]¦{B-¡¸I -ƒh)æà*-wüÕAÆd•õ*umT‹6ñ§q¨Û"öî¤kï Ô@µæš "]~GS™Õ‹Úîçk¿¡%™“åèaÝÄ!Ôâê²db™8*m‘»Ú"‹0f‹íè\{YéJ»Õ@Õ1ε᧿X«÷–KTPmFƒáüpÌ šeåSFGü¹™öÝl9b™÷Úü¼fmÓéÞGݵzwzÆÂ}dˆ!ôûÙr@â¿@„Ð@Ãu°°zÄ8èRÕƒŽ .™æ´ó1ô_•k`ºšD9&3C)SA¼Cñ]L1CÆ1ð¡ªìÂe—ÿ—«ÿûo—rÝoÜþø¿l?í³ï·×ù¶n¯_¿ñ7oÏóqç¶oØ.÷ãþú4°ýq}Þ_÷‡|éq|]ÞáäF?‰ï9œÖíóüúµ€9Î$B†x„íºNçývØß_Ž7¡üÿGÞß×éq¸_NëÙýuèè»ä1ç”GÉöÚ'·÷ÓãÅþ±Çùµ?èŸí Ûúñz®ë:<îßëùe#ŸèQŽûót¾ïŸÇsq™@8kø¬ñµÛé¼ÿ¼^l÷=Ïõ½_ÖíøØ›˜ÌGþÚím]÷Ë:Ÿýe=_#;²[¾m˜ÌÛŸô±ßNÿß??η÷ÃÛ~<_ίóPÂNëégÚ.ç·uX?ëøÚoÇïì&.#HŸÛ>¾®ûÉùñïu¹?®ëö꿸‰J?p-’êßuÿÍg<ÑeJå\ãìöÈBTJ¦QoÀsÌ…Ä‚5Ïëªõôç°^ý»Á9cAó]Ñ]ÓÞÜ[Ÿã1)D -šß6®@eεø‚{OO뽋¸uŒ9Ɉi‘Æ¢æÐËE‡ѹ«äFQ¬9ñCË,$€…ñƒGžÒh×\|$EÅGSé1Ä÷?éñ H 45]¶OyÇ€¢ƒTtNÄ yeäÛ4ðù¦  2VÖ <š *V<×sä)vÍÅGQñÑTz ±×úœŠPZ¤‘¨yìi.:ŒŠ§¢#¨èH*:ŠŠŽ¦’cèETÚ«}@Ã%­è FD·ÄÂ¥¸Àî~áøÌˆÝ•ŒK8#E3ë=…]žÏýuºËÄ<ØÞìYþ¨¤¥;2©;2sòœH-šWæƒ'/vÿ^ÏXqmuµcˆ…îÌxî÷¸S’(™ƒð N4…üÕKú·¥ždŠæÑà›zs§™"IF"†ÊÖ–;P€s*!„×y*ÙPQ¨ÇÜq†Y‹—{½u—b>¶oXõözBV<÷­2<¬XÈÌcO¤œF䡚¨ ªT€+s²=÷†iðZ)ÛÊRºêîP%ܪ79éï™x6;k²ÌË¢üMq[9ÅkÖ’ê]Åë?rã¹ßãNw‰ò9¤†ø›…Ð1­’È6Çe ÷Õq±Ñ*¸H$Âao´×—”p{¦ÖIÒ¯â¹I–ëæ0\ÇVäI†l9ÿÙNÞ"¥§{F”$d¤÷üi¦’ØZñÖá!ž×8lÒs+Ðdœ¥É¨à:$&+Ù+œp]•jË'Y³ËmãWÂ\ÜË -•ãÏ÷rRºŒ+;†ŠÛÖ†K -¸Up˜Yt8_¢ A³šQ‘gL‰’û/{ÄsîùÓLÉ<`Ž9•‘q§û|l+¸X¦L·#úb¨éÖ¡A–Ü·-FÍ #«‚‚ Fe¾u7yëa± ÄÁDW®¹ÓA¬•LÛ -l$CJ¶ Iã7‚ -kñ?¦P®SèZ±!°õœ!ûóT“æVÉxÞÞ›ié[RÇ6t'ôÜú#1«3ãP,棿,‰îôùuP\“)¡*Þ½QZqå1±*±[µ ;ßv.`ev }©N+­@fSõNq,CJÕ!I<# ÄHˆP0ݺa›Ö^@¹ ½'91#¦'ÐiJ÷ƒŠ§´‚‘`Òåï>*ˆ½èŠ% •o -=Cœˆ>8ªfv1¼?[ê¢Mœ#»uñø’¨“œ -‰r†ˆêítìÚ‚u¹(LR§!Ý–1Ž4Oçbº‰=[h¨…žY$Øhu0þÔó9s[YH™-Êa“‡NGj´ÐXgÃ$ iR$âGC êž%‰º¤÷¼if"³Xè´J­ÇÞ6g¢6Œ­Ò¨tƒÎ³³¦ðÆJ±|)¥ÿã O$Cls|N!Ü!å±­"*ˆ£o -ÑIî;Ž µ1È,QSOÅ•ì%“¬µ[²ªQh5 ÇØ:–¸6/“E°eZÛÚ½û”©Ø•º)›-Q‚ÒD“rØyR¢ÐÖ®îÈ áÈÄœ’œR;;zéÖ%G}A -¾»o‡`GrNæ£e+@Œ–úÍýõH–!´ÃÒ…ŒeóÚ®$×d%Â,Ò¶å±ûóQIu™`š:-ÑdfÈts}}lq¾Œ¡ „JdÚ8câ n¸N$š-³§9±!è$ÔË,@€m™ïq Ã6—­(4jCß¹ò¬ªªŒê„¼4 -/íÇ6ß+ Úã4QhûÆa¶ì/4Å-˜Êl£Ð+“öc¡Ï–Á‘ÀzØm>§˜2IongI]š -ðžäbĉ³Á[-=GÊ¡ÝîeÒ¸F|%åt/.D¸2†¤Ñ§»„Œ Ä{jEÍ"ä?誴³.zM¬‰oØ'Œîp£>!òL–Ž3Tš$zÄ‘<¹­ÜÄÂdÌ”*‡†!•|/øØ}ºËØax$ *Ù®t±¬ôá[×.O9;ZøuXIC7ܨÙ(„,‹cì§È3g F êž% iéÃ=š §Â$(µ$Är^¡åð")P@-[ æC­ý…DD•â9_n¯Äˆ;ÐÃv“³ÿw!TºX3†¦¨»„´ Ç{bC˜Ñí„ü825J_Ûß݃¦Œö\HåÉ«|¡oÔEH­Û‘4"\I…­k³dñ¬d4qÛüt)"ý±ºÅ@}º‹Ô$í.ÊhŃQbNžvi†ì½PcÕÐÁª ±Jð„ñï+5àFý·”;Z¦ž72Érj»°ÜåÿåêÿþÛ¥,ø·?þó_ÛOûÃlÇûíu¾­Ûë×oüÃ×óþX¬÷ Ûå~Ü_ŸèÏØþx~}|í·óþ /=î¯ËûÏa‘ å'8œÖíóüúÕk—«=Ìv]§ó~;ìï/ƒãÜäÿ?üþ¾N‡ŒÃýrZÏŸîõŒñ…KtžÒCMªúš÷Óã§öuÇýq~í­ÌŸ º…ΰ­¯çº®Ããþ½ž_éUDî£mÇýy:ß¿÷ÏãùÈáù¢ýsÊx«÷µÛé¼ÿ¼^<ø}Ïõ½_ÖíøØë}íö¶®ûeÕk~YÏ—Ì!lv}Û#®kšñÛ>îŸßÎ.‡Ÿ×‰—¾öõqÿúÜo/¨cSb°ír~[‡õ㱎ô¡Ûñ›»]…ÌçûØÇ×u?E?þ½.÷ÇuÝ^UÿÚÚùŽŸæ‡OûÏðºÿf8svô·øöG¡%ænâi!ZÊV!Å~†©¸à•3/ö°¼ÊgdÞSæµ¢¥OÝiÎhÎi.(Ò¤ù­]‡ÏòâoÝ)âÁkàzÈH‘܆'¤°Ø(*6šJ!ö¬÷Ç) Ø¤bèØp*6‚Фb£¨Øh*5†^´A¥bTlŠ £bÃi„éÿ?QÍêP„ s«KÀœÖò{ÌI–d{ ÍðЦùöÿT-[n§ë®¬÷½Ï È -ØÛ©ßÑ^Âvrgw×”Îþÿsaðé@ 4tÏ Î,úz§´xâ]®îTíªòJ‡h)e}Ûtì» Æ€XÇJÊàî•þ*UÆ þ £`´1m,Ƈ÷lôÃ8ð—)ý››£ b´Ñm£ c´Œ6£ÅXãðŸݤ6ˆÑ1Ú FÄhƒm£ b´AŒ6ˆÑ1Ú FÄhƒm£ â±=±U—³7‚+†À€YM·¿ÙëÌê2À×ûPšïć÷íµßŸß¿_†Z“ÿxrÅß{*D¿þÕã9b\àëÿ}ý¼îoüñýç?¿þþüþãŸ,|þõC$þ¬@ëÔï’÷pùy[÷ß¹ =j«ÿ0áø†XkÿxÏ‘½WÔ¼–ýþ\_f„³Ö´qr=XÛ/âã KPñý=Ó®lò²Ÿëï½w&˜ÿ_&5¥§Aù¿þýþùûçÿŸ'Øg/ù¥j0%øwë¥j1-üâRu˜Öö G‘Uø ¬¿N¬#þÄí»ÌìPxÜÀ´ßåoqîö’ï GÓŠ^$D^@>2¾¸•2yûIìûi°(€Sç%ïáñéÛÖÚ/Û@§»p¡—¬=ŒwZ±O/êŽN7ù_¿wâ}Õ‰ÍtK`?ë.Y±ø„,4`òó±Î°pÊ Y,“@Ÿ…3X A{s>Ä|'}^8ìZ¦ÖÕ›s@y¸º°LEœP&Xº,qº7¸€í9ÐÙìND^à6ì\È›–Bcþ)TMÎ4-“lµÜ×EiEÇ›)F‡>Œ§ E™wù¸!¾÷ÙŸ÷ˆŸÿt‰Q+‹å…'­¤XêÖ*Á G´Ã×6vcWØ)sÖõ]Ï(XC„½Ö¹afÀi 6°ŸbÎh@71Õ©ß­ËCðö¦¨pÈSÀ¹^ÎVü ¥ -N -Ã+á -ÉýD‘ç3XmÍ£{Yü› uô›-%ZÃTZw¼ÙY|™QD°Èç˜"s¶\öƒÔ "\."?ÖuìЙƒØ./]­èLX ·ƒ¼ÝpD)¹Pô`mJ¾ÍèX}A;MTw;±k$Ýî¯â«©²õ(ß:ë@*õ–[ÿµ.’Zög¸CÞVPµÍ·Ys™D—Ú'åâÛR€ûéP… ã²FÉÕ«¬MÛmÉ>2 òÖ¹Ÿï:MÍ ³G€—…êÈÁˆjæJUz»Íæâšqá+Úoü-?à²ºÑ àÈð6¨¹Üu -:,_P!®T¯Xµ¤ž,èò -g€jö*ž-HÜ"8ñý%“6ÕÖ Ç‹é0’àfÐ5Ã5 ÁÄã(¢8‚– ‚#x œ¥Ü1¼Wñp"·Á®ôu£¬hØš –rÄé˜xó0Z¹&ee€Ó¨ t¹«”?8šú«¤Ác£D28¡Ñ+˜Y]m ™úòdwaoÞVPЦj3a=œ®ƒ(Æç;ë®Mm®º‚¯½ù Æ´W-eVº±7Ü*#çGš³¤Ý²§óƒ9ôN¢}†ßS_¹ÛÅ‚mÆð9¯k¨?Âg[˜Š‡ËtÓþœü^$:ë1ÒÁÆH93“jZ‘ã‹\gèP º7Ÿ«a¥QÑÍÐðªUD›]ïDše1÷ÌÑùVPxª z'\!UFT÷vòj@Ë£™ÀN¦†òçË“=µgxú¶¸Ê¤|{˜gºyºr²%<Ý·(Ö¶ÝÊYé/õá@¶0ôàÕû–$ÏDá]Ï©÷tÇYY\¢Û*¹'ሥߓ­ªë@U½³ÉQàG ByÛåŒò¼ìºÊT7/Ý'¸‹‘—‹r»ôô–Tqn ýž¬‡ŸýÙ[ïýYÊ»d°Q†\µcù¯¸tØ!¸kD—ØD6ªM2E‘TØ ¢:æÔjË·€­Âa«„®é¢ YB!Ã|M¾ÔØ^MzœùIÎý4X£B;^tAEÛþä—µƒW§@H …öØ[êìq空¹Ig¥ºƒ{CrŒuÂ5>÷¥ºjÊ)FÐÐëu1«GæŒ\øÆ÷Ó`5Uwæ°˜\ì¦y|:ÄᄃãÅí"fÇ¥Z˜°8¦CTSÕ@ÙIy’e¢¤yž©Mé-ž­RÊÈ‚øR2eázÆ]v°˜TC×^ÜšHs‚‰©ÄchõjzjêŠöö<ü²^¨ÍØ™²#g¶•M&¯¶ûÞ£ðs¹ ?’½¿|š‚‰¹@p 9lÅVÁ‰4ÀpÄ‹ìðg€*—É`s -Kfªc³!•1ô¹UÚwk†Wzmg°jcFTü¥òvPp°ÑA·µ%«ŸPä>íäâGÑKUÀÎõ»J:Sn5® Clm_EçÒ_à¥_f\¾Í”³orÔ‘(³% -*)ÓêÐ;¿^)Ô@Kùƒ|? )¸ñvŸ©»ƒárö -V"´}p4Ê.~Tqä¨F Yÿ`^ caRƒ}pà%’¡¯1êuýÖ_"(xžËpÙ¡<žÙK@Kéº ?ÑS=ò§ÄI¼T4WîøD1ùØÇšät¥ð÷Ž Èö¡Â­èÓ?ßÙŒJMÒµ•K$®Ï·×~µ­˜rd4ñ‡7SêyåW›¯Ùì…]þWËyî4Àb;dN…[•>þNk„§S™òx9¸§SO¢À¶lŽJâ 5îR;&j6—Ô)ìSHgˆº|Ì È¤¨‚'¥umBm¤»f¦B3›W»·‰±÷&Ÿ<–ïëû‰Bƒ¼Ihi?Xp(ÌšÈÍÁˆ¬ôB²ƒJ 4º™H^HS5×Ú–t,؈‚™é|…±;özŸó¼#âp¯ÇïhFÌš/K}®3 -Ò¿¸SOHtÚGÇÕ@Š$‚F$5kɧck‡XÓ³ÜÏVðël\TÖÅy‡nïDº:ÁÊV¸yA- Âöˆ2}üÒ€®Óá] (ÒP‘HŽ›’å~(3)°“­˜{:– „AæyeA™a²[‰Ëž°÷V°Zûï5¨Ì‡¥×1# $† -ÜLW7øKÃ.]e&Í”À4ÀËOB[Œ+q>ÝXÞ+w  w ¯‘Â?èÍÂ<_½¼?Õ‹:ç2Ôè×L.Âëd©ta?X:5%«û‡›!U_OYënrj™ɧHÁi°ÿ ;µCÏPêP†Mtª"A2(àœU†lòµ‘.`råmñ –ƒý‰É‹pzü(¨Ø5Ê©ÄÙcR9ÊÖ‡ ¯ü2ŸÌ,KÕ$@ˆ¬JíÆ'Ýl2N5Ž–­ÙmÁtQ#cgŒ¡¡ˆT-C–Op‘[·v9ë¬üHbœê."óH=#Ö»›É=} AªñöVø£(>Dàñ<Ã%Ëé܆Ã;§§šcJ6AÍsUž©öJ6C{§IMœåèIÖ·Ç.r'šf걞ֹªè­ -±Ã·1桯Z1û·C3ˆŠK²vñ(Ü.¹6éTeø†‚èi™rN:ëSL»µt©“¶¤lL¶I›MªzhŸ­¬{Óö‹ÝO“{#x(\H_.bÐrà¿ÚŒ ™BÏG<š% /¶¥N -ߥ>)–µp(À¬+·–0˜sÔ“#—Ê/3Óyãn’®ÛWeÊ|äÞè½3 ‘…kä½b…-ýå6„):A=víQo#=Š‘AJ|”Zm}ª5&“C̪ÝPSÙ- Ïbbç©áÉ@©¥0³Ä"·í½w{T9’Î9.v(ßM=„» âÙmÑ~Äá`GÖ0äZ¨ZÊÓÛ’{%û È€¤™[ÛÛ–£°øjŽ_Òaé6ä÷üHõí9RWÞiì¹QÅž9p3üRÏáÔ1™„ÈwõŒ´¯Ò[˰+8Kĸš;Æ0Ë—fïÝ!oªrÊã®ÛÜŒÐ0p«˜÷v¹0äùô)?$÷MoÁ7²ðTµk¯|~Eŧ;ë¹¾(™ ù¤’Î9íÞžºY.B0Ÿc/gll°PFÑÛ[•UÇ"Yßô–RZ'¿.t,"‰“ð³AxŒ&…ïMQXŠ…ò%­'é™îuàz¡“’üêÞiOZ'2YÂlK¬—)»%Ïœ…fç=NXzIÓ[ ûh=ÿOÔ»†Ñù ÂNz”›{®þ15+ÃqÉo(™v`õ9ª3!æ9<Ú@ûЍ`·"¯1-‹#½Þ÷Öæ|‘í@¤\¤Z/6‚Ý%Ó9ö™4¹~Ý,ðVhùvU€¤~-Û¨öäÿÎ #3´ÚþXׯ…$Ô=Òó{÷2Hú`±‰^¼–ª}©væßŒãƒª/¤äo·öt]#Vñ£j5Vù@iPÀy¾?JU,’®/vú–90µÔ4¼ÅÜJkû¦|p$ƒ53´àÿyÑSf•™øèÍ ¯Üø^Ïí½ø6\t+¨Þa>_¾ -åן–Öh´½Ò<ó˜‚ЇŸ¥yæSº¡âÓœÁWž«ÙkÑááó⯶¼—0y',[*Jä£|¿Áqîè^Bâ!:Óædj•>›aÅXÎIa\_,Ü &–!7(Æ@Æ#™z²òyDu=‡äöcªËy¹•ëHψê[Cªí+«~R?ÊE;ž^˜!Õ{¤4òA~ž”N ®²£¨ò:v©½…³ZÝõ[rVíBÈ<Çe˜1 –PTÚX›;˜i¸ü w"^‘ìxÉF7È}~4¾¬!‰2Àv飣ñÄl#[éñ2cÝ›l^m´œ¾Òœãƒå&n, öÚ:þY›Ï‚R¨¡ºæþ¨&¾G,¹ßLº‡•¦ Ãåií`M#ˆóó¦ŸâW0Úœ¥cFÖJžã2a 2È‘²öçŸ^Xv”÷Ø §$l¯K&Ð’®«Ô^ÜJœ ²Ç¯jÄ˾{ž´W·Lõy!r=c6ï78’ÚΙ*;ÍQÉ„´Hµ¼Z ˆÛP”¢T>‹í³åè…·šWÇA¨3#?Š»ËìÈpêMtÎ`Áo/¶¼/*pd?Ыk´¡}Ϧúló4åW‹Ç¾«5?%^¼¶®mIgg-ßc$ÿ†ùìiV4AA§wßÐÃDUÕ·ébD€FÕg‚r¸€¸ölÖ^õVM’ˆGjð#?ÊÝâÏíY~Kû'¥W¹­D´™±œ¶&XB%nú.Ë~CØþ`šÁ‹Xï•õ‘6jS¦ñú¯™†]Õ¦uî¦N¸«pT+â½P«7WŽ@1˜®~m…'·!Î[}T«4á`Ã@éHÛ(Jžè¼ßÈêJ¶Ú6Í¿{ÒªÏ=sÏKJ#£Ðò]0.æ´é))>O¯=Vn¿ôMï»á Ù -§'.²P›Éô^¨Ú¶&UCÔä+6¨Îæz&U6’Ò(ƒW7P+ÿAºH(ñ!‹Ñcì6G7u—íýU‹ð -* áXâUíNÇ*‰”4j2Åeü#¯<íÅ,þa1ñÄ–ÜÊeýG?lÕƒPü¼™m¡ö.mØ*Ù£*ϾÎ&ˆ!X&¼Ê(uUlÕËOç¼%UhaiŠÙ›Š¼)H lùüðÊ#^ût„ãµµ«ºZ1²»hÀÛô)!‘ÄÒüróרìWr!í »†‘Üݘ #…ùë¹}ÈTö¾üN?)cL]ÏÐg4"¸±ÉiZ¿„ÒÚŽNÐU{aìÕLÃ'`ìU^£¢? sųýžmJŒlzîúöü£ÔŽvyÈ`&öNt¦0`ÀTݯè11¾¡ØÜºœ×®ðކUí'9ðLÀ-C—Ü.}OGý ÷—ÛT€-õðÊWz„‹vؼàžWÁ§HŸ›¹+5tÇO¸ŠÆ÷ç½9cç÷v¨O¦Ñ.Û¼©~0aSÞÖ,¨¯Fþþ™{ßi+$ññÄ!Ó. EÿŸ¿®`[£ª~oŸŽ.ˆˆ…¨Òwmz F¡G&¤[ý 4°±‘3p>¸ûÔ^å¢ÏïÕ×ÉU† CíÂ'rº·{¦®8ÎÕ×÷§£Žƒ[½¦ÝÂÙ£öó•¢vo§†7q®Ž<âá3鈪ç+àAÞ™ÜÇ€›þ´:~^œÝGzG9¦%Ñ2-3Þo„OnõtEÛÄGìÜÊÖÙ£xBN—'6Êÿ¡SgëÀo/ïÖ„—8Y^ªH¨16ºo ÀbÞ5Ãfëè1Ø«^Cx±‘7\ ñ×íÈ·¶ý¸>FH*º¨T"Î;r˜ÃPÞSc!jå!3l>þJÏ{Ðr:DV™Êžóƺ‹]þ髟ÊŽ÷ÓZî Ê•0Sôä_£ÉŸ_’ŠàÁ Cò ·â×ðm­&Ý0CäÏAZ¶gÈk0$)§ãÐI!þ@¨P4Ðá]ûÑ’k)ßÐ2ë€Ý jK: ÐCYá%N¢_†p‡[z¦æRø?õÁ*˜)¨W_GŒänC7ws†ÀÙ+5æÍGlw™[›%ŽCw‹DaùŽïìÔ½ô——˜"…ˆÒ^ mˆ‚IlLxÉïT'÷!j:RÈ9îqm7Áñ•C4Ÿ±1Ì®GᬃôbœîQ‰>܆¸½™u -Eᘎ)qÀñ -®r§Jwíc*Cª¼Ö7k,Z­™ ïö®¶W‚›ù^h‰Í (ÉÆ[?^oÓ6I™m€›î:r -^P}P“!I†ùìì?ðšÄd†Üük—¡jþbÂ/:•G9 €÷˜\‹¤¹yÄ–é‚…Ôr‚N3ú`0RÝx;¢_òú_míÖ‰n¼º é'!ñÔ½ ”BM¨ž©þûËŠfÅ–Û‘üjìbÆÚôÎîê¸=Ì½Š J®~¨£oøÊæ1›Y£–j‚ë@?¸MAŠ ùlõÞ´ $$½ëŽ¡`j°¬FxßM?dxUò“‚/0hÈ^ mo®U­/¬f…œ-«ƒ„´é7ê»oÇÔpË]Öý.‚©ۜΚzOÆ -}Ü_wÃË’WºIJõ™iÊáJkžO§ -Ãhr†Â~CLa»'u_Rn¿ùyÀ½4Øop턪K1ßi½û´v&"Y½ ³ª)¿:Ž;ï÷JÖu©ÝĨ`ú¾ æé{Sd?W;wÝ£Õ~57Ùˆ¦G‘Öð$4äâmé6é‘ú.ÜØôb¿Ô:ï7¤n(aF*b ÉŒûÃoÔWJµl¸óRé)š]€r²Á•#ÿ)–Ži|ûÕiËŸ R$û5ª´$i­i*€*Ý.âôbƒSwŒu·È \;”Û\ð£ ày}SP.-|¢Y¾/Ô¯nCÜ.ŽGíVÅÇÄ]ê ¦>©I–$NŠ&v^¾7,˜e¤ltN.ÇHÝw]Á,‹& –&üy,+Šö«×ÎM7‚xŠn—ü ˆQ<§A[iâŠCÉI%¼¶;g9ŽF]£¥ mJÄ(…–Š\Þü^¦\<‚c“‹y†Ió¨UUz5y§unN4ç1=Ìlê¦XÄ9ë¬q­oáuÆîk¿rÄWl"ItF·Kà=^q5é‘äַ쿵ãî¶dd•„»U§¹µ¶s¸4£Ó‰~^?tõª“\P<Ñ2ÅéÞ”«jÂ4ÈŸúÃÔ׉E4Ý$JÖJZ/±‡{”úÿDT“~(B†¹}EöUEy)·üÀ´ùf›ݵjºÿ`ÑýŸªe«RÝ]Y:}¨X Y-Õá:ö;—aç2Ä2„ `æÏàÃ:ˆØ g®£®?»²ÛÊuüKƒÑâ=ŠÎÙÊ8ºÌn„æ÷/‡}¥ñšp:´Áp£ç¨ÒÙôz×€ÛÎ#¸t8w»‹ðJ5Ê›mÍ¥ãJw§‚Dâ…ˆ›‰î>±@õ;´ 2¸|(ó‘L=€n«/ýÎ3]Íy‘*FLM‡-Mˆª‚lJW7L£zÕzUD—}^+6Ã4dþ S1'IÝ:pUnÏõÝ‚®Ë«¨é…uj…ô†ÜÑg“Za¯néVbñ*9às`@0uj«m¯Ý3˜2sênïž7Çæçn‰Mµè­sаޅ‡˜5¦r·‡£ÆÙ)y,þx•ðv¨÷W)ÃÞ‘´/*§™ Ǧ£àf>õ-KÑ5¹*•Å4¨R3µ¢²Ê!%<ïõ->žJ\¦@gs6À(¨í»QjMª[Pi±›Ç—¼$чmOlž¤läD®þå -ÉaÎü}£˜ÑÏy±¡ÍY ŒAzOó·¢cdœ_‹rãÒqž9÷èšUdÞ?¤bÞ®\ `ˆü ¿¬hì5Àç¼S¸ù¹÷(ÌC¼y–W- KL±—T¥ÞX–„îæ_ŽŽ Ïr5-™ãÒ¦ŸÄ_›Kõ¨@ù›Hÿ¡ -Up0©Ýö°irSwIS‹,Ѝ=#ï…_&}÷ŻР˜„äb‹!—òÕ+åÄÙ0s‰¢¤á@hh®‹9/µ{C›ACÑpP¥ÿqÆÇÁÉÍNßï Íç—¾å‡ÎSߌIÞ¸EêŠ/LTjŒ²&ÉŸòlc^ÅXÚŽÐB£»£½ÉP­f¢þIcoÄOη{NÚñ[Í >)ç¼Õ†c¯v¾z¿ÀÝŸŒÖ 6jnàb0„¨àK%c? º°²ŽœBºùr´ŽÊÿö^›~‡V`A„K§n ã|bÔùí~> -_úur˜ÿoM ¯–ÀNS|‹&,ºOÝgÁ Ùá»~¿™•‹×ügðè6–‚Oj¤ìø*¦H¥l{®fÚq4fÛ9í(è`‡£\ õÎdHø?[‚W·Å_,xR‹ë@&ü ²‡!««üw-^xkÛݰ¥Ãj»™Æ¾d»7U)ÖŽw7‡ÇÎéϲ:(çwÞ7#‚ÏxHŒ•YÈMw1Ž;©t+ÝÙçbù¯êhP;ÌØ}—Ç+Åëû(øžû†ƒõê†<¡õH«ì¥ŽÇ‚.çhî¢ ¦3Ó"­RѦ]šîä“¶)nzÙN-Í·¸3ºcè»"1lþö–ºí’a6"­&î;‹ÿÏG³i§®ðzÔÛ¹8€Žy›t£ÛLQM™AKº¡•ó„­àoyÀ ;:~è›q3€ia&¹Ãž¶øêÞ5çÛ¾8/Δ&ÕƒðñQÝÌï¼/V¸N´JÊ78ÕwZ†ä½:>3a¦˜ò\^¿x¤â—e¿mŸ6ev²n¨~ H]]Ž2hŠ“%Hñ%9\ð J`ÔFÈ®Ü@ù›H›è•2"5ĵ9í¡e´õóI]©Ä‚~£v°×¾ º·,O½×Ø#]”÷¢z>U¡£\X:±µQäé¿l^'°ë2‹[ÀÓ0’+7aò`lªHÑ/ž[ŽÂ çY–:eI}-bé-øÀëæÎÒ³çü×Dæj‰}ü3•áŠS¶Ã \9f®§CgöžM¹„•<ŽØÂ°7k«á¤‡Å'Sê-2q|˜cmFt‘Z.u¿ÆÝâ*ÿìµÓYÚ.À¥ˆ¯s'v0%o™*­¾ˆ‹¾*ÃÛR|ºR´==£ -æ•3ÀLMl¬†µ¦Ro"©˜sÍMŒUÕ(_'M Ükä{È í ©—Æ´¡?cð!—¼`°±WìÌ?j‡ª…†8ÄùÞñ’ËÚ„ùBò•)M *¤ʘ¹pDäõ †CÝ Å™„ ƒPIæHÅz™iâü¯P©ûfÓ ¸87öÄ^œö†°ø¦'®Í A%ÂÈ"Øo´× VÛ»çàçÜwô ,÷#¯PæV%c]Í?À y -j}¨óõBõÆjóv³\:ØâKe{ãœÙ Ë$4E³Ñ¶0í†X“à€/ö†ª²>y¿ñ¸±•{ -<»33îolïl%‰ÎÞ–PØzW)‘Ò‘nYvrP„ ]×_tùß@]Í ¢eG9“°{æÜ›iMµ™ä([»BënaK|4ÜHE½NW“éD5×t3ª:Š<È'í%óêûÎû+>ÀµAš½‡ëL_e+ÎX×hÏpeFcÕ`¯Žk´“Òì­â@po”gñF¸ÿ¢ËQg’×ý¼fñV¸6ß„‡ïÃL[Ÿ+9[PG3½ÚΈ7âyn&3,ÓùâqðDEc´<ìÒ|ƒÌ^WÙØ¶¼—XÇÉáîästƒ.\³ »dC'YŽTi ‰ºÿÇÛpõ¶òlè\¬q[qaË ðê¶án‹‚~ <=ÿ¼ÚfÅ¥ý¨Öþ©´gPn¤ð`Y£[C°z¿GË<ðÅŽÐ+Ì<ÐÈA\Ï2k'Ö«*Ôk™:åÿevòÀÞèöU턾uɾX#"HèÒóY…sqªôVê­O÷µ]]#m³ÜpIò6ÅTˆÈÒTo¼8¼DÕŽ&_ †CmZ¶™«­´oFŒÕd¶lo¶j+°à¤×Bë+*ZÚç¶¡ÔS< ¦Ckm¶!Låt§é2e”bÂÞ,™{GV™2mÁ¹QUõï6—[ë*5~2¼.¹PÕU†V¥j “ã¸ëíÈ8f"ý£Ú¨ƒ+ó”ÜiÔ&ƒ1¯»ºf5ÓÇ›ØÀQ*˜N•fS•šˆ2·èÏ'”<ŒCý;$å$÷똤jUZ­îÅól ,N¥t²ihx²ËΔWB -idT‰húÀ]–ú€A¡U«ÔEx•àÒVßÑ}¼ -ÇÄBµâfï\ìbF -šÊ-hA…¤sex¿nÝ¥öd0¸á¯:L;O0¼Ç‚;ò(kÎÛâÚ#šÔž|1 tÂA%…Ü3zýàv ˆ2”db6ÿ¥í…Þtû~'ˆPzóÙl7Åò"Çÿ8 C·¨ËÃDËñ½ iö®rÞB)ÁL’ïs{ãæ,,ŒÝ†×Ý×"Ži4SZ”µe/6`6þáoì`@¯¨kr±¥Å ÇŒ2¿¹Í9“²©_t™ÙÖ”Üßöœ¯²í(Wo¢©ãG­?ýY¼éÞ^I,6˜¼›×N’¼*}ûŽ èÁÖ¿ß}h²mÚ¹}±!Â7ŠùìÙ674ÓÎËrÆ"©ëþf®ì‡M!Eá*é (΀tãÇ)¤¶¹'SE)k»›Sô*ènk¨¹å»‚úBÚ_£^ã!EX–Q~«pÁÒDðyÆp˜u«3uJ§$I(Ù×ÎëÎÿ©Œ{Uuø–2ü½]–,Q¼ÆètºÛI[ÞªáUEåÝÇ:ÀÒuÅ»n@ñXsÊSYšöб%Ì\8\&˾̷‘ª:†ˆjLÙÊÙð!ϸƒ²¨ÅZ‘aCX,ò™—Ú뉻))éûØžà¤ãdLwòIÙM·Ü¹Ó¹æI"M1½©$i -q2h!xÁ£·–ËÁn„¦×§P5ëªm4™Xy•Íê²±¿î iöcdX#å%%ahéÍÏÛ8ɺÍìJYÐ0¤òFÖJV°ä¯"­ÍKÙÁ»½CŽãTÀ—ð·v¬Äí‚ S5gÞ«Å%fŒé[¢Â½ Ë'óÉUÍ'¤ÂöúJp9V3Û²P°˜…í [† SwhSHE8Â-G‡‘ Í»5µw®)-þ¹ÍÈJji ggî'¼@¿¦t7º -o¼ŽRTCÛÀ«¯n5<õý µõ@ÕJ$ˆ¡X”²Ê¡ÅˆþÞ*#—Lo„H( -%­ÞI)’ëÒ;(£  -ŽLýaÍD–ýâ²Ì–™U§L1¢ æUv@¯è&©±åF ªL&tÈsÁÄ ®ØÄQéEê©*Äßë–²ƒ -w e±’:Šê\[º¤ù^œ¨Ÿ0¹î*xÝ‘ù—¨Wï¯Gúš/0ÞŽŒ.‘æ¹È4Ì,àX7ïe©B(…÷3HF€9M`?­ŸX»Æv[*rÄëb§y2)(LÛ+±5DZab{Ž´½r̺´ÛrŒ9~R¬îTѧg‚K¼I—ê7 -Ýçw‹ãQÍg_lÞ>|‘É–¹Zu³:ˆvgµvAÊhU®,šÁ²¬;*Ì>D£É—ðssx P3{½§d;8ÏQÌv£ì¨_HÕøúöÂ¥6ôÛÈÀ”öjRø&¼<þÜý‡÷w€µAµgÿAê´L-nGµÉcìô¿»1Ek3Ðti2‡W7(¥3À/Ì9gp¥.¹ÊgçvêlP¡ŸyXÿT`Y“ -³ÂŒõÓy¯÷yƒaX¥ -€UËY)¸L2Ä bxÁ7VHâxŽ¶Ú¼ •Ñg%´z1ɼü‰*Ì7© hi„¯‚¬îÁ÷¼üÿÞº#üžOûû¿žþrz’§Ïïo¿|÷öxûåú{þõןÞ?߇<½¼~þåý"OûõÇëWï¿þôÍg½çãýã×—«ë4ë‚ä}îç|§/·Ÿ¿ûåϪŒ+}ÄÕË“<½>¾|÷üöéùIø -]|ü'?óøò©ëÓûË—ÇOë?¥…è¾Oºkòš‹õéMß|ùþ·|÷ËóÝ÷1gâf±ñsžüòÓãõñéãý·ÇO¿éd|£Ÿòùù§/ß½ÿöüóç5ò€Š#ôE£çŸ¾|÷üÕã—mð~züöüòxûü¹_èø½>àëÇëóËc­¾á‡ÇO2ó÷OIûŒ”ÿìë¿}ÿùÏùÖ/Ÿ¾z|Q·¶“ßõôòÝ×O?>Ÿy~ûüÇ}Å2ZeÞñôí¯¯Ï«è³{¼¼¼>Þ~iùŠŒ@)U•ü>ú¿œºJK0òO?ò‘¦>Ó·TJÉ“¢ÂÑùíô¿BU]èé_rô„ºƒ)ŽÈ4O•×HÖ—dµ&š^uwàˆ;pÂ8ã\ÁÑFvu·Ãk¹ü·F/ã[„^·‡RoÍ\ÜGƒÑÆb¬qÐöDú Ž6€Ñ1ÚFÆh£0ÚhŒ6£ÅXãðkLŒ6€Ñ1ÚFÆh£0ÚhŒ6£ÅXãðkJŒ3wéHéinŽ6ˆÑ†0Ú0F…ÑFc´1m,Ƈgj¸Im£ b´AŒ6ˆÑ1Ú FÄhƒ¸Mèÿ?QÍêP„ s›¶*?q«ëóAèd¯ÔÌRê#†§0UUƒ°°ÑAqÙ~&3Tñꡌáe t÷ÈÌô¾Y d¸à;â=Þ¯2q Ì;f Î@ošhwÙ×Àº#eOSÛKîI|pØkå3}+£C®](µÙ¨âçàJò«%¹uÌ÷Ày­{¦§QðéóYÒš’FBËTðÓ5ô­.b~‡²çÝä­Ãµê¯ö±Õ=¥ú*|©¨©™kÊ òA¬HàÝ4°ëíoìÒq‰XÐûï¢Sê~¯@wפnV¡µ,›±S–’ü·Žk¨d%3„B‰§²ú@ßEý;wë¸f³³ø=¨p©¹.{…ˆø!âmfåT¦ocºžc‰¹þx«ÔSEšÚƱá>áeç´ùù–åÂî¿!ê@ш҄Ðwà>d|¦n×^-²‚"ê„"ªíônY©Çà½ù­É˰ÝJ²HÄ*‰|5°Oÿ²;ÈèñhUƒ¹Gÿ!ÚŒ/Ê}@;…è”ë/ËÔÁÕM{Dßîù ·? -ÛŸù4F©Ïì•$—$1Í$¤jYˆ×ý»„£‡çõVÝÛÏ•1nƒkî@·K;× gP« œÆ¡³uƒeØBÚn©P^ ,)(5"Üô©ÛQ‘Œ«½§ABÊ»rj^´26åÀµûÆáBÔ [Sã)ü“)ÅÉ”>2Æ-5+4I1Áu+>Ða’Ûd` ¾è±ØäUúÕcc´+(ÎB…×°„ÎÔÓòI8Ò@Ä‚õ9 'FÄB™õŒà \]ÕKLé(ËNµÔSgzPžCc"$x ižÀPD‹ŠÄ?ÆJ³Ò‡_hTSš©“Á-§ç̦­ÜRfØÚ¼ñ>Ë‘Dêêíe¿ýS†]x›=M^2‘(*+ZŠÜ[½FQ°E•Ö4,eöm°^¾-\ÙÒ'ÆË#"g¶ GÙ†Žô®tÍ—îöÓzJ¶ÅM¿fá½¥œÙ–^í%Í.éu©ã‹ø[ïKÿú<¶[:W-ࢄ¸Ÿ!±øc¸öxŸuGªZñ/à\ ÈáBy^d’¸;*Õ¯IÕh©’ÂÚD"aÑsoÒÌ6ÐÀœ~ò^H‚M¦=dp`Õyv^)nré±éj™£Uwiª*:ß _á9dêè1*ïEô›³îŽi~YTÿFˆ:uuWÜôDèžÉwïȤ—ñ:íìA×r\ÍACPcé·àˆþÎ¥X¬Ý €Hu‡*;dí°%-„ƒãdZâ1âÞ\ª¦Ðh×(Kå -uÌ'Z„âÕ¤‚Ú7Uá P=ÔtU[R*©# -¼ëåd¦’‰ 9c`üØH<Ôlă:҃ȱ­mw›Svp´™ÞÁlvªŸðüWü–¥×ïªw¤¤uËÐŒh[âR€”е¼·qò&Æçc,øMA½‘°‹R¡¹¹á ôÔQÐls ú†¶ÝËGÁ½rÍ`è;þ@Wß;°Ç®Š ¨ÊséFB‹µñÚîhßãÂq\ûþ¹¼Øë—s,Ó%?_ou—j¦£šj68Be1×Ô'ˆ_¶[è ¦ì,ØÓ:ÞNH g+® Hÿ ã†n(醅˜˜ßº|j/ŠÏ*o²ºší¦£‘£WÉÊ’ÄþšFš—ãcÔHyÜ‹©Šs9¼»‹32icçiü‹Åš¤:»ðÊÔúÛ5±µY«¼}Mv¼ur fê½…îË %kWí°×…´P”˜(ãÞëçcRËÊû*ËËgºTM#aívqÕ¨¡Ð¥Õ~kÛÏͨ - È×Ïö¶îÂMM½¤P]~Fìd0ÕÇ©o@'¤“ød£ŸÀ“Ѓ4åP?rÀw5Y²¶ùNpiLƒ‚±>Î4Ö0賂6øªÏâת1ÜqPÀ5»œ 9)´j¿'‡¡óA?ý€-]ƒjsø<¥Ø4¦Uw)^÷ÓÔÁ${‰·`T]kï¢ß†Åeåq¢F»PgÒv—D-"¢®pD2‹ j ½&»^C)yLU zñVHŒl‰LKé×à+ï±XÇÔs%"h~Ýg‹^¤#çúz|Ù¡šÆ_ÉäŸ~ïµÉ­÷ÐŒV˜Ð±ñ˜ÅÔ)ÕFÞŽýº¸äl°­ s4ÊHÎ -Ý*‚CH¯Å¹žØ7“®wž©x²*9TÐ3·­ Ö›Åä?#Ü®˜262¥O7èž8‚7ªMI -@]Q×Q1ò™HXUY ¥Oá+ÍQ®¸½¤l8ƒh‡i%ˆÅœ¢ p vñ ÒÇI¢ÙûL kÕÆr= 8À±UÔ ë¼×•îÐaJ¾r©n·Ðêc7r1 òA¹²Etxš›ÎzO½S Ødùíxû,6Æ>ê” -vPav¤~Ç‚&ç7‚ý@“EĹöú|™2Êߤ‰ÔœìG­¼k˜xY- )U¯¤žåÑïãKS½ñ,õ}7U«EÀÎâ#;w@^Æl•¡GXãÕo8¾ÃwÞå¥@H‹2©&=r(—Ôôº@Ý׃ SßÍèçµ…€]ë#û‘d>ƒ":(±úQb»rø=<Öî“oý,NS$ŸZlÐ9Fv£®=Û☫^MÕQŒf˜Þä”H˜ÊxgAàÝœž,×µXŒ`GÖHõ‡”×]+¨ß¡{Zö[AÎþ(²&ÒµT›oßW/íRŽt©)÷ù% ó™i º?\äBǦJ‹<ÑÐQ 6I¤6âÃÅ )5Ú”1àƒ×çÑÝMyÉ5ZpÈP%œâãh -ùP)6€ƒ@o${}v[–´ ½Ú›–eõy% -<'Ãõ‰:±.)Rˆè­ƒ×˜Bv.« ÚoUJø= +âìTW–âx't± Gâñ¨NkÇf°é£ì8±n^é³ár´8e2ÿøËd²´À¤ú5¤ü’ŲÔÊú„’Gi6µ&Ô5“·F—T¹E¥cp¦¶¹‚00™ Ž3ˆ‹Q×´î)Á;¢´óŠƒyd¯•WgîŸ(ˆ©À¢–ƒ”ÂÅA¯[ÚrÞ¼ÖÆ }á&–ý ˜Êì•Þé@bãðRÖb)Ìs˜®u 䕬-“ëÎ ‹DÞf>Þ—Àô$ðì]e.°·è¸‚0pCÐYï`Û ³-EiÛé²Üï„©§ðÑ5RWàèeW(©&ºô«¹Kd‚šÕáb¦/BŸ*.òàe—”Þ€­šÛHVŒøy9ºã².MÞ…W#F‚Ú£GK )ÙŻթ6&«ÿ«âêaY>­„ŸÍAqÎp2Y/nƒÜâÂå¤Üu« :³qÅ>Œ˜ëD›ÉÆw\ÁŸŠãù§ääDÃmo^•Ÿg”ÊÉ¡ÐpïZJ…sª -¯êYÌꈣÐMÕ-èTµƒÎ¥zýòç sØÆä•ûä;¯#4› 8P>ÕA‹µAÚ·hªÓÍ6íÂQ%*3↶rü¢žhÀùCÞV¯÷–úh_Òí¿‘Ë -QÄ5ä€è%iÖ ^%ctB ^¬’ÍJÅÃø{´ÅÆÁÛð~mïëýænõ!›Wí›QGzpÝ^²ô³/ý€^¼h"Ê!²Þ`Ì™å5Bºë¼R<‡2å–w‘ÒQKqhʘ%2WÇ;µ¤»š¤m^¬ x.ÊQW¬6¢hñ8;vÔ`Ñ;]°Î–Ó¦ï1 Ù kÑ·;é9-K9/é4( §¨è¯ºgmµXˆUߪ¿ïõËÙ¥»°¥X„Pö­®Öæè˜³‘®>«Œ±Eý¨ä^.§d!·Jƒêæ9 в3È¥Wu42´ŠddðvÇHÈáï“gôr¨eGå;$|yvãè,‚Ý+,yu¥«×ót‚}O&Úµ”!ŽúÁ…mgô«è -¯;c¦±oUQ†]r^ÝdÃèêÑV9ÆÿÅP‰ºa=1ùTñþôI]¹hÑÐå3^Ò—ÿûFµ+°¶'†„K¿mÕ>+„WNV‘ò£7T¨k_OŠÇ`7³Tu?¹dQüJœ‘çÉìiF3¡É£BŸÖ!¾R`oOg;*7mÑj±Ö`ùy²1÷ -šbH»Ì+‹~cã VîÔ¢É!×`±¿j³™ -«Ù‹³m­¡øý˜-3ºˆ<ÿÖh˰«¢ N¸KPr wÿ:®õt°rÞÉ=ÇðLäxÅ¡ê²Ê6Þ©YSƒJ>J[Qïm囕¼-bAWQ¦!|w*W}S…íªƒ ·€ÚMtN–1¿•·äö™JѦ¯m]Í»§·tÅý -«†U4Ô˜ÇÔ˜S?1Ü¿î1æžìÎ_­î¢DÀCfã#,>¹J™)‹ïäì¬`Ûzz WT¢õõ ð«ì"Ç‘©xÒ~( -®Æuµa-p» ªØ2Y>­@—\'Ñî`hÀåŠ/Ôu« IµHxY?Fmôö©§©´,Ëî ‡.îþ1€ž,ÅøEÇQeÁdÉÐßöëÈmh ô©ÿî+”#ž@¾â²z •)!:JãÁBó-Ô;”õ97ή"[Øqp’Óÿ},kª"„gTpü3Üï;Ž •'³ -\?G@Ó®RÈ1Üœ¦¯A‰6BFu‹5W6ïZ¨r×äùØuÃ’³Põ¸£S4Y!”ñ…¨ÃM(8Ï”¸J®\´Jaj¦£®S‘¦ÐÛybHmÖŸQ¦Rv!vÙ§ø}eM#µRzíVݳO$Ÿ:iЮj³z˜:2åÒ¡U3¬‚ýG_ŒÄñvÅ&Ç ®Rÿa§QÓÍŽ¦ -üyJ=U£A Œ¹A­DZ £¦À—:$Š1>ªt«=x(7+ÿywp×}ОNÔ!ÕÓ¯tî.Y}½™¨Œ—u ’F=*èwZ…p¼¦* ,(‚zþÔ­:.Vä{UÏõ¬‚D›áV•ÛÂûh9ÊЭû}Ú>ëiÖ€7¼Ë—z𾘠M ÷uyüWžŒš´=m·C»;$=6®>ñ3'Ç=ÞœÃ|•ô¸V¹UÈÏ•ú_*=ÜÆä̸¸³ÈÔ@‹íâ¸ê¦hz¤õà¥ß«Òû ŒèŸ1XoN‹À[9¿è¹-dŒù-uØb;Áh™–LjAç=R"šŒâcE"»5pƒS;€—ºˆ P³2Ub´…R#ä5Énê˜<œ¢á<œ@æô˜ ^S!ä¾ÐÃÒ-›¤ Ò蔋ÌFӚϽŽm*ª*Ñ©µ» -­4À3¢Tdq„œBOŽÂ*7‘»©5tÁvÿѾïRéʼãcø9Mé7¸ö¯ãL-rUkÓ×R]Þ^Wñ·D“×äƒÏMð†ËIíæÈ–Û.¼”|VÚÁÍk´kF“h!ZHL½j®IŸÀ@Q¾À{À½Ù]<¢Pèœêé&:õ£Ã „Þ„ÅèŠ$ V¢!gÙêWðÀ9Ú–[x¼aÝi¦8𨦫–L_ Û$oÄA[Ì1îþÉÔÓM¿Í7gˆÓz-zôý²EÝŠˆUlûß¹™'´Þ£Ñ!F¢±Ux‹[˜nË}=Ú&o|žíÞFŽqðfšy;–7¦¹6Ô5É®åh2Jù¹þÍ8¨øŒ&¦G)¨¾ /¥Ø×½–õäýiµe[‹Ä!—z'ûï˜ì]ò+¥Ï©D(Ô g͆j çfèÊR›ê7ç÷PO¥uHg‡jˆž}T'øžÜë#çûp|I[õ\h•c>;Œ­“Êöqáf5Å” \mÀ¶Í¾çõcæRhJwîN*}"•7ÒpÉmàm#‰\ïá½›—ØýØ ó8°í= {“«çWõ+9)faˆJþ—Ô®pZj>¡&Tñ¥Ö°oÖã†[JWùe.÷ÙÑôÖÄ‹ ï±R;¿ýŽÑô‹®Xz=RÙ…š5ר.¾¦Ú,—¿«£W´ÆA1ôÞoÖC…¸¹“¤eßM5<Šþ0•¢ïcs[Ó¶_¨×”†Íûh¯¾KU„¸„Ñ‘¡ØZx4Ɯވ!?g- Iº¿6œ°»v`­Â×稾ËW¯KE°Ç룬®÷© S•x6¸ÌĘÑ#ýêõÛ=¯«:,¬ÉÆA†kð¢AÔå«hs7Øþ@l)7`ÑÜ´*Â$!ËlZÕ7é*?[L±*{UÆàЛHÚ¬`ù'QôVÔ¤Òž´0àòhìpj^@S²@Ã¸Ò †1œr‡ÿJlzl/‚Ò¯1à͵cV{RµGÓµª×•ÆMÓïÒ½YmPžCJªõ²PYVঙíĺڎÂü¥5ÀN , EÞŽUÊb¥°›éqÏîNû0âjxÀ|µõõóT$±ŒÑUT¥úö‰Ò©ÞWðåÚ!#ÃØ5–Mâù·ËSÙxe<DéSÎôV¡Ká;¼²Š»¥<¯¾°ã Á˜¾§1ŒRImL_øJÓøÑ¾`¨Ûñ(Tí%N.&DØæÂ·{J’ƹ)Ÿ¿5`¢A$Fõ]x]ep8ê–'ó$'µ²Ø"•óHæÐ,ï˜Äþò©ÂëÀÚ‹Ç‘…jUÞèÉ9ó{¬Vå{±)Ïõ[…C…S¦]b¯39f z³&;†¦W¿À»€ÄÑð×à‘Õïôø/PC¸ùQì]ÐÀõŠgGÅ™»îVR‰übHûáèuô›8Fu‚[ª©k0·&\ž ×RvöÖÅëR=ÈPív—ZtçW×;-z­6q’J1ކ d11¦ -*®e ’ƒŸ€©]¯Wkú–Ï$à‡S!ás?¿®²í -ï<ÛìjÊ«JìñtµèAr`°ªŒü®åØ i.H`Ð úD -zbµœº›T5*DcvËHS¡cGƒvXüõ€ƒ e9F`3Hú Î/Gƒ’GçÑÜéµMBu¿ ’†/Ó§¹[d²zÓöTãB„ñ`8HÅvž ø±}¯3àÝfñI´ÿâF^³žDöOë)=­ËúuÐðÝöV½r¨IC]N5» Ù*C ôZŸþ•Œ øôǃáÇ ’óä]q³¿-Q1žÉOýº]¿tc~ôš`8­‘ÍVsæÓÙØkŸg—£þyà.[ƒMÓ˜O«2Dp¥ÐÔ^Ó»ö¾vô.Iº^Pí¹CLW&޶ÎêÑÅxÞ× ††£fæþ}çˆÂ§1'“=9Óm=a[»{ËíY}mf<Žê•¬XusYUŽL®Ä{0ü0&×V T5%ŸjŒð|ýé•zûRõk?ÞÂÜ’¨ßï®6”ÆM»O+=h,Ø©´hhÊÕë1ùLú®´Šy×Ïy2È%¼mŒ#í*÷†ÒøøgjR…õf/ê {ÕQl„Ù~[=Õ_jÊœzÌfÿŒ:÷§›:o«»ûßñ—ò“LÍÇÅ…1ãÐèlQCèjŸi“ ‹£z^ãÝ‚à<|Á‡†¶PE±«AÙß}êòJF*aU¿Ú€k4ÀÎÚÏÞBÑUT4‡U†‹}ƒ¿Ä(˜¾ -øÅx0´ìCw\).6ìÕ/`‡”øzêò¡KãœýØ”Qé»4MlÀßf†?N(Ö]\ eèÙÚ!ß–ë™öH¤Å¸õÛ ¤æÊ$·3ý‰œâÓû8Tv ±©ú¬¡êÑפAð¢C46œ†å¦ÈÈyf´:²éjr6Lâx-Fîÿgw½p÷ib¥IÜ+×ó´00 -ºZrãïFÅŠÃ~ûl:Ï™óW$YÓ¢ÿÿ@4ß>«ÖPm †äp‚»Ø]íºÕûQ"Îÿ§fÚ®:–vçªtï7 ]¬°¬vY ×m©0«ˆëVÕ9æ.øÿÂÌ_` ú-‡J÷$‡½Î¹SÑ6À8í2œ©ÊtfåÇÊÏ&’Zr¸²“H¾‹¿ºk!D¼µæ4}\Ó -T#l_܇¡­•fB@¨ªKP ǥ͉-ÓÆÄÝV¶±3VÛBFï¦,Çœ¹Úp´‡Áùôž -B:ºÙ hñ¶S¾›¹3pë'C½PÑÛ/bboW¶ž\æNÙ9ºŒ*yöøçƒŒezd“%' E R †©ònJçr¶ªdâÇüÁrÑUQ¥×Ɖ" Ô`^DúÙɶëÜ2“³5,äÓ¸|-ç:ùœ|bg£™›R$T¢4ßz[Õð£RéŠÙ¢ö⮎9Ò¯×ñÈIÿœrÆ ,ǃ‹Žƒ°› ÅX{õ/¼*:„%x 9‡På˱˜t˜…%œ,?äN=.p;z0ä¶lÝEƒŸÅظËÈÑ¡C+R9´›S¸hÌÄ0z:T=DË´º1°e"„¡²iƒ¬@BÖ-¦w ½R7ÃÂHßiÇ;ß&—Í„ztî$-Ç 5Kn¬b%ØñY®^°„ª‡¨ÓÕtB¼*\eΨô^y{“K+µ/;&ù†ã]±{\( ¦„û,–̹Nªi b~Ç}¢}L“¥ÇæÌàJá¦ÈÂ1Ü­t=™žÇ“+« %µvsž`{Ó²‚¤2-µžÌ"ê-¹†±=:ørúÐÀ± -m¾°£Dâá*í^Q}ˆúÃö<[f*óˆn¦X!@r ÈOÂ>¹ÁP¬UvÐãKÊ›™?[}Ó‹9GŸíXëÔ\më„K’‹{ç‘~j™Œ)lé4ÛN¤£8‘[Çr®vÊwQ×J$‚$T+9„a:Û³\‹ æötþèUŽÄq¨2^ÛûæJU¼fr=ÓìÚ묳EùlÊ»AË ò)×qÖú^pˆÒt­¥ µÑT7ò œ·F ûT¬FnL'|Ž…ñêØDMîæX²fIM× ÄÁ­dÞ:Þ¢JwtR+’cÑ”Ðt>Á+Î5Ï@ ß´Ž~$«Mh×ðfª:ÆAÒšf&¡k¦.KíhqËõ¯% :‚E«Px îîi¥€ô|¢^ 6Ö–¿Ò­Â Åª‡iµUë˜ö"®Zµ÷×(RD°/©w%ë±ð&ä7‰2,ÜKŽ=áH•™þ¥?„ìÈ¥ˆð¹dt\§#d>Yé -¯í7ò-`ï¶^}nÏjvȹ6 -¹n®×8ŽÝnv+/.§#G]ö©4ñ¹›zÕs%Y¼%J¶¡Õ3|GÏç/$ߊ¢7…Ùc=)A&ÞV-Úž½¤È™Û•ÏÐUqð’Û>9Ð/d1@…YâvÆû šÈtÝKDÇ.íQuw¬']+kÄ2Ša`ž…¡òÑ]Å$õ©§<†G§{™6+òALÑm±Íný5sã6lÔËÑ5f©{®6½äP€ìTkÑ«°³ã)r”Êné6ñÂÎv%Tnë_Ñ"ó64ÛPŠ,ôcÎ#ÏŠ¥$ñû¾ÔFD/]åÍ÷ÃI$ -<Ë/‹./I2äÈðoÿ€J8Lò¹~g“kæA¨“+dsÑ‹%‡sP³+%“Gä ¼y…iÍgCÑ—A<Š’ü¢Qébð¤W°Þ²Èö7Û8á›-UÌÄðîG£¥¯‡1!3 oY?{ÂÆ^BÒ¼s*‚Äe=—«î65ñRäôh ZëFäGX¨»hÉÖGfØ%K±r%³‹1µaØ[{.‚S·ÉÍ–o'Íì7Èê ®lÝTEò^½±Ù„…ñ¾K¦Ê¾YŸ¹A´zäѲ>„×=‚dFuÎïD×T¤£ØÊXÊ“¹Cz/?fê&V¨2[xy½Ä[Q9&W'´ŠHÒNBXm?ÇX'Tm¾b¥{´à0p”ÌW]”&9#v”Bø°„-¹Às­ÿ *:€…@˜Ì³KغÁζ‚BÚÒõƒ¶‹žª›Õa»e>MSî‰Ù»Ùªo;;mHŽ*Èû ªºo÷Ty¹*÷y£\~ +ð×ns#K{Èq%¥¶ªÄØìÀ*¥vá& •{/™ºâ Ûêí :‡ñݘX]›xe•ªz,08s,º]Jó Ó]èÒÑ<â@"KBå! -°ašÜÂsõp·ª±’ÛÁÖÊŒ!ÿµ°,LyL,¸³-ÍåŒÕ³Á£UGrb,TQ§„)ÃQN¾ -’ĉùrz¨Û]ZÛÖÜdm¤ïßg¼Å5`3¯ÇÐp&'KÓ픜šÑñX¼jJê}!¾ªut`7¥É6pP¹µÿî2¼’|7 -?œÌµE[‘Ê': >ÿКU­Þ›‘ÅÁ `®%ê©­Íœ ©Ÿžß踒t YÚxÑÚj¾¬:%T¬t:‹Ntï4÷yZ¿^ãdÖq¹àæ?REþs÷ÁaÕdÊkæ¨ »¹ÏDQºƒ «oEö¸a઒¢â¯tl(IÅ3iË7:€M3¥xy¥nɶid|È2nÃWÖý¶I`´¯§­õõ1=? kçÌlä´Ø“ºL§(»”O™ˆ^ZP,ž¬dØH‚%ÍCÔ¦GÅО%@(T­Úµ -îPȺ¸ª³Ýòƒ˜*1”¯|¤>ѱuIsçÁôWbpSŽ%1çáé;[¼?!„³txU”vÊÉd» Ëø«vk‚õrd†¡ “©ZŠÌ@@+»þð€(9FÆQ‡šk¤x¾S-Ën.¹³æÞ@Ñ£÷û¦ˆþiã[¢9„øKz–J.WO¹& 0¦nÕ­`ˆ•ž=xƒWQÖe¨p‰;—‰¥”­`zÈä˜ë1Oi1HÞE]rº(ÆÁàœ =U…÷Y•J-Ô¸¦BÔŠ.ØUô>$TÉãô†·ø-aæäTè™Üo­kLªC×ή_&GÍLwípÞ©–IR[©Cú™ÿÝîa¢-•¾è ê¥È6Üø%ñ¢dëÅ÷WsÆÉ8öezT)Bœ¹ ²*/‹°/X¬ƒ±!(¾îSÕÍâ—ÁAëòË!Ð×ú`Aÿ\>dÄ»µ-Ž£#s[bd«ûÓ; ]š[Æ?Áy¯8ö”šDÝ¡_»5d™nŽ´}˜Ñ‘6Bæ-0ÇÚÝœñ®pi­›!EéV=9¥”Ü!.Jš d,`²£¶ÜÌÂ:gC½†±3B3pqÝvÆöË­œ;·ê%ˆ0Ñ$Ê¢jŽžÛŬ†Ä[.2*†„ A‘-8T˜j2.>Àéß»d5Åo¹ŸšcºâBJXR2ýLGùòl ñ°Îulô¶Ñã@+Ø¢2R]mÎ'*2¨{M‘ƒø˜­nÄì)b#óoÞÛ·înÖÆgfÛUë—AÅ#ÄQŠ:øpÃHo1À†|o Ê¥‡pÅë¬9˜ -µc ^µÌÜLF!ÏÜvô”NÝ @.Yê3i_n°ºÝ=3sø Cex -ŠøÐ!m¶Òù¤+Ü+ŠìdÝ\¾(—$¢6­RR¶4à€ý´÷Xeydƒ@€1ÆEBh†ûPÒå4ÛöÖÛf¹^]R*ÆÜ3PtPµtñ2ø¾!Ú —žCHJÅÑ¡.¯sÊî±ê®È•—⚸B ®‰ûŸpu®bøåKýÉÃý”ćÍÛ-[&6tF`æ$èÛÝ®ØPéæ6̸ó–*¶lûð»³6lbsÁ1å•Ⱥ%peºžûƒE—Ø×¹Gâr´ò^yK^ÑŽ(­¨­!=ÏnølpÂÃ믉£:RųÕ˜@·€Ý¾-{ aûÆ}l—ÑÆxXn¯ðw(AžÉ/¿TH0´hñ—UUô^[u²„ÂÒóDB§ÃÍõ Ôãß{£Ñ]w2†óa7o‘bŒÎÙÂG6 -xOˆéU Eä\Œ%<%<Ь&wÛêõ©¾¿,˜¶;F†ÍéÌã2¡Å€§e‡9úËv­a–mú»¸LËeù@À¤?ƒ’) úrâ@Óx˜lZco :(\ÇúþKÖœ¡9¶À2bÿÅ#×ôÝ£Ul÷áN§j<Ý:) "xä Üàlcƒ¼XóÏg²”Ž,®V~`TN€ŒJ§ÔîíNÝ'` ÑÃñx@?F¶….–Ž%Ø‚·sêÛ$Ë•PY|lƒW‚¤)õŽIÚjtÔP±#3¾ÒæJîäÀÏf°Îa¹ó*cÓÿ¸-™E´aHú°\‹ÚÕJ¨p¼\ Æ&wÌ#8E¬“XD꺧‡´pЄՆŠrCØ‚Çx®½<8SlÌV9ã<ªÒÒÇÅõEr˜ä³ØõÞ,/Ú­ÌûÁ‹oqq0hÉ1tlõÞ¸¦¥0E;ÝjÉzQÆZ̘‰`©éG½ÊLƒÉ~éÕžò9-KS"!,8g -Ó‘ú·ÄѪ|ª’#¢î¡—\ûx}RRä}j¼H\±—Ñ(IÂ0en×¼ … /Ò5¦9.묣ñsœ(’ ÌP•D‡àNÖ.µõ mùsTŠ\@½–‹¬ª×tõ[>øL‚Gä¾z?³.º—/æîÖacµœ.TØ@0žB5…Ù˜ªá/|ñ6É‚_¯?w€G‹ÒïÓ]Þw]y EÁ¯Ïê™îÌQ~<×ã×M¹š«ƒkvQ÷ˆ(̰xq˜Û¾ÿí€ÒT4L¥™ö;TÕ_I^Œ¥¹oKEuoö**åãù«âá¼JuÄ’‘žƒ){1v¨Ì•i´öè6LcÚã8Âè®Ýøxª‡ñÎ×ÝIw  ¦§òÿ«ŸéŠCŸéèdßÓÝ-¬±™Q¬‡ÍªÚ¡¹GÕàÎÝz~ªo¡Ò~kÚã¨ãgºšÉÞŒÜgâó\¤9j°ïNñôDsUÆMleX¸Ùq]–3™0&²QÖn·¼ÊÇ,h ¢Æ *‡QgÖ[ßÕ…«åpVÐÚo•æyòË…–`¹§°×*-yÝuAMØ£Ž%º÷‡ØEäRXݨ+ÛÐãÅ`>«ÐIü.PÄäø&sÕæ\„m¦nò½.AC³*‰‹5Å K—#ö¦žx×\µ1ˆZÏâro‹Ž|§´bóª4"^¼(F,@LÕ\ßÊj1’³B YÚ…ÉØ­‹ß«Ó(>‡è‚I'Ü2¯!”éóÙI& (âïz¥n†Rb¤>‹ÜMÛ•¹>‡U*ËsÂÀ§TqËßbrE.ÕEžPjÑð"EøâMEÅA,L¾ (¾\ÖèˆÔ/nŽÚßÛ(õ±×™­d϶Y -*0]GÑgƒ©9†.ÁZ -ÑI|åaŸ1“ŒeZõâJfmÄ“N*¢"~q·¢\%0WnL¹¦ÕfGC áR:—¦Æ ™øYYTà* a˜n¹Ñ¨ìÅ•ËEzÆZ*VLäøæè·D˜°kΪÎ(4˜ªiŠ»±;°0—ªÇh~åÜ+_mêây€ú®=²„×ò“÷ ÿöuÇ´aSøvŠÒ]_Ü6T sê‡Ö®À¨gR`ølÛ„ÌeaÍM£ð¥˜ ]TN¨<¶A¢ãÅ`^”lÜz]jWÕ˜ÙÊËSî{;ꡛݲ”aH‚±rUº¾•!44cJ¸°©'“’É[•cG‚ TµKq"þOÞâ‘7P Úv!7K«îP)@[KÓèެƱµÉ»Ê%‡¨c²’s†/Ÿw<ãï æbsÆÁC¼ˆÓÓà1]iÚf'q½¶*ÊF×½;@T”zcU~ˆvL.ßÅA¬Ê—É‚C ÛÅ|~¢ÞNw|fY4²…‹h±-7ÌDôæuÏÂ4“r/Ÿ„q‰¿T щ©³xjRo¼¬²@?‰ l:Æ1ìÿÁ¨A{“#›ZÝP:™9¤’µ+ˆ°¬Žkáivϯgo­Põ‡è¦t!¡šaìJj=[Y³{¨Š-ø'7pý¸xRxÄOMyj;ËŽS'“\–ƒjãWj1UGo²Z+?D/å`£¹þ÷`þÅ WÏ|­êü‹+5'<ÇßÙ‹í•Et§×¢\•oYR:À޳ -¦Ù¤²ùXvßT‹<Å4^ æ3É÷â— !2ò¸½{7N\¢×ºG2ì£9Ò 1G}ùÊW¦<Ùš›°´AÜ ¿ˆ¥7“ahªË"%Éå­ b “ž¶íÛÄ~Ң̚,}‰"9!p‚žC*€Ê©ž‹QIß„@8u}oH‘Uºœ¢xO«\ÞV¨̧®‰Lÿ›Or>Æž\›´¡¼z.¤–€üwÜ ‰ bo&”y."ËCìÜLàBéÛÀX–Há¶ÿfÊdŽÃŠJ-&K³ ]3Åb°‹X l›È@"%‰p¡ê‡ÞS˜›æÆ»2Å•Ž;p€ ’_\Þp:oÉ‘NÞ;Eëà–ñ)µö ÿç+Ũ:ÈZôo<6ïÎyÿß¹þ¿uïõ9Ÿþòoÿøô—ŸñôþÓÇï¿||üþßçü×_?}~ÜI?ãéíÓû—ïŸÑó=ýååûÏß_þ}þôùÇÛ¾v›ìR¿ôö9ï^¿ýþýÿ÷ýŇÁŸóôáñúûËÇw/¿úö2{§—_¯ïÚï>½½>¾þ¾"Æåžéí&T`ó½O¿¾~~Ì{÷çß¿¿x€~l%({§Çß¾}|x¼ûüéçãëgú¨daõ‹žÞ¿|}ýýÓÏ—oïn÷=2ær(>ôÎ>åõ÷—¿>¾ßQ?ëëãçËÛããû/ìQq¯ùÔ§_^Þ?ú‡ÿ||5¼~…ãýA­ïzúíÓ·¯æ[¿½ûëãUÅø -‡Yþ'=½ýþËãÝãoŸïÇâãû¯í+Çõæ?ôôÛ/?¡/þùxûôùÃãã÷{ÖS2¶ÞßC¯/ßÂGÿ÷ 'ötXʳh½‡UÓ˜ÑDŠüiã y£"Ýfþ·~dþîóãë/Ÿ¾~ø%wÐ -ÎTÆ¿ÿ~ê¨ÈÒaç%zF9ƒ•BÄs|gFg’ÛÁâ»nÇz?A¿•4 -µÞ!ó˃?=‚7j 8€tYk\AOXžé%w5Êä :ÉSÀwN³:ÍE›™œEœf M𹕸o§˜…ôøw‡ê!Ö¢d–Éên2„£¨BÑÓ)4±QÄaIØ®Ñx_/…–?ù3 –ÖU:LÔ.PDö0§0Iº”è’ÆòÝ”p -«‡àí†÷£ñ¢aa5çË|´üpøÎ-£&¿ÿÄ rNJ¥;YW¸ï¡Ì*ó‰ˆø_SB5¦Õ¬Á¦“ìÓg°ŠÓ#êä‡3ç±æÎfs»ØÚv‚Ð=Äi0wËx.~|¢¥ÄÞ‚ÛˆØa}¸/S¬`íAv?•nµñx?Û7 ]õSa—_« -òAÊS­>:_m¥Å x$*ƒé Ÿ—¤Ï¿X]2S Îã^>ų§YÔ|š*M‚Œª tý -¸Š÷U@ˆ - "P4ÔgdµQ+ä‚äTàDrÿ{OBÔ•‰1O*Q Q’¢eø£v4^“ÚëNí®Z´Ä.2áãû ©1rPa~ÐÉnïA®VŽ'!IòédÄ-jèyjeüB!v´$íêeç«nš$ÎÖ÷$hC*MµíКb6“ÙY(ÀÙÞ{H+•kÈO¬³‡ž FQCñò¡Ä¸I¬"áa_…„`ÇÈ’±Cï/~fÝ|tØ :l€Ìˆm°7¢ËK!™í½Ù5Çs4. ÑÙ¢Þ³UJ%ùu°}œÇóªå–¸%‡CøåV ѽæˆ<Iu†hÔÝ[¯¹’Ÿ¶ÁE9¾±J¸£¡ÞI-Ù ²„@ˆKNÄù\‘š†5ÐrTf¤«#¯â3‡bî)¶7¨Ëã÷U€  "A–l=€ëLåp¢[SÄížÂH˜{7´.óª¥LæpŒñj-i÷CU=¥¦üg,·’¬§þ’è<§5·‘áµ^¸ÎT9|5ý‰3HÒxïV¿ÏùÒ©F˜*CHd°OfðŒwa††ÑÑØ:õBB¯!`A2|…LÃCب•š%ÉeÜq½Ã´.V´µïÛT¤oc5ˆõZR0¨YšÜåZ¨[Jô™Ü¥)+>q ÞÛi¯ã¹Ý~Çžfq!OGíÅ´ÜF†ŠZóTµ…šj‘ÿZGæ|ÏŠ QaÛá¥[|„Ï®6GýfªY~ ó†'E}€‡K«3Þ™a ¦î÷d¶ ŽR,œtd"ã¡Äš7ÑYHMAkž«"¾‡¹;âîôˆ7œˆÑ ²ísï©qw¦º]β«HfްP[¢zTå÷õÞî‰\ËÎÀ¡Ä‚RZÖ6¢šðÝYÚùJtè^euÔÕË^Þõ·¬©Þ\gèÀO:÷çf0ZÉàÖ¨ö— lp»÷ÿ{L5ía}tkÅ/ó^öÞÄöE a9›š [G$MDjèNÃ`pÓËóö^tÌ4‡6Fùð)3^¨uùˆ’çñõŒúÈ=’–Ir`.ƒ©dp9,¤©¬_,–,2{öKuá -sµ^eÌ^Œ¸ú_m®®µQÕe±ä ñ1ÌŒÃ<ù=¹§$¤Ëg¿‹í†îvW㛣JZêht™zÁaz¨—™GÛÄèõœ±FLBK†Œvæ<Ñï`×1´"¶:!L¢0³eeþKŠêm­èâˆËÒ݈ŒÑ¡I×g{…öîBÞàX÷qд:ÁìÉ×ÚÎl×¶Q‰óu§ý.˜X¶¾¡“7F•ó^AÇR‚ ièÆ²Ð²ƒ+• °†êiÁAò](ü`tÅ–ØÏÈ—ø‰÷i7c÷\—Éc¡PÁÒ§—"üÔª«ËÐËG™á½˜³œ®Œt.nÝ‹’ËÙAjà¹ù8†·0½Ù’•<Š<ÛŸõÅ/?H°€ÐS¸$.™®ªª  Rq®ê(`OGÕÎËy" #6kʽªqMä!ÞÔ.Ⲙh¯'×%æUÓ´J|“Ñà |?7ŒÅX(gС6gÈ EO¢™·ð˜êâÖéEG·ÛÜ´5 W@Ƭý gˆV¼ZDtk7¥sU6š'-}«›v Œ±B„Õ!Sñ6@‘ :=_™¯tª§Í‘ä”êÊ ìK±´óÌ ¨#ò74bº®3ím´þÿqÚÀüŒZ¦?—B¡´Ö¼ÿŸª½­¶“»_Ö>g  -d°JºS¿£ïDw[:Ví.ñÞàÑ9ˆCGº2œUôõà9 !-äÝŸ‚,W–i²')i¿Â=õ®o 2E0k„»·{fQâ)Æ­–A‰Öݾ?óeÞh2{SZæ'l\£Ä@¯ÛtòuãœÅÓ ’³,Ö;UlÅ™»ø¡ÞãŒÎɹg`B¹À­'½d(à «ª€4Bßî5âgCKÇÏö¨k3‹@ ¢2 öÀÄ_^ŽpRÔ" PÕH7tê&ݹ;=òD£Ÿ£‹_ƒ ÂY`Þ–ûg/ЇñšmVƒˆRKЧäœåõh|mÖÂQ13t˜µ¬bT‡…`Õ`¾Tõˆr8àPõ2±ÿ! 4¦ìa#7É;XqÏ!¦Ç1ZŠúǰIqAIÄúÍ ž¿ÆüºÛû ÷.=˜DR­ €x¶Òï´Äd:5j0Ù-± sdœGˤÁîÉ «÷tôÚA9Sàã¬Û«êתjQ팧‰,MT”4í)Õ¶×íEÏúªÙcˆb‚áéI"å èáFM=øè(ž”¤gø„Á>ÝÈ­’NÂÇ"˜&Í•”pBìÜÁyŸ¶|¦£np Ñ*Á ¦Ì×59,¿6Ú^÷ ÇyÕP_e4=ïD:z½‡…ЂÅvÀÑ]Ð7ª^B%ž·’³©L~çø¨c ˆò1^³L;§‘&ØÕÐÙ‘ì–ZO=ÊÝ—(¥æ?æ¸ï:ä2Ž.ô´è¨öß¿AâÀÜ4ƒact$­øâUtw•‘ŒÇþ:ükËÌrºù^_Iy.Ýc‘ -.ó.ë_šòr†#a>ù©ª¯°%öj2àí°èÈ_7[=„<Ô´ª°{Aè:ŠK™ȶ`šn:˜Z8é=ç~ÚGûiA×m‘߀¡y{ê!ë¸ù¬äª[%ʸKå -»_ oŽÇéä›c3àÀ¹Ãº<Â7Ž`M¦“ŠÜñ“B5¸Ñ©C»aüº–Ëd¢Um÷k^$Sì“>UÖÎbš›“ÿ tè—·†W¯¨EÐÞ­ÅöÛÜæi’Œ~ê-7ÏcæQé%x'=í,¦›o «…B6èiÁë œÂIpÓ½ºâ³"Rx§JÖ\Ð}­y]—*u{NÚžâå¶+.½ÜÍm$´¤H]ì#v)X‹ìºÉˆµXÀ¿ï.*åûî™ÙGV1² Ê(ÓÓŸOÓ/R¡*zÑ…)RjOóýãÖI»;¼Ô‚vãeNúf¯ÍÑ¥hTš ÖCS¿5˜Ìa6Ì L3—AMyÚ:º8˜uš†)¹Q±°#QþX±-=²Ö“ãLÝ<\ˆºT ‚üç«Ù̈́ŠL_DzÀÀ}» b*i€òn -)!pÏý2kNÑ‹>L›Ûf®K ‰‰‹›#;’÷Fµ¸‚ª~rbQ7½jˆ¢F -)È’F!®G[(Àô16FÊ 2W¡[¨_Òº¨•UuñW Ÿ\7ô¢ SåÌfÈ<Âq%ðÁÊ18©97åäïrÞàhÇÂ|NÍêóÜ•-0 ù|Gw„W»e™¦ÒèùÐg£Î05wTz¹yC÷1‘È?ÜŸÁü&¦ÍMÆž]æ…*ù$%*ig?óî3cK{vf¹‚Ô£ABz/ -n¡Id5Œï½ÁÒºŸo{zX1šaEiX -Ùçqƨn¨ iGØæ»Ð$’dݧÆFÕf#‹ÊeCèv(«š6ÍG×È`žoW-i˜†ë·!µ2†ä [¥A𲋲¬ à{žš2ò{<|6Ž9ÐÌÄa–‡U¥ a+½@€$¤•g³ªæjÊ›³H0**nzÃÍá³P{_¸Ù³ÌÕﶉǯQ¡ÓTŸ¶,‰bÿ^ÃÃ"óúC›Â? œ€xՙ•AðnYD/Ú0=n3Ó‚Ð:‡ 5ÀVØþ¤~Œu“·çnÏ›1o8Ñ;˜6ØÍ›¦¶ê p9Þ++Šl°["!% ¼÷ý6^ì¾6\Rë5ì|=¯È5)Àå-dOÔ¨„Ë+˜«³;-»€Òrš›ºË†í(phœç@•¥½kÌß µŸ¢òÁ~#aÏB ë÷aã^ ?K£aˆ þè½À™l>•&¯Æ‡¡¶^Ÿ5¬)ŽÙ›Œ—Ä”SÈŽ€óŒ„f¡q<˜”äʳ*O® Õy×9´ý• <,ët7@C¤à«‡Íõéˆ7ΡïXxІi³û¦Aâv&û=Ϻƒ2=µp2NfÛ"âŒHÕŒSjÏb‡¡VÞÍ9°}–2VÓÅ•š edü´- e5c™Ýõcé£É¤ƒMêßöª;&®jk$š™T}0%`¼“ÙÒ ‹f¤aê–œ+¹m@³ñ,ô³(}º’ÛÄã´´ÁÌÆÓy6`àŒ¾jS„!I£œͦVPk6À×Ñ€øy)¶WI`øC¨Åîw7°ìù'±ôOòYê™§v´qj*©v‡äåöÈA¤±%\è£p)k°ÛUVVÛ0L±«B•:@TUb3P ‰¼ìÿ7’ ývÀE4g8f¯îÔ;× æÖéd² ! Î;KJЖãÑûäºÆøƒ‹¶×Kb'I­`÷)½-Þn,¯xþ º’EuqS†¶¿Aœw›.Ⱥ½‰XëÑ é@p‡¦aö4þ`÷k˜^[†Ègt‰ì³Ê±î!ü©Üù[i{”ÞDZêí=ÂZ¯±Ø³ǘP{FYÊ¢Øê•/§œn°ëÍ·½°b€§×Ð ¤º~e唚(‡ŠôAkOgªYFÕåÿ[K¹³ž-etI´ÓÆ»‹{\#ží -ä`tèrçó–#ø£Q-ø¡yT(>¯8Ä,?­9s¯s0XYÎ0%·Q¡@"&Øaãgqáy4œ%pS å¾î— 6ÆBçêmû4 óÁ«ÊlVôp±¤Ø’\#M-·S^´wù›t6¥2ÿ%µ W·×õ‚Ò«í ³¹ öT¾¯fi‘•X)É^…ÐQù¶°eIñà‘ ýÒõ›fœa¬xÊ!擤nuŒ»®‡]A[OèÇ®”+Öv66g‘5<7}ëSzð5™Ìª2.¼À •óðgßë4i˜:ç÷ àc¿OËh‚ñ¡H¤AN÷ËR2 S?ÃY#Z5#·§Z«1O?^ƒ¤Þ™€p¤/¯†!‡­q|L'˜7âUhAþMöØ¡ÇUÃE -)å—ŽôQ§jÓÉ]×ÔµªMÚý„Ånš¾,ô1þ½LÃŽ/+Žãé z`¡¯Wz Q:€M.®çÕT9}jÞN!·£pQ˜Ô¡Å÷ü™Ì^¼a¸oTí†EàŠ»½µžÊ„âæ½·ýÈYíÓ­W¿{`‹×¼a¤ºÊEŽ^UÛàe ýHÃü vb}LìÚÉ(ɱCI%£èʯ® ôÔ>rQÎeW -µ!ògd½vã†ã¡á\ØÕã;£úOA`uŒ´X›}r¶ÜóÌ¥6èÇa BËîd›‡#|—£,¡Üè“¢ÙÞñ1>­îbO*Qû’I$6³ðѾøMæ0›Œ$pV×´X›‹·Aï›`×;­wlވ׭‹”r æzÂæw–‚IÁUcöÖ8Ž<ÏQFk»üíA±±&þ&%%jD«o}õS†aøEž—‹‚hƒ]ò†X%Z z2ôl<,¾\{¦!í”<ŠÑ‡qs#×23߈r£È&[óK -Bn+ƒÃ Øð8­»½ -'íü²‚èΛã)ûÎF7„Gʤ/{ÍhÃXÜ)T[K"*GµÞÖóÀ9¤È%Y£=Çæë÷®t؄ϥž—£œé]™·+åR~ÞßóÓ:ǰ£×ÜÃØù”Œ0Ž^6†SlĉEå›ï¬r´O¤ü†w9©ã¿{ö×ñ (ÃùèêãÅ.#ßUrMˆðC§Œ·ü<(±F“žjJGu£ý:xíÏ·p¬Ž 8£¤››ÎÜþñ[úWãäsg&€6.`]6ÖõN•[ WiC)©®à ¶O9?£ÆŽQí·BZ¯B£§êøµÙX]|±þé§>Ö0ß½ËöìO< -®NBž3ƒ‚hGSÊ}îeW”uì#'Ò'QKy[ ž¡Ö(2ÚC›cöT´l@»¼WÆ&µ1)SR dÌ‹‡¿ä—4o˜w<¥äDZ5Ý…¯ÂØÜH8(ÉðTÍ{Ü»¤¶éú)µ -ÝOjÉWÓF -ZcWªÖ_+Š*\oö*%¿c@Š•÷:UâÕQ‚XcUì2ÑAù#ùžö&'âßç»ÚO# -·µ™6øÝ“·e_M)ƒ>üõ'FÊ÷’ÙãmÑ6À²3ÿuF¡ZXsh1O÷º"€Ð G=}üнGIa8#£BôîöœÓ -’5Ü<²]Ö-±JûjHvS`†TZ.;ÅË’Ê›ÜVAs#€NW^4‚yâɡ’‘r­Ûﯼ±rFqÐÕf¦æÉ×9O7«AP§ÞuBÐc”e ó5ÛÌ8ÏØs¯pó¶å'Ñjð =H£ý ñz¥mò¦ýêžÝÞÒ —2.ÓWN¿Ê€¦p¤‚kƧÅ6ÿ “†›MI¹Ü=YòÂéÚ1«Ìvk(™ÐaUœ¤Q`æþ½"®}f´š^zF~T<ÉÈm¤\«i~bàÀ™‹&o$[·9ØIˆ—ÃfÙ52Ú)MFhl²'µ¤‘$–­;åô1F:g&‘@¨ÉХɖދJîïz·– xÃvl\¨hyrIõ5¥tîø¡?ë§á¯æ4Sf8rÅìIF£Õ£Âãë@Õ-&~rðmuæ±;W—à/£ÝRCÌ¿wïgæùÓ¼“™Eþoæ©Ï¸úÃêöçfòsQ¾—ük=í£x&[ygWõ•¾\mI -‡h2Ù•u…¹âÉÿ™†Ý•Û#ßvaUhÉÆåô¶þOTœÁMé·yßÀsÔ<èb¢@‘Ê´³ªnÊ­pÄ~öê1®D/ÒHÁ+³jÏÊHIíŠ+¨»Á¤\ˆiÖÝ}Î #0MŸÁÉ»^O=*ƪT}Q ¹í -uxõ"ëÒ,ø¦äw>°#WÍ/0oGê<žÍ²KÚËEÝBðµñôÔ‹5Ì“ÐîKt„õÝ€¨NL²ãÆ›ÜK?mËrõ¼0Õ¾Pþ2ujMWÖ0ݶmOlÀ7“äìÊŽÐ.¦/ëuϵp3jÜNBdžð]ѳ9ªÆ\»í,R@,hŠ®k0#y5ž?»º›K/1?³ÍH|£ û3åZóÊå*²k5ÁÒ‡#á>Å›ò¬t¯Ïà¹$PŠâÌj’;"¹Åª -~7 Å€72øÔVO„ÉPL¬Cy¸À¤ŸEOv3è%M.To [rQòßPƒè -s˜aܰÀ‡M®;¶¨ ØÅÎ*.pÚEÉÙ©²_­¯ÙËU+]„¼=5×áW;oñÛF`Æõ¯Öõ«îöîùJ£¯(ˆ¦_i©‰>» ˆ’GMÒlœ®|ñçþ^ù…ùªÔÕ0jÖx«Âêê´Àô÷@Œ=ÓB„ý®ô4ÙŠäÎÌWzž~hàj•œÐvâA½®½øM!ÄEÃS0F©ã@¹ïVõ!Pñ©}‹9¡Ä”ËqzFÍbÐþ,º>{6K Ò_ü®ô%Ëz«Z¼ÈH³Àr Ý0óÂRm~`ã¢dµ"w:L«2_¨Eæ1cfà;u7Þ²„Ô|õ -Ò,þKQòl昷³„ùþ ˜‘B¾äÅo˜-Ì×Ì™5?$uØøñ -µp”çpwí@ò‹žsb­™m_Ž´‘²/Ö”zrÞñi4[˜_B£WÄáöµÜþ !ßµ†ØÂfµiQ¼ÏìÛØKË‘ç¢úQó÷½ãŸë}´ÛfBá‹!A xðá–¬ZÜÒYõÎÿ²}×LÛ]JËÐ)·žÁEiU ‘mÇñÛûMCóÊG‡¤RûM¢QG°¨ã9—ÞÖü§#O4ÛhÊ$3‡Ý,\MžGÈZs‘þ<º²…1󙵂öÅe·“8:¼'W…ƒ lÉtºÎ¢Qx*`½ŸTòï,w¯>_˜w<&‘QÄA§Í"‘þ8ëž(Œòy‡¼PœÁåÓµ”ãBb"»ÌÙ­³éÊ)h]?J»€bu+®\xÀ"ðdÑ´sQ 5-ÌH@³Å%ÜSÿ2wB½ø5Ž·_gÖ„†ð€° Vë,w¸ýfª<ä9_»Bª^¯ù\Ç´þÞ½Zæîjר9ê•à­'/ç qÂÙ„ëºÂ<ׯ¬ÛŸ§îøt :=ðsdõ¹zH]kSj}íø•/ǽÒk¾0Þ|­Œ2‚tøîo -j¹…׆3Œ6 #ƒH³Q¯ëw€0%:wñ2ÎUPN eçŒa|7HXú¹gý?˜Ò;^؆W~¸ÚÎ\“iÅ›ŒƒQ÷˃^Ó/¿àzAX¸F]õ3Ÿ¾2‡–}W—·åG(ÿW6a^`)C`³6Oåš·ƒ¹Ë]2‹ªö–«Ñà[£Õœ‘Öu¯nÈ?‡ß)>ù\mŠÉÀ5Ë%è¾TN†Mpµ*w€Ò~M"ün=š.ŒÙ1 ÔÐV#˜·¿!Þ6OõNèþõ@qM<ïÁæ €–BEM•8ï ìû£I>§Úg´D)ôB?s‘²|áB·€Ï[¤®dò\çN½Ã«WÁ!MkȬj.¼ãµØÍTéÊæŠÇ×Bb‚Õ ‘ -\,ægBòˆ%«²Ÿ§ÊyêX[c<5ÑÖoŸ>àœ¾m>b6³ØÎút½sHÃÜñ”$“#jRX`iªž,kájþ‘[Þͯ4ë>=.çYUÏðLs¨ß\”B”ËñÀß -+…YÕ5ÅËÍiçßúœÀtµž«Ô#7&¾vdZ%@JÎ+A¾Îb´z™'™»$Ú82t¹ë~5# áªÈ%[mvmsê#ÕŒ’0X•…/”·bL-.ãÍ·ÎlNàCçŒyí£â¦Èú½Í×Ú×2’UàÜ´rÑëù±ó\ Î>g“N÷£ØÈ”äÈhõ2>nsŒ¸Êê*îKwÀR­â::Ÿ€ê¥j˜*'+£ÙË6š@0/¡í.,&0=±†—€{XÛù®–12=Vpë³Wä=<ô%¦†êÅÀ½>Ä)¡ -·<×C¥Èt}ÅÒêž³„|€‰¶õ|Is¿SŸ;Œ“‡›ÐLAMãJiCöp•@çP—t[áX×B0±hó©'zU=܇´×±sè}‹_ýÖ¥kó9êAÛr¢jÎJU„€‡3«öZº¢(>ûeXÝ’ÊWnù%  :üŠìl¾¸~”zýZAÝz+°m1îúÜýŠö9”xuWrR2ž}G¯Cü‚ìmY{äº!™×¾c»1¦ªþU<¥°©ÆEéiòxNªú„hHëIGCûã&º†ç ý;m<Õ>¨C_Å¢UYœ! š=ߺAýØJYYœƒö¯£jQ\Ñ“NmÛ ¸à«eȘSnÙãt“¾N"IÀSo¿C̻ɹujH;×»ó,`¢CjbSbJCÀUÿå}ýfî텼Ɯò†9Í6£@R…ï5¯³5ž×²›R$ðtáhâH´î¢m혅$±Û–·à=©6{ xø0î|êŒ ñò:æµïnšpäP8zj³¹K¾‹pf3 Ô#¸Š>ëž‘'âÕÀ3é8ç sÑlPbÆb ¯ ‘Xu ®ƒÅ9*îã¾ZÉ]GJ'u˜# B&zeyã£[ÿÿ€ø‰ìíýª\G£90”.ê?¶´r¼÷¡éݧêgËëÔÙ]ïÒže°X ® w¿ÿ{™!”)TYff/`‡äò’–Žp¦³Þs*_Ñ6ÀªY‚øU¯ -Ùñ®äñÕ$z{é{Í‚ C}•ÑI8hµëxÂ30ôŒÍÀ5Ÿ îÜôxÁú$¾èÌu^Õ_æ…ÒXL»>w²EÛ“Ö5üu¸¶êÅA5úü”ä¼bçòAæ»Cƒ­¥øq ¬÷‹g·zKþ¥ÿ-BÀ“lJ -ç~ljn*nÌ_”þÂ%ÁÐ;2Cã™SX]L¡:(Ò”Ú Ÿ—qºÂ®\bàM¶PÔ[9kÉ”uî'‹‚™°wöŠ$Øï¤w3fiâå‹0Ô)e¶=áçµÿ{¯ðkÏÆk±È2kJTïÛ®AçìuS°J®«–=ª¡Ód &äNÎ~Æ·Ã&zÿÙxÙw\—°raŠƒ‘D![”P$Æù»÷T¸™Ì±Zy©<.Ãk‘ºèµÀÞà€iוWQYöMÏw)›tÌmš8¢0¯"SàüÆßÎ6€öP&T’f¿;cE@™1»¬lRW(yÚò|?å=VÙL 0郈봕í?Þj°ÜgëˆÉƒ(;Ò£kÃÌå Ä‰œr•wž‹aÀ‰·sFß“÷—ðošÐ›CŽ2«x/Zz<åÇAÐâNh ÃërGÜ™3Á¼LÛp ZŽ%CàêÜòºL³c\fÀ«= ɳ$Ïè6¦pÊÊÅž;#{¬ð-™6(½8r9u­j–íͨàÙ°ºŽÓÛB°Õ45»ÆHŒ²&Ðk*ª5à·ì¤¥«bóF‹î®/¥öš†ÇÉ1®¼?öj¯á»Å,IfQÄY¶ä2OýjU.ÙÅâÇ%Of8òóšA¸—?Uh2° ð¶¨Ýp Wxï2¿r|%Ñ ‘·<„8>)»S;c6¡·LØ\2Æ5àþIçD—Rä 0 ˜®ÃIEÉRï¨'éb—âyb¯x4•×Þž¸è=E—Kåñ±€to@‹6÷OS3©r´“á§s›Š—Ô 7‡0$1sƒ¾±Õ‚Õl/W¼øMäÍ8ð1…F[!pîâ ‹̸ͺÓ*VöŒq ¸K±Jù†ôž†#}Ö=£åRC¬Ò JkÿÑV±‘½“»˜ºP:t„ &1D¤ÕõeÚ¡·†p0RB…º.5ìÊÅ¢üÌèn±Añv¸nfô»YÁ™|Î\UßÊ„.4ž8ƒ°#Kß)]‡]ï‚´Bj0·žX"åÖíÈ<9^Ò¦g`<\~oŸÕQ× %c¸ÛÔFFõŒ²6V4UÏ„¹•pˆ ‹5)WëT£ìÐhbžoÀ7zÆc™Ã–l%ú CI e¹ƒäÅÌnIç×óÒ1Jv–TÜDѧÌm&j"„ÀJ p'3•Cë‹n¬Â+S5 ˜ÛÔéŒÐ  Ó¨œMÓ\ŠŒ7FíŠð̘P¦@n­j%I‘ï[”€gÉNðå -îâ^ #ÏÆq@Œ0“éS[vúº¤†@†¡9·CXäÅ4”¡•6!J0Œ`óëTÌ:XH‰à k®œŸe:bÐ EsLµ+{³u×]ñ†Ak½¹¤ÕŽb{{fªÂ)CTí„ÚÉUÿ «-Ò{E°Uvq¡ƒDNÛjÓcnÈu%ŠwÌ<ÅÎ-ÅÎ캼'zF\Þ E5®L§¦ÿ'[0½k²àP–;H^LXBQ*J…‹s†ïÊ©f²ˆ5ÚžÆ^Ö‡!â´¦qO£7°¬\–>\™1’\ys™aTá¤@Jì™[0£³–R•t>7g·fŽzB3Z^¨ p#Œ®©wiò’î €È×á€\íÑ!WÓ,mœÉF娎KãÚ@YÉ´Ø€÷O²kíÿ!PfsZÙ2l¥tþŠ91Srѯ£ë´D†,_ÂÛ«÷x¹NÅv`!¥…Ê”N\žÆö¾Ì#¬‚ýU ÃÖ]=FFtý(¬Â0Tà„9•p@Dˆ½[{¼À¬+”8ÁtN¼6Óœ´§¥:7¢Í€Z:®„lF*2ˤXQ™$SjÔår%º3'Vgn”˱q©…:£ÃðmŠTNÏ»¦›†ÿ$êÏý/ù¯6¹o0¬Y¶»P«Æ6oÊU ÑÚYql\»äf7›¼`i9¥1¡†½ñL/Ç& \_ Ã1ÁR³u» /Uámbþà-ååQão6Í6Sÿiƒ5kw]ˆÑXÕIñà¨ÛZgDL`£à¡öï§HèÅm8¤†®ÍÓîUÑ,ÙÓSx)+Ç®–ª™+ÖuÀ׈vÃÚ_"ðÆÃÑôXzWé¾Ô¸…N˜[W Ÿºª5AcxÔAQe\ôî²Ù«¨$Ê_´ãì¯'ª«™IµñÌÍØYæpØØðxÙxjVL -¯%&Özð~ ò…0#`ÌáÔé[Ù[)‚)@šE9››Ñ:ê¨c½ €$?¨»#·£àɵӎκ˜ -¹®‹Ùál -n¤ë_>™Ö€Úƒ{h·EFYh™R8Øól„Z¹ÞþZš'Æ¥d¬n]ÌÒ6–?à™¾/´$p%dó˜­™•>l¡ñ¿wÁ€;y ØÞ“:7ÍMIJyYçhšià<š½€Dÿ§Ì€løzej‡;hk1›7Î-(\Ó­’¶Œ¿®¹YlÎg4„°Ojr´¡q„úWâèHNo2a8ÞŒÃ}8ÆŒÙZà¢ošG(”V6Š­>*°öüè§AL‰e'Wòc¨½ð$Ûæ Z ¡Ì¸&¶å ?L« o[G]íz£ØM£+›“â"³†±ÀÞÀÏeÖ`±f;b@×ÞâÛm5ÃìöŒ'‰‹ÜHµÈr//ç¨Ì*9¸ô 3%“´#ˆýr-'z ¬Ü€_4«hDRˆ9©,öLuÖżiÂÍ‘æIÀåŸ}Ÿ”2ôBVE%™©cúUQôêº=D¼zÝV_P0m«]&9´#ÌÀ[Ýt7Ì´¡é'ü*¶žk8$ÇñqRÁEsÔ’<„rBÎuQÍËWALj‡?\Þf‚m…Ä3v FÁ¡÷ù¤SÛ­AG -(×­Ì]£r m¸ -µùš(²gz Ű0*àlÏPÎè¥j8dAa)#q«¨®»¹êèâ‹Mß劂 nT„\ þ& t~é—5énT*€E-®˜’ìØñè¸dе]ÕŸ8ÿÊ{HØÏºÂ»yÅõóÐ%|05¢òc"gÀ,r¡™9¯ø–ƒl˜Ø\9èÂ|JêöPxÎÓãÏ_~¼=¾|~üþøùgyúéü—ž^žþúýÇïÏ¿¼¼Tîz´f6 -ÝÏ?ã/øúýó¿¿J†/ûùñûóëãýåsµËèɯ_ðÍãíùõñ¬úàŸÅØé{äŒOønOàüþï>~ùÅü¼×/ÿz|}âŸúô¿òúý7/??/¿>¿¿üÒ¾u:2þOßýööüà|ãï×Ï·Çû¯æé‡e´S‘~ëÐwàýÿç™F{‹©Ïì‹wÉÞ½KŒ(?ã5ò…ŸÏ×ÇßþQþ2ò¥$û÷_ó~Ú§Ÿ^?a²àt=ê)RO‰^­«Uƒyäï¡’QèX«»d2óX°,wÖeä~ÝÝúYµ»Í=°»-ÙžDÙ¡AO°Ëïn [¾¦viÒk®ZO.gÝóQ‰.‘Ôøý7 Óø«'Šv ¨ÁüÆÐøGõ±Ö%º¼}0-ð.÷c= OíÍ]*îÙ:jóártP9ÿZóžWdWOÜ/ðYgye ß(Ÿ†t´ð—‘y'Pßë,Aú™ó|“»ž§äPî½!½EïzêÏÝšÔ¿®ª‡J§þ1ztþ½a5›Zoñ­„o\Ù΃¸ÛªÝp<ùwmI­Ôkb$íõX1Ý.wÁâ÷$ãN¢NúXK½»F[½{-×É&æñîR|ÆKj`MºÌÞv̽ÌÀ¡Nþ¢èÀÕmyQ†u &aïm1Œb+>ˆ³iBÃ.ÀŽ€Üq Üd¶¢7ê€^ò €H †Ä*p'Ö¬óhG9#+" KÏ6í^€ÒS¸EÙ+êºÂ’€Q5ÃÜZ­AHzÃÐj#ò;Ì\ ¦—¤ð­I°zÈ2éC× ˆ‡ ò/ õ¯®)̉ ò—Á´Ö›§¾ëòBrÚ­3³Ú¸®IŒ¤çÜÝ”hÐEj CûÛQôú¼Œ1¹Ôµn·½©\‰ª;½æpɨn³†¦ ª1äО[]㤣ÔKÃDѤjð<Ð:DT }uE@çzÂSü¦UŠó!×Å4M-B\I©ÑÎ ÝFᾉ8‡ân5G!V¼y©AΤ@®À«è€]ÕEe=ý#Wbs - Å†Mõ¯Dª+Ä¢µEÑ ôæqK£6IóžíT %ø–äx€Õ48 ûÊ-8 Lj^¨]-ð33§­ÓÐuàSÔ΋uŸrß*¥RÂ_’ˆå¢ÓƒZÉ&ÓRÓ‡ÚêR- -tt"gb£áJ.J­s (èþNRÄ9ljÒbtÕÜ“Üt…Ö€ñ뉡h¾Wæß^3ÕÚò*Vðâ$ª&t˜Z% -ëÈ[ÂÂíèŒekŒúaµGŠfçÌÅIª’’>hàÄHŽ­ÔëŠYÂ:Ðasñ–ÈË”ª,ŒÖc†©[…JÝÞÝT¤‘ÕÈy$Tç wÝ+-Òô¦ƒšÔ6¸^÷˜ÿ¼¸ eeÃà¡EÞR•’°¨OƒI%6w!Ï9÷½ÆÍňrƒzñ†$3öO7%e+€LI¯Œ pk×(E_í z¶5&'Ð×1q3•]Zøë; _$6L‘æ…¡Ÿ}ß!Õ¦š´ŠJèàÜžª;“¤=§ç Åpt|zܲت$+nŒ›³åW à¬°ÈÕyyNšä¦üH²•Ù³yO!Í©t I-Àë£Â3ù\WØÙªZl¢Ç8Lä‘ïU¬¡½L8;Ê^Eî$×–rÜ3.¾Ä¶Øžw^†‰ÈN™4âB‡¤Ëjc¤ áé†aïqiÏפÔh狘¤tÈzoµ9tŒÏÖÝó”_ÄÈä>n»t3LÀдäBš)¢Î«¾Ÿª`S$pøcôÕI(©©bR?T ªctòjÜ6ên™<ODÖÍ"1§h5ê­’EöÛ!:\4ûqVå*Ûä¦UV€„¶ºbµ….‚KG€dR<n{¤2%4ç/$‰‰·Å¯a$ÆabsÛ& —¿Í· ->3ƒ¯yé‰k·5–ºªJ´ßü–û¡BâðÎ8Ê,8摤ªrìí½Õ´E€7©1ËaK -‡‹ŽÌ{ת䰲NŒ¹|l†¬ÚÖÚD :†lÙE›£c'‡ÛxÅ`°QGŽu;gCnùbEUßë…¬Œjl,t•#ñžƒ:ÿ­ž¢[†€‡ ]6Yô[*Û¶“ÇŒ„“bp î÷Æ&ºÏk`ÌŠ¤×ëx Æ0˜ -oi¾I« .¤s…VÉ´ÝêÝ¡ˆÕ}E8?À„ª“ØÒCÖ+<Ô%« ôÂ)C6Ü÷bƒ ¬P&=X­)Ã^¡:/'ÔÉ™ãa7U| -—Ào²uZmzù¨î‹â)‹‘³z¯tFªç[ÂZÊÄ<”Pg/v ¨æÛІ­ž½%ð¬}&vØê"Kž±FÏ6‚gÃ!W§DËØé^í»“Ô¦[+¤9J3®n‘†*Ð'ž="®ì oä|°Æ´/¢y#{_‡ˆÖô¢M2šÊ…¡XÕ,̲_ FÑCèq*Ôª<@b –¿BåxÑŽ1gŦ…uYUˆ”³A?U«å…Ï z‹Ï#U‹\·íqï`j’Ä^~21ŸøíŒÈ2ÿ¯ Ž•XÀ`qï+‹ (m+ª=¥{û"@µàM¶¥ÝB—'ÀÍÑT]™ÿÛàí|{cD–ÉrRÁ®«4Ì‘ƒÇüaÝ÷—PmªÒç›]¶)¡S8ÔÅ»ÀÝŸ(7Ìêâ©E§Xr]5dBAŽž©«É10––d;kÑÞÔ5x·FdÀëª)°»÷û’€§›µŠE|.çÖi€w¹eV+ÆÈ·À´áÒ{©0ÖC löSº¨á;y²Oˆeæe`ëšžD 7»­P†– l7§Ž3–Yƒ¥ý“˜8t³»ç Ò7V¡ÅaK‚Ì%/4gÏå‡ù·œgwo@ ¡<òcZ“©â8<Ã÷£}%g>gÒàË%nŸ™û–í¡\PëæÊ±]%ýX½QáS=®„ÁÄ8´sC6s4 Ü%ïËS,5šÒ&檚Ê}%.rÿç$w­âŽUÔHân •-y¿=ÆVЍ;^xlTQX©q5оĘwû³‹zÏ‘+O˜¦;èE mÜè{“í"cµÓZˆÔF -yBb¹bF¸ì›Ü~ =ƒd³AÉí¦Ý©ÅVmÞ¡nÅ­Fd°ðA/óŠZWa?ž¶Q€wLö[ -P/h*ÀQEµjnãj& èÈNANu@*ÿŽmöü°Ú[ó] +¨¨TtÓ:\·G7ß7ÿ±\ÙSSDná¼Ü’ l5 ô7`°ŒÆdY…µŽ&/ùˆÅÕ0ðêè -&^›cÇÐ5ÉÞ ¶ÎÎ[UXó´­F+C:q¤ÁåØXéÇV@Èý!üˆJ7”‹Uõ£Y¥Øl=¤Œ:õ¦AƒWÇe÷+S±c3 -H¦ìN>p¾H-ìÒ)×J3–ECB掇i(äI;»Ë0.A ÌȼÔZlX—/mÇ]õ"„_ÿ(µèE¥˜:’o9¾Ÿ¶ÙŒÒMÍÎM¥¨!r^`të ·Žð#J3H«Wæ4¨nÃÊÚÛUì°G•JòZÁþ?)ÿsb”å™õ›&ÎÉ5ò¬+¡RA¦e|£¨ùºJݹq„'˜ªwÑÂ`óHX¥®YýH_®£»™µˆWÂÛhÅ ‘G¢ûË*캩Dd»fk:åUUë‰-•eãÛQ+}u -ë)ÍßMÖÆ+ºHÄÂì1/ïͯƒî˜*»fu‡} £Ñ8Ë–"¼î¤”]šS<±pÍ®œµVvÒ½´tFÙ7ì‘j¸½¬£ÿùâd,Šé•w«8Ôèm­"§°’9ºó:&ÔhJSNìaBG¥ªœ'’³Ë¼!2žjsè…ÄØí±o”êèr2õ¶HACmcG˹ΉGlLiµuB䬼õ• ºä4Ãl «ø@É4¦n–yCEç‘ëùòt­RË{ox¡q5ö˜¸£B A¹ ïÃÜd7¤žËº1©Ä7`Ñ. <`^ˆ@/‹® {B5á“2$¢2n°ku+éE%êj|z -„sGEÒ'S¶ ¢Ò±t/¼‹7×=BMú¶eÈòôU:€Ñ{O°UE¹îÂMÄË”¨Vh0+Md£tÄöé@QcK*1Yë —[Û°¼dÏÔQƒ6×)ú18ì¥ÙWùøC²™ÅÇHk(¹Œ£iƒ—ÄÅf5‘ƧH…íÞÞ2ˆUq-*†g°gM6×å1›:ÌmF9*x²×UvÉ (3V_Zn(]c@ã†0'7³þUeÈÁÃgK‚Ãuƒæéµ¼ZÕð{jԅƇB:íuÝÞam4 ´Ïô½Ysé«#P%¦Ö©dÛª"™_ümÀ:ªËôÍ¡Ø)ÉyöŽ)Ń„ss Ï&FÆ÷‹@˜¬Ì+#²ø`ƒINqIïT…@…§ØWùøóúr±ÂW! ÜÕ+.ÅÌ_¨TATΕ–ì¤ l)–ZšnÚ¥”NIv³º¬ãECòfk$¶§;cÙ[™k`·ÒR•©ÀSUÌñ±:%"©ÜÁ™Ò߀‚\kèpKŠJíCŒ=®Ù[¬¯fƒY²-í³Q›ý Ñ|Pçö•+*±m[v¤à ÓàËbXXÏ/^ó‘åÔylóŽiÔQæ <®ÊeL=±X´õÊ’‹WëÓªÃÍÓÚx}0£ûX´ûiÇ™ÊË–;]ñ…=vQ;¨X¡m¿. amü<²Ú¼"W‘ô´m•åU9Àš®ö­Vd«‘ ™ÃÄ”i¬ó8l¨Ät©¼«‘žp3¦í0”ÛÀ±HåiTï«Ïyo0Ë 3ÒÉ^-ym¸nȵI5œ»YôŒ×/£Š÷•ï ½Œðeëé(¶˜¶õ?nEc‘raÌäëù¸ÃÔÿ n¶b» -J-¿÷ŸT-[¹»Òn‹#  - ¥ÊØNý /r;¹»®’ˆÿß\˜ùtÀ Ä¡“ k„ëèÎE]Cp ¢“n«½«ÖëTýbß8V‚‡ÄצMs8@تš& †Â½˜pÇÙ¤dw)EnÐam=¯EÐ|&Uxúô Âî>M…Ä"âj_÷û¼ë°¶(,Âréò>´%*±Mpé¤ùó"¿"[Qh‹X’Zc—°‰úŠ4áíj÷(§M‡ˆlPçÙ¬_eÍ£ùæavò’eº«Qþ]Ió-ûrÙë÷(sö¬w_“FˆÁê­c -»½›{¤è)rÈšOÂlÖn3°÷'u¶"üˆ¶–”3à‡sìWå.yqP¶™dvFØK}>ØçZ#•$zw5¤÷öŒõ Ó)«cÈ·)ÝbÉZ1û]Ć‘»”§”’†›Jun¬Z ƒÌŠÛê±I)×ùb7¨ŸÏÅ4:í¡%©’.™Ãmù m6,"ÉÃѨmIƒÌÍ¥·C}™|¤tk,x#Ä5BO9I{“PT•Óµ‰ ²RReÁ`y‚W“É1ìZ ± iÇ ¼íˆ[ëBËÃ%€Þ×áÀŽ:¬¨”^u¨ÚÕÅ{Ć1$zV->€Ûh]ó6qõ(±|#D1ð -˜5Œ¼9"¦ƒ?ùT:|žS¾®¶M¡-ýéÍÆ7T¾HœU?Š;Ÿw€‹!Áû„Bš;>Wmžo€Rû¾',0Ô¶½’„âÚVê%Úù¦W} 7Ö3a|êô9/ˆômõQ{t´ú¼ÂEN߆I„ÎF§· ùfÓb(¸öÀÁ&‘nÂ_ -)m:RYŠÔ~[×j‘ÀÀ|'Ð|­Út¨Æ5G–ŒŽ")ésç)CòFa+䋚OYøÏ ª’>¶˃–Ró‹˜ÑÔJ@»èñI-ÁacÅ›Zv×zß­2‚b+zVÄþÅNØ«ÇÌ ¾Ò -§`¾¾'d©sÞeKY1Gø²Ë£À[ -¡¡Êަ ÖÄäÝžc¤ø°ÕϹè†%é4=© m€çHi¬…Æùr@ %þÛУÌ<Gn'íLveö+#“Ë)©@¯éFä75À.;Cz«Û´»ºÕû.sàÂím<^EwÙMÚdôZ}àqïÝ*Ëé²Á"]}¿>jª[½sFè4‚­ç‡G¬+­cPìöXwM©d”Â9UÕöín¶“í"›P;¤ˆŠÃFxÔÉ]¤’ÅŒh}¹#Kƒv®7¶'QÙk£ ¯é£[£ˆÚ RW›r”·¤ÇÅX<ùæýÉ"ª“oʰ -¥ô×/RÈ}gšsVu¹…‰Ö„è2‰ÜÏ£Ò®™_IÿWkzx·#=Õ`Btƒljp*Àî+elžî] žƒ:·Æ'eqý"bnDÝãdr¶Xx½yõ¶Q,6"x «T‘ÕÏç"zƒ»Þ¨ó‚×V¶¬Ðy-DÅ>V'TŠØ -JY¶½ÅÊËé N°ñuL‰] -ÎÊ?g²¡hÃLhº.j&;ö„l%^ZþµÓsVòÖ¢E­žµÕØU8Æ?ªìàwå츜@×ggÕËéÊ‚Ø;.Å‹Áá£W{tå·›wžs¼HÄÌ›HÓŸ¬Bä+ˆ#muÞ‘ÌÎH‰º—Ó$CBIûJn–PC ú£[cÉ4bAïBˆæÑñ‚Âó’D˜¾ÒÜ·Œœª»…”Iä˜Øî‚®+Ò¥=ƪúE²;Û[ï9ðõßQ@#ñ©k´1ýOϺ—ðyAáÍx¿2HôÏQá³B—Lf5ßtM©§}SFº«¬l„ø–ÄWz§õ¦ö[ǽ:sqó3/ ³‚ùºl%ïŽd ïèMe,ðÒî¥b>£N -q·0ß½‚?°ûXÐGcxÂ튙Y2 -éØœ¹&!½O¶ž<Ÿ¡ž2aGIÅ„¥§÷§7ôvŒ•˜C™ì(Ž„L¢ä.ŸTê€å4¨¶Ž² Ýĵѕ×3Ê 6ÖJE!-í -5Aé,VgzJÚ«y”;U7¢°àƒby³M¾o’è÷¾‘ od‹ÜxÙ÷µÐÊ%VÙIÏ‹\ èReW@§€iÿ¦o=‡9T'_Ȭd]ÃÈ:‚q®4â‹ÈxLºSGgߢi[5 -›íß “F ç=§Ü_cOS”ØP+A¿F—:8Á¡BÀ@Hš‹B;íd9 OÊï½5¦;Vêª'1÷ ²é« ÎêÍ2&Ž÷·_P™tì—C”n“@J?ádÈõÄ»ç”ûøñéê[nÔE¾LURÛýWKPgÜ×/yâ>·*W¡ª6b¯Ò†êº"IEÌÛ‘òp<ÙwVÑ ÉqnÑG€g5Amó¬’Ûݤ:¨Â7æ_ lªožô½‹¡âGˆCõ\9Þ_¨"‰øê 2}Ú#ùN à øæE…gŒ©ÑqõÐjœ4¹%ºµ}¤F8í®f´ÛHè’¤DXgÕäëbR{½˜AÊ›ÒDi0£2Þ2÷ùÔpw¤¦#dÞIEjœ£kq‚¦lɆ¢ùcäïa c˜ó¦7£VˆÃ$%jÈ<µˆž2|â8~tè€,`5[r“²O-ÑÅMË% -µŸTjToJSËGbJqìñå©<:RzTá}3ÀjbbÏæ!×# Æ;¨7ÁçÏ9_¹Y¤«oé5'»T¬ Ÿžºš‚2'™Áë*¬”W½+̱Pœ`ªtÕÖÖ‚Ebë“ë(¿ŽãàR·á¤#ÀL EÑQäbM…‚1.¹%´}Á;dåù@á”L@ª ’†ÌÞÃ<‹¨¶«ý„ÚÀñ1)ðvçQ·;A»6˜¹LÏ÷d'e…ûé¾]žÒåÉî%ê%k(Ïé Ù=t¸ª4½½E"Ê3 t£Ÿ‘6äzÜtéÆ&$i<“¿Â¤Ü&Ë%ÅrÃåk0‹Þ–½ ò¢¯{k¨*ßö$5‰xîþg”ÚNY#õ¬-ŽçCß)üsù`•N²È©Î«U¥s²Çͯd÷Â¥[R; öInM¾øˆOÇ&»ÕõÑ1/ó@3÷©¦\ÙQT½êÚ䢫ÝË6«])O3™7}"ŸìFŒs‰b_… “ƒÊ©¤ÈdÈõèÊ~R‚n5‰ßŽØh†ú.­®¾åžCÙ+¬¨®ŸSÚÒ$wèܸß0À$Ê3!º¸‡ÞÑ"¢Æî:‘Øž~ùê?ÊHuØz¸“é "ÉÀŠl1ã-Ú)ú&k]¨]c,ŒIïGŽ|¬e¹¦= ¯Ïä%bði·Ôÿ`¯v÷,z“³ ì+Gx´ÉFöæœ5•©ºñ …| ÜçF–‹ßmþ&+WªÚÖYÐ4‚4[&M -û@?ö­kVK÷gÅ×Έ|o‹ýy›.%¡­øÉ}¦Íš±6ZÕ÷üÚ&nºTµ±â·¹ò:»»Ì Pïuípt•†’·HpÛ¾­ØlÌ7²™¸«:ÿœ1JŽþÿ·áîÉÔ(6ë%¡îà¥:çã””õ®#U^«´; ÜͧVSIsÄ[7Àü,nØêtìÒô¥«ZÊo n±Ç¸“hsŸj‘ÔÌh˜ô¸%sÕ«P‡jh*ý/¡@¬ÇŒ ñü¤¨üfæí Y‘‚ n¥šžûz7ø!¦j›{ÓuµrkFxDïÿÞÞs=îÛ~kPžØõCŒæä¢ºÒ’jQîD^êàrÊl}aÏ1Ñ ònÔ SS÷¹ r4Êul÷Ò²µ˜Q¬¥r•…Ü63~§wx¬ÀÊÌçvV¨œ}ÃâKXÿérÊ-À¸Ã†¥ x°qª|—`äQ¥[Ã7–»á…®R«Èëjë±.÷Oó®FÜo:¶öÔͪû6‡¯ ê¿}Íĺ=|¶¤„aQ$ç­¶fRäUY>+÷ &â#âǪëɤ[ÇJôm^º´šw£•vUuPž:>Á•+q‡êÌÙ¼Ë ¸Kïw×§ŸK_ì -<‚{ž.vJXyÔEex¶ÈsÓìy/Y»–QsmSúŽZÇ9=U®; iØ<™(Ëù„&„êAˆÝ`Ë 54êîèÛª6$„íjwŸxlBËJ!ÁЕ-[/ ¯¥É?cúJb yÒ–„Z®»{#Ȥ·Ž/ªžs%•ü]IÙê®§Ôíæ™_ñ9B>5meÛ{0ÚÀE‹5¼×àU—Øp‘VB·±e'5€‚¦·¤×Üã‚A2½9æ¾­äo‡iÙ­Tæ`Öÿô/|”»T©Šps¯Ÿ®VÞ:Û?»z<¢ŒÝb~k(y0Y"Ôö5)‰J°[£.nÇk€ƒ5°—|8RyÒí¦V-“î*]˜ê¦ŽðÆL+?¤ýý[ï8ÿÖo`Uùº:<ƒ‘‰8 =Ô÷æ¤n;¾ú¢(ä²JØ÷j‘q:ԸݫÿE™dËé©Ùž”¨×e10ÑàÁîÚYßûÇUokº¢Pb@zÝ„îe@ÙùL™St,<œ:H}’¨°Y—}‘Êž;ö–­^¨ÈëÀZJ¯/­aù¨³QVewad?óL¢¼®£U2LH”SuHN¶“eU¡OÍ rb 0µ]½­É]‘ÞÃ;Õ¤[ìyv‚5aáã’í^ðª_›aF+­·ncTo>/Í2y E IéIjÈ[Ÿj"¨«ž¿¨òÚÁ=Œîg¥²xD,ÂT12§Ãm±@¡õ¤îˆymÀ2ëÌi•L}«þE6¼l$±QïV¦]D^ˆ Ié$%á>Ë9¹ld__¶°[Ƀ)¯jºtêCÛ¨JßêFÝ×eB„d§s^Hóèÿ-îÞò¸„Ý»~[,og Ȥ¶7$ÐÎl1Ç®J®yÜ1—ȓҖî’zf¿QÜݦ’dô²®Õ·½ê KD;ð–¥ÏIE®r±Šõ,<º& c7åz°}ÆYnìÙ_Gõã° 6;冊0Ï8þ©À÷=F¯ö&G—©!dZ™ÑUø¶¼®p³J_¹IØÍë·ÅnÀjQ¸è\¼û}µ/©s¥·†„“ŸwKJÇ¥ã`èžRôµ²lVãèd÷zõ¹®“ý„¡‘§=îPî”1¹TD&ånHi&ÛuËÎç‚ɶ˜<‚ê^Š\ÂŒ[ĵý`Y¹§I=«yS÷»Ïò…:»lÖã×»ünõʇ»¥ÑQ'*RŠÏõ®_Fyà -˜¹§9Ù}`‘ŒTà D¿XîÛ¯¾e D1ùÍ2/~±>ÆL¹ï©³˜„²ÇÃT•é{'“4”vK£ Mc&”p‰¤ðX¹¸0Üô¦s‰÷ ØÞF¡[T›¸üö¬ ™æ§cVhèá›BúŽ2ˆ6S– OÁo«ï'Þ;@bvÓv%eYÙR.ßPÝX²Qâlõ°ü!Êw'üA4¸¡ðáܬøë€öI,xàÉö¨|OèÖåÔ5¨#ö¦êÏ~¹îÛ¯ÿš,î’ó\‘z̹µƒ%u²ÂU5™ûªº­¼¸°DKoÑ¡€sv,„7´õP/Ýï [¸6Œ]±*ߟ v5ꌷpU¸¤[nĪl»aÿœ¬»‚\ñŸ½‰™Rã*Í%u¬.…44ï7 ro|ç}H2 ]ç²Ù$¿ïʽ»Bd>nD /cÕRuצŒáÛ:TìG1ÛM©*†XHÉC~Œ°ùC§F‰Ñöý4¶Rç¡¶ÀSf£¦±ÆÜ`OÃD•|˜f›o•ƒ - nŒ¥÷Z@¹vº³„m¬˜¢Ën׿-I5¥bCV€ksvOR›ä¶ç»ª©7@¾iCoZ$EÖh^M½3®Sžó# 6JAZí~­L¶ë o¤:¹î»yù2VÇ%ª°î”û× ã AËýaÍ÷†¤‡Ùº9[îzé¨É5ô1¦Ä¼n–˜×;³hÊ—Å( 쉋mlí¡0;vJ(´·C(:²2‰äAêa÷ü°-§[`6…r›ÿdR꺦·`†Up»ØwÊÒÍÚ`“ŸÛаÙ#¿v"o§›öÀC5?„ÒÑǺ {ŠP ³Â¾Û/U•õ†¾»·¾Œ•˜E•ÎJÜs{Ìë -ñn{G’Ù«…xîå#±Øîm1Dí5 -xc:äJ°±™^rq›wöènŒPÓ]»S qª¡ÖÔbJ %á,UaMì“8—õ³\0O'ÊÍ.–HH¨1æ¶}DRJ8g,xgî`äPZQHÕE½v—8˜;"Ÿøy_Íö ŸQwü¤»ïÝ85-º*`sÕ+¥·v#ªcm¥7¯#+"1}Û) ©£ºûùVÝ$)ã§ûNÃ!ÅjNôÎ9Äô3–åjÆ•r…(·/a+†@íGÖ5]þTÇÌŠÃf÷*ƒ¨ÊzÕ—¾†`¨Ê!!®ÓdÜGø© )º9[ÛûzwÉ6uò€]þT8âÞv5Ž£›3P“Æü”Q®!U‰~wGÔ×X…yH]_b¼g¹‡Z£PµÛ…€hˆq®§—ó†8O‹î`¸%;EÌöl—æ{ÞÆ‰1nw¿‹®ÊÌÒùi—{}p™û&ȨzFW ú¼Ç5¾{*_ÆJ”¢ºsÆ3b—ê’ƒÅK;Ip ·6úÿ±hhØ ÔKŽ4úoQ’(‘–!÷ª_s£§KžÔì½ògB÷°Ç)”[ëÊ÷±"‡(ÞÖ]n !VÓ[‡HeÝ‘Gò~¸xM‹Ü’œ_ÙÂ8Dûß×q«Hõås¨ŠñœhrϺåáºÑè=/@¹¯J¤‰ÏÒG·™Ç錘>ß(fÛfiÖo -=Bˆœ·„]Ñ èlMÖ~ç$»Ð ´ßD¢éøIÃýñ»åkåhuX@  #6<“L?Y·3Ÿi UDü)€@bÑôérØé+a«ˆ¸n7dùu«¡‹ÎRÿß¹@!“ÊùJd]‘¨½T½ c·×ÀÃ͉æ]•ØoBCÎÎ4  *bÓ³¬Àø¸y—Q“MbÍ™”Xà:Üèš ôƒ¨Âm‚T¡ù4 숳2y¡=ÛèFhÄÁ4ªÍLR]¥E§ìU©w5ùWáŒN¦bÇQEUeIÙT¿*þEÍ‘GD‡¼*MT馟!Ö­«B _Éâ›_Ç”±»‘6ÕOt³îÂdzt^ã»ÝŒµäîò5O×ïÕÐ¥‰°‡™¤ÆT Mj ª»+9dø †7O)ª=§)l‰,,§ä`lÈn­÷ö’y¨t¶œ¸<|\» -:†úq,¦çØïš¸Øê›@ÿhd=§îp3ìrŽÂ)ë>Tj¨Î¼›Vfƒ7a¬9u“O6,¢›-Å{+ÿêúYd•ÞÜ…¼˜­$]Q0‹Uò‰$9äWá\.Ù ÅKßp&ùGtÎÕ¡ïЈªÜ¤­,HmDòHj…©/s‘Ä,‡¡o õº›fnõÜd)ÓOšciðúVÅ ¾×¥ª zJÝ#º;ÃE‚+1Vz½õ ‚áÃíBâÒzÝ­•Y>[âÖ/5væç`ÝïJ’Ð&;‘ã‘ÓÝ‘»­BÃ.¹òªÏtk̪ïmÔ>„¬o´$"´…‹>‡v¬Ì)ª»-çk–ˆÐ„«•,åï‚%fpv;ÂCcq1 ·:­ÑâÈ(qßq6Ê„gWBã ¿Û[˜>˜›º³`¾Ö×Åo•ïö‰¨Þœ-]aåHh ->¤ -œ¶ô1zƒÊ¥ŽâîEÑóÞ~;$²Ž³xs~ízn‰Vgž ©0Ȭ*•ÄaJŒ–¯z -ÁÅ›…Èl@ÒkY¬¢ Ä„zæV›¯}Ëky#…Q`èV†SÎTÃ7}ÈþÂ[rU%X92ñ.aS¬áÓó+ÛĽi|·¦¾ôÕf„­-bÛq—rnŒ+™ÄÎLå¼êUå,· -\ ~ï@ÍÛ¦¼­ï<Î`ï#£c!ÅúšÔ£¸nÅ³í¯²Ã)cMÌ 9u‡Ñ :;Pî‡-%bÛY–MÉâœr•\ƒ£DöL=¿j§†éªuz/[$29ÍläÜÓÊq»áYQNõ*”»ÝrŠæ#iDÈúõ õÐÏ‚zª´Ê¬d—ëbuŽ©„Íö‡8_©"¹¡áÜñê®±HAß!`wûÞrm‘Ï…;רâΚßM -žzÞvÆØ×ÿOU U*q]™#‘ÝÛôÚ6V¾ãe«Š˜Suˆy' ©µê|.ÕPpÄÔhä×Ïá;ÈH¦|«ìÇáãAe-éžC&Ým&Ã".^K6©d㌇BàÉDBš…YçË [Þ óx¨…±¥El+.¢hè¶í”;õ$•À=x¬z?bÆü ²jÛ/6Ž(êæÞN«èŒ†íÒ½rWåŒÞ˜.•M'‘¤<íÍ£w©ˆŒ»e>lI×ÖÖ%í&Æ=±i¡^…[¥ÙO -©UÛMô«cQET—[Ždf2î<Ô9¬DÙ>‚š UGä´HÝ6nöѧªª  ËÉ®F nd¶E)åø!ÜŽU]~ ˜±t,ÍZ:GFt/umofÖá½ä$r*óšIkÒLàîÔsëÀÛ2l}·t•Œ˜ò’b2¨Í±“î´ÿÇ.• 㱞!¨/d«<6Ã\ CIvž'AÔEl8`ļlõ¸öà ƒ‘ßU,"8x(ª§#ô…x'™ÌºÁUݯ»Ia•µî×'9ƒS/ë˜]ïXxƒÇMÒÍÝNÃéé²!uÅÞÁ4K(³*A}-¦ŸH%‡ŒRÌ=â"¾FS)Ü8Dø_ç"…(Ob%ŒSÌU)B­†-»\3 )N"˜ä˜©wȵs¼<ݹYdž#Oÿ;iMˆ»y¶Y-9ò¸Ãâ!Ï—{,€YÔIdzBka:Sÿ,÷åŽG¢ê]Ï;ÔÛíˆ&y4xÞÝèæNÃٻѪêªËÓRȵ6Çʰƒäúô­“Œ{DÜÒ5]j(„C#îÔx'F€§¨ú™Ân?ÞBg¥:ÓhïCjݦ\ - eØå»\^Þh— z`æ=ÕZP}g¾ŒÕ°Ê ôÀ¢Üõ¥-àz—Ï)È”ð¹K)&lqO;èð‰1cîG¼µh™5ž^U^R¿¬ª…’¡éÄ •Tu,ȆäPÍ>Ü5çl=ú–W£ ÌôÍLÎf2[ «vªî–)wm¼—¸»[C×s·I~ :>x¹kËŒyÒeý[ƒì/k«Ôv—ªŒúf35ó1=åëºGHÄW³ìèÿ?QÌ@2ÌmŠX¿¯Z´ê-ÏŒí±i%B}~a‰ÿß!ù_KKj³ƒ†FЀüZ-’ùŒnÍ:ÌÞe¶8£§ÿo‡évšà4ã”å,³0šé–K¡÷Ué.c/rˆÒ!šIvÛß39O þz¿îl=.,jÔÜt\¤Î¢«â»@, I\–¾;u¸AÈmY®‘qΫï¢@—Žç Œ!nõfëÚÝ=òpt'fQÛ{‹£ž ¶R¡,¼5¡îˆòæ†dú VÑ—3sn´a§J·-Dö$ -T¶Ã7ÀÑ­H» -MfަÃÓ]‘‘•7a­tD¦²ê8;e@E;áH½›Ù&Ü]h;'–#R%¡Y° -ë™Ù³:j«¬R´©(Žñ®Ý nðæ]9W+ÌãþöÖ 9iB ;÷ÝtWÞ0zZº?¬PU9º»’ö'!¢©½¼_D›¬ä½4jaUÐäÝ­–FÞ-‘—6L&ké!Rqm Ì":—zÚ4cò>ÚÁŒZ”Ýôí®ntA‘¶mAßt«ò‰Ze$ʪZPÑôúí#ÂéÉ®‘S;— -e¦a_«”iæØJÞõÙ|ª'O¬ŠJ§^ÛÄzæí²¤¾hE÷x×L=k'™ü~Ñ“¬íHÐÚYD};̲F kqeSuïZc~Ò£¹Ø’L;Ï!h'¬ì@?o…ËÒ*ªê¹>"–âûFò²õuݢؒMïv ?6v§¶ƒ ëkQ”¥°;Ž÷Fg¹øz²šF‘’oR*½Hn -kc„·õäÚy¥à¦Z{@Ó©ÝiˆÚÌ"ÀV24@i2w¡> [|ÃgEµ“1´c~D {\‹Òt•ÕYÓéŒOÚtìäÔ×Héâ”.Ž÷âÞHi §½ÿqª”Gå÷1µ,d›E¦úé’#æîIxÍÏîøD$}:IˆüÌH~ÒÅâMž¥ €0ëâšRŒ»¾±¹•×"Y«.=*™dg°ß²¥àÆ‹+/jo˜4KZ;­j;¤I¨meKA¿Ô™„‹¦—LØB>3²U¶Y‚£’!Ôluo‘«Iis»ÎžÜY·Ar¼~ÓõOºèÐÐÆ(»MÑZaR¶ÜVbìåfò¡ËjTÔøRn… rY{š36êÚ`ÍÞh郱§Ã£¨¯Ž}Þ@Í›•7 âjÅ“inßYœžeS¦äçËíJí¦È 7ô¾Q=¬‚J¯×õ¾ôÚÞë½eÆÒÙ¬A!Qvo;Òárr͸»Oíßgw"·é©ï9÷Í·Nܶ_øøâ³/Ÿ>ýÌãÃëËŸ?¿<_þ|ý…ŸÿõûëÛóv}Àã¯Þýùwú²Ç¯/ï>¼þŒ»Þ^ßþúß«WÑ1å¢Ç¿}ÈwŸ/üüç÷ÚYí·<þ§ÞçãÏïÞ?ÿ¼¶úýù÷»ÿ=_><~^ÐqÊé>Ÿ^ÿxûùÒ¼úûçÇþöåP\Ë{üïçžß=ÿ}{~Àþˇ?ø­;á—iz÷ç»Ç§Ÿ|õX>‹Cü¨aLŸPÖ9å.¹ÌÅ.Îߎÿ+t¬¿uÆ/yâ“hËjL³’+rpD G…ƒ£Æ‚²çE¾xÓ¡Þ]hÞ$¨ë÷‡ÀRÇî+40Ð`¶«ÐÙ:Ñ@ 4( A h` Á —0h  A h0@ `p¸Ü@ (—Ef³D 4( A h` Á ¿0ð„h@ h@ h@ h@ tÒ  |e»}¾³&ÆŽZMÝÜ_¤ÃÇbê³—CŽƒ&Z®`ùˆ D­zÜb×ÓÈw÷ÿ;"±‰H¨òBgík»ƒûC©¡ÅbˆA! Ü Mš• _IëÅüµÑœÉN¼!KLO8š±W„Žïýù,? Þ=¦ˆ++%“ã…¤8o -[dÔV/ïˆ'9pG^ÂDï0aa@…ƒý]¢rà2ñÓéë³’¥ì°¯¨'«wýcCRY‚ -Ú*‰D%ú¬„Uo̺y¼~.J¶4xFEöbÂ2q ˜.Œ¨­1£‚JVçň†|#b­idÞs®þôdôµ'jÓ¤ÚYÄùᓨHÛÐÌY=ãôüD]bb0jÚD„HÖ £IC9ˆ»F¢<§ÿ€EGá©vÀˆz]|yÏyŸ¬­Œ=™ú=”TLÂ^ëœÍrXÙÙ»Íu52tû0¢"ªF›úƒCZìëk—W²‰mô‹±8ˆÔÍÉ{O§ ‰ Îì C7‘¡òøÑ¾Gçf‚V¶Ñ¿çA-š••÷†ùß+à£Öw‰8æv(}ûZ9}jå?3ûO Àc¢pÙ¹Z£Æ¥’Ÿ]f¿ëoá.z¼ù‡“ VµuY öcþÓë{þL×J¸êÒJý7Üß˳ÑY^) 9\¦>÷ge‘Eú#rDLÓûÆ^z}ÚÃ0ß•ÉU3*AððœNa_˰¯ÑH $3­LD!üoÀd‡jN…ô0LÐgæ¯tþÉ4–Qs<•%ßg±P ë2r½”vYÛš‘.Íx£ŠVŠ 13¿ïú (cy[)>9ߣ¶6øR–Y„úV&:´#¥xY–¬ßJÚ°h¢’Àðd&sÓ3™0u¦Gÿ‹‘ÞŒîúË’5=¡,Ccÿ_%×ÎL;ÌžûÛc/1Ñ“LcÇuê”zè%ó’„×ñ§ A Å’5±˜óŒx{‡… u»±Â‹C¯D-Â;½Y%ÜŸf6ø‹½$÷sŸ´r‚‚KEv—nIÑ»›²ó\g~¥Î~§èœÐÒa$ïͤ”-Z örÁv³ɰÓhnä ÕΖ¼ m6×5Œ¼¨azÑ«Aÿoþ{áƒivº[/Ä€3\Á±FSš‘5Ô¢µÔ˜ M¤¾l.E™ý²9yeeõ€ Íåj¿|NßÉ×7H †UÃhUþm]qj±_F§¶vð·}¢cïÄ~oÝ]&¦¾l\u¢ÃÅSÈb?<µ±64èøÓ>)&y=˜Ù6–&î£lw°ø›¸ ¨¾˜…Y0×ÒÒ†½ˆ\–Õ_ãrè*8I§u8W·=rÙK‘ˆ`4›ëœAj°¾ MæJfyjÑjoÝ]@3cJO-¼•Šx.FV-ËàA r. ÈDO-ºCíáf9ƒfS–}ZBY‡aXfH¸d&Kæ{òÊÊê¯7) 4š+™ñé;ù -Ü|ÈÜ,¨*¼ž¤Fs‰à ­i”e¬h¢+2û“_VV!þ0ÐdòÉPùÔ%ƒ’^4AK'©Ü±FsÖ ¹þ"°{“®²®Ÿq‰@MLÉdPíAŽÕagå˜b$J³Fs#³Aå ‰©þüþ½¥3”PìßP¬è•±6@Õ™ ÝIÃuÊÐZêvj)G§©A»;"¡^trÍfO¹ -Î9O1Rg1Š+ 9UŸŠ³T©ÞÌc)´2•KËZx£)×lñ©P™°YdBŽYghÚY'j‰ÚsÿyU"û{J_`A"öK •J].ªº.ѹŸ8ájb'25ÔÚ@ðÊûÇ÷%µ?Oö†ËIšý±CåƒËÅ8e3VèpÏ:òé`64³IóòËì"ÊpÙt¹ ÌXõ„Ç -ü7çÌþh¢Ö¦¥Õ_­¹×Xí¢Ùœ¬ˆä›ÕWÔ¿}µÛ'{]K Ë3*òÁƒ„\‡ ÍaW̵P÷Rƒý±E‘MM-µör˸U$dö{ b·4OD[gÖ ™í€ApæÝîJ‰UýaØö6zK(0Û`Ò1ì0*ª¡¦UýÅÌÊ»©H`êÅ<­Ô]ž‘ £Ö ÔÞ*õlPZm4!32k”¡&i³hfþ€™·…Le‹1ïóåý,º4´ò6ãº2…´Ád0ÚsTD÷~ êÿô­ìÐAì<*#Æ7[*¨»Àª UOf£é/'³Gåà ø2þk/fv5.d㡜ÿSËN¨- ÜKÖâj\ªB¦iךÐiÍBk0+£ã ``ÖæH'’ên›/'{Á¥™í„ÑEMÀ¬Ù´2¡×¢ƒ¡ÕŸÿ¿ ¶;nûÒhNt6©˜nVÌ\í€c¸æƲ¥À6&î?)k4 3JÅscK¯ÁdÙàë;5Ð9¥¿<Þ~¼~ü»µÿ4Eóç|‘O<^^ŸÞ>?}1þ‹5ÑoÿâO_/Ÿ»>¿ÿþòøþž–±ãÎwºiòé÷ÞôååÛoìÝžŸ¾½~<ÙÎu±7ç[|züõñýñÇãó·÷Ÿïßè‡e¼Ï—y~úþòúþóéÇóÄxãçï¨Ïãܨ|ïw{y}ú×ãÃøôýñóé÷ÇÛóÙt <þún¿<þxúý1AßüÛã{èñ†ù>½Ã‡Û¿”oëëÓÛËÿ?ýøúúöåó/Oϯ¿¿~¼þ‘ÜvÜ|®¾¾ÿø±ßúûç=^¬í!_ßÿüñôöòeo¹û¿¿þòàÇ_ßÏOoÏ¿„|_oùúçOò[ý|üþþíÇÛÇç×·—Ç_¿­[Îý/O¿ç÷ÿo“¤•t -J×–hŽ*ºn•DG¦2©E} ¶@¡äù?>¾¿¾}y¼=ÿ{~<À{³VSöJY*³÷Poú_2|Nݦ[@.*ÿõý ¾£È¨ÅÔ8­!¼#@ûÄ{M¹ÎqÊI#ne4¿¾Ð ’Ë›ݧÅéLb-²1vÌÇ‹}Œ›Â}=mþ?³Å§B±ÈŠÑ.É©ÅéÏ{3'ÐWÐ-^;aXbq`ÑÁÃ)­¯MœUG ¸TRÑÄ@Ï” ÛZ R|©?ìU ô"êÑ‹Ž®ä€öÆZWqGÔ'S* iù"„´ÈQíÈq¶ž³ËUœÇÎUb5J“BÎ7rè)(Èß­y­rñåˆ.»šyÜ M^×!ÆÜòDë啞‘e=«ä1o«f¦ðbP+^…ù› e _¸™(Päá4qá!²ÒÞ*”§ŸñË9íŠ19u˜Z˜ug.1ú&^«,m"‰P ?ãW’³» -êŠ\¡±Uq—§Œë)®\qÝ8 *Ô^Ñi€©éÍl5÷lþLÍû¦]Í@„™îÿ€JÚd(ۆŋp™vÜÅ2ß×z+`aU -bØY?´ˆIÏ6îQ =ŽŠÏ˜/$` -á²E:|H¡BB^)gËÂpZ‚â9×åÕ™;+Ÿ8 j·G/ë䊘kÄ–V*XÂFy]:RP½|òf(º¼Mªb˜Ûã¯tŽ‘Iià=}êëèì]gÓZå)¸DCÄ@'G´ûs¼’•6QiØTEë,YîFŽß™v"¢Ç8ÅÜdr:%Ñ«I…Ûº£*ûýí0%"¬V†—ï.ôbj¦<7sîý²p6¦be[9ðZ+ÜáQõD§FŒGy¬€‡ü˜!F¢UŠh´j"ÃÞ<Ãxg˜—€šÊÿçh˜:B£$ªÝÂÑßc1cpGår¹Gô7£PìR1‘If~mâ›Bp뎮’( z‚’¸ßoS­¤¬‹³¥!}Õ3Éîëâ€b±AŠÍ!9â&‚ßKÝö·Í–hèb‹ù™z¼ÔÓd]4‡p`1…‰éhÉB¬ûˆŽóÀLd sc£8¶WñÊT{ÂÿqOÐW·‹Ýš™,g’º È/ûžC ÄÚJæ"È¿5ñ¨P/Aoƒ“ZVRëtӲÿ‘‹¦.íñ -Ùˆ)”[=£j¥PÇ2O ¯6ý’•i™>dÚó̘íœ- ÃAκÙ%'©RV¥ù¶Ó£ þ‚ÅB;J=Q~x¨Þ%)å>‚^%5/÷ÀÝKgÐiÏ2'´Å¾p|Ù³) îÖMÔ tŽ9B–ù†,jÐëªÚº©ZÔ啳ÄH.ó—òªÃWÔ L”üe_ÜÕ8’\1WÅP°:ùb٠Ι]*ãÅØ×6_«²©Øú’r7k&’ !÷z8çL†â­›ÐKõ¤3±´HÜÌ™-óÔ§¾Ì±Û¥ÿÜ*uƒ­›Èˆ%¿öòp&G¹W¢n:«…&L˨†Ç.£3:tð$è”s’6³±‚æìÀ }Fô±O¢Ç = ¶Ê©ž¬x.žûÇEÁWé &Úš5ÔÍ\5ÍG«g8:™Ø¯UiË“19 -]º“j]qVî™.›=ËD8}F´°T˜^‚Lõ—e$–L¾µ­P̤VW gÆR:íè™äÿDê§j§˜Í Ú-ú‡MÙ­]{Þš³71~ù‘ÚQ›Aºº4?¬öL+úÏ^”‹ž «±'Œ *‹©:Ø“žpf[Áo Mv ÀrL}ÖÔµ£ý°¶¶6Ÿ}~.Õã4¡œÏÃØA[‚È&ÈÜ€yéñõŒP(½Ëž¤}Æ+7´Þè89YT;ù¬:tt:ÛO1*íD\kz (l«ã1µáxq€3С“”t½£?—ìR¦€€+õ¢3ŽËY7E":¶Á4 ÌØ€Vk§ƒ›¬ŸV>X ôÛÎnAd½ÄˆaËq¹@¡™!)¤›‚¾•õô#¢×ä‰ä­šÖOÖÓæpõnté#8K/r¡ÚŠÅÌ•Xÿè° õÝ3¯B†ÁÅ´†®–ÎÃ!‘àT:z£Š”n¢©`}2„PDñÀ²“_È Wk >¢)¦…®ï)g|&ZÆÐ»¢!§šx€_–ÐÏó—v^)Ýšj§žblÕ¬¦PºIÎÜb΀êD•RŒ—N8{?È‹-ÇW%O›1‘?“Ù…t?’3^±ôIAÞX²ÖßÃ׈HBe8.$û¢…Ël¶[¯F3ÝE^‰)rNe̳z®eWuHå¥Ñ -À; ·CŒ¡ó= ¶­ª0f©d4¯+Ù—OË)îŽR+z>Qѽë tèi¶Šã†‹‹a¶Êš¬x{6Á…®1HÇõlE…}#¼}Åeu³c»ž ¥úZ䲋˜ƒ‘RxdU­ŸçDˆÕìä%U}@Å©\¡U!@EnÏžÑÉjŸóB -£§Ó¨€>&»Õþ[1Ñ»|†sô$ÓÅ¡·GMâÍ–±¤N¹Ô)“ÈýDäpe³é®a„fçsÁ 0/Z=É”q9}TP½NÿÕ¨­=¦¾!Òný45ØŸúHRÏ>–e®õÎ*»#BPÛú(²úzxuØ»±3E]N%ÕÚ݆IyÚ`è‰pl¡oì¬DH©‰¤PD¢S/”\-ˆNê¡W;;Cóß1í¡S¹ öYãLt;äóf¨ïWƒÕhûâËZ~J{Q,Nu?ÓÂ@W+¯ŸÕÉè>b -ÍpHRµŒS©gÛ€Ðõ:bÑõrB˶êQÒÞ…6B8䬑‘ÔéŽT7ÕKg§ÄðNk€NñËÒ™R©âÚYÇ~NµƒŽË´D5à­ke˜7õЫàq<¥hb®ÄXËîo¬jõìG_·2õf¿°×ƒ¢5Cà[ŒÈÕ_5½Ï¨Œ•âqÒú¬ajCĉÐQ&ûP­¾'ÒŽm#.) ­ØÝ\•¡â–£Èñœ®€É툿aT§«žâµ-¥VŒ4´<Ç$LZœˆÉŽ'žL/—y”©á¬3ɵ "n Í·ÈÍÑÇÇ#@áŒRå@ÓGUv6^È¡†B7cIÜQwì¹»·jìPâE¾í]G‰¡/˜…:–þð¸= xñ>pNгžæHÕvýì…‹Ö™ÔòF'UvpœUÔqÿ;]jJ=;Çx‰)vðd -N’™aî g¯{6HàÖˆ»[»òdjôñjRWæ×OSUDñPê ”¨!´±ël+g∬› ï1Þaç19S#+ObÕÒ¹˜9á/ãéìáM©Ã@}¡°¹PÖNûæ?̺,!èuƒÉpÜ&^ôsPçÌ1]¡WФ:êï,‘¹zn…<„Ôi߈™Wasj)›d/ÄË1kÌa8-vj_Ù”jÆ<ïhfT'­÷®àaßDˆÖ[LÑ&Ò_<]Eõ¬—˜çI`«–2‹Jµ#Ã?˜5T¤§”p®0í›1óÎë>ùÄÅ\‡1¡Ô¥ru‡T6ƒVÑ¥®%ÔÓmÕUXwzö[ƒà<•÷F‘ád­ŸT0–*à];«£*ªÝ³N‹¼ꊧ&™PoF’N±ûu¦j—â - -m[^aê‘ÊËþ2×(ŠñzÓ^¯ŽÇ`—›S¨Ž)÷ŸšYÑ0|èœÊ)äæ %ðC¡äËYÀd+êBjãµ’ ž¼+g*¿_ÓãÆ!ð@/ã†b­vi.)V¢¤¡9m™'«]ªìgé´vàG¼9fŽNGù’„Ò/q©”X”¸Ž*ÅZ‡°oÄ3¼ÍéQŽÛEZñ’/©: k_°Š¤¢ªdòÂ7"‘:ô%Ñ»åËšy¹Þ+•õ;RCÛÔ5t÷ójè­{E”˜B€c\®/N/ß,¤¡¨6y 0lUR£0^¾1M¦ò=‡«j£ØC? -Í(»êå8ÄõßZ?Á´‚Nß×…%â¸Mš;LåÝÜ÷»®WCÃzï¾ý9„Qä6ã:‘õ,/*kdk8Së¨FW³^'mGÊÛqñá86ÍrO¯~ûdWhÒs°AÈ4š„¯‘ðô&ú~“à: Õ˜÷ÜäÕ-’’ò-¡éf•ϤÐ#M²Ûè&ú¡$ݸ¬‡üÃÕ@îAR«|¶ÑùkE„ CÞ]×Uºä Ç ÄŸ&ãöœ„M1ø2!â5; dó{v}Ý­qYîžó -J™Â8³ -¯¡“ —8,Dî2ƒ2Ý¡“•¤àF2£qŸ&à -ºÚ”kéPÉSÈçøÄ,xg¶»D¼’bºáÓ JGÁ{°]yP„l¬¶d PLñ=¨·šÇÙ*G€WRTÓ? þÍD‚^V(¾O÷Aº¼¶‘xµÔ”«-ì`éP ‰ÃbÍš[tGƒEz½Í å³O€…LŽ˜ªÞôÕܯ UXˆµÉ@âm#)U†€žK¶…|”´3¬Ì²„¿%âO“òЇc%‘ùóB÷³Oºq¡jJ%³{Mά9FW+×v¨9^.À†ßæ›.3Ž*¥SŒYíè§±’dS¤Pf5C—øBåUÄôeíÆû’:f'辊kpg§èzV‰ –“^¤äFH^P2K¢j²÷¨U„Ê›y’¨£ƒdÔm*í0Lá™6ñ7 -­ÊŒÓØi] ÿ0.¡š©¡Æ抄PZ\:µ‹TK¶€±Ãšç쇜ÎÔï¡ÖÖÒ«øä`]-Õ0–ÂfµßS»õ˜U<…VØ@rÛÓÉ—)+®ˆkˆÃÞ”óª(˜ÖKìéj ¾»Ñ_>½WPwãRóš‘ÞJ=fH<2£ªRÐ;’tVŒ:qS¨²NŸ|.˜²Dtß|×Õñ»”šØTÏσirÁü+³òΚ‚»«°¬ÃŽsÉ~øéòbÜJ€3Þª¡ðäõªáà5R%âË=“Áâ§ÉUÍ~KŒ˜‹OdÚIÝ5bzÄ)8hSm•-å}`VuÚŒåž5‘Yú3;¥ª¢Ø¦0¤Ë™Ëw¡ì£•ÉÕQ2²ÎÎÂ`J"òér“Û@.£#³Ìݘ~ÂqUß²wôä¦ âQ ÈB²±½èy½û`±ß#»ÌwÞ54õ!O r²vq·›j£À ÷q.PåZ±0­MUt%]«Níñ¼6Rê¨k¾àù)Ôµqœr”)ÕùÂk$ÉíñázY× s&¥p°$·¬‘}Ä«¤Ïµf=àc‘nñ[1oÕ©²ÌETÈŠåú]aXëònwÍ-¾é]þ`šÞå•OžKsžÂðFt]§tûzœòŸèß&ßvŸË™˜¥óÖá­Y¬Š Ò.Õ"ª™š¹:_„IT†¨¢ÚägØ5ah Ua[‰òÊÜǼAR38ÚZ±îWb2'3ã8?%Ù&úÈ3¨ª#lj@«vø’Tt2 u¼Ž’qf§¥3 0kòè/ }öÐïmêtV`ƒhEñ&=ÎÜñjg–ËC//PØ™WIÿÿˆ‚>!ÃܦˆY¥!'XUd‘üì}tAôf “zwµFÌèŒóŸÌ¬¥Ñ^ahcg©7’ˆV›)¿Òžk¼ Ú‹¸ã"¿š©ÿþ™®?˜éFÓçP ;ø¹ ™0!κK5=˜Öàdp‹ˆ ‚¬¥}媂ÙÈ25s;®Úà[ûÃeš „@6€UºQqJ¼¤}ý~mám…Ç´ “tQY£gÅu¬K“¹~—·Or;Ïì oNçùX§{#>ìîæ7­>Äá?U«\/["нî¾Kòà—€ëš¼Š%JœÝùqëuª“¾Î['ÈöFäöÈk»m3+d‰IäÇd}•·Qò°«mõG®>!§ó²§x¨Rº¹ë¤BJ¥íÖ<ô:Å>˜üÎ'#ï=F*ÝΑ‚¨…’·ß:èÙ<1c28WÖ1Wz -*6+ñ}GÐÞõ˜3[l†Ç$â’·QòQgpJÈÑ|L{¶„næè»´Û‘TÈc(¶Ø¢g x£íÒå×…ëœ5íœ:¬gø>·¢­‡¡›ÒÛz{uRí\´Ñ¤7üÒpÝP܆ùÃãCTt0ÕÝ3ÅÍ]SR¯ÔÓàË“ô{k‹‰1)jmføºËW¿BÜC¢ŠÀy&k”˜¸FômÖé»Yóõ–kËàaƒJÌÞD{½Î‡’"ßÈr°8oê®ÑEpti šNy†ÐƒTJ¢¤²u¬ˆÚ|±6Z¥£³ -@OÌ΃ZE ù_zŠywwv÷n îŽÀZÝ\LIeö*-OnÙ£Ä Š±;^jP#wáZB0­…ÊVÙÜ)ú=´ßîžµ›nêm`J ªgй8N)…Y’Ù®[DŒ7ÕIãä©5 Ê*èåQÖ¬¥]æx^ÀF+e¤° Q}RB«NJ±QgZ¥.¬Æ…Åõ;ŠXch6^ϸËwCÍ+°/uÉ6w±NóÈ»M!Ù+ B©ë®‚8¼1pJîÔTºMôô®Ñ ÜÅx9æ,mT—„´Wa;Š„ŠZƒR¯¨:Ó{Zòô}Ó¥i±ÈèãÏ:Z\ù¸ûrYÀVµ£0åÒUX‡Ð°IÇŸl¾º RWj% ß‡ÒB#ºõ§²¯6gwr¨bqsÚáßéùi·õ·ÆÕØ 4aÝY±ËD£ÀC1—Ûw¶LäÙ]jŽ‘R¹ÎRÓf¦.’1D1ßlÙ¡ò¯âbs‚ÍŠÇíí³Ê[x ­|'kJ™ðUâÉg­ô{‚Ís'ñRHÿáè9É2߆=Jtdšw±ƒ¥Y(¹œ+TÖ0­K›,óèéý*Ž=W°Ñ+°!¸7jv'7›ªpd<œ6Ú-äì&þl¬;Ga+EM²8d·…ñJõ9'ÅvRpFÊn3ÉÒ*Î}´ä¾*€9ް&:»Î µ[UÉ -ب¡'R5òÖÅÖhˆe9ÂPÙÈ7ò¸úâ'q©­q#îtvÎŒK±)%p©Ò«8,a¶+ž-¤d†4g%ï”w =Ïñ -„ó޻ǿ­¿mžÓžlo£ŽÒ -©$†Íõ66UòV H¥]ÚJ¾wŸ?o2nçøb`Þ.+ô8PT™R,å·´÷eRœ–cÓ)£¢¸S´ÕÝésçmÇÔ^¶Í[1§<[Ê®½…:žÞ…št Ÿ¼‰’áºLÉjÐ`U\ºxïÒv<±òLðÕ]"Î—Ž *6œ¸ÒU´ö¿ŒùiOÐ{žji Tº­Hä»Á£²Û ˆú¿S´=ëO°_Hª¾;‚«p9š³ÝÁFÍ¡©¢!U/GCÜBÜ—Fñ\Ô -e¨uþÙ!ký ¦cÈæ^×ãV{&šç³Ò°€ y$§‚д)| îˤxH^®‘¦¦K t¶oHĘ䳙E;êèžY¾Ô‰”`eÖþþܽ§Õ‡íÔv¿¨8˜öT€ èlÂàˆ¹å†õ»½o²iλon¡—ãŠ9jJĻ’)½‹(öU„Bù„ q-cxÿÖ)Iõ3YaLò¥AYc–D¬oà…(C´…'δJŒ¡zY7§uE>wסQqÙøÇà’¼o½7Õî…Ö [G ÆöÙ”¨8÷åS<¤RÓ}ẹmâ£ðe¯±FÅ9V†ÒÈìCÞZíŦ‘æéìm¶­î"åA¾)gÞ@ ùFq¶k–ǪI~Ëþg_Æ柭Áͧ8­P”uz‹ÓØÖ­Ã k¢Ùüà¶ðóîÀ²å±5{˜'xä)hÝK߇+qHáµÞ%ù¨”ä|m€§ôPìÎÝÝêñôxQ ÆûÉïq–ϳ‡û¶VZ÷ -‰åÁÅ—)Ö` -K(î>~ÇÓÛõ¡¯t³9Œæ37·›4ñšF…Ê “²Xe˜”òª)•ÓÕë£ÚËŽ|5¾IzÍFQ¨]?‚êÞOãÿ¤ŠjŽž5(Älô{sn’¨ük’j¼”˨Éa´VÙ u½Çå]¤6J2~Ê»@¾$èQ¨‰_ :‹œ‘î}°É‹Käu0¡´ -UÔQ—®Ô2(·n/mÇÜÎ~ã}üA@æE¶7ÑËQA?EljÅ ªÔjUÆG§Îd÷“k¼‰Ç®Cw×;z‚µv/zTUj„R'8Dì.¾9‘œlvÅiUi¬æ´\ÆLùí§=é·8wƒ}v¦•b‡Ñ-¼tøè“Ý—_ñÆÔ]öÖ6ÒA ©S_‘í¶ „÷],æùR'¶ÏÅ€&«02‰°Û ª/ ¦H „ÚmýÞF\óüD—®V8‚ݦƒ€Hòjo¤=AÉD„¢=š3ͳ)§•ËHÕ:wÜÔ5nݺ£æ-ž¿KVhÚ$Tz_Œ§³ß»AôŒt™&s±8Ø‹…å -ãpeH•QÎûΘN•x»Ë›˜hx¡B¤2äŒÇ’‰LRíg!YÍDÝhñ°òÑHÕØ4Ê#´[w ôÐûÎל&Ø$ÿ芖šÈLhrØ™²Îo(Uê3ÆŸþqUŒ‰R©0šC`‹PÈuü©B&½²çy0È’0¤Ù.αRø}üU¨‹º›3‚%‹]í‘^“…¹ŸæâHEA5Vó;ÙI.€ÌA¨þ.B«½ {ÛeЧØšþÙ02é÷Ô*ºº‰W3LÂ@þ _)—鯌]„fÍ T’uÀœÈ:МIÛÚ,~š˜Ãò¢¬•’›-º®¬VÁ÷*é°ÈE/a±ë -0¢nÜùÛõ<öÞ·Çe¸è -IB•Û!Þ¨Î}5oÜXŽ•ÒýY›è=#Ít†³(Yæ®J‰‘4Ï.z­Q¡­ÍJl®?#½ý NÑÞob‡h§Ø©b>Ã.F¯­Óªíl™ð0›y];…‚­T$îÊӬŽ6JÜ«Ìnœ²µRªf¦ïÒÔƒ#ªm´‘×iU‘2êÖ2ü UõLIÛE©&S½…WA¼Â•eI•Õ @ÊŠÌ R“;ZÄ2Óo;d¶Âzû•`Î/t¦íƹ¨ê"c¨lîÅ/³€*àŽD½¬ÁW¼¹l§Ï¸ wý¶dF×ö&5ŸÄ$ú/H/GÙü‹SæV>2? -åojb5ª™6:‡Ò¹§·ÖÍþ^~Ò©ò{m ”?Áâg×ÑH©t&ÃHY5Þk%gÄ 'µàú¾íÕŽ³÷r×&‰%¯%ßsj ¹M!% ‰[)Yì -¥ÕR(ÍÓ¸ö:ÞAßì"×0þú“® ãV[1óÜÜ#« äH–¥–¢ÎÕ\/~N¾Ë>ª«àýþ?þûé_ž}Ÿ§—÷Ï·÷Çû端ú¯?|{{y¶Â÷yúõãåùó7úYž~ÿüúüãó÷—ço?ê_?¾þñ×—q|Î’{làÎþ_^ïßß>ÿz5Dâ{úíñúöüþåùÇÇdüþ OÏ?>^¿¸¿|üúúøöwÞ³¹õcž7i¾öüþøúõ_í½^ž¿¾}>ÿ·~ -W3?æéñ—Ïoß_¾~üéñíOù±3ŽòòüíõíãOÏß_þCÞòåÛ“ïרì¸ûåÞãõíùO+|¿o?=ÿúxù±†çÎ?ÕOÏï¯~þþÓÛû_~x~yûõíóíöÍø~îùÁ»ßÿàoûõ˯VóžŸ?}üñûóûÐ#RÙÐzúõí‡Ç—Ç_¾>^>Ÿß_þ&χԉf€ñ»ÙnúQ ËÞdEâö·ë+o,¥LE¶EzË¥ŽUY‘x¿qä%ê½°Då¬KG§é1†<? '. -";)‰]ðì½ Ë4Š,/}W$FÀ̈»ñš„5‰¤eϿɢyɨšy€K!ƒ¯ãß#‚ÊŒ‰eð”Ø`ˆ‰Ç¾ßäæú¡ ÕBdt‡ÿÜd¬l~ÓÃeEª;ƒ”6dûð ÜðqÑË]! ‰!x -DãqY*Š ë]ôòòÒ&1¯‰Xei{(bãpÑË™#‚ËŒK^ʲž'Û1²+âŠ\2*)j€YFuö¼xS‡AFYîR–ö<‹Ò~Ðd7­nwÖË‹&°ÃÜ,}-‹V<ýaC°ìQÈ]Ÿ¹í—vØ—¡¢r>ÀE/éÌH6­b^d‹PÜ8+3˜²ô Œ$”m˜53ö!qÝÆá+ê‰>·>þ½X"¦gRHsNÜúÜú||ÿü1Jéþ_wÞõ^çò9ÁÔÎ<øÇ÷·÷~ë_ý¿ò»¯o?||ûíñúD‹N–º”¥'Oó¶÷Þ y“á®Û!7?otne’h¿•WŠ•ºjØ-ur–*qo'q®X˜ ×  úDŒG†WqÛܧJK]™‰^{éJ&­SÇKÜi¬EnkZ‘}#,YO@!Ò[ÂûN­þê– ø¦ßÄí…§Óˆ×ZPoð÷g^‰b7 K{ ku§½A{ªhÛRqÈŒl«¿de`~6;_Çèòa_?¾¿}¾ýé± -êΰõ#ó©½Hmª¹Q†àV©ÞŒÑKÑ1‰Öl±!aÔ-ѱÝ÷ûžHÉW i¯–F–¼”¥'ÏaumÚçµÛ/ÓØz°¨žž³©Qô˜6›º®îðá| Ïy#‚%öC7ç3 ®º,x×m¦ôøˆ¬^!|”BÀ8Á ÁSzƒ))’Z~ÚºÝfÉgîh5ÕÈömkëØSnŒ! ÚÍ®Z Æ´Ýz$ô®ÄÑÍçöZ¡‚»@ γXðÇD³„”o±¶”ÜG%£!,ºÅzÿ]ö¹ªge7!ix1±f,ò=ý\p«}£ð©P>µJ *û[ëa»öÓÌŬ‹’—a=ðà ~µÎhèžLÉzîÏØRhÏÈý— -ËepœVT }§wßx ä_&16ò<ê°ðyÞ«OêUûÍ´ñ¼A•®Ãç:爷f"™s] íÖ{íU$¤6+Ò¶)(µßÊ&n(Ça‹†Õ.È©Våu]…ÖX£"yrÑ'…º¶ßµ=¡ª—Z¯í\W;åÕÎþ˜ k¨cÁOåÜS{ ©ÃÀ¥}Y}ð%Ã2×(<.[öµg;àS-›ˆÛ€Œšj†É<ˆëª0M`»—Ì–ßÇ1önq4o=ÞgœÓœý˜žf§íM>؈¼‘%½dÿ²å¡ªÐ§‡b[)£èx†ƒòWê±}ùé-›¯®U•ˆå£©å€éžòI^§Eb$Z²„íôÿÔˆ8C‚¨X/‚wD\]Ì2>´=0 VHîh°ñ‰syOf¶—¸HמÖGÔຣ"°dÜ*…n¥^;¾¼ÿ4ßf„Yz{í !ë®éx¶î ƒ) çžq&¦g\r/À—ºTÑÆêºª¸1bx*a*űêÆÑñ \€#6z€« Pƒò·OMhÖ Ë›ÀRòþ¦ßm¯ WåžÞ…ؼ§n™ªƒj?„³¿z«-ï"w÷¸0¶þC[Æ4ƒ‰ÁP€V°Á5µ‰ƒ(`¯ÜR° °9ZʪñìÓl•§Ä<ˆ»Ór¬ `0~e• u¸S‘|U!Žy¨­A̤ĔY›îŸ€YZmU-Q»Ïn'ë+CuÏGn ñ;Ï8õh±â4q=ÏBËXĪZ‘èQ1RîÇ ç'Kr›vúßÎÃûÔ·–1Áx…•rFr·;å÷¢;ª¨¨©ÏyP/¦®ú±û¾H”©°ÒWäz>óº¤Xo%&Bú `Ü4çÅ.°ˆ趯=1M'û# Ö’°—xêÓ篾a±“4ðµêØÁM/>ˆž8mÊ è‹å./­Þh_r ´ëójŸML :íA¿Ž|LÓw¶La{Ãê®ãà8âAtr€Æ÷6 'Xj+:¾:°ß¾‹¥¿H ÚÆÁy_½É¯ -‰T_«2™[0±P[±aîîÞ\ÇøÐ”¨¨,hrlëH2ʯ±7êsZðo­ºÈÊàb0éºøj½¯`…4ÉhøÑ;5bÄÅ›c—ÎÓrËÐz5íëŒØi“ÛUl±æ³»—ÇësK &ÖÕ@Ð<“§7 †±8§’Å‚‹qdXP1 -^iÐ^§aæ¾(4›Ž“Š][ˆXü*w SáIkC¬hQ 0 \oZ„¿6’áêf) -r>Ý)d»:2w…8 cYë=¿N†!¨‘N|̳?Ì÷ùKðez‚‡©‚ú`²ÎuãÖ)ªj LÔ8‚>FÖ=ÅRÉÆ¤¾¦½šdqW#òņO7½R„¤±œM€²âd Ð9±ö|¸¼¯(8gªGa -šHØ­ñäs ˆë0W+ & ä¥î aVq»­®×+çGÏ[£<«+-T¯—0£û]QƒÙÿùŽ^'›¬*b[°/öu`= Š*›°Zšó#šqU°Î¥#","bJ™Lµòä$"{¤YË# -ò1¬’ÝlWr0G¹Y$ªû°Vo¯³+àLjST3‹D I!3^³««‹B9Óa/Ï3‹4½eNÈÑmi)y³œ£‚íE¡žk™øc·q•+QñB¶agØ9ÒMqQl;ËM›<—ŠkÖ¬Ò½ù]FEbe „lPѪáP½LµÔB+MÒœÖ`‹±T¶ãwô®{Š{¦†}âŸ*FG*úìLÌßœMGy\[ÊÁÚ?g“aõìf/péº^ªEÌ<ó2©"nIÙåòZš®ÏÔ b ¸Ð%Ûª',3c,¶ƒ_OƒÚr{Å5ÃÐönÔRíiOAu|ñ*Ñ‘Q§¯Ú yÖì:äæ‹ü@¤¦t%*ÿêC˨Z Ž|öª'eÔ_î¦RŒ+‡ñ•)q ™B¾²HáÇ_å:¡Þ¨-5Övx¡[ª3ƒáŽ÷ä]Â)gà9ÙmôM>AZ0¹Rñ1Û •F‘Ï-ÈÂm«à,`ÎÊ|ôjÄšíc»:WôádܕՖ僜­ÿL¸ÝYž±ƒ7t\]}Bõú–›I®âQßÅv}ûWïÈNÿá ÜÒ±>Rá„™û5b@‹s¢>ÉÓÑ`Žâö£\—¶½V¨ãz›Ð)Äbq¥[g¦—wQ±(ËÿM5 ºãî:·×>DÔS}S½qKÜ¢Ì}wh-< wj8}:< -Æ]E ^x"$×´Ï¥Õ†Q[žÔaûý…Œ@­®¢“k>©8Õ,Ä—ýZc±à¯ˆ18jË-eÔŽÝt«$d=úÿÄOÄW«j¬ƒyaÒv©Ý6ßðOü¶é@É!ùÿ©ùÚ²ü»Ö§÷€NÀ:-X}¨Òºc/üÀs¨N¥Ž«ªÌÞ»#R˜‡Å(.è¸ÎpVhu\Ù¥‹²€* ,ªå:¤Ê®lCR)6ñýÛñµê¼Q*†•6Å<ýO­öpðöó3~ÌL„%’Á퇙ʹ_醄ýј$R0»ƒ0ñ^å=tº3ƒ[£ë±K©™QlDI×FÐ¡ÓØÓ³¹åY­Ø$NK§ùÄŒûáHQMóƒGÅìPŒÅ+eõ,Æ;^\Ùtý6j²ÕÒ‘DÓÕ-ª4•µ¦­=H(S4·œ É«ù\4¸ -ôY𮵛 ’v8ÍÌRîMTœuWÓÕ+ƒªRµ-äÒ´úrôÈ"( §ûƒ­oæ`Ò~4Äz "w£c &Wr²e\Ú"¼Ês4V„tŸ¯ržž‡û‹5¯ªM+Á[ȉWbߊ-ùP…õ魔媗pº¬…*Ò&Fp¬Ë”-òQyGyP1³}Oý"©Z¦Sö­-bZR2©xÁ º>=#t©Æ%L¬DJÝÆéÑ•D$=¥UAO¡q T¤ -[pkI¡_ }è†ê6ŽI½¸Dõ/‹S¬4B^‰lŒ\õ©GDý†¬‡.n;ÖÌl”V…ÃPÌm’pÌyÅ)¬¤ˆB¬ˆ\m ÎuCJþzþm˜PUÈ«`óAäIþB+F#ŽÄœ†™„µeÛÅÐ5OwCª¸ëÊsá¤ÐœxTÒ¼‹í«°¢*‘Ptõé÷î߇ïy›Õœ>%èŒ7`Ú€š^¯\£–$–MÙ1@—½÷J8ÃepYT$KÜSUü ¨´ù¥cp~üæVC¾ª6SÝÉ4·¶f™Í¥®›_zŽ}Aù›ƒ:êLæ^48„‡ ±5òXÐ/ÞÉ.4é©t07³NÄJ×BÞÖóEv˜¬+¢ªA'&"Öõ)u—ÈkÀG¯ÍÁ} -“òjÉkâ­yÃÂNL œM>²Áx§ëV&SûÉsÝÎt®‘©]"UiZ¦ýuY‰>e?¶|]L°¾ðŠÉûg¿(7-7%`iu( -XÁŒ<`žUUu;âÌІòé—™°z ƒ‘› §  ÇOŠ)4ªO€RÒÐ4+¤QOËá£GìÖ€•6ˆÒî.+7a¹ÓYawÅqØÅí¥…U¸„ƒ‰üXë…“&e„E†“NnS¡ïj€ìvö¥=ûDÅ -[²Ç–I‰Y™zuÀNŒ ;ÆÕ/á·níìíp. e¡»Pe)‹¢ŒälìzÄ]«Þî:údǺ«ZÍa‹ÝÓày| ÷ËÆØ|`_‚É0Ø#o¦ëe««K´rXÒ†)î=ïCžÁQ: $ ^3>òä“Úhi“Dmµtöù9Ø_îCgÝÎåuƒ‘¨ÚÓß2­K Š+Y.Žq±×<&ÕYZ 'Eùm@˜"Ú½^Ô»=Õ2Òu6ß>aUj,Å»»^Ÿ=mZ†O¥K&Ÿèæ‹ä1ô„4G1W¢“9áY×d’È7q²fNš[Úƒ"Ç·ÍM#–÷Œìºë—}¯ê¤ì‹Ñ‘݆@Á8¢º uÀj°UÆS—AJøcdMºMë.;`t®oÌdlãf9<\ÙØa÷æ”-ä¦4ÕiðIÎB6ƒ’°ò^¥¶pi’.^1Õµftè½ô  M€wDm†¦Š¨%Óå^³câU*‡ŒœnÎeŽòÿFÕ%…PS¦:94!þ¥ÀÁ^G©¹% y”[‚¦Bm±7lÐb±fʪ w¸$”Š2ÞtÕì5>%*gg·§X±ÜÜ9Ʈ⠒áß ‰HžŒžØÇ†QO¶Fì¿S¬, Ùáæ~ÈÕÁG34¢É&Ì\*O“výH&.Kb\šÄ êÝ»j(lnÂ=#!–6…Ø`C¤OC‹lŽºw r -ø.Á¢/L‡Ò,¨–•GMºFì"Ì~$ŠÌ“»£y–HL/›v" _2ÒÏ’¸8=9 "…)¯(BR|y°Yœ«ö|Û-ˆ\LAh}šxÂJbúq¹£ŽKpûpj‚%›ÛåíXðŸ®\WŸ„çˆ:Õ7n #§›D•–sÂoב—³CîÝÝñÊž¹³@„Ö ¹åïlmÑÚq³ ZATäð²–×¾»ßõɚɾ»æêŠ[õ:a8 ÎÛB³è°üØÇÌ'iÒzך"‡¢´úеü©>îÞVb~§‹×øYŠóÎuïs^Àä‘îˆN«i2«J¾n®ËàV öl"öX±MŒtëØbšêݲP¶|³.„O´¼îFRtæà¢òJì,qg±«ŽL W]™œDȽº)»q¾wÈ ƒ/áffÜ[RSͤ:7±ô;±áœ¾§‡RR¶y®qf–Í.´p}äÆË9PD鞌(kä­EÂ=½ jØøQ ¢Vé$Z:Dç\ì, --D!qöö”OÍ|c\þÈí.‡Œym¤¢Wû”)™ gæÅ‰CRy‹^¬‘[¢ØcpÎì½ÔK›ôÅBsNixùÔûB{5]Ùb©Êª ÷r]ÎB0öj6áÝúrÂ}ðÀѳS¶ìzº'ËzÒ^íø”„³:®CeWì-±=£¼3òe -^G_RèP.Ì.Œ;qG åØùqg8 !ÔÇ:'°XË’tžHN"`pÙüìIH㸕 ;å°•Žž Íá51O+ÑBÏ:B÷»Û)ßIà³¾ý%³©ž133£‰lª -dýï—íÔ±ºÌÍuG¯<6?1ü(²5CRQ¤ŠJ C“ ŒáŒ"Ê—ôúv¤…æwY l@AP9u™‚ƒ_näºÊõPªm…8¼Úí -÷¬mƒbòÇF7R YyµkÚ­p»rÆ~¤¯ó¹¶U‡*¾2µ‰åDøeR®+fš?°¼bb ³*j霠.ªuz:¬Þ%8åx£WuÉ:Ĉ&:8“Dæ/8î1£¼Žç¸C­“Îþ8j(“íàSP°’J˼ßÔv¬º¶ƒrÍ DèÇ@K -ûæi;Ö'ªÇ|5qnZ(ƒÛŠ(SÒ\ iûpõ(¢.Å“ZGƒ8УZ>û¾(Ŧ.±ËŽZ;2£¿$+ZºŽeY×¼¥^t¥O㤮¯;HT¥ãNEÙa‹0&®:`‚M/×ÌA#¥jôqÕ\MGOÖ£˜gÆaÁ3hˆ_^ê>™é®§‹dáš’ÀWNý‘VŒ/å2í¸Èu€ I9²í1× £wØÐ+€°Ù|ÉzX4Žð–¡/­£Ndcݦ 0fkÔX€#»zádµ!Êͯ<vö¨8PMs¾ŠŽ¼œžÝ‹6ë€de/h£¦1¤¯‡mÖ^ó'qó§»]îAäé'÷à< F 婺TF”J™Iš vÖ±º ‰õ+æ4¶ˆ6ïTi÷0ÿÞL~qÀÃ:[5JˆBMï°4Ûš2?ëâîC”SÑäis[T© âú3¦k}©+Ü L=*0œì!˜ñ,¶ ×”íÝÿUަš[Ï5hh¹)5‰È) IWb£Ü­”¦hS€’ªR]Žf¢ÈPvX1¨„°‚:öoJššÐ.Hõ÷rAH¦¢ À0ÙL@‘ªp§‚¥¯Ì“e! ^oû ÂZa(—©ý`mMADP·† ä–$ çaïG0¹Øò’Z3`„S«#îaüaV•ÊzôŽñnQ&þD½Y£ƒäK¹‡m,êÔ…®|sdLtYmNTzQ#Ÿ·gãÕÙë ,ójƒâw!?Qᜎ8>°Ý­(i!¢9½#ˆOKÀ¾Ve‘®Ö>í…D­•N¯®Ê~xûR]YHº™‚zÃF’UšòûTGŽ^ÀOlXÞ«uÁVÞuiEšôkTëQÚ7Øq¥Ý(A†æÒS/à›níÇ㇣5„é‡òUí£ *-ôöÂÎ  ²Ri“C‚žôëÒ•Ø1¤'Ã÷E¨c©›7QqÍ5´öz¬‹6ìPÐܲegÛÞÂΰÁçwžƒàéGÇ)£º5°*ŽUe£(B/Åç¯ØüÂëíØøjš.Þ ìú^"îQËîªChºëG*qpAøÕaƒˆ2L—Ã^€ŸÎ³-`¤ïw1â_±sIJ%{_azªãzísܶX=vÐ 2ê®eÇWý¹Lt?¯=r’Àå%°¦·»‹´kýˆŽk0º9uÌ„\3±jVôè5­^ê–×d>2s•'ÏzDŸªc‡ú‡e’Øf— x*<* ]ÝVuRaz Jý]œ‘¡Äuð’Y¢rNJ<äk>³ô´Ï:Îâ<6]Ý2©ª»«¤¢ê&/Ï~yÕ“;öüóŽ)I_R²ȾŒ+ˆÌ`V= "ìØ·€ .ve“³py{«Í:BÛ×ïA®ðÌ"èg|{Wö‘*ÑëÛû^}Y$G¾Ùðµx;šì€~‰d£pšô  ‘n’>]W\ùR,oØ%’3`Å[R?êƒ[hpÕNõ{&ŠÐx?»î†°KŒÓÁ€Õt«Üs²OŽ{QÀQ<;E6U -¹Q|ý–L  &æ5´Rgftĉ;éʬ -Ê]KGo—ÍM?”g>á`n•{A®‡¢ƒF×y¦Å©Ñ®ë"–IÑ*d,нvK÷&hºÅá²<ª¯i™á%‰«ÿ½bÁ«J^¥ìC”È#À1Þ¢ZÂÏ)Êk¹k Ÿ@=-…v0¬zfUi)RaYE‰E½E¾SaB‹Æ -}õÄ„ëü=rÂDeDôØ«¼–›óí`UãG¹¿»*¦ØÚ  -`íËus¶½Ó)6 &4ÍšlÇÝ–ôròšjG^׬¸wž&Ê0íPH8§ côj»Ø™ö%ײ»—B†Hô+Æ´-v¹HZ$£Y¼-à<ö´–Ñd‡—˽jµ"::b'ëÀžÚÊáÚ’¦AÔ–”m0ÞôJ_0cÄ,Zhk´13Ìé3ÎFŒ¶§ÖæÛà5 Ñ> (k¾ÑDÕDo9²­³¡Õwö¸ Ç¹Ô.|Mĺ…·ê6‘ -–ÐðzAŠZk¦}á£âp~b‹[N ¹LìHÐåé!KÞD4ù+wO3ˆ5rÌ:n.·‰‰¹áÒ˜¡^ÜýKD •:ô\ʉæ.ÜÂX¢˜O»hÇq -ËÛg»«–£"LªÕ…®Ï3"{8›‡ã2C¹çÛ”” SðÊ ëq²±Éèû% ˜`[£ˆ½ë[2lLbpĨÁM‰)àHEB‚Û–ºEÎ~ Ó•w©Ïxz ‰2ÿÝD]§Þû¾ŠX`L»/‹áȇMÂÅTyŠøõw/¶¡Tª‹’/…î’óc¿ ¯DÎl?ò±j¹Q“à:™Žnw¢<`¼V{ÉBæQ„åH¹ò©žªr¶bÍ´^Ív¼6OϤ¦_‚¢#6ЍZˆ. ¶.ð°v 𤧠P¶6ãö(@ÆË «~Èòª†ù,8ÝÕÉ ê7À«ómñ#@Ì|ÈúÄ€Xªk£†Jϯ®¸u Nweîäx/Ö¯<\° ƒ…ÆZ^µ³ q˜$¡4cÖ çŽ%¶ý??ƒC VTÔ»‘TØš<˜Ä¶üÈ=I÷¬ÀLú e„ã.¸/adt×¾e²ÎÂ|‡:‡•RÂl9;EÖ;„«Í°¡Çbá1DÚ»%  )ïòdTØU¡bºã¤)•ä⇠­c²æƒ:ª–Ä+ŽŠÝÀØ cpHpœ²<”_Wça}ì]qW;Êi™ÄN[½–¨åNUðsE­cºÃõÀŠ×m)ÜòTÄZ$­ºRR.ÎÄ€Ç-7ž=i˜ÙãžH×Á¬ßÉRÝÄ…ëгnêÅ–c‹†@»¸åä¬,–8H¥HY¶KLÝÚr]ÀwÜÉïyüëÁ;ðW¾üýoÿxùÓÇk¼|üôþÓÛûóý§ÿ}çŸ|{¼ï¾èåÛO?ýc^íåïo_ß~yþøç|úó§Ï?ûÃó•3ƒ«³__òáõùþãÛO¿¿œ§&tY2}—o÷/eàÙÊx%þÄËãËç뇮Ÿ¾}}þ «Zbfºÿ§¼aòV^ñ¡—/_?Kýû?¿ýôøWx²°gZKÿœ?ðññÃëÛ§_?~|±Êþ¯A;.ÿ–Ÿ÷úöøÿçOï­¯úáùËãÛçûÇÅS¯ÞÏïß>¿aïûæùÃùþ‹3þ„ *‡?ïå«Çû믿z{ÿòÃoß¾ýô&Èßâ*‹ã?öòíÛÏÏß>??þôxÿøò>g6ôfùêçï/ÿ×ÿòüöÓçïžï?i.ÒÀtçæ¿íñÇ tþ¿o$Þ8e.ö"&sÙÆ³ª ýiÄAÄ¢â$¹àMíÙI†Ëþñ;¢xÃäö—Ä›ï`˜ö€2»î¡ÈÚö„c›¢¹7 Å­v¸z¾„•-ö{][GóPD6ÔôEm~Éë{›^)ÇÞ^‡^åõ"o—ðžìþ·?cÞãZáa+Õ0ÀÀZëuîöïvF‡µ篹]Ùžm»æ­³œ;‰š,ãAò¡ÃæÖ§±²p ½º&GW¢ç>ñi^9m[ÆÝ¡•Ý*¤ï|§…סÚO:EP—‚[•‹Æ·Öw | »+öqÖ4~9kÖë„'Ê6Ó·K¸™gS.Rù,tˆÂ íŠê’ìôLíZ˜7æËÑÝNÔ=²ô‹¤Jýµˆáú•2|Ãî¶,‡5CäÏ›ñj“–ðÐ$o -ay!ë8‰Ì†¼e¸yïE$ßõ§æ¹ƒ¬Ko2I9Ù')gƼ!VuÌKÉVŠ È¤Ï¦OQoS]nÔBø„‚­~Z¬`õÑ`®\kƒ…vƒ óóý®y7cs…Bë3dÀ||ð­pCñë¬rIæUO‹÷|6žV#®‹fyØÑKtJ–é‘燫ûÐ=Í-(­žgJוIñSÏ»geëݯ4àç¨éÑLø×ÿé…°sR7v.½ÀÚ`7?©ú·¸Õ׺l:vÁzϘ0-µù!A\gm ‰çdðh‘| -8JvÆë<[ÒÚ¤ˆw§iÂëè¶Ç2 eN’AØe¾¤†²½¦äÁ“+òýâ§*=ºÆªÝj¬ËzìãÚn¡Â,©(ˇ!uÌWW( B)¶Ùøþ‹è wHýáëZ—MÏ -üJsY«¬ºvXÚ{,N!©Å;pgbéÒÐ}«üV £QiGR7¼Ál¬Ž+”µf—æ½ÌoDìµ]¹Rß³jw„Õtöܳ~Ì•ksB–ùCªð5–n§ýíÊzö¬[ç÷´Øúž;ƱÎ2Ƶ5I…@Œ2˜-÷ϰÔ/J³’³ É×v;§pùz³Ø/ËÑŒX¡;ÖYõv%ѳmgÛÙt1–1#7♲2ÏíýBëÙµkbÞ†2oËÊDiy3ŽJw¢²E!G´v»#8ƒÉ×EŽ"‡“OOn¼Öã&mFå)Új7ò\œ ·ÕmCŽíÃá`ñ¶)Š›BÆÕÂO”•¤ãU-™AŸè!àçÃSE6KŽö+?Ø1¬¸B˦g’íè;ŸÜÁ2ÇSTºÊ²±;¤®,Z:¹.Á³ØW“#ôªåfùî;u3ÚyÛ‰i¾£OÚ+kä>aåeŒƒŽ§eqw ° '©‚ÛJÈû6"W¹×ƒŽ¾WÞý •ÔM‡èÚÓÕƒf“=7®ãÑ _jª£V¹ó\fsuzìfdÌœ‡4¡UÀp<{žìûY»Ku½¹6|°J·XŠË«£ÿog´Õfä ?®#Çœ-Û*·@¡Æð±%׎a¥6@A!ïiºSŽ©D€`gÄwÒgÍLì8zܲ{XôEK>“Õv‰µ0¹Œ(Øó¦û* Å”ZPRoQm”¶]´()‚;7 -üš+Ûü•np <=¢ôÂ`Dv'ކhþUH{í†ù"˯m.„×®î^nã‚݅ưîhx¾|Ê ƒûvùÛΆTMjÔÆHYЯrUÏmx&LÝñ'y1ûÏ+¶íf¼%BĪü 51Á% †ÀòS^¬,–õÿˆ›­Ôý&ˆ‚µüÿMßOêe^¶aYF[¥‡$#+]ËÖÆ[õ™ágÈ~º÷NŠæ*Em{óRl¥kQ ÀxfÒ4/ÍrÒQÎGIPÎW34¨ÍÇÎÞÜ+¥)V˜¬ØJP‹®®ˆf®úaŠZZü9lýÉŽvú™Ìb‚Œ·§ä£SØecŸMK¹·Wž 9êÒ+ªt™Å”õ8ü’Þ¶ÓM?ê?ñëSÀ‘§ËíÙô’aÓpU0/Um/tÕ¡t¿Ð ñ¤lM‚ú´ý¹×:ü“sêÙÑvËÛd¹n`—~sz㕪ª6ƒ“¶þ\Ð/£3mãI8Z.ý)Ä6Tk çºwD¥XÉtd™ç²“Ùå.Ó¯_ù×ˤ§·z14¨UÅ÷½˜ûsC¶å¿}õþÀìV '…^·ÃÃXW׃ñCûÅN଼.ˆD‰ný›¯øò¢°HqÁ®òZµJÑýžw=KÑ;öŸFÆpØ'߬˜Ç’dv3'GžÛð›lRkBCʶéNþ66N -GqAæ9Ôûý¸Œ= Þd†«®È‚!¹;,z Èä! ºê*N FíbëäÏ4A嚊 HvrÏQžõ×K7“†Ï¦ò`<ô™“Âr’ó@™û$KÓ-/ Š´îy£þ§6nQê»Ý§™© –kÁrk -÷šFÂêåKå^I^ _—w¼üú—Ð L7ayWäbÂ@Μ&¬™m=Ô] G‡JŠÇp­ -µ®Í°ÝAõ-ó?;û6¯-”{ÙÌ™ÇYùÓu%ŸšáÞ=E^ZAXz :å‚Qg‚™¡Hœ\ðàá › Xc.öH¤‚3`’gxyU¶ŒâÜ`ÒXÅYIë²ñŒ% -2Hs8èõŸ M:‘,ˆÎu ˆ¼e¾øíAIݤšw5-çvÂ7À'ªeŒ&'"º®”žÃ5mÜ™J#¾Ù÷¿¸–„OÉ48€Ç2°–\«¼ÃkÍŒõQµ¯é -)(R ý1N tO6[½sK5x•¨êtxx.Q6ÐÜÒŸR»ù -à -§ÛiÀ@çæÀsœj‹ÒíÁÓõêÜŠN ÒÛƒ`PA~ù˜n#ß8HOD®])Æ>}t‚2W|‰Ðµu“8”Kê¼ÃüPÐ@=÷œlÂiåbW"à»Ñž¤0%ßÎía!¾éJ^Ç I·Ó5râ:_"üÔ[ÃÎ`Û† ðœªÛ¹§=ÒÞ9CrcÆ0åM$Vq -Ù0g¤Ç]28ÚÞ7!º2åÐ+¡"ç÷Ì|}ɶŠCŸ¸sæàa‹µíŽÜ¹qITXøÉå4çXmn øWUÜÂy÷Yã¾:gî5,¡Ñ,nÜ·½e²w»t¶ôÆæü; •ã¾b=öŸEÎ “3þ¾wèqͼÖ(šýÖ7$s¦Kà|gyëkì„.˜`Ëê -ádCnŠ*×Óø5iÀ缜øÙBu§²›‹ùPDzÎ -W§ºtAºEœ4ýl:†äNÅpÃ¥øÅçÌ“IY¹FòˆàSl$÷¼‰äYL 3énkn¶ÿ=†T±ëúᤋë0¹ÏYâQሡØpÚh²g(˜8±Y7žÕCŠ8ÛH™ñݤȰs˜êº’¸Kï*8†Vutl"°fé“ÍâŠãÒõPS:Cî›+WŽŒÎ; 0Ù†°§”À„é^‘a§3ÕM§¼dVxoTo‰à:œ\ì»Óoi@‰Í”èJоbßÇÙJú©æc™3 ÈúÊ®0 fïÉ·Ð7|éúîtY̱±cQÜ&‚êTó¢DäA€u\‹À B=£‚Ü;,w©n“V´ `¢·ñžlÂ#*Ä5KXÐ1ÓßYj2†õ0X”AÌ•‘O§¦E6yŽàM¥_R*P¤ °ëä¿A“ !ê Ä&(ƒ¸z Ö>ÈÆMágè;ôÝ ¶Jêûö9בò_w±gWˆçq!æv“°cÐÕDƒ<3 Ld»„W7æA²œã ¸$ð}Ÿ„q´‚.j?UÛè»–ÏÄŒ mÚ· -¦¾8TÓ2#È…©A¾ë*#1I±Ï-ÍCEVꂨ‡^Y ÈB‘Ž"9¢ža:(é¤ÕðÖb@´…ÔžroÂ6ê¾ -¦í -b¤ “  -Î㈎Lôà@iÁ$ðµ%@jÆ#“=h -½Z=”CìGÆ)£!“Mñc¯©ÔÅIÔÏÎ{‘ñà-zº—ì'#t`ܬžijîU%éÏݲ>©û.éëÊ©÷Õ-ï™Õ6zÆR^%çÙWØoÂmh·þ}\8ŒÅŠî‚!¡•^Eþ½di=hf›ã[Œ LÉR³†P˜^±Øè›´¦é¦k­ÌTÂÚÈ„_ £{fûL*o6a]0 Ct“*p‡P|­7÷>hòo Ç¿æß1µï\Û­óñt“Â^çÇÈ«! -;y\|ý S×'ö¤DÑ‹ï smÒmûóNdmšPæžU¹ÝÊ 8/!¡’ï܆Ö&p$À²_V…‚ùkÑV0&‹ØkÆs°è3˜šâžÚ}{,5€€Ê@yOÆia‚8î23‹æUî¶]Žyv2ÀOh‹Áÿ]ZAm«)H“ÿ/[;5¯\Y˜Rv +«Í´s÷¶,Q@3—˜ßŒ <ØnXyO桞ÀY»ÞM%Ît}ZÜøÏ <õëjßnñWΆT.êqqáç¢Xû‚"«…ÁAçT¯EdØ%¥0 ÷å¿ôX¶½u–»O”‡8m(+>fz[`xŸ¢ß ãê%llI[²¼õt(õz_Å› -jÒÖ›Vy“à­ðR—ūɆ­ÓÓ=Ò¤•†`¼PK`+§eˆ'ÓT¾Tyv‰†ŸÅ;Ò<Ù=úý ÉÜ¥‡ÿóG¼Ë5z+…T„Ovú½Ô,»öÛ2Ñ–  ¦ô}T;i>.<ˆº%zè­È&ûÔg­K¿AîÄZÍpŸ æõª3oèÀ°¹]fé{;)¿”ft!é¡DL7™OéÃG¼ jß»ïP -[>„:³eU.Ÿ'ò¼©öÜÕ·X|Ä‘ k¿íÆèrÏç#b²òï%§Ò¼{#TSü¼µÚ@œ‹»Ê ¾í(&V{»X¼Góiøz÷X¨ìŒé3Ó/&~…Y¢ë?%[-O -!´ž×Êu¿]ÏŠ¶Ø¡5OY:<Ìw¹³,5[]enãžPP–@~dî¹§+# 7Ê ?»ðÀ&È’®ú RB…é $åjÀ‚ÍQªŽ¼ ¥^w®^è„ ê!y#×-Ð(}ð(ÛÌš¿üìÅ÷©;Wäѳ|Ø&zo†ß>^tˆ ‹ h,Oõã²~.©jPL´/P1lfö>Ó® ¾‹¾+·f_ ð àoÏáFPn£^ÏÍ ‚šá«L7 ¶AëB9d¶‰A™,¦‰ì ožTK|Œž9›C󯆦|“È:ßxA˜è6óù|x|Ô'“Šîd ÈWÀ.Þ…È“ò‚¢³ö¿R¢\Þ²B¿óe4»™=@®ú|ð¾ -Œ® ïҮ礪–Ó½B}!M*©oìEý¦òÓ0ÿ•Sl9·´5åNgë‹£c˜¶Â{WWÉ à¨ÐH $N„ž?„%ФŠd˜ÛEÕqXÊ›<)ÉS×§ûýÍQtX@>Ðo~¥3Ô\Îæ`¬šôXú:ÆB¥®4r¹_°]Y "./ÑÑV¦ºäƳ‚ký7LéÙ¬@^Ñ)İs®·áÅ-ÃealÎyšÚñ6ÚŒ7‰ûßäw.ÞtÆv6&û|QÐH˺ÝV³3Ê@£€šÆFrÈ¿ -p™Y§´Li·/ƒÁ'Ã{î†káöW)ÐQ´‰ 6‘îÍ×ÑÑ TÁÇt\·„½¤ ;H€ÐÔ.*|iÆŒ[y}*Py`XÕm"´ ‡ÐQ7 ¿Í§W:^à²eJ1ÃÈžPmTd87DHS•Ò'è»Ìë`N©g¾’,·ö”Zîu£{mü) (ò8 Eî,O¦åädLÚv!¾ŒƒšDA+ûQ‹:(zƒ ï²´ÿ@DÀ].Boý8 \¨Ù§¶š$«óvƒý›<Ûú7‘Šå¹IFr€@=´0Ù<ÐöbìQDðõ­—mÇÊÛBôì,€.w{>Î4[ Åt×h*pù4P[ס“ ì’ÏwM g¹5˜ü.x°Þ0†Ò {Ue'cØNå­´ aÇ5T -Ý=˜Z¢uß!k"žö¤ íIGÏ^áà‚¼ìv‹À!x*@GÍk_ÇÙ•»Ñò¯‹â±.q õ:gü&Ö#iÅ÷}ÁŽy5#ë‘·€Ù[Ë‹´š;# ×g‚64¸àxÓ27ï»X÷?Š Ä¸Ä ¢­ë¹6ÙQúx@êGð 65|Ý‹QØÄÀ|‡¾‹´JÁK?ˆt~ÈÒ\@ƒ³Ioî‘¥y—}xÁ3ATºn‘!£I‡êŽ ilÂ󃺤v”q+YÔ-ªû²‘{¸ï¬PtÏLê7ñ)À.nȆ¦° W¢p2lŽ·tÂÐÍUbF}&D¢ – yéžHn5«N+?Kç^ÙhÞÃ*ÄIî3C î)á;ÕžzwëÀЦ§„‚ªUm׳žÈ Zìg^Œk—è ½Žeæ3Ž_‘Âë)jê?©]¯¹wR²¹šTO¢ÀW„®lR`èÍT3,ĤÅàÇùn—Ì3Q†îãï}gYø‡J<û,M -"ä7Á|5’¤F9$«%¼öL<kº„²ŒÎã8‰Kë>T@§ÄqñŠÁe’?‹­?›Õ~—9 D Ž’³·ò/‚Ó êǯ+÷a GzÌË…ï½ ºTr«n8þÈ]"”7nŒ³rp³×D fÒ%òYy}¡l ^ƒ-”|íÒËÛûvDù…jñ=A375¯4&è¢ÉC%Óg&>‚›Å¸gÍgÕk¡ôSR3më]!¼»ÁÔ®°^åT:éjÇZáà ŒvüîÁëÛEt)e<7„OOXtý÷KÈWâ}g3±íJÒCyëÇ·¨OÆ~LlÀ¡e;ÌP™P=£áYo h‚ýæ€Ú‰-¯Mº´çhÙ¸YúçE÷C»Q™ä\ïØUÞ,ß,©–@"ëëÁ½cs®.°¨¯^=½æ„«­8:<¥‡ó*x2g ­LlÞ&48mqÚjÈ•1W:vŸZLî·7á†g¦QçìbBõð)Œ Ólñ-Æ8:#ÿkÎË;JjP²…’^ÎÆ.0ÄWg4†šötPÃwŒÆÙ/ -Žîú'd’Øü&çØÌª[Qø2ýlÁ`‚ÜR›ž±ž´E¯‘ÉúlΗ?€¿Jwè·ã1ºêòÎ=Ui•ŠŽàª µ -…Á+k–ê§ŸTÃ%дÀЊ‚îÆ2mG­Ì¤µR2ÚÝD‰ØÞN ìk_\›ûP´wíÙ¤g| ƒ(?/Ø\Þõ>ÖV”{©"¤®.7¥’î-‡›m`‚ A<8A´Çcuë{„æ;¶q’Ñ0}"¸Ëo’‘— Ø ¢],-À4ÌÍânæÝ³Å Y_±NNTD%/Ô¤çMЯ"+ò.ý”c?_ûšËษ9Ñd°ÜZW.¥{@op¢eØcs’Š"Áf2†m_r¢Î)¿]áÚ6ͺA§v_A’£|ÓÊ,@’YˆA”ƒO„„–ååOÒ „s×¼5)~LÞœ&Ÿ`§ ØZ«Ø®Ì.ƒ›¹/™Á¬º].‰ñƒ”S‚¸jüA^g‡$——`r'#Š­š`åEKÆÕ&!|}~6-ÎJúÅ%‘–ûÐgogó†¬@ª§#dÅÞÐÿÑæúÓl „.Ô.QéR`ÃdˆnٯɢrR M¤þÈÃÓ±‘³sN¤̇ `CN°uÖð¹MªMs2zij §/&ÈC>þ¹@’èä”6³i}ºÕÖ i¡µ«°¶<›å²+>%tÐ*Ã)AÑrâ¤z¢‹­ Gy*—Aw™y{‰¸õ»Mò®$c¡Ú½j{Ãð^§„öŒhØëB‚èêθ$`å«ALh£™u‹M—ûÄð=k,K‰š€8%ÄpŒ¶IS«VÆB%9Ç^ÇÏî×ÊäÞt˜DoSl)ÀzOÚ‡ƒå–žpÛìØO¾ûÀÜ ¡2~ñ!rØ_mI¿›7»œnqVnC·j¡¬¯˜æΫå&QâÒ®=–ùb< I•ì95<Š¿Œ±¬¨& Êð…°ÅVåìÄÞ&50³àS2ý€¬d±3¼„¨P”U?%ÚÏ©\ ‰sáèâЮ†2SâSÓÔKí¹õí‘4uÒ'Sö”Ê_¹“Y@‰Beà±11ª,t¡ö;N HL«äè ´„ðNKaáô]õ…À“ªñ¬5 ½Ro¾™7ü0±óÖ ²ŽŽT^K’•~ \‘¾ÑøAà[Ù·@×ÌÅ*ÙŠ©¿âmnTƒ€°B®I5s†JsÀ¶Š˜º‰¯\÷ s®_*Š10²éÌ‘çü²" ‹¸6”œÕ.<Ãî[/õ,q8†áàn—o襈üúlM’‡rÖÚú+t·Ôá¸m×ev¸ïðfƒeñ -ž -æ½w¡ç²gGÑÖí4ê„êC¨{Eð-êKâ½7äû&+¡——ºÔ€Öð -_×à9W°·!#vAT5{)§¹6î9'ŠôŠðX•¶üã=ÁÄrk]¡”eÆ<ÇéuLè…11¹"ÎN(W%÷qîCYx5®ËÒÒˆ÷1Ž | :ùÆäóE±…e±;<ÒûGIØÓåÁ‰”T[°Lð t§N -ÈûǼAª=e§¥Kb¾“¡7£Ï…ª¶Àpix.aRl ѺŽt4X¶#àoãf‡xÒÝf}ÊalÐç<¯+òsÒÚ§`GR¸ë¢´s£PôÂmÜi!L*â[M78í™òô:¬Ü;Ïe¿ø@ÔyIjYJIðÖÅúÀìa_mùÝYáØúÕ –í3ûƬöL¦+ÌÚ³Œãè€"êyŠz¼|I/së?ˆ&çÕeF1øò1n¶‘ø†ºÆ[ÖŒn¥—S\¢÷¯êÞ€o%ïÊ,s¥ï:Œ½M9šƒª: Î -_Ö\Å‚—wËY¹8ØÜÁº)ÜÔ&ónÄkÐГer<€ŒÇê!=Üà|1}P­ºôsÉ$ -Dpݸ([)ü™WŒát}÷]—Ô+ j…ÀÚ·ä -sKb -‡š\©2a -oÙ) ÂÙ=øÚŸñ`QÅn\NÁ˜ Øì´Ôò³s<ëà!ˆ"o»†Ižä=.š£§ÍhóèÞÌ:Ù“‚!á‰8§FÁ éÚLžã“fßê0¸±'É³Ï -~90ŠrèN&µ¢pâÐdÌËb«H´„PÓËV¯qÚ³œ ô#<$ƒCºþ|~h˜; ëb½'ª1™Ç£SïZ÷‹'ãªh KÀŸow‹íÍË»n®Qá6lÖehË 4þ%ÃsCóöSœ©}372˜ ÷NÒ…ó=â³58ú¶!n¯Ó1߯GKëª -´Ú¬ŽPôÔ–ôì|pw"Ó“é“ãM”Q÷ÊûBâ@P½ef¿…o‡Á=§KΪÇD‡ âΪÛ'ÇàÝ\nöz25PŠÁÁx.'ae~(y¯Nf"¡ƒ1¼Ñ{»Ê#à__6]Ió@Ò¾îºM¢îÈP[„ðyѼǓ™«<ôà¬Èd xv%]ˆÑæTŸ¸Êܸ!ŠÃØ%k烈ndp3‚Mз‰Áwr¸X3y‹Þ ޾À -ÓAýêBï@Q’…L%÷’î§_ã®WoÑÓU†VscãBN£pÙ_¡î2†„ìðZpòî)¨ïÁYx!è;瀢Nþ=ûÝÂùò.EôÂ+:@W¿£Ç_ehåÀ•dÔÁäÜÆÈˆ‘ -•ž¬ò­ë’'t€M¬b@Á—7s P:9㙳ÀŒ>t¶Ü&7#þ;/¡+Çõ6”@—»}•\{1#H?{c¨JÞþDj½5'PÔ†% „’yt›´ëÞDtðB%õqê{-;cLµô¯|kð–d%è³£ǘ?-$É)®Q>n½¸7ƒr3ùO ØZòø¦–':íìÎJÔÛNVQýï^ǾՅ%º±Mœš3«x¥Õ䇦Wåãl½yVܪI̳¥æÍÇ3­æn²æµ6%ŽGÏü?<òjü2¨Ï Ÿ -½:ýÿbïKjVm@ôoŽw¥;ËM[`$®MÛK ²öúKµ×–ê¤J£²w¯Â²XÜñw×ÿý™²sgw©uî2‰÷~À>( 'B™ÎRæôW©sY¨.šYà N'ú*•î¬"ªÈio$ù믺Óf$ŠKkM:Ž–-™NÏ#ýò=tÍŠâ}b9ßû !*œ"‘óR£’ h;ûͰî_F†ê/½$cªTéU¥q†´"¢´Ý‡ìÐj:Ö tTÄ~æˆ:YkâqÇWH‹êF ƒ=é"÷)šùf”O<_¥ÞUUÿ„=ËeÙ!j²yg=š"÷„c06'#ŠÁ #“ì@ê%„³ùæ˜?ݨÀ7s’$A˜ª.žtή!Q†íE;Le ¦‘þ£+Üu®TÝE;Vßq¥Œôn½ -ˆ#NCT9>›ù&œ¥ã)Ò…VhÈEÌÊ/Û˜„ï=ÛÍwjÙY°ŽNJDKEã²÷–AÔ)"ök„‚hûË1ÛZ<¢0ظ™8Jê<ñÝ-›É¡jDd‰Û`ðpŠy¶EvMK‘аªYŽÌ:¿oÑYÀÒ|¬¤©ÙW˜UJ{ÒaÉTdUÄ•<[Aþ“¯2å&Í&~ûbõ¾QOCÖÓ¾±ÀAÙ‚aÏB:ˆ®iç&«‚ï‰HgÈöâOÔ¦'zëJ½`‚”Fl!ÃõViÃXÂÔP:2“·"ƒSNÏ™ÏýŠÑ:ÿüª3¢$qì"< -òHkÞø¥’_'0X²¹Wø¦M)ymë ]]lôNFÊ“XûFï³*Ò»¶þd”.aJ:(žP8D-MOEɃsÜœƒ@§Ÿ‡U8:G²„Ófz {®’/§\^À-ˆñ¤œ¾V‡EŸ—Ò¡¼–Ï«sŠÜ]wÿ5P>2)k\Ì| ¸lzø Ž"òxZK)å0WÕÃzATž:€XqÎl)TÅýzç£M¥<àˆQCÈ™SœÓ UÁ¼”Q€uE^÷« ¨¬ëð°UdCf†:[.=ÿw{O|+0]…²t¸LÖ4`¤ -Ò˜—4åཕ¤z)ªuuftEœ\¸rX‰PñÜÒ_¬Õ<Û -óúœy úÄk•ršÉÖ 0zŸò†u_,{æ¬ÂZóa‹´8 [rÿ`Li‚«6‡²±lûEˆ¦?ZdÙá8ær¾%Ì:D_Š„kËN‹áÆÌÜpz^ß'‚€­ )BæL蘕œMEÌrž¬%"’ûˆ–?qTMrh´à”@̳Ƭө_GöáS¡y ; e,Äÿö_Ž  _q$YS% ûlj=M´ý™­j—¢ ’‘VwðŶ-1_´q–ỂDŽ<“´ê„0 Š,ÿ¸`¥Pù)tFù¬[ëò`›GR¥Xjyð𤺊\¼Ëy²œ]gô¼‡CÞgÓ馤"v\+÷Qà]Kž±@Ø+5tJùW¸MSRžË%­GÓÆõÎ…VÓ­Rèmg&Ñ Ú£‰ UlÑâ¥Z8CU©ñTùO¶6a0«¼¼/óÍ0Ÿu»Ü²Ò3Xº·P®ªThåÙ›hCVùм-£UEƒ™Œ£”è}J]§ylAS½N­‘"YƧ¼”âÁ<¸ &m\d«ð:ÂÍ7Áü+ÜÁ4Y>ˆèn.´#üœX3”åVÞ>¶ìÍk¤÷€~¤R"ƒ !.´•œðê`[2TK[ñÙLGy=W^üªœ~¬)Ó¦M>qfœ•±q¢éoµªÒÒdW‰ìYçɤ¿éÄe¤EVµÝú/Oþ÷ßn}¯{ùáoÿ¸üñò.—ç×ÇÇýq{|ü|ï}ÿøü‡?ýt{¿?_ù}—o¯Ï×÷÷F—n¿ÝŸ__ã›o¯o?ûñfÀY±$ôÓ~èéåöø~ÿøÝ«ó[ƾËå§ÛËýúxº~:žÆ Ÿôg.×O·—§Ê§×o/·÷7°`îõúë<Úñs>R-|ãòéåíæko÷ëØô·¤:.¿æ/\n¿}¼ß~º=½½þr{ÿ8ç×3ý§.Ï×÷—ûë/×ïÏß•›F×&9î™ù»^î×ÿß>Áx¿ýrýv{<¿î½Ò€÷åÇÛO×o·oíW¾ÞÞæšû]^áçˆóû»>_/¿^¿¾?>=ýx}¾»Ü5Õ÷éØg_½|~ýþ‰ÿîoOÿ¿½ôž†£3ø›—o÷oO·ßÞnÏ×Çó类¹/ÄW?ÿüÓõ[ù—~¹}{}ûéöøxº?^n¿‹óÅãh‰¦¿Ú÷þûð„K¾ñé’ÄwŸS 1L˜¿T°àÅâ]æ/¤CæÈR³-G »Üìû£gh˜wM°Ë¢®õco·×›—¨}Þã÷÷ûãÓíñü»ˆ÷€ìLc8ÜÊn ‡dw"ˆqúËm‰ÿ¨ÙèN¢nm G |èÒJ|ô&yèÑ*v¤=h=APº3ԉ啣zŠ0 NmÝÿ½~êØž‘ç‘‹?Ì -b‰‹x?Q†õt–wì Ïö`´ð tlô2ñiÔ˜é\¤›“D;Ktì€y^º FÇNà¨umg…Ž]ÀWKq<Øf;ktì†×Dàbº(ij~þšgמÞá£:ö>ˆçeY·3Ÿå;Á6ˆÐ΀Ž]À§¿ûÐ@xNó­,$£»ÌTº»%7VέOóŽaѱ'<;ù‘U¹¤lg‹Ã„Â`Ìb+‹¬|¨Àô¾q¤8Ú5<’wìó>ËÿD£c_à¯fk):£ºl;÷Là ½b’¾(,ãVf¤Þ½3×0Á",í«ÉKù´•Y©wïÌ6,ìK!8NóŽ]ð®ÚYâ Á¾f1¤2+ikg…Ž=Ž_¹û÷ABÍ›îUÇÀëûìÛŽGlg];³+؉-Í×ì Ñí#ƒ·u -(Ñ©{gÒas¶ãQáÓ¼‡ }/Nÿ˜Q|Bô6þ*ú~çÐ45~<Êý»;wû6s]‰×Þ½‹x ?HH¥z -íOºk8ÍÊ×Ì~'4ڙѵ7Äs8¶ÐÎû@¼.ü@ù¥_+OÏÁ£4s9º¿[DýÀì<¯¢k²®½3Þ;Kùt)‹v*“SÊO}HŸy^`*ä+%¢³¿Tþn®l‡™øUVœçB@#Âs< ‡Ï^µ¬à¨ß…„ ÅRðëZ¯:%îXbš¸ ¡cð`%%UŽ.çE=†B!W]Îj²³1žs%þcY4s`„Sq³ØãîíåãÂù Ú5uh·%CCëhÃåO‹è§+ZC¡µ¤„ç*~Öÿ[Z:<cpØP<–[RÁ{f Ñ–]ô9[@?x×ø_ã”Õ€eÛ—‹. -H¿Îz>°í@£ÂÚÒ!s  ³/]Ä•‚÷”óPvxŒ£ŠÀζ¯Æ?´i ®nÅÓ!dnM ?,1ãš)ÈŠEwZ—«¹HdG¬GëˆdÌÑÜç¬0æõj‹m Àû‹…Í2Üäï15¡Ãݹ;¤ÀöH6”¢ÎtÙ¤ùèM6Nb,] lâFfF/asœ¼RØë6QÕ?qµmètIÙPCR6!ìÜŠÍ“Øa‰f -Z u?i¦·5‚ëëõœÙ£&Õôè$L†l–Oà®kMÜ’ñX„p=CLÁ7JsYR"Pa4eiª¢ÄESQ>¦GCR&É9”Z¹'L:Pײñ¼9 ±Â–KŽ©AÛF ^O8µŽ %B°<¦$± k q¬9‚·¨í)·õz#ÑÑP Á6÷\¦e#Âç&¸RM‚Ì!!»kõŠÖ13wJE)Õ}B $ÄÉB…¦òMpL· Á6!-Tl"•áoÂ<—‘^¼;èh£ß›˜9íí]û‚bú£©<ÞÜéPÈÊ&L‰Ü"'€õƒaðRÞÀ“«Ô’¹)7â)ñtÇ‹š2§@çÅʈŠbÉ%4†ÐfN‡ÍçBÙä2ð®ÒkÏi‘–K ôœÓëßµó0„Ç*ØÝ3nYrE‡ÇÄŠˆµ·†ðG³Š¿gJu‡¬áÕø¥È9Á—GOS;‘Œ©LbÑ"Å52L¢xl¸Œˆ($ªàZ±Ùiàù[À…S’Ò¤1w®ÙW")Zs„»h£¥ŒÈ÷\¬†j·U2cšEÒwŽÂžN÷Õ‰žw!à`Õ¢ô©U%x\Ç[¢Z‡>}߃ף˜W qjânM‡åDÏ—{2OJϵÓfØ«4WŽ.´,€¢2EÊŒ¦*ˆÊ(§\9/-zü¼¬iê=Øp¹#o¯"p[3-zgZÅG€šÂÌŽìÍÌë&ºèjk>ž+ H#5¸³Õ—µÏšQÖÃ0Ã㢼ëX¢EÂubeÈ$4PÚeÕ5`9™ö”Z9zi*£Ò(Òú£H™ôàíJ#B¬p¤F êJͽjÑ1ÛQưàiY{)k¥îô|*wY ˜C3È‚ÆâF]²O X¬;rÛÅDðâ©–š×nB @ -ØSþža£¶´¦ÅÕ`QÓBÙÒÃãÚR~0ÃÁm}¨S¡ÿ¦Ž³EˆÕ´Ù4@O n^† Š®(m)/Ó¡qAˆŒk$äm°v&:þŽ~E[[cµYA÷6M¶X†F0Óš³è瀇.²Åâ8 Í-‚2/ƒý6CÄVaôDòr£™ZA B’ŒMpÄ0¬±!:¦íç8€ìv¬cÃY Î“Te:"_‰ ”ƒŒ¤]ŽiâÄ:¦k&šÉMÖTP©,§'UZaÑGÑ7žRx4Õ@pO' ØÔé°Á Û³*Ú”&æ ÉQœOEM¢ø+Ø rÀ·uâ([*9hñ„„‹ 8maj•ºåèB— EFeYä@å½êÔ¬r6µ‚XÑ -`§ÂÔZU ɴɲñHʇ?8õPŽT„ØÌxÂÙµiTßKYWç^,”EJÊžçbQ]Vª*ˆ"ë8†¹¥“+aÆ­fÆÎ"r”áu¸ŽâžytÀ*T³ONt:*!¶b.ãÒW[‰N*mÉÁ…îÖ‘')6~n/šŠBD§3±A©Ó†h›nÚwe¹­?`6ŽafLÃ`BåÒ@óE¤o,¬—b -^L‘º(˜ÌpÓþäÓ¶?7³/ª‰.1aUW7·d¶B”ëÝ‚õÎg£Ä.gÚe}ªƒèÅÚ‡&)ÂÙx†Ât`3fH=*݇}­wœUEc"S›Vl ¥ˆŒh¬íyú”0™©‡Ž‰Œ×|ø”¨L%wÃԜɣµÂŽÁi5[u:Ž^?äfçän+ÜŒª¬yUs‘àH, ø`‡¡‹âP!š>µË7 (⇊A›ßTµíª;gœéä$vŠ4:©±LI`J)œàð´öݳa{2úêAl æIh;Wa:T½¬Sæ¸éò0qLM ¯Ëy!¢ÌâÝ4+å<òò -è¸3ÐMèáX$_ŠÄûÑ´Þ¹¬ðBUK9H¥`[@óÁã¾)8êê"Ø~‹«(ƒÁ“,~=%«ÕÚ÷†SRƒ}/ÌJ[¬N›”æ2ÝpúÓ*¸ÓÎÈJ¥Kl¢„¤”åf¯£®ˆè˜N…Yêÿ?Í”_üúÖì/MûL¹™6ÛMƒî=Ùò0"'"&†®š¦kT…‰¬p³Hb¿÷à£ûÁúчºé P$(Z:ÈÓøš‚/#•¢ ¿ŠeVÊ¾àž ¯éÝL+PHv›6Yd,kKéÕhæ#p=ñ†UÈGïBœîú- qÔO·†Ù–€ÌªreÖ¤¼B‚idyÜZÅ‹Í@Ê - ­O›[í{˜5»z¯¡:q½eôx_¼ákëàÊB`Э†¯9úýŸ ö\Šã•·w=ýCÓy¤ÌLÕVÚÖBìâP¶¤‰$Ü—Z³p!ƒ¬ û{GW–~¿« +•ï*ô#º¡–(ëÒ»<;áÈ*ièÙcyÁ€´Ø»uâ@YÇLíƒö¹Ðog6;ï±;e,h©>d^m–vÍ2îPú…ÌÚû°åŠ”ÑjK´÷øë’½§ÕI£„ÔMÖ)ÚíBj—ï¯äêR%BÉã&#DßìoÐQ•2OÚmûÍ|V¾¯ö@Õ…P 9Ïà ;ÉN4{¤ñTMGň¼Öh‘Á`EÛ^B¯oª1Ü#E;aèÛ -<Ëj牉K¸Ô®v˜º3» ê³øLñ(€Wð—Ç|Ä~y·ô"dþ±ŠK âû(KÃ]A‹OÆÚ—%©úb¬+­ÌÕÝkAûgèÙÊTyˆ-j9Ú%qjÓ“)eÀi5ÝiÄòœÒMEž!O“h8#^%j蕇e8ñB;`CϹg#¼yÉh­5[`”¡éyÜGu׳qe­Á}üTQ c"”-ºñ¸mTð1—´.1çiÜ=¹ µ¦YWV¼Ü=ÞØÃПދÖÈE(€àEÍ…ÉÚ Q½Â³AqA¤È@ìTÁ¦êñ5«†)vXÈœàž®Öúì_ïP Øx}ÓÅ·µßP(2{…•T¼k/o”[ôðh´Ì¤&Pì¢N‰ÚWCjÏ\ȇ¹?å’-à!ò‹â:1ýÏÞcÝ­ÚgÙ×è¡ó*ä ÔÏE¡ÈJñ.Gç#ƒïyÈð°ªÉj8€'xG¼I? ÖÃO= úƒOf­íFA)º>cî:W÷»ž¡_  †¯®¸ñ^êÝ:ljÇÂËDÔà—l^’cÂÂ¥ÁZS†Iþ˜¨òôpËá§¢Få)[»‡DËGrßL>46ó«­Ã=B™? ó°ê½¤[¾öOACda{Ñe]ÌMìÝ%:dg†|çròÁÁ›.3E…Épkã'%oºÂ0¤é`“G7?SroÙÂWÃrkòñeA¸Þ²8f&Ü4â Ž‘qËâ¢Ã½ ¨0zÔÓ­m¿Ü‘ÙcÛ·Š•D¢*oÞX¾SËp¬ Ç¶Ï\ôsó{<´à!Édƒ)s¤ -ó¦r”}:nçTÀÛ<þȵµL6sÁˆr4Õá­¢8´‹µ„Qu¬Î„-ü`ÕÈÛþè LƒÄÈ·}œ_Œ ó é.ù–¤yi·û`"hçØ=ÂÎP¼‹!hðnödDvçèEËyK©ðËÈ!­q.úQMÑJkF~é@=ïƒ$9›ZÈ\¡8÷äxºˆJ ´Rù{àt1|¿eõß6„Ç3úwïhQæ¡ÍH«b“d%åÜŠsb®æQ5'TY©ó—ÄÇ$=å·ï¦"Ì<ÂÝ1´ñ¯¢ñ4Z{bg†z7À³ô36„ -flHgкJ—‘±*ush0(L˃eóc/­*dì[Ÿ/vÒíov&bÌ#ë¹E7"poq[qƒƒv?Kؼs de¶™„-¨pêìý&Ñc„5o© zfU+ëX -ß/¶ŠÎO4€²®’Áªx¶Õ(ºËû™;§`[‹ô˜î@¦9«³ûh’Ç„ž«þh‡Ÿn¸á¼è½çnªúßî§ G”B^û1tñHæB5¼ˆ~O*¶kl!Góo -ÕÝ€±Ïd˜×*áxð=·g‹dh’|ÀÆKXÎFÂ#™êûé&´™OÓ1½/263¼lÂî~ç:2pTIÙ_ApŸNÕܯ¨Ûl¿e9°dêxA}©8Œ5˜·ÀÌÐX­júQ·¬-éÔdȼš6¶R$­ŸŒÐõÎ\P©hz£ýº˜'seh¸2*7Y)Dk†˜ÒX`#šÖÔÕk†e64eÀÉ:p“VÿÓw,b‚2ȵpÕÄp®ÕÇviF3zÔ½ ¨èUqJ7FÐZúÉ\ÞŒ)ën:wíïäèƒxŸåô¥ ¦>J›‡Gh?ñ¢ŽÙ|Á¡Ì‚|ÚTKw£PȆ}TìáˆÇ»TX‘{9ŽnSÐÙû$ Em©ê ß.^J˜c´àv?N“‘?fóíüãèI>ôEÍ”@˜Bš9Ñ J{ät^°:²&¼hõIÆÁª 9кæ rf“¹â£êõà³T’c-Õ Ýñ.=jê4³í¬;:™ÈÇBœ¨3kèx™O³Çî8%ƒècU§Óø£›°Ål'±)ˆÃpÝŽ&k’?Œ]‘ûûè£{ðu{8VqÕ_•`äÍ»©È1tˆš- Y[©x¢ê2™5B¼£”i@ÃÒ2“UZ†ÖÛOÕ´*Œ7NA#ÃY÷ûûºd˜šå†îþ¹1~Ñ¢ØÐѯ È{íwŸC›dyìè=‡äÎ .|½ôñC2™-<ª|~ÆÄPŸ5ʉÌï÷ò¥´& KöFŸ|ã¶oj@3È•ŠÓÄd')ËÜplaYÅ;¹ÈÊËšºö“…õâ8P4Î0]×ëÐzûáÖ“ÚÔª±5KÐ#)Þ›”X›53Ü>a¼ËìdÓÂ;ŒÙygŒ©~ta{#¸¶n6ä 0™T|¦#ê&'3âk/÷b‚àq¡ÔZy?Îò‰l£¬iJ`Íï';9Ä•£Bï^ e¹Æ -b5q ã3Õ&P *¾;ÆmÅûE¿ Ålž–ê9Ek™,í®ow. ¢ênþTÇý†‰~¥ ê/£›è›º ->¤áLƒ¥rß-fªŸ'Úc;ÎÃwŒ[»aõ=H'¾05qKw¤»mý@ûE„ïê!¡:8ó¨"öÜ.z6ÜÌMXtG&=î„¢­d¯îëÖª~¡ƒU¾÷¡Â}[®-_ÏÙå:¼a(l_ß’©1;anðN7•z7Þ„ƒ„™Q¤™ -‘¹òƒÖíï …γvÝ9ŒI½½05W2{†[½Ó¾´×ñå½Qå=®2êÁ~òsðMQ -Ä•ŽQ»zÜ“ºÇ{é—ì2ÎÚ§.+EOx7Œ ½§}$4˜Ã®ÉÞDîP ÕýS§›¨Y ²››³wy‹NÈý™‰Í(qîûu‡×+§À(XÝDòúª±Šµ‚\Šåmh`(c³Ê~×"šœ´F‘* (øÍ.Ô܃VõO™“(åRÂîDoKrƒíZ¹‚ÙÍgwòXMÅÎ#on²â‘^Õʃrî6É*v6í›®}œÊî4‘ï‰ëRMGZ³Óm /´ÜT d¢ý·›-PŒêø¶¦þ~›uÝõ ºn^z€šrÃÂîq‚¼=³én#B1`òâ"‰Ï‡<°nÝ€À(û¸ˆ 9$ t]ƒé¢1 ºê~:ž¶ñ—UVu'ªA‡pëü÷ÝVÍHJẫٽS“)R¯4)M¸Œ´;›Ô¼DÊ8(¿µnŽÂ{:³†`Ê,µ%pè Wzd sX¼ÆlDV”;Ž$Ù©úBËü§®rÞ›‹jr­ãOhÖ<µKã4³Ø~‡Ñ8Ba2Â,{!¶t‡7zšOø¢]«Op·V8öœ4)DkX„öƬD:†'k.²,;uÜä|ÛÁC†:îŒDß÷–ÆHvºxd¼Ì¾QÎüˆhyè Áwgœåø­’P® [z€Pn—Ú¨z‰†ÖcÂʦµ%!É(îÿã äñ&<&"Ö¼JÄØ®‡>Ó“~z’z¬Ág`Œ':1â_wc)ÏZ™ mxÝ®+ [˜zŽ~==p åÉ]j âc £ÄoöýŒ²ª;h÷Öµ~ée1ךSE*Åóßl3ðc1JïêÏo˜»&¨ìËù¦}=H#›&¾0ìµH:´Ó,Îx„-¢Y¤´•êÆáCK¼÷º,L-ÿ½H6Qeê®b{°ûn0¨ÌÓsS¼³‰òy8˜¸]Y–.ð±V(r.Þì*"™aï.ìgn6½ÎøÂ(X6¼×Û(Ñ0`ÌSˆ¢žØÕ a1#ZÍÒR§D}{°+±ºO»ïG‹×)dTúA„¢ëUîîwùî­D±‡?a‡ÂÚ»A&Fˆ;{p€i>›kFF" +É¥:CÙ^þ>qŒêÏ0‡²3£aRE¾uaëHëIº}îNxêÉlըȻJ#•ÍÃoNµQXr§°USÐzŸ‘Y 5wP&‡ úršO*ªIíªe Ÿf„Áß nïîe6í3wY{îáÈ7µ÷jËç(sʈ]x}”³PÆ{éuÀ`B3&o—à E¼ˆïuÊðeäŽK%äå‰f:ÎÍå#B†§ý.Àm‹Ü <ª‰ «Þî -,Ñ•¥=ʼM48GF½a$i;#iz]!Ÿ®ºIɰâ |qÏ&ð4üË€1.•˜E”7yº ¶BøåõnæXLíf6×¾{×ZUwø79"‡xÑj0£qèmÇxb4ú8–™ôïÎ~VlÇctlæ,܆„Ž3 Ì¶VUï5GFÁ^ ‚ÈÖ<$Ze -˜µzl‡nƒ¯öQïY“F|¶„ †÷7ʲ,|‡e3CºV_˜Zjxíz!Ã1ƒƒ„#¯^=DF'´‰¾ ±û!Au1ƒÓ^j6_`x¸o½Œngäà9>×B3Vô—°$íz)pµµvÎ*Kg+ž«m7D4õ­Þ§W€ƒ´ÐÀ¥R¯rÐ6$žØ¸Þ!¦µ˜X³„ä6[ªâ'Vï™tS7cãu¬{‚yë°¨æA.%ìEHƶHhžW‚dä’\°*ææ¯ß„±?;Dv‡÷™‹ÃÁÀˆ…÷€§j¯íEâ©MÞ䑒檿JØ)‰ö]ý5æµtKÄŠXµ:‚jæ+LCùµcàKºz=›ÛñMBà”÷ŒUh /µ{‘³ª,´x>ü¼ÓzKUnÇ닜ъªDç2pçNWÞw]7ª¨NXqn]s/UKR½ê¹jîëSF]²¤ò>ø®.,F‹Öµu«&µñ>Ô.mÿ?ùýÞ/;9EæŠIDU½…-šØ ñæ”$:kÛ›PÒ¦\mÕ}2BhÏžÜã.…ðÂô{WV±¾{4¤jãKŸà%6ÿX.Eãæ `ÄYõ=œìF“ùºnÏ"Ê^/ËS·‘C±¢3îÞüT1„–µ\]n§›tŒ$]ˆ.SÑy„õš7óë7ÂâxÅ­Ø‹oéÍn›èŒ“ûïBPNVu––ÑÁ+›¹ò£šdxØDq”C,ÍÎÞ=^q,:¦gaW“ÝÿÒîøÀÂù¶ OÏfɧ¾Q›y¤Hk¡²us± >øýŸ½·ú’ -/g&Fn««Îy‘ÈlVùï…åYOŠÉ‡ÁébáMî¥Øž±agc™åÎ(i¨öƒw' ßAðG”¹¡šZ@;…_®ì‰:Õb]tyl¹;¯¢:9YÊŠ¦ê[/áÜÓxA£¯o`¢Ã±¿¥E°Ð‰¾š•ð i@f³aå-øØàȳp˜HJ½v…ón…3ó Cd£š$~1/©8}r©^jÂk6ÜVNœ1W›IT/.–—°Q²ÅÚÒM IÑ•– ³ZãýMckV¹]E¥|DhÆ•Ixfó~=D ¶KÖîõdnMZ^¾ôYD—I^8çaÁÝ_¨=ί;І&ÒzJáÊ_ÍG2(·CRÕ“‹†lˆEÛ?ó\v×fÛ€Ûhp,ÖàxÕH_Š ]I²#Ðm -\Ú"«ÍâÀ±ƒÂSÍ¥×4h}{ŒÛ6CizB$r -ß·f;èjѤíjV«Ã·¦zkî²Ò£Ó»1·îUÊê‘£T­iâHêçðÓ ?c-ofd Zú‡Ýo)u/ß`Ul<«¨¢ó­Ð'lÊ-õ?A5={álé›{¿ ™“«'±Â>¹XÂ#¨ŸÖ7 á^0¼£êÆ)ö•éï4¿f5Zjî¨.¼²o”IÅÐ奷7ZIŒ¢]*ME«2R×íó[LVÅB7×EM*¼«›²Æ'<í< nªk¹­™‰½ÃÂðÙÛt`tÓ ¹ácË@H¤ù¹…ÍôÆvS³£®;'ß%ªyÉ+ïá–*&™¬ýUmw­® »Ý]ü;9.×wtMäûNè*â=×b<…Ôú ‡Sè²m©†cäù ñuÇXŸÞÀ4¤ö V!L­¹^ºÜ³"¶ïwÆ7i§¬ÍCÕÛ]VÃçׯq-³¦(d»8¸]ÒZ[ø›Îæ•·zb†Ã~ÿ&5 oéœäæØež6“í°´º¡›¼µŒè&Á©X;°;Ò˜Ž öÖx¸i¨g -òˆb> -çÞTº$A[VL†«‘š|ÓàSÀ{×™®š.š²gôàuQ|ד„¨§ðsÇà5ÐMÄã,÷låèвê!Û v¡5u¶)±ýú‹.P0],÷‘âl‰ZÞ†,um%_|ñH<¬Ó)7½9"œ‹Ÿ¤C˜Väñ.úzÉ—<©TyïÔ×1³Ô%9)͉ámú‹–0žËxí®}H¦%såGu“{è‹ÛA9­Ý;ˆ}ËJ¡“âŽñâz’æ\ð(@$ÅJ2Í>ÒFÐ/Åð¾e#cÛ+ïŽ`Μƒj¬**Ž?½³ 7Y—jÐþ%žˆÎ:6¥råèÍqMtB>‡rVÙì2ÇÞ9££BÛ|?õB%»k¨¼lû€W ß/»uea`ÎÕ³¯úû„ÕÄÑ]œ¬ëìXS`ºÎ{Ñ.&~k@Å1nSF9\#£·%¦Ñ¹4 ›—hKF"§óÂXÞæ‰½ÀCj ~~k@jÙ,^ªa¹®HžŠ™Ä´ƒÆ7o{h©il¨†·•¶ŒÂg4ØÉ\¸¤ŠñŠôÕŽ¦ÚsvYF ²Éˆwï!Ar3oâëáÃÇYÀƒÁ¾<{g˜ÚŽ¿õb5âË8ÚW²gìYFSºê# è<Â$¶‡±ÕœÆoÔó¢ÒèÝ}w8íjs˜úódÝöâKC@0.;‰(Ó{ì>A.sB“^[ˆ¾6ß«/V¬•¶ðì¡«;çtbï™ ‰ˆè½tAú‡xO…0·G"Ð$°õŠÂÌ`Þ¢iV•Ž…Õ‘·JTÕ_†³ˆ®Ê‚¸qçØ•ø•ÆoQÃ×'‘+äã㬪gàÙÖ3ÊU€¯’áÉ2Åøàˆf‡C7Yæ!µ¬{8Z‡F‘„À@óRiDÕ=†Êµ!`™H2‹Nä38¨cijßLE/H#>¬0‡¿’ü|ÑÿÀ„e(Ä©y nõžuTÝ¢1Èð²ã cãÂ\èK„«€gµlQ¼Êáioh}Yá↧4%{ÊŠt7úa¹QÅѸ’HyÏ,ÅPkð¶ÇxÝ3 - ˆwÕ²»›g ³ïGpõò¦µ©!Àê³ —q'¯¨Î–éq•u™ãc»Qž¶ôv ‚&¹ްO²fTù™µhûvŽ´-˜—Vù±ô$ójÑ,SÁ·ºÑÚ²;Kð7‘û? -nÖÙºÕÝ.[µÞa9Œ…)¬lITËØžá”eU’{Q è¢µ)ˆÃ*OÊpоß4™ƒBØlž¤·h§uà¬ì1^Ô¯¶5SwÖ¶-‘CàcªªYÃÇx@_ŒËºÄ†rç!Ò“æâ{b.QÖ,„Ó®?C#†­§%]­ŽeY„yìÙoî”Wö|Ó¶.àZLKlŽ£™oy<¨Ÿº„ì§µsN“HLLH®ìÍÔm=àƒaå†[97P’LºkpBÍ átÇ­5ާùØøó•Ó€,V- ‘NAÜhLv"l¯Ü¤7SຣÓ}; 4åµï\Z!È#%­>~¶Ä^_l*Œb]ª/\$ÒÁnIuÞv1—(Ȱë(Æ=i—ìeh§MÕ„mmZ|ìôù¬§×‹4ò­ÎÅߣõyUü7S¨bË3²l¥ï“öšy7³Œýß±|ÌÜÙ÷-vDõóûŒë 0Ds«›ãèqŇ­­«x—”ÞŽ˜Ð’²‘²SáUCrñ÷€#_~´ÉJ*Ê ¿SÚihsnIW%'&AŠ)yÝuâ¨7õò•jž¹Qשðu¨‹-ë%`¿.å¾v\ÇôjuýCoœVX’I¦êCQÉ,9yS,Ç/Â2,_FÙ$‚¹;r½åÄ–Ž)€0‹ Ô1̼>1Åæ6¼ªÕÎx,Q]ܰ ¾õ<:f®êö/ÚyÀc·6ù¦¼E"Ð[2ĘÛîÀ¹qîÁMùÙ±’VœB—íf€¡he'#Ëͬð*žÊ÷nÞ!h }”Hœ1õ‡¿h§}Ù“Ø\ZÇQUó…sEyy{ÒˆW<­âY4/·¢)L× }©mÉÑUš-€\í°›žë® Ê#«²Á0Ð(… ³µ‰Du¶„J]’*µ)Þ jЊŽ'[²Á<&ŒþÁÍç÷"¦÷q°BóGWÉH´Ó³‘BZÇÛUh·[¢¯¤ø^óЉl WBëf+ênÇÆí†ž©¶QÃBÚÂ¼Šœ5.ýñ¹›ÚœÐ$Þð¡áÍk«˜Ú0wÝ?c*~ô­òˆÎ¡ª9n §wÂýmɉ¯ÀxãYEùÖÜk–•¶?Z¼û£àîòyƒÔw=4£Œì‹’žÕ¹h⤦Â}ô]±$ÓG¿§ÐERïî»uìm™Å([—šršGÀåCfjSÚfÀ¤(»!A aùÓjç áUørØkE€Åæpu“z]t­ -A1(‹Ïø*p‰ ¶XÃÇÖÕÀËf—öêéÂFß ›ØÇrA¼rUïB­´ç€ÞÔÑ«¢©žôVó:óðH‡ÉµDzû:Mx5èÞ×7[ß5æ%+#¢ƒ—>Î#ªHuà f¨¬<¢´ÎªŽ=oÀwÝ„Ûû¥´“‡NxÝË {{è·±hFžÙ´3.|¤ðv йÃÜ-k´°È*ÐZ£Æ/ÕÔ„ÓuhƒöЛîÖÈUg‚Nz«ûv[ïv+vGn·–6TIÄn˜6ÀÖú1Héʾ†ŠÜoóMÿª¨䉾ƒppåßÙ™ˆì6¸v¼xû™{>ªJšŽ9‡Zq!‘ø¸ÚR}µ„ú¾ö~/måÈníøÆZ„`¯aÎØ¨Y¸-ÆEC -¿ö~/r=^ågƒï‘‡¾/õÀcôX¬ÍàèA‘IÞ*×=ÊN\llj<´É ¿Éš,¤,cC›IhKG®Ž|WvöÞ7L€j“ÀèÊò%Áj¦£B†È„ŸõUaú‹s!V>¨y鳡ƒ—ªçQÍvëbä2uð ¯IY}&7¸ákyÙI·Dno¯Æ°•ã1ÝÅ-µƘÌSMF‚’w`ºM¼ö˜fG¯Üœ¬ó*‰P©ú>NÅ? DÓ5QûgrS‘‰t²_›ÙX³ÈÏnY—éV3]}Œâ徑òm‡Ž1Ó€ýXZ÷PÞao1¦²êÕ¶fG„–úŒ-€)€2RÏá”Ó­e2x[J mÕÜj%ßš¤ç@{Ëî·ynW¨4b´¦‹Z) ŠkˆñJ¾ñV?­SwñDç‰×¥‘暹ſ)ØÑÖj1Y‡NðÕ+½)ö•v‚o۬”éø²Aa绞Å~W¬¬b-ª)Bh’õqò‚uM”ñQßúxX…JçqDµ7r4‹ùLðìçL݃vðTÕJÂà¦ÆuJHñq+“{ Á·µ"fÏçÇμõ™Õ¾¥vsÐÎ:;æ~ÛçK&%өѺr±Ú‹±õº‚­§&­©ù+¨Íû!°[q6[ö]’ýÁÔé9±§½9¢³]”¬Ô`L²«ºÕ³#0oûGß÷ΨÔõ8 ››±“Š6‚B¦ÒiNG*žÝÞ2}@POÀªÐÑaІ¯-Aý™$|MJÔ"Ø@®i¬Ð$Ð{$ÑÉmä団š§{áôE¸V±®àëÑUbˆ€d’gN,ïhgh¡ÍÕ~¨ª§¸ƒi2à(b€mµÕÐÖ±‘gé ÞéÜñy7Ì#¥Z„ô­ýZE…¡ÚXMÏ6Ý{(õŠšÔÞJJp&ÚsÅOe'ßÅ«” ÓœÃ?‚ײUÎõ€5ëf²ía^v.b ^Y¬§·H3~‹ÂÔržê]“Ú—¾ÛFã{ŒBBGSøüž)ÛÇ _s ëªli^ãÙº†WôrŒ[ýN-±ÙæÔ¢:RÉϤ˜»×Ãi´¢éZa$at0†V™„·‡¦YUBŠ:z¶öQðô¾™/¾xiAóT—{†¾–ÃrµŠ¥aË=š)¡‚ñ£ÓWï Nö«D‚¿CsÎ]©ðjù|é—éCp©²ò®yª¡k¥fOK„?âíì&a¼à\ß#Ô‹{yOrúöŽ=-‘Nw½±ÌìF;ê 2ÇÏœD²éNçнZK­Ó -ºU{åÞÿMURQ½ÔñYuÞ×’¡„óÆ*›Œ±4‚içÕ‰[FœÐÉ•­kFRÂ`3«Š&i×S«'ßô. ó4› së`ŠøÆñü›Â=|øÚ‘ø`ÚÂìPâ,+t•l`¿Ü‚ ®µNçÁÕ4÷ÛòóÝvIYÜ -{8-|!SŽK*h»Î ½Ôé´nš^Ù‘ ³ÉúÊãË*sc¢ÔòÂ×D_­—lDήdÍPÅÑÙ4isƒ²¦,:ÝCë-§Ê‹+ ŒæÑ€óI'j-évKÞ‡Ÿ²/ÂÌ"w½m9~£ñ©çßVÂ×›D_ÜêÕPÉ!Õûû ¶4—ía¨¹Å+wwÓ×RF³]4]mBq¥. ƒG™×»ÿ©= -o_ÕÝê}­ž—îYêPøf½XÆÄD•[ÞrKã†Ëyo²Ë›„$ŠV!‚v³äóÊ…Òio¾?‘u ­NGÆÛFHƒ]ÖŠîwÄbìÆ ·_1œÒ® º£çÝ~y„Âþ÷[eŠêëòxïÍ5œ¸MŸu¢ã³{ÃB‚T¬ÜKƒ¶c<ßq< _1¡ógùD¡¾êíõüpVe ;ÉÜØLBlH‚ÌøŠtͲ§8Ù˜-NG°X8‘9˜Jâ;¥Ý+×2'SäaJA¾Ý—æÿ¿ªe«éf+϶ÅÿSªHUCW¢ªUéð'íb;¹½s•%ò½ûðˆáÓ‰”#f+ž~+o[¹î@:AœÁ9Ð8i³Ž ™N~ún-§‚!¨È&ã"£êV+ËHè•™–Þ:›”‡&,Ó^3hNNNÿj %ëÒÕeW”é¿J'êËìŸZÄ«i‡\shåÆÅ8ŽÙ¢‚[­-P¨ôÈ7§‘Ië½ÎÞµB¢Ê®Â2Gè´ˆ¶õ±ZÐ!«§& A¨HþÐ$Ä× ×ñªy V·1I2g…Π`«rà øwÀÒ0 —hUîìïD/ÒYn–¶™Än€,ÛY\†;_±}âS]’Œ£únØIBßýêosÁ°Ç<ºÈ5‹cÙÜËd`ß<¹§¿L4ìÌw3k¢(Zâu×:”º®_YQ²«° /-‚cßN6 ƒwïtTñŸÖ5Á -HØçXnpÒ6/ÂŒ™Fo¥Œ½£ŽÛ<{k>æl¿Ÿþ5¯È§ýJùXãaÙߦ‡”/edtÌõKÊÛ‹­Wâ,M -Ñæh*Ìã^O·l¤DÑÞ¤Œ®`²˜ÍM)I²ŸIÀY ñdŠâ,ý4k fkƒJPÕ3Ôо¥Ü$!v¢Š‚p}XŽìNl‡,k3ZÏ\À†°xã«×áíÖÆWkbÔoÏÆäåY-J\õ8’ñ9Ÿe'©F:\7™97&Aݓ휻r‚B‰Ù„!JÄ‹1ïìF[7À&*×µ´«‘Uš#Ø•à7[¸÷7™­¦e£¬Ü6C²²JË ËüÐ.|MïwàVnx¢¨-ÚŽwÕÌ3Žx$1UÕj¶êÔká½1ªò_¶ªã,µ#‰²F±9±’EzY1ÿ828v(ôqsOˆwŽ»âÜh:&AŸ‚5•Ú@’¤•”Ð÷ÞQ™÷¬Ú…©׉v8]:XÅê—íôzrdXç¶Ü j6üò‡¨gl.ÇÕ[ₘò„ÓZLÅ„íšM´ Iú>½fïVgb7âˆcZ‡kMV@Õ`ò¬|uþ¸>21•EŘšu9dn~XdÒ ÷+§)›w '‘‚<ü”/«"8e¤Qx§á\¬0Œb£@Ê»ö”ËÇ$ QfW)®÷mÑ|° òÇuä"±Ê„Yߎ‘A¶Ö)(¦*‹„ZÆÅ•,ÍÄFCÖ*þba¨ùÖ<w1á±Ü£ÜµK×Ú}õô«` ò› ˆS<°˜ÎÜ#Qšÿ«›WܰXª3'Áƒó°ŸØ•-À9±²æc4ž«ª6ê"ªë‰£0à^&3ã -¢¼þ˜rÏwC¯›å°¨ ÚyΩVfs¬©??0~SGøT#c•SY<ØÕ3«æo{€“sÖ\€|¡*‰3TÈ¿{LذvS½>«Ì»_¡r”éE«›¸#'s<…µ³u*ö¼®ÚYY__í…ôqºwÀeÈqe”âÍsæ¥áB*È/ÖîDÁS•\„:ä(S–%’ÇshHT píÏDLЇ-‚Â1Çs§—Á‹×l‡l£VQ®Ìæã©/¥ÓæYÛYaEµ2<+¼‰–˜–•jžY(˜ãþš¢fˆ7|ô)Ú$cÓÆZ,rcECÄÎv:ñøŸ -Ьîª3˜Fsë - -$µÉ!Û†².`•{wâGzÐRâ*lr±jnéˆxQþŽqÛÅ2_«T,‰ìÊþãkŠ ‹°tù©{°Bƒ .p&vU-CVïlÁ‹=ÙaïÂ!»hè-Y£«Á¦qÖm2Ãi[Psà Vß}¸ Ü‘E‡aUã—«ÖZ¾Œ#‰V¡Î8d„LØ(÷Õƒ(™´Å©‘âl ùmïÐdÞ­u‹Ã®‰bÙöTÕ6™œÜ„0bpÀ¹ÃË«Q5×½ÛËU<½ZÑ=OÎŲDÕõcÝ,!Ýoò˜K–S´$É´ˆ\“õA¿•ºr¶•-ï*Ô²°% ™cW$1Å’E5£y‹1²Ç°µðuózUª¼¶Sã<ª,kS5mo2n|ºº"¹é yM‰vÔ**ºñânsMæ•e0Q'êkYpCj˜X%1Ø3Z¸“Qpó¿j(Îݵm?`´:…žy45v –çºË#J’w•`ZU“°"˜tSsW¸")Œ|8“\Q5®b¶àKâ1gÅv¯V÷pÄ©ÊBV ‰‚±¼ÕI€ÌÒlœ¿oh¥, Úà(™Ù…e-(VãÛú5"‘—,Æ]µ½ŠµÉD¾ -oêQɲèÙ+ú7®«·µ+ºcõ6YÇÙž%XTÙÔüyªªC*óX§›å¥Ûœ¡ou¬+§ ÕîÇ•gQ‡+2 ƒôM)±D^Ž˜ÎÒ›§›œ¤l—P1ŒodÊ \¤k;§µœWöÈeQ5‹þu6Àz¼É9 -†8û ÇLŒü;Ñ‹'mœˆ9É-?)Ì»{õrW-Œ·¨ÑA0!_jc¾ÚÜæ”R­ÌGVÃ~¤>eÅ•z´:¤ˆ‹úªºT½Þ²&¨:_öí:ÏnÊXs”Xk†¦º}Òní43ož Ð÷hQ·´¾¢ÂÁø*ï•I,Ö*¬¹¨…¹5rknÖU£¬¨Ì5¹Lñ•Jqy:eµ£«Œµp(õreb×ÀpØ>ƒjÈp’:úàâÖ‰-&Gå*7ý±OïoH±kÈš!-YPÕ½àž·zµ³™Eùñgà¾ÆÈ<µé?à¸T¦SÄð­á*\E_8j ¼PAß-À5Tƒ.`ø!31£ -•ÎgšÿXKMÀÛÛ†\v2« Ì`¼Üc̦0÷¨_͇ ÆÜk²²¼\µÍ³PfeK–t¦Šü Õ8¸ðÄ<ŠÊ8³“³/;Ycs¯4wߥ²ó]âªÙqâ{K˜Z¼àâîß@^e—÷YwÅ_Ö.î•ðÛd·O?~¼¾üö}O_¾¼>Þ>Þ¿{ùEïøüøüýÇ×_޹*øô‡x~{¼ÿúÝoGl>Ódâ«<ýôxûîåýùå›3âStÚ_ãéå›ÇÛs×óÇo_ ŸÎª)îýš7Lºˆ©§ß½ý›·Ïö^¯/Ÿßýöòg|9~_ãéñ×o¿<~z<~üñøåyö¾å;=½¾üòöÝÇ/¿¾ŒÏÅR]ιµ|ϧ·ï^¾zü6ûÞï—Ç/?>Þ_­Ë8yæÃ£o?~ý}㟿z¼=$üX—§õÝž~üîëÇóã¯ÏÇëo/ï¯ÿ¾ÏŠ?ðÑï?½ìßüãñãÇçO÷ßÐNÆ\Ñ8‘ãöÂÇþg¶ÐES - -~Úæí¿Àcnhhç`œÿwPOuž¬›þ[ξ€.þÈþðƒ’#òôˆxz$<=2žZÚ˜}›×àƒG¸·Û¸Í»Ÿkúü줆ͫ®Á k°èØAÈ~°Î®Ð5 ºB×À躮Á k°è~Ö€‰®Ð5 ºB×À躮Á k°è~Ö@‰NÐ^FùÁ,»D×@è]ƒB× Ñ5t ƒÃÄ ê]¢k@t ˆ®Ñ5 ºD×€è]¢k@t ˆ®Ñ5 ºD×€0§¬_éÐfϬpÞ—ex_B+bÝ’oû>Ù%ž,óE÷à௸?€g'(UOÓv8eöwó÷Ç“¢a«Úž¯6òÕ“`ƒ{§o&kä—r¹ÉÂÞ‡ë_= AùŸãæE“γ×%4ûã ñ@ð÷ý~ŒÜ{K³±f~I…›Ìq)Ô€8}U7@²%0Á[7/š4^Àö²lÍ]çì>Üh‡sôò/4~)ؾ–ÜB©QBÑ^×&ó÷¿ƒ†j÷-»%Yj=Í‹&1nq_šù÷©ö$—hÒÑßþÃtÌÎRï>>ñºÂP§°Fã/’ òÈöäöa …kÏÝ'ÉŽ® . bz‚ýJÒn«ÐlGK Wc¿>LŽèĹ¿Š0üŠíEØhú`“Y©’ÚE>üMºöùÖ;œ°Ø$lq÷­:¦6)ê¶dÜõý_Å徆l+!Ô„IsuΘ·„‰ûþdgÓdÇ.?ŠG1ïê aØ;'¬Î1˜ÄòÞo¼Gà㙆H´Rû¾óÕÊíé…R· -kô|ÿÿ]ÁY+'º‘ð~¥Rã@¡1-îfÿíÍöw?ˆ”š¢ùŸKši÷hfÙDÜf³ûÿùu\mÿWå‚5¯áï‚ô–€p¦i•VMè­ê»Ï=¢êD†Ï¥†êjÙ¨eó@™m¸¾4…Ãr?£µJ Š5CV_±ÑƵ&¦]Ò|L¯?†€D« ²úwvßèzFF -¨}ï•8Îiû9fŠ O,(¤`Øö½ÐF} C×Ö«¼8ËTû‚ÄŽŽ6Rûœ¾TÍöŒ½t¶j–jõ©cy0«|í¤:c7jˆ’ÍßÚÅ»÷b–,ТëbR©¶ºš8ëxÄÕpG¡žõToäFÍi¥z™fJîè±ÀŸÒz„üÒ…- &úȆQ"Îø³Øø¹+á°ìcÙßG,`s­e©ØxÆŸ<òAwªcѶ†ÎJ­Ù¡i(E¯@®Aõ´52;t n§sS?dÂåRÉ ÚE·mŒi ¶Jª¤`3_Hzաב]3 -±ÂMÖmÐ;êœq½+gƒà&ÉþèZÐ µ~Î+nËqT³—P%"«g†’›B3!MíB§ Ãñ-Æ„v4¬@c_ vCMJœçáhŽ!aÏ%LMg{7ûF{TL»ØÙ¿!áñT»4¶•zý˜®ï…0+hWα›.MO1¹sÏVKú<Ø¿™mšt?Y9/î†7\c`6ôJ9­a÷hÇê:P’1r*ï]±ÑüYíBš-ûÄì»´ªùB -–;Me‹šZ?×LØ ¨æl½Ñ&Yp [2×tË* ¡®uf{ÑÁ9)ÀÖ¶$[{sR[;Á‰ôeÆAwj=gÓí’æ´æK Ø ®Grã¼jßíB·}(DÝ8ýÆ•@¡Ä÷jì”FE—qš¨®aÏZ6ßZœíXÝ„…É‹ÑZ)í]‹Æ%ÍÇÔlƒ'l·¦‘S[«V,€âÄi‰‚ÑMÈ#ê…CƒÝnr#iºÖp—Û³2´õPÕíóV¡>ÀŠ[Dá¢Ùc„ð‡x^l´Q.õeØÃÝX­3ÝvN‘Ͱìj]?q+ÕPý„èÉbs)`ô¶TÏà+oÛuY–±Ás àØ‡¡ªŒíA-£Ô¦f%õ¯dDUÑœÚlµB«n¯önAg»HìT½WæÛ³²§ƒm“ÒJ(¬/.öR1¿íí¨`–q!~^ó[ýÊ#É -þ•‹¨*ºM¶ˆ8YR£˜¦œz޽ 6ù[¬„”nÖÂØºå -M;QQt.EÔ)lÖšU¯Ê·“MoEˆ%*X¿°,.ûÉ¥(HÓÍØlË' 6hXmÕš®Óö„«Šõš×uº…Ù Î_BMkÈ¡l„‚K]8nˉ$dlìq3$`ù¶¹Ã»QÐ [Ã/U`z-Y¶f« -,×¼öì/ÄjÙ£þ :ªœ¼…g5ãéUS(àŽÝ6,ÓöœØXF ,ºd¢)¤ÐM¶¯á)Jœ£W‰õM;ÙÞ¦ãØ–ƒÝ8îžIE³ø¦º™:¤¶i¢Q+ -•ƒÈwÓ]áª0BÊãõ*M8ìF-Ù5dª0¢ß«áËÕ!\LJ¡Rù®™·‚"|»û„¬” Íâ÷°Ë(ÇŽví\Ð.³UËñ P釆ÜZ½#`m*°@:jÜC¬šC"ìs º‚=Ô¤œ»…:ø ˆ -îñ-)'ßE­U(/ ŽÄKïg%(å"ÀX3¹viä£&…§PÙ‡¼/ä5 EÙ[…³ày-½'§íô J"6 -]˜}ÞR]¾f1Nxfó6L `»vµ¡î’uã b)@'N\v‰ÜX¾WÁYh ÚÒ èÐõ‰¬ñ|á#‰¤&=“4œqúùˆûDòÓy_PzËÖ,ºañRz|>™Xög”—mÂnjˆÃ4qsàjõШøBãÑ`Uî­ëÁ¨)—Itå² ´ÊhsU¹ü5ù¦ ×S[«ŽnX„œƒÔY:°3ÛëcŠ\é×øØ;6½ßûöZ4ÏUzUóÔÐÉÕÅX„SÕ‡\ù‡KQŒMt¥P'kòÅ©:Ôª#R'x£j{c°vH2tˆ«yé-ŒÎM¸Ó º‘P¨ó5ùÂå;!YEöÐà ÓÛWƒÔžä‹özõÑèIˆZA“hЦ¡J袵óõ©ÿÿ@L‘^ó«^è r†Ã!Ó¥üWQ]‹¤µµ‡lØÚý‰ÿŸiýÒùD»&ÕMo¤™h'Ù„˜ú¾7B‡hÉ 56ÃϼwFu£®Æ©7 /rg2‚0©Öbª×Âjð›ýÍÀ†´ÏßI®ï«\•F´£)ÚΚå-5ò"¯Ôú¾i•³Ñâ]nWüÄ™Zd˜¡J&rV‘ǦT -áÃwÕ¼“²”Æ!;‹2™2çMf]•y<°>û"ôZêïÌÑn¡,:L&swvåÌÃ]Á -"ò¦ýe!§6r‰Í«jLj¿Ã¦$"‰Š»¹òÆV¦„v]{ªk‡¶ëd¬Jõ.eÊ"Ê©˜É¬n}uU…Ü¡Q.t‘™Å¬p.´ÈYy\¨—pUÓ)¡ƒJcx*XË©CЫ\…%×I3¹|oÉ\)'† ëÀ1%؜⬡a°Vè8‡¬P]ïé*vF±ÚdxÃÂ)lž%s¦áC‹ÕWÇ̲àSt„.±¬¡Ø{íÎ, 7}]Ü=&*¥n^­›¬ï©ŽÛ”Y‘­úq褪çÀùœ21:ÆR¿E8ÑŽ»^•|\oÂ’Ê‚q}c*YêÁN¼³’î—ý¬•I3ƒì(Å -ݱ«\_óÕ†QÖ„DóVä(µÈ¥”m.t>Za0ªym­Ú ¹‡BA©F¬…εÔùö€9D”Â!§‹3V3rs -ÇÖluŒ½·žy¬ªßãd’PU½j/ª4Ë\ ”:¢¹‡Ì’KïùâPn. ß5ËnÕžŽSyjî¬Ætr Þ°œ"j+Sù¢ -—¹î¼‘5H¾ì(Dnˆ1?\DÞS­qí /QÖ $|Óò"WÔŠ3/r>lžw^pžn¬ËÜ4êšWŸÅó!åÍW¡ÕÛ£î²S.MÒçÚ.rú¢Ž*[ßµƒõ ·âVûÊLRLï2@e ×´Š02¸Vã.yc%bTS†ïQÏodÝPOÝ‚U‹o ÕP¬"pÏýC ŸÜQÚÑK76ñ (¡oµŸ²§næE´}l‰„®•aqO+u…u¾ò¶8ÚQ?»Œ,©sÝÆ½'8\H/-j‚¢Ž»w[»áÊQöt…ØÔ!Æ"çêÆŸ -‘ãE´¸rô'Έ¿¨×Ò©’:A‚rœÜÆÐÆï×\ ¬&èZVWbWš²ˆÌÉw´¥Ë3ÿÇ”_O¹Åu‹h±{8ˆ¸»ƒ±©KÍÔµìäiG%€zD]=p‚»X:òf³í %x|QEâ=K]Hð>l]Ëp[šó#uúY<œå°+ÝúnÝù†•=ßç”AŠÝJ›‘:à;á1µ;„›E©ñð¶Z»Xç½bB=•¹Óÿƒ/'mSLQ§·ò_¨½³š©GŒ‡+Ý., ˜cbr‚­ùëc¥b•3b}XdN#ž~Ïè‡BÎt„›Hé’3MD4—9@çê™heçb®†¤¢r4M~³eOÊÂu.&kÌJî¸!l]%t­n¿åÐlƒ4e¨—8V®õ#h‘ƒ|mœ³S«í/´¼™°ä°^þâªÉŽ –R‚Ù‚I¼âµp}&$œ‡ToM q¿­Â]•;Ú‘E'ƒ0ÎGØtÓ!Ã…^®à9Î%=àUÌ ‚º«)E™ë9#}MqÅßi›ÖÍNMÝåµïÄi×Ð&,Ú‡ÐÖZbçꆅÓÇEÁJùêÙ8vmtW&Ft˜Õða`¥î'ÒÈWÉTn*¥ÆFA8ÏH¨c¢èÌ¡fÕU²­(|#¿‘jò¤a7Vï‰×™³4«†›G©©»oøÎjjsdFŸìÅ¡‘TGàã¦mBù€íš£Ó2NqVÓøê ¦Qjl±ÚðÆI)ÈŠU=s…ç³Kó=uQ_Œ‹JèF -9<+6¬_Q„›p­P«~ -ÉSp40„ »Æ­Ï¸ÿñÖÂð­b¬Ó¥-ÕÆMÉÔi„àè‚o•+ëÌèB>÷ˆÖ¶JÖ­¡Zk2.4Ús[„ ÆÍh_¿2ÛWöÕ*b«Ùt«nTZõ|£TR0«”ÍÙRW]´΀?ï‘i)À潡Úí¸š{±sîÃi †J·)²¶ÖÙÑéW÷V-ål^9§“8X¢:_LÏ-f»µ†j“aº02”w+˜åWòz‚[>¬.¸yÞ59n¸ËÌ®Ö-)u&ü¯(brà:¡ÒþF«ÛZ˘T“*Á&·ÇgÒyÙ­¹~/¶{Ο·½»vÉájuf`œ*áU³*q5ªVò†qÄnP§,®Në ¶º?X«HB¡.ivt5Ìq{Õ9ô4W5µ°…˜V<ìpæ8¿Å `mö‡9Ç»»Ë¼x Ž¤€Ý«®~°R÷,qT¿=ª–W:h¥?ÖíiÎj¡3;5­Ò²W¥ õHyo½Á‡1¬Örm0{…;Òý÷ÿ!IꌷV5«Ò]ú`e ú0CÀiNÝw5­<2Áç×Í‹.£Ñ'±ª!Ã)s†¼RãäNXº¨j{œ«I•_gµ¤Íˆ Yu«ßÜÁ*[åâŒâ£=[uÞ:/à‹D\3Xá&UZòÔð1ö¨Aq#njÆ`ƒz+½HµÑòã‚÷ƒáæ‘@!j•³jJ¥»¼™ƒ•¡Ç¨–…sj³8Öれƒ¼¨Õ¦Jmk~êNÞ +úÓXüp*5=ºFWàðrnÞLlëß<ТÑÊT›¯«œw7ÆÁʤÝÜß\§ñ164çïvËùæµg…Z”f°^6ä˜,çW¡‚Û¬kœÙi¬VL`^îŠJ°uuãz»¢ ú>•’Ó<°-wF·c몾ۺÿ¦DõîÊ ŸÜõ ÐæÕg¼á*´ùù¥ÀöÈY!’«{«¹qUßs]ã$•WY‰pcjGÖ -]ž*Bº•Þ„Ñ‹LuQ,—;Ë•½sÃ+/]©L‚[èÓø|N6¯‚ÇÆ)»bsâËÓ²)æJÓCdìb˜½Ò©ë Z¶r -w§Uµ ãœë×̺õÝÆAM"®ò-±ÃÜ©¼´ƒ„í÷/8Ë*ß»âårÚ+sU­<¸þÛ™‰ÈGå8 <¶"çŒÐë«9^qWÕóÆ·Ofq†šU7N`ņã/:Sš¥Jä¸èO½b46Ò”oêÐ"„mþoÙJãJS#( ‚»Eঠ-µ<¼H‰©Ø¬ffši¡ÜaYõ}6¤ûˆÕ¶jšZ•°]6­"`n”´^ì&TfƼ:T4,Ã<ÏÂk¼˜{Rçc‡ izu l;€z©ƒ¹Ç(7GŸSꀹí<: î¸E4½Ò$$q&Ã+nj=sžPŽÀÞ—8zB¥rÖôi'a×Ty¯ÕrDnçî •™a-sîÖ¦*‡iâGU8&•¿Ø®ÄáÅSíÈò¶ýä#r«|Âë‚ÖEõB #uÎ;™\<äfTæãRš'‰q%bzGÁåàãx¹^é<­aåtn}[u¾` ®ˆh‡¥q «Ð±qš¾8ŽóVN¹jÖª ÃaÉ;uŸ=?‹ˆÔ$l߀KÖʰŠK )úìš »“» Ë{|Mk|<ZÜFÓ¹B¯Åð+覆:ŒIèæˆÚ¨ÌñÎsdͼh^Xe…ZDìuΪ -/Ë"nÛH ^景+$+íHò¿3ß\Ùhè—‡ r[=$XÔKé¾v’”ÃàóõÔp78§þ-¨™'vý,L”° 6 *¬cÇ8uà Pð‹ÜÆ+€0.qµÇ -7¸ˆÔ!^rRWo¿9+XYp©C"ð0&1”«XÜšÄQ]Ë_4lŒª¥®*QœäßÓ¸BÂv¸,Fžqe¥]6ˆ;Ó~9·Ô­Ð æ ©¥Ò[Êʧ¨Û¼>nªöÃÙ¡n˜ gÆ9β»(qax¸7šœ·’•šjGÒYºŽ³fô­6…»ÅÅãcÌêéœKêNŽl¡¦Y¼ÍÁg·ÄéF¬…N=—Æºä¸¢È ËÍ^©÷0uUÚ¸©ÍØd5íôÅqy÷3èaΓ½ ‚0-ù—°m^·EmŒâˆ\áָˡð®ØJ=EU ^øŒ‹í§»{A*©šqŠ·1MêzÁ<³9V1œ_¹Qe@«íŽS¼= {qº^cžÂu5î¡#,©Å8/ßàI -Œn«›æLÇö”·(GÕ_7ÌÅ)»Œ5ûÚ¾ -ᘺ›pÖxªgÖ_Nõr—s>+\Åðž¼ÃúŸ.4h¾e1Ïo†ù²¸©>ðüþ»~\÷î”—<Ú±JÈݧ)?`7¸%.¹ñ \Lɪ‘NUɈ÷‹W<K–±/ᨺšª.Ç£~ƒ‡©«¨á÷aAbyx6Y©ë–±^IÞ™‚Çaåékê"B8¢®`µ«íˆJFÆ4¬+ƒK¬ÒÌmEê³ÑÑ&‘1:ebwµj|Ë´hÂuÝpdÍB×ønOm˜@ -sàøLÍÎ*AÎ…ÏÐY‹8~©²o}<Ì.–U«È@K;*áXºšª½Ë£¬ ®qYYæ°'¹/ «ÑL[‡œdlhw8WêæQbB0WëéºK6^;—ÀàÉ~L(ˆ½®ú4š<´¬-ïZ\O¼Í â÷}äåÁÄëÒܤª'ëZZsÉ¡ ;ÈR§®E˜ŒÏP™0,ÚiXåÛê”qµÚ¬‘•‘G9«iZÇáøºšÊàÓnPòö fyÈ»ëêä ©k¥§èÿ%æÎ Ö}Õª^GëÍÕy{(Þ×u…˜ÄòÁJÝú¦KƒÙÎ4Å¯È @.v'ç€mªJ6NGN8º®KNîW: ›«:j‹g@#h>XD0*eµº¨ÍudÏ\2Xe4ÍòF8®ÃxÅGéÝU]&f¾~6Î[tZjg¯öÚnØ^÷““;Ó¢ ÇÙ5étÖ”¾·rYÔ‚«Ë8}^_ÜÖ²ý3®v6<8–º`ãA8ήq¦!ÆOÝŽÀ"Z°×Óví¨… Ç4¼À8°.“—q%T„#íšpL^Eá—ЛÕTî–»Ù&oìçvVEÿzÞMj *Žt}mõ‚pÜ]ËŽ7Ʀ vŒ ìDÇõ͵Ú,Ù82ÌîQaÕ<À¿A ¥pœ»X†üHôä]KÎ -[H~VN£ -®†j¶™¼ WHw;]u¡ðo‘ ;£2áM‹¡"ƒWcgI{¸¬–h»ù^ Øóõx DZh5Byä¹äà逦?;+6ÑT()¥¦+æªMþÂÛ~¶ee›)N„«*Nê¬ìg+æžþ7÷þ÷Ÿž”ïúô_ÿùoO{ûO/ß>>ß?Þ>>üªÿåÇûËCþÞìé÷o/ÏOèóžþëñûûí÷oßÿüý‡¯ åZÞùÿz‹ç×·ŸïŸÿˈú²~‡§?Þ^ßÏ/ß> æ»ÞÏxz|y{}=ûýõíÇ—ö]´òOü?Ïw~DE Ó«ž¾¼~ÿúz“—Ç÷÷ÏÇçõóªƒùÿ}—Ç×÷o=~¾|U¿üùÇwÉÇ;Ú{õü?½¾?þñö)\oñãí¯Çïo/ÿï{™à?ýòöÇã÷·o®Wüööãûá{Æ—øŒÿá §ÓŸïéëããõÿ?¿¾|yþåñòþûûçûwæJi§ß哺ÿõÛÏ/Ö«þÇÛ«0½ñç×oþ|||ŸúˆŒú†üÎ=¿ýóûÛËçããåÛá“tÁÿë•_ÿüãñíôÓþzûýÛ÷?Þ>>Ÿß?^ßþù±½k`~¹ò_•ïùß§[ÖÂI§ n˜{ÓÓ‹v?dæ×]F& ½tÍP}ÎõïòC~~þxÿøòöñò¯oÄÏ¢ð3 'ÍÚUÕ߀Ôb²}pÀmß+2Ÿ…—ã¹Ý0õðºúŸN3©hkM=•–Ò´>Ìû<ºÝ£vOÃÛ ·¿®Æ| –NBs>¥CíHéªö¡R}ݾó§ÌM×äDCwg^qFa5Ù'Uªw’}¯K¦%ÒŽ`Õ9O-µö$1 Ié¾}ýÛÈ—Ïö{9òp”}a;ÑÚ†‹7-u+¬°¯!ìÂUö­Þ)0TŒOg£ž["Ï/0I8¶6Y,Ê/K'ÊŠë#X"µú‰¥D5ÀW/0¶ßËQZÖÆÁa}LxN‘P YÈIÆö®ã¦‚šÁÒ;’Ú­¡^\þ+˜‡aá5èß*‚5ÁÍúür“„Ú‘H@J÷¤Éë@ l¶p™Ü~/ÇÕ_D: è•Ó¶ úó]«TõB@ËëDžÏt•$\/‹ ¡‘•·kl·ê+Œ+Âæ*þåz°ç9?ãdŠP_ie§vxõ|…„ÎòE­ŒÝpl½õQ͈ºgG”ÖÑZ}¿ržN -*‚Rg.ûfÿG<‘ÔÒ« ‘BÉ$¢òA߆==E­T&EŽ´Uÿ€t÷£/´W[ÌÝ;Ë„—Éõ)ŒEjŒ]‰í@e\:à˜Û¶:ØèFMŽìÞS¼—ª„²\N¡wõµRÏÇÚ~ȰuâÙ“R>-r1vUJHÏŒUƒ-#Ó@•Üècg$q’ré(Ó&Xlχ–Ë­·VZÍh}1 ÷îQ]Ol¿[Àk'öæÍî:0Rw;7—L× -ž®V -*F»­êf@Õæ1€ìg½«Ï¿E=¹šÃù·°$áŠÉ Ðd`Dt½2ìƒ×8ÄbCW¨AÜíS%Õþ½©ÛÍÓ™ŽÊ:Ê1U–9=UlDU̘MX-ZEYæmòœÖÐ×L·Gö€2‚éØÙò‰èP Ù()©­%+Wò6œúšéB·ŒXä`\qA9eÕ,èœzªó:†ƒz–E ¼û³}»ŽšË -ÖÖ¥kë¹XVwÖƒ]tVPyatŠ@›Ê&‚élµu‘%‚”nßh¬‘»XZp¬Íƒ ùbë@çÏúÖf6¡˜àŠåÑÞh£™È꺵2Llü"ák…ÛÏö,Éä–:áë$Þ•Ë>7æOν{F¸ÅÖÍðe—TYÓÚÆ™‘6bYS]ù@@3‘Q¢§EhR»…¼§:&šûîŠJ3cNY#c5ƒÌŒ?å]éføvjµUÚ E·ÝCI/TU‡C׌f\– »‡ÀA…°vIm[ùÃyUƔ㉟n®±"«+Ý_e(«P:‡?ºIK$Ô²¬=ÇäMŠåI vƒ¼^â@©fø@Þˆl8Ô e£á–fb»Ó@g3Æè¯T˜E*òQ xô¦ï7S^ è°UKob¶ò&»ds°ñhóCþát^‰…‰m×û¼Œ’Í¾Ö–Ž¶æð»ŒR&ŽlRõ÷»¿i•ú ½ô%ˆ0rJ*­€¡='Êè#«îÆ.  ®™áË-ÉÊHU’@ëÛ1½Ä®TC5µ$Ëä×1mþ`|UÌúŒÄIÐMã8øÐ%´5‚\lbØ-Í,Âᨮ}†Vö{äÜ.1ø -ðBÚ´^ÕkŸPȶ}ÉòäsJ †×.½Æ•fÖœ î=ßF6òr)ùaà{_ÇÔR2wå Ìýx´–؂͗|¶ÃÆ»¬„<¬‘‘Išiz|îNüu«>6O!3¬ƒ¼Guİ–ª‰«_Ab€ŒŒ,±Á÷Uä¾–×üŪÚ:!D¦IãY Ê›²OrW¤VÍùõ„½×›F Áª¶ŽöF -IbS\dkÁvJ¾¨@1[AÃöüéÈÑLoz%wFl™_ºEŒá¼b&’¹%ö¾Z¶5#Gè™%ËoÖºûõp²¼ÅÐ’QBhÖ‚ ¹ä!Hœ'ŒÙ4­–oP4:ÕÁÌ€(}‹m'ZI_š2"—ôœÉJ}‚gWn¦OR”K–ÿéý@xc1ÉgXÛb^ ™A»çôã5à°N^âJifðÀ§WÛâüYÈDÅÔ¹~Y›[˜±—W)=QKo:'Ù±Õý×°È„˜æÿýeQZø½œ«gµômËZDAˆ­Ê}WÌ+𡸢 ñf;A ”1˜£>w²ò™µ#ínÇÑŸ§aÆûÃà³:i^/éæ’GÀ ¼p ²¹K–ë&3¶¢$4÷fóe¡$£-û-ô¦ufò² FuC™é'?ü0ý 7˜›ÑÑ%6Òûˆ¹*ä˜E’—ëŠVì€0GsËï¸QsÔÈõ‘˜1ÿé«”È $úóàƒãqlNQ•À5S®ƒ4׎*ɵ¼rtLS›Oâ÷’©8“[:®—)Ì÷3Ëð©%\·a#¤³Ê&Hnª”[H"s‡fŠo„½…ÿz©aæíÜ6­–dųT˜ þ'É -Õ ™zŠÃ6¢—dç»E±ñ€ã½b6Ùu´hÂDûo3„A %ƒ—™eÜùÇØÈŒÒ¤ö5æo#HÊýVÈ>/’ ÚÌÜm ô-K%cAeivã:i"~…¼\ -I˜Çx‘ÛöZ%7© µWÏsX§ÃÏ#¥$ßîtË=Ì$»ØŸMiåÁ×\á3ö±ã‹–ƒR†°I£ÂͳÙþê|Â>¶J¢Ðªr…4°k—oY2óíâÆ?„º5¡«v×Òկݤásõ•ì»-¤Àž¡‚cÆwȪËMÖØè,RVÓ̘Vl…‰Zå&G>Äæu"šÈ0}¥¶í°OáÆ¯©’)œGÄm°?œOÏ·;³3‘©>º¦6­S¬Ð ºUuˆï ™¼1¨àSôYÏâ¥qw ©˜q§ÈíÚgMQª`½4À·à%>?ßKfÔ-‘¶Ïõ]/Áa„˜i܈ÊïûV²ñùùÚNM­AõþˆìDßS²tšê¼:ÜÉ5r°°@´rüß -;‰úÞêÞ:ÔRà(úØëm!ÒJÙ1Bó¥#hQK:Ý1²ˆåÚÞŽ'èJ>lXŸˆÛÉF•õƆ˜QÆ“n^ÛHÑΡ“'ZéËN7m€ñƒ aþ!ÙKÇ0;ÈÕÏRIrqç1È ™CJ^0+†Â¥“äf‡g‘ÝyÙ-‰Ü®éÏÚâN{,Úä±tÊì:éV§ØvÍÂÙf(Ñúõ®Q_¹„-b¤ˆ1 í‘. 3 3ëy•gtK7÷“K­Ò„_DßïÊë{vuu8Ç>QßcÜ[w}ånE‹õA·A+šidô¦ÛžB|OD8¡3>Yß.]NqÀx³‰j®šûОä°ãC„o'“FZVBø¡ó_+%Ç–×Ì "60ÉíD-é²l Y`ûpÇ yÖ6ÈÎGg·ŽT+nì­×>\‰7›?ɺÀö؉3À@˜Nú¿Uw¢™Jå!è:›KL…ñÊÕËùU`ÎPÔ^£0A—¸©Ò¼\2ÕRù¸vž"K Uñí‹Nư"–ù$ -#¬* ùAÔå‘ãI¾|œÍdš(·‘èÒÃMe -_Õh%›¹¯µr½½°”&û èsÃá1˜áÆ?üZ•Èà2^ÈÍ5ˆµÈÍmÌf 'Ñä¦ÛG"“Û)‰$L ¢V¾.ÄÁ6²¸|Ñu¹íÖºYÀ½?}^4M•!Ú4tÉ-9)€¦“l"¿ëSÊÒû³SJÅ(¾.–pÿÏËøä͈"›Î¯­2ŠX2–Ô̈Sº­d¬24gÇyªih_¢mŸú/Ÿýßû„öýÚ§ýó¿žþþñgž¾¾½~¾¼>^?ûµÿøññöþк¯{úóíëóç'ú Oÿzþóóù _|{ÿñ篧°QKFýÞÛ·|ùöxýþòùÿc`Þ‘?óô×ãÛËóë—ç_ÕÿV3ôïo<=ÿúøö¥ëËÛŸßoqáÂ!Æ|üI0ù$„ø.7ýöþ#ûª¯Ïï/ŸÏçÌoè‚B¥ìßyzüçóãñ×ãËûÛÏÇÇ×zkŸóW¾>|{yûùüýëáøÜ—“õ‡¡WñÕOß^žÿýøÔ½oøxü|þóñúõ¹6öS~Õ/¿žÿ|Ò›<>:Ån͸´ì /èÁßÞ¾;ŸÿóË¿ßÔè«?{ûñýùõDºàð‚ÖþØÓŸ/¿<¾<þóþø*7^¿~wOZF}A×~û¡ŽÒwÿ|üùöþ×ãõ3»±£è*‡R?ćÿ·ºñr²&œ¼¥tû~>¾`?¿0Ï[úãP•ˆÆüä}ü7¼¾|-ÿOÿèßÞ¿¼}üõøö´AóùFœHäðçMm%±+o‡‘$5JsÙÌ–yÍÓëNJϾµb!%#¤e„ŒŒ•ñq¢1ÀxŒÈÊYÑΜ¯ÀPhBªïuù›³²vµµ/:‘3éßšaÇZ/‚† µF™Ã •þBˆ?‰¢§$ç /¤{U¸Ô’¸| H·RËñ„þ­I´]7С˜ÐjL'w¤É ¬Óœ§¯ƒJRœ3±ÚòÏq£H ¡ËÎDb+¤³ž#Qtu‘¥bТW÷&¢\>ë=E· ŒÍ•šˆeøìëHd}Ð"úðH@šˆX÷r“:µ…L}Lh4ã„õÄÙëwˆÒzÝ÷²8ûsw;cgËÝÓœRUîÂÂ#‹ˆJÀž±ui‹rÛ"`ž%ŸOþ5nG’¾3; t’4܆áÖ^iPÛsNCtxl:ê­þ¯jRîëkšzî¸Z<Âl‰Iˆ‘{´Õ" }”TW§?‡CzƒgÁË ,y–+TªbÓ¢ªÕB1¬éì”7}„[ºï/ˆÆÀ~‰Âf–ç®»'#_wÎ ˜˜õ_dùVi‡¹2‚Üu7PáA•ÔÎ11¨,à—Sʇ  ¶‰Ó3âàmm@=”ËÃé/ÿ -8éZŠð~•^Î<;j â ±ií¾þÞ×Mpbg>à¢:¿x¶‹-¡Àµw†2ù1|3/¸At…VV’V*Tè1È·4XVy3ÑMGaO .˜’O¤ræ!ˆÊy ¬¾Î—ßóùòW±¢Üšº»äÚ¨d_+gà È ×ÞâMNÜ.ºIcE”oìL:÷3‰U#ÚÞ¼p„¼¤ÀÍÑ ùü1EZ ‹Áƒ½³ëgêDõx‘©»Máëd9V¥:@ ÇêO!“ƒ‰¹±“#‚)²áË!Áݲvïh-¸)ÿšdèU‚Çì,Tj¦ZxDïç0}JªöuPÿÝ!qoƒvj -ïÈ|g6^3ÀÚŽ?¼³¾m x]î`NãïèØ›%¤"ÆÎt 0Dr§ÓY~Q¯S:\…@àKð…6§TXØ—»ï[“^‰KhU¼¦_Ñ„ÇJÔ…¦¿÷Lé&ÿÝV„uµ/žÝ‘7žk˜í=ŽÍm¯Ëv·ÜwÒWeƒŠêE%ªY•·Î`uHã~êÙ:ôÏ*øº9iÂç&5”înß•^ûífß$w  ‘n¦3¹j¦Ñ^]È#ÿ‹d~ñl(À6!ÿØP.5(|ÑÀ‰2â¶uŠ91ûPß>¡²Õîy°Åþ6ØÁ)6èˆSÃÒLrÐ=÷ZÍ3´A/öÕnLkÛö½–®Æ -^GüóFzMý•"/ÈЈ@o !x(Û¬ŠgÑçDO -Y™åñ(5‚ܳÌÄ(u¸å¯ŠyÙÛk¿–¨È).B`ŽàIÓ2¦ø8\øà&áFÙѴܪýµ=â¢tÈ\ÝwuÙ%M–CíPü¾ÃU>Œ *¹g¦ƒ™ÕÀ­&t©X1«·òˆ^™/rÚ õ3=^)‘» ½’>O‹¥-Í+ã­ª|W£bpŸ«j¡¼¡p¿Ûwq‘žïŠæÈ(·»Î« EÌÜ—wDÛòÌ(ðÏyåõÛ»~MøÐôv"…€ê¢=ggà…kp Ù ˜Å”:ó_©R‰˜Èàî‹g –-­Â]¹o‹Ñ{€—á,9¶àÞ˜!žÞ¾JÓVÚ²öö„`bÁjú]Å|B¸sÆý!jçädäæÜMÁ¹¡Z8‹p]o1h¿{ï·뜀–…v 0-*A¨$^En¤XSu¸FÏp>›+W¬ì€©~4÷âDãf*Ì–7œÛ…æÖàwk-‚0¡µf±7:õM¾÷»ü@5P7ß©¨âðÍœáîò€°Î-Z¦U´vÿ«·û%¶Ãµ“^oF²·B¶µz–Q@FÅÁ”&NÖjâfÏÅå£ù]¸2æ†Æ Ì7^ëÂù¢¦­+‰bôj°š+M †&2ËÃH^ Ë-# )ŠJ‘ƒ6Õb±;²pÇt2¤gtï¶V]h¼p+t°8ã`?ùL8õݾF+,fhG«c§ðø$´o¹ÉH3Õ³TC*Êi-×S üð *5,œ°¾è-33‰gqO;Ó Åì7¾Ûž™tò§w‘k R¶l¶ª@h1a•q¹]Ñ·€€ZñœzAð|¢çD ö¯‰u7$`°Ðÿ©á6ðý…n–à,6¸Ã}W&d€’ZE…ÈûkHELZ` "/Ü¸ÔØöa‰1ð v¸VªŒE© -z²æÞŒäq_®¶C}ql}¸GØ‚¤ÄaTjP¬ï¤:2ó¿ù ÜÉDû :–|E^Âb¬ Ý·Æ8 èØÈUÔìPòŒ¨KevéatÍ>P{kG÷ÐP©Ã×'¯˜€™{`?fæz¦¡yv–²Âô„˜JÇçt;uA¾vÝ¢øý>”@>wWÊ@õœ]ó8«1$ƒŒV@ ”¯aµ½«R4¡[A¥ Îé4J€š¢@Œê‡ÈóŒتè»cÚKo:—îz"'Ɉ-xÍC_(Á&ìGúèL¬YiíÞéDI£Jêf5[yÁ‹—»{D\ˉ-P±3BDbO )à]: tá’> -E·_?ðgbÛÐîk½7(Ëh‡âñl¡ŸãpÀ=ÊÕ¨´u¹’Œ˜Á$¬vù©P.&²D ÜΨBA´‹]Ÿµóª!{£{|æ -k’lb؈›çªvÆn)v†–ÔL¯˜afL€vI -Ø·3‚ž9vKÓ®©o¶üReÕ88ÅÓáVо&*¢ ÷Ü2Ê8œy@þ–ÿj:'² #ª™õÍMÇ$}*L°bf+j”/èD¸¬¤;£€-“^ÎîŒ8„ -΂ÔÅÒ‚•¤&ã¸1„áAnx¶ÛDSdS BWèÔLÊa# ùí,;þ;j‘XQ¹ÝY,:µ‘È*Ååh]Î!dþ¹6ËMú0纫2Ç“"?ŸÌè]%!y"º€?YH´Ã%Ln W}qGD7`“´×&êár“²ÙÛ³R;;íšò,¯Ëq< ´[‚ËAvl‰¹E°LQ -pN *7×aâýÕ\±ô‹¡H€_È:s꼘âÁ’hÙðxf²ôت - Œg S§^¾X5öPÀwPùe8¿$¦j`ËÈmÍ–«éÑ!±Ô&43RãÙêÒ§kⵈZH‹­•^ÎÍÑQqÀ‘q¾© )%‡=(ÅlØYN¤»êI$žÐ"l•¾/jÇÌvûRH¶µ‘J1v~9c߉`^•±cdFàu»Ãƒ[éÌí¸ò€DÎ9«µãi2š³ÕœW ̺àZV¡ä€ÄÌäb"#!jùÝOÔ:ÖdOçBû}1Iùu³=«z¼¹òëU ôÿˆ›.¶O@Pkùÿͬ¤^ÖpáUj$ÉÆƒÆ/È0GuN-ŠmÉ´õÿ¯ªïr™t—sjoåv§U¿Hšçvn£Î5iµÛ»ò™9ž±ÅEþ,V%¥ÏgÍÇ žD©A5{³µ+`Ýe`´|H2bU&[ðˈòŸ´¯>”h¦]ÝíôÐE¯>LȦ’ 8èà'¨ÞÒ¼Dz¦¡<Ñ"ï;Ü)bVxÉŸÞŒÚ{˜Ø¾2L+Ï´á¹9¼~Ȳ¹rÁx¶8ºˆ h@yt³)8ª¬<žnýËÑY }Õtéí*ñ»ƒâOeN†òuhø‚Èy`¾P~¤Í,¨cDÞØu«ýܼ}gUwí«)Eï¯=¦ Þ& K!ïOovRš¿ysÈÐäL’°ìQ©]P ¸.ª„f~D¢„ ÆtÈ`p©ì„øÐ06RPVEYM3Ä>u$üþÏÍJiÜ[ÆÅAnj§ê©ÞI”ž\È´Yl u«<]é48À=ãPd‡,¡,˃ ­®Ò@v9Ìè( ÿö \Ë qÊYe†y5•3]pÁH¼Üú@Q@.ŸàƒÂg±Â\µÞpÌ<™Wle4°*JÈ-Äñ"#a[JR#'·¶- v Œp¢jŒÑ×t!°¬cŠé0ÐzUšÇ’w ¾)·= -ì[<ÍLûÒ³Îéév³ÑÓæb`1D8I+R¥”EGªîÁàÙóìÎæè ‰)«”@ ‡ÂÝ$äÜ” ¥.Ò7S9f£·§U±È)Àu9 -úTѬ zÖC5ز%„ÍœJH íÓU.2ÖÑéñ>pÚ·`sßæôoÑ&î9+ƒÉs1ªâ¸tDšñiè gª³?í‰/h;ÔUkò i]@]ÒPØWKwM[[MÜ4‰·¾@ jåb+²W—Š‘+p“h«{Î*T ºÝñýÁ0®«lF@æû*È´w4bö`—âkÉŒM-løÐøÙ—‚†±½+ŸÚ$dЦ bG‘lÔlC=\P÷m ‰åN0åÜL‹÷ªùÊ5m߯¦Uë[qü9Áö@56øN¯×Ì‚N…µ€x!6¯ZMæ’pAne¯µ¯‚KhQà©.ÓL²Ò÷®Ç[¸ -2ö,ÀÂÖá‡t½ö±Ö„x ú%;.4ÕÝ!µëh̪¸ ·;S¾½òè—«HÐ2ÄÆq¨˜™+õ!Á×9DÆ ªÜ£ÛÑ?,HŸuÜ -†Â­[9`?ÊÌ=©nØ*tÏGd÷&à·‰¾ø¹½‹ÿÁøn0\ìAä<ðÏ Î%_)3—ƒrsã˜+bö,"cªÜ«•áœ:?³oî}n!T4›…¸W Š2Åv !ÞSyñ•‹™¼†¢  Â~=GÓÔÉn‰0BF½ãó³ÜŠç‘^‡±`ªvob‘åÅ")êÎI¢Ý*â`ßgˆ-ǘ ÊxøBmB"ÇSPX}oy d(Æ*΄„DÀ0QHq£Î¢eãÀp´æÁí{J1n7i6Ös‰$\†Ùð-–#ŽCå-ù‰˜}*•ÅR- :0œP _ö´O’ $Û2ò^¶¹ïLúBôj½ -ÈŽfÖc äÒœ‘I86ÇÅýƒ ° À&€*’JÖr”·\DÀб×p¼+Êü:°e ƒ)€æm,œøöò—9Â]$öLSùÔœPSè²Wœã‘¯££4rÌ(&sêç]öi.GÈáÈ~E O±PÇ÷é1[5˜ú]n…­”ÿÿ!@¶"t d4$Vxë÷ b˜Ø 0[3±Z ŸkßFº´o¡óÙ!n;|&¨‹m4rgãËX•±2ÂINÂ(^r$\ýºyZ3ƒáw’å@6u£¤àê›û„ ÏZ* Û´„§–É={óìô Ã>•ÐÑH¬ð…º:L¬ª°{´p˜À¡U—Ûã}ÊܪYöÛÙlîVUòŠ×ï`RgÆÆÊÄúß>àí^^ 9Šþeýë—)kÚÓœWp„~O‡A½ÞU?>”Õ¡Al -BÆÿ„.¼Ãk軂p¡^Sî¸F—dÈZ39§ü'__3s¨66U!¿'ˆà:[Á ÜÝz”‰ õŒcGO 2‘xâchÁ†nx€W…Ur) tÀ#¡¢ˆ9 œì¹‚F<…NÔ»Æ9®ãz&ë7]úÓ½ËX¼ª[ 8(ÅU©4 µ8mˆÁŠn/Í/l"‰€®§ƒˆ^’ã'¡wzù‹ÏÕK'(%(O‡²/ˆ¬õ¦« p-äº, ÔwÐÞuO}Ï\fÂö&¯ã5T!娯Nftz_B¿ðÅ“¤”Z(o‡vàCŠâF2ïTP`–¾r1`‹ZEúÝñUÿ·º–m‰3?©›¦*2TÏ÷$çžÛwÈ>¥Ð÷)¼*nÒÏm/™‹ÉßA­K,}0Ÿ”âKY†Î -j‡€­–b†KKøŠYØ‘Ul]}Ÿ¢k|ò¡Èç¬îÕÑÐ:€u³‹ˆµ¯^µÍmÓX  ¸xé{ŸeP+§”öê½jÂÛjWï~.ójJ à“{ªó ا¶¹uŠ’™€ÞRï*À”pRZÑ#r\ ¦uÏv{=³<>,UÐl鎾翞~Uv8!Ä2¢1?ÑIÈ&2¹IàÆ r ûÞÔ& Îõ<l88žêÜœ~ ÜPÝ2@9:p# ÿëõÀ&÷6Àþ -ûÞ)Oáº7v!æ¥"»lœÇ ¤?ž(÷ã›êtÇâ§ú¨p!Rknõº/cCÒ§¨åÈá`Ÿs€)ϦGëò ª:ÛªÊ:@y¿‚§×˜ún D ª»GÁpI ?í¿Æ¨µT˼ çÝñÞMV½cÍš`C—gX.Ýqwªñžµ)ŸSR9þþï©JP«!ƒì§<™ç=«šØIßÔòÀÍì“*}åÒÕi˜Dèæh$T"º ЂäßòŸ*¹€ýtZvÃ+v`QB¬-˜¶!¼Q¨Àªì'h­ùš5Dži(£3ZHˆ—½ Ï $ÿ’¿ÓõÈœ?e`L] u>x÷1/9@W,·M·E‰A¾ÃÂ3W¶må9î -Òr¬OøÈRè:>} ¢ÛÂÐ{´¾Ž8MöJÀÐH¬"Ì06LìFMÚq ¦,ríä-²îÅ_HÑËyº‹Ù9<‘A` Êm_™< 60›Hüᵘ°‚JHà“Ê‘ni taì+Ú’=£õË㩤¶&Já)"ðZf<_ÛuøÑ-ãBø°­sU ¤ E¤ÂW$Ƕ\–°<‡_£^º(¸£ñ‚%ûí¸®ésUÒá$ žð.Ș:©‘W¡mL(Pžp܆ñÊ…"g€ªnô«†r 6] ”ÍÍôR»­óÒƒ=W3Àª´ 6úm$ €ì [ÿËç$HL&L²Ôâ(¤7'!;Iì›­7è 9;Ÿ#¨0túf߿ŗ"Š $ÜĹŸö®A¾¸)BjsÈz5òÂmÛÐìÇÈ›ñCyÃI&âA`ÁÃúΟI~h¿½Öà÷jQ(E@bioEŒ !hž´Î%R‚ó¿ Ü6Ö´¸ÅbÊÎêƒyOƸ˜ÙP¤>Nc<ðõ„ýáŸÝ~Dû©%xSTú¥[nEŸæ1(™˜ÄŒöxíúcúÙýŽôj×b_£Îk?>¢~$7´YƦˇ´ò…S¹KÆÕù?B^w®Ü_ò{UI!ñp8œ×€+<ß\S*À5wŸD –ëaRÛÑ[ÚkKMŸ(7:Àñ´WÃÌ@ðg~ ç€Ï%ÓoÆ“)œÓf >P­¡¬p~ a•ð¯# ´ ÊN7ïjNÜÓ-à‚IÕI{77Gžàé2²p|±Þ½™53u´ÿ–È?ÑSõ3”cžoì¹æ´™{jL¤=:)üb@§ -ªNÖ/×»7[ëëõéÏY1èþ—ÛÖö/¨ãBOP ÎguÊeÓH|[ÍÕê¥^Ðo#(G­k£ó‹NÍ50Ó.¨d½¡ÌÅš²¾sÚ//g6Ç7E#·ˆ£5˜m€ê¨ÕûjÌÕÖ[u¡œ ìó.¹Æ¿›CvðLªgè‚ÇP„ú]FÊ$ýÆ DÀкîs‚Z~¦ˆïÞÜAFR¨*]8á˜èœ`Ÿn!wÔEhpëk@;zñâbÉŸÖiêzÿl?|÷gJùçöíà pyYŒNîÖæíš2mtû… xn®ŠÃ´t7ñøBè¾ÖÓ/(•t¿9 ó *'ÓiC®B¹Œ˜ð5ºóÒ'àDn²%¨. \’vìõ„¡‚žõPE:Ó½€c?„xŽšÑ¹;Áš"5."&¯7Kg‡ÌvF"êd3肞>ô¿·Re¬-%‚>yØoAï?˜Q0|;´“Êspƒã½® í+ì[…Sº×R‰ ˜ kVÓÊ^šÐcgñ%ë&¾g!UÚ:XißáÝcÈ`íMÍKW`íw½É]Á¥v¹© ½Æ1ÒGxÁ»*—½F”ÉÿR¿Ë Åd§Á';‹¥ý™T…Uúà†|A„:Qµ¯(ø•Þ ™ð³ED~¦*®«‚T{¸Ô(Äj\Ú·ŠÂLËçqlÍ?ªr•T× 3=µ!¿‚ZœM¨„Jžµ“íëySùšV?d<Ù ìVT/a†ž-¨íMÀHøEW´cóMâœ+š{µê5Ä eäR8Îľ®:$xL•ð ‚ÇHŸ™ æq¿õ껞Oñ9dE `ÎÛzíÏsð^I^§""=fºÛŒöÜà¬UF±Í áG¯— d],3¨¶ã@W8 ^ö ×½ªÌ6¥Ðqç+/€V"‚Á÷-ën3œWh.¯V“–£>mé¥&ªc#ÕUÜŒ\‡˜ Öö† TPÀ…ˆ½q¯î{.ŽÜ³ç¹17Ž…ŸÎ´Ô¯Ì9Oúqã·xé·–Š—òÈÖÌ0tÆ‚ø¤áªs~õ|y°C Ù1´ÜÒšì7„«ãYå^°F&yj)"óCB—OyËæXE3íÉ<1Aë ŸìîÎ=ê^@[œç6ØEqß푸ø-a´6`¸¤E_rðÕûŸd»påçõ¬tÇÛoiqx?gŸû\ŒZBí拳O×sn¾:è´R‡-ä'z¦=]nQÒÛRc õ[c5ÎÌÒyÍ~¢ý®òñ>Œ¡ e¦”“ºáSÖ³õ¿>ÛØÜÇ/s§:OntÀ®zà¹oUŠ·(Ýk%r ù…)V³û‰J‘VÆÇqMnP:pFÑ5õè$ÊìüúN¡=­E¶,@×[ÿ‚+a}»¸P—Équ„¡P†;¸7«‚‡¦PMêØ ¹y½ðäGÑ›¡R£¼w?E“¦æâsMº¡«°ë{bœe¤>+¶áËê+Ö” ‹g Þ³‰'ÞPß#†=Îáñu •\¢Ê<CÍüšþî~¼»FŠÈèÖ ÊJ7¡ó? ðI\Å ÉìöPþ¥pe`ºâl†\ -Ô Ý<€2µÂ.…b ùÿ^~IíØÝSínêæi¢¾ -ß *Dú>óNâ'¨6¨æ«HÊÑèpyKïKqt˜Ïè”uÝ®‡¡¥ö™¿z›¬ÜÅ.¾L•[3zª? Ù&?Éz³¨ïH‚œ"sJBWpÿÑ,²òP´^;;\gffp)ÙÅ@×Å÷îóë6=0@ÏAËsÙà ó.Šã/غðo§ÑÏ ŠF—w_ƒŒ´6!v~Xl2æp-ôA6Nî݇·z`°ûv—0gà¬'¿‘z±%rVNÐq o†òØÚK/À;,ÅŽ¼Ì;]P‚\Ñ Áëx'AÀ€MvO˜ž[¾³à’cô†ÐùÖ·aäo¡JB’ÐEŸ†ì¯Ð|ehöýœ‘•†²—µ½Ù¬À\å|†jCÁ¦ÀÕ› ,’ÅDÿ7¯Œ9nçz¾Nwi½u_ÒÉ3 í#°Ïü­%—¢²£ÝyH·ç†©1­£¶¯f\¡ ‡«Ú´ýU¡ÿûÁ‰+´{d§ô|þYŽ×5žÝo¸öÖ‡Ëã Ë,®ãƒÏì@íϦ»›y‚ºab‹Y[b r箑­—|LÏå¶ãW# wJƒ–>Ô&™él ü…—´ç13 ûÌ;¥–YåSwàuÛ”cK¸»˜`°ÀÕ³ý¥)%g%é×Å2•™å`MúèùáìLç÷d¨Ö¬Nwz¸ƒ™ß†c¢=ŠÅ8u Ø”äùÑàºÅ„–£™åÛtï±­ó,8©" ¬êTïÀžÙåx/Žž³1.v›tßiêMÁµq„Pï«°Ïmåܲ4á(Œíßú¿­Á×…©3—ÎE ƒâÀ.¨¯ +šÃוýn,›2ŠÕE>ª„[ÂA¸ë…üŠ:¹ôVŒknjm3ØÊôݯ6~/~"òsGÅ…WÑøȼ¢]pöêA{?QÌÿ3® -0ä}G…¤ôe%CÃõàÐQß»ís}»:ã]bý›ì9î6äÖôˆ3£Ç”$Ú_0=6¼ê2‡r•c.çÓ¨&AH—Ú›"û´ñ_N¡ªËê‡Ü±9 ×꤃Dl1±•†¼=¡}@P¸j«$ê@¬±PDŽ ý€›ÈíaVÝëï:•‡}ð8MïЬkç?y¥º¥í®Ëé×vAƬýž‡Ž8«¨Ö°ÎöN *´2:é"ÞP„>ê"šäR@º•]lAo^ á39[¸c!жZÚqÎŽÓ*žBèݹ‰²P}ïÈ/&{Ù\nà©»v¥†r 3oÕì¾3%ó¸à}<`Å|Ú9è,ÙÜôOÛ]t~+[°¾+?.C5sEeî1 £”ÕfÍ'R%áDÊUh«»ÏðÚ‚Jª#î€ûñ‰ªa"‡#|:š|ítï2 £am[¾£NwQ32ÌɺŸbqÈMÆ1™”7&ÏQV™€ÙpÎ@*d˜µ²sGàžâèX&Ö^GÐ1–БÈÚ"}úãªãìQÍš2ù9µH±=âì |Â=‚‘PÕ»r2õ¢¨²Q =æªõ¨§ÁTÞ^ QÇ]‡ ø`×MñfˆÌ厙rdZåíÀkš -óÙIú•nžžW°6‰žþ‡lk Dp#]œØZÑ\PÇ´Wl®˜¹³Êrô§»\Ði5nŸÆf=Cë^Næ>ð3þ÷£ûÀoûð·¿ýûá/ûyxz¹Üî×ûÇŸý×÷Ûå°{·‡ï/O—Wsƒ‡¿ýy¹ÿ¸¼ý–·¾¾¼þüþé»H;¶½~¾Øãóõþ~ûøÓÚ%=ýC~\Ÿo—ûãåóðîùõ~ù|}~¬||ùþ|}{UŸp:øé½¿ç%—Ê<ù ŸŸ_?^ïðty½}\ø ÓùûŸ¿âáúÇÇÛõÇõñõå·ëÛ[ùð:Þ~ÌÓåíùöòÛåýéŸâ~û×ïÀàAüîwz¾]~½~yôvýíòýzz<§ޫwútýqù~ýç|Ý·ë[?þHŸàr¿áÊó>ýZ_.÷çß/ï_n÷ÏŸ.O·ï·ÛTõe6#í×?|yy·ßüýñ×ëóÁvØø’(ÌéW=|¿}º>^ÿx½>}\îO„K»à¢7>|ùùãòÏø«~»~yýq½<ÞîÏ×?þ¶£YFTr¬úP_úŸ#'ïêkŽiÓ[;ús µÌRaÞ:üŸ°•&8­ýG~ÆûÇÛíþùzúóðËh¼PÍ"|úå…pœ’àªåƒ~Ї ­HâŽwº"ñ:d‹UU°O%†üìíŠúñù,ôæPm&cÀ÷›]/f»‚ézC;^]/hk“ hÊ -`G”—e¼5Uà [LÆÒŠ)6Cqǧëmì ¸°1$Œ:†áf°˜·Ë¿qƒ:Ñm¢y¸™ðFÖ^ª} t¤e X‰ -^•2± àå/:‘«ëGÓ/;„Ïã°K$òŒØP¢pÉúC¶]y“wkåiCQu¾W¢‘šéÒ~çCä&ýÚ -¬^€Ì9…ñ~à\¢j,[+¤téÞ·ï—n1YÍéQçëƒÞ/?^¿_ßù¥›åúüprì¼»_ÐFÔ.¾;ËÃ{Ñt fGj•çÓLw7y‹ÇqJËpºU~ÎYÍ­è¶TS¤Ã!¼óÕý‚6£vÌ¥€:ÓŒ -ÉÊSÚQ²«¨D -G_—z0Zùíní>=óŸC˜m‹GÔÑ8Ú@a)ÓKwT²ê¤hÕ’@¨:@™#éê­PN ³•g&Ê„­L·wÞ~ªƒsí>=¢DUBµKÞv½FLIQ‰¨Ï··Roe¸ Ñžq~¶ú]Á|Ó…½ñ@]ñ¤'{FÄ8×aÈT™¡qâŠ<×µò°Ëó¶M+t)q‹J$”Àâ”:k•ø Ne9aÄ<é9WÓQgÙ¡ÄÁß•@¢]‘¿d$x„a¢šìºáSn\9!ÃèÉù .š»MÅ]ñcéåÄdân²( å0÷ïêûe–4Œä -ãt2Ê7šåÙ(œë)\¶%—É\yÖW~\îéÎ~®N™âÝÊk†ÌßÓƒ˜@GT‰mPìaGŸ­úNt’5oji¬Î§…§ _FH㜦 ái0ÒóaÄY«žÏñXòôöHö"ÊÆKUGf¶vN E\ÚБŸj$H (×E-]T]3³[)ƒªcÔ|î|%.vRÓZtŽh2:û=C³Œ«Í©hCiüì6:5*W\¡Ÿˆ³\.,ƒ1Gy+Eò\<îÒ\öLÈô„â|”*¯ÕÀÁÔ³¼áqgüKµœlkªxiy³†êvVÔÑnq•ù¶ò\r -âfð)î­Úpƒ° :l·8rd¯}zæg¿JÖ¸ "lšÄ0IaCèWPYRìÎV¨%‘³ùÙê«ÉÆ@®#3Ýo=6ŽL–¦‰ŽdIßÀ— †Í¤Q΢¢mÑH;NyìŒYV¤[Ì\ª ) º§¨$ä×ø1Ò½íVÞNòhAŒ r_«ØbXˆÍxÞ2t±áãlj)îMk®O{é•'6Ak±@Ô?éµI2¶˜F×+¨ €»NÛÊD!tvI*s†šB}¦Ðç<íÔ#Rȉ~£èžê×/Ú¯(„F²@`ÁÚPQ$ø:Ëcra) @JÈ «ÑÃãPv·ecÔÓLõM_Ø8ãFJWÝjlB¿#qÌÅšŠ#³< ¬ˆ{i–ÎíUW•šQÙÞ1À‘ -É’å–ËÜ1Q`L+l”p–3å8ÎÍÌôÝ Áoïà‚ÕÞÆìuЂ.™0¶AŠòÑó®×jz"VO¥ž„4‹Î¡ h,sùußÔщòe÷Ý©‰ÊcG0XHjלÌm”µ‘JÏD·¶]T«qwŵ¡Ž:i2Ža)îâ+½´oèfË0äº.Ú®Qx¢` såÐqOãûˆÖ&Q/­f|X˜Z¶‰=PÈ :½¿êɯ$IA-)8í.Šüh|Š"vDR`-ˆªãµñ˜d£kƽVÐãADNnSï:ínПh&œlya¾ÃlwÊ -O<Å2¢Q$`F|ŽP {ÄAŒídHȘ2„L ©Áш}=+q¯¯BšŸ#5*®Àiõj¦"Y’íu”Ð,Xž‰&\v¯s-šq¯ÛÔˆFóžâ¥êÖdk'ý£ðšK/ÏHæPÓO°Ç¾¡‰´¨×tÀX)#Ág²’ ‰ÍF˜¬PA‚ùŽÐ·7™RsHõÞ2g‹sÁäv¢Aó£9"ØÕ(Å \=ö컉 ˆxSEm™¥C2Ð\Z¼nÕ&ç9ITvT¿¶•Õ<‘ +¦k€Û§ÀŽ[ˆ† È±;”¼KÂ` ']:«|1í7HB3¢—˜€NÆ.!s¥Nʉ½Ó¡rÌä**žUehte°ïV¼ebdS¯þt±éPS)é=t˜¢A®¡ÂÚ3H -Ó ƒ™îy·”¸Åã$¡#eoz€_î8èòÀgñ‚+wO¤ÐÜjñT¿{2 t°ì“aƒ=ƒŽ%ØX5 çŠ6SýÞ¡;@²(LÍyt¬l´Ø â²ïAË-ɹ`錊”WÛ­M\Γ¬—ORû•Zø½(“¡)ãXú¾„ôêçdï–¬‘`ë¿:Œ­àœ¨ÎÏâ ‰¯á•[ -f¶çŠÅS‰Ni´q2‚Tè$hµð#5 -—Ö¹*[Y.&Ÿ™<Œ~;¤Æ,9ò;•“E!.ì¬tÄipBégqU–¾»¢ 3ÝïmüßÏN7VPt¼ n»{cîé쩸h|Ö*ëÜ]âëSy*É]ž` Bù«hI%ZÕ“ðt8tæÂ]Ûø”U‰<-"ï3Û]eœñíS"E`9Ñõ‚6ªVx#o¦E,«œsA¦b¸\m-õBÛ’ºb´4««Q¿ {Y7C "m5b~=©QÛhDµn%°VŸ³ -*7E H2iq µòÆ ;¹,Sk¢ËQMœÍ¸:»r½l#ÐÃ32ħ>E»ìžtÊ•æ#ø²Ç¤Ë¥2²s›XÃpÌâXºÊ‰†ŒEçˆÆÑ”6¯Ü¸œË…·Ô"â–"aõjT5ÀFÇÿM´ŒX|91fê©=X9ª• œ× ¿,"ÐaÇ­|¥²l£âzJ‰½óz)’é”ÎÎëN 2ØFãÌŠ'œ«Û —¶;^ Ÿ*dñôY[UG,Ñ…ö¢%EÇ‹½[EËn»£;×#õ™BôPD}â}Ùíø*í–õ+Iº,I̬ÞÐå>‚ˆª´ËìmŒ½(']Ê)(5±F¸4 ï!@SK¡…^r"’±PÏ›MiÙ_2ª‰º;ˆ1 ’¹å", Þ%@­âÓÐVé «”€*›Ô1R“hÃ;ï­U‰¢Ý³¨°„|h³9'ÊÃliP-Y4¥s¼q½DØØAL"X«¨J™GÛ¾¨’1ílCN!µ‰ ðLo¤Ú‚"ó²é%°¥M`T-yÖ™Oàɘ̆í¨µi^*ªÙu;*yº¨¬&æÖŽ$ø)¨Ã^/uÔ'ró<ÕFm`Q3±óiLjYE5ű¬,,áŒßg¥Nà«t÷(is—> |’€Ú¨ŸÁ?·¶€M·˜4ø¯F{Ô‰ók¸²©ÒKh€Ñ¹¶ÿñ—n6-¾‹Òs™§íJÈEO#xZ”Ø|˺ò—Ø;ŸÞæ©Ck|©è1VínŒX¸¶£ êÄü8¼(CQ_õ+ˆ˜–ÝF")ºU´»ÌÀŽy›ÛÛ…f±c- U–#z¡m¦®m3iq´¿ªÆ^ù%»óBÂÜ:M n&G¬—gDdͬn†ABi9Qx#ò—b -«ä|ÙÎúÕ8,Q%)Œ…‚Ý Zp@í8=‹Ðp¦=hÏ -ÉkÇffT“ v¥i5ŠªJmkRИ" (ý8±`Œ»šE³Ç ·C<åïÁâ -‡À±åð?á3z(”ãäØ NyæŸbƒ+ªÎGÜ@3½TT/1ݺ*ó §9V˜‡‰Ù쌭'C‹zgO+ÀY-"Š°Ð ×mIQMt$¿ZTt¼Ø7¬í®bÍU£µ‰Ra-ïˆZtΛübt:iqòJ¾#Ã(ÒIiœ²6Qº ÚR91±[8ÎøG“¢Êl†¤žÿªæ‘>ókkí¾ª>/×]Nq3;4ûÜ2»2 -Ç4Žv£ªuÃç#Ïfu™>¯èx2䑉î.Gá!Æ\JÑæŠKež=·ìqPŠsÝÉow¹øŒz´”êÍ‚îãTTS’—Š3rÜã0m¢†Tf¾û¯ªr¨ï,Ÿ”À_^+Añ—í$-ŽIÖP¼+f‘FªeTž0·¼Š‚B¦Ó¹Ô QA½ˆ¡Ôbb³ÂâpDáU7j%ú*ÄúZZ¥@ÃîÕ¨j(OKà7ÑB"{θŞ\݆–-q ‚ »×£«”O›‚} I›[òLm$šT¿×y5ß^AA¼ ½Nhœ ³É‡¤o÷Zú wó¥¾ ¯¹KH4ê„»5ÂHüÿ‡bõ |†el˜BLÒJ -d‚Ðî"*9á¼{ÔRÖ):bƒ­$zu¢±I<—nÔïÍ/9Ñ£i=*‘]±ê&bÍ Ÿ©¤>V¯G× HëòòTpÕF‰9ÍMX鳿T¤램hIAëz†jm×Ü\çœgýÕžˆº^Ð†Õ -«£ll—šÑ†²çµTù#IþlìBq2¨“ãénž¢ oIµÇ£Ô6šJ˜Ù­v•¨hªgWwéhfƒ õ,–R’]Xì(Àd']yÕc÷Ò Ù›Æ ”à<Ÿ9ˆ#Y”‹®¥÷¡±ƒªcÎ?¶8½¹ƒ<åWÕÉsÜþ*©xzyLå㮿ukyå4­e²UºO¾œÒÕúðÛˆ¡/§ÌéÝõ‚6ŸvDù^.„qÕ3ÔrHÙZ5MµÁÊîÇ‘!³¬—˜/l:5n—cfÆKsSáê]õ.´ÑvЩ¬”û-ò­¿ÊtìíÛ.ÜmzEѬÚë…{‰­„sKÐŒá — VÆRÁ Á:k,t[ó5pÚ‚# Ø’ý À¿ãp-)ÀòÇÛ£‚ïöù4ŒXéÐwõ;JMãëYÍ Û©;•¹73Û"ø˜8ŸààgI -°7­^G£uà\~ãBa'Ç]¢i •Él‹¢zÊw瑜§O(’Vl¸;­cñ×WR÷ oÖŠÓ›1ú-w9ÎúöIA -±€zQj¨EKÓyÇžÿƼ -æ:¤êoôÛ¸U–[‡-”ÓÃ˜à†­1*8@!ÉÇjBiœe¬«XôuRhô:EÍ'+,¿^·†¨ àJIbæhj/“ÄÀ»ªô.ç9¦ò¹0*‰aùÿ’@ç-W¿£o[«oÔ*FA¤1lxî†9“^ÅÍ ,<œXƒÌr{Ç\·3òÒ‚¿–t¬ 5-³p’‹ê¯ú«ái#×%•1E¿MAQ)ƒt3ýÿâ'²·¬z×Ñh ¥O™ ­ûö€þOÕ²•‹Êmõg+BÀj¹·S¿Ø,w[Úݺw®œ%üÿçæÓA]".ÙwN|½}•ÛÎu78 ‡Æ{œ(] vV Õ¨Dmeýï:Óê&‡+ˆavn¶‚£ ¡ò4×Y­"¯‹~)Œ€h3ËÐüÀ¹k\ÍéØ"ûÞvKOt‘6‡FÈ›ô›õn -v¯©ævš{ø$Y–;nÞÚÁ‚I=Øy&”ÆÞÆåYµYŸ‹Føz2…$úHß®'w1H FL¿ÚÀèU ^v,¦w¶å“ù‰edGæ´pkN±“g}Ê[j\îœÞsXQ¶s×ÇPÏÒr_3Çr°†¬€å̸”ãË!û3¤Ç‡{;~­K€Û%ÿxÞó|µ×gf”ê{#¢Í&çÉH/—ÙÅåÒr²¢øÿÌÐÔ3t KÄ@ïyѼÆÐ¢QOËòW-³¦‰v©Ú‰ÿ÷WŠ™E‹m/Ñ­öç `dY@á) -æ@£dÀÕèXÍŽÂÁ›ûKS€/ Ô'<8¹ªœs´sK¢ÜxþdJWHWÂ2@ÊxC‡ØF$}TÔÒeçÞRd‡Üè53·¸mpKpWÓLm?Ó¢k´ÓÖ)`¦0…j[i,~äom¶½D·Úè³µswu2CÝíýÒCÞúQ§Pz˜Né q´ƒqÆ(®me`ƒódèŽ+ç¡c¬×é´« °ÜY&îGž½ýmòάÉÛQ‹˜»à:ß„,gk¿ ;EëÅ% ÙÍòÏ,xøóǨeÖNÕ@[¶²Ý›ûØa˜J»@+œ Ê:†4ryvÌH Ë«g³\vB~²;£J¨vÇ2ñanmú@cÛKt«]`&]Ö¬Fö{Í2*-ΰyó -šøÈo"ZM€VÛÀ„™¦Ü¾ã|°P×ä˜ñŒO¶:&ØB²Ö§)àÝto0:5?ÈдÖð MÜóp‹íµyÔÉ××9ë+8É6W'Åâjù¸ÀÊÆŸ…ýïéĬ®Ÿ;~8¼#Íy¸nzúêëí8iÜH« -Ù«\-õå»F§¥*«¸±âiLRÓ]“B¨÷èKôÄü&8; ‘¾úDjçlZ¶ÍUq…dvjnÊþN¡DKŠˆ”ÎS&ïU'æ7Q˜)Po<Ã7kg ·• &î›î{,ãl,ÍŽXäȪZ&«„ZYÄp!yùl=ž¥§çO˜#|õ5† =´Û­+˜dÐWÇ!*-6–ŒVªÉl¡{;dÃÃæÆlíÓ@÷MŒ3Ö«—…ÖÞ)=Á™@2èaƒõÀXÒñÍC#¨ñ?h ¨'k‰áÙƒ1Ü5¸Qé|| -ò55[`«Ögý÷Ô:Q£[ñ­/îθ̾ýò'o‰ƒ0õ„,1¬6Ÿ«õ (§Áìï¼YƒËg3¾mÈŽ{KZê['FçAÖ%ÓëªØV’Bd?Êø%›ù]°eRîHq_¡´¸ÊcâÙÚ ·ÀTvFS¹dq•øV¼Píã ¸²‹0pÒÕvBËñãÌôµR·@kö»íš¸éš«ÊT´+¢ÜLÙ™‹¹¦09Y{u:“Ý1JÄxG¶aò -?I9»"~l#Zð&ì²ÇUÞë Í;ÝíÕÈ4 -çµ¶9çšµvôœÒªc¼È„÷“÷käpL'J#K'AKqÔ§˜IâW1yó&„!Ù¸5F'«™é¹”øÔ˜3»&ÖÚø‡D‹=ä˜ÒÍŽ”ª#èn›ä#græúv¤·`Sh»™P­Œkš0õ`\)f¥ñrÏ\›:N”®0¿ÀL—h/ ÇßJW¯¹Îyu(9{Äê‚Fäì. L‹Þ³m³Íä˼€¶tº"èÅžlìŽ<š{?EkuéNk© x4~P6'r¿wA#p -ÀšÖª»-Qiq5D†=8šP8é¯úP¥¡‡oßQŠŒñë1ÎÙ.œùèÜÌ*ƒ%lþc tW1,ï9˜§i!7E¦„2};‰ÐëR$£%è%ÍOhJbìjGÐo¹øË¿¾ŒÍáã{Ð4G¤eÉgB -óBH+>4•AÈ£åú˜ƒŒÆ#¥‘du2ÅÓ¢iø-“­qÒB -Z¦Ì¿ÚÒŠ•7[$A xO3.9–¤@-päNˆ÷pt7¿‹×ãA’9B¡ªmœ–AßòŒ…Ñ ]U0Ž!–ƒÃe@P[ß@ʳIÝõ¹§l}ƒóPàš€*=EË}Ó·>˜ -ñ†¦ÖjãxÁY³*1[´ èTu¯J“rsŵь ¼*d^—“[yÐQå@DKëÒæèž¾x³>x]˜Ùqsaކ·º‹V*²'-΀nÚF*ê¼~BŸÑr¥aï" ÷Ü⃎*Çxïé óÍ£t±E»ª6Šî[­ùpŽ›£¿êÐK¹9¶nÄÝŠ5ˆrû~rVèu³…,­ötñ ÕÍE¬¹uQcæ…ùeÓôÁ’MþásÄ€Só–ÊG*YE¦ä -q˜ ÕŒ cå9 ƒªLsŸu1)TkÞ+ÂjCeÑÚœ:n åP $Üý‰²öECÂèúÆ0§«é]Í–¨;™Ò”fi^rH;³…i]OêÆè (ÐNho3©j ¾ 2Õ¥\îʈæíYà 8ã†Ô²B(¹^%cˆiŇ¾Þ¬i§AT«Š`L´z¬jå„vVØ´0µ k²à›îçn=£š=™óXf®Ü+È$§5ÐhAér¹éóˆ™Öœš^Øz!˜¸d½¾d¬j*ÓqU"¦‰âÕ‰`qÎ4Zi4W…ÍJÌ 'Â;ZraðL†ð³V|3gîh«0­›ƒ×ã;ðI´Fk½¬ 6³Á¹ zEÔ›ª•å€ÉZU…!)kGáxæn/y›&Ú  ± 7Bìý9ÍËÕQãLhqšìØÈéíÉ(vjôFìÐBÅ÷q”I­%l‡k@"Ëk*Y!Tg´ø=¨ Ÿ2µê|Ô.&jQk×9ëB§Ò‘™§…18-xÏAQ¸áM}jW!ЮØb]ÒPIOݰ¹¨îXöÜ;pž­ciÇCÚ¬s$'¤í™{Ìff¹Z5}jRèZ -ºÆ8j«Y½t{ÎŒµ -n@n”w ©jÕ{cfz¾r»ŽÓ1¼å4¿DÒWMpÙTÉòÀdFO–O¢ÂO¹Éû‰¥«#Và»Ù’•³D.¶-C6ærä­æ¯+‘ú.ÒÃI™IŠ‹Æ:+dIc’$m§CRB-æ8–Ö›Kײ¼±&VÉGð1Z[¤7Æjè¥kžhmœ#:תS¢Ê²[ñ8ÜAX.µñ$T\0ej‚–è5ù(½±/5Õ -\[e¶LlÏÚv¡Þn ŸŸÑ7}E©-ÃF¨ZtÈ(×Þ -l—¾RëR­Bdox%_eÇ7ëkõ@Ì.ÓÓ±,‹±P —…@‡+_‹&é6K]Y¸­OzV%Y˜Šj,;ZÊ^6ïx™ã„X"†—¶}Ñ7§],š@^^{Qw×áÒBœAeªLÖVÚš§¥8•@㈠-¯/9´9VÇT憀ªÚŸ·5¯moã™Ûô™Ul…S“·'TæÇVùeº1OŒÁX÷ãŒðøê"¾¼YŽ­í¢YG5!U•¨ld9ã3äö=¨¸Zî,œßʲ Cd5$><•º‹XU·&–‰µÞ´Ñ‚×’¨bb$ó<‘Õ¡:ßü FÛvGn…Nô -h†ë›ŠÓåbwûo>ñß?Ý,†/úôÏýãéïO¿âéåóã×ï?¿þû¢ÿøíçϯâ÷%OoŸ/Ï¿¾¡ßæéŸŸ¿>>ßþüy¯Ï|ýüúÛÛ?ÕÜ™¯ß|Ÿ¯ûòúøøåû_ÿò¼ñÍwüò÷Çë÷Ï_ž¿ýJxª.ðÿ_úùÛÇë—®/Ÿo¯Ÿ»å4}¶7îôñÉG]ÈyÒ§Ÿ¾}ýú9û¼—ç¯ßÿú,÷ÑÎ÷‘÷â×?þüõçÇûãË×Ïß?¿ŸG¯ä/õôòüóë÷Ÿ¿?ÿòòxÜêFù)Ú å›ü‚×ïŸÿÿøµ~íÏߟß/†Ô‘·ùß<ÞŸßê§~|ü\Ãy°åØ{­%Üúîó—燿}ùÿãµêQŠmQý¦§·ï¿y|yüùõñòëóǡ÷èéøÜÿî·÷ç‡è¼}~}|üªÏ•±©\YåŸÅÿ»ÀÑ”š¹†ÌønOý’$RÝ”QcuŠ+ô ÁÔ‘_ó²{T€ÛMläS3Ĥÿ?Ê.ªô°û< ±ob=.‡ô;ÄÖ–)3]?þØ  Ok%›cðz=0A³ùC.=£˜ ¾³í>ÉKçÌÀMä,ää‹1_>µz` ^Ä\æ‹‘êßÐó("Ú¬ø¡¹1Q, ú5ÞØðEŽásåX £ºB#Ÿ§†±Ù6±æÆ±ó„ØÉ`‡ŸÚJº›š¹èVÑÇÞî¼vTX‡9€cÚV …|“˜Q)"vßr} Ÿ/`jµUÎòngÞÙiÈÀ>µ¼NžTrJp©±7+Ú0ö8‘;SjßJr«!5©4Ý'¹S¯máε¼¤ÍOŠñ“àÐUó•Š#r@álá -®í%­¾ -ÔB?øù‡ÅQ5b0‡ê¿yìè¿è2‡¹=É#ÞX¾Êàv³¹Q”³×*Ál ‹ÚË$åp¨Æ¦+gkvkˆ¦¶f‡© Øy55ÜQ)ÖÏLR- -¹ìŽöºc/>[§ÄA!TY«u¢üÜ£§˜h)œÎ–6¨CšXõ8Ü}l4õÚ!W*òåƒ]Ífk”ŒÊª·¼µW€•’ UÃṮݥíÄbZÅ$~¢øKGƒ€6y®”(°cN-çžåfíu:JÞ¾\È€N@ -2×snËeoä.ÿ¯“*ÝÎâå$¢ÏÉn@èNfÈ­Z£wr´œ­bÊš¦Á§rÊ6¨øB:D/÷óþÞP½pà ;«V¤*mbUÒä’ˉ ¼ŒcºDPÇG“£ºžš;°QU›ˆ«&+ë»@n »y=âÏ”¹ Êpznc÷xÁ±1^×E$÷À“7IwdD¼\Š0˜'Òáá€ëáYñå\£i>Ð8¡/ÎÅlñhPr™Ââðá»Ñªþ×iuÜÚÄ…Æ -Ÿñ Þ²ÖÞÚ?´³Riô¥ÍAùd5¸œ+§‘¹ ÜK¨?ê;¦ê*hf·þÏá+4( sY3ÛÚ– €ü)dlš¨û$»b0Í®¢&1nÚM›Ë¥¸ß *6¸D^—Ý` `!–—M*4Þ’Æò‰8n; 2ânPÐÀe¦«³ ªvÆjŸ,7WY×fý蓊Z†™‹¾D»U=›f/ééã&•>ål³‹üËЭ"ãdjî6#Ûd2–_r&á°ÿÓî’ö_¿Qîœå6äQ;˜»jÆúì‰VŽ+CwdO¬áÒzt  JZX‰ º©É^¯èèÏà>ÑôÅlñ”F2XÆX7ÛD¤ßÄÊÿö••F­Œ[wÎ[ÖÚ+СËt¬¤möè³|Aé] Îè§—TZ[Ø”%ýÂÔˆã¢CJ1@gŠZ{û36íN'" î´ŠùÏ£ÙèÍE0ëU3~YÊÞøŒÞ3n»ðÞ,hæeˆLE)Ýÿ¾ý¦C™],ì.m;"˜CËê€ÔÚÈ4/K@nI ëþ¾âËWaÓ :ÝŠFÜWÂT~}1â¥ÚºÂļ, G.ßÄ B™¹¨í¾ƒõv…Æ[ÖÚKpäÓ‰Ðêæ‡ bGÏÌ•32€ÁÖ‘ -•mÙC¡ÏÐè3 ¶¡Å–ûBsï)þZ‰¾ÐW ú -B_Áè+ú -¾Â ¯°è)þZA‰^ ÑÆš~ϾÑWú -F_¡ÐWhô}…EOáð× -Hô€¾ÑWú -¸Ü‰Å»•vYKؼ&Ü¥Ël½·Do)w@ 'ì£:Ì2—²ºkt|k+ly =WÉîrB—l+[üÀ”RʶE¼‹2üv?Ⱦ$øÜ‰‚ˆÃ¥{»ŠzB `wèîÉRF7¢dZ•}¶ô)\Tµº˜Í­+(=qêÿƒ2‘‚Ì)2z–j­.c%&L4·”w&lÞ$”át趬šØÊ¦CSÊôDnûʆÑË#‚U³¹ÎJEOè†ÜahzsƒzÂYEˆßà^g›„¸hå¬Y 6¯b_Þ 5œ=Änëb«k\(þ4]Å å¬ Øé 2ÆißÝNR—E:ŠÕt1¢È$ˆ7 é=¢¹Û¸:¿.þƒrl@Ø|I¨Tj m.ikÜ1&9ýÿ‡ˆjÖ‰(èC@#eáüý2Ìí¦‹ÍDÄZþûNmÚÑþTúm7Ý”–†~àÇÆ,Lšÿÿ{õ“~66 ½ÏH$ô󙇉ç¦ë3%È @¥[çì“vRüÞT)]N}é2Kë4€ñ[¦Ü§­õôMì´n{:ŠŽÒ* ï¥ß+õF¦A*¶J)ÓM˜îï.ª`ûîT;Õ½Q,Íôz úò› uEóFÅZÌx h£O†’[ÏK^N~·Âs𶉖ãnJ&çéu¦¨i{̯V¡°·¸Ûr©ÓB]unµª -ÐßB#›èã¾4:ƒR‘,C3/´ -ÞvȲ¬!·åSŠŒÚ'Ýq’ÇR»B-ßÖ}‰u¬5œ-ú05ØÅQ^hzªqÃuØÂÛ-íú„ÏÐbMëݤÃîÑè—¤«»¬ZÈWO¾kË«=)ç.g‡${8u2½m$¿îûô p¦â¶r›JÝÛÖ‘ú€ªÛÒáÍ”kÔšIÿ§çÕ mÂá¸nqšj„““j/–ÙÈ“÷D, W7è_ÿ½Ú1­ÙŸFh1tô®}Ú¾¡(ôªœ©¹¦>áñ¢íû T×¼`Ï·@=C;ÅÞ+ÜÃ-=(T «ºŒÚW‚Þö|jš[ûÇK÷è›a\¯býŠlhLR@I,2î¹´>IãÇÒãM½|,4(nÓlÁ4á6ºâ- ¯ìyí‹~Ô²Ú‹ú†©)_™Ûû:E¶r¦[R9‘Nüaóû”Å+”šë}Pã4v65¼âHVôɨÏd)Ví®ë:ò™/Êm’‘$¼KÆguQm÷¥ü™oãnQ¦]•qZeuVå†m¡Ú»Å³Zö¶…ž ->R°Î pÒ)ƒÕ§lîþïEI.Ò!C¦«O:5lЭÎ÷ê.e¥¾v™›n/,”ïä ’NE•δ]YܲÚaéûB£¾“ê…³ ÙݬtûåãäS ¦éªØñFÉ2ȉv^]ØB–Ž.…}ûª¯Ö¾âkÙsq)"¶MÈÐ{¼,î¬j:®SÅku>¥ rY  …ËìSœUq1n'ä]ÅÔºÝLLŽö 6÷FôelÓõ2É•ñ»ê¤2©ÊX{Ÿ©!”6*'"âéf¤_mDCo¢G8ͧnµ­ »?½6; L¨[†rÀUèjÉ'yÁ»E‘CT5¼il_o¢á·ÆA~&ýÕ´{£NÔMhh“~Œk é“Ü…a€†^¨[aÉh]I¾ÛE}Bt-¿9b–^aÇ‚1KîJUx¿i¬¾Cý”;¼-]pµñšŽ÷™Dñ÷Pr -äô.¿ <ȱوfD,Z7öaÒ©æ »S]L©Zè“OÔÅó-Ì••?R<¦:'»W`Ó•Æ…W§ -F=E5Øô6îgÂî>ûžë«á÷¸3µ -7¼±¹ŠÊâ#µ0£V0/&¯¶ƒ€UîZÛ-ÐÃ4èbÓ! [S°ù¤.Ê’Ó)¢q ¥%ûPœ nú¥ë¹«ëј}xÍî6Wé–-1žÞ­àÄ<§÷è ›Ä¨<‡š¢‚|…é]šÜ3ìëÝ@ `7xIÁ0®éI_“!d}{ÁêOTr°Ö¡î9€'lΪP£Zë$ pc>Nˆ¬OãDdD{$ØÜF~é%ÁïÛòlx.… ¸¤—o¦9C¹¾ª€bB:¥ÞœBSLŸäçb¯ß†“­ÚöÇš“ˆ&Clz]çÑõÐã©Â±Ú±‡8Ãɘ׶op}crëœêë·Ýò•W¦!ë›ø8ǯAÉõñ5¨ù„– -FQäÒjvù6\y¬·úà¹Ì^+5%gzÖ¾_j'¼ˆã—¦TòíÔª67E}|ê] ×;VlþÀÃB£2qÃQÖzšÙß  -Gö*¤\%Wô­ÕMËÚlÒÕw£º¤SºQŒ!#fîk.ËÔC.cövQKè›Æµ~œÕt!÷òyjÜ´ºÕ÷Á1úÍn•^†s±W¹ ¯ã4R×RÉ -zU\Ú&Ï -:Ý©Ž©ÇAöކ÷‰£Gú¥t¢U…»äÚT©jJ«G„ˆlôpV]äpæ@º©‚x„ȳDX{Ò9éIÕy‘)jª˜HV}aËû¯¯Õ!IBƒÜB¯k]ZtÒŸ ’¤š˜f€â`N5Ü|…ýQ§ãb|©‹*úmW¶PKú–x2Ä\öÒK8ÓPyz7Âñ­p=úåÛ×Bgô¶ By€Kx¬Ù}@ü.1?ƒ¨N!µ3¹ŽÀ”®sŒËË{¬Ür¼^ ›#­y ³úµ†“ãëNb…Ó˜³b6Û”ú¬Ðp Ýu&µozÔËçDltŽ_d?÷¶ˆ+=ZÅv¹?k:i­@è|¢:ƒJ&Õ¥ÃCݳ‰¹µD£.RyÓl>£c›]C‡œK™F‘áJTëû€*ìß7,/W.„ãírr¦ìqÕ¯!âLï-D™fßkçÊÆ ÛÅX³ªî;wÙž §iUhß`3:¦*1탭AÛ¡í <ÊýXÌ’¿.]Ëb¥r -WêàÓ¼*?Ì™j°ÌöKRhÃo^Ëÿ]ÈL!Sp—Û§¦¤{¾S[|Xé„~¥—q¦3àõREû1ÈyœÆð°Ìáo¦ ] 踴â²uNzŸêltÈ -mùÝè,ûM!OKè5_•N‰+aÀ>|Æ×ƒ¢Fá"á6{Wçæ)êÌI†0qöˆäýœ’¬¹S:ãçIU4;®­ÿûž§BÌ5%öÞ‡ ne,“ß°g‹MÌuƒBSoqü=C§ò.ì.õY`6u>~ÖZé„ÖpÂqIl^®Y…åÓ¢d‚!¨rŠï÷±•‹Œ‹‚«ß•¥\N,€—0'—yf™˜ÙlòŠ×zo{[Qç¹midÞì>fŽ¿„·Ç&å*+-S”4´ahv‚|ÇN̰¨#râý¶S7¶âžK²_…ÍÊ5£¨®Àç—Ó¬sµ¹ëVgƒA’zÓñ÷ѵ²ˆHËYô ¸‹Hd“£õÛøˆS8*ã$ãEòJx„p—o¦Ã®[K«¡! -8¯ô |JýêÛÇš0ù&sÒïçLvY£r²+¤¸¨’ÒÎvÀ®¥Ôæ‹OÅö¾Ý„íg/÷Õ™q&Üä·‰¯+=™n‡t›S ¿mt‚í…Ï~?_{º]Ççzè2ë¤;ÃØ¢ I›Ó8ë§ß-jd¸¢iöaºÂ ÔÖM#Óc—ò‚™¢qUÌÔxgTh2àhý¦,ËÆaøx ±½íåÖ^ìtÑŒ¤g ç²)¹nPËÕîîÔõ…-Bjù†®æ‚œOÀÀBU¦sÁZ=›°gŠ[CØŒ\³j/µ Öp¨e—¢J½ŒkºÜé€Çðª]M­åX-Ù£^ƒ\`(Â|ÑîGÉUV F*JxÄþ -ò´Îãpòýõ±à‚CÜ`F¡©]ªó»âÄl4¹ûqrͨúª¸.‡N=jvï°wa*t'Görk²6ƒ|#ž>®«@ÃvžR0È*r¸Þ©l…o›ý4Òmßgûe(CñFHñS .Ë©Éu®Â€ðÀΦTI¡o9=‡x°ÛÉ`„Ò;{˜ÿxií¹gûÙ·ˆÇA~¨3²\­ë"5Ð’1ût·ûé#S#FkÒ'àE<[À©Ýè¤ÅÕpUÕjˆõ­änvÍhí$Xµ«ÏÍ:¯‘ëž)ÖÚ®š]+ýVÂÛB=áÈýHºÊΔ†±KhX^!ç§uŽÜ•¸òßfã Iïæ»] s\ŒEÝÐH‹Ú‚ݦkÀñçÁ jW v=6uùÞÃ+fÝÓç;:naÝÕ<жú÷5»UWÙÉŠ®2âÖèÃx7ðz¯c+qÁ˜6p -—)X/±u‹º£lÊÀ§!X·—ûvݘßiNÄÉ<0m£Ë !ÀXÍ«o+Œ6³µR­/IlH¶SÚ‰p™ý­„¼æ™Â™€E;;뺼Œ•Ñd„ëáêáð59WïæûJîV0„’¥SºvN´¼­v—†ë=˺-Ôgn3aiNYRKë²táuÀ ;W ¬‡ÛF >WœØp¦€,ìÀ…ÒŽû±‡Ñ)ö«Xõ”ßxWáÖá©Áeé~^e½çn©Áïú :Àˉ®~0Ä÷žãŠ4ïÓ+ÃɈ§ïªÒXwõìy¦p?¯}¯2da©h³A~óï3¼‹ k:‘¦¼òÆÌê º‹ý;9–3X¥UÏÐ3î3ÔP¯opèæ™{ÀÃN³_(V;xÊIçH¨×WkÕ#ÓVø5âIϳ®{÷ÈÓc  -»e=å1ËÒ×ø%]ð°_Õc±‹-2Ì•EŸÿ°ñ½26X¦%÷cöº±×zlÉ¢‚´âet8Ìdù€“‹­•ž€î­‘,ôP6<æ;H½ñP6½WÙ]Š=5¢’IÖ´,ûXŒÈÈ‚ 㜭‹AÒ¯« V‡$²ljÝâÙ¦=w?–¯7'j(yÕ.EšçSM˜à@Î}pB–pÇÁ}x[[ï™%Q5ð… ºÚ+ÉÉæû*›Ovi!–×-t`VõnµõHáû^ywªYhþQº¦ˆÙ´_C‰¸£xÁÌP½¬ra+_:½M±"Q©=ÅHÓP[±õƒoÆ2YâzÆkÊùàÅØ%žíÁN=ÊE¥ØCÇ1V6H—x¸ZT…OÇXûÙ#T~2h]¾1uï^bÓT=‹=Kl0›ŽÞv[±Èyp‰¢ì®:ýÊ2—³L-v€¡Ø{ÓÀÓÙŒ`e+Ò«â xÉñÕËH(pج2E«Ó9âaÍU•ZižÝøàÖwB6”I÷KþÍ­ÿô"Mü¦ÃËï_Ã/?f˜¶õXÖ¾~æÏçÒôï­†Û6µã›ùv†—m=m·ÿçõíñ~ûã+G2éÈ¿Þeœûú\Žo|MÇî}^Ú:¶Ó'Â'p¶òú[†vêóè6n·¹ïÛö'¸¼ðÿ¹#ÐNMðÊÓüøéz³©=–£}ûcʇ³EÐÂoú×±÷{ÛGß¿Êû#ØÛü”©íó²}´ç´)^1îÿi­ª> ‡ÿÞ|˜—öÚù½ÇÞ?Ú­¯ÓÛ~Dyóá­ßÛ­oÎW]ûn¦|ÆÃÞàÕ_~§s[çÏöš_7Ü–·>ö¯GŸŽ¶Nÿð‚;p_=œßïm+þ¦~Û÷¾ã²Îýë_ë๺µgöŸúÃÿ’g÷¤,æ@Êä·:̆Ʉ>'Ú$Ñ6´FzªMa}åüwùÏc_ÖS_§ïh§Ð *¨ Ijó6àjD´ìG÷áÛÿà]5)2aÇ9èð0=٠蟮¨È»ÇÝNõ?Õ ;2ÏP <[pàHƪÀ6#õpV†)§‚÷Š\4²]QQ"û&‰c Jã;†MàÔfÌý&QŠPw¯ä ûÒá4ì¨)ZkÇξÅÉ#{ÈS›¸Ly¤þ¨rPéACfÑjÚG”z²«83åKÒ¶·ªJ—JÜyis™rÜÿØ+ S-þ^_qSÊePÀð)Ä?öØ sDïü$ F}•§iˆ\˜Œ·5ܱÃ|~j15eº/¦•#‚'(¸zǤ ¢*FÅO²'@âJ±Ý!Z;öõ‚»Î“ô(š274+ŒÑóf˜ŸÏ#2 ÌÜ&öî òRÜy) £ça¦„AŒ»ƒ¡<×?T‰ 3DïØ0 F~¹©¡ëNÓðÉç?‚{åó`áŒûS\‹;Ÿ-ÑÚ±›–O^ÿ|œƒL²ˆé÷äß👷ÑbkǾþAXÿ`¬¦à§R”F<í©ÂÐøÓá–ÕÇxž1‡»i›üÔç&Æw”I$'“e%ÊĶ磆ì)¤:#Ä(šÃs æL@N?µØò­ûÚG?®CÂûåèר)=›@í”Wv¹|Äýõ1þA^N}‘6Ñ”}òóŠ_,ÃsàKäï’—&;Ž\NÂckÇnªíËmb#ÊÕ+9}cÛC¤;M;ˆOEäƒí$Æœ©8ßQT8ýP"Î F/ Z‹"-ù.ê±ãÉy%Åø Ü„Á¸Çl¸OCC®»k@9¯Ñ{„¨ß%Nv@¹G7ÐÝ¢yyÅè1ÆÝ[ž¦lVmƒ,â©8ëŽyy1î¼à=_t±‰§=Uj‡¿]ó?Å Œ÷ÌË7C;m)휯 †û´pÑÝ{uH )"ÆÖŽ} $Àm9é¬(ñ»ž-V?Ùf”—?Fœ~‰19l"”IÆã ùËŽìõh6ŒÛùUš cÄo;ÆÒ\ÿ*;÷aT>k+Ý_ç—àC6³Ä%@Ú&'”ΜRbÜyC™ÄÈ÷¤@µ(Ã?ò’óÁž…]fAz$‰¸yHs<Ž8(€@ʦ”‚vRJŽÆáÏí¢·A’¹)þö 4ó¸â)`¹M“ëo³‹üb›ƒÖâÙgˆT€Hñ:SJŠZBâ(1ÿ°ƒ|=Ú #D0%¥ žW<U1ûã{$:QÙWìò4ÿðÓDóÊõ0zcÙ`-âMbì£8ˆ³iªÄèdÂS%šfˆßt=A0ù®.ó3E{”C3³,(V a~TqÊ7€Ä܉ø¹¢±½m -~Ù=!·Ú´€È$‡@¹ :§M«Ç¨‚rõÙ¨Mm¦àè|øi0Ð*->ª,¡ÔÈO-Ÿˆ&’"b”` -®ëO[_¨’·Õçõj3Nƒ*EºâÅ’£Ý!dLbúýi– MþÈsb«?ŽØ«OB‰<ÛCHàŠG€Yb45nµ˜°*€ãwu¹FK`?Dd•²@Ûää‹3p´;„ÄÎ9Wã0Ü$·+×>fˆL•v._ -ž<·ö}˜lOT4«Je™ûÚÄŘA¡í!Z:v~úhv`ÓÑóû -…i·*xiå*ˆ«¬,z·¥\slB=ÛŸªðsH㊱í!Ú:ö¦)¢w=%F>(»4›fˆCaÚQÁ£Í=Ú¡­ s0F›·âp½BÌSÚb\þÔÂ?jrÝôR-ù¤È3Çf»C´uìÆdæ…qô®ç=ÿÙÇ™ülRï‚;ÊÜ`LRP¬@Öâ^)TˆT‡¸§Õ'.FciYÆEºf›f×bж‡hëøÃØü¹;*‚9—>ûAf2ö¯ÒdÇšŒ©Ú…ˆqËû‡"3t“~Ì Ðöm{³+<¾ÂàyæÓê±0ZqØÿ“o(›hŽ-E#•-F|K¾°ìîáëQRl#~ã‡a0ñܰÝ#À—_-~gËa0ò¥+Õ²¢X14Íѱ§^_÷¬)$ôÿˆ*¶ªjO«>Ї¾è€zž'˜½ò{÷öJ@³ÙÚ.wIg9!8((¨½Ñ¤I) –RY:$I÷¾=Gzã±;Jgnþchí}râ™B®tu–”… ñÊ:ÝÅËÐéÿ°F•|ßT l–+=˜;ÍQšê‹,§»¸-¼Â¯·€^+¤–½»ËjnŽ©¶ÐÑh¡Îõ†H»ŸjñsM«@a‰ýo+ˆ']nŠ*S”ÎfÓ¥x³å›¢‡«9T©úÜÛŠ¥çÂÌ—*sì`Iµu^¾)m“Ö-tö¤wóµó`‹c€WünBèe¯±ÈòE©FôgD@,Ùxœþ“më£pé Y“/¢­œO¶åË^¤l1‚4â©©SpøÎÞüÆrŸ—xÐ{ûÊ\­‰‹|Ž3Öe&α±{17F½¿¯Šš'ÂIp»?ŒàÐnEЯ«g¬ãxnçAbÖÓ^€/Y‹ÞIßátscì ðžãvMà;XiCØõºj»§W`|ÏU5à;؆°ÏöŠ Ei"È0ÚâFäE½ºE=ˆ8d½6Á;w}ØÖ-ר­6üMz×st5'-­1’&ûQœõTÕ[>çˆNÿu¡¿[ÙÞ;(¼ç¸Ýci"È@½Ó9omÕåFvÙ+‚€Ñˆ=²£G=DôH„upá¾6Â+vý9.,±˜ÔSæ¯ÜµÚÇÜéÞ«j€Ž.…… |{a_ì­±ƒÁ{ŽÛ=Eíbn÷Aáä¯:гìZÊÖ-­¤õqÆÞŬ§½âuñ‡… Ç‚µ9¾_‰Eºò×ÉÜîƒ-FD«ƒ xº.¦ÀÓç¶²¬Áª“)Ð;´`oŒ4¾sl2EDZ„GÍmˆÀq´>gmˆ=寧¹Ý‡ FM%Àð4ÿdSâoQûœS[£÷·{-ÀWi´ ±§üu;·û"HAŠÒŒ6¸Ñ#{1x,Óëiw$Âmò? ½2¸œ„5zÏñ…GS³£ÈêðæºÒÔ-PNCLM¬ƒÀ{Ž/=†q‚<¹ç-<í.ƒûÒËÃGO.w~åòæzþút¾;=~ùã7ïŽóÓñøˆË×ë›ã×÷ùã.®?~}|÷ã¼yxüøtœÇÍÝŸ_óíÏÏyøözûûëï·fg^-ì±ò¨—oß??ýú¿³ö¥X›žý7Ç·Ÿ®ŽŸoþî½üqsø*¬lW?ã¯zÿîå»·ïÞü:Î7_ñ-]Öõ#|{ü:.wnžÞâ -Dsƒtós¥9ß„&Þ,¶*d­™öIõøjÊ\0_¾”ÕÞFÔÿË'Ãe VÀ»?² 1“ôo©)8Ñ£òö† °\¨@'*€¨@¢BDTH¢Bš¨0…å‚„pòÛ!Î<¯¨@¤!ËüŒ±ÜFÞ=Å5©13 Q“"CŠÈÐD†!0,zO85ɉ•ÿ °ç¨¤¬©7Bøª_ßô;,”âe-ÐpØ -‰ÍŒNèa¶·1µdÅE£½îäÓTM^UJlftª@5¹²‡çEõ–P¢^Öí §£†;³ܤÁxSâEÚ+ÎlocRÔtA|;ú·€r#RĬz9ˆzGÄÌ,²1fN‡éäÌö66˜€WR§ 1#½³œÙ>k3ùÚïb Ön¼J…ŒJTð²æ·ßœž!ff¨Iƒ øvó›5 - +µÓHÜ ƒw&ÿæß\k@̬¯ÀÌœçX^Rþ¸jšï%¥,¹(Ôz'¿6!òÇkÓi¤^°Ï¯w­l§´Ðaþ¸m:ÇR)±ñ©üñÛ4ãÙ`¾ý&D¤ÍV †¾_ƒ²ŠÑR‡ùã»É[jÃPb3³Ô$­zRÁixwyt}`´1÷ùã¾É[*ØšØÌèTþ¸p:Ûh³1ýÿ"ªI=ŠanSüÔ¾jBOp†Û}ô‹ßŸ†"½$Ê!ùÛò^÷-í“®¡‘Ÿ)¨êR/Ô±ÿ¸¾Y@ÿ iˆè.¯ºªÔ5—Ô{q.ó:/tŠÔ³žš ==«÷zÇI'£;£Mâôý®MgD~£biIp¼¾R_%?D"{ÔøÛ_°ˆ®~JÙ¸s¸ØõšÓC`` ùl°.°×ì€úmKŽ×CõüÔöš}ý%f=C‹Ñ²î÷úX*Kñò[Ûs—¼ÖrKÈúÌùü±u*¬ÏœÐ…7½TÏý``„xÉÀºÀ>s@—ÙôR}³¿˜0 -Ý!±û …ý„Æ~º1-©‰xŒÿþ·i›Ë>sF—Ë”’š"f.ØkN{ €ÿÊôÒ=±LIyµÅK¦ú7ÿ®[,±¶ÿ¶¿e©I,f.ÔX¯9í3$&ˆW{G7Ø_è¿Å1¥¤²&Ä3óÿ#À½­æ3­×˜úõ·œ=GõKBgd-þÀ)ó®ë½×cõoÛ7-{(ÑE2½„/d{ À^ ½ò‘ü$-svzM[ÊÙØsôQB5º€ÿùkm°¨¿8ö}”{ }‚NBœR -¬ÿ?þnÃÎ+gcÏá‚}æäKêÕ(ªü!Ïw0°Œá¥‡§15Ùß,XIñÄ€göØ[±“>ù?Ò"FÐfÏ‘áꌖ.¦—ýF•í7„”í7$&ŒFw‚.þ;yïï½]æ¾îé·þëôk÷CN—Çýy»÷çæëþãóÛír–µO9ýx\ÎÏ·ùMN¿=þ>ÿütûÿÇÑ×G^¯?Öß8@)cfî{¸ÃËõ¸¿ßžõý˜¶.níÇ~×ÛùþrþrüàŸÞÏÿðó—ãúRzyü¸o/ðœM?oi lŽ·¹¾þdŸp9¿Þžçæë"Êà*ôWœŽ?ŸoÇÏãåõñûñö)ŸY´íéÇ\Îo×Ûã÷óûåïøÀËÛHúuƒk›Bø‰§ëíüéxÊÞÞŽßÏ?Žû¥ßϰ·ü„ÏÇÏóã½õýxQ#ÃrFæ®~­¯çûõóû×ÛýËËçóåöãö¼ùµžE#¿ý­¯÷¯ý¡/ŸŽ«¸}êóëããý|ßî×û¯øqû|¼¾—çù~ùÖÕ§ßïo}ü<ÿ¿ê÷ãÇãõçq¾Üî×ãÏÓƒ2Ö￞êÏü·XâôœØjN¢0ÏÒ]3qK}Ô¦›Ç†3²áTzŸñþ|»Ý¿÷Ë_âgÙ7éDÊ?Ì 'Q7òü}Á]Ñ èŒv83Õ±¢ˆV¹ŽÀ†õ0‰d]A¤1Ërý3ŸL:ºæÞö|ïOaßÉÕç3÷áÝgäæ·Üo/þÞÓÿ/¿|Ü/?ŽóÛIŽ€O&iŠ€£;uc=éü1×@ë‡Ö²÷Ó %ºèòãÉw±¯®›‚ëÄe“8CÛ,8‚ÐD—•ø’ðø°ö›Å8k”± ÔÇpë}ÿe 㘖ù’3µ±“=ƒÛTe9@î_ÑWŽ¯Ž¯Û£i¸âyTî'™è˜¯Ñ€nö¡ÌñéÁe¥ 7ÉH€U:©Ü•|B›YyÊýDì>ÝW|øåÎøMh&•ëÖÿöÚïöÄeµ”8÷x}¼ßž·ßô/kF¬‰ïÀ|†^Ä)ö…6Yyu¢ÔI-t˜Üã öB*Uq%_ÀÛÅ7v4.m‡Å»HÎ+ùÆ®ê•ñä¨Ì0ÎuÒ0ãæD®¨®äÚ VQ ’.„Y ¿È]X+j£²Í)•pÕrŒ:2Zás‚#r]ºÂæ]6Ñ¢ü ”ºtþbÐè!Uît•Æ•PÚJXtÕrE¡GWÆkVXé`þÑuóä„0 n\‚Ê¡i“^´@·Ð S•‹Ùsä9ú•Û•Óš®ÞJI%i»Ü‘0÷4â)ýŸóÕñ¦ö.—­r¬í›8øšPB¸KÁ±Šb®hÂZQå-ç˜ ç‚m¦¸gåÝiLw±R&Oœg5`ÞXëÒT €*žBrHËáZÌ2Ï“‹Šð½¶C¤‘˜i'.ÚfVA]Tã³Ó¤¹,Z`*œ2W àèEŽˆP+„ùŒ›xM™é­ÖôЬ±Sôj&WtaRñŠB|MÀ}‘åJI­;jI$+P±› Âf¢’ð%õbÙ’âR®ÆTô êv줙ڨ”–&_h¸‰¹´Åì¡È ¢$fÞÊ@é-6TlFªB™v£‘0ú1¤Ò#zˆá†wÚ“¦™iˆ¢Kxþ„EpÒ&Nè*ÇÒÉØ -í†k8Ê|Ôî1T™I$^hcÍ'¿ÅcY~!–'#‚Å#V$C*93•õoU(îXÆ3–68BI&Þ -c)²÷^䪉®°­Á´#™ô:$m9„Ÿ†òiŽ2’À×Ò8ÔæEšRóšÇ:wc€mJ牮¶³˜vkÂZX„Д•:1%²ŒlœÞ•#£mT&URˆ¢§uC hKfKvºFX¤'CQåOÅɵIË “ÜZyÆÞ?;þªóhîÊÍ,{B?´!kg¶*¼²þÑ#Ï1ªÜÁÇx7•¶šH»±Š²Ôæ -¸š_ø£œÆ1[‘oí•dâk<´Ò¦Í空ÂÑèêAäNwÜ<½•–’*n;!Âò”ðWíÊ)‡1™–ƒœóŸpú·~¨œYiSæÁóë”M„_lüFQ>¸½É•””°íy9ÿ¼¥‰Ð]„gdÙ*³…²áú7Ã([âäpâ¦üÕý:¥¿ð˜AË.”t×[!mnõYJWQ&ÝÒ7ºäø«“7p”A¼LëA‡'Ë(U¹3¢ÄTxªxL¡|Qt¸4BöÙbª<böy.½êíÏÈ©ðœ~Þj—gu^*¸l’äE´ÂéA¼L®×M[CFè1Vü»7¿7ÓR»DžŽ²+)âžk%³ï±çÒ¯ÞÚÙ숬,îê(\«ù§\Ñh×Õ•O t;·+D·ÁZóc:²Kæ8eÑØXrt.í€ <ðvžàºlXä}‹åáD÷ïŽ2‰Wâ/€Ö“"uKŽe -FXž}À½ þ¿ºIÅŠ”B·ñÖ[(KÝÛí€\6 á¦|mŽ…E)7žèJ#ÕLÙ”\Ú Ã0Æòq¼ö7¡ÅSƒ}p¡8]þ"vjua\G &.;c#"–œQ"ž:HMä6J†'[8]àgŠD6Ó sÁvcœ GËt§óê›Î+<— ÃVý’q~1µ·Îœ{ÇŸc ÎÏÓÑhX®úí$mã8û@wÙ¶ÐJ™W|W’>2†c£;ƒ[gÓ½ãQ4íÒF-ÛUö€P£:[BæÚØO™I˜Žq~(Ï í‘Bc3”*{ݼ 5Wu y Œ7„.;£ݶ:¤´T({’$ k#E®V ž€ÉÕ:ÒF„ïKLݘ(¦x)‹²kÙå@¬9§Äül¡r'3–Š  £MuÃÈ_9GÿÒb“L@·¼XÏ’™ƒÇÓèA‡;Cœ¨ -ñÁôßÄb è”ñN×¢Â!ô7í»*Î0sš§èaŽb]6Ð-Â}јk\€!ªkŒ-ð…#‚W¯áÂÌ1*™úqö€7PNöD‚î nkOn‹È_ËáïB,f¶•º›ÁÛ;ƒ33H›H‹î¡ˆGëá߈\I Ä.ê­¨òW±ÛÊ–n7]wŽ2!Ù;Kio€QÆ*‰S -s„…kKpàÝ­Ê(^Nè -eÌvÒ2üÓKvÏ¢ ö(€—]ºÂ@Z4JNö3Ô œ"}\,º'lè‚$Äósœè:´ óä•þû<üäõ#hãQÒ§rmà‹Š6,lKR7;WEPùîÙ‚ê.’¿I&o²Œ!Uç2¡“\€nDðé.^•rÂêlÖ!8BeÚ2s¬é«H Ë@¨ƒõÙâG…5uä¡Â,7ì(ÉÉ_²¤ -D¨›ÁÙPo~=È"V—¨³a‡Ž$¶]×F²ÈdY-€}0D\ElRb긃Üa· åŽHßx_Ȳ7ÂËÜ•ƒŽª#ÆûbŒµ÷¥ƒ‘‘,ìÙl(e“†?ÒuYa+œ|ë xdáœ1<Þ(K¡óŠ ÀŸ“âèêE$V¯¤xk±NN³Ð©ã‡+¹Ú¹gb»¶@Ö?­¡mÃsðÆôÈTŽÖÒ7Øãxt–¬ã%êL [–—Ã(pc?$w$í2„©pC½-uÄùÀ~‘'¡ àlA0©X -hòù¾HE×f¡»ù:ÕÙ -¦§Giòζߠ@+°nd ¿ükÆ‚(0Œ ´Û_‡1ÙèÇšÀ—Ól¾m5‚š˜€gŠfÊ8éa†·sO P¨^ ¥qÔäIŒ:üEí4ép Õ,88ða¡Qêl> -’`O' ©H¾QP“Mû¹å0hbUkC>-°*ª9Õßâ¶TË‚vìd*u¶A0ž'aØÉ"[ùšz(ª0€ùeÝ&е³†0õéàŒNµ÷‡¿6_¸h,°Ž‚ Q[E‡Ë @ÙJQîÅáž, ÒÙÂ[ŠÏS0åc',+Ðc`±p¨Ty3И¹lFF•+¢ZE‡›).míÚ…eœÜ+å„rQË@ÇWÄ̦‚å*õ8+O®Õ9‚GLM›ëöðjËýހǖaˆ+‘«¡ `/–—–^ßæºç6¥äpaÁàO lö>Î]A»¼!¦Ó‘húL:³IãÙë Έ©Rt|Y=‹Kb:PiAùí‚qœ{Š3ü5%^ëH hGH$²_Ô§š­*\¬st±aÞd_³(–hj”ß\í6¬°¶È)©Mó×T€9Ë,ÁÐ:Q)AL°cŠ4P;NßÿÉ _DZLËýVGÁ¢ö³€`§Hpi öBs}§µió -Öh¥ ãéÀ¼™î‰ -½&Ù6 ȆcÖÊàp²PÃD7Ìþ9xfã(o:V­ ¤[æØFÆËMÊ-‚žš`ÁœUÔˆ½¬NV) —(ǹXÂ0“²¯íuܨÊ28¥R²0u,H"+D*¦ÆÉ÷’AzO×ýéK§ºÝyêÇc<Á´Ru%ѵUI -¦hÝÍ{Ÿa±hšX»Eu™ò]Ašk+<-°Äq®\YXÚeOÑ]oHm5,mlC[­¤é¦è© Ócœ.ð‰!ÀHr+8€»="vÿ=+ÄZ¦Ó[œ¶Õ1x«óP%sk\Dàñ×6‘|,ïú¦ª(©Z4¹–?Ü”ý>ðñ$Œ8ߋְq:;0WPÕÙœXx3G…r%¶fŒª¥HIO*¤e,Ú¤[n*YË–ñ­vÒ²dplg Èj·VM8’v0“0LÌkÖ Á5 ¦Ü¦ã¦‚ŽžPïI*…š08gêþZr0Eê°,â'Ò·~{oòVœE%Ô¹ \ÉAƒ›,ÜºØæ§¡0dŠzÇÑ ¯Z"÷ôX÷ ç?o!Ì=ç*žVWÀ³·™æf¢‚@Yà[Í Éì™$Y°Æö³u¬ëf³Å“Ø*D€¶_r6œÕ¼¡1mò”·T¬ -àXÀjÇéb[e71ÞÙÆ×ÅKeºËi³Bˆ| ‰‡42æ v¡æ¿{îÒ·SÉØ2Û”vÎaKNB™žX>Ä §C÷²þj3tÁÌÈoï T ¶¾²rrPYú”‘+0|{x,²vd sȶ¤½0 Ü´4‰º ©ÒEo&ŒNë&ê(´'ÖµCVæð³|ÓvÁ¼µph0·¦wà=Ù½ŠËxž³ÀwRÖYÙoãté ÍQ8—®ÚÄ9-ÃH­kÎ:v ¡›„a\ݤJ´pLmÕK„¢¾Å;Ì+¸Ó¿[©ûN}=BCg|‘´ gÞCÜ„xyhœo‚£ÅÒÃ#m‰þ&²Mg°ˆíHõïvêÞ»ÊáIoëd‰þÿÕ¤Šan?_uÚ¹ûp¯\Ëì¥mMø!i›.” ÓNâÿ7­^:p?2ä>çiÔH=hÛF¶üëç1û,QgæÜªwkƒêÉaTý“ÔŽr–qd64$ƬTí iVçhåÔnÇÀlK3òÎÃNû&×pÙu ³¤Ýyÿï¨" -| "ÜÓÓ@’t;`x‚=âw–øÕTïë9wj›A+ -‰·¸‚ªX¹¾¦³ã²É í{‡_o³6C#œ…}±‰¸žóµ+¶9pÜ{¿ŒÕ€j¶¹$ ,!†HÒÔ‚HÙIGFváf?^UBÖéâ¨"Ò;õÜù:ÿÖè8ÝT¨®ofÊqŽAKõX‚IZ2Ð'ÅÂi®©CyÑ%üÖ³Ú–Àb@ô:¯ä¿^ìð$ˆ~5;V»¨Í׈ð´^-(GϪ@²&'[E :>Mq6Lj„îñÄU×"í>](й7Ï "¬ÇîÍË wWD"ÞD*~|¯P¤N:öfEÏËqöÐòð å0µšU˜ìò ¢„òq­êŠ\õX1±„·.+¦‹jéÜHßqþm¥ãdq E·iÎmoÓ…yeÙiVÕ'iœ$*IRÜèJƒ(H6`ož2Èn ¨”Ÿ£—Ôqæèº‹¹<~KÝûùt‘É]»ºÕ£v1ÇŒ@¸³¥Ð»/}†'uìªíU‘w?²ßlاÜhÐqÚz,+–çd!vWy¨‡”¨µI"ˆ2ƒ¬j¾ITLÛ“gvùöŠ€û IéÕ-,ƒ$XQn=ÜÁùýÀâè;›¾<`;ñ)8.èLHbГê®!ó3Ih D\Ä -bˆíaß%&owÁîÒ–=é2ì.óuCoÚy¾ÄˆŠI"©Û1—´â c ‹ñOа9Ö-`}ÁòŽÒMEV‘^ª™Å ßì{ÝÛ°–ó%÷M÷¿ûº)БþÛ'1èa­ô¯Të›jS޲-ÖâÝQ°È{ý«gâ5¸=Õç^€î1Ú6Æl׿ 9곯(_ -⨻FWrlhgr±ç;:,¡¸®|Ž“;PW’\h׋:{Ó¬‚h‹6f=wÈHý©% -Nv¡Ô>)—¹Òwœ,Î(X[Ç#-é8ÖFeÀ‰6ÊZõ ²Ø"Ê[Pß);»™*Ž÷™ß:Ð÷–vê 7E¬ÍðGÑ8eæNÎA¯Ž.ÃÓã·§˜ƒó”.& OÔ&Yáj«‘¸¯ÝñâŠÿt!-õÔ0ugäìŽÍ“8ú­†¿þÊr¡Ü{Z‹N²ê8å¸w’)”:†ÈÄHí"×€*¦ó„½¸J"©Âá|͹âJ|FYG -ynoLX¥…室ãµ"ž‰=ïÍÞ® Èâ‹—ó—qjúÌ×_ªÆ÷‚ç2ûèV0Þã5#ª¼'À« -‰zf'ýÛE$º™ßê0Òòþž?j†íçNF"¾@Ô5™pÔ€:j]×리€}¸£E¥¾(W~Þ.Ù­Ê岨jS_ #‡’f¾GŠ‹LSA‚YQ)3ػǹ”¦ïU„ŽÞ–jFpFD°8ú„Ömú|Œt…2Žô›+½ÝÄÉI´ƒ,¶K§€h®¯û€N²«# --f\ðáÝL¸„p'÷üµ¹—çáã6”u‚§¬¨üügT›Wg¹Ô±ÉÊhQ#à—|ÁñGßÛH´Í`tnfã–$NOQ¹Â]Â’êH´}¤óL!¹ÙÇ  ¤Õ¡Æúȼª,¶]° ¬-T¦ ¸MÀ%q8í¢Ù‚ÚÆ]·ظgéjy¬ 'hêÜ-‹PDå›ÝÖiç¬Z{f˫ҚÏN‚ἑ‚PÇ´³Š V3Ž]¼€`ù¢A….JDÏœˆ§za)tþN¸ä®µˆæ½p»ø?^ˆ=uËNæç ŠG ·D0Ÿä¦ŠÉYjÆjQ=ÈåÏfUËvSwY¬:"Åm°ôMm-±þ|˜¼…íV/âÊG›L\·ÝíKz …ÁnÔÑÎ ml-kšA0c‹ ‰Æ*Œã/‡×]Må+´EµNúé„ÜÔ *!Ö^ÕÂ"¹ŽBã‘ã™:D&Ž>J–oƒåBŽðV¹Ÿ!p( +¨È_jD‰S–pè²e wœ>$g£<ˆTdŸDÀã¬ú‚@Ì•Vsw©Eëe í–%×Ö6x¢¹¥– V0%-óm áöHÈÖI$NÍÑm¾È53Þ)á7%\š=ó;±í§Þ®æÜÊÁ¸²ä°q,S#úáy¿øŠ=È΀y€b’{ºÕ¨òo‰Ú¡íÐãŠOí©˜Ð1uؙœS`µÜÛÛEuK´eáÂÜS¬çäÖña±óm¡,íŠ#‰Vœöªji¹Îðtà»é`0´CÀ%.``B¶ØûU÷:#ÕB5{öæ Æ|šæêª+b ¤>‡{CØ£JÔÌP×\àíèc~“7×<åè×$†ì4å¨9yWy¿[ ¹¨u<“{u±1i_é8üûw´!ÂìEØüaŽÆ2Úžnà£Fvy’–7¥ŽŽkóbÍEóí¡,­ú2‡-*×Ù‹NR”Utª‚ùƒµÍ/éFã3µôée™õ`µŒAe¬zQ'ÞVIuc\äê¬%Œ;î²/ ½§ºg×§ ž¶åÝ1NÒÛÖ×< •¡ã°âha¤†/¨[ö¡¦Ò€·hÇw lAšPFN5ï Íñ¦ç*ë,¤ÒØ:Ö|@!'Ï©¿ƒVôáøfyíæ -, '¶³ÌRÝÓì×y o4ÛÚ”Â2ùžÇ9ÔÜu¿,u,Sa±ûE¸=¥K }Ûè+|Òå–TlÞÔ2¨âÀ|8ЧŒ…"GØN[)ul˜l¯µÅ€TTm€·F-©¼X¨*¶ "$ 6[`ýÆC2ƒ´BÒuÝÒd$±‹Ý]ñì"UÜ&k_mü‰lÇÈGTœwî1£ž‰qíúðº_FÊüA&ñ[6ú›ëyävEÙ£¶0Cä± âè#À³Æ† áÑ{‚è£÷X -³Wgb¤†/¨Š§´5¤æS@©x:Oö**<ÞÁ©–k™»{ñ¶·Ë‡Þ¶>£çkRÍ1é |ºÉæ.":¤1_N\Lœ–ä6šØÅA‰qªÝKæYޱæ*ÛúïÉØäʤ.h1Î:‚_™IØ#Ä”mÉ%QLõ - j'y"â -™¼«1,;}µ2I4˜¶’ÒuHxµëÜR@U˜:±ÖS¡ÎDG]=µS¥UuÕZ‰«¢_˜BdP¾ž«Àù >Ž>q›ôeuƒSðŒG¡åVZZ½uú ¿g)b$‡>êt¬—x!pw;¾`ªÕ†ñÕ†ÞŠôö'ÙÍ´3°ÚÆK|ùÊ-ƒº»˜^C¢ &ÃÆjÛþç>®(Þ:j°`~¯„é¶{®™Ì†©±®Ÿg©öŒ„C8Û›Wì\¶sZPîÄh)gH{$=#Q@ÆË–Ê{ÞíÆ&&¶=éÉÅn,ሴ¼œØèÔdôJ I{¥ ç’rçrÒ.â<[MA똬æ]ì¤íkíØ4 ϺS”ø> Nö¬—3̯Á„²ºþÛl]‰òÿ™pßÿI;pਭ‚¯¼*#È0òŒƒ C x§øÌÞðº -;nìLÌjNä¹fª;жÓ4_YÖ9 -¼ò0C™Ñ“:`8MyÎ}[Iòª¬¹:þ[3Ìá óËÜøúms°Dã³®Aªê‡ÛW}ÅTÅ–6ØÆ”Ëø  il®ä¸êɬР¢:¼ñ„®l™[5¾^›‡•rþ>}¥‘$ -Ëá[ú)„ę̂.1ðÃf]µoAÈÑ)°sÂÕŽÛPvÚ -fiµ¸‰J³“ÛÞ%Éд½Þp6‡Ô21M­tD1ª™DÈ®K¬\CSÌŠ ðn¬Ã3Œ£(3¿^n>æ¥ëhI—Y¥NÎ -ÊÃë¢TBºÄ[Gj›ªŒkDÓê?]å ð}Ål³ômÇ -D…<Ã>à ¦Ä?¦©'ÀÉ€¬:Ö@u¸Rœê©At -Y|ÊÔ)mÇäò{·Ê©aqå|8RÂ%(xµÞõv%õï{yæèŠßÂÈÖ²ž¦ÀNÅÙ–"ÑÉQz] 6Ѽ©kZb €ÄyˆÍ-7úœ¨¯bì¼Ì”vg~n¥ø•·Þlzr…UhÄyS1&4…»$÷¨·Fb©7£öÄ&W z èÄv¯ã×(<‹ +:¢ïÚf¡ç”º4óHí•!Å!N‰¥Èšy-âìØÊzB -åÙ~p ‘ú [ˆ‰5½ªƽ(Æ]ü‘_ÑB¦?$~.ßg@'è\¯Â¦¨ñ”Ž èö õ©º;BE¼q«lœ9‡©Øc5Aþ”£n(¼ÄêY"GWÄ‹u=q†m8…"à ö`Þ ú®&H$žq4¨TNÎéiJíËLN2¤Ï‰ä&ä+dfÏùmÑÑb~¹øÞlkååú¢tC¯<žÕ›Å¥êD•­\и8Ow!UA9`äê褕¤FâŠKmR«m/àÞ2\>1È"pŽ [R­]Ë ¦ï"Ü|uG5?x&XŒ©FÄ ©\bÝx" X;#ÏÄ2Âc­ŠIÎ,5ô43 ·ç}ò>´u[wÕ -÷J€‘qQBÑÙ5AÅ[Z bÅ,¯‡dk€h"Úu™qGM…Nf=£ -óxÑ'/2¾ OòdÇ“+*¸Ðã6ÑÆxqÆL=AX›/ãIÃAì²5±CŠÑ]c:lÐq§Çì±ÜQ˘õ&ä²ñå«‚gl6×›¦ o¼.‹ ´–cÃÛ5²"µPqUU‰"Â.ËRÝÊ êļs`kaj‘ÀY鈵 »uà„º…õoœUG³M±ñÛA/˜nRø©u¶ \o#Dxs— «ôqøR£=­èBƒ²Ä½½FÃڦà -VI:ìëÂÜQ7ló2¯z4Îq¢¥0û0æã^þ[„n)¼Ë~S…UpÔôʳu#c+˜ ³#Q8¦fOZ±ë§„töx¥Ì +“zæ­4Û¢(e†&+Rf7%ö S×zf@;ç^4±jtŒ#õì>Í. #¥ -V~££_vÔ¦ü­3ù-Ƽ€÷KØy­kF¡“&tMÛ g ImV”juìÌ7O–¼-tÜ‚÷±+‚Š˜3ˆLFÄ :+Kéíµ\qz´ ¥:|Ho²c[9&Ç6^¿¥üú¦fV›uØu8†Ee³/«hÜüÒ;z—K…TÆ;P éÔÁt¯eØÆTsŽò#ÝjG©¹Π'ØôhVj`]©HÕ@mQ³—ö°‰ êVV#+Z…QU.±–¤@škÌÊE(«‘“iëVîÁ­}½NudÅ ®Á?ê®vÁÝì}ü»:@l³®l>üuš eÕ¥Ù‚€V«ú…ôəЉ¬uRŒÓoŽYŽýáñë×·ÇûÛG½åËç/¿þtùyܾ+øðnŸ^^ßyûøÿ?ã†æö]ž~~}y{¼z|w.x!3þQ?äéñÝë˧®OŸzyý:q烎ÑO~Ì«&·%öæ§ï^¾ˆ€7|yûx|‘¯R7Ñú>ßîõ__~ýôåóoxâ§¼·‘ïóüøúòöù·Ç/ÏÿާeÓ‡¦¬†ïøôòöøÏëGí{·¯¯¿=~z}þØ{B³ý£=}ÿxùïã—ïßÞ¿ûôíãùí§··³ë‡UŒ½ý §ŸÞ¾}ýôú¿/¯Ï÷çŸíÿá¾ÿõçÇ_÷ý{ýéó—Ÿ_ß?”/ʨ~ýËãpï?ê -O™Ë¢œk¡z¨yFdpK•Y™çúÆ2c+¥ÏQ=³³~rþ§d)›R½iqCs™ð2ÿã˜,—ʉهtƒ‡t‹‡/‡³Z¥Á6åà*Qº¹Ù³N~h«è¿?wäG}PS GÃôü³ú¹nW Àß ãSµF}âwn»R‡Eð°o|ÂC|áR›q=õ0¦…©Gƒ84Ý0€·GvŸGÝCIü±.qÝoìYˆG«ÀÈ÷òÐeæ…‘6þ®øÿ^ðcM,z‰Ø!-õ¨Äá²ßØó4íÌmÏO9pòAEë~n-‚]­ q”6U ¸.*~?-Ÿ„ìÃ;Y#Ï݃KŒHb¤²Œ_–a _FëNCÓÁ4d1 9°ã à†2â¹M2ËBUÚÜtä±+åÜqÃKÜà³L@ˆ ˆ01& … HcXƒ›b–ïL<ӎïx01ñ&ÄÄC˜xÂÄ£1ñL<ӎïr(a^‹vÑöИàLWé §y-ÜuãZB+ãÁNóZºë§ªâĘ€& È`X‹›b–ïL;앹~ª`âAL<¢iç˜!‘Á¼^p}§®Š1ePó;ª¥ú"@'k$±¸ùæÃb4s£Jö7‘”ÂÓLGM7†˜Eÿÿ€h2Æ¿Ê./¾¹öz4·ø±üÈ#ð£é§ôdS62’Ø9È6;³Ï­tÅ,„œwÞ¸|MÚiSOÌ:ö¤ðÐP’`¶+¥ìJ·.ý»§ví‡ö&¿“·öú®§+ÐæI$v]¥¨ óý| *“GèŽB;l(½Ø*~ÎhQps®#îXúMãIFÇtdÊŒÎßÓ'{µ“z¢V&Ž -ãBP~cl3‘›3.>®c¢ËÁÈ8:ž~á>'ÉîW©GªÑ¥#ÄJAXUjŽÇŠ'Àˆíz*Nˆɋ“m¾‹ËÙ‡D–=o"2?Ôê#ÆvsÔ-8yöÓn -©gh=1.Hû JoÊl»^»ãd(È*@ŠºJ‘ •Å,{Ž´˜³[cåˆáZø^Œdúbë•PZPì9?ê"V–ùönøÀd’èÍISTYa7ru³;/¶y1H4}¨8¢±i¶ÐäGbÕ•kj¼Œ7_ S¥Ã©äÊ*pÕ ,¿èBÎ`“Éú†a(•’·L®}8—7u¸ ãöT ${áÜÇ;ìøò*«‘v²ªð™V µÿRãÁ&×µc¦ËuaÔ%^QüŽÃºL%³ð†×ÛlÁGŠ7\ Çx¸‡‰Š /–(×%ûÀØéÂ+»€ú±‡¤DžýKNtõ-t?}…p‘l#bM­ !œ±ÔH¿ -s*²²®ÆœUWŠÌÊÜÖt“_ü.½ùv—F†0YÑìŠÆEI…ô žGµê£Ðm‘u58<\ -suŒÄ:'|1(\\Xç—¾Fq…/ÒTèý©±ŠŠ'CA f '$¹d¥¬~íž1q;q7zbcÂÜ÷2¦A1Ô”¬1½f¯u) Æ1%‰r¥ÏôÅAÌÝvoÈh×Örr&³ZåÌÀ7|¤º»{:¡ì”‚}íì®Ñ­Kã¹j¬÷ùÛI6'€J*mTúéx”à?2‰*ÝB—GEJözB ×5ìuÔ?ØNÉSK¬ÔÍzû¬· e®*pmaì_Å"wqþ}â$Ùó¸Uð‚î4º]ˆízbÀÖæ‚íá¢Ë?}qÃf*Ÿ»¼2-CI“8»<µL…N2Crm\¸<¤Àõx"˜˜¶4UÕŠÉyqìQÙ2€U&Œœ›ž@‚ý|… -S$üF K=W ¤äÀ6·×˜dUÝá ³v÷êÀê;Ùºwòá8G±ý†BYÝ)p¶gL÷QöR‰0šk°d›áãË3Â8§$‘Óý[èòèŽLXº|wóFWuü ÑŒ‰! ?¶™¾ £ó‚-Mÿ·…¹‹µÇè…^&–Ø9‹½Šƒ·øt±Y מ)9-ÎvŸ±É"^Œ¦‚õ $¿ièŠÓqqJÚŒV¦Tðç¦V݉-¥ý¶A&šWÒ”{Fm¯6á>V3šÏ…T¡·~‹!±>D‚Úw§1ª‘¾‚ç`_,×Þ…öDÂ…9|Yyds_Eh“~¼¿£ˆÈãæ¡Èö²âª„»Äà#— w©M̦5䙚Ø&Ýš×nY ¶7U•0“³*«ï_£oT'£Õ÷âˆãÖ©pUåi1‘û|‘šÝƒÙɆx¬«Ð´ÎÞ l‡w»qZ¾<³ lcúGÑdo©…vyWÖÆ—§PÒi°¹['‚Ô «ŒÇ¸/Ý0¢…¦HÍç7Êèª'6±­»}Õ"}'uhmŠ¥×ŽÕ€„Òœ,nØ¥ÐÒGWÍBŠ“\ÄVsSek?.íFи‹éôÚ|%Ã!«ÙƒEGù²ÛC¬2`…¦O|i'µBÃËcB"¹÷ôÅIžM`h>nÃ²ææ”0Ñ›êÿH x9y»nvÌubö2/Ïz‡W›IæÉ8 ¥ËÄäÀ¶â–·¥5v/¯•îL¼;'nõÒŠ†ÿ3¯ß… sqöÎðµ\þaw§I2ctÎÊöøµšÆûµã¼¯ÝÚ¬¿¶/°uŬ -Sía¯÷ì2/¤»é6”Ùýjǃˆ6õ"§]w&F^Tm.W+ÕŒ|P~?ôvIÝu°ê@†7ªîcƒ7_|x¥)~Þdó÷à -º®™b‚¹ÌY½0¢ŒÛ;ß i’+ߪ :•tÔ{VSÖJ®žB¯qVÞ}ÉHg `F>K⑹ï c±Í3/F¦_Œm±ðïØ{Šâü­z¾œÔÛœoq[½:Õ5phÜÉ! Çâï¿ÂL+“mBϧDR9ŸØˆ«89P7ÖÕ“QBªjÕF¤ÿk ¬ÉÅr,&JȂ۲$'7•´äå51#ß®Ü^¥'Xõb±3~ltfÝTo®%- A‡ìnÌwav&ƒÃ׌’<ž,[äþÓG C(Ì¿8$Š“cñެqurºº‡ˆß˃:›› ¥9F©¾Dè]¹²¢Å«{³DfåH'rÇCXUξ8$Òȱx“/ßžÚÖµãô (»ë}sÜ.nï½_:Û$`Ó^g¬af14Ò\ q]žõpÊm*¥K«FÞ33xuÜŸlc€|i³oÄlœ 6¹t\›298ºM+Ìé‹“¬|[Z5äâZ™sÕ\s“Û}±ÒÐ.¾G}­µŒm†˜…qH¤—£ñ‰ÌPѶ†FºòƒZ9/U°DÔÁ}gù›R­†`;/È)[ÿ_Ú$wNmF šIë;—¾­ð ¸Í6 Ì¥#<,÷O[© ²t‹ªqjöLÚò˼¢n,Øè2}9É[{ö–âÕ)æãH®¬"P‡‘­\Þ–!P%ËëæK¢²³ŒÌ,M²mÿÝe/+ëFQ¶·ˆ=Õ–ó$ðÊ߉ é’L¢`×ë°O‡x§ŠÝs°æ2n×wj(¥/‡ÓëjõÏîßQNxaiUbnwÜ»+Æ -íE¡®¦£›»Ê@‹3ì8« ‘•s -Xי¸W&¢™‘û†‘uÕñ¥LrrG±Ù£‹—€óŠêÈʱ[êYÉhñØ'‚¥ýjÝäz˜D4­NªË…hyŒqtàñ_h›‡|àôÅI.¢pýŽxJØáoTö®¨GJ$w¾4n‡óC™dV)5­¦±cÀ^Ž¥ «ØþsìÆL_èÍM‚ËÇgh¥–q&ÐÂ|ü!þ.v÷M?î -O("\nÝ ROAEÝ j ¶ À£¶a‹•ÁpL›šqVûëþR%ßYBFð夲©¢S˜#‘!“yqÒ/‚“„îh±ÊFÕ¡é~×&Yl3W1ŽÝUBù¸Lûâ¾È6 x”£n`G€ÞKs¡Zè«-?¸ów¡Õd6ŽHEûaó?´gì¶¥¢vvóŒ‘È&{åP{<ešY1aÑh9n¼'œ ¨Ý8éÅ ŠSiìd¼Y#ÊRý~XÂh–•khˆúðJS¢§çw¡1­›Íœ™°uC­pÛÔÝR¦jœåüE­£Ìª¡m'n$°'Êôå$_¾&lË´˜¹áž‡•m‚ -Fæ(y>3|„m2O`³å &•XYJdß¿…ãÝtÒ6»ñ²D‰åZÝž„;FdIÛåV­qªoÊ‹[.ÔhHW—÷€“F TÞç5¹­J‰¬{ƒ×7 zsVÙ2?¦±Pó\²Þ†[¾Xî÷Á„ -ÔÚœ3µöPñh_¿¹“[(5+ânÅHn£µçÿÍKOþéYí}ì÷?ÿôðõñ)¯~ý寿¼ùå¯ÏŸÿ»_ÿøëýWß|yóLJW/øš‡Ï¿¾zñ×·öE¾ýõ—¿þ|óÇ/þú¿^ýí×ßþþüéý¾kàù̇ÏÞ¾yöæ¿ßÞ¼úëÅ/¯þ—íY˜Ä\JÿÀ ÅG¿Eêgm‹»%Žeœws—ãyßÎíù¸ÐÌÛq{~|O4%‘ÏcéþίëÜÛùÿåû7¨R#Ú®sùœë6öëx5úm-é/w‹Ëxëq=>Öy¿«2µÇ…%ïTu#Ó^×ÛßlžeܶsDÎñÚJyCW›¿Ïûüœ×ÛñÅèGºÓen²Œûº_ã±ÄÇÔëýzU'ø]εnãç<-o¡ûüs_.»ñ³žëe~Ž©=ïóþ:Yß貜 ìëLÙöü:OgúÇõç\íhó×ñ|Œ}½±eÑ->¶—y¿os9Ǿ<·ãÒ©û{žŸ#†–üšÇísîç‡ýÙŽ)/B'—&&s¢ÊJ93ÛZÿù¦T…äÒô”NW\²ÇZý¢©—,D–9˨³j2iØadH™í,©F½4¤]ë«æ:ƒá$²”ËÞ(دÓX¸)L$ÄЩæ2q€R¡jI9ãÐZM•EÞzÅ«“%Zí1HMµzÏ/WRÒ¼ÜÇàq _YåêȵP-Ëi«~%4b»”V9ÔRwË`Ô[gL…)uÅKQ¥üvù£ K+íriîB©q0:Çû -SqÆÞÊ¥4µR -ëÕe–wûî?¹][VÛ•ç(De²U6™ƒšå((©•Rþœ@ZÕ¥ÂA,Â2•J:¨·°#ÖaÔ’ý[Ρ½!õ–,5J¥7±D·PÖ(¥k›-s£ný)œ´{hX0•)/í ¥ç¹$ Ó‹’Úý£ž›ŒÃÒÊJ›å™sJ¸¬ä'™ªQEàŤÀÜ·2ò—XÞU? ‹ºl2­@ÿÍr´1ü–¼0ùM ¬yÚFh ¯†AÙ¦•„åØúWPHÔH«H‘§gú Öω é™ -qË"3„#ÑØ(ê ÃAß•î»mœYUÃ’G£:êIÍÞ±t;…™Ä¥„Ìc쌧ƒ°‡ˆ"¶êÌ4±E½«¡gt>UBDR/gR*;æóƒ9žu0):ꪯÊ90µQAÖ1vFÒAا|X¦S“!ÛNE¤ùEÿUÿâp¡"(ƒ¬˜6S¸«°o)ãCßGëíº}÷¾ç)«ÌfÆw’{µzýå$ÂI -þqÂJ퇛³jÉÀª &)Ä{p‰$ -IŒÔœœäƒ²(Èl©p  HB Í“ ÂD ˆBƒ N?pT³(€€$)øÑ<¢ @€(1âˆÃÊŠªHÿcÔ|h”4m¹­Sp÷VÈ=ÆNÊ‚=Dˆ i ¸«Ò? -ª£ŒÖ{ÎÈ×\Ж;OoÕ&tV”n‘ùÇä:pT×÷~’·Ü0ÕFQ(bPÄ¡H †,ƒc–ôšøªe¨ì[dIî1vRÇ ì)R@¤1ಮ7„("@©VTš‘òAœþþ`„™ ôÿˆ(æ æ¶DÕªÚƒÐ/vfów_Æ:$'Ñ6ñ2%_øße)=hfÆ¿YF)èÌüø^ÒYA6 ) •¶«ÿ•2£MÛÙT—ÒO‚‰æ‹FºÿÞxÒîÖ¥t(Íšå Tàß¡ñ£*Ë2‰LÓ{7ß¾PÀø 7V A - Òá§ T$ jÅ\•‡-NËÔç_²’«#Sä~uo##prOq£V¸€†ÀŽñªáZ»smkIþ)¯FŠR¤"¾_» Äaküfˆ{9–‡êIìz·v))d×H>ªÉ?5Ä Ž $H®Ž0šÇt³¹A¹)n…km#óOÉ35»)YBdÀ÷vC„¤"DŠ]sòQMþ©‘ 8aÖ:rº”îmdEþ)-^ø>Änˆ°BdÀ÷%vC„¤"¤kF>ªÉ?5ÄÌÛFN÷1,ÿ»­þBЙXv¹ˆ-dÆ«"…idÈ@Ð‘Ø ’ ÀGwi’²QMþ© D€Ä IH!@ù1üŠ„C€8$ ¸`Ù6fûã¢h÷62‚&÷”Ö&÷‹:§»BRH"EŒ®9ù¨&ÿÔH`ƒ?qüíî}tÇt7: ¤ ÃOALÀÃôDW1ä S -q¼¼kV#Ckkbo!ÿA@›# ­otá9¶ÄEŠRÄ‘"I¤HÑ­ÆÚb´¬ùŠ´ E€ øënx„HêÅÊbÙ|Þ­Ú¤£ÎƒÉç;¿Hι§¸ñ[áÎŽ"Úâmæeø¸¤Ûpç—å+¸`¡ÈRˆæ÷Ûº”©›Ïšöû¢ÀA“{Š q¶8µdà‰&`‹•ÿỤzÄÙêÒšá;ëQ–üÄI+½¢Bw(´$@—¤å0A<¸øJD8µd¢tÍà0S®âKNÕ5‡ÃÔd3ÄW·‚Nµ<ô¦<öïß°t<üöûO‡Ư8œ®ûsÛ×ýyºà/÷í´X¶—.×Óò´Ç;ü¶\–¯ÛÏÜ®·Ë|q 89fo^_q<¯ûc{~ßúÄ’Àœ^þ¾ž·e?.¯öþ@´àÿ¿~y]ÏÇŒãõr^ïYŸŸ95Ûl/½/¤Úö¾žo.òE§å¶=K{ℨHßqX¿=ïëûz¼]¿¬÷ÇùÉ‚„àßt8-÷óvý²r=?˜iùÐ+±zÕe¬S›±úÐóÕzEò§4ïž×WÓ"«¢ù°¼wÖñ੽3YþÌ+цWåè¿]¾Ï[/%: ‹‹ÿ•µW’&ºF Ø—*¨öQ'âóGã"™$»rä}zÝíúØžÛ—µû¢*ÊÔ_ØÊüC÷Ñ2‹‘AP—´é¢Ìï^@pXÖêáeTg»D敦Ä]ƒH¤Ëü +¢At\–:R¬ëïYháÉ‚ÚèöµJNø*–²¿ÅåjÀ<' ±š“5@-œyGÑØ6*ÎÔ_]hõAHüyzK0´Ážîùí{¶VÑtÓŽÒJ&Â84Izƒåd¿@g{oz§_hLÔJ-¨Lo‹2 ízˆâјy×´o5+<’1ØxAÈÂGœ¦>Ø¥©‚ýVÃ&,E­Æ…I•åËÓ8¹à£ëZa.Î…î¯1(50œ'ñ9N -hµ§¦Â²ŸÉ•,ókÇ@Å’R¬Aç8Nn.Rà굤Æâöµ–ì)Ìâ7çBwh:ZÊÐÀê.¤ZøxãF´1Ì -›ÓÐÕÊ‘^ZïGk¡²•êF÷F;MŠߘh„UPIsäö%„ßrÕTÚr n3mYÇf'WuPq™rsÃ| Ý™>MTµÔ£6÷2MƒåíI ûUBŠì˜Ž0*‹Cû>ëÛji“ƒE˜¦hÀ>¬úÇjÜ+èàè…" -n°ºDcôA÷ÂÏ9¸å ”˘ŸÂ^ÚÓ•†öÛüw߸´!_*±‘Ÿ(ÌÔ>h`l¿-xõ⊑¬´œ$ÐLù>éBÒ3N¼•Âx©%»4ãX¸8惕|ñ\•ï;Ôtšë¦åêJ'†Ú‰Âíî®uôÛˆq Ï3®HWcö£ÊïüÄ-ÌB†ÚEMMWy²ýß¹ ¸»HpõÂïì7z@î®[k†B,)æ,å¿SvúõEQ%ÖkkØFÕL”Ï8<Ä>wÉcꢎ HÂà˜»ñªJ³}ÃSû´ÒRâ½vE‰ú+S}ª>ÄæÂ–^Œž¹§hW'Ú9{ÓÖɸÝrŸ$$QÂ`!Åj!¹f7ÐlIÛn‡Î–h›hTn}ÐŽˆ²5Q‹{hæ§I½$‹jõÌ”¥u½-²²;L˜žD¨UQj èEº0Ç@W­fÂ'¶Sæfí“íV½j¥Ö®VÆWk8‘E"jàžˆOVIÄè3󙥧×^æ¾Æ·£6Ô’Z¯ˆ1B+?ÿ°<ÔI/ûéfô0ÐA€G;‚VÔxÔ ›¿Âºbö-tc öœ"ˆà ‰+™q*Š˜ÆšQ5Ühôb(ÑØ¨àK¤ÎoýÌB¯Ã›ž4¶–>Ñ%”Ñ¥ÈÒG§ˆRÖ<ÄÔj³ë†|y_£$¬ÚÍ}õ:+ü2f6H˜êk™*Ãâ½ L42ú3h¹pÑøŠüÄNÓ–¦µ ±×±ô½ P†ãŠÝÈT´­ U\ùÊ$AÒëú O¼e°,µˆìÝ”ËZ.² º§·åI÷\ÓIøé*­«U öÝÀ(@–¡C½Xš²`ÏT·búÆÜdbø=tÜÛªGŸ×>I›4!.Ç‚%v~°ôÂ×íö¡™§È,= gš®¤Ö¡‹;a"%“Õ±QŸ ð4ÔÞÚÏqô»œ&B&Y,±Ï5Ñìv[Øøsæ<ˆ¼ÏNC½¢)ɸ[!Vr_˜ÙÁ×ìØÅJ•Eê´™ËG–ˆT«ËÞ'LasB«ÕŽZÜ*T ³P¤)Äì‚ô×ÙNƆÝ}ðzj2ß“*!VŒ¢NlóÌ ý®iÝ›YTŒ­PÙþ-Ü0ÎJÚu %ÓëñÅ9 •Ä;["EDƒöˆ­Péd›s[дZ™JjSCùVWI⃦¶<%д±ª‘{жu"wå?¦éTWj4~ȳÎvÀYטd¤° +æ²—t¥Œ+›%ÕËM´gVøÒVªÚ§´FÐLC†´j‚çÑ,˜Ká1ÁW$ºªvoÚ&"Q@¸ðþ–p±¬ŽÔ–Ш㭽¯ß5X‹‘¸ÌÏŽ®VOƒÂdØi'uglF#þ ç˜p7¾§ÍŠ~jA`QÔñ8A!ú« %9cOãPê Í9/tuÀS÷w¾Ôlîú"¡¶ÎbÇeJC‡·è–«Å$IPlUƪÍ=‚ê{T·YnBc¶ë¹¸Ë.qÒax*ÌPÛYÎP/Èõ•táå°:8~ëY-‰CŠÂ;vƒWQËÚÝ–Ôê%I¤«U ñð]öºÚò¼T‹—7 ðÐvñfkÅ£ð­ Ë0vüvÁe=ÕzQ‰Dkwßø…gn ÅϽÎÁZÀÅŠ)VÂËs²äÂ[- ¥°¦ ç .,?>¤—° ³!ÎT‹Âªêƒ6¦PIX¥@Žd·,\£-ž©Æ¾wü„­¯‚†c¯Tëj|þxÕ³Æh—ýapT:0gõ¨ß~¬^ôš^Àj¸(¶“¥ûp¹Zù«žÜçdo*GU4rNB«æÚÓEàáo3$Üa‹6:»Õ`g™†Š4‘d²èÚíØm`ø -ÓE?Ì|u•Š}Wþ¿c/Åt[ÎêÌnrGyzµƒ& GÉPÊ+ûÿü*=_îÇ%á}M]žÆj¹ºEÔ½Šs@uwŽWHUÀ0‚oAµƒÃÜÚÕXÎ Yðª¡ë¯Ñ@4g/L¨n‡‘Û=$ú ›g¨Z.,§è,b\ε7N¥ùo/‚ÕϾ`ÀÀó°²êUIw*íñš@}¤i ²Ö'=;?6µ}uAídcPèHT&g‘ï‘[}F†2”¹.ÌL†L]Æ‘ù<ž Þ˜¹ºiµ±R5"I½©K-{Äë–ÁÊ"ì»v+L†ÎbiD•Ý V}T½.ð¨Ãç$S_ÿè8T?6š\V1NJOô´²5¯á²3¨“,ÞÁWغ"G¯,¤­ï‚„©,²‚íýÞÕ©zP¡à‘¯‘ÑÅVçZ >\é#b~צ¹3µˆDö×ÏÂ=¬Ñž¥àVÃÕ]ÐÛ«ÏÈH‡:.“¼Ì>âBþ†}ÚB% -±E\sd7¥Oÿ©<À@pF¯žbu‘*©š8 ¡ËüÂ<€ÁÈý®Ôåñ0Þ«nËK ¦¾wʃWý7ôfɳÇ­ˆßòÇõ˜UÄR†JhÔ(œG3òw[k“ aM3v¢e2Z7 f”?{0a‡™úà±s½­ÃRüáPý¦ÃxàÚ4ÑxbLït›D¬gPÌÏî(èráo<ˆæÄÞ6—cQ[ç¼Uúá§,žvf5'd4ÍÜ?!ÓT×àþf„É2žóI·6›·Tý4”µ -ä¼êR}ÄŠÿb€ø<ñ“ï[½uóm+ªM@VÞæ²±Ïz<ï¾ósSy˜´­ï{7–7ש͜“t9t£=æjuÉùÕ›y‘’[ÃSwíº¾hÏ%rº-°D²~Ĺ&Ä‘ú…® -/amEqÿÅy@_ÌÖqÛõdÑ:ÛB£;¶Øu´v…­[pmÕ‚#ÎuG]dw^ê=iö*ñ²F~ ÇoÙÖ)ÁnSBLÓ‹ïAï”ÀÐ Ò N÷.ûâm\®SNÞ•ëx™…X°Òë"õá®ä Ák}¿Lt'sHç`mbP4Ä‚?^04ä˜Îë]Iå6`Ϩ‚¨¤. vF¡Ø|©ÅÖž„Ñ…¹@®È¾d– ή¥R½3ÃIëV+SWi´˜T Õ—VYTÓ®ÄÄ]i­ÛÅ ›ô‡¯nH…æB[ýü~‡›3W[‹kD†«Ú"•›ž¥ÅßÛK^ô=0@cw_ÓÀóÏmÄÑóôf sƒwûÑE«î$ ëµyJHˆi‘ƒZs¥,1·þÒHiÖG^¨DTÞˆ@㕺‹ê|¿×›ÑàDÂgcDXöog¿–û;½;Ǩ~'03Ö -¿7&°„TµqŠì¦`ÓÞþ x8‰‰—X'Ã%Âi#™Ã,˜ô5X õ—ù-Ÿ»nÌHª'¥ xQi°à>\Ù•‘hõn14ݹÇFü§£ñyYp\¬Áb@ Heë¹ Ï‚{è=]rÅn'ç&«i¬¯Ôá9Z«<¨Jè—Ržhg '©ëŽÚA(EUu…ÊGË*äîŠò½èí=¬ã¼§Û€µC<°a¼gKZd'»Méâcž÷3,@=—n¶ôFjxU ªˆ•dtꔲ¶{ $çgΖ¹¨-/ ¼ÁÇòSœ8ñb-m]BÕÄúò±\Ïiî µê3zÁãO‡=ê]URˆ´ìáž­ô¢Æu¶õj`{ô±-Ä3Gv-ƒRÜr‡zA ã\ªË f@e`pó£¼¾qט”¯Ï?#][¤³ó®{ ,|Sö¯ÛèS'ÛbSšxX—'k“€=„å¡/¢º¹¦­¬qþÙ<.<òxIuÇ6^ñÎS7ÛΨõ'¹Âl–Ò¦Z$ëÜÎrÈ|þNà­¡üGì^58‘0@¦nx÷g´÷Ý - ÌЊ՘vóÑ®£ûE¯|ÈRÏõˆH`½jyXILd"ÑE,àm<·ðÈÞF¿Z]º´¨ -w]`q·Hâ¥çã\nh›SáïæÞU»@yÙT#"s]LÇÜןV âLΕ0e]lüûÃSM»®¬´#±6IÕa6•ÀŒ= Ò%Þ·l¾w‹=—ócÂk¢.|t[sÕZböå ù‚´¶50Ï»#`ŠÚìî·ê]Q*[qÙSè—f"‹-9 -›HÚ×7_zTF 9Káÿ:÷ÙÀb1óIWJGÇ+*-(ŠRBÞpFexÎ$*#×Õ1³)C{S.»0èIY–Šz—Áp`öÝÕo=sµ\b‚榿‘/¼ìh»¾9.LµYöªºd•öXÈ«+¢n7(v<š a‹ƒ¼ F‹àI¾`ï×׸¶‘qu —¡ÚÕ¥¢Õr‰8 qLA™Îu9é1¥¸•û‚ž…Táx»Ñ}NRÆÅç‘”X2q­\á5És7+Œÿ\ƒzr*fkÞ>¤•´ÆÕÓØÍÊ¥Ó«æâ~ô‹lô½oÆa ·*‰-}ž©øE`dÙÿ‹ a wg´7„±qéNg¸Ljšû–”0)Ü$´Ì "Ý”Jo[H¡xý"»€NY4iš’ŠM «“Ì'/XÔs!%s ”¼o±Ö¡#­wM~ÅlAlª­ŸüŒ;Ãbjµ5E‡¨I¢S ˜(P¹c'»d%"ã¥bª¥”|~½-¹«X«—`ÄxdAÝ}Z¼GAwÚ°[LYW‰†Eu9\÷ζžAÕÖ{Á¥xˆ51ÿöÎ|4ç=’’œ¯³úÖ»à94 uêe»7j÷B4‘6©¾g{¶Ð]£.Ý©JÓvJ¡ºè±ƒ²{ØÎNWp$C%c ÛgŠ â¸òÈnÃuMôŽÙ܇m¹)ø„¨Ò<¡p_¶ Öé~°ÄVà“ÇÜUUŸªmë“ÌeæJÛ]¼€4ç@Ù‘õ9]ƒÌSG>q¨/1cô©ç†)˜„±)*Ë'¸NŸc†+Vì\ût3äꊉ°î*˜Ö9½”4oQÇ q£ë‘g?£3¨ÌË·WþÖ¸¬Œ„S£lƒcx4]X=)”÷[š'¹y` WªümP´»RZË(UXIà¸El -Äs¹¢üÂXÍ3g7•j,ªÁæÐ¸ñCN`ª•í߸¥†•wKŸºÛV»Ð»ØKìÄMnD‰§ÜÓñ+ÃHŸ:ÚP…>û`q(RüÒ0“C#:#¢öi'Ccˆœ¼+­ÿºýIQ‰V]¨údÇ·‘ˆ¯±‹eeôÕk†Ç¥CØÏ—1[žEílnÁ¢$=pÇÔv³}QaH‹û(­º:¶ÉR€ÂFÔIâ½¼“çWWÀ¢0Âweh¸¢äL’•&ÄôÙr¢ôÀç^ÇihŸ•ý ù×°JXViŽZÞMz¬ÌëUОA-Y£ñòÖEܺõ¢ÒœÏ±ê%&Îþ!?(nl†<Ãõ †åNÅ8º¼8óÞÃ롱)ã‹ìÂȘùyȉs1<º—«E3ŠþÏ4|£ÅŠ4búì 5)åT®Ø¬ë˸0eý´Sí^„*¯ÆDš×ìŒt,EseáÁcEtÍiHžÖ‚ÆÚwmû1I‡‘N(èxµ3I¼Oþð8ì|©‚T­<ìI›ó«çͰu^Q1 éǵC&šŒj(AUSí@¨²¨Žóî +ÿ„ÞX!à'áÃa ›LM¢  ÞM.ªtXX€VˆL2°àë»<Û;¢¾&Ä$_שC9Þ¹rC<»zSݬÁÜfˆ‰uGÙ­ø5Ózº?)IÑúŸèÊíÊB:k²]ë1h³—0$kmÂ+H^|ë‘–a¨NaÝ—¦S¿¡ÁD‰—½®C¢÷ÐUY«"¼Nn+uM5ýOVi [,…w%yÌš¨u½+/±ŸÁ茓 -Ö™èÖn˜XöJY8b^Øéyl‰.CÜmÁ¦È -èu-ÄØÏ´1í<Óät2åÏZz° S d;|™€´obÀµzŸ„T¯Å,\ —ò¶×H-ï–êm|WΤZl¥^#©-ù*‰Õ­l±'Ëñ¢µ!½2ZV›K,å“âzA ç¶ý‘Sì®ð Ú¬øl\TS«×’ê7ny3«<D9®„×4¶G+*ƒšŒf`tÈ$T€y+ØÍzJnޙȼ0éV§0è­´•$˜æ³cÑr’¦T(pÚÝåxÛHmêCvÈBl>¤”ö1Œ(Ií@³UnSŸûZÂTÊžïWµïT”ßЀ4c…¼-Ëo8ÄVQs¥$DUÐä@¼£Õ‹ºÙz–<_yþ—ê SOYñ¯Õ)v]@ùó¬º;!i w ³ë˜³-ìVóó¸ DáUõÚKëB] ¡žkš±Ô2TÒ<¶˜$⨋¢¶Zè‹`u.GÕ™m–Ž[¥ -#9_êl숵6_¡²Ü§sÅyËGdwM`¹/YÖEB'b­­2qòý©éÞTw÷"ªµ3U¤#®²`ïŒËÎ\VP^[}fR°@Š,ˆ*ƒ é1*¬)³4zn¶³ñigÎ= TɯnÖí(@/À` «%•1Q&ÞA¹C«ÔÀ­^TŠyÆRÒ©t w“jîH°[]:%0)‹ùX*kÕ+Jn ²¸ €‰á½ÇÕÉ(ÀÌ–áhQ¿ÊV*ÃN Âa]…Eì”ü|8 1€1[`ioË}¨³)Œùh•e¢4´ -±cpÈÈ’7ÇÝAÉ‚gf1eŽQÂxN÷-ÛÀ‡*qí`½‰Î :áAMßšx®í ˜^½;vjƒ²ø-Ý‹:»þù®]Íç) Ïk“£UÖ+ -ê`ï¾…y®r‹£¼rïQí® ¨=¡ÛþùTg5FHPpÛ'›1¯³Ì•O¾þY\‹\°û_ -ÌJ2€2©eíô¤åÆ MkR[ʆbtFmŽV/bšö ôô¥¢×“½B¡ù¤p4hØ­Ûˆ-M^ä&(l™I^³Šo®‚çcÀvYÍU‡2me-õ¦KcÇqDÑ¢uG\æŒ _7Ý›Dùuå×:Ãì]÷¼'nbÍýIê,Ÿ+¨­¤ãÊùP”†Ê;^kcİZ%|> Ê“·l -­À¸€ôEœïfMC±-û¡#n'6çhq72õÅåùÜgƒ:šƒzMqqZœ©ÅG¶ÆNÂÈ•‘®ÚÛ ÜØJJ³})·±á³yÙj©ÛmEÞ ÎZ~ü|ñ - -(]5x)üHççXí7šÐ´É€âÉq[<°±_¬ûóÒêlÁ=H7Víª\¶DVJGž±º–á(TÝ×}sB3uɽ 3KÆê–¸·¹ÊÆbòUÅWÌÏÆ€j ;»“=·ï§•[f_d¶wÑð\;GG×q‰dµpE7ÆaÄÛ(.q“ ›6¦ÈÞŸÕ»Ý>xœZL°Ss‹õsÑêVºr ¶}pVÆø -ôm>´þÀvåŠâe ¼ÿ^ðêúu¸tUS£> 3=ãH´FÕ­¹Ò°¼êμsJCžîÞ³™7ðKV×ìѬ¹7| Úíš­·¬â¦ä:õò¢ve„”‘¦ý½llNŠ$ŠÈGcXá<öòl÷ÎÍ¥¾˜¨NŸ”úRƒÅøÜä|‹Mãu>jg3Æx¢ã¡$CjN<ÌÈ“rEPúGÙa<é–Õg{串¥hPAfyìÞÚDù( -ºeщðF|Rº“£Ê¶öY&sE/q— Û4d•ï›Ð¼e=®Êkw´Îw¨‚aJúâŠì>%I3s*i\(&:^q?q -7âÀu´VÈ“l¬Õ>¤ÀñI ¬_cÝMwÚ 0[`)=ÏÈÕã-:6Ü™ÊêßJ5É•{Fº>MA¨k“u:j€—¸ó„ç×¾¤Dª(~B£× U§£¼R\ -ýR=Ú4â|7 ½øžmâà"·…59)åÚ£p¯)Ÿ›c&O§±Ôsí}‹EEäiqMÔX—1­¸_·`à›îÞi^B=[ñ0óNýb2('‡µVÿcº¸r0W/KÜmBåžúàÝ¿#èš -O_˜{`—h{[÷f3 I0õÖw;¼6'y7€=‡5ƒmqf¸t<êKÜjÂóëVPYò*¢YÜyõÑÞ•zgÓ ‰d¬o¹ßt÷}»û5°I¯J½e±×½³šý® •§ÔýšNØ´;å5 =Ö"i¢EÁ3áÞæEùéÍu?:ªÃð»põ.áP¸‰žÝ!áU XM1ß:E¡‚¯{t› anZ~¡}Åh2‰cˆcÙˆÚô@ƒµw¨c–-¼ê‰ -Ĭ”¶Uˆ•[ æAÞ³—êÙÌMšãâ¸Äp]ží1[õA프i —¹‡õŒöv¨ì#P>X\C <’ “Ó ÎSòô ¨ ÀÚÔp=@~Œ(é¼D//²Å¥7P¡`7²;Àúcy,åNbÄÑæRPà¨÷ØUªì™ñ0ê㸠zº`õs¬jŒg¶ž5µ3æ­©†Ð£¬³tÓ„²\±@¦ô¯B<âöeÉZp¼6è1y ¦uñ 8yÏwï79íÚ†Î(.“Tm#9!Ìr ‹ŸÅ4ŽÖu/_„“íjò&# ʘ!Uݰo+°'-á£Ê‹*åk MÞ–Î^…_îg{ë­¨³Ú 병Pû ŸtØ]µ äÆ ŸXËsé©¿öÚOê"L Wïò>ê^9ŠÖ4„®ûE¢1ˆ_Ê­{$ c°D‡x  M;nÀ†«ƒš¡».<–ÕÕ¯Ý`Û‡©–ŒqKÜ7蹇èŠh¶¼H±AˆeùóŸfò-tDTå¹Ü1Pì·2RÎyù0ÍÄï_ËñcdåJ -„Ý(]´Îòd6ÌÁ!‚LjF©WM8Ê 0©]wà³K{aŦÄ'Ï o‹ze5 y¹Rë=§F‹7¡­&²ÄCm ¦ñ&5“|€OR\XÑù#ïC˜‹ì¼»©Lÿo‹cÐ]eSV=Ÿìd÷ҺƮ ŒåMYÇt[F4å¬ÌXÁƒq-£«¡Ñ:¢7m¢›Ùߤ{S›Íf«,=}†õzº2BN}j*}߸Mè]¥]¼Vþ¦&Û<˜3¢VÏßèµÊŠ|&l˜õü*ÌÞá,Î¥ÆÐP©õ½èôº]L¯´ˆûQ+¬TÎ<ÁF€z±$m00›ÞâP«wžY³‹>F”Ö8®Y](•qo?âq¦£%"/Z˜Ë½)t†Ã¦@¥;~³.o«›GÛ°«À2Ň“,Q‡¢T€ì¹î5³Z}R•܃ùÏ*SÑ5#J箼B¯˜s¶cZ±ˆ#G® -+"ÛE3{¬ðx\cb†E÷ -cs+ï(_ C Â†P‡6ÏÊÉ8È.óë9deJKfàJºÒÔyí´“æÒrW%g}Í@Ø^¿Y¨ò€ŒRßSL¡ -kÒW\é¿A#×û‡š@DBS*hAªÛ銫ã(]ÚZCD’ Jñ £W ‰œ\©"; ˆ|ø°®J{¤šÕZ˜•íJ¢R@Ö&+‰¶Î f½Š@ aÍ-i@Cü[@ ¦Ro1@'ZyY’)¿ªb§(nÈ`5°‘s²,†ôjŠú E›à«¥º—¯Xˆ$¬Ñ™VF…š.ìò˨¯4€ÓnÅæÝ·¼ïïÚ;Þ/ «¯Ïð>û=¡Ÿ§ë~òéºúÎËÞ‚Û…aîíú&¿VXÙ`¯Ç|z™—Û°ü5(‘°öjy_Ò5Ÿ.ûëë—YåQÎK„ÑÛަζ¥üߨñ—þÁ¶Þ:ánšŸ…à]ÉIÓw<æu¢˜Ów -Û¶$_>¸ì¯VÀñcP#ʇxi^Ï>z·Ìw?Î!âcþ@oç¶Ÿïvéÿ‹w¥q~, Dmªòù¡ímí×€÷%g¿ÛàSÿØïB‰å=?o㣠þ‡>úègî¼WxÀÝÙ4ÁûÃn¾|ŸŸáAö‚~§qÞùî|4€&ùldtdáÅù»U÷\Âø±Håˆ@z°ƒ"©ô mÇ_¥ê0 ݵW¿ùV´„›^]˜ùÆ ¯žUÆÐóM¨z (ðàèõ?JúdKn£ÁÖÌCˆžÊÛ`¬©i$u ã6Çɱx´ï'Fx°fî¿ç“½Ø[î¾g²½7j¶®\›ÇÏ»¾ÆŸüðgûص2*ÒÔÇ?òƒ¯LŒ8&ÏÛðûÿ¿Œº˜×ÐÔž1Ì¿;Ó/»ÐIJ܇<‰}êà&Ô?’PV\ ~âLñè㾸Îèy OàåÄp)‹8T’Ù­ü¢rWKöç•z¨€[óƒ\²)Å?s½Ü}·†jqb€'={Á¡ÖJQw㾬ùžÈW~aí4hÿn9žÖØþó‹F|›Â v|U4œáÁYè>pr«±.·‡u`–Q¬ÙEôÖXÙ¼h§xC,µùrÏ©_Ý£xå mL–Š‹Äé«ýV¼±Ö2ŽÊ´Žr«—÷E B"<*÷[w#:4ú Xöç7n݃èlí•ÍT¯?¿)¸u4o¿Åí¶Î^-èy‡]€.LÊàÁk›û"f˜zxÐg:_ôÁ/Xö1­ðØõ‹ŸhK¬" -ÇׇЀ^w²!óâ·Å™d†Ž! Xɽ¸,?©2&§ÕCÑU—b*oz…ãl÷ÿ×£_2€vŠÚƒ–¤Xc&9Ž9¶¼–mÜ£rÏ´Ûu'æ»xsÁU¬æR ›rÌ×Ý)æÇ ôbPߦ¿zõÎ[Ç ueB4EÑ ‘ybla‘<ä óŽA總ÊdÚa_àHÜV¢”O°Q¨÷\Ê@GsI¡ñ6tôðÜ&®ÅÑêóèÐDà‚7Š#§EÛO>üp L ŸìO0KÎÄv¯‡‘£®mçug,;X’pª®ûx.?¡å7¥/èoF]é­à%}¿Óyêz—± ½(‰猒gJ>RtÀ[_ÃwFóÒãÛQ-JXÂï£ðû[sðNƒoâ¡Z@HUAý^P\zzå[ÖƒY ÌœQ™U3=«QËPƒÑOµW6Ý'AUäÊ!µÚ>Ú -™IG’Éd¤º‡w­H­ÿc·µÐ É”GB5þÁ‰ Žîœ{Ùîй§%·7@W°[اYnók€“¸† -e4 ÎE×ÐBk†”‰¦k¯Åý"JÝOhËý‚dC Õ±¶G”ñî@¼nÈÇ^¥¬cì°¤” óò)ˆDFñØì#ÙWÓR¨RRZ­gYTÊ IuUR ßøÌcð¡—Ó;þB&ꢜ’ÖÎÙ(7Ááô ’ĪŽ^Ácë—y?è -áâà@7ï$0žAòub58ÚKÞ¤ò3s ɯB¬n-XæqZ•?Ùá,†»{{’'ÒO»û'[‹ :CnÏÍ€³FjŽàXc«l†Pã­ñ*USp­ì³LŽŸÑC•Ô‚âbmuGMTµoµ*ËÊÓiÓK°m!ö×6‡ã~³dA&$CÉ\Üp²ðúZ¾öÂ%q`ò®Þ±gð±Ñ…侪΀ö‚’ظ sz0*k‹ƒUkd™ïÜÝ컆aÃ\¥¦ Òv…÷írû¢§Ýue“³ZÚûBÔ#ÎïMD†§\««w&ßæê MÎÃúGDºfÝ!½f¨yu‘¹Ó¥:‰·Ó"“2HÛ-kÕ§ÚZ„ÝD÷~7žø‹þŸ™×"Ð,˜Pל…©3–à6B6…Ž2 -±?û/ ü,±˜á<ÖJ„fƒ4×¥ÊpÜÓ‚·Š×Ù&ÕC,Idôa–äõ„ÓÌ« èTžO‹‚áALjÊ¡³’CdOU 6ªºŽÐìwm™½–8Cê±·¶ë# ¿2sV„ozvJ¡Ûô¢EtM5`Dч,qH¯ÍŽ=Дx¹:nˆÈõ÷Âc¯xÙçÜi™Ý›XG- øî}óS_²™×Àk܏РŸ+žMô±Þ¥£YvdAZl0â VÆky¬ÒH“¯j ÑQª&)GÊÄy^E®+ù|™óñCÄãä~Œ™¨žFΧݸ™,E®üqxvŒ(Ó˜ȳX5‹ç•}å7n׎ÿ -¾šF !oÞæ®I5sFNíX‰͋隊‚~aP×TéÔ ªÃ—„ßB÷>GÄ©%éõãÌÒ±Ùƒÿ>Äûœ¨7’ê:Ž{­“,A¶$D—ÔtdÍ•èW×Ì;URƒ²²i¬um[è #Ѩ ópöOѽK•ƒ™ éQ¦§%,~"|´um£”ʃ—ÉŠ§qêZÏhIë¢s^m"ú ª¡Bƒ*¬nK4MÞ¨&‚v#)Æ¥ê~Ù3EºíÔ éª;†(IÒ¦.åŨx™®AÀ¼.•V¤ç -<½ei@»òV -#'pľ‡4Üìj£Ìæ´BÂ5k.ØVù4!+†ÎRhJ#±*°ÞcgðF¬h9/©ÌÿTù’Ŭùuqø‚ •üG¡HØ·3¶)q©Î¬ñnßn?ÄB1sËþ5s¡€£Ì’RGÇ; ÖtÊ—UŠPeô«­‹”ZÜM¸Iý ÕÆP¹ÑKYl6„ØkJÈã<¬uÞàuþjæ$¾Íʵ$ÆM˜«dÑ3:d&Dýbº–,giÜ»ÕP©‘“ÐïŠ%k2LÜA5x{é3"`"µf™NÌŽ—·ÄçaˆtÖøxRNù’³[Ç…Òµž" fc¯Žpè.FC,¾ -6x¯ Þƒƒ†šc‘¡Ox¤ªw×ç;+€°hݵŒªÉ²#¬Ê¥bç?ºÁµË¯µðŽ·¬*4à%³ÊbÞ”@!6Øœk&too/z—w{xñuÊx:y „ópØ7£Þ^c”ö¨CXìÔõ}ifQ!)ÑžiEZã›Üû1P«DÈIûÿ4kÊV¢.K=¢½s¦®,Í•‹‚¶úñÈfYÞEþ‰Ìƒ–©ËFëêJ-/bUmƒhQoKCbâDÚ˜g¬[¾@êŠÉª:–$çïo꾄‡”b5F²Q"êŠ÷\á*œªšX]>?n¾l+3O! Èy5ÁɨXm,á­&u‹Ð’³ˆx”˜7wOcÔ0¹¯Ê/·)¦¼ˆ°™ü>™ž›B–rBÝ­i~fÛ´^S¨@ö©Â5¨¢ZŠJGÜ¥Ã8nnê¤bôq`­ ] -xÇLuZÿÄŠÑ6¦ U²óW=P]ɨ‹°¬òqpû) -$‡Ê[Drä´þ;:Kƒ.‘K¬…tñÕÂ8Ø/=ÞÄŽëlSBtçɆ6£ô5oÑÈÄV'áNL‰6ö%*£Â÷º—S…iP£êá]ƒ¦] áBÿÌ/È¡üVzûŒE”8“ ‡ ÍÉØÈH™¹©8ÒÖ5ZåØÈÔÆ×V÷cè­B i:½€‘è´×!ÝI%»HNÅo™aSG„Uf:2ºÐ$q›°-ÄG–骥Ñ`:hXÒµ"“Y**ŽðȉB9£2Ï–”l6pÕ¯kÔgŸwËc˜UÊ>ŒÒ0ó¤<’O׬x÷V”)¹-‘žÒÛÒv†òA®Áìë¬| êñÏ59§?®^”5°¥´áØ'~K–Ù ó âÖDø°û\ÁqgR{íÒÏä#v—vî)@” ®^¢‰´ø¨ÎÙl¬×6ÌdFTa8W¶·õ¦„¡²Å–ˆGFì̼l鉉$Ûèºæ³c– :™z¸ì òÌ - km -u/èÃÕ ¹LÒνø1l]wzU“t¢®ä -Y\°`";¶ruÈ2nJ˜yòð¤ì+¼Á¨áüyÓaÞ˜Õ ü J•Ë”.[X¡Þfü¥P0^÷8èØN$öšµŸLÙ©fgÛ‘ý¥jKQ ,â˜wÜ0UµÃÌ€&œÒ‚û1.”—ëoqžç”ÒD0¥0 -‰ýièa)•$™5N§ºM(E¿õô,i1 ÓÊòGºM¾¥r?|¥Q jŠ¡„¬âÿC(…ÂÞÈ›W»ˆeµyEè…F±«#O»r††Ha‚V{^•I>\,b‘o[‡Ë‘K°*¡ßé}LguÃØmô"ïh"5LŸ²—›^— Xˆ÷¤üÈW«àR]}5…Òü&çwË,ûH³LRÞb!¤ -§¶u¾ê‹þ›¹oÖ3õæ³Õé{ÁÈR6@$†y®5MÞÈìRGQ…“ÀËé Äm~º#Ï(Lâ ébý¤)æy× eÌ­W>HÀ¼ïé- pÙ -´0±8ºä¯Í®?f#dÑeuŒèíí ­í3ñžj#²¦W#Ð[̲¾,ÇYn·À¡þ4,¼»*z>¶QèÌk˜ž@´Ô¥/K ¬n6 7z¾Ø“ä|ÚMc–ÈÐìËÔî(°Nê™×®ELÌò»3º”¦v&Ç'3vÊÎiìœÆûÖvÎ8,ø÷æq¢×ÆŽ|(‹£+#‚Sˆ ¶±†Q]2–_›Øž2ôGî}yø›>˜~+#„ê’2©^«ûJ~b™QKÚH‚…ÍÙÉ^vª**ʈC¶ìrV,Ã=¨3˜‘â¼(%~à‘yŸ€óÈ6.Ó½®ªN‚H›äH»½: Á¢ò¬ØB -Z§gí´ö©¼—zÍì&j:Xönæ©F[£}á¹Ô[¯«|5ÁmN—†ƒde”­KÈœ³ÑŒ+gRYn8Äê>ÞB¦»{™²–y£[Ħr;Ûº¦Cdq·q²ûî±>UåuÄÁG }o7Àm±MPÉ0Ã0«Ý}©g‹ ð'3‚€–›-Fæ&PMn¹ R(>Ž­1,EÑWvÒÛ<Ø7+ê¤`6¯DÀ ÈYS$šÎ.!WKo.&Ò¦ü¸ñD7ŸÍo]ôÞjèC´oK‹ª÷ŸZ†2ç¯ÌTÃrå© ðPs±³l£Ë·æÌ!»#->‘èË;Q ÍE…èñtÕð¸šØ®u·iŽsŽ‰ËºrñK‰%R½¶Þ§K\€·”x£]³E!*ЙCV‡;½ºÉáVê伬@:øÌ‹ó;ãXaÙ*4è-v M=VT6·F ïŽà´>Ë~[Þøz7ƒÔ Á¶;d=½‚=ÑŽÚmž_íÖ‡ÝÓ<뫱NΧœ,7+&(щ·¡~8?ßÀÌάռ/L -C…F×¶Â"Õ~™TÈ’Ô-û`åUÅD©:UàÈ®DG—î7A6ú‘0C6Œ¸l—G{öÏмêöq׺ èwÚ–`wÔÅä°›ßq£­¯j0fË+"ÂÃŽ‰$“¤\q^´w9aË e4áâ@@@u¼ö0<¤ê‡IÙ¼¢È·×„[ïôªnP-¦Y-]AyÂkn<`qF×m¡¡7âe[§eÊO—doì¼Ó§wUGqèìˆÑß)è´ïA9<¡/j#óê2úw´µ²é]Ó¶©± qeQ$¶ÑÛßp-ÕF7¥ê°% 4V=YÆ™ “³ÓÞŽB î,¨Ìö‚ -u ¬A ŽÈŒ³$‡'tß%=½í¼ë†/ØÙu )oô#Ènªy&2²mm.rmÉäÊðe*jšÊ]ã*ÛÍÏñWyöˆÖpv3?Gñ†xQ’ÇÓ«½ë.“{“cKKb#º½ qk•Þ¤~1-ÐY0Õšv¬ìyGvë“5Yã÷¥šA£«÷›yWñM¤7xÜ“÷5Sƒ0²v“Mñ+E¯‰xéWõàzæØùÌpé×Þ…5tðæòVÏ›‘ÓV¹`GÇìqAS¥6k“OÇ7ø TUC‰é5‹«âÞKP°ó yav}„æ#焃[³g‘‹æ~“BôhzBñYlT+ ‘{ù -ä´ÇMgêÔr…R?E¯à%Kc´¶oÏÓÊŒd LÓ( -ÃÂöò=펲qî‚©Hœ'{¬«±€YЇº-Lë0€aK\ržKƒƒU8¼·!Žfò–ÜÏîщ³°m«4õlëYôD0¯*8ZÞ·ÎòîEUR=¯ÊCІ \Z!WMN<U°¾»…ñ-ãZNàtž.Ô!ÄÂÖö–‰€ïR,ŸÙE}fE÷ÐÔû®1ÒãÛLI÷ó5‘<î[õpGÔE5 -11ë# Z-˛ѮGã4Œgx€mFk -uÍžŠOø9Ô ö~fÍ—¡×Úc—!;[B>4­ dp$fù>Ø®*Ç›ž‘Õ“¾Ñ:¡ðVotV•á.è -[½ JOœ[¤½ìMœw£YV3ðËÂdÎ+òK4Hn\ÖÆyöetZ°ü›ÈïƒíÆÀwe -ft{»lÍrϪ.œ¹;-„q“l™ £óóEÇ$,¤ƒçuâØÔv*”½ÜCåЖ壓vÇ:Í#ñncÅwm§û|G!^Lp[ãÿ›S½»×åwzJo@§ªÊƒfã±²2£6‚šÆ…ñ?Þy–%U>í¾%…‡ªá‚& ÃÅBßíw7Á[•^TRK5eçB«…¨Væà0ròaî©ÿÿQMû!) çïçf+õ_¿ (JmªjÓNì‡ÒÈlÁž Kò/0mÓE’Kóÿ_Õ²åvêö¸kÝ?¨X¬Hu˜N=±™ÎšÎeîœ+g‘ÿÝï<8€ƒøåUKO¿Þέ‹²þ&ðkæ -Nîænf¥Ò&RK=ZŽ´@þ6ù—Á–õ¾×¯Æ¹¶ çA(]—µ.kW!ñǹa)?Y{éó̧õº[ˆ×ü©ùO|9¹1)k¤8Ø¥uz曨‡v]Åf©â›)P-B謴Ø,‰3œt”¦ÌEÍ|ÂNÙþÖ9ɘF„mhHIM[bÛù§-¡ÖÚœÝÁ ¥ÆÉ -ÍÓC6%¯•7h9×Ù×x£ƒv1a½ª>ÀFŠ[åì36J0e foŠsÜñBűËÚ‹y$jÁu¬æcæ4%Ra΢kéõ*›°Q©ŸFÈl‘[#JmÝpÔð ٰ̽Öèb[7ÃIîx’(ý¥Î•»Ë·¦ÞtUÉ ù³ý{GlZúùƒª´]¦o@’ ‚ºlxæ æòÆ—ô4ð*ax ³![r -sZ;Q·kF6ã¼qy¶3)Ùqbq¯a\%Ö 77Ö¤TC„±­/7kô,—“óÀC²4uPl¢¸qÄš—jjYSÖ”e!$lú­z'·ÎN¡»‰Àšr«`ó-j(ÝæâÔc¯BMêè„UÕ*1–?›8Æm¢ë‚T‚È\J›ôd—ÿ{,Œ=¶µ@67“n@"(ý(›8Ú\£2¾’ Z"®lûrÔóš_]›ëbž47 ‘”(¶Ñ=GúelHüEtál›’ECÿAÝ´Ó¥± Ñ._´™2Ô7pqL¶@øÞŠÚ-u¡Cû¡ži iêÒ¯ô¸ëÑä£Â«•F½Æ -õêY<§­@L…ÀŒcÕÎ\ ê - QýÖe6Ž¢HgŸW¨bº)~åúyƒv¸^©$œ0¸Á£¥®.‘;fÔÛ3ä5@Ý#—Ö×£¡ÀÐFü%7ÙÏbW,þjm±†âÖÔì5@nË}VRˆqEÁIÅ`šŠúç®vs4Ò!wGVÿ¦Éõ±}wö8—ú¢ÍÐNdpË•¢\NÌ<ëQ¾çöl΢ž{mŽ^ÓÚ ôȦáS¢|ÇÉ­ŠdÚuVmôîåRG{&ÚAf‹¶.ÉˈhÈe3€ê©IR©Þ)pçš–U?†‚àxùˆdÀ³!T‡¦uƒèã2vJIR{M2ÈJ{ @¥›)å'”3Ò*s6ú`usã2²3¹ã Šl!Ú²úJ¨0N »Ugäö—‚Šo&wVÁt1¸.ö£ÒÑÚéÅò¨õQ[ùVK - Ñ­´¨ i“dH‹ñ½{»·Û3ÚÈqºõÂô¡Ù+o&Œ·À¶a¥Kã¹£5'ùqÚ‹-ÜŠ2z„Æû—“[I«=®õ³óÊ zIWWÖÃà軣¡12£[ˆ‰ˆÊ€§ƒJƒ®-ó©ïÆíuäOl<W;è[£©†5q?\ k£€Æ®ôzY™œÚ *!+¶ôø "Eä#—oÝŽk”tî„h&ôX}v6­ÓÈßÃôl¶–Ôð³KfÿÁþ’·”AŽOµg×Hs 0X¹Kgb3îæí±´Éˆ¡k½c,n¢*äÌ Bdu‹i4¦ZÙõXÎ`Wg÷\þjËÄ»4IçÒªfBÏŽ‰Jp'ûaù;j4¢u'‰PÏ2* È¡µ‰€6X+Bs[º±e¤ßLê0!F¸°® JÁ‡m(¡F½ -0ОLY‰+ ¦ Ä#dNýÁúÄõ¤2ýuy7Ú„+‰{­W„bØ:Y˜ä¿ÍPXñ]€A› cÕ8á_X€tÒ²¾ƒz]öÓZÜÁÆ•qk…âFûa_]:a„:cÕ©›`­eP? ;–ÿÕÍCkÞAwzÓγ±àJ%ÉÎ1LïfÜ û—ÚÍnœ´}ü”DÔ1$©IĪtAâÀ¶X-y—ww=¬ö–ôµoåW=Xœ(l°)C¦’ž-P­&½;rÓRñÉLŸ8‘ OŠ;ZsUÇÝd¿ÖCýn×$ü|ïiCæVô%IzIMI§[f/¢V•]³ýe\Q¿ºèkc64²7Q½ó ~’÷´[z¿Ø Âcµ^]ƒ£Wv/„®ü‰*•#«C-·cÍÀ <ꔺêë$õN  °:ÃA3=–)7Q?„¬´Ø8ñ¨Ûr÷6×H’‚Ñ¡'_ Üã+õ¼æg Zë›j -ØÜ« ²¸2›Z}CcïZïå;eð³¼û\ -{†‰7Ÿ4$§ÌVuíÄÆƒ®æ1z;÷íä°4ŠýZ¦§¼[¸~¼à:›ê=ífGCÍ7DVÉÑ|ˆzçUK8¿]Í–ŒìÝ5mœ¹x±~MÏ¡¤o.²N²PíÆVÙÜð:’ä%:Òã]bqÉïNFïÇ™²wÈÃê[6®ù^½ë=Wê¶jÃë Ð|θé;]­ƒÀ¾?´·&å¾ZŠu>‚ý*²ÚÞ·*k/í$yÇðCŽ7œ6Þ[oÄÙþà?mø}®)÷  Êšä#@W•7[~î­Wrˆö( Ý<‘-ê`5/7›44;g³­wL{„c¾Ëå>·÷‚°ý* ÜTcç—Þ…Ÿã}›v»³ƒ,Nˆj3Ž$pnV=)ÒÔ¼«®Vá]0ÙŒÓ5ÂFŠG§¯ác>gôºëÑÊO~Ž÷´—÷‡¶k´»†à9žèIñ~¥%FM¯é]‡pÅ)v‰Ò)ôN—!T(i „ãIaVO鎢ð3¼_ÃÌ2ŠÆ“†I>×3Í«?ípä_4x¼¶©˜‹jï¡<Õ¼aYñ <Ö‘Ö%Ö·´õ†d±ê~•üJB‘EFó^_AG7ïù½¶ŸkX](V˜f-ö­ÉŒcšsõ‰ë›@ÈÍ 0îQº½B©PLN Gº›{†?òßmTüâÞŸT&“ÒœP~¾á;öÎÓñ‡ë5ȳE†zCd,»š“z믩|W{¹𕱋Ê@¯Î#õ+E–RÙøVå ²}^{%W_ŸYYãÕÐÍ£KÃùFÔZ÷@û4C•àW𝻀rcª Á" Wi×gÖ+ybb·£×›pÑ4„'ÍbªÛAÚ:ÅçŸÌ3L·h£‘4-))¨EJfÛlŸ8VÓÅ×%/Yk¢A=Ÿ)¹UjÔ„7j¤£½WÏÖ+ÞÞ¨'FËÚtÐNϺƒÁ1+ß•©L[ëŠIål-Ú ‡, ¦¹]× ïÑsPuéP\‚vöxx#}ªEXëÌ@§­Ãy7ofXS,O®ñ3o¨ÁÏþ~…2†+wªaÒoMAõ¬NÀ>­¶`‘7í¨­Ú¹s |N;XvfGÚÌÔ®'mÑø“[kóYC21º4uGnÈß´z<æ·¬ÎM†Eo”ó9#&{v£{#Ð «!o^QÄn­Äñ¢,)øÐí>ñ†¡…pí±ªí ÔMJÉÈ]ªñn{÷TA¢ƒá §º2/Ícއý>™þn€V]5¹µ»Æ¥pÜXjz ?ÕÒ)Íoª`D’!èÊ.~­|Ü04ð›P+a‹’²ç A{Äoø,U€{¥HWõ0©¹ñ>c>Ѱk*÷I(SÒ©Í22(`Ò±bJÛ©#4wJþŠFxˤ -È¥ù¬Ô†ê©nî€b ÒXþJ‡á@û'kªzfàÍõ©ˆ£qÇV¿hʱÁ3ôó}R læ­Wð7I½ÓRáNWÓ·Q³³ë*TêM2Ë!…Md•.ùYÇÿèÝ{—ÚIƒìí¡àÎ,Q»ôxt6ÃϘ­·1ƒ¶Q<¶rS&G|¿êy’âè »¾0¼A^nû½¸¨®,âx[ä±îfÑÌ1:kb˜½ùN&€¶.$Sòěχ)âèi×ok/­'0l&×'‚õ˜ÞëÒ]­Œ¥tÔõ`]G‡Yc–¥*ù -ªhrZwYƒ¾oï­{j?Èñ·%·„ƒkÓ18Šz\OÐýØA ÄRfTÛ“•jŧb4É•–ñpM\#öæ]bëfv} ~S8ƒre_‹G‘ÖúD‹5ùnÖBòï4¦·Þ¨Ñÿ“P* †<½0½¦n8ebÔNdp›gõ - önšNfµôÁéè~Œž]Em©ZôL½„TþÎy¡x~Òçøi×ÍT†CÉ‚æ¡Ð[¤GTÄ ãPÎûgZø-Úíb%Q:"e$dÕñ…—‰w -ò¡¢XíüÁÅÕ -0ß°àB%:¼ õ<:ºÈE ¢•ßT#СP_²’'Š„ö]§ j{°ëKx  ¬HÑñÕŒ¦¾Ó¬}Ï_›ÀuŨÌöµ8•!±¤Øl£4ÌÞï"®Þäñ× ŠåFj6Lò¹4!×Õ:þÝC‹2±Iºde€" —•Øx)Äkš‡ýo6_Ùå%Œìˆ1Š gºaR¯ î*å -àºþìWd Ãh9•" ‹GæŽ¾í±€'{£MNص%äS2z5ž¸Ù”]?vô˜víæGneÆÊÁ²EÖBa¦ý -øx°gõ®o=í¤A¾´ðR“#éâ -†¤•Ÿz¢ð8š­#_s-˜ -âXðÐI˜H¥EÅKóUŸ'™Ù KVe z˜"··Fz›€Qä)üŽCЮè>Ãs®b4t-5Ûä’(³¾„49µwbS°kJ1ÔÀn\…guó¤CSCß­~½ã«†Ø\M2A5ëp\í9¯I®ñÓoÌÁ®)!dØr#V\’T9¯¯a-µtutGÂsªr—B&oˆbf0$Šþo9jU¬ -:iš}ZrŠq_¬{;˜¤DëM'vεxÒÙ]A ˆ2ßñ±OK²ü͸;$ý*"—ž,-«0ò_—:¾b`ÝM:G)?µ³´ÐÝA` ·¦Ûí °kIX6t¾V”¸1ÊÏ$6V„¦n{Ý­Uz /½óšÊoÚ@ÌЗ ÀÓØÄº~…]?ÂÕ 7U«O“1F¿‘¦êƒ½ªÏÎ~ï‡ÁTEéwP ÞÓºàæ{ç6ªb?ësÙÜÌ&047Æ}5‰›gP„4•¶°mˆÐtZ×é>Ó­Òn»ùæç%X(Ô¡[•2È›2â‘•wí­Á&÷U+ßz6ÙÑì%ŒÑ«èÐ%•îëÆÿ¬´s«7þ}Ja©¬Êô£ùÂ1C±Ó1è)MÚâ@L.ÆNÞˆn‰~ „qZ¡$½q`‚3Zõ=5>U0m§/ÖgÒÃP+éì!kBoUL15úÅí·3:† )ëû`¬Öñ8aŒ0b„¬¸?ò6ØwŽÔ‡®1ؤ€aº5fžqf,QÀ«kuÆÿÜ[xk•]8BÈHÛ†Ñ-½óNP@)C…zsUíuX u­‚é×G [&st=¨™Õ=Çop>(tC@µ¶M‘àåUÂq‚Ó§„¼‘͸GÆì´jID”á'œ8Áš4¢àíÅž·êF"”¸d’׬r6’dƯŠ`¸g†BÂŒ#ö\c²®_S™igòáY#Œ4ZuPæ,D—WµzRÁ«Zº$‹KE͆ÄùWåK¯7¸E†;DiÙ%ÅÕ˰¬K8Ú äg{æ «MžpÔäÖî’¬Gê/õ¼@9‚ßÊyu;ßFÔ̈‘¬6#<"&×õ>ç·YÞ w‹v¶Q°©Ò|æ(ÒŒ¬gºÑÕÝb ËØhS.&¡0´QšwªAÎ5ÿ|o4Ú0+ ÕìKYÔÕÚ×€dSËLLÛê©æÍ••i“‘mñ$9îšY•2Èæ„Â6R@9àNÓœ° 8Ð)àmÁùw éZs¨¶E*‡Ëb:£@€ïãÎ?k¤n„´ª?§Íؼâ ìÆÉ’Šå§I:j4x1vhw€ ™ÒnZ7°S뻈Áv]©²'°¨Á›¸‚5Û¨.|lwñtð´«8K~ýó†Éöˆ?„]ï& -Þ!*Ò/4Y±c¯‰c®"mPC¢PjB˜X]›|#ÎŒ‡ë,«=Ãrgeн|DÞb‘Fu|Êb¬®¤iÐ þqÕÔH4Wœ¤!²¨ûr -Û­PΈ£Ê7[‡°ÍÝœkÒHá˪É.ó8C´ó¤Iq‰²Ý›Ø~kÂõc…vU“áÌ+ªnô$#öÈ–'ÃxHeb ŒMG=:Zô -õ+Hã¹–Yö½ùû^nã§>Ùäãøu[+¨ w¨¢pZ.4ïGª‡”±òy¦Ž$0 -· ƒ¸«‡aÓeªô:P¨Qβ. <«(²gJìæ¢à!;—5¾ÙÙMÉãÍ -$B–?ŸÔ„¾œ>3/ ŽT)¼`…ûEŽ·aü4±´Šcù }PªÖ;°ÐË &ëcT ºhž;·%‡P;mÚb ¨W}KÎ Rœ_L=x?ì9™µ–/ö€][ÖA¤|;íM²Š¾#¿ -1ƒü¥òøk$\NÇ ú>é–y6÷{C½Ì‘HWc.é¯QµC™ñJ©¶õPÌ_ ž3BuÛ˜+äs›Û˜¨?TŸ¼Ðà²ý9°6Öºqc¼W¥ãñNw ¡ßõF×rÑ.O#ã¼PfÝè·È¡ZÁùb+Ò î²¨êÐfæD¯_’&Ê…Â]‡=ØÃ/»X>—‹ñÆj?Æ©·'¤ Ï -e€éǵÞ~[â úùŠœîD×,ã1ךÖK&âè}ûõ“ Šæv£‡ã*2}T—U·°¦`v6GYvPhU½edz‹…˜G -<‰  -#”0~z€"hžj¨%@mžÀ¼>1-!ó(‹g´Ía#þ32âp” vý ËRâF¯8Ö–ó½é·J< Înf…´hõv‘@ød -XÎoݸƒR–óóC«ªž½Z—@_žÄ™ŠO:ØøVË?¬X¥ƒ]BnšW -2–XÇÅ1Êf‘6ã¨Ð ĸô4m×·š^Ã#‘a#ogl-²Å0á´J`„bþã¿$ ¨oh%:sûU+ÊþžtQžÊL !œvµZŒ%‰rÏñ·]±º˜±Ak‚B÷m&4(÷Lõ/G´Y‰e˜íxfú̦K¼v*ŠI¸T.º9hŽõÉý*V^IÔ2´>µÈš×02Ì&RÄûÉT­æü)x'Ê?·Âs+*óÒS > Õ2`™y'£S^ ¬\"ŠÏ®„ü+ü¦Ó¨³fâ‚r¼6fæ‚\NI¿´by¤õ©L7î´9  ‘hW›ýLn3I¯Ð樬Dœ%¦F‡¦ëŒóí©ÿò¾_{âü»cúþüJ—çHã2ßúÜæÛ?wüÜ\úXÏ»/IÇe¬·Ÿè7§ïzêý›|f]ÖûñÝ/bS,Zà›ñUÃÔæk¿½Ùý˜ÃÓó¤S›z‡º]ÈÿAþxݶip–ãÔ.ßÿx?¿›GŒm>™¶ÓJŸXû­†Æü1‚¼Ýó'R{Ý.íÔ†uy´Ë¯òGIàDy¾4ÖËÔ—G½ŽOÒDì³ñmÙ@í ÓÔë_»y_vizlóøm¿Oàñ…iÓNõØþB?zh—'Ê÷xÊ}§ô ~L~ÓÖ®ÎÓ³^w}Þ›:öc¿uç…Sð¿½çî›6´×ÚÆ[ÇßX{ïØ¯÷c»û©þÕ|㣗õÔæ›î/Þ?ö«º=Õ?¾oÿ9Íx–^L«¹– -ª¯<®QûfŠc!ºçÍ=Þ“žý]æ)o>ƒÈ7†¾þ¤SVæßŸq\ðz÷%ÆÞËã®\l+‡£@$š Ç¸¯¬ç¯Zie <-â(|r„L¤&Êû¼œQü5qCÎÄ}gÏ¿©iWd€×Wyh>îõqW_Ç™2D~»çÃѹé*aàGBl6 ™ô5­M Å]¿ð8‰Áç ë¸É¨P€4˜ëÔU“.ã–ºƒÇ¾gÏo‡dSèyYå@(/ö#7OKéýÞs­'Á«Ÿ´þg•¹Éº`°žÚȨ5‘݇»ÒÐa‡“wÿÅ#´àâ -Œ>°ÃƒªuRÓ[O?z?˜õEov8w÷ß.v8.>x1sÚÙ]úFõÖøxr¢ÿÿ@ÜlÅv@ÔZ~ÿ—ªŸ-Ê_ÞµÅÎË -KG^Çß©tNt÷K‹Ò¥¿°oß:`aéÄu†3¯SÑ×À’ž–ð …Ë’£*‡ì›Ÿ¦xÔZ):yîË=QFy¼Á!þn~þç=ñŠŽ(k:ßoþ¥R4ô7:CÑ×ý¹Þ9^QÝh…ßîØQð"\†€~ ÀþöK¥Ppß\é¾h7Ïð[‰¸c à† áôžF`ÔE˜q U ÷íÜû­å¿‰Ÿ4î»$àu´d½Öîx Wüv"Ö󤬧Ї‚õüÝ=Ó4ÞôƯíê}•Й¶œ[Yðý>Öœðscë—é#¤,4åÅô\G=ɯb(úŽé*ööÊg$¤¼9±ß­íbMö•Ü´KV™]¦ê¤)³{ÜCoç³´ØCŽ…¦x@r;ȱKÞœòyk;áB“¼ˆxæÔKˆ³šÈMï6Îäd‡jÓ𻩆Îý¾…tMïMú­0£úÒX"1DFy\Ó{(/ÕŒDΤ„Ó-tÌ÷Z7ö`¡£<$OšI®¦¦XBl‹Cº&ü£Æ¤ÆÝx;^EÌ;É^êÉ‚\Q1tÑc³ÉÇÕê®[…Thj”í¾0ü>½“Ða¦eu§`-§†)–§9ÞÔXS|‘˜ÞEö¹t‡8UA¤I4Ř©‘ ø¢×1?}OS}ð2ó Mñ®èf覗9³š»Kz®Ù×<ÂûåÅúÖ'˜×6*!5 j†žß'ø!ûÚµJæÊi׋ÇWVw‡³¹Åî^×½:¢±èÆ‘ Mñ·|£¡ø2õx¨MåœuÞÙÌùö; -—ä¶„¦„@¡>y1Ïð>ð.d¡Iž`Oا—XTzEv‚ì3¤´ë‰k°Ì\ˆ¦tljy™cß~‡aÉ iù-ÙËæäsªì÷MËϼA~o\q¨æ¡I?”ÕDž4ÅåÇ9å³çå4h 99gÞÃÇ|¿œGpE 2#ûK­‚gÆ$†u"ÌFÌÖ&˜=ž» -)X™ #+Á§‹ðMƒp1µ«ž…à ˆºWG§W+Ðg¹%Éí–©k¢ºGïoTiLãÌ.‘=NŠ1L(!nIýJB€[r¶¤Ú›Šz®AÔá±N@$ìSõŒhP@|ìF ßíyp}‰J¼-ð•ÛûU\¿dê‰ebŒÏÚ™ -Ê5p·ñ¨]é«+vUËì •¼èWœ‘ŽÊÖˆQ6ýLù.2"{xE§S=¯óÜ‚Tù^8鎙¨¿ÁŽQm‚+½÷ŽzöWðI¼OÑƞΛ®iÙ­1!}[÷r9ºˆœ 5'ÂÐa‰[`6äÑ’°¸c¡àÅþ(‘û$¹wy·Çg¦Ñ+äËÝç¦9$Ìl%t`wXLpÿ“Ï¥ŸÔßé áÁuÆú ±Ï޼Œ²äYǽh…ï²ßÔ*xNÿ´0s[éhŽ·\æ+|×Þ9ðï¬uÊv8¿ÔZ3f/ŸpZðêÏkÆLº@»èkf¸bxòsq·×g]é`AZ†Ž |ÖÓB»üí txपg¤¢ùZi×z|Uˆúð~øyOò Ýc¹ÌŠý½„ÈMJ{0[ -´ ¥X’¦mQŽi½èŒÐgHºÂ/î!…„ˆVÓ$/*Œ¬ä,ÝR©ˆöμ£@ ~ßaP÷)uHðüƒö¾¾<à‡VÄN{d‡!y}ïW…D¿áK-Qó-&N½¢Ó©ž&¿¬ Ö#C [Þ=Cð±‹ÊêPÕÝWøÁµ³ -ØŽ®µíh óiAZŸž†*îà]qPqëòÆç1³°¼%ptG”wø<þþüE ³üîL$«›·½ÄÜ.ª>GDù€pYì »”AìÖÕO¾]ð wàVœ›Ï¾eýyŸÏŽ!&Z”eŸGB4 ÕÓTথ„vÅî|î”;’?Ì«M–pBùŠŠ’›•T¾p¡¤Hc1èƒÛÉ2Š/Z íß@Ÿ ûPÇ}~ÅÐ÷TAêô2-ÆBÈΰÈ|Ý)]ü”àV/Î{ízmþ=Æã‰ò‹’%HÜm* ¢1$˽`ÊŠV¨|QJ?btG¿9Ž|ôà]ó;¦ëLgl .ûæcRÀ9âÈx†\íZãg3¼-G°ÙîÏŸ„'šòX錫ŽòÌb:+™øËGÔ' -Þž-Š  KjÞa_g¼w¶:3Ùtžf>:M~Þ±ã-[þ*õÐRP»$jrŸÊ*á$©¯£ÅÔøÚ…Á›R£}G‚ "ºÞ6 ²v¼Ë¢‚'#Z.fdÆ¿ã]rJÉŠ¹÷ib~¿©OÑ¢ÀŽ-Jƒc3§V‹Œ"Îožj߇~³[x’ý8¼¢èu¼Ú¦[=v,WVÖ–?ûF¨¯ÞvŒ`á¼-Hþ_çCönZØñŽ r"Ò"áLÀ’hæ¾¾äë|;\Û]´ÄÚü¹â’<ƒØÁêr‚qåwÚ?ý\NEOû<\Ú߯8Ù5~ÿ àS—à§èëáôüo›!ÿڞÓ™Ó/Ú‡# L¸®yо ý€\ˆöÄ‚„Š›òŠØ£w¹» ¼=»Þ<­9šajãZÖM•o®àiá·lîí?ƒ7Ý,˜“5€z8´_oÔYLJߦa*aWq7úŸH§‘•Ìø¶a}Š$”ù¶¹V%ŸC^ŽÒçƒÎ çgÀÇqÓ{šñ¦O ë÷$¢ÍØãF‡¦GTóz -¹p/ ƒ¤€j<ç¨AÕñÚ N®lˆ!W½'ïàa`_^ר¹ðê¸'f,˜˜T|9Šƒì¢£^œÿ¥³0óÐÎØ® ‚zfPÌ>ÐæMÀ­'Ÿ¥õ4óí”ão':¨ó…&f­Š›žÕZ›,ËÊ3÷e¶®´óM‹bG0êÆ…ò¼ÞÖ,2ŠB”´¤â†`Šss;Øw›d¾S0Å žº_! ÃMá¾PTÝ‹W Þ¹²o­Y! wkº¢fëàäô -Í Aû»z;úxÍ-4¯±’Ì»—4Îí©sY¸”ç×¶“k¹jm ÂÚм.Š{SÂëSOô¾½‚»mÁŒøŠû*Ó¸Ÿ4Aï8,óœ/Ъ<Û6…ÓñtôLeÜÀ¿ô<ù¼æíÙ3ší]^RÞð@L,É<û½È õ0¢|Ü®]·e€´=Çà]yTÓuáÙQ'R!@$æ -žAe¥«„ÔÙ«ÓíöcA5Ñã÷K½ZFøúõÖ!Ñ9bµ¤]£wÇd‘–(Òu‘ÐIÕ’# ߎвa€¡›xéÌÁz@¦ô3ò⃧£b¤-Œf'û[ø@žik—ÄÕæH®ºà-7*PÏAò'QùÕsžcbi1žzVݤKU—nº¼Ûšrwj˜z&•(ýVÞZŒH»°­íØÊÑýøUs:G'­6.–jßÙå„ßQ2ÿ—²Þ ˜ýšÆÎ÷•Ž[°NúJ7lËû°?tqô ×®èb¸› ý“ó#‘°mÍT]¨Ë’"¡þ·ð+mëìÒ¹–BŽËi³eü&÷Ö£A(mƒÑ¢ì7Ìd[û2*Z»Q¢,½†œE¹ÌÞ)SðNwlÈ2`ýÚÙ[`Ц«ÿS¬#=G©¹¼æ¹Ý?2Ö‚ žù†çÌsŽsôº¦^´‹÷îv)°Ú1Ê]¨™·˜Ò¿Íâû×]/²g=9æ"°Ï.^}*ÐS)?w'€2HˆÄ¾­ÚYül«Ö7×;:èëvwØãb¹òÐÒÍŽBuêDPx/¬4«õš—!¢ˆ°œž•@Žƒ©Çû%óò¼ùfE9wq‰ÔÀqëL?v`€fI0䃹ò š&Tš*¬xÊp9õH©L5ì€Uç‹&ÑûÀIŠyù=í¼Dl廓­ -­¹P£çÆ3ŸðëzÚÔ†Ò’sf½ELŒÞVSû °~|Þ…8™+·Ñz7zÀeOëÜ P=6>óñMÛ8—iMÕÃk¿‹GD›c‡f!-¬*ÇsòcójÉŸë†fÆvI5 Áº (&[Ô øFeBk8J”w!wçüDu7 ŸÆÃëæe:ŠÙ‚ä…îjžœ’‹ñ"øVC!.º»}-rSÏ”ÁZÖ®ÉQT8Ï,ôZ»Ë¼k»º~À<²JîU’4:ZMÐ.,™WWYì$|ÊÅ«QÆ¿+i]öpŒâ³‘º;å–ð_&E¬5ÕóR¸ rÐøÆ~>p@¹#²g%¢rQ<᱿è"PPVLmUƒ•S–„)œcl-F¯ûú¬„IÅZ›êxv X|¼^Wïƒ~ygÛIµ,h—c²KŒj‰V~ìíöu°QqL~­5ÞË]E¢_M ²3¤îà3*N .æŠ+ |cÇ}¸× òâœK(Ur÷sX+^ZõæÐfh`§¯Z׋§†HqÚeå`Z4UyyL<â0:VœÂn5!àÖÒ5ÊÙC?T~\ÈÉC+@ʇt.ß~ØÀÔ‚ÞÚùÑÇGŽ=+ƒáå^:hˆÿ”av„æ}Ô®Aw·Iw/ׄšÔÃgHôd1Ÿ½M·šh¯†'>v»¾œ9:”xUñ\ÁânèØæ$’PQ'y»ÇI&¾„r2ïSšºW½AÝÞG¨Ñã4;çð´oQ99àrd*äYЈÇO,‹h­è€nÞ-A]..ZÁ¨²¿GW5T?^ "¦¸ˆg}âå5Î[í_F¯.bôG5#.é&é¬Û憹¿.ˆ†1†cJª§ƒeökmô8º’$•_½ò¹SMj˜Ù0c»äùÜýyµºmOz*Ù·­½S9–ÖÑÍ)W¬ÈÝÚeø:ž®`ϧ÷ˆNKçE8 :ÝUõºð=o[kÌ[Õ;gÿ`éø¥¼W«1‚Àíú•Ê.éš.¦%¢­Þ *é£r·- -r\eàV€ökUË†‹ÕHN§Ù]¼Þ«ÄÔ´0¤ Uû—ÄFnÐq˜©¥lXP­tôýBÕq¾ˆÙh†K†@iKwcOàÂjOð‡ýºéT³—j”7"ö SóÅå8ØÝKöX")˜kêæuEøBW£m$æüÑÎ@›x¯š„þäÝú ‹]pV?+rCz†¸AaÚVŸAîE $+p7»_»˜VÇΨvGNÄ~:‰Ì‚nêÚl,¬a'ó⤴тä€Ú¶+exƒS•Ër^Ó6_ÑYÔhÿí'ldju¬>e4CFv ›‚ÒB‘L·?«"©oî” 9šjê•A³–V)ÔhYr@»à0dBßÚ$¿¤IXb¥efLËDÇdÞJ›‰Ÿe_$Íy–ÒчPdèäÁAÇXy‰öˆª!Û¥¤ÞIIc[¨;.\9j],¼ûÙ´”y©MÑ«I Wç¶óU­®qUh‡S’£ú3Ü$LÛŽÅCoýÿ}QMêP„ sû‰¬^«6º:̓¡´nêys·6ï7à_K_©ÌÄLh†ï}¤3º ²˜ö¹×ý>‹ HG¥Ý¾÷6e÷)ån]oÝO(—®á),£•ÒVJÓW:4KÂÂC¹ú%4Zä;¤Aë9Ô Ü‰¯™t8R]s£Ö¦Eºƒ“{4Ôßý*ÎÆ0 ð/c¾.¶Ûö¯ù0„$<$&çá„¡OÁ}&îÖ€éiûDî–E -¯.R8'¾ /V×nCpNÌ(³ñnV¥Ïâó Ð¾#»$å}ºW´üQ«µáMþyA'Fª(1 Jq“£WyZ‚㘮/ÛUXƒ¢A—ïª0éêÚy®³û€‚®ôæa&µ#%eQ23.ÚÛäE_²”¡G¾Ù:¡€wƒ8CY”nG4 Ó¶PåEÆÍs±Þäã¾LBáCÕtgí¸ìjk7²#…T­Ò€´6òÿSë~]=÷…å;€·1Á£öV?OIKërǪÍm˜4`C¤c¯JxõÚžŽ ‚ccÁ‘à‡#oÚ­ìÔ[Â(Æ(i¨CÂÜ(&S¾KW«üI@9œÌq ôâHp)Œm@&\껆U®ÏL&Éã²~DÜ6}ñ¦zlª}ðs“»žêzBã¸><[eøÆ|ÝÈI÷¦õŠyìËé8Ȧ54Ä·€ï>[ºX. xµÁJ]ñ®#‡°vVë¤uͽy’„’A8&2¨l±hÌš€¶*ÁÍÿM6GŸëÐÙߤ£ø( 5¶q¯uìÝ„í¹e¤t{^`Òyký:ÓpcÑ•ˆªhi³‚»(°Gt'ì¿êŒÅW]¼ÔGkpݬ^Ñ÷ V”x—©ìr/*ì‹eÜ0™+òÐnD#¨¡ QÑ™¤;rÚˆÚuïmC fôcÄbºý,•ŠãþF@O“‡ô$㬨QÅ{Þºb9Wøcd"p¡%m–d¤"°ò§— úf¨ðÇõ+&L‡5õÖ‰u*ýaœGÓ„—¤7 FEµƒžËXTê;))¥5%ûÇ´9)h¬^ÏR]­Úpr&1+3ì5¯…Më‡ÓÆ?RÄóˆÖ„!ØMúWB¹éÀ×â§Uw¶´¾£ô‚…,6z¡÷2U²Süï<šW-Ï>uŠÍˆƒHõ’Óଊƒ—¡•StÑá²UõˆXH×9Èâ “Šëž–Õ˜k°ðÈŽ®ÔôÓä&¤§K©8#7.xîÏÝÓ!™éq“P/}pdi`Þyˆ®ó\Ôò-(ÚlU箃´¤¥K¶!—b@Æ ½&‚y^™˜¢asib¸š–æåãŠÕ𹂡( &6ó™,£ÓK½×Lò§loóžDôœ¶Ã×J±+«âUË¢q0q°9L‡B¥êÖ–s°¢¤mª¿WžŒ@­bǵ GÒF‘2(ªÁT„¥s‚3‘CÁ÷JðÑÆšøZAÁ¼à`ÊØˆ} ÛL7?i¸ -u– /¸ŸrÛD‘žbÀ: â -œbIaYã¾+ɬ«|x³’Â4 ¥%IýØXþ@‹#hݸ5ržª“¢øÙY½( ö17“a7#.²j^e†-ž’¬6 6UV\ªR…QèPˆ¥<6”f‹ò»ó(ºTà6;¡Ý+Ⱥ¬Óèí½lPØtd–M7•Õß·¼æþY]®DTÎKëÁVÈ#‘Aó˜*ó™Ö`:/ Æ«íJl8`Qr¯ËlÌ£u+—ôÚóyWÉ'QB‘Õ¯<â²;A·ÝÜk[:¶cŽkÄšÒ&˜ò -Ç„MB6±‰+ºGñÌ{da Ã±–:š%½¨v}÷tm±"‰xåã¾L¶¹W‚i ш%©Uv©…Qß!ZmEYVàÈñªRÚÖà]µÞs´âTêFÅ»Êã,¤x”Ó’!éuF(Áö²ý†xwOc3ýàÈæ&O1¬Ûðͽ£Ý~õ ƼCm\—W×YÜmD–›]ìQ©@v€¹ S1ÊH§³Q¶ˆÌÃYk8‰%OªG¥9U]6¯Kq6C2ÍÈÎ’=Öo Ê6ƱsW­÷Ò‰Me+ºÈ¾ï Þué LQ`í -Ü‘,¦N‰Ç7`2y‚¢9Á&rè]òOešè\$ÙÈUµ±ÿ¿Î»…´ŽMŒ6\ZÚÐM£jhæ*ÕÎÒ¯á:X7OÝ0¯æ½_Ò‰e5'•Z•è ñ3šÅ[¢Wð¸ya=Lo8п„}iimÑ -Š>YøWÅ)þãÔÏqÌ"_ØV’ Æ>èxœ—Qjy„ÇÁ5-žn’S àêzâ¬*kW±ZNCÛCÂãæÆƒ é—˜Hì˜jMØî ´@.•†ÅY°í‘â–G¬¨±ã*Ô剂@RÕšÒ¼ÃQ‘ÞXô¢(Èê¼¼ª¯:>:âuÄM¬ïUmªÑÖbµÁjULÁš¾`Íwç‘u‚¦JeV\ŒYïÊ{•±X¯2ÂçÌ<|¼ñÄ Œ¸vÒ1Sg“˜Ð š°Æ~êÖ -æü¾,Æ;¢y¹y1ÞiǾBÅÔ‹K½i ‚Kô4¨Áwîõ• “ö B[$=r‘yòóqÛ¢H W+H=€^r–—6®Õ<¤pγnôÚ[MÑŒi;©ŒÒ"xÞž!RWNÁ".GMšÄá~Ç.ÀéÁ¡ZÎ;á„ÔŒI ¸±ÞɹZ{´ã²zƒçC¯/1GwGÆ+ýî­P@æÀbªí¯MìÙAÆ-Rûï•3›0+Á?2ïàj„Å…’’M m,(7¤ÀYúâ´ë—Ù„É^löZØË¾µà޼ û¾¼™í¯ºYÌJ… k0O×w.#6Ârí~º!Ö¥ùp5îÅ0 î[e “QÁ²©… -%÷j< KããùÂd—têETiĦL3L]‹ðâ±$‹ Yº¶ƒ°‹u+¯j–³IÍÙ©—‰…3®£7£Ž× {´#ä™:Y¸¬ÙuN¸œg™<\#gꟜ!Q·V‹ìXR†ÖèØ©&ðªŽ{é°ñmoמyþ{þý­³µð}ßþþÙ_ßþr÷)oïŸ^?õz¾~~zÿ¼?¯¯OÏxûöÓûãç?é«zûûó·?}öøöùñé'>öý§ïùöñÜrWÓËÎ ÿûñ|ýôÕϼ%žõòÛð‹Þ¾{~|õxý÷ñųoáå?þÙ/žÿíúï§o?ž?iyû«ŸstRW}õé)_=þÿü¹Z<ëÇç¯oŸ¯÷?hÀWŒÔùÒ·o¿úüùßçïß?ß~¼Þÿ8‚^q©D«GŒÿ<¦ÝÕ÷„uÊŒîJÂFÅ_«Ò=63Kt´1ϬZÔß\óK*ê<ïŸoAn&szzã -¼ - -ëþo)5©‰‚ÿÓ•BЛiŽéWNèy«éf©#ŒZ]Ýl¬»ãu¬WՃͦÖÌÜ­ŽFtŒ|HÑ7¡(Òé5s+ÚO¤·xÝâ‚WÉ>VášNå4†£®)ÿW‘Õ°½ßŒ’"6ÓJÉÿBÕ/µéeV®þúµf¾ïçëljâÊ:’~T™#%%)Ň鳮0Ôòк¸ñá­œØzmwLî¹5l¹’ŒÜר_~‡Õ!kWW$!YÖx{TDæµSIu&ê×qý—dÔC©Ëöd¬ÞÙüÅ8œKwÇÿ\Û•”âò«†å.YCqÙUh:ªw>EE*¬P8fǪjóê ä0fþÔyˆ D0""4" ", #€D!‚¡¡aaá”ìPžgš»D "Œ…ƒ Lj€D Aˆ`D(DhDDX@8F&"ˆB#B!B# ÂRzew2T/dž»t¯Îo’ÖÉ;%$o;T¾<æˆHýZCQÙA;´Ï¢¯B~#æÙVõ"‰?äär -Ö)A‰%¾½}Í­a¹KÖ°]qÙU0Õ;ç:„¢"z7a0aéìÈb>d$™íËè|D,®!žÒ>loFsëWî’H–ííѨÅ×.„ Ƅ„¦³!‹ù’D„„cD`"ˆ D0""4" ", Ã’íã{¦½K"‚ÁˆPˆÐˆ0ˆ°€pŒHD"„¦´Êx2ÔÏûÇSMd¿ÆÒ5äãX&[dÉ굎݊ÉNÂ@Â"Â1ßµL{  3’Ä|HI‚Á€P€Ð€0€°xp J4;¬«¢Ö.BBÂPºeŠÅÜÁgµÕúË×ÖOQ²¤eë×:–+$û|OE ^&ˆ ÂÓY‘Å|HI’¼Fÿÿ€XbjåBÞèªj{ÙÝÿ§6uœÕr %H\ç÷î­7:ÐÌ•ŒúM›…ÔŸ™ÿqHÐFÀQȪ[¶w_mìvîÙœO-€D%m޳Αf6t{¼ÍyU†eIвÏ$û}w£lÀß? FhÔƒ -añ—tÔ@@ÔB¨5B¡FhÔƒ -añ—rT€Â-ú½;k¢F¨A+gzo î»Õ¼ñ#·ôùpå­|9ØŒ -éqJ0]>Õ -…Z¡Q+ *…? ÑïåY0½0ÿÄù¨ˆA¨5B¢F(ÔaP!,þލˆA¨ï~'nû‘»þ÷½[´öŸþþ·?ýöòcž./÷Çí~Üï¿ãïÞn—³Æžðôåår~ü5ßåéï·çãí<ôúòúíË»ïΠWI}Ïÿü¤Óõ¸¿ß¿F½¡loƒÿÇ<}=®·óýt~ûë‘ö\þš§óóq=Už^¾\·¿êsZ¦~Í¥íW‡©ç¾çëëÿ®Ç\ί·ÇY-/òòžŽŸ·ãëqz}ù~¼ýßaå§\Îo×ÛË÷óûåy¸çôöVù©1iõc®·óŸÇCnOy;¾Ÿ¿÷Ëñz ¾̇ãëùËñ\Þÿùx{ÓxÁó‹ý‚ÏDZ¼þNÏ÷ëóûÇÛýùôá|¹}¹=noÒoÛÿô{?¾¼ÿ7?ðåôçqÕÙ_¾½Ÿïo`/ø¿øk¾Ü>§ãçëqyœï—ÿ ¯VÿìK>~;zÛ÷ãËËë×ãþ8Ýî×ãçŸöŠü7Þ}=ÿ~åôÈ«ØÆËpdn 8_TVžЗÒÍ㥸r÷ Þo·ûóq¿üz¿:i=¿zU/ëLdOÇñyS¡¼K'°mŒhU›§µˆIkráËãìvéýÞ¼q¿)È'ñ2¯y;2÷b¥{=ø+*:dx¯&éñdo0P5oŒ|þܤ5B”šû8†õå©°ÔZlb Š 0 š5áW©‹ÇªÚÊñ-§UW -s¶§5/"c¤;*H]²ç‰¯™¢£Ý„äÌÈkJè€;†J~h“ªÜmuB¦ž„Œ8'{~ùØnI:ÊM¨’Ì /B]â?R€Å„*¿ 0—^—›Ô,7ºïYJƒ¸»£àÅ{šŠ2¬~ï·‡—ä· a #uõÞñ -S$u¢;–ìšTóéÆ\D£!Ê+±lõ1˜ôA¶#R1Vo ù. ëç—pÌ7îÃ-Ó|jŠÈ’ÊÅ¥|~}\Ž;Ùåã/‡Yßœ\$êpÉUS=©±mÉŒhà€»´ïdß;0ÉT“ê†Üúh¦[›0wÍŒk÷PXv$6é:ìçKGZ5'Å­ý@Ê=õgOR-ÌRǪ̂»oô࿾,ã¼H°'è ’=¤· G I#¬œ¬Ø|”ôŠžbápǃƒøb®|aóMpfye”÷s0 9\*:ú(V•fzºÙ‚ßa±“Ö¤ñmyÇ• }Š+cÚú±¸µ³|©@zþ}>äóõ¥™nEvháwXÚ䊰rŠÞü-d™–žæ°?¿´nÓÙÓ¢Š8Ùq‰Ç–ézвwº*ÛÂYºš>¨ÓsÚEÌEIÅb™®Z!Ý“%s,ÐQ C3#|LfÀdã‚*EhæÊÍ·ÅÖ¤+G¸&ƒ"º|~ ¼dŸµ¤ÍôßP¹;U¬#5ˆÌ˜—ím¶iŽƒL-¹Ñ¨äéõ¢Ð0;¤F3v¤ÂŒ–lŠ¡Jl‡âÛÚÜ–iHnX•ûXÀ̈rvÀ·5k,‚€BwÝô͸p¯n ’L eMëR„v.ÝÔâvÜ(‰ -å#÷uƒÞÆŒuåÞæ'‚ÉÄASeEéåÆÌðî“4sé¦v;[DÌrè›{í>Å|•qIÉùɳ`»ZÊ’ß»ÍfÖŽ×|3,›7¿B^Úæ5ɦ„zÛ·­»m‹P[òèM̈}ÓI%ØúÞYCT Uò}ä9iø®2­n-2•²Ôщ8Ü⥯áq|†G[³QQæUI¶,3vgukíÚÆ$p)FÌ…Œ‘–{¶5êÊ•êIhSòNÅÒSŒ,â–TeоsS©ž,E ª!Uc’ïjJI(?äžÔuUîGDÑNEIÅÒCØ7YÕCÕE©¹ æH $Ç›7ÄL¹12Þb|FKÛÌ,E™U[OyYpª”q¡¹'ÉE) juW:Kžjòè‰ÇiÒŠÿgŽdImî”D¥¦Â ÿa+2àžíõ„*adUMÝF«R¤éØŸÒF÷P G@ŒþY0è. þÈAÑX‘. pÏö ­“¯2Q·MË¿©ˆŒ Hþ%¤MPȶFÈÿ7 R)UW²¥­9Ð¥’#–Wj*²-‰­,W'«Öš#~tLš7fÈ–v¸!”*iàf+{Òåò%Ós£6NЍ’›vgÄ&åG Û'ÊŒ=o3L;®iQzüæpD)SJ¨Z,·vÃx1,$–GÓ&qIféøRþ©—±U^PÉ$j4SÎM€6wÙk߬.-Ù2—mÕœ!ûÑ0þ‰á,¯KjŽí‘ä°‡†–\²Gà@ÄT–WD”+OL'µF3Ûʲ©„.éK¨²4ndF¡kÊÞ{#O.7³zap*JÛq /²‡æÈ]ÕhQÂu)RzQ‚8ë®G’ÔKƒPOrSÀÓïT0 ,?USBW¦ó^´Ö‡¡OJ”—%yi |áÚÜ}gb›m9äBfÖô_mt³#¤íÌ"T‰XN¤¡Là«É=èYf/Dìií,½@Q†Ø[O~4³K‰ÌîN ´(UµxƒÔ•ÛN=Ie3 ó1lÁrwÄv%ns =72Ö 6ÿ›Ð¢ƒRA:åeIÕšj:bÂM^G]U.¯}<—ø`±qo]Æï F3¡k7b,yS S›iPìÄä¼myU’“;. D…ÌM èÇêÖ\ËÚ]w›Aˆ3>rvˆ´v6¤}´%çé1¬°XöÀéØöøÍŒÔG¡‚´ó™Ü"û=ôI€6dX1°¾Ÿ+qMô|æYI—©“rÚ9©Ã [G–_K†µ¶ Qs·È BlÔ¨Ö’6R¢4ӉؗŽ\#êɰÂìbÇ£eù1ð¢ Ϙ"²ä—8Ù¡ÑB"bã?éDèžÑÒ„ddS­HÄ‹²k™Î£ÜÁ*c·fF”e:…9¾âô½ÃÍI ’–˜]"^Ÿøó‚’Ff@8s¶Q“U"øC¢@—{¿H+‹!Ú9©j¨¼Žäψmª’ØnÃó°V¹l"áqߣÄT¥™v$ÿž?ÛqM),pêH¸$KاA‰dQuÍÖX·¸qU®NF@h]spIn)G9…YIþ;ȱšÑ!RRD“ǫ̂ðXrã<ÈŠÁ -„•B/Ú:“E—–š½kH¡RóO‚$7w›(Zô÷`}˜&¢E+úÐÆQiÄX3ÓçÃð"|ôì‡M’—;Å"Ó°ÆRSÛy ãŽ&÷;¶á 4…aÅl3,¶›"ãvœ,tšÈã;‚_‘Ž|U?b)QNAFL#Ž&8²ò™Å4t¥i“Rhï÷¿CXå -ºðït2¾“#îïñ»lwà³€býõ¦j2\–%lÞq`ñ+9$œù,ñ"PÐSþS„äZlÕІ4þyuiHÉìuÝŽLYæÐÀU’€>ÂèªRÄ®/ "š¤OH1zbYKnp# 5#“0Ñ—ÖåÉÖ›=ã(æ Z’-ÀE‰»lów³vIŠØ5'Ô¬|¢ƒ¶Îè 1Î%†C$DÊüs æŸ#ÙKaB‘î ÑKx¤ÇY‹ŠKXtðDŠé÷B­ÃÁÝ ÆnÊïÙÑŒýâ -ÅGwWYŠÐŽo‡Ú‡ƒ33ÖY-вì"p4o}Œ_ÉaPžW“‘a¤Žø}¤ï,‹ãý“ò?x[“sÐ‘ð…ŽŒÒ¦¸zì§bÚÝ“¢$3ÜC`ô­yI¸-rðá·é¡H²#-d OX§¢—–)!²5܉­z„cÌD’› r”7‘~)‡Äüs${)¬P$˜81VþF+rsïHe¾ÀŠqÀ.‘ã̇ÊGÜ%:Š#T"¯?˜,låX$]Þq"zbVb£¬ȈžF¤.&úÁ99™àÌ-Ž”œ%õ.Ó --ï!3¬Òû$˅¤Ã!z'‚žî+±M#s w!“Š$w—Áj™"è×é¢íNדÏÛ­0!òØzœ{Žù Yý)5Hon F#h¾ü;´•æ&Ÿ»[aBâ±9ÿIV.(d³ô¥µ£àß¡õ£‡ÞÍL(c•¢Ô#? -ÞXl"Ø¢Ø`ìai~Ú}œŽ¼ sPœBšŒÖÌ++r¬D²¸ûXVSª5ž{ØZð×ãn‡ÒJ9œyû¡©Á;XNÒ“–¡mqÐ4ÿ7Íä`%ÈÔ ˜ OzÓzf°Í¸cŒ%Ÿ‚s=Î>Gº—*dˆx£è^´Áôûˆv×Pmk1І‹*ï°ÈÊ I$‡ Ȩ́wµC‡ñcEô&X“#å Ì<Ç|÷RX`ÝÍmâL?Ã¥Éô -gbA$Mè."G-&àçZóÏ‘ì ä.(9Fp4·¦ßÄ@»|úÖ¨§Ð#èìÃXFæžvŸ-®G@”»€öš•()Ý álA9’é.rVJÖ©ÿÿ@D5©@2ÌmïKªUm@ôoŽw¥Kµ]Šf+Ñ6}H‚Å\÷©~k¢¢¬ÓìE­+ËÕ÷ït¯÷?ÎÄ -:¨ 'W!Y3³kDÒšd™è#Ä2U<*h)+êJ^VÒß÷d“þA† -qÚ¬ªà䟋Π°’¥PI¶ô×Þu³ Hì wTƒì~A}w#nŒ¥7AuïØ!î~†u믓¢ðÁÙý‚ú®ÆåÕ‰ h7Buoü‰áî{îm_q€Æ5NlB»rûh‹æoF® Y¿­‘­†>¬Av¿ ¶;†!î*%7FÓ› ú'†î~±"$`Wh•ªŽ¬‹nF?TÇߌ¤‰²pb>º ½×@"eŽHˆ ð­ÒŒØX¬3’“ãÓöÈ0À]…V -QS¶úîè»?³21'êÿ°'zY/®—qƒ¤+Ú¬280Åø¿ØÌ*ÐUƒÐµ2°¨+г8I™{89Sߣ›ôîƒé|AÇ Ï*­Y¤ýâ*ªIòš‰%[q˜þËõÿýÛÕ6÷±—ßÿõÛå×Ë—\žß^÷×Ûëãécûôóþ|µµû\¾¿=_æ“/¿ß?ß~Þ_åŽ÷·÷?¾?~*£ ÍiÕÿèÛž^n¯÷Ç?¯þö=9óª÷ÿq{¹__Ÿ®Ÿ ÿ˜)þÃåúùöòTùôöýåöóÄ>{çë\Úñ"'­o¿|~y?eßÍóõýþ¸^~ý%¥™aÈW]ž¯?_îo^?žÏöÍO?ýà;081w¾{^^î×ÿß–u¿Ÿ·?¯ßo¯Ï¯û ž¹lßóòéöãúývÝúíöÓ<¡¾â¯ð"Ä9ßêËõõå¯ëÇ—ûëç§O×çû÷ûãžyÎN1õë.ßïŸnO·¿ßoÏëëóÙ}MúÔkÝöå׳ÿÈ?oßßÞÜ^‰÷×ÄI}Ú7½\ÏÏÿmKøÀé:´—¢Þ‘GhVp“K\!)º!¿6  ùé -EÙ1zE]¾GÒ”–6}בC8qgáO‹ô¬k…ïå -¼·r¦uÓ É“× -Ól4ÁÆj,äÞå?PP°‚ lˆ`ÃI°QM°1„˯6àpž\й ¿IÆä–ùs/`ŠÇ}»^PÏ€–õÃd¡º˜Û]oæ®qÊ©ëঃ'ªÊ÷p®s»éØC·^Èïa¬EQ„)S²&”klÒÑÿ¾Þ -Ño¼Þêç7DGF‹Ü¿Ô#RCbÙÊØI­º†e‡Íj:b¸ºç€SýÈíÖâF)ó¸L‘*Ø(Kú¤É7\µ ¡÷ŽgÈ]O=êˆê˜» Ò™ ¹é1YÈ·Dú»6Ü5æP–Ì€½u¼H ¥ ¶!‰ѹøø™T4…Ð\æµQ8b®ã¢Žå‚zNe•ÉýRûã2fBÐYtŒ9nÃ:LÔË•7Þˆ33Ÿ2š7Jhz㔢@ÆÐ^f›Œ‘Ðñçƒû°¢%µ@%n¼X—y¶Y-¯Ëþ&€­R -ác;Î!ª¢íAÔtA 8Šª7¶Ö©Í§åzÕÌ Üþlo qº0ÃÇÅà;>ÉÙžiò´B¨âÊ[ ìJøœk‘FÂÇ.XWríKFÅ×bº!XÌ2H }ñ•ÒÐêЄ+/# U¼œÇ°M -xÔÛXòØp†¬FiD~×÷9()ƯÎpÓcK‹ØÖÏÀÚŸPEl«’@&7]ñýÔX$.Y?»€ºG™kGêbXRµPä>V=BÄÙ3@«#:Ùšªl¨ö«Hœ­¹GrÒLŸ¿m Њ(ª¢À¦"½Ê<6:lFì6Á-—Þ5®a9J¦2ÙMäXiõÃ~äîs„“‘ZIpUu¹ï:=J'$tÃK[A)}¹¦”­Á˹ÏðöÇíã„<»ô«¼ó/ôñåíëë‹Ï:÷·üñzï÷¿|\¼¿}üò_ËíåâC Û£®D„D/®·RA6ó&©n:†ÔóiR!ç+¦-E]m¹6JtxÕa<ºÞ³[ÜÞŽKêíÝf'Ü€R‘êš^3åUÃ,IwSÄÐó¹ÖeD cå]ê„NÀ d3]›5ˆ’ÞNY—Ž -ˆ[Ë@â4¡±Ê–#‚a›YI 3Ã&p·Vé€N ]P¶a¾ŠVÌ#Æ*z©ç‚&°• Þ GfÎæDq¥?3Vj¹Å©}òÖçLùÑgúy2J‘f¼ÁÁGšQr‡DjZÌ79ç -žÈ9<ìýíãþ¸ÿy[ì6N“û ƒjîÈÕn֜ұ¶q6¸ª8?vYˆ¯¸‹ ö;™\È®fš¹•ÔÀDLOÄLÕŶí#3Ù,Éš&mXŃ^AÿX³e’Ó 3ÈÄJ`K¢fü®ñòs¼t‘‚ ¸§d>߬ÅG$& -ËÌ5úÄÅ*Y,'¨CÖÆ±’BfÈU <ÊØwÇHOñKý⬅b2…qÑž‡-WICNVfø«ÚóE¨ŸdÓvæ’T`–9¢“8>Áí·ÇéSÕ“[š*ºë*ël•jZبªŒõj‘5,Ó‡<+°iÍ‚[¢RE䳫¶ï[‡Z…Åå,ÌÆ÷´š#8SUûµ¿T3æÜ×<•@g^žC©pu#w÷JPtÖ39ŸÎ]DR„UK·%H=áÕo·2Ž£vgÔ˜Ë"6%Ÿò–fú¤!K\’ê8‚L•k4¶#sçØy6ó=©^׎5çqî¬xŠ”'ãjNEQ œ•š[Ãb«•Žt‚yZ¯í†ôW¦»Û]¼¼Ï²¢¥(àîb hûÄ(Ö²l³ ê’u÷ÿP a³x#{Ó @b–Àj asO«í…á¤ÖU¦;¸>¹V„9¸L®Ž§r‘úõ¼j˜ù€¬˜º·‰©P3½FR|4«î,a@7krYÃV0ڈ槣>þz^-³¹nrÙæFÈöZ(JÚ#L«»ätßµƒÃàöÌ‹iº,c“Ýö¯$|»ê&wˆx«hT•2bBUË*þçh„A$¬®€Ì&ÆüA4ž -¬ÅàÉ&\X…*•Íxì®Z9@#²'Aæ¥ñ”‹.Ý'{•£‘¬•:ëÜ£ž¾M\åV.¶d È¿ÃéÔ<îì\™ÖõQu -ìµçI¯9;ë¹÷û’è[ââ¤$‹Š’z‰!ø–Í¥ëà<³ÑŒéTqˆµ¢òÒ-1õÑkŒ|F=%½ñ¯T¥ˆ­"ÑëÎE'¡ª÷1è›a ŒuTÈŠH…pHÌ) 1kÇ]9#4êíù Žx¶™8•=›†,ËÌðVW‡Ä̵§¥ᢒ)“Çφ)8púúqÆ>È<ø‹.æ–•†"ˆçsø,2n’’hEÝóô(;jÖCvä–CÝ‚ Ä¥)N@ò÷‡ÉkQœ³Ýh “OI6‚¾« :Y ¡%wÛže÷áliÅFB'ÉL¶ÈÖžæu¬øgÍ)ÈcµR+)[”,$–}¬°ÈÊ Ï˜ -ú©³¤n´V«!Cj—o‘O še6¿6›HΤXqŠHçAÙ"Y™( [Å49µ3÷ÖÎŽ^¼³"àù‚}ª0ݾ֧4Ò5}GÛ‚äNwoÕe@mãꈪZxfÞyD›™œÅjÓ6”±K ¬ÁQþöÁÓÁ‘fs¼¼Ïpʦ&ºËU boîéÒàËR>9Å_ÕÈN*Áó¡|h䵂Ža¶g‹³«ò"™Ù×lÄ¾ŽžZ¨úZþ:|\²#©pêˆÛqa¬£"bYªDv² ŽQg0\Èl¼¡µ²ÔÞ’ŠÜ²Û IZQÙÞz7°ïUV¤cô Ì¥E Ø—ˆÕË I.O#X¶] òfK¦Jö\3¬L 9+Š¢étž¸8šÖþQ:±Á¸Ï;‰—YÇ ‹PABGC† cNy]ÓéyÜ\“k²õÝi{1PÝZ›hCn°¹lt]]Ú ,U)\M6ר‡u~‹ÅL– Èîe5ãcZÉQä`ÂÒv [ð}×^þ“Øïf):j-›è ·¹bb°A MËß §{žÔœY NÙ½^÷àø°C«sÜ)§Ö†¢îù`< s|XðØ?°½v»¸Ë:ÔЈb8ªuÖý®j…Ó%ùðöl&r‰¼_ PÈÇ.I$ÎЙž”ÕpCk¯š9âÇ2)T¤Z”ÇüqhÞÁ zËÓ%€2ÚP&Ù§í…!k™t±˜Ä¶„àĹ‚¡f™ðPX”qµ#Tè{DÊ'i+ CsÖŒ ml o7!F€™éì*'-V!­0×-Ê.»hÕ¯ 9/ŽÌd‘,pæ€04ñÛÉË &ºwâ awEÐr´l'},ƒ5ÝçýbÊo@1ï,®#0‚Ĉêå„Ð+(˜Jy ™¡ÉwÖH+©¨Ì5Óæ€Œ;¸ ÀZv¢¨×mqa£#4‰(± š©/Ýh$·ÚQÐ -ò¶&3T1Yˆ+CƒM(mEÙsä@åÚ©I•P½†›!ÑGöF“ÖL£ JžX×2®3A©\ÃÌ6B©r#NÆ ¤‡¶óX¼ýeÜ“¶¬ 4_ÍQ/s  E_­58{›–âÒ¬’íQ:6a.²HÐ<ªÌt©fy -ùª–J9¬É„½[uDiŽ~ëŸkð¬güA2f¯¸Ë΂oY×ÐFãm|z” æb»Ö[®`F(W(+²#²°×銵ç4!:`*ìÜ':< õ|ŒÐ-JUÆeÚ†Ð_¹-«ÚňéD!ep¹D,°µžR›6¯c2áH5â…è…y‰^Ì´ž¢%_›pÅ0eÙ/FògFX™<ÔÞ Šå¶Ú‘UXr'}˜25IËeˆb27£¤*27|HÌ}&VÂSNˆpaåjŸ*­ìuÖH O 5 T'öÌA•“¢mH´ÊE9°ƒ™léCô.á±[PCÞ3–æS˜ÓÛ)Ó9zÌš!­ëâXS.X ôåÎâh8˜Ãe˜ë#­(óú´;˪]›‰WÙ=F# ±¶VÔ04ÉqÉ^¡IŸhn7]TË„Lfãˆ7kX©ð Z‹«ð€ä] P a«KÖœ§u&ûƯµ¢YfR0ÄôžÉiÕ{Õ¢®r—g8DöÙ/…œk™“³؆Û Ô+,âÉ-ÏÿNkr`aÅmG.›úÿDT³~P„ s›¾ÄkVm ôœƒC2]ê.šËÐJßÞS2¼ÚEâÿ7Í/j8l!YZe$IÚF#³Ï¿&÷²Y¶4fíÖ{·~P=M°^ORõ&k²g‘ÏY2%‹¡Ü“dý™säF²‘ñ¢Õa˜”…³5wß-ÍŒ achÅènî¾—6¤|Ýý5ÃöCícÝÈ6i|‹€ñ î­¸Éà¥*Vfe*å(7’ cmkÁNĸ£6âêŠc‘²µÂ§Hò ûm{p+¼q×ÄÖyHpE!ÏŒ‰âÓ̵=ª`šj•±Ô{ÇäiàÇRC1²6bN¸ -Ó76Ä2%q(ÊûòVL6.UTu°Ù™ø:³è”‘6¿•ls”+Êû¸M‰º'жFƒ•»å,¶O‰{2\sª1Q‘—9 eÚ:Ù —j¯ï©ã3W& —e s‹ŒÝq-ïôßËÔM´–00Ö‘s<ÒÏ«­•Æ[×›zwð-ÂŽ×F¾Å`Uh’XðHVL¤@vØvõ{^Ø >Ë$®–ѻݬ¦ €Å® Ó«Ëe£ %4 mÜŽIѬ(»3Lѻà š«Üv¢ W•7½igÉ÷@XªÚE݃Œ¹nd'f°:„]0ÿýAŽ‘V"‰ét·¡ÒVáÞ{h¦ã?ÊŠ™…ƒTWRq"=?Ö¼¼àËġ늑1fµã áwt¶CE -þ)ñ_ê´BÍuÙÇÆtq²ѧ•ó¸õ¨äD€iîÌ<¶ör̰1Wü®»]É£iõް2VÇ}ˆëR´H3XHî 4…»ßt±ï!é_fÞ -#Al﨩—Ræz* Sx9íŒG©¤2þèž4Áû‚¶ývå; VÝ6²«ï7E£‹^g_Ç âù¿èqßí^º`d¶úE[“© -’½†iºt߸Á¯¡cauä1±Þµ£jzR«‡êæ7E§Ã µ®Ïb‰Kªô¶.`èôÔŸŸÅoŸµø±ùÄ~[i—†»s¼3¿¿)Z?„jÃ@¶{‚xû³±B/1_j›Lª±!–Ô_“…CÛ½}»y?”ߣ!EŸË’뉄½‰x/•þbu8Ñ9¤–ޱºŸ*+£„Gˆy¸“q7¶òÿÔýoŠD°Z©Ý¸HhÚžåʃhnµ´ý&ðÍB4º_îÂj÷ÛÍYõ8NJÕ(ã´2I‡8ÐL¶ KNAÝL$;ÌÉÓ±uÔÃH…}âŒ"T3¯þÁg¨«ë61ý  FA´·zèÝe‡8¦Ê°£-*ÊP§Žd|ØÉ´H´âwIJ4Þº#Ò&é[þÏ7r_`G èe =$äaœ8p•Pdgþ9o5²ùëˆ2†y½ø†Pyj£›PG¬Œ§íƒzf?}9j°fÅ›Þ|ë-±)°'Ò2œ&äé!ŒÖ™N²—@šeÄ´Æ]ð©A|H$Á‘X‡(A}vàrë¨í0DÙ.gºUì¾y8“I ç¦òìúïRKF Óߤr=¦ë¸ãŽo׳ Í—º‹8CGo\ðƒ—߀ü†Yd`è9¡ºÍ…‰#rï;Œ‘tkQÐè-ç›´+bg²Ž% -wy7ˆeu -ç¸Ñ-ç–Ïmh®æhfRWGö¶ß0Éù»1!•Áâÿ Ù”Er‡PV pƤ»á »2³Fúö£²@" êÂòu½=WÛ £MŽmß.wQl#p N<ß,Uh6sJ¹¯–îýˆ±|ô2¥LHíŦw÷x.8nÛvÀ¢h­Qx3ô8WÂ÷ÔpYº;8^-­¤[wÖÀtbT{`ånµŠv#yªÔeÞáÞq˜º.$Q4˜›Ðå˜Z$uÚ@wcáôÒÅ\žSÙž#^N¬G¬R¼ˆ‡È­ÖÁ‚ÎÙX{QG–UMò¦J¨ÿZlËw˜vþ;ðV|"èC²S\RÚ¨ ÇYå-1sª½*د+’IÕj yyö›è¶{kÆ0Á”z ½é~áFºÉ&åÆI8¿ÊÀ@£O¥˜w× öiu†uojû1ƒ]Š®>â3åK„.ú‘e˲ç/ÞKª0¶VÏ0¦â½_È-øôª‹qƒYHÌ@~¬ï…@Èhf¬É˲IÐÜȨਆ¹I‚YïˆóþÖê¦[×%ñ-ØÌA⺕eë™r)a·í;Hoîf1s²ÔpE¦’xIù*ê1ŸÁUH½vzòšòþÁ&Û˜Þ|î .‡A$Žêô@7fÙîAׇ«†TïRn’wl«Î+±Ÿ˜pëÕ£üHã|SWä9lp[ƒ]V¿)dó¡:1ÿâŠSÏÓX•Ã9ñŽÇûŒ#{1 ¢S;ËÑ»·™ÓÈ­à2;MŠj~Ï´ÞD½Ûk “†ÿTñ>-;w' žͺW’EcŸ#5iÒ'RÊE7²t튶‘ã9æ7«÷{Æ9D%wº#C@ƒžyT90ûJ`Z5o¯‘›óŠ‚fz§óJù ¸jç9÷yò­3×[1°^Ñ¿\“c6WeûÜhEÄ;ÛŠÜsL|2žD[RfÞÍð÷~ÄTML=µFÜoú”‚Lô[ÈI…¨gÖPš™.+²;Œ’\µûì•d§\P?kãînÄ‚¯´7,ʽï0¶o—ªå6$*ùk\a:¨á‰Örä{ÁJñ:eµ¢Ip”ÊÁ Œj.5‚{ÑÐþ4ç<&¯ª8lq_o.GbÚu.ra¯ÔXo@"Ê‚ñ#ØÛÓ•—{•³Á --TøiŽø*"µŸ”qDª#YòØÏ°ÂÁj×aœd赃·Œ™0nœVte ¼#3Ýã_t‡S!ÙŽÔ¢×éÆé±ÂTçñU’B¡CÇÏÏØïVTYMsïGL§î±º¯ZÏ”¸éPÁt.Z"G²7³v7Α«¼РºÍë6¾yÍ ³µÚ ÑxÎð àßæ|nJÁ´úEHØÒÎß>{ê®–¡*Ígù²éŒsáYj‰ÏÊîÈd‰•V„­% ÃËSØ™HË) •³%§n¸YäàÚ€ysÆŸ…TSGÌéèÚôŠ%Vq¿'Ÿm]à×HÇb«Î kG&ÊìL‹[vìæªá‘·uî1¦¬ÊYxÊuf¾‡ä¼Ø.|‡hóØî(V³£9×õ5îs‚厥ºML)ýê,tâ;´=m¦<²‰7Ön„]#ûÄ‚F('þÚšÃFÔ©1³ö"‹®{…ƒ›ó¾h -Þ–UiJX"9Û‹„1êD³‡0 Û£Ž0îêda&DXáÖbÔuq-q‡JŒÜ£Nt=›œ¥DœQkÑãfD3ÆŽDG‡˜Haâ[µ½ Mv{Õ=RNÛªyÆóvçµá¦g°«{7»¾ž-(ø²="q‘ÒÚ쌤sĪÄš`•H9êÁ/Äåd½â9Ö=ˆÝzKíF=‡©çZq]Kt;þc×å„o?òºC¸.vÊ©€=±ï#i¦Î…¨–ÞÊÌîÔ! 1!ë†qûFÔ¤˜õøh´…9ø0ÁZ‰ØLÍüoúŠQ‰§j±¦]É$zÏg>›3¾+Dç’µ2£U,È+¥ðD$¾Øu°ó¼{Ï3k–˜—¯ù¤P/!|^ºWÜè¦è@³Âu4"y^Õ"ÿoPù²WäD*“¸È>ÁJo-i˜N]¯’àf]b«çyO$2˜û`™ÿu\„½ºîú„aB }õ­çʦ¬t³MðêÄŽXÑ»îˆÚÇ½Çæò"¦µMÖÙ_…+†ù¨3À,lÁr!áªòƒà;Ðf¸ÃêM¤£šù< ´’0Kp®YgLJ`;\Dí<Èÿ™3aƒÊžp‡Á »ê÷iÔS¥\GR#ZF˜ÐÌNp[YoÓÒ‰¶„ÍZ¶#®ÈŒñúʪÏIÆn™ à{¡¾B ´ÇN^Šÿ¢6*Øe¿ë)B"s‹±xeð]àr)egïQf4ñ{¹‰Õ-»’ï]µÜ -¨¬ÛP‡|”ËL´óPÝ`Ûi5¤<¸BKÖ*{¶ˆf‚\l14IÂÉ B¬äÙ%R!þk;òɬ¼ÔæTÏÅ‹|uZº5D’#A¤EѪ6vµëÚEÀz=@dA%Üj`! -l’c{«'’Æ‚oÎ]àºWç{G›s£®É -MOÇeeA?E¤A®,×&fdù$@™®ÏQ¢þKÝߦâ7—*×Ï‘ -+ŒiA*/‘ÁÖ‚îPÙ-·75C”/æVM´«í½)¶Z6Ç•ó[ćÀ'‰ °‰YrH9ò ¶¼W¦¥d¬CH°vG¿îží¿%ûß§…p“þvt²Ó%PõäǺ'Þ:hÀrÅ;j×—¡ÚoêÀêÚìf5ã-3…"l-e‰3YkÒÒF¢Ò(îÊ–…õÿz@}Ú%8¼¥ëŒÕ­“QN6ÿÛolÃ2Þi1M]£`&«ÌaB`&$ùú~Ÿë¨"ç~ÄX ×€ïU<¯”}Ú½º¬ó=ND 'áð<-Ìy=T;¼ø®)?²ÏIÕPÿ‡ÓVYÚlyVo­n×aêù ^ZÜU ŠQ&Ü‹­•í©ôF³åb®î3[ÍÁ¨wm¤e¾N¥y -! -*!M©¡ppvl¤—‚ ™¢÷È­uvÆíí—a{Žš>·Ô>pËÛ2ῲïׯE»Ùr#{¼¬{!$aw"Ãïµ™ rã¯Ã'ǰv j/ÄÈù -5NÍ=„r$¶õ¤Ç±5`f¦³#æMGü‡ÁG TýŽEãYÎ¥ŸÚÊÙªmáyéœ%Lp”öÛÂáÁºa:Þ-e^M @aÔ“-ÙÇEïµa%³Æug \Êy#Sc¤ÿv¨ß²PSåúLñºÆ@žcô7£ÉÞm -½È`q¯oŠÌ‰™ëACàõ$€ òsj¸X|~$Þl¦¶#öF^L¡ÿõ¨ßºà¼­â@Ÿ‚Ý—,È(x¶·énù’Ì—0?7.5ww ˆúËŽgÅ…@ØDú‘¡ÏÁ.¹ßÜé$m©±X®zÔ§øN¤Í~g«‚_P1’ý:þ¡— JùÊk'K÷„p×Û·ƒÊt‚ñi³!wì"ûMUó%F9’!t¸òŒØ%Õ†þu‡šêˆJ -±Þ€KV:2)…$õ[£Ìå2ÍáÂB4eíể-ˆk­KW -ÂI1j“÷\ŽjÕŸæ²g©F»+WRo–Ï|Pg¬­µP6ë•¥M;ªJÆ%&¢ ä-¹û±kª[4cø5\*‚ù+ÞV›/{#ôfôìÛâ7³äL^:aRiZ—áÀ¡XÓ¨täYˆ!yÔ® -Z,9S×]T¸VÓ@õ1¦ÄÐá‡íIÏ*>ýÐ.2Ñ‹`£dS¢§Ž><=oâG”­š·wëÀŽ+Ûs1[‰‘à8ÊÚq€}þ[ÿñyíNI¼òŠyƼÇÀÖwªC~lÕPA”AµK:°äIŽz$Q›­ÌÁ‰Y†ÚÛZë%iœ¤3e«%F©NäÜY{ò?‡ÊëEYÉ\¿)Sl¸JPæý3îê=©‘ƒ2íá®øGÀØZsÃtæ»Êòš:î»QMü\v[m `/lBµ9.‰<ï™?q)‹&TCw°oÇ ²öFx‘ z`eßZÏa¼É¼–1³m7[D3”¶ö³âß‹ò{—/Œ}äwâ6xü¥(Ej©©7"ƒd‡ïÔ÷àê4MaŒôϱƒ¯a|‘÷¬¢íÁ„·²¢`OyD£ž³¸=¨l¾œJ -W¬(&£°HqÈ8’æD–T]úäÛëß eE‘ãé™Ò¹#a—™œ]Þ•:ÓÑYz qÇÙïˆJöz"Ý+^Yc=TÎ̓N”$ÞÑ‘êÌXñ-W;~$ŽòpÁsÃûÚ‹€ÎNÁ•„w´5Š'¬çQ¼ÔªÑÓ$˜jýŠ,žja‘4©3WîÊuÄz¶³•E90àÐRf»Ç(žuî!6ƒ#1eB¨R“K`™“½Z x†ÁÞ•†ó>âäµà%»RøJF;1êÚÆ$s£r“ÌHGš‹FÝ{8@™+zUx‚ȦšWR -AìÙ‹°i\:ìF4%_ï‚ä:Ò\£÷ži®3Úž-N´‚qËèq#Ⱦil`°“Á®¾ÿ~›äÀ5ܤŽMQu†±×Ø'—“¶JŒâÍÀ딫L{ºfGg“+…¢Ë|®ëU¦¹ŠPš\¨½¾C¡i[9˜v]¶„5qÿ!¡Òèzé™ß²Ëï¶m¶ßÅg¯£{ 8² «G²£ï¶ -j^ØŒWPõu«ïßjÝÁ´rÜ~l,Çaœd[•›þ ¥kŠª3‹=aïNϰó ½Ç^”ÎéˆsÛ™ïîtî&|WrUw!C¬M=°0iȦ3ŸŠãæCC¡‘ºU(”'Á´×óØ—Mûx5–óÒaç%9?b2É…ÎúÐEl­}!`ì©ËÓn°±ü†ñÖ`l%¥1 -RæP&ÍÝGÈ} ›ህIóÊ•y þUÜöyÅ2=ØsŒ»0Ö -êYëØ`]h:»¤~Ó–ÙçÄÐ$’Äþ ‡½Â‰ÕëkÞfé*[ÅÌœxW†›Y_Ég+õUÅ*ÚÙi;9]œE{S9vIýS¶†ˆ‹„©÷–ŽA°~¬—?·‡€GèÆf4¢&w´‹5Õ×þê8O^ž§|c›+5Ž]^ÿ”­ Ä Oª>…Ú(©…¶hçŒÁS¹C¨—\ºP_$ÇE©œ¹ƒ]’Gö$9ÄS™• þA~-œí”þ§ /6à·Cå ø{… »‹ïƲÓ2Èí’91ØB·ë£ŠÐ ƒYš2xpªŸkòHœO›­•ˆc×ì…õ -‚ÅÎBD¯÷$Ñv*ï¨øme õ’ž~‰:iFeÚì"3Ad§ò€xC@ÆÕg<íÛ¥7ÛF½r ÐÀº–:%ªQåĉXÍ€s—~¡‚Qc.S¦#¬({ v§‰‚âH÷¼ß£[ö`u4NiOÈ806XÏkö‰I1DÉÙí8vÂd0–Î~~{É“+¹2Mýå¶KëfÍ€£¯&rÖ£L˜3ˆŸrɪ‘Æí+7`jj˜ÊôZ;¼j{À–6G¯§)•d½T¸—:®H»˜ud0këv°‰¡0mwKŽ…N¤ÝSŸA¤ÈÆš²'™gaáEiÀ'Á:Z5y8M’ éÝÜ*,=rÂáB:bå¸Z)Ùj«ŽŠšÆYÐÿ€@c°<ú7ßøÓR·ïSG#Td;Ê£:;Ñ»… Ûëëe²|MTCEY5GƒaÄ^í'ßi}ÝAxKqaóÑ.â 㨮9¼;Vv´_XÇaªåÙ: M[WTf‘+Ä‹SŸ ÓÉhâ´ådlK`D·„6öuÒ™xÐe%ž9(XÑ嚈'jÆ[;NERéξ›‡Èœ'zÞ¡'Ó×ø„Â54|\N>^ìb~ ®NºÃ¹º -Œè0§ ‚äE1ì%8ïP‰ŒU7°à<æ‚ßÀ—@C·X >õæÎÚ/…›ƒ.cŸåK'߲ߓñº©È»6kÇÙÆÈõV $"­&€+Ë&xÉ ?r˜)Mš‹°ñgÙQMñ‘ËZxO,§=É;££‘f˺=¾U9*ƒÙ9£ù mÐcÞ°Ìë’ùƒízŸ{`ÖÃ@„¸FDú1M_uŽÊ›Œ¬ñéï ÍÍçŽfö¹©áR­ÆÕÿ…*åšô~í¨f—<#Z›Ì}Û¼>™?˜kEäÐ÷À±®+aÒ`^ƈv}g0·Y57`všŽ‰ ~VJÁÊfDJw¦)SÒ\9\¶ñä5§Ž¾õ˜öìLS~V'ÍÄì“™‚å–˜Aÿ¬Nš³ŒÈˆÚGH°ä4RâXº0kŒ(1Bß -“Ùh7Š$æÍ0 £ô„¼Õèš"wÒkÇÄ#] –LÌõ#¯O°Ýèššâ3ÑeÝ#ÏRÔ8²cD»¾2‡ú‘¹åÈšæjGž´WUTQ¤ýDrð°i„f‘2·aV,1CE/ãö<‘Oãß.TÐxÐ:QÓ ÛübH^_™KUÿ"ñÂfªP‡5ªš¶ƒg“JŸÜõLäÈÔŽêsþ`( H‚"Š4 2c)RãÞ>¥9C°LÁ¬z(èa¸zÛ:U‹¯˜¯xž1h©S,jŠÕÃæôÓV{ðà-NK½†p–Ô_I¤o "©AV¥kF@„eHT“ê‹Ðb(#I€$‰c•¬èŠ}íAÁQ´·öÃS}µ_úõ e§J‰u›áË„1ˆç“јpdSç¬-ÄÚ -“Òº^)ÑFIå_¦þ"ô4”±d G#Ó¤.²ã4jz0Ïþƈ®OåJñn€DiŸò¦Âƒ-ïU'ÌØ•DZ[>b‡³Öœ4[ 2Ïê™_]¶Ô):†ŠÎfÅKŠVcʤNÍféÐ6H•ÎI–|IÔ—ê‹ÐÃÐK,Iè§2j‹ÉÈlÒ¨Zϱî—_ݔ–öåÿ‚ªÒ©¾C3ai<,èö4é ´jS6øë­;åõ‰¢:_©Àè'8j›§Üê(â⃳>Å)>ÞáOf™YÇÞ\|vS뵄¥×>•uxð1÷ÈΙ ,'@fÕ[y’¡ìê—SFèðsŒÁðËkƒ#mé\0úG d„T–¼yì K¢`IâZ‹µù½á˜”Ü/K&‹ö¹Åu!Úé+ñÔ½û7uØLµdªØº·ýÕè1ú.'(×t8úÍÏ褾:eÂD†¶/ò:g/1Lž0+ÛrFI¡íÓ$–}ƒF’¸ãä% -”Pâ¸r1-t¥1©ÿ8ë6®åQý’7ù`V9ÒÇ¿€¹Ç7+dû½~à³ú‚d†±ph á¥Ò;c¸ªËM0‹«P^$žWµ‹'‹ÐÓÐL0)À¤Á’Ýo:¡öLíËYè¨+g  {wÿ"GA-Ù®øhœÞUYØ= L²½Â°üªIØ\Â÷l_AÕèÞ™ ,'@梽U˜†2˜8`BÀ$“L -×^¬™÷öæ1-áJŽ׬CñúsÑFR©ú9âYc ÂþdêR^¾I=—rÃåL)'†!AXN€L…©½HÉL&U›TL01ÀÄ";hâöQmk®¬®AYƒï”JÎhî úê*óLúb ¡³4Ou¦pÔ3O¦^â¾C’,'@¢²Ô_‚((© % ’ ä8j -A‰BÕÖœ>}ÙØâA»%OU16:҆ݻs^_j£%'Õu¦ØÔu&Åሻg Nаœ™*S{‘’Œ&M4IФ@“Æu˲žÌýÚ{«©šR¼_Ð’EP^¹–Õ‹’P…Zîž)Âr$ªLý%„½èäaÓM(ü²}Çû›VM 4qЄ¸FÉAgæWÈêTÕ.Å•G\jëØðN)=“X¯”Ií3#Ý-ˆZ½ŸJߌ!1iùµ¥ú"õ°“¡¤€’Irˆ¿ … Dq´S¥N:¿3Ó‚8fúþ1ÕZEÅác¹•z<íÄqÞ¨ k6SŠoöãé«qèmz³ Ó™‚vÏœa9ÉBÉ Mšh’ I&ë,æª=餚8Ü;æ’îKJý ØHtÝ+4«%4ªBØ)DŽúGwÎô`92Õ¥þ>‘ÃþM)¼K ,q°„`Iàš‹qØ—¶_?|ëâXÅ‘u ÑË–Õ⃗¤Åz]†Ya¶nG‚×Cã S•Š¡H– QeZ(ùƒ¡I&9Ðß´BP¢´M+DÕÖ˜Ù}iqá˜j÷ÇTªâ%Ã(y¢»/c)6 ÆfÎéµF:ð¨Åi÷H…¯[¨ýÄû£»gаœ™‹þÀ*M˜Ñ$@“ -Ù!µŸˆÓŠä:%[;Ó¸úЃK’Å9눸wTg6ú ˜IÒ³ZóàüÒ¶0|9C2 ‡ÿ£Ë¤åÈT™úKþ`h¢ ‰&š4 \óT'#mÝ ÇŠØŽ-Ý{ -í •hÞªÖf&:슡¼3EXN€LR_Xa‚Ig,è±ÿ¦enˆúZbN)/‚_«YÔ¹µ@gOj¡N´vvtœâŒuìTƒU–Ôá¯_F[zRvMÞÑ^Mòd‰Kh&Û‡9Ü»J¿Æ¤eHÔjJ°‡þÈcÿ]ð½ŸÝýúûÏÝ_§Ù®—÷Ç˺¼ß~ö¯×ëmùÜËv§ëa{ÿý§Ý¯õþ°^OÛåøö—={»Þ>N×_ÖRg×FŠ·–×ìëòöøþã·ÇHŒlõ4»ó:>n—ývÿ=ð^º¼|ÿ²Ûî×qŸ±¿žŽëµÚøÀªù‹v+D?ížÚÝo¯Ü‹Ûíñ}û·ü|³L‚ôw»Ãöz|¼~no‡Wý‰ýëwä/(F<ÿ‘/:>n¿×»‡½âu}n§u9üµÇ„4ü^¼»[çí´Þ¹'Ÿ×kå{,åÿúþŠÛ–ø¾‡ëÛîÓ§ýïuô–¿?\?Þ¶ËwËû\ü5ú‡ÓãÝÚ¯ïÛ:¼o—Ãkü­6±þ'îû8oïÁ›?×éz;¯Ë{ûþÓñÿ½Ç¶×èÀœªymõ¨î©EUr$ wª|ެaeBª$9´ooEM•ö¤c,¿#«þ–U«ÊÒoÝÎXÃ9k8²† "MŽÌ¥gNæ]>ò—,îq]úä䉾òjÃa£€5ò‘îÁ†l8°A`#€6 -ØhPc¸`Ãl(°aÀ†6ØH`£€5†s@úÿDT³z!ÃÜ~{ùoV­H?Üó›O×g‹… ‚/ù?UË–çJ¥ÛÂ9ªV<9B]ïhßé=8o¹.ÝtYâüùã0óqøt †X-Ôñоå‰Ç{¼@'ÝÚ¹Ú»Îþ×ÇËÚÌöÄûІktTZµhÏ>ìM¯óe¹ø f€v—”~ǃ ÒÁ†è`Ãt°:Øh:Ø:ØX:Ô8ú}6i¤ƒ ÒÁé`ƒt°A:Ø l6H¤ƒ ÒÁé`ƒt°A:Ø l6H$8aP÷E=å,(˜}¸ìƒütÛ—aø[#o‡Hè—¼€¡?á0¯æA°Q”ýJçw_Âx]NøÓ.K@6ƒnÊÚýÌÑžî¯' P®âáT;³Ãp.ÎcÆêåhø§r:’|(„·í;käâP-O ë¿ï(0;$FdÈé>Í—÷‹XV|³'ߨ‘ë! ÙãøZ¹kNc}.ï."í#?Ã{BÆØ÷ÊŒÀ‰…ff³B°¨lG^Tt˜ÒÊ]ÝMy˜1÷Þ`ìP‡'..äe'$?Ò¬(Û÷WèWS? æDK·êØHÊ“…W7|œƒ*÷<ïnƒwwd7ë@ÓLcõ!(u$=WæÞrkëÂ]>ÊÂCÎHµÓB0L©ƒYç+Ü͹SQ;Д°Ò+;%¢ýšnkê¨hA>߬°Çn¿û™n…P¸:4šòvʆ$éŠã$ÉÕ¥¬A•fÊ\/@…¶Ð”´¿º­dK ³åI -¼ t{v*Èqࢮ”t?õÚ˜,Tµ3¼_?Ÿ±¥çm -ââß^àêIÿæWwfËÅßüï×÷‹ÿ¶Ÿ¾~ÿù÷ëÇß$øúç§ŒœÄU»% ¨”&j/@Gb™ARµ¼Üfª»¨Ûp¼â@J -œbÔ) -ý8ž{“™ÏµYÏЉuq\*Î">6q,cªªWlåËÞ–å6‰7]¤/^á¹@”Ü‚ 8 âfƒÀÈÐÍ8/ºŽcï5µ.\·ñÆbéî®Rd×?¦žÈƧD:VXy5(Ø,GK„s¦«Ý À¦R€$,ï1³R3«®úJL¾‡_ÜÜ%ëžKX J›¨MHàøy'm[œç¼Ò8÷¹jD <9ùÝòlŽ®xˆ±ÍϪ–Å¥ t ]‰V³HéT˜l%·ÓóhåŠlwÎ)r -U1±oÓ¦Çì´ïFk”rÄøƒ·˜[® 5Di‚ÛŽÖš€œN-äÕÅÑùyÒsÔ½Áh*˜¬qR3t §nA¢ž.ƦG~_Šó-¯uI©7bÑô‡;]c¢šÏ:yÎs_—ñ`?²5;˜OÒí݄û¾?¿ÿ~¾ÿÿZϽ|_¿”ÕÔÌ*å”Q -k˜6朔54“3攼+PÙ/î“©,JØøt›£+{¦[O аÌ ý“â“u=¨3ŽO—Ã1ÙÝ–„ M-`ÿ2c3…¸xÔ¾.rj¡9Ÿ -»)YN’¨+sZ;àþÅ]}à²a_å -LÓ$Á¶%? ’‡hÞtµd¥…£m˜èòŠbïž’.Š…TGHwÀ»PõŒ æsÖi1ÑwýÅ©ûÙð3½÷þZ±ö”mPSX»™¼¢ôb#”ºöÉš¡îMÓ¸øÝ_ Ñ©ºPé¯fnÅ»º/”‡'‹XNJlß^)É…×x¬v.Ài:Ž ¥ÂCÈžeоšZÕl³×Ô¶”‹g+Ï Q¶ûcJT–Å»†0Z‚ÀÂt’ ^3gÀo|Vñ·ñö´ )Œ‚L°Åeãä¦=FtªÃ.[½=Ö›‰wÐ[:i,°kZÆSë`ÔúÕË©ºÕ‚PO”uB|ÌAô±xÓÞ4uå8f.|ËÖí¼GáÁsÆújΧÚ0J›´—¨¦D?$׎²dòz®¤ÐZŨz{a‘˜+è_~ê÷üŒ¢—œÏìðIñ¶[è5=K\’£gÚ±°IýÊ®ÝÓ“–,õ¦–„¦b͘]w}Só,tÍÐ.hvÃØÀg¨ö­!Lœ!m1 ârí3ÞsOïÓ¶u1땪oXojdÏxP9Ì`¶ÔW¦‹›àI£÷¶ŒÐɃ¹alŒ)J|9îŽÌ91Ý]lªôæCÅ»Á÷-Á\ >Û&;ëàõÏÒÆxÖ²¦z9%ÞÉi9–™T€/ -_ ɱÃQsvY‘SJ~L¯ ùúÞAÐ>ê YVaî+K£{Ÿs÷t±Ü.ð¸õª1SbèJÒ]ÔÛœ+3Ë=…sM~™ÓÎk½åHä:¦–÷œÄöp„’Ù÷ ¨¦ußh[1¨·g¼T£¶nY^ÂŒm¦†¯‹VñYsÌlÝYŸ×Ž5\õ°?fÖ`î‚Ы¥tƒÑÆ*û -õ´J[ÓÕ¢­w¾jó2k*ÇF¦ú)Ç -¶ Pœ)ˆu¶s}8D®m‹“HE{V~½ -&õݺ“û*Ò Ítݾ ¼jØ×_Û¬ÌÞÊ›ÀÖc¬ùOËúÌ…ò -‰Ø„û08Šæ ·,oã+ŸdK¡G6¥To´(£0­h¤bͧ^OÊ«G¹‡vÓÙ¹îÉ@n7ŽjóéJ¾ nvïΨi]º†A¹:W8+ú%ŠQH‹2ý$¼ÆYY±†ž7 t½ (tšîV!±]…nxo¦®´Æ¶µ¬íÙ…ó7Å»Q|ÖÝLRs9Íu ÛºÜy¤öœšJNCwaË{…ît—}lóÿШËH -›ù—„1]—ª+JèX±¾¦s“@«h‰$V—Å‘Õx]@Õé-ŸC§í»Û‡À2.ºƒõ$ir ëLv}FQÖ˜Öi’ó»~ÜÖ -w®Ä)ÁÄvR¢„þˆÓh7—U«Èó¹Ö„®IW&ý^ ËP-*ó±4'üuåˆã‰wš¬è(ˆ«äT·è=û÷ZysÔk=ójœ…xoÚú~ÐÕj‹—m?Ï&heÖCHœœ-xFár9ç¢iM=ä&E !ùc€=æ^FžÈê®ÿ™:pr&å¹:n7Üí»ÃÂfË=!µ5@…s+öU_PF[æ¹+  -F0BÆ·N.{»4¼ìÑtMZžÞœq³:íø~4:Œ‹Ê@ž\ÜCV“}ÎYK¿ȯB¦:{6I7ZôwÞĘÁ6Tl‡jÊdÇH:RAàÅÕ!+G|·c¤YÛ›OÅhî5ôVrM ë €õš«‘×|%»_”Ë»œM²‡³òQ8½HÝ[8ZqÎóÔ–sOÁkv24¦äRrÛ`îÝ#³Fx°²Ž.69Õ¦ìI#‘ÿÃ%šº9ñ„ÔÁ¥Ð;Š×GžÎ¹®žŒcòÚ^#fOÀͶç˜6’™©Ø–B?œþª3u:Ù1Ñ0!ì|CÏuL©'œ–ZÅQøêGœ;‚sž­GÜ3 -'cíuèM‘k;ÒDé°ÇOÕmÖÐt~ôw`ÖÊFÒy]g¹!Œ*—ŒóK—Ö—;‚€ôD¨Y1X Lè4?Æ—‘¥ï¯í4­„¨[ÍÂÆÍsÃZŠGÑ' o?S÷Œ ÍkbñdöX­¼ÚÂ~Ú%ò‚ŸÄãnlcµóžñ¬#Üô!U{„Í„E£—çÁ-!éÕæS.)S*˜¶Sàš$Žá-ýb -‰Õ¸Zðaè~Z<þåìÜoÔ?Rs—sâ»R[½Ž–Ûëxç%x[õÚÔ‰9ÓäeîEZ‡ÂY7’FN$@æ¼i-®õ8̵g0÷¼ÏsäÓ"רWs9gñk+9K°›ÚØ5˜(}‚yÜ _ûîj¿t'0dÔ¼ «fŒ -3Flâô3Èh'Éîloåb½·ÂfB9¥!ëâqÄs7³Ú:ä. å¥&盜¡”Á£N’Ƹî£@B—oÊ›4G£©·i{kØ VÆ5µ½åHMIm_ }Z^ì(=æÓ‘ÛØy „Ëszi´ËB^f³L=lV51g¢½¿|„:.£ ù¯+µc -<›Ö˜ÑFÉRŠ Ç·)¬+M°©|7˜]Bå—8_&õR¨däĸp:¡$ÜòÉùzUïMÆŽ¤ö=l_¬ËÔæž2ÖÇÓV”\¦âL˜j)Gt -[&N‹.{’§œ-ÝtïI…Ì.ºd>î­\ÐŽ›2©€­ËVÒ±/صL\1}|Äg 7%æÉ¤[±mÑÍ¶Ž»b´õ—)ÁV1õü…BZ;ΡKÇ|7îMîcÌB÷IyCðÈa“cå¾Àã&'OŠcŒ¼q¶‡'™dd'M ñ˜|BðoSPƒ½@Ÿ:ÊeªMXh–ÁD†®È c¿ëb -ÚÑ*Gç|…mµ$cN~OK_Æ`éŠM0¹ˆË¬+œ¿ÛßÖF%B“¾Rú‡Gìܦt|ôSo¨©ž‹ÂSœ'Èú‹§”LÒvï- ŒÐk»F3¶©·’ÏÆŽ¬& -óåÝ8Ò¨;LIuJºi• ëòxÄ - IwF¾7'°õÈÁÒ´vÎ$X[›ÕæÊÉÔwédö@—#}"£qì§+KlÆÉ -çD"ÍZ›“áÏþ¶;Ùr“zf'4°† ‹¹ÉÚê4.æ8EÀ9jƹèZËîºã="Ó!Ñ¥}¨Ã+ÐÑ æÝ¤u•=âƒ)»HGœáè(ƒØšÚK`•žr>‚™mè–ù0)Ï ¶h3îIìÖ÷¬‰,R&ƒ?4{}X”+cͶ0““*L/Çî¢,¯uL ™s‘äJ*Çê úý¨Vf%zGÝ -1¯?ìM)¯P¬ý^Djh ÉÖæóRЦ£ pëì~õsV²Œ¶+@ãÅQe(*d¦ª˜Ò†cõÂu°³e@§Å)¡uQhœWoXßM{V2cê©ñBprÕÝ’5/³NàN\Cu)›;=WxÕ\>«ÞùN¶™gÔÕ‰ÀÑ~|Sæ-ÅØ .Ô¾?Í•úƒë¨Æi‰®$­Ö~ãx]Ù)ðZP!óšÇÝÞ«_”‡â {ê]ñÉGÖÖx²™’BEŒ%˜7EŸcÒIóaÞ€¦æEF:Èo ˜%0i… ›¦‡ê7Äô¤Ë‡~·Õ>ZgÁ¯Ös¬Žxb%Ì—Š"täÐõ3^B™˜§ÑŽ£’oÁ Ê€òj~Âs³;Õ¢S‹Iõ¡?èQ §áˆÄ‰À8ÁÓ«pAkd$5ûŸmX„,)ÂM¶§ž -P|Ò‘56[ñã’“åµôÑÒ$èŠÎdîäÖ7¥GfÛïtm¸f ‘ZcíêO=žyKUSù«göô¢t•jî$½³mæÄEëmÆï½s>Àp®kg¬ x´±]EÌvLéN±êÀžÝΟ˜rѺõS{¨Bd-Lqð6 îáÞJw‡j» )xÚšÓÎt«cè‹w•ŽÎÇ bhpkÙ::6x…œ¼#CÚ§ ѦÏ^Ë«ÓL9`«¢"_ -läXY¡£õúåŠ'4o ]×Á“ îÊ÷ŒÁÓ {ÇÅvyÛKç<¬e±„Djј1¢Ò½ -âÅLŒÑÀxZêñ“]TA4k6t„z:È -½ø)“&[¤K¨K¾½ C°GÈÕ9é Ö‘.ÙHÑÕo¡ºŠ§UÑ· ³×’9C4AbžÂθ^]ó$¬í\´XÛ%tq¥­{Æ4•ñR¹F.´…ta8 »ŽvW&ª•eÉH©b|>û1ÙÌ9V¯ù np+{:ØîɳÅ"P»î™¼)é†ü𑲬Wõy¨ÞIJ o‹Èø¶’Ã*ósG8V>r‚'z}jU­ÑR}ëô œª†:ßÑc¦Ã~)É)ÿôHËrÇLuõrÙ Ý)ƒBŸ€îW>'-3«÷ÔI5•0ôÿ n{ÔQ×gª{Ë£0xc¯¾Tm Çu ß:½ç)ªž°;ºlzjj³"d²“9’ý(MB”}çѽͻÕyÊýÎaþt•*f_é‚ÞÙòtm«s\Ìø\9—·68ÔC‚™…M×;ó_§ -€4»ÙFJ,½£•,€îÅbU%¡=º¢é9ÄDȬ )ÓŽµ¶™ý“,[ ŠhlœIÌËFo@êBS7ŽY–ºWÑ¥Ùp¡¯âTÕÐ -ÁN':æ3ïÐÝWlÃnîcº|F‰©×¶˜Ü+ƒÀT02Ú£ìHúAjœ)LL2jŸÝþrªó ¼ TcÖTvÂ| &··ª²åÔWŠ’͉‰[Ð`ÒÌló^nŒ8Ù=’ÒtÛIšÙ)ûm·w×4?yÑv‡$ ,ÌÓ~R7¨«2G+#ôü#ý+zøøvà¤Ððk›Y¨u'ñË4®[/Ô}‚çãÆ¨S³“q2wÞūɋ\ô„Ê ,¦'¢ÒÈ!A=e^›® j‰y“ÚèÕºåäMë¹P¶è%¡z‚ŸV¨Í_vR[à¤IÈD4I9ï¦XB/A¸ÕÁ‰ž‚ú¯€ûñx“¡pœ¥éÚU2 ½án‚ÀÇíîÓ²­kKc xò$ yŽËç€äÌVpE *œIëÒU[xã³ê™í¦q>6ö\Ì‚r‰îSVmÉKã²’¡¬g‰7U1†(I -º~m±bøè¥9ù˜„…‰›L¢¯–A=–‰kšY»ŠI (+¬q6ðìÍž(ªz SÓK×.Qo­¡±KªjrBÊ„þ?Wf³¼q–5íÍáto›éÛƒŠßÆ®èŠL`ž»vž4+y»|$íÅuCeVË]ÁGsí=¡ƒÓÒ#YO’tY6`óTð5¾8îÒ-9Uîµ"Õúp‚¬9QE猱ãæ‰Ã†õ-zÊo°³D–ØÞ䘣Ø0r¯BŠñ±‘x¾Z—Ó Â*xå€1o[‘Ær\ÂKv¢Wëës6½Û~&r%¤9XsUpboÝHèé#bŒŠ±:¯x—„úv´]³UóàÇÕÇ¡S #¯¡œ¹ðâŸèÕŒ‹‹ÃfÊââ³r¨ í¬ƒhãˆð¼m¿( óÃ28\b-†^B8 ²*¡ñ~È+ÇÑ ô¥š±Ø‚&àF -Õu47`|O¬êrãCç­ÁQ¹ÊFçкŒžÔ\,®Y¾5¼ê}ä|»ï‚}›95_M¤/ðÐ]ö1÷Š ˜fǵvvð!ÄÉZñÊ}¿ Ö¬ºM'y Å(¨è)ûA|$=ñâ´½d6Ù -T'fÝõ•õÊñÈ*àn[È+OÎfC`:±Í‰9ºÕ¤|Á—qt|}¦Éò&±€*1O¼v9»lÃFt±´.OâPsj(yc~fÁL~VÕA›íó„€§Â4 »Dî9›Îµðɇ^s8¦î‹{ÕONïäžÝ]ªŸq'±‰ù_ÝxÙ*ºHÃv­F™ -v6;X†ÈWÇ[gƒÍ¶²aHÿt„"zËKÃBËi§#M-Î÷á}MçËgœ||„H¡L΃™£½ `°=m¡³ÙE#Úšouœ¦Ùm8ŽäÊÑ=5`ãeÊt#%†ïrî×Ô³Õ”‹´'èm˜ä½¨0ã¨!(À׺‘hº:¡ƒ Î3ÿçOu’`5t3‘ðè„cFªŽ¸AŽ›r¹¢VVótlâᪿ$ Cò¾­7GÄ÷Wȶ7¨»i;4“säC(æªcføLFÚs“™\muc«‡0/}Eñ/CÕ#ÀW?G'µ6…m£²%¬"˜>!. ÆsJb`Cõ'ã¬ø¬tKáOûÀvèæ½ä0îÄt¥ŠW²md›I 5Ï%û·ž¦½Lrâ ¾®¢¹v"Ü[yR²Þ\ñ÷½:/h0f‡¯Áù¾ÿç§«úxJ^àÇCÉz¶Áç²âv¯þ W¡ˆÐ‰¿ÝYBÇŠŽp÷Ë Èã΀Ø]»+ØB“F!7ÍÂß¡N·§ØEªì*´h­ -{züsÓÁW€×¥‘äÆ‚Ú¿Øy5ªÚ’ƒt!Ýù˜ëͬM¡>]^ÂÏj”‰A‹:¦I!xüj¦®ÅNЍ“c…á%øœëqC÷Tn35Ü©½ˆ·jëÌJX ­‚ Ù¬¹.öÞäÒ´ò•“!ñÑÝô«]=ܓý5>«vézCˆÙ¶ß‚.=íê±ÙºNð¹T¬€º@äA˜]Ƶû´žì¶0qRâÀ2ý[±¯r›ßé¤ó\Z"ºFDàíòÎR»Û­‹…ŽsA` :B£Ó¤´‹ãEg5Ks^2£ ä©#ö݇@U’"aHBó¿5·Â;ç4-·•å}ùÿ€Óµö>©D\÷l:£ý¾Ìž+@a)Mˆ 효À”ÑyY=Ùª”n—!É„öåñpº0~U†ãMŸ<ãÏ‚¬™ƒIMøº -ûHõA v(³XÕ¼P~æ3*x-T¥uMYþÿ7ÒŃêƒí+Ÿs–‚ñr¥cÏ…žc+%ÔJßlhŠ ¼¶yÐ{çš’Í h¯îÆÝ±«Û&[„«§Ç{_ ÖWò¾‘yäúRz'Ù<êSHK4”¼tÎø„y¤ ¨IŠ‹ -nW&C1íyçE¦B‘؇·Cˆ]ì½á·‘|Év¼n5k€ll’ÆO±[æq )Oˬ³ü%_ƒøÐER*ÂäX‡e)sÌx1PšŸˆ2&ŒœÊÅfoß|5£;¸¤éT`: PK5Á/Ýw°x¥¶Ð)½ÉЉ¨šÝ{J¬[‰¯a“ˆ••µ¨‰@!0bP©VSÃQ—kÀ‚¥skº»,3ú„‡ 1.žÇDYÄD§Tà}mìqRÆoƒ¬x•¾ß†Š—p»Æ]“õ)Ò;<¾Ëù”ÍܲAsùµÍÜÌo—çý1…nP­(½ežFÔ•m±fÏ3œ€H’èÿ?QЇ€"d˜ÛWÄW›va'ø -Ûí·ÖµŠõS%Ùp”rþª~¶Üî—*·jÝúœ# Š`E±úTÇÒa¸rÔvÿ¸Êså,bÞ ˜G`¸‰€“À”£¶sî|\”=0N$œÃO§7ÄΫæ©_¼i»éÔ_=.X)Ô1´ûsö¶R¥Šð†°¬ôì"7ˆ=fVe^ÊÝ1n²\€"_5ŽD¡%MvLE¶ çÒÛû><-©¶úVÛ Œ_Ô]qk µËáž?qÕùéœAú wMÀ¼.(Ëzâ~d¢\GZLËèvUÓeTøÃªð/ ¦ÑëðÅvQS|¨0l©¡,âÈFíÀÎÉùu¨«+å¾â(¼T8{¢€±5õ騚ÑÉ åBÿŽ:Í1®"¢øú<{5,yˆäSôÎØñ§ðj£è\ u%+ -fuû2‹ž¬'vP( -YÎ1tå†Gƒ©L,Nå¢ðõ7<åäô©òNØôCë»FTÊLå>P(\DûT’¬.­æ½ç‚R‚…œ“#†V uJ°ŒK2¶T ri±—QåÜ‚§&Åj…èOp£8CFf®NјK¾@ç·E!O+G_aIs+¯Ê©T†é–k`3Ú *ð¹MšžöE”PÃ-]?kÅYT…Ê@>›ÿ.ô©]ä.& -3ã¶@t¿P1pãŠJyƒ˜HŸ$nœËŠØØºÑ4='ßÿ´­! iíâ„q,Ÿ—Ô*2tÑ£!¸ÀM‘¨°öFÀlìÕ5/I¶©ŠJYÓóµ¨bXA{À´ñ#l ³h)\ÆÕu5®ÎmâÎàR¦é+‰£Y¬Cƒ (%:»—•ƒ™N@j××ÑûC¸û– ´§IŸNïMiùý*gê´ÇZ×yÙu Ö<%›¦˜jI” ½ž[Ȥò ÷ÂÐ%.Õ{¢S6ïR¦ éE×Ú#´›VÇšœƒu»†{F€á=ƒß³S½:/[T[¹iö+|ïs`Ÿgu¨k­Ÿ›¢›UóËYÀÜ«;äNÈÖÑž@\›š7r ¨v<è$JïrŸ±´Eñl½…ÚÛ%Ø¢l I¼o -Ö34ÕŒÌv¾(Ð ‡+µ¬5zËÊqíUŽœX§ç%Кl§£ìU QYåø\T_+ª*íÌÄôˬD‘X1&£ˆ0paü:Öð3¶»…ÍÍ7òP?IÕÈÉ™/yÖǶsæ -X–ÃR¡“Þ8ÁÔþþ¦˜îŒedœï™dŒ:ÿµÔ€^pÈ­6LWÉ5R)kpŽÓfL,Ë’ÈÉI´—÷…ªFsò¥ðŒ¦O@„õÉÙˆ’(®š|鳺l ªæY"m:Š;)ªŠ%“ƹÏ.]ng¯Cˆ³ëdK ƒ^p¸;,Û´L•KuïM}VzEp ÀC9ù;›ŸK. ‹`Y¼)ÄzâI4é™áJ­EMö”èÿº” èÃY‚:ngÍq­­2x΋¹QE:2¦Euöj Bhøø”Êq”C}+ÆF¶òaΣð¥áÊzŒE[ÕôË©ßÑÊ•ãÄg5Ÿ {%óJõ&¨=z6‰¥Ë1|<#TN‘W1¯ °³‘Â~ç†peœ_ˈáÀVq£jçE¨pŠS§ÎŠÕn™V3óØ(ü™Š=¸UkfäÃ=å31àbwîb£hIk`Ò)ì´î”4«·‹X7æ£iK8Ž -ØHÕ’ÉÜ93^•à£ÚßáòßóSO8àIo‚™+lÄ{%ÂHÃéã,÷''©³¨/<¦wÍÄV¥åÒ,4©µ…{Ë[Õ£ ¶ àÅ]²Têö£ ÌOÖ"” I¼ *“f⦱“¥ö¦ßp—ÔqûK5µ¼F ´ä"C¶L[^ȵ1âð–LÍ瘴I„k -ØÈ»'r©²é,n6>_»tÍ€µq¤C…rì«'HÑ[V‡ˆw¶=1â™ÌïÕ=IbÝ(fxgªl,¤)ø¦˜Õ­µ±¦Y•Âk57›`€„á4ò×¢¸ç¡ÜûÔRKOSÚ²m'b,µO˜Üz>‡@aÑØ#¤‰›fäÀàÅ0YÌ êá,µ3¸kÕ$ k°"f'9-0!#oܬÁ/ú!Œ>ïÏ‚¦ûƒ ëWf&²9Æ5&^;bfàAšÎ:Ϫ0ª“`5X"¸9"g^ß’\s±ï7ÒmÅ!ʬU9æU2x”»½Iëü„>;Z†á„@Ϙv•ç§Ùm×tuÈéVERÔDÜÜL‚tC±Ül+“QTCvÊAåZ¯>|lñ¢å¶¤±bFÀ‹NÅ»+Eà#§¯ºzKX¼ïûp¸L¨/—v»c¤Ù8`™7-`PƒŽ¥Ø±Uu·$9 ‹z¸ö¥-×#½3?+™ûÍÍIxl›¡“×=5¨LŽš 2.ùBMÁ£QY ’ëõƒÜáÆ}:g4KEkÙÉÞ¾Â~É›ßGPÞ{â{x˜q±ºfºí¢„5gHx® sr¾ì\Ÿ+º¿x|-åÎfªp÷çi6!Ë¥ò¢x7êv Ež§)ª"÷¿‹hä§^MFk%¼­Ú\DµnS Ûíϳ _ÎÇCY°í‹™¢ÌŠlÛ†ÍT¡&HŸ„w ur¸«&6âDØqyR„ž!ÿ7Ùó\÷Û¼ô.´ÔÿMàHw1SX¦·lå;§&K÷°jÌÇ`¾Ír<3Ó32²–†ÎËS‰e Ì Q%MNM¯0šV'¢÷ò4žt -î4ó«ù·ìP7XB3!¾t6z—Ø dÄzEÐð=Ék¯õ[’QÏ•Í3ä.i2k ÿWjûf¢h '¨ÙFž©ÚЂ&1=œ‹åõSE>.Â[O×$sd*¨~'Ž'Åü«x?§¨ ð̯ಣ dÇ%³µÒy¥aì: ŠãYÙ9f@W:Ûp+¸ÖVL®W55fjÇÊ„nÝQ²` ­ò{^ÌЙ½„CkáŒÃm+Q_t²zJa³Ý‘®•n\S”'eèÍîÈ[­¼œ}(Åm’ ¡¥Pÿ*YÌÊ ,Ö©Ù5yhF¿Ú-«?CØØV5D7sU×Èl÷Á’m5Пç.¾s®,Ä-F3r}Ÿ¦7Ÿ¯­š¡ë:”¾A\&kÉ^)‹Þ²í™2a‚Qs˜ñI¹>€3Iš_+TÛ¦­NDà¨,ÌË 9«©CNT” RA4øl“ÿ‹@dÛº1k˜ùU\v¦²Ö- ùlöüÙ YÉ‚ë?DμÄ×UAO ;JüÌw" ¦m‰â¬ÖJUÿ!5GúÍX®H ‚°+—óSíµl«”ÏʶÚ(a6Vó¦¬9Ã×U¥G@9£ÚͲì:ª•iÊ´ ›7•ÏI°Ðx’0?S] -ê'#—77ÙÖ@ÙṜ6Nèl;/ü¡;V“mM.Ï5,bÓ”›¤ðñúëulEslj$ãbÊmå_µìæUf±Jý*Il&7È`Ûñ0°â -±¾PYd…{éÈj‡‹®ý¤Úßá’!ygÍÙY¦–™zwËhw m-ÌDZšo¢¦³Ê>•Os™ÙÒy…26UÀ¶U3Îö¼E# |Q)Y§º3Ž[ô¡=u5×Tש‘,4§fÉ¥c|ï«Ã¤IúÁZv%¿Qs/(‡|€ª"WK„í°»¾mF»@½þ©˜âz»¹È^‰gb‰š¹p8Íì¿Á\Cgm*E{H÷M`š|0. :`5G‡gsó¨Ò(ÍpjÐuæ[ÎHktqš£…I4¯Eš{BÏ`ÖVî/$Šä»»ãòÁe·i;¡Ð½Š Es§RöV÷IÎÿ=e›ë¾â»“b\-5æn¥nO—BÄi‘T›«5§èÒ½ Ê SåqºC`Åg _'(Ë,Ès²,‡ätJE2ÑÕÕ”¹—hMã>½òÜÆV `ë×b€Y[È3 -^ÞÞÕYÙ.no}¶½Ou@[p\¦lÛÏd6¡[áEÂÒ¦² Äy ¯LVÆvÁ66Ó`}¶‰c[•6‡<…àqkZÛ-áTMƒš`3%5&Îu7ÙG4DTe)÷2n -ì´]îjT¬²ªZ™~ßÇN–GEç\ZÊì‰múë. -SâýsréØvi%«Â£tØäy Ÿæ©× k-+Ý3†*»{'Ö¡»UÞ¡Ê=a÷©GNT=F'ÈÁåêEª.k€ñ¬d.åpµw{E¢Â™ëFq“„¥4–Û ˜†çê Šñö.ÿ¨÷jY)뱕̨¢vaâD©£¹šjMñê­ï©é›€«8ÉI󭧘 -˜æ™’SClB×,¯ñ ™J&A?MdúºP˜1*î#,…©Þ7äsÇ«b®ê}´j^œ­³§Mp«ZNM²þ³Pxuì*½ —±&Íe†_ŸJ±A;ËÛýãuB. Íb6o ÊJ,—ΧcœX÷@N¾¿Í~wþåà¿¿ÝžàÓßþþ¯§¿ÜýЧÏ_Þ?~z¼<ýÀ¿þöíË×G6ü¼§×/ŸŸ?Nè‡=ýíË·?žÿ¿Æ'¿~ùúÛëã” nç¿öõ‹>½<Þýéãÿ·Æ7„õÖ¿âéíñòÓóû§çÊÃuqÓþާç/Ÿº>}y}y|k}ÙHݶқMöòˆ|øØÓ/_›¯þúÓÇs:ôZn?RÁý-O??¾=ÞŸ¾~ùýñ휵ü›ž>?{ùéËïÏ¿~¾9îhã>pÈ€þg?½üôüÝã# ~Á·Çïϯ÷ÏëÞ·æˆüì§ïoϯ›ôC¿<¾)oïG4k YÕùZ^ùñ˯ç‰_?}÷xQÜWG¶óúÓ÷_øøóëãóÇóûçËöËðç•ßÞžo ¯þýñúåëÛãýC¦}GÆÕuyÏËó5xßç5u¹aèÝú6Ñ4LÒTÜ)y¨ÍeÎÔ=SÎýª¢‚Vëœ}£„neÌa„ù÷å[$î qÕÝ7Ýq'\Àp…†6â¼¾•Ú¹µË´Æm 3¹M[“ ØÙt6]ÙîÖ)°³t6ˆÎ†ÐÙ0:…ÎF£³1èl,º‡¿Ù`¢³t6ˆÎ†ÐÙ0:…ÎF£³1èl,º‡¿ÙPâbX(ŽUsiJéÞY°ÃAt8„‡Ñá(t8ŽA‡cÑÝ8ü¡Þtš~v8€Ñá:F‡£Ðáht8ŽEwãð7Lt8€Ñá.À÷½;¸%óž²ë §§ýµÞu¤ÈðÅòΓ‡H·\ú‹×{A¸ÕCŽPbð¶pÁÞHŽxÏîXÓ:¹í -ÒPu¯æ1xºÛ¢õ.bùaýH:ŒbvÞÆì‚¦ä|ñ †íA;•ôV?©43=Ý­z“o‚¤=Œ*ëÁ¶#è÷2èilMq[• xbíénÖ¹œœ9È™C¥8˜Ü—üæ…}“6çî·’æ²ÖFŽQ TÒÚUÆãÝrÑ]ÐnȺ‚JPT3X2˜u&ÉmeA”bç™éÞ_Ö™ãRT±Ž©–¡oÄ•(j}ë 6Až™ÆÑm=QËÈMËà­‚ÍûwÀØÐ†ÛŠâ‚JCn”=êöSó2‰WL¤ª²Úr#î:øÖæq¬s·KCzÔ¥LâžþFå—¶‚¼´?É£m?W-ÌÚ¹õ™ižÞÊ;w~=¦0ašc§E=1ÜkÿZNC(e0·ZD–iiÑ`ñ4:ðu¯2¤±;h=;#ìú±¯‚Ì 9÷!…ék+}BBIj(¼iœ¡¢Õ%2VýI°7 åöjkCÅö.ã$ë0ÏÎ ´vÂoWØÊ -´ß}RÅ"NK€PÜEÉZÄU -Ê/ËYµ -ÁÍÇÎÃ¥ÝS?Ù×ðX'€H!ÊïàÄwö¬¬ðì¼ï×¹ekæäD7 Hb¦®Vï:pQhyl«Lo1î°-@´@DÅ^g^§&1‡Œ%ä~äº;—¥áUOìq±â Báx@Eû¾y®½ˆˆê¼/®ªg-}gÅEÔÁ¤´ý(ì*¬G»Ù³›;U½-Cö´Ï7F—¡Ì û‡PÂÅtªd¸+…cI6Çž‘Ó hkûɘ¨BäÕúQÑÓ‹ø†ÜázƱ™[TŠ7D5ÉÍP´µ¨k9Á0,c¢\\4œûÉ Ù†~VoÛ„ ÷Û¯!8&ê2˜H£¥Cã³3Þ)b˜]&äÅÌ—YzÎ12H…R5AÚuj–J¡¡×&DÈUfŒòlÆÐ.—„……i-† ¼4J¢G8¨U%y1ñtÈW®#OÝi„¨œ°RYØC;Ë–C)˜©ÑÈg¼i0ÛfPì„2{ØØK5Pcè—" 0¸ò]½Tœkb扽¼Ú ÍÌSŽ–ÜÓÝî, -aSá$o4$Ü·s#+æU†6RqÚ!É!Xý]##\oÅý,¯'4¤lýŘj¨$£!'ÊÃÿ,WÍ£T¦#sœ´¥â뀪‹aºdŒCѬ½ÚÍ-òÔ0©ºPýÿâæï)õ[@ÔZþÎÿÒ,M¹Ù(s:vUc"€Àˆœ RÄ|Z7y\¹£t†øÿõ®ªûSÑôEÐ×À7”1TÇMøêÁz«¸´ïLŠv×¾Õ -5\&#ˉ_—Òà-,à—ûÂ,7*$³=œ6–êö%ú1O·®_ÜÔ;¸æNUc¡sw¥õCº#<´ƒÆ~èEþ¾³èÎߤAøO5õp¤Á÷òä:h$u> û¸¿È‘3 mOW¼“u¼ Eí”ý¦³>rJ%ÊïDÌÃ# F. ÷¾kíUîm´—§=JGxÄë²®ù?œû@X»/«f ÕͧZÍ ×ð¨4°(ÍxœòÙ/~±ç!;"­gÞå´l8EuŸó¢ûȤïjvîmÝ~7݃Œ‡êå4…ká׃t¡rä¶dáóF·—y¦»¬ -™»oµÐÑu‰ûÆô„rÝOù pÞ]%hÞúƒè¸$‰\%ß…]ížè&2ä9ÖTLr‚öU¬O{½q}7ʧÞ\Ÿôk¹|‘õá‰ä‚˜¸R› Û^ÏíõXP½óŒXHßGrëòU¤gu%‘Ô銓È.gµ¬p`"žx'«SC®ÁÞkÓH<rép@àè5îÍ®™ í"*ügƒ¼\¹ÛN0ÓjHÜ>æ—ácÃQ£cá'ølÈ «µ÷ÁiT³ÁZ³î~âW¡|½3^ì¼mþˆ³žsƒ»‹ŽêDµ)„Ú+òéÒú"íŽgdWóѽ/cµ`'å¹êŸè«2%º_ü#§”×N‰íóÒÃ21h¨Ûp`nu¼ØÛQ‰xe Å+ýjÜ-÷õ0­Ù€@¾aæiCÕ¤Ô*w»‡ñ0@T»…œ5O[ß»_m°¤Â˘˜ƒ4°} ÏæUs;Ž\(/×…¤±-# Àœ…hgHœlb¯çÜ‹ØENwegï’ÕµÈ7ì-)&‰ƒó良u´¿GÒC[xë¦ CîDÂy×rËn7c;Hð „n)غ$}OEêýÐÜcÕ ¢š”‡‚ÔÕ!ß“AþS×2BÕ—n¸²“ýǯsôÑ©î)Üþ¥à#Ì"¹¨qGÐ}ß¹SÁëžWºŸ]\s÷Y»8x8Ú¹J¨Cq ™ÉÅŒëÉ¿q¡Æ&™˜P·ô^{ù°_‘çÒcó0…Îvä&00Òãh¸³@RÛ#^¹è -U‚T -ŸlëÚ1#€ï9¨ù?Žœ9T·a¯µe6<„x®‘ÇMâ²Mf‹òЫ÷9Äñ·qÁ[nìŽ-xîª(ß'ôVÖŽD›Ñö¤çèÊ6suª·ãºgVqã”¬ä ½Mùn¦.} Íl7‘.}VÕ¹Þ(Q/{Ä‘,ä‘57h-6LÛ80RŒ›ÝÓ6}Ô»«Û£°;w¹§QDV=›£ø„H$Ëe›ÎK«ûy®û”I‹žW:9+rXë ]g\cna¸Ø³ÆÖÿ6(êl‚?&Î5R#Õy°?V_™?•îg¨8EÎtKŠŒïB·Ø"¢,Ci†ê±ÉÜ÷>òí¤-îvß.£üMÌÅvòy픻ܕ.¶ƒÜ½´Ŧµ’Šèâ(õp·0ƒ¦v)•¶H˜‡ì‘Ç q˜:n–åËÅ8÷PoT ïuä”a-D¸Ôá>Õ—úÞô-м1jÎhâÜ·‡*s&Öƒ/ñI‰+è¡Gµ'¥ÞÊÐâ„þfíq/E¿+fÍkYwųt¼weæõR‡§Ý>óÐÛvÙë¶fYyó<¢ª´'XÖ0ìƒSW›|ÐÉžKµ¤P] …Xy kŠÜF™F²Ü)mÞx¸Îd4ä­2Ë=Q,un¥üã².‰¤<{/E7mfòÇ©Ò$ÀcÔ²–E&ñ—¤*ý±ÔS{yˆ®Cºí–ª ˘,27„*ÜmQ_ØfDokYÀé+çjEª¯Q…©ˆ­Ð° Éêåqh(äiÎ=.º è`ÙÄr šíÕ(©7 yæ°;ª¹£ðî#f‚¤  œ§dQ·KjîQjyd¬2T“2ö¹¥#‚ZRö&µÂòø¦¼œ€ñˆxÂÏÊ aÁE…:Í‚Ç#¼è9òœO@Yû½Ýntº -†“ªõÇ´Æêb¦ôs5ÕÙqºKD¨Zù nEßýyrX@ch¼Þ·JE¨]ýÈÃçîé©¡(Z§}5çìñŽîU!!,Wö;ØRæª6Ÿ uëpÞî–¿pÏÞYÕz(Å9‡I`§§²}sƒruÃe4]rÜ;R‡ý‹"߆¼#ûNPwë|bî•C½g”²6¹ Ù¨R´{¢½¡ªÜXA%Ý/ƒzü¡xiS4žöÀà7=V>_ñî…Çxž6N{Gy=DU ŽU¾öÖ…éA÷CÇf -ód¨– le »aXL~sŒ³iL{ü!|Æåq€=Ì‹zVéj/AÅa ¿–w Ÿ}WÀa‘B{’È^Öt·‘\E†ÔmŒ­•á~¡ `úRç%Ž˜Îg ¾öhÖp]õ»í£Ÿs¨{·ò Ö—¢|q,<ÒßZM$6E.âKG—TÍuè‚ÏòP«5Uæ+«‰ôE‹êŜϋtfÛåûÎjôÈŸ6›ð!²ï¶–Ï€V›” -ýߢOÕ®­—îD+yU{á\…ªr¶àh±FÕUð)©N6]+Óò1¯Y± •,ÙCðîhmë—eù°IŸ*üER r1Ý:,?.©wÝXÿÐs E‘¨B"þ£˜nvïh΋Íï` -ÔöÉz³©ß1¥^¼…GýÀ« Õf':ö5 U‚]œYâ V'NxK+žˆ‹K?í–‰}ÍŠ;C³Ðm³f\‹@yx,=|sS'9·/ /XÒc&#!{²ÝPÏÖ›¨Æ9z2$N)ÙmõÝ {‡iÅúÞ4ÐìøS½ùuÕŸ•²ƒ1Rqò~x‚‹GîÉtŒõ)% R ÛÂÉ"ÐâGôqÀ`]ΪNÎ9dK\‰É¦P MÛd3*޾£ £Säå~VßXŒÅšæç\ËZ÷J>Mb±lÙ q6t®,<Œ–LcXî@¹tœÊì;¹o]°€üèÙñˆÚ›LF*Á=‚Êi/Q.:)‡Ϥ^kO¸täâì¼ pJ¿à@4«¦¾ –ƒ‡ê¥¼õ…;;•8)”áÚp1sÛÒÝÇDûHEú†àBcnaS»W$E×h™’|ÒNÉ7M‹Áy ÍÀÉcB8äÖ÷aŠº6Î#l óMeaNb"Wèé„ÚáYм*½ñ›À+‹D>û\û—fr:Bwu@V! L#êi²I1®eJ¢€yÄ"½³ÔÙ)j‡Y=¥îÖàßÅ}˜ñQßVßHDŸÒc™r4eÞ½Ðj ¯ÂFÚîȘt†M¡Vô²/:ÍÛÐä Ù¼ŒÙCµ]õX,»‰µS: ´‹ú…R˜g~,xᙇW¶‰v~ÀÓýºÜèº^vd9*Ëiµ!—¶O®äë_5N@T“Ó™„Î:Çî·Y%$1¦èp¹þ4ó´!§ d€”Œ òMq= eRgGË5ßv[/×¥¾]ú­OÇjA ÐÕЪí…þ |%ŽÕðˆêäëꬴˆZ üϘë8¤ÙºCæ°}Ó &±B]Ô€°Žz2ÏBæV´åZwSb^‡epiQî‰ -ðö¹bÕuíÞBÅÈqÔê#ì·Ûõû·äŠ,ü¯ìàw•°ðÄô¤QÏf´§&¡¬Ì‡„±òP=׬6²îkOèzÏ"l;8ß"1›ä›R—hê€æ3TùÉmõ6ì.Ç6j¸v2¸CvËÖ -ùuY—~öìã=Ø‚šNÎ9¤b-8}G‘Ü`=Åú3üX³EW&õ¯ÌVë]ÑÚþ4Ypp©ƒ5[páå¹Qr²SîKBOã]JèãtQÑ'P޲c% ÷®—ßt&ƒº'Ë$ú}J¬‚“Â:-ýeL>œ~®˜½Ï;Ñ:½¬=t9µ£€[ä6‡T wŽ»xêqßöM_ôžÅTé¸Ý=D+÷ЇäX‘8”éØðåC,5’*°: Cƒ…G.>>…{¥³¿núÆ:êÉ•ä®nZzFÏÒôÿs’DB=£ ©Wúûåã£ó‘Öã\á($ Tx¾„—†Æ à,L„çÛŒ Ðà7Ææ“Ï®BÛ½ç#¦35 -6ˆt5˜V:õ^'Ñk5bA6což3Tr VžEÂ}.«ñ¿ûÚ<°Ñ,7öu½\£pRíî«G—û”äa¦ÄˆñtEÝÛ”­Ô½VéE…¯Ù£S½¶ÑÕÔ!Rê<† ÊÍî¨Zj!`ðu ›q7ŽêsáhuÅ4Àgœõœ_{’žþ$¯!º‘,- Sº¼¹lUÆ*C5ù®$ÕÕZ¼˜W,!•¶&êdҙ͖Žz’ÕôyC1ăCe­‰çª·8$5kÁS;ÚANòMõ´– Ð&Êj‰c¬z(Ï µö+"µðˆè†,LßH Vܽ‰ÝÊ >¯•idÙÁ†Ýx ]NV ­©((ôe)}¹•¼-b=\´¡¼é®³3g¢!Aº\9 {•5L-“É{xƒ©?wÝ áDãK -\"sE*.@€þ&c!8µöQÕ—ÁòäP<«í·û`M,H(gXNBI¬ñø3/Þy'QvVÓÓ3îÄÆñ?$åŠä8%Îz -lKÇsɪīÞÙ),|v[d¦ë ¤·¸Á»þ®[Ç@ÇÀ=ísŽY…\œ“[ÇÊÑP`L]Âýaðž–I»ëŒrW)·ª·Š±…FCþx _z5'%óÑ} ‘IÌö4éÞòç\TP[ò¦ù¤¤“šÄiÛÊÅë7jÈ}¶š·µ&u`•VÆZv29¶âBË;F¥8F¤Án]¶t˜é[̾ôâsÛã4¢,¶ -SØqˆ„üÓã¢ÃöDu¹ºêõ\÷ýdk5ÕŸô9¶dÔ[F6r DÓ.öP§sç@»ô”ÙìmãâÜeo¸óAÊHb(;eoBáùj\tÁ¼ü2]~›opl›EG§ý\»›ùhrá*C–RY´7”½¾â„nÎèlw›./ÒåóC¤Ž­¶«?¹wõ|«Õua$X‚Á™‚²“’°v4Ö5ïÚ¯µê7²Ä65›¹­é - ]Å%ȯábo{7T{HÌJ¤¾§»Bú¦Î\+[†d LQÞ”«¤N$NaìyZšóDUüàÎsUâ‘TŒ€}Õu€PyêRè!ŒœõŸ‚òͼAãõͯÇ«§ Pʯ†34CþΠkÑT¥ÀmHU7¶ûˆ=Í?÷$ ÷ˆsø58‰¸§Rö5о:ÑÓ• °-Œ :[éw¹3/X †Ä0œ÷ˆtŠ@DöHõW¥×+¯»GsN¥SýȺÌ:´—A©njOÃFc,tú‚'r -!w¼!òoUWÎÁ=î¹v€k6 ⵘÒzÞÙL˜G” -L¸ªù½mµB]ÉÐ…5$™ô^ 2 ¹“™è|ØÃ<“ÄàZ† nd¢šwè,b'žüi=s·Y®kÈVý€Û’s0•û4¡—7s„:X åæ¶åK¤vös®ÅRE/±mëDà@ºü@þ^\î-Fª\Z´g»†”Sì #î`“¾*% ×üTM¾.gÅÁ„î?ð½e_ K·úÅyÁc÷À)®dÐTÇ´«¿„*)¨x®ãó z~l"¸Ë ©yÞˆaÆSa=Ì\¯ úË=èÛÞ" -E…im ¾@üÔûæI䙀Í›²+{fWñ€T×à<´sÑ\—+B!døn°*4¨gª—² ·¹{Ù¨ÎÀû›N:›¯…™pÛ…êõ~w~Uõ(°3^ÔþÜÞª·—%Ϋ²Ÿ]¯Æœ™pW|qM;ÑrÉq?ûÀoù±é\!ÆZ2xp©„‡9$º™ßÕö½›8¨ÕyÓcGFãm]‚Bä*ü\OÞ–u1ÏÊH9IJ"ëPzìènñ.Æ–Ü'1„ŽŒ’9HùV¡iI·­îë¡-Ì`-5<$p=z$çP‘ˆ2SžcÛ¥GL.h+\²Moz˹ËÅŒl`à+»Ôd¤ÀP=[ü/©ÿš(;fFzètH™„Û’SŽåŽrÁ*‚ÂP|ðõ8¸FÒ.=$å¤Ì¦ŽÎæ¹a*?øÍqÖÓ*¹GßYó Ûj‚@Åóg$oys- ¬+“H O…õ0sÙ2äïæ7ÙÅÊ͹ªÄ{9eƒÙ›/õÝÄPG5¨¬ñL@Ý›µæð=î]°ê<ÇH´sÁü«oˆ6þ–kw\©£œt‚cÞÈ>AÁ²ørv©Ž¯¥û mp†€7¸W³—°£ß¹Æ˜W<Ÿ°B®²-ud‘´;IXÌÔ’ÆXiÄ0µÎˆåÎC‡ÅL,3^Ýxs|»[åíwÅ•²I²uɧý!µŠM×Õ£r'ü)åž ÔŽ}DyÓ¥`Å +ŽŠäÃ÷(–0ÝŒ@1 Ž—6U–y™â^M’vÌÝRòr­ŽIy›2%¢×IJ^’A¥ åKwÔU -Qy`8tŽ+éÄ^a¥÷»\˜‡MD…ÇL޹%^ßÙjqBÉê3-9ÄMì[—!=Úà i`3‡TA‚*Ï·=ÀÔa²LÄ&Ž@Ñ|ç0´å#_›¶ø˜)¸l¬K’ úµkl2g?a U¸N/Æ8sÌì}Šçi^ÛoÇÍ<#Ì–¦à^øÿžô3HÊâö/¦ >I$& ¶.}¥UîòÅÎHêy°Ò.T¼ýÆÈÝym÷u-ì몠$üv ¥šòoÛzóЋnN¯ÓŽUS‡²Ó5`{‰‘y|R^ ™£=?–®ÞÊÄhFØ‘‡„X뙾Çs'¤m ;O³¨@Ø+RÜÇ^ê­§ -c3åæ&=9Æ¢: ‰£¬{U|üæŽcë°ßéaêö•Çó+ðbÍvç•’cO¬KlÐüÓ B91]Î §î‰ËÀÊ ûoâ] íò¥˜9̬6˜jäv6-ƒ‘ÕmÏKcÖ ÊŒÊ8|Ý ѱ?S|‹†‰5ö‚9 =zÞ°I'‘aM @Äéaï±hu(ºa¯ e]••a:ÝÆƒîDæÆY#†°ÛˆŠŽá% 3†vñ -ÆH_X´y½-= ;Θ’)‘3Ð8ÕçGfÃ8}<pc÷®…¶Œ³ ¨%ì}G²J»Ý±YAD¼nRÎ<¤¤Á׺ÐpbF,}2*ÒÓMÛ9çg}bõ‘ɳ@lsK*Gc±ïÕ³Ð{Zq¬ Žù{ûÿôÂkL5ú†œj¦ì -:e©Ô²upÓ•F¢§•Å­š‹å¢ûL½–³µëbÓ÷¢: -òñц>ö¤ö<¡Ýþ50 ç½1'wòGƒ¯<^y¼3ú­_{(Ó,U¶w±®I" -¨€ ³}¸;?ø+e), 1ÄÜÍ"AcS—Ƶúß͈.t¸9šEEzíAK)ì»È[¢rõÌHŠ´õ¼ï\6V1x$U%‡fKÏ7êíðÝHÓâÙܘ[x5„¨ìÇ$žìåúAn£c%Úx& ‡û5Uܱ´Ðwí9ìeÃ&"vZõ¼êoš4ž ÈhÞ -¡ßU––•è3zê2),ÿ»0¶KI-o¢j¦cPYCuœ®/bÉŸÞžXêp4lÚxáç‘¶W6ÞM>=¸7'åzËôêw#‹J8#g¬ñª§^v¨¯ZäòÄ¿° Ç…÷ä{UáíÀ˜Né~›BŸýІóNiKÝÉ•8”[ÖÏÃÜ ɢκž"æÍtÄc…t CÀ¬'ÂQ´ïNÏ Ë™ñ˜*lâÊsîKFŠƒ_i>ßµ… )›c<ŠÇô2ÃD/æp;åÙÿb%L9lð uZ«5ZNuèk«ÉÓ0*4ÝiìK]þ©=•½ÊÎý6q(ƒí* -TñCYÔ5({ÐÐÓx#Э‰ÀE£Ü ÛH#£@Š^¢[몾¦œJkViŒ•F Oõ0q]2ìoR¯+_žå^ý&oï~UÊ}±¯ñûZÙHOÕµ%̼]t{'_dŒ±çPvº,u—ÈD­=pî:/%f2wuŒ'Ûß‹dGîÑPæUUÆàì…²,Û JÌdÞTÔàó"ª‚¬UPd׉I,½ yw¾¨d˺´” V!=‘…̧nR€KÆŸs=‡’¤7§5ž8‚Z[è=@ëꃭ¾-«V®ÚÎZh‡EŒ†K5B}«€1{.Ïãsä9p½øåÖ‹-N4h½h9z¼´†eC¤­$ðÜ`ÐÆ¼nf={Ç QKUFiH¹´Õ#Fæñ£ÍÜ®ïƒ9ÓNW§„±á¤^FêgPiƒüQ„1A‘wœ4†5 çòжâíLY:{›_Û•„K„¦è§JÆ®cØP£÷ùMŽÃÄàï¼Cé÷n6ê‰KôňNP®%‘x=£²ÅÀßcé¬^ÍÈJ'ž¸#âã¡ æuž…[ps…O,XÇÐx²¯&}$¨Œ‘oÐà^=ŽÎg(ˆY¸ÈDO’' êÞ‹†ÔBôÆ”"Æ×FT#dÆšªÜ¸.ür ÍUòö„žp D_Xle•ã)¹µiÑm³wø›Ê t, -ά°gàó)›Fqâ\~¹E:^‹'$ÚýÞpÒHÚÆÄBJƒ'·5-³ÞxÏDÛÁ‘0Ô®Uwv(¤u®¥–vì×{0c¶f K:7Ó…[¥æ¼3Ç[x¶OÝ¡(uŽKœ0A5Ê364´?1VL”y+kfbô£#!ïR(¡dûaT!h8k$™îæ„xYÐU1™ˆÝ*[E ^}£•Žk1‹ èú«<ܳóƒ4làè~“á11ú»ô±Ñ½àPW—{ᤠ”Ñ”Œ¶œ §?Î4Õh×/y þi;a8‡æH¥ð '“ü…ï*ÁÌ5²ö5ÌÁXTÅ®ŒUç‚GÛ´ïX {€y qÌw{“Q*’j[ñhÙv²äHJ«EÊB1j¸8™Èô³ù8!rŠõ…V¸“~´",·’UÂŽU5ï@æNz”ú-€tŸ§qûMM‘¿)ä¯ÜÈMa:áZ•?0qA1#ЙuŒ…½Åe|Ws0tsZ38JäïøV¶ÓÎí–S€Š]âÐ\ÕûÓ*:e¾„#•8SUÃàBmѲˆž ŒE"¬í-|݊ƉÜh:B=¶±Þl`,ÔKwãDA!³;“u¨„0ŠmÓ\¹Ð46RÀÅa®D1•Vá¡Æâ æ.yåÄ'Å_ÓÁk–‘•ýÀmFÔq´'1–gSŠ+iðÀ;… èIç!Ü# ¢c³dD•ÕlØÑ ý&õbøÞ³’zuªTpÆTùDkm;Û@¸VÉ’«ØÒ¤¬–‘p Žóî;Q2­+•E¢ÝÆ!=4g•V Màh{*ÖºGhy¬'!÷V†Pªæ·gr}ƒÐmÚM8…ÕvS˜y‚UZbž½weÓ}Â'¤›ƒû¶H€“¨åj€QÜtˆ­r*fÑQs€%%äÝ*àJööLŸv`â"=eÒºt³SVlW/m, æj½P<íæÕDsÉ~;êôƒ@ꦷAlnôX|ƒÚOLÅ"¬JÛ[aÉ -$¹w¾Ù—ð"9’R…8d+3ã[ÏÞ¥š -ZÉ-KOÐ~4ã˜CL'É1&sÌ6rKrDŒ]ç˜Ò‡ÇO¯Æ¤èÇ5ëóÚd²Ðã+‚Ú†”fâ2£¸Dµ"¸£Ì+a>ÖÕk¦ -ÊVabÄ”kŒÔ3qªQôN³–sÛØÅt mÙHJÙ› Ù­·ðÊËmdõÆnð‚•+šÚž^Ñ]ËZGbGë1!ÈhƒI]'šË¨6‘\E¿uŠN˜F|°ÓÏ¥CáþF€¥ÂÝô4Ÿq,†;­™œ{¾fö1hâ8;Òµÿ›¹„V¸j¦BëÑfvú~Ò°¡î`¼/]ÌÁ8ü* è~Q…”§@’ ‡7ž<Š‹4µ‰²Ž…/}ïááw‹égZ‡’\Û®žuAæ}}²l¯o™tû,X¡ÂŽÙÊÉÒïB¡ý³v•àPÜÖ<·™ÌÓÅÌw7)ÑÞE‘töˆÖ ÀÞ<ÏUÀçÔ¶ôº |ú¹¦$]Ã?"xm`º÷mr¿u׋?Àb&€*éQ•0”üv•4@dãñÖxÇšvâñožÐa«Ÿ^ÛÊ–»#"±8á@ Ío¬g[Ëyò4g†’4=y°ºý.6c…St<óÿ@ôP‡@s̱¶aïmrrägxX*\`tA#m¥{%¥hìãÑ*’0{lϬgyËãS¤‚i·6“C©$vÚaU \‰,™g<|±Ó³A’]·¨È1 H–ôµÔQna„˜¨ÐzcE®t,]Õ^td‹:lË"ïÉqW`­Žz—æ†ï²XÞH¿ŠrÃS ª‚Ü*8ùIN<´ŒœiøéIñ6FŠãÊvKä ¯W¿¾§7VH­CmŽžcÈ‘~1\ > ¸4sE3v‘:*F÷4€MQ›!Ð?ÄQáîT&x*OBÏ[{ü`ÐÚ«mέnéWÃÅWB*©I«|j8wðê²xå©yñmM´ÝÖ²­"¨€§ãgšœŠë£‹I4†C–§ =Âæ1–N#P\ T³[ö/Z~HzbëCìϪ<Òª×&y =Gþ˜4èe÷2‹C+ÃvQn³k Šj¸“0vŸÒ„r -ÒiÄŠýÏo2<,Fÿ°|ºÆç.¯I»ÈšÓr×£Æ|®?2!×mLN"Ãs£;ß„“—T–`++§pB„AÙ§BvjJaoš&c=–xå «/‘ðþº"`›‰] ákË]½ ÈwJ®/ -MÚVtr§‡'ý‘•¿!¶”§<£A|ØW/›ðOº -d¼ÞKU×O%_3 ưž‘l„¡øçÖÆšö#¯ÕFêÈkƒ$™ÏU >ѲŸ¢'É\chyÁà\–Öpn CF–Ö‰íÖÝc§ šå¡÷e#’ £O žLµ©QQd[·{k³ËÚ»N“|:Ž£Ò”dÂŒT]ÿé;š9Ƭq¹Ú÷*¢Êª˜TX)D'Á޵jŽ3¬qÁZ¯!êž*)QZ‘Ûb=¤ã`7 0h ù~}>7ù/¥ÁÌÜS”â˜ÛRÃf+8c½=(ïóµÊvú™?£-–³NSþ\$î ²ªà-¼j‚¹ö—] -9›Ý—?^½ šœO¬Ðh‰§÷á?x÷ÏMqçÀ3Õ¢½±?Ç5C5Æ1.ŒâôS¦Õ:¾8Ôývhõ¤l%›\r†¬æ“Ó -k.Gdjãì3ÉÆÆ7wÞT…,©XiØÇ[œnÔ˜=²èõA€Ú¤Hs?Vc?*€s ¨ÍæYÚTLÏQŒE Ìåݘ‹®$S)»é¦¯Â¤"ËZs½½×¶ƒ?–V:&ÊÇϵ]çBVVe -W~;q½å5/1•0·G­\C‘l‘¦#Ë”\5±·Ã´Íç!^ @#.•] j(mÉóŸDÔ&|_†ãò榇a¦!Ìã1v]ó a,‹òäi™`k™rI’Õrïnßüî EÞ³µb-ÛahcÀf|˜,…æ9ò‰Ìë±" ͇pcUju‡­)M„ãZñe«ˆø)·.Œpü}Í(؉µ×é\ÑöÆ6èn-Æ I\õQÛ`Û¦Ëÿ¶ äU \ºœK®¤ŸâC†s¦,õsvJwºÖP+Øi\(Õ«ï ZÌÎÒ"›ì©‡ðÇÀu<\Š3 WSçžÚJa¦d¢~5v2Ñ×1IÐÂi4 -é2Ì>Ö)‘JÌô6[d¬$Å·Ô`,’6ÂŽþ@CÖ(a •Žã•,†z¯cdÀ07xt¥^ eÙö¹ !+öêt¯{uO*ÛÀ‘¤L2F~“†[UËé°'ð1×ð…Äë‹ã`Nìt‹RÉ:c»sv[X™1Ö°‹šmè¬N²Wƒ¢to€îwOÏç¾åÅÿ}í™ûá/¼üóß¿üyû3—×ÇýÛí~Þ¿½zíß¾ÞŽ{ßç\>>^o¿Í/¹üó|À'žç÷Ï? Õ”ý«?~ÁËõ¼½}ûýïùua¾˜?sùt^oÇýåxû0ˆPVû:—ãíy}©|y|¼ž_"ؾÎ&ÊêéóPû·ÉHD¿¼½>'×{Þ¾Dçh7ãrþúöåüt¾<?Î/_óðEþÊëñåz{ü8¾¾ZųAðïÀòR½Ÿy¹ÞŽ¿ÎoÂ÷y_ÎÇÇóþúÜ—wÃןyys~:>žÖùáç—ÈÎ×Yþ%Ox­Úfûw½;îןÇ×w·ûÛ—7ÇëíãíÛMÙ¿Aô„â>ry÷øú»ÖÇ—¿Îk´ç”-¼ÎÇÛ›óåüõ<_¿÷×á{Û­?úCß?ù•?Îç§óþ-…kï©ôƒ×ã¿~ù$RÜÙ Q§ ÞÃÓ:<…!Ê[‹û˜‚.(>~…¨{ó¢_rzƒê ¥Gç9mÙFâ^—X'Ûê82À‰.àK‹øqmY(.Ü0‰€Å€(Hà˜oCp´ÑŒ6†±Ænƒó.3Ú£ 2Ú£`´‘ óoIAêy¼ÑŒ7†ÑÆòtÆ`¼AÆb¼€ë™ÃŒc€÷Þð+êÜ6¡CÔ¡Zåz¢cÒ#^}Ïië»±G3˜O·çZf=ï©÷=ÝHü‹"š -|ê®ß›?žç—7/ŸÝ+d³ú0˜//»÷‘Õ ‚„÷EÍ¥`ðaX_Λ>— æÀ¢KÀ¡2×ÈôEßµïÝȆŒlÄ0œŽ -Ú…„–¯¶3)³Eø˜¸~Uê©•'ZV=ˆ'mS†øòÑœžk°C/Çz}îgío`¤·ü£œ±à™†‡BoÝHúE©!…ƒ™#š'›=ˆ0ëQ:=H°—ãecÑ›„þÿQçPùáGózŽT-[}wßÙ]ë~Ö« -ËŠ¼ß©?8«¼²ºf؃°øÄ¥“à g}½\©—,(8ÝÓÎÕ…òU¬Ô3=œlóëÞF$Š©O}8õàŸÈÌ=¬}'ÄŸAèé5’JN†gŸû[ìžÖ¯xùR×~Í«û§ûÛ|Þ× -Ÿ÷ãÄ"Égï¨ú÷ñR¾dÌÏÒŒ¢J={¾¬ßÃëø2¼Úµ»'z–dY»é‹ó /!ß?ßàÐ}|Ál癥­ Q—ïy«ÃR7:ûØï,™m­ ¬é®;RÂbrÐ÷ê«0Ð0*C ÕØGaäkëîÒo«|W˜š&«ä¥;üÌßTùŸºü«`¼îUÜðÞºú4IÅf¯ÿ˜ Éšòˆ÷‘ÀG%K1ö39о£ÔJtÔ̯v~s ا½÷½²;Õ …ñÉ*m%ʼn/ì]µ#$ÄÐõ°ˆ1²nÜŠx²ŠÜW¢i÷DÂé|H–ÙáOËîR¾õÏãn@”¬Ø!^¶.¨§w¨"´:J|ÜCzJe¼&@ÃZ"è~hÆ2VÔ3åîCȧÓ§!”̧íàºðïžoÉŠ}Ú£¬"˜{Á‹:îHg^XóÛàhs(m%î å »ÉÔ©$ˆdÁ€ ;eŠàž¦9Ց¦/Ä(ïjv¦5‡Æ^1„ÖŽš«¯¨†⺼h}ÆžW¶WÕ-¡FÙgZGjö¼BûŒ?ºí ¿FO­šêÆ‘.ì¼Æàö£òŽE²d‡øU_´„é½è¼S¯1¼MÜßV%RE#Ÿ˜çþy[eZ¡,¤`„˜“Ùfdü$N±ˆØs·`ÜÏÜ -Äù½ûUá!׿ÊBCHéWµ©@v†¯§×ªÍ¥×Õ½ òù‡î¡É‚ªíòÅŠ&®×Cç¬ö¢R ž¡€­À‡xqY\–¨8¹gˆ$̬is3ιScº:/z0çeÁÏÛ¯w¨aVÆ3g‹ -÷ªIç!Îi›Ö5XqóN–UNÝ8§©‡ÿûÊ_†€f2mè/'‘xÿ(Ä÷6DzQ‹F”0½µby´Ö»ö|¢þ2qí÷ØïÊîTw^õuftVA§WIÜm1W33úËÄ•ñcö¬¨î{œK˜ùL~‡£nê/W~ KÎÚHž‰çþ ¥Ná_q–â¤À „73zÈ›dÕ[ì8%Õ\k€ýBl¶-’Õ¼l‚"¤OÉšâW»–dîÇ‹¬{±ê­…Ö%lÍ…i" n „?¼RµF®ö>UÌL·-¸I¢†û×ɺKªõ¨—$#d7¶Z 6¥=Àõã­¯—˜KM>0‚2¢±%HóZfŸáiUA kKátâMÃÿ ÒÖ5zùÖ œb4³ "›ÐìU=W:3!ØÎ¯&ZUL‚í)²Œ×üòkë_Ø»`¿¥…()…vRhŒë‰«<Å0­;¶†gVAVqS\ÇÄìkkÇ=?»IÄæÈEþÈËÑKï|ðÛƒ4g‘¹(FEÉÌ8êYûàú;7¨D²Ú "Dчi°—õ¨ÕÆùcm¶/ñVŽq+]27úRðޱýÏ#b‹Œö›$”U ';°J÷ó¼Kà˜>¹ -ê«¥?GÅ(‰dag:ÉëŒ`•¿ÙDM+ŒHQ1Éq^ÎÌp«l‚2qħëèK ™³Ž?|úw¯+Û«êÎ/µé­™èìw¾ÐõGn -©àLÁ<Óú²îyGoÀ„lŠxòPÆ´ïç÷ýH¹jÎØŠÝŽÚE6›>]ú:‚â𧘄e>xÇì$Ãi#†BZ mXs\žJŠF21Í€²£ ENá˜Æ\-57f™ÝçØØk_J#bô6ªÖeŸQÄ~—ãE@å#Fl3¿Òw¾Í³á«ü8ø×§¸›ÖêëÚ;¡È+ÙqnjYö† -¥È¬v ÏDlôétYü/̶@Òuªõ!ö<åœ=Ÿ®#´8½Ý3ì¼öç_ÖÈUÃ×dö:ªH ‹nµ“Ÿ¾„$OäUG0Üò‹óñSї݇´X›+Ž;³QN(ö´³MKaÿßSˆbÀûAš4vž7J—ösÊ­‘Ù}` -Ù“ÒºùD_Þ¡ CÜ‘®1èØ^9P©€Q„: —:•cÀû·zú bv¸£Z~’.ºT¾- O_´Î¦Ç¢ºœa 󤫟ôÊâ–†:Ñ]™“âú¯\‰K¨¤0&}lÀnÎÐ|…s‰<–eZžU“j^$~ÅnvŸ­íñ–2·>xê/.â^A.—šá@v]LŠÆË îø'…ó[Ó‘À!H˜wn.W¬ª6 IÍôƪ˜¹ï·e?»ëSüóBÈÉу_r3õˆ!y ¨?·TÙÈqFª‡=r{wÅñY–Ïw´ÁQ“V†€‹ÔI4?ÈåÉ;ÚëM¦q_uË ¤¨|j‰EŠ‘Sníþ8`iÑZñŽÆ xBÇÚy€Ï(ƒo…wFsÙB/VÞmº,Žj‚“’Ó=ç©F“þ›ÅÈyL«%R!<´‹ä$Í­Ù¡Í€C´:"Âcbg3ÎÖ}É¢‘K—Û¦6±X»9ʸ‡ö‡3&\6àþ­pÏ ÔÂjЊÞö>ßãÈÎå šFk¤Ð vk£´—ùü'˜úëEÄ}òt¾¬5©¢A&¬+—Æ BÙÑ ÂØÚ2¡Œe¹é‚½‹È¶ŸÐqÉb.@ݱ9¦~Š0ùº¤ 7›ºbì‘õû”À7Ðá@hrÄ€@hËr9â9˜O‘ø3Ôr³!Þ.\pp§9úþE m²â/4ý˜”ý¼PßµW»€„s §fØÍïA¡îªäÖ‘ã¾ì.d˜Ã¤:ÁãÉøó£Ûm -œ|3Ä–|¹ÇRÈ„ËÎZ×õ; _{/øÂæmŸéj³Ò~jÅËZ†.Ӿģ gFiü,}¤«p»îf©°ÉgHt;ŠÛMT|>ÓÂõzMó£˲uEwZô’Ú´6&ôbÅþ€:¼f"¶ÁB—þ$÷Ž&ϨÄHiìt–'JùÓ,<_±gþéB tÛF^j m#.’ŸE®F_è:` í¿Å{Ùõ)^$B®¾¾.hšrp^ LªÁºG;œñMZxþ*MÔ*2ÈcT†F"4ÿhÞLÆîÞSð\I,}ñÊ—@íïŸs k@ak¹qOØC3DW1?'\VÔþZÞß;ÜUq@ô¶ßóÀŒÜ—8ÕF §ãž‚ù&ufß tE| bHuómÊ -pÕÍU•8‹ÃËJ¥…óÖ¤Î9 -¤0u$ìÈöª·:òàJ`†›9´¶ý$u¿C™“ıT™/ï€2ßÜš"û8r¦®Ð½°Ub¸ÆŸãF ?2ÓxÉó=µÀ†t—ûÏz"Ñ=&l±£½·]Á¸Øï›÷Æõ)]Í!d…aÛª¬èL5ïp°×ÕÞvsH9ãÆG})rã­Nt?»ûDD¯µu<'ü09‰–¾Ç%ðýÙþ风°ˆÔùT¥Œ„6L¿Ê –GÓÅ’åÑ,_’láý÷vµýOÈ–•ó‹Ò®eµ=×ZÄÀCç.IÏãY´¦³SJà|Bíæ˜¯†‘%ˆm»è‰'ÉÃ9E—¼¡ -—çzž¿sŽ!‹9|†k×»5>«¨tË[SeF œƒî×ÉgÞF%‹¤« Ú¶·‹îЏbH8Tôa(êþ™¸mŽB÷KAwÛ:±GÝ5ÏG‡‹Žªñà}©›zöö@ÐZd‰c -c\ñ/‘÷„”±ü«¸j4™ÀÔH#Ì{i wÅÍŠ¬â¿˜ -A÷¥­€ºFï¾ -ó•¡ ²^±­õ8Ä’Gßœäùê°Åx/ö)ðÕŸOþ«éö‘‰§ÕÞÇ!õ‘Qu76·§FÕuö[ÖîçuŽ*q_†*&Yâêñëäû’¥V‰t…EèšÅ–=éSŠŠ îAÒ§…„Xôl§· ¼äÓ_¢tR Ã#víªÀ¶,U ·~”zòkVëê4b²}ŠvAæè¿kÆÙ¡‚É’‘;P¸¡k3´Q'ž9"è/Õ”pé8MNoiµá‘óAu ì"4ŒR‚zlª/þk¸ÆfÑ=0‘hK=~ú€¥Wö™O;Òƒ"ŸÚbÔäaâ -yL¸&"g65ÓeèJ Š`å’=p©e§!¹q*9Ö¦ -­ùÌÙ>}—È”YºRri¼·"4Ü–MHSf—é¶ð 7Î1(”Øf×£Á K šHGv¸8ཹú”.ÓYÍØ¶ 47ësp¡ªHThðÒÈuGÍTÍäkòØâ%0I* æ î.vdw¹Ä­Ú¢¦t#8ÁÅw$‹Fncᦑ¶Â .ÜäR¯Ûã:«ÄHú¸_ì­,=Ê -d±kjÚy¡9=tµàäYRx‡Wÿô´ ÄóÖ\7 -E¤]:–Õÿ#»df¹L—!3¥«®î3-D¢óú9Æ»ù½¶M²E¢·RX)R&94·[2WªíÕþÓ`ê˜å§í ûæô÷W,:¹Ç…›5¸sªÊJœ§c§Ï> !q?J7X £9Ú„ýõ†DõÜ 0H k´H‘½`t-£ÇÙZV,=ÉÆlÆœ®¶|i   ‹8XfK9fÜ—m}˜Ä1[\£<–ï’ê5eð6ãO)§C™€¡´Û­@~FH— ¸Ë fœek2IÔÛn3ëí–ÑýÅ`ŽF”¼¦á‹E¯y·bH¯‚ q¾!0ÍO›hšØ^˜Ê«l*0y+7'9öU6«àuž­ )5èîί·eê`½¡£±ï+€´ ƒk ”2“G´”¬Ø:hn -…6ÆwÖ^…ØõO)};²_ ñ iéZÞ 7¼°örŠÖ³Í7tdÃúÅê-#\=Þæ›xÉóÇKµÜ4whþ1FîC&·ZO²˜[æg¥T `™n¤k]»¢Íå48b6»x}Ý.Â^W¡üʱMZ{" -ÌAy,ÝU[è#»>|b˜ŽÑýßÀ ÿ4S>_³r¹+¶>S ³ÜŽŠ2VŒ©º?{¯-¸EÑr(ÆÙ¤ì8Ï %Ê®²?)ÄNÔu<¯<›nLAÌÁµ…âÄÕVËNk²ÁËuˆq\"mkâ$ ïå}éVÿî3oúÂ`L»¬Üb ñJV¹Ÿ… 8Ç<>;^Óø§³î½â=ã„&žíßò‚ªQkÝ»¨ÏŒ3æo[’ß½ŽùºÛ€%w´p-”²Ósâ S<ùHM÷ÛÝ]ˇQïþŠGn’ýîßõËñüt”-ùI+ÆÔ½ÓÍ“oܽ5ít1âQ{[k©bžíàÈÒÚBÄüÀ^@›T±l‰ kòa¹æ¯ëøoÿ(xîÏÍDk¤XÐ:è¨k -bŸx¯YM‡ÝXª€zAêÒõlY¬ø›æ÷Å«8ûnoá†Àd£ÅTN"7NÀ±`ã¹ô­Dúç xž_•ë‘ýnÛÈí®‰Ú$·1çS=Ù¶Ne³åøÇ,-8[+#7¾ÀÀ$l>T|Ûß|,’’²Z\"žó}Ögf - ôÎÍgu&]ËGÚÖ6^,€ -‘oƒ -.f[.¶k¶Õâ ut>Q¶]v{§Jûå¾ðò¿²éýÂwÛ°ôÌÁ3Õr¤ÂÓ˜öl¨K@äÈT`l|nM=yËz; ]ÅðtCžvÑÕ€Ën3ïþ“Ž•iý%×á™õYå\ rm´cì§ þºÈm¿ÈAɾÓRC”Ì$b7͸\q5í’d„Ë«¾Mߥ/C[¿@né†ä¹±gøjºG)Ã@ ± ϲÔyj®Ibª/f?uñ˜ƒ/W¸2õ`5åãŠN ;o„y/ï¾^i'3è}8UªŸçՀˋþ¶Q:—CÇ)ô–kS†œ3!ÝvW—ü°i¼¹¥Î`“œªŽ ûËésnUû¶RƒÀ'^üK$]r-ü_ÎP]ÿHlßPqkBîÅJÏW¶Ü ŸëìæªÃ¤‡À&Î]krŽ ü0éžÎ¢a#ôŸñò”’«ßÿzèöA §˜-…ì¶q¾Á*ýá3ƒ.ÑúxœxÚ8ëTÁˆ‡êqОl¬ør§5Ç$üñ_íÉ,YΨã2_æÓv"ÄØÚ¼öÉ\¸– 6ú»Dù ð»È¢Õ)zSÄ®aªêGw~z±\~ïOP‡÷æ. -—9÷”=]zv(ØÙÒ¹ôý Ñ[`‹I/W¸ »³ÛÝOéíËôo†DZXµ±&nE> æZeél±à=aDï]Ï]kS´…a©Rn:Uÿ¯T5Ò%;ç9ºl®lÚÀhƒwœ­\JÑÚ¹9Ü5S‹m©²¾Íç°§a‹MR‰ç¨­8C—.D‘»"æ…&ïT³¥Ïº@ºËßzæx2”yý[Ý`Æë:_so"I~%ŒïÒ-#§.´ÖÍ2dÎ^2zTº—+é²A›^™–‘F>wþÿCD5퇈(èC@#eáüý2Ì­­‘)_ü2yæ‰ð¥øƒ;SÕi5ˆýPz–!Ù«ð&_•M’ë_ªö¶tw®üËÂ!-U+HÕÇuìµ<ŸfpÝ•¹J¡Ê"ðÞÛv¸ËKX: μ_±t®<.Ú¤þŸ a†¢“N•¿+߯ /†#NŠºƒ!kXüB›®Pé4ñ4Š™›.£4´\ 󶈥¡™ê]‡°‡¤áÐ{G!8pœiíl¦çºòbýj¬B½~ÊEÏ!×l'VnÓU×Ñ)ÞŽD[žòÐ9ä8žìQÖ|ï}nSñ†õ‚˜ ñUölc¥z„_O¬Ý½ì]êfk–‚î>²k í%…Æm”–YšÃÆ&I'UîC„Ô*QUHÊX¶Ê Ò¬Žj#ªÎE +ʉ¼Œå iÛ‡ “:BWù7ýw»¡qš›NI`hQ‹óu ]GžÄêÍåI„7ì€KðÍëÊz÷«6ºzØ<?÷Ÿ£+iæ§ä>Ü~/·MÃ(Q§y:jöY$í{“î¬^Â7ä6“Œ áï2Mêà¡#P±õúz»ˆÕM—ãÖèªZx©O©}—ºÀ媩‚|aÍ#-­ã¹²{Ä]‹ðnºSSß[TûÑ$KâÀÑl°Ûäj8f<Ò.³ýسhcŸuÖ9Ë´ÎÆ“¼a·Ä«'xÐ|žyî“Øže‚9€P‘;^˜•šZ<ä-æoŒáÂÆ7‹6…C8#vs-Ê"èTmµ*¹(}J=÷ÛP±#QbHʶöªô0ÛqwÂ|èR% È`fØNaD±Ì¦Š{G7* -ÉÒ^ÇÛip§Ê­j‚ö,²¬­wk È3UÏó\§·×«†]ap'‘“£vâ ηSLëä»ó#<ÚÚ-‡Ð¹±P½;w]ÃQi8avÀE"8Á™6x:X¾¾Â 5s@,ÕyçĘ óf=Ð)t²d]Eµfê_œ*²be¡$ÎA× d³Y!ÈgǪ›˜„Ög%6ÝàŠ6ïcÖ‹4$HÜ#öþÍ÷]{5W¡6½Ùn¾ÖÑ‚XñAì°–ÒF¢“*ŽƒDHñÎ’¾ ËR‚/zàÂ}Üh‹9j,-ûXÀ=Óî‘ÞÛ—£Çp°ßAÝÊå•EöU£çÏÌj§:[˜D-¨_j7—¶Ñ®‚ͳY\ðæ,lQ/ˆ#º ¾B³ƒ9ŒAþSõœ·õ-ÄŽDÉ'\¤£òΡf×4³Û ³MXÛ‚1˜¨¡g¼pŸÆÀ÷¢í¬þI´“¡*l& ÒŒŸëFZuGZÈ -9ºB—*÷ŽÏ)ÌÑøtà%XÈ7[yÅ+k0-˜9w£‘à´wž -ÖFùÐ99_›æÇ¥afâQü6bÒAvÁŸFBNµ—qq[ùZŒ^ •äÔ•F—÷ UÚâ"!ö3#–l¤×|úÙ“DÄÝ+¯xÒèogÅu/úãKSp§š†œ®Igáß]ø"ƒ¨©è:ê£áßc¤0,…Æ~£ot`ß]€ËÙ6¦Ž¸¡²\õPôR€Ñs=¦Èkè¸ÉÇz~W"zÉH8.Íý³E[?Àÿs,þ1Ë0 †ôû…­ƒ–{pG[6 B1ßê+m5/ˆ3 -/ÓÒvú'NÖ7´EÙÚ»á ×a\Ú#Ð rÅ'öº»;’‰m÷SÁ—Õz•ðueŠ…9™ÞüÙIÏºŠ¡¦Ùb4á^uQÌ’)äçκ…æÔP• /dB!“+ùi‹¶£s,ïž5R&YC'[þUqŠÂˆù)“1Íeé6©©µ_ó57šËˆçbàJXÀª»Ú{ˆ"¡„ŠJç`:r”yUg›] ½¼ùÄÚ[¶]âÔ$œƒºê(3Q¯ÛÃýä³ßÁÚwÌëªV ˆ¶²ÝEmCï.73õÖhv •©š$s.ŒBÛ­:ôØ¡wÿÀAøYï8SòZ‰‹³Ûè=BRø¾¦äUf8F“z^à=hŠäJ»ÑOçq=S*%¹»tW‰¨*Ú‚/Ÿá@ÎA u¼ŒÝé^ÓlÚ7k¨½èê?oÂmO¦é —þ‘ÝðZZ0N|”þÚã˜Wjt­áîr¹oÂê݇°‡K/[+Å÷à>Û¢ô„×yc«v=¯Ý6¸èqûÙoùêÐãX(¯=ºÙé#9î[‡0ÖhÅg’ãy¥¢Qä>®ÿp–h'ìnDs,ᆭJ@÷«1cÆ—‚ëËRçi°YÅ÷XÙw1[Þ±íê™òºO™ë±hó3BUÍ9‘c€Às!ºk—èXOqNgp¶ ÕÙƒÚƒÔ¾H“=+TP=ö:ïš{xÕk:bŠ€õ h2éα¥suîÛ…#óXÆ<”ÄŽ7Í 85Þ]q¦‘Cs*¢Œöre‰DЅ쪊n<¤‘:“¥Ž>| Ý,ÏŒ…rXá„<å#¥T_S7Ú”ïÑ]·DÏxgA9냓ÁÑ£U»ëÇë˜êG^ú‰-yÜ€‡ÓÙSEçŽPÚIJâÙ<ŵµâÞäŠ1™¢ÇÂßZÂG ‡¶aZDc{Œ–ºCióá@§[àäÜ’>µ¬X&ï - _ÌcL‰®Ó॥›p ³æ¶YÆÈS‚ìèQÖTÙ†W`9‰-[ÙZxý`~<ò"¶9{ÈáøxiE°¬Åsk©/zÈRsêi)ÿÛsA×Z!ª¬W~o1¿üÒ¬Kpy )æYb²¦üŸpwüpâò 4r$“6”Å­z‚EUfØùÚZ‹dÒªY¤g‘‰,CJÕ¤2¸Œv(±æúɽÄ:±fãyslnå-‘µ,šÉç@àaß±–vêúAòhÖª1•lg.¶’Ǭ¡î…d}ƒ¸ÛŸÌâ!æCú÷vàÕStMÈ ‚…ho‡ºÑ¢R¬<¤'c -´q&¹“½R³ÓÞשîÚ%ªd–mÄa»X*´…O&A…w²É*¢F‹OžÉá¬üŽ•Báµ_UÂŒBÌø”I5 ¾ HÍSå¡Qµ²Þè±uÅ‘ìцÃjŽk˜‡ìÝ5t Â.j¶k€êc[gôœ(>mâ£È 1–¦„8·¢ìw#Ò|ƒ@ÑóŒ‹_%ì‹êÒ³ñÌäG‘Óq¥Þ£šZ‚kMÖ [ŽƒÄl0ˆv2Î^\k‘d¦Ú¢Áu›w£­¿eñZ‹9ô‹¤8ozåšz˜JtÃRUóA­Ä“2G:Ì jøgQ` ‚…¤»²D§ªZ1‡ÝgkÓ<ó’#ë)alÀÏ(O>‹zN‡o5-µI,¶ÒV³Ézd,]¹/2 ꦨ°] ôÝÕKtÍ<¢A"°ã85PÆè!DQåÝ>¨? phr ²L1K.$ày*æUYq‘˜Ã¤ë½ƒìúÊ9`Ò. ,’Íí@jöKi8Þa5ñTÑKÖÍ8Æï»8+)5Fk ŽùÎ"Ë#òDÜ!u݃óFXÊ1# ê&c´ð€¢3ñÜ6Úi’¯.$RÒU× :j´XäBv×öM²q«0IÄǵžcÐ…ýîÀMû33[NO±é@²rïg/ÅyÄ`˜su ¥»¬ôL†ãCâÌ‘®Nf¯Tæ¾ÜevÖîB“vøMµrËÛüÚ°³L†ÒƒŽ´üiÀÃŒ'˜ÉBoòoc¨z xÝ- ª*IÌŦ{”¥«¶´0¹5ÙÏØ %~tD®½Ý5KÖ×2<\‘÷—âÿžÀ‡éûÄôNïBÿæ²ùEwÌ—šZÅçžìºKŠ‚R ±Sw6tÜ`„ö:#‡y²¥7û ‚¹¸ZòVP’â=–½ÉXj¾›_µÌJ/Î -âœ^6ŸF”Y%;p3¶ò¼²mÝ£Ô¡ˆŠÒ)ÙÈdJ¿tDÙUb#2 ±Ç?-ÌÓ(ü̓îY%Õ~nÛ7+62”V'–!ó-\‚ˆÌÊåÚ‰KGÏs’¢nÅáN—Gê Î¨È €u×;=Û´3弊Ùö›‡ -„µ§U¢«Ü "¯[tq'Ìù!g*S_„Þ¤¤¸o%Ý9n˜7 #ه̕ëßÝ>›8³ pµ -•0UúÙ&ó ¢g¼·‡Ù u «"}·¡Í ɦ*©¡ÿ”â=pä_ÔÙH 6$i ¿¹]c_÷U¢:Ä^ÅûáõæÝ½Ð‡t——hl½V}¥ý¢ÜuüG“Ú#2'Ìú¨Óìn^ˆL /øû¹O%CÇg¤~ -ÅÓ‚Ï<¤›ÈHqŸeWº2¼²Zë¾®„‡å¹/.4 ˆª·3T¯æÉoA w‹@/B¿¼¹|èªïYN–ÐfƒÇ°Œtò¸€¼ñž¾\ßÛ5 .§¹˜vˆÂfÞ9‡tåìþ—òÕ…{V&¨lÐÙo.âåÒ[ÉgF¹…Èz¢¨ É4xF§‰Ë—7Þ¾Jh磳ø¢…AXÖ úEQÔsÈ)*Ç×Zsl·Ê9'H=¡»GKÓ°‚ίQû$Q[íÕHÆ…¥ µÓ.c÷÷æÛD:;¶ñ²…GOÎâÑq‹0 QfMW=×ÍŽ'Ú £BlβœšpË91)gqÖ½† -9k£æAmêÓk¿–¾'}õpt¹óÿÑöÄ—üüþ¾*?.d·õí²öõíö¥½­—vû5üíí/}ýð³¾üîm6óÇ¿í û¶¿Ï7?N“y0óñoúºÃÔ×çåí{½@Žÿ#ÃÒ§K[ít@Ü+›÷¯ íÔ§ƒÛa›§þXÁÓu”·¾é ÷ÄõGNÓ~âùô~yk=U$ ÒÚý¹alé²}´ç¸ÊoŸ~dïùwúÊaº´×þ¶“}Ë£´¹¯ccÚñ篎}isßl¾õÇù<øžÜëï øWð¼=ÿ¹¿|>¼öéTþ|vBø—†ùrì‡þµ÷ñ­­ã -¾/ª>3œß—¶¾ó£ÏÛ¾ôõ­õþGŠþ{wÚ:zþŸ= -n¸2T‰Ÿ’ 9*ÊKÈØF7R‹‚ù×ájPÿê‚™¾žFÌiR§Óò)ú‘¢Ž0ª7ÝãNp§¸€3´ÔQ\¤mðVe×nÀ•`×pGB—\×dìmz‰¾Fíêõ -ìmzŒÞ† ·¡èmzŽÞF ·‘èkþaƒ½ ÂÅ<ã±ÑMCÐãPô8 =G#ÐãHô7 -ÿÀ!ˆ¾¡½ì\éeo^Ð3´@µÇ!èq(z†‡£Çèq$ú…—ë©©gƒÐã`ô8=EÃÐãpô8=ŽD£ðŒèqzŒ‡ Ç¡èqzŽG@0Å(0ÂÇ€»ÞOþãõ3À ~Þ“=ñ]^ç<Ĺ¯ÍÅåÐ+Ø÷`ÌU†=ˆlË+Ù2eÍaëQÅ80Â3¹ÞG/0rÆFå¥ÿÖ³:€±õ©-’]Ÿóz“Ï£îUÆs_BÐÏ] -¾“º§`´È€—¶Î| -PÁþ§*Î5‡¨Ek®úº#ÊUwŽ)Ü:n‡¦ ÷uü;'¿y:øÛíD—ð¦|+Ü©œøÜ5aˆ -ëœ ·"q¦"½ë )÷Œ èŠ+€!_«¥°DœÊJ×ÝŠ•b+ a…˜Mq HTxÏØ]è8ÅTGNß [Ô†‘’vW+vƒ -v¯d@—@•›óiú@Vú32©r¿–M,ãW‰gFòs‰j9 pêH«JÊWq{ ¶»¸pNòâH×Iήá›ÐŠÉq2%™âcE’mí‘u¾< -kè)*X¶Qqú\ÅgÎÒG.§½zh·Š9QZ•òÉe„–ŠKÅ»‹í%!L”!ê>.u¤¥@7A3¯eU¥5£¡ÐbÜpFéhÂy¨ã‘h†^9ƒ^w—C´Ä’)/Ý'=ÀÒ2HôRH]ðk3‚'¥°EΕ³>3„‘xî‘1X=ô4AÂÿ6ëÚÉ’±È &2 *me™Vf¦ÎÀIZTñ¶ñhn¢—jµpe½Tâvá²B=® -™€$//P¯ši74!KB𤠮LfY!”žGc¨æ;Œá¸–¥ÃRø>{)ƨRÀ&ª|ލ0Ãgþ_",Š›j -.‚Ò= é¾,‘¬ xGàåÝ}_§šmŸ“Ê)»¨iè*Éë5²ëó9Ñ'Ä’îJ;!(–„cÖøDÿï'A¹ôÿˆ›.¶OQkùOSû¤>vðÃ;F©Ò"ÉH6SØòÕòO:«0^‘ß¼IÑ<¥Xc²_eJ_xãÑKËþJÛ’¶ûÓê~S¿ôåpí-È×;Ûf,QãuùŠû‚0”üq÷$Û½¼‡à¤“6¡Éø™ç%“1YGÆ'øG¼o{¥ˆpŒéŒ*?Ëʓˆ¯)뤬¯)£»Ð=Ï!ëh±©BpS‰hG°áŠa/OÐ&ÿÇŒzÓNâ막â­ãð}(t´uyYœÔŒ~ŽV¿›üè­/( ŒoÞÃ`-‘ˆžà$•"ØìB‚ˆ¨C -wvû¦Âä.=ølRIé*O#_•ü$ èè¹éaQ0‹§$YDXv45ÕÛïu½•,Ò|^nnO Ä^AAP)Ãàw^¢fƒò?z#ȺÛC®â–‰Ä°;õó»F´Ó™šLh$fŒoN}á‹@¡•S‘3$tM1!h=ÇDÑÁü½““ǃ3M¹Y§Zúf…#ò±<¥íŽ¿]D¿†éøBßE,¤µ51>;a–.PþETÿ^÷õ묦îp¦‘®À~³já}qÛØGŒÑR¿ ò - µ-!hShϱªïuÍ«÷:=’[vfz³]Z˜1‘É çÃ2R›ª¥@¥¥,R†¨tÇß“ê~)ââƒ6'¬P‰aÕ%‹²ÅúÉ~º’t -WÊ;eÍdZó!c1Nòù œÁ:ÝÒ 5G±×º˜, „Í Ó˜Õh× -‚!£P¥ëêNz2‰±.:Nê®…D[,%Á2cˆ¶ôjƒjFŽW½õÑ0Š­ Ôý½kc¶ŽK¤ØB¼46tñ¶6÷É4™É|¸Ž~/5Þ¾ë‰U–‚-²Lº’Òí"–¨¨»Q”K!™…„Ìõ¢–ZÌ5QÃB¾b«ûÎï3“”棊òœtC{Z`D9_ˆNL+"Ž )§êúuë"ò"qÀ«!ƒt‘Ûå3<ðü¬{Û:höu[’Ù"öi2_¿ŒSK± -tWN¢/—~µaá£;V½«8R§SiÉើ׺Zê"د.Í"Z.À(3œçtÚ“~”:“ ”uˆ^Ì#Zë.®7"ÎÃêÀ9{8÷›¹nìy·æhß$Œ;Û!^{Ÿ ¦4U±3—øò¸L’ÁqH·žþG„B¿8ŒU‡–” °¯¾WÜ‘,XéI ÙÙCò°D?E&Mïäçrɇõ㘖c> -®õôu”+!°ÊÂUT…QQÐѼ¾h™)‘hiuêäÿ)8´¶ú.ËI£ÍÞ35Í¢d2ÌûÀ”šBH¯ó£òvfÿ±4 è@Þ¶EºõûMQ®Q‘ ° ¥AY¥¨y-«É9^§se{¤aÖIeÌeÕt„‚H™Ç·$jó‚ðèœ7‰Çk9CX1ã¨#›FP½cûˆ,Ç„YÅí^p íЯ%ηâ×–EI-ÿ_ =a'³ueà/j1E"eŸJ×:¿‹ zQ«@9‹[Öß‹h•†RÁ‹ÊÄ0yœ*ò©Üʧ¨·d‡x›ÉV{­†­µÉ/;ÌÇå¼Ùæ1N` GWñýWfâ-¶Q… ýE:AG]úê!†«Mž„Yw{Åfºáv7Õ(Я}†¦F§40Æ"äï{üx¥Z•“†pŽg-2šöý&˜M þQó [Ò›¦vÇ?íÐé?«5¡“ÊtN '¥g—°ÑªVñKTŒ táÌ%üÛ¬AÛ­9ªèˆÃ*úNWŠ…°†¢c–vÌgêÌÔºE+³ÌÓÑœKÇ|xÕ©Sì„›çоB^¥Fø£A-(Þ_>]à×7gÔÍ+¹?v¿m¼ñªšU†Xé#·F·+Ò(r{‘¬¢kBkéþè­‡1ÄOl#²þÀ'§/ô=IQór-" º>7ÜΆ’K™#vm±U[· BÍD˜’Ô€½Õø¬§xà'ë …øc¨(Ò=%¼;  J¯æjƒòÚSÑ€¬^m¢ùÃS,´c—Ål¯k­î뤆—¦º•öc]$Cýè£)Cb¥—IÐ=6êÞÿ¬þ3@îp ÑûµÜôØhßlv²ÛóÜÀâ½lO,á•5c]®pØÔ«u²µ¯J<[>¡Âl ËÅ £e•£‚ƒYމ²ê;É®k¤mi]§Š¾@Èyã-Ç(0yé»NWË 2x…®Ëî`…àú?[\N£N8c ‚$²’^p&XîNpÙåßBõO%]ÇŒõ„Uuj"TísŸÝ¢–Úž,XxŠ,¨ƒ>Ä–c^¹>ö¯Å¬}MâÆoj^ã,G™4÷è!à“Æõh6„¦}æ˜Õ1ÐÕ_­Cêmÿ‘nð\ΠkkFé_V"Þbƒ,‘Ò+ ò£.b®êŽöm‰ÛvÛÝÐíN$W¹û’bY·¨Û‰! b¢-µéûL| -?ø¤ áÄ#vÏr­4ôØÆ‚âh¢nÉuÆ»çé0k+¹\édEtxŸM~à«_§E|ü™ë„‚Þ\;}+ “ªi8Új—aðÌÞ¾ÐË1˜j.aU¦óñåW1õìn† 6ê sýj|Žèxi .¶8C|ý1eø¯—uT$°oÌð5|]e¤f¶;%›yq7Ô>c]ÛÚò)ÞîL²îâAB7ÅDàÁ×®ÖØ¹º‘OYë*”OJj/®¾@Èé{S¬ÜS.ç]•dCÌv¦£©o³ -TÓ—Æ‹+¥Ïø*±: nŽ®²Â3¡ÊôÉÕC2E×»nqQ¬no]Þ+”D„Æœïà|¸>‡×g¿ížŠiƒ ‡¼BPOÍ/àF°žá:Œ#ã$‰Xë§ùŒŽáîm©Ëi=œ’,æceS_å=‹Ü¾d2„2ÆâìE#&+d@¯ë8÷TÁÉŒý2‚JRH{gò’s¡ËâVpæ˱I½«œòº÷¦Ð½ - Þy‰>Ü;3‡¸ŠÈçÌFØ%× '‚;46<]vä¦G–›éD¸t“¡L^ÐLšlügpÙ,Ç?Ã⛡ƒàFŸnJŸ¨:måKå*Ÿ¤¥xIÑ}ÜçDYJd -=!ÆÀ.ÊbtÿœB –bägX¨›TýK³ôž)65UEÉdîšê&¦SŸ×ÔŠçKÅÌ®0(PWMöòÜ–¦fHÅ0{ßL¹GTÖٲ跾\–ðºe¿ùxæmì,Á9f§ «¬!> X?ýº1ÉSpK¤ì» ÖzÁb§W=Ë<‡&…Õ¼Hû‡¯>½E†ðÆ3"£|t ”ñ4®\€D¼ãrqi‰Ì -ô»•ŽDÞW›šÐÝn`Uñh¬]Éý -Á«ƒWdQܾЇ u--ô1Ž^ǤNtÑežµjh5eIJˆôû°úB$¢"¨‹ÝO @+‘ÛVâþ¯†ËyB8ªÔ„ίÓ鸄@v¢JÎÄÇ/Î@ÊïÛkÍŽ5 ‹›^ÑeƬÎUº0ºŽB%¦ClûÚk1Õd‡žaùZ6‘U.’ "·À^IZ‹ƒauŸ››Ï$Þõ4+¶×A±j|›…ý¥…ðÉŽäMfp¸qx5UøÞ…l¾Kí{v÷ºÊ -S4D35üjô\{¿Ïá „í²ØÿJö¬ºse{K žÂ®7£l˜ÒeÎ@êLòVÉâ ißndÞ6»æñ~7·‡ŸÕW6 ¦1[8Áéß­{ò’"Ëì/1Ä)æýò4¨¢Ôùæý®Ævi«U½ò² Bú¹ûTßx©…ý -uŽÂ¾† ÙÿJ~ÜZqä—Š³=4 Ó£¬)IÓ˜’yñ± ó“/¾Ø9 ‡'©Èë %Êö9jjD–eoÕžYµúÛØ5«1%ÚC(ð pÏdqÐoimªñR3B¸^ÒnGÖ„Eüͽß9\ Tb÷Š-8 éP»iäÉ3öœåŒóê½Øm²D›é{J(ÈkY¶ß‰,Ô“Åa$v÷†ƒ iS «y2Uíªb>ZÅÀ[¬’5ѰŠZéùà$l}#¶!ðulÆä»¶§×²Yà<–3Ùh>J/ÁLŽ÷ ÀN¹\ìÜQFuï%~?‚¬»½j6£Î9»ÔaШ2°¨{?yìôÚ T§¦@¨£þ“j0@‘v»u+è­ŸeµJŧ¿Û@½nÒD=ùÍÃ< #cèvÙût@*Lº-î½zA(ÒÁO¬¿=k2"íÙr‰êr]œá†núNàO1Z -¯:xs•^Û=TÍ0º.rpÓ{Fù’ö̸ÝrƒI_ë¶ï)% ’?ã¶X¡€å‘ú¬b?²ìÛuK=6Ûò=Ó,‹”còb°Œ¾Vö-¹U5O®79L8M½n`ÆVhìs-ûˆ–ÕÏò¹2Æž©Ñ›?^[ÃæµèGö#ú;U kž÷ÛŸ›šBpB‡±?ÊÁ~esToù-_߈oNƒ§±XˆØóÜ”p¾Æ._Qò‘û“2ÊX³Ý Ä»CíƒþfÐ-¨1dN¿ÿi’öR)©MUÈã\­u8Ùäú}ÆÁì!Ið2öªH=ÂH©Ù·FCrÀ§ÄŸõ,*Ó"ZU¹P]¾°ª‡{‰¾éq,'Zë4~òž?"LIÄØ/ä`oÙ|éoØh00Úè35Àûª‡žr°o±€æK¿iæˆßªßö K¤¹ .ˆ:^cñøÓh4JÙÖ¾3@vC©éˆ »p+ýŒ¾z.!URÁ:Ë~½D3jÉ–ØZü¦v«Öë½Ûu[ÕóE#û_ÉžUwnŸb™@Ûä¥j+R@™³P ¾~ùTÍ×ûÒf¨‡øúÓŠ8EõÃÕw%¼‡šªjÂâüÑEû°sùnÅq.êŒcC¤6ûžhJ'ªŸúÎ÷Æ´UŒQ=s„p²÷•ìYu·Ÿ 2ü¬T\ ØEá õe\×Uùù®/°?lQ^ì"#B¥¤^몮$>Y.°k%ñŠvUªç H¡p:õ¦Û¥L(7ävʌšdìýN8 -ÃMÀý®7E v[\L˜8õ]©õ”ÊnœæŒÃ¼D‰J›ò‹}©À~VÉBœI4qþ=³°ÀîÌ‘°ŽCºõ.‰ù¤ “=®­Ñl‚‘ó•.ÜëîûÂý1*B-ø_ÄÒÜqËí=ѽl‡%,÷ÜœF§lü¨+,‘´™‹›Mê¼D!ˆÌÂŽ—D„!„¡óÒonЛ™(x€”ÏR-gfuÊ&Ï%7|Ö•iá~º‡¢ž.ÄÛŸI5–ÎâøŒSÓ8öÄ5¬~„‰¨xÌmü©beÁvf‹öH°—ÖÈÑJœÆ>‘[4ÆáÚS÷äÚ“U²Ÿ€²¬àpÒ]¿³UÑ‚íMHz®¯ºaó -0c¢)·ö‰òøßû[ñõ'!'1êÅå¡©(ê”kl®ÚÃÒz,ž †ÝyÝ­<‘‹|€røÈCÿ®÷(6ûHºXŒW=„V‡L²¶DR÷´ez2hÂÝWÓT½+Y @5àj<ðÑÙ7ŒP5<¤ ,ãЀQgÆ­÷Nº…‚ÆNÇÌ ¬îëÚáÙ˜Óêj[Ÿ`JûáoÆG@Ú™pèöý¬;O´N€Òƒ®Íã·Í}{2’f§S­øæ# ÆßÙŽ ”&?¢3epèÅù÷0/% 8SgÉÃðeÀÄÒFbð*)>©j„ZeÏ ê‡åŒ$û_ɾU·~_¸¸)ºfh1)IYûB8xƒg¬«áwˆ; ^kpx`òOî¼$7+˜±$Ú¼·ohvŒµ•ÈC\Ïzû”!Þb9<%)OÅzQ7€mµ^…BR‹;Œ@=_¨ÖUÐø˜Û€kD<>èÏ¡çÖ]Øg2øFjßt­cdxsTÝeMSbx}Xrrñ èdð -&÷Í诈.»!nݶÅEt4…1ßÉûªœ<÷€ŠFÕn_¬"‹[îzžù¡ô¬é]Ò9ÁjÌzK·BbNØïÃìºBôމŽÊ¡‰³Îuñ„"¯N®Ñ>ûXÉ*O#Á¸¡#Dp‡¥ÝGüÂçºX®ìLj³ùªëWˆephì¼÷2+ ®A€ÐÛ†ƒg—Ç\ÉÔ­mÝ:”æbλäË®ßÆXM·Ü]K~â`8êçâ ¤Ô×”»aü“Š<ŸT~ˋȑ‡'#Èh¢n¾ÏEÚã0ÛM—z•©‚ò¶0·º@¨¼î=•N‹3ÆØ9ÉY7×j€[,Ày#Ð,ÓBš|÷‚°&"XÐïÃ쇸}ª¶Þèÿ?QMêP„ s›"ÿªÓ®¹ x¼#ìVìm°÷c¼X/‰ò‘XIÛûWµl¹Ýu¡¬‚íÁUÔV„*‰Õa;ö‚3ÝÉ]J­så,bf¾0t'~:BŽpæëý®²Ke  ý Ü‹”£ª Õj»Õa"tÏä'ÊMÑ`C\ýϤòL¾œµ,!žŠ8ôu*®ó…ÚöB€N ÛÍ ¢V©O12ÊÂîèo>Åü8ÊÚ‹.´ð+R¹-†uµ›ï1 7\ium/Dµ×š%Ž`æ û!Uå6ê [o–µPпÙ¨ÍT­€îKˆõ©2!NÞNeMì _lOZo–¹P0á¢-ptKÀ%d¿M*ÄåTÄUÚ¤<Îô£ª­€o“sêˆðêÎÐG·Œ\fÕšÌi¥ÊV{ÅŒ1Ÿ#{‚šË<þ¬®¡/}¶úÍTÉ~QÁÞ©zœAãÔÑ Õe/ö»ú2Ì«ãz´XÖ¹¾ Ÿj| OV -6å|tÆ öL‘Ÿ¼äÝÎ9ùnúþ'è¦T€Í¿kÚù(è+½“íEÿHe…‰£ö“E~&UΕÕlÎ"BGN4¥U¶ï¶}sª ,õ‚WL¡ c¼4-Zµ5êâjËÈJØvª,­±°•§ïÀá¹÷xM!K¿`´B¯U§qq½,¤[Œœ…î{IñÀpؘW--¡ï+^'& ,ƒ›©Ð_OÃkÉ]PAŠ7ò:×¶ég «µ—TH$)CÂÅ!”ŠÚÖftAXj˜Å P»îtÏ‚2Zûò¬^ ZÐö¨õ]j]þ:-ÆK®U3{ïæ„Rµ„¤éì­_½{ è`yë$"cG|¥§iÁ]r6ÆS—ƒ˜ 1Û¾’[,3²Áà‚Žn f5¡zSƒ_8! –yúPl.x;÷†²¬²EŒ|ž—zftœéÛ`Àš·nù²H$" ,X‡H­Á¸J3Ù?NiŠÜ¤ªzêVzd¾vtJ*í³´°ZÑ)ZvvÝS”ZQ?ŽªÆâ”蘢ՎOj# üŠëfr4Ä[î”djWË…]Â…?ä–CÊZy Ñ»ò4û.$²ÂºÕ¦î'ƒ‡{së' æ\\üÅn{Æp•AÇPHxw½~-k˜_õp1ÁålaåYH-™½²Z:4ûÂß5µX"d“Á§ -vëåV#êf~Ž+ÐéØç5Y‡ŽÑ J½K³zôÿ]í½‰\ÓÙ¸3+Ç -­:± -P£špí" ÏGÅa;÷PâÞÕäjõ í’ •CnX±ÓHÕSN“æI!ˆádu¸½^DCÓ²Ì[ °†lD'ÊÏ™ö¸ß&«<1,rpÿ2}%ë‹sõ”aY[«ãÆÅ_Öæ¤!)n[—0”¢~! Ñ÷•þÞ°ò‹ [¦s+f»ÔŽP—nmøgýÄœ-DlœJtWÔŽDqÀr€Ì¾¨ ¢nÀúåÿv¢²Íx:ägÚzÜár,ÍÑmèf&¹³â>ß"D¹P¹gH:x½Hœ[-02 ü{‰“²Fl*éï€Î…ëÕ8œ~®äÂI vl†³wØzþÕæT†£& åØ*ˆ‘ÞYfQzgOi>OÌî¼dÂ{l0TŒ¶Þù³:8¶u\¢Ç*24š‰žÐ+ÈŠ>ŸÂìN¿f²3 -PÐö½üc]a™ øÁNj^T,&‰l.è8Ø7©£yEY›ƒ”kžv'*åc(¡¸+ÎZÏ"”ä}/ùËø‰ÎÓÊ€Ú…'SªK i±®(q_/G7ò·½Y“V¼˜\³!U0ð~þ&èSÕZdBÓD :Wƒa !À…—Ô5ppS{E-°µËìâ'­êAų­5B±r틱Ü0O£¾Ä³ñH_ãæ¬¸nšÂÍ]娅ÉH˵ߚs-A¹OB蜱¬ÛÊËžžb$õæ×8›ãÇpá–¥hX·0æÈÐz,AÖÑ~€º}¾{̈°C‹²ÛT/¿Ñ3õú•{@+X7 (N´ÑHÃûgÓñïBÓQE#ñÿÖÓº—„è%Ä}Áë ]ÀÞò”só:£ €Ò…ý•—,×!AÕh=ë}aî¸&v¡áÆ.E9R´FÚ pdˆ÷÷rWGa„Õ¼òuþ{@+1•  ‚+´ÎB¨I%B2'LK³Z‘c "O4BðYK$ƒUWÕ‹è1* ¯òÊÖ–³±gßvùW^”OuÀ ë€$ÑM:%0³ÂŽNÛŒ2¶(Œ`–xÙÍ<ó«×ZœØ-¢eÓgAGµQVÚT¼Å×Ô˜ÿÞîÐÏŽ„)m/˜@ -‘U ®vÉÜ ª…ÎØór1Ñ°Õ -µT„œ}ÿÜlÏ%Ðá{> €o£Ù -¾›ˆÖ:V4$½>«)Å!|q"hÁü¾åë^ž†)BZLJ(»DÅiÆ 7ÿ¨²Aá#¡u"!“ñ¶óŽßØîÕçÅž÷š¶µš\·sE F@ÅN\ŽÄÑuºüwm 8`šÑÚhFw‘,3#lîí&Jö]Ïä{Ú¶[o|‰Ða—Іç¸,Šƒ£Sã1cûÃExÁÔ?ª‰ò¿!ÍOÓ#Pô(tàÅà3Ÿ]„´èâÜ<újAž2ÈíßÀÙ™Qôéwš…À]ìàû–² -g»yb{6—uŽ×û”Ë uE“Y–Óᎀ‚Îx€óDW4àjN*%§’­F>Æ|ä,¶ótéŒüR óßÓºj¬”‚ &C¡Ëy ,ghvÕ1~S•2ˆXfÝaT!€{¸Î€x*«“™áÍÁLèáÜ!¨èPö|¹k{ÑÁ8gËñŽU!v[WIÍ/â5ÜL=ŸÎ R€–…/ÒÀèšj»ö€h}`ù½u ™M ‘ï Mdá±÷ÅvÑgcŠZWÑ9.Êäç¤ ß¾)×fqR‡»9Ñ¡HT÷c§̪Àb#L8î½³3:¥ :™çÂæ”é.?Ä]"œÈºPºfLs¡…÷×N'Í.,K»JeÉr!f¿è¦–õ@þåú +|Ùâ°N‡‡dµ,g6€µ4ð‘1›HL ˆÒàn² -ô˜<™UÐ[ì¹GŒÜf„»³C(”+>2G¦uXk>ç$7 -è‘ ©†ÛÎÿFŸå£h/ý£†*Ø;{¶hÉ3ÿq÷|&3Eºhh©&¸,µ'ìE€ÀRÇ®fšhèÝ3`e=°¿ž»(/ƒ¹3³»¤iޝWaÙÕþrê -}2ÏÆ4“£Ï1âÒÐVvŠxãôQîÀŒA´_ ÀÙ¡m´±" ™ERQgk ¨µQÊÂY Õ}L»€vÊõM?ž/VPTc`—zgôÂü¡CHPÌIÔ`QƒBäËVŽÁ_u»·» #ÕeKs›¨šõLÆF„ÌŒPÁ>!Ú§ÍåH„rš½Nºaz¯ ™d0#n»hÅD%D~'hböæó¶ÿÓÅî7¾|÷÷¼üuÿ/Ÿ¿¼¼½?ß?>ÿß¾½=„íS^~ýòùññF~æå»ßïÿý#_¿|ýã×O?§‘3žB¿ø×g|z}¾{ûø¿ ~YXx=ÏËoÏ×·Çû§ÇÄ#þžþÂËãÇçë§éO_~}}þ.”_FÕoøw~Âyô‡_~|ýú(ÿ×·Gù9ôM. ÿ|/Ÿ¿¿¾}ùóñíóE~Óýgj&±Ñ'¾¼¾=¾~HÔ§ýþüóñëóýóÿûm¨˜òò‰/?<{üú¼Sïúåù»øy·gý_‡^—í¯{ùéñþúßÇ·ŸÞÞüôÃãóÛ¯ooܯ;§sû—Ÿ¾|û°~ѯŸ¾¾j×#¯öÏüúöÃóÓó_ŸŸ?ïŸïÂÚ±oøüö¸K_øçó×/_{¾Ìˆ+ÏG>¾·¿>.å—ÿSØð -lŠY–ô5½²%ѺGÙpëÊ{G ¬– =è)u¡¿Ü‘øé$;LZ—KÒ‹$M%2}ëÎà -gpÄœp×èè ¹yÛà»Ü€ŸÆ%‚Ú¬m Íã½S«èmÞÆÂ×8ý¼þ½ ÀÛ(x„·!x ocàmÞÆÂ×8¼0_‰íè9ü Àß(ø„¿!ø³ùÁ¯àð8 cáo^ÄÁ„¯t·\+ýÍ›Gጞë…äqGÃãx†Ç±ð7«w¥fžàq<Âã<ކÇ1ð8 cáo^ÄQ ð8 -áqÀ†U`EÖ±Ý? -ä¥AzÏ{Ù#ŠÀé@±ÝD¦ÚÜ$ž÷€Â³îž—èíy·C£érµ™öHJÌo÷f1÷Åž—èçyf§+¢¿s ÷Q²9i—d¦í.áÑXn>õ=íéE†Ò)VM–{O½3™2(½ö_:r̃ÄìTZ÷¡s¡ÂŠc>»eô$HqÛÇ|"ÎMƒ9Šk›y0@¢÷•(–êjRÁ¥f¬Æ•ëß‹Þ} §­IŒÙ¸WT¥åÿÑÕ½þ‘ž es2 -YKd±·çÙ¿«å‹ð)¹té*#‹ÆpÓõ€jxÓT>ÿº0ñ*8 Ö=[„ìtŠ@•Åž—ècy–Ê\†5;}#t©¬TÕK£êYÓŠîcpæeêÞ%ôaŸ×´+¼ÏþöºDËóšÎÄxÃñHcžGDâu¥ -bhÏ1ã™ÄñO·x¯Q²­Éލ¢Øãr7³­ßNйN(ì"©“@xª…ˆ™)Zr¬‹Ù…BÆn$$÷©«¦Jd`æi¦î–Ÿ÷öZ¡„u`ÔÏLuÿ2lÄó+•·}WJ¨¬cèÆu¸nž™kCÅÕ—È+ÐBMX«ìáVR°üußb¥0!4-p<ïÀéÐõÚhÈÿý @çEå¦C>CWW&õk@\//¼V¸9ÁDÄÄÊÎÕ}P©­:¦[ÏÄñh ï÷*XàeE?ŽXMÎqŸœqÕVݘF¦3Ty<çù rè;y1³¥º¨×†0<'MÔQ3ÒÖ)’£àAg^ÿæT L¦p­–Ç}ìÈ.ƒ½oòÆ×Ë.W4 âŠAQ §ÏxóX­ÏÑ·¹„Ö;›…œ­kä…R™<½¯‘?€•©ÚÊœ}Œ…ÞˆéÀÊÔÊØ;‘fºïl²é¾<¡$7«ƒB7¬)›\þ÷;Š™ûA†@v@Ê£m­,Y.„ñ²Žˆ$´‡³‹Ó(IúÓv§ª*‰~$$²¶V”¶%\dÏ£e†¤9w¡aUÉ䙪$tn¢Û'n5ÞéTW.ï‚ ö”WöLÓ}y“.Rnpï@¹Ýe¢\1¸N"­›4í^qíKàŽ&ÜioEXKe[‘uI’‰8†)¦S‰lOU²G®–ÍÍQW“TD M4lî;VþFv–S]©é íSÍRÝ^h1©_‡C‚Šd6§@›·´a3Ö«h²ë°¬²¿Ý¡²‡O5·‰:…}Kè¨I –iøÈ+—ÍÞ¯ôÿˆ¢šÔ æ6Ezõ«Ú…МrHn÷ë=ûËx_~I”C6låú?UËVÛmw¡²Ëbà(l¨’¶ZnG×;´Wïa«“»»Ò®R¨œüÿçÂÌçâËA:¬Àê G:Å¢tQȤ('­Cª.dWV¯öÒÜè¸?Û› -<À–Ž¡P Þú=©Ê -˜~A{j•+#.“aÛJkà®éè)žlf¯§ hI2x›‡ª°¦álíµ…÷£^麗 ˜àõ“'A†:VÈŸ¼~ ’6 ³b—ÝŠå´†\pi°žWºJsè Îpš/Ä¥¹EÍ`hQ’–›8~+¶ëY[Äts.NÓßl ßõoÜÕÿ B12-{àòë^ÞL,ßð®]ØeIœÿ×!zpl<ñÕ®9N}wÑ^X—05·úœ"K{f9Î Esu_)°rUttÏ÷ ë’1/¤î‘_ÌA¾¢‡„·È¤f±¦zP½dØdƒNÅ0.Ÿ{œEå ŽzÌôGfžœšœk/ïhQ½² zJLkëq\qz fެ& €c*—î0&¦†Ú󪊲fj\µ€.pGÎ^mwÔÅÙu(Ǿ&´§C ° -À¸a`$úÀBv…Iá֫ɧ¦‘¹ø–‡Í{[yWUU£*™™9G^^¶›˜™¼ÍÉf=ß̘žîòoA_QSµœ'ø,cŽâxföê¶o/®—Ä'ÝÜS¹¸©ë-P¥70´æêRµ“Í¥ÐÊ#÷Á7yqéS‘€ŠZ$j”fE°ºüÚRÕÉ.›B,¹x‰fg³h÷Â5õE0šä¼Ø\>uàP®:®ç/×i#³¨IºL4n:{²A<ÿuªÙÒ¢t`¤²Y[=AbÆ×;,j’î‰ß] ¶ºÄœÃÅý¾‚BTÌl;8ZØÏ™*“Qí ö®/Cæå’aB ÌÑ¢§Ú¿ó×À%&Zá¯*9‹D1•ÎÇ«þ2«•K24ÏÌÐ!¯à±Q7¯ßNœÝ[d­,N‰l6Îq6Dý‚Ì-5³6¿hÁtÜ+&"‚£E„U[ÄMU&«š¸î8¤´Ör¡%› ,+Ru›õ²èÙL—IãwkªJV«˜d‰åd|µ‰±Z§ñsoð êSµ’µ—mƒPd´âZ²dì¸ÍÇaKà }envàå¥j'³†ÍæéøXm祶ÎÛŽl ýtÖªªN6ê¸n9<åiùk}êh™‚EàÕ«cÏ$Mu’]J ~¢ê]H÷xôå `ãTOEŒ½…KÙ¾A¨­ØÕ%É.y Qò‘5Ã8=n6Šœ÷Í52 ãÒ¿²¦7ϳÆÅ.0®.÷¾ÀìUS“ÔTcÌœ•‹PL.·V4Õ€AzÂâ&µ†q uÙÊŠÉ‚ð!€K†ˆÀzôDGR³Ë-„R¶Xâd®Ak¤^I¡T²raÈrUÐk¢ÕÙJKiÙÆ¾DuÍÎg©Ï¶S_zUЯ -JYRcíå]•ν9N‡H½fȼ[Á4›Æµ ª„CÄUs.V–ñnØ{nÌÚëD§r&b9—ê —1µ -ÁŽOXÜ$×ìDb°' øo%»Ìö¼)öîJ…ØD‰›ýñ•>d«gC§°q -VdÇÇ«wÃÛþö¢(zwevJÜbaT[4;î5µW“œ#ï0*«èóý6;;°ÛTœªŒp–ädéàd½B£­umÅVmdzàˤéÃNÖi¶‡œª[ë:.Ö -Y¢~ÑÖt<_:$:Ú½ç”1ÕmŽðâàä Ü{Ü<=UÏYêÉü!‰úMEGUÌb]ºl…´aþ´˜˜«®s„yÀ e°)ì‚Ör+Û¢ç‹ÇÊ1iß ˆ^l™/€ŒF”Æ'°¨£ìŠnpЕ°ÐÛu´œ[Ugkàƒ{áy°>hQ ‘ò €ž³¬äRA˜e ‰½u˜¬+€‰‹ «"ò°~5ZÑmwÖ$›"G±Ðn@BaƧ–Á${Y€+2õŒ&Û1ÆâHL€vrìTU²¹J©X±({ÅBÛsÎ,åÞ]í%΃°3«ÿ mÙ¢ªXe‡! ¥Ê“¡Lâ)ø !Ufêÿgµˆ%u® ¸ u#óÒ&%?¡îoaÍ…6¥ÈNÕv1]¬_o†4¢®—Z®[{p™QJ³ '6pznË]²=Ï}páÊ;Go OÚ?Ô•ä7#ïC_²íØ]fN#ï€Ô Ÿ§ìâÄ | -u¿‘uÔ¤];j®÷b”‹à Lе¿ÑùÔÍΕáMuËjBC’¹eràÂÏzµ…v4oκp8½£c`~>‹{9NN`dó°ÚBVQ¼²—Y-²YŽÃF‰Âä±s›•Ñ‘8_}®€wZ9Ö¶&¤Õ:Š5ìáÄJ†vЉ¶‚L7W¡ìí!Ø6ÒK¥g€æg³ç\º#ã.¬ÏzcÍ;^²·ÂM‚®½ì8ñÙÝUÌâ¨.æ @ÎÒüìûNÞ\Õ<`š©Ò±oruο^jµîFë¾==6ÈÆjø’“Á ß•E©ÆøBbÑ=…¦¶YÓßž l…ÑèMÜuäÉ^ia.±0—›ëA[CQU–%¿²M°>縱ڽ‘~7uÞº¯B+jú¢•sFwp4Uºo+ÝÝò„•ÁÉ-‚m(Êa/ßmöEu¼úáÙs Ùéí½X‚Z¡Œø8kX`’&ö¿èbô£ZeÕ<Û4­“M€#zmÓÕF\ãæÎØá"ª¢ß [gÙ#aïXr5fZ¼¬ßþñüþaZ„6ï2ù'âýøéËïßï—‚G®CÞü<ðûûÛŸûÖË/üù—ßß_}>¾½(Šj—-‘¶ùš9ô3údw³py3Æ‚®ÑÅ?`¯rñ¤Šbv“"¸¯&àÜK]U'îÜÈ’ÂŒ1 á=‘½H`›«`jé“)4F9!¸ÎмLhCÅR{š²§×Âý~vT'¡±Ü -g@Ã'Ú7Añ–˜R^ÂÛQ.51²•$Z]ª—óת}êîλLkmŽI&дA\»XIšSv)Ïqà³bµDÇPò -¬ÎØ1dÏÆ_îëIÌ>@àh@õÊN·Øœ¤žÂ4T—Ï %ŸÔÁý¨µ¼¥£¨diR¬³c}oǵÚìÆ¿T½kÑ‚©m]ÁÐÊ6u?}Ì WŠ ÌÒ”æÚ -NxÕœ2poׄ¢´í¥üg8Ø!)å<Ö-i·¦Àÿ̇þ;Vâp»:üó×îÿéÿB“ÿW¹ÿKü”¯_¾¿}¼ýñüôM™´#ï1ÊuÕÝŠ`4Þ²»Ä&R{Âa2Ç>mYôhy ûœéx ŽÕMØm±æ [á£ð@`*ÅV¿s_ÒX•‡"@#p‘ˆàÙ MEø´ñýh] TYý®;û JOÙì7ÅñU»U3Ùø*dê2ó(®®ŠÌÓgŒ‰¸wïöF€_õ0l»ŸdÖo{÷-¢±“wíW4×cYd=oĽi&¶yîïœëßZ¨M¶Õg¬o¢c,¿žhÈãÆQ±Ý<™:Öï© Z,Ôýž÷óÈ"V*ZC¼Rp³q<ëueæÄš’µìãaÝØæ]T"vµ”h -CMGï¸;m×­…%5ZnCLsġ˷ÓlŸ7wÐÀÎXì%#i«4Ã2Í!ƒ—Ó• äV÷+…F°QEŠ¢oÖoêh~„ªW_¼pÛ´Ä Š}r'űºP~&º”↗mõâØÑ'{ʪM¥æ®†ì+E"p’Ç’Ûygi¼*Jo·µ,u†;+´¾Llæ´úîµO-ÉtàF±ˆfÃ×/EN2µ›#õÝmƒ[òS×ÔÖÉÆRûùc(5&9ǯ+¨»*Ë^EËàšë<$:X†`sGsxìPÏ:^Ÿ½Æ6?$÷‘Ž—‘íÑ÷;­i÷[]àÚ­}jëO¢âXwս͂rR!‡’Í*ns…Yó¿]é9¹¿Ê¹M—N|B;Ô©u$„|¦ c¹fÕÕ!…Ànjãäãê7W \`}ñ¬®XUE±ÉA#Ͳ䄔 -•[8qÛ*³”’uA’1ƒKþŒZïBqÚe±8¯'Ξª·…&µÌÆŽC %ߤýçu\Wì“J­ ]ýû@šÝ¹W(L­ñ͵'PÇR—ý”·ì:!Ưó4>ÅÍ1äRÃ"æU<ªsÛÅ…¯º4N•רº$›J›Ôtíé½*-§íê`Už­Eç ØÓC:¶ ¯(d*%};wõVBB”·†ŸH_ ®³öq,ž¬œ*D&œ–o³Õ‘–/ºÉ6##ãN"ÈÐxyÓû´qî¼NX»¥€5¶Yß v4FçcÎ[‰±ÅtŸ¼z[ø8bèÉñµu––«VY]ƒ~rРb>ÀYªU3w[“™+ËðYÉçq‘ÆøY˜l`€Û[ƒ(¹‘ÒQׂN˜·¸Ú™>§RŠÄPø«°LÎ…}]ùQm·žÖP#-Ìx€+±¥,SÿŒÜâ\1v ´Lƒü-:ot•&u1Í‚õÇØ/Ü(+³‹*S}FÀ¸áÚ’š«ú¤Æ¬ˆ !P^ƒ"À;·öƒK˜˜ßyq¬UgE/^& -1Ü-g­ ÄÔ5­¾µKÜ@$‰®Rs¬”®™÷Ã+ºìø{ú"ö΀/Öq] ÕõXŽÌEYÓUh÷:¯Å'Ã_:û©»öÓH®›£’³S&}íL°‹«nÕ½[b4d8­Ê†T ’×ÙçKx}c†›CM4[Ó(ëb¬îµ–bjFœè'B¨Ä·n•œHæ4µ _»ç8… ~]•Â+Þ®;™t.ô¸3$*òZª­Ðgp ǵG0Žl´ÿ!ÕaRã÷°«=DzÝÎ…ˬ³DéW÷¡U=qcx|§KM·Ñ "_áÝ_=÷#á ôå€7Açª6ÙŽÖÒ$Qíp°!Åoõ •=U%Õ¢¹á+êh^Õò­ÊÙöÐ_ìÌÄÕ¨–{Z»n®nãf[8 ùâ&Ýe’â¬ô¶s.†¡alA}ÂÚ9*ºuM‚B,‹‡"žäö¾¦ð ©U+wiåJBCã0$i ¯¡ù%ë˸;Ñkyí,)½¡Ôù:7Úv#©/'B°Q¯z±ÜUÁ@dz™n,Ü–Sܽ³ŽôªJêDt©4× ªçO¼ÉgÃw!²†JMiK&+Ʊê@ìÞ½_á‘>õZ„˜J¿C"©雀œWÀ£ZeÌ-u.ØT€U.úÔÁ07–:Æö£vwQòd£þgžÍ¸b¤-(? ¼µ˜&ÝåêT3Y¶Ò ýñ"¬)-4«j龑cå ;;KÓ°•æÄÏDWœ©ãiÚÅÃ`¢üo™»5­˜[;P"laëÌ®2åçR²3Îã9ÆEŽ^]y~Wô-)€ƒœGáã˜A·Ä·B¼£÷N¿…¸¥‰È"¿F•Û6P“žß è°ùx'…Ž@vZM -޶Èw– ^qÊ›SøÑ aá]…h./oèÜ3†Å²ÐÿŒ&´ÜJÍ*Baë—JX7ôm5„kêQÇ‹äJQ–°çbñA«–sÍH¤EÐ8ÃS´-O~['WzmPë„n_ÐÇxÚÙÁá³ë…µ­#•~Ouã”fî5U$&øœæfH\në‘gzÕ«Þ¬l€@ Îꘀ.ù…yga¸].g|À–öbF4™-ÁŒCÙ/‰<›î•„†0U'š¤øT3]¥åh¶ÕÛvûBt¹/ÚˆJ å=ÃC»ÇŸ)[±jÌBw˃¯Ëìò2a‡+Ù¤cçÄMáP -«ø‚…q]õ%?ß× ·2AGžîe›¼³F£‹j™oWÏÄdŧ«â¸Œ&cðœÓCk¹$ -:Ж³d*Êwu8NE fEÕH¹ÏôW(ÍAñ°½¤–›í8cæy«è2äòNñÚk{ŸºE -æ ’=Y‘ÝñDÊ¡a–EijúZò‡ÀPF{¢ÅJC½ó¦u·v€õ¿ã‹z%3û ôª]Ysv:ºN¦RÐÀYq²=.3ÝAûœ«PA4éN¥Ï†” 0–ƒ5Ó1§ŽËäË;³ @©«Âõ:¹QLøì/®.Fߪ®\ÛèÈz‹­’'xÖàPÏ™ÈüâK/œ¡îbh7ã ¹a¸_¦ŽôÀh}0£| “cnvHS>F’â7j!Ö㨼êìÒ™#Š‚¶Õ]­CóIh“^—¯vÆwó`EM‹ÌIuÞ±[Î…SÚOøÛ*3w-U7ÁG%w)È1Vº8¦h=×õ*ªT·üä¦WK‚ª(;$]‰*j/ÜítîåB—›§¡Öb0«ýé1Žë0Z¤N§å@?gv†s®u—Œ€çÕŒÎ+ŸëÒÉmuZÀQ9í¨’>,ßí4»áa.pÂw2ùœ®³Ì -§†ä’_ùTØsTœØ­)t5 áò‚öz -]5ƣõVí¼Cã³cH•-<æé¬êhçìßg­í˜¼¶e0÷ÿÏQ…l¯€ ð¦,êpSvndBD•øÿ´zy^¢óñÎÒjÒPü–?ÂUa}¹ÜDJ}iwÇ'Ïý:(b@'>„oµNdœWgAŸ‡:± —öËKβ—55œŸKeN»o¼aPÝ%ƳQ<í¿i]¶©+ÉoGþ÷”΀ÏFŽÿd]ñ–³yÕX´Øh }sÀAzZÓž¡˜!ÞþZ鮬šŠÞAÇK܆U™-Á+¨Ý Tz™Öjæ±jU$”¾&a·fÂíx™¥×¿ªýYºtV­‹=$XÁ ª2Óþª%¯¯ ÔÜRªµšã™ÞÀ¾k‹=½¢«nòðo“Ö4îq #ܳ9c iäTR‹ÜÈ653ÊN³´.9éµKv~OtÀ`TŸ8W&Hž*O²øêæN™Ù„ud¬7â âq6ûp- LÌpè7áj-Ey½5yU”C´sKQÕEšpNÆH®ªÃyß :w¤³»w*®ÙY|¡gq,Ýê45Ö¡Ú ´bCÑ™¢61¦1 -åÛ¦š[ mî|Ž*Ý Ïͯ>Oˆ‘ âƒ×Z(Qþ1¼ OIIdžG†±¡ãÀͼØéܯqQuN§!5²#“†FùãÜ´"—Ê€ŽÍ,ž|@¡UÛPKV+Éæõ£|UŠ¥Ê(9[qÁKWŽ9zΚâÈÌ8´Â-„vÛñãš(¯DîYF.˜p–zeäqTŒ4d²©²,3Ç<)ºµ©î1—£è°¹tŽFÖHBQI2ÐÑùåÕº»l{€T.¢£¨G£Ï®À"C UVBÞÅTGÖ9aë¢2uäÇÛ1à?ê¯éAÇ´‚l;Ñ~ y½â>Y•+a dÙ¶jép|"0ƒêvÔd^ã°: C[iÕQ3ÏÒ)ùgéSbï:Qø„ åN8%6TBwŠŽ¬GØh×éo9]¶AVz×ôZ¾3•ÅåÁµ¹¬©ÂëEgz Êv¾ã¹I-ÀA¹é„m&aB»Î´|¦6šÚ”sè(Ww­ÃMÙ9ÃJ0é! åa²1µ—¡ªSZ¹ÙI–Gˆ–&µ ªg¥ž|˜×ÁùxBÄSbÈRYÆu¨ÀZ’P‹†yÕ­*’¤qUêK{ü< ½Ïq0ên´¹›°>4¢j·;VC?æÙ¶šù¡À³+¡få¬Ü7¨DÕUÜ+%Ep­OÞ™Z€önKRt[€&:Ó"¿ÚX¨¯Ž;T€1š ™c(: Bå•Óy“Ú­ëy¼³“y뵫¾Ò`› -ÏAQFvßÚ—†¦Iíá¨2\Ç»˜ «ô­ 伯½ë KW©¸8)kö¶Â²=Wü°p§˜zê ú4EâÂxŠºaO‘ˆ«‰ª£Æ;ÉOCî+€ÌÉΕSaî!ÙvümÁ3•º²1BYµ*›xÓmö¿GuxE… ä€Ç_Pmë2¿¼ ¶YQš\ íÚáìh1Œ þÊ™ô¼»k#Ë *BÅÌ¢NpÌP¬Ø2²éuu4£AR]wYnrÖ„ˆ ö©*uj@ÇvÏ‚M1æ°‘:еª¢ìc]Àª±-#@f@A’]딲|8a‘À¨‚£„ìƒ0w%â%}‘!V¨K/FçT¯Š;Çh†Hž|YÍ¥®´29cW]÷–›¦‹Ç2söu’”:ûš[~¤Ð™Õ-F/)±¶´¼v›½#¸&) ûš Ñ‹++™÷õ’ňó}+ÞÖ^ÞÑ:Ÿ¿ˆe€OMzlây’ôžŸÎ3sç›F¼Þ™oÛV„ý:³ÔC“T_êŠ`ÓDE¿B@†÷“<éöpöÛlBŸ€#ä<–γŽR ÅpÁ5=9ŠS•)¨3GË(H(3ÙqÓbZkÙ W7y'îE»tJ&…°©Ì‘q‡Ï’G[dCS£¶ì¹ŸF$GÉZ½ýÚýLâ¥%b†i6Èå+(~©mYUr?ÑǪkI1ÈU›xFà„“Ýk8ek˜î¨Z÷íV ó6{ %0t(`ÂtŒ!9gi/º¬dÞ×KÞŒôŸ-x3„½üvŠ‹ê¸Íé6n€ÍŽˆ%®EPZK¥lÄQÄ6kóPG›ƒÔZŒÉlQŒ­B)ÚÁ@¤¿`œ¤Êë¬I{T-Aº·_¨QÎd¨–×â»yd -jzŠÃº°Ñë`ÏæŽwÐk%†ÓOt›Pt¾ÃŠºø´ž™K7h×<Ðø­ÑrÔ¡Æê1ˆ¹œÅWcÁp -Š»›Ó±J_‰`ïSÇ5£Ž• 7_ŸIžÄ œ¤³´íŠááDºLùfnŠ -ª°Þô‘ö×­Àܺ§óȃÐ%®ñÞ?¼¥"²nt3qikem[LËRLzÅXÞJwJ_×^°¬dÞ×KÞLÌàÛðf -íyùíÕ*}“ÌR\•嵑9Î&#æF´^[ã±¢NNx -ÓqEeÅfo5ãäªe£ FèÖÏa÷ÓM¬zIk¥”j¬e‘ñµôM »PÎ|/{µ§r -Buºã]ýLûƒä¨²]}2l_¥‡ìAœGR)ª¡Þ9Zº™VÔßüvÌ,ŽåvìJ¯;“fïiè¨ÈíÙ>Rŵpku¢n iÓÜ“:äq›í ­ÖzŸÂŽ´ÑCëŸ/Ã=am Š{m‡iÑý—0—£øhû«AþÒÉUû¹Ã•ŠÅ!£Ig`#J·¨E£|/®­`Þ×IÞLÌÞÛÀMShÍ Z,ñ- ŠªªñiÇ9 "‰‡¥¾œWuNµ†:A“¥[e…ãpèbÿÌ«:*m¤-xvGÅ0&]ÈÑ$H¢bÛµ]eƒ­—•@I¿æÕín:hRv ÷n!ªÓ²îs˜kŠŽt°×‰œš´ÏuLÞ)k›º´p}ôlßèl׌³Â]¾írLú/€Œ¯q,@'k“oï.´ÓÂ5úUµÊ¶l‹|™ ƒfqéD•ðSA׿־88óÝ ÞM‡ ]BÏÆw%Œ¹^/ñ”ÛõN€Š;˜RN¥Ø·Ô.¨ad»Á)wI½ëéÕÁÌ-´Ë~;"ªOBaäo¿Ýú¿{ ¿äËÿãß^þõöc^^¿¼¼½?ß?>î?¾¿=(ø!/¿~y}|ü0ßêå¿¿¼}ÿx¼¿Ï{¾~ùúû¯Ÿ¾2÷¨0ŸüüaŸ>?ß¿¿}üýîÓ-ñc^~{~~{¼züø€ø\*úÿÿäÇÏÏŸÜŸ¾üúùù͸ÿñëÞç®ÉÇ0º˜·½üøùëoÙ½>¾¾}<ÌÃ3í«z¿ŸüüëãÛó·ç§¯_þx~ûi>´~%?åõñíóÛ—?ß_ÿ4nfü••oÆ!Só|ùüöøçóƒ‚öíùÇã×çûëû>tDz|ùáùÛã×çŸè¿<¿Íœ?£¼wø\9æégúéñþùÏÇ÷ŸÞÞüôÃãõí×··ýç_8ßûàË÷_ö»~ýôÏçgÂå$6xèOûÇ¿ýðüôüëëóõãñþú›ðXO|w¼üôûo?ÇOüãùë—¯¿=ß?æ“3yÝ­éßê‡þ)áÝ_+4¼þ‹²¼žl*¹Îì˜PW—è€ö)¸^5ÿCƒt0r‡ÔÉYùO¤èCr§éúÿDT“z!ÃÜ~{‰fÕŠôŸy×]ﶈŠnò3ý—¾bpÇHc¤1²ƒ¾ z»aa KøÛ4÷Î_f®ºdÆÓ¸›ÇÝâ×5€c[Ý%:Gq·ô¡”õV2íÎÙöç4"Œ¢æçkÜt_fòu¥™–(€ö`ÑÝÀ7p œqt´QmïñRÖ0‰®DàÌà,HHã÷` -à`c0ØX 5èüÿLƒ `°A 6„Á†1ØÁÆ`°±jþaƒ…Á0Ø Â`ÃlƒÆ`c0ØX 5ÿ°¡ÂÍ<°½}ÒØ]¶¤ô§n7ˆ?Ó¨eë.[çúwlƒÆ`c0ØX 5ÿ°Â`¸™'V -õÆžm¥™/‚cÀ 8ŽÁ€c1Ü8ü©¾å4ópâ†^8Õ{ö€ÃpŽp`FüùPøg†¯ÓR+¿¸ÇQ·Ê}3L|¯{…?Ö§AÇÁ]m uÈ[düéó8o×<•ĉóºWøc}Z©¾— ²%ofÉ´ÉëN…EðçÕxàk¯DêoõÊ,*§*¸_ì9âúÝÿ9¬«C-õÚP_ù{ ‡¢—îç°ç€k÷ýçÐ D¸BìQÙh½MOâp2¾Þ-ÐmE`Ë"ÝІ›ß®OfpeAìËÁ“ßí;_¿\H^ƒÏ|üß>ËQ ôÉ|û¿ŸŸßüÉ»þùöûãÏ?¿þüûñãû:d6– 30½ò§ÄÃ*°skÖ"”_ûl•pîõfžÿüª/j­Õ *„¡ ëé$^ÌX|­ÜeUÞu} <kÝqò¾vÔ¦lß)híµ œ¿íÖ&›JÐQœøa“éE=âJŒ¹{l -ߨ|%‘ÖWíðíýÑûPNŠ€ðªfHaleæå19ÀŒ×ˆ8 ±3Ò¥¼Ú‡Þ®©[O “IèÿäzèÞëÛè ´×ÔÅu¯¦ëUMÞÅíÚ¢‰'î0ëæÛ¥Ðß;þ-4[Ïò ÊþØœú쓼¯üþõ÷óëóÿ~c=TݳöÀ˧b$ sz׆„xj®"48?ÈXžÉú<ûÔóËÙ¦è‰ ZU˜¥ïlA’`þdÔãgWÜ}°êVT ÛßjèY’¥D’Ÿ#;q$ͧ§T!ÇáZÙŒ -ŸIº›kY/Ly`Œ´Ñë•öXs½Ò"Ê¢+B Ýø®åÙ‘ÚâóªœðH‚½Öãì½öÁ*ŸÔ@·WëÉé-'Sí¯{¦z6ø7§(¿U -×»P<ˆAÉøò©ôf¡]å·(»à‡*Ø ÊAlµÿÄ^°ÜfÈ«DqæÛ¶¬lÕ‹×4Fƒ9FŠÍÄdiñ=ðuFl0;hC%íš@ˆæåMŸËTK”z£Ú¦‘P ¯/üKÛK†w>×Pk#ð*„cDYÚ»Yjž,§‚GW`R­[Ò¹G³`ï5/Cä%=-¾ÉõÒ±ç‡Ð¬—q‰½¬¢ÄÞŠÉØêpXÔ½tkÙ"xŠµÌ¡Zç½E-<ž’é•c›kP”ÁèA -è­å+Eκ©»‚:¸¦ µÙƒ %m]µA²«zËëm¡ ,¹g©wÝ4š ’ÊgEë)„»,“Ô›m®¼¥u BÞÔ³’—ÓÕ@¤›H»4-a¼Á‰×ÃåƒRRÑAd¼ÞÃܱ= »¹®%,ƒcÌii¿0Œçoâ~kÈ¢ëÍ´fBò¥´[˜êƒó2’½1®ø¶¦ö0Ô·*µ7™vÓšÄ]„£»î†Ô‹œ–1¿(xìõ8’{j¾hLC pÇWìy -QÃÛg2)é§] á¥Bñ”æõƒb#Ôdçö ¾ãŽq¥§d݉øuǪ÷…Ü÷Í8)‰$3b°6ö© "´O"o¦† ÑFÆÃLË¿‰•MÞ¬“+ é{m÷%EôÛû”¬:ŽV9€Éš ÆÉ!F(ÉK‘[q Ì"ñæ¶Ã ƒ·z¡–:™ëZˆwâGhœ¸Žš|ö&‰Ðöª3qßRßÁç—óÐ ÅÄœËVùriØóu*l‘r‹!€AÌ—QüµÔx÷¬´² >9‘(54S™É¢ËaÁë)Õö‚0q)ROo9.HZÖ×(s'ïe±8< çŒ1ºÅï‘–îPx[¨3P,7­²3Ë,μ³vôc¸5¹cµÀ¤Ä1òËòÃÆÇeUè¯y ›Ï 6»Åˆ¡õŽ%£EFûà ÅétÒ[múmðU'ްcÄl ÿdñ4ÏÍ›çf€¿ -¼¦F2Û -Ý€»½V·Øzz9ï$ az“ÒžÓ}#;wÕ¦S?¨¯¼>aƒùlp„>#¦Ž¼³õµP&%G¼Ñò mS¶•܆ˆ°ð|e_GäLÚÛÂfk,T™áΛ¶eÕ L]¥:wœ,cË®ãhÈíc½5‡¡òOú6ïwìyW,€/ìþÚO@ø9Í-CtYyUbt/ÞǓԻn¥ì/¼A™o|ª"…ИHU݇Zâù¯óØ~>´°>¿›3›ÀBêÙЇZŸnø7»ŸÊTÀMÂ=MU-HáÞñd‡Oèk]Pî :Dá¶CˆÏd{AAUÒÄa‚cÏŠ&…ö(mù’)É^t:RÌAÓ ¡¯X]º]’d`”…`=¶‹  7Ó9Úº Ë ÷ÛOä¤fÄÜߢ¥^ÖxýÔùª°6¨5ëb¬àRƒa­çíZP´sû"€Íùƒ©À8Q¯‡º÷Àlœ 9ÍÆ¾)QÞÈ £ŠŠbS²u…‹PCºRòí¢”)¸Ó°S4ïY™ÄÔZX­h¬ÍÔq§»±âøê}k¦*Žô‚ö¼J”‚L$Š®úý,p^n Ø®·‘H†~ðR¦ho‘›Øðöšc¬Ò†öÿêûñ°øÓØ©Pó™:óI\E]‰1…R‡ïÉW_–=`DØõ´†Ñ…ZLhÛ¦{õÂ].û.5R“ï>BΪ€aŸ&}“*“J%@w>×Ûøe Ñ×9é« -‰,ÒÒGºÖ›ŸëÐó±æWçT¨¨¹Û=Ñ3ô·4ÖAY™7À—àž4èÕQ´[›ÏàË·¶-—Æ Y9š· Òõ®4{²¬_íX¨,3MdøMóâ½ãZ‡ß,:ävŸÑNf@7÷Ü úÆ—Â.!¤­Gc‡ÌÒ®÷]w½ãü¨˜O+PZ-‹âÛPÅýS¾çùÂרÆÈ™)¦Xþí†*£dÕªY…õüí$ÅÛÝÇLÃÉ„Ú~Ž~Z¡#ÞµŠÀÔ7³æ™Õ67^ZJÚ+y@åv>?!Ô­¶@¹ûÅŸ¼ä´K…¹©Auö(ªŸ6ö™‚C¡~`«¼ãTÊYÿƒ'Ðä,•MiÞ#©bœÒj+³v·÷p8Ò˜=l‰D‚€oZX?LlÕR2¬á‘ÓM>®AxSFýÆ …û]ÉÆ”›º(›ÛI3‰™/ ÉÊ{:%a¬XÕ2üƒÄEB«­?Ðòネ®Q0èê1PíæÏÙz²è°ìHÈ›Îmä]rë~¡]}LäP¼œóÞž“4¥ž <ähCг²“ÍXWP?{H«°§Ž„ÍØÉ¸FWöÓå}©w8ÇS0Äî”,tg¶3ðÚè"*Ÿ¡[Œ³û~ è8ªh2ï/:(4o%Ö–C«L „%>Þ…ÈNÍ-Íl 5z“àS nÐók ¥BkCx´+HÂê± @)jÀ'a£Âç°j«Dš°¡··îý,@œLä©:|)¤”ì}Gíæ)POj-‚Ö†¿ Ïàîqð6Bx ©y[×eEÒIOVšlÏ\‰~Dí7w“MË·7üÒÑ„¿|¯Ë¯Å•š~¨äZJc[€¯$s˜dÞt>é­Z~SÕù†Í×ZK€¨›@FÕMšgªÉ¶Xy4ª"šS¢úˆÚï$Y£êÕQŒ 7h:_Ð̳kž÷cxug)áÚ€‘HË%˜×=¦ÕMÅÒ)aÄÅ XÒ@æ=%ÌÊu+\B8ê=]z#úZ%»ÔÃ5Ìt³çY´¡È™Ve±KóÌ -ÇÌñr>^¿P4ƒ-Î ­ï'˽?=ü¥zBôÎáfÉ«ÎfÒ%Ïu/_I²›v^3H•Ìô¢:ª‹=óz©û´X,ž%Äç‡üÒ‰€h”u*×"ýµ/¨Ýcp…φ‡Cô\d»éL=ŒÚÇТ샥»ØVáý2J;/óõ>5¹ ŠÛÈl¬ -¢`Õ¤”ú†çpZäR@¯tQOŠÅÈñR¿ iÛäw•è/¿ &ppÎÂ$¬vŒJÚÊ0Ṅ:ˆíyßÑGÔ{’¨³Íøì¾meP*—›ƒ‡Rð¨kT¦šúß–œúü½6ú‹ ß–#k´æT…»¼½ áb„å0ãE 7ô_òz3Ê*%Œ­F@𯒟JìU+ææ#n'½[—¦ƒ ¤Z@¿Ko6¶ïŒ©Ñ`ÕÀ%*øoÚ÷8þ{v‰ `^B65>SÄ·¹oWûÆçZa¨K$KžªÓ»ÒIä«»1$7¹ˆäH+ã9qlÚóHz,:î×­ÌFIöM°±ÉI†Ž@D®üuØs¯MÔÃ]4;ä»`›¿žL1ˆàL -ù¯¥û¿éSR¡Î 2¡*Zíý9"Åì¯~÷£5ÈQÇŽéuo öè.c‚v/³œ²UÑr¤ƒ…R_xçpw5Y€Æ½OdÎpjk›”ÉH{{mU 2äÝä Ý÷Km2ž¯Ë;H*nA®L:«MDb†6ÊÙÆPX‚"™îkÊ6ÊL:¨‰ÙÄ­¹ˆæÅ »«P_•«ˆñ)U¦3{6/!H>·W:A«úoÚí¬K™—„UŒŒY³ÖÞ±W¦†s©†}õ’Iúzw››;—Ô…MßN3Q„£Su¥ûÂò}*­XŠÿV>×%“ÚÐöN ±ÌŒ5™H_Þ2%«0ßùÚM½ ‹ 89½’µ«OhQ[Î_IAo²¬=Œ§u)í˜Æ­/âTR£5ïÇS—­NËçi ¡â|Ÿ•÷À³t“3m'«Æ -Ûîmâ‚CwïšIb¨P9ñÁÖÜè±U¬`Ö¡g§×ZÖéõ -ëÝ#° -Y5£Þ(\â4 ñ`¯¯EÛŒF¿­ÒŽGÀîm¢é´†ó¢éÔL¢çn£÷ MlyÂvù˜‰*§z²†y;aS–97¡<æã#„¡]»Ì˘»Wë;ãL¿¼})'ÌræMÜoÐb=;1C芺JMMãI¨Í¶ÜÐÿˆ¨¦ýp”…ó÷Sm)¢UÅOñÊ äÏ™:­s„¸BËæa±¼§¼œ+Í¥ýŸ¯ök •© ,ã ñ=“ôT=«²–JýŽ?냶[º_Zr•e½{ïl˜¹ïÍAoDÒ˜´o?I%¹‚¶¡.e‘d‘¼"ùoåC•:tÉçÛþíÎ$½®½bc,DŸ~®N •;sZ½k¹õ7ô5T&._ÏHöÖBý³.âÜåM?çµy ¥Lw¥GSÉ/²¡ÕœÊ5Tõ ÏGZ Üaä,Ä×öfÍçýC(O<s^Ké¡üüxy§ sâ(fq‰øL(\·^1À87gA½]ìF4DÄ図5ù¦õ¼‘¹/µŸ;<òPa×ý¾Zí]TzL”ÓéÙuÒá±¼šœèZæ7s¬†ŽÁèæà/ ±7à -×BÛûh="i" &é­‰[+Uˆ¦ ¡ka‚‚î=L©€f8ºy¸ ¥¨]û‹’§ÛT†ãˆ »5ë)¯æ9²—ÎÌcp²v -;ÌDUD‹.„”ÂyÖNä+Mb“wW’ãYσмïÑ*‚vV=yôl/_ªÓéž º®¡ù- $1_¥*ÆE„Ç#ÌÓ"ËÛ'm4þår­‰CÍõx½V ~*iµ0…Bâ^µqUIaˆq¡:^·.Ø…H+°ú¬®/Vt:ÒS<@q (õà]NÜ¡ËPøô™_ÁHÃ$³¸O 5x=3 «‹((\¯µGºÃ³Úù“˹ݩ¬`*‹Òú-0:[€ö9hô¥|¡+šbî“{ œ\ص$1”C9b†ã†O;¿7*ïˆBÛ*p¥®x’)îNvm{TX¥Á -#Wï´9C|>®€™YQÅwÖÝZu„)V4±(¾:4e ^wp)à“_ɶ¥òœw³ Ò#4 ¬À}Ìï:V±²·©^]á<柢 -ù(=JŠ9 Oþvûe—<ªØ¶Ò™¤µÃ¦-š.äy5k«Âx•fJŠ[ wžˆÍ¨w"¼Gp=~n@¤9/…jÚÞÞô¦ÈEdÌ‹m!¼,Hƒ§É7Û^ëC°ãÛ³ )Sdyk˜‡G—pÆ|-Û »˜›XgØ¡˜ý£½˜ÙK9gæ4Ä¿xoZ|„ŸÏéV ›ÇÈþÜ)€‚ÆheóW­û,f†W¯Ò-³«Õ¤ÈV!ëJ à `¾ºyÃÎ\ã›M@b$dûi{7G…(OæÕãeMGÂS%'Ù³W‹ !hZ㾈| -ƒðlÂ÷¬(S€}§¢:MãáË2¥Èv¶|³Þð¡¸0ê¨^³©j9yΤŸåUX£ZÓðœpv"Z7íçÞ2÷ŠAâKøæ¤~ªi -QoúóâÓ"X‡È˜ñÀæ¨nÓ.¨+‹úžI¹±ÆªÛ©É kÕH§&Éò5L©ÿZ´šEõ+͉Àf’QèÄ3G¨jû–GR¤ÝD]G<"î Ha9Æ‘‹P]ÏØ÷*ÊW.Õ<,Ÿ-‘Mf c'¤Sbõg³ŽG DµÍO6[ežjµc¸ÏÉ@d§”½:·ŒÐc» ‘.w¨Â'ÓÚÕ[Ä€>ÎŽUJqíl¯ ΢¥K,ŠA« ‰Ö]NÆâ"诩––[ÄŒtùÛs~˜mQÏmðp'<ëþ(ºÑ§ hUèEË(sj‡÷Ño&t921/:‡2ô{ævíj·²’Žä†fŸ¤ŒÐî!æëKsæÈ²7âcD«xÌ<lò¿c¦YPìáFX7ɤžìðø¥HÅÂÜ –5h/}X·ÕD!×ü -˜§HXu;w×Úôwæ["7£ÙcˆÅõ(¼'ðNà®t ³,Ž%æD ;2?U¯EÔ¤E?néØ!ðK½¬…U!–(¢-' Qµ½¹ñ˜%O2 ‰m»œsVké¨ñoù?0lJ61ݱßɃöàF|ˆw¶!<ôdôuÖÕd©„a&ª¡ç!Iõëc¿áZ:öÛYbÿœÚ[V€=á^€ -èÂGÆHt°»f ì’{ì‚ö˜Â»qõžs¿tÅ'„Éßfj‘GR|ã\Ø &Þ¥òa)8©óº±8ìÌKò€|ª§µn/D”¼ÕQ³»ŽD5G;Þ”˜kÛ&û¤ÃÈ_ª£ÁkÌ(ع”;z9Öx ÿ)b*mfKœ+ó…6<…X,30¸iG"«¢}æ9LkPw"(ÊÐWâÄ¥›1A¸_Pð8zOUØ{Ø5%ÓAN$ŸòÔ¸;8¤‹fÂÌEΛ“ uN,Ê:©Yä#gÉPù'øÝœ’VYâL¯Ò«]Ê€y^ïšêpüó„áD½ç2âõô-Ó9¼î$ÎRƒ«:ð®Ø ªÉYQ’iÀƒ½ª¬ô"[*—ÿèX˜·rbA²©îÝ/•„ïXˆ·ƒ›]·£q0ù÷6¼H±;æáC0ã]6£4`U‚b½E UY -X'°x#ð!4oÛk/e–œ­c§€ˆB!l·9A'=€{]ȤÛìWÃõ¨E D 2&‡–”5ÍŽô€FêCc‚XZˆÓ*“%Û/!È\qj¦ ,²W}ºr\HOûõ¨ª)±‚jR¹vaø›³•ЈOÕü¡Ê/öÝe‹Ë£ЉÀ‹£Kï2-„D’%VjF¸¤@½ù‘ù¬Ï.E(RÓ¶X{e‡½ŒÇ4³¸ }MÝw¡+æÛž|Íé[ e±Ì6 óÌJXאָ­¢áÙf3WRCÃJ.ͼó’ºZZ MõÁõ¿lͺåxoSÏbB'¾)ÔÎFo‡ê;âJCœ4’“[Á4<¨‰ Œ¤xÒQ=”P¨)¹|Âéó­BŒBÖŠ‘Ú™r×WÃAÝúzSí¦Â²¤‰I ò‡ FÂ=Ù¬l5À/|€ }ÏÙfµDïM+Vݼ)ök§MLO«O™ÿ䲚"òÜ\Ù`Øc+A6Yyˆ³å,®1—¢<¡N¤UŽ=+aHm=Aóî^Ö$l¼”ô„ËJî‘¥$ÞÕ ÃC|‡Î^ol;™gmö‹išpVBhZr±÷²îF”×yäü ¨ÛŠaa«Ûèó°¶~­¨I‘¥êßv&z¾Ý^Ö¤¯ó!\ "“—yIŸ{PfmGBvdoRUáêÕ0ÛCv—ïR½…]ë¥M^9Ðú7ÅàftÄùž>ÕpG@Ôo.âÊnS!¨‰n—ÀZÚ’û`m­iûM¦"DN¤[®Rn‘yÑÕe\hÁ‹ÒJ7­Ñ8±¨²’©¬àćЮfLÑŠˆsQ5{&íÍwIÉ··fÅ%²šËœ‡ pàÍŠnÊtRqLMæŽ'q#RΪ±»D?¢ŒÐV·bœ¾ZOYàÙœr&ô48ÛpÖ{3©¡ÿ¢êu™ð}Šó–2¶tÔàdø>4•>àhÍ‘½NaL­å1y^dEûòµe–Übf–À'æŸ^Iò3·ÊCöÑòó"{°Ðy<ÂdC*€ZdÚ{éfÞªßô„fq)c/K—Õ,^e+Ú‚žu ¥¼‡é;Ñ$–ú]4ìÆßO÷ªè™› ¦¢´| BÚDZ=:5ƒ„”gÄ´ ¢ÎƒðH(ÚOäøUb} U‡EµfÌ"ÖÍËȈ/±øò‘¸Ímð3JíÙ<öÝ:Æ…Û­`Dõ+72žØŽ!èQ`©ÑÕ¸•Ó•×Y14gwÏEƒàö½Šršf:¸ÊÏ)Ø‚µ“Æ6â…M¼Ìs*¦?Ð_¼%yÕçTî€{ï?ͤ}MhN×pã·™ž¯ª/‰GÈ7©Ä[Ô(·ÓÄ0N£(8î^ Î6|éArséÖ^Çë»[Ö0u‹Ž¸nj/zâgRK9ÏkT «u]X>ÄåúM¨Â”Ç4D"·Z ¹ášNã¡ã6“Íi¹$Âr®§-áDÌ©\ÞP7–¨Íüx+¯«‰>]kÑìJJÞôT\DøÑ‡{+l±Š‹¨nÓÆÕ×L…Ã"©­]ï䍿å‘Í`o‹òQìë•¡íÙè&ˆ‹ÒLBX µ/3SßIÿƒ#j7âå¾x‘!âÓ> vT¸”ûUÛFë+wUÁ­{aÈD¨½#y%“^17X…ÁÂñíY.fö -gfÉ‚ü‹Rd©šÒL®í!º'(…ÎY¯6´«Kz;v)ëk†‚–°(;Å,’2Ĺ‚M_pæì ò„=kœ‰XPB݈¦ãiIöÂi«{6N§f«áµ£Ï®éÝB;è¹ê¢„:ñ e{mÈ-&`avלT; 10ÛoMpúT/]ÐCpRW°¬Í.®öŒƒËvƒp)¬©ãk+暥úȘYµ;Ù‡9ï:§ÚÞ`º)´;›3ßÒ7>eKbŃ–pDö˜‡‰IГq&7­n˜8)ÝšÇç‘;‡éœ q#¬Ø)îÛ v›cÕFg˘éUxå²m@QL­zÎB -3WyŽéÊõÉU³>DY~GofPØ´ü!u¤q¦–;ÚÈ\çô†,$%Yá·èï<ž -]§žx\B‰9Ž·ÈwÜÏ1eÊXTód>¨ÇEíÒWz‘í5—ª'ž:=}‚¢X'á¥vÎHy¦Kr6lŸ, -ìôyžiÈ»{îèˆöo)Å5›%ï_Í-.+–à5\VB$ã±Æ&ètâ½ëZªT:”Ó¤ik,ÛU™‹v÷Šù`š†¤df'/:gͬT]¯DëýF¦ˆç"j?ÌuÖ M‡6ÓÚâ8 8Ô} -Õàë]+z˜~Í€b×ÐZ–#`G§(²%4Ýê5ÍÒ[–§Î˜_2ªŸË„ämAL¶ßû½fM˜ÄV§á^¥Å¸ííÅ.r -uFO®wpFµÆhâÑr†Œ²zÞÃxŽçN³ÖFf‰•X 4fcGtÑ7ï­föBéG€= â€Óråf‚ãÐöÕ­g"¼(ÉgonFÒæý.Ëä]…Ïë‹5æV”74ä;Ýr)gíh7ç%éœw²Z…5¦¹ -LL ÅIó n‹xެ3èJt«S4–Û -Þ]‘Q¾Ð¦¾<9ÔæM vòèÁš±N Òª™É~ŠqSKæ° HËùê%Ö9ÉW ͦ5Gý½pußnÿRžSÀ>¹{j|ñ{;“¬Âú"ŠÇK -pI÷·pH<9P†qÄ…tx4Ý¤ëæWõ|Óæ `]¾¶6‘&P9È—øFdxŽºï*_S§Kî…LBt!X…å¹2 ¡«lÀúͪ|ˆoƒÆûJúÒMBÌ“Žv,]îh]¨]ÈCnEžaiÂÄ£+Ó²¶R  ×ý¢xEßV+0¬¾‚g$UÑ—‡ÞçÀ?É‚”Ü,…Kül$ùï1þI hûl•ž‹µÔ{(_ÀÈ˹4Š~ër%®¶ºZ&3éµ$söÝ¥{–_8^ÉëCçÍ«j» -{¹¨3Ôu¿ÊÓ4Q@ßFË,IV¢÷ª\SmbN ÛÅ ’%à=lwÉÎCU‹nQÐÐîKR9ê=¼w±¯KÒ¬ý†Izý€Ð÷y[1D$¤SuÞIѬ%=Šìâ8nì?‡â—›%\âAH•(R¾¹aœ¤É0>äóñ(Ê’A¶¶þ +»áh[n°ùÈ™À˜>ÐûÇç…Hã²½Ûë{=„èSx× H›zÚ6ÏÉ;ºQ½~ÅØ¸…ZfYkIï1Ã\bs–ÉЍ ?5ªPMÓ:Gekå§}ôת ö"ܳ–¨áÞž¬P\õûUÓ¼º÷ÈuÌÞv)r‘ÊgäöºK½;ÛVQÃÐDñý['©aÜ1“ºI6æ ÇBщùvŸEŠ8˜ pñ2òbí–ªZpȈij©y8â?RÎñìæ~kÂmÄóV°ïx•¶ <½Cãß­›BgâÂ;=óPEUçÆlíâ‹÷»_]eo„³¾Ö5x= M!þç뜳<ÀKEdŒpß&¹P@è߆whÿsb+e$ÈBxº%Éå¦öÔq*E.†¬]+½ÁuGg#Þò]£F™¡D:ZAÙŽ’=dô‘öÖžÈ×Kú±z¢Ü匣9ÕåÍ^®é¢#ðÃéÒ¢ðVÁ‘Z/¼ôy,ÅFpo¥S‪•8)0/„•ÿèV×q¤6‚•§C·Ø¬¹X$déãMžùG‹ÒÛ$³¢NâÀÀ¬P«»µ•ËŠœ~ÀZI‡Ž2³´Š‹©ú`¹ÖÎÄ… „û{{áRÞ’©H¬X£Ð8ñˆSY%õoçL˜6Y{×÷uä±¼p/ZNŽ WH3´îB@½nÈ·zq9^‰õå@ÔÏW=°Ä)Ü,ÇP‹5ÓìX˜†+žÕp8‘µãBtîT2ɦ:3ý^ô…¹åZkb}+gTyßiøÖÐÛ ”gxÙ ^Z‰m‹bT$5ãîFÛ¡€ã Ž‹/ül.Hoê"¡3u‰ÐÞa,Òtg%ÑPïúm/v%vg¯"áh—õåED±+ë,㙌4€º¬õ¾TœÔò×n°9÷sŸÏ–8²hŒ-Lâ& ¬éæ(p»sªíƒS§ òVÖè‡át/4½†Á‘¤‚Œœdv‰n/jç%“ëõÁõíq0,ùÄs’GÀ Ùa @çÈR·Y½F¬­˜ª·SŠËÐd’V'2UXÑn‹íßÕÙY®ÀVƒ”g¡èCtÏÐIïtÖ»&ž×’°”â+„»F›©u¡4-0¨DðL îC‚±è¥½þ]ˆ²œ§¦ô È”5˜5…©R#ˆÙZ´_cÖ „·éß-Çˤ,ޱ-öš|Mh’•FÅ3Ò-íCv¿ïRw‡ÉHÎ$”‹¯RK .†GŽ€‘±Áq&‹W}æ%KÊ`)5P--bOÕ4 ñŸ—ô8/™´:´•q!-ÔãÈv殜Ð-!‘l‰ N¬‰ÄzŒ.]?º!úw;])<8!Ã;ë—J-à=#³Ô#ŠALõ °=¥Àÿé7³Ãpb ¼MAÒ»»K±žÁ«œ]åÛ0¹Õ\{ŸƇHºF°9ì(­Æ¢óhSOfJI¤å󿹓ES/ñêš$*ç·N“CNRDØ­Ô¿›Ó ŒÖét(GŸˆƒ©K=41•ÙÍ\Í“ëÐNÏ<èpjöÛžÙÞ+4s\1{úæHðW@Ö‰(o§G‘‘›eƒ\&eEÃ=H¿î¹É «fÄ¥4m­ipè\áRo‘(llgº÷ˆ;CÐÜÿýÁ;¶Q¿ÐÎ"†ŒkÕ”ø °Œ9]G­eh¨j9Œ›Ò…ãIß:‘…¦i²O«˜­5ZNÄQU¥aÃÐS›4Þ€¸—;‚³ßÈÙ—«öu#% \NÇ$Þ¹–Yi¶ýXµ†ÉGî‘sKpT×lè²ó¨Ýs'êô½ùˆ\ÖX6 ’q¤KÔ g -+1gœ_{è^ÖmÁVD5á´ê]Ç¡ÁÕnò`¢Û¤Ù!DË™«DÜý$]»׬QVIxA‘¡qÁo=“®ý–6ÄPÕ㽦wnbGÌ^å£ÝÓÍA*Å›9·.z/†ÍÙxjB²þ3ÝÑ"#î¨~rI®2lgÛ»¾;t™;»3­õ<ŽY\Å]ÉfĪl³SJé]*õõ6³«:i·<™Ö ¯ ð¬S'¢¿¸õàĘ$¶ZÛð$Îz©ö.b -‘Iû:V †Ý§q¢êY8“㑤?i>¤¿ËÎMx#ÿŽ‹eZÝC‚Á½ÝÄùÅnôTïV¹CUyÉu3#ª×eÒÍL¨…f71À@ -f°î„›åe—óé%:x¿10/Sqo®bb€ ˆ=Ú´ƒyîä«gÿ=ÎQœÄº QœÊLct¼Ì"ºùÈ&ÝEïD\) ]p€T3òì³5A¡¹°Ï.·*=¹Ú|ì]˜ì²ƒé$Îïš¹âÑ£(o9k»¨ YF ¨'ßÓØä ”ì ße Õ"%‰ýäËÍaÞ+غ¡ÆQ¥í|Mª+½£yGž ³Å`kF"¡¶Ëš¤À[u ÊW.%ðõ4Cb=½LÆ0¥À-L²Õzó໲1‘[}cõ;K'üq9©¥•á l-·‹ØÉ4Ç, øX]l¯‚§çÌE åAÜDæ]År™~–ÉÍøgg'ß©îAI>`{«Zy®'5KäìÈÚÆŽ1¸B×ÑîQ>mÐÓÎ(ôŒCË.;oÈL”l•s’HƒthÖFÛ+ô±_÷<Ýp¹}• ü›8·.›`á,¤õsßi0T¹ [¦£ŸP½¹Ôé»ñ¾”Ÿ”Ð$—{»WÇÍ5ö–S3….´"½»–¸(»ÙÍÕ ûi[TY…P?ýšái››”|®ðp†€-e¿ ¬’c¬6å‚Í(ê[âlŠ„‡7wTä@оgEïžÀÖ#ŽÜ£CQŸË¢áâ©÷|Gg÷ÖA?0m'­oÌö^†U¡ìÐ¥6ËÂæŽÃ5h;´†/F¼C1p—'NÃ{¹W.ƒc3uÕäÝàJÕA\½½ Ó­-œ#ª‡ìÿŽ~ÞuÊ ½’\©oXš‘Ü·=¸=Øz*ébбνq¯ Ò/ˆ¯T\l,î­aë/³èe»®뚃¨ƒ¥=‰‹Z-Ÿqò#·¿÷.ò‚j³Z«¯·Ÿ¢òè·C—~ûcõõ¸Üö«&—CNø8UGN·ÇÊwT›ÔSûœcÞë_ß„ Ø×Ò½ÊR¤_·÷ì ŽûyªI9¤¾¤<üGÿïþ•vRg—Q‹\\Ã=qÊýÔ¯y¹7÷ZA›P»2ÿO½wnéoqU6ÜCŸ'¯ÛEš,s<®ãÌ{PŽðÏS9]Êa<Ò5?ný/üÀ )<õѪÒ¿ÜÜÇ'\䑪ôükŸô¿òGm¥¥*»÷ärý;¾2ûou|z?®ÿ2ß¼.ÿRžÏBý·úõ°•E^Sò-õüo6ôUšNýOß[úŸóÙ©c6é·lšûRó:cþÞûýpý¹¡Ó-¿! &`¹ºbÌÿ±1O+ÖÏu4 rC|Rïä¥Êç4¸xFã‰JÐï¾Æ¡þÉi~ËÉ‹úXcl ðh#U¦õÄ2Æ?<AÍ+;EÐ ‡Úá –€C)Ìë“ã…ú!JœíSQe[ Þ[‰iü]§éid{µâ…òŸ ò¸é½´çGhžÁo&¿¶?Rˆšù#ºZÒ…>Ž@Ò=—— æ$ÑÅ&tŠ©#é*l3íuÐÌè(±ŸÃEŒofMÅEpA‘¦ç Y €I¹EWµó`û¦hwÓ‹|“¨cÒúAVã™#ye\£±ŸÇ-†>´~÷¥Êäep¢(ì< Ü£æz éßä?ÃøgÍ‹“‘/\´\‰ð’lbƒ1¯¢HÏ7x}LØk^o3éYÝÓ Á*úl.’Q¨1Ä óóý´~&ØãcúÿÄÍVl7­å÷ÿ7Ë’:lÃáð’s©Œ$£n£éa¶GuÞøE‹b†léÿ_{T}åPýÎa•sYkdÖa0–;—V¨Ýhb´³l–íê°ïÍ'œ™C~·SÓ5!6!¾#౎bîSÍÆW¶?uZu º_´Û<¢tüµ¡ Oþ¼Ìãìåà)ºÕšUo¡¸Øü\²18pm>,wA¸õmŠh ˆXhXóÅ7_ú™¥Û-+EÓˆ6§´”0-0ÓÅGñ|Ña“‹•= xÈ®¢)[ëd%ºï'}5ëÁýò—RYpºŽ3 ã5¬ ך—àSu@¢5:2ëCwèÂà–PÔ~ûðAˆî„Ê÷{˜ç=<Íc>þ-wL̵{Î ©‹[Šô„¼ŸÁsž÷8øaÐsßQ™Uÿó±0ÏS›ï üõú’îg½)7‹M[UV-’·3¢BPíãðUv¸î\…*±sþ“Q­ºŸxư©I‘·Øºëy™‘¦Wç,\FÕ ü•ã\¯ÇÓC!kìCøÏX»±U·³ ˜ éÚ$J&<´¢ -?Và€û¸–ûÀªöè¢ã@ -‡¸ŠF%:“Å…¯½†~"þAHò%㬟™¹“·¶i¥ÊÌà´\Êê_Zá<ÂH컋çšzŠª±û2nUTHKN¤ëºË½K§ì>ÏpQïAè2(õj8ÿûU ™UÍ<\kæVi -Nèt,wã9×~'tr6{Š¬êØ¿«¤F5FÛä²Ãâ -ÃbÈ/ã…¨vj‡1Îú™µ{çlzi^ŽNêR¢>\ÜGqÐÃO±! ±³›‹!{Œî4*–·^zSÓRkªï•~Jx›ìÒ˜ lZ °ÒH(dÅt1Ï>Š ´¬ÅþB'qbÇ™"{ÈܦŽèŽ"Ô£_6íªú£ù\Õ'òáÉ)êrñãPÜm5ßž¼½Qñ˜}¡e{m–†uDx³ï·Š kÉCq ŠëÄN.2$V¹X*¤¤š½¡z[>LÙrÿìw SƒËYçpQu5î}.7¶”«BÝ"+Pˆ^¶fñLÍXi:à©ÜGñ²^!¡NäF”ø3·Úî¦RWÏ QgH`)÷ÐDôa½gò8í­ô  T—ÏܦkÔuŒ:Qâ§+U@Á6tOÔÝÂßBúC½0ºPP}»¨ò"I™Wìð7e$®´ú£6à×c½úYö"9^«žë„í—mHVíÍ9’H Zi.c‡~»ÃáÒד:Üî½qªôUC 9ÓŽIZq“•I^£V¡¶wV´¶§• k×á±âh.dçœ3h5âîŽ÷9øQ‚º`±îCTåëSK,ô´+Äo:†ÔކÓQF²~9šhf»EÂa|Ôƒ˜Äü‡q¿âw}±Û¦µæºsO˜zéI[ÓW(€F2fʽ^½Øi¨:ãD‰3:öÊ8¥Æ9–K›íÜo ä;å= 1õ^‹]·tJɲgÿŽsSÀüXžV&¹“:åY€ÞiWûQmfå#(ÊÖöÊ³Ï ÍkgD_GùÓJ»Ó{¹z°¤Kµ·×@-7Òîôâƒá9d

…c¼Èóªð½’{0t•Qˆ»W¨¤ya—³LŒdkH\ù AM²EÞ›˜ÁÍÿü5mdXµo¹ê‰Æk¬+4ŽA«#B•0“Õ^ö¾/™æÄ©,Z²úxÛ‡˜ÛE±Æ¾#lªs3.!‚û×qø(;w¶h'’}ØÌG7UÏçT¤Åg/@J9^^oÚkw†OñÒ÷½}£iÆtrÆû‘G½Ù‡,Y6ﮩöóÙyCˆ™ïƒ!Ko·.q»ÔëÕüaÃÿ•„¼ã©dÆ(;]È–“Œÿiã×) "UÖߖߌ@X ù{VáAR'/Ôa– -òŸ ïEÏè]­gA5Oem^HÐ8áõr•öeºæ6¯rß·C!†˜ - W‘?¦KI¶{\î¹ì§÷"Qõ¶ ß >Èy<WælÏyf–wÅíͲ_Ûä«sÌŠ0'¬àÁ«ÙMCW‘øÇk„Òá%Ùnµsɤ%fÊrjá%nŽ>n!õ64K‡?é> ¿Á\3*W“³B Eî=F]Ï®©«µoŠ™Í…aã< Ø *ÁÝ­/þD®ñ#Ì#Fã.ª—lÒ’ÚÀàYã¡©â%=¿€aCP‡†Ù æ¸ÿLü«Ò|Wƒ€wš¦OŠhsÑèHU˜°Ù|(îŒ&Šln[ „~д«Pý&—¦…í=ÎÅï&Ï£ŽFãÚRÌCQø:"cWT[—~šE5ïqmƒÔ^éâ­ÂH“íq®zMÅ 5 òÉÚOKÀ½XF‘Ú¤«»»zÊ7,õ ž£üüv0o‘ošE”°…Ø·½×þ§…@uRMBrüÉM÷H Êxl݉ø_${²óiz‘Íq…Z¼r¥~lOmióá$å»`¼÷X?‚bT[òZ¹>ýr2"¦ô3J·†4€!² -Ÿ,‡3Ðîöö=‰*²NoRÐ1§ª}E`^ATîµ÷½R—6Ñ}4`ÞÃj¸òöÈòF`#ƒ¹+_\û%.aNèHÚ]ëÐMØn@TÇ·NdØuHl圎© n©/a–«ç;¤ò0àÁ%Ï]½ó¶ò&˜¤[¸‰:¯~äÂl]ÛŠ…­ãªovú%Œbfëä´Ñ:6)§‡|•»\Ò=µWÃ*[à - > ]ÇÚa<ᨆבêŽfžÓ© ë:ÎSfžþ¡ß-ûÉAfºð(nèÔEŒ –«Ù£I0¤Ï&D×ÃÖ´.ßA7W8‘H¦b¨–b!HCÿK*ë– -ǹ´¹= ­<ÔôD'~ËÝÈ `Í{$Pòô4õ<ŽÖÅŸÈw»ÆòýYóîêvéçíyö›.ÜJ–̰’``ð@‡óçùW½Kd´Z&Òô&m=j"r Ä1$c;,óTU­G‰˜&µðMíU·1ªÝjÐÞÕNN¡÷ÚdmÈ·¨ð¿ã°öjðßþ =«Š7zªOiIˆ wÖÅ¿»ãûÍ …˜ûªÅÑ·,)wœgjZŒñ­N9øµÊq°ò€âdÜ0 8Ñ4Õj¾BÅ/‰£åÈ…ÖºP¢g§ö.ÍhÕËtQeư´í’„JS“3mãÛÝ¡«xi#Öû¥gÉìç[kusØ›ZPT æ+¶]£f¢#Ëm¡ÛJ¼–oü°J_ì»EeL˜Â‘¬…Gjúîmi×rõp.Ö!ÐÛQ³Šå-ßwq‹s%mïf…JÆJa -N—}·…šÐ‡Ï¿U/þÝKß9_ÎÐT‘`õ—m/þDÂŒuÊ#MÌ™Œ·R°F”ÿl‘óÎ N4©†µ|udôTÝPbäs2Ýî«r#Do¶ºEIЛ­?œb û¦ÚÁÚ -þ±U\Ä›„…ɉV_eîpºarÍgd-º‚!Œ¼yåõ$8¢ÓÔ‡žÕvÀJT×¶_p”Û•ä îõqª“±):å@þ;—\(±ýH*Ô—0†x[®],gE9¡GÖXêÒûæc‰o ywhX¨fûŽV£Å¤ûÎà÷ÆyŠyµ;x+àp…jB£1mµ’8ˆÅ€ù‘·9¼t±œË&ùàPøÈÃ8è³ë5™ -Ë ;”yîTËEÝÙQT=)×ÜÃP ® ¾cŠ[l·6…¡šR¾Fdo:¨«lº„Æê:Ò–ÒÅû¡hÚ,àÖ¶Yepœ6Ò©¼€ÂåfØ‚BŠÙvœ’'õŒÈ¼>.O%fbŠ7ÛVŠ]]$޾$¥0äR—Ë͘ 8öX˜la í7|£h½VÏ~ êÒ´Ë… À ÓiE -eéø’ÀÅÍñöå1 µX÷+è&ûY—ËH¤6ht#ôw¸çò¹MøuzÏco…ßq ÿѧgG·ŒLA@Å‚º)Ô Êêbž‘Ov¸zœ‡*Bíƒ Y—[“¡ŽÇkD{%<7½NV5,õ¹uÁ'Ø:œ×m–ÞýÌ8–õ¶º6ß!™€‹‘Ô×¼ÆJÛC‰¹ÆE÷ÛÝéņ‰ž" °À¡ ™üÔäG¡¸€ÊlñûNãRYñP¼!—ŽûH0PømÇv’SæíÀÔåûë‚®d$椺µÊ–úA·ÙŸu³â -àߨ®8”ÍäÄW? ön@‰?.·üS6é¹”«i¯îÃjØã;eº´Î3‚C¤”V‚ {Ù±ç¹÷ª˜qÏæb’;Ò”=.1yÅXáÛ…m OøÂ„õ÷ÂõFš…`P%&eߪ¹›d§/Ôóæq<}ªãy%Œb{ìÑ+vëjÙÙ -q£` .6Œòûp;@å_¸6¸ƒ?\9j.ÍeX_òÈ<î¬;Û·§öÜ‚èìͦ–šîHÇÁª‡¯¢ë~½ìÁOr~DuÒr´uQ`¿8]ØHm©œwá½È/ssÆx+ðÆ$ÂA¥¡Ž¨É*G’èQƒœR) IïlEª[Á>Tãm©’|Û‚aÖ>qÆìâu±`ú9ã¥F,ï|ÇZÒ‰ߎᓾåHÔ!¼=gl§À£â„x[¨Þޤvw1OŽ#®^÷¡º§†­Á13gìCLLûù3’”µt±Ä[˜'±=qµoèŒ.õ¢‹LK[$í§zºõ Öûâ<¨+¬ Åâ' 1@X£ -‡kø¨^ÚP‹¥ÃãŠ>ZÒ ˆ?‡lK÷ÞŽ&š„p(àâJ‡Aë´öŸ¬îŽ»ªLOÛ¹–áÚ’†kh×ѯßÕ]ž,–tÿùÔ·l†D;£[uùÒ -öe#w^Þ‰a¢ý¨@›N±7$`Žú'÷!rWÞ…&\°ªmÓ¦¾é7N(´äƒ÷ªH{Ñ…’p6{sj1Ûk>Ê Ð}æ[£xpI¬I†Óð¦²ÀÛ+cæTã^üîÆ‘Î§uöõ‹¬0üàôÝŽéF€ª/!¿JiK?NªSÛ.i•_…éR¾ºÓ|[T^’I›èG΋š¦ó¥SÊò5¼õ¬os—uW¸±{õˆªWs†JIþÖ¦s - -òÌ‹îPz÷!Êí{÷/|Mƒc±O*¹pÔ‡CtK8œÆ&¶Þv^sQéG‘<$ŽY*?Ef¼É¼ÃvŽœc¢Nëuj’Qª–ŽÂËZG·œo  pLÛþÌ ù¸Q¢yüØè{-VÁ0’ºð¶çÁÅAü™õÚÛ-¥²z,:Tµ/`.J(:)å¼¥ Ë&D5³ÁŽÇ U>²O÷8uÒéM§™.] sX³° )ºW'áÊCÕtÒ)~~ÈF}-ºËgç ­é¿‡Yøƒãh„e•˜®,Õ FFä!ËW7—|{ÅNŽŒå<ú ö!垉0S]CºyCôªò>ps‡R8ØSw óeî!vÝÔÍMØdT/”`#å6éc¡"FÜ(6ï‘ΗÄ?½4|-P–0~uªÈÖpåŸ.v¨-/ÓU|…{èäuÝ“œT,RÎB2ž×§@ªõdi¡;Ñ›ï0hK¨bˆšxPH©ã!7½r#žJ,ùñ¥z ãw}Ëp™=Š6°‘p¯3‘Ö"ªß6–æR,õ¶T^ ¥[,¯¥BUôR^HÈ  [Â¥Š£šìBwÛ¾5sƒCÊz”Çà­!ð©S9·jŸGR8©QV½hHïp©Ö¦@ ã= gxºTyT5›ë:7ö2,C©·HƒÉŒ¸R!Â3±ÙcË?EßËõÊqˆ‹ÇXhíÛ?©õà^óÞÀ¼—‚Ê–ÇÈûa‘üžÃu†ªgóÔéj¾ÅÀ'¦ìŒµ×»Ò6á‘¥)îÛ3M® 5 h²Ì‡Ùwç‚×ß -­— rŠR¿¢b^›T¯¶ë°Õû¼O(ÙxP¤œ>] Ú¡]´è9YÃCEœÔÃs)Ÿ@ÈN,¦«i ;OŸ7Ï.™+6bGX8Lq9ˆ\–­Ä¼aÀæëÚ - ¼ÇôëQ| T ŽMóS„*0ϺìåÿcÛÕ}ê’Åðs‘*³†Ëú©Æ€{¬…# çcGfG.Òä€À0Uîã´bŠ3 …(É×SÕÏFñ&¦šÙ¦ÊlM.&aŽÓ”VˆëžY.S'6¢àɃ_pÙn`˜V°dÞÃÔáձȴíÌÍ»«Ãª©4¸ÄlZ—´~Ź‚zjhPÔô\õ$ÕÍ8¦œéK8t€Ù£Ó6„yñ­-:­_š|¦ŽtŽHëĹ'KÛt»þSkš¡R®2ÉÄ„´¨Ë ¢#È–F[¢Áx¨Ù¦Ö½‰òeÝvR³]ýEq“jÞ´™ïQWóRMoãžC¨Ì§yTø(ÐÚ’eÊ®¿o_"g!økUƒÄ¹FUù¦¹A°÷)GzÓ1ÔÃÅ8´@…ÆÈUø Ó¦pøâÖÛ*¿Ým$$ææZ1‰ü2“hƺº{ µ5ÃrYfoV–{ 5sóÜ׋áüšÖÚ -® äSÝ?ˆùÌí{edÛ½¼¦‡cH„B Ðé©Mrÿ\ÃxY‰9,Ï÷ŠÚ×I¨Å"°-¬)ªE†Iœ(Áª‹]êàwS——#Ÿ†ë -‹„ ­R:´T`ÂèLT9ãöަKë®9Ûì—ñæ£n¡Uy=„ä&¯w("yeýݼ ¯¡µ=J¶%Ró¤m2ÃÕD¹d;›8ìI¢wv‡2•û¨jÆ# ‰-ÑêKè^`¼:÷ÜÍnÞÈ”àΦç‡kY(ýêÀ¡ÞjXãÂ}2ÏL`jVüRx²ßK9òl]7>‹ƒ&Ÿ¤›àß2]ãMýl¬êËk½™н°¤–8íóxß!ØÀÍëb»cH‡T€G{!f)󛄼kïÞx“'dÙ)ÝJx~0OD¹½ç|“%¦ªü½-ŒpÑnEn’sóu n¡ŸzƬ:ýqÆ|m ð¸2 -õm¿W×ó߈4oëbÖ#áÀ;Pùš®{Tg6˜d‹ÈZC,3°¤·ƒŒ¸Ý‰!.Û0ÞGübâµC`˜ì™ÏÉÞú"-ó²Ø/.â' å`Í‚çCâ\{P¯«0´<È+©AK~x9š1r:J"”H—ÑÛt™gÌçB̵5ŠT¨ÄL¦NÃq§˜¼â<ÃÓ*é:ËXÉ=s¥†’ gÖV£Œ Éskˆ¨Sk#‰KWöF®´€ÒÝáPTÚ ²²ÝõnŒ(@×çxýIÌuËJ7ßÑjˆžå½kXôȾ+¼CÉnTÎ 2{ìó8݇3Rõ¿g´:ˆgã”JlË8¦Äÿu°}SâË\Øl`ó(Ånk‘y§³MÔy`+®C ®`«Qa¢ëtVª+›Ûi$»û’µéº¨+Z&Ä]9éû_MdŒ <Š*ÙxÖ‘E5ˆX …*ˆJŽ¿—<‰>…´ß¿a¡gÌt>G>Ý‘Ï`0J[èµW…¿KÉ~Ô1]¬ÄZ£*öÒP³ÃêjÐZ!îÊÆ7.„ÁHÝbkð"û¬˜Ï)Ô˜çev ª×)s[‘<ܹWO²Qç¡çL–Á0Pf00]G•‰&×6B"N«!ˆQÛ¿N—ÕöÞM^Áp„wµm;– Ënââm~¦ß™.§{Œ¦ÙöÕ°”~þ踳H¯9æ˄4¡`Juž33 p¦!Ô0øÕ ½j3#†O0‚—5Y{œTdÁ´³»MxjëJ`þ5¨ËdìϘ]\àFnAïìYøÎaPuo×@|ÙÛa ¡Ô&dm]N„ãðÉ(‘¡àr>\l¢œlWͶC.ÄØrD7B¸#á%UÀÖͩފ2aC <ð7ÁNÝÜŸ¸J¸í°¶$~—Á -Ê4*A×Àm|ÕdÖP‚©›ínˆ6@ ±ÿ'2Ûî"ACk†˜Q51­ AD=¶1á~„¸ß‘s -p¥™Ä³:Ú‡4È}Âß’\ÙÙŽ¢¼@Yæ«LFpj§Üçxª¦É5Ȳ¤Îê5au½«xÁB%o<÷ àϱ ïø²p"A2³*6ûÞ£Þ“"S†\§‚FÃP\uœ9XÅ­âŽb±PÇÈa}iÒéšKoHÞé[]Ô1ûRGÇš®V|çíH¬´˜@¿fÇ%ÒY†¢¨÷2n¬‹È°¸WÀ41öaÃ?íÿï*ußÏp XvJï™bpñªï»IšN°¿¹¦•ç'šŽá¢žðjSϼ C -‰˜¯9@8G?D¿Pu{‘ Õë@Q]‡-z@Æ}%Xê†wºèETéíÞx9ä~=®ø´îÄL*¢ªÏ]{+C'YCÏŽ~IÄ+IÓC:ô=á¹J!n ‚t á2¤ÅIl?4Zå2qÚÆËè‚osŠ™0oATÚ¼Þe‹‚‰]ñvg2f†DÞ]ÌðU‚HÓ\7%8zeõcsÍmCûõ6Ρ_6$239X¨ã0AU9¤š!ÕÓ8âD4ôNW¿)Û÷tD$÷Ýß^ñ è^V|:À$›÷ÜÊ|Ì=‡~“‰Š7ã–yBÖwרSDàYü*lߣ-ˆ´ë>·?ñ°<Õ˜¶– p½²Û{¸xDµCçô§JÝÂì[ñ÷¹¯UX;ÞÍnߺíàñ>戹ßbIY÷Œ%›y;giâeaëæŠ,‘^¶„â»Ñð¤gÄ4Ó”ÚàIÿˆh­ÅäStCز§ˆwrÝu1̬µÛÂ]ã™T¤I*‡ ënIšFjHª?Ìs&·ƒùàÀD/à«kWpêaÀpÑ×.˜ì’—­ù-%F'‰‹M˜Üˆjf=ɺ¶9D¯ê‚ÄÄ(KØGW\O§§Û9Õ0}¬:&æy×¥_¯†gz CØM½¶ feóMO¹¸"¼ô ¬u²Š1 $Q‡RÜ–(nc׬/Àv»[ß(Dâ‘ÿR<°ò~æ“è:k’z¼Aføÿ8w_ Ùµøy!ž©_ý»iÄÖ¢ 6é—[®»Üµ5iÃ5›#ÃàpÙDõ²‚­mŠáîg².ޱ~%-–)î{&ŸÓC \|Q•tC²RÀÃ&Xây¹~ õm·Í1ŽS 4åj"æ‡ñ"“¿Z0@[“C±]‚™ûQF\ñ!cÓCzCsãËÞJÌ´…§7÷M´ÙeMÎ!ÿá­ 9»»Š„tÏý®Ë´õ‚‚(ÀzFÇ#(Üí„ïä@v×›*ü4÷ÇCMdg¸ðźÞ+×LŠ3ÓSÿT±C[0'²ƒ ñ’nñHéEVå)bÀ‡<<áØêk1¼Ææ½Ê1 º‚»ÓÒRc~ßîûAºûd¹úÎ?ú^Ö–MéP¾„wïåiæÔ®„4ãÌp“»šàU ‰« ÌWOˆ8ï»ßǼk!K¸NRXÃ4ÉÛp mùäüÍ È€Òkf~cRØ])hhumÝ£ˆ&TŽ‘À›ñêèªð0‚°k¹:óªdþ›øtáÌæš—m‚’À -ƒ¥2<¯æ^ÿеFžîùÛ…µ‘™6Ä# !ùÅH ÅÉgºæÖ­à®âUèl¢M‚JÆ ¯É½ŠùG!” -p¬Öè•}¯ûI¬b[|åU,]£!À¦€ŸMŒwÙéMÀàºð‰-Ù Ã3ÒßÐב¨vË­3ºæVÍ1Í/ |%tA®a¬ŸŠf7ÄRo«ídï3zÁñ\æyÏS<#©³EXWimž÷"®dÆÛzOÁœs¨e‹ì´M‰ê49þ'Öÿ ¢¢õC€"d˜ÛOd_Yî$²:¶Kõ ÈÜåÒ¨=ó›ÈÿOµòÓV¶™Va¬S˜ˆè`DNÔœ¬•¹âZL6›2o"OïÝZSõ <Ê4ªåˆ–…Þn®%“óÌ©ÎâlªLD¤^ú‘ÓêJÂ"¸Š ×~B¶)“ ±”Pà9ÌO ·FªãçG’­þ¿lν.v\ôïŽô"ök3°_ï'±±9–iÎf;ë{“×Pe HfÖ%,IÔ|pìÅ.cdÀ&ycx~E$±½­(‰„Vgnagb:²Õm󜰭𨴆>\ ËÔ’J—Àe´a»ûŒ‚†ü¬ãu¶Ùÿ%¿$¶§Th‚·/›Áׇ­ `Ó’ûV’sTp6âuj,á®)™k¬”Û§M1AùÁ¹¬ ç*—‹ÔªFø ;p&@?’sßúªfvdæŒ)kÒÈ]1ù;íj¸õn"¼lmË^¥Yë -1–× ‹ŽÔH˜26·l(v3š¹ö‚ -ØÜ«3 `IÆÚ’48¢5ú±:\ À^¼=c‡Në&`§”™C_ œ9^®)'+”ÄF'ž -r¥æM:KŒÒû¶¹È,EÓp½áx«åÙ5êôR‚Ò0û £[v”hÍðÚmõB8Œ“'Ûh$¤Swi¼,Jó>Úû¹›¶)ÏXuÙ°‰ÆÕd‰ÖÀ‘$07Ú^µþnšq4èê"dòÀ’­ÎH® ÷ı=¼«ˆ‚’‹$òywê -PÚ˜Ö©þ½¶w•šÕ¹áâlÕ‹Ñ:ûræSÝ.0éG„ï1cg}Qu)·+|hª*/s3ÊМ4èøš>¯¡ißnjUx¦:4À*”gL‡yÚCSXK'Óì1bZ­ç®jDlè%,î¬-X×Äœ²òœRåp½¯°Ç9t0,o®©]“´÷b†möQI´œH!4Yû²gfžüˆog¸)È©©;e“] ÃzwUH‘sGbÚî¶!6 S²Ò7._° ÛMSˆhGÖã¾×±}|Vm6}^…RÑQŽ&lÖ   ƒ[ޙʼn›]z¢®"¹Üa]J#q"2Tb5\„áøuiÐbÁR?£q#þ½5x{ù‚!›éÆbˆVà' !v«‚90(‘Q—¼‹PÈ-uêÃÕ1÷!9o—Ï–OPO"ë­ºDF$ž -æ²£fkÂpýºaj ó–5Œ±Ä@ˆ{HV‘‰-:«[¸Uð‚!ëéš“WKÔ{ND‡ÊŽ55ä’º£Îì––]­RÎ2¤Ãu&z"€&vÞ2¼ž÷˜‹1½¶$¾©-Â1«5ä@kböm]¬Oòâ‘N$úÙ°üüÈ'N¡îA9ÃÑ̉Ð^¥wc¡Ç"Ã`4ªë§L‚”êX+:(ŒýËKƒç¶ôŽ2XýakxÐjõ`x0é^ò¦‘.â$`EßÛw+ô½`dÅ ‡‘äBPqQa«(v+NÒÊ”V0ÚRbDá~‘…!4ë¬K„ÌH)4€Œ‡qëb9aÆ)8͹Rõ -lMtZÖS¢ÕY9¥>‰„igÙZ(Î6öQpå hdQ[Ðéã’éDì…CÏlÖ©s޽qa3Ó¢r">'žg³Ç¹‚lZ{×f[Y³}nä@dÑWÅs›„L@8^ÆwS´-]zG,Ù4l7«»WGXxnLz(6°( /ÚkÌÉ;'ûòèÊî„Ö3‡¿ÅÖ²49Ðܸ…( «`×–d›‡ô+”momr¾ -(Î<í¶d^Dâà¦vêf>繙ݓaæ®fÍGûoRmË´jsöK 'ñ™O[V/êºv¨4R’S«N© Yщ"Ue²wK _Ïh˜^qEk¾!&uvZ²Þw…95|’Ì™ -ènÕQe°çð}ØYÑz­~YW{N:Mt¤a£²­9AØKße©Üö—#1uûµ;ü;ïülѰëÖ€Ú¢N]!¶óúº±Ãc ùa'LkM\¯Æœn“St¶W´ŒÇ´{ü ¤òuoÉ_ÁgœsR¬è¢%F*Ö­Âh­´ôV;rRÁ„dy0ÖP}Î!;J(Ì,+7p´V M…¹ë4O4k¼TVÔ |i¼JÐ4ô“üûË£öÙ6»ëÖ݉s›Æ e\ äáöµÁ‰5¼n =è^œŽÖáêÌ¥4*!T£±æ6Ýë³/·+&!‘Y—òUjÅ”¼Wy.~ÜÅ9”š&Ñþ^‰M}á½›âV~èTð Øá ŠW¸¨ó´ûSà¤à•­-\`Dêx°w)i£È^ßÕˆSygLé’ÈŠW‘¥U;^>?bº“±,ÁnÖ êÎnÕì:47ã…ËJ›t1UK­’Ÿˆ× -áƒ#É„l€è­æXd«le—u6$x "^žZVçn…‹³-çRŒRŽb\*¾cùWl¨¤¸6#­:Ô­Yj†áS:Í Ó¨µ4ŽÿyG, Ùk0Ûͤ#:¶ ÇñP™h©BЖ‘¿x¼ØÁV¶è‰WSR6úb‹>„­OW ¿•þKÖË;³WG›J>^l]¢ÂI%<)X' žì³+|H>™Oi Ë/B®$„¯ {Â…£íV!@eFuMãu®FpœßíYÞ¿½Ü|${„w -Ì‘ÑÜF‡œŒ#7}z9R -c­ÝÐ=ÿvÇ%HU³ ´ÀެøÆŽ_‚C¥âV·'Ì·íZ­4Z%„̽‹^„­o¸‹­€’¢ÿ´E¦’‘¤˜Œª$LfíŠ| d”Ï ögÇðÚ^ö±f‚޲—^eÔîÄL4ŸÂäH&ð8¼.Ô/ÖÊÖ+GÄã®’ôqR¤ÖNQ^erÏvÜYáu“ .)Õl•ÚÛldbÖpíw¶&ŠÖm$#5вê3êêpç•sb8qz(æu"&hõ‹S\¸n2¶r¸©Rc?rÚó`±•s+é´£‹ŽDhPªÔr¸îݨ¤ëYÇSÁH*)0 -Y4[mê4%#ÓàˆA€»Ô|ûª»†h«ë䛑¬BW!îos7\¸.éÔ¯ -i(}ÂOñDócpD c‹¶Ìî"-/Ò_ùb¦eýÀ(ÞC—žeµ ™™âvï¢Iâ’°O;‰º†ä|[q7Fš|2 ùó}HxÚ7®¨ß¸ÌŽ×òcJo•ö=±¢zÖ%{oÁU(§bÁXHœ{ˆ´×Q®ls÷(Ø>¸·àj ýHæqNÙª‹xÑ…ò¾ÙÚ\f§¥K %V»ÞñÂübª k˜ôEÁàßÿfLåK -©µYÀAC]êêÌ@Ñ‘{I îä@ŒÝzÇKÕ."üí];–ŠŽ:Ý ‹¤ƒÞõPˆO!.Á±Â|ÂOÎÄÙÎë­êß1N„O¤xÀóv7á©âÖÿˆ -¾+·žµ/$b ËÊŠŒ„aäïs£Ç‹–,=+†M ×úÓ¢EÉ– ×{)A¤wo³s3à Xof$ª¢T`Î[5ÝO#ÚÚ&¶Ò³z7ÙÎWöׯ֪Y䔊“Ü ¦ƒ`­Ë”o$p5=WܱþìXv;ÓnÛʼMZy*yA“à ÏQK‚ʵùX'6ßÁäé­º›]/»uš¥‹[®[/r³dNØ'8”Y@ NÜœ’°ì¼-`^>~½áj§b:M' \c¨•÷&¡÷qè–¾\ ÂfxÂ{Ÿ_ñ¢PTÔDŒ5ÅË÷®®ˆN¯M>Ó\a1nJãìÏéN65+VËïEéê€Êa]÷ü]c”asTܶjhMD»Zþ±m(yš£æî (ûïÅÖ Z¾Ø÷ƒdŒO!k!ãÝP¨ch–ñ%³$Ïÿ2`Îï˜Þd뜜–—GŸ2"W(/Ì“ûT¬„;Wp ìóZ` œ¦m0αåÍg2Ì[èwê2­Ï ࢂ¾,7:f+u¨ú„Ÿž‰ ïÒb}%±ÜF€xlF ω`;mò*}"wðb -ìGÛÝØGXDçYþ¹Ýޱ^¤yåŠâkó†vªîJ_Œ„ÀŽÑ…û8Ój3Wk»d2\˜°ÅMœínP9õ(BoU͇sí=à‘Å̽wPÀÓ—0î¿*nÌf†T¯Ðá1n8…£˜ O«5¤7êxëöÝže†r)§D6­ I+Áñ‚«^Ma;_Å·¨Öˆ’¨L_Kn”äû6Á‹X&Vž[ÉO€Q²ùôŸtX¯%8Š‘ýÏ7‘PX£y¹Î«-#Æ`,ž³^$ $½rÁ€±&Cb³³šóê¦%XÐù)OµÛØHöÒ·|?¢ºi^7W‹jNØå}¸Ùã6·ûNÜj£î¡K€¡T‘vi2¤e¬¿üé¤Eö*2ˆb$ ?i?6ãÒ’„\4ï&7 †»•‹Ö&Ï ¤%<¸ˆZѺ·®qw¸Á’¦·5÷«Í–#Y •º,Ї4ÞÖGÁ¸«i㚌Lçå:•ÎxɈ#\%¬tþRô?p5–©h sð‘ž*Î[¥¢qŽ:„›1JëÜÜ׳Sl§â+ÆÊaIï\>§”è%y´[µjûÓØwÓUrÆ_Rtg-¿t,víK‹ý§ WKl?\QëÔÅ_²••ÛHNˆæÙ§yy{à­uî fÝh«ÿßĶíøÜ -ÒîÆe¶«b;ã™PîNQÎnØí»[aòÝêæ{ÎÝé8åê±½%&8{÷´«p!à -åÈ*UZen„³mðÈ„^<v÷å¥6\þ6µ!b--Ú6í½ÅcÑU&õIwå¨SUlp$ivx*²äÕQ8–[dn]iºi‹;Á«ˆRܨ²96bLÔ¬à#=gŒo2ïœØhnÒ>72*/ÁÆÞEZÇÁ†˜«Pa‰O’“Oè¨3G,ìR׿5¢[û5‹w:¼ÚlÍâUËqYÞ©,I'ââ´]ƒåÚ‘°Oü -‘Õ ÀV[‹ÐmiÞÔb²\¹<º7¸0Qˆœ4 X2Œ -´þ€u$yÞLDfP!9£”g·7:¶’;Þ4»ÛS­ä¤Sp¤ÂÆõ¨+.#Ú»gÝLØ(~ld3…á7‰ô¨5‰%¶7ø»8CëÜ뢈:©TÔ*Êv¥á^0„å6‡¯4¬sjÕ–u »³g.—ª¨6!°Ll‹2qSø†‹!Ö‘É {‘°•LüûKÑ‚Ý*£#hz×_;O9 -k—Ñ*J:-Fù¨•¢qas»zYLØ*‹¬mÛ6$¢Ç>ÄâÌ)8¥¦Âè»DK 0¼kŒÕr¸Ðó¤hÌ;+·–šñ—¹¨ ¤ÈØ|¡WO8c«uyZÛ)æŠK <;¼“ÿ™š;ô´ŠÅšlˆ¸¡#˜û|àÂwÂÊ|·•œÂÄrÐfÖsás’gÉ(D]‰û/µB- /ñë„qM¸ÃNL*U¢›tQzÓ¢2îÑj ïÙ"€N q4E Ø傊[ttžÎóÍ­8ùžþÈýÿ{ïÉ“ñ§>ýÇ¿ÿ×Óßn¿çéóûÛÏß¾=Þ~~þËÿûý—Ÿ¿ùóß_?~ûùŸòôòþùùç¿ïûžþãñã/ŸÿÈÇûÇ//¿~ñ›yñ«>ãÓ—ÇÛOßþüÇ7r…ó÷÷<½>¾|ûüöéùk›øj^<æéùëÇ—O]ŸÞ_¾<~œ:-;—žøš×O~Ã#统¾þò1ózçÇ·??ŸwËã-eàÿ3OßþññúøôñþëãÇç 4 ÿcOŸŸüòíû¯Ï?}þ–<5?ûÖ­˜¿ñ¾|ûü¯Çϧá§ýøøõùåñöùK¿¦âž>á«ÇëóËã»úöï?Î}–8í¿ãé›÷Ÿþ¹?ìåÓ¿_¦²Kÿö?ñòíWOß?Ÿ~~ûܾtZsöž¾ùåõùñÿÂ_/ﯷŸl}mÆüëï??B/üŸó‰÷“ËŸu—ŸšèËÖâgóŒÝŸøñxÿxyüù3˜yï×ÉH›‘ýËûÝÓ?ÏKÅž®?Š-Pç±0´*Ø·aÒÿ{ ŒÐú–€ÕWY`5›)³RüÏßh/¹U‚{³ItâÜ"1é't9ÜDüùg©-‡ß³»ªØcoMåÍÖùT¹Áþ’9™LÆU”ßB ³þݘþÔÉ.J‡ê•è&ƒ¿Fº…íO,ÓÍ[ØÃÄí¯5Ã3›G³›ëbÑj*^—Yá4ïnÉà¯nüƒ<<¢l’3`¿œh,€ªw½%ÊDî´f‡Š½Uh¨ðöŠ)¹-û¹Ý„ïªá'ŠŽžË”{kbÔ–w½±|¸»¶8@·Ÿ¨6 ÊRÓŒ¯Zž÷¢ÅÝœ…/ý¶ú>csìùÚí•y–výTg,w±']ƒâÄï«*ÎßcÆghnˆ¤Ÿ®³õ…ÁšVb Þ‚Vº¾¯Ï›ñ\K…rQ Éh…E¬´èœVq­¢°3;qË…Ár×îîLn'¬9?¥ÝŒ£×tºèÔœ³ú4m -%:·dêŽí^³[ZÝ^ivè\¾£2( ßÍŠgÇ@©‚Uåh]pƒ<=ò2ï¹¹™[÷1©ò­¸²JNa8£mÃÒÊ;`|ž£sÇà*‚?qï¡9gaI=š'‹N'ו.×ÁÊWvj!®TL|‡¯Fèe›^ÃùöJìº>Qû^’hLïy -5.swqU£òóƒ…¸ Öaîã‡õ„uèÐÙ´›÷+rUµQk¦lÞªB•‘ÔŽlÓì”;M)Ò0B×SP29BCþâMd¸³ØÍv°| I‹ød»^KãWP¦nŽS$»™û¯óÄ.ˆm?¹xϺÙL1Z+1"òг“yâ:4¥¸Ïd´¢Ž×U¬q§;•èU¢/ÏMã¿2ðïÆÚ´åþºW³š®æhš¡:Û6d6aÓª¸Qû ªAókF¼herëˆÎAÓiàp‚Bº;$U%«¬;ínYnBù¾_4aܦâÚR†„+—T]^C;Vá×e Äïü¿y°Ëºwó)\üw”'…ú¤è ú‘ œm>VX˜z´+¯?{2~í;Òq¶†›´“ÿ[‡t¦½)’so¸YV¬ iÚɈÌÐj_d³w‘5D#!HXXÛÍdZù¼HShÚUt¥åà~lb¸äŽÍÅYÙ­³å/q(}g :ÅUŠGÂbÚ^8 »iÕVo£y:ÿÛ§;»β±’èãuœ0‚«p(m;ßÙKÓrã<ã o»nôŒÌ®CT²£u’o•mF’cÅ¡%5 VYBÁ—;ð Îº‘c¶MÉ.܉VöÙö#2uãçYé¹×€^a§ÃrE¥u°r"n¸<ÒCH¸DÅDÞ(`&޳}¯ÞYùoräÇÖ™"‡­ïXç Ú­1ÚÑ5Ø=WÕ^eƒHiVvÑÎÇŠÛ /´£;`é~*Gm6ã©Ä -\u¿³ ÕÀm ›V@¤[4‰]®Ãhà£x›ÏÞ¦,e Mˆp7vÔ­û#t³«a«E"nlºìÀÑË­P¯B«Ã*ö“úä‚%#ÕÝØ=Ruxî>ëv –†Xwü²}¹}¤ÄÆ×äXHéVbö©4¤í;©F·± ûºgÜ Þ3e8+ÏáÞ™å -› »FÕÆhæéQ*òÚéÒ†I^òpËå†à1ÄiJÜò›§>ÌÆÁ•bl ”…_‚ÂL}ø£„èÍ‘‡àIàÜiê]Ipe+ h*ÜŠ rÝá²ÑâÆq±Šñ’Èá›_|9©‘­ ïºN.奘ùIJf¨ÊV±F‚˜ä"oʧyÑSɹ;‘º4¤†ï¡B3U6Ãb“-”)lÂmR{·‰O±»ÝǨŠpNöÏS,œ·(N„Ñ…ÓG}L|vžeÈ _Ò±·¦æ¦µæV‹R—p”±Þ¼¡éNk^V‚IîX—ùÙ,Ä4GèëgdOs/ï)µö”Ï<Üz,Zcœ fáÅ!šÍB §—@vM¼Çb\mP[C-D[°g— b½;HåÊihFÛxóÌbY^9¤÷T˜Ü*d-uû{ü6즤RhßøLw¾ƤRökû‚^À%tPzšp‡wÎQ˜j´O-”ŽópWSG• ŒÚåžPýSºú6œÖ¬NU*”=•V>âQînЕ±™ÍDÏô7|vF·qSEÒÕ÷™†¼Ýj|EFÑ)š¸ìì/çÈX\îîÆð½u7ÝlWÎK'̦6Ã(—]¹5þ–-ºãbõÍ!@^ëMí|0bZ¡óá.ïu¯—þ®‚^#|ÔŠ²VLnŸPøœîĺˆ ÓG?ðN¢Þ³m¢Ú'”^•@méÜþãaVƒx(8Ý!BM›zÝqŠ:c‡˜Ç,gQp/kÙešû,mEttê]@`7D £WŸ»ti {T·¡ÃiM ›©š3/wCˆd!aöJºš»ƒ=ïo¨•P ™æ÷)Eo·‹’s¡¾ÝÈž ×™/oÊÓ´ª »oH^cCåfè¶ÌKåHßWTÒs`*¸Ti¤eêšWêýµT_l À8¨mÖ©:ì|/à2\sÇÙxàï~¶¯|K+…ê*Zm¨¦ÕÉ¢6z€®e6²fÀ…/IJslUWGõëA9³uTÛãÉ}†ä­c÷è pYg²ó‚€T«“ñ©5†êši·.©à™ØÎàm9c>FL¬¥‹•O½ÁÎ$Ó=bÒÜëx†\*º#‚ûÝ}É¿›Õ3‹»|f1möì}—þ™f:M§ˆ±uElC£o¬òi¤ÅÕu¯¨G\y\oÖ=ã§`–…(Øé241\+ÖÓÖvàMà×Q|Ïårœ÷•j¢²&§9TÕÙŠý(ðiÉÚ§,cLÏÀ>âR­ pòæ˜;™Sf-*þlÒU|¡C*&ÅëÕ ZsxfRÀ¸>åÖµêÀØ“iw|»ŽU†×V€€&æÖøåár.ÕGÝJlt‹Ãú–+®zÝ)…» øŒçžŒ™U\‡Ù&Ùl~ €pô¯[‹2iúÿÄÍßSê·þ¦ -µüÝÿÍW?ê²<¶p!EA’‘TdÕËöœ\÷´çL™Ë -¡Äš{‡h®ˆæŠXcRI(ª–=€qž÷—§ýõyÙŽþÍ|bì”ÝËï9O!н=”#²î0Só kw%³YçC£« rçï 3sŒ4‘íC"Ë©ÐÔ [3G“¥6VS ¿uõelâvé-YeÁ[t§iv<›Ö Ì’wÕ9½7·c‰òÒˆ® Šó.‘HñUÑ4fSÅ÷¬ØÌ±Ü=òw#iS@:;anúaøÐs’:1€Þyè…¸„çõ±\<«Úœãò9jŸƒî£Ã+bÅ©QØæ^ƒ´‡€gƹK—ã -1Ýú0¿*Û½7]¤Ü=tém’‹ö­1©»Wœ…‡ÉÜŽ+Ídæí~%ü¥wòÞéK5³D¯_Ax*}!Í«ÁP7³§1:g\µEvÂׯ¦H#=¥6Ââe ¿†7O”'7îm§êfÂyûåv/ÝZã ß ×¬âí1QÌÔ¹»êø*ÙlC‘°lÙ¥ž /¢3qé¥M~–á|b²Ãoáef‡¿IÉ †Ì«ºW¯gÛQï4m$½ëÀ{âÿ­íBS›s]NÖÜ®ª®Ç+Ð"7ãð,k 9—ÌìšéõpßM|þ|n3LMpêÝ9Åßq :㌂¯8CL1Åd,)á©úPÜjâÿ»…¼è¾êV/~ã‡òˆuL {Þ““ðTS;ÐK×°îtß~o)GU/¡à&)AþÇTðƒMe±Ü. ]gjç­zÞãØVsþˆBó¤Z¼o#÷÷/vùæÃ˜ÅÌ“L½ ?dÙw醷Ä%ç=)ˆÀ\YÝLñQµ¯ÕÜseŠŽÝmƒ°Î…™J¬áâÑ·Œ4×:⧪%¬°xwÃNåïÖzÂ:W'¨N¶emZƒaÉ™q‡B¾.¬,œé»{:Ÿ4rxÝõÓ-Hâq¼Õ;Çν >æÏã/¿Èñº¸2ÕRþÜÌnÛ­CQ«¹¶Æ¬k74nm×nø»7vnỂˆ×ë[Ú¶YEݶ}¡uM×>hCYÁ(\êÎ*y½QV›€¹¥ŽLÃêCèܹJ›âvöL3:RÎAðòMTL@¶”7ßQ–;üVKÒN8£¢g™ƒ-'üÝóP¯e^ŸÑI2ÈJDÇíªšˆ7ªnÞ –¹eÁ7[žÚ±¸£­iHÕ@³–ÁBÞ[pw>–a•­¾i×àc$.þvyø»” ÉæÞ¾N”Á鯽øê\Ý ñ9à oë‡dòU{m'í÷\™N¯èÕÅx­fiÖë$¨ºì¼UÃ5äôÄ”_2\üÄà; ùÚg|„¯ º»?—qiG0Ôt?®Úã—à‰¢æùcÄ‹YÞ5H8a^Ø-–ËpõÆ]¸ëiÃtƒ[Ž}}az(Å®·ó›o¤“<´&<™¯gHjªò/÷I­JÜÄœTaù0ÉGsµeÌT\]šÕ/៹¶ÔF’H“Éú#±t„s|¼ÀY}}^7½‹&UDóÂ~<Ãëz$¦oÂÝ ÚYdº}¾ûg#À©ºvÇWhíZSU×ÅF÷î! v÷fÑRñµ4`ðzÒ0›Í}BH7-ý-TCÀ†á[‡Z™QX -¹ˆU5À½‹¯‡ïÖ,Ï«P£ÉX„zÌUedômRºIˆ)H'`oäùÆxuÿ®yáÈèfo!s»º}%ÈK6«bëFá»éݬê½ûaGÁÀMX/C†èVÎL^! ºùà«¶¾ëÒ-¸<_Zµvqìú[ó&-è‚ë€3–VþÔ´è{{#ØÏYî“ì¾ç]ÙCâð:£Ê²·ànF X×Ó»|[œ+g¨¶·Ôsv°£â -ú»ò±¸¢ÉÍ¡“â5+Ä+ا¬XÆ~ß”ÐZK‘õçQðä¥GÇîÑbªOsú„f†µTšÓôbØfv»îL¥ç´ìÊa©TžÄ ðq/«ê]"×ÉNë7ì˜ÒrFvÄyû¶|TŒµ²÷ÓŒÄæy2 -XÅp¨{qU3s%¯WEß«"Œ¥—XcÙñnüÀkªâk6°U&æ·ê+$¾ÜÏ…•ýEçÎN=ÍÔáÆ9«£ÏÄ€ ,@½pØy;ËGcó|$æ -Nÿ8øPÝÆ‹è -NøžÚãIþì^ÐW™rÈÝiþ­íþ6áµ{PŸ¹5Ê[¼ãÝS;"™Ò­ÁÕ&æÉƒa;àõ> #³ë»ë]0áƒíºŽãïrØ_19ùåX¯Á>ìî‹MÓׯoâ­ eŽp~Ã_éx7÷fnïÙt èþçØ­m[šÇ‹çXÛ~>Wn¨ª«Ù94bƒæAº+]6«ŠMaÒé/$ÁNxíyš\¤ƒJÖvîf|§Ž@•â}Ûë“Ç›sz«Súª„Sõ¡¼•O&ø ÄU ¹]fõâQ÷ÝÖ”¾n'æÆÏ–T.á$[û¤ËxKWsÈ!0ÜÄç½I‹Í0u›ÃíÒ~®æQ½¾éÓ<Ÿei"Ð;ëÏšé£ ±Â² Ê­gö›âñúØD{,fìõn½8|/óЋK!ÉO•®á zÍoÇÔs­„–³•™‹¾UåÈœætF·´7®rñíÆ×î­l@v¹Ï7©Ö†ÀšÒÏ­ªJ7Áçš ±M<ìÀ××'d7pÚbªù•Ãõ¸oUè»v²©ÿªÝ–¸þRð c!ZêMýÓÚ=dßÜUüqá7qû€~Á8|è½<ªðŒÿTŸ½îÓ ^O{OÅ}³$nŸ©Е¡ïˆâÑéóšš -áæVÞýšíÛ·ÄMoXé«Çžï ü¤dHjàÃ<_UÂãPp;*ŒäÜ>ò…; -ÏÔDu-ƒí¹ê>¬G—‡þd(D0•Wõ!p˜å“¦Û -s9XŽÉ‘|ª–¸Á鼬…}lIÌK½©÷lgàõ†DðLræMz ˜~¤­e_qeï–¸»ä\®ÛËË^æyWbÁá\uÕYj‚ÚIyFãxçXl)s €åN¯ôM× ü‹³!ªœž4§rÔ–ÃQbíL°Š^{+±Fà.@þ ³\ž5,õL]¾5‡í\õ}<ºbtw gw¸ºÒ·‘žڮ}žy4{•dïyKö›A‡/r­ ŠP‘5·Çè¥sGÝèãvì^؇ÝWFDgù+‰o#Å+‘@Œ`­ÎaNÛ{½…ÈÀìûo_íÒ™Nåv;ëzVÐÔoš2$¬=0ØVUDïøsÖõÅ¢UÙÖ Áw#ßÚù¼~®ô¨Ôå@Z¸éè9NÞ÷iµ\g0»¼¤¾du±µÛC{+t©Î»/Є] ¼½Œ§Þá{˧0jôzÃ¶ŽŒ@$ÊîŸzw¢WõŠS)§uB -2½o‚¡²!O}Çc…Ôì‚ö6ÌÙCƒŠ›/¨²1bh·w´\3õ=6º*obÂ+ªã»º\šâ„ å$:­qÿœGÄUHÔ€vq¯'¦„Ûùzª-÷ _)áð2b?_uËÚ£ÄrÖNFõjD9T²ÍF¢*8SµºŽt_Ì¥ëWF–•u±ÖÑ·ð¿ÝÏ^Ò‘»ý]Ôy˜¸wbœ{¸šs¬—$?E³rI‡Fv†›³B²J9JLÆm¿·•3;[ý‰.% —tΜêÉÍ78#º&>µŸà-ð\žB9´ ¿ʧN`!ë+äôšå}’”²†°Ñ l‘û¶Í´VÅŸ®{t-é¾Ðr”°«Ä[åíêïY´½¸'M¨™Üû%Ú¶i¥õàË=иÛÌ"}¹«ˆwóºOáÔ~âNã‚î»YFM]ƒ3Uý +ISø<™:ŒÍ¹–'pyº›ózZ‡·Ar· ï{ÜçëV8îœt5?¯{‹ž.~<µ£mSˆ©ÛŒ;•åü\åQÕ¶ÜEXˆ&yª0’zŠ‘•æ˜CQ¿½ü‹øZ¸ 0ø zq1úÔnŒ®çÆ`»éÙï“W(q,·;…+‘.úP‚î”Ñ}gž» ’†ã¼­FfÛ!8ÌétZ…{ÎÞêX–zHd¥ß·õ¦Ü$ÿÌì‡ÛÚù««Rhe¶Û§‰ÕT_[¢îNÖ^u!ìÍàË¡Ëh¿ñö¯¥TC–©}—¹gß”ú´ßV²0B“š´;cèýG£Ì–m…5ÑwYÝ'ˆÁ)tàJÐ{d¯fêf¥5S«ûsÅyT¯çkCñ1é™Þ?¬Ïg0ÃïaeT‰Iƒ«##¨žf‰ë×Qwu°ßˆ4püUwsG<§ç=J ªÞf*l4L¤už¯W¶·²¶Ok! ¡7Ç”•bþÅÙß•ûüOpæ2¾j„‹bl±¬eÀ((9½¥0[7½b¨ä|Ó-ªúŒiÇÞÊþdA9I3Ö° @+žû6óÌ=ͯÝܼ¹gup¥Ûo -ísɯÄf¾“ºÍÝJPŠ… -Wä=¥‰TŽ5U§êj]EzEÜ´ Át«ïÞÑ™=_w;à ]¦ÚÕôøe;‚óØØÐF¶!©0 `€–ÃàèíõÛG¸}òÙ1Ó=kL¬20íÕ•-NÒËý*Ê~BXh"-YFÒYçìMô„Úo„Ý'ök¶ª×JRVŽï‚ê†; !ÁЬˆ¿‰ÞiáyKI¤'TA]¬0ù@ãoF­§u{edó܉ ³91Crä?cs3Ü_¬!_Grçà†.ÒÏ‘ây·•`ÝÉw)óÂÅ÷me.OduÕ$ÿ@ ÊZXôEP= FáL`8ËKtEØ^ѧËníºsŒ»—oeßi}ý˜™$kÞêuíþ¼ÔÒ_ë÷¾ÛB°J@Û:•¢³–v;xŒ£žß¹½òÀ ‹Ø"Î,ç.`eӮ쫗³Sçê‰4Ó#V½½Ñˆ]1×õÌÛ½Ü[ßUhì´Ü‡³YÏ¡-g7G¶IoÉÓ¨-å¤g*/Å}…,\;­¥%ˆóúî]ÒT/wgÄwt:_ÈÙÍßK=ò­þ›IýZ3ýA¸6Ü%]rº_§'šª¦Û7•”eUöTMõŠwW–®NìåâŽ;uöﺛèIìI1tÂÚËI’zZÙWjö$c§ÿ»Øwu~gØÎðg0{>Ÿó.Š•tñ Œ—HÌ]^Ù]ƒ›æÅt€2$ødÙþ]‘ÓGW£Ý0²^·cb#Ÿ¦ÊÒ0…fõjÂR“ãèvó8‰WÌ›•¾èB ê7ei„*V§ùÓå÷ªY±‘îÔ–„Iß‚¬wwá¤çwѶÎß¶ &‡î%Ôk Ø#Yå÷¹Þ[ÙùÀÝÊSôü–ÜN;ˆùliFk·åy*{=ÚîÌÞ™™žŽçΨÌÝ>ÿäØórbl£à`JfKK4wº(¥ƒ×÷ž_‡öy¿ Ë]÷:#çÍëU©H§Âe-x¢ Ü³S>žŽï -ÊÜÐenU=àlš~Ù aÝÎ/;ÄK6ò‹‰Ó¾ÇhØ:¬ÇEá0€»:x -gõÌn”$šüYÊåGÕ ?UÑ8"œM7Ád PcÛ¿{½“'M¦¡½ŸÛžS4ÉfùQ‚—\š xì†èÿ5¸(Âl‡Sxî™iãôLòÖ½^™—Øô¶—ûx߈ÎQòˆqî5?5Få­°3ç¢õÞÍdRœv®œÞEp”8@àÜɼbN•ÞjcÚ'¤ËÏ>U§+«å"¤ÅË™Qš(‡ô¬~Š]ÕxÁYt-¿gVŠ<ä8²jX¢±u“ã;¬ˆö7ðaéë7i/D\=Ï×®»“å÷ÊÊJïÅ5#¡–ˆ ®)ødÄQwï»z™ <¼ÂyÅ&­}ª. Äß ‡úJMþšò²kÊÊÍVIö±Qñb´ãT9¾òf¼Ã°YéÕ Ô †ƒtqOlû`PÒPcc²®Úñw²OYà;-ü·Û œ-#M]ˆz§hmToò\Ñž¯z«NËKÇwBé,ºÄØfŒ÷S°í¢ËF ±Ü9Ú¸W•fÐòKÁIM6Â>¨îc_•Ìa¥’ÂÏów¯ð Fï6ë¥Îr5åÝUEs%¿W¶›îÜiEͳI5þ¸*(·õ¼¢¯ÿ^×Üÿj„ÖFž¤A¯° .(a Ö6õIÎ<žŒUoÄ#)2nM½À?W:¿WŽo¤ÖTŒÑZ>›ë?³DŽyN§×Cþ0gÚ‡Ã#n_eÃ3£Ón÷Tÿ\èyu?Ï£˜Èõ- ß)ˆ¯ë¸ìø?…Ôƒ®2{GŠ - ä<8RʳIi©‰Ïï·‡ÂOlœ‡Ø(-ݨ͒j:à›¡„K`Ûª®‹ºu¿ª“#~Û =iÙ -"ͦ# œ+Åõ•;ó­;ª†ºvHJOl9ÙÔ|¿áö#TxŽoCÄåE'Æj=ẜíäæ{¥Í<òÍT, -ŸàÇÃ*kÌU?ªð[(6°M“DCL±ÓæSGØ™tp˜§“lOXºb ò­Z”J 0‡4Ï¥ÝÜBIw ðŸ\ŸwŠÊK­ðÓHeºm£ñíí›O7ÇvÓñ?³Û{;rè>'äʸ l´;8(æ™n8І¥k;¤ßg‡ygÐi*Žg\ÛeÒž«T§ëui4±Ù‹ Z ëÜ·ay›^ˆ‰\?íë@yW¹°4°Ø Åj‚ÓgaŠ}E%ì—¾ŸY©@«±º@­ôý}•LšÒîÓke"òUYrj׌Úo U9žfKŸ…œBÉ~‚»ÌçaT |¨ë»f=Õ ÍÐp.T"ÙϽ¯¦€Ò¡¸>®o"×Q^ VôÖ´y‡Otª×Ö¸Sª6”·kìø¼pABžáïjrÒÚPWOnÖõ_JûŬ«^œfȲRÀ<y…G±ÖÏy‡¸_ Æ!™ Cuì;¾êùyk6ÿžØÚBŒ|mÏàH|:À|OÊ ñ¡{‹SVªƒ; ùZá€`7ö• Ð¬–.îÁõÝ&玠I²f\‚eÄàíX|©~ -ñ£ìŦëX<ˆnçû§5íe¾pçâþˆíÎ˹»ÉC#¦c4•ºÚ2I€ëñü¢¾È²&|"´fìÍÕ¾U1znB^‚ÊÜ—é^2Îú¥q,/ªüëÆØzLÀYÃÁ[ÌQµó†?§AÅx™¯¶x¸±aÏ7<Ã4C4·¬-ž¨t]ÚO8Uk"¶½ ¾]æ't/¡ôÃÀ‡ÆäÐÂCߣûö¡*Í!»)öÕ‰G9,i?×WºÌ -¶hcO±nQ]âYkÇ`¶Æ”Û÷FÉqNëŠÖnœ ^§r -Þt}Bã¶×B#QÞBŠýêÞ†°wÂõ;¸Óó-i9ö Rì/o5² "Ÿ÷¢ô¸n¾¿ªÌ,ÁóÝ]’ú•MÏQC† Ý;H²'Tš!ûêÌ_8°Ñól“=Íg¦˜¤ŒgRâZ›á¹>Áµ}à Û2¸6Þ°`SÁ^ï%'êþÎÝe©ûÐëü´n&ÈÖêdš±àl×§½¿›\óÈ|¯AÁcaw/lÆæ®£ì· Ó¯7ƒS’ì)`ü¿%àÈ硾_иs¢NôÜ]œºïÀÍ µ»bÆêxgÙï);®Î9þ–µfS(/k¨¤Û£¦žws}m¥ë§My$íS±S@kò‰Ô›ÿÓ1ÇÙÜ»»@uÿ!»'Ò˜T"ÛÒrúv܃4û.ÒhÞ£‡› áçPA}/u­ŽºUÏBS¬ ãëþ7è¬ÜxÊ]¡Z7i8!Riwe)!@Á ~èIð{e%Œ“Ú^Lckÿ·†ªz"ÎÇÓÜôf€Ø:8Ý7üÇÜÚwa¹VvöýöÕ¼Œ";w`èiÖ)þß(ž‡Óšš{¶´³WÝ®s˘Yù–D%&qÕ~M#Tkû·-6@U¥rÁOØv|牙ÕÜó×ÅG7oKÌÁ–¹5s}LŒ+ü<÷´x:„ Lˤ>>–DÖ¹Z<ª·š4±»:Õzwñ[ûÿ)Ô`F`Tñäné#$15å¾1ž_áª4š¿!͹µ5ß»:cjØ!"¦÷bB¬êœ+ ª^méSNžÝæWÉoÓyOfûèÄã\¬!ó*½Œ´üØwöF±L×äÉÇfêJwî}¢>Ð¥«ï:f3Ÿ­ƒrßé~ÂZ)£òÅljŽ€†ÇÆ2?è¾cÅo¼³"11+¡ø½öqŸÁr¡Ä™1Îì{w9°&8D¯ðš á¾1„ÄIÏaM÷O“Üxtu% ÿaŠ¿¶îýªJÚ‹¼Ì*ø?Ÿ„Ó²6øQ9ð ¡5£Êmœÿê§D^¬½Òßç<Í[™ÂJAëU€§õíoÿú)teZÒÀAvàû~»—÷Ý5‡¼³Ó¤2Ó¨ä+êN®®¨GõºRQ¡¬«Sí¯cÎó3/Üd&|Ó'õ¶— ?­ÕjÛYP—kA£ø~÷êÆJúÝfÎw‰e6zå´ÃMRsJœ’¨s›Jî ³9¿ªûNOîñèNôC˜¬r;¾]13V¯×9¿óËà‡Žè5î I/ïamÆÙžïT »¦ÀIÐÊšš™´jS V6\7¨K„¹õ.í›r:†ÀPg©ÕueDvpÎL›‹³Ý¥Â¤ëÒ -–ëá§5•ß(×ø–Ë’åQÏÎønÌÁsõýü»Å­Á¹ºTÇzÿ„xz&|tuë%†J%&w -t5gðÝB_šmPšW{I{6®ï›(Ía˜âo´)#tÛ!]?aÛÊW4è>V×ÀbBGv/Æê;WÐÁº¼µVš¬[ÌKßëy_p¡/Û‘² ïëäpÇzf#oPé…( $Ó·÷VúÆZWnìî/ë*XD¥ÊÊÁ1F<êe=S÷ Ë[¯¨ÛÚp©Zç³ð¯ûaNó9Ûñicõ>öæš~¾|´r$Ô‚u>kæ{Xyʰ|+]ÙuÜWéöXI¸Ï—vnîq1Âe`ªÃü%Ås¦ºº5;ÒÂ¥wº—Híô¾©¹3õnàÔ2ÿ%ø•7è=‰Ï;ª‰·MÒ[¢†#Ï4Ó€±k »Oìø\ºÂ»ªädÍ÷ªã‘˜ÉÙ*ÌÉ·ï~»á¹„K|æ›í?Ö  ½èÜA…—éŸY4vû+Ùà6öÉÕ=aP~Ø}Ë’‹t¨£ì\¢zmÕ4s?•­ón7g„k|gå ¶<ŸºØ¥öw±mß0Yðü"õ˜†KIBfQæiÌï®è»h².!0Ö#Ö‰¥\yÛÀa®ry‡.k}×­£ëà°EgæÖ`†D[V¸ŠT¾FĽõÍc|«¨£îì©96´kkÒ™=ùJÝýî6öÅn]©êU6B,Ü‘vÎã\e¡x}·ÉÎ/Ü”®s úRX îî»!÷L÷›Ò‡r&à; }œÀ ›=bSb9ϯÈ|Ôër²;ËÛך`ƒ÷å¦Ì ZâNVöº¨õŠ‹N‚y{Hxú2ì£Ëè$|w_ÿÞ®Ëføm·^nê÷¬µ±o¨k‡Âd…߯ŽÛ'¡—ä®>ð­Df^ÛÓ¯µµŒÄ7ÐxL1Ѫ"vц?Èm2×ûÏÈl¸Aï]æÖ~ú‰&åîëe«E&°RÓú.zl ëí5„QŸà{ï:Ñ>Ö6¬:'k‰®i­·¡›,s®ÏrõîºÃ[#: -ï@'Ã…<÷»¬©/ãú…Î3Ìz÷vU§÷\Êñ´á¸ƒ;Î|ÏêæªÃôµ©)„3]Ñúî\ïb\‰ ¡Q‰¿2|vd-¼†¿Íò]ÈqQuø¦X€TˆÚ:úøºbã -ë¹ 2‹T±°Ü¦ÈæZÇ··ÈŸ¥<î)hÝw…Ò‘l|#¯7öî¡ÈfÔlÏܶÍÑzSJU©zJP£ H½gîù@ÃCöª2}\£ßnù/}ø­âEGÓËqÕ*Ô>ÊÈvä¥ -`“L°ÂÏšZdžáVkÛ¤’XchÞ°h5i ˜bÝì~[= -ß­ã»­v…¬7»z©Ú¸áú´”™ñ`—sÒ*”^X¼ßí¬±e~kÍöY…/`ÞqªÚ4ìåCç«ìdó:D§’ xÌ`©ˆýbp!øYïÆk»­›*ÒoOTœ™Œ¸4ácñÊöªGb{®ŸËúœtJ¬³È'ƾÄtíoòuÿ™µ&åÖDZGœ¸»;ÄÀ†Iq…¿)hÂo{ ¸>“`š¸}Â=_Y¾ëž ݶ[ÛÛ&±Ñ×QÇGlX~“žç½G‰&Ô©2Fñ¡Ɔ‡ôîN'Ðñ—¡N’ 2¯ Ð,‰Ê œ×-ÑàP»MŸu®ª=_uW4¯–5!²âûgµâK’F™×u,J¿ûëôÿ‘šÔ :|Î[ñõ«jB?’8×]bŸ ­õöá [›þof%í°e¡ ÃyUT9%#»ÑhXó­¹=l^Ð,Làq¢Û¶þÿµGÕW«´—ʹ¬½Ý9ýø¾Aá ˜ÉÚË–G¯\Ý‹fYbÃÏõ3Q÷^ý²ÔEÒ Øjžéç÷F‹Nƒ4NÚ×mR{LÚ° ´±~Ð5ÖõNçÕ^¦I)ÈW ©Ê64ÐHyÞ!ïvÙ¸‚C",{–©®®ÿ$o|ËòÕt‘ñY6 ­ÇÔåÕ‹CQ2—.˜&š4RXE]õÐ+{C‡Ãyc%<+ón]±`É\óµI ]#S¬ÅÊŽ¾‚¤õ˜.B9¶çl>„‹€ûôÂÕÏÔH -_áA¬àx2’¶!=D”y”VZ¯’ò!³ì¾ wèâÆÚz©Šã[Žó&áåTšucĽFë«Þd%ý6Ý&°©)éq@|R\ãR£ ò«ë{¾Ïø†k¾èIÜÅ–j­7£J^µíy¶¦­ÞŠ€‘š¤( -#my[Æâq#P~ -ÕZX•­˜0ËùïM´"FÌN¯‘ÕïÒvÑ -ÖApç…3Ëh$…Yyf=Ö"kù«¥ÇV¬î×)j•ˆ6€äŒµM·pÂJóáƒãH\::ªƒÂOŠâ¦j…^Áñ.iµW±!h¹êÝg$fXeåR¿<¾]âH?eÉvºop¥UÚa(÷/dN2 kva£‘.·›Õ¨™Ôzµ‘"Š@ÜE*Ã2ÓwÏ c{ tÙáR¬#ElÏ#ðe½‰>odí¥%ïjd d†˜,+<Õ•v@Ù[’ÜP­cšÀ †=ÞÇrcL=m€pÊÞ(òþ_CÊ«ðÄu2!Lzé ;üZ•Çõ‡&ñ<³Ï’²?1«¹ ƒà”âÆ™ƒ(ûª”Ѳª2¹‘IBö¸V!„£¦Õb´j­qÂj±ÒS“MÈ«M.æ1,Ä–ŒŒšÖ–ÔvIÔËvæ™çá›>+ KÛ…ñ|O'ÖS­ÄEVmr—o¼ÖÔ•ù<Ü»:Þႜäüwyz¼¼>|{þí«¡µ™¼þÑÏ¿=^¾Mû|{yüœZúKS·ùôæóp–¯=ýöòãcû¾ïÏ?^¿žÛ´…ЩþƒG=}þùòúù—ç_ß?ñ¯~ûù-kDãTƒô÷>½¼>ÿññ%f?ôóñ—ç·ÇÇ÷Û¾d#}ÏŸïÏo½öÌÿ?~~ŸÏ8ë¿Xyú»~þxùëó¯ß_?~ûö§çï¯o¯_¯Zà%Qóîþþùëm}ãíÛ/B55nz_ü·×?=¾=þöãñýëùãû/mDiúþùýyGýì_oŸ?Þ_mË/ÉCTZƒéò¹ÿ-xpM7Æ3¼™8¤’ÃÁÉ%«©@åƒ*W¢ïÕ¸úßì»LIówØïz¯¼G²î’ÕMcz×=†#à á -á[:È®7x/*¾'¸ªî -²‚»1ØÛXô6Œ¾Æ=ÿ -ìm½ ¢·!ô6 -½FocÐÛXô6Œ¾Æáß6˜èm½ ¢·!<ž/œ(ÀO£Ñãô8=£¿q@;æJ~¥› ÿOg4yàÿg/!ЇŽ}/ñžl;º‹*wšYú€¹EÌ”ñËΠ—œ¡K¤Ö$mÓ1üfeËrEè€öN”_•FŠä¡kç’h«­ý¶žH¡'ÒœR™±Ù¤s¤¡ÕRû ä¡ïþ—x¯¶•ÉÕåN+m„ÆÝ:à[w؈lƆ¶ÝöAö?€þ±[¾˜Û{¾­ßQèw4úƒ~Ç¢ßaô:ÿÞÁD¿èwý¡ßQèw4úƒ~Ç¢ßaô8ôAö;ˆõ$?dûÝÄ~i“Om¿.ì×ýz€mUkiÜ@›´ù)ûHG-|ØY´ØHÞgÊ ']$%¹¥Á¢½¯’àCž$•-Ä¢-þ)<`܇rß;àMs k¹\ô^» +sö¨”Æ2ˆc· 'ª -{^rÏ£ £Õy§mt0#t‰Ø|›ÂªàǶ׌`ÛÀu## ->ì -dRPÑšT™´ó·Š Hέµ”Âå–שý6ÁŠ6å <1¸ --8òŠ4Ê»f´K?)3ªÝUÙ «Y!Ó®,»¡TT[íáq«¦‘Þ„CdqŒ Sv;ëQ6zÏ{õiÁ©†ÊMÏ,?¢+a¢+ƒ¸¦ý€ÁÍοN¥Ò9C6BÄ@ªÌÌM„ð -’ŽE6ãf«³í¹_XQ‹ uo½]ÔѼ\u®õ “‡lWÔŠÁGŠ$­‘¥FÄ&r)!’™)0“] - Xäm”pã®Ü®,b™ TÉ€òY\Q—è’¸8ý.92xdÔâx|¨ØìÉ Ä•Å=ø¢;G;ªÑE*ÓuÚbªë‹¼ÃØ“,E•S†ìç…¸Ý4®d{Ì'9äÅF“åö¦†C -3|ò’ º3ƒ]Ù;ÁŠWC.ÛXªÚIGA–m¥ægR˜MNYÆ–õ'ÑÂC>@4i¢¼YVÔHªìˆÝŠ.}4ëšÅrÉmewëXÆ™ÈÅ!gak¬€! ÐætÁ‰7E.÷±I¢ËgÚ^ÑdrÎÀÎ*îQYkÊú³1Üx›«jÁ`.¹M¥ÚðJŽ<uÍ\æÈèW£€¾3j‚®è$ ‡­ä»dÜNoCô¼“èÖ&Y§Ï‹¹3Å+ñóg\wJ!×j8î4nç1”“¤W{Zׅѯ£Læ ÖMpœˆsÒC™øs³T­`$¤R”/ÎÐB¬dž ‹Q1®Š(¢Ø ÿûzjKÒ)CråÆ&Ú{S-]HhfP°9›_ÊZæ ¾à¼³q0ü+[¦Ê:A§rBtÚ¹X½ò;ቓ̯è.·É·ÌË/wàÎÌÈÿ6ânéÒ ²}S¤JQº*¢<¹ì’B´ŒxCf8gvüEmˆ´·Û†lÍ-Õº`Ú¦lççe¢ré±¾D'·wÏÂõ験ô8þK‚qJ´ÖC.Ø-ýó}ýëñëëÀ:—L~ì¯>Y ¦Mü{óžùóÇë—ÿ¡§Ïo?¼çª<^ž† záçT¿¹]T³þÄQ£ŠÇP¥Ú6º, P´–"Ãv€3DP˜ ©½Ý'•*÷¤?´fŽ5œø3d|’Eš¤Û`ü w´+¶U29‘u‰P%:‘—¿^£ƒš®ì2ÆØècÀÕ‘"C²,Xòöf£ÿÙ¬›Q+¹œ8²¦µDÇ•5p{C‹†*g©9øˆgyÍÃóæ:¸ -w U&#@[ñ»Øa~Ñm,ͼP_ë“sˆwnˆn¼™LªP*Øgi¤•1cz@)ìý¹¬a0>ú¤–¥¬Ðù.ö¸G=*-tU7Q;o¶„u1ljAå¼¶YÅðÿ+TRpucÏ+î”ä Íx ½ê_ðkVÍëªk¢®8bìÉ/ä40¬¸)­‰ç&Ö©Å•—qÓ™SÏ›®rRj¶H`Üó¥-4G©ÝQnè­+WÓããðóƒ˜LñQÜ”¬pÈæá[ý¹¬@’nårx•À~î´±¤-î&ÂÄ“Ù"êmØ®y~Ægd~/ F©?Aÿço˜$~}Ú÷$ëñãó×ë×ë_ß~ŽV« ìh² hT¡—;²[¹G{g—[{7fàd¯È°P2eU.ý -ª*™‡í„d !ÜÚF’í’Êà¿‘§|ÒUà¢,Zô¬’Y™Cà2%²k)ÝòJn­]eTzKœ`PÄ&éN‘Á®r*HªØ‹ Þk>B«v#ÌÓÝÖá3Hï+_´¢–%ttV6QÅ›²72º“#—|*Êcª:3Hg0xM™Z‹Wºs®½àóSÅ74å±1§TÅDÙÃöˆ ólÂÏD7–è!ZEO™KÉæfû€§-TzS+&Üš+ÌÙeôõD§íÕkì73!Ö^¶Êæm£¾;+–³—ú -läw#c&fª/]Uœa¤")(:ø`Æ¢¹+ËìÁKƒÇA…›r˜ Š£D\ÖªÈöÌ—aÁ11Å9.”‹C…”~XœãR{Na±±+ ËwvÕV`#¢µZ•’ƒþ–˜ª£ 2`f"޵«‹n¨ ™°véÍT€ÂP”A,Âqë2å@¼ÑÊ#ý>ù —Ñ­Å8D¹ÀÛ<ªjiâ%Æ­HpÚÙj†qHm^M³.Üô“¥UF}­RÚ”ƒé:Íe†ÆR¥]¶ŒVÕ^DÓk>¤}çXDõJkÞ ±Za+¦¸È¡ ˆŽ[̉¢ÊÓ2¬¦7åI–[‰tD\…ÞÚOéz6Á+:¹¶N(æÁ]k…:Ëé"ö`^™XÃîè2 ù<ä&Š‘×a¬G^n3‡êxȈ»ÓÌ=ÿ•H±õA ñ €phØÇTºz¡™ªÃ^êš,‹ž¶$uNsÝ¢\àhâl¶1 —>‘î¬+räƒÁBÚ@5B¯µ]Ö¦q¶óZ fpX7ÚXŠ^¨èñÉÌàE€¨´Ä#MÃY_;n5®ÁÞÐi¼hÙH’—chþ±[¥Ü(ìEí“›|Di—œÔµÅ7€¢=.ÆÜ†^Æ©êô !¾*;Ç݆¢%Í…Ž‹ð–Çv<¦:&’§Q¯±W`uÎT3ù¥`F¸iéÆhD/Q¥—(îqTB¦¸kèØEW é Zd«èìÜ<¸©¦N왳T³¨ejDPŽG.ɳÌ:韌Š\³‰ã¸ ¦#vÖ2O‚–©å{DæÁŽ{’e7.ªÞ%ZEϼ®l v=©{ehÇ× Í¯øÉ05¬+®–kƒ '´¯£|a ³)/‰JtúäøóÅâÝ ßçÞ¶"|BK×U]\I:ëáÁ ÷¢ž‘Ø´¾‡M“1€ã°®Ê§MIB@‘F`)<ŠWåXêÞwÚð‰|p"*„»òˆûe²Û¦tU-Ñq%gj($áaYòQµ®°Í{—ÙDÏuÈ8!ÑÞ -Ùi˜ÑåÀ^f"{GíìLtÕrz@½ˆ,ÝèÐ$°#]UT@xuÈŠ½2’s}—ÁÇ?bvBâ’&]æ™+¿á:0&¡r©#ÀŒ„!H Œ¸aRv:ÉÝ&rCå%G[nû’ùéª[¢Ž·» âŒ/N/Ú]m3F¯>€pi˜¾ºH5°_¯a»XzGU÷©ßÅ|¦vi•¥é‘µº‹›»*K;«bXXo -ü6¼ÁÇÃU¡Ç¥jåâUøÔï’d~ӄܽÖDÒ㦟èz;å+ÙIz §Ê+Zñ«…zÕ -„[ÕDÄ”­iº1%wvÌn+£I‹K=n)á¾ ¡´ƒõØ;jíÈëf1D„«/-^&Lù—~/ï*DŽGYU§x:BÃP»¥âî­»¤ËŠ”ôe¯éNêYV·Q}–c#í¢ul2ަÜV„d%~¨X5R × ïÉjðGT…æ(ËñkΛîxMoBFD”gi—4LKòàÍšØÄ¥ö˜mC p†ñr|[m‹ † ˆˆ†o¦Gm)i¹ü”qÙ›ö;8’©´‘_Ɔ¨\ÜØz0Í3‹V ;Ìm4V‡¨­¼XÛ+£ªc”ù¶0¿åŒ-ìÕ4Ò°µ"R iƒ›·¦À‡èE›Ë -eá‚jØ Áb8ŽA¶CM­à¿³å÷rBJ[\ìjˆ°O$¬Ušâ9ñzâÖvƒ¡“®uW^n^º…ChV¾¤Êf6Þ¶T«P½P/gDø·…Ènä6}(Ñ›u(Êè&-´~}eä°ö=ÒC³à«»ÎÔæ|@¼ÅN|ìnÂÔ Ty¶“ÖmÖŽ±²·÷ªÑ³ÒH²caCÛ ñÕ<•ÌÕ‡ÒQŠn ì€î—'¬îb(^@Z“¦Qž:sfJ {€€°Yc0 å]q¨îO«]¾VD'˜Öˆä¶ôæÅrq5å]%ÏC”K"=Puä ïˆ{nt¹µ~HfQÆÌm0` ÛTÇ!U¦*¨ÛÃzgÖf»­ˆÒš¯Ò¶‹DÝçŒe)ìFGq —ëÌ!ŒcPLÌî™8[ Ëa;c@ðù¨!’Úl{õö}dcqdžÙ|Õ¸c~4ìÉÉ‹: ÙªC]'ÚQÁ3æœ=哪6Ü]½s -ï1mH3gG9 ‹¾½ÄÕ¥ÕT$^Ð ¾ƒÓÔ¼ NÚÕ‘ý©™y«!›&âPJnJ;s›ãÝUQóõR2´•ó!:C2t/Ùò ¢°3;+mäö’¤Û"n¸I‰Î?)êrs1œvýj‰#íˆ _­ †ïk…Är»Ÿó±’R,mI[E:DwH*[8ê].Î~iYío­âG÷,iM½Ã.xe0‹:îø=3a¦¬'äfu\{3P3i…Jm(© -†kaH¦X(,‡ ç•ÉDGÕv̆”¥)ÞYÑ,lï^ZæE ·”ý§^‹ðÙlðÖ÷Ž41îÎR¹uiÙš)íœNäüÈQÉyi·µ`îÞk ‹=íÖŠsˆ^an|TY6‡¼ó-Ø`y^„·Œt*°°ÍñÕÔS}Õv#åBÎrò(™µ>¢Ä=Oa¾¡õ4Ðõ•Á{¾,«¿$¬³»aÙæ;†&6ÝK­lIc GŠŒÜNscdCJ)8Ùƒê&n(ë8€`Xu¼l#¿ãör7Æå†v|™QT©ùÈvÀ'TΔkVaÖt5tÛ3% ‘,ofSXgTÈAz<Д{oÉ+az%{ùy÷Å<ÉÊL£ñœÝͬ߸ &H cÊ ’|Šh‘qpðÚˆhrPBjÀ|ÎïP*Ð --zë|‘Õ©î»tlª3·¨—Qªüb!¬=Ð:>¶­È/¬tSö‹²(Â*Ú'ÃÄ6àÀ[.“{ó^dô²o6‡z§ƒÎêRÂvŸZ ‘$Kœœ‰¿SvËì ‡ßÎZt“rT{î¶"Â…róæCÂÙ¯ …?,®ÆŽ¥W²ˆ)µ8ÒqH EBpsMÛ>Ž©K{Â2š«ƒæ,l«kÑŽ’Žê5#Óû‚º…hW­T¥a)I4-±ÂÕ ®L×16{0TeÊk°žb*6âÔ‡¡g\cº·y§‘–§`½c)5„©PæyŒŽòžÂ‚5]J†¢¯öRyu(c#!•ÑSkHc…¶ûÜŒ¦Y‘ö°Œ®Ö~" r‡(‹ûdouBÇ„ J8¢;\Í›^j¯ùŒ ÌFQd‰w?µ)<·—…(À3ÈÊÇÚ‡u$º`ÉÈm »K¾*eÎM ÅÊØ -€€~ÃðÿÔrq°¥%ê¸%Í$ïs>Ò0ºŽ8âç.jZo>ÍÛ‚|?Ôóê`ï8ÄIcØ£^Èfµ–”~¢·¦½ ?ôùàù6{‹^ÑnY¶f4ÖyÐÛʽdÐ}ªõ™Î»è_dÒ qrÀD#p"b2æ[<‹4ÊN™K­Ÿ!ªªÏtdÐE™ESŽ=Ñb¿•ÿ§Ÿoý‘sꔵáºEÑi®NAÁ#ÞÑo‡k¤ðš6³Kªn²›Ô£)“‹–Ýi1Îø[~êôQ¸‘sµ/ÆòM–z4uÀ!¬dføJm¥áGRéiì9ô¸›JÇüú8䘎A»£Ö¯ OgNTÈ&w¦ò_»4UG'ÎÕ>¦.™5šÏ¼ ×qRÛ܉·ØöæÔˆ…¦-ÇÃetBâ!{ -®mÍ}î+­šÈ;l<YÏ®#ÏÊ–3‹H%§_« {1–Ž´»˜§8Á¹¬J6®Ã¥iˆQ¸‡~{ÃÚà>ê½üaGé%Ú¸²ÒÎE¾Ù"ý”z­ÅEv¼±DüƟƪpøcõb<¡C¶t)Âd ;ò°Ç¼Fœ#®f\‡èš¥ÄR긱]3õŠ‹$n£!´–M¥‘?H1/Â_îÔß+ûã+wi”–$,‰4%Œ Üåøé’wL¦®Ý|È~q%ªhØ™AVŽ?U¯‰É‘qõNà¤Nˆ•ùc—Ërëµj=¦Ko^-aéö£¤³…K™i€V¼ÎŒq˜æÒýG°pÍ™ê°@äÚås s]ÍšœÎøø¿Žà8¾Åæ!«gKf𱞠ÂtƒV;D×qÊóL•wXÛ’ßÆ;2½*y°EþCò»&КÚZánV5©†Êš"sA Ãz Ó&Ø÷$¦(©•ØÚ¥'ç_ߥ‹ì\&#æµÝŒ…ËZ—®àÇ›¬XM-Ý»„MŒ!üѨ—n/õvš^/^yþ“~5e=c»*[ -ÆÝíJÿÝÛ—×”&%¸X¿ úÅ]¥Û¶â~×î†ÛOÑAF–} g팞—ãu®1U¨wTÑXB"‚^ }2ÑøšÕ -ç}(gªùNÜC¿¾®ÔlÖ[KTbF - É.!õ–´#©aE¨ùF§ôdÃ0““}˜:´›†rP1DZȨZ¤/áÎ\ßC -oYA•òXáfÁñ=üÜ­ajï¶$„®v]¿Æ™(?~ÀQ¼IÓûvr,9¦]¯£Òk]Efƒ’÷.+sS€´ìü#Æ - Ùð+¼W¼1Ã,K²_h ;ßøVä[÷œkÔÏÎqÉ/‹í[¿rˆ¹f÷yzYÃŽzNÌUD77—”w]ît4l^Z–†oÿ˱*W ã}í±³ê3ÙÖ}œI6—\ÜdÄÞ ÝŽØ÷$Æë»sK¥ˆ+=Õý (Âuîþ·Å¯¦`þz fdŠ'Ñœ1Kš>hïkâK rƒ~³ÂÀ£ÐÇÛÚÝù -EÔÇAÊÔ·ï>L/tI -˽Ш -|#¡¸ôýÀÇ×7¹乄:ÜÇ7€‡˜ªšÑ”Â_ŒñÎ §…Z³º)ã|ñæTÇÁIvÓÙw%TŒåî€Ör½ ‘©òŽ™wuh«i5=€TÙÅMî(¾„·£¶%6C"9HiGͶHgúˆóÙ tøóÿy¼¨ýY¼C0o>ü¢f4šC€…³ÃefaS'켭̳â‹Qý¶gÔ”¨'„BlÅSýê ã+s€¶›²Â¥¥¢Q q7èb“¶p¡(½2,r˜8ûÎÄõâ*TS  -Yšva,Ùê3Žs±5p½‘æñˆÚ9#“¢žÓÛávNĪÔøïk0¶‡rq×B¸%i¡œ‰k¦â#Â×k)¸‰±ÉQ÷I’\W³îC줸qgÌšS$ñ8éU—²_ÊìBO±1×Ý®4ÿ™è.”!ë|XL¾RQ+•]Bc2ºæ÷VüÛ\k+óÆ‘ÈV¡Ì7ïÔ ÷ÜJâ+MÕuöv8Ë[r·©@‡™*®q¦dd­‹©ÝÍw±Ëå=NÌ­§X×^‰zÝfåZ×›¬(Û1¿’ú“0H£NšœG,“(²w„æ ‡—¨¹èÄ‘òdyc5®Œ©(§GÕ•d·,[Œ“H²[¸ʉ÷u¹Q3¸[â !n;J§G;Ó-Wx¢²e´oª9])bîÔÎm"ÓðhÇOý·YÿÎÚ†P¬ÖçšæÁ`Ó\VwÂhvkE¼õpÕ1Óî3ïI{#×=é–xá©6Á$ˆìaJ †9m¡<÷ªKÿöë_L×­#÷\ª±à&´³ÆÈfM§Æó˜®Ùçã!|óë léË ºAøŽxþ%]‘½SΛ#„&ðqGc’¡Ûv”{^Gsbªà»±=²J”C’A.híK˜E’½©ÚEZhYÆÍŽi÷yÏ—ÈNS[ïF¿4jêmÔBöŽ32kÛÂ\/*DÀe= §RÁƒƒœáÖ¾û0´»›{}±Ð*ª‹rñùÅ÷ 7þC°¾ ™ã×Ea#P¤Ù{˜~_¦¯ MãöóKäEªbЙ¡L&6«5:"©1ÇëøbØcãGUƒw«¶–·/ôQÅ›ÉðZºÃÛþÛ-úD‹Ûƒ¸dÏMÀû²ýd|öÍ —uë0è¶Îæ6Å·µŽÊ_²,2ûvóp%|¨½ìè΃텹s.3X¾7Öo;.^pV¾ãþµçH|e ŒqÝÙšQ&Ô7/w´SÅ0Äí D$1æÏhÚ¹êÇpóHš“»”†êé¼E‹Ê'(Wv kr×õ¸QÔ£|Ù§š—Œ5M¹4ør±ÕM¾Ó´%¯L[‰•ÿá|IL4˜o -=d]âÎs§õzL/x/q]¬a¦€7ö ¤JìƒyÒ¹«ELpµ„{‚ÿH¬×þÍx¦¶«§.v±Äçë>ÑUY§„¼o-°ño‘ÒðZíºÃŒíRÑ7P™p‘•|À"ú¿è¥× ¸wÉ|† §Â¥¸Ö ÈÁêèW š;$¾¥›N¹îôšÓ!ºNmUáS†ñnaÇÈR6w¥®]¹—ÿ[6¶m±”6ó$'î„dËÇ)qÎ.Qç¾K(÷¥ø)K·¶D2šµ6öâáÕ×î¦8k^ŠaÝËäZåDÝÖ¡¡ÓNÇÓ£ÓpÚ èÕà=ÝUBö% ´§‹‚·I¯ ˆ)ëš$Û¸¦*XÕdÁÐ`ê’p"¬—·p1­vXp¦èEN!^ÖÊ9K%·ÄËÛð!¡a³QÛs½×bÆÄÝ4ÉùE;–Šz­ÎîÄTÁÃPºn`=R°+´5Ì»®|Ó6mˆZÁ \J>ˆ{ï.u]¥1ñQ˜)ülö2ÇžñA˜Þdâ× îpDð5še%džµŽ—ihmQšKY€}1WçQŸ¾Šét)gêr“÷Ù÷ó&*æÕM CV|ÙoÂzºÙ·A¿>À5²Ñ € f¢¹µA™I3¹nkc×ÐpLr)¤\³.d”¾V‹™ëòTüˆUÏÕÔÕ»û/6w¹t° –øHÉSKÂêCµWÃ{k¬N)}‘»äCÞ“™ù©?æÛsêÖ"{šUäd_Œî™<(ÁV÷mIÎUC“)_ÕÍ»*/bÉÓ -Ò¡ðîHn\Ùιné  ï£Djx¹3)!3 Q¶çÀö5XuSI19m[=t(ùåz=ë*®sHÈ -Æ.Ù!S},ÁÊ‚q77R³ŠÛ)ù•,®Ä–íL;É!TúIâxc‰1ÀÒCÞZµnKÌšV@7å¬ïqxXÜÝp4x½qüD§w9Aù“vËà¬ÂÔõ¬Ô¼"Ê­Ï:9м¿±’ ½u­|û“ûÈS,’Ò\wÎ fÁž2Ì&2.E[×8:u‰Ö…i€ˆ­q.ZR„[Dù­Çʉ˜vͱ]Uµ£„u¾É¹É옉ìÛdßáz,;$ȶ¢)÷Á‹^~LO a|HÓëëÌ4!µÍ|G<öZ}"› 6ö½ˆéŒ=£ 5³2'¥jìe‘Ùe»íFAÕpÙ•‰hr_ݹ,+ÖØ‘g(B¤V!’”x·Ð¡qG!ƒ‰ÒϹh窈áç®ßan, ¾Éâ#籦–u„õMWæïTþò{ÔˆM9êGü«aêG½Íª•ã¦rEX!ó²'ƒg¼å*°8Wô!¦Ê¿,:„Æî1&8îÀ›™„{âìñ³»±¿¾£É®«á -e–ÜHN‹.D³oi‰÷1½uþ*C|Š}œ`êµÒ=¦ZêuŒ¤›¥pEšP–I:Âz£»Ð;oê<ƒö„Ä!Z•¦XÊ"hÄ€v±IzŠð[c5惮}I38+qÒÊf:÷5TN~…Î4þ½ Oɪ—@sRñæ¢Ã‘õhŠ tU×»-n¸›Þu_Àš Û©T¸è™t¯ßæÀ+Xαwk’f(Šåô) žÑefVMqOb=S|ÈÒ$v…f$5'›e›“¥š—)Œb-¡Ù;Ðór¬8˜›€iót!E†ýð††–åÝ­Œ“z³ËkÖä<×0½+[OCÓÞ¿µO׋—!àZA!²J ¨Á¤ú“91U)tÎŽÄ[#‰ðMk¦Ì³7åjÔ§n4?Ïã&ûëŠì0°4±™…Ò¸IXùºµÔÇNtš€gÄm‰šÂ[€êRÜ3¬_ExGëŒc*Ø­úó2ð ‰s0|VT(íN+š-­j´¢¼—?DÇü‘ÕH¤‚‡^.bâ§ìÕ…e\nêõx1Ï}U ÛâbI$­zÏy-èmN¬Ýµ*ªRÒ9v•È6ÿPÈ“BÝùaïD~7‚J‚† ëc±Ö1ÇOP˜‰‘ìõ%w@•Ò¤žUwg°,›’ëH=¦=¶5Y$óÈPÔËPOlsǧðb¹\|t–¼ûe×Í;¼!·ñ¨e'‘ÄS¨½= ”ÂFÜ}“GÂÅ Ð×%¥ÑËibì3ü‹“˜NÍÞ`Nfßo¾è¦¹‚vNˆàˆ’HG¢â×FÅÐQð)ƽÏZ•é‰Ã 'øl.Eyºî¦_皺·3KvC&7#Y†t‘´å—Nø©ð½ã:  »fõ)L×ÀΦ.'A@c'jìá“¥x ¼ˆ)áÐyX'&vfàÕŸFŒµø—mObω3Ê=Ýüž+ÂXÁËTÖhw†FêÒÆ;ã&ªqÀ¬Œuÿ°uo7F²¿~A¨zAÃe[`Ñ;Õz™GO­-)K\B¥3s­ Wä¶&•‰VDù\Ù‹;4£"OÒj»W–mHΜšhÂe}Xý²“jl†(¯I:/ `à´~ØÆÃ­VçOÃ4-Ì…’“ß±¾§±%ÜY@J®\²Óœ+>¦½kÌŽ…èMÇV;[ú‘{.äžq:Éú²TË7{CÌÌ""š½w„¨{oÚ¡r.efüÞ^òÆf‡>.ëÍ?"Õyg½­p<†b ¦ap §¨—;ç3žÐ…6«91àpE¡þcË©ã“?#ݵxÓmòHžØ2Lle"êF4¯PåÒ½4ÂÜì‰2çB%Ÿì Íô«Jšb¼M‰½¬x6 "b‚?Wt"† Ýè<ç 3·FVâ&O Ä©%Æ<òjRœgÁPù˶ºG#â½É|®é>O7Ô¬›»RJ>ÉZ|@°²Ÿ‘ºO<Á¶tH©z^Öƒ„}?b|%»/šHŠ‘ÑÑ®`qp‰KÎnDVI©à©ÅDDí -V'rañ z׫öÍdiµ{®1x£>³bivá5^DfFÖ)û>V>Å8¡iQVjJsšºÒ‰È,x.nŸ‡65rW2D3/y!ybá¬rUìd†ä** îe¦56<¬ÚœÙòVÑ"ž㨬^Ž” !kGˆªL¬›ÓÄÐD ô/¡®¬¬;¶(bÏ1×ùaE&&•ÞöÖ ØBÖRå ~-î{Qi º¹&/&%Ÿt¬)¦vc¾j^ÜcíV£³Ñ湟bŒz«L4s ‘Í4+«¦jO¢¼¾çm×»SÎ.º—Aâ‘ q¥ŒÅñ:‹[ ýf2ø·`¬7RjÖÕ­“Q(&sGí™h•è”sñøGÄ¿"Y‡ 0Šdèå45Õ#-Ëð -:ñÀâWâÛ£¸"µ‹Ëk@Õüô£´ßm 7z0Û±ÑzÄå U@6ÙÔTûÞübŒ<.q˜½¿íûc†šW¿z²iܶï V‹NT”}ëÍÍÇY…uCb á©*âÝH¡Ç~ðb”ð%_ÑÔlߥލêÍ ¤k›;êé0èûž ÎVmBŒ:u\¦aMÍ:VCð%¿ +Ô°§zFc#áYRá‰2qˆ$-½ìd¿ûMêêxdk1j˜AôŠ©7§®ò»;j¹©Y†I^´yö oKžKNãŽg*Κš;>*4íñeÈyÛ€0þ©Ã€Î>šMÌSoÚZ®0üÒ!|Ï9d‹"š¼x5µ‹¹èM̤޼Ýʹ¢#9~Ø$ZiL)2x©ÂÅ7ÞX¾CÖþ¿¹xžßCò }Ôký„‡³ÔKf\¯ÌÅ¿JñÈèÐ*l‰0¿(z£x­¶a:;˽„ðbs ¬R“D¾¹µÉŠ¢-Pb¥h)€ªÓ†ôt‡¦aRî‹#$®ž"ƒ~òZÊçp\Sð=çd5~Äca;À¥Pâ]©çæ“oº‡Þ·ªºñ)Æë½\#x–²õˆÂëUò¶åŽÛ™YdÀ?„˜¾ƒžŽŒàT¢Î+½¦e˜lew–׬ñòÎæ»ß\SjmŠÁÎjŠ ×6CÀYE;7&ç*ñÕ»åÎ ®†zcˆŒøŸ±AÛãH4÷Ú‚Ëb æ¢Rd݈ÓáHÇÊÏ^³3WvížA8d4}YkR ?6?Èi%ìûÓÔ4rs§4„«›o¤`]w6$Ð`:º? b¤6Ü&a -Wói¢j§Ì/]u1$3DgJpäô)]vk‹,š!{ä0g¹²²8‰Eé†+BOÎzÓ;é ¯¶¬/d´ô÷®òY!€¨yDƒó´í5Í:mÅX5̶ŸÏ»’öKŒ+m[+˜†aQLóæ·ïVŒQóâ­êÊD.ëšìŽUKÞé[ç¡êzh˜”óöâ#.»—AÇ€_|J¾f#f¢Îs?pÒ¼O0£CÇo1Mqu¬Ž6d»²™”Öy¹°mS›’c¬žnáöÍ 0|‘X·§:VÄuØÂ¼‚nu‹é;³Tõ›Ç7ÞØ ó¦fÔÅdä:’µP` -mc:=Š -êmÉMI*g+˜j×Þ›ÆWE]HÜæ£Íô—»ya„[ßD­!XPØ{ûmíB±Ž¢1ÜÎ÷7›°éKàÚUaâL£õÄÿ5;VÌöÛE8ÚŽW¹V·©£'©uŽàÚû›`kμ¢6Ê[‘“ uzÛ®’?-lSnÀ:·"T °Z?+ʨÔx#ÜÁ©4¥U¥H.hÎ+µåþ‘ئŽ×ÖĴæg’T5K»†u=òbêI”­YÉ/Q8í´Rïn‡ÞHl¨¥l7\‰„°´.áu%#>Å@ì{“˜&hR€EO7F„1%ÉbZ½wåÍÔêZ -¨)w¢$º_!“ dÆ‘Ì&¢ÓLøQ>Ê¢jñÑã§*ªŒiý°–š°ôU×Y|¹Ì(‚™šK øÆœÄ«T!Ç*cž¬\âgÈ/\hPSZÀqD·`ñômk"kkïHŠüÈfÂŒóÍ“g X‹Í¿«nüqü«¥en©hW‚k_>.8Gb‰P*ººŽÓXÐ"+cUg¸ |ìRr†§Ì<šÀ)‘9ÞC1 ÀFÕbÖ h‹~D!Z™dW qšQTÕªâYz:KX8޾½ 2Ÿbœþ©­(âì)w:Þ<á›u".ÓÌOGªPÆÞw œ®.Ršv+ºÃÒ¼a)w,é[^Æ gsÉ¡–ЦÄi³â‚©Ó©«K²~‰ñ,2^,%¢¥`SË2ñN7¢†¨¦ˆ¹…‡vüoª\¦lÎjÎâ¤äž<Ðþ©Wbg -óÔùXl:&>$gˆ–Š G«ß–XH%½öfi>3´ Òn¤B êGHÊxæ¢Ê95‘@s«•àÿƒ.†âDXúd1Z­zSZ0ªqIøzŒœ™|e½+}`"ˆ;‹gÀ"ê¢b±‚šWø:1,륒Ç®=g²D8ˆ†o`J ¹#aH <›°0mÈ­: -cEˆB/.ˆ`K\ôSÈi‰Œ°ž>Z#PÒ²XP—I)ÓÃXZÊ‚£¾BÃN£ÞR -¼³ 3(+æm”¡ qyŠY¡˜1 AÈî0W˜óƒ±ÔMœdûÝš -‰|•/ºŠDZ¢[Tc^À,Ä¿>F²ìdeî;¥/›;КêMú*¥­»üSTÄ£©ƒ“„pà‹9ˆ©ß ¾‹ !kDøÙW¥‡ß -åO öùçõ¯õÙŸ:|¾¿ ¯/1ŒK¿Ì½õËïþ1¶ÚçúûoöËX/ÿOÿáá³®×úòÞî/o×¹·ÿî/­ËzÝÿEÅ_~¦<þ/ý®?SëçùòÄ_Â(iÐ1Ú4×þ§n~a@›¤ÇÿùG×M›þ˜þYöS;ý,û;K@üw>á°n þ_6Óú9èçÖùRÿGÚ yòùå߯zšæåVÏã÷úç>=¨UO<ùoÿši®ÿÚåçÙï9µ[Ý·>þñ—ÐKNè¯~Ú¡îÛÝÏîÚéæŸâòßY÷~-<Æ'÷óÏïmµ—ÚÇï³?mò?ñsÿ¯‡ú]úÇom¿¬‡Ö/Á5(Ã{úU~]¿Ù_ùõ…æ“X qƒŒÝã|ÞkP£ì¬•™Ð|Š-æ…úì/uÚæ›ü!]ÑÑ–zÈڃ밢ý¾Çðèÿ?QÌ@2Ìm†?«rW®R·Ô‚Ë/ÃüÔÏ~‹†Y «i%ÝgOѳž’ÑéØ?ÛØ!C5K…¨é'µÐ‡´ë¸ç”‹_P4Á[5£Q_ÚÏBf¡Ê_ú=ÂV.¨|æS­Äbt˜‹ôÄ_&Œê ;V¹àµ ûj5Ô¿$Oô$£êéDOWDÚÔ÷w)f·›ù¿Öèè:è \ÿv¿¹9ÊPèž­3FLkÈE¯¡W%Ç‚~} ’ y^þA¢ƒˆŽ@t$¢CˆŽ¢¯ož¨ {F…ÎS„“2xpL¸:2Q¶Õü÷û¨ðº–¬xÜ7óœó:É¡%ð×\løâƒˆ ÏOŒ÷ñWͱH¹è6 ½Ú×ë:aó6¬• Ÿ¢Ãí­ºÎBÚ·Ì›çqŸÌs2Ý«ìXÐYä$<€ð À€2à󥺭1;{kÉÛú>î©Ì=8FBª “ñµÏëÚcœL΋¶à`Ä^¿yà’F%>é± 3½eÖàÄtµ¹mý;­‰Ö˜—è ¢#èí“sêVBt¢£ƒäXnê€#:€è }}0QÑ¢#Bt¢£ƒäXnê #:€è ¢#‰è¢£è$ÇrSG8rôø•¢Í¼DèHD‡…èhDÇ 9–›:àˆ :ˆèDG":„è(DG#:†‰ŽBtð‚mX¼*øÃ0̽0oÅã™ç™~Ö”E¯â#jÁ[eíÛSö„î`Xö‚^„VDëænën —e/‡ãß™çd»Wù1$¶xðøÐ ߊ¿£ÍE†ÂÐw¹à Äˆã†N(ðÄÐ÷V7—æˆ=.ó«ìHd‡…ìhdÇ :–›;àÈ ;ˆìdG";„ì(dG˜”å½N·êª{™ý¶ìU¾ÿÍ<'×]è´[燖2zïnæ. ¬MFÝ‘®æ²ìmE4K÷aÙ40·¡@c+šîã™LÓ óŒ¨´qzz”¼ŒbáÊÂ{·¹9¾°PÌ Bzá4íÉ<Ó}øG‡^Mº°PB´çZoúÂ%¼hæ±Rµ4?#?¤éÈúÔ$6nè¤\XQ‰!8Q±h‡/-‰}c¹¢fðÜ2GÖ§k²R@k*Z…q¢"¤:2ª™|]³­&lÓz²ã¼6ŸTqÛ¦IÚ?z¤˜Ñ¬Ø}½l€›j÷ÈÐi·õ“Á ÝZ#«õþ߉c:!bIüYRñøWVsý?W‚]õ§=#€Áqß82‰¼$™F¬Ü§e¢¢õ€KeŸŸc×FêùËÖI™™q¤H"=æ­‚ -ª&{'‚OF/ãjƒ9„¨£ -–ѸR¡„s¹G‹t”ùaŒ‘—7Ótd© -ͽ±Žl„ÿ¬ã¦r%tŠÍ”E1ÔY.IG«ýæ¬n¡'Õîm؈¾ì>¯,„»I|£íYSšAaÊ]ѹ隲Ss¡XžìÄd\a‹mhFX [€l'I1|íYSš)C°R$Çö %Ýãµñn6:‹Ýõ±VÙ¡NÍ'¤]¨*=0—3×Z÷±„Îjw}lH4Šm—XÝ’ÛŸsÿk¦\©Už"z4vËD{=ü‚Z…H앃Qí´ƒŽ”â¬‘ÂÈf&ÅýÅï£Ç•ÀÙN…14öÚqzmìQ›&Ì¿u#t f«ÊÎ[Æ7Ö“•«¤5K2¬6t¼ë ­T±ûxÈ8ʪ@ý °Hì©'ó„‡#¡ˆ¨â:ŸÀ´x6Ï~H·Èȵ%5Sâ:º˜·e$=§SœŽòÚ}^IÌ‚éŒqÄ'¡pÜ“g-m°iÙ‘Ìœ;"®Œ@P‰agòxÖ“f4}j…6¿7+sàõá8îÉQ1ƹ֭x< ±‹Œ MI%†”ñ¬%M”àÛj€N1&›ìÔÜŒ^§Ømu+:‹P#±ìèÊ݆ZÊãâû2@Å žPê²e6a †—Z«éù0úˆÎ¦×4‡gÏ’ißM±3GXøiÿ­TçZcÑ¢ÅNmIªÂ0ïzÒÈÑãÒÇZ›o:½E AY¬œ.3~`ÆùR]"ͤŒ¢N6"ž„v82˜áÏqÜ”ã¢UòÕz"Îð"Ÿ$T-6C ÌxÖ’fJö2-’ap»ÔE^™yõG¾\©ÐÂæåáÂeµâÈÀ£µš§ÒÔP›¨Ã/+ìíbÛtWKpð ‘ÒŸFŽ›4a(XBºiŒ`ô1ï\ÌdÒAxîÊ䡨:°Žw~;aè#½‡:¢æ”3)f5š0bc(Ö[`ÀZQt¢LãôªfüÑw–Út\IPrÏ%ã} l#*˨ €eó(²ÿB›{œŽJCÐ,Ÿz;5_7y)Ž˜Q•Pëdè˜f¦³ Úä¿„ö“·} ÌzߦUòë ¸P/ -€VÊ„oßqÕU‡‰ùaƒnX^"Qæø¶Þ… ,…ÈüZŒ¬F¢æÙ -Þx —8r¦>9W¶``]‰Ú`ÛÝæX] -±FjR@òø -í/oeb±-ð5ë´[IFœhuÒ@»ËÛ>¢¤à4è¼FÞëLÔ´CD'¡‰å”—i!y×{£ -¶ah"#JæŸKvøö´ìÑ[žüßµ‡µîOÿüýÇé·õ§Ëóñõýãx|Ýÿâïß>?_m{Ýéö¼œ¿¾Ñ¯þyÞÎë#^|}¾~»í~=z²Ê›¶ß{yÓËõx|yÿõ—ŸÚËÒ|€Þ§ûq}~¼œß*þg6÷o|~{\_J/ÏÛõøü -—•õ¬ =è„öËܘg>sz{}ýÑ^u9¿¾ÿzVï_i¢,=qþÝérþ|}ÿü~þrùÁŸ~ù<~‹l §:¯>]ߟÿ=¾ªÖ>ßÏ·ãqyìe²Ý¿êÍq?ߎ?míãñyB¸Œaüƒ1Š÷½ÂÚ»ç—ûüíåßãª(Ï~}÷üöå/x ùà#õ ÿáöþÍñrü|=._ÏËo|YÕïŸ=½ûv?ÿïþ~Üž¯÷ãñÕ<}Îmê‡xêzþ>ú}™(†à`b¢üöA6縸¦ù Ýœµ&ö§Ð²ƒºüå»íÍcŽ"#D³­ÿY1¨8À骚ú8AÈ1 `ÁR¥©°:.ÒÃÒ?Öâ\†ÍFNڊʃlO¨ò1.Œ ð;7ò[uUâb†¤ñ†Í±â|Ñ5ö %¯WÐÁw¹Ó¦îKFÚ¼îÈŒÁ½YEX5Y;"J/þäÔ’FâÄqnÙU)šµp#OÒTÉâ¹fÁE‹wœî6ÉÎñÁzû¢È;¶JùtÎßÜ6•T1«»æ@5ÅÌéq…¯j»XiW—j1GZ'yüUX8(ÙÝá½:Y0Qµ% UŒ*‹H±Ø³^>M°»×Ä*HÚæâ¿-´‹u“!H’mµ]Öƒr‘WÖÍn²ÒòÜ!ðRd}*+Õ8+cLI…íî´šÚó:Õ‚³ˆbÌVãÊh6+Ù¶JeºÅ¦ËÊM±\³’b|mš@ÕÍõÀ¼P‰á½-9˜JªÙ‰^·H³îù­Å$Tå\÷*H:™Šô[µ)©½¹:ò“Öù¬ÆéÃÆBT°ÈW€ŸÛlˆ2± &’¶1rni¨QD?m#ÔR#:Ÿ@Ò¹¦6ýÿ¢.mZKÙK’-{Û?CàIÍ¿ÿßJ?©?ûa¡¤zP·Q—PÛÈfþËsâ3Óú½WYª®fé*eQWgS{²é p,5ÒW6ù#+ÙÙL¢C´*²ç¾ì~­bcÂ28BA·ˆ4¤˜ýåCÛD¹û®œ@ï|,r›åPƒ·¢½s€ˆB<bMå^ín[öÆ^^Ü™ðúpaH: Œ ˆû‘ó -§d„ó<*”µÝooõ¶§îpïLpwZu"Ï7å.öÉMpõ­™Q%@]Z’/¼åY‹ue:æ¡v½],ß.ReÁyÞuâ|*òÅ>¿ %ïÌÌ‚ /èˆ0‹Çøpâãn§v?ë±<øi˜šÍ:Ô·ª[R{b.ÊgåÞÜãºR΋óâ-¸ÚÊã÷•êùÎÙ"Œ'91ÐÕG -k1ɇšX—õ¸ÓœQÉÃø DA ÏÜ6{ù†ÜÅ–RŒí,=)+uDäêLí#uÝÃ_+ð¥Ýš‘Gå KÐni}ÙüžÞF°5„²NSá4 +¬×Èê°Úõ¬­ýx&³‡~¸3±·'¦aP@üä±7æËÅ;·þ–VБˆÆNDŒP0˜G$=Æ…oLö$·é1ôp£Ö~"OcÃkwîMU–ìvQ–ˆHs_†]ÖOòá&ÏBµÏ3áÒ\ŸT¼@†ÃsvÒnÎSAÝ¥ªrçÑ¥#ÂM)†v•±½ñ.yÛûÚu|ä³kœ×@R¼ôeù;‰7çSé¾]MZ鲂Ø> Ž)@¶™n$,诙çÀ©ù_·Æj؇jû7gBÚ  ó< ö…ÝSÈ—×EÉsBÄ5æu-\¸ö£‚w˜NC³§t+oM¾Z»°"¢9ÜΤ¸½é¼/YÕw&±¥Û'bíG_ç4&ÝçØßù¼^ˆÎYt* ïNÕ”3SÀe‰‰À»Ö™@Ý ¢Ïóõó†Õxø} }2÷§ÎeÎÅÚ½¹ï¢ÜzuYêªPð‰X}¿ ¸…¨‹Í9¸é¡ïu¦F=×òÜò´ôT4¼ØÅƒº±ºÔ‰‘=)÷m¦OæTûÔ>î9^Ý…Kî„jôca!9ë©ÃÚËÔ“øšB;7¨XxQ E"ÿq!ËNðXϵ9O…î…e(é½ãã®Ñ¯o-­:OÅæý©Š¼×™-f‚9<X^÷‹ÆùÁîW=ÓÍVí:C¬<  a·rÇj£ð„?DŒ½½+ÒHîoRä “w~÷9tÚ¸ñØ‹î‰jìç›s ²±õ;TU¡F,1Î@ëÙ•âÌÌàûl›Ùâ6¢‡}&k“þH9ñ™ VžJ·§ªsž´q -P¾÷gE·+IzÔ¶zÄ#ÌÛ¼ ¦ùbD½œo?k*v×°†XH»™m®†ŽÙ‚ouzüøYù5äÕbhÜíçsLáÔ~+ïOÕyN½ÜEÐíÕƒ¹y@r¦»÷g K³ÉVlˆjÜwayÝ™ÈÔ>•Ü¥˜j9,L ¬Q¤ÞÙ©“0O(ÓS²î©þb籦S´Púûxw眲à|SöRÜj«Î<ƒs±²÷BrOu0óÔLî(N£ È…Î]r"1’îK<±-ìÌ6]ñ*nÌ¢Fs`’›?º‚Îwì©o Uï‹è»;ee¨&îanœH³/6ñ ÷Qa¦j÷ˆ™Î£šÚ§ƒ— !ª;©?è -Ä4[û7‚ƒó¿`sv½¾H¤¢j -È‘wX·(Œ¾Û3¬ÕÅÉ̱Z×;´xÿé/Ê:‰æ>‘ÆdS†Þ áø\G„A†|Üto1eɦÃ= ²_‡w‹%B‘p.Ý;ãád“vE¡ÖhŠ7Rns{§¾¾Ù7g;çA×;4šþ Ã,²O, 5”¯:›¢Ðo1S~5É4QK|;{CôY¸¼½Ý޹^sZŠ.~*3Ÿ¸0SK¦,KãW¨òã­h îPÁ'»ñCÏÅ9‡¢Ät_nщ6cÂ\„åêVBuƒqѸʹ”ð$•í!,3Ë1ç¦r…##¯uwŠF! -¿ õ°¼Iÿü•Ÿ¿?·ÂÒÈ6Z{óßüåïKùåyö¿þÍŸðåÿ¾>ÿúßðûûãÏ÷¿¿~Ï©|üóû¢zÁäÑ~viã"ð…É SÕ9”K^ò[a7´wK¶çÚå_)˜ÄÞºå‘ñÅï~/p‹¯›…ÛÀî½÷±uÛæ?É„ ¨}òi#ƒ8+Þø×Pœþ-…Ḇžᓸá$=‚>ôaÇXñ§ 9Ïû´ãq ÿƽ7`Ù®ûUT© -4T¸®dS.ÿ¦!ì -nÕ\Ù‹ºK;•Yaãý1%Hžç°¨Ú‰Ï?Ñ"Sfs‰ÄÆÒQcXðlßSÌî­Èz;:ŸvëwMeÆ®ñ^õ¼µh(Û{âÜÄ2xcðhÙ»NvfhÙçß§ð¶æzóVƒ¨‡DI+çŽ!íw`å¨\sWyÝèÒ¢Àd÷cÕ®êªêé'€cºÝýEÆÁ<Ø…h)Ã"$jÜgËZŒ)kñÙýÆÀšûæJg—i1‹ïþIngÐ×ÍøSšþfŽ·É4‚ùŸsC}âû~Òhp¿ãûÏßÏŸÏÿ?,šZ§NÍÑ2,Êãmå¥ÇÆÞÑz§\š`z¹´K º]C2«îoË–ÖÁ–²ÑÂÜ0Ol6†ŽçÖÕ’ÏubvS“aqµ“Â]Ò—©(ÕlL¾ÿ~r¨åøæX(¡êV(\x§8´h²u‡Û{î:fø}˜s!½yw‘÷4^x šïù-ޞ׺W™¤¨ç™Ž¤µ%® ÑbBý\.É©žúÉ¡"T·j—“U2@ÎnAÎdá¢1Ýt©}9{Î'\…âÀGwc‰3¹“q£ê°f£]Í¥-‰™Z•D3¿?§+ðÓ÷•ê1ʬñ™ˆÍüThfd†l3õ»X£ó´Ï ڲܤa'íÑÍŒ·£|ï¶"J‡“႞_èy-Œ½½¡ÆÄ̧ôˆƒ/<6´Gƒd`6 š]˜Ïšˆ†¼™+O š íeÉ”h@ÂRMÚ@wÐMgG£^ÍuâµÂYÇ<À%Épî¶“óŠ1VCl²øUÑwë¤s:¸Þ¢¬6DOmLp´iôp¢RL½$¦¬ÎšáÚ*dà7ž€â…6Ö]lcH¼=ó’‹µ­uCñ;ÛÆªsÚˆ±:œaSùwŨax·ªDµñàE‘R¹= v¦9›BêÄwÁÔ™Ž+6LXÊU 4—¥C¦ž>¯ª }äQ zB-ïÂè·ÐýD–HîgTUrŽ…õÅèÖ]å­¢t’g¾²Â;‡Y|ô2ú…)ug[þ+ø0<¥Ã†l\ðÚÆªá)òÏE÷.ÿ%ó¦Ö<R(Ö+¥0è=­çC*†Ìùxy#7ô¾Å€Ió0•5QM(KÌ‚Íc¸TÖ£Šè 2¦ -«–]¶W$þx-ÀK…µëì£g*²Ï„%ÎÔRÜT½‹“§µq½Ú šë°íI¸ toXܨ®FT7˜®°í€ÂŠ(.P†p-ˆMìÓË}´eAÀz›`£ÀRëœZ(ïŽÜ]gÉ–¦’NTå¼Ðùk\®3“1](_ð2UÎ…ŠP/Q]K;÷· È˩슔Ïþ€B[m[†ð‡´‘±tÃ3 S²{°‘øÖÜB&ZT4ô#ÖôœÐÌúgx“uY»ô÷ªr¼d˜qƒ°ëŸÊ`–‡6"= ˆ^2—£!ƒÚ)Å|ØR[΋û¨*©—Z‚sŽa= Ù·Ä`Q4$Ž_þGèÉþ…¿¿¹Ÿ®êÔ’“ð!©É»]ëÙN‹£’A =Ô»öÑ\.AŸ<\¶Ù¸-“V¹ª½9[0eþYnT©³˜E*=Ïfã3Üõvr-Ä4a˜…ˆæF FÞgÙ×mø¡&T~ã{«³ó…Œd[ǸÜQ¸º»Œ@ýÊ*Ïz’ÌWõ»Cý;² é0öíŠ*»³·)0ç]ßW¼$M¬»–£}¾ -FÖ}"Ê^JªLÏ´Ð1 3wb)º ss !vœî-®Gm½XeñBÆÌ)ÊÔ.q³W'æVzIÒÆî¼ƒ„æU8{Ú}¡1‰¼’ÓR ].œî~Z-èçÈpU5cŠùÐÔ%r½4&Ô½î~ôúEv`UbÝ´(Ûw´ÎÂØ9™©ÌÍÁ[™ ²na¥)ËN3@«=äEg‘$ÚòJºP`IYw nV¶s}%ïØ–B7R º‹êfjð¶þܾéÂtˆÁŠ)QíЮ„pRšÍ)»ð`ªFl -÷Ž<š5±,ÿîu7´i÷©z‰€–ºV ä’ÒF™‡´0\Üf¨á<œPMåOj˜·sc¹(QÐvÞ.N„!1(Ïk0dM$³þe?Ïq;Â’ CÉ,“ô½:©ãa*,))#öïËJŸ{ÀLÉŸ*ÿ^Œ·¯Ì!ÿäÿ ¿¹µ'Êñ½S]=qv´Á}kâÝi¼™M¶Ú°ÙyƒyÃlã82`N ¦tçµuMLyá=ÅdL²}\pÆìI¢Çp_Ùöš@„Fö¼+°n=T·âô@®Å(7+ÕÚ|ˆ~˜\1ÜÖõoƒ¿Ä3&ÿ7núSc–ÂßK©±2i î¨[QC*æb¨Å¥—"|˜vè°©ne9;ëÖDõ*Sbi4>ÖrzäœÙã[ˆ,¤ eÌaUµš™c [g©´?w%è„— »«ž«pJæÎ†&”#¡ù¦F¤ÞCBïa²5a „èÊ4t¹*BÏ XùCä'aãX_¸²èLB^ñs.`'#“ñØk)—SÁšihR÷uè‰ÂZ…»Üék¡{i¨¶ ÊðMUªT¸¡wÁ’*³¿Îê´}ô#ÀDÛ 8vËÛY:ëeðiRwÃô™³©1¯Fš¬œ;FÏ|ÛË—*».+—FLË| w‡Ï -„8¤a -E…ˆDŠÁh~xŇlmc˜ñg”ÅÇ[#°§IÍM~o’¼Ù¹ì€DëÖDY¾-+&ZænN÷ArY—ˆ Œ†rï´¥$2„ó¢²¾- .%¢t÷l6ªEs¢ñ6œ‚83@¾ëxÈϤß5;â¨A´nOT]ò -ºìò—ô²`0XDP÷” “t3ïŒÆ{v\@¾CF|³mIõ§ŠWMùÖÊеê·[”Ù¹HU_c†å–×¢¼ã–æ ØÂ!:óÔäŽØ¯)J#€¼´h¡QÆ‘»„ÕTl“ãr”¼¼i*ÔˆæûF!Ú*4ã{¯Z“Ù`ÔÎq’Ù\(ö$wã -–pÔiž»Í>ôñ”·\`¹>ªRðÎC’×ÚæXø»=2B1Øé¤ÊHÂdˆŠv½´ý`vÛ¾º‹Äªäô¶U«« ¥Ãš¾b§ÒQöõd6^Dù‚¯ÎPd%x[oL#k˜ã1ôÐ_A­WÕ Àk['5¬c^@jFl0¤íZx¸t£Tã¢p÷¾æ:V??õ0|[¶ðˆßWF{ 2 -I³»ž—\†ˆò­ïŠÏÕgz˜×¼"ƒæ1“¬¡pËÀä'Z=[AÝ=BE]!«Lèøµ ^Ó‚¤¹ü# «¬¶µuQ—Åt†‡¢Y’ @Ôr½®öÅéažªi®3¯,ÜTgÄDº&Nÿª8³¹P¢x 9OçJEu=Íù…ID ‡»AƯ…ß— Q¦o:ÎO¥%0ñ„&LߕŒ­’vL® Ñ©Ìô¸¯vcòœ v¹D6V7Hu^çC±|\ǽø\ÄT‘ïCk¢ªŠ XÍ$Ü[ŒðÕ{Šæò®ï¸obÍìTѬ3oyÏ´EÈ$pR¿*³pm³ìyÊT ¦«»…¥;ˆ12'¦/¢ìP×9n´>ˆè&zf]¬+Ĥßw/³ˆõÔÛb;sÛ®øÝÕ×hÔ­¬ÏçjP͆&o&eDâeAÀhmkT;¸SÎ[ŒRÄð ï.“4&ÀúÊpÙÉé°Ã(òj;«ñ“¨„ê>m½ÍlÀ+d•ØÄRã8//mq¼ì‡òäD>0md GàÝ¢"ö¸¯ÏŸOr!2”54|¢Òÿ­Y¥M@p&3â«¡3©ÔÝžªw¨Šx9ˆ쎖1Q÷¨I„QPsn_ŽýõBd¸î'x.Ý“({Äm™س$b•9"ŒŽuï¼,²Ð{©¯¬gqa‚Á¨Bu+ŽÁ¢:¥ðn ¼ÙEvsØÅîk˜—ô¡S±zUat–]ø©¡ªu£QÍ’ôÞåìêIÆù43\‹éwÁ¡j¢|%g/³yû(fŸý9à=#ã¿á%‹Ù+¤Œ…ýÌÇÕ±YðMÍLxºAÿÙ(ηß}™sHÄáA.¯ÃµámÛžÜøãm‚]þÿ÷Ô\E !-$»%ñм‡ºm3y!¸øyÇç-v2oa©ÊŒ/ùT -sïÚÞÞ#šìIÒ#fF˜'ÚÛ:}Ç|ª"4$gNÆi –Ñ¿[2Ë -Âm"¾ ˆÁ% lƒR¤&)‰Þ-Í2¬­,F›‹^Ø5’âål†(–`6zcucD¹Í6¹ÂÉxà†¥Haƒ¢Lßf"’kWÄ,N$6:9gq`Y“—‡¢.vZ§Ù«!ºÉ±”2“¨,\¯ØçÑô=ƒš#´È׋ôª¹ÕÓÏ<Û¨STÏ….ËÈ0!1µÃšË„5®ÎºíÄKê -0[#ÑŽ®nŸ×QÝæ¬@ŒÖúCա訒TÆ2M}ïÕ$£ÇEò¹Û¬ÚOã”æt¹TÔ¨7”­ˆgZÃëÆÀ[¥i‚œ¬Þ×R¢$.gVGà4wž(¥ï¹ŸH”ë=TLºakhmöÉ|ûGÊ9[c¤gÉéFà9¹1‘‚kLU- =:|ï´F%z4?Tþ6jʵԲ\ôd€·Gg1ô5w[Úykq?„HúET§$‡šzÇX›°ûeÝf¬œ‡êßmÑü~ôqóGØ3òDn®Xñ»ó¼êKjÏ¢‡ÊoGÕ„ªÚLMe †y±siŘ؟h»0%wí4û‰ôJë‡ K þ#Þ{j×íÌHJåØÂâ¥8ÒÍ;žåüh½ë•—¤´òtIHnážMÒ+²Æ ž—, lém€r*Œ7½N®íd½ÍÅ=¬¶pà£ö†úÛCÊ©¸0Ÿ1Qgšz-ÝòPµQ>ß ºJÕEDð,ökO$„×î&ë×ÃUUÓð]! W«¦¢ÀÖ‘Ï©xGR»²‘zS9ógWà@Lƒò¤rh,ÈœÈÉ´%5V„]6¿«mBÁhe¼÷W=¹$yé4×õ!z=\Õ%.dš!#¥_N4-%ÉsÓ\HZ1 ë½:ìlÛ¥»•1ý@óƒîå3Ç"…¯w¡ûE¡]Š-aÓuŸû‚Ä)õrÅ'Áµ¹,ö$Q6ÿi=Ì£ûÂE­ÉxÑ¢ÅRõÉ0ÊëœXè*úÆ5)]%&ز§8Ð5fŽù"³1ŽÆÅõ9tuO›°)æb¸OðŒ‚¹Àë]–•ô¬f<û“Zå-kÝ1îˆ5 cVv4QQöuŠ·–ô~¸QYu‚QG }Ül³ÕH¦Mñ†-C»\ïnž¬Bß³ -¡XÆJñQ¾J3ðàìÏÊ¥|œo¸Àf̤\M#jÇYm9áäý±Íš1sªÊ¸fs¡ÔÀ6Æ,Œ–8”¯±½7º -âÏ)Ö¤6O¥™¡²xê,°¤ye³=ñ¢+bÊôè„(2Çx6ŠŽàœ”˃{$T. mÉÉQ‹êpŠkœ©]«Bñ!«îîõ·ž¡*/B½)X=IFo®Ôf.mìIüŒ†Å‹l dßYlàؼ4KŸh矫}w ªIÜÌ@Ëá‘åñ|sô…ùªë—˜¼Ã”Æ\¬fAåø:/¡:ÅÙ…`ã#1Õ«…¬ šÉpY6øLpʶÒÏìäÌßG¡ê¹Ð‰ÌZ›Ä먤MÈ-b­Ò¸ÂSTî.BÅ”,$Œ%{É®=Λ#¯Fƒ²™ÚAh+¶yà:4rËØh;h¤uEéÝ ã¸É^+êDÎÜä²[Ã!‡F Æ.…˜«Ã”æu4€ÀysW5á@À›‘²wºòaz^/ã*úfn–ÊõÆä¯âì±ëXéö6=Ѷ`ÍÓÌõè,ÂžÄ -ª¦SO«M}^Œ¾í|~…VùF&¬šÎªŠl0û=šƒ“æ€5Ó… [T„¼æào("Ûa2‡Y¢t#ËL«ÉÃ&Ãt.œú$Ï~ÄÌ.êªLaAïsç%Ø eªy„9-]Ç <¯ÈPŒ”§ÓZâDæÖy"S{ŽsKñ®M¡½&VJ‹eõ¤¸ê¾E†fw’‚˜Nõ&TûZÔr£­ÅU÷Ì ìÕnÌjÌÖ¿e\¢ˆIŠƒžgŠ9÷†9ÒN¯Q–rç 0Éæ‚æ;­‹¸9 -‹™ÙÑ1ׇ\V|¨]±ó–Úpd29®êö!)(_8$«æk¡d¬„9î6tݸ(ê…Ú&Úª/²‹£3Ó̪rèl‚߅މ¨æ³( ¡Õ2H²RÒ »¬”ó.fä0¥»7¤ï^×9=ˆX«C÷(ï&øùÁt™6Éê‹zaÁAÌ¢Ëg™àä»ï4×ÎõªÒê ¥;ÝU!…\2$…äkÜ©þƒºn3tö‰YÅç—ýZÅî?Îch4 ׉,adåÞ^5vwlö#Ì ™úvk§•ÖAW¹éÐkË[$ROö͇|®{3!ßLd’bé§É!ÙÌP’îBåQ9^ÄNVjHf bT½Î!–N0n{™«0mˆ¶LIˆ€˜pTÀLh¤Uyd{JE2—”1á†ãy˜ÐÈÕ'}šó  dKt^ˆé®$ܰ\Ô†„)¸“.³¥ÚÒ 6}uuÍžsb–}´:Ã}]0F/£ÇH—BL³áx>͆š†Nsc7º|/Cf–aCL¦“YW®e ,¥¡Ü’Û°•Y&“.U·Û‹Ìv»´Qɹ0Øø:fY4Dø"ˆ·wé}Œ˜OÃñ:¹ˆv)hl^»ó5‚Ùa‡Hìœ1ãEÖ£ØÜTͱ¿#˜UºRÅR®9á\HD8‘ ÕN-[YÎ}®†V¨Û.wªC¡êè@R©B¹Wì `ã#Y÷Ò´-a -îŠ\ù¾ÀÃ~#ª’©{ûi¶J¢âVs¡VÚÊê²T!áÕŸõ§r!ärvÁ¼+]'Ó«›ŠÖ>öJ4ÓBäïäe°˜Å -\VÆ¥5É0¤ªn)Qu¶Uv•é"ªÏ6­ÜܘmM¢³žô=Õ¾T‘.®£{˜AHäˆj6ôõŒ‰*j·žîA7ežÁ©¸°5Bx9·.d¶=æqG.´œç¾*ɶFχ(BBG]šÛ.æÑp¼VŽbM AŠ{¹ -ÔÏ“!>εÌý?|•Á½À²HTgBغ’‘TTæ®:ÓiaÛMu\¡:–­K¬eOöyuLW&5¼…3÷ÈÛl'²½ulvšý›…î$Í÷"?+zûñ0{Ùaš¼BÔŽ–ÒiÐX–§Ê0ÈåÚe¿MS©ôî’-•Ö®Êȃ™–‰TkK˜fpHV5ziÌ\'B ýçÐ -ä­¤hB!ìXsŽ©Û5s%Stn¤mc]ÊZGÏãÔ7vjRñª¶‹¢˜¬-âÂc ĉWq7!Ø]S¦²„à`1i²Šêk,%¸K/t§FŽÍ g0ëõ­öÄÎBe„¬Œî3„˜â­•‡˜KJ˜Q„_·D~c‰9ÒŸ9Ǯυí3 +Èì$l4:4•úºô"š½i®ö#w˜Þ±0a7$[‚„ÓeÜ?Yâ7 -Œ": b -ÇìÞI=Aåv ÎJjo²ÍÛtÇö==R¥˜2–È%.lMÂ^â†`†@n›rc´š»DGž³¸N™ æ Oàú÷£ qÑMFŒQ„¡Ší¦dêÛ°ÓÌŒ“pY¢Gtʹ+vlÒñSï¤jn.¸ßL¤ñÚò.#$‰öÀŒoµêDÈ<ê1˜Ó0ñy«²^ßf{WÑ]bW¤†¬Š1I¥fX¡f–¦å#M–ŠÜ-³Í®Ö5dhÃ@]¶:*)’ò¤/yª -¯õG€k’¨*s“ý²—ïN-n`[ýBÌè.$jÅ“ÿ•’ÓÁÉ•†T¦˜Y;ÝÓ¾õ!“VíÏ–}/}ÿV0¼=[׺;¡VÕçtøšEhUyÌUc^t‹ó.;ÀωLƒYvŒ/®ƒtÍì„Wew»ScÊsÚ·*Ír<&õœlF/…F13h+Ýë.…ì1— »ë­ÜLó&&cözýIV£¡ÕŒ"ËBVŒÉj9ÁÚ±u×+L{q'±\àP¢že¨»še%K]HÝnÏà͵6°ª²îPˆ]uRÓ!ÔÜIÄÔÕŽ:îèEÔg­ó¬ï³ÙWÜrd(³ª‘c®°l5az,9Û)hý†´TC©ñnŠ¸Ù¡ înê™Èu*ïŸ?¸¬ò¸îìÿ`%@ˆiNI0q©ðÊÄyv0¨g³G¸F¹ˆD”qËiãÂÒàݱÄ:“ÞîÔ:Œ&}§ÅyU+C‰8ú(ÊFM™iƒDë>…ºÓl5]ǰ:€â ]Rе°¹%óµs!j wâ [Q™µ‰­–:Óâ`Åno™Ó×mßãŽBLª²wU °üI™°ÜåÛêùÂîD­Ú…1L¬Ú5ìOüö&c.úÝXa9¡G)¤^üÏ,­-]¹²<µ¯œœ9+uY³Ï 3þ1Ø–Æã±øk°-èÄ=Ž-B«²|Wÿ¤€ËóqK·0ÛŠx(%¬íÈ ÚÔ$j†ÜêòÏTUU;ÉÖ>DµToB›ÎàåD5¤¢p#NÒUä•ÍáƒkìÍ$.åø(øfÝr7¶™‘–„­lJi¡Jß -¿Mºú!# +&#ñ›4÷…¨iõüDìBùØæí|ÁKŸŠ^%£9 ð9Чé^f=îqª· ìºf|ÒAdÃþ1!G‘¢ê”“ëciÆTv³2.SŠ6l­ð|]_P÷Õ¸¸†MrËQ7Ø5Í–r Y©pÌå›Ô¼§–Ö^fZi6jµ[¹QÑ×\Ãý‘¿&&(qÁ1„IuZ;g*WÖc ;_б®­Sc™QýÆ,-T”ÑhÕX*]êÁÜêzŠŒÜI.”œ¾¶2LµÕø|ÅMù D qWKT{I*ý æK™& -Š¡a•Sæ­&T§á -ÖV¤Tr°Áj„Ò»·(­”ªóØ;Úò©·6+Ú£„% u]›mˆ(mí --Å®ò&Ô®=ÐÛ$û»I±ÞôÁ'±ÖU–ý)³ŸS¨6AÆUÌÒ᪠|ÐlµŠt]~(µÔ9­æó$š²³Ãz8HÇÚ–ãO0“;cdÃ¥UÏ@½ª#NOÌAñEN>ÚeÏ+EÛ -2­HG>ëî¸9“êcPw€¹ÉÓ¦òÒ“dà-:ß^ôUŒ#C*/!æq¼Y)MAÊM¤Ò+¿ÚU$ Ó{™¡z¬ [| E†õ …ZÀ –8¸ÍL€mþU5ß3&vr. NçÙõ:“gı(U¤]ž‚Š1î0Ê[£sQÇåI `ün"»VɸĨ–RÍW3ý„®;ŒÜ?'–àݽeeöɨu.*UB§dØÛb!Èý"ŽF“ô Éõƒ:'A¦ë)ºÓ›Y»aæ¬O ]%«Ÿt.‰Vs(z„ø^"cÍ—nc‚ƒ³4m—Éì÷ø':š*‡âam.çâ¶PyºœZ€aÝÛfEY(ÄÇWÞe§AÔ17ûÇ?Õý¸™žVR$¶ºLû:%f)kvϲ%ÌŪ©7ÄúŒ"peIXH5©—;IcVµêÝ KU ÕÀýfºX¢âólP²S~¨ºè‘Ûº© l­7EJ75®²ã:ÅãXµÏžŽÑÎ’QX׿iS«²"Hóé&E@eŽ ¥ž³6Y-æ]f|à«ÂDû-ÂÜFa4×Èq!)žÎªlÓ#´û¼aÎ[¡00/Ÿn;ËPœÇØK™¬/¯K÷Ç—v½ìÿ¿äEÿø¹‡þ[üšOþëož~õæ;<½¼¿}óÉÛãí›ßÿß¿úæýú‹ÇWŸ¼<ãmž>yþæÏ÷=ýùÛÇWß¼ô×O^Þ³7|xÿðíçï?·3ÿâ½£·û×ëãíëO¾ùñß˧Mßåé‹Çë'ÏoÿzþøòÃ6~ý?üxýWû_>¾z9KØäÁßèù“‹´ ¿þéã×®áÕ>ùæÙ¾PΪà÷=½<õúÉûwÏ_¿ü“Ø?œ¨„>³#|˧×Ožÿóøæ¿µwøêñÝóç·—ßöÃÚïñù'ÿ}üëñÇÇË7Ïo/ßf†Ñ™?Ò‹žÿjÿæ,44=[ö¡oÿ®CƒôUÏý½ò_Åõ14 =ëq_‰EÓˮ究‡vnÈ[ôÞ6àrÞƒü¾L²Aþ#òVò=çÑòòËÇÀÔ4¤ <ìÖ$j /£*6÷.¾¹}£¦Êö(‰½*5ª«p 'Þ€‰Y$££±Á–HåÃ’Œ¨UdK‹¦ ÇúÏ—ª×,%Ê*Žtbd+BŠÈÉÈÖ’™u,5ªî)‘¸æ“‹A9€%, pmáº[KàuT¨^­ÜE¬-fXôUw´ Óu Pok5É#ï¤Ös&"»>íþ|9~ZÍÅM©{%êØ{€úÞ¦Ëq±“-_¨: -Xší ޙɥb¾Õ·+³ídù}Ô{^ø±”Ä`ªQϵœ†ÁKkÐ;¤çöè1—ñlŸ|œcH®#Él™¤Œ/“!´Mn›q¹4ß’Q®–º‚Ïâbjö7ûÎ93.-'ØF6|D½ÈÝ%œœvfÌa\s·K0_ø‡2L’ ' Üà3OæØ¬zVOßÀDú‚g†Œ;š`^tá¡ÇÝ^Î|a×0/ϪeöêªC5Ô3ëˆêɉ˳¨˜I_ȵ+D[—âíéTÉ¦šŸ¨¶y[÷éŒ'À®Û¶×¨€ÓÛ‹´¢rpº‰OuzÌWáôÎsÞFwUlj¸áR€¨ïÑMß÷œÊpÙm(«ï,K’›˜¼¥¹òYîÖîánÿm±5’$û[1;{œ­Æª`B„7ŸA3"ô´‰—_¾QÛõòÆÕ éþY³¾aX´^tƒhò±Mv ïÈGú9¤Ó“&u\φB«zˆéå|Ø7â턯,¶!·ˆ›Œ¨¾MBN™Ä­ÊÔM¤–ñÃÚ§t´‘,Î3yÇå†a–¬p•Ó³å¸5ô¤Þxp«ÁêŒ_‰ö{³“8 Öu»o¬´è¯B)ú–s–*uNTúnºº›õ.öäæKø½L ÀׯreF`zÆ»ð­äWófÔŒqó·Ecí`ûä$£Gg§ q³$a h¬™óNoM¹¿Ê’¡.ÚLÚØ)Ó–«ÿÁ¨tåbÎ ñ{¿à%z+i\ØéÙ«Û [4arŠ­å¢Èíüz÷v*Îp“,iÄúP% -Ú'@ 3YžnÞä `¹è &Ì=Ô'k­ºØ{ w«nŸœÔ:¢‹$Ä@¯Ü Óf¶¯`™&–BIÕ¹‘DÙÊŠß›ÅÎÁ\£ÚµBªÝr®Ò½Wó…6wª6dö@ôl/fê0ö9Z4qR»¢‹PįG¡ùi6›8™{*ÑS•G ÿÅèòhQ'Ô°¢wÕÅììkÍÏ{YÙåÂR@ -¸ÈLN[÷?íYÐÅðí:›£¨ ¿¿O +°â›Ñˆv©þÕ¸8VOTµãrui8ìs“zã f Q/êø@ÝÁT»)‚cbv&ÛEUôR³0”jb·n¿9Üt 1¼1ïM$Á(}[äN.,ùuñг‡V–óÁT»u«Èm¨µæ›F_þô‹ZìPrî2›óæ6t9ŠtQ‚‚μŸoZDO*]Ï&ì”L÷ª;6oïOØ”`d°ušeû~;*²è9˜jDy+S¥TÄbêl’¯rVâ3}áñùRF?U¥‡•E}(ü¦–8M­¹Rí·=â̚ʙIÄNæ*|‘9¯ ÇlÆ„®å«6’›dK…™¡ö 1W@‡Í™3ÍÍ}°Ivn@œÎãN`§‰&gçM™Ô>*;)¨ìg“ Гæ}Ðáô…oã:,f9Q]¿Ž<‡ëíù ÎjÄ´µP©‹É^ÀôôklÁ’@ó/Üqh\zùF^iÓP#¨XÐ>ð[ÎëÛ‰*ü‡·]”áw;Lζ<¨çZÉ0Á¶™!ý°…õüÄö_}– Ý%ŽI¤5³¦Øç[EuA ‚ö»ëù‰PÎ\Š2Ú£Èéç.€ˆóìGUFÙe¿Õ‹É¡ˆ™T¸N 4Åy\K¸¿;D8ÿj&ÛO)êš{{"¼Bš±û ²Zʉ ´-ÇÞüÊoµeûõB&¼ek<Òq`˸¼%pog„¾Z$u*+ÉÜ#uc;çd°³>+FÂÎw($š4÷ºANKgŸC‘¿©ïdX¢nAvó&…Ù…Ïšµ£`)S·­*ÃহÉGÂÒá§E“&±Æ¬dZ»5޽ª¤'V^±²Vl@3iEØJþuÔÆÉîg8&'Õ®v‘i¢;`†?*ùX99{œóæ=V;Þ ô…?£{®"èå—ó&µÅIh…Öôëƒ=*œÍÑô4Ž…qNßÊè|–ËÈY¦¶P -6ŠÜ?«oo‡ó±“:ã¬FMö`ØlÅÆî›Õ¿ -H®Bû¬ÒFw"~’—¸0å·˜@r‚¯&±"ÍyœbÔÙ†þÛðÎПVFkdšR\!gYA ŽZON¿–è|ìXYdÖ¿ºó«.öGèkÌšjÈè@p c'ö„¾c Feçme0ñ ¥L¶†Ca£BìÉH ^¯£`»7ë~k™Vß6Ø÷šÓB˜´2í˜rÞ ·C¼]ì•Ð׊¢Ëò6 -˜ììU5ð¼™· ­ƒ•Do³òf£hð_ -"gk¦MªÆ´:± ¡¼;ïSç#ë‰UPÇ÷ù6mê¤VGÛGÙÍ`Ìù°#ÑéçA ®og£L„¸Ö„vY™_Œy+Z€kX -G«í&g[ÔsÆN3­ÜÃÌ6±) Ÿh/«í‚ÎÆÃ‡‰äYå´94±cB9=Q׿!––i ã&6 {0 ÿ ÿ´¨c2Ùb&ÞÕ!¢a*p‡‰œ3±Ü|ýkáTÌ•ÃjÒüyp£ÙIå™¶¬h¦‹©Ù,1ØbKqãŠð`ÉÖ‚Á” 3'Ä -C9É’V8Sæzu ÌÎú®¢âñZJÎ?Ðã²Ë7j9·–NÈ®’NÙÛÎÎóHÃŒKböÿª£-Pí¼v°D$‚¾¯[?Ê®’»ËÇ&{Þ¨~œûh3°ð* !{¿ìÊ+Ë<­¼ýV;Ø ±‚²ÿ–0fݶ…žÔïH½š7!Þ߼Áx !Ìq›*½hÚ¼âuËÎË.߈ë;Ƨ2b[˜Ù/»ØÂÞKþ¨¾¸[U€¿´æCì—Ðy\_«AgXçŠèk–2;vÚÜžÁX¿1üflW=£¶µä!öK8ÝÐ SæP8õ·Ã¶VóÌvq5¢ÚÒä`óm5»m9wpU§ÚÊ<1Ž@-gç|u^hô¸,<<¿Sék9¾FÞÿt$7kT… ñZƒ…G–‘òý°ENªö¨Ó“«³·²c±½ö…’¶åÊõoT‡Sc(hä’V-l •²÷ËÖ’XÕ7sûŬû„ñËdéÁ1WóÀ™'óAl<ª–¨¾¹ÿ·)§wPÀpsènn]L䬡”Ld(3ï¨À6j»^ÐÁHÕô~}Øöj>gÓ‰ŠÍÈêd¦gç½Çw­É¬›œûr9k6SfÖP¼J±å,&jG‡Jûa„ÔoP©*c^Ñ'g>™ïœ²wâGˆâ£Öf(LôÈܹ®»0w×oU÷’Ÿi]†8kfî•ØzÑŒZ 4sÝQv¼sÙluÕ`Íâç@ÔÄÞß䀽©lÎ;ý²þ[Ó» ãŸ{»zÞß—]¾1Ýñ:’ŽBÙþ ÛQOwN¬ yqÍp+œÙzåï*z…çs±ç7ßsÒö‘¨é1Ø:õ© UIŸ«$F2Éõ3¶èYë1ȯFo¨˜9k¥ª`2ß±ÏPªÆ\i%Çš·OÝÐýžJírÈŒ Ê2gÍætK½EŸÄªŠÌ´ŒÔš73aÂÖôÚ-®®r£Ï¼25?|”lW„¨Š8¨÷©ç±6µzø¹_ -P$/ëÙ¸K.²HIÐ×-ÍÀ‘{<ÍÉÒ$= ŒïÌÃ`{͉ËOÏDˆ³PÿB6Ö½ÈÁ ÔÒõ%·GÌ©e¨(ˆ@¿&(vTëë?‹0ó 4g¹ -áB;ªBÄ$5l˜Øe(u}3ß`® 4HgoR.Øè*O_´Ê0d'Pµpn¯‘ËÐÚ;ÃZnØäó.—Û}¦1Õ¯I:²òר'lÚ}îä9v âæÏÁ¸jõÌîjäU³õ8Ûöˆ—ÈûU 4E7F*gvºúÿDT´z(B†¹­Ó,JUˆ¥©i3N¹r½É "Vw8 HPæÿ7ý\«Cµ®èéZÎâÌV3¿ -¤•;Ñ9\™¿‡Ù -™Êî  ±Ê_š{ïsxïÊaÞûÍ“ hDœo’H±£h›Ñ$‘´"ý¥b;Lglîß\¢ÿ·ÕŽ¥ob!pè°ÄÙ—kÛòÚR Æ ºet÷åEéܡܪTzîÕæÚˆ9I¿r\ƒH©ü“ÏÐ ¯wã`ü±>7†„dϳwŸ"Ëh›»ÐæŠ -ÄåmmxKµVg4I8v!íÀªªã)µ|‰ÉuPÇâH2å³¾š0‡W]tœcF<ûæèn}I2¬Í∞¥lEy fï\^ ò[¶[Ó`m#Ç&_Õú!Ѱv¿(>§áaƒ†1/Tm4P¶g„T¹R^ORg‘t·Wpv¡ùºù@[;δ°æ ôÑÓÑíé¢Ú®®ù§XQ4p&°ûIP14î\þF¹se¾ºHfuJFáô«¹|,Üø¦Ÿ¦ŠîNh\éüé—Që-2ó×Y7#K›/ÍñÌp¸i«£ …s¾›"ªeu´Vwåuµ­é¢:f.,mQF¬^é&ÔÓÏ%¤öJÿOÁ›# Û“Eùlwt¨»Õ]1Ÿ’yQ­°“G… Ç‚æ -,–tÌ>ÁSçâæUrM–ÈŸáu+=±Y×Nͼ=¾g`á -€¬,–FÕçQÅK˜ v ž+·jň¨¦v× xPFº&V`I%õ -^»s׿æã*vcçÐ8! ê˜KߛҴx_l¾U{¶ •Ì#òâ(&.ªõì3_½"Ûoøá–2º÷3£°;*=0Mzy”ËVЧ*]g»Ï`È»ºOË'™(>c~Ȭ5ã_ð%îù] E¨fŸÙÚ -¸Ñy/éKy}dTU×hb+„»±WÊ”uu”÷Žcò°Û5ó3œ­h0X!}‰Ø ]w¢ë²<’Ø||ç•6YèöÐ…tƒ³ Zõ† -ob,÷¿z‚ë¢I»´FwÕ²>ºÙbeÂ7Ë£˜šM èÊõ”£=)°>ä4,ŽjÅ]ñê‹qo0ìÙÕNy]‰3 NAâÉR¢:ÑÑAÛÞ¸æ=ð«€A/hPwm+ºÁit½mÆEyÒìÛƒJ¬Á|\–”Ÿ²½±™·ML¨]ÎÅk©q ïS9_ãeÀáñ<Øvï±xqÕJ!¥'ëkÛäÈÅ&ª:XR2ô¡{Ô5Ä˶Ir>³`c»%4cWHµžã·õnzˆ‡³k#¢ªç -Ï@Cr,æ¯ÇC|”óðØ8›|^BM\_K̼CÿV_ÅÌâHÓí6‚ž³¯+á_I¬i?{(™,mÒhæyÅsÖs£*¾åŽ®._ð»Ec·É›(š{jÑ,­US†í’xg„ĸ™¥ÿ¾±YBÞTŽ€º04ÐÚ胵ÒZÝUé,3òaãX¢–m“Ök¢ð$V Gñü¹ûO½4•РŠf™~ðää!D“ÅRk3ó¤gñ[Ñ9ðÕӢ齺RÆ:ZGQ”ÃmŽ#2ˆ‚¨EÍŸ·e·­qQ¶­©ÃŠ)ê`€¶·R*Û°rg=è>ÚŠWÀWsL®5pûSƒ ÊSÓÖÎbƒL£pÛèŠjU-p*¶ˆDd£Ï¨ŠY·tÛY…å2Z‡ -T)†Uò0jž·¼ªm•´=„r§ë+_ÕÇ7ôÅ®bÄHÏÛ‘Ú-¢¹K¸ DaúÁaå`ùLcZ Õ©Ú™c=›iréªÆsBºI2¯“Ü™è -^^†<á;5*?àUr -8×1 Q¤QÑBZ#3Î~IÛ:iknˆ§§þk?"r¬¤œUb]²=z)¸iûdœrbuÉð’:¬«‰‚Ö\æOu„TÖ[ùŽù(&(f­œý(¯6·š!]š]GCJMÖ¦¹mÝèZUe¦[_V“íCP5‘mD¢š(o‘¹¸ ¹æN~áw+‹6P½ -ÉM6L(“Vʨª\¯X{y6åºG‹"=yTßRà6+åj,ÇžÁ.å]ÃÌ÷6˜Ó ŒÒ…öæBg¡lë¯é –ÅRÌK¹o"«—®Œ]èåQi*ÌVg‡8Òk2¶ÛžbUVvF‚ÉÅÃ\t“˜æãåY¬š#+˜1®…eôr‰ºNësWnë¡(•aÞP¿Iç:9Ê!m°å1 ŽÉ) àâFÄ©†ùÈmÃ8jà2Ñ/£êckmŸkZŽßöÉiI/Þ}è0mJ)cb5 ~D"Uƒ0‚FMÚy‹ýP]Wˆ`;jˆ€) Êmc^*®å‹î*ÔeI×¢ˆGšìî¶‡Ý¨ê ³µ Á[§ÿy s -AŸƒº ¾ÓœÌ–Ëp^Ãǧ¼ïMÁ\âEuLjà;Ôs9¯í@çÖ¸+¥§ìÊâî竺øÑ—ó)Í•såMöe)N¼Í´{á:lx ËÖh_çE§Ç›¹èÛb=·àŠ\w¥œž”#€«¹SÞdñ~ÂàEœ mΔ!¨äÕ²‡ÅÐfÛ´%èI.ÏàÅ„;d¤ÂUQ¯˜nr–æ:m¿ Áà¦Ñ±´„{÷É¢ª&[mc°™9ÌÄ8_«ë–‰x #¡:‚ÄÞ9ˆ»©ÊÞ —H-¸K!jí,Ýä¶òfõÔƒÇ -^`½LÞZY4c4ÊߎuHÛœ…TÙépËÇO<*Ó·”RÚ+Wy5–¯þVÜCôúU޲Aà¯N'ªÍ/è2·Rª\Ž4¤l¿ìC<ƒ¼O.ÇLÂV‰öÐ[Fßvs¨È4„Å+uH JÒë$M®o›²Rqc²bl>8¾™öÉ]¸»Ñ‡™½”ÔaÀwbÔž¯]ƒÂÜ`Kà{q}:Q*œebVbQ d±6Ç _Po­o2î¼ü˜v¨’x³œìòÀÍ„¼eÔ„AÇ[ Õ=^iÊÛzŸr¯fôLÌuuÙ¡êeðŠ:S&דs‹ÄTW[Ÿ»òíS%…J¼ô„¯—ë$îí¤•£‘!fÓš8T‚–q\/£7œØ6»¦-Q±?Œ ¥jÃÆ“E úÓV&›¦Iz{Qm˜6*^Dk -°¢mãŠVÚÜ7lÉZ…ÚŸƪj6_3úPzs-€Ïd$⻇-G'8C;( ëøZSq”*!ŒÝípm1r×(pbªLÛ -,çK‰,$Ç¥¢ó8?ËlSŠGá»YQmZï}@ B|lŽÉ›(ÔM+åTUWiò‚súÐ4ûÚîdëJ}#¯!¯‹¹€¶øœex»xA½;&2;Ó'/o%¬Ýhº$ŸxVò0¿@¯»‰¨,¼&ö·”fàÙ5i!ZÉÏý‚Öñ4=–w&J8º•Rª\1§2Òdé†{rJ÷QIøÌšrmè†3 ó¸ó 2ØLt­q/†[S˜ãžÖgѤڮ‹*hÃ&ŽsžÖ•ETT'|Ã.q–wËðD9½ë)Kráp(£KFMK&2Ín#ÈmQí–kp>ã&‰q‰“¶&oB*˜5ךQNyëérl ½BBÆ€ÝÍKéhCLo—«¢¾TBl¼UC¨o6J&ÉħõìJ!t„Øà¡÷ië%„%*9•Û Ýè£!U½ã]¯C-¦ù°ê>Ý)žø¥4_%ßqÏ·oÓò¸ÖrÜoàÓíŽÐÖGLÉ®oÌy'ë;‰Òߣ‘ž{`{‡ú[öPÎÇ›ú2\%¦eÎ&Dhà—"ž¦ç˜Ò: õ¶DUc™Ú‰mÊ…´VÒMl°L+ç¦CÌ0 ¶Žµ˜Âiš  âî`×ô[ãBöÎXÊdr1±ŽÞé£'›„¸r¨¼'AVÎë ÍFÁ­)øR—µˆir;zÎ*Ý9 -ýFÅ‚fhdÇa/b-)j³â¾¢w•œPÆð£MDúJò69‚¤QÝÍ–ÍÙ¤7 V‘%Lô -5FH¹­ðóåN,'=otž¯kÞ>Îúm„t¬ðÈ®Ý,#åá  #2<Ô›¦öQ%÷qÏ:K´ÆièÐ8Ow4&·eŠƒ6ZÚÎ{Þ¬·þïßÞ&·/øô×ÿüï§?_~ÁÓ×÷·Ï×·ÇÛç//ø—ßÞ?òúO¿½}þü˜¾ßÓ_ß¿}þøéù·Ç¼ïãýãÇo?¿ $®Ç–ô<>æËËãíûëç¿Eœjžÿæý‚§ß/¯Ïo_žzñ<ÍgЯyzþéñò¥ëËûo/oߊÏ•zùä3ÀÙ -¿ûé§—¯ð‡|}þxý|~3£¹eÚØHõkžÿúüöøýñåãýoêS3¾}¿êéëó·—×÷<ÿzyç—o/õ/'VUþ¡O/¯Ï{|Šì'~{üãù·ÇÛ×Çòìü?äïߟ{HÀ£¿>¾½Æ×ÉÂ<ÑÓ#&Ä3×ÓÏïß?÷üöåo¹û„ÏŸß|~{±?ûFþâ׿?¾<þõñøúùüöõ“ƒ•±çÚÏ?à{ô©ÿxüöþñûãíS¼ž s¬‚î ¾†ÿ‰£uƒæòòŠÏÇ÷OcFÔ>pâ'û¹3’‚ÇCOxôÇÛëÛþè§ïÏ¿üöøþ‡ÿàñòôÂz@²üÌ_)áõvWóC¯qî/Žñ¼ûÂ'í,5É>âiC(}Q¡ÇM1r|3I£UÔ¨ç`Ç'ÚÍò”3ÁÃÐÌ› ¡!\qv˜8ì¬.ä%HWANgkØÎèç7ˆžS±Ôj;QøÎ5šd¾µ‘NåEæ'·ÇagmQlµÛN—p»ºò²{oTa.½+ -;HEq¨1×òÁŒX×qçPôóøãÁr4a;`·€æqT’†-ƒª³ön†Ã‡sOßá%|rTåA7¼ -Ȧqv ¶ø öFz^2Oþ¦Cg~y1úB&Îb0ªé;2Ã#AgN|9;cnò}Åí Lás±9¶'=­~=oä–Óìè¡;§Ø˜Ãî«ò"P,«ð’t톊>Ëd}Ó‘žˆ.hž[´ÛëÂàÛ=4yöØ9õŸôñþýõóõ»+ðBžî|ÕÊxÜîh5ôlNþ¨àΑ}µ‰×¿i,ûŠÍ…FÕ»,Q’©7ÿhze¢ÉP¾/¬ ÌŠðZ8»J"ãÕI!«–C‹é:ÛŒ~UÌöÓ2åqÆÔ íi8YÒ…»£›Œ#³˜´t2®ÅÍë ÑJŸb©b8š@fͱv{&+Á1¿Ï:Ãß„’Œe ¶O ÿޝçYUX'ìte¨›dP׫»ø…K1õAEÀú)ëE;™GRjÌ2EÑ:Û‰úqbd— ŠÃ1µ?Ýg)Ò²dT]úð ü¹Ÿüeü€‘Š©õÑ#vïö…ú–¢³ì„jÅëK¨æωuÔ\@…¨§ÿÅŒýo¾Ä 7}²k)sËtù£hˆ½mììÓ;_u—ÙPìtt%4}ø” -hÏ틳 €Å1RH½ó¶gNxŽìúŒB"í9!•›àŽ|÷2=Vö@ ¬H+ã™—ª‰k«AæT³Uî×:|ÆFÙWv«&ƒžY¥tŽK¥gGR6s±¨‘ékdBöEA/îr´\~̽’«±³ø¢¸¶n /1‰â`¤’„Ff2ðæ¬8Ý„Ôð˜ŽþVL’Wm ŽbxÓ”¢qÓ€¤ví ³w³¤#™,ÀÕ¥sõK!K¡Õ˜t‡º³Êˆ(žu³°Íè(±„ÅÍ;Ž(Ç…Èï Ê¾¡a°èBc–hB@nª®O9Ù f¹UD©Ý¾ðê˜Å°^Æ0Äá³ö¬B35H¨mÚB÷•yyP½& -D2GDJ€¹ž=ˆ 5ü3kîUwyôQÁÉm¥HŒÇjÉ$ùX¨¹»óQ>ŸÚ¨eTøhÒCFµÿÑGfh¦7ô%-òN–Jô“Á¡´$G¤ëø*hÍüزw´»«Íˆªbv&&z8uñv„Ñ,Åïª:Ê•¸%/˜ln‚"·¥†H‹Pö¥¼5–шcÂ#Én¦ˆiYކkÜ9&ä$ó•°³æ/E§dvRîÊôÄ>ÈÝÙz]1O㜳í1_««æ]Xœ¿Å8aʹó1°Ú1·pH#Ò½2üQJœv‹&¨Û\õ'ó±R+NªÀîšG±ªR_ÎÖU<G¢ÆÉ1S¶ÔYSB缚gœ'¬ï©•«¢Ne;Žâ©ìµ×Ñ¥”¦a<~NN¤ý=ÓQy½È¦ãi7'—î`Í<äTRÛ›ÌC¬GŽ 56ÊfD¶b¨ÆS ÁèzŸCq^4,D-UU›A¦ãŸ!u÷öÕ&X§C"ÖðÓ•(vQ†ÉÂ9ªYÁ¦¸¯»é ç“Ú–ÈÝPå[ œãvF5ÌŠPruƒkï#¯¶â@­|c,LkÈb˜"r@Bš¹sŸÍHo´˜{¨³ù’ÉŒÊzÃk$dá¡Âv¸Ü9*Ý`IÈ)¦Îl­á%XlÒ²ž‰,ÚÛú³9c£” O*5ÞŒÔêŠÊù@—Î`ÖQTÒo9ñ{O'¼·ÌpÖ™ôtÙ2I éKÊáÉ2NÖ–Q¼ã&Å.£§?.RŒÛ ‹)gd(ˉ/|:‡Ýè+Xk9<¶Q}›G–}a -•¢gp¬ä/Û=íkg#ÑéÔÖ Îv‘QûP]=dõήuÁÓ¤æ4µ¬1å?£ºˆ(«¹ZG *ìMO–AެΒD8D›4É Èù7Îà>ÇÓ‘O{;Öu’YBCóžW€d9$úζ—8v¯O0d}ÕÛ Úôˆciîg؉ ÌmcGÍjY©]s°¢LÎw§æ0ŠÄtÿC´!iÏô=—ZçÄj™9L­·@þcÇÍía:<ö½í:žôÉ2kÝÇPS´5"¨I1…ñvxºÌ¡©«¸Pë Ð&šMGyÙ_à -áw§s«D®Ô®D-,ú¸Ñ«LÖm®it…ØYk>åz9_¨YAb›YS#ˆ7rÉ"Ó´¹ÝŠ›Žk Ó1ƒÉ@9/ë‘¥ sÈ ¬ù¸>¨X»öf9o9TÄ⬽t…Žh^³ãy$3Úñõ(ú˜·Û l²ºÅšã]ÊiÉÚ| ÖõEñ~U¬€Èß9Eóëbh‰ÔYͤàZò˜µ2Ù]ãõuIHdS„×´æ{é«fQÉ›8!Ó꯻#ž© -ÛáÍ£ØÅJË6*&¤ÆŠÄPɽrÑð0¥¦½3¸÷ê7 *³}ä¦JvÈ#“®›×š$>;Çá9]½Ãb§TTØq…oâSWòB_Œ7·âœ&ºòU½ ø(Î5€ãðl­Ü¸ 4§³JãÜæ$ýaK‰ÂyÈðÚÙ\âˆ:•„íC¬Ñ_d73ˬ ŠòØN#h1lLgL„>4=_ -ª8'¿x†J•=ãßNá+cÿ–!” «ùxéëÿö0ž‰–$TŠqCud…S†9æ)DÍD޳'ýA¤êˆn†¾Êù~šzjoUAs›z–ÖN®²7’˜,Üë)ˆsÉ9¹D ¹q9 H@ÅJÿD· "`!F]XdaÀ™Ò0Ê(’uàD\BúBçq:§‘Ä™(ŽU„ƒ5mCTφp†ŒúšrqŒ*l›+²5g 7úm.¡7ªÒP½nŒØZ£&ˆÙæb$À”ã•l.¹ú¶at«ÂªvMbZ`B’¹™Ö¤¢"¢M>\á Œlæ6§Û¬9ÖpOá²bÕ[¸V™xεiÖ°¼=÷x‚¦sÛ'™;Ñ÷¥öË-sâu@K –t}G†ªµu«¡ó'ÛVëuÉí,rÿÉSs3U¹eVÏÒl¢Ôºj£ÝG‡Š¹/Ë·baw]£<ìdJÝcŽFЋêf‡˜V·©~n@ljÅκGÕ®} îb¢$»*c®“” + -öæº3¦L..d~ôFô’TóJØà4 SÈ}# -hŽîG³ºWÎÖ ™dúÐRãiH¢ûÉùæ³SA×ß`=n½RË$ ž=eõø!­0³ 0V"jåEŒ)¿€¾Ë‚¯Us|£-͆Xá¯c«¹ýeñhBŽ,2‘fYHôñ%þ pײßÈt–9Qíª›w·ËÖÁ2Ää,òĬ`­–i3JåðŠ<Ç„í S×Î[aØe/©Å!§+ZÛ¶ÄD㨣A¹½Çu‘L ñ¸ˆa -{HuV± Y¢CUì&†Ð†Ëš‰4#.O0 obÙJ®'¦RܧP -?òæ/â<ÊÔØˆ®–A뮤Z­Ý× ¡Knj …V‚\Ù:¢ÛŒ?󼊑ŠAƒ²³ü¨nÕK^ízZ@¤¼ç.¶MÞƒÍ,Û5k4 -e0ä4”ñÍ›ŒE“í°8ʦ3~—;GfoÍ솇&Ù\Ù°t¨ìF€û|2º†Ãž¬…ŠJýæEùlû¾&T·àƒ;²Ñžíø*‚i\ò+NáS`ê֥³óª¬`õTNhÒ} ¥¯º_%¿÷—S}ôÃÊ~˜É‰¥AÆ^šmIbïoŒ³9!ë}€Ïo×+«"À8çŠ ¢Íp‹Ð  pÞ¯×-gþ¤ÖHÒMÑÄhæx.¤I›©š¹ÝÒÞÁE„-”Lªó­îöÆÄÖíHˆ:X¦5QFºm‰µŽºÕ=—520§Â˜9^|ü) ø‘ô™2GèÖÄÉLO…¯îeOÌšÅ,jŒ-,r] W+œ®Xœ“;ØÝùN•®ÐLÙ|™ñ`SèUzWišÞ‰gNwÌÕÊëèšU¦r®'ºMIr,kŠwMþI¼‘{¹ÁLÃB_õ涂‘‚MA£,Óƒ7”ö^u(„¬´ƒeÙe¥»%šæ¥ÅóŽVQtbÚÂí“äh¦åí¼ú‰Ç£–\„yGÓ€2‡å|äÍàÁ-7«çöâ]#¨ñ³ÂÑÝÿAümqw¾QuJªüiîs8ôîÛ’1€5³ä‹!Žz¹PkÀÕ¡u“¾`ú#P¬$‰WMå5””bqx¨"°{æY€tkƾ»p9,fƒ²Ùó4ÜQ+,-Tëxâ@ì”­»wŠ ±^òɾ¿á=ÚÌÊe¡i!àfÂ?(êh,šÛe¨„Úð Ý±2Üåyªªª³¦oârR‘ÂÀ—à›‘Ed^g±ŸÑ%CTUïpCl+ƒ\¥Km„¥ºìajBY)­²NÖr„[‡®ñNrÙ¦eªÄg0ZùmmˆïõÑÆ¤çLjڹlºç ô¿…Äßa‘ëYéÖ-ˆôët@ì.çÌìiÂDÌbî`µr”6Š9Ñ % µqH@‚“oäB\G™Tw{lÂx³î|›Õ„È|&„5·ÎÿC½!Î&Ð8XºGu] á!b$ -ðájç|¶!&k’üˆ¢#¦Ã1m=»p(säÙÂmmí$ìNóauT)[^Q]çÍvÓvÜ ¦Q–ü{¶Ï,Ã%æ-ÀáJ_TÏÕêF“6}˜ÊÙ¯Ø|Vš¢/–Úšå½xÍa¢‹lê4‚i"µ^…sÎtmÛ -¥Z71²â€ÆÖ»‰˜ïe®´Ñ€(œ=ì*x¾ -ƒIi³Æˆ/†ÞîîŽÛs¨hQ»C_j£aQx~Ö -,MaÄâÈ’«¸Òò±¢Ë&ÿA'Œ;ö[äb¸*#à”JwVš¶B35ÈÁ¢Ì‰²Òá2ÔŸÐùgAˆrOÈúT¥šIA±œ;Ü ÈÿD=¡A=@BÝ*+‰Ì-g A±^ÝíÀµ[]SƾÛºëraZz Çâ¨.VN)™)²) ó(›Ü\L#‘ù »WE¶IIÌ)|ù¬yuØá›I¦Œ8m×JEQ¬ÒAŸE©¤¸Ð-±ör4” ¿ <ÙBuGá¯7´‡r½ú”Ù+½^I;'ª›ê ei_ŠŒˆTn¦Ó Ù„ð¹÷&·aùù˜ø§Óè"yí1šÎ6–MkdÔ “Vàí¹¾:Ÿ<-ö] C·«ꊡî‡!ÙUõ(·ë$AZB³!p-¥È5‡{$)À7lKšcF#íR&\ó)ÑlÓê7ŽøbXF’A±p LÀq«oCWrÜs(<⬪á" ¸å C<¾µt‡ïpºË†¨NÊÆŠ9™$AÐoƒ Ì'™ê‰>BK8 ðz ºSË´Åé"¾V"iÇs¦®ó€ÖFÙʶ¡(#"Ö/׉Ç0éPîH`ïª~”×q°’*y¡´ÈаÓ„4ظ8Ís`P…fÍt0Rç†ÚÑVµÐ%ÉpÙKBâL%éøÂ®&‹!'”اë8ŽÈƒ¼FÊ!9!ôŒ´sLí&Eõ¬GK³·*$2"s)rJZåuIfíqWúB”-‹Æ%€ll'£o,h$Âb}Ç—yøÜf=TÃDÚ/±ÈH¸£Y¥€&·6h•ƽoGÙ²¦€crœblBèQfœAmÞ‘QØùh@4-6þÉ ¨©1Û‹•L1(í8©C!íI«úxÝ“ÀåŠhÅÊá$€ì–ët3µÎum5b'!mWɆ(#e-šòÃóGÈl¬|ˆ8gtgúB@fÊú|s¢‹opÙLˆ6w$^¦'‹XÙêqL«S2l# .K‹…rAøL„6dWáQ¦m“¯²ÕùQŽ Ù'ûOpÓ3ö®1½ûP‚b’C¿á)ÚLH*¨ŽÝ•xu“‰¬`M° r}š¹Nc}4@­â£{ïFFGÈÚnŒss΂µÈ`Tû.Ìͬ£)”-þbÐagT2½é€Žœ±J›äwÊÜ…°v"û ØNæÂôfpÄ ›Yž’ÉI䊥ExgBÕÇ\ˆ á‚p6D²WS4Ï8yUßq­2„šDrÒô°šÓ -î¶+BRYËžï´™jå}ùËiQ˜TÓ\\po=¸Ý{j÷æpW:+UÇ[áagÙ°°ÿ&®°Çfk’‡Í¶ñ»ñ(EÎäƒÄ¬@·…jÙy'NNu¦IÑ´ ô¯ëPŒ¼ ¾¨b*Ý9€îNg½'ë ¨Ê-6V1Vú‚½á8ÞXŸ3Ûæfc½µùð\¤,«ä2Xv" -¬FÉÈDh™]uADvkåk­þVÏØ¯#%>™îÓ©ö -Ôøª_º -ÞîXu®Qž”‹LŠ“D¦5‰#ƒ(ºú>Â%ùg˜d -¼µ Š j£•&nòYç©¥4‹î¹Ö€v×àòNâËa™®qŠz`¸´[ ‘*¨yºòUgÝá¨îñ.ÕÁÈ6(,®IUba1¿«Ï5Í;´˜JçÇ'ªm ®=-üO©˜x`žlÏÌ”EPœâ±oK!èz:5Ý%è*Ÿk‡.1)GŠò¡ˆ8CV‰ æz¥(ø'Â,׫¶mõ«“`ÒbŸh€p-«´š<¸’´)š\”XÄ×À§•3ÙÖœ—Âl¥¿UCAâ^F‰°çb“ò÷ª£@à|¾Â‘ã¢wÀ2ÂHÎ J„ÍzØIt{ˆ™raJZd 4UÞ¤ÄL܈'ƒ“¼¨N(oZêAQ½’@õ»ü2ÒvgdË!…ä? l}àMW›õró0‡éÈ9I4çîPl›â Š_7Šô•.´v”,ï$_]”W³‘€e4Òh÷dÃˈèÿ?¥[ °fþšö™r&êÉ&œ,[l:ŠØŠ„Ÿ1ô9zœµ³ŸEùÞ­Yª¼E/DÉ‹ˆÙÑŽè OAx£è꟨çGmGý4c–U%<›®çÂ/DÚÆ Ä7Ç9¯›BÀr¼o[ڙĄþ}ߎ|º€UÓ#|¹ {$”P’à\‡-YÈÝV¹¼Ì¹àÁFF›M5^Û¯±òLktªâP yMª´îGtÛÈII–©µÓ¥çK\õ{¹n­‡È›`§r¦êƧ¡NMËÅö5½9t\jõ:|îo£Uš¯~Vä ÔŠ.#vô`ÈY­»cùª3¸d„ÅÁŒÔ‰5Ÿ¦»í¥×ÿnTÚl!@âD–>6Jœ—]K¡V¡iïÑð¼Õ8oý\§CH  ÝÈÕàÚŒéVƒª— d#¢çƒ (±í^Œ/ bu4Bûü¬Ø”ïè«øý Zï´SËÜJô^@™ñö:f3w¯<3u¯¶žÐ -w+{`:=)þÃyËu)ÆÉ9»™ÅŽœ<3²Ý­¼aåp¨Õ¢\öM,PdÔÞøiPžwæv5-ti²1dÞì.`ðŸQc`ù¡¥»ÁÛ„GÿÁhÿb:üVß°ÀË¿í]ÎJ¤èòRç¡,• õ¨§ëû\P™Î÷.lî÷‘ERR±çŽJÞª–×N(¾¢~ïà¾pÛî0*ge®`tû¬éŠª˜nÛFÃàhX2füyÑGð ÏCYÙA¬Öcó. -¼Mîš3eŒl«"¼àiŸ%èº={š•hº5((j!š¯ <¯ùqù"ÉËð±íS¤¨XÁ%CQ,©¨PçY1÷hóì³P·/šŸîí1]b¨Ò\$¯ðè~”¶%6Ö¿d.–»d©Çí—f|Ĉ:ûÜIv5…ÂÌêÚ¡L¤ƒ«Ø•}L~xhºN"ôÙ†šiÿš;µASJCŒ3é&°ÒÉ/²ÑƳnp¯_ƒ´Ëâ]#àÕV˜KJ qàˆõ,§bÚ]2˜$WJŸD¬3»ìXÀÒûz( -6€2'uŸeÃ57Mã‚ЩøFj+y‡¶GÛjŸB1‚Õë‘S×èûU`! íW´Ý6‰ÞÅ?z):NvS;ÓÈ´H|«k»ÒßÎ#K,QCY˜øæ B‹5€rÔw·2w ÎZ1äêM¦Îõ‚2 -¬ \ÊûÑõ.ˆËd¹cOVU™ Ÿ:ô ˆÊ»V Ä8]‡,ÛY×Ó tp¯öv/®­vŽY˜m®™Ì‰µÔ°Uyi6¿ªZcÜÆ‰—C1f¾=«µŽ› ˆºó{çÀ»p! U öZõ ÷¤á›u穱{è;Ja×2×6!Úôšÿíë7$¦êLD¸MRÑXóí[üн€Xþ#ˆu4*R:Zð ,’&>\º&„û²Ô•<fÞéJu-8uÏbÞ³…ÊT»¤†hüí»tñ{ÄyÞjî]»c{[«Z06Œ[6´hšú½#N-AžxJ—9ï¢7Bf›™½-Õ·7lØÃf¬Éõ¨x\Ó]èÔ–£ÜŸ  -Çن˾1NÎËe6Ã~ºe­•6‰x~¤ŠþQ.¤KÞµ e¡Ô}fÌp´™[ÇTºôͽ=U¡à‚qjØ ³^’©ßó•·1‰PËh„%qàÌ4Ý- ö'dú«Qú<…T—¤{›â•<Œîyê¸{<åD -/ìòXMxYgοÃw¾§I"'‹ÅxÛêjˆS«œšÓ2ÀÓWô•z3[ôðÍw0:Ð`Kþ–-áÇjPlÄ¥„ÞÅÜݾWëU÷ÏyM“U]m€À¼›hNë†Äø|wdµ`Ê¨Í 5—ÚCeR?&@¶"wŽ?'<‹qû'•UKB!åY‹PÎɦ‘îøË‚'Â* L¼ߢšöŸ2þzžy¤6îfí¬I[ÙË(á”}‰_ýNw¼ËfªF1q©:í5¶ xÜFÌSʦêjõ™h–â'-Ísޱ‰©/n‘«´}“¦ƒ÷µ¡{äÄ7ÀÊßÖ͉±Ï)×™œ*)–²ç˜íBèýVQc©1yÅè&بNš›_¡ÿèÞ]'›ª‹âÁ*߉ìMíy÷´é£Mþ•]†yfÒ÷#¦ñžÎäYQAX=.ü=G#n!ã$Ã…x=pS’ƒG`¥Ök†hè–"®ÂœÖy•Ì®]D@eåÚ¶«7_Œß-Î+l¨Ù’GQÉI‡qÛ?­ûÓi=t!8¶~*ãbˆ¤ü»,±Ptƒ-"€ÓoPþ‰r»]J_ŒP€«JÖŒÇGE@ì‹÷uË8kê˜Þcà r¦ó.Øt;O¦^/©ð÷w¼‹˜{èÖdÁNÏÈ ™D†‡X -¿¶ã9—ùT£t‰1õªØF‹Ä‹WÓ]R¨ü´…à<·~Â`ºnƒMÏy‚áÔa>é‘\Š2K¨­%PãÑ‚„¿¬ëëTž„ò!P¿üKêî“K)y|Óʾ$¶ÛºšŽ¥Ðú]©6 b“éSÄŠ):q%!kùOIË+äˆ&r‚f'¢ -½žÙógÀ¼é º ûébøæi`\±“V,¯Ò~/và®ÕÕßç Vp˜]sn-T"¤ogÅÂpZö}Šq·]Æ- Ã p¼=,p‚ ¦ìãÖ½žö)6È‘ƒ -ìi¬=~˜@Ú7³½.Wäkw±¨:RPk¢Ü×{BM_Æ— ?óœŠ)º^3ÍWß§ ²o·ű.‚<Û.g¢åµ È} Ü¢¸ˆž” º ¨…¥Ø¬D¹Õò]ÞÿD˜l×]uý|ŸÂ½µgü^Á^w½Té+ÒÁÐ Le -ÞÚlå4¥§-Šfy”W>lÀ¯Rx`¾ªý,Pj/NÊDªK{oœ}îîà Qï ´Ží¾Àt숨 ópÓ>1Õœ7œÄÄoŒÛ›¤T%l3áj{pàè Û‘ýB™%ÛÐ¥¯„¸°Ä;Fê­=î&»N;Dd¥‰kc-vÝ :íÄ¥îúÓÎg ù1ô®ª®pl° Mµž‘EC_ïT·qÀ5nJO,XëÕЫHÐR8Vx¿“Ÿ2Ñn†uдÁÃlÌ“Ÿ:‹N˳§v`«0LW•ÆPŠÆn¨à~çŒtÛ”„¹Í…Úpy_¯ågbû q)^ÃÒ&E8iA -œxˆ¶Nu_ÄuA$g„¨ÕpêÙC=óØw)ÆÓvÔ”œ!ý´ž‘mÓ”UÊù 6Ù¡¼ éVdŒ÷Ãx$kÒT¶…ýIÉkKÔ»£VÍG~5p‹I_ –tÙIw(¦Û¶;—MJ=£>ðœUzAy ªâ<×/jÁ¢?pA.ÌÉŸWI¥´Ûáìu÷ìz‡âå‘CW‚=aå:Ô¥»â(ñYcý˜^ ㌢øI²úTµ=ÂQeémgP¨¹òàipÃ'í4×;¾½·D£ëéëØ²ó¹ö¡Ð©'ìkåó†ÞEOÄ‚)Ú«µ{ºõ…` -SfXe›îjáȳ{È+!Á¡ééa+SÉ"O<–.‹¥enÏΣ¦ì¸ûø -¥…-Vz >W,üÅD t:16"pÑÄ'å$©Õu¢ýõ)7cý[ž¼E‰Ë—hlP½n9VÚõ¹Öô_ßGû`d¶½n€Ôy§Ï{7—;ù¦®½-Fhä»Y¨¼ØI„ÿ(ØUo‹5;€‚H´÷Ì9fúºÜɰºŽþKYNå‘láŽôåk®×%Ê厪TôÓ‚*7Ƴ¾ý5\.v»'Ë^ƾ3â´Õ!e–<+ïìJ ìkUŸgX]kı´‰ t[R;ím„û!ÛîÚ‚›µ:»ï¸V[12®ˆEFœ„û,ü9YxL5'ÛÉjãU¼¯øöE9“˜ "'3Ö¦éAñj‰Yô–\«^ -»c«­Ü„âB¯¯µd¿1r¶Øô-—â>˜^\öýˆ±}ݘ\Og›ö*¤Mé–ï™0x(©´ý·S=¬«ƒÍ«œ§²Ä'ÍlÏóýà.ð}ÈsM¯z;†’KEÔ­ðî¿w¬1ÍwªRƃèò¾óJ÷ÉÁîA*º1½†¥cM©ýÌa¿Á…¥N9¹¦zw4ŒFká -|”˜W‘‚»¨K£nù³ÆïãV¿ÕĪDÿ‘5p=©q™*­düœ‚ª>剋ЙKon~‰¨TÜïãÃØ·“æškpâœùåðè#LÔyÑEQPvî’ ò‹ß¯ IÌ©¢ 1ÞœêÀæýÔ ºègÜZo³‡¢ýn\GŠב¥¼|Ä¥ö8ÆdcÕÿÆ=ÅFÏì+­iô~”v!Jc—•)†Jµ´˜®ˆñ¥\‡“â*<ˆ'a;f¬&wo³¥Á„——/šJzõ½»×µÄv$݃8y.º•M hÔì[Å5-Ñ1nŒQ˜fÎ~x/8Qö"b%×”1“UïR8¾Þ™­'ÊUy£ ÛH5s? b· 12¤CÚ˜%KÀŠ&×ë͹‘üÁ–¬[ºG<îGA&/i€ÞEº×Åh\<Øv*Æ3sY²IQ¶%`{'ͽÉ¡¾8\JÉ~Ô¾‚!1ÐC£{W;}…¿=“ÏAU˜½4CXþñ>Åóè̬³-?Ù½¾¤ªdàœMŠ£8jjNI$@äy½Cq×,¥ • ´õs>¨™í&Àµ¥œ{½¦ vhTŠHm¾ãU¡ý­½¾ß@¸]?ͺw1¦·kö‚]@9¦\ß('K¬>"’_m5xÔzÊ\Ãv-3xs–.p$êÎX-@ûæ¶ ˆ:!›戥–•–LE%?>J0fNa¬|Û+S‘t*«åæY%8 -A·.Õ…öp\¯ñëUsÐ&œù?$ÞåiÜY'ïbþíºØws5<#T ZA3¹¨³BÎAe䑜ÊÝŠ©;N…ÄjÅü°•°)[. ÊŒ­£Qèõ||^<¹¬Ìšô¬ö ¹¹W=ZÈ~cÜÙ  ÝÊ4z‡bšŽ#°‰ŸN2×FÅ/ ü.ˆûuÝÒ¶àßÑcæiYoûö–Ô¬¡[l¤ÎÓ=\ÈЧhµÝ×Àj!C² -6:q*Æ“sâ¬x*fg<² <1³ºGþY¹l¾ -`¯¶ˆzçqÄZ*òû¦ƒ4³´3Uý¸^ÕœÊÆ&û’AWòŽ{-bºm·S±[ø© :{V‹…ÍK©†­8”⡯åètÍõê”d–ñù)]ÉÜnaåKB´ãª® Îý¬/D¹ÎÈ>Yv#ÆçK¥Hz\!ê@[F¬Ïd/5òK' +„Gqëñç¦ñÿUãŠÂÊä™DÞ'v¦~êQ|«vÞµ ®Á©&æK[rÁ‰Ä¦D,z «6Zo! ÂÇèYʵŒ„µíäT×ÃU£%òQ¡îíR -Œ`GyV.UЕÂ=kËŠøÞ´(µaÅqÿ¨ þ{[<“N$Þœ¬ö"Æí;Ôմ°Í?«\ïHÀ>¤´å«®:H·&}6¨.yš-}H÷)Øë&%ÄÍÛ)b嬮xZš_¸T`“åBŒ‘soaÂ÷2AÒæŽ9?Ç;?ª4êEYƒ÷ qýVð,Y -¶šß¤Pg+7*øæºÔNà*u6v³úÛzÇ› úy²Î£˜r¾k—ƯW‘†›g4…#2{im³()\«cF\s‘Ì>¾±QF‡\Œ8Ä‹%»lª+tà@Íå¥É|èDƒž—ïPFq´ì_ŒåË@\ëŠ àLÂç4%bî_š -áˆõ°Óº"40ZÁÇ‘yèû`±ƒÉ߬×jРźŸz•$ÓsüùjD%@Àh§$·ìFŒíYµ`÷7d€ µ£‘Àèµg;|$,½ÈdŒ¨®ühKK¶~ãî¡0°íÜ‹:%k†I­»U\ÐtÊ‹0f šV'ßÙ™!*(ïË9=‹EÛ»×ìáýæ—ž,‡ û¤–ØêÇ—Fë”ïJ'B<Ê/ -QZ ¢³Frj3¯‰9ª¤ -£G >Yñ'†ÓÕÕ‚÷‚¡5!z‘vz´z<÷O×÷’W -GèÅí§FÁM²(‡iˆ—Ä·NàVVÑ5ɧ_áOl ÞëNU³ £¯'+á^Ï…;àU0Ê¡Þñâ¡¶žçŸ1þä½ð -RȤ¶íë½½É,!û––pYš6ï(ýFaÉ8}È'?¬ñùj®µVh- øœ¹ñ`}6Õ‰Ó ­Å¬ïc7ND·;f5Ͷ€Y|ÕÏ>$w: œZ·Ëœ7ZÔGm©µQàvÄ…—º“ºÄ2®éJ3TYÔ•ll•nôÂM¯Ã×.ÖIˆ×Ó~82≞ ¸ï€U«çlé£,K -ìÉsE4¼¡bíwþ¬1ÕóF·3bñ¿Ç‹ç¡ºÝ\ȵ ×gÇ‹¼é§Á$³ -e…øk•Ëe5E&‘\$éncšŽY€5ã»Ý󸝲‰®îÒ6_JAúºþ>£¡ ¼ù†«6Ø®%DŠF}´ \/Òtj, ,±H÷! <°‹¦¹¶¼aމ.tî¢6g³¦F(v9Çœ,{cø2  \`îw‹û½Z¯=5®ig°}’ z­ø©³´ Ƀ“ïN¾ãB^ñp* ÞØ” ƒëysÔxªI³AßîÞùÝ8¿ë48cŠgÓʪ§×“q0^hpsPÐpeÓm]óôŸ*t¤`K—½Bç¡ÕIúδyGf z¬óÕºÍÉ%Í(µ»—уˆ£¿Ú¬ßœ¬ö)Æ‹Pkè½M _I•.²á+“eèi»RõŨ…ãŽË¤°Ë«Xùꙺ_V;é•VònÎ..`/Ônå’›Þq‰æµIw)ÆÎ™m1€g4¼-Š.x[?u¥îT±]ÊeÜJw3HšLiQá&¥×Ú_°ÀSNšˆå5cj)®¹ Y…¬/y"ãä\-L?´NSË{"ñäz£³h®Õ›iÒ¹ñ{•‚Yd¦\ ^ýá$9>+UÝ?wȾ S½Æ©­¶%Z4÷˜pìdúÓéŠJ«Š¤z¹MG˜!“#ö~'h—F¬¿{bÊýuxÇ5á('¯›\Nºúj©Žè> Ê- %Œã,sÏVeÊÉ‚1Þ´tVW:›c"n 3ÝNr­ÜcRµ§7©C7<³É´ï£èbµj£m×hãßù7Úª¸YÀé׳E•tAk@šZ“QÈvÒ÷%Æçë™+¢õ*.ºIéJJàyp*°ãÍSI‘§ÿ(0­ NdÓàDXà”Ó·™Ù”¸vTj=\*Å‚µ†ä*:æ%!øÊx"½‹X=EW#ù°Ñšm*ÈfKé$mìWˆÆ]óxã¯ÆJÍÛ… ¦’ŸIç9ÙçY%'aûQÞj†éãîç jßÌ,V?Œ;ç™yT.šrF¾›Ž²Moièà¢ò8õ$õ|{•x.[±!vϦPòR×QõnPµ4¾4·Ç.7¼Ÿr—bŒ´'=„V0¼ŒÇ -údùP÷¡Çäz)DçT -žº§8ÞÒ)lWJ¾soмÚáXØÕ¦nSzÛ4ìSLÙ•@)±Þ¤ác.G5<2ÓQ^ƒ)±¸Î4ÒcÍ1ÍLJw·I‘ÌûK˜[.uÝV÷‹5øÊ$H`1ñaZ÷€È¬Z8ŽâpŠzl;cù:%$QWŒÀ1eFiÃu©k'gOºsÖe&ÊGÁçµµälPŒ½/ Z×#±cíP2:]Rx€Ž}vôÀ¬fÝ‹{ÙbJ‚ÌÀ ¥#ÎY l²=ý‡ÎÚ’Ü_Ecé ¨¼J¾Y[G!í|€âÓ¯*1: ì˜V Âv5L¡‰ºaYLÖ>Ä8Þ—_ê:Õ縆 {Ÿ³ ŽB%¸v!ê¨`ÛÇ¡WˆÈÕÌ(i\ØÕJí´ -âyè­Þ„—À1W*9‚ô ž.b:sª ™¡5Ô¢ïYÍ, øºYzË9ß®› –¹²®{$Œ‰c¬Tq"±'¿.àâÅŒ³ ©ë˜²þÆþC±1ÓO ÔZU4‘’Cö#ãªõÃÆD¶e¯©õ6ƒ]¯÷½‘;y -é¼0ÿB(yk”õ¤d5{I{J ?á„’@p,'¶½‹ñù*ÚZZ*ʰë¢Ð³AñÚƒá㮂›¢FÐäƒö{X©6”k¡i÷b©õ§~-B ~3óšöê‡tj;½âa%7ö[¾èG¬„âšÖTÃH’¢ ;ëõ˜VÞ+ü¤S%2¬e¼€.¢¡<,.Vñù*ÉÜêöÂ^7—/v ÒlBq×e]†¼C¥þ¤Â¸½ošz½‹•`b­g´»”¯0³nK²;-ÀÅõbãó"Ò¼ù2í@ߟ8›>wß&£b%¶æÐBˆž¿1`ºœˆ):M3 v`ÿ7vû3åáˆÙ7µž¯ñIôÓ¬n\qÕ!-±TÒ'ŒhÌÛ÷qº½øî½› UgµM…°¹ÿáÌslR]ˆ1sÊÐS -•:ÅœÑéAÓ2(îCòêÛà mÊI†ÿ(üŽ÷‰«½;¢H6M¯:/¯G´zÛ˜=#„ øï—+"8ÑÕöÈHáZùª*´§}9à U”b¶áB;||yM?Â#Œ˜)`‰¶>%«ø@r¤GÚ´‹*‚ _ôz¡Swõ ‡gf s«×0Ø0êW…ßJ¤¶õ$áLJâšê,]ã¨óÏÔ”;YNŸÇ·?r’X« ¢øŒº‰Q‚ÚÞÕz/ãˆ×—!¢q§ï•X“œôj=ÄZÎÍÀÂϤ÷­)ÔÝ%Ϋ^[1)9@€®3LìÃi÷òü$Ós®ÙEeä.„5HÇ´Âtæ F™1*HyÒ[ ´¨\=Öªñèç:ÃlWõZl|AÌCký¦­A£wT ü› åYI›/'Z“ôxûSng߉oÎ ³ºSQõ½Þ:”çy7÷p¯÷ 3&íw…úÓ)d+Q2T9×õГº+RuR›x5ë­ÅÉšÇôÚNíAŠRu)ÛÉ›†J1d='6å©7¬¾óº¼È{qwKš‡êÔâIW`p½§å«–‘PSßÅ}©nù/1Þåuªî‘ë˜ðžLvÜÜÐE`Íìäû3Ñ‚…|7–~ -™_à÷ˆÙ‡£íºp°¨(©./P…)¡Ø4̉¼¬6F]³Æu8Yø0î´!¢ó@Îi»Æ½ ©õ -æëÝH†e=uJÜÇkKEvR´·©£|RbDš!oVAÿ ¹±«Ñ‡òpsÁ-;…“5‘w«“R bìÈV™2,²wÙ{ض5¥ó®gâõ½ »³Ü¸Lj¹7ý ÔlKW.Eñm`DmõÆoJq)éûzÑëÝ”œ,:c´†8Ì´|!¶w>{=Û!™jë-ÝØÞ.¨é+¼æÿq­tà¼.†FÎäÏøF¬Ñ&ó c*ïC 8+01r’GÎ÷À½‹ÓiÂc½l -™‘—Ï?Š0y•‚£BTè÷/®+C˜õÊh§®nKEkœ”‰œ\iÞÉÔóÄ7Ü"#Xw!Òõ¦àµ`mSñG¬‡d¼¹­Äu¥è!ö>‘z{Ð^òHTÛ+¼Ç‰`Ì §ï¬äB\!V”c±tk¶è,Lìo}1Þ|®y~ÐmAF¥l˼4$;âãÑþã]1ºÞ•Y[õ^oV6¬õ²×^Á‡ÔµZ‚Ø’“Pðvn ïz©=Å]ÌôGµºHдÕuÙÂñщ¬;øôÔ>èIðLÈð£I`Ñ%£Ì¼ÙF‰ÓÛT~ÍŸ¢ Éb&uƒ"–+q½´Õja/ŽÚö¨Ï —¢ßL%K]¶êB¥Ý†r{æˆÓ‡†î}Ëf¯V-f°­KSsŽžÙJ/D©ÇmÉÉòO¦Ý=34[ÎÎ £.:+мù‡¤”²ðÂ#)æ€tÚëE˜“ZŒ ²¼ùîèÈù)à\W¬-R«åàµgS£D5Ž„•ˆÂ{•{æEŒá»êãceU#ï÷ÚÛá:õú$Ó$SF.ƒ“˜ˆ$ø-qè§ê°š}g^¤W<±ò&ÐuÍX® -Ó&²3U&UþƘ·ïULéM-ÐÁtpÞ\¤ÛŸ)SGìg™…§¤‰öt"^ŒÑøˆŠ'F£%SŒ€ºÀHµaD,ˆ+[lFÅôæj¶u!f=Êç!cùžŽÿÑ1]å܌ޚBRz;ÝÀðÉ«²~×CCÓ¿"Í[–æN“*‘h¿§_q»ÞÊà„Ÿ–0ŸRW¶*¬ «(ô‹’üٹߜ¬q)¦žS¾$Ö™¬RN'%vÃzïPñ¢Vo<÷P¯3\÷Ô󰃊÷‹aÂaºƒ¶d` ˆ«…æËÁÃxSW²FvÊÎ!ˆç³wÛ‰˜¦« 570e4a¼1“³/,*’±Ï8\ÉÚ"/¢»Ý®nð4v!ú÷7eZly³ÒèNjJüjíÚ7ÈBlcºŽ4¦ÓÖ¹´É*EIÇ€f5Gµ¢$Ð.d[Ñ\†kÑÔw+Û…`›mÒŽîqÌ¥Ô‡´oT\X0ÓõbEY¨Ú]H]žh@áŽ4Qø<ˆët9ÓÍ[BÕj4NGÖnš®ZÏ/ ì×wå•“ ÿÿ@Lßò«ÖPmœápHºsÑýPåÅóêÝž.H{!ýßÒJªcËL¸™ßû5¨J¨{Ði™Ž ß¾¬ckf˜¨3Ê«éÿ]èú}A]º¤–c;Ë9²„ 1ì.§R Ѷ“nнA’õ’óK¥vØwÙÎC}©;¿£3?îôbya+YËpºH&8ÉÖ)‰l´ëÚ]¬A:Up”¾\N5Ûº.iÏ*4(ëÁ.Æ*5@/ë`”­–19‰¦*˶çîM7Añå°ª4µ4Ñ°Š¡5¦pƒÏÑ´Ã9SËwºÇ³k¥z×U:ÑvR¾òsŽSÒ•®U p)Å^‘ÈåAlêÍ¢UÅ֦зpì9\¹aeO=µ¥Xe+u;í:2Ùbƒtrî9ì¨d©ÔÐÙâó£w?}:nBéó¢¾RJ,'tæKý@xÑ[>n¥<±_PVºHQKsNÜ6Üãz¯{Tµ*çížµ²,¢e­ã–$ÌvéÚRCx¼è€UÉm÷ÖÒ¡p•bŒ,†JÀŒÀºNa ›_¢`‰4‰Àåêf̼Éðá2 p¾^Uåzò - ‹ð`.W:Ð9ÓQ‹ pE,á1ÇYÛÙPlu'P_ꤼ‹5•¹ÒÛé¨5ã>vwÈè2 ‹ Sò}Lìwî¨r¾Qý›¶Ï~ûüÀǼüðñùñëçûI/ÿöøùñå·Ç_oó¯_ûᯯ1(¶#ð­÷ûôú|ÿåí׿~N2ÊÝßñòãóõíñþéñeAòxÇð¼<¾<_?¹?}üðúüù¼Y6¶½çmÞ6ù(U²ðû_¾¼~]î¼çëÛ¯R¾;òø­gÑyyþùëÏÏŸŸ¾~üþüù«|xœ4¿ïåóãç×·ß¿|þÜ·$*²>ü‚>âõíñ¯ç¯§áÇýüüýñÃóýóÛ>cƒò#¾yþøøáù{}öïŸ?¯íå >›_ÿ¢oï¯<~ùöíý˧oŸß~xûõwB,½õÍ_¾ë¯÷ç=_wªK?§?÷ÃÛ7ÏOÏ?¿>?ÿúxÿüW¹âKðÝ¿ýøø5~æïÏ>¾þø|ÿUÅ\pßÒ§~×ëã'ýÈÿ95iüW¥Â®-­æÉyy5$Éý]Î[ßý?ýýíëóço>~þQW¿ÆèžòÝ+ôÑLîÕDÝ Kæþ¶ÈІþòÞËϤ¯›>Ãðû«{ù -qF–žÑÐU}>‘Ë«·ð³¼;³Õ9¥q÷;̧µÜ´àWì)ö O쥓“¡ýWöÇ‚ÉOs†ˆì?Í D ²”+Tt3ÖH1ÄÇòj’ü<7^§´£ä¸K;ãŠ, -³qv–‹#z|"#$Ì'=Ò2’m‹ÛáóÉB=ОdÐ6Þ:ñ}Ìwu‹×þþcÿ™ì¥_žƒUÒœíÙC>¹cäɧ[ezÇ(ÈäPt“AŒu™Ž/as6S}!/TûgRa÷{%ºÓǃ±qƒ2BÜÍ Jú =c2S­ND7èöÃ~%Ù ÷Iö›¹RLé} ‡“:xµâp'æqúqºŠ$«EˆW.; –?lz0Øš7É`·x…˜<Ášà‡6¨¸=Syÿ’®f‹“¿ ^Ž‹T^èé3ZÇJGNªYœž—UÉb \Avp¤¯æZUP‘ß²ì¼΂<·Œ©ˆQ¥Z#ŽØ*ÒŸäl•5ƒË3ñUX-w;d4Í»H¦#¸'¢,¼4Z±×uʰŽÎ¶‹j»rI¤J—i•á½cÆåù0>SÊé'Áuj=©G*K¸é^­-Xg‘߆ÓhG]—(ó¢]C¬§¼Zw%}Ð5]`‚NyñhU:]挓/eyñÈ[ ygîUw/o•LLñjÓbn‘ÚŒ¤j,.!¤Uu0œG¯n OS¸ŒÙÃ@º‡¼›mt¤¤¦Õ ßçFTžôÒ×8g\׊&°%…5„@ÅY¡Ö& ŠÂY1'&Û Š'¶€P^›n3šUÒ=+Ái1 Ý›)LeבKfõUÐk”a¼\hjªp.Á„€B`DU`&ŠÀhqàND™ÝYy{˜<2ÕÀY›Wwˆ@61^6€Cí¢F -˜½ã6Q´7ÁÖ¸9Ö³ƒš ¢ø‰J÷ž#W¤•ÈN ŒŠå|L`‚;^ÓDÝh¼˜à¨7¢_`­àe0± ŒÕx@¤ëô¾  YPÈ,bç`éf$d€ì”Õ÷¬(BHÉȧ. ©ÖpG¬WáËÖí–©aÊžÁ<ŠÐÚ–'®E®¡%ƒÆhYƒ\ý{3 Š-Í -ÆK~7eGÏ‘ìÝâÊôíQ¢nöÜ‹PI'Ò5ƒ\Þ;5ˆïù]eÅ74ÜwðI£™“ &]hßyâÛ*ºyÿÂÀØ&y‡ wUïîè]ŸÆc€ÂLÉdŒÛÁc„™,/*HÜycê0­1­m8'[äºÔó<»ít™4NžÊò¢‘·ò6ÒíáŽtvžÁJ@ÚÍ€…xJx˜{a$·†“‡}Â5[݆á[a|qȘœQåïD y…dTçÐv‹Ëž"O¦Œ°¶…Ì\ˆ'FÙ}4Ë(jÖ}¶î–ãh;ÍþÒÆ¼*Ôw0l%{½„©J¨ä‘0ÔŒµWÍ1¨’MŒ”ÍñÒ2°©ÅÅ>ZÔɉö«ÙR}ƒ¡ð~\m¯„i´OÍN«¿.2º,,&ù&Юˆ\£èÀludU‡ûþTLa#?*t<~"Õ³Xrù ™XèšÞ™1*¦Ž¼oB¬9J*ÁÜ» ˆ`¦X‚/ªý& ;²Í?¿D™}Bœ–XyÀtŸ–˽®ó¨˜Aº8À ke¤Ë3Ž‚±ðFûø€+o™FÕ<~ëÂ^ -áÿ›D¢I±{@Ô.$„Ë‹ö&*4…}È+5IæÐfåím£c5˜Ö|;ï(ÆÛí©èâz*$g Êš.àZXL‹h¢|5SÚ±õ®„5)&W–BkBLÝooéû’9ŽS9ã´˜¿V&¶›ä¬8¬“ÔÖçø¼Né.eQypùYcÉíô°Ä™på^(V£ #ÅS"Š.ÍXEÙ”tÆ‹M`¤‰Ô08kÅQ„;ÊM(˜B»/ï:1ïK˜bû[K„-7ðV\k°¸“% {h¹*fž¢#*ÞÿÝe“”-‡±ò’ˆÚÚœ- -·vD¦1­*†EÅ73qƒýEé#]PQÃZD]IT#Á`Å™"ƒÇ/ Âkz¡–·Çí$!+å¼k7ÖÖ–5k©£›r°uæ’чÊÐŽÇ™K9îQí`Ýš¬B6Á¹çïJV´é°$ŸÍk"ý·Lòì[3]µ5wÀ=¹&Îl•g@}8£}ŠÀäÚëhìŠ:-«J%„Ñêè§DýZÅn[ÆF)yF©»ãmqàóR›úøÑ¨-IGCbyÐÕ¬ýbÞÉ -KfŸÁz!a㪅ïk´êÔÌ”ŽÚÂBQ¡8¢ørw"8Tæn6&¥èz&pBÑSÇdM›T\«O¸Çe]Kò ·“î½éÖîwêàÁ)UC»p‹ú.8"kW[DpƒkÁÑ(z`ÉÂÆ|…F”9²R㹻̈́*é•Qÿ»òäØ+A"—n(]µ¨ WVp8Ì4IÜ­Èü6viÃhëòF`MAïÑÚ{oÐÎ<—êi-æEs5:™X©K‚) ^p4Ìtçö~1¯iF‡0ì(KRµ Ò‘UPÞæÉ®k»‘Þu• ¯å)Î"`4%Õ±½gŽ$û}GÕë‹sÐíéÖ/@˜µÒ3vß’z•­í«¼âÄ -<;‘b¹¾H&GEŠ’#½á¾ß -ƒuŠç;»!7ú¹À@­îÏC·‘=!§š¶Vø¶|G—çA(›£…ôŠ š1¡hRh¦X” ¶\ƒT^)nr[l‚+Ü•¾ÌóTżҨ#‹©ñᣮºHáHâym°0§r  Éå…X!yIÅS“v2&[ Ö‚T€Ú™yúª?íù¤®Œ(–KKŠ5K¹µÏ`÷§È,Žº-χˆÁ]¸E0¦;3yž«ï¤]ÑŒµU ÏÆ:trè„e4îˆ`†²¤Û†5äm¬¥áÞ¢ Ï«FA ­³¤™™[*´E2'3qº䀮^åEƒÔÑ&ƒat¬èWÃÍî²ÞÊw÷ªâ—€‚ºð^ †›õL×’ø`—¸Û›æK‡å$ÙÉ/® åÈÚ.éKoÖ.¢ô«Fæ¶¥ÜIÇòbes‰A.á )!ƒOÃ:À5'uøT”Žc§­Tsd–.ïË2¹Ë´À8%qœ=Ÿl+æ…¤ -)±gºVZwÁý¶åZµ¦¬R|9µ¸¸•­HŽÖ‘Uu]#KêVQÁˆyÌ*0ÇNÜѱ/]M@ºV`)CéSÉxsTRgk(LÎø©][ˆdFœya(¾ãmvÞÕLß´´ôð[«p¿‹2$¬Zz“ªÊ³ÓÃaãL5b§‰4âpI¯4«vï¹iGÏAIV&\ÅŠ“áž0 ¨¨iÙ}Ñ ×}1ô—®:š—M*lŠÁsW”‘X¿œÕ-ë’÷„´²8äÊ]È<0qxf÷ýKºÄ™úåï®JšÈVÎ#m =ª®!B€a£¤ƒ«ºb’>²«7ïCñªT•¨6ekon G©JÆËà êÝ?U9‰3¶Ü–œUÝ[‘¹Wž©¶§w‰˜æÃÐ2î]wl70^.ò€Žž’m‘Ä‘eLœ—÷ì˜c\ÙKîоk»òf«[†µGaî)¾×.*ýö2Tqw&W´§˜ -¶ˆ=àf²nP.Ù§“»r”9"NBÛµu`>‰A{NIð\»ûœðPŒü;hò˜Ûl\Í -ø•Yᜡ¿iXvcܽ0µ Q[ëJÆyµ Ç:.Æ£µ½g¸ØÃÐõ²)ODmÁÕÛ£µsx¡íö½ŠXøÛÆ[Ç {œ’™ú;s¨pö(ŽìÄÝ;“»æÀEC”kp¢½‹ –Ò’¹#Ñ™'ϳ¡s­Êp%(¨¹Ú숦jE±ñò°”Ô -SØZð!uQ5䣨syëTœØiFà²v`™á>Un‰#dß.5œL}Ô5ÝⲨXEPõÁh™ gs?¤©±—eÎJó«(žT‰U\V{§¾Çót ¯­2´i'OÓ–ÿYUì]:&6P—¢„Þÿg' @¤s©öö¹:Ô6Ùf}yÉ3®wp÷` -dîC»C¼Bÿ2yœÕ$dGêjÉ çSµÏÐÕ[ Í‘Â\ìWOeèTBMêá;ÜÝbf×Qâ)»É…Ž<¦5£àª¸€á°xM/ežŠ2'vÆÍÞW€Gï’Í%};*wˆÚþ%ùb{2ÓébÕ4[ƺ¢  $ØNúbV=öiŸ. › ÕbÊFDS¯öú"‰É—ÃQi¿‘êÓ½náÚöžç|7r». ŪHƒx+vÑ -åÒb‘4ìÓø€b«ïó¨BÙ¡3ºÔ¯6jü¼´+¨µè9h]™‹é}þ»B~áKœ)”ók3{«qæÞ±{Wu…V†Š_sæ,LRt Ž¢ŸüÚ@Æ;¯V.:ÙbO—Eè3› ÷öOn)O -;“QĆÛZ[œƒ¹3…Ê Bè÷IWçW²î Â ¹%ðàT£ðbÚï…u“\ƼÐb ™:ÕÉÈ)¨V5¯jÆî¡¿Ê»Q>‹¶\Blm]Pz#„À¤œ1ÒpQó6«â²Vs›Ž…ŠSî¨PoE2kìÙξ*ì ~f˜•QôéÈÌì…EüKí“°8º¦Ëìµew®9†”ÄóLcÎvbð\Ý"y€Kz-Æ[uLUmló”:Ç0þ>¾7µ.¾m zmº¨´= Dõ¾)Ay›[Ë“mub“E?¬«N±Ê8˜)$hÀè"¡HuàM¢ÈË,? -ë2þ(=­A¥9Xtt˺k·Ý‰Œ¡adzmPaý»Å¥Q»òéz’º ™@Ý×øýoÈ–b‘ŵ$ªbI¶Ø¼;,Ã5HÛ©H¥ -ãEଲ©_|½¿Ö‰J`Æ[W•ðÈà¿Ê¢:Žù³NðíO·yèφÌ1çè°¢6sJTŽg^2k0cZ'Z 6“²3.Ï)Õ0Ýà™‹¢ç<û>²ê•-j‹GÚÐ9¤ˆÀu··k´3‘Ù<ï⊃µV_ä½¶dp­pÈãô;¹t„€YÊ`IòkénVë¹¾q¶‹Fvà8S—qm;½šTbá!œîÈŠÒrûìD‹ÈFŒ0ŸÔ0T+]ì_þÝàr‰ ›¢¦\i©™,¥?‹3Ñâ‚­ É^P;Ï»;Λ߽”JnŠ)®@¦•×N±P·„‹2À¥yTU{©- ¯¢vÕë åïe¥¨ØJlÑ#œAÓÔjw‹w#œ“eí½Â¾kWŠçÐ#P{{„sñU6‘¦*ÑÛß¾r‰dÞæuQÞª’÷S0VµƒtÉZ=sv.`²Év™Öع°ÊfoaUÑ’‹OØM âÖ—óÅmYs0¾.¨ b ϳ -Ôyí(b¸$Úpo«ó®ÍÚe‡Ñ‘mIO - qÿò¶ã]wô´Ô.ëá6ÈÕ(Ú…¹Ý–%ëÆã-Ÿ¸¸)Ëí•Z1;äá|s%W™è7$ >-¢š–Ô£= jí±£§µ@!HS´~¶ºš '-k-A®¨ºè1XK‡Œ6ÀÔtª:)jT'AïG±ßbTº¬EÞȺ²/t½ƒh þps®R(b‰ƒÍ#n[Â~…â€arãâ>¹è½Ã£ŠEÄ QÝà…ORó­p$Gþ!μèg­Ü­ª{|Q°U“ÄølºŠCÀÒÔ)²Ã¾eè÷ªg)l: -"Ü«BýÛY;gDÝ÷š/ÎÆeMç)‰èMèVèÿ?QÍú!@2Ìí'²¬/Ê[y©ý s -áF>»wÙãòÿ_Õ²\–Ó¹vY´u2_±½}´§.7TÅf š\kSÿ†'KÑ„‚–UèǾ!OÁj èÌ?Ïö¢e\[=|¦ÍÀ‘C÷j?åBvÏRœÙ‹eÞ .$IcQyc‡4ÜÂ&Æq1»d~[›|¨ëZ="aQœ53l¦Ç8•å'õZoVÍ%Ëó˜º$h³ÐåI¶ê ªè]µb0[Mkäì{òIûÀ)ÖfåÒ@ =ÊTí}yçMŸdÝ£vïÙ…™µïä¡AR¬g…ÅùÅGÙîùyå3Äí닲'Mñµ¶fY°ß¼öM‚P=b&dúfÝ10w -)žïS8J 8eRXÑ_ñÙzËq -yˆ;ÚOÉ"ºÝ’ª—:ûÁ­¢®rÅoÚSˆ #½(ÁèuPWô~‰ƒ3ôkýlîý´¾ÖPyç,s;â£ü ¢ÃÀ¸WSø×yvÀi¾?Ù‰óí­0ýRɶ£5¹0Ø¢ýh†;¸úV‘±p#kL[ªŠžÉÄ`i=ŒÑ-ö™„VÙš‚©²„Å LôîfXÅnS/ÏA²;ÊlK>Zî“6fû„±¦jçV à'Ãðk'äIAk}Ù‰íºU.zü ˆ+8A>^¨1ç„ì_5›ðº`/ÁÊbÊ}æŒÉs>{w -²$SŸÃ!­á£v];êqSüþ”ãˆÎÛôi§YvÃÒ»¤Óߘ<õ÷7Â5~¤“ù>öˆž;çß9F’îUó&¤Û÷̃±CüºW›mD\Û -ãN2YánnîD|z Ô‹aZܲìÙ±wOAæöÂ@}ËäÐ4ùânC¶{°‘!Íú:¯AWú‚á)°!$'(²æÙn£×IUMn2IPªµTšïäoqÉ™32…Tu“À«h$#pTÛ+q{ûÁFÓW²™l…Ã6!ë«êu!8¸ë qƒ‚.®_n5¯£yº÷½Ðê°ÁTS«HjtqºT¿b$§3ƒù'erQ/‡sÙÕ¾xés*N.-êH¨çÚ3Ó—…!| ö%+}ßʬ\5Q¿:€ÃL®æŽ`‚]mÓ0W_Ú£.ªÃzª%ΠIÝ üÌ'O «UX”­»q;ý¢ÚÂÈŽ -yÅ»UÂIŠ[­ˆè3+È!D¯ $Êyý¸^§§]Ó“Bâ-«¢°'D’ÐÛ\þ{Xã)ªI7ýÌtc^dHÓD|qà!ïŽf«$`w&)ÿçF¹vCô9`åëZ÷zÔñ{÷h7¥’+ Ó6˜ÕIÂfŒ¹›éFTvBÑö•®;3 ·>(tzêV©­Ë½]³Àå\t¦»iw ö#;qùȲSÝ7Õ½jämenžâ µ:Út[O%µÇ™fDHl»¢Ìß’ Þ°d¨ SÞ*u€JòBªSUÏŒŠ®Á¶Ûg3¡ÕÊY0#W÷±°Sg½ -4#JÔ)ˆSQîÞªqT;c”/=A "F‡3 -rc:¸ê•Ag±ÝæE¾dA‹3³áÛ‰^A[ÑEĽã¯q„QÏëÞÖ<Ϋ?“.@H°Yí=Ï,à1ˆv*RÍh‡“(M9ÐÐÛ´ÜÖmxîÈz‡þwºsMãô)Í€mPÛ]j`é« -WD³UN—=Ú,ZgÇÜ g#œ³ƒ‡²°IŒBmQŽvª9ȯ¢­Íq]ÎÄlZs[BÐv` mß"ã#í»KÍNAcV€Éä²…DÔ -BGþ|ÔÇjÕÉ‚H{@¶J}~ææ±>…ºÛTÞ–˜p+ÀVZÇœÒu„uÛ—(·Ž:v—«fsb÷NÉÌë–û~EÇÕµoíJÐÆdo5=õ\»’WÒ =ùf»íZi‘ªãN3y§3’s@—ç`Î(Ö,è*¹*׋aÔe,ÀÍ*ù2é.žqÁ‘µÕÑq‹þ z»KXõ@%›í¶û(“{©<31.»S’Ê3‡›+¾QVœÅ0-XâB†[¥5”ˆJEànmãðl^:aöV—ç ¢¿bŽšDM•êK§Æ AÔÓVÁ0LÛ˜Vа“«Òs¬F½dˆå_hp ÕMs÷%`RZÐÉ¥µ9­ùíú ÷óP´ÄÛî2…K Ù*ßqkżC3C3¢?+«ÖùXÍI!äíNÞ7ÒÅL&ÎÀ!-/|uÇv¸·v¾QéêÞ¸eÁækYÔ \C'-æÕ`3`†ô”,gŠvìv4œ/–ø‹Ñ_ä/4xC#IìjùÂö¦‰îçϨhöÖբʹoh£ªÓ½–bëpn8Æ=¤@g[ŽN \y|ª‘ïèhZèæ •³¤4()S7­C /½èL“;‘]@бîR¨9Ñ2ù×Ç.Ý<ãOVº¶!¦ë¼^]ܰÊ\ÑVí‹Á^,Y„`Üc(—’©`zdÕ8ÆVÆ…9—÷ò3µbnÖçÁø Àá…xA™ýF2ÛæÇ wÒº6Æqyy· -SMÚøøÖR õV³¡ÄˆÇ!Õ¤¿&!ÞÚš‡Ø<"ísˆŒ©1©[ÔxtIüñBÖ×àšå8Šñ´°3‘è¡¢¬²&uÒ×ø®ò]T“ìÆ¡ -nGæi<Üy65(Ëq¬-¾¨OSzâAÕhÅ–!»õʰ”¹bîÝçm»VÕf#ï©dá€9Ø”*_=‰w¾›bòÜ[a¾a<ǨxË nEÿ&#Å´@ÜØ]”"èÙ¢¾°†.UJ¥wñŽ“VxB’;ŠñÑZL6¢zÅ5 -:-O ×d¿ÓóžDD -Øúª±¦½œž-Zkùõ&êQŸPÙÓV K¹öÕq“ .øu¸Î*-„“ÍOú!árÀ¦BÔ/âùŽP³}3gK.xJ‰ ;)Henî³eLs\J…ËUÖ×î8ˆÝçicLÅ#†3ZëËtiŸûã•'æa2ÜôH ˜Úݨi¥œCO.†·í -Õæ`J´)J.k[Ó:©\"FŠ2;ÐÐÉ¥äë­zãjjº+¡Nȹ„Œ,nhúØ*h ÂÞ,gÚ¢AÃ?Æ­aðæã–¬‰i—x!RcK;'- âç¹»ØÍðAyH= [ÑŽÑí" /î™ü ÀIzÄt,„¸EBê0Ñ: [ÌQÚÙq,§¦åxC¦ÃimÙ5ã0Ë«:öPûÊ–’ëz*1ˤ¹¦äû‡D·‚â>»â¸ÒÛoB¼ ";iJÕQh”>ãFÄ•q²I£ÎýáÊÐt¢ÛÜ×Ìÿ!úÂFœ5….ÒÑ£8˜Q'÷žÙvaÑ…JSÍ(ýŒ0ª¢H­š**¦Ý‡Iê?ûSkyˆ¥9ªZN.$ÔÆ™PÄRô š‹z-m£š)6†ƒ1š³K±}ÉÑ) K—3yÐ9ó<<Ì.Ï öÒ”¹ÄÈ¥TrgÅU¤Äý|É:Ôn«ž¶î+È¡8ÐN':YcSCŠbºÆV`•ë'½Ð¼ÍÄH&r¥ìcνÑå@\ÙJµí1h•‰;Á”ÌG82öi ¯+¥b‹ô÷ÖpQiXñeHjp*7Æœ8—Ý#èA°×»ÓMMæa¿lÜÌ{ ñ{!“¿ºŠBRê¥ z#¬!½¡ƒT±JG<‰°ÖÉ6¼óC¿b±„,×ëò”µ> -½&Ù­_ά RùŽ.érÒàB ³@x*ä<(ô`»)L6ò‚ ^š<`DÁT<’wn.lÉ0¥ò3šœ…¸œa œå>ÖÖ½¨.*†<ü±ö§E³””ïu{[ÄÅ[\‚Jí ‚ J¹1Ye²´™Þƒäþ)ÐõÎCµ'Rá¤8È«ö*gQEE)¥}?.±‡i¡ðÅŸÚ›@Dó‹§šÛføsBbàKƒË(Ä\Äx½(ÇMÑP3ÌnÇŠ;‘b"rÄ33=GH'ÛQ•¸1jc´ÌÌB7ï±<Ýœûêm˜æ;µîSkj1åp¦(:h D/Q%î,ZÛÔûXhÿÔÕj4ÉŸƒ½fZÆ^U¾Í `í -—" ›TãòÅC7¢H×tÂû„<1wË"óQ - º³Ý¤Z܃á”IU€›Ùc"—cU:Ž­ècÈÑ) áÚ¬é䇡äåÌ -4.‹¦šeÑd’V -2S†½„ÔýÔbþ„ºý/26 _‹³@¼a¡«£ÌÂVt@õwRP­ ‘ÇÕô[Ì^¦AÍ(Œ8—ê[Pvëˆvd‹+zÏáצCaˆÉÉÂ*d•¿}Ïuïfk)ùú´Ü4\^ˆ¦O6§äÅ)nx±_ÄΚœ”~( ¹0©X×Rh¹cíKʶAvX z’•Qˆ)‚: -RÖM¬»Áôîs´E•ɧß>ã=ž4v+’¤ò.a(ÚM§9ÒÆ4zGÖ)¢z1Fºã‹´=¾Aå—h÷¡ÛeJ<Ö–ÓL›Ûš;±‡«ap™$åsÈ_V: -wñ† ½ 6@bJ’Ëšmüˆ fœ9Ý\Œc‘LÔП·"Óóžé1pM>ŒÏõòE®Žóapáfa/ª÷Óèp5L7Á.vÌ@øÍ­bHt+Ù,å G¹ÜëÄ=5Îb *.*uÅ0‰X‰8±ÑŠ{°þ‚p5ß'ÛŽv€ÕÚÙ@©CÝ»ÈõR+ŒøQZO›Â °¬Òwϫܻ‘´’pY"“9ÏCW%C¨’©ÐÓx_: ǦeÈ…„ïεÃ_ íô²%<¹ 5€hõÐj *ì!φ9²QFç©æw-àòÜý¢hÌ^ {Õß”…™ì€[éV8ˬW âd%Õ=åõ£ˆÛ™931V¯õ:Ø<¹–Çÿ–3À˜ã¬%\Ù1¯QhòÔ¸©t«@÷Õrn3 ²Í0šê'Æ9õŒâbžÅà_¬ÜÇ8qNA’¸É2[h&˜KbƘïôÉq£h#Àè–Õî„XÓ2{í²ú -–7»…ug”{7²p{cË3#É`þ8(ƒ{ZåãÈ%ˆŒ iP5lë–e¶W¦²Hó …tw[*¶¤È²Åð²¥Ö5ÞƒP›?5Ú#( DUP$ñ(âì°ÈɹžIy•i†á„YÆ÷ 'Ìõ>¯¿°X;÷~'#5÷©–¹e™Çd©" ñ¥-Ù=(œÖ‹‹}?!RÎö×Ú¡P§?z[­Õ=$0Uîâ'>Hy'L^8£.Í,oÏ%ÊÇ""+näPÒ&EU[°ç&!^ÙÂÛƒ’S›| Õ¹–Q’!ÞøerClGžÜËj¨ ²¿†uû“Jj{½{¡í²Kxƒ*ÅñD0 "ª¢$ (nßõ:±+XÛ›Äq{z%1Pø¦Ý¤þcøÿåžÌ+šQ ‘­;‰ÜØ_§‡zýšpPÐÐ}ÍæÖArMÕAZq@MIýlaoR%&úº÷ÒŽÃ9‡–îÝ)³bbZ´v¥Ê(‡R–Æ«ãû0d¹gø†¤èv€XÄYÉFT C -jÑ1vCr2w¡7¿(Ö«Ì`ºë)6¬tœ¹ Ct"îe•3yPÝ _% ÐIl4fù†ïl8iˆ­±Jˆ+²Z@Pé²üê‚-NÕŽGÑÌ÷æJÖ—㮉ÄdgÕn4ó¢'îÖ¸2õLHXJCÒ¨¹¦D;¤as[]ž„Ù}ñîlÄR!®Æ.þvÏ3ˆ:Þ;Ê׊SÍe24bR@Fp(uBAÖ¼'á¡ND\È›KÙ[CÍód뻞|.¡T¯Ã9‰1än4ªÙݽ‹[ ªðH*ì0“”·=ê -Ž2mÀNwóŒL[µd•æ«f yÔN´AË‹óËó]ïÝT; ,‚ÙQÚKFß,’ÀBû«ù-n+S–OðÐ|¹]ÅÓ XRÙ©.§_ìî—pºÓÂiéyš é±é^Re*¦X¢ÊR]·kÞIcŸOã¶ãøRöVßˬ±Š«R«¿UOBUéc0’ÃU:ƒû“òf"¬j~Í3wÍÂ+ªÏI³ý YÚUg^UPªe+ªÛPÏÈ6Û[Ö#Öq5o¡vÓ9˜hÀ…ˆ³ãšE(CJê«1rúα|ˆ)A›@1’æaIi6Ï™Ðq‰XjQh®ê>uâDrÝøô¸TA@º©.I9 Î!Õž\"b-Ó*­ÀÌP“çcFó¡s ÓnIt•½úE³oZpUy7jFÔ¹ðA‚ÇgTÃM‰›­x7m¬Æïå5¯–}ÊÍZÄÇÇZ,ºJܹeõV`“¶Ú‰¯b}ÈBª`!^ôÊ“Ùà5/ÍŒÏçZ§ðꔈےĶ\²‹MgÆ‘uî± TJ3)AÞ2`ü2Ùr·Í<õ.HpÌWâK›ŒÙ@dp–êÅ\é‘>†!uíü&§y¹[pKåаÇü@œ¦ -‰‰”íUÊ;;íÆ²}‚”E€¦™R{»»¾ÚÄZ!®(%Ê`bÌ3Î=Á6@y\HÚÝ)˜)ªèz™ -÷Uk4Ž.½s¯A¶–•»\yJT2{¡ÚîŽêàÃp ½i±j;±ZˆÏM*¦b%¥*Î=û°r7Øû¸û.¨J§ß¿>1LbÅÄ8G1ÿõC¸^÷[»lg:GµAcCiéÌèP܉RE‡øë“ ßbIªTN+s*²Æ‰ 6aë6à>ޯƛ’…q´32¤øïZ/Ãgr͆i¹9 -á·Ï†¤–ÿ•’åº ^ªÞâsÄáÎÓf>*ž_"ù õ®GSñ ÌEËô;@†úǽ¿g#çZ"2.kù_(ÕE«H™Ê áÕbqŒ8bj~X¶~¦§E˜|^†Ó’œK^¬3azÃýPKŠ©Y¹ZjMÛÎaäj¢(DÍó,ügà6Z2-ê(Þr<Œ‚öQìà ´žA¼àdòVŒÜšxôŠ|þÈíÿ}ïa2þÞÇ?þý÷ÇŸö×x¼~~ÿùë÷çûϯ/þóO_¿PðÇß}~}ùù¯ù¡Ç?^¾{þôËÏý¢ï~|þøå»—´ȇÜþ³ÛO}z{¾ÿôõÏôÌ?kƒµ·×x|ÿ|ûúåýÓË—ñáIÌõþÇË—Ï·O]Ÿ>÷öü1:Ÿ{ªú5›|bºÑ¿òøòí£jð¥¯~Ñ/ó_lü:çï?ÿøüþùéãó¯Ïÿç³€¿öx}ùñíëÏ¿¾üôz7©?­ç4äÿðãíë—ÿþÌÀŸøñùëËwÏ÷×_údäòZ_ïñÝ×_|ÿ|ÿ9¡yIFïñ o/ÿ1Åÿ$6îRN(ì‘«<–ZžÄZÈçΧ†ýn,ýËå¿%+§0·{tw)ƒs„Ê„U¼;˜GëZaëýf{º´[MIRC—šQâ[ r%n‰Õ„àºixÆSÛøR±ž.ñüˆVÑ["ž ?E¿ìºb¥Avn7£Z¦†ÞºJƊزêÐ]—±”Ö‚DE/zp(¯¬Â@î½ôÎÜëÚ~êä­o²P)°´Éèu€=[ª0œQZª‚¸•MØ?±QˆŠÆ$‡Þáú^{ÜüÞðR6ö<©#šµd@¯‡Ø*V/\$n8# ®?ˆæZΛs~%á~Oj¡͸âºË+¹fÙ¹^¦ žr°E&ÊçJ7y3ÝV@\¼ßó´PAÛ€€iÚlˆÜE­G ñ~Oí@¤téä„sæÜ0°Î ¢Ë¬ñmIÉš/õ:ÄDªhЬ=I…ˆêŽIÑø^hà`‚6ÁÍw@¹þ˜/cg!ãÚðz'–tÒrÑtxvaº;¾ÝÛ­s‘Ú4F¹¾äFãÀ@i»Ï«4ˆr:΋™Åèìn£F­GüŽÄU—ŒÈflEx™!ýMLJf+N©ãƒ¸Òµ[¡ê+¯6;…ÄËÉò&vqÍvê,%#˜š.êéÆÄ6óÃwVž½¢ °(Ë ÝžÃÄÈ(œ,ŒµÐÞ™‹-ÁV/"¡‹åmø’½ Lå/f³vhcFz]Š™Q±¾¡KMóÂ×tÒaÕÆ÷ÀÅŒÆEî -“j 7—®ˆ9H}L@@'×0TàOíÉôb9=P¤šËb¸ºÍP€Ö@Ã"™`ìÒxF:°¶Ð ’¯„04ö¿u„ 3ŒåíäŽàrêîÀqÊ)©¨Hjën pí£»°×Œ¬úhb'Š©©U ÓŒ¨@û\{R¼¾0^p=‚yØ$\šO*9ÿ|ô‚nÚ;Vt^>ÚÕÒ#-ÝŠè3YÛ”Ñx`îÆ{™²ëÔB…„.5“†Ø‚nØ üK…Ì@Ÿ¾ -¶êƒ©“ÐËIƒ+<šÃêºRÇðuœÌ0=ñÛ½ëG'‘ÑûòÃÌò±¾Áð‡G^B×föªÉæc.µÂ}¤0zûfÁ»DÍ=ô*tÜ—#½o`6h…~ 6ôét„ç|ÜÏPQo&Ô382¾úuUóÕA@Ë£[ö´QæÖö¨¨a½{Á×hu„º9eiìBŒ’Xߌ‘¿:çÚ¡ héy)fL:uðݶ‘¾ÃÀ ¾šènŒ1Gw¡eê ó­ÕAÓ"ô¨7üèÐÇ»`s[ ™æn´n(»¢È _»ÕD}ü˜ÔŽÌÊ*ÀÃhN¸T½a*uoïÛÍ ™ìnsºKÃŽá4=AeL™±s×A€Õ ÓÇøÿ% -Ø@kàñ™ïîWfé,Èyÿï 4Àê(–ˆßùw›C>jàñ™î.o¯×"_c^Ä¥z¬Žú(š/µ¾‘º±ÞøeœŒÐÙ ËY:‚Cã{ÁAúô¸£MBy…"ø*n¢.÷¸ Ü¢|J‡µÐ©/@ì¦:;V9×Êß(ªä ?…·0dê»ÑÖ+Öõ˜dåˆC¯®7° -©ãÙŸø< £Ýœ.úÑ…egœÜK”÷!~:ùoÃ}d^d>s±ÚUwß}ªŽ™¡ÛB Ê«§53s­™oQàŒmj`TËRWéÙÄ3°”ÊadƼ¼¬¸VΦ`µ‚­Óñ1»#²÷ `ô éÇþÁ~ËòrBhÄt1çpþߨSNô¯œŠ"]¤'øÒÍ++êOÈ2¿ðÈø³y GU‰Xêž,©mÈ/éõ*OêˆÞq¥kZyÙÑ7n[BW´ÍòààUP@{a”ÓPMyÓWj»© - *Û*âoÔtÁ.&¡Y¸e¯z~Ê÷Å¢†ÍOm#ˆ}v_> •·7êKlà`r6Ï CUÉb™ ñ£2-Á -9fh ˆ¬”Sò¦sZ¶.ZÃôîŠNgnþ - ˜1›£sÿÒJ.‰ªÏ‹ëW©p™ÕúÿNV£pÔÚ¶åTYsÁQÇÖF1ÇMÖùüÞñÑBæ«LÍŽÔNѽ´®SE­†ÆMD"x/µ:¶#æLÄ0TÂÀÉŠé:m`°„® õãöåÑW7ökÜ H=»KçqhÙ<}ÛMâÊñÝ´ñá‹[÷6yƒÂEżA\¦BQ5†„ã¼m¹R¥¬´Wa–ŽÅ!x7ÖêOd®¶/HíD¦Ýƙ쎆-9 -½08Û½û‰ï²ìDUª5õ|RÕò¬@ñNÒ©?¬z#d«f©=áìI¨ØÿÚ¶T EÍ–ù¼œé&u;QÊ‘“;©Wi¬³%ÌDÇ;–:ˆ¬&üµáØ;[StV5ë›Ôùš‚ÛnQŠX Í8†¹à^ûÑ‘N*ïd…¸…©Žãs[MëêÌjÛ\9h.ºná%tÇÖ‰{’á(íeNÐú9Ÿ9·dº‘Yת ;ºJ5s³ú – »r§s ³qoJ -©ç7RcȺÙjÛ‰ûqǃÄÜ€:rªjYyÍàS)6í\‚'ŠÏ`GqkxA Õ燶Œr{Ä…ÇUL‰^n’¡.ywB+åÛТüeh±y’aˆ°7ºiÈ·ÁbèeƒŽmû‰óKºÅÕmƒ¸uS;¶ÈhÊ/c|UÎFNr=¦û…€ô¸»¼t‹)„H~n·'ôdDÄn‹®Ïuçà}‚œM°vä3EqJ^ÞóšYE" á°Ü®Nè³ût<°[6F×£½¯È-t3˜³Î„üœ0Íe³5ó"s¹-ŠÌŒN®ª+]”67¨)܃ç”Ýd”¦ü0¦r+*©}‰ÊÐ.=”Fæv{ªH3õSÙrÐimu7¦“Ù ÌøG7ÙR/8N+`Žx›qÓEù" Mê0_æv›¨EW3dÛ¼º'šê©ý‰[QŒq“ô-'wì—<R­Ÿ NÉILÓÇ´¤ã Ìë…N˜²ƒ]A;/àm—´rÀŽB¢/‡½Q“"ÁTÎkâ©r‰`˜ÿ•=D Ú9Æ! í‡?ÚK@—U4‹3†°Ø¨Á¼Îêç±r,9ŽàºúìX¡Ü«(ýÜŽCB8ntN¸óqóº;íàÉQ¯ûM»Wgdl,ÆI§<Ö­Ð r~F ÂÙ£g@ -Q²[êÝ:CoЂÕyþt’¦9Ü¢5T{3> mÖxG-ªUŸèe˜C…VŽ­‰­þÆP[².r²­ ÛQûË,t_ÎÄ,”‹BçÀ©×’<ÐFxzŒe“–d†5Z諌#VškÝÀàYnEI=Ǹ³†ÎÕy¢…Œ7[ÁéržÙ1ÞMÇ*g£¸#buù˜qóð¹o®<qb™IÖBÊJÌ•¥ýDü;[Sú †õú½‹-$.´Í[Cgu—}IíeLE«ëàÙUÏÕ=vÚ/›áya*6-cŸ“Êi½An¼˜Ý&íSµË˜ :q¼á‘ÉOëRO0sÛL›|~œ,C§OTî²8V?«²Î§"Itˆ²|—wì†Î#ÛÝ¢Ü7X¶st)ÆÂá‹ÐìÐéStºZ|U)OA_R« øqJTú9Á‰tšØwxòÐÊÝy-T©Â%Q·†ªKÖ-Q"§w¹í&g’aéj¸ÔÈà‰àñP[w‰•Î:ÕSbëÛð -Ìd°«*ú¢öh}Š´ø‚â)(!¬y€{´[ŒK–ƒN¯&]0÷Ì®œõn×O¥¯v¬•Œ¶zKÖ‘3 Ð[å,A®4ÔÁ¤›q³ŽFŽ·kqgµýê®ú+w½'ÒAêaØ9šÜ¡;â\ ÏȺV[½IGí!‹à¡³ÈØthH î¹MC2!q¬ -:8•˜Ëµ»Eê'ô^M¤ºT·ƒ hS÷D "¥¢ªZ˜æ¤ê:“`ú¤+?!B+sãª% ÙÔXÔ%¢ªL5”Lt˜Qœi¸R ê’wé™tD´X!±ã‡‘ÀKĆÊ 5´+âñI22Ña>\A&¶ãK‰¢.Î 8«^ýœMñj«òÊ -í΄¹Ø8ùghYq@ÔW壘‚9ª¯TI‚Euä†OƒÖÿ µ•±WÝHe¥*Ò=+#œÒ»ÿAëæÔ>™yÖ ‡ñ%jÛÎ=‚jA>gø«7N1'¹¨÷ª¬  ÀZ”iã¢J„“‚†¶Ú²‚•TˆŒF' ”gŸl‡}/@\RQ¨­A•ÄÈGc_^B,YÎî· ´xª‚1:šj'RÖP$‡ƒ_¸[, -¸É÷]-ªn!á³LTÉfVŸÌ÷¤Ü[\"ç÷9ôø9É‹4P5|ø·ø hën=ÝöJöw¦…>•šÅh V£çWŠw|GíÉLïÊ=•‡¸º¾) ù(dõ´Ý¶ uW¹7¥GE=vï¼VZ±iš\†¢ÓH%®ÊMcùǽ“LƒxN*sã.ÖW‡Ê_[5Ü%«s«gΫW/HNáºê¨lmï V('÷p”Lƒ˜›¢þW±\L/=Éi±U”Õ‡nVvâsO6e›ò*÷šÜ³V ³g*Ú–nd&ÄsRWàsQP›eÑàÝ%mðLy‚”yŽŽ`ð‚éáW0ÞÈTˆçeé:ÝK"KYEyÍJ+9Ëð­<ç`ßø•<…w £1Ãà ǪDfCÜ'krœåA$U´Q ^¬Ü–Íÿâo&b°¬qìzÈyf@* --kÇ&Lc©â#g êÌ[ÆTu—%"Ò´ÈüM±2ÉêÀIi¨'Ož¬ÆAfDÌO—!'ÖkOîNÎE¤®XÇÏ™“†¯”)í`u*6ѱ¬}•²îá¾_ó{8Î dVÄý±ÑtçÑQ–´Yæ“åm.Á\YÏ€a<³ìR ^TV }•È´ˆûcO#Û±È ¡etÖ̬+hV‡j94Ex<¯·’ˋԔ3Hkfõ ÝG gM uq<1"g&R7¬vÏÄ9ŽåTè¸>ç:…£]>KW›E‰Ê¸JåŒ9"#mfßþõñ˯ .´‡ÙÁw<ø‰â×ïßûåùíõS†­¯òà|ë··?÷ý_õÿÊW_?ûþó×§ÿ+Ð˼^ó‡›óqX¹ÃN9‚·65ͽ\åvO)‡ž½4Æ'ÌöØÁÜÐÑ¿ÍüW9é\ -éÐñ½°ÀÜëc46c†¦ÚgXðlw×~1±ÓŠ«$A8þO4kÔškµꤷþ¥)E±Ò{ÅdÏ•ûãe«(«!0ºä fêÈ*Ïx0ëþ82 -mNT,²I%7WÙÚF󥌷¤ô§,¸l óÞ–äj³;iRlÔhƒÂ;£$ë¦ÑY¡ŸÄãD˜J+“¼Ø•ÈÈ…8¥Ô b¡g'™³îëòDº6ŒMÂZ«­™)ÆX ]Â0™v(%÷žpp‹X¬vRÙCö‰)‰€Ú§ ‰­,'m%MÚ-ŠÚª°QŒìÿ–Ð<¤µ‹¼ÚãµÑ‘ÝUHbOÓÈ9øþ Y·gM׉Ç\"õ¶,}ý - ¿<ºIÿäËû/ýøûãÃÏÄôĘb#AäÐÊË”W56†2ž:³ -\fÍ¥€3,N¥&(¯V å­€/ÑöSWÒŒ>E®íEcf/ŒÒ‘ T¦yVÉö˜"u¼ÆÖ©è®i`Ûnþ!… ,~sÈÎåÔYyñI{ »YüRŒKÒ8o¡XßÀv´ìHríɬ2+e/ Ü gñ›T½k"ÏÒRÀ4<¦”?ElÑí¼ªˆ§Ãòés‚ƒät›[Äü%ø{]+ØêvÍ]ÅQ¼pçÞ\¥.2= ÚÚZžD;ø£€{ ©ßði8Þ§Ð|Ìò³Û“gjŧ-žOWvC.ÚñÏJ-†Ùo†4—¨´¬sÒ`h^ìõßQN}–¸ÝQßOݵ€Âà% ³ëÇ`ËD€Þî*5b­.²yaæåÿr{ð~¾Ö¢²»oäèBèf£¡íGù`HãeADyKo]mׂÈáQ­Ÿ5Ãj.—‰œÁ‰* ÏÊÿ½¸h*€ä+:Dá$SªFXèè -¬AMÍìPíÊÉ@æNZƒ-Sÿäà+O±\ÕÖʾ€–†Ý‚ª“ÿ샭lÃ9¸RìjCTÚä®7Ëz™Ä‚VË*´³¬LÜeD7(óvfÍYT Ï t@ç?k?Ë%·Î\_.&vF¥hMêñ¡:ü:ˆ«þ=¬›Õú·ÙûBG˜v§’6¹-•þ¾š÷‡,±m¢c°l[™OÌÑ™ŸÒ ¶Õ¨ÅÛYšàGéÐ D¬¡v=‚}|nh„Ͷ§†›íx"¾QžÁÊïŽBd4wÙåÿFéZyž.Äl[@OsÛ.‘0]ØU-ž˜Úϧ_ì46,ß‹dôšC´F¼\d…ÇÞCìä´«fo”»vœ“eeži=´m"Ô‹ÎÊE¼à¢K8d­24%ø¬öì³/_ŽÐæsè©v@QG™CþìÕLû8Ï»[óÀÿôÍóðiŸ¾ùç×Oû;O/ïo¿~|{¼ýúñéÿñòx~ûøüñGž~xyþõ–þO_ÿüx{ùþ«oÞøëíñËÿýΗ÷/¿ýðápóÒþûåÿóS^o¿|üõ/µ‡È†áï<ýøxýøüöáù;’ø5Ñïý³<=÷xýÐþðþÃëãçy÷aý¾<ù˜ -{øÁ§×ÏÿüzfüØÏߟx¼½ÜVÆ>ò?Ÿå‡ß>><þüòxùõùíåŽqŠ¢ öʳ࿠Û^l"Ó“¾¦²q²æu!Ö©‚áŽ_Ì0ñzc2Ñü€¬‡g_ÐÐÔÿrÂ)T0¼ï¹p9/(µ`®žÓFo6`vÖ5î EcZ:‹¯w=7` ú¹ ö•…’öÁ×臺A#Ñï5ˆ¢“Hâú³ç¥˜XÙ×—gË$=1ÞŸ‚ù¤SÑ Œtž’°¿H.'¨[}–¢å¿†ÑÉp¼Yvu`.êuÀà¦ß@X%Ft›Ú¥aoìg¹þ£,ã×xa¨ªã2 Ê:~¶ÔòzBw NKήbšm«ž¬ìG½*ßIPÇ¥‚i¾ÑËÌ9÷®Œ!ê9Ls<7Öfâ][Þ­‚ÄЌėÚrn ¯,z>©a ‹k&? ‚©gpôzÕoôXRëË Zþ¸ÓÇoÕužs̹<Яڲ욿Ÿ|ˆŸ?*¯‚™@–ª&þ­U-˜Ë® …)‹?ÖFÖVÖNÈÌ*^!~>]A@3$ö’þÄhtaîuê¦wû ’áRàB³„ID'™Ä”ÄÖ²”VjÍëÏðÄVŸ%I«H*¤*uæÁ m>ZH–™ŠÙP‘Ì ¶S¤VqeTñdµ…ŒFVùBù6”x‰ lÿHlIœýÚ(øN…U$)5ÈFKS~Ûv8d^ý Í -‡‹ùº"aHÌà)wŠ’T˜»zË `ºb_‘˜ « Fc„«2|ž‹L ”è¶·¤8«½‡’P¡Ãv¢ÄZÙÓ…Š€Ìa4F­ú‚y9-|S~hX¤dÕ–Ê2 ­Ü«”V‘$$˜xД>]¨ÊFdÄiÌMsʲנ%Éò A1鯖@Ö†o"°½-±•Vút¡bî0"à?Þ—®/¬,/hd<¶£þD¡+E;gíÎVPhU  Âè%Õt+ci*wá«fbŸ0SŽ´s6’ñW¤½n~•T˜Ô¨¬o2.cø¼ -üe0H¬ø†t5³ƒÆ•(ͧôéBEºÌeNlwMÜ–<ÆeZñãrµæ45›ÝkA»ê4eûfÒHÿ³7µ6n¬>âÇK-|SŸ4ݼ4¯ c÷²Š„#ôă¢ôéBIœé0*#¶võqŒÿéD\ðâS%öw˜Ò2Fh²‚²× &é/Yg*l()t ÛÏÓõÕ„ÅÔ>‰³·a¬ÙHQ^²…0#Z•@!¦.5@éÓ…’$™Ã¨Œh-ö˜Á)ñ×T‘-:NŽ;ŸJÔhZÆNE棻ÈØ?KfÅ’è§ÑVñ5B¿áEÉÍ"1@ãç/½2:]oj‚´4mæqiMI˜¦~ÛT«ÊÒ*ËcðìrµÕrF+ƒYd£ó(®RÉ@ÍÆ cªêrˆtÕå‚k»ñ’Él碢Z15qm#W} iž¢^‡Þ¡Ûåê*a©è\± L;r×7_¿œ£»-ó^ÎùÑež…œ+*Ýut-&•æžìUôœDk7§R&Û)Ú!ÛˆjS\°Æö u°Ê‡Jk±‘CxEgWkíÿ!Ì%«f•ÉP,|OEcDÇ䥟½ºúæAGkÆ“Ž,!ª:1” Ò$ü=³˜à¯¢[ÁšÌc­<¶fÚ2REÜ™ú°/)¦5ˆ¬òÛˆ‚bDGá„a'ˆMÉ< ¸ÎCI•ì]†¸Òc9Rj -¼ -leÒMª)2Õ‡^ dôp%›4–‰!kYÿß½UÒ{ÏÓŸþ>ý¾ø‚Óå¶Û¾îÇæÖOÏmÜ~§÷Ûe9~ÌûœþXŽåñ‚÷ÛýÛûú>Ö ®´cœ¯ëþÜŽ_/~O+¡Ùê+>Öë¶ìçåeNÁ7œ–—õzÎ8ßÞ¯ëã½"µ^3¥t6•Ħ—ë}písYîÛ±ÄMwç0d\~Õé²<®Ûíûò¼ é çÇ›ðTJþB{]·åózhê Çú}y_÷ËK/K‰?i¯/ëÇò¾Ž­ÍoëãMpRÿÅM^p¾åqã×Ûó—Ýþ~þ¼^rÐñõöí¹ì×pÜÏúš÷íËz^Þ×˱ì—Á{Y«”‰l=}ýö± þoû¾¾ßîë~œ·ýºþüµŽËm¤ÁN:€NþGFâÁS†¦?|—gCæf¡Í QÁðƒ°¿B4ཡ;(ù«þý®'çd\×ãˆûí¹Û÷b@©¨§£±¢Q)ýÿ¢Ó¡t }kvÿ3Ëh‡Í²Àexßûdõ^’÷’µ–æ(çÔ2/¸¥­ªR©”C*ç°¾÷˜V“ií­°Œe!µ[hÆ( ÊÊÆöÆk¥Bmœô¾œ&óÝ`„ fëâ2…§{ýÒBä^÷] )žƒ4’ÖÇÎYÓ ½C‡©gS'«3°ï„$xÆñoã^œwqz"~Ç^€)ŽhʰA¸‚ëk=ŒU“ŒœÍ8KQÌj6ŒRö¼–ÄÁ*þ a3¬PÏ–+.SfÝDM®8ßéc=Z‡îw™m˜¢ŽÓ=í¾žõ®aÔf^~N¯3“ÖAÃ4 7þ¦ü{€ù•÷^)“9ô*ú ¶ìÔ£¾Ás:@è~ŸË~ `Ö›†ÅŠ"Ý9W“v>W"Œw ÄW©†Îš«p¡y ì\z‡ý[í¼aŸÏ±ÉßÊz5¶„FMø!D¿*žŠj¬ÞøÔÕ8Œ—iH¿À΢'RãÛ¯¥Z¾ ³í€¨˜Túbïaö¡2é’X¤c‡!Îií@q=eÀÄb¬²L›¿*ôßmèÙò%–$ã“8Ñ~Œ^õjªn¨×šP¨œ±µ®ëÐì‡/¾×¸±è+Ea:3úœcÿ…'5xõ¯‰Ð‡Slh]hïzáuÜm¶ÜVl†ƒ&æ4eßåßNžœôqø,¶¾ô–æ0]jÒ*§/³ÿÌ‹ÿ—W=8Åi®êBÚY†˜7i_º4ŸÝ}ñ GÄš£“’s‡>“‰“³fÜ~-îȵ¨!œZAÅî–±üf£Ÿ!ª[ü`9϶H®¥D¾ ©0²ä˜¼,tw&Ä~ }™›=vlή‹& -D ñ9Ð}é) Bn*´ZËpÉNÍ·|¶Ïׂ¿W¹p՟DZ4¾ÛýÎT ƒ¬gIÀA±ú/\îÎ:û]oßˆÜ hIZßq¾Vš/DsªÐÚ‚ -o}r+çÀøï3ûõ’³žçNõ½üòNÞB)_ˆó&“e";¯|Ì'âÿ ›ÑDú‰±šáÎHVdwu¬º)¸ô[ô=(žSÐÁ`ñXªÁ«¯ä`æË|ÍJˆ¬¦Ð±“J©;%âÙÓ õ2ﳫ“‘e B®àœæ<7µ¾ÇIo) Cz[Å¥XÁtl Н4·÷–ì {Ø7qZßÛð›if=Êr3Ý4ͱ&aaË·ûa¹ÃæC¨/^ì_áÀõ‡¡2ß«XŽ˜AÉâ@Û9±X6ñžNgç~ß"ï­ÐìÝÂl0ðgP±Ð5dõÞz7ìŒi8ˆó Ez‡î}«Õ"𒪧@’H¥Õq°ü›ˆùßÓ½5ÌzU´¡ -@È Ø!Í0î 1Vц© -±â‡ÔÜF¶Õ¬Ç•[h÷Fäâàó™&GgO+×ÖVC9“ŸÚBðøðGDZÇ0“ °JbOÃË 8ù¬]_zëÄbØÑu «Å¹\±­ÃãNûÌR_Ò)²ùë·Ú¸Ü%¼ñQ»Ý=²xUªµç,J©+è‹aæ<ï¥639ï=2V½LÇãŠ|`f~§}ni®•·5h›Ÿ{)òB>Ф«G¯ƒ -×XlÓUa·?ÜEß#’ p­FžWW }™3K 7 +×ý*±•» Û9¢¡ØÝ²Þ$ëB¼UJ­Ç®†íÎ ¦;‹aH ‡÷F@åD 9%?:ü¡+,ÓóFÊ¡€ÄEQ ªßãye©z^Í-}ôPùnïÃÜc8õÜôö½hÁÖ¹‰—úZÓ Sà á¼³r8ÆjÚÉU[³Ñ["Ö%3Jô4wº­ù¶-ýúzïc^3Ý=§êM´]žHêhÖ‘µæâ-uš˜±P ~ oÛ«5ßéåv3§¾˜tÈqP»Ë(7¨‘¶gÎÖÂì™—<Ôž¹Äl°_Æðg5óaÆû¬B®‡šžJ p¡äjÃ׈ûXuÚ`Esç~{%í,Ï ±W½mƒàBâÏYÖ:¯Ì\!ÔáÚsºj†( î§kS…Ê2•Ç›;¶À?a8ÃÖ¨@9>NÍæwHàŸ€ƒBÒZ£³—˜å1u¸jN-¬‚„RNoÌi1 ù¤uÜc0Šëád(^N€o Îïq§g­J%ŠM-â¿{¿Þ÷Ô«£s7l2Ä}ì R·â±-$#ÇTf/;Y‚0y­aš¬>©Xà îbkFúÈcÛKßû4û\šw ¥Ad¯È¾Åã ż¸!x—¯Âw^SD ASi–é+n\£†]VÓ¦–-®pðA¥ËJ#bv½V¯½Í*À#š3c=Zƒ^!ÄrZ¤½PÎOp Ôõ÷„½)ÏŽ–Ç™×/:^°8Èuü«¡[:nw„åK M?0Õ#m×­Àãô浤Af?+¯|YsYÏ(JÓrNi:ß/ž—CSìî-µaº3vû”. ª¹Š=p,[c_ЇóÓðX<·«_Çꘈš{’[oˆî]¬æ!íí¥Á6òæ˜2Z³ÈT¾e«:vSr’Sé–†áv˜)«}í£±ä¸7ÞŒª±Ú@gÇ|t—,+»ê–mæªoD­Ä›f]”VîÐùnöîòö8R³ÈÍ€‹&j¶µq¡êè2lîUMþõIùÞ&ŸÕÑÍÀ¬åbݬ´ì©¹BÉíàÄZÈc5‘^än Êvu©i)=bA7ŠãNŸ½Ñ:ÖΛ,/JÙÂÖÞ‚Y‰9¿5ôÀE %y>wOˆÔC+è+¶UÀÌwP°†ã˜òžkþ¤¿ˆ²ÈíTíÈÏ!‡žöD^1¨^E² {‚8q(:GJMÀ÷vô®±†YÏòb[8ÍNˆ:ýT8.Áy1c…¡… „žŠQ"äõ½H=‰Ü›AÕ»+¥‘úŒÕ7å¨P†k¨×²Ñ³¯+¢o0 ̬ä¾èÆRºµ©l¥mX™4ëãâO¸>'¹!ù€ b˜ M\uPqÍ™6\¢Ò§2/\«¹>¿òsr` ïöâEŠc˜õ L ÚÙN;­öSV›;ö¶RZÃ…Äônð~ 1ï-ÓÃ0e7$>MC#iËûеHc—}wVù;°ýÀ³· o®½¨FR)Õc{S±8¯£ÌªÓ™$V„DäÎ*}âîH\v°SÖ§•DºA­ŽÕßÑ:Ñû`‡ØK3 a"œU= E¨S¯Y‡»ä^š­Y¶D˜ª­n‹ËãÅð²á—ÒÌ£E˃LË™ªÜ^Wô†_ÇS8„:Ö™Bùl‘®å:º uÝõ¢æ()_»|Δèu‹Q¡‚Ò£·Å«ÚïÇj$½e|î5ÚâÓeÒOœrWÁáÑœ®øîjÿ*ý`bîq71¾ÃëÞ†ºÛ5‘øÒ8/¾Tõv„Ε ¾föÓþsœ™*Ú0¾²Ç«±Á½ìóy°þ~d(…íãï@ùÝp|²ÑVÆUèÐ¥6ñ†È‡‹ˆô†TYÍ1scÅýîs!rê5’UR̵‹S~&g,r…¬®:2ma©DžSûönQ$¨jê9Uµ‰o?C«Á9Uc§¾¸ -‰½¦¤ìÈð„å"Û¨™uˆNRN¥Q©ãöÕ7ýàßÀé1 jA!©ïC‘,`eoØÂ6KzLJˆ9åÈ–êu`ôª1e0×µZï©……Ò§$çÈê.ÝÉ{½ %ü}Žk~ìÝ™F*÷\Ú!nÃ@iaŒäS…œÀ ÂqóâFÕX¦©Ú8ÍÁ–ЧÚüh°qoǼÚùæëi”Îc i¨ŽÒ×h-ꦉ4û.¤1½8 òþ|Õ[_)Ó.;˜bFìÊ)ËØÒåý£3c+‘ªv%`€ü Î¾]­Àb!\ðZi®“WBÂÛ\àrb,€#Se*ã™ñƯUILÓLŽGMQ•óå×B˜þî†R,“À{DåöÉ¥…®gZd¼X^7"-#ØÉr™ ¸ìn;¡bÇê¡0›m{àŠd¹’~ì",c1ÏïÁ›YTÃ`›å&Èmâ-©‡èŽ/Bô¤]k€8âq„!W«/[œ­@ j‹nvè=xuL•ÈÕóÇS€cÙ‹“‰Ì"…ÈOZ(OÜÍÿF(;ãX4i=*"DÉ|̇  jŒ_&ªGsÐ+ßW…1œb4ŽT¦ÃBën¬ëëq~¾¹  ä„ubv¤r¬¥àÐmVcvW;ö.bÍI_`U!úÉ+„vxnH’àBƇßg’õ{K™˜¢,3g戴“ˆ\SÔƒ2XO2ëÙòë|Ô„¿ƒ¯Þj2ÙXgÇ” Õ“:ó$R,+–ÒyÞ0ÕÂß– -¢Á2D>ãY8УµÊÄ”ÙÄ*¶‚K%+¨æºÓö‰D[FWιt-ßF”í¢Þþ‘:¤M:*ÍTÍ -ï³Æ~׿¤œM—WûDX“!<Ãqòn¤¼èòK‰Ò¦Í¹²mnëåÐuI4,'Œ-ü”㢡6Tpœj6R‰Ij#{àXÝÇðv¦ðùŒVƒw¶©Ä^iŒ^¦z|K\“˜ÚkG~é -RWûÑ"‹%MæE/(D U/E‡‡¬G †ºr5ú -Qº>êcM^—j'¢Ì~·Y§J ˜¦ì2RÄF°!/Ùa㷵ߤ‚]»Ð×;¹3n?‚Þ`uÍðbnf‹Áëò6˾!]N“dDL´#yOãö4j}®¦]öL°,ˆöäN¢0®’'EÙ,öû -¸ªyÕJ‘̉æíˆ(" ÇêK,¾Ý-ÇbljÕz;•WÚ©×-É bÖ«ÿÛ”6DûØó©n7/‘RÊ·:'Ý2àV|3H¯‹ì)éÀµ‰iŒ;®MàL÷¦šRNÂ:DG‘Ùzûžv†:ÀcqÅZM7Í žˆu¾/œ2)SŒT?J¶“m6£Î}KÄ'µÜöTÝ|Mb€Ñ’Yb:‡5zã3DUŠ+¼ò¸­Í™ðkí%œ<*è)Ï»…l­M²šƒþÛ5[À–„xo¹>ur>G?B3PL•&[†\ÍÿúÞ³q¬Ž‘#R-´Ï¡>^¼=÷¤=èÝ4ÄpÖMóÚEQ¤'Ó„’O«† E­)i×7x›Ék‹¯"Uç”–]‰žÁÛ Bo5óùCÄ®iÃÕ™‡A H§i¶ˆÚ\Þ¹G}a­®`Õ†gxjQ *g·Ž1^æ4Û®J°ëí(:ª’ŽÓ ÎÝ <ÇŽÔÿ¾:¸ëùW~ÝÉÆL¦"TëÞhÿتõf¾Åx‰.~IþP+ú!¤FðùR712ÛZ F¹·Œ¹nÊŠLÞ¼qÛÞ°ˆlËS%ÂF»eƒ7•cOÔxÍ(LØ‹¢x³ê†>q®xïe–¥S*¸ÍbžËãa°âæã³šWŸ$î^j|Ž ìZX&‹¬9õ ‡‡CÞ–—Q£7S†Å}ÚOñ Ù»KˆÊécÐV{Ee×Ђ]}¼8cž Ð"胲”ñuOôü§ÄòZZÕÈ4•«û<°¨’t¥y\ÈjDÆÇhÝoS–]÷›«†4‚i›2wwÙÔ?±¸5£øBÂç¾æª·MÌ~^èízyÆ\¨BÝFK×Ây+4ó”ÞŒ/ÈØ"sù2VÖ†ºdsrË é–•U±.†¯²ÿ^ZêW6¢!"4¾~G'Ñü N ÐV§éBþb7|ÙèbRÄTqИ"«Ñ ¦HtÉ](ê Ë€;³KD­ÚžŽ%8!‡Ùaæ¡ûdäõ£ºÛ;\£¶­êu܇;ðž¶³ÝØsaf —è0{7 -°5¶‡¬>QÓë†d®YàIIÐÙ¨ñ’Ê“jѵÓxèÔ'yÔÓK.ÁÃiåV·K¸y„¶ÿþœ<³9¸AXnrãy âä£Ku2VY¦]=¾¸v§ìÃÜÎèsάá¨k2sPîË ²@ Që.ÖšÝÀ„ V«N¨ãâ#Ý"´xTï)F)0Ã+gãfZÌ>Õ‡E‘ÞÆTÍ,éÞâZ•Dµyx¿ƒ“ÍZr󕸋R`'ª2æðºm —¬²»Ý=Ùx†i9IHj©]¿n̶’åUí¾="± ]K™ÊÅë1ݲ;­CÔ…\ Ñ—­;cÜáÕ5ÅV&×sÒ­“2Íò-P¿˜µ„wØ7cu8D5°…škw³W¬ÿϤP¶´‘¾£‘Ø}në:…vÛSƒn!NðužßÜG•Q'Ì£‚TSÐÞáù;xüö¶¼M¢j„¨(Ž÷¹[ê„°êY{–;ÕË]“‡w¦ö¹÷åµ6ah,óUˆ_­ªMíÍŒ’Vön2¢ê`'Õ¶‡!ž4ïMÉÚ‰8a:_+úìÿØ„=ܼš(Ü­’sâIà -ØÌð!!à ‹½òr1øKBí»v­§7\D–À9]‰´faaxŸF21EyÅ{Â6%„ úðŒÝNm‡Çî¯ûÄDE/·@R£b)÷ÁõжnÞ€ ÞPÇsªõòÏ5ê yˆ C¢ˆYÞû°~fön3â¶“ˆÜ¨(@Ç€îÀã°ZØ•~ã;Yzð (Ò˜‚‹g‚zÉyÕð@ÓÌ0ÓvÃÜêwB›g˜1±w>{Gç8‹tãÏ}Úé-«ÄT;»~̸ C*g,,V+;«ÇøøæûŤ¥hº‘Æ=.àÛ;å}ÏìÄm¦o´d»jT›€ºÂ‹ÇŤZ"ÓA‘:Þ,APqËY£¡·t¹Î\"¸|#ëáM+ctü^üL³š¦ƒi»¤?äëIv”×8´²5ªÌ k^ž+Þ9¥X~Œ4ÊÃDá6¹¥ˆ s]~a\ tÖäÖ0+]›g6Ç -P†æÐÍ»CÉoM`¯™ƒóA€êZ…`:*,_ÔœH Q||éÊÖR‡ãCD©5ƒ,\h½´aÝÚñ‹c Gî÷´‰Ö$×Qh_›·’V¡‘¶Œ‡†U—óD,±ª|W«ŸŠ›ˆ©PÕ¾Rm0°€‘^/H7ÏL\¡˜NPÖ _¢ž§9gÜrά,ï_9®wŸgD³€$*/Vg*œµ# >ã¡e×ͪ¼%»¢’Bø6;Ïç¹ ߌ¬dtpYŒ>9U<-Ó (Œiz¯BÖè‰z3.å(¼­v›­Ù©^vm½iA›êÍ5ï7dŸ;<ž¨P¼oŸòu?"–QÓI¢Pc>·D\àÅÁ…ö©âD…˜^i;ÏW í>ªms„yæÔ]T¸“нÝ®Q·_—Ðüßཹ¼¶1¢Ú÷íÕ.[ãwÛr׉i "’I"ÆjAî&¢êÆ$«z¨PUÐ7 ãùgÔvj„e€<îuë.@w˜ÃØÝXÙÎê3¥ø²o0‹ñ˜7ë©faºüîxSæW™9¹N@êCÄ“rÿn¨jâÊ„ŠÊÛ ¬Ö3W,¦…£:oVSäIU…+Âÿ}QnYØ©jŒ¼.¹ÍÈZ|YyÕ™-kŽØÀ°IˆoSzÕÆêœÌp%o($Àîéf1Þ¤An'¢êŽZ#’[â" ¨;ÔÑí’•õIUbâ0ß>@ö EöDÁ[TDž¥¨k;%ŒSM(Ìhiwg¶ @N¬H)&/7Û°ODZŒU/SU]—øUrTÅ!É\EGug‹°jÚ¨êõÃd3Kž}{½‹Fu ÅªŸ<ªI#´cMu °à=Èœ ‚I,DUÄ/9 2VY¦.}ÉÜ•C– Ä^0¸D¨ÒáU (OËñ6b÷^\Ûüðû­‘¯'=ÈL€þÔº%ÌI&M:½ÁBÊ×1Ûª(QXÊDµ¹‹ˆK^ͬ_¸Ö^ºýQåq.¼Ct¯z¾"e»lØ’ð~a\´§UòbCIþGM´AèQªK+¯Ëaò]6‹/)\Œn"¡03‘žÆ}´ÆjØ+·ºVi¯ ³0Sïs#+ÑêZˆÓUs£yõ¼K¯k­ºß¬¹sÁ 6 €gcm—#S›¿¿R¹ÏÍ«:gÖpAd£AzËûa8—;ÎZï||Áóá½S}t)¿Ÿ9’ìIE–ƒßWÿ>eC™_Ì\çHi™æ­¤@:Ì‹x}Í  ž"3Ò\tø¾ÓùTÂ!»E(cÅe¸OÝz;Ç—ìdB<& ­Ÿ]ƒ´*uï pí’G9N—2y3O ›$ÖÀUd7;HkåC„%$ö²0Ÿæ*Î'ôÁÕ}2sâÊÄôðý¾¾)r9Lj”¤Só¹3×i›8Sw0ËÏ®'¢ˆo€Ñ©“<êI¬:“J½Xn’ÃÎ¥áÏ,l70 6tÏdÿ#ýAn¢ê½íŠõKãRýî©ÁR«B5Ÿû}_º^dˆûvâÎ{$sjB§báݬ$ÜôŠ«‘U !S„lK× ¢€™ÿÒÝ<Gl{?ÝÆdŸ®y] t2RŒ2Y%r a0ÜZÀë.ØîÈÉ#òƒBd%×Î(“„ìâgVeÊ­þPÛ•’4éç‹, ¹Š‡Un$1 Ú>VT&¦,;RféXÙ½M— -ò2ws÷Hêü\×*E0½ŠÒ°‹j‡±"¨“tWܦ[›ØÏB’%c¹»þ_ÍaÅ)R× ê¶jRgƦñÁ0S…Õ TT½Ù¶ºmíYDz>Ä#ži¸Ý!t“ãØE1ãàQH52VƒfîY;?|Uý¼`¤³e¦BŠeÛ× kO­Qo0ðg«óB<;CµL}å8ý1Uêe|e×)ºí×ÉžâÛÇ1ñF³¯C[Il­ˆ6¹¾e†µ¨gN Œ$D!Dä)FÓ®š6>j½‡¡Å–.(?8¼hÌë}yª ¹r?R;Ç´”Œhtµ¾üTÁÔ ¼L†Q¥ÕRPë† b,!´IsßwFç…Åz{!Æ——•Ëõ1§¾ÐacÞ–™BÊõ‚1Ǭ-—XðþD§A}ªà^Çéã¤ÉùÇq²•­—ˈ›‡»¢©´ön ¾Ð‚(ÚN]½©°öþÀ5ËÿŸ+žs»€}¨ŸÕ[æˆ1ƒ \Ÿ|«‘ný®P†\‡™ÛÌå¡1îMRtؼ$iR ¯;H$’z” ¬´,ƒ=]X --þP3'·%|’Q9#cÕËXU•ÓbÏc7$?¸© '—­†Â]NYÜh)vŸF„ˆWTBIýÔjÛÙ{žÃÖ- Ò2+”ØÖÈÖJv:lÌ»ŽízL‡»¬«R¿šahÐW¸ä†;\–îIÕ(•£ßð#”À@‡«™mY‰”£¸ðÝ-K¹€DT5«aÕÍ›”U‡pt8'5ý -ÆÆ¾jCu´K.Õ]”Ó?7_‹ Áç=Gø„Ú×\¾¥'¤è\ö8EfâäÑHسî Tâu öf­ÎsÌZîĹs:kÛ±Ê2כּà»Ã%7‹é¸#×£.P©W0? –”þ p <|Žÿ ÷šZyKr&Ù˜¤j^¤a*óá@Às?|vßT׿ð„L²Œ§l<Úý´Yüðô…Kºè9Æ$ø!‘Ïn/:ÏuòLLvepPçêÍB€¢œLuo1¼Ô†þLÝ|´ë9Š"N‡`Išæ›y=©l£j¸û|xªmÉzBr±\¿ö~ýÆD e­æBïEE ¿û ”—Ù [lí]jóˆÑ@‰'Á/Žþ¥ÿÿ@DAŠan?¿ZQŠZy©ž)GNŒànÔÌüµíÖ¸ÿS-m©nK•*›œˆ­:‘[®cé0T„ºu—B•Bå¼Äÿ0ÀЄãB{NtЕж@ ‹Ûy§½µs¥su–cU³{¢/q†¶HPŽJàÜÿÇŠWš¹„/h+ýBš(×Ú©2h›ÁÄm=o';~„ÿPjM”3¼1JẃAΓZœSü#ŸM”Œ9+…@¾¬4!¸Lè,EAö€nÌ¿²Gºã9‡JIPøÍ‹MÄt©Ï ”¹ä}T@\ñ -¤H•_¢âØÍKqI#v§:­ƒ!©²öÉæe´c,º9ÿÚÈ™Ñä.ñNFºT÷¹äEþ7w…{¥ -ÞÏ¥/æ:MœéÜÛu.R6/eÖ.7ŠoÎ,&£Îâ{r,þÓPåmgÐù‹¶³©0»ìAp²S‹Ø†Ä ñ"ŒE{u8wÏ"­¨|cTEé4ëneÄUs›v«ÒBÀÕÓqOÈL²1Ñûè+/qé.ó\‘¡%B²S­ m©xØQFtlΩY{ÍŽh‰È³x¾ÁÙ—2 >ogÈdXœRS\œó°fßvCº½× æ~i…£¢ÅÅoKù#úKâ(Á66Ä”)×–ØNçÊ{l•ˆÓ~v"Ïñ{ÛóÞÚkßâXJ!{•ü2 &GîÙMí´†á›kâc‘~꥿œ ž,äì lgLLÔ uk’{i#X·n«]Qf™a²!ÿ]óì]ñ€‰LIo‹høiÉêÒ+I”{ÎÆQèH2f5!uqð„µ3¾·Ò‚ˆTg÷ØHHæ¼Ð.ç’}¹}cÅcrøKRUB—5P¼Šüè…f\ðFX!9œÅ*«ênµ)EaóÑ>®¢¨@xÂM/êS>+žç:U$£½ Z$Šóˆ.oqåæÒ6Oˆ0%O»Uñng82޵n†+ãEÚÊ–ˆ·þF±2´óUp½m±÷Ûv³ ¯yëgôXdp±OtÙ!PU@È›óhKŒé4u΄Z¨ª5[J•}ËEú/·¼­u°*!‡1V<H¨V„Ñ’® žMĦà5 1ÆSMÙ©5(·8[xL›hÊFNÆwç0C"šôÆæÒ7:HT]´£Îäó‹AB1ë`”×frÒ{bf©·&Â(*Îiǧ«_#3››XÍPW-ªòRÚ•Aíæ%És]$lOª¬`E°*ò[¶H;YmZ¼P×å0½¢SEÅi7+ßÙ„‚Ç÷Õ= žKÄq¡vÕ"¿Ö»’0!]ε}vÅÞâÜ\é$sklˆ½EÏÆ)[:»…¶¢aê¹BF“tyDÒ_B¢i­½Œ° -ëÂE芋ø‘Þ©K¡ <ÛÂ+O0OQm‘š³bÚ‚\çXªA;§êÒ6£î9ÜŽs‡TwûdU 8i©B Ë&âÒ`.ŒÉØЄt9—Ì+M)Ýé`2³Áªã°!ÝÌשuèˆÍ–º¡þÀþ È*iýSpè–):}ßD¼Š–âDȺð¦×”µöƒ6Rõð¦Q¥)ywH^Ã,!Ðæ›¸‹åh·7·ÒI$0üÉÍŠê–áüô•–xÜ<ßfH®s»u‹øÓ:ë+S“è€K¢œÈrÚpЮ½ ºÿá]D[àh+!þ2Z\uÀ!´®j-™Ð€Ãùãàèîþÿ´ñíñí…Kk‡#{ëB~ô1j÷¬ pßÜ}¨¸ê‹Ê”&„§ONSyØw4‚W³jÇLžLoõ%ŒðnZêSTßv92mNÈ”7µNgZDö,NÓñ†’­L1ºâÆÉ„ñN.²Ð$i;oCc™Lñ ÔX“4åp&Z¾ê%~ â:GAÖ‚WæÕ´¤ÔW°é]žD :Òø 9lAÄ•ª‹ýÀa´ãÆÔØÙ§1EÇ*@ ÕZx.—†ºjc¼è1»LD,³¤ú«ç¤'ziXÉ -)2ou šD•À䯨8Ûý0?<ÑÛhŽeˆ†ÑdÉбc³èèí©^xî—†&{å‰+o@df¾`HþÊÜÀä¹>!lGó1½×7Ó¹•Ì Áùð©WYäGðAW1±y‚úÀjcÕÉã Þžˆ³ l¤Öm†s!Ót-Ó¼i††½à#¾»•Þ†ŸäÕ]q­Á F&c62†U•‰1Ø1'Q\ZRÎ}¨² ®€ÓEÒ~}r¤iº¯kÎ↷Ob£¦pAÝîÒʈ253³Ý;ƼÔ3V‹´$ª”`N&S„/Ào#mÏŽ'q\L&¸Œë“Söƒ3_kk065ï:na<†ªâF'?0‹„ä:Ü…K¥t>®™”ñ鿨ºJ.VÒRÀ“†8&† s¬³téX‡;2«ŠMG!߀½` Qí9P-5Ô ) -A:úäOµVÝñ…K©YæPgÏNŽHVf³ørRq`ö$’{o8Ä{\Ÿ_¢¬¨E€Sî ËœÍ2.e×tólÄ($c¹±S¦uwÍq§–zѧÊi²ò1j»g?ý™ÑW»Ä'à˜~Ù»Rå{Xú¶'ªÂòÞZÁô¹/ªw£ê$Um±†,ºcVò"#šchUÅÌ9†e]&ÍGë?Ä7èízÖ ÔNÕž…4zý‰8¯X¡¦ß€ -Ñ÷¯y'Ü~Ç)éÊìAò.UðZ‚9mXåZ «šv=&$Üøî*H*„Oo[Ðݵ¥øtŸo@:Õ‹ö²öu -É -Ì> ÃÀܨ2•U -n‰g׵Ǯ#s¢8FEØz;-‹['HVàžÊ0ƒò0;"·©÷A@û¡èºÇeXŒÈqc§»×ëò6ŒÊ;–!°²™næëôöbÆî¼R;†lj8U•Õ±³#Hv‘ÎÇÀsé‡é¶¦Œ¡a„ÒNÍ'ÒZ…±³}ªŠá o-³k¸ý³´CÔ¬*çÉDŸ3dzyÛÀ.AÓìh‹PEÇ}D³J¶þ¦w.Q0†·¤Åe?eÌ)Ç‘~˜rgÖ¯zÓ]ã7žÈ–‘XäœÌíBnwì§þd«#øàhåqq3xk¦GÍ,A°‰¹‚BîûŠÄ)é Ö‰¶caHÄðÎtrU˜´­§|WmJîoõÉËq`n½)ÎÚ4¯¤¸/Þ´âÖ ÛÃ…ÇÃYÒÈûu)>±R>ßšx1}Å%¬iÙ^ÑHÞun§´yü·BãÛøaEUa¯uu^É q‘Cs‚Mä/ŽÞàÔl_ZJTìÉêá×±Û\YØ1Yƈ¹¯Êºˆ;¨™ž™âÐu—˜L©ˆ`¾ÉË©#c.y ßLf#ÍíÙ¡°—hÙØrÅ]Ib‹‰  ÞÓ»¦®©Hq߸êQû)meLÄ+hk<†:ÅÃæRC·¢È'ò‡ß€©}ù&>m‰’s¤RÜCÒ=Ú.ßÈ,“xz·s@¾Ùñ¹i<Q›»%âpÛ¾q(a>WLnxˆeî:P‘v™ÀýNˆtýߘ @Kìô³nÝݙ镤½ÉS•¸ Ç»àœ1˜:þ¶–z‚Æ ‰Ys9—ᕜùqo+4¥¹Ì{qC.JŽEÐ=üñ#¸omóNM‰9©Þøå¦ù`É,<šÂeV&ÿ+W<ˆM™Ûx›’•5ÞG—sï²wæ;êèQ]PÂ,!÷Ís€rùÇd˜к*{|L‚c™çÇÑhBÑCåÀS€˜’È™ W*ÛÌ ©lŸ™èpV^ôˆJP“¥jŒ5ƒ]‘\›”ÆàåË<4WñO]•ÜŠŠ!%ÍV6IÄ²Ðø¾js"N¥2Ö'.Ì$cËl,—Öî¾'çYŒ¦´£<)^t¢îÞZuk˜wQ+Û†r§Ê¦®‰’8ᘀ˜‡*kE<ÞˆK$ŠbõeŽÛ6éAÊw›³tŒLáü¿ŠÁšãXö!7èm©.¶”<â~‰,{ÙöWâ.<^¦Ê6<ZD1õ®í>wm¬½Ò²©ŽÈ+Ú+s¢4BÔG™&TNë_$DBÕ"– Ô ñÚ©¯þ ˆ) sºLѲŽÔS®–åš7£§7“n› -*šÝÅJ— ·3Ç“iبBc™}ÿ¬Z¸„ÑÀêrC´º« ­ÇM1 zv,Ú8c׿^âMlþ„³»õ3®:Í‘V«¡µŠÎ¦uõÎí¤oÉí)¦Ò°z0î[@Lh‰ä@|ÿí%AÄ줚‚æ‡^Ÿæ”ï`ÈaeKšTÑø¶¹v|K~Xš§5*7¼¸»—sÝ5U eYÍ(*O«fþ¢j?R›lB};D|ö‰Nû9µ€,ɳm1Û¶ÌÅíí‘‹WƱ»ÅcÅ4c…Êr¦”'3'3Ý+ÌH¼:$¦R© ~ãY¸ ×.E!Ä´‡Ý:bèrýãK£¤]ìñŸÁ(ožÃ>ê¯úåµ·Q Ì-ôE-2S+ -)TCÓ‡ö(‡hF.àx˜–‚ñؠˉuÆÚ #¨ß€æ9÷4º™WÞÃÔáéåýóóÏ¿è§<ýãýõùíÛç/ùÐÇûÇ//×ߎš^\õù÷ŸöéËãí§oþãô(i¿ãéõñåÛç·OÏ_Ÿ KÎÿ§xzþúñåS×§÷—/ÕMœåw|ÍKLÊvÁçóm_ù8÷ßûñíÏÏãg‚÷…¿ÿñûÏ?>^Ÿ>Þ}üøw> 6ü¡§ÏÏ?~ùöý×çŸ>Ž»ø54éêöÇ>}ùöùŸ‹ß'ýøøõùåñöùk¿èâécŸ¾z¼>¿<é[¿üØÛ`üŸ,ùŠWÖÞüÍûOÿœÇ~ùô¿ÇaûU;òTO/ß~õøôøýãñùçç·Ïÿ:9yä?ñÝßüòú|„>÷×ÇËûÇëãíç•’s}RTÉÿÄþ§¸ÁEZŒ]¯xÛrÈí'ઊFî`~V¢ä@ÉPôw@EîÄ_þ-G/H+}Xçzº|D’¾%iÑ’êCwGœÁ gpÆ\¡£äήÅGÔÍmX‰ÀunXÐÝÚ†@gcàl,\ZGï³èlÎálΆálœ†³1p6®ÆáÏ6˜p6gƒp6gÃp6 -ÎFãl~)ý]Õ‡ÇïÏV(ÎÆáÏ7”p4€îR›Ò3™<Њjwƒp7wÃp7 -îFÃݸ gãðL½Ò4åt7wƒp7wÃp7 -îFÃݸ gãðçL¸€»A¸‚»aœÍN=—GCpÄàð®4üÑ`ñzÅë?ör®o÷½ÚKö $(ðˆ“:ÒÜ*eq¥ÊybE%Û™ª™û`œVµ¢»ßÃå”BÂG¸Ú™)ŠàÐWZâá:Øõ%à›ŸVQX?u™–}'”‡ÐÕ$Œðj\V;lA -Úó’¡¢³hò㈦t×+AÈÃþîøÛîò‚º\"Ï™áwøÝNA/>ô+ó§Ç_½ÿøÜЪk%³ t{ä—*b†u/¾ÉgÅH~qN ãv//J xÀ›÷àÚŒX†›áGT—ÅÇ-G?ú‹g› ÇÛó‰Õƒè–çè˜öQí&X‘¾ˆ;ïd_öñ<­»,]Œ’æ4|p½UÅŽÓ" /â±”Ó©Œ*‚~ö  Á. -]zÕý7ˆp‚,%Ó>ƒ|lC­Ô¬5¹~ž†‹ ô¶ Íí®ñ9†ÖöÁ(ï¢BÄAŽx@Jµ¬Ûøt jßbŽd ‚«Í¸k¸Äþ›iäò€ÐJöB3¨|›}©_a›•îújõ×@ôÆëôÊ=¨l5BQ¨ÛVApqÝ@_íȪ}#úYÇ„8n¡¡Õ/ùÂ:ôþA GàÀ•‚âr6@«y+ÊY\È7©ý*庺#r탼Da!ÞÒŠ—ë{F‡8I†ß eRÜsÀŽó~µ&_ôWIô®Èb¹ôKè?ŒG‡ŽDè ¤ÁüNë±xKn˜>0L·ÌHܯ*qý UÍeÆ·JH”Õ­ ¿êz°ÓèLÍð È8±ÿ+#vÇq‘Å4ã» -–n9Cɪ ]·~å(:šìäJŠUNy‘¥/Ý—E­M&TS_ú^W-HïN‰©:2jËlZ5¡á¬–g.ãVòM@aQu”ÕUäøE˜µò¥k5ÈàM¥ÀÐo^¡¢&ïI7¥·NzZ·‚ÀeÃ'¼¤Ý-4G|xUœha¼gýÿ⦋í”Zþ¿ª•­Ümy.[¿8[ª‚Ór;õƒ¹È«nËJ#þÿqør   Cè’(§át*]Ôµ†NZ:éÆi.¤îö:Û°ÿÌ^I39ØNvOÉßM#E! …ï›îBùk8!ÐZhÛHÉ2È=_¦hV@§e5Ûà™AqÈî6ÇN’¡oËöBP9×Ttް{ëžýTÖðb®ÃÖ:Ï6£ð<;…ΫYZÂ<'ܧØù_@ǘ±Á»9¤D^î,ñì‹óF)ÿw˜z£µZ ¦ Nù’&BÏ€&áÒŸVC°Wb®f_E+ÙAÔÏÛV`µþíLÙÜjNYÉñ^µÍȸ›‚6ãhC±®J¼Jvtج˜ <°Ä@%CÖ áåôÉ©ßÜõëôý:ԃ悯zË É:÷Hg‹¹¡3µ²ö>¡²ûÞšßUø‡Þ²"¢—¡2šcˆ¡9µr»=ïCõ[çý¼@Ò}Í× ®²)î,{“(½±]Aô@kS;"øS Bðqk…VC4G^H½øûÓ—`dÉ} -T¢½Õ›kØéßk´{¯ªµ(õäKÞÍJŒËä'‘.I“‡Smð6eêÿ8`@†j´ÄØPl>9.1ìâŽpq92N±a§‡¥d°°+ämOÁS¹å¡O6Ö$íèpɽJ“«Jé C"¸M§DFvËbÿqJÚØ¯ÓÃL†d¼»kPÛ ¼!QؼÜ=”ìVô£ÑuVnSníù0˜Q¦ÞcÚjƒÔ¹;ÄôØ=ï¡öeóÂ\,Àû<ŽY–¤Eæ™ÌœÑø{èFcÞXº¬E~¶[®LyY«s4j.÷+“Yí’’É*Ûq{•Ñä\ƒ¬˜6F3øÑ”•%m]6ªQN…,[£ø}wlu_]~zÂzÇâ±¼)óhÊq“Ž¢‚…+²ºýE6fÔÝ ¨Êxªp¨9¥¶íºýrC±Vª,†¡‹Zb±vd„4¬»­7uùR<_8IﱿK६‡ Œ€ €LÚæÕ’"íp(½#ò;fÔ+Øå0›ñG$jB èöÙ 5†.Zä&õ&N™ç…lsóàT,CñývU¤_Œ"ûµcð´ †æjWá¯ÓÍ+@dJî@Àêa‚% ‡>óAD™/)6ñxÄè.‹;.Æ=Ô²Ì7_—µì=÷á¼ZÝgY­óláô⊛¥gÞE\Z¨Ù¼¤ý÷£uŸ"Á²è/Ën onHP LŸR๓KÞ.Ó±ÿ0“€Ð´l#ô8\\Ê„óIÙCè¥ ã.8Ú_@ø\gÝŽ½¬ïÄ<ԨǴ#‘Ž5†²Ï.‚j“¥³u7Åm[’§ ç*U•CH‡u쫌cÎ…K›ðSîÇ}0qÞKOw«Òn?ûAdFî׌ÕÁôãà¢|ëUèm›ñXcpH=ƒwWåG¤ í!f®´O›¹ßÞš`Îøº„uˆÆ$Œå4Þ.èž#&*Zá¨'c¬«àñ2*© ‡2¾‰ ']²–C)eÁ½‘iÇÛw3e“ç²u±=Šp ÕÁ²‡Èë^X‰©š—fùÎeío,Óc4¬mXˆ”U…%9 mãu3Ž å¥©Š"çnÅ›ÜöRôlí[' ENM¨–éŸÑÉ,?æ…БnÜ$»‘øtrD¢Î«ÏÕÒʦ;7iÚLÒéåFÀ¾)¼;uåDUŽ1Øtª–´æ­š™çýŸ­a)Q•9äÉ­²ÞÍàZ>@0^ÙI]€–`¥AÒy¥aY×(Ý,Û–¼"Ç—¿6hWD“sptexÆîIæ]+q*ZÜé8ÊøÇ©ROÓØŒ´) ®Ь ëðü-s£í´±Rž½”´75cEEð  -·Öžù@‹oØòv e<ޏ$'ÕÉWœæ™Û5ý‘žŸ>aËzQ°Äÿ ÷&)õ@‹êÃB›E|Ñg¶ŒËörè3ˆ"cZRðÛÂ×I ø¯]ý5².•\Cƒ€Ëòx‚ñdô›™ŸYîšw¹ímljŸ1¹1VªÜ³ÙÌdr³Çôâð®~9Y8ÔÕåó6g5xŽ®L™Ó¼²Ìû™;?*ó¥Çí.=‚=Y¥k|ª”É«:ibNÛʲ‚vdç•0ŽRà'«\W×VÃVº;ê´2©³ÙS »6õ.e2qÚ‰«cšC ÊvÄîuoÉ­Øa[T%BÖ‡?F ¦â.Ya¥0˜=ç]ÝÇ8SmQ÷)K¯Ëm» 9ËO$8³"2íÄ„kÿý|O»ÂÏ0ùÄYŸÄ0 “*ÔÖCÝš†M¸sO_¼‡Æ·pYÑiÜp#ni ˜¥á^.²Ê;é!&PÈÇ¤Ô ðÍDkæ6'ndN´id©ævx\N÷ær-í)³ö¡† b§v´€à“¢öVdÕ_=ü¯ˆUÌÒzU_Gx£Kl@ör‹¯7¶ -h¬Š€»Š9¼XºÔEZ^é1¡¥–3U‹4$Џ7µéèjvPžzÌ€;ø:Â&0l85ë‘°1±>²r¹‡è†Q2×+T¡šÄT™™êðÅRcˆ°Æ¥n P§¡Ó]çÓ -QÚ=º< -z]ÈKU…[sæ,#º¡ÆÔdÜ…–¡àSjª4÷ãnm»ß6w6Fš¢Þ¡Å™gk"‡,J„Œ+R‹©FR¼½˜‘“umOù¡.#F·jÝ^Cã!|¡“´T¾¤‡0°@&ç­âHWw«~–ŠZòmi»4¡èrôÔ´dëIÃë°=ÊöEŠíåUItJQ“íh-#{îë¿ßrlˆpr ’d²^"’`¬_ºtÞå$³ -6HêgNÃ.Çϻƙl˜ðZ®ö¦œkŸ¹|¹ò”QŠx’=Ô ýõÜŒÉÎHEðs•o+4@×'“ÂÉÊ$í)¦î™" bNô»ÇeóéÁp=ñ-Xê#ã~Ôðs—;“lÄ<1CöEš­JSÑíD‰të3º«S¨'ü`ä„b$bñ$!ÒL}!3g¹§^°ø/X;¤Z`Þœmµ¶ÃÝÇ4Ö,:§IXÚ¼%73J‘*¢œ²£ÔcWê¶¿úúo é„`’ÍÞËB¡Êþia'­ˆÕ²¿xÒ‹èN2æzÕ\T Ūžh;ÒBü˜Tîè*k›4¤vØ/ábjŠ¡µ¥¼ü9¦lÖnd¶VÛáθKÇÓnŠzñ÷ºMQeLä5§"åõ…£5È -U{óc<5Î;ÄxIO (¢¡IÏDËܽNÿæ_ëP2Mfêª<øÔih¨Ä`ÑxˆN¨KÙm7×½’ì‚ 71‡,b/¯ñ®¼`'z’Ϋ¼vâ /h½eËËæ7€KûH;ï.r‰BÆtÃŒjZ§! ­_Mˆ°rr–N“n” Njì{ðNBÙ^ÝÌÓlÓ?ÈF -ˆeúCQW“*{X·Û\†_ÓƒÌ)3.A m•DŽÇ„ AËÜ:Ͷ¤•ë0X‹Î_Ýû¿Jðôž[”4}µOå~”:Op-,\œØŠÂæ]¸žz±S,?*H„ô´ÜÕKihÊ„XÏù`Ú*˜qEC€$óØ%æ•TŽù‘•œ=Þ|[£‹Þ(_Äûjsµhƒ©÷|ÊââûÝÆD\`$ôƒA±ÅÔŽ»ÅÍmoË]˜çEC¤…ýL“Õ¾2³d“¥èy²Ú{Ôœ_¾[ÈFìú"¼Ó-F¢IsSM‚,_&æCY,¶¯8–ÆzpÅ8ÍÏ"wM{­²'»¨^U‹LeèÙ Cö¯†Û ˆÆ{yÛ )C8ªg¿3js,œs¨›ö_öN©ÒÕ”Ö6ë­v©æ™Œ ;çä‡ïVhÖ”ÉÚ‘U‰T§®o•åN°L²"ÇaâP5Ð=ü·Å"Î Ÿì‰ sUéȘ©õc6»ôŒûËþ(Ȉth{B[»[*ŽË -3Z>¦é^†·(Å6çÖeUfAá£Ûá X×!Ý,¼Œ$÷¶'æ/ 1X|„–ô¸²“ ô tJ‡âbù™ç-ÕoÃ|ÃeºAQG™m;R‡ŒE9†´ÚMÝà •ÍBÒ£Ž!Î牣˜!i9æbê,YaæÕIÚq`™;álCšsVæØÏ+€‘‘yº¤°a>ƒ;Ø„Õ -µ9 -Üî·èqE’Þëq Prá|£Ï¢˜#m9êL“TZÁêG¸}—¾Œ Ìip\‚¡Á,w.–øóJ¸X&ÖzX ¡p¶ØÁê?ÊÚ2yÖšø‚¤6äy¸7$zƳ26” gCoj²Ê"O1“õD–fø¢Ð[[¸iNFÕokõ /×nïÉ´&¬7}¥YQÃìk_ÿtÄÜÛöÍ£ÎA•}¶*Êr§pDJýM-Æ9H|’Þ2$¢jzµ½eb¡a¦Àº$Ò"u;·ŒÕˉì8¸œL°%ýû„ÂÒL2™\ÍoË'qÛ€=b³zJv¦‘Éìœd%†Ñ\a½½e$øÖBŒ‰°}9%8þH¡;Ü03¦jÞFH‡Á´aM2–6øcD…¤B³3dòåVoâÓŠtwbßjðR4cK,ÃÌbâ|ƒþrD„7ß0lPÇ›)rR„\LVЙÍW´/žkا‹ñ`ÅÕniz/Æ…©˜`uÞÏ­¸Ág5f¿‰P‘J;d²Îîu…so¦×YŽ_Ÿ,K—âf¦Çüák¨ È2Î`ÙâŽ8Ð&Â_6vžA%ì$œ%½Á!O‚ûµÛʸ–RÎgÑ?äÑà…D C/ÏH0Yg÷l⹪ÍëEMaK†ò‚­¢ ¾M>‹˜5-qüD§Œ²-£ºw廊ZùÃp'`?Â1#µçªÅš¹1#)>ʪnfÝæà²'´>·'xMÛ^Ž…(7叿ↅ¿/åv¼ -€Zp8åjO\gÄ^,ÝÜUøtÍ–‡:ÂDSjIZ¬§†tNŒ†™¦ÊpÔ }B%Y¡Á"ñ ûA㋜”z3#Ì:W™'Ýuì»É&å ¨cw|?X‚ô`м{ HâÆIJ¾x&û"׃Bq3Hb)Áµ¿‹Š3HÈÈÏbÀͼ‘d%^BjO¡XvØ*òZ¸ßŒ™÷ýCb½«_œ9ÙvJBË3Mm»¦a*)mbLµƒCöàëDÏ¢5¹VíüfÎΑM‡h’U)|t ¡NfâÏ÷‹ªë pNÔ7“Þc^k«~s¤v„2còH.¾:ÁS¤àý¶ˆ{×7\ûrn_ ¶L, -1 ÁU›;oìu1ÅQؘ“î+~¯6¯ÆUÔª)$­>÷žX™Á<ÎÀt¤Åãº>¼ù]¾D¾ ON;ÊD–væOèî!Ù—¼¦¥ú(|_ -I÷e®¨âìÙ»÷ÌNÜ3šòòä5w$U`JAÚÊT”`—ûoг>ƒ°¼ÓÀ:Z¤D4„W¤ÒÓ¢z¼9¤ú¨÷θ랗”ïËÒ•„Ÿ,ÈÄH3ñÍ’$¥^Î ÍÇŒR³? Ňџžˆ …j:J®ðÓêZÄQ€®f^–5º½×[òI\‘L¥‰a:q<ê€ö’zW%5&âc‰Ñ`Ó—ã×Ì3rŒu.›áõå°·Ép … &®$ dÒ¾”†œ ´BÞ:º\²ÏmרýYLê ÛV59 ôƒ–««ÒV -Ò³Zÿz4\áó¹+ÁÍ-*VŒ‰wóòH“7ßÊs#4'+¸ìͤy%}ÿli ×ã¦gÁ&e ½V=ÑØ.4·¾Û¹ -$Á_d¸òÇ×}b‚% =5™ýàÞàªá‚§ãØx~“#ÎüNš×ìŶìG–ºpah¨Î0`Uo8Mtî—WX¦µÙE"QêžÞ²%h‰ †®]á*QÞeI2Žè¢¬Äã¼¼OԞ܋JØaê1>gðDäz¼¦~¤qhŠ9KÃ+GYÝ -œ|9ÆuÛ14v$± =ag8Ge™&ý<¦å¤‰»#÷,¦NwÞgì0ªƒ¬Y›m«áâו@“:Æ­ïšóK؆P‚Ä‚ %##hå M ¢›‡ô¤Úµò´¿%²¿cú° -ZRÒ'dñàû¢7ù1!"èk.ÒH† ìÑ—¦p{O#Çh$8D…sZ}õ¡Ôoô{ð¹^^hA €7ÈvF†c»!Ͻ…+z+Õ½¥_Y9÷ Òô#ãÕpõ‹]x¼= ~¬bä2¯îXm`ÀôTâËL^ó˜¤õºëÿÆòuùåî5ÙWᛜ‰¹•K±kô¡Bmà<w8i•6d¸æVÆ„N´W BÆy8†3ïhó”¸:§TÝdI´3R7¿Û#½¡ió·oÍ­<ÜsÍÔR ¢hÌ<fš­Ó'ŠõÆ6C+EÂjÕ¢ˆÚ¬xç/"./gr/.~á‡d[p÷Ác$>ÌÖäwà -mÎÕî<ìÚ*áD¼:ÏvxZuçÚvØ9¦QD»£KÙݦiÇb¸dA„7ã@UðoEW÷xfî,+c@ å7í|9Í€êOÀH:ϾvR6ÅœØ<«BO­vjÉP­¯ŠmžFm¾±Ko¬?òPÏ+|ùÖÅךzhè$F®–62Ûð[G|¥ltûrº)²ßìBÒ«ÎÕpù-ÏU8{æÈ–•up¤ì»"ÒšVžY3ÊL°ÓÔiç¯ÝØ®ñöMŠh¾H]WÁ%‹ŒÛt:i™17`‰øÛc±úFMcXÆÁ£5a=!¬H¥Ý²Þn™«Íÿv)×Í$‚0*=ò!¼ˆq '®BôPýÊüß`-Ð:¾Pì)(9…Þà˜Ëóù° óHÌ&û°vyƒ†??KÇõyw™ÎNœ*Í£«2~IÑoô—G‚–°-{Òš!ÁÖ¼ª’f^±ïØý¤ùËÜLYHñhz$ŸÃÝ—¥u=Íê]ÃÅp·ê¯K™þÆA˜^•·eެ-=÷ŠÿÁð‘4€v‚½ñ&D”¡SyàÉ À3·,€ò@ClDêNf’‡,T_Fà¦m—fª]bÆX 4ˆ—°ùö ®‘ç”Ú]SvÚ|ëº4*æÞ“>e'ú ÿØáöe+#6vZLÑÕ=ãï”ØÜ>çéMþÞÄÞÚÞÍI˜‡€ˆ½Lôö—¹=Ý4Y`?vGw3ºÛ}í„\¥Þe.a* Êpñžœ*)¤`Ž\ãN©s¢‘=u·…ÛTc„o ãŠöÄ-ôš‡u Áø#ËÞÝÏ×?ž‰¤°ò­­ ’Èä“b8Åpƒaü»Kèõ ¼ØãW$4Qä¹7îbÝÒ¹Œ60ÈËÝZþfŒ Xn¥>säEÝP¼•j\à„}ÐIW]5æÍ×ܳ_'ë<„âK×bÈC§\…ÉWÍÚ{~Hº©¦¯KÅ•¦IHÿåÿ(ò%¬¯$Dw29«i€(MÕþjÝC™oEëÆïY·Þz™ÎÞ+ðrY=~`ƒÂÊ™>­e\y.uoóÛÝÓ^*¬œ6R¥ÉÊÀ‘çÏ]‡Ó®¶jרÑ›ÌEÎÒ‡éwq×µF'Ö ´ŸhñY'+Óô¹,—Ü„¨T,ù#8JWÆZ…–3©] È4ÁbU+Þ¢¹*Ë%Ê&{ÖÍdn´:?}0|£I7Ç'3ÔÓÿž¡½ooVñzàRHßâõÛJVKƒ|^©ÞNoÿUá˜ÚÉXãe_sbÍn±¶¤¥1 Ž3+dyÁ#¬ a:ǽæ½Tò#†KE”—¹’e4¸ü‹xu‡{wÙð‹¼³h7—ós£в”ë?’¸Eõ†à†”V#‘… nŠIOÌ+Ü^=FD¸3î° ¯F”–PœPߢ-2–#ÐdÇä^õ® E—`€â¼•tŸGºXI¹$¡©RøàŠUØé½3ÀÔXUßõ2ˆóÛ0•ÑŒ¦ÔcVDtü޳Ë@)Æú ƶdF,Ù7gž‡²+Þ¯QÐÙ-× ƒ°’8"¹¢c@wøŽW©>Õ˜72•t­MÎø­À÷[†úË¢ bÕ5p Y²š›ää{8§·ý± -ç{—­^^x4l\Ö$«`ú²ƒƒ:IWà¼=†¹¦ò•9\÷SØù²Í×—¨ð>v 8­0ußõR„ޱ¤]²ŽyzeÒX2‡©¯*`'J.y/Ú>_¤sâ÷Ê$sÓ?¨C Ú£ÉV Û½iÈd ºÍ€›ÁëÍx¯vÚ¼ïRö„ìÅn‹gsšyFÝ ¡hÙØ–äj†{z ¶¼×íÏ×™šR -¦øûzPc ·fq;’.,šiY—±nå<çT V zåI&p3Jo1gÖª3q^RšÊ·k¬ç6¥ÆÂ*G*ÜCWŒŠƒs%¼BMcªpЩàsºñÜ´:x3 ¦æv†ÒXÇrÍÒo†U)'#Ø*ó`]X±iV#SˆBà²Ü¥Ã>‘‰øãeä‹MÃþÞmS”BkTRÎ_+Ëá“»±-_Å¢ž •LÌ[ȹM¡,r+·Ô%“I2:+FÄx°®½°™_"ÊôpÞ·è²à·öÕ¨íÒ¶_‰ºz8Jþ‡e\ÔïÀÏ!|¬¿ éqëŒ畦1mĤj¬q¼ aÙER[Ò_.º]ú‹[ªBš6Á7`kP«bÛ37¹Êæ Ïo•ýNú‰É‹X±¬.HQ¾ˆæcØ)÷EQû%PèYeF,Áèy‘8>HQ†²:´²y¾«(u¬àù;ŸÇç-¤Ž·jWÏC‡@R½ä_¢‘Z`¹n¡Ž0ág¦Þ9½Y ‡gDjfvVnió›—dgªyãTþo¸dQ„;ŸZšFN¡º„pÿë@é’ÐÆXçÍÁ#¸ƒ~[(ÒoÓEé1h opÂmù{}Œ -ë0m0õh×Îq©˜ -Qú“3sdÃÖèPó´RåjRÓÞ‚OÀ…‰âbþ Ea^¡s˜{[ªVcŠ×]ãÔ¨—»£ÅÖ ,jFò²Ó¼ö„p”Hf½¦5Ò‰˜ b·–ý_t¬k&ÄdC?È¢´'Zš°¤ÂS¶Æwç>×Ⱦ=쇓®PÓº¢Ñƒ@IƒF0ýø”âþ½ÉÀÞ‚¯]´LFâäÑÆMíˆêt$NÈ -€ ë–¯Š®m_V«7 GÖÕG£ñ ‹K¦É Þñ àFdÂ7]Bš|³TO2•=áš)D…Šrä1Ý—gröÍàêÔ¢‹Ü$/î6”ÁfXÌIkA>vÝåGð¶­É¾¢!¡ÛÔZÍšÔ­äPÚ‹"e›_;ÝνDxY Ï*ÔéІDŒf† py­—¦*‰š1c~©ÉQÛ¢!¼©ÊÞŒp4^Å®´ b;ktãù­k©ûš ¶ 1æ,%tÄ;“;'4qoóˆ*"Ñ‹+êNoYÀ7SÀ_ê’H¦”Iç nƒi1¡î cÆ9¯t¯ÅœŠ(l¯ënœA|aÕT^™Ê¬´À:àž÷\è’A{4ÀÃ1p”Ó%‹‰\º1 -Üp¢–”kg¡fÒ)ù«F+f¾]¯²±+–éTj÷éZ¹Ié¨}ÌWØBÕÎÕ I°B!ÆU)°cžSÏ#6Á|œ(ãšéU¼*’2l]$JùV‰‘ƒ3Â0NIÕQi_7X™çzâ"ÕÚâh´Vƒ™ÏÕéåÎ’£·&/j}aQ^[³ˆ2.GŽìÑ`M‰£Ëžw¬\²Í5ߌüû°Â³Wi”aj5©° j²çÇé=›åX¯Òž„Ó]¦d&œ}6”3æ"÷ ÛF½FºË¨¬…ÝJh9>p[1l][-êTŸã(»î˜q/õO‘s—<Óʘ«B@¿ÇŸ²×³w/ŠktDZ¯C²ÈòÝÊ=Â9Óõ82¢N²W^¼#-íâyoK}`étµqK¼É‡æ6'*ÛdÊ‹1‹ZAUr²ÎÀeûHÑU1Æ‘,ÿq´·®2޼|ŽöŠKoß/ÐîÒ#Ú•›uràÓ…‰ ŒkÂ=gµ`®§lðBöŸ¬î(¤^Ÿ€º8Œƒ”"Ò@³íЪ‰•0¥:Ô8«6øLË(W©Ý *´…ã>…a¬+Çו=—D®îØ—<îŠešAÊ3¨èüF{i3·"º0^– „6KSÐfk ´NÒþIseÔŒN*yヰlg¤ÄºPë’Ì7ù÷GO_¥^À5EEÃkd—™Ìkƒ®€‚æBTRtp”±ìø®æóà×iŠLËl¬"Ã\1é¾°J¬Õ 6UŽ<G@úLf[’¨‚y`É{l„j72ÌÜù¡ó&;;¹uc[è&KSÎh­Þë¥C=ê–h‰ úÖÕsa|8Ý Z0ã‰.@â´`s¢.›‹ØA_tI¬Lbd¥Éö2‡ë0u6ø}ïç·%Í-S8ŒBRi[#/ -c¯» 4H\Þyª½N6hÍ ç3»ÆÙLÀÕ q¹b=l×Ô¹-b.nLœM›nÎ22Þºú,S`Ãð@tÎ2¤˜û­¯LmemubФe^O¡°ÑñSý@ Š{sÇÛ똃ÖÀpIkLDG4…è°Y*tÅ(Ì•äù´Íp(ahu'òԇ>*ŠQ¶b ±=9‹)-Ži«©ù±²Ì³îí{èj ˆZåžtª´nû‘{êé®zD³1^Á…X~ÿ¶9¡ÒnÙ)i'n=˜z>éF]ZV¦úíñƽOÌ Ò¼:éñ^FuòZ¸ì4G -Ñ`fB;Épm¸kAFh+‘.§Á5§š m/w˜Ž+ºÚ•“-bë‘qóKW -ì‚9;‚µÐ¹Á™¸ˆ§ü1ÔÒ1¹(€,ɳ§9’”™0Æ*“Εœjœ¦Û—Vp}PGUv).´x¼6ÆÄ†„ U8û'×ÚË‘ˆÂº®±6›&¯¸<Õ#ÂÊYàL7RæüÚAÂC|ó[ÆâÀB w±[ÖZ† >¡euœ“ïnœN8~„æ¶·½ ʸV7™,äò@rÁ¢ö™±™id¢Kiúa¨×/b’äËØ¼0€½ -–p ©±ï8¥Öir*·ƒª‘x6uƉ†äÃßþæ<¢ª<]ý´Ùà¹éÝV”Ô0K[öZ•R«[É#6í5Ãù"²´òvô Í89¼4Ä)Ûk7]åHxok¦[Z’C~@Ÿ‡õ-¦cÈ|õ>Äœm²¶šˆ)éú3¸­DZŒ$|»3‘a -F(–½ìXwÉ7wRJ%ýp£*åtjÓCáJºòÐøXH¥î®ÜkOZu´ˆóÍIén“B-ÓZRqG˜RBÊVòtõA ãT—3Ô’=H·,Òß–.½Õ>kÉš -šÀºÝ %©:›Ï=£*›Ãt<ìQ»oZ½í¦ŽÛ5²t†àµ–¦åëx,3ÎAë`V5$õwh0d— ÂYiu4]'~ 7{ºd‡ffCgÛ•ƒÁ¦sÐo;îù½£ýNå…ëpÙö’¡Â³ÆEí¬ œyñèï̆ÌÈc?¸îk&%›r:äZ1Ë^b¨œØÍ†GY ÎÚ\„Zs| -fb©e(âÐÇxÄK¨eBÞ§´çÑÇt1®ÐŒ-‚Ã#|üe©: –¸Ó%R½êSc -.|æ¹ìœj+ÈR•kd\šîLÔ<íó+v‡ž9ÿu¯Ù3'ñ„£ìïØèYW±6zpÊà ³W3˜¶ÄíkÒ:ý&Ö˶ …àðÃ˦e—Ýì!P”ˆb(N¤ê•…šgó&›©¤DÔÄ­LˆÜ0‘T«µüZ1Äe·W£{Z0”­#7'¤©(i•9òͨÚC€ZÄ5~Í­â u±È[dåÙx¾¶6o»SD$TóIU»“0LlkÏЪ!ª®gð˜¹~…!÷&CÎ^#S{Ieê ·ÞuQk‹TZÙÕ"ÀStŒ´ê#lMªn²N6$å6¡OáÒaœ‡…C^'—ÒR>ÄüTBœo§+ÝMïK\ /uÌݬM`®€‰ìWÈWïìtàé†÷2Ûë”dA*F†ÓÒ¼=)ÚZËÎ5/ŸK‚„áJȰQm†±äGÒ’!Ä} ²Z† ‹è†è¤½)ž6g»©!L´ŒK°(¤Í4†a ô±xn&'RrçàxBHÌêÆ˜W·ÃqëïŽ]?¢²¾•Gä·bÌg·B‡ ™CÑZò5¬A®)´ê–© cî‰ðvƒ6»¼¹ÓÆ ’.YùÇRÓv2.Öa2Wùæ½ÜmàÌÁP…È”^õhçȤ÷£D=§vÅÔ•«pØ|¨‰ÃÈ·PîV„w¼½ñ¶+¸8E!o@: ¹äÇ”ùí}M6–£÷*§ËÈ6¬b)ÈÅç–WÏn${6Ï/’1]¥­0P´ jxsÏÈ0R §ÜňžõdŽ(xЬ1¦_-¡6ÞDÚiÓ./÷-À6P3¦J"k -[uêm2=oß’ðeïÔ«¨¡L D;ÃÍ–íq$ùW•ªLµ'Aë‹ØöViþ80ŠŒ˜•X¾±"€}käÅÍÃRÖÞ9¢‘ÖTëÓHÜȈÎËÆvÃLôXu­‹¬˜/ 6MQÜùob|;»{¦½ÄŠ(Æ=/8©×\‚C,>à;N‡´U“9Ö­)[Î1j’Ñë’b›¡4UÕ?ƒ4¾ˆkÔí5³pÔѲZŸ2@8}gƒ=W‡–rØ5‹Ù^’D–ÈN姺ÓÕN8‚¿u!öÂÈ"ˆgÜ7=Šð²K„ßÔâLò@Î|æäè|U‘E ê$LJÙ³´Ã™àDi£áyU²mèðT-´X#GPïG¦Ã“%"’ÃIg̤ºØ´|¸C—'Y@µr䤿¤,ƒr£¢Tëthž¸D9É¿iqÎôJÅZl¹AwÌl£ŽPu†aݦe#X[#UFgŒ˜¡Šy¤jWºˆ %(»Õ–÷µ¼ñp™°ü`ê$^’ÝŽb`–Ú’F‚(1]óó\2ö89†–ŠEUf1à)r—ŠŽãñ>Üžœ³T4ÑqE\YØžbNO7ÃP%fa›.á©05{×…ŽI3ÆN­²…éçƒ4è~Yßû«èâè´ù‚ -“)2Y§yáeËñoºÝy‰#Eü«:ã~á -ZŸ(•¶oæFFט‘<ð¾1‹r`íXÛ]3¯Îl[&11Ò³)SŽc¡4TSÒ]c„´¢$c»™r$ucFö`Py‘æŠÚ¤„|䉼˜|ëÉ<"ˆ£ ά‹U ‡uZ…iÚÝ!®†”p©ˆ£¹É -÷”:É˜Ž—txàZ×[šM’Ñj.&·´CÛ ¯õzJFGOȱSÝ[—žjy»ì[».¶Xf'›#$¥½çR‹^¯åŒTÀúÓÂî5áí£êR˜6Ý“ê!}ÔomGúJ·dÑ«ŒäLóQ5Ç^QéØ%3n››vg¹îðÒYËe™¹ê0’Ò ív\§Ãòƒ§(¸|³ ªtk*\…=&‘9& -ePóÍAIqºì¸Ù <—·«ä:‚ѧ ‰ENo†÷»»mUò@Fé}Žt/?ŸsÆM7ËÈà -¸f¶Öö3ƒùÔcúgˬ™[Í5Óâ“TÙ"r•¥¢ŸËv£J:É–¯®8J!-nYC°6—¶Æ,5Ý/ÇZSÇtÝt,k9¸EPgÓ¨³Ie´, ñÂE½R}®ÔqU)d™CYAg„¬ˆ¨ I©&ˆ¥ÑÝœ|¦•zf÷Ù‰dî缨T‘²7DŠ1…C©ËÄ‚A”5›²ÑèÅb‹4¹f™#‰s“+G7a¹ÇdKkº(gäq¨"Êhz‰+ËJ¥œ"nk^0·ÌjDt`—Ê-[ÒÀÍÿ¤êT!×ÕW»¾¨ ³ŠN§Xˆd­%Ãæ²ªx ®RÁ)ëg4Ÿ„Øfa3Ó’hÒlL“|E$IæJ[f½ Ÿu„…p™9”PIŸã©HX.·«+¾"ï´1žq¶zžŒé >US•Uªäè&CÖ—©J¥ƒ –»&U³’›Çô,¡QάJDÄ­+?“˜Nwå·A]!Z :þG¤™ˆLIíݳË?ùÜÈq3œfªùÆ-!9€x­›Õ‹÷<ý¿·Þ»:~×§üûŸO;þœ§÷¯/_~yy¼|¹ù®ÿúéõí±~ÜÓï¯ïŸ¿ü ïõô¯Ÿ?ÿòü|{}ûúûåûAõ©J£¸øô ï><^>ÿòå¯ÅñªX[Ç_öôÇãÃ/Ï/ïžz¬‹ÿº7yzþéñáûÝëïŸ~Ô«:ÑûŸôèä—]è~Àó?}x“xûå˳¬œe췸¿ÉÓãÏ/Ÿ<Þ½½~{|ú=_”Sñÿ²§÷ÏŸ>üòúíùóûÅñ@TÌK£¼׬~úðËó/kà'|z|{þýñòþs_ìIs?úéÇÇÏ¿?éó¿=>5Ë—~¥¬Ïø¼Þø«žùùõóŸóÍ÷ÃãƒÜ•zõ¥…øóùññîñçÛãý—ç—÷\:Æ—¾ã3_ÿx^@ŸýíñûëÛ—/¦ÐŸ—±½RbÉÿá‹ÿ³¶Á%[Š!ŸøùÉ/ø¹Æ°•ÎÔi`~;üW@…ê·Îù’å#é~Ƴ=]——HÞ—ä*P½èÂᄇp…‡pjä7y¯ðR´tnÀ5opEB¶jfìm z‹¾Æí£ö- -ìm½ ¢·!ô6 -½FoÃèm z‹¾Æá6˜èm½ ¢·!ô6 -½FoÃèm z‹¾ÆáóJìtC:õ4sºR#‰ŸÙ÷À¯Q—U .¤©ã];®owÞõ×õsßCè{ú¾‡Ñ÷Ü®Å]1Ï×¼sã€ö°öÖö9€>Ñçú…>G£Ïaô9}ŽEãðÇLô9€>Ñçú…>G£Ïaô9}ŽEoãpä¡èWõìs‚S`ÀizàWº¼Ÿä*r.¿ç%.‚uƒ -mè áw‚î$îÿnbu¬·\HËá?3CHõXùfñvï»^âÚs~áKˆ›öu’6ݽåæg¿FFÆÿ¯|SûŽ’AžÎ˧ÝÞ vÛ‹øMp÷¹ÑØÑ7’B'ïuxŽã»|õšÌ(€Ð,Yþþí¿w½Äµêl/æbæÙBðO–P¥î"žÚaÝEû=»R¼3æ¹3ËÒÿÔ'7sõ÷Rˆ+´#¶+´Q0dÚXפkWKµ¦¸–™ðø¬(›ËÕëþ-®[”\bƆDáð‚·@ÒàÎC¨æ—wm/)îªÇF£ÏÔb¢û´ßŒ¤",G—ÀòV7²“qf©¶zµ'Ëƒã•ØÑ– -È4݈ôþ° sH­Jøm°+{àŠWÛ-–C§U¶;ñYäÖ-¾ÿÿw:TÞ¦Ñ6Wh—Ú}¿åâèª0kŒ™§¢²idíÖ»£\(¾3raªð_ÎUHŠ3íp ö}U÷ \VZÈ®âÌc\‹í;ÛGÓˆ=a¶ÂQÌ#lKޤeï=œEwÄ' và×ÅQpŽqö†Ï^Nƒa^å“¥5i+ñ­…N_ýŠ^ïi3Á<”žai)C@Ï5(µp“<Ê a1öœ&·+Ò-3*7AÂH똗cn¹‘ÄÀj«hû);T ‹è‚ËY}ÿªºvÁ—F²FZx—Йîô@šãYm2…û¤uü7!zÃÕÐåÉÊ0¹©r1ÃH´LN‚ôqƤÌbҥƅºâÁid”°ÿw×0a—é>¯^»;†Ô„¥xÝ*ŒN®‘¨²±Y7‰¶6CF‰2[ÜÑŽ–øãgɈãe!Ý% }ÓX¶Tuß>Ô‰Q…vóo1³{JÔj^’L]Ã(L] €Æt&¿5qªë\aq3 gzq$(÷öe$LVü­ÀyS„M*þ³dÝŸvÏ0L9ôYÍÅû‹Ó!ZöNTÃyB2H²i=lsTp…=Ê·¨ž(³ŠD·› ‚S‘@{Fw›C{ç¤~³û%.Ð&švZ6Ýwõ -3%á]F°Èò¼õXÝ—Ç„ËâU „¨Ëô?ûî\N’a`º«!Ú–×% 9~]‹:r‡Ã1!~ç´‡ÂÛ‘à®0 ¡´¶øõð†Æs±¤Ö¢»Œ·ÉúÿÄM—ú×?AüKµ/ÓÙ‹þáEÙÅWÕ894#4#r"`¢ÍTõ·vJg¸Q¢t†xýp¦ûñ úQ†hÊ A9‚²øÙq<yÊÏ&_Ɔ§Lk˧̟FëwØ›ªùŠ÷JÌH𿫲íD -ûvõ\RY”þÔÝ`ð$_ˆäårRb²§Îà4ypi8<{ãp¥ØÿýÓòŠÎ•¦Pàâ­Èäˆ>Õ~ý7ß³þb”ð’´ÇáÞÈ'!½FHñ¿‹ã²«ÛöØ©ãëÀÓ—¨¾H-z?ãï±÷4]~Äžϳ¯HÄpô“$ùß­äIÐþ«Åù×ÝZmÖ»¸²”çåf Pðv­)=x·†þR -æÃ|žüë§5¾30¬35CSˆÀí"‹@I9arnGE×&k·1D &‚OXùGßû’_eÌ -où†>û¯K³Œ$Þ™²c7ÐÍû_éZòz#QeJÛT°Ë°ß8ü¢,áv¹Î'H/L±üeýóX=Ò°îC¥UwÏß¼ö?Á7­§¢Vv~„‚¥î·ÞùG):¥'µÐ ¥K’½It‚…¾}âHjÑ {õLJxú}è‡âúýG¡ü;@²Ùàðu»¯Æu”tû¶6ª~W…3‰‘êB³[²ôÉ/Õþ†ï‰„Kb:4Öé×Ý CbAÒnDµ“¯rFÅ|5p}l¸tî0n<>á‰_‡ðÜJîq_ ->WÉ ½Fúú–qvQ=õ}Ä>'Ó—¨N67Ø&ƒ -Ò½í+9Õ+©ãSMÍ/ìâÙ>˜ä î’Õ~½= G³Pô쉘­†œ³é!nç¸aÅH€û»÷˜×+ÎCq»Ng¢ib`¦RjøR”®÷c•Ùƒ¬½]PhèÅ"•~ fÙ훈^çkÂ!6q¢­òÊ.òÔã†Õ²ç!ç êSŸ[Ý(½Ø¶šímb¬:óo´ Jå¥vyþ솓þåÄã• ÇÚƒMIE¢Àýl3™«•Ñ¥ÜÞÒ_WHgú[‡œ‰bœL˜öbÀ[·/|SN䀴«E©¿ÍÂý¯â4 Ñxè<ÏÄc•ÔÝý¤ï£Jæá,p2FVÙÝîGê¹\ý´ñjhÖÔä11å6ß|#-i3GC™KzØB¯lp‚–z[¢’㓺^"ÃÖ1@þJÌlévú&™§ü…FüC8‚vú¾ˆµAíÌý“‹p*"ŒPï¶$©æ]wò¥%C‹û÷{v(t¿$¯ÉäÞŒÙä¬*F"¶Áá°ˆ$N>פÜa`f™]9MŽ3O·PxÀy½@ÿ¡Šq°œS¡ÊQ ë)ORˆI6UJ¬©lxð³Íůœx\i.`§š[X]Sb:–MzITov¡4j‘zï×¶¾¯}¿š½Qå‚=‘¡]¯ê`)j_¬7#I}(¯5ȶÉ/Û`êkèÒ D–u¡ÕœIhñµü~Þ´ìÝíMÔûÝiYh¦›ÑiæDË<¹AÖÿf/r½æ¡Ú‹]úˆp…˜Ë™¬lÌ<“ËW]ó¥SÿY'Ð?×ÎAR;íMÁìç‘H“>~·x–)©¸xߦ OtUFæ…G±õ݃ëµU-–fÄ8y#1`„T?$(‡i¨ö¶¿ùsÌýûÏ3p ÈÙ^„Ä]MhÔ®3ÎXcÒ‰»@~鉆¥íPÙ´h˜k¨iS¦ ëQ&,0¢8ù—E[NÍþ oI#çg„ô‡»«ºë~zwâÔb9Ñ0‰Y ,Ü}’9D°)颅†KÖ ¬¥¢]({³H} % ç™_IÖÓ„yÕ]LºZRw…NÐ  ïå  ‡õO”ѳ?±>Åi¡a²Ç39ú5§h„Ò69èÙHeÀŽ”+@q7¹Æ¤_ôÒ÷§Ì÷Š1D¢è®ôµD‰Ö’a™$ÖŽlBWK3ÙöP5ŠÁVw4Ã&>âp¹]9A˜Éù@ǽ×úN#Gœ¨ü#S…É-•vE±0¬š­ôþž³_IßÓõ²SQÌ‚Í*1W` Ƽ;ÒmÚâ,´áˆû]í{ú'(áb5 Ƙ æñ*¾¿–}ºØ¿L¡:¼››¬¶õëØýUå,(¢&׫ŠçÖ"FaIr¦ê¤=‚.%±Jøâ ?IÕL~ô¥Oò{‡Álʨ ²g¢ÂX[”îÕsÊ)š5Ý^§Q³C‘©{»¥+9µ:>&áëÕNÄZ£Â‘bËÚÚjý—çÁ÷´‹¤âܯ€õßÛ^ç3Õ~Vá léA\–(ÿaPÖ\š—†{vŽ™o«+`nAr=‹S¡Øo®N{ˆ6ÜJœ:¼Z‡µ\…ódp]Ãfô! Gk K’íí›0\“?]!GÎûÔtãÌ¢@~{æÑÅ@N 5ü®yÂgäô* µ"ç«GËô^(ýìIz\ó¸^÷Pdסå¼õ5+‚{â‡ðV]YU/송½úϲìÖ‚ù:²ëß1:ß4+ÝÈLtV¥ygCW¦.š*¬zx§;ɸ@Õx=.pk+’Þ„¬x†ÁõÒRìjBÅvXÒ°wa9öž@ˆ®±¤@äE¨ ð=?y¬E6ʵ¥8`0>„uùÜSÅž!#<Üd±Æˆ6!wƒƒ*J°ï¯~òPÔÑK;’J–{ÖƒÎ[ÍœˆÁTÏ…I*,Çv”š&æ¯. -ëB +oˆ²úcÌëßy(NÎÍ’†¢ëaØu“q1‰­¬ò×Z#’¹x)k€}Õeä5býHT}¦Â#‡±³T=­fõ¡mBicïë‰æ‚®À½Ñ|é²r#&®òíûõÄBqsZ“˜º]‰> .]7@R+<$(êø?þÎvÄB\–‘ Õc,Q³‚%kbÁmh«ª„`ÕŠÊú*â˜Npà^è(›³w#šˆßaålïŸþ °+QtçÔu”`kéOÕÐÓØ»o°‚w6c›ÑßÑá£ú3´ê2Z'Ÿáòsl$'Ýç“ÜßSì±qµ!.6pp)†1„S¹#±} Øeë¸'öŠW1Á±ÞQç-xÙlíÇJ²¸ï‹0¤¼ûιî­Þ o£]É ÷šA) %‰ØŒ/ÖjEy· ¥íjÃ…ño§|Ї™Bc w̵Á¾™û’ëo—¢x]¯GP´¬JЏuI :ù|f…çS©6ÅžïŽ9'émßþ‚xÄÍ© ¢›èÔy=¸;²²E %hô¿¾{ëézɱ¨²+$Âx1Ÿvô;’„}$°·Ø.&«×÷Æ1nËÑUˆ…¹H1óks²“D“L#æ)ø¿’øggÙð]õãu)k!¿¢n—­šðÿhøSU£eê–}¸v9ÓBÉ3Ø´ñš¢d¡>æ2œ7ÌG…<‹¸ù]Å7‹m;¼UVSZ«ÿnÖ†(¯¯ ú‡ é#NïóoB*×뼊ªŽmmZSˆÕnUbx-mâH0m“d7æ‘Ý€O`þTä”pø·Æ%͵аjчCàp³²°•T[=†DHÉôØw“˜a`ÿÎ!¨?9ýJÕ=MØR0Mð'áQ®gc¤‹jÞºÌO—W8åXÂn$m†ù©qÙú/,:Ýgd#¶3RÉü&6{>Üm+ív»Q ¾‡f@ÞíÙ»h†?WSQÕí:Óí+¢¡ ù îÒn|ºB“5ËvàŽ†£ájõW4ê ö>[à´ÙR=€÷-¢§hívžNRé|ZX©GãMÇ<´Q•ïœ(+ø–ì´£àƒàõ’‰ªóîošyƘ2N›3{ÒÜ”5ð+a„!uJâÑf'1 ‹¶(ǨfšzzÙëÙ½VÚ‹µ)P^)n4å–jØê-„\û¼^ÓÎD59ml- l ªST6ãr´%ĵ€ŸH¬¢ÂȽÿæV›=u²X@gSìf+,«¤¼-Ý–uHܪ„=ßi®­¼TØ:Pø-µ×kª×9ΤbµY(½ ”þÁ¦”#:_B|c|+GÛði•ûÚÐoK†5~âK¼¢1w3šIg³¼4Ž@.àr™Y“‹µK›ëQƒ¾÷Çí€Dé"f8­ºõ­&jrµöa¯YàÜËz!´ ŽR»C‹¡H…³P÷(¦BåävúH®…F¤ÅH>+dšã*ÃÜCÏöÚ»,3ÉÄl”VW"ü¬!еMñÛþcÌLW8ÖZÐÀ±¬[ú‚¾€‚õ2¦ù p8üp_e8õþÌ>ׯClí[X5(a[´'{^§Ÿ°åª6¤i*¯ÈÄÇ×o´ý{„êžšC÷þ‚þ×ò.ªÌK´dlg-fG¸÷Y•:›”„¯»pn°ß½gq½F6ˆ«¯¨Šk  0 )pû9³1ûÍ¥=5•htI÷,Bý·æ^†Dü;]¼Œu§Î§TÛ­d{ ÁJEâ2"DgÊ)ØŠ96Ñ«P\Ë&TîÑÐ@ˆÅeØá±+&ô#µ3q{¬æ¼ÕËAøLöì“IÚ@!X &µâ‚Æë»‘Œ¡<…Xm=ƒæ´{UÝ(­ÁWóCxÔÜ]÷èJ"%Ÿ®Ì‡ûâ+âÃ~¥Z"…m,ˆD¾Ã •ú„íú–£9‘x…>íWnZã@fd#V;È™ØÌ‹Ý6Õ¹™t¹;i1Ê,JfwÚÑu-|¾‚Dm>Í8p‚ÍïV;»ÿ”saµ¾Wä”î–¦´ÝÅV°6ÞÝÙVÁoúomÓf»}lX: »Jøî£xO‘ßj\¯q4Öè¾Ì±ÈØ\ºÜÀd",jÍë -e¦þvövˆUÜm°ª¨ÐÖLOÑ Íê8çmÉ*W§_lÅÚÊóöaÀåýË¡n×ÍPäÁA[[ŽÆõ‚/QuV³z;V}³¨†ûtÚXÀØVhOB1³j©7§[/ÅgŽþýŠWÚø ‘ê&o×q’”ZZÒ•–™™ðP_1h -¼ŠIÍ¡×KçLT“3ðИëbð¦ Þ.ñIJ¤Ý•¬¯3Çè¼IüýSâÓÆ5³Ú\#Yƒ†®B]¡ÚÎ]´ž{Øý«aÂeÅâñ: ëÚóï“¿00¾vN>Ï´Þ§yÏ¢zù®ÖqÊ+R= 5=Å»·iSä`F–þØîðÓWHKÃT›ÅK˜Üá×…™öÒãÙÛö8õÖv@:YºF·ä£Ò/ãô¯ÊÁ«ÕÞÄZ<ŽÂƒÄf*ÄXCÍ CN;É ­„‚‘ÕÌoÄLÚnËÀ#îî/½¯ås;î˜Ê¶ÐJ먒"§¿©'u*ö",+°8êü¯¢/°¥4ïYñÖºâšeÅ+ ]/AÒX3¶ „­è¼›ÙmuýGŽV;b>¨ÈÔFD™É1“¥…3Öˆîòèuþ¶5ŽsJÚÞKmà0â—CçÖ¼7QeWx"ùÒ•´—kÞJ¡wKÍ Ž”5Qõ$X²-ì Õvëà¤AA=ãb+¹9ö05 »Š“úŽŠzƒÿñ6EÏñP:ÅP(º±ßµôe±µÜ‚c›«Ñ·¢%·K‘¨$¤tnÊ·è›"nå³&{ˆ -êl Ç’³1¹‚+)Aê=¬9ÿd -Ú>Û~UÔš‘<½y¹žÐ ˜ndç÷†CkÀàÄ|èfE’Cû2hò‡*ÏížäÖGLí]à—`×’µm}ÂÄùgŸ.¨EÅa+ê¿Ñj9€ÖÐ2!Qh¦uiXÚ»äÞ*_×Óˆ¿Øˆj Ž)Ï?\¾@¾¥ÙEçÒù¨P~¦M|šw&ªã¦î –YëÜ¿ ÖL‹ötäø(¹ÔhWŒtÃp~ò2§.ÚØ 7)_¥:tÇP¤³E+ˆ.õMCvËàRœ47)ö1óý<ž2¿¢ºçN‹†œ=|œ›tÿ8éVHñ÷¡˜p†Ûž‰ÆVàW&sòð›yWb÷%¤ô}ÂèZQôוW¹£åì2\Cd ' ¨LØ9GÕ .[Îá4Ù ‘W -®‹åÓfiîŒRá¿JBÙB)w\}6ç¬ÂöW¼-¨¶Ì‘Í›a²ß¹ú¨`1ìî—¯x¨¼‰óŒÂj„„Z°äòxÊ šœ®M™êŽDF0ù±}h[0+GvÍ©^“’ÐvÌkáM öŽ3ô§sC!Y!켺_ÜYð ò¼Û\£d›?” “KëQ‘cn;Gd -/£>yÅ:Mñr¶¯F,=Î0ðØRyü° nLDu1“˜s&†l;VÏka¢õ¯Š]3ëïsÚ”ÀeUÄä­6}#F5–:¸*çæ²‘èNçPî.ÛA¨„ÝŒª›iP{KôÒa­À [ÇíFW±W]¦÷…©Ý„÷ÓUþؘ— -²"#¶%ýç»­ÍÜDzhs=ÝõËRg9fÁ†ÆÎtçžôèwÔoƒ2WŠèÀ@ˆú†'@µÃ1A¿¹…׫±T‘óv<Ún$ÖóµùK–_<–ðº[N"&TrˆV›A¡«æ6¤Ü™4QªónY²à÷à»àÍ‘X1JåÎòŒ¦Óby2»i‘ÒRëNþ•ŸìÃ]tV ¹ ß©î//Û‚ÚëXè 2V1×Ömi=€‰?€¦ìŒÁÍѲtÓzOýuÏzeIDݯ”5M³ŠÔ ºï’®„_¸g™¯þ¨²+”ZâÞ®z á LíŸMж%·}Ë:ºËIpq$1(e÷çf+xOu›ß{%¢œwÐ!Ÿ¿’u6>cÒû·ñ,¯¿áLT»+Û¥ÄÚ’±óÕ§À˜E,µí©¼jr÷zCs>Ût*HÑ–Ža8íðÝð9çp]®qu ›ºlÍ]N S¿ï˜0¡ì¥xÅÙ¤$8ý+ÁdºÜ‰ªr6i³êâ»[áàažxpsòÔ†»åÇŒ)ïÅäëh¬ -M9YÛ0ødËìµ ð+1o‡¯6áÄZØ%„»¾‹ë6ø;ø~÷ï>g¢:G ¨2?²VÆ=$; W§±aiÛ“µË‡ë"kk6c'ƒ} «[BÇ1Ö»n‚ÎÞu?÷&Ò3«lÏ\_ô›DÌÉÌðr+· @N˼:Í»å]ðÒb3ÿZIŒ¬ÃÐMŒñXÚy†«ðë¸ófn'“¹‹êŸpìLb¿v,œ¤µ•àrYEôÇ`nï Ë7§C°å31ý{UçlNÛŒ„[³½·•DÃÙ˜·+ÆSêÑ¿16ux7‰yŸï;éñ%žÊ~ —TåŒ]ØâY'ê}d­Iv(·”KÑ¿ú{ãLTÓu½Ã˜Ê¥‡¤É:àLö–™ºÔ¨ Œ‰Ú?EÉ\¼,šÓJéµÿöпïÖú.Îæ¶Sa-¡À ÝS{¦ËÎØSz)z5ì’Y¯sÿòânD:¸F#=Óï]¹[ÜxúF¢AQó%sIj˹jÂt[é(à^>wÐÕÍÙ&ЬÕ;zÿuØ´P -KÑÎ¥mâY‹ÝÌJ¯^æ}:L¡WÚˆ­\r‹gÕ(玺<ð¬ÏtLcDùKò-L'Iç=êÒÁàI—æ<4Pug²[LQ1°Uáf…ãùêË¡}Ýž+å]ôã˜3ÌS[iL¬e.Ͷ¼Ê œ{à¹Ã^;u3„ÎÁØNoá 2§Ý¿¨&ßtüÌêôÃÈG[þkß²¯cŒ×ãýÍüܲŒ‹F£ØÈàqÖ;—üÝŕߖQ Ïcld 9¹ÿ´]—iº4íËÖöžÅ¡äS,˾’hóÓâì{0ö’õá©):Qøý»l¨„ã/ýÖý*nå]²±!pÍÙ4æÝcê¶þæ¥xÁ‰t¨iæÛ˜NXkÁ8vöj€}9ñµ¶¬Ú€5Î…£ëÜ})Šüh´ÓÕ4Œ¦<áF š"q²,m^ØØ­–×Vt%ö+lê?¯Õå°-Ëê}Ë7×Óõj¨¢«÷40™rR%7Êþ8äœFîÁ×ÉýÂk×R]S"ºÑÞÙJVq›)Ò1ݶy­šª#X±FåëGÑ a>«†SºKÊé#kožv÷¢Êà¨}˜)›!¾Á†ó`i«ãÞ±÷D‘Oã³´¶¾Ã£ÍèÊ ¸Lg ¶ã]‹M0tuñÞµF 鄸&¤cæ$TÉrsê«ìþ†|dÂ[’]ÌרëŇjw>ÒÕ°­ÀÎ&Î-ÖÒÍèUФwEЃ ·?-¸²~Î.ÝY‹¶³Áz44¥ (Yá|¬U^§úf¼xxÙlbGG³3íéˆã@#,ò…8—[åßS–÷ eêËâ ‚uOS·j<°é½Zk•¶I|àu©Ÿ\º5)®&K«GC*ŽÃ¯Éö_ˆË`ÒUBê£mõIáÜúkž…q¹R³i‡â»µÑÑ—áE„aá š°*¯‰*×ÂÎEW6L—l‡BT~…^úÌï.$ÚMMR®­Â§ Æm²•v&YÚr{CcÀuMƒv&w Ú/8:?=îEuó¢ï¤ -2Õõ_)×l3D¢N,ÿ®#j£h®²\Eâ;vMÅÍèÈð³üÈuW@Å?ÀˆË§õ.7!eÖæ*Y^§:v@ æºMG¤Ü´{UgeYnm1ÑWáTbËŒJ¢JtXbGk«íOa±DëËò‚ªF>Ûvp_îE‰Ç·«PÞ+éF=výÙ¸ Æßu¶­±ôÕ2÷“r¯×¸å,êÕ’u_ÞÛÔ…Àgâ}“jóa–h°J{;´î -–áËÚÄ[XwóÜv1:Ê›4#nÔã$ZzÈ)«ÄÝ’èJæ*ÔH*²™¡”ÙF5EÙÄ~¨^ëÓð=Lù݉ìw&7K?¡ÞâVBŸ©• KèO¶0"Uà´ÄY€Ži„Š8Ì÷F™ƒNî¶1n–^aEªNº¤f=Îèbeg•«9„HpµäO¬åeü©®€YhÂõ°¢óaï“9ÛïMJxý5ÜF ¼Þ«„åñ§›ƒÃëxãz`Îñ“Ñ^†XT 2$‹0ÖeÖ¼¶¨óY‚×-5oíÉÚˆjÿkq½Ú¨²ëH‰)b;ÃÊõ±ÎxÐïaŒXn%Ö§è³ÃáN$é‘pX$QäÎo5”—b9³‚@¨<ò÷ÅÒ E)zA%Ö¦‰cëèɇ½ô6R®?ý‰j/ºÀóG+ÌXô6­Mf’lèpóÏO¶Ðóø€·“ôÚòö÷€Sh$Gߣ$÷­n‹#€çNöP… QBtíÌ«v9°>´ÊZÔIkCð'ëß š^S›§oz7cÕÂbÑŠ}º¶³Ç_”§ÊÌF3L -àÄFT'¯5]Í{3%zxÕÆ|{ͪy°ÒMDx5r ó¥"ç'€ëʵ%”Æ8¶ß¸é.3º§O±öC ÁÁ2zã?€Áë|¨n×€*£­›Xc JŒ'ïë6,éÐ(¢{L!u¶Ù€wÐ>Øø$L[h+mäɲpè ¿óv¨óÌ2œfÏÿˆ·PuÞ8K.` »æ¹(Þ‚pRæ´íPFÝY’¤‡Ô|m]CÐc¬‘IQ:âc¼Ãk˜ð•1XCwIŒñ(VyÿóžX,³û#s øÄB59Oìbk‘|Õ6²¶oCq~Pwð¬&Nr.~Ò„Gh»E™‹"ì iÞHa¾uÏÜœäFÌöhÅKÃë«[KÙ”;JͶöwEÕ´×_ÎEy‚ï=t{Øi ëBú<¤Í;ûœr‘ÿÒlŽEÔ³Mq¹fm8@(åëq¶-ÇϾÄ@‰UÓƒ7+â‰thìt kh–^³ãM d« ÕÍ©í=c"“@¸]–OX¶BÜüªšîÑ®âõ«¶@ýÅVéÁÙØÎú;ªÔãšÏÀêÕ蘈7»¤ÐQÙy±;‘þ׿·Ý‰ª«9GZ#©Hèš]uNa=ãÓ2ï‰Ý#j>½EBrú­J¨‘ÍpÅ”=V,s|D`¯G©6-•¹àu{¤:PxœA÷` u£l˜X‡¢§ëM´d:¢¬6§mQ‚Í˜Ý kÎ9¥cñ÷l¥Õ6¾ƒÁ¡à™tÀ¥ÑK©Ï‡‚Z}ßÁ”†ƒŸ“Ñ–Ð\(UˆâƒÍ ôH Íh›0×¢zá;L©lœ|¸¸%eFvI6ëaàPÌÂðüFsßñTá—çšñ-vL©ær]¼ßpBdh@j0_‡O\q£^ƒÖ>ÞvÐ\ÿýf-GàhÃß·äX‰–‚wŒ7zo„]7aAëMÚdÏÄ8?ÓüõªþšÝ ×èÏmq#]7ª±³qžÁàé¨R!X0•nÏKÑW?IþÐ×/ða­Aà­ÙV¶¯9$8ƒ` Š`ŒC!æ*ùI6MÿíøUf> -.¤:Å¢Mf2&\Kð£CñÛvÝg8Ƙ9.µäÍø¯ëvç âÆPgž8ú#Oío{V5ï_T™3ÝŒ©ˆFpŸ\ôrºÓ†SÖ½ic„ÞeÕD¤ì£Ñë~Ö-O3Cš#'z»G«[¢Û Xõxc¾ ÿV‘Ê€•ªNj»¥à.}­ƒTAN»sQîEWÉm2¶–܈…ŒpTþabö«* p'ò{èÿ?µDÞê£ôJ•wI€—]ºoÜ”¾ôvWk4³ÎýÿKý¤þ‹~P‚`pø}ÍiŒd#Ëi_aíië¤;l—¥Ðڥѽ÷myï*eæ)Eó”¦qr+]˶£ÅØÏDLZúÖÆ¢¯ú>ðÿÖŠÛíl‰ºA‚àÛö×ð´ ª4Cß¹Ë^UmÀlïR ÆW˜×Nø ªßÀfz¾Œ»ƒöâ7¥™‹ªø(õo~X0G0R3 «ŠïbÓí>þÆL^ Ô·é¾P°¸’4“©B4Žâföpé¶ä]Ô6Ÿ²¢Ÿú@™­ËÙ9-{ ú”ƒ7óìøàÔNU1o“œÁ&æú¬[U/g5aìßæÍk)¦qºez³†µYÑÌ=Ýš©j4Ž5yé»iúŠÔ|Ô§é§¡ƒ5³ði°ù86ÿÔ1¾¼Ý®YÊì#§C „yŒºÝ—«CŸ·_'À›M…òbïe®x8Ð0âfqêëV:ɘFãva;]„aÑ6§VÕï9Ëòèôá­ ¯cÀÎdäÁZŠcãÌÚá‚^)æÕÙ¬zG×—÷_ ½¬’]ß’Ù±¦ÞpW—Æöv‘ÙêþµèqõYü8§#™ì´QË;”08yì¼³pÌZøXšš˜TÇÈu)M3žE³û—|C‹Ål½WÞ¢QÝs3Mù'ß6XíºYÞe{öV;IÙ„þc)íìÍno=„Á/Ì»Š½=u¬¯^eª8O°ÑÕßqñפSèœwεQ¾/h|¤M }wt¤ËsÆ»”=Š#@­LÍah!b¦Œ+ë ¡‰I=žÑy¦3Üh–º1¦ƒ NY½ÀaÃÜ!µ¶M3põ¡•BÁØQ­g1©ySÒSU\6å.£lñ`ñœ8½½´ƒq -]Zybü=/”ïºõUyŸT(kC„Džn/8ª-uS8É ýuYŸTV”Áz -/׊.XêSp'ÓðÜDW±@~1þ -½IWÍÁÃÌèãv -\æ<4!¶Ë¡­² ž^û‰ˆ•kqŠE£;á{MM‡¦Yõ9PùþP‹|Ž -ƒ©Ì~ÉRe¯óº}›Jï°X £W!úØ'nõ“„,B§Ú£že\P’lÒYCd½ ”vÝ©YÔ-%šdÅ­40¦!ú¥kWn|zbƒ¨KJÉááH<'nŸ„¿Ö¬éÒ>´¤ú+}Å»ò'¶9ÿ _ËÓ ¼.U’w^ÿó<ãP ÚíT\iÑ!: -X©Û õLB/¥}ö-y¦‚XÊã43¹B•ÒÖŒ#pZÙc!‹À¬Òã)…Ú„{´ö,\žÅ3ëJ¼< ¸«.ÛîÂUÛǘD‹µù DpMÝqGÛæ Xá#sœ÷¨§b‹Za º)0’%‹t 1úЧo¯¥Ü¬,lBcß‘òV‰àq,÷0ZîÐqßþ#ÌÁ £5*Ôµ,·QÞrE±²•×< ÔõNûìò¤³­ðTšgIÄÛ}Tp{e]§Zðuú²S3):þȽjÔ¿´~¼ZÙ±8J -t³´g:XåÇÈ×È›æ­2P¢P/‚X[lôîØñ³É¶r"lVXU -’5É‹¿ÈzÄÇÂN¥nTørqò,P×5"¸©ž4Ýj£·;ÆÊ§žÑ« ;÷›µªŸ,è¾Ý¨-…ê ;cÙ”©NP©ŒòX¥†ºÎ.ǘXí®Ll©¤Úܱs\ -8u ÅÎúcC¤äítÛæ0¶1*\¶ïU[¨×fYM—~$’± ¯W$¶SÁ€ÊéÔqÖ`Õv 6§C ”Ú;¤PiTd¬Ê3^€^ÝP¥Äš‚°'ÓàuÜÆ7a!çËÈàÙJ™Š1;IÔ|Ï‚CanÕì½”ú½8Cî_U²ØY(ÚDƒK+ÓÜv°—ÂPðôù~êÉ›•b,šxÔ„Ó_ÕuÙ'0f%ûF;]]Çc7&0M[—ÒÐý -gíFJKv4v}»d÷¯P+ÄŽÕЃ¢Xe;4WÍzŸ}{ê`¼\ »=î4›¦Æ|"”âRñ[=7i.ó6®Í­ÉàPÐ…“RÿªÎÇlz ›{WZ\Õ.ÿ³Â•ªá¶YˆüVáL'³êlUã$ÖŸüïw÷îªv—çMM¡c âÙªÚ<—#„Qÿç×]²v(0.ÅÿŽ5ªyhßb5¥afNuœvü…ô³‘¬W‡F²žo)ˆÕÎLßææ‚ÈêÓ°‘”Üȼ];ieq!ö곪Ý8#N$ÏVp™{ö&ÓØÜ2uÒ¨_aÿÕT° É®;§v«×N·õÔO##¥ Áf4$ŸØ¨g÷ÈèëzdFiíy©®q: q£!µpIëÚ_QŽ?ÙŒDéc -${^‚Ô&H­â]#Í<€ÅÛx6£Ökž¸GÄ{d’“|ÇFzY"ëNÀéÒîÉ,GkìÍ íÐ]iÍx=OJ>¨~_ù86êß„ DÖ ¶Ž¼À`+d;®¸óCw\‡¾áÞ%ú-¾\÷¹1p&ðÓò$ˆv }¬{äaöľiŠ˜‹6Ñ—¶Úƒ–(8 -¿5£ÑU.³x"l£­ŒšÙ 3àÓ^¤˜¦X¶§ëCê+M-xåy–"‚7ØÅ›ø0 ãÝ“h‚¬cæ“)!n³ôB‘¦¦îv.ç†pŸóÌÐdÍlìä©ü† ýhxïÒÃ{³Ú’“ ¯»ª#64däÏJaçežröìV•?l&ç9î€b—MÔfæŒÚ¹Ký­ƒºRÍœyëCöÎõRoÙ9θ9WFsñ´1=OÿÃéY_4=oÒúÞñxÎîéôƒÁìtÏ4BÆQH„i¤òb6 vOXÏ—½Ð¼&|°Q.ùéšqKž4Å&–ò¶Wùew·'N§fqélÜ!K—<¶š®Ÿâî Ò™pŽFfG¨˜êBø¨*ÈÞ±j>äD”çtñSy*¦e£X:ˆ ……H2"h´Í‹·Ó)üM÷Þ´œ–³p£´Í¢Èå\¦Æ#áX èlna°"FÔÑ€»êZæ€\w¤ÓëT^u¶Ç׆绹ƠHˆ¯Ù -vDÑûÖ¬Ï1fd7Óm%ôýew"…lH´rç<1(m59Cƒ€‡Å•Çݹ@ÇÇâ¨D¬!Âô—.·;Œºo¤+b½ß&yÃ=¾)ï‚n[ ¯®€ŽÉôèr,¡Û’ÌVÙ›•]Ì,“ÚõW»UÌ,æ Ç -¼nˢΠ-1Ð0’Îú·H„/€=ßì Æ=’ÞóÁgÃ>™ñª7g%ׄl€7 -ì°š¦¡R3fm¤8žíšÂÜA_wÿu]WZ} Ök o*þÊÐé«G x§.ÜKAcÕ¢Ñ'¬³ƒ| -cîöΌnÅ®Eß>€5¸=ܺQñÂoæë‘;q¼©eh’~ -cš",›Ú±÷-àTž9Ó³ ¤íhÕ7‚ø6u5ƒ)ï~Ë Ì^ŽÐ;JFÜK¦ÞÖµs9aj_—ö¾kukúy+‹P‡ -K|mcLIBç‡ÞÏ‹r¸í_ÚÎz•S}Ž7ÖáAÄ ÌÖÞ8ƒ;d¥g`Ð1±W rÌȂȷé[xéžMÅvFu ÕZ¶¶¹Z)öÙ!© -!¥FǧVå«~oš;UdÖBþÇa/£Fz×i8\DòŒàŽë7Þym”ãI7µtßžDÓÂãq e÷Ø›ˆÔ;w±š”ÐÛš -„i9T:Ã;NGÃÅù¥8UÀÈ¢){W"2»”Èqté:qfúró,†t¶I 3š£0±xmÀLö­¶—E£cÝÁê㽑Ïo• ‡TçèíP „ä#ßjÈ#u´bï]ÜO7Åßôn„éxz:¿‚!¤ÅÑMFÞÒqs.~0,i -gìzGG´ðò·^…%oLev—…Hº¨×è?äÀ¡²Ÿ¥’B3Ÿã”çÓ¬¬,®…EêÀõ&{ª¼êØœ‹þÚ[+¥£Çϰ3qgÆŒ(ï¼óüÇH#0¾¦#iV}ʼyÓSi! v&•_„аlw„‹ú€–·ëtjÅÒ ¹†²7ë=3Ki¯õ-pu9U%xQ·^¼;+½e»Þã]ªe©Y‹ ™qCr/é6ž÷Äcf꽪:œv€^ÑêhNHq¦²CC¡ã7 ‘&(‰ØÞ:ƒw©½ÀR¹¦\ÒõÖ}&Û)S!Cme·¬V–6,Lq¹:ÖÉ2®ðn–LOôûÜZF"¥Ýû?Et(,öu!+íßÎ<]bPÖs¸;>ÆAüõ½½ -RÑÙO™åfâ›p°™¹*¢'Z;—óqŠXIfV×h+_i¥l§\]I -Þ˜E!•Ÿ6Ì$+Ưž{-X'²¼»d •kDŽ8í?ÍáÆ¬w ]?gF–¤sfì²'› -TqºQÊUÕ¤ýOþಎ°%5 åS ‘Î3!ÏËÇÉb²vçœáÓ ë¥×¥Ãb”Ê'\M6 ªäÊAB¹®,<‘c¡—í°ý°ä¥5!l©@‚Å ËÎm9Ùp‘Ýw ÑCJ•¶êšÜSô&{ûS[µê`SCÔh™÷·ArˆW$٬ʪº–oÏLB·Œ—ƒlžsŸŽ:J”î™Æ*sð¾/ó9™÷÷ ¼-²ËžS€÷fÁWWã4å`SWÍ‚DÖ<„ʾ8·€ Ý küì¯ã:'«c‡®®õ7–ÍÄD3? Ž;A§¨›"@?ý{ãШñ°æIëvjñ!²@¡Ñg짺Ek’PMHæT¥Çµ^÷PëKp/;tØu³ˆbÙ¸‚,žâШ^)ú ¦•‰\DJíp! -"Yo½s=Èv[Ø#!Ý-›‰[¿ï[³´“žÎgÕÏ]ÜäÊz޶0êTîG*VX&*¾Á&wbæ[ÀÜå nt—c S4Ò|v,½¢0·S>È:Wb„­ãÁHÞ±ùOA†éÞ’½s«Ôä®gà÷Ú®e—§'SQϬýe4÷Rý`6ùìÈú¸*Y -¥52ëÄÇ)"¥zZg™af¢ƒ_×ìÉ Ý#ú”°û(j­÷e:S¥†i¬oõ}-ií°]We_Œj)òÙ"¸¡žè0þ@ªíô0ø“׿+^à®¶ìÚm€´ú¼ˆ­½u™q/nV:Ó“²a“÷d/]O÷ ÎÖQ¡(lJ·[Ÿ/ŽxʲRÚ`+Š¸Æ ¾ƒQÅ•;ô ¾Èº”‹¿qÁ§rÔc ^äÂ}Öi´é6Îû´GÿF›^˜éÃfÏað¦öd$@ËÍ -믫 -{·ÒfW¹Ž<ûú|CèŠ3«ºJq±Cw(Ï+û¬zÃæý x«[]HzÂK+¿npvÁäºkŠ?¦ÄÎnXíl_ži¬¦D¶®TM§»¾³á:ø²A¥lï9ÅO{?d(~®mÄÉ)€KŒ»ƒ»Óˆm•Á|8Ê9&/î'Ý„³š9ûì×§6¶yu%9Þ·žÝ[Ú\-sâäe×½BúšuÃÎ4¯]Ô8ÓæÄ¿0¨™ÖU:.^Ní ;ØIÏëc“å(Úš¦±ï>+æÛf™Ç½.fži^•Uu$ˆ!õõn.Ò¡“«Rø½š=î‘ ë«ÚŠSiÔû‘ÀEy!}?{ÏÇãnàÛåY±Ë',?«Ï}Ø·tŠ…ÎaÐòÚ~\åMÐhĽ zôNx#Ûjß‘·äü4 mãN†T^äWFšõp™kw s l¦—˨;˜ä¬îÌàjcó²Ç{ýì:é¦.ÂÄêyçs1:»™ÿÝæªã±AÖ@¦úÆH&Wg)±_áJ×ÒÛÕŽ)ÑJhiaÄ!ŽíÆ<,A–aqX $y±ÞúqüŒ•÷uz ÎNwDk]´b³õŽaqyoêÉlî M3ÍÆbªÑd¤ï䥟¥Æ¨ƒî;øZ®ŒvÈ%*ð ~kƒrQÔ œ·EYT?“`þº×>§{YÞ–žôlôZ]¹^Ry®Èsr̘TO]H(ÇË(+´>^qÂi%=Ð]ÏBCò¥êr…ð9£^¬º˜ð0eµÄMÃR7¹5aòE>½=ïÖŽÂÿúIÃÚ½›Þ@ -¶­a,yÐ-}aètvzµ°÷ÒÖ]u]® -*”—ŠÍSOÆ^Ÿ™š„$¿>Êr: -pW#ûBÑȨ…|£Ý‚Nž]ç» ŸÍŠpšÆ›6Í…AF¦!<ÎS-m,â¤ZõÝ`j[ánm=u®\1ÖÎC=ÍN%J³U‰‹ -¸ÀS—I¡vA–ìU©ò¸‹pè3Ù­e¼oð©»X~ÏÃÙFË.çZY-‘ÎQ\Ü3øè?ÿ—þßÿvËCò~ú÷ÿþoŸþõöŸ¾üøýß¾|ÿÃßþè¿ýìwß¾|~(~Ù§_ÿøåó~ ?ùéßÿüùû×ÏøìO?þôÇ_ÿ•ƒeþ^8þ¬oúáëÇ÷ßûÃ_O5{èHQ¡Gøô›¯ß>ÿáóÏŸ÷dW&óéóÏ?¾þ°óÿþúñ»O) v»ùþf×Oàíaîg>ýüëOžà“?}ûÃçOÒ%ïÁè³·þôñ—?üîã7?Üõ§ßý< ² ëÓ—Ï¿ûúíÇ?}þý—?Ž[ÝÅoáðøÅŸ¾~ûüÿ?þðü¦ß}üéó¯?¾ùÜè÷ðÅŸ~öñ›Ï¿þø#½ëW¿óÎ#±I÷öé -v·ÿÎO¿øüýëŸ?ÿþß¾ÿü‡Ÿ}þòí×ßþðíã;U8õxŸ~ýíg?|üå§/øüý˯LÛüþ|òüÍç?ïýÓǯüé7ßÿ°}r/%y_{,ýûwÏÿýH£y6òÓ|zñ{›ç¡rA²î˜†«W1$¨oƒu´ùù›ŒÝÿÒêæà®Hij„ãù(§Ð õÆs$í@·kîv¬ë”PoÀÀ|còò7}Ü_FøƒFÕVðšOÌÒwÑÃTÚ -wÖ?À(`®|3[¡'× 7ßÍüa#Öˬ I4ì`&PѦ:l>Ò)ò™ã±˜_ -†Q\{*+zJ\1‰zc=ó9y*Ø)cÛÕ›\Ÿ=¢¦§äqüæµQ°©ûÙR誥ýú…Ù–üp 8{¢§æœd]ŠZ såŽ3lÕYh›|õ´N¸é qÌc1zÄêag6.{ÂEÞ&úD6↊^ÇÛ8÷‘ºI(ÅË^ëÍÚô+sûG¼Ò7Àá‰^W.à9.­ÀÜïÇ"²QzÌl>Ák÷E†åhc+ -Þ~vж£ó-°‰(|’YHõÁÈuã(&WL ÞžÐÉs¹·è$Wf2t=ƒH|•suPb, ò‘xÙË^@& •9zþÐfwS0rœ‚H6:Q=¯½ø^–£·kÃlFì²7º€M­¼{Š0lV8ös‡'ÀWeze¢?”BYŶۇ⫚Á«zY¾ì­.:‹èâÕrYZ«Ž$èŠÎ (:‰óJ¹‹5GÛÍ#x——2.ß<§Ãz †È–ÂÃkAêã„ãà' “LÍGS=äØbLˆ4s’å¥1C½Ôf¡t] ¼`ãÝ„˜Q §çUntŸ¸Î* Ke5#¢G&a‰–'Òúþ1ãË}{k=µêЇ›Ô8Œõ®+ŸÕø¯; >CŠ—ˆÞàkõv>.bï%`.D=«Hen‹rű5ñ¼ß÷xA“¬uº7ñ\À«>Ž‹5èݲ”Âtp„7jm5³Y¦Ë´‚ȈÝÁkeˆ¥± Ê8­Û÷ýË ygÀ¹Ýë"ïLBÍnVœÿ×kÞM@g¬¯Ö†2µ^ IQá› ž»˜©Ëú·t±na¸ •âÙøÏÎî<âk“·ëú ù‹ÖÒµ¸Uû1_‘ûcõv!Ja¶ùzŠ7AËP|xN'¹ †íËçqßi(½x•V‘bx_ÞÃ̤¢±5±(JA)–LT<¼NÎ8xRLëzÝ‘ØºÚø~D÷‹Ïh-^`­‘®nSH¦Ü!‹gÙ¥Qt¬Ö6#‚à*ù Tí/Í Õ ‘ÄÁ'ZÝÅó6(1¯±ÇY†dÖ!Fö5£=ÉHÜ+ÍL¤+]ÁilV ï·ãy³hý¹ Cmì\Ž4Kñ‹¹r“*’¢o„Nq­Þ3ŠŽéÙæÆP0аtF•Ll³°!Bî.'b‡!ÐMñQSÆ/¨Â­µ[ Qo”S=ê£è'¼¦Y^w:¾y€³ð» ?E‚u­5ÔÉŠÒ‚»Y^?·1E¾´r¢*jƒˆàÍ•xÅ ¯”ƤÒêY ܹŠÏÒÖŸw`\ÙŽ'ì½3ŸèÕ¼ u@áÆ ÕÇOÍ6;·È x ²ýÐ>ØhN¼ŸR{ÿ-×½d ØÜâb±±’[eØHX÷ÿäMÞæÛB–̤#nŠˆþûÇáœbþ•\ñ¯*I˜Íuˆz¢–%¶îfü72TÎàböyŽNѵÝ*7IÓw1„ª{ÆyŽÍª~±_M=ï^ýˆy£ûÔÂseÎ[Sj x.ÏmwbÓ)¾±ŠPý8Á7Ñç„×׉¥aPc[#¤s7*ƒ]µn`ÂNn§ñ ÊBwp‰€R¼ÿÉ©A§8÷TR ÅRŠ…·º…ÈzûZ -片!ñšR@u–f|Eü–¯{› Ö¨^ Ï­Œ°|KSË‹5õÀå+6<~ZW€vŠºoáÑཻCS3-ÚÙYèô€Íàš: áOHÍöÄfu+X›ÐëììÞkè$[q´ŸýDVÏH˜a¼ºç.êAè°lÍ/ÔìÜ€‰êߊ ï]fÇáðüãXƒ½”Õ©£Þ&Qoq^~¸‹twɲ0È0A ‡©³ÒÎ+Sf¼%7Þ¢å%À†E‘#¨ÊÇ'«7xSAÝílOꬫ¾“v˜Ùû¶³=;µøÍä!Ù¥*ÒZã4 Ifð’Œß´â<³Ñ#]°µ64èiâW©J:cú(øŒ+<Ö7æÝø`â#玟IYÈÜ6dm½'¤Ð,»¡Œ£8£7øÆ f‘V€HT?È%©;cJ̈^È ¹ä»', -ÿꨰ̦›MO”^p½¯w_%¨R%q}ãèˆWŒ#ÎÃñt4ÒwÊ-íT–ªñÄÃfà3è¦:úóè衉ášÃ …8i±øw:îÀ-‰5±ë1 -RÍgnÉA‡Žùü1—Ñúv`­Ñ^ñ›YØ2ÐïHYœ­ãìfÝì,ËÔÊöÄ®zXrïù¶/ónÜkã+‚¹`9ùn„XÃ*çnU{RKÇy ÖDs®ˆ«‰ÝÒƒ^÷c_¢ëŽ£ŠÿvæŒÇPVÑËõ`‡·h3îVž|¸îÙȸÌa R §–©#Þ«ò‰÷m¯Sc½Å96saVÛêR¨PÆ”ò1­ó€û9ݹGÈmÞG€}tú -iEL)XÛ[1DÑÖ¥nÈ]Km>¹½`b¬™×Œþå“6_rý­ÿ"ÑZ¸ Ivd£¸Š` wïø¦ÛLdfKW NÝ]j [ oY^;%Í&%"Ç\Ã4³h-\ÐKvV61ÜÖ<ZÛ•Œ“‡ÒhÛ‚PàbæÞ4|ƒ<üSDfäÂç©rº€°+Íy(:†;yÊžŽ»5ã¶1Ì ¼ô0†²ƒû`¹'æÚçÑÚ¸ £3¡ùtâq@ÿÿ€èt(ÝBǚݧjoËëÔþ¶|'€ÀŠP‡ëÔßÒ‘v.WÄ™YìÐXþÄ¥#äg}½»N œ(:ñÑYç¨sTñóUA²/iŸ3¾:&,Q`À«ŽÿOFB“P¼a¾ƒˆy A«4v•]?³Ó,OGòLT רÞ}kŸŸŒX4Á:ƒÿè7Õˆ5ÌÓž¹ãädµê'æ¥bJ\§~wÂþ•ØÁ(QuÓ„ÒT•=ø‹Ÿ‰¢n—T¡©ßÀ£|êaB!óµÕ Wé–T:QÌ“ØoðàÀ&1^=wÎFëfÌÏŒYò©¯È¬Ùgê»ö`à‰ó¯¼ÚT±™ß[téØ!óÎ[‰ï¾]ÿÕ¼"H;î²ávà–¶…ìbÈjõæÎÛ¼ï½bÜ@å¹üCŽ«‡¿öYL>Ÿ6ñ3dþ3ô;‘®9JO„ç¸Ób—ë¤ üJHãšaˆ«¾òÐS‹˜÷HÅcx+Zgz+îÛwžˆô4*í¾éRó0B…“6¼¡X‰'v6ª 7”Û#Õä  - ’zƒùv93ÙsÕÐò;! £ðżî>÷Öù£Ë<&`sÈ<è©Åœ¾í' -óV<`¬N¨G ^aðrFÝÍž‚€ž8ö@¼Óׇî¼ÝqˆJã.Æu_µK~LØðÉ?óbƒÑã²×a0]G‚/_âHOÁdáÒšmið(§Š°ý®.ÒK]¶€ê`ÖC /I{Å£:qfÝ…ö`®WŒtóòì$BhÝi†´RÅÈîqàድQµÍáù܇w‚߃ñ¨ÐOPS3S°é3˜„W½â`eŒ _­b]„Ók23exúPÝ0JfP²)FÊeå\.C8Ü5ÿO£ñâ’ÅúSw‹Ê # ’hýEŽwÏ0OÖ]ûc#§ËÁM¦"ƒÎ™x¡åñ¯A~þ ¢©‰„jo·á’Ï%Å&0CÄ]Lgãs~Í®'чèAj|¾ûí±# ^+}°–0 c*,úzÅÁjó¬­"™è¹ áVpcgsa·áº%ˆ®!ƒOJÅaoMv~CVê¼O¼úi°@&à…Øn<èW'ÁSIq{Ö#‰¡_/Ž3ý±Ôe®Ê~eJ9nDWU!"Q¿Š¬9t°v/§9î;èq#CÅ7ññÅŽ}¶=òîTÙ[`¡ØIƲ(/nòìÁK YQÁ ¹E ûˆC‹`}ÈFz·¦×‘ Ê“Ÿ€4ë w5äbÐSvsóÂeÙŒg&‘@Aí‚O,o gV‰×³Ámɹ¢],Ò»Ùh—ÕýÆ8Ï1yëP¦<3êè¸ú°·/ô]—ˆÞ#Í&‘ÜY[N_²¸í×y~“ᲺÃ)™Ë£üÇ! ŒãÛ!×ÐVÊùÍÝ=]¸èêà<߉<š³:êx§Ó°:½ûH(ãÚÊ@§¢Ÿ¿ç`¨ÓY û·0F\)ãM_å|:ÝÓxÄh.K6°}ˆb«p^i¬pÈã’ŒD»„©2ßk€¬Û _–R&Ã`Ūø‹ªüN~ zèœçÌŒ©yµ–]W³eÎc#՗ߌu‘ÊZócü]@=/!æd5¦Ý‘ˆ-‘ ·ºqøp7á+ªºûzžé™¹Ç,¹·`â(×`òG¿%j‰vJ/Ä‹+ CM4n‹Æú¤R÷´X.ÄeàmÎóÕ ̆£èSñfBæÚôq¤­Ô»;{ûzç-^¼^Òƒ?ê>öß÷¤×½7GôZFaí¢UÎ۶Й7Pùt¤¿qS÷‚Ý¢y0žGÙÇ"±ßÜà )8Î5^L”~£[”w÷fÛ åÍȈZÖ(ìIJoÄ?7Øo›ÑÎd™¦­ÞBz3B™ûùì f°„ƒpëgŒ¦Ð-£¶„v -o@ªÉxâ•ÒŠ¡®Psc²äƒCšBô¬ŸW*~¸Óõmä³Ã˜!Ѽ%”IíÎEÖe#^Û ó 7+öð•wW{éÇÔ¡›ðÕïƒ\±MiεdT -ÅÞ–´-a°¶Ù <ß@zžßkøkU!˜Žh>[¹9tÙp¬ÒµÃDá2ü’Xû‡ -X=ÆŽ FÚ¼¬BmKe$ eÂüžP÷èd+Ið=ä9ï}€ 'oϽ~]ÓÊH· £‰ºsàLÛSÛÛ†.ðC¢yð6c>uw´£uÕzk6=¦9|såºj[êBTÎçA-æËò{R)›ëš‚ŒÚh0‰ƒ^—üî€}óÏzÞÕ»~º€60¤|£×1€·FdÀI¤#n 5/NrO«©ª Ä¡B%Y%õÂö”Ûi0õT¹D?¶.YâÊà-W@üäþê²õyêÈX‡Ò¢¸³H]ìZ_è²róÜ’–G9•âéÃ'‘hL.\õ3 užÐÎî:0Ãݼé&Uîi¼óMŠ •Xž‰t}‚[bûëëÒ¤øÊ€W'þ~Q§à弪¤8|vóR•1÷À²…¾›Çz/Ô5µoyîB¬.ókH«$»Á”XÒNd­ ›¢Ê)T¬„¿_QÆ|,¶l‡–:@BÅPË·+wŸ['‹©Uà¡Ôk!ܬMm åèó%Ö«r‹'‰¨©Ã|ÊÉ7E òc r.¶Ã£9xÍx˜ùRÓê; Ï•ÉCÖžL•oIÓ ¬‚޼ 5fM?€™ÎÌ -ÃQp ¨þbÌ·ð;ƒÚ$À¡Pi‘'y|¯±¹F—°Žƒ®Ý)ð¦‚×2Ù»$5)°$rÏßËݬ˜O•ù¦¨Š‚<ªÐ·½Òàeîøjð>‰&Ü7ü|,lŽ£CixÛ7IOÏÓX—\]I‚ ñ±D¢Ds×vÊER+€È”À9¤D=·†lå÷5Ÿû£–*݈ZÓ1NùP›Í_tYLšŸÞŽ«Þm‰Çx±8Ô~Kú#iàóôýägÎn%ÆÌ͹ª»’*R×\A)ÚÒ‡""m­gŽ~ÑæÚ9QaËìÕ3wø<]æ©LŠŽBK5$bʦÚg°,¹›ï$øF6¸I©ϬÀÇxÒAl–ÀüwÉÛèp*EUY‰äJ?(»™¹j¦RK[öðïUîr.œƒÊoº!_ôüðáeóÊLWüüñnî82h—»{gUÏ ]ˆ½û«š¦„ªÃ:á[OŽÜGo·û5PÑ(çÈ÷âÈ&ºÇÿŽp¿!Ò»»ª¹ÜêéZ–)2vR¼N€«¨‹_Äœ@È5é ,ëâ>ìéI«×SÓ1f[ -,h=Ï«fW™z]Ũ°,vihÎaÑü­ƒO[r!úZH ym&æ}´ƒ'6é׆o€™úÏÂáH.^PXi«ç( -<Ò–pÉ¢«N;LjâXGô7È%`¦¼Kjîºèþb¨ z9vŠS¾^³R>® -Œ1¿“¿Î¥¹‹(z¥výZ¶;Û~÷x7t®QB½}ÑO)På“FL~c ÷ÚPÕúä˜ýÇŒufq8ñä(ÅÓG@Vow¾–a-´n˜Yè~‰ˆ /õÙɆöþ6^¬65u[ OÓÐWUýtÐS,á¡æ; -Sg*U5—å†I×Ó¸42¬ÿxî³à hNÈè]Æ0£» ÎuF~šŽÏÛgŽÊ©!ií&cic=µ° ©ÎcÍc -´›Z¦RëiàX%²sñï…‘MB]纳cÚ$}eY¥ì(öcž6¯µ1 ÇÿE#fðÐhÒ±›z=G -ÂÐq´¯V-éù»q™J4Ø"XùYê`\Ü÷ùõÁ¼¦»ïHеêCÇŸ¾_G»ä½Í—!$Xö™é-Ó›÷yÕL  Ûרo@ gÕ ¶b˜N€é3FUû–x ~èC4ª@˜8z¼½´5gxþ•%Šj³N`¼Ùx'´&‡üõ÷— ¥ Ü›Cå“”&½rä~go2gŠ Æ  *:FD4ºîŸxúd0mÙÕœ|§è‚«\ *Y"TX*©þ1Ôô&“P<¡ó‰³¼.g2„¿(®©§tމRY«rú°–³.$Ö¶\·2@?oøaB"`R›øc«„/¡fC_Æÿbø#2'Š‹˜Zùè e§CYû¶ÛIcY–Ü! ˪ú<ÌC"ƒµ¬Vº½¬ä~´=Äg¨|¬öŠ˜@3ýg˜ü‰º° »ëë\©A¿=ìà%‹×¯P›NÌ-_ZäAÔ9E]02½˜ž¼ÈçºaÒ˜ž>8V„·>­ç²Ø¤ RÝ1h¼^àP-œcQœîô좮mr»œFbMo© -ß*¤f „¤ì–l6¬˜ø1àN&Ð6ð|[ -{œ¡j˱mP”†'øK/B¤'7HÛf—;‰}}F6Øq% äò½¡P|ýd|Köþ#@£(ç\ÅUª…gŽ<Ñ$JÁôN¹Ës‹÷0oÅxzië¨naÏzÞxMÇWŒmqè>{U•WÃÇàçÙó<™Ñ\Ië±Ó ¬ ¸©C[óÂßõœÐÏ‚q*¯·N«àa86ø<8†p)c¾‰¹ Ëãhß\èi+fr©{JÎP“‹1Æ¥‚[¼{oh'zUü†'°u©¬ áÝŲ®ø{­4ÜÕ]iW1*‡!¯‘4!L, §m»ßtYüh’ Ô„êl  ÿã£wÁx õ ŽÜ;n©ÜŸñ%{2Y=–Å›,ˆPµw8š Ã|%5LÉ"Ù°¸že…º„gôÿÚšs¨9¦Ï6Ë>6¬Î~0š¼-»‘à·•î<ÌW^˜lꡎ qi[aæut¼êHr§ÚRáx°w-­²Þu>œ «¶‹ø±õPwiCo€Õ£f –baÃÝ=ZKõ@C±(@B>¤ÝN´4ZãaJ@8®‰KöÃçšØ=ºEW±Ê/Ðó#âȯdzÖç1b–>[™Œ«š#zåÏ9¯vèg x`ÇVªe}E«ö[|ÇMMkp÷ljK–Æ9\p…ƒ:('†T2ˆö`ãñÚéW:l±7X´øÚMQ7)|¾zгe_»µ@I‹!rãÚñ6µPªÌJ6 òZÖ4ƃÐ#µh=øýÀðxØ[¨ËìBîô jÂPÓøi~ºI_âÞ-6ë¬Ë’(±øÊ¤zì•ÈÞËÃÑÊ /¨hJ´ªÁ&Cî"1)ÿãÛרƒ¬¥œÍí®VZæ©Ûái•|݇¬”j5Mȳæ«AÞë¹Á2e€/ÌÖ²0G9H`÷Ãeû5Úµ÷*´äŸ_sOL*½-hÍJLÏÚÖ¦ óASú¾p•YƒÊ"ëg$€^Í@»¯#ðŸGêÝr½ºö¼I5Q!Ÿ‚áT¬Ÿ]Ÿ8wjJÆ~A -t{Û2õššx=éŠ+i€AM¶ÁVYE`Æ{5ƒy©~r…Uþ±ëuóåéCµMÌ`ûÚˆQ¡ÞÕXÒ¥ÛX–µÆ!N?7cwƒ{·òÇ,Ò˜) Õ†þjq^à¡#µ—ª89Ð^S{·ÃIXÞŒ–f½`2õÞu[ö-Àóz¬Q‰WÖ‹šo˜MéLã&õˆÒ«hG1êÜe -Z$‘:®w"Œ‘2æ<Ax†úÿ„7Ê>^åôPH¨—5ýjäVûõh·c‰¸R 6eo lZH-€7¬½ÚÁÎEm¢G éLf«çÄáé“»Q%SWuâÿˆWUƒ¥]¤ZóÕlçêe«/€“î$x]MÓ O•P[LXË<“ñþ˜>é³|–ÐòYZLu”&~_™˜§ÉQõË +Z8!*ú%C8šølÌhoñ’£\„É:ì)¬A´f¤Ÿ«§„)»Û ™ÁÒª¨Go «4›‰ª×'ùñµ°rí“ ¯sÆNí=íAO+÷•žbYƒ ‹jµÜEUAC´±.¯L§4z†™wIŸA·Ð”ñÛ°´ É -œOÚ»~°Œ*ïxñ™¶çFn±«6–µa”«DÊIO>¸^FŽ£èåËŒ˜Xý)è„ÐEɑׯÑÞí»v…ë0%u!âLNŠ­w]vRц圄ÉVÙo|7„Óº%{§€DZw1óxóHBû²lœ çkêuñØêÑËVÒ:iþ‘6ÿÄó -,â)¢¼xgh…vç…_“Ḳ H»™z!‡PE? È7˜ŒFS¶!ðÍcwŽ –ÜtÇS'E’¨‹[úò_ý9¦ÎT¹Ïdšæ:¹ŒËîQÙ¡êAÖ§P‹H×QK¢¥Ò’y£Ç5V…ûÛ\ˆÇà·m3ýsÑ ?Ÿ©=¹•*w°zò8çò[Z_Ï2ˆí¤û¹S…Fëv–,P!-×ê%1ù5Bç }ÉWÓ`´ËÀ^ƒ[Þh,x£y;ÍÆ•U/í.÷Y˜2‡[òF+ý¤Žº•‰ëV親Is,½Wç“^q ·8‹Ñ¢öY¡ä&y–ñ„ùŸS|bç‘Qtž°Ý‚ÍÕ¦ǃU¶1gý>ÖDÖK—ÌQÌ.ñF´¾µqÄ˨ Î`~ rLÎc¡î*Ö"“#š±âõ0él•¦LC>/§ûœSøõáÕÿèº[!H`šUnÌ®gë:¶îµ‚²„ÞÍX[*&–ž¤§ ÷#¨ã•dý­ËY²t… Á±bAãOzPÈ}VZ eóµ¶À6æmgÖË.•Ü$ÔpßùÖ+ðt½òb‰ö-×¼œ¨;½ñ%º•çÈãsؼ¢·»&óU±ÐTÝõ°ØÎˆ‹Vú\£ª{;©Ó1óä_Y£ZØõó)À¹²·fe¯¾4“ÇǺBÁ’›»²êÌo½h½ Î`‰FÀKmÐKÊÓÔ翯Yd•USÓ(è)P¯6&GJâšQÄBpÿR鉚¹®S$¦l?k Biª ÌZ#8Äs+=Ó)ò˜Ô¨Ó ìwc•Ýê&(ÔIÄ™GXûŠD·÷ÚÙÆBÃuÌñS ZVõÈ¥ªe]‘0m^^Zvø1à ‹^8%­ãèD ?Ì*=®1?j©†žH:µ39p’Vü|š'Ê9Zvùnx› M/€w&§Mët3Ú_0 ^˜ÎŲ‡9Þ ?ƒùJ#¬‡› ÿœùî{¿zÝÍ#gŠ}ƒvºiîÙ˜tìº)8Åk9×–ÔØ–K‹>;q½æfd˜Bæ'|ÁØÝ³i¶vZ«j¯z°ÆÀÌEœ]{iÐm-¼Åcƒ¡ bŒy«Œ+Ùˆ,‹Z‹…u{9‘ÐܘòõyýIJ ‰@i [HBw Ûo‡ìw'Ü›ŒA[èW=‹>êÐÖæ™CÕÑ´è•=¡h,^©BtñÚiªœÄ&Õ ƒö¥Y.Ä¢:÷uÈÛÞYh d™9Ϭ§Ä]‡y5uß¶Ùœeò] I8íºbu> *HUÁÛq´q¥°©ºÎÙ2~Hló+ûÔéWKÜDOηý¼éEÛ2¼ªîø§ª§ŒµEÂ;'1«—ëÝGИª~½˜)=©é³‰cQÒ[˜Õâ•äÃýòs5·+ÁunµÁÌ"jíX[¸¯k-׿kçm^´¨¾ÀÒ—PŽäp¸Ë ‚·¡ç‰ÎG4™ÃEvEŸ¡ìÛS×2aþ§±._GÄ›kƒnïÕÈ&Fv Ýtžtã¤(‚ØbsAX:Ó¼©åﶪn¢¨,BÚ‰ÅÔ’{f¿i»VjŽÌ[W’+9ЄΗzÙñÍÛN¡¤ºZˆDpO („vó…£wàØY¨Ι tIܫԔº‚ù1ƒƒ,¾a:w‘M¯‡‚ç:sƒ‚ÁuX=-Ž3ÿ)åv°uºò2¶ n‹S`”é?°h%p›Ò LŠà’õ ¼¥Ê±‰Ï‘ý?'–ù¼ÀášC©)Ü3fS|cdöCóLB0a\µ+a¤ï¾šPÌ ½{ -­$ ØºÝ¹“´‚7Š^4 -ëixç¾Â;ìh³9+§qûžâ,RålšcâæÇ´¼EàÔ^²®Ž¾€ê3F“Ø«Ê?‘]Fz6iä0=â+Ó“©Éô¶¬RjÎÐù*+Ï>´0håð‘¥&µ¥bS2ýåxA]r𔵋¸QH^¾ o.4'›;P…œ™Å~õËÔÿ þû"¯:­çàážvK6s© ´ø¥NÉ¥ýß´JºÇöŸ™1,9JƒZÔƒFË^¨¾¨ccæg”Ê3Òÿ¿ª¾.¨~_U;ÆQ{NmæŒL¡1R·S¯Po;òùŒìSÔJ ²û?É•šýâ³_‹T0Yn]„&…Ȱ?K@ËTØ+·`@†aÎÙ+ö ½Î¼ÑwAÑÈ(¡ß} lI€»Ðœ{}ON@šãð˜r|UØÞ+¸ý ò@·µYÎ@®#±žìP‘eÕîpòüþo½!-(žä#÷ý>¹½³Í©…@ Ú\–‹`ÓëËáE6õ ÊÜ!Þ8Ò`XÔz¤%©“Kvêë£ß0[”¤=Zá’Ïc¿[%N ³ “¶Ø0o ¬˜Ú¨š¢˜È]ͺh ßÌ•‹€èc»¾äÞÀ–š<Û”Íðas” GmL7}†Ûw5'®B ÖЫmQ(/ƒàÈw>7ŽîJÄÔMéHå¹öFìGÿÊÿ÷g?÷^ôÓýñ¿?ýçÛ/ùôío_ÿöãׯû÷Wþñ¯?~~Æ}Ò§_~ûöóßþk~Ÿþëóß¿üø‡?þåóŸ>ïÿÿöûßù—æþzíuÊÙÏú”o¾||ýëû÷úœþò)Oy¬òüÐÇ«¦ÊÚ~×§ï¿ü¾yûï?þíó‹æû\9ÏGÛ¿îÓ·ŸÿòåÇßþñù¯ß>â,f¾…¹—ÒÇúòãç?}üíÉõÙùøÇç_>¾~ûqlxîÿÔÇ}÷ñëç_>þ±½íç¿,õÏý•}ÂS˜nÞþé‡ßþú?÷ÛÿòÍŸ>¾¬ ŸÃ7ÿ ~ùß}|óñ¯ß?¾ýÛç¯ß>¾O„º¾ÿÓÿõóãÿùÿøøå·ßýøú·xÏ/QÝi¤¢/þŸçÎQÙ¨ BÉâÚµÞ°ŸY±|e­$F¼ÕÅ_ú©ùÃïùî·¿ü@ûm€¼yÿãÅ®d±7_ГÆ?Ã> è”uTbIðc ¾ç*I~È#O=oú J]†wO]iã5ÃɯvwvGºoÁÊÇs¼n(ÅÝÂ@o‹úî”2~Á¶ê–nü#Š9Fæ<Þ™vœXÉ2CUͬ=Š "‡fÝS””æò¥d;˜Û,“n ‰ RR‰9¬ò¥(ˆUX²™/xÂæNaÿH6Æ&Ý´s#‹yŠî&ÆÓÞÛPCñ°—Õ˜ð÷ó§6±kfžÐ6_ÏlHŸüé -œ êS‘ü‰;¯Á¼ÚüIʎЋݓÏôM|->÷<¬ µ¡|æ_Õ·RõÒhZÀ½A0à/Pƒø (ymPØÌ¯‚F‘UÜ·¶r¤oaP1p­ØlíÁÊ`“ñ‚“ÀwQCdÁßnöÏ)fl ‘éqˆg‡fÐEcÆ^YÒ¬ç˜Jm ç_ vlŠ:}£2Æç,ü•‹ŽÀBçÎÙ–¨:ÈLźÔçòæp.Zwh±ÛèÎxGnÛÝÆÀñ¯­×™»Yß3š9£Å 4Η¿šeˆÉq5f•'ï‹F -^ÃÝ}"ÅEøPƒ‘a ®ˆÍˆŠ¼¸@¹i'wmFM0s{ ÖµzbˆtŽá?RF?· ¦Zô¥ó -&’óÁ$v¡á/–yÂÞo(œÈÖZv¸»W$oLwj‘…¤F=º[¤¨ü•±r6õÝüUÿ ¼À…¤ª§OBµlpD-î]„g!èŒ4gLDŸ1¥Þj ®ÿ}ðªšp7Iu8Ø*Z4_ŒEBKøâ5jÑ+Ýêeƒ¼D»Î6P‚ÇpšÙ~ [•À:¯:œeVšeMíT˜o•æÔ·øtw·Hx?B·mÙh‘ò"$EÅ®e¿+>d7ë»ÿLŸY¡á)BÔ l\t!S’˘©çÍxÅ}(Æ—7!Æ;%e‘èÅ‹j£U¸æëS­û}ö´2 ]Ö[MÔ±*Ì…ø¡.V&žÙ¤#7·!O±™ÌºLåhX¯:o~ëßź»ú¶/µäcio¡ æÙ#yÛÂ+I$šÄDªÆVw!¢6ÄÇ?ÅÍÌV¨ÿ -9wÍE´‘É&tí9öº2ô‘;żÈQïÕ)pwÏHm޵БrDóü.)¢ƒ×Ójº"øµ§©¬ ó‚üˆ™Žx`|­Î§g>“Ý -#Ú¼,‹mÂûð¼0¹m 7´æ=‡êúέ>’ÂiäÎøìaGTâu ù¢?.cöó6Ñ×ÅÅð@ *2ê7Gyr¥ûô¶G]H¡g`óà÷º¢àxÅTÏ÷”ÏFÖKgŒv,»ä#ÒhÕtÝ' dµq -óuïKì9L{Ê1ñâoéÔ&Åjëÿº_9¦¾;÷2í7>5Ð -¬Õl䣟HÖ‰«ŸÎ=²W¼BoçgÌÏXö±\ó&öî?¬å†_ÝÝÊÄ6ºÝY¢Ï<]¼ª>dÒǾÓéN4¤OÝûÍx­'QÅ„$ÕN"Ü©¤g¥:%˜o¥ãõzNH©ÍTø„â%§xäai潓ó­T*Œ·#Je²Ó¶ºÁZLñ,špÇ*OòTµ ´Z£yS¤¯«º’œ¶¹ -•ä1ÃÝÍzd‘ØKãѵÁz’T»VÒ· 1&†„»fטe¬‘ìv$<žÁ9_Mıx+¯ U¹šq4”y¸Ž5™ÛÝ9 -)ðUD¬gΞOÔE.h÷5)öHëkø8$þ²c‚n¶Ó¦Ë£A-je£ øPfZWo¶Ø -Dծ׸…”dLjÅìD×à…OµéÂV­¤ÂøÞvˆÄººJlqC“þ+tLÖ(Ÿ ÚOíÈжªéœ¢x&V„1¯8“1ê#kë7€zsÕFì€ñp~|>–óë¥išœs`&º4ŽÐ~ºßsÍ#hÓ؈¶-SZ3>3 <ñpy ØÞÙ}JB' îÑœñ&ÈCbT3½û¡1­ÐkÜu›oØŠ#Vzb¦sVšuª$0±ä²¶”*´§›s3UÎã`†çŠ“­µÅ—RnƱiÌUTfŽ ®ê¹¸¬©ã\Iª}LSkC!¦¨÷ɯÊ×韱6#Œ Œdru±±ÊIJoJ–oÙxס¸ÙfZӸݸìÕHïlu™Pðb)DÅ•5…ŸßÁêFµŒ—‘ï>õ ;flE=6Ót3xõ#¿¢¥&`©SŽhz—*ßq¸Cñœ·à´ ©G¢‹Ðx—îš–ÚyÌ•æuû -Äî°~1ϵw®ƒ`(/ç<ü/Ù´mÙ®8[aifÍ3vL›A}H½¯m¼Æ{ .xŸÔÿIÕîVìGÝúß±S3hk­t×û.Ö´PivÂŽÊ À¾ƒuŠ'˜îÌÃÿ¨¼¿oŽxƺá‰tkn CÀ•êCt¶Wh©*/ò®9¢b -sôEr ø°4¤ -"Û×\|ä¡ I¨Ç¡¸ ÿcçÏsÊeÛÝh,™N]ËVÊÁ¦Ùl ò¥jŽ×¹UÂú"*ABM¹OPRv¯êŒ¶”‚Þý -¬Ž+¦Ðc^_ÃV—¦Co{”:ªè›ÇÍ«Õìá –vXyø·¡óº8„2¹Û˨*3gDnÙŽ÷ -ÞÂ0–3iÚ Aú3ºOIù¶ÚÛlƒkÔ­õÆsNUp1ì¾¾j!ê×oUGýg÷Ô'¦×jZùÂ÷ÊÄþÍ2K°AÓ–îîìaN]<l }«Ë.tªz'“:¨ž{5‘Ž›º¼úº¥­¹q¥Ès߉œ–uíãÎ÷û&HìÚ2ÐrÚ#è6žŽHó¬<ÐmrnbH/\ú³ôF`ùH¯t4ïv óE¹†61H0”šÑÀ¬0u»jM ZzLÉY‚ -’=ìÛ‹s-‹á²h^omr¸â,nSÞú9ªcîúNMzKÎüǭðÓŠ4Ÿ¥S½«…Ç‘äÜþ×›–\y͉ ƒ()e§ò駃±Ÿä¨Õ Þ0Xƒ÷¤éÐP¤¦f=&¨ 穳¨ÄÙÇs—ÒS-!}PXRDTïz”6Åæèohñ -tçª#gí….“[*çaJþ Ò(Ïxy¨®÷®R°`ÜǶ6¾_ð9)imq=‰øÑTŒÄLJˆa<ÿññƒÂ<ûÊÅ}¹K;–o×%F9 !ḣ¶¾¯•˜ö ‡3ÐÜ¥—­šARݺ2Ðü?Q-o_Ø^4ÓÜÕ°éâh¸H€#Iµ¡\Z· õ˜´³k­œoü«šÏ ÃL+,wã §½¶ÀqÎì*í¼±©ýœ  ÂÄv)ñ¥Äsî~“fûÎ ïAó¬UZûv`KäŒÏ Ü;ìÇ"Íœ"êºZÌ9ÅÊ#y[;R;ÝSÿ’ädŠAÚ „/œ•ÞÕÍ}ËÜuôÒnÛ5Ì]YÒÖŒžg™¹,ö½¡Õ„Ž’ #:õXˆŠ4äBÊá÷1ïdŒWUfuÝ$fÿôœýiH\ƒ¤§¥!ûøÓmо®MK®ýHscCÁ¸ãÒ˃³îCú\v¡  nÍt"2¨°µÍV‚Ø «ãSUYãY~¨bÃöjzÆw“ãFסJSByÄÔÙ¢Œ Pm¨ºœ €ü»Zœƒžù”{—Tä\êúÛÄB4§Áû¹.«®Ö¼?Á¢5§n_äK"q]žŸ’Æ™žÎPv“ù“ؼ´_í;½'Ê­E@¤·.^ïÞAÉ®¹} 3õ5„‘€ãçBˆö&p‹-ET“q;V;"®`±½:LRën©§h°©‡î>ô±èîo„z¬SVU¸ÖV]æ#MÍ‘zèD‹šÖ:¥öä50p!¢Ø™U ßy“¢ YÝ‘§Ëò!¦ÌämcÁš­×î$Íq ÅzÝ sÛ×Ýñ_’\eÊÝ€©öW$”2–xƒˆdܺ§d~[áša †Þv‰”ògfï“ïljt½B>%¿\÷yW#l5 ´_ ~1äO|‰¥IlM¾]ÅrS­É*Dãe©X -ÿeUvgwêœaÑî)ßZê¶aWïé­GéKx6ÔÂæÝ ×+o®ÿà¥ÎWõîÓȳ(It0Ä£¬ùem=ž[ÜP‚Z)Ó…Ô%Õ/´„´wgS&?j¼à]TÏ;®°j -(šÀã ¥\Y˜x³Ž~ 3ëRBÇüÞë]b¹ý2×ÖWgÂÍCV ªžÒœ¸ <Ê&ð -¾ôþ¥jDfŽn‰z¯(€ó4?ÝìN°°„ó7›¡`…H|40 ê!høÏdÜ­uj»¬äïîösvf=øËoøû—ä1Hë–íœãŸ›m¢“ånçøí™¬bÓa¯c!’¹[:Þø°ywåKÔ•ùE7þŒšIØéar‹ž† Kï{{‰RÙ®õ§Sl ^.ºŽö =Jw;o¨‡V¿åHP¾ëê¿Ç¼5 -þÒ¦YFä8¶ÝÈ\³™Ò)Y|q׺åÆ2ÎE5¾½Õù;céÀ1’úrAyÌJû1or?ŽÛìK@=èƒY©zA÷¡¹0S­È9ùLòÞÁz“¨ÜåU¡Õ%$$Ì$LªÛl§£ÚÖ—,÷fEÕˆ\ǵ¢+^cùù2øb4íæ´@ ×~ºe•R~SKÜ%M#­8¥ôÜœ©n_¥é¹á†øŽç¢±MiÛ³˜Á½ËöòŠ“5,¤´®™Tÿ±T\|ºâÊ›r ò_¼Ìœ6^åFÏýî¥[dS}.æ(«X0™!`YGn¢‰vr¯|D²Å\ˆêfô„|Ó×µ½øØ3Áh5‚ô—áùɺ0ŽV‹f«£Ý»üs\s Ú÷ÒÈÚPµíÜB¥:ö†Ò‡59¨3>ê£Ø¼üYÓ>Q¼fä°%@¾9U¿ýŒo‰ÉâÛ7ÒÚ?ehÏÃ.VàçÆ)u – l3½‡«C†a\¼öݫŨž{Æsñëtyw/xªMÍ”öJ}ÂìKIªmyoƒ.èÿ½å6ÆŒ˜ºSzµŠ_¦ìÏh݉˜“cV)nl¸ýraÜ%÷r~±îÄßÇÖ{°î0Õ¥®n‰!•1m–± -’J­A—ù/š ‡Pì›]0ª“¡ÃÓîxæm®_bÛ© G§Ã×ñ¬ºËXŒeÍÞu<µ*×]àŒôÈ$ªÔ9eÇ­!æM­¨‚ÿ÷!XóîÔcdÉtÁ.4êàîT¥Ä‡ÐJÐÕWÝ”¢ÙÓç›NÇo²i´ åÜ­“V0P‚L§qÏMïZsÉnŒË8*bR‰OLFLþDUgpɵáçûg~B‡¶JA`F[Ùë†s†D308|Õç¼çN€Ú™A8’Q¬‹ÿž†ÔbyiÌÆÍ•ÝÍ”z4±L]|w¼RU]óÿdShÈÑ>¤Ý:~=‚w(…ÀqN•¶~,ä §¬n¥r¸I×ÖåU<ËMÂìawÀe³Û–f®%ñŽƒd$ëyÊ£àï›!úõvf¼B¥ˆ®û²aºÄ¨~‘›3Dg]¼Æ@ŸkÛxw™¬-Ù¿”¸õ¥oÖC¹ãõ,â ¦©8"_јÚ‡t½¯æ}¨Ú#Lû´€€.¦[,»«‘¨ê,}éŒE6Ì’§z*— 3+KÀ¡ÓÌët›¦x2ˆMÅ»Š;1«Â·Ë¡ð.±s4©m*N¤à½íEoÞ¿¨Â[’¯ÊÖòÜÛc7ždBo%FrÛ»<~Ó¶5Ù!`aÑaˆ÷gw-z篠¼Š2 ‹©Á|­óuœ§›¦;PÌrŸT0(‚¸^½ÊpNÅ-›œµAÞÚD»‰Ü­Š•œ$Bj®‘æŽÛÚ÷>Eù¬S„êQ°ég±E"h3s§¼H‘$K\HE±Ì —2NOùÌ=Lò/â™Ë·kϽ=‰RߪQ•: ]êN¦n‰¹1Qe)42Z…*U4îGÐ2%~Œ¨ÍlìÛ¬Î9ÝÆyŠè‰i&qˆü«ˆÁÐÞ€~eb·ù@aÃdS0Ž¢åwíFÜ!ß7jÕ°Y2ø#"/‹¸È8¬rXLÓ•nd¼z¨Âô) ¦Ñþ¬Äy%Ñmn˜uuÓ©Èt¼«Óˆøû¸Dx»½ÿ©ÅÆv7n'T13GÔ PßæGÂ{ǯBLéB‚í ÓÜ.Á“(3k‘”€Ý‹çú-¦yKg½‰¯kCÓ5|jWj¯§·ÜÑôé×O’üñrxU™¿®#§waùr… Êç4ª#}èj ÝA —XÌ8ÒØîÚ¦PÅG²W§å±èïŸ2ÙyTCçóóMîÙÁxäu0\PV÷¡«Tÿ?’·§¯E¯9Z‰êM¬Š€úÞ]k,¸¸9\-G¢êRªe“xšä&=1²cî£UMãÄwò‹–rT•·;}’K‰z°Áíh²“|{.Ð÷ã¤ÊˆHŒnáÊ$PðlÓ;•-ëG”ão˜¼^Œå:Õ=¡A9¥Ã…0tü…ºµJ´»v®ôÛpùŸçtß½ö*< FV+n¨Œ¥k°º·åÛÉŽSSOW€iT‘Ü&²NH@ICÖx+Q¾Œ¹CZ“ ÁÅúßœ¢”Ì®Ïù'ª+˜5Q“®"!M¶ÔkC‘PP -ÿÇÁ-»žìžÚ|¯x±p:x†­1õÔCA¢Û•°8¨õ`m†2§¤U=jl’ñÄR‹›ø†IÄœIjÅÛax˦>Z‚…~¹ÂÑ‹FÁ:¬„'Oâv»œÌétp1—8N{~SŠ@x%üŠ7&š¤ ñÜ^‹´€ Oäªf±Ë k¾ Ó‚ž/Eöœ”[Øô*Oø\‚mЪ¥‰AÐ~ÛMIS¥×Ðâä(`µGpb©áœ•Kkê\FBèúàäxF#ÿÙPù葉i*ïˆJ/°R<¹efœÁ¿+ W¸pîˆWÆ) -'ˆò±ç&7ZÐpÐKV•¹Ñçœw¿c$÷Æ x/^—íy•¼·›â*éÌÊz)zPHb)Ñ7?ÐWãžDU'mT…LîUá3Šnž]kÒÅš0»ÜÞÚ¹é7U(œé»1—Ø·´íl® 0k2 ‘ËæÔ„x…_¯ŒƒTîpL*‘a•_…˜§³×ƒ¥v$ÊÎhØlPÑZˆ¦‘ ÒÄ]Ld`5ë}Ê¿+·­!nD ']Œè^¤ÓÈõM,Ö‰5ãêÙ¹êwÚü=Ãc;(“ÄÕWîNý†„U`´Æ§(Çm"H k1¾½DGÖøègÒ™/K.²åì -nÇÞ›Š[»§I}Šæþ¡43!&ØUIöõÔŒo¢îô -°?;ÀjSàѹv°ï`›ÁœfÚ§¨ö §Z—–†¡þ++”·7åU"F»+¨ (AÓkŠ1 ôãÃHèGaS¢ÖpU<¿g›¼%.šF‰¦¶¶j£0ÆŠÈtÖ#Þ­4Aì©øùÚª[W¢<¾ŽŒ47µ¦vÞ$ÜÝ]#Â&~ýFSpnX5ty^~ ×»×q%9òIgèÇ 'vBtœqDwè¼è¿ÊOµW¥‘= AÁ½µ@½ia#H¢Mûåͺ)'ljbÜ“¤Ã6à­›œ{Na)|„¬9>ñ´ÄK”›™{7¨p´ -ô½ßál©œn¨šsv‹öÖ µž]‘¯×dí9Õ;éÒ§¤öž&© ¬ÿÿ@D5ë‡EÈ0·¯/òêO»°_§‘ÌöËÜÇf¼HŠ£Ù)íÿ_ê'ÕgÊRòæ#‘ÆH6Ò|Á”«­c/[˜Úa³5÷޷彫”yO)ž'bÒ4Þ4…ï - €D§Hò}-ñßÖš…ÒN–dé–¡í?Á„°1Ô8Ó÷÷¦D…0°P5㣎lU›œ9@! ´‘o*D¸H¤)=[Ó«N[žµ=K€§eµö4ßê¦=¤ƒ«^üZØ|T¹•ÖÄ»ç5ïê#4)&£«bX¸RÒ þGŸæÉò°ÓXNE9v·mÉ “ïkËB¬"©ìuÀa· ?”êèyDZ<&%Ç*ýŠ9Ù}Iìô´Ó«pYˆƒÃÆc)λ•Æ’ÖúÌ 7PA¬¢Þ¨®DuÊ6gw5±´›ëê ráJXˆOÒ,|*æá¾3Š¥Húb=™æé…ý8ÙY¼^¯f'BM¿¢Íôæ`ˆ1“q­ô4”‚ë»CáŠNvÖ T·|O'eã:p(É*ê¶?Áó*¬·÷ª€ypÁˆ#=± Œ¥å¼íhzåqtû:IÍhè–Ï‚$îÖr϶[ÃîÂÑÇ~Ô ”Š˜@¬Vä Á©gHà!§H…™Èñ¢!¸yP.¦ÙyتçW€3Yr`z ƃºïØíoGi·ùÒ“´JLâ]Çd,øjÒ+æäœÊõZʦêYìÀÜ n‚È6@F—ŸÒèbrŒ¬…õ©õv¯q£k5¤ærñædS=}Cƒ¦^⎄-Ÿ•[é[ ¸J‘ï´H9÷9˜T§b ¼æ—ìJ”»Ûh#ç6¶Ñ’ësñSqÍ<á3˜° á®* - “f!Å©4‡šò½ò’ÆûÕ Lͨò,í¬%m2s.Ç5XhƒÏZZëIë‡2º;maca¤º’¬9á}Ï ékÙß°? ã‰Y½HjxÑhÒÎhÚÅr¢|ÒC†ûdvTiæµá)¬‡7ÛÕÞHÀ¹ ØvUü!ëx€Ï†OúÜ„ãÙSîä6Ì–xc’ódZ¹- -Eæ˜ÓˆÅ„ë ü{ -š’%v¨°w¯Y°qQÁ™ Q4»¼$ñôvKŽ!CGôB·ßl¹”Ų\ݲ€«Â€ y ñI‡#ƒ0·}2S&«½ß¡­Ò7{Â=>Ê5 c‰@K•ôì«®¾“¥è©ñ¼ÓL0#) íßÀüaõìœ-¡-Z•ê½êNFÙ]ÎãÊÅ„SÝèĪ­±´ÂÕ\™éä ¡ÈÊ9aQ4ÞÖ•‰Õ$ CÞ>s¸§¢ÓÛ(0 ú»c$áÞØw† ãk.¨¦°ŠoñØdI‡À•¨5gPýö -§¶«y -`ŠLÊ%Æ¿³âÏ#oöFDô0=ÇÖõ­S –C0ÚÑ:…­µ§hÖ~h°)üœƒX硼ˆòtIp“šÈË*C[–SˆÐ¼(ç¹Í6(›˜…G­Ûo*­’澚h"ÚN-TÚ -ýгÉ&ÅÉ ¡™¬3)'aJçÁÀÐNŽ¢¶æÊ̪nòºJ3&7­RMùãV’”M3½Ø±o»¼¯:}9÷½×ŒÓšøam‹Ê‘>Z§jdŠødè1z)†"“š´-‹"Kí:dQÓB+¦üg i’%Ùðvø³¼Hú|™=ÌySÿSL=ìZ×£Ûlò²‚éfÆQ`¢%˜”}MÄpÀìúÙYA e…¸J>’aÃÆ¨—;NI¼¡442 -«ÈæE'rg* ð‚-ZžDK½‰]íO?½#Ç"¡geÙ<èDÉxУÛ`„aHhÝè·(¥ßUʇ,ˆ`^˜TÅI\BHùns› ~ðaw®]t0£Å=Es‚õð¨tôvÁÏÖˆJŸ®±vò)£7Ý唳}†å¥_“9;¢éKâ·œ'äl|B®^ŠØª  x4‚ØÖþ™¢½Ejs²‰4x#ÎÄB˜{°i2nÒz3ÏÃf¿Š÷¤lIŠË×J(Úƒª9ºOñ‚Ç2½«äY -Á¼ð¶s%rÜ[ÚÜ_:§œˆsjn'X9¦OF%оИEò.ÛjªXQ>b1¤fÊëîr"}{Êaíä†[<.˜L¨ëÙ×~ ®9®|m°P„ŒS<‰aDh†«4C®äV…E˜õ6^t4'Æ.E£É.xT:õ¨ò¦5÷G6! -nœÞØFÙ»SM0V™ÿ•÷ .ÔD&Æ|¥$AÀ$°p¹yU1,!ÛœÁ à‹ƒPuF„ÀòÝ«,˜5ï3È>ª!¨4÷´ó ¼‹®‡Ó%T¯â>Æ·À,ç|¹)1ou•çœd"‘[#²×–-a_#KªŸ' "˜Ñ Ä píì!§;ש÷ç{eI¹tïK?ÄÜÂy€´"zkŸå·DF­,éÕœc¿²»Fçuo;ò;ÍÔžc¬šIèØ9xWàPŽ´³J%®Ê(›œºaûᙜú¥cÑ2Ñÿ‡6ß^;žÿjÃÿ¬Ý¬ÜWžÉø­ŒÜÌ%ô‡zûœL™ãb¤}X^äU€÷§2ºÍ&å!ðR0d\­W@°XæµOæjÈØžp¦‘_ïFÁ»[^$NÃ?ÐÓjCP3YÒ·N;佉D’éÝ£é5:×^÷ -ô»‹ò#Êìr—ãÂ!:§zà„ëùp/L~Ñ­:Mu¹èsZµo+å”o4]hˆ“ÏmFÅÆVÍ+ŒûðIA&žd\¥_^$|Kk=^E/VF|CÙ¡>AÚ7bËú$#y$.7’åRª“ŸzƒžyMëß(é­ÞÔLê]Ç%v£ó&s=Ù*öV«á{xø;'mšò#“Ò^#Ž» -ÀÌs»ÙXô#Êvo&ÞÀØ;z#Žõ­oá‘>¬vÑ­¥&nL`2ï]_Dœ~¶–clN¤ÊFr$ìɇž2RÔ)dQ—¤ t„!Þ›ÍÆj7¢œn±›ŠF­wß.Y(Ö=ëY«H²g`³«ô 9—À{{N¤Ê~w(ºY¶hÉ`Ǿ‹X¤sªÒaæuqíÍöÎÖU”—ì‘ù“ËsOcùåéR@øT«eMŠD§%1¦~0=¡çuæ<­Ú T4GFj«Ãææ0æXµ"Äû ÔŽ(gÇZ ˜4ØŠG¨Yå5‚‰_ãòð½˜ûÇÆ¿¢¼Îž‰˜—﫤Õ0úv‘­, Xóü½ÞçªÄGОE¸¸ëÜ}«3ŠÚpº—zǶ6Oëà^ÕMLtôž/8ž2že°èpL§€ °І•¤m,@ùºI)€7UóÎìí”XyXq²x¤ Š -g$ÏbÐÄÀX¤yïj4ñ )^%î%'Û"jÙC«e1®‚°†äÐ-ÕÙª7¹]»º<ŠÒ»)–“^µ$Zµ]ì”(»åb 6*×Àï=@r%’ª*ù¯qõ.÷Ë·ž¶± |¤0†¸,®g乆@â“"ê'¾\4Ö+0]ÅÜ{§äxŽ€d¥ÎØí¼Ä2çÞÇR+éQÑëüp>4=Ó]IéÉØ"«ª»˜€*¸Hä¤{“j®ÀÌÎ* ïÉõ$+ÉÏ¥¦^ßOUL}­T¸zCÃIsÔ1AAÙRûëÍ–L€/û“ÃßTœ”®SÞJ&îI4‘1¶Ì?5Rž^O+±¥M°‰ ÆX§Œú+NKe4Ý×°^E™Ý²8|™’Âòíø´Oi7·Êù ¸#½é0¿Ê»pŒuEŽ;?.ÈN¥|ÂÖ½ºÕ\Xš½o#t ÙÏ(”Oîþ£'Q–³ÜýL x˜ê¼¹mdÅ&¼¯8àùümû0ña‚\"¦Z|É‚§^ƒD*ðåÈ,u¯ÞF½a:ІÇ²¬»é4ø’ݯû(»K_OÁxˆ–Šå»%¹‚6N¤¨»ç Üf3©Bâ]gVfh&è?} -öuj‚¢::i¼ç³¦ …'õ[°ÀVºV"=ò5™'QN—Ãv|êXúÍ&²Vµkæ'YIVª„wDA»XëåÍP¦iiº±<‰ŒFž8?•‹=õòP¯" D23 ½õ˜H[ÃByº\ ^wtªÚÈ.bÕçñ£°h`‹|DqZ#y¯£éÊ´vöʧfòÍ…ÄÙ"0´ó©ÇRólÍ@ËíJÒðëÌ:àè÷,Ê[ú®q§ˆ^‚5%Î"ýbdËL }ÑMKˆ"æ¢3Õ»ònL^çíËeK&²%#RBOÝ•±šÅÓÚFHf¬£A$æîõÅ-ßqoZVsûp­†D­ðX–cÌÀ²»•¢öü”|ƒZF¡¹ Óc#Z¦,ƒuTæúnê=Ó•çhšhÑ=hßø0²"ŠiYˆ€×ªš¦Á?têÊJÇ“µ¹·:ƒKq¡RÞ³€×“®‡«Ñ$LžV! ÜIÕ}é\™äšÐPÍO*5ÌÐ!F¶×üšý•P”fq_°ÆZºZú\-HªÞU°\ Ìe Æ@%•ü"á}cÒ’£°Ð%58ŒÏÃuHRw€ðT‰7 ¡¬¡tI©Ú2ž¬ˆ”7g‡bj–;D‰MaG^U½HáUÇõ‡¬šâI–dš%Õuǘ0c+Ðwe%Ìý|œmHämÓfóÁ£“bÅR›>·»u´Ì&? OíBÝšC—³¹qD§ ‡§,‘´ñ d&Á4«ÔŸF%ʃæèõ-ÊîvcÅ6ö¢ Y¶ê:½"+×jçÔj&0q† yµ«…® q¿ò«œ>^W|•Þ#@ÇrÖŽh‡Ç°ët5±,k±»ÐÎD9Î7ÍÄþºï>ö5®¯KÀª–‚ÙKö¹ P’¿»–¢í4ó®[a¼ k"®øš' 1ëfkI™Ôjºygï²)&«‰#×4×Õ)Ûµ»”{ë’K‘5¿*CRÖ~Ø`yx-»k¾º &xŸAÆ~0^W‚Z‰ «“´†ÍŸ »÷¡âõÆ'µ¶ðväÖsOŠn@2:Îúo¾ëq]‰òvÛkó° ´H5#îë>¢ïÉî“óžç…2Pa¥Á$ŒÇJ÷ ÂM¹ZÝI¯FÕö± i@ËœäÜiHzÎàˆ&j†iäûݯ/Q>gÜt‹Ø*"-¾h†‰`-¬çÚWßí>©Š.ÂJéÓ±œZeQä\5•Ö·ã”çhFNÿºBcÏ8ã©Z?iB6ŽŸ!VhjT_BVF1-›·ã‰ÜU¯ù¨‘¦v»¸’kü]_v-õ¡–‹Y`S¬&E*ˆFz]¥O° aDÍ0½rt%ð·Š4®5V†ž)θwå»·§s¹•vÔ¬nE¹;Õ"¶.šKoù³ßþœ•®SThhɇiÈ“€XËûu¨ë–C|ÃÐÑJ̽uîqâaFqjîݪVↂýÉ£(ͶjFogò×Áßö ®d›n¢aˆy½ÈÕÔÊ{8kMì=e‘.Wò@×ÜV•õS#"úÍNÛÁ@Þw¸ lR=;ÁÏÇ®+ÉnH÷cÿØør+ÊpMê_í-<Üæ^·ë0•\úB“>»¼Ú5q¿ pOò -À> M%õv+X|jmŒA Û–uâÒ£ú±SgVºÜ4?øÄ ófõ#Ê´ž­?Cm öÝ*ž…dÅ‹ÍîÒŸq½9>Á,UÇaò…ºâe(Ïa³¥¿PãÅŸIi“xàJlà o“1±?µÓ²—dÒ–4›“QsÚ«´»ˆ0¬ä'×¼¿-ó°"È« Þüê]töEC[0Ƀkž6#AѵàWºäÞhIKðžƒzùϳÝÕçH”íz-ä5а» °·JÕµi~±e%Ç7:Ð[‚ ðe¢p!8m‡Äqë²çô$ZjÓ>;\oJwb‹lUšA ?¨œÎ\‹.¹k´‚ø•ônìí¿±?0GÏ€¯¹,l¶ÿ ž…ÞÕ'&D}>÷¨‹åc3Ù­ŠF†CÓZ©õÂQu ²‹5)æÙI¹±Yu¥œ'vƒzÕ)‹ÚMìCíÎÞ„Š»jói¾î>Ù¢ÚO‡ÜQ¬I4òŸÇ<€ãÄisÌ4 zè nw _<-kÿçp=~Ey»kŸÅ¦Qçx[õ©OÇï$uMRŘ_ñ¿’çÙcÀ+Œ"n^6¶*{Þ=óèʨ8èúPîckQHñ³É¨9²)h+Ï1âBO» -ÝÕãR”Ï*!Z>æ¶,À)mÁºñ¾ú,ìw‡{Ðû$/Á#Å}Kh*hëh­òCÕÞS©ýSˆP~z1)e©Mxö Š—ôÆAÑm•ü‡nšŽÞ!¢gÛ«§"ƒÁŠ*ƒ×qÿ¸vÍJJ•ö=­{ôÈÍ£Þ¶SÚc¨©…‡i7IîêdéÕx­ÛŽ‘¼®˜`Zuô`ûy4à[JB¨lk¶Mß=‹”7°ƒò1£$¡.2vFòeóAl"ödßd’DÆ*øQˆåpÀcÌvìqP1ß&»xèØ±{}þ)í—ä²>¸êþh·v=3*@CpNÀÙ˜H‚8þ£àÃñþÔ«¡$Qf—.W\¢¶âxµpL±oLËx +ư¯ü ž« ² p 4ɺÍ.™¸«ÒЪۓx6Íø…É 6²Ú{i$IÖNsNoQdc…ÈéVLK8õ“‹¥Ð­ Ù“*[•]2Î*ì@qÈwSfjZÂ5¬y|ž§+÷}Ť£ÉxhºSùöÜ'ÅyÝñ¤±+ù¦5†D>kI^÷íæ2)Û. G¢*I’ÝŠå•d㹋S” ­»I@æ†Gj|ñjÊl<ÙßÕ§8Û³-fgŸ½`ªukRò$“TžÍ–­»_æ•×ÍeRN‡9Š%´¹H’ÀPò&œ†÷Ìc“…ºzs‹Ké{¬ÛDá5U£ËÖ”Üù«¾žŽmî9LGH寂vx¥IEr̼vVú`$PCHåqÏx"ƒ-–+™î´¥/zªUÀæovãÄ …T÷1õX -M ±´´¥çÖMª¾d‹ÑX·£Æå+Ó¾}¢ÈTbÛÍÞ”·»mIÌEù¹‡™ß.ñ¢sñZÅÎ#ø%õ¬áBå ŠL´-°Ú–\h2b#ÚÅvË"ú7Uw“ID»Iá(cã˜m½ýÝ1|õ#ˆ¹R{/é{åY˶Té3á¡m—„-P0špqhêì ?¿õˆR¨g üX+ZÒeëtFÆ–BGM!VŽ–wË”/Τ”)‹K€9±yšÉбAåŠzÛN Q1åÙçÇ;d!GÝaõsÏÚqú]ú|;‡ú¢A¶öÛŒÐå·èúÑž1DÏ—VuÌhd–s”÷öi—®ûi̓qÓRE«¨PE,(q<䢘¿“äØMéþ-å¤ÔI_¯‰Tóß¹õ° nî»ù÷oúj"3‰¦a[Lªã¸Öúü¦ÈVp×\q±fêìlnc³%\³EYY`=˜wr2«ßéos¿“¦ß*e=å"­k%•¨›qOUJ^wÀl$òlþ‘‚_„ ÉA%«Œ½ÅŽR䃲ºlúâJ»KËÖVÚ²º…æ9 ‚²È5ÀQÃCÚJÛÿì5ÆŠf=uw¶1E4ðbÚ ­–U{üÌ^ùRw¾ã(oñ‚^ÇÞrü¯=ÂŒÏûé¿ÿõß>ýâôŸ>ÿôýÏß¾ýþç«çý§_ýñÛç&üŠO¿ûéóÇŸ¿ÑÏøôßùòñý>÷óO?ÿåw—?N\]¢ã§¿ê‡/_¿ÿéÛŸÿá>è¬I× |úý×/ß>¾ÿðñã¹,ÑO¿ÿ…?~üú凸‡Ÿ~÷åë™kH™kÌ»§ž«výôã—Ÿw<úùÛŸ?~Vˆ…ù-®ïó>üñË·Ÿþúñ§ÏëGw>ßNô<ü¥Ÿ¾|ûøå×?³××þñë_?~÷õûç¯ÂéÌ×ü~ýñýËß>þôëoßüáWŸ¿ýîÛŸ¿+.ñÏ~ôÉOúÑ~üï~øå×/»í³…¯ý¶O¿ûö«¯?|ýûÏ_?ÿùãûç¿å÷Ä/‰O}úõ_~ÿñ·þÆ¿~ýÝO?ÿþë÷?/¹}O=»øÁŽgþÛД=Ü ®â[÷>Žªìc50­ÌdÙ>{ΧI>ò§ä­™Þ;ùqìi/Oü*—b¯xogõxˆø¤¥ünŒÐÆ/bèà·u¤‹í†^´[R¼À°e ±Ý -šêžl<2 -œÿòçÂå¹DÏÿ1 fö!ÍÍô?CΧ²:§_¦"Ï|”*²ãz5ÑM ®M¸ ’nB ›võ«Ò_Ü'i®uÝžÚº?xhdí ‘õœ®ð"Æ,eÍ¢ÛUaÆ»žk‡LdÅõ ÷tòÖ/™»—€,)žš#ݤëjƒdÈ:±AþÃo|Í‹äô°VÈ"ñ:Ò®ï]±ÕYÓ¹°¢kf}J‚ÍÑ3cŽ·§Bâ_ΡÃò±¤½2SÚ@ƒ•.º)äÔ|ý®ãÆWt­ï/ !½4DD>®n##Ý“ÄU‡O`QQC0¸ð6×-ŽT"ÝúÊ߭Ŭ,Þ!G?oGMÏÎa¹°Òµié uº*]u7¼Ä"ë 6¾–ū‹wÿnvE×÷NNLá Újެév8WüžÏã³6Ë«?„U¡v‘‰n¨}µa£¸'ñ/×7¿£»ÏëÅÞ™÷#½’Ÿ²_mø°Ò¾¡B¬/d9¿©­ù\ðmø“©öðèF3Ð@"?9¬¥dME9fZL$8µ\‚’uzªOÁ &ÇqaËÛ-é‘•ù‹òK‰0S²Ý‰LòøKÅ•¬)ŒòBǾ—Okð亀£:¾º„TbÈÈØVXr2­y# öá<ãôÿ‘šôC@#tøœ·)¾ÚWµª‡a†¼.¶¹L†NzÞÕÙ°µÉÿR³LyÙfJ£nEÀÙ£ÛË†Ùæ ®•])“"].ŸY.çÿ÷Ï ?dˆ¹å8òCy©r…‰â¤r ð 0rÃQ´™6”™VKí ÀCzuI—?Ézlˆj ¸êrþ·³OÚ ÐZJ˜YÑ»—x -š6@¨Å3Bgåñ¼†šm:ÔdH)±.¡%&y۸û[û:gt;wÊÄ¡/#†ÃÎ@Ø—ˆtµv Õ”º€…ï÷aH«»Ès(tØîÌ\QO|AøØ¾„È)mÉf5‹.(äŒT¥êöæñò“‡%[DGžYõÀž| QhßfMÁägQúDƒ‘2#Ë^CýW8FÖ¡g’…5¶ÒÆJ¿ÃéËK¡`}Ñz’ïê¬i2°ÖZ§yX¹ÂeH¯Ç±kû9˜O½F'¡êw:3UÛˆ—­‰9^ö¥Ä4šv„ÜRãuðÃ7"ÕNG·„Ö™esj^‡Šm÷kª ˆº± -k³3¸ð½ 5%—–jy+ b©–ÒŒ™š½¶l/e%›_@šow66R»5`VA´\ÇPM fAÍ‘Õkº.-qFÝ>ª¬Z+83õ{_gêG9òÓÒ/ªœò1m×Ýñ´…"<”^çU|㘠5Ú\•i!åùfÓ’ U©tdLzo -B-Š¢¯,ù;ž”V͘vñRâ§Jœr†DK‰6øPÙ7‘ÒÊ\-((çô¥wtnŠÏû"Îj1 o»oBë°pSŒõË -׺+e•edf©S¡x^Ó±yyxè€3Ê&Ò› jHY*–ÔfÀ¼ÚŒÈ Þë¨fÑU‚ LÄ!ü„ߨÜTô“¿ªä38‹c¯ÓB›Ä4î5-o4/eÐ›é¦ 'rÿFøC ;Yí.1‰ë9'O8Mj%ÖŸ†ðÑjØæ ¾Á°N@j -ï …ŸÕzSäeZXìà‘Ш!tK ~KP#;¿kÙÃ%¡h%:9 T¯Ô=ˆÞ,L3c*¯(FuÞ§XÇ.ª:/P—“ø- g/4÷¶R¶ZÆ„¸È4D°}­­Z(rjjÛpÜÛpªéÁ 86η¬ÛÆ’HÖÎÉÎVË`úKŒÎkSÉÓ5ͼÂs²n[tF¿ãv ˆÚ9A«i[EÂ:˪ÎC‰F…£\Åö¼vÙê`ºñ˜+F&rËQN/çõ¬!‚0r.c—ŸªZm¶Ú–Qň^4YàF!H~šb¶q/,´òéëÌ:jÛÀG™?\ðµ"q´dªÎÅÇVÛÖ¢ˆí™÷@ü Ãþ›¶ïÑýEiL²5®`1ÿšþ–&y8ß.UºlKî£Ú°æHëˆÃèÒM©&9M£)tûÑ[ ˆè +ÆôwLw±6Ùê»JÇá‚àlŸUí„x¡ˆm*™bš®™µЈCc“H[1]nF·¼åbÛߊž¦UÊ'·Sæ.¤šLÕÀ™BÑgÈ¡AïªlrZóÔ%26o»­^‹¦âÓž­výa¶@ -¥/Ÿ1QŠz4ýS5áBÊrk®Ûfž ŒÏ—Éäì~LÙP€^D…ÔåF8í¤2ìÞJËQ r.e}c"q [RON&c*çâéö°mr¡¢q–éN „ö”~’RC™{øNÅe‹”RME¢§á\’> oðãå9§ó6àÆ¬ž,-¥[TôÀù((T+üòZÇ0Z ™­9FA).š2K´ˆÞ°Ôlª€µ+(7‰ -KÝùE0ؼNò³ÈšzT–‘h(Ýé_ßp7Ñ4rJ‘`k#07¥®¢¥Í.²5ǘ‰ƒí^ð²¬lµ‡ÞgÖœµ&ehÍÏY U·°Í½,°U2œŽÀ ™K|§B‰i¸Êiu[é jŤsÅ®ÇAÞ/ŸEϲ(,fΡ[9æÏq­°BŠI Íü•, ‚ícð²-pÇ™ -„s9\6Ø´‘«Áeäzu+PÛU÷Ë©>ÓĤV ÎÏJ`ëLUÃfR™îCêAN™…æn§W—A_æÏ°WUÄdžWA…I²ÏŒÆ37Æ26.@&{öVÓDÎòL“ƒ‰ÙítÈ ™ -ƒNVñžÖ{š‰e§LÛq »Ðo4ËLC5•ÉñÕñxT‰í,íµú±.¯wêum-'ðñ)qgjùv^ø2ƒÔdŒ…1¡íŹi83ŽGn1*Òy^äö‰òйâzy+<‡­¶!œÔZap›L71…fìLa6—kŒŸV>7q ­ùÁ’S¢µZžÞàÜ”iµ8\«Nâr…­m!¼¹Ù´@#´º|m³Æ5æhY¶ZF—`maºÉ+ÎNSÌØãy±Ü+º¸{{{SìÍvÐ|‘­Àýþÿ…ÀÍÜùÁA+ׯϙ{?ÄôÞX¸)1bg -!°ÙÜÆòƒòu†rSf.ßñJtLÅCL³)×e+ÌèÍG Ü™{› -§‹ÌõíXf7}!aÔHú 40Uí,!„ìÞâYhr[Ó™ˆþ°gìEÐQÕLèàâ]Jç6¬øzgòlÙvoyªÊ£YÍ5Ê”šÑ{“M¡†d¢50“SbJ/6lÐ]7»bÊÙvJoC¨ |·fí¶5v÷Ùð“oØûW" TIzFqªù -VqS"šœ†zz-o!»7LüνMØmQwŒŽÆz@-aÀ®ê)d•všµÒòw=™=͇» uKã¢¤Ú€Ý®Ž©é1…—T‰¸ú!qSf6Ÿ -))l¿&ºüYÿa{" -”#Ñ ;8ªn …ïL"$îòñ ×"ÃzkÈeeP‚Ú¢(·1q˜†k»wSKï»oJg¦bNàØã¡õa,K±\¿ ãà J˜ú0ÈY b—Â9T¿)ßR`“8âØ’ON´9C¹)ƒ_l—A_úÏ´2’j ~c¢—U‹_Úè’( ±’œ×çUÍ*ŸJD’~?(:¾85ShAA£ã§ð¹9$.2£¥õŒ"ÿˆxiʦ¢[ƒœ¼4´å™‘>¶J¹õáP¿³ŒÔ€Y,{ŠR(7Þ`'ž‚ÈÙGÿ ˆ‹ÌxAï¾édÜõ‰2ê=ÿN;³ú†˜¶µ6ÙÎŽgýmQFêk +gçZË0JGGƒ€ù ªÌ”!^SwKœFî2Rß%&É©\víÅš#ë €í Q«0Êÿ¿²öâæDᧉ×Ôq¢ËïRcüvf¬¶­æ9HlvÊ$y©ºyÁ”Á\TaA$7£ê‘g'—„‡š°”žbbké)¡ZO=…ž¤$ÑìŒó3$.Cf½ë>Æä¥ |Z\]jLùÂ;$ôŽk¦q«¥X斅ׄ߰MO«´ôì/¤ÅPƒí©í[rZ÷±rV¹¸À){HtÞÞJ)¨…]7’ -.‰9‰F»!üÏl«arª>£Âí%VÿxÀâ:V¢”ax+Mš‘M¨Ô£XTl7mßPKh)Lˆ^ÜYEºÚj´òŽb„*8çárS;frÕÖBJi{byG‘NÎ>ú׸Äb¯îƒçŸ¾Aš§V—uì™ehÕmò*‰Sè÷ñxi€U(Š¥Ñèzöœ•R°bTЦfÅ ¨á©!ã˜UA„d2Z•y.:¼ -Æiˆä8Ý}Üè 3nC$.˜”r]N½¸)óì8P]˜zÄyiœ®J¤^koˆktNYÎ*¶P ‰6)sÖv¨Â†‰ª F}B/@Jœ—I”ÀÆJ5ªÁ^˜€SÈë?ÌK¡‘2–nÞÜ@ž*šF%ÐØX´g z]ÙÞÓ{9p²¸Öì¶1\ê–ÕÐ%q¥\[Ð3 JýkXük¨ü3|þyʼnÄx2NãÒTרíΈ¸‚ö Æs¢Õ`µŠÉcr°éÆäº€ ì””331ytš¯ë*òT*9ù—-`f¯°Ãáë,æÕàv]8ºH—Šü…qžÈ :>æ²–m"|7ãƒÓž§ìQ¦(×mm«p`JŒçGâÌ׸*¶ÕY -•ôäuDƒ6´ís …1ç„Px¡|»•äÓ|a|Ì|¾\x&ç%©œ† YL|ƒ*+„ÃPÓrì—fy6ÍU˜ ë„8åœÒôÀ³Í*4„È®îUAíªÌ´žôîŸxBÎ>ú6$NBÃ=Á ŸGóæjÕ€ò“¯¼Å–sƒ’e MÔâ«ò´ì 6¡ËL)ƬC*Nc’íCÓ‘Z]˜Ÿ—Nƒ3©©dbÇO¦îœÜÆòáƒÈXu/UÆrŒ+™!åÙX®eÇ?Ìv,ÊNÌ1kȲ\¥ôœ/4_HäyA~HÙ ôUdãÁ뙡–¤Ðmé\x›Å÷$’`ýëÓ BƒfÚ%Ú>º®^#XB¼=’g._1Yû -h#òBÏ/ê:¦2¸½ CfÙÛ ±)ÖC®›y…ª˜‹Õ2ÉI4:ûèq@œdrÌöî‹ÆlºñÉ+GeÏIm»GÓw·ö‘ôŒKUÉ•dÙuË|7'Bµzâ)Ê“8a¦ -j—I-c‡"±àÊ1ǾµËp4»é¬š^ýê¶`£S -9 -827'«%/…P)usâ!Á˜âAgKÀú%?ðÁ9$NBYfòÚ;ù -',±…É©L³'rh®3ÝÍ+”ZÂf °·?O°™u‚¨$ - ™Ð9X–É/ [?‚V«à_ÈaùÌ2lûä#}ÊePœ¸—ß¼¯Ü´AÖ>‘çW–$õ­h,á}B@"ûª¸ ¿’¤©o$24þìúq ôh¬ÆåF’Xˆ^—'ÃÖêbîùaz›ÚF ]ѧVÇÖ\_Ÿ°÷¹œ_ose¡}A_ͯ;~>ÞŽ¯ÇÓëËw:¾—g¨!ü}§Ëùíz{ù~~¿¼o{zK©_ H½ïéz;ÿÿx ïƒÞŽïç/Çýrìý¨½ïéùøzþr¼žïø|¼%“Ô3rÆŸÚcú£>žï×ç÷·û‡§çóåöåö¸5?núþü/·çãéøùz\çûå¡}e{kïüøíëùÅùèïÇ——ׯÇý‘}½ˆ›÷_fMåó÷Â#—…U eg%¨Ÿ{ï‡HMö˜ãŽ_åŸûããË·÷óýš–P¹wøÛ¿Ýo÷ãÞ?ý {=Þž_Þ¾×Ƕ¨8;uêþîi$tºF+¥Ê‘.àÁ -b·~˜;5u`Jatá{÷„œòˆ,?y¥!ä"oÌG\#¯¹¦%UI5÷g×ü7íz"if|à.Ô O&·ÚÎ\Ë Ÿ‘º=BSôT1%Ÿ¾;á7äPUVî1’»ï{ô`>D¿Èý]à€Ã;´ÄXºN/ÖËC¯÷ÙátýH:ÿžrãû»Ê|´4JÓŸ\Ö@U=¹r.vÆ´ÎksA -šÂNe¤‹<1èƸÖå7/ÿ*Ú§þˆ×—÷Ûãöý0s‡¼½À¿ªø7}MLçŸyÙ°„]» 8F_˜rkpÁGÌÃã=I(ÆÜo\Ë7·¨"âŸðñ/›ï«+c_©ÿ¾—]Õ µÃ oìÿÅšð‡ Ê#;‹c/Vsï´™œÕíé ·PÜÈšà…ÙÊÀö»âxA¹Zˆ˜µa~0d‚DUœS¿èœwòD<~ö°LƲàâ$Î+ ™æÉ°G˜2(DÞ¡˜ùÀ¢ ûÕàß×§‘†—ö^˜‘0m瑦[Ó”f´ÔC˜3†âºs)±ä¡éæNÙ,ÐB"e¢[‡ì(iÁ(S™É:ÏÄPÖÇŽZ|%±—hZEÿ€Ò¦8³ŒÓÿê‚ßÕî´@|Û46ö+w©Å¥B¹ß³#´Ãp²%¬?,6n7 –Kí¿(´ón¸˜ûÆO}-p†Õ±‰7G¼Y$š'¯´daºá¬8íoÅLŸaݘɼnç@p¾Ú^»zÁ®Ÿæêe&a£óæ­Ò"KqÍ-ÝÓÒçì\;¬ì²6iÌ9¬Uöör‚¨1v ‘@D€·)Æç!Lr…¬;­/{X+7üá[¶ƒew]€î3™´‡Îs·ÜœL,Êlgìc&Ø¢XžT¹RV¶>ÄqhH&|ôæŠØZ[ün@VÐ^ð›·‹™ó«Ì®Æ s"á>m‡çHTþ$Ý -H&Š˜ÐpLaH\ñÍáƒ9b^kT [ÛY$êòí>RÕjƒš % ôÕ±5P¨NY›© ÛÝØ~ˆ©Ä jí«üÉìpìeõ"ëv먵Iä9›âÑŠµ1³£8X¾­¡PÍ˺®UÂV“§Ÿoº aÐVz× Xž'´–9€-AbJ¡ÉK&S3c­ü¿Ž?§(š¹®,MÒ£m¬Í½¿àã4kØ(¬žfhµ(ŽE™`ñ݇ޙ; –Úk‰Ú^m˜£OŸVl†åíƒâ†BltD.ë K:W‰˜1÷µ#³Tôvä 医€²*3br™Y÷óŽ~:ܤ–|«ER±"6R.œ…+¥ÄÃêð†µ$aü¾K…­ø¦]•\ÇŠØ{æDc•¢»\.œt aÊl0c§¢À’ - ¥#ÇhV}\wœ“ô6î‘ê¾È¸³Xç\4¶×4Ø t¹©µ-•…^,Š«•L2Ì}ÝE® øCîQ¹fYRÚÄí(m/ -¦“Pæ°0‘¿=ehͽݱÌìSt¶r- œ-ÒN” tÄm©0d˜n¶*\Ìyï!Û?ËÄ¿zA©°ó‚v0  w©Þe¿rE£Ü/0cèÿ?§-JùŸ(mqúýçü§™VÔ3hò¥UA*#É(j¦aáÑÞ†—¡Žýÿ«=T_{Då=âÊ^QPkp\* )ÞËiÖ‹fƆe™ -õîcÆéeßeŒ¡øþØÇÞ€7Õu­+Wà8º mFht ñ¢St½Šée‹oM›KÅ4RÏ23™.m¡ -׉îÔdË4¹ºhâ8"ìnaçê›ɼ*:l£ëÉxšLLÞ>L˜Y¡J.Ó;Xø)Þåˆ`©ŠObÞT›3Uë3kuÙ*^ªçĈ=ã;Þ2šBUÙ®fŽöUÜ’vúO—=Áõ.K­Ñ”«:õ|Ⱦ–àß{ùmç‡ùj%¢ÚÙØ}É ærŸ·,Ý–Ì´%7—â¶%ËØp3˜5-ø‚Á½ŠßîúaÂ,Us‹oŠFèòD‚ä™%â ½õ&놕#îL<+Y³ðJÀ úª.30ñH'ÆŒµ»Sq.GèEñ™q»YV’øù:?ÎÎJÞ–KnÔɶ®‹Ì … ß•Èùj/ÅÍ(‰±°Þ)2´ˆÆ Üû‹˜ÌKhÿ7„§ÐžP>ï­ZÿA9„–ÝeåþgÈ“™MÅ~G9nkÆJ¨·ì*pËœ8q!ŒÇzMÛ‰Û*v¼§±©g¼KÕ¼ä”܃ÊP›ãE7 %kbÍ Õpã´äîDÂ÷v&¥…Ö’¹Vµã»@—ùï8ŸÜ‚ÄÓ±4(cèÉ•­úl§Ü/Ô€>Cç«TŽ@œÀq¡oùÁIµ•Í(éxiUØí»9(t›ÄD·¸¬ ^JI^J6!£ê¨ÒZ„/+ÐéóÕRªP]}Å74’2 ó½8ò#á¬È -ÄÊ^q Ãx‹Ü=SôlL*Fx›¢ž -ü2>_ÊRd×Fù )1ÍGR>•`¥´~SÏÀW‘¥g^‘>YeFçôdMžìD|eM˜ÿ‚M¤ k·è*D°gRc[@g ó”ƒHá6B 2ˆmqQ„¢þo€_Ò÷¸okª5õM(ŒÚzñpƒé¼#aÓ,píCZ ö.KjV„»7­ÏÀG¼„³FœO^óJÞÚ‘m>~D¬ë¤®*î n2C=UÙÕÝ6Yj„ßdý¤×î¸Qâsç]è¥Í®ˆW¹#CÞ-yßõgÙc#Mw €¨o~6Ï×´(ŽëÄ{šH¨~ÎI¯¡Ñ›æÍÓ¤¹7ðÞ+¦n})˜zà“}Á©ñídkñ¦ú¢ž -ø23_Î&coR>“xh]ª*FÉJj/¶ý¯PªQ¹^WWÊç4‘ ¼HQ¢Æ`©øÁ(®+ÞS“&ˆºdŽH£53DRךjÜqS ÂÅ',CñœwLpMíÁ¸19éXýµÞ®\ïȭαq«ŽHÍ ÷«ž:)éЈùXS½Õ'Þi‹ óz*&ßQ†î<ø$#WMBü‰„&æ®ÉÅGÛµ‹ÙFùÁQû­Éç§ïµ.—Žø¨ÅllÎï 9Ó1.Æa|ajÛ&"aΕÙZË‚ˆáŠ‹üTß7žÎ"·bd²¡ÊÞ®Ãs ÆÅLi¹»5{džŒ³8­1$]uë9ôªEøX7OÅîžzÊæn™qoê ‘0©¤ÉòY¸Aûqű(Œ4Î× 4yd5EÁÓÄ\£xøÕ¯î$ÂíZäž·w…ª·ìõ-2²híÂ/4ø¯øRaˆ Õɺ%pËöˬ><,¶FŽoÁ<ëcÍíå~ Ïü£m"ïòb´N9">˜ˆlIŒ[cCµ]áÇ›ÖE|*qé ¹úüÞ–.1iùÒp¦4ë3smÉöîB£ÇZü pµTíÊÐ _H »Çúq¹œµ~©{?Á°¶ƒvÁ;²w‹Á1 ê” S-6Tvwxw=W·ÜÝ›ýHˆ©#†|›Îž8æ@"nžÖáù= aMEH,F—Îà:1øYª±ý! ¾­ ÝZèøv÷Á‹žÇó|­u†êºöýˆ/T–ÄF^¤Ð’ÕåÓsÌ#Î#A·"匸”óBU h)õ|}'²˜…Lh`-¾s* \X&Sv¹ªx„N,†MZ(æ Ûòyaáj'cÕà>ªÄkq)nŒ'ßàðݘ¯­Hy¶–Îg"†ÌžPæËK5dCgHIõ‚f’Ü'äÊÛî©êˆ ã^"IÞë«ÿÛCÛ²œ®NÆXøå†58ޱΙ0ï»_ûÓ0j˜: t6IG,tIÞÐʲÏ÷ýÒú,h¿žë–\B”"¼úÁD¨€õë1UhOk“wz®µ4@ø7WÜ€à|ílUäÛÊÒÖÖGL9¬²pulqA€Lxo¡y+¡ÍòÈÊØJbÍrÎôMö9GõÊŒ½®ñ\¯,Z Ò*§°swc÷®¸©F|a6$Ž/FJø. †:[œ^põüHžùfû±wµRâ¶w+E6¥gù -²=ख़™CUŸ_Œ %6"4Ö3‹u½Á–ŒI Tà#>´Ä(^‡ÆcÌóçGjŽ‹wd鯄öÎv)DÇæx.T ø¨/AG“Ÿ¯XØÞÙ“ˆ¡+AãŒß;Œ$EwöÀÒæÚ¸[{\ÁºR3õ&ŽÌÝÁ<¯È9zvdÏo3Î…WAÈ4?ù ;£ð™|º^wwÓ>DŠ.ˆZh¥ÑHÝEHhê )Î[8'ŸZXº\ὺUƒ‡æ ëÍŠÚײµ'¡b‡0eZCuœdA8|ñw« /(º:Üf&@¯(4~c0h_¤ÉràI¿óz¢Í:I#2dJg¾”¼S)t:(Cc]^þì‡çm>¥*÷éD(Õuí`sÞ€FwÅdxœ¶}u•uܵ -sf# -¾Ùóö¤E"urä>LÉ×t‘“3Òi-£.Uz¹7Ä)xYW!ÊÇeÁ«ËS{D4’šc‹\íáÐ÷0žwíAJ¯x¶þ°sháEž»#z´bÆYÙí¦†:³\ø6b0ØÇu¶ˆj\MVdØ=ón/Šc‡ 5IÆËÌ™vJ »E<|Gù¸g°Ä¾UæKöZ%ñ´–Nψ¨Žm5<Á*’)»ea·ˆ ±åê‡`ÄäªÜz]ö€Ü×Cm`ﯢ”ÓàíJýTKìI¯«¼-tG ­Ú·àyygCCkéõü•"4;•¦»kü‘\@0Aa ”‰ÙýqßáÄA{qŒßVý¡ °"J±*$R9a¦¾Å½pt£±‘Mõ¥òçÒ ^VƒÌ–Ànß•÷a(ç~;J¯˜ƒ:œ}éú€‡8ë B :š%Z•‚h£:@Vº_)GK#(_AÓª ™IƒDNØ…‹®LÎ -ÎÆðËë–ÖZ½•­}]6 5"E÷ˆ-¨kg¶ìSØŠ˜CÎÓîå…Of,ìöñOcv€+/*p¯´Þ59ê¤BœoÔV‘Ñ€3 *)ŠD›ïæ~áu¾Šè R>èt)é^ƒ@¯/Ev.ÛÁ¡ècUí Õw )/l¾Ûö~‹j+…:DoTw°±c|°“ÝTXs·³ùXl>,ŸQÃÆZ¦Ø6Ø}ä5e3¬8‡‡SÁ´ÍÅËÃÍ‹¤3lTçp³Ý­2 ¥9b>ïn‹çm¦+UòQ«GëÊ!.bë>¯#/f]c(¯ãÀ” ±Hj—d}VuoÏÏ‚w>m¼ -â+/jƒß¼±\]× |LCÏ®kWâ0%½ä­ë.ž&Z`U$Ýö¹$®>XlÓ÷xézN/ƒÉ'Â'º5xg<žÓ)õåòÉ ˆóä»yʯç5ð>ÌØù1T“O} ‹±¨†Ö€¢¾H” ¡é¯Ão¶7´{Ê'Â× n FVMß]#OhÐæBK·–¾òÔ©lîà;Ÿ¯kÕûí¬´6±;žt@¶ÚH·Öp¬~ÛÅ‘äÄdïekw¢õ™[[E³JÖ½åÅ.,4i­2ôFçk%\é*\ñ†š" Ñá7Ç Å´ïbž„mPÿ¯t^"[Þb÷Û*!(Ÿm P÷” G)tET¬M¢íÂ}¸(\’¦K{ù83NŠVTg&#ÂÊ] eøóˆTFœûì»û Ÿ³†&À±7§† £Çºåóe•¡ÊŽ+JòL¢ÒÍˬÙ+7ÔSù- zFe0úÔ’WJß=¸ Ù­ë%s*£5r¥þ~eô“'ÌÀPU¾ÓÀ¢Æ}d^qõcëŒpyE9ÖVÔ8v ïÛ}³™ïìî’wu÷×°B‰ülMqBl ïGþ³È P÷á§S‘¡Œ@¬˜BÈÑØÊ·)d¥MŒF&çl]Ÿpí~³¶¾;u4¢`ä±  "×p}÷ãt†0cDÑOì"¶\ÀGZÍ’K_xÛ…ÈäV…Øà­ ì ÐbçðÂk ÛKçme°qS”çnG´Ö—¯®‰/wöá|Íh Õé -ûF ©} âÈG¯7‚݃¿£ò{Uúlf»_àgÄ„0Rä!r0ôZçïè[o«9ìdÝĺ…ÆíM’þs•6£’÷ÔGR{bö•®ÃbÃí´Øð• -Õú‡ñÝÿ&‘m^gi )[ÄÝ“¹ì¶ŽFœ§”/uðÕË'ž¶•ØøÐ¤²$KiTu¯ÐoGÐ"ÍM—·ÎbÆnðézõí&u†,§>½6¥.þSWiûJçKêC5ùš«-ˆ±.NÛíÙ^ §Ÿbq"ðB9Ö6`ƒÅ겎‚S3×[ȱðQ 3XŒFAv‡t]ϺO‰Èæà¢G«†²zΛ½µ‘Zû…‹kŽÜ@&Æœ‘>©3I°Gšµy}°EÅX›ÌC,2ƒ„F–·*wPë#l?7n‘l¨Ð2¤Éuù(’©Õ¾Q=ç.öa¬L6iß³5^wñD³½~LRijÌã‘4H5“Ç(Ç«D\7ÉŒ5mì”}z©†€L˜ÞP³çYÑEÉÔ®Õp"XjãFEOÚí–‘‚£R¿Ø'B>‚H—¿…{fi*wO*µß¬”ÕÆÒ…µ¿eÅXïm­ë6S†'Îä ‰Ô¾Ý‘Ô©è½í¨£pŽ!;ÿÇv¤4»Ã,q"} ü¸ÍÍí’3uè }ÔÁåÊ€ÚæƒxN“¼õ|=OjÃ}{ß_o6‚^¼ð±$à¬U¿a]~k7/ЉÈ:*2á…ª»göé¯ ‹ìñë0䎜i y[ãp–ZW"ªì6‰C‹ññ¶Ñ">¡ae¿†}w ‰ðÖÑÀÄžö~˜}cÏ.†&Ö(„L!òz±gk‡¢ºo]°ˆ;ø_Gú u‘ÖmÃñV -ßê -÷U™|›C•ÄíáÜ+á¥âãZE¦)5¦G[cHpæúD‘!g]o¨6/aVòcéðLÔIÙØë Òd‚$Xaêt^<«õ8†%[ƒ§6:Çw*•žde¼¶÷óZë½±3 TãÆ1†u ¢êœ\«Cô¿'Û2£û¨g> bm£¢32¸ïýÊÐ×=ŸmjÇM#¬ç{K’“„¶AÓ @T§sWç'$G–I ;ÿ÷°ñâp°væm´ýFÒZ¬ËÙî§‹g‹ƒ\§yÐ7Dûð^¡š$ÜÈú ëDy]·­5î%k–”TO ,ÁæÍ³j+™ù>Çz5-]Ì2%ÿDèžqä¼aü4ˆ5ÛÃc©…}Êäl‘êCõ\]þØØAË8)|È*­å¶ë­4‹ü Q C‡Þî×p”nÄÉ%ó]ɳ·…â¤eÛ;ëCC Üté Õdý¤ªóhÁ–4åVÞö]ÇZò’Šò¬RÇÅœÀS€ré}ß®q™là±n-œø‡ÝÿèÝ»‰\€ÍN.âB?íéI¯ÛFÔy]*]ðàõ^Ö}´•~ºß˜žo¦…ìÕŒ÷ÁN:ðü´{ß³ÕªÈwGØ´Lu¾ˆ‰ƒœ^~Õ{$‘;ؘ˜©É$>Ñ÷‰Le0^^[÷QrUˆ9êD²&8s§öZ Ï=ʹâ,vóûÆ—rüàbEŽ“—0aFŠÞw/3&`+ƒÕG+õɘã‡çS¶µQqÊ”lw²ö3ƒ…O'&0gÎî‚ìAÖã°þˆ)·M3û;¿ëi«‡_î>•kÈ’…ç¾Ü š¥Ï+Cƒˆ¶õYe]½‰š -rÊ+ŠÝõ ëq~cr…u"Y:C0׮Ϣ·sR1Ú -,½÷¥é2p,¼v ÔGêVEHœ¬GÕùØ‚±d€ìà+ŒtKÒ!woÈÜ#é:Ͳ +`’dè~¥1Jæd⩉g0Ê(F&·®@TÐnVÛH N#%¿õâ¡ ÛLÀLSúUHÓŒ»Ù …×Õ¾èìÒ"%+ÛF2»×u§Aä”éŠ(g÷´âõ‚ õ¸IY”Gi@ñ]óŒò€6Jõ ê—Þ-«fM–À¤åâ^µz†Ž«OLî‚`¼!/HÕ¸uP±Ô—ûv¸w¿Ùêõ  C¢bõv‰n]¡É×6ìø8*ô›¾^óìüùT%ê)Ù§[èò.6~âcKFQµÇ¾Qû[`N)‘˜N-àf ýût9Á³>â„ő٠¼f Ü,ùú/Üóxè•~ývÒR´è¢oàõ¨Ëoœ4—u­ÁnhÍ;”¯Sl\fͨŸc8s®UÈßœcãÛ‘—mðZ"t‰ïìÜ+½ú]m)9JÇ*âèù’ÚP…kýóŒ"Ö:ƒ»Oº’›eõëÒ£Üã[TÓAÖ•õ¡}T¢åÑAr£ïTEÛg’c„ÜЦ3÷ÖåÃõB‹œ/y)3ÛYN*€ Ñm›àŽöµÆ§¿W¨ƒÂr66f´.²?’&*Ü–öÝÙžÒ’ïŠ~S‚Aü¡VÜã‰ü²¯5Õ5qÅt+±g•í­8îÛíB ìVЇ:lc4lj¸ -îȃí=ÉBïNÅSžìΗ—j“¸ IR/àaEñä Ø;•­§À -KÒ°“{™YêËlâ>ìñ{FÁAn“p²2 m-3Cæ¾•× ,ûzCÕ9›4å‘ “ëeáZ§`e;ŽT)€[A7Ù–Ê H^‡-§(Sò öÌûZ‡áK2¶ïãÑPÕùßņÓSfy¨NN›¦T&8oöq¥²­×ë¶õPPå>«ƒâa4@[m˜’W³/Õô¨Y:IõÜs`*#j|Ít‡ê:O)®{Š‘. ©òÖué=àë*J¶}£M0•÷(q|¶«‡Ý0×!Ã=Aö«‚<Ù‘NÖd\tÍöOÁ/ÖgÐãˆÙ7zßSõ‰½°Å¼¸ASe…3q³Üo,ê¡&ž*ÒS¿tbÙ÷ÍT©Ùý5VR>ö5‡jò]øU7jS¢¢ÁF·sÉ¿ CÏÒÐa‡ïÄÒÞ0itétؾb€mMþQçÃÐÀÓòŠ›ËK^a÷¨¿f2ºN KbUæw‹½YN¿m9NEAÒç>@ÿ²%b©:³]¬·Û£äÌʧ 3ak⇘aÖÞù…þv°ß½ª#Í’¼éÐZV£5F<Ö©3¹—…á©'ÌøPnWÑ“jHܨM]‰H`c(†Öã -ÏÁçªKJhÏP"&§l¹K;ԃϒã}ˆÞõ Œ&GklÑ„àÿçõ2©Ý^Ý1—ô|([µ¥ú‘¸jƒDô7^ÙN—1É—À·½aÕÑ$¯c/%ŽÛ|åx6¤ÑÐá¡C6þS¡9«“Ä=Mè¼™X Dy\=Œn‰£sÍWúJ²>KËÓØ€%h¿Œ¯;'^…îÈü+Û$ŹmÑÀÝð(ŽØé\×ÁÕ–›¥¼96µKþ/ì½/)}Á^ÕÞ(åE¢§Äs YDŒ5Qt*œ\=.oZ ƒÃsvÞÈ:Ì Nùö»¸lj-!ú±kýd…§»Í…§¢îúÖ‹mIt zÝdcÙ/ÆY£<6À%¶&é·z­¦ML¾´G{goyÓ†Wöý¬™ô†ÔTš´5:­ºC5Q”Ï%»àßæˆåvVÿÿˆjV€"d˜Ûñ}Ö@Ø òîx$³eÊÚÆö!=Ûr‘äžúª–-Ëí®­>¶"T¬Ä½ -Û©÷\¦c(Së\9 øÿÏ̧ƒ8¼8Z_€3tNrïªk;×Ý`à‚Ë÷@:I+']Lº&¤Á~—Þ¯9EÁDš–Æ›¦ÿJ)²Œ"-®£ÄsÇl†a×o » `à¯Æb nLÇ‘eó&;w—dzíï¥]Š|æ:‘ŽT¼”,ˆ¡xÍnyϲ=»¸¨Ú‡Û! ÆB9Þˆ©¡çµÏ€ÙªDÇÀñDº•ÍØ®“£f¨ ˆ È6T]«HçXkvÀ1u~SPÑ5Š—[²F†'\Åböˆj$8:`¿@A¤¼É…æšZHE†›¢RÑå×Ù„¨ÃEb¯3nT KÉu48,-ÁàHJ¯@•Í…2y,áW«â&ly!A¶±nˆ„¹÷Wñ\¸°6E4ž Š,Wr¡bu‚‚¿³}YXM&<Ùc·×xlf­íÇÆÉ$š9dY¨àš·:´j y±¡K#ë‘ôûa¾ë(ïI¡þ(;Å©6Õ¼{I4ÅQ|ܯašô*«rÂXIbaÕÓÇqÀ¤šòõ¬!GèVÔyŽ„£ùÓ‰‚ta´Ê&+*ÌŠî8Mq#–GŸ éID5Œ| ç̉Šôu“df=M1Çù£H6"Íö<ÞbÀm¼òkùÔÿØPWMeÓN§(‡/=DþŸR7”Û©b;3ø‹‘wm›ætâ&b±TuY”±E®×BöÖÈêT•Õy°UÒ©'ëU× „µwoMmôº5eËv2ê$wþÎ")ÀoÕä ;Æ;6ªõ“ÞƒHYžŽ€¤œ8:' -e†u|‰Ä÷úŽeæÍ¥B8ØGìê¨N·hìÀ`ín.£§n¢º+³H4lÓÀͬëö­\Ù69-ín¼£#6Äcì Õ*(õˆ**hm‰É+4ÕNìÁ“ˆb:o[ØZ8Ü[L»d&fÎÈûÇÌš7™Ã“©d‚mí¾|¦$Nf|³õÆ<¦ÿ¨n¨XÖ =»ÛÓm¡D›| NFoÉ’#.ãÒ4ËQLT®1Ýžƒ¬±Aµ1&óœFV<áŽíb.׿0JŠ%=*J ðÊèPÞ&ÂB×ÍÅò®\t·š/s8´’œG–ªÓîê?p÷¬‘rÕß…¡¦W®« -ïûJá¾7çâpÓ§7E ëÙUÅL6²Pe+‰C‡M®E´3£Å±àç ™cX/_ÄÔFù2¤U1«;†Ó ~dQÓ"î OÀ©°fU‰ t®G1=ücQ7"^,` Tö™LéͯIƒí®Ì·3FCÖiìÅ,Nl:Et‚êñ²ͺðÜcD·Óœ·êÄ,ˆÖË ¾$ÉÖÆ4}Ñ*еä¼0Úý -X£ÎÖâ(ôÊwÅá dب…#è¸âNrªÑª<m[Ø:XæMF›æFŸ™4šþ¤ -³‰9$ ÐÞ³Hê’›áI$òp²á¤5Q3‡ÂXi0²Î -Au¨ç†{šNaÏ&tØ)#’þ[cµà6mZv)B"ç–즆ûu÷ s•*(¤Žho·ÒGã|8èj\êwd®œËu ±90G¹„61t<®d³í­Ýw€gÈZÆkÙ=š^Üï4ï;ÑyH’%U‘¸ñ™Æ„ Ç}Ýdb_ -Q`ÙÕüV»óï#Åi .È›,hÌç´Á%u}š¦–ä|á e)Ëø–ÂQu¾†ëè鳫¶•Q”¦óæ>Sv±»nt"wqiÕ-ÞóÇžº RGÐÁi³{t$b/¢™s€ÉªKw¾·X½ÞL1T´lâð¹¶"ÒY^dá´¨ØG{ëåÞju› ë*\„¢›¥pÅ=’\Áß.R ¤†©vA‰æQÀYDÆ’{áDÊfðžu·×4Àmw•ùaˆ´kƒ§¬¹!Õm^xüâCé¸&²e¯ ǹ@Äðy¥7HG"zˆÈ'»î‚ E˜®XÛ†–z]‰ÀÉxØ]e«ÛXÈPÛ´}é˜gíP ®öEÏ"ÝÉ'O2“ü¥Úa~’pK®&`t@y`ë«­Mû>G3þó­@7˜Òî7àÒËØ–®–`€¨tw8Û ¤˜®H+t QÊMСÈLÇ1aÉ•$ÐñL«.áåœaFv¬[ª½Ót„ŠjD¦vv÷Éã ÈzJôPLT1­º=.G8âв.Ǻºuô#qîÄdøQ´µ‡_;âj÷`¶0›ìB|„Ñsø|ö(C ¤Cs¡[E·¨ãö¾ž=(Äq{¹“‹\Úw Þ^vhÈÀxZv‡Øžn{¹=¼[´ñŽMœoÌT±R‰ôD;ž­15ï©9áv«áøBò’ÙÖÆÛÅôÓïÖEå=+@-øPEYâÁ†+ÀÑ£Ë%›Ü{lÙA ¨®Øh(²2F¿¡)¾A‘wà›²S™­í§Ymê -9<‡*Ë0¶WsA×Xã\³Žo¥çCXŒƒ$ó¦V.¸.‡Pa¥|Tð ”B™‡}£ô“=ÿìŽÒ²]µ]$‘ÒËN±à[äôóÐaMЛW]TŒ£Ù®³1Æ;©qîú -©WÌa@á"’®\ŒÛ‹1ŒÌUNté:{¼ÚZ¢‡åðUYlõ‰š×èÑÜC”*…@íàˆÞEhH•P6C':h˜ÿ8š²)n’ãâÚö…NoÞ‡G)@Tl0[K z óªlJIrôE¦6'íЃs‘:b=E ªïü<=ñ‚ –ïz»Ôœ]ø<‰®ûcïùÕÚ+¶Åî„ -C£"K¸µÇÉŸ°éŸWo„ËèyœpÏAö x‹Êƒ 7D´, rL²K9[x†3>:Æ= ¢×ìOa’de‹:@:MjpÔiÑ‘ž°ï6Ñ1•ÊcÈøg -ò}"‚C¬l/®‹ __D¢,™öêæÌszˆ•õtEdû¶)C¢œÖIƒcÏ1-·2R›%¢žYfþ3·…;RmãÝunS¦ÏÀø¾ÕÚËrÏèå ­ìh‘%ñnJ#S9nÉáéðÅÂ`åÅòv¸fÕñÉ;˜Ò½^\¥ s'ô ß]`Ø8)ô5Dl6¬M—%·ä(ϳ`)^tQÐ0ÄyãéÚËüUÙëò,{ b•†Ð;•kîrû‰ê‹ì¹–Ë¢‚=Ãîä]¶… §Dzª™è4PCý9ªd¬¶¼:l$M1“ÖL -k²B†P=W#ãn\€Ëx´Ö¤ tÏ’ñæ³z|…³1V[Ó±òrgLRPøyÌW&>=¶«3âÅT|W[s²åÓ ë–pPsÛ°cM´ö÷ò6çoÙ^S Û“¶!ÑNQmZÿ÷$LeDоlÙG€“H‹%¬3~ÉVï®ÊÚ˜+µzZÒ•"qm¤ƒ}»ŽœÙUÏwÕÉÕMØ)šc†Á/-Tæ21†sˆ 6e™sYŽ›bðä:ñ5ÕRÓ¸ro' z}^2Jp£¢ÐÒM°€ÝeÌLd½–E• šOÝ„d½·)Õâ`?>øÿ?yï?~w>éÓ_ÿø§§ßŸžâéóûÛϯo·Ÿÿ»ñ?½>óÝ×=}÷þùùçwóG<ýõõí«ç÷ÿè‹ï¿|÷úsz;9­ý½·oúôòxûéõç››Ÿ–9æï}ŸâéûÇËëóÛ§ç¯jÁý…x¢žáéù«ÇË'÷§÷ï^?~q€8×wþ£Û&¯1+_xúê壿îãõççÑÔ´-­íó@ÿtOŸŸ|y}ÿõù§Ï_ð»«ÿµ.Ô¯~zy}þâñ3{}Ã_Ÿ¿{¼}þ§?V÷~¿êËÇ÷Ïß=ž´Ï|ûø±:\Õ#Ýk=ýƒ`ãÝ|æë÷Ÿ>ÚŸÿݧ//‚4ã ô ß½~ùøôø×ÇãóÏÏoŸ¿Âª‰Ü÷î>ûõ/ß??ßýëã»÷ïo?ï ¸Fæ@¦„ú -]ý7n «i©«Ò=®µDÐsÜ<ãÊÛÊ• ”Žþ¬( õý³²ÿÄÚt˜—㪦üŒä=$o3’î§îf H9¯›éÝoÊ‘nʉnÊ5µÔ”? õøyFekÆ´1l Y‰>z­ ®q ­q,­o‘­ëþÙÖ8ŠÖ8@k¤5ÑGÓ‡ichci}ãè8´ÆQ´ÆºIOº¤P0FFº½ïrm!ø¤¼ÙæCI¨/z¯xI+{ž†)²¢V®7’ó -™úéÎ#PóÀEŸ/ieÏ3p[Ôòn²ÞÛÄbtA´"Ãll"=Ü·:3bzu3 -¬!Þ7Уý6Ëkd ÞÅ]Å$(¡k |ƃD Ac7,^,‚(jÿDÝ"ƒn¸Þ8Ã&QF=ß<Õn=èÞ+ê|;Œœ"âÁª\|®tI+{ž—JÀV¹&÷æwöpPdÞ¥¨‚ ÎÅe¨HXTÙ6m -ç‡l¼¼U”ô³&­º Kã*‡»!ë%x"±hç³áÓ %ìe‘h»Íæ°êÖΑOUh~Þpʈ¦8݇i9–C\Äál×"[yk$b÷±¸Ó×ã¹Z­éÞa÷qÊæ0áÎvî#²Í·iX‘Î(ºŽë|¯ ’™èJÁÞáÄ6ZºÚåæ †ëhÑ-ƒÀˆ%^\ù8^=DAL86){8OD×}êÞ‘Á*ã:Êšû7Þ²=Ü ¢î>”+,³]&é àpÆ›-Žé8o¼¸ »ëµù] ëÏ`9„8Œò¤Mó»šÿÐj¡buŒU=»š^!ÛŒ£&O¼Z‹(ä<ßšæÆW åžr'É5Nϵñ-¥@AÎdŸ Ý}ùsPŠáÄ3ž,‚²5×0p«—Íê`ßšü•lTŽÊ‹‘åÊ‘çä9ì:QÚlRêöŒ­rU¢ÎEuМWØ¿kçE¨[TÂvy)Ú”RØ­6h/À¡¦êÁwo³×¹¨Žý¾âd»rm:Û!á[J9SZõ ûòLvt1_âjÑwHÔû¦AÅî/0õýZÐ¡ë ´©ŽWÄäô¢ KH–w\ŒQ›|Äç‚E¦„h¶ŒÕÔ¼¸œÈíÝ:ö2Ì< ÞD¸:-º,]m°s†¯uùHåÊLTL]!©€ÓSj™éF-iNSN¦3Ú¦©Èìo¹;ñØr -÷|ÚXD­Ì“ÿZpCCÆ$»Ç˜/ ©1¸hÞjª~å#Éšù^+N §|D±7éø"­Â# ša¤AH_nDäØÁæ\5ßb*h‰÷~AŠË­Æèü¢rp-?Æì¾<· ˆkˆcC“Òm`¹’å+‘ÝtÿÍW˒沂7ïŽç6o“Ø<9m ÆlcîÔ;nùœpbÉ–t{xdE¶¤VYòáöëÆ;Ä)o2n[®2‹'Ï•ò5ž3‘6ø<ëPÖd#!óx†’—lóås»G9­jBO‰æcOÍÓz¦ËË­Š²€‚´ûã_æO -äa ­¦ÛÊ£ªÒÄä–h£<­jâåÌéödŠÁhxy_KÝ—gpS½‰ 8ìó,µ¥å±C2ÀBs7BÑ ´ÕKK¨M¹ùÂVaø-áÕÅ¥¶¸¬`ÌpgŠ1ˆ-Ø—w»™3€“nSêeß’]$f^sÎTS |ÞT§åûF¾ŽWSÄÙtçÇww’îG#W§ßûoïxëß›,¶2²žÏ™«õÇãýã»ÇïþÆÁãå©’\Ö¾€¡k*¿ë4úûØÿ¥ E)¯%¹©6õQ@8” W ÑÌÆ—u*èh0.aùŽX§´>‚1#džô Ü€†€Ómݾ éu¡Âú4Ð[a].pIxì´±«¢N “¼®œœ¿\ —u.Ì6q mTÅ Z>Ö±û¬UÆábc FÎï5†^àz¬l÷ÞXŽO÷³|‡½FV-&*'3·1ðJß.Ü ¥ioeuF‹½K½½c¥/ëj®=Ï‹Å8½XG+ÜX=ò •é-Æî± ‰ày¼êQnclswÜÜqL9áY^FÚÅÀ«uŒ©¼Tû†óø*Ë—w>j¿$Ä:%ÈxDæ;SÞc‘5R=@=Kwlkú‘Çü4ï?½þüúëãÓ•éadÔR•îÑï%í¨ö5ÒC'Ãöö^UÖptO/Õuwì¾ÍcÞy…=*ÔH-8Ï`å¶^¤<7û”ÆFît•jSzÄd]ÄÎ WÃö&Ug"`yi:>ïÅ]Þ¶;ÃGj{ž‹R³ƒcÒ˜ØSW gw&¡Á:`ßX­æ¨nÚ1榎  Ðë»~Wh] ÇdÚB×ëÄÜ Ur[ÑÜy;}Ž‰Ù°‘ iK«ªWŠ~×¹p¹fŠFj{€}í ó˜U½ítTì¥X9*È©“Eo¾„Òl”áh6‹ÛªIÀÛ]ßAìVõ]4¦[Úª"ÞÝ×Ó\ªç‹¹é \‘¥÷¬jI«·"êiqvÖ²qP¢+EÂõ;D×¼jxCÕäut•«$Ù(ïsï"©>KŒÃ¯ºcZh­û¬ØQqz‘vËkŒYØt–Šh23—† ØpVwÛ9=àmåYgÙ4•ž¬•l2¡†¯~×vÞR}±”+—" éãáÆ²¨î8¿¯9UrLFÓOE´°•S ‹¢C]s±Ë+tBUu -—ĞÔì• 7fWqÉãÕI Õ)¨¨vrà w^®Ÿ¦ˆó°­$¢+£Ï]Ò‹ª†ÐÁ!¢ôª0Äl(¡<2dPøø×0쮈¥ö7ƒ¡½¥ù5ÄÖ”º5àýQùüÐÖÂÖLu|²ÏiWÉ)6¬¡hÍ­3Vx•acxÓ1Ÿ§¡fþŸ[±'ï;¨‹JM P ¯·*ÖÙÁ¼H¥Z[{ÑEeîô÷ìÊÚI=vH3.‚õã_Í „R§¢_jS™®—Û}}õ»³Q±tçà ±‘Íh*&ئ‚Ò‘kqB®§Ïêó¥Âò…ÍÕAv˜å]¿Æ•1Ùˆ¡sOBµw€lÊþ‘"à'Ž8ýÿâV36ï­eiÿ§ZÚRݪ;u.›Ï«:‘¬x¬Ž%K¿·åg–rçª:3ÀPa 8-¨HgºsQ×ÄwâŽÓí8íÁ™Î¬Tý/ÍôKft -äk‹µ-K”¤òû%­ŽòˆÛ£f‚Bw}º\üßžR2Œ¬ŽT&£‰D¸oTO¶€WO…N¨½)‘¾YbÇ>oQßLðŠéÙ'®j9§©Ki"RmQkZ5œíbˆÍóÞ‘±£^vh'-ºb·cŠé$¯À¥ýb%©WÁ'(«Àw}äMXm+½ºæVZCJ]e 7Œ¬ËHºÍ¶Çh¶s:)µr«±`I¤¹u"ÕÎïôæšäÀÙFè’‹0)ÞÃÛ%tx/ªó)ЙÇÊÕ·9òÕtOXÛàu˜[Z®K!”FR‚;kJ¯JHbP«ÕjIñ¸Þ¸Ž?E?ѧÈ-aµå4)÷߯o5ýv¤¹K=œr‚ž²Ê PüÛ(-¡œNŒkW‰1ø¸}œÝÝ‹VBMê¾Ø^ø{Ífš7ø›uIÍ© ¡šÎÔ°M‘U„¶Ù¶[Eï)‘!tsááböS»òÂC¢ócMZÆe޼Œ€¥–•õ–I uéyW™ÎÜÈ´ü†2¾ë×¶ZÌ{ºþ2£.ŠÊ]$ª–c˜‘·°7…Έ³7®o¤Þ %"ÊÓ3ÊÇö[A—µ.ý)ﳪ~‰†\Pº]/ŠÑÞVB3]èaSyI˜Ê`§Ún™ÙX[pÆ«¡/ÛÑX‰”g¸HÍë‘@*›êІJz]…w¼nÙ}}©U5Û`ɵc»E`·¨\—›jŒSGzþ§U‹áÍá¼×“{?ñã2‡¾¥~ðwN¤Ê»xìškJ‚/+êpÆ·Œq¸»“ëÝšwŸ×*b -ß -w”´& ÚWZ£ûT-dG fí$ˆTÙª @Cíä\ëö¦€bºk@׿Óv.Ø5*cêÐñ{4'ãµB¶ì´ƒÝ—Î¥)` ž#jt¾2A¡ñ8ãr^£ñ?\Ô*zg ıÈm`¯¨ôœM¿³X¢±‰à.ðK;¶™P] î¬ÛnpUÒ‚…fÐkM£Kƒ~g¬r-I,ï-¤œT졵6—•µs­§×wžŒ -TQkõVŸµ“k­Ë§nÀ*h–÷+ôô°º&^ZÞé÷èÊ+ÿà©N‰î{§Ø4<ð÷ª‹Ê;ÃhަFWa–’ºX—x !ðMªu¦º»Þ]¤òS&2YævF¿n3 £¯ÄJ²ëù»µßàþ#Ó%u—vL¥V=ðy£Ê‚VZÎÊ¥^*p2Ôp¬œ+ÝTþåvS2áŽca{76Ùš¦cU¼,A#O‚â+z ²¸¸Ig\`ÐvŠß»éºê½å‡súw‹½âÎFlŽÞ6¶8ÃB©> ÉÞ×–®–¸/‡PÚ7ê»WÅŠŒ£,4þ053†4›y_s¸jæ<+㌯^Äð9¢3ýˆ%1ß4ªYî Æ£„“ïŠwÌÈO"¨7ì¬w»Rè•eÞ ‹"磠Ëes1˜H$Ÿ8ëú“†‚xJ7‚ѯÕó^HÖW·"j§ÊZ—Ü¢«Áó°è.)÷—¨fÀ75{âIêi¼áe­O¸4ŒV&Š5C °õÖC»{œ«R•C~3P’°Ð&“âÍÊjà‚Òæµ>&)W3¨}çÍ£ž…ÿ9Rf˜^œt²O’ºr”6¢_¨B3.å­¦ ÚÚ+K5l9OäñÌÕ¾“î>æ:ⱨ쒘ŒšFËîqàmÅ{o¯›ä(ë+0ÚeÝåÞ9ÓCù̳_ ‘¢Éyìv¸k˜« ®FÅtͶ’çQÁ^õ·¦°÷]ÕE3‡ ²i9 ®&ñ¹m6©Ð̬+îÈæ›É[¡»yÀoà6Î쫾‘®[Sìíî÷“Qšáªð-‚×WH[ì?æiUÙQ¼1y.¶?þñ³åDŒ;e«34jHušwø;…³Ñ6VÓW+ÙªP½æ¤.Þ$çºÂÑõÓ·1 Ítš9ètc@àüÿ^Í''#Cî'«ØÒY± ù°Ì³:ÓËÊz0¥Dsv²#*¸§¶ÝZ>ÔÆ³ +‰¸êÍmó4'«‹Õ¦ó`å‘Àñ~ÕAõs#¨DC#¬ ˜6—SµÉžÙk¨b¸&$yà=›å•FCoq)oÖKÔJçÄÊ¢ -wªö æáBåê¦ ¹±Æ±Ñ6˜x8ï•t]rW7¶[öz2jêãΗÅõø¾On)ÝP)Œ‡Þ´Û7ý}¦¡ëí±‹–ë˜h€äTX4Aô̆3ÏÅôÆ—Å«î³QöÒ^úÌg¥væ»ûãbkG…[Âí}ð^?è7ÕS¦L,=—¦$++g#nS.ÐPr\÷Õ.ÚÙèî{c:å;œ¢²Úþà¯ñ|-¯eHû®Èt³š²qU†ûº“M‚HŽ«‡° ®<æi©ÒÇ|t®ºgÝ»Õ8ίØý¥àbñ©6ˆñæ7PæÍû€Øò¯|Ô1(žäX(j€3êÙ}:\+%d KµýçüY›N÷.êT®àF £ßK#©`|zbho½Ý(t˲«dm´Ñ”’(ýÎ&ÄÒ?7p0<ù*?NSmˆ<ÿ-e¾rJ#PPе9…ž5W Ùy*”<ˆLïÕ…HŸ‰Aò¯"é-Ò÷×’ñ^d¾“÷Ööú*IFÑXÎBêO4"ÖeªÉmp²^R=>ú…p÷4ATFì«»‘Ð÷>«Šûibha‚˜¿*0Üã«¶¿Bw]C 2i.Df>˜N «7î9Õ«ÊAPX§?kM‚Ó„ºÒ:¾\k`æ›Y»3‰ªàÅuiÒ7þ§¦+ sèÆù¢ñ-ñš2E“õ˜\ÈHÒeöSC;µÖº².#Ç„²WÀ é £Ú[ðFáü¿S0ǰôÀ·T¼a)à' í¬ZOò .Ò"¢`{¹©Ñj5t»ôÿ‡¤! à‘Ÿò~€{Ð,Y©è(æ àú‡Y k?‹;y…zŸò›ŠÝÈ Q’‰HÊA0³žOø¸½‘네s{žBÏl/ÛN'j‚‘pÓ¾1N aÜÑ,†äüúž¼ÊùÉC? Wéiå¦D‚ èÛƒÿòAñÄó½Ã-¯C"(ì¬'þ•Ý {Äé# ÷èG³Ç9ðÏñÑ·î9 °»å}°/Üöbe~öV§žß.:Œug“ ‹Mî®I›˜{C2d•Í5ÊD˜¯.ŒÙóá±W“"ÄLƺ“ªÔh&݉TH kg.5;˜çd*™Rbf™”î’}ëŠû臫§“vrô–sµ‚èšÆ+ÚXŸÔn¶?˜rë{ÒÐfëmt竟kºUïžk™³'ç{o-[K—ƒoÁlõ³þXIwFÐppBï88:N#j¹!wÀP®»=£Âs1£>ÐjÜ!3ûä²GÒŽ÷xZ¤¾à‰Ž—䥢ïçnEƪ²÷b´ª¢…¹8Ž’¢¹ëb·Lß‚yåweß°iž -2øØF•µ5…qN‚]–±ØòÅ<äC-UŠg¯-¢tA®‰£?uäd>£cnƒê¼R§B¯_’<£í.›“( ~ˆÂÈØÑt¶œxíŽìšö‡¨Œ44ÉÑ:«.ê5õñÕQ˜uýXáNtZÿ—™w®mj˜AWÃêŠý“ ÷$—ŒÑ@;ƒç¢>g3zÍðòT6‚­þá-¯¯ÀÒoÉ&EØGRïy'R¼·c‹RÃ+ÔÙ|ògK2å†<{Ï`Ïo ¡—År]È“hïºØ€í£8zPçÂó‡š|yHÚ‚‰ óÌûFAHOÍÐNšU؈Œû茌âXµºVc¹ï’.ŽË&=©h>V»}’{ß›Z%*ÅpùjΛÚÍ©]ÑØ¶V)x$¹ñÜ!%acv壧ñwê§p7òq YV¯h ´9’^ÊGöMZ·®»ôqÅCêéYïšÙ^“·•9ŒkÀ©Ÿ+¼±*³-ŠTÍ۫߉0T‚;«=Ó£âëBFnsw.ŽjµóîRf"|/(‡Øj¢²¤s°Lw”¡ -¦rµÞÝ}cý°¼—®;Êù›å‡WÁNùúåõ‚ÕíºthË™à«Õ+Ë%TáZ—ÏIÑ]õ €Ïòžá…0å -¶jÅBwÅpr ž>g¤µ v¸ßÆEç}£ˆêî#ûæ¿[ßdU Tà`ê­&ãÀ§­n¶— Ki*m’EÅ„rÓf'»PéÔ–»{¦Vÿ¶×aÍg pi¥“扟Òõ˜‘ÂÕ÷q-€Î›ÆÀ«,îî'Eà#8Y­RÀk»ëòxà¦Ëѳ£ôt~ꀬFSÀ¹ƒW.82J¥£X‹!x³Æ‡­ëäíDæ—(W>ô´Χ ›ù‘Ãi0äα’.­†RMðe=ádg ‚(Ü4óu9¨ÐjÀ&ƒ9é 8!áÛ«qßá©ÚéèìÝ,ÔGá*~ØŽuüfNØÕ›»µÖCçÛ¥“Ë›x•P°â¥,¢-h3Ë<9ÁÐî®d–.d¿«Š‹†Ö(Õ™¨˜åt[•¾‡,´cQÇÉHqE}¹¯J:µáMiÓdþv`ïÄ|Ü93Ác\ô=˜Ù!øo1¤€ *ûJ0•V¬}/˜YY:™ÍÇæ«åüã\qRè–çÔwjçÌ9?¦üÎÝÇÖùê^%J¾j2‚•UÖרð:Ô´º -},‚Ôv¥¹ßþ3!ó•¿·nƒWz U{€­ÜÔG@Öa3º7 -èëºk~¯úö±Q¯Úz8ú¸ÂÇ„<Çà„­6W-I*¤b x´«ó$“ÕAs®€  k'Tc  +ÆÐD÷§6ÔceËBÁÁT’`ÿcß7±( ΈQú4~¼õEé ¹Õjxâ]yx¯l C5°ˆÞ,=ÅÚj?`“åÁuÚM?k5‘’Ž ¸ìÅІì"^w,l‚èc¨V‰lò\Õ°%Q†WþN‘EF¤4x k+ø²½+Â{ŸA\nu/î;( =Õ¿ã´Réo².¯w+`5Ö‹hîDðÜ͵óÞ­ëyW\g÷ñâ…7?á„îöÁÙìŠïl>¯F™/OÛëÎCEÑS3´³ÒÝŸçÝ9šEwz»Ò-†3AMK¯b^—½ìS•%N@$g_y€[»?Ð?5€,~(c^Ù{›ûüÇ#䯆íõoþ_å­yvT!PÈÐÎ=·ô¤ŠÓ›Ï„Áñ&o®”6°emB¾*!c^Oa•aÆnÄ[®Ä\.‚¥í~ên-2ë Û™4™HZ],)>ݙۑdo-ä½òWÇ宦‚˜d`’nC¼ÁãpJ)o5µóØ­ëQ|YWÚ~Ü]o¬Äj\B [ÉۃΠoÌÜdîaØ’ëQô…ÓWàɪØx­é?Œí¦äQP‡«œú%½¼ÕŒ >ýФ{±•üÚœ¬Šùˆh^gDvm<5wsþ¯ÚÓù(Ž É=0³RL±\ôÌM7N“åRâäÌYÝ\5„ÞC(¿ìO Òé˜Ò[e8½ãFÖ…Xc¹¾¬cnuu‚µú5·®«+¯ˆr˜c Í+BÔ'¯W‘§rµ*¢È©R–4¼xߤŠü×Ï.7Ýá2‚8ºühîTÓ¡!›LŒCŒðØÐp@H‚=›¹­¸™KE@8 ú¤úT7v,µÁ*®ÜoŽè«~¿%Ü|,ì>7tƨ…g'c53ך  @I<ÔïÂwk-Ãe±+;›D‹K3„Þo•ÁK¡e•½çè_Ý|ëµ¥@„TèBArÀê~=ž wü|©8{#SËSèoØï~`]o<û%g$œZwç rA¡[Vò2ÁýO¢DHÔ:§‡Õf6•ôkBÝ|X×#m*|µK/£Î9ÈJáõ /“Žú¿rÙŒ;J°¬ÖØa… ;™Æ-@.þ„ÕNTF­9b’ü›HúC¿ë^}Cê¡Hiþm‚$Æ™ÀpyçÖ[‡€>ɇ¬òGì«SϺ¦Þc?¥x¥®Ìi ›â@XÄÝb*|8¾q —yîåµy&ˆ4#ßâ5•ŽèziLº¹Œ4ÿÍ”ÚFNÒØ‡îLÛÄ«GÔÕºeó -ü$k$ˆ¤µgk~eò{¬"":ß5y}rr»u÷ýêä­`¦’UR.Âo°CTŠ5zËsBGź ôÿÆä¥ ->F¿N3Þ:sT~Z»²ã+ÙWEoŸæ‚¢½§:=¾JI+0¤Efs&4¡$–­U?u]ÙtJWGÃÇ:Wno»0:Ws•¹ÎOm}9ùšñ-`ÅÒþÃ8`LÂdºæAônF‹Ü¤`Ú«‰qíâóqBÀ cÆR’^ëd a¸Äs?¡3¼h%äx•HØ3™çŽþ,™Ï+ðUZ2/~ǃc’S¬õ¦_'a¹eñ9Êó©iº¶h,=öW 5g¤ƒ"”ÑÁ9C®%g&ܺõéyË]˜&å[0çÖ¯¦ÍøËÙ!Ê]&j>ùwwñóÅ–²bžr‚`”m0ŽÄ¯„µn@BÉ0\滲Q1ç\œ^töóOlû5\æ] í?WsÕ Þ­%ˆƒþ'æ•°ê‚3 AVÝs(DZÿÿ€øù~³>J[(/Õ©SëdËö½†kûi0 L{züÿ7Mm±Ývj«÷YªV¢:¨Ûž#ÇeçãÊî:‡TIxï>…™%`ÇtéxzVf«²°êî‡?33»Mr - ŽãÕ^fQÞýÈvÒå+Òˆ²À–XI)ò…v>Ÿ|üÅoñQÝLb›ì®Vr¨nɽr0þCç!æ·Ó¤_ - -wNæ…³@ CàUs"?nÄZy¼V1ŸoN3„cÖŠ6ÿ,öðÚ16º%Hü»ñC"uµ¦JÏ{:,P%ð‘i´öïÐôà -‡¡u)œà½Á~L"úSße"cù"Å´-óVãk2}e¢­âHG*Çž‡¢yùï//wNÊÍë3G¿½’Üð4_¬Ä;æš!†È± çCZÊ‹ÜÞyV*÷PÎ|9 í=%s8A"¢-Æ[(´¤s<« EÌRüÖBƒ+@‰¹µ)¼ÝÇãL -ÖŽUê31'.37ÑÀ_*ŠFC©Ê5zH·;Àf½‡!Ê0ô~o—Â…z§SGv(ÖpíƒÿËåÿý·÷s¿üö7‡n×9œn×ç~]×ç_×üÅËc?mœû‚ÃåvÚž¿Ì{;üe_Çöå·ëv]ûÔývÿvùñ=k*§ÙöÌ=îx^×ýùóú̳·Kßèð¾Îûv=n¯«ó}.þÿo¯ë|Ì8Þ.çõxŸµcú}¹§ôÉ£‡×ó}ÜþÐ}núRŽJu“Ãúþ|¬÷u¼ß>×ã÷X´aϬ78mó~ûÜ>N¯Æ†ó…›ßgÛhüÜÃyß¾®'õóXŸÛe]O-óŸó²Þ·ËzE?öãz¼Q^Öò‡š÷€—;~Ãïêm»žÚ>Þöëëñe;í—ý¹¿Ë¿lÄê“Ëþ²Žëû}žÛõôG›óÌ?ôöí}{ežþ¹.·ûûº>ûÉbUûyóG»¼={ÏÿÕdmXu7¸+<ë*÷\¶m˜m̶T`ñë{¸í„ìm¯1ÐÙÏa¡ª»Vá ØŽZº‚^D¶•½÷Îj(K÷¯vÔ’ †t£T˜˜`¨©é¢½ÄýÛ-M̶Êð¬VaåœW}Ôœ «\£ój{0M3ð$ÌÿVSxnÑ'T&WÕ >›ÕE¾r’D€ZÊý «s·®î¦„k%máôºZ4ƒL”/m&Š--u®j ¡’èÛêX׉fîgëQ«);†•éYøl8qîéLå§â -•Njî09ˆHõŒÐ-GodX„Æäµ$ùƆË&v<-]/jÒ˜#CÜŸ$üZÙ `þ3l ¡›‰Gw.!µu³3?0(gÙª OÎzQ,âCɾÙQµ_ÈS,ÛDÑ4G¾œB¤4%Wh¿$Ϊ$½´&+G½ÎJôñÒ‘í¿õƒ,«"º[A²ZeÚ*³MÔ°GÏjLùÂ\¶Qù&&§Aêå12js”ò°%*’’îŒ}*z!êƒJiË±È 9cL~eÒŸ¦žS†Å«ì^âܧ™6òóòY±Ÿöš“§a¾ï!™·^V%ˆ•Ñ ED••÷×ì9ÓBü’ -î™B”ÃTbzÖa/Þä%+©-uÀéS•·XJ¾Œ€znÑ©o:l,%ÛO/âˆÓ 5‹þZ¾'pN–a6Lèè»MÇ”r’ˆ8ÇÊÈÀÌH)WòŽ]"ü”+!¡h* ƒ0 SÑIÜôZ®ý&–;²ß ‹k}!¦ÎBLäúÂSÙ®2 â±’±™ÍKP-+6“ò~»ÙUF5€¥e…JirôkÂÔ5@µ>YõD›ý^XŒY81²{¡Í”{jÙ²gb0´Üß\ª »Ô\1èn0[k›ÝÍäɶS#%åñ†gñ[ôïÔ³Ú -0€.²Ñƒ=g&„_€$§ê¦ñøˆƒšÒŠ£%b£cU¬e»2¶ÅÅ$«ÏevTh±›L![ÏÒÚ!ƒÏ‹pU‹‚ %±ÎÓ,\¥‹ÈȧܶX?Ü7/áV)Âó <˜ŽI÷ÛRJ 1©-ÍÇ x—÷Þ\]¨FSÉþ¥9¼\ㄞ\gÝfŠƒ,cÎôȘ ±Ô-–ŒµÁÜs¤€<äJNÞ.í§­%ÙúÓ1®„¿ž—ÅØ-û¬hóiBL*‹½1" “Æ4–ÍF>âÚ¬ ã'¾V -̘—Í\pcÞ‡S}LpR6©>SÓgy-Ž _X`›ï‘PÓ˜CK,"Ø^’Cª ,[²‰Y_JØùÓ‘»AJ´ 9¥YßÀîŒqªßŸXUå®—3Ó Â¦˜Sµ”×`ª¬bšJÈÑEuPmÌ•€9Nø¨¯éб· 3Z’)õÞ´nâ€ÌËÛÁe2ä°ÏÄU)ÿÙ¥º ï6ª…^ë éD -´Ž> wª¥H%G>ásw^™‹ ¸®3åp·†Æ7;©'Ï1ÉÙ£ì\î tàémåEjõß -’GÄŒ «j}ºRˆ:(ð¯;¨0¢ô¢=AšTrçÔ‘³q¯2zplÜÿI:Yú@à‹9˜FujR§jùËÁ^D8èUF×ú(vÆ[©šz|Çhf¶ž^rëjǪ€æ2ŽRÆžy'GÁ1s@AÝ,ææ—) ì -#Vtö­×ØRNÑʽ߈¡^É–‘ÅfŽi+že']µÖo4°Ôô(MdéÌ[QI9­™ÑÉAš¥ßL.!»8v;´”€Ã¡cv#IÓÉÔå,H äÄÄ(;1šKKÁ¦× )!*J}³?ÙãÉFNC‰eåj7L~ '»  ¹rê ”ˆZ‚§å­O ´˜ZRiÂ˺´žÞrÖKI­{(}h鈧òÁß§×ãitö :_QRnG­r»IέZȬ -àNûÏ!Em//º•,Gí¾oRÓ§&ýA%I5 <ë^gÉPÁñF1cƒ6ï'¦e÷Ó›’( ïdÏè(Þì‚G-¡’TJcú(ØAK2‰3í1£8/‹ETØGǰ:qä4¡%Ýý9?›ÉLq©´÷(¨%tH;pÏn~ŘˆÝS¾5W!À¸yÖ7$•l*7hÛ~+Û1Y“`/sÖRÆ’Z`Ai¡ûX³æÞ~zÑI«¹ ¡ÍÔd~]ò…ÑÀ¹‡’k¤¬qëì—DMì9Ž$‡GÁ^@V¸Cçd}.êßSkñ½Ä ¬$§G¡^@tåá‹ÝØMS¸&è%Uq~:.bˆéú-P’ë€)9tq¦!öÜyëçô:rº„rÑ'›™ÓdBM¤×ÒÿèYÍÝžŠ·Éíö›Iô×ä\'ØÔé­ÁÖM“ƒtÐÆQ[ø6´°±“@ÐKÙw}*a$ÙÄ^òy2{ÓÚ>6’k(êk±L)µpæóÌBöŒ&ЕVŒîÚr¢èÔñ${×§’BŽ|fẠc^½çB…:'a~E³²å2bä(›Ôˆ§×^ÆtYᇤ•ÐKz$;-`‰ bÕÖbPÈ-v­íH ò°Â˜¥£ì¹0a@ãÍLUªûRu¬Kl‘OÎ̼tü(¾·‰È3¡.XZ¶ž^b›|—@g)×=wBþÐKi‰^´N‘©Ã3ñÎÛs±óÒ´âg¾`Iõ±Çw ´tær%d0½ièL¶Ñ+†)"t£5n?`4éW¶AØó3[ £(í¨ïï)7oϦ8¡©>6ùV6ÍŠFLùÚa³+‰–B¦Ç(ƒ¯øÕC¬´Ÿ^d—b–tß G™]tt&9§Ç%!Go` >ãó à]Œhr!‡,]DÛIèW§×OreÑ’#ò=ž•­ÄG%æ€ÂIi$-éMLoZÒÛÉP’6}ðj ¡%yÆKw4."+õµ”mgpЛ#ßÞˆÆZ¨¨s|(­œQ~ÎkØe²!;<ÞÙàeüšÊñÚ82D^ž`åXÚrÓLq MhI¶Œ:ß%DRž¡órk IƒNºKeÔÌZª*ÙÈìÍä0±«ýÛdš”qÁúíŠ(ר^I¥u~\D¶ŠÒ&eî9D1Ó`‘9¶ÐÑVŸY&ëNNé–/ K˜[4K%Ú¬R¥å¦­0U幤ÑÖã³…¨+Ò¬L-‡± eKëâ7š<Ë¡‹3õCI,C/h1Ñy2 -'¼qlÊÊÎâÓâïRòÁ›,Ul:îø✒Ü0{Ø,Ûb©d4d;¦Ð5š• ipCFƒ6ì–ls)S™ZaÓb [G³æ`<ëzZtdéòIf>•TN¦æb·,ö–g•ómžOçˆÓ†5«¼õ‹’ÙY–ÑDRSäȧ£hhÅjÊʸëW&‰4$Pž}P.ÿ�Ÿw×<üå·?üp»Îát»>÷ëº>ÿúé{<ß¾üâ}=öÓ†/8\n§íù«½§Ão._þ²]>·óíñ°OÝo÷o—ß"½Ó¬¬=óA9ž×õcþ¼}äË´¤õÚ×9¼¯ó¾]Ûë»àõVòÞä°½®ó1ãx»œ×c@÷<Ûý¾ÇÜSú†×Í?|x=ߟ»Ï;m÷ý¹1øËÆÄ]ßä°¾?ë}ï·Ïõø}>Ï}ÝèpÚçýö¹}œêG7ì7!K¬úÜÃyß¾®'óXŸÛe]O}CKÿ¶>çe½o—õÒ~üÇõx/?O~žyxZ~¿ïêm»žÚ>Þöëëñe;í—ý¹÷'ÏW#VÞnêO\Ž_×™vŸû|»}ûØ®o»—AžÇŸpÙ_Öq}¿¯Ós»žžƒ/+ -<ôöí}{Ÿþ¹.·ûûº>7½A%ƒ´*Ú²â™~þè)kó è§Aö¹gÃ¥hÆl–êT ©Èš -ñ·,ÚÍu !¶Эƴ.:/`WЋs…Þczž<¨ýãí–žsní¨¥+(~EÇBô¶ŠfÓ²v»'ˆAXòKÃj:¯¶óêíAØÍŒƒH|C)ùg(T”'gîч|gȸ LT½œõ,½œûêxZ:»^ ë"_N#t=»É=ÅÊà(Ûφ‡³3›¥Œa‹£ƒ‹bƒä¢,%Ë¢üXLF„YÓQŸK{ 9 ÓX]NPA³Ža7ËÙHÃТ$°TwÛãù0|DÖs~Yy†žw³QcŒhAM±×Õpߤÿÿ@Ô%Nk »9I–lo{¿ðC?!ùö/;¥&ûd„1U¯9%G’£¯!2翽Å&›B’œÚ±Þ{ÍÑý¼‡ÕÃ1ns†ÓÜÞ OÛâj‹Kc®ÙãÊþnÄAˆ•ä,µø*ì»OÙ4šè_ÍGØ(¿IM©èè™KãJ7ŚܹÔ˜‘ïZ´É¦dñ‰dáÈМs+J@‹2Óu8Iq±~ 9õF­!ÙFp{äÃ5|ïA¶ŽÁXpŽî›”(’uöŸp[y»þ ÜÜù^#-º‘¡9/”:[xrùšL÷­wÕ­Ù‰Ã÷ÐÀNÑpš;nøÄdJ 0ÜÿvÑáý÷“/Ià¤3ŸA\Cr¢ÿÎÍÛ–Žüñ4µ¢„4{G†û²»Ö¿_”'÷VÌÉ -Úž#øìA†$›É•Üùt¦ëÀOÚM8¸<Æ´n ý5)ª2^hY¾Çz—¯ä~JÙ<Ç$^ Çý¶=YÎÑ“®†°ývd¯Cç˜ösÿ„_þþøóÍ"O,_‹?tçÇÝàÕþÕ—þûúÄs¿éÿ•¿~}üþççï?þþñ¸q‘öiç r ÑSkŸÆ5À‹k½ÿâÕšøsdÇáð5„ÈzñOÐð'!äÜžxÑ%À¥ìýò&Žì¯Õ”> ·§ÔáU‹zê¯Tép‚…>DeW3êÃ^ÿVÔõJÜcwh»vÅœ#”·"6¯wGÖ½ì®C•Ô3ziË pµÕ.^t˜bˆ«Pò¬%ù@üoî@ 4ç(ê Ýß÷~çwþ: a¿è²ön²JøM€è¾Ë!þsöÈË®ß8æ–q9_r¿‡ì,dÑSW|ÌØuÔg ý‚ƒµN­"K¤›Ä¨^r‚ïQ¡‹kÂUSkÊéæžñp¸Ûù¿*„#è•/ElqBÓ»è§w«¡ÿŸëÿ>ß¹‹åWüúùçóûóÿœ}º2Ò‹ñ~2\`è’gòIKëÈç„”œ< Äxjä{uŽwh5¦l~ÄoYs»E DÍMç6;Þ^Ö¾W6b¸ÈôötXÓ9ò!ÇÞWðrŽ5,• -œm›É>ðuQ™Œ!ÂhV*™u²ž/—ÉŒvŒ.Wb¹1ýD7ªE9."›§ðÈ ÃŸªWž»`…J ÖŒ9}rÖÈLUÚ×É"‚s] Û ñ§!s{.ÎÕé(Ùâ³z]ÝPF互Æi1b&‹IóÁ”óÊùnŸ, -?¼Š­u™ªñá½Ù™íŸŽ—Ú=›ã>¼LÌTÔ٨غ÷8âÄ5“$+ö¨”E!×°¾!Ú+ÇãžPIh®Ûãé¸Qq[ª%g.O‰Â`BÑÿ“_0÷69kŠy@;%ëG0©]¼˜ì)4ö^¤ú™Ÿ+ž¦JÍF‘MÙb¤µ“ýƯå¦ãÑq˜§ ¨SŠF”^ä¸g©|/ô+JÊZ~ñhø‚(¸fTñfSæ.¤Æô¡Ù“Éå±êÏÓ4ÙnóÒp´väÎuÉíÀ5—0:ìÉÜ܈¯Õ,|ªå7#p3OÏŨ¼„î'ý…f±Bp¤ÝîYú0á™ý¾Í‚òéÎÀ£=J# ¯°ƒãM¦ÕÏr-n«ïè1‰¸#³Aïü«9LÈš=«O¸#3¯búTf¯rÚÃ6tAƒÀú~½Ÿl1³Ìóô2¶U‘£Ÿ ÇÛ›YögŽ@f c¾idÖÉ£ÛE;]+ûyjTÍ»rÈ̈:£ s÷¥ÔB¯WER‘ÒÕšïøqÒ·æÊ[ ˆ]0x‡«Þ2H¬(ÜrÅî£äÝ\Ór¶ì“g’GéÚÇ@™+Ü]Æi»f#¯Ždï5ÞY£®¸4µO±c£ +ñ@æ“8B€Ï*CtbñŒvÁ³f£ˆ!Be.ܵÒGÙá"…@I-uÄ&©x` +ä+á·ÂmÛ¹YE¸ÇÀææDßC §Ž×ȶ¤’¹«F༘ «<;\Ç hqS$è;š -G²&Mä¥ Ö”°*Þî"‘7h9o‹9 f=íˆ&§”'fÔYwzqLRF‹=©×p!;ò˜R¯:Ž„Rö¤…ZŸ¬Éöçj]N–Qà÷>ë -‹œòæÚ_qäÈÚ -,¾´«Zc$º[fd6CHl²'Çùb“Ô ­"TB=9§…â—è¿u#‚Ý«Âýf4¡]º@û²ÇE­€[aßVªpúpäPÔ3òqrnÚ/šÕ[ ÓGY\Š„¦|9§hö0!ªxueâDW:6ê@¥¾Y…ŠÝ€h§ÝÃ1Ö•7wî9èÔaÎÁÀi“L­D;— -ÚzÓˆ=âMaœÓ¤2ƅͰ@yˆEHn²ºfÞ«U£[·ŠâœŽSÚg-¨/ž÷“$E#׊×V¨»K¬’7ÛCbE Ó}‹™DÌœ9ö徯å=ˆGøTzo®ÖÔ£ÕhF#´ÏÜI×÷‰pÉ)Ð"kÀ+6ÛbۉĶårÚ9tÈW[”ÊV‰t);ßî׈άÇåjm¼{5¦$ Éÿ U¹‡ŽöãË&e#{äjÆ­wKþ°E`éìç´‡Ft0§™e èA èÕôŽNZxtòLѳjm½V©(åèaZûÜ'/Çï„[ÎqC¥œ/™C€(v^±Ìý&1ºÓÓqf“žYªQ ¶ày•>Û[;áH%šÌ»5wSæ1Lo×µ­?m½9êÎçKà (—W?õGR{ñb®¬Ú¸ûRÕ3èÕK\,ÍQøcµ¸¸_°n;+„¢òTMÏh7 ¡n½öƒ$ rÅm×—~4'Dfp‡2a -)í|ó­Ø6i.…z‰Þ L¨˜8,h-y™Ssd^VºÕ9åWŒÛŒŽç~ZSíýöÂ(Ø“’ƒ\B¼%Ð}–Ôl>)å~ó­9T7t=p$"ŠºÆÜˆSJ`ngW_Y‰ SëVŽºgs3ô´¤U¨°=FP;±ÄùSät›Ç(U’E@ý\aS¶#Æ:Ǽ.;J 9jT¹Ck+ Ja£odžW®6ëâWØ“áëm/¸xL˜Çê“(ƒÕ‹^Ô½%ó!fà -‡¦cD´Ü"‹HÙ%¼[øšÞÁV7‰¤k}ñ;D·gRSrK¦[8kµs=ÙfÖmÒOíÕ³€žk7ùÏ©c³A->(ˆ©íYi÷s-ï‘-ù¦b®¶Ììæ´^×îìÖ>¶<Á*õÆ`qÑgŒrm'±ÝÎ!8"aÉ"-Ç’Eê%ív¾äåXB–œÈ´Ä‘‰½=µGϦã—ÖÒ‹Úm4—ì®( ,îF'réù⹟ × ÇñE$]'ÅÍ{é°Yô<7#¾è+×wÈä ‘z«ëI„2[dʶ+*È#ýºãw(‹¥ŸT¶DF–•´Y îfm­&Cþç5^õÀÖ™»"#Úa¤¨ÃæuI@@™Ëaªyml%‹â´ <ö§D•ë4ÆÀ ºå…L#êóÿºÜÛeP¢I\”µß¸Sᙊk¡]Eµ©wOÞJU3ÃÚ¸zî~R®žÎHŒ)Ã<Ü):FÕ\X}Ô>×|)<Ú)Q1(XÙ? ô¸qê£^´çê=¬Æ­[l@NË)m ĪRƒêÞž©ærOg tîzÀ¿EññƼe"þ¾S¨8 7i¤úôÂö¾¯çVzºË´š© -ÜΨ3Â’¡Sþð$2îI¸§/†ÛÑK¨ŠÄ†´DÆ!¼’Ëçrs¡êa£^·ú€Fˆ‚‹û<«NzXRqâø˜®Î·°$½îôR"¨ÚÆQùR€À ­¶´°jJ—mc’¤­e ×—‹V²–a±ô¾„b.­- Úì3'ðeŸD Ü8ЉqNvÛyù¥[^FelVOE´ƒ vø‡Ùݪ@JÝ!g ¹¤“Ãk³2‡¼æ”2Kƒ˜©ºÖL§’ÐÝN›Þ_€ºà,T…£Ê´¡Ï»÷É­1Ö14Ò%ë4gErv1ñÝoî•wjêu~±]ucÃcsIŽÇÇÔ8u@ãºÃÚq:¦Ó5!§íü}¶®x3å—ÎZîU²…ym©ªz]㥠¸Ý¦ÄÁuûXIÅ B³Çfk|C5áØ¤¶ZÒr ¾àcý™¥.·`ÆIŒ»< ÷eT'Sœ4\w„¯&ä:'´WäÏ_Ú¯n–ô„ýuèn[½àÙœÓ`Øi;ú~£Nz8Lhb~ö=¾º,°uâÒvPƒï3˺Z˜ðl·i¿L7Ý›7u›þÚodŽïýd°–H 7"¼6$¦ùŸŒ^9mVÜ´gÍÛL  -Tßàž\ûŒu¦î*Ør°€â Î)S9eŒ%5å³a’ã)Mkš:È­3Xi -Ä«;¶ø¸Qå?XÝÆnÚ‡1»›·­s¸Cä¼^%S7´É™ÛPuGvª³ù~¬ë!û ”`]*.rà ۊsàÒ€¿GÆtº½ίk²'\Ã!(ËMؽڦ]b®ÛB×{Ævµ'+´ZžÂ—uåc <íPõ"÷ÐÐV o|£mX?ùb(K#Òì=\*%ñ^¨Cï]Ávâú l”ùQû©cðÝýé%›´a|H›«ƒ.ßÚï~Ò[näÆèLÂò"rCŠ&E"aU|0ÃPЋäCt6࣠bÍŽó-9xØ\ƒÃxHéJÛ«“ÔôÑcUæãþâhË“zÁ–¸°2‹$üÖÙÕ;ØÅÖVÊÚ5#U33I¢ïŠ>[‰ª=¾|µL·Q?+@t®)–$ûKxºØðå ÐÃó3N'LÞ˜ÃQ™^ëÙòt‹Ú=]›hXk]Òœ’ÏÙÛ¾—þéµ^M"5HûðîîzÐ7ÎÐ\&·y{ŒjV‹Ë¥W;)¶Ø&¥¼ê(tìº'·ˆŽ[º!ö@¦dèÍS(ô2ƒ¹ä+ôä´˜–÷{[å¹u§¯¦ïÐA’{Ü`sÒ»æ.oÊ×ýÔèVgʸ%‹Šõà]µ` 9ˆµÍŠ*ð|fÈÃeŠ*”UFÝ\ZÞ\¨q×´ Þˆ-“zôœ:È#<©Š¤•ó5IÍó/„®–°ÂZ¼E1JÒÆât¸8›AæE½~4ê ä[¤.YÅ·'@®Çä ·5ln›-âGé½T²%õMÜ|Í©î´)§Ž;ÝRµƒJj)P,›:>×'Ë™gB›£+ ¬²¿˜"N˯6ªIðr¾¢ÌcZJ^¡ô’’¬,²Q{t·d%öXÒXb@zñêò4Õ.TÞžaÈÊbƒ4ÞWQØÃzm=„U]òãœn¦4dæ\—”ø Ü#&®,è‹É‰!3¡¤ -e[ô%%ˆìtu¹66ðI3;˜º½ sZÇB["$[J›®ƒÏ …†„È{æŽ!»äxªÈëZd_uÝ”†:_Y2.9=²\ÇÌIlž1gcPuÂ3˜ WôÀ;è¢4£#t(ÆV Ùan‰Ân8ç±I±w.»ÆëÔÔh“©i5®~çó5^)}$÷ä\cbˆ|‘ÝS3{˜°ßòÚºwe ®c}+F›>¤`h„=iQ·-±>9|¯ŠÓ:eïÓ¹‡¶E†¯–¾=¾Üi$áw[:®UJ0TK_[AG&#–\†§»ÑyŒ€âòÚ¸¥v§ÝKÛÜvc3 I¾>À}jé·M7¦.Æíƒ¯Ëlg¤ú}ðŠ.ÝËÑr߯ÖÙ6t7A#`j­0ÆT nšÿÖl -õf¼mã14Ð` y‰]v©µ:_kÒu¬0b¿%™‘âÈ‘¶ª­Ùk¾ëiËà5çíºîNÕuëhg5 {Ì‚òÏ~àªwÞücS„ÙuÍ:T˜Û -s¾ŽL”N·HD^ižQÐ[ îXý@~'xsÅÄÇ«!åÏcÐTJ4èP€ShvóJDf­óøº¯Fµ)¯¢Äî䕺«¼ÍåNcÒtí¢Ì¨w'\oK”z›È^øþ -ÔÍÛ9-‰»å‘ lùziÞ¨ªÛd8v£ÈîÝãÇAcúôv²çQy]W³º×.<. sü†mØÉdõCæ„ßAdoð”>ïBSïù¡NÚ0¥E%ŸBà©v”ØN­aóHý­À÷h‰é3qš‚3“×<–9d­ª‘žCˆv{âk‹nÙqâƒNû•k6ìSª¶^ÄgjK„L\Õ·¡èXcØ,º‘s‰Í<Øx®YÀ)ºÊ,‘p˜1‘!u²‹»„Ú†±:”Bf2WmÛ>›a(ªîçDñà ½”!÷™Ýüñ±–3 -Õáõaˆø3{‚X ›UOݺNdD¼Oé:¹%'øì»:œTü€S¦`ñ!—^x…ØM²{H¹¨bÉ~•ÚEX[œC8žÿlp©z®N¨,Æn´E8¾‹3ßO8¢Í”æ”ko¢3Ù’Ï'˜1_±xw¤¨E–lÚ¯á{äß¾×­>VB´I&ƒú ×Þ¿ån7r›U!rˆÜ‚W´¹¢jûv~ÍÚ°‡hæ˜Û§¦:î†üD -¢Íp -ñ|3uÇ-xÅöeúí²9mo¿*EÈõ÷Û:àgt0ó‘¹FÔ·„}ð¸ì÷^ÁçbÆÅL'BóxÁ¦Ú‚Ž1<´Û­Û!s^ÅG¾n¯"×vE7ò,$˜Ø3†Z?l Ûž:þðÇZ8úYß’n¨2sj¡%ümÅ _Ñ$þ(³Ï!¯ ü0”J™œZ(s_àëx•éSWŠ6ú£Çk?fè*×´ý!Æ»=b^<Ñ®i|Iɘ3‚|}ÎS|']¨¢ï‹šÑNkÍÛPV2Ž” àø¾©Cç¨ñã îøéÃ/ä 2\К’kî·½ëŒ?”^o‘+\ÌÒÀ%¼ö—¥|§Ç.[‡‚WV·RhMK3¶Be¸( ¬/Ë$ž/í­?Eº£5\~©akíó- ·ÅS¿b*_)¶péüÁ˜”Lò}Ÿ¬·îËʺrâžhÌÁÝ3j±7GŸ0}¿|±ÔqK’ÛˆÜÄÁe$./p -¦WSà>ÈÅ£ÄHJoá@lö¦f¹Â…);…½ðêÙf܉ꭱÅAQl d]4_çyÈÚ‹ÏL÷5Yè/¿urÙýŸï<»$:.Iïäá³Ó^f=ÅnÛlØ]¦¬soóµ¿eJs4ü̬¶A§V‚90«žcêÇ4í°µ{ÝCSê4g¢9… Ç]A¦N‚¬,r½ýÖ PQ”Í"ì@Ç1%1ôŒçh:_»¨;O\~”b/EuOÕ2{z,¼ }){Σºe§N]’±eäb±ÅaÍ==è=­,™Á¦;©‰b9C޽é9\^Ð\l¹ÛDJéWí^2þ)’pGÝ…‚KôµÃ̦ì3I\ºÂнó¬nɃȵ¬ÚB# y¦Ç¨ÜE·¥Ì½ò;÷Ì ¬Ç^ïý_]Çü¦”¬¢¶ÉdҬ"®3o”û¢sƒC'¥ŽN×f°8ˆHÃ¥µÕF/\zÈ«fÐ]Ûé ¶¥.׺þÿ}(B†¹u"~_U»õÛ€aû+/—ù§ôf6$«Ì,Ý¥Çó`¾étÚ=k÷,à­ÛóÆ|ÑÔ{ÞšgR¸Ô–PØ®¬Óµ³M ^a¨‡zΣ2éz´½žyÕØGG @µwÏû×',ÒÉþý¥Ô=/A:LIËîÌ>»u0ð!ämÑјã¨hûñ8M‚ Ôd™ ³m4íDš&ð³tOŒÎlJ9UUgëÄØt;i6™Þ¶GzY6-eW£š/‡uü„„iÞÁÔŠÔS<òû5—Ë’ìSû;ðˆ_ûl†}º>U ž˜Ÿ@lKùXU½îa0±êçPAAá™ ›‰4&ذïÑ®v -õƒtöÍš¡Â[un4L¤@&ó–€W)û½S®tmí#4ºÛO¯zUwÝëfÚÀh}®Ò7Øg9J´ x4©¢„ž(DöˆÖÔY]9\ÆÈN5Ͳž”Uñü¦ÊVbe§›DÖAô²¿’ÏܗÃ;ZÒ«d¬ ÝSB7!c¡tz³q W'Õ˜žAïp/ú`A­æ¨×ÖÃeö'Œ:ô9Kª'"dB¿$³(Œ«:;;®q€'”ú#jc¶0Úñ§­öB¶¨m'öbzgÊH74™3IŸñæÆËu¡«Èk.,SÈŒNÊ\C[Ih²ÂAµ½!Ö÷öR]ˆgyõåq\ÐRd1[£¨©µ„õ–pž^è)׬öÙ–ùØÖJ"ì -DMw8áT½°ÜB&÷`Jy¹ŠiD:S½ž’}ÉÊ””õÑóZŽ8!³œ ï °q½°>É÷#±~£’HÍFö~Æ3¢·¶¦Ý5KЖx˜Ãftë÷¥úpTb|ª¸ -îóh/ݘÝ"Ðij’ -¢.¦úí¯ï©X€«²±QæfÅVwÌ-Sô2ZÇ$ò1%ß¾ëí@˜•þ²#Ê5ápû‘\ hKàÚØeX®ÕG+vERD¢la’ôO‡"¼TS’}«PßZL³¸°LØ+’hÈD®– -Ö}JâÎíNØ×¸2à4 UÑóJ…›Y"2o†K\,A¨GhËBë'@ø¦=…a· -Q[Õ;»@©ê쑃ƒÕG4-&èÑÝ ”ƒSD8ß7Wë i“=åB™^ -„¶hÙU¨ËšŒx9ˆuÇ‘å­xóz`ŽªR¡ «#¿•ˆxÆÛ`¥Qõ„<ȱ-•D÷´›p°SF}¡jqrÊå5C…¢:»bOÓ”½&*aƒ€£V%û¼Ò½™+æ(ž¯§zªò“³,ª»®à'ãŒuÛ"Au¥îiÌ.˜§£K”" †eYE¾˜,ÛˆõÉ”{¯håö *q»‹Ke=”ϵŽ÷ÒBÂ߬ už/qC Õß/iÆF˜Ü†%‰×ÚnweÎ ÜíÀÆ-„\þ=3ªØ²¢&XKZZVÀ“ š¿rOÙ¶ ›‹¡2+ˆ£RërJìöÁ£«¦ò‚ÚŽ\õD‹euw¬X¿ŸÙÆlrŸLwiÅ—žˆýqø]^º:fJ‘½?–j=SÆ„75®²ÈîWT)àEGW1“Ô5¿‘ ¼®€ûÍÐÇQ®™'öȼ«Vs°k£|^6úo.ìVÈl L½kj%U_=ê!³¡¿óPÎõ…Rt@7gžŠÃ¯ÀÊýJ‘9Ëa{Íñ/ -ì9ó°0Ðä.€ˆLÍ×3˜iGoiòÀ'-†uîãÒ# -™©|'ÒQÜuA뀭äßbÉFGt·hÓÁ²ì°Ž×` ‡çE ³Ç!{ì…`¼É]Ý-¾¹›+ÊÈ´ ÌVê-…i¬ÂæDÖ] nÈ—?(u(¤Z­4´TŽ“ÁÚ —iFNÅ®µÊl¤§U7L/S- "sÈHf„iAÖŒåžl1t¦òAaÖ¸… TëÔ²ëæœÐÕªŽ©.t§ +ˆ…d#²žkV*G…)[3¶6IÛ1ôݾòê¥òLx;°³tæ¼<=™ý|Ï6Ûm¶ %sNX+²¿Šž¢]_>¬·än»ëàÚDƾ:ò`§û/à>G/¹ÎÃÞ¹\v{¢ê=6*ÇÕ%’Y1­JÖçŽ+˜úã Â[™×7BƒÂ•1–MMŸ5¨µJŸ×«£–;z;G&Ùô‰Ü¾reK”wBné*Øî&’JCÌ^—”¹õÛ¡~3š;g‡KAá—BNܹƒmÓ,†ä…‰²K!»A ¼\ÚQÆ$ìx®©Uó¤¶&öâ²Eùh¬¨ Æ%x(úG&tR×¢3ØsXuv:ʱŸsJÄ¡§¹A&Ž˜ä$v÷\–ÌÜ:§ÍMY†1¡ïpÞg 8àÅÓŒ~0(d6'd0-2=XK“A¤1Ñ©"9»fPe%JèöQÖþ’ÑAîøà¿»µb´¸šr¶àãº0‹õ^eP‡–éæ²‡„Ì âêØæ‰ÝÆÆœi§/GȬfb.˜Ò¦¾xÈ=*êh5ñ©5Œïç=RÆxTøÖ#ô®» Þ„%5%v œ°n Ð19צšXû…0—[Bî63:*&ºE„'ÐÛÊÛ ·aHR5þ(™Öˆ¡aóŠL–PæÞÙ29v»ô±Õ½„j÷¯VáHGÈSt fƒ¥5Qæd—%µAÊÈVYPl¾™©ÏçÏ©?ƵƒµÒ VO5ùŸ·€ -˜°Nùjé‰Ùk® +ì]àk‘ù–ÈýF+!!ã²¹dM¢À\"šfÎfD$·{D°Æ„#ý}¦˜X–x¬F÷ð®’ÇC¥ÓooVlJËvfókÐmvËäk–èSe™¡>[•¨–i0Løn <œ=0ZŠyQÙ_–9òc@ÅF|ëE‡­ÉÌ*œÍ4ñ%`lC:…ˆÆE×p›§wÃ^“”a‘Š]jN¾9ÇÄ‚4@O¨zg¼Ót¢ªQy&¸519eb.pS ƒ#sâ5'ä[Ýþ6°• Õžd>ÌZI$v¢!˜›õrmºóòÑÑh÷ö•:ó¡{Yë¬ì'd.g©8a1`7kQS6ê ”k¦âL½~Áí,û ×éµ·QXPþ‰m9$Ï.œü޶,î™2ܬÔái·™61äÜwu™ŽT`­1“h«”wj‘Kº]† &Gªêîm -Cˆ¡l™]©»›3»m™ýv­&| -Ê‚Èç‹«ÌØ…:=»ðš],¸Á?Jw¥¸ù“—ZÍU¢|®}øÆáÎËŽñ w¡BA¶rÊ•½c¼Q¤g')knŠWrB·›ë¤®ƒ2€¥‡Éׯ¢ZFÍ~ÙeÊp×(KôâJùJél N8“„.è8rC]-[áÛ…,–³,eeÐõqìa5.xd]Ë 3fPr¨âbL­¹îƒÒU5Gc款 0ýu¡“ƒØÛÌ®¯ ØÉDåžþµ…1R¹ž£Ì´±`†Ê¬adÛœŒNòNÙ1e”YNåüLÜ™UW9)¢Ú£Aè°ÛK‘gUÜAûkGCgqÄÙFE¡¤›úo•—ëhnê‚Q0kbjŸ1¬Köu¢gÎ{¡#pð­{Á³«¢ê¼Ë5mp“J{\·?³Êè !ö6ÇõdRCdBoë’^µ°Ðˆö«Á C†è°êž£5:ð°îqdÛ¡«ËhkíÔ^··0‰÷FjûÄÌˆßæãd(ï~qÄ^3-ªµ7g¬¦)SHÔ®m»NLÌHΞã`T¼¦áŽÒÙÑ2ò”QqS,ªî²]!QŒïD {Ûõé[ÕÎêtÊ`Ë£zúJ2­Iƒž`?c¨%bÒͰ½#Ê­lÁRÀúgÇIõ]kK¶ÕÂO7»íÏ­ÐyC¸Ùò8`U›}œ"ƒº1`4¹ŽÅgçî·¢âû=ƒ “öƒ¿¦låmGnÖȰ­uH‘!_³ôÚ\+QX`©ªˆ=Ìmá›&øU¿«PQÑš ¿ô)2kVŸûÜz[k/<æêûE¿n_)Úå]—åý8ó6â|3çŸÃ› ¦Ho'ìÇ*òÕõáNFÝ k˜DÑæ²f…1Õ>/D%)ð~Mr§sX×çÆúЃ3ÝÌyG@Ôet<¦ÄDÒZýuc¦—¼*ÚÕË@ÏU1RÛ6§DëÅÒGléŸÃrûÌÈRü8ä°™(Ò$Ð)˜b¯„rÝŠ¢²€xôZ®%tš^ Qië .³&—ÞDtî¤/V“¡¬u¯[ÌÁ(äo4Ч¯±¹æ&ÒW™§q Y¹ ÌÊÎ9ãgÙb!ÇÚéÛ.Š’S˜/t%xú 4X"oø°Š|qEu£Úë.' Â1!::4WF*âZÍÕ²qø5ל%Ô±×1±›_ö8¸í>ò-×ÿóµ݆¿öéŸþÇÓ÷ÏþÊÓ›çÇÏŸï?¿úµúåÇç—w·ß=}}~óêçßèïyúç«Çw~õã§ÇóúôËóË/__>[:­Ò¿ñ‡|ÙÿÞ¾{üôéç?â;O1LO>õôáíËâäã/Ÿ~~õÃ~Ãì êùç½ýôêõ»Ÿÿo¿äÇw¿¾úúîñæqóm'–>þôñù§_ågýßëwoaOÒèëéë§÷ïþ÷î÷—wo~~õxógûö­ÙeÌCÓüy„þõžã ½UÔ*òIÅAÇ•¤í·||‘L3ùgØ>:h¶õàŸòÍÏ Õ­w^,ÿ,û)Ë"Üÿugp”38É\É\K¤#Ëwwÿ/[ìì:wGÐös¼‘ÈÛ¸ŽÜ€É†%ÙXI5NÈ%;_¦€d’lP’ I²Q’l´$#Ɇ%ÙXI5Nþeƒ)É$Ù $’d£$ÙhI6F’ K²±’jœüˆRÒ H¼,¤ô7’ J²!I6J’–dc$Ù°$+©ÆÉË5ʤ%”dƒ’lP’ J²AI6(É%Ù $”dƒ’lP’ Ê™=e¥Í îÌžoÙïÀ³ù–_)&ÆÏŽ‘„â¸jÐ:ãÖ.¿¯‘ÅO‹ø“lðV¯‚y7ã®ßk»ƒØ÷®^wUz ×T -I‘j«É }€2+kÕa’L<,sÈRÚ?œ9”bÜö,BŸjûd8Wâ¨ÿzÂ^žÃ½(‚àå²VÌ7ÊÄÊìT¬l–¦°áU(^ÑÙŃ O“¸±YmF=7˜ž,»y·ÞÛõ´LMljÍÉù~cZËÉ÷ÅV½°c1®©/Fª;Jl?àAmçÐNâ/qo…Á­2=Ý -Ø‚p¬Ô~þüì`ZAÒSÑ®èVgÑ]ë?­[ÉXJµ*³£¶s. ȨaO e§û6vZ©ÑAByÕJéûV’jœï(gZ2ÅYŠ\[vÚû󃺞_Žu¶ åS;m 8ø¡¶C£K²Ð5Û'aíéLqDbÙtÙNrXdW“ÍóùkBdz!”\ËÈGåbhÏvQYBhá™;ƒ1ýcÈŒëôü.ÎÚP3”eÁdçª7ˆƒ\éÈmÈÚÍ =æg˪ê‚Wî­‰ÑDqCz€#®”›™ºFšÁPnräAáEf½G“›VqËA^§KaŸ“™PçQG&Ü:ƒE\–éêx8H¨V¶µ˜¼B$QÆL¨ ´èNhòV‹_EN†³õî“Úák~Âì~DÐC.uL@\Hi¤²èeMO©y(Õ5ãj‰{Æ`ÃÎ"µJŠ ’ä$×l£Ñ!háA’S.gëÜØP#aìq÷.L˜CP¹ ó´óƒœìãvŽ ¹ 5ZXT”cˆ™½6óA¢ÖÁÁP]j®ñH@xf·ÉÙ\;cѸ<í;JýƒèšÊ§Vúp…•hue>4“)ç¼]žøÌ…2žZP $¥m¢‡ÙùI~®áç“7{LìÕwo—£ï€îg¿G8ðá9,ŽŸ `ˆåtÍ÷¨ZrB;‘FOÒA8m -j ët5Ý«þÝÖP¹§#b:Î9‡œ#ûË©>Æ•né $À÷;?•IœB÷›„Æa®åµWô°exg@ô䱃:õ®ªlÕšN@ÞöŒJ}5ƒf ® VB4/…3TL«Á]ÅU@ 8Ú¡˜÷ª<èJ%9$šAzñ•u«CƒWŒMì岃:tNé^×dOMEÓS_B)Q!zD.k5íŒû€Às~ÞSJ*CH­… É::,vbklÍwóFN¦Z„÷Oè×À®qPuD.´%1úfXô”Ë/y[ ⊩ÒÖ%æÅTwuè(H j:z7×Du‡äkË̇–L1O¦5Kik‹{2[¤£[b“\šr¤ëçççZµ¥·îÒ¢hë·+êltü :œ£½¸§“«Mp©@ŒmŠ àsÊÅmùE),¶T ¹c 6”ø‰;¥ü±:²@Åö¨Jß<‡ðD…k[BC™tÎû(¢ü -‹î`¿T™±G¶PX‡èPÒ²öÂðb*ðÚÚÊ ¥â9ÒÔxä:®4éÎç…KÒ4ärkãÚ,9XR0îâÞØ"?y6öN½Ÿ²¸Â -òÀÖÓìÊÊ©­³O‘ KpvJéTíŒfl3NùŒàBn‚2¢*¥¯u‚9Ú‹PjMMAîê›/Ù™7tg”í“oí—¥¶úbl)Ú¹î[INÅ ¹DvëØÍ#‰b<&:ßÀÅÔ/„mí×ô}T §"çŽÛú J§tBc7ÿ€ G–å½2ì:ª©¡« ÅüP½uot2Iö·ªœXÊ´½ãsÒá Þ ÏþN.b8œšøÍA ÅgÐìÌW¯¢¯¸"8-o ü¢ŒžÊ ì8tQtb½œ â«\ò¦U8~¢üP¥£!³H \ðƒªT<±óUÉŽö¯š—ö3¯%‡­;ÃsBÔ)ùIÅkÀ#Lú0È9ǽB¾Àp¾¾+òý¸¹+Ö„@ÝŸò\" Šõwþ‘•‡AL·¨¼:œjñ_ª= Hx"ÊzìÝS Êàª'p-x]®ÐuûT~D0åJXG|““ãl}m–íE3Uíªx`$לQÁÂnç;½=­’ùn5`j‹ë¨…÷VƒÕÿ ¢˜€"d˜Ûµ¬jíMp8ŒîŒÞ¹ ¿Ð†»“ƒö‚ìÿ¿o¯)•Ù1’Y!)èä ¿ Lq©,/0µ‚Jý;3i;J“œÒÌJLG¡ìîœÞÛÿÿ[eF­Á¿ G¾pç£Ì¬ûC*!˜­T-ظ2ù¹&K“àtI±E/ Jvô]BGêõFg“Z¡,×#ÝÇ12@ÉbO:ÐH¯âŒ¹9ß“ž]§æ0t8=)Wœ9lÒÑ^ 'T'aµI0>O]Ÿ[N?ÊéµHl~ŠéÇç*hx¸[^ä8ʆœo€7Ý(ˆkÖékV‡˜yüÜ*eŽ7cD §qèÔþŽêR“œ°¡óGpR2í4ZŒTñ¹‹»%„KšÀ -MÏG®@6OâÚÜ3GgéÜrÅ€Â7N´ mlˆ…!ÎŽ´Ó“ªi%Á“_›I?Ÿ¯Rxâ ô± ³)ïôµªDuê (í".8ã*täØÒ|0TŽ„¡Æœ-GæŠ7•A{Ȧ»×9lÉ\¨ }Ãíõ´ëF‡Ú,ÀhúÈrŒHª„² N+÷Žz~à¦ezv ¦ 6tòõr|Jé aî™ypäpc9WØFäs¯(E˜à(¦©%¯!¢ÜžmWéÀfKuÄ@³œ ® }¾q   ¸™+48ú膕ò­râ eÚéðc®§~ŽÝf C—à.ÆÉc+¾Ç¦˜¨¤+²/`”Ùþ–Cz,hßn¡éx®Ïà7ÀØŒäG„‰Y‚QLRKÜKjK´ê,ŠÍ/Ž1}ذ. È,‡uå|±[lÒZ7R J¬cV1ZGß[<+N/gFIžXøS /a‚Μ` W(F´·’ÍÝĸÄ“¸ŽUÎ8Tâ‰cIRXñ»@ œ)Á¥‰/y:qŒÃýB|ˆIœ,•fRœ1zâ¨6£NKiréÓ°'…J3‹Ú, PH¡µÕ€wpTd²Ì2(~9ÇMŠ:½•¶¶ä®Ò+™c“k²)Gûk»„²Pk¿LÝUzC¿éÄÐÑç¡ÅIe$žWãJeë3GÓoy9°T`†§÷ÀUrU®h”8 † ™l:rü¼¥I‹rþLÍMêÜ#×Lääk‘TŠ0 mO9*JEj²^NZÓÌvKè‚.ê¤8îΓ1\Z©«[BpÁ’Œþ>•¼›’”4õ¼Õ¡®ŒÜ'*Êx/€èéÂɂķoS¶P/ã:èsžN_º„¢œ¹ ¢–z=iºÿ3U2:ùͯ/a`´?…£íVd³¯*}Éû¿ûˆ†g¿f__V€Ë²í)Y‘ÅãeH¶éïoa"Õ«ÈáÅ‘Él*0~7,YŠ·ÜÚh…–LW´ß^¡ÒéK˜ íOa©*ÕXðNþ¢²žØNüBÑ×»)¦Ä3“y<‰øˆL˜>ò ³§ý)5¥"KÝ‚,¶ÝI˜Í”ä»))LIcI¼¿¾¨¬=ê3rŸ(( ”G´Å3#†!fÄ1#IÌHaFðÀFî¥=Ǥ° v]â]ža­ý)Õ¤‹)¦Ä0%Ä”8¦$¨[Òõ¹Ot”ÍHaF+2œ7bŠfÄ0#ÄŒ8f$0#‰)ÌHcE†óF¨Ø Ñ^ó"ÌŒf„˜ÇŒX ªe  ݈֨˜ëíÀ©DØ×L+ÔÎZ€Í U“”2ÛŸ>r´ÚŠ,¶¤1%ÚÞ"…Ù`KŒzoy¨+#÷‰ŽŠqÌH`F3R˜‘ÆŠ ç˜bF€1Ì1#Ž ÌHbF -3ÒX‘á¼*6„÷¼åÂYd0zú МVS‘ó/¡•*µ@}øxÑC ³õ)Õ¤"EiJˆ)qLINX:CWÏó¤‚N‰M0¸¥ÅãT/¦uOèD˜¦ÈR·&ƒáÉ$bJ4‰ñ©·(!Jü{ofβñ4–•‹vÏ;*¥†²ÔâÒàÆ©V—mOaéIêQ“–ĨÉãX;‘M†÷ª·@‘ÖÀV©Ævîá£Rb £\gb2×CdÕZ]•–Ãc‡ÄjÓ‰±*Í>4æaÀ»¦[å7ûìƒQ7Òõ¹O2žmƒÞmOEë íJaÁ¶î®4X83ünl¥ÁU{þÁÏö˜Tì:éÕ†ÛK}x¶g%õò{å$ ? ç׫ ‚¾vCó×±'ÛJk×d=J€ kgÀ;%JûÎ4ƒCdZhhG˜QãÈñëü€½gñxÄÁUĦ°0êå„~•/Ë“ÓÇÄ¡BÔÂÏjÎÒçôdeu‰‰ømƒM–g&0NØŠªj’´¹uY=¹ù!m×5Ä|hÉsM¦‰ÞâÙ–MТ¢Xm˜bXìræ -. ¿‚Kø:Ÿ-dT%îiN÷“2Š2ÔØ}I)§—«tŠn‡:”o\ç&JHþR2½¸Àè"'„W) Í8)8FÛC…tØ»ñ«°Õo%€¾ÄÿAªÚÈôå_tØ‘ J~‘ò¶è#÷­ ‰‡£“FÓƒ,,Ü´™C ”³ûé¢-PKªŽ¾QùSˆÙÈ¢¹¥oA×f¯€‹«‹Æ‚¯_2No¹F6§ Š˜1ìÔôÀë€Jâ²/·Øãv&©_„» €r°÷ñO;MÓ.±ßÄvÌ#ô‹Naå>¥µ%):>¨ÈÚ& 1ûëí©ŸŠ+&Ð+n°Sx]Õ4œ±¨ŽÞå¡KabŒ?ä2•žþÿ#óÐ>çí+~jUí@è >>>SÎîÍN¹‡¡X?±rH‚­ÌñÓ*iÃØŒÿZ¤jÔ´³È½l¹u!A›³Y -è.wÿpAõû’j.µÆQν»Nß326€ Jr(Iž÷ÔÓN3²­f›ÉûîE© ¶¬ŠLKJ¹tüïNª†ÛÆ^}Î$íëkÌP„•¹¶öjpÑú²ÚÙš¶8_$xRÜœ÷ÜMƒi'¶Bi¹êj¤Rz³† × –û’ QÅX3àmÅ:5¶Õ=,¿Ë±¹Y„Aûí*º‹-¡Í -Æ,‡ÃE&ü;xþéжÛmø«ý¡ÏÝsô¬ëÉW«Š8¨˜SsIѰ[—£DÁÐþöE ¶„ë@˜%µFR\¤¤¥nÄÌwXeD4è4¥º‰èÈS`èK727Ú· ŸõrLÉ@OH!Ü£escŠ&Á¼RsتÏhrr".¡\ íöôpФKJ=7Ë·Óô‡Q¿K—ùv­4ç»`‡âÙì&¥m‰ÀPÉvPQ#£æAY%óþâÒº¬Væ¤â¥E3Ëh6É|i["fMi©¤¡ÝŽe‡ãÖ³å-ð©•F™'©|Éœit³ì¡÷q‘…ÿi¿Ú¢/|7Pæ‚q)ùŸ?2áÅiÒ‚è¸<RGÂzSî t\“ÜS%|(ì2¡š¹™yv9kéØD88’6<öD±« 5‚ØÓ*¦ò/i™ t§½nìlaÊ&“T(o?<¦„N VU~©MpAóï~Gmš¼–¶jþ÷øh裹*)ÈWC“*Ø%«›ÓÜŽ-m~™$§–~1®ÎÕŽeFóG/†­ª–k’«yÈœÂ'Up¾yï¹iÒÝ‚•t3ÅÝYi—iÊxà{Ò!ô2ßȆ9½Ë$uÄ·g)L2 -Ül“‘à’{$\“ -ª.$Õ*–ÀÀÌþGÁ$ýÄãwC˵R‚L­«Ò•óAáµ£¼ö_}'dÛ®wŽp–ÉL,„2Ì#rr ½`†B#ÈôSª%».±­TÖ'—›Þ¿’´À_<‹JèTmš¦)ç¸BqÏ«W•§6¶¹(¬Øx Ü2EžxÖ•ÐuÓ8ÛžÅ'Õ!¬Ç? {QZ¦&ãKg9¶ø@ΙLn™=ô>$.Bîwàïðù…ëÞ`§6§»ÿåJ› +’×û~;án1 -ß ™èê 8}ñ@&#…µ¦ä!±6L÷bøÛÛP«$JÔ õÌßÌršC¤FïMÆ`F]ZæÕX°œÈ‘WòM®þ58s1è¡Ê´šƒ×ÓÙa´ÅPI¤c4KswuL0 ˜,g äA¾¨‰|zÑ_•&à†™°Ïâ‰J”ÐñCŠ]"˜}C‚ÈÏˆÛ)oÚKhc·Ëúd^Ú°Ì1ï¿iM…jÁð45‰pg„¦?õUe wV¹¸œ8“F)JFŸw™sbÝð7u)ikÄñ…‰ 0ê`ÐR‹Õäí1Ç¢ø×!ƒ¸Yxv½åM:‹‘i,@h>¡¡rç5—e¥|•ø²EL¨•¥o–Õu=a)OŽ<€{sÁ¶Ãbr÷zRv‡Û´5©ßzá0ÍÃc$dÊ¿ª‘;:“¾°œÔ¨ñ†) –MÜ$/BeÅJC‰^3„¥<éò– F6[•,I"e—âÄßx)Q'KÁj¸a¶ßÅ*Öi1†¥eìZç˜(Ïc8íì6Ì(#лvÃ—Š¿ Pï/j${PZSO¯«ÓX…Å®·Ìc³aåv™cvJõŽÇÓjËr‚íê&³ß3øÏ]Ñz g!(sX™$×âpEÛ6*=Æ{i¦ð¤Fxó{wXeÁ°Ðy¤Ò4'^‘‡¥0y€;›ÆŠ#›20ðb‡Õ9\"+¡4e8à‘`_¢<®{õ¢Þ€~’1z4¸VdÜ—¹RìÄR¡ëÚìælßx"± Ë[AÖå¯W‘•ƒàwÑKdú?:F w‰¨Pg|Á ³¤ré^†<^‚6 ‰ ¿U0a€ƒªd -±è¤Ö•¹Zµ2Y gJ· ¿]ªV‰ÛR¡Ê=ÁCuÔbôÕ¸ªä`ÿ#[fÊ.õ•í Œw!Ì»Ú_¶bL3mn©lNê ó|®Î@JËN9|!é1¨…‚E-zÛTh5FôZvKA€Tµ9ˆÃÎp¹vø\k ™k±£¸WRq–g*ëÝ)´Œ@ï2A¡ŽøölDw'w'¨¢ÊnðR¥Ùö½÷µ¢Ôt£¬1Ì·r$6½Ë ù6°ÊH2ïß¶±Sž#”AÃccÇÅi±ÿóÜ&Ú(Ý›bmËØ€±ˆs%ÉŠ:i’ùVƒ>&YP,mtBWÄ!Y?KÈ"§süIÁL(ÇÇAÜõc]cÚð¨¬ä´îa“)¤t¾.4@vÁ¬lOhx’w3n„œkqÇM½ü륺uÖõÒ³”W&¸¨Ž.ñáÂÑ„XÏ7‚«·3³Æ•¤âp™ø†4‡Ï3°oŽîÅ–8ö½‰^—ËZ[*þ¿cpÑÏt ”åœ]›ôW =¡<{Îv‚—Ú$Ž?°¨ c¦2d6·nrx¥/r:)d†»R˜¦œ¥FZ쬊mµ…™Rºa7ê=ƒcBÂô»—]¿ä·µ2ý55¾ˆ…pR­˜3]4¦ ËX4ïΉ;ܰìÙÉ ¨ÍÏ¢Ý<Þ¥î=‹fÙ=Q^˜)$ 9K ɤˆàÉÏÿp·ìêÛ/ƒEm_‘m;ŽÆ¬0]•§FS -mÆA¸ÓÔ¹d ®lC®.‘žxN;<ƒLªf3´Ý„)4 9K%òö¥È”{ú:ádÛu{ —¨0Ý”Øs›;öÙn¢KðRQRÈY¼Yž¬3Ï‚¨y¡¬öF:ˆ,É6Ó>ÆVÅHMÏM–EV»Y ÔZ)– F6ºZ±~Ð\—àÏ¡6xüðHH“í—mX%ù×Ñšhw¿ ˜Ô*åö¢Ú°ˆ¬qlkN XÇ_;4 N`óUþʇ¼kÚYûìe -WÇÑÎlë^6àùøÓ$àcÝŽå£Å•ÈvÕò~¥‹(2…†!oÇ¥fŠpY¦g£Ç^Ö6ìv☜o/µ%Sˆ³Ž£"Ãa¾½„ÝÒ6ûŽD“d hU–ðÙ,ò `/È|ððø-¬ôw [J“)\ì˜/2<òX ÷±Æ÷‚ìY`d&?/\ Î4Øš—ûâ«Ä°úÈXµŒî&gôr܇ò= m3u,A¦ òäÚoöA‚` t„µÚ+x|Vù1·‰*?Þ°fk ¸ë”ýü…Ó<™H­!âÞveØ“ê’La0þ#ÞóE‘ÝÎÞoF°gÚ+ÒÎÕ^Ä‘@ψAô­0‘ ‡Ÿ½Ktɲ±û‰¬lr6c<ƒÈµÞW!-\ëá-Éæ: /X±ùhØŠËÒËK›j™•ÞÇ_)4ÆŸcÄ{†1©í8µÖÜG‘ÍÓ#0&Ö)¬ ÇŸ£³gº¡¼¿˜(aU‰¬Œ¢ž -Ìd -ÀøsŒxÏ= ´ã¶é8Øö”'œ°UK¶áV˜åÉjt¡äá‡F -‰ñçñž{'´¡¥“Hxøù\ÙZ|»0˜Ç*`Ï(žˆ–IzQ;X­@Æ&‹aè®QÈ 3…_)ɰl”|’('™håUåðy¾H2¸@² Ës¢yùâŠlÑNq,c‡nkÛ…g2+yá+}xB¡ãã lN’%ˆ€»I7é&óÈÊìŸwCâ9ßœg…5›÷›ì] wž™ç$#á%Ç5q^ !.$ÀÊÆðñ¥1•|bÜ6¶×üNÀ8ƒB )¸ŠÉ^ò’²g™¤Šž£a,‚7°´ø¥Ñ«Æ£f5 Äû¼ °™9Y=¤0è|LÙ û‹" º=W6lhYÚz‹ûP6Þvezämë­‹H2`ü9Fšç[*ÃÂV†¤Q{\‡#$«{2…$53˜R™ä™»öÑfUèîÀ‰ 3¢Žaq •çöËआ}ÏæÅ£ëSÄ®J]º.ãÆ£[¬‘íDºLAƒÞzÏJ -àζn,ñ{´YÛDZnv ¢!Ë£ÐÑésï½ó¾Xe_~ú|ü8?Þ§¾ïÀwµõ«Zq7¦¿ÒÛùvùóüñv½}yù|~½~¿>¯B_¥C2üäéíþñÊ>ûýåÓq‘Ë—?ßî??ηË×ÉÊoðK¾_?/Ç_ãõy¾½ŽíUZ>}zûùãüf¼ðãûýñã¸=Ë©¯sëy ¿œGç+ÿ£+ZYU>ì1~äy|n³oj”T!'j½›ýË:—œÔýÄ‘ª»ŠÓvЙ!ÛC«f"ñ…¸¼‹ãoBì?»ÑVÀÊ&Úák“b6¶†K‡1ø7îäñ3!½f5#ša@¯íˆY‡õ…ç¥õí­²‚6¬ùF±:òÈöœGl‚5‡³%šó4Ûº‚Î"ñ–*ô.”¿*ê -àdëÐBƒcÑ>1ã £´ /Šñd%p§·d­Ê;ÓOlciH¨×gÓ:L”ÍÎ$ûÝY&§âfã:XÒ£ÖË¢ ² ÿÚT-Ú’¼å5ÍN¹Qe¢×„±É—CB\_ëUD8.Õ¨00Í‰ÙØB7ŸÖŽÿÅaHHæ^~â×)¨&ûøþ4 \‡Ëj[G@‘=– 3ôâë½ÙRNË\·‰¤ò‹|ROT \³Nç]Vwp^ðÎ’Åu9y"z¾p?ÈÀª"ÇÐK»‚çè9Zm6kYÜŽ0W³N›ˆ[s$êèæÜ…¿L äF•ö×®__œ>Mùe¶[\ôÿX[<-«­bnƒ¬‰K»W²òžÂ×g1Ö7¬«žúñõ´‡'㲪܀¹`DJAßEÜÏo‡÷Baéi»ý¿š–•¢°ÙÃÚ^²µ$oñ¥)Ê2¼9 ¢öF|ECAƒóEŽ2U=…çPs]7J*G24ýý› +¬ó‚SY°p¯l4‡J VÍ [J…›ÃXçòs•iŠm³X³xÍiÌ$Fò½svøÔþaéê"çTéF‘ ?Ỉ¥»)룭 mÒÒÀ+) -:³w”Ê’ñlX3™ÅÕÈÄc¦bfmÞ ÙTØáÌ«À’ ¶ÞØŒòÚ8®ÉïöÔ„{.7ѱžÌY‹Æª YbEyýè`ÒÑð2]DÕà4‡Ò*Š?FÕF;åð)]–’´"=¸ºM‘¦ÁÝÊ¢­Tp«–ÜZÎÊòÐae¸âÑTê¢?rGmÙdí>ÖjŽBÓ°²¼½Â<å4“ šÂÈ6 ®¼³b¢2¯$îýÑÓH 7òÜB]»<…Ú¨ †ÈiB´+Ì¢Nø-žÀaµ¶6Lɨð, J ¸Q!Ft‚iOYž)ÚYl*”…F2¿_ŨÔZOòìO«ö(äj>Æ™!õH”ãñí@ü]”ö8‡²œfЛøë£°¡…³[]ᯠ-èô>§ *ªÅ¥Š{NËu»u‡²Méu]ÃÌ0ÕºÜ>D\«½l[£ Õô¸£q0.ÐCÒ‹dÅ¢wMǨV•›\€=«T¶¼êHÛîÈ¥®.\£Uõz$½ßKP˜úô9/N((&¹;HÖ•, -ÊÙž^«lÆÅgUBœ ¤Iò-ö)Ë}òl–•Í’·‰Î¡fÚ˶ s¾]1­4_@0µ :" S£š -£ «íö(#òËš,SôCŠp¾ZU[‡ ¤“ô,Ú9ÞÕ¼ Õ©Œåh•Ó}Ú=d`ø†Éu…•ö€¦kN·¬.ºà!ÅÿÆ&¡H4VççÑÑð…Àw Ó&9µÑ€ÑØ@§¨„¥@©¥{ñ;ó®t«›VV'T( /Á -œÉ—Èë¨\«:]Èv”5c¦ž€þÒë±4ŽUí<`­m9†íoÅtV%…I*Ä¡Y—…¿ŠÎä:ÕfùiÂ|rAâdÚ]¤ŒdÞ¸±%î9«ç›Ãúx‹Ép÷Pu¸ªóbªuÅÝ]Œ§¢ôvs‚©1MÛ¬­­Ä<£‹ôÎÖÀ_Ou¤X",Ô¹ u2=PAv bµS­êívÕˆ0JN±Q0Àè®Ñ i”†f¡ˆâ×EÕ2º8xŽ%uýWŒ)Ri,4Õ½³Vk®(¨æÀœù@sFU°wOy@gÁ̶•íƒN»–‘.åPK¸BéŒj¬©±ap‡2,{rÛ’Eƒld¸3'MÛké”Eµe rAõ-è]˜!ÖÀȬôjPñíEU!§Àúˆ˜\ÆR²ieìna½…Ï! Ë_x‚ÙîœÛlY×Î'ħ¶êš¡¤fk Õ13%˜WãœàIìÊÊ7ªb饬HU¤÷œú¶1e‚ØrxȨœáPQýÿâæï)õ[•ZþÎÿOÓ×–î”.eÊfàŠøÀŠüUðS©ÿãåŸÀ•åîw•¼÷&ËÌ¥Ì ‹0ÊF°2íŠ)úDE2©l’’½²;;1ó¿_ïi^.SÅ×[ÖÒ’MtEšQJ]{„"qé;ÏL¡~Só(&Y–Fæ «èkr$-½5zê=÷[«#‘±" EÌI”Óâ!¨uʅॊèôVºÞC0ÖÚ<õ²^Q öÌ£¢)jü_ -kºTñ›-¢@n|ÏÃd‰^ÊÆ!ÖZRoAÜÛ~ú<8Ëkp_a¼2î=¯Öá>%'´úVÑeÞöFc ª§xQ]`9¦;¾Æz:xÕ4º#X >¢óœ Ãl<Ðä<š+¨2ã°Òr ÔÐp½Ìø¤«l”+³§\=¿;™·œ‘'Ü:H¸àUÞ Â©rã»÷è=nÅQæ>|¢ ª-^ÚÂV vo|î¾®øã¾bÞ5ŸÊ -¦¶£=Ç O)X†}]9ù)IÉoúæ–´ú¼—6ºŒŸÔÐ9ÅÁÜöˆú·Æ&Ã!P‰;D¿f”Ù—÷Èêõ“R¦ÃQ5[&)L9+1únÐEáÙ2^=zh$|½MÈǨuzòAîýHø.j¿&Þâžwï;É{z¡Wž'5[jÂmdvcŪ“ñ–)ÕåAxò‘¬n³˜Ëz.¹óâôªy”} ;Už…bÌhs¢aAäŽZ©¨G"ŒfµÕjÐJØàÔYäõ]ŽV?Šëkꨊ$èŠ%˜õÅ‚;°ö•êHäX&°†ñc·“­4ž¼Ð9˜»QXaàÜ‹F -f{º=[Qª -¸¬‘Š`Âlû´e{È1f» ¶<_Ï¡¸Aç18i}®#*˜¦"z)[^X¨q\zëÍ$ª^¿É*»6uî…·B¨ÆB§ú -ôëäæjëé+!¡ mtjq¬úQkt#Äb íö|BX`ç–EÚ].ÓµÂÖ ½ ä˜8ämjì—ûd¿”—#ë,#ó6¹¾@¿¹ ÄÀXôyõrõ8Fª^¹»$8Ï)ÆË{V¢½F'Ôíæ >ï/}oÈÝ5hß äGk¾Â`óHû8˜ÁçV,çT~…ÃÒœ/iqäµÙdó·˜x[^‚óÄu„#+Î_ôͬ`¶›èµÊÖeõ¨ôØþýÎK_€‡< è=‡¡@0·s‘z[(T¦=Qi;aÜh‹”YR*s >¨Ç±‡yÖšyäÕžò뢣!(á}|Iª°Ê—Ý>úÙ›\òõw½€F–QŸYÆèξMHàíý›Ü8€®ƒv=ÄÇÔ‹´f¬#‘PjüŽ È9ÜÒ—,ûÄÈÑ|·Í¡ä'½d}yÓ ¥¢Cî6EÂ-ße*²ƒ™ðֽ犑ö -¶°È}ˆ­y`fY™D¬ñ$¢øR•k$ †)ðb#xeŸévŸ„².‡DkŸç~µ½ -E~ÊvÜIîCL…zLåÉêa¡ÖÝx¯fˆªñoM\v"}OÞÓû±î—ª3êˆ+­ -ˆÁŽ×%}ÊŸ÷bJXJþlˆR_ä¾Q“†àžá06¯Ëè× õÞ¥¹ZgZÀíèßCHY*¹MÃnóˆêdÜMjò¹âÚç J“J£8ˆëŸÿÊSëI 6…4Wœ”gÄ)NFAµ y÷1 ©m¼Ž™Íµ‚o¾–6FêMq}¯FÆŒÕC 4»úã†gçqépx§;¸7Äa31 Üézè+s ÞÌ¡5/™Ì1£íL¯ÓèU¾ÔG'œÚŒÓÈZùÜïªÇ«Ô¡‘ÜyL9Ô©—hÈ"Zþg­jn=Èî–zKÎg©û[èwÉYº¥¿(@Ξ“ª0ý]ûªçÇúr¬Ä#ªÉ¨¬˜hY]ÂT@Ð× Í1‰püé¶¡uoñÎUF.cš"¯ìzý*a.[™èf÷¢¶…âMAÚÚ7#€‘¿Ð·®å’#Eò`+`Xõ¶…¤–>âµÏZa„S]~ôµßŠf-ðuciBF5“M€?™í2ïl1òy¦Ô±8¢)réäÚRÔ~¶¡.~{3>L‚FŽ’Ü w¸w R;KLÎý °9ÄÈ*éÐ=Zr‹¯ ÞÍr@ôƒ@9#r“zÃÛ~ð"Qçuj"Ej Á'‹Gr¹9k×àå±o„¶1cJªíÚUq¸o(H茒b‚Ä!»6H÷Û6’úbq7j~Mô>Ü=YnÙu¾™æø•¸‚Šú 2GN«5¥×'ÐîîãFXØ‘o¨Ò›3Å\£'‘°×[ÉI6~}s\¿›C®IS"sEåëA½ö¾-„lªÀ¯ÝSg÷bÃ(û]•¸mKÉ»2—IÜcEð­s¤úQUFpe ð¼‘Â@¯ÁxÝÄÈCÿ?žõ–ŒKQî°=…A»¶V—]–óhl=J ©.fåIؘþJo•?÷óÅ­/GÊ\¢jWKL*ap{µ°þº­Ju‡ëAÒéÃ|;/04Z LÁè|X„ÊšöŠyTÚÙõ–æ°ÓÌ›yëÊA&§÷Àï˜YDCr3íWlà"{õR* SnÎÅ5`ߌ½Ökëíx½v+ª›êàÂëúd5®°*DÆj‚¥¦X™Vú@EÇ˃vy¢ïóEîlï+‚>T7ãiAëþqîýt¹ Þ»»ä˜·f“îl*{< GÚÜv£çîäÖÖöîÏ)@y,‹¢‹»ï 6X¥UZj)ÃÃ<—¨žç bîÓ €b몡á–.¿*¤U€QûmÌ)Û(Ko_B(ÙŒõ D%LX \‰Î â\B,µFBJ–©ìýÌ{½ÒSNJ䡚lÓŠƒ”÷ {ÈÞ»h/_¸Æ&¤p¾ .`p؃ ;0LUʼ}ÅR&mrIJ†P²í¿µy>ú0 Fxc7Æ_U¼³ t"£ŸRãâEœ=.VI&ÿÚX)3ŠŠñXmÈgÊD€©V×=«œÆµú"EtI]¼¼Y-P[ýó¼oÉ|A˜HŽÕ>Ê`×ÓlŒˆ¼ëŽ ¯äZ6×eëtó(ÒmÀí5ÕWyÄ\’Zs‹}H92dØv“Æm>xo™;‰ì™A:’WtØ•X»Yû]MÚÄÕâc˜/cE%êš.NÉMïhzýs¯ú‘Í—+½C;ÂØ®~i‘Ff€X`XðcrnšÚn5¦7Ë$9¦-¤=ÿ®<çHÕŸl즢hò±ªHv7ýQ\OHJ›k¥Ø'Ô¸cȶέg£ ¼{̉D¹ÎûÀ¨ÄkÏܯÛÜÖbn¶L·¶EÞJgØÖ$„L báÿ1Öo/\¢<ÙÄKk„¨kvL6 L_;â" fóy*/› -+%ÖÉ)0$W, 9þS³¼‰Š¥ûVÊÞÊÙ³ZM-59T§«Å±jòPßé2)ùSúô”ºªÒ3pl¡ÕOBFì@GÔ¼~úËA>—K•9G÷qsGäC‹sˆÛó"Ø1Æš|TnÁ훜>°y¡Æ;+Ÿ÷`<Á—€_u¿øSIç1CÕw™ h/Ñ´]ô,C*[6@ð¸$„ d,°9Qù&{_‹Lò™ÒŒæHÿsQêu.î ÷ æÙC=Ó%bñdi¬Øã/$4.dúÜ~L¿5N¦KíÉrÑÑ;¬³‹_o&LæÎ5Jý ’ÍæÂº÷à»YÚ„“AÚ"¿¾ ŸÆ‰„Ý}ÿÓ¡–˹>÷JÇh}NVnª@3Co%êõ-‹ØJ÷Û°N1™:BÀ=w8Õ0 wFkM­yÌ×Ï÷až6”¡z¡PéûAvN-î͇K”Ÿc‚V&¡ ØŽ&#µyØÅíGæ úîâ -6 ˜'ÆœõhË×+ -p÷7²óºÜc¹ÿPnßà“Ô@–Köh½ÒÐ׸i½ÿk~ÃX¾RŸÇõ5.98A'¤¤—ÙKHÆé]ùT©¶¸GäçE*¯–݃¿Dl*Ï`˜ç'ÈÑ¢¸É•(®0ñ±¸c“µø‰ñíœE,¥þâ2¹²#2Ô:b¢OÆC¨‘7ÄTvÿkk2›aµ+!íæ¹C]ži$u"ad'Å;ÌÈfä¾¥œF®ûËg‘—9R6Î#þÁñ~uŽD÷ÆÓ@P4Þó¾-·5óÎ] »9VÃÊvÅ€Åb©0M¥c¯äJöÚöbøÒXÜ=fdÇ‘sþ-É[Û]”µG€Ê…3m)ªa;bG“¡¶Q¥õٯܷT=eëüØg¬ I®t±;—<¹(ÐMC[&yÌOõ.š»ÈñÎ G{<mïô“K1ór=Zgååu ÜÙ•T¡ËÅñ¾‚ßô˜ÙsðÆ¿_Ý !p$¦[ÿŠæÌŽ9f4¾Dîi¨bî¾yQ?n}±yÓ¨4¶‰™Ý‡8‰\x`ƒuì+‡«C[˜eTúÉ 2µ÷à‘Hv™ÅR…DÕã´ ¨9´´E, èî<£OÊqæÜq #„åë8)²i¶Ýf*û¾ú<+OMöÕu ã<„wÇjl è«•b™¦ÜÆ(;›‰ q¹rç­nkrб±Þ92H:…ñ;ÆdÞ8òLÉþˆÉ<_ˆÃþ›®øÿå²È$·W¹Ôqð¦çåqÁŽÅDK‘ìÀ÷iùÊHø, ‡ºÁ:•<Çú®‘Hb3:G-0ÏH…O—Æ9*Æëqd â…®þÌìŒòz®,¥Uã4sØç¹Ú¾†ÂXsQ~Pm¶KƒG‡4Ï%âOª†Ùlo»`% `Tä£Û7í2ouÛ’#âê…æ¹Dù<¯!Ö ãóÌg5áŠØêùÞôæ‰p¸æë\GêC SøChjýç#¸$êÙTó‰mGgžIÔÃmäÞR ½îÌ]O÷ÆÈžà.¶oÉ6µ¤Ž ¼kêÕôÓV##qW’ù_Ƀ/2É-j@ïP&HC¾Žiºɇbnch|3 ¨pÅ“z[£^ÕCÎIuß·ÖÌK,fŒ[ýÿ¦3ö˜yÚPÅœ]DR齯ãÑuÔĈãEäMBÅ‹ó¸K§ãX2‡]lŒîΉlK§½,vÏ&Ä ÖÀ¦”÷*w(7O‡¥æ áÀÓ3w£é^íÊŽ£ñÝ#x‘a³büv‘=æ÷†‹Ý½È·CÐEÑñ 0»Ž8y›ˆ;ZpçâÖýón­ï£Êû6{˜xÉï;¤m §•yIî¥e=Qõ:d]¨.ò]ÉCú’¿ãô»<^¾UY÷â]÷à"±Ùñä¹òBÆ‚l-x˜£ vCOÿ[ìÃ¥ÏuÆ•õÌêL‚¼…Ò3iõ,MÕƒ”ÓÄù£bTMÙž„¥ä™l@]졳›Å`s±?òíÖÁ¾g~×y±W ›¹ RòÖ[“ -&`ýƒ‹¸u¬æQn”©˜0˳å>ÎÜ^ýaŸ˜ÑeÙsÞÇã©Ðš;2kkÁ N×CAƤÊ$ß•ð©C߇‰ì9Ž•å}@êyd\¥‡=ϧ¹ž‡±J‡`:u[˜:Çt?öå¸WÇáyÔ˱syk-vlZF"'å#• ð! @êú™GÊx@WÜt ÎéqÖSV^kH`ÃÈ–#.ž«yGäßµ=+ç\÷˜Ó%ûÆÇ³êMcýÔŸúQo-h$ÈUÎz€¦‘·‚V¸=¯÷l8žzž¹-^d¹«!—NH6;ŽgŽÿzø"i¯}qw©yø‚Vì¤ÐÐѯ³È!÷Sæ°&‘nÈGJR,E†˜‹#ËÜSíÈFjjˆU¥tS>'«Ê=Ð=Æê3G•9TåL¹ r3‡Aò:ë!yÙ|‰‰8¶F&ƒ:“ö®QÇü»§Å¦&¶}T„–5\$Tzôâ¼®v¤öá‹m°¦ê§W¿%i|ŠÌd‘½\)sã/7¶Þû†‡×[/öXJýÅ»Y °ôö<Ã;´|—–{«åŽ]kzÏçìÃ^}9ö"åÉÈíÔ¸€;¶ +]˜F&ƒC'Û­ïz Q¬ßmGÜìû`ïgýO¥oÅ•®'*t˜±`ìHxí2¥)Ôeƒ &·n÷`ø>eBÓQàåuu f Ñ}w{àÓØå"ÁY?}ªI³»/‹{#JΟ:Üj^]°c꺛fl‚(DÎ56(úRgÇ -¦Ê‘¹™Ó1èi»_#~WöÕßÕónž&]E+¨(Y:x0¤|Žö‘9åÅž[èysB:ÛÏgìI ‘Òƒ÷d÷>D5ó©4°î­£LÛ)·’"òÕË.œ =ù•A'ÅêáLì8O!§ã|«PŽÛ 3}C'N;j%lQ’º˺+rjÊ ë¸Ô=ÅÖó<ýB¾D‡ùÔwänø5\¹sS®p‚(nÕ•ÊP4#÷½g æ¾~Ó‰9gah01¦†Ây»·RAÿ yx/3é4ÛY°¯ŽWÂðžN8ƒž]‰Y6l³}_y°lX z¯õ³O7'´»+6^Cõ‡ˆJõúOÅí•õ"ÅÒZ3kOÂT•죋¿gU®Ye“©ÝÉd’ÎÜrZ®fÓ«6]öHâc†3ýLyïåÎzœ¤Ò ^Nè°+ðåuã~†`°»ÉËdûÐî =N¢cÎZÌ _2§pI…»MÓÁ°5õè½ÚYŸnl í¢½°ßM>V¤UúãEÁX D‡8 h¦¼MjÀtŒ”}× æaÕAQxûEtª‹è¯î\€\Ìâ®3é莺…=«'õ@6:ýVñfB ³×´’ö!aªEô=ß}EÓ+Ú%$VôãòµOçäñ‹]ë‚å -‰Ø{3.^~¢F¨ÐȃExxƒÍ2¡ÿJ*·(9¹A‡iüú‡ÒXÒŠ-Œ€4éž³?ˆžc%.QvÆëˆI§ëÜœ9ZvRöùå6ì)à@[º´¼W©€n¤P/äl–¤\²2¯‹[Œh)}£':T+5ï:ÚÙ 9Ó\¢~6s¬Åh¹>TÇwÐ'* ˆ¨â÷%”±Æ­›;SN-šJ"ˆéÐ{ -è:Qßp‚rÚqhp¸õÏ û ê*m'íJø[ÆÕü\ñZÓÝéüxü‘†ø3Àä˱_.QÞlê‚õt@!XÁ!džò~ì¨Mþ •@ 3î Ÿj¢F•ž^©K¨y¾1ä™.Eò]Uî!‘·pæÅF>kkgB˜,­ ñSŽUåsݱ<ÂuèCÄØ#‰Áp Þ#L©»=ÁÉ€î‚/¾¨~=\e¯º§3̲VÃøczO¿#,&³!éühmׂ}H\½+=ªñÝ.ÆÞ ÝÙå÷à«Å3ð1G®¼-w?ßu¯¢€½ÄÑÔõã<$ª¥à,ÿu Ô®Z ¢]m汑jfdwÅš4]7u¸§Ôäá t]*!F¬9¶ö„òÃ=ÜÙåVŒ>À¹´½uêµ,¿xV*›ÂÙˆŠÿ ã-}tâ™GùŠC˜:®`±Kg±œIô õ¶Ñ~{G~½HéIü®ú+îöAl„(íÀ`v -L(8¡®õ¯­›òël=ŠŸ·=QçMéõ&–^PȲ1øvðŒlφKª[îa·&Y$¼RÓÚÚÙ!A ¤J¹»²÷0Ï ª=çÕ2 |hð“:ßö’½q)'uZùr¤L'ìNþÞ]ÍuaìŒÙ˜ãÁe'¥ d•g“[¯5øãïÕ|˜˜NG†ÆÜ 3Ùdþ£øTHU‡…œC˜Þ5#Ÿ˜^ø%ǪùCÖP<÷ -beË Trjº# °ÖW>š\½Zï:ëö¸õN­¡©ó ‘wÞE%=Ï­éÖŽl -ò1¼œëÍM*;Yk2^Pî¬SN¬%²ýÉ"¶ œb°5Çú{”¹)wˆ¡¦´0èÃÆ‚ñɰí²Ã:Ãd1¹2àn“Ù³¯:e÷âœâ§ØÚ Ì(=n=& --zCÆŠJTɨÌSYvÓôÿ#øW5S&À3ÉMÈmš«Î‘Ä$[?ý¦ü^ä¼iè=0R·Œº¹Æ$™k;à.d“óRB:}³1“Ž -îß±‚²2JL ÈYæ¹nCΛ®ä«Ñ¯Ï`êYU‹ÕîO6iŽ2ñÆ¿¦ŒêÖN!'è‚¶ÀEJžÙŒ:aïy‡>”ñÜbå—C0½þÝ˺ÇÅ1éëó³@ Ô—ºMvŠÿ̈ õÒ@œË˜0ÜÕVβËüé~}?¦ô¡:Öëð -©䛾kŸûÔ—…+ˆ” ÄÇ­úKÝÐBž9¬® îcÁÐá…Y@deÏÒu£ôW¢Ì¿ ÑmG*=kB5߃¸Š–A¢ bõͳ‡òºîL§¡4KgÕñCÉ)þÀ^xê7© G¡…{müuRö帧gšêÎñ\½Üjˆ¾¦Tôš~GF…5¡Tû€Ûø¿ÄS?×ôÁµ®-Ì1&·ñ!äÈ8{®ä¤’ì]Ñ}ö^[^§ÞäÝ5Ý薷á»,¼„n±Ø#„ŽŽ -¥‚4ncT6>Áߥ»zQ¯\«=-n!õÙ0áÊ©ßâ9>ЊoÛ¼ý&Ñå´W&—cÖ†¶!¼Ò©ófÌ kõáæ¹Äj $ó®Puƒ P»U™ñTeúêd…ÀØ47 •³Eè&µàs¡¾18Tn_ƒõf\}@ÎFGÚ,©JÐà× Aí|%ëX·Éyé(>Ôem‘ ¢=ñÇ{”™Õ d;Qøƒ-gH¢c>àVR•¢]Ðp)ëG -Û„´'Â’ìßY„ž»¹Ê ˆSY®)^X"7UDFqWâ~r VmÛÅ,È1Ë -Ï7àu°Þfí’ÿ$è~ºLóKˆFÀ7MU8ß5wIwT Q½¤Û÷6¨‘„D¦©Ô™;ª¦§ƒä‘Éh±‡òf%;±úŠæMcS"j¯Uèh \iôUOwV©•5À= =VNºÑ‘¬þ45ˆºo£Ï@Nú_*¼8”ò„Nœ9V$åË8ur2ƒ„Pœ¤,¬âªÜÚgFè¡•º1è˜eH§ ÿÕ¹ U°PË>索^aõÿˆ(èC@2Ì­†˜YÕz4=‡I€ü.Ý•÷¥µ³tÉÿoZ½tÍ–ùCìsªu/RšY´ þPã¨ekf˜¨3ËÓzï–ƒêÉAªþ©ÕN«q”s¾ÇÈ€˜acV’$µçœDú!´Ñ,"íýÞ 1K*¦¤„ì(K¾{f´EeMˆÔ³{sçÉ‹*ɼIÓ^ÊDù\7w—LÌ2AèmH>vFTQ—dxVeçuë*:KL‡[¤&™#c½VÆ”)† {™JT„— n·‹>‘¹],eÊYƒ°*]ÝC¶"9ç ÝÁâ!¹y§«|ÐÓ·Ÿ&uÙCYgý?n¸SqÍ©òT'g2A£½D„ÉIƒæý[ò|DIãIµ¸³bO£ûnŒæë’4B2ßø(,Q -1úƒÿ”6`⛱⡠2‘ bVPILªÌiR/`dµ­û¬jLEéî²,4Ì4{^’Ä‚]Ç•¬-`rõpˆ‰WóÉ3±>ahZkÿ×g-^™1×T’PãM®@”¹fŸÅ[ £ûŸ&ͲEVû¸ÛÙXÇ¥ñáJr•È#Påµ0±X·¤É¶XG¤ø:²ìUÙéi Kš -½ BˆL/Sï÷„Çʇ²]•â/ÆôÜH¡W¢£·uo_oC÷+Xú„’NFÚ#ç–m¶ÔÂp ê^ฮ1ÙÒÐ ]Ð>LV @NTŠ>|/¦ÖU©åUõ¬98$Î1Òmšäµšä'¸ÿ28£‡ÿÞEaÉCRLSŒÙ{º »Ry™e%)M*“z+г À‚!žjãAš@_Ⱦ:Q>×e¶ì ¹Êɳƒ¿M™E:F¸CR_m Ý'Ÿi‡F  È öªq(Ÿ2[†‰S≑ã°Ô…Ý‚ì:É wiˆƒm%ÉýÒ)wž®žzIçXÑaOñ;Vf/`ÅBDÐC÷i[„kY·F¬Ø² ¨ALaáÃ0Æ)8ŒÕê…Ýf7LchxÈlf¹¡K ÇßÜQ­šóŠP ÊpåDCeA€€“a&ÜÓ5ä › <òÔ-`©˜¾d\¿¢ ³!8o,ùV'šýaá}:·g’Þñä,Á¼*¢ËqÅ}û P$AòJµeF-¯®ó jJu©t´B°ÑíÏ´zj¥Mt,µÔTMƒ¡MDE›Ì–â¦UÒÖÚT½¢ÃÛ«¥ÂµSu9£FäšË3jЙ„&\¶¯P”kÒéi9}L•:U7ÀFäîÝ H7ÿaLç‹($ §† nÌÑ]ÿêàû´å['›¥Ù­êŠƒ¡çïrÄú'8â3EøYÇ -Û½ì© ®Rc1´öÁˆ—J·Êzþ¢=9ÁÓ‰0a–Al13Z§LD'×ß&ÉÞ·)”neRêÆVò•Zâܧµ»P‹ò9V£A”'šÑ0Z!1RؼWÜ ’ -ÞX6°QeSóàV T˜ªÄ×Dâô‚DÅ»3äý·•nAуØÔ–`0ˆ-Ö\î‘#?,õñin¸fQVáåf¯.y(.pN“34®Z̬¯#òb Þ›)sf¨”¥í^&Šß1‡Øâ½™4*E(+ ŠH6u@=fþ^ïá\‹ö²J”=áY¬Û=%¢ÓúEÜýa\«(ê‚ÅÀÒ*±ÄߟK0µð–”}Ùƒÿ›‹§ÌKŠÐeäeµ­v6Éë¾b[{¨®3*—‰¦ñ!4ŠÖ•à‘º?ÕãÛ ¦=b¬hð¯ßÝÚ9²È—ѲúT}¨mIUju¤ÿOç6«Š°Û¾yä„ßVUÊW˜éDÕµ²!—ÈyF‡4%ÏŠY - vbSŽÎ.±Ôt­™Qj]wsfî0íf¡@(ç³ÛÐVPq¹g”jKß{Lˆ}¸b6B|d»>&DÊØ(÷xŠux[#-*^Бä˜9Êd†ÕÈS–¥MvE ]sø0wz§r2„•ù -úçñŒ ™$/EåG#°‡†x¸Bi`sý›)Àr†ÍTWôbûZyQk—¤áü1LtÇêJô®:á0€9¼6ùÅEª¾B¶žºSþ– ñåJFjÏ Æ õî‘'¦Goδ¡jq¿©!Ö*ôÆË 2¥†—[¥GµÚOõ¿^ ŒÚ—ü(S+‹Ñ+3® îZ[ë8p`‡¤Oêß;0ÍŒ¡kOHeFð¹{?±b›Í8e¢NöjGJ@ŒÅ|©ŒÖmbe•6>gÉg`®{ûž˜Hëpb]€âë#u_›·Ø‘>»ÓYíMÝÏ `]qiǰ6Q®h³€5Ê”Xzª—ÊÐb»ãkúø+Œ¬`Z›”Ê0fƒ’ei±ã -3Å·£Eöf\Ykgô¨¡ÿ¬ªÝ ‚žÙ_a;4V‰še¬¨J”ÛU™aº},÷qØóí ŒíßXmüäÖ(Ù@ÅuÍ4ÞÏh¹Nõ¼>r{u/ìI£2»´[˜ÉWæqšæ¬Š/îU‚ -d$a–(OD›º¤#ûĸx¸§ÄÄ1ãšw:P?ñb'Çg蓳q“TÃõ•¸/û¡­=wHÕlLÈv~@Ö`b¶éÅ -!ŸÙšêDY·áËù2úö·a¹\Á9 ¶ƒÚ¢œÉÌUL—´ºÃ3Lx½±U{•ë›*+‹Õ ‰†;q˸H—(ÛõˆˆHY"âèÖSÅö” µIšu_p¬!¡˜Ñênì†ð¾…Û²·ír­´; Be[î—0Js-w1£LÚJy¨/w’f±bÞKeÀ뙼×$ГÏã´…ÅWcZo9³ï­f|Á`˜Å› ÄÞWeoÖDFËTt(9›±$m¥IÔK¿Ì× •N½˜ÁŠ©VPÖ’˜¿Ã{irîo†±1òÜ×Q¹ó 2=sžÝLË.SÂÚb€H3n,ÇÉŸy«g (³’¢¯mAxE†½&‰©·"‡–yyÀyØÚdÆ]Ml¼Ý4›¤Ÿ¥Nø:‘v“(˜ Ì̇/âÿHÇ­DÑP‚U…÷¢Ù«éÕ)ì¾oìÜØëW·1±éê$¾¨èë÷†UoÓ×õЇJÙØK¸™__¸LÞ¯Œ%«n™·~ÞÁÔÃÚ5ÊŒF.Œð®„ˆŠÓlœØ@´Ø-½½8†Š¡:™ñ¸†ÁtfZqåÜOŠd[0ËoÙÚ&C%eelôÈÞ-$¹`Ü(åŠV™Ú,Ñ.×SU8°IÀ5º®}fj‹‰µ^´ö|O8š>¢@kjåÔÉoΚtä©ÙPj€ÆÔ.¾hh åž°WœDÂ#6Ÿ.W Ø2©O –j“˜–`…2C–\¯LÛdÿs•ÕWÝŠà…Ç—”±ZWå !!]vRŽEk+ý¡>“•¥˜YsZœ¯ûœ¶ÈÍê8i{ L–ö¸ìzÎ$Ö3w•P¦»~òp\B§vPç+oä´$ÁÙV5„j¯[¹. ´hཉeqÀNRA1J¾ØJds6ºTó½KÒ«0QI7ä\†DÞÛø,ç6ÔÊã -¦ 0§„¨“]*÷@2õC}®b½ìø7Ó\#%Ž‚8#½ò#Ú×ÜǾæÑ¿¿ô‘kð¾|úô—¿<=ååõãý—oޟüƒýò§o^×ÞW½|ÿñúøåú§^>}üúË×_|úõíñþÝ>ÿùãó¯ß¿øu®ò¬ŸòòÃóí›Çû_]ä?‰ ~ûÓ_=ßþ«ùïÇ÷oÏŸ.ë%E_?ü}>èüäÚð¹—¯Þ>ßäŸþüÍ/_ãWFÛåëo½¼>~zûæã·Çϯ—½Ócø=âƒþò—·oÿþrõ|ÍOÏßß?ß_Û¦(Ñ¿˜¿óÍ—Ïÿ>ÿøü|ýåñþú§/á‡ÿÞÿÀË׿þðxÿïÛó·ç÷Ÿx¾ÿâuxiFýþ>ùöø þSE¸wSf(¿G&¹R ÞÁ’Y÷œôc¨7!Ïgÿ$·‘)”ÝÀ½kG2ÿG2®ðøÝŠ7VT›5øàài+`ÿ;øEÚêÞ»©Q{(2‹>“W¡¹·eç_›°_ĉ,üçK[Þ"ƒ¾¤Ø OÄ¥oš¦UÜóÒ–üh–…t¬Ãî}œø˜cX:œ9 -T7ÂE:N|øÖü ”nhŸvÁUúcWÌGÇ{°³ñþá!NtÀNtÐNt”èhSµÑ†Ž9ÝË:ßÃvµ¸Gƒ.BÅΞÝ#Õ‡-8?"7¡PXKí>Cb™/w½´Îž¹—cõNìзnHzÜõ÷à¾j7j*I¢²OC/ûÄì VMöe4Òìü ,£ ˆ“#—Ù]Šxÿ.aÑ$zãB`€¶!€’;J8¹!hHÒ]òx!% ú Ô‰†1êu.œiSœ5Qð\Øc1þ6פ¤bëkè²³­EŠ lì—9*†$©XP‰É[ËK| ‹Ïì£2X+RBÛ ›½Z|ÙiHö-Ø­9Yâr²dMõ -+Ï)‚Ť,a^*ž®û²mDݼñ°àœP]­ïPSTÞ(ߣNž­ ‘œ|Å=6˜yLÒlT— ø¿Ì'K`£¹·GtAðv¯f MÖÀìö².ž rBJêã)VA’–º -ìXpn´[ωXgb·?PRµ“%Q1ŸK?ßâæARS¹{têͦÖG²ÃUÖ7ØQó<µi°¢á,ÜZhæ0AÂV/ç¬HÖ‡¡æó“4©eü2«ÊÕ›¿tI‚ëÒNUå; -#f]ž·S34GÄÑÔ{…7¦a©êh¶¦Dœ61ûœVÚ†¶È¦EX8t^¾«¸±ÑˬºE7aÀà|}ïÀbzÅ¢ø‚i¬bpÍ´gfY9–~&©Ü-¡Æ§&¬U©ƒwu e¦FQ¨ðÂyÙr•¥»eÔÂbå Ó°; שŒó}VP¦\ŠuÚ*{9½Ú·7?b²Vœ¨Aÿ ºáØ«»9eš—ÀÔƒü“4;…0¬+Û/ mŠvvw¥ç…ë"xƒÉ‡9t§» ²²¹[ýßÚü†$;Ø}9;TÙ*Ž“wfÇäø<#ãÓš3¤¼“Ýêzs³yÙç´úMÁŽ+!˜RÄ2³ß™hÆHõ -"/]«£›Žùm ±ÆÜi?~MWlý¿ù*A±Üœ,sÛpü‹©ÔŒó»1À4)­C“ñ±òPU†å—w/qGÛq1íu IïªïC“Í©,û@j0ï1I³4£|i¿¬\Š…[6‰pž¡ñ´”ETÉv.¬ Ý„˜\¬Iô¥éŽÁFKì,÷ \—€l¸8‡v¶1f¢Û:ú0¦-£Aí üËû6˜¡Ú¢,×4azuƒQ£ú¶1:‰žÄé"‰ ³”˜ÆÀ ·{&ee×—ÏÃå]„–Ê«xScÚ’Š¥ØÁÉ»78W9I;³Ù×T3܆­‰Åæ Oöá˜ÙÀ{LÒì´&ƒ/£—™ïïÜ¥af[b[“M¿Ü¤°ÈuôÒR®hPj_þôTõ¼»±ê@ wŽ!¦K¢3ÔÈZ{ucälƒ­¡Æ§åÐò—´qÊ<~™Vépw¦gô­ÜÜ™D˜Ð׎l6'ÛÏ8=?[ÁÈÝWKKåáJ¯xÃàô '•ÈD`äåX¬„* -4ÍéØôAØùò¶ÔŒì„EÙ“‰b ÀXdÓSú6AL¬`ˆy: +U7bå]/ì KììL¾äÈ¥‘‡Ù n÷%ß>1•Ï•º’º¬aúÕF…Ž®ÉmKÚT§¦fëe¾`;`Þ6”± ¶kÂDÓ¿Uï ·j·#ý¸fl5)°â}kœVZÓi㨶öIÝ„•ªåÚ[¥Ü¿9YV÷³zÅ·A -ÄìC žO }NVÚiKŠŽœ@cÐF*Ïde]+¡÷vXÊä`˜ÿyš ¹"ܳÛß~7èÿ?{ñS­j ¢¼™w§KÑeî~HÚ¢RhoÖï™oôCš’jÇ1Ó§f2t˜ï(3ÙÙ4D–6èÕ-½ç¨Ù,oœÍó´Üg‘—.& Ù«*‡êîßçŒ5¤MQRoø­ IÃÖÙË)_ÎižSA¡t5Ï0Y`ø}‘†¦âÔîÆ†ã`ÚeéwÈ˃šuëw•ˆ)ôŽ3Õe•šuºÿè§`Zl/^’'N­”…œNM»N·)X+‹>ŸšO®+ÕMàØ -ðGáÇðˬªP°“”g¯rež¿ ¦üÒMz½ÝtÑÔ˜ZgwY»KÎtâë@KyRÔJj¹é¦‡6­ôz•å—dâÿüîç‘JÌ)™¥÷æõ˜rT*9ãÌꆚDÔ®g¯2k~÷SôªgxÄ1E”ëú ª–Ø~üœ zÚÛÂ2O5^%êA%ÏêµÖü7ŠQa)Ù˜Ùxa!qwº?nÕn4?8_nœ -7–ÑèSæãQs]ýØ¿E 4fÝÎ*‡Hõ¸úYºhݘkôíbýÖ”8¦ñN,ÛhgQ2‚KCÖ‰¬ÁÀï~d -=¸ù`„´°ï¸‡MÊÌWÿîG #©™›)䣔Ÿ…z>²ë}ÞÏNf¶:ÉÎ"$½jê:ÚX=&æg_“ºpXMí¬Ü^JI õ$ä¾ò5-œ™eÀëVÈæ¸úe -uMrÙ® ¥«Ÿj$ú··#slSÖsP‘p£÷ùp/ùA÷vY¡3rWHÞu¡¤Ýg ->%OYo¦7€Vj¹#Púž=dŒ?.,tѶ¡nå´Ù`´¡&¶Ñ #)a¤(ÍÈ>Y0õGÖ(ÏÎ42&ŠÐ^øo$Ñ"„àV@(ky&¢+J¨Ð³žP:­\‹ XÛ°z Žã¾ÿåÁÿü·{X÷ž§üóÓo÷9÷çí~½?zÏß?¿ßÎÛžsúþ8Ï¿Ì/èôãñéŸ×OÇýòé÷Ûý|{»¾á‰·ÇÛÏï?~¿¸¬vó³¿æy/—ëýãöüÿ×¾ŠÒ -{ŸÓëåvÜ_Ž/ß_ÌÁ¿Ä8_®——Ê—Ç÷ËõýÏð& Oïþšë·½‚²GO_.oÿöžu>ÞnÏ#ù™WË…?ãtýëù~ýq}y{üº¾ÿ}~± þO;÷Ëíñëø82¿¼Çn©cÆ~ÎW?ãr;þ¼>Yø¼÷ë¯ãûõ~.¯@mõó^ûåÇÇëíþååóq¾}¿=o߯¯dÖáœ^ç}ùóz!ÏsŸ¯ŸÇÝgó³¿>èôýöùúrýëíz~÷ó?Ç7´Á¿ê‘ן?ŽÏâ3]¿?Þ~\ïÏÞý7r¾ú¡Ëñoë•ÿ"¯ÞÊOj‘_?_=ôºØ#±jÙçX¿ˆ7¥Ö¼oùŠÚ’üð&YücÍçÂü›Õýë%Ê%É%— J!AS¶0Çw™O°‚Áa Ÿ6¯k¡¬iø7U½ÚUÒí®½öQY-„‘áÁʯ Èd€@ Hˆ^Ïöi ˜æ×üœØx ï‚£"b³FŒz²È1Ð8:?/äîâ dùåó(Û-+ÐÀ—D³è—2P((´ FˆË=RCÎ?´fví(ó¥ˆu)&Ì{/ΕŠA°1_Ž™G~îe¸;Áu]gƆ†¤ØWí0+ÿ‚JÕlJä£`a“û¦4ž½«•ú‘ª@#|Kªîƒ’îh2¡¯ë:Î…äˆJ—ëÞûž‰D'ß7eØBÍÌîîÏŠ™;ã ä!ê:Á-ôpê‹ëul,ÅŸ€&1–Tú"m 뚥3¶Wr“Îàܹ¹QQ()g7å~]'a­\%*¶‹5­ X¶‰ü&_ZÖ‚Ø#ÈM([æ[ -êp#µÃ6Y™…"Ø qI¶«&g¦ÄâsáŒF²OI"ŠoÉk"¼jÇéšk¦RTÄ!ùC% ‡ÝÜÐ;ÅZ¾‰‘.”rL#:m#Òvª‰pçf¿$Áßf/Ž@ká[—˜ˆ4£ -ŠäË‚BUæ¬] ;kº㹸­†Çúåºú§\§’Ý\»M · úd²†¦@¹þ´ºûfŽÑD:×_(‹Ôbçšnæ Q¨Xù[×åú^ñ…ˆ“å·ºÇ[´ Ü¸¼8_ƒÂñ¢½ñHòªsÆ’o((«Z«[Ðt“Ðwâܶ®©5ªñ·š«ˆimtöÔ”`¦ìæ´é^ÚС1tœs‹ØfÏ«¨³%.öç ¬~ïï|À6þ¾m»K¢X>øö³ºÒ6ëü"¡ÓmZ ÝSƒ–5¥[Q¶—˜]Cšo(°9€—î¬%ЗÈÅ "K6‘jMÜû‘¿ÛÚ‡ýT@¸Pƒ¸¥â‡ÙR¾Wï阄óÀ²“–Æ'°œ´EMq"vÌm÷Þ‘—Óke×|ƒèå)§%aUW€â -z:=—« švŠL8‘y§= ä©Óí)Û¿KhmŠø';Ð.#ÚÐY1– C\Ñ–ŠªÝ „»VFÝRÜóPÑØ=˜ñi§e:§ÔÙñ¾¶s€ž¡Ôqë;Ï~˜™¥êk*Áô"Òo“/Ôåžæ*4 mkªpó›E‡wr/ôÀ*;€PM‚ž›ÙC;ß¶ÈÏ¥¡ƒ+/ôgŸTNÖ;+®iêwõdSà D”„¹JÈãšš‰üŠ_µË˜ê­\N# Ž[’ƒ7.N¡•—Käb}'ì ™_a¬vžwi$€ó7\˜ Bm©LØö¯‚²“‰è§›°]7¿¢Y±µ! Ræà/¡í–°´V˜Êëjw»BZ™}5›0V -­jrç `¶‰6¿.L=B†ßpX‘2³²V–I ©›î{‹›šÚ÷‘(-ÐË<íäµãpÌÙ…Q¥]< ËÖÑ.Þv*uâp´ÙÊx`©V2Ó_Ú íßm'Ó¬4fíguCbðN¸GžðØq«>Ü瑹uÞœY‘n¡h3ûjf|ü—„ó>ˆÀce Ñ3vتå)OpÇúÔ Ú[&ª˜{'•±B([¨>Yl%ñA(«Ò¶¶l|ñKÇÊk³T®­rË-×ì3iìC7+ì”f²??ãz ¯¾2 ædŦÔyl9·Ü\ŠÅ8@Ƴ6)¾² x ¤ï™HŒ5]S¨MlØ<Ó(™fognET—Ìó - Mpo3©Ãõl,Åg¶åìÇq²0ŽúðÓ¹6VÜ¡˜ÐdG¬Z[ÍK¦™×j.޾Ðt¦Ð²€$KˆxÆŽUuhj],tfÜwÎÌC[ˆi®ñgd‡©ZžÚê¬Óèÿ€sÓNµ¤ë¤ @Ò˜YØ7ÃBb¤9V üŒ“vgngí²Ó5M­ zÆk–£êµu«i`çì’ %Öe¬8¢Jˆ™ÕV±’§c¸j4¢Ç%öËušK©<º°Ñ·Ó·ÿÜþ]j³ŒÈ¯øT¹…KCDlf‹» ƒé¶wˆ$´@óXv¥jÁO•Û{×Á\4Û<é'ÛÞ úlRKÿvO²<\ÐŽ‹|:œ%ãeÑ=+=ÐD¼á›ÂŽFUJÐTë%Ì´q¼3ÉïÀ@zÀH=ÏþüÓctÚT–R¬0)­´¡@IÃE¾„ÉÞ:H ^W»ÉNëÆT‡ ­bl¨&²ZÆv¬8–9¬hl4¡å"?†ZËŠ,¤ô «Ë°/‰¾¿kj2jqS=èÄŸBi,s ¨½D"Í4šÊ°z3Ë„N˜ÐN¢‘§¦„/+MTë%ÀÍ‘6iŽN6ÎN¦XiÌ4Î˜× ‰NÙHILµ°ãÿ,S+»PêÊÆ kÝô­'âûðMµäìZ·“Z÷ŸüŽtäZÝ7kwè5ή€îaÙ¦Öì¿Té&2M§g -Ù»hŸUc~*xl»T/רÁ‡l<2´_ÓÍ·qûTËŒ6Á>†R-@ŠCN(\ú µâø’¦œcÒ®' „QLƒÑ2ˆ²Q{iÂ΄ê±nª•´{³­¦¥B­fR·Î•µQ'NÌ4YH³“0„µ×¿_~!oEÛ«eBy¶¹;?Ô?Æ„'Bb%ÑØár;!*\k ˜ËTM´ÍØœ÷Zû;R^(½ÂÚKl‘\:¦±dýùОbd¯iîÒÄfò b-9ÚÛÇLž‘Ã3JPÌ\ç‘ù$Y%æÚ¦¬·-9øØ­åæ:Ò!7-™î¤T¼©6Vº‘5¬$Öá™R}f!ÓŽ¿;8¦ ×r×we¬µ½Ê™vì+(]P%ÈÓ»²6ýQ˜~7RÓÌÀÞÿâ6ë¯(ƒ¹ö`¶Å´’iì°>Ë3uŠQŒÖu - -¬÷ÅE˹2ϵä¤"¶—b_ª½i«ÖB¥  w:-jâ……ÐS´äO ©C4M8ÈjgÛE¿Š®ÚÀj(×ȪiÅ/`Ä©]7Ô4ÖKÌ{…ÕjœmýÀä_…«ê´¶Ól쥩|ÊÉÐ'9e °°D;N¥bã±XJ6rš>ÀM£Å)›±MþÁĉȢ†k‚ÈŸàRl¦uUiuC¦Ý´«:“¥YÛFz£Ýèyv¢]+­´1¦I/ô!»Í;ªÔ‡ú8P¨šlؘâèÆ àbÚè‰m'ÓÈF°±2;þ -„ÛÈ\ó -Dë}&m1ÉÈë2“äXüUZ˜mµd'ÈU‘Kvê'nÍŽ¿(õŒ‰Œ<Š}õ<‰ÆÒ5eÐ0Ò®;ü*^ž;nT]j¡Ç… -œK—ß+8PȪÇoÌF³Å‰Hbhä÷Ë3[ˆ³É"Y¨ÓU€Å -B©"y¦ÛÏ ÅæYÏ3q踒=êÃ{’ J -ä¡EmA<•¿ŽÀ‚9:X¶ªR–hä­©ØW“ýuG'P`&ÍøÑ¢zØ_±Ds(ø1¢–f«&³q–ò̬øN¿×jõÚ–hîD õa>Í.äÔ=2 ;ýùf¿¼ -l0¨%ÚV -dX¢Iè¹Óe{äêaS—Fl -áh¢ùPx‡)Æ~¨óÁÅ2­é1Ó]:Ë1u-¡Ë3&2v(¨µ­UCi¢oÏâèŽÝcD(i¿8÷äo((6Ó3£ ƒáNäo ¨õi6pH!WMù8hé’éÿ?QMêP„ s[â«ùUký`wf£;íUžÉw/P‚ÄsðûW«_Úáüˆ –aKIY/ѲYw¦£Á6Ÿ”̙ȸîª[8Õ°çLëûYÜ/¼ð.$LˆÃ÷$ÌÓô稱³à³oŠÌL‚ëε?¹.D†cÜDÇ`P¯¾ko  |üýAvXöš@ëlÛ3èäd=& kЉñ…½`‰-\~#A¡µaæcõ…`ó ÒYúŒV J,´­Ï Ã“"Gä@ MèBã˜ÜÿQ£}…‘C€šÒ™Â™‘èe}ŸïIøŽS«Cù<¾ð{Žð¾èÓ?ÿý§_/?âéòvÜîçýñøÛÿóíçãõ—ß~œ·ËÁ·zúþv9í›=ýóçÇí~ü8·yýûÛûÏS¥ +ï™ÞîùzÞ?o¿­A^~äþˆ§çõvÜŸ—à2î¤ì~ÅÓñr^Ÿ+Ÿß¾_ÏïîeXW›go󸶨áW=½\ß¿kov9Þoc~)u5Ü7ü —ããz{ûãø¼|Ç_òüq0.™g½=A¼ùÓõvü~>ôõ6çÇ÷ó~Ùö£œÈû7ûrþ8¾Ÿ»íàÛùq8\ÖØdÕý ‚ø„~£×ã~ýóø|½Ý_ž¿—Û÷Ûãv$z5º·^¾}~a¯ýþüûyÕÔ›?^ß~~÷£ê‚ïË}ûr>Ÿ½Ÿ—Çq¿ìˆ´c~å¯~zýùãØQ¿îóûÛûóþx¾Ý¯ç_2{¿Þc/¾ßË÷ÿôdZyõWªŒdUu(vaf:õ9ÚfYɹ 7ãeâ›üœÏÇÇíþrÞ/ïÃO— m -ÊË204¯î ØŠ"¨2tª:ØI7ë J^„8×$zˆ¤eb!÷@õ™³$U®&%ÂÛáömKñ¼k«3èä‡=0Ã¥ Nòhú>/¹œ×¿°çµ M9úŠþ¡Eq¬ú^§Y ¥žƒ¶65:…ç½¶9ƒF©Ü SìѸpeÛa-Ò>#z­úÐubÞÉ!«ýû –CîèÖøÏ\L£|DævÊ‹¤û”8«†Eé˜iúàõüs»3ôø1þP:DOΡÃt쪅ÝY¨r#ÞgÈpùqQ‘§tb;6(åþ¤ ð"ü.i l°=Ú² šc…8èùïAp rl×v?»>ˆèCˆ>ÑG"ú(Dèc{,þꃆèÃ}ч}¢DôQˆ>ÑÇ öXüu‡ Ad(¯ßå3ú ¢!úD‰è£}4¢Aì±øK¾æÚ‹Rôáˆ>ˆèCˆ>ÑG"ú(Dèc@]š'怑Üù|=¾A –-‰±#œê!Wy|®€ýƒ:¹bç§K°ŽBQ…·úžºE!‰¶E»?Ýíþ’dôÑ ýœ] 1“à>Gu9žÿÝî ýÚIÁëwÚœk-"¨îÎŒå!Ã9÷y™•0•ZƒñÂŽL®kòÅCí‘B–¯€r騄ÖÀëóÚ2-hÍÆ -êñα$ˆ,Y#ªárú… ?~'l–,NtÁ{ûÎßÀT Š˜¹~Uc¬q s:2rÖ;nˆ.ª‰Q¶³G”"-fÞRóHÎ#‡—?Î<`«èž°IÎu…$1Ó †²‹£Ùœ=‹pœ,²rÖž%Hb¥[Oj‡èôB®{™Y‘J ™;¾ (?¥*Óä)HÜç·!*p2¶B݃(ï ØfœýiÆïÚ[w_5ÒDyç/à6 îxd5HD&Idr´WËHGY“F© Ï&ÙFwót‰½—úU¬n35“jofE`™3 ©š‡cųL'”òJRŽ„ìCÝb´³_!ßH%´w)’Êt5»'/¼]VemSЄSN’ÄÌEÞÛ²»uIUºé¬| Ôq”*”ì£a-ò»5+aNtá53CA=7/ásRwkeŒ ÕIR#Ý–‡Ê ØPŸn'W29/L%z”ˆYšóÒ Œ%¸çºœ¤]zŸIý&])Âû‰0©•Ž sûØ'‰™Ù^˜ë׿֠êÞÖqý[(ÙýR©ˆò¤ÉpÙt’ÔN§ -¬/AUÅ’=¥´µÌWÁM-{ÜnΞù—[5KÆÔœ$q¦cyULmôKP,1±psDyíÉF½¥rÜ£DÝ²Ý Oª r*|A5ÙÇÃZ¶.šð©\ξÁŽã-ä96ìüÙ¥“5S:)Ž¢w¦¸Ò¦¼$öðøv\Tëy–‰q±;6»œD?;2š‡y×p¿{qÿE¥G¥¹Ž#†JéY‰8Q7*ó~@ f³?’,Úš<tËpK˜PQcBwï§eÊ’å’c½²é3€@R–€µt›~p/!~]Á¥J¥W²¤fºl3ùT":Gå&L¨i¨¹²Aàs¨@7ºË‘‚¤[âćôI­ºî -.Ä[VJŒÚ;ZÍp÷×N,Æ©-=gÌÌóLFóÉmaBûÂÏUUV]'5d|éb:ÃõÀV·$³KÇ•©R»¼Sè¨Ö+q§‹5«µV&Ávoð,Æ0dÖº,Ü£«ïŒX5Ë ¦Ø!W;¼Ñ#å·iZ!ž§g•¡öÊÅ„¥±£‡†06/‡“¸€¢×GÂ3L%¿! –å;˜ÚˆÒ»Â«àœûí–“%´)Þ¶w©Óâ©54Zbµéºƒ†~¢r<ÊOÌ€“ƒV;|±.vãe©Óä™ÄŸ(…2})Å-:¾š4¿LŠÓÊseÖ'"Î'Sês|P05jH],E}å«?œÅ±¨/ R'*ú²lâP±µ~rÒ2´.ƒŠ8tiyœ[R¹º}Æw´dÿ_°Þ<8àù¤.Æ©)Ŧ¹ª”V W¸é0ZçæDêê7‹Ðˆ¹Ç5‹Îse þ-±GT®–jââ½nöM€-³(TìÅ•$S@±‘>ô8@u0 öa2]‡Ê)ÏDX¿e?á¥ÔÊÖòÒ,#p &zgCï®Ö—Kw¡¡Äæ“0…ÕckTŽÊñrfƒí•†’k¯0µÙ)d ©ŒGŽæfÈÖ&cfû¥å%/¨Üj:ïO×îbE¶éšU•h2ýŽ*[:õQÍj/„7ìCq(‡aðq¾û~ýå~\™>;©,Þˤr]cØ3h.è)²Ódc¬aÐÛ`nv☀¾ ËæñÎý^cÓŸÅ{ -+©±á’[ÀUKω™3qQþuQ…· -ƒñƒ8¥ŽôV[‚ìFËU%Â[I ëAÂH¤ÔJ›] àTÜ-`=—­Šh0lo\!wâ]EM|—b‰¶éÖǪ¦rÎÆ½cˆY_VÀq™s÷F‘·‡ï_Ft!˜@›¶¥ª`³ºAZŽ*ó;l¿e­N½Ê”$eõhhäd/o]ê^ñ“ʲ!„ó½#ž1³ÛY}1§±@¹#-ß{ÓµìH¹.ç'UÓeíñ¹íà øfÐÝÊ& ®™c“+v€H'Ò‘mx žÔË$ÀJ|«bbbhš±£ Œ]Ì¡Tã[±W·\ã+,¹d> Qyq*–ö¢ý›)ËÂ¥”ï1U@)ñÅ1»R°unÛÅ©tëݧ“!*O¨Ú1X@bÑVZÚYo®dBJ–›ãγ!=sê u³=ª.¬?ÚIP{ÊfÀèiáŠÀ.9Zš øú‚ÖkøpU$*cЇâ’öNy¤Qé¸Ky¬Pʪ€cÁÙ`T¢#2´â+Y£ ‚¡zýÆ.ŠÆ%çݽw±áÅib`§éYÎÖˆªZ²¾¨kÕÀ—¼*õz7Eéé©ty“úá 9ÅB†›kŸ iWì›AõŒŽåæ²#ÝlúÞ˜ý~äÑšÿõU ú«Oô$úÿP˜­%ÑAuÃÖ–ÙÜHغ¶´ì¼1KO%\ ¾låWÈð† ¡‘œ»Ý¾Ø\N_xOj•ÜGøÎ?í굦Á>D÷LÙ,äΣQ5–žÇ¹mÅjõ§i‚>ák…û^wõNUJŒÊ,*c§›Û “µ5ó¬¬2¾\€Û¸ ±í¼PùU3¼¸ 'Îån`~ÍnaÑGâÕYÞ>Òò¹×kD×üÁ@D¥£LžäL—¬N½ÞŒœ.½4 ¼j]3^Œø ë=::9Ëý†³1qRéÏVˆZŠ–U âa^£ê¦'ÔNÖªx>ö -|Ü»Êå,œÃät‹ŸþÌê¥颬ˆb8’¿ D:t&5à(¡ÖuØ@šîJ'•¹ªø‚K H_nÁù»D… ©ó“<ÒÅIyQQ¿)×í -Pœ¬C̸¿Â”êu=Joù\'ÍøÃ”b„ª VËÇçæÌ -ÃV‹úõeØ+nž‘ÌBB»½"gs%G©Æñ%ù}¯dk£æU1ȇ¤ØẎjßPY6«”•ÜQ…vÜ H@o„Î5mü^¨·q¿LO¥ ³ Òg'Y.U)Ãñ‚ºÍM¬_ó–ey™«L§FžG´ìö"ÌV#GÙñ¸ƒº…ò`8ENðýö§«7T‘]·-Ÿ›Å•—?Mí@]n×5§+w+ÂBW;ÂÚ÷ÆB±ìñ˜Ù­KS§²ÜZËáõ?2U9y]-C (à'Ó 6±ŠáÿNL7-ægÈÖŽ2ÊMáX?JZ8¹C])Ù€Gß’›°’Ú!/[q̰‡”û•&šåö\©¤vøÓVüa'(C‹:ÈS²;¢´àÍÇ: nªNçˆr¿ÎÓJì%hQyG´>nÈvz«µ°w ñ2}[(.JÎÿ¡BPƧS,_¸itLîýsˆœÓÃÞtèmcÃs±©ô& xÕ÷ü -?Ü¢§?«M±€áÿP4µ²°‘sÐ֥üíJ¸V@*zvá×bõÂ)££:ïq°At/6ÆZ#þ#Dãæ?¨ð §?kM±tá´Ñiµf°¶ï¶uà.°Ï¡+â(ìTA¿\>Q:ÊY¢Bé° -zÔ JŽñôn„@Ê—›Ð‹‹É¬ŠXk'„'èUA¸xa!I{¨Î:r'1G¹ŽË-x×Ò8·YéÐ+Y ‹¿àôZ9èU÷3Þ´èÛ -Ûÿ5úÿÄéU¿j¢_ì{¥OõËëéÙ¦’ h!ÿÿWõõœLÊVÚ¸ÖO€&‚© Þ´ëé;…r™œ±ö©KÀ½÷¹à]º."8 îø?MçdõÉä ëòpÓÀçF#MŸérª2Ŧ˜ˆfÆöœ¸åýÍë*B ˆú¦«ÿûßn;¯ûôÏÿöOO½=ÏÓ×·×Ï—×Çëçß×ýÛŸoïsïëž~ûúüù‰~ÜÓ?ÿþöãù·—ç÷ùâûÛûŸ¿ÿõ4åº.êèÓ7|ùöxýþòùÿ_óC@þ)ÏóôÇãÛËóë—çŸçÁƒŒÜ6/ðôüóãÛ—®/o¿{||„U8vå}Þ=yW›ÎÇž~þöþ3ûš¯Ïï/ŸÏ ÝCÃØ÷¬ŸòôøÇçÇãÇ—÷·/ôAè'|}þøöòöãùû×ßÇ]_>æìS¸çùÕOß^žÿþø<¿áãñãù÷Çë×÷}ÔÿþªŸ<ÿþø~â·ÇÇw¥×±ŸIÎ{è”lGq÷/oß¿ÏÿþåïogÒWþòöç÷ç×éô¨Šýæ^à÷—Ÿ_ÿx|ý|~ý:5Ñ5?ûôËŸ<ÿ†¾ûÇã÷·÷?¯ŸWO}-¸W}{WŸ†÷þïÓ ÇÏìåƒÍiå4+Ø»ùMuè«t(ÇÀ‰éè»Zì]G½T°¥ ·óÈY½8±Ê;I.R¼PÕà;5‘¸5É ñMúÈí¾`BÛ†NÕP$¶LÅõÔs‚+¯mtИ©йձb Uö!Û€¥é™±#:öú µ}+O)äz‹æTÔѧÍ2tÆ $ÈÜ/ ÔNm>+¬pµ ˆnΪL¶9-æ±§uh…6*,YigÚ¨6ŸŒœ I;K²›.KDŽÆ•¯ícŸïŸ¿ü¥Êõ®‡ú¨.CïßׇwøèŸ¯/ýÊÿôÿÊ_Þ?½}üñøö41ªiº•£3™Š¼B´ª=”5/ô}?ø²´zçNÊÁ¶ˆ!÷¹ÿ ýb~®é˜`FŸÇv£ëF$$iõl«®BíñèÌì¢Ròué_øm\qÈÐïxûþòùòãaý¨u‡rñ UÅÛâPøÔ·5J±%%âÌy t!+h-ýÜ<6‘va1³¾ÉdAƒ:áßÔùï½53Tnðâ¢eöúä8w³2&¡c?ಊ»‚›vÖ}»b߆áòP¬y™–%/2ô\fÔø{Ý!‘ÊZ…‰ôuìù:=Ê7Bò£Õ‰`yJª6ºR1>Bû—­¶p³0öŽ4\ìúU4ó͹7rɼª‹­µ.ªî?ò"›Y9Ró•2AÎwf7‡+ÅUvÌ!e—­Tï( ŽdÃŽÚ¨Â9߃U£7È®¹áëAûDòcÈ»ëŽH›fæŠ[¶sí 08p‘¡å ‘·¤ ¾”Kl›¸ÿ¼¥±ù&úýji6ã[cé@I)õn€ª+aÿ1í“lõ9!m^±ïo1Š=䆽‹“™W‡k(€œ†Õu¸W°©¸ìÜ Ý>µš‡.ÊHå49–¾ -»Dd -_ïuŽo\¦cÂ…Q_/<ÁæÄX-æN¾7“s|·zÕ¯EZÊ5§UÕ!ÑÜÕ¥6Qåcâ½Ä””§SœŠãCséÐòÔzí +†Zá['ÃçÄæFÖ¯){ XV¡Ä/*j0¸¬ l¯oîhq\<¿…M̼]P™²|¬cà¢Ç\¨Ö‘ A:œÜöt]˜¥P˜W…Áàй£B‹UT×ÁÆD! aÔïæ+õ'>¹/|;±fžjwi³ ih_íÆÊfÜwuzÿ°ßÌÛ-‘`ÏHçCåðjº·ÐSOql«tFW>D°ŠŒŽ¤éÈ»‰ÍK^æ7•i€ˆÝÐ釻ð–Dzàu· ¼CŽ^§ÝëöLr]×¶z¤MÈãBhxÚ+"ŒgÙaÌŸ!tÞùžôèN>ä,A3%4¨Gqp„_*§¹ýü©Åm;‰cº›ŠÀÞI@l»„pž¹üÙ½Îˬϧ³™pv½L'47½ïùª‚•JdJõ”¤ŠtL”ORæ ›k1ƒîB½Es tm]KNdÅ¥„ñžì¶WÚ,@‘}àÒžÀõËÀÏR«†Xx*åä“Y„]rÜÆâ0Â¥¡ŠAyæ@ϵåTŸ2®Ù3ú3m?j³Œ‘Q›¥ÆºŠ25‘ H‰{»UÂïpÝáöã¢V;<˜ù&\d'ªŒÉJŽSmGYõ¥ -€‰° —vǰ`¯½ò†¹S §l8²°KÌ$P€ -teUo óô£1Å!yFuW›¦)ì3"hÍ™E¤Yéd´CêuüÜŠ¤å9T픋Ì=†C–®1q8cˆÿ˜î)PØ4ŽáL.MVL/j›2úgPäÂ3á‹Þ"©sƒVõÀ¿ÕZQ£9ãb…^Fîq‹íÜî12¯g¬vm†¸ja²[;FM—~!J¼è¼ ÖësË·DЩÑ™´ð§ No:#ÞT eI½K@É0ÀQŒ!XÅHY ¨÷¡¸h][®3i<ä¡È°ãXLm£¡çƒ!›Ï2[×t å›`…(ŽíU̽Eõ”–‹èHzè¬.|WÑÇÁŒÝM‘$(#1†¬"—B v¦Î+Õ:Q)t`\ŒŽÑP;ÿé‹ Y‡Õl‡â.‰4²¸”H$¼­éÌáÁ× -à!unŒPu*@°¬ o—ÊÔæ´Ó5 Ф6‹¢MD—·ýÞÇödÅ×tà3ób‹ÎŠÊ5oƒ„¸·”“â®ÂµBšLÞrLî#¸Ø¿0U¶ÔdhŒµG®t£ÌE‰([ãÅñõ¹ž/º7Â?á Û¢ -2ÉÃE]½j~ÝHËD0bµ³ÂaFø˜ÀêŒÑÎXá—ô1Ûz4v_¦>su¨?F!ŸÅÙX¼rÊ´UIk÷dóeØN¶r2P¬^6 -©þ´A±ú#yhæEÊeùŸhp扳;ªÝ•qiO)î •Å{{U+1•!ø,ÑZ®GY¤6ûª·l£`†BZNè#.B‰™Xmõ^_«’Pc`ÒÞÆª”¼Â3”nòñ7XgB!«`B;Ú]G h‚M†z&•¡{#Qn´šKàÈ]J¿ÊW'5‘ºJÓ7Ñï |ÄRó{}7*ž¼m†FÁ¸S&³=WÜÒÎV‹å6eD}ÔŽÌ“ƒ"ÌÝa×-ä ¤>Fí>¥‘ª/¨ãÜý(x+¬}eÜÁd²ÖÒ’vd$€¿¼|ìŠô’ÿ‹ 5ŠÇ£óòM¸ÀG”+“‰`¡î£SK´[ ‡³3× -°ºKj>b„€-=Ìq kzj»¹ëWæJ\ƘJç æ˜%«–&Ù¡~jŽJ ­ -Ù æ —Dʪ08ÀªñmRA»ŒI±[ÞzyŒZÖ¼^3sìí £¦Õ¶–÷ð$Ð6ZÈGBÙºtzóy¡Ú•ø¶ÉE:ÄA­LÕÞ=|³c¨À-Ö5Õ¾1ÉD°ºÔ¥kñÖ‘MVŒ4rÈÞ8‡ƒ»‰S\¢§²˜†}e‚>tˆŠý(u‹æ•Äl£ºŠd1•ì˼RÄöI®Û×/õ’oŒZ¨ó!'ÃŽ^0]0‹½1ë&`Öí8ŠáâPå¹qJÐèH?y½ÝR_Ç;©I£R"ìQ³ #ÀêKíÛlÏ3™á„jS陽qÞ(;éî8+±´ö•{^¸´c²>æ)‚ûeuÍ™,£º‰IçŽ/G­{˜O×/!iæFåMò §ÍœL½=;¤†b7øcÅ–žÂ²ucÓ@ÞXs¬&öˆlZ6Gi;ž æ žÊ Pj4}³i ò”åà ïX•´–xî1Y‰ég–¡\©4(ÊÚ^k Ÿ¹ÚØ\†aBŸ±“‰j¶DÍÑò̆ëÛÒëÜàIË“EÉþh7w2Ñ*úŠk(7¶©®=(‚øúÕ_/­éƤScr àpwpèÝ^¾á)Íï)ºa¤;Ÿ«¼ÀÍÕ¶”aÌø+vÞIšÛ§©°*PåÙ × 0Õhw¯ØÚ!ëFÝAZÄV[0HÎŽ^hØžUX.3V˜."ÖŠäDÙÎtzgµ9aæ!Q^l«éd7€Ï #ü£Ý=SŸ„íŽ@d¦õо œ€±.üZ¥ 9ƒÃaÕ Ø>²”ä5•¯ÊdP$^žeFЖm(ŸjE–BÇš÷(Ûa§0Q©m¥ÕŽIÍ8<=FÖ!]ck5pLXi¸ð S¦].9ÍÐûÔÎÖŽÕ¢I\Ï@³—$?‰I£§ª™2âòÞŸoëœ^휸á–õ{ò1<~&á7ÿP‡‘C»ûºJñœ{lþ¶+[ ÈSþ±ôlß*fv€ÚîœÐ E[óÃa ЧU>ît[5aá×èèA°¡âh Ê©ˆ ÚR(Œ8ì‘™­lÉÉÕ—mÆÂÖÐ,ÿ˜Ô–ЋÈʲíž1 Åé2$Ž¿þ i–žm÷ <Ó‰âdŽ -,þq<™\¤I*ØHiަ*Ѹvš©¼¿WÁ‡º±)‰ˆÀQ¬ù,Sª»ÈâiÍ•—B'1þ0O—)Ë{çe^AyšZèx_D9E&ÈñçÞð—¢XC¹°)T©@bºÞ³8)5‘gý:è­C[Â6pË“ÓëŽw]2Å=¦3Â-–±“öÖû5BðCAgo?¼‰ˆH1—Ër¡y.ëŒ.óùn(:ö®Ûmª²¢ÉÑX³1¤ÜÝ­­éû¿Í3”§C˜ÄJt½W³Qç(\ý–‰xÄÔ¸´„¶i6§'[ÓÍ ;òœ’˦zÎ[¾ptî -H2(o¼sd P‡®÷bÖQ{„˜ñv¥uF¡fžö„øLòÄ5X™å0)Œ©6ƒæ¯ÃÿFŇúu¨†¢†ç¸–3|‡§¨€é?ã.ݶ÷\¹ŒNsÌT—ZVàS²wÈH­¥ bu1Û˜B>l©ÙHM(‡ä ×»^N°ÅÔýOµ¤Us,½ß, |þu[Ç=Ù·žiTçÈ„ÉÆbðæt‚mûI¯ŠK9?6æ)#†cwË?U9X%#k‚ˆ¶Ã]ÅÍLš"ê£Ý”wiζ\¼z6”¢ù¢Ø-y2تé°ßðïôVW‡t¡•Q2¯®‚M⛢­ÜÉ¡\óS;ÙVOW–Ñ(,Š -ª»´u¸91¼(B4P·?[k ð&÷¸<=Õ‡HÌÃèhßx×pÙ+B &å 9 ^SøŸ -Ë3ÔKí"*Šv“ZŽ*;R×L”LÀ'ðÀºmžI®/]ÃË\'¶P0¡š½!Åù˜`O%üÍ0”»CHlÚÊÅ 1¥7µ&ÜÁõµ*ÌGËÃmú˜mgQu^8ͦQÞ\G±7DåÀ:¿åÜÿÍxºø\ê¶›ŽeH¸ùO˜ Ò:­¤k0¨-Y=Öyq$¢&ƒö†9Ž­½ °ÙQ%_¨o‡jxr¶ÿ >Œ~¾£SEÇ5Ê‹Y”UÖ@Ád—¬…1Û±oº 0ÚX†òÅc¾Ø(ùb²[Þt0£»£c½ OÕ«ŒNíAUÔÿ¶ÉaÛ¥×ÀƒŸÍ<"Ë6ZJ{ŽiäC?»Ú[B#ÛÉ»ª¡U S'›;sePE'YVX~¡5¼øÀpWw3³Ÿ*ö«-RübÜìsg$²ÜšV6)É ûè;V®Þ?;Øg2t%ç¦HÞ±–°”&ÆkaÆ„«Ÿeس/²Æ1Ü‘3X;B„“,, §ú´oÔ…lÆçï$Æ5í ›atƒ -2Zm“‰E‰Ø6[§ocáøXÈî\bÅ%y¨ -*þÕkN⌊Óe˜gk§!¡=FKh(ñŠí#­0¹ŽLkŒ]j0¸L“0õyŠø…—·j1fÕ­V‘IBMFs"a&d ¦u ùÅàP9ÖdA?@•]7L­ÌÂ)ÊÈúÛÞ¬X’˜çêå—wSñpQYc;£†FNJ㮺f½Pu¨¾qs¨Ó=Þ¦äÐ_~bšY?;CWL€f/þr¼ÈÊlÏfw©BËûP¤ãÕ´E;¾ë j jÑkûKz;4cß HÄü@ë·cÏ`¬-W$DLËeÃÛÛuöi$å]Øñ3ˆPAúú³\ ÿI¼†uzDæJ -cå1¸'º3ÂYE¤‹[(ß)¥ -×Ko°>ÉàÎDƒý6OX5.ÛÉnRŽÅf*¨ÖõfÀÁÍÓ;tië Ø…§šÍ[Ó$¾‚sSDÜ1ìîÛ€ÄÞ3ÕÁòШøp5S4ª -´÷:‘ºžÐ…øœ»ï½·Ûú{Á¶……=ðë˜$aüº;;–Går¤ú“yFšÖ$3µ[ÚøåžP¸ óPfw\:Z‰¬,™J)*v(­ÓƒMrìI×sÞn›Èƒ}EP ŒÙY¦#ѵ'ó†y†¡.\DD ¥u@7€Õ$7B­åãnÚižMT–âØÀ¯G´øþâêöÇ€3„ÿ–qÛCl?Ô -<Ç.˜'êž6#ç’É]ò`€ªóºæÅn,ð–3‘Ù(Ô«C;ÜMeÕH¼o´­‹7⢼5’4ˆÚ;žº04ÕšZT -Ïp‰](w¼bD¢PÖ¾L˜©ÉÐý¸€Ä±übÜÓV´*SªÐíOfÇL³TáæÑ…‘å‹|˜F>„ÚŠ TwUûí¬”Q¥ó(hA7öß.0Œãõ…CÊ‹m›é@»ŠÅ™ƒ²hó -T„ƒYy#õ«f­H¿Tõä-h'äEñé‘Ï8ê!&ÊñW1 õóg«DB îS–æÂÌF‰Ø¯öïDÌlŒ ;&Á„2k¦µE5>U>îf¯58q݉Á2çÀ—5öóýùÖaH»ÿUv£¿ß Úâ1æõ®Mt!4]¨òT”ˆ<­)Ž—±ÁÏjã t²Ç5ÕÄ5ÇP†êF”!¬1¹0k\Så4÷tΚ¤%(õ+R*2˜Rý¹¢ñ€Àé쌀%íE¸–a¨³3³( aEëÜw—ѳ&^·4"ísw†÷°NkTžlÓÚû!AÖòÁ´Ùæj•Ž(O‡\kO9©27 a¦(Ö‹1Ô¾Ý`ëfΙx4¹‘'$rµ¨ËMì®+â,­ "(/Q^l“d4=+·›™¢GwêÕÞƒº_e9–3êp¼×¦cm‹Të™!Ý)öòGp—` …œD.Ρ|ñÚTM+‡É÷™Ò1kæŸ2,K@ÂGëÑ|#ñnÒ®D€•GQ·{hËa -3t9E|ý›Ó]e¯Ìcó¯7a‡ýþ~JæMƒËEÜ#Ec©üWV…„ú4öö,GF#8û`˜´ð›ÓÝIU/‹‹0 -±‰¨¢eyB@PtCÔ8…Öƒu<í©hQ@ ð˜Fd—|"Äe -Ã$†·msST1+yöñëGÅŽ«êvi†”O¨Ð¡~Øtj’…rlÅ Á>R¬>GN’V±Kÿuì2EùâÝ&%Hl‰bÛU0 …ú¼bÖ]MS3Ë1\Þ‘p[Å8¸è=þÐÐÎÀ§—Up l•mIÂ*þ&ÚÈg꿘d!;êéÂCÇuÆ¡ûÐm9Ò¡l…ƒÀA}®NU¡¶PÈM¨è “x~Éß~5fF+QøÖÓ¬a¿k&w+û; Ökü¦šâ`H Å¿bªöMz’E”‰m5•aŽúÜ1K3Q9v$u0û+¡§aòf9H†ŒÜ£ª'ô‰B« ~ÿu\xn¨js.‹X"¢rÌâÍ' ‚™*.jE­üApËV™½NåN§’¸ûñ³*©@v¦þ†ºý˜6-Z3›³‚ƒ"䙦@á™¶a *z‚0yˆ ¹Úñg3ª4Õÿ –Ⱦޢ|”·º É¹S„»Õx÷}2Ñ_ª½¶´«_Êm±PX¬Èëð»ëo©H;·®rªœxï­Âî£v©Ä¥ÓááÌ·Wm¬N<8}ŸœÂ×ÉIMJ+Aíd«ì™Ûï9O K°=C´Ò]._ïUèDºð"“KPÓ½âH¡.Ó45™U·d5ƒd85Y9}cµ8ÿpô-8„;&‡Ìé¼×2:ªsp5†Z3ôNï,U3„WŽX¨æº03µàÅ})}ÿ’0a*Ö›Þa-g=ô+!FþIë¬ùše˜±¦5+óp°ÙÒ¡é•]:VgX=¾v½ñy¤“QHÊòqý×Å¡ºìåÌð6õ›<릜…¯1]étGª2”2°“ß+À/n>tqj ‚t5ݹF÷¶’ŠÁ`cŠHâÏhm6’B -!ÍÆ•º׿ucž¸ÂjŽÃl/foy>QFM¥e›ê¾ ¡FÅSȳr˜1¨ýÁt,Ì<© ¥[rñ»ÚÚôÿBÐÌHwý…߇ÌóÐ/lØKÝ­ù¦Õß;J0µycesgàãPÔ¸ýÕC¶ÌîÖØÌ}ØC{*qÂf"ñìÞÛ׿Áæ5€ã†hÑyGÿœ¼˜f®jšs¨õ· mA7m kÚ§d–+ zp‹AãŒÜ;fFGÇŠ„²èdÖ«u–¾JTÕá‹Âíi²ü è2ö²rNƒf+Ǿ´Œ†Ž–ã!Dêôù¯ôÚƒsÝ¿¸dÓÒTüño ư“ùT¯—õ/p`dŒlOQ®ì$¥Q“~TÿúYØœïQÛb…åÐéÃN0’ÁLh]}…3¹.BÀ¦(m aætQ±}¨!Ëm‘ÕQQ{Q;äóµñôÀsÉ=¥ì¤;ÌÑ)ʪ¶Ü#ƒÒ–Ù”ìXÂô‘+×¢wÌêXC‡èE]Aq’…j/õ/¢ìˆrBGÅ.–鉖-D7khNxMwqAw %cqQlQš£¥+X€ ð^†|«¨sÚQGÚ—1&Ô½¾äòÔ€ã®þ½kˆéH[K9CQ;ö¶ìÙC†[_8žê•ÏΣ<¡\ =QVþ5ömÝÍröVÓºæ|JÒdžG3|‹…]Ðöý[– Ó­'źÔÀôy…‡‰J?êJШ=ej Ì…u±[À©‘ÕrBÖt ë TSÍñ¯µ£sÄÇ8oøæ8q¹®tœÑðÆØÊ´zÖ é -Ã|e)LI¹$r‰/:€© -À£K*÷*8ÎÅ\Zœ€¸ÝÚq¼ˆKŸS¾»2 ×êf)!¤n§ŒÁÍØÉCQ×î¯á auÇÚ›h\2ÚN:\z¨ÑßD™Átg=7‰öR¥ÿSeM-L™Ñ©l{k¤(ça ™`s´I´å$RPx¯F³¹Ž+{ñ:9ÄüÈ|ÖKä\þaL7 0tüµßèv×0_É -ÓQ½d™»\PDÛÎ>“{GEî.-[ÙBx™R½Æ³½®ªôBw -›L×µ>ÂÒãEÇ®‡hÛ¦¾C÷.2c¶«¾7uõwÒC;”»ªêqìk:šËÝø­m½FPèQ§š¾mo…%å4"<Ø =ŽZFåîÅ®l]†ê¥œ^:gFa°¨×ã$¢e+ÍP +¡’ª3Úôrë ¿ÃÀBtÓÅfâÀwÁSˆŽàDéÅ´Q¦©„ê'v\ÍsíHœÐÇÅäówû»éxVÍÂ(W UOè–:dy0Ñ(ËÅ´ìÀEô®¡êf.;Ðß»œãº¿¸óð\qIÓ¢›ùiŠŠs8Þó -“g¨¤ùy¸¶|Uw¥W›'‹lÑV³0ëÚ•èÑáÕM…£U̪ƒ&ؼ¨ëLöÕþ`³+j—ã?Ù µ¶ë5‡øUâðœÑ>tó½E 5,\;¬ËZx -…üùw¤æeÝa›Ãõáyó:µ+œ€«×7Ú -ëÕÕPÉç2ÃOÅ'¢´mT\âë¾`[ë¿KÏ@²ÉW‚qÂêÖp ˆ¼÷¼FÛ;²NC-ÜÔ,IÖÅç_SKm.³ZÇÂtìKWSèÃ[„ÈÔ®²Q?£|Ħ,ÚÈ€cǽ]ýåXŒr&•Üs†Œ‚‹ýuuºÑ‘yw  õU"Ze ßPâó@r{X©½ Uð¬Q‘æÌ¤k#Š!˜/^~Ô´S-ÓUÎ⪉3y-ŒI"²t9]VâúP³\R ‡L-ªò>.+Ë–:©êÍAq÷£ò=¹§´[ˆvº­J¨|. 3%¸$‹Âæ~±‡Ëy¢š÷é™,ŸB Pºw(²Qߪ˜K0½Q•8N®éíX(ôG ¡5Êç‚PýFç‘Ë弑9bïµvÔ~%Ü4°…)½Ò×EváÆ`!>O+D'3°I}ˆ¯ØPÙJÏ¡=Hÿ—ÃÅ«‘qhâ Æa€Ô.=´úm`× pñ6®)ññƒ˜³Ù€ñ…ðÅ#ÉDœ;°2…µœ2šAßÔH8×Y%¥œöê aù*³Vn’Vƒ©«¶Á“J àIJq Ïê-\ÁZɨþTŽ?&æj­º ]Ù¹*Eá$v+ZddØ; p(š»bnÛhÅJg;•VE+wâê•Æš\`°‚s9ûŸÔ!Š˜H®½qTuG4:œ£ºÞ€Ç׎ÃÑ%\ß¾ÝÌO–þ¤_mðv—õlp߸‘`>W]¡Ð¢Çp±†(A*Þ µU8ZólÛy£ÂËèþ2jgÒw’4j%ÄÁ0)²ÊˆÛ;xì85 òœŽh“2¡üDȆêéhýÄÎé$tB‡AìZmlÖ9Ù–aÔ‰÷V -Fz—‡ƒ92ÀÐ17¥OÙšîÒ!`RƒëbÉhí(\p°dJŸ¡d¿¢¥,œPªFD9Œm"‘;WG˜MŸ ÀÕëö@QNh0…ÒÞdøÉûR ýŠ­t¦êÆÑX0$ƒÎSžƒ²Ê@Å7‚õ’\úŽ=ëÚ2ÓæÂÚ'_ïxT¢ŽÎþ0œ7àNjÈBÆJ_ñÂmZ•‹ÈÀQ®O-Gub°ÃEpý1Ô ~°·Í…–ΈŒ9+d|géTFº‘ÍøV5Ñ¡N*iäÅFá†è¤+uRëŽèœ²±n >Û#˜í+€ -í -^K§]†Cìçê2RqÎyÈ:#»Ù|]ò–’Eu9˜:ç`¤!º1›I]¶sÏO‰:Û› ×âÝc°N~› \Ç_6A'îµøbÁº‰ží°Š‡«ä£1Ù2–'}ƒV!°"ZªÍXönœ·¨“›][ÞÁ(ÍôUsi0$ Õ¯u´àjM•ëá˜æ­žošŒƒ%Â_º*î½5gsàחó¥|àØÚÙ—iT‡"ÕLJ9)ä*qÆå| -i+ª™Mw -Mï-çIB;•sgµ{ËúD—òdB§‡kã­7Xä5ÈÒ‘ …ZÊ0?ÉÖºR^\˜=˜–?yÍç¼A%4V?{Nß2KÓxìçˆ Öüâ9! åõãÃŽlø õüвâÄÂÄjÕt5Ä™ìƒFJ”Uf*„4¨Øè¸“§bj𛝔AáÈö-^Õ¶‘ -ñYŠÖDm3Úq⨜Peë4n5‰9„Ã½Š¶»ØhÎ<šÃLÓÉô*œgµá•qy&¹zމfpÙr™€bý±Ÿâ8Ð AÐVF1Ð#\k >':ƒcªŠYãP5£Ò§@ä)X‚UXéòm/›A\>½"¬~“i¬¢k3í ƒçƒÐØ4°6Ñ6¾t.`n—¨õ4R¶úë·'‘ø ‡Îä¯ !(”RT¬“ë{É@™ýNù¦ñ‡Oc‡+š…$$®¿–GD'Ýv²GØ@jW"ÕB»—mtl˺^+\Š8WúäÌv -š)c3íÁhŽñûd+IÑž[ÐÌx*¸æ}>ËÖpa2I§¤¥ðu·È1¨ÈÅcÔQ6HVV÷Þ̧H™‹›–‰ŠJAಾŒ3:â^ IqjÀ0É=FdÙ>ToAÝ_fÑ3eù/Ђ2I*tê1\ºº-’ "ÖaÍk›ƒÑÑüL?•ïæÈIÎR¹©oé@h©8B"œ`®JÐb 6íòä:¸@õ†w¶¥ |ç€Û8óÈ¡/0—ÔFÝq ò±±-ä Òëµ¢:·òÔVÖ—xÏëÔÜë~Á1³·n ¥hw‡Kw‚>dÝWMÛ‰äU$é™I4hjœ¹#ˆ÷éqÅY›™Œ[ÒH&OdOÉ©›!²°-ƒ®m Z=mèBÌ»w«ÖÓÆBéÉ Æd¡3¾ƴgË}ÞY£· ¯RËIÕÔÄÊÔº?Cb-C.†Š0”¶)-¥`Ó>UÙfrôæ|;g}ì ÇÌI<ºMô¤6xË®·Í¨jßTê[³©<èŽsÁ®e¢’ÀID¿‘ø±lß"èé†}|j¶›#µ/î•qm·…xôTÓ©õ•Ñ2 -ìIxÒ:ÎÐê #„ s#…—oR±¹jé¿ÊÙpš7W‡1cÝ1lç KPLh“%­'Ñw|’êä âÖnyÐ.;êÓMh÷²è÷ì;åè^O‘‡šÝ úW8}Kk4e=¡ñt³ñÜQ.p[oñìåøßôúÿý‘WÿßïÝA_õéç¿úÑÓn/ðôùýí¯ß¾=Þþúýª?üÛŸß?4ñqO/ÿúUñíž~þòþ÷ÇÛ·ÏÍ?Þ?þöòÓcÎùúÜû'|úòxûË·ýדóÉhg‰xz}|ùöùíÓó×ÏÉ£íx¾ÇÓó×/Ÿº>½¿|yüù©½OžÞþÝdò! CÓ;ž¾þòñCó–oÿú<¿†àÌh¶ë;=}~þó—oßÿþü—Ï/Ž;ñt”ÂÿÄúòíó¥‚OøóãïÏ/·ÏíC&Žë?úé«ÇëóËãËèÍß?þ¼ÓLþ?/û+Ž/ÉßúôÍû_þkŸùåÓ_¾Ô—®“øÎé$ÇŠÇl…oã{"C¶®—©[ÐÉ(ZN2š[iEëú‘ˆÖBAvnŽw+ áúÇfø°_®qíˆWŽrlF;J°*gQÆ[Eè.8ª[=ŽOƒ¬û>q˜@(.ó‰%÷ u–ß*;ÊÛ&‰€Ÿ2öûý8tæÎ_„B’8t d©°dšÓβw Šÿ.¤3-ð -øn%vM¶Þñ:…™tÖ!›âø–hT´gk•î(gQwÈ -ãÍÙn»¹d3‚}0‚šþ@.îÛacÃ7Õ*Œ)ÌŒêv\sâ'Ó%RäÓk¨°På”!ZØ2i”Î:øt6XuÑ‘4)…Lär×ï[‰ÃŽWG’(² -½KnŽúž -sôcY+†gä¹!\D=!$Ìu“§$kŽV(„Tt™4¬Àq.OiHB›NÝàtXÒñÊÙÍ”•&‘Ñ™y—vîÍ"³ãNÕŒU‰d¹êd0«ÊÃY@ûÐAã§a=mAWEÃ&þ¦k\¡ *Ú •ªRg¢Ä WOEeð½‚!e P†"‘Z;Z— -¯Õ>²£n¬ -S%€D!´ÇŸCùD—@ÃV€g«´ Xh^Tæ…ic×”ŽLBÛäo”¸(?8ÛŒ’• lk˜_ŒjÍÌ)Ý“¼åò6eL´¹m¤Ò–Ç"Í­(X¤œBD/æ!ªÃ'˜iRÅjÉO í6²nþ_&]wEfQÜ7ój˜¦ZBÞ Ô‰ ¶‰#+îtºÖ•°¾£}å ÝÉ…íÈ(J59ÜÇEL *ò¨ñ&ÍÐeS’ Ø -l—]`§öfE1b/æÀËͨ–ôÀ+2ºÌfªª·iÈ5ƒtÓãT÷b³A¢›¹0ÑÓdÞæI¸štôJÍe{DC»¹tÀÝïZâèh~𳣋z©iÂ+ÂF *0UîæUÑ‹bmÁb s÷saº>_Q‡ÕŸoh¥1:¾êú° ½VE³ó©$ÊíiÝR[UHb¶ÞšJW1*l<;¹‘’À_c^ǬOj¨'Q¢£V¸Q¸S5HSžŒÓ¼óÛB‰Š CÎßÚ,¤›j|5DϬëV½,èJºîô%ÓyÑC|hÞ/ú«ˆ;7Û$UE v‡1äÁ;眯 ZW^™Þk+TQt$‹ ØÁÌvçW‘)@©ŒcªŒŸõÄŒ³ô†}1"hÛS d7Éì°QÖgá/Fþs+_©Œ„ÕÅÒbÙ¡ª#Z$ØwígÏÔd. e÷‚€I•ÍÖ…ƒûb̃ -r¸,Þ-´#—ÀØ+rþW£º¾8I Z ¤èÈñ¢Kðÿfí` V«–|ÎŒWø´g.=;*…¢ŽgQ5=©Ï|ûB-­+ [Á½„˜2¤¿ ܨš—FÕ<—Ôº0@ŠÎ68Ò®àêsH?“ÅÆ`&ñð̳<&+ø?¢p+É‚¿Ì‘Ë<£¼¢)62 禞6°0†®.6¦Î ÷H¹ A$2,†Ý¡[‹%XàäF¨½Ñ'à€Û¡ø•´„3Vvxg&ŽdÖ OýS ;f­ð.UO$¯*2Q”´Û#õâƒWQ´>+džª.·ÏjÌ'7¡H¯f-?ìj§¹‰Ä16ð^fb$i!’ƒ°­;óˆøæ±±ƒ€‡ðaÒ]©AqðÒ%M£Õ¡,:f×"ÄÁ%‰—Ài’ÙT:Â"÷,æbŽY+=¬›u0“:o ‰ž¶\ø¨ƒ§z4Ðm^ÀC…îšQ‰B?yL‹O µ›¾©„I·ÞP–Ö˜VsÜJ[|as|À`¶1-¦èÀ`¾àtÌٵ趾JˆÉNI¾¤ò´Ï¤s¶'ü^=«H–nùAÑÏg—ì8F=]ÖèöS§G/ðJ—MzõÁRí9뢞Wwa409–->”زÌ5ü.æ&¶Á²Ì‚”G,1+£*ðzº˜7ó^Í6P”ZЯÃkP 0`}À`pâ_`_µcq\ êf -û[²ò¸±(N?ŠKMÚŠ$ÇêiDT阕†DÿR·jC»øXÌ©+Wá60·J<èTy°Î½í_°3¶1Û:·îÄ‚@Ã#ë:ž·ÄvË¢,4A¶ôµ)¥ºÑÃìWÎx —Ëž=OA¡žy*À'jÛµ9ÐíŒW=€yƒwi‰âk·tlñ¨C1e„‹7„+3ª¥ÐÛ¥Šia¦t“íð]JÙ¯7_„´Àø”„´Ì{–@!¿p¼¨D>w–£tHgrßÊaHí(Ó -®oGõ4"ܲŃƒg-{Ô@”ª±3C 9*‚Nžƒñ’¸9ÒØÚ8™õIÉ|õfYŒIí­0¥ÃÁƒµä@± é1ÖŠŽ)[G!óHwÀ\ˆt©“ñrórCçÑ•„Sâ‘~]_ì‡(I 4%‚¢X︖Aœ^ì[²éĘ2ÅõJSpFÀ ºóT¿ÌÒpÆYîE‡´ÊÐ5ª¤èX–š3êbìEÚØ5Ǧ½…| våx±>` -×Öš Éqv“ܶˆžµ ¦ž `»4^¥Ä¦k)|³î¨ ò:­qcÛ×KCŠŸR$6/ dºÉCÈ ä0QIý¶þ¦s%ø ,Ö@+d°…’ÓMв³{4íº£¬.êªIœÁYVŽ2ªjbÍ£ ôŒ;vnJó›Ñm±uÚEHíÕ¨<ƹÀ®;VÚXÍ-šádjò‰à'„†ÒÚÚ$lº7ÀЫóþ?Y:°ñ³»3µUf\õÌL&¹-¤“¥3$‹0ÝÎÚ™NëiC˜ûäxWÒ˜3ÕºCnPÏA“4²¤TeN`Ø…‡9=:<»¦û×y2FJÚ`ëò -7Ðßd¹–BõÖ•v*xQÕ¦S¿‰0KíYÊ¢ê€pÔìT@ ‹Á¬a´OÀÒE†"0ìaJj¡´&( -™dœq²µt#Cµ¼VÅ(È£ûE¸(DØ{Ô=:áÑå×ýDöŽëºcäÑÑüuN¸ ŽѲ•Rµ¥Lem|1'­Ù˜á±Pþ¢¿@!ÂoDåƒÎpVÒ˜›|˜”XôQ=ÙúCz½Ž1ÐçÍ}û9+él÷F^U¤Xô³ WÇðdd²/šƒ™Ç! %“»ÎìÑ‚Eˆ“£?Ÿî‰næ•`+‚åÖÍôc©Ý”4db“£› ³¾ÎÉr›L‰mã†,*AÒàZ@/ÑI霨ÎÛ˜½Z~#­`]]OGÆK`‹#P¡H0˜O¢‹"àRþX÷ú¢Ï¶’'³Œ7Ô7lC¤)Dÿÿ€¸ébûA´–Û“ªŸ-ÝýòÊÂí+€ ê£¤;õ„3Õ:5¥Û“øÞ¬ðè./qågüÊ*úz±—– ÅJ§sŠò]Öad•…Sy$uôoî]5¶1ˆpÌÂ)¢·r3š1,è•"¿D{TÛ€&(Å2äßÄÕˆêu:pkúÔ¹4œ ´¬øÁ+`Ýð@TÕ10r uM"_ØòÊh|=à“pñý¤ );ŽhgÀ_uÒ¼/ó-êvˆ÷Uà¤Û -û-«aèÀyÊÇæµ«õáÞò4of$O­›¯µ©IžôŒXPîxå„ †Õ‘@+³,g¥¶¶½‡ª”R(>s/aëæÝß«c«UYègº.U—”s' Î`?ך9š»Nþ¦PÏ|zðB¤›ql„io›×½×,.ÜY]δÂT…¸4tÞ°:·‹ü¡«Ö€•”2lZiœùþjŸ=B¦´2-êüEa×0qÊ쥸¶{Ú£W›‘€ÓjP‘x×^ÚÒè`Á…äeÊ…µÝ -FÁVåL<4 zGs‘0å)bàþø°µºÄ:~Di|!¦UŸn=¨ýg,dt3¥ÔhY"S–†wMOV-kÄ ‘P!ÔPÑ× Ãr†‰ó§|È‘ÎoîË/C0V Í!_EÚQµ€ÕQ¸zFÒº˜Ç#õé‚,þ‰¸áâ«Ü0ÓœAv:9¡QpÚŽ#ºx`Ót|º°!Qª º`zSÞ/Cj¹¥+w]w{VbÔ¤‚÷àø)£eΠmkÀ®FD ô®h›)à,°-ø(•/ª‘ÆJü# á¦(¯*ñUVö]Vuï´dTñ{ä»ÿ{4è‰f† -¶Aý4wW)?ìd˜ð2X¹±BaG›+aŸÎoåd0+Ðq Ä c9ÿß_Hpt¯Äx3bØ‘P©T,WDþÄ‹Á8Êä¢ò¤÷ƒÝÅ@¦å:N]û±½¶ú¤UI¬aLˆäÆ"^*ÿkΫªKºÖý¢‰“á <°®©·ÿ¼á)š_Ë ŽƒS¸Q«*ãÕVˆÂµ­àYÀ5´:¥©3¬”!¯5‡4 @‹ƒÇÿÀ<4#ò!H]W.wªK¿R!¥BÔÙÖîAÉæ4œ°§ŒcÈH#ŒÄ -±ééS*8ÀÓʸ·Ét„ÛžÍ7ôÓu:»ú)NF6ÔŒ¦@Kë¿÷ŽC~×]ŽÃ Æ‘׌8ë™{’²%œÕ\¥F²È³ÉY¡»OùGk¯J~ )PØÄ}”5‰êía¸ÁhÎ(HÔIâ†Àbï4‡ª/š ŠË«AnzÊuaœÎ+ÑJ8T½¦ôYs£z'O_¸ƒnÒn Ô¿€ïx¾=Âõ%Dó(¥î8NPw4ksPHO¯kT'Äÿ}Sý–ók ÖÙˆaø#|ð/: üTسËcÁ +r{²Ù3•¯/cïÿF;{Â@Ü&yÑ„{»æFîi”¢ê¦à> Ù”¦Äܼs£VvÏp¼é‚ظ2ñ©Ú€nå÷|”*α‰ëíðY5Ž90êÙ ÒÓ|”^Ť¡}[UžU¨agä@Ó¯;з6!ߥÅÕŒÿ}îŒ×Þ]v—z©Ñe¯yªÑúWÏërŸl - S‚Ÿ˜jº÷4SSF|j|x|•JÇ;-å\ -Ï´RÇ[˜ÊÙ©Ae²ßÖ¶ðï_DÑ.ˆê†÷bd]-p'Hë™zRvê\äž@ª0¶6årˆÙƒ•9&°krÍ•¿ ·:aÔ™Ù½ÿá Œü<Û;eòU+á‹Û ¿tqöƒÃ -€ªƒ#:.Oưã…åÍ)žW8Ý‹‘Tö ³_BB -úÎZ£W>`Ý4«µ!ÎG†nuOGÀJ˜©?# ‡)x=RðbªÀ7Ń%£øžëÂŽª;½q}xP2|=Œ¡œ”„¹oÇò¡pê ßnã¾P4Þó÷Þ“ã/ZŽèÎÇãFu•à¨!ò=Œh~Ý“8¾‚&Ïyª_KI¢ùÖ5¶yWNð‹Vµè¬AÝ|®Æ©òD¤÷Ë€önòÝd`åå ‡3DOzYFÝY@5PR’ßkšYKOØä( äK$´ûÙ§©PhNs½O ßjq¢½„R>ÇG(Q:§Òk&V¿+AúÖù î¥o´Ìr%Çcä¤Ué§z×ÌÈã ö^8>^åÊ“?λ®\™­¨žjWÚx‰/è ]b3ÈÝ $–]$BK0ÓÛDµ¡3Ò&ŒÜ–ÝX¨n2-5dŸÖ’õ>kÞ®wAf:VbäÙïðÕ%ÝP»ÙÖOç¨Í\+ĘMm7mÉdCã¥Aïƒ ãõîpÆî ý‹rÝeO%'õÑž‚BÀ_uBÈËdI»ÀÓÂ9*û÷˜§ÆÕ·M§/nzŸG÷deßââÇs¿n­Ì/H®;ç{ã;t‰–¼65ÒÇÎZØoÀ$d§ -¢++9mD\£­ Ýr%êv/º`³‚#Îzn¼ªvèø"ýIåjÞ¢š¦™ ¡píb.xìsõ $Ês´fÉ’™¿†¿÷©áŒÁˆ¦Ä¢˜êêLU}‘„d¦ÎZÞî9³OɶLÈ­í®Qš ?¼®Ëíã¿ §¡kxw,ÇýмìàfzÞ}°ûÕÑ=Õô{{2Üæù~;ÈÖµ%‹, ÒM÷»(®§—+aÕ, ‹7e˜4²A:tœ+σó!˜—ÖéæÝó®û;B5j^•PbàºvÆè©’?ºMJèÁ úß5O(äK·Pº¢æÁc9Ç'0°é–ÝAs@°3j]’®QÕ ƒîãîi@4“R©UL¸XC.ü ©ó'¤‘¼.‡Ojš¸ƒRGÕ»Â8rôkXF¤b´Ñ.¸Ðš&JLUCË­žê_ÐêuX@YC!Ý7ŠþR3m rÛC³>5/¢ã äÆ=åö!/n;FñԜȦL2k»~VS·ç·ÙmŒ°’™Ò )°ØÈe6{ÜŠ8¸ã¡Ö;-ò3²,ö^cÙU±™)[l…Ûì´zÕÉõ»ªG§ØàPH¹wv±˜A™~™CF‘ÃæÚ*oN!¯ýæê¦c”çìÒõM€¦45›:(Å\ ©ÍºýÎU8] e%n¥YkÀ! -Åg×·T)|nXžJ±{0ŒayºÒ_«ñP·ùšP¶¹1๯ÿlb²êC;.·²µq ÐËÝuoç5gà®Ì÷4åa(±xÚO uÔœ6Aà+1ŽÉ¡ºïM³1ªÆ\¡ã‡£¿E^fm”æÏz±þ(xÉùÊg â¼^rä„~1ó6ŒãtÁôAÎaÖ*Ü@H[º V+µ.u±9FóÒFݶù£Àm*å öº¿ æ] ŽU¬1^3È›®/+¶Æåë6löDzU×ú³`©séëBˆÝÁì‡Î@Mî·Œír€´fl ÈšÛÃÞ-Ý•¬1^ä7Ê K4<†Üèoµ¯î¹=àY©†«Ûá^¥Ð¯XƒyêDuæ}6X ö»¨òllý®Ry¹ø´ Êë8‰,9WÖãÚLøÆC}o9#7æ£'ë×<­7)ÄÃëÄ €3•÷9<¯t?d¤¼N.ƒ¼ê†DjžÕµ×)¶}l¤lV=ñóJ°-@GWz÷ÿÖÓ9!Tæ[F±1ƒ¼¬‚Ä$zÛóf[Œ®‘5*"¸Ò§<È3+]*Ôá6^8“•בoºYÁ`7ëO"‹3Ú¬½RÌ\¬¯s½>‡q—4}m×Þô´š.—¢´vFuô°X­~8dI#HQµ–ø54‚Á îîu´¹™RKu®‘ ÎæHAZíŒ(¯ÇÑç<†3£¶©%‹‚‚þœû¥ö¼ð?ÈNéK¨N"2º;=ŠðÚ‚^Êó:›ù4ˆ’AuÙ[ˆj$»YÒÝ’5ÕzÅæ -j¹˜°ÐÊË̳òK^†ÒÍSˆW‹µu¯‡!>iÜßy¦Q‡å«$›9ñäW£‰$|]‚)¤ýј—»ó -IÈÎ¥ 9Gtá“1ÌU–wüŸö¾†GjfÞ¬ò]6§i!~6ßrˀŠu_4:@xP{q,Ö´±ÑVhéæÚÙ9ËÍš·v)†µÕ‹.+xõ¥CÆäÛP-a g«£rjí!ÙÍÄ•þ½ÎËø -ˆ>_ÖU:Ýç.ÖJm·¨9n„ýèX0—+òúôùN»úæI©7 ¤Ãye¥ä& -¯°R†?òT6–ÈÒ‡J{>#—Jízœ”ú˜h¦&éÜIe uîâ:aª–a¦ä[uîìû,éáù’L›‡47«µw96¦“§‹b²¤ÙŠDTGTX,n¡5øiìG‘Þé–_† üÌàP¶'TU\‡’j1ͦ¨ÐŠ©«êæ—K%ŒÿPÙ)ÍäFaˆÓØbæ46ì3¿Çe;ª©— -[:Îf!F{+9äþß o'åLRbÿöŽÏ.¯_ -¬˜¸ôÆòVÂ8³èÖ·Ó•ÚR \A7²Ù|m©:ÚíuŒ&ÏXˆÙ•µNÈá1ãUxJ …°¿¶bS¿Œ4¨ƒo¸€-b¦¥$¢ÒiCæ„7ÝFÏ´ˆ#&9²w86¯~»0ÓýÚ<ï±¶îìÒrÌxŸJô·€TOà‡‰ÃòvªŽlF@m}œQ‚ôÁ‡¹ñò Þ¡òvTõ ÉУÊÓH”ðÝÈþJ†Ñ|¦O3Îzf°)÷(¹åÃZ;lÌh:ý¤‡~•ÆÉb‡¸†ý_CE—Þü‚&«ØW%×ÿê_ëìš·á–±ßùØîêçµÓá›í~Ü鄎GuB ¹6;^GdˆK(À‹—+^£-·šÕ˜©û+÷6W¼Áºr%ÊE¹ö«¬¤…ˆ·­Ì–ióX'õ²¾F Ð|…/Ô¢RÍË–ÔŒå wÂ{N8ƒð·p@¡7E7$~aaYV°XWIó·§¿+ ä¹JóUÀðxDàÛ•·ÁSkYŚùõ)€¡ò›l;½`dèŽý¶ÒK‡uØØwo%`”Aît[IÝHjhîn¨5O¬‘0N…-ÚÔyÓ‹“$î´ƤçæßtI‚JGmD•¡Zpw¯4/˜Zü@Í“ÏDиJ¹íéºÒ¢Ê–ßÏH *ñ”Œçæ'ÙÇ¡ÂÓWâ&hë:Þ¿Ó“S>G±ÀðâÑ8âoŸ€œ>}·ºE#RL³bÄÖÂÙs é½úæ«zaW²2'µ3Ž -;À¼q®†¯Vf.ºM済´žéÝ–]êÎoäè] ÊkKœ(&á¨Ê]®ÙB…šœdëÙ×Åb w÷X\ÅŒ€8×~ ×Ä,`yÅfž~Íän]ÓH°FçÕŠ °€yäߦO¨TnqÕ ðfh›(«ö6êHS#“d(Zœˆ5Ò6,EZÏsüÌB Y×T¯Wèd£¤ž»j†>ó©Ès\˜(¤«à£b {_–î¶Þvæg&L´T?²nnšûÅ$¹X“©løŽß,XìÀXפ,Þ¼k™²n£54"ÖÀ°€pªÑñ„D¢®1AVe3ítý—ëE@œõÜå¤>óíLU—ó°Ë—l\l%J2ÐÕMøFU\0=± -†Ç#m½y ŸGæ¥7G3Q`·_­‘Pö«…ÖZ×õŒëð=88ÉëŇ%?×À–ˆgDÆÜŽoÇŒ˜Ž¿W~Ó& Kï)÷5ÊßÄ*dÎH'E4­ÝŒ¶’¡vÓî6V±Å~±“k6u­Fw¨¼® û‡Þa-3ÏyæÖ=É «Án XD"±¡NˆNN+UKª‚©êÅŒ-ùÊì´Lo7y( Ìx1±:†Çc7ÕøV1“D%`SuÜ0/m“Ö—u›§{ÝŽ„¹:vGõÁŒcÁk´™]íqQŒ.žç›Xg¢N¶~¡:_Ï%Ö¼‚bꈹîúžkÌVù‹öã2££ÉÄþGþ^jC@~¯³s“Éj[ ä6V9)aÁBóÕǰ)•,£ææ¤yÆPôXoß´-\P‰OÕ~ò‰Z¾¥É7¿†6{ôZ@Wµf³Ù[AŽ•Îe¸g3õËx5‰#®k¯e@züW•ÑN­ÏoÍž¶'‡‘Fú°Ýº"×å½*€â?Îf{Ó«Ú´{.^5ŸÍÜ/£ˆÅ1<Õ«FO’hðDÒ&ì/–žK!|סø›@B¡ò†õ-Ù†ª»å±e¾§%:~ï -ˆf?Y!–̰+eg$©Õ˜;sƒGw‹×uÌØ{pðdég‹uø(mŸ%¦”-gIftvÒýÔ¡h¸–0b¡ ›RÚIkˆž°”´Ï—`žÂðÄÅÌÎiŸèW^ÜéÆÛ{0»£.ô£oÍâÈCuŠÂ1·½¯Æ5]aBØ'­‚°õ€ùÜ“•:–>_¸­GQë,ÜxÖ›ÕœÚ}9f »së¬ÍR·ÈNƒÇê÷vœ Ôi]~ÉUYÀ¯ð«e¨Å ÀK€Õ¿·Â[©øUÊ ª~ÃØûÐf¨~EYn^^-p`¨˜“0\}çL¡sm–;¬zÙ™ÁŒr€Y«³è…Õå öÝdèô=Û¨,ž¢÷VàpÇWÍq–)()cÛÙ8‡ÁËJ‰yÒ·u»Ã?YÅ3¨€9µ1*˰é8Ä#!étTúЩ£¿ø!Å ©»®F{§ÈãhåJÄÃF3Šš¼…¤¸5” JDœGõ ØR…ê#š©üf¥PêWÒRìÊxç¯vVáùvï¨c?¼1*=QÉ­>Ç&Ò–vš~ÈëÁ¼ }5® µ­{A–**]g6` OºX«^Všˆj˜;ªè-¼ µëÕÎâwDZÏ xU¶c4T·º½Ò„rl 8OQñƒ‘^$¬ &_H{=ĸy¿ß»Pé±ë^wø™¨TÐÿ`DjR€Fèð9o5ĬŠrUÎ"@$/¿ 2þJ7êµ2³Æý¥joËR=³ëÈU°¢®2Ô±¿½ ñ^ås÷Ý¥Ö¹Ë"Þ{{ûè@<9“@Gèœèþ«ï¢mÊAäfÄ;'þ(]~e«ŒV˜±ÿ,”ªÊR“H›ë7–Î`0«.(ÃÐ~fû¯TÝeÇÉw×>¦s ×)Ñ«VX“x\£Àåª"'Å[î=±Pý>ÛWÖ6|’ ¡ãˆ­Ä¤,Ø^i;•”É{–ÙY¶¼~§ŽH4PØÎÚÇK®»¡ºmjõß]¹c7I†…iÞ‚Ï™!tò½–I¥• Z5ÔZŠø™õrê(ŠV°qªs*¹½ÅÎV:*ŽEª†TÞW­ÃOló| y·”>ø†HVažÛ ÊT·¾LAî„b޻£¬Ñݬü(Âd£¾GÌ´Dƒ{“.‘Ke‘UiŸ@ø”Bw?†Ì³˜‘ʶóȜ̀áǵس -Ьb•M‹ é] ¯‹(ærÍ=M¯J²WâÌÅÍ‚d†K¸œ~÷Èæ%Ùá%ìœÙ«;D†ŠºÖC®*RàÒ¦ñ¼~€b—ðT¯Ss¨qW «‹ÖÖQŽé¾(å# —qCèÅŽbÓÄd9[àJI#N!jø8-Ézþ‹xY;nŠFôQë6Që¹:-g®1)†ÅÎÚ[*ûº ëÃ2XŒÒ†Ë¬ñ{ RÝc·‘’Hu5Aƒýii9 ¢ƒŒh! L ׿3Wél¬ÕmI[êÛsÇà2â¦)yP\à›¾á—–CÄJq5xdÓ¬–´Â‘údÆXáfíZpHòÂ]—ƒ‘Â+á˜pw=‚n\œPvûìÃ`ªKÄ­©úút ¿ŒòVÎ> iD©êr_›Z¦9#O†s§¹˜¬6ˆ=Îhž3°6°’í©Dpk“6bÕîÌ`„‰îeé¼,öIˆªûDi‰,õ\U‚ÖÐ\v:ÒJ"> s³±t(dt±±„òOu{t “mªÅ̤ä»0eS§ €íÿÅ -Õ …:êàû 4Îr¶ù&u_xάjg3Ï‹£7'˜’}™T¶õI:3ÇöôˆL®\^÷3ÝTGYâØbo=uL[Ê%¸9ÃN8žØ³Ì!À6ç¯xàB‰ŒŽØÀ†JâŽ}#úØ™.‘HQçNnè!”áæÈ´ÜYd}×zZ™¶eÃÕ ‘‹‘W¢kOX¨¬Â­˜"Iw;" z䥜ì¹I¸de5y sv(X ’,܇ëçª ý µ·³§Rbà8Ú¬èj%ƒ6qž<›ø‡'s‡’Ç«Lf%¯bKØ•}€ëÆAÏ=¸)»cj¬ãÐhò¼ãŠyb[HÞÑ=¥Vl°Jr4t ]8$»™“¬ÎˆŽ e ˆ9õô”‘bfW—š*£é– ùJ=){Ùî½¥®q Mc˜i¸¾cÀĬ,y±ñæ*Ý 9&3³žíü“@dù)f¦…_Úý–¥š¨"ž}Üf ­>ˆÕ°äƒÛ²^ÇÞ9ÖNhU±`õA@'0c{̼ɺ?.híãΈGÿV:¦[¨;2èL"Ö¤®³¾#wäÛ´jƒ‘ׄ +ZÙ,G¶±àîüé¬d–ï`=O³³aåpA¹¤Ö$cÇ -«¡ÜXOeºZdsÛ¥å}Þ6„áGsÝ•…ÇÊî1|µ£[*w†jŒS{e?*Ö"·ÓðÌuSÉcu©©:ÚÖ˜Z®HO:FkÕá¾iërøãºBÿâ^¬„–HÔbg‚5®ç$ƒÐÌ`4 Èán<¦á†ÁKÅÛtQ¼gÝ1.N;Öó(;eLî8Ì¥6ñA€' …³R“jPçÑ»GX·ã"z<ª"Ä`©2˜^§j$1qÐ8·A l¢¸™”}ã>º]Ïë¥ )$Öˆ³Spúëgµ#uÌ=JÞÊìàš…lêq@m00…õ;t$CÌJ*¡¼—Y]ÝT//.™cTžÓQ¬³Ë6jLL¬ãŽõ[Á–Fóe».xŠ„‹Õ> §ƒÔ¢Ìtî>ž£Ê ËŠ]³ñ8:{˜,H¦*•Zb²´±ºÊî´Ãpª<6„§Aºþ@ÈYÎVÝ0ìÃpî[±e<ç µ³™çÅouì4 -D9k[ÄTØ.&þø±Ž›”“Wÿ‰*¢Š© g…³&£>БémK×Tºr bg`aÇ#Ê,k*½‰³¨“™d»Š$g,¶Ãe>öðJ ÊTÁ΃Â*¿íp½)C†i)7=(¼~£Ø¢6µK§½Û"‡ôxØ; vš(üHºòÇ’‰T+´EŸº6;ÒAY ÜØ14"ïs ¯ß­nÑW+|ÈêÖ.S%{ÉA¨æØ&nÿpUº™Êßž÷hÉšTÍ'6Ä®uر\ˆÒˆ;lù"ÕqwûWg¨–!¼þ›SíàͶ‘,S¾Rky­ØúHaýgaÁº9 ~ ½Î£¤› 伊«ißaúŸÝÞknÿßK7ÿ>ôé/ÿøóÓŸŽWyúüñþó·ï÷Ÿ/úç_~üøòøç÷eO¯ŸŸþB¿íé/¿=^ïïñÙ/_~y½øyÇÕÓ7ß}Õ§—ÇûOßþüÿïOrðUžÞ/ß>¿zþú?ÂGίñôüõãå“ûÓÇëËãÇ/õ}§"|ãÞoò>•¤Ögž¾~ùrêó™/ßþüÌÖ÷¹¸fáéñûÏ?>ÞŸ¾|üúøñ;ý¶Œ¯ôg>?ÿøòíǯÏ?}þ{Ü:‰²ô{Ïé¤ñÓË·Ïÿ{üü/ð+~|üúüúxÿü“ÝZF_üôÕãíùõñ7ýÄ÷ÿ[í/·ñOï±ï3¼òÍÇO?Î/ýô¿ÇË©ý÷1ø-½Æë·_=>=~ÿòøüóóûçîÛ—_î“ßüòöüúÆ_¯_Þï?{è‚ûþŒûe~üåùWxïÔ·hÓ9ñ·l†tºƒ³±<‘¬ Öåë£?j+pUÍøÙ!­_Âq«P§å¿HÚ‡¤õfûþÓ=†#Ãà ágÔH÷vüWù¹-Sλm¡Ð^mKØÙt6]ziÙ¿Q`gèlBgCèl4:FgcÐÙXt5ÿ²ÁDgèlBgCèl4:FgcÐÙXt5ÿ²Q‰nÎ…”ÔÀâ‘nù Ý R ?øç&½9ŠÓ†ßç|ÔKœÒÏŽG¡ã!t<£ã1X®Å£bž§»³»q@/«ö7 ìp¢ÃQèpŽF‡Ãèp :‹îÆá_8˜èp¢ÃQèpŽF‡Ãèp W§e8ÞÁ-ÐK°¡"~—Víæ&ð¤û¬>U¡$BÖÆš–Û…o³“CäÞæøÆT©&m…ß!]»_­Qöȧ»Þ÷õˆ—xDÏSUj§©)6œÛnÆ·‹#ÐõÝ;vC±±)?šB-¾¦áŽUÀ»€à«¶;|Ú ¢û4©jåÕ·±2JŠ»À¸ÁSÞ -ŠÓߎ!6|á á1¹ C±k–‘Éé‰èhý@míTªOŠ«ïº kƒBí¥œ@ÇŠj|º;Õ ?…«ZˆO@ÖKy“&Lõô^vŸåŒ*‡ù$ôˆ^º(ˆ•ïÍŒIHŽXzµ‘Ái(ž€¢»Ë½Û†"¢-…×{ò©º“*÷‘¹5ø|Qÿ §A*2š(²\|2÷Žæ÷¤h5ê3ø ÝÖ•‡¸Üigp1¹ÿgâݨ.£ó”óòA@M¦›îÔ—«êð(V°ó©0t˜KéLÙD’ -³ç¸ê0\(ƒÎç{b¯žV_žŠŠ8C'á ¶Æt =ôû5ß ^xšŠõXšˆH&`Os#K]àDK2ß!}”q¢œHg˜Q12®»GÔ—B,| §Ëôn$UMc€kL¥Xâ™Za’>×vâK†I\ùÌŒÔðÀÁiÍ*F -i$zAδµds¯8Z•¡ðºu‘ æO“ÏÒæI8¶xu[(©}¨ã˜fÙHª.z´Fl‹“*Ι"Áÿé¬ÊÀá6˜ñ…5šï@Ž 'Ã\®.3Jõ¢Ñ-̧%®æÐdêšb¶2qÏàp¢–¶0”ÚÄ/ÄTPHšRK€I²õ™Ô/uÑPT:Yáƒã3!ôÔo ˆn¢:Uµ»´š™}Òº†™Á®˜©A /Æ4³2Õqn<ŒÂ-¨²ß)c›ç®cU}î¦ñGÇ«2±ŒQ½ VÈÄ\­&Rµ"®.á¥Ì̬nOu¡jeêZ­Ý[¾ÌØ33Ä‚( 2j&«’@ƒ׿#`ŠF‰ŸXƒ ã- Ø^/y[¾Ù•×IXÙaUÉ‘ûã#'&ëêQj3±ŽÒ€'ð¢¸!&¡Ø¹ ‹I–°¹í~Â{åçÉ­NæI×jΠ/“ßH¢J…fØç…p¨üÄ1VóD‹!PÕ}Ö±qN~Ølö¹ÖFYd{¬‰NwqŒ»Ù3éBÕm4òVëq£Î‘UWÕ‰6¨¸ -âXË™9(ÉÇnv^^G‹ÞpÕ "ÏvöVg98ÛŒ’è 0»)ìƒêŸõ4´.…éÄa¯Þx=j^Œçh¡q%ñÂUÊ OÖ‡Šq8¤e‹>Ü#H$zá©‚e‘Íë 0Tºš}øÊ|ò^åîêû廒ŃÌ8ÚP.ÖabŽ+‚'®£ÇQW³‡ÞXî²@Mert°‘µ³H‰êjY–¿~¥Lº•úcØùûÈÒÉPÚÑjÁ[â:D!|Q•†*ú<ãrLRòE)QÛòNí^_]FÄ9Λôp$9áe… -ø‚k À¸ÞE¸Vó;žÊI1aBd8j÷ˆÜ3¥†w°¦jm*ÕÐ*H3n‘«7Òb—T {Ï|GÔ*Hã®*c¤Êˆ[mjžIï£V¶eîyi’³½ðÓhz^p”. ZÖXQ>bºÖ¥û¢XCvd.{ 5´u*ަº˜•¤o}MÇ -4ù Y<Ú ¦µžÚf7:¨]›[(*bïÄÔ-p‡Ë++ÔØ$±ý,Ö‹Vä¸:Å.w ¬lv:M¦óЬ—Ï–¢èp÷ž&Z -Uìá¬1Ÿ—=ìg¿-¶-ÌÝ?o‚%&Ñye*òâÚ§«Üg0q,"ãëÞUºQreU1*Ùã¹2¬§pG¯«x /,qéã8C§m\’¦âŒ>M)ŒÝŠúºèjY«+~ÔÔA…æ„ÕSÐ+ôÆ6<“ß|IµUÝà^zUj=ñygiê’{VG˜3mŒ‡6&cKV®Ùá¦_•qKü¾  _/l‡€®1®© ¿ cppó7½#›ô™Õ%UkÅ–XßrÜßÐŽCzpˆª¼H¨Óv”ÊDa6£Ù@/Gx¼½Ùì®gé)jãJþÛHc²z]ve:³ë9¹ :w%²]¯B¨Ïïp“>’7ááéÙPŠÈ{˜Äæó,š_9κ.3ïëåÖµœ,™p{é|OSãXIÉÓÁŽãÂ,tCÌ茶¼™É–ŒÚ?•‘ˆtj;Ù]6üˆÝuNŠ\üZY’˜]uŠ=ܽ\;/ÉÆŒ*W4ic«k -fRaÐê lùNdöjî¥hê\#ÙTÛ¶Œó’T¼:#l£jùñ3w†ƒ)ì÷gáÌÔía£pW6µöÅŒ+ßÁ¡‘Dê׃÷o7Ê:¹s|œ8ÞBUÏX's»ñ··r!](ÔRš< ˵$†›j l€ÚltC47T|­VëMÌoÅ.S²°ó¹óºP*|ë³ÌC–H(H[)°·_^Ž»ŠóVæ-ÂǨ4­=ö.Úk¨;+`|©4Ùÿ<´Vj<µmÖ&iáæšø†òFSÛXµHwÁØ`Õ3Öu˜ÒL©˜·JtØ÷Б¯i³´”'½Ó·¶ÜÉ$h¤âõP¾¼Ng“îðŽÒ•2KK·Œô£ZúÒŠàL¤ÁIÔZçÈmÔKUãKÒQ ´Ð]¾B7öDÖ\P ­;è/’ÒpåY[Fìg©ÜðÁ©¤¸™;ÖªXª’És~(wYîN ÅaÕI©n–‘®Eî¼Eõÿˆ¢šÔ æ6EþժڅМ!9nwEýûo­—D8E6l%÷ñÿSõ³•]ýÎÛ6 G‚µY¿S¯áF8ÓU -½s•%bÞÕž™‡ ÀÈA7 r¤³Jçέ‹²@Ü]“Ž¢£¾ówHþT_K/Ënÿ´³Œb¨U–68§^V­]2®¨kÇ vÄz6£ToÕû— õóÂå·³Ôrbׇè±´ŒUª[ÉÄ£‡KtôWJ…dæÔ@Œ«*Ù ÐŒv«rPc]½hðh®ƒ-L€ -P¥S-:«%Îå$c¡-j0wY”Z¹¯¬„†ÕÎ]}\¤Öº®=Ig®|EË”E=_ÈC¬ÆWpqœVy°©Z'•T¸ªûÎu2[ìB´ó¡ –ú¤½ -juXZ—G•F}T6Ó±ŸE­±®ì ÂMl4¸»Š Nà¤7äT¨],l¹{ÝÍy¤šQèbÒSétG1­…!r¾oZä’,Û|ZÜEËIÜÜ<ôØt>6þwY`ü\›ôQHu^–*ËÎ=p -”Î\Ã¥ªtYý{'›²,“.Ò†Z¼­s¦†¢µ‘”¸t®.0“:ȧ>ÌÏÜæ„½  Џ-³b¾up“•Ò‚ÍÞ[n( C*Û”Mª»lç1s·U—q‘Ñ ×æ¹a—Øt}lÆ/b39]ÄíŽT’\j"6úͨXÍew™a¼sÝÚ¨EoÞG]Ú«*Üš§ÚÍšpL¾›Úߋ׭Ïâ±W§iºâNbâ¹ÑÚLq)Û ãØ=c ÌxVÓ…ê£zz°•‘ÌÝû{塞ðÛ9]OÌ1©ÍjëU¯ŸßIyÅ5%±Ëÿ¨ëˆí’ØŒ‚Ã`œZ+.8†¡e%J•G …cmè†ô P™w×o§+â8ݼv^ ûn)–$,}írÔÑñ|ª¼â°gC³ö¢>P+÷e¢ÄEñ -ZõÌ=©ê­ÙÁ°í]X ˆ¡°jÀx–»¤ú|ºƒŽôb42³‰ÎlXêî2Ƙ{2 »¢Pœõqö=—{rˆ\5¦`C#g¬Ï­ z\r#Ô§]xNLq1N”û#mé¦tŸR§O”!– -N¥ Yïí:¡>ØÞm“Þ˜S“÷,;÷:"Ý 8Ç™ìXÁÚ÷1,…„n©–JR=V%ËuC³•ëää|$®¶šìúrjh\°o…xzpÁ›z²e#.£Ú¤E:}جÅ{=¨-ÓFDûM©!Qw\¶'Ÿüy ái·ibWÂÀ)hÃA\*ˆZOùÐì‘ÌÌào -§ø”êþJWÞ@ ¥ gßÙQXã¶Õ ׯä2§ }îJz:rª•ˆeVTj”ÙXgSË •dUêåh=‰µ!f/HgJjˆš‚mŒùŽDð¸èùqŽb'R‚R•i-–$’™ïÛNã¸#%;UúšU%¬úÔí°Cã '®QZŽÈÚ›§‡vtÃÝJ=O¬ t³ ú6¨Wò âœ­§ãØäNÏwU0ÏKK¹Ž÷Î\§¯Ô¿¡CSeÎ š®¤)6]—E¡r\Ϙ•;!ß{áé"Meó©0­‘<ÕÙÛ“Ã êÍHÞ§…0lvÌGQÎ92õ±ç2ÿ€Ë£×/§A=™˜ZIî–ŒˆøÛªÄ¥ó,x0’KïÆ0º×'î U7ƒ×äñ‘þHîéÙR1B˜š&/UƲÀÝw§@…âsQÍi¤½e#/#ºèE­Ö¦Á¨T?Ð4”\"äwÙ4.úõp‰—ÊÜ(Î™šŠš ±¬ -N†ÎvSÀI&Cùœ_1 HÊw>Ê{°Gæm†ÂvÙͰÐÂ=8–-—ÛD³noéà0j¡ „䥳A¥ c =µAšÖUÛ¬ãËÔçqà¯Á¨Š0<÷tà—ÀìÎÁ¡‰^£‘\&» ,Y¤qòS©SŒª>ç~>*Y!ˇƒ[>ò{þöíŸÇ&C€+wxýoüý_~>~ÿþþüù—ÿµ)Ï×—êBÞ.• ›Snvc޵0UAaìXꬷÊ]m9Dv-jÓ„×ÙÊ∪ÎÇÜçéÁ®ëñÍ, ÛÕ¥U¢âÀKl­R¡oØšÏVB'þfX•OƒêƒÈ´…Ái¶«Í‚f3r3 ]¨×'P -iIkÙ½f{žv²Í®êÕ£‘ÂÄî–Ú -¦/fÖjý¿ü‘À*?mU.ÀØéÇ]H0}DS•¹»Áç}TéV©À Ëb]enž2ÑÇ›+¯G•ÁîT$§ DC.ÇC0ÕÌÂ*ò2‹ÞDTÕ>êä=äU§îéÑlQþÊ… ÇT®+°}èÀ_$÷5þ'`x©þ€ú;ºë]žFßáû·ŸoŸo>¿ü Ô¬Œ,¢“‹L!V‚l -©†‘;°ë ‰79’Ø8V~*£çªDèÁÑ2þF`2·xtª¯%Þ¡ÞŽ—qÎIIèQW%‡$B#ž¥QAní:L÷ *¤DÓç¬BÎm>’ǼšÀ}{.‚—Jñ/ZØÁ 7 Í×ý›-¢žxè<×fZxOÂÇrï·æZ½“'ï íCÚôÁ“`s¡F²Ì3GVØa¼6ª€Ê³,¼CZm囋ƒfÙZðÞ:k°°Ð}šêPdp8k®©žª¼Å~„Š*^²·ØÇÅl`ae¯YV›ÇmØÕT*_(4¢v⩾%G3æNµÑhѾGÚBì×?ñDΉö žê–‡óÂyôÀœ|EX±(÷(–çJ ›>¾S[º‚ô*áœÿI˜.½ ²ÇÙf•–i6 VØvlˆíûv8´@Íó ‹ƒì1ͲÐdí´¾/¨‡@ï¶­¼ØJ‡'òªÒ6¡©W•ð·ÏÐÕ•qZ×?¿ Ä^þ× 0žzy>µbŒ2+‚½îççH'Îm«ú7ÖÃÎ;@Ú1½G ­\‹„Ù¹ÔfÀ} ­¯Z¯•"¹‰?Õ°œ¨|Üm*ƃÎ7/¬ 8çÎu é|ö¶F±Ê½cã³]že!{_ׯœÈsëÎdx·TwË5Ŧ&Àv3=ñìŒ0q'Sx`ÍÕýÂjÆ“Ñi',»¦àdž¯g¥ÍžÓ·•u.Ê^øÖð¶£·¥J‡tì9½ÒŒ·m'wÜûm+“ß±5+ÉÉÌ=UY6¥‡B­¹hzËt†>ê–íd‘ÜoÝ£¼KçB°[©;µ y:t˜;FÆ¿NšÒå§Šåär]ažE‘‚Ô¶ü\-Ø{¶l[\èžÊ—jàÔ½X2¸Ç*30Gòyž·çSn> ê'jÖ¯ÔîsR í!± ÷¬×{›eùŠ—d£˜z*Çv¢ hMކnÕjnYíÌÃ1^2?*ÏTÜTŸÚg3à·¢w¼Å3‘KûžÔio ß+ôÞ¯~bN–ëÞÁ…U函”ç ‘C$zz›ˆR€WìjðUnGöc‹K:¤gÞ¹W™ãÏ/š>Ÿ ¢ó¶ã‰|_XÔÍkÖ@òÖœÍ}(á¼mÿÏé°rÊ7_®£SÇ)xÛ.=Ò—³.óXUË6˜3£Wê"ï@ÝvqÕ}Õ{`4 á—n¥Ì¥;öŒn¸Ž”ÂMî§²ÑÌ+ë˜õ]¸ŒÁZ½×ûŒ®Wš#; -Í)ÑÖ êëÉa}©BÛVÊs‡}”7‡\w#¿gÑ‹*Ö! Y– $/‡ðÌWÐ…»8® -vIkB_Tü*¿c ßExÇnå 'Ô |Ã^ »[ÂÕËãÌÃ1¸*Í¡{„‡2îÆ¼`ßV祃«<Äm=:q#1nÔÅ*êÒXó;¿ZqÇkXÿ2ìRá\íåú]2 _Þ ú»íê›`˜V—ŸúPé޼ʻWÛ®­ cùëFZƒL×n>',\!<úɯÐq3]Å%¯?ëšMeŸ -~‹uœí­˜\SÇðë¬#}¯<äÛàÔdÙX#—ëxÐÖñ9ªd„ôó¬)>¾ºŽ¸²¬hD4ª\6 =ë–[þ¬1ŧv×ê>\Œ—ɺË͵a'vŸÎšˆº»J=í:9(ÅK‚ZO¡+.3ÍžEZîõèpŒ­ûwc!ìt«Üa?ñWFžîY©$z{¾JÎT±hÿ×ãÜ1ñ·Tn¹4Šã²PvulÇ^Ô:Ó¶Ê,:¿ù\5ã×Ú¬Œ§*/R±•XMç"l„}ïiÑnÏÁ÷lCg - f·VN¢õl]¨*•0§Ù§˜VmÆÑ¥åO ÃÆ>»Ñ·çÄ×`ÃHÀBB7ÅÝf~j현©J['k¨Âl‚€¡Û6&é­O¢¢9n¸”rQn·"šÖDÏÂêA¶sÉy…ݶù¸ -gãs˜µê»ÛœÓ±}* -åW>ûÍÄG¦Kl¥Ñ£ž¤‰ÞCæ4׌N>×qñ‡]ÂKäaû92p¾]$0Äé’ÌŠ e0¼`Ç& Úš mêDŽw¹Vi’÷H%@„ËTx±Â¢êÁ.¤<®áþÁ½LdwiHnõA=¸ÒªêĈÓÁ˜–¼Á9…ËP]¦s\¥Yn,Å\×ÞŠ+-€„laaP‘—P1%VšIUáÈ4ޢݔ£éE¢¶§Ø,ÕŅ̃؉›uGK@µ¬Þ uñ„þéDÔB±˜q«;cÅØÎ‘ŽH¹seö"š‚âufîjaS|VžC*ëñms^P¢<Í-âç¹ùºèœ«jU‹4ço «@îoåÌæ¥1ó۵k3žò @ú¸SÀ„]hÎ0+®m>wajIϲ)‚`gÌ:ªÕ$ï.Ò—Ó%• ±ÎÝÙ¥–Çue÷°.aÉÝócµ²Ì`ÏäT¨.P‹Ü$&«jS%Ñõq…lä&™á¡ÒÏŒœOßlÐsSl( -¯Që<°‹+í¢šܽ†ä­º9{$3Ó=®›jS×j&XM,SÙ¹Š“<©¤¾‡Î{´ŠíÖ§£q#oÞ®|rLî.`ë°±Np9©®´F#ú4l(K†Còõ(ÂÙ1œ§&,ïÑÍàÒ9¥\šëŽêþJ;rôrAv™så*ÎCcZΞé ÊÇs(/8ÍÓšÃZSãæAÍ ”ú“OE½ÛN¢¹®mÝA>WŸ» ²2›DOê­êU;ÃJ’Ö¶)ïOßv1.˜'*–›Z¶×ÜN ;et©ÜĺÊ?©°Æ.¤<¾;u?KtÞm$°¼E3À€_çâ58î\Ýf[ƒáaÚØ.Û7b5Ð̯Q㾆&ºfÖ@C -‚ä k] Sç[©aÃ]¢ù ¼ý÷ìYØÀ¯ -«Ç¶:¹­'‹FÕóщ]°è»ÔbÂp¿zÊãºéÞ.Ö5U½,¢ÏW¨pÖ—×+Ž@¹¾^— Pí+ÃݦÕô=*W×¥›†3”ø‰²œÌÜuþ0°½¹ÚÔÇíˆPˆ€ ­«|E¶e‚"¢<¬.=k¥¹u÷Å‚@—Sü?ߊ@®Ü£ s1Ò»´³uJgr¬OÌqkË…T‡æ½¸bÄéŠP#SSùZ»Ç„fò[×Sú*ÜD›ëñDÊ7Ö¹]·ìRQDAbnÏW¨÷;6x%®T7¸†FÓa4j Ç9áaûfÜÔàE¯T7ª- ô1ƒ–æ)0¥ééN>'µaYalV+N {¯·œ1Gu¼©×Ÿ‹¾Ù^›‘ÕZ½s­Ò„·ZIklD°É HÍíÎB—ÅÃmÖÃ1¸?Z›³û@¼"PØŒ5‘*ƒÂªçÞÈS÷¹ûšXŸ¸ÇÝâÏŸíä=O“¹gÇ(«–¡mØJ1^’XmøÎ۱ǬñQP \d kgg¡{Ã6« ºQIN7wí.¥µBprÎæ!ÀÀ*ÏÉÅíxØ×> -UWqYgÖquìE·Q¸ÚWòm&`ÚÝê¢SjT"Ÿv÷ 0x~A’ßïÖS8`Ö”?9ÁÛ¤¦Äóà½ÃЮÇô;oa­Úµüh. ?n1dÿÇÁQÂv|'=g‡U’IÕ¸•š.X‹¯ØRVÖ2Æa“n:9~3Ô*¼"+þžVå¾&qƒö_ýSÍ©pSÈ€¢/V^ý`Gí­j©\2+yi=QÓo¦L¼Œ‰ð:nâÐljRÃÓÚt‰±+ÝG‰Áþ~‘¥â+Ûò‰­™Hq‰8H#Ï’0×â!X:‚n¨t¥×tèV1!}Qåò0³%qCøŸ>:j=¹\í0µ0!²ZrìØ!ƒð˜¢ç.~Û:Ø^uÒÕ™HŸ 9Td.°U¼Ê§SF_µ>YÙ”ÛF§öØ›³!&¶û!©Z1‡amNì61´r1n@l·¢Ñ1FµÝXA«ktb[ïØšV±ç–βÕZ±Ù§;¨BK¶]Šd‰é©2´¡t´ñÖ¥b{«É>V¦6Mµk:ܪž™áðt?¶Œ±Eј5ž¬ËÀ¬{|T¡J»Xá½}¾aŽL£`(盲íªO;ˆ@Á”Aغã¨`yÐ+ÔâFÝãÆw™œ{Á¿¯xií’v,–†òv \=?Š‹LUÿÖ+.õ–JžLMøŠÃT"ʾäèWÔ´H³‚ê±é‘I )¬Ô¢`WÙŸ³rev«¢ß›NÞœSË7£x4ßýžVšˆ8Û3ÿç›Á±i\×!¬ËpÄVQ2Çöã‹„¸\š.•SÀº›¶Ópª¹fl’Õ’ÍkÞ•_&Üù:Þ˲²ßäö¥ø®“Oh—à«2V”m×pÏîó¤;·Õ)°Öo›@~ìõºšèÉòTçª^ëŸ_lz)/ðhEÙG¨ûKc5TŒ{€Õw˜ÁXš„fWÿà‹—Z–Šôoþ@ý7r&«T’AÉÌË6š„óÌU*$maLÇþiËíBÑÎW@7勾¢õX.O\Î#WwEDØÕJíÜ0nIN‡²RÊAúÀvõ?ÈcqÞóEîîn:´./…וZıíÝðÒø*Šñ²teb‹¡ÞØ2Û®ŠÄ 7wÄ9ñ%=©+8Œ¡Vy (™l—µÓ†@âÝN¡*`Kü¿|18à;ç‹È»{ÿËKÿóßîæÂ/øò÷ÿüo/}ú/_¿}|¾}_¾àßýòãíëƒûÞçåýÛ×Çç'zÏ—¿ÿŸÇÿ¿½KkûoôŽïß¾ÿñþüi%_¿h¾|{}þXï?wŠwÝæy›C¸?Æ}ý.?¾íûÛçã+ø"[ŽÛÛ}‡¯¯oßþ|üüúã¾Gpü”ªŠ¶–øž/¯o¿=?ùë~<ÿ|¼??¾Þö`2õïùòËó÷Çûó!{Ã?4Á‡ö;uƒÃº~O¿=>^ÿçñó··_¿üòøúöþöù6ry\GÞÇzÝoß~~[ŸþýËßž¯’ûCLû^Þß~y~yþï÷ç×2üøú8ÄêZ|À×ýñûãqúÈ?Ÿïß¾ÿþüø””–Cþ1¼ôñ£<üï\ÇkØÜKµŒ©DÎw2šJ6PšNiÖ’Ö}t› ^À¾K’ØÃƒ9¸—¦ó\ŒY–…<Ÿ~ÙrYgbô4ËÓsWØ‹oß—BKQ’ÅfDifk ‰¹†|Á“•ÕôǼCñÅäº0â|±,‰y.{y‹Ö_Ù»ÎWÛ²J˜ˆÏc¬gOY³ÔõZï¥.‹™Öp¼<ãcÊ3>TˆËÕŸ¿ \gØŒ"‹RÓùB3äºQXñ²ZÍÕmañašÆfÓ£jÙ‡€¢cÏl–bÅký–º,fhö»°Ã¨°[®f¿ ;t‰d ÷¦áðŒ–ùªÒxó…õ@³ãt}aÌW—%1Ïe/ÏgtLyF‡ -{ë†[¾†Æ›¥¶qTšHÁ™ 5½F«y^¼ö½äeYÚó¤±ñDã‘QÁ7Ra˜ý¤c¶G[.3.wYÌ´‰3àå (T¶¨»æÆ[6QÕo ´Ôð+'Æ‘~1ãr—Å fÀ µi³l ¬Ãqæf¼^û³ìe™ÝÛDªZ¤Â7`_k\{(XëÀÍ‚›µƒJ™qÙ˲´çIu•v@9æ…ˆàµ]==(jf0´ -m›Q³ý5r'½¯Pcŧ’,yí_ÅFŠ­B©öµ6WìeáåÉ6½¶BdûÈ_l®ùQœã’µ®ÑÑY„%©¨Îô6"ã±zÓß>3ä îHãÚç²—ÅDw=3^ˆÅM?æ™° ⨰(b£ü]¹ùë { µi MØ<Úlþ­ú˜jÔÉPxæâH¶Ñ9·Ì_TòÍ+Íry–WÜÇ$šDGþivœ—<¯}-sYLŒgÄ q¹á¢IÁ“íÉNΣlZ*}‚×Á ´…ÊѬ´$b]&uY߆}y’Y²î&BV6£% nwV\0LJ:×2àY•t䟦ÝjiˆãI ‰’]Ô¤&jÑ0НUQ^Ž]„ŽÔÇ Ô»¨Ñ#{À¾s‰¥cñ‘8¾8.‘Uyóì¢çÖ@œµF‡…Yü.aÈožzüóo¸³!9,ª}ŽQ©€þŒžZcuGÔ! Ëá‘%äƒa:ïV$“zÜä>¤f¼mØ Pð¨ÿþÅÙ|¤Öd5Ü“†3 à2¾èØÿÐíÐÓz„¤"'̦4{Cåÿ¢QÆËõO‘MdÀ60R;B¡3h섺‘*Oª‚?õŸ—_VBþ^YX¥|ˆE©v¼Šj¢a†Æþë¾zƒ(‡BØê:ÊD8ÙxàÍÔý7fo7B;äI‹¹Û&CHêLÖ50Ün›âZžÓŸÔ•úÙ«zµž£D…h0[ãøÐ^­åö ÈG;ÔÖÁþ[Ãw…=ÓZêll1ÛT)L&ÆÀ˦aßéˆ7µòÙÝY}Ø8.ƱtnôþþÎAHÿŽ‘7Ö8²¾K:®ÑÑ!•UbAq&>‹TLv,lå+01M |£9#|BœèøÞìÅGÚ/Ô„ÊÓ² D?ÉŠ¹h Á¡OМì¿|Ow•dÔ²FNH¥Òe_K’h_ÆW63ú/·mëäÙˆÍ ÓMIîŒÜäËÔ‰]ùFìµë ‰Fij«²÷¢G‡3vòœø§P´·guZRwB² 2è%ÂÄá<Àq~Ž:«„ÿ:®HI=ifÁ‚f»ß6LF:ËBþþíY– -%Ó€GÍóe-ØÁ—-ªp„”)Y2ÖŬ0{5׿‹N7jù^–«AÿIC¾NáVh6fùʯ½$%³Igæôè»XVH¤¸¤]M²7Ï8Ÿ\ÿ6¨iTJ=CØEÎi€Ø:eÇ2—ÑC¸XQýú—á–P5ÙöôJrÿž¤Q²Ú¸la½yL\ëÕÒ`e°g *bÇŠCá­EKÇã¬ÑºàÂ!ûä  =+Äô| -3\µ¦”On²RÃ2³9vÔfiÝeL]9néê¿|PGºý×{#æ7‰_.D}°túoø §›“ºâ4À9Ž|1ñëp=­i—‰æ ÑR–—B–PO:ÏM¼Ÿ„uR9@ÅÔ²t¦ÞÿVÇòRbÏ·“†ãôàmx•ŠwtIä¾1uqŽâX{8™äŠbVô˜ï•7Ž_%Sds=à8¬Tš~ÿ‘@ÝÄ!÷fkÚny 8|Úº²Tš [g£Í*5õúÄÃËÔ”Tæ£_ån·¸ ã'X P²£µ¹¦¤j²Ìˆã <–YMc›ëãêoÆÙˆWª&——lG¸¸À(Û>JP-]ÍÎÔ)³`™ùÜ?ÅHxn—£¹¯þ˱sšÕœ5ÈjÕ%{ܰ/‚Î Ó×±*fš9^ˆK_2JvŽÄ©;ðž, -òÈYmÃ3$&ýµ´b\–° -dý—êN&Ã6„YÔö›Þ.|s-DÅPÚöl*…ÉË„zpêùîž /ߪ3¥8²éÅÄ<¶nʧðlrâfXÉÞ€¶R'75÷eØÄÑú|'ÔÒPŸT\åϰéÅÔtK߸£Nëùc˜Ž`¹©F¹ãñÁb¥hkG÷^Ö1;´|îâ²g-i¶À•Êå?qÓ|wm8¬¾TŠ”6377PäªÎcEÑ×ePCL*}Ç##¶­9‘ tÂs8Æõá’ëvsN*’Ê„Ç`Ž!:¢<a"óÅÈòêÏ2ül$²9[jb¼K%µ †–DÏvÖ”ä‘ਙo¶jƒ«üc˹1»×sŽ¡ÉÙŠ3bÏv»á¨P˜a\€úf”k]Ñ©ÇÌÆŸ(íµT^sQߪ/· î%Seb¹yª™ž± µñû /…7 ¯4)¬+Ÿ×n[è´çù•j9Vf¤ØVR¢wrS8UvRÏ·’ÉNiBèÍwZòóݦ×äy“Ñä´îüÆhô^>G­WÄ´ÆE,q"^¼_©$58ïßæ­Qf)U±Ýl þb$°©NOrùzYí‰Ë³ :-ߺÊe(³ç#àÄž˜¦‹ñ;®43W¿¨ðåÈÊàDlCßg«jø‡+ù§ôê°ÌŠàÓÕù “hÑbå<RÏzæWQ`G0îæZ¡sñIÏÂ’ãTô-»Î|Æ»´ ì m%9ÉòÝ…«  - ŒRg‚©ÙÜM ÖÐ!ÞKׯ%™ÐMõˆÄeŸžüTXc5#”ÌE­FÍ„¦>Þ ©¾431 ’ÿrS\Pխׄrðo!à&uf³1¥¦‰Òw{"Þh¶uENŒµèÀK ÿF)U1âi7(‡œÑo5Sÿ¢®oz3\ÏÜPKÚÎnÛW<‡Žž01sr—:5s³SE2°S¯æ€›Áª&åýx/õx]ÌÁ#8ÅV†ë`…¦^âXmuk’*›uýhÆENp¡»«ÈŒaIéí¨ö°…³¤P$"uPk¶EÃüÖ-:Zz^p†Êö•‡q•tGçk½f½Ëveb¼KËŽ™Ú¤bÆ=¡¢ÝŸï¶æ@›k"œºqë½Ñi´£•N”}¤ÔŸ‰Ã·Õ­ó/‚­–‡hõè»mÜìÉñ›­Q;PÛ»‹b{ùЉ¼„ºš ˜mŸî= ¢(bWJ6ª¸«7åÄkRÏf&{&ã]ZîEé,ÿPQ¹;2œ¡4å¶¹ÙÜv¬§ðÖK±(\iÇ%´áª¤¼¢ºº%3»ÕI§0ã%æáʯû&?Ƹ£\Ô™9Å‘YZ¡PQ2®¹ÏY.‘—„áÁ<™äÄÆ(âŸy±Hsp~§©\nQÒ“º¾÷µ€Ÿ5®‰P*=ºÁnç;g»‚™4-¶–—Q‰=:tŽþÍ€Wð¼žÌšöÅÕZ ¦§Š¤3C7Øî|wÍæÎn1Eîµl¢ø$!Íé½1³ ªÈÛïa§¾et‡ J]Wþ¡*ÑNÝ…Xjz¾sØì`€ØF£š¦'V*ÍÑqq -·Â¯qŒ8¿ Úá\zb:uuˆ#Þ¢Ò Ûâ ¹2º lpP71a£íh^Ï”<‰>;©å[€‘áôÕó¸9¢-뛳íÜ®D†×;³¯Ž‹-ât@†Ô­çBŒð8Úë-©è ÷GPµ×•îà5;c¿ôŸdJGš¡ºPS^ Ü:vetTþZ¶€škUôÑù±çâRš˜J}rRå Àj’°ð)ow{݇ï³õ¡À¦@:UI„ÕTõt Fãm¤ONª})¡æ€ÈÎ;ªuwŽ5Ý›Œ7â&F"P›W:CkvÆAÿ&·´¤VCä’{Áhè¥s—Óðkשÿ`­ª¨ªµÁQÔʹš¡}v’‡¸Óê”ÇÎiý†kb~–ÙªÁ–…“,GæƒãT†‹ä+.ìM¥Ú¤®¯Ž|J „-sT{ÀŽ3«Ž+mýx‘pe£¼˜h>ST›_9ãFQ‚z¾:73¬v- „Õ•âÄvègYyG# JÅkÝAÈ̵ÉgÌlˆ~pê+<§\2%…öåuæL(ÊÆÝ .?>HsbÏv ¦§RPìtô¦8Pa]°#øøË¥=*j‚Sôntás¨Âvè©&G¯2ü/L¡·âgUODž¸Î—Ò\©\^áîEM*jv‰™4&âX¾¨=cvå[w›¡™ÿpãY -`ìS“ò½@‹Z" Tà! -k«ÇX¥¤ìõImn› ÷åâ*†¿‘ÓhI:z¶¢P5¢ƒÑĪȨ ]ûÙ ²7J@Ðñ/biÛ6 &&™Ÿ>È&.ÎÀž‰ûr 5¡Ö¢·¨8Wa%»ÛÎÞSËMLj^}PÛwë?ÅÃNª'£Tf ÈÏ"Àµp#u?È3¡Y”…I$çy‡ ήT¿ãMï@í…œäÍhOV@¼R—s!¯Ž9¢s¸ŠÀœl…šÔ›ðÒSrˆ] >Û& ãVøåè`ì(Fn[ßh€ª,Sžâ˜„“êB‚p{ÛëœIpy–ð“òáÉPóäiXFgW˜Þ¼@ÄÁÿ"ÖÖm-/h-ö-¯+“šÌâÄEÚÎñµ”­BZ -¹XuUiJ\ôÄÔ%¡"j;÷VXäçÿÈëÊ$“³¢' J͵fT #87û/dÖt^VF/²•̈%ÙÕkð_¼ÒdºÈ’fKÃb/Jý«ÁQðäãJ0žlæT{×ÄÜî8ÛBNóZ˜Äw xœ•%ÜáÐÜ®*è“Æx1â¯âDÔ; 95c^(¯d³kC&»D"9M -üŠ~©\ý&Ï„vQƒ8Ãnl_Øîü¦Ä©qtNﬦO¨ž+¡‹¼“]á_Þ:®ÊòÊÀzÓ 4óïh"dBçå§Ýx_‹ÿù+ôéI½?”;ô±`s6_wJr­.ݘ¡‹ÀülCG!<§!„c²p¦€¼²ò7¬£ð挌«÷úä<.ËXÍ4ë:ÍU Ç…’•ô¥ qÂ(£Osjdßñtb¯¼d/î.Ó-ý ÎÏþË“-¦U4±å(q7£ÊÆv»ŒÃ>µ‡@þUU\±óBÙG9*}Y¥V8€s,ìwöìæ†wÁk;kEd±ÕE§I!’ÛÉ R•tdIÏKŒ›N›ôÈ0®xC†I¹›.l•&Óke”×9;j\„{›nƒléú ÌíŽÈ!GÌä{Ía‹YCÇ-0P–szóã9÷»þ›7ÿþŸÞÁÀoûðÛ?ýüáGÿü€‡WŸžž?<½yzþ÷þ‹O_žß¿øñ7o¾|xõˆzøúÓ«Çç_ïÇððÛOÏ/~þøøåùÍÓ‹ïüìÛçWï_|~üòüÝ7½ÿó§Ïß~ý¯/#ì°ïãÿ/óÏ×ožþýáùÿ´r>ØŸ”ãé÷=¼{ýùû¯?x~Ô.Èàƒ§²þa_xûæŸoþ÷ùÍ«çǧW?Û—ÌFB÷Ýå~ÿ~ús³°Ðt*ßc¹”üŽb~8›nõœó.Ëe¤ÿ–9LµýÁ§ä´kÏ5K™§jpË˨ï[Õ¿†ƒ2YçCIéÞC°ÚD‚lCPmº ÁnCpÚÜ6¯]‘mV‚hCmª A7qi`‚?˜Ð†6çoIî»%ú[Ñÿlئi»Ø|*4Õq>E–ý)›]’ü:òtÙ4ôJw¹ÅIÙ#Ò\òEµ”Q¯/w ¯µvtÍS-‰¥Á†]6Wg¹Å™1~"˜ÑÃ[E#ûûŽüïÃ_ ¤!Ÿ`ßjr×ê”±eÅ‹«ÒoNθÚݦ ¿ßü•A^»>ˆe€ýË»¸ÂæDØà0ª¶ˆ.…åý°æR\ayUÞÄž‚©rÈÉ@Ø~dñ3+4hDÅí2;èÆ…T<=È{š×NúZU½p* p –¨:ÍÈÙ¦2dZkGG†Ç2M¥×Ô¿ÙÁÚÒ½è ÎEÓ‰BŠÍuzq`%¡¥šóaºôù¦·È -1;H¹ÉAUÝíR›mG?;—­O²ih´n•W·8Þ¿_V|#â¤Sž‹âmnbÝu19Î6ZÅ@$Ö­«í°+‚S”óÛ¬`sÑs.ÿ8‡Ól€2_"t_$˜p*zÍÍ7ó×TÛ hŠ8"¿4Н]- -½ì‰¬vD½P² ½4íÅiéö˜ÖÅíþ8úŠ qîsÞ: N4·‰4Ü”,húZ­§Á´¡œ-ÝžsÇxòwFô1ÓøZ+¥¥‚»‹®ª/ªhè5¨34J…B4uŒhm¦Ò" ÛÑ» „¤Lˆ -Pã:Í9„@ï’Š¨¯¡ËCÍû `±Å6Ä™¶9â9\ÏWÕ19Ÿg£îètì­J·£œR yk<ÑÑoZ•ghÛð·²k£8˜»oW­ë2ÛŽcåÒ!Ô«åqwllMž‰Ã²{¶ˋòš•T‹Øö½åÓÌÃ^J>ÚøaÅó¶d}hÅqÖ¥U˜áÁ7Ó›Õë¬ß ¡³að¹m|Kvx&Ž›.eÛ̦1Fë<7‘âÃG"Š44“5‰£%¨™5à|{Ï 8*¹:ºlèKãŽ^»—­W²%£ÙÀlSþýËn;Õm`V«àÝ5`êÐTXùæƒÈœ«5Gg|P™y¢-¶/&£läÐ'uûÇ-çl×mܶtuÚòï|ÙYjÓ[i4ÓúÌ"W⢇3vÌ:¨£ÑN>Îv‚²Íß‚¤d€Ù4tZ×¹ í— ØvL `>‹ }”tËT êäï(AQÑ PGD7:nx‹¢—ºÅUDKu˜p¢• šIÖûÌß1‚¢"[ùÙ„)Êwº£²_Ø[ÿÿ€X¾¯ZÕýbg6»;\QººH|“OÊŸ¤d¿oZIw˜͸ii‘Æè2Ûe‚wYfóŒÎF‹ -qºªœºgÎ!$$³”)2fêîÙ÷Zêýަ0ÈÐÇPígq¹bâÜý’*?ƒh‹8¡4$¦¨ÛÆ`sWW]Ê.•7Ú‡S  -—•“~„j´êØ| »ý¿ü I6’‹Wax"6õÀöô1ª²H9iXìD€ò(Éo½*7-±-ôe 6 ì[§,õÊÜ$áŽÀ€ƒ 0ÀC . _`0€ƒtù´¨7` À`ƒ 0$ÀPCƒ à 08ÀC 04¸0| -0` À`ƒ 0$ÀPCƒ Ãæ'LÀP^r€¡†Šª;‡©ĉ÷jÖh‘iݵ…¶ú™}ŠFJ7 -ph°aàûÎYä8€ž‘lÔ+s“„;ƒ 0ÀP‹6ÑÑ*ùûß)LøžtòkLVh1j|o: |™ñ=ê,ò 8¢Uk”F… -ømµê–Q×Y[®x§Ð¨NóÒŒ¿®\¿­˜[§Òâ÷/8Z¤F âˆ-b~™gGÌ7@“6ò|©Œó¦O±ÅßYcß,rt†±g.®x¹±ñ"Ö+£Å£Ûî™b“Z3\ðdܨSpTçáKžY’äTÓZÅð’620¶K¶É¥iá+mJ«M#ç\¶ÀL©42êM`ÙE^‡‡i—±HÓ–&žMìÛ[mRáÞ¹tEQ€ƒJaúBÃã@iø@¨VÍsNè‹‹jo"f‡×ùt²2W—¶ß1RQ‚Õ8ÍÖ®LoWûdß>¢îBEçÌ ÕhI%š»=S\Fö<Œ k_ígŽ‘‰*É›~$-KËáÓk‘6¯ž³aUE‚{mZHåFÍ”2i³‹ºðØ¿A9Œ8Ý×^,ŽZìõ¿J%n.²|à·â‰C½nÆÈ`ÜFñF rKèl_YiRUH]°Ñ?¿ƒ%©Kg6¬–3VÛ¯aRÜŠÊ 7²o¯R³¢‡ÔIõtÑ I²’+\w𻛝Ýüeõã@%ySlSls¤'Y"íu!­8•ª¶‘Jlêù(ÛÏT—‚H!šLþÒ‘ WvIbvÙ:·v–Z·>g$f Á2†:ÒÕ‚£Z5ï1q>ÁÄídÕ&¾²RX¯í˜`ÕÃ!5ªWK3mÆœjmV~[“=}î+è£Á’aM/2†FÚHU¶}"a…‡*¸‚µ³”­ÕŽP˜~;y)·Æ³]UÝ;Sµ1æ¨ÙõZoõš çñE–ïK–©N¨e‹Z]We.ºÇ¤ÏÖ¾²¡Xe¤æ¿¹-]œ)Ž´ÚÕ˜b¥„^’r+Rw£ –LÅg% eéFÊ&lõlI-Z2P¶'+k«÷(‹èaÒxRLïZfê0QËÆŠ¼Ùâr£¢Z˜`GøŠuk¤Ç°/Ï -Îg–&lÏVl¹•§ù¡W`Ø^B£šmNá*•¨õrzxHJ­ˆþDd×ß.Y˜r£zµIÖ(««Ù§ °§Öº¡¹d£{Û3(a{Ûd¾³ ¡7bÌêš´¹£…ïÖ¾ ¸x;ºÒê·¶·wm¾Ô‰˜³:ôV–†°YªeS^’g-Ÿj‘cl‡W÷Î6.z/­Á]Ð^bPÓ‹È­ÉÊG{~f µmÝó•œÞ†O¯k&3:~o'¦1[š†ìS4*;"'²Ý^ÙúÐÜ@ç¡öA‹%è©5J/röÕØÞ¯l½c¤#³6²·ZS¢^”Üy/OHªûñ~eíƒåä¾ºŽ—U!+qÍò¸3ûñµcÞ,)]L&Jœò(:t wëÒ¡Õ·¡+,ÉJܺ¹›h¥qÉ…¡8åá öã ‹­9© â©4©¡óA£| ï¬TZp*¦‰>kh}‡Ü@w½6ßõ6©h4ò¡QƒÞŸaÚ5Gtàì{ çwë)ÎÎDJråË A=%”¤.ªñ=¼¦’›î-Í~†QX¿Jn"ΰâÉÄïA5®íX ³#ÊG©6 ´4(õÈŸrul9L¯$¸Èö÷> ‡ŸÏ-,Œè³N}:Á§jöã kÇÂtè,'•[a1G·1:ó†,+ÕV[ $í¥ÅŽ›ÆÛ’¥S©42i( ÃÈ4mÍšÒÐñZºdÉ”dkl4+‰‰X3U‡í¾uÎ|×öÎñ™ep¢º­;Æ•›Ì „åI«O8Waj.¿÷6½çË„BoR{iƒèÿÖ° t~–x¹õ+¥ÆìÓ‹œH­jQÎúw õšÙó€N‰.k¿_zdü…Ú› µ L7åuü0TH·€Þ¨S­¼¤‘˜µ "5]°³ö|/eZ>ÕÄg.`“ÀtóvÊFûqxõ1Š>„‰lÍ¥¬ü*-5êX¡S‡°êTL?&RÒ¼4Àw•"¨|NR±QÙ³9 -ï­©®îr3›yu AÙºs¼Mý9¼—\Í: “ZÍìò:Bª8¢Ûfo5Á!’K -åÙ0q+Š"”¶·<+ª¹¦>úPRPï°Æv‚U1!%:5ÈàcEš±Ö ¬^H:tšC÷Îü;ÏÈ! ‰wIrûެíìÐ9ý¿; Á<üüëÏÃókN—ýãq_ûÇÏüãîíñ´Iïb‡—ËiûøDäðsý>=¬——õþVç^/×Ï—ž6O©¯ú&—:ž×þþøñ;“|`‹ÅV}Ãë:?nûq»ÜÑR¶Åû¶ûu>f//çõ–4^}†Øýo³½tè3ïÏ×mv±Óv}üØè½`SØõ†¯¿¾?ÞÖë:^/_ëí ½9Daot8moçÇË×ö~z<Î8¾=eŸD§dMì…çÇí×úà%ÞÖ×ö²öÓÛÞ *¾.|¸[¯ÛËzPÏz^oû½Wû”×ôw²/øèÃåýÛ9ûåøk•tñ‡Ëçû¶W˜_m¼ÇËãÝ:®ïë:}lûé{»S™lý‡Ï×íñy¿¯õr¹¾®ýãø¸Ÿ×÷SóêÎ0÷&R{·àuÿ/1s`sþhÄkJtv¾ “›ÇŽ*6ÃÙ;™¦¼½ö»¼ÍûÇÛã~¿öÓï‡ñX2êGØ4:¼G°`ÅFÁëÆèÌú¾…çÕ\˜¶Ï¹0Ùl®ÞbÆV½Qa~±Á¼g˜2ïûOœ…¡þÊn©¦|úɆx0þQëjä|ÓKÏÎ$X)wðm–¡2‹Í^fÅÌò²GZ\u–¤G„Ô‘­pŸk®Âù›Ã¢Ä“t¤Ñ/ƒ_—CöÒëê¬~9ü&”²ß{. ~ýJø]NcÈ~ïA< ü(úÕä¡^™Û#z"t ìéM¼[„«Ï:\é›ÞZ€£'?^Ï Tóù×NÅØ±u2ølè\Âú=rg/&+ËÑpBš3GHÐxÂ;‚1ÄA g ßGÙï=Êhг"õÊÜ Ñ·ð›•>Q[øÃzŽIÄ› =zô0ÐáFw¦p `?Ã{`† #%Æ[OC}9®~fž¢‘(FáA -id`{_Ûü`zF2Q¯Ì == ôpÐ#@= -ôhÀcøB‡)ÂeצC‚ƾsL3½Z;]›z$èQ GÃ=  @‚z8è G‚Å~³® Ã=¨ @‚68úÿÄ -SWõšþf÷.ÓQ´¸"j^ÁöxÉ!ùÕòS*&H{­à“ØwˆÔÈeäâÎÝMw;m¯s„ -™:ñ ™™ÖVÍîÜsZ;3‹… %cÖ,zÜüZ6ˆ¸Ÿè G‚z4à1üÑÃtÝýôÿv\9â.ôPÐÃ@=ôHУ@<† úÒzôPÐÃ@=ôHУ@<†?z(@‚ -zèá G€ zèÑ€Çð‡èQ¾·Ð£@= -ô(У ±­ê~ñxÙZ­&Yö@ÙîδÆÈ3|r•EvßÎ5ŠE'#qˆcÆËòñ¼y·Öhˆ%Ùç/e“·ñ˜¢ Øn¹úÛÙ]Ä’XI´'6ÕYÇÁ Yõm<…DçL9 !T^ÚTŠÎ±#˜r®vçAR@ÓåÞˆöPÒz@eáч(bÌËñäx[OK1$˜W²ˆ<ý t[&(g^Åòa³NºÜk)æ8·¦™÷$ôøN½¦ "“Özy:•ç¦Em÷ó1oŠ…5^î‘’ºÊ,àÞk˜+P.ž–ŠçcD½VŽÒ¾¾Ë=…˜Mn¾ªñ9´GìQãÞ‡â@H! „ójJ¸‡/Ƀ÷^ÀÚÊ•‡-2ÿ"ÞI~À¦ bÑþè¦ Â? üp¨ÑOó ¢^M¥Î-mŠæLçUêëár¯ÄMm²‚¤õ0j”>4G)@¤Áßo´)„@„•V¸€hÏ·µt(nýy¡ýFYäÅžxØXÑz@¥lôà†8`H‚!†4sZ‘ùñNâû¨ëg,Ê·u{Ÿ¹¨Ös< ínŽ{%šÅ"ßW× [hŒ.|ÀC q0$ '-y ÿsì¬U¦ßÇÁ!Yîµýw ƒvW÷ ²ÔŽ(Z¤FÙx¹Ò$ÒÖ!ßgÝBB ÆwÝBsSZ‘ùqOÂ?üð#!—»}Àc×Ëõõßõä¬2ªÃ|Åîÿù´.Û~¹³å*¥ÞÿÕËÝù´/ì/ÿNç§Û·IÔåŽËÓi½¼-ÏÇßþ¡ýS–8±UЦôº_¶Óûò|¿nwûÛå¸þ[_Vc?IAbZ^ž¯ëë‘ÃùôÇêËýåõyÙ,凜ÿîíþ­·çýùãz>òðvüüŠÏÕßáÛï_ÿ/Ûþt~;ÿ»\ÿŸ·—åáBÂ2Îyyïbø3ÏØ /½Xf(åL™1?PÚ×ð:k–\öÚi…æÈUIµ-h×åùz!î¾G´!‘»t ±h1O'ba9RÿTçÚy/#pCÞ«tRÌzeñ|‘'`¼•Êÿs|—¨º!513€ƒD¿‰ ÇèïaZ\ÐM1bÞžlFÜ"‹Ê'Eþ„¿´Iò{œÎ»FþƶªTÑß9F–µW”³X„O,ëÅ1¿$vîIiz2p?“Õ`FHXPª˜v<¤&f(¢P–Á’_¥3wYβãëÕ^¤Zp ²{o>Ðòˆ P“6ÁŒ_-*-‰nÞù )ØÊ8„‹˜‘á7ªÕ"e’ºº¯Ò­ÀԌ䎔‹-"H ßÿd:š#–‹¤õ§‚¢öÓhŒœ7oÎu”6m{p߬QNü³6)kP ëÏñD”ª+p)Ñ2Û/(UV,Öí\¬‘˜¿3ø'ö”w¿cpõßtº¯¦†xHSHjÓ:XðÛ²ä< Ó=ÇÛŠÕö%rZt?°|\[–†þó™Øn&Z¨‰óf¢%ܬê𩨶N3ñùs\>ÉuP·Èî93°( T±|‘¨ý\ë²ytî“K§N¢øä¡{K,”U¹¨0éàª8†8³ -$ŽÓà#5¡! µh¶pDP¾Š;-º=æ»ïÖŽ3ønÃ|¤Õ‡†í½nâ áá&lú ªÒ<3Ü–(*QgžJk+ëiÝ[ëÇÇ™9 Yȃsg !HB­öŠ!7ïÔøm­/êÐ*±c°ç-ÓôÖÉ™›Gjõ©[#Û'د͋²ªá„ ˆ‚ ÕiÝdƒå¦³ýƃS÷ÑzÀñ‘˜«+,»˜ïÅ>˜v~Ë;Ìcj¹¯Àðð FŒ@µ|´ÆMš˜J©Ø~óÐý4hvÀö 6yÐÌHñVV2‘´ mwÜ#ˆBµt\uJ8_"z½äŸab•…0EºŽRêÎ:Õm’è= r¾cùÞ´«rD’u¸„mÃ8yta ›dù"1zvJ~/¢rO¢G™MÛÒ•*ŒAŽ›}5ˆ†½N¤¤– Ò}lÞ6i™Ý‹êƒ7üÛÛ(£Ò¬Aœ/íPÝÛbÃòM 6Gé¥Gãp­í‹¬ i<ŒMˆ!ÿ¬iû©.eŠ˜ÅærM¹Ä -H Ô6ïÂN -Z{®É û³– „‹´u k:޵ ´T$FÂ{_þ%8LÚk£¸æ6™Jß(+0AÂDU)Ñ®[IKCÂÞ "{‘˜IŠôÞJ_Kí´2(_$GJ¾eù3ììï CÒ­\ø¸Ò!Ÿy-r5Èl¶òð»º6Ôk‘‰ έ-!Kó±mK}ýÿ"ªI?!Ãܪˆ¨×ø.‘Ô ú¹:¯|NÒ±ìt,ÿkå¿Ògö1¹-4b’¡Ù3{Üò.3#`d¸æ©ï¹YÔg²i²+È2K}œ -F4uÏxéžù]5ãU/ëS±12‰Áü¦]¾õ›¨ "KàLôôÉÃõ9™ˆ›¤Õ\~JÙ’Ê%E³&.ºV¿“¶2gÚhSfØïÔª”'N©#–ØüäÞ.˜V¦€—Ï€¢f ™xù2áó’–v/jŒ&Ì–ý´saÓ~ÿÓ¶H»Ù.mûÅÞ›.¹·™ìÃúìwÅÆ FåøÕÆ*ò³ßœ”¶’àšt?|kèÃbÇ“™ ~Q¸‡2Âo}ÿ“g±U‚ÌâcF2êï³¶™×Ñ„¬hNBý‹­ôÎ}´«»„ê“a¤þ^kgã•¡‚ Ÿ—¡7Z£~Ðg4IœŽ\$³É¯ƒNi2<)äfÌ¢Mç¨Ïg’<#¡õÌ-N?R*míå°l½#ødh›t&¿ÿ©¤Ò -U£#æ±VuÌ”ìPqûü6kÒäº5ºáAÈ ZPJØ¥À‚W°l´°_~'•$©0Q:ÚjØ`ÖK‰;cÄR‘éPZ›öû^ÕÑQº »‰p#´ÐC¸uh~+k¼{“AP9±ïGz½ÕÙïNegªà–Õ±ºë寓M‚\y¼=Í«ÈÌÆ—ðX‰›9êW¨³:‰^-.ð†i0zêåÝ3ùÜ[§‡'¥Õv7z£fÙH;›ëNÒæ<˜Žû¾°ç¶õž¾YÉ®GòD²À©&fÌ‹…܋걙J^ùÌ5$⌠ßÌd¡:×vH‘Ÿßù^Z -åNÞÿèƒØÓ ÍXSDöÊ!u÷'èÄô$æáÃ(!Ýù,ívnå…s.½ÿÑq9"HL ‡ì  -—6¼ÿûE‰ LJXG‰ˆ Ï iècçä -òª·Oúï*ìdbB~ï›jQ')‹ Ï!‡ÒÇô«ÞQ¥l3]uD*ã?ÂqGoüaÝņ»ÒŽÀ ÷1ÔóEênÂÉSÇDÉË ((õ0ÙѤ‘½îê}Œ_^eI¹y"ûòîš:=O"8†%„µYaY õa̘-¼Œ5„ÆŠ+wÅúa‹šõ^§ô³éÌ#…Z·„Þ¨™c1W8ÌJfŸ`6‹ä–©VsÈÃÿaQB8¡µJƒ‹® ÐåÓt2î,çrXVÚÄWœw“He ÃR¦¿¤«Mg†Cp[63"ý`®ßÇêóÊÝ+ýwI=£A,eψ-\„üÜÐÌT½ïH92”²¢Nm¦&fù2")6wôÑËKÜì£"´öŸg&))¶ó•Ü)Oô¸•:7V]ìÕýUj•²Ìž—ZœŠ>©³«µ"ÎŽÍk¼APfî/G¯a±l—NJÌRj¡;H7t2øuå‚‹–»‚Î*»¼Â[¨#–.«¸ãe2¹W–r†Ô¡[HiG^0¼ÓaFcyfçc—{ói±ØM®\§gUx¯ƒ5 -Éáfê "0ršåE.f¦…›òÌŠ6¿‹ðþ›¥€¸¾@¹àsSÂsÂmêH—Zrµoö5Ô‰B+·'Œ\©ÓÈeÞNÛ:ßšëŸ1BÍïý1Ó˜™1„ÏÈ®–söȨÕN-B1Ð8¶ª®Š éô—úšåׇÅbP¶úŸ˜Vtàýå_¾£:ƒ\õÿ°+@È u˜RŠr 9JÆn›‘[ÐÔ\'ÙBÍ,¹upb1"”/s(;™Ì Þ÷Û)mLªƒÖЬ´Ñ¥,DØá,q…Õº†í†Gw õžï‘¸+/[ñ†œ³V(±¹OYE=Ü03‡‘¯1I±è+xŒ_Štƒ+iyWµŠ¨O áÙÕi}ïµwˆ§faå`«ÖÝbÇè’fxòr)#‘:¸k…E­1®aÓ;êoä8æn* ‹ÇS}±~Ĥ¦™ã -jPäœÝõQ38¯˜ª]Aw–jÖÕlE'•5&߯ÇùäQ/^%.O¦»”:§-U æ¥ì`n÷¾7m<3±Æ÷¾ŸÞðÒ(šZ_y’E[13\ãïgä&XÛî-3:A›:û^Ëc­TØ9¹jú:vnÓ*2f–q £W…_èì¬uDÆÔ)ù°Žâw®7ŽóÅ&ÄøÝ2QjÏL)¯ÇJt±S¯R(qõ˜—ÄZ<6 Tíˆ Oæ «èµtzL©B]=~Wc¸èY1¹‰_»ät´¶âÍcݮ旅8Øw)05¥5£ÛéeóÙ…³:Ìÿø ïÁ«¾ _xßeŸw˜Â>Uy’8 rÿ=lpÍžÿ«Øi¥^ y×wz± çdÁ›Î7Õ=æÂ•mnÈä±VÏ$)S|ù5oŸŸþúéé»§¿Þ~óÏŸÿøëÇ/ûîŸÞ>âM¿>¿}üëŸ÷Û{xý÷¿üùâñéÝ‹W?½}þóÅGþúøôîÏ¿æ÷ÏïÿþõõÇÈ[6ê{ÿ”·|óî»§?úëÿ‘ú´®û«~ýéûï¾ùî¿÷ß½•ןÞþißÄy¶wß2O=¿øÖ’KéÖ -†S •¼|‰Ïìúùýþ"_ -cç „ìq¿‰éÊýà)\ùŒbŠò_6…ŸÕ½©;öÓ·_—BázöOáÊ=Š)ÂÓúÍSÄOž Íë ü?Ân”õ®Nª7NýýÖáð©Î=gò¶ä錵y¶≠$™¡ûØ S\ Æj . .†W¶¹˜ ÷s #Ðën߆jJY}|Ó0º”åᤤ¬–‰˜6å<9:#®Øb;»öS!úßÕ°ù)Ÿßp×W$•z®ÌyijÎ -ÀŸAßÝ}g1ü.ÉÆ7?ƒëÒäø˜R®Ü“/¥òjq˜d5rÔÝß>*BÈÎï(N;öú¿ã¨¡}×”×}¥{˜ÄÊ9õ’Ér0æ’©[:Wõk¾Ë(çjÀG,R.Ç.Û ÝŒ¦ê¿7´¹úžxÉâè8S:a$xJŒïÇõm‚"‹;§N¨$W¿/™¼nŠY˜õ_$Cq¦®Cnè—p÷Qˆ( Ù†Pø\QZ£¡Âd"æ¦Ü!ChT ¥iȨ@–Ô&âFúé„ùn)/N2ºí<Ÿí_AN¼dqd†©nþö‘‡ïb…ˆ:„êyò_žÞŽ+¬MÄÜ”;d -dT «±úã|© -„*©@JÒ*Q¬ -Äêó¦ -žðÓ3ª@W R” -¤U £YˆÕç Jµ”7æ>tŽ -„*©@JÒ*Q¬ -Äêó¤ -*ª@¤)H«@F²*«?Î@˜*RVÎØ{Ëë»[Dû´_Ìç>VØ÷Á6¹zM¼dC1+‘"mY;Cï-R÷nÉ…õ/ÿŠëÔµ¬~&^²ˆÁ˜OV–þÿ1Å2+Ê/²Š,’›}A¸Ùsƒ>©mËf0Ö~þÿïµW:pŒü¡mç -=}™Ùl† t‘SÇL Jk•ª{öIÑ=J“ÒõSõSe§½°t”ÀHnq¹ï¾h­÷¾Ò&BßFóMd2ÌLƒ³ô.±Ó{·o&œÆ˜å -Ÿw$”$f‡Ö%z#ƒ×ˆ´ÂP²Œj1Ñ2€»¡e¡íIÆU´6T4*«Ê˰…䃵p0I>Q»m­Wá8ù"À}þsoy.Úžd|6l%~ 0j-¶;3Á¹Za ¦iɃ½”Œ£›Pªø©Ï¥jB¨“†P˜0Û½cmˆ„LZÓ&´»9.LR^˘%TT‹lÝzÜÜf½êÕ=Æ­7Y™†MH÷I®á,¼eà8S+sPJדŠ÷ RÚžKÒ÷°&·—H0’ªjX˜ïúò¥ÍcíH†µM¸TZm„oƒ7IhImör -†PÀÂ}JÜÒGR |ŒÝíîÃKêTkg•¦Ÿ‚Y—!Q8H®ãêíó~Müó¼&aªêr |´ð(` ÕÔ­|ƼyYsm+}+t-–X‰íRÏ«ÄimŠ`ƒòIUÕcãñ\–®³^åÇVµ÷i -¶b»ÖË]îDá¥Ä#9IE5¤©)_é€ÞV=?Y~¸L+‚Xñòh÷À •ì^7¬A9«(Zžëݨ—f?“dk -X.&›Z f§j$ÀU>×¹¬-pƒÛbéÈ0-…Z\>Ë -¡|ÙñþkoÙÀ];Û‡@­ÑBUµá!£×ª|RµV¦ÞçC±6~T®‚ Sõt2èÖó._Ôàh^Ф ÃªR¶I†“ÄufÜ3°.NôVX˜LØQ蕲\¨ƒci´‘X`ûâû6‰†)”ÚòNf™Ì„l/€Œ6F¯›í¯;ä ‡;_x§ûÆzYwKMq8üaÜ2”ØŽù\¹ü0ÌlòÎ~LfWÄ!¡5¦"ˆíœo¬8c¥aQœœ8Ùñ»ãåmX¬Ù^\ƒ&ÔÞ$+ÛžßD:ÝÉxn‘”5}eA-M -¨e '“op6¼¿®u—û ˜sbWL©±{£°Ô$ÒçÈ‘ÎXì¤yݧ`ŒÆØO¥j.mïUc:üIžžÔaûÃG•šXM)+ -ö8cÈÛñ[YÀ!ÐW’šaá9EÊLÐó¶­A]®r/ڠб9U™Ì‚¤lz7ZhÓÄî¡&ۉ߸Žá†êŽÍÍ'=iŽe‡iƒIÖO³ÈáOà>Kˆ¶Äžš—`Ó4ž |Ym…»ûºõ[´ÜÜ—øãŒYe¿ÇzÄÝâØ`À­*r™Õ–Öš -#&cù¯ú=VûÈÎ ¦Ü‚Sà³,.ªKËxBE³ „ --ì2M½Û-™«âpmYš] ,Ô Hœš9udzlž]†¬µâ|aõˆ‚\´5Æm»¡¨Y±ÍÕß”ŠÿäÕrÍ™Þø_žûóß^Ͻ¼üö˯—oâr}}<ïóñüãúð~¿œûË××ëñüa~ìò˧ãöÿßóöúö××/¿D(Q£ÇýäÏú°—Ûùø~þ÷Ù_6~³þÜåÛy»—ããù}}¡õÿÿËÇÇóö¢zyýz;ß‹ÁO¡çë>çþö£xP¾ýãííw냮ÇÛýy0ç»4CÕãrþû|?¿/o¯Ÿï?ÍïäX~Ò_¸ï·ûëßÇ÷ë+ñÖ—÷÷éØEñgíRmx¹ÝÿŸOê}Øûù÷ñõ|\?÷ eÅÛßwùt×û×ûóþ.ý¥¤ûk—¯÷çËùïÛy}ëÏí‹+]ݾãòé¯oÇoï'þ}~}}ûv>žS¿Ë-ý³ßr;~>ûw¢ðJ níœwògøÄ-‹‰•ºù†[ 6μ7-û›L›Ë}Œþó¶ÖýáxÒ%2{ÍÖX½÷TcÃd逹ó,¤K*àty²ý-G«ØÜÕ†2w½€þYŸ¦ÇÉ×§4ØÍ þo”oÚ7ˆPü¾m(DdOlæÁø$aC“ÎÚç5•]Í’Tø´<—Öî¹Y+¬”ƒ@òïUø¥ ‰þ8VpkϰÓèjîtIqOŸÁ­«¥b¢Ã=Ý¿xMÄS%l…o“F€nk(=°õ‘B,&E±l±Œ-Öý%OE¢2Z‰`Ëð"TÒïš{#5€E²cëcNâ²y&HãPO‹)'=Ø>Ž;ÁŶÿY¢¾±}w(â‘ TLöÜ0H ëå~O*¹‹.ÂÀ÷Â6ôÖoÕ\<ŒÄ•º¹3¡¨pñTgl–=ÕÆ04³‚Q8—fÙÅÒtÛ½ÚÖ8IÅÃÁW‹siíž©òÇ‘dùÐ,< -Åd¢L¼ïEŽÌ¿/c=Å5°p“TL$N5ÒÎÛBÆ*a®¸~ ¨Ú÷bãü¶<—¶î™§?(ôÖ`׫–F…”/z)a`çó*¸ 3ÃÃò0ˆ¡ä]oEÅÁID‰¼ë)„˜ÕÒ)zcx'K–P?yÇ -Ûß—‹iQBÏtl{è¤vëR¬7Hùsþsµ:—Öî™í3.”†žìlÜ A]ZH%"Xomé˜IäY2rúô,/¾û¸lP.¹ÓvÏBy.œg…rßåFhA‰G®lŽÖ?òT‚­.-Ílæ1·Œß+XJZºZ´S«iyM·ðƒGãüV™Òû³|žù{wæZÂÂâ`âks\£ cªÃÛS¶Â¶Øœo[5v¯»®(i9Z„Ö¤ìË´dëR+¸XNqyÎJ™2²ãŠ{ùk…Uµ#elÏÌ@œ˜ÔâÆ«­†Þ¶†'¢L¥.L,Ö‡4„¤ênxì]Ü'?Èüü¡œòì¹2Ü@£—…M³f«î“ø–Ñ”Œˆ¿¦ã¤d^:…°–TsÒÌ­îE‰ÎÄž:ÃÝÕ¸©ÔÀæˆ;UNLlAiÕΰ°wÈ•†Ñã¡Jr)Z†SR翨œ¢PuwÅ"P% ¹YŒ¾I.?ÊÊV§õ@º„”’‘›q6×NÜ´hÅòj°²RcBšËŠz ,1×VÛËy4:¡ó¼Ð©xžÙ¾É­Œ”– ‘Pg¤²RókVH‹ 5¬"î^ªie•ÒÒ,Mª¬œîÖÔG°]•-Z"¦)‡Äζ»À%lY9º4ºÅ~Y,Óp{¡E¥Ì7ÄHž–TTœÈ·O6ºÑÉY'Ëš”U÷H•y1Šqï‹ç‘®Z„ µ'³Ú ª1¿ Øm-z± g^‚šÜPç—ņB¶';%t~ÃBÜP¿? n Æ’àÎÅP‘—9ò –k7'à#/͹ÑsVn0Ã|glˌਦ×Q8-Er_BUµéá¸ÉN)Ú»y& mpKÜÚô;„c´¹‡åd07bß\»+ˆØÙx‡^êú°b ¦±ª\ÁÈÚVسԗÂu¸Ë[â ‚ë;¤¶î^%­æ8Ș­”^éBÌ -]ĽɆ`Îëv¤»SªúIËÇ1-vš,‹ír_Œ­–`8Év‹æÚ;ñ€mµ²Ÿñ¼äý[wŸ” >Ìu@ì€u'¦‚©¹ùñµåS1sh„áEÃå -ÊJÿ£Vuö") -òÖçÚaií‘IVÛ>“rm”häQ=‹7 “‹–Tp7|;0)+õ¸±Øà˜o¡ \Ž4A8‘®c1 Sy“Ì9t@ñtæ"G_X'‹ÊJlF~“jšværm·ÀYPÝñÄ`Зh!mô¦˜ &úèèÍ:Ë-û72O¨N;VöÅW¨ê%|o»9i2˜®ã¼jÓ'uukFÌ»±ðäæå‘AK^.YmßÚŒD§FxîÜJ2 V$u*²A”Ô˜AÄFo·æËmKfÁaåjE‚i¿ƒº®ô':øVäýn/"O.Ì{d"P^n¢—½@(%Ù~û\g·µ† -1bÓ©ZBqæ*ŒV$ßvi¤¬î !Áh#Ù~û2š}Ù"vcØì6G»+*¬vo Œ’rßà0¹Ëy_F³ƒ[ ~-@‡¦e#:ºj8€§øå (°¾¶'å¤Ïð!ÑÙ¶˜ñJ†Ó’lI ¬.2ÌÉöÚ—Ñ성„vß›}í>tŠr¨~öÌD¢¥1çö½YJ6¡Ã ›W€I¿ƒÜ4#ßy§:¦ä—w§?³¸ÖÓ>5¤– ˆ•äñ),$þdvòØàg µ…XlH™wÉÁØû°õ±“!Gø}Ž0$24¼Ö$y°õÝÜÔÀ–ÕŒf‡~¬†U…â½mƒSF²ô±IÙ]Z½ç¦ABlBb­sI±ºcšËöÎ÷R‰DÍœ¤oœŸªžûÀ½ÆÆ× !CÉ”D¯gí÷%R4F«_  ã©ª­–¬(©Á}Æèб{ì.r·®ª¦÷c)DþÌ`¤å¹´xÏäå:܃!ÄŽ4öšïÈ<æ)>²í±Ñþ\=»·O3ŸÉ^tH>¸·/³—DБL&i!öõzêÃä¬AìÎ~S„Ô¬ÖÑ2X6ÎBÃÒÜÚÅ,3(B¶>—”¯¨©bGø‘t c«)xeÐÒþ\>“'–u™…zò®dL¾q…öQæQ,¹iBÇtÏ|ßdÁ+¥ŽþÿÕ¤EÈ0·%¾š_µÑ/vf6ºsåòÇ. ´ô$ñ)H¼äÿ·¬Wúá72%z5N]ƒ¦—­Ø|öùo…Ä|Œ,”rÞz·º^+M¯b¯ä0Îûåˆ#6DƤªÚ¡ºZ¡§úYí(jêÆý°l•úê«ÆG'ê4¯;tš).y)Ü÷À;¾O²tzvê }¶ 6剨öð½‘M¨ý„=>SUl.À.§å0Ñ]êhã;†°&Ú6Bg•%?É.öY™@Èð\²â’)ÏñË䤅²¸} --`iÚ>ø¾’\Édgâ©1|B7¢}5ö%wB%7ÃjŒ>òŒ°ֱȿîÈëÏŠ1ydŸÆ-l…%_¶}“|Gd ÍúþˆiÓCN3²ÏðIÓa܆’_ eÞµŽ^þ…dh’‡ãèFûˆ1¡ÅÎ2$aZag[™]»Ñ̶w02TåèU:Ú©ßþ1B†Uw9Ôc ÷/ÿXò‘êpƒ£PÔ9 ¸Uh ÇÂF03è ö"CÈ ÚnjòÒJQä0‡×W¦N;–;ØÍ¬÷Äv>ÆÆèsñž©(¦T´ƒ¤’;Àx£/ó:é>®ð¦³23k'tÔ7²d«“ù9ñòs h”±çÒãó B$à -“”Èw[샜þ¸Í!ÆÏ5r˜ÛŽÆkÎK(„$m£7Á hëýCCQj *»™ök¢ØÉŠ6Å -X`‡O²‡Œïó÷­“2 >‡]ÓÒ -À&cƒ¨Àx¢ä GVØ.ñ\w«n¸Î À 6xJ"##´´ÈÁl%Ã'o€3ÓÁë~¤6l2çžÌðÖ yÚû>rCVBÛŸj ^%ÛxÇR'{)Qæƒóœ´g+ýïÇ{¬ 2RsB‰»±tÜÙÎÌø›{r%ÄCÇ›j¬îÅæªDÑj¨CQrû3÷rÂ:h­;[Bö)¡SÿHäñ§“?3îrL³¤ª• Ú§БºÅÚå`ïÁ–z}kž²wQ__¡_’íÏu—TÅñ1ÄÁF,:"Ù1äÛŸf;ÂKhUÍ¡´Ó5 íXÑþ×P³ám¹“mCÖ·Ö” ‚#ãŒlWxÓÙI±$ä¦¡î… ‡?)†¸³–S@k/Tr&Ôµcì´¢ãf ´7¼þ¡lWÙüÕúã·Z¿³<ë»0vâ×i™83‰ƒ,C ¾W¼b;Ê0ütËEWncgð[˜n”Á´Œ_&ÎS„»í7Α²¥ÇºË‚¡smgUiÚLôVÒןÍ(G²žüPÀTš^¶—<>+•9Àv"ºhÀöfÛG8IÆ„ÀZ2’BóôÁ[÷u—÷Æc1ñÔ!ôŒ­žxKgB]M,)Ür5láfŽ08JNA¢ÈÉ:ÒoØ8„|û‡Ê;z$3í5Àö6t6aÔ×ÞÁGr£”e[êi·ØeYÿà#¹Š)²‡Ž ö[¨;ðhubBIôNf+GÈ88qÕÿÆùÒdÔh­7ÛD2­àk!1pØç%y&~ðè ’vÙ Á"ÜwäÏ3}“Éš`o<'ß …­'Ág=D‹Ãý±ð‘ˆ©„Á³òÍ0Nƒ}CÆ„èÖAì\kôÚ—}„•dR5.1§åºÒ8Ø,Çú²0½åv—ÒäUÔÔi@cüXež„y™†}RÒß-a*(ö=X‹ŠKºÖìAÌLš` * -#=ÚÚ„”I¡žÄ¶ÛQežúæX¡¢ §å¦W2-ô6Ž$¯‚2tAX†`VÆ/‘{2ëÝíHr²DåZ¹ë‰ Ž3vÈ£(lè;l›Id5)œ±÷«\#o±hm¢ˆ>ãÜêã6²Þy„séþX*Û3Þ%ø³[Á0o ø?Pk›xa©¾dxä@^`§D®•Ô}h¼Öy4AgBþÉ9Ï êYƒ|–àý˜ŠXÍt°”·ûB 9ŠU(Z ì°à0i´˜åM…ÏœÂe†Uæ.­yY²Ê6rrc+êºS³à¨–°K{°^¦­\)0Ӽȷ½å®ÿ½v ïžõôï?ÿvúýâoœo×ûåz\ïWÏúÇóûåñÌ·o;}¹=žïßè—Nÿ¾½ÜÞÿÕ·ÛÛ·/—¿sØÓâØ>~ÇÃÓqý¸Üqõ!Óšÿãôõxºœ¯çÞ?kåù9Nç—ãé¡òáöåéxo‘ï5ûv¾ùc>Þ^ VÝ3q÷ËÓÛßë[Ïo—ûùGx×fÞÏsœŽŸ÷÷ãëñðvû~¼ÿœŠõ;ýNç÷§Ëíûùãññ¹‡÷2z'Ï ßK_.翎;ñ¾ãýø~þr\?ö1eø¹¾éùøzþrü?¿ðùx/%G~­ã>àÁˆŸçŸz=_Ÿ~œ?^/×—‡çóãåËå~aŒE«Ï¿Þ>~ï/yøëx"Û·ß_oß>Î×Âö£|þK§/—çãáøùv<Êg¯…ÇÌHæ‹§×o_ÏÿÉþ~|¹½}=®÷ÛÊœæèŸá®óßúÞÿ¡$¯ž«£É™ÿ›ûñqÿ˜J‰ù¸ ŒÚþ­Ÿró‡ßýízù9n~Ó¿ð··ãýùöþõxúÝ6 }[ýpRRG1…Ðoãx 2X[Á'È^hãÍœñÇÝŽ³‹á_ëJ“€ê -ïo(ä¿Üz=¸âšQfõ¶b{fkÈi¥"5FÜþ” b; ßÈÖ¡ûH ÝpÑ„\øGõ¨&ÇïAóüMbS_úaÝ o'0RÙ¥®¶J®òmà=ÂW{ÜOSU¤îûÐl^¦`…ǼÝ>.÷Ë÷Ã6±_ÌÆS‘ü~G|Ðyš¿.Ë€õ#_.C ëˆ^=ϯqš¼õ߉ÓtúÈ]cßúyYI#/ôçÝ›œ1 Ö®Pã×þ&Œ7]ëÏ»¥«O¥­„ ªÍ%ªçóîKd)èâgð£¿s ?n̶~ Î¿—Q”hîj âèõG®÷L“ªÚ†DÐVÑ :b ù”Åî¶ObË%÷-š«žœÌYÀF$Z´¨ªÇë¹úÕOûfwW—aöÏu-‚âÆŒ>RT¹ãd`}°O¤YPvŽƒâí‘JG “’ØÛŒ´x:§QåƒohDy.‹tL*Îlš6dl‰þdOWÀÅCnÉÂ'¡ -W~Kæêä¯ó·îƒD“ÒNª~°q>¸ö!^cñ9òœF•ÂáÊkoT’SçL%ž–\ ä0ˆ -ƒ¬ –G&ó'Ce—´Þt#U (ÎvJ÷ˆ¸_LT)-µäxâ5–ØÙdŽxŒ?DL!v:L»èu.lns6/gÅÓs¼}åÊ+ -Çl“Þ–y₼¸ÿw‘¯’ÔI&Iý*MAÔª¬°›Q*» ?ž•ÿd(&¶A?é.jP“I‹þ$ µùa“ú1_µD]lšˆÝ¸„Iv‡2ذdÕœ6‰ú NÙÇ*!JjYržÝ¢L³KìÞ’Xµ§vú}ÿõ¡Ë‰òŠa°ºÉÆ\çRá¦ö!ÖeBÉšn%ÄAqÿY½0² ‚ƒ õÃc¬/ Þ EQé\Ü7“[Û-è¬Õ,+I¯]Ð:oÈTˆ ÷hÉŠ‹Ñç4º|Í–/mµ-ÓXTÒûU؉‘ ù¢È 2™REæ -¿ÒøCKx] aŠ9À‡áÇóÌÂÉX¶¼iw'\.»:§AóŒIÅÆ2y!&IJR\Ж!©òiÇ|ƒER$0—×€%£&˜±œ¦wÞÍ33ìÕÔZT§÷{að"ˆ²ªž/âN B`àšQìÅh½̆r)´Ã¨˜çqÒ¢lTë p‚ÇŽ`YHrhJÍ–¨™ ¡{ \³Š½Ød0cáéÁÄ•ý­L@!£MI÷(Œªê¡‰´¨Ømü‡}ÉA­„BÉ¿Ëfb–4p$i4ŽÂéÚcd{M4¿XVH¢ÇèÈAìb9rè–3¶ä¨Ûþ=q`µx›Ò^šè6Y[JÝü¡ŽÇN"Lþ£“8Å*uCV´8‰˜(Ñlq0"ŒHV!]eJ;=¨¦ -|3ç9=-Ç÷A¢ÄƃÛ1)B\îfÂÄÚ5 îë‹L;q§¢Y«:˜ƒç€"Úg§Ê¥¤›êDøÀ¦ãSp²5Änr2-DRr”7;gÌá¾1ë]ût&õP“Né(2²lÌ—()¨H¦(\]BÎÇ^¬Ý„«&w `Âe3]mƒn‹JúVé”§ù’Âî°“+%”ùÈðÑ„yö •¹[rÆ–)”{Ö’:L©ŽÑ<®Þ}”äbëG}è|‹Î$ö.»³tJz˜ËÒYgó9o<ó•B‚þìå±m°YR»E¶”kž9r‚ïuÈJ«BÈ×L'Ý>©8‹¢•ÄÄ|¡hñ©ÈÇÈÆDâ-šÞÄ_ëè\žRB´ DLzb"ѼÝ*Þ¾žjÓ¾Ô ·p±@5èÆYí䳘g¬ØX9‡%—Rkœ~RŒÌ¼€Þµr‰}£ÐˆØ¼¢ù–8ðW:ˆ©ŽP?,°œ°1³@4ô×0a^hª¡ àùa­*ŸCÖ†d#‰…+á®ÙÅ™P°I|ãi¦û‚:4)có>Òuª…–å ßìd®@7)†•iú0ºæŽ|Î…â¤Æz˜|˜È¾SןÜþžL)ü–vŒ™ÞÏ*<å•áQ¶@lB=µø>îd®M„¨ÈV»{šÐ<â£ËÓ¹ò¦WÝ;j…¹-I¹=מV|ˆ«vK {E å+†…ÔM`+¹ ÃYºº œÁeGA6³vka³PX0ú0qU;ؤ495™‚7©"´¬ØMRÍ762Ï4}¸£¬qëÑÛef‡¸±ð²"ïŸfŒô¡ˆÙœ‚ª„FZdÐÇ>”n¾O*<·i¥G¶íÁe–¯å²+¦GÄÞYs‚†‡‚16|ð‚C “­'‹vZ*¨é“š9ž&&²LLîöƒÆ!9Û/ï!“ ž¤XYڲˡ³[O`Ò»0ú0‘…k´RV|íÀÏõÁrËR{F`·íh0?´ãsk´6µDÕî‹n4¶Ôq\Ã%ñJ¡Ie:k©È gç0•§ÝoEç…”Øè 5Ä@ i…‰ùòuhëYéŸ!`›‚"˜Ê€3œwÍ£V]”æ(µ3Q>I‹þð±' Q c·LÀ!i9"‹&|€‹Ä[GT9îºj휲ãÌ­'µ¬n~r¬a¢QWMØl Ÿv ‡³”b' Ú¡ •ÙÿècjÃìà&ð¶3@:›C®ÙMuèÄXNY|´5Sm,˜p¸gô-k(.×?WxW±¾u¢f¥ÛJõ/›ü3î®Õ¶M¹Þœl´Þ€ì,­‚œ´<3m§Êš+îYÝ=¤ádÕ$©%ôi Bù†7vÖR‚>Ž^}K -,C\é¶¾ù"á¦÷|›@t¹ç·ä¨z¯~¦üF“;ﻀìºGªÙ…œ¶Ö.£â§ÀDLŠÃ§¦îâø÷{¶—%æ97Åb±;ËîuÙ]™Êˆ­E9›IujïÈNôÉéOÈV§¦Ñ"`ÇÇ!âóU£q¨£Þº0ÊAKöiÉã”®ª8A,Ù”!‘ZéÐ5J ¼‚—ûåzï|%«ìIb³àÂöÒuGXNQMŠ|ˆÔM°ÙfÀlØÜúÁ0ŸjˆhyÙÄ@]({f¬†K -T.•˜üúÑ:ݳùt {ÂBÐÇUP&ï#^'g¸Ëñºó­v†¡(¬­RnÁ× -‹vŒrÏäF;¨°Ä€Æ2]vøìÕ][öIb XáaøáLàqúüæjvì$ˆ0'JÔX˜5ZˆÅ5,#‰]|ܸJó­¬h$¢]Ĥü +1v8£’ØÙÎÏÄ"#M«sT¶6d3é¾LÀÚ= -'þ;ÕŠvxI*ŠuHqU¢'I –Œê ÃU½ ´TíNùQÖSžÍ4˜ÉµÉsÖðìl§Ä™36äÚEʤ¥ä j‰+WTõQÔÝwR˜g †ä$²²cÏ^w 쑦•c¼lxÊ*—UK9HZ´“kd¾¢ŠJÛ[\">½HØ©nT”2kA&¨ôô\§ÄpW -ݳ´€ÒÆ(%'¦z%Çy¥ŽÙ÷>ä«å1ŒR°.:?(4ô÷õ•Eê5×Ù7÷ȘyÆÀ@(3Ø-%îIƒÎ³¥kŸ@UùC¾B’P³˜†%lŽùúYÍ6åÀÍÙ̈ægcí¢ípa-TÍ=ø‘P­˜oâù -I j¹V!R©Ä ËÂÝÉÃÎ`]ÌÛPŒ ×aÛ01<~êÑÝIÙìå zR‘Lg p<0}·GÌ0JlW&Ö”’ðØKúT‹îÒ6'ïÚÃȹVÓÒù¶:\è†ý–lDcð#øj´‘¶ˆ2_•Dœ‚rEÚKŒ]TÐ…E—eJ‘g£´*–9pŸÿ»†¢¢ÔDË´¡~@9'Ÿi]²"Œ€ØÔeo1eÍ`5´°½ì4£»µ 8¹²tAkà v>½««3ñ??V­chòit «þñZ‰ÄiG 2ôv2VjÉl¥ˆ]}K °åW‰5g štfá6„‡Ð+›¦]‘á)Üß9‚«(oÌF Œƒ -—û¢Ž›ÄãjÃ`WCwÕV`eÇéù…ÏÃ8Û6bà¯Õ4ŸŠïxVÙN¥ÙN-/‰ážügÁ°äâÁ¾ñ²i°k¤o«LÏëK î¡ J'E½Úéʽ·Cĸî‰8}7(ÈuYô¼“ë„âO¡Ž˜ü Š»è -ôЈâÜãìd}F¬³Ž¹fqñQÙå®tAÑ%m“k' -kÑHv¼êž…Ô]Õf·ÈškàÂミæ_›’"kèB÷ø/Í çkYžR.àÞJËN2 i»¢™N˜]aÝUAl0ã¨ö:êVì¤?F^h¨,…‡Ó^¥ÿÿ@ÜlÅvÐZ~ïGj¾¶§Ž®‹YÅ*€ÔÝïØ Ît§²úŸØy£€s –N„2œa碯ë´¥ãU':„ fïkõó.;¾%ÙfD…|ˆ=°ý -d6—%X»7T9azG³›>ȦٜC ú‹8YcÔç–LOÊ—`8 bñæãQЧ²z§ÛtPØtdeµ¹ÈQú²v¥õ“™]hä\t¿gôM÷QÆAC#R«¬Þ±·¸ÐPENBÌs—î³ôM‘ù«úúÀ¹´j$€ëÆâQ_02ÚzÑ96a -n¦.ðÆs#l?Wò0‹)ú:Ü Ì„~Ï9GÚÇ Õ¹y4îPt¯g´Åô8Ù3®°Í”`ÜÓÈp JÒÈ8”?·ßx|Ê$“ÒþÆ$Ú·- ¹öh·tc—[÷eáCÖ¸‹×…ÓEë„ÜŸHèÇi3ô¯u›5§áK·CoPÎSÉtQրοÿyX *fæ(cwü—W¿©}¥"…¨:aÓ]uàL<(?ò’bkeé©=€T^µú[™A5² Ý:îžd´y³Îrîr‰TJ Uecä.)3·“ -ƒRx½R¼™ìyYügÚ¹ƒÜ\÷.ò{ƒ\9ü˜çêoÅ 'Ö‚d‘ßþ{¹ ׄşpÌ¿‹ÆÏÜÓièîbUódg7ýw¶5*a Zœ”ê{$õÞvÝ£·W»?&¢zÓøØVÝí´=‰\¤Æsø@4ÚAI¢`‹LðUýCŒ#>fš¨O°PpZä!ðQšÓÆõ*4Ì*iÞ£¤u…XcûÖœIȇàw׎(–ÎT°cÑ áø¡>ûŽø‘NȨIpJé•>óŸj“7'À*ŒGU(8hs-d¿úR 4]´Aîl¸ûÐØœ\ 7VÍÕ¦“ÒôAw« sq…Þ¼>oj„ „>L$»Ø|\âÄA®Ck¨#‹ çq?ʾ·Êº ,žXxM?ÉßÏZqÇš€[’MBL° Á~â´A%·Šš’B®võºHÊ•j.èž¶%b›ój¥„íÉ®À!Æ´öuöjuµÂde„…F| ­3 ÝX%†{¬n—5¯4A *¡;Û°mãýN®Oq– ;£ëWÏ]hÇ«:,GëA£®ÉVç2Ò'=®U…‹wÉbÁÅIƒœl²YGÀZ#Õë -§r…WYæ—B\ x¼àߨ÷mWBœ(¨kGÊÎè«P)†Mô=ª54¶“ÍGÐ( 7z_ƒºKˆ<ËèÁJœCÈG‹±Yb’O$¶çW •_F½Y–<©¬\éÐ)¼ÊrÓy†BG«&lý'#i¬!Ñ7 €8`1Jb“¶Ð?wg éA¹{4½Q™fë%ëçZµ‘ÛÎP3S$Ðw«O„È8B¦ Õ{Y#T†{ì­ºS­sv@ ‘Ÿf|(‡Ð¢’L? ¶`„“‘ou±†âû6'2‹‹{Ùò¼5½µ]ä5êüóñ"}6RANÏd½³u!°iÂX%p‚Å.êy[3þàc¯úøóDIã°ešøýŸ7Tæ“®WP).6®O±ÌÉZ¹ÚÇ*#x#cÖyt`¦Å’ä´ö)è;’t9s’ûÎí‘—oÿTò§‰6%ñ¸¼ÇÛb*À£á½Þ:y,¦SRÐçÑ…j‘PKœ?Ȧ­1Š2ï5G›’rÒN;•™g=•9nøÆ¬S ª±åÇmÉêÁ }g”j²¸‚š|NÛ'Ä»sñvø³â>ñþ©°ê¡»XwžÐS2vvÔ='–®- q‡ÉÀqBì ç‹ÖD+èÛMœr€N¹— -TåpèT ](ÒDEÄcˆCéÊ©ÅÖvp@æº6]8_Œ—'óRâÀ*Ù’A -xš¼bJ;ëù漑*ñÕš [æAF®¤z ¨Sϸ™CÓ¢>%TãuN.ø-õÏ<•t£BG‰¾œbí`!¸c†zÔÙqšþ©Ö^ͪ·á‹1÷)Û…Ä IÒ­¿R±~µ£ú*Æ]RÊžrØÎwîG¡ÄQœ;¨ÍõWÃBc/qì©XÔ±­{ËqVÏÁ=5ôà<RwW]'ÁPÚªeÍñq¹0ÂNîX-‘yhÑó àÖ¹d̸õäËÉ9÷óx ЗbèéNyu§zª+Ų>Qô±Z±t'÷OÉöÃqª`”z.š7ú"õŠ$ -ŽÀuz¦6üYqîéDÈT%GNšÀçFŸnl5TL"/¾/«“^OÀ5+Qùbüõ/žåº…¡Óo]\,Z·O\Ÿ4Üë^ÿyJ°¹ì2]_Øoê©B*”¬ɃêƒÙZ}@ÂT³ÒÀÚöúaV¦Ö:RkyÖ£¡WѶ -s˜2"?Æûßž®³ ÂÆ -ð–\ì¢ð>%<›c«3ûä•J$‹²:¿ô=zZ¤;°*´WóžÚ€…sGŸéWÕ 2úØði©`êmxúš¥ н‰Ö8€æŒñ{^÷¹êŸ²ì¾Vr€K²ˆ>[eÆ =lõT¥AäQ®ãjQ+­DA».C‰¼.bþT»]ˆ”ˆpUöD…ý²æÕ1"òÎV7Qê²ì‰¼ aãÒE–—xÊ D›yIñ=eЍ¢³k¥8×§¨aØa.í•büÝÈ&:{p‘Læ Š:o+jKÒØ¾>™æÏŽÊìkØé ËIn¤c—ó*L´•Æê#þ©Öî›6W Ý^Úµ8äöÞ¬™Cæ’äH'Ëák:¨Æúu¢ö(ÝžÓØ¯g²&¿h…GÓ]=– ù± üî𦞰v%ºÊ›²MKšùŒãÆ‹œ.Úä¢\‘ÁCµÌ»Ô˜ù×põOM×=*‹)ìY…‡ØÕ0b÷ýnDo³^õìì`È’"}‡œêú©í×úÜpOoï´Æ5½å1{f.òh²K9C°Z7ÙU×O&áXÁÜŸ^^qœ=C§OWTG2šR Ë÷ÒBHHÎ5&a¿\…Äš\œ)¨à–2ÃõU”Àň|ºüêª(ÙÇd^F¦Ëç©(Û PÂ,9y:ÅiƒÚvWÆ’À3Í6ó0ŒL&»/Z`g"ˆƒ¯|oîÙ\Ãì¹óê³ ‡2ð=‚hh‰gèÖá®ODw/pyµ´+ŽWâf¬Ð9ÇßÏ…=¢M¡e¯ ~-4èµ³.i("ðøÆ¬/™Î5‘¾Ûo¦V{†cgåe“/UZ.;ÖW¢ŸµyAçÆÒIžõT§ŒnÁH›] €ZçŽ]VÎfT|z¼fQÕvWW@£Ï9²ÊâÙ©:ñ<*ã?¬"‰TiU%ït¾¤‰ 6£ªJše±¶É· Ðêcg{(Êߺ¼¶ï©ì™‰¬ùƒjK96.Ye¹¶¾óã€óðá° #Ïz=«ÎÌÊt¯…nÓìÒ9÷à5 ‰µb¢8}Pcé5%“Õ.=œk8 Iw„ã&ªnŒ¹Íã´4F¼ÆGî¬Ùü¡¾gº×)^ À²Îø¡ô¾Å!éÄziP—ë¾¡ç· êɹFë·V}9qGžõ8õHvÕ{Óh76”U‰;–²îÈÛžp„>`½fPÏîŒ;…ˆÆX:{Üf_Ÿ^Ä1ïëí£êD+;¿ŽŸêuM{8ý½óÁw}¾âü‚ú‚ð+©©•–®%»Ú;›K´ -CÓ=߃(•@þUt,AÀG¦ !汇õjê.°•P¦¹süB±ö„Ýܵë„`/9°óBïÂ0/”j6J{(з„¨ôU7 èãñ2=sçõÍ¡G"!þ+!aè1#ÙK¼œß…yöÕKÐøÍ±Å¤ÈŽO™tÂ/?9ûˆB7˜¹òèË>…„M p½ÈÔ¶ÔšŠóZ÷‘s¾IÒ ™Y§ ›ˆÈ#ÖUˆ5¶­††áQGÜEZŸ"ãÆ²îKœËŽJ½ uò±Ü6ˆœÏêÖ¯´umUÜô¡‚Û68R%öà+¸ïÃVwZà¬^f(&éQêmEˆƒÇz cPÉ­³X6)QSÆxyÛ¯ÔŒ}FÊþ›9tfR"ŒƹcgÌÅá/¼ñôk§ø.;^¾ Š+ø3þK–Žï o„ôA?Ö»ïþlÃdfò|(’ƒº™=ìàý5z;—*¼Œ Zy2!z(ª]^5lTø– sõð˜±ë¸Dæ |¾áØz« +¶ðÈ„çâ¡°[YpJt|—sr†=<;ã!„I&:ú˜N!Ç …ã/Eªλ¥nüè~M ‡ÿËÜ¡j©ãR`èoü°ÒCo[£æÔ¸zvïP -‰”¥³áËïÿXDƒ¬ò /7ô–ÃÇž1{˜^·éFá`2Y<Ðñpûa­ô¼%ÈpT£L4ª^‚ZjA¯³lE¬s—ÚvBj¼®×‘ù,isË?(½ã=«Ž ý†7²,’qC­ÂõË­K[uøK¯ÛÌÜŠ ¼ýõbH£¤Œýb”yºXIتÞ"Ê ë`›W'`hn³Xb®_`'R,iäY7ûׇQ7¹ººˆ5¢srd½= óÒ§«°µ' E 4~¨¬o›¹vq"Œñv9eÒ‘BÑsš£ŠëDÔÝá}Ø%ÐûÌ÷Ä w äùD£À7æ[`˜àý?µƒÜÄÀîOP!§NAª ̇¾× 9¤\¼š‰wE{­mG8 -t\³K^aͪzÆõ+Ê€<çµõáB˜§õò Ý5.š°¼ˆ+ɨ3MuãÀà]q€'–0d¶"Œ\ãí7ÅPÛFVá­ú‹á 1I]ƒwq!ä׃µÜ«¶…¡€v¦è\¾"#ìAÆÿE3oD[ ƒðìÖžCÃK·Ó’ì,%˜ò‡ž8ƒ,b×Ç^%jŒ¦—÷ÐðjyýÁcÊñîi†scU§ƇçΜ8pøÚ¿)¸ÎØt±o ˜ÐEƒ½m‰+Ñ9˜:úº²N“Jè°dq5ç&R"“=¬ O u©Ri·.eÕÒi-k½àJ†/ZúÆÅÊCºößTU1uD\ÀFÄÎH<ïâãFú©¼é¿ŽäÓJèÙÇåÏœ­˜âAß²Éß8ó8~^ÒœÁ²0(8Û¬8onÓÁmšP½†ÌVÅÁ4‰æï>G–"ð~Yútt¡²3÷Áˆ`ŒËÛ$¿ ¾ ü8ÒµØ`k[8%4Ü8öRÛðü¤±ˆ‚ÇÚ´Ê^kãúímJ!;ç•‚¿ì1™ÐZö^…­sa(ºr,®QÆ•4…Üæž;_}[sÌ¡ÞPÁmÉ¢E¯´iãÕ[} À•#ië5œA»¨ ñì:ÛP¬öpX­~ uÁß©~ª¾ðwQú‘µ%¨e›y†ÉYY8Úƒ<],BÑ‚<{ÐI )¿tòÐìÞ´$¤·)€Öyæp ™èVu8š‡…H‰Ï9-¤pø`Þî ‹x°¬!ºüË—mšà#“Sã÷v?_ðÓ”ÏìFì” pW›LT5Ï8O ÖÜAuÅ©ƒ%רË;ЀZß ¼îþY"©5þ>÷fÞ:©—›Ÿ±;ÀÒ¨ÍÜ+µZÐù÷Ÿn¾ '£Ö™Fœ¹}s"qéšpŽjçy··-£æÉ‘¼tïêºe´f ßR柑ÃÒ…V½\7)±€ü‹¸ò7»§ß™+ß9r…÷¬+º©ó*KâïF&Ñ>§ö[¯LòùúzDëÌù–T0E8>Ïö\bûápÞ‘@øŸTò™MԡȰ`wuIÇaiZ#°>Ï›Ïæ½ -[zÂPŒ¿gQ­U´Ë[R¸æÙc½ç娬Mpú*DuÔRÁÉ‚Îqòœ7c½:h†…»¯`cî³ -Q‰`wånÅ7dÁ—.;·… ŒÆŒËZ¨Iꚉzó?) ·kQƒ¿f\"¼°^œ×…Z©¶¿±EÓúNSD«:Ôú<²’qóîÖ”&ØY -'Ïø|BïYH¨ª8{;#–Õ@Œw»w¶—ñÈŠi2¢å#"L뱞 œÚ•ôYÇwCÝœ>^í?³­Øô¶c)„<–CsË?ͰœŠ¹^ë_æ5ܵðh5ºmÁVëÔÈÎ&žr…¬ÎiëJB’¬ãOÿÓ”p: ¥Ø€#Hj°_Á¦äºPá›j=ö½úÿgs”êÙ~…™ÂoðW§}vê ›7• Yõ?ûNôK»¾@Jů„,_%ô3EDÚq6ƒÄŒé¢wºÄ”Ê‚ Ë ‘âÖheÞªoU}6-+AG£7Ô×îôÆÜî7—*#Ör'âB6;M«€Hï—×Ô†Ç<™.û¾*•uÞ—¼š'UÓš’RÝa£ªe*‹óYVeæpžvÉiJò ‡-j%7 «`Öès'[Ž&$ª ,käYOemTBNºO b?mÙ­¬?؃¼v7@YÔü‹•»=³Ü¹¥†çÛQÏÅ ÚõåÍ»ïé¥-7†ƒ2e§N+G£Acïq”·WY0`½ñÀ¾ã Þ ³CQ=²®w8†­ôü7±ý¢šHP'ò/®ÆEÌZÏnòˆ®²ÍnÕÕÉ©6û¨•Õ¢÷ß}¿h_IÂT‹¯·çÜö÷ˆO>8çþrA¼åáù]5n5šuAªð{z;pFY:²{¥˜w'Ñ ´<…a7Éí^{žEÇ|z–!ÓýÈnK[tø_ò#Gtÿês}b¹ÃÈÝØí6…|—ùßþm‡9„Üyñ„4ƒz˹Æöün%ô‘wÞò¬ç-’5j £Þë†^Që]ņ#˜š/®•´ˆîÂå©„§6Þ' ðÔ Íîá$—‹Ó^7/ô¡z™|v¬ÜZ×Ý&F[þ_ñ$ÉgË|‰!ÒµÂíQ÷£áv¯êõÛ -“<'kŽ‚ù.û̓ó¦$)ð5T´ÎÜñ¸ncv•z1ÍÇúdƒUPßrí"T“–¶³,½GñËBA8™–$øò œôîâóo@¸Y.žú¢K ˜&z&cò{˜{ÇX²Nº`¨#:ß´¶Z¼‚§¬%zÓÎÜì]=Ðt›-‚¹ ¥Ïì6¹F`fÛô?4M³ŠìF$´l×±þœHÁN<–;À^»ã8NŒšÆœ×= Mh¼tAåܯÆE½>i”%u40rv<§—ÆTz§×S‹È±xÛ–m© ºXK‰‘KÛÐ×EEÓ»Q‚•ƒyä”YÿÿˆjR€"d˜ÛÏ5«Zƒè?æ…IîÜzwZâî§´!ù_ª•)/Ûì²ôbUý¦0@9rq³Ë—çG™ñ™7‘<‰þ¯×°?Δ#æä¸²”ŸÊ¯Ra4dÀ² - 9ÖH>2á*“LƬf,ì5ï¿o5DÄloŸ©ÁñTùHæ+»7zHèâ> ÛKá`!y„†¨­£Õ•’<2Á&µÏ!£ö0Á[Ü9ª¦9æÒPEÅ«\!nüÍ«þû§‡Äï^þþ×_—?—g¹<¾½~»¿Þ^¿½=ó¯¯÷«Ð}Üåùíñúín>êò÷§ëý9¶}îÿùàûÛû÷çËPÛ»[eösùIO·×¯÷o¿“/ȃlų\^nO÷ëëÃõc ¸Þ‰ûs\®oO•oÏO·/·ðmqÔúO÷v¬èjø—Oïà­ï÷o×ù!ÅîSÙàŸs¹ýúöåör{xûqûò@W<Ÿñxýòtûqýú¸;V ‹ÎŸ0õ¿?êé~ýçöMú>áËíÇõùöúøu}»ùÑ—·—ëóm—¾åÿ·/ùºó°Wý‡gjά¿Ð§ëëÓÏë×O÷×®÷çû·{ëë'Ä©MûÖ˧·¯OûÛ??üs{ÒÌ×ó9>ÇóýÃíáöëýöøíúúøÜ ‡ÀñÞ˧ï/×ùÙ?nÏoï/·×oõ±¿"Nçÿ~ÍÓõ¥¾þßB©¯ðNÑ„”ßÙ]Ð:Š8ÌTÒTHœGÇ¿†®FáåV_ey&?öèGª.«$5m0½ën÷á„ÛpÆm¸„§…äÃáïe­CáŠI︂‚Ä?ø­†l46‡ ¶eÛ_QàÁp°A°+'ò¨ üæŒßr„/›€/Ð!Ömìîzš<bsíìÂȯ—^q†È5”#ìvFê³u½@M‡ ¶m™îŹS½#۔ɯ4LDÒ¬Œ|K:'®cd¦Øê -b·+Œ]]/PÓC³ ”T‚5ÄäöšQ74aˆMCåƒ5oK½±ëjz 6m”‰oï·Ú”à÷®rÖå·;üÁÆð>acKµ'Iš“Ôì7’5ývÇÄøWY80IÆÒë2ä«ûWÄðàX í–Š’ß=zÅ¿ GÆinÝn×ñ³Ûjzh”€è¯±&mÝNh”ÑŠQ8Sv;,Ä Æì¥ -cTŽ¡òÁš·¥_’Øõ5=z4ˆLTÖÂmt.1EêµdÏŒô¥ñZ.¶,ôŒ=1!áã&Ïå)3/˱װ+44L Õ’+öñŒ}oú:èã ¡à(‚ÖÝ$±‡Qò¼0)iôƒ{^ƒëS†ÐR€u­ 7N¦ƒ³káJÕÈcrt„½U+<©t#ÔN™šNjAÖ9,z–ÒRÔD뀹ãÚ~ú\r¡Ë“Èf7‚³ÐNü.ˆ¤Mø¤ñ¹—W{äÁDBT<TŸnƒ&xqÒüX‘ Ïz-ƒôõ¸‰Ü¯ìÓ[*º„ËõœBÃí—'v*ÂáÄb93´™ó´WPëD9–þ¤d&å"½µÄl Å4è‡ö‹Ïù鄚eDJs梮1ë­Ž0µ¡@“ÊJòœcö™D®â Uñ“«r|ë®\EóB¶%>Gù}qyèØô=T^ÿ¤ãä(‘¨ÕÚ5BžC…EÀIU¼—`ÈiVãÖ&4‘Ñr7&JÃ×*eMXÃ[¡#¹?®Ñ°ÒsôƽLÙlÄ€9 9êb©Šï}Ž»–¡V@[Ao­ 1¸HžÃ”y²*O;CñVà´éÔ²É%*˜Yc¢=­ã-3$|ZCm|KŸ1µ VÑEŽÖà×ä³l†•ÇÒ‡r&KìýäÓ<üO¾’Ž‹³\Ån÷Â2´šfº ×f4&y0Ù`ŸøØ9T¡N+éIu'-bŽ<$.eƒóú‚˜ÖÛe«X ©C"*xe`Æu48éÈÓ»–3¼©Þ5l('ËKùÀ“1÷ѧ½êÂÇ]/kŸiv¥F­iË -Ö@îiƒmª\¡.fé³mâéÅEÝÝ×ö`_…'÷«dÆ· -CVú¨ûŠÖœ(ÛF4¨Äö,S´×a’Q\:4|p¾¥gU5̦©Hj”Ù˜¥Õ]£Ü+#±R…C&µM²GBy¨T Ç!©@W‹™0ÒúÇÉ®§œgæ*ÿä¤m‚+]õ68Åæ {¨ ¢®5%b%6˜W5±Ð^‚IFq}ÆTk„ ¯HVøƒ²À -ü"¸6îî•M›N%{ÔÛ{Ÿ"ÕÅã{¿ñ¹‡†© À/jyKÍ ,KAzÕ¤½“ŒÑ®5ÿã&âJð„ìaÝ<¬H³ö¥pLÅ÷É—e¥%"ûŽ™‡„¦ׇ‡‰›qû "Z%äè—™ÚÃ2ˆ¿¢ÝQ§òµ~tºñÖk…tådjI•ÇB¾Q8€Y3bãä (Öhj "©dÏiCpבÍL¹‘C°6ÿh‘ 3ú#wõSÎÓ~³I왈˜.¬åUÐÔ£×;ôØBz2û4Ï;¨ Øø%¡™‘ª(‹Üûdµñ§;.iw¬n’q,©Ñ*°sÆtJC¤Œ~t-dMðYì”T#"æ!TežV²œåéžæQJ1²°ÝX„ûʯˆqX8wÚ²wS2!†™ë̹vMU)O…åç*ÕÜÄó¡3 ì;ȵÄé@¡-¹úQâNGS°°9¬¼ç}Ò:-š}¬c½–VÅ ´c•¬™U¤d`²¨#Í[‘f¨EuRYô^‡\0 m5Lƒ½g‹µè˸ÜE“&a%9êî¶Kåñu(°Õ „Ù2dŒÎÐ9,Zd›³ÆŽÕ¦"ô{†ö¬³‘ÒÊ 6§ìœö߃œat{•„UzHÖZË6q*¾bE¤fˆô’M?xzÌcåéœÅQ¨µ7ÖÌd'yÜ¡‡]µ4k deڢà ‘ÉEuõ®Ÿóûp,jQzîT'Ý`m)BoPÛæmj­…‚­w±këø‡§GK@®ƒ!™ _ˆÝVf!dÙvèr©ÌÀzå˜q±ÈF)fŒÂHŠ”œ[ó ¬èb<3°ìÛ°õ‚núºÃ@úÝEEø œÅ/¨ŽVPX2¢˜Ò^zìt㱆`³_ -M€wUdNÔ¢ƒûªÌgÏJ'ÑÏŒœ(›WUȽpŸLv\HjCe² rR­($”)½GÖôBë({ì3•Ý„pkâ,”©ùO-9¬ÜË5/Æ™TNHœÈëúæ86¾!øÇP)‰\Ášaq¾m~Ù‚)š7‡ÁË–)dNîf®)Ï6ždÂø´ÔUõ!œö£JÜï`‹ìy„øEK–VƒÚÇÓ$¡à½rK*ÈVÜœÊÆf -ẚR‹±B Ï×kí{ЙT5}B‰kS´ÄDU! ð›BœfØe‚™SM–ü3q±`•EóA—ÔoÄÏǶ"‘—»“@Ø‚a%Ç%Öº`†{f– Ý52×DÕ‡[ᎉe—SŽâ±8êÿ´Xj¤ókز+¡Žº\/Eî)óe3E -]TŒt}ytño×^¾…›ô½,²"!_mctpê¬ÊÅ?\¥mc8°-{¡¨ï@&ÃDzdm #iܧÑ}¨ªˆÕ¿aô.fíÈ’•£”šš¹öƒEÀ·7 ¾!œÚŠÄ.y`[bYªo¤ ´”8iÇÚŽÑ”æ£É;µ`¦-ÅI)EÞ=du¾JÔh~<’å‘ ù$X~„O p®-aW¼oFñ-¬@ MéåvPYƒzt?½>û(õça)+4<aQ=ÙK]@££¡‘BœGÎ1™9Õ”V4È:ÿ–²r¥k-|’Ó6sÞK%©i+?ã›™Th7r‘ -ù®T眨uNíùî„:*0=—î“~j+µ¢-©¬ì{¤{Ù;Û•DÌó3ˆ³±9´”]Œ¦PÚ ÔQÓžsŠÙÞ\„]d'Ô¥ÀÌQÅÀ­¶±ÖóY†\Ì øa~e•=eçiDï9ñ”óœšôäžöp‹³7…„Ô¦°ßÀìÿBŒ«å êD\ª’±¾Lµö@—Ñ1j$WÃmd{ ±rW3Ú˜L冤xZZUxöÖÏ":p”“Úyîë³½- 1Ňe 0• ¢òž^¥]Us#Íóúiæ¤0²c /Æ.wâœY™´ÀÙ´8¸ôS`M±„$ T ±ÓÙgæê0U(y¥Ù¦u(H”næÈQöÁ“X¾a+…ÜKIVd7%“šÚ Ù5}'göôÐN±òhŸY¨§ãV¨*ŽÞS}–Q £û&¦0Ølj¯©„r¦$sLh˺á3–ðÍãNÐöÃ<| ©ŠF¦ŒRz˜ÀP£Ÿ©IDìl‡i‚ô¢—I-`!e';'Í ‡*’aÐåMÍ4YÖ²â߀Ç+ U,à Uä¤f¬ µƒ3 r>­ŒÐ)‰ð‘dt“3ö™U:+7í’˜ø?D`õ-ÉÞ̦/‡z‹aHhƒ$¹OC£ÄWme7V ±€Ý‰ÎíæQ!Zˆ³X93N7E°ê*çS®ó´Mî¨ÆQ\ƒuFÜ‚‡UÎìU`ƒ— åZúN¼9Ãâ÷#€„ýrÓ q`GuØ7¾‰Ñ4d`a ƒ_‘k•±T*qd0ŸRs’€ø K¶–VAoo–ìsjQ®RE¡ñÊý )äèª8)óÊc™Vnì{¶ì‚ÉœHâ·iU{È-Z -Dn !‘Fɯ,UÎ/$ f”มà^ÒÓ~Œ/ö¼*²ZA #g¥È}ÚV®¹®LÅÅ:ˆ»¾x€åOBè<+ß·¥§Ó ;†œ#²³®Ý„{†âÙ˜lƒpEË'jŠÑN$v‚èéaXî$„mg¹ -œ…†^ö>”4+>à@c±PëÍ.›8BsÐØ}#Â1Ë'”ÏÇ‹“ʨ;ÿÃWá$Ç ÃåØƒnD×^e5t‹›†¶+Ýó5ÊzOÏZ“ãí±Âf¸›OçÑâËÊ¢“ŠÑ½ü"89›VŒ=¿‹Ö™¹€CÅvîä)hØÈ,CVþ‘´w- çDg¾UÁ³8¹åŽl¿›Ú¿È“ã>O±*=ô¸®§Ñ@1ᧇúÂ¥ÓCY$õ…u¦š—² -z–Ç Qï˜Ed…¤a:ãFv½J¹O;ÇZK"5çd㣘ÕîÄÊ]/¹‚1•u5zh¨T*8ÛT£ŽØÙVépB -Gfý$ ‘ØÉ‹ÿnx¢•ÂòZ6C·kfÌ ©­¬Tàôi=˜ý‚ŠíÒl+TjÿÑVHäzõ:²m;gªmv¢e>ã@A¡*]ÛLœÍ&û(þ{ß`#‘X‡P3 bÔÝ}Ï -Ü‚¼½¦l‡¨õ›f0À­Ðö9’þ¯€”ŽÕ&ÃìÜÌY›²ÄB'Nò5öòQ¾ÖöI©UŠ6Œc´—Äœ,^ÊYƒÏP÷ ªmç¤6›Þo-î‰ðð7×B:=êO¿*.šaшÔnµ¨h•Z°†íñ ïé¤ k#­ÄÿðHÎ!0®ÉbåЇ¢ŠVp`@7ÀdènOÐÞoçÎý¢é^òKÏyZW½šÐYçZ½ÇQlÃNaíÆ©@é÷Ì¥—Ð}=ºR§6LjjC¸L6¸t÷ÎlŸ« 'ŠHå\®==¢mfD³v(3ÖõŠÙÔɳ›Ù¾D‡Ù¼+â|¨t…–aLªô)DMYG=>áf»¦75 Ž=,ÙE9ûö]Eæ\½…0BؕΤ ܺ{s³Ó›–DtGã|¹ûzb<ç®pŠæ¾ûŠ -›Êbñe)=Ùq'¿ 7#¬¾!„e]å{|NrÈPÈžÎ|²c ìä“+Â"”žeí^)ðàÕØnHÈW­…×£Àq¸éMñ-`èA¿Ž`Ó{gÝí†^ )$µ)gÅ~PœÁ½Ú ÄNòü÷£è$÷bÅùźv)†ºMS­Â«Ü̳jjRKÓóh¤¸wéKF°XN”Cñpü"•¨±n°c`ËÅÐ`ëÝH'g kc9) ØÉt¾;¥$8‰uXUfxýÿ"ªI?!ÃÜ~½¨ZÕ³÷Ÿ}a“;·w­» ˜„%(€NþÿO«¤½È˼û¼?H$j5\>ÕŽ=l Sd9•þ¿ƒôäÐúåÔj{ƒÚ±<¨±ò14$ÆLzE~ý"êrª®ÝŒ&°h¥aoœRÉUk§Âd8ËA7•BðÊbˆK^Ç7+·P/“›!ë/vÎ#ÍiÄÓ;©f“Ù‚­W,ª “FeÇ:Z-%1ÚÌCº8|sXµë­ÀíöÖ©×V}ŸÖ8ßìwu¸‚.d€ð©~I=…ÏD˶*©ƒ‘ÜfäÆ)oa±c÷C*©“Ø¢'™©&#B†‚>ð³×¼ERΠ:!¨ºH*jµÇ:ô1#.íÔtF×_‘Q݆É68·¤4ÜÈû|Š =û4°¤ùþóÇéhKKoØ¢ú¬wâ–i©Ù++Ù EÏö¨eÛçwãeô¢Wp ˆñ ™ÂÀRµöƒý=cðæÚ„Ó£&˜ÛÕáâOb»“A¥Pu(_þ Å³õÜÑ@eÓ9»×a.sê‡Ù©Kº©KŒqhv±e[™ê å½­FcÂþB€êÎBE¥ úÐVQ‡2MiÙ¸{¿À×OTÍR‘z­±Y™æëv;9MáŸCTÂðaMY¹ÄÅ ‰P—1”¬ÓÑÆõ\™”k÷näø:mæuÏ«¢ô []+tÁwŠÝ°£-TóÝèN\`ÎÑÅ›úyÕìE¥™à$6 ƒP)’íÓ†0E±’šôü»]E4wÇg¿H¦§½¥g.õ«<‹­¦0ù¿’y:úëÊц8/ -ank^Ý(û¢Y¨j¤Ú5=)¡«—ÿ<…+**[ÐE[eG )ÇŽ t-FøB¯qº™à¶ºæ²Ò¥£ÔΈµx*n»ÑéÙ‚lÓ’l @¨öÀ<ól'ôr3;¹¢¹ 0¯sVç:§F–Wý‹§|»39©0Ÿ°ˆ¼´ïä$JÂHcÝïv_nf‰9m¨ónt@é‚dÿ—¶dC'ã…ÍD…ÃH/w±¹‡láCÙú¶lÝɧ™qe+Í-b-ŽÈ­@¤¶n)jý“Š*V¬-ŒØÂÌס53-O8±u7¿©í<9™›U>rqoWhNy¢kF'Œ`f?TvZˆ}UGøKÍqv3E¬Ýj¶>Öɨß&û`vMíó†kë^Ø’u^ 8ž¶Õ­ÈëˆÔ£èé“*V¸ŠË›Öݼt½öÓ;áYÚÐ/d¯¿–6E-KNU×Î Iš(Ä"ÏM­ëRlÿ4rßI¢ò´Vˆ$•¡Ãdš1v¶B63Ûš£u®vÌ%rÞº°š»™ˆQ'Dñ¾³ÅCoº s q7gõ.u‰¹Uøì Í„Hî¾+ºç¤ˆ–Ðo-Ñ7;C‡IU¾áº ÌQ}{+¼ÔÜâ¬%Å¿(…t=‚û 1ªýö”W Þ0jôÚ÷%ŒPÛÕÄ;Vòg9õ9›‹tnŒ5ŒIã±êS±¨ö¿Ð“68 úý‡6Ä^ôLšÄ“XÁêHU*%uDÌÉèêÇ£v½Aó¡øbý [²î|1O“Èe-°TËAٹϿN&#Nðko„ÜÑŠŠ,äâEŠ -Ø @2ØÂyjÉ3^5SÁkÚ~¿ÜS3æÃ˜²0 @ «>fHño– L?›³:“Ì“LX:êi[„¶¯PÉÈM…[Òq"E줈z¿´¡"—ì­;*—$XfLÑ÷t6'Îk|î};šµHÂ×±WÔ¦ýRò.F“ýcˆ5¨ ÑÊZD²P™vÖ(¤Î{å`5¦h½ŠTÁZ’pnÔ¢²±Ì9h¶Q®Qyý± ¹˜Éšú’í¸ØË™g §‚N‹€•€ ÷¦1#«N²$]è•ÈÆ¼øx˜r\qŠú;äËt¬Œ\©¨–ž ï[:táw•ÆÙù¹þa^|L̸óðU\‰R›@§½x -‰¬9jÖªêÞVgpT±û‹y‘éO ˜ ¡ƒ?r¬ÓX;Ù47s®5犭k¬”©]DNw„­.`L±ç—âÐÓ²¢Õ*3ÙdXgdK׾Иf•5†ë\iÓúëP€ú?7–wI+öú,œÚÔxæ¿«2C·#_„1-Åí¶³ª¹¡‡½cÑ…)‚wÊí|n-'ïß½“rVœ w¢B@\‹>ñîÇS4';滣:zE™ì_G¨*b“ò¢ráçñøŸ¨lA.¶Ž˜€‚öó믥/RãEÃÑh¹Òùv_Ÿy¨ò@s£åÊNTì~G,j’Û4‰¦"‡°,Ç>Œ²s’;Ð;ûàÀ×ΫR\U±JÌ}näÌ>‰)N“ÙT¶¤0¯ôí3iŠ8¨HÊõ+,yÕd=ŒÆ6 RJ67"ñ 6yiR•*èKE1æã чÎ_#5ÎŽiœª#KÓ¢ð}=veOó(êCz²0/t^U]²• 8¦P*;§)ÄŽ5OœS•[y]óªEWGêkÜ\{“Ÿˆ(Pq§LVn©·Ikœó*ÞªqÎD·7ž0Ç4›#*ÙÄ^?¸>‘žªçÂÉz%õwå²i}‘‡ºÓ¬XPO¡…@^ô<à§°¨`/‡çZGÄáCîµ~Ämgpè¶ä9Î_µZ"˜Dö–48HHŸôb½ú$ÜHÄ)ȵÐa–9Ø\dm ±5?Á°–«nº+“JEôöhLij×B›sšÞyÇ™_³NÇôV4wmQùf¯\>Œ­aËÖÍ1ËY7»<Ýlš¥Ñvs/®7ôöQŒ˜í/ä5- ´vxö¡ü¬;‰ü¥†¢˜ïjí¼]éœG®=­6„1U,F§'a’™+"˜ÎAY‹È*ÓNÌy˜Çš“YwÛw ó•¯]èü¢QpÅ=Î42L[uP„ðÑZ“[–ZôzÒq.Ú¡äb¦Ûž´W<…Ú:@¬:áhR7E À>ÐÖ½°eë®6;\Ç·cí…寵ÛvþP]ý‘VB¦ÐÌqNiíß´¬*† Ç\‘q¡É<݇¡RãY‹`gTmC£ÖyƒîþÔ #W*®FUgƒ^«ÎÜx w´ÁàŽ˜ãFÚ¥ΘW ÈÔôÊ=;ˆxœ{5z„h_¥(z&ªn„EÀfÑDéUw—_Þ„O/F¢QK»†<óËúfeסÓ&v7”ÕóXÅY ˆ­(ï(Ò„)æõ´íŽ,vCi›5èíMÄÇ[Ós;¼±¡K>Q+¢œ.€Ú©¯:ƒ!ë‰ÎÄäê.òô¨\iyd“uFv<Øf‹è‹¬=Û±ÚŠÚ^¯µæ˜Ž¿†­³Ý6YÐwíÂDd5fP!6„u®Ä›Å?¸^Ó^J¤ú2L`Ìlá"fËÃò† lhɃ‹¬;l¬Ô‘‹IeŠÌÅTïqÑR¡¦!æŠ ªº úò±`ñRwF–\ìªÓÈXâ\£âKÇuÐûM½‡+V.G.ƒ.¤³îr…Û“çn»»jUý1?Ððú7Vx¼f]àá¬ÃîOÁdf*;ìrOTÉR;%ÆÄî -?©ZùšË”ÎC}€hcÔ^;ö V)èîâdXà ÆcÎâÑ—ÒûaOlCd|oÞ›d€îÁkµóÈŽ&(søâ˜"2íȨifÙëX‚_¦ÜÐÈÓµQ£oq» \Ôý-U®ö! ×ñ/àœt¾¶rº™Þ¼¼åMGÛïOì „Uìz¬q“«ªç(âts -¸h*¿=2j‚•da:sÚqÑt:™E¬C53©h"¤Úÿì>ºS¤$Ú@öòÁ,V"…ÏJäS*Ëp`@€jóÚêË ßaè!†ÀǤ Ófôñ¨HÄÞþ•¨ Ÿ·{­¬÷•ìSŒ}¢•s!}û¤PBF¬Æ,V gÒÌ¢8ãÞ &,DÞêÍÈâ—ZÁÃ6§!P‚¹’üdN³5Œmî1ê@[¸{õðL«ms=9è¶,åDIŽ|³2~,` Á*Be"ÃÔå¤eÃH°‡Ü=9I€97‹VPc-«iß§ñp²* …ÐVi;˜kˋ—ÔåžJã~–.žõ„¥ÏÀ¢-´cÅ0µAÎ;BmL+Äa¡J"kD­Ú…ˆ} œÍ,¬©]Y{ñÎÙ£ÐAC”¶Êq£gë  ½º"Í5æ'tçÒÑQÙK˜YÕ‘#;¶4ž_”-Kíê}ôVœ¨1ÓeµÇ#x둜£™hzˆÊìïêݽñ!sháJEÖ¯§bÛáíÀ/”ç4Wš_Ùª¦˜‚q°"•òÏš}·äø^˜‡8¶‡3ã2^Õ±æÉ3SÖäÅ7B•äCj[G’ꈣؖK"†N[VªÛ­­CÙi}çû=Ñ'G¬‚>´^;š‹"–,8˜qÞ=ÅÊ-»‡S&½ô|{&²nA݈}³o”¸ê Í«´Ø§¥§ ÅÂQ=çV´ WU7ã(™!õÅx$bÍÁ›} š+§×VâýNxVäÕ:¦Hî`Ö1boý9Î,–3Þ®E•±ÖüeGdíÀ¥Dæºäƒ²èh“6€6·mÀû{êã‰WÛ²£­Ý¹7ëÆÈwjݧØE¨LdšÊ8_C)*`gQî‡æOÞgCï–cxÊ>¾ÚV?(Œ~z±¤UŽ@—7n‘S¸ -6Ðê]¥Ép,ª^k·Žf3«Á¸#mu¼›¢OGÇ~®­´ -ºiÕ7H†[ƒy‰híÛS?ˆ³åˆ†ß²‡ëçQ”\êáózz´µÀ Þàq-Œ¤`%ÍHjïzÏíÿ½õޤw×§_ÿõï§Ÿ·?óôòvÜî×ûãü‹¿|Ü. ¾½½\?æŸyúõòåöõöñ¸Ü?ëÓïoï|;ý†MuMgüîÇox~½Þ?n4þÀ¡1;áéûõõv¹?_>Õן¦ŽÉ¿ótùt}}®|~ûözýQcýO5Þþ9oíxŠÈüÄÓ§×÷ ÿÑ÷ÛãòIÓqÎXüœ?výûñãúýúüþö'ÿšO³¶“¿öôrùñz{ûóòñ²7Þ‰©4ï¨ýìÏ{½]~»>’Þ×ý¸þyùv½¿Ü§ßýø}¾Ü_ÿº||¾Ý?=ÿ~y¹}»=nãî?ÁÓÍŽ>}~ûøÍó·çß®¯ÌtÆïù7¾Ý~¿>_ÿ~¿¾<.÷—¿ã'ç'¿÷ï—=ñ^¿½½¿Þ]¿§2Þ¾ü¯žþŸTeÆ­ª§v•zà…Í,þSKlš ¥=œ¬Sh}>[¨9޽“W=õ\˜îÁÆfø»Jy7î80U~¶Š½ÿ8%…ð!§‡D›YÜØ‘*Ù^ŸUDÙ­OurrŽTñ×îà ƒ<³*ÝkŽ| J%šÑŠyfåB-a9ú;Ò¥P%~vŒóörWR+ÚŠ¡ÔCô,3žEqÆ?fà bÜUIŒçÉWìæ²«) ø›B•xÑ^îN{ZˆgÙ\£œóT·Â5ã(z-æb¿Vz™,‰c,ËÊÑÕTåòøÑ…péqú=÷9¹ã´Î$¯q˜s.Æ&ËU"n²$c*8h4Ãß Ó¤­ÕBÙrpZ÷vŸ\|ŽãE¦NoÆrAÓǨü‰ÈP5?º0”CTÙíÞB—sjP–Šý¬özaE”*=¡6]üˆA†Ú6æp–Wîû“$­„bQú˜"©4­GÆååÀ­tIôyíQ¸LJ©2­G¶ê¬DYŽCô:ÐèøèÏùâLEÒX”Þ› EÃQ¶yÌ…ê`éEºÌ­ëXÐÚXS™~YúÙ®£XR%ÑM'¤FÃZÛžDx¡ÿÿQÍú!Õ¤) çïan7]lîŠÖòk¦YõL¿“ˆîÜ»ówÌ>·Ò¡§üÿT{m©NeâU¤*îʹÛßmÿá W©¨¤Ö!U!‘óîsàŒ"f­àŒuäw>½Ž+«tQ63 °8 øÅF1,m,²¢09ÒéùÍÞµ*¨€c¸ÿcáï{ß-…z€ª êêÀ¸.îµch)¢7Ê AdÑ{éLöäšpN•VþB¸<¦?…îê¤&`Ð2Ȫ‹ûD3š!3‰úùº;4Ý6)bB@ÕªÄʺ]³”²ú™êÀ0uãl˜B~I '»—Jµ)<“%Í[”ЯßBªÀ˜Í.ÄÕ6rI¦Åä<ò.äþBû•À—ö¯Ð*Îâ…H/WÞæ,T L/…Ôkþ‰fP`‹Ñû ]&Jfø³cëeyq4“~“zlC¼¬y„ Ö=¨mSê>ÿKìtM¦üÞ>Öa"}zNsNÆO_ìÀ&|XzpÑ»¨Ãf¦Ç>t0$^çvoó%cާbP»ðá|–¬.ZÕ? hw ‡>ÙôÄÞÅõ_ýtùY>Ü­Æóy¹œ<¤~âáX>ìKÏ]8t 5ý%Ôu¹f¶àm¯ìÔ*ô”é2ƒñ^²c\ë€ä„…)_¾¯cä'5íö0žÏÞ›ç)Ò¬‡œGMèäP0š–P×”Wg.m^í¿ÞØ>³:¹vƒÆ¥öCy^m©'¾òÊ>rmFà¬3Å´áð-^qÓîóåóÏÒ“_3(dfäl“'"=æ+;Õº¯ö{Oj›fÛei³û¶qÆxà°z5ä=žav,vÛùÒ §•̬ôÁE—š"úzPõz¾¨c|Ñk\ ÔEÇ£î È÷˜§5ã§ÐS9þZÕS r&ÓBÄ{¶¯a-Qâ äX¸œwm#OùM¶ér͛ԡ[s†l±v¨Þ5h¥º\⫃5;H¼$ò=äU-äúsz~¿×\÷2#NàçÀiiô{¾O·Òdq L‚(s¡ËJx«[¦í4T|¯MO¨ž±õTÁ†³$Ž,æ‘»^‚7À·jfœiUmƒ¥<4ªç”Ðý¾¯|®k³ì”«Êãbíû‰yb’› Ï Øî;nv_¹B¢ö˜y/½Ý?¢×Y²ƒ%Bg¸â)ÄÌ —Ë\6EMH\äK"6z¢F†RÊØ5 Ó‡æ A¾å–'&Ù†¬6!ìa‚€©Y¦ŠK6Å eÇ?퀂q‹úØÇÙß6¨iG–ÚÒ ö-ðí¶ÃL¯ÛE¥jCä3ÈýÖÔDØ—¯‚­ ºZY âvJ+{÷ò´o?ç÷Jj½µÐ œ&ä™Iö„7ªÆ— ~û¬Ù>c‹ÂaìÛ†?fÆÔ i°IÁËAéõ–Ð eš¹Ìœ”SÍË53×ä‘}7{ þ ÎFƒŸT¨©Z§[K4G­j©Ö{Ovxµg1ÏÚAò¬auȵ¡¬+ -¡€]dÝ3È€(7(t^îOáEw=0OÔ¿¢Þ2EpóÊHö•{Àª´QažÀE½ÕJãìoíÚß}e%v™Ñaúž%RÆ÷ºâ#åXšd°çg”ü¥ïf)3-V]†aˆA-43Lx¦Áô•Ô5ePäøí3}î-÷½Žú®ì.©œ‘:•¡³:ÖÓCfå[ãÊ—µK©Ú* '•C't­ðj5„ Í+;¡ˆI6Uª¢²ÙQkôøå¡ÄœDŸNw­Y€F ú>ݨ’ß‚"ÆyÚJºò\Gëvï3[ï=›p‚ê,7è'ä_ż?ôy *MJvÀ÷Ì^N 7pøöxNù‰ôj ¡ó¼»ç\å•åðÓÄ_Ôž-ck"XjèZå¼Rɉw¦~=¸…9%·@0œóQƨÙÖPÀ^Á@;_x¼ þ%lMïžÊ8Õøýh^6ùIyW $eæhüÁµè);þ_QßAˆi!6Þ¬2mHu@1Pêu@]V×Õˆ—á4*M¯@n˜©cc«‰ž˜ËxÏ­_íyáÖ@‰š1op®sÄÅïÆ­E•Û•=B2˜nÐ=ü`Çÿ»Æ<5kÄ)”ô"ÏÑt\´5í[Ñr€ŽB•ðYdLJthI·þ†)am P‘ർ«Žr~( -»ßó -õfl´ªA”„1nqø^!§Ø=åôÁjQ¹¶^Ò!ñ_ìðEÓ's\Šk5jQ †ÅÑÍm'!?þ$z%;úßÏ™y€*«PØ‘÷óœÄ°(ZžH¼Æ8Õ\"—ör¬Vž™äá9‡ù)ÍQ@Ë $󲺭LJ„“RË<òGÛï=ÉŽmyÛ@D«qK8çåÊP²sÆ‘âe(Êü÷ -ºÑŽÞ>ÃзLöÏQ --ÉlÒÚ8*ö=Ïÿ˜õx@&`\Öu0Æ|:I•)Šê0z§mY¡Sl^rö\z2x£™¿®’jÓ-9zû¡>#Û:‚,: YI·`5¤‰˜O†Úäc ›fŸkÇüBýJ Ä¹Ëm¬k2é“óÿž  [ÍËøÞÔe_ÙÙW†ÈJ¨Þt}ôX£EËpÆo*gô¬ºx—åméF$bëÜ]p•,nýK8+q§‚qûÍ)ÏõN5[«Ýjðr9ïø”’jSçC‚z’MLŸ5ŸãŠ 4†=lñ{Qcœñ»aƒàiyt¬¶d–pÀ}Ÿ¢ò%(3Ç3`Qå¤nø4 ¤_ì ϨäNLßgØò›'#FËDø³«í@š t>)ÎJjèú¨@wò<,ú •¢ bÞÜ“d¶¯¤Žñ ã/wÊ#Xff!2­µŠ ƒVDS³ýÞ“ˆ÷ð^¯:ó}”i;ft~±‰‘YdNЮ«,1ƒ‰[øÞ~ÞB^.›ú4 h þ$s@‰ÓŽF•œJx^Sg<./©2Ò<ÇmX:˜D‡çæí›§ÇÜÔ!z‹®”OmÔ†¬òÔEîšd|ˆa´jÆ/»¤ÆtZ:wÔ›eÚ6ЛŸÁƒä¼ûiªûôRò‚ᘟ龢7—êçÕ³Ÿ¶UéWžNƒŒ[Ï]ef¶9¾¢ÛgH!q\_ ,\dc™rs £àÜg7d^¯ÙY1!” ›ËîBnW Îÿp’Ó~À®yœáneš;Ë„Š-ZLš$°ùî+LÝŒ2K…`tM4·Iž‡” žZÁÊ8ÔbpIÊ«Ãe¹•ƜǑ:0J‘¶/>ór`?N„¦“Ðð¬n~,~ÏÇþ½õAåûîë×o÷c{׿¸÷aã~ý£?o]UîËÜi6½ÿ˜ßã¾úy^?á³Ûܧ«_ABÙ×оõá«êbãÖïŸãýç`ü$îlK×Qu¯úßMÕÀ§pº·¥ÆPçi±ë@Ñ·_(ž|ÎÍ Ÿ@ötûeûo}IÓ­ßÕœ|ž’ôø)œ½ïW;[ÝæÓ®¿æ -Bdÿ5×ôºôùÔ[‹‰OÕk2ý="ÄÿJ_´tý¶»Ú}ÅÕžz²Ñ>÷ òõíì¬'‹Ív½}ηýÄy?š2Ðþw­:–—ÞÖ>öu§­Ÿú½§ðã äÃÿ·ÎÛßýéSý¶EÕ¾ø¾ÎÇMGZ{xÕü[îÔwVí½Y»ëhÿ…ûÇáõqÖxüæ§æv¶qïÈýxbA–ƒeÿêïþ£¼œÎ\ ÌѾƒI™š53¢òRï¿Ö×èf'¼Üý%‹zâO”äœ -s©x‹ŠN¶†‹*!žÑyÎègt‘3ºDC3‹[Òð0}™¸~èGÏ zÁkBgM¯àê½ü4@³N=ÑÛ´ -C·ÃÀ6ûÏ ÒÛ Ì½!Ø^>Óçúž>G Ïés$ú™GmWÕŒEEï8›4ï¦ÖêÅwÍ;ÁÜÛRmK ÑĮޡïÁœé §š åèi^óÏ%YÊ@sæLÅÕ‹p«â§~¨"14(Â?Í8dÉN2O€äû‡‹jP«ä^‘)–kà={¤„i°HY`32A×ˈþ¿G9á~Ñ×èÄy©ÉbýÐÆ{?w;Ü$2ÅZxßÿ(°Í£r§Ì`–èµ—WH‚üÀ¶žjÊnaÊÈwD´”!N•ó‡ÀÀ®:w=‚ÒqÃ6´i±dŠ™Ì3“ ½(c×C:;†¤<ìB BêàÛ<wŠÖhå›;ZŽ.£ÈëÕùbñ¡ºØõ®Ž!±Dü -æ0¤Jbù.~ýØaȮǔH¬¿ÃúwÇ6÷ìåâÅ1™›\ÿô ‰1]C×ÃÐózžžG çéy$z™~Gá¿<éy=¦ç!ô<<=@Ï#ÒóHô<2ýŽÂy0Òó zLÏCèyxzžGä¬8¡ÿÿ@ü÷uÖWíÈê¯ÎÚn‹>t½±½‰ì <ÿ-ko‘ ŽüjÕØEâXá Ñq -lˆ*Ä©@ê&…(£pHƒ°HW]½sNu×\r“‚#ÿ½ ÝßÅ¿gÊHiªCØñ™-«žGÛêWNìh -ÈÁT/‚¼õ+ <xðpàÀ#GÁަáÁ <x(ð0àáÀ#€G‚MÃC<xðPàaÀÃéÞ}*AåðHàQ°£éÏðæX]ýŒ®5Î<6k&xðPàaÀÃG;šþüä^ð`à!ÀC‡<xìhàÁÀC€‡<x$ð(ØÑ4<ttà < -x -JæÊ8„—“¸÷:ä0¤—)†ýÞý}ÏGêdGH‚yØ·Nuù·ûgʡ¿¥–SCL=x(ð0àáÀ#€GÒÅ/œûÙÑjx²,JÆŒÂO&My0—Z!»¶˜ì(üPøaðÃáG MY*ã›TpË È²n†Ê{ÂÉæ¯ûr!Û*ïu"?úÎ<@\§ƒèÁäÐâ:¡bJ*¢¤ -< x8ðà‘À£`GÓð`<xðpàÀ#GÁަá! Í8µ-"DPˆ`t¿Éo™þßkmíŠÓßÿœ¾î3ÍÇþºíëþzõø?Žç×ËÍ÷Çõy›‡–˜Žy¼~·'2ýý¼íÛ2–›±/7·ã||ø¼ëq}{8]•µÛ:pÕê´ÔiY÷—íõëxTUȪûLë²ý4ÎKÀ‘$ï¿ÿ8¯Ë)üt<,ëó·:'l48q¤S±…ÌžÎËõ¸È<®ÛëøîXJHþÀ‡ÌãyÙŽ÷ñ2ÿfžžÇ+‹YäG/²lãv}µ³åŸ×÷ñ°îóú“­×ùH—±/ãå²íçÓï1oÛë¶<UM¶ ò¬ér¼ülsN·ëb%‹¾^Ž·—±/Ãéݦ‡í÷zZ?¯ëÌŒ}þs•Jþ«Ìº¼=Ž?÷ªïëÃq}\÷×!ßY ,KÓÇßcý¬É¬ZÊ®ÓA²ñM¼\ÕhV—”ìÏñº"h;f ÍA'R„éø f2iúT™¬zÜ뤊0dVEá`„*£…wÑòî6¯8…YOÎ/XÉSÙ­Ö^ê캺¸žréû;‚ó °{¢Û€ëCé^î S¶ ÓAð ×lRæ÷1Eã•­†R†àE©²*7¹Ö+œ³{C¬“ˆ(ìù¢>u£P¡d´c^vÜ+(ý}“ž„Ä/™:;Ú·¸y‰9°W½.„Úš#7>|ð<™ÞJIC§¨ÞÍ<:èÓqK-µ˜?&Af‚Ôe©(ê/G*§Î@é|¾äFR™~÷œ†0Z (SsÏÕ±ö"ÐÞºPùc/ƒ›™c¯ -B³vòIz&¹qölzy/M™+òM­zÊÚ]Ä`\3­Ê W'è¥ç<™úC‘–?;QWPQI ©]/·×ö“ ůNã¸9B6‡ÑÚ^t¿*ÈKOÂK »µ4E•ƒŽa¢¬Úä4o±­ÝjÕtfú±…Ü…¸QƤSšñnºZËRd™­½ŽJ+HíUµmuÉÜ)5ÎÛÐ3HOÖ•vWÕ¯rãÚ¹m§Í›ç=&»î®+cIQ^~£ò4ÊxÁ €ÅÒh:ƒŽNÉÚ ÇF7ÊfmÏwvÛm×f©-:Ù|x]p-!w3/âwP !’JDùxFèêD»×Ú>}ûJÞìR!¸öHÞISÏ&7nûóRB}n:Ç3 -,ªèBj¯oŸø&eΧRIâVÛéîWòEq¶I¡=? w¸U`µ’üŸO&sO¶“m£¬?Ô‘B‡zcÞh\ã}ɲÊÉ8d¦ˆsÐ)eQe›m7M59ßrÃ4ÂpKÚ£y¿T «g4Nr[éêE~é„Ée—T&Y³Çð,.¼>žeÄà‡2@µ‡A£ æ£l¿dÕ iWVþk·äSidq\Æ{{žÛš÷!ý²H«ë¯fÆ_>È_“ˆÛ¤ä^0Ê`¾Š&°rQCÚÞhµœX¤TZcI åÔÓÂÝ8|J£MŠ5_RV'ãžLÒÆ|ÈËv²{E`(ƒ¹CÜ/E⢽¶»mQTXcµœ*ÂÑ$}ü âˆÈÚéšÃݸÖù•Ü´ÑvƒM”kŒ ±W/пã·=ºH¯~Î)ªÖp $å*›ø—[ãx~)|£çbHÃ[R²ÄF,>]ÔÊðµÐß¾çlÆ’xÚcÉe•y1Äîâ0$§Oè$„ã–ãªd·6b?e·ÐxÆö˜z áQªÖ„°.‚B/çj€(Èî±Ç:!Ä!JÕŒTDI?~8üø‘ð£ÀGÓü`À†?~üpøð#áG¦ù! «ÏŒÙJ?~(ü0øáð#àGÂMóC˜e©ŒÃ¯æÛW -œSÙðß;¶Ç<"ž\j%–•ð( ¢¬‘ôÿ¢¨&ýPDA) çïan7[±¹P´–ߟjê´ÄNÜK³eX:¥Ó'0ÒÙ¦Jh7ý_µÒv®ÓUº²Ö{€*bä@nåUÇë¶?(óº{®B%µ©’òðÿâ×ãHçq^·±è\” :`8â{³ã´Á)+¤¢¨l2LKƒ[·Ýuîþ¤O, Ш,&‘²íD¢9hý80i‡ ­Zh]|ûú÷ö÷—îV•ô¢þÑÅL*K[î0þ?HãÑøÃ„F2JÚ„oviù©Ý…õ€›q~Œ`h½{dF.öÂc‡,BŽðç~ãЪ‘ÖÅ·úÛ /a2Ïý‚C˜ÆMã!4âá̱C#un»0·ûÐßÌócKëÞ£5þíÂ'6Ò^¹L°§îՓ̬O´&™~ÅøLt1‘úÌHÆþw0$X2=IÞ*öÔ±ö`f‰¯á‡ynŒ€´Î=2#{á1­–)€)¡‡yŒCš…ÇŸE“†¯~þËïzZÀkO¼En\çõû–âjíBmb7n½£>Ø/@`‡VM´.¾}ý{ûøÃ4þh ?BÂ+6Ò¾¾r^)dMÙ™{áMø|)¼ƒ+ü§åǰ§ræó[à3ŤÒGÊÿöq½%ÓIcø|cóºi*ª´ÞðùÀ6ÆàÇ® þïU¿Cÿ§yD`Zó™©§{á!Üb\+€Ã‡‡ò4Ìt¤{aE-uH=@¦¼¤N•=…?…7Y†m²–:xÈüÓyöl¯]“Š -ÖfDrg£,¥è)À'ꋨ=Ú\ÜÊMÁ“eðä?"PÇÍÐ¥ë3d߃ye¹@Dg‰‡l ˜ÐHõø¬}7ØÎ÷—ãeîCs'¡Øëõ˱<¤ËZ#]\ ºëÛáOC¤F÷)ülw=dEÂ$$¢%µÈÇ -"k?…nfêÌt¬¯ T¥ƒ1·®HM†ËæW7í¾!iœÛ™1ļÙ^O­Ö¨hßK}óFSÊT ¶—†”FâManÎEf:H,å ¾Ø› À.שò ‰Í=Ù]#ÞÚýèËN'ƒÀ_ Š$Q¥;>Ü|„ŸÉŸ tyÛ .1£¡™Ÿ‚:ì4…A[ލëէ缈Λ£ôlx Q×½¥à3{45#:°Ë3RóZ¸w>0'ëæèÕ „Y­T/!ØïŸ[{s0œ?f\êÑÖéËs§&Ë~¾ 8’£¯ð0`ŸzAªÒ'-)E÷8Ö -´A{ÒÊͽէ²¦@Æ!åcÇ} °þ+¨êåÎmÖ`³ñ?Ù½£-·46/‰­fm_¯B¹ƒ¡¿âJ4:ÔÒħ -´L]coæŒ,!Ôû蟌n npÁ›ç(stvu:¡ žO -€|¼„èÕÕytå"âØÌçG[×Ò\^Þ–Ã~¾‹rº¶VçÕ˜'a‘¾ojâS´w!).®{A>™'yá yø°¾¢tLÚFáþ½…]5²F„ô’=E‘tNž6c+õ„V´îwîéx³ùlÅYìÁ°v]Hm$­ 9tt ø¼‚Ö›‘š¬©Yhö=Àx¶FVxY¥_à_§œ\æq&ËŠWxêáòMÛçA™ƒŠ*åTÍÚ?¯ö˜:= /kôËÛ„nöTzø¼9¼y+iÛ-çúur톾â#ÐùëêM½Í~í. Ùé—V“zD@¾‰R;'níyî«u!•S74î’‚m­а: ºBÕ R\!³·±m)R¯Óÿª²#þ€q"®´wHpŠŽ-Wäl †ÕA-Ÿ&juÒˆ‹÷Pϧ—Š7‹n ›9ºŽ7‰úU§\ö½„hÒ‰q†—bÝÁk3åÑî­Ô¦D>wC\Ò^ôœÂ[ FÙ&Ñ­kïèð…Añ-ΚG´ÂsynURÀý@dÊ=/¤§6$u£bïP½ºÓC¥8Djö{êÝiqØæmíèf²þ,VìF=0¤wL ÆG ÓPÛMNg|¯ -È 5,­yL΂î>HÙ±ŸÍ¸AàM;uÕ¸C*Št÷àÐû‚wsO8-Ï´Î[ÍF…XЉ® -?YGà v/‡1ÓPwŒé¶DJÙ…£ÇÑž®ØÏ/ø–?u…þW£¬·FŒ V낪ë7ð”´ÝXp2'é@oÜL%»ë›¤EÝ\ùoyu85zj½„>Ð!mЄ¨¹3·ë.qó˜¬Ó^¡©¯„nD wˆ;E»nÄ9;‹ØÄ[„ÐÌIXøà(¸Â óð0d ª‚Qþ°¦!‘yƒŒÊmü—Ëþí>îû–áóçðþòc¼öѺ÷ñþ-?N{›+×}\¸¯s_èÛ‡ÏgoG»Ë·u{Þß¾DCKê§ÿ~Ü´x?Úø¯_¾ ‘ý˜ðð¥Õ>Õóð™L1ÿÿ_ϾLI§õ¾ø~:>gÀûÜža¢Ïxæ çe{Ê>j®[õ{½ Þ”Ï)_è‡ù÷ØýáÓ¶¾èžïó™Bõ§…¹îK[_õ˜OÇ»§ýbý6ŒKù–>jiõË÷=j÷W½{Ÿïû™•Þ?êäz÷Sú¾›ïê‚g|žYw¸.i|Â~¦KíË¿z\Z?O§:·{í:×r÷}î‡Ãe=~î÷ß§/_øíãÇe}µ+kŸÃ'û'·“Oþ½ù{ûä÷þ§ÿWÞ6ßOëþð%\‚(¦Òß ë6²â Ò º ýØûÚdŽòl•õë—=0‡0\i‚„O%^?Ümd§…Pu¤érÀ¤³&)J ‡+~5A¸ß’j»» >TÛäQÁªÀ°ËÁ»Ð )/(U£º¨Ì‘YTüYÇðQ?*?Œ¬b¦ÕÈŠ:û0 içœ.µàúÌ<î|]ó€Ö*Ø3*/$•‡‹I4‰™4ÂÛúº NÕ€˜é›ÆJ{ì (Ý\袲E+èÌqÁ¥Å7óBšð&%ê -æBêˆlE‹KS\SQQ é-)kÖEu3 iZ¦Ây?¨Ã•a{%!AJ–€ll ŠaνjJÊ -ïÁ•aÊ¡ä˜+|ÝE©m˯›Yˆ ¡kHȰò@­Ò_Q2Ý“yØ(9ª<;i¼F§œ¦ÔSÁi.²äñ1Ô¤P› è|Ðô‚C2NxOjÐ<·á¢Žûƒ%&ø-^nΑkƲßÛ++ JB+’„£ ãU«‚´¸ËqMSv¸ºØõx¼EZÄ {j¢’µø°­”’sSËÛ.叿ÞýeøWn ½-¡²ÅmJŽæ®¦‘±–BÆúFæ ‡èH®—uF*}j8ÆlõaäÍJ÷p-‰výAd3â``gTÝ7!ØØ]Í4¾ ®;ÊŽLc ³žuNpmû ‹qþÜ7aMQCCG¹ABxZ¸ÒEªB{ÚyyAˆé¸qY¼jeø-.HžˆÙÇf_¢|{êÐg.KÊJU9×#ØÄhÃÕ´n¯9QA0À2lí¨I’H¹E Y‘×_æVÈ%9!ï5+€&ÈC˜2Ÿ¢¶5YKÏ%—/0àOÇNI#¾ .èÊðpðƒ¤¬´ÕûÕêóÚøÏF-›3<Ý©ƒ·Ë?^Ö;çL«Ÿp_VòÄi„·—$X¤Ë>UEw5Õ1È£J‡²ƒ0¡‘<¬3ß,ë<6ÌIî^ËFK„Ê Õ§iM˜^›¸š(•ÓÝD0é–TeRtó—-òºêÆTÝÌ„¤]VÑ +øY^Sg&Ûy×.J£ÚÓÓ:˸ò¿}¥”ñÉy°›Šà¢'½§cH²<–IäÁŽ·¤å)N^ŽCÿÐÝDy²Áôöœ7œl…¥„L¯a{Rstï ê"ùEœlö‹‰Š—ýŽÙ´ó -uIÞacÓôŸBÓ‹1·:mÝM”Ä;´Dâ¹e •®¨¶¥„eïöênÊ0’é58|ÔˆjÁøvs.qª©8ˆäÈz¹‰hý» ¥ñBfݰ¿KŠãÝ6Æ‚ê@øyý:ã½XyöJù"XÝ*‚í-J… !Ù‚0µ0i üùXVÌ´›âUñ„œ0Œ¼^Ù4©…÷…ç¾³“(·ð±ÎêJ²rÍõÜû*\©†Ñ½# ç ï‚ÂÅ«ãäÑà÷„†èÕ{0¸*¼ãÛ¾?›E‡“ö´l<¾/R-V¿ÖCG¢¦HfÏ@[#ž”;L¤éùBÀ¸bω»—Ìç·ÎMgúÌ1-¶0 -Ç#SÄÄo-z¡›I°½¶éÈaÐöŒ/H“ ·™Ô(3Ìœ3HgÇé aà:T±·[Wë| Q9`’±õN‹}ðÐc®‡h£}3ˆÞ¯äž,hßÛí}3ÅL‹}§uè"5G»·P¹VBîP›™†[™.;f l«èά¯}6º©É(Ü>;ÎÍ]ÙËÌ٢ʛ•'ˆÛ^F’œ 'Ì[²UŠåHЉ¨ÏŸÌ÷UÀ΢‰È­÷Áϰ¾ -¡ìwŸ£2à¤a¦û>â±>»"æHÝÛ»Í7”:j|Sê¸Ð=׎¼D7áDÖF‚ÑÈ=nɯظ1:Ì¥ ­6­âR ïíÇÄ{m“×PzfJ”i½«p…›g˜P)¨$`öÑÃvÞFFîl”H@Û\–Ïs˜¸ÖÉsz°ÜŠgìhGÿ#¬='»­æ¨<eù›[ÛL’Û»r5,Æ@7—`{Ѭ\- Ѓ¢õ[”-ˆ›iø˜_7axú§c¿¾?íh)I7V#Se å%Å¾ËÆÛ^íg²Ü~ðv×ùƒÓ±if6h¼ Hz5²õýÿâf+õ_¿ j-ïͪ¤ w™!vÄÏAR!©ÐhXÙhxËw›-D3­ü/}(¿|´²öê,Ÿ#ù.Àq*÷’²TËWo±e;m6«b™&Pö¤¬S~Éuœ - È Sm¨œëi£7)^æ‘>Ò¾ “¶Á½…%/êÄõ:¬žtÝŠž¢JjjcÂsäÞ¹ÕŠ¯®ùåC¡âÓv—u­7&ë.·Þ×·êÒdV'%2ÔUÜå:íõN‘þÚä‹a üüâƒÓ6°ÙuPêUŒ‰’î/Î:T[`çËñ'ÁcÔ‰JÌÂÞüA[EFÄ–Üoõbcwyh›9u@SäÔ Be_›Êä2¾%uÙ7êÐb½0ŒAN@>ã‰.Y¶4·y‚©)êj‹pÆ0bLMãýå—ãQ;>ùzµÁR7ý"öeÏÌš£X¾­CÄ–äÉF+j¸ŒOŸ0Ê®™~϶%Þ™Š7¢ŠwBRÎFÇ -À¾g@~V KHÈ„¾ÜÊ& RsÝwiŸ"¹gfš3öÚ;8Þ­Úáá:qÝŒkmËò:(…·+Z­0ŠGÁð]tZ -Éi`¥¦ï£è,ê8wÑC¥ýÔj²7@%—ýEºÿ!àUÌ †ÙÆ÷øtªÝ·Y‡œ¢E’öô4ã¼µRÂà<·GåÝ1âæ©Ýò†–‰œu†± -£ðÆL=’Åf(«)žW„ # ‹D÷WûM³5´¨]VhôL¤ P¥Õ}±#ýQv®ÆÑ&®ˆ×C_ÚÜ9¸¤œìf,¢m…ÙrÞsût®`µÍú¶ÔjDŸŠµKÉG€ù¸…„ y©‘4ì9…Ï}tÝ4Ó[³0¤´Û\MfwÍ€ŒáCË]›¢Û‰‰+ôÒbS69:·/Ò¶’þ`pÿÎÝË”°Î˜Õ{r±È`v3"R,ô!{b–BMüûÇ¢YV­î°ßÉRh¹ùaÓä÷AçG Ð1#ÀýȬf ±Ř=px¾úØW„™gM -3·QÏwÚ@¹hu†Ó2Ÿ?LÊ}AMÈ™Ó8eðq2 -˜üÇÁ¥w°?g4Ð?óVö"y*ù@Ú‡u»½ŒÀõ£| ÖëYY,nøbz@;aL‚- Qe“3R„|C˜u…h“J<´±”=ÀZ˜ÈRÅÂv̤N+>|ƒ†”E|•9ƒ»Pz˜·M•Éx4¦üÖÓâÙνoF§´ÈÞ‹@‰£ Ô jl4SRÎ5“oöin`dÓÕp*!·±Ž¼!=”üf?leˆox²Ìì2í5ÇÉ“‡``æ¼›¡3ÜQ¼ÂÛÐf[UѲ|›âj ø9¼üœã >²MYûß™PÙB°ž6¨»­ù2SÐL#gx ŒóسC£±ÝÀIû߀\¨My²ëÜH¾Y¿"÷S¤ˆÃ>bn‹¹9 TóM:Dq a¦ÆïoJ¤¦}K†Ùí>`;OÌ¥ºŽƒƒÞ¼âÎdrµ+š4 -‚³5éÀ]P<ÎõúŽ: -¨ZpÉî踢_€’jM¢ª™ùIïptʧЕòvÏŒ[øyÜóÍ+î2Cå¢6–·Q¯ÝÉ]~߈ñ]áìK$|c2mlwnbͼªm Ag«Ü«ÖÌåŠÝ^Ù(ôLFèâuÎKß§oiö™sðPTªD³º< <àUøk˜?içè¶p_U¨ÁÄ} ¯þíy岨ûÔIœb˜'Åe®W?*aµqïöQݱí9Ù‘¥Šg?Po`ßsdßú‡§+|±°}™ìQJcÛ{@¨è¬£Îvj=¸Ò%êXÜ@žðL€5‹ ÈWuˆÂƵ»á`SK:Ýd*šÍR£s{.ìØâŽY[S èR$?´‡s?"»ÙµDnv¦ ½{q(ÕK”¯zìiœ0² ‚Bw$ ÐüeQX7ïL•xÓBX[ìÍëζ›é§RÄWH’žbÒÿñø´e„Ð(l¯c¨ÿõK`ÃÀdd[ÚNæÁ¹qó¼A׌„è-üñ93…)_Ktæ«HlìÕÉvµáÑ«_;e ájóP¨ªÿA_½?NdÉ‚îp‚7 —),]HN1Cý×¹ÎzOÝfŽNãk .Ù¯•2ëÃ;Ë$<éYPc…–†¿þRØl!ØE˜ê µ&ëŠÂœ«X‡*SÇœj»º™ùøaº{ÖÈéêA®XVG0iß$üù!(t;xL´Wö ô96Œ2­vb̽]¶ |fž'Ô+P7lótA_Ú -5ý­gtÍu'fÒᕪ˃ p«¤3Ï/¿›¶RZ¤!ç%w(³Ödß9âÑ‹Ï;bB¾9µ‚o¾±-døô›ûC -¾¡¢œáèc¿[Û‘mÑp°h.È–®.ûŒÁ{Æéƒ¯°ÀeQü!0ñ_S‡Ï¼ËßmæTã\G0{ÚÈ9(uj•œVÇþÐûr;˜º^Dö+ódBÕŠj&»‹ ²#èÛLC˜çztfqÎcgQ¶a‘\ì-Ê>ø'l?kVInÒEò 3œ”X›å&Üq.v®§öté;Ûò\¸Á"ð"ƒLÞÖG^Môƒ޴ã&}ÅmWK¡Ìxnh$ù£ñžÜ(ÛW6Ãr½Sr{3²õÚ mô/_Ü1 E•FíXÀß:¨çl ÙÅ’g…MóyÛ–2lêxû¢bâEdŸLjƒ²HŠQÂ3t"-ŠL†)8fß]œC®ê³3¶_&ÀºÉcø©‚t™)è §Ñš:îC#÷ÿyîô«ÿòM˜yzµ<}ô¡d¶ÄUfjä1»M̸‚>³ÑH#W÷A‹óLìàj[üÎK«ÓJòÜ…¤=h^o,€pÁúLóÖäQÍä= –<$·”¡/¬ -ÆXÌ¢FïxªT²' -T\hS ¦ó~­ñ¼=̳ýhwçÀXÄ5Uodq#jB®c%×Y—Tô#RT½0Yf ¾þ‚ƒáX$nAæó> IÍZiÑ·RàÖ.EÒÍÁX>-DþîÚGmåg¦ÀR?%ÌÑ?)ïÔç2:?Æ:/`/ùHžQo—ž!š&è¾t_0G®®ÓwGÌè Gso$!©ËC;X›ð°¢R^q‡yÈæƒÚ’{ÅÓ? ôÂ* b|aAïp‚ÞSÈ{Ó¶kÔ$Ñg–’OP[ÅÝf™¬€ú¸ìÌUÇøëŠ7zh² ë„cŠîXLCçyföLý;ötP%ÜØÐ6@ýÍï|^ÊŠ‘þ&ºÃŒCo‹/ª^ÿûÑF湡GªÎ2yJP™1ÝïeYµóû] {ræ³b¾ÈKÓš-aÎDs/r{ O8¥-Ék^çô,¥.MšpÄ©ÅßkþŠ,Èc{î8AYñ»5}îPxr»ûO˜eë̘ýfÿz"@Vw! Î¨:›:¦ˆ¶÷/翪AÝŒ,EI Î-j¶ðwÞw3õŠ4ôGÐôîÊ®{U<¾.ӱХÕ2Õ¢`Ñ;¸lúÍäËFHá=‰9¯¸hœßæAðú”ó<Û‡×ä©ÙÎ6}§@ì&ìÚ2HÔ)Þ—ÍŠ*‰3|êaqa&Ï^¼vr¬·'[ÖØsø"Ïçæ––Èô{“º"E&0õÒ‹Q¥è’¸»’ !:mF¯Îó §}ôé =7Zh¨P9’}íXÿêÓT"ÆtÒ|×ððé×}“™¹?¶ºzËm¥.,46ó /ýNvZÄ@îliGØ¹Š¨÷]åm|<óÅ™¾š‘Yílà¹Î¨é}±¦õáq™// -ß]ųOµ ´ÇžÆ:¥²½æÙw]Èôä^8½‡$bM1à<ÓÌœ{ꨘŠ]ܲFÎ×^ç¹r™°±©39ÏÅøiM÷-~ÝuÛ–Õ¨ÊQtüóNá$w. Tiè½{Ȧ÷}72—ŒrµÕ,ä±- U¶òÞÂwÆqOâsßùˆ›°ˆoJŠ6§ïUÊŒ`[ÔÎ…ÛÙJuî=DýW‰;‹ç:ƒjk‰çƒÝ°¦cg¬ç©ý½:Xè¬x#¸G)Z Ï -Sº˜<‰|OlÉ'÷x˜„ª-ã æ”¤È´v¢ŒÚWiþg3´ãÖ³êx>NÞðÎ[ u¾ÑÙiÊho<âÁÓ´¥xR y²™°UHQϨf¹½u5•5c¥O£?ÜÙÈ'f™7uz(”¯T¬79—5ÒG2±ƒ±_0!ÕHb-BÚt~M3S·ä\ï ü–•=Ÿ·ÃöûAobæ«D ’uµÙл¨ƒ_ÄÝZ õÃ$ЧÃQ0ºócS~M‚j/Ø]îCèÕÙõU%°7,WsuÞ¿DsÂ/ïn­º&RÅ#)ì¸ù££ßUc/¹•Tw^aÛÃàîDTŽæ ¯ÑÎ.7OæÙ·²/±‚f²<øMöŸ–2GÛ­E»Ú¢€ˆCØŠ·„·€³Ÿ",pÁ£xßÁƒ4Q3VBA·åÀ1¼¢êÞîÜ -Þ¤ºÓ„òÅ,¹¾‰š—Þº¬¨ü]O*t^éŠHÀ -lgý¶¾Wq…1 ŸŽ°Ôùº” Ã}t¢Œ^Â]žµ]» i!\­óöC"Ò›Ÿ§Ê}ÔéÞvJ$ì*ÉLÁñ$rg xos®á‘¯r÷˜ÉÂ>úØ«ÖÚØ¨âv8Õ^Ô&ƒé¿ß~¼I‹;…ÐÅœsÓ6fú&§åˆ©ä¢àL4& ‡ù£XD5+…ÆÒŒ)Lxš~Íá<(„ìž+¨ºDf ÒV›•!?õ³­"‰Ø·þÏÁQ­ÝŒè´¥è˜Õ]›Œ¾î ‚é -…Pó€R8 ‘ˆ‹éÔíuðSd« 8·+ÖTÊ\¨7æ(wõ]ë™øéú)] ¶eŒ\ X·±©£NÝ"Õ¸hR6kïæ>¶°ÁZ™ƒóxëÄñ¸ý,»“¯Ø_hÌíPr‚ -×ÇH›žLó_ÒBÁÜH$ÎëtÚßv×Ï;fŽQ…Ó¼Z,ŒÿÕ9ÊÄë=6 …;Ù–ÜÄ/×0é -eP‘q m¹—Ľ-Ô|úqÁafžíí¹j§4eœj—u†>³ú_¦>Fºn™±Wì¹7!2doÓ:?;fÕ5¶5ú&)ºö£¨NpÁ•aï©]Ä”D¿å:&e(Ù;€>‘;ÛV^"Ä©tÙ»r½àýœ»ã+͇ˆ5}ìÜrÄ@ Qg-U}©‹,+ŒÂïWž„5á½dý”.RUÚya¿¼2w­2«^uhÿ¡5¦d¶(6pë™O ‚ßíºƒ!nþNC#%ß0ÏÕ#¸¶þ,Ð_Vý¿X-è6™3yÚ ºØUçäœH{̸Fáà -ƒè#ØWœï6óñÕF¥b÷Û:§'àæ¦Žä£ó{/§~JW³1­ÙZõ÷!†cQ­Î¶CÞô¬wš$Á3ÌGïß”káø aÔÕ!þSš­Ì¦´€†µ®¸G¬K"FäͶÎiÖERO’uÔ¾n¶êVo½çÅ<û¥Í=“¬À2š´Á[ƒØ'ëàQƒµGÖ(“¼|¤-ٽѦÿ2±­Ëî%Uo3é¡®´×7ò·âz«-fÀùÝ-`™±krïdÛw=»0…Ñ{:¾ q£¯ëY¶†¾”H1ÞÏJ\'Ô¨’,p;–¥_û«ü?ÍRÃë¼ÕÖÆY2uaÕL£IŒ°‘övÔ ÑF™ÞÚÓ-M ÑœA°or•¦Ëk [¢7]¦¯ZâœÌ3¦Uµ,Ž4nG¸iƒkÐöxêÃë>i-Õ¯5«Å°¨Ãé‚¿s0À¯çtÔ`|™e˜ÕÙFÛú¸4ÜÍ®— *msª*ßi¸‚ýšSnVd±I¹bÚ¼VñuÈzÁ±¥*½ºp ›‡D¯S>?ÑÕåt€à·îéj4!ÊҦ˱l Öt@w†NË!Qý°éVÂïZ$iµ§»$ÆþÏ€W+q->JËОEs öì=n´á©9@ûbõÅ&€Œé£àÞ™9âõ6 ÔÉè‰\}OG _íyá|Ÿi=ˆõÜ}ï[¡VÝ)Åwmç&£#÷ëÑš#b—*lÍ Oɽvf›œÐà´C˜§¤Ï•ôfû&hç v¸ÏÞ¶i»=°ãÒ>5ïÆsçòßHm cùÐÛ"/óé9 _k)¹€±õ3ôîê ZlêÀ9`œJOj°ÁrÉsæ{BoCí½Ö‹~Z4™Ì´žâÞÀ;–xÛ¦#l=² 0ok0âôn*ÿ‘k)r  Plð˜A'Ð#çõž4’N†F˜G¨…“©XÄÕÑd’(ÿÙP=l±Í Þæ5^-ÅØÂzw‡³H‚:ø¶Ô™1ÇÛ qï>çÊÍcÈ™”{]Ë•Vc·R‰~ùàå!eæ0'ÀܤGA¾Ž,]Ô³U!8_è ×ϼæ¶ËGv|«¶àÅ9¬vš„æ!mñóû/lyÜñôd\uº¦Ìž“9ì‹ír{ÖZ›Òu4ëÓUØ"nÙˆ¡ŸGÀ™Î* (Æëâc§°m¯YMwˆVÏâ¥æÉTð -ϫԮfÕK°L 9O¬TH„IŒ×K÷âξè9Ht$î8¡É@“Çs¼¹tá¼ç^ñTqmó¬Ç]¾éƒ\£YTÿÿ€øù"¯ùU+ýÅœ4Á‹6UöÿM¾$¥ ÉÿOµ/SNö³Ý0Þs -²å€ŽÐ-×øó®KùŽBeÎd¶I¼÷jLÕåàqM£ G´\s=CùHAñCŽŸr½”ë™h´ÑœöÈLR«iÐëû²/¤_]²A„S Ó¿IÌGº*Ÿ×J¬A0ohÊ};É‘ò~ºj ‚ßÂkçr@sùWî]-檻Œ[5²‚ küWY®D^”tœSÓÚÁ#õ½]‹Ð|ã}QIgÉâŽ~ôÅ¥;W‡ÀK*@ÌF%óófÙëˆÔå"DìC¾o‡{úžßSèPA·a3¢ÞQ-Ö±ìªÔnE€[Ø äã< Ó…e[–gVg7”°}Þ³Si¿i#ïzµ‡›ÍLØ!¹DLOë<¼)öÅf`€›™¡õŽ=¾íðxA©˜^°»V‹ÄhPåÄÐõ¾Ë -é6p9–ì<ýæ°*¼—:ße_¿_¢VQhxTcÏ\A1Ÿd—R¡¬¾ok$ÄGuðëäd”›bU…±< ëK8_Xu8Y>ޤÜ#½áFŒ6 CDûªàq…yðIJ½6^xº„|Ýï×stË&ÈP.»ŒälNƒ€¹qPwÉꙺy½×N§hHž¦’_öiê-¾xŸ‘PîHR'ô:¯ö?²™'”kæÔ4­ º_½Û¢Ü‡k«ÿ¶áUɯ…—êð0gúT€NȦ£Ð+¡ÉNú’'5\ ´•MKBèõJ{ú¹¿MÚ$¥aªeåÏN37oăšK4dºQš9#Y²‡+Ìãïɾg öùšûŠåî‚:lñ6?›8ázÿÜx[¢§k}‚/©=²-À·wùko+æ -ÿèß´ÉçÁÏn¶È¼’¹ -Ú2uEŸîÈfg¤n¶ƒü}Ã3Ïæ^Ðv´].hšˆ•a€ž¯Ð0wgþˆ©w‚ôÞ¡ëiœÊÓ]jº©3‰9vãÆ‡$_>Ö¯ö»6Ì]îMêMšèù"a{¿üˆù Ì,ÁfiÍSÓb§oÜå[¹ãuÇÂ]bï5àâÿ”\‰ÿ -ÉWñC>ïäŸWQïï®®úûøÌd÷¾ïz£v -Z賬ü¶¨…^ŒµJ±ýJ´sK½YÜÁ¾&“åŠÜIŠð(* \ÖªÿwÛËç§!6D<©ZwÐÈ–Ã|DÈ™IØq¤^‡°Émcv|ý8–õ½OÐÄfÒ»÷Á½|†š’ÎüU. &<»wRÁöûÍ ÷qbs÷+Òó³Ú~;)p§ƒzKÃ{%½×Aè’28çÉ€àŸ@= ¶`óÂ.üüt!O¬ÞüÙ ÞÝñÒ{ Co -zÂÈÉÒ<8ÃÑSCìé‰í—õg¨ToÜ”€Ú~éÁ§ÆQý&ÁÑ黇&Ñ^>KMSNªÀvLA•žÛ”[‡Û/í»0oú9:|ß[6ó¸]WÍ{‚:òœ;{emýÈÿû£Wž°_ðÓý÷|ú··¿æÓ—_~üõ÷?>~üõ¿ûßÿòûÏOÓ_÷éÛ/_>ÿõŸè‹}ú¯¿ýùÿú¿øë/¿þíÛ_ÂZºjxwó§ßðó×ùý_ÿ¥SÞÁÓ4ü5Ÿ¾|ýýç?þíc›¥ßüÿÿöÏ¿ýøúsçç_¾}ýøs‚Ò'¾ÏG¦>#¯¶ ?óé·_ýoûk¾|þõ÷ý|jiˆ>AþŽóÇ?ÿúçï?ÿúËß?þüú¶€ñoûôåóŸ¿þþ—¿þË—¯Û«žÁ9º!.ìàõ§¯¿ÿü}žþ–?üýó·_¢Þ†ð_õ›ïŸ¿}|ñú¾û>ÁO–}ok¼ù»_þòïó'ûùÿ>¾º\?ƒo¿ÿßñí÷¿ùøù㟿~|ùëç_þí>cæE–ýì§ßýíûç/ÑïüûÇ·_~ýþñã¯Ï¬w¨dU«ÒìÄ·ÿÏ“§úb³Ì|afoNVRæQ+‘yÓŠ=†ªXx/ûì‡Ôª†õðº®hô£Å/àÖè˰CAäãÅ쟊#tpov¸Ò¿_›¼ ™9Û¡bò?^_Bà ¼–&m‡ë/7ÁÐ}jØN°‚/ª+èØ\›}~N±Í{â¶WO܇EFö#±—uVmë¬T7WZâ,B¹’2ˆ9ªfÞ{Ìl~8>6=ÞT¿Ä£`0Mš)ìäAÄ;„1V€EûÛÒÊ8ö|¾åò¢<è}«¨;}ªÄn5ôyßðß§šøÉ–­aˆ›oòMz-cH–žé¨M¦´:­œærtÑa3÷•׌{1DhGeÁÔ¦q#isã ’ -AYÑÞywÞE¯ç‰¡ˆ(Š’o=á’òkÉ! ¢À«áª¼ÝØÛV: LʬÐ`üb(9;ß]ÒÊËÐ5G¥yÑ©î:·œ¸”y3^m<‘zN´aËй#ç‚Ôñåï­ú@1ÒÕçuêiÀnÚ1Ha¤Ì¸° 3ZsÛ#0 -~… }›%2aá'+:aM…xu8 óÀ(;m ¸7)Ev–³«Yp­ŠµFÉ]ÿnêŽO=¯§kÝG½ŠÙ\hÞÉðºŽ+ê;Ò”¡qdÿü¨Pkq÷ nçM°–iñ–-Õ%›§tŽ G&GGÊÞ-+îØå ]¿š¶}s,¤¯ ßíÛ' -ª6Gµ¶Ç`Ѱ õ{=ü¶@Y"CàØí„\ß;’ª}TÄów -½äGø¢]*É™ÊÈhºq“¶Ž­Aé@Ý.fÒ^ˆÒ¯7/{J?Þ½úà׿ ÝIb¡Qd"ÄíK0…ãô Þdé9{nÉEŒŸû½ºí"o¬?ˆ‘²ðNCiÈE²lLVzt) }k 4êû+"ŸˆÛÁ,c=V†H¸™ªÝŠ 8nhTÐÍVrÆ™PtxRÓ®Inke뢹 ½>u2(_Tõ|-Rív·.>võLnDiLÖ':YWåðEb84ŸîS#ï_ÈêS¶M’ÖI„=Z#Á$¯ë X¬w ›weô‘çñXmµó‡ÆLÑ!g1ž0umº7v2¨˜I:ć*Ë"GœÞ@ —§` áË\‹ã•ËTmÞÔè)Yc°F‚50n¢£¥3_­—GOˆïQ1bèPgËàë4 -¦rÊåéÒ®ó6È>Œ‘¢ù{GáU-¹<:]± -1ôƬã¶°‰üøîŽf$¹#yk^á’×&î|”eëÓ‰N5à“@G*Ö´¨dÒòúŒÖ¢â†¶d]©…Pê ÁˆÎñ‡|zæ~% OÆÓ9b˜ËQ'«©¨Ç :s¤c -’Ø(§ÍÕÜ%MæYL‰º¯æYŒ™w{›³¸BžîŽÀ*â‘NšôáÑy ql¼+t©¯}f ìñ>î 7õµÖœ¹K´ZT(*I`;»örf#¬<­6 wc.¶ÓŒÿL—nªBñí‰DH¦Ê4ºy1®Îà,®B)Ò¡!nîs BÑÃZdŒ˜ -aG¸W¸NŽÖæ2¹¯­¶í´˜Äܾ*ûJ7øNÿVº *¾­Äx=\¶ ð‚âiÜš)í»ØóÍ(¹ÛKb BU ñî ç@w;ã_-¸¶9#¦LLwî°+ŠÚãüzC²76Áã2‘tjÀts¹¶Ä²Gùvœ'C›ø˜°î˵£}ÙFÀž)Ý3ó´H†}±0¿€É¹¶÷€„9^}™^¹%çnº‹¬”ØqAÀ6ì <ýcnãˆo -IÖâ¹uPíC×Ü­Ýk®ñe6R]ù±çê2œï´T¡gŠ‘î‚W ¤ãßVÀæ»ÖÙ$}-XõÆÝ-ø2g;åYÞ>“ªk_ûªÞª—m²øVó!£(Ól³W«ÓV¦»jkaí¨jˆ‚F %#“6 ÞEâ˜>®›ýÚ†žâšÔ‹Æp÷ÒUÁ"YÝB÷s¶’ym—ΰ¡`b(ÇAxg‚›!ðf_Bl¹{ƒ\D³N0'kcÎd"¨>Q{«CV:ÍFÂÝcë~!z—I²T\Æ[gºj—+&Øú$Lzl6´çmKkIvQÛÇá61¥•áDÚ(-õˆ7({@Îh¶ R"Ãñ -LÕµ/€Mß(f7vnÛÅ$5º{A!·éIóªŠ"¡`ž¦óHÃ×4¦HXItHªL{»gÄ܉Á-Ð WEy^“ž®(”YcaƧ7×å-VÌ}À! Qo¯’ÈNõ6.U³XL%#úDžzÄÉž†—E{ óšQ[ÍÖÍ#;'ûþtT½U€Úÿé¸Ö(¦ Ë({×Ȭ©ÀåDß&&ÊäU¸¨R„Ù¤ÌÇa¨ˆÈZÐßTƒe«THbœ{Ï£.`s¹N§hÏäÒL¢Ø–B\îKÜù³ÒkÏš· ‘Ì]Ðm H!‡]×ÿ8ÜÜkj…w~—Nó$Ö 19Áº‰6ÙÞɆ'ü.Þ*Ù´Z*¢öëÆ:ž‚gw¤ì~¸ÐÈgÎ[Ö¦Êéâ\†{ÉÙ¸‹R#E–(]§Ù±‘§Q¶wÂ1‹ÏCðÛ¨zJûµé>È‘³ð9¥]áŒæö¤*ç¡Y¹+õI¡¤Öúl…ÞZ%r˜¼œæ^×¥¢I¢iVTT“Î{…Ä“ó˜7=øÜ!íŒU¼Ñ-l­#Q“dJKé48¯ì[µ\–ŠŠ¸ó²¤˜žz÷àˆMˇ´À×!4Ý}j:wäö7òM¯šXŒRI⥲›·V“¯\Æ f©’¡ˆ]hø˜Ÿu#jk!¿jÖ®ƒƒ‡ Ží›é ý¯ÏÍ”I^îkÉZî\&J@˜Æi«5 -wdÑ.)Jv¼p«œ5QÃF¡†wi[ j³+Ù²Ä忏½êeÛ`A5 ø^¨*é] …ÀmsÙË÷ÌBQÏÖôܼÿÛ—‡Z«ÅxÝðÆÎÛeXÏR892ésê&«FÖë™:¿”ÚáQ)h¦J½ågÐõ8{&C…U -[÷ÌØôcEÕ[NíR%Ö{SWiŽöœI‡9ßÊhyî5‰qÚO³ðׂ¡ëò²©Ü@b¦ò&‚ÞD‚Š„ÈÅ‹…"ki»Æ!nØÁ‡] -ÛÆâ -ÛeÙäEf_ÉEG°-FïvrñôHzy~íoããn{΄ +"*M-"«œò„XMëÄiÊ”Ïñ†›It%Eœ„ó\š ÛÓŠTªÏªå¡Ek!k)±Y+›ÃŠôàý´®ÅÓÕ¸LÇ0Taq¼ü )k[<äPŸ!yœr“Ò5e÷†gè‘*õn:*ŸÛî;2Fˆ*nj’ô[¯{`Ù -5B¶‡¦:AÔë‘ÓŸ\ÆÛVCM‡Â`Ýqj—ÝUíÝLVtϲw›lhß’ðy ží©’o¯}Å0„‚â{zÙ0q”Vï ÌÛMžŠ‰kÂ8^9³a·ã¿/4xµÖÐKJ1]5Ò(Y¥²Î´cúµ,{Øì“,]¼› -ý$M!W®^¯BãcËšÊ!j?2œ"ö×ȺÔǾ"Ù&ó­$ŒE³æ„U™,ìný_Eh;2Ï:`jæ–¶ÛHj²N¬IŽ/È5yx¼–&[ghQZþ«H¢½Ír:´çpÔµýÑšÃßöß“,VŒvÏHh7€z%ó/èc–¼Àp@<‡ÿœ_â´½Ö­’TàáªÛ4óZYÿ°ôÈ{Ù‹ÉWTì ób*âø"<¤²SIÌö„UîÙ ùÌ!:Þ! X—¦Ï¥ÀñyÜK¯xfÙ]ü7†áÀTA¾ËÝ\y÷œ”8³Õã¶=SÏ®nèûÛG‹V4Õv¯ip[µPZ’lÄ/ºØs‡Ms¹•ýer]s× ÒWl\Ààhåb÷î·‰H-a)¨u1ЬµN›Qk‰$µèÔÿ™w‹nÜzPz¸gÚ©Mpµ|š¤ÈÍ~ˬK{‰¡S»q&ªóx/G2„•m¨š¥Ã&DP[1{aM³±=Žwã„™ù7?P®š-M´å¡dñ]ÛÒËí˜*[õ¼Àq´£aI°*•^?öh£L¶~OÍý JÁŸ¾4ŽJMØÿ"n’åãåË´;»íz-jju½ÂÓ¢'Åòb‹a¨±åóQ¡¨Ú®×óÜWëæ¨˜'Ì¡4—¢ê½f -\o1)\P;—^´I㕇ÃîÖÿá‚·z¶45Û>„‰¬ º E*K^ÃÑl!Q÷ehʹ»­{Û ðVi8¥£¾™múξW㑹þ¸S“LÍ;²zÄxÛžYýǃÚá™j¶HÿhO¬ÔVb7DN> ¤šj7 ÐµE¦BrÞº3¯l‡Ñ)ƒÞK×G–*¶¶PÒccðÏÍéuM…CH<  ÜuS¥¤d%({RƒçPkñT¤( PÍ ~¨Ë‰ô¡^„%¢¤<£º'©@tôyëDjoó¸G¶iŸò—ŒW »QÿÆ:ìVm¤Îö–4î´¸¢m&3vózí˙᪤Úy˜.rvÜØ%&(½†öµSÛ31]Å6™³q,Òª±¾>LbNøÈâ2fjÅ嘵›7 …Tæ¦&‰¤”±¶ÛÖ™-Cx¡6dÛ„"-¾æ˜òáhŠ;±#úhÔÌûÓ|ÑKîÉãÅ˘­”$8 ±oh0zóŽdå—#â¡-Ëœ^; P¼Î>nðÎ@†Z7¯ðžþï÷ÚKwåÓãƒÝݾ*Ó ë®|Â~¯ãõf¬’NUVað±;Ó "iÌ ðö@œî°¸˜b3*¶›{ÈÊãÕÍ]K~f·¦G¾ˆn£€3èÔ¬ lÍ» ‡GùLMýj¼Â:yɤ·a˜#jÔnðD°ø©g%rR[ê%æ:#ºØPØ´D廉õía®¤LE(/cigo§WdS±g)¢DN¦y§øÍT>VM,Ú´Dæ O‡W»íåÕ„3ÝfÝú$jµr¼|wÛÙôµÛºb!µ¹©WØäy6U†, Öe2 6t:ÚeœôB̸5…áñÌÁÜ6÷µ:ÆZŸ£Qøë½ïÁj„O)¢õ°-&ìÆYV8Õ^|TÃs‘` e7³µ_5^* Qñcò¤_‡„Ùš;w‡[¦ƒ™­Ý>-DUH6Òº(òw -)‹äûça!âq]˜ -sÔNˆù|".7*5ìJ·kœ§vÈí±ÜBèÓ0Û ^ûd5tR$K½YŽióPìîÃlË;ÎTí©˜ˆ (!lë3ˆá Љ¸æ§!b£ŒWÜŸ@ÄÆãbrp‰À±pðDÁŠ -²Þ›¶"±IFŠ‹ÊIv‰"j?3(r%Bç!OGÍu¸oÈ™Ð>׌fŸ—CëÉéÈ@À1nùÙzæˆ5©hc_åçSÛ&< ?ôévîP^oë¥8ÌÒþ o¼zG6ŽpÃ`ª‡±7ΨŽÔ´›˜«@ÌÂ<"'‹Ódè èã^»d÷Œž“î¦ÒùdŸm¨ÁHz~ê¼`„Ïðì`‡ÏŸE.v*ݼ1ŸJ_±·ÌAò¥©Ðà¦Ap?,Zû+»9(ͯ‰®BJ­¯\ÆéºT ÌÒ¶¹$Ÿ¿ek/·A“Û!åCTk¸à)¶Ó¤(›èùž˜a ’ÛÝ,š/6L̵› ¸ª:vg¦>š¨ÉÕácqÄ\ƽᭀÌr*tØEÎeäÎ9l»iÉ5g܉dØÅd³Ÿ®Òo¢÷Æ<žsäÁ)‚{k{Ä‚;ý‚ˆ–2ÔIÄß¼Y¤­õ'Sæ&9èøÄ¹_¯élºàùA`΃S€¸I} ¼æwÆ"G «™öu¤´Q2gÛÃøÕKƨè—ƒ÷©÷¾´n~™ßi›s Ž—²Þø¤:/§ÝLQæÅÐ:ëAm_òŸë‘.a;èwV"^=• Ø3wÈÅÜù´A½J¼úw–K -œs›HCÑÒ4 éìˆ`¥\P›ÞžH„ÝØˆmuL/÷ºpbHgÀYiëÝèrè\ŽVÓ ú<7âö»zc“œAÎ]® -/¿­¡,vz[-ê‘ì.Ö}"ó±º -ØçLü÷s>ñ†²º0ÂqWní–Rp´}ôînš\óM¢á[ÆUö»uÜ}ˆ0w”¯—l~Û½òíä€ñ$³O'Xг>mEý°še4=&|î ·M &3:†‹.ÙÖÇfU0"áûóª÷››*û5Çw³FIšÅM%²0Ö5¼¿Ë×RµCW¶Gñóðl‰f»ÊKSX>^JÐ瓇Øt§×TÁáŒÇ–³“‡”ºÀl1gZ—ª:Í­Kf'ã•Rd*ÌI)7‡!T»Ý‘Oæó uip+ë<4‘ÆU -Ÿ—DçÝív§Gœk\‚O‚oªAÁZ†`,£9Ò#Åkà“¦Qäå³Ã†5‰›b†iýÿ"ªY?(B†¹Õ~Hõ!úkŠ¿²dK²?;@¥Ø›BÏ^HÍô‹fØ Û¡ û#·‘e¤ ŠÃÌÓþ;©ÒG›a{ºwqÇ~ïõÝO{¨[ÄjïeEsï…Pd+³UŽòSåÌé=ŽC‡eU ÷\š}_H¦ ²ŒÔÝîÿi-VÿÓð¤J5Üųö±&[ï8¸ôV]‰·ÍÈ¢k÷3ÑI}Ó©©saCçXUU²B]líHÍK_È:È.|Ë¢êU¯”ž:N‡™f†š -ù[jõlÃ]Ûh‹JGƒ‘`+™³q:B®g¨ëÁÄÅvÖ<Âô?Hògœ¶¼U \žp÷§¹ð¬Œ¼,õ}p$AµÃÐêÄ9…Û5£5¢•­Z šù‘ß4FEqdb£¾ëÚ}q"l÷n"$ÜJ.èÜ|¢†äne ÷^ÆÀ¾Îq;Z^æ#§2t_Ì•¨õ¼&¯–CÉuQøÒ€i›cŠfå!~#Øš‡”`R:;LíÀKn–”]Öî9ßlÍh†B‚>yºÚ®ž=· Õò‚& N½ÂG½6É•ªÖµIÅ€ô`ÂzL1廫áM«Ý&Ô`pkqPª ÇtH7‹6©í2å‡A/­j)kW癡ÂNNK©~­6[šnn!¸bdûöØ ꬬ,S 9øàaÑó¿$Іk-$8\që Tgð#.€_)ÚËçA*:’‡·Á:"`L•ãp›ÇÔ(L±n¾`Ø\®;L•êVÖ±ÞVínä_ ¿Òù¼¼†ÕoÕŠ´±Þÿ›¦¼Ê^Ù³¡Yk•L¤§¤ÈåËãŽbŠ7C%Bq,ÖTRÈêî^ Ò^Ï`R;„ËRQ Y ý -@V‹ƒ!Äø×¼»2ØXt8úTÀ *´*˜¼nØEgÝÏfä¢&æôQ ­_Q¹ÎQ±ÕÅŽØÛžî³®½›¸Ñ(¬¨‚Ï-TØQ‹¬=Œ Wf¡òñIB)H$½&Ôrç4õlüôÝÐôrœ6¸Û@8¢ì0C¶B Ív©;(Ötðº<˜Æš ¡s2Av ¶d!÷ç/Ìb)Ù©A§25F×®ô 3ƱÚjìÛ|ÙÍ@T=É7k1õìAwiV -OÚ™î% - û”$}ÕÓÚ"Ò%ÂàÖ -€P ±N™¡7=ôŽçü>¶Ú)»¾9OykW¦Æ@5vã3oºW‹½…å;&‰¯ Ð '²zP– ´htèWŠ¿rp‹¢:û”yWùI†éO‡f‚Z—<ÔŸE6¡$“²»ô;­¢¥Kêö'XÄJdøRhìÛ¸h_}J0FÐyk1êÕlàè‰í¥`󚦟…²]•ŠÈ•ô? ½õ ­•‘à6ôë²¼³–WI Ú7Î>gMx?Q<ß,Œžo“Zûݼu@åŒ7t€ï„Ø¥«4Ót«k1«#½4V¿ÙäÖq4Zl/¼îI¸NªÔA0—€ûEŸÓ3o -B6q×Á0°!›9ÍöSË“m¯âM­pU`ª_WhÁˆ³5{ çkÕJ˹üG/+»ÿ |i÷zé”2 z±â¥42ï]ß§&Q¦_EËVB¸\¿³aª×ÌȽ–]ƒ¹óh"ñUYwúÃëBq,F÷ƒv•´•{Ù†¼R"%©¹_Õ[uÍT° +ÏäÚ…â'0l,,2áÁB|p`دLYÔA8-Éú-žŒ×Q–TU'Qá^5E+’ó~?«bmÑEÀô¿ÆCQwûb <š y¿ìFùé3Ô/GVJÕ¢&8%ˆãWÂFÚÓ¯3-n¡ †×ö›þÑëŒDÐ^ú5(ô/¶[´²iÎð@Ú% e‰´ù‹Ì€ ÷EÓÿݳR¡#ɨ}L»> ùÓÃoʯ·7¯5_U} Q-ìÊ_--`§Ï³?(Þµšö¥ê“‡"x;ÛˆE¤Ýç¿°½uR0ƒM Šy&¥·Ùr„ -Ë]AF>T«v$©ÞH5B—ghilº9† -ë·áŸv &Æ\ó>VÔå6Sr·Fë-ø& 0!‹*£¡0’SW3^ê;IMê!‡³YÃ÷ l.cïtz[a˜×±.¸B@gúÞ”Éu¨³xú÷¨% ^‰Oš£Ãèë]ÎìÚ• ‚©xT ï²Ùã·u­,Ç«zí`ºÖ–6 ¡î°µ˜yð¢Å‚ŽDïdØ ¡go:Š‰Â‘ìU´¤çÞü¢×Å% # #¶F[Æ ?ò@ETq¥„4ãµ{<Ý9Lû0ÙÀ™Aˆ’ìøÚhŽkMïì90²°Å(7w"¸k—ÍD‹E\“Â^‹ôCDø‚a£N ¡0•Ï$’“NO͸NÃYŒTxX&$"è`3„·Îõ#¿ü{î…΀v$T5Tô:«ýdÒ¥åQFæÚ„d>Ä c¡AÚ!¡§ÕÔ¦,Cpù†âÒ×xZgš-¨vAƒ«Ø_†…ùÀ±‰KB³YW'Ñ;÷5lBì÷J¢G˜cÏ›f˧äN²VCE¬f•wïópÄ N…dQ²ÐTKD#.«’áQqp4!w—¬[9Þá“p[3ôàÊŠ Mm}hÒh!]£øµ£gïr’÷i´õnüP2¹ÖBíßÝn6Lô¡3^…5«5xP ]â)Ê=„Qµ—ßnºÈh‡Iä¾1Òe ­­'o‰«©·ô"Ì)‰µ©ßpÂ.53>~Ÿ3¶³×®Zû±)m§÷Œ¦ÅçÃûΣkÕ¡¶€y⥭æÔ~;kß5D6:Þ¡šücøÁ|¨—.‹©hi%å»· ÂÖ þH(#HnUÕYš©«*_ØuÙ)_÷&R·mŠY -1CY;@Úж¨ò¸ŽBï6¥yÄÑc¿"ŠžTþhùµeÛ›wÂñ7"‚[ 0ãܶ¼§×rëíhäsß´Ñšûúv4z©œøèSͶº«·1“^#6¨˜ÀA߇Jíêw¿µÙº_xS¦p -qÎåQ|×Sãá%Ø;Ÿ¢j€,Iå—D4OõQDÄ­÷¨"®Éh¸´"€Gíš'Ê·÷Mì‚EøRæ–ÊÜ v0ø FÍ¥ú!Ôbxï6÷•à5MQ^#5OÜì¦'š¾1ì×Rº°ŠzhCÜË܃¦¿®Fnô§6Uà ½P¯:iC-[3#2vµû¼ÐÜ dØF™W·f4í£•cS”ˆiv«–ø¿)¿c£4•´8{˜_9zâU„a}ªUÏA×.­‚>oYfá’…YU«/ÂBl•àcÎ=c€ñ‚æ1†î÷´Ë1A£ í¨WD0l’µ -Woˆ†sË:@‹E‹û÷%ԯήTzUK–aä9(ÎXÈýJÐNyL7(Z²„Æ$ Ïbyº "¯N=vQe㱄&–ïÄ‘õï=í,HvBÝuNE˜¾Ø–óÙNT„“qX -èyÈ·>ºjç8•R¶Œ·I¾lÓàh˜Ò£ŽÛú¤F*Ãí€fX"u*\÷ÙïÉ“18xݯG¸}¹lÝ„ |qX[éa),øA­oÿ"Λ%-»g&¯%É™ù‡È;øAŽŠc6“¯ßš/=”Þ)©„.…M‚Áe£qð&}J-£g•Çm¥Â°®Ù½èÚcÈÅÏe²H¡M”ËB‰BjÃÈ­R…yYH*œ,/÷íDIªÙÖ_¾ƒb®vWONaUŸk‚`²+Y–Ë8Û¯¸ÙæÔÃ^4«ºõó¡¹¹òÀüäMu¯?}­'L5Žf3ŒXžZïjïmfÍ×uöAsRØ) 0 R ž„˜ï²rA<ºÞ £ˆ2_—~ç •ÑCÙ×!04ÁìÅ¥õ¸ª[œh&$ÊÖ,«ð6î}§ï‘ÜÜ?æ€p¼C2>uPõã ¹e£]-kj9TëÙ#Ë·àÑbþeÈB¾M5åG” yLìCmds¨p£ •Ía~~ -oÚ•²•Š¥ûfZ첞E—Ñž;š ÂÄôd݆ÇÒûŽc*€Yûsbi‡£DSÆó–QÈÉ–ZÓŠp-¶¾ÁϔŨܬ¹o§ÝŒ6Κð5ÚØ5¤Wé¨I;[ ìcÅ5•^‰ŠVNmÌ4,º÷ž~ Í7è@aVUi[F´Ùp¿mSÚL»<ßþªS[kAZ+ˆ½šy˜]™¥Á•ÎÚÎ,Ø(ûûã/ÿÁµ&Ó¾*qÖ°š®†%4«8e0aBé]R;FÐo«®^û -Ýw¿¼Š0¼qª\ÔáXÌŽ·_«óêXBûÄØb_¯dÆ«îäx £Œ\,au#¤­·za„Ü5®Ä'—5źçï1M³Ý-¬&aܳ³zcO:è`’#Ó?v+粕-7>'P3Wж¶h,çÁ©-uØ©y4W|æÈ¬æú‰“‹-i'Ü× ÿlÛSƒÒ¸î”ÓGÂæŒôîˆàÓ}³$.íXt/¯·M‚Õœ²Ã= ïª}4Dèµ0o.æúJÄn!ªÞäz«É-Ë\ªþèÈšKž-/JcÂc¥†œ.CGÅÉû@Î0úï$àÄ« #½ "Ñ7¤Ù݆H‘ÐuŒÐXcéX‰ŸÐÄŒ2¦Ýï,ËöM"5 ˆú÷nYO",k7Ï;2&Ó(` ™[N i”] ³¾‡¡ŽbN’­3¤B 1oqzÆŒ­u\ÿ}æ¡ø\•Å –¤t³´v²-qÏ"lß³iê¼Ñ[eI¿%†Š@áHå™Ló…ú$v„û¨Ù='dï[¤&µZÔ­ˆîÊ*ÍÉ,™‚‹Z@Ö1 -š0€´_ÚøòìVœr,¹x­’ädt!lΡýN?U¶åEÐ6â]NÙ—.×ÈÞ4N'e‹aÙÅ&=¢_r$¥"º+^EøÒbKò ™?ZÙPê3¢½1^äVí:C‘üEµÎsmlц -¦Ñì$ -§›*Ca3ÊŽÄr}#¶Ø¬Ä+$¨¤†p1m꺔Œzí“Ö¼Èè~ÒÏøbKÑ›O²ñ$éCZ.¡M œŸH4[Æõµj‘`&¦|YA×# שûg #¯×]žþÂH9b1NGÌ||`þ®PJas¤¸èJ8烹™ë„ zŠnõ¬ Ƀ¡cžÙ‚ŸÎVkz?=±ú•é Úýó3¥Âfä»ÙÝ5¼]<št»oúéÙdóÕ¨gœàèÒA[róè8Ù£ãjNàÑç·'iðMDu˜.CÒ êÃû´+Wõt>r ±¿•Ô8ÁËíHŠæèþ1#‰oÞ1¨f+k™¼¦ý -Qg9Ë9´p™&ðjÛXÖZ¢>¡6)—™ôÈLpé é!„mï/U‚žëÆçŠZõ®Ö*£ìW™ÝçÚ¨BÕ¸Xc›È|»-]çÅ-½>Ç\À·ò+VpÎÌ1H®ÑÚ¬ç>e”1¤¡YW& ZZ’žºîæ$þPú5" P¸>ÊÀZeÄaÖ#¼—0jGè\¼J"fµE Êîk85±9Xë¬þÜ*›$!ÑÄnźIæ›mê0 üJ³~¥ù"Õ4ƒS„ŸìWü³Y`‹y›¶Šˆ‹—Kj‹2¬³q,—®ãA£/·/·Órãð0Âç+ɯ -ØFèÛòަƾö1²[ÿ+¸Â0nÃ*ÝÚzš’VñÊ0ŽÙ À8™Ø×Éßhtù¨…‹šb9«Aôós PL­Õ×6Ò)×Í!Ä4S·I "­áš-c"¢†n3´Œ}ÍDÕï”XÕšy -")e ¯®àp­<®)n_é:i|m ³ÔùÐÇC¦î•'9³ËäÔöÎqFÊÕ8Ø,@ÕfºçV¯lbYß?Hc§; lB¯‡„MäÃC¡ƒ7V0Œ¹uè QýÏÏR½Ú*f#à¼Þ ÝP‡gGÈ}Äi"y’sÛ_-fü0œ¾”)t0ˆ?xr C¢Û¸ U3J»/XìÑd~å4ö-ÂêΟ²DÛ1.Ê+½VGÝ„¬4N®Òù*«w(³M ïuBuô‚ŽÑõò•Λñ+ÂôFrMƒ)Deƒ"-Ä_jžö2žkÉÃÊõÕ4çØ(ýjÝÅiìÚ¨+¯qZZ¯VÜ"‰oÎ|§r,ÖSž Z¹{Ì·p{wwÅ&åÅ¡‚MÓ~¥WSš˜//§§Û¨•p´f÷qI×—žQ¼Ní~$hý¸é.ÏIáI97˜‡,NP€ª¹ÀÓùë‹ qt&\EÝ'½EÏ„rNöcá*îcµ6hh÷‰¤Ãª‹kÉڕߢjWšGÎxa¥µ$y ÉlP6YàÑeé™{¥ióèÏ›Ÿh3Öqý.¼«:‚¦C×6ÚfáhY/bØDÝ<”Õ•(G —ÀJ¾­e‰°Ó.¹ÊÒ!n".ªš2°NõÝÏ6oUN¹hÈc+z[¬°å¾¹î‹ÇÍá'=w߸&9õ9ö(ƒ %,ÏÇë„JWÜy&ß–‡ -ͺKžD8)oË|R]õ›gŸ.G$_Ö× |=ÊØÇXtt¬9 ˆzm<˜Zฯ꣄ކ³ÛSÉÃïúHb¶Q5HWªAt 3Ç—èdáîD·òBu»ùRè'ˆY€Ï9ây¥I­µ»Å÷1°¼ ÷hÛcЀ`ŽÝ|zb”¬†ï¦¸&‰8/f‹¤žy¶4k}‰øÄÑS&\‹AøÒ6SÊ %"ºEÙ`"x‰õìÖ¾ÊØý¨ÔÖºõF~ÂrŒÀm¿`dß30¾‹É‘ú¡šlo³¬ ~6£et{pšâËâe'pì¥ -Ý I »Ç Û!ÜÊGÉ:<؆ÎH‚ÞS^¦ó¿BÚÖq ·ªWäù-A½Å` ›E¤5sa`÷Qæßº­)âeXÚWb¸É)†ÓšPy=·5òÃ3G$ƒîIÖ†ÕØjÝç«ÖY¸š¼ãš„Ö“°¦¿`ãâ8Ã}ªƒ¼­Yßm -@OŸ `êì“Ó!CP4”š…Y†…6ú nE˜U´€Î.ǽ1à t77%<hÒ»׿Qï©ÙѲN3˜†.oÜœˆÝÛ¦-Ûº†JÝ~w|s Ä~Àªc˜Hñ"ánqkaÞ±·ûÑÄó©ô2‹Û±Ké»ãœµ -íÑIÔé‘í”OÈXŽ“¨wù.R<›£KVv‡¶¶+œŒ ³ŒY¡[ˆêÑ_¥ªjQƒÁþ˜·éôˆÎI0É*ª WV4hJ„Çrx'XâÚ#²WÌÇ2ö!Û·¨÷XZQ­ÛÏDA¦Žå ù uŒo|¿§f7QK€v½%õ¹G9é_Ü6Fó\3“Ìu¿• ºð¸ÙxÁ0ðjØg3d+Ë4ŒÞè¹X™¨TtøgÆ®D å_SOÍØn†êJ¨þIæieuûΓ[¾aeÌCØÞãoÊ2Ldg:V¦iáŽYïú¥šq›3c•HeT=Æv\Jn@”!äUÝÕqtIXÄpN؇5ó¥p|Ý¥DF1IRú;¬pvïÌ{`$S”6º~ÂÙ‚ªíÖž€®ÙH#=™Z ùÁï·Çx%lÕ5ï.âA^±ç{¯-"箲µ ˜×h¾w|Žhž]8ä}²jàã[óUÝñV¯âžF(5ëôK·adÛ7 ºôVc»gÁk‹òãÙöD–Ä„3ÒÔú°e -Z=­-îR2Â÷ûu‹22tL üøÁ 0r!^´R|XÈÍ(óÆ ˜CÁ-y \›µ¢‡Û¸Ò¾‰ŠÚl¤Öx½PAø´BÒg1™U·koÂI»ÐNm­„HÑðž´endšçJX'êë±ípc¸û•²u3H¤•OÍ@*k}ôÌ•ˆ÷.ï-}d”J“”VvL¿dú]‹Ý -#-×Q‡£ÀªQÒÀ<·2ûpºåQq#Ï–¾`½,üÊ û==™'o8¾×‹S‚.÷úÈ(×!/ÄŽd Õ×ø¼²M¢=1B˜þãÎ ]üY—ãe·Eh‘°jìd¼ ¼4ô±Œ~8¼ë–bs h8ÆMÖ:¬Û¸ÞœéÙã¼yZ µT^ܱ‘’KKÝ”Šp§tùœ.[;ì’wÐ: eÐvru#eUˆbF™ fcuÕÖCT8s¶Ð~udx_çè~þßÏøâ_ÿøïß.ß{áü!Ì—ß¿ÿîçÏýøñWû¦!;ôÏøòñã÷ßýkê_¿þöÝ÷ÿѳü¦×'?íË·ÿñÝÏ_ÿçã?¿]I_ü é)ª¯8ãû‡}ùíç¾ÿ×ïÿïï¿•/|~ûÿ,ÓE­ Ÿùxå?þ™àZ3ƒ³*>RRa:×è–ž‹tæ§ÃT¡~ê9ŸrùDºsGˆ©›òdÞ§Ìë©›å£qGŸ÷þwǺ¯ûi\ËÓ¸‘§q’µ¼ægŸzƒÿͯýÙ•ÞºUÂé³ÿ¼…k’ëg¿y[ÖÀû‘û+÷6NÐ<»?¯€ûû”û-÷7FîoHž‚[^þ9C¼-Ûæ[|ʬYu_ýÇ÷_ÿøíû?½‡Æ“Åøvõ<ÒkìSöÝ ˆâÎ&¹‡pí®fù%xfõVF¾`–ù˜lÃÂSmù=]®èÈϮƤ•¨µÄN ½……f]„,\¢£$nçý#ç]¯äFuîuF¹Gjwå©| ’ªb²šÒoeRMÄxi„û±³œ(©ËyÎíûX«r½DÔÜAtótëYQ~ºR¸ßŒ¨Ùë* š<iÄGúÙnð!tŸMz@«‡÷c¬ôzHšK¥ ”é×”0¹~Ý!Á¾õ¤« .¹ïz%7ª³;H´¢÷Ý­ÔH‘™ìviPÍpܪ} ÁìL <ñÞv# ¡ÌÜtrßöÊ.b?I˜IR4Æ1§E)¾0ƒmõ ¸;ÁÓWo9è2å6wÛÊýž¢TK3i¡¾ÓlÔr÷`8´–zx?{eÏQ·w ˆ;éÕÑùnFÄvÌìmç[÷þ¼ -û9”ƒFµ²}›Ö´#ÜIàÕwº’Õ¹wrGª¤ôŽßàd—Ȇ8Õ®'ߪÖ­x|sîÛù_7nÝÀm£=ÉñNG@ë-–³5ÜNܲ‘œ#µ hé›^«­Pµ â¶³5\‹\tÕ(Qm’‡qâV-ýHà‡|dL5UˆñÍîu€êþlUñè}×+¹QÝs¢Î—ж2>É÷¿$òAM0Dúáý¿WD#æÏê•þÿQu -Y¿J¦ùÿÍì“6œaѰWJF’™¡ðïÔ0+‚q½[Y\OÙ\ÎÖÊîìNv€±ô”¥TrΑ•Íí™ý°üQ[½_pèΛšÛî?*0Æ6oŠ‚–ʈ=Ÿ}o¥½ lïâcvv:2³µÁ AË_f#3yæJêÒ¦_,wÆø[÷¬'œ‡zi—}Z….ÜÞ ½ ·!ii²¤^BK½¨ÞÒN÷Gš”ۦʰtof2m7n(1呵rW§w`gL ¾×}¤õª^š•ªy,ôÚÌÝZèÓˆú½”O°s6þ%Z/J£WØ%è‹ÖÁ}€ë‰÷õ„cƒÏÀˆÑX=ËN”åÐèJÚ€LïÞ˜«jy8É Öˆøl׸T@L|ÿÁ  ªÏ®ýdŸ Ïä6:f´(¹› a‘È9° Gš tŽp½ó^ßìm c»7PȺ]žjyE°ó:·ê‹Õ5îHêÔøM?¢yJJƒMßy­:q¸ÇI#ù"ÌZú壨·!'Ñs7' -/r´òü¨€€¿¦5ë U%r…ÈË"L¾ë?¾qq'D*ÿ(mIadngq|OœFK»­¸j7QèÙH–¤:k¨¡¸| rEÔÏø+ô®^¶¯£G1¬«$‡ÇE]‘»™^Ú3°S±OˆLðÜw›ÛbËO«ˆq¯ÃG(VÝ€¢fhDKòN0ï?|zº½š4V°³Ìs5cüúW·†£//Ù%䵬̛׿'£ -*“i œ©;Ïs8íP­Ã.ÿÀÃez®Üw«U¸‘°î[õò¦H/È~ùÝj›ô™ÿø‡æè]½|Y×U}Õ…ŽÍô´Á‰ÆY+ôžƒŸð¿=AkÓ€;UkùÀSažc‘È1úÄm­”UN.ðgY_Ö6‚Ã×Í.¸ªÊu"Fœ‡s.×ÛÈUôùBÅ¢¼tÍÿÜ8‚º yžÁlÝmž…é!‘çæîš:M—ó¡JK… ÷æ[ò$cò=åJ"A=ÚK" ,°å'Àu®g!€Võò°¹s -!.:µ< -G/§òje|Ï2® ¾édvüƒ;~¼·iÆ<¯am50²µ¬£à›Á’BY“‘ØñÔÒˆÛ'ŠÈЩ¬JøhÐc¶ê±”Ðó+{v3I»¦Oñú¦~Ó}ήt¾)ya£ƒûº Z¥üp¦»Á/=æÒNJ6¾S IGm.?À"?µ%ƒêñEü“ÛByoªÞÖQó™ø¾=©ª·c¥à*–^ºÎ/®å£ ‹ U&4ƒ%9c{Mðñ.'š×›Úýk ô-îz@ߪ^hz1íÜÏYôNê$“9Fk ô1ì3-DP "Ä7ÿw£YÃÚÂV[¹Îº -Þ¯úW$Œ•‚ Xú`žõ+œÛ¸¾.¸ÈqF›è ®Å.0IŸùÉ3Nô‡òžænöÚÀBûÃeëtGIÕ^«Ù)|[E×/:ÁLÓw*\!n ŸÁJ›cÄKR¯5â´Í\S‰ ‚¶Æ¤žùaþ¯àHVèýƒ¥í¬8Ú®´Ý ·“nŠDC&KÀWëçö9ò -#«º@—&tè®ÁQ"Œlm®?`Ÿ¼öÞ;_o:®ÂVÁö2ðU†ZÛ ¬u«î½ÝmF#„RJ¥Z$Ú.2d#D’œeü“ÕË‘¨x²“ñå‘¶Ú'´–È0"S1Äjõöw®Ï3ÿl1ІŒèƒ:„dçô¨5ÎI«E"Qý\žÒØù{¹1ê -#«ºÀlþn|4šb„Ú†üU…P¦LâØõÚj†QÝB¬³$¸ñ:CDé­zçÊè¢YRR€t‘0&ˆL5ˆk7#…Dþ¬+Ô£¼˜(g3ˆˆìЪún£®.‘´Úzƒ MÆÈÎü¶LoW”#j#ë(µ.¿(ÌÀØnMëuÎC=’X5¡Èn¤k™pI“X‹ÇØ}µŽ](ÿcÇy³áJûËÖ ÔÐ"»¯*~L3­@qm'§x€B/…d—´»Öš?*Oi)Ø8ÊÈä)vJ$Î[1ëˆ4hþ¾uåuïOÚÙg¾pÛ…îEx•„—ÃïÁ(ÏPÖLM¯ì¯+Ä^Ò­éÚƒpåŠrA%ׇ"–n$E@Ùd?W!ÁªyÈ­]xÚhgß0Ù«¥3Û`6àLPE3{CÕcjm=³¡Ö7]3 4¨"vQ @ìŸ]WÉK¿±ˆ”t›7”h»^š 3“‚#.ÞéŸãx¯e¦ÏZôÒÝþêLý“jâ¥ØÔÝæÊöayÉDݾ ×zzÅcçc Gf·yË"Pn$Ý3i¿±ñ”„7Æ\¡•ƒ˜PR!AÛ.Ömð^õ–ó}쮦Ìöj¶Rú´+žl](²ÒQ[úÕÚ}ˆøuÌš¯‚¬äŠ ¶-eêr¸Xß½íYÂÜ^ëi"±ŒËØ)3Ç¥âF<¼%úÙÝb#ýä­¡æCËÐÐH0ÆM·¹58º< €3¾RþaþŽÌÓˆ²Ì2jFµ'(ß>ú3î‡uÍ@ Af’u¹~äñvpî"X2²B<‚òßq’«GCʇSõU“á’vàÑñõ¸Ó¨j.Ô³\™ëŽ>°dÙ/^Ì:ÆÞ1ϳäFäþx|opäî'ÖDj$µm!gÝXÇ< Z­Â²O-î´…ù¹š¢ðIŒ99{lnëã[ï2®»P·[b=—Ë1 O,gœ­/Ò‹c²²š¤b-i[᲋Þûÿ¥çÖW!³”\I<`k°™•$´];j¨6íîOšÕK°«{/SC´ý>JüÌ})*ZDÃ]&Á‰œ—¤‘!GÂ…Ç —íô¥„vìŽ*ëêÈRžF\(ƒFÒŸDæuÐr5jA%·èØÚÉ,ƒŒ—À2¯tÓr±ó2CÀ¡å`édª¶cÚÙaèpz‰El2"À (êj…v¥C"pµî¸U²ú¸³Ro𤠇é{pÿTч<Ü5\’K€ $çý®vÉûy®t¸xf¬YÍŒl‚{¢è­´£pµû‰ =2F<¨±kÁö»fCŽ›gø ë—kKGøÛåØô{Rò8Z. -G¾?ÂÖ3 zî‘w}lÙ0TC\³gÒõËÇe¦dp~=‹ÆŠ÷VU¶ÆÌ|×PÚ©ˆúÓì7*ÿÈrµšAâÀ‚‚ñ¦'XÑ(°ÛKTЙv=á]ÑMR¼©8ƒ¶,ô}¥Ç=ÖIyiòÞ˜]WŠêfÇOvÔ\i…„'üòÚmòšENo'àÀÚX™Åî!oR…\5È—Ì!‹ä%!ðC­_á)ÁàÈÖYéšfº6¹žžÿÓ”ÞMžß]‡ÁôEcè Ã˜’‰ìeÞqéFx–C¾.'­˜;eïBI…¿Lˆ€[È©JÔú$ª,Ê4¥‡îÚ_¿»tVÝá`cŠK™ÞN?lÝü„ß!¹"ȤÅXøËÄnqÜð#¢Z(¼TËŒNy昛Չm.Ðã‰èoÙ« T•ÁÞàUðæç&¯•û-÷£dµ§ÌÄà"©ºUǃCz€míì?6äzW»Qý$~‚C[’ÚáÙòõxL:“‰ÝwcWkà\{zŒ!@SEçÕâ¤Ð²Í»4ËÒÙâ°|µ4ƒeñ¨uÞÑÙÃü7r¸)Œ`ä¯|tŸ’k±ðR׿µ,;_|5NurÕÃòÉ ¼ó¡ô%ìöQ„7ê©H­ÆŠŸU@_zàÕ®ëu)2’°ý £v•ŽdQ%€ùâKõg˜û`h£­0zöjý -ߌ ‡®Ÿ÷¨|,ÐHj»†€—Fλ»ÆEïBqÒ_”O¦êÛÈ2„¯Œè-y`רËmÕ›Bö¼KùÚ³2D8EK(Îa°‚>iPG.Ã;¨^ì¨ZÖµò1mI÷VÍB)^;Í|Ø¥”3KŠæÍ!zÅ)÷³:Ž#ë„øn¼Î8B±½wMÎhüB6Ë'Û¦Ìļ©íÊ;¤e¿K(ƒULì"BnÕ†è‰V*ªœ§5™PƱӋ Ôö†ªÍ`ž¸§>î GÞÕÔÉ›]Ìsa‘èIȽ‚äK0od¯‡aÕs×òóF©Æ¢\ü¿ž¯{¤‚,Z? -V×9„-ªõJcû±/ÀÃÚ8×èÖ ©åõ^¼âSûœ!Ù MÓÐXñŽG­¾‰ W›[¼Où‚åѽ¡*ׂHÅ]~¹ÏÖý–ûU rZtÐs̳@ëU[ܪ»LÙÄËqo¨¼BÖÎ+=™ç XÁ®ÈÀùð6=e²íVxÛùp_¤‚›¥l±U\€NHxé(.>ôó®G ŒTª ¤‰¦‡Ž>¾ ŸM¥»6v¬ojàâ[1œön -ä»ìj_Ú’²Q'r m1«Ï³‰Ò}ŽLå=n˜¯Ï†oä¾[s$ŸNU5bX‡ –³#?óL£¯ðV™õ„¢¢ï%õµ5O Õ¿kõœ› -½Ä áƒZûM Ì[) -ãšf®ÕÖe¨Y³ÿLáàIL¤”dä ø­bŸ4LÌ3ˆ‡k̪(r:oH})ø›®fÎwfµdbh„~ÞÛáLWƒŸÑøàí:NôoûE­Éï@Ýÿà›šV*;ј4œvl‡¸'ô´Y4Ó@Y™kn[Š;5’0ãEèpʼª*©¶SãN6•½’‰ -UíéVz²ža‡n_Svö‰‚ŠFÛ›G&Ø/§¿Šž›Ér(üµ„‰„†Öˆ!h¨Ú>á}úÒƒwr lRB8õùp•ä»WA s%¡H 1ö -=«ßÙð¹ŒÞl¢ÊÎ_Z›-–K*nTj‘<íñÈÎ"ð,Bk›eicâ·g`Ê,§íŠ8`Lµ>\^]ÔГêQxL­ßöÅŠ·UéÖ˜o%ðø¹ýÔÑh:=õ¸‹*ê• œhŒ¾BÏê¥Ù·êˆ-î?ÀEÉô½™(ØE¦¬ü£ã·ŠºJt‚sí}ªÖ]¢z¥MHi‘C«ÿðø-â¨,h½Ãé ö/lâc›p )èF3YTy¶™¿Lgü$¼«ÄÐþ -qÚœ²¼#:vÉ.òÜÖŒå»ËŽè‹HUØH¹ ©X˜šœ·`¿s-ŒæB;{yΈ+Ÿh£;xÌÐßAÑÃÍÇáæ ïšÁgo"z9T Ò-ß°iÔjÉj†¸]ãZ ÅЂY]ë®ZûÝ{kbs Ú¾qI*5E¿ú§ûFi²B¯À‰ ,ôªºÚMfÞAžîá¨æòØ}Úc¡™õv€Zíyº_ |˜¢_—”½”ß V7`nþK)úÕC‡‘]ÕsûCß.ˆMŸ‡äÿÓµÕ³@íuO¡&UÃßæ'Ýo2h0†®ôa* Úφ&µ‡¨ï~l™àj(A|oyrñ—¶éøuš:ð“isebôzV/ª£Âžeù[^üðG<2qÂì§ŠŸ2ºfÆ›¯‚×ß·8áö+ñM´/{%Þ£FS‡®ü§û œGd;ö¦ºžE¯áüûpÂoØßÉÛù°È[ŽÛÒsœ6öÚ&«8ªòf²ÙÞ$‡)Ÿ-q`þg0´Åh,‘PºÌ•cB°3¨-ª˜õ%?ýõ_¢¿ööiá;zk˜B¹{koÙp ~>k;³¸7ý“›E8B4?¬éÀ\r¾üxõµ B1ú -=«—§FXõ÷„éü¼uý ªÆ,;džè<÷¡V‰òØNPÅmTSŸMqÚ…ÄÜ»(Ðyîí,cè`TE,;±B­˜Š–Æì¡Ù»2QhškLz…t»Þé -¼«DÂÈ+ô­n`÷€‹›ØÒUÉÚ:"2D¨Å“½X–l^e¶ÕTÙ“Ÿ“}À/ÝëØ#ªˆ­´6†H{1ÿY ­¡¡²çz=òÏmsì‘z)ºäLJ:d‚ø—@§¶ÿË´H(yÛ dwa&‹ê„O»þHp²_Øó„{÷åûT¯îöV=‚׿ŽÚa$VWºóž¸‡Ñ¦‰Bo@3Œ[Ëó)ýÿ¢†•ZõWgvÉt)úT¯æ"­íós’Ÿ÷ÏiŸô`X ÏŒ´H>´þlÃ~¾½¤v4¥[Ï×ü®®Ò¾é›ÒiæØÑä§Ï’2£µSöû5–èÍ$ru×ç×¾”z€bÃAé×õoôÈ[»Õ_4Dr¸Õ ÊúEXåÜsr]„["ÊúI7.Úeþ\$‰BnÙˆò uLÞk£,G•%¡CýÛ|œ/ˆ#÷‚âD=DyA½”·\Ó h¸¥)l{ŠÃ'Ò6s¢¶U“ú*ÙöÁÊÕ3®ŽKd¿ñ¿0K™4QJ€ÀíŒ'ÑÎÕÄ÷(S­sÁûtPˆñ¾¦ˆ5@ôÝÂàÔŠðŠYô3ãm9÷BÓ„ÎÓŸà ᭫1IQu@ù)ÛµløÂü!±‡Ýi¯b8˜<#ÃI”†k5u2“ÇZ$:>NÝË„ƒkŒˆHˆÜÓ‚]²”TÌýzœ.<Ê÷͈OÄth\b6Ew\¡Ø£ªk -Ý›[AºO•ïé ¶= a]ØÓ›sT¯%"~A½³æ¤¾WD¦n»‘Ãþ·ï…ú¬ déíÈ~­¬êžâÏ!õUØb@ø:䜰›±&m ‘¸xô¿ Áp­¦®Ê;ÝFÔäI Ä^Œƒˆ?‚@6][´Ö];qƒeþƒHeÄ_„„XºÝC¦KÚѹr¿žfMÆ£=ÌÌg`K&…š²L»[Fž¹ÀèÐÖëiN¬;¸¸I$“y¢ÿè3¼åB•ÑîÛ 4DÓ ÑÚ¤*«'àÀÒ‹¯¨%ô`Ë¡+>¨WdϵvYƒµ°Ù*ÿñêõƒBð\«©cu‹¯-b¦‚$M*ÄÝÿTO"â‹êºbØö&eª@ú?Õˆø†~Ér«îîÄɰ¯%%â7*Àî¢E‰­·¤‹ÿÚV°æ¹ô ’ÑÇ][PhÑ -’M€LŒ“}K”7öóDèÀØjBhPÜ´¸WÌ ekÙ“-rÝý§’VKÆ•ž"ôDð\«ÄÛ\úÔ&¥:6ŸØ”nÆcì/>VúѺ×üüšgªýˆ´+ÑûVúñ½×Õ¢.å½¶–2°Ý(ʃ‹,F|AÙ5ë W* Þ‹þ'^„mS†Ò؈m’}*/_j¨¼U„/FOÉêâôUB¸Å*,ˆ]Ü#ÌŠ–=©fý¢ù­á†µ»EXÎý@Vh -ƒà ¸VH:fé+€L‡i—øŸ>çÈL/#9N¬˜l´È^@”ïB!’ 0¾Nv<Ù¬ÞëÆJ¨>81á©‚~ðð„$8‰¢p­¦n ON3ɦl,yS,d½D|@½2÷UX»có ÐA#>¡#ü¼&¢Îh[ÛG0_Ž~ýе…s–­ Ù\Üɼ鵵êWž²Ô ®¦ ¤9¦–¨ƒ(Á®6ciz¢Þ乞àjaž€1ð®5ØÀØYï®{J*ÖÀ>€å¡F׬#(dHö‹¢{ß)¶Y{ ó´±ìVnCÕk ÑV3%Ué3*>Ì5É®ƒ ^%ÙÏE”*Úò¸ÛÃLu ¬…RL¡–8‹÷3ª”†ðˆµ4^£3t¼ÄÍÓ õ,〟—ÑŠaˆ$ØÈoÇ¢gAõ#†ó1ÜDOVÜj2o¡ÃÌ<ËrÖöѰb¦âÌϨÒúÄ×ÕTDWåìÛZ4-§©XŸ/*ÕF×úö›h {Z€åRã˜ÉÎL+Qp”RwÞoÔÇÌj /YM LÎj]’Ú‹d~,ùÆ«uö󙞮z°4ag8‘Ь ff-*úèX L -ÉtÑM´FhESNgd hU¥JÛÎÒx“§÷3ÇP ÂiÃù«ã b¤%ý܃úLìr—‡™À-_1$ L҆𭅎öèg5&s„ÚB¡ì…“êÓ¶ ‚.‹Œ-- ¼·2÷¹;+ÔÄ…6“Ì@2m8Šâp¬–‘w§2í’´ì'FGˆr -›Q÷5ȳŸÛlG|m½!^yomª“à-˜IoiAåà ¸UØÚ¿ñI$š \¯0Ÿ‘É28ÇÐW£#„GlÑHòL¸®g/²›v{:µÀä§ñd…¯©ÖnpaùäÅ«³QN"®©“í@2ÿÅÉ\MtBôuö$ô«ÞåÉâ°Ußi¯õ„)Ž'U§~º ŽèL€²’Fó­>«‹l|ÒÙ 7Þ’d}è@Þ8m!Ý›ñ¼Â~o©°Â{úÍ$E_¥–ÐfBƒ±‰½ˆX“h5¡¼‘{€S³BZÞ‘è$݃ƒvúL3wÕS,v7^ ‘FÒ#4”Lu²Žx_Zbzìä]¹\Ë3éYì2ãUX®Íü_/ã`¢~®{6^êÁpè0$Óânêï+j -aÛÍœÂÎÄF$Iö©ÎÊÛëLeIâ ÂÍH pÚr›.d@ç½2S»ŽÚ¾gÞ«S®EŒÔƒÁ¨‰à ¸Uȱñ*E–£-_úœ+Pß—’Þð² Ü -LMrÖÊJ{ýºxÉdŽ0© ¯q?VM¸!?—-©™è’–o³;út4ô3XW+ ñι»&&_Àû=ÐÐOt`€MsØÖ`zprÞ`®ŽŽ ƒTn!àt-t$šv€l]O¨åÖS}_•'&Âä9`•– OZC¢‰@Wðe›†H%Ôz'kcX/ñ^H5wåã‚Éth¹ÆÈ»:“T„IsÀ*-A^åm!ÝèF «À-uZx÷@ã|À"Áè„Ém`M­&ü˼g¶Ø‹ iËKŸ–ïE¾­z¼½LTdâM–Ñ¡¤RxmªH˜DvaIö«rÍÌl©#Ę́Ú9¨¢~úl¦+)®ÕÔÕèÌwÙa»š¼“aRµD´JÅ×|A§mÆÖQºÊ…±£U¡MDØdÖÔT¯B·ÿVìñ@as­)|þ_/ãP¢¾Ö=gݽâ:L»žß¦ ZCp=áXD`þæ'æ+a 2®´¼'1þ•„h%´ñB¡FÉLì? ì¯ñ' å-í0x×J„Í)@WQ¸GO”ŽÅ ô,lÜlÃ\Ž,·¯Ó] a‹eh¤àµŽ¨(Om· ÷;ã‘*Ù†‹o°ç•[E lƺJ"ìM¿ªñUÏt‘léŸa·ñõȳv«)„M@mË9¢ïw»åéÆg9\ᛜ±üu¾UøJ"¼&M1t§à n|úÒÞ}¯YQè§ Ài³&ó^1٬ؙñfL¢-±=×d3“$KI0B#z°g%Ù£ aŸÔY5ìÃå‹ÁÜÍÓûý¬Ôv$Ñ‹0ÀÎpQM˜¾¾®€¢¨éÔÖ‹\¿’h¹“ÆrTÇÄéó•…A"4‚ ¬¢‘½=¾p4¾“/l;~†ç°Y¬¥uÄôPáït%ÛöâbÝV‹°lz!‘Éã)‹nøƒpK{„ĻԄç3Kºú›/À>L2l·PŸ[Û6¾Q ëãv"…:7žON¬þf ŽÂüš¾5O“8­¬Èúšê%ÏÅ=ý|ktÈL¸;Dµ:€¤í¦È"ƒQA¬hÓ§€^Q~QÇh*h‡8¡–ùcHÕÂËÈ]úV;—ˆƒeQU/ÂÏý -Bwy!‘íÔÄ’v[MüÉA;Q€éÒç~ˆgè\u(,¾+¹[`:8Xq¬$x^\ž´“HG‘òµ‘ÙÔlBžö1-'wy±Y°ÒÍVž2nЗ˜/«–HóŽR«)í„´…´ oÇ)hVÒh¾MÖ̉XØtpúµ²­" 8öëÃöZ;]»”…ÃVìêUêk´1k¦GjCÌT™áĄģ¡£ªâ3òÝ*•A¡;WKH6ßfÞ²ÒœæN1F|{¿˜B~ýM`¬'®Æk¾ç†¿uÕÕù¹—?ÿúãòûíG.Ï÷/·ûyÿòô¹¼út{¼^•¹¼~¼~ùýàåÏëý×õ~û9÷¼<¿|}ÿø%´ÅºXžË'=<÷Ï·/?CûŸq¸„œ \>œO·ëýáúzVáy#†‹\®¯Ï§ëáùýÓùIƒ…tåϹ´ãe8fÇ‹›/¯Ÿ^ôÇM/·/Wûª—呪á"—óÇ—Oç‡óáåùÛùé¯ùÒÚã¼ÐåñúééöüíúùñŽ»ZǼÑSí¼<Ý®ÿŸ_®Ñ'|:¿]ߟ÷ÇŸ{¬\ìxyu~¸¾?ïüߟ>ÿÃŽÉÿ’ø ÇrõÓ.o®÷§ï×Ïon÷ׯ®·÷·/7›ì·ô±ú½Ž¼yþüïþ¸÷ÿŸOŠýy¿ñEÞß^ç—óñËõþxG¡c™ñŽË›¯®w䳿ïŸ_>œ÷/×à|Ëúçÿ7Üpý¿>öïËRO#ÖO‹1Í<–õm<&%Õּà ¹cžQ´ú9ÅÑŠ”È%ÉËîowàÄÇ“ -ÚÎú€àŠeG DÝBæ£ö¸·òM/ÈtÓ^˜\GÝ{‚¬Ä0ÍzBŽ­BA̚ȃ\’!*wïp`‰q0®ŒúøO(¸¿õÖ<­»¢loW%N¾¤…¾E -­œH„žñó¡c†þºº#ÑãÄ‹ZµS?30ª‰}ó¯–3CŒÎTZÙÓç…˵ròzgo[ÔŒ&y(íí×âzq¨œî­ä•ü[hÙx=jg,à ñwôûˆ¬è+2ìjÞ?CÏÂ^“ô5QˆmǤ­þ€š¬Æ•Èú“¸V¿ò0éì{jZ®G§o‚L†ñ~b§†Ö›’!ˆ=E3ÄÐÝKŸ“¯ð 8} "!´£µ¥‰Úû|/ ËNxÅÅOѶ©â5}›°vKŽ<(™áGL~B/àðMt[WÞ[Ë™!¶¢÷ÏîwjÇËæÄ*Òôm‰=ª`øá£¶«Žæ€EZë‹`Êcé¥ï—Iå>ĈÉ5¦.ÇrX½³ø³òœ<;ðIÀSѬnï«âˆŸ„þÿ±LS«6úÃÎîŸ.UŠ*ÕG\ȳL?$!ÑŸÏ;M ,D…’QÇrÚÍ.¯ÁÚ¢„‰2–5²¤l_çbIM‹Ê —å»÷lÙ?×lTØ„*dj³ -–Spò÷Sqà“çﯛ”ýîí™òîX…&•™©usÔ® ¸ú•1>鵟‰=r{uJŒTݨæÈèy̨PûyÙ#¡ó.é²H\„JÌUƒ@•MCêÀÒý…!-Þ;%a‘„Á»'U”œB%Jü%tg =À‡Ûh½È½ª•¢n8F›m\Jƒ·`e¤P•Ž›:¸Êv¶2‡Mn’T¥Äà^í*9úâB€ÏÜIµñ7pÓè±Ç9Â(m¹=‹½‚¤·š£¡FÝ&uæö÷¸ºö°I´·ºøa’ Âæ|g“øœÊ³`Á½Æ‹¢5fBJ §“0é ó5êÝiãî´jx±²l!\ÍÖu¨›œ;l0¤ÂûzÛÃH@¯ZEú¢ÇÌÍzé gò*ÖÅ‚1P±MlI‹ªƒ“³‰f™ETƒcÝýDQ©m¸UÊÐW‹Ñz‘ДegEtٛ̀4Ì$…ÛS17`Œá=°!h–Í€FÅ(SÂ$À–EŠpFk]›”â:¦+ÙÝ6.©À‘„¸Èœ’kˆe…†} -ûX:k`‘²èÚU\XG%xõnœy7·*:¢1Cèô\hÛz*¹=?&-·‚¼QÖ©ñr yƒ4(:ìµ`$SlÒ„?:H£ÃšÖqIP`Dq”A˜´X/<ãÙJ~ -AÖòê”Ô)eŽmÇ$(±–68ü`½˜®€ar“¿ÏrŒ†E13ÕÍ)ÿ~Si*k±:«*{á1¸«ã7ÌfÜç=hšD¯ÏÊèÑÔÒAݼ“™´¿¦Ø¤KWQ´ÝÀí ¬JB02#teÿ¨hHÝü”UIQ"·÷Y©£ÑE-#áà ×O–T²eà£ØþÁ~ü`ðCÀ? üprý ^Í?ø(¶@ÝÔU°%yßèÕÝ1]µCÀ?ü0ðÃÁ?ø(¶€À€ ~ø¡à‡~ø‘ÀG±ýƒ üøÁà‡€ -~øáàG€I®_”“m#dy¿;“kˆyxí’.ø`àC€> øpà#€=Šm àÀ|(ðaÀ‡|$èQTø]t-)G‹ü€Le_ò… -~øáàG€ |Û?„û§«8éÂ?üPðÃÀ?üHà£Øþ?~0ø!à‡‚~8øäûÉ-åÆ E¥ß{œtáÀ?üPðÃÀ§Êc³;¹:“mˆèQT{ìÚY㤠->jÿâࣀ> -ø(ࣀ> -ø(ࣀ> -ø(ࣀ>Šüºj^ `BQ±öÓ&U @”\Ühû—®¿k1·e/¿~þ¸|V¹Ìûv®ÛØÎ÷e<ÜÖ¹›Ùs——}îçÕ¬xùuíÛ2ÅÃc?Þ^Ž+«…‚è^ ?õ™–±Ý×óËb~”V“ö~ËÚ·©_-þCxÓÿ_½_Ç2¹MûË2n—ðÉÏiN]&Ôs]Ž왹ëÙ¯cÙŠÓý||ž·ñ:¦c·Ûù¡¢ù÷/æ~[Öý½ßç'ãîtKwçlyjYûÿqZ]ŸÛxï/c›§Ùlº§ÆkÏg÷ó¸¥ñr¯G›à%x»½öØ·å£ß×í:=ôy}YÏu$Ä—˜yêÛûýnß™þÅØž?÷·{ß’Ùˆ[õ›—õaLãóóÙ·ùAøØ¥ÉUw¿½ö'rèûxÙ×±óì?¢fx¼î,ý¡ÿÛ(ù28u©ñ«aTFž5-40fC%¤FÌÁçaÏQ¦™bÐB—²j¸—S—:õt l²Ï"¡’U:ÿPqX@˜<776H{õêÕT }qÐÏtþ ùaTGïÃDlH}IÍ1¸%\~ª ø4À,¸µÙTí‰_Q±CÂ:5¡à‡£NTŽ§Ñ­b‡¯·#ÒʼnH› С î_6õZÒŒ½‡¨pì¦\’‘F¯al ®®Hµn ƒ[pF¢å\ÖÁV¢5ž÷Þ9îçs°P–¶u¯‚ŽM×>r^ý“ÈOЙ&§R¥é =oÛzsz_îýõx÷oÿµ_ÆrIhÞ³¨ìþ¸¡Ó¿¤¨(K±ƒé’ -™Qƒk)>V*ÏâVãÍÜ©’%59ØÒ‚¢‘–œF^ÍM.ï¹çNˆ–Œ<7{ÛȽ´‹štÅGH”%ãhé¦$s¦Ö)¿Jàtj.Øë©°ÈÒš÷‘õˆX/F§]pZƒ%¤*q–TFDEÌÆT¸ÅhòÝX©ÆÔíL#²úEdÞ¿Q–Ñ®jjž ÏÐø„7^ K²tì÷õ\ßGóÆ u–æ¤E&Ô`½ù¹ :VrfŒ1çé’EÒïtf›/É&J‘ì⿞µEä‘ßavö’:D kÅ¥ªÔÍV!h­7-êJHÉ£øÝ«üŽÌÍÉ œHÍø(¨pጒä]”B…›;‹Éá™æõ¦yËã›lĦ€â5(åêÑlÐXS±A*¼ý…ɆÍùÍ ˆÉQ÷êúM6w=½`AyÄ™²$Î…€‹ÕÀ/gï5ëñ*rV §|×îS:Ò(u G¾‡7ƒÔdUëu‘ý'ИX®,Œ´Eï=n”Tb{däˆ~$ðQðoÃ$Y°/B4”õRyܘÑ~èdVŒ<‘2YRcα9žµº*Üžƒç5±àúÉû@DY,Áõÿˆ[¿cúïµ……º[(;šiEƒ­fRd$…iØðÑîßèxð&vUõ=êÒ>V{¿(hu¿‡p,—I«Md›$“ûÑíÀYW@&¿½ŒkºÖ‘±ß°]gœë­â²ü‚ÝW(|&Wóx¶RbHžDæˆç^HíçV<ðŠöö :°3Ô1ÔBå(†Îö>Ïdá³™£JqÃ{/Z¹=ÒÄŽźμ„Èþ“- QÅ©¡ÏØQîy³CwûjžÍê^TÑõÀCXzb”€2 “‚«”‡°^œ{A57¯1Åq+åàk¦"áÞž!s¼Žöþr`L·Ø6õ¼÷ɇˆ2ˆx©ä{ñÜsš`V&*¸³üœ¡ÉªóKÝ{ ´?ÍX©76sÃÊuè‰È‘WÃ)‹/‡æ‡ÀZ¨û7cGÆJ="7¬\{Þƒì³+p @È í‚E‰O~VnCÜ?œ{;O(’|PphÎ/mDK*=40a4„(Š$cæ`gÁ|æÍÙ^Gpl>(úás¼¿lÇòpÿch»jC…kÉ?ïìU§W:;çRÎ>P(R -Jv¥8<ÇouˆÕéõíFÚ³Äso›ÉÈ›µƒ‚ –ûµnÇ6N.>ö„#àd$ÇPGCtuý.º Ó|îõPKrõPÏ¿ 3l ê2¼ùãnîEèQ§Šb ãw6}ú%ORæ'8|};’~‘Á&ãwÄü²¸÷LÑ6È.¿\‘8†·}1,MŽ4Û/ãã3pøÕýÁø‰]]¬zK[ÎûÞÙÉ Nß×Ï{¿ EÿÛc±þ'2¨†±þ(Vp휟x·âÒ÷Ü;Ð] û©F IùE&%2ˆÅ¹×CÐ@iªâç-¿êú­uÄ!îX·\i=Çu@ZëKÀˆ“Wçga3™ã¹GÞÐ%»¿Zœ>œdl’¹›l{MߎÀË&LJÊ)$I𭌙â¡×#4={PWZ)ÊñfT®õ9¯E0<÷O ²5$¶îbLo ´{Å?Þêxéy—¹’E(5ºŠ¯6+h‘S+![9ÛíÇÞdïG0a#õ!‚:WUÕ½;´õ={£nT¸¶{0"ëf¥¿zyßJ½ùã¡7D¯ÐÅqšÔ²‚. Ör§Bp+:Iõ Å÷RgÞìý5y¿ÅO"96hÅ6çÜK¿ ¡N¥„*çÒíña·1q;÷À7tžØ´Ü4÷Éwa¨ìè¹Ï>ç~®k<5±™ŠÅ²±D½Žw½çr艗1SÕtî îÆ!ûûЗà¨îSÖúÍHv_çš #[²ü'ÝRT¬|£n{û E²øÀغÏ~v -aÇßûþÇdv® ÒÇfÇ­¡iÎ6Ño[·x Ý¿ ìG÷x±sMl*S‰àj«ëw“@§ñ÷½›1€&SAD0£…ºâÎÖ¿P»ž¿m¶ðT>ô#îF+ËÝ-¸­30Ù¦,t(îÃc£‘êÇÃAy‡ŠÖïFè$cKáÁ[?—è·¼ŒÆÙÇZ´¸.'‹} ™W%÷ôfÔ¢õ §ë1Ï"ÇÒ}葽Ø9ONl>fÑ÷…÷¢¤+U´£O<÷©HöcÐdO·—ÜŒ{]P&›b3—=‰¨‰¢äf f‡ãN³ÌyÕìÈÎuR㟣xMôJV´b¡øØ#|7B›ížcˆtþúœ× @Øá¸3Tõû‘ŠùlÙã(y;>ßa4Ô°¦löª¸å×缫 î“aýn„µ¸Y6?91D4î#&Œv\åDUGÛgàºnQ…|Ëh ÓYësŸãJZâCïnGè%ô™‚†Ywæ¹o¬˜äz3]¤§µFÖ-²ÝÕÄÆ5üÎo•s˵l×;…ŒÕŠsô†¥ÿœÚ‡ù(kv´ÜÛ&q7r†PrÇúM‡û¼×yOX2:Ò:ÜÀPRݰmÉkxØìâ8ÏßZÒûGyêY»±Ô£Å3Ì*ÌyÕͰ×Ì‹{îÉ1«: -“dÃOo[ÐOt=¯³®–Ô ÇƒèŠŠtÌW €~6鵇9NÿVÖÒ‘Æa±ÌZ­åÚ1Ás¯° ± IÓçôƒôêIŠh‘àÏ–˜Ž8gz­‘½n='WJõ3Þù æl† - Kþ‘•#6K¬² H,»i§ê34sî£'©?,ï3º2Xç×XRLÂÛw*£8fÝ(¦"¤y›Žnc=fxà~ãwã…ŠZT*ëtg‡…+ÂåózÇ»4ÌŸæVv¿TýH  F v@›wŠ@¯û0ôÞ!¦JnAƒv<Ûä‹.¥H+ÿ$d_l^Fnõÿ7>Í ]qªc¿¹3l^+àý=ûÆ[?úOó¡™Ê+GCAxÈ·¡Ðĵ#½²/X29“îˆç±¨ºâ0úê¼²ª -r037”ªÂy8O`8(Î7Ðæ«öÂŽ€Óyì6C¸œÆÖ@XAÅi„.ão›Á¢ -Gço5—/'žæä­Éçn -ðiHÛ‚"q Ø©c;á^çUœ¹.9ëÈîÃ÷Õï7}ö½pÞàs„æ…¶xÑã#¹ ;^B¤á¨Gƒ¶D30kšÞìÙóHv?rÄ®À©^13ý ÎÎ%/Ä•ãÒT%*1Zy·ŒL}…tÓùör'ÖñÜMª‚\rÁ Ѓ“ˆ’½úU–v\zq*ÑŠÓ®|-ûÍó”Íå«gæÝ'|×Ñ=§¨Èpߨ¯ÿ1€3  õéÇ`7–$7㬗vJyx½ .Ê ÜM"a&Ò«7‚™lâ½éz¹ º?¢ÿ1à<)°‘^w¸ÜÛ~¸S cëŽoùÞôø•nMxÜø˜éME0jO'ß–`…³–9²ó›zÏös܆ÿÙÜùùñ -q¶0ùàFwx`sÙ/*„ûð:£Ê{t¹%ıíûqÈŒi{ŽÑ$'ÇÖ¸Rs¹s“Œìœ-¹çJ–ÙUðÈÙíOž‹¼ò3d«zçËþ“nÄ”Á-3vÌ…g0KŒq^Åå™’W¿ª½3{¿Ó» ùNbø¼£Í€Æ•1EØ*Õdá—>`—cVgh!? -Sꪯ¦¦ŽÑš?pL6^ÿí‡#ð„E¡A?ò°óœ‚,9f€ -X2|Ï­xÃïzt]¹ÈVÍ«ôwÚѸMJGKa£¤×¾ëi¾Ó\îZëA¬Q;õÄo‡ïu\¯~°Ž¯-Ë *n -&SB{Êc“cÞ{ès^2Ê´¤Kd>?À,1FŠÌ-—{Wjš[p0£ûhŠ’ª - z”í®Üù½\@WL{&MÖ¨ +Ùë+.Ò¢i׿ÝI«Ä­«À•¼F¥zIrYKðÕŒGÃnE'Øá®L£˜Í‚üÏÑÿ΂Ôca`Å‚°RG戅b’ 4R‚|˜¾½<í~Ç®mAµ©ÆL«“ÖVŸÑ=Äþé+5 œ“0åàp·Ô7?€)3s¢gÌBcœWñFmÇuf]+ç´ ÝeÍÀUOÙOþ`Q áË}“õedžÏ{užÚI}ó•­!gæ^3ZÁCvµ©\_‘àÈduò«ôÔþÂÜÔ´ÅÒ"¶Í -x¢wKW£Ï{®Óç|ÂFU”G-m-NxïI9H ¾ºzîJD+6µ‚5¶ºµSÀ†¿g¬}ðΩçÐʼÌÞDâa•ë}i–ùß¿ïZ;M¶V§ÔW{¦{) H ½]½úã/m¿¦p‰AA®&‘{Ž#낎œ?'*¥£éwB‰û9aA[å¾ø)|`^ÐkÐ&ÃÕÙv¥”$È"#à²ûã›lŸž^·„“\<³Ôa«ÿ×r¿%žQñܬrË©¬¯¨Kß0ù!¢µ2¼Ð˜*‰YdOÚ4œúA›ß†T©‘ëÈvj™ý¶B?1=´”Ì3æÉÃ5rÉ• Þå“W?Ñ‚žkŽ0Šu¬4Ž<~žw4uj‰+±‘zƒÞó«‘q^ÅU’3Pž -db?ðÝ¥švÜÕ›ÇIÅoRKzÐ㺓Á6ý`Ñ/ª+êý;6/iL½Y+,O´Â„}Š%ó´¶dËŸx»vFž‚|²00×Dú}/fð~mà5…ÇÓ‡†ÂjÏðSÍÉŒ7ä+Òt'^þYôT£2‹ôˆVØ7%£¼c¬)•th×ÅÇÅ¥5ÝäLÄhßÿÝ|ZrgÔje—/F6`Á)m†¼­¼èeD- ¨]•µ•ÜvÃqNЕր¡j¢?œñR>ßs¤ž®–Ïå4¤¸V¾Ï[MI ׳ù_Ùu9ÆeŽt¯“½à]Nƒñ’¢˜blF.‡pXÌŠ¬n ês |.ÇÊÇÓ Êçá‡á©‘HÈl¨âh‹²Wè‹Ìqc•NHlÎæuĺ¢Tf@'£Ù¦6 aL^ÒdqX°?ûå‡gG™X.ßNžÎZ2y&Ä,~[¸“+Í4Uå¾’Ò™C—+=lƒûÖG”N•Läë™91«1$TI)6¸û ÿ8>¹Áê+­2ïsþzÚ™F¯W@ž-Ù0zâvùoèãfž†,¾„ë’Ðs„Jå¦Ì@®G†[ôL¥ͧ€—" Î˜0úkÞÓÔ˽ÒêŸ*5‘ã˜×!ch;/Ã,#bP7‹f]wo1|ì>ØÂ5Ïzn†FÔDk…©›žgáÌkØ}ŒëPò¦&`جcÓˆgÕ9®yW^Æ")-ßô‚>nÒµ¯U‘‚8?ØÂœ8nÄ£îh<Œ8D\‚gvºâÅôɪ¶'¦ˆDÓúfhµ“h¡)²ûE6ïÊË¥ÒSw“ؤˆf%.Ày§Cö»9þÓFÌÿ„ogpG\‡µüÉ¡r×»M7­MXÚ¶æNfô¢ç5ÊÉ¢dcá~éÅô((³U‚%1úËSÍ"µPjô’¦Ùv[C¤Õ‰¨!ÿG;18µQ‹~ÿ‹dýD‹òªl ½Œ¸Q}˜í×Éj‡QØž ’8t‹»áEtŽN·´ÆÐçña4\Æ;¿q"ܯU±O§hA^@;wi¹`,›lƸr.A+`Wb¸ÁÛ¤Ñ+×ÛÞz²a–ÇA°l¬•ËXâë·­Îý¢Ò¬Ôk膚ìÄ—oÚo¬Xw]{LÈwããˆÓ ÁµÏüt¿C/z<¬­ëÐ8»Æn© ß®AêC4,–gÕÒõ7óÊ•j¥s™®mþy-dd76˜¥Óò45]Ñ´n» $LR£-ïËBHZòjzV™Q®gÏñ_‚Žs⎊Ñ7…ò¬ƒ6+pÞÝQb£v;ÚÂBXšº>÷[š}PßœMtô…Z¯§ÆsÚgA½Ûå©|Nkªkë ë:YV¡Ž #äˆôÌ#a·9±.‡[>›¢ S‘«T/¶Îÿ@¦ÜN=Jž½‘Åî PË‘¶l¾èŒV‰î-£e‚žëy.ï l¼]>kPH’º‚Z§á+Bm•É2ùrMˆ|dpê‰GaªP6 —'6LÎË[C´tÝÆÛ >¦úa±|ÖJ~£Ÿkü±8p°EM/rîJÜB?9!n¤½¦ñ8¯â*¤d-Kg¢Bñƒ´¨«€½ÎK5þdê'Z-C HÈË W&ÔÎ?X]Š>S§·@ùýàíêA’"¸$Æ6áò.4ç9Ú -ý2R­ -r@ñb­c[«`èpLG—Xñ'g±ë‚õ¿Wº·™{Â(~Ô¦ÀŒ‰µeî‹5QHÔbüT5‰¬»k[~ob4‘°ìë‹ÕÚn{(¾uÅq1©s†Õ‹ÖãG9ïufõl·Õlô^¸<‹ÚK <ñ৸åE³¿ªý>o˜µUIîdwr÷@€ƒöCõ;,»›Ò”a‹‰Â"ÑTvªPrØqð&Ã*0M41N"ÝÓ­ôy—Oú~¦ÕÁÄ·®æˆ 0+›XM ˜å„ çäõÄ~ìR -Óì -sû†Õ!}¥”ù ± Â&N>âéoÈ…ãêÀÜØàŠÂTKL‰V³ò‚Õ€vfiYk2ÇFiVo) x½úÕ ;“qõîÆ Àœ\S$W¤%ÎÔ¾o}ïͦ5r:] !¶˜¡µ–þN˜ívÿÝüÀ¼ÜôÏÁêŒîT䵸€È%÷nyp:^{¥1LzÁ¾ -&f=poj­Ù1HØÚ˜, B®ùÁ€ósãÜûØD’Æ$ ¬\BÚy»ßEö¬^îµéîqoèeóµ9JLÚ ³ -ˆ[$Ï(f™“^ìŒ'@äÿk‘Zuûý.vÇmc°[sdr`ìb)Œ·&<쬛g[}V{íç Ž} ÷x†}»ýP݉§2ε\%Ë'¤†r9Æ^¤ø è7ïQe‰”ú†;HiªŽ¼Æ0Ÿ JÄjFv· yÝ‹Êý®ôÞ/=ýÖ -° ½Ðk]§ÊèUºí+[çb“Wê9¤„0­™+“ãVgLG o}Púíz·}ÒàK¥r½ó¼Æý¡çTêp¨•ÕR³¥d­F¯ÄÙm€ï›é1T®ãΛ»“¾f•&^ó´á:o"Q6õŠû]zmšwcÊImé·lK:7z ­!9|Qo¶Xúð´DÐvÞˆM¾2ð¡jÀ ×\!\O¹ÇhäpèNœ£kiy룛Õè‚Sé´ÖºÖeaMPVÿGÛƒûµãP·NJ9ÉKÕ·+‰QRÀþÿ–ïýüµwo@ýÿâ'â«Nk@ì‡{åZöLÙÚÔZúª6I—æ©V¦£ìB)ÊÄWÕ&B3âl´ØŒùö\íTñ² u™¬ü ñÿëݽî¢yfДŒÜrï†òA` ÇI¹‘qáe2-M®Sn¿Ô³“œEˆQ¯øôï¿ÿã鯯Ÿðôþõå—//—_~{Å¿ýúÓëÛãÆû´§ï_ß?ÿòzõ§ûéùË˧|ôíõí×ï}uk¤)5túýyï><^~þòËŸy«NAÂÓ_ž_Þ=šfá~úÿÿéÏŸÞu½{ýþÃã'åùea'¦g>éÍ&0¬÷<}úðöÀyçÛ—_žÿ^bÏ©BßøéñÇ/?=~x¼{î·ÇOžgsü¬§÷Ï?}øòúÛóÏï:î=ˆ¦%ù¯ç“>|yþîñËÍ÷?=~{þþñòþs_4ò“>>~xþþñSúÜ·ÇOså!q¾ÔÓg|¹çËòŽÏ¯?ÿÕ|÷ïß}÷øð„ÑÆþþô/ï¼=Þÿòüòþëÿ0mV|úüëÏ??_üÛãû×·/¿d¼(c´³QQæ+øðn6ž*PGḬW±vN=‰z†””žô7Ò÷¡* ÞæŽý]Ê"jÌl¨pQxzùÃԢ7iƒx*•|’R”WåK—6=é»_~sâu©•‘/vNy¦5´ºn£îûäN\¨Ÿî¡n=%n¾r¿y×Uyk½ßôòúyì—ËmÇ.VØ.àzôòm2W’èpÛö8t=Ñ™˜½×l#@o8I^m„_‡ÂÜãæuGwcOõÔf¤¨Ä.ÕÏ7ùÓb†¥+=Z÷'tuæºj·#9÷$Û•KÛFhdÕÖ¶K–ᤊå¸åSý÷Ë››•W·ªxAïÀrMò%Ûžo]•7;O÷0õ¸(×…’zß‘rWHg)"Ö- Ê™à{²÷~á§jã•i3Z=vø†tÞ"bÐü&èKѾsœ‚z#X¿\uH¶}‘õp§‰0»ø9Šå»ž_°|ðdKKoÜúŽ`Ö¡â7À»ÛReÅ»Žê7º­>`vëetKÐÇ/AãM£+³³æ7 Á|ã2ð á¶(Þ¢¢z;s·ZÍ"Z9;v[^E©¸ùˆÍ¨¹‹œV–¡(Êq[waì oÎ]ÙcW$« ©KB]J[˜l‡lØJ²¦@o7cw[+¼I®ÜÈßÅÛ’ÍîË×z2’õº·ö6unhìc¼‹j„ë€ò¾+ÅÑ(¼,‹\Yzp_^l¾X¾Îà“µÔ³»U)@¿ªŒ›†Gwd„öÛĽ=m¼IúzPSú›“T³òAª·Ü䢛…äIX)=œ”L~&7fÆp/£–Æu‘(Ò{’òeä’8âK)™I0ãžãm ÃÖÂ+:›ÁŽ$ ÕàÆÜ•â¥(ïmúV,MA²!7‰.h²Ô—-2£v:¬6qi7&Øòo£RÚrWª/v¼«oRŠ줮 ·:59’TÉjaÙÕ-háŽLÄeÌ#<ËÏ~DÄ® /ÅrFÁ°“O+u)¡Ø…­oM¬hÛÈ¥(LŠÃï–5³ñ72â­y]öRí|ÊÛ—ùvIa’Kn—ß—.GsŽô bÁç‹¢ë³kKvåp±ÅWA 8Œ8ÊAŠ›ÄÕ2h(4ìxa´Ìãªxï^›U—üx/nû -Àª3Ôc[äÚ†Ë:«öꤰ†…SóGb•ˆäÁÊ~‡À÷¨“P=ßÎAÙ@¥a[îòI)`C‚©ûf„®!èØaìõÌŸà½l–‘™Í¡¨q†3/ÿO?@y{üôñõ§ʑ۞%lncb¸‚!Ì:¢]Zæ&YóZMþ–ÂÔ³Q!H–“DTf*K«Üz@©°¼¯˜*r*ÉVïàû«gî±Cï¼I·’—è^Ø™ZÅ` –ìÉgò´ŠÍ’‰é5CaûJí(8!z¦'nfUú–/Ï”rV¬TjŽ ç‡tKÚ^Mø›ëP ¢#²ƒÕ°d,·mêÝ<\¾Tå;$IÄØÙq¦qÅwG8¤ZÆ24gZ–g}' -Ûwîí¬uîˆF -FBsÏP° -¥=¶9QÝPHÄ Up|£²£ó'n2ާÝBÔŠu· û -wl ×Þͪ•R,)`¨ò·èv÷+;7HiÇø(;¨4lý“]ÉãªÞͪí;…téâÎ/s›r³än(ëm³Jõ(Õw¸w³èÖÆ‹Êð2ÜšZ&ÞNÊöÄærñ"uU†–SÔçe‘ñ³^V¦gÀnÑ¥8c ±K„ŽಯKje×=fž«D!¤îzíJÐavó¢„h‡ð"¬ˆÂ _zü7_¤¸“GçÀëÈHèF¤^j)½3 ‡*C9 ØžPªË>cÃbŸ:ÞhoSoQp¼IÅqÀðkFç´;¡YßݲfJv˜Õ4Qñ²X`ºÆ°;]U¼Æ…lÏ…šœ‡lšôÀ‡7¶Î|‹è˜n­HEÊyS1ê†[¾qÿ²®=¾‰Ž·÷žÌ×p“~(™å®Í‘ e·pqµ:ﯰùÖ-‡BŠÉç-†ƒMälÜ™ §ÀeQ]ÂÄž~¸1\Ūup† íþØ"­IÄ4$ðÒ)ÃCIébeNKUä¤.6$&ãûÍBÁ†—&êGtø T\¯`C”£*\“Ôš9 4FµÕ€"Óa2Ö¾¢Ý¸üUЬÛîµ@B—h|«ÐCô¶£În½­K¸pËtQ7®…ò¨ŠîlØÒ¬âbuaÎ>Ê9•Ž ¬oýuÜɧu²NÌeá; òyÀ©O”Ó4Wê6qŒ¨yhN,ؑ۽ –«Äó -x©>h¨IlF£i"ŽÒ%Ìk*^¨ÚsœÐëI¿š|ùùÁkb¿šj6„é½v“°3Ë#F­¬çÔ£ó@‚;ÏE7eÔwcaÄÉX•»õ‹¾ŒM§Sd'f_®…«îtE 1wîÚÜUa¶ëœ\`IƒÍ;îÆ…ò^Àe–Á¨fժø©Fs4!’Ýë™PVŒ‹c¹÷÷™ÓR±ýw{Š{r@&Ë‚ Þ‰YèVÌâ­¸^lÓX˜¯Eƒ\üãÞÒ¸Ð=ÄHˆ÷Ö¸óöܕȽÃv¦Ç\©TY{›ôÌO2ˆ«ènçMxã#&',q kìA½3^t6ÂÂC/ÎTyá.ôT¸¸ D¼ÒÎÚfËÒÜ¥G ø£ƒgÑVܦ—yð‹Ó$"³l`' ¨hÌÿ}fÅÃõ]6úƒVÄÍóR9Ó‡¬q‹™ÑoG“ˆ’r/ªÑÎ…y% à á¥z¾>ªÎÊÃ}`7  -a¤w_Q° ¿ëŒªI2DݹߡXõXï¼ËšÙÙýR÷ÊDYÁIlìnj »^IÝ[–ϱ\-Íbt«XËaÔ-1IcÃÕ9™šs!+†ElcOGY1°µ"Iãm>‚*™ Xвjc£=‹ªnG¤9x˜ÒǬKöÔêò¯ŠÆ©LH­ßR Á% ßK)Poõ•QföDÀuIК—è‰·Žß½}Ä[.bße$€\œ«LO²Eеép­öP¦ï†§ÆrÔáFq0áÄ×Ó‹‹P¥P²Õ‡¨3ç¼6:ˆ{§©ÛÌ)˜œbØÍ U™ÆÂj—!Iìóã Q*ƒ³ˆËi -8“\¸ª…"ENÎmò˜E¦\¦LÌùS5=D-’Z‡ØÉØË4ŠŒÝ7(˜7”Ïõ W¶ Iè6¾¯Ðœ^&ö×B‘(Û÷È„«<¡‘Èš[5w±É·$™ŽIOlq€jƸ´!ka)ü+¹·o.Ùƒž -W¥"¡ÀûŸ3¨jsf³uÎnö—úà— ª+mg‚aEÂ5¨ê¦$ÁÂZTçY„o“À¬MTZ· ñ¸#‘•fàTŠg"ðAÕE9è’Ônº®à*.\ª]—]ö3šº!qº„± A^k—Êšñ2ÄÌËÚÐén‚ó?2AÆbø•«Y㢥P›«V¼o ¥kG+ðௗ»²íÙƒ@Y7.«žˆÞYƒø¦°+³B©@Íar‘‰yùqL³¹Š¢¥é2†6ðŒʆ§0mª×™ºa‡¹[=.83+}—/åõíÎjƒUâNvÃä\r@ÍSýA€ÑeOQ'ú“­rbưµê`!Ä”þ8âCUЖ$4£Úä[už­ôìÞEõÆ3®tUZdHϱA’£,ƒdL^d]‹Ù²âq®Æ=l†å…x‘æPsîö.Ö=ÈÑ%:—Èdy‹Zêô®eœ¤vÎ{ÕÁ¯(éí4lb•ò $“WÓ8[*ºFu«êТ¤¢9Í…†ÉDÝ(¢(–Œ©j‚é.|/ߌA¡ÓNy¹AÎh!t‹ºûÒ£8ПæpÍB„]ó1Q‘‰(wp£tP –©? -*:k”;‰ãúÊvL0Ú„!‡˜Ì’È‹r)#M¾ê_b–Ö“#õÿK™ùÚ«ÍhDS~þ.ƒ$6­f}Õ4Ëçør‚{( ´if—cYE–ÃØ#ª䞪È;ÚÁ4q°ð‚À›sAF4§êÀY«úK‘¨ªvg3½r³¨5ˆ·+§@ –4 -»Câ?ŠšÒ¸m“úäz¬*IS=¶ÏyÔGZXŽ  ýKeU¢˜,œû«\4F;¡˜XŠôwXb†Öô7j1XµõR.pKµc¬RPö…ˆ’¦ûq‘ô* fÒW’ -”ç>y@ôj‚§atÃÕ§¸ìBÄÑ›g÷(¿ur‚뎄»½­`+ï—rÑq•§?D]XÛÖƒQjÕ|š'L aÑ=ÅÕ¼…cpÓVÑѤôØ¥Ÿ#%`µbØ£?T'C&–oðš]ÃY9Y%)(³ÑÝ“ÛÅÔ(¥öO§Ó %³µ®ÕÞM’ir -m&ÔËeŽaËðPEÙýËÌňêŒ7[««¸&ßÐ7zUäz¹ý\ÎÖ,gC#W¯ Ôßré*/Zç"Çy‹ -¿Z[”@¨w2äÊŒL¨oâ.Õ­»ôEÕe‰Þ6÷‰f¸Qïc’(Ç^ —pqÜ"WyqGDELõ=KÛ˜D·ñ–…0N?ÎC›Cæ˜^¢p>¯>›™ÊôÌÄÑ< D÷øÞ•èŽ~¨·WõA>p`I¢r³+òÌ´ãNxªÏz`ÏÕÓj6®ÝdwÙ¬“) J˜ÂCggú-UHŠjÌ„ëv0ˆÊl›UYû ®S÷Ý¥gžW€Ò¨«½`vÃÎÙÇöÊ]œBg<Ê•Œá¼ìÅyðßáÄ"eØ_>í¡lßj#”…©Ö7lÿ‡mëô׆Âd' XsîPÁ2Þu=»òÈ£’Äp˜]éV³ÑnG)h¤?È…2˜P¿”»Æ”b¸æR®œ· c]_[½v#áVbGšž×s<´JázqM,íQžWŽŒVÈ¢'v8Ø2#M/Ü4GÁ‡íÕÙcQ­â»ØÈ¾ní\´jû¡ó™¡ê$ÄsãM"—ƒÀ aâ¸n< -K¨8Öԫݨ]í!Ê=‹-*~›ßÂOV­ÄhÝ!º)>‰ùOKd4ËÊÏ$‰sn)†KÚCy|+Ég0 !¶÷,)m »ƒ°Ví¢º£~S@¶n"ÿ8 -,9Xò(—7GNnœ Xb‘pgâYÔÁÃ’àúYª?t´<\¼”7çeeFpäíZAjïxª2à ¿D'E°9 ‚6$b)Â4eßÜQ¬ÈqÐ  (q>ÂÅ,Pz‹›‰ûtªÔò_Ѧ2ÿ•á*Å¢zãQK)~¶>ÿf¡Ìú •g+ùò”Õ1ám(%0ª¥3[©ÇýnY2¶kX°FX ©ý%!§·¬"½Æì`®¿ÆÞÒªv5ú¦äp gîoÊãyçŒÐ¦re2a° á \lÞK¶ÙÓÇ­¨Â'–˜ÞyÞ…ë¡m0—·8'A¯Ó~†*è’CZd!ücá»KÅä2.%HLÇ6ÛÕ—+ÇM‹I.ÛÒL³s vãpªËÁÙ9£4ê[p…V{J7/ý›!BSª™òÇr¯`Züà'×Ü\J{FÐÓÂ$æ¶Þé²õBÈî^Š,˜&æ¬G÷\Õ¬©p]¢ç%“~TØå¿\ s…lŒ¬ôæ¹*s:!&tuû†‡â¸©UØD'—ö¡8ÝZQ§¾´´ˆg83¯ê{×ðnÓ®Û‡ -TÚcDw)ÂåBÖœá²&QOKÀ’Șå>i‡È -ìX›baÕQ^ÄD ¦l:V™Ôh’‚¥òë¼ÊÍo÷œŸ¾¿Õ¡ä±´ÛÖ#I”Lºdö—îP¶ïfÞf²Ë]wÁÈMF‹=Q t줱s9' ÆÝ¼m±óSª¹,*fi‚Bë¼AB¶BÖœ|b½¹âŽÖU‰jù‹”¬v%ÔöÄv]»Á4R¦µ4—Ó™&9È‹Ž¸ÛZ›ËÔÊܼsIÊ…ªÈ„:U—›´T°Hý†óuøÁ…ôLçî/íFÓUGoëÚ„ºu-‰U?Â& ›/y§Ùe>ç­S“R\­MŽ eÊÞ[Ô-t–Æc#ï Ãejõ\RØô¾ž??»T… ×^ªãÜy)O!©„ôFnbÏŽ`›Ék1;˜¾Â¡%ÑíÜÈ$KÛ’¦«ñUnkŠ56©ÿ$ œ˜ËB’-(!mj© - ÝÇ"¼ÏV#ªkÖ`<„ô%Î(¯ êümbfådW5V•œ6ɲ7îFÏXòÓLÓ¸ð¤N" ™.‡Ä—*¨,™O9™HÀQU^èî¥Ïl­ªç=}as#‹ã†Ý 4dzæÔKžR½1&eŸð6®ÓYŠ\¹[Õ²5ækNõ©:Ë4 -§ÄÈi8_OtÌ  bˆËõXЧá`•Bas=¸(g+wwFç•Ķ-ȧ@ñºfåÐstkauR,Â[:‹°D>ÅkÐx}hjWaÕ2…¢7Rçs¶Ñw­B~ÏS ªhºÚãXâÿ•+ìîØäò°TLµzÁÛØ,ƒ‘ÌA]P -óp“´„fBƒ§Ž}ý‹«ßZ»ºòô‡¬ÃZLigˆ=A@(sÿ÷TY÷²Ý™X½Hw‹Ûµ•KC¸¶2ÖŽI߉Š)¾Ò Y-eÓ`žôúw©²µv/† -Dçd õ S"a -à[”‰fú¸¿j ¬¼SJJ¦¨“w'X£êtŸº‚ý‰ÊPkŽSx—@ë•ÙÉøÏÌyfÕàs-<¶šq¥C@†ª˜¤B@ ¡<«*¿òºYu -BMIŒšÔ(Ê›X‚³‰®°o¢ÜÎ\&ì’9b*R&’ -EÏðÒ‰^I.HŠÝ“ì‡ÎK€JÐC&‹È„¿†IÄ.PèháTûP¬ÛPÎÊà”P4çî%v²þ0‰úåD;ö2àX1_YªQµU™ÆIvÌ™Íè]ËOž$A;hûšjý’»õ·åÁ,}8.6+x™kš±Ã`ð¨k½“@HtÇrÖÛ[=Ê„Í| ©|…EÄ®8€ g(“º["x€b²æ.N0_ -j o‚Ø%GÉ(Zê'Ié€ϸò*ô‰ÎnJõ¶£ª®†H¨qX"¸eÝÓ'ª¨[Kb/ØÕGrÎ;#? ¾Uç]\ÌR9.ã‚Ò&z5u]æ@¢Î4«þ¬¢[8‹n%ÄŽžËäЪÔцb7Däif¸ðOUŽ×ÕINÀU‰‰iŠLÛ¢ØB¶óñ¬nUqÜnèɶXEo×i<ÀRj/b—÷pñÖÕ8Ú«½¨ŠL -(¹4¤/ÑCDôÔ:Ê$|ª VuˆªÆÚz!Q=­ûçÙDb)['œQ·à]E*%˄։ ª¨`ë#U«>Ø'çŠksc^“ÄÊNb‹LŠw6m(ÊcÆ û -EÕãmŽÅ–Ÿš1=ð£Fê#™fu™’ñ>W{¸Bc€‹7íǽoVW&E¤¹ *³d®ó‚“ŒµŒ¤¤J©jšH†t˜oÕÊy ±«˜`¬/ñ.÷«.’¬l‘5Ï.“FŠŠRð&ða'Dᆑ0mq±=mL P ¡xeT—JâD˜¬xMëÅ6*ÑsKŸ¡a}ÿUÈ$ëéÚßd (Q/ÌXm^º•¾ŽiÐ!È-BbmGTÀ¦š÷×ÌäTñL, }3"ì´_ucä!ìrX†Y¹»ó6Õñ,´‚7³EÆìÝç»­3UâÏÝɃ[·pù¬ÌikQŸ¾ºuÆÔÑçpíÌWÝñ˜]b‰a¿ké¬2£Á,¼MMÞXkÁde]ÄÌÄùÝ㜂±oâ3ixç=WÛm\Xx\G¢œ²è$fx@°ÿÃèöC†ë”ˆòù™‚¬æ; d«x+0“Uó5ˆ¶€¸fgÛ,è¼Ùƒ¢1Lí¸dVý™Wâ©v¶•®VèBŸx. *YDÖÞ6do-.6›‚Û³š«©Ý&Ô -1ø•Œ[ÙsÅš^Z‰Ì–KpÌá§ °‚RÒœ—ýÈ¥`$½œ\³~3‹µíjp©r“dHUx 9¢‰ õn1××]_yRøOùöƶ‚Ê`T×"ìZœ$FÙy«HˆÛQùwsm–e,¢×^•°*^Ï™2¯~¦3EÛÝxé%IÀ¢ÕF¤l©”àÅöv‡k Ìºwë“PmHC‹‹#$h¨…tíܸËyQ¾“,è,k·OH‚€q¯3–¸ÁÆ5K£ù K§·Aõâ—†Ìô½ê’AŒ{Ÿ-IT5^íŽØfï²:ÂXKPÇÎûȳZ\¯ôà‰D.YSRTtŒqY²`«…KÇýS¼÷èžØAÍdkê‹îÇ{‡ûÔ‰Ñj¤ßž·2yÄ.ÎÀØÓÒIz蹆@n\•ôellòëƒ Ëšï«îp*ë¥qeb‡,ȵëQ cÀay!1Zûžâé?UÒoÓ—V0 "Z¼{7I°°ÖÄó‚0¢•ãrF86"êÆ.,Õäv/æ/¿«sÐÉ‘;¦Yd”©l( -x´®¸mÜô*¤Ÿ°¯_”7gçÀN*LÀ¨Ëh/cØÍÈy ?QhƒÜg.S¸˜Œÿ‰ ©J÷Ü3·\mK —!XC…Y rŠÑŠS‘]YöØY§â5­tŒgÄÍY¡@>Å>ÙÝ CVVŒñ0ÂE”D¶ób»œë¶BÆy ö>ѧ3IçÁ„\Ô„9³%ˆÎ,‹¨Õ_[v}ô¹ Å×îWÂã ‚L;rÞ$q–!a™80$hB.Z΂FK¾2ovéÚþʼnm­g´töY ZÄV[R „.cíh“¸ö5 -Wj &ä]f DÊ“3¯\¼K’ Ü‹»ÅpDéx5¯²Ä2¶¼Â™K’±•`ÑÛk½ó㔺=ÍÂŽ’„!KW§¶ˆ}Qem®KÐ;„=­B6j%3m"Ï’rA¢Ÿ§¨›Þw^!ç.¶|%j‘z5±sÝ›~Ë1© ºÇKŠ”Rý¶´Rѽ¥._ªjªbBάfƒ`!l«jr¾#_Sº7ÚàZgª ¬¶Ã -¦øYQ-C¼vÔ¾moª}¿½ǫ̈l b\GUGÿÂ×u ãÒ …΋`—M¿½2$¯¦$|¦( ÍN^Ý&VÉÞ·jš|¥)”e(.…Þj;šƒÝ¸ö«g/Iü'b~­Ò5ÐõK…r o&Ô»õŽ„}d¸x©VSÏ,OSÍq¿s…'féÕ(V üܱXšlN*Ý@;«“4Dsh:¸¿tPEÙke" -öÖ'êÓFÅÚ¤Ï $ªí].#ºVÂLÛ0û®ƒ[__Cp6‘,ãîhQ;.ëÆŠÑ<[¾ëžç3’Óò:ÕŸ‘ Ýãh…²‘Fd#‹¦“=vä«:NíCt°$‚˜BŒ[Ò c[×’—±£F*Pô º£Ùu†4`甆ÚZ{„‰Ýr¶§w\ -!‹=Â-"¢NXû ªÛxØ^gbHÉ£º.ZYÁrìÉ裴¢³¹]žɶL̜߭Á­z kÄn—e$êÅœÓÀÜÎF„\Š{ô‰ï1VeÔ]!¶†DõÕ{£àqA Š’7ˆ›X¹^X) q™«OvbÆ-—¬qÙݺ3lš¬!ë”öki(,H’÷Øuåo¯vÍÌF!:Oi¶ÊÛ“˜ʱ㛠9L›”ò—ÉoÎÐ!DæhØ*àÊ#§ÔØ#L7ôè˜èX ͨp mǰ¬ÊþêU(ªhz¾#_¹¤^š¿I÷kb½¯~ㆋ«‡3QäDåÅueŽ¥h_F¹‚»h*ï×¹öÜ C¥htØÿp«áArPÒÈj¼¿ºE‘·Ù‰n¹I ‘H[dmh¬;Úy5°NÁB´öV‚kQó:”šTn²ß:¸ØêÔ(:ÇêZ¬åHG Çö Ö\ìêòÆóγ$1ŠtAè¦%#Á/JZ=G»Ä[¡às¢uˆK¥É¢¾­Upe}8y%9 âL>bŒaÐþ."I£jzÇ©õ¾[…¨ú‚Ø‚ÀÄà¸Æ¿ -@oòˆÉMÜ™‹µˆNwÙiV‘» »à-V“Ù.¨ÆNEVòˆÖJ >›šáªKµ¼ÙÿV¬"ÄÙàJÞ®ÚV64ýÿ¢ŠøöNk`ì‚H‰””-ÃÚêÁ±ß¯W:òÿšÖ'cßÌð7n9Jã$-šY´úl «¶ç¢>º€>t Î(ïJï½¾ÐýtAÝsI=N£uÚqž*Ó+£@1”䤑ÓþE¿] -ȶ™”ZlÐë­’â»ßo¢HOã}íd—£· tò¤t¶Dx‚Û˜oÙ]lfî§+ä2`$Sä!±$–=³IBÚñêajXÕíXŽÅPêÉIAØ^‚ñ@¼,iΈñ ±£Â‚A¨rÑú¦+ -ªÒÕ8Ê=õAõw± çrCfà¥M©ÍÎÊX9GxÖ2âºçØf¼fNe÷ªï$tL¹;&P)q¢ôŠ'Ʋ¦m`uˆ,a¾& ª”[n£ˆÐ~’äÆNßä¤4Š[\È/‘hóÈó›ÛîÏg¼vˆ®­Ü* -]>E–íüö‚áݰ}*Q¨EQFEé0Á\ -Åé© åPå _›n4|[U!» -ÙO XÚ•qÜ[£8¸îÂ¥å¦ÄÑlØ.šÞqçÊ…¹ËíVÔÎò™, tá6ËìÊh•’ä•d5Î…"—¤³|ý¾Þî¤}Ë;ÖíõÑUõ¥´óP‹âÀ¿0c|oit‘ý£yt#Ë÷Q©'][œJN®Jh}\ïŸs2=‰N/iÑš•ð–6ÄÞfCöXÚr\Â>'%tY -ù¬Ëœš„µKܨîØÃš7~»Á‚)B€êòVUÓÀG5šB4-­"þ3UF‘ˆvÌ‚osÅàbMÅSc{Æöò'*Ì%v(§Ï‹¹©:ËaºcÖU5Ó~8)^’<,ê?^‚¨ê6áFšP/yÈ'fÜqfbæa†Y>_‘gÑA¿°^ÀYÇ~1 -¡€yXîóuº·¶tÕ–[Ñõ~PUÄ’¸í³g_Q[©ŸY±Ì Lt¹{g n,œó$ó…Úµ¡ôÔ¹”ùHxU éÉÿ±Û“cù›f~a'°Ïx…ˆÐ惫kTj·5žâhï<ë¤b¼F«ˆŽ­—Òpc(,XšXÌÅqVÍ[ZϬ:r7#…ÈÊ]SÁ‚Þ«,(m„ZëTÔ¾R­žý6;°J)­’ä©âªRNªèá£g×&¢;ãÒ`ë~:›Îf˜+V˜¾‚s¡ö¢wdjbçÛœ(·xeTsÐ1’ °¾4sgºêšõê¨è“ˆºW¦ž©ß]0Ž3±Øtn´ÛakÎqÀ6lÄÝ9ºâ·Ì ýõ*„tTÐûA®!¡SX/[‡¢â·–RŸú75}ûjeâÕ1톳•Ъ(2†5ÍÇŸ´”+¶ò‰föp´Åiœ‘ñl˪”÷˜Gòõ*…˜ìñM씣ä:Ñ8d-J—cx­¸”r.=²™ëWJ—;­ây®Ûþ=†Û3ˆö:«r6ÝÅQ5çt•W„ñÚ• šÑÃ9· >zA“!ˆñe‹Šç¸òø³ò¥ ©;zöZ1H6Úîi*¶/í c¯“îI†îp2‚“gä4ÉÈïÕAkë…šdÖ±S½^ÁâˆÛêeë.w¼ Ç-ëBݤâfeíìÌ!tDö³Zβ²ˆ ©ù$EE¶eªé)„ÞÌDK®VH‰ì'Ó]ë²±6!Q*,tÊ:ÍW½×D´f4:Ád -àDlŒ!î ÚíÎ 9‰O˜èº¿$&MÊÒNºÍ’nwÑ<4t«¢ö{<†v¬:jš-íº|0u‡óë‚'9aÅ.e#všD´gœ‚Ê¡Bà`siò’b#ØùA˜yÁ°† ³™T”hË– ¤-kd˜Í÷0ð,nûÃrÃ)N¹ºIŸò2~­¤ñ‰šíáåu­U¡Aæ8®_6J…BK}DL­OH~;ò>´J¡~›”IùŠ<>?óæîÔs½‰êÒiO‹Ð(0Tàš´RŸ ÷ØQލ­oüÝéJäú@3ïúŒÌn¾š¼•(£[_7ÚQ¥É}i„¥u6‘§¥Xͬñ:ç6)ªM×’)c]ƒY™„¿òÂȨ莩ë@ó~8Úq™Þ - Yâïø—¹‘µ‚­#Ȩê g0×è¬,캚DwŒ¼ÅX";5T1˜s2eþ•IÞé°ƒª±³ZÂ!aAo‘ãuŠDtëvWBp*ã°˜^™5‘"™ÐOz9²=袚…'-FˆWÇYZu—)ªÜÔ°« ™/Ô©UîZðÉå9-B¯22´6’AœR!ƒ‹ùBg%áÎU ­BQ"~ôx¥V'J…3óépG¹ÎT&À܉ !3“¬ š$þ® £Ù‰^;”«4+ˆ Ïâg³I¶0"ã2ÃûB™M׫XÖÐqnµ*Dè^£ã”ⳜP}õ ×ÎÝ%¿w®È N—$¨ŠoÎ¨Ž£“›ê€W‘Œ×®OÐl 6½U¹Ð'…j/b-Ql·Xr·"iNh–pç{cNH·ck|^Ý,¶W#O[â€FJº5+8.4ÁÕÙŠgN ÈrP€çGŒ†(Âxí@“€Ø™&´ËÇŠ— `Ùîi🠌ÄaLEÂ[E¥Ž=”õj‰ð¨åYÇñëÖã\v9L@(=˜8 .q”ÑÞ.?Q`è)5?q½Ë«™{Á’‰ö±”2½± ãb¯BŒ=y>ؼ/´ÔküBTU–Á‘u’dÆÅ…(`*Û†îðÜ^d„¸Ûh8*†¹Œ²L‡©¥(€m»P­ôØ*E¸mûò›6…ÛþćžT#ø²þtàõ%»çºŽ®üJ~ú¼§DX¯Ä”ªc§LÓ+e)§ï¦HZÎîL˜kš58:˺ÌÇNÍçî²Qẖõj«u‰"Ï5ËÁ¡0‡t<_³ÁÇÕ„3“é㺬*_z–g ÉT–í·‘œ©R%ÂgÛ]àß»'€ Á¤g8Æ][Н&Væ[/¼ÓÖ!c(À_‚RV¥ˆif¶/Ó6‚›`uyÿˆ„—´å[˜èl:…³ ©TMBªHÛYa[c âð¤BA'Br¦³R˜ìœ§cæM†ïª¸;2¨‡ ÐEÞ¸Ž TÊp­tËèªrläw±áPaé”Àq³'W(h†REZN [àxaÂlb¬†#'1ÿ9ÉOø2ûÀ&®Ø^£í€åDæ.$õ0Q¢RÌÊòê¡‘wÏJÖó—O -.{AÕÿ̪fhºèÜñP侚€R"æG bSD¯I8Ü,@mJJ$°$npu×8ƒ°¤j/enÄäžàÉFè9¯ã¬éÀ墶°’-5©Ð 1Ã`§ëv,K¢(ŽÕˆ0m«Âùü1×Ë•¤osR¼cë OO\¬DdÑ@o@úÓ5× -ŒîÇãz ò6ÎÕœ¿‘â_5oÆ@›fMäêΊ¹ˆÃaȈÄnçvU®G„kFÍ^R½vqÎmM÷,˜Ü–ñƒrÇ t ÆïÛ-²*©£kƒÎG´õ ÀÂny¬UŒòð°YÙ„Þ‚I®òë"ؼn—®9)ŽÍW×­FÐ2#—œ»® VÞ†&æ éL¬ÜE-»#A ?»¼9‘6fiбàu;xŠl¬ºpz+º(fO -Òy_ôÄ®(¿&EU·òÈm7ÆaEÛã‹­@Ü-ê¼kºâTvfíoÐÔ)¶Å`€¿b1”óòä>g§;U°Îrì\ñÚl&‡@ÇBRä>»ú±ø ¢jv@×]ì„]ÀxÓ«ó-xu6‘•š3ðÙø†Yӣю˫_*'6A®.ø #t­/¿‚}v›§²Z.51Â-ÖÆiï †(‹ëYÊ'¼¥Ô*•ëá±ÕÒlŽÈWôƒÚ Ž;ÕˆüëxSgÙ<à'Î/M-ysÚ#Ó´Ô(}vòÃ~ÉL©´ÈÔ<œó®UÉ =dú…RO¥¯í&Ñ0wD„Ic¼Œ±Yܶ6$7ªQ>èÍë¿qKS‘‚Ž’OÁ ƒ…V%HN -òƒ[ŸÂŽR¡t¿b’»Äº¨tÄþåCFÒ“´2v!ÏCùªDôŽÖ••óê3Y–í`lÞ°e¼¼[•çÍâdq7@‘‘ÞʸîèºÔ6€Ñe,(X’{©¥É ÅQ‚»;¢óÔ:¨Ó%¡³›˜X™\VÜšøC=´úÑ>–ä¨e©b/xÐmnˆÏ;oVÑ>F¥G¤#t)u{üá—Þ(ÙÛÔDdX‰Ëe¢á™mÒ”f]Ž·~œ3µÙ'9 -ÖÖF&.®zk-‚æü°)z‡u©v%:/˜òì¿Ñª~QN#ª·bˆkVa®ÆÑ ‡ bàx‡_]ú bÐÏ‚ü -ös$øw›n¦OŸt‚•â²ÓÕKš“e‘NyÔÑò—O£ ƒƒêö’¡ºþAfÑ¡Õ&*Ä«6ü%ˆU‰©‡@jÒÍ9Shx«AåЮሙ/L®È_™Œ¾DÁ…xHã9«L¬£'NaÌ(¬¼ÒÝÃ…6éüsß º<¥Ì]ÓåÎêaT¢,`¹¸Üñ–J1ºN;r¡(S)†1Ý]»óÜÛ,ìÊíI‘Ñ}Lr"YU±¦Kx•›‹ÅHéá®ÛUñhIõØ…«ÃŒ…Y‡£­ í‚dÇÄóL_ã=ÎwŽÃ°.òð w7"ç]\wv'çºl ‚dŠ{H$cZy&åF;3 N\niaÙ{’öÐÔ°˜½uÑu„® ?sGµ6YZõT¸}9xhÔôÍÍÙåjDIA~I–úÞ“Ýï¨HmÀ‹¡yH,ol5edÛk¢RΊ…$›àéVuÛ;ƒZVU{°ÖúÊ·Nš•aVê_°¹à­.ä¢ SŸ‡B×;ÌD½Æî·pÑØÚêb¼ËÇd‹Á -÷û%Í€¦Ñpn ˆ¬ÎsëÄ/cñóàkzç¹¾@öŠ<ètÕrää -EÕMÂ×”‘©·ŒP¦õõYÇûtËÌÚí…²ÉvX1$£žU9úÐùHïYaXËYÆ:ÛGeÓÓY¼í`žuc¾#•9A‡(óU´`ÆÂ:®v¬ØÙYovd½‰…yV É´¸*oSN±ö³±æÊ®)aθ¥2rG¤9`™„µÖM‹Íà.õ°`³58‘zSÑÚbÒåèTÃ’jç6æÎœ3›´yÂ4ë†Ué(ñ‡×él±ñöU4Qª,D«ö‚ÔZøÖ4éÁªµÚå®TÂvB­,–4tU¡«Zá˜8A/«neÙ&Õôôbwe¢Å z9Ø2‘¬py¹›$]G$#öÊDeAPImr·XJD{Óí©S ¶nIÔ¦‰~BŒ'ßwT.Ç¢zX&šá“éa çQiø€€ŠNoK ´è„†ºu“¹mŒO<È“%­ïÈØbÀû—GAtÓ½Llüžv–Ùrä‘`«N çP`Á[ª»ÎÄÉ ü ]‰Ná ?ì fÜŒ]öºbKY tòŒ†ŠÀŸ›Ó7ÈPK„·âE¡’1oUÝÔT-Ô . )uï÷¾ÜøÏ»[Yüܧ¿üñO¿y‘§—ï¿þüþñþë§ýÓÿôáÛן~÷‡wÏ?¿<㫞Þ~xyþú€ø-OùüíÇoÏ¿½Ëç?~øøííß?¦zjÌÓ'ñuo^ï¿üüõ7kÕ“bÂt^äéÝãõçç÷ožüxR)§ÒïyzþññúÆzóáíëãó'xV‡Ýîz§˜Ìcð¹§_?þ‰|öãÏ_Ÿ­`O!Ð ùOÿýüx÷xóñÃ÷Ççïôxž|Ÿßñòüùõçߟ¿¼\7÷ü¹eÈ©ª*Õ—?½þüü¿ÇWMñ5Ÿߟß>Þ¿¼ï“ug¾üé‡Ç»ç·‡×g}|þò£ú½Ë}']|Ã7úðåÇùñoßüïñz <‰ñý±·?ÿðxóøÿÇÇË×ç÷/¿©¬GÝO÷韾½{þúöï·>¾{¼ÿêX÷ÙŠ |Z‘¿…þ׃÷ôc^^ÿÈgð²âÞ'5NrÀg…ÆÃhÐÇ@õ:ê;Ç 5ßôV EŸikèâ`F==çþö²ª»”vÎCíp Ž)˶ì#Þt7ýf!tœ°—!¸Øv–º‰ÿ«¡£®ÿÂw$…Ä>ÞeYkÐ5ÛÇ‚çÁ‰¥^´—› bÍ9󪡣ðGˆ/ÀŒÔ¡tT‹”ðBÍŸøã¿·u>:ªÜù÷ÌÑš¹Y‹ª\™¾?éÌãQ”èä \EY†Ç%]mÔ.:Jrögðù€°;²ÐÙñÃÔjFé HI>êÇ×?«¦h‡3ɶxI݆£® !ó¿)ÈCu•GÏcñP'ø#2ì~oŒx‡š.¿UQó.a ÃöC®ŸÿÑóãQÐÖ„ƒzoïÒœ/RÊ&³Ðu¬?«¢c\eyˆÀÁú †îòò)þ hÁÌd½¼*½‚ëjÆy;¸R5R„â÷êÑä·!ÿ×UI÷¸ë{»× …ù˜ËòëÀìZŠór*¾0Dïâè”ôå‡Y0¼ ¦C¾%æ£ßG‡ /žÈ ”Q!WVj¯549,[…N:Ý6"¯µà@êQ½µí8šq—ŽZ%ôõHsÉÈÂ}ðª³jˆñùR;®n‡æQtå]^ë!Ûb‘a:Â.˃Â3é•—]‘ò#zÜ…7ñÅ6Ç0óÕ¼’::®í@æ{ |²k1é(•0ï»iUѤ#,Ö‹Wg7ºŒt šC/뻉mUj¤é8WÄV[{ “»ïR)¢ ×¶qƒâò’4½ Ý-ÃâÑ-¶ž­ÚÉyÔø¢Sµ¶ ³4¬È;yÙ%Üî¹j+'ê³!Zh.Ã| ¼=Q°ƒ#iž_Y‹É]uÿ=€fînÎÁ‡ÝJ.UØ•g†nTj‰„gMÛäÁÕ•Wml³®@à=>Õƒø—?ÇòÄÙUX,I>¨/»aæ«9)¦h©[N¸Dڢɩ½¢ÊW±sWú*STø¸ÄÒOÑ¢ -yÔ1ìªxP¤µ¶0HßrÕc§ÛZuÁÚ½")ZÇaÚE“‹[QÖ6þ`ôœ¶Š¬êFcˆË‡bsl˜W‚ŽÙ9A°÷Üê‚svЩwì5(H®/€²Î`q‘p­8µ…æÊ2¦ªHèèñÀÁD‹«+5ÚBtÂdç Œ}”±ºhp£ì@…×¹Vå[kÏf¾Æ®fÂÃau2M`ŠÃ”49ù’øqn³3€½¼ÚºCxÅf`ƒše)]Åeç©îº§Šs1jÔbdéâ¶,3¹ð—xÓ•¤aƒ!Re]èÓ–d'X1e1^¢Žîð‡èû=+…"Ã¥ëÀÐÐÛe‹fK%®söÊ Þ4Úä\S5þt.\¤/ž]έVhöIõº -A EÀM»@J¬àA0ûö(!Yx­H}]0H“Û™ìôyeà”Ķ¡ª:ãü¹åp®N Èûÿ±É¯4Š¢)(Õì6‚*†v¼8D+¤)â´wÈÐ$ºÕ›C!Ôøym•Q+°Voy­õhÑ{ÉïcmdXͶÑ̤͜œ5´½CI9jÝ® µ¡Gh‚IèêTë -§¯=ß7é®Ó \ì<ÝÑV„½šówÍD´ -VåÔá§Þù7VT¢ -·E3EQ$µ]ú‚4JÑ'êŽdÕÄL™R…vU_à±½Á‹-òà6÷Âl´"SaÔï7ˆÛK‡i÷D-z%þXe¿oSR¥‘] „ëÀعhGÀÓß®aX›hT\eû£€€‰ÕÖd›’w~EgÝ'ž’l÷‚O»ß·Y¸îJ…ûÆ[›±µ³¥WȦé_ Ö’ -Öä\˜¯×Ná…%t¼¬;„Wlò8îHËÁ†'Ñ‹ÎXg´TuP0ÆòÍžM u¿ï4šC×tÁÛHF•­ó4×÷ˆ¨XyˆÖ½œnÑ÷í:Þ[Wµ‹Ã¼|Ë=ƒ›Ë³Ñ -Ÿ(Ò[½*.6ŸýºÌ@¤³Ahù4LenšjÀ˜Í qT/T>©]4€v“NÙ2N_SRp´Z…áöÐcW£(°õÜömnCΑõŒ -ò•¢E‹÷”œtÕ¹Y…c”Õ¡[ • -atÕYW&õ—¹(Ãu´›ïÛÒæq×ä¨`d%v˜x‚ì6AkSÄ™‹¯™s‡;êƒF"RVkê3Bw¥¢‰õ0g&@WÕŒ§>:àRa´9äBÖí@ˆ8HÓ´Ha(Y`C.Ú:Öêvñáê‚6o²Œ0¥Éð¥WþÑ‹h_Íâ‚a º®/\:sϪš¬,jÐ#“à”Ñ·Ðà-i¦Ù–¼ß­.´ü$Ò![ƒr}!ª ãZYô%^Œœ·>GøcÂ[=T9F—ÖGákßù3έ0Dm|¯ˆ„í\ iíisÏ47©ŒU\ä`eWÆN;ü¢-°©gð±W®á ^;&Ã#Übi<ÒÀÏIs´«ã-AZ<•ëÁ é$ó“vÔ}êxÎíªÓlF ¡ÆS:Å -æ‚x»´H[îIѿ͎kJƒmž~2&YDé Ñ É$L¦Û 9Çd£Ú‚®0B›æŽZe´æ=›Å(sbêªÙ<™Ò”­*´/ë‚ Ë‹ÐXÄ3”(ÚŽj™Â µe¸œ ÃWÙ€C§hí÷€ÆÀÚ2B—,)ð -Óf"Ù: ' ¼—MØ(ŒK 7Ð¥ÖM]–P¼/:ާXð[l/.눽cÇ—mªËŠJŒ-Lô½8 7Òmï„uÂ8®-Ã\å«Mí¹E—ü’ƒvÐýž‘Ú*ªî ª\|¨k¦ÐØS˜ëMW…+êRÅcMI+¾UT'?}ºà0WñíÛǽ 1eì÷ŒÿëP¨ï´*£¥ˆ»9)3¥öy˜PMiš€\û1_¿‰ýÑŽØ«ø}î÷ŒMv þäBE91jtE{´Â—«Y†Ž+‚·@Öe3[£ÉV¥ÇÔ…p‹) ÚôAcUw݈ -±†Œ%Š6ëuÍa?óå ÇôÀL•t36Z—u­ýõ",± ˆ‘ £Õo] 6À¡ƒFzQ_Ä^Û1÷pu›Y Jo f‚„u;® v%·D:ŸŒrˆÚt\3*çÆíºÉÎ3‹ËPc}§F¬€úÈüËqmã‚:V y)k“ãÖg Yt -×* áLíKöÒæOb}!¯ª›š‰WĹ÷Âo;nW*5›òæLЦCÿ÷G!˜§0D7Ü6Yþ)…£ jcâÚ™®<˜Èì©=uTb’êÂéñ™*å[¯u'zUUÔ§>[¨Òꜷ߷%¢‡¦QÏ– péjWM0Úz“KjVj‚KRDìÌëªeW±Ã¨lÜ4½¥BX§º U‹è Æ´ñJ„ ×^†ÚÆâéi¯ëttÓÉÏO—>ƒ`×ÒíÒ?vº† U¥Ï¸½SV'ÃÌWsw›¿UN3Õ‰Kre]0]òg…]Ýtx!1I8ÆÚíÊ?‹Å¬WsWŠ ÔAùjµlå4‡bkŒJÌu}³Í “(ÿç”Î l‡n+àÅ¥õí3!ʱC¢ a¹ßÈÅf‡·m˜²õ ¡3˜¯9Ëþaߨ;Ú^€9mKö˜ºŒø€†qÑHúzä45òЏ*É{b¶<1Ü.€£¾K}J¨ðÕUE=û<+ÜbIÌÝ¿¶“º¥*ÿ&jéƒçÙåÎ )7ÕJæ5ºás…Œ$û€æŠƒ‹òsdxʦ׳ºCTXàTûù‘Ôš`²H!ááþÌzCwȲ“Øé¾ í»Ð_ªCxÓƒ¢5sK&†Ñ…W^œ&Ü£lºØžb^_yᑺWGRs@S&÷ø¥Í -1Zø>A±Ýܳ• hÿ`Ïsñr`ÀÁ·wútFKæòlÚrumƒu¬™@ayM#ÍÐéôråÓ§1Ð…Ào£©]^ =õ…þÿQu -Y¿†ÇgOª~¶,Uþ²sµP°T ×Ñú¿—içÒ® -·Gpß<‡ÅCC.$8ÙUôõî:- +$:éx—«“.$+¿ÏÂÙ>¼?N!J+B_z S?)š(Îö&ž©Wž³B®c…Qö´Z}Mh›ÖMOëIe9SyÛ©s|{I¹†kJì·~ú~ñ«Ë«<,‡å²K¾²‚l1{m«’š·É§»>‡×¸qH¹£é¥\w¢A±5u†€n -šVâ6Ž7¨uû¢S c“T’=£FçžbûQcDŒ¡œûöÌÆ&!ºÁ ^aŒbx—ŸâPß jUãuŸû*TFÒ¾£^ò9XÝZL%–Éé°ïÏ–Æ4îvÃ¥àÃÃ’ ûÑæ“­@è•Óî"Qe _»š K³ö ŽÝ7{BEÛeÁU¸¦]<=÷È¡N°=ÈŽ¸c÷Qái+QfWëðÆímÌ"͂飥;ȉ²ïÍ¢½Áà5Ç;ßïÊr‰–ˆ¨ŽÒHêeÓCòq¾@™+N3 u>þÛ϶p»(¿7Kè‹0Ï(’…wC?yÄëCùØ/+ÕìD€lrÜâ>›PW¥š}Òyk¬ví;ƒ~Î%Î -ˆF -][Ø]ö„>K(–1 -³añR`–}ˆ¿ÛÌóZTf2ÚSð"Æø”×<߬F4.ׯ5…‰xEÜô^vì¤i»Fà[xµ{þšÕž´"Ä ÿrW–ZgÀõcRp3¤pñ`S¾¢g:õ¬ÈöƒMºã°pÍrê'Õ¼HõyØÉ ÂøU†²“ÙÝ$œ(t‘Üúx¸&vÆc–OPõÌÈ¢Õlâ;ê’Z ¢1¦+C5é¨H @RèúB“g%ωŽRŠÇl?…wíÛP/HGÄEÁœXí Fw¯áÄ(ñk åNÆs¹·Ðÿ¡qÙÕxÄ¢OGQ]”>Âjš˜%@¶SÇËtÓuIˆ¶u¿Ý¹öúÍôKy¨N>ܘˆì•^kþôH4Â3u4ÑTú(k×[.ýêm똠PèκåC5bœì±š®ŒVgˆ ±UͨA¦Ò(*Œò.Um±Ê3‹AÏKV–+V ä1ønža’ê9RK Ò“¿-¼åLëÑÙY#ûݶfÞ˜|h -rføÛ³¾F¥Ü‰˜5Ö?žÔ„º¯#§¼ôPÙàçÕ"Zš dú©,”‘Ð €‹cèÀÕ,Íõ9γe—U{Êã2ú*FÝÙFÎßãyDóS¼lœäÔðd½‘Y…h³ð§ãܘÑ~£3­át†¢³«[ß`#±¹îµºbº4Æ¥1‘8ˆ€ãe”žŽkì ~w}Í«­ŽÏý™í—Ç(Ëå;J0¦tŒò¯«Ýf»ØÖt -™×Ugâ ¿Nâõ(ÇŸ4O£,· -¨Ø:aOs²qùA¿%]lÄÎû4Oòð\WX¡îâuˆX°(9¿=Y[ÜüjÜ´ê¡3Ï  áÖ}Iú*¡<£»]…¢}*?±q¤Qí+^ÃW'+:£ô4궷Ѽ -qH`‡o¦Š¤<¼Çîm­ÀjŒ4ë@¦Yç‰Ö¬)Í¡5CÈéFÕ–Ó!À+Óå°_F¼Õ;D©í…çxÐgxúóÖRë=§Ù¦â>Ñkܬ¤nv6E­Ìï¢M‘ ¥±ØFƒœÍ¾í¦Ð“®MCÇ(Òv ˜êÑF-ý4Bzù,ÙO#© <õÛËâdk&sê»È*eøÓo3¢£4Uú\Þ§öÄÃñfñ”¸Àz>ÛÌÿ»éý  ö• ¢Þá^».%°YÁs×ィ÷uƒÞó¼ 'á7jl¤²#Wþ+oUq:#ᛆUè®…qQáæ0bÑñiÖS^·F|TÚ5S‘aƒÎ³âʲGNìov¹ÁðÉ$t…!«üÓ5½GqZaQ4ýh»=¬4ªLJ…±Qú -@_”zÕò«eûÓè‘DâEÆé0® -‚«ÔQG™£=ˆ“@¦ß1=— ‹œ§¶ÙÀOIôÌ<×w‘±Í†bîÏ&û§Ø>›2.Tîu‹çhbCÎÃy¹y¶²„fɸ2xw­ƒ7º”F…£T£W¢òÒT® jÞ ¥o43…ëH誜‡äöwŸVtJ¤;PšØì^h%âïiEujnNïs_õNÐÎnÏhÄy‰Ø|Lö‘xªÕ¡d-Þ_‰óÞ]‡,Ê/™™(œ\f ^/Å ¥­ÛX‰º<ÚJ\ûsB9€5¿ê+(³7*™Ê~§î'¢ºf-q~¢ãî1\ç]¢2™ñ@Tˆ|ž}·ãUÞï¾4Á ³––èð|Ðà#2”/™óǸg|ô<«†Ý8E‡üåÞÓÔ ²Káæ]¸´Ø}Ágÿ⺅[‡K h{ÉÄ$óÇÈgHnÅL-µBë;B«OѾK¶é¹[}d裳ËíYÈyW¨ön”ÞHëžö“æ¼Ü©33àäº\îžk÷5žVo°åEB4,G¶JfHÛòûrÓØ¥©JjïþBD‡‰w›{(ØtÀ¦°þ2iv™6Ñ=&j+¿ àÕ© é¥]÷Úçfʧòln¦<ûé~[žRÑZÞÊJfÞºˆNî6w 7|ÍTÃ#hA/oßeW—>þ=o¹UMmS?£L¤ñÎ÷«êmPSd…-àðYÈáÅ“•¡\‚!e¿†/КZx|‚±3FsNÇöû“ ïlÃIݰt&dÖõ§Üþä…JDgJŸ/¨7™t¦l¸þÂhÃ#˜µ„–ž‡IûtXo·—öi•z¾çýFýfúµÎUçÖt.½÷øÙçô»Eæ9Ybãz‹}òÎÜ•žGÝX¯Ä«žÅ•ê&Ès6r>FVa(oB9 nG~p8ÏÅóm’OÌᣘšŸšÔEÝN/–1ÙÇ_­3^UŸû½Z¡zùƉÝñ=ðÖ¿Ûz:A•ʘÞzDeP£yóöì{º”½î„ˆ®vhãI3d‚<Ôâ¥3Èi¨/Å?sÀ³$tñðËÁ–”&]ï0gÃÒúLQÒ*”Ðg“\M¸á@ÿËì”P•-Dl¸š ’ -¿ãêÎ=c1Û/Ïоgùˆš8¹úw„Ú…XÖ—J8ŽnaÂSõ¡ X¡Ln7Ç“œ*ŸmŸŸ«·Ž Ï'vm˜ ÍøI­úY‚¾{ -§M¤øíwûùŸœ×ÒPÖèf$…í>f“uòˆÝñoùJ÷1Z¶×˜4ê½k¡ ,F·+”ãàÕU‘ïèÓ‹¿™~jeûÓâî„,>ã)$Ç™‚§èHôí vzŠ+Ãê_ï¾€Ô³»sºB-j¢x?œzr|Œ˜ÒPÍ-º1oÐÃûƒ›)Ý»yÑÒðúæ -¸£ÃÊËùí­Ø÷U$_ÆwYÑ—Wau<_èö¦Âž Ø÷r†/æ^–‹9] °a!G8LWÖv -3nõ–Åþ€ü›øå;§nD©¬›Hi#ûfU^jÇÎrì. `S7Ç…º}áûüSDïVÛ« 7(›Úê2ìŠupÜÓ¯&5E,Âéê¡|ùl]„ÀúÛÜii jº"`ÑwpsXÅY<|-BwÓUÝß…*¯Yôz¯Ž/Bö!23ÉÐÐÄðŸðòBŠ»Qn*å‰Ü~.a—c´OiÞQðs8îÚ¤#ɨ"‡Aû«ÇèZ£T%iÓœÍJsQïpV‚õ:Ê“ïkº^'n ßÁ®G.”õàáéºþñÎë èý†^S”/‹MT95QP‹‹•ñêÙÅI©€EÄô†êæe¥V#ìj®–ІäÞƒãÞ­7ô¿÷©Fƒ¨Þ~l9jTjê(rO¨0gƒ…@÷5÷ìîãoˆê•#¶(t3îŒeþÛK_¿®­ZýáŠÄW#Hû«¥d`Ô©­Ò¥8^3\W™Ý—U"e^éer〄œRx[0°ÃN‘@®ßèš)ýP2xž•ß)â fû6jG] µ_ ¹—±]áÚrx~àŸ¢E”AMb -Û‰@"3CW":§žÔ§v´÷n?ܶä\{õ*š!ùzªhì9]2˜½¨ß¥!’!í7=ù¶ ;ΩŒžÖ&t5rÒ*jÌåRv°KhsHÏ«ÐÑÜ¢}™[Ðáä,ceþô¸ken9+rÀ¥,pÙ¤§ùA#˜¨*L˜Iâˆò9žÊ‘·OéõUvä*²‡Ì©&ÿ¬þ?úû7«Þß›eQù¦a÷ºˆOÇ­2õ.–¦ky|CêÔÛÞUí¡‰Jñ7Õ^ÙÛ»p•+—t–Âo`=-äŸ{oñ½ ®ÓñX¬ŠDÙùYÑzݸU,Ö§¾¯=n½žñ KrNj@2ìЬô…dz/BÕ”SUV—F>oò™3GJ»ýêi»¦œ M/éÅÒu;TÞ0(ä´¿v¹é ¦_‹\½Ó¹!Q´Xa6Ô§¦ïxæûœï#z VáQ—þËô!¦+Cy¨ŽH@øñšõ.ïñÒñ¼e±ü3/ÂÆwl½»°Ü¬ð]a!@hWåÃAyó18ÖÉ(~–{(A䨦n…ÿàoÖ«š›)òÈR½+˜M¿ÝèL󮱫 åS,¼Q qðzÃÆy< ÁCa‰-Ð8JÛò®`ùºz#ؤIm×UHÎʮݨˆ’ÑBHdýÖô|¡öž/<1‰èΤ‚34$úÛígŸÒKœ­H‹òYÿ>ðv»tŽÿœœO}kˆþ5;®ª_îêøº©½¼º˜yP‹²²I·b”z#êy Üw;•´ðó­÷€Àññß{Ûçzr&õw´‘Qr—.Xóýû¦èg:T× (í1õÓ 2©;Öµ‘$”>÷~^ØQ;¿#¤¦´xݳ‘©_º#…ÔŠñû( -ãZ¹ð -_\žpÓåÓIÊÖ®¥hTx\ÃB³×àŒÆgÚ Ö -†qÞxÝÄÒ N­Œ 8R ƒå5xNx( -i½15ȹµw 5s§I†)™­š¤/<”´«käïY†daªè”Ï®M”““ÈŽ€ûH¿Š%†š;žÕ£îàÈìü³õ®‚Ø÷® ¼mç·4µJÝ&Ê×XŒûÂQº+·wM¢Ü9å¬Iwv‰œû3øö†Òh{áÝ„k’4ëٞպ뵅›Ýè•Ù+ -Êî¬tëØ™|Áa?‰òäsÁÎ5¼x ]¸ó+{‡óÄJQ«ñS# /v6÷ü­ýdž~.Âgô^KyÛ†·,«ëNWv„¦ybœ˜–!Oi6ªÜXˆ¤UÌ~&'ľÖðäüšväݺw6o]úÔl­"pm˜®]ãÊG¾¥Ìj1®á’ãÅÄSmÂÌ·’têYÙ©[9tzÁ< õæ¦Ò—@k&[«4•4Œ©]5Œ:·¡gÒOÉ7—±T#6—4©ÿú2î²=ÕÏÿž[ÔÏñŽrÓÁÑ#á+‹©./®g z6ý’©–ècaÁ»fIht¢1†-«5óËœAÜhl¿¾o\ì°6Ç;dŠjhuÕNJ®Þd#š,®[ zÊó¶ P(ATâ;nžuÍœ~\hNä1,àšÃ×ÉÑ5ca÷=n†ÿ1ÖȮڊᤰïÛÕ§«;Kw~«ré€+ÒÐuȸ‡†Lx>å÷TkjkÐÔsÑ®Å]M®âmsùºùøó [o¨²d@¿ -€cܪõ¦‡‹N œj)Íâ8›Êûöè7ž—¡Àå¿?ÍÞù븖_ÝàUØß¾r3äÙú[©BôhÍÆ×²ãmÏ&Íô‡*®ÿlfG"Ä˼&âBóþ䕒B<é¡‹Ë)ó ×3¥Çè¥ÛÕ›ÒÒ¦ý÷ã¼*•CNläý¼„îš®OO‚ƒ¸&8@÷r|=ì`] tÕé‡ ˜;×Ì yÞ„QýûºTáÁ¨y·±ÜÿOä<9ަð‰ÿ…-ú p‰ý×ûÍÌÛ/¦ÌY—ûõܾQ·Jð+òèɰÄHÎèˆü‘ö¤̎ç¾UyUX—ÒÖšÔœ¤00U¥tPKßMF£v Æs[õ»:!öÙä 7Žê•0«›F¿€‡;¾-†©”Æ£Šxů"ÿpð+E-ØM?,ëÿ(Û¢]»e8­CpÝþž^UÃMcU -=wëi&“أςæŒû—6Ç£í7YÇ{¶_Z”‡¯Þ-cÐy…oXI\U€9Hœu†a½!ëM¨ºÜÖâÒðŒrHU°d §®o3tf›[V=áõ=º2&rÆ;~0ŽjžÆi½¼BoxÒû§žto\Fýò§?|ùE|þ—¯?>O/ç&ýºÿO|úø¿¿~üõã§_¾ÿÏǯWôGðÎèüüù×/_¿ÿÏç¿ýüèœ -n­óQ¥7ýÆO_¾~þÝÇ ø¿~üÏç¿||ûù¸Oª7Û7üþ㯟ÿòñêÏ¿Æë˜Þù±>ãIìw?ñÇï»=?ÿ/?ýîã‹Øý>1ýÇ>ýåëï?~úø¿_>~þñùÛÏ·îÙ³oÏñÿý×ÏÑþÏÇ_¾ÿò×o?Z$>©Þõ¿Ì¿ýï¡O\°Eh’ïpG­(\‹GAÎ+UŠ@®ü¢‚&’O_Pw3êè¾dS~DÒN’Ö¸7ë‡î>qN¸׸gližë½Æ²PŽ÷†…XN÷$x.÷fÀ½ÁÞÆb_ã6ú7 -ÜÛö6ˆ½ ao£±·aìm{ƒ½Å¾Æáß6XÛ$Ñ1À;ºáïxÀÓlªÁ°ïÜõ -ù¶×!ìu4 íÑpƒ37&›” ªQ‰M# ö=»^aC߇͎ nY÷†ÓEx.u‡ÝŽèû:Vp ±k–ú¶ßqØøoȨÅE4®Å¡“»‹ ê4Å´{M@ü FnÑnmò¦óV4:\¨ÕÏYÁeuÀ²’]CA‘RÌHE³éMýï]¯°©o{k®OÙ±p×6k#ÞŒ’ãMï½ÿ³yHÃû#Á-[®CUÍàŽGܲÃ:,7ù+ áZ¼N\‡Zo7¼lÚ8ª´B}Ú™yPì?w½Â¦¾±j÷jyˆ7JÝž¬½EŠðÎÍo:ï—ý÷®WØÔç½¼í} nÙb-fPþJÂ}|\O׉ë°ää&p³#3·(X‹o·a¹á½3r@k´‘]È]n¢æá ‰ÿäÕú¯]¯–M}Ûûh0쌛CÛ…ÖRb‚ŒTðÿ' ŠýÏŽW˦¾±Û9”.Œ¶ÐCÌf0j~âMo¯Ì¸¦6 x+Ö,ÈÆGÖÛšHÄNì½òÛ⎻œ .IPÇ$ÉáeF\ã±G[­ÇR^÷ãP½ú–¿™œ/@>êÛ)¥ϱŽyvéñ!lj¿"œ2˜8„Èv¬û$°( ÑÆù1îà­blC~àÇèbnY\¦nG Xã–»(fº‡Ñ Õ‹õëêsë‹ -< ΩŠ[T.:a,Ða€:×Â;UH¤SHîg0Â?뜥›Ø£Y4ì0ÖÛÕÑî.‚µ£]")P#Œñœ5vt¤ÒôEâ®@J?°ÅÒ»ÀxÇÒîNÌ-Mw ðf9ÐL¢ç¬ðYù8§(“$ìy6Pk¹Û¢U6n6™X<ì|W¡ºáQgJpoKŠJ^:5غmÂ*‹ wS=²t×ÝñmÑ+(╆0ØlÛ-âÕU¨»ŒST2¥MU.éÐj,·¨ww”œhaÓ}Âx ³ÚÛ±¤8ä7®y§#Þ1`\ÕÞÝQÝ‹´#À¥·-š\³ìÁÁš ÷Ýa‹ óüºMJ3 ÛßSî#'÷Û€©çtë§1E¹O]™8m9/ÔaN'ƒ»ASµõ2V¶ÀpÉ`@©¦eBÙG¼ÌL¤r™åf”•–e«²¸“ßWKW9$‘uª•½Ÿ~Ÿ«¦ -íúÒY‘!`[˜ªCX%î<×¥7Æ8gÔ2“|Ô'/#Õ“Ãëê\ÌtÃfÐ40ÖêªâÌÊÚkP Ù@áÃÊ p\å*€"›>4pÍ8‹zwš…Ž5Õœ^ÝŒ`q/ï ts•–ÄqµfÓpÊrÃÍwÀ#;±çéýÊ%ðTngp¬x¸•Y¨ÅmSÜ™(¢Î›«¨ñÂlFsÄãNÕMDõ変qn[Yöµžw§çHòäözêKy|›ån/¸`òªKN†è`•ÈØE†ÚýN6¥»üœ ªz§˜ÂKÙ véã¸wé¦EOf7oI$NŽ©K´qoì™Öá2dcGL»f¸2Ý,¨I òœ=µôRL2ˆœ«ãºe’ü8 £³wT¥pYµ•ì Èú¬¼³»ÚÒ·ƒ&“½ha¼¢×6ÿ-ñviðÔø( -—·ÐuóGÚ±aÓ÷u—¹È^HqÙ¨^ßö‡îñ§„6eAÄ´à8¶ Ò3qVaÀØn¬À–œNF!#pxJß*¡Ô©¯/÷Áвfm ÕÿMqìòE™E‡,Œ^Õ©¦˜¯Û-¼™^aTÃó|¬!‚Ó‘HäX9›CHåÞ¾ñjHÄ2õeu»ÍexÈAÌÛèG}ÿÛÊÆI_<°§"3"Ñ6HÇXîzå”U7æÜ"{{[ogVÔ@<—¯sB)Ìà 1è“`·œC!pMqªéÆÅ$#8suë Iq=ÙÍpIškZÍž½;Ï\*Ç -|Úö™è>¶Â=¤¾d¢§Ñ쉷6WyJ‚·?û½Q='ÅæF¢‹Ú Vnðž{ÖÂyw¢l0802º0všé°y{²N7mTÂÆ†/[`¦~§Nï0´Ú2t=Õ_!—Þµùä'ÔøH€x³Ì¦JdbåîÆá èYwÊ‹x9WæN&ßð,€‡õclGLwÁ§€gŸ•5U7¢kvWR>7B…·*ɰ'‘¾=µ@èÃ\ÞžnzqÝâ¬'”a©ÔÊWå>Šh†ã]qÈ›å,‰OD@$:º¦- N¿d½\Ýÿ\Ë:‹”0¦jG'dJ—¿¢ýaC T®¬6öîÄ.î"òÔÕ 9•Ð7¶uú5í«~cB€† †•QäB-ž Õ>…´Ù¦‰TO²è2¤Í°³p/“¹yP¢´9aœ\ëÚæ¬!s½ÿ&Š}Ú© ^œŠcÑe‚#öþèÚ³»Þt¬ªÞíRdÕï#äVŽ¢5\ŸÇ½rÊ|4J餃‘ºjjÚÛ ÀÍaû&·: Æ]ÕYÑÚ6©V@¸ÂµèTK]Ÿsx—I„§xñ†<r¸û… ÿ2NˆaVÈâ 1imáZ‹¢Tÿ()/Á2àdÔuîÛœÞÅÓÏÛšº4Wr¸8ëõ8`ì×Ý\¤òWxö¦*q0×¶õ¦ÿ¹«ñ*ܧž| 6ƒó‚;’ŽÚ„LÊ߆ ­qc˜ÔÓ\M<öÃE«ÜÆZ¢Oµ1ëI–îQWUkYá×*eÃ]4YØ5†KÖôR8ájñÕ¥ûu¿^ ;ÏjXœçÅ(.ÆIŠÖ Úâf™B‘›ñS)¦+ñH¼yùøEÔu¬ñ#oç`µð-® é°àa ÙesMEa -ÂÝÈ)ЬD[ÃÕ7OšÇ þjHYž¤w”s®ñþnø;%abN×Z–·éŒöÃ8M#Zc! &¤Á} B©ëKæyxÿCH ? `zõ1…Ø ~õÝj94Ý”íšý‰WWg¶³Ce¦žRª³ÞxnRÚ¿$Ü„A>¨É2 @E¼Æ5'qÚŒ>ÅëXHM}FÕl/¼u†ñ&PB”æJÖV«zпB"C˜ÚLþŽ¡¢ÆÁ’1 -ß™bù­^ªÕ–Åý¦û÷B¾x»leô20î·ð +Y 5鉛‡8òP^^Ó)ÓG='-~¹›'MêklƒÂ¨SdÛ]úv…³™à\ð¤jÊ2·`³™;ö„lo‹ó=e0¸ÊhöåÅö -íPÄü2ÀÇÄ®;ŸQ?q9›iKc÷±G´Þý2xp ¡çÁ…•3aí²3—ËiJlQ‚ŸtŠZµ¡’9šg(|Ä¿¶ j¸y×",Ó ¿¢Þ$dÄ )+R&ÔÄOrÅPï4L!ÿ£I¿-‰e 6puÖAÈ -ËØK¤¡ÃΛ0úRãWs˜?S9}± -¯ËçAíK4_‘§™¼V7?ýe $®…[ïÜÖý²‡yô›RS‘oˆ-¾&PûË"QM&¿¾ÄáÌ -N¼cè.ðóB^xîêíׄgaMYM1£‰-ÃÙ_Ý(é= -bå+¯§ÂÐU/Åüä¬®Þ  ÈÃË(ŠnS2)8‘¹í%€#R Z°šçÍ»sY–DÖ9òºÁp(BJƒÙ` -˜u5`ÝU;)Í4MIW°üh’K(ž0)Û4Iå_9tÍ»–À×ôŽžÒHZ”l|Ê#ý¡Z?_¨¥üˆ%ùSU72éBö&!‹@Á¡ç8êšTv4NˆÂè®9©ºàX“ÍŸ6pM¶zé%zñQ±vXp~ähŸî"s{êû™‰„Ñ< «i™ó†‹àóT–µª’sœ2k(š&CXÐ;T­Di5® ›¨ã€mø­XP×À¡°²0ov°=®nsÂ_·¡(ÍÊ@.}XšXÓZ”ížxÀ:ÖoŽ@Ä¢>áSÜ5úl¦±—1YÜøÏ5¸„@Ëêô œ ˆÐ¤ìMNhM£Ü̓³W¬ªìñTã“EÑ® ¡Á]_œœîg®Q:šg•$O‘X3Ý•ä× ×íPzª¹ÕbòFLÉ¬Ú -iPµO‰T­;³Þª­Æã“YVŸ{˜ktãг©·(Šª^šïÑ ]¡Z-!%Ji¥ÓËž¹¡y«˜–Ÿª930–áMƒúo!Åc¸ ¢™‚M8EÕn÷) „:e.H—`IW{·"Ùü0ˆÊ›HøkÐÃ誩óÍŒŒ1'Lxu -'ŸÂ©Â|kìZhÞâ½0¶'P¤ÛL0ØêÕ;ýgßµ‘°È¡(¦ðMnë“,ßì kac³â{–åÅìPñiË z…dÁLÔ+ê’†±BWÑžÕÆÂQZurÌõ‘i‰÷pàæ‘=1™ -ZšÁ–ѽç4²½Ó‹C‰PÅI¿V2ïŽ>ÏöÚò¥n©ðI1—¬º|;u´”õ@Çõ~g ¤€„dŒðtÚáE–`i»¦xgþRSg:0é šs ç§G-Ï®bFQÂk`ôÙUùËÈ;‚™ÉfÇQyr½ZÜh¬7(ÄdHñÆrm©.—†w¶,eõ#ƒuWTŸ"v+^­dbãkGÈIímÜ|ÓLÉGRuºsá)úDø¯sš/Êí¦kœðtŠK ¹òôÁ_œ°‡ÛÕ«.DqfGe‰,”0ÊáÚ~o‘kÝçI`åªkUmwBÛøÉãx ?2ǃñÌò&}6¿¬¥À< -p°×Êê²êvMÑÃîxÔåãšév`Lk¹UI(Òï,=`aÑL U3ÆNõì”[î -߸LØ•¥˜¡^«è…’gíB©È;Má(Ž»;¨B Zò]í]JùIØ…dV ^ã;I¨S£4éñY{Ó£Q¥-¢Ñ%ÅhR›ßYX­Åʳ3Ö÷j°bȱän†Œí^œ—oC¦¹·m'êL޶Ån cp)j x«NŒ'õ¼ ^¶Fá%Û,Þ"ð&žº¦ÉJ¾u?`µ+.] cŽ4žª& #¸”1]‘o4ÛìÀëL´ -¡5ä¼à‹Ê2º6’(Z å¡ßxPnïš´:ÙìiéQ¥€Ê™ö L84‹n)ÿƒ mšíðé.€UQ7_À` c![Õ¹w±•ÒÉù†!´Ò4*Ÿ »$ƒjPƒõ )Çêγž­&ÑxêH΄ÔZ6ÊÌcû“A9á5“¸Œú]M>^¬õEÀ˜ÝãA£—c¬]5‡9;çSœá7(Ýw»ƒÂ$“±mÊ /§›ÃŽH}ПðàeМë]¿ËÞ˜hn'îé½Ð lÚ¦EàÍôF—MÎNÉ5 ÈnN°Ž‹ª{eÑ['¶ -ÌÕí -ÊEžL:Çáí]󯹭§jH?Kgktñx‘ήY‰DmW†+flÓÚáiÏè<]@LK¼¦¬ŽŸl ž|²Žyÿ.éaLÕÓÕE¤mõš˜òfóÀ9 J[ ŽÔHdyTJLF:Z·Ê»c5ˆz19ÁO‘˜È "õÒ<(“ :å!šôNAÓ>î}œWŠit³r(…µf{›ð­Ã¢eœ…/®9Gn&ã’Œx*ÐÏíÙp}_Š]aãa”gñ ܦ‹ ¦9ó/²¾â - н -†øØöíl#Ð}Îyê&.¤I:B{¸ÔãrY0eŠWt7ÁÍ`â`é°©i=SNþ¨ÃRWûx›G|8w*ýAk“[ƒÈ½{—í2²V¥rŽêì\X%¼Ñ1#£÷TŸO4Ì´/©¤ðÍÆ¼E»O‡qƒÂx|~~Aïé§›¦6NlŒ¡¯­òÊ6<ý v±·ˆ4$UT߯ ÎèrEEÞ‰¢‰tȆý€IüF3>k²M9bœ°¡°=Ô1œ%/Á\]Ifõ&¤YwáK¾¨ZºcΊ#ÆÄbÕÈVN]t,QF‚ޏ²ïTãÔQæ^îÀ#ˆ>x½ *B¶ý°™Õ´#«áfÕUWÁ”¦s'Êm“Á붨ysêÜV|¦EfŠ¥amÉY"°JƒU+·¤J1v‡J´?X.ehUi¬Þ£èÈRî‰;•nf˜SC¢gL—¿@m}ްPÍ/,I)Zvƒ3*zdâ%ÞY‘šlD;|p!ZWQC@¶W2ˆ–nöpA.Š+J³õ²¾él:¾å5Â${4×`Q©Ë Ò-øâóòŸÍ¨äK|œ›NÏ™gt*åòŠÉm!Î][-Éüwr^nàNû„BC.œ.B–Š$áÔëËÅ0«ªT9é;VÏZ˜AêRÊ'º—Š1aÀ_JQËñ_¨šº©D*òìròw, è:Asô)ŽMOîÏñ&7%£ün‹ mñŒÝãbŒê5{ -ÒÝv"¾32‚™¹.s]Òp¸*>…¹ {Û{̱o躅éhÈtkäù½&ÑdO|ÊQ`‹™Z @IþÝ9âSƒÁ+0uæŒLNeTØu"»ÖÖ„duk8xÁÀ–„ÓóÛé“O¡ðíBWΞî™Ô¸fhsNÞîQz™e™ó…¢²¾HÂ5˜ k1º¯sL,W¦á&òþòÒuÂéæ^yYã¢wz)Ü0Í«¬¯¬9EV÷XŸ¶ÅÊ4$/¥pMH…º08å9.›Á-ÞÕ!ùÆ-ƒËïð„%"*‹}PÅRzƧÀ& ^± mTs°™W£¥º’”ܳÎ`‹¢ßHp-¯uDaˆÓõá%)d4 9çгê¨óL⃻IiãoBó~¯9ï;åšEâmÛ ìðGLI]ƒÕ•­zÙïÝ.÷(½¡[ÂÃ5ª9“霪—‰€žÕ¬/æêÖq°2è\²_«œŒ¼K)쨇äõx¦¹.*[nnT…&AÆ•N@X­7ãS8 6fÊ'9]œ†vè)³zf£€½I±¹O»ˆØÜó"© Ûà‡x:¬Ó°&¯’ nõæ’BÙRø„jÙÃÀû{ªÎ`¡® Õ<åóa¨}W—AˆÖêÌ›ŒMéa*X&ƒ||)Ëp¢j8ÂzñZ3ïN’D§ÕíCF• ƒ995îÍÓ]»y+6XªsúÇ3>˜¨IgçÚ³ 9O-îiHð'†ÀçiFj -Ó„‘W+±$²Mƒª)ˆgÛ}Ç=ÇÃJ·[H»—Bõ-B[òs€Oe(¦»ð0cBÞÜùUôZh+¥µΙ«oô§Ù÷.Q3¹hë=Ig+.©¡Bv0»…§Èò’<  -+æ£Ô…†‹s³áQ8J[®Å2•úT2r0œ½NµÊ²¦ÏF`U«B=7à”³D[>hoÊo…G’ó9t#Â#¥º†xF}:å“d+ÙzãÚ•Qôq˜LÜåËEœA›ØK¤W -JŠNf>ËŒ¼’¶Ó4úÁè°y˜U6w“Ĭ‘Õ0¡4 ¤Kíx6%Ã] ç™Ò¶Â’7ýGjf5‹bÊŽ 0"Pê`þñr‘wtKXíPëbB°'=ƒGQIõȺÀ® ŠöRŒá_Wæaî ¯¦ãYͺþ.ÙØ Q“$?s¡²"üŠ5 /È’åMGÅ3¦ N*ŒÈ-‰Xw;Ïg—íËvœ£l ƒ7Þ~ÚíÒF_´ªïf+ I?i¨IµåbFþD“‹q@ê°ÄsY½rcvyèÀ„}v‘lŒ»ê½Z1¼twB.Sît4p_›¬æ^çŠZè{–¼Ê,$£×°Ë ^ysb[¾Kˈ0ds!xÄãñŒÀ›é›Û³t—Öœb·tã—]±WÁÁ·5»‡èEkП¶ØaÉö8ÄKÚéÓuhö-9ñ¶67Jù•ü Aÿ¢¶ÑÜ\Q•HÂK ]%3R,„tgŸ×‘¦ ö/ì’‰§N[– ëð<ª ¿ºwL0䬭¾;Žß:·†›<Ñ6MBÞ‘ä €ùºOŠÂ©‹ÙǼ ¯ xaÊ+V „˜QûÔöšúIàÕl4Á1mLá‘‚1ÍÅöÃ…sVG"æl3žÜX=ià¿ÊáL ¼êA‘ \ý;š[#•_h÷aâ]*ø÷Þ àddæŠÂ8ÓÍA¶8 ¾nj#¼@y¯®Þbð¢Õ˜Gw/áåÒy>ê+"÷@bàôh $}pÝÅXïÔ\ë[Dk¢ž¥¯tcs€a-B.|€·¾$E´¿»žiž œ¸“ñ“ï’…Ô Õ¾}vÔÌkðcQÃj ¦)¶&•d#K=ºb'‘<ŠÆÀÇÄÄ6']ësCÖ‡ÀS+Â!‹%}ôåiÀQµ2ááEjbÈ•¦bÚVCw”ü5Ô“¢»w•¤…· ÊCm"l˜¿qò/ÔÀq7ÑB»ÜkYÅ›i2r§{N»7•´¢ôýÌ?æÖ‹°*lìx² (®#ÅÎà)éò§Œ Ñð1Ø4PÍuvß¡hhiÉšsÊ›åòQÖäL6ÔŸÑ€k³·;»‰î -aë ñÆšcºK™`“PnºÞÁÌÒ3T¸RÈÍ'®DÈ!åºÖX“ϦSP·ÈÄÛ`!ôFedžncHg–ê"ÜŠÂûEÆÒ›Ë×'>mF/ÏÞÆ”é·mÏɼ{@2êéÚbW¢û˜9sÄÝÕ«*§ÐÌsæU2à J_êRÊRÿ$bºY%»w– ç$#™‡‘WAQð )"‘¿¬ô´Ðà’rüã•ßÚ^éí­ÄjgÌÓþõ™ ýÿ⦋íÅZ~ÿ3ë_ÚÃú³$×µYÚìFÖ°9§K“éu_Єå#2Ö­*ýåÞR–«rë:KKÎ&5j €ñŒ³û£LØCYX`tôïûvÅq¶9íkýzðÒÖI,OŽ9 ÐDQ°!óg¬$¯±§+©kÉîÙZš£8}é|[A¼JAùj_´ïU›³~Xè¨è‹U¢ÎËXÕMß>A°ãµô4óEû³©ç& »ocÍ4ÌüeÕ¦^\Lm§˜_’àqh(ý#Ê-Œ'Œ{›,/á%1b3ð«ãßmÄhÚþË’·Û¥7ÜÁ„cæ“»ææl¨blsÈìý:Š£\€Y¤–Î1ÄIfHõ¥û -ªJ¡±MT«&gRÏ%Üb[ÄQóççm󆧫R׸×6Ó¬^®F:¸«¢Æé¬Â)N=.š…uסµå3xŸ¯¯Èe3£¡zÕ»z<íø8ä…娉¬§´Uè8^r1›<—º4û †ƒ\àD”8üᮿ°]‘ñv )Æ/rJ#5sHknžÈwggx™á S¬…Œ}˜ãZ¶ÅwÑE¿êZ|qC(£ç¬LíÑõ|]€Ižú3‰®+ÚŸÐ*îy²²Ê„¡˜»³ Ô ±¾¼ý@Û+‹“ºÖ%Ý ¥æ˜Áº ú`W*€Û§ R¯"“JÖX|Rj‘HA”l¡»{C?7]¬ªEȯÌHíïŠ%d9îDÜ´ än–'• t½¹ýv)¿™Þàm¬OmåB -ÕC ·*·; -£Ø)-¬#_v”+HöSÄåiìâ3Ïg»v¹ñ{¬Ù¨ˆYÝ;<¢X¥ÌHw¤2›aöÐ -úv•˜ZèRÂW×0ˆg2©$“ÊÅ2‘Zã„÷^>ëbûV¬öIì\ÙFƒ9F©'«”F †sÎA†³:L›ySš_Žt€½›!{%”QþÂyîog~³‹ÀèØxÜ«>†KõRwcÿ¬š{cÿ°z®ÈV˜”•‚щóF©Ž”–_hƒW_X½9£¸Ocº6\VG$R]±òL³Ù€áŒÖ©ë løvÉYÅ´‹TRw@~ÐÈ¿M,  [—aœ;ÖŽ |ñM÷hóùrw¤Ò?ßVCƒ"9Q  [¬ñýXÉ*4––îš²Iã†ë¤÷o” cKâ¿v`¿\pvbaÌ%‰4V–|Ìjý1¶@Ѝ© ÚÅCÚ}L‘màâýjÎT¢ú•­Kw:~@|ØzXâ2| »bñN0TÆw?—þ³ë9Ulåÿ´ …8á¹Ön‚ü¿ÕýdÿÿÈ1ÆZÎp×Êpsì¨Û Ͻݹôî-ÒódÑÇ7‹6Æl¾MÐAª^kõE­·´+–U!Cµ˜X¤“Êma–óËk»P‚(+à?_Ê7d Ìö VÖ€ -ê09Ö3)¤ÁW'*V–ÂD2zæbæ|q0ÝÓ² ×1°B%ÙæjQS× -`Û2c…z3“ÒLׯ†.]§:oM1ç‹9ÅxZߦ!(5c{€éy‰{£n8Àãw<Â-ÛROõ’²Ï­ØÙÎÞˆ÷®Yµ¯z¿žfH¸hb=Ü‹¼·´q•ºVž‘¥@ébÚÂÑ\ªœÂQ÷¿>Lw¯ëRº¸ µn3©íºŸÞ`Øua]‰5¾G9ãSw‚NÕ[>õlƒá…D¯n’ÄÛ6’?¸ô·qŒÛÝ=U§-ÀÚϘT„ÊöòÆEjVQ$ÿà—q–UsHëB,AŒe)ù•‰-"g}ÀR„_—Tª˜ÿDðäð÷ÜJ?Øo¶=pEÛœ=³WB¯&±Âbú•ßs™I`ZEOèÆ ;D1½µÝq<$Þêb@P¶Ó7ɤM±tŒÈá.Rà®Ü™kø$ܸtŸp SÛ^|{”ò¶òHåzß{Sƒ©!=‹Z[œ+¾üGÎÐ9xk ¼s‰U± /²£³« úz$w$ÙP’ÃZ½ÿÄ)ÑIŠý£\{þ8iÁ‚ÐQ€F¨À>gG~³Yü4~ãþ”OŽ'i2TÉhÇ7cN²JäÛ±–=à÷?¯,1q¾îeÜK6©]X'º4fèšä§¢ - ÅTÛ<ǘ{˜êÕ¯øßö¥¸áB%•×RK‹6UMd×ÝE”è¨â‡!þLg´‡‘+zÁí€ -¶°°ò0äÐ.å|ëö׆†oþá š9¤]ÜÍ¡Ê[µV8­Û2DÛ¸î>Ô|ÇpxŽ~?VµüGÍ©m–=#;lÒ5Aƒ¦‰èöö”b-TæÖ,?ý7|«õÊ*ùõì’·^ºfNlÑvº¥  NÏ>å”P¡Òï¼™‹k¯`ðz/>pŸìoLx±w@®7°lÊRþ­Ï‹'NŒÝø$c]çÚ0fùõ_ð²¹Þ)¯è¯‹)QU“ªfj’ÕF¼7~R]K$*)æjwç1c÷¬Žÿ-ƒ©¹ç³=øfy"fa ¸‚ùBo”ïrò.dy©=u¢ˆÓIÙ Bᆃ޴x޽DRi–Q÷Uöa®ÕpOz½éÑõâ*õj!HG*k!ð~ËŽEHš‚ ¡“±þ\vOƒçíì#£oWî²€vQÜ2ìx‚î+U.ý=q·r‡<±‘óxã㹂žP€o"k>‰ÉÇÏu¸Çÿ`B´¿ñÛgÛ©D:¸È(2~½EÚ‚ÛЉÑ!pë“ÿóõ²y§ë°¯]pQ¶¯öTõlÛ]„ÜúHUž¼Ó’äãö¿’Ù»Ó NîqÉG)•ç?L‰ºýĬüQ•+¸6é.è¡÷Y£‡`ºöIç‹ÒE,àÊNëŠfî-¼1ÓæÁºiÌþÐb·Ês -YmÆàî®ë$z°ÛFyrJë ¶4,ÙÚº·—#\=^_®xyT€¹RÑ)%«Ð”ÄE˜JlXÕ’ª BþHP`Rƒp i¹^vBý³íA\}=¨>«c9¸x” ‡{EÔlå”y—X­0x™`„šÞ;»†û¢HKFH*«ÜwêbjÀ9{}hǹ¸çJÑÚ%›Éìcøµ‘årÑÁÇÞÃØ®&E×(1'u×C–“ñ¢Ý©ô¼ƒr{ÑøŽéM®¥GžšØ7WŸš1G*©_Ë)ޚЮ§³£žªÇw…JÝÜ8ÈL™hÒH*ªz\×:븣Q9*Gv~íMˆO9§!Á˜~ê= «"x#l7Ñ%êEõ’…ÙÌ÷sqRÆå)yX|%õÍ6£’ –¯$¿\EÞkCÃe¹ 3b›`l´\'×nÝ¶àŽ¦v +U§0B·1ù ¥Q©þ1ÖMµÕ©i»Ë¥ñ§u£Eñ«¥‘îÔ;RWnl ÔëVP©G3šŒ9óZTo‡Ñ9ÅQý—Ëd]hݤ„õnTcO{èW…1úuΗӊ±Û<²]EîO@GÑVR™óöÒ[ƒYHöf±úæS©,5l-mÈiú>\Ã@`Çôë9Z½J÷%GFÆ#?y1 ŒŠÂÜS(ÙãZ´êv³ -yd <ÿ~¾öe:kS7Q STX¶=:£%¸¹Þˆ´âa•v4$Ìü—áUÿp9Æw4€ÀŽ‘ëíûè9mÌ÷=öÚÉúµÓ¦šWH+Š|s -WÒÝ0¶uWçuŠ9sûÌÝÉ'lÉbº0«­«’Ý»÷d^õ¦ißt5,›U±™˜P`½¼ö@û fÞ*>Á¸îñ¤p Z ü|ÃÜÞ‘ÖÀ S¹•ÝÔ^Q~ÍÉÉ\že¶p€%‹±á¾S¢ž3æsÓ¬Í(6£©5¨0 -G²w:£í¼Âø.æŸbG#M3Ycƒ.ð—w^iŠ:Õ.‡çmkJQ‰ò{4Bcpä6 -sæ(7á7Ò»J?¬Á“Qð’Äâì¶w°÷6[(2›{ÕòU÷ª>çßrÊÝDcFZö†™ùÎs¦”^™M“;ž†tçSö„`ÜàS±J¿­MÕÙÛqKõR&³æu -|Ò@5¾ >ï!»$™^Çg«Nj†KŸY"NŸ®YjÆÐö•ëø{ìuLøí=ÀÇYÅy•=@Ž ‡‘ƒ\>)rO]j±ÐŒ{qÖŒUŒq-3Ï›T²»UèºPÀo Bã!óZtïW7V²ï _¾¿ª²9ÿÕ‡ð‚=”ˆ‰IÅj`á²½Béõî”tú¹ï÷5ÍØ‹(o//2½kxRòóÌd¯Ã0€•!»{Ø¥á[ÄŽHývürîâ£GÍA¸­>¥KÿÕˆ°¾žŒR‚6I6†è„)¡u§l6È×÷àÌçIkŽ(²µ‘ƒæŒ}à•ÞJL+N,ÔÇŽ"øp¼{óëz¹¥#gÓ‘ L©¯I¸z$D!üglÓŠévõNc¬c!‚呈K2tÒ:žôº4Ü ¸ì¢uíó°Ÿ`Õ}ZJå7^r£2?ì…`÷è¿å·Y6ºÉQµküäÏ‚"Í%•÷Ï¿X˜îÀq¶òíZ¾L³¶Ñ.¼°…®É€9ÿãÌÒøz7”ÚUt™òÛéÕõÐÛü)4üîúñ^˜ ºÞ -u¬f±I¾™ðÝc“wt>@WȽVq]š¨ÝO^Ù\]`V„™ð§Ž/Ók½€êÉhÃ…/, [«°ý™a„Í–ðë›z{5ýШ~¨]õ L½Ðl=Ƹè`I¬±ùÁ¼Ài×øàžEfº„_³”Ik[8V®L®=ÿ\¨ÿÊßÈÕ YoÂïqWÇ --…½YÄ\uk• Y¢ †ð¡ÜUóH[ùö É|V¢¦™‹N´ZâÐ -¯­Ná@*–[ëºÂɲ)צÑ@á©éôäX{芖«{TøÈoÿnsómîÉ‚†2¬šaÖÌcs ½ÌlQô·W]s³æöÊ…9­ìã­±ß8tY<³Ãa¥xf»X%•ø ‚;(ŸàÅÑBqír!eDþþ#„bòeô¨ërèZa¥+¡@Èbýjo†*O4¦½¶«.GpÉo÷ŸíγÓL.’†xÀjËÖÅÐS±É=­¹Y1ñAÑ¿´5=í;²X=lF„jâ1nSG8öoµ}ô[6#t¢*%\–¹£ææÏÒA5×_ÑÍPåiŘͶz—óí™`" -—Û!| ûGÿ_54ƒBºim€)K‚>Æ ­µ”KK-iZ‚±Šg\ oh‚ž^%‹—bÆ èŽ²èåÃBú6ö>ž•‰DÚ·¸§s!c¨¡* -j7â q³ h®¶à-Xþ6^{Ö)º¬-–»s× Ð!·2 ñ§Õ±”¢¨“»’9üŠÀutvw.·£¼ª¡SÚN:ÏÔ®$d޵%iõ K3¦^Ðî‹¶ÑÄç\Kek¯”KÂçòcƒ>@åcmù®9upUµÞL7ÛW¼ñõ˜¨Fé­×þ>øTªv¢·ÖƒÐ]«öG¬ï¿I˜?=ÿ Ыdãiµ©|ñn%¢v •±þ'h¥n•ÔiEùʈÐg†žîG–ÐÁâcÙ¼â‚òQ4 -1d­vyƒy–»×Hl:eù:¢wèåÔD‘øKÝ ïÑTÃK›¢è+OYf1Ý®M•wL˜ ÉõŒ3N÷Óôø¤¦µ4Î_2×{xÚs5+4@é™hÆ }'qvUh[®´aYš'=Up×Ð]šÐÃäó“9î¦`à³àB³ÐùÚÄbœ¶W홬?O pyÍ@§A)“˜3Ûp”^jkÀŒ’1ñ„I,5œö[ójErû‡Áצɼ8:ìÝ胶èÄÓ¦bX@gxÄSÒŠÒ jgñhg F9zçÓPâžKèšÞiÜí¢°”“L€—çÏS<H¯eé>o™ ¡}w ûdžk\4ÿ e×”çJ6GÝøPÌsËŽýƒë– -‡ü(+‘Î@ÁÞÍ9 —rDXør¶œWÈÒž,õPϾÇX«‹Ÿ> ³žnIׂýAÞ?„WîïƒÜS\¾z—О»<àâ ÑLˆŽŒÙÍÕë©Ú… ú´/Ѷ÷g;½^È`îùV«˜Z® ¸ð,Åš\Î×¾ŒÑù\ o‰Vl¨D-‹Cݵ…22RÝ Jž4\ É«ÃCz½¼›Býå‚bô߉ނen6·4³dd—ËÂ4p)r!uT–·ßÉTbI">SóòΡòtÉ ‹6[¦wãŒÚSfk“ܸý¡¥Ä¢]·b3½xÚ‹zš ZË5‹cD³zΕè»¶,ý€UË5Õë饩H‰Â¡˜&á©ñP‰Íí­ìd-^ü£zãÉš.RœÄ‹Š*ÿÇ0œÞsÑ@æQÍ{þÔÒÂg5x´ëâ0¨¸c•´ }‚£ºõ|jB3/iOÔÖ™A ÷OçqÝ!p)`ë¨7Î2«ÁÛÅ¡úæd—Ãþû+°hi9e«SS”MÈÚ׈ó[¢µ•ÂE!±p[V}Da²œžPqÁŽTþ"Ž #w3ÀÚ -]‹Ö.^ⲄVDâ6çÝýaËðÊX‹k´²ÚÑS¿º·ÛjDtzû­ïûÍ?R76ZºkbÄ“g±¥´²ºÚª@{<³„ÄÑIer­zíNècpßrù»…þ‹Ë¹¯w1J*WÁ­y#.²:žpõ„ªÀ^HfãP€{Uä­­ç‰Í*Æ^øö|x^O6 ¿l¥?Î)'Ô -žÈ<%IEyÓ1´‘Îze„aùö6è2ÅêÛ®ÐWÉyt-Í£É7…AûMCLxVxy€FNÕ½+f¦©ñG ´ye&£=%¾ÿK¥œ«<ǘN×4öÏi¬qfkÕ"2–ôäÒÞÍ2îÝæ‹K_ò½! Íh„n>‘#> 35”üÌÓ6ŒF§Û{€u‹ò­¤—s/ÄÅÞrG)td$MAdNV}¿Ôn|P2¨ƒñn=‘æŠ0 õ4›:ƒÝÁ~lˬ%ì‰ÐúrÖ»Ie–LξíS I¡\­¶öÍš›Æ”¯Ãc?«¼G8‘å±öHYÛ -¼ø Ñkm -•'Ó4G«SÞB]½/'.Bry·wªDP“„K4+´×*”¿Tu-•gã[òRX¹ÑdŽù(Ï17mµÓ«9iÖ¶@ñA¼7¡sw6\4/ë\½‰V?QEÏ´Ò–eqƒ°•¾Q2vÍ«Ä*·R ð¨*É\}g?œŸó5ÏdõC]R(þÇÒD‹‚u¸ f‡–œ>FÒÏ¢ž%ÿÙÁ-<¸í¹ám5yEtŠûC¯½ÏÙq<;­\)³ôéêàû-Q1! öñˆ)$|Üââµ” ߬ñ‹,~ãE]'^Z‰wænHEUÚÃ}ñ̲™'È€¹`Ôvº7,fú/kî}¨†™å ±´¿ýL+jùŒ·}5P\œf9tpØÙ‹%‚õÔêúÓuQDÆKB×.\’ûè¬bÙ‘¹œ¼ -pJÌK×ò›m½vI_¸¾'R -ÎÔ²¨ŒZÁPÃo ¸d—¶W*ú§…Bg{è¹²àÎ á`k‰2Og,g /²ðu·Pâù6ZÏ”øxÐ]?“lzØñè[sÞS–k¨ò -ñêì>‹y^‹ËƒâÔï1åêyD@TЫ/…¬uûñ À2Äm‘Ë-ˆ!®Ö÷ÓõfªÎ­´ 5ÔdÖ^Ü?‰íg¡¼_±R8§\u;ôÁñm­Ø¡ðÎF€©£¬§·£ºôò¶‹mÌS­.Ü£– Û¹ šuL"–Cçöy®«J|æ@*ûú—­ùm[ñ«Ï4¦îJ°”ø/jÆ1KÕv„‰¨¶%É5'Ü™æ-›2ž–Ç8¿Tü÷:õº31k®¼ÜxJ -7~E7×T{J›Ï¶œ¨¸åM“ðŠ3ÓÈx[t´+†Ê_„‰F¤¦Ê%jü+ãé:À´)ª¥è F1²9|¹ñ)У7ÁŽH3Ðh+¸ö5ŸC~½‹§ùeŠ…b߯½4{¬/<=ãÅØ[Ã=Þ eËj¶ÃÞ¬¶p°«Ñð3ƒ"RŽ=Ò ]͘îÚTì¹xj´‰ÁÐ ÝpkÞÐý#gåÛ=£0ÌP½›VeŽÑûZÕO%Ù ¸×\)…ÚÉöÕ´_üw_R[¦»Ì5¼È õb²ÎiÙ‚Äø -qY2§}5cšE?Î$D£Ëo•ÔÙ„Ö[Òg))®Ü„ËÅÌGÕ‹3¡eú}zUžX-­Óœ®`M"áJÅ"ô<“åøFé˜ûtMŽonÍ{1o—íz´¯eNW^1> ±ð¬JªƒN¶ž®ó"½C’ãWuÔ<ÅÍø³«šƒÌ“¯KmÁ…ÿ1fL-Î3íÕn0â3Z• ânžå24cŸÔ  ,Vgò—nU)jr¢1R{ÕD΢™ãÀˆïÅ>JQ7À©ÎšúÈ«Åù2È"9ò…*uT«¢ÎsâFäaØ5·(£ä`N>öNs¿»Å:UB]LÀŒ'ÑÝ…öͳ·Šú«É,Fµæ{;Ë݃áö™ç>Ε¢Ô¹C±‹Ïá÷Í‚(y{š{º:È:9^Ò3AyªàÁF$_a¨vObž ¹Û´VÛSÄוּL>¦Ü<7Èi9ý z\Û‚ÍúÙ7 ¬uK0åtÖÊ-t&]»ÉØÇbµ³ -‡âS—¨F:±iÅTkÛê -}àB/½ÃÅ -·¥œæ†D¾Qù\±¡Š}WB®šF@®ÍG’X-õàZXüPÛ¢ 0D½µ¡[,7r·6Y‚ëJ(¸G óëòçßcó‘%Z[ÎXmˆL½¶U]]LßÒ& 2ÔÏ-¹Û{hsF¶Gz(¢â.eS>÷þ-O±îØ×´( ®C}Í®¯»§²«—±¥20¦õîŽrš î3@|Ì>§üƱ‰Æx–Ý«ZV¥qš»˜™7 -¾‰Û–i¤=G¤X"#NR—û§ ðcÏjXÓ–˜S—ôGãÒ*®·°æ#il26'ŸÅö¾ \$ÝÁí*u8š]NÓˆ çËÝÑdq/ê4²Å-r­L샰 ›!nç*&ÕÑ>JVþq-xŽ/³ì¤ORa‹}M^„ªuaPËn‘š¥ù-[¥`ìÁµ^^ä%&YbÇJ¾«nÀÉi_¼˜fhf7»~ÞGm£ÜáY6•±zìú•a³†e)²?oóæVuž—ðKK°Ç¡Ç¯ÒÒÌUèGÐ!‘é Â^»Ít‰RR¯L»¤A Ÿ(÷"ê„eÓ[ãaÅ[ÜÅãÃjÉ`—iò oMn±'ªÄôA -H,¢ËFlíÙì8D¿˜;síÆ¥÷è!¾­lÉnîìÅ$(´.l#ÔÙkÓ€­Cù!]Oj^!Kâøà›1AÄPDýZürœåÎÞh¨ -åƒ ÅaH¡˜ûË>n7$£KHÏ¡#p|$y¢si§,›AÍÙÍÞöºÙD‚ràz6)”+ƒfeH,ç_T õÝB)ÔX´ƒ(ºd–c±âIî~ø©á£ŸÓΩlÉ÷Û‚|Z;®‚€^{ÄpäŠlEÍÁÇZ4í>7Ÿë™tN¹#ø/¶}ˆ-¯¸v{•wänNëÚÄΔþºßýOÇ‹N¨1c‰Æ$FçÐÇï/Ø; éN,ûtWï1·Ñ¯g¥~]Ó§Þì­óA|í‡fÊöM%zíw\cåŸI·̧—®çžÄS–YŒ»ëzŒ˜^3‹h¹2¯&z(ƒx‘“‰©†öë«ÂÝAæQÍÑ:I{ßͨž©ì9—Ìí·ÉðÿÖØ],?…äBŠÎ·dvÁˆE¹Ï©‚ÿÉß:€$}»`Y6×{“åÝÂó^‚´ÊÖÎ49?5ÚÖ¿dÐùÔ“SIJbf% ®Y™é“÷d5'FËOøš¸2Yµ7yÅ•ÎÚ,p_Ë“$$2R9mÎW^¦ê -×hj‰Æi÷2}¨„ÄÒx–æé3£²ÙXäè(^Ï3Ü3ø¸t×0®ªrÇᇀŸG GõéVyÒG*&¬„«Id!¼OÕdÑÀà|”Æcá|íËÔC»°=ê¹7Ô1ý,›ÝqRáˆj™`–óÀ”jUŽÐòJªsb(ÎÄzÎZˆŸéXšÄj:ßãç§.¾¬Ž…0HÈ9ÔTY7p³Pîûü'¯Ï å Ü*‹è‹•ÆñÖÄvaèóI툙{¶+WÊu9¯ÌThµ‘ÔCåÉ~ÂÚ}Ñ1W—Á½TYÙ<ÕDÂËsï -óÌç¿ÃxÛîÈab4–%o çå„àdPÚ•úÀôÞ˜\nðB¢}ˆë7×®xï“W·õWý&aSÃ%i÷>#»åõ—µr$M,e€n¦ å‹~=^ÒþôÓ¬U³H­Õ/ÿ9˜Wºæº"­žÕNÓÂg´‡BÈ’¢–˜Xò9è¢@D¼—üõR ?µÁP&ïÁ„ÏqìÁV;ر@(NA6›kîj @¸ÿïïzÌ&ãƒjVO"Ö¢Ÿ9þ/:nxfñ[öxW9bŠcï´%Ã2ÙN,0ç‡sµR‰–ÊNý`ìÞÿ2Œ=s%Ia½^?ˆîOÅœcí û~š¬ÛŸ_ßõ‡§õ,kcèзVú"®1]nzèÓÅ×GÕ÷×`RÕ5BSå²N¹ÈÞQãóDצç~µÞ”è ߎ+ºû÷é3[B§lãh;¹O<—?Ëøfi@ÆÐámóÙöÇue•îh}ØÒ·X·Bäÿ·9¶ «Á8øx¥\TŸœd²÷8¸t…İ^pþ-òiÚ—™­K-^™P -ÒDµí_-Á¾šRfI£Ïß~ï›i¯Mr'«RjŽöÚ³@Ù4³Ž½®÷Ü6%O”E¨ÜßGÁ*ý€ †p8 ß­x¶Gœî}Ÿkõ²d’Uošbm;îÆ¶F_bá¹RæF¥Ù˜7Í Vé*ØEï<^ò¸µI™¬öRå[v>?r2ß|ìî·ø†#Å)R²p¸‹~57OwŠ9#WŸ FFï`é3*«ßŒ_:qGÛ™9„½:Æ¥'LYñïÌùÂT¹*Ûl\fWÞ•-«ÎUå8ÎeZ+&8·o†Íú·U-*fº¢Sù -œVµtx!öšP¤by®€ËéÌ™# =2q)W5tÀ¡EŽžY<5ÿs…±aj©g!5EáÃO6[@«{€œæó@M/º]ª\Zþ‘ßEûf•÷&é1ûÆÄ® ô€‘q¥¾>•UE–±ƒÝ¸®g3;úê·žûµ;‰!‰Ž¢‡¯ý¹¿©dÓé:5}olpÉ[P$ÃLÒŸr¢™&”·!RpÁÉé»±MFÁ½¶èEÄÃÛŠÔ#ñ]ÀUb‚ᨢ,êNÕ;±ÀD‰zš£P)–ÁïlcÙ]£ÀÓΜ9þÍËx³´]GkyÆ(Ì2qÃIµ^¦ÍW×^q|ßULl•Û ­` T–hR€3d¹T²àhäÄpÔm9ÍýŒQÌt×Þ¤Gð­3?:2Ü¡²´m©0YqÀm1K½G‰:ve•¦ã´]ÉjûX¢gWýmwCo‡ŒÄaèúÝ.•|pf9(’¸'dõ{úZ ¤aç÷Ø•êþI9÷²Ãum6£Â.Kÿÿ€ø‰øªÓNì‡{åZ¶dØKhñÛ¡ -%—ê™Z¦¢Ë+KUõg# #`#îFÇŽoŸÇEZeÆV.Ÿyÿ¿–™þ#ƒižCCŽ€,äy™|vi¤8ë$ÓÜC&äRÎí­• «Ô#›»²—O‚^ʼnG`âºÔ†º4VÎɹF½'lèî VIÏò+ѳ^ü¶7páBÃÎ5ÞÍÔe¯bÙìVÁa…™Q3‡ð.®i)`èBΠ-ÇÑA…Þ¾áCõ<ËßFk]—Ãz ‚Œ!è~‰CœzÅÚÓ¾˜<+:/jÙç±V¯S®6*÷à•Ç‹®†Emñ”Š ÃMÉaìDÜjO’’x3æ‹ZêŠ|N5²=ÌøÐ‰ˆîªHõg:ž4—Ù•L%:ul¡ÑƒŠ×¼éX‡Ïâ€t[ ãìZžŒÂØŸ3ðrÅïÞάR\u v<'‰o~ŠÄ\SVj“Õòvó3©™‚w#çwØ¡óÜ¢E"gøÐªtð—5ë…Çè]®€’M[àdTœ$ÅÝ[s{”U %¬DÊîosê ¦aWnk•_;æ`cz¡1ogœ^æQF–â¦Ø.ãy¢c˜¼CÀ»uT6¯ŠóÑã¡JžBÎÆ“fĸKa#6j‰Ë¬ôºÄ‰OüJ{¯9 o+” f¶ýJ™¹9(‹ml•À s|η}ãаJåÀŽÎ`5È-I=ãÎ}©HòêÇ{2ÓÛ\rï«°¤rÆOÌÄ-nÃ9e)3¤Ú»˜aÛ€¹ìÎ{,’OY '´|„½¸@vÂØ/•i&’kÑY—±:›X7¹ØiÙöÆÜ”Šý]n±´EÄw#7 ¿1T’°Uà˜œJøÖ²‡Ãc!åé¹åÅÿþ³gˆùSŸþú¯¿<ýéñ{žÞyûéõíñöÓŸßüç_Ÿéø)OŸ¾¼þéÿæOyúëß<>¾þøÓóÛê#_¿|ýùÓ?‡ä>,¸¾ð×§½{y¼ýøúÓï«å¯ èþ§Ï—×ç·wÏßír¾zã{ñOÏß=^Þu½ûòéåñƒºÎ—ØjàéÿÌÛ&MÌ÷/Þ÷ÝËוч¿¾þôüóù>–g)ìéýó/¯_~yþñ=ž]=e€~DÃùŸ^^Ÿ¿yüıOûáñËó§ÇÛûÿìQ¾O|úöñùùÓãGöž†ç/‰¯jÚàetü¼ûÿ_~übð§wß<^VšGç¢7zúôúíãÝã·¯÷?=¿½ÿî¾ 1ßÀÿÿçÏÏßýÏÿåñéË×Ï·Ÿ,þ¾4Ã_›É|¾ôßT’ ` -R “ ]lËÏçFéÄÞÌLÄ5Ø|ÆúïpGÑW.ÿ¯Ì´Ø4ºqöà.=&¡Bžü–HAãµ×‹¸ÒÔóÜ·ž#>°~à­ü$ÞpTžÓÆØ;÷ ÙÄשRœÙîòƒ¢2ÅSï.—þ)dð~ûÝ\ÅÖÏ!ì´°G¶óãflŽ#§à›0ý¿zÕ`0J¸Nˆ‰òê–eÀÕêÒ~ïƒCh\ƒ´íÌn¬ÍÉ8/VAµÔ0ö’_ž¤Ýr{6¯3¼ÚÝŒjbI“©5äÞžÒ†^= Ϥ˜\¼èu7ñ‰¤ZX"F||ÇwæžðÒ;#mˆÏV¥ûL¥•³oÇÄ€ üGi…øgu3ª¯µâsb©~¬ºJ ø¡O™æxVCƒ[%ƒEnUt¤žôðÆÚÖ„(PKµŠÛ9ß„í¯9šbd-zζoˆñSœùNSx½¨GÄèˆj|„Š L \4î…Š-#¢Þ~2h×1‘bƒúY¡ÃEÉž€Cdݲ¸æît[šbæl'5Z1;ª!*W¾ã, y–DDÊö{P9ÜNaÐ%íÄ¡Y—úÌ@"¹ªá.Q·/»š²£¦$3)¬\À\]ó"ËõV˜cÇ´Qµ«XŸ‰% PÒ%:òVÂIjI€åSÄ/N(RFB·×á&îü®Ü>§z[.nÄvUÁ1ž¦¡ÁzÒþœé#æ©t÷˜±)©ãz^`~˜r¬ bR2 b­ûdjysBd]K僸®uQ¨3üg?ƒdd•" - U”й×>CzRu2­º¶Ö¨| …ˆï -›¡¿LeÖЦ¤v©ØjÚî²ÐݸÅé±ÂBo»—fYÞZ?®pB{^þæÿ7¢Gœl=‘‡nvä”íϤ¤Ü!ñÏ*› Ë@0ð;87§­Dˆl:g£5ï¦:åiú„XÐ’,¡ N(³@î]yd=—kD¹®.xI}»1fe‡³iVr@&a”Ž«µßƒèÑîV¦%yä­±æZ‰£êÕG1BI®ÕÕˆ%¯|Z !h4îÏ´ii"Õ¨%–ḙ[yµ*¶VR{D%q7Ù¿ÁY{3ËÕ¸<•–Ìt¤ùýMJ]^&ç´}X]nÍ ãi“rcÇ‚ 4_ l÷][¨;¬«°<·_®zÂ^ä]‹|ÎWç -îv7ÄŠøÒf…v´ÿcÕTºYÆ­ûý‡om¨lŠúÄ ”Cgæ]-\Ç\kÛ¡eÇ·µßƒŠÑºÆßqÃ-WCK¼W¹"™8–ñެi±™ÃKRiŒC§zòÆ"`FÕ‡Ï ¹$íã¥/“i¹\£Êu<Ã,5ª"³N /¡ñ¢š´o§þm˜(bz2¡ -Ðìq<Ó¥W»ÙÒýýt®Ø(þÃoø œùÙš²ˆ»­õ\×ÄW¿¹Ð-ĸÚ5[ìLQª?<”ËrRÞå‘bfòŒÖº´ŽN5A¶[ˆ+‚%f•.<”;®N« ªÔ˜¤ýTté|ªX7-kµyvs1cvŽüî=ƒ§d^òôãšfº^)ª³ÄX‰åeÕ+êy&Xq½¤¸–ÑÈ’z¨*lÎÄ+Wwˆ³[…ë`Õ#B,Ê©NĘç䦇‹ë`÷5j†va‚j”vìÄ£$w 㪕ÇÝE*ÈÅÚ£±QÒM/»Ö”z)‡ê&, h£„†U\”©p’:®2¾­'5:tb·Í;NV½ª­bZOú= ²ôßøµ0¬³ Û`—‹±¼ÎlïÄŒÕ䎫XÙ~ê5´Å Ê«Ñi -$NËHƪ«¢JU¥Ì¼î<Ä®Óö©‚ôîP LU]eÕL؉{,¾oÝŠˆI†k¹ª‚ –âŽSG¸¤îeóÕQráKÓ½=ú5U—Á%«MúC| †Ë¸¢ÖAO(7‡¼ðUÎÌŽ30{bouŠ8£no•šTºŽ½"ì~Q¥ïr²®öÔz9^Ú¹`¼äW`fû=IJàô¸ÛIX PZÖa÷¹µ-¹¸Qíº…#yC¯+`òÆó©ºpY¦ T‡&qeUöÀ,ý¢Å…Z®fà­2åœfÞý–m¸íØxÿŸ3H33j¹£Ó¡#ö>dA£1E%¥NÌ £i¢^ìAJ),m# ÎhXøBWª¬]mÚ‘>ß JYÄsטÑnÕ˜wâˆÒ¹}jJå„V% vä¶Å<^VÕOs&î@ò.ù¹˜Ù~ ÞhöjÝɹ0ìwòÞî(ÍŸ© ¾½r‹Àý‡šØßŸ³•tgŽçèi‡³ UÚu0®¨©,³10Úï!•¦îlDÔÇ p:”÷˜æ Ž9b¨@ç®}©•£-Nù”svöhfv9[UÕ±<KPLŽÆ¡½º¼ÿè“*v9ÏÂײ«P=ufêö_ëðKyŒÇ¶HÑÔÛÎ×I| ×–iÇ[4!«Â”¦¦ R -1“Ù‡‹Ý.\Ȫá`;ž®äÒ2ff~bUž2,AÁxb̬e¨yG{¢ö°¼².uXyTÀjhLÊOFQ%L]Ÿ×TÓrq£ŽkÙ5zcoÄ}Øà‰÷yº‹kfáÖod¾ºCZ·.P×µ³.5²ÔòR1Í3‘…÷ õ€âLKåƒz®›í¶?Ôh)Oç/qRœã4þ‡`s¶¨ÜN‡Jì -pÑN—:]/;Ï…´4Nqãä ,lÀ«¸0ö-‹–T¸2'05hVš¨ ;4µ %TÌzR½¢&oÊU KÂüJbîH*+¼¸^M–O?úU¨T]ªÊlT@Oª—ï€-\ÿPlT»ÎGeŽ˜ÅgûMÞ‡‹‰XÎ&Ú"â_ÀбÜAïxé³ýÔu#JÜnF!¹¤NÍÿelÎâ;ì„âíoS—²9yÙMíDG¨.¥ùbõ®~OVF¶2bªOyúÌĆXRK?!Ú”Ö!ö è¼i‹¨±Â¦.»S47Ùû¬Ùx̣ȳ†Ó 8 Jfò¾qqsö4ÜÇ[ãí\Á`©¢"ê_ëPsSqŸ5 š/ãbLpB½Ìdrââe.zP)ÎÌÓg¸Ü‘‘t6Û¡êŽTo|ƒÓÏ -ë#&´Þƒ¨}îÊºÒØpc]¢Ÿ ¬LFã÷'ã]˜³Ê1-Ï<=©_4Sˆ,ovŠ7{CM!N!W±Vî­ájtQß<™9%G6ƒç²Ü¤Ö%ZÞªÒ‡ò¶q§@Sâ6v "w¨¬+ ÎÓ™XN\ÔœmÕ%ˆ}©$.{—k Z;ÇBqfoþgb"³9\úÁYHh6èE&ëÀNç—Q‰/LrÎþND òŒêºÂºˆ%nQÒässÃ÷Žë¸°©‰uVÉN5‡…Z®çÒòŽ¸Ú²æTP&[§è Ï -EEùŸK@Èáô^XÃŽN7sñ“zMÁ!s\&|¨‹e“îÇ‹jUÉDföZ‡f`\΂éR•ä£Ó²úJ˜ïLî!öÃöcC¡¬6ÄdgÈ¢^ºùy-ª¬Š’…5@±–œFªŠžÌ*cX¸!î r$öƶ(Èl By%>¶ùÙ¡šÑuuyÚÔŽ>Ë2Î,à JOf]ÕQMé ¥½!öÇÖ –§¦Š§hÕw¨æÈÍÎf£ò3¦Jˆ¶³Q„«{©“g_7ªFΩ³u9VŽ€;Ô84BËêÎgë`†Š -ªÈDØŒY’žvŽ@¸­ud¸CØ݇7Mœ^·§ô‰gh\yNúÚ²@Ï*¶‡àC÷ -<ûÔr¶+,Ü=„OÒ©9¡GíߨçàMzPǸ|8)Žœ¹T£vSOV´¾|U­ÿ4Ù©!9¡[ô6TÖ ÅÔ¼JþùÜd&p0të NÓRvüzUÕ ŽÐšîPÙœk£cØ¿.Ð1GrŽÕ3ÌBà"C.läuÝjÒeá'ŽŠÕŒú½9lÏXÀç—Ð!‹ -IRµØ ­J§ GMêÚ&,ÐUwpÔïõBsr:f8,£ââÙ¯¶cÀÎDæódÖ™òbWOÚ×Ý‹€ZÞ»:••‡AóXÒÜTEÜ“GFóº¼æÕ¦S†äÞš¢¡8Q]ºOö¾kæ¯IEÃðV‹5l´ã‡ëVª$ì[ãê©,3åu¯ºmG#e-Ük_Þçkb®ÐŒ‹‰[Ïä´£¼°ã÷µ73Ér.;r_ÐãtêuXs¹jé±¥ŒZêÀ«ÊÎáÇ‚¥3ödærªO¸· ˜3·q®ß©uæ -{‚u~¯AQ‡*•DAi'Ù† VÓë$ýuo€T:«þ¼‡ŸÆ„Nïfu·sÀÃV˜ÏOæWØâ öI™ä漬‘Šý²v *šÐõæbÖϘŽãÉ©Ê=a2²¤Ÿ™ÌzS*¹L½º™åëÝ©!'¶„ã9 WŽD3LÖ%L~B£’V•‰RlôÔðÓXBYu›¢T‡ƒõ6gí»œàÒÝVɨV6™´1ù‰=lgEÙ‘ ¹l£^S"!"µ.OT§²ÇêOèíù&»ZpîÁæ`t[z2ÇÏžˆM^8«3•4}MÊ8š¹Sbƒ¾[¯BSUàLRˆÁ–È«ªËýÈÚ£QÑT57³›½?¢wjt«n~çõagfW¾Ê%GžÐ WSØún›Z༠ªÒÉ;5´PT+W'áØúì'@wfz±F¾&¦dÂUA™Ÿ€’¡:Q˜¼ìdÀÚ©tK´Øxó¬†ðˆë+eF•²õ8\D.ÛÈrÝðeÍNFiV>vŠÍ|€îˆNÝ ¢oÕyëå•¡lžG íK³Qݸ«€X¸^†çœb{J A¡ÚÄœS0%7ã}®vì–èª8ö•K7j¹ß7˜ëŽ*ãóm:;;5 ºYŸì]"Î;B32ž“º7rBË/³Eξ µ›nžqª¶‡ÎÜZvkvCP1.Èô:žE3RÓ“Ó!Xþ£T  šK5ò » +ŸÙËÔ!g—f;TµGì™ýTngLÓÓB´4Ϥcì ÊGÔ;s¹F]çs©é­ q&LxÂ2ÏæhÆÂ<¸RxÄïr3¯!ÅiÄ[T‰Ä7Ô&ĤÎèÈ yÙÝšÕ7xÉ`¦OÇÀÈ?Ëü—u1©ë¶úæÙgˆ=ºK)TSR$¶ÇˆxÅyÚŽëéëÙhœ!AÕäØiîµøŠSìÂpQ¡*”…¤œJPy¿ÚLÂè"áâê¿Nˆè¦ O£Ž|Rü¤rDj©‰ÉÝÐÕf®ÌÛ\×ÍF•ôø&DÐŒ‹gþ¯Hñ&kÄÕÀßCôâÂf€«Nèçä¾^`Þàn[æ“ ªJgý¤C­‹”Ì!§Ø“ac)=-µ1Kгpfî¢@‚Bo†ÞLëoÜžh ˆÖÔn¼ ªŠ¡W£ –ÌÝ'”YPëœÞ|ô¦»³[äð‰MËq±¤LΧó¬†./Å(ÙAk•úGéèfh¼£ãÈ!·ë>£Öé9šñSvži0Ô|€UŒ¯%cRÑ øP]?°­ˆNLƒyPØ•½_E¥¶çv, ß©ÿoÿß"g-ùÑM£nãFnFЍì‘§cc:É“.s蜌ËM~"r”tŒáÚ¸¨2;.dõë¶ÁÐI½{ZÔÚõŒ—v²';åšØ¡ýÔ!oCY–-ªróà‚iñ š‰¦uˆŽ±uˆŽª‘Z§ÖQ¥ÇNE¿+Ù9 ÀÃZ6vCŒªvùô<_çHjµ[WqLÕ¦\)ꠊƧØ !XBÇ\^š lE*è†sØq¶¦±u~’ÛyR†óµ†ñj½K;±«wýSF¶ì\Æ×Kìj§y]µ5æl¡/»8'tâ æ‚ÑB8n…v^ß3ãrñ0{¢AYˆÀOd’ÎÔNÜEz\Æz¸•]RuÜFmOѧIË`ØMPÄñ3—ÓúHgô$_Ã+Q“Õ¥­ÆÜ¥R–`³¹7zQ>;# ª«vPê«r¹ž¬*vzxRC‰ÂÊ×JÀÜŽÜBÊ‘MÏ\˜ÅZͪ'=áyGJfO$vy¸¨ÑÊœ¾ä>m_"aºß£½c).CëP…ïE”WÖÈÔî~>eÖ„’%ª¤Sr³ ¶Ò8XÖÍœÎÐ= ½fèr¾É\4Ñ­”Ê}R“eMCn0•¡ž>vEî(wAkµôböëµP²©±“ª¦,œ¸äºk—Ä(mÅú8Q §ðvJd¨„r{øäô¹;ãf_\ì/«¬. fUÚTBqÞ«7[œžŽN].èŶJCƒ§Û:ƒïK™¡ô’j}h]÷ÂÛª‹Ž+ŠÚ^q¾uq¦CVêú -º1¾8 ?‹ƒ§X¾Ë3¯ß…¿ÛnÂÕ@¨òvÈ @K?= 9µSgDͨ±ÎNsj -¨´àÑ£çkQŽ–°qÛ¡Í^d7zâÒ‚OçMÝý9ã’è#q?• Åµz[Ô_µñ*ד–ãÃtO)öiWéùvÈ(‘iÁc÷DIþ¸0ñ5”ŒWª«±hI€âyav Ö@cì–ÚƒÖFcuòŽúz6——è {Oî.•ÎÅbâPBz)Ç0zÈxo€^®?$@ÌhÍ¥3€RkÔÅ•5ÔX—ÛÎV…¹ŸJëb¡v««:—»r ¹B#·ëÜ©•Û¤½±ŠwF¹[þº&d‚ƒý<ÈÌeÛ,µvw?÷‡'õi]ÂÃ*”6'P€ñ32ex0C'³ø,¬—±ëÆG‚®)šŠÓt^äkãÀÊÏkú¯NMÓÌf'Cô8ÀJ×K€«áºg"¦ -WoÓ¤›7VÇäöÞ%5‚Ö7^]%"ÑZ&F©ÐxNÎìý(¨'%£p,v€Ø¬PÊÚ]ñv»)j|²ý!鉽b¥Œ=S–Á MøÍNì ¼.”“nÌå2Mìññf‘ŸþÿñS5ûª]¨>œÄyãîâïbxÏ SÂ.à‰¦ßô¹sXµ.4FçCwE–ªPWvf©ºk¥)Î$‡sÉΕ„åÑšPø#ˆ¥kV¯Ô—z5Ù`#@üòScSìþ(Û+'覞¤HxˆOœ¢#›ÄWQ¤9áʇ˽̫Ì1¨Ñ?J5‡nݹ²ÅÆ#&‚ÝYÈ)¼Iš3Š$zɳì§1f‰®å&nñpMò -ÂzyŠB­Âï¶9¥8Ñm“f™Ý`ш漎(ZûJ’$– u/{G˜¸ă30_/éÔÞŽAûÝÖjñ-få­_µÙ³‚¤¹ÕÝ^þ2C @+mTjiçlâAìêÕubøG©ú^÷ªø²rSŒ^«a꺗m«ö|µŒ:æjFÖÍ‚±ø˜åÿZ˜…ל~ÿët÷ð‚i9úØzëã嚟Ÿ®ÇÙ²o‹i?–:~Ñ}¦ßëØ–Ú¿dÝyœOûópCMuÚ·omn¯g[FíËÛØ†®Ú\f~_øÏA¶×I¶tÈo•^4õ® 5ròR–á|ø~›oŠþþ¾e˜<ŠúnÞxTù¹´ÙÕ¼E£#”az^º%l¹ -;EŠÒVç§@D…9h*/%—ÖUœöæBNmÎÔ§@¬Ï̯OÚÈäB‚C!Èÿ?öH H`HHPH0H(]ÚšZÈkü6ùsYézRo-‰ÞHD*-Y»¢žK’†7™fÓ™—…(À,“aŽáV -#yµÆ&Ç -×µÚPªéÈòljà¬Ä“µ¨”bÙ…x·LŠQì¾ö6f``Ýòu>mžÕÐÓŽêæ…‘¼ñÄ&LjbœJg®¡®BN‘ˆI"O³én¶(Ŵà†’b`p`Çpƒ-.âßq ùF/Ø4Ľ?µa‘4 †É°n‘äG6$ âî—ÆìS  - ¦[E.æ'áIsr!Á!ˆ~Jà̑ܢ0JÞõÃ'ˆXtà¡î]4̵DqëJ- -&I´…˜erŒ ‚ Š † \· ó“p’¤9»Äí-åwcܺz*,%ÏÉÔ±ûÖ.ÎD”iÉ[sãÎ#±ð”7ž×¢kí¾µŽÓ&j¹×$‰â¼Ò09FAEC†ÂÕÝ8/ȨI´½c6½"Y=M/Òw›˜ö.ÄÎ27‡‘!’LÜHÎ~  ¡AtLec~N’4§  -(8(ÂO -œA@AA@AAÁ@¡€‚ƒ0!ü¤ H„Ò²ÒX|@AA@AAÁ@¡€‚ƒ0!ü¤@  -(8(ÂO -œA@AA@AAÁ@¡€‚ƒ0!ŒOh -ÞZ P( -€@ P( -€@ P( -€@ P( -€@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!@!|,‹Yþß¡…évÍé÷¿Nw/˜–£­·>^Þüûã:.ïÛu[jl1íÇRÇo{Ó/uëãòûÖ—ÖÇ¥öõ2Úå»këuÝz»}ïºó8ŸöçëåPÿ'ÍÛÏkë·m¼Mw%Ç }ÁôØÖ­ö¹Þ/Ç -%œþnÖû¶ÎÅæc_Ûuº»xrÖý4Ïók‚ðêûõœž›,õÜFýSï™=‘–/|ÅR¯ëv<×Û2/VÍ×…óÚlœŠÛWo²nõk)·Õµ=×½õåã8¢T~ñÀÃqûköùk[Ó`Óñp<Ýj_öâôë_³oßÚÜ^϶ŒÚ—itžs2ùOuŽöÜöã|l}Ì[_ÛkfìåüÕ+×ú_Fü§è‰ Õdoí¥âijˆ¸R‘2Iñàõ=õYÒ‡Ybã¾›+SÖû…G“TÊ_YÙøPb ôÒ·oi£Õgj4ò®È1Öš9ÈrPä ªÜÎÉ-qýAõ‚i®;(g -8‚¼±Ô1ö€‰ M¤Ž±‡#»qaäqoIB>Ï!å»»…Éè3½îØI‚MwÉ»,DÉe—GuóÂìßsýEæUÈ®–rñײH–”˜îö!Êôÿˆ)¦VÕTÉaø.¶1 -{Ò¾-‡• Ë—üro% Ãî(i úg6ÍöØwˆÔÈÔ,´ÈA-9Iγ1Ò)1†_Ýr•ôûÞ¦qè˜à?Æ´Þ'†lÁ-Ý;26Ä !ÆÄK// €BAlZ;ˆë2Ž ýò˺¢8þ“EêfóÒÅ”+l¯MÁEª£ømƒ„}m*h òEðe×÷“.+mÏì5£Š1ýú]’Þ ‚Ù*8¨tFÖCø^B;PHê+µ„ÄÌ™Ÿ¡„A£.R•/Dˆ`PæÊØïâEG Ê‘ÏÀÔR;žïµ!G!&CzIT6Ó¯ï8ëdf¹ç;ù]bÂ"7öÆSbH/  -j7Ä™£|ÕMŸ(§˜yÅ™5þ.qét¨ÓPöòm þåGˆa­Q+¯|GH ¥ä›|…µ°óF¥„ ô\Sç ¬3C¾¥ú"¤e`ãÞê| FCä›5Îè{ÞRzéo~š˜2VêTg™äÛÈX„”¢ læ[°Ð ÂÀ÷fSçÕ0¢Ff†Èœ Á€H @B " _J0…Šñ[EÂM;/TšXX—6½Ad kµ‚ZXŒi—^*8¨ A…ŠÎjdæ‡Ì‰8ÃŒŽjêÀÌŒâ¾5÷ Ö>÷£RŽœN×5í˜c¤éÃ\ñŸÞ<Ä#õ? T\acó‡ñ”(‹]JIéé©Ö  \pp!èŠXRÑIajzzG•Q#3CdNP@BC199•oYk¾ç9RKÏö‰d-#°‰éRô¬ô  Xp`!€ÒYbDÌ ‘9Q‹6ÎL¼c­l2Kˆ7·]Ä>÷¤R·’žî’¸6f<%FÐË * l·I•^°`Á€§³Àˆ™"s‚ $Ð ÂðåW2”›ú.H0 Á„$$P@Bƒ× @€ƒèÜÎR¼3ý{ƒ9(‘ý Îí›RNö/½ÜÓpMÌxJ é%Á… -jÓÚ‘OvgÝd&Ô“ÜeûŸö\‰3,ÂQNŸyüÇ÷Ia¯6>>Œøé5Š|a{©Y±¨ú_?¨’Éüa<%Ƙb.¸àPƒfÎL¼ðo®È–‹å9w=ôê#ÛgÍž¡1uF`‹!?˔߾ºJ.”*½¨Fƒ.^þ—gŒ4 ·7ž¢KÑgTI¾m?EH)JÿI•>ÀB WÃÒl6[Ú¨M/$éÓ¯Zi„51]Š>•>Á Ú˜Ž¢!_Qê¬rïÓ¤–W¶ %®O‰!½¼ÀBБ¯L¢©%±](Uú ,4 FÔÈÌ‘ÛR…$H0 Á„à889ý+gÿûÙ©Æö’»ß¾ýn÷E÷»Ãy»¶u»=|öŸÏ¯·û7_>¯×ÓaÑ•vOçÃrÚÛï~[·õóëúôC_ΗקÛË[‡s¢½•W}Ú²?®ÛËéöi»ÙSSŒþ“[Ÿ×ãiÙöËá_CûŸ?a·Ü­Ç}r~:®WS¿•dÃÅNù™C¥ws™¬ž·»;^rîr‡årº-5^:+(j¶ó^»Ãr=žÎï——C®Ÿ³¿Ž„O3 é¿x¹ãiy·ÞlkËu}¿<­ÛáGšν?¿ ï§ý»õxw_ùv~}Y6C¿^gó;Ÿþ_÷ëÇËz¸-Û!ƒîV&»<wÿú¼dà§½_ŸÎ—çu»íOÛqýø×îV‰ßÙËÿ1ãߘtßÔ7 Ú0&ž“‚RÅ£ÇïŒzœþ—Ûõ´Ý­ÛáÓÝø „4Gã¼oïBjÒØ'»ÅÑú;•Ó21#Ö0÷ýˆÖÆAø.HwNÔ‘ôù÷4ª&@ã1m“Àqº½E£N‰ -Z†jØñô±Fÿ ±¦_¦ È>á7I J±Åù›#½.ÕèNqush4ŸÓ™cE«ž&ÄÖ±¤èëÖiC?Q2ŒþE€d÷må3Bä°A¦ê¦¯Y¢K!çvX,®|6°KUu¾Ì*y½šUL ö­z ]ªÄ–UÂëw§¯{žeŽäOËTr ÁFD¸ƒ÷zº=.1=l‡SG¶ÌoxQ~ÉÓ&÷‹òFí˜P;Í/8틦@P³Ü¸4B˜}Ã…|±Á~ÚY^#ûpŸ—Ü3´É…³ÐQºCtwæ½ -åa‘ˬX9ÒC—ïxnÞñ²É›¥®}€ô8æFC8e 6ò2%JxýÂUÌäë¨6,ÜQO!9©’l¾Ñƒ`Û:ˆNÈN‹‰ÞCöёˈSÜ#˜Jéi/|W1¢I"MqMÆ{Ȳ†>j=¦{&'­E†¨ÃØ ¬Å™r[KŽ­G/^G­Tn’ uÉà›«;§r²ù†w)ôzµ9JÔ–é¨2„Ev^sëŵwœš<™Qæè9<¹ç×Ôi'«P„˜@Û¼k—{h?tÕ -Ï¥‘…>Œô8TÊ7…È ¾…°©1Jï!_«6.E‘ Ýú·ÃQêÅ;2š!!æÙMÍdà°/@Z'âÅŒ‰S‚†À²†Æ^ ªk8Kþ.‚¥kqžÜÃÔтٓƒ6Κ¿}°t-0£æÒ+ •ÐøšÌˆÃï…”êR”K/€œÍENƒÖº}@SÆÁ–9"t£Å<Ä:É· KW ùÔ 7®‘ -ÁÅZt,Å©=ÌjIæê±VªƒÚãâ¦ý(´Îúg Œ§Ý5²ÝÇ¥Ú™¤,ÉÆ>è\ú Q}¾ Xóä>¯^E Ô„1ÃTn”Ôã„Ðý‰j{¨© ^µñNBíqÄÞ&NúWt`ÇåFOèb+=¼ãÝ?ëV>7Ë46­dEáN¡ßð`Y¥xí)ïNÚØäò WþzLù}È]XYGnð´ÊU° ":ö–édRÿÿˆjÖŠan_‘¡ý´VÑnùé¶ûD#AJ ÿµ²’ö²¡¦àç ®AÒ ŽA«fÃ{×°AÀ7:.Mþ—>*¿|¨rÏJ¡.¡­6’Ù‰‘5d•’ÌÒ*¢jšt»}£=L“÷¹Ðu[eòMî!!D@dºtf§0/y;ro}¯Ÿˆ=›(¹â${ÿWRlÞ`ÉMpÙÈÃÝÜ€ q.y¢h®"ïÈÜåQ’¼´SåaÌuä]@”ÚÃè!" )%Â+OÏ$ådä -ò‰vÊ "y²ÝçÝ Óu"­…ìs‡^ô·1Wß󈦣{¹*sUŒ)”ðc0Æþqsî^¼Ñ‘™Lµ,¹d3Øö³Óu骈†)Á‡P³t‹ HãhG~ÿÀHªÙE»¢†G ‡Gˆ¼O¡Êý  j¥Ó—û÷äë.ôA›6ŠzkáØ„qÆKaéþêx„¤NB4&Ë>†A22¤B¦Ú*š!œuã™ÚRØË_7ØÞÉfsR -»˜!\Ï+V7Âwä2’ŠñÀØ“,S2;r -•ç#Åö£e#’{¯ßŠž ’dѤ ˜OÁÑîØqjû’çâIVàØŽÉÚ‰#cÆÆv±|O«Û·uFRëœUÀÈý{pO½¸ŽLXúî­Z±P’ܽ2öÞƒ»mz)GX²õ¾ùÕ0’8®å˜LÌ亵81Ìôä1ÔêXqg+CJ«ÇA„Ž§Ê…¥0¤äcPâþ×ÚF<×¾K-5>î¬Û#bl/1¹C–¶¶…í£¬áø %5ÏKÐ=_·Æ=6àèƒê£ã#ÛMYÃ¥¡¨^‚e³‰§Š7S…ÌâRÒíLì Py¾eAµ&¦»û䣇|AÀ{úñÅW#ÊõBSûjbïu‡Rà¾{ÿ³¦%à&•ä\ä‡å¯ã‡ƒlßdM–¿ -ÛUâ2ÒíŒr–à:ÈúÙíL 7¹Y„û2Ä*ž¼×Se„—€¸¾ûßæ6êÔ%”àR–ªMŽbdܹ½µgFÅÑ:Cáסš´E}w¹l—äå^ñÇrly[áãSÔ3o9Pmÿ=©çªÈ1b»ÍFä{×Ñ©²^c×fÄÁÃü,ßꪭ{`‚"cz-â-Q'hHÖJ>j7’K@xf®P^Î1/©Ão.|PÁ69ót ‘,“rƒ¢,; ©Å%(Ðe°~í†-Ÿî›Sùƒzýÿ@L9VµE)\8bÎUÈð¡*»ÌâäêØ&¡™¿%…Õ†½ -y D¿ ïHôlöÑšr«/1É&0ÅJa®¢û”¬ ”˜O]+®wîEVäPY­ äŒ`+5”hˆIõŒWS.÷´¶ R…鿵öæ{ŽÞè,TQEÃ`6F²’!f6nĺ(sGY ìºrDÌþ–ãÆGN`åi†[¾Ø¶ÿÔv…îf–È9¼WÄçÒÓæT،܂mÚÿ+Å/sу:³ ÍKGêGßô>*r‡*ÏõÿÐ8a&(e‚Å:”e–+CÏ 3ÉË5Äë"{6ÎNQ¶FƸlgzÆÞ{Po6Šºž ª3…Û©í¸l@¡¸…ŸSŽ#®*Ùîø³¥ª„…d—@D¤sR=Î_ÏçÑ 3HCfª]ÃtAŒÐ÷ö¬©¨=Š‚1¨CÏ›™3—ÝØßáü–Ÿ›V :•u·aÄÉ¥eä·qæ50záÖW" ‹ëùÞ[ÑMkûåèåÙh"`3l•qˆ€j×s¤Š&Å#-¥eR^XBèÝ!𴌻h«Œy®mie™ xI.×qÀ"e@6áIÕSfÙó-ûgm1Þ( -+ÐTnTDzþáXêZµØñª[¢Á;Ó’  d~´ªW¡AK´’ek‘EM;#f6zQ1ã\u'Aïˆç”䬣C)¸ÎEVp‚:œò§qÙ³&°eÄŸÉI¥ë¹ .$”ˆjJRø‚[BBs~Žrk¬&i“œvbÝò$'ÒluMffQJ Û¦ŽJ5‘c‡ÌöÌP¤|íÓNWêER}7ä·ÎMªgŶ²å»Üž¶j¼<³¯+ës?üÓ¨b“>1sï—ÔšQ]EÍAîÐJ»¼„¢;”¢’²Ü@Õkv Ýï†Ô-›0ù„j¶ ì$ê,bDº†&g{a78Ú¨ÕÆÖD÷9„%5QêÔ-is)Ô¾y°ƒ ñv5¯­¥Ð=n?Ê4±;Ÿwb‰îÁOoÛímÈ BõLâÙû¯n1Uy^Í:?*&ÿ¢Ë0m{Ììl;8`±cFMƒÄèÍqï(ϘÉvhW· -bôõ ½Ûærâª3ôóGÁ9çT#ÙÀ|5µ;aïÉ kN7a4M9óèæ>ÄêÖÞƒ -¥¤xPaD…m¹,'ócVäaáÈh.tƒ}†Ëz†\–›D:·m Uë>èëõÓ.÷ö €uà6²pþv7Šƒæýcï:U®¼Ì,Æjð|Б£ªéÐE掑ØÄ„‡LÑÊþ© -Ý÷Pr¹FõŒ¥)ªí£0•'t{85Ã]leÔng€dÆMÑÝ’kkÊ8 Š¢¡&µ\Ç–Ú±õ‘ªhTÍ*ͨqæ°\Þ…5ç -Ý$°È/b×x—÷…C=IyÀÄbbŒFØ“éI•S•šSs,»h@W,cÔìtORj=ššeï®aØÆFá‰}Æ÷2%-Q4oêºvZþ¸@\ö`oo2ªèÐ…_¦Ý }ƒ=øæ¢îfà1%Æ€³[ñM—Æõ¼˜˜åj­aKË»¹,3E'ƒ-ãí=0_Ìé>r“íVlÆÕˆ)`µ^LêÊUǪ.õYØù.0Î [FFMåó\è‘Lg¡b¶M‰9ç bé)íÕYyèNyQùDu -ÔlÞ*òy§ Ç¡V7('·—ô$²îÁ=‰˜ ð!‡çHi¯Q¨ÕÑßôž\á§ôVÁ€‹ïE2noøfàägŸÀ5ZÆá_¤ÕÞBªXo&ñbÄòy™u n8lŠV(B¿Š ÝÒR36¢ÿ‹nrÔEnNûÔt¸u\6ÿV”E˜yáà'bÕGnÍ J¬°”›Iõ2 ÌÉN.#£«½¶É9 ÍŸˆÀÅ‘æ2snÆbR¶Î;ÇÍ»cøù.86@U¨n2ï¢UÜ^yfÛò¼Ì–©Ìá’2=±»ó1Ÿ\¤­‚a3Lí‘9zæ‚Fݺ€“¢¢$½‚Cd—÷(ŽÊ ˆÛkûx+ë͹ޡW¤¾MëÑ”|u½§“ªÎ‹ixÒÈ%giú¸ð×UÒ -ÍOÙšÖ'²ma ؾݚ;vÎ͹-)!8X«©—Òrˆ9|=pÈ¢rÏt|¨±=¼Õ½]êÿżM÷25t&ÕKN,?Û“b‚´oå¥^ëê%¯ë(^HØZtÆó&óÜ3ªRärá›4s?Ôž}‘Ø7KbC~Š®uGEÿŒu?ô$;¶«7=aOÈUɤ‚X-±ùßâ«Íć™+Ég,Oª/¦†®nÀD|‰—ðm‚Ú›Éóõ7„•5bB+£Y £4¼Âˆmoƒ¬”Z3š=§® aíl~NY]AÍç•ûf1w=2[ØŇ7ï^ó¹%s¸l$ItƒI7#’XÀô´2¡º×ý›w<«LêÔ-33˜¿†(äöœíYKÕªõ³Ê ÖÛqÁ¼KLœ%¨ãrVêÀÂdPü$¯ëÕQ#Va «Tpöåäì“ÞzÍêh–É6ì$Ó36ãöÏFd‰‡žÔ»`× ¨Ä[Œ3Ü©*Y÷fµÌAe‰œqàPߊ–œ±Ók…Ãk[‹Í\ªñÓ˜ãó3Ë|I6+½ÿ¿ _>©¨;›Çœ70Ä¡—Î#ÊsÖªYG(Û—aß»ârÆ^Òµº(èé³ÊZÓp…ÂCf¨Àf4WwK×.6E†ˆtº ÎðБn¯7Ÿw]ð‘”þ⪫Zµý¥Yã¢Co"ƒy„ݘ2É«öY½ ,M†$(u.&nu«mëiÏÕLJºÓô&¹¾zq rød”«Lð¿äžôG u/ftÏk·=Üâ1·¡áÑWL℀ݑV£J8!”%õQDüLâJBô8 6;a"[›t¬XÙ åÖ#jÚÙ Mäºñ“ »bmÄÚŽXd|º3:©ê’³GïðrÂ1ÓV2µÌ ÐSt£LVÈ5£9 @Ð,ó—áȇ•A3‚߆/ŸTÖSÉ1ic/ÇüxÙqÌ‘ƒ&t¹c· ¯7íºÑBð]ŠÑeÛáuãâ…­Q3›jTÕ½´Ôôܼðr=pžÓ£îÀ¹~í'0t]g$gê@Ž¡ón“·¥{AÙð4ˆŠÚʪ¼ -¤çH7Òü­;V•¼#or;–=q3„¾ââ}g­^hÈuòLC’Ne»QË•ë¿F;”¡€ ¾Æ®ãß¹æ¨d>ë]—u¾Úã-þÈHŸºAËù5÷)o4€Z:eÏe w½šÕ"×oIã9g3ZZÊX -²:j~_Gml΀è)èmYÏåÒŸÁ^Ý…øjÊnè¬ÒˆTµì`!3î²ú+õR×+j -ó@™=A£9?¢òŠÚ+5­O²ip¥ÄÙ]¸•KúxBðª‡p›«Ä&½S!.GÐÏBuU¢ÇË0ÕW¼j–/©å馳)ŠÍ¢ç¹î69r]ryÝY^`…<ênð]¡ÁPb5uÊ4Dl2ì1—2*Íê¹5Ò>ßVÍðù®†ña„èæ•`kñ™…ØW4Pð¶´¦“زCÇ%ÏîØÄ¸vÍžÐ×±±ŠŠ:l >QžH³ç‚–Ät˜q¼êXæ(Ø¥'X,ÝÆBgç*“a~¨;#÷¼a„˜FÆšI•¹'z[²r½ÅVéËè¼Þ1;f -ÝÙ²÷ŒÄ«mU¿»Œ¹ö" ?a]¸¶DÚ_lyšŸ–ÏX>lLJÓ>·ˆe†"[—¨³2ôð…éhe|wµícá4QÔ'UÉìÏŒaœD€ xÕcb"Æv‚XÛu”èH q™eÛ)%ܯ×B‡xãAŸ5Èí"zÑi;#û9AwõïeŽÏNU ¾Äކ•‘ô¬9ÑÜ´#ÙðCeÓ™šØÅÖqlˆ3qÞŸØeg³ž—` Ý!×±KÐTã,YÇ¢…w¿Ô ›z7"pk§{I‘´OÖÂó*Ç6N¿®®üZF¯²>1àõÎBÉÒý©L“”ꆷow•ˆ rÓe»NJ×m×0åH\ÝØ‚çBö -kŸ4W,Åшh†'VÓÊËlÓ²HÇ %õÌ[›â…Gáùlj"ÄíÛÏö!8hE_ÞX¾{ß³9>›iÄn\Dúøq×3`áéì0¬0(îrµ˜¸Ûë™E1H¶ƒ[÷;â Ïl8Åçc—¸·UeÙGí·Ê\ŽbÑr-\pÙï¼.Š#U¦PcܕдÉF$¥n]+SÈÚp1yhHÝÑ›¤òÌ(ëPíÎÂý·– ’Šªv[Èf·×¯ªÃ—0l÷3Á;¤X”çš»°AUæ(cŽut;IïFÃ-—nl‡‰¯²z -bPƒš- -–RtTņäwí®b|¸ ÄÌ,Ýál!š]Ûeâ•k–ûx±$ª0&7Àþv)…/_ËDßA%þWÐmR6GR*gÜn±µ© <ÿ‰·Ê½•Ìçšq»^ÔívÑÎ -àŽmÍ”ª¦×®tŒÙ­Mk¼/@½Ó•ÔïÊ1r©=¿|÷*S ƒ£™q¿Í.@‰¾jgY -CJÈû×­òÖŠ• -îâ‹áF”ô]É…öý”I¡Ñµj£ü{Î-yý¨Îƒ(vªÏ(a–ìÖá^ I -ÖÑ O1MÖüרeµk³}ÎyÍ=»?0íä¾çSNÉí>ÐZH4_]*åge¢ËÝ*ó¨ÓXFÄU˜7EÞ±}ÍôØQ×o© ¨ú:¦t½­‡&T\ÂÏr$ƒÝCmêÖ5ë˜åÿ(ÜyãgTEûKÙU?>c‚ø¸õ_•,m…‰3BËenJDÊ–ç×Õ&ë¨7kaŠº”Б¶sU( è°Ùßï$qåp¬µ”{,í°©¶[è§¶‹ÁW×u>±ÉÛÇe„€»]:Úu'\ðZûÒ°¡&4ªô˜Á»”WÕ¨¨Û}·An| ùɨ<{0ôÙ7®N•k¡cûº¢×a¯ræ4É=í!l •ΓI„·YøÐõQU»¢Û5 bŠØÊD?+l¡ÅúŸÇiˆåÛÃß•{]Ä0²ÈúG½ÛÕž_»sNð‚LÕb‹vظz­âbóxŠwz¥ºñY^*TµÎ2ÎØé? 㕦”6Á–ó¥‚M8Ú¹v*Ф]»Ì@@2K×w#Äj:é|3p'¹Ú´™oeà\w¨åØZ¸ºóT\Öʶr»Í˜jÞyµÜY -ñðÓr¨{ëoyöŸ¿öíÃ_û‹‡/äáÅç§ïÞ=½zúî—?ý/Ÿ¿ùîí³/?½úæÝ‹G|ËÃÇÏ/¿û÷ûs=üâ›wß½ûöí³¿¾ûæÍ»§g¿ÿöããÓËoÿ_ùêóWßüù”ôÜøÃFùŽÿ½|õôí»ï~ÞeúiækÔoxùîñù«ïŽä·}óê‡Ç¯ž^Ø“_„-ü¾‡ï^¿úß«Ÿ¾zõ‚çO/æ¦ÕýÈX¿…/¿{|øâÙ¿,¢»”ºq£îgêž¾e]¸$Ó]®×\"ÄD¦æœwbaOò¢·¹–cÚî.ÝgÌC8ˆ se÷æð ÝÁVõ—)a{?“Ay•qoϾ(rxÝ­vi˜dý°É¡ îVNÔŸ°¼"ž0Ø9Ø7{1 Þ]žVŒ‘Ý\³oð¢1Šy þóüCHª8¨ÏUsúaN?ŠÓ&¯á8Ì‚¹?žî´c9é8Øê{þšAN;Ài9í§æ´£8íhN;†ÓŽå¤ã`kÜq³( -dÌ^°ðlO *â6û'‚gÑ_ʘ/ÐÎTÈu쥹dûcÐ#{¿Wn#6ùôw…:ûT_؇W2ªá¡óØKlœ­ÇádDœŒ¶=ºtD²-nY÷V¡NZøß Š©|è}ô%6ÜÈrÈkˆðŒ=@Ùí¯óä±lÿ=­J^k{!û_úÿÐqÊ'ÿÇJóywkÿú«‡Ä½”aý5„äEŽÄ,˜;äêN?Äé‡aû¯À“ø¾ëm¿s¢Ò_ü=öÅØ4½¼Ä†Ãx(§!ÃiÈrr°•ý5„œ†€¼È‘˜s‡BÝ'Bÿÿ€˜ašVíÏMau*%çÀ9“ç÷)Ïàä÷-kv%ò¬©Ò‚;Ë©;7Ï¢»‡Ñdu*Mu‘fVRP+É -«0纫/õô~òeŒP1¦4KJCüVô$ˆpš?bÒ:06¯¬­]k÷R¨}ne‰§„½š!Æ„! „ Í(bÄQ¯Ašðˆ~$øQàÁ>†æ‡+àa”/ÿsS„?œž~0¤Ù⎠~øAð£¡ùa -~øðÃÁ?ü(ðƒàGCó -~øðÃÁ?ü(ðƒàGCÃÕ^?ývÉ ?~8øàG‚~üh¦z?~ü øAðƒàÁ‚?~ü øAðƒàÁ‚?~ü øA„ ‡ƒí=?zÓÆ˜éw ë§J}tîB*n#ÅÍ1c]~È<O‘ÈC1aH‚!† i d`;—K«Á‹€¢÷T‡ˆ?üð#Á?~4\í™ÙËÞnèºåËË…ã]^%ñ8ôH˜}` l's\%ž"‘5†b¢ Æì-r5%])Ô8ûŸÝBŒa’CJK"Úƒšo› -ÈWMH𳋙Eæú7>KjZ<ÈÛdöžxŠÄ»u0Ú#ŠÔ¤•¡¬?û:gQ1rn•âõ°UÜšÎ×hLÕk#kYúÆS¥k­zÉr¤P„öY“ˆz-V_Z"N{ž 1ÜPfIIà"U·Š&ÉvUÇUÚ)Ÿ;²ýÕí™SÆ ÞÁÊ—ª2H¡íÓÿõ˜’ãcùñ\W2T•åµçä+3Ä›Ýî®B˜þÙgV iµ$²Gà%Þ®u3GQCb¶W¾—¬.ut´]2Ôí‰K‡Í׫R¥_ÙWÒéY" ‹ŠÔŸ·oñdhá]¥}ˆªQ°ªÍéVÍ&úD†í}m_Ð`PA {ÎôseÚef%eÛÞ…zœ©æÎTÔΨN+cP¯uúßÖæ&uÝz5ŠZö‘zŠHEÐ$lH°¡ÀBmÚó·\'ÉÚdˆbM%xã´xìǘê·}Ò²$²²¥ÁŸSàbû#2-`eùòh1£P½EØŒÙ[ê)Aš•a68ØD–è×Ò©æxœ°êGÖýö½FwÝåû7_/¯ÎwXŽ—óc?oçÇýÁ?¿Ü=½þ¸Ýöãªm–—ãúøÛÎòÝyl§§oëc»?}¿ßž÷óÓ›û‡õ|ºÿ¾ /——¿?Ü.4@¥Ùè_3âpÚÎ÷ýñÿT %ÑwX>n§}=Öç%bÿ€LÑû,ëóv:T.NÛí/ºhK©ý¢¹¨U8sãz;í—Öûq¯?ܽóA—²«-—Ó¾þ±=ÌiÄmûgý°¿ôxƒ`1¹Õòaÿs;lÿ½lG†ÏÇÿÓ ­’çð´>ÖåÕÓ/Y@y“)k]¬w—‹˜eÖö¢z+Lþ±´ÅßUt¡ã-BeÍt_Fuf ó_ë÷lé1=&BmÚD –nH0–»e]5õ˜3ÄiˆÑÉL¥úŸ -ÄÀwýESC]A¬Ŭœ½¦`ç+kÙhÙ¾{›?t˜hÀX,L.ÇŒl¯Øb»c­ ¬ÍUÞÿë…¤|x“â.q†´k¡¡«œ²åSùð 5YoaTï„—á&Vý¡´°Ö}Åt…C^há¤{ŒŒíЦ³‰xç´W—~Ÿ¢žî¯µx²OCú½IÚMâòû!ˆÕ^ÀÙ•9+Ü…xB‹9“PˆÛ×q~S‡ÌñØÙ, k{}ÕF’egÜS‘Ó55ñj[ËžÑ)5¢ˆôO"™™|¤6-íö=ôK`7 –«LH•ö¿[T6f?©§ˆ”É‚&±]Dµ—ªÝn톳ǖ®·È}PºñÞâ‚|Ïd;ŠzbRI35‘rÙû‹KuvFÍ YVá¹ZÝ_>]xæ3,í¨¦hSYE•½Sõc[Ž"yÙ·âæW”±EMÞÛXT‰‚0üÐwJ ´ÏÀPDFÔó뇖£EuÔáòVJ­†âDEÌÒÙÕHêÐܱCËšUni…ÿæ õH¥dn ¿ŠzÅ7W¹¤eÿDI±½D=AéYš¡N ¹ŸDÞ4å#Õ\òÐϯÝ÷<´¬¿ ”©yý~ 1!{$Ÿ"‘›ND‚$J¬Vd Ä#ÛÑÊ”Yò÷pí²Bµ²\¡„2å~½‚pu,ÛoÌ”©±²à¨½ŽÔ¦±àw!Æì5-+E¯¾·¸æcGµ¤÷5Røï›X×÷ï{Œ©E§Ôˆ"‘—9Ÿ¼-ޱ=q÷™dˆuhVÖWŽÊâˆ\…º†[ïõ¦¦­•Oß<í›+P‚Dv: @d¿³H(ÉvÔTðD–Ħ×Òk¡êÿŸ¢Õdä!MÒ[˜oûzE1'ˆÚêÐÚ±ü^g/M¬—ˆ?í÷Õ43þq¹ôÙ‡ù­x¼>}ù¥B¶°°ô´²ì-ñ‰4±Ž@Ô)µ†âNÌ&–· ,*È#7ÒÈÒRYÉËäc³ª«­öÕR+Ÿ‘½u+ȃ7ÒÈÒRYñ4T‡oäÝG$;³íàBSEF’Q¯ÌI¢xD†&Ö)µ’xl2@•@FZëU¸^¿©DTpP!@… -T ¨Ð€ÂÐTpŒ -Ê9Ó¤¼ˆhj̶!{ê Ú0 Ú𱤵¼´kRbòg^~!ŸË‡= œ¥¥aT ²ðM•÷¨á-+ö9÷LÀ©™ÈŒÌÙ$Ÿ£=µæ{oåH–¹ÌÀ«OïÛðMœùïw,mÉþ•a t>Ø -ü@ÀŒfk¯¼ËTAY«LןPcgŽK•úŸð–ÖÕT`:j¡â4ÙfDðŽÖêK½wèÉË„©ûž‚ÐNwŠbâ‚¢àf‘bôÒb³*dä½[iƒ©XFmmB‘mO’gÇê“n¡µ–’âê± §  ¥Ês€P¢ÛŽQqâámÿ×]ݨU¢ºxÐPôÀDšÄGyY’©Î톧('ñ¯ª³™D‰ÙWÎõ\šQþL25 Ú…3hHmTœ|èb3j±qX´šLe7èfœˆbè”69¶§Ô&ã4è·5Ó¬ÿÊtíÔ˜£½ó Èmª­Y¯ñϨQpí{2åjèÕx‡èFñp£Î<¼BO+ë@©­l­"×FjƒÆ£”Y‘ÿ ž)>˜5—ÙÑÎ{ÐŒ¾·²dÜæÄìú¹_ƒ×Ø”‰°i}¶~; /º‰f -ËDž+9¯Rï$?3Œ|;4ÒâçÓg‰ÝMÏ”¡ÈV½:ÐJ®]„ˆjÑ-´¼ºÈþu#õ¸±˜7þ‡²ÔZ¤¼ãY»$åÖ ѲQTvþ ú^åɰ‘WyÚTo,¨ìZ¤Üα“·C³)¡—m¡,+¾ï¹ál­ÑÕK3µxüã+i‡ÚŸu¤oòhºÖ~V™®4È=Ú4@“ÍêaÖð½7öæzï›:ò|(¼Iiµ ]áÈ;XȧÁ…hï@hÅÑ%Õzÿ^AyàxÈ™(}¤fl@ßè“|¡·ªoμ;\%áZ¦mOA\˘ëòé Ê¢ìš"H…if‡·Ø¼Fí…rMõ£MTTà–Ö•G¨]Ìz©A'[G¼ì…ðÅ¡›‡oÔ©‚`UŽÕÎÚÀ°öE¢PaÛv #…ÓÐ -£6Ó]¶a;È”{ôö»´u/`m-T+n§UEåNˆ,+:ˆæ<~¹ÄåØ7¦¼è°½sãR ÇGt[«n…ÌÜyJO[­cò_U*v+w ³©Þ ):WD_ j¸Ü:ô¯G×we5ŒJ/v¹Ü…È íÅ -ÍØ{+G©‡ó(­b@šñ¬]æêYt‹×ö*ð0[lm㯮ûJ¡o{!Ãú…óê.Šó AfÙ¤,W/zý䯲OÛ) æ’5ü¨’–ö† Z­?n*Rg¥Ý wžKÖ¬-ÚP]ñÌaO©AlUÍõÈ$Ó¹ùC7€©Q§¯˜f½B£L¨ÍƒÙ¾9©ÉÁ+¨¶ä±bB/Û@Õ -„‡él£Úò-ûMm ¦¼–›Pg˪R -m=¶ê¡(ÅÖNr©s> #c­þÕ°¹çùè³§Ú<È¢Î2F,6–ÐöU²Añí̪¨+:ÉŽfæ­³+ÂÞ[p¨U(—6êDû³*ê© ¨ö½,On·:¹‰ -± -amÛ´M¤( ÑänU Gƒ› ¡ýZ-1Ím÷îî‰ÖœÇ­ªØ×úûºZÑ{å*OâÃX¢ýZ¡%ƒoeI²¹ŽÚ ƒ‚*%ÚT´Ã¾±"SÒɦ^‘¹Ï¹2„VŸ\åTj7kîx‡ðF©StÊ<ñÔâönU4·ïïfÁ÷Ê“u;É¡:é

- -
-
-

Search Github Users

- -
-
- -

PROFILE

-
-

REPOS

-
- - - - - - \ No newline at end of file diff --git a/Github Finder/style.css b/Github Finder/style.css deleted file mode 100644 index 85bdf12..0000000 --- a/Github Finder/style.css +++ /dev/null @@ -1,166 +0,0 @@ -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -nav { - width: 100%; - text-align: center; - background-color: rebeccapurple; - color: white; - padding: 10px 0; - margin-bottom: 20px; -} - -.container { - display: flex; - width: 70%; - max-width: 980px; - margin: 0 auto; - flex-direction: row; - padding: 10px; - box-shadow: 1px 1px 5px black, -1px -1px 5px black; - margin-bottom: 20px; - background-color: rgba(224, 236, 241, 0.2); - border-radius: 10px; - flex-wrap: wrap; -} - -.card { - width: 70%; - max-width: 980px; - margin: 0 auto; - padding: 10px; - box-shadow: 1px 1px 5px black, -1px -1px 5px black; - margin-bottom: 20px; - background-color: rgba(224, 236, 241, 0.2); - border-radius: 10px; -} - -.repos { - display: none; -} - -.profile { - display: none; -} - -#user { - margin-top: 10px; - padding: 5px; - width: 100%; -} - -#user:focus { - background-color: black; - color: white; - border: 1px solid whitesmoke; - box-shadow: 1px 1px 5px red, -1px -1px 5px red; -} - -.content { - width: 50%; -} - -.row1 { - width: 30%; - text-align: center; -} - -h2 { - text-shadow: 1px 1px 15px blueviolet, -1px 1px 15px blueviolet; - color: black; -} - -img { - max-width: 100%; - margin: 10px 0; - border-radius: 10%; - box-shadow: 1px 1px 5px red, -1px 1px 5px red; - border: 1px solid white; -} - -span { - border: 1px solid white; - background-color: black; - color: whitesmoke; - padding: 5px; - margin-left: 10px; - display: inline-block; - border-radius: 5px; - box-shadow: 1px 1px 5px red, -1px -1px 5px red; -} - -.center { - justify-content: center; -} - -.row2 { - width: 70%; -} - -.details { - padding: 5px; -} - -.user { - margin-top: 20px; - margin-left: 15px; - background-color: black; - padding: 10px; - box-shadow: 1px 1px 5px red, -1px -1px 5px red; - border: 1px solid white; - border-radius: 5px; -} - -p { - margin-bottom: 5px; - font-size: 20px; - color: white; -} - -a { - text-decoration: none; - color: whitesmoke; - padding: 5px; - border: 1px solid white; - display: inline-block; - background-color: black; - box-shadow: 1px 1px 5px red, -1px -1px 5px red; - border-radius: 5px; -} - -a:hover { - border: 1px solid red; - box-shadow: 1px 1px 5px black, -1px -1px 5px black; - color: black; - background-color: white; -} - -.row50 { - width: 50%; - padding: 10px; -} - -.row50 { - border-right: 1px solid black; - border-left: 1px solid black; -} - -.title { - text-align: center; - text-decoration: underline; - display: none; - margin-bottom: 10px; -} - -.error { - border: 1px solid red; - box-shadow: 1px 1px 5px black, -1px -1px 5px black; - color: black; - background-color: white; - margin: 0 auto; - width: 70%; - max-width: 980px; -} \ No newline at end of file diff --git a/Github Finder/ui.js b/Github Finder/ui.js deleted file mode 100644 index 0d1a52a..0000000 --- a/Github Finder/ui.js +++ /dev/null @@ -1,64 +0,0 @@ -function UI() {} - -UI.prototype.displayProfile = function(profile) { - document.querySelector('.profile').style = 'display: flex'; - document.querySelector('.repos').style = 'display: flex'; - const title = document.querySelectorAll('.title'); - title.forEach(function(t) { - t.style = 'display: block'; - }); - - document.getElementsByClassName('profile')[0].innerHTML = ` -
- -
-
- Followers: ${profile.followers} - Following: ${profile.following} - Repos: ${profile.public_repos} - Gists: ${profile.public_gists} -
- -
-

Bio: ${profile.bio}

-

Email: ${profile.email}

-

Location: ${profile.location}

-
-
- `; -} - -UI.prototype.displayRepo = function(repos) { - let output = ''; - - repos.forEach(function(repo) { - output += ` - - -
- Stars: ${repo.stargazers_count} - Watchers: ${repo.watchers_count} - Forks: ${repo.forks_count} -
- `; - - document.getElementsByClassName('repos')[0].innerHTML = output; - }); -} - -UI.prototype.error = function() { - const err = document.createElement('div'); - err.classList = 'error'; - err.innerText = 'Enter valid username'; - - const insert = document.querySelector('.title'); - document.body.insertBefore(err, insert); - - setTimeout(() => document.body.removeChild(err, err.parentElement), 1000); -} \ No newline at end of file diff --git a/Javascript Clock/index.html b/Javascript Clock/index.html deleted file mode 100644 index bf5b346..0000000 --- a/Javascript Clock/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Javascript Clock - - - -
-
-
-
-
- - - \ No newline at end of file diff --git a/Javascript Clock/script.js b/Javascript Clock/script.js deleted file mode 100644 index b7cc08e..0000000 --- a/Javascript Clock/script.js +++ /dev/null @@ -1,23 +0,0 @@ -const secondHand = document.getElementsByClassName('second-hand'); -const hourHand = document.getElementsByClassName('hour-hand'); -const minuteHand = document.getElementsByClassName('minute-hand'); - -function setDate() { - const now = new Date(); - let seconds = (now.getSeconds() / 60) * 360, - minutes = (now.getMinutes() / 60) * 360, - hours = now.getHours(); - - if (hours > 12) { - hours -= 12; - } - - hoursAngle = (hours / 12) * 360; - - secondHand[0].style.transform = `rotate(${seconds}deg)`; - minuteHand[0].style.transform = `rotate(${minutes}deg)`; - hourHand[0].style.transform = `rotate(${hoursAngle}deg)`; -} - - -setInterval(setDate, 1000); \ No newline at end of file diff --git a/Javascript Clock/style.css b/Javascript Clock/style.css deleted file mode 100644 index b470c14..0000000 --- a/Javascript Clock/style.css +++ /dev/null @@ -1,46 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -body { - display: flex; - justify-content: center; - height: 100vh; - width: 100vw; - align-items: center; - background-color: black; -} - -.clock { - width: 250px; - height: 250px; - border: 10px solid white; - border-radius: 50%; - position: relative; -} - -.hand { - width: 5px; - height: 230px; - position: absolute; - top: 115px; - left: 115px; - margin-top: -115px; -} - -.hour-hand { - background-image: linear-gradient(transparent, transparent 12%, white 12%, white 50%, transparent 50%, transparent); - transition: transform 0.07s ease-in-out; -} - -.minute-hand { - background-image: linear-gradient(transparent, transparent 5%, white 5%, white 50%, transparent 50%, transparent); - transition: transform 0.07s ease-in-out; -} - -.second-hand { - background-image: linear-gradient(transparent, transparent 5%, white 5%, white 50%, transparent 50%, transparent); - transition: transform 0.07s ease-in-out; -} \ No newline at end of file diff --git a/Javascript Project snapshot/Color Flipper.png b/Javascript Project snapshot/Color Flipper.png deleted file mode 100644 index bbb98cf..0000000 Binary files a/Javascript Project snapshot/Color Flipper.png and /dev/null differ diff --git a/Javascript Project snapshot/Drum Kit.png b/Javascript Project snapshot/Drum Kit.png deleted file mode 100644 index 9b53ca8..0000000 Binary files a/Javascript Project snapshot/Drum Kit.png and /dev/null differ diff --git a/Javascript Project snapshot/Github Finder.png b/Javascript Project snapshot/Github Finder.png deleted file mode 100644 index 34a4511..0000000 Binary files a/Javascript Project snapshot/Github Finder.png and /dev/null differ diff --git a/Javascript Project snapshot/Javascript CSS variables.png b/Javascript Project snapshot/Javascript CSS variables.png deleted file mode 100644 index 0515e3d..0000000 Binary files a/Javascript Project snapshot/Javascript CSS variables.png and /dev/null differ diff --git a/Javascript Project snapshot/Javascript Clock.png b/Javascript Project snapshot/Javascript Clock.png deleted file mode 100644 index 0aa5cc3..0000000 Binary files a/Javascript Project snapshot/Javascript Clock.png and /dev/null differ diff --git a/Javascript Project snapshot/Loan Calculator.png b/Javascript Project snapshot/Loan Calculator.png deleted file mode 100644 index d8d532e..0000000 Binary files a/Javascript Project snapshot/Loan Calculator.png and /dev/null differ diff --git a/Javascript Project snapshot/Todo list(1).png b/Javascript Project snapshot/Todo list(1).png deleted file mode 100644 index 83550d8..0000000 Binary files a/Javascript Project snapshot/Todo list(1).png and /dev/null differ diff --git a/Javascript Project snapshot/Todo list(2).png b/Javascript Project snapshot/Todo list(2).png deleted file mode 100644 index 23c988a..0000000 Binary files a/Javascript Project snapshot/Todo list(2).png and /dev/null differ diff --git a/Javascript Project snapshot/Todo list(3).png b/Javascript Project snapshot/Todo list(3).png deleted file mode 100644 index 3b021da..0000000 Binary files a/Javascript Project snapshot/Todo list(3).png and /dev/null differ diff --git a/Javascript Project snapshot/Todo list.png b/Javascript Project snapshot/Todo list.png deleted file mode 100644 index 2e67680..0000000 Binary files a/Javascript Project snapshot/Todo list.png and /dev/null differ diff --git a/Javascript practice/index.html b/Javascript practice/index.html deleted file mode 100644 index 9aa5b9b..0000000 --- a/Javascript practice/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Javascript practice - - -

Javascript learning page

- - - \ No newline at end of file diff --git a/Javascript practice/objectCopy.js b/Javascript practice/objectCopy.js deleted file mode 100644 index c46d167..0000000 --- a/Javascript practice/objectCopy.js +++ /dev/null @@ -1,68 +0,0 @@ -let obj = { - name: 'Maha', - age: 25, - super: { - hello: { - hello1: true - }, - supply: 1 - } -}; - -const objCopy = {}; - -for (let key in obj) { - if (typeof obj[key] === 'object') { - objCopy[key] = {}; - - for (let prop in obj[key]) { - if (typeof obj[key][prop] === 'object') { - objCopy[key][prop] = {}; - - for (let nesprop in obj[key][prop]) { - objCopy[key][prop][nesprop] = obj[key][prop][nesprop]; - } - } else { - objCopy[key][prop] = obj[key][prop]; - } - } - } else { - objCopy[key] = obj[key]; - } -} - - -function deepCopy(obj) { - const newObj = {}; - - for (let key in obj) { - if (typeof obj[key] === 'object') { - newObj[key] = deepCopy(obj[key]); - } else { - newObj[key] = obj[key]; - } - } - - return newObj; -} - -let user1 = { - name: 'user', - count: 1, - newObj: { - prop1: { - prop2: { - hello: 1 - } - } - } -}; - -user1Copy = deepCopy(user1); - -console.log(user1 === user1Copy); -console.log(user1.newObj === user1Copy.newObj); -console.log(user1.newObj.prop1 === user1Copy.newObj.prop1); -console.log(user1.newObj.prop1.prop2 === user1Copy.newObj.prop1.prop2); -console.log(user1.newObj.prop1.prop2.hello === user1Copy.newObj.prop1.prop2.hello); - diff --git a/Javascript practice/prac.js b/Javascript practice/prac.js deleted file mode 100644 index b4f996c..0000000 --- a/Javascript practice/prac.js +++ /dev/null @@ -1,33 +0,0 @@ -function hash(...args) { - let map = new Map(); - let next = map; - - for (let i=0; i - - - Javascript CSS variables - - - -

Update CSS Variables with JS

-
- - - - - - - - -
- - prop - - - \ No newline at end of file diff --git a/Playing with CSS variables/prop.jpg b/Playing with CSS variables/prop.jpg deleted file mode 100644 index 545d12d..0000000 Binary files a/Playing with CSS variables/prop.jpg and /dev/null differ diff --git a/Playing with CSS variables/script.js b/Playing with CSS variables/script.js deleted file mode 100644 index 2445f35..0000000 --- a/Playing with CSS variables/script.js +++ /dev/null @@ -1,15 +0,0 @@ -const imgElem = document.querySelector('.propImg'); -const inpElems = document.querySelectorAll('input'); - -inpElems[0].addEventListener('input', function(e) { - imgElem.style.setProperty('--xPos', `${e.target.value}px`); - imgElem.style.setProperty('--yPos', `${e.target.value}px`); -}); - -inpElems[1].addEventListener('input', function(e) { - imgElem.style.setProperty('--blur', `${e.target.value}px`); -}); - -inpElems[2].addEventListener('input', function(e) { - imgElem.style.setProperty('--propImgBorderColor', e.target.value); -}); \ No newline at end of file diff --git a/Playing with CSS variables/style.css b/Playing with CSS variables/style.css deleted file mode 100644 index c164db2..0000000 --- a/Playing with CSS variables/style.css +++ /dev/null @@ -1,39 +0,0 @@ -:root { - --propImgBorderColor: #ff0000; - --xPos: 0px; - --yPos: 0px; - --blur: 0px; -} - -.heading { - text-align: center; -} - -.controls { - margin: 0 auto; - width: 100vh; - display: flex; - justify-content: space-between; -} - -label { - vertical-align: center; -} - -.propImg { - display: block; - margin: 20px auto; - width: 600px; - height: 400px; - border: 10px solid var(--propImgBorderColor); - transform: translate(var(--xPos), var(--yPos)); - filter: blur(var(--blur)); -} - -.base { - height: 20px; -} - -.base::after { - content: helo; -} \ No newline at end of file diff --git a/README.md b/README.md index e060b55..56c5592 100644 --- a/README.md +++ b/README.md @@ -1,64 +1,2 @@ # Javascript-Project -Vanilla Javascript Projects Repo - -# Github Finder -Navigate to github finder folder to find raw files - - - **Project Summary** - Github finder uses github api to extract information about github users. Type the user name in search bar, you will get details about that user. - - **Note**: Github OAuth key and client id removed for security reasons. Navigate to github finder/github.js file and edit the client_id and client_secret with your client id and github oAuth key respectively under Github function(class). Navigate to this link to create github oAuth Key - [Create Github oAuth](https://github.com/settings/applications/new) and for more information [Github Developers](https://developer.github.com/v3/) - - **Project Snapshot** - Below you can find the snapshot of the project - -![Github finder Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Github%20Finder.png) - -# TodoList -Navigate to todo list folder to find raw files - - - **Project Summary** - Four versions of Todo list created, each has features added to it. - - **Version-1** - Simple Todo list - You can add, edit, remove and update the status of the task - - **Version-1 Snapshot** - Below you can find the snapshot of Todo list version-1 - -![Todo Version-1 Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Todo%20list.png) - - - **Version-2** - Added Tasks title and Static Sidebar - - **Version-2 Snapshot** - Below you can find the snapshot of Todo list version-2 - -![Todo Version-2 Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Todo%20list(1).png) - - - **Version-3** - Now you can add more than one tasks title using the 'Add New Todo' button and the sidebar will update automatically - - **Version-3 Snapshot** - Below you can find the snapshot of Todo list version-3 - -![Todo Version-3 Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Todo%20list(2).png) - - - **Version-4** - Added Highlightner to show users where the entered tasks will be added, you can add descriptions now to each task and task title by clicking the task and title, current progress feature added to sidebar and more - - **Version-4 Snapshot** - Below you can find the snapshot of Todo list version-4 - -![Todo Version-4 Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Todo%20list(3).png) - -# Loan Calculator -Navigate to loan calculator folder to find raw files - - - **Project Summary** - Enter principal amount, interest and number of years to repay, the program will calculate the monthly installments and interests for you - - **Project Snapshot** - Below you can find the snapshot of the project - -![Loan Calculator Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Loan%20Calculator.png) - -# Other Projects - - **Color Flipper** - Flip the background color on click of a button. Navigate to color flipper folder to see raw files - - **Color Flipper Snapshot** - Below you can find the snapshot of the project - -![Color Flipper Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Color%20Flipper.png) - - - **Drum Kit** - Mimic of drum set, click the mentioned keys to play the certain drum sound. Navigate to drum kit folder to see raw files - - **Color Flipper Snapshot** - Below you can find the snapshot of the project - -![Drum Kit Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Drum%20Kit.png) - - - **Playing with CSS Variables** - Practicing CSS Variables - - **Playing with CSS Variables Snapshot** - Below you can find the snapshot of the project - -![CSS Variables Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Javascript%20CSS%20variables.png) - - - **Javascript Clock** - Clock created with the help of javascript - - **Javascript Clock Snapshot** - Below you can find the snapshot of the project - -![Javascript Clock Snapshot](https://github.com/mathans1695/Javascript-Project/blob/master/Javascript%20Project%20snapshot/Javascript%20Clock.png) +Repository contains vanilla javascript projects diff --git a/Udemy nav bar/app.js b/Udemy nav bar/app.js deleted file mode 100644 index b22f8e1..0000000 --- a/Udemy nav bar/app.js +++ /dev/null @@ -1,162 +0,0 @@ -window.addEventListener('DOMContentLoaded', eventHandlers); - -function eventHandlers() { - document.querySelector('.category').addEventListener('mouseenter', displayCategories); -} - -function displayCategories(e) { - //Display category - const mainMenu = document.querySelector('.hover-category'); - mainMenu.style = 'display: flex'; - - mainMenu.addEventListener('mouseleave', () => { - mainMenu.style = 'display: none'; - - }); - - mainMenu.addEventListener('mouseenter', () => { - mainMenu.style = 'display: flex' - }); - - document.querySelector('.category').addEventListener('mouseleave', () => { - mainMenu.style = 'display: none'; - }); - - //Display individual sub menus - subMenuCategory(); -} - -//Displaying sub menu category -function subMenuCategory() { - //displaying development menu when hovered - const developmentMenu = document.querySelector('.hover-development'); - - developmentMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-development-menu').style = 'display: block'; - }); - - developmentMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-development-menu').style = 'display: none'; - }); - - //displaying lifestyle menu when hovered - const lifestyleMenu = document.querySelector('.hover-lifestyle'); - - lifestyleMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-lifestyle-menu').style = 'display: block'; - }); - - lifestyleMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-lifestyle-menu').style = 'display: none'; - }); - - //displaying business menu when hovered - const businessMenu = document.querySelector('.hover-business'); - - businessMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-business-menu').style = 'display: block'; - }); - - businessMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-business-menu').style = 'display: none'; - }); - - //displaying IT menu when hovered - const ITMenu = document.querySelector('.hover-IT'); - - ITMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-IT-menu').style = 'display: block'; - }); - - ITMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-IT-menu').style = 'display: none'; - }); - - //displaying office menu when hovered - const officeMenu = document.querySelector('.hover-office'); - - officeMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-office-menu').style = 'display: block'; - }); - - officeMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-office-menu').style = 'display: none'; - }); - - //displaying personal menu when hovered - const personalMenu = document.querySelector('.hover-personal'); - - personalMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-personal-menu').style = 'display: block'; - }); - - personalMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-personal-menu').style = 'display: none'; - }); - - //displaying design menu when hovered - const designMenu = document.querySelector('.hover-design'); - - designMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-design-menu').style = 'display: block'; - }); - - designMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-design-menu').style = 'display: none'; - }); - - //displaying marketing menu when hovered - const marketingMenu = document.querySelector('.hover-marketing'); - - marketingMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-marketing-menu').style = 'display: block'; - }); - - marketingMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-marketing-menu').style = 'display: none'; - }); - - //displaying photography menu when hovered - const photographyMenu = document.querySelector('.hover-photography'); - - photographyMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-photography-menu').style = 'display: block'; - }); - - photographyMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-photography-menu').style = 'display: none'; - }); - - //displaying health menu when hovered - const healthMenu = document.querySelector('.hover-health'); - - healthMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-health-menu').style = 'display: block'; - }); - - healthMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-health-menu').style = 'display: none'; - }); - - //displaying music menu when hovered - const musicMenu = document.querySelector('.hover-music'); - - musicMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-music-menu').style = 'display: block'; - }); - - musicMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-music-menu').style = 'display: none'; - }); - - //displaying teaching menu when hovered - const teachingMenu = document.querySelector('.hover-teaching'); - - teachingMenu.addEventListener('mouseenter', function(e) { - document.querySelector('.hover-teaching-menu').style = 'display: block'; - }); - - teachingMenu.addEventListener('mouseleave', function(e) { - document.querySelector('.hover-teaching-menu').style = 'display: none'; - }); -} diff --git a/Udemy nav bar/debug.log b/Udemy nav bar/debug.log deleted file mode 100644 index 95913d7..0000000 --- a/Udemy nav bar/debug.log +++ /dev/null @@ -1 +0,0 @@ -[1017/100540.198:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) diff --git a/Udemy nav bar/images/3132924.svg b/Udemy nav bar/images/3132924.svg deleted file mode 100644 index 3b1268d..0000000 Binary files a/Udemy nav bar/images/3132924.svg and /dev/null differ diff --git a/Udemy nav bar/images/logo-coral.svg b/Udemy nav bar/images/logo-coral.svg deleted file mode 100644 index 1f4405a..0000000 --- a/Udemy nav bar/images/logo-coral.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/Udemy nav bar/images/style.css b/Udemy nav bar/images/style.css deleted file mode 100644 index e603d36..0000000 --- a/Udemy nav bar/images/style.css +++ /dev/null @@ -1,13 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -.top-header { - height: 250px; - width: 100%; - border: 1px solid gray; - background-color: black; - display: flex; -} \ No newline at end of file diff --git a/Udemy nav bar/index.html b/Udemy nav bar/index.html deleted file mode 100644 index 7148a4d..0000000 --- a/Udemy nav bar/index.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - Udemy - - - - - - - \ No newline at end of file diff --git a/Udemy nav bar/style.css b/Udemy nav bar/style.css deleted file mode 100644 index cfeeca0..0000000 --- a/Udemy nav bar/style.css +++ /dev/null @@ -1,140 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -html, body { - height: 100%; -} - -.top-header { - height: 70px; - width: 100%; - box-shadow: 0px 0px 1px black; - display: flex; - align-items: center; -} - -.logo { - width: 10%; - padding-left: 1%; - padding-right: 1%; -} - -.svg-menu { - width: 3%; - border: 1px solid gray; - margin-left: 0.366032211%; - height: 100%; -} - -.svg-menu img { - display: flex; - align-items: center; -} - -.menu { - height: 100%; - display: flex; - align-items: center; - padding-left: 2.0%; -} - -.category, .my-courses { - padding-right: 2%; -} - -.profile { - padding-right: 1%; -} - -.search-form { - flex-grow: 2; -} - -#search { - width: 100%; - padding: 10px; - padding-left: 30px; -} - -a { - text-decoration: none; - color: black; -} - -a:hover { - color: lightskyblue; -} - -.sub-header { - display: flex; - height: 50px; - box-shadow: 0px 2px 4px -2px gray; - align-items: center; - justify-content: center; - background-color: rgba(245, 245, 245, 0.2); -} - -.sub { - margin-left: 3%; -} - -.hover-category { - width: 500px; - display: none; - position: absolute; - top: 70px; - left: 134.9px; - z-index: 100; - height: calc(100% - 70px); -} - -.hover-main { - width: 250px; - box-shadow: 0px 0px 1px black; - background-color: white; - height: 100%; -} - -.hover-main div { - padding: 7.5px 15px; - width: 90%; - display: inline-block; -} - -div.hover-development { - padding-top: 32.5px; -} - -.sub-menu { - position: absolute; - top: 0px; - left: 250px; - width: 250px; - box-shadow: 0px 0px 1px black; - height: 100%; - background-color: white; -} - -.sub-menu div { - padding: 7.5px 15px; - width: 90%; - display: inline-block; -} - -div.hover-development-heading, -div.hover-business-heading, -div.hover-IT-heading, -div.hover-personal-heading, -div.hover-design-heading, -div.hover-marketing-heading, -div.hover-health-heading, -div.hover-music-heading, -div.hover-office-heading, -div.hover-teaching-heading, -div.hover-lifestyle-heading, -div.hover-photography-heading { - padding-top: 32.5px; -} \ No newline at end of file diff --git a/Udemy nav bar/texting/index.html b/Udemy nav bar/texting/index.html deleted file mode 100644 index 7476dc4..0000000 --- a/Udemy nav bar/texting/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - Canvas - - - -

Add suitable fallback here.

-
- - - - \ No newline at end of file diff --git a/async practice/debug.log b/async practice/debug.log deleted file mode 100644 index 7bf70c7..0000000 --- a/async practice/debug.log +++ /dev/null @@ -1 +0,0 @@ -[1022/082334.223:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) diff --git a/async practice/index.html b/async practice/index.html deleted file mode 100644 index 79cb090..0000000 --- a/async practice/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - XML HTTP REQUEST - - - -

XMLHttpRequest Practice

- - - - \ No newline at end of file diff --git a/async practice/index.js b/async practice/index.js deleted file mode 100644 index 3183491..0000000 --- a/async practice/index.js +++ /dev/null @@ -1,97 +0,0 @@ -let count = 1; -if(count === 1) { - shuffle(); -} - -let response; - -function shuffle() { - let xhr = new XMLHttpRequest(); - - xhr.open('GET', 'https://deckofcardsapi.com/api/deck/new/shuffle'); - - xhr.onload = function() { - if(xhr.status === 200) { - res = JSON.parse(xhr.response); - response = res; - - const buttonElem = document.body.querySelector('button'); - buttonElem.addEventListener('click', function() { - getDeck(response, handleResponse, displayCard); - }); - } else { - console.log('Error: ', xhr.status); - } - } - - xhr.onerror = function() { - console.log('Network Error'); - console.log('Error:', xhr); - } - - xhr.onprogress = function(event) { - if(event.lengthComputable) { - console.log('Loaded: %s Total: %s', event.loaded, event.total); - } else { - console.log('Loaded: ', event.loaded); - } - } - - xhr.send(); -} - -function getDeck(res, handleRes, display) { - handleRes(res.deck_id, display); -} - - -function handleResponse(deck_id, display) { - const url = `https://deckofcardsapi.com/api/deck/${deck_id}/draw/`; - let xhr = new XMLHttpRequest(); - - xhr.open('GET', url); - xhr.onload = function() { - if(xhr.status === 200) { - display(JSON.parse(xhr.response), JSON.parse(xhr.response).remaining); - } else { - console.log('Error: ', xhr.status); - } - } - - xhr.onerror = function() { - console.log('Network Error'); - } - - xhr.onprogress = function(event) { - if(event.lengthComputable) { - console.log('Loaded: %s Total: %s', event.loaded, event.total); - } else { - console.log('Loaded: %s', event.loaded); - } - } - - xhr.send(); -} - - -function displayCard(res, remaining) { - let min=-30; - let max=50; - let rand = Math.ceil(Math.random() * max) + min; - - if(remaining !== 0) { - imgUrl = res.cards[0].image; - - const script = document.body.querySelector('script'); - const imgElem = document.createElement('img'); - imgElem.setAttribute('src', imgUrl); - imgElem.setAttribute('alt', 'cards'); - imgElem.setAttribute('class', 'cards'); - - imgElem.style.setProperty('--rotation', `${rand}deg`) - - document.body.insertBefore(imgElem, script); - } else { - document.body.querySelector('button').setAttribute('disabled', true); - } -} \ No newline at end of file diff --git a/async practice/index1.js b/async practice/index1.js deleted file mode 100644 index 41c62b7..0000000 --- a/async practice/index1.js +++ /dev/null @@ -1,11 +0,0 @@ -let xhr = new XMLHttpRequest(); - -xhr.open('POST', 'https://api.random.org/json-rpc/1/invoke'); - -xhr.onload = function() { - console.log(xhr.response); -} - -xhr.send(JSON.stringify({ - 'method': 'getIntegers' -})); \ No newline at end of file diff --git a/async practice/rand.py b/async practice/rand.py deleted file mode 100644 index 4401b9b..0000000 --- a/async practice/rand.py +++ /dev/null @@ -1,12 +0,0 @@ -import random as rand; - -bits = {} - -for x in range(26000, 36100, 100): - bits[x] = 0 - -for x in range(0, 100000): - bits[rand.randrange(26000, 36100, 100)] += 1 - -for key in bits: - print(bits[key]/100000 * 100) \ No newline at end of file diff --git a/async practice/style.css b/async practice/style.css deleted file mode 100644 index cf4b6b8..0000000 --- a/async practice/style.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - position: absolute; - --rotation: 30deg; -} - -.cards { - position: absolute; - top: 100px; - left: 10px; - transform: rotate(var(--rotation)); -} \ No newline at end of file diff --git a/loancalculator/app.js b/loancalculator/app.js deleted file mode 100644 index dd5900e..0000000 --- a/loancalculator/app.js +++ /dev/null @@ -1,57 +0,0 @@ -//Submit Event Listener -document.querySelector('#loan-form').addEventListener('submit', displayLoading); - -function displayLoading(e) { - document.querySelector('#loading').style.display = 'block'; - - document.querySelector('#results').style.display = 'none'; - - setTimeout(function() { - document.querySelector('#loading').style.display = 'none'; - - calculateEMI(); - }, 3000); - - e.preventDefault(); -} - -function calculateEMI() { - const amount = document.getElementById('amount'); - const interest = document.getElementById('interest'); - const years = document.getElementById('years'); - - const monthlyPayment = document.getElementById('monthly-payment'); - const totalPayment = document.getElementById('total-payment'); - const totalInterest = document.getElementById('total-interest'); - - const totalIns = parseInt(years.value) * 12; - const interestPM = parseFloat(interest.value) / 100 / totalIns; - const monthly = (parseInt(amount.value) * interestPM + (parseInt(amount.value) / totalIns)).toFixed(2); - - const total = (monthly * totalIns).toFixed(2); - const totalInt = (interestPM * totalIns * parseInt(amount.value)).toFixed(2); - - if(isFinite(monthly)) { - monthlyPayment.value = monthly; - totalPayment.value = total; - totalInterest.value = totalInt; - document.querySelector('#results').style.display = 'block'; - } else { - displayError('Please enter a valid amount'); - } -} - -function displayError(error){ - const err = document.createElement('div'); - - err.className = 'alert alert-danger'; - - err.appendChild(document.createTextNode(error)); - const card = document.querySelector('.card'); - const heading = document.querySelector('.heading'); - card.insertBefore(err, heading); - - setTimeout(function() { - err.remove(); - }, 3000); -} \ No newline at end of file diff --git a/loancalculator/img/loading.gif b/loancalculator/img/loading.gif deleted file mode 100644 index 22220a2..0000000 Binary files a/loancalculator/img/loading.gif and /dev/null differ diff --git a/loancalculator/index.html b/loancalculator/index.html deleted file mode 100644 index 52ad333..0000000 --- a/loancalculator/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - Loan Calculator - - - - - - - - - - -
-
-
-
-

Loan Calculator

-
-
-
- $ - -
-
-
-
- % - -
-
-
- -
-
- -
-
- - -
- -
- - -
-
Results
-
-
- Monthly Payment - -
-
- -
-
- Total Payment - -
-
- -
-
- Total Interest - -
-
-
-
-
-
-
- - - - - - - - - \ No newline at end of file diff --git a/suresh projects/images/volunteer.png b/suresh projects/images/volunteer.png deleted file mode 100644 index 7893216..0000000 Binary files a/suresh projects/images/volunteer.png and /dev/null differ diff --git a/suresh projects/signin.css b/suresh projects/signin.css deleted file mode 100644 index 2ae9339..0000000 --- a/suresh projects/signin.css +++ /dev/null @@ -1,81 +0,0 @@ -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -body { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.heading { - margin-bottom: 34px; - font-size: 18px; - font-weight: normal; -} - - -form { - display: flex; - flex-direction: column; - width: 318px; - height: 280px; - margin: 0 auto; - background-color: #F6EDED; - border-radius: 10px; - box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25); - padding: 17px; -} - -form label { - margin-bottom: 24px; - font-size: 14px; -} - -form button { - width: 90px; - height: 32px; - margin: 19px auto 0px; - border-radius: 8px; - background-color: #C91676; - font-size: 18px; - color: white; - border: 0px; -} - -form input { - background-color: #EED5D5; - border: 3px solid rgba(148, 165, 168, 0.4); - border-radius: 10px; - width: 284px; - height: 35px; - padding: 2px 10px; -} - -form :nth-child(2) { - margin-bottom: 50px; -} - -.signup-img { - width: 94px; - height: 78px; - margin: 50px auto 24px; - -} - -body > p { - font-size: 18px; - margin-top: 11px; -} - -.sign-up-text { - color: #C41BEE; -} - -.signup-img img { - width: 100%; - height: 100%; -} \ No newline at end of file diff --git a/suresh projects/signin.html b/suresh projects/signin.html deleted file mode 100644 index 6dac6a0..0000000 --- a/suresh projects/signin.html +++ /dev/null @@ -1,25 +0,0 @@ - - - Sign-In - - - - - -

Sign in to get started

- - - -

Didn't have an account

- - \ No newline at end of file diff --git a/suresh projects/signup.css b/suresh projects/signup.css deleted file mode 100644 index 510d635..0000000 --- a/suresh projects/signup.css +++ /dev/null @@ -1,73 +0,0 @@ -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -body { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.heading { - margin-bottom: 34px; - font-size: 18px; - font-weight: normal; -} - - -form { - display: flex; - flex-direction: column; - width: 318px; - height: 280px; - margin: 0 auto; - background-color: #F6EDED; - border-radius: 10px; - box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25); - padding: 17px; -} - -form label { - margin-bottom: 13px; - font-size: 14px; -} - -form button { - width: 90px; - height: 32px; - margin: 0 auto; - border-radius: 8px; - background-color: #C91676; - font-size: 18px; - color: white; - border: 0px; -} - -form input { - background-color: #EED5D5; - border: 3px solid rgba(148, 165, 168, 0.4); - border-radius: 10px; - width: 284px; - height: 35px; - padding: 2px 10px; - margin-bottom: 13px; -} - -.signup-img { - width: 94px; - height: 78px; - margin: 50px auto 24px; -} - -body > p { - font-size: 18px; - margin-top: 11px; -} - -.signup-img img { - width: 100%; - height: 100%; -} \ No newline at end of file diff --git a/suresh projects/signup.html b/suresh projects/signup.html deleted file mode 100644 index da77c20..0000000 --- a/suresh projects/signup.html +++ /dev/null @@ -1,25 +0,0 @@ - - - Sign-up - - - - - -

Sign up to get started

- - - - \ No newline at end of file diff --git a/todo list/todo/images/svg/add-icon/plus-line.png b/todo list/todo/images/svg/add-icon/plus-line.png deleted file mode 100644 index bfa1ee0..0000000 Binary files a/todo list/todo/images/svg/add-icon/plus-line.png and /dev/null differ diff --git a/todo list/todo/images/svg/add-icon/plus-line.svg b/todo list/todo/images/svg/add-icon/plus-line.svg deleted file mode 100644 index 9417947..0000000 --- a/todo list/todo/images/svg/add-icon/plus-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todo/images/svg/check-mark/check-mark-line.png b/todo list/todo/images/svg/check-mark/check-mark-line.png deleted file mode 100644 index 468bacc..0000000 Binary files a/todo list/todo/images/svg/check-mark/check-mark-line.png and /dev/null differ diff --git a/todo list/todo/images/svg/check-mark/check-mark-line.svg b/todo list/todo/images/svg/check-mark/check-mark-line.svg deleted file mode 100644 index afe0e33..0000000 --- a/todo list/todo/images/svg/check-mark/check-mark-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todo/images/svg/circle-arrow/angle-circle-down.png b/todo list/todo/images/svg/circle-arrow/angle-circle-down.png deleted file mode 100644 index 12c224b..0000000 Binary files a/todo list/todo/images/svg/circle-arrow/angle-circle-down.png and /dev/null differ diff --git a/todo list/todo/images/svg/circle-arrow/angle-circle-down.svg b/todo list/todo/images/svg/circle-arrow/angle-circle-down.svg deleted file mode 100644 index 1f2addc..0000000 --- a/todo list/todo/images/svg/circle-arrow/angle-circle-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todo/images/svg/circle-arrow/angle-circle-right.png b/todo list/todo/images/svg/circle-arrow/angle-circle-right.png deleted file mode 100644 index 95305e6..0000000 Binary files a/todo list/todo/images/svg/circle-arrow/angle-circle-right.png and /dev/null differ diff --git a/todo list/todo/images/svg/circle-arrow/angle-circle-right.svg b/todo list/todo/images/svg/circle-arrow/angle-circle-right.svg deleted file mode 100644 index 2597997..0000000 --- a/todo list/todo/images/svg/circle-arrow/angle-circle-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todo/index.html b/todo list/todo/index.html deleted file mode 100644 index 94a763d..0000000 --- a/todo list/todo/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - Todo list - - - - - - - - -
- - -
-
-
- - - -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/todo list/todo/script.js b/todo list/todo/script.js deleted file mode 100644 index 728306f..0000000 --- a/todo list/todo/script.js +++ /dev/null @@ -1,337 +0,0 @@ -// Selecting the elements for DOM Manipulation -const buttonElem = document.querySelector('.button'); -const inputElem = document.querySelector('#todo'); - -//Autofocusing the input element -inputElem.focus(); - -//Setting eventlistener after the document fully loaded -buttonElem.addEventListener('click', addTasks); - - -//Addition of tasks in DOM -function addTasks(e) { - - //Condition to check the user input, if not an empty string add the task - if(inputElem.value !== '') { - - //addTaskTitle(); - - //focusing the input for guiding the user to add next task - inputElem.focus(); - - //Creating new div and li element and append it to output div - const div = document.createElement('div'); - - const newTask = document.createElement('li'); - newTask.appendChild(document.createTextNode(inputElem.value)); - - const checkBox = document.createElement('input'); - checkBox.type = 'checkbox'; - checkBox.className = 'done'; - - div.appendChild(checkBox); - div.appendChild(newTask); - - const listOfTask = document.querySelector('.output'); - listOfTask.appendChild(div); - - //Making the input value to empty string - inputElem.value = ''; - - - //edit and remove button added to the end - const editButton = document.createElement('button'); - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - div.appendChild(editButton); - - //adding event listener to edit button - editButton.addEventListener('click', editTasks); - - const removeButton = document.createElement('button'); - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - div.appendChild(removeButton); - - //adding event listener to remove button - removeButton.addEventListener('click', removeTask); - - //adding eventlistener to checkBox - checkBox.addEventListener('change', strikeTask); - } - - else { - error(); - } - - - //Prevent default behaviour of form element - e.preventDefault(); -} - - -//Function for adding title to output div -function addTaskTitle(e) { - let i = 1; - const div = document.createElement('div'); - div.className = `task-title-div`; - - const h3 = document.createElement('h3'); - h3.className = 'task-title-heading'; - h3.innerText = `untitled${i}`; - - const imgDiv = svgarrow('down-arrow', 'angle-circle-down.svg'); - - div.appendChild(imgDiv); - div.appendChild(h3); - - const output = document.querySelector('.output'); - output.insertBefore(div, output.firstChildElement); -} - - -//error function to show error message -function error() { - //Checking for the presence of error div inside container, if so remove the error div - if(document.querySelector('.error')) { - document.querySelector('.error').parentElement.removeChild(document.querySelector('.error')); - } - - //creating and adding error prompt - const errorPrompt = document.createElement('div'); - errorPrompt.className = 'error'; - errorPrompt.innerHTML = '

Enter something that you want to finish

' - - const body = document.querySelector('.container'); - const inputDiv = document.querySelector('.input'); - body.insertBefore(errorPrompt, inputDiv); - - // Prompt will disapper after 3 seconds - setTimeout(() => { - errorPrompt.style.display = 'None'; - inputElem.focus(); - }, 3000); -} - -//This function for creating custome arrows -function svgarrow(classname, filename) { - const div = document.createElement('div'); - div.className = `${classname}`; - - const img = document.createElement('img'); - img.setAttribute('src', `images/svg/circle-arrow/${filename}`); - img.setAttribute('alt', ''); - - div.appendChild(img); - return div; -} - -//editTasks function to edit the tasks -function editTasks(e) { - //Creating new input element for replacing the li element inside the task div - - let state = 1; - - const editButton = e.target; - const originalText = e.target.parentElement.querySelector('li').innerHTML; - - editButton.innerHTML = 'Done'; - - const input = document.createElement('input'); - input.className = 'editTask'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const parentDiv = editButton.parentElement; - const childLi = parentDiv.querySelector('li'); - - input.value = childLi.innerHTML; - - parentDiv.insertBefore(form, childLi.nextSibling); - parentDiv.removeChild(childLi); - - input.focus(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(originalText)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasks); - } - } - } -} - - -//removeTasks function to remove the task -function removeTask(e) { - e.target.parentElement.parentNode.removeChild(e.target.parentElement); -} - - -//function to strike the text when checkbox is clicked -function strikeTask(e) { - const curListElem = e.target.parentElement.querySelector('li'); - - if(e.target.checked) { - - //removing the event listener to avoid conflict - e.target.removeEventListener('change', strikeTask); - - //styling the background to light green to indicate success - curListElem.parentElement.style.backgroundColor = 'rgb(230, 255, 230)'; - curListElem.nextElementSibling.disabled = 'true'; - - //inserting the tick svg icons in place of checkbox - const checkmark = document.createElement('img'); - checkmark.className = 'checkmark'; - checkmark.setAttribute('src', 'images/svg/check-mark/check-mark-line.svg'); - checkmark.setAttribute('alt', ''); - - //inserting the tick icon - e.target.parentElement.insertBefore(checkmark, e.target.nextSibling); - - //removing the checkbox - e.target.parentElement.removeChild(e.target); - - //adding eventlistener to undo the default checkbox - checkmark.addEventListener('click', strikeTaskUndo); - } -} - - -//function strikeTaskUndo to get back the tasks to original, if user feel that they haven't completed the tasks -function strikeTaskUndo(e) { - const div = e.target.parentElement; - div.querySelector('.edit-button').disabled = false; - - const taskDivs = div.parentElement.children; - for(let i=0; i .task-title-div { - position: relative; - margin-bottom: 10px; - display: flex; - align-items: center; - width: 100%; - justify-content: left; -} - -.down-arrow { - width: 16px; - height: 16px; - margin-right: 10px; -} - -.down-arrow > img { - width: 100%; - height: 100%; -} - -.task-title-heading { - font-size: 20px; -} - -/* Styling for scroll bars */ -.container ::-webkit-scrollbar { - position: absolute; - top: 0; - right: 0; - width: 10px; - z-index: 1; -} - -.container ::-webkit-scrollbar-thumb { - background-color: lightgrey; -} - - -/* Styling the prompt, if user enters nothing in the input field and hit click button*/ -.error { - padding: 10px; - background-color: red; - color: white; - margin-bottom: 5px; - border-radius: 5px; - text-align: center; - font-size: 16px; - width: 90%; - margin: 0 auto 10px auto; -} - - -/* Styling edit and remove button */ -.edit-button, -.remove-button, -.done-button { - height: 100%; - margin-right: 10px; - border: 0px; - background-color: white; - padding: 2px; - border-radius: 2px; -} - -.edit-button:hover, -.edit-button:focus, -.done-button:hover, -.done-button:focus { - background-color: rgba(0, 255, 0, 0.5); - color: white; - cursor: pointer; -} - -.remove-button:hover, -.remove-button:focus { - background-color: rgba(255, 0, 0, 0.5); - color: white; - cursor: pointer; -} \ No newline at end of file diff --git a/todo list/todocopy version 2/images/background/kkkk.jpg b/todo list/todocopy version 2/images/background/kkkk.jpg deleted file mode 100644 index 31cd78f..0000000 Binary files a/todo list/todocopy version 2/images/background/kkkk.jpg and /dev/null differ diff --git a/todo list/todocopy version 2/images/svg/add-icon/plus-line.png b/todo list/todocopy version 2/images/svg/add-icon/plus-line.png deleted file mode 100644 index bfa1ee0..0000000 Binary files a/todo list/todocopy version 2/images/svg/add-icon/plus-line.png and /dev/null differ diff --git a/todo list/todocopy version 2/images/svg/add-icon/plus-line.svg b/todo list/todocopy version 2/images/svg/add-icon/plus-line.svg deleted file mode 100644 index 9417947..0000000 --- a/todo list/todocopy version 2/images/svg/add-icon/plus-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.png b/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.png deleted file mode 100644 index 468bacc..0000000 Binary files a/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.png and /dev/null differ diff --git a/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.svg b/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.svg deleted file mode 100644 index afe0e33..0000000 --- a/todo list/todocopy version 2/images/svg/check-mark/check-mark-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.png b/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.png deleted file mode 100644 index 12c224b..0000000 Binary files a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.png and /dev/null differ diff --git a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.svg b/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.svg deleted file mode 100644 index 1f2addc..0000000 --- a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.png b/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.png deleted file mode 100644 index 95305e6..0000000 Binary files a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.png and /dev/null differ diff --git a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.svg b/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.svg deleted file mode 100644 index 2597997..0000000 --- a/todo list/todocopy version 2/images/svg/circle-arrow/angle-circle-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 2/index.html b/todo list/todocopy version 2/index.html deleted file mode 100644 index 66d89fd..0000000 --- a/todo list/todocopy version 2/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - Todo list - - - - - - - - -
- - -
-
-
- - - -
- -
-
-
-
-
- - - \ No newline at end of file diff --git a/todo list/todocopy version 2/script.js b/todo list/todocopy version 2/script.js deleted file mode 100644 index 456555f..0000000 --- a/todo list/todocopy version 2/script.js +++ /dev/null @@ -1,859 +0,0 @@ -// Selecting the elements for DOM Manipulation -const buttonElem = document.querySelector('.button'); -const addNew = document.querySelector('.add-new-todo-button'); -const inputElem = document.querySelector('#todo'); - -//Autofocusing the input element -inputElem.focus(); - -//Setting eventlistener after the document fully loaded -buttonElem.addEventListener('click', addTasks); - -addNew.addEventListener('click', addNewTodo); -addNew.addEventListener('click', addTasks); - -let newTaskState = 0; -let forTaskTitleName = 1; -let uniqueKey = 10001; - -let targetUniqueKey = uniqueKey; -let previousTargetUniqueKey = targetUniqueKey; - -let movementTracker = 0; - - -//function tasksTracker -function tasksTracker(key) { - this.key = key; - this.totalTasks = 0; - this.completed = 0; - this.notCompleted = 0; - this.removed = 0; -} - - -//setting state for addNewTodo -function addNewTodo() { - newTaskState = 0; - uniqueKey += 1; - targetUniqueKey = uniqueKey; - previousTargetUniqueKey = targetUniqueKey; -} - - -//Addition of tasks in DOM -function addTasks(e) { - - //Condition to check the user input, if not an empty string add the task - if((inputElem.value !== '') || (e.target.className === 'add-new-todo-button')) { - - //focusing the input for guiding the user to add next task - inputElem.focus(); - - //Declaration for adding new tasks - const checkBox = document.createElement('input'); - const newTask = document.createElement('li'); - const editButton = document.createElement('button'); - const removeButton = document.createElement('button'); - const divChild = document.createElement('div'); - const output = document.querySelector('.output'); - - checkBox.type = 'checkbox'; - checkBox.className = 'done'; - - newTask.appendChild(document.createTextNode(inputElem.value)); - - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - - divChild.appendChild(checkBox); - divChild.appendChild(newTask); - divChild.appendChild(editButton); - divChild.appendChild(removeButton); - - if(newTaskState === 0) { - - const listOfTask = document.createElement('div'); - const div = document.createElement('div'); - - listOfTask.className = `tasks main-${uniqueKey}`; - listOfTask.appendChild(div); - - div.className = `task-list task-list-main-${uniqueKey}`; - - output.appendChild(listOfTask); - addTaskTitle(e); - - if(e.target.className !== 'add-new-todo-button') { - div.appendChild(divChild); - updateSidebar(e); - } - - newTaskState = newTaskState + 1; - } else { - const div = output.querySelector(`.task-list-main-${targetUniqueKey}`); - div.appendChild(divChild); - updateSidebar(e); - } - - //Making the input value to empty string - inputElem.value = ''; - - editButton.addEventListener('click', editTasks); - removeButton.addEventListener('click', removeTask); - checkBox.addEventListener('change', strikeTask); - } - - else { - error(); - } - - - //Prevent default behaviour of form element - e.preventDefault(); -} - - -//Function for adding title to output div -function addTaskTitle(e) { - - const div = document.createElement('div'); - div.className = `task-title task-title-main-${uniqueKey}`; - - const h3 = document.createElement('h3'); - h3.innerText = `Untitled-${forTaskTitleName}`; - - const headingDiv = document.createElement('div'); - headingDiv.className = `task-title-heading task-title-heading-main-${uniqueKey}`; - - headingDiv.appendChild(h3); - - const imgDiv = svgarrow('main-down-arrow', 'angle-circle-down.svg'); - - const editButton = document.createElement('button'); - const removeButton = document.createElement('button'); - - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - div.appendChild(imgDiv); - div.appendChild(headingDiv); - div.appendChild(editButton); - div.appendChild(removeButton); - - editButton.addEventListener('click', editTasksTitle); - removeButton.addEventListener('click', removeTasksTitle); - - const listOfTask = document.querySelector(`.main-${uniqueKey}`); - listOfTask.insertBefore(div, listOfTask.firstElementChild); - - addToLeftBar(e, forTaskTitleName); - forTaskTitleName = forTaskTitleName + 1; - - h3.addEventListener('click', expandTasks); - imgDiv.addEventListener('click', hideTasks); - -} - - -//error function to show error message -function error() { - //Checking for the presence of error div inside container, if so remove the error div - if(document.querySelector('.error')) { - document.querySelector('.error').parentElement.removeChild(document.querySelector('.error')); - } - - //creating and adding error prompt - const errorPrompt = document.createElement('div'); - errorPrompt.className = 'error'; - errorPrompt.innerHTML = '

Enter something that you want to finish

' - - const body = document.querySelector('.container'); - const inputDiv = document.querySelector('.input'); - body.insertBefore(errorPrompt, inputDiv); - - // Prompt will disapper after 3 seconds - setTimeout(() => { - errorPrompt.style.display = 'None'; - inputElem.focus(); - }, 3000); -} - -//This function for creating custome arrows -function svgarrow(classname, filename) { - const div = document.createElement('div'); - div.className = `${classname}`; - - const img = document.createElement('img'); - img.setAttribute('src', `images/svg/circle-arrow/${filename}`); - img.setAttribute('alt', ''); - - div.appendChild(img); - return div; -} - - -//editTaskTitle function to edit the tasks -function editTasksTitle(e) { - - let state = 1; - - const editButton = e.target; - editButton.innerHTML = 'Done'; - - const parentDiv = e.target.parentElement; - - const superParent = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + superParent.className.slice(10); - - const input = document.createElement('input'); - input.className = 'editTasksTitle'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const headingDiv = parentDiv.querySelector('.task-title-heading'); - - input.value = headingDiv.querySelector('h3').innerHTML; - const originalText = headingDiv.querySelector('h3').innerHTML; - - headingDiv.appendChild(form); - headingDiv.removeChild(headingDiv.querySelector('h3')); - - input.focus(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(originalText)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = originalText; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasksTitle); - } - } - } -} - - -function removeTasksTitle(e) { - - const superParent = e.target.parentElement.parentElement.parentElement; - const parentDiv = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + parentDiv.className.slice(10); - - if(prompt('Are you sure?')) { - - target = document.body.querySelector(`.main-${targetUniqueKey}`); - previous = document.body.querySelector(`.main-${previousTargetUniqueKey}`); - - document.body.querySelector(`.${sidebarClassName}`).parentElement.removeChild(document.body.querySelector(`.${sidebarClassName}`), document.body.querySelector(`.${sidebarClassName}`).parentElement); - - superParent.removeChild(parentDiv); - - if(document.body.querySelector('tasks')) { - addNewTodo(); - } else if((parentDiv === target) || (parentDiv === previous)) { - if(previousTargetUniqueKey == targetUniqueKey) { - addNewTodo(); - } else { - if(parentDiv === target) { - previousTaskTitle = document.body.querySelector(`.task-title-main-${previousTargetUniqueKey}`); - - previousTaskTitleImgDiv = previousTaskTitle.firstElementChild; - - previousTaskTitleImgDiv.removeEventListener('click', addOrRemove); - - previousTaskTitleClassName = previousTaskTitle.firstElementChild.className; - - if(previousTaskTitleClassName === 'main-right-arrow') { - addNewTodo(); - } else { - targetUniqueKey = previousTargetUniqueKey; - } - } else { - targetTaskTitle = document.body.querySelector(`.task-title-main-${targetUniqueKey}`); - - targetTaskTitleImgDiv = targetTaskTitle.firstElementChild; - - targetTaskTitleImgDiv.removeEventListener('click', addOrRemove); - - targetTaskTitleClassName = targetTaskTitle.firstElementChild.className; - - if(targetTaskTitleClassName === 'main-right-arrow') { - addNewTodo(); - } else { - previousTargetUniqueKey = targetUniqueKey; - } - } - } - } - inputElem.focus(); - } -} - - -//editTasks function to edit the tasks -function editTasks(e) { - - let state = 1; - - const editButton = e.target; - const originalText = e.target.parentElement.querySelector('li').innerHTML; - - editButton.innerHTML = 'Done'; - - const input = document.createElement('input'); - input.className = 'editTask'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const parentDiv = editButton.parentElement; - const childLi = parentDiv.querySelector('li'); - - input.value = childLi.innerHTML; - - parentDiv.insertBefore(form, childLi.nextSibling); - parentDiv.removeChild(childLi); - - input.focus(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(originalText)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasks); - } - } - } -} - - -//removeTasks function to remove the task -function removeTask(e) { - e.target.parentElement.parentNode.removeChild(e.target.parentElement); - - updateSidebar(e); -} - - -//function to strike the text when checkbox is clicked -function strikeTask(e) { - const curListElem = e.target.parentElement.querySelector('li'); - - if(e.target.checked) { - - //removing the event listener to avoid conflict - e.target.removeEventListener('change', strikeTask); - - //styling the background to light green to indicate success - curListElem.parentElement.style.backgroundColor = 'rgb(230, 255, 230)'; - curListElem.nextElementSibling.disabled = 'true'; - - //inserting the tick svg icons in place of checkbox - const checkmark = document.createElement('img'); - checkmark.className = 'checkmark'; - checkmark.setAttribute('src', 'images/svg/check-mark/check-mark-line.svg'); - checkmark.setAttribute('alt', ''); - - //inserting the tick icon - e.target.parentElement.insertBefore(checkmark, e.target.nextSibling); - - //removing the checkbox - e.target.parentElement.removeChild(e.target); - - //adding eventlistener to undo the default checkbox - checkmark.addEventListener('click', strikeTaskUndo); - - updateSidebar(e); - } -} - - -//function strikeTaskUndo to get back the tasks to original, if user feel that they haven't completed the tasks -function strikeTaskUndo(e) { - const div = e.target.parentElement; - div.querySelector('.edit-button').disabled = false; - - const taskDivs = div.parentElement.children; - for(let i=0; i img, -.main-right-arrow > img { - width: 100%; - height: 100%; -} - -.sidebar-tasks { - width: 100%; -} - -.sidebar-tasks-statistics { - margin-left: 21px; - width: calc(100% - 25px); - margin-top: 10px; - padding-left: 4px; - border-left: 1px solid black; -} - -.sidebar-tasks-statistics div { - margin-bottom: 3px; - font-size: 14px; -} - -.sidebar-tasks-title { - width: 100%; - display: flex; -} - -.sidebar-tasks-title-h3 { - font-size: 16px; -} - -.sidebar-tasks-title-h3:hover { - cursor: pointer; -} - -.sidebar-right-arrow, -.sidebar-down-arrow { - width: 16px; - height: 16px; - margin-right: 5px; -} - -.sidebar-right-arrow > img, -.sidebar-down-arrow > img { - height: 100%; - width: 100%; -} - -.sidebar-right-arrow:hover, -.sidebar-down-arrow:hover, -.main-down-arrow:hover, -.main-right-arrow:hover { - cursor: pointer; -} - -/* Styling for scroll bars */ -.container ::-webkit-scrollbar { - position: absolute; - top: 0; - right: 0; - width: 10px; - z-index: 1; -} - -.container ::-webkit-scrollbar-thumb { - background-color: lightgrey; -} - - -/* Styling the prompt, if user enters nothing in the input field and hit click button*/ -.error { - padding: 10px; - background-color: red; - color: white; - margin-bottom: 5px; - border-radius: 5px; - text-align: center; - font-size: 16px; - width: 90%; - margin: 0 auto 10px auto; -} - - -/* Styling edit and remove button */ -.edit-button, -.remove-button, -.done-button { - height: 100%; - margin-right: 10px; - border: 0px; - background-color: white; - padding: 2px; - border-radius: 2px; -} - -.edit-button:hover, -.edit-button:focus, -.done-button:hover, -.done-button:focus { - background-color: rgba(0, 255, 0, 0.5); - color: white; - cursor: pointer; -} - -.remove-button:hover, -.remove-button:focus { - background-color: rgba(255, 0, 0, 0.5); - color: white; - cursor: pointer; -} \ No newline at end of file diff --git a/todo list/todocopy version 3/images/background/kkkk.jpg b/todo list/todocopy version 3/images/background/kkkk.jpg deleted file mode 100644 index 31cd78f..0000000 Binary files a/todo list/todocopy version 3/images/background/kkkk.jpg and /dev/null differ diff --git a/todo list/todocopy version 3/images/svg/add-icon/plus-line.png b/todo list/todocopy version 3/images/svg/add-icon/plus-line.png deleted file mode 100644 index bfa1ee0..0000000 Binary files a/todo list/todocopy version 3/images/svg/add-icon/plus-line.png and /dev/null differ diff --git a/todo list/todocopy version 3/images/svg/add-icon/plus-line.svg b/todo list/todocopy version 3/images/svg/add-icon/plus-line.svg deleted file mode 100644 index 9417947..0000000 --- a/todo list/todocopy version 3/images/svg/add-icon/plus-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.png b/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.png deleted file mode 100644 index 468bacc..0000000 Binary files a/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.png and /dev/null differ diff --git a/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.svg b/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.svg deleted file mode 100644 index afe0e33..0000000 --- a/todo list/todocopy version 3/images/svg/check-mark/check-mark-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.png b/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.png deleted file mode 100644 index 12c224b..0000000 Binary files a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.png and /dev/null differ diff --git a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.svg b/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.svg deleted file mode 100644 index 1f2addc..0000000 --- a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.png b/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.png deleted file mode 100644 index 95305e6..0000000 Binary files a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.png and /dev/null differ diff --git a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.svg b/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.svg deleted file mode 100644 index 2597997..0000000 --- a/todo list/todocopy version 3/images/svg/circle-arrow/angle-circle-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy version 3/index.html b/todo list/todocopy version 3/index.html deleted file mode 100644 index da8f64e..0000000 --- a/todo list/todocopy version 3/index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - Todo list - - - - - - - - -
- - -
-
-
- - - -
- -
-
-
-
- - -
- - - \ No newline at end of file diff --git a/todo list/todocopy version 3/script.js b/todo list/todocopy version 3/script.js deleted file mode 100644 index ca6a6f7..0000000 --- a/todo list/todocopy version 3/script.js +++ /dev/null @@ -1,1419 +0,0 @@ -// Selecting the elements for DOM Manipulation -const buttonElem = document.querySelector('.button'); -const addNew = document.querySelector('.add-new-todo-button'); -const inputElem = document.querySelector('#todo'); - -//Autofocusing the input element -inputElem.focus(); - -//Setting eventlistener after the document fully loaded -buttonElem.addEventListener('click', addTasks); - -addNew.addEventListener('click', addNewTodo); -addNew.addEventListener('click', addTasks); - -let newTaskState = 0; -let forTaskTitleName = 1; -let uniqueKey = 10001; - -let targetUniqueKey = uniqueKey; -let previousTargetUniqueKey = targetUniqueKey; - -let movementTracker = 0; - - -//function tasksTracker -function tasksTracker(key) { - this.key = key; - this.totalTasks = 0; - this.completed = 0; - this.notCompleted = 0; - this.removed = 0; -} - - -//setting state for addNewTodo -function addNewTodo() { - try { - removeHighlighter(); - }catch(err) { - } - - newTaskState = 0; - uniqueKey += 1; - targetUniqueKey = uniqueKey; - previousTargetUniqueKey = targetUniqueKey; - - hideDescription(); -} - - -//Addition of tasks in DOM -function addTasks(e) { - - //Condition to check the user input, if not an empty string add the task - if((inputElem.value !== '') || (e.target.className === 'add-new-todo-button')) { - - //focusing the input for guiding the user to add next task - inputElem.focus(); - - //Declaration for adding new tasks - const checkBox = document.createElement('input'); - const newTask = document.createElement('li'); - const editButton = document.createElement('button'); - const removeButton = document.createElement('button'); - const divChild = document.createElement('div'); - const output = document.querySelector('.output'); - - checkBox.type = 'checkbox'; - checkBox.className = 'done'; - - newTask.appendChild(document.createTextNode(inputElem.value)); - - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - - divChild.appendChild(checkBox); - divChild.appendChild(newTask); - divChild.appendChild(editButton); - divChild.appendChild(removeButton); - - if(newTaskState === 0) { - - const listOfTask = document.createElement('div'); - const div = document.createElement('div'); - - listOfTask.className = `tasks main-${uniqueKey}`; - listOfTask.appendChild(div); - - div.className = `task-list task-list-main-${uniqueKey}`; - - output.appendChild(listOfTask); - addTaskTitle(e); - - if(e.target.className !== 'add-new-todo-button') { - div.appendChild(divChild); - hideDescription(); - newTask.addEventListener('click', addTaskDescription); - - updateSidebar(e); - } - - newTaskState = newTaskState + 1; - } else { - const div = output.querySelector(`.task-list-main-${targetUniqueKey}`); - div.appendChild(divChild); - hideDescription(); - newTask.addEventListener('click', addTaskDescription); - - updateSidebar(e); - } - - //Making the input value to empty string - inputElem.value = ''; - - editButton.addEventListener('click', editTasks); - removeButton.addEventListener('click', removeTask); - checkBox.addEventListener('change', strikeTask); - } - - else { - error(); - } - - - //Prevent default behaviour of form element - e.preventDefault(); -} - -function addTaskTitleDescription(e) { - hideDescription(); - const rightSidebar = document.body.querySelector('.right-sidebar'); - - try { - const para = rightSidebar.querySelector('.heading'); - rightSidebar.removeChild(para); - } catch(err) { - } - - const target = e.target.parentElement.parentElement; - const targetUniqueKeyCopy = target.classList[1].slice(16); - - const superParent = e.target.parentElement.parentElement.parentElement.parentElement; - - const targetChildren = superParent.children; - let targetChildrenPosition; - - for(let i=0; i { - errorPrompt.style.display = 'None'; - textArea.focus(); - }, 3000); - } -} - - -function editTitleDescription(e) { - const textArea = document.createElement('textarea'); - textArea.id = 'task-title-description-textarea'; - textArea.setAttribute('rows', '10'); - textArea.setAttribute('placeholder', 'Add small description about the tasks(optional)'); - - const superParent = e.target.parentElement.parentElement; - const curDescription = superParent.firstElementChild.innerHTML; - - const buttonDiv = document.createElement('div'); - buttonDiv.className = 'task-title-description-button-div'; - - const button = document.createElement('button'); - button.className = 'button task-title-description-button'; - button.appendChild(document.createTextNode('Add Task Description')); - - buttonDiv.appendChild(button); - - superParent.removeChild(e.target.parentElement); - superParent.removeChild(superParent.querySelector('p')); - - textArea.value = curDescription; - - superParent.appendChild(textArea); - superParent.appendChild(buttonDiv); - - textArea.select(); - - button.addEventListener('click', addTaskTitleDescriptionContinuation); -} - -function addTaskDescription(e) { - hideDescription(); - const rightSidebar = document.body.querySelector('.right-sidebar'); - - try { - const para = rightSidebar.querySelector('.heading'); - rightSidebar.removeChild(para); - } catch(err) { - } - - const target = e.target.parentElement.parentElement; - const targetUniqueKeyCopy = target.classList[1].slice(15); - - const targetChildren = target.children; - let targetChildrenPosition; - - for(let i=0; i { - errorPrompt.style.display = 'None'; - textArea.focus(); - }, 3000); - } -} - - -function editDescription(e) { - const textArea = document.createElement('textarea'); - textArea.id = 'task-description-textarea'; - textArea.setAttribute('rows', '10'); - textArea.setAttribute('placeholder', 'Add small description about the task(optional)'); - - const superParent = e.target.parentElement.parentElement; - const curDescription = superParent.firstElementChild.innerHTML; - - const buttonDiv = document.createElement('div'); - buttonDiv.className = 'task-description-button-div'; - - const button = document.createElement('button'); - button.className = 'button task-description-button'; - button.appendChild(document.createTextNode('Add Task Description')); - - buttonDiv.appendChild(button); - - superParent.removeChild(e.target.parentElement); - superParent.removeChild(superParent.querySelector('p')); - - textArea.value = curDescription; - - superParent.appendChild(textArea); - superParent.appendChild(buttonDiv); - - textArea.focus(); - textArea.select(); - - button.addEventListener('click', addTasksDescriptionContinuation); -} - -function hideDescription() { - const rightSidebar = document.body.querySelector('.right-sidebar'); - - if(rightSidebar.querySelector('.heading') === null) { - const para = document.createElement('p'); - para.className = 'heading'; - para.appendChild(document.createTextNode('Click the task text to add description about the task')); - - rightSidebar.appendChild(para); - } - - const temp = rightSidebar.querySelectorAll('.task-description'); - for(let i=0; i { - errorPrompt.style.display = 'None'; - inputElem.focus(); - }, 3000); -} - -//This function for creating custome arrows -function svgarrow(classname, filename) { - const div = document.createElement('div'); - div.className = `${classname}`; - - const img = document.createElement('img'); - img.setAttribute('src', `images/svg/circle-arrow/${filename}`); - img.setAttribute('alt', ''); - - div.appendChild(img); - return div; -} - - -//editTaskTitle function to edit the tasks -function editTasksTitle(e) { - - let state = 1; - - const editButton = e.target; - editButton.innerHTML = 'Done'; - - const parentDiv = e.target.parentElement; - - const superParent = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + superParent.className.slice(10); - - const input = document.createElement('input'); - input.className = 'editTasksTitle'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const headingDiv = parentDiv.querySelector('.task-title-heading'); - - input.value = headingDiv.querySelector('h3').innerHTML; - const originalText = headingDiv.querySelector('h3').innerHTML; - - headingDiv.appendChild(form); - headingDiv.removeChild(headingDiv.querySelector('h3')); - - input.focus(); - input.select(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - headingElem.addEventListener('click', addTaskTitleDescription); - headingElem.addEventListener('click', expandTasks); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - headingElem.addEventListener('click', addTaskTitleDescription); - headingElem.addEventListener('click', expandTasks); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(originalText)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = originalText; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - headingElem.addEventListener('click', addTaskTitleDescription); - headingElem.addEventListener('click', expandTasks); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - headingElem.addEventListener('click', addTaskTitleDescription); - headingElem.addEventListener('click', expandTasks); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasksTitle); - } - } - } -} - - -function removeTasksTitle(e) { - - const superParent = e.target.parentElement.parentElement.parentElement; - const parentDiv = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + parentDiv.className.slice(10); - const rightSidebarTitleDesClassName = `task-title-description` + parentDiv.className.slice(10); - const rightSidebarTasksDesClassName = `task-description` + parentDiv.className.slice(10); - - if(prompt('Are you sure?')) { - - target = document.body.querySelector(`.main-${targetUniqueKey}`); - previous = document.body.querySelector(`.main-${previousTargetUniqueKey}`); - - document.body.querySelector(`.${sidebarClassName}`).parentElement.removeChild(document.body.querySelector(`.${sidebarClassName}`), document.body.querySelector(`.${sidebarClassName}`).parentElement); - - superParent.removeChild(parentDiv); - - try { - document.body.querySelector(`.${rightSidebarTitleDesClassName}`).parentElement.removeChild(document.body.querySelector(`.${rightSidebarTitleDesClassName}`),document.body.querySelector(`.${rightSidebarTitleDesClassName}`).parentElement); - - const temp = document.body.querySelectorAll(`.${rightSidebarTasksDesClassName}`); - - for(let i=0; i img, -.main-right-arrow > img { - width: 100%; - height: 100%; -} - -.sidebar-tasks { - width: 100%; - margin-bottom: 5px; -} - -.sidebar-tasks-statistics { - margin-left: 21px; - width: calc(100% - 25px); - margin-top: 10px; - padding-left: 4px; - border-left: 1px solid black; -} - -.sidebar-tasks-statistics div { - margin-bottom: 3px; - font-size: 14px; -} - -.sidebar-tasks-title { - width: 100%; - display: flex; -} - -.sidebar-tasks-title-h3 { - font-size: 16px; -} - -.sidebar-tasks-title-h3:hover { - cursor: pointer; -} - -.sidebar-right-arrow, -.sidebar-down-arrow { - width: 16px; - height: 16px; - margin-right: 5px; -} - -.sidebar-right-arrow > img, -.sidebar-down-arrow > img { - height: 100%; - width: 100%; -} - -.sidebar-right-arrow:hover, -.sidebar-down-arrow:hover, -.main-down-arrow:hover, -.main-right-arrow:hover { - cursor: pointer; -} - -textarea { - width: 100%; - padding: 10px; - resize: none; -} - -.task-description-button-div, -.task-title-description-button-div { - width: 100%; - display: flex; - justify-content: flex-end; - margin-top: 10px; -} - -.edit-description-button-div, -.edit-title-description-button-div { - margin-top: 10px; -} - -.task-description-button, -.task-title-description-button { - margin: 0; -} - -/* Styling for scroll bars */ -.container ::-webkit-scrollbar { - position: absolute; - top: 0; - right: 0; - width: 10px; - z-index: 1; -} - -.container ::-webkit-scrollbar-thumb { - background-color: lightgrey; -} - - -/* Styling the prompt, if user enters nothing in the input field and hit click button*/ -.error { - padding: 10px; - background-color: red; - color: white; - margin-bottom: 5px; - border-radius: 5px; - text-align: center; - font-size: 16px; - width: 90%; - margin: 0 auto 10px auto; -} - - -/* Styling edit and remove button */ -.edit-button, -.remove-button, -.done-button { - height: 100%; - margin-right: 10px; - border: 0px; - background-color: white; - padding: 2px; - border-radius: 2px; -} - -.edit-button:hover, -.edit-button:focus, -.done-button:hover, -.done-button:focus { - background-color: rgba(0, 255, 0, 0.5); - color: white; - cursor: pointer; -} - -.remove-button:hover, -.remove-button:focus { - background-color: rgba(255, 0, 0, 0.5); - color: white; - cursor: pointer; -} \ No newline at end of file diff --git a/todo list/todocopy version 3/version3.txt b/todo list/todocopy version 3/version3.txt deleted file mode 100644 index e124f5c..0000000 --- a/todo list/todocopy version 3/version3.txt +++ /dev/null @@ -1,3 +0,0 @@ -Added highlighter feature -Added updateSidebar feature -Added autoSelect feature, when editing tasks were performed \ No newline at end of file diff --git a/todo list/todocopy/images/svg/add-icon/plus-line.png b/todo list/todocopy/images/svg/add-icon/plus-line.png deleted file mode 100644 index bfa1ee0..0000000 Binary files a/todo list/todocopy/images/svg/add-icon/plus-line.png and /dev/null differ diff --git a/todo list/todocopy/images/svg/add-icon/plus-line.svg b/todo list/todocopy/images/svg/add-icon/plus-line.svg deleted file mode 100644 index 9417947..0000000 --- a/todo list/todocopy/images/svg/add-icon/plus-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy/images/svg/check-mark/check-mark-line.png b/todo list/todocopy/images/svg/check-mark/check-mark-line.png deleted file mode 100644 index 468bacc..0000000 Binary files a/todo list/todocopy/images/svg/check-mark/check-mark-line.png and /dev/null differ diff --git a/todo list/todocopy/images/svg/check-mark/check-mark-line.svg b/todo list/todocopy/images/svg/check-mark/check-mark-line.svg deleted file mode 100644 index afe0e33..0000000 --- a/todo list/todocopy/images/svg/check-mark/check-mark-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.png b/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.png deleted file mode 100644 index 12c224b..0000000 Binary files a/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.png and /dev/null differ diff --git a/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.svg b/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.svg deleted file mode 100644 index 1f2addc..0000000 --- a/todo list/todocopy/images/svg/circle-arrow/angle-circle-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.png b/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.png deleted file mode 100644 index 95305e6..0000000 Binary files a/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.png and /dev/null differ diff --git a/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.svg b/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.svg deleted file mode 100644 index 2597997..0000000 --- a/todo list/todocopy/images/svg/circle-arrow/angle-circle-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/todo list/todocopy/index.html b/todo list/todocopy/index.html deleted file mode 100644 index 94a763d..0000000 --- a/todo list/todocopy/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - Todo list - - - - - - - - -
- - -
-
-
- - - -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/todo list/todocopy/script.js b/todo list/todocopy/script.js deleted file mode 100644 index adc3a93..0000000 --- a/todo list/todocopy/script.js +++ /dev/null @@ -1,745 +0,0 @@ -// Selecting the elements for DOM Manipulation -const buttonElem = document.querySelector('.button'); -const inputElem = document.querySelector('#todo'); - -//Autofocusing the input element -inputElem.focus(); - -//Setting eventlistener after the document fully loaded -buttonElem.addEventListener('click', addTasks); - -let newTaskState = 0; -let forTaskTitleName = 1; -let uniqueKey = 10000; - - -//Addition of tasks in DOM -function addTasks(e) { - - //Condition to check the user input, if not an empty string add the task - if(inputElem.value !== '') { - - //focusing the input for guiding the user to add next task - inputElem.focus(); - - //Declaration for adding new tasks - const checkBox = document.createElement('input'); - const newTask = document.createElement('li'); - const editButton = document.createElement('button'); - const removeButton = document.createElement('button'); - const divChild = document.createElement('div'); - const output = document.querySelector('.output'); - - checkBox.type = 'checkbox'; - checkBox.className = 'done'; - - newTask.appendChild(document.createTextNode(inputElem.value)); - - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - - divChild.appendChild(checkBox); - divChild.appendChild(newTask); - divChild.appendChild(editButton); - divChild.appendChild(removeButton); - - if(newTaskState === 0) { - - const listOfTask = document.createElement('div'); - const div = document.createElement('div'); - - listOfTask.className = `tasks main-${uniqueKey}`; - listOfTask.appendChild(div); - - div.className = 'task-list'; - div.appendChild(divChild); - - output.appendChild(listOfTask); - addTaskTitle(e); - - newTaskState = newTaskState + 1; - } else { - - const div = output.querySelector('.task-list'); - div.appendChild(divChild); - } - - //Making the input value to empty string - inputElem.value = ''; - - editButton.addEventListener('click', editTasks); - removeButton.addEventListener('click', removeTask); - checkBox.addEventListener('change', strikeTask); - } - - else { - error(); - } - - - //Prevent default behaviour of form element - e.preventDefault(); -} - - -//Function for adding title to output div -function addTaskTitle(e) { - - const div = document.createElement('div'); - div.className = `task-title`; - - const h3 = document.createElement('h3'); - h3.innerText = `Untitled-${forTaskTitleName}`; - - const headingDiv = document.createElement('div'); - headingDiv.className = 'task-title-heading'; - - headingDiv.appendChild(h3); - - const imgDiv = svgarrow('main-down-arrow', 'angle-circle-down.svg'); - - const editButton = document.createElement('button'); - const removeButton = document.createElement('button'); - - editButton.className = 'edit-button'; - editButton.appendChild(document.createTextNode('Edit')); - - removeButton.className = 'remove-button'; - removeButton.appendChild(document.createTextNode('Remove')); - - div.appendChild(imgDiv); - div.appendChild(headingDiv); - div.appendChild(editButton); - div.appendChild(removeButton); - - editButton.addEventListener('click', editTasksTitle); - removeButton.addEventListener('click', removeTasksTitle); - - const listOfTask = document.querySelector('.tasks'); - listOfTask.insertBefore(div, listOfTask.firstElementChild); - - addToLeftBar(e, forTaskTitleName); - forTaskTitleName = forTaskTitleName + 1; - - h3.addEventListener('click', hideTasks); - imgDiv.addEventListener('click', hideTasks); - -} - - -//error function to show error message -function error() { - //Checking for the presence of error div inside container, if so remove the error div - if(document.querySelector('.error')) { - document.querySelector('.error').parentElement.removeChild(document.querySelector('.error')); - } - - //creating and adding error prompt - const errorPrompt = document.createElement('div'); - errorPrompt.className = 'error'; - errorPrompt.innerHTML = '

Enter something that you want to finish

' - - const body = document.querySelector('.container'); - const inputDiv = document.querySelector('.input'); - body.insertBefore(errorPrompt, inputDiv); - - // Prompt will disapper after 3 seconds - setTimeout(() => { - errorPrompt.style.display = 'None'; - inputElem.focus(); - }, 3000); -} - -//This function for creating custome arrows -function svgarrow(classname, filename) { - const div = document.createElement('div'); - div.className = `${classname}`; - - const img = document.createElement('img'); - img.setAttribute('src', `images/svg/circle-arrow/${filename}`); - img.setAttribute('alt', ''); - - div.appendChild(img); - return div; -} - - -//editTaskTitle function to edit the tasks -function editTasksTitle(e) { - - let state = 1; - - const editButton = e.target; - editButton.innerHTML = 'Done'; - - const parentDiv = e.target.parentElement; - - const superParent = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + superParent.className.slice(10); - - const input = document.createElement('input'); - input.className = 'editTasksTitle'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const headingDiv = parentDiv.querySelector('.task-title-heading'); - - input.value = headingDiv.querySelector('h3').innerHTML; - const originalText = headingDiv.querySelector('h3').innerHTML; - - headingDiv.appendChild(form); - headingDiv.removeChild(headingDiv.querySelector('h3')); - - input.focus(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - console.log(sidebarHeading); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(originalText)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = originalText; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasksTitle); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const headingElem = document.createElement('h3'); - headingElem.appendChild(document.createTextNode(input.value)); - - sidebarHeading = document.body.querySelector(`.${sidebarClassName} h3`); - - sidebarHeading.innerHTML = input.value; - - headingDiv.appendChild(headingElem); - headingDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasksTitle); - } - else { - input.className = 'editTasksTitle editTasksTitle-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasksTitle); - } - } - } -} - - -function removeTasksTitle(e) { - - const superParent = e.target.parentElement.parentElement.parentElement; - const parentDiv = e.target.parentElement.parentElement; - - const sidebarClassName = 'sidebar' + parentDiv.className.slice(10); - - if(prompt('Are you sure?')) { - document.body.querySelector(`.${sidebarClassName}`).parentElement.removeChild(document.body.querySelector(`.${sidebarClassName}`), document.body.querySelector(`.${sidebarClassName}`).parentElement); - - superParent.removeChild(parentDiv); - - newTaskState = 0; - inputElem.focus(); - forTaskTitleName = forTaskTitleName - 1; - } -} - - -//editTasks function to edit the tasks -function editTasks(e) { - - let state = 1; - - const editButton = e.target; - const originalText = e.target.parentElement.querySelector('li').innerHTML; - - editButton.innerHTML = 'Done'; - - const input = document.createElement('input'); - input.className = 'editTask'; - input.setAttribute('type', 'text'); - - const form = document.createElement('form'); - form.setAttribute('action', '#'); - form.appendChild(input); - - const button = document.createElement('button'); - button.style.display = 'none'; - form.appendChild(button); - - - const parentDiv = editButton.parentElement; - const childLi = parentDiv.querySelector('li'); - - input.value = childLi.innerHTML; - - parentDiv.insertBefore(form, childLi.nextSibling); - parentDiv.removeChild(childLi); - - input.focus(); - - //eventlistener for input element - button.addEventListener('click', temp); - - function temp(e) { - - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - document.body.removeEventListener('click', temp2); - button.removeEventListener('click', temp); - editButton.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - - e.preventDefault(); - } - - document.body.addEventListener('click', temp2); - - function temp2(e) { - - if(e.target !== editButton) { - if(e.target !== input) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - else { - if(e.target.innerHTML !== 'Done') { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } else { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(originalText)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - editButton.addEventListener('click', editTasks); - } - } - } - } else if(e.target === editButton) { - if(state == 2) { - if(input.value !== '') { - const liElem = document.createElement('li'); - liElem.appendChild(document.createTextNode(input.value)); - - parentDiv.insertBefore(liElem, parentDiv.querySelector('.edit-button')); - parentDiv.removeChild(form); - - editButton.innerHTML = 'Edit'; - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - e.target.addEventListener('click', editTasks); - } - else { - input.className = 'editTask editTask-focus'; - input.focus(); - - button.removeEventListener('click', temp); - document.body.removeEventListener('click', temp2); - - button.addEventListener('click', temp); - document.body.addEventListener('click', temp2); - } - } else if(state == 1) { - state = state + 1; - e.target.removeEventListener('click', editTasks); - } - } - } -} - - -//removeTasks function to remove the task -function removeTask(e) { - e.target.parentElement.parentNode.removeChild(e.target.parentElement); -} - - -//function to strike the text when checkbox is clicked -function strikeTask(e) { - const curListElem = e.target.parentElement.querySelector('li'); - - if(e.target.checked) { - - //removing the event listener to avoid conflict - e.target.removeEventListener('change', strikeTask); - - //styling the background to light green to indicate success - curListElem.parentElement.style.backgroundColor = 'rgb(230, 255, 230)'; - curListElem.nextElementSibling.disabled = 'true'; - - //inserting the tick svg icons in place of checkbox - const checkmark = document.createElement('img'); - checkmark.className = 'checkmark'; - checkmark.setAttribute('src', 'images/svg/check-mark/check-mark-line.svg'); - checkmark.setAttribute('alt', ''); - - //inserting the tick icon - e.target.parentElement.insertBefore(checkmark, e.target.nextSibling); - - //removing the checkbox - e.target.parentElement.removeChild(e.target); - - //adding eventlistener to undo the default checkbox - checkmark.addEventListener('click', strikeTaskUndo); - } -} - - -//function strikeTaskUndo to get back the tasks to original, if user feel that they haven't completed the tasks -function strikeTaskUndo(e) { - const div = e.target.parentElement; - div.querySelector('.edit-button').disabled = false; - - const taskDivs = div.parentElement.children; - for(let i=0; i img, -.main-right-arrow > img { - width: 100%; - height: 100%; -} - -.sidebar-tasks { - width: 100%; -} - -.sidebar-tasks-statistics { - margin-left: 21px; - width: calc(100% - 25px); - margin-top: 10px; - padding-left: 4px; - border-left: 1px solid black; -} - -.sidebar-tasks-statistics div { - margin-bottom: 3px; - font-size: 14px; -} - -.sidebar-tasks-title { - width: 100%; - display: flex; -} - -.sidebar-tasks-title-h3 { - font-size: 16px; -} - -.sidebar-tasks-title-h3:hover { - cursor: pointer; -} - -.sidebar-right-arrow, -.sidebar-down-arrow { - width: 16px; - height: 16px; - margin-right: 5px; -} - -.sidebar-right-arrow > img, -.sidebar-down-arrow > img { - height: 100%; - width: 100%; -} - -.sidebar-right-arrow:hover, -.sidebar-down-arrow:hover, -.main-down-arrow:hover, -.main-right-arrow:hover { - cursor: pointer; -} - -/* Styling for scroll bars */ -.container ::-webkit-scrollbar { - position: absolute; - top: 0; - right: 0; - width: 10px; - z-index: 1; -} - -.container ::-webkit-scrollbar-thumb { - background-color: lightgrey; -} - - -/* Styling the prompt, if user enters nothing in the input field and hit click button*/ -.error { - padding: 10px; - background-color: red; - color: white; - margin-bottom: 5px; - border-radius: 5px; - text-align: center; - font-size: 16px; - width: 90%; - margin: 0 auto 10px auto; -} - - -/* Styling edit and remove button */ -.edit-button, -.remove-button, -.done-button { - height: 100%; - margin-right: 10px; - border: 0px; - background-color: white; - padding: 2px; - border-radius: 2px; -} - -.edit-button:hover, -.edit-button:focus, -.done-button:hover, -.done-button:focus { - background-color: rgba(0, 255, 0, 0.5); - color: white; - cursor: pointer; -} - -.remove-button:hover, -.remove-button:focus { - background-color: rgba(255, 0, 0, 0.5); - color: white; - cursor: pointer; -} \ No newline at end of file

7IWûVQÞVÏ.ï’R'nÏ+Ñ÷¿.ôêž(3¦}è.þUòî÷©£ê¤Ík>Ëóv]çv®ÜiÛùëÁ£¼Ê%>%=:„ìØ-¯>|{fΫIÃé.:’Û8ZÁ±öØÙNʦ…‡'±o„r“.ƒÉå[ ™ÚÝVaúÕX%èkß ‘ܳªšãæC@fÝ¢åíGÝ‚¨¶û…öyÕÁ-ÜPA¡r ø¹Æ n˜z…ÞáR`8Ö/Ü”žE¶u‘(UŽ4wúóR{\…¹òÍÿÿ7ñ©ø’oÌyÓâñ„µT  8ÙB1&dYG Þ§³ä®ÈsVëØšË9yHù3¶4¤xüauð;CÂ{šé¡:ë.dy£òºYà«I©Ð”îÏB½ZÁP<>± -c(ê 9‚º,ã9¥fÍ€iT™5ŒTQvðdÓµ¾±Æ -©’Ög• <Ы—£rçXˆ;uè©2×g©Èè­üQa¯6ª ËK‘ˆ /Çÿ/z('‚Ž¢#¼ña¡IƑDz.6Ž|DVÕøtÕ Eg«õË£Žú¥nžÚúRwŠIÁÉ+\§•?‹ -vÁnDD9†ŠŸ›î¨‹Ÿ,¦ûýkoêš3×Ä36AUÅÖÓWÜ®µæ©ÔÍ“?½+«z3iÁÉûíµÃöª(îó®lA§¯LjÉ•·¬¤¿OþôW~,=Í[¿FQúÓõl¢ÓŠmOÂCcx -{éCÇNüð¯Ð!8JBœçnôŸ‰«¦íJ}dñ¬¿¢ÕV>lHïµnö(Wë³]7v»•«ÌýÛ.¦Åoéöåî,^³ÍJ¯Ï²ŸZ?N‡2·kíHŸ:òp§eÿ]_}>¬*íVã´Ü÷ÒëïqÑó‡\ÛÁ&{­6Òç?ƒ{DñHN÷[9‹gzØuYoÖÇÔzµ—öNÐüî+kùƒ>ü åm]Zá=3ô"°›íêIX%Í*UŽþ„¬-Ábžâà¸À•ÏHÞG>æ>¶ÖÖç÷åÄ{êÖàkp„58ÆœÀSE~NX㳬Á‹]¸Ü¯BÂg{Í`²‘l$¤èÕŸR`²H6É!Ù`$‚dC‘lD$ ©FÆ—60 Ù$ˆdƒd -C|Ÿ^ß*ѵÏr ÈpcèëŒKì¸W}L[ê¡H="R„5ýŒÕ$²¡Çƒò 6ÏQñ™€a„÷íg8EJo¨ˆ&êøYÝ0y$öÐE‚“}y@“+aQâï o8‘©´:òâH°$ ðîà §ÈijF^½É8V„-UȈTåÉr&4‘ñ¢¼ì¶"Cï§Äs_U=b¶ÃÊZffw˜º<”]RTÐfx9XU•vƒ.¶å©*¤¼ƒ‡‘ ¥!«õsÙ–J;XÏhœmt÷1¡¹‚¤a®ú|Ê€jÔ}Eϔųº(ÀRà}üc)ê…ð%.T®;.Ô°§$ƒ=‡ï³ˆ³ï°éòkäšÈTÌ‘M‚ÇozU3ÍÌÎÍÝÚÃ߇¡à•â©srk(ôÿˆU2ѪWù¹…£Ô€h@ɿܻô“~NFFëC^§›ù³ðø’Ãòxo¶f”¶sÕëT¥ÖÇCCI0”f¯h¤Û÷ÖöÕƒr,/fìº1Ãn9ɽÀ„¡£ÎN ĉÉy$F¤ê)¬yX#Qª×rk7GGÂï=žw¦š K ÜV|ªÞ’(ך–Uo£«°0ÛQÌü.¾Xu:?I½k!>ãªÑC6•éƒÓÏ»'óe’ýÙ7"O5Þ\ùa«¥ýèJ+°âR0Tž’:Úí…Ò‰fW¼Q%sñƒA“uçw·j^uo3U•DòUði·DôpO…vüEW;×.©Vuºã-,‡Ã6^rµ['CYLªHâ…útòhQîí-S’á{dÎì1Û —-Ô†5st.žU…y¶©Òì0”?ñÉÄè¦ïL`yÕßð>'̤ȼÓäú®Nçô³³?ôª\<çp¬0tE%Ôņ, ýÙ5”"‰9¥Þu;6£Ý¢¾Á ƒ!¤°‡Áúév²èp¶â/j¥‹x¼]ǃÔxªPÁM>òÄ[€xMð$|nIÍ1¯YÓ––ÛírÿõMë8Uµ?‘¾jC»XÂX ¨î–˜½N¹ÏÇQE|ý°ˆÊu翃>n–֪ʻb™¡|n>ƒ;ÛÃL«ÁÀP¤0{â´tQ6q6>·’™—ŒÀ–ï_(ä“IiX±i@7õ«³í†¼þh nxÃÉSÄÛZ -ï-ö©ø R?Û}1G•SƒÏ{M綆Åzßî0O•>%Ò`ZÜœ×#ÉZÈ}gU``&ºÁàe”µ¸9ªÂŠ`aæ’¢ì4IªV Ü ¦škwÍI;±‰Y¸Ó -xÜÄ´Æ;]åmR³8ÒóM¬­A¤j' ,VÌ ÷$t¬Þ!üœü>“à™¢ Ô³Cƒè ?Ë4ÄÒZ¾ÎFì 7: ó®Ìœ?ÁfÄ“N¸Åªx`ÃÚ˜Ä[½Lžö#êè0¢©¦Oý/Zìîõ2É]ÙˆÔZÿ; ”gÀa1hÆTJ¯€“óçB§˜äÄÀ¨³r5¥jÛˆÎnÕxDùOFbNδ;³Ðì¯ -\‘$´D§M.rÚ±0|DŽ‰Âæ¿1±u–ƒÑîk¶†€¯0(½¢=]=¹¤ ;å‹ÚM¤;ì„iOì©M‚Á¥›x¹öì[×"'£_™ÌÀ4ÅrÌ%u/¥zêó¨ÒHpÝ´—Ð'ÞuÕ/6ÈkÚ+«˜åtÞ¯ŒJ§ Ðú9 ¦˜ö½«'¢xf©…U÷… ×~1nn„tb]Úˆ\ŒÚ,e±¨pCÚŠõmÖ¢]í>='È…©OÚ—²18kó„•U©k›ø©¡Pë0F MˆTôê›ÂÛþ ¯ª¹^uzB㑜·¾ÚEȽ@ã)SŒwS‚0'þºY–Ãê5ÃØNÏÆ˜¡Tè}ʘª{GÑ#Æéj4£¨ªôeo%ëìÈ30#ê3ôçšv¯[‰}™{”W÷f¢G¤‰Á»ç®V[ÝÜÂÊ*bm;…IáĽVÚó:?xÛß… Â)>¾ÞO¥ë܉ûUÁÇ\ˆp)5ø’_ÅÃÒìM-g…ÆoFz¤˜ÞI"Cîès1JÃ+í¢Ý!€íÏþ@2šÞ®Á˜¢ÖþG­Å #¢éò6×Í-èËKiŒ`‘y‘s= -~Ï£¨ йO̽D „h-˜U~wôOǧÃÈ…Ð1RgŸ>à‚‰ Y<…™YGv³·Tîµ,‚6tg.Ï䵚‚@ŸNG§.Ì= #tŠ1ŒQÂF‘sØæ^¼þœýXÀƒ&^:"·¼Ô…ö´‹fî{iºC„ „ÛÚU•0˜{]†€;ªB9é%Á KcðÁlRnIe^í7ñ,KÅã5¡#3÷pGÔpŠy-”Ì=#‚Aî{n,NQ íT/÷rÝã‘1QÚÚd;a,$¶QÐ bî Ú$‰8„ÀÜÚFû#.Ø6Žé<ÆaC¿«—£9´(f^ ±gèŒQÀñš*nâ¦_ùÎè¢Ï9LFM_ë4„ÑMμÚÏš¹hì¹´@°üñg##O˜°ƒvD~ ¸"墈0”§¹˜´@O‘ z4çž¡­DQÀaì0˜paWÓ§nŸÖ‰JØ"®ƒÉܳ,F0Ƚ@cÏÐ-fê%&¼ˆfÚò¼‹¹Îx™BvÏ…œä¶G!ÀXh{HK'%÷ˆÑ´Ù%÷hK“€ú²Š:¢¾ì{Gý¨‰3™"(a4Y¸(Ù€»yÛ\î_ài^¼.5ܼ%ô„½efÞïd®C™h"l晡½{í@m„„ -sÌ=£"h34µ ƒ¹'hK8µsÐVÈÅ(M¯@»j9™£Úä[@ó†òz± -Ø’˜}l#˜OÖEÎö(mÞ±×Ñ „q.( ’¼Dd7¾v.‹¹hì,QÀ”õž¾<÷RÁn^v¯EFC;öÂÊbî{nZ m 5•–_/ç©ý±À¿½¢„ÇA0÷m@.FizÈy{ç1Í+uÆ}WÁ™oÙçÖ¨Ác¨˜/Î¥'›Ù—¢56òa6S¼›1úPrÕfîµ0‚–†”¾jëd½{¢m¯ˆ -yhìÚØ˜‡Ù’âùQ£û$Ó&¯Å÷¸z;ôªê}æ¹`e“¾Y¥<>sVH7ø$Üž¸¬z{ôªê­D›EØÿ„}ìkYD_ŸÑ¹dª+…Ý(röãG»%ß×"]DG6g†4ö)cóAn½–™‡±¾¢v˜²ûŸ~AS«¹Á2µmÀÛ €2'뿳…@röXâ2D½\Ïn¼ÈÉŸd)“³-1¼ü@Yl£_"~Š˜æh­ºÏ”±/°NÔr)TàÄ–2I=¶Íš¯QK¨‹0†×–9X÷,Ä’2t E³Ïår³Î¢T:ÊZP£·P¡"‡"hÚÉ[4 ®C­T–+z=†œmâ%¡‰^ZJ¥ÕÔ *F4 Ëò6Œ:·%©m#h)_Ö`î—“¡ÔìˆöÁýÁ1Î4“;ÍX;ü,Âe¬S®zuì“{öо—ö€aJ Ö¶;…KÒ×NSžU -Œ»åÕ×ôƒjïµ$ SpÖÔV–ºÝ)ă›/Dò‹œƒh%¬Ä·eŸ.79” ÜÊsŽ3S¢8ˆW"I<ü³Ì9 -èaT‘Y'Î D(ƒüAû°›sL66‘{DÆ„râF’³Ôš}³š¶Q• yÓ ­$ÚÝ`㢺ê`7’ÊÖò¬èÄÄŒ™†=ÄR)_# eÁªØ‚ÀŽ×šöøæÌ¶›¡òdw¤ömrÁn#ßòeu ‚'vð¶?a¤DZ -ðÂz¡"#ÞÍ3RY”ØÝ=ц‚>ZŒ9hòEÙ ’ÐiI½¾&¯Ô„ZðF”vºA*4Ô‰s¶–sd\!–JŠPGD´À/÷òŒ´Ô1?¤iJ‰Ⱦ@s/`« ‹{0ñ6¸NšEâ=½c0Ò¿`AZqt’²¯7L™!°îyf3^Ÿòʽ@s/Ê -aŽwËô‘ê -•5ÒÅ ¸õE>°¢›––ð­"{‹Íï_i…i¯CœTtĶR¥@² ä_ ¹e@˜†2Qªw(l‰-nØzv†»àirœè.[_,bÈU†Ù¢çÉE"ŽäV8>ÀG~ÿµûÄóï^¾üñã÷þüôËo/ïŠèŸ\þ½>}ùàé§/¿ÿäû¯ž_owdó9—Ç×ÿ~ùõs—O¯/®¯¯Ä·ëíÕão?‹»ÍlßúzÅŸÿÝyúâÁËÿÿàŸ¬9È,Ýûïößàÿþ}{ðòoOø_ëÍ3µÿârçíËçwžÜùóv}}çù_kÿ8ÿ;&ulòg3þZ«kÞÉɦխ}Ù¶ºØ8¡°ºÙá´b‡ÔÏ”ÞÛà!yßùLXjÆÇ“ÓçLbW'=Õ‹œ]Ó8ÿÇU§YKöAPRÚiªú÷Om{4-oÔöŒ2p±Á\j÷n®‚¬úÿDéM¿êÕg0äs¤;ËþéÙ–íbWöOüÿöZI{Y3/\CðŠI‹4Fãe=l CmþÃtŒÆÐ4D’ôÞ}~½vø¿ÆsΨÚQbr–™3 -Ђ*‰”Ô~;ªBPßk=Aûg6ÉW3WTÀ`dûÃ`lõÿ-ÕħVÒÌ­`y2åûÕÎÃð»qÛqð Ž}U䈋å§OE*ÎCÓ[/÷˜`T§¤d4î¬Fv )M Õl°õr“õ+èXu퉨hþ²wäC­|RB5àA^ÊÓØkäK›ÈpoŠGǪYæb@哘”´¥ÏëN\ÿ¨Š:E‹Îô&«áÊÊåÂi'® -íšÑ¼’ÂÒ²ê|ÝÒcø¨Îg”4è»…sÒÿ®¾{â -š0»%åùÔÉàhâ<é:æpˆµC-m?Î|#ÎhÛ‘`Â{–'…FÈ3Ÿ˜FbÅžëï" n=“Ñâ2*º%Ó!ϼ©_¹z =¨×s ßq,K»€=žtöÿTL1RÓi@·(p¶¶ËÿΘԳ½>Jy_â¦zøìÃ…ó>pIdzê8Ô*:˜VÌ/yMÂ@aœ¤éÉš  \5ÿ¾¼Î°E­ssR?þ•âdÀÕ>îþ7’é&ø!tVä´?Õ¹h‹ÛlÜzoɱbÔÚhüåoUl¤j4³Ëâœ:_,±#í’}íùËöCõ`ìÇ`å±JÆÿøÍÀõ/*T|¤6±EÆöŒmíGÈe9j¾øqýòwæCÐsÝqÔ&P˜vwÄæzj¹%¯Úf1yWJÓÑ’N´.:š—‡/_TJS>5+ êø+.Ràìá’^è˜f7á¥øW¿&Æ4ëhV8ºì¬ïYè¢4Wdè]ÏÙ¹Þ© -]ÓÛj!wñÙï5rn«ëè¼WÿEá QqÃÞ–ßâ :´¼qaW,x³°ª} Áä§L¿/u.+,½„&¦ÊHùò’³±C•†š™tQ rIYÕ•X^.K­‚–7ÖѦú© -b&uÄ1w¬ˆdÔ¨Èxß|1 -Wcfì<¬Q‘t¢ý.Úºô’ùØŽ[çbý¶¾ÎJë\µ¼¦è+ .,€¾‹.¬Þ+Ä#ìÆ+áÃöSßâ+Kâ…Z?Wý"½ÉýFJjëã8fi)ÕÿaR«¢‚ơ˗Xl¯&k¨˜Ð‘¼ä¼ÔÖÇË Ó¤’ˆŠ?O€êþ³4óšÂãlŽkïû¢Õ4DÔ²AAt³2]幕·ÂU_!3ÛtÝÙ`nUŠeøëP«Ê<ßréþ9°¨ÛÚú - [;:¢]àCv./Ïlc®¥Žn¼¿3L±,A-é=0˜3e6•\¹K°êTBÇÍâ:¶"@,7•p]|ø ª¢®O‘“¨ôLäUÉë+uà®ì×30;Zbø°Ï8¬T²À ZW=ádÙÉÚÉ£¾°œ[Ì®x]0ãŠx´4Ý$ÌÑÜÜ‚+KiÖ” [)œ™ýfjfóKÉ -7íËb» 3©#.¡©ªšÃGdVL^žžq©tÜ×à³8?|ã³´¶† -¢&u¥’±H jC¾ÂÄâòTiØ{è+AÔú 1®^¨ÉŒ_²ÍW—Ô“îX ´ÃEz¾>±±Ät”ªàf8œ›*óx9Çàb ¿¾›Ìt•.‚¤t¤ÛÈ+:¿—Š -˜<»H·†Zðgƒ—• 8»zk}™V”x•JOŠ€:?ôã³´öÒKY^†[O-tk!]ÿ–GfÝo9®Oܸˆ_:ÚA,›:^n?;<Ü¢j¡›¿~$ ]I¸d@¤ÁsZWn˜«Læ|å·`œ:À¸2w­¯vDkÓ‚ ˪ü@ýØþ楌j¿ãªo*CåÞÔ?Ȧu°ƒpÌØoJd¤”x['=#çÕ$û¨=¯a²R’[æÄ‘Žuçc·Ûç:AŒÛhŸ>'^n¿aRw©šD%Sž]Ö¬´”“JGKôî&¤$o5h2?Ë.În}’C¡duzâŠ$¥åõíw—1ÜRkG³MZ"„Åv»¼‹u!¯––¡3¶ÓGfÄ,f¿\¬µÖsfÛËɲ•–'g8éhHÿ3ˆáåÁË¡R¬´6 ]EÊ\ÆÊ¬i™n¢¦o^Bß‚¼¤R,Ø‚[R–Ø wsEÇ¥ ¢³/ù‡Šq+KQ“·ÖZèåcÅp¡,[®åTc§ìŤ ‡pë,’ ž×åaÿ°sÄZk¡'Ýëh!Èï÷ÍßýæBÒå°¦DÇ€s 6¢'<õ6p°Ìyúîº{l7:ú,G¢m@Ë‚:µ+r¤H ˆÌˆ ÆRç ×It(ˆbˆYJ<îpK­Mv³8…sˆ?oÙÄü?àìÈ”8ÿ¥ð¶Þ¨;ÚÚjp õ¶¬‹.èDDN:!é¿íÓoéN¤È—OÞ[rúnìõ 4¾•¢“ì]—b‘µáܦTËY~æÍJÛ|åïÄZ…nF–ò’'à-ÕÁˆu€ÿEÙ_ÚÆiÞÖ9Âù'ÐÑVÒY†È½Ü…$”“¬à5y’èDvk4ú’Á9»Ke¢g¼5¤0eÉwÚ&+´Â6:D^ lR¶©ÀœU}Úè´CvNÖàÇQ^Júüu˜ýq)ÔIoÚ:k@qÄtì¦WÀ63ttyÓV´&;ÚI^(hÛP‹j>YˆX,ªÊËÌå 16Z™ˆ€ï¡ûáË}¥’@ ¢Út š7Zo°Érî(|£™Î(7¢tœÈîÄ¢un'šZS7¡åÈ•RõS˜FBx¥t^ÆtFzБ¨ò—Å/…EL2¤—ÁõaôüÓ%¤cé¤f¬«äÎÑ :ºÐLqÀã:ËëŒòßÕIB œ_ìöáe3B™ª Rœ+¢ýÒö2‰i˜¯Ó0-÷Æ?¿ý£rù½”¹*âH qº(»uX¨Pä5N*ø\ì¤$kD˜çR‰ JdkîÐæu¡”æÒá:³»RÒM;+Ñè†Â²ò VÌÃÁ/…9m“{D北dØ]}=ýªÈœî†Ã$yB/"“£¶€#PѬlú'r¡”Ñ@ê \·Ù=hIÝY" ó$”CM ¼”²kÝw»0½(dÄÄÇr`gOÀafîþŸW_°ÙI>q v€Õ],º¸î ²À÷Á¶öÌÑ8xùëù½´ƒÅê>ù–®ÃjåJ!äÿ)̘3Ɇ¯Ã˜Ü5/Í,;öBø±ÐEM*',¶«­ÄKÌœáÜ–PÜ¿ã¾vrI%P­ŒÃX#ætÜDÎ*vUØÚt!»×;UªÆU!´y몜— bjëUHü'AE7SOœE¾'N #¨¦ÞÄ}¡¨ÝVj€\¬®v7»ôÆáá p”ÑÉXñC×oóFí¾ ¥?˜ñ3gUõ@é™r˵·®¢;FÏ„ì2ÔÜ•õ¦BŸ€aè´êò—ÖoÒ֛ÚÙÈ@î‘U¥ËÎÙUªMyÙ_K{á€bh¾|Q/ôJí5ÛRHÁrJ劉qýD-,º¨2Vݹ ÿë‹Û_µlײñuˆ¬ŠÑ|?UêÒÆéŽì^ˆE™3™;r-WçÍhý†â§3Ð¥¶Z+!Œ§Üÿßl KÊ‚èIe(NÊc]Ãb, ýn48?Nè-.cY;—ë ›l÷ºmިʕæ¸4ˆÐµuÕƒ­"%ÔÆù*¨(ÉÊ6Ú¢g7vŒ™*Tb™À›#{c™@+}ÅkéÙe*{.¢ãݬ'Ô÷?!ÝhT‡–Gf¬3GTfœNØ]Á8pu¨ -«adna…Uù®Éó‘>aúô¤v¨Ä,cõÁEUÄœ=å ,WƒèUPŽ6{¯ˆMΖHc9¯7Lú”ú ôÆYÏè }PRÇbÃx5Ýÿ;³F‚zúyoþ²Ð¦0`#áÄ]¶PJÅë,;±‚K#ØjÞ,ÎwøjÛ«ÍGÌøãe¡Cˆ¥˜¶c]“ ]·(hܬAÝ({„…‡æ€ìÇA`rBþZÌü<ã›Î2óª ž=ó‡E{Áe†C”/ïVMnºZb’XÔµCë’Å â1üJÎ -n'#Ø$nÌ-öG§Ú°eÎïKuLŸ'+2[H+Ýá`)šŸO¨¢‹:ÁNÛ×ÊHDáxÒQÓÕ׆ÑÕØ€a³Ñš“2tÍœï :Òò xµ9'8uPWœC¿ü9båU÷œë®dª)ýÎÕ#êê>ÈŒÈLšqEìðw¨æ–Î瓳d'õB÷¢¹nÅÛˆËZëÙ8&2œüÃ*NÑâÖmÚE‰MNöÕŽùPÚ2*è],üÖh(!¡®ä’µ=jb+w›‚2°CsÁã<&Y’6­çŦ牮Âõ¸iCW#õFÅ„•3®‹¹o1âÉÕ»~·†v0 ésbJ|H𤋶d ¤ÕòøÉÈ–%¨ …ŽhJ 8‹ºqá&A]ã~Tu¸gÃÝ ™aï~`Xèj–Ï5ÒG9¸."(µ‚¯j“XhpÒŽ˜ÙjJÅ-[;ߥ½uÃ×€Ó³Á%ø}/Fܨ ½H³d(QŸ£m0w¸6Œ0»×U«Ò¼¦ȱrÚ*®c„·‘—áLz¶u½ó!­4œy«£?¨¡LöVS¦ki¬ÁLOC¡AJá+vªœ -±¾lYrSÚúš -švˆ‹ÖÿjØç´Ô¡zpw9)ãfÓ‡ôð~Þź»z2ï˜5;ýª`ž†¨Q3:ãþªP6¦ëÂvîu¡×ÔÀÜT4K: ¢âæ¬áØX-Œª9 ޛӭÐ<¸£tâHA§½Ë¶( ·?Ò@]Zé6:©7b#ÄÑÜ-$qØ´Š{¹¹¾Ëøy…½÷¸Ý53wí©„&/K¨œ§¼æÖE§ W+/»îI‚]±Íôæ(`W·‚Âì]|ç\,µ/vÑyO¼ß˱Óåµ·öÜi²0ÒÎP“, -·®òô€ž[n\¥2ÆR÷4ø¹=ª»´Ž®ƒj}ò²‡Š9³«ÃÉÙ¹—ù:(ùhØCÙ(môF¬ÞÍfÙLTn¨W›8§b·~¬hZþ°òúþù#õvï2£[̃’O1+‰”!¯Äµ¯zF×¢ÁŤþlsµà³ôר*9®wýWÑòx?9Ó;®<]¡äéQÎQºXîsíÞÌq"ÜqDhê¶¶…¦¥ÙÖl†Oï!w/Œ¼—0Y³†%j¦úÞÜu ±B\ß¾}$3–!;|¨ÏT766г1·Íy.LÂÑ«Fa)Úf èê>lõr¼äÄBqrŠâN‡ ›œuµE„­ÓLP¶Ô¨ÄÀäTÁï Ãø îÍPfR‰KAœ©¼" ÷ªÓ‡W³“MtOÜIKx h`鿦!œÁ¾ÐCTW'ý¸.ˆ·ð´.Q=]mÄ£«1~nÚù"§± -V´û¦?&…ÆXërWå+j®Å{s·ÓÅjq Î -²tP> ^…0³×tw†ÀãçTydƒó.î—Y–mœ3þz€¡v”t6áAè¹2å·ðIC¯ï"Wk3Æ?Á€ ¦Cnv7žrâü(íjþbP›?63BåßG^ôNð&·¿Â¾K ¶¸Ü«ccCÊA’—3ÛÙþåóûú*/v¿Óß°¸WmƒÚúØèŠÉyj>Î~b,ñ…,A夶ªÓ *påêŒo†ß@Ñ1}#¸‹Ïq íInb¨&&)#vq– –X¬ØŒžsã`‡SJ¦¥`Œ›(›aî{¶íaŠïY`‹U¨wEÄEÇ`gÖ'@ŸieÉR¢&½TDç0 -˜åä6â­Q¢Ï´÷:9îÜh¼¨CÍ'ÇQl0¶¨ÅÊ6•Ìø$Fð×g)Õ½9½3[r3'|ÞžTs¹w„Y}¥hsÊê\$…KgN,‹ó‡Ùf̲,yJí u´„À‚ü2æ„\Ùýé -Gdp=Úœkp7´ ˜\”´#Öº‰TÚ>§?]ãhÓ¹gITê„v5?v8LŠÂÎ給š§èCƒ)‹R‚6£ôÉG_ÿ©ìcÏ©(šR7tÃUãìüy'"Á×ÀÎd‡¸œWp Jvþ¼ÓxŠëóZ á -X™ÈfIRy†íþXE8ºÊp¨ÕLZ0nª·ÅUÍ3S¡mû~·™óHšÁÊM»4Õ>yMi¢oãœDr„<-¾…“òQ†-GM2|ù¶=’¦àB.6,“ ˜à¹’—ó3%ºô yçÇRF|Í,AF¨Š9†¹gqK“–`¦îšÍÀV‹~»EEóÞÛàz0 §#þ?»º+¼Qʾ¨<[¾àŒË sÏ#|efƒ+\nãÞxçù©&ø¹!(_ÓXÃ/› ‘·ÔTvíYU‘äyÒ|}s -4ŽÆ”cð¢ò‚{!êX[þÉ`0¸æm«sȘn±¯3º{ë]éžÜõqM¥XyÛMfÕ ÓüˆS†kËC>§nçéhW%æ%&)ö¶Ç“ÞWÀu¨ÒU¹$ŽJ£B¿I±(ç& .CŒÍqtH ’¢ ¥ o¸¡#ÌÐåꚟ£ 'æ@ ÙIÁI9veH: Ö%œmº‡~y«Â+èh.uÙëä’´áFÐuDɹ©XËò´úŽ Â÷þè¸oÁ”.C§×ŸK'µ¾ÈÛ±µ|  CÉv«­B÷Fߨ{L°ò‘Œ‚Nû£&Œ¡Æw–´¾› -Š‚éd$Ùe«,.ü „ýÀZŠ_½<½¾£BïðÃ^E(œš`Gñ¶ËÏÇ:Õ¸sN­áÓ£ù39C‹QRjðÚâ¥Lïò4ûzc+[ƒeL㵕䗎‡$†Í´ÝéýN[‡±tXÁVlr^Ig"m´'€©ö©¹Õ_•yɽ‹2s…ݜ󶀢ò½¬ªÛÞ}Ó’_Ñæ_‰ß»ŒÏvØ$íÂöÝàAm~oÖI^ïQ=†Z¨bÅÞIÝ%vòœwö@hÓÙ$õ.àÀQ”]—¿å\L¢ra°t8k {Õ•<–£ME®µ3Ø4´Ù˜˜|˜öÍÎíxqN^¡oojŠ+'†ÃêD¡'H›ÖR†à ¾Ë´ 1=…;F™Œ¡ŒýÙ,Aöˆ–݉Ô"D<&m.BùåT3jz>v>Æ¡Fâ6ªÝ€OѶ{G/§5(‹ÜY‚Üá]I YçhHZ•Zc¤c>m/¯q>L]&uédè2µsÎ&iWSÈd>ôà÷†sï\š>°æM}û…ßèÅ&Ñûw0ˆ®Æª{=KŠ’Ù»Ó4r6Èo²¦ºÖîÓÉc3 ÓgX§‘Êì¦+Îà}Æ‘PB â(¹B'T‚*M÷±±Ùщ##%@æ7tòwntç²ÜVØí3êlFUJ¦{›òÎ’£tISð´›0Å&F^¶¸Ú±¥•£ºeÔ´ñ•$AÛlèüæ÷+Ó÷=¨Ã¶¦‹“—µ+`çw¯{†+yLÇ8ÂósyŽÜw%Õ¥6•–¥öÍ*9Î&¸[°5j]Ù¶æ›ÙñŽ& ž]:úʹ³¶¬)wGÃC%n\›J–:K†’G64¾°ì'cYØL變gåÙ”ÒŽ¢é5ayŸnS¢Ë!Ä5zyU•³î¤n_1ÈL¬5¢ä´ª?±­)usÜ~|W•~œ€¢m|Zȇie ¤6~ÚÀ—n¥8/´¶•Ìnr=³¦Î_‰-âÈ çÉá*Óá%*dgÔ=´‚nbl´¹)—QœP5VÓ-.¡ayi#Ééo9Es½w©s3’ÁÑXÿco®-"µ0Úñ“ŒP5„]ß°¸›GäÅNv啣ޡe–DÖfJç…Îcvnsª,9Q¹®èó“NâÁÂÉX¬lͼÖ:vì¼ÍœÈ  cR÷¤`z&¬€5¤Þ½ ¡“\#º­¦‡`̈́ޫ¸ÎÛÍÕQضˆ€ÏO^•Ž|´•þÈ|¨¥4[ÐÐIVh_É„ ÎöõëíëI½±`#ÎáxÕ1[œ‘k“¶xÐʽRè´®Þå‡vp£Hv³èº!‚;j 0{%¨;|3^/¸š6ø‰ÀóáodAùéÅIK(Q§ &dIOr‡N)d°¡säîðÖ ËMg¸­w­ÆJ!^BϽ¸uŠêä™lë`»H~V¥%'¸Nëÿù3áî®ÐÛ0öU~KNP2ê¾£-Ç¥B]Dówë=½Ö¶Ð… ‹*„1Õ´ ÏÑœ -K…Rä ½Ñv=8FW°èt\Í„Ž–naW­=¦#ï•´ÐÒÜ:ËÎ6ˆ¢#äêˆ7çLV×瘠î{¤¾¾iÄms® N8@aøÄTåಠrÌÉ’ŸtHM"gm}ÂF¹"¸“¯³™«P³Ÿ@!Ӏȅ nk,LàâºRýY°BL´»\1Ìñ4 Ÿj#‹Ò=«2C±Xß–¢î)G¹*äÛƒ6¹ üzO‘[ër¥Ã¾fñ/fm‡#NËå´s—†Ùd{ëQæ](Žm(Iœ锦ë Íò]#Nº¢lZ¯ñ2Ãs°R¡¡X›Ì#áDP«eìBw‡vdQU™$RÛ7w ÅtN¸Frà’‡I’´¢<|ñ´Sh'ùR=Î=û¿Üùßÿö4 ¿àÓþã?žþüíÛ<½~ùø|ÿx||þúÉùþþB½w{úõËëËçïæ‹<ýçã·ÇÇxë×/_ÿõ—/·ô¹Ö~è?ßãùíññýýóß«Îû*\“Ò·yúíñöþòñüòãÏOdÆ_µïñôòããí¹ýüå×·Ç·2cÓê©÷WL¾"*¼ééÇ·¯¹ÞíõåëûçËÁÑ}ˆXó}žÿúüöøíñüõËo˜÷aãõ]^_¾½½ùãåûë—â Ïß~¾6ŠÄù¢ü]¾ÓÛûË?ŸÜ{o?^~}|¼þØrÐçŸ~xüöòëãËùÆ_ßV¾v)⥞~À}¼ø“þ¡~zùxûÿ—ï?½üøüÃËëû¯ïŸï{¶Ÿzaýèé—ïÞoþõùŸ7®½óçO_~ÿþòñSîEé÷Ÿ~}ÿáñüø××ÇëçËÇë¿WF/Æoðî�|!?øÇ¯_¾þöøø4"^"ÓSñc™ÿkýâÿf¤lÌ3o®l¼k‹Åflâý0怔.#/¸²>‡;¤ÈÆñ§Ì³o2Fr^•}d>»Âë!Ÿ‡tõ<¤ÓóÎO¥ýÌ7©A¡u¾Ö {º@^Èìè¿·ŒLJlBCÄýšç²˜¯]ïuiÛGÿÿ€Xâ«ùUkýbgf£;û‡¢ù]hñ݉HAâ%ÿû•~RFS÷©?R Ea6îžÝa ú¡ËŠvuï¹YúÝžM­lîÙ5LÉ^üWPB x¯g{O*WuÛY¤ùÈÐ Ò/6ù3Iº{÷L©Š‡>tcé?:èt­t­ƒt­Ct­#èZGÒµŽ¢kM×:†®s,‰Ou•Fõ„±<Xܯvôuÿ}¸¡æõgüy2y|ãŸGd&T}¡œ‰tG¨£ø5¿¶YFÊ¥nñóžG»ž‡)=’&€’‚êÑ\ r%Š?‰/õä¡ÊîŽd€À -±Ã¥Dº™€Jú@‚ãÏi—÷+5itFy8†ØQb8WQýgÛ'}AËbˆåË£®@@Ô å)¸42׿ÜÚ³š {RÀâÕ(þäjÓÒYj J£†FªéÎm -e~cÜ Å@£"±—‘TzT¤Æ¤LR'™Òª0©ê#¡!_-½øµnÙrY"®4S£¢ª¬¤Z&¡Ü! Cv#\ù6Æ"2+S½– iõp‘tæò8_Iµ>6khÖ{ä£ÿ®Døf &T€vƒì“‚žÅ_…EÄq©Y[c°ÆN• Iž(Ü¡F4”Ð6Kp]ÏJ%ÀTã“ȱ(ˆ(qqàf¸jaMÊ58£üꔻ⨚ûÓ±„RI·‹ÄH§7-ªpàŒÙGž MÑ*ûƒ¥µ“ˆ9œé ¤Å”ÿµdrÿÍ¥rùª›ØÃEœK6,ïŸCu*…[¬Q–©_¯¢$—¥*²Ìtõá¨-ÏÔ3ØÕ` -VÂ]`+FFtgç[ i¥†Àüà !ô•˜|Ôá=6¨-ÃÚD/t‚IùÈ Êò¸ÔÙ2dè)Τ·hââúm¬Èná’k¸ú¥Í…)W,uL|ö\PÁHRyÄ0éêRF˜?†”q3øô½µ¥åJå)À(5z‘%J×Ó™r9–Q1ÙxQ¤vï–ÈÁ\·Î§[¶&,i°v†Lz(P9¨Ê®JHŽ1+_iÓbQI. ô©Ne4,0 ªƒ(Y±tž'ƒò—r"Aî›îõmZP±Ñe¤ÇëÌ(³™5¤þ ®Ú€*NP‰Œ‚;Ê“kƒOÌk£²g7—(™e€š’®aˆ¶dÀ¬!°8whÜŒäÒ4_œÆñàPàIÔ×±b•°È<í“J@Çî.ÛÖ䂹«"A§ ¶ÃH_¹Ì„,ŽXæËrúqÓILa ©8 f -¥ßÔÄÆd²T­º¬ë(8ÙÀùPÂlI&ÃjAOTJ(¡ë@ëËäFhÄX•çKåat7åÔü3¦ÙÕØÃf\r@qíI‹å×D^I÷r94Ÿ¬ÿ?` È¥8Ì™/ÓÛ¡{Â*W N&«îæ«ÆQpâ¼çI#döçLŒ%G,‰ðU8\W)O Ï»ý­Ûì)Ï!.9Äjzq‚´ÊLЙ<Š!ùW¾!‰;8ˆŒ#ÄuO%-Á,o¸:[8Œâ¿øì´´Ôîx@¥´pжÔ> ‰9¥m.m °©V…OHÑjÖË8ÛŠ&È8TŸ¥¸šv+߸ ¢³Ì»©;™Ùk†tÚ˜ö²h"Ætá² ¹”ëÞ)ÿ64;Û×-d3YÇ”·Èö;AÛÃ8H¡¤&1a /ÍTs® -³SÇŽÞ'—†™T#ìW.×*‹L–Hä´ÃC6ì(©å[»8Žjy–\ŠÝ¸®q¦²ð4äªy#©å0"_ñŲÍ&+ó2üzƒdb(zðFäĘ|¹±£w &‡E»±ÜEòNqÛ9J.]981àû€2®…yø’©rÅøá¨ƒºÔuåy:!ûÊšU›C(u¬Ôn¨š&€6Äû|Ó›Û]ôØJŽq†ï[c[ÖðÝÌ.OZ®â½Á0æ°’’3ìEÄÏ·âÁQ¬7|Ã\Ñ8ù­m¬Ûxò`ô.²s­abw©úb,X=GËOZn'ÇÁ²+á}þ ΃þokƒ”L­Óʴ˰DüG èf«vž.í1xŠc×.ŸˆZK–Y$LAù Í8Ñ,YŠcS»*pº.ë̶Õy"I™“(Kîð(Ùÿb2vÑM2ªã`Ï–ÒN-ÁiNWûK#pÉ¥)Sv©`ZçCž º>Ó•L(<&Ý[†”º1qrcPëè<ÖÄ8ªÌÙ0¡ë3=Â)Á‘ãâbsv1æ–c—cLœ_I2‹eŽ¢ÕL<ª¥¾`’Ó³P‰p+RzÎ.àã7™kî1^TŒ,ÛÚß Ê¶’µ"beã -¹²«Q|XéVCØþ²Î -süí~´¹ØrA£7­Q–¿ˆº‡”^Œ ¾»dD¯gB§7lñŒ•`BÓÉÑZ³Œ§»$ç¢ .Âÿv$[Þ^oyHYOÇ–EÑÌY1j’©»7ã>Šû#VRY'^0¡UÍëì:©G[ôßx¤R7ðàÆI¥ -Ž-ÆÖ,‹H,ó(¿x†ä1§fɆ°°<ìÄ á'Ó¬ŠK8ØÀ²Ú¥ß=ºÉ£ŠeÓÎYÎCJž„‹®< ,š 8K?ˆTSx–¾\’•RØWÊϔثäˆ%¶ð,[$ö«d] ͧ­hëb/µ$3š GyÄÀé&Ú®Sn^)MÚqËõPªÐdà£ÖŒ_s‘Ó3æw‹H+´]Do·˜Û¯R!Ë7Õv‹f¿Q*p8S!,1rV1ƒhŒ!ÀX -Žç•Þ´uÔMpq\U Cù åU…’+–Ï8“~É…$nšÉäΤ[Þ©‚ÏQæ«d¨eÆ?m·ˆà>yÓ™DîÙP{g‚¿®`Œv'd”iF±¥ql{íŒÅ«Ã”Ç ôŠDQ£8"zeR™á/¸”àu–,ÎÝÑŹ¡²QgÆVv©´Šs t[i1‰•dNHšý¥ey’é, Á›) - -Vjõ—TŠS±DÁ¢FñÉ’|J¶®ï`O°¯31ä‘T“?CZÚ蟅îûN_îÏçÇ'úsNÿº{¼üövß|½¿~ûòçOÈ•O•âsñ­~àérÜÞ¯_êev¾8}=.×óíéüñ—àÍlÓÿÿèóÇãòTùtÿr9Þ>ÕÛš"Þæ3í¿@›w_;}¼¼>oßõ|~½>Î? ·!7"²ü“Óñóñv|=ž^ïß·¯³òý¾øFçùüv¹Þ¿ŸßŸ(_yzûýý³‹oü]—ëù¯ã!?ðv|?9nÏW¤å¡üݧÇ×ó—ãçúðóñöûòò1‰ùE§7ø5É>À¿ôr¾]~œß_®·OÎÏ×/×ÇUñ‹l÷Ûørÿ¾¿þåé¯ã"tßÿx¹{?ߦ/?§ü¾\?OÇÏ×ãùq¾=? o­0|ć߾ž’?ýýørýzÜ› oq«}¾|9?Ù?ÿÙ”õzõé¬ñÙÇñþ¨a¢Ÿ~ÃK¿ÙßÁÍß~‡¯~»]?öœ^ûë—ã·ÿç5Ëײh÷÷ ¤õ®\-úôÀ×·¥–8ÖÁ=OÈò-¢@Ä`_ýLv‰¦ÏÕ¤âùÞTôMWÇ„!©ÏöEïÄ¿^œ)ZÄ›>Mü¬noyz -v¸¢®i‡òܱ©ðÍO-c'õ%Ãß²ÀeÏàõô+Ýw"ÆFäbìIŒí±HOÁ'òŒà1¨Ë¸Y5û€çEë–M›Þ9Dà¦ë·5îxUG!Œ?ÍUë+Zîóýjáå»›ž[/ikâ…Ê=CųÿQY«£¨‹±sÌS°¥“~¯Í^Äyß¼à­.3/C0Ÿ.ž¹He't†a¼×èCô•Ëßå’žmÀô1e÷Xaõë»xù¯t\†d³ìâìö¸ˆøz«k¹é´X¨¸ù§õ6ˆ»µDÈèþ}¤)…ú«8 -¡J`­àX’(Ëð?>¾dØDÌ<ö~ n#Õϯ¼t^Ùï,,¹3@T_ð:7£yhg`É·•ŒQèEdæòl©Zí"©Òò[ùõÄ* mN ‹÷uzá÷™ªp‚Z"\ú"gËYÓÐñæƒ–ÜØmÙ®Vž8-®?<×½jÕ»ú•¨“gºýÄëýýú¸~?Ü[ªÈʯ¤ÿKoubÇL¿€£Þ†¢6ÃOçZ7q&Mºê?Þò3ë@¦u=7„ã%ë4a[©‡8þtæòȇýŠFüºEWŽÜKÙÑÅË•7Ã=¼W²Þ9a™uÁ",Ö@ÕïUXUk²DbL²*î;2¼›¨Ü;L‘ËRO̼ÙGÌ›áYd@¢Ÿ\Ĭ8NΧ@¸´8¾6V­™A[zT:,9×í×­K˜gÝ1 LÞÄâ}êô*}—[ˆï¬¤¡×o—¹Æ¹ÛJDœÉ& ¢ E`Æ}·Œ+W£É¨iûC͘·¼½Ð¤0è(z=‚aÄ" P¤SÍ´,ñ›â³`½ç¾ÆÝMXî™q3Hêffàª]¼Ì;F,r€ÁŒ²Ö/¯=¶Ãµp‘~mi¨÷ò$Y—L‡«`D½ð¨ËÒÜ88Žîg­ƒWaý%Æœ+4e·öeV=#_·<Š_ÅDz.¡ßIÈc¸ õ޶2±ýre¢®J;f`Ëf¤)Ý{`å¼p æÜÁ´ÅÖF!è-rbäF”¦™V¼²÷_¶UCŒß7;O}ûy¯Ñe˜'!ÕD¦Õ³s^1í¬Ï{…,2ÛJ†«¢÷ôýíe<«ÏA•´”p˜"r -Œ @®£‰|§ºÛ˜Zéƒs±¥)f1¹ìÂmelÀ Ò“(«îm…Ž‚ˆ߭˜Ql 1éƒÄÜS¬­¬Û«ÓR‘vŸÆƒ¥Ï›X2ÓÚbŠ,ÕØ˜lË—,žjñÊvl+uÄd§ü<`K•o}ÌènMGQŸ8­ :(,6ZÖÿ ªNŸx¿Jö3+©—- $¥œR#ÉH6jåî°=ÊyÓo5¬Ã‘жõÿ¯=ª¾s¨¾sXå\®ÎÕ´àÔ­\¡^£™F› ‹E‡_oUÂIÏ‘¹¾ºçØMx6!>ÿå¸ÔÆ ¯C’‹È.-}u é¥$Ztשû*Lˆc¸·’ú=)Ûr6cÌ—áÙ4mÅËrp–›„‘ó>-ÊÊÛ ûiÒ NpŸ¹î¼C«¨ö<¾®D,.;&0¼%¯/äµP¹^OGÆÛ‰ó= ôöõ¨?ý«“CoTÅê|hO>'!ãž÷*¸Ï>WŠÇPܶ€ÓgßQŒÎ\äPróIñ¡uáî„‚ÊýêF7c;q{ãü–[fŵD£”™,¦•ŠúM’3V÷(VH!&ߤ þ°]†5i>†"r€­'›‹'w«ŠNŽô^ “ÆÆ4œT ½Á¸Ï¼ñe)6:UÉ#e_â,¸RL-Ûm=8¬Áéa#ñ¢e×0‘jùÈÎ2€¥"¡2eÙ­ŠŠöu Šƒ~¶Õ>—ñ¿Ê¼¶7 Va睊èFwæÀ:¦‰²ykð×+G¾…L>„Æ;êâ—e¥ü¸ÐŸ”YE›Wäx²‰×7Û‚´…×X¯X£Ì» ebÏ*dà¸"‹“ÊCû«›&:p7=ÌK±G¤¿ÈÝ£Ïux· K¦‰i—€b&õnkƒ¡*WóÄdµ$‹î¨<íY%œ_w7°ÁlÐØõDqïAžTòê:xJ"D×F´¹˜°ê‰ãzSi1VqªvMý&Ùí«€/÷FªËÓ4jvØ¥ì–rÜCu<ºt æÛ`¹ŒG­{~°ór¨¿P$nŒ¼‡ruvYB麇T]¥${ þ .À—åE—9¾47l5ÒŸfÜ;Êô’LÖV½¦¼D‰žYeΪ²Ã6ƒAÅY -ø ½m­nÞUŒãz% W摹Œ4¤'È¡1ë­[ÒÛÖLˆ9q!~—/µk轇òœÐ2ÖqDš'h'ŒÇf+7@0ÅZǼ-ùDY» CW¯Bä—£1JY/‚ä¡aÅÏbë/cÅ/IÕÍ7¾¬Z(=*¤CDã=³ÂÙ"Ž 2 ñ k½wd€–?{Üšf0MÙÖãž}Ýýº¾‡Idp¨ zùÖÉè:‹nÅM.¤ãnô&<ôÝ!ý ?,j¸ìDŠ -ÂfÓ®Ù‰¿‹J{wâ'ÿɇ‘¼ÜGgÇ)1!üÝì0ªê׺ /À¡îxC 3ßT\Z™±º%jœF’é)uHP³õu}OÁÀAñMü;rˆ„ŽekÃ)5’—7QµOë ÑÌ~Vx€ð’JûKMõzÞ)²î­„æ´ùÈÛI ƒÅwü÷CÀ†,k‰Kã%žmˆN¥ç.xÅ»ìMŽîû*8±<ÒÄ~cÚÆþmèÄV -ÿ1TyÕø±¨@}œ— tXçë“”rRCá8@ó1†­ý6Á -nÀÖàj8LE8Ê:NàKé…Ôþ””g‚köÚxþ¯×½Æ8 Õqí.²Ã -Iu¸§R°×HØÕée惺>X6 Ï8¯‘fX6ÓsÀ¨ZÎ;éa%¡›Ö ÔGg“7ëEu]gTsI ;7A‰ø U|ƒWeŸñÜ´•®&Ì*tç^µž4­î£é˜Ós- ^#àÒ?zNÅ}×/æó}Ü º ÅóUåtÉ1¢H«NŠ‹4«K2˜4·r?Šô\™¯ÉÎ,•”î f 2=ÑÔpÍÉçaØ£‰o¾±:ýuwëEÐ"ö²( tuB~x}©/zlüûøê`Ùj>‡7TÅxÙž»® œÍʯUfê˜̳ی]ÅåDXN„ ËÿCø0¿T‘SU™™ŒžY$gÒTуK^˜‚ÎÅzšuÈj Íí4ÛÒ1GšÍV£/Ô ½H1uœÖ“hÀ¸žCUæt'«Žu^‡è~;ázlötÄfùЇ÷ç·ü½ -,MY›¾ãblPmB6ÕZ–e@)Á†=Ђºªå1È8k ‘k®Ú§;>CÿÛ¦nlb›ðŸuŠÛàåîôþËXœÓð¿¡ÒìVæÔR¤ ¦¶‹:¥Ç„á;ÝDCÅÓ–à«£õçSÛS#=FÚ Ù>ƒ8T*Ù;; Q\åÁ«‰¾'ÿ.c‡:ÇQdú2ñÍiÔšŽ¢}Tc6˜ÅøšãŠb$XÍ Õ\¨ƒ4VªkwÙrTÑ)ÆôÐÜ‹Œ@•xM…:P^$wÃ7ª\è ÉdZ±Ô§Š~c?=æ¡Ú Îö%ˆÁ÷µ{;ô@Í„‡ÒÕçèEÁRþYaõ0ºèó>ÄÐá%Ͳô´®âÞ¶€Ù, 0q­k*Sè7Ó½I0TY¤ª,ç¸Å°ÁQÛ}ÇQMFÍ뤰ɰ5=ïD¿úÕ“å4X;ÁÃPU½ÒÜÞ®žu¸ÃMšQ›HÏi¡I@3Á+•ÅÍé91ú¨’”ò*9‘θoëmv[Gæ0‹9 ÑÀo\L 2LU¼ñM‘àfƒ5íHoLîClˆ:øÛÕKyWKˆM {D'.ÅjþM§ˆr Üt kkÕ·y?2K³TôðƒWiè™\ßÑU -­Êž|<õ5D«5ÈELÃ^Fy ð°·¿#Û ½”­oŸ,}yWì׊ŽJŽÌÔ‹Ó­î(ØÒ7k¢³J¦>"VóõrÃ2öÛw b¬Ô=MØK¦=lwŒy¦O!Ì #Ü…¼y¡;ÃØf 8l\Ou<þd-õ-MO绣ŒLL~¢êu`’é¤þ<%ûœ¾[?úUºÞœrªýÄ@Àê½o}GÂC ié}¨z¢¬<lo  ý†×=zŽQ:W Ž©? Z©z]ÁçîH˜ØLiWwq$îÿh×cè:Œ»E•l©É.[pÉæ na¬”ÏŽî‘߬‘ÌØæª%@×µ’ëHèê`˜Ollo¥—AüPú\ÔA=Öv@±àª„I‡øw{r .ÿ®ýæâ?Œ‰Šc`ʃfÞín@ÆjÕ”äèÈZ3hÎ:‚éOй¨8³üéB+'ô à7‡uÀã V1ëm\‰…b=:Ťڠ‡ÁÑÿæ½IÌv´ŸA $¼Ï©™M?¾OS7±M¬7ÕîªpCBV]ÇÒÀLg×–ÔñÞ…í¶äŽ?Û [õ›†C_õ2` -4p2fHÕíº´Èú_=®.1æÑüÂ$ýÓ/íc˜£L¿+Œ,ç¡:¾–2Y¶ -â§]eÎL£k¡Ï ÔúöŸ®˜_ÿ[™PéÑ+Þîx^§z˜i£ï€SÁbÃæ.æõÐîR4uÞŒ÷ š5sWSƒDVšŒ¢þ¬ëþ2XñÕõNT¿H¡;Hé AT5e›Q¾…ò\sÅ/7;¸—Qwõf†TÔÄ´#£˜!:Ì…>CIedOj¾û -b”c¹¨‚úDÁkeƪ½‡ê•kKl×GŠeÇévf™¹˜ZÕ/Ttºìyžµ¸zÇó ëjÛŒÆ ƽÑȯ(ðnϧ4Ë}”™²¶ÖaÊ@ªw-Ý·+©s&ø¡ý}‡=³Ù¦™”Äjâ,íÔlW)È5v+æÂ?êÀw‰eú`@šÅ>Ë<ö4¬ÍŤì0ì;•íHÈð@•úÙžoóˆÜÆØÓ™¨Âyš²-]»ý’V]›·4ê×,f”èÖºêåtxµøè˜=sŸvËŒ œò1 +AR—u¿ Z1›]8²Ü0éŽfZãMÑ­¥H«Cu»‹î¹oBëëïɆ±Ýýò+}Õî#3ïX·IóÛ Ë«„Gx›Ü<@aÛl L#ÕŽâb˜zÜ®±Ä®„íɸH¥Ô®0Ú1=ï -cßíŒUÒÜÑÍø÷e"Ç„vÍþš^›¯îv—Õ1Ì ŠèœÝÕÎÀ&$hÞ9’û<]û’‰œ¶ÚÔż,¢¡‚w…ÙŽüATð#$R‘‡Ëw`×¾„¬uŒn i–ëm ÖƒsýéÊ„YrÔãåÞŽ#­#fèRkð;³Ò+ÿ 0DR–NÉ}^Jœ`ôÞÒ.K‰—1SJŸû! -æEÆé™Êºg2JéÄh U•1Þfø#)ÊR­.·ÕVVÄ…¬ášÅhFÒëÛ):;.8èD ÑÇðG¥×3㈙ú¾´‰ú]î £ûŠSŒÈ<d_&3TW»è¾üo›RP‰íQóp_¯œ^$f²¥V§Û‡ø˜ç¥;œQžd,W+Ä™à„×Áö"Nö%þÇ<³ƒîÊ~Ey†Õ(ÉÆz¶" ‹ ýÔžÿ\5 ‹ÖtJ×3 Ù¾7–/$C¶Á2òlj6½`\}MbÇqÙí£5Ç,.çå&…íˆî¥€¿Õõ½³ÌÜàów£;èmᇌZ2ìÄl5/6=k -™¡r›T—%ïòÞ¸ñƒ&O!¥ZæÒfdSÛcds¸´îŸ™ou˜ùšN¿âé«ã¡¨œ%ÔÍs»¢VÇ2ÛÞé2§Ä¿¿Í¼¥(Ó, !º#¨à t­åifZù]Ç”M‘¯·è…t]+iN“ÅNhJ&‡ƒ©6¬hÂPù´Ì‡{†wv !+z¥Ð4Þ=ÁtÛùú -Ì^y½:Ìy°¹9OЇàîbüKý·{¿[— ¡MigÊ|t/F%7B\E¨3VxÇÚ¾‰‰¢¬ -‘´R_b’™—¸¸nŸ“ßÈé+P»&&q¶±äB¡9¿I›ù‚nx5ôGÍð ÖnP±âSŒè<Ë&5'^ARÙ¯àuQ¤’ìFƪ݉*Ëmzå=þ:òŠÏ ÙÜ[YͱvŠ™î$"\ëÚ¨<‡E–ò0³P›H—‚7èM¼šæ@ö¨[ºËå11çí‚ÉoS:5Ký$1› z®6.‹{6ŽФóh#–ê h)Ø1Z!!Ïë‡,±ìÒ¯{è.®„m=’oåDps’á6—1û›¨vgwlvZè“Å“}m¸%Y¬F Ôq·É‹œ«ó£jÿŒ²e¶‚Är"oXÜ2_oB¸G—n¸Ú7ØÃóî–JïDlFõ 1õîÞ§PÑ3øÊÝ,5®4ˆËŠRS…ÆXת&cpóºw-0Ñgšsuû(¦äTiFV1†PIëË€Z€¦Iâ»™î`ø²)ifKCÔï2Ýwr Ÿ‚ìý°ß½×{ª-N$Ę̜zW¯/ž8×6BFÎ¥†ÀV _Ïé©Ý³¸õEÍj Š4ŽùàÀ>åÃí|«&-Cb_hQƒ,ÚYB„¬t³S’Ns:Bj7ÔË¡žÄ6Õ¼«H¯bµm`¡ˆ†g¼’Bcƒ±VÀý[÷E®É¡›œŠè±‡Héû]É+HkŽ’wãUF±´ ݼ۵ Œ!º®FØ›xFºO¡àÆj€ÃÖVW;ö…¾Ýbv6Í×~ÅàFE©=Uµ¿±[UI°6ÃÖϬE@ ’7ÆûŒªb0߯¸È€OëPÔ9 ÖªÙ™ʼntj‹¨Cµo9Æ÷ÂT>¯îôm½dë¾'œý¾uâìÆ"µþ}Óœ.ºûtpÚ!ÁÀÔùl_eˆô]6!Ìkr*cµ^D™¾'æ¹ÅTEö#îÖò[VGá™hì6½]MƒŸzTM¶ü;‘˜ý”}É…$^Â*}ؽ²S Îd³ìɦ1­ ÂõuÕÒeG­suò)ªºdo5 -®Ã”šßBÞµ 1•ZÍHX74UöÐô)6'ªŒ -ç]4•.ª‰‚:ô8s6×dçÌ¢º;žOWM€®ÁÇ l£ÂЉû膙ý‡þÂf«¹xCLªfÇm;ÅPá%ú¼íçw[–·"V¶ x04Ý¥_™Æn¦Œ¾´û˜­æH‚Ås‘¥‚i ¸#M ­ÇÈ&ã*4ØXÑ‘¨ær;7 µy°ÅXI[pü+­ºÞmÑ'g®Ù&[ü[)úÐ|`¤-øvC¯áâ%¥·V‘W…!%Þµ›5ª[âMM&P¤Xøõê\Á?©¶î)äVÛ·b5Ä» -2áÃ=޾³¥P¢Vë&±=_¢Okà†DØÐ$ÐgôNqW ; -H&¤ÒºTÏÛ\IŸxÀ4XÛMÒ·Õ/9¼àÇ3ÀÕxÅiÏ -q_£¨˜9.ú¼ëõ Ý­lã^V -êÐñt¾/©’xM,I¹Y1Tè¶s¢µ²Ú;®²ÈW“a&ÚŠÍ9@'žlÄM]§³Ù¶V¼^¦ùÐÖäXF‹wÊ»/‘2O5 I*)lþJ]1ÝíŽ08lÞ¡©u/`\{˜z;iïA"yƒëýê*æ¦ÒF†3à.oWJ÷öhj"⦟µ²r½2jnꚟ€Æ™Àã@Á}T t#=ë»&¶›\¿¸u&ð%ê]3´Ä×sçI8/|[/Û(Æ—ØŒòS(ê~Ñ%½ÖÙȶ)å²iLÕ¼en€Yí (ä<­Í; -˜ºÏPÎù Õ ìK­fî„ä,ŠT ýÝ]ÃÓMbËÌ´úCsa_­) w´é+ÿ‡¢Ïæzù;øñ©‹¿lº[‹Ó3õáF‡0L×g«µ=Ó - £Šóþ~60Rä€u÷eªwE£¼¾Ä>5£×ÖYÛž$;µBðmÈî -3M*g"ïõ gŽ6»¼Z[N[„ûpÚÛŽÌiTó"XMITå…ŒžiÕ=ß‘C ý´åX7àI¤g‚4 »‡;®µ†&!nò,!v{‡Žé‰½²JßQL;¾ÛÙ–œÛ‚®Þhàm»_€)òjÃè—‘>Û3kt’¨ê§ä5`ÎjlÌ]ŸÃ0ýrl< dƒ$™“ Ära÷å4-»5+”ÒPº¬k޵Ž9´ÐµAr}¦ëüÖP«Õ¡C>ŽK:¿Ú—¬‡æÄ_Ë¥jÏMGWÅE 3‹ ôs6.‹j²Go&™w,ªÖ7¸Ž™!±ý$HÞBN ù.í$[êà¼á ½‰få7‘ÛæfÆ<(ÚLPR<.‹ÛžÜh«°èJ±çßj认•~\¶i9«¬Z½YQ $MNf´âVTÓõ–¢\ûCùsä)k¹érbõ1iªÉMªöÚ5¥Å¸ûbU&ï7\qKh]ú0n@êOJÄôÛ.ñsr ->p‡‚Ôòꯕâù[1•r:ð²%“Ä™Pß•mmQ2ðIDöK;X®‹}5jD‚wZvµýkm/„[YHvo Š"â±ÚX -Z(Á=µ˜ó+V[ç@E¾zGŠÖø@çhׯF;À¶æ¹«Î×¼‰oX½áW^=rØ;ÑãzÜ,ôõÞÞD¸²Ùx\¥^ÎÙথ+’·Dv¬ø`­½.|qËO"°¹!öÎuû •!ô‘‚”Áñ·éÎÑûÂÖwñ†˜°ùë -]GÍ}»¸×càì§—õ&¥»Å+Û"ªuµ¡ ÍFO6¦-ýûËéWEG][¡*Öåš‹_[Þ®s‡týÿ"ªY?(B†¹ýD|Õi ˆýp¯\Ë–ì–*Ðä—LR.íÿT-;?•w•]¶i Š`¨"É­Vý7¼ÃU§ë|Cë\e‰øÿφ™Ï Àçaè$ÈIp–;çê\»èzb.AÐ\V{r.ÏŸUDÓ ºýÑ=.ŒDq:,KäÙó•–_^Éh±Á”÷è¼wZgr°;ašo¡‹ßИ*âhVr^câE%…£°5µ®$ÛƒZx­`o$¡ÝTØ“}`(_Â2G;•zo? ÉŒjâƒÎ†D©µÒ-‘¯|TÊç—¸óâƒÁ 7éY7(E;³zÂ[?÷v>¿òÓpõÒm˜ÑŸÜ-&Ø×<Ê%L 7«’6ˆX%×Ζ=($Ó‹¢Œ{Qk¹r±Oë•Ò©»t·øF°FóL˯d -òÁžÊ‚‰m׌æÞè Üý ŸxÂ7n×cEêbóÐìŒfî̧h¤Ûž˜h0ßX˜† CåKT§ªËù(A¢–ˆEéž¼XP¡…é‡n¾/i°á.ŽE÷Xº"PäjÞ(úAÊ®_ÄI¢¯æ@øÄ×%Å5o’§…=ÆT²µNËTß, lûš mö5þ÷¶ Nüyá@IpɤÅÛ˜9Ó¹â| =_ËDÇ}xéÓ?§ª7M1dF⤎joB°×ÙYß­ëÌ4'òp½ëËOZ¦†y¨Œ’€ÇST¯jÝŒþƒuéËÇp¢JàhÜ9XìÜNÉ&V-–°¢Ä¼ -fÊB)_eL,!{µ -Kõ\¬ÈÙw¦»#t½Þp4…H·ôµ1ò–¡Ç‰Þ°(®§àIÐ4 <[vÀÖ®$Ë |Ïiëiòv±ÑºHVògvÙbSwу tê<ëÆew˜¢³qÝîÀ9“Ì÷°8ÖaëÖÁðzA¹}BSø0åúbØŸJh V‰ñ€Âuô}ãBº}d-OÇgA_B!f:Û~³„-Ovvêgõ¦¶Þ3½;#'ÜTªÛ'{ÚŠji'" Óþ)‰n-"V]³ ÉzªÇ|ºaemSÚ*W($ž&ù‘S·–dú¶ª…²GëmŽ«4£eð))Ö+Ëüè û%²Á¹Ûcº=ZEŒ#©ÕquÊS£×áÞÐt]$‹jÓ6)®rηr–IWB¬„š‰q”•,¶´Gfß;T~Eµ&#„µ6#¾ù¨açTÚ3âî:5¹â?¹³±@®CÑ©¼3„_)äMlÃãÅÈù³­!e(s;åÕåëEݰaúNV;4J#R†QXÞÖ£ R³<‘¾=ñé­ò+Ê]ö–ï‰Ø–¾P«ã@]þ(Ôž0u–¹ôA~¿{rË‘Üï¦ÛÈ-B“Z(’±º %mË–=¸'rH+нåÙ·ðmŽ­Ê¦@F”RXï„3Žr,ç$ümUö%XT.í`@±UìÕÇf¦£”¾n&ëMÙ`­.(ßïå¸s>t† cv6C[tœuQ©¡ +m%YksáyÕJC‹”8ÁÁƒ{¯˜ ™’AÁ~z[±‰êNæò´ÛÌä9ã œ$½ËÔ”%‘oz¨–…1CO-ä½2½Ë—œò#ð«è›ì[2Ù5EoÈ–#ËZ ”/ZæÎžwßk“`½P½ÉJØõ6¯â\Lî©ä^L9®X˜Wd¼s¶ÃÊ7³a&'µ2±Ølºðúœ#‚ÁíÒíGV -™ÉJ¯LtóÖ&«Ê²Å€á,Õ±0š•Åu«º­ëîò裫““# Ë.‘=L,>gg]L{6Ý;`!&ìhÓD„Àw6³9(†—"ÅJñW4Óé†ÅËOÑM,O– -·ôLS›Õ¡ ½b;é˜w-ª±U—šÆ.M‰þ0ÀÚ½î€2á„ù2a®z¡qÝ­ Ü ¤ÁÖ FêØŽâˆ_1’nR­"•Ìê$%wÝ…fé"ÀJª'~pƲ¶gð4&çY,¼`-PTYµܦÇÅ|èV ñIs -ƨ’bæÆqÊ¥üdEÍçÿˆ»ÞœØÞ±EÍŠa°!¡$&qø¦´+z"}%:tVEµe8ø)±SX²ªøËÁŸ÷%iqÖê=¸:F[^ªFÄlidü$5Ö͆3Ç©#ÿ(š÷„¦¯’Þv¶×EAr­mÏŽM¨Û™Äº:3™(}_ªŽqÔAÀ¤…©< -:ÏÂAÞä[’‚ª«—'›˜®Â¸_ÙæÄÖɪfmÙõ¹§“´Ó|w”2N²÷DIÑYW„Ô¶t›x3uJ˜XÕ°oxZ¯u˜Ú©,ë¸ç!‰£ÏŠMê!Ĭ[ì—Ý/’­`kê(8žì¾“†5›4ÛV¬ +xòáai´¾Àu0Û -ºT[g¹ ãrA©¨èÜ"‰½sŽ+>w·Î¸¬©c@iu­£(Ñq+‡i5Œœ¸ã¦=ÎÈì¼Ì›!Þ…ÛlYr@%“xY0'‹ÁÕ:=‘½•®‹³Ö޼«aëÌ5:RÄÑDèz¿ØšÂéƒÝxŸ°Í7ƒu7ÚÌlÑ»Ü,–2ªVs†–hºBc*·ɹoÝFâd -§3Ý úÞdb½íþ@j¯TŽáðÜ&}U—2’ÞYò¥‰ºÙ3°A@ç‹PÆ`cE¥ªõV΄+aeZ½ä~!†;“¶ 7àæš¤îJWûðK ?νW†Ã>'‚èªÊ³m5s)ò:vJÚ´t«)Q¸÷NÌGÈ®pÙ„?Èâ%º]гç*ƒœ½c“+ÃF‚ÑÎÕ±þäÊê^ÒO”±÷?(ÕÃóÁU+’UÑAk$ŽôU]h -'îœ<Éa›&&uHt/&,¹kÉîDHé(|šq^®© -äIlš ,unÜìlŒpײÑÞþÎŒUí½o«dÖ/æÒ‰ð^-‡Â•H”66Ûªt)ºZç‰ZÒôt²þŠ‹àïà¤PÖy0;ô5‚;’ÇtG7+¨89ÄÓ,G2c›±Û²¬˜ˆqºÑ³ãmgëÅi©0ˆ&W¡@qœõlŽ#FtÝÄÂõaeŠ5a.xJY$r™ÃV†àX(µ¥H÷.O¼*O†íraD˜WÄUã4H"Æ´¥”[atÏ éÙU{–8å¸hcZ$TëŽMz½ªàr&XüJ ⪮ƒ·ˆ–”—:™ˆù î»õã¬g¦Pž°ª²V(tˆ“UI¯þ 4'Fnž‘•ÖØ¹®ÛùÑÞª>¢Ôùe¥gäøË•°÷e[¹/å­&1&öºn–_¡Ð™ÅËÐþlw’SÄ%ùçXt‘±hG"MüS—ƒ n1B9'Ä“èÃ!²N±™¥Ó£V9Š%AÆ¢ÒÈIú“Ç\nߣÕs¬Íäm -…nÌG*>£÷ø -aøx£!¡<æ¹êÇö$ÊSz«Ž‡¯ÉN#t#ö#ïÆ†„ÿüd]1LWÄc;ÍÝá˜eH‰Î4±ˆmãhC‰“G °“ÄVóæçOë&Ðî=rƒc⯕{hvë«s*Ê[öÄVKj}P\¦3jR¾R e^,7kxžž•ÄL…r°ŠðtCƒQc1.ÝÞØ§\–U'lÛÅ›­;·@ÀÅβºFa$æÜ.tW²}‰êUv:ã$¥œË0ýœ#VnÓu˜öL¤dçÒ²\«yèKx•`ŸÕPFÛr´›¥œõ´Í½sNL!Ýà×'6—:ëJzª.4ÛŠ³¶iAê^ÐWü÷ïUè5n¼:X=ýPæ­-¡êö»Q%Åÿ#ªb&uMZúf踡ÌG†²¼ùz[åírÐ\+NÚn16I ×µ 1á“™=² n¥Èmî‹È` ˆº¶Ça„¥dùG­‰±Ílü’³`ÝfÓdé%§ÕweQ `šëKúª.eU^â0X ŽÅˆe]'6úÉ3“œ×ˆÕêKâxb×½¨•€A´>¡8 Ø’DÙ#Þœø*è*Óˆ–$´'.¦ô\Öüq®º „ßv4åJâF3z„Žî¶ˆ17ôó€D̵êq™WäÝ1\óŸÀ™Àºqu˜\‘D±€:‡\ô•/Õš¬r|rW/h&˜'-ŸTⓞÄqz Ìû~ÚõYN7áðˆÐ°áSÉØñ$‰pš¶“V—ôIáRÓõÌÝØpx2hÀV$ª=Y¡_3¼½Ôò˜Âú¡oÊg_Â}1WÝPÝÕtÌfÔÛÑëKü*F[µ‰9\¶XËܶ˜×Ï è/Èzž2¥1‰F×çéñ%}åKyÊÊ“ÊaY«ùjTºF -[ñqO-°è'Mž–«Šö%*pÔéØÌHBŽ-&Þ1=¢é®JÒ»?εŸeDq¾/yxÓW¼Tw²ªŠM½ nˆÎˆ5C¶>fîô:¬ù‹*¿âTý§¯x·Ÿ´Nìç”™hÙxByìžùšv¦ªø¦Î‰JPQY[&çi‚%¾‡åUÂØ Í®â:vMsIJòèyºó@éZMl›F/ÞëcŠîfaçãTí8 -àXæÉ~Š• å¤ÙwR'Ý…z>üNlW¤hjưåfeŽ“yðîÈBºTA“«8q×u#X¹ä¡Žˆ|ãEà‹­À¬0J†B!³ç^f1¥_pOâqc˜UØBf-ÊÊQ)&°Úò¹VÈ  †žÖH¹V¡b|Z˜Z¨FÑx¿ê½®¥=hÒgí‘_ÏX‹à~¹èœLä,êÍ#ÍÅãì]9áÔËønmó׈ŽÇtùF›µÇœâC'C+“ØÒXRTÇ=±x™w%ê,}’jÀV&sëIÊíÀ;žÑkË iS=·àÅ~çšdtí ;“£uöÝÆ™±íö懀®•ÉÒ&7<êkƒv,¹•Q–µØ^݆$4T¤·õÀ£ÕÀŒ?ò±æ3ý|ÅÿæÈhÅE¸r®À®¤ÖAL{z#=_õbò¢ÜƒUÙÎ¥"Â.Á2݉+7³´=ªÅèV•«ìd*_mØ8¤©ô\Å6CÛ*CH:¶ÖE:48è‰Ê¬®x¬uU7½¼} -¾;_òäÿ>wëÑø3Ÿþý¯>ýýÅyzùxÿõíýñþë?óŸ~{y~~ÅÓ/Ï¿þD?÷éßÏ?~óö->÷õãëo?üû£°Zå~ûuŸ^ýú׳¶÷»?ñôããõíùýÓó—åѳ'þè^åéùËãõS×§^?ÿ÷Ä“ÿÍoòÞÉ— ª!×gŸ¾¼~]{}êëۯυ—é=:šáéñç¯??~||úúñûãç_åKjâŸ?óòüóëÛÇïÏ¿¼üeÜ^ ýåpÈïKŸ^ßž¿yüúøûªŸ¿?ÿðxù¶÷J¨ç—>}~üøüÃã/ôG}ÿøù—'C÷{úÏ¥ÿLþªoŸß_ÿxþåÛ·÷/Ÿ>?¿¼ýðöëÛ"jÎÔ½O=}ûñËïûGÿðé›Çë²øè¢ìÕž~xûüøôøóëãå×ç÷—?…ïhÅþæ>õío?>ÿ=~ëï>¾þøxÿÕõ½$£¼¸vkúÏúÞÿ<&qîÏ]GpØÓ}¨3¹ãŸ°ñoÒzIÛÔ±Eö} nõ+Ç—9»0â™òóg_ô[󷯟?üüã¶d¨hwÁ Jý˜×EËîy?ÜD7ã VtÅœSýñ{ÎÅ’V»B÷¯é-áowð:êfbŸê/?…­ m)bl‘T|-á7î¿òžÌ«ÝG®û«I­ëïÑ# -qSfv~µð!êô.éiXûU9"N„\Í»ûÉ&zSžû¯ë>ÓüÓ™b;b‰G–ßÂ'´» d{ÍȶÚaxJÃW/1C.‹MrÈß4 âpðÖü0t}Þ·Í;ïfså‡LgýBuÔñ6Æv#½i¢Ö¡ÀÛ°—ïixÐaÚì‹Eãz·,%A¨ó¨M h&aØÄ뮚˜6=ÖØ&²_ÁΣ…vã`ØúþØÝ<é¶x,áz   Xÿ$ª«ÿ¤:LQÔ:8¾Î*ÓǃV¦íLÒ|_Të -S)Ѳ[&+TÁ‘GÝ\âR= ÝU°’+ýÂ^kPD|3SeYž¢7¢‰²‰7»J@ÝÙæZq롈ÁT5ÅiãvƒïêÿÔ9òÑcûDÙ©ÓüÞ>6»S|(ÐÝÒ•ÓpwIX\òR.U9Ý‘Ò[ÔtÞ­È«mÉHÆTÍž`Ç #c§¸•g{µÙB•jM·ÖžuÓýÓ¯Û`E¿a@i"Þ¼ï­æ LнÄë¬\:øÑtâ y=öXÒ‡ªÔ.2ZC":ÿÕ'eù@ (% â=sVøÜ_’Qû$›½{cZ8pBÞ½x¯Ÿë¯®»Âî;²$º¼VOãk>‘Øð¹¯õ™sž¦S?$ÏÝàN ý‡èË<¼tèn¿P%ÝÀ³îk\¥¹%G”v¼?bÚ×ÞÌ¢t{×÷E - ì䱯öÂÑÄk!¨wê5¨Ý•1±/ÌŸñ͇©FH ‘±€è/þ\¨‘Ëeª[[€sîûyGXë"é5W$¼À(zìù2k -˜^ñ¶þòÆÀª´I’fo¢2,kÅPC§|Í vòšr-B}89ÀgÄ÷a¿"ÖA$µÑ]òãQˆ®¢µ¼q-+ã„®#h­pÑröQÎ@MÌÄw"E3ú0ºÔ’Gáºçm$• À‡Çæ!Xo'‚ø¦Íx ¥š¹À™­úÇ%ýÃ¥,¬éžÄFÏŠM¹ÊUú‹\±û¼p)½’ª¹žß+wEmæJÖÜsÔ(k`iBUjŠLømʶCRŠUmÄ‘z£2DQ‡] Õ%"™a]ìSB*çËýÕ¢jµŠŒø27ÚŽôì5¯‰4»s8ˆ‚ÁدX‰H¸Ù;"’ˆÚÔM|¬T1ݯK_Ê¥+§;R6 c+^Uïf ª5?å y¦‹9]p¬)müT»‚;{c¼ëœÁh;Þ H¸‰cP.¬¨M Öõêô $±\®fÑ›¢ÝŸK_Êe+'¨ £y`ç®fš ˆN_ƒï"YCyâ¹ K(î`ÅÈŒw)Óc,oÄ‚8²tK>1“ ’‹Ê  ôÄ4èôH‘±á&슅â VQ1Ðí²Í´1EC^Íep#ö)ÒàOLT+vkœï= ›ûòI£ >—Æ/^§3Ð3h8UTw!¶êvq4 ^ÄpaD‘:kì‚ÅàXõÌlBß6ý[@W4\• Š%ϰÁ>È¥‘¾„Þ/O§C5ð6“ -y7(J ¯zYÓ9ð\ʃâ¥Õ„ -ÃÚ£(oÉêSPw4ðåç¬iõ5 -U\ºrºËA+m§i³^5B»4%OD0Ñl8M«è„Øåƈè(²`´›7ü9²@C™7©Ó`„‚8g²s#T–²”D‚GZLæ(²]Æ`îÕ_¤ -U¯O–=e·ý‹Íê˜rë,^¸Á›K¼»ˆR!s‰†&+ŸÌN€Š€î\(¶¥?¦E7¼ù¹ÆØq|}.î”ê4¡@yŠ9bߣ kà ©íLÔ3Þ”ì~S¡µ‘AgHqùÚã:Ÿ~—.!.~´ù7T wlO w¿ëæI±äî–iüfh5OÛܫ Ô²û0;:¡þÆÜ Eœ !efPgÉ -ÃåÈ»_#íåvtN\=Êêûn`(e(õ -÷Ê¢]i[¼dœb‘Þt›q@õC±FìË(M”mki‚g4Á,?ŠÓ,y¢Â½²i?tÈœ¸íf‡á…Ž:#nh£´ÎciÌÃYÝi -"ìš•·Ž« k´Â,ðSŒT¥.˜ÁÿÏ‚pM¯Ã£½({;I£ü1?;ë^µK…YϤ5™‹wö*üÍ“Õ@ƒ­øè×íþNo\fŽuog+>Ö`ïó™´%:ÄB/M7ü”lF]l-̳†j ¦áÂJ¤ÿÚ×`z.ºLÅé0lkA¤¼+¡Žx¦wcšåÃdá8Œ…UÙ’v×4ŒLêPnµcã¿ã©è5a; Ü`ÆN’ªL ?kbÐÞº‘Õ«Ùš82‘ÔÂÊ1Ú]ìÅpë3œª3˜›iÞ##.§¤wæ^h±á YÏ™x}c†AÞŽh‹{a]µ\y5@Ûüa§Õݘ’P´®Ûîïÿˆ Q¶u—$î?—+Àž‰@ˆE³¬ñÅaÏ3d\ #´ÖQãšZQT=×ÞñˆÈÝØµKwS¦w‘kTÉÆ0ºà"“$÷uÚuàÝ• 6ºNj9DWSÔŽaœ=ÐéÆ]c[hk”Æ­]':Ñö„Ô”brÇ -ÝþX£ˆ”ÔwŒl¯ùçeößÄ=Gìë8océn-_ö{õRîýÑ_;TÖ<¨ÀÁ -':5Bû]££¨{¬`Ñx´HGsºï°RX|8¼|EÓÃ2ÕË Â;¦ÛK$ŒP¨Ü¼°®¡Áå‹äìí|0È´".ouˆŽÍ”½ò6^ÏØì@_I±@'1/i€kö3,¯NveÙ·ë’©_¸Ë3C9H[Bˆq³VwþÓ,h÷E‰BÚ-ÌEZ0Æ“èC‘7÷EûëÈCÙjMµ áp€í–S‡GaÂUô¿5CsX¡ˆyŸi—7Í5‰ÚL^Zí‚Äã…Ü—ÇÛr¼ ªXɺ,ÅŒ…ù0Ö'¤ôј*jÐ<ÂV¨gÅf ”Óžû®ÅF(i£ëTú—VÒ:”¯† c‰ruA%а{/æ ŸJäaÂÞtºHÜ=ãnϲÞK*ëŠõZÞO%½KkŠJ*´jzWþAq6¾ÇNÃP\çq¥ÂÃØgU%$ŽÚœqê2? WóÌðFò"Ø·ñÙ›L‚DÃX-hkl®Ñï<4H{ªþÿQm)â?Å+ƒ’WíIÍ×–êä¶q^8W¬x Ž½VùJ•îªOà½Y…ÝbÏØsú #œYô5°J8(Q¨è«dUÉÌÒ’ÑÊ.I^ggö€$âgYñ\'i1lÏâk ™¢O<]Z°&ô>Í«¹ÛÞêç†R÷ýzÙØ@ùvÔˆð‹˜‘;·ùÙá*ăÇ6|âdáó.¾ŽuˆN÷¾Ì„»rõ‹+€dùJÊ0ÜXnswsE<•º¼^("å*£®cbvDYyÌ܆ûd¡ëÃ/ÅÆ7.€ º[lþ3¸»ÓûÉ•1S)™o»Å”¿g eÍCõð6$ð§5^{‹‚_ç@`V“‰W{ÂÉ_|›ªRÖ¸·°ÆŠ˜J¡¨ŽÇŒ+Üú:ñv”òeãià; ¡s§ØáêÌ3¦È èK›'H̵\#3ð[ªËçóì7È¿†êÏÉßј·†ÍÇÕb¹2Ž+ããH™G §ž·ÃX÷voäoq_‡G$HGfÆ'å‘õ`T¥7IXyõhn–}Êûd"ÆëXšÙyT3où°‹<¬'ò¨Ú÷ñlš¥„Á“'î9Mˆ¤ý%^Óý—A"|‘‰ØR“´Ðµjìã…`¿ºÚ\@NøpólªÆŒÈN›òk?Ö|÷¶Ðݰɯ®›Ónçp³v£ IvSïõç+&@ôšß¦^nlµªîbi°“(j®Îür"8õÕæl”øÄ|Œ¯»»Óï·Â§ž1b€Îù0Þ\@ˆé,”èTào%£j—Gz µEiˆu|î5þªµ3«w22 -er ‚‘R«¤·rl#Ópê cË|^ÒK?ßýô;§~Z.MÆ9h¼Ç«‡™Ûkü?Ý1Gúð'îY[;,W¦á‘y, Ü)¼ð¥ðE{CÅÓˆ%Ï¥e^T V*©jòHŠË7¶;g]”¥ÛÀÃ¥m^{s"’ÿWáÿØÁ‡Õn"ýGšŸ‹sèñÞ®fn‡1ýTlõ–/>n ¼+Ðæ`ÀÍq@Œ©aâ§}ÇkV+7È­˜»ó‰ ú¥j¾2;‰£ !´aTï¯1ñMêÞŸÜ{ 0§‘{ÏüĜÎ÷xõ0s¯}3ð1Ö· xšþÙã>U/«|¹¿HKÔWr‚Ætî¯óÿ½¾tŒs,ˆQ`* &µè•ß­®½åðÕ¡1vË+ÐÑÚ‹{«ÃµS)5؉où8Âz,H 3÷àÑæSÏ'Û³!*ØY¦JÕÞ•4Ðʆ·7d ˆäþ£ùb;^ϱÜ#c'¾uFÖl±˜N J©œ:”µ%f/[”iúO=Rµ¥5kŽ]Ž3r¹8çÀº{K°æØN@òϯ®GŹd“#O¼íyQVž]ó ¯}jvæ×ǃdÔG¯^?SûR Þ¦zý&ÜÍ›ÅB-ïŒM5,¥Ú`ßœÏ3ºz" ¡ŽáCAµ¸O=ОõG˜µz@¼Œ&ÙÙ^ÛBþRÚ¹[Caœ)+˜.‹S™ÑZµ†/Ù6—W Pí V½ø:©·‘‹#vŠ×®PÒ6â°lPDr€–Ÿ )Ú¶„êç‡ÅËF²¼5TÚ( ð-¡®&aê\/šçÄfñty`gQíí2^Š!‚ÕÉž’À [/›MòϤtÙÃõsÿb¿ <8]ò”¯+pŸÊø®å.úƒŠRù¢4cüAt,ò5‰ú’ÌCuSRDIÓg¹M9b¦<¾Omp¨­º =µV “]h<­©wRnnï…rË#€C…I ˆg¯E3½VŸêæI{Àš¡äHS¬|WŠ2kŽ'»…‘ve¤»„æ©CuÈõ;¾XÍ%¨êÀ•;IIÎNg[çL”]bS›!TèôÄ‚„©Ens¬Àwì;.Bø´™Æ¾RPFàEÑ^0¨sXÎ8Âz,H 3[š£ÿ̳žÜÖ -ŸEѪÊ2ÎÙP²ÿ—¼/»ú€X.,¸Cù¸.ÕIÑÖK’ÑdÑßúuµh$ï*†­w;ôA‹öO‚!/IFEÊÏštÌ»³aNYÈ%ó "‹k¾m=^{?-ÖP?-²sÊâ•‚\Ú6f\£Ç<^DcÅæŠWpç3?9âSQøjhN†ÆúV”ß=ï-5Ž•’‡À$“}@9ÑöTKIѾÌ=ê²ß“f™ÖÎ) öÇã”ótÇi[Ôs¯¯¸›b3W‹Ú?=ÔX`“Æ ös">}'ë§å"‡¨Òµ VÌH é<¦¥J’j{PW=Î×7® ò€n=†bŽ -b3þ<q» Pî²ñ -=…ÈÂÅ T´ûØ­µø®lwLÂÝË<ŸÌA¶kŠSÁ¦“©aBþ¾ñÊ÷™g=ÛâyÚ׫L=hPe7o -q×o3©­—ÀÇæ1«@ij²ÀŸ°LÌU ¿W²¾sM JK鯶 2€9Ø/%Ïs…H/¾šØ%Ìûý¡’ÖÍ’{ÛvufWÇ$3/ѽm ÞAö]%­ë…¡‹cë!P›¥#¶AÔiàDe5ždÏnu±µŽ²»Z…íÎÐs5Ûñ¥—¹—“ð\1ÏG6õúMÓëTûfäîñ–¡²‹ªþ¯¨±Ü½Bo²¹ã êa 5D/âPݶ{A{¥úËÑ¥¯ë_ɶƒÎ -³OÃë–±¯ÿ£ºøé8—2EI‰æ©ôQ"7D<Ö7'8¬x^E·þ -tºr¿{;¡0Te,XïfÌáÞ(xÐx¶Ý+s@PÀ”aBÕ°âÛxøÂŒ0OPZSØ6ѸŸ |åFùtR„ÇjE|ÁOºý7Y»7mbXO&c¤±~ T‹>ö±®õJãý Wh zz†Vs£H72i5§yDc"O$¯W7c¼ÿÏÑ:0'/¹ ¬›-EÎ+i¶œAd¼ä׫WÞÿ×È=–½SE†'b4Ö‰Æ}ÌØtg–qÝâä_oq#÷iÃf ”ŽŒÉt! ŒÆÚK ÑÆeó€uÈëÅ+>bËÅ\Œ\ùÒú©iZ6R.ÅÌ çRÑëë.–ôV -õFDo~îÇ­ða<ÕòpOçûwkE6€j›jS3ê„4òuñzÌ¡ÇÖ3* -ÈØ¿z1?¹‡UøÔa¸¹Æ¦/@4¯¡Á7è‚Á†:Þ÷Ÿ‘½EŸíO;ïm6²d?T±xÖkŵfQí/À[˜EBN&¶sðâ/c~á3ûÜ%)¼P>÷uëõ06Ë;Þ×­à¹òä -Ñ^1Ðð~Ô8BN„Æ1mä•ãÛt¬µæX1ôP½”·EaŠ„ø™q=®Óìä“„þïÑ1x>Ñû,R5Æñ)yª½¢ë¦Nõ¬¨/:^G°ììê|y3ø4qEýÓõrÐ9A„EîE&±BÏéšêé¡k‰3eƒN½³Ä†sa…žIT¸ŒŽ`q†‚“ƒ½YwHÃ&·´Ò÷-¡ÿ‰û…ÃKíJƒC‡³Ñÿ34uˆßYŠ×0±·×ÀO{ §’‚Ê1Ò é}l -A69QÀbF§·#b#âÀ{¾þgà·Ëßq¸'.uÜ5%m‰žÓΑýPö‚Áà‹ -¾­rxâÙÍb“’+µ”!Ü+”íßz¹ tp:¬¾át)Ô*AÌ%ÉBe£Gh.]–GÝFsêOùBømÑk'’ÕÁýعæù4r”õ\’&tŽ)|æYO÷ÍlPꘂm$È"cyè{‹,”xøc'—¿˜6MªeØê[¢ö8T ºCvÊ®½nº&GIè~k%Zâ>pm感ʆ’¡äB+ï§+ ù–\@HcSש£§Þϳ¶(ÚqòPì‹YÜ¢<ôqÌ%?ªà~XÙiDJžy=_ÿ·QÏ“¯yÖ³½½F黃}‰6„h¯±)@ƒ ¦Õ!^qwØ)äsÚë ©Âp¼-têšÔÉú}·h½q0ü>‘¬Q*^·³L7b=#Õžu„Òw‡685Èhlº2ã[x=u=×­OT×5ö‹M:W“‚™}îŠb Yfh¼[ô¼®Áöõ¶mî„þòÚp~5“:"À&9JcŸ>µDj¬¥Ì•«±jt)u¦‡¼3q,k°SÈwL•ør¶?½P»l‡y  ¶;®ºpåt]‡^º2/+ÕdN掇6µ£á66^ÌÐÏ&%òNQ‡l_B¦ºæ>ÌÊj±…:þb¡OŒÅyÙ3$ËÒnIÊà˜ã7寲Û׳î(øÎM¢W¸±”Xž¸øñØ …-ÃKY×ú+ÔúÉJ™@C>zwÜ]ÏcWvgàKr54âcqðšÒ—” Û¢:dn0t_·Ð¯-Aó¤{Øn\ÌÊÃ=IIݼªâ;ƒú…FÚ±·6€ŸÏˆÖÖ¨ûÖ p±\+káAU×Û½ -,HÚØq \êð8äC‰,$wõ6óå¿Ã×ÎW{m9UÙ4@ñ:8¼áÂ:Rª‡ûV¡Ð¶yŠñ1Øô þ™ù…°Œhˆd§4kIY5Ýc»~ÓYÞ+öd!‡îñiz“.I2¨V\÷Åa‰1].°†ªòÉSp>ºí7T'©ÈÚ#¥›_ø -h㪇O?ó ²›>Ä™Ïã 7;Ï»ol¯¶;é_+aëî±H¤ê‹ìœB¦^i«h>mœ.L¾Tí‡ùP” ±Å5µÅ¬Vf é1ón—´ _ë&$Í›fû¼§‚¡#Y.uä®Ã–×Ñ…§ -SºµÔà ~Y¯Dl2‡\°óØ,˜9M)€²˜8Œ¸¢Ø°?¿1±† ÉC¦3Žkí96Ñ!»½%ÒƒDMãµW9Äv×…Þ}KPÈ9E_¶Ñ¹¦ÝÑ{5½pÚÞT ß±Zèlc xå2¨ÞÌRJ›úƳ"Í;ô¶¯T²§ƒ$¤sb²_J¨7· VûŠsÁAG>x•Õ;_lѤ$+x¥þR»‡Ð‹»œ¼XÇtͳžég='ž.^ób2±ö¶‰þ£\ÖwùpŽ/:‡Á8¨cÆ5|š)g ù½Xi³l<×<ë™iµì7h^—ÁÞPÞr(È" -h¯ývE úæÀ%–•FGÛlx(ÞŒCC&o壸=Ú¨bs`‹67t:Ë$@¾ä­rÙ=Iuc HS™ŠŸ>3u½älrÀ.—á1Qoý¢‹ø¼ö^!XTÒ_ûÁç¶ü}šÑD‡%’É•«>£r-$ßÊJl9Ý&&ö$!£Å}ïSA Îú FêPf¾æÅD‚É[rrf´!Ôw¹OŠåºóÐÛøå3ò°M÷^S³ú‡|»·0ôŸº ¶Ûa,wµ@‡ïYo¹ÓÅ:™…,à˜Š7 ›C`"K[0‹‘<+GÎ!fö=Òˆ(¸wÔœæ9æg‰æ"sL M>NfhCÕQ›1çÏ"°x@ÜR<Ày&ïbßÖŠ‰\Ö;êa©#$…ËêÁË4éA^±x_Y¤Ën½ÙàÛ‹²ˆÞÀ"6O×+ åäƒ×S7®õ|²HrÝ:½iWw4P‹èʼnVßtfN1£{¤¡A>†Fíµm¦Gл¹Ûï@ho U¨FfŠäÖæ¡Ú­ÁP°óm­ -Àœ6Q-8çä®70`¦¿“y‰#[©@éL%b½óçNúò¶<Ñ~`¤±³-”/x¸¥Ø$™§åɧi±K–拾™Õa ö}¶îw¹Æ¾ÿÉÆD'ft·ŠNèè^êõU0êlºAqò;›éÑ+!o¼[huX¯ÁP^÷öÄ— -|L¢šŽŒ6 Þ-7m!0w-´+~æ:‹óˆs0ûskÆSï lÕmº†*28Ö!WpÏ-DB›ß«y,× åË7s$ Ê[Ä<¢¨¤ \x×›*]*DGcǯdÞw¡dy6™ÛCy{̈Nª"&É´;oj'û¾ ®¾”m=Æ®Ãáq+dDép¨Ü£5«H—«=Ï`éýú°Õ{Wÿyö~ÈÝvJl›N.O¡h&›b(… ÁÔo‡Ä‹8TñIb1Çìð2§µÃJñC‚3Øò<‘Øø†Îp¹p‡Ÿ¾6o÷=%3]EDV›b¾õØOÎë뀥‘ŒûÕáðÛu\=s2Ú™ÕªXè(HbÀïBïÐ<’ñØg7 )¼o'¡gºZ† Ö¨–Ç#©{mÎg Ž:^§ú)•ã­ûÕâÐÔ›¼Ö¨†$µ~ZÞŒI%Þی¼® £Ü}ÁˆN5†Nv™\Òz(CëSGŠ´zŒ½¢û ¬%E$ÊÊgDLŒMê½:jÈ~×zò„Aïo}—ÍvbÀ ÁÍñbnãA—»fJÅ¥'l¿8ð£Rí7ÆÞR÷èÔFî#+r‡²Û†±Ç`µ…€€yÝ¡.–}P¹»õ±SXpÜF?¡±G±»½–vL Ôý -ÛèBÊÚLPä Õ8ÂØ@®Ô“]KËÕCÙ®1œÂµÎEïÈÉÔîòŽú9°ÕdæÀí¬ØMÃÈ2…vܽ 8b[l'í.íJfÈÍ^ñ(.ð:`ÉoõG$O]Ø•*ü–а ¶ü$ÔYý&µ²ÂMÆF‰$6ר!Iô¹¶ã•I¡†™‰£Û½>†–´G%Y¦Õ _Ŧ°€e.ñšo”úa””;ßâ¼Ý=d‡}ŸÄœÏÐôi!'(WôyjÅ/l¿Ùö´> (0txÂLŸ&±l°eS-«È|¨ä­Ía%" +¬ŒóWqôòh”Ô'ÝNV½>P;›ªLв*€ç•É\®5èB݆ìW$þ6æCÛ±|ËéÑ®¥HÃàð%#ì­&8–ÀÂG·wùW¶Œ~S^çkŶ~h_܃¸Gì熭Ík‚¶²Éšˆ¦†yÖ³;î"æµÕÔÜU   ÎÍ|¢óÚÁà{B(éiÌd zÎ.‘ÜÓ^îÖãj? ê¿y§¦ùF¹&VºØ¤G+2Î&ÃkS‰Ì˜ÉÛ=‡Ÿ[^s tÀ*j¸sïQÄÍ—¿˜ƒgàh€^tøó¹DÍ·ÁýÉ7$º„õ“/šÆ*ùClùÎ+ÛUg´ÚÔÈýà#¯0Gò¾Ä8É@¯$úÿDT³z!ÃÜVÈÞü¢\•OMÃÐÏ0ˆïxK–žm´k¢ÿSµluÝv.û{ï+€N+÷Û^¸Ìu®]åP9KøÿÏIÆ|^Âp¡‹p¦CnCå+]” fè0ì¾GÑI+;W:ëЉëÜ¿"¶VTŒT ÉñÃNÚþºÝEñ¬ -ä¼R‰µÑo¬0}ÙÈ¼ÐØL¯[7¨Ô~Å&Ë] yátÐiæ”Øž¶á#ï2cLÎ(Õ†Ç1½¸¨ã +ï6l'Õi×”ìæ][$hÅ(—ž°WJsÏ(__ÑÊà¿c#ó’âŽbù;5ïßdÛZïgš³gçȹi4uãiîñhä¶°a>áH÷™`IkI›ˆqp#x4ºvèíŒñKk–ѧ‡œãÔ2ß“w»rÐAê”ñÌvvm7Uƒìú{“Î좼)ñâ¹`ÃÜ©R§¬ -`›Úu=6·m¬Ìiƒ€¸ŸÀ=ó»»­èY›u9¹Ôq`™P’uÑߩߙ'«e·(<‹«¹…¡ã»J¼Û 34ãê”ùô¼’RònË&BNLoƒæ$` šòÁôö¿ÞsùÿÞzD¿ïÓÿÇ¿Ÿþ¶ý’§—ï?¾½?Þ¼þ¾ÿüû·—gÁûœ§o>¾<ÿøƒ~ÑÓ¿}ûÙóg¿<>çŸ>~ú雫Þæ‹øj~Þ‡×Çûo?þö½Š1rö+ž¾}¼¾=¿xþ¢™>rý4¯òôüÅãõCׇ߼>¾/Ç#;öãáÏyÍä1˜¹òþ§/^?Uü÷~zûñ¹pžánWyzüúã÷o>}üùñý¯y%ªù×=½<ÿúöñçç^ÊãQíp åŒrý̧׷çÏ?Jß|ÿøùù›ÇûËßu°Ëê3Ÿ>|ûüÍ£Lßýõãû†óÀ÷9ìŽÊCÜßîéËç÷×_žøòíý‹Ÿ?¿¼}óöã[U:fͨ÷<}ùñ‡¿û[óá³Ç«J>Šoü¾yûüñáñë§ÇËÏï/ÿ…§7BÇÿÈÓ—?}û\_ùó㛟¾}¼ÿ8ûªŒJ[*³ò}ôÄ’¦ôÔWJSxÆèñÐ3m©‘Ð+Þ²} V­Ð”ùKª†ÐÏxȯæêߊ ðï5¨0rE2á<³E­Ü CO'±Ãäuh©ú‹ªŠðë[®}Ñ(F?áJvj÷úG9ÚÑ×¼U„#ƒü¬CsB¢ÔRÞ¨ƒkV›FÜÒAÿ7T|)kû†¤bÕ#É«¤±4U4W¸°RF†(€§‰b2am”eþ' VЀ!º\Çy;x€hQhZéµ$ ´Ì³=[¥•CÚ™ØÌ½J¾ÙRB(uš9–v=W°0r®:‘—k3ÔÁŒv”ÀâpN³ü]7ÁüSpó/‰ä"}ºˆoåQ‹n„}lêz»bMÛiÖ¾Õ!ÊÃpZ"E±Ô®;teƒuÁx62X@ï%3/¼1ÏœÌX®l£ß¡—Xã3ô*­È`þÙmž†%þäËy]ª4½ÄŸ7 p°3ÇGôWGŽ+„¶C:ñ4ìv)®…ó—4rÑÉS-½NZ’·N´¸B¨û4ŸÅƒ²x;\ëàÃè+¬DŸ`ïØæ•GGrš}þ¯H7÷F¤2Ò»ƒ2X²ýCAR“iœÐëÁ{yô3øC>3tƒá.#}„ëÂx; ”¸GB¬â8úãÓŒôþï -¤Ž4²íº?Áä=F9ºŽ²ÞÓ¼ì†mœqûV ]áúq?ˆˆ¡Ù•mÃúìÓõˆÜ·ko16¬@Ÿ½q7Óÿv®eÜîl:@ÒuFq­oWêņ †bfæ'¿/n.o‹»^õÆÀ+ûþEÍüPÑnÆ/Ì;F#û;Tºñò½þÌ„Èqÿn×´Û@Ui7'ž²n±à«“l{ˇOÂõÚF6®G?¤gFGݾ8ŸLÒw™9—÷)¡”VñÏôG¡—X³rÖaw¬ëÚ¿Î"æÚe@Ó°yð|I=»ëÔ«i"«;;²ê[šöî0z ½Äš•9¢¼0E€¾U‰×oI&FåuV0¹X¾ZV¹±T7åƒÕn\úÖR]}òÙÃÍô¡Í.wŒý7–1‡ ‡Wé iÓœ¾ýýøw;º;®ÏVn`'3•ƒ3éXïó[6Éa 䃷æÑ¡+ÕÃ'É - `r -Y -˜/â -.ynÚçfШS©%â%@§?³Êbˆ¨q"=j";÷ò®6ïT)0ìÂsQ‡íÙèÔðÞ1ÂÝ È«»Ý| ò´u!‰³m‰b:êqÕ‚}}Vz\y/cô§,½wÒš™Z¸›wðŠ‘ƒ[œËxæyåT†²‹ÞÙøíåx˜é×} ²¥ðßMë ”ƒº‡ÞæÝX¥Ëãuì¢|ý—J,E@{¸á Á%V -òQÏ-»íl/ÅßaÌ·rÛEde¸õ”|8V¾³d°IüŸoGBΰ¿5¡ÏDã6Mȹ‰imùõw³Š'0þH­š;†°Ò$SÊ šR‡G1¿Z$È• ƒ¢X"¿éÕsùéo$7…5YY8õ¡Á£HÌÍó('æuBl\kD«„\’"¤2Gx/k3Mè{e[?\}ÂÑuUI:°¯„HmÔDG½a‰çâ›äƳŠÄ†OxðêÓxûS‚G ëÓ‹w6~Â8ÐwË:4Õx–%nÊ·<>Ϋ÷ÕƒbŽi`ŽWÉÍôù¿î°ï¹E7Ë2÷-´.SzÑÇ4ЊW }ÂIbŒ‚Ø4™á=cÝ´6v¡gžÁ{tÆæ ñ¶i/T\‘Íã o¦Isà¥Ñ”ª¯Î£H®ÁÔ.Ë5çÜ®ƒ™¢hól怕Šñïãe¢€š:&¾ îTýgÇhÏqS?ÕÅdòœÏÛµ³ê²h¦3ORaO¨ºkË\hÔ(v%Ð">+²ð^°õsAû]È?&§üôé¢Ö)Q02SØuFx^c:ÐÍx"2l%! œÒ¼K'7eÇ5+®9&Kwš(º›X=H §a€"ÂPþ–A\~™mZ!~ÌÍçðt¢ûh]ÍÉ_â%‎é¸l -£Ã™úez®R½ÍÙQÊ»r˜#,Y^s³vÁ‘ìéjÆØ78bR5 »5KxÑ_«ÍgD3ÎIÙu¾JÝ"<>žJfa.»?ÅÊèƒÃVĤg@/Ù£ Ãw/›i ô$yñvìHc¦L²´¥¾³ÉÂLOóEÌòr5ç~‰Öн~y3bŒ$‰`•ºêš=s_LÄÐÍ Ô‘ófÉV, —ç¸îàÓEŶásgé„^}½l÷¨Þ‹8›ñ¿S.¢Ð5õ€·ΖfÏ’—#¸Ýªr<û¤´Xtì±eÂîYÇÉ­zMyrûšR\ñÓýêCîyŒÁ$'°9+Öçâiè¼På*X¥Y|m]ùê=7e³á&¹ïèè1w@•ÐRä["g1Q?vóÔjî¹;)؉îø2\ãš(”¹3(tPiæx× -ÔÔY¶ ø¯èo‡Š«ÛWDõF2‰ÄÙÒüú‘7²™“ã 5†t¢^Ÿø‹' eºágŒ uüg -]¦bÂPû€{tÆ $qNÁn(×®æÊnøÈß±´l@›zëªÊtWJuúb©`èˆv¿7g\C²²Ð2½õÂëbèWÔÌVTŒË|r0‡ÇŽ!ÐIvfÓ0")¬£ò"dx€Pe<T™ŠÃPpñç$Óá« -ìËÊþO1ITòF¼(ÀE5™¢ þ»3ùoè¸}Ez${Ñy/Š7ÔÄŽ -[}<”\ž: å¯ô’µl5Á­áÕs¼œ€¼J1åAdV²èFi1Ý—„ݲ -\ ´‹UzÏäp4UÁ«Ò!ƒÌ¶¥#'ƹ»xb¹õvIô7<ŒàŠ‘®2…„ðôº_âeê€b{¶% -Øê(É9lï|1úL–ƒ^"½N1 MA$BÃA[éwª÷ÖØÝT3¸\ÆûÝCUv ÒÉù¢5›ÜÀ™ñÞ²€òÜ -ª…›0¶ÿ²-qôìÊËaæ3³ÚE‰T5îûI׎–åÓ´Àú©¨% Û[`áG‡ûÀBšÐaö³í .I>›wÝ1›6¸Ì¡¡CïÈc¯ãÕ´q ÿËF6PÇÑf…ú¥ÑáðÉoõÅè]ò -Ÿç%¢aù© £Së/8€•­”ꊾ§‹]KGÿÕš=²[•wïŠ -jnÛ‘¯<èõرÚÔV‹lƒ¶Ð>£ît -‡À|\¦™9U°/–¹ûÄ\13@\B !¤*G=o©æ›ä˜6UpQüšÆÐ¶! .}xb™ÞĸÑÃ%çöìŠy£èk#Ð Œï}¦¿V6.DíØ+Zr—ÙªG®éÃA5D0?»Ü€/cµääávudSÕµ-+Ó*jF#§>êØê–Ì̽„ÇÎ+W¨Kobûyä3ÎõÈÎaÞÈ:>Mf1®JŽÇ¹¯-!÷…°=5[`/Y£¬C«ÞÚh.áê!ùçC¡GãŸ` sõ³Ü¹r€4»Ó¡úݬîJ*ƒÖ(¸ dv÷e\ØÓnòÝÕé˜Ý´¯Ì}²¼™‘|²µ™Î-Û^´s €U7B(Îà:¨ˆÈ̱٧o°R†ŽÔå5Aà&Œž>dÞM‡zw­ú\AVЍzï®¶€›ZéD¬ºç8Ù*¦~6¦TbU£àìE( -ðÖ€G·çÜ/å‚25Í>ìÏeý`Ôíé -™òžíÒMZÙðÊq•u<^M Ðiª®oÂxb¡©n$¤ÂƒtwˆîŒiõØP¬uëÀ±²œ -š®`‰h|ƒ¢y²íj§ãZƒïú»¡‚DÎ/ä°tM݇›T9wÙè%¶Ê1½«(ÏáL¡u솲[$הެeíl OÛ~Jzn‰'±Qc{ç¯bŒÝ ø¨“˜°Á¤ñs«X"˜Ÿunr¾½óžS±äï~æ[~Õ†µHs7ò¸Ü`}÷À`g ¿^!øÒDbî#Ô”K -¹¡ÛÛÔ½uº ›>¡ŸO•ó9e×THWØS˜P_¼d½ ƒ…h‹er.´ãÏWÑÅ·r±: ‚MN½c[Ýv=2¬ŽÑWí‚!ŽuÊf‰gr›r¦Û~]ÝÑɹ8ÈcwJÓ5bØCv¶Ãb÷ÜäV5º#ÃMùM}wwøDUñG?ŸK#'˜uÊVçÊž#•á¤Øýµeî¨Øgµr17£š\Þ˜þrL&¼*mƒ¬1'ï‚x™-ö}õpè'¨ Æ}@´˜“W zaÙ›œËLåI*Êý=‘ U¤!‘îŸçºuBPê<¸J ƒá¸Œ­ª°µÎfÞV6kÔéÿލZF®¢‘#¡` «YZXëÒ•UÒ¹eß6iU!ŸOí“‚©œ›Ì9‚»ãªŸC¨X–¼t~bÓG—»W1UT¼*Ë"‰ðêP÷üPíHþÛ“2‡‘DnŒó ´®šH2ÓœÙ>lËÅÛdO¬ž ŠpBhZ9Ú@‹´q3̯h;±Ÿ--,¨Ã[·HV=d‘y§M´J$uÁ]S¼À^i!ÚŒ…Ùš7²Jg»”}gšŠÚ“¹5™I¤ØpÁc:äîvÒš•`ÚñÔŠ;mÔ¹‘ÁP¨SMFÐðŸ½Ñý4Ÿ™½U°WPÚLzÆ„Ödè´´y±të15ºI'Ó:¦aÕœöS‡Eð|={¨hõá†ÎcÕ3ÐBÔ–ZÏîQõJuOr!4ŠÆÜît¢€](êˆc ¯ŸG g¼%Õøšd²avÿP8Ðn•û§{Qº=‰N‘ë… -:ãO¿ÌHkó¾ßø° -ž9ˆ®c¨o&&›#n­s„z‹6Èõá›rÛåk+V‚Õ\¬¡¼&ÑîN1YBõôÛí¸IQKSà !íæ>P(¾õ:Vd/­0Þ±(f¨«ãWѱ<ÈÅË4IJÊŸæ!¡Ðµ¤%¶ã‹¬Þ3º)Y“×EpHÈQit½ hÙ‰q0#‘dÍDËð­ã2 hÈt"ž“‚Û™#ñísAæªb’X7‡ù6œ°¤ÐÚGj3 -œ´‡íÀ¢²JBl‹(|=*°Ê‡¨ä÷œb.²Ê= ‰¤W -»vËê· •Ï¿˜xcRêQÁ£×p—‚Û]øó(äìf>î£ û‚%ƒtçLëûuãòkt -Ĥóúïp´-¦T¡:’—(XØÊ‘…|;)gƒ«T`…­²»h -*Ûb´~´ÀÄÚ¢I¨­ l¹½£ý`¢I#SU”åH‡<”QÿÖBÀW°[–UÉ.LÊ™`Ëtë+Ç¡¯Ðx‘G€~ÓœSÖP,®<Òw±9z¨íwqL¢RÄÏ2Ô ’p@F¢Ë -­O)²A ܸÒCÿèuÙºî0‰¬[S°3¤´ Ölüe(÷±{‡ÁG`55u‘Üàæ¨œ²U °ÆÁ½ ®¢E¾K±"%›áÔ_ÍtÔÌÝYðhœcIùÔ7äƒ1¤Ž½¸=¿à!h7•6_¥y¹ hUî̳â¼õÿˆÚ‹¼ù_õªßœ!‚ RÐè­®mmvHÿ7+“Î2³PTêj u37³yj²ž÷dfvrÓªÿkÕ¯S_{é7Rå´rÚ9`^ÐÁI0Ôt.uï·sö…Æ–TÚ´oª¼É÷Û˜‘4`ñóN7[uærkŽ9ñ‹Z–`{ñ ÈšMI¯AdŌݭ1l`q¦ß„§×ðRÎbg2ʰýæ}‡.3Ö†åªçf©aí P¢| µb²,)¤«ýJüÍQíš%Ú1zè[·Õƒ†—ïv…¤–ÇË—êúvuÔˆZ$Yó]̬Œ{ðbxG!*„TþbÖLd6p”æzìâÏtm©SX#Pí£¨Þ ša½¶[Q=o›I3£\o ¶Y;ÆSåm­oß§Öÿö¾­ÖN'Ãù3GwÀ &Üoi~pÆ®ÀJ»ðâÍïÁ–Ú˜ áhÞ—­Ð·§½Ã²êÖeûš1§Š·§m£èÝ%ðå¸ñ~—w•+XýmÓ› ‰«r1iÓÍ)êW ) a¹BmQRîï`8ÿ­daX§T—–â¬p5’UÑ*žvLá^ó˜“YÑyݘ'¶qîÌ{,:ç^ºÑ qgž)cá:ƒ;/˜lÍ˽ÚPå‚ M)’M ;1 HߊØFn+Ø:iÙk Q¿Tïum F„*GNF^Ò!=WÕcõkO¦ñzç~8^£D”µà)#S$]lO€»°Å@Š»ð8cY¬më-{´qG¶h»ÿ}Í€Ö¾`¹wñ›|x¥ g“—‰ÚÀE‘tf° ª3Å=èuK5 O¯2T{¹»â»,DÀÆ0¿1ÝW‰ÔZÐyZ›B&iZëk³«a[ÀZA°\‰x%:Ö|×'ª°ö.®Úø\ÕÙGöþ‚¢Ws…º–LƒpÅ8pXFk<??#ó ¿¹œ ?.;üÕ´’øB`í ›kCDàPŸ4y±Öxùý°ÇŒŠÓ×+:_õÂávAUv$,¤ë}ì%ÅÚ Z“ÓHŸ¸XRŽ]Œh÷X÷rW«ƒ”ôÍ>ý)pf±Z2ÇK—j|ÙÞש٠œHaºj#Ί§GØr@G©»|NìâŠÞ³ulx•%íô1“«¾3¨j's©1Ö °/_Š»¤Uº:þeÛXPž±.9ç9ùé4ÆÒ6ŠJMj•ÎnÂUÀ¦ nTÖì ‰¦¦•³R$_¿ºk¬Ù³ç±Šw“¬\*LKšÕû4v¬ÁÛŽ^±_9{áÈ)sû(#õÎ:—TH·Òw,+)Geì±ð6p «yZ%qlòT#œÀ.èšííJÒåÞTö5:òVØ`뮊êíÈFsÀj)vfÉ€¶o`ÀœeKêw0†êYw¦Š‰E˜5Ó’¿¤~ÀØ¥ YÜ‰í ¢ŠØtä -Z f Œ9™™Û%Œs'Ÿ‚›J6™GÇd_ @½Â–]”ðÞðä7%ŠnÈÌ1ûK6+{eŽÁý•6Ò«axÿxá} Êý‰2µ.®rhnN?ïeZ…Ê^‰<d^Ô„@Œ>òÕÜà†¢ˆ©ÛJÏ+°þZ‚ábzIJQܧ-‡$Eåsz¶a-CÎïpÖÍ4Ù;ˆ©DNãúRbß5çØ÷¾â¶ŸBdtFEÜSèÉ]» -yz­.Õö½®çÉÔÒ#…+²öõÑËœ©Cü66vËßõíàë¥Ee8¾ -JOouÈÒI•M–ţф9k´c9I’·zo•È ¾+N¥èzëB²Æ)Õ -FËüûýMsœ]ö@/²û¢èÇóü]d5o¤ÄÚ£æ€p†4€ -q î àóôÚ¹TÇ…uè☬zð±à !6,¨iàêþæÊ`ûº}„6)ŽËc£:Â$~ŧ½9¸½^—4iÒ$#ò †öÅý3$îkÇþbéWÈ=¤Dó"EQ‹æÛyl[NÏÓEÅ›ôÛnëþ¾mT†#:Ò¥˜S¶ð9¥›ÇÌk6¥ác™hσa¢#¶¨Ì}ÏBu}™k­YïUYrýxM=ÅȺéhg\?zifå[FÙXsø¦Oú°ºf±âUºªÅâQr½ís•#I¦0pÉ ­'·ÍÅÈhXÍ#xY õ,CÆ»—kiR¦+'¢ṣЀ½cÍ«Üj'±8;‚×`6!§F9’}«ih=;ï-- KÔ[ÂŒf [-ºêŒÜMÿ)û`4Êa¬Óðé?¥ÖŽ}{»¯YVmaáÊ âO˜ ä(¾ëGë.pù KNk¢evJ%Pfk£6Êê:ëû<¤“È .Àìo½Wæ[®ã¶³y³A9å±&¨™„Ö8³ŽÙ#Õ—ÿUΰÚô-úÞ>ÛÏ…>ðf>Ä] *Þj+´ºp}ߪé¦ì•©ËüqµmYÈ\¶ ÇU«(Ü^»´Ì;×t’‰+ƒÃ㽡Ê'È®ó‡Â¶ëäø9¨¶nš0<·7³¼È¬Ç&õÆë(Í,,®Öÿ -…ÄØÁºÍNªgªHÑQ4G›k*sÓ“ú_Í }g—ŸÑQ˜#}IÖd'ÜýÊU{ºÀhD?ý=6h!® -€¡ÜãWD°È|ÿJ«0.Š›!<ïRÝc¿£Q?‘}½a¹=ñ¸Ê­4ÿR -W_ ˆî¥¸g¸uß@è.º„|ëjĉÁcŒë5+W¥Þ*vvÒ!ê"¯}Yl˜ÿ•˰⬢ÉwŠÓJ¹Gžó´¸ªÇUQýAl Ï)aÔ’»÷Ô+07î/Kþ¹·ü°ü¯øø‡!Ö]œbÊÚ!îÀÊÛbû7ZD•]X”(ºõ½Ön›,}uV”‰£G¿avNì­ðsÿ«¡ï\n¶„MÂO,°$+sÆh{U4ÂM ˜´_û3œÆñ‚6ÀOÃ*ê-¿_Ž€¥EòâÂ} öìÆcÜçÕ÷„QÜÕÂÛ’D?<„ž“|ÁʇØ®OÔ GE|ˆçäcæÍÚt=½³ûÙl¬¶¾¿ 0[á¤mRîžõ@j :Øô܉Ð{RrÝ„×eê‡ãE=¢zpm´xt¬Q\º2΂Xêªá ‹¬€YâLª°Z¡,CÙåÁw*ŠÜж¡e·‚– Ø -ÉÑÖ#¼âfæ9‰¬N×–°dšt½,ñ¼™¤±@j\WˆtwoëfrBfU[µ5Œc7&\ÕH½ˆ›áæb­itÛÚiQâ*Å"ÌÇ`»Ò¨Pö׸°„¾i£•¦AËÈœXÍ -²υ׬|~p›°ÿ²)ažõ@ySÓjó²Û;É3Ö‚dÖ{µ™’™›æñ·pe ±éËÑÈqXjcJõ¬ÐÒ˜úø¹ôp;ºHVd´õdž ñE"q¦»ð(ûÆ´*²ɘìZ îA¥²OIذ -.3¡g\ ci+ÙZáeÎu‡/ÄEÈÎÈÀÆ<ëaU{ô¶× £Š mVq&ú9s_ÎM:äx1ü\TÂMŠ˜ŽbE˜Ö@uÚèçš’c·é¢~Ìð|}†ÚÀ«®áyI]C+'9˧†s¦xÈäæsÜħÿ•”Ð7Ö@Ò"²˜hëQÖ\¬«á³/ýïµy…µ"ÐÕ(;i­V6qÆþ»°™„z³m(öÚ« åñ̤êç)rv%ÈM|Þ]®{¡ÛÊGÉ~´AcûÀ&>¦¡­óBÓè,póPÞÅyÕ*D³Ö©^PÔý‹‹J¤ÆÄ€{TrJ’a…hµp´f%Ñ®¼bï!UÈÎØ[®_ezŒÄRq³ƒè…6ÀÓ4NL­ Tw¹‘tÉsñùǤ!¨çˆÏràú¯©ÿ´êúÂæÕòÚ -D>/uUœD8¯­k· P½èép<^©Êz2C47pëNj@«fIß €(óÎŒ …¦M0ÓuÇëM¿¾ë~8,ëpµ±™’µÈ¸0 Ñ¡„¢éT·îñŒy¨ðâÛ7«Êuæ4 >ª˜Â÷å‡ËÞr‰(s®Yš6É?â›h3M_ìŸ̂3+*`.Tó®KÛÑ6-èõI¯»&ù(£’)3 ¬³Š-l[¹4Ú„Õ¶—«–Çç¤sªTé}. -Þ1ÌjÖÈF“£wH§¶¬ÿ#ðc @†ƒåGa7ŸzãlTT—º$üF1ØieÍ~Zp3šËÁ“nkiuã‰ÐÁ“šŽNÅM¹£ÑLT,ØóªY嶃ë#7îÅâæÆJe‘ˆ2@Iâ¦r× KS¶¯íTAV8³ŠjÃ7ÃqÁ73‹XÜttËÛ$äþÿûÝ‹Ò÷Ç~úÿã_ýÓÏÿã?ÿÛOÿD?åÓ¿|÷åOÿ¸ïúô?~ùÃ.AŸñé×_~ýóɯ\ç6_û×}Ñç¯?ÿñÛŸþnËÜr&ñk>ýôñõÛ—Ÿ?ù­˜¿VõÞá¿çÓ—ß~|ý<þüË_?þžq‰ìCÍR¯àíúí×_,ýõÛŸ¾¼ ëÒËèãò;>}üíOøøéãó¯¿üåãÿ[x]~Ó§ï¾üáë·_þòåß½Õï-lj;^ú§}Â×o_þñãO"öøøË—?~þî/ý†}G=Ÿøé7?}ùñã÷á>þ°Æü†×«¯ôé/©•UæÒÿØô»/?ýë—?þîÛÏ¿ýü›/ß}ûñÛŸ¾}DãTxùô»_þø¿þ½üü_“¯ãËÞì·}úñÛo>>üí×ïþôåçïÞ¯ Ÿ»ÑDæÍøòÿ#Vö«Fìíµ¡hhJ S…ß+o+ö%ü|õ¨¿êÒ6 #RÏÍûÐjs8í÷7üÐô¯š5Äá 51ñ:¨\ÍÚýç>¼Ka¯w'Ü&ƒœxêó§þ$y#\Š˜°oëŸø_Šðí‰ð嬺ÀÉ]ý -™azëÏZ_óïwœëRõŒðÁIˆ { -ÿ‰ð#^W×;Yu©FmÐ|›aoÏ},\ÿH>+.8¢.£ DÖ^÷—FàÉ¢„)žu±­O*qÙ3\o‡®eW–tà¼<}?Åë(f`v€H -T\|Q°báC×MR§ðöRR¦_ÕÈG˜RtçBS*b„¶ê'2ÜFˆRæä>É[ózEFãô+ØR©†¦&ÃD“y#¤ ínIÎå^+Ö!õ°™íqE $›Õg`Ë=”ª¯YD¨³' -Ø¢¦s‘gŽO×ò¡Ø¾[n§²cŒþÁÁØYr ç„%­5±_Ž£š¢‡A®ïd½:‹ÇÈÀMqÁÂFëÜFÖ9}lF^ÍT¦Î…>+Îj,J×D€Žb{’<_³#EìPëõXæRÍrË"ËJCs]pAÆÁ ,ÖèÔWtÛêW4x;‡ºóÝv'+pŠÛ·½d»\™'‡<çF¡æIݦ4Fï°LÆ Ô¹é—\©xËNMI½e’‰N¥H²Ô³K`Là P»žÝ"w$s+ìÍ®ÝÄïHYŠg.˜¢SM´H9D‹ -”vAZèôŠZÉ|œ«aWPë%´få‰ `aê\bk¹èRRl* S.¦³å!ŽÌù“Þe(pÍJ†äI5R‘ Ýb}B—ÕkÓ°9¶õÔ qºÜieµëÎduðzœHç»Õš >)í‚Hœ,áVã©æ67kìék‚bÓ¡iÕ  §Ün–='=¶ð -“ö (…dó5½Yݦ{2ÌÅ®?Ne:÷ÎùÐ/¤šÙäK¿ -§Æ}+ÉkK&BȳD ¬xeiÀÖ-%/ßQ=s…2Ð¥*ìŽJM‚}Ît<Ÿaæ5ӈܷ=mo/^dJáJ@Í~^¤R´ÝÀ’œP´%“3ß1Ü9Å€9¸Õ¦ߎ6ÚÀІ wÛË^™\¢-ô¨Šè ±°˜°üé#àÖ7ú"ÝdÓÒY3¯#sî*ÍÛ½ô+ñ+Õ½¤€‹¼°p²Sæ<¬ˆÜ“¯™a®•üU¶ÁPmá$l-%-ªu¿­[¹ÐIú*Ðu©gèœtAŽJ¡VÔ”§îèÚ…]€ƒò£“Û-߬G€ JÃ>9¿émýú¬LXOƒt­Ç…U“çžlÝÙøS¨º»!îJD¾5¿„´ì.qøž߯ýæîL¨¢|Èʆ«½J‘VôÐnn(l²¦”}®nZlùë½'ï;`ÿ˃ÙcFNçyËȹq¿SöS`µi³E> KWc0ŸÎо±€˜5l)´Û!C ç¼–‘“O‚z}?S^`6&,}¥Þv‰™íDšÝR{\Åܲ=ÉÕ¬×^bž¾˜½ÙŠããj¾´,gT«Xy­°þ¼UÜa‹¶âŸµA)¾B§÷Ž émÁq%m’Ø!üÃò/§¾ú }T—XãL—{뵃}ÊÝd´Q¥ÔÙªèÞ°r…×Ð4tÝSŽš7Ô°Œs1„@‹Þèa³®-«Iüd‡­ù»Í;\punpÞŒÛv[°6è¤g©ÀëiêÛÜzsÆr´ë0û¢{b å#Ìí!v~›Ü ©Édƒyµ›°_{†i2ì5þª«ièVкشhPx݈w¢wl{|º¤þµ¸„I±åôÜ&vͬCœhŸ ö»aT„lÿ<‚¦¸XÜtÅÒ³ÞK1Le×ÚRk>¾ž3\iõRÇA¹$¶ü]F»ã+¿VÛï¶%RúyÎqÜt ìöo¶±Gv>ÆK:ibÔ iðÅXµWtÁ;”—†I”BWí îàÞ1AµÙROl!:å%T1­öAÁÁ?u™íÀH&¶»³‘pËr¤åì~.ºêêö;E#Äw×#fÒep„b-ïÆ@l÷ºOl‘ GŠÔêÖ{›Sh‰M2d{@gRhà%­¡'ðï¼Ä·å0oRL¬dçò=UßA–Nfs;ÇßÏ¡BÁ:C§I'já¾›àM%a‹`€3µ´¹ø^[Œ¹ÏôÌ¥ŠVžè›¶Ø 󢤈ÕÅ X1tIÇsu³ÆæQkÚÜø>—‰ÏÌ—ò$AfÃ[éÌ£‚†ª…"MS…'s‚Œ'<#zœcñ\𱄹Ñî[E˜â«ë¿'‹ÞÛ<‹¬÷¨µ«˜u·s¶0gY¿fåP<²«¡è­g6_É…\ Ý=–åâ ÂßïÞuˇmý;æoÆÔ|IQ/LU\8ÖßÃ#u¹öV}då<:Brn÷jféœE»ÿ\¾ ³²Às™7«>w^³#Bm0Âp‚SJ†Y‡–]&œÈì‘ù¨!Ä6,4üA.À¡ §è™YëÔÔÞ$„̺ğX‚KæÑs€@ -‡ª«‚uCÛŒ*ÎpAsš eYüÄöº’bË8gŒ2IùRÁ¹ÂÓt «„ïs6BX…kQªL.]\tóp«UyÇâ´¶ÄXxUÕ°:Bé¦ä¦,‚Æ@Ž>ýzÆî ¨«õõ³Ö8}¢‰TUï¥;—q¶}wà 0w0‘ÎjLÍétêGBQsnD2˜ñ–x}Ž6Àa÷ÈCC÷jvÍû”*äo€ƒ¸—Öæ\kAÍ«1›Ïö* R @‹<¬!ê7T;™ÂJªzèMÊË*Y¦½N°èÆ`ðÜYgfȼق$3Ÿænîíú´Rr‰yøŒ^"ƒð;ú¶A)–eõÃÄþ7ºª²dàÑï¥NõR¥äÓùVP2é5 -ÀŠøùíOa`2´a¯ g3Ùt¼›ÈÌ%²×ºgþ+è̲\'¥®ÆEÉ·#@ªä½·4´¨„#ƒ•Ôu¾TÝšÉ3<ƒu!hÛ:ð6RnLQâ4T|6çê³9às°is«3[¬¹k¦4 -Ù+ÔP¾¾WC—K¶qyÔs F°ÀÜîHw@V¡-BÈìÛƒpž¢Ú /”Ä÷’Izõh‡YÏ è>þ®<ˆ§½µUjJéKôŠ7¨´¾N×"ð–ŠñÚ ˜SÞ[ )ñ†2ÌÜ‚ ádiC[.ŒX4¾öi’¤C¶hí -ÐpiÓ°Ï_?É· -RÞ€ 6Åó€ µE@Gê/W¨²·‰ ^¹¾ÿ?œ—‘‹ÜæJÇ®ÌÇ îÝ÷–HÖÆÀf?PɃDõ˜˜´Š»½VÐù°ô&•ãÅÍ”E»eJôùæÛ{Så’Ëù˜…Y8˜‘PxS¾ ש?MQ½s½ê&>ú-r&N{Äœ¶í¯{óaµUÞ:"¯Ó}|QgPõp¯â6$`Ê úÚWPÓ´+‚g¥ÜX^‚î'0sZÍà5_ CE?FÜÃßð»ÔÁ/ž¯}=±í¨³qšþ rջʬ~¡åUÌ&lÜàM>ìêPe!™Ó 4ý'±jÌò’X ÒÉ`:ž¦]®:à+äÝèMTÆÒ«rZq°ºûq bz‚î3ðì|¯ƒÊd‹µ\Ãv0ë’Ê”Q—Œƒù@Z:žÒ/jaЊ1¢V:&確qIa¾VÞ¡;.¿+6;ñU’l¶j¤Þè™kë«*y5çÎ2hØÉ¾~”‰ŠhžSs„™Ôáݦ‡â=´Êk»óÚX1Gä÷7˜w ŒãPKÙÈc<Ÿza<»ìÛl@²ì¶Û¸ƒ :Ù·¬20£Ú#b›–ÁÁë2šÌ"μ,¸½mãÙÅ×AG.Š 4À¥nns¥ÚX7¹«K¯¿©­‹d»‚bëî65EÎðºN©9^G–ë]ã¬ÀÖÆ9ÑÇ?f–²žÏ>:áÀeþf¸z¤àtkƒI±È5@þH©«nYÆ/!±§ *YSˆÇwmK)$í¾ËjÑPf¸©ìw§! ¬Û<¶ÍV[?†H®z 14âàr ùz;pu³ç‹·Ør‚%X…Ò¸ xÏ×Õ¸|!2+ÕÚsS2‹X¸ËûñfA¸ è:O)Hغš”Lî^6Ð÷Ï80;2¾ø_Xþj@l¶Ò׉ 08Q%ïj¾½Ñ Û°ƒÇðUÍÅBOF« u—Ýg[ùÎ2…-Co홢é&R‹xÚ÷›ñý¤ `|40ðxìtìx|cõk ê)B(ÐE?:q¦°nD¼¨®Ö…¨Ëš &(0´ìQk43AÜGXwŒÕ-”Çù2Q. ˆú vÕæâƒ<â -I{/ª«•á!÷˜Peç$Û‚<{q]Éé2O•ÕéÓÑ]c!2ÿÚÏ7êG˜œöŽu~²•†ÒKO÷CHC¡oÐΫÝQL6œz_Î=.×ZǰØâEa⺹#p;’Þ -‘›&ë•ʦ›»E0MªÝ@Zü‹ -lôÍ$ŽeJèì èÆ.VS§•}ò‰ Ó™<4Œ¯ÿm@ߢ¹½¹>ÍÜ{O qñÜü=àú{üz§RÊÅwBùA­ª7÷/b-ÂÆ ½I¯VÅíØ(u.B1ôÑŠ½=°÷ ʼcúUÚ1¿Á»àŒð¶’&ȣʰ@ÿiörK‘báæã®VòÎ ê¦Á']ÐG¨õiôÍ\'q•{îH3käT’V& é_…fÛËíIwÔZÎ'í ¡]ùгÚ6ô ë°Œ«È.XìcŸ-AêÀºê$´MëùÇbÍFÙôtm"µ˜§^+V‹ ¢ë p'¾‰ayê¼Õ¬j·À ¥Ò¡)ÓæŽÎ–˜!‹«)b=»SÍ §[ÌܤÔOÆ.*pˆÍ9Cu_¥ ðXfÚ´./4U2N¼ðL‡•¥&õÊGõag¶XO Êx¿ÇÍŽ\®‘Ø”–£àñÜ.uñ&¾Z•<4c€t%4{e -Ù(ßÜ^åTŒ JRg9Îx™yÌÀ¢½pßKwp[›¯¼i¯:ªª<²VS« /¹»õ̗〠žùã!@‡oWè~7$|¾Qû.Ž›&˜ImÞ&=x¡éžm›Ïû[ì-ç8"´öMn–5½Ù[Â"ÿÁ9ºMÔÍ.Qoâ0Ä=Ì5'ûºÒk³kzgG#Îö[¨­[ž<›°¡~j€ïpc˜aÕhš« æ>¸‹Ò:¼¡xx!iÔÏóP³Ð„ -âE~u8.£öžN¨]âʰæÎÓ¤¶RwPcðõ¦ÛÉ„&éa_ƒF2¤Ó]¿d?dô‹:¢JÇ› Þ ¢3b„Z¡S™¨Ù˜L»ÕƘŠ0ކ|Â¾Ž°`â8FR†²ç°sBq~œb‚‰ ÖáTZçÒº’²úÞ Û¶ø;a2Æßb9aˆ~r&Cßœ¹ïvÓ*=°ÏyMëÎóxškl”†˜«6¼ïÂsÃt]³ðf™BJR& ê˜e9a%ZR(m¾Aâ<’ÒÄ«”,o6¬¹3R#ÎîªøN8¡5BLæŽ_ðÐ>³`!f´*žÄ¹Ž”‰œ°Âpœ’2'õŽšÉ šÂFÛT+B[n¸kÒ8Ž%nלÆ$™ƒ²ôÈLçšeaoÒ›‡}–«ÿâeçyá…¸´0Ó4Qi¯©ç’ö< ‹­Èx»»NëCåÄœþGà£hì4 a¿ !¤æ,Úó2ב¢|`jÌFÀ«ßL“,Ö€Wƒ ÛNmƒÇÌ„ÙàÉ©Yt+œÓ¢ˆõCÜf3rd9#uYº0©}c¼å$y¼˜±òdNÖՋ뚼͹ÝuÃñâ`œ˜ÙùmûÔ—æ[1qhŸîü%~H÷Ñx -®”Q`z¹q3;z¦¢ wÔU!‘ýpô_Žn‰©Œí˜LÁàÞuJ68\ÅW5úõ.tÚ÷âEŽ•­]¼‹”ë™Òˆ]¢&5¹ÿÊ0îÆñš2Hc™Éõ"J'†&•®"} 1ÛÃE}É U\xù»a§»ZÁn±žu t9LöVzª"«=ò‰¡‰Ú(ë~ÔÂÑ5Ø/m(“ á‚JÔAå7Å›Ÿm®»×äź¼ -ˆîZÄÒ[7>•!Xß\ ×jâX0Ëw)Ò—ÀK~Œ,Þ]D5OüD<ÅÁ©ýx´ÍõôÊÊÝ]ÏשQ³ƒÄf#¬AÄË¡Õ^(,~‡‡\j7Üìóv -”vd ÚuCқ퉉OìㅦÈ*ÁbÝÓUÂ?vë×A >6ënŒâê6ïcl÷½–.×áýóa݇£b9£ïʽsãáxᇦL£<Ë)ò¨È‚t·©ò±ì­Ú4ÒFîÈI<†KøÕÛ°*ßiƒiÿ…JÃRÆ«O±©¬Šz½§C‘ô͹ N‹ð-ÎÞ6(ÜZ·2'Y‚Ý’ŽÑ 9&$ØGëx˜ê!Æc°î¦>`Ú]ÔêBR¢÷8gÛ8ìeÈfÖOÝÏAžTkîQotCT]*?&°šfærh{mN5<#±(»l\,‡œm«ìrÉ[®TØÌ{k›CäéQxدkZñKlº¯÷.≽µš¸eÌšÍê©ÜBé¡tjBáê‚Co‚¸§Ñ—ùR^ _Ì P‡ù S¬~QIhx+§Œšnqbb‡ôè)6š_Fb¼È=³+¿ž«ài¾Áu2Ví·9ú<œì3h~j¼éÚæ¦7§F¯‡9úí$e‘{–·F69î=Ò]o›Ì & µæxû¡Cá›3úŽFð˜²2hH¼ÛV f Ëð¾@ ¢~y*›8EõäéOÁ&„11ST¿„¼®Þî…ªx­T¢+ðÇØ›¶Í†7!V¶7xîZý{az_%'Ð¥o¡%k>®–“ßçþ‚ -¸ª~õ0ò?ò㔨R¬b¼¹ÛV Ã¥FJšñMô8€(íôAÈ;¶g)¹ XñF|}’"‡dšåƒ¡)s_¢´íDy¼­P#Ù¹ÝÓ9i_íû€ò~ £ãÒ,¦¨¬í¢ER¨Ö2ÒóÃJЕ -¦zêj£rÓÛ+}­]TQ´ñ1FÖ…?´–%÷ô? ºêsÄ I%Ÿã^¢½…_¨·BSCTxäãz¿G‡ªAø•¡|‡nhðïí$6¹¸!Gó¸Éú-U½èFˆ(Ú ê„†±›ª‹}Pu³1¼5&2à„Éì–n'è™ KW’Ä.vf8~ ’£Ðd^ñÊOGžå’žTû›n¡dý}»í‡ÈjÆîZOÏ÷;-` -ïîA»ï1ºàÕ¬#šNþ.aK줭Ã6c:,›–…‚¸«1ä,"o†C9ƒÜþ‡õõ“¬—#’6µê½Ž!Ü¥AoF·ƒ^!™b@ hYMÁ3aº¯Ø} ‘4(}4ÕÖÝŽ¯‘×vCT…'E]¯«Gx8%\èåk‡¼©îºq†øÅ#V‚Áæ,Üå‹få@‡";Þº7Ù ÍZ±“!àÐ ÖãwÑÕÕ˜gQi©f#JÇgj£«„H©[œÍœ„Cë8¨°Mæ(‡ó´^dØf+²xÇfšš‹º¦~²ÄÜõ׸sÕo XîºcõY‘ÞÚ -oqFo«áFńƞ”ÎééÜp»Xr—îx3»­z!ø²e÷AɃ|’Uù¢yŸÞ'T»¨öà È;­Q¡Ø”oøê"}ªn8éby¢ ‹pÁ) ïê‡VÌЈoÇ_‚Ÿ¨ªWí±‡øzyº"Ì`JAURd.ÈnŠ)Õ÷fb»þ ÝeÅpCw ¶ïNˆ94Ôu*3åÙ†=°Ï{½]4¯·Þnš6*ã¾sì6r/6U±%fnÙ.%¹Z‘u»!ñD¤äK ç>ˆ#Òòé¤oÚÆ;Ù†f£çmåMÉj8·ŒÈ´&Múh¥w/¦Ò}jôíúriðޅ׍ùa)–ÜÇ[¡¤îó®™b®¦¦ÕÆëͶ´£·Á6ñæ»7ãVÑíraÉg¿9Õ¶n,úÞá×:õÂ(,®°i/…èˆ~}ïÜÀ›7doJ. ÎJ]ží+†×’ˆ㋜<«‘šºli»‰oõrA¾€»çôA[XW{ÝÐ úôhuÞØev½9¹ÞZ!+Œ©-vèŒ%†Þ«ú< ÁìÊyš)6ë*wSEéxjó,*à8Ö¤ º®¢Ûü˜<ÛEŒ7aoZ. ÏÊœî35]zG,1êÚ–ž4K9%Ç_Ú­ñ - å矻ð A~F²Œ+z¯ø ð„#“7%wÞ¼\ë·G¬¤J 2a}FðúØÓÉ Óz@½ûár«7 Ôô½št¯U¯ºqƒ…Ÿ¨ja¼¹´®µ¬{,Ùš†ªµ7мFiAøv?ìºÏh€¤˜)v@¢Ì}.Þ$PSÅisf|sS'z¢ÑØs‰‘äz§'[š#ìE=Å&Ï41(®¦@Ó"#R.àñ -U„(OT°Nš[þÜ\«¦*ÆëݾnëPB¹ÑÜ“m÷1eÊÙ¬ÕeÝ)@÷ÈRï¦1›æx§=G$½±˜.³6:Æ m4VDµÃéF×ãsYÑA„cayePJ×[aŸô)ööBR4Ù†ÿX¨|4»Ø¾ÝeŽ`éáÖŒ’NA-×Ì鋌nôAN²¦ëÁØÏ–]påà†¤šMÍ‚åš#~ˆJRtý4D%Ù -3Ë׎¼»(ælGiæ»X·*lMF¡œ²¾¼ÖŸÙÌÞe—àÃ혯ÇwK:…&ft 퇦˜»åU‡Ù6ÅŸ0[!EM qp/É!¨ÃÞß šT –³ØqgD|èÖå8Œ&`ÎÔ™,7Üaw‚ò RGB»m‘…¯«É× çP(Í`(¹ßœÆUü§Â:»OtM%"gêL–nöjVÑêqRöë4qëN?!B³µ@[œ‹${ù´]g^r5yP¨Þ›™íyv`5Îdø,;\Ë$8rez‰Î…VÕõW“ìÔP°\jn0«, -Ühõg$ôÉ=‚éuÓYòêõ¬\w¥„/Z2£KY Šºx"ÉÒ¤§NŠ¡'wÖ^—#ïA¢²EÊ}w»7,¨Ãì’W~è½V>8§t.9ëæW÷ÏaÈNk‡'4§‡¾Nç²Óu€.ïvã æGÈî8âVa.'•êL¯;#Ò°æa@C]pCVÈ4=iĵoÇúà…†^Ðê ‡J=W ¹é‡çŠ@cœNÅiüéá|kãÏ»a-^äÑâÌðz™”ÖíxâPî|"§å†9…s!fÃÀÃ‹Ž‹µaÛi+[¢¤ŠMŸq?ò©4ú -AgÑÐ-¿¶Ëa sòšO÷˜]g_'Xˆ:ºÁÿÈáå<1ä(MñK÷Ma|‚îáÃĶü…A¦Ö q¦bÝÛÆí»üt×Ú¸½ - ‰©›š'm>Cï‡ÆÈ6lºÖb{˜orçæAðħ’^™OG[Œy\‚t©ó6R%1ËjŠ ä*Mo†¸•§n€+rcëȺç1Æõ$[¬­vB>Üè¯çà†¤Ûaq,÷ÛÕPûé@›*Ä<š¯¢ß¤+ÝŽm»›GöÌÝÔì¨`ÂÐÇÕªåóåƒ×Þ®¤¡Yo“¡åEÜ yêù˜tëíF^^ƒšc{O7ܨŒÝ1 Zž€J'¼­Pc:",fǺ5B×ÛéB²¼‰Èëñß±ú ‚ÓyB´Øo.ÔÿZO4NvŠJ(ÔÈ£°ˆGw7Ÿ6sÖΖ†7Jó,³|¼‹,ÚQ•Ì¿@tá´[0Þ³¯z¨Œoцi¨„%t³õINÙYLãc!uOö6[œüxù\WÑ›òDÚ9.z:ªt -{9ñÅì™–Ô!’‹G·„éh¡Àö YÎ Øq ¨Üé`À”És ][díª7“Çòì„C7Do~¸•gˆà³\l›‹Né…ኜL}RIOoˆp¤¥,"†Iºm›Uƒ»FMurEÚ&×›!î÷8“Fʋŀ‘®X„ÀSs¬¸]z ­t°ðf¯ñNŒ4ü°Ïó|@º ê<ÛÒdÒ ›Æ›!ž†ãœªVN;¢­†Úþ–»S‘é–¢åbÒVµÉs;ú‘Ûwº5x¹b­­í;íÏ\À”ÂÏIÇ0E‡i'ìûUÖ³—Ÿ«SG€ý :GyS#jÊeYMg¡Vïy×ø†BHiP/ÊÊ]h3ö‰fèŠÆ< µsý:¸° QB–uúÖ»Ñ#!Ÿ2hnúaîPµZxt vY3B€´…€'’fY&¢Ò:cÐ>cšë³ÇîÃ᣷фT3ZVšÄ ÿÀPðÓ^‘9°jes||¢â9¢±W½¡eÈ©B×/öy”G/èmÁT§à”5ëüô·Æ£n£ äZÙé+Eá.àYß̉Ԙ栜j´blŠ8¾Ó¯÷Ô=Å&ÔÔb±ÙÈmå2péz²]LÕI¹Â‘+•V›.¼[Œ¿ÈŠ òeæ£j‘©Ñ! ¶€(¿E³ó -¯âseÊRWȧ¡pìšÖ÷›éå1în9ßl†„Suå7“Ç"ÜÆD¥f¶»ÖPªö“‰uw´ûM†¨žä‡*w½ùáVŠMî–ó•ÎHÌ‹T`‰N¨!<Ãæ‡û{1ݺUOã*|êµÝòå ÞDí&¿ qëŽ&ŠŒ t±6’½ôI(†¤á¥%ÒÁ-«à WéÇ<Þ)£ÎhÝû8ÌëÝî|‰?ޏuGêmÚ8Ž ë÷H1««Íw˜½êªÂ;±J‹ÅýP/xuwЂ咬þ¸{b“÷:aDs]ԇߌdž˜(rD^d†ˆ«Ú$)¤‘ShêPÑÆÄÅú‘‡oÈØz¥Z5;¤m§³ºâ'î~üÈK¼¯EÝ–°oZ-f¯!^Bë‡+,d¿Êí­Š®\ñ«ðCéˆüJr·ä 3\ÑÒèe“ÓuoS8Z˜íÃ%2æÚÜ #¶ ¶Þ|”½Xû!© Ü­YŠ'yÖõj+Ûœâñ×;0õ„×îÀ=|3„ÛwP”öšL*v¤›;ï3ï‘0åZé49o4Q:Vö~mûñ¦á¯^SÚŽ„ù©©¹$§o!¥KÞ ‰‹˜æö@áí¬ŸBoo­V›¢ó†‚qdóôöi€@=QGèqSÿ9(5…çqûÐCô®a-]ºœ@“)ÉàŠÌq ¸Àp7Ãr|uÖ§¿ûÞVmbºbµòŒú6Ù0Âí$ýÐb—é¶÷±²kº-Zð‚vÕÓþýè9ÄrÅíi'ª—JÛHéͧ³–£Úê¼Z¹ð±·-Ež3©+«°ý07D°;T£ª79Ö<RaTq+O®Ø×fS -ž|•ó¯8=M<ç[<æˆØwäÏD§Ù®¿+C¦MZ!œÎ+`JîÀŽhÚ+î4I[¥ž¨µ‚¤õÔëjÖ¦=+zCÜ JA÷½öÇÐH-L¤f«—}úÅFbë¤áÙП+nîª/â@n ¥Ù3…n‡Ðƒ9š~H¹ ÖÈbö,¸GèvpÄêF!Rƒ:$Ñ¢ÝyªBfJ+ø)5ËŸ*èüS¯¥"7*è¡O¼tÒP⫌ŒŸ!|zÖc»-“*z:ÓöÉp3Ø(MyÈ«œ{Ô2Ö¼ü &“vþ wX'ºUÅ%¨ÈgCÕ Rj ==‘ö’ —í}æ59LÈ0ìÑÐT³3©RŒaäP°÷ÿom„CÞ*Ü#H CÚÑígÙi~OK‚ºí¶¤‚׈%‰ÓÚ« Ž1nîyL=þåP좧ÖMáàlºƒ´8¡ÉÙØR3qÚân®'ô±W´ÍOI·ò)Ðta“j¢ÛfßõJ»”ÞMª«l*týÔcÓ‚âŽX3ÚÐ@Cn|:ü!+ˆ+:<ú€6º˜î)9ì%Åp%P¤ Ï --”jÙeöÑáŒÚ Ñ!ê² IÂËøŸ†•a¨šWÅðÀüDið¸ÍδŽ#úbU”¨Lsc螉iæššL—Jx¾¾üúüþí/?>>=dä?çúÄóß~lªïÃì£~ûónÖ‰™ ²ÝvòSß½üð|F~ãOtGÔ)Ë@N|ѧ³- ‹àöíÛÆ§_^ßÿþ,]¿ôñéA -iî/ò÷Â_âÏUéûøãÓãÖýY|’û çñúüOðIþ]¾®w,Ö:Þ¡Äð2û$±ÞA¬wëÆzGa½£±Þ1XïX¬uþ¼‰çï7h°ÞA¬wëÆzGa½£±Þ1XïX¬uþ¼ƒ‰õ`½ƒXïÖ;Œç¡ §ˆÖÿyûÿ~zPÔžññÓÿëñi|–Ç÷_úòõåõ§Ç“¾ÙŽó‹?öÈffüè§?¿u”ø…ßÌôð½}ðá—`U=ÇsüùÏþíÌÜÏX+?Ž<¿}üõùíçrÿõdÜßǾO=w=ß#è÷éÁÑçyî›|cE¢?öù‡ïN݃÷|÷¹>>=Œ©ØÜùŽÝ?Öw>;||ÆÇ§‡ ÆÞç|ùñ—·?¾¿*ïþá&ú#P{kû¬_¾}÷ò“ð}ð‡—;^?š÷ ˜žÓo_?üúöÇ/¾|ýüÙ­žÙ¿ïê讹ÇÜõÏ|óüîåƒèœüiF2pâ`ó¼gy~ùí»—÷?½}} ß0­ï£?ûöZýåå›ß}ûòú“–úÊŒ ¿ïÃÛ“õ…ÿ0™¢RPá­ì¹¹P>L…rY“—©´n˜ËÜ>#zTîiãù´ HDÃìÄÛn¡I—ð¶c–8´nB|ûKOª-çÜ`šîÖvW‰Ûjô-°âÃÝCNÄ£íjéÙó¢ Å%= 8Ó¥za»+É¥Eq1 M ùo±5œ•@Ž K<ÒvqR'âô…wi¹’'”O¤÷úTM‰¤²1ƒ| nc·{<»¥Eª¦qæ ‡»V#Îá!²Á°{Äòx²Q—‰èÇ‚iiqx§Ëé1òĬ£á¾TH­ìØrY¼µaˆ+àHmšïp2¡ 'AÏÝß’: *­¸ ÙŠ+^_ˆÛ˜Ø¼Ð Œôf{:\ÿŠ ͉ñ…Î<œ¬ò ¥¥´óµO q‡9×,uø -#ópÿã®"mE0§‘Ó•ÏRtw÷9×.­V|©ÜÝŽ£™ÐÞù”Ÿ8dñ3oÿm3ÈòÉe7HÊIÑ<³¦ím©Ø%Õ€€âÕ†ºðy8ÆN™ê¬˜Y뛸Û1|ä¼h® èQsCÊ~YÙaòÐ5‹ðîcÄ¿mE6Ýrù ”T¹âd¦Fk5g)ù?¾;Ž5RUáft‰¯%]mâ05$“˜9MÜ Àžr,Îpð·å:¤M7ã¼§‚¨gR«ÏÂöhšéDÿ¨pVZyë2¡_,ýÚ®ð¸¥ù».Iir~4ßöù¶éBdóì6(gp°_†ëqÍÉ¿»Šó©ùf5Ú¥ÓXÒ.«ô (.&Ã=‘_&T\¨Q3¨ZTqöÈcÑÃC!&Uó–;@ 4iþ„ìq“j*WÖúòP¸ `FW=ÄBYãš-¡ÍÉyMUµûœN5Ñýi”â¬g5sùac^ìè6¦xƒ¢:r¹# -ò´Ôg2§õRÂ9;mƒZP&ë_.jÕðŒ¥Ü öNh£hŠB¿“×(Uq‹…:@£‹m»ìmný4›ºpêaspyIá¸˜Ø -bÖf:'Þþ,o4¦LèvÅÔ6woêh³ìB€ÜJrÎnþ;ëÌÝ`Õ#æ\+êNÀPuÖƒnçsΤ2á2±­`܇kT·¹ù¶dö¡Zm†1 ËMWCuºhrՌҰä·s¹œ¥¸³ìz·É`7|.B[êüSÞ<øè\í̽ŠÐœqD -õjƒ¬¿4+ÊÞˆ»!:œˆº±•h2Á žíH“Î)…o›¯?¤q—›3—›jõ17þXLüvØÔˆ›.²áßÄtOÕë{’wâÎóOéXmTÔés޽ÊÑ9ö6qlSц¥ö›ë;ö´ÿy¦ßX¡‡–Û¡ùrµOgÊ È¬%ÄCÜ3NVY¯Z=XôÉ¢sÚÑÌéÙâô±pD7Y¡J¶Etävˆ--²¶Àæz诒jÎk¡$Þ&ö,:ÍÖé ™“‰ÔŒ{¥<}Ršå€fÆÞ­,;wAFV÷f<ãl·©5'kMÌFížÊ¢ -6§b°ugÆ£= £gžeïbƒÝ}DµÐÑA‰ð]Þh$–ª p2ä¬=Q0Ž%ìòjc91/‹ás˜M³{?àx¨Œ‘‹‰–Ì=Tv[Ý+§†ñõ–øƒÕÖt+˜4öH#³Šçq³¯.VžyV.€ f³E"ì†S˜“°èÞÖÐP%‚¸nM ãg`{ëâ¡ZyÎCáÃËR/³{™uµ¾2ÁžíHN?D÷y¾´*¯[ò}‘b{(7‹‡K/>7 ³mƒªæ.’Þ³u™`ÓC[r|¨åº™ïÁT#»Eã§îVe<ò¹ 1U*¤àâwÓQ±ñ³%¥GÌXX89Ó;N#@£°IwA%¸‹Î2jr„ûÎceK3wó0ոרR}Œ<}N6Læ'„ý›àAõÐW7Q4í³Ð’â7Ív—©@d"jLk ï¡nQ°–Ÿ0Éç…aQ‹–˜“í¬ÿq}¿Œ„ßà(•ä›ß§‰¼•ÃÌ) -é>]Ó=7ʽ-§€,î1’èFjÎBÛPfô„ʪÎ`Pz6îuW´µît®¹¢Ø¼ E¬ÞyÝ“ÿÃ{æGb£= -–†ToŽØó¬DªU-5TÈ©ÝRUÑŽå¡Rüp¸ v–E¨Û=»óv[¦gYÝ´oÙ¸&ËGMB—…˜ÒHIQsÞˆ]0ÌîQN„ÕŽ÷áœ+ÊÌìãÑÿHŒ“†h©¥»/µ—Z›.&ø ’ÛzRºôuAòÍS4bl”9‘5ÅËúö`ZKÊÕˆedèbvsä¼ÜðzšåµO 8ä.Ññâ{5Š61ÕAÞ“Hâ`Ùµ­©á>ôsEɪ. Ì}ýwT.}.Ð9Éc/÷±8VÅu°7KÏT-{KõFËUç®ÊQŽ „RK²jûŠÊjÃWâòn>ÛtžM|Ž7œÇɵÙS[hŒk–J^î›U¹2¼di“TŸ9ž:¾ºE¨Úä+©W¼÷­+n“¤¬1ôéJ»È›ˆ=§rÙN•ðúpLÅæÛ²ã£Ôõõh¨í&>…«*ŠÌD䀔“ñQh“.p)Ks¨ðUK³ª…ºhž>nâBÖ-1êù–cL¸tÏ ‡;Xxg© *ž‹‚…ÖgÁ - °œÔN§‰Na‡P#ƒ­Ö°vðÎè&&¤;+»«;$\aÎ×Vq¾œOœ“‚5´> -/?; -—¾/:ý桼%‡°3®Ä¼¹¬;rÛΓT§v1Ð —pƒÿ=ù(4oiŒÚñÀvH{¥[a¨ºÛ׬WÕÈ!t-ØÊ -MUѨìsëÔîð½ïx9uzZ&Ú‡¬®ƒ•º¥zÁ„—zˆ¹„]a,d­&1´%yU¾§ÍhSDuûv>ÁÄQÑ -ÏŸƒÌH6Nšè©îÉÚÚ´‘í: óÓsA%ozÿžX)Ïú3káxmâÐ0ÙZ!óÞ2/¬øÒ\t5ˆ¶äæ!VaåÀ«áÒ+1¶ÏI¥áŠÓˆ lÚÍ¡pÒ×F÷a*3ЦXD‰Ãè¢K21¯†f‡Dì·MÌq,0E†C\u–Tª3N¤—‚oC—]¢?òBjlE-….á,SqSö4o£o€<P®¢§¨x"ر¶ ½¸éÖÙ«rílסɵÑK²à£Êyc¿Yge·9£è n‹×I©Û¯6aÍÓDÙ5ÄIv¸h` .pP™¹ÚBß³øzâbq›Qžå-Å@óP绊p½×wsŸÌ,>CiarÝa9K. ÌÞQý8œ³ÆãÔÁX™9zu–R7cÛõ²"Ù¾+ ÆšÄRìÓÄCžyFun¶yÍH¡x;O}ÕlçP§Ãxt‹£C¥z!{;ôŠmY¸)µö+®`~Å€ª?Ù¢èÞÐãJæ”Õ êGiÔ$%fC±‰Ç,SùÑ\Ìrê K%s»±ÉG~Zo{$Åñ„mÍ^ª˜S=4&š‘û^TwÊkŠæìd-oµE'µÒ;|J’¨œÙ•Øþô*%T)ËΣ»Á]ÈÈ~¯6Cè,I·ðÍ“)qì7o·I;óQ4Ë"&eÙ$MÕNÚˆ}`'J*¯—»(n·‰ -öPÈŽÓ~k©ž8º°{Z<Û²õ+“ò΃àßGVÓ¦»}ϪWˆÄ>¥ác”vªh¡àÖÈZ1Cœ±Š*oâ¯ètŠÉ¨ÕGËuÞ>÷Ž]y®® l_Ì€Hñ‚Ò'‘'ä8•âù8PíÑ–=?¥b»l Ùʉ#xce´ƒ‰¯®ðÿ€Ã -‰íÆP/½sÓ2DÁñ@f{5f,u_¾Å3ûf æ’èVŒâëŒé• ÇœÃNÍ«™›Â4„l’e¡­€-9¡ÆÏG­Kj‹ä¦DúUVÄ©>wªÜÍ!¼q}!ãDf´d2z÷Ñ -†Óάx UÇO;· -–™é°- ¨ò…4µÕ$ù®²ÝWmîršÀ̵—ÛŠi÷<ÏZÊPª/V·øé¥ŸüÛ¬¥5íJ.Ü”l×J GmšœgS¿O&„ë†Er_Âɶ¸Ž[ŽîAÓ™q{ Ö2ÁÐ7+í°°®WXI£–/uã´– -‘æn(̹]bNö.ŒMjšÅu³y¡™:ÕIZ —NEóü®0ñPÛYâÚÁ€{‡XŸÆosÄKãèÞm´Íü,P8ÄÈýÒ¬(y°*­E 1^]Ü”:ÞVý¬ÙðånËÚ0p8@)FÆÊ–P zwˆ›Cbî|Úgìñ߬L~§îþŠ“j×@eñY­CÑ®<ÝN×6V–Ÿà’EΡ§)gÖ?š‰ ñhàív¬ñÛíʹ”zÞh(4|²T˜¸u(ÒM‘ƒè夷€—¥š|DetÃu¶òê!ÑZÅ ŒÞÕgŸ±Œ6…ÚÉ÷K Ê4—M¨‹²Í -y¹ßGóŠÍy2¬õù‰ ±od8_£è¡–µ1çÄ¢ !V«7¸sùDs½Œ“œ›¢J= «6yÙddkÎVÞ’æ\kz¼”Êýõ‘®Ö@™wÎE$†ëºݶÈXS|‡ƒ¡¡²_Ͻ˼F„9©µ¦0]‹Ø7ªö9[ S=Na[ÅZÙÀâzF¨êзH¹v Ùìg¡Ý\YšéÛ2÷Šéß¶^ìªéê{*+ÜY”u/4» °Ïv¹¼LBžm|Jì¦à"ºvÄÉ^vÓÊÀKÉåZ÷Ä'¤ -‹­b£IP cþä÷íKègÁ‰-ÕêÞ‘ŠitU&¹ILÆX´¯;§Ž w ò‰ù³/„Ü-açú›Ö¨Ï¡–ç.×¼/Š UÁœÔZsWmé ‹ŠùÏ:9ÈQKÊ‘+Á»»ŒN@ç7Ú(Á…œÎåBrRÕâ­Ï ×mÔ)N}қČŒÞƒýR4À«QNèt'‹ÓàÄP&cèØÉp -äÉ£Šw±—¦º‚ 9¿YjƒAí[I£^aãö8‘D•ªSڬɣypþÝesNëý¹¨ »¡ÚÈPµy:_Ÿô;1AcÑQ³6©MP4È*æÔßpõÿˆ¨&õ(B†¹}eXoˆ¯¸e¿â@‚N‡µÕÜþIúü”ú¦¦-¯;Ufé²ùÛáT‘ªlWºëP: q•ø\©)œ«Ì#~pØùNØ¡@'â—ªp‹¶Ÿ™ï0»«°'6ŽY z“ sUÒî¿l‘aPÙ§_–ó¶\†ÜgiZª˜“c nÉL€œn<´‘D9Ê -Þfj‹v¥Ò‘Á/<¼‚Ãak‰j6ãÒÙJ|©Ú|D•ôŒ¼ìf+~r䳎ã<¢(©ê-Uú¥¨ÖæÈŒÍGŽºÙ|йN{†Q%t`¨'¤²¬¶¾Åà%çp‘QP,"ÏŽNÎ4«/‘M])Ú•ÕR0|—Èâ.–WÙjxC÷Š£SuT*Ô™ûE÷ uÓInÿj=Ë>ˆwÔ³ñ¢?´ªâÅçX\ÜÏJÇöÆg;G%š’…Ê=T覨“e®h|ä´›Ž&1ë)à¦rtL²±º:>N·8”ψÃX˜Ã¼VfUÓ‘·{N%•‰d»#`兀ËÎô f>Æ-3ׄôî&ï }Wqt”³ž?ŠÍŸ”ñLª¸8¸I¼ -ÚæE]%™ àaD©¢à%SüW«‰M!̘|–Åöη”.t©šw]@|\ê®Sb¼’n0.Ž:âèDVÒ½N:SU–!OZ‡Ô{ug“÷šò#Æ–¢4#ð´3Õ¹¦$¹ Õu„±‹tyäÀÖñ¿òÜ,Déá_ìú¬ m;‰ ÊWÇsÇÏ„qìJüòLY„E%‡¢¥ª?´T5ß'`5ÞtO³²^ NáÄ—÷E{ÈjÇ3+éêäpó¹QãC˜#ˆ®‹’QV’Ÿämô(›VºVP›¥òܨ¶=ŸŽêJ•1Ÿ-Ý è8ÔÖ®“¡mƒŠ@2þÑd,UoQ^Ukœ>tʼn±—‰]I[óÄQœøq€ì±Òlµ¥¨ÌwBj -–ï%ZTwˆN¯Ÿ;àyø¬¤J½Ç›jwƒ[RѰ}é&:ÒxH¤¹_8ÔMQ¼Õ°îcœÐÔôFãáUw˜ðëìhhéï­£Xù(¢ºõ¼H@¼uÒËY” ÚMѶ«rA4:jŠæ¸€¢+3«»cµù¯–sBðvÔEJ/¯ÌûãÒGWf¨“ŒÅøpU”!4”Ùš3—}(zgLûjð¡çÀ cš•¢ƒØ’ÕãGî´³Éð^Mª¸Í—³í5´’›”]áðšIûÝÇÇ9СÒègrî˃NËZ/Ô]õFÎ!œj¯TŸïÉÑPIÂõª©BwÕ/ËÑÔ¤zÎBÔM_ÕÛ±ø 6‘b4¨ïtó¦¢O,®žOÅ•”ŒÆøðÖe¨mØ)!tð K³r2›(ƒéÕ±fÙŸš®^K>4gÃ`ÜÛb.~Y ))¸|UŠÃÙIµ³»ç¤Š’ñlùæ++ƒªP‹š¾0ãÏ¡xàÎ{kLû³Z4ƺjN -­þLІoOñ\8¢PS”š³Š0Öܼ½G³À ¶'Îå¡€êa[ |¨rÇÇÐug‹JP¾bÝ`¸S—lï"#°¨z¼éˆäZ§»b„{„TE4}#kyr.ƒÞe¨šŽ8Zð­ª ÑšMtQ–%• 3 -â#ZùÅŸåæºTaI×F—Õ“ -DûLÝŸ`û¶a8Ý¢ÂM²<(køâ˾±uêÒå —8˜{¶³M?°JõñTBfªl›âM¿¹ýߟޠŠùöå¿þñöÅñÞ>>¿~ûöõ|ýööØÿüx>^ß>ÞÞãí‡Ïß®éëÞ¾üýñãßßöÓçŸ~ÿáõsU¯kÿ“ßïóþéùúõÛßþî]ù,E8øqo?>?}ûx½?¾~Ö.'ÿþÃ_??½·ß?ÿðéù fÀGæùõÿó²ÉÏrèqüQo_>}ûùǯÇ[ßÉq_ÇÊP‡ó»¾}úöñÿçošó^¿<ÿxüð|}üï èÐw<$?øÛ¯žïÏ¿~z~üöx}ܧ²‹\–¾öPüwÖW SlZ¶§s+ faVÌ{‡¦ÂˆN‚:6_‘n;ý,óLòó´£äögŸæ‹÷ºUõzrX‡´RÛ…»Tàô­·“ó8Áèø Ã_0ËO!0ƒ‹ŒìÌ*+ÜX·K˜¥½Ø„:î[ɡ応SN¼Õàú|q&8®àæ™L(+ÒC‚‰ $îi¬5„‚c)Jsö,}D[t¾ñ© ™2O9Âìd†*ÿBjo˜”·ëûêÙíbêÑâ\IÆÒ€‘×Jhæ23ÅMZfðÖ WH{÷q@z&¸13pÎD×Z™ÿ©ajyiK³K& !Z:"=lB.Õ׈5>6މ¨®º1í:C+%ô`®L 1£F3cŸ0_°× 0-åˆ0\?µN¦bÙAðÉ^DØ£ë”5Òycô¥ŒÕB#RY<í-¢d'ÊÅdñȃEʲgEãÉÈànþ‚·÷mŠmqµ¬Ì^kÖ·±9§Ê\Übi>⻘ç¶n jé> öï -?dE{¿AYÛƒ,ŠÆ‹õ¹Çщæþ-ì}Hæ—HM™T!¢ú|S‘9Ä"ëCábs§l2ëER -ÙcSùÀº=¾E—C¹PÉÐr¦Zöﻊô?Q¿jþXÂ<^M=ˆF­Aà%ã…›ƒe<=áæ;¬CÍ{ÆCL‘ª2©ì†Uƒî@5ŽÃåÒÆµ7ÞœåÎ þmœ.øŸõVlFa&x¨:Llï Ö–·;ãl>Y¶q[d‡aU–Ð¥Š{÷ÜÑ’u%q6"#I眗é¬%úKr~<…‡Cl>q^þ(Ã7g¾TFc@Ö™÷­c:Ôèô@Éı>op/‚Lœd`îáF¡%´FÃìQ–ÑóAÑ.,.5“·IŽ¡;¹[#.œTÈï·tG0Ša%ɱ†tÁ…¸Ó7nÇυ·Ðô$W=)ÏÌh%ÇMWºí¦›×YþCœJh'kXôÐ2ö†[¾€SeEGâ¸~ä“x N[kmtJúF¡%ØÅØèþR/òæ}…FyÐVQr$²™ÛD»ýŒpC­Òµ±Á˜ß¹ÕŒðƳ·#‘Ò´99]›Žé•i³•öŽQPÀ±’ ]L+9‹D‰Z7Î:’|¤ËrýTºV–àücŽ€ŠÏ¶ºKpê1G@u̬0©Êo¶¨kU¥UÖkÎшµ#TÔ+ö¨Q¬]Ç‹ZX»CAhåz¥ -ÜŽÏ$”» ª ó‡-O°â»€¶—&Ñu´bOA@‚“ßœ¨%1‰¸³©ïd^ùùèÁT¯ÑŒJ1X$×±ÛóÅÈW)£ ¾xÂxz°†ÕkôE^|G{sõ«e$Y}Œ‘õ#+$zŽ&¬ý-wöëV©}}íH1qÓAœ‘ÀŒ1¦æ…á ^À„-ß(¦ç²üLÇ–œ…6&ÃG° -:Ïênîh15Ó6¤c6c€õcüw׺Ðu',„g€ nt":p&‡C麗oL=Fޤ XB¬0~3ýÄ+t•²¨¿í/)ÀïKí ]+ËR€B¼åFL‘cÙ«Û»Ìpü2nÅʱ2rॿ¡îšJö"uÒ€¶Êìx"jsX7nùB¨+~ -hF¼4ã·ÔO™òD‘µ®eoš1 ñ¡ ýT„“áÛ»ùÂi³­ÓÞÍ„ï>±h;‡'QG¿Zë)¦–_Ù dd†Dùgà‹ŽO¡ÏÖÔþ«Ø±mËpv€•QJ`xi"£+–'Œ´v±ÿ)±Xå%½QŒÒ}Xˆ¾p ºøØÐšÝX›VYŒbìŽå>·²;zèêc#Xï%!.Ra'ûÛ÷ÅùH×ÑÀ̉®£ ¸kÆ—˜@qëo --ƒ7šq¯1ƒ¡ÿã+Ù± ðìõ™îQ²ØÐK“h¬­XÀ,hêÇ Nñ,ªÍZ:7€b­<À\GÉ—¤t†I+Àf‹A5o1Ü#^ž ÒÖ­±,®Â$òÉG×Ö²ט  *è‘ò÷oX¾Îÿð;äëI@Oœ’tPa pC¢~´À¦UiÐuñÊÙû_f‘—>Ì,LÌü)6ôÒŒ_?‚ seÌà¨zî# ´5âÀš.7¢µY„“nÅߟ0b#¿†Ö©º[®JDæIüò”ÏÀZ|AUuТ^k#ÆLÐEò<ÏÕäùC‹Å _Ð_æîÊ9»¿`2œÞÁYÑö §¬VqJ«ã`9Àð ²Z™”\ÈáŽjf—Ϙ`;µ8#¡Õ@di”%MÉ+.½[—iŸT'’=“вØÐË/‰JÒŒŒ3žµ™trû“ŒÂýí®€yU9˜‚ìA²·>¹qþdc âdí¼ƒ50\IÖêkv£€§‰í 5\ õ`‡áî«YY]ä“oŠ•Ï/fËÀSÌ6Û=Ø«†Û^}AÁøÓ9±ˆ°œ¬({‘•$+$FÙnã -˜ èÆìDö 5èøîb$äìÙaZd½†0ø²Íߨfß@z›=p{¸ÿ(˜5E£¢ìAw"§Í[qÅö/ Åž®€ VBAÞéªDÔ~ä¡ì·—O„Ù©k|¨ - LXóåà˜¿f{ºúZJ½M8é?Jf!2·=ÌÞŸìÏ`ב×%`£=üGÚÌI4Äãùó­¿ÝÁl®M¨î?ÊfdJ½4‰úшeb$ìødû.K{—‘© ³cÆÇžoF1Z“aøDó·`}|ÔpìÀ¹döÄI …'½2毽þg8;JEjX -î½ÀŒgÅ:‡²¸³ÛH9zÐM Š+ÎI°`£fÏߺ̔Ýu´„DjUº£Ö"e¶Ê2ƒÝH^HŒ°k•|šµùÄ‘6èPSxS;do÷Ö«R×w3ØãÄ`Äš¤o<7Ôë?ÚÿdOŒdV¬%¡WŽQ—ôÈ%ÿ æÂ7ÀFqÙX šùòrÖÖ¨"÷N©ÏÛä»ÁýÂÐþC¤ÙöGåj¿L­:9ÖTœô_½+݇l¯ÐqéÚZþ«¯G&åÐK3ýœÿªë¹Ã.âñ 2r¶ÛüÊ—›‘”PQïO¨6È_rº€ŠÙÅ©ˆÒÜöâ€z²=­ŠÌà©\¦bnôx‘Eܪæÿ» Žåg%´Ë¹0ÈþkÛ8Ј|Â<“8¿8ªª&{pV·¿èÈ9ìÕaèêÞÖý7q/‡TjéBû]ÿìS¬÷Ñø¯Ì^AÒ¦° '%`ÅBÖØ;˜jÕùëDkÚÑDýBÀ5öŠ`;Öµw˜½ý=ÔÁ¹]9¬„‚œ±¿š‘¿F»½î }}vcÚ:cV¯h\èÁ©&™I)Ô‹~©ûè¿Z{ÞºX8×x=&v¢’+Ž@l‘UYC'x5Æ‹i[o0¯V­ÌŸ-í ¦L¤AOª ÓJ ”yKt26ú°^%À(¼ºéån®a -WK›˜37Ìá¦Ãy/¡ò ÊsМQ¸ íÉVUÍ¢öÈøM´óÐbr¢ŽÙ‰ÀiZÕ’+ør\º«¨3V‚n^7Ã-9žŽéÅÖ–2nL¤ÞLª@×Ú䫪*ð¨*Gæ¬ÏW3¸;W…KèfX”e3¥Ž½ú~Uˆ?KfhžCÁç»Jåz®;é2A«Kô¯‹ùøBŽìAÙVó—ÍÌÅ(Hár…-H º†.WL&h¯¤IxhLÆ!ÌäÌß̑¥ »¬;¡GnÒÃ9"k“þu¢9¸”î ]Ü”û†‰ð3©6jß>9Z7Çn:ñÇÅû:>¦é¦\=ÄLâ·ÍG'5.£X2AÙb:4¶êì´štn~Š`ÆêQS3‹-úN¦€w“Yjg- 5K…¨ª[Ôå4Ó›å,g9ËÌ™™cøê=‡×­¯szœçS˜°›mHYI©½¾dÜžäß¿I!x¾¨Û´ ‚mÚ­¬iJ—ŽpÁÖÕ3ñÕлZÈâ§ÒÎÝ©/ƒB š‚M™³¿?SAY¥³Åy²{Gy ´‡£’Ü«ƒ—ƒ “LtðëP…¢æš–à¾/ÖfôØ´'ëkÏÄKð“ʦsšm[3@TówLw„s¨ñ‹mÕ œPÇ^w@¦uñws(­âªÉ2mÅÈO²W+™ñ¤‹@QÒXÜI³›÷äÓ í\¨B§×.²]pã‘'~’Õtϸ-lÚ COå^°Æ{<]®÷÷Ûãïa×½Öaå§¾]/·ãþt|ºšj>˜…?ãt|º^ž*Ÿ^¾^®o?ç{ÉÒûòÿÏóÚâ˜Ý„¯?}º¼þª½Ãùx½=ŽèËR¸Wüÿ~Êùx»Ü^þ8ÞÏ¿à¯{zûóX¨¼£å¿ãér;~»>øõno×?ޝ×ûùÿûi$êçôs=÷ËŸÇûóíþéé÷ã|ûz{ÜL÷ÕßæáóËûíM_Ÿ~»^Xñ®ç—÷ãþ'ã^õ{ñão¿_Ÿ®½^Ïã~þ¥|H-WyÃéùãÛñKý\¿¾¼~»Þcý/1TÆOåîã—ãÞÿáŽL/ȹFö)ÏŽø#Â~«9ÚƒÇud}¶Ù–ûÝà¾Ò¬ [í¡¡‡æZLUɵ ü{ÒæÉŠ+Y8ÏÂ0„ñó˜uOuª¦êk×»M„?Ö„Þ·bFnjÕâµ4:¿Ù£qDå EQ (K+(O„ý0g¬;²“gC+á8ü‚8NHùAZÚ„Ó䯝¸P®=5&…µŸ~?½èEñ¢Ô¯(qÜ”ðPÓ¨Š##z8b#k¬*áYzÉp~ËÑ®†7Ý‘!ñ…ñoЧ$Õi¨ÉNŒpÝÖ³<Àà„»¸„d“_…ÁHÍåµûê˜I˜htÔÑC ˜ûL¸yœ#5WW¨‰Ì9!ëãa£FÎz$hà<¡$5ã)ÅÀw«cÇáÁ×ñнÃ7Áº¨%=Ç „þSg½<¦ä'¡eœ§±ûmòò€eÀÕWE¹xánU„ ÙÏž-ð)¹Ðƒ¨²é?»©Í«Ž“Q’’:I>òöŒXC.1ˆ [ ÒÐ ‹$‚º]ëÉLQl’Nm6òšw2—¹òQ×B¥úWMâ3 "ª^0Nö‡‰†¡'ú[ Žn"«…EV‰­oLó`*ØKÇYbü˜]”¤z·rfíü¾ŒN"O°ûÂõÕò–XJê¬È`mŽyBHi“†=í9oP׉åå¢;kyuÂ(‰qœÐ5iŒò-W¾q”bæÜ,h­ÈœÛR4ÍÃG`Íá´Úή:fŽ~< ›UwÅÈH혺jùa‹žÛòÚ•…j¿M+«ß¡#q¤&ÃŽXô8j^5ÛbS„ô²`Ž`÷72«w\‰%CGŒXB:1{3‡³¿Jü>ßê—8žÝI«ì¦;ÝÓ—Ki¥7’’)œ¼ˆ£ÚIôÄÍ¥å¡>²E¡Ž•võ"ÉGªo^-ÿIIp¾ì¾ÙFBÑY€9û±÷&Fµ¶`Já ñ >Ø=#AJȳŸŠBÍ‚$r§¢f: ÅÎ:0~Ô§¸C£Ð² 0¾V]ÅQïÊéÍYlùO°:žkbwX™D-ù‘ï;˜Ém߉…Æèq¡DUE”)Œì؈ÜY"—p&Œ”P· ì¯Sˆ P:2ñ-7 žM -Ç`Á*d!šgx²’Fä–ÇNï {u´€+I ƒhã£1sIà»y†(;iãSšN¯€iéåå#ÿ -WZ²c¢¤üÊ&€‘y‚-’b׊_ގα:¶6ǰ\Dd´D{¯ùÈ7/Q@ì Œ¬ØŒÈ/®}Y©ÔÝ)„z2êæ¡ÁM‘^àM1¹Ux,ÆÜök‘6Z{¬Á¶È,a¥8nqûN½6¶M” r×ò„LW¿í¨‰O’‘ÖR Ë:´œ(9Ü©³÷ÿL¸[7Ùã ^ˆWjuÛ¯Aöh1ÃFÔËZRUÏñ”ŽW3´ç3@Uqa÷»ºi]±g!›ž‰ÆL;ï­‘rÑ*|Nh X\#FZ±˜Óu¹¡$¹c -Bý¸¸AçJ¬ÕòPC0” d E£»FïÁÎP··=ö¡c”vEHSƒÓe -÷ÒÄñ̆DßÔåqµzýùvOWÊ– -Ý0²Ê†g¢ÓUçáMö˜¢1÷ÝŸ½ˆð¯Š«¡ÏSÏB Á)GNfQSRC;¦ÌÅÌ º„ô¸V&œ‡%Ô”fjR¨G}­J!Mf†Óâß¡@N’+ž¡#ÄÜHdÌ9Ê´ÙQоÖðlr\ °ü§0j}óŒjögC-1ó™N³=° Í¥%xFƒ…ÝŒlz&:Öž\¼©[-ÍŠ¦pÄyGÞY¹³†;YÏ>1чå ÄáÍÄØüì¡¡)óñ“Ìb|$i¡év\é—aw^fl…V®(¶Y/;9´¸¦7^v_T>pÝËE¹¦ÄâYÒ’#Xb*éJGw.Á ÐywÜ -  [wCJ/Í ò‚‹ªm’öϸó[$!ÝJä6šIox~£y‚­’rÇRª“6©±4Jþù'zCk›%é£5¯x{bF3Àš¤BG?2úÄ”òñ† -Ò–ÈJe­ú·ŽP,n RKuhR6—qCÉ(›žI†ÌcÜÜd/hô#`s¡g<¸¦SÀ%‘åÈ¢m0Å}S²ŽW`UÐ:Jów@ÛB6 SPèôÖy¨·F’[#%Ô®Ö´ãN®ô×ËÙ¤åRp~ßáñ£CÊÛ‹*`dÓ³‡††ÌÅOêg„Nʉ§}9*Wâß >È£ë f„” ÌI \ýʽäÁõ~5‚dÇ¥,½õ?¼°B.ÞDíÍ-­œ’}X²º2”HY~¡6,óp LR’£˜Â¼IŽT0rø„»-ëô¸Ü¢#9iL :¯2¿„“eFõ; 9%©U¨ú0zë‰jAá:y ÿ;˜6jW“µÄl}XK„£5Œ²¢®ûÂú -8H' Ùôì¡aèÉÅ»k+ „dá´ZNo8®ÒPz06±N”ï [çhõû6ðæ¶¬©×†Kô¨S?Þ%2Ø(}\6"%ÙãɤòATÄqë§ú}7[-©cì“ò”²Ð-L$}bR% kæhjÏ¢B ¡W&6Æü¨³k n t^Š‹•˜ØŽ£~@EƒV¸¢(sì¢B°¼lÓ³F­Â(þ¬Û˜J}·£›šÕÚ­ø¥ˆÒ”1ߣÀeˆ{<73:§±èœ_ W<1™-Ê1<®z2±åžˆèœ®çhþsÛWß)áQÔ–&Š[XÒ²¨l‰£ç?…Pn=àÆ×Êq½05ŽêCŠáøe‘ãÉ¢J°×õ+‡4R8× ¯üP‚£»€•`0“Çl߅ƪͿ¨Bû‡ŸŽ[ÑlH>žq´˜§7¡„2ÈÛTjh駉£šíÍ×…EDîñ~W͇NJ\WÂ;Ù‹¡¦D”Ýs²Ù3îåÕb³`wSxÏçæD9‚Ä5¿qÔ}S%Í÷g+xŽw»ñ ÐÜì¦C01SØÄaÎö&³ØRäò]‡Ï³$ övCKз:ÈI›`˜t;Çh ólôЧ¼f -/©%Mkç+ÙÔXé»>¤5Ó6VJ-gIÆäˆÝ.„c&ÄQïMír0@Ënïg´ön-p,0@wÉD¶ÆÓŠIİ(jú¾a†8 ÆÜ’h1'nS¥å‹€1™wzeÒ‚‰Vê¼á//Äôq´½Ih;™ºÚMxÏ=x]cŸ—hßòL™ñ$§ YêöÞþñ) »ó„•d'?‹°˜;oË“a yÕÙîp6L”ž¤*¦Œh|¾ X]D`ó˜RBÂ4¥ë¤80Úí_ɾÛÒHyæ+øÝû$g×\*º•L%y5’û®CÌùØéàHKR«ZY 1w 1/ 6ejIñ\'vã•Bˆƒ¤UU2„פw^¶ÚvnN¸ ¸Ûdž“:g­AOº½cyȈøüQ¿] !Ô­¶…Úf0K8Îyyæb[ø^K¥AÅÈå +ÅaÓ†£=5»«ûžföòÍ4y%4‡–Dî-ŒÔ“­(çÙ´pYÐqägãd-›O8¿Ožëä̼xúOOX»Ô« ÐÔÅÝ\|];±b¥#0y ž›üH)'* -5É÷õ@¼S.‡@•´ˆñ¶"±Y.eíÊå{g¯{bc¥Ì(Jö™N³áÀf®ÎÍBŒ <¸۞c)˜š8 -3Q<ÄŒ~D©~SSºy¶=—ºØ'‹r@‚VW"fO÷÷„/<¨/me <]^9©sSÚšæQ`°™NÌn<®¨åXn^€hÐ'; uCî÷Xj*)LG7µ©A¨5Xsïm:û­a˜x¦v¡ÉÃ+O^ŒÀF–ýØÚKLöœ ;ÚôI]q‡võØ)}cumÊ *ú9@w¤“™â{Ì«@!šîD<ßioòbÇ\ÿ¢ÖúÒÏ$\åOÌÌ Ð*v¡lüì˜ "ËÈ.»8¹/'ÇlJWìIÔqËc¡¾´ÁÚýàš’£mÏ2šþòë›Ã®€nhc%5ª‰vÓk§ïcg¬=÷KgçóvfÙn¨À¤fÓ°—÷Þòµ£‘'ÆÔf¡ÌMä KâQÑ:J&‹›>ƒÝ¬ÿtC³¾à;"Åt±†¦Q‚êÃÎ|Æ H&ay@nÂÅiQšúLcñȰ1Õžy¸ D¤Dó¯éV^ Û¥3eIcR5åHwFŽÎ6•F"‡œbt9-¥)޹‰ñÉj3¦}:h8'k0ð™ Ô.[0;UàJiÜ̇†±(#?‰u\Z ÀÖh'8u°¨)Èh6V§hTštkO ±óògQ9¨ -zζ±FùAîj++mm´ˆ˜©‘‘šñÀ”çìr!r×|3/§lds–ö€ú‹:{cظ¢çu»ÍÝqí¸…š×¿¯±P²M|.:cmÿ“„¡Î½sd_'îc%‡œáLnǬ¨ %°}ý˜fp œQè9 -¨»%ß:5»±r‰àÇÂ./LVœÀq¨hÞj³ÛÙ›¯]ZÂ*‰ÔÝNÑÁÌöåòÚdéâ¥YNÊ-Öˆ×z$vöSï±› ª_‡²2D]¨¡öï°øÌƒÚº“ÙÁÖ'ÛTé›õÑŒ¯¢²´ ÅçÂ*û±ÈYŸ n/,´„0èüeù¸š‹‘Á–)ÛT©Z™ÕôqfÄ ‚ìÄN€¦½c×i­>ÁaÛÇÂĺ0ß`®Â^e¦u`”ºmŠÄîV꨹`ËLÞ·Hú«ãÆ2ÕÛ©ù>±)_)ç€ ½)¿ÆqXŸe§.ZêìŒ:ÅÌgI´0AåÒp¼áˆ¤Ú„”+l[os&¯ÏÃxßýŽjúu¸íØXêaS–$ ;û¨ˆ¼¾Þ–i67í(yè>/ŸêT¸}×ÿﱈò§+biòµ<*Ò¸A3-WLì!¦?¨l0mÜÐ<Õ!´þ1°}&O#ýÕ•¡šÍÕ@Â>JjWÈý€Š²²+öÚç.rܤíæÉØ5†k%IÞDmι¸¼Õ0¶K¯;5Øèf¹¥H¬çË‘=š-­yZÚæ\ÚÞݢ˥¾mô¨˜HGí–…§*šüªQ¤btžÓ·íiYÝŽÞ­s‡NxCFòû:öFdÍÝÿzÕ -BÂF|€fÛÜ%¹ îDÆã‘òøÿý¿‡lð›>ýëüËÓß~ÌÓç÷·×·ÇÛÇ?ÿï~¼>[Þ‡=ýúþùùã§ù%žþõýíËþãýíËwzï·÷o¿ÿúŸo9:ߎqŸúõ#>½<Þ~¼~üí;?GÖ9uý´§ß/¯ÏoŸž¿<¬öåöç<=y¼|rzÿõåñ}yôQÉ×üN¯5ù¬ lßñôååÛŸÚ‡|~þöúñ|{˜gtÌùý>èåõùOÃùˆï??ÿúxûüËyÖFýl?ã×ןŸýöøüñüöù÷ó¬UÌÏï|úúûoÏ¿ßOþóã×÷o¿=Þ>VÚÏθï-/Ï¿ÅÿŠƒä%³—%óì×ý?•ÿøúþûç7?»Y°ÿ oûýíõGðýÿðíñý§÷ï¿=^~=“¶Þiæ:*'kÕ#¿ùY²‰þ¨/ÚšYW¯³áõ×þBν¾ 6Ÿyv%·_WÏ{ÅÅõ0æUñùÒ&g÷M ¡ÃFÞõ ÊÚ”Û‹êOTÓìÃýw¿GK£’¿ì¦p· -î³G-íÌ1Ö‘rßλwß=zåý¦ãÔ ÿh|NgÃ/ñãsŽÕsŽé9Çú9Çü¼Êñ»·™N‹ÂíaÌgLX¦ÿ [b¿îÅo÷¢'¯³pÎãy“2οòù-°žßõö–ga‘¼Ê3Žän4ÿÿ3ûOú‘2î|ûýïüþï÷ï_ÿðw¿=¾¿~>èþŠ—ß¿?ÿø>?Þ¬w)ç,cï`Ç|õÛQ*¼ãÓSòû|ê!·?¹{bµñgÜÏ¥–€ŸóôøëÇ÷ÇoOßÞÿüøþËÃØöÓž>?y}ÿóóÏ7oýôÝ^Gþ#uÂqùgLhOúà§Ÿ¿=ÿú°›/úËãû;¡_ìéëóÛË_ž|}}ûòé§çϯ¿¾~¼^YmígÀ@×¾¾ÿø}­_?ýéñrpý¤ùëD¿ÓÁÙYcªb:ÞÅ?‰×{š|0ñžÌÿuÃpHŸC½cýÊùŸ2i°˜#ÛªPeœñþ—^éý®4ŒI¶«ZUŽææ o'ç´j)PK[w·6ç¼Ú¡èáwV@¾;î4Oûæ«‚ Ó–ùÛ~ú7O°eè§À†„“-‚«z³´ô‚H²íDaÍòs¸AÁկ̲¡ÐVyþå»s;.n”L£½Tü÷Ql÷ÿÃPZ¥.KЫ2ÈÅ$oCDæp÷q5·zL˜rË5$‹ŽÑe\ÿ;S[&t¦Ñ0Wûê‘*×eô8Îö*¸½i_m'Ù²Áʘ[NNa˜ùoQŒr[%$c„<\—ÙÙ!ͯ`99— ýõSâžMÁÔãz½©pG’:¡Rº¸A³öW¦pd‚Љ$VËwQªâ ¥Ðn{Yðb«{` ÁÂILÏ‚ªa;m‡­F»±f9…“Îö@ïxÚ¥6臭ì!²°ŠÖ-°õÆ,·JÍÍF½LጔØlËäв3¼¹r*ÇŒBšºe‡`‹Yê$"“ E3PÄÞn0šB¸Ä<„V!£À’oÓ(Z¢»ùä:ýKKú›÷n¯]žùî¨ ¤œÉ[C'å2ÀÊU½ë®.G¡>P T­G„û‚$íÒµ»…²ZÓÐEÝÝ^PæÚzè ”E܉ -êŸb—;ÑÙíYP::TœZƒ àZ@OIèÁ¤?ƒ9ÉœLVŠ@ÒÆ›¢¢K­=g“lö¹’vòfËÍÊÊDu -³HE#ªîÝM¥ -Hv †ì²ìrYxyãŠRÇ$¦"l1«Ö­³Éý’pV)”¨zn@÷¤Âš» lIš¥ëqÊaXàKv©˜ï7ü„»¿Á¨—D6ÝÐÁfÚ‹Ôh“í“X‰EèƒÉ£èlü9Øz\zÔ°íÍÒ(Á®’ êbg-9ðoMv›e{%Ùü{Á¹•+1£„®$ëk„¨d67•"Š¡¹5FÙ§46_hJêM¶Q*ôH±õÞ0 Ɖ6ÙWmFÔývk€Ø¤|l«Ì*ù)BØ_W‰ÐiÛ¦ï„ÀÇ„ 2B<é“„k÷v€sÐ\b& E}}áòÝæ1A’ÿ ®Ê,[Âý.޾PSçjÕ*!ÛkPˆt˜´t]#29&)@ÉîZÇõï8YXìmØŒ},­J¡K±KVGÞÝ4hÇTبJÕ'@E}:EÅê,Øß8n°‹Ð‚EnCD -5¶Ü úâl˜;À´ÀAôÇ¸ãæ—vË݆•m€xuÉW‰`Ô9Ц\x«ü)E\ÝBw‰í9—ds÷ÅÎÌß0|~ëÒx¥é–ónƒ3± -#ä÷àš%a-JÅM1ï³%?áÍ•vq6 tÛ¥qLÓö‹.é¼ÌRY‡A»8ÑC!¿4Âg'Ù]z‡åZ ¾ º.MˆÔ(뻌¡îcRFӡ䈄pþå»cE#oÕ =QÎS—&ÄA™h,7³·woðß-ÒA4tÓ\Oxâ¦PýÍYÜJYaû>êq™•¡®@ †t4ÆK™mÎ.vx«ÈRZQ!äÀÛo …®—h›˜ÕâªrE|–ÙÙ|êÃÆ%ZòžNS€~Jiá ™æù—ï®Þ'aÅ¿„Ïæ;øX`“¸r•0Ø7H¹ƒž]*Oý‚†¡¨á€Bj²$ P'‘¬pkK‹ÀY¡»ºÝY0h¢óà<‡ef®]½¸&±nû´&ñmy\7Ö›ƒI$Ìè@. YÂ8±‰oê› Œ™ó ÃN½EêHµÏYÉ |­KÕãzìSt³õ‚n`•úg•UøX}³±Y™Šì†mžØŠ@u³à]ƒoˆÌƯ–(ts[õ5 }y—²Œ'tÛS«“ìÈÃ@¤¾c`=.IƒZW_ #ŒY?åïË·NXS®òý‚¨áwŠ*ó¼Á+H?2{ó5™~ø’¡B³„[˜C› -hÿbóõ¬VY$û%£kÜ”ñi«ˆ»öÉì¡ÈNÔ ÄC[6èlžµXf‘àzcˆÝ«ºl@wè9¯¼p’«Š ?Û6±Gì 1òÙhÏM·V’lØaÀ„ûÁ ïÍŠ`g¢yÒˆã\ › ¢ªêøˆ~ªŸÖ>¨=ElÞµ²,Ô‘QY\š§ku.ûU’ãfô]w”¡{¨öÿ-G -áÚµgØtu¨J¿Ä5“[ÓL‰]| t…ZƒòHù¸…šDEójRhwÞž{ W Év«åŒN×Tù)ݵôÔ±efU×%¬ÓÏ¿é }6Ã:xURŽ˜­9mç—NTÒ2`”#ò`,aØq3÷é+®t¢Ú³½Ö‹áyŒN ­5]/tàUˆæpÖÎ&xIyÜ\°eèºé­Ð*sÄŒÿö“/€.ø6èzM†˜Ò“bzɶ|bJÅ*Ü»Ì麔Õrs@±JøÔžÓv6IÛãõ“qš†-ÀhŸ …ÆÐ Üžûl€v·Ö鹪$>T‘‰Ì“ËCy6ΈWÆ£Ðì>GöëèVóþB[^ÙNöyý¦:©–ý½Ò:¥Â#×¥×b3­VÅ)h(‘D0ª-¹++›¨»­tí8Ѿ¤$hOÆ®9Ös!Þ¾¢ºÐI+ªÆbÝLà ôGYrçq¬o&®¨S c{3äݨ<“e©_—Æ‹/³.ôj´6cn†Tö ©Çͬ¬Ýùó¼³fVŠcE2Ð"ëyAF‘壤BÈ‘xSZ v*ž’Ø,ÿm¸Ý±ÕºËÑó.‘@%MÓPZfŸ7ÝÖeŸªµîºEoÑàÉÏÉ™,w™ sG´R» K¨žë|·ìœ”gÉ5Ã@×ã6ƒ@ñdsÝ dåà©@i'óÔv‚žC¾¡S™šØî¸èël“;›ð­¬¦9-ˆ‹¡•:ÏêØ { 63ÓŠ 9=Û>u+ãr\Ìòcb—Rllâ·j×ÀѶjd©`DûfWØ\{ùÑ ã9ÉnA¬i  € -? !¤K¬=áA®Û™½§*æ¢ç«Ubr -ƒÝãòö¦À™§ -}^&Œ‚ÕjmœÁÓÈÙï¸psF7ëjÅ'¤ÈXb£ÞaU.T³ƒ=–ŒÑŠlo*è[¯É;o ÂÍRX¶Ë0svI{‰Av­—}¯µeqB=&ªuœÒœ¢È!DiB—„ÏNÒ<¹m›Ý¬ n Џ¦J½mÐ+õ»7²ƒÓp¸Ï@U™sj_mr«.XIHnž¤ºj»¾ÌªÂû©WVwo§^_¯xpˆ&A¹kÖ0f)†àµ­ß¨‡›º0¶7æ×7«#N‘.Uö™±ë» -+uò)¶$èeŠ8…ž¨*Ô@È@7ų«CùFö,öñcé¬7³œrNº A‘óÁd›¦–i^ŽŽ¬å&ÁE$I°³QÃã½_+‹ÆN¨ÇÎÎÒ:g%Âj'·";ó±Í[gÄPe0†Ð R‹šë×N—SRÃ.ï>´1®ë¤*]+L«˜Ú¡¼Gw:R Ââfæz޲O× •Ž%ÛÅÉŒ]r|¥®ýãLÝ•; 1eûy+䲈™?¨M("CÅ!–ÒöÉ&2ŒõU{_‘¶›¿ël…Ø©ªº{cçh2Q·Ö!N›_‰Õ‡WthCÛ -µeìd3–œ2ÌDûÔ(ÒìXÞ’S ª¹¯}‡µÅ¡ˆ¹ô=¿34ݤ)/ÅÀ\‡i° Hl.Ã!Ç>µtŽ3é6Ï©ëÎÁûL3Áì$4_\÷tâØýPÑ£BN«oÈ”ÇrQ„»[Tz¼GW&±‚mÕu×@óõÛÀqsÍAŽaMð¦ =ÞÌ+úC­!–Ñ|C¶Æ@]ªc$³"48¯_ Bžº»ælp»Â¹Q}ÂÌ1KUÎK*î…àÝàIPÊ•"\{›Û›Yšö™R¨î\ öÂ1²Â”áó÷YÊGã ûlG¤!v>EëttðåY«ª˜°Ø›ÖC Ù&xè¼ëh\¤Ð¡}Þ¯Ôe)Ÿ.›.C6ÓžÓq†<·û5«²+Î+õÖ:¡œŸySõÁŸcâ眆6hÓT¥–Û›£* -'ï„«ÛÁæ4,‹dji3+ݹN„chí…€!lØ$- –u±0ÐY,LÞ«R1½=ð¡zZ¥bØZs¼ÉEYäTud%Íê*:ß .¤¬z¾pÈUp+4)TE®ã* È"Æ)bóÀܦK['›Õ°,ÀOLÔÁÞ¹S7tB#ëÊÛtžÂ(Jóü{Г÷Y«kPjg7OWÄ’—éVwm-—£GvÎîÛ\9æÜü§~3ÈÍÒ:ܦ"¯çÚáV¼.>ufè\ áFOáØõèên÷“{= Œž•¶#Ãìí 7lÍ­+Ë¢j£> Þ©¢ÏÛ¡¯õJຖ¸Q‰Ð7³×Až:ƒ6Ñ{ìb—,,‰›‘]³BÝkÊ MàŽ8‘i+›SNLé¸R½ZÄ -ƒó÷–0Èrè÷Áf7, u@†š‹Ô¬ÂH9ìø_ :8eœ&í5 Us©PZ(!Á:2P¤Ð­zèGJl‚â˼Úhè!©Žk¡lEöŠ÷Ý5ר”¿ùÎÑúî$MrdèV|"Û"’òá:±}Œ3ÀñSc”‚åbl¦nʳøÌŠÇ+Õ+Ý¨ŠøLÝY] Ë2{#ן¬eÁ -ÕLælÔñ÷ ,€Â/2€§J§Áหšép?Ÿ!r¹Æ,õ›)6׋ݬÛÇ ™¸È¨R€[hf‰¾Æ,·l¹ÂcMô6Z›f>~&G›F¾o†§~Yº±»ùÕF3©ÉìÞ¨K«EÊ ‹½»Æžøi³Œ&i¦Ö»1ûFŒV¢@äºÈ»Ž¶bg¤0ÁÆ^_eªÍ%»Åæ}Ñjévîàúr¸'é¹^Ý|ÒÆài>jÝŒ»Î,Üáw“!¶s'ðئh£|1¡d•S›LX -+Z<¼S®"÷F`9…DªDj~K'vÕ¯£ Âü(°4/±½Ñ†l–…ºÖp“ç2_â±èõÕÙ²Ÿ9£¨ª*që -Cˆ:È;’UDS0øÓl -£¦w¾(Šr€1¨;kŒ0¤p_e&Ýkõ‘EÏcï -2…æ=œe7*ˆ -‚ ÁäÖeLIåvŠ&êÜÛ;BmÓüW°Ò…û6ÍSc³%p¯bAé+‹ìÇzûµkæVEGÁeaÀ«ù7îU!éJWÅÖèÊ-#Å]¹k³Ø]µŠÛ²’äfYJ‘tKš–¸s'ÅJ¥h£®SRvWœ,š#Ø e¡/D—Õ0ë0®œe¢ªå²€v°b$¬×†È~\wÈƱ ²áÛôŒÑÀÜÆÍ±=á°äåS)Uu=Uþ*T¯Ûa0Ζ. £ïÃùz¼©¬;¡a°Ùi€#¨2ZîUáÉwN>+eˆy;Ÿ,™K±ãçrÀM>|ç¾1ºV0SÞ…÷Ùù4U`ñ©Œ£¤]±rÝ‹d:j^Ÿeú†Š -ú9kBXÄÞˆÍ8wBN6xÜ_íS#מÁÃpl&쉼pœB|}mj§ÏåyQps0òððåó•^OyX)ð¥m÷ 5ƒ•§rŠ¡y!³"À õ#è -Å)~ 2¢«ÞOj幩}øúb7s½¨µ‹¾(ŽàѧUã 4_W³¦‚äys; ·íƳљ"‰/‹àº)ÁΗÑWv{ô6:QrPôì©§bÛ¨f¾çK>ç ‹Ryèã35ù\i ”\y K‚ΗÑWòà%z;ŸO’?~¯Î]3l3|-¯6ÌÚ9K× -’¿Ì×öà"43øÅlaM¦mÔÑCVf©ÝÚÓÈüÐöð-i£Xi4yr¼áÒ¿,üUì¹›nŒ µnIe¥LtMöçÙÞz´ Kˆäjm£›÷ˆÑªß -‡¬¹šl EU[2§JíùpÝ!1jA¢…ÇM>zûºHœ¡uTtuÁUÞ2‡Ý0!w­ž0éqsëhb‹S¡œDS„ëEs*Þ·J½1ÛÛÓ¬åQ–ä‰Á«Ú­6Bf%ˆä(Ò;q²•ÖyqMr8ª Íõ(46#]ÙªÍQô@ƒy„@´Ìmó2o†îÞG%oW˵ԺŒUÚ—+±â@(Æ}-Â|œL`6ãŽlaX({ªV]™ÕU.Zé*Ì2K²Íƒ'‚ -;õ¿D ·Dt -<IKœ7fÛhsíŽæ8…Q ¡|‘p5ÞÅ8,FG5!HŠp­XCø‡Úhè4Y+  -Ï„E]^#­Ð’0ÞB“†“=†ª*Ú¨A$¢¿0µÉHåzÛLD(ñEBB¼:¥÷y/Q`8œÏ¡"a£ª¹EÚC4‡K^„Ýó’0ºN™øÒûJNw×ó Ú—Ê`Û¨ZBû^žóWµØ,¶ß;±[±Xã­´Î pšçe̦PúAŠpuìª8˪viEæ±yëоÕèÞgµ›^É> ŽÄ6ɇìûLÀÖÚwbÊm¶)Âu†;ŽÍ¶ŽAû0ŽÂ4pËÐ>WŽÎ.°—ÍØ'Í2{ŸNîw0<ýÜ$@?®;Ü &•?˜b¼«ÐC¢zi¡£Î«½ºç”q©WUZóöóšÐ6žðkLŽ3dg§Z+ø¬DիЧqoàô†û÷¼z«F1®©ƒh¤ºWø¨8hEͤëŠI8Õ8[©ónï®û¦SÑ59GƒHC¢9\ãq©µgÑ…1»dS–ªnåR€PŠÈÃõrx²`çÙ%A|•cû²ìmwœ&ìIÃlÀJ=ûtÚ¤3¶NêeXk7l#e“.~ƒMžÑ'Z¥•SžÎEf N…Tgs. óp\'õʬj'¨Çu±œ MVòfêŒ ´¸•¨I×ISYãZw1Ñ×WŨNhjÝ¢lhÒjºJjÏ<Ï&^ü»jÑûeB2Μ."³Ê–õíEW}׿£žrfŸÔgÈé”H‚p‘Iðq°S…‘:Wèe“3s"zˆhX*p“Þ·ÕyÐ8Gà ý!õöÄßîØueRÉ4Æò6êªX5³²Z+óßþÇàÖ$®l«®¬p?”.uAõöÄ~ojû*ËÍòâEy#uíØÖI½Õ>ï bÊ>i2ãAYFúBœ #"}Ûã71EŸzšÜc!á‹cÀÇQ·oŠÄ§~`Þôýø_q'M`™h…üyLØ%é^¬Ø@…´ƒaÔYÉ›§ëlÓVUÀüÏÄdéu¤i7XõŒhU© l€Áš1ËVã8JÈM—îÈD%Œ¬¬PÞP]—_åIeH¢Çmn–fGcçùæ– Ñ{FîC¸è}®#èZÔ“b%QoõT:ÇŽo<Å Õõ†ÜE‚ÅL-2¥±äfRS‹ k°¯& -Ôœ:P~»O_cšBu -™©˜à  YØü‹¥ûœѪº›ä¥l·PÜ’2ËD¸ædVt­nôÄ™t/4³Ü °7‚ ÃoYÞJqR'†ýÆŒ‚WX:\Í9t…jjEÊû˜o£}«t¢%( õ%¹í|ø0žÐH©ÚÊY4™ãX¾P;5Œ‚3uæv̨®&’¨Sù4Rß1°ȶ.#+u&[ý<‚ä`7¹]ŠvjG”)ãÅ&Î7tãà–Þÿû‹=µ¯ñ2ÌÀ(f¤›r=_\+–M² L6‡ñÙæQ†e`­ÔS=kB‘Ê6W©b²Å/NÁ.̧•Ík]ºÌÔU±ÕªrÑdöÜ>úºe–`±é ç‡Õ <¡©[¾™çqUäåüiT$¯o -fÍÔ¹{íFU@ã°Z·M—ø>³„ „"R5Ï„?;@NöW˜ŠÅÒ$Ö7…Öã겪S‚ÊÀÃpf•Åén@S1Ǻ>H8Iww£þÿÕ¬EÈ0·)Òk~ÕBOp†Ã!™öŸõuŠõ²Ñ’`Ë‹üû¦õF~xÆê‹Ò\’>³…úg}¶ï M/$ä<£ªjuÉaÕr9ëòüEÔÏÌ€IN½ÚÕ{ÚqÜE³ŽRvÇ|%m¦ñ-s ,–fQ`û¡Ù0¿½h•šÎ`´À­ÇQÓ3”&ŸâÝÀåŠÑ¼–‚§ìØSÛ4Ï:Ü®®}’¾a¬êy[£ëuí¼£r„è;þ™Çæù-µ¿åJrZ x.œu -ÇÑÏß*&K˜§z>·Ê2'Ø nx%ÍÕƒUx9% -º[æa±j~^Ù&ýt1¨®EÇbÔ«2åæÞ°çÃÉggŸÊŒÙ€/‡<—#'^Mõ….Lá"ß`|¥çV\¶;è‡X…>Ö±”9ÔÔ/^丿@Æ’o®R%µ‰ÍìB)xzQ2e13Û“‡]‹y-Ãv:ˆ1¬‚6òO¬Wf¦ß©'¤È5A¡sLmQ‰• -°VR—;«~¿+ˆšÊ5’°¨Š˜3ç3×ÈÅ¥w2].Z$äPt¤Æ‰5æQìĤµZeôØjCî·Ì•£d¯õR#ÜöMœÙ -s%yö£t:ƒWÓ7d@b,£CžD8ͯ`•ž%‰Á綉ƒÄHif")¡’”wÈ)ÝÙ+|Ù”Ÿs«§3Ã;âTëÅ¥0eˆ2ý)ÉÚ…ì—qm¯óMàó½ìDUŽÜQµÜ6xéMfåÓQ#îôxS˜×ܨ0–¡†‰=-Ç/¬¡\á嵼k´SU -O”YLL¤Ómý‰{•³ˆ|;4s¨“ìñúìÅòp¼‹^ꋹIÜéÊÂgvÇ.ioÒ+9cësó™\6¹á¤¤8tÙ»P®dßͯÀ-=™G ->Æ’¸0,Md®­ŒÜßé´›yÃâRÉ2×Ý”“ÿ夥?F¢ ß«;²CÆÒ“ îœéBzI´”'¢"*“,kù½Á¤ƨ4Å\äøZ;&]í0RÐ M¡û]AЇãm)k§d¹k¢‹=ùß0¤Š¥'úº[˜4é º¾Þ‰9”ô?^—¤O©zt [çÙS—¦Ä‰\<’­=Yãͦæ]'2)I*o_F"n#rçE¯)÷Öj*ÚL¥Ð -¥ÓÙÓ"ÖÎ]\õùH1UâÉÚíÎè8\|•²ƒz {Þ¼³Ý6H2šï’±o®Þ…VDVÊqÒ ­{Ps &ˬâm®2ƒüVöËŠ=_vqWÀÏñó`ò)XÀ²uZ™…:Ui²ÌgjÉm%ô 6U:ÙMv<(.oÛ’ -wðFL-/¬FUÚe ¼Å:ky•˃Ҥá+Ž„‹MÇCqls•‡yfÑd‘RS> ’îSÌc诰Å+ç\ÿßS—4ñÀ§ü§{úãË«<}}û|}{¼}~øw?¾½<4ð§ž~}ÿúüyC¯ðô7ßÞŸ?_Ÿÿåûï?~}ÿ%B6=fÞSn÷ååñöýõóÿ7àŠGûZO¿=^^Ÿß¾<ÿôxÆ—®åÕŸz¼|qyÿõåñíñ>æbÆd/þÓgMÞOSÝúôÓËÇsö_Ÿ?^?Ÿ·ö vŸ1{§Ç_?¿=~{|ùxÿýñíž>$ã^ãëó·—×÷ߟ¿ÝßùòmÏMÙUýøýñ§—×ç?=>Uð6ß¿?ÿúxûú¿é°±øñ§??~{þõ±Moùåñ­–xˆâ~¯ü‡\\ÃÍyÿþp¾ûë—?=^4éŸyÿñýùíåÖ–ž¢×ùõõÏ/¿~<¾~>¿}ÝÝÐ5Þüã·çMt÷ß¿¾üöxû#ÑcÒ÷ÁûþüÞ÷¿Õ _ª¥0£;q1rˆnUEåy"™+ʽ£_[ZÐú#«/²üÂZÇØÃcÉå-’u‘¬áFÓ›îŽ8†+à Çp Oìo‹·2¢«Û9 õo;¨HÄnmgp´1m,Æòü·(Èhm£ÂhCm4FÆhc0ÚXŒ5ïÛ`b´Œ6ˆÑFa´!Œ6£ ãx~ð3íh¿Ž7£Ãû7*q<¤ˆVkîÛ_ºSzÓ[FĈ£pL/œ×нGcÄaŒ8#ŽÅxãðf½û4ó2âFĈ£0âF‡1âŒ8ãÃû8˜q#bÄQq#ŽÐ0(j·ó8 ^¹ÁY™¿ñPEàxDØ‘ðQçå4hG½y®G:Ù¾n ‚ŸxÛD”½ñø¬•‘N ¬ËR‚L‰(r9Ú ìË ‘G7 rdÏ7 ½™òpuO¨á)˜ìÒð]`ÁV†å¿ÄépVrïÛ­ŸïŸP)Í^¸æ{’m{ä Úµÿÿ–o¯×}›§Çûǯ?üå´<^žv  ŽX‡88B_öòõî4¡wçæÍg]h[%w3Gý´ƒUk3MãJaW —\Š(õP äÁz²äº|; *£?[ÃKR–·›Å]I bœ Õ:m: Fg¬Þí ‘–ië„5Û©~ÀèÐ1Jg¨è±X—É]Fao¼$0Rœ»™è¾ !sýÔ¨»Go¿ÓÄ:y*ã-‚¼[XáÚ £õ`ŠuL„îVzùûBK5•Å<¸Ï öé è­q±+Wá]>Þ¿¿~¾þþà¬Í’Ú¨Î7)$õФO°Ô “5ï²ü-TÀƒá­–úÒ3ŒMž‚¸ËùÐñÒ³®Áâ€æ#D‰ìú©Ìx¿‘¼¨Þ¬Ú˜µU °7ò¬*Áƒù»dqV‚>°‚±ÝðÑj'è3|¸ûå¬lòN^’¨­çf½Ûe5BÁ`O^Gø€cÙ¡Öü›²Z(,Kë­ÈÃDZ¨‰nü,ò<‹}AÏq[f/Nº3ÒdŸ@5ÚkOÐUת,“©á‡á+ü \$ -ïZv>âõ4cVNÝaÁaG3õm+—X¶Óôà«>„½‰Æu v°»Fi”µ<æÝŒ“LĬfàw€â†ù&ºªùN°¶ÐbøÜ»ATX» ’¿=nÅ]öô^«È}†Kœ´×S„ô ƒ~à=(SG<¶/ßÚhq0OÀµux—Éaèvèÿã®r'шŠjz凄öBt•L†Œ6rÃEÅ|èè—çU!/àBðÄ ÉKÙ@ô?Äàï1ƒæ"Z'/|ƒHÛ{L¶< -eÈØoY"à“2œŠy'2Á­Qhwqe_žó‗—=†„Ñ;ê ª?‹'¶ûÈs¨*´tŸ}†¾ ìT6%gaYcÐÎ'vŶpOÎr] my´IG›Ø~”¶>í¸¾ãAriTþ®wìâÆ›kàç šqy‰œ:³/hÙV7©Ãð9y–˞ĪÉO¤ÿ¾;:ç¾›Ñ@Àº!—C“ìã=ìÎë9ŠìÉFEHƒíW}ß57Š>»ë.ǯ·æÆµBÙ“p¡¯žñÝÐØc•ÒxÐÀóãŒ9 p©È!H@¨ëñTõ7£ojó •Íf‘±§àå<0¼¹ÜBrìQ WÝþ–ÎB”ÑuE‹`U%£Pàm-ì>˜÷&Ñä1P;Èžiå°PV»ãõ -ƒ» -‰XæÝáúëF gø™_Qû2^1‰Hv(Ò|DDFÖÎr8·ŸQ€È:Á®CšqÐú⥠´*{¥ xg o­{²yíǬ“FªâZ&fX _À'ì™8a…Sgê@ˆ\޵lgàŒ›.€­×!$¬\𪀮F’Tf]©B5¤kZ.m£'Ò¦]@Ô.YzEUMÂM4«?k8È©3÷ÄŽ£¯¬u?rQë+Uð"º‡=TQØêˆæ¬ì™Ë~½i&_„èði¢«|‘L4‘½óe:U}†â™SgbÕ”÷Ä&Æ(Ú0ȽNÛNZ+GíéÀë£æ•E ô^(.§RÐRãkÓ­‹0!¾íšQ˜µS [©0ÛLá·U5v% ŽðO<ÑßôY|±¥ŠŠé\j0øT^yðNÑË ojýu;Vœ~æWTÎ'7%.'“eÆ]UÝÊÎÀ¥'Î{o ÔÑOÚ {ÕóûH­g¶BÌð7÷$u(ßcpm§™AÝ‘€÷xcÝ~¦VB^.j0yœ÷¾qò2Ú¹B:;˜±˜t.KØõ¬¨í¿Ûç=F7Ñ­f&­ÆO5šÕ‘Cæ±ûÖ Õ°W¥Ì²È":RJùá`ÊdâÕ ^¾Øœ´.ƒ˜R……N\YW¶] 2FÔ½MøØ‰ÈŸ„E,ÄÍÉuÛ;‚oK¡XÁæ”™£é‚ýhÎŒ ÎýÀÑßžŠLIÔ5ØwH÷Up[ç¸%C˜J;†ÐmLZYŸÏø‚69ˆXLJ ´Õþd@uÜR%´f.›.š<@(¡X‚Ž":Ãfs%£JQl±6F’š‘[¹{†oÿ é"Íœ&'ðpÈè~ª{Am‹@>£*a[]±zyÖÉzƒælª¬”±À -·h®^8D)”½‹ÌÕ (YÐs -z>Ãr‚ ­w.-%gb^©?É%K’T–RñhmrÎ…èîâMØ~ -.¦ê˜fN§Ud‚,ÓÔ®]J”Ò®½½3Q™§J’bA±/¿fÔË‘¶PˆÍL5ÖWœ^લDZKb¡Ž¬j|õ¿‡Å+ŒÖY|¼²Î``Èó³œ@Ö97ŒNq®ŸnÎøL C²ô<å^–±Î¨sô"–JTÈ«“1Xºt1oAäI -›m“¨ …Œ¿ …¹#Šš‘»[ºœ3𬍩¾Û¦mŒTõ㘷+5ù¬/Ê* 8«âÉfˆPãStTÓA¬ ÙüPìðŠ|Å„e0Æî‹‰œÏ”áÓDE‹0†Pº zur|X»g}=Ù}4gtåÏsì^%Äqž6íw‘ApvúU¯„Û‡8— ÅUÔ&¶`ÛZø(³b†>”ѺVGÄšO̶ÃlbI+dS3jDÍñÑÆ-}‘_Tó -=ÙNÓp-w¸¼ƒï*ê?\öòþ= Í™áÙt“J@–:²¦éª³öRjh3Pƒf-ÑYü¡]*RDkË+¸2љ˼ª‹A8¥9]ŠÁ•#í„@Ì’Ç–²TÑÜ)ØöXzìë¤ØºjU±ÎYð‘Kt³j`›mh¥Èís¼•XïéxÕ¥Jn>k–'Öм Ú¶SJªáÀ ÛÚ´øë™ÊÁBl¦6ÁUÑ¢½nÇ!ûQßL©<Êï9…%zl/PáƒKMÎgÇÑ‰Ò ç¹½Â¶”@À&ˆUÆP.Y‚ª’åÆåÉŠjŒ*ÄPüá´â#ïúœdØ?i©&¢^rÁLôò~ðÄ©ä=—'dk ¡7-*8PÐùèÌa¸h‘²kh.°¢\MƒHÑçZøzñ±êü¥ˆ§¢®¾·-ç “t'´¨Të@íÔq²Ë3·RÄdÂLµZÈi‚35º†È>9†Ý6ÙÁ)0ÕJ*j| °­¯6¾P—¼»—½D ¡Ëh®}®´†2 ù}Õ4ö øk¸0±s¥ó­§2í‘+û¿0\.BâH0 ø¤´ºÞ§w9«|á -Ø9'æ›>ׯÆß‘È´~-Ó`‹¸^y6'<† o÷ªpNO¥H•8è^˜5ÛÙ}«i€i{^OîÄ{nD C] -æ×΄v÷3@ÛpÍ3J¯6ÝêF¼Hg©Ë·¹pSïxׂ°À‰äJUË;O Å)P…Mÿ¢o),ÛR€Àˆ;Õ‘WPw¹lë“Ø(;v .´}CN’DÂÚ(Çg4]I°†Ã2b©BU¨ÜWåaª2‡“Â@q›-xaÌ<¸ã’'»1rmòT~ŽåŠw֢ʬÙ^ä åÇš±ÛŸ)ÁëïüDsØÔvÀÙT =òv†ÔÞ\ŒžÔVqŽ+ÌjÔ¡Ü“ ½¶1h­7¤ýÄoÕ\pB¼&'&¦2d†}g¸jDr‚쫪côS=®—•3$Èieô©¡.Oç{¬ "oÃ]œqH*&5àÓ>5÷Œ-MNÜ!æ´;a­à‘hÊ耥ã†îÅ‚Bà ;©‡K´³þ³æÓ¬SçÂÈfú—¯µC©&…¢’\ÊûOL§)0D«gò®ò5CÙ.êv(áÚz’í²Ö¨yÎ_0¢•€ÅdB.p¯ýÞf¬Ì„™žƒkU¬ äÿt”ÌÄU~o‹Ò°4ž1Ö-W²¢®Î©Öå‰/J)“‰ž¢ rÛ¹¹á»²un|Ë܃1¼šÁ*aìufëVtåüDeêGSX¤}„ÅÆ ¦„·¢W&ÄMž* 2sšÇAÝ[/ˆ}TÿíaŽÕ,Úzƒâ3)D²»5¢Þà¾ðíTc¦!s+…BV¨g”ÅQk¸–ŠÓôæ= æd¶!ãû•œ†*3Ç3ü·ïœØt<ÉFÞGü)S9^òîyÛ¯<­ãní#Ë«ôTNTãE»ÊÉÆòX ߆ -7>¼`«®è6É Í<‡e+)Üz[?gå bâ˜R 3:o|d„U»Ä$aäæ$º¹ªõ‚x¬ \x]C'&}—Q&°‚-G|ŸF†çt)X1ÃŒÂ0QOø:F4Å´HËKövÁPWs*D²¦…x¦‘ªv‘À˜ýœOÐçí²ÈôNL؇O[|í±‡ ú£=$ž¨7'…" +$®5¯¾0ëG7§ðÁU|ç©:ö…ýdåšÊ$¾" °É‡žƒ¸AߪÜbtdM@›v1s†™cqXÂ1³°YƒÔ5©íÁšÔ©Î†+u™qºÞ,âVìÁÛQ)Kƒ§ý¶‘¸iáj/„³"úg(pQs6Z=G-éÖЛ€®-Ž~©Èô>(üÚ„’ÌZÙq‰2q;ó¤+ Ö”ë‹ ,5®ªa0ÛŽª]°?c–¾‹$Ø\âY•¹œ>[G‘+2‹)Õ§í÷LBÇ~éÀˆL˜é£›Û”ÊÎFf”Ú -¾ª]Ä/ÑéOˆ'±.ìÜ¢Êg#^åFOŠä¢ä¥ Ç(U­€“گء£ÝCûUʦ¶Ýc»ÄbÇ$횥MC›"è3èK -êŽÂ†DÀ³3qv k€pGè‰&^z\ˆdõ4`FWŠ:>Âèóʈ"ˆ@呬s°ÞºäB›˜¶°¬êBÍ!üÚÒÐI:)ÔLª‹‡Ü]tqdR‡Áü³AÅ1i­ §Pn'm|£ð-Gˆ„ÂPlxÓm‚YÂTm¸2¤@ÂÐbÞ‹x6n×Ù´/ …Œi1e“v0Šºd /ýX×&̈'í‡Ý5—ETö$«Ú/ÐY -ŠO˜Îð³BÞ<®6CT†Š¬µ©w9_tÓI¶3¼îé:q‡;×2a€Y¯‚DºÂì­µM蕇{Áª¹³|LsÁ/MLÛ™¢x€à<¨qéÀš,k 1 „º¥gÒ"óI›-˜qWÿ6|Ÿ´A¹‹m´·QFÛ2#tt2+ CŸX›ÞŽzK›ÚÄ"׿…£Ì—_—„Wq)T´Ë# b‡-Ëa±_Vÿk-Ó„€`¿›—š›êH/I0†«…ÅÊ=}ˆRè>púé0{ótj…b&ptB@FË%Æöm -É…ºEh¸Ù¤­‚Hd5׿ã»Ð¢ f<ÕªŠ›/mâtÀƶʦ øzãÁQμU`îïû\ë0ðÚVÕŸÄÞ¾Ÿ6ÝZæE"€Õ`:ÓLëkêG.â4È™Œá³†þÿQm)d§xe0\þªÿ4³’ö² [ÆîR#©‘dÔæ°æSÓË B3Öÿ¯rT}ç°¾sŒË¹Fà `\V.Y¹ÔÎ53(Ç ņ‘š9~8n»¯ã Aˆcø˜™ßhv¥öÆvå*\g0*ãmx1üÔ˜ë¤òlq¢å:ª8KÉ?±•!Yµƒ%ìþåmIºB–,”ÖÈT`CRøÈ%2é*#r½ÝXž½ÉŽàçù:¥Q÷Á ýjúZ–qMj½ûÑ‹„GL•–9Òñ_BKÓbì•ô0än ÒUiJ*ÉHÕ—Ÿ+ÒºûsJ¨ó ¾Ìi6I€õ/fuóÝ›âkæN„/?Uú® -í -8†ËBë¾W|‡H~!,´+`Ü€!ÞIˆçã›(.þ¤ó󡣜ßVSª ?³KvóP7!Nðo«Â¦êj¾Iæ©=o¹kgl8Rø-Ùpc¤7•û¬ã*¡?\c ^¢ ûǔԂü›Xÿ&T¤O ã¬'wXóûß3¶—RäJQ -µ( cm©Á·/Ìc挀H%­íí"r‰T[juFøU¢è¸i",…%ärðd’êî©À6ÙÚ¨1†^ã*GÃk…ªðXiœEmÒöY~Wüf¡±[met›¤h¡“›¢äÿ7_s4zÂïNž’Ò€LöóûR„î½ `‰h'‹ÖYúc}·Ùýª°Ôðq¯¥ wh³×¦~^g·‹ŸÐÉǯµ¥£RÂ8ë¾)X}wê ÑÐZ‡…]+iz–ý7wóº°ÅÁœ~šŸY2¿l÷¢yQÝfÝ80ªå¬èv"OÖÀ(m¤î¤®ÊËRØØŸÿBùË4í$3¼ë ~+r62*‘ò_ŒJ îð„Š ­‡lXí»ÒÌë‘p¡Þ†µœ• 9ÐÄØ\ Ò\¶M -c¨žæM›"u•XâÍC%*W›²”„Æg=˳Q¹+ЫT¡šÆzSÓ%½4P´ëI¬i7P††@S`kS”Á@!ÕŸü‘}:ïîC¡4ˆèÙ®GçWùÀJ3C ¹üt ,°ø)yÊá=êBß=¼¬æ¦MY¼   ñ2ë᳑£ƒjWüʤN­ú©Œ†û¯¹ðѤɨ28¯ÝekDä83N,mñë~¯pÌx¿çìŠ"Ó•”³)ÓÒßغZƒ¯-ÌÃ-¶?xšó¦d#úy9K_0Y釷¢îeO•Í1cß”Ør+ÔBÞhÍ­•®•œb ­0†ã®÷O†KUä÷Èç¢Û Ìã†t€ÕÀ¶Yá^În"&kT^É‹]¡«|q¤lGQÜùÙÒӊ÷gã' (ÊbWLï¶¡¸#œÆv¯0&|ׯε=ƒHà-½™!uö›* -í›Òm)yÚúçA9¡ ¨ºø €[¥é«û€è®â±0p6@¡\Ã&Uö҃ȥB-ÃÎŽðЊ¡tˆHW³xѤ:¥ëP÷É—éSÙá¶È >aÔ5¤È˜]fDÄzª\cÌÕ@Ã@uÆHëÉoÛÕy_×Q¤Ð ˆGÅ®(˜çËQ¿xUh¨÷TQyŒ+9 /NñS™§Ú7Uñ;íwkg€qе0Æ›=ÜÇbù¨ÃøòõÁhž âÈ髌ÿx¾) ‰ -÷0Jéʼn£®EÜy®€#s² Þ ŒÔQ~=Q€„À|¶ â8­´ Xû??yÚ÷ÿ*¼š[œgiíÖMU³·"ÙÜÎðaý:¢œÀ¸BîÕ‡1rÞetçÙÖš]ŒÎÂLå›&ºçQžÓÒ&å-<½‡âTÜ6÷òÞ†ÀTQ[˜²¤0¸9eNÒIòö5À³C †ºÈß[õ¸¡¤3•ªíŒJçÞ¹Ú'í)ŒOê¦z}¤^ˆÅ€ªÉóº14¬—g¢µÃU$§ïQ º=”…jvÒŨ§tíÝá‰7YRÆ6ì¢T“˜SɶÓ)㨞êoµÞö.ßNÕ£=ªªBÈO]ŒE_ÄM<‹ãå”;ð@›Û%ËÈsv’²¦A9YZážÂ X¸[=ýìí|ݹàÿ«á§ŠvÚ -jÞr–x/·Bâ|¶©+¨]žrý¹T •aÊ’+dd•Vh¤á&ÜÖ'fïMä³ äc*åæMŒ‘  ÙÖ>eo{á¡|®;‡±”ôÆuy¯‹ò1\6‡©Z ´€H§‡çD%\’ÿ½©Ã•µÛ .?¼gø“¸ü&Y‰‚dëòï wðSäåermÚ -!í¡äØ`eþ¿+úïP§±ùíTµJ×è›ÒYzÊõJuD[ŸÎöš±)þTòËw¼*‰M=1ØP6š†=†nj -®kŠhŠ•¼KÕÔÆ ¼-¸²_AçA:Q[6R=ÝŸˆe£:üÂ"­ã gÌûmn帪®2+G#ŽJجBf~Ï—i‡¢&·Vñ™Î -ZXMÒYÏK†×«Þš²UÅ­HÆYÏý³ó@S«¸×Ï‚ -x»âk…Cüž±Z¦Sެ‚ú.äÔênýÄ<Ï6ÐsøE«9Œj¤ô¶êííªQ"®ú€R6îòºo²Zko¾!ìžv0a¿EâÒÊ]ÝÔûÞ¯i½KEeò¤TßS• =ko‡TE«AU"¦ª°0½¬»ºÀx%"°V‡òL0e*ðTÊcÖ:ë*€© EòÝ™ûMŠíWläT¥˜öž‰}§*{!£ºÅݺ滺vªúÀØË©ŠNáJxS‹ïøÎ.ý(›Ä¦°1Y¸â2UÑ"†ÓÖUeTp_çWO(˜·š{ÄQ&Ìã-ÛMO<:ìÜ|û»ö]µ‘M<èLã¬šŠ¨BD*æRõ¨ Ó Å,¹Z·€”,ÍÉÊÐÄý£DÕ¼)¾“»#Ûò¹Y Æ÷]½0÷ËJ{Ô(bOuˆî´èB¢ÿ—¹tǤ\¿ÿ˜*ëÓ#_‡ã1–ZÙ•$ÙÈÿßG ¯ Ÿ÷5µFN8±>x¤äÃ*›ý÷ -.P¸-3I'  ô¹Å¨YŒ4$ ¸Îõ»ù{[‹µŽÚ+Š¶Ä ´ÙOŠêê>Þ,äCËy[ÝI˜|TжH½†(œ;ÔcA&ElŠ`ŠL•4‡1rN¡Ð~ãô Ï/ýµŸ7nìoOkZ50Pá`Ó-:VVçØ¨p^ê–ySûCƲ#ȨÖ)¡ÿÕ©T ²×_›°[À¿F6ónSQc®u§f"G7·'ñ9Òz–çœrïàgVÓhbuÕBš‰L Â\¯LU+Sµ¬ ±rtdBÃd'hÀG‡@)F^´˜,E•;¨zöÍ™†&ÜãŽEy9H·ý× íí,%Ê\dŠW<å‘MAš²L]¶å‘ÙäѾ…áµrC²Î5>-“c[!>-Ý -å¡®û”UmÕRš«±xð1û¯S Ow®:LÓrXAuLFÜŒ¸" —è‹ÀÛ’GÕá9qpÝád°ãšEi¤µQsÙ\z3K¬ÝÒe1ˆâ*~áSujøó š)b.§”]À§”U—(ƒ\­‹Üû>ïi_²ïiÆ^xt‡Ð~”rXÞ{õ²Jö¿´¦ˆìüÀˆUßpª¤GL§ÜfŠêH |ÇŒÔG–¬¹ÍÊ í°ðL a5ñBHt©zHYÊ$Cj¶^T½²¨Ë¡ZY¿"Ð’L -ÓYœ«ãÍ·(Š—ßcFº%Ìk–Þ°ûÎ]ê›ÚYj¤ÚY¾›[íŽq~©×uÕç¼9Ĉ~W }‚vhØËè7ÑPé Ó+wTQ&¤„ÇŒ\K–),ÇÜ=ÜƷ²ˆ:Ï¥Ãè5‡šÅY8z@Çv[ìßâÖÎܲølz2´n÷¨½Tæ'À³Å9Ø]òoç;4¥ÑÝ jFÆBŸaÞçTØbDØP&'4ã>¾[)-E”—‡½¨{0UeŒ¢¢ëZÀ‡ÏElüñͬßLU`ˆ[¦Y-$âãaÛ¾›ÒƒÜØüµlÔ<öƒ²ùFŠ3HÖ²?f[–‹½¤Ó}7 ù°ŒZgÞT@x©Í9h\$÷ -_Ú · ´0J/EtÍÊ1A°Þ˜ †µpÄêÅÃ<:ÉÛ3½Äì¦ó#\mô,©t'MÈH7ä*-sªÄT.•¥9L9'²…-„Y([`Eퟚ`é9´ŽzØÚâã–îØD=ËÛþ6‘%6¡b„¶&$4ܵoH¡µñUPMätÈTõ2V¾®¬¤’ñžžœ þ¨’ ßíÍIJT¸ŽÊ¤¼f¤g’¶ÇP6¬˜Çµu8ŧæ-lÂ¥:ªÓ M gäçEEk†Œ¨Ï/èæ-[wâkÄ6ꂤ‚2Á5ê1 ­'¥ÌoŸ?Ï@]1ŸM…jR#S…;[6¥†’S“%Àæöa÷:?ÞV…pÛ¨:1ÛõxKµÊS·\;„-ó*hŽ ,(@v­ÏÍFÜh~LÕéS”¯¨Dc™”?«Þ%YXmob\r­/y§0ö_º_j¹18òÙ€`õåºÑ[g^W5.8›ƒT@í[:Øw* þM@ñ‹u§GLš‰\ÔØP¹r}œ6ÓÖ÷‹mÚaA<ÜI÷óÁ­i9P™—Û3cñ þ¨³UMsnhVò@¤1U³LÕöª˜©R5bÈtyØSkuÁbÁ6c2é<ØzíÐÑWÎæ? åÁf¡Þ‹È)OÒñ²½³ÙÅ,OÀ©ù1öu¬éÛˆ bè¶ f·Z¨)·| IÞ=àB?vÒÍ'êh“·yKtüÑžš%¬k„ë8:µÅ*Éô£a1„±?ÖÃgg2TÏ©aö]!òVY…*j:® >â£,º¨!½'5Cw™¹mÍíóœ2} ¥¥,7FNx2H‰ŠØŽ.»½>[¹ºI.± ;x án\T¨kÚqM°)4b¬KÖŒ×ÃÑËR³•¯{ç;3dLAä0×oF;uŸ1d4»"¼é`ûxC/C¥;L§Ü²sZI«!Òæ¸“×¢ð -vCÄVm­ŒÜšÃð,nŠ\ä.öŒ»’lyJeN éø¦îÆ³c_ǧ¿­€ÀpÛ¸¾ˆ‰U” ;]?ì‹ÃšG±j {ÇààŽ%jû‘}ÙÖº>5ƒ£=kÚÚ£ESØö‚PÃnŠjŸ†USez¡)#&¦)'eÈZ?ç–œ6´vú{«*õ6Ûí‹™Òï¾>D·E¾+FbFA†ÔšAßA×SO5+Þ”™É]øÕbSkxÉÛŠ5¶ÌŽY­ ëè’.BdüÄ oìYå ñKO|n«þXOGîÖjѰz¢ktWÔ°‚1ÒÂÔ{±‰4ì‹­1&áWÁÙ1m“8¸êXZçmlÖ>>‘¶Ûž7®QU¿™® Swì\ñ°¾{Éû¬ðæ„Ô%îPd0Ø‚ÏÌHÑ(“Ô+ü¨4¼$Š}Z©n@(ú¬¶ÝXåñ$¹†z½òÒþXæ>(¾!xš–›ƒ©=$ؤ%ò€Q½oêNä娔GZˆ3VSÔž;œç–ðcÖ°j’5Š$«ˆô ˬv,h,ئ,‡¢¡I6 -›Jb¶÷ÍÃ$¢`]–;‘Û¦A‰‘ðªᮘÁâJ7c½!ŠmŒJ,Ež¨™±–:¶fCèå<Œ×ëøØàó…¥o$mŸ:m½›Ó¸`·£þøLB@ìS%Ú·ˆz;ÕdGxu² ­Ù:bí{ö(‹Ž˜{õa궨\81„®Â!÷2®cm3ù”SÍEa{'{såÛ;l¬ Äwf/MËwÊd¤àÊ…«wu¸ƒö›»JîøhT;í'èxêÁž.ànE ðcÝð²€7&§‘5JÒ"­ïñgq ;YPoxÒiŽŒU,ÈøWD£ŒxkN{gÖ§•=¨Z)&·)ÌÜÒ~fw7«Hë,cÚm1ã!¹ŽÓŽAùzü•ps'™eæ)ž Á\9UƒV”r‘Ê®}ÇP‚b•lBŸ@š…ðݶ¡€H÷c¬ëÓÙ×=²¢›Ðí¬n-¤êxу;4âÄoG_°ÿ¢5Ûr6;# -¶ ýžAyÞ¤“™Ì®”ê1¶GšsŸ_'P -ÙíPèáǶa_°(!“8oÐ# -Ùª@äËyÞì¹¥¿3ßêê¤æŒ÷•ŠMˆ®‰ùB˜…Å®»¯ ¢t”ÅôŒÐÂðp+˽ò0¾¶ÜrÀt9¹¼V,-,žÜÝÀdÕ;ñ Fz”‡Zßì-ŽÎ.\aªý<êfËÜwô^PoŒ²})Ø„ 5ÒlÚ / 69Íia•ýF³ÚðxÕfÔ‡µwGæÓ%—©x0©ñ[˜–G{£ Ø¾¬°V_/ïG1"$qů2ÿn'Гö˜ª,cÝqÄn±—[rgËôý¥+EÖF³ƒÍÔÕm¿zÖ*KÑ-¥Ç&jP°.ƒ'³£…›ZÊ -§-eûSµÛ”·jÈý‚ ¡óuŒ zdùˆPÙp|{b:V¹·د¨ó¸l9¦d’랉ö©}ø†Öñú]ŒöP®Óùo<¦ ~Óë&"u¯MŒÕVÝÆHƒêÅ—Èj²ÔJV6ðîeÛV,¦_G©F1Ø<’MD-ôyØèl.b“ÆeÛ8ý™¤K@ÝbekàMç³ÿN†«‡såaìr‘ÄЀÁæMñ_ÈL¶¿€¬:[u*^{Mɨ鸃ñËýãÔÚ¸ÂM4îÖôÞn _3Ħ%ÂÕ‡æ"c¿˜™ƒ8ÙþèÖô,¶a¥;6éKå[æÉw‹{h íŽqN0h±%Lb‰G@Y]tE8l²m¦Ü:,W•M—ýÐ^Ó8Ê`A[â`îù# hO–—i·ÕTõ̯€us¢ «œý§’ËÖŽ{›Åh²úøïèWìbißjUÛ1ÕwU»m†y •Äû(X¤*ÈÏi 1BžÏ!\X‚f1Ö®†”0A*¬»öHrYu¶þIdÌ4¾$ب|E’·ñ’ä¡B5C|ÎÑyæ¥ðÊhŸéçhiî¶tw-¾ˆyúÿÄéM¿j¡'8CÎL—.ùWõ»kñ"=Ûò¡]¬•Ëÿ2µŒ®Š—ñ") íFÀF€"îfØŒù<6ÛðJ‘Kå#yÿ¿fúCÓ”ãPv( yV.])S(»Ix[5–ò)y+yѽöäáµÔNzµ½‘^£œfù¢Fu¸ ߈Báll-2‚mŸØ‡¨÷T1ÛqÃÆgôŒe‡íÝâš^Ê jâ†ìÏ®Ö`ѰºóZ¦·0*}õóRsÙ(©c‰Ö}Ó!Ä©5ÔF»2£3ämÁU/*‹®E×ö˜³Ñ>ÂíF½ôÑÝ–täRòž’Öïª{a¹Ô®åuæ>†Óý¤û9‰·”8;÷Pe*qHÎAÆhG²MâgáŸcDöÚ5 ^.]¹:Öw)ßø]ЫlŠ\\”ЏHc7%agÚêÓg¾Í±KoÒUhhÎ]ëÅoñÐ1T#ÓùŠ´ÆD@.JÄeöd¬õÃË- ëJ©BÉ#ØÊójÄ|S«ÒZzÇêŽàMG”Þ”@õŒ¶Ô -ⵟ­â`—3Ñ©¨å¦pÒ/EAÎ^2 …BÇÚVL¦‡åK0q~õ¢1Qya07™­‰«ãÁ–hyÊ»¡¨jÃÆ$ùõ0¬tHâÈíZ Zã ÞKWäUaVï{ÊŸ½Ð1wßë&MàV0œ„Xï{`a¢sYZÐ38ÏîUP9Jñ°"3°Œ Mõ˜¯&ÄÙ)|F¼±-¶Z¦­¢q¼€½Å,½KÙ¡Ž„Eåú•}‘ŽZ˜™à¡v¾  Fnôd·»¯Êñ±ß@)àŸŽÒ×Ó‚¸Ä,ï©»wò¦ÿåÁÿý·7ŒßóåÏÿý——?¾ü„—ׯŸïÏÏ¿é¯þ__¿þô‡?ýöüþþúÀ¼üúõõñÉŒïóòçÇûçû'¼ëÛ×oûõ)4ªN²ùøÏú /oÏßß?ÿõÏ[yìxìöëç¼üö|{||yü¨ öñ¿Ï/òòøñùöÅúòõ×·ç÷±ày÷3^6ùYŒsƒöΗß¾}mÞöíýóñSÚÀêçE^žÿüüþüíùåÛ׿?¿ÿ,?‰å!ëg½¼>¾¿½ýûã÷×xÞøü]©Ý÷¾/oï¿>?‡‹úþüûã×çÇëçžíÍû¾üðüíñë“hoýåù}íóñtyÞ—OøÌ -|û¥~z|¼ýãñûOï?~ùáñúþëûçûðü[J›ð™÷*Âȃ¿Â2ÂѼj„ŠÐÇ;‘ð1»¸ J®Œù ï_V¸Ë½˜4™g3A®UR%àyzrÈ>•.‰ba:Á e -ÑÏÔîr5&ÍÙ¬!×Ùéô®oÁD«XN¦NÜår¬G«!#¡Œ«F>ñÌÖŠ4Ä!lëe¾YaíhQNBÊ‹\‘}[3"tdË#ïN>Æx–LׇÉÊMq5²Ã1ƒA~ç·Ð|õÚÜXÙd©(ð`Ï¿o"EtfÆIòÐe°šI³2ßl–Wy¾–Ūi“𞾇ºâüPäW‘‘šœÆ¢@iͳ¿“̽#ï+¿¶ÌÊh^¨çÚnåQ£¤ÅÖSy‡–RépHÅt -‘YE /3!ˆ[ÜÆ&rNNª‚]ZG⦛&ÜJ"T ¶4+ Vƒê=‚¶ÚìäFfözP©Þ't¡33EÐ {[˜lÈn»'«Ë\H¢³Yhk–Ò#ôôÇ'6£d¡ûQ1M+¿!v°Žhí¶£9ÿ»)«It˜}‚ ¶7aÝeC÷ÛKÄÓІ‰Â=ËŽÂÖev4[n±»2YZ™†/Çäü’Vp´Ì7[eVè2:çä,Ž$ë/ª›Rfïs¤4†#ð+®ë9ÄPìíù؉Q”]+‰±E â*QŒŒ³U™W™ðÏ(YDš–ë.êHøêE&7LŒÊUNËL\@ñrýÓU;0«'£¨3©#CxÇ}¤êâßÐéïTE×[DïÄ—$b6WÛÎj/¬`[PZ©vLwWË$ÃD;RǼ¶d!‡@bwf5ucå\&Jã8, èõ;8,_û -±ßÝŽ!³ÜÆÀˆË–[îÚ,Ÿ³ó2Q(¸o±´ÔPÛ½á*½'ï!ÒyŽ$­j=éÃ'CºPK{î(­´EÁš ø¼œ bÆì˜‰¤PuWìåìl Âj˜ )ª~£©]ÎtîŸaý›|y%çð1Ó·Ë;;;ÛZ’Êb¼’öŠôú¦µQì…âÄ;Ük첺Ëx=HR&P\ìî¬æ }»)3ZB•Ý®ºuöw:@¥çðq’©ã-£Qû=;#Ò‡A¾—ÜFİP\C-¶—v¤;‹RSCc°„ªð²Õá8ù5å1³3°M{@;+0[Xeüëì§f•oº±š¼Í%#(ÒÄ/¦4Á 6Ø19ÐºêŽÆ•€ØÚYQ´™™D§ˆEÞw÷ªzÇ*O.Y"Tü؃‹l$8h÷"‡›q{zÞŒ™r3iÄ.o`8v‹ôÔ«9¡SùeP%k®–a‚»u;*Ò×¢™ÍIÀ¹.Šê-’g;bµq˜*T—á†_xØÒ÷Èír¤GDÞ¸â¡yš>`£(ƒ o®—)‰ð8‚`ˆÇŽ -Êá¦Ìùó#’]¹»½ùÕ%’ iŠºîÃc#]hÚ•`GÍ¥­ƒ#•èSX†VÑáêúÙað8ôTºéÙ¢@¥+Ë·/÷°8‘«³åÔKM¶¿ÕÙälî&U¶$H15Mµ*•ã»a`ŽÖ/4C¦&µ\Uâ7p>·¸šÅå[RÎy[[~kMè:Æ9WÉ8¬A4Ÿ«³“Ú®Î0Àjoîa·ç$“píé—…·_Âf§©éO°£VJç™]!9sPƒ™ÛòëÎÅ3ã2±ÐPm[]R{8¬\9\Rí|[Ÿam[\¾]±3syrtÉä;.çŸAÇìþ%6(sΰ‰°¨ENcÌãËôEãâgç2£ŠB{§€›˜ ¹:¨ëZêÀ Ò„ü3'ò@uŠ–Çc”iÙEqN3=Õã3©7šj±%SÒ&¥9|c\â&Ö1à"p˜e>=M§K­-y4Ã¦ŽœyCŽ6¿dD@ƒÒÏÊ)¦mss'®à -×13ó‰ 4w·÷c™Å¸<(:—Õà`'VnrRé|9)Ùµ,„ÅÙ€nà=9p•ù ê‘³kœÀ¯ƒ˜c4Jë’<š+Ÿ> ¨i•‡–RQÜ-p¨œ_ÞlÆ4_×_>Ä®ÝP(­--t7Þ«IZœ-¯¬àâò\¸›­pxº¾1Ô4NTÝ.g¿ÀrF=Ô˜=šÚ×úr:ûk>?Ç BÓ õ­pt²½0Úƒ¤'ÕνÂÄUÏX›·!ßì19§`·Â,m‰`Œ Oì0Ï)'§Tê¶Òªj i1ð!怛Àª.±cû¼Í‚îB.xì4ÍËȪcLÌ’i$#|_ì¤îˆÞÅTøà€È|Ùþ4(”?4ý߯î3"zRÏõŠ Ù6r›=Úð6èa -céSèÅæ­˜(âÙÉ“¤;ÛmÂÌ/]~¯v½“|Øåñ²(±Ïrø¸¤¨H 9¡Yªi­5£¹,—{¬™#fˆÇ¢¬#ÜT@LûÜÕP6óÎ[© hjnîÄ`;#ë’!O¡®6±;/¬-6V}H±OÀê˜KlMddG¥KIc„‡ÓSã‰GSìiP.°ÛNðŠ‰ ö¿†ÆíOy<¿¦†”ˆ»Ÿû9³TÖUé­ (wØRôho+»-¯í8åàS¸xg¹8âÓrœ›R2‰„hºé3“*׎ŽsëV~ùÞ£ã¦ìv£ÉgˆªãØ­<¢0lit#ý j©`v†C¦TF•Ú -b±Áyzuì,>]nâdøwNl´¨]Ùè·h˜)}=¤†4Ÿœû¡‰–&ÖÍÿò±À…(|#æPÏÌx@„îpPRÔÕÙi&—ïxØyÁhp:`î+íí±ýŽåÉ%'~ïÈ(GóJ=×½·š]¸Å -¶EÈžÅÁ. ¦ÒŒôµ[ýL2ñ¼^À׆:BfŠý ÖÕ4³\Ϭr LöNêã>GMè¦çh‰Å:‡ …Æ]êE¶…¹Áâ@ë0³¿w Ò}ܹN7²j-7W³xHÞ/Ñfy8†‹jÞYœ/ $f†<\ª³’ȺNß/V^XúØ©±®G9oàÛ£%^LŽÅ­c£ޅߎ‹Úî»}fJáì̯<âc.WìwìJ ó) - -ÿ«8/Ÿ˜Œ ¡ü>N,7e$Ôvek²„œŽõ! åÌ øÒ±EµCßR˜ œÛ]VS™Ã;ƒ?Éì¦Ðf2 åô[¨ZîK[[hÔÑgCÜ;ÎÀÌMq5ª{T•™†‰3oêj¼Äîw|J5F«ä¦Ñ¨##œ™©3ZƳ'Îá\\¸\Ì/±ûEµÞ~â¿j¸ÜÔ’'bÆòPw{º¸Ù±°û‚ºÀ<à[ð©V&þV¢°ÝiT1J¿¥ë®nø =ž…%õFëuQòâÊãN -;wì ~¤¼±„[®9tƒ-/!ºlâE±j/k ¥ÎòÒ¸ÿdºìà¼iyÑèŠÎ‡ÄîÚj{+˜¶Jpªr;™–UC•{7´¶Ê£ýÛµwÈ_å-É\TvI³Ùö@®wzÕ"'ô(}yNEÙÞ~䀑JŒ€œ;1pÃøjÓ‡‡óõÂ2ð`™Yim ¦æÞ «ö>td56`ë/òJÕ~aÙÕúÔÑ{Ôn`“²©½aàuò«-½ùÛŠšÌŒ$XP² ‡˜”é““x‡›TÁÒtò"l{B*[Çø_ol¨§ßôõRSãÁÄ‹R‡Ø=›¨­¸IŸ[&–—:bšŽ -ÒÃÊ åÆ¼!O‰õHù7¨wt†mSlÍ€n†4òPæ„O-!ê Rœc¿¯-Ð%¨—ñ®)Ÿ¢æcç+‰¶L°BiYµ1ÊPg&¹óÀJ‘ðR“Ø|V=}c« ›òçÂ_¥‰¿òŠ"5U€QûU'&¹‰7¬JHjó±£ôCm8ðspA®„hTF',³U -–EÅÖÑX©²Æ`‰Nn«Æ•9IRª#Û!.ÙÔ¹IvF§œá¥zÏÊ ,U/k–pz•²ñ ©¯½|¨3ZAÃÂ"‚œô J”»çi¯Ú†³sá—#R¹]™dÆ¢u]ËyFQôR·¼Ìj¹ N¾¶Të°›ÎÌ=U‚áöìÆj¨ˈI>±™#l'nÁǼT¤G®]Ò(1æ¦3GM§#Ùä…±ö§¦j2/•¼ É3:·­1äx ^ÁäÄnÄ÷Ú£gË£¡Žþt7î¾×…XN.Åžën‡Å01ÉA“xÀ §-“™7¾B¸Þ,bæñF/˜ÃƒR†Ó˜@úÔ$·ã Ò±oIÌu5ÚëŽ5ׂ­}¨¢©™>;¬».ÂμDZÆþÑ¢¢¬—~â4ÎÈgmõêT»*s~XTz„±D¯˜kKì‘e©ØŒ´¼ÕˆI7—ø¹àÅÿŽFWCì °öªà` 5]ü‘s¶½C†=³ÐwOKßCÞÉ‹KÈ…x`‚È›S†ßi­Õ%ø><fÆ#Ô«é”ÂÚ$ÌÈí˦2ËA'8<èÓ?µ÷óX{ NnÚ÷äÅíÿF -U™ð&§ -¢Ñ·{ <䇛È×còÒãîå#SÏ6,DÔUÉF¦Ôj 6"ò®‹–.uŒmÿ"‘gdëÿ?QÍêP„ s["µ*Ë=!?•‘‘ÏùŸuÞY_‹mjf™Mvý/ÓÒÌN™be±ºi{Vnp‡Ùå×{t±*56ò»˜ÿ_ÓtРt˜•»‘ÇÜV)e)2i¦8ŒÜìÈËdï"ŸCͳ{促P4€hÃ>†ÿ†¨‡­õÔö¯Ž þv!7eq;õ"u¨‰„}bDÒÂiÛ0²"ŠÿIdÌŠèºQÇä*d–•jéM¹¸QNê‚:Îé-¸Ä1Z1g«!ä€ÚDÕst«.z2d¬p¤Ù"·>8Á Dø+Ú+§–Ó䳨 S¬Ñ5šÜz‘Ë»ïùèÿݺ“ø®úôŸÿý_Oÿ:–§ïïo_¯o·¯õUÿíççûǃè¾áé÷ïÏ_ÿè<ýçÏ·_Ÿ?ÿù”/}¼üücõs®;å2÷ ¾éÛËãíÇë×??œȬÔ{–§?/¯Ïoßž¥ÿG•ìû OÏ¿>^¾µ¿½ÿñòø,L<ÈÚ.—žt“É'!®-·Ï?ýúòñ¡}Í÷çׯgâý5=3á næéñ¯ÏÇŸoï=>_ꃲAâ?öôýùóåõý¯çßgŸûö9¶>g;‚úµO/¯Ï{|ß7}>þzþãñöý¹OšðŸüš_>ÿñøRïÿýñ9B=²ƒÆêé7WÝ÷÷÷oç |ûÛã…¾åëïï?<¿½ü·Cªêé×_ßÿøx|ÿz~ûþæ~p:ö/Þ÷óÏçïè{ÿzüñþñçãí«ÀùÙPåPö3|ðÿГùËòô}__¤Þ©|æÜw{CVóŒýîÿùöúÇ/ÝõWü—Çç/ïŸ>^^Neaûü!€p6:±†˜ÇÝTl}Œò‚4 •Oò¸{ŽøÊC›Ô3ï®MŠ3T•®w…J6ßEIaæ—ûZ pr£EÅA¨Zç²#è“ݪ'SIr¼d\Ë`\ʼ©u†«{Ú%'Ir½°‰Âª¡+D·Ä‡Ëæk¨î+¿î˜óš¢-œ^6-)‚"ãY‡k…uÝn(T%¤RëÂ&/ÛjÁ­”yµA”aï)bgÇœ¢;O¶¥Gÿè 9PÃÑžóüÊÿÔË¡­$ît«ÊE臾†Èvë)aY8[i] ù©\£EÃ@Ê™@{Õ÷þÀ~Ý—Š!{9!ò»>Þ¼~½þõ¨ÁµÕ+½TZ¥6P¸l ¹ 'ÂüõµWÄlƒÈ°íæÇ~K«{gÕ-z½4åÇØ«-õ#yå~°*)–­é†Nɇ]Ò$‚U²¥aKkÛÜ‚b¤1Ë =ÁÐwDGj4hé=º Æœ¢"V…îÍuDWÌ!¶™?”§`Þ8š€FçÛ ÈM²hª³äfBùâ÷޹ ×âé;* -ÓJñáÑ“gÝÅ3T[í4­†j—ñÔ™oMv"p¬c<Ÿ¤.zE‚x9G¼2V]“´iÐSTýI&Ô= Æu;yÅbÛv(\†éÜ6óa{ ÇaÒ*éÊ-$ÝW™+€€g»³S?sIê¸÷<í,»²©Í¥2¡ÜÐ1óá:Üø+–h…PÑ!€| ó½^»É(H^ç¡èMe¹£‰7Ú(ïã qrVn‡‹‰ß`áJlôz[Í(|Ç"®? †¶®âz½;‡@+¹î“Ib2‹RœÈÄåËîrò`Nùt”·•¼b°6ñÝhp—š8„Wî(ocîB«ƒEÞ^OY™Cœ¸LB&ƒ1)‡*ÌÁéZ±ýšÄ"µ©¤ˆ®Ìô ê"üØ!£›ìb ÛJ «Tmp(Ç<Ç0ñqk)-2¯*VeRwT2·:úô÷ÍùŠ—a€6"b©ïUIØü²ŽæaÄÅ\k@ý>ô3—y¯{ÊU%…,|«ÍiÌk< p%¯.$¾&ׂPª³†íÕÈP/¼Ía‚1zbz’nYÄÊDÛÉ–Ai×FŽfÅ”m¸@ -0&ÏBvÏ:ªe¸£+þ>ÛÕå>Áäu^¨ZS>·¥2’-º¡Q8Ò¥ }â}FZ©ÁB¶íû“4gû=…sóž—|E:±{…²¹{\ÐXޒ𫍠l½êóXQ¡3˜šZ”ÉèT‘.ˆŽtXÀ8{Ñ“šWSîÅ{¾OB&£½O]5}gÃ=†Ë ÕæFR…ëÆ¢-ã>AÇÍ>|fR: w€¢)lCÆàm?s¹>°b©3 %„8`È©ziAó­§Ï _ú* ˜d Å UÓ0`:¹Ý ÃVòöß³zðõÞ#œÓEê>$…@ÓžNÙÂãüWæ^Vú‰BìBu¹=Ü€…†#¢îe`Ô`,+wö¼GPQBŒ¤µ¨ÊäÛV…4=¯)ýMTP‘i`º a8ØbÉ´yv¢ ëx¡†âå«\]élô‰VÆ2E‰’Ÿ݃‡R+òšèigÛ°6¶´µ6 ¢–Io&‡#Rû;P©ÑÈÄR¯óÑgƒUL„…ãÙ©š¢Šw µXH¯œ°V¨›êàn -*£ÂÆv°\¸ý…–ÍŒ°¹ay)Æ1:ŠÔLF8WU°DµùoŽ¥*ÌŽ°¨E$*t°Vņf!3û¸ÁmÇÐ^YÏ‰Ž¼ZVxáe„øáU6ãtÈ–q*ÇPípÞ«ZõûUáe»ÍK#¼bÚ µ­DR–©à_™hq4|)]n8×QT·Ôh³‹¤êˆPøOw”¥ZÙŽsê6³ìBŒÍ‰ÔÜ•[­ <öûêpá#¼B µuZªÎ ˆµW¶?’iÈ:ý¢ÖŠi ¿I®ÄÀþð…lø]2ï*²oQÂ[­çF—×,Ãu¬¡¨|MÁFøMQÝ?C›Z•EX[Ee´®£8ß*‘4  -þdôã06€•n,r«7ñLÁ±M"V‡lоôÊ3¡Þö¥Äb¸öQ-nƒQ©l J¨GŠÐÕÐg£æ»[¹}*ð\#eåFYड[˜·§zŪ•‘iðšpTPrF -Ù’“Á¢ód>‡Ët¢èЩb£RÖÂÜ”j; º~u*\GÚÑ5 —Mò.»d‚N¤Òg1Ø#‡:¶‚K¿Œ»ÝסØÁ3 ¿€hF)R ]%¬6.|GľÒ܈ÖZ¡îjÈǤv¹Jf*–Jr9]†Rf°2îNDYû‘ç'ú÷¤ÁE¾ÅìØh»aX£ëdëje´EyÄTlɆ£ÉŠíÈó ksFq廕¼ÕU35³Aü÷PeiL[”Ô@ >• -käÂdáªGu ÏšVÂn;}^ -5m\PÇèŸÍ“ä¡DG }ºÐ6 Ü uœ“¾wžÄž0ÒÝ–"Æäìx7Þ26êëžB/ßmJ-$¼é0ìÖµzÛF'ËU0S[”ÖDE­Û' O²ƒF!œá}ðk$Çr|!&¹›ŽÊ›ƘZ4ï{y±qdveþ5ûc“ÿá[Ê—f6 ²ãä¨ÔeËO€ˆiT«Ä ­››¸¹u¶É5.s0ã»”Š»Xí‚E•‹”ŸX›¢a©²ƒ[U -Y×ò­7 Ò#(êãšE$[Œå1ˆÏŬRAÞí´k7ky*Y¸FRå¨GƒŸæãõ&p±ÚvtØ‹*ƒ‹8´%bJãÈ;¤BAøöÍ•ã"Hg(»ê ¾O1P©c†!8Ý@{ s²óˆ»¾™ÍëÁ†%‹-Q¡"ÓØÆËýbfòà"5Tl\½xd[ÑH0ª¢Ìó†›:üJT\wiŸ•xR@¬‡ÈrŒÑÜךUÛL”F ‚£°][Ÿù¹vPQ­Pw“Êe'ðI®„w@[ üáª)%Bü|{âòÊ *UÅšhoI`Abñ×ÃbŸ—Hìy>U.ÜD‰5zqÚŒj+ܦ|±¼ËÅ”·ö2½EÕ”_ãJ½ËÀ1}U®~T±.¦K<ÂBÑS,Äσ-öƒ“ì‹ n˨š°AȺ¥Àªë#³â–Eki´Émz{èÍ-d©_ÖZ¡Fxê1uK}fÌBàôª{T7ߪ2¤˜âÓ¡¶fŒØ÷bkÏÁ †ò³YïÄ(opbÓÔÁ“£!wòSH¬“ë(±ÂUÅP·° 15Ÿ©ƒ1^ÓS³êÔ¢z¡×‹[¢%R ¨¦{ÚF˜nì6$l|£vá3Ý Ñä…›I2/¹$ä.sÊ-Kt4„ؽÂʰ‘¦á‡—~‡Jò‡X܈R}c+2¥Þúu`æx/ÓÚÆgþ‡çBt®^dF:º¯e~ ÜÛ†kÓƒo‚!ÃÙ…mŠëx;†«Þ1ó6°’¬¦Ý땜PÁŽZ‰i·©yĦ¼ ðNpfo´%ë¾Ö‘¯#@¥â­å½s©Î4u`ÃÒA9q«bî7̉«Tp”ßÒÆO®½isE–ÍÔ˜p#@ˆGë/w«ø »ù…Xòø’ -ø‚¤¶´köŒÄÀjLKdÉs Û¦'%$}ðóqñ삳5ÛºoiÔ1rœf2{~X¨4o<全[b¸¿¢éR÷b6Yݾ\`¬Žzò ‡H(‰ÞTXiDÜq†Ü€-¬ÈÓI¹ û" -xtÓÔ÷Bx}~¨MÂn³’Iá}ÝUVÁJ-ÐS#PÄN5Ï/h7ªÕ2Jµ7ż®v*^$à†yûn4ݹÉ#Ä I¦©Û¾±wôt¦Š©*céZø©<†è‹8œq ­>ÑÔçIOWáKÚ¢Ÿ¸êÝÛ] ÷@@Í-·Ï Üõž¤xžÙ+'›¸P÷ê0Þà"–>ÁdµÒaÕ\Ú€ª{~,7éVj‰D¢opƒ5S-ð#œ¶ÌµÃ‹ßûÍ!’"ó¶DE©`Â2å–t:MOKÜüÛÑP7]&€³Ža%,ÆLöœ%Vz¾.p%sÃ)Yv5éÀÁI]}D¯¤,_³ËIJùÎH¢ ÙQ±kªL¤É±ëP"Q¬É”rFš]g3èMÍ3ªj{õß•>¶Bv™½Uc‡Êܺ;êÜÒ.QóêFoóÝ>$((„É#ccg¢ŒYñCðH;S¯h3®‰ƒ‹u• RøêbS3nÎ3PA²ÏR _MF‡O×f¥Ân‘NÃÕy†Wyn}øö‰íü~Ÿ½Ý#CO¯Š-ª,@A²Fª=}´t G÷Ü¡Ú<•ÂK%¯A†$‹Ö Ïé±9ôbZ¯˜¦ëèÑf¸ªáÀC8 -V–º;²Ï•J [F¼½R)ËîÆ„PuÈf¸@#Êð Ö0¡„{ž#gô¹¡ì™ÅþVJ76mnÒá2|¯žwË âxK -µæ«œùOøÒs¥<óÆ¢²mÂÜ7áòBæ°ÃE&Q^nwA°)8èMöàãԙìeÄÌA.6—1nÆà õ\H…=I/cœE™Å$ï¬z;Ý»t  -ç/PŸ«ÛÖ—l™aS•=tߺ‹ET/”ÓKÚQ—P„{ÞJ#ëJ &\PbøÆM;ê>%.B¶&Gש£ªRyRž´˜ÙÓó¨n¨3tI+¿l ûBæ\;+¹}ŠðÅ0±\¾ÙkÞÝŽæ…††sÇ¡*\V,Æh2sþŸéJŒ(^³Ží]E+F#ÊgèÖ‰ -V5ì]Åÿ/Nàò6r""êIŽßµ¡ºˆ è><ö̺åjûÆ·æä¥ Þ -`!·ìÙMz»|¬,/”ªh:z§&3Xkp•f· -Õõ­ÞæFÛÕiFéª÷õ¦Q¯ÈT+fPá¨cª†Ë×a¦;ÜÙ¥ýcÕ!¸+5Ì™ª©`5C–Vò¬Ä‚jÎÊ´Û¤rm\ë1ªÉ`vºc N­®:¿ßXV¿—ŒS– »š°f‚Á]òbˆ¤Gý—Cd¶·›ýçÂòH­œ;Ê‚//SÛå0/(N7ÿ<ÍÚr~*”qÓæÂºX×(“:ìRÿ;¥IäEL~»KµQ#pRñ©ã/.yÑÓßÚX¸“q·¿LZŠê±†(°¶5é'¥›^¼+Çõ<ÊÕªÈw ]në+É$Ÿ©jF‚³¸wº¡èúe<¼"^®%©¯Ky#¼û…˜L;-“€†H¬‰¾r§qáU"È]À5:äƒtmXuŽfLfî6&Ç­SÏ©0Û°Nh–.ȼÕIÏâËö£¯Â<ß±Ì¡ÊØcZ ÌË!­åݲP¡yv¶M²Ýý© >LF'#ÊAsÀÑ…‹Qm<³3»¦±wcñ÷÷†?m}™!ŠeÃÕÔ¡,EÁ&¶L€ ïè•ÇY‡ˆ]x•G, gzðaÙ|Ý‚m»öl3Nmúà!’®ª¿½2%w ®XžÔáâSÃOéC=°‘Þ|p¡+e †ßè®O~:A˜rqÍÅ5ψ:lVyþv¢ªÇ¢ “Jèä¬^÷Ÿ£c,Êu¥)9ñÀÏa¨“3À;².”tØÑ0¢'bú±?!!Ƥ=à±f²³É£ÀIuÿ˜˜‹Øz¼ã¿a›r›M -âN°á` ³÷X8‡ÌÊë‹!8ä!zµrßî@ -£27ál³afïô0Ö=†ÃØQI<° -ÁÌ6¬ËÑ]Ôчy`Ç„p!Ÿ9`Öw θ©O'ˆb‡M*Õ•K$31QFJç”1U'@€ì£‡l7†«ž“¶¼Ñ½•ÛœVºÞNÐkî±&rêX£ÀEg”^GJ^_¼ã/†®Å›¬•®ê#Úªê/p»×Ð¥+Qaû ¿áÛ%"Úµ˜Üª*¶û4ÐhUïj– vz)´ž r ø<¨·M–©¤·î"v¿Ñ•åæPÜ¡ƒüñ>ÚÌ–d×”Nºè(ðTŽîa¹ÈO"ñô§ËõøÈjèò'¤¿eRåy*m¸ô(C‘‚8§|üŽ qÀƘ[e*¤6‡‹ ‡äß©¥Kq>kå ìaá.o».I×é\Ø»:h›ÕЙ2?1å]N…µåP¦™. ÞÀçL›¡Ž 0ꋘ+ÂYaT+™‹fKvJ_¸±a²»1MEµT)•.ª}âe;ǽþƒGÊ -´¥BAØ!àÉ_š+\(“Çdq‡f‹<´ a¨ä/·)Õ<•0¢r"5©¹œTÙ)ïü¹Ç]ÊeØ%XŸ¬âƒ6ovÕEÀ ÃÞ§øŽ¶/ŽT|˜'•‰åQ¹Ò}jHR*¤”œâjÚlBͯ -|Ô —}ò¾ý À"ÊæfÅâ-:¼C-–!ªô´ ²V1~qlpdÀÖ€hy•+k¦Ö -¥·%B¯UfÞµŒ8B{ÇB¹ g@ÌAÞ¯ü£MøÆÃ‡S‘@ö@ÒAJÂg‡hUÐwåé³…—v౦z¹ÈÔ]Ç. òêz&rMÎ×±×*ÊÃ- ‡â D+–Á®pÝr渠}4çu¢¯O¸lY„Aš<¦:‚8¬T«Æpñ ßÕ›{$ÆÉaØÛoà`áÙL÷ç5슻XDí·gÄrÕt²ùz@g×k$„wtV¡²AºŒ:”/t•‰AèCŠâêKlìEWµÄ_èb9ÛD É7#’TGc.¦}:`ãÌ…Ô™ØQ‰eUbËòniŒ¼—³æLµÖdH*[¿&VNr7F97c²UÁç|fý{;¡p‰Ã8¯f mÖÊbTO@+ãÐßl­;™ë‚p¸@Ê0»Ò¶€s6t%xøÒãWTÌöd¹ãU“½F.´r“]®[lñ/GÙFåšÍlZ©*u‡Qˆ*Ï ’$Ìœ=ð± ›Ÿò6ÀŠ&‘±ö9BD~…©üc‚Ù}Ç´pƒ*¯íL³ö°òΧ¢šÔ¡®Íbç¡(}ÃF˜à˜ÃÑi½ñ(P°#¯h”ÌLíÑ6E|ÁñÂßPåÁ¾Á3ÚàŽ~æ[ü)²¼îJ¥Ôº‘BÒ‡z+#¶üÈòº¤ Þ.=ªŠ9¯q» ÀíëN-ü`”·1-7Û Bk¢Txõ´…ý{ókð)ñìj°æhÇ|¶x"ÙÒÌš³¡7Ö¦„{µÄÁîSa²BYL¤£®å -ØJ°Öi×ÿ‘%•ugGö8ʗ¬ËGvÛ´ëÊYVsº{:ü¾W·ÊkßÛB›c柺ók ˜š¨D{6ØÔÑã|fr´_L4iFI68sô3ß&禽f47d§S™Ã˜$ ÔeV‡™ƒmHB<Ã% -Q§Úà’Ù±ìF%~Qlì2ÊßD8JgK«¦É–ÛpåUªÉq•µ_‡è=¡ÜxŒ)7ág"m«5ËÊêO7»Á ŸÇJuÉ ]¢qݘ®WcmÝ‹VéyÃ^ÀÂE-}úŸ^”Ël¨­NŽ¿(n{WÑ¡• ®Û³òïæ‡‘Sÿÿ€¨!¾ÙW½¦çÁp]È?MÚÑI϶¤uHÿ7õ?©á.J ¥ZIFöCq؃[æw¥4¶¡µ¢ô'Ý{çÍõi”æñÖqª_ªa:ÊÒäI“õÞœc;¥4¶±!¤ãÈZ¿sj+Mã9´©ZU^öê4Ÿ¯\`žý lÝÍ`Þ5|èÔ íQX¹ü5—3mÂRێߌî0,ìQ;WMÛ •i^¸ú¨<ârƒ‹£«à1t¡S‚$ä m::œ …šs)´_ä†C‰"#7*MÏt·sµÊ‹F¨ß•ãÁ”»ü€›ðz6„g‡öÖ(Á^­2ü9ר‹æ c6æJʤØß>e›˜2³×’0Le˜ËcFÑõ¶zD½ Ý9™FDMÂnãmˆ=[ Hn€z{ôã°€Á%õíKq·˜px¾)¸` -ªH;ÁÆ&Üè/áCÅg*Ãмo›Ý ö‹Þ°òj2nü¶š-»`™r?îø«í½æ¸r @a&o -}gì¶å#ÃÞàÁÇÙ |áùš$Ⱦ8&Ä|‡ƒ|²ñŸÐ±šÁz(ƒ™2Š’{!?`UVšì1•)*“Ðt øŒž†*îo 8ÌöZ\{Ǽ™ÐcVDbb(Zhú5ò Ü7Zvv!ª&ÜÜäUœ.Ú…D9•+Ë'¦íÑÍáe¢y®)Š’å&û_¦Cœmr’,Xvꬴ‰¾îGzÓ§ÈIÊ»ïMúµ ¸d_À€sËWÕÖŽSeÔ’Å 8–6Á !ÃDÎe9„µC*7Å„£SñQEoRO8hMGGóšjÃvNÑLç…9­D­Ë6edÀlã€ul‰péVXªUJ_®á°wÑMþBÕ4¥çGèO*kÍkyßó¶o”H—é@P2eшN֞ﯶ!h$dëüÑÈ*sßBÍ~¬Ïa€›$ÐùvµbðFc⻬ ÝágØŒC±#V¯]h¡BWÆÛá¢&~”xcÖ#«ý⸶Êlà ª@ß\® ‹ŸufnÀ9ÿè/‹ð ËJÓàÌJË@ wŸ¾©•))/¸Í˜‡l+IC²ŠPV -&v¾´(XÁ¤â^,´zlÖ!¼]:žNàM¹Ö*mÚÀ*U|3APEÓ âÃ;å–T[k­4¤÷¬î@–‰dg—„IêðÓ¿LÆ:Eô’ f$!8 -GG›ø0ç)·*Õ,ÉAPÓ©5IézÛŽ+צ‘“ù÷µ¸œk:&=[ Ì B<‹fø[Y¢ÿ5ÝÀ×£gU»¦Q-IÅ6´ñèrJÙ-j\PŸJX¨òµ Íkb²¦‹Ìɉ2òh<¤‹bNâ@ «&’d£ÑU›zC" ô.-_¡%3Vã/áâvÕò[»æ0÷tÂ9rõÞ$LÙâô˜—C¿P¡ªK¿ÛabS šÃâ4ˆáç-mâzCKñÞ's}ð ]k· “ºÁÄMáºóKÎ,cyþ€!Öm޾lìƒâcÏÇñÑzƒà -OfX!¼±bF%£=zk_¼þ×H·ðΞG ˆ=Ë5©r‡îi’|T“½uUôGnF»õ²(Vx«oa5¥˜ö¡zs"êdÅ¢ìÔ“p6q~£ª_ÐßÞ§1$úÛ>ÂZ‹êl:hîxØu&8îàCèwˆvÂ’£Âvξ gš‘²—Ç®ªÈÓöº9йŽÏ]˜oÏD,nRâ­²M™ágþ°ã¢Æð%íëV­^¢IrôÍ6'®3J§â˜u þÐäÉ3¼ÎXzÉõHªD5X~½»<í`j‚³«i9;X|°e³MÆ (aJtŒÀþK#c£Ý–•äG[OEî+†06cf3ˈ`«Ìžóõ,„o¸6á­×%U›|M -¡ª§iEŠa”‚0‡kI^úçZa ¡ã0¡< -'ƒ•©Œõ—âKÚÏY[ ´ EX6ƒÚŠŽï8ÔZ$OØtWâŸUV,Qᨲ)²…eN^ôÊûªÿwˆB×LØN‡˜’¢lŸß,„Œ„œEá@/e|NÒð¬OU™_Lt‰Žh¼œâd¾¯õ -Ãra@ ®Ô~„‡ƒÔfüKä„©ò hN´¬º¸;H±®¨º÷kŒãßO‡ŽÊ>­ØÄ°ä~Ìžd€f>FwèF¨ã6Lö6ý¨j’ØzA Üx_ hïùY}”lZ¹ªîLë´$lŠØx•”cœ2ªÇ÷ž †e¿°C–[”…û®!¶e(c‡^£§|‹F7ó:>®=é¾&ëñ¿‡9"6!ùòµnfÏB¸v©J((ŽlÊdlAƒ[ñÞ@rL¦¼PÙîn.„l4ecøöÿR!ŒK”ay0üÚ2"ZP§ËæÿvOí(w¯-[² ’„›¶ì}Žªê.Å@Ê“ÚÅÕ‡¡ôgŽ=+"Ü­êç/ -ìÔÝZ¸F÷Q›X¡,;qmgë³àZ¦Ã:˜ÛYJU:²õ$ãžù396Â3Ü9ià#Á~­:Sis×{ÍÁä³ÂOF$¨2È¡]N¯µìêQZRø†”‘x ÏQe¦òžg÷dE7YŒLÍ_¶ìRg ÔuÜ͆æ/Fm¥;ðo„0Š-ÄÂpžÛÞªT]v DÓQNYÞÓq 8`/ÚülÁÃrdÐmç‡9Q)f "hëUÛ[DóLÒC¦"GǯùÎZ’™äW¬º>Uí~­Õ9Cž „å,9 eý%©½ äag½µ–Ï’!Y_ÇTÒg€ÇæÛUu@ÙjCŽöÂpŒÝ­ÉNdZ„] â×ÉjnŠ -ë/˜ Q$!.™"•`ÂNG¥ˆán/&1úäÍ2LÆ€1rZÛŒFý¹cõÚÝ6d>&9Ѥ*<ÛÑ‹ÆÐœU,â&!éN‚¦ãRK’J!LÝJcL–qu´‹ƒ1cŽRÆ‚Lñ¤¼[àžJ€q2È¿„þ«¾[m[8»At™œ•mn€þ‡ÑÖp½d•›Œðœ^_ÖÝ)ÜôŽšñ_J‘³ôŒZvªaøÌô¼Š¶á ð ²MÇÐF¶þ®þ/Ã!ZÉŠ©l@© ;§»œi”ÝÎ9‹_Êy´W'¬À¥¸*UÝüá>•Rïy°=ìsnÓÜð\DQuµw3ãÕø˜®!a¡É —NÀÍÊýA&g¨½:¿›ÑIvè¸tÁè û›*:A>]çrô,DÙ:¸…¤€)žVUT©Ø2(k‡íÍ;çô¢tüž©°¨FmIdÒfšÉˆÇÜ ¢›ì&ãr±Ô -¦]gXHCÑO–QQS2uœË( †¼+z#}þšÓI«Ö^ÂØ¡Gµ6q¾°mAŸ¡ 'Ë5ËfÓ2&¶$ÿªW,Ôf£›y­¯auíX;€ô©±ÎŠ%¢͵±îù¨räiSˆ¾„ ù2ÔuöQNƒnD›nFìML”‡š t³Š\aþ°#cóz-_f3oYeQá<¥:Ç2«k²‰Aeª¿;1Ú³)~7)ÂÀ†Œ™«>µqÛ@šÌãÙ&+<}¶Õ_a|Éœ´JHsØQÕN·¦%2<¦Æ6ø}[ÀšÍ3mc¿d°×МºE€sk¸‚âÝÁøk¡`I}TW=îuuËÖ%eËä÷£™ŠôÇ+™Zô¦DTº`Dvø…E‡õÑ–¤Ã)&¨íø¶¶u™Ã€ -´«½É#¬"PÂZ‡™<· ¬*Cò@EØHÔáêùˆÑìÐl7h¥¿Ô ´tÞCÁÍÁ(†"ôâöÖÆ‰,ÝDm÷,ˆ(ú2ÿŸcCK"lÝ;‡ËÕ`ÁtdË%e§e_š^ÒL§FK¬Ñ¶L½2«X«#IC8̬Z·ŒÓ4ÒRo®iD».Ž•_D°ºŒÓ»Xµš0UrÝ»¸ nŒ[MŸèJgÎ…®çƒ«Ø‰ÍÊ[¿6Ø­LtŒxóƒè$ãnL#–:t‡6%N¹Q×±ì´; G©â¨Ô"SÒͼZÐhènæ|€3&A“vD=E@ËãëÐŽªaÚ”þ²]]A6uInMÇÔܱp~Qe*û…mˆ®I—JXFõIÿû‘â‘L]³áx”ƒ(Viå¸-ÂáBÑKf€ gð,T­µ¤e^㙳5Ü+º0ÿ­:c9„j|±lx¶ÙѬN1.â‘–$®þé‰íèÇB03E\£#j-Ë>ÝâÒP?XQÕmžß5Õ†‘KˆàE'Ò™ ÏX-2ù¥p¯‚‹G[’IVä(*í€ÜŽI>ÆtËY3ÅŽìKefK{*ƒg!U8Œì -‘·žé/›ÑÒ¾¦I % ¹SÌAšºluƒŽ>½{é‡}GÆl†œÂo‹ -ä.{Ê“LׄÖeÇ&€õ}òÑ”EåÁ½×Êzt†³’O¬¼¯JoG (@œõ` nÉ˲º@Ý›3þÆ -j¢2$— ź!ÓÑN[vÅpM=ŽSWÆ$2 PUSOÁes'rÝâØi—´«gžÉ×T²º©í‚T [ÂÎãq° AS}¨Ì3ÄW Ý&d§”BŠ'‹te§(Ö\ªÛÚPdHYG³µl`Ýs·ÓÅdQ6°ª›Ù1"³qÍÁrÁ©-=Ù¿ÔŒ) "Ìd—Ç6jÅ)l5–.Oà•J©¬˜ÊOLÙ x?„*5ÖÚPuÙQÞÜÕrŒ< L‘.ÿ@4ýrƉµg»¦81µL›‘YzˆU-t(ˆçZéXVTûà OUoQ°¨Œâvrí9-)ǤðL™m'f&[ù€ïÄÅÅa]G*€KÛ½‘»ÊtSö`€Ï£,¢¤PóßÒç긧e–‚Tu2 ëÇâŒB[”á{˳Ü"ôظMD§®QÄ›mÂÛmÌÜJG·GTÇj"3#Æ& &õº6½yP¦Ì¼€ÈÏ=Ó³›T¡ªéz3G>–«ô“± !/e°ºÍ‡ÌœÉa®‘ݺ¬ªlj–m`žÛá}Q5¯ëÊ<€î)4Ùrfp©Wn••eà5£h"‰g朓ù„úÐX£ íl …¹ds/› ò©^ì¡¿öIø’3­Í‹Ã»Cca5FÔÞÚ¯bªàtcÿ;‚^ûBæm渳.R¥™¬ŒX®–„:CX`A~­ ÉCYlÓXüb«GÆô&Í4®2Ùß)Ô†[ÃD!ÑèJ`W,ÃWPž¸ ¤˜ØøS8&ÀC@¿¬ -¸L-Âáš³"¢o·›mÃUœˆéîж°ŽûÃæ™Áªî/£W/N¯ãF•Cžöa®¡GýÌ#vkÛì$ÀZ‰‡ôÐpÌiÑr˜UîþEàÞhU¥VA”ã]ݱuCF.·SvêjZAº;ûfšdºó/ð¨.8V|Š-ÃÀ¹aª&B]¿³}1Ç-frTYÝÍ SM‡èh|Nž7ܲé -)ŽïïÙ¶‰Ô‹Ç,§±³Ç3 -kýu2åí¨°×¹€ørÚ°˜rZ°zÍšÁ¶8—…®ú*•È*,Œ² ã!šò®ß(lävűecD+!˜i“£)jë ¾QÒ={qÖ fMºp ÷CTÝñ!®PÐì#+úW\Îv{ÚñXËÞH[‰ôŒ€4Í‚‰ª I Ø{6û^Ôãœ´Ž‡oHlWϳp#/£nà8>…¦w?€ÌA (¨‹ú@fôµí^[˜â³©({Ü£:ˆï€†÷ÖŠMĵŸyéÿýèŠÉø’OÿüË?ýáé;<½|¼ÿôöþxÿé·}ô|{6ï÷ôíÇËóO÷‰¯ìéŸï¯ïgzççÏ?ûæ+âÈTþàÅ|z}¼ÿøöÓï±§îcßáé»ÇëÛóû§ç/ÿÂã!ÿ4OÏ_>^?µ?}|ûúø!ÞáôYÎËÏó¬ÉÛ(›Éž¾|ý|üþóÛOÏwÞ‡ÙÝ‘|š§Ço?ýðøîñéóÇ/þ v˜ƒïõôòüÃëÛÇ/Ï?¾üï¹z‹}cûw{¯×·ç?~²ðÃã—çoï/Ï{k—,{ï§/ß=û¸—½î›Çæ÷æ¸Ýo÷ô ™Þ†ÿÁž¾z~ýõùǯÞÞ¿üôÅóËÛ·o?½yxSÁüó<ðÕÇïÏûí§?^]q§žÿû|ûöÅãÓã·Ï—Ÿžß_þ: œòÖ§¯~þîù¦üè_ß~|þîñþ“ëû±}ÿ/}þǾõî˜ðª ­ñe‘óV°sãÚà 6åg>Š fËè—€> þÔ/rú‰tÚ bn?,ß"E/R´‹¤ú¦»€£\´H–êp_.âJ.â,m¹ã»£Å7óßw—Ðzw\là=I÷Ýa±)÷Àpc$ÜX 6NÐ9 \á$Ü „’p£$ܰ„-áÆÈÅüʱnHÁÆÉ/n0%Ü€„”pCn”„–p£%Ü 7V.æOÎнË/p(%Ô€t—‰–~䀃r1/ðHဣä‚Þ²Ðy -7Z‘pc%Ø8ùQ}25å7 á%Ü„%á†%Üh 7F•`ãä7˜n@ J¸! 7J K¸ÑnŒ„+ÆÉ…½² )‡ Åñdí7ü“Áœ7Mä¼ù/ñ¦Q=݇Èn{5·L[þåÎTY—sxÉ9ܲ•-úÿDT³z!Ãܪ LD§?Ŷã$<›º‚Ý73?:»(˜TR©ä 8løèóžáGpÊXUÕÿè.íá.í¥ö^£ 8,€cöò×^Ž÷R‚æ/[“#ûÏp{ï÷*a˰Nr¥þJÖÆ€Äˆ utå„ìeé'~äx/Ð2áÿM±ÓýiDÇ¥ÁSGÞ_^‘•‚Øâ÷[Ð)dà-…‡ÏÎúÈuØbn!Þ¿ôN¨C-‘Š¥@Û\ÀÎä˜XHʳ„ÖÝÑm#ZtÍýðDôh޲Q2ºHÚ© Ÿÿ¢‘ùç£&ªEƱHIŸ9.EæÄzBëÐâƒÒ/®Å®ÌÊD¶bx€ˆŽ²Q;ö:*BƒÝ![Ïöö”KäDZdõŠ—7*J:¦zÔOÏl8Ä#.Ó(MA y“žT‡<èãô#c³·‹˜‘îFù-Y mÈÝyµw¦z7ÍgÊN¯G³ï¿¿ÿ¾ÿ|U”ת×Tè»l[`cˆ“jp+gÏÔ¿œú'ŸøèÇñ<¿ü9Çy4u?8Ø­@œ,0N±ôÍ»3‚n±¡%íyrÔP ¯e@7¥‹QhÃ'p"UîBà‚|Ë;¸gmÂmÔóR ¯Úøú5{®à£¾ã(ò±¤Å Ô]48cªTšbàR,MõÐ[=bȲ×¥‘¿¦™Ó–z †D©'™fè58öV‹ø¸Eâ’Ç@í€ ˜VZBAÉõ¡‰O4*QF<èœ1ò¼`¿³yX9YhÂ@’ÙÙ‚%:Ÿ#V4JÄ0x/lúÝý¸±„Fëb[2²óÂb¼kìo18]ç¦êt¨r Ë…ž:Cw#Ú*bª„Ã~ÃøY–@A@Ÿ›Ó ÑD‘˜zôp¦|ôJ‹?ÃSßü¡£1÷C·/}‰ÅÔ÷mŒg¸ÄÌQc±×<= .8g¨"WZÔÇ÷†•cé!ù€Áu¬eÑäyšßI¡Ð[[—õ$@ùI÷:äg®2¿l}Â@Pê#ʼnå6š¢äç«t†lÌSê$3·Òùº¦…— ƒ]æ=au#ue ˆõ¼~6ðÀ±^õœ@†Ñº¨¢ÙoÊn :µâÒÎBxE´¨v°ö^ëÁóŒ‰ ¤ŠapȺ¬úŒÌ².vH’Î0CôÉUšn5ŽÖ=C«Q”0HV„bÍ*‹¸κá¬[ ?(b÷ôvp¸ç²Ú2â`Œ^‡ÝpaÝTµ@oN׉4–3Œ}邱ÆŽ=µr>†PC83.wf19ˆú“³Ï[ö¬/«!ÏjËî ÔGp¯z^ûB‰F„|VÚT±:’&á]k.Ù¬-] Á¦#TˆÎ¬Pdb°8I=µtÊ«>7mD€½!·œ«aYjqŠÄ[¼‰Ý€"µq3t5Ð^çÎ ¤ª2 ­1Âv\QÎhe7–E„+X¬XÈu‘ti©ò߬Íà :¸Þb\ oªN ,¸ÓÚ¬þìÂi1 ’yiV,æœé—€ÇJÞƒ­†Í‹§4H‚›¿-½‡7šŸS‹¿EfØÝOß÷»'þ:ªî“±2"@U4 [w;OZR#1ÇøÛÖ4×õõëê¼yDRÿðETó){A ‹Wõ9:Þ­#Œàu‘“Þ!öÕYKEÛ ¨Kv-ÄÆõ9ÝõSt9u@ä%êhw¾‚êêÈú)EîjjÊš…p]±ƒ^T_4pà}[,˜h—[oâ¡P…¢n±Tü6Ía3Ùx|d%0r8Ìì2ˆK'cã•¿1´T…SÅfUO›‘,ÈÇ~†V˜à^œ}[7 -ÀÎÍ©Ì9¯zƒÿoÁ± Ø îƒ‚Çû1¸7DÖ…ÇßÛìò scéÚë©:Böƶ±rÐ)Øp¦-v¾dß]ŠØ˜laÃ`ãAeÚ[Vƒ¬ ÁÏV#é½ÑõAÓªyB±'ÍfüÆ:æ]{ªòºåŽ3ADÙ_SYfм­ê‡—6Zp×*ñØyñŽ%¢›]±4wW}&ÏÔ~潕ó‰ -¼×裪8È(xàU ½ÎÄ–[v´tGHµéòN+¦pÈ -a™›?u#A Üwnl'3ᇣÍt¥2kDÏ›äñxÍúX*U¼û2£øCÓÓàZ*GU⊞Å{t u£HŒ-âbÊóÄðIG' nÁ{r1tÖóqàgªvq”º}·$Ň̖Þ7“ŽWbk,9èèˆÖØzï*s¸2CŸlüƒ^K½LìT·áQ4{à§û.)¹£7ÍÐéÐƲ"37óšÝH¤gæÿ„1ð@öh"6ˆgúY0Këë¿†àæƒ-A]Ü)| _é‘Û—Y·GÁ‰N¥lw,n6û 3VAT2}ß1 -íµV–ÎxzÄØVàÜQ"ÈRJm”VEO³I;``!;¸7]™^³¾~N¿kØÅq€ù™ä~7U  “gâ!ÆZDÉxøºv“ `nGDì†dÕ²ëRl¦=uí(4—|@ö®&ÉŠmšsÇ>>œaö©“-Z=»ÚpfE ~JfϘíÒß—ÜùeôYõú«h×Ð"o2hHÛ]…gWÍ6ÎôøÌ|ÇÑ¥?Ф¦jZÄøÊ‡;=‰¶e†ý€xÎàZ,«£‹Í( -éeH€.Öë÷'6™¨ Ë*‹‰l}îD…JUا•±òÐIÝíÓÁ)¸ Ó²c *Ú!WvãÄçQ+u8Ñem4rb-- ®L«åOïSVb s«=ÞÔrx̳c—ÊãB€›|%•–æ°Îô G7JNÚY‹îw‘>+P¨û{µ@ÈrÏ!;,‡G[rOw ëÛæå1ƒySêÙ1biþý ô¢;ê!SÐeEO>c¾µÝE.…D¢…æ(Z%ýá[,Ó,¨ËnÁà™Y—bÕkæüEJ%·®Ýצô!è»]Ìx²Îƒž7-¤ þÇÛ¾€ˆ,²Æž©9•aìãf•§ºq)žî] [ÕÉ>”6TUf°7i‹`¢‰ Èóip#UŽC YÛS ©bâWÐRMç4LJYåðÊ=—õÁãd 88%ýžìíCŠLúë9VÖòþh¤Ÿ—»þ«hì8ޱú&Z Ëçph‰Î­:£­E|3B—!¥ôÊ(?Œc?EzÔí¸fWe7Ñ3+`g:Þ7Çá s—jó¬rk¹âQ’+ð]ز»Ž!ïÅy¦mÄDÁʪú½#3¢ë( {Í«ªdèä€c®ûþå8ÝÈK¿6Ô©I³˜dc>¢^q"ÑÎS3dXºq's¹E+,‹CôZ'8Í=ó¤1%©e¥Ë§žªr™©Ð˜ûÖ<9ZqS5¸“{ÓÄLµDO’¼‰ -žëàÌV'}3î=–`[T‚ßCÔû Oõ-4±)dA¹·¶æÝ£e%N‡këqÞ¹'G½Ù÷±ª³ç€&•u£âÊk…tlôœvvÇ!i…:uq‘•Wšõ~삆D³Û­úx;QÃc¯ôháÀ÷Ö¸ž=ÎÞ}xbÍ[mKé¯Åqz|‰¦Üñ]÷/K™U'|‚ˆ²c¬û2æ~b2ÆÌ½ð!®¡LÕ=à-9¶Ésjº`ú$ùTÞbª…Ñ‘ðÆ9oê–@¡d‹Œzö!´dH¦'ñÒü(uôUQ¾ ñÔµâÉÅE§êè¥ -$´rª£µŽ¾s`VìøÎyÞil ä*KžCÔGO:¹ŠL+´ä2 ]›«q±ª!öfàìî Õ -¬ëxÈ^Õ6e  ™üþÍ ¸!Ö)\}DOrಖÝdÒá|o¥<¾¼óWß•D í´#IÊXïiA¢¿?S#4Ø—…D˜ˆ‹MUØ#¨èM­WG_I ã-³ïê;$–a´áåm[ê鎖fÕy•UG½'ÊŸÚóˆ<†V2¦×-düÂÌžÃ3hY•ÒÛ×Xï[6ÝR˜±x¥›í€)'Ö©ŠTí‚´B jò€-¸a¦uj-ÓÉeÞ.øŽÃâu9d:^‰d*ü7ƒÇÆ+[?ò¤P5³wãZïHO—¶ÜŽäýXMOƒ‚6j:8ÕcV›<˜½5ޱ‡j²Ë¸þ€:ºonÑL…ëJ -rYeyÖÏëʳn HÓθœ^O¢<Ô¡?ê+¶®UÏBV3f2o›OHµšmÂT]n:™ÿͪÀQg5¢ëtÔÝ ß-ótÃõ¾NOo…c+‹—uÌ´µž¦²ˆmOv±”MÎÔ+, Uàβoµ b³H¹ï§ Ï•¯¬¬ -NÎVÚrlRŽÅ˜çÑÂL6Vxx=‡î)ÓÃSДdý• >¶HV/F4omJðsÌ»/' ¥Âþ=túNñŽ–m* ¯$ÊdT·tF1ä²[ 7døÈVÛÅiÙœRïð”éc¹¤ÝÉ%Õ y6ü<ßÁ#ÿg´^ò„¦j^hÜì8¢1¥©\=‰¶ÅY‘Ëvxá¸]ŽÚ+³60Ý ‘Eû©?»±f«ÔÂ=<’ÐáÔñ¨'DO“¥)ôªm¡ÄL¹ÞÿÝ!"ÉåœbʽùÈ×oÇ0@+æ ‚ó‹P×{`@c²Å!´Ÿ xì|æŽôK°ÿG?ÿ‘ŽUÌóM•27~:’ë8$8ER,ÌTqëóx–‘äîÃK„Ôæu^?K•óê ÊóHzmÈsˆæ«ª5 ¿f¸Yɱ‰éã(Ð#¾ñk¾½¸[¶rµ#a|”¤Éw;ËmiSrä¶`/|øÐ½>¨¶áç~V -yWímG.ðêì£0˜,¼‰@¾ ¡µ‰c@©/Ó‰fM1¬úïXŠ@ç^ãÑ©#Û!šâö(д! ;±îÝGõª³—,Á¾åÁ=(ÎÅ.¦JX±³awÙEà’b¬y™µO×W£l÷ ¡œ•ò’;¥#ºU¤´áï‘–"˜ÂÔ½¤þ$R(1MLóa¿¦ž^$+ä¦mlY1Uã: NÅÔŠ]wNŒlXc ϼEj÷6èûÐóÎ@Ô—’W¶©kçNùE4éÚY7h nØNÓkÄud»18Ž«1ÆêGh§’möÐJ隌ƒu^Ðëy§¼©³<93º ‡É íÔÀc;ÔÓ,^CýRXu‰&o¾µvÖCÇÊâ7ؼŒØÈ ÔH±}')7[‰)^õ£|i Ì·’»¬xü‘haˆÏjòhN mU>¨å§Á/qUn ßU9ÙÝ}˜¹sŸ}3F6áìòDÿž:©B:kz"$¡7Œº/±1ætݵ´aÂd°Xg?¬Û¹U¤”>T¬rh\7jÐe§ç WØ£«ƒ&Ù·ÙL• º©Z&4±¤6Òü_õäŽ7rô`Õ’°ËŽ.Þ -_×ú N„ô¤ÿXì……U„Pèß`S-¹W¨,áïú¾Í=[{–‘/ÆÐKwWœK $(È^j‡I»º70¾Çk 1ž¼.óÓ*¼ಧëÁê1@Pvšmsoì5­ Þ…"2×ûCÙlÍŠ¨âüÈôërì€Ç‡Ý€,ÁsNUËÜlÏÓŠ*{8ÐðÙ‘I×P+ç`š¼±³Þ^¿,µƒàðîHÀˆ;ÅZ¥[–ž6ú†sÿÁkëó#ÓB‘ „0>‰7‡Óè·ÿ€¤r¶;;n4ÝÍ€‘î, ©AÁÅFãtsÑ};\Se,Âû"0IÏÁ;ÃgHfVC®etŸÕkÑ­%õ4[hA[R¼ ÙE4Ê’Ý1>u[Öí1Ø´àcAæìÝ‘€™z¾»ecHSéëµ—Û)3Óô¼}>¢•Ê%—ÝcLλÃõT”ðð^Ù‘¨Ï©Ý¦jð •}$~Äõz¦ÊT©ÓmÕRù*Ìf>9^FU·cSDBH‡X%ïèæ ë' R„›¾-›ŸÎ,Á1ÇÔìm#ÒÙP1¤ -"hù;Z›¨ã–Kàbé.¥ÃÉÈXá|ÌŠâš&XO¯Sx}u{ Ðä"4J1ðÄ­XØþ­ºº]scfù*FnaCž­âRÿÑ0 x÷àŽ]¡Lb­Ç^$ƒ,%cºX0^Ö²ûŽû©›üv>lR¡ƒƒ2_·µ4ç_³,š…!+z|{y+Ùsäà«)S>Vµ4Õ®‰lSZñ’3uƾPÇ;‰šwÌó„=,Ö™çÁyÎ=ésr™ê ¼¸]‡l.ZxÐYV\y:uŠw¼tªÎ‹'YÕ¹Sí3¡Ž³ÚÒΤ+–¹l°Ýk?ò]Ћ,k^§¨{ÒÎóOØ=¢kœ9øÜ"»÷xìy¥K`¯â^ê>“ÚXËÅGRBE›-CˆÈ“@[²on%ëçPÿÿ؈½ðy3òÍ.ƒÀÃåd²¢ïØ¿¹g˜ÕŽ­Ìx¥À‹i…V+ -"8ê\\Üì â©Ù„üº襲B¦b«Rc8Ž_]ŠIÝ€£i‡NÏ9zÄ)ÎC6fx¯eh •‡Ôji]<×ÁT÷¼BÛ€¬ô©‹wGBÖ”ÐW*9+x.³Obc.icÜ“oó—ËòÑ<<+ßr¤Îë…ZžÒÆ@zx/«Ïj6ÀU1‡Ö|v ¨»SÝ“;ÌC?0UíI (kÁ]á[ôðêÏdeŒÝGeýÀ`|Ë5¼_ËÔ}Exñž íGi?) Ên}ÎVg˜ö#³†|Œ ªÊ&\(ó!+L¨¨æ‰]› #A2K±¬šæÙü6è¹Ç÷SÝYüUOÚ4'8?]M 9…=«ˆtÓƒâ¡FæyÅ3ÜGå9Ž_«½?UjÌñœ(º¿ïHV§˜d}cgd³·.Hk÷«p•z}ÿó¼óq÷аp`Af: -Mrá‹¿ ˆ‘æð$£å; ®8f9+ØHŽ‹5M×(˜{(o‹W¶:Å.Ãê¥N..ãöD›&Ô©ß³¶ñ¼É¼6o9 #™ÿ÷ÚÕ–3b[ü¾;ª~ñ•·}ºóÓ5ܽó—VJÚ÷ÿy[4lÒØÝõšy¸âX‹{›eòøBf<†&L¯ ©z<Ëá-—PÚT2Qêa+–uuØÖKÒT Ãc’Uo&Z ÝVì…òŠËŽ=½Ð#g½Ò©Pç aEÓÞŽz$ çá〈ʜӾˆp†Š 'ž:åù6²¶uÍ›b¨ÇC¤Àé²yïõ$Ê¢ 2»Ù-——w•²¤UFÖÙ¦£¸QDé–£uÒî‹ô„c…@jÄ’I-'ŠîMï宂 -̶c9«HNÖM$$ äßÙª{Óv#ÛÙ!:!¡l)w«$K(úšCªªù…äü´_w˾Cxƒ»tô´"wÈŠ(=ïa³»&g™©:GÞ`%½àUÎT$öœŽÕ…å<ûÒK|;ÉÊÛ•\Ÿ#1Ó䎞j2 g—Tf& -WºŽ]ᮡ;Ÿ<ÈR h„jUï4¹5á1É‹§)3zâWê-Èt4’WEÅ.ž32ñûKEš§ØÙðžd†‹_Rµß†Ÿ—¦:6ÖÁºaýHÛ¤§Âz‡µB5dÝX‹Iyxg»C.²„@)®S¬…Of¹=äÜð Ã~$Úcròek›vZFÃÉÖÕˆkWbpBÁµTGD¦ôâ<1¶ÚyðÚ.Óº"°hŇ‹èïÈ=¦×'M“gÃlÌúÍ‹š/WR1ÃIg§Â–ت‹é™*ûhW¼ªsˆELt<¹‘Ô´fšW'8Vê:7ëõšK×,Fêt‘™ñ6½°2-¼ò…•€›dö±ÜæúwÀôí¨ij5ãí2QÑùIÍá:³ìº’ ‹°VTð¡»ã>¢ºƒçv,d¨âY¯ žØÌÍpþ¨˜¤ÿw:eaòõŽøD +j9™idŘe!ì ä®»æ§}DÖ[.Í­wÓSž¶=ßÝçõš}#IVºÿ?QgÖç¯åi:õ^úí©xps‘XÅÖ³ÿ“o†(@ô|›“0z×Õ=PØòªÖÞ¯âúÀpyöbÔ¦OMÄ=°;!ûÈ‹—ð!Sؽ¡šîƒÅ™hÛ¶_ªÊÏЋ¶àÕ`}5™•¾¢mƒæÝ= xóè@ëIX䎅`œíæ)±*¥òWÞ)½/ÄãL§jBºCÉ×d°÷¨ -g ÏÊ»_!ë7èÛ]Sì~6äZ³'’’[m­Á,£ñp,<÷ã‘ ^P!‚kqÉîÅlh7•uöel -OG.ßÒÚ¦~s´õGH¥|,º ^^ûaâ‡~=­sl¹…È2†£·ØÌÚ@v{Qåd%×{x¿áØÏÚ—8lt7Œ‘ò"vB7!ܶôþƒ•TÈJ÷ÞNQØ9¶¹&œ~IgóïL  ‚0A’l\uF_+±†p¯/ˆF-Rc¾¢$¢M-´+Ês¡œI;¸°°³‡Ëê?–—s³ÇdîãÂTéÕ„*ùÔ½ÆUhB÷½s†œ|2ÛãzêKÜ«‰¸{ €•lÔ—4 -Kð–̳N?ÿ;öuŠ£ü辩´‘ -* \bYJ1uÂÝ7n0¯§Ô•½Ú]®¡Š×ßÁ‘gà ->_ƒ7/WˆBW ù–[p»<‘ÇP^íÿõ‡vEÂ3 VH·ÀÅú±Ì{ì~ÆáÓˆø:úñ<€ÝÑÂÓ2£ÎXí”%“©¶£un&9šò/Ro£Âaƒ\QX[ -ߪ[Àé%p¾ÓA­Üÿ:m/¹<刽¡Ý¬u¥ß#Ðõal 5v0^§`à¼`|½bö2\×N-YTdkJ7DÝ×SÓÛˆ ¾çˆÑC @ên v”»Yµ2=p‡ÓNm­|ÕÃN{âdÅh$6Uý#tãÒä°Mâw Ž91zKÕNMlMtO‡£ù ñex¿h Ù^CòÕÙ~èבzY;4 +,É 'à½`¶æÐ*" á¹¹N–øùè)u9ÍëFyß^®âeó®¬}9EY“뇂>‘Ì¿¡½[[¹øpÇ<ë+žÐ¯–% ÿBÑ óÄÂvä¨7Èö!|¤7Pʳ×!„nõy’¦Ñ#ë“4MóˆŠÙ¤Õ›lâï™ ¢J3mäjȈtOÓ9´}è8ñsé)¾ØE¡‹BO-äŽÛ—ȤNØñØB<£Ò8NT-Bl‚( ú1¢ßh6. =”zh¬)X÷Ì ‚ÕewiQxà⪙ oï©Ó ª)GšE6ícÒ.cUw#ª=Ϩ^]'Êa§ K˜46í” YDN„áIV–{¶÷³Ø3”7YiBÓY€}M˜ya.ÞRA!ìÂÐUoØzE0lÃÃÌñíksÄw“œªµÇ 6ƒì#h¿Èéâ&ƒt6’¬>}‘1__ÊäÁR<„9èE_i&Ð7 ÔÂtÍÖªsgÖ˜."ëA¯;ò6Èç$â(O­Çˆ,EÔåË¡‹ñœÝX %›Z²­ìŠ»4ªÄ¯ÍT˜êÙ‹C®V[fÒf¤Nš°CÛɶäµ2ùà&ØÝ 7Ö ˆ'µ®74±“»\»p:°©B#Ê4®¯4M|£5Ë f_Þ•A¼RSi' À*ñí…“£}CÞ©'k‰Ïay2Ò^S”„@}˜´÷dZJ@”Yáë5J‚§„ªÆ¨¢h|û²ëˆ2驹”¯¨ë’ý3>'r’…Óžf‘uÀ}äl˜ƒJÚ%§Cxj1[S öŒ÷D´<ÿ{Ú$ø00š4 -³[—U‰‘{=¼Øü¬nÎz"·C}ܹ»ÿQe(ý¶¤®2ûœ%cGˆY.þ0Žº˜âÜÅ^o!÷°zÝAêh÷œW§@"ñö”_ʈ9µ2×;ˆ]¶Òϳi9êp k A—…Λ^§ $Ä~ªÆ¡åºíÝš!¢yÓu/;˜Ë1§âìËaYpǯ™­<÷µåì†þri`0g¬ôÔÛñCšéo‘¡>Dãª> -·ÌÁ°}»Ñ(µuº”¡–>ƒËDÐ}%í¡ªÊªIîìL@èXWΕù6<·­«›y§?J™·oVhÛHâeÙH×›ú¾PìΤêC4k”ûÇ¡ó¼q¹÷c ¢lzʳ7áE??Ëkè¦þèV[Le—ûçŽz^„º ˜\œ#£“}J×cÖõRx­šæÄ" íNPÞW­L”3 äÄmÓÀm†í"Žeªp§û›ø—Ÿ<Íò3g/F m'YŸOQ„Ÿ¡™Z4†]bí¨0ÉB„·V¬¦yÞ§r¿´|#}Õ—rÓH’=o²óiú+"z…Â]ÌX¡¬SäJÌ“b¯3DŒ"£hÏ&qíŠs -k#àˆ¥È¸Ctv£úŸ÷ÑÉmh-]Øûj†ò½PìõÆJY6áƒïˆZ¬¡(°Q(“B(Ûèô-Í,êFT¡0«%ŸcêD¡V0¤u‰ ÎÃäÕ¢(–ÇÊ’¬ì1äî¾êÕª[ÙPK þ–Èî¨þ˜Í\ždánÖsÞ WΉ°Bx¬xž[È6ÿÇ•AD û.øBÖÔ 3ªM)+MúÓnJÊe÷Dù*«ìsc÷Âò>MÝ^­7D[É:YêF†|×ç¸e uH´Á®ñgf‘¥å}.9ÝkžµGa£`@rð,®@ »—/ì<ï}uë6ë…ea_çÀt¸IÃX²-fË ¨W¯Ÿ7¼4éB¬@À‚V‘cvh8‚2¢Ÿ±’ÈìL¶#%¢ûRF¼!pjdwir%Ç+ÃÕ„¼ÚÄ—‰8‹}\ÑÔR|Qqs°&¥çæ¨ÚD|iì⥧$l¢—‹(®„ÃÍ®Ѱjön°»Ë›ÑsÞ¸³<æc–ªIFƒY7´Ž›w ·³RíjXßFÑÖ:Íc³xR>ª«U°ÊÞCæ,wUCЛábQ×Sç× :¢;ÍÐJ"ã4ýP#‘-4A¥¹\ü’ÇtLfoüØÜ„„GOá&ÑV6+6£€üûãSUP1Kä£ÙµpïÓS¬¡9«k<1;Ë6ñ‘D‰¶bÒä1AÏœUxÖÐ>:só¾f£r -ǽÞúÚA|Vuæa ‚;µžÚ8“äjó·AÛëXQuD˜‡NšÒ½×T#þ›UøãpÞ@ÊNõQ͆5°Ó÷çRqOÁõa‚×ó½éIÄn`‹rΓ•MÂmì;™mм"ð15…jeL/;Ä„†È€Wq[MFÕ9g:b"Ó„˜Mê!½þõ¼±ÙÈMŒÀáä•1MjÇÍú7§àŒrõÔ M°‹‹P~Né³0 "@ȤÜSkmsU÷œÍ]‹M™–ؤ®êTOuo W†ðEÖ¿•KíbpïŒQv/ÛsÝà²GbÏ+#Q¾åLÉÛM„lk~Ðe¯lúHáµkßW¾KõÎ×ÙÓR•¬_ ßÁ«ð ¿o¨hYácÑð Ë”oÔ»9…‚-·JöãNWß…†ŒÊŽ^½Û¢Í}¢s"j8œKÄDXj™ݹáWÒ¯Ú‡öKW%ÕŠ‰p‡dÃãñ º©ÖXRÓdì|uNsÉ?ð¯GF"õ`ÞáÑnÚv¥C¶CdaŸGµ ë›ç¸¯ò™_N¿ê°ª-ãF£øhóù*eŸ·yõP“%m˜çÀlõ®›w¼¼?ËCŒ{ÙX0¯@Ô‚dfÌ™®žUçMŠÇõÓØC®ž~Üñœ·ñæÆÄôñ›^ÃQü ÇJ$+“×ad¼¸éÀä›8òrÂdê…ádKdm2æ¬MŽQ䮣]ÀæÆ>Kц’ÞZ}¢Ì¢“úq¦8CKQ6 1'^­ÊiWèÉŠÝõËuP*ðaë³¼xµœÿJ!Á¬Œ½txÂ…è,ébOikžÕaŸ³æ¼œä¾š»Tu¾­vG§òq섵ð4eü`´*Ôu÷¦¦OÒ"ñ8 ¢]ò ®=Wó(ã?¹kaŒ9â!ʳrª?$°Œ1W÷•£C”]ÔL)æM]{ªX2O. rùÿ$ѺyGM$þYå@JdœxèK³î˜d¸9ÿÍ–õHÖ¥A{‰LÏåH„Í+æ’B3º)ˆL=[ˆ›XoE‡('æDcŒ}Q‡\±ÞfÖ¼›~’±¼cžhK…¡D^„V|¡/y>ÎÌüc= @ ´ÞžGW—¾êUûl†(!TÍÛ§òœŸç‘Õjûg Îlœ ÓÛ„OHìyŒä¡”Ëû”1}\=©«ºPa)RàØSÚvÎzá¥:xk=xUçœgÔ™²mÓròw‹ÑÙ1#>˜’ëœ àË ´Ý“µòž4ÛOànoP—<‚çé~¤Lœ ì;=½0M»°õIó0OÐ!¯@ª3e¿Jëçd Ë›¶•‰S§ ¯ÛSvÚ…V£¬.óÂ+¾8Ù¶µëûS)qÛÉ£%€%ÿ€vßYCtÎ÷¢¶k£…ðc¹±W%a×[ÿu.ˆMö³‰#«’ìÉ!¹†èŸ­Ä ,@¯ó.åËñP%¯EŸGîŠ KÁ¥áH@!Ô·<¦IãT5ª´‘X€»âüfNKYE=ýÓl ø¶‹rc# YçlÔÈ ®½ {Ð!¼b²iW›L@qï>ô˜°xMGbiº?òѶD¤øæ´T-ìW}Ýjà¶ÄêMÝ•E¹íϾŒspL¦ÑÕ|lN<–´È H$6ØÄ C¼îetÃešÙ[Mu6ºë]5â£$<μnGs}F»µ÷YKë»á?QËϵ÷ݪfÂ'¦`„HyT]¢ØÙ@ÏXæÝºÞ¢((Å«TD·Õ“¼bÖi -ˆ©÷/KÎoNyÌÇJ\BÖÖÜÔƒŒ‰-¦ìcú¸¦ §kå.šjþÛŸrxã#S`¥ð©¥p Jtzã–|SAãç[2•‚Œé:EtÎnFâHf­ £'o-ÿy¿’~ǘ¦~ôôTž˜{'S×ÊÒäk®PøPû(È^ÅâyWÃL o øyo‚Š*J2­¨y“æ§ÎEuþoæçÀBèÙÚÉßm_nœ-ùXVÝ¥ÅfdcTJ€©–>’¢²gz´Å«½Ð_ˆ§¾,@ƒêMÒ–QØÍzW—þ'®Ñ–G¬dëlNÓaµgÅ®¨ßd<,ÁˆTçTK(_¶n:À‚œ¡/ dµçq, .¹·Ë¶$ËüHƒÓ®È+w…G’“À3ô„‹ -ÅŠ{ºKÏwÛF‘ì-Œ±‡ÄÀ§Uô»IWë´RœKEÁ.0¾,]ÑÚ›ÑÒ¥M•ÆeÏ^‘ÃRB©ßì] Ò†]§ª¯Ô/V'SÇÌŽï!Á˜oYôÊ:¿šÏgå»Õ›O»”pºKqª3”QÔMP1›â¯¦HéaC«.óQ#Ï.ØùEZ€_*Ÿû†â7ÒØ&F†›ØªŒæ‹ûn´ÑƒÅDm`‰yÁ]R&‘­í¸2´Så Ìx»¡ ¿EÁËÕŽ#sóAÃ&1¹ƒG}o»žpÀ#ÏîU|Ž%M¢­:÷ñ  ˜%±½ÌfA +îsVŸ}¡F$ÄÃÃ$Ä“ðx£M[C¨ªjxþ Æ\àÖ§‰qo5‘uù¥q}Ì•.f,Âo×AýÒ¸Y^…¿  Éf ’äJ϶©(z÷G'À`æÌ°¦¬1Å"ĦÃôîîTÔ„²SO#1W0䎌™•¿[MZÀer&çIt9¸•~âÀ:U w¤è(fsÚÆs˳]u厩c¿©6NnUÛ , à’)Óç׈³ÓJVª9g³HS-ûÀ周ŒBžyr*ºDMfÚò2æËEô»Ü®Aó”&j¢¿#TÊè•otùÿoùÀO~íý·ãýðüðÃ×ßÞáï>}üÛï>~ùño~è7þþ—OŸ¿¼ ?éÃ?ýêûý\¾ó×?~ùŧ¯¾øÁ/>þaŸøüéóßÿøþ›l*oçÍ?äS~öë/?þõwû·æµeï¿€³wþÝW_þìË}þòWûÅÇ_ýq_±8ÙµÓåµ_þhZ ˆÑoFñÌq]‚È[¹äû6$ÞøòJÎQï‰>ýO™r·É~íÿ -Û®ÒNø?õB¼Ž]½Xó¶Ù_øÌ•™¥™º«X¸qŸögÙ¼Š÷Zëÿ {‘ÆE3§‹ì8Žý{ü.9þnÉ·¶Scl7nî™*ãz|? °†ºùHØ¿@ÿ_,UÞôäQúám^&®ÑiÜ,€ÿ\5»ÉT·3wu×*¢_¬íð"Íø¾¶?Û<|oFŒÁµûëæ~')°Ëæg4<¡^ý—§ä¼>µø\¨òn³<=<ÛÇÔÂq¥]ùÏ0õoöȾ¡ËîòÚ -Zð›tRxdÙ(7c‹¹ÍÉ­Œ$…•¿Ør“o²É*ãxÁ²r”‘gŠ'SûCQÜ’Þbý‰ïÁN&ƒ»ËÀ±åþü -yÓîæ8ͼ.ò阓?‰òx«x½·¿j&S'  5w -ú z·!MñË }µµîKè;п6 ÔùŽs¢ÕœQ ×úê D7¤ÙêŒ5zñÆwdã -ÖOJw¢=E¹gëPmv§é/¹Ýx.Û™b´>Q+ðSÿ5ÖßO®;vv&©šâüVÕ0{ñÏ—~·Ùݧ±2iÎ\Iã†Ö·(ŸÚÊ­bãŸ45ón¶q"l‘´Y¬—oš.—¶ ÜmüöO3ž^‹Jܽ¹äêVû~I9Ö3ìSPÒÿÍÿ‰îÞ1÷šc“ ‚U‡ðøÜEî?‘7ÛúÔzÛ¹³‘Ë]Íx ªd7Ô-좟H¼Þ«ëËò¢þkĦHzI)CYŠ‹{ã+5v*Êú.Ó6½xòÝÆô×'Iž¾àq*辤yÖ5§Æ(Ìî$gÅñŸ;ÍBÁæqw;ƒ,­É”œÜÓm³±Å‚ä%U'Õß¶.!¿Š©ÌIUl/ZSíÁbdõm¶yng({ýRìBe;8T‡»$fA=ùy6Eë#4L×&Jºwè¿m—ý„7€Ò†ÐÇ–(廼ռ²æ”Wí`EQNp×),¹ÉõOD=ŠeÃÈÑêÁñƒhs÷8#‡4ûºè+h »Ë½¥“£žðñ×`µ91l3íyb³;BK5U%M”ؘËL±é9%ïn_EQpT½¶Ö›g÷Áýþ*o«ÿ’}, §t`ÿœêM™j£i4\ATÒð¾ßRc¸¥TRÞåj¦íTë£d(æ¦:w±zv£ä4bæë‚õºz4]T±ÙâÖ¼]°éç2½ðÂຆàvË€ô%êTÛ7l¡Gí¶Èü/°ûжm•õÐÊ©Oñ@€ºì}ÂÊ¢¢Ì·½Í›|è˜}L¹&Þñš¨d ]Dßøp§‚ë@V£‹p¤ÚÒ(ܶa%ç‚Gx¾½ïNŠ¢î Û®Ö=×¶&¾Ìô;íÚ0bª^„F~o -ýêuîhÈór¬T¾Î\>M Šú„­Ä·¥iÂêCðĨG÷»îé¬jÍ:w—d‡²ÊªxµbÖl^·Ø\×q´rð‘Þ.I§­Iìö*Îi³ß¡;fOС¢ÂÆÆêåBk&7lNÍÎ>Ê»tÕíE"7§M Ùzèp„&Blõêøõ¡×ƒñr_µ6I¿Õ©¹mÍž D#– E¬±ë¹" –Ûåž¹»鲌Wo½5³½={âÃȬ5]mvúÝçÞw¼Ñè³½ÊéLìb({É_F^m²Šv-ì¾ìWš>Aœ¨ëìšjw‡¨‹Þô¶ZízƦó8š 7'–ÍÖÆ8¥òthÔÖƒuùp^¤‚ë–@åU»»‘·oÝ(‰tTϱí<;pèX -êõ†í ¦‹)|‘ !Zs;./{âT…Ï&fÓÀZû¿õöHt{‹¦Ú -ÐòÙºtÒÂnÛ°·©íX1`ÍØGuy5íóÅiÜ!õfr…é·}àÃëåúéíú;`%"n+ñÝáþÄÓ²î÷íø6=>xÈpôÓß×e›÷Óüð/Õú÷¿æü¼.§ŒÓåmYoÓãCŒ®f-å4¾Yqïô¼\o¯?tž¯Û1Oéš#9ÜO¯_Ûú¾ž®—Ïëm9V,ÈÏœçÛ²]>Ï÷³_ì>Ý"éЗ¿2>=-Ûüa=‚ÝnëçùmÝσ^¶ÜŸzZßç·Õ?ß}]oÅØÑ›d….Ué~ÕÇy_¾Ì÷Ûþ|zšÏÛÛvlü¶è1ðÎË}µß;}X—°öùããåÓ}ÞãÚ¾ÿozÛžÖÓúõºžÙ¹Ÿo…˳GÎzϧ÷Ù'éóúv¹¾¯ûqÚöeý:¹ýòݵÌ7õþÿ„Iótn;îí÷@I*·RÂuXäb˜±ö¦É /m(P®ãŽýõ«²Œå7ÞÛ¶?¯ûù[lÊÖë:8¥ƒ3:8§ƒ MLªÁ…õå¼g"xÕß Hüšïd@Ø °Q FÃÞ—yFA°`C 6Ø`# j4¯m¨6Ø0`Ãéæƒ›#ÒuóÉC… ´n4ìcqƒ -fòqÂß< -®/é‚kÏÑö„*.wµ¯4Ó ¢¤Ù1ßÀ÷´Tîjù* U ˆ]lûÍJ W?צ#Q{<´=¡¢«^ùZŠÙñtDàAÀ£¨WSŠíƒSñe–Aõ²ôС@‡tБ@Ž9š×:T€ -tÐá@G tè(p£°8š]t(D£EÁŽ´zÒßz5·ãnF‹ZXR…b_cйʩ•Úrÿz6‚ÀfŽ|2Ï/p±°¸¬š£‚šÁôÇÙmð õËEσ‚ê÷Àn¢vƒ©›gE%ðÚ™(Ô¢¹2+Ãò¡NÖ®o'µ§@dÍó³ñš2¹éئw= -{‚¸FŒ‚µ¨å%=aËsØxò…HQ6b6vé´<,®–°íð8²Õß›Z`,ÃBư—P—mï±ÞD(_È ÃI±ÉZGxçÓ¾Mý‹Ó}~¿¾­÷‡?ý]ÖeŠT+Ά,'¡Æf"ÆD´Û–Ùü2ÉbäÈ:/«Ù0#z´2E%ÀT=(•q¡ÆDVËí9Ÿûš F´E<ÔÊ콆-XmdéIž/¥Ò÷µF55i¦Ì -‘øüM%[²²ÆcE™Zò•2çpAÆ1ÇD±¨)®ú*£•‚…ÆKc!~P‹}^¼Ö$ é{P†uI¶zÒ·Š¢Á¸[âFþF šC²e ÆSÄwXãèIÜÍ"U^d Œ­:¬Ø?H˜ôø&‰ 5™”¤‘-¿d^5÷n|áŒ4Z"2-b­0†•y}gÁ~>¨4\5Ft!ã×Ë};¶Ïë‰w Ö6HM)nfªcÛ 3JvG;Ui£©¶æ^dMVq  B -Cµ5FÓ G{hɃ‚w©$GUˆÁ²RFÕX'4"ŠrEPŽåö¥8<Ú²_°v-yvw°JÐàŠ›cŸƒlúšÃš½d>iªþÏg:*ˆ¨ÞO,Žô³ºl”ÔU(Tjl®=•ÇÀ}x§;]U>²Rr’!ml+Š®~>‡¾€äÃwC!‘êÌx'%h¨8*5[ª Vƒ‡á2òî~ -2÷•Ž~®µƒ«k´7ÓøJpæ Æöj ÈTTÖ*Û‹%b£±Õ©qÇ@ ZÓâa(ÍV*™Q /½8o×jïL]î’õb«¸1×y ¦ƒþÖX€#5Q<¤ì‰TcY:]â<ãî°ó]iÈ(dy•í‰1ÝWQÝ~˜Ö©rilmô.Ž4Û•Ñ^Œ¦ÛL·dÄKͬ’Ѩ=×-Ê£”#¤ä“„Eódm¾±"FuÖn"#þçƒëƒ"–³\ÑØÙ;Žpáˆ÷Ï1”ñ±óä)æÇt}¯FibóE¢¶Æ -s$–kµ(ú‚'Ö<4¢ß0[–Ö–¬äÒì¤@ 7ó9‹‘ò5·R{<;È"cmðËË$‰½Àfë’ðÓ”±ªòP-^300Ÿ.l¤Þ,³|Žžyqƒ|¶=$™ÝTmü§ûÌ)¤²øjU+> N¥m@¼€dâð¤ ZÆs¢Kx¶[dƒ0`6„Šˆ¾P¹XF?W;T™jÓØr2`ÐË–Uæièj„óNæ xI -ú"Aƒl¦ÄÓó´&tyz@‰Ï”¬².ù=,¢Š«.*†±ÄæülÚÎx±0ögßD^ü,§ªk7‚]¨È‚{­‘3äã qÈÆ`;¨ÕÈ9.‚C7Í0³EÜŒpÈnVÃôk>múðìæ]½uÙ*¥J^£_ÑF²ßÈ\qcé›hë¦&HÈ,/€jDÏPdzб¬¨Jf£Ç"¨[²H“õ r˜î5ÖB‰ÔÙb—X¥¤ú•]N!"µ¦òò!T7.±oFR)ðPÝýaÉlQ1”›ŒYÆc] Ô)6-‚[ -k÷¹¬s=zÓ.áAλ£BŽ´«Ã\6@”°_, -9űv"àœÓÈñæ¼e×òXDRUË’+¶F9²暬zi “^$/à†¿Ý IR™WšQRýj±¤ó‚äð½±ÊosÝ\’Þ²ï(â®‰Ž¼šž˜…¾Ç!Ù Ó“a‹<”ò0©º‰vçØ\ð•-¿¡¤ÄÅz=`&QÙÏg;«Ww"Dž¯»&B4…ûðhaÏ ¼ëX-Œ\HzË‹¡AÖPDkY ~ž¿µ me£•¶­E/ŽÓýÿ⦋í@ÔÚþ³üOÚÃ>Eê<3‰ª³u9›ÚH2z–¥œŸè£þaAȯU÷j–ª«,ªÛY¬R6•QË!îÇ0¶…¼‰që‚TD3–¶‹ã°éæ›ãe½§¼ÐžvˆdͬÅÑʈ -Eî]`5‡\êÍKJ?täc ^¡VË|®à¯ÍÚ{ }®˜ço4ºŸü,.æ±Ü’qhŒ»E³zçî6·ÿ%bz–ç§;’¨f öVh?„Owßr¯¹€¼=hqlÁ¢ßꌑOò÷ ¬A ;”«T·k*ÿê#¼õBcÊà¥]ÉûéŽ0 VÏÒ‰ÑVx~~øÆ?”|=^­0‘ö#WÕ!¸’2ô”[-ùAæ[u¸®JŒ9¯PÅ™ -«ìïÍ%uø–Žãi~`æÆþãÇä‚ SÌoÑ|ƒJÓmÜÔ1;á vU‰ABÏñ[‰²úëE5ôÐì\TgÃ6ÊCU»$6êæ#f^˜ƒ;éÚhâ>Ãü-!åG|€¢é*M{O¤ -AÚ}\ÕæFÜÉûˆ+˜ -nÙ;¥0p¨Öë­#Œ*Xt'†{Šî°ât*ÐIç($‚(OÂp³‰>î~QqgH5±U×^âÂ/{³œ±Á>°ö%k\–Tâ /§¢2jz-SÞ>îŽ1sPë CºY9|EG~Æ*^œ$ˆHºÖ—})t%âIÞO8Õ,–M>j‹íÌ4ƒÒÌÀÛ‰ddºÚåUŸj\–TÈ—•Öìâz‘‹‘䑲ՠH})#‡×E/!55JBÖjxñÁÒ^Ã(ªá¸‹†ìh Y9¬yž á½)ÏÑÅ|ýèùé -)¨Ê;ÂBmª¿ÀØÂ7‚SH7§«`(š¤‘-#÷2;­´æí~c<¶Þ‚L£î?jðy C¶1Ð:ò~ž‚/)ÊsdêbÈ÷ÃzXrp´3=_8ÍáÔð/—û½Ðžd²X -` º©Á]›iC,Rž¶;9žÌ¸@e¦¥@*‰?Œ×¥J— ²#î‹õÁ„·iRy±¡›=èÈö-‚Û9„ùXâ’ó$ãk žlã]ƒö" -o'vè‡uÉa*qõÔ%Dv*IÞêý¨0õòô¡EÎM™’1“´ªà¾mO´ž4(GœÇ2%ó6B¹°Y0"êœ[%mCª˜õnE]t–რ-Àf/¯U ?_n€ªª«L¼õlåc|<àœYºk²!EÛNäÒR§‹K—‚]pqSº.Ñ0‰„3PY…¹)ïžn;XKË—v!¸ù"ŸéðÇÜüKr`ÞÞ|:`Ú9ÛÝ ––=ú“õö<¶¬&šûŒ6-V Ä-&sšþCšˆÁçÞ7 àYy ÞáëÒ^‹Ý¥T˜œ˜C?WµÊ0I+’]0N±«ã°ùÆÝ2õÀJºà,ªŸ1¸ýè“Î.´‚«¾Ñ!и7†"•@äîé¥ð4ºÊVqNgrjÚÇ»u!âíÂØkm,Ó¾GÝ|AŽ­©%#áF°jjFô¥.r#ºJå^v†èÍÈí6pÒ`–ˆÊ‡zÞKœe{: -N~¯2]fFî(_Õ±.{æ>b=Å«éñ¤sãQÀÞ‡|FçÓM -Ë¥¶Ëš%¦•à*/]HS•æ¢LæÀˆ´\JÓÍôÕ•=~è¼A%Ÿé\BÉìS‹ñ5Û,ìy^f·ˆÖ= -¼5ýÐÊ®²uDw±8fKåQðdCšr`ÔnÕéfžXÎ\]VoP5#³CýqP–å8¥®ñ=k}ÌѹHšÚ}ŒvÝÚ»²ç\êN#Vë܈(Š‚êCëÀ;ÜWîƒå!”ñ1Es.«tâ±ÁSêu£L>ï}¾'o<33ç 2\A:×ö:ÚT~ø§Ži»É‡¼[G˜Þ+[vO©ÝþÍt‚{Þ» ‘¶Ø¢UúnS"[XÓ.¹h‚<{ÓÚ—‹¡)ŒV\Ñ•çÖÔ(Y?U€N„B/†E¾Mn€öЍ†²1[2BŠîó¹f×aá5óŽ m”¤ÏUZ‡åê`Ûy»øCco¤q+—Qw Ò¢“Qò'š&iÄÖæ2'$S2÷h(òX“yœû¸-Y­~D]PØ,ÙäŸÅèuk^mO 5ÚzO¹~=âÁ”îwå}úQ®d4~Y“]Pš~…‘ó6{I}n„öX‰æÞµ-ˆ‡ež ÑïнZv*`œ¨]7TÝ$H]§º¨k#O¦bRféҜ׵ÇV²‡9#ázÒæ¸Œ‹µÜlnb0èñ—svÉÉ£¡΀ðé%ï¤E~ ú2KÚw+¢ v+åK«½7|G: °O‘lµo骟xžK÷µƒ©mÁ¬·M¹˜ˆx(Ú»_·ªŠ&Reòɇ;1M^ö>%Jž»[­W¢¯¢“·1!S®ëðX¶ÔŠFø=û’„÷nN:—.eÌULÒVhg¯@òÞMª,…P´Z‘4GKD„ÏÀìË ‚åÊ Ý¡½ê4±§t’ ‰•Lv À;Ú÷ð°¯ ²ùY/4NŸI–Cõ#í4›Ö3ƒ˜¢UØ«ÕÒv· ¦]\Õ± ãþ®ç½bé¹S7Ž1qxÄ{(Ï1³w!ÀÓ3Ç".3?ƒý5+¾‰ðqçš¼Mäa]‘gl­ÉJê«Êd ´|¿ÍÉh5…öà}'rÒ‹=Ým'¸mÖÕ žñ>DÙœÚé;V-%!½õÎgp;Ó Gó¢mlí_ª QrÛƒvB«X¯«Ùˆp!®aY!Š¢›žC" ¾¢ø1&ç¢H§®5z¹gò¶#&m-?‹:±ÕM«l£6Ôù³¢KÕVÕVdw‰z»Ã„J?»]/,òRšýÈ»Ï<¢ ¾I‚O…º~ß¡(;àIgÁë$Vë9(W5k>¢_ÔÀ—>ït.s‘l‹óл¶ÂÍFÖ.ºƒâ{ÝUa… ­wãÞ®1Ã@ ÀpgüàÎGƒa?d¨ž—ËÉj²joð36X›âŠÔ^û›swͧu2Ì,…Î5kY¨Æ®aŸJ¤Õ:mž…V¾|uÖñwÿšªvz³úy¤“Î5ãA\¢4o£SY-¹Q»SØÒ=ÐÝìV&ІpÚñ<¬ª€È¢‚%•_7Fصð)çå¬Ì¼D[aû©AgQtãfî£Ò&®4nbQ)þO7v%…XIïMDÛ0húںȱêÒ|݃"šØÆìr,é\o/q\w†YT®£æ­«n8ÏUÛ:Ý9]ã ="‰í ˆ=ǵ%mƒ]ÕéÝQþ£z$‡G¹^­v+¢j• -_ÃqI6Æqœrsð]AÝ–ìÙÛ¾ ‹™/¿Äy‡+qÆÝPÕ„5OG„iªšZ³cª‹PëmÔ`Gsp¯ƒ ïjƒ­ï‘eõ$¢3½]‰ÊªÇ@%»d0pùXâHz÷Ô—ù†§kb’Òç]Óiç.µÄ }9ÀÀ8xžiÂÏAÙ¢iƒU }É–é×<":ç-Bάþ>¢[09goÜE¸—8~0È$p÷pú¤©T­ð“î„ûÄuß*ï½ š~ž¹÷dL®ƒ&3ÇL“ú¥ï‡‘æe5é1GZü;y¯óFãS¶ª½Á[=/Z2õÛò¢èÆ„N#ò3÷ÞÜ$¹á5³Ùÿ½õf)Ï­$½¬ãXbþ½M¿`¬R{èœkYº´õPô‹E‰Ã®Uû°–‰gÔuy¡ÍM›3“óøèD&··P1nãŒQ-!ÎDëÕ’ª#Å‘8û!¾ÕÜ[CéµÿEÃuŵ#å¨]¼`ŽEÐ(lm1¾_B+%<íTˆí…WÑš¾¢Ù*vó¬Þ?õ‡ p½,;+» ‚¾B-]Fæë ~=(kg?‘íš²ÕB _·¨°Ê‰ÚÝ\¡¶//Q+ 7~¢rgÚìv¾ïóF¿ðPÕÞ“ØlOŽ0v$Zi<Î 6áótìP˜ÀÌÍ”›:hT¨Qk´µ;QÁ€ÄuÁ< µ;y1|ÒâØ¡<:.ÖÓÕ6ygˆ’¾Øù«l|IK ÍŒ8á ~U»=ÉÅD½ø ¢“ `ð¨u¸„KOîg 5ëYPa¢°º+\«yÀz'¦ºƒzá¹Ð—µ(îk¢=›h1+*õf”êuôÄjª5°k†–@é´µK‘65ÖtÖ¬zð™§SS¯·Ÿ ]‘Æ] ;„[l‡ÖŸÌ·õ\Mx·f½ §z„Ú¤°åt?ÏF:ìm}£ËXCEŒjU“ù–7ÇæL[ïÎ™Žª4˪!ü¨üY‰¶ƒªÎLÈMÚ/ºÑÁÚ£Œu\%°3Ñ1ÐjÝ#š¡Wq C‚$èœù÷øœÑ\Þ½T“/ÔBKIñ4§OÈŠ?Œn.ñUhŸ™,Ï!ñ]¦/uß c9“£ ~e·jrÂ!v–k‡"8°k¯¥m»c„Ãð:­øS¶¶—ÔìVLÊ.[5®DÏ&Š?ãŠ8ÛάjñT@Qå%g‹´Gш¤Å¦?kT!v‡çß|¿"ºC¹+q6ÜU~Ð>©b]FÅuõñ™iõ(·bšÒ7Êåc¹Š¸M®ƒxÆÉSZåêVñÊè8MPD;Ešý…ŸûG÷·År2¢WÔ+¬.÷ŘõXÓÏÆE^!ë,™O7O* ëg ªÍUã@ZàÙIK%€Yv>(Q„Dd;#Éniû-òOGz íð0ùQͤýErö`ª«Ùa`¸–™¬µ%w3¢[Ô4FÞxñ^÷>àzNây ZQAžckÞ-¡ß;Qó8Þ–9I¡v ìF -¤JäÜ™Jf3ÄÅÝë¼Y5ç±\uB.þSoÔžFôà²ÙÛŽËK‚ÚÇ|tç·ª ~—¯ÒM™y%lg"v -]áÞA 7=ŸˆúqžŒ“‹X­<¢êk¦ƒ¹¸Ñ€§1ÀðTf e â-4âˆýk–µ°X÷‰/0‘ÔœÚv†à -R¯7“öÌ l¥e`Ú}ÝÆÙ:Nxmã–tšr#ŒnÝ$ÿ ”-¼¡ÇtàçîÚ—hHÎŒ–"&–kP—6òs-‚v•kœèòmŒ {~J l-OäxI¼óά6ö(.WÙgm®K°A7=6HA­L8ªLƒ‰Iß ":ãcë=Q\‚HT?¸`ìOÁ"Ï.fàd‹ ¥fov èúâ8nSLw™Ã:®€x2ÙV¨£p!æmݸ½,5å‹Y¦ª¯†Ücbìac¢v)†¥°%P°³±©á$h| .ÄK­ûÑËî¤,1×)vnrÞ†ú`„iý¥Öu3¬^BÊ'A½ íîS\w\W+lE›nxº$Ž–b®wÐE“G½gö<4ÌãÅ"»4y·(÷;«µàœŠ*m“c>Y —ÉÍ!0³#©MY–¹G}½9{ÑyÈôì§Õ‡Yð':»ÙŽØiË Ò­ÕÉ'£Â–Æ$f|- MaG Ý Šª¶Ûšx¯ ÕÎ]qoYœVƒÕ¸ZF@pØ/][Ìǽɦñ˜—ú²y¢íQIòµ'ê½âƒ¼ o`:.NW/•YsX9Qï]E²æ»FðõÅ!×›¬¾ás›QP>ÛžN¥;±g9B$6o‘gâãƒüb–kwÀ}ýÒÍ鈷Ιh´x):ù1ç¤p§tUuy®Ö\?¤ÙF«› EÄ÷0\®ýSƒ7±ý÷Ê–^P#%:;WoWáoƒ7‰av»ž‚ßèÊ‚9è sQ Žçç=žU’~K™¿P±-ùØÀ:Ó%©·ÆÃZè®Øš>æD>äŒÅ\Ú‰Eзɡèh÷jõ#Œ¡Ýкŧ!„Œ¢¶æ‚¼ÜZºŽ—Ä ™ [o†Ý™KTkÁV™ì7pf¶» º±.??'Ö`Y´ÎÛC·ãP83Pâ{*©˜sNfÝ)÷T)ékô-«50‡Êm.ÍÐØK2 ÅaÙ¼à‚'ÝX´Q³¹N!.&o—v@ºqØnæ·ÐæïZÎÜ5­à‰éߊʹ¤…íÇ’”!˜,6D‡‘ø^‹Á»xQ¤6r·FþôßÁ{ïwÎÛZuüÑæ©lûjíÍ뾞Ҙž¿â2kXµg°}eq¹³Sƒu—î€ñ—js‡à¶/HQÄî­4€€!³xߨ© µ:¦×îY„wç¬ë„;×¹T1ûD¨o‰5.«§!æ1ë‰Íz£ø#®¨÷,¼/ÉTfcÝ´ŒÐLg6ko1s¯¯ôú2hÆm#RuñcÉ]"‡ؾ…¦ýÉkà³nÝ»ˆöT)«h)š÷drÝ™—¸ðÔ¶©‚ÚèFܽIþG°<ô²-l¼‹v;µRÛh Òi¸q”¶ùµ†”Óm2g¡ê† ®hKm¤ôûÇROñ,Y(ç? —7Öè]Vòᘬd_BW‚º±œ*VeÕÄ.ì1) ßݺý \0Ô«5\5i¶ÀòSž½Ñ"õVö&ˆ˜sªÑ|B:ƒ ƒû.îe‘Žnp*¬6§A2ßií¥e{ψçѦÌ­ahû–$ñÛ -ðDµÒò(®’0i…v†}Û¥iÖôFi“Ôí]tv dõ]câ\ÙU.wJ[Ö» ѽéèãlŒÖ',‰³} -òÿ½Ylm³ßž[¸αÞÐ>r?9 ?‰ªwÃY›&E¨s¾âñòjl<|»‘x¬™‘Ç N×ÖôðrM‚ /e#VëÑû€-$§m1V7?Â` 7ø&›æ­‰c¢NñÙ«ÚÅ©GM´ëÌî¤ÉŠuÚÜ<<æ!|µ¸R\DÕà ’DñXv—|.Õ÷ü›çQÀú ž½š#Ü›¬±_žêFøî$Ø×Œn(e¹‡Q”ªÁó2Œ?opsg„éOLY"å¡Â%¿Îʳ©úYcW¼ å”zqö‘Ûª?–7ÐÅ¢NËgŽÒTÞǪ€JVaj´;qñLÝ5‹/»7.‚§qî1fîCÚq«÷-æJœm…òïà’î~ÖˆÚïdͧs -RÝ|­Þ‡©§^ÂüÃpu“€¦­=ôÚÝ,Ú⤫,“Cñ_ω\ß.´ pSígÁ¬´$Ñx/É1¼l7Áxc~¥Õ<$Ö¦ÍsŸ^¨?9Ýw·â¨a:#é›}p—Кp'¹·ÊÒ“|õ^ôã§k(ìË£NA 2ßrŽbº¥†džfœ­Ñ™-â®î«“¸ò(¹Öpuß¶è()µ™|ÃÅp`¾)Ss{iŒjAÇjH®Æ >¯!õ­u÷"ªa[âj3ØohÅÀvð·ÿeL7¼)‘'±‡ªfzêf˜¼&úë¾IóÓr^²SÚjBHÿÓ#ï­_±¬§Ë¥EØÛPY}h£Òßp £7+iß"ìÜÝc²r0C‹ìxZº§‡y–û F:M´Ñ.—4 •=eî#²•e¦A~\zfxí`¿ÒÙ˜ÈõÊnYñ,Z -Z‚â²^.g"ÚáWÝ6fkv å,B0eèÍnsócoÕ6%Ýò %“ñƒ­ìRHotô3ä¾Õ¬ã„ ´~»þ@Ÿº%ýÿF¤&ýÐ>ç­ŠøV_µ£D‰¢¨ëïçê·ià¿NÒÿ©Z¶,ו·¼²ð`++b+P¡Š¼. ÏÒ{PÇí人Hÿ\˜ùp†ÂÐA ñ:çê\´ÈKoq!é°Äáí)Ï-W‰Aá,©ìU:+x‰j ­S´Gùì‡6iÈäÇŒ o׫ŠÌ|7táp4£µAø–ÑN|M› &îN„Õ§8-3¤pÙÙ›ác/‘Ÿ9j‚_—´m  _«c.’o1SpZŠÎ1º‚â¯pLÀM‘^^}‰÷T­ó”H¡«„_\QíOÒJQ]Ý3OmaÈÕ¥ì,9Á\em.ÃRMÛÅp4&F@1Ÿ'®ué&† ”ñ9ýyg”òOùRig 2f’êvÅsÞ5¢&8fßm -泌Øi®yíLº›OÝ{›ÕŸ»O[€5L›Òó2Ga›¬ÁƒtÄÁòøêXe;£Nï…v(€¡màt"~:jxl¦¹¿º¸U“r- ]ªÃhvOW SOX *¯ÝYv'¢»¬¸éAU{\`ï†yéÉ+À3Xî®!¬îàè ¦b>é Àâ©Ý*­MÉœ¿s*ܸ“ŸžX Ó¨e-#“Æ{RmvÓò¹Ç÷¢#½·V¨ûܬ¥"wc;øye{°èñ¬ -§¸ióÄZ‹¿–Š¢xI·“ -7›Ù‘ŠH4ên,k”[•gg3˼ñ¢ —Tk@yT tZÝÛfu)—Y+öäªà °1“ßç”}0=òŸB-\ç´2{ôpÑTT6¦>ª^ˆö¸£k5_Ü=˜mÕÏÌM¬xI¨ñ)6%c)í¹ÝYBûÊÊÑQ©µûj箺u50¢Œx8QY¤hÙi ön/|ä®N+‡ƒšKˆ¦ÕEÛ•0'fíö"C´É̪sÓÏy†·©­ÞÞ2j¼á¼ŠšØÇÉœa™·¹¶.h WZ—ã‚+ûI­}xªs Jó义sk‡®z^\IGÜÍós©Î D抑ÕnU€*×2r6¹J‹q¬™VJä>TéšCû+wtñÁfݬˆVÙÛÙA´éL˜_…X@á™hÜ1>–Oʬ£jœÆWMóMòØ} -à^ -»L=ÅwClPÅho÷”Ûª„úohK‰E ÅC…žâ¿/::!ØËv’7‹i]ºêϨÇ/=Ú„4³F~V¥‚ øí^n Ôýë± tDhçTƒòî¥êËÂ*¢È™Õ§ƒ‹[•̽ã'á@¡^´Ž -ocgùä ©¦}ÓÅL͵Qxv¦gqæ–Ùæ¸”hª¿¨VVRÅ#Ê£øK·ŸºíHªOt„]ƺåÚÙ¬¨Â Òh-ÓÚe1}þöW¸=ŠðÖv¥Wy;.ÔªûYvÜ—F§–I%²›á5*þ’(óÕßësÍÉòòÜÊ»ú8óO{Õö‚·L5T!=ûȹ=,IñÒ)Áe±.egÝ#ªÒÕ$Šö¶A‰3ýM[xÍ}ŒÊ:CNÏA¯÷¢ÕlF X,€-wÀ‚Bý3µ¹‡dfEîF{ã«tg,NÛãRˆ÷'¡nÜèý/}²÷a‘˜â ,TuCÎj kg•VV1Ù²Jîr‡¬KÉìqß–Š«±ˆaø¸¦ãny[ÊÛl–±3ç¥ôèvÕÇ]V¦,å؈rð5ÝUo<åRžpØùå^„Ù;JÆ1´·«R ²Û³M¼*¾4èšpø{ÊCº Ú"31Ã)ÄNؘ›Š—Õ—Çé(Œ‚Ó|^þÊ;—Â÷-“)å™Jš$4KZßòÏÉݪØ.'¥ì-ã1=+FucAkbûÁåu;À5“Ò -Ìj¹Õ.ƒ‚囼‚,“ºY¡PÙ·¬å\’‰§´s7FRϯ +(¨u-Êþ>¾¬fa6ú"ÙƒÖ©òˆµÙ©¨½4 hWÙÃÚnÀ>,Å£†ÐÙ³ª¶ÙÔ ŒÏ2o¯°¨zG±¡lPힸ;Î2`9C]¥Ò&¥Ü‘5Ëðlqª:qŒYð¶AÂ* ;¾ý : P8Щ¡ÐÖæ¶'ù%в*T ÓºÖƒB=£µ¬H©h™­:¥ÊRqÒhê‚p)*÷‰·ÀºŒÙ4[±‘WŒ„®ê|V™ÝE·OqŠèy|˜vŠ–è¸·Sòòd÷†SIØ¿˜Ÿ<ŒV¤Ì:‚ý×D€€Seƽû±¼ºI>‘Ú.ºíŠnÖ¸! Å‰ q£´Éô"Mº—ÀÕZÕ}Åm% S¹€pxÚÉã¹›ä­Ä”ä]Šh•]Ý óZ™GŒ9ûö'·šŒÖ 1RѦãŸsä=íJÃoÔ:mâ«#ÓñÜ`Ý,zy` $‘ÿßõ6G¸™·vÌ5·»œ¸¢í=nùq³;kј§™ -Ëmwñ…Q^ÛÛÚ‡nþ ”\ÒXœÖ^YbJ¤NÉž*#²[çRX­…v>;‚Øô­[ÍXŠ¥ðÔå9ëÀ_²¼òuÚ_ª "ËDSvÖøQžûZʶ&àW.L‰a²!'§²Îr_âì*z*6åUR趦‚V¨hµ¼P8åö²'ð5Uõn{ºì\Íð±FåUæÅ%“’Á½Ï3Á$³{½»¢ëNCÉ£/_Zºbd"B[ßa¢»ùDºLÀ­´V¢Oñ²ØL¡#>œ`kEŒ‘:mUn76*º# d’®5µ6Ѻí‹]®”ä]Œ¨Êí&ìÎ.…ŒqÅTÊoªŽAlBÅHøeıK—N›UC'XN/0mËJktd 7@å@·²UïæÍ´Ñ¥ö0¬—Okk -‡ÔÜ;–·ûûl°ûÁ+)´³K·à»“¸ñ™*åâ‰È3Œæñ#ÍÕ¿h'Õ3â`RX¦hý‹Ÿ&3ł٠-B¿bäY•SûÔ$ʹZ)3±Û4/Š]N­ìÄl=™Íu$èeYN -Ìw¶c‰Lcó”…'9ȹ¥|v ¤SṟU{nH dZÃSv*Ý«À¥B@œÍHÛ‚Ùhô/¦øpÚ&ïÀI­âô¦¬%dr¶Ê3 -)­C,D/4´)›k›"zçîMÝþGË·)㜀°ð¶‰81o\ÔÉ:„I*®dzš’ Ýž$„„ˆhó¹ Ø…ÓºÎT¡…SG'Ôº2îånåE'vN»6Õ>‰/´`ŒeI[úØ»Ñ0Z…—wx'å¶²# ñcí!ÕÕ -Tµ$¿7‹zìt(rǤœŠt<`K[{ËêÑßõ] ó–|Š,}#¤C!ÇT÷XºÞÿ"Š–ì¬~D1ÀQ´¦aOéÛ×FáUM¾á •M›K{î‰z'fÑëTfp2-~ŒƒB5 á<$£•ÉÌTùW<ÔÀ†wà«R•w/À¾#±»”bÚ_„¸ôÎâ#ZÔÜ™ŠùšãË"g¼þs »™*Î*±\£Ó­d]ÝÃÆB{kísâªz«@'ò ›©R~±¹M©Y¥¼Ø¬efSk»¡”Y¡SóIÎ=:(߈ÅÎÒ#Úewص8;6ÃA‡IöÙh¹qð¡ÏÈ Ž·‹69ÁÅ[2‹Ç:¥9U\Û àv…|.Z¦~ד¹Ò³ÕG¯âÁä|9›êt<§ZTËߨ©¨Ü`QÐkýªÜò"ó^tìöBkuA›œr¯§×>[AGEh¯B*é-ëìGmp ý0ät§¾õ»eÎ -U}|jeE Èö)ó:N§u {ÖkÄõ;‰Nöë À`Ï}™|ïJi:õ-¸s—qö,´.Ú³¥’/ªøGz#R•1iâ·Åa$3G.—Õ@ŽÓ^èXww…ú÷Hª4ŸÍ[–yùJ#àÀ ÛÛò»v–ÓöÑò0®p²²ö.‡ø‰®Q, -»²µi>Ôíó#U®S½qIµóèÔÖÝ4ëœÒOÒ¹&ì9Í; L­¬É)Xiåhö8ÔË›É#A=ŠƒJxhÜËËŠyD·,àƒ0ómG”«¢qÞ»Œ~:ѵ˜ëdt{Ó²´Ñþ/Ì¿¨rcšL2£¥‡IF0F1³V¿)aÆB´…™'#]VU‚ÀV+³ÚUŠîb—ÆÃ¬ÚµKÐç›B¶ãY8Ë«XpFoõ>³zæ–Û½ëlû0‡ wbW^…ô>H¶0“ÁÊÕ·–6XŠQÜm ÑˉYê̽’|q ˜º%  A1Î6VV­(–žNgÆŠµnY×5\ÍŽõëη⚀†!·LƾÒ]™'hmt•+HšU›ÎQJºògéJ9-Òi ¤õj¯Ô9IË›…Ä‚¸Du&é9Ðr0.<Ìü?÷ØzVÊQ] ñ«kçʇ±ñý÷ú¡:Ž *.söQ°ZgqBÅ=ݘ³ô6¦‰T:™ãšÛ‰èª3D]}Tß…YÙ’“©»Yç&„¹¶‡ê¬Ó­°•9ø°¶‡É<ÅŠ„Öos‘J«åRy&¬{Z1lñ[ÓñÚÄù‰ò× Í(ß·š®Ù=TºÑ½$­)quí—tR f,ÖÌClB´TÕClg;Ù­ãø²{.‚4HnŸÒ/—ȉMx;U2;%Ù®ü0˜žu¦@Ìäü†®ÚTŸÖ±Ð¿o¥Ú£ŠÌ–7)G—í¶ã4yVÿ -‹€B=üD-…h%AuÖèÑÖàëõÔ÷eVÊó0wÿ¯atáAé¾O³ f˜Õ•Šg3KF¸Z`4:ª#T[V*—Ôféhö¦Ï}F# ÔìbSáÇ7 eöm•(Ç´¦U…ï*E/~À¡Ë¢n&WÅÄ4ŸÓºu<+vL¯óº’©Kvl©-Eÿ¼bÖì+S-zx¼8ê ‘}~ö5Sji>éÓ~¹9ßþõË?/æ÷s*"ÍÏöôúý7/??_}~ÿzã¾Ä·þÝßýöö¼ƒ>ó÷ÇëÇçÛãý×â\•OsæŠß{y¾ Ÿø?Ž nÞ"4ÆiØÀ!×±ñÁÚ'ðyÅ̵Ãoµ¨k³ÉÙ…4°1ÇÕž+MâjF$½ëîÃîÃ5îÃ÷á[*ħz¯ñ^$t×ÎEàÒ¶kèÐiÚ5q€EcÃhjÐÝ¿@  ±Qhl4DccÐØ‹Æ†ÑÔ8üÒF%@c£ÐØh46ˆÆÆ ±!46 £©qø¥N43€í­Ž”žçfc£ÐØhÜŸ':1Z›ƒæ†ÐÜX47ŒÆÆáùúÎÒgshnšæÑÜ47„æÆ¢¹a46¿¼Q‰æÐÜ(47Í ¢¹1hnÍEsø?¸< €Õ¼ûƒgÀn½¡»Ê~H¡„ò8ÍHØÏ=œâ¯—y‰—íyši?9!²]ŸÌ®Ù(w6ït‹*Ábw½ùÛÀ*îAÁ“gÄ‹\g¶À§8c¡U9ù܃‚Â*¦ŠëîƒS «BÝs@PÕÑÿ{½z]1{42¸×™­¦S’‹ÔÉ ›~ß›D½5C܈äóÀ瓚žN‚×^Á³ÚxasÏ5È” pú9o€Îtèѽç3vÍ&!º”È\uu¨’x Þö:3¬´[•Fûáß÷nhÙ¡È4žGf˜/AxÒáWæØtî’“S)"wÆŸÙèã³mãÞZÝQZ°±Ãuf«‘¿žl@ê$W - ¬VÝQH†yùÍoÝê<*+æÙæÁ#p`àØkþ¢ã+ "2záÿƒ@ApÀ#Š?ú?®´9 ßh«ê…TAm¥@eˆÍaCïÕvÀ®’•cœO*àŽ/D‹ã¡ÒAÊ]JbZ(Ý[U emͨbè$~ÓÅÝ—'Áí®ªe œG¶Þ*N@5’Co*ÿœ0é,EÝÞ•$Ýk£x_cÞš“ÖjµôåÿÒ öà±ëw¬9"'‰;ù¯£3?«"c§>ÿc£_}ßüíóñó7?¿ ”KÞ‹`Y¬%²m¦èMT<‚4µUß2PV»Eïý·ê¢éEŒJ×`î£¹Š—ÙÞ(;ïLݨp$ô¬©¿ÃË{Ë7K[¸, º"íÝ Êú€ -WX^@;TßLå°m*Š^«$å¿—TÕS±½õâãÞþîª3ѥܒJ¯ [œªvtaèkb°ÿÙ¨]·4OÝŽX+’­Ue½26w5‚Õåz$eY¸N‰ÝèŽj®Æqëé24êâvÔÙlw]3@ðÙÇFí2z‚Ýí¥è -Ó(jÜlF7Cs½€bLÕµz Ñ•U¼'Œ)hQ3ún¼Ÿn>õÈÉÚdA Â=Ÿ -Ç‚qAyW¤B Ï[µû=v«úÉè©í£¢ìœ×žÜä)‘,˜ìP`ŒÔÓ!Ä 6ZœÓthÚEö®*IÖkÚª üHÅÖWº@Ó'¢Á)ÌÎÈ7ܺ^/fÐ8Y»CËÛ ¾J;iäZëNqê”-b=ú›6Oü-ÈB¤»k,‡¨@iÿ³”Õ#a±ElƒƒŠX+°b Å2‹èWúUµÍP˜ Ôx½48Gìº{C­\T‹o,Éz¬gt)`Ðö|5rï… ¹–Ë¡Îo-‹m§h­fâpOx…çd™]ÌU/«:9:Í} ƒ͈ŽWènO¿ÑB*²ìH[Tà:¢Ç­i›{3ÏI/žSRI»g9Äb¶ÓQC݉kt-%S´+eër•SçÝ´ªbxÕ¼•b¹ÅòkÈ–fU謡l¶(q—©£Ñ,ù«Ôà×Zã9:(ÅÖ¾»˜ªlúAÊÁM‡Õkø ’–;н¼D–£­#-t1g‹¶ÀÕcfñ… Fcz Ó t§UÛFn…‹¢Ù­ÝCèñrÇÇeuuèØ¶fù Oñw²lzà‹¹K”•iÌ÷x-Q N½Eÿ°æc+í'éô‚U÷C»h(¡d ¸TäˆÑ·äuÒTÃRÚq{`p?ãÞÔp;±¿0/Q˜Þ⻪hÏÅæ˜LGZà•yõØ×+7¾è~„üÐ/– +’@Ÿ-´Y@ñFWíëöÊ¡v:3DEµ-õmÚµ@à©gÕ‹"º+«n1§c|Þ.3k]aa«^Úî«å=aày5ÓšUyêÇYd£mú4å¨Ëè ›IºñTþÊG¯¹ËyðQ¤-æšzµÄ¡mZÇ2“8ìÆª|˜Óñ¿d“ Y(øØÅD¢±MS÷°‹LG\꼯<+®‰*\\ %-¹N{É -\>‚W{„Ú\ÓíF2 Í×˶sCØàÖþj2‡hç6Í3ÈÐöe»gÏš½ÚáÚ½à¹åhq\ç8¶‘W€0Ð9…®ÊêÚ³=–«,˜œÕ]òLÛ«*}˘ý5âAdmK*ºè\s2Ó²å+™ø:Oõi¢å¼3‡ ;æ…¨ŠÒŠ£³¸ÛÞ…˜«L m^ÍKÖŠIê½KNŠKÄŸk*NOžF°F%]uPã¿Iè-~<`‹¥…ê®+sØÈUK¥êèücÈjc9 Õ>‚U\uëFµDBt´ìÏlƒÆ9ña#2jv—_‚ -6üš\ #5ÆŒ Ïà¥ÆÈ’±­]öP#åöµ³Ôªšlúq§1»·"P¦£ÈlO—íÐ.”ë -QÍ—iÐS™åYÆ`ö¸¦C½Œ¥é¸'[¬MË4ÞQp6y]ΓÖȈ?²ôˆNRºÓÌ${J}Oò^ôíÞòêB½8—'3·éÃùêiå7Š,dus‰¨ónÚ`[〣¥ê9‘ð®y¯å²zÀ(àLýÖ…SÄÜ¥PÙ¡[« ¬4ò;`dõRýQÌWÿêtâ”Ü›T±îÏÎÜ{fV® -TúØ_U"xÁTEi–3ãÍÙY5v µï+”2hàfo3œá%‘åýI·û¦Ä·žçHI‡û2ø¿ð‹çÍcŠ}³ -2Ñ|tÛá.ñì k.=Q—òå3/ö÷Û¾æìO¾˽̶z€3aúè“SŸZ˜»Bõˆd/—þâT»/×9ß²Ðj¦KïÜc¾à·hÍÊoÏœwK÷®Ì‹Fm…Þ%ÍÝ\Ä;Œ*Ñä× ñ«ôV‚†ŒØÉ‡-ˆ 6\m}k9u!|Àäìä×´fD›T PþKè\‰Ë“Žw%EçžA©ÐúÓ=¨oÄ·~¾Ú`2Ûü-Â5dhõ€^hdo²A¾tr™àŠx‡Ä—¾ø©r /—îQåj©®œ´#›¨ ~敜'öR#– ÿÙç©é3Ij9žc’âD÷ ³é_åu$c’Qð×æÆ -ŠVõ&ç5—ÚJ -›ä¡§L^®‹Q–o.qĆfÚ3Út?¥Üi&åŽi$ o^€£LþV¯òÈ+àcaÚé<Óì^Ç]W,›Ð¹àBêœÈrúÎuäî"‡Ó½\ÙGµ›N*³5%%FÉ8×8ZÑfd}[9ÞWþ°ì={R‹nÄHE{©Gmd‰T€|ÝóÑ$³·6ˉäêÃp´àì8%e:•n-ø²û4bîDÕMËPkE“¼Üà ܈÷m•ezdõ*Ð?ËFýži;½¶Ù\æí’•ï2Ðh_b«+;bËizeÞ-I‰ž~ F@O<“¾Œ8м”Ý5ªqZ­&;“K‰áNo G±”ˆ)©DzDZš[ðh§r‚ÉÓlˆd‹1>.¢)ùaz^D…ôGÙ¬IV]ßöŒÆf‹bšq-é¹RvCèZZR”º²1ïx•ÚðÕDœw !6×3™=zZ(b’¸Ùà·ÑUmI‰Ø<Þ%†…V²qG{âö$v¨IÎÞzÕª´s‹“Ì·|J"k"dA òÈíX²±%Fœ‰K§¤EÓÒE˜‚3„½Ýûž°#NdߎäÓ›û{ ÷`F¥K¿u)-ÚÕxz¥ý |U‰¸PXÌÁöùpæ53ã®75àˆ3gu_£zMo§Õf, ’ª #Ó‹¤åI7¸ë -‚˜Ò óÔbÛìêDLâ¿W]@z o…5(IüÁºx±šk]òå.|s‰y¨è£r&†õ~±v¾Ð¿ê1± À¶![8Þ ïË]ÕáHü´QO±]†‡Í‚é³ô"ªÅVÙÕÅÆÉo -|Ø•Øõ^:›ì'§Èoû™_|í(‡áž­vUnä…?þ ð›dDJ¾6šXÍHWõ7¤~.º£P~Ä{C ª&ëlò ¨8–} -Iª˜¥¢ß¾X‘•§ÍÎÔŸ©‰Ê!dîçºSê¬YÖ¸ëyŒVλ¿õœÉZY,ÒZÑl _>š˜–,ñIKΊžé¾ßxÕ™”ÙQívÙÁeYbi5^$ º9XzïúÅ&¸Ú¡öI$¢ Sqªq¢¹]©ÎûåŒ -_F§¨*8´l7›b2 5×ã'úNvK}ßo¦f×É‘­òÐéø% íR¬(& fPÿ ‹´|{"Šúìz¼‰Ð‰GtÞF°,#„_*ÝI”• ™¯<ÊÔ•–* VF•p,h骶œ<‚jª·HêBtÏm*LÇŸx»„ŠÖHÐ<Ø—j{2ãwöí—5Þ›s†•ë ‰+ú -•ãP›D‘æãFó -a‘Ÿ­©O#%QuF s"’/þR¡©+ôî÷—ÒáÝÃE.ÊfÚFëUµèt³±Óì—ž½Åªc°_¨o†"J2×4¹˜pÞó< á³½†Øs·S b2ZmÃý-8 )qÓ´Å`‰TÚHFéäx¾¶¨D=düQ² õ»… -›NSïÆ+6˜ñ0×CôÓÅûóJæ…7Kâe1ÏUIÄ{ mh™¿ùqãDT'”Ì;#2ÊÎåi M´UW„Yàûi»b°ãÍX/‚iêxªWÉf¢×Ó°Ò0ÜÕúÞoq¶§´ÖÌ b楰 -¡_øa¶&šN9ñ ó;x”×[3cÄÒ@ÄE4O««Í¯tû “žî°—y]¤ñx¶·(Y­™ßñÃ7YÉÇÅ@eU¬«ÙD»„¡{‘ù£|ÝHË¡—éßÿ™]Ô+Ç=ˆn™˜g¬#®¹ð|ê·ï5|H¼{?/œ~âÕ‘Ê„OøÍzfƒ ×=’N02^3­ƒ€%â};ÕëÝú$!o2[zØŠÎ%'zW¥€4Èp´L^Á ‡`¯j^¥N[[šè£Óö[z€cx¬L§Á’t+žRî8E‹S úeÏ8òžKçøˆÜè>®&—k£òus”΃ù⣌ŒwÅ èáƒÑZ®¢K˜Éðæ«-±x¶z‘%Ï1°Q=ÔvÁ÷:³_/sbð46kAÕ"[׸‚X¥ÂÈi,( í2>܌ؖD•ÁÂÛbB”‚I˜Q'r†N­Äç:k\ëp\ˆéÓ}»LÕ' ÜGhY¸\=Ю÷˜uá!‚Š|ØÚįºà¼Â 6rd· ªZMlŠAI^+˜Ã¤öCšÅ¼—5•w^3Œex+tw$h\¤ -OM-bEKžWg ›ï'-Èf£knL¯-¯ -ïàPÞ´³æØÁ‚_¶ç™/<ªí§þÛ8«¦‹H ØÊ Îv$2&ÐZLŸ1ÛØh¾Ìtò“é+ j;Óû†ãOœ¢å­ kž‚Í?>ÈV–v£µ¯K:kÎ"bä‘À}Q@+!Š2EÙÙ–#Öz2æe¹çO¼-.ø#†dWà[w« £hú$îT—Jï@û“f|Gz柂š‹åx sñ…)q൧tÍ#µj­°Ÿ}OµyãŸÆ–p&u¶x`˜D‚ŒEOʈ³Jc®"ó½KwKwÒ{ [#JŸž¾aÈ| §ß)ƒ¡%‘5\g$? -Pó<Œ·I“åè„ûîÖw¾ü¨NhWþ*L1MlúHFK8ÂDC×µ»¾Ì°“M,å.sAFµ8X"Ltå ÄyÿVû}±ÜÜ×î¼TùÉ*eu!¼éM3jqVÕÍØ€TÄI˜0 -€i$ØíD4ö–¦Ã]½~'໩ÎLL%â -9F¹%;³4[Ñák_¸näè¦<ÒÄ—.C™ „kMi^ŽS9Úthäù)}"ÚŸ<Ž8É]=Iõüz«ÀúnšXâp“°GªMBZ?ijøÔ†0o¹=1 êE WÉv­sdšwñÓÔVáâPÕÍóNLô&˜@Ñ(^©¢èU)_2­Tâ_ ô›uÂÖ˜Ëdú3g4ɹ÷=q.EwØ/‹¦‡½øb[Š…K$ÎÑ`oбsxÏn嚪*]¦c TP@;ÛrØJ¡â’VÈÕ;”/¯O³%°54ekœ<ÜáGDœF|é#@O¾ý¶}l½:ý˜ÂdèhWÇ;Ãð§+ÝößKï1s™ºTÙj˜×eËADîRÅW Ü‘¡N§hݧ¨3ÙÆ/³ï¤+mÄ2½w’ ÁâCÀO -Ñœ2ø9Ѷ„sÐPŠ{œ0òRØ_EÀ×TwL߬˜M€r坯"šèu¾Ív}¹†w3,ŠAtüVÂ߃$–Òj¶ñÚq^zü‹‰=Í(Û+Eyî¿>vågìQ{ÉÞYf±¹í¬¦'a½~lóÅ×±Ëp'ä}Ì=¨³e2Ô¬?IÐã%q“Jöz©'á­®“Àµ ºJv¾s•+㆟øïúdÓj¿æÀû“}ÔO~ÓÈ7\æe]³˜U@o¢‡daû<LXäßÿzC=Êã=s÷Â„ŽˆœÿxBpTDvòâo,â½zx͉f®+DëzÆ@EËÁRLÄ ôì7¶²ZÓ1Ï6¿HŒ(GJ¹CAþÃ_¨ão´ó5òfÛL°³D÷ž‹¦+²Qý-æ¢^ì[¡7"‹ -½þTO;í%LF·O°ªèY’r¹Ûé<ã“ÊpOÒ`¸Í$Ú¢°#ªãù¡|¾KÐ*&‡"Ò!_™ÔBçÞ¹ðÄöCn+Åp&9ë• úQÐ`k†xÞN$B+é¬eÍ( ¨“`—jBÛ6ïPš)â%f”ÖNöO1³5_J@po×M!›ˆùCÓÐðF¤ŽætKYÃ}Ô¨×<œWuj¡à D05™•¹©57à{ý¼«N1Zt(e|gÿÙ†lð‡o û4ZH,„oe4Éô¿çgˆdŒK—¥ãMúë}©2ßÔ›Y|Mæ­¬v"ÇõCå)DD²I$«n¶;t§÷æÎ4éT“ÿ©ã!±®›ÑKDd$Š@äI¬Öwk˜Å\e/}eU¼sµ°ƒf¾D^„îL‚¥‹™,e'w£C]éG'Rgk²¤æ«©“«£ww¢Jz6ð-Ò’3ŽÆäç°qòGÞD?/D=!ø˜ ;ôÕE«w4H3”œ%ª…NêÅ9ï_ûˆ±Ïˆ8 gËG¹ª/JOˆ•Ýeð(z?哵 ŸîG„oLß‹”üf7vB¬~”%áÄyVJб N2á72WËÿý2ûȉT—n–9œOãGôKßcTº‘ùò£Üì‘ãaó>#:è%a<ñPm½¯\›Wgº¿$‹”ërœ”dd^‚ê?2ÿbb½h¹EúÑ¡/Ê%ÜSñNÖ7 w¯ÉŠxùÛžCÝÜ0YßZ–0­ËÒŠ«†šð–€¬Óã;d';µ®ÒtHQURjå.’S-{Ü'ÏoTêAŽÕ¶' -0Õœ€+ß7?ïQLõµU¨'Y¤pjÒy\­¾®ä¶/È*;µ®VV®vùÞÃò4;V*S˜'6;dãÌ/ïÑʼ#63¨êj*UëNi⦲ìÏû¡ôÛh}ØÃS…ç2½©ä>¬MÍ×VŸÃÊ\îf£¾ò’¢´ -ÄñD<®†9gvçO?J4óô›}·ÂEcšÍ­¤Ö0wº çtpQ· -2Å'Ћúˆvóifȵ¬ÔÊ¸Ö %·X—ê8n;–.ûÀJkݵ×Ô°:;³îUb6áM4œÚàÚZA*gØ,fríL ëÎhÌ4£èÎdѺ/µm;tÍ+Õ; p@Å‹Vf˾$ÇÞM©g_3 €âᆨʙ¼XµÞƒ/="Ô$T•ZÁÉ&áaÒ‹5æ™ÑCÚà’ÑbóÕùÛ¹Æå;Ì}lyŠ:WGI -ÅòryÚ~ÌÁoþùV‡¯Î/š’ -æ ·âFÈ=åÝ_éÿ¶0k§z=´‡w­36 vv^ ,½ÁÊÍ®¶§C¶A¿5ÚY–´»É×u²É•˜¯<êL¦Õ4¦ -ž^ù+4%ö=ŒIy‘Ciîà5ºAP²Àèîc}ýöl¥Žùo9‚Šñ°åËónuò¦Á‹•ò¯ÉèŠèƒµ™óU·0|a+š.)¾$Øó.㔥¸È§kŠï0±¨T¤œwº†«…áVýa¢B8Guæ5Õ½¦â¹ëHÉmIÕû üƒ‚r"eóÕz';ÃM“#|×1ÝzêRÃ2Ê)gPk¢õ“¯›3%jze”÷“qUß:Ãþí#{VQ¶¯èÈPË’ñ«÷½‡U¤•óqaì'6¢£ëå;/üH2ÔýæÛÊôf·{[tf語úbåuáø•›çk•‹è75fåOýˆ¤¤eJ:±à÷Ì¡.‡á=¢J¶9ד­Y˜ï.¦ãÆ^kýk¸ý¶Wh•Œ{1«ê›L‰2òW¦ß1¤D0°Èí÷ Áfù/’œÝw¬±“Æd ¤s\Û&²Õùõó¾¶ÏS¸×L-ØŸf¶êÇÕ#%DèÙ!%sÀÓ»3ÞÒ“//è )åฎç¡9¬0IÓÃ%–°Ž›.¦ùœèDH9?hg‘‡Ï`ÐlÁœU^|ûá pu·§…m9@y`SR6¼â­®óÕk8»x"Ü}ì¥~âÕ»ß>@úº4]T$ËPê–d1™!œ›ù[Ó"ßÙÃoXˆš•'¥ì;°ëxç„%®}PgrÜ'bÒ:FW²áí;¸aŽÌ6ZVƒñg±iÛ9ÒÈÝX˜ª•ÿÿ ~Y9 T¹~AÎ,Š LC‡:ò»g+èšOýþëqsà®aCï·5„íª+7¡©•=”¶à pªÿïyï¡®„{@nÒI”÷ÐWà#‹ù§X(k…štø¾ÃÊy…™¾5ÁÇ5íNý]=íàe]M·’}o‹pÌÿ8õ抬œØ½ŸT׎\êÖ[ô¶‡ YøG«|êÙdiÇÁ,uk¾Lû{­2› Ä(œ ªq.£¼BÊP½ô‡Y‰éÿWÈu‘‘ -‘>¡È_ê(ÞÃôQo[aŽØµ-¼A"–aËc#z°ZÔë’2½R…í+jÕ3£ç»:쌬©‡;ýŽŽT„qö‚™tÝËnÕ`NÞæÄnÈCr V, ¦¢¹ãÎì…u®‘T)Bú@þÂ1½)£Y÷¡>ÜŽo¨™çôñ;b®#a°T'KàKKß ë¹§ ÛŽuúÝ¥Ã^RÔrî-Òz -æGÖÔw@ýÞdî¸2)…: ˆ9˜Áý¨Ò3\‡à5{³éàWb´œ‡ïŽª]ލy©…6Ðq˜(éü|<ΞãB²õjl¾ð¨Wäϻؾ¸À²u†‚[fÀyØA’öʺvËK%-.Ç̵4w°6¡©úþ?Ë×ßèhŸÐÁåb˜À¿÷pW†´ÀkDÜÇÊ'ÕšéõÝsLÑÄëÖoާ<Žh)RŽñ:¬ZÚûz¥ÅÖ „ݺ »‘“vN ;p<꘎z¸äÑ,@Â÷£×ÔUž½CåØ#ã)m-'µ™¥}åÚ/-AéóoO¢Lß(ŒEÓ7rJ=ƒ | ÒÝæÍäß‚~mÜ8²®EÏ9¬°s²êæ(×µ0¦â”F¥:¡™tpIY‡kñÙžú=ÿzÔåË -rD»ûgÞ9Ëw߀ò%¤Þml·å8¢ƒy£GÖ{¨;ÙTZ"†}`'©×½¥¨Ä òúf!ìøÆ{4«„ï òŒN—^Qy{#´CQjê(ƒpÛKëùg5- ë½oz*Àú¿‰PÙà_ïé „ŒâáxJíôë¶_ÿpé¾ïà oµUèØbÕÓ‹šÛt’IgzI¨²MÍÍÙè3‡IL³{öìq°‰J#àLµw1ØdÓëÅê§Î·@¯´F áä¸7àP`ë2†—o*pš]:vÃic­¢.¤#¼ã¹e?à8¾@3ƒiÔ[‰~Ì—å%ÃÏ0 }HBØŸÛú¾`æŠaç ccò< Zü8xËÙÇ–µìÚ¦pÈ`€*å>ÆÒÄ×4“‚õ·L‡ä>DhŠ^j/u8åËѸÐü>pm˜Ì>®§Í¼#²sé‚¢ýÇDë'ÿž›´kg6øaþÿc––PÙ’8L>úâõ‹|Ÿ~àH4@-ry!®n;\W B%ìôÁwÒ´HãháÉÄ`m{Zx‡éwë£yÊÿý–RþÇ’¨o'º{°ÇÌw(3Ûÿ¢l@êг“ð°y<<¾M‰n°á9زÓX2—“jÔí;Ô§Î^vòÈ~¨Ë¼bºFäRN§åðÝK]®`l䜺èŸv:þð#n­Ü•ézEž^ÌÙí)ÒÒ–¤:D·K -$Ç€NøÙ–™ÜœXT£ëôòíTµžØÑ††ëH´®†µ9ºª^‚oÑ·,ïÑ当µ³8ˆ‚@ZûŸ÷êNØÖuZ2­Z°µ·}RýPëBìžJÇ¿n=q<ˆ%p)Ô³înÇ)Ô`-ú3býdSdmÇ{ÿ˜6­/?’¤h…ÿ”65ûf`¾›¢þ%y×´\å£q\uÿÊ1mšº‰Ÿ*V§zrëÆðQ»ÎcIu\³ØÜ/´ý~Mñîº8™9½ Ú“tÙxM¨naýû­ç‚5öÚzžÚcÀž•j‘0åúKÂ?¸dí¾Åz’ùÒ£¾ º0“»¹kÝÓ£`§)‰}$Éê}qä[…¥? ‡ÕâvûêTÓþü÷¶j\¡Nö|肊ž"Õ½ÿpö•xóúô‚O?þÓ%¿ï°¬/¯¯z‡C¥O2„àé{Þ)÷iü㨀–ù ¯‘ò°¼c[¢ì|ýŠVz¹¥SÙg<„·ÔDm6Ü»cÁéGq$¨jý«‰u9ˆý ù “ÌìëI*„¦úC¥´ŽÂíŸ?(OBþbIøùZM½›`-QîHþ½ò[øñ©×ÊZgÃâº]ö"ƒ -΄;¸oæð.…¹½ŽB…@fÊÀ -oM±®§¤}–Â5.Úy® ]pïtü˧øŽTkRi®âd^û)„îö>úïµ”¹ùŠëP¦/:ÙÆêÆ;Ù÷/`t·ó¬.4Ä9×þƾî';„5-ÞëN 7Q¾é¡Z2_¶RÎÄ~¿v2‡Ì׺uqµéò³ì -¡‚­ÎmxŒ„þQotlù{„äÕ›mJ4¢»ûˆ‚Ø¡tCq„Ï¡¸˜ø=_x)w6Ö¦Õ™G?}ªæe8°Ü…¸\3‚Q´pá`›6N KêSâš:3}k*=Ç£äÚ¾'QwBK—ç1§CàÙÞ´ÍÆˆqÿrßÓ¬‹¼5&˜9)‰2všJx"ÉŽD ]n‹iV)û -÷i¼ ö¼q,b²{–ÆE. Êm$µÔ÷#µPšcèJVî•Ä-`ßð’ÊR»X:sûêMæ/ yô®ÃŒòdÓ0¥œL·ËN˜°Ÿç+—jô½›PHË÷î—í+7Yî6Ëp×E¸}dzçA§¡‚@ê©ÉFæ¡û>ßqf4w"ÊëÛ_bÝBdpú ›Nfè*£å`¨]9†‘ö"íâͤµoç}›!AÅ·ÌŒ2õ'ëg =Õ9‹-‹·ø‘§ Ëöx6#oÔ÷†Ê—-ݱ0·º2SÏÏv S®§Éù%¨—þÝþ£ÖÿêðëYÿ1ÍzùCbvçI6Ò£_y,Ÿ_×5@Ýö9ÈÌÖù¾r‡¦˜¦•ÁÈÝ}\b×½)Ø)fðñ7öO¸–÷´ãLÍxׯ·s¶IB%@ÿÿˆ‚>!ÃÜZˆ©U=§ßY›ðÝ—!·ICK÷~:rJÿ7Íé~öXÂxð(ue´Z$E þ2¯+Ýð FÓQ÷J÷ÞI]ý¢™ýÅÿkÓ,§ -§¡P¢UšvÏÓ9¶S픆žQÉUVÂrwð¥nŸA¤Ù‘m˜£:tåÄ~甯k5•ƒÄ‘Wÿ\›8°ÙÆùÔoÙö {HçnB1…+@¨Ê¿ï ¦…¯äX¯my;1LÀ’Ô`¸ˆÉNº¢ÏòÜË¿l/R‰0g»„=©B1–:¬Ýö…Ö÷0Å%Aw¤@¢Z!^׿ˆ#gëlLü®QÏåС6œé! YêHj -5d¸Ú!:Îj3ÛkMXSžÈœù©†?UBÊ0©áŒáÙ_ÁðÇåp?Á ¿¹Ä.ïØò ¦,L5rDåñÄû®„ô)#Ùn¿ÇOñBrO$Ÿ ;ëAU¡¿¾_܇íªî¥¾†€ã 8à3ˆ’^ 2üz)@7X¸¶s×—˜¢çبÕaY}q„°’LGIŸ®-ÔÓ‰xOçök†£ÇCºõ1äÆœXâ^3åšêÀ™Lfʾ°9­ª›N$*ºJÞ‚@лœÙ\¹MþþÊçÈ­$ó¶ X×®žLDÇt‘Ü 5øNžlÝoYçÄ&ÊÊZyPå -?¶åW‚ƒU—鎗Qtzö -®STG(3oá±öεN=ïŸ{["D+ÉÖ?äÞà›±m@úýóî%íΗ­ã¡l W‚1Ÿ(2‡zˆÌxˆF¿R‰ð™ -n1¿œ@†B"tòW4½Ûï5|I¶lKOvŠÚVH¾.´XwhÇ·D -úݬɮµS -a›–·´ä:þ°bG4Òf F^ä8=Û•–kcÆ¥ S¡%6kêMË )¤òÀhñj V'!&zyªÌÇìé'“=h½â寜Rðº޹][¸<™•ØÖ˜SQŒt½²xéèoYjfF/Q¥f%0J.©Ô®S±ÝÚ&´ZA% :Ü‚!{s]3ó -\…vŽw{‘A„1ÛìX7º”C”-’Ís8YÞ1+à”ÔNÄPˆÍÙÒÙIu(ëšÞÉI¡ÍÝV‡9xÊœÖíÁ¹aT‡¦Ç ÌÙ¶›o/D.2›=£!'fxÑGVÐa÷htàHÚ)éèpHÞq}‘°>+æÒ¨{«ïŒG¶M]Öq£@/6-ÞŽ»TíÏ®°ò:"‚¨ºAríê€Ö¨•^67ðª‘D~æ -Z'glPUÇ€S{Y½Kôâz¹DbØã‰RT+î¨aϨ‘¤M¸PÏ)â…Ý–Ûâ`¨„¤¯3¨1¥47œÕ¬§ÁPþÜÛ¶aæÕº]ÞQïÞF¤wšÛë­<É¿8€5Ñ®zÀÀ‰_µ&ê.&± ÍÓ±[eä®íM>1ïÔSÖâ=N'¼è$˜2Ìû?õ¶ªqRfZÓðú¸Õ¨gáÉK‡^² íäJ’I›ÍÞQ“ýÅ$"› fO»„no½E ¸A“Ùwʵ“;c&ói0¢øÓµ¬Ý¼¥þ>…i% õèH‰è†<üÚÁ Á®;¡ÈÐnt›ì–³Ò@Ti=íÉ{u1Šb{É^69Œ–s ª3tGµ7í‚-g&sõ×—·¶ˆ°åÏœîκþ‡q1X¤Æ`y¦w•ùÔ8§öLeiÝ©boåëQd(ßíë:¹\b^çÃW÷U­Ð;ùÌNª˜ëb:–u§Äa]€“;ù9[\"ÊpN¶5B0âÚž²‰ ¿ÄFÜ(ù/÷ÛÐ ¡W‰ˆ›™£ë!*˜ÀœîØÉ"ÍlÅy™ko²‰°r)n.UÝ’Û,©ÑXZ²Id“Ø‹ÅØlRóTg•S@”Ó9þ´ö殎a÷ꕎ|ü¬7"œ™cÍĆîJJöH¼þÖâ5æ2bŒTGeV‡ÎooI­»á™`¦Ë+doŒLó«Ræ*ôQÏÒ‡p£õXób0rÕë0ÌT!ßÓ0q!µžõÊv BCd´çs5w$dˆx•%Ѱp‡†w;KÓŸã"Âö<¸NÍûöbw¦A‚ÉrŸÆÄëöî6‰yjëˆI•=jË”`Ò=ÏÈE+ù wl’Xz¬y"¼yGà]‰P2É“j2h¯€ñ^†³«Z/R L*OêÍö”†÷²'Um¸áL-ªã,Ødà? rÕƒåG„ónYC’lGYû&é8,EÓÍ-g¸®7n`agöbksÉE¬c,Pe>tDÞƒ!ñË™ú°Êü&xM®)v:'|Ï;®”8éAP®Å -aE±TFSru 㱉ªÀFHÇ­Lÿ3ÎM©*jám@ Ø=%$W}œüW¾Àà¶µÚÐÚ$Ž«ÄLù2äÎë”ïDºµo2‘"­­!"ËÉ„W{û>›síE©dæÀ@Å3(º‹§±IÄ^Fè4S§u÷ ^_M ÷‡0j¥ö,#·rC$ÛUOòÅž6hFrZÙ:‡ÒL(ÚVºÅ@ó:»r£-«C38dš‰à£ABýªF¦ZÕÈ ¤u­ÛkHD˜³õ‚‘¹F°`_ε/±2‚¬²Å¼~Ð-} s2;Õ¦=èC}+èpH™ ±©Agm¨±¢GÔsаÐY2»Bv6%‚òޤâö‡.¹tu¢è¬W¯*F?Œ–kÑ„ªlÝ‘)wç¿@‹u{¡Xie<‹~Á•íZ%Êæ‚§n;i¥l¯åá2õ9ÖøÕÍs“6Ã:å#”H¸ÛÖ,n4 -¨‰ã wiþ5ôÎ6Ȭ3œÂYl}àMƒ¾XU¦ÔÑ{:ȹ†L‹äw‰¶)H‘#æâφIFlÚa…yBËĤü7eÛšVsyf^ØÁºò0ÌT «ºXtœŽ!ÏÝ¿•ËÂô.IüçþšÎ œPè2øšMh2xŸòÖ;‘Æl-7ò÷¡ì2Ót8\ƒM€i‚C hâ&/‡Jð -á÷‘ó¬[å‘ÍëÖ •×ïéÈÂì,ëP7`Ï’ˆðN¹f£g7”š#›|›–•ïŒQ­·6”Öêu1 dߦ:j&~å ³òÃ;,³³r¼™¥ðXëÞ $Šü¬ZP.£Çz3¢’I‘e§ÉÄŬgêL!´kК«ë`‚#-¯M¡L¢x8†rY‘Üá-äïôhZTú4./ÖÇÆ‘uuN£#ˆý,ñ¬›JâÜMFÙÛQ”°ssæ—L€{4gÊ4ÚÒ\«£Õ,Û)Qu,¥Ã(­¨OƒT˜W¥Ä¿&dõ’#0£Ô -Ä ·2YƒÀŠJ(Ú­ƒÝû4‚V0QUlŠ®8[xZßæf[(kë¦ÏÑšú+rKÒÍ‹¡‹‘Wì˜H~lÍÙ^d¯Tˆ%* øÓ·Rfh³œôRKmt¦šÁ!¨h ¶ÜØÔ5ÚNMs3ŽÎ/öë°ûßׄšD]šð™B´³š®X¾L -1‰Ü2_T "«eŠD”2ƒ(à D`¸c顎uÇa7WG&äs«‚ì#þïŽK—ðìSÄk×9½XW;®^Ô¾7´š`Kšýš±ÚJÞÊPJÂÊ[98_ÜN8=‘·´gkú‚ŽBå.‰kdv"5€³M‡hÍ[Iw Qg°C½èœŒÞ> á2]:J{LŸˆA°º¼ðüm—5Åk¶+¸ÄpU(´î¼:J®pmrl2kí;¥Ël3KaÝtà(¤œºv7á6µÛ ~Á<—Õ°¼n‹¶CѲ»Š*$ãU¢ èl\v8t8U+·ÞXx×oÿåmÿù·;gâw|úÃ?ÿúô»ËOxzÿöúíËëãõÛŸ¯þý7/Ïçß'<}ñöþùÛó OøúùõÿèãÛÇï¾øñ¾“#sá¸|­O{÷áñúÍË·?M&|Áu~ÂÓ—/ϯïž?}÷ûÇo¿|¼~;Tš–v‰ä(ù üÂdp.KऋßúéS‡RHö_€,ƒùìðoå\ç ýM/¤Ï,ù±…Ø/ËG$ëM²fTºGp´Gp²GpeàÚ:–ÝÍíðQôo×îŒÀõj×ðDBwf×äm¬6ÎÆ6t á_SÀh6Ú 6d£²ÑFÛhcl´±6Ú8kØþ`ƒi£ Øhƒ6Ú6ÊFm£±ÑÆÚhãl¬aûƒ ¥3`Ãe ¥_qc´AmÈFe£¶ÑÆØhcm´q6Ö°ýºF˜´Ñm´AmÐF´Ñm´AmÐF´ÑMœbôŒx=XÞ‘T}S¾LŽôm€œTK øã)y#ÊÏ0ë„\)cïEbí™ðºLºõ“º0Γ0·õÞU9!OŒ ¿SȾí–Rms5fôXòNÖIýKˆrNễ=U €“RP¢ô(sWcQ°½©`3$’;“æiånÐÛ,<#7Å&XS–nœý^Ìuô›ÁTȺ%5Ã"tøq¾ I°*ÎáùЧbÅ6~w»ÈMfËT±çÛ}xŦӊµ1÷ƒ3tÂàxªÅhs§à„TC>.jæ¬ùg*÷3ñç2…SÔ‚¨rÚѧ¼~<Ü¢ó¢»7\m­5ÐÓãdHç#Z òjí‚‹z=ÑVÌú+Ư:{ -a8ƒX;saò¼´.Á3í›øÃr—uÉò£Vß||å-áÙÜ8Dœq@¤çöu©èD»kóIÐá¦gØÖÈne}x{ôy‹m•Áʈ2{ÿ+ æ¬ÿâjU×ñ¨­PðÒ÷óúéá'tÉ'ÓE$‘½¶á4!Ðú)¼é™xKŠÕu°÷6ÒªÙ¨c¸ÜéðH*¦c./   BU¼,%ÝÖ98ôŠ># ¿ºüUÆÌ[yFwÓ±¡¢¦‹Ë&`,¡,Ü̺@£ëEÏ™ kîLŽYÒ§Uû5²¬ 0j,7ÐÆÍæ¨\ÖË çË…rènV…ì~ó²TÍ'´?¨ræFqíʞnjr3í×¶ÍšgˇÛ%´0vò:^KêDwÚÁÛwä ®¡“*Z¦Ð0çugX¨ Ó6Ø–»=–Í©ƒÖÕO£Cµ< »,NÄx…LŸË2#í\41 nÔ¢ðËË=e#ydß7c‚ À> -ÖµÂë"i…s³æQÑ1•Ljr¦­Ùr«ãíðlØr¯Œ=Ž B3¬× -FÃåÅÜKQá²8q‰nزáSËÃҌײZ<áóòfâ°Ø›² ¾µ*„Mà¿a&-¢Ó‚t¼ÑI½ƒq`ØÓž¡Y¬ßø¹2Ù´ µl¯òeLS9 :5¬.šIsS‚!bGEL˜±Fë$‰Úx•Þ‹›Ô8…,¸”øœ`Á[LAçl§Ži#sb<ŒZÜí­D 즢¡ÂÎB¼=mÄ¡ iW¹°Wç%µÌÁÁÃé›–ÁÜßVÔj|µj­Àò©4p.–±u_–êú,ŠÊž27YÓ‚åæ¶ôª„˜5xa+)ÅmÜR"/÷ -¤£[ʰ­s1`T–6:©‡ Ëø“øF˜Ú`ó©ywŸÀÙJ“LŠv¦=L° ÖŠ‘ -¨E6-¥†KY¦WÒQ‚J MðÑbï’;$•¦©3ÿ©0×J½chit½1ˆžAy"=2,‹ŠôúË2*6Åg™fQ`Øh€æ¾ÂH.ÁeTJI³­(L1ãúdVÔHB=RiRÒ$ÙtSp‰vÈ: ¨Êh{Šš4èb î@ÞÌ­5™¹­ñéÒ-÷À;À±ån‡0RYJêf™:‡êUtÂmb­‘jj€Öæ'sfÚ&cíHy‹^+‚nTÝp‚£sG‰‰bBóî‚’Q7…—è¹xP‚MQ$u …”òSšúÙKêÝW'Ö²¢¿¨R”›áD{çrãó‚¹ðóÇÏ(Ñš ¹×$‰¯Ï}4ÜÒí㥫°vª¸tN¹Ã¤D­¼P´Ó¸PíÑe¿*v%ø”3wl…°lì u%Å:¶Úˆ¹&†Œ%;0ŽÐáÙ"&ài€>ïÙ1uJE§j$Écs*áx'à>);­EŸ(- íOR.’ÆŒ6)D‰T™H7…@Ÿ ­r¡Š³¡œˆŽÒ•Ì·KÝ wWû¤òLÉ’<›×†%JkBµâeÓ1-IVš6b¯üUK±jÕÀ™€;¹úFh?Suž÷£Þ¸PXëZˆQ*‹‹Ð#–RÌ\­‘OŬҴ)ŧ¢Ì¿?]ù6,ëSX¥Æ¦„’TÖ à›bòeÔNm$—:­°£)QßΡå”hSðYPoegͱ]n]ʼbÉæ˜©wÅKµ©±ÉŒó4É -åü„euühY­Ž®p —¥·ùtuQ5Îú§a;¿‘5”›Ò•ž–EU4\-£,SÒþTÒ`ð_!}mÓÞ&ZÖšôÐt*+¸Ó¸º +£ ÌªÑTf”ô¢SÆåïgŸÜ†[³Q˜ä'povoœð¯ù¼Ž‚ŒžíÅÅÌ×MñÈ쩃#:Uôs¹ªX.UúØš‘ªm´ÍÄ|,¹:ºkÈ37ëéÞd1Λâù¬o{k nÕÉ.ž’0œ‰ˆ,,V‚WÎepÌÕyYp‰Ë$ƒÇìoÁ)CC¦7Z MoGàíµ|-z!Ùg¶ I(ÃNSL¥™oIè¦àuh×-ºY3VÕ~àæ›xsãéƒB‡EŒÆtwwc2½ 0ŒôÄ3#ê|UY]þSº²—lë¯W—%N¸½á]µu;.¬@±Ñä…“¨q£ À6D8À"ÚîiÇÊÂ=2·þ¡d‘ âgKoçÙ? T9¾FtýÏÎ ¶©èí‚ì<ΰä K׺½ :NwÄ!aÐ=%bX–Tù/a»¿{O£!°xID\ì¹ ï.û_¨' Š|—Ð/”—:ƒ˜úÅœJ`ñŒ˜šB™$3$ø.0¡Šý¨‹¥¾ßhgèHMvÀ÷±ð,æp¤Æ½O76¥çø]§íP=ͰYy3뿱]Îø.0+ÍKÑ<¾±íÒxâø¶°ÁR….†¬ /éß‘rQœGÝcé”§š†Ýé"U@ÿc/òˆvVÅLù)Y¿Y¶yöÀŸLþ÷Ëÿ4H¹àŸññí›—o_¾¼ûúyý.°üÃö:©"*cŒ¾ë×t‚æeôçU[ÛlúBû`_„€YNè°`.ÿ#ZÁ™ËQQÝ CƒØÔ²°Åv™­RʯAu ¶æÕõ èÚRº³•´£ž°ôG2x6u`¸Cº¯9;Bæ”/:¦¼U».Eñq×uðPÓð"^eoþÀ€Gÿ¢œY™E;dÝ.[{"ëÀvWÉ7žk1Onj- gbÐa žH™ÆO)tÛ* Á<0k¨ÝçO±Í,`ÜþÊi|8@-lQ÷„Fº\\½òDtLGàºÐ ¤â€Ïšµví¹l:Ì” mt:j,M–¹§ý÷9n'®j¼š à ®P I -b,¤*ƒ7â‚yqσúÒÓË*Sˆô׋蚮3íaª®¸˜#ÍzcÏh7ÏHФyÑn¸#!DH{ñµ°7<†’£˜è ßß-¿ì²oäåÁ -#dáÏ:«TWžèþt™´½ø*z!]®ÀÊæ@m1íjtwöÎ7¯ù͹&ªÚÈ ¬Š¶J“f&I+¥ˆ’àú*T:1’}¯ÊLF‚´à >öM7Tšì:uYBä%UùC‰AW½¼$2{}$€® Ù)øµ²ëñ‚î{zr5bŽ µc‰‹ROÌê.‚jÊkÓ~ÜS7cªÂ u+soöVQ÷.‹”:6HêjžÇQ*Vˆ »CT>²Ö)›úÝ;AçA‰Œ=‰WËk›HÌöb¯Ž ÃÝ›Ë`»€A)™å„e(37d=C,ên%DH LyÔóJá­5—(ªªAÑe£ºƒ±v÷N<@^ù2jöínFl bºÃöd}lÊuœðô@Åà¼tº¨mOˆ„æO/¤ºØÚCs¦ÝWs@o½ˆ2t]Ò³å@½«M¯µ;P‰«™Ž?û_Œrâ::Ü;RÇU&ʳÎÔXì#½°¸Uȶ‡KzZæÖa.δ둬‘Šëª >ÄŠ8•ô=™óó‘žÈ´Å:âsç²î¯«4$„{r,õ´o-\¢5ë&ƒJ¥ ú¼o•»&ñÑ8d™<>ìÞeÅ~Áe‡¢+k†V-%fY›÷ПmsßµêƒþÿqÓÅö -J-¿o¥_Q ûÆ’Ì”F*¡²‘kÐh°ÃýÖïÉÌËš!}UD䙑{(£öp¥÷°Êȵ·š Àت½ÜÚËã&Þ½a7\~}V wöHg¯™Ù³x6!XàˆsfÓÆþÃïÝÿAÚ0a?L•}¸Ì¬ -¾"Zõjið6_W,Œ±ÓÜCôËá¿Éy›…T?Á†ýŸè]ÿÕ-ÌŽ,<ª¼£-~èaù"yȦz©%œ¾ÍÔÙiÑør¡-BES{ʪåpͼ Y»59ßq#M·Smp^_Æô>úúr)-Vê|¶i”hô¨zÃÒ|èÞcÆÈÈN–ÃÝ75gΠ8,ræÌÅÜÿn>|r$'ºZ¾Z†ëÚ¨0GO›úU-.¸áf3•bÖÞxã)¬ <ä7¨äªé -‘Þå‚YŠEÙç= "$‹^Ùše•Zu D> É@î§K±¤R«vqX pHµ¾3ˆ!Ñà¬c4çã;Yýzš¦7uÁ¾2.ý†EŸ©-À¬môk ÚAˆõû™ª›ÜË2|©˜×Q8ú=œî[/Þíæ3½auŸËtîݰ:2´ÿ¹ØöCî0˜—æ^«ª¶EJkM_Epve»€@›¯ßõ7|»2Öù°pë…¥DŒ3óÚ¢©¬è¸…Š|)x”t"”áØð#rO&{“¯F{;gZ†Þ˜Ü9JÆÁ ‚-ÀÃÃFByo–5HNÕ ó3QCQð©Ðtñ6ékο<ïUÑ©ÅôuAµ<r*¡\€þþªüÓdùSö–'Ÿ‚¯0\£\×Ù×㓪½½;i®ïm'NõAÁgj‰]—·-¨`¤‡w45ý#`§›­U®#b‰à™C6Qr ä%=YÄ´ëyæh©Ò[þW’€îlCU’˜‰l…·Qå¹Hù[­+.Â'‘þC9гUeî1:Ù1bÅÞØ¦ sѤ^*l»‘7]ñ.ê‰YæD”¿Mƒ;1z;±È„€kzVV¶ÙˆŽO‹žðÎÊð (/µè¯ °à³Î,y½»Ãz’z²7!b/ÌÂ9«Ž£ú•®­È²NÈ7½ÄûUÙŒ˜*ÿ<2‚ã"ñìø—o^­Ømï^Du‡isüy2,„åÎXŒ¹ó¶w#K¹ƒaåS>dXDƒÿ«~¸œ¬‹ªHèãÛpG+NÖ<¦öbÑþDBJ;²ÝrPøÂ"ÚvŒuÀÔãÀb@¦ëÅ£ˆjÞÀ\½¹†Ÿ°Hæ^zÃÑf`5˜"þýôk -Á G·@cäDN–Ã…T½hµ¼»"5̉&zÈi\í ›øû1 Jî*jA¡‚¾^HÃ⽦iÐo€e„A2õܬ V«´+ª™ ËúÍžDÉÀ²²SÁït²X1”_î]?³@`€˜£߆{¼¿úÆÈ^7”ëüÍ£ù(¦KÍ“I{dä5Ë_5·?ߘxR·óJ•Bš†_ªÞ^^PS+¡|È -€°wÒ˜ùaç\>‚xËŽ›­±cÝ}»Ðœ©°}ñ1IDÐyñ濫òåEtô¬"C׬¡ÙÕ×@g½ý'̽ å3¶õÕŸ°¦ Æ‘ ±™û«4„‘Ù^Íö|›piÝó­»Õ¦š…¸%|E¾ûˆñº°¾8ôËÚ†çÙxöëa ÷®wU¹Z?£÷3"¨öô.áÔæúZ¦Œoø{é]É1Dì½;cAÝ?ή4Ìáï²}?øê<•Eލû´[8 -+O<Ñç™×·ëáß"ž -={™Fþ\"ÒØÖ¹ö(1× ¼¶6;vÒBcy‰Ãé7bì\;‰@(Ð*±eûP)s¤]ïd_µ#TÒüñøÄr åàǾŽ9sbè²›öÒM¡»h–¥ûØt܈H‹¿Ì{Êë1V¼Ât{ãZ/”ÜÊŠ©`û²É]ù†ØRžtÕ¸›*Ùä;åüYÔ Î‹ˆ®‚¶+°H—1Ø^ -­îP^QŸÓjòö¸¶!»‘Ñ6ùˆZu̘ôÌôžÍBî$#f8IÈc°½iÁ‰÷)«Ð©Ò-$À¬N¤h?pÞyºñ${‘E·4ð¬[BúÚì¹YÏÄ–48XT›÷‹ò#ÆÉålDÙ©SäFåì»%såp‹–[5ŒîµCwè<%ߌ ¼¦’؈ts<É¥Ì?º×¢eðV¥¸BkÿǧÏn¤SïVã¡‘—ÍI¼’£0ý5Ø(ÜÈ¢@¬Ñ¶¼~3Qœ2C08XöS·á½­AòvÑ0—voUïºíÊ^TºeK93ÑBWÑ“ÓåǹÎè_jìIXÚ)³÷½Î<–÷N8aðy‘ÐÕèA´&gÛJgb3FndÆÞqM4„¹k›ue`î"ûàCNWcÖM¤bk²jÓ“Îz/g"hð&ß©I®ÄzgÜE¡¬.uÇôëÎä<ײöž¯bw¢"š¢RdÛL' F -«àû5xLû² ‹|¶ˆ@­ý‡Ú®e¹rì¾ò^b`v"Õ Ó¤ž?¿€+Ï{–ÉÜæÒ>°ÑÈ,’µqĺ rpa/—ªšÆ»1ž¾-Ö‚;NŒy±ÀrA ¬œ¥äuCJÓ õ»Þ¦k ö"gQ\hquÃî¾*!¢r…œô¥™ñQVÑå½XIÙÞ}бÔ–AwuGv '7$ÉÞðMN‹yôáÇÀÐÀ`8k\/ÒšÍÑÊwg›Žœzv’K©}k¬ìžl¸~vµ‚ðË{¿š0vî.ù·‹r3‚W{7VsGë誴}ÈŠuÞV.`^]ˆxÆ ÜZ¼¥L‰vª™ÿ0ðõÖX7£æÅ^v¼ë²Ï ¡ì}þ%*Hß aÇóûñꦾ?:šx—o¤³`v!‹ªÎÖ*K¹î÷µ‹ë¥€ÇÉ¥ %6‚/SÇA9¯ó3©ª+z²Æ×l•œß…Øt$©Â0?1Ƚ)*oA˜zü»Ó«9PôXhwÆaóz¬™YMûµÜ|Nþ0oÇÞ…s7„|¼‹ê`“ÆÁV¡©Ey¨ó¼¢È*‚9†Yÿ0Nv_>FeÔIìл½×L ì%Xk½­ù¤—}#èw×&jqíëtá”ù95`³Yn>Ìgq½Pò²éwuéì³0ésÈüT­5Þ_wrïôý1ö0Œr¸²˜~Ùëî>ŒDÜ-JÇÛñCúf'Ýó©]_{r¾ïƒâMQõxâÙ0›Þâ %çD“¾)E­$Ý…q²˜.?B^}çÒ‘c(òˆ¬YÑ;È9cÀrßw·EUµ#d‰&¢A?!÷í—cƒùú澬lZ—‰CÇÀ6ØÙ Jw8¾­b‡Pó‰·ê‚;h7B´Ê;_[޼WwWü]b‡T¹ê=îÞQÃwL÷³ˆz•3“SÇ:ÒYnD²Q û‚ˆ"Á××d›ðëtÉ¥³æÌ¨ªlnûª.v}cû˸(¢ã]ßÛ[‹•o½ñ†ßü-k°ßfRdÜô~õ–à««š½ã¶ì“€n±ƒòÖ&b<àÞ¨Z|öË\?ã2¯éX ~ͼ¥giݼ¡Þbx }ÛǸŸMcñ§€Ô¼Â#1~¹ù†F_gT±ƒlß -|UÁÆZþ™ÀçoØb©ªßÐ’¡¿ýˆ«B¨úÙúÞlœY¹ÉSêŒ}“p¨ÈŠàÓ•ì{ÔÀ^C[2º}¨³bøøþšˆ7j·øF…FÏ j™¾²ý*Üæ)„O“»\€œä¤Q‰@h„Ž_ï›ü³Z1t:Ôëÿ(+ÞFOð¨g¼â€³’c|—…o›o“/;¸åôi‚íW–á´ëfzyj®>×Ýó9Þ±¦gj§Ê¹®;ã–•ó‚$¹õ{ºné zßNø‘6ŒÇ—§p G}Í‘Qrà0žÄvvi´ Ä}?DÞô*ê§1¢FDéQå!ÄR âRÚŸÂbÐpJ…å¡ - ¡d<>T³ ±v%eûRˆP5  k6è}¹Ge3‰O—1¥fÌ.Ø—0H9˜^(ƒbQé&Eó®»á-æ áÜ ¤è•PdóÝ özè™Lôµè>ÎkFq_Ú’´ã¦‹CÓ‘\êx÷-ƽ"µPÓ´…§§Ágg¹?‰¢w¶øfQL÷æ¬xfL,%>•.Dã]¢áC›\3ÓLA¹ÕYÙYuÕ· ©Ú¥,+.‘à»Fì[Œ‡>øL©Ë·˜DM©Ù;ç=‹;BvÎ>+–¼S§«0lXìØg3c(jª`¥UUé]ìLW.µ]ó7®E î−ڼ»Sõ%Í£Øɤý5“¸ºÝ -ó,4¿JE9¤ \¤•ìY‘ðPÌká6C'×?i“Œ<ŸÍvMoèÍm‚Sæ?+Zs°agµ®ñ%ÆÎU1”ëQT`ôô“Þ(ÔíÈA(‚2(‰ø±”KøÆ™š$ aód=7~Mƒf{â¼ÉâÓ*¬=ÅÕPø¥9gޏËÚ¶S_nQŽaFgÿŽÆx”h”3³°r€ñ>™yæ¢ñ¨ðÝý/PwxÝëcxþKÛþ+’ nûË[8÷k ò8Š‚£rª†•gð3!þ¤;ÓËcéÞˆÍÐEwÇÃÎ%º…$ȼnåÎ nrZÇt1€n¸q)دÛ"¤¡î70³hkبs\ÄD¶™%-)l'Ä?5àZŒS—vœ]ÒÞòQ‚W1ŽÅ¶¡Aqæ;ã*üyo»P)üX,c1 ©„#¤ß†•u§öBS2…T7Gx¢­ D˜¤òŸŒ-¹²ÖhG]WËîÚ"Ú±d{ã,|BiµÑ¸¯ÍÖ1𑳧>Úqû‚‚/kái¯i/hi¸ $v¼î©|Oã·ýÞä:ã]l$Ù_-½¦í:½mr˜”Y­˜ëŽ{¯&wHa= 1ú=Ew·Æ ɆBsMÄfbÖC õKK¶ê5w·íNàŸ÷eʽ»ˆ;UÁÙþ[¨ù#kpÜ{Ÿû) gn‡Å*©‚¹Çm^Ôlü\a¿Té?Ât>/mñRátÍ;jÜ5yîê, -xo?ä0v‰6šì¾»œ®¶ëÞmzÉÏD(8DcÔæ#?£}tg߯ÑÝkg|,Z»á¹TËŒÁt§(¢=úéÒ[o<ý5dØa<9sôNß áL#mŽñ®øÂH¡—^ÚP®ó3óÒuŽÜ´’±ÅG^ïǶhRee]…Ê–æôêý¬Õ¨¿‡ŸXÏb,¼F“0’Šhþ«Àú­ô4„vnŒí=‚kqZˆÔ$/d/‘¹Ë1Ï›Y®kQmç<±ØCÑœžD¦ÇÚG(‘œÒ$ìøm¢¾7§¦¡QI¹% AÃlH—Ú¨+CÃæ>†g2c·(>¤Ç‡µŠC$ Bó Ûw~j;¨mk‹ë{«)Á™ X£ TÔ;¦›’v+÷-?ÎsïîÄx%šP¬ád2ÿ¶Íâ½#¼»4ùãC"èΑíþKcvž{°Œ” ¯¶7µ>º@vo"é9B­øùÊ|‰me*iGš§”#~{¨Ãñ7ö6&•¹We)Ž7qÈâ>áÜ&MH°í!:²*­À¡ÚR‘£ßEˆ—rðÃÅ-;@ã -ªìIé¹Kë´Îá½9"/ï~Æ8u¯7Î…½Áj©~»€ëN ØÀdÕEß’MåÓ4+O'G,H`êO‡¾ì~BY󆃥FŒO„ñ ’wÍ9z²èMÈmæÅ"W>±~PÉA·ç‚]#7†ðN9ðXæÐ±1o§¦IC,†ÃøÝê6ÏçxIZõ©Âx¿²[H”@/9ùùƒ©m4‘Ê9YyȽå!¨–ÉÒx lAoBzþ¦5R¤q´â1]u*qpHã9²†Í›:ù¡ –—q)âÙäIÀœ€=2ËzÔŽ]Ø¡L,*bú£÷›@‘sÚÙ1ðx=­ö£1fœ$?*묈É2êÒ-gw«›ëкz_?¼§>Ö ozBÅq¾Õ[¤à¸{µøêfˆŸ)¼$ƒñ²ß`+¾Æ2áÂwÈ·wþö |bÜT¦RÝêò{Þi^Ûåžd¢i,ŽåtÍcªK𨦾¶ñ’ù·3º,oã7•[Rtå£[~d¹kíj%ª6·¢]´ÝUqáºô JÜZþ„ÂëÀYs5n¥Ò¾±´ÞX1T˜¥nN˜c1vÍ‘QYßI` -œÑD6~SÁ¸æz¾u'ïózҜʇ٪²Q4Ï{/½ âÉ ¨°c¥·7OEy^î¬%£K¸_ˆ_a‘)÷W…¾ÄxçÞ*©ªS½?Úõ<öâö¼î]PAyàe ¤ Sý5¸|c»1”Mˆ§CÓÛ+6+—DãM˜þôÁ yXJ'lCb|u3S¼#p„N²7ç¹^›H»ÛÁ‹À†^Kdç”3 çA U(ù8IKåBÙê52ÁVí5oçxW;¹Í‚'ùmÒå±›°h¬i.¹pYì1=½Þ¦õÍÆ¯‹¹ÝÊ.ÝãmáðzËy>ê½!ÔG* <ÝSQ_s(<Qß[êérd—EY nÊ™É Ž²Ì»›¡7èï½½Å>r½‰%69þã« 4›)g?· Sðᇡ—½µ‚¾dsGQШmâÆŠÂJ½ÏÑMã{O5áfxnŽ'ÓµãÖ -æH¨l0ž„”ü™¬|gXéDUúñ®$pf磹ðб\ÍKÖ‘hºÉí.GŽŸýKqÙâ< lÛ²té”éfc“î\Œ™}'뮘)hlÒô³Ç3'¨‘»e–ÆÔÇv#o¶ÿn!O\Ò§w×ÀÛ-”36Moh¾%¾uÊ6Éã.tEp‹Ž k¿üaº.è=û/{4gþ, q{Í9µ"áY¸·,ëN|Wk[ª -· ¦Æ[ˆ‹[±XŠk#•A»èoY·,Û5“6–éZÔ·Š&sûb:—¾©1À§¿jaÜ+÷íÃŒ (ó!˜·è½›Ån ŽwyªUŽÁ¼†>5»×7!;e8Ú”.†nÉJ„ !D¢Lëå½qÿ%Ïb3ö˜ƒ+l†=KmñbM¢qï¨AÅ ûö#f™Fç’t&It RÓ|ö¿uíó›k5±¯¥±³ït\Êõü¡*ã<²| £‘`^K»®ï]h²J=t–€Â^›hòæõ¤h:#ìûÜþV¾v<Bä^*·²ÿ—Òt/`é¬[ã5µUrø„ú=Ðk@û™Î#t‰ÌI¨Rޢ痒Õö¥”Ú{ÂTžÐ—iëúÛš=lð -Øý¿°ÆßÙNr3ßb‰9¯lå»$ÁOPÞÐþO&b~ž Dè°!æå„ÉÉÂ^†8;ÊAÌ›“ïÊöȨÓúµÅ#$›Îl<µæˆÎ¶ÇÃXîÝèÒ{Ç, Õ³Ép4Â÷>Û`ÜRdïš¹ïÐà•±Ö|ÝÝH½e«ô6ü×*9ŸÓËÙ±Ö|á}JgïPÐ3à+âBOCA36Dâú´ºzsôçæRT&Í꺧³ßç®1¿¯tü2˜…¬‚&¬sÍ[]Ëma-MÓ[±fÔül´Ä\0Çóíÿͤâ²]Ps^z1Yo9`ódÿ׺¼h¡ðµøWèN@‚²Ï’\ÍÆ~à‘£†þº¼ìÍ«2öþ}³·þF»†5à2WCÔý\xíe-²”çºn·&·+¹-x€—Õ\bÌä»z/C\a>pqÏ4{”:43!àÀÖ9äÕ·/ù–ƒŽÛ?Œ™í%¢CKyk³`}ªlþÊÏ…íYv°‹¨È÷íB‚èÄï¡ÌCôÀ'\r_ÿœ}–“66U7õÔ7ï$t¢ÒaC,7 § ŽÄ¸{gº`ÀÚɘwßE -oº.4°v~€â5|°YBó6ÖaPaÛ(j2Ë4›,“Õ3È8°z\ˆ­¬Uwa‰ËZ”±Q2Lµy™×b:—«U™r"Íâ/±Žr2á¶õþ˨a,Iµ -X¥êŒÝÇüO?R_ võŒZ°‹Ó¼6¶«‹ÎV°°Uìá…V=©ÞŽ/1VÍÙse+°LlÒk¹H¬‰¢uÒ궘Ýol³$¼Ý¥16'Þþ½ämÚÉ“ä{u¢6u[×½y’øŠ¤—u‘³ÓŸÇؽw.•ÂZT¬\Çš{Eât8_B¹®´è wón}IlHD¥9 "ÉÈÔ¿Ûné`$W¢5wfxó7屢áQÿyKM7ŸÕõKÎ ŽUXê¿ÙI\/iaìå:ítO Í¢xÖ ›b@ãÏ¢¼kGЉl|ÞîÕ|#°Ó+ðÖ+›û¿uü4¾E)W6*ììCKÁ4B;rPb(VøF0ÎQ6ýƒ I±[!M‹Å å8ï7ÈŸVfqà´{Š‚NCŒ•¿oºë"o׳LØ^ß4б:’û‘†,Ö}_ ¢ÃùÀHÍìKà¿uµ:Ћ®§Dcûf6îEãðÅB1ݬϸ+z«' yÕi`(½@5³?Úë ߎ…¬žà¹M/PU±*/zF× 0 -PR^7…È”Þju3/KS·o’‘ïqð¤?ér|¨á TkvC\S]û´eu Úü{cÔ¼›AoÚ R8êÄ;Сw1ô§gû¯’¦Çƒ J’£f¬P xŠ2ýüVKÂäO ãWùYWÒt[I1Ió‰°ølàð#ê³Ãöž.ùSîÝÀqªð;µZ+ú(qÊecP\¦¨]ÕvßÅγß1ÔX¹^ãwŠ¢¯¹ŽÎq{nrúrßïÊ6ƒ´÷¿÷¢íÈi¶xˆŸÒÑ—žœMu¤MÃ8f–/äigp7è>Ý})ÔåIÚ|é¯P®åÔŠ«'?3Ìt:ÉúèvùÁf*ëÒÈXÈí'¿p¦²ÛoªF´úø¢xGM†KCffiAš -u†Òn>ÕWöÀ¹¨ß\¹Wð¸qª`nZ4´û÷ÆÊ¿ŸN­Ê4?›h‹Œ±iØpÝ/r üÛyÛ˜û,.¨d”I*誯ËHúÚ]…èJkaJöëÁæâ[¬øŸü2uïAMOg%º“oŸ™EWÏXÌóý‚M¹žs˜ù,x•ž,Êí?zVˆƒ¶÷—öuè3.¨:[#Õ¤ªæ1\{–I™ËÃ?L·ÿ4¥ñQÍBM†[Ôà0•n€qæáM͸Iýõç%‘ZÎëN½: kœK¢½ýˆÂÏ - 4}›>Ù®ãœûÿ¶à -VŠøët+1¾8%*ã¬Èb˜%ÖdŒ»A»Ü e,–½ÇºÒu÷¤+é$®Ë.~£t0*ifýQAºîB%B{?Rw×bœì½ru¹fÁïñ“6ËÂYÚ;æ‰DF ~ªÛž èð]¿Â“iÛâˆ-§b%|°¢éÜü’·Ê”MÚg«’x÷ 7BV À¶KS•'ƒáS­;EâÉìCXþÙúf¿çÕ´ù<µw*èT®»Ûwx“C¥xÅsQmž|S{º*7Ô˜}Eéó-7ˉšvç³JWÜ1âÚ‡TöÍO#?*µR5ò.Àϩ馉¸ÆÂ»|¶â‰c~Ç8>äÆú?ÃÖ¬§*– Ô7ßÒìÞìm9@yrë -ùŒšÛá‡T@²Œ®hkrø”4=$ÍŽ»1è_ù$_í. QÅNô¯ýõÜTTö‹Š½[ÞâR¹¬6œ­Ñ7=@¼(døˆúKcÆ -Î>íRÍÏè¨ß†¡¾†õýO¢?+Kó5;ýÞ]“½ƒúAG.Ö‹®&j/[Ö x ÷ÿtùãɾL')‡éCŠpz§ï&<Œ³Ï)OÛuW3>넚ˆ\‰h¥Xü?1z»X±;È CÍÆÈ]ætú¶ý¦–ÔŽ»›„ xœÉ»>¯CWÄñOCÈ¿ëÿ?E5©@2Ìm†ôÖ>J)W®RwK-‰ŒRøßeÆ]ïa{®¿T{méNËÒÕ®#W€Šd%\õ¯ÿ{ßÿFTgw!Nï\e’xïíØbépÀÉá ÌsäôUré¢l@8-q‡ç$åRó;Mjœi*é÷ì­16ÚÐG%÷¢ƒ[\Änj>bDäøÞfìöC°¨^Ì5÷ÞñUî -*Ù1õ\ÊÙIÕ^s*®× õ»Ê@{–ƒËö#ÑP&¹F½ÿpãžce¸¦•ù”±°’^‰FN™ä®£ã+@›öxƪj““У_‘î!¢Ên¹'–Á²Q©"dCëO§³4¾ä¥ ˜ä2ñ@Õî-D¼‹3ª½È1%¤*I>ô^7Q†«µ ÷lÁ¡aÛ®í'JÌ ¡²”˜—l\ç…ô¥DƒväUöE_|L©J±¼kÔ©Qµr”Í¸Ü UZ@Uªþ¨G&@rñ‰!ãÚåÂpÅ\xsJ|ªèêâØNGK;n˜\œ$í¢óÕÎk\ÑÒ°û90ô¶î°ŒÕ´(\åÛ.³ ‡áwõÅ¥áp—¥p猃›áB£Ñ™Y%m©ë¸úu«{zGI¦ljƒ¹HƒQ­õ0ÓWzZ… žÙ»ËîF´Ý´—+=iݯLrIñ& šíÕCØEËÞ‰%®Ž†—{q=ýΑo®ƒExFÝ/´Ñr§KM¸èÍè0¹ä²YNbW #÷Sà N©®¦€¢k‡UîX Ö·Hƒò¤NǼ‡å³8¥\#„ÉwÌ@‰…gáÞ–ÓVºâSèàN»‘ªšà„üìC‚ä(pëhØ}Yx/¸‹$gèeïâ*3†²Û=žJÈý#§¾‚;›£ t˜±R`¿ŒÝ @ÐN’z£Kp™;”ºmPÅd«}Ê­R×SIcM†«%`Ô–’e¤-ù­q3è˦¹µÆ30QéÙ”¦šø†³“27ôb¤˜€ÛÀ!¿3]ïqUõLiÙB=%"ŒYßw™°¨é½öÚ«¾~€Â§ÊÖÅ'I›ì´h¹éOˇ™â©ª°Ž´Ìr#ÍŒ§)¥xVë‹•¸ ‘í¿¼ÓÑŸ$ìÁÚø\ü…¯«©3wiÃüéùîâÜòuyÖÉmT.ƒÂt$Bš6Zc:xÒÞŒ" 0mÞÎ;“Í܆«ñ¡>3VVO²æ¹7ƒîáZ­a¾«f»2(Ôb -zJ4m6ªé„ÜŠ=9Ms0~½aŒW>Fzâ-ˆ(³á‘ëäŠ[ÜâõÏ©ILC=×ÖTbÙíµ"G|®ü ß]Á•éïb†™Œ¬äÉ3Xð xW¥-m ¿lPC‰`Ä:S1 -BSÅÝ×%Kmh14G’6š¶Iê8ÖñuÛ8‰`¹’«ùêr9.=¦Ný7 –·ÔaŸœZÏLÅŽq0­Kä`œN - LT9©%(n2úp÷zkÜ,Eìì¶ç)–‰YR“A¸G,×*3´Ù -4¿t½Q×&-æSµˆÓÃEhÍL&ËKB=mŒݗŶè ‰$¬Ë 9*€"ͱ6Ú"åIfàÐöoa娥nÒSPXÕkÔ]ådNñÃKÙºØà‡ °±Ûƒj'ÌÝÞòb,ÄjìU -mIõt#?¶.ô¢,…Z¬Z™Y[ „­¢È'Æ™€èFª¿Au·NЛ´µ ,s“ytëÛíP `EQ¥Ó9Mñ/D60––€ÉXSÁ…Š!ã°u­¨ÇøÊÞ…:g ¤ïV6g×eàÍ­wv§³¶`uÅ®h´ceƒ×úÂËZÁFû˜—áiÁºŒª¶etuÓ^=„o4ãv\ʺRÌ=.¾¦´b®’ݺîD_ÉHë:+³\7KË.ð7ayeQ”vú¯8=-W<8;a›D«,GABÆŒ«ÑZ7ÐIÔ_já².ÈʶÒifÍ[–¬†2Ûq÷éxz’~g4Ö¯ØáLÃs5œÒ ….úŒ.2•OÍdìI€l1ʸ˜¨üµ­§×ø²EQ:nwʺÙKØÙ+·‡²³uSËw¶ÚŸÈŠA|:„Í)Áß+1}Àüvø¯€¦¨ß:áKæwÒ¼ÄgBùKùˆ$}IR!Àô¡»†#®á„k¸Â5\ÃSã¡ïfmòÃß­Ù­S„Õ» »…B²{7]·F€AgcÑÕ8 g»üv6€ÎÑÙ:…ÎF£³at6EWãð/Lt6€ÎÑÙ:…ÎF£³at6EWãð/Jt39‘Ò_¹ÙÙ :Bg£ÐÙht6ŒÎÆ ³±èjþVcš´ÎÑÙ :Dgƒèl ¢³At6ˆk{â™dÌÞýµþîÄE{£ìpâš^˜èEU‡£ Øbü‚o¶üÁ!ûÊ€[–ðŒÌ’â‘vÆIÐb-­ðGm7 ½ ­ZnzX|Ð窗ø‹ìÒx àzäl¿ªù-ßö¡.ÜôˆÁóf^{ZSÜïÅ®t {Í2d‰µî±Y‰ ˜ †'* -Ô‘.lï/-ŠÒ›C²tøZ¨!ozj8B0MtØd&™5ßô¬áhI_ßîv 1<—Q¦5ôîª×ì hÀŒ™oÖ~hL‹7½#D-¶’†£œS@RIÀ_aÆUSÊ*0jt ³ï2é‹äU|ÖòÁÑñ1EÀ3ù¬è `‚® %;ÒŠüà7U©1}-1œLí‘0<Çcã] -:'˜MsiÃû–S§7ØžFNû՘źÌ4`¶DàªgLiFW¼Ü¯j¹é^,DW°¹Ä塊û™!ÖÁ†?pQ Éð–wS¤^½€K¨õ -û‚U¥è Z"ðÇf sz€U]äÌ– {*:–ÒI•·† ™äè\G]¢g¶{td‰¡,k¿ÐªJJ¬WA±ç6šïRX×yÈZù] SÊ®¼»¼ŠñÈËT;¿[í¦TÕ|™7zœœÉÜYq¥àÈqÓLŠvkHTOpC­Þ0‹ò{.Vz5-„½–•—J)åA¯F¯R–¤yw|s:—nR‡±œû7§ËäÆÌZ?èÀÎT$9`ZÝ=¢vU?Qee:\3žÅŠ’¹§+ymô»Ò;~ø’ª:9ä+6ëæ«@Úc4®‰m‚%æ S¦²4ÔMo_zîD-XÒ„ï7Ú#ž}CìU…ÎÒ¤™zIf÷av:T¥™tR†ÏÓ¡€žO§ –’”e†Ë¶‡”e ±œi¯¸ɸ³¸Q«ÌÓÏ'Ľv³Æ©rO¶/7oõh-*:Ð ó@»7ÇW´hÀêfÝì^¨WxmÜ’G6ÖQ—‚¬ÓŠjjÊ}ªA„¼b\`ôŽ‹‘šJY²4“wïÇÞ-zMS»†²ÀQ)eÚn˜Õ[|}о 꺛µç-K#ûžÌ=Š&Ÿ’ŠV¹›ÖM¯Ê97íèÌuuØbìŒtňàI×úo wba_s“óÙ<‚ÁºT¹ß(o‚Þµ_¢T«zãÁ< È:Ž3\Q-Kyéq^šè%9@Ïå{#Ü“é{ôð®|Cra£ »G]‰$3iw–ÊÂÅé”n'.xPºô,-ô-I[i}ø¤4Ã$©o5»!lË ÚÉ+ß,ÊBúA¡CD÷oí+Ÿ‘. #òË`XÍ"I£}¯¡#Ú®Ÿ”‚¶½@t·lŠÞŸmíÕ «årã¨Øã³ÒÌ=›·$‘ÀH¬TØì‰çi‰öù²Í\³k;èQ"Úþê Y;l ‰ s|Z’ú~/õ 2ýIé?áikëÁ,üêóm¡?ÜÝm/êÛü[¾¿üþùÛãû¾‹æñ5âòC-Dzímí1„žß¼© î{ïø¾P®V†þ¡o¡VÐò“ç'ü¤×«l.9Ñ Æ¤+Œn Ó¡ü)öÛwN]äšK¨`n77%§«–:”¬=¸†é.âV–­´§¥0Ð%€2ÓFË{åÛëHUÒå)ChƸqϵò mw6z¾e#088÷õP‡0†›sW³ÙáýÒ†œäHUœ._ÉKAÀGrAªsφdÕ{]NÌÍKcÌÚ½0·”ü“¢ (¬¬£ÈðãÓR¯¼¥ÙHÔ¥µ"ڢݘ Èu¸éqw¡I7»C¥¢Ê«>^’YòP„ý÷i¬Ë¨'³œ 3)]ŒÒ= ý9¦\¹P'ÌâÔ¬¼1Ï`Öï ª¾!\X¨#êd)½šÝìsÝiÉß!ßéB¥4E©Ùf‡¡ÂãZu±V—fŒfå}ççÌ=+ÒŽG䂟‘´¸?6¯~£ÿ×ïì3yê+|~|ûñöïÇó·…yðäþü¤±.§¢¬2‘ŒÕ§‰NÍ=ÂÛt]ó_.`Ôò¥°o_Æm¨YKþêó>mK:‘–ö$K¬˜D­Eɱ¨A· 9°!C$Gʱê×6ll…˜£F& -í^îô`GŒ<2ϸ°À~Œùè “l5³i( áìÓ¨½OøÇNm…!<¶Š¯*ép%=Ú„\lœ:Ü„™ XŽì„–<"Í#h͔ޘ{ 0C'ˆ¨1#šüËFœãhÒT,Cx±±OÈœúí­~¿ ÃÎbÂ…‹Ø„O?(°iv+F`bǬëS5ÝÛÚ—°±æ!¢I™‡7ÃÊáo-hî!/I‰&¬:ßã½|g¹Äwö0uYw5Pz–SQ)\›:ŠÃ/Ú*Õ—øøúÅZE=L[ç×&} M¢¸FmЫ($iRi§å fg¡ˆá/•_†Y^%Ãe••5 !ì ÃÇaÌrà3#äì:µÉMä%í­¥Ì x“d²Ì¤ççaäuÔ¨˜eéΕo°¶R +ÒRmˆÔMl–•,3ûìK¼§ì€ØÇ¥nî!J[{Ƹã‚@@ê‘u:´õ],¯ŸØQ¹f -4K1›»f[jéµ×še"±,c¯µÈ5|Ðð-//»®#)Ó0!ê ¿ºì„;qgfÎÚ“IäšH>š 9­Ú¿ù…paÓ²%ÇNà E•…p,±sX7X×1b{X†0îáIêH²ß:`C²¼3‘ZËC´óNºQq ŒÓ£õ Îñ¸>F¹&ª–0 Ë›aBëé\HìÏyqÝ^²x­&E eN.:tã7Yê>iýf ÂÎRÔÍQ1ûµûÐR\ŠŽ!ÏùÝŽz¾ËÐ+æA œ5‹ˆ°gßZØutE ÛàbžƒˆNÀeú6Cp<ƈ¯ƒµft²äØ HY¨½î+¥F¼êªx†¢B–0})I8Š¡´ÖqáŦÝá"d7êÑb{Ž -«ã”°™øæâô{‚­ßg͸\1Ï–’óœUœ¶ë|@B˜kqEÉļ¹.+>àR¢ôBý¦Î7Zd¯¾ï0òŠ;e^b]Oîhƒ‰"Ñ•©`¿˜^ÆŽASñ -t*¿¢Ì¬å€­ PÑò(«ˆ­Êu#ºXnG ØYÚ(ÚZ°Ì90âgY>j«Uí1 ý×e< -Ò„´«¡oÖâ‰YÁF;5Û°ïÌvy™Õ§±m Žåu²è"öœŸöšk6ÒDq ÒòC ³°´4æÖ ňgéœ*Ê#c·y†(ƒ¡¥ÈëÀ -çÕ«+ÐV0S™¢ ­ÌàmÁçkCš!Æ Ûë-[å2*Z¬“&S¼t‚ƒ»ÙFp=ÒàL˜ äèÑo¬Þ¼D,þ²Ù…<²*äx÷´BèNtí‘ñ…¸ºÅ<…dG•ú´QC'Y{«DäóSO×/&K0M6N¡&S~Iþ BÁæ¨g}n›³ÂŒëÀ›™$ÇEµåŸ!œä?ß…ì^ù@Cj=‘2wíßѾ­pŽú/S¨·vebºä*c?†LúˆNúç¶6yt‘ÅÒü†^bgOû‚2ÿÜU±“çuáé’ÌÍrëKGž[—Îî¢4Å/ò}Í;ÞeFó$bzÞ="¶ØeFUÀâ=Ãä/²s–ÄÛ§ ì‹~–opùb óðœ0™m¬¹3Cä}aPñæPšú2?O`7æÆvÛö×£žî^t™ û8¹½—̪£OÀùœsQ]ØsT!>‘ð¾>#ÇÅhªÄž‹©fQ¡ŸCêóÇÌcßdÏŽæ†Ý¬½«BˆU9—îû%^Ì¢j¤¼ \/â‘›µD«î}Iÿ1°0c`pöà¬,„£Û¡cÁdyšÒ{›D5lâ˜À7{’ äF´‹q›B‡$¸ˆÒ/wæ:•4½¼ià‰HgoAíJ6žS“¥ÇT¾7ðjZn…—ñ¤‚uŠø1o_wÊÅF’k´9NwMfj¬¶áU ƒã?*¿¦’gSC‡šãUDR-¬!ž_ :ŸœT'ëCÍc½ýR†‚µêõ³51ä²7ª…¢þú´~óÿlÜãK³çÔp/Ê4šsN%µÉ¶ I$¾"*«øí̳.jBß–ši6'%h_^ÕØßa`:ê_¦ã=ñøb…Šüû•·ß€{¶²áÐôg]Ü7”»'s\ùw^œ8àÊ¢Ö‹èÏß¼x«‰yÕZþ=¦˜×‹ã|ЈSñÙü¤ÜÇØÁX¯cUã÷ÓQý4jÚ1ýXD#F$¨wh]„OD`#íÀÞš,íHÃ-ØP‹™yb°p©|Qi·!ñfz5€A‰\šc }O~1Ôx.†çy'ÜwÒÁ´“ÕŸ¦—͘è7«™`lV½8/Ù¹ÎÖ¥~“ÇØWõ ô¨~þ¨ëB9·%¿5SWn麇?™g·ó)ÕZnð—½ýØ&&r¤õzò5rÐyÙ}¨Ù'ÿ<8§:q½ªx±œÇ¡ƒúš*oâ·±K‰-'^ëѯ|yS»±¹,æ¸Þ¯ûÏpû/õö˜ã›N;7_¤~Cßø9lrmW1رÚð€™ó4ЌŤ#pÆzd_»NC­€¿á!EÛñУèáÒMÜÏPxõ¤û–¯× SˆZÐ<kË…ƒCÏÔ,@ÒÃ&Á…ìÙŒ«ÖŲôˆ)³ílNæYç¹Þ+< gX>ö‚Êc>jÞ™ßPÝŸë‚×& ö†<•˜6”ÀkœÇ^n+Jïο·½ôdQyªX´I­˜+ÿ¼ŒHøÊ'”»óÛš&pÁ娵еt§Wõò‘…&¤ö´­ªå¿'ÈSdåpÌy€V”[tñ¶içöÅr+C‡.N9eÁRÕ%N+W`Z˜Š~É@° ‘Ë7TFµý]ãíaÚÁëZK("‘3H •…ó¾ÄÑð#˜IðRêÉŒ.È€† !q¸–d~Óñw`.®îRÔ¼ª—‚a­é}‹Nd»Å¾YDFu:Ó1-k׆zË1@5Ô´Â$hg^.”£„3³JfÁ¶FJ[6½Y†ú(ÝKZ.iÝDË¡B„_[;hM^wa¹g{Àc}ø°Íøöòà·~E¹bõà\[†K¿ëÜù„>\r¥§byWÓÈ^[²XñÝÒ'[O¼²ªù^Ô¼&R™ სrmèr1ú‰öñt1Ý¢ÔŒ){ oÛ<’ZmÖ ¸æÙú#÷f[ó ²uß„ði³Ð© -$ó1‘c£7/ Q<}ª¥eNþ Uµ&kÕ‡é”0L -ãl°çÝU£‘0Ûª{ÍN+”ñ›˜úÖhž—ûºÍ´§%¨ÝQap;°È™ÔoÙ`WíkÐ(½ÁW”U¨þ“÷ mò7ÇhYDøSk‡›n±reë½Å¾Rár±'©ö ½0uИhC´¡ŠëMÊMBCÖ,,tÎÊ;°TMœf©ûˆdîP¨ -AAŸbÑ`E~\ªÛ‡?~wç6Ê<œŒ¬Qª5Ñœ&ÂæÔR~#ÐÈò˜°yhŠj)qÐL‚ôÚP3‚¦â?ÂO®˜ •ngU÷õΑáÝ#Ýô -ÿCãÞУd†Ï]}˜²àL:/lP¾—œ#zk%ìØR­þŒØs f4Ó1#tÔ(\ ½Bb€† ™KM÷KDÖêvÔ}S®> --8ß¿ðLýáO[lZÀò ïî>ã OLU0IÁªãxo@¼Çû"IX†UÛÆA’ÙÄñóH/6£­³èt=Ö“ÙÂ_³Ôž°ú® yžOˆÜþÞN'‘` åúo8VŽ*Í2]´†˜ºë^ë’ܰ¥@ØY3¶/­½QvµÌ‚C÷­¶<·¼SIš»¶;&ìpx†,uIø] ® Õܦ¬EYÔC#DBñP×>”¤ äÑu¹fUö¿¾çInìCp®kï!gk_¯²Â!÷ˆÅga?ªûMš=6)71\žM¿‹P€‚mÕnÙ Î:ïÙ›NsQÁ&ÁT¢ÑÒ ¦ M„CŒêÖ<·¬zO™rœ?±%÷mÞÆ©†kÒÖ˜æ‘$s5HþÀ½^3Kµì+)×”AÁU$¾þ³¡/Ô,MÍDjZ VǃyØdç꺛q¯ÇO‘#¥<µxaÐ{ç{Mļ„‘yð1Ð 1«ÞˆEÝjö¸Òzil$-$Z¢›wA®3o—e;>æ*ÅtÃÍÎÂjm( »ŠeM°ç¸Ù´)¾»±¯ xÃ^‹ ×sI~«á_#âêvWú7YÖ“6t3*K×M2ó–P½Fyh9‘g*1½‚çN<›«÷–€-è.ÊJotOLûÛjeé2¨øÐ­üxÄãžO¸ãVÒ0ŸQ䄲çO¯¶Ë‡(å°·œBIbáí¾«ŸØ Ëû3ê–5bwˆX§u=6’:ôñuZF£$iëò¨ÐaëE´!+'RAäËB¦¦ W‘‘Õ,aæRÔhurUMãX˺€ò;Gìvå}y¤ÉkS] -ÜnÒÚÕQ"eÂØäšC>‚çyP˜6šIRÈJĵ ~+æ´c´•u¼Æ™Y˜ÔsÀ`±N-ò¢'’Y’ÖÅÒhvçuï*¥ª‡ Wi¶@Fuµëý ÎPÈö_1œ'5-í+•UÎj»È” Ù­Q®b䛌½Î•ƺ»…-4"fxýÀÓw"É¡fÆ« *¿k|_NFäÚT+ ©duÄ¸Ñ Âì ÊÅ­8z2HúWW\=®7z5È|·XȶÖXJsƒZýqe”ãÑòò²›ñwÕD,‹¬ÒHf+ì -éú’ZNØÍ[^e­mÛ•€èÔ~¬h7¢ ½øÃàg†Hà2+µÞÝ-­“Í”V¤(0Ûð.‘ ÛêÅšy §³©bYA*òïûÖ¯ « tójÊ‹\‘ëD÷S¯iÇ·q†N&k”åõ ™Ã PþÉâ[ -E ±æè]ë=¥4•) %,«Ëî7üŒ¤ÙŒ—Ä0ÁYW=V8šÊe˜Ðî„=ê)_u{¾oÑ4*3{G«¡€Q+ß—ˆµ/ÔgÚ‡¤a8y+?@øM¬|Ù…hÄLž³›–îªäò&³'*'Çç®RL·¨8Li®d¶–¯ -6™h(,árhÖ˜¯÷º}üVž-÷}o§1œñFòVøø -»…·Ò<Ùf¯–ï:¾õÊÆgk˜®µ½^V·£î£2§ï„´¦u£{J¸y(À­Tù›=Bë‘x¸§Gmkñ™¢h‘EhÃ{û·Ì¾›[Ä`GƒBù6´øìÀ‚. #~„~\ãw§*›DÃ4 ŸJ&èŠÕ%G.B>Í›í‰ÅöjcÅ–±Jš†kW˜¦ –y²*ú lŠÛv»g‚ª+/¨àŒ(L9’|†¹ZIØbÇêŠã~}(Jíz%Ìg%fô’Õ9)Ö; ¥kOÈ£lß'ò0ä>•9–7¦M©»;Þ‹»kÌV1¼rZ¹‡?cihM–´Š!»6šá«Ý’B…ðî¼*V×Eµò¥•ó[kO ÃrÚ|S}ñÿE×»ñðdëNæ ×;™m§9Ò‘ WÎI|¨ˆF“ÉZ5bª¾J-R[§°ð'ùCXGDF‰¢­Ê£Æ8‰Û¶ ”¬“Iޱ7°õRàM¦Eg~‹ÂDf½¹¬ÑϘ´T Ru -‹<,Ž×íÆÐoÖS¬eQ 0¶¯3=G·%)ÚYïm§ /¾äY¸°^;.S8” -Þø®4dñ¥û5>Ö½§„ȃ‚œ¨|àÜ{DºQŒØQÄ´CW…¢QB8:f¾ 5K®öX±¬«X–-ÕñÜõKb›ÀÁƒ6­>›TÌÚkùì¾ÊÔt™ @½¡§PI7Ãúï2 áÊl@¯‹/ÀpºN™jY<‚æ…–·¦7!É–=†lZ—ÞÀ·ÂõÚ×và"ákC“(ñìÀÆ8Ý~-:ÚÆ@Ä -Á±\mép´ÉŠJ1M0ÙK+·¶ŽÞœÖÙC°WÊCÑÞx&Êj`høZ‡,¿U½Úh{‘BIZî‹d¤A%h ->Æyi¦j6 ἰ# çôÍ!­ ¦Ö$Uà#™÷PܲB{åo¶—nf¬6ˆ ”{‡’4‹4äd=ƒ3Ví"øVª¢Ár²ú1쮋Œ–‘Å÷=`Ö‡%ù¾ Íó¦%·=÷P/Xt¶ Ú¬xžŸßû^Iv%ìK$ïЫS„îˆå~°å÷]ílHrWbÈsøÎhQ®ÏŠöIlP…\8ƒsç~30[QgdÛíÎÔÒhe >¡âľ´mK"ÈÈWó®œÊ9Õ¦óæ•‚‘æõÔPB››5µ+,⣿ËãeÇÞÅëØ«¢ãhsózŒl‹ Ö•Š?¾þnl†ÕißMat(اÔ/~ óPs!G{Ÿ‹'î"@^EÅ ý’î: QëØGìDŒ[XKk þ}Í~цî½Ûù5E -1ëá9µacî•dœ.2üŽJÂn Ôß¹mãß92+ã2©õ•mÐF±à·šÅw¾b¢7®êá©À·or—ˆŸ ¹`«ÜÌ YHK.òЀiÄy9jb{ï òÅwA`þI"¨OŠv”“Ωh¥‚M­©Fï›z¼ËÌCm‹sÁ®x±³ 5ùÁ0ó†O‚°¶íÅÒ°ŸŒrP¯EŒ¾ß6vB`O¾(àÆü†STw¯xlQOð„ª{OFô å¶ÚÌ–J@²Ï¾fÛ#ìCø|(¤*Œ×Ýp¶ã°xJôv€ãõ¾½!y¬)~€ÔB°_÷˜Kj%6I—×5Bø2‹o¼…‡JÝÉxnvŒy;Këå‚ïÖC‘gE¸õöcð«Â¶ÏuµFä - Èò˜q¸~½UŽÁ`çm†“зû÷Ù©©®—º@ÑÀ¸×ñº+RF½þ«v·ì+‰3†5"Ò.kÄ`¼ÙÛ¹uK ®|V»åºƒ·PÚC˜»‰¿h8€ž ´]¦ŠÍQ]•¨Ç<—±Ž|RzŸ'½mÐlá)fŸ[Q¸Å7¬a^ciÊÞ@ëX’[›aK¼{ÌVÅDdGO³I_0a/³ñÔÃŽ_Û¾ Êèêqz7›ÎÛ½i!KÕ»CRyáª'‡Ö©„ÝQ¼/°b­Æ›>mŽ„Îžâï+w±‘ŽîŒç0<@ôZwú9Jd™~–×x)èˆw§’Â[Xíµð¶ô5Ž$)yåÂZDœÍXMÑY0?áƒàH¥$¥\‚cá*p¢ ¿¢BÄ­þÞÃÌ©d­y¹ÎHg¦T¼ú£hF¶ÕcßÜwž»“”šêY"X™2Õâ¿ÄJpeBæ&9ÆšŠ„\§þ'H-…í›ÍCU—×q¥Ø:'ê(§8bÙ¾ìš;Ò@n6$ÞwÑ_9¬õ™7q†A:RDŽ4LѾK͸„3IèþËRà©à¤ê»Ê†Tœ‘‚·xA'eåø”²­)Z$f/µ>C¬â½ ÷XŽ7x˜}WI¾g\ÛTì(K@·VÎI‚~Q^XM“Ut …–UeÉ´íi -läc`_½³FGÐ¥Ÿ®˜fM§¯Ò}Ám_œéÊ>éÚu‚ …yQ99÷Öz²—TyÝ6³å¡È2(çÍg-'$æ8w¡1m›u»±dx%õùÜWOk-ˆ:}BfÚ›oÌLõŠiZ»¢@~ E•ÍD$£­ocÉ%y¿Î×Ö@Ût3p–RN§¾°UR±yÏDÕ‡7ì%ÇŠ-}˜7Ô?.AöÕÃ@ ¢nŸ„æ¬U¸X‰1Þ‚®1Î9ê¶©8ßBR°©‘«ª›Z_Q/nN&ÖªTC÷ñm'qä®ôþD-…@;â…Æ^xÀ‹ñtF«Þ‘ÖÄ’s4µ¹Ý¤±7гÏû/›'Ãц Èq·é~Ýö’`¡}°œÌ›ÎÉÍøÉ(0Šm#£ç›ù€ÄjdW¦œ o•6ní ºÏY ¹±iA.Q¨c~¥2{Ñaè‹. ï™Ã!xg Ö•Ñ`›`?ʰir©:ÈË\k6,Ftø›¦+QŽ%MTú°=àx´)8wÀå"U¹gè•‹Ðȱ~M}íGVnìÚlrM™¾œK½rÌó£EÕ[e &" \éÎÊPI3(7æqœI–œ¸Nc] ÓN –™`¤–ÿRgè‹uЬååN ]ßh‚§âæƒÒ„ã\?v_sgðgèeôˆËöÌ'[Kƒ {†Ú¢Ò˜‘®ÝY*}²Û-G”žZ]ŠäÊÈôË(뇄Éd¬Hwú/•ë$ãNº¦æ2’ àjâ£)ëÃnSqÀ£V,¹Ît68 #]«Ø6²ØÔV»iÚçÕÊ"EÚÓ]”W ¡ûH宜¬}LÑ÷˜ó«Â®Ôá®X²²V®?7…ûä>AÂìre·3¡-%}OÚ\$P.Ÿš„è®\ÕR†5Þ?'(.û/Óƒ¾¸T/¨%™»¥¨ü[|ÁáJÎH·¨–ûî] áJX‡Bß¶G2–ïK× Ê8'S éð¾ëpÝÕP¯öݨúm¼"8ÉÞij²ÎèKÜ›…ÉÄ~,ñtó2FÌ uYG-WÒ¼ÃÄÜønÁ8G$0)ùS_ǹ¢Ú5LÑ([¾ŽšæömÌtfžÜÆZÎ:û™Ì^ÑÜZ ¡á‡vð_fß1–eä%^ 8*¿ª1÷!¬WîÕµÓ–“`³Uä»I–×fNÖ†õÞVÏ©ë!ÔþzˆÓAšê"¡˜ÎˆG ±yôeåŽøCil‰pYqš!rv 1×¥9ÁFêí|øz}(/ãAt‹ÚüBÑ¢š!/Ô–Uÿøn½Ï#/AdoKJfÿ;3;‡‡4z%^ÎãU„ŠÍáÉζ61 ¡=8ÔæíÃE’¬ï²æÜÓøöu½U瑽þ«€Ñ»íÂêÆD?r¦߯v±=öÀ"(æM{Z„àmñ„(6ׄwJtÖHK‰±m¡÷ô,ö Ì?ÿ¡­q)·J´¹®Ü̃Óա뛲'‰zŠ=€®›XkÒûÂÜ¡‰0 œeҳ͙krÀ&nð†ÄYÑ4 Û ŒOªêUM\{:/ù“s÷kþÐDåèùM¸fHгڰ5…-èb Ásx]Ö¿=M/˜š'šÉ#{YNÌØŽ©Hw]X"\Ô…½E¡œŒí$1÷\¨§b#hgÖ;‘ÓlF"­÷%›RÀ;$cäúD”ê5ÃGø,+[9`ßU=í7×.ÌÜ’ºz”Ú%¿ߨÚôÖ]wÉÑ6 -Šjyå¸Îûø—¼_ˆäÌNw¿): (ã‘ZdÛøx¥^ÔuÞ½øë8f2µÛ}kÉnêûÿ_‰èôx -ÛI²;ÕW_÷Ë\<¼fÍô$ywÇYƒt«ßu¾ÞØudÓå„"€Vc9‰ aågc¶¿Îè¡ÙӟʬñRέ/K‡=?K· š+÷}¨nU‰ Òg ¥iÛô#Ȱ™EЉªÇaßñ`̽³±;®;—™•Ždf5f2å®õ Œ—Z1eßåDÈÿ*Ð]Áµûeí¶QǺ¿à°)¦˜} ÛH˜¢¬öu‹Ášüó´ß{¾ÝUyãÎÛoÎPùwÄYüÏxHb?Cµúð,®)µëcOì0 q5„yŽ4ð¾–ÈjSÀzõ -x4Ëwj -66æ-ûwS5£c\2å ñq.Ë銽îÂÆ^Ñ…uæñ’Ô6U=L ÁŒ•OìÒXÂÔ¯D±ZÿÿˆjR€"d˜ÛÙW~”Z£¼ÕMÎ2‡VãÝw8t@÷9ë3ËþERxaÒlÁDyB.“é‘å2cSYù¨ª>C2CÌNŸ]䑟Ëä#)Hèýze—o5ѽ‰¾QJ)ìžò‹“oKÅ4äNß%íkl„"7[ÍÖ„ùpϲ0Õ7—MðL¼˜Wu²!fáŒôىٱ0f¥FÊ¢×M -Ú6Jg‡0û¿Mì±u©7CrH †€]R¦†ÈhMŒp-ôá’5ô%ŽRÕzÒÍíäI}Ü5"‚b-Ç*”áaSV+vŠÄr" §lŒšU“4&Ø$yŸ¨•§iœ·&nÊè)Iä€ý©"K芅jGÍ,ƒµí—ùvÒ3š@{9ÝzÑN -=LÚ‚Êqͤ jh†Æ†a½ -Ë’Ì ¡D{Þ÷‚ØÜôZÓU›Øå^Ñ  €påv8’ŒÈ8 ô ÎI•JI­Ö¬¢ Œ€ExøA*¯Òó’µüçR¶º—‰ÂÙ@\pJï|ÝèÒ[áñr¶>U¾ #›1^ôÂZslIÏ…`´l°Ü+GÞÜŒ‰ŒÚÊ«A%„ÓÂ8½Yvtr &`µaüƺ±a¬Å”¥¶1j&…in³>ã"n˜ITÈi¹Æ!´0LÆZ¤òö$/œ9Yk;"z[²Ž5e‘ËLW^{k¥ 0…z™šç3ãSyLOÅDäŽT‘)ί MB.TsbŒÅG™ê÷¡¶$6ûœ‘¿Q$wý<š«C2ƒ]U´Sö“ U. ù²úÀžm¯ÅË·$«ë®Y7]GòFnKʲ Àñ -˜)œUr‚jÖÏ w%P@ÍL*³&w •c#0¹\:9°ôÂÿ¸¨§îƒö0báÒ1†5kG.ùû×µURz˜§Ü²Ý á˜g°Ðj€ÃrÆ Y £ŠÄôhœ8H™ªß„‘±ÃÌé5gðTDºj¿O„O¤qMRý¡ž¯Ô>ˆr[rÅ" g㬦â¹Ôâ‘o~›„ -¾HGÝß·©o‚ ÜÈY²Ê2 ÒÀî@Ò.`5eä˜{ h3ê[á*ûàD¤nmbµM”6ΤUëðZ©¡Váé8 zºyYØð²—„¡„ò*½Ž-ìÀͺ‰ŒÖ˨.EÄX±>EÁ„b»g¶ç"Å B¹ cä/ålL½m p -æMC¼¾®Œ…¨·»¶a¬rIÌ:LV/‹öD¼E8¦ŒXVWº^vÍíôãÞ XÑÓÑVd|˜h)UVêMG;sßNš™2ƒæÈ¡ ºÆ„œ;69F.ï]M;£;üdÓÖFjé&³èú‹…p#Àù Ûð[¿Üó{óñøŸþñŸ?ýùô+ž>¿¿ýüíÛãíçO?ð/¿üøþñ8?ééåýóóÏ7ôþ§|~¼Xþ£»|øãýã——©Š;«E¨£û|ʧ/·Ÿ¾ýù}3FüüЧ×Ç—oŸß>=ý~¾¢þÿ¯~þúñåS×§÷—/í8n­7íô’ɯº cûw=}ýå#+zÇÇ·??OL“³¥w/Ïïxzüþó×ǧ÷_?ÞϯÌà>¿áóó_¾}ÿõù§Ï/Æ[2)YøYÕDùñO_¾}þïãç#ð³~|üúüòxûÜF·r¿?î«ÇëóËã}ç÷zd+¿@ŸÿëãåýãõñösÓÝä|Ei°äsøøÿ9Öà†-ÅV¼·.dÁ¿Ö1-©/y̽Ã_j*põþ심žH³}ø9:-¿"yÉkWýÒ]ÀpœqWèi#¿ÆÛâWPÑíÜ«Ývð@BÖi;sŽ6£ÅXã€^÷÷8ÚFÄhCm£Âh£1ÚŒ6cßl01ÚFÄżð ÝÎã c¼Qo4ƃ‹ù…\›¦T|½ ?¼<;zþ„C‰±Ð_®ªtÙ›#bÄ!Œ8ŒGaÄÑq F‹ñÆáO8q#bÄ!Œ8ŒGaÄÑq F‹ñÆáO8˜q#bÄ!Œ8ŒGaÄѸ<þ-¬XèÝ'ÚqyÛ«qg™ÌV~¸PV,YËú™ùÓÇãǯÞ|pQýì‚}!Œ€ÕQ"kº´<1x|$g]þnŽ¡–wØÁÌj-nx›ùƒî òn¢ÎÐ×2X=NT“9ú‹0‰Õ{4™Á6¬!H1yF|Ü’]fmsa6^±ŸV ¦Ø ôë5 åe&_ÿ~Á€ ÄÚ3á/ì2ÃD­ŠnÄ6åH¾«ŠlTáy_§ ú(¸‚EVþišÞ1T…ðQQc?1ÝË*: ù~Ð'‰@r©Š@\Óˆ"›.•™=±:_ð´nCB.Õt_¹û‹ßÛˆk:ÂÞ„;‡ÔâØr@Ìj.¿hówU:Ð Û^;]¥Š\Ü.ÃÓø¿ìèHÆg†Õˆt\12°ŠÄWªôZ2PÆK‘Sû›ÇáÊbzõáj“ô¬œ×­±sÌ -P7¨õi&fœäì—°#Þ3g«&ÌXrEYÇâ½ÿè6l 3Dk.þ @‰)ÿù›Zã¶•W½8»¶Uxˆ¢N…Z=É ØÐT^ÖPìæ}Ű´±:ê¶ÓÎ"‚ÿq¿åÛqIy1}€¨q™Ž‹ $ü3º%–CÜ¥/û¨aÔL@õ9œA3ðx6í ¡¥ðî›)€ºé­˜,˜˜Ù­\Aòçù“ýŸÎ¸ 3ÃËÁ.gE:²ó@Ù`ƒúË6ÆR:]Y 1¿"4¡:ÙtrÓÉí˜Ó¡Ól®Û„ Ž[dUÔjUΉ0¨•—äŠÅmTÚQ@µùTÈ}ψ„ßÏhÀg/íi®M²º—ÓWimL²O&O ߬d J¹«Nž¾NaG÷‘EõI· -«‡æ ¨ Fª§"Óq{C5tºwcפ°¾¯•q‚è\CwbÅðÝZ·ömT‹î=]y†ª™0ÝI±Mt^,¤æ1ÅמÁ4Ï 7 Õ l!¸áè È;}¬€ËD ‹ãÀ©ºÂÑÅãAžv¹ Õ4IƵ\aHe7-év$—3ýâ=•LÚÓGAî¹<]j’ H¦AžˆÑ­!DgÛ=Ø©»Fv¬Ý#Åšå nÔ‚BƒZ§VVhÀš³§+yÁ~®)â0´¹9”ŸHÞ|Êe‚»žHeÚ+¬9ˆáì1ÛÑ MR¦âûÀøcã>V®qÍ2|cᥞ³&Dßã©Á0Øñb'´Ñ(ÖÈí¼Ÿ™æ)-…]Ti;ç! 9;[ô -‹”CRXÚì•ê±xDå dÐK‘ü¼Ãª²fdÎû/Jˆ*Ùtq§ëp=A»c)QN¢ô7 -ªÍ0©Ú:޵©ØØù(7ît4Þc²-);¥ØK¨Ü@¦z;Šo ²@•s‘"®1Yî[Páª7 «I¬3ŽÓmÏ=?Ú½Ô¢øÜ¬ÞuÑ.6„šrY)£ä°Á(¯­*ºïjiÆeåµî^| ¼:´WTlŽ~žÂvb+gðý¨NÒˆ‘±p´|«TÄõEn× ô²7'J/ÆÊYÈ504©²vÖQçTŒB]Í»N!‚å³íY3ŒÝµW\´hnoã *RŶe~½ÿêžØK‘мCïîbYã"M¯P0µO×|zÆÈmÐj‹u—bC°Ã& ½k£Oèèo®$êbrî5ß›ûÖš©Ø!mø¿›É[Æx1ƒhŽu8bè-‚B söd¤!8á6TEv­3M½FJk0aKîF§Øá–é&êDXU¨~–b² WZŒÍ]¨%Æ¥ÎÙHŸõµF*›¯å૯ï+g±ˆèêžóׂa5£ÇÎund!­Ó{á8Lä…p"‹èoVzQv2ð]ÁXÖXÞÇôHƒ9j4šîb Á w­€F…ÇøæŠgº3c³¸@q8P²/'BzB¢žw‘Í£ Ï lj×”âÁÎÈ Ö\èÑ0¶DRΪæ,ZµA‹ô46t‰ÂuáS -¹n±±$mø7£í„Cî"N濟"$)áïwÅ‚C¥…îcKäÖ0 ¨ÛÀ Öõ síž° #å级äQ±c?mxfi%ƒ„np±ç)ƒÑ)19†> aß&Úæ®rÞ`p-z]”4<S(IƒW¥‹d`TuLq˜%Ça ÇÊܽl¡÷AÁ‡³ (,I{ ¯®Ë¯ÜÅ!¢Ôå©ÅÜ.?¤õÆÑÔè|ðǞfàv…f×b‰²AG´¢2 ç0È|Ȇ˜ÂòÅô~qÝW ÐQ|Š ½#©+Ç®i»‚‰ux¦x$‰$dfXáQ%´ã¤3Gu¸­€š©:A¤ÈU,„" j>ÜD.¢08XÃÂF­»PÈß]ؤW^´X÷îû½^bÛçüE}u´Öl{L^Z*]óÝe©¼q(†<$išfÆ¡~Ády9D´tˆÜT ý°ìÑbÜk¨ø ãb±%\An3“]Ë"éh‰…Îê¶ˆš“± 4.aß4—FÞ­9°R ‹»N,¢­í› -ºõ¥gŽãªüÏ5ÿ‚).°W‘ -Ýw#ªV–f¹W@lŽÕÎLÝ|j¾M+ŠÉT>YæCtÂU3¨ipTÃ[Y¡W­æÓU.uÍ›,:☱”7â¼`¸£6é9^+DOù¾ŠUyÙ5^F5‹XSÅ:æÓÔz®…ŽLýå°-¼X‰#(šÁQ+½êEK—Ú5ž’Éð{Qolò©DÞÀ?C÷ôbYËú*÷dÜa$¡Kh¬ïN`Á‘«,âUuR Bšmð¥EuE¿I¿hÒä?ál¶Á­{€sˆ+pàÚjÔå¤RDy†²!e¯/˜…9÷qЛ´¶8å”"|þ:©Â\80ÖŠàõŒ’¨š¨<ì $’C0€ïÕÚÒöÕµ—a¡}§¿]¶|bAýAž)%4³ïEX¦P…Ld‘ »cØ3†>0Iùù¡Ï¹µc¯+æ A`ÐiZ+•èw!¸º­¹ƒÅ u[o‘4¢&楄óF~G{&ÿ¡ð0»¦’­näðµ;»¢&ª‹ÔÄPÀ­È­Dº†n¶Ü°Ý`ÇÒm—oÏ5Eà°AYh䇡Y䶬ý(N±õ¬ðª4zœë¸DútçBU×ÄFe[ˆwkÕ«Õ›ï[Y”v“˜·š…8¿K&š6æ(ã,‡2ß¶ƒâóÇІtŸ%l™AE×í—,:7½ÉRÕT¢ƒÌBsv)k˶Tw^2q+‰Gª»ä acca˜ †Q˜vë˜-EÂÎí…€ÕŒK|ì’‡ñ)‹8I9 EY3#eµC&“Õ†‡~I£µ;úÛƒ`³¾k@æ ŒA±Ä¨–Ú>hŸ<¸ª—b†ª^nnÉN:i,¡e‹…ml+yÂê;.Â:s¥ºlN”£x14rª‹bP·×Ù¸×UugðÅ}Ð:}H¤8…&o»Ò&ÕÔVÆx-i‹ðƒÙû`L±…¸{tÁËg¢1WJžïëÂ]yÛ(b¹ IØR¼Q6flyñÄåt ´òŸš+@?Kwî—«;Ô‡Zç¼\*D -‡ß7Ù ‚#0]|ÙÁTÿÍÙ¬©âŒõ¢˜—ï”ô*%à‡~wwoÑ—žv[Ud,»7ØP•ãwè&,]ÏÙc°p¹Y.Ôhv 8 äý˜ ö9}lãða‚áã2ϧРe2][Sß­t!ºº[CéÜAÁÂÞDç¸Pã_árÑ"t¡ ‹³Ü‹J!Dw)Š‹Ù˜»B«õÀB²EŽ0èàB×MÚ­bƒê¨ºúW«Ñt¹½·FQ¦Î4¢Å!•ï‹`ÑXJÅøbò—³A ÚŒÚY „±M–H&ª¯s€!øòíb 'j,º—Ã@̓{j—ÌšTaLß|| À¹¿;ø²ñ—³Ù"4× ®”¥½ÔCz´å¸Tük0gÙ/‹óÕøÚð—µ |Iø†«j 2=.ݤ(Šùgc>žeqD:$¾[·¸Åè\¨­Xw3Wl.Ô¤ÉrøC¿òõÆ[Ù&ÛÑ<…D4Újÿ%Yøê4 ÛìC1Ú¢ÿÿ@Üt±}*RËši/5 \XHFF’¦e‚†ÿ3·7,"¥4ó¦‡ôÔCzî{ª·Y8?õPF^›d–íéýÿ6³ÔBc,oÕÈawYmDäEM@)ó‡ †Rï"êØd -§#¥‘æeám£ŽH+û`ëýÀ¿„~‹þöMÃN=¹V\N‰A>ûÜÃ}à· ø=úF«UèæsNˆ{ò×rà?é®ò¿ÊÖè]°õëE•jÊS,âi"T‡Ï>•Æ?’¼)ÏYVûƒôé¶ÃPM¡~“Vb£Œr…~‘õ¿e#ñÄć¾`oWÁUÕJÛ{1÷8ù±ˆCL“2ÓèqFʺ•¢~iôZWÒ«@¦žzPÔã -ÿ×­_0]['_ÉÓÍ;¶ËÏŒµ„×fèÌýÛ×»¹ž{V·ê—Iÿ[6YÔŸ˜J÷’WP -áa@¹lšá©GõŽWH_—~yôdW=5€…º}Ý6´ûàÛ“»>ÔþV5¼"*5uç9c‹1ŒL¾3OÆ£ÃB Ô©R.AÈ€h½°˜“<Åkž¾à°™Ö -èé"ùp±';…]÷óáª Ô sî*…«ã5Oz]až-þÑÛp S}— ÊÖpUB-,L ÕЧ@&?±™7Ý<ÙZQS j–|uRÛ?ªPœ(¡1 SzŸŒ!2ùJ†ØÒ"¼=ÎW¨çS¡”·NAÍ4/‹‹Œ·Z^ùB¿üùß²¡ï§™ó¢UnÈ~5ÈÿÁpkâÐEÃ3@¶m†Ävj@*|ªd¦ÚÈyQq•ÌL§¬@‹f4|w¥jQ´>K „mŽ@›/&_ÉSýÝÖ𭨚yé ë–˜Õîk<JK‡~Šæí˧’%Q:Õ ¢¹x:®tòMÂöFð·l¶H.òÎÏ}qõ–F:š²m&Þž*ޤc–.î] ‡Q {Æpbj›8µÈG{…R³E -OŠ“ùƒMÈ¡ø"¼Û=¼/àékܻݾÞà]øW:Ó ¦“UH¶.ùÔ+g^ÒÛÿªæqï,²Þ=]ïoÐm¡íôôàk¢v(Û_¯~ñóàHhõ9næQ'»£Hù˜ö–`Nƒ̧€1+…1„/&_ÉÛRè'ÓÝpy9òJ´ju¤(;¥™‘êþòz;À`¦¢á¿]³EøÝ*J¡8…¼Éõàcª˜?˜Á¡"œÌUÕ°~Ѱ®ØÎj<|;ðS‚pä§4oŒšœVÐh!ìh|ùK".wÚ×åQßvsûz˶Ðlaw^™*h¼˜ÓvßMþîp¨¡ÑïÙ²‰Rµ,ƒQ Ðtý4ž­zâ6¥Â¦Iš=cl2†a‹¡¡À`p¦BWy°ÿÑ›‡ãt€Œóä¥êIÂ{D€°¸¬xðûr±þÑÝ{ÕÔF¥ Ì‘f63óÙ*!+  ÊYˆ{DçøøDWå]ðhóU«Ë®W«y¦^Ÿ*W@y^9•Žó÷gïaœ)Æp2õJLÜœß(‘¯mæú zM»Ú=B|½#ç›gñˆ5ÜŒ@Þ«;…y< MzÍwí(êHy¼}îSáT  Ì?ÊolQ@ãAÞ~5³{{lB„=Iy»ªî,«*Hw¦j†%fÝbÇ ƒc—û9Àž0°õ¶ X1€Ú!pœ9h’] -_Lqà§„ïïööd$0sjdØÝï ÍSŽ“px‚ºà·ˆüLVøJšÙÔºZ`¢Úæû}«'@sN‘‡>Z{¾@ƒ·—(ù4@ M«®ik *MǪÞ\†ø¸3N)hÃŽIvKY7b hážÌ9úõ–Ü1 !‚¤j tÆÖâëRl‡”þè×s1ÿÎúl£{ÇÛ$På|ÔTfÅEY˜jé"M7ÒVóײ…°Ï/ÖÂbù/yò -¦‹Ô¢nöÝT¦p=(¨$•£›’1L¾Ö Î?X Ävo£JÆgP’[êÞHÞI|®êj»qºKñfßñð÷qNãJ“Cøme;¨í1õIB„·'YKfl|"jo5]´Np4$8tïüÜVyH ‚{·AŸ#‹á«pœäx/ŠHI´ç)q†k¡‰Ñ# b¥tñj™ܱ^p>ûy}6¸šñ.ªM4ê¬*Rqp=b#$ßE:ú« Cœ.ÅŒ0˜•óŽ©ýrjhN|¾‡?tR/õ¦NH¥Íë/qOžÚšìT ‡¦Í…Z¾•ï8úí1.ô¼b ‚ú·éyw «óÔ¯¬`¦v©¼êuõ6,µsÀ©}ÃEÑu9 -^„S'¬š€üÊ56Ç0R?4ª»2±Ô=˜Ó¢æÁæ#c[‘ÿÐ…þ R;ß=ù†-`§Ö5šÍ#"¼-[WÜ» œ{Î?ã&cYeÇ T…¢~1\oaóOz°Ð2KâãäàÊ"¯{3sÂúgg6¨Í6š¥948DqÒÍ’+ž"Æ´±IÓðÆbÒÃuÕF•ÌtN)ë« ý¼û^Ëû’*—XHjU±)ôê®0~a9}<9fö×"‡'«°0³Saü`U¼3öà¬ú]½ïìrlÎE0¬#°“Ù·ôíôÔ -†k­;D<æ¾Ø pØîà¢m.4XvwÅ3 ßýBÓQ¬ý%9ðCVoÐq©ïumvpƒ˜ºô¶¾)îýÕúÍÿbŽ?œaý(h :W ¤ò w=&ÕŽ0Æ~IøKÊIóNX‰¸wSL{ÑÝÔoÍ>‰ùmìLî]Ë´y²>6€·gÚWk7¯ë¸#të•? aZ€&&Eâ±$¢¿ ÖpÖtä” >h“„«*VçÖŠ º—¨ÑÖ¢¿HcX™|%fÖŒ„'åñÙŠ•DWTšµÅœ&´LÔU1ºÐÇi…CãÅÿúÕ#Á9ðèý  RoÆN¢ỉ¡y[àÂ|ᯖ1wL½’fóÈÀ×û‡9P3%TÕԮ⻩AÈ -^pdÂZ; ¾o_Ú>`K"]Û´;(;B3ßî­€²ìª½NCƒÇ4¿rÕ}æПϒz¯2»¤ ÈIêfŒcB¡¨©,”7óׯ “¯ÄÄž„ó;€EvFp ›Ò^‘DŽ—(¢*³“T1\¡Ý)òà°ºÙ^€ó› ƒÈgPÛ7<’nS1gœ·'èÞÍe¸*@Éö#êÚ¡phÍø?^Œ7²Uß@¿cVÉ«°«˜kw€á -ígXƒ+Þvû)$ò ÅóA5ú¼ži„ÇÐxZÀð¦ö&®5,zÙjÝUYo(¡mÈIî¹Ì‘E i$š9MwŒÕ"ñ¶"cXª˜àO3¶OÆ .×? Ç„Ñ'_- ¸45•‚¥¤˜+höVþˆ[Ì5‹Ùµ^4¨æ6XŠÝϬCÂù7D‰õ„t‘"Ü© .®)·põ˜s²(”b7½H¾˜)­¬œõz®÷Ñ‚€ÀéOÊT³¨©Y[ÌZ×†ÎøY†ŸÖÖo|yyŠ3Ü8 ùgª‹Õ繪WÃS]åÿb¾¶gšÞ[ #ÛÀ^M,Ñò‡'fB¤¤æ;Y¨Ï~4‹­‰ÿ„[öèôß¡}‰ÑpˆîÀP—Ö]뼕۾TËWÎhL3[œ˜È_V­/t4ušêÃŽ:»Mßf•´­84˜:e\nðÅy0ô7'ùQíõ|œ{v­¶€Çd[{ß@øËË;`\Cu¯F;Ô^Ä»º¸Â…šÉ±ä½Ôð›ó -¯!$=›Íz´Ä×^65•Tõæà¤i­=é!Ü8y3\„tð¡  ‹6íÇQözÝ›õ¢IbÖ+ánFlkÅJ3Òµ¨ÂŸÅèU¯^"c”!ªÚ#©Õ‡gó\°¹{´ô…¥çrÆ…žœÔ·?¸e·‡šØ!q/ý`äÂÇ>¥<›šPC d¹ñìÏ›! áÖíÖ5 óá9lÕ]¦ë‹g{Þ(yN}ÜÄ£);A1›€|·s© aƒGä!Ì釣ÛyçÔgèúVÀÌy*ë·R+BE ^¨ÎHÉZ^DÓh&£ší€ïª/+y—4Ç›±fˆîƒ W|˜DÀŸÛz™E%wŒË!—]É3e+cFDu‰aIÅÜ·“>¥±—TH ¼®>„­ÛÚ‚AËÆmwá€X -µ£aƒÄ“ÎÖ§ôÆ{ Kxq;× „v•5boTMäŸ;„Op°æÙÊŒ'PB›¹¯&žë{Õ’XÙŒšó¸¨QðÖsºx~²:« Hdš¿Hâ8#ƒ™û¤±ÿuˆNéÌHbŠØ7ë™$ ÌD¦‘ì¡™]iüöxwÚ‹ù¼ºØù‹LÓ‡~&sð¡-»³ü¬†ôtãÅšÔoó(ñ]ÝÕoPu0q!ÁÉËÌbã·Çs]«‹!à¾Öú $Ë2 öá¦|Ã]è 0mÒILÇ¢94)R}_Uq†Å~×*£„PŒíìî…Ä:?yˆ)C¿÷ƒdÙ hYt]:+¡ ¦L œ£³¹9É÷ÊìnÚZg…у-£™~Ù^²|Ê$1ʧ¹~?ǯ88´ƒöç{n&Úœ>Ö«~ëá}j}ú J+Re#PæÓO…ãóÑbÁìfE¸È+Z6>R¯½x¬ïuìZýÉÕ•ïa.ò´óRhÔ™ä^7®†´UQù1XˆÏü7eO¸S@f1,~‡‡z™¦ÛL¶.Ö•@ÍéF»êT}ˆƒt -މW[ÁHìäåjÑ4ãô!¼5ƒ3»Ü9ÊÈÎ;•ϵzßÝjbÌõÎJÓål¦¿ ÚLWï+NQÞ*øºn£"èß’h@ô¡ËôpÉxrŸ‡O5Nº.ì9P‘Ùɶ†HÍL×K6ð&ûø,ÕŸÞõBFÔ`pã²JIžWAÔSíM1z*ãSÕ.[ýL¥í¦zߢbÕ.TšqBrÕQ8÷^³)‹I6‡”±PÊ m(Ÿ×ghöÛD6Z“§[·™³øÅŒ¤IŽÖ¤œÇb ý¥ ö)?‚„·(Ú$<–Òn(ÛÕ¹à{«×ø¼©(Ø ½OnéþØ<Ä×"ñ´|aë.y—!ðöª_ËÀö¹ó“ÿÎ>6b™­‚Sb]¹z+eìGÇ*ÆDØáŽ ‡I6Þa‹Â«ÄÌé ë¨ïôú¾Ã®8r¼§e:@â¹Cðœ›mή&¬GÍ×§[èùu¦¯ctúì"ßH7­¸­5ª¡/¼tÛ ¦( E ø«Â9¢P¼WïmTçg®ó‚¯k i§7àñ ©z_ÓÂG´¾»NëX”ëYƒ/¾Ð¾V¬P©…iq×ûx®ë¢°®É cwÊû€´ŒöTo•Ü+žªð¥—¯—8F3k NŠòeÁ0ÀY8Í­.ilKÒõ䜪ƒU½„ŸÅYÊ]_^¼9ôj¡ÔO -]‰ÒÐPQò^löhë®ûU -3=ü}†F?Jwò‰R^wŽó DcÅ4FØ"J+¬$1æ–Ëòõӈ†P|8þ^¸ììÏÇåÆ>QE“oÀÓÕõP]úšêÙЕ6¹Z~¼®8„uDÄ^…CÊøÀ<Ý€s$Ÿ1öÅ®-àæ‡´±®MM(ŠcËö*ÞÄâC¸Ãñ3ƒ{Ynð¸´ÿÇ»Õ#ô$[v"7€e£«À­®®{޶¹¤*äB„G7ã|¸Ž¤Òƒ°/rC Ré&šc¨S¾¾#<"U ý¶†‚¸¦tŠ¿ÈâëÎøY~<ü<µQ©1¯|ׇÛèÎÞ(‘h<‚NU¶7‡{q -âyHD[<8¤Ž•êî”sò¨ïßvm ™ìÞ èGSÈ@Œƒ½,½ÜMöx©x}âçN_õL¢jR9”ÂÐÉ,ë·~½õ´ }î[²GD5 IŽ[ËTzz¿)C8º)¾à*,1hý†jµ{¬{rè÷j91À¯h‹X)ÖlSâam>lHO(f`šC£Ä˜ÄmTòC fŠ|¦†ž²R—Ë>paQ1í ª0HJÛžÄýö½¬ˆÃ¤>lùäë#—|hèÏçúÅäEEÍ[O¿¶‰Ìˆ)ÿs‚…̘†züuœ!L§Ú)g0ŽþÓ@âÛ‚>×õîÉ¥Ö­àV‚#CçS/Žã‡*Ë!Ê¿S¶ÑnOæ[3N'â Á$ªN;½Î(ëd’}ØÓ@õû@Íl|Ñ´Ö50•‚P‰B¼5ïü!Þî´õåCå½R?x‘ÿ¼íÛÐÿ ¢šÕ æöÙ[V½ÕæÁPº”i“’VÎúšè/U?[•rå+K§]UXU€*Q•¡Ž¥g´?ãwß]J­s•%ཷ°€¥Ww3&èg–Ε]´ ùf`œÑ§ówõ¯ò©òXeµJXñ—žB—aJEÇÂÊèÌ^©¯Ò³¨ »Pݳèâz2¸²kƒÑ‰ÓGã™ðºM¤Q¿q”¯-ºpÜ´l)ßäV•]í.óϘož^MKV<1ÜÑx‡Ã,¡ÖTëv"Üý7 ÝØÿøŸ?}ÍN¿Tcâ˜ð]ÖÞ1ÒhGMŠ®Å3AVçAÜx¼¥GÏ ¶5ÏpãRCxl—W …R[뇦YñU„Õ—ô " Sƒr#ç¹ëÍÞxºÈ€йD=ßmÆ\×­(»+KhˆnHfKðRW\÷šÏNÜk ðA -e]Hb‹ Çåðà¦M¹qªX.ªk6£XŠÓAÏu¶w¬Ø¾`JEôž.is%Ç8H¨2´Nå-ÜÁ.Pt3÷æ‰1m‚"}y= •ÎKwýlgï—Á¤¬\9VÊâ#Y°•IA¶I˱ s}}¦§ÙlžíÁѽì™^¿8 -$ŽW†~| -“±¼'‡­sÌö¬Çå,_fá5jfØ—°4]騉}x× d‚©(Âüº±§bÆ;‚ý¦Ý,@ì hƒâÆøVq„˜/» ¢]ò´†tÖ³ŠŽ}¶Ã‡0±ž ] Â÷{]A©eR/Éò{=J²&6Z¬îÊ<¥Y Æ9”9wÅ‚œ ÇOB ‡Kžìþ¬¯0ãbDTáŒSdÂ5º¡¬Þän´{z^¨óÞ¨HFleÅ66¶V¶šÏ=|(ϰŠ.S3[„ *°<(:Fk›h…+P•º 5èߣFÀP»Ø)ÂHB²Dé Úvÿ½w§öýħüëŸOÛþާ¯ï¿~ÿþxÿõøê¿ÿòýsû‚§×¯Ï¿~“Ÿöô_~~~¼¾âSŸŸ¿½¾ÏvU‰©ó—/úòòxÿåû_ÿª`IN z›þOo—ïŸß¿<[û¿AÏÿáço/_º¾|¼¾<~^`»h±ÿö‹Þ:ù<ãä“Oß¾|ö•>úùý¯Ïå§HcçO<=þüõçÇÛãËçÇïŸÐçä*æ?ôôõùç—ï?~þåëâ._æôµ>çåûçÿ?~­w_ôóã÷ç×Çû×W¾¤CGçsŸ¾y¼=¿>þ—øññó8Úsâ5iûw ÷}÷ñËïòý_¿üÿñÒ3} cìù=½~ÿÍãËãÏÏÇ×_Ÿß¿þjz®Ãsæ+¾ï··çÿÏ×þþxýø|{¼ÿúIùšŒË?õ{_žÿ€ÏýwEƒË°óñ~¯ì’ÖùégF … æ§Ã¿*"p ¾EŸ(öð%tUþd½%«Óiú_7Â#œ0Â#\¡§ìÜÿ—[°pk¼Fà–i×°"õä}4ÏtÜÚlm,¶5hk¦¯SàÖ°µAlm[ÆÖFak£±µ1ØÚXlkþnƒ‰­ `kƒØÚ¶6Œ­ÂÞ¸ý³3 Ikà­½FÏL·…|ðœw+ªøÖÒ‹A®w«f¿¢ñƵTÆìn_tC߯W¤9Tj cW^„}-àæÒÅü»ý¥ý±×ÔÙñÝxåó+#ÁD~þ,ñ­l•?V(öv#»(„‡ØÉ¦ÌâI÷T››ZúÈn÷‘±¹czáÂß¶ j=$qËv×m[¯1Ö6¹ÆX¿Øä†× -R=¦Iuc¨·]žä…=¶CAÉš‘zg²é’j(ñd. f½´ö‘\)¿¤žœ>¨zbd'«Tï(•ˆÔ69pAˆ\dOUC/Œí†pJ/¥†mr‹±½€ßö¾@³ßä#{Þ;å³2Mõ¡¾ÉFöµí"Â~B4Ð÷H2«0 É ½1²/ð±à9w÷߯i¹µor¹ÛÖ¦ò;©»£;•äD¿fÝ÷µß7¹Ûl#@–:%]F -Cb|Œúë}óôõ`ÛÚŘVRÞ'µ¥°]£sç~,ýß¾¥ŽX©·>¦›® /±Qå>huÔÍR:”Óý.¨q —!è±ïˆ‘ºSÈǾŒ‘4sÑn`Ð)P¤Ä*]H¹Ãr -W|›µ 2ß¼¼8ðÚðUî+#¢Þ\•'%à™ í5ƒájù°ÅЈøÐÿšÈÆau -#¢+1\Åq~À0ÎÉ'òF 6M9°?I;\†àŠIð鸭7£“ÇÐÄ ×%06jf©Ô9ü(ê|Ø#ÝŒ+ÂÊ ÁkO~Ó ™hÆz—è6ï2Ü”;ùn'^Q«¥´FÊÎ Ø k% ÄJó¡¥IM–öòA×£Á„›UîïX–Ѱ,ªœSC–(^|ÿºtdÒ^ÿª!E„$ ´ö ® -µHkŠOdˆB‚`‚}üþK⎳‚mÚs )ú“‘SÇv!fª§ÖMÖ*Í´ãuÚž¦²œãÔ{™9 Æ24”Ÿ•®Ôâ÷D±"YfóU|C2ì1M¥næiíÆ8B±çƒÁél°—ªnXZ"•tI5|XLË©K›JðÖ6w31ˆt4a²–—3Û†‚Bã—°GÊ,ñ±&iˆ§h‹$‚-vÄ5ºk£Vd¹‹Ø3yôºY"iuÚ䨤~ ¥J'ÏéÆw¨ÀÞ°×:ßÞ \áIŒ[€²!NcÄÛ©)wTDŒ67 -#‹ãáZ1a»D.ŽHêù•ùÚo¢ÛÝËèSÙÅ7k¢nq¤Öt˜|>,/~ÓÄuØÆô:¬!x‚â‚FËðy…T\ŽÊ> Dc'{¸à\W­±\¢ÙÔ£zò“g ü?ctpÏQoäê%¹f¿c黫Ih÷Ï9Õ”üËE8˜öíêULVÙ¨omz$õ±¦Tˆ+µo[ÆUVÏãv¥cµZÉ\Õz™fåÔ—œß#Ôá˜=Ý]½ïjÛ!i\çêå‚+ -%¸²Ä‹K¢«Wâ—C(#ê¬À‘,Ø'0가ȫþïm?G£uû´‹u:üt‡Të¦ho¸Àa¸8Ð SçKpVɸÂÒ®Òä@ÄÜgB_øj‰þù ŸŠ€»®·Ëâ°€”ã-êªó\…Ê 'Ù¡Ž¤[Kª¼ƒ„£B]ÃUCôl[ÂÚW­¡â²WàýQ&¦ËØ<å=áAWQø ®OËdY}ªú“ªM¡Ôi7^ãéˆf§ŽfR -ºâpÔa°n ;=]Ìô ¢æúpÉ}£GµU'lÈfŽä^oq-–0ŒŠ]+S¼>„O ëu»6*ôŸÐ«2rzî0o}iL[íEQ08ÆÍ¼ deagº‰ÕÅì""Þ’J=sƒ—»”æ -s²GŠ;°àø¦j,øÿö ¡ç6Ö™YŸqÛjŽ'Ó]­fzLJ½3¹WõIty²5]˜W)׊im^¿®XõÄõ\»I©ó‚ °*XËÌ ¡upYs’çžÕ@æ¯Mý^¸Ë—óÿ<.iòïØ¯dW-èèZê³±Ô -sòxU‡¨zŠ£KÌéÃSˆ ޤ`ù¬Ôµ„‰Û]JŒ -Ìj.\¤Å±8’Ôâq™UoøëÑF.ÈñPܯì®).¬›ðT—З1ø¸ u„Ü[²&¿¯ƒ3‰aÅŽ²æWü½®uÍ Î -ÁŸX– -Õª=ì•Ô YPy™É›ƒƒô‘[³Ún’ÇÉ“D=¼áÒmkG­%OrQgˆºÇZ“ÅÕî‰^ګΡOGE÷Ñ)’Gæj†²bßô½³SÆvÆV Dàðâ¨à·¶zwçÑ yiEc†¾¨-YË[G ß)’ëúœùÝ–Pމ˜u<ª“©ÎŽZç´â?â-ú³o)°¦5UÃAV0ˆ:ÿ(ls¤8¹µ?8ìƒþ<£;ÚKÉ©^ÆXps_–ø»P&s ìþu}âí‹Û_)do؇}ÝX ô2.žŠ‰Âcž±pìÚYÏ–s9æÂu?tFÓs úÅg˜'§R˜gòJ;/dfz.SÊÞ¥T=›#¾P½8x_q®fî kl;œ²#nÁÕ7¾—)_öP7ÏÏ7n¿¸I2Æ“dV[Ò¥Áouh‰HOM!ÆÏ@Dk^¦ÁÕˆ@wUAëCÖðnÝBè':Žß¨Ó¸ÀÕŽ™¤·†¼PC] ƒó³xξ® œR%/Ä‚Èãl.ëjÍì)ü¡¤w-ÒÏš§áY ¶ŠÅu`ú³ÿKA9i‘Ä&‚³\£‚êö@Z—¯¾‹zæ4¶[O­TmàÈd%å(`ÞŒì .¨²fåmå¶·v Œµ˜º -íÉ\PO‚z §À -d µÍ*z°Þ«2‰D½µÁãzá|ãi=ÔVkp¡ÊH‚©8èh%ÖÚÚäá­¦Üã™ ¬Ä·HשÔËLÅ!'£¤ªwñ2f–›Ž¢UµÒ„N©Ù¯ôLµ˜[ZD'€åënÊ0= Ñ6 2”!ÂnDVÃæŒo ­é|Â.S“ÍÈ!e)™ËörìXˆvîêoãdY›+h“Ð;ø5€?t\gâŸî„UÞÁÎ{˜šÝÛϺs©¤K‹•±¸Î£õd¨qe :ûãÍú5•Q¨”!¯ËpÈJfÝð~»3«ß‘ýÝò¢ƒäA mBùÆî…§kÍ*¸>˲ÎÒ@“¬¡ám^É0ȾŒ•- cDxm]WgÝvÁ2>B2I˜Š4]ÿÊa¶cUÍìæ¨2k寵OŸ0c åɇ!]w ÇÔêyìlgÍÍ4ƒ€zÔ¹ŽZ‚— -«¬G›K݉ ¦A—þ ½­°}g9¢–ªrdVÌ_3 -ml^²‘‰t9"à¡·ðµÏ¡M®[§#eŽ’+ -£k{WÙ”ãÔ3/SA…ª¥½e!g¢i\Øó%3tlftq?jeDD—v(#°UÐåAôyVYž`N&0V¼f¸Á§³åpý0ô‹Ä±ï”Þ¼ŽÑ‘° bq.âhÐ ŽyTãÔOŒžÂ‡Õì¦Ç¾’ÿ/ˆ:ðJ£ŽéÏqÉ5"qFÍ÷a:˜l^¥¯—Á$ŠS Ø]¶]5²XkÖ1KåoÒ<¥Ò1«»½àp®Ö?Èäáª!ʪ íiÈ‘½ó³M%ÊpÛ©¯3P:DYŒf)Š@¢%á]™J‚ ]Õß–n´õüáñäÉÔô/é¬þ–w¯_%î}EÁ$ÃÕC\Á¶È -¤J º€öV»Ó߃,3ÛÛ¬¶í Á‘K¸˜Ï~áðûØCpnVòe ©¾ÙŠüŠ:«QÐ㛈丅Ýe/@g:}jõO‘õhÙ3YÙ£\"l[&• ;põÔì“®o˜íõþpk ¢;™AtNï²:ƒÑ0e‘q÷X3µ†w˜gZg…!ÛÐvQÅffCE').@¼°#δàÀ ë㮂¿Žƒ‡t‹öÀ»N$o(2Q°çš -žYÄ—ª;c2IÙyVKà[íÏ -Þnñþ*8›ØK`²Êª¥¾g’^í ÞÜì/èêï_‚ãúˆäÅÆ›bÂ7°¿Ñÿ nµ¨Ê?;‚ZËý¥êgKwºîܹj=ý  -PE±~Gw7óoNcüŽå¹sU}ï½uØ}t–ÂÒ‰“ G¸sQ× 8ItÒ¿Î!]þ‡ö„ÛìL²×W+Ä6 Ä[U¿¦i·%ž¹tM+7"míÞñ&4×Ïî ÌŒ&\‰òÄ*"÷ü«âöh/pŒð OEkŸÂ{T:á5Á€šJiˆÁÞª(E©‹¸­cõ-‰¥sÌòßÅ…p´™ÑZhÂaÑñªõênØì ] Ãï?„™ÑzÕ=nâ ìt™À×íôË}T♃ÅYƳáK‘FÍ‘n®×fÖ¹ð¨9Š–›<çqr¿ªß—(:öøšLp4ÊCç±]"( ³¬æd/©½k>OÎ1²öj¬3Ag·a ©$ÏJyñÕµ¡Þ†Ûî×ôÌ@!ÈÀxi†i¾$¼ÝÎðM}>XÞƒ,à)¹#ÂJHiZ?ïs_°Ç»ŸW5ØÃø²D ?¯ïHÐ]’Ti›©ûºK¥jWаÒ\•ùïÓBy3³"¨isóñEYz>¡U©fÇ«ìFÔA•nhÂÃ67 W¹ÒlQƒúb»Ü~Äôä}ïÙþcê#rι”pIUÞM-Î1ê~äÇ€nç¡Ì˜®u³î]ǃ¹ÊUt4¡°=õØÄänœG‚[£«üÎf1õX›î ´^ý0®Ôn@Î&ǬÈÀ“pü;¾C]÷ˆ·éèÊÝ!eÒaÕÅ´wu/Ýfôl:L43,Öyà'Zî×É%Ž¢©—Ãt×ò›WD‘8[šî+†þKâ£æ7ÞC½©²ÌÜá`]/Š\3ßw¤¼Õ ¥R—°tAW:» ÐÇ×§ö!šãÒZÑ Ñt548?Êø7Ôn."Á wÛ¡èAãw~y©ëyi¢Yf ÞãŽdÔS"pî¼Ïd‚$ïl².D£©dp– Æ«õ‰†¤ -S =*&­ …æ+ÃÕ2ß¾W>·ÅüQ½Q‚X¨{+©j×…¢uÐóv€0›t0Þv”¹QŒXˆñÒ£<÷(u^‰€ÔÞsðºûFˆžÓÊS‹¶™àEºn9h°hu±ÏÁ±#BµIïëº[!׸l*­¢;ü´ ó߬ßPßp¶OêEîœT³Çb¡9-ßätØVÕ¿!ª–R@Æì†¦Z,¶þävéBêKñžê’Ù½µñ˜bOü - ð½¨_8‚âC"ª\±n6ʲšÅý®‰‡W¼©Ëî8ÖQ O1eß~Ã3«g‹º&VŠ ¡•ÿ`œ¶e4¿ÁÀ¦œ©0{üã9èúíÒ ’3ƒeíA±³6óPBÿ×qÔ µŒ ó Q‚A«ÐÔN¤H]Ù öjvôùÓåv¢X$±Ó½ÇëM78#PŒÑÖïy¿+ºÖKüò9>‰û,š‘ÈÙtSÙzù˜ÛêÇÎhÁ¨bº)PŒŸz²ýè÷ߦ–ÏSˆÖùvw¡†½=Œ>DÀ*`Êy.ÐÕN‚ˆbM£Bw<3 -òÃé8"¨aº©”Ï,N\Á•ùawï˜Ut y‹ Ù9½ÇYĦ^Øé®êäqžzGòõ\9#×zñ®±Ü‘®WeV%x|õš“\l¥O¤+ƒTtWó;-cÖ{xÕƒö[Mµ+ÈŸÛ¥UÇ´kÚÑ×;9L.̾a,†;‘Ŧ<å²±“kdõrT-ºeÙJ72ŸÎ(«ðJÈ« ,^gÕXŠXdF™œrv‚û@ -Cí×U)1£ã¦ëVé­zÙÉx¤!K㿞 ñg6Gߔ۶¹Î#Ú‘8ÅÙ÷‹— ÆZgŸ( @¤¸×»™TÃi‚ÿ¸aŒ…¸~ヲKž×$Äù ÍóP¬iyÐǧ{¬ö o#/W’ìfƈ Xײ3`]…´×å<3±ËZÉ›YHÇËàÊgÉ3ËÛ–(O¼Y9›Y,™!‹sUþ+Šå~&¡Ï5ÿ*Þ¢ŠIϪƒ….1Zi~}¸&Åíl’ʬ&óΈfz;Põô€ç´ïö‘Z²&ƒôUHƒng¢¼ñö^À:à j÷&ÌÞ¤ÁÜ›kÖæýh¸Õ í¢˜Rúª3©ÞieÝÙl €÷¥-”i-·]W8(”À‚”ZÙ9ãÎMŠêUÞjÞ"7âçXzM’}K9@2þ - 숯¶‰ÇÑO>ï¢çî„Æ²;\AªçCèCrÁÔÀe[èÞ£$Ä$³ŽrBWÚ°ë2‹ xp0¨Û§ð†‚áx&ç‘_¶Ázz£ h™y£‚œß®_ †‚ko/€—Ù²í—ÅæO|ñax ÙƒØcyz¦ÜÃéP”O6[h¸G¯Áï],м¥šbÃûàPôìMe¿Y%UeaÕMª - ´ëº`•?‰ kâ}ÌA‡2mG&nRêH$°ó‚«jsò¦Dµ(«›â˜` ï›;è‹dM-ˆž[Tñ‘æúm1fCh)0@gGßü©qx¨Lº6‡w'p5^QõAw(½¶É²•öBª5à #}}è˜ÝIO·&¸*ð<_’® ;^ó¢hÌÕN ;ÚF¶ßÊ:\ɮʨ|Õî–/Œƒ¿hë©ë®d× ä|lw­zb88§s\‡Upªïô¶<¾¢ç03Å0Á4‚lJg;·=~»„c©Íˆª«ÚZú‰¹&±Ö¨0ŒE{¬ÈXH"·²½j¾ß,î]Õž×~;g.ÐoŠnug4ÏT.”Œ¾%©dßfV‡—¼‹ßN‡¢œŠ¼‘ct ¹žµÜ u¿®wy[×qÛ@ëÅ6$f€T÷¦ØêáQw®ÍÚ fÐX¸HÞýÛ婱5»ºƒƒsæÚ#Réa‡IÆÏF9|h…€4ù|61×Þà¾ËW²k¡R1/’E{4 AÙ¿ä&Ô»ZÖU°÷.e’$=Zv Ê‹Võ|‰ˆ<@rB/¦Û뙜³Æç²¼\KŒ<uÐ×mIõ‘䇆—B3Lè³)w Z” ÖCRÔÐËùø¬ÔëÌÛ@z:bvg¢xÀÑA®ë Š\õÍx¯_—B·Á]ëèY¥€ÿ}¬Ú™ÐÒç«s7sºò•Ärš£;#±2Ó ?¦HïCöbÄÝÞ„¬ âb,éÐï÷ùF Ã¹\/¶ªO4WQŸ"6œ¡ß» ¾Ä¤Uû€ä.Þ·#Mí‚9 o㤰ŸÜ—–êåg„ju@çÏ=3H»ÿPF¼H®xðB1wd¿ÉY?j%  …ö¥wah—yK"ÊÉ.{ËÎZýЇÆ÷åÀsxûÄ$TÔ]t„Ƶî¼ô‘æ·þw°RKÈb!veÍ€mC/TN8w;;“e¸ ,ù1†ùC–s¡†‚í+_¾á«ÃU³wïêƒ#Âi"~6ÁˆhùøSÃ~<‡¢ªª¨©ûÑ’sÒ·Q¹Ûó,[¥búàA@Ãûf¯KF‡l€Ú¼¦þmߘxÞ> 3ÀžåŽ -Û¤ÄÇÓ¥$0åWŽ~¾ÏÊÒk^˜ ãÜñµÉ -ªïæS‹|.SÙàÂÛ.eÚÕiޝ$Īõ4@"Ì€¼dÐxàdÈÞ ëp]¿ªz:V·˜3èaÓÁ±;éY 7æË·µs¼NÃN㞯ÝÉPë%v’”‰[šä¦ ®;”kjP`зœu+yŽú›ý_Y»CQŽUß¿øc-s¢¹7Ô=¼ŒjóÎ;Ù¤C€˜™[Œ?Ù“>YÄn7;Ç‚¥¬5dº,Oˆ¯æè]fÚ¶:f> -}êpëué:¶§Óúk÷%Ê£º4³ -FŽkH4#Ç+ovI–Ìù¨Œkè<:£n…†iæ3Æü£‰ä•ÚÂ"võ¶}}U[“ìÂ"lð„GÉw¥aÖ>’ÅŸÌGê9~ôíOT·ªº¤O,CÖùÐ-Bbä´x9/O9ª›ÉøŸŒ’#‡Ëpéê¤UíÖgŸôªŸìÓËõ˜¡çhߺ%sÈQ½ª5ORÃKÓ¥_”ÑÌ(Ó}Bm_X"Îùô0F±"26–!#å­®Uš'¾žlZú¬'Æ1þÔ¿0´o.…¬gbWv÷þÄÕ"SŽó°q.¥SK½i;™ Þµ_ë^ß(Ö~ŠÆ¤Ó¨ûÍÄÒsѪ֕"áÐG a‘C²:”ûã¼»~‹ô~}.Å~T -Ô¥ÏÛTz–ð°Y.e15DTPÙ£ŽüšËàùòÇ"ï>%tΛœJsœhæf4åpȹò‚wÓa/Á‹¨²j(ÍŠÉEjìû$B’XªÚzóÍÇa‹¯A w©9Ö‹¤8E]J›iJyoNWÃ<÷ÌD 2.1cB®\µÍÌÑ xà«Æã÷äÂñ’œˆªªU 8Z#zøfH±]–¼ÐK!õA¬ìÐû®\ê“·Ù§éx¹~- ²2/Î5ñÏðœfhHúíc 7ãVÖÒfçÛ„ï[QºB/2^÷¨vÕ­kV1ïBœŒ™4c¬ie|³OÑPf3È¿ó’üVj̦úHDïÅoÊ|V–2›ó0>ƒ›äÕÔ]G¡;¯}T]õ03€ô¢ùX"dR\³æ¤-¥_±ó'÷-’å—לHqMãÍ›|^”ø ÍI£ó®‚6‘è ]Ú:ðY/:M¿œ}ÊxÝ£œxçu5«æÈÅ®ÀÞû%=¼.å*„eQXËJej~5çQûŽ•ŠéBºâeTg@,„NÑÑíã_ɰŸíìºÿõ”ñZùH§¢8@›GeQsEz•GhrêK5Â<ð,jEÙr]—h^b n划íôžÌ£³ØºjÂÉÔõÜ"½`ìæ»tõ¤§(ð¶È=óÄO³½ÑØñjºÕ­Kb%Á×Ç]¢6÷¨yÎažj÷LC¾)b=àt…ã"oåÉ‘d î;çÛ½9¯Yp}Õq<Ã-3¥…x‰æn6]('3;“7þÚ@õ*Ë‘_gRÿ=/Õt$Š=`>Ð~±x¯ûp?*Ö2ëõnF\NSõv<æÝy·W¯ “5­o`¯'X4%¦’;í°g¸nø³Íþ=þz{²P ª—¦©Èó#Õîæ^õnFX£¿Ë®p#ߌV_7è¼>?%+ë¯Çy¢Ñµ¡¥ YÆæ–ác Eso¾%rÛO‚nhB‚ù¶7#󊄬W ´2‰î¥ÑòèWpe`> =çUBÁ‰•†ñר{‡i?¯W¶Y¾&hSSB q‚æXIÃ™ŠµÙyÚKW)Ùl¼±ÄüþwÄÚ‹¨ÒhÚ.®"1ÜHì05JîXé:×â>Þ²B$Eþ,CÑŒðlL^ˆ½ó#±t™¦¼»dŠû®Ñgtžðwº”BŒWUYïä‰ÞÀë0DjB†A­pÛU;3 :â Âòò‹¹l½Ù3Å0—Xóæ÷T?r¸¶ aKÃðØË&ЍãI0= í YüˆÎfdóÌ6û¬Ø슘ԅÐ<†áŠä^ÅÆš@Ò¹Îõ“§)cË¿DÃ'ˆthÂt.,Œ«®úf9Êü29냘ڋo‡9ÂEzŠÓš¸wÞŒŒ—݈ª§¤Rb“0âÝtF!AE¶#5oé=ñ K+£ï"X£™'õ‹÷’ Ú!H ÔË>…ÕÀÞ-C[V­×Iø^_¼×ÂÞo×4(ûÒÖ2ØI‹p¼,O¢šº=茾¾(0>Å{ÉãåuÁúeÄïtWá`Bk¢UÝÎñÍCÙ–vÝb`SmiÂûðb3»fSnÀ ·t×2]ë-q@ÝB#ÞhU!#†Øõ@¸Õ™.åsµËj©†b¸ŸÎ‰xÒMëuØOyh“uÚ€i#0Ðþ%ú•Ýé‘5Ý¥ÇCìХьŒæŽ‡îW8TþeÌŠÃà(¶yo–š6^ídT7ô4'´øšéî`e}}ÒE÷êÕÄ‚õð¸."\.5 x,99šî`)De€øÕžÛöÌlµ,S@¾‹!µÉÉðý˜L]ÞÞº•ÌnZ¡zÆw/z‰¤®ô •GÔ…£lÊo^òxã -‹¼3 ŽÅñ…‚2.ähºŽBqf}ùìÏ3}ÊÕ½ Úøóm‡¹ú•Jæ£ |V„£9²tÌ4’48;^§$Ÿu÷¼ðú‘l«1øŠ‚¡Í“ŽFÁåpÊ,±~äc&¾yà„±¤a—9&$8º»Z¾ô>­‘úÎòPw¼ÂWUTF¤/ÊI•« O㬘 á¹@ið¦ÞÔ¾×zTt mŽ9~$Áëh -ìÄ[º>f²Üu>ç)6œPoNɨ±Ÿ34v”ð:\ŸTYµ‹wÑ-®.²{[.w¨Ï¬›‘O'lq£p=iû-slжÔî¡P ô8ÄÚÃô»5¾Óì œí‰†5M©=ņU6O#:<ñ{íˆeg2^ý¨jºÔú¼X-8ÓSÖ¬›>m¸^Yzi¸KÐ,¬C[“4çeŒnkަF|TT§µ0v¾Œ7Õ¶eåÃÙ8ñõ´L†;’›äq»‹M¡W/<ª]uN…;l5Ϋ÷˜¶Yd²1 Èn‘p‹Éí»t}2¸‡ˆ##”=ÊOO›X発»ªñð*5æ±&¨À\-ì´á®ˆ4AôñŠ=‰ªk^CŸ­cÈõ8ÖÍ4TзÅnd¹ÃcÆ—lrÃ×wÖ1ÙïàGxûuaçØ7‡{cž• ò -eÚîjÍ%NÌÂ6€ð‘á¬ì½^ã5bj§"îÈ ..טíê! --AApÚw›Qb’»,ʘzç‡ö©ndz²:ÝÞm–½b‚Á@¨S`·ÔÎ4ÄÌ…;9p!Æ+â윩[ƒHbÅí)9¹ÖK×Owà¡.Ä]H¬¢>ϸì—E¿WÊ« ¦“Y…Ñ&uå¡áÌ”nùЏëŽ<3ÕDÇX[ïD–îh‘Iæ>3å›Uܺ馓÷FWMpõå$â÷©'k^vi–Ó)Ô|S¬-ÒmœG«»D½‹œˆË 4e͇»©žèƒ†‹1n%¿pi$¸jÃ!1™ÛaWZ+P·2 =d×ÄPmçÄÔ0^«ºØ¹¹_ðnE:—½Ç‹Ôd¢Á•¤Zy¦i¦#éÓ½*}7b”ŽyȦã‰pCôúRÀu''™‘2…œۣ凬C nÖšæX ä!_ì×ì8™çUû:æÙo?‰Î„óZ¢½tÃqÕä³qù#-²ø:‘µŸÕͯؖˆð? ¸ó^àëŽð®MH¶Ô"=wËÐLåì­I¾Ç{‘å¢C—ÜivA½ð»âVšýR7Ùc= pï|§àj‹áÈŽ8®`3¸Œª o|ºÍÈ‘Z<ö«`¢îÔq-:óíE\¤ÕüÆ4ÔÉ^ÚY¶ûg96P)›=z/íàÞÒþ|¦&1ARÕ -êÏ\‚Hû³L9‘ÏQ½Ðî¦jÿN¢ëDÂp¼æ ÊªäXÀî Ùm\ÄÊ8ãšÃ' ý¼Ðž-m½\‚»K£Ÿ+?ÊöÝX”Iµ Æb#¹d -ýk¨*aò-cŽ|´ÀC -œñ³)»ÔëÕs"ü!Û”P1å¨(73¸ð¶TVk fÞ¶•7Wf=14uW±Á;æ ³·;Õ Ód›3$Z¨ÇºóßÓ½ `O·Ùø<Ã-Š@c¼Ö‹¨vݾڗÈm²ˆ“¾sMÕk±f¾º+˜Š¸Ak%Â2^ÔjX[pîCyÜ[-¤®Gæv›ô:eè™HÚ_±•ÂÎÈÀüË*‡åÆiìWÌDíI”Õø9è¾c½gÁé†Õ–»ù}Œ¸…ªw`ÁuÒ¢LzŽ Á}çØúç–7[ÞÝ+ š«[GrJÜ(æ$r¢9^£G5Ó­ØþíBÁYÙ‚m¬=õ^¾jÁ’+6À,aÌÌX6ÖSlšÏvÄ#™¦©^Û{YlGàª\Ô+˜ÞRM™]Í{¨®7Œ×¸Å™v«,6Zä½@{ÄQžÁzOÒµcïÛÁ"Mj ³99_ßKŠyî±¢T=$hÓ Õ§5,EË8Óx.$1° -ã”:¿²6$³ -ôØŒÍÃì#ƒÌs«º·XÊïÎNy­ ´7´4°wdðyþNžÎ}í£; ½`£lFÁ?šRÒâ@·ûzåSRV ÊD8L*¢ãÁ¾ÛK¿! -¯u#ª=ã©ÕtíŽék¾=á;í@HÚ]sgLŒë¸e²cÒ£Ñä¾pg¢©J/* €ˆ'I¹¹£Fûu -}•qFmsÜ™üÒï7YÔÄÅVUôf„Eï³u¦‹–‹±¦¤e×ÎI®YÐ 1\KÃ=¯ý"g±ÉÜ“-l#äœ4lÙä³J&ôÈ"ZÌ^!:4Xúž‚g²ž‰Êk­FM‘,À6†~_ò‚Ú˜,·Ó*ÙN7¢%Mtpê D6\‡|n¥Ç“‹s’ñ|}úßL'Q« èJV×Ùl ÇÌj€»}Üú]‰*+çÚa ÎÖDbZx>¢s¹M÷PÕy!‡pðR²·8±jÑKoð6ÚRÓˆ«z(­e£NRz.O’T §4Gdbõ4x£ßTUy o>ÃA®8¬;’%ê# ²Õnñ×+³­[Áú»'Ý^ÀàšYS\7rq&äˆpý= eWImæm®´8­Ý î}Sõ…jW¾U Ç¨üŠ'±Ä::øÊ¹ÓÓÞ‰RÓ±s&ºÄ_±§–”Ï$ƒYš -€©ùi¶5ëb¥è5ì~º8’R[:Ñ(Ó5˜(v ƒ^Åz4`‰'¾>ÙŒ?Å\ð¨VbŒ\׬dfÅ NÃc-Q­»|ÆãH6p`€_MQl&órf%±F €ZGRê˜ËˆGŠx3'Ö÷#ÛêZØ iøa0Ì<3íÇ(NÝcv#rºd…¼VzɣʲŒþv55ÏÅ¿À¿yÉŽ#˜6㫦´V‹æ(ÔOår¤i`‡K ë8›#¢=.l(†D|ãÕêNgðü±"È !ë–›%‹Úßo0Ô]= ·Áå»3‘&QÆ›»kÓ$ðù)ì -ÓÎÞušèäö#-î+žHa]I"IÂeD[¢ýiy¥©žq:ý_š;n‘ ¾àó9AŸõW0Û^O’¡ÿŒ¯FšMlb·Æ&E¿Ë¥¹xsg±}±ça»6$I«ŒÁ÷v%-NëN ×$"‡ÑÂCÖ*±ëÍÑ9ø¦&Ï!ä\TQ’£}¡€°ŸÅ_Ïx%4Ó /‰ÝQ±ä|kØÇJgÝ•Oö†vÏ-K×B^ ‹ŽÔvF·#Ñ^!ðÀBF'™hÑE×õê1Íy;"ͤ‘O®¤X °…}š¨b½ *±½ÝE/¶#@"h5¨>±Ë¤€¦3ÂÉ {mLq“v&ßì£È+£J|ùåuܱF0±ßA¡ÝÞ$ Á#ãÁÆ”ÃHP¶$F7 ¦ªXÃ8-á^2J2ãr‘r“„äÍšf))Åx2hú™)©9\¯Ê²gΈ7¥a¬hö;=§`9Vë"0§F£·ÏóN£õ¦¶$°Õ´+>E˜Ó9@<è¼ÍleS¿ÄÅ0A;ˆbl‹b¯—ì¸M‡ Ê=¥`$U}.©©¼¢ ÊÒ Öt‡yRÞÈbÎù Ì;‹?„Ë“ù!IÓæÐ€ -Ú’¤»Ž>rI&è›L/g£ÕJÌ%‰‰ç(ÄxéQôÎ(—Úø¤ôи´ÊÛ-(‚’4sGžQ?<Å7äÔ°ÐRå{>{o¬. 7z®Å’efӃᥤ ÌkàxyåTÒ(áŒ5¹^0•×+0Œg”ͧ.¯4¥‚HÆf•ŸÞÝckª«Ž ’yP3ns"3eóªbÆEQy³ŠmÙ¨DÆ×$G?~”gʽ´ØNîžq:ïÕNÜÆ1tQò:½É©l®ä:0oÛbMÖeò5$ï¢DS -Io×WºIxÛÔ•Ðàäá|S§çf\Á–ÉgE(­-€IüÛÞB¿sQÝÚ¨îl#×)<¸Uø{¯vkm¤é[º6öÃב<ªßÌ&”,8ø⃘Hbu®¶¸è0Êœv&#¸2HPMÇØVjD瀦óö$¢P?£|S²ªä¬oÂ<•¹Ïy:‹«`½1_¨,O„ïbk×±ý,Òw²Ò Üöyȵ8p~fð3žÙ’Z³Èµ–¼ Å l+E?#RæžÊmÕîXÈj'n -(ܼÈEª€yF[¿ZM´8k„35U@ÎÕ\l[ÙyÒŒjT´_f_ûp·õ¶VYFºÈEÊšëJ/aRNôð• * !²#°xYñÄM.– vl^®Ø_ÊeÏ4J›«eÛê`ð<÷ö'¦gM|®DÔ®ApÛìÜE{Ú[?¦¢Ä.°mE´ÈSšƒ¸Î=àçûÓ@qC`J0Ö¤€À!==6ìIŽ'Ÿ€µ”ƒÂ®p¸Šzòˆp|S: -wÜõztÝ Õ FµÝ·x¾ÕP¯pu#šF}r”¹¨çäcÂ*îBã!Нñ&Tì -»à¸#‡z˜žÁÖ'rÑèÐ&“,*CÈsî}D<³0çMÞZÉx’µT#-d~þkØ]¾­ž[«å,tSóu¼õC y]CÍ Ï•Éx­'¡Ú× ¤up'öÒ‚­È]¶¬ãÒ$`e7/Ç-I6ù^÷ÿ§ÿÿ@Õ¬EÈ0·¯ˆ¯UÕ„ž _`¸.Äþºdh­¿3š ¶lìÞ¿ªeËëÔÝ–•󇣠ŠP©"TË{OÃ ÏØŽ®.TçÞ¹Ê"13¸ð1t†ˆO'|9 :'n甊¶¢è$É‹ rTwçnÝÙ†”曤­ÝçÏwÖb Áj{{“HïôÍþ—7Á`¨ô†DQ¼É´©ªFÈÎݛѤ»¦©ë¾ì}Ó1d×±SÎ錂v%Â|5ªäêš>ŒUÕè] ×6< €-ã×Ö­/Š´TÉŠi*Ú“’Ò¬¶ð+N‡Œ}ËÉ¥¯î鿬q'Å+a&.r,˺¹/h‘PËs»,YÓò×%Æ®Û*WåƒH¶\‚&¦á‡p5Á·Š¥N‡)^«‘™.0XYpâV—øS âurêºdŠ¦ê—¯üÖè -uºE&‚ÝföÐåEÑÀ2%a]6W×X™·Õõ=5L|£Èsú¤X¨÷s­ãîÅñ1"ùš]Qw´VÏgꊜHç‰ÈÞY¼0{4¶jd#èzF3`½½G‘¶D¦žð«k¦3 ³%1ï8úϪ,C‰°îc'Ah+ë&`ÅlN¢ì48e4‹œœ,%UÚç]%•'b¥Ñ³È5ŽË Y\Ù*“ß÷à q] ¼m³Át‰ñVuæ¯p&ÞGÃÓ"EÃJôÉÇÍí ö¨rgÅïç JÒ3îŠl·ÚÔläÆMôPXî±ïw…ã±íõÚs0³O -SÅd¦2Éö*جw㫺c*)ÆÎ³&-z1Ä­Õ -G¶ -)W+5W]±0ÜùÕɨIMÖÒlZ-d±I^)µH œæj%Vv&±¸1Æè샽Oä¤ÌZ]å¹d¡ÉÖ]±›A¹k¢hZ‚»¸Qã¦ØJñt±®r“òP.ܾ¯²Ö ®º¬:AÊ0«ñ€¼S z¿*h›_il]R»s0ßtDÓÄ~¸ÙI(ªÑúF§ë¡hZj×´§Æ#¥O9ûàP'Ûœ šCwÌfâxœ”™d=MA—q°EBˆÞ®vz¢Ÿ†–·1\ñÔ`F/Ê„Thôæ3ìÂÓ…‚û9m pK«@.‰¢iiMt²GHà.3J‘ýækWÞŠ‡S›ðb<õã Ea ÈÊ/†´ºJ@ÁBN!9HnÜ;ˆxÞ#Ë+Iy( å‰Éþœ‘ØwåSÖ2Alá‚?Ítœé~N¡°áŽcÚíº 7åù©ä; -ü éäο¹ûÿtkH¾ìÓý÷?=ýãË/xúúþöùúöxûüùeÿíÇ·÷ÇPü”§?Þ¿>~¢ïóô_ŸÏüýøÈÇûÇ?~ú:Õµ).þñ_^oß_?ÿ®HŸÅ)å~ÁÓŸ—×ç·/Ï¿\/ÐÄÿõÏ¿<^¾´¿¼ÿñòø?4q¥ÞüŸž|AuО}øé——²ûúüñúù,@¤ -û‰ÿñW?þöùíñçãËÇûÏÇ·¯tò›ù_Ÿ¿½¼¾ÿ|þþõá¸mŸzÇ/)IŸðòúü—Çç üŒoŸÏ<Þ¾~c“}B|âÓ_>ÿñxHŸüýñm^óŒø¦½½7æñ_ß¿;ßå/y¼ØG'ÉÉþÐÓ¯}|yüíãñõóùíë7÷Âe|ÑOýúãÏç‡è >þxÿøóñö¹ }AÆ~¸½<ÿ>ó^¹¥mBÏýB|^¥WFa­rŠòÕÑß«+8ë“zaF -ëSMñJ™ñÇò#’õ.Y¦¡¼ºûp8îÃñ¸§ã>œsÚGöªweÄb÷ÌÚòö $â¢öÌ ÀÎÆí]yk¼?S`g£ÐÙ:DgCèlFgcÐÙXt5ÿ´Dg£ÐÙîÏð%ös=»BwÃèn4ºƒîÆ¢³qøÇ<ðÅs¥a™10Ò¿.Êúy~¾Âs^O¯.¤çâØXéñ2øGHû£ý©ët=ˆ®‡Ðõ0º‹5ø1_þØ{ér,:òNk¾À.G¡Ët9ˆ.‡Ðå0º.Ǡ˱èpþ™‰ûô…‘Ç\iª8[±rì²ù¢©GócæA"«l—òèqGS†¤jÊQjP¡RogA| ¼’SkÓqT$–kêÖ†#£`êB†dö!ëq }qe¨ŠE)Xlš•jk¤ÏÀ•I!jY'cÕbáøÎôóæ{14JæÙ¼Ñ*‚¯ -v N¬¢_2Ưõ¢}!´›aêó.…W/‘BmÖ2,Éó'DY"ñ ʲ¥ËƒN¡Â܆0áŠ'ÒB=Š;²Ìþ«XKNQ\‰D"-ߎxW¬Â°A†ÅÖÅÅçPݳŽ]@´¢Uú\–Égø #Tjx1‡ãˆtˆ` }²[­¨Õ–¢<“+V¨¸)Þ8(ºœ¨LQ“06FëHsf>É?5¼PlJŠF¦™é7÷>Õ -ëVÙ;â^ÍåKuZ´1¨uÚ±âÑmg€+»Í¦,ûȸÉÖr*º•ÉÚYªxã‹Q–™óšÍ¢ZuÂ.aÜÍfT¸›Ã ?­­s.ŠƒÕ°c¸aU:0´ÑRñ+uÖ릫æj˜£|]O[½ -ÎGŠÿKŒ„õ¡ùðºô5 §é¦¹­¬XmãéÃ-®E¦»¢FÀdÅjÈs)‡´Z¼*+¦_¥i– åÄ{ 2®ú°©*¿µ¤éÖm]åì|Tà±ß+FuSÒ³ éñW(±uQï‰Û°7XeqYÝr &—Ñ‘OøÑkùaxuZ7"g›é>l÷R庙Xv§·[™¯,¬lZĸÉAl¬F¿ÙIVìM‚혱Ԝ͇ð܈ÚZÇ;¹Þ´ê7”MÎP#¡äô9[‘WÙ³æ_¤Ësì4u.Ø3ÔÜ2³]û#N¢ùÜÏk †H§¢3QUSòƒú°²Xkë–o¸F¶•Âëy²jÕ‹èÓ«CÞ·ʽ *½Æ%U³¸á*DÛœ! vƧ瀠+i†ˆ’¦SÂâ9Þ,+Õª.†À>L$}v¸°šH‡WØ™ëû0¼¢š…‹êÓ¬Ö ¸¹!|r¼9ÃuÑÅ:eñäàè:œ>k¢5ë º.´ŽÂ<­ìJ< ±îéׇÎU›WÂgªŠxQéyߪád XXõVôš†'+Õšs>†¯nƪ|»‘êÊk¤ã¾F–ú¥^Y…ÖR>˜ª†ì¶b»ì8B `U#³RWr ^90—)¬ýfH§×Þ(>> iÑg»p¬$£»2eä Kl¨Õ½R.ÒÚ¨¼°8ë‚è‚’‚ØUO › .¢ö$ÃÇDÐ}Øä&nr'®éì‘M5žÉªØQŸ9ᵠ«œ)Qû,íIkV-ÛÎ?‡,:%Ûy]4ggs̪2qQ8XM1˜©=SŸ$”jþ„ušDd]G!eÉFêìøZm@ìjIE”[U£hu=’Ïò®°xÿ+íƌÙlŠ%¡y^ŒÈQ©|™5TÝ¡ý?ÅwUÊôäµ£a«ÅꦚÒ÷–3²Ÿ)€«ˆ<’k cÕ=×âŸÏïßרü¯Ô]Í}j»¹yÓæÚå# (kD%`Cft,Z$7dü_Îëë†y˜ºvC˜ÝâIyc¡²­T9HÙK™H¥åfaDéæC -²ó°R©›qÇtÙQuO$=Ýgk¢ó¬ðZSÓ!γ,AQ+ÿ$36 Ê%1TwÄ}aî0žx{*5¥ -{ŽZH¨rääãô‰ÖöÊaNQËz=‹fðóz±¥RÓŽ¶å[M-c£«.xP.ê4XMwÀ(1ÕM¢AÓL*`4*ãPeÎÝœÂJ&wÏüÇà‰ñMiÕC•êq:°è/vì8A!ùÃô•®\p_‘iS˜qþ>qyÅBÀXÍ!Í8¨|VêóQb±¤óÏ…{ -&póK|êóñýóùžfUä5úŸGøÄÏ_ß|~{€¾{9Ôßÿè=žøñöú >íéãñþñÇãþË5y¼<]8dæË¦5{!²jÌtNT0Q|‡§œòþ-jÎɸl¬»L’l€ó€¼{xœ7àÓ`ÔÄU‹mìná틦Ѭê FrÛb¹®-;/H³ß«DÆ´n\‹¦U{ u„€K“ˆTXåI¡*!4K@éeˆ ë\–ã<†GϬ«ˆ‹䵸ÎCRKÜÆ"Ø$³œvOÇܶÍÂbWl#ÜQ•—=LJÚÙƒÚPç¶×3¯Å€«Sp™‚c£v8‡ÐƒÎlgÝ\¾¹<-ÚÉôt‹Hxø¦\Ž«]YÖé5¹FÄün³Ï!¬™©'.ªÇJÓ¹ŽJX‚²îâ>ª˜·¾ÔI$r8"³¥"N}nœ6ÇÛ¨áÛ2('—ßT¥áz…¾ œPÞåÕÓTcÕ¾›äœb‚‹LeòhjëX+k˳ŸùèÚcú\A]ô à ­ç5s7æ‹<ÉÄÍ]‘ñϘ¡-Í:Û¸d”ˆ÷úožS7=ÜÙåiI#&àDZxVöíÇ« PVW~™’çÆáÝœá_oiCœ…¼-‚Þ@ZFÇÕ c3O5“ϱ·§ªíÄah$yÑÐe¥ Ò¸ã™.50í…Ìi›Õ‰­Œ7Þeÿ -ŒrWGRJõÓc’޽+æ%Æ^ŽsÙ–mÉ`z£ÜŸðyö³0aºœq9¡õubþVöh›Ÿò.Y×=¢¨;_ŒøöÁ= óûøïß_?_>¾|»hÿWeä”*1žªÓ˜ø!@&ÆLÚ‘p4ÈZDZÐÏëí¡/ZÞ™úIRQW©²ùñ)“e(øV)ý¿{6ikde VQaQ!‡4 Û?¿´cLYØ\ãw*i<'QÚ7ÌŽ*ˆÂ—:F…ÜèæMGÜ݆)‹­ôƒÔ´ˆ‡h< duò‹FÓzdpŽ­dG;\»‚ di0°fåB$<÷ä¸È¤^ÿ"ߟXtʦz1¼“"Ë91Kתi«$æÐsÒR7e)ZS‚HWži—F¬oY° è5mf20×{CË¢:ÝVŒ©·)’%¶ ¡ÿI!4ƒ"y¡/ÿ´©æ)d¾û“"é3šˆ¥ûû^€`¿Ó«G¤—i=0bP+òyÂ*I+þ&V>//ض ÁmØ©¼)ø¦ŠV.Z±Hco²ý0!Ö¬‡†Êˆ÷õèR꣸ ß{(ª ï¨jÇPÀ€˜ë‘C¦7·”‘ÒUM °Þæ°*ÃöØDÃc#Lùb«¼ ’"ÄÀâCËÛ&mYZ0EÆz{‹ÒËtD¦¤,dîe®z.+ècT9äúªk£zv=µ±Ènú`6ÃÛˆàhä*„ð«Ò”áa;‰ý1˜…R˜Ûš¡ê¶ Ìk¨…ÛV„­³söΠ쓦ÆXcýºW=®{¹úQ¯°U“ã¢î*ýoŒ -¶ k¤Læ¢Kùü/Wĉ)SÞðž­E¡[’Å -Jyܶ¥+…‰¿šŠdÝWåT‘¾ÅÈ*v3¤¬kµMÃö_ybÚ‘y»¬F•˜ªvåt?$ÆÂœÔ6 Kå]oÁR%ªH —ÖQp bH ßkF«E53‰ÏÆ2[¯­‰“îh’ø¸;Çs{ˆ5Ãd=.ª½Æ `^z£­kgÔv2×­cqgiŠª+ˆC­àO -ÑÅè÷räªlm&`³Ëë`…rh×P^ß“²›,ÙhŸXµ ¢¸ž T ­ …òèÈzqcûÄ=†Ñõ%'•ÁáÏvU™zŸ«2ë¾òU9ÊImú¯}²,ˆj—•笱©·‘Äîô_»¥qfûà‚±€‘ç‘T*Ä fœ$­Ûƒjsç8ø¸È™Éʶ}ß^£fáªÒiã©*dû*Iа‹’®ë%í±N±±å- ì=c.Í<^ÆÕfÓ¹Mˆ¨¥˜ÏÀÅn/äf)Rh¨:Ú"ú`p›« x±LGžrYù0ÞÂn]ÀY)á@ëÙIá+ëQF×XÉ -NF™zeÅhW -š2£Ò–pîÏÂ$6rÛš„•7§aH;÷Ö=DٻɖfVd@Âöu)r´fÙ\Óã‹9µ¦‘XLÂ'µ™È0 ‡ú—Üb“rpL§$f¬éŸÈ¥‰¬¨d=AqzáÍâÈHÑ¢UûKOÃжœÓeœÝ>åȹαÁvM&.)äDe'E-zNU.50ÑüS² ¡W7+‘–2I{ïA¬äjâʦ˜d°¨é„#ÚØòr$À–ÑÔ·QŠû=êÓnö68‡2)ët ‹-Ä'›˜}*{M°/TÞŸ6–ž1®x—“Z›Î±°qÄÑÛEå4Ó+±þ¬ hƒ&Ù‡Zý]T+zé£àŰaJPN÷ǃ¨šŠ•+°ž†¡–¶›…€°O5½Û†aí&;¢ÉM JÌQtËåÆ"ë¤àÙJ¿Ã“PX’^4ŽKÃÈ7AôàsC©JfqÕ¥‚¸µûÙú¨.ïŠ[/Ñ´=;¸Ø› ÒàiŒå²ÒaJð(ÖP,MIX¸Nj3¯üwb†œIàíƒM‰>øj++¬þî™äVU¤14÷Y?wR—ìì0©”ä=¤ân h^/=q^Ï™øÒÎ?m,Íb¬x¨­‡ÔÉO6'eU6øÙ\#9Añ8 5aCl.u]0v9ŒòMPrrd«Êˆ+Þ~Ñó"sS–¹ÛÅbÝùI°mïÕ£ -2¬ÞTŠÄØñ˜×b—6º~%=×À(VtZƒ»`´ì•[nH<˜CÙ½ejÊ1ÂÒ¯;Û5² û¼oÆ g'±/1ž×W.öŒ©©•pä}òæìÏsߟ8¤ Q_Šlˆ.ÚŽNá0\KǪB…jÁ"‡ÁIó8M4¼¥¹:stñŽ+hÃkÕãJÌ-î–”Êl`¸? Îï‘átµ‡nõ÷·VÔ¿o Q…³È]·ã õW8~|€âp¼@ká¶¡\”Dak}ÈQ˜ÓuWü5÷~Ä4EY ãè JdÕ¸Âñމĸ{ù‘‡åå»Y+¶¢™\·€kw&)¢y ¼ 30¦»"‘% /ò:2LTûQX(b‰œ^ìîÂ2[øÎÉ7÷³êHÌÇפ.a´žÄ®ÍÈ¢g=F—©»çNæl…k¶Ð|Œ{¯ûêKà^ú‰·ãÆ‹¾ïFÂS/&®LTíÖ¢îv“ÖÉu¨”ÖŒ'Î$y­ÚéVd7KòŠâ‚ -f±íLÖ=ÀV+éf+[b]c÷"ø4é»Îg¥F×Àó!é^ûõ·j¬zË¥ûýÈÜT4—mÂF>¾¾|M -ûDé¯=Û‹˜ŸïHt™i¶hK¡;ú®j¦[âe¤ÅÕßÛ¢*_Ý£LÂ}}Qó­Æ/öégãÚ\+ËlVÛ .PIˆß•á1–^äïaÁP"j`~xVù;rô”AO–b䛇®Z¢D+\VŸÔ¡`ÕéuÏ,C<Õø“UM¹§†J)¯q=¾º”ãKWq‚œ)œõ(¯þÁ˜·o’ZaB ÍHá½IÊ2kðŠ/¾ç~Û× ÙC^5:ó«æÅßåÀô[Y[œkÆ”î´ #‹ÌȾ)UFNgJС°íS m[½È¯ÁûÝ,9@T\¬¾T´°rûÁ¤¦öÁØ-üÐ5é¶bˆßvq乨ˆ#Ñè2YºûÆeEyà §}ïÔ«œr#êvg5éX8°ûñɰ¸Î$»çæí›Þk1¨^GC©¢FDíF$÷ëM)êÐ`b¬Ÿír›®f'ävP9ÐVàSdDLF€ƒJÝ3,”yÃ| ~Ź ø”ÏÇÀ¯7j¼Ys†ºïa Â&Þ.â‹fCYÉãÏ)nðz/½né>)4õ§êT¶ÑæI†{WÑXQÝÓE­Ë‡m¹°og5cײnšé3u)7*=É\2j5ÚI¸¾ÒñÎ?EëhGa©Šž†e+>‘­+ÍãÜñX–Ñ#?ô7Š0z?jC³ëSRŽ×”Ú¤¹aºº|™›Rþ™1÷al‘ˆ5ƒ(ðÅ;ª8£ízí.„†2¨JG¿Qɸ~Ü Šë0¶à 9ÍÄ X‚Æ6abǰWq…ê{–ÅÉ™óò>”aá¸ËF3q+Î܈ydõ4·€ù˜“„HÜdèŒLÍÀ#ÿÖÒí;!X.+äNlÊ眨ûî…/£²¶²ŠÙw žß¨e²-—ðf0[ôWž+mË4;Yu'æ³àäù1uÄ)ºJfPOš[6SÜ€%èÉÉCí¹ Ž+¢ÈFÛNÇL|›mÖà=aì`úŒCÿA(ËyúdÍxŽøêy&eíWwýî\µƒ1ßà;>kjŒÇ£,ÒO -î^—ùعãN— {\j烷N½Lšlça —’K$Saâ÷0¼ÃæÐ#¢2ꩈ £4L¸3f¥…e^æîwæÊ‰_AcÊÂV”›JÁ‹ô’ÇÎvF¼~È©¸Yz×3búMkêg%^âÙ õÃÂØljŒª÷'Qâ›u0,µŒ¯ËyÐÙŒz9qŠÇÒN#3fŠ*Qoyìᇦ"±¾Š-u)Œ¸Xk -¡>Ë i_L“y›A7઴:³†×Šp7×IºüÒäu¬;ØÈiR ¥‡@0 ˆ‚‰š(hðR¼Ö÷*£ÝcÖ!ø(”js’Z7›¥Kaá -DZ¹9^Œb”vˆŒå£¼¥ÎÖÂPÓy[çcµ ³únŒji¡$ÎEaeÁ«ùH+FJÀ»šû®ã6eü ºÊB_*èû« Êš"nµ÷+TN»åJfF|Œ«ç=ü\ݽ"e—oNÅs3LxÂ7a䃗¤ZíܶҮq{Õ` QNÅå„IÍ9Ì×w\ÈT^¬_½óIJõ¸¾ÆÖØJ‘ÏàV,Ýbb½pÚ¿²g_ŠÌo$=ž84Föàºý¯Y¦ŽýØ‹[èLé›+'b|ƒ·Cɬ!{!ìí “¼êªÚràþXÞ§ˆ>4n¤ÌI¦´œlø¬Ãô«Û–ÈŽ9ÖõÁÉo§¼oÌ{*DÒ ¯« -@áØ7U¯ûчșPÐ(:¿F²¯µ ‘Lë]s" ¦sÓ¨g”¤c®š+K¶ˆcuóÂÚ‡ØH*¡è¡ä|ß«‡ë£Þ»*êËçô–Ök å']zBÃ3~°‘Ӣ̅äØX‘å@ÈɨEÓA=Ç„Æêàêõ&/±Ñu@y—ƒíì¹FÖ£±ª¼=1K=R¾»ºúK± Uu|ÛZ})>é‚*gz6×ÂÖ}ˆ9|ÅÎ&€(ímIÁP¹AYwWI­jû§õð†ÌžG!¼p³æR·-)’åõ;m$ö\Ÿ×..uï\ˆ¦¾]aRˆÃ fÚ‚ÿû±~ÄœE•Uc*Mmh<ȌદÁ é0±Ëˆ± ¯R1‘¢†®À+™ñ›V% œl¦ÞnŒ©jb‹Åíĸ¤R…kÐ… [0«^Ä\¡ËÞ‹j±’ôU‰wšÍÃzÑpHÝèêd®×²Úûm.*Ÿ 6r"%ºÐîÕÓö.pЭ[§eöÆo}Å<'ˆ‹:î¡fýщ^«yë.ÅØÕN]0·rPš[s(b öe}lejâ«u¾—]×›f+ñ'±‡§ÅIÁÍ—6µ ÚBÊpœ.{'f«FÎ -ºßi"i­¿”O‘¿Ü•«lIæ2ÎêŸå;D±’á‚,zÁY½l4‰Èj<#…|v ·u|¬£‘hƒòA˃_žwN;éSçš»ÞQOmhõ…î˧Æ^Åši¿ô—–ÔybÁwmÔföQg6khºê‘Çâ»¶öu™Ž¢‡îÈ­+œ1õJ`Š‚•¹3•pƒÄ·;g\ãA×X»$Ó6Éñu1žÉö)¦K3,¤Ê,`c ±Ö°QÓãY‚ö0¥qÀµãíÉEw-|¤ÔkŸ²Œ&„3qöî^uoÔ3WÓ¥€LyKVF¡Èo’ó››(Î[2þp"ÿ·ï«y‘³¢ ¾ªÒ -R—¬‰¾Â²Ðˆ–L6y±¹ ¸&]àZIõâB–RwFµ?Vƒ£Fxc@呇tì¬[_éº=±ñ6¸„Jýl0œöTykŽ®Q ÚG•&é%Ñ›‡š+¼Wµê”UõÑW¦nŠÚVvyvÀô’•Å‘U~ -§¶X^kk3ùü¹(¿ê¬çXÁ*5l‘û›‘¦Aï=ÖèÝ£+»„þ 5GÝHøÎs¾Hãò±Æê2î»Æv![Q†k…­™€èýŽk½£X‚ÛëIãyHS¼äf;½0,ÂU—6zÚƒ1³)yYÛ–m…­{Æoú´ô8å\-ÞåÇÃo3K&-i8œž® ÿ ƒ±È…"ƒœàKó(lJºYsîTŒU±{•QÜ•zû}äÖÎz¨5¥Ï?¦¸q@÷=šqòšå¯géîcžr:Þ“ÑDhpÉ -²û-µ@‹]Üœ4žiZ~Ó^XÄ­Ô{ žk*8P¼ ->ézšî}óÏŒ:¯bß4/Áµ¨>Ìf–xoïØ@›ì^s¾±8_O,CÉqN¶±á¡®«7gFV£õ…9²6ÃT*ÞÇ¡`t¬Æ,œ{zÄó{ö—Cùxï–%¯Ú(7i°Þ«ç¤÷ tqå™°@3Ë…Ó¹$&ë´¸¶ÒÖ„¨ ]ÑØxùìòBR’tr(ˆAxqM>V¯×sµ^Ä|CÏ©'Ñ8Àd‹â{PT`¡¬•àwªª–üЊà¡#ËŠ—©H=½_dV6ùs86ú+¨MMäžCˤ÷qÁìÏßæG¶Y8µw½ÓÚ~îg_E´Np’¾íBà}ý]C±ªuÃG¨*½ûåÓ‡"¦Ñeóz ¨ÈîY ÄŠVÜݬc 8ùy!eùœÿ‡‹Ëˆ&ª?Bó'mBÎg Ñ¼O!òjåR5ô•”é2þNTµDY8ŸÙÅ$1›n¤ÄX—Ó'›Y1ƒyÁÇK£8c®«ºš…œÜËJM6óÚû^ÍÛ7ç“aÈœe¼¯GÕT÷!Ôå x½¶`Á7Nì¦Ã6úúÍ€‘QŠKPýÔ´¼‘¤ûÒ I$CxݶÕ*’”YAÍKÎÊ=ÖŠ9|WF¬ÕSv›FMNèiÁ`úº}DáëÚ•äŒÉ#[77~m%°rÅÙ]×·ÎA^Üœ³›ŸôýúÆäýO±Ž)'"N'TD¿Så»^Mp/|É$ ¶ |$Ý×#+úiÕô‰B«Ã[%@ëxéÅqqYº$ÛM|ÞŒ»KÂsßNÄ\¡` Žš5Ú…h\ðz_ _vÕ6„ޱz”lþ(ðælº$šù¿Aµ·« a|²/Èïì[ƒµ²©é¶ß‰0üïL8^dYñ™oà?ö¬ÂÜ)©WérFÞ‹ÌF™6ôƒT˜ùÍ‚K«ú]ɯ]fë²Ýˆ17ƒP–GmI2 œ6CÍËeõf0ÿçëµóøº…+[t›aZ=­Û‡ ;E¤Á4yœÀT÷,B¶Uã¾ÅZÚ‰H©tßZ»ØTŽœ¢Ðˆ¿ÔnxOÝÏ#üä¢ÎªK1Ÿ‡²£Ï¨üêjä†Rެ¾aë‘ÂreZ¥ÄJ…Tã½ö1kym#‡M½9Àô瘅^¾Ù¶,#‰Až¸ÍþÏ÷ëÝ”˜/;8ñý?Tm–xŠÞ+û­êÂfÖÙâ¨ý#íG¶‚Æ$Ê·½®×瀅KYµU eO_—4<6´Z-¾%­Gƒ0 }ͼö 1¾ŠB'¢.4¢³ìR³­8ýH]÷zæôºWû·:ïy°B¨)B¥}|êQµ7j2’LµÐ¥ðª½ÉYí%ÈmæB"js -9'=%!zO3â‘æ&Hý݈^R…3ꇙl§®gdï)ZíC굜uá¢ëÅÃÏ羘÷‚Ai}•ÍyOúÃŤ¯™XF YtYÙºà•æ˜¾ö´3«µ°€ŸD‹åtùȵ½ ùIwÄcŽbc¼¼F’êÇåšhX´+z'¡¸0mD\‘÷%rž*50ü†lñì‚7ð ]€0tkÚl†+X¹± 5>¼?å £S8óêSc†ºd½*R‘çЮ9‘À{QNi|]‹"ìðg€$>„¹SçÀV–ª,Cd²Ú‰Ð¼_ìÌhªçç?*˜MÔõa›Éº90™ç-â±þ"6c¤ªëY¡k[B%èzæjv»`G–§ÓV€qír:3&§zuÄÜÜØ­ühêUÑnaï‚F3F•Óº‡1·¯QŒHlŽÚ™}7]Ó´£8ø*{é_bj±“ZBHO`ÿ-ê¾ÙÞ¨ -"ExÙ”ΟetÝKÆ©˜ÇwUã0¶3 -}üua)s'ùZ•† Šg QÃE°‡¼%ªÑ–SYH¨ìži.Ám`wê^N­U/€F–¿Ãä1žªéÞ¬CUÀ÷1¹ YïxS/‡!W…!$ÀÞ@à®[|¦Ÿš‘Yñã4×2Kù0”ÖÝY•*€ßR—…(Ûî|À§\èRÛæŒ-ÆA-âpö+§Ôz‚+]‡Bz[±¼)Åß}χ1t)žhqÄ]´Ñg¦‘ü-Dú(ÿc9Ïå„ è.wòïô)æªÝ£è)¾AèúÇ»õUèeңǨ=»^m°-¹7‰»°Ê¼†Dzfvï÷ Q|:»Ýq×dÛ•æ5óéîmÐ_ãxÊ99³îS( Ì -Ó0ÊiûˆgèìQºlKyaáB}„N%WtÒ~5ƒÀîû䢼PÕdÚÛFyÙäc|uƒð¢DæyЧØ÷/Æ=pÚ€qy -¤ö+ jɲp{—¹‘aa'y¤z„æLcåNÙ³†Ü$¸¬k©7Œ×Ük·-ÔíU¶¦Z -bÿ"ºü$øˆÙv-ˆåH±ç˜5Ze`¶¢[»m‹rÆæŽ'j°£P+±^œ °”ÿæÑñQBÕ¾òꪎ$7£>QžÌ·¬¹ â\('O#H;[ÄÞ›?›×9Ò6 sÒ~FÜw{¼… ÊÆÕã3à¼"ÄŸ˜É|HHgž±»·ª©¡­¢ )Iå­íà,óP Û+ycVÜšÒ“”„™lYïn}Â2¡˜ˆ×CovpŒ•œ“îË^&a×n*sÑåšvYù¬\€ ïSü…Ÿð—wíBÌ -LÝÃùø¢2û÷£rgj||È•ùY½àE\óö1ïH9°4ñFz%L³Åkä¶k]¤ÄAGâ®Þ2W8 -ôŽº\ZÑÏ©1·˜ê„^‚4oAγ0ºj4B ^:Ш-íÈj™S±t‚öQ+|ÃÕU¯&öº^nmТϹ«ø‘ yå;yX: ÖPWqö¶ ¾ ½Z?ðÌì¼›¡KÄ!òèìp¯uû-;,[¥~Aà -G÷alôÇÆ¥0彑—ZŠë’x„£”Aòè·Úw*ÆSíPÂIŸŽ¢ñ[3\^”÷$oÐñÆè#„²žñ[@/aÞR‰Ì£jRÅÄ‚†'¿™!Ú¶r*.Ë ù¹”„ý9‡ùú¯ ˜‹…;³pkþdÁ«ìˆ¬·ÚXo+ý½ŽÔêñ“À«ÖŒaÝó*'Ä`aDòµ9“”Ù[ZEÂËšœq\Vtm«+9AøŽu½£é võÑ&–è|¥aõÒ••¥xþNÕ OÞVìÀo¨¸XM’ăD›ªYšw³]3\Uá2,Е鶆Îgf{ÞŒ, Д³Ó8}>ÖŠœÜÄž.Ç`’1ž„N¬Äb<ojtóDî[…½(ÀohsÖoI…“OQ$ÞS±rOvÓ[¹®42k* šf&ÝPç™õçnˆdœfRõ±¿®ZúDü•uïbÞ†Ú%pN]â„¢ '(ïVºj â¶Z„¡Yõiï•´^ŽR$}Ü".7ͰÚ`¾¯ì̻ɷ8„í\Ù‡#´‘ÿ^’iTؘö ÓµýÀÛèyÛ>„±­‘ [è¥À?C®ØS‚Wš7J%{O¾t‡t,­Õ‡œ«<æ,8M5Ê5ÉßjÀônÕ?& _Ïñf «2zâ¼à›âf¯B'RÝÁÕ½ˆSki¡/FÛÍ`P‡óοzëws~•ó3xµÞ"š±'qæžwÍ£|àìÉxÓo¹Êûmƒ5.&r°>¹}*k³#«Æ -£oÝ‘Z(u$ÙvÁ1¸] ÎM­e¶B"Æ®†­ƒ¹›kq"Ÿ7Ôxž2ÈÝeÚ‘Æõ†>IVÉhéJ?ÙÚøŸ -¾ã•H¥ÁÄG6G%y–°øŒ &/Ϊ1N(5¼"Upˆ2¹ýõ§Á\”FêHsiç(©9/H½vc"te kx‚] žÒ“5Ðä8½4»52­‡Âˆ0N£a(¿"õ; òZ¡ó)vm˜d4&Ò, Ôï~k¼{¾Òw/í¼£´y-.ÚÒ „"!¼I«ubi†[iïÑ@4z½hÞó{\/¹ÉUñ(Oñ…†ÁY…ñz+:RQ¥’ö¿Üª2ªˆ¶kt½£¿;™z_yÊ+q|®Mdgl×Ýu¯«¼;ÇPæ+Л'“Ä ùE³TB¯çê>ÌÏ7$lôŠm’h}÷»¨ -襛<Ý«ÕNµ z%Üý}Õ¿E¤®kð‰e7¸-®àøa,‘Z¾Ž]ÍxnM2¯™éq9Î?o/"'?1Ô†²¬Ì’‹+ØF›¥Ý¾è¡òÃ9á’-¤)«ÓЏhÚŸY¢Çé§ÑYÖ%°MÕé(Ñy+ŸÅ®Ø}cpjë§ÈxÉÓL&±îRŒ[>++ÕªÅZÞÒ…tÒ1Ú•EÂêéŸqj¾×ã2çÚΰtU׉uË{PÄWʈ»¢*5ç7õãf‰œ{{cT›ŠaWÅ#5Ù†=±õûÞGw¨çjÁýr}ߎ­©ûŠEê -˜pýNf©³³„jY I7WÑ¥‹¤óÒš4:o†S•ÅÓ]Rü”fÕ‰ÓuǪ ’ÄÉ´v~Ibm6òA® NÝÂQèFb÷‹‘¨¦¶Ú9!r!ÅG¡€£rcç°Yž5-KI4cg•”™å1­Â©d¾â#ƪv”S5*—$ÎLjüG$N€ì^FÔË-žj²ƒ{'y~ÜÆÛøÈE^—Il‚þËíMz-ù Û•»ï”jk: SÝDÏ­H·´g‘oÝ«˜úz)ܲ+$7[œMr«·æÔœ°œÊCY¦ûÐŽúý&˜Zð«j»EKWÀB«.Ͻ}»²¬4ã±¾Ô2ü'DBÉ`ðMN›+‡b¿– N>B­pOЯsÝœ”Ý`몱ïŽ=éelzÎx×'îcâë{˪u¦g›MëÒ„í´›Qì($Êÿ4¡{+ob<Õ`Uªf^#uq8-qØ'ÞÚ‰*“`¡A]®Pš¶KaŒ…äÂVÇ4YÄäÚž¨O±-{QäãÛ›Cirþ{Þ©C~7¯$ðo0OJL”¦o˜U> GSè`ï™É6™íøXpÙÎÅ¿uFk£õLòø¸i£LO,AÅϰ Q¿êÂx3.o¶¹|yÀÆœ/ã+lUn)~bÁûë%ixî©{•Éö^ÎŽz­AÍ÷¦ýad¯…¥¨*œ¾v¥Ç¼.ò’ -j‹¡õžßY]¤@ñŒ/9Ù‰Ç&k"/©ŸÖÈ‚•“ïÔ‚vÿÅ£Tóyv*¥ïò *çK™S-҃Å §J±ºîžÙ½êœ4»Á[â?^ u®èHŒ;t‘ù:Z3&S<ÙõÇÏ""{×dêŠiÀ±QŠèÉ‘|3R(,ŒÈ>^ðÒ§HáõNž>ðÏÔÍØ88ÜÿamŽäU^Ga",§ŠñÑî°i0Œ˜˜nvA–ÑxÉ¿úaë%¶™WÖ µãOuþh:/s½“íxÞ¥ï‰ü#³ eÃ˔֎7UÉ£Þ£†ÿi…úÂ2ްƒºçÕf.½ŒqBï>ŽÖÀ!£òåÞ;²Þœ¯ˆ¾]Q\CDÐæïÉþšã˜­nmÂ$”ý·{,q4Ã'ìªÇ¼{ªßƒ4nÆh{ñMÃë9÷+¦sÍk 0‘MÓ*6Þé{¯—ؾÔû7‹ü‘œ“{–œÏL!¿,ØJm3éGrcÚÆ@xhWk c|—wdëÎÅ_i%`œ;—žÅxCYô…©,›,›<1ýöÚç¡£\åI×ËÌ<‘i[Ò{£MÉV|Ù¢*;ocÚÞWâ.¨¸ÈçîfŒ cìØ†ÚžÅøBu’rF뫊*¿¢Éžtýè2sÌBW6½J>ÝrHY‘ˆ(%T&x”]|dá1¨”åÈ PÕÓ…™@6ã~EN×â‘ç_ˆÉ¤ïpÛÂ!r Æ!èNº,FÃÜ·0‹“qÎv,Ír€Ä2x#£!LMÆ}‰‹ÄÄÐcÓÿ –X–F©@ä…®îêO™RÉv|‹9wË{¸‹=êlûý/óó,31ÂXýÑÌ"é£õ2Añmç13\æDQHšª[?ô«qд£zscËH‡{L ‰1|¼éqhIdäq’£‚MFêŒ6o‰}ד+ö•'¾]š'±æ*¨~åi’U¬ -ÔHajÝŠ%äI[w‡ ÖW¦ì¬Ëfâ’º·÷%³ãØbînƒˆªUW€õ -Ñ¿*mµÈl<š±Ü[ˆíX¦ -Û‡é–zoT¶µÏY:ÝWckßš”S¢lÉÓ¸x¥»i}Œ]œFTEõE=Œ|³¹°6–Ñm¬ª±ŠÁýpDéIÝǘŽ<'>Ä8Q‹jÝ*½û¼ÜÝE ö͘NXQî—©äß:1Kb³»•‡÷oúªAŒWfcg;±ØÒ dÚ2nLab~öÕáv¡ìø—0C•Ld„ò €†S²_‘ÔxRÊâÑé]t\Êl;þ2RW­Ý^® ʯUN®9Cþi†@NŒŽ…,g¯ ´9–æ*…Œx#hbnÅÖ)L³@ïUj‹†í#!êɉX¨úzÊšÝÖÓ­XZmŒmZ*W¡""üº%2õ6ïúÕ΂œOQá±W=µE‰ æªÍàÔ”^nZ„9ÕlyY[Ê3˜tí^ö¦ÎšÉWX’ïÿÊ{þýÏÞNÆyùý·¿_~ýø1—ëÛãyœçï?ÿ?Þ>ž¯¿üöýü¸_|ÒåÛÛõxþ÷}¯ËïÇ÷ãK>üþöþ×·ß^Ì·˜tÅâÓ^nçãÇýùÿWöUÀé«\¾Ÿ·ûñx9>ÿä~=¡ÿÕÏçí¥òåíÛíü°]úâ0¯oûš×¶}YáýþÐåóí½[xßûýyÈ‹ 7˜÷“.×ããvûyü¸¾æïèÞë¥úõúã/·ûñçùdÙ§|œ?oçãúµo= û…ût~?¾oܳ_ÏŒ‡ÒàÿQ—/(ýáçÏôz×û·ûóþ£ýªJÉ|ÿåõíÇÿ¯ï÷íåÏóÖ!ÑÿöŸòíþé|9ÿ÷~^ŸÇãúF¼ }Õû_ÿú~¼QŸÿóüööþý|<§Bß`èùqÙ{•¯åÃÿ䞬—3ˆ“Ò²N2YznjVkieu±¾‡Û{ȦYâo™5—Ý »wå‡P¥ a†ø–ž¬ -UXc]h(ϟ邨~šŸ¾æ]ùM, ë|¢ýª•$%î}÷£µuÁnêÐf¿ ð ¥óf341ì £úÞm¿0WPÊ -FŸRbÝ AÅ¥6ÔGޱFÕ ’­0‰OW*Š-]¹á¹}`ذ“ƒÍªf -+S7JP™ÑŽËrw%!ƒU5®oŸX¿GqÁRk.Þ{_ë¬A^„}¬X4¹#„$‚© -zKüò‡šØ•Q˜Ë ÷‰âµ¯©ÚqÒ\ÔÑ–ÝâG¥©|“‘³mZf>G©úA-Z&¹ÎœU¦’~æÂ‚ÇñZ3VzÏnj·€:pùG´‚“ |¼÷S˜­vkLÄJ-.WêJì ß[ û9¥nØÎ¯ÐĆ÷®£·WÒƒ‘âœá¤¡šQLÞ|¾ªpøÌì¡Âlí*³™"ÐDàr̶·ìæ®4ƤR˜(ÛCgÞ-õAÅû:h¢Kó=É«:FbçPGÝQ˜<¾§4iÄ^ìÝn˜s#g»ÛðñI Zìs̰GÆÖF‰«§WÇ‚õÍ]½g7QÒXBf@Õ°ŸU»XúÇ?‰0¡¦?f³"lÙ¯A¶têZ‰Äi’„ÔÊh†j€cͰe´87½Zƒ56ëõ$µ¥Î^ÓbâXºdžñÕØ LÅK -ÇBa„ž GuV38:+è“D濌Ä]ò%±'I ëÞXFê¬5¢xL# ²÷&dÊ"NrÄ+FÊÕ˜¬Ô"…ÍîöÖ{vSéÓ)T/zG¿ÅnƒCkíOoÙËHªg´è={”®Ñ€Kß:»ÓX7IÂGbŒ×¾^DirL%?Iª¤$S5VÚéØy§¡saZ9â '¹Ätq€®îðÜÒò 4Èå¼í¬ÍD>%M+¥3-•²À3ßñah OjÒ3Y°úØ f›z¥³—<м°ÊXxs-7{—ÍoÑPÛUc6,U -ÄɬÀY9ܱÕ}/Xo•°^K.¡Îp*ºÉ!P#·Çœ, FpAªuzÉ*Jx*¹@]j9Áq»Rt΂Л'•² ÖĂܞ4ѳº<Ä ×ÃÃFkU rSµ«¢‘ÒtÏ$¤ Ä‘V¥QCjò ŸH®t©ÛuvÆ -yL»Í†G7ɶôå †Ú¶<:gN1t#òò\éB=å[èÀ¸*´GóÒsyZ&yÅÞâ¬p¬”±G¬;l&„žÍ˜¸z· Ô`Ý$"í¶È’RÃÆ§Ñ„¯þ¤ %¹›ÉPWÔ…¨êh¥{*y”m²°pt0Çmè!®[Æ%Qç%±\c±>¶x!ùZ[ˆ¶Šph7‡Noåz¢†–ýg7µEÙ”«¼F)înfø£œñÚíi.·ü&ž¾}T’:ã•&E˜j³ÒÝš¤û¡®¹(ÕÜ[ª0æ´ g2éºÎpà>hnPa‹t†î?+å¾õĹ9ÃFnS·ge{èôc„·8rç+¬ú—{º4[T ÙªÄ@‹ä+=÷é¢I™ï\ε¯72£Ñr?Û ý›‰KË̺ÊÕžV§²B­´`‰AH/W™¤Õ”^tZ¨,DN÷4¨Ì$ï‚rÿ$‹¶ÀµrGûËjïØ} r#_g,͈‹QôMœmPg%53êÐGˆdx³Ú ÌËæ¶}£sDûz'X.ýg7¹ò‰fË@ácã;²5*(ØGš€Ü´A]ôb¸ÔY4&gÛÓòQ%J™I.VRg83*·Ášî®öª7•pëèÛ·T€#N†êJó*GÛ«8I0%¯}B]¸:zç)v¶ ¶“4É!um¯U¦‚^¦Ì¡‹Ëc öÉEI"w—æi5‰´44¸ÈÚù•¼•žW¹jv(„$»ÔÁ - rÛÈ ±X[χBÇ©øÅ¯ô'9²éÉcÑáìK'ÚB - -Ym P¯c& €»¡­Ï ²dò` ±}ÌÁnl¤…µòá&aqYct>ÉMkÏ¢h†ý)ÿ5 @ÇYH¡ŽÈP“F˜…kŸ(ëv÷3L !3ØV˜h6á54æŒèøÿ ±Ÿ3Ÿè؇\Õ ØÄ(RdÒÖlAŒç“”MÑœñÂWÙÄ®Í\3K‚²C¦c0m—а"C,L{5sÍ|`6d1Ü”no}†PGÒPÄÍ\Ó;ÊšQ„%°þ -¥’PÈ™£5V kò>\QYõ¾¦jjÍ%sçž̵鸷´lÇ.€*5µ¥>£Œ«X†ÞHL÷|4 :vµw?=@éijz0çÓu!º’5pù˜Á¶Âlݰò" HœVd;,Û]vâ”éøY1þXC¤ ÄyÀ¹¦?ÇÔ ä%(xŽ„ €¯¥Ž¿{ùÍÛ˜œš2Æð¬ÁmÌ&bÝ Gîå/oƒrFâ·ÊxÔr'Ú…IBRãÓû}ºô X¸J.€ž-µÂlý°{vÇþ´>È)õE ¥VGû«Ç•ϽˑRº[Ðz«Ùñ>©#u^’ËŸ¬ÀbÉ×Ú|7ÃFÒ[x£F¬ôŸÝäö'5ðL¼§ôZ®á: -úøAŠyüQ¯Î# {·š@ŽŠîo€äÍfûID±'Áƒ•7šoÀÖ|’$¬”g—mÆrä~‹ A­ÃÔ uVfÀ¶þYÓXÿIÆÕDö’!jÛ–ÆH·…ýè#ã¥k‡r‘ƒ¦Â"D½ -·^É9¬En1À®OÒde“:M,aW‘Þ´4š$rúãB4ލ:!PÐYñ‰=ÊÀs%¨%-# -—”pˆº ôº -‹¦x¿o=É NäG¶"+:‚M7EøHLpåÆ=a³ñ&ØBÛ÷¤3؆ë#8Rc©$ÑZo b‡yª ço‘õÉMÈ£¸ÅXcA%˜VB“XŒ$3›©û¯Z½ÎªP4€Î»5A v™7œÊ€1äã%p¤%O"‚ù”ÕD–6]§«&=A¼÷“ô`$UƒiCvïøÇ_ðŠFÍÊ.&±„šùt¨Õ^l¦ÅÁ–èø…ÚþÒÔÊgª,ëë» Ã.!uþDÇ¡N8÷E+Ï¢[Kæ²NxËôêHW{ƒ:p©9*³Pêôø$o65V÷b¶Ö&=FË=ÔÖד;Î˨ΠƱ,Ýžú¿Þ˜‚âÞÎʲêlB<3½F=©ZµÑúâ'1’ìþì -ö¡ì%ZŒA'Q¦d½³ýÅ.#©!=`6ˆàŠcbi(:À»MFR5§È=ÎÇQàNöké1hçßéq‘S(föŽõ%’¦wó£3-hEDqõû@U¡§ÛOÈ:È4|ŠÝ’¹N*¬°òû°Çëö:àuªoü3Ð!ö8%ì£K—Áò:þØþ¼ºQc²úÊiY„ûŸ;æ]0¡t^’s¼qØæâ™dt–Ðô1_•“ÚÖÙ]霚@Ètç{rbÂto îåÄ–——âp:oƒC²’Ú»#Ã,ºJHV£+¬Ö]tbRèžÕ”²Ûk?îG‹¾®&öÃw\r£hÆoaxu's¤ÓÜ“`"cû&^ë’¡°’JWw 9¡“Ðlˆ™/[{ŠD¾G'Û(]27f¶…&Þ×E¡ÎMª»Æè]W,ú¬lVèÒd‡J!“d^Â`™@£Ž6çeO_=#g0Ë“b}‹Rz÷„ªMä-«jXr¶× î-.Õ(ÀõNl­ôŸÝT‰Ëb6£ö]G®iPØÜÔe,V¸ [çf ÓK÷uù'”.Þ­”13ûÄäµ8ôÏ×dÞÞzÏnª»–ë?³ÈÞ¾Fêµ/Wz½ª±W1—胊è8ÁìlNGû…ê«TÍ‘¦DSNÃXÇ ‡›ä!ΤÆn†z°Øi™q×§TÚ4ÐòbDÎK¡ñöø:àá#¨;fx]Ô¯–ªùÙŽλ£;¨•&ÏÝf³†™iŽ|ýÈñ\ì.páP˜Z+jç5L¯g*†žX%h‡U_­›þ*£dˤQ_¤8P·_PσÑÄ.ÿx"Ée#9ϸ¬íL“dQ87ï´i9xC ç}FWLMÀ‹™hÑØ•lÕ áòÎÌyØÌR¦ØsàÂQ“L3Ú#2ÞõŒ™Ð½Ÿgéþîã\b-¡1~–¢ÑÁ,²CÎ`ö~¨\4Ú{`]Ôe±›’ƒ’_Ð#>§ŽÞåôh1Ãl5îÕ tVb9 FZ»?³½5x*W},cL„óþAIô„¢M†b~)´ñ³Ñ ¾< -³;å™3¤kQYºÑV%îžqJ/Èf†ö£0¶†PÓu²=ÏDœžÔveòÐXd`·Ï“Íÿ2bSÙ -ÿ¹&qU$S×{ z˜°S³¨D/½Õó.Üè:#z«"*DÔQØáRxÂÎÃD„p\ΩÕµ ‹Ü3³({ÇÙ]*P¯B:?G¹—Œ©:Å.rÀ,à@FzŒBìqÐYYׯ‹J‹r@e}§±ïœŸ¶²Â˜_¥_{¢Q¡“gâÛ5ùÕw^’­¼¨sçÑnK©ÿÿ@Å|!ÃÜf¨fUÏú³À"ºû»¬¡%þY”F§s°úeåÓ¦£¤úÐÓŠ¼e¼GvÄNB¢bÆØ}•%×O~Vväge×Èò ±£DVÕ“yÝÑ»+cÌ7}ÃLömsCQTÓa’ÛïP –?]'8q0Ï¡8 4fVYU2ŸH¶Ç¬ â·}•dÙV…ò‹iì»+à§BóqclCÑ~èl‹²|9< G¦YǤ•”Uó–ÃZÂ,Œÿ(4ßbš··(ꨬmÊ70.¢_h@µudoIŽª™ÍÈ)`®¾©ÑB+ ¡‹`!ž.KuT?©,–fˆ¬Ps*/«åúÛP[]¼¬‹J uR¨«­\»ÙTN³äÅ5jGø»xÈYªbt½:êŠÆnœ O—æL`”xt5¥Ù„[ßµªÕÓ?sÖ¿ -Âm—¾þsy±c9^öûyßöûí¶_?ß.× |WZÞ^Žëýí´ü°Ýž¶Oßqñõr}~{ó, -… ¬€}Âñï€úTÆ™Ï|ÿC2è¬æâb—„ýP(ÄX§}¹ŒÄýì¸ðßóšXTÍNˆW^ž–š#ÖaìÈ|kGóÔÚ~¦’$>?‡Sò{2Q?ý82To©¦¢â!ùàG;‚¼a¹æóÚŠGSs5ÙΚ<Þ<…cd1hW¤.+ecϘæv£vÄ(†.¿zØ °3 ´SjßÊ–P×z mÑŽâMéqæþP`/ʺ*áV·™É0¿õÔ!UI3è6‹î:X3¯2¸¨ÓõõŸ,4%""aÑ&"Ôä‰3^*.5û¶ÃóÛ,A “ð\_÷³ð—g­gYpˆÌ3³²ª:öPMæZÕÊòGªM¦&2KÚü5•Õ4i+¶ÿã|rÉo³ª„šr´Ih%ÙÔ5‘&üÁsåŽàæ±+NÛ8Û¼†Ššfë¦!G3¬ÎM¬|ëxØ%ÄYêÀ¬Q¤æAU 6ÂÂõÝgpmÀˆV²Ì`à kì¶HÍÊalÆàZ¶¿³™æÔ]oÔàúÏ@e£]`1á¦XÛ|>j𱂠-×$¨ò<‚%I ök]ݬïŽ}ëjªñÑhå†Xºb³)ÜdŠìQ„R¹;ŽŠEÏ‚1gWºQ«ný†ÍShÅ@Ü,ã âÜ›K@ý÷E}¤M7.×Õ@ ÀdƒøCPÖ7Q­2ÁàÊ*¼<µÙpË`¨‚$TÑÔyägÓÉÎòæY1 Æ8ÚŽ¶:,†ñ¨µDaØTuõDê)à¨:ætYða;qÓ£:ó pV\ÓÞžáÅ® qy#Q±å ë£ü8óÛÇy(¼ŒÙoXĉԣU¼ÄA#Ðf·°#G)Ú¡…mcmfN!w{«‡û—j¼‘V¨N„åu¸Uñ,KK ->þáhƒ›yÊ•+P4‹lû™¤µR’&?°åÂ/.âžñä­ÍìqÓÓ¸¡.æX£w´¤Ô²è¨²¼TÝ«Ž½¼r†µj¦ñh/:lWÛ* ¿lpo§VX|c{¹ªmóÛ•i£¶ÑVt<õŽ+Ó«‹ß<¹õø…i¤'‰UÔ pïB‚íÏ©‘´ª%È"OFNüþ\e™Bck`4ú%Ûa…L‡»oÓ¤ld‹7ÜøyA¨S´éHr¸a;ØfmÇ[‚¶”h;œ”V†Ö« p²Ö"©Bn) e(‘å4¨šEL¿§}¥H´6Lj BBC’·¦êѬœ°m6#eÚŸ€ä‡ÂZn’6É&Üd‹éÖ=6} -À»Û\=¨bÍS‘h„„'*ÊxæŽ8£êA„Hh»Jî¡x«| áa MvO¸‘## ÅfÿåOKOüÉSÎ ©4ÖÅ`åË"<iô lòšAÓŠëâZ×rbœâ a|_øn ›äÊ?µtSyÀšv¤‹H4aO -õÃQ kÓ‘‚,<´~ø"ÒTKDO¦§©ÌH&«ž‘O'ù‰ z•ÑYí:gê -£Òp—E¸:š ƒ52RÍö2ÁþO²Ñ–lrs3g³NÕ"„"î‡uŽãä¦cõíªYØç>*1W—ÑÝOIJb¼.92*º¡²*€Ypð^ïi¨J÷f6ÄÁOB”Ï UÄ&ÁÔqöDÙFÜÀ•šu«FOïÎ Þå©Þ2hà¸ût×D™æ©ØÈ£i‡ [5Pø¤%N»ÆÎ>Ä–›6kxß~bÍŒõ% +cç:iDFã éhôà(1N·Ðði*ŠƒKû²SÆ”2Ãy´Ñ4E7øY,7»ìEЛåÈ¥%áa5O¿}ˆ9íuGYg5Ính§—³þýèTàm»üðëË‹ýËñ²ßÏû¶ßoŸþùÓy…Û•–·—ãzÿ#;-?\n§uÿŽ‹¯—ëóÛ›ªŸ‡[?ÝàpÚö§óýÓw¿xÄ:n¯ÿn;×ý°>"ÿ‘F9¤ÇYÖÇítÈ8\Þž¶[ëï6 Où– 2a­sÞòxº^Z—;®×ó}5|1YâRô8Ëöñ~ÛÞm‡ëåýv;•÷ƒüšw9®·Óùò~}:‡s·Ñ—ZL‡¹ür:¯/·;ê®wÛÞ¯o·ýø½ÏP•:Ç羺<ž ß^n'\õþêòü´î"þ6ÇàØçÿ·Ãöñºïë~­—Áÿ† -OÕçtÊ{Ck¹Û“(÷ -ö@!±P´Ž9&¥¼[ö¼Ç§ûí¼?nûñÓA¬;êÓ^d~¢?‡Ïë-UU~賜ýÛÖ›Õ5¬–åUO 7h¼ÚÉÈE`1¹ãڻ뎭Ա:6©c;eÔ…¯¢}tïïz²‚¶”HT7Á´€pUI!©ÉˆrÙÜvÃ…©¸Gð#®Â²¿z|¡1a;¿ËÐöÓºGvp NiÒãž ’É‘†#¸Ue,.‹âÜWA¥Óör/‘¸ÎŠ®0¶©;T|¤â5‰Â2«ƒ-PÉÌæyê0Û–¯fÔÍ%yû•L,b~=|2plŸWÅlk¿‡™Ã%1ÂXÈXæ#—RÉ“ÁÊ¿êMítæ¸ýT*.±ÅˆFŽ’rÈ¼’T`$’mÊc÷únbδ4)(&Ÿ²Â6)üü¨Zí¼÷)¯6Q!SýˆõTèNuƒd%[/‹4ñ>mÑøUϺ‰?°Âj+K·µ6Í…ª‰U0 ï}Ÿ+Q‹Ã0Öp„ôc`š\JGKômÿäSIÃ#±Ç4=DŽ½Ï gÖÛ+ë@éUü›J´þÿ1ÅW¿ªv¡^g8LÛ]{¹O†Öz?ÈùãÎÿo™Ÿt ØRôÚ¨GHúÈúl ¸Zßi̾¼p™CFÎÒÔ»ÏaêmœÖÆvn1ÉÎ4 *8TWKçôL“Ñ—“Òf mHZ2¬o?qIº¯Ï© çB\[Ž÷M‰¡Áݸá9ùMõ‰ÕÔK 1ÅHmTÔfãÜ"¯dX@.þ]ä%{ƒÎWÈ\%š“‚`1»´݃H¦ÎKøN*¸ûùëí•?MÌâdlWZ¬-–±vY<‹Ô‹y©Q Ã1JÞ£}±×¶ŸTjø‹Á’Ê"MÉÚ&ñMpËuòÿÑ4ÏÑìùI¦CÑN ¦Hx~4×F«£Ì,‰SÖ«Œ¤wXpZ„˜À=§d‹ká–ÇÝð4èÊG'hùEæžÀò…8ý> áçQœNô®k->n1Òø=/D{«øwdz×l¦ '×%ë…ZÜ­ë#áD÷ÚeTnSô÷Y#Ð%äv'7 ˜Ä;]ÒfÈXeËth°¾ÁŒûòF¤ žI\Cù§³‚È—$©‚ë´À–›çá;©›NÚÃ5à>ÑsýOói òÁßj•=·§(!æS$Õµ¶qÛu1š+Óv^2‹ø—Á^;æh²¦X)Tk/ÞrÖE¶fM‰p‚–q‚ó÷ðüí[“Aµ­0ÝlÏ9»¶$jí¿ Ýrж ÉbÉìÆÀº=º JøáÝÙyÌ »â4#±}š&ÇbÅo¶T9Íx:5Ö ZVüÞ?·Â–˜ßójЭš”$Öpä!t+ÔŒ -ϵ°ˆ”q2 -Ë9In®Í„.ª©êwàÜÇ'ÅÝäåJtôå$­ ÊîeË{Gº…: -úß -uƒh2*hÌÚg2ÎåHè8T¦Åx듆lWy[#t{1w*ÿúå6óÀ^9²ÈHE9faãa?ùXQ$v³1¢ÝØ…çºeqI€Ò'¼\ßû™_Åïä MA‘Ÿîßjvƒ{ë‹¡ª\tA›½”öh7™ÑèÀ÷žÅj¦#ãvÛ‰w!Œ¼Ç ¨ÅÍ Y-àá”1,÷/Q2´²VD¬ûH¨%xC,_G{XŸ|N±1ì–KµÈÃ]ÌB£`<@™»ÌÌœÛ_Dñ1•´\ˆãðÂ@ô£~Ú/àø²@qN²½äm‘å#¿¦Nj}¬}Þ¢r¬2³2p§}ú$Ûe “ÍØÉWÊtÚè3||O|Ÿ«—=3æºãç¿õ¯ ¾â¥Û:kÚ¯ðø×íùÍ?øOÿ¯üöz¼?¼¼ÿ<®§2i[XñgixýÛ)™Ç(dØÔ(Wž$©mÐB—àTÞfº03)Ѷ¡Ñß±&-dŽ<+¹Ø"ðäû™´Ë ÀPЛ°ƒáöy_Û\ä¤eçTFºý¨12ÃCî#|µ¸YžTˆ-½º½mHÝÊü^¨ðá$â ·;þPb"‰ Nɪ ©³9<'escD—qú¼Œ·¢ë îÞÒæ–ª{ݧÁRò¯­Ç'•ÑXdl)ÛKÚ€’ÒÅ)#õ\繓z€GÔÔˆ/'%åÍ:]lämv´eî{—^ýÁà%Trsöƹ Ï`”•9)ä›=“ÞÕj §«²^?dãÉÇÊo$0¤W¦Ð ëb„ŽT•êÕ…?píõ£ªzÜwDõê–,B’Ó|: «#V÷O2»2 £Zˆ¥që‚¿dÅã2“ ƒ!žŒ½ ÷PŠÛ¶üPÕ2|Å£ê¦LðÍ0oFŽ?ì…:y£‚x¾÷™Õ„:÷¼ãûø8¨[Ž«…—ümEÝbÁ*’t^ü…fßôñ·Ñld»F³®ÕŒ=ÃKÇæÂêå `s&âðÊ#Ž»? ,èÍš½W«ŒmæTH„ü1aÖ¶ƒ4ë -&®(ò^Ó±Å6²Ñ 3®ŽÀè‘ÛÓîÍÆ ¡¹±Zç-Ón|õS–µ·víÞ!$¤æ.ª•Ñœf»KÛ¦ö!døzÔwa-öÚÿâB­r@QÈÆshÖúU /U ²‘ÚDÔùÛzzÞþnqÇnÔŒÀ­6#uÊÑqû†Ž7 «Ñ«7M]®¿qÇöxõšU¯Bðf‡×èÛ[ÚÖt¸dQX‡TÙØÿtaG7œ³NéØíIG ìËgßÞ:V-¼1é¥:|*C•ÙÂpü…@e9UA¼e/Øa@p32Ýèñ§%#5“©Ì*zéï¯þÜÃG²hÝ/(³“aC(*…5Ó©ý4Ã`tëR…J-öœ±‚6=Ø^—M?Z*?™Ì÷4KÕ’Ô.¹Y282»¶EK¬¿ZÆ#~,%ŽõøÃ凾AÀ&×°P(A”X¥#÷Xub‹à:ƒà-Mݬ -‡8!Ù.ð¶g”ÂE/;CE¬4ñ­ÓÿX:²]àmÑTHÿ²büiŽlìqÖ‹êüµºi#g7Jàà­£CmÛMñ>&‚×§¾ÀY«&ä(/#p¢t´Õ»©¡VÔÕ¤§§Â¼ý°&^ýÑ -1mw,!ó‡ªú?e˜q˜ÊÄW÷¸½À[ðº1ímÚÎñ–Áß4ïƒÚƒèæÃNg¼[†Ûß°õ–#uÒ™ð3ˆ!êgØJlßQýûÖ¡l7x«Â£wÄ¿ó—ò6°c𖘃ÔlGxÛ÷Ó›1™¬Íë‰ó½—AК‘ÅH2¸G¸/Ö[ü®©÷~ȃ̔bd0^>^$ÆÄ«e†G ;'ÉQNTZ,»Ü[¤=™Õ0¯Y]î„Ú@OÅÈ)DÖ«Ž¿¥òÓkµõíø‘9ô¯xlQ¶5L-“@:íàø8ÈÅÝ ™sðFc.^&'Ê2Y0ÇßT[~Ž­¶ðZ‹ëÈä/,àMÂ'0))E' Ž-¼…ö¦d3n”…ŒŽ1¨ä%26ö|9ð5r2Ö6¿²]ãmÀ™üQ^àãv®•c.öí“ì•‘3Ž’áëÍAoW Še^{°o·d+c2 àáq›YQå£LPZñ7Bh߾ɎZ9ìKµ3°í(˜kÿk>’•6F¤„²"‡CÚ$Àˆ‹¤|Ÿ “B MÊàòÄ$ç`Ò ID¼l^¦íÒ…Ž]x»Su ßI.Û2‡wO%¥Ó¬üë—ùDt↖ôîc}oRÞ#ÿFÚ:æç6× •íë6B²²0eÍ Å“á'Ø.X3¸(h;žp TQÈàY˜|„®ŸÃßJùèÈT•‘¾tºc#šLcž­ByÍD Ò#™•N²ýÆ È }Ä…¬t¦²î$»×`]‡•¢£XŽÓvÝÓãv aùØ\›Öq=XªðªÏM^J­áЃH褌á`B®C{Ó5at€Ú{£.‘ÌÖÖw` »k°¬à¾’>îôc²˜rÆ´,¸/Œ$⑿øENÏ6krl3†“) ¡«fŒ'¶!€³Íø~̆CÃÑŽCîÂZt÷;“NÌðd ˆQTLáþë ˜JÂ;lƨíŒå®*ç%]¾3³jFã¢5zx†ëú¡|^Ø'ì$7Nž‚úÑxêð‰§ßU¼„n5'¼†»_&lUÍq™Äj|âȘE%ÖÕ¼<Ã<™I΄ä^ÊþìÒ{Z - 0p£}v'J®r)”‹©µ@NÊäTÖ½ýh-å®,TÄvš!lAÚíÜîS‰rU¤¼ý1(ô¤-ª I™ÕoN®Rëéu¯@4kŒ€‹U 'àv¿ÎaTÚó(»€¤ÙþþQŒp’Ü–­jQH.;ä#g•æYç6,"o]òp]äâú4Aœ^ J!£ 9zà”Ô-©Ð%7!Ù„œ¨¶ œAØê„¿ûhhð½îÙj!a]’q|¦=¥qjÏyÈœéJ怴² ™&ñzUA…K ÐüýGÓVÚ|Ÿ{¶9×L-JIÝõ u’¸ Î#,¢ˆ#F’ƒë‰Vgoˆ¹Ï%µ¡ [ºLx©Š,Pe]Žíõ‚”ì"’Èâ€õfvÙVÛ§aY,ÍH©L·†i Áq_âòÄ$'5ŠrDf¦>©Þó<=RÓø]/ƼüÁðÍ íeºÑ†ƒš&0\ÎÃâ–…“ ÖÞ5­n]|”ŒæÆàºÙ®³,4£¦òtp°ÈŸŸä&&Ì&y’ÊZÜØö´‡®ip X%Û ›°™ý8V‡/ºZˆÊŒ+ -êØÎFrjÚÖ2¬T -˜˜V–8p™Ð°Œ}o,Âw’—0@]5HdÊJ—ÑÞ„!´áIM½²aYw¿ãƒ—|·{ÖãZJKšÇ,*w&§‰›tÄ[«nut`;´Üf%¶›³Úríÿ©8 dIiÈ}€éåÈÂ~ð­JÏ V{«¤“)·€µS6·kÙÈTÞF%r±QÎË€ JK2KnY”ü ÒÓ’/»VÓy„€¶H„¦® K9E?`½cÃjÌðhª†ørReË@!ÕÚq®,æÄrxx±òBXã¤Nß³Ñ2ÏbØxê‘^”§&«2Ì“°¥3‡Ã˜s~gú°ùp„ï$7¥.µ,/ó˜Zgx4÷ß„4_êðj°L‚R{Š˜^î;š+‹óÔä(dy¸Ëë« ïT·+mõ‹±#ÖWuœE”¹ÇÐ{cºØyÛBÜW@Ý’9uÁmB*5ƒ¸éR*ïpõmå~V}ÿ%JÌz»ÉièvßR³Ö :âÊöÝ÷}²rµ Hƒ› »Ts)}Hgú¥I »ƒšùó“Š’ÓGÄà5(zEÖæÆäú›Ð63„fÚæ“ÙzÜfRi»©ó"R:qØoþ*ƒ"ˆiÜù_ŒZgf·î†Å2ëÔÀw„æi±ìJƒ¯4¼üäã¨Õá(0“¢(-D“á>Å÷S·ç ×–w„†”5 Û³ß;©Ñl©€µµ)q•Ž. D”MÐçAY9¯ºPZ)Èi8YέnÏM(¶©¶™¼/|ª“Z>=©¨™è…ÒºÏn›òýÏ(díЛ‘Y–PkoÕ½oÐ*”Q=%Šñ¬ÎÅÚ^¹Å$ôŸyÈÊÿÙi¡™ùºì±WÙÞ¡6t¦T5´Öý¦fÝóÐç˜ö«Om´¬Ã› îkY5q¬úOmìScS q -àÞÏÅÉe³×Ãsa—|\®ÏgWc1Õ¼”'CìTÍÄñÑ8ý©ÏÙÞWNö)ªê ¢»(L˜Üloery^µÕÕ6£HÌ0 QRS7ü!'5l«ÐÔ+¿•ö³}ü "êr æiÕR[\BÑŽTóù—Æ^àܪËýé—³ÝZWê»j±ô±E–™`ûÃ\×ä°Fæ<¼i ¸ÁjÔ­‚¾¸aŠBd_1W­ŒH-µH2UlB®RÚöœC†Mu^ùRÔ;×#9‹ã ʽ翼ÿ?ÿö. -þÀÓŸÿù÷Óï—_qº¹}>ߎÛçoßú§ç ñ>ëôãåþòù^~ÈéÏ—×Ëí }yýúñëGK]Zñ•Oû¼»ëqûxþüÿ—ómý­û§ŸÇõùr»»<þ |«Æøÿóåñ¸ÞUÞ½ü¸ïF¿“«¬<é±öSw~âôx}ýŠ}ÚýåõùóòAü°u§‘Oü ÷—÷ëó˯ËÇýWûƒwï?‘óÞÎî+Ÿûi×çËÇ'¹>çýøuùqÜîï/HëûÓŽŸ—Ç÷ëñïÇûÏÂ×âó:í/ˆ°wó¡§—ö£?îþ8®,ùÌϧ—¯Ëí'åk#dÉ_túñüpÜÿ{=îåáíþKüôQÜ,>=}ý¼| ¾ü×ñãåõçqû,¨¾Ímý«ùëåKôµÿ"“ya5Ç43¾‡;¼Y¦gkX’p>:þk˜¼®ãé¯rò­:ìá]$–¿#‹^eQ/ý­»‚£\Á…\ÁI®àR-YÜ‘uø»lЇõ޼®«‡Db÷Y=!àÕ|˹Òz^®oŒ\ÛXa/Öÿ]\߀\ß \ß¹¾!aoµÊCaà/ñüQ£Ï¯³ðù]#wxõ=—X?¯{´\÷¹æ±rr-»þÿÕ¬EÈ0·éËãœV„ö'û~¶· ehAÖ~ê—ÔË“ûRýœf ÍÿÌÆþ¤ý°Ðмž÷Ü-zW)ÖÓ6Ë©´¥Ž%ýYN‘½Í?épf@±1Ôî’Öþž*¨³ŠœNºô:ÆßËàŸ{4ö 8+ÝðÒŸsâE$e¼q´PLÒxxùáB%ñ†N±ó9=âÑP>{VËy< ð‘ÄC¯pSOâ©´Ëgyi9‚ÀG6Î(Ÿ«åôh+Ìc™Iâa7m'»…­tÒ‰D; -Ž-fõ ^Eî4NotDD8TÐnÞ†îÆG¹ ¦]o\<ÂΘ¡“(m'¼GºE*zsû¢¦lÙ»R¾|à­$)ŽºÆ,EÛºYüC¿ð:8ê€Ø‚ŽäN¿ÉVŸ*T·TÓìÌòe[N—§RG9ô ‰_ø8«ƒ£’ÊÑðÐ öjx4Uîo|ܳeVPZÁC¯±W‡NìÈk;ýNr'mšÄ.ì@i½àÏ?{Š•nz‰ÊætàY”ÇsBºkèòÙuÖCÔùJ}x~˦µ~ܤC)“D‰¢€š¼Êóæ^5Ð;2(Y-£×žgë¾D5m-Âʦí4$$Ä äŽ±ß*¨ìz)–²=Ù*2yR"©C;”›^©Ë Up™<ÛÁ=á÷ð+ÜèñÄþäƒ8ŒÆm0ptü¨@<»\è!…9ÄÙF‘´¬”\¢4Z8Q)kˆV½!¶4ö ”à -€ ÔZ-Š1‡#f1ý‘ošâ+¡5rÊ ÂØˆfïßG\î³8ŸÎÉÍßîÇ_¿ZJ%zõ¥Ÿíœ+†Œ‡Ÿð£ÿþýüêßôÿÈ·ß~þúóÏÇïšA¥4h@O‹¶Sk³jì°_©°šzì¦Jê£ì°nÒ!ª¶z¿ Í;°¿ÜöÀ8øêtSNo)õ35ĘáœW¢ÔwÉáF4D’wÿ÷xwƒ:SnÜA^$Ò ¾]í²Ÿ¦[u#ëîå÷ Óž°®‚ ‹G‰"¥7üRÆ£»F‡Á‚ŒìÿRpáûÁ>rBŒo"‰z#b#Ýmß,w6#¥¢ÄIU‹ñs[æ~ãÆ¡tȹÍ×^k?ü¤çHΚuÊ%Ÿ±â{å¨öïþ`Ù衋ÿ€ðž¬”™§ýþõ÷óëóÿOÄxý;@Ï Òš4œ#Ѐ©QzåÂ6꿘oë¹*}@žm)jÙXÇÝÆ¯?5†­Ô¿Ÿf=®VGù¨#i{©+#"/jVZذ°«ÝÓ¥F¿6j2­a6ÑȼÃû”g¢×n-ï©øŒûW§!) U¥Æ§^®·Q> úµR-‡ zHÕtYØØ -‹¶ n»"BgÓÕ\ñ·¿{Tqf$à|Ñ÷ÖƒÙÙ£xô]¹â‚GØÇ½…º·úæá¹ÂmpG5O•ŽØïï=zu{QU¼[¨¢Ó‡u–íãe“`}Œ8f0O¿‡yž»t¼6Ëö«ù"÷¤»HœùTëÉ6Öl7ÇD4@ŽGk¬ÓÙb.é2y=  «úٌۭê»ñ½´ ×è6u§³=iŽ‘•ÏbÃKŠù<)Ô68ØO•«VÀ^&J ƒk"Þ”ZO¤£¬lÖ ¬×U {d„¼AÂ,6i*,Ö}¿uø©ûJ ž4T!/³ÞHŠ—Øì\ô5ãàÄQ[öU¬sžW¥ª$UFÏÈ´ÒkX!¦= 7Ó¯ÄÞ“áZ…$ö†]Õ+bæ[‹Ñ°Wn²nÉ]†Üàå\“ÄŒV‹ óøy%¿WMæ±}sÜ3cí^¥ì£çá#GdL§À‚Kæ¬sºTÕ÷8…à˜ûú> á"¹Ø… k«ŽÊu‹“}€2Oxá쌹²uƒºùÓ{Æ5ð”jw†^’Ô¸//+JðǨ”,ò@W$çíÒØÉ>¬çHwîGÅi@Χ±šÑB~\G-|¶¼H>J/[½ âþ²…HË;t¾vžÿκT‡v¿H1Â]Ö¨D>BMôwOdîéZm1Þq3ç)BæA2‚nybqX;³a Âx®_:‚â½¾’pGp*âc¡dA—˜iAW–m/dWÝjË#Ï4ʃ!‹« vTݱká ããNZåœÖïYÕKÓ™—¤È»ôÿ‰U¬|¥ê¾é.È+8Ýú8¢õ”Ï]ºûp¨Ov+A/‡'òeåi÷)üî0Ù4msŠ‘KBŠS£kŸçôɇ¼võ’gµh·©þ÷Få!WÀYT5E½,/i$3JBÓÄMÒ:™Î7¢w» + ÙQð.,EíõÉa_Ñ -LÈêÉqÙ$è<ø²ˆ]r®y–a­SÚá"Åiñ6ëYD>sòÚ.•¸íu{ܪVÿ  -Þø[f§Ž`>útkÒ:Ñ%1ì©q÷5æk™qO‡©Jqš¼à$‚Y÷”ï©(4î‚Í@²³z9UÆÜþ<‚+W’ºÅS犛+ì‚pßøFðúlX¾jöT§8ºÑÒ ”0o³£ÅŒEeÕ€ò•æ¨rœ„¢uyÙR±ðÉ‚]`÷‘·Ã -'‘ˆäõï`%ÄMØ^™ø±<…Zú•çéÒ2\œwoCLÃI14¢©å°-òµèà·áL!ϳÇaŠ h8³}žüõ–=¨ MZ躸„éŽØ¬´õíÛ8ìy¸±”Á}<‰ÇJý'-×Èa–²1¶Ê%ÎÝñ*IÁì9§Ür5n™¥ ÃU -·I¿Û£ò(%I†åârÐͤ%ß’°¯¡&ìÔógÃ+ 7Ëvƒ0›Ñö°åJtwäKZ®…ã͸f¼èÁ¶XÍzÁnÍKÒ³‹yÃùJû¾.±’zÁ“Ȭ>—$S®]‰|5#'ãë®Ä»X¼C’(EûñBTض–×ÍZò6Ð`…ò¤x¥©è>V'®G»)kÄu… : Æ÷Ì ã®¦éºjí -ì¶â#¡Ãäò3…ïZR”Ä.›*#µ¦xa¢€[SžzœÏ‹š§¹-ø!!—9ýºlÇ‚Gë"„¶¿I3µ¹ç¾òt!­ ʧust?e<]!Ç©(;ò¡Æe±¸ÊêŽøvÑ»;óÑT} ~»](ßa˜ÛÝÖ®z/iZ3½ç•zÌä OWŽ‘¡D(ª#ˆæ*«nÉVHé†zÖ1¼x!ò¯#0\ó jʈµËd •¶dú;#Wb°ÀÚ\J‘,@ŸÒ= -iiíâLj™:\#âôx›n×›™ãü¨ªvqZ³v!1vŠ.KUn-,3„ÇCtNè$O=“9#¡°WX>Zø®P¦/t+©™Ó o H/òøÌ0Ýh<™ƒ2_P;K[QZ±ä";SAnSiÊ7¥½/tvºVÍÜŽTAœM¯sub·jQcᆭfíòl»gµ×“:5ï^`SúÔÚ¯Íéfr6 -%ÓºkL8ÂéʾQ·ìÜ͉+D± è“_hJNÆL:òQè]^‰bûv wR³à# -F¾)­l;àI$F NWBrqÌ­ ‹q!ñåÔáÎéЈ҃½!^IÙú¶Ÿ»æSÒ ¸ëÚ“1ŸUP🾽¢áKo@ÂÝ^j‹8+ßoÙ5î€6‹™ P´cš>²=/ÍlEoX¢qB›v˜oi4Úð¼Q3ò$8þJ Vy>¾M»;#I´ !³ì®Ì³·úcóÎWZ”à–)Ð{’¼'Y‘?LxÙ©lXÃDˆ+Iw­Hå©ò~ËÖEÌÆRo,kµ!tÏóªn¦s{ç½Ì(¤ž cº3_xIšg‚ µ×vV–dÎ7ƒ¤0±ð±ì¼Ø±«0ÆÍÌúøÊ¦ýàõÂ4MæE%#T2§­z«xÞ˜ Ø×ñé²U›2!°‹»eÙT4#ŒaÇ“ä☸¾yšª37vÐ0›Ç•ñÐÑ¥Åjù©+½ ;ÐaG7Tßö`–Ï5HÀ¼¤\Md8å:Õ‘“Y´|~mÛsFì:>1McÖ£dBŒó¹äþ‰§ÛÂXC†ô6» î0¢S3'{íp>[¾¨xå& f‚uhžµZ[ÀCz¾‹äë­oÎgƒ: sZõúwÔÛãáÑéùN—Ž–rlÈ5Ì*»ÅÃbò¬ïØhÕkèÖ /¾_êÍÅ»1-±_=‚æåȸ9ƒÓ<ÎJ&WyËzRźF÷ií´;T`;{Òº¦H‚¥TT¨b$£V9šžýÀvúF†Z}?y>²ï‹ÁpqoLëÓÚ,t, ¦˜²{‚ÓŽPƒžÌ× ØÑ²ÎYíÓyy±ÁA]dV÷´iµ“yzh´#…ž63å(«*V=(ˆRñƒU p,D"÷f¶|Óºײ} ý¶„⥓‡Æ·\T‚Êä«¥.Ç^áæaá§syåÖ>ý»ßÓìÂ6G¸Ö—óŠp5q;.™Ên¼ë5l`&¶ §ò©5¦Î®Qï$Ï»bF™w¯Ù’ÔAêÌ$#Ô­ÕFC›ÕS=ëÓ¨¼ÚÒxNwvÙzg¤QH%KÍòyy,¶äý¯þ3Î~O»­Ie|Ÿ'¨²-üËÖ!OÚVIKJãR'=™¡Ûhb8Cn`TZ—ôwÉ‚î7ñC×óˆ`$h-:'»ad±~&9£DF(l‹óvX¿åp‘–T•uEs·CưÜœÓÁTÈlii M\Û½ºö|+ú ÄJ{ŠÇµ\f!€ -1(nlÊmîö;íéb3‘l¶wÁw¿g´‘ Š -vÑìѺÅqíõ¤'=‹‰m^à*Ù/‡ÃŠWaºêÄíÚ ûÉA³©åǨ“‘œ`ö_j†m)¤íì`—ÇP‰†5w‰~ìö‰yÿ(‘s“WGÈjagÂh¨˜Dú$Ã7Ýõ Ïœ -Í*©´É©DªaëÒÈ}'¶ «äªb³Sdä­ä3±Nzf%!9­rÑ“Ç W¡%•¨3“¼¡NtbµëÔ½·›Á®Äyd‹-ŠâI€`rê%²1mÕ.´N„ ZZʲí&Nm]Ó±]lI]•êÄ$_h^±¶áÁš3Õ–:U«Ë]ò9ÌÔx˜¢YacY­3«ÑÞ²‹”Ö-‘¶X_X.NÃ-Ù’Û2\X‹Ó‹mÚÕ­[bàš­ îŠ- ¡|±VE™ñ -ãYN1.lÇ*Xf"ÍùÎ,´o$£¢ÙÓÕGFz_šMÔÇÌ¿C®n{…©µ×ÀIR—,…N›_q—çC1¯EicFeWL$û:ÜžÝ^4b:\mÙ'ÎöÆÚ;Ì>Æ5'›u\»gùd?“¥3…T›ŽjÌëÀ}h×úážu'EëLb ¯œíèEZ{ŠÓmÜ©Æh¬ìFmrmóDz¯×>*Ê›¼³«Ô£x½¡&´)é7Ó 踋¡ÎŠÎ|Zb¥~…»tM7KH¾eé‡'®—Ùñ~§’sL¿H\4+ç4Ÿ–^E=$êJ¥2ä™lû‰¡[)W¸s‚•îTݱ»àQy0ƒà±¶ó¢«ÊË«qA„¶Sï­¦db’i³ÖvFc[rÈ»“¹w7›-QŽêÌ$§$(®ÄÑzËæ¼#¬`Ó»ÝíãŠNÛBŒr-ùâvt"AK½PîSUƨ‰]V7>2"ßß›§wÉŠBV²p09&:«‘¿öËqQÅÞË_*·Å¬f¨Y‹ß“¡ÀéiG“®ää`¶&o(Kµˆ„‚Å„Õ žr¿q.á껆VÑ~3öª8ê!J17.¬: -œ½Ù—w”î¢$ýˆqƒŠó<Õ\âB`Z·ÜÁÞ&5MüqgÞdtoiff€±ÁÛ]^†÷MדRž/Ì 0AbáÈ%£š±:°Ö -6æ½VuT¤©¤Þ¼ª.HÉê´üÏŽU ‰ }ºj™HîP]kâšBt5ªÛw×Èse:3¡ÔÂé1qOº  £.¼rka à1™çØ´s’ŒùÜt¶+ƒ³šËÁ¼w„:ë¹¥¾B¦TSF¿\dN…xIlJå >hâYT¤s:æ.AÀ¨¶ê7°î+Í’ÜHAhw[\¢š2 V ¡wƒ²`VF¶ïÛš·y.Ç›W(ù¹oº‹ötI{J…Y1X°?…³ZÔt_>×E´ÄÅ­‡o‡–b³»ÒKò˜ÓËŸs¸ß%Ô¤[â6ˆ¤òç´¬aÜY;¯ûOïn¦9Q6l]ô“RZyPÊÀÿlg3¯¾K>fQ -]3_@_Âþ |[ ëuÖÈyÛº•3‹ $Šk§9ŸÆ 3g…¢ëÉb<íÛ¥ê!ô‘Ö`«sРí¸ÖWpË -1“‹)j@ƒ9¡´4·1µm+•Ùyç´\G¹¿êvôbê¦Ó‚–@r^6} ýX@=MÑöü³ÎÓM¦nk%}ï$÷PIC«±Ðg!ùæ›>XÂyì"G6Z¯b­Ö%²­3Pˆeÿiñß@k¹ -JA]œ˜FPñÎʉËCžAìî²%XMl¸Öá[–LÏAE`ì"»%â“•gþ+kà•ë1sõßñ•ëBݺqJ‰´Ü’¦E›Žuxa¹;ò–ßÊfáI3½8å5ÎÞº8¿8>P_ÚêáTÅè!%»?ÒF(Þ̺h¿×ÄOY ’ pÓìŠ+ZPÄy‰¬Z¬÷¤vBçJC¡¸ÛÒV“©Ì‰X‚¸>ÉņÎÛCÄÌÚ·PƒŒÒÇ’gp\˜ˆkvwûˆéºjVÁí@ëÒê~¥d[žÄä'O×JÖ±L¤sº3;˜9¯Ê],ë¹K=–X"  æ7”*À4’6Lëpô‰V[Ñe4¤ªôTmzF€…/DÆtÕ`:Uõ:”s$wEZ„‰ˆm©/ê¼0AZýd€•ÞVjaÞž †tè u¡ -ôyI·´GxÜá6í°Â}¬'æ:T/![ Ú-±•êiU¸r9I mú=ÞÈëúD$g¾.â<12çµìF ëÓÅù£ä†iKØ¢;i­ªö…™N^—q…œsQ“^ÛµWº”!ìgw³oÇ -¡ W#úŒ§O à‹‹(FúŒ®s&dKdœwj§cø”N„P]¥¥zgé±öû ƒô'uÏiz.GÃCwÞŽ>~³+g¢ÎÓÑŒ|<ò$pÇ‚|s¢ËUòÖꨱŸÀob^ Q̺v UàÆi™¤ãüðò|¥F:0KȽˆ¸—“w|šñ0&o5Z¬×óøLßóieq£ -&®3 -JÔ± ·´S=g†_ôœ€×£“žY>GZmÀÛ -K½k6vù°Ñ‡d”%§«BبŸÑ'3ÖX“ækŽðŽ?Dl¡¾'0Ô1êmaaS¼>‚ˆOþñëy–=~^˜ïöˆÁ[”ö ærÖ­óL§\sC§¶eÃmZLdž,_ýW|e'WoV•síHÏYðžý$ªöÓ¶íðáÉšO8œ‹ˆI¯}{äaÝÑ.ÿ+æmùˆƒðûÒ3‹› ÐN>ùù¶ˆd³s3}¾†&Ѻ=òQ,\²ëu âô‡¾»åµøÇˆIb0‰c !“T²Z‚šï¾æ³Ò Á‡go‡€4NKuqõD°ù¥$zDÿ²×{¸d¥ ç]"¢ªÛ%[Ž{^»Uµ† &(Rî¶³uË%ÌÛû]ý§¡jý9¹7R~¯1Î×]œIˆ5Z¶YŒ®dèFmc»ÿ1TÌ=¡Ô5÷ÿûgŒk)·+*²|Œ§ìöÔäX£å©+|•L3Îåu†ÔB k ù†Ï„zëìÙöçáTuêçÌÑú˜6ìÔÜuŒ *¼ûƒlCvjWšº0FâÊ6GB4óÿäÆdSyUé ©PYÇsvë!ÀP/°¬l±bØCØ"É]S)x˜Q&'<Ëi«C`ýNŸW+w±£À÷É•Í1ü&`‰X%Äæøs¹uo²«a¦#D°š¼»óI`á¤èTö:ž\‚¹/¾”ϵ†êóå ·Ï¶ìœ„'8‘.bN¾ÙŽ´î…ú©¸2[*ߥ8‡K|ùå÷Ê»;´ŒhEœèy§–‚Z­£Hó1c»¼æ›CL#Ÿ #•íŒ~Á?™¶âŽÉóÓ[rQ`‹qÕõ’† )½ÜM»•Ýl)™—#Õ¶È‘Êß5 ÷dÓZ :? TuœMÇQ’Q`Ks9»ÍnA4¾qèÖ&!€Âöæ«$°r¸"Ô¾å Ê3tZU©¬Î9Î"ßU¨Åµ|ŠnE,´q¨ªì¥oO(\A†êœ«_sî­î|ˆ8¡½uß›Ø,Ïvþ®ÇFª3ÝívFl…€;Ƴc´ÄR|öâà¿úç‡UÍ®HfVGÿnºN‚;•=ÆBåu½ÎÓB1"—ø`Ï×gß9nœ)OF´/ÁËx¥M`"¹Û#&ÔÇÆ9ÏrÑcjZE§f7ß´\*Æt™+ÜE[/ÍL715jv¨¯Õ0d:Q±1dF˜ˆwQë:þMKåK«ET+‚ôxûmHGí®‚ »¼D÷•1Û9šž§1dOD|H½sðAxÙ[ìJ^¥™Mn‰i„ T?WœK'í–ZØr~=Eq8ž”ù—¹LÌØÕЗ)Ý, -“šKuÛ¸gÊ\Œæ<ª;j%Öéòüèä zcC¢µ7 Ø=Tôÿb£!ºÄL#”W½)Æ}Oð¨!Í«oÇ þæyÉE]0›4²¤úÒ}Ãʹ]†s$ÌÖ[Xa,9¥!}2dU5ý?ÚY\ ’Ÿö9h——òÅœkãhˆ*»¸o=å -—Á­æK¥q^¸»"í!)llü~1ƒ0¦”ÂxÉ™]FìmcçM ê‚ÎåH°õL¬ã¨ºµ« UÀñÏ€©Y;¾¹aCäõ,)•s%7o½$Þ=\­Í1e> ß‘;°âJû…4ˆb”'_cµEKå ‹²Óã%#&»ÊW]ŽÚ±ôÖ/EÑØ¥Üí`O"êÆ°­ñœè˜k½WÄ©ÛQ?]óZ3‘ÔXÞsfÈÓ]Í Á<3UUvÓŸ6Ôràã ÷ûsƒb³‚ŽN7[1ÛûðÐ{ÇÍ¥".£ŽÍciGeeµR*Wºëñv¬pâ£ÒÂn/˜ÔR0)é“蘋Ü=ú-&Zõ옦œ ¢que=޲çAó`•ˆ¨Ú)½sbÙ3åc°C§«dSäÆr} -:¶± ÈŒÕl&4­×¤L&¯*çè{˜6è?› Ó‰y*Þ(H•K…c®ÙÄdâ€K8•¿U¾®2æ¥ãÌD»³,’`ªe'|lêtôÖÝ'Ú¹g´¼]…«b0˜èœ´ü¬Î;…œ¶ܶÓébOL¡}Ç%O ¶k'CôKSLŒÄ&€J|Kú¹¿È¨ŠÒÚ –„†ËÍî&ºÔ¡ÚS*YmyÓØ˜m/}ÖlSµ¿@t¬ -̘cˆ´*õ@éàî|_°J«KÈå÷Æ£µFÙ¨ÛþÈs±½ElâÊ“¯XŠOŸÝûr½ˆ‹·ñâx´ÖjΪ¹d.ÜiŒdX a´î€Q÷R¤çxëUYv2‹{(l†• \k2× ‰+)9;\>éÛs›¸¼(Úxx£ )dySR1 3 N ->ÌÝ[öwò«+§ì †»B›ºlâB:$$wrÙžß¹„ûžž/ªˆíËøÙ§)JåêÃ62HŒX‚UËú†‚~b‹mk!P™‘¤4rî’¨Z–'a}×ö‡¢c¶^ ‰‹”ŒºL¶¤`F9” U•ܦ¡3£Õ˜&®fßqU±Ý+Yt0p¥ˆJÄ—FŽ ÕkûdÏ)m…/ÌlzŠf"÷:Ò@! P÷•ŪRÜÆ>­ƒíÈ/‡«—ª3%9ò•½Ikæq–¬c?]Rzp\[kš‰nÉ"ÓÐ2"Z—[4ó‰Â"î-ïÌ\ úw••3ÍèQÝ)e´X'˜m¥BL©³ÍÏ^:ÕDQ³£s[9ÄfªB–wi`>;«ê!“øÝ#—ª§ìÒe5¬µÛ±Yg~ÐaÁ=èéÌœ>9ìôîÚaÁ8À¾<ˆ^ÔIïãÅýd­îöF¨6––±¼ŸÕ¤—˜øùp h®z×jÖN~­ iÒ*[¸ÎÆíÍ…G -7äå·>8)?‰ëW„¥qA³ö7Ç.¬íöxFkèÈ®ùW·öRK{£PÚAažíYX¸uFííE95pÑCM· -g–²µ¶c‡aP°æX{MbžU§¦E˜Yºª>2ÎMUÔ4µÅX‹s‰bºŸ¿jhDûŠzÊŒÐ]qÙ¥_”WT†4G ùØT¡\ÜK: 0^½T9í5ès‹ˆî~·÷ƒÜš:ÝrM*£½ƒ3ý\”êî ÈŸŒW_Ù%ù޶Ϊ»™ß[Æþ?;5”‰X´w£4°¡ù1_PeKt·ïšX±±2:…ÿn-Õª‹†'«œ ’w?©®?ä £yžÊ¯—„U)þ$sótÔαì²ú芎5®êú4 ‘ŒýEGÕžN½ëÆÁüWmRù¥Á`1šÂCÇö¨˜Ì>_ L²QUOtà¹à¡¤Ëþ'\¼™õ–;g{ëÚW¿I¡›Ÿ0SÇôCJ½Ž®ÓÜ*ÎÛØµ¨Å4¦ØÀ/!‡ú]Êñí,«ÄξGò v×öâ? †"³…U1 ÅÇÇnU¸=vVÝéêšbÁ?È]‰à]:Ÿ†e×–¹ðzâ8 ¬ÚM„&ê ¶6ÎoÒÁÓpBíÊêØx¼0Þ‹*OxãÜTué¾ •Ä2³@2%Pbp%"§õË| ›äèi:Â:ö`œ¥ÓÇ•Z…QQ7¦mj˜—€fáp•—êM¹Ýé¯Ow+Q°Õ(&q ½D“:޽}æÎh¯Í‰0:³<ÜñÑÜÄTŠ¢!çÕ®nš»NßÛÖî„Çëj€kíN¡„¢0¦Ñ\–rK¬ØØÌFk‹LØ\–ñ -F© Û,ì4·Ü„ï_Ÿ’®Äö-^3$+ ²jÜØhA«Ññ¹ŒÚ´¹R˜Ü'Y®WH¥SÂõ.m̦އß&¤"¿ÐÉÕÎ*A8±òÇ­Á!RZÙ†FÂÆ™x¬Ü™Ž¢¬HdêÀêz¾Î5Î9Q©X"˜¤1šQ¹ -àm«Ó¾c$ïvÀ8÷U55¶6²ÉìBÎè<²¦-õÚÁ<ò'ŽÕé2e Wäáº36²¦zïúº¬¨ÕþCTU¯x](³g[ÐtPN ¾Ãê-6 3³…G>c“rD]agTâm:·íÖì4ÏDÕ.-ÜZÅTÙº$uPfJé¶:I»xã¦I]iø`•=ˆVû¦[ Oª®òÚÊçcëŠf!Ýñ9•ÇÕ ¸g´ nÕSÌÛkdWN9]ƒ)¤ƒ9m¶ë:/÷¤ÛPêâU&eà  §KÇ;bZŠ[zjòx_.g ç3qf -0Ü„Õhi¹ì@bypûÄøl&{¢“·ÖÔ”Õ0ÃKe=[}ZŸØ"æV4…`ž§ª.ÛÝÈÙ–³ÐÄ•#$Ô³±†£dg¸[†˜ã,¸ƒ™j®MU'™FÕËfgŸÜÞ ƙ©z)§˜•;EàÅçNÛ(R/ u°]v6ÛÈÜÀÄæ™Ö E—¢—&Șüä¦;— SGÑVE÷'•eu -¹Ýéñ’f×\LGÉû|¹æ®!ÖÎvBþ埀àëØÉk8!zýÓ9ªL¨É™R—v¨fˆÎ\D âd rÁ”'‡Ke¤ó´Ü‘X)od-[inµLRD!EÞf(S±²³#òE÷8pB(½Û•ê°X ÓnoY‘ܯäà´cŒ!í3sX·ƒÓeêœËá¶nϳ6Ã@–¬5£ -K!ûšg }@ò.élTeÙK/z±©èeUø(¥r޺мñçíêéálœ€Ñ~݇WIY5ã«Kt-ÌÝÍÙsXB Eñ≩¬t}¬È+’¥J ªkd×YÑQv>yÃ@U^. {jfY<3F\!ð#¾9Š*²ƒÝ˜+mîWpÊMŽØüïc¶É¿(Hy× ÙݳÈJ:ø|‰*›´œïàU•¼¶:žºÛA”Öüɩܮn¤:Ô¤áCce-­ºNFxP–¦—°'CžH‡}r&9S.“D c±/"¿ÎŸdxïm§Ø™Õ”Ö:¬ôœ;}³µ¢ŽK ¸d¨ÍŸúªSÕÏQF] -ѧèҔ겵ã9NŘ•Û“‚–+æN}Ù}ìàh[Ø#˜ ¨ -ß7YßúûVŸè°´JUå4kVSØ„*¬ˆØU$T7%Üb•v0Ho"æçøŽ}Uq\ÝÔò+6Õ¬Gž$¹k¨8›ÓáÁa«nó¥kh;|`(ÈuÇ•à°s¤$Ø=ªž¨z:R••Ö"UÎ] ##ú°Žë,(ò‘FŒsŽ\¡•­DmSÑö.)5YGÖ~µZý2%Õ´šy˜<ñ¤úNù¸;?/Aùx”}‘{R^DýDõ$qÃNwtp.ª…DñÊ\Ø$"QÃTP¢ÓŠ”é7g×r*µ dXuUر„ô.m%Ö¹ûhµ aW¬»b\s¨ºº~!!ѽˆ= jÇIí£ªÉ×@q¨i^ ÑL¦(Œ©Û£SeºLj÷D”ôWÊ×J!´äÒQçÙ ÝÈ!\Ô^s7çp¿±KÒ%ð8ÏW¸€Á×™kǦÖ9Û­Ø+#‚VìZd%æM_1CKRÈÍ[§‡?¶oª,[]ÞPn–j<°†3§/‘ÜÞÕ¥k_èÆ$Ò•lI–¬‹1b¹¦Ït­Udž,ïQÿCç§/VÅÎn‹`|WÕ”MV§8D¯œ‹2G§2ÝêK¶"&XÔë%bðüeO´/x*H'§/óíÍ:ÛM;Gq];“ÊIåõ$3pÙŽ¦ÖÌ‹åJ7½<–.+ˆ8JYEd)¬)5Ü9ÄIŠ"ÆCò6a ¯•úˆ¡êr =¦§nÖÚã—E†ÍF,“‘ÌîŒÐs»2äbƒ¤úl(7»ô–˜‚ˆÓ·è\¬%|“™§‡ -ÁåGÂ9I. Åò3ç2SWeëTß»ßâª.J1XÄ->þ篌Joª“rª2«KH†ç”5ÀUÓ”=¼}b…FîÍFš†T¿Ý"äÕr±vëO&t(´p£ÎÆx³¯†;ÊiŒÝ>ÄÐnoã_2Duën¦¿{R‘¢HMîô¶=:‚`ïQQZ‡e¥Áu¢M¤a(•ƒ>±Vâµ -sfÓg³Ý’“‘ŒyÍóÊ Ä‹c ·?í ªžrëJÎ!÷ÎÕ|6r2#˜Òd°ãª6r jѬ°™.üêÊÀ?ȥ治Al£‚lÐÝX6v@‚Š ‡ñêMõJ;»öµ/YÊÈ Ž•‡Îq„´£z0d™{E¯mD›!C ½ß™r'‹c¬…aû¹ -§–¾.ÛúO@ABPqYÔ,cqÏZ¿Šv¥f†ÑqGB.‘jP¯4ºý‘¨ZئpD”ƒÕu?Ä-+lK–oº™%¥ù·æ¤ÇÜo›àP(½At:GcCÂã¡?w»œ4@| Œ¨^Š}Ó(wT)lÍ*¯Ü|Qň÷¼üüúMz×··‡—àÓ™Q÷öWÏÏxyþ÷ãûó÷ç§o_ÿýüþÛ|VÆ/ô}>?¾¿¾}ý÷ãÇç§ãqÍêKj&öåñÁ/¯o>?^~ñýùïÇoÏ÷Ïß÷Eø)?è§çïßžOé—ûõùýÇ ¿€{½|‡g—~??×—Çûë?¾¼½ÿüé§Çç·ßÞ>ÞÎöÏ8ÇY¦Þùòåë?÷—ÿíÓ?Ÿ¯ºí]³ÿÓ^~{ûéùéùßoÏÏ÷Ï Ï^=ïüò¯ßOã'ÿûùÛ×o¿?ß?.²ÏÊøÛ|Çëã/ú$yBÏ^aIëýˆ=#5«n^õ]ð’3ÅOœ™•,²h_x²#?éþB¹WNnÎböeÐŒm’xQ –¡´¢”B½.±~ߘñÄDÜ93Þ¯$©!ýå9^ØGí®¦¶pµwÛgÌFJ¶m#å[¤=LnhmŠëŠ îv>2l4ÛX·©O¾ÄƒÌŠ%9c¼úP4—bÓ•ä#b#¸t¢’í¾º»OBG&äÍ{‰&‰&ÖÁôl°Ðyª×X³ÿ{¼]ãegݵ‘íj\ôCvEè :½W‘¶‹˜kuDz•24 cö—óè¶Ò†zÂ…L¿Äf$*ª3ét4ã¯ùAU´õ}ßíéJþfNšû¿ÛÒÁ'X8S·ú„þVÿཬ¼tðLèœSº6°qåž›ÎMÚ -Pn›¦æòœ¯½©Rm"Av»‘Ý™`Žƒ,i)ðt:SÕF2²ö «¾ã›ƒÑ9€m4Ï©è^ÙèàxAf°ëþ(•¾sÑ6#œ=#™ÂCYöF"‰·'lEk!”Sæ‚âh©qi 1µ.‰/‘sõ—Q-5þŽÁͧRã0Pµ¿GÚ!½Ÿ-V.Ýbd¬sTðD´¨¶Nw¤¼1bikcg³ãUìpüÆÎ@ªîCDç«÷/9C-'ÒÖ´J_Ó÷,'KhãªRꀼSK¤PW¶ Pœxöï§Lè¢Ê@9ÁòJùecŸ–6 Õ¤ Èp±(>?„êB»/ºèà¨ñ§Ð`ûç8ÒxëbjüÒÜpB=_@l–Ü€Røé‹ùG\ï†Ñ¨D: øÉÛ'Ôk>ýéGŸAÑ%q‹œ°5kž´½0t²)œÿªÎá‚O…îÛº/¦ êë:æŒdjw47¡!¬6uz„™âp›â¹²×s)ÅJ²øVË -ÒZ'A§†)`q5å!oå9Õ9ZÆ yåZŒä !tŠvA°±ouA,‰Êír(¡%6寒t~[©>E:˜’#:@C‘ÛCZqi€q…ÂHS†ìí@äci9eãú˜«ÏÑ2’ `ßr¢AfAÝÒJO”ÃùQG ½PïŠH'6Œ¬§ˆ"íÔŽ!á6Ô" ‰Þò`æ*º$Bºyw½¤ùúÙo9/{K Pà§Y¬)e²&äÏR6²ÇýJÈuË,Ü‹Íd=U"94 -ÔvCgb–2."cOÿÀ&Åî15uÂ4ÎëV6}OI׬³n›0ƒ=(2”©f9ü“Aq¶Í wsÏ®UETwð­Æ­AtëØl%º>µ -Ç 7ÄkdΤÅwû¼e-¶ö¿ÌP•«CI`g7¥ ÊÞ¤MftåQbN!Öì$Q–u¢!‰‡*¿—ÿ:p \¶lS‡‚LŠ5›ÊLJ,øj|²ƒCsg®ôè¯C±\+¦Æ¡@BÄ¥¹ V|´VQ‡¯…â -Ømaëæ}jVÊsw-[jp„½O’p¨ÇX±½¡iÆeÉz“ÊcÒAúä ò×°zÂ"ºt{CŒ¸Vš¨E½7ßÍáu®b±ŸiU ={ üB×QSƒÚÞ¨4ãÂCqÒµ ¶++mUìè-\¼d­”øh_±ÖAô|^ô Kb®Å$wž’V}%šâP¬ÍW·@Ý´?”ˆ|ÉÇË2ƒ‹˜³b iâ¡Nh j Ð -먻S# ›MiÃ…è0 &îØpÓrŠ»³«n¸kg‡ì¢@dÆlTyÊì›™ ÌRlojìç®É¾F‰ï6¨™«`ÅljmÔ=×{ç¶nÞË3ùvîÙTZÂÊgï éÄQT¹€AćM7s—‹ñjy¡zñú`£ÚŽæWz•eC¤3.£6¢|ÅWdSh¸·ÃùQ{^[‰8d˜ -yE4ru£;ZºÃøÎfÓYÏII‡˜têÌØF–[d,„†™ÂæT|lòÍœÁðÒ\È >½¶×JÆ0%1¬§ËGìÒ:Õt`óðb2?ê//6—NW;‰Â†. (Uò•._~Ur3n™ú°'-…#N‹F·tÖšf¬N‡hËûašDQyˆ 7¬(Ù£¿ l"%mñ‘P%=9 îm°¹Ío³ƒ’2vIvtôžºÊ'|Ê®À† …M+OÅæ õ;•î0Þ>ÜŸ»$?ÀvŽÖØ*Dû9°‚Õ’¶D‚ðŒåeÂim¯zG¦>EÃkmߦ“IH€ô—Ÿ›#gY =(•ë™§If ·2eFT% ’c“y9¡,Ux%4D—eÚDÅÔÖžÒ‘ñÎý{VäØ˜‘0Œ?Þ„¢Ü/=T;g¥|xqÒ‹ïÔ;æµQ»Ì£hsOÇ1̼O[Õ]Öp˨h‡¡dÖ<$á}Ö ×¼ñ/¢:®rõ53NÇAt„Ã.7+ÔÀF¬Iy˜k…š¢&Åij]%ÎxÚÒÎɺW­Vôè™s“Ù[FŽœÁrÒÞq!€õ¨Áƒ…xPå>êãZé’[Ëu8—2ÌøÎµ#Mb=ÒhOaÊO—nûÈÓH|†V&%5@¢ØtÇÔý.ET]²o^¹|µS¹"K/ÕF¥“Ÿ¨rm5Íô0rç-¹X™ãä -l™Þ¤¶íGA&Õ[X'“`—A&&b¥Ï̦ª—nº<à~Þ=!4Â9Rëh@¡¶ÑH Öõâ^~¯xã%FÚ"D×fŠJÏ1›žZÍan4^°È$½µ³9ÔÄ*éèÎòãJŸ ¤½cTáF3k´h bƒ¬QWðÝRÿ€*±—Þçh’4A ›ŽŒ<¨dH=æ‡ÎæˆPWë´‚%9÷»uÔC*}èªõµ@èVr` <ƒaFïàyv|ÁÞ5æÊY®íô­NB"³U-šæM­½£ñ²éC:Z½©²,3»yB;:3À²±í‚c^®Ñ54nùúÿÄx~¦’øijŸÔÇ^(¡Hbé}]ùޝ*è̆þJï=]™yNÑŒSV£4Ëi+£óN¥IÓWÚ~§m]+좫/{G´×•ò¾ãïN2¸‚þõPgsÝœëS½ð®\¤˜ Órù,縣?á`­dKÁ¤þ¤8×%Œ‰ÝѨvmmmöË2¹¶:lWÇ'èvË\ ÅàØÀnᎭé?€ù´9É”¿‘98\'AåB ½´@Sª7V6dÑ:uJ’±&#U8­­ƒÐ@j¥±Èªü´Ž$JEAXÚl]€IÂñŽ‹­èc(@0w ´pR;·ç•®[m¿ £E+(³wˆ'|G`Gq4{‡hGwl ŠK|6Sào ©Vê'¦_†‹î¸5ü¤zí¦Ó¯m~JW` ‚b¾mò®µ±k“‰)ˆèιfTi ÃC´+q_í ŠÝ(Î>x¶S~a¬ýàH‘YÇËÿQ”›!Àe>š§ÿŽ­¿ò¡#µãID3_[ëqG¦ç#„ åÊPm«a©«f©’þó|àHp\@º/Åé --³m­­¢ëK¾qj§­±y†íFñ„ï‹£‡?}Šèé^uÂÉçºS©b£ïÛ nMÀ£>:¢;&–éÕ)Êßm93“åúàâ¯Òõ=æ8?™zû<ÎÍDª®*ÿ¬­4åñvê>žCi“žò®8°*{€…€Jý×Ö´› -ˆñ(À—˜¯<§"hõ ûŠmE 3‡¼CGkéÚý‘ å 5?úŽ´GâxÞÁeëfâXzÌD–£à#ˆä2Y#ÞÁãN…ÁEñu]Ž”e ÏäfmC5òÜabÖó~V®§>ý‚ºú¦[A†˜˸o™{–{]“‹s+à˜šìj®s#@8H¾ýŸã®ô%¢4ÞDŸ±OåONûK{ï²¾†Ô¯îGåßÿ}àHPÏÄ#žãã)$• Þ =cÒXÐRAï²dÉòfºè6ðóÍÄÅ^xE ?|‘/ÂFäiB }~ó~ûÞp‰ÅLÚ¿ÐÆ™€¨Ô ÛZ‹8A™üÔg†E2ýÛM38R*ßAp$ÍÆ½)N -Ö¦Vrvç6TÕ&b‚²Òqq²<öF‡!î7RïÚŠ.±¥‰2#;ˆYÎL>É.ÔhúÏy +ããÖo dÞ#ŠëQýE[äú¤ð5¼WZÄê5sõ ¸rÇŽ{à<´ÒØ^¬…—•§ §ü=`™¢»C—ˆ&I‡éWNíh©ˆÄ¿B ¨Ÿí/j1Î~šo÷ÂZWÚüÝ"ã|þhÎr{´çžC2ÊQG’ỷˆF×)]‘Ç©k0T£ÇElO‹úÊÇêoáëíEéïoÁ|ó¨“ï“•u#“ùÎŒFLO_ÖwøŸµÒ¬ß+<‰èôxl(á XðS‘;% ÒÈ“ä|%±d 4hÊ~0þ7Ö¸°Ñæ<È(ÞØ©Ã@ôXÐz BPÿOq[nBôõ/µŸmÀ±J£F…õ ­­”S3©“Úx3ˆÉ7Û‘ŸééÓ\OLÖ²Î(•‘‡ƒ\Qo»«Y6CÀ;M>þ¹Äz  ìïçÖ"66œ¡;tOÒÝ^±5ÇèŠïsÂqé+f̵þ¶S- nqEÈí{{ð%-_qt‹yÔ­ˆ4½Ô"(wnòÔµO¡Ýem/¬/vŒ©¼\Ê™\83oÕÀmyú" -¹ -Á õ(Qy@'K Iø?W–Šú¥6eÞÒ±/s8u\ÒnJ+†NÖ=¡K“É–ÙŸ©^l¬¡gÛ%Ȩvs±HnÛCö,Å-k˜‰Ô< cŒ Ké·gýîLD¥;,"ö¨ö‘ÐFÜW{w5:÷U¾(Ö˜— -‘=}šgôÄœìèç YT”qÓ ; ¶]9€ "¿Ct´Ãç9 EÉþž ÚÈÕkŸ–¹6í\ARJòÞÍûï¾bœš>4÷tƒ†cF”‰¨4®Ä_®c ¾ÈöEžIzþAʃHì8Hþ]ä¯ÎUÚmàԪߚr7â>QÕª à"™ê®¶gsŸµ&æp婾 -³,ÝqˆnÍs[Tyãc^Á/—-™²ØŒ ì'ôç¼–S¤7‚ ¬Xw¤¢ds|!™ŽÝ&܇íW2%Éí‰.Ë üá²ÄÕÃOÂ}FoS`Öa¥t;#éÑcœœ˜ú†â…ÇØý6ßzŠÄ$¹²ffZëºm)ðDZ¦šÂm†hÙ àB^î@4h—îJDOwN`ââÉÆeÇcàVeØÑ ‡pu¢U™Ÿõоä±!î9žNÅk81f¥÷ïæ.XµJ=L>6hzêSÝ~Z£ªs#¢?_Œ˜X!ö?=b`¹.]¶²D‡U€c„™Œ=Æ5§ -÷§k«·K~ÑzW½¸ ß.ÔìÎGò^²'AWî¿Oû+”Ì©\èé·áª)(¥H%«èî“#éé0¿)‡Ù²÷>Ù©ºFt©d«š¦n=!ˆ.ûÉ®&…ñ«ï„i˜)ÃÆâ1,l2lèCæ&íê 3­‚µ¢§<â<æÿ·íG%»Lì^l4W¨f4<Ô²”ïÙz •tËö%¢4õï©’ÉŽ±ÂKÛöènzʧ¸ÝãK²*pÕz/ŽÄÄ|ÝKgæ£UÖÎqŒ¥1²õu’ùe&!“µ—¨æ{|\"ŸÉ÷Eþ‘Í:‹N -DÂùm¼ó`NZÌ@€ ©ÏéÊõÄ$T`DǸÝÎþ‡°ä;,¹l!ùÁÑ;qelS{*õ}´8*öJÙj¶Q%™óds ×'•Å:`8uõB†r2꿪ø›Î*Ädå´öµäŒýx*oç”î<Õø ¤eނƵëû}‡)¦&®Ä#«É.W°l€Ð¾l–E1Ÿ„ÿ' ¢‹þŒjtO„=Ã%c{‘,ÌAdK˜P¥Ô9ùïåLņr"‰=/Ç6Ô©¶¶yS™h»yд«CSá5Sévü:ù Løü5Ä$Ù…¤a×wà"R;AÔ UAXüà®X€‚ÞVxHLõµ´ú!ìR©Óº%òòÇ4Pí}ðg| ^Âw6¢ðžHã>ÆÛׯ J·pQu€¨AMKF‹‘ö3ñ<‘®Ì(Å/ø™ÔöŽØWFÀ²üM¥;Žu$“µ—èÏ÷"›Š=ôgÒg»àEf5rõÞOAú -ó¨S×YÈ6<Áéòž1 µa3Å¢Êý.}Ž/ªý=yÑÖ0m‰ ŠiÜ.dì~ Ü‘\˜|8zyM(ácvç[{ídsÇ{¨ a ŒˆàËʇ_¨@?_½‡0æ<™þË´„nƾ‚ç½tæ\1`삎Þx”_|p³S ô5íåq9~Z?ôb*ÏÏ9ß}1މ¤îÅtë˜i'ôWÂÃg Pß¼ÃÂï©mÈAp"åd¿É6‹ÇõlT!Í@¡Ê uJ’^‡de7÷ˆ&ëøxÊòEfpƈŽ]ÔØj?áñ+á-½Þ|£§Z·/’­ÂM;ÆÆ°u™‹Ö1⾪`»ý…ô§º£òê=cíÇÜœw<ÚBSWˆóùDz@®pY -zÈø–Ÿ‡LW¼‡°@jü®ƒ¬Ò¥¹\ÆáÍLCHöo–DQ¨r Úw…B•Åêû5Á‰ì¯OmÜXÇ·áyŽG·…³„ê"ûXäà_«I!óTå{Ñ1e÷%ÅÈÆÓ)È>BÎ5¼(ÿ"S ¬­!o·#ïAšn«J>EÊêg ‘õ.ÿHæsù.ß½óQ'eRàâ¬cQÓÃ"rþ}—°çÕNY÷ʸC¦û`fSc-ÚÆÂ­H0ûÕˆ}j)CÓ/„’êZÎn†Nåôý@-&î-¨é¢2BL—/á55ª2É“¬xŒÉƒÚt·[jSíZù›íÈÿi?‡tÙ¥»ðàš‰Ç‚z:3K³?ˆFöËw&™sÈOYxr{‡¬‹Úäÿô\6½Ïî¹ynÃúˆó¨±z2? ÇëŽù˜9Fý¡¼O.i†ÁqU¨‘o8Dcå»áÓ½Îöù@5 d¥ß7¥v'uS§ \¥-KIQHê=€ñS½Ú7E:úX˜kù -[¯jR¾AÌÒ­5†s°¹¹Ú|ùѯ«Ea`°€9§ é㣑šËým¡PÒoÃÃæ(V=EUß—”*§SRù×0Ô€¤ûöJZ…Uœénˆr r£ÿ{Cçþà?ÐêêBb£Û6u@wj1ï õ›4Ëà6NUÐRÅ)iêó¦mt뻨]j/6slnË3®Ai}wÒh–Á®î/_" ]¬³±‰Su.Ÿð$‚ nIUM­Iû q Vø#VÍSÈ ¸Qs2],ìÁ±»ÛtØÇ®âÈ·˜†ÇD¢›-»~µ(¤x”Œf+Õ³Óô’…k ’ö¥Æ´F¼+²‰v9Èð®ÀV(ßÂz[ªÔØJ?ªnj! Ã$%:(ÿ†çòâFYEP´Å]¦)}ë1÷!ª„CYçc68y0w(}ñ2˜¬ÅøJiÿ¾æéÖÛUAÞ#ʰ¤µ ¢itù'²ÐêŸîFèãâ»6¿Ú‡1ñ,n9ÊŠ¢9ÜÙ?øÂ™ðhOôº-ä{ºTÊŒ4ï%ˬ‹f¢“ -|‘¶ -óþPݽ¥ëå¿àýÃØRÕâGòý‘¡Æ3Ö‚f†AË™×ÄL&–0¢N:×”,ä6Xuƒ ¼SìJ,ÞµæÐ=¶6gÇ”y0)N¡QVDªÖ"éøØ1°°2§‹"ÿà…Ю¼ü… j\JØmnŠxÔ«ˆn]ãÁuˆAÍ;u¸H…Ö•nTeB! ²P€{]î™gÑ -ª…µÜ?!v-²˜ -i {4þå¬ †Ñô KÉÿåa‡"œ°:ª’óßw|1R»é1;Å£«]ìtºõ?v® -°}±-ç¿Y#hñÜÒžÜD3ÙÍ^‹¨2îo]ßÔÎ/BN-z¢b¶·•Ø-.§Ë.DT¦ÇúÜQÍ[í™ { âË u=¹O×k##~TU XS^·¤ƒ==lp–9¶³íÖe©\LK:BcÇaæ †áÈöï1ðòT¥{á™/븬±°ìª uv}¶ôþKQ=ñNÈCNJ¨&~}hH<§Nyûª#.2ÆÕ²b^YèÙ_óÕ_¡» fºâMD=ïó¢bs\ÿ{íR&XoÐó!ºÑ@j÷[«ÐÅàÆKÚ÷r–2† ùPªŽ1œ•Xv’q]4¢¡[wpš0”Ìí=ØÂ3¥Z0D]|dë² Z s6Ŭl쓾¶ ºÆ§5yèM[U ´êºu(1G¾ÃÜk~ã &m` =ž1).ÇÚÔ<,0Æ Âc»ª‚1f³Åä}n'ÿÞ%øƒ×qò¿ ú˜” ò fjhœn½Æö÷Eê×h.´~ec{CŠV%Gw -5¦î´½)j+WòóMf¾SxóE\Âgœ›~°YÌ €ÙèB˜ÓQ»CôæîÉÝ-øPF%*Þ pøÅ4U”ãBAc2ñ×ÿÙj¯h-ÏQhòÀ‡Tµ®¥×hŠ}t¬év<ªyѺ€®ÛüàND?ÄÄå $D€9æŸø\=X%ó<äÈH•W”€„Ó”êYÙç!¸kžÉ;ÀîMËn$Íj^€£®“z$¢ç ΋é7]ÅaÍÙâ\h!u‰[×Ä5O+ ;éSØï%Ùl€Iºªšés‹Ý*S¬Qï/âPJŠ<«5;HnõØFx-_‹éæ:F´Ëêß+iàXΉLãn²êG$@ÝAþºÃ3Õ -n«íV‚ê`³!f¿|H¾isÒËàŽ¥Sì׆³’n¥Ÿ¡€äï~YÕ—7P“ ŽP½Ü9ž>©TàU.¬Ýˆ(MéÂÖ`iˆÕ%<½õ!´íP7¥⺤n¦RBBî2Ÿ~ç§QÉ–¾† -Á ’w·¥+x¥Ò ýåãg]«w -r¾’KT‰§ã  >ô|=³›È|]ƒ¨(¹¤/!MNÔÎUÇ„M5bÖ¨ôݽ,`ö¸N7À®zê÷Úè³:—¤Ê¾üõSg¯Ä¶§Ý÷Š–÷•ÐÐNMd?ßurò—²mJ_£Æ@²ÔDzµÝÓÅöi©¹ì¡+§×þÔ9hÇÞ4å(HÔ›=\8™¨ƒNí\ IDýò(ÄE(2n[c›¬9D?nÂî‚>p(˜29÷æ¶š¾œšvÝõ‰‹nGè¤L¼ ùZ‰®þí8*ØvqÏ|•^ êÎùoê[<Ŷƒ©N‚¾J±SjÐ:î»v%uÊ)zÛÿõ½mMWÈ ßŸºÂ´–Vp¯¿YJ§‹w¾hŒ~ÙŒ%ø°Ïè௧ôÆÜ,5²òrìh0;N;.Üû2שñê¿Úzßüî¦:–Buªh¢0—s†œ¬‰–wâc¹b²ØglÛ…GCÝr*A.Êüì)Ê÷#XÔ6º°>›¤ºÀ°1¼s?侈=f‹QUáÓpÈ•¤h½HI³ì—v˜®ß£¯tâ:!ëJ‘‘‰Ghy†oTw7açPD?¡šˆí—$K‘á#;J/‚·›ž(`zòÅý5§ +vÿÅkyU6;;çι…ˆvãHûkµ—ñ`õåB—Ü¿¥'X g$÷ÅœUM¯qÓ‡Ù -‘þ£žÙ%dN¶‘ü¸ïøÇéª~‹ €X<-gž>ÿ“¿’4W0ÆŠ]‘eNuÐ¥öoé1¥ï–V4™(øù¶•¹|×oùŠ|¨=Žëÿ¶w#—.;Öú©ëpi}àáæÖeÒ£Ü[8Ý¡YóyòïŠP±5o!ïMûFé¨EÀÒóÆ_÷†asÞF{ÏÎßrqñ Õìdi…CqŽoë;ˆƒÏÏ©NíE&õÖnÁ’M<è¬YñNR1$w'ûaö÷úf]JIÓ½“Ðb—LÑqÏ®€*Ý; ÁpQš×ÇP ÷€gˆ¨÷•1Ú,iîmðX9Ë߀j’lÏ߯䯻t½¯‘%d/™ÈÉ$,è¡(牮²ã_Û]lÑõy?x;¹ *“5ÑÀŠÉwXR¥=ñ!ÏÖlÍ„ÊZò!™ÀWwGÜÔ ˆù "…6]¸DSï%ø‚±xS¤×Q7®Ö¹“· óÐWÎÞÂeÍhÇp‘‚êzˆŽ!?Ü¢—ðÒâ»Â2?|d[†î ½ßÚüRð*Üí¸-öì iÚ:¶ÄŠnÇga”ËPúÍ)øï­´tr ã„<¹Ñ—eæHš›\ƹŒ:«ÖÝ™;‡N÷Á—%ׄ¸)üŸÚÐßù:?˜ºyÝàT¨ñ¡@l2Ýëû¼š+þ–]­²HäëÒ‡aSjÜóðÛlý¿ÃjPkùÚ¯é·Õßý«¥Ü¶¾2%¡À°iK.RT’u¾ Cß;šÝ˜‹Jí`# ëã#4¯<È·^%'dî.ýªZnèq- -…^( nm HUˆ­bÆ`.‡ -¯ìQÓL¡—Hëq@ÚìæC%za‹°ö?ÃÉ>E”ÆF„¢³=ÃÊR%tŸ¦#´e3ŸH·KW徟<¤©\IŒþø”R&$èoO€Nwfœ6¯(ºÆ °+:‹ša%1:Iygq²t¡ËŒïŸÍóªÑ…=žIŸQúÓ^ˆÔ.y%¨Ó#à.›Žoó ™JøBe9]Ç‚~B±œa9µ #D'éÍ­½Ë hêhèÈÀÖJ×xÕûí{Ôà…Êp ù~Ÿö·”‹› [Œô+×Ä(-hA†Û‘³S†à-ú,e²p¡+ï{Mz”Ø2mc¶U›cµÖjð¬ w\Odü=yì½k´ü«¥ƒ’ÜöœˆÇ–T»uµ”]W ;ª ú)b`˜®ÍàB×ÏŽÔi±ÍÏDrF’©4gŸÌlÁÒ\¿¸oËçCHú¥˜A©×ÉpSµîêbvL±«tƒœõgPB~‘M×úÑ$ÈÈšÊØ“÷Æ—UnÝÞ"¦V:Öé,ôm†tý(®ê È‹Š3¢)®KU¸ÈXF”ü„í -FôÎÎ1šÿIžÏ Ïh]ˆK÷‰xWŠÎRï"ž »4½ÿ°yþˆ)—m¡Í#+züx¢¯½âŸ­ÁÕm0bm_1ã¼6[}Ã.Ÿzâ;ã/¢ÇvØ«#ŠVOõ»©Ùü†l‚$뀽+ã&!¡NJ©“ƒ•fÓ+—©;Žáj¥5»ñ…–©€" xrö¡ ]I|ïËn! k¡E`â=ɘûy“Ý“•Âr¥?’afÙ_bGR–á¾=>)¬éDÕQdµÆÿŒ w‹ -Añ°íðaûk?$¬ô;LJIɹ„ʺ.,^’}âRŸ® RäI(¹¢Z.Gèü$®iĤÁ‚&bñ‡…S¤ê÷k7|ÔS"M¹`,ú'L î·Ún ¼73ÁfÃ÷*Ù…¾³a¬ø^í¼¬+~¶íQ ß«K.?·€§$Sd€³xZ·››æ)h -ˆ­s)¨ç(ç+ïRD +¿p ÖvØ)\. fz4>Ù9ëÈÆWƒUeP÷ çRN˜²ˆy¹Q]jÄÅüí-ÅMéŽDT{Þ`í¥àÚ†¯üHW¼v3éû™éÍí)¤û*ß7kÓœI¡=,Æ!àb›{ Ýák0?·&ß1…óWz’Sõ†t(dfnÂÂHø(‚éÊÀB–fE‹œ`µ­­-áàhg2æ~fZÙÂ,ë{`¸ç)]¥,pÐßn zuÁM.@«*sx4û[J»®*ÍÈ^dQ§wÆÀ5 o‰æ+ÞOŸÞ{„zÎGÈÜó(m=5ϱ€ÙÈÊÃ,å5Ú4ý% ®h ’ßtÇ>“Ù`2ýóÁô[$KJ#Ì ¨@THQä±àî‹¶sh⢿ ÚP~5|?’mK`=(BÃAޤU¹NPšW0ÿ{R^’Ë1:8Bu‡jMaMoÈp­.¶¦iè3Õæ–è¼2iââ´ îŸþzÀ“d‰æµ–ÇÊóª·£êûÈ#¯äïwÊ'õÍ6Ê$še§•â@0~Öu# 3†LM„ÏôŸ"Õ[êEuæxÐ'.%»*k(5§.àWß“ÄÞ -³9ÚY¢ü KòÞ…Öþ¨k5¡PLRÞ"‚§‹Fôk—¸Çv}3Z!˜Ñûæcˆ ´fÐÔQ½ÕÜ¡ÚÍÔ ðE…©¹K² $’›”‘1©"Ï…«Û‚þ¼HÚ.-‚Ð:ö¯bí{'ÅAV£èk·Â»RÃÙí–Æ²Bd³•ÇžKZÊÌ? ™ÓÞ²= ZŸÄ;޼ˆ«…ú­s®ÔF,HV@¾Ó"[Å“;ƒÃ…dª\vî ne+šš˜í†Å'9m+C -× .)' Ów3ßf7[)å­L=&,^DÉ,™ícX|ffòõúôÿˆ¢šÕ æö Yf¥Wª¼«4]†Ñ‡ ¡­9ilË ]ù_ª•é„{‘Ja*U·,0ÀˆÜHmúá1£ãÕw"ë"pOHq¿ûúÖ[˜ãy’0MÄ^ÙQ‚ƒÛÌnó½£$`Ê{USd¦§"§E—•U$¦%g#OÉx¼úôˆ2ÇlZ0ÒR^ŽÅ2vKWyfËe‡"¿gܪ=³¾@›Ø”+—5EPtiÕ;9È]g:«ShuÈÎóS…ͨúú^6c¦Y\@ާõhõ.6G “‘瘒ÓuúÙV$ :Ëü¬Øµ\ÕF[§P[“‡V]q­Á×Ý‚˜Š$“QãŦ1ÓÛæ9N;§öŒHZw H•Ý¡æàÖõˆº³¹)F"¥M¬páëÞ³ÿ½g'ÜU‰k÷6×™’‚ϋ㌕û^¶iଶ9X)z† ž’{D¼©ž‹F*nÈÎþj°éI ´ÊÉcÖä¨ÙÏù3=:Á…FÐZòßȲ¿t›FLW˜_Õj1âR1åqCÀÈØÃšçl»ÈQ3¤BH³‡£ œGµzJLC¬^á²®Sö®×Úu8ä7,•&eÜn|ŸHÔ·3`XÉ£1ñäNƒ -°G|û¦˜ŸãÊÚ/œÀrˆdœ©ìuÈ–«p¼\K}ØÍ~ÅHUÂ4Ô( -L‡oÌÈŒ’‡¯&¾È×ê3¬^Z5R4o’/àÁSàRnó’¡Ë4¥†ÙqaR¤g¡~oíF&¾úRMþŠ˜VQÞñ¶±¤jáÐë\û-<’×ñ"æuèh·(¨W…‹¦¼¨õ6h•—·)ÿª÷¹zàÜ/ˆréÍ>ê¨Þ;¦LgS0í/åÙƒpûN®Ù±¢ëNÅq3ð´ÚØ]ŽK­æÉ—Lùn‰"ªSJ…¯3"wªµAǶ¶‰˜a3›8‡kgÚäÔ’É[”xL‹W¶Þe®n(fS?YÐ"·U‡_¼›'‡Ê×Sо=q¶×Ýl_Øý/y>4* {œèާYÂ&7Ð)(靖 o†§Q°þ0lø_ýÒ­mvGŸ$! ]ÚìÒÏISè"f9D…”m¾Q$øEÎæ\‰X]»‹‰Ÿ„º†¯£9bò!&¯ˆ9Õ†ÇhÞ3™%4¥™j¡p€¹¿‘,x½NÖ#s`IÖí¶\\w6jD´½¯ ± eiÈ0aŠVˆ\zVaøhY$îÇdâI!ô°ÝD§Mr_œ ˆul‰_Øÿz2ØÌ—%WPÁé§× îQµ -£[ÎêýýP4©VܦM—¶LÚÖ`d› €Ú›bµþ%0\ŽV˜Ñé¿ÇË«G”5Uë×µ{þ¶ FT/àS͵›ôƺHL]V vI³=µì63£3F¾)æÑÆôÍå§ûN¹J“&SÜcb«EÈä_xlb€¸¸y+Åþ*¢î„ǼjÒ*âÕyÉé2æaÏÊÁ®„«){ðÍlÀ«1»u5ž BÕ¶´Êø³Õk †˜æÀëU©Â©m‚LŠd–wdíåOÉC#ñGU~ÖM§–ðZÌ·—Tá -*ª~Àu2Fúìj¾ªÀbÛµ—äŒÖÑø*ÉEüÊ85G%Æß - t ¦1A© åv–!’Ó^{q× Òeê¯_ æãôæ:Û¬ãç—‡Yé@QƒûI•Ü_»wÎK›;ºsŠ­’„¯I„†—ïnÜÿÚW,ÊSÓ ÄàrmÂGË$ã%±¡Ù7—¸ëÁJ¬‹äeÆP,v°1ç ¢gœl¤^¹E7\æHx-rTý¨ªlà¼9d2÷R˜ éä¡è4GöuŠú²ë“ÀºQ4£¡Ò%©a^à˜pjoNœzãŒâbU—CˆCcXÅ©#Ô<œïo¶ß¤R¡ˆv>_N•*Ë}¦Žü:j}«ðRÎýê¯Q*êç:4ŽÄ*Ê„Ô;o¹NIX‰ë%}˜OÆÔ`ûœØ*Ubþ‹mUš¥Y¦Çg·€eÿaj¦Ñ¬3²qP#Ê3‰wLs' ”]ü"\Ò[»ø|&žT…ju#&ñ‘crƒ®`¥€[T\¿ÁmJe -¿…H:—#¹]–5#¥¢Ç+0M÷ÚîZÑ#ñj VBb¯IØWæsuy€™2ŸWçÈj“åáüÕ[ŸèÄ«jU ì$´è6üä2$fy¢IûŒËCж™Á1Zã -•ì Ø'Çz©NœÙž^î4£RW`S•õ«oJ+ºp[ lIì+uV¼'±ì\@#ÆyR–uQvsüÞ¥†Fä}ÄM¶Êvq%P*lµãcÔW}î9;úLùÚØ£ØLsqM*Mì‰Â[QG•"‰§q¢¬Â½pmôSÐ+*HZl…)nÁ‚‚µ°>†^‘[KÆ “töº¾ÆjE|ùJ…ÐfëªYƒØØÜaóC„çˆõ GÔ]µ0a¬‹~d¸6tð*d/ÃÉ NíI‰(E5´r@LrŠ‚ÓÑ$ª–@&Œ×x¨[ HåOM…XG .kmëk¯ gÀ>=Š·ýE©¢¡¸%3zÝèIöb° -Ù×s¬«ŠÊv“'U„uL³«˜´1Õ±õÏc}ÒöHŽdáÙ¥•*ç¯w§v®ú[qG{TÒ_ åo²Wä)N]fŸv×ÚfÞåt0.\K)2IS×ÙÑ£.1qóK1Vï®ɦêSY_ª®C½Óx5zÓsë½h]†`\·2ŸôÕ¸‚ŠË|È3ª8MFʽ”ƒ5d™Ëzü@ðuµªJ·=öÁuY5&–* gèçÒê@W;qªVѱˆ¦ÀJÖÙ ½UÖSG6WÉ¡8/3[Ùnaþ»£rY‚D®D‘òYÃæ<щqc@t˜À;Õ”:³•)·Œ§ç:Õ„]ÜuOÕÌÁwßGKB–,,@£M[ÂHµ«®„·b.ZÚ…˜|.ç9Û|¦”®Ñ]{NDŒóu©²»Y¬'Üæ+FU-¶pÄÌ W*õ”]õhz)¨­¬L¶ ¹Œa®–²:èpÈAd¼œÍzM(ïFÊ÷‚k¥ï×H§»SMØ= -³R‚›cY»+UMd½Ãè¢G-.Þrïÿ^{7+þÀ—ÿø×¿üõø*/¯Ÿ?~yÿx~ürõÿöÕOï¯ü¸—ï?¿>~ùFßúòÏ??àƒ_>ùõû˽Òç-Ñœ|îG}ʧ·çÇÏï¿ü9ô{H*ˆWyùáùöþøøôøº/<‚_åÕ_?ß>u}úüýÛó§ù‚èÙs·¯›|òåyßË×o_þ`óúøòþË£_µøâÇýìç¿üôüáùéËçßž?ý˜/QÇÃÏy}üôöþù·ÇϯÿŒç'³îŽ(>·Û|ôËÛûãßÏ_øï“~zþöøþùñú±E¾ ýòÕó‡Ç÷Ïè{¿{þÔ_>dÙù%ÌøƒýRß<>Þ~üüÍûÇן¾z¼¾ÿþË{‡_6iúÂË7Ÿþ½ßÿý§?ßømÑNrá ÿ‚ïß¿z~zþñåùúËããõ¯ð’îøÝ^øæ×ÿÇÏþíùýç/?áçÇ_¾þü—wa&Ÿ=(ö -ÉWF~ÂþZê­#Ê¢À( ¿@ýEz£zì‡é…%ÿÊ]Ì?‚YÔ_*ÀÞ3bª©òüb É]O^~°r(X4 È€}uüÇúÉ1Ÿò+S½É«'“~E=o´Ò-ª»,¸ÜÔö”„Kkyù×Lõ&ŸžLÚµó’½=ÿÀ©¯É«›¼0q—Ù7kð=¤8ÞáÁÙL Äfhp<)&øÌ¹šÿ9R<µÙOÎuI¬ï û«;õ‘N e„ß?üȶB+cF)ý˜0 -xCñø™¢À;ÿ/‹Mkf³]°•J]cÞ±Õ­bŸ@ˆ©û_îû½éMtCSP¬Ô[êoÐ'Ùªu,Ÿ¶6üfìh‡cÛD2M¿a9µ¹ìvóÈÑÇ—€¢þ@îuvºA»Èž€Ä8é­ísªVkmˆà®9Þât½^d«X@R=€Bzà]Ý(*7us˜{(j_ˆDÿ“óŠ:·ôçOlǽš:½Ô -.´3‡U¼£=ðMßš‘[\ïËÈ34t×îbÉ$€pG÷3ãŒNØÍê–CÕ:Zf¿f[5¸šá˜#¤8²ì³húâ"|N Èï¨ÑŒÌš<‚¶òIÄŸŽªÛ­(-ÄR4W¡‹EfÅr©FùÛ÷ö.©O’ú*Ï᜗lUs_IK {†L4e—õ'j#aÌíݪ§¶š¦M)Nn:Ó%]ô,â–t‰Èý’Hï¢(£šŽÏ¾õD&}5b‚d×sФ -ª]Gz –¹(±/ööÈ w$1Õ6r|5:í$œÖYM84¹ûRç=‰ÖÈ‚G]µJhÛ(Š Á³­°4ÙÛ×'4Ü™`PëP.D}…w:îö÷Š:º;}:n Úß3®¹!Õ¨å·væÌ¢ÌÚL½7UAÏœV[YÆïHÛ´DKP(’íbJˆÌ0ÑùUö&œ0&‰£Â½³)ô®š„¶K‚WÅJA¡^B°{ë-‚_È6s– R{Hu|Ȧ—×iaa#§¨v3ˆ›4«7£¹¨”å= dA#ŠÍ-<ÃzËÄ/üÅ--o¥§h}€ºªl‘Á¶I©”iÑñ=nË¢€•o¶»Ô›¹+w˜5¢4­Ÿ¬žm;¦oÒ4Z‚C¹ÔZÈ€ma§L`ÉáS^8feJä†Snaž3—2õ†ÖAÛ˜ÖÎByî©°0"¶W¢ÚÜYT_hhð® ŽüÚ(É„‘ßD±‘ÊÑ[‚I›3¢{!Êó*÷ƒFü”gåSÝprÜø­8Y!P&Y»¹‹$o G{‡_ËŸ›£4©@›*Î…@ÜV¤qÎäiGe‡ê&ê²@‡Ôulè#4‘-*p‡ú(ª³,B¼XÒyò|ˆûd]eaÒÅYѳ1RÉ&S¬Au¼2b*4Äu«^²9¹9Š”ŸŠ¢Ë¹R­Ä{œýêKy…‹ÝŠéÁÜM yR¶ Î!M´3A¶µŸ—T ¢°ãüè´gœÉJ“£l"￸C‹œõr±t-ÂcÂS¹ó2áÆ1W ´àFûFUÜñ¼º_ßEoqñ™¾qûM¢4G7î#`ÏÅß‚¢P€††•ÏqQÛøî…0b¾eÆ:)‘™øúhá4…*]/‚þ=ÈÎ#Åâ©hzZ+ëtOzì󪃌1hï*rùò+Ñ[³”¥6šZ`’Aö|!rÍ ÁV™—fá–=1˜_ÌdÒsZ.ß ¤Z݃ Ù·¦Ñ;‹‡ó+VÂnðX“¹ÐùèÔ)0rÜÞMd!] KêÁ”¤~y/æX·×V¦cûãáüÕ[€jqË$kZ>™ìõ­¢.ÂB€|õŒê°òâM²njÒ×L½£¥HÿRðÖ¿â6ºl3Ä™-­¡Ú•v–è ßö:)EÌ‘ -+ùêŽï 9Û+ñdÛH1¼«ˆÕ*­«í&z›C©B8ÜÇK_¨Î`ä…8˜8I9>-|2‘%§òP%»+ÓžÁ–ÐÒ²7»«l Kà`¢ºŠ†e§vduG—såWSv~î¾$ÌWmaÅ0ƒCuˆÒ -š°úªÆ†„•¬rÔT¯Ko&‘_¢Ýõ†ñTTXI$…@²®Úµí2<&-꼺5ˆ–Õr”ëdó(U_Qe°›p×ã$äöPœMN 'ÐÏ¢õ¾Õ¥W'¨ßóÞ‘‚9IÐY[jÚ û(+C•4z(úâÙÞž°•»²"ìÖ5ýpVÉô*ȶtïºØy©(óŠ“ö¤Sé©7™•û§°mÅ`ÄÕèè5‡P ]½QF¾À ‘@æÉñ^æcÓ(w G¡ŸM¾‡‹lÚ1wr°ÛÈ»j¦6X!`ÀK@¤EkÀDì¾¥˜£HxA¢üQ-¶Î9IõN;Í5#Ÿ+¼¦G,#FUÉcðmK‡ßKÚ"Ð௢5û.#úv"W‘0«íT¯CΣ½¡Ö ‹ç—dúB†j%Tëk@ç’ÝÆô:è³T³ëë°ð_sy[¥ìu:©G5SŒÝߟ4\Ü‚ÀÞÂ%ˆ uþí¡+mFe>P(ô {×ÿù51\¨›¼;ì¾—\’ùìùì 0°S8\Jj7>ЫÛ\q¾póW¼éì–üŽý¨oCîöƒxS÷ö·<±°ç—àDñh'á‡2^ç?ÕK8Ö…½” úú¼ -ÒµrýMD%¦û´Ê˜¶+èºvó©dwªgô74ä¹0$Âûà&‘&3ùÖx*ÛzkO¦~—®FëL¶×Vf0Ýèº}îßi!z²ÚO·Ü«Sô€tÉ1 íçŠRbÝåúk˜PgÇäÊäA«¼ë›êp“ùƉ!¯!ëzÆ~8(-«}8K¶ÒJWqo•ÊPdFú -0V“# Ë’°Ôç_D9à®õD5—#¯ D{âsøhš{¥üšé0ZXtÞC@+ãà@Ž‘ qw¯VÒ­ÒeÈ(}!%ÓÉâLÑÞFÞ…ݲŽp'†µv¤pb´YÖ]Õ¤†Â -äjSOŸ–(b‰Sí­VªVlØœã>PÆFH¹t²8›Lo£½£¨Z½GÔNaêdN0wÏÉv\™ž³çÖPãÉŠ|¡c÷j$Í—b<› Š| ˆ^`•Ñäø³H-ÒDXc(€ê+ñ̤kû´.æhRÞEݨïS^¡ºmt¯Ò®uIÉåN¦ -;¯-ü]¡”m ìXõ((‹%ª²ªºÿÊ¿WlÊ{$ïÝ«A³sÍr'4ðÀ½õÛ̇枙‹ÜxžW’±ü„+Ϋ¶ì|ŒÙ|U€üù¼þ7Q+ýÅ¥¸7§sìæ4”ЧOÐôñ ¤WΊáœk5ˆDrH`ÑÁ!>ƒTŽãVñ„ÏJOå7ÛôãÝŽ:úë Loi)^ÕæÍœŸöäK_bÉ^5Š¨Ôª?\Hºá¹Þk£ÑU°m!]*;÷:ˆwâ7hIbòicºïD“ôdÛììvÆÙÚç+ü˜À)úÇ'ƒàªK•Ã#Jº}ÀK¾Ä«¬Îƒ‹kÝ@`Šû†®M~ïX¢ -.«Š”(ÂÈöLÛ¶DÅ•oªTMY:´lsÚô„k|î¡[!ž¶‡¢\gHXÐr -¬„ê'Bn;qËÂfTN< ?ç‚©ÂÁÅ{yлF»(b‰ÀøXÃm[®Ô ÑŠSf7>®9hb -dB§.“ÿ¯JQ{1¼Xs5˜çØ–’iª{5Ƥû°Øºº(”ÇkTe­S•ÔïJ"îÕþØu(§¥DH0kº[vt@€˜$¤—8ðë¼U%’ÌÓ‘DU‘™evæO";IR~t•&•ë©ßŠJt`7?v -Î0Ç(¢æå€\aú7štT”Çh£fá@V'?Få)åÙJ;JÏ`´Àn(œm•¾|¢¡Vê+ì{öô*¬>•ƒÞ¥1;"=‚¬¿ˆǪrâßâ®,´ /® -]ƹáé–ÀdÄÞ\7Ûî¤T#¡Rì‡[_bË[ëðáJöÔñù´òrsY“¬ÐMÙÞBº+lR¡>ÔÕzU¸ Z<õŠ—ñ@¹~šB`ºš0tíÐq ±&ÝSR&Jå~=w¯m¬C0µ½²"*£ï»··E´lv#`×+)ì« î¹A05ÇÉ Ëlâ¼ Wkؼ{„êìÁÒkúL6u…äy¸t|¥]¥¤êüƒÑ!Ýb7®‰d¨uJÝhœ_ÀIÊ×Ð`äÏí4ÓD‰ã -Éi+'ÍéTj7F–QOÃx¼l§¨4`w® ¤ÊHiS¢294¸º=fô= Þ{K$*›Õ#]S…IcH()‹µÁÂ[ÛvŸüs4K2ð§É®ˆ¾‘L©x€e‡¸¸‰µ<)áÝRˆtœ‚î,®Œ¬·r@è¡ €dLõ–·²“ÓvÑò—L¯ ’DR.dJÃítÍçö/wñ=ác§² 7FRüØçë˜NŸU8ZÔR­l„aÅ>ÜvX”Ű[–Ó¾Ú‰)Þ´i¢ã100'øsŸ “mÜL¢–ºK´;±ë~1óñüýJ…ª¬ nw]#Qƒª¨@ ‚[¤âǰ I„̾ SÞð]OLžö¤ÍvšW ˆÆòH"=¹û©ß1Ê_r¥Ô„œ‚ ÖZƒ|ý„ûîp®æ*r/óΈG!X¦éŒ0_ªƒÜvlnh¦ÌHiÕÙ‡¯“ã -Õ­ê) Ë@èž,]* }~ÓšPMQÒÝáÀ'ÆÈ é2,e ðHÕæê„Òð$‹5‹Ð€é”ìÍÉãîh…Vtq$±ãUŒ…ݦ¹.´°ae›} Zµ! xTöqš:cä" {ÊЇ1·x"!LÚ™ÂF(¤3ØÔ$ø>V4…h–¢e7•®1ß ”‘X¿†jËXféÍ1LâÖø¾Ä‰"‘ -ò™ˆ[E@·#žz(‡Ž•°Ø“„×Æî»¸&ù¸{ -Ã*©M{¬¦šò`é&Vïá@tGÿ=ni`žÅ‚Jоx‡žð–šÕ7mñ·Öa€3Á‰¾]Vý¬Ÿ¼Ü»»{UyÙÔÆâ|ØíçÝ­Ãý–[ޘћï{| û¸(ìZ› ‘訷þÙ_4kåü:0…W5Ìn o]¡(²*³„·:ð/ö«%`'ÎÙÞDm « i^™Â²;R.—9.÷Øöòl_¸Ôýâ*CAÆúä&wßéμjÃÑÒé e%;Á"ŒÂ?l$è¢0ûMn\n‚†ÈÎÕ‡¥rhÌ~çv·²P÷yàÊXŠ—Tžu¨Úu«p´L¥¡jöè(¸+IÖPtwµÚ4‚î ;w’p9Œið¾2·3ïéW{—2†ž^_PLŠFD4-K…¨VV9µñ•pV΀z<ֱȻe#JR9Û&±t¿àT! Õ…(¨)_î”Ͼ­©J3û-@Àõ¹ÜúêVªílÖir‚‡4èسaÎàRÓÇÊÆd®§ym¸OxŽÌjù>\h1”í…£ê,€“´HQ*]%ñºUQÓ‡à<ˆTÍÃ^u68½§`åºÇ}©.*ŽÂ«dn‘^ÞßS¨ò%Õ…ÊÉÌT“ÑÛÔq'ZqÏ¹Ö ÖpÅìh,(4Ä#䷘Ȫc1™;†ÎT‘;Q¯¦zRËëZ’¬4ªKš»qF²ãeGˆm ¹~é¬ÑÔ–³P6‹Ð".p>ºÍ=‰ö]„BW¶Ø9l?Ã59¬ÈÒûÎËzk»VƸÛvs©zѾÓÎ*B>K‚Íxj3Œ!Ü=j’+0Ϥ{y Ægà£Ä\°sNXpÕ¼ˆ²¡ž~êìÿjé ý -Í<Ë#™.lº‘¨t齨¥(ÑÍéú¢l-V=%1.¯_z4ÚëU%rg­¸‚ - Œ–a²ÉÆVV˜£L½]8±:ªT"¶3~Šôã¶½»«\!ĶsRñ´ˆÉ®¯÷®mù¥· Ãì=aªð .³çóÚ!œcb®(zŒ¯nÒy@©‘Ÿ[ù>ݪ:ÄÓÌÙ83ü¼!Ûí\T[é\.T[Ç·By.]¢ö ¡É¨b[£í[½8¨] “hzÐéÓÎõ<é¦VáÓþ’­n¤4íÏÁC/b½›¢Ùr¸6PµiTköÅÔi%‚êñHUºœS©ÁvµÉÐ{m”ŠR[{« *ûë‘1å ¨z±]±kakØ cÔ^@ÅL­w$åÓ7c™¥Ñ÷¤3žÎºÃä…]bmxaŒF€_Ëû@ÊFP!T•={H“jVêkWÕÆÊ-žâF§¿µGeæƒYWu·DÚðLµ:ÄE– -Ò™9l  Ÿtd5BtÙÁŒ:z$E-D'Gì Ü+'EÏà8êRÖ¥ÙvøTèy#®T¥j뎔W¢è&{k¤8¨Õ_͘Ò^Œâ½J»jFl¬G}θZ}>ÓæL†JÝœ5KÆÕ46Ö£or3Þc ;£Ò(ŽÂÌØ!NûÝù³¨º3¶ÆS1×A¡Óá57n¹Óª½ ãQÝ&¾ìÔ0—‡l—'†Ú[at†nqÔ1Šsn>Ds¨0†coMƒ8¥79ÇZ@¥K‹‹GëjòÝŠwññÌý£XCEH5v¶.O9YhlX„lÅ]¾[1Y·éhÙe¯„›®:µ—+;9·Ná%î¼Ë -ስB”>ÍAœ gÓGë­wʧæàåƒÙn¾iÞQ‰ ¯,¸+—ÙG’T>ËŽ+ƒ8l¹xå¼_Ù[ -B½9‹‹Ä&¼-îº!Üòðݼ\8‰=_®ã¸*dK\ˆP&ÃjSËe¦uÕíÉλÏ+*Y½´¡p­7B!ÃíMéùBEãhÛïffh­[ @ïÞW±!ØF6IŒ«ãŠHºü -3»ÖbpMfÄo4½€`óZ×÷)5zƒˆ²ç9âcyN+*"&ÊöœœKR«,kc<]ZƒlL‰°Š;Rs0ý) >A–Ùƒ—OõܶñQ:ì☣BG¨Þ[·ªƒÊöÅ_U]€xÀ`M0ì%ìÑêm䆓# -+ê”]§Æº* -FéKOVJƨÔ¼»” Aõ’¾¶×‚°·V‹¨y‘èKs CPMjˆGVÇöÉÛì^m‡·ìUì?f…UBÛ¯tÈÂjà @Ÿwòº{ËK*î?7’]ŸõV¥@|=ž’¢²oZ¦<<¹ 1^¨z+׳ª?:R=í†ß¬Â+J‚2´^ŸÎ©¸sz„¶û¦2CÐ7×I†X÷‡œÒòù+”ð\?”eæ°$UìÍ\…ðnfA|-©\pÄ¿¥vLÛ2‘¤½äá+M–¯$Ñ…’z»–”Pès„¹ro†MfˆP»,X½*7Â^ŸÌÓ=‚åV³Ä¼`ùP ¨ä{ÈŽD¥ŠíÐR 3®ä.†×^øti”Ý ÑYŸI*Éhì­³ê 8û>ž Äè]ì®·çÒb/ëºQ\‡È–'ªèOËî…Ë£ [©î`UŸ„ŒÅSÅ”¶Ä‡3 möªâb†n)H›:×Ô-Ëœ -—üV…FÒ#™ÜA/l_ü¤C¹ovœ+Cxƒ@OòOí¿a€Œ˜Z°Æ`+ŽTnNÈ W/ŒrsÑY³¨W–n¨w綈^ÉKo¬”&€ÂòÁ˜s•z-Qz¾æÐ\qtc+•¾‡®×Ú…²»ZK ¤{÷nƒ¾Ÿ+3›#-Å|®!JH+Å'%y;$[ìÿ[óõÆ)ó†x·AØhóTURÐÕ–e¾Eð¨ x#|mÓºP²øêÿàS\Ô7ËÕÒ9*g¶_VC91šayh#Þƒ¢Ö˵=nUÇK¡€™þïè’”5â·¤…t}·fì~F`m_"ëmFöBÈc>jØà„yì/PuP9œÑ«¦[ÙÞº‚Á¤Ç ìPnÝa»ó#½£¨áìÑFnƒísÙÑXž³Ë–s^r ;Ž”êpö‚À@—AßåÙnEBVè›Æj¡‚ÊI†+ÍFR©<y§™š9˜%Ëb]º£Þ ëÃÒ7óÿ„[ùžÁ–ÍFÒñarË q@ÅìyÁÆeíI@•P=\uÂÔ\ÇhÄwˆ)4&%åaõ>¾'fŽ\[Êce‘aµ*Q½«Ú‚ -E¨4HÆý#Õsœó«°)7a&l­7äJgc^Ô*Û<Õ¤Õ]AgfÙ“íV,@”‡Rß4É,±ÉúéÑç£Jñ:ˆ¥ÇxPB]®r«zÞþ©‰>µö]¥Ç’ÜeÛ½ORš—ÏOþáÞ(Yº“ŽfëœêÕ½è:Î?9 ’ÿ¡\“rJhs¸0»íí„Èçj'èe; ©6ׇw vƒ-UÑ9Ø¡M(7N'Ô{˜Xû>˜(šÿ2ǃd½ÝºštEž›Î£kDªs.l’7v° dU0ö÷'¯¸•šHaZËW.ÁÌøNª”›æ4²çŽû1«míÞTû47 V%ÁÞ¥w±ìuejÝ]PØQÖŽpCç*Ž®â¢Þp[ SA¹KózsŔ幢Êç6ÄèïÓ­qùzCµ2# -¢ÇM"勳&YQùDWD–“¹…U60£{.:ÊKN3ßûÆL»+¦ÊÖÀab^HŽÐû>Û§7^²Ã:Su¨š2Àó£b¶„ð¯|՜߯NŠ\TZaƒƒ'–ƒAí‰ Ÿ©‰œ‹Žê%gǹ;j“Ñw£ÉÂ}+/göú&Ceú§… ÊËTGŠÕ¾=?b³,Ž ÖÃnÏÕ®Ô½Cš³aŽ€F~ŸU¹Py¤d°1s{ ^á;hÁ}2[ uåù›†x&œXh(Ÿë²ÆUŒÁa«ËÑPíöËì žõ.C/³}·&k!¥Tg”pRLO) oi%yéØJ¬+U T•ÃB­¤&¸mi°Z‰©1žHœmÔ¶iôE‡M>l³)E£ÒŽ!¡Ëìq$Bc›‡-¾'¡>l¸P.R‡ ƒcP›L`u:&±ýµÜ+ªJ3Ó2atªTš³À.©{«ƒ8;;@6÷º0v8•Ò$ºË-ÕÍÝJ?TWÀ.ñjZùx˜%r «ÒÁ% ¥tVi²ƒk`œ£T£'ÑšWKàLp¯ù̬`ÙŠwO©µ€Ú£Ö ¤ÇCtØaJXåV…×À5‹<ħ»6ò·Jí“)ﱫD]„mùdoŠ„ZÞ*\{jMÓpÛ"¦˜Úæ6AjÂǘ_ -‚=½m©t‚L«f(™ rùf&R?¨‘Õ”îÀŒ{É…‘uÈÖt¯WȺµ0Óê©¢g“¸Ê`æ¿<+n`˵qPm¦D>S~€ 7yV=}7Ζ/ŠŠEP+6‡z¥¨I×D8U³Ø°´ý@ÜëêÌicWUZD0CNƒ=¦¶¢›—3ïv!±õM[\$ÐC6s G½ PmÒþ×wa9¥2!ÖÚ¡¾ÑñDzŽ—K`!Y×lMçš„ºe l+€75¬SNYCp!q‘û–[ÏÍ×Á•¶ùªäfô†¡ -¢¹ìßQ8’¾ç¯½e>jíð$éH3ª†¤Mtͦ¼«¡Þ°µšÄNåTI‹Êã+‰º©H|ÙÌS ™"v;êLÝ]G)02ÿóÛÜ~EP’âQ1frY”S`@É¿ç%§ó_¶n¦Wª$ v›˜& nÀ=ÁÖ×q¡IŒ¶KwIw;Ê’•Ŷ—w÷g¯Zµáf¾ÝБ%Éììj¢Tû è ”í›¥*!ݽKfå*pñ]›'mVu,侸•ö‡ÉíijÍ雚Õ,:¼•vÌ,(™Uu[2Ä=ÏÕìɭཱ.â¡æå8—×Õ~,Éoc‚]³['hÅ»q9EaÛMKÔ³†Ȥ}Ûšy¿Ë$â&‚°ÞÝü]‡Œûò º‡!P;Ž\ÜÕÌÉ£ÝëªÂ–ËÞ¨õ`1:y ^ìúE÷Ž*U9[Ÿ½‹-„å>TI•ÀzôÊc Rц5ÁÍ$T<µÉtq;&ÂÐâI¥ÝÞ®sS²=Ã6Õßq¢ªçÝ)M­‰Ð0#ê6=%Ǹ‘»ªÕ3¤Ú¢€ã½4ç/—&©x!²aSHá=v4_ -+¾ˆÛ—,.’Ú\ʃZ}ž”V­‘ºkR­1p]ÛX±ªý‡%1oÎ\¬Xå±%ÍüU`׻ƑAã’ÕùG¹è,=ŠäZjEi¡T&z¢Ç¡Þû^]UÌŸæ{ws|ØNùºå@PÖ-Âç¤ÏæñuzC‰“OðÉ„‰ ¿›4r¡†žó?áÄ)§drGÔ©m ØÁ.cßb>á6SE«0ƒŠö•^̬µn,¬sGW‘²€†þ…ªû\­¢JH§Îƒe‹Àh#0\¬¦™ ¸WRܧR]HÉåo‡ò…oqÖ©ÖBymóSÕŽÉsýOžâ`Ì5Ƈê hä*&›Tå¤D²ÕmmCc2À¦=ÚÅaû#AF_m&ße÷šƒ|â[8sÃ:Œ ;µs¦×LÍ¡y®@'ÖF¥¥8|o<ܦç!Oá̼lÖ5îe¯$ ùš TÆù)žàÒB¢¿ÖA\ÖKWÞïGÀÆ”›žbÂv3·]¥3?Df¤z&A_*З²d,³ÉÎ:cZÜMXÁN‰mk9žD2’JÕý\¼µÆ³uŒñ¨tíl+½¨r®àé¿Ãs{ºb0‹W‡Mï=ù tE§- x5sF÷ 3têCV%¥=;¸˜Ï6¹¬¬&‹8éa+àn¿—ÚáÒ3u¯8SS‹Ê"ft©Ù˜%?ks£øO¶Â{HCq¶–AŒ3÷ÖÌ¢j8«&V戾u;¤2%*ò+³›P޾£³Òެ鿋y&‚t»ÃQÂ~¹&n‘åÄzA¡þ‹²Ú3¾ÛÖ)‡O@Ù‘‡GåÔbµè»ˆFŸ54ضo§Ê5ÞÀuTlÃÿªv‰ú5éCË­¸¦ZQEË{G%Þ„…T†•Ë6KmŽ0ÇyçH¤l/Åa;óß?OöÖhQk8V)œ4\L¾Úš`ë^FóÈ‘ŽaOu›÷ÝÁãD©E—éNĨ¯ 0é{¥Áncר…ÉßAN5…EîÐm ´A Œ$[UÔ¾àšÄ 4þ›fƒ`‰ŒÚ uwººDõá=t]?—'qcý ÎJtJmÉ ¸p7«míýqä´rÙƒJ`VèLJ÷·“Îùõhµ8ß )Ê{Æw{äð)×mÞSÞYf#nÏ_Nšô °ÇRw¹UEPIyd感,õ1hÌbÊd¹\M¶#«-^Êj¶9ûR7(uW¹ëÓÊsÔß[í|(ÛJHÊ1ØcýÉE/¡™ß5V˜ºq/ŸëŽë—‹ŸÂ‰É/¯ÌèkHlƒþTª¯J·+r¬WÜ]5KüËÜÒ5ÐjÄ rt¨†Kۇ϶ÍgËkO¢8°6Ÿp;”¡”’‚i%Ü•n¨c.ª꬜Mc)“1 zÀ²\Õ±±~PQÖy©Ûš&OD£’“U•-MÄž‡M¤:R¾ÝŽÉ;,—]È5vá,×eç®xÃô¢1ð6v³ÕbõðêJµ§îtIøuìŸWæñ` DÅ»E#Ê›N¥fY£køXi t‰É\ÑU¢À œ&ʨ;w±Ó £vasÒû Ž4v±¹~©=Q§<È,) À€ òï¤R—{[hoÇ¡'æåä§Œb´‚& ^a×USL–'®YõAqËgåáª+ÝÞJ«²úô ÇâóæÐV¬ð`ä -áÍBW²[–òº¨WØ-ßA·Ë°'¢E©‘ ¦Ó'D_Ëõ€{-BvèŒ2lˆ ?¬× "ž¢®Åkˆ¬œ+Œ“®(»ú­ ÔˆÁsEÏQHužõY2ËuOÏ~Žnôeyx©@è­´¬>÷VIu«ìîµ ¬rƒýÙ=î%e]nx ½Šã*@ür|D F &¯ìŠ ¬ìÓ÷äT<|–Ÿ _:wÊC[GÆ‚`[¦Éi -C8°0Fé2ÛÁâÍ‚t‡çÌBµ{l ÄäÒ Õ±yè•ÅÅz6–î O(9`äçí5 äcËïÒ¥ºbd‘²¸ÉàÃ±ÛØðÅÄ4öÎ¥<»Ì -{.ÄÝÑY”èH1ù©åG1Iäao¹uË©!£XšC*-æR­2W @,éšÝ‡*-®8Ï‹0<«8âëôdS:ã îv³„w^…þFwy¶ƒzC–ªÓ*hØ`¬¼îhs¦¬&ŠuÄcÈeŒæ›„†žûæVÖ‹[b)²ã˜8p¦:Ev»Á ¦Ö¿_•;‘”#hÑgç$µh­ôq1”¢êÛ€8ÙlõÝîÒ -h¦Àî;hr9|ÁWØ·˜§¾´Êüª`e nCÝ¥ÆÎ°GrËëf`}Ó‡ÌOÒ‚hVÛµt5è5­¡³pvÈ¢‚íUÉìuæRdà)H·mé6û¨³¢ËpÓ $˜5*Èóo“áh­ ÖyÿØò6%šAgNn ¹0r ^Äðå}¥Kb‚öûT]ÒšŽ 2«ÔkCOÀêÅì»ÿ*œbθK“ºš“§tyeœì§Ô7]\ê«Ð[y96¥ðõyO6Ö*Ÿ˜®Ýj~J >Â|'·Ä€zEˆn“qê†a’éΕÊ{Þ½iBïý¸îä{”¾;Û`7ë,Ò>ËX.Gp‡¼Ãȹ(«‹*l·1[PšÁzâ7d&°éàÂ`Œ[¡ô¿ â*ªE…ÅÍÒ•4ò–®!×M¨æ‡®ãØ&Sr+å6ƒtžŸ -WB|ŸîÖ¾9­|Š»áeoé̘Ýd±][ÐÈWv¸ý -×sŒ å&-ªÀQ#ãzßDã@è#ÍÑKƒ‘pÇÕ¥`ë:.î -×z ÈädÔóör-æ~x ³¼t5¹›Xß:NgàJW#2l/]NΠnâ ±v°ˆñs[­­š$'˜î³o«B0j´ÁMüÖdk‹1w¼.¸s§bì•®\8üÏdÕvëÆª@ ÓëPt¿îÆ™vH1Þ®NT79§wýN ܈£&‡½Íœqçsš¦,°bûBÛãÍØ½ìy³?Sø,[éb‚.ç1G9–pBô w·5Y¨ ÐvBœ‚¬PÒBGƒŒD±k)’:ÕÂ4GÖ"X³5R¨vL¥^XéàVǃÒ4h,F¬»59.Tß¾°v»1hÎbCî5» zî‘ëƒÄA¨ØªærKØÓœ^¬ž®“íqi.Ÿ 9Ï4WæÈjb15ð© |ÏVu|JèYšËÜÖÀ'7$…pþ3]ö±wuÜ‹wüó-où¿×Þ$„¿òå¿þí¿_þåô^>{ûx}{¾}\}ÿ¿þx}ˆÞç½üöíóããÛü5/ÿõ×ï_ÿú··úäû·÷?þvù3ºh¸qñá >}y¾ýxýøëÿûÛê‹þ‘—ߟ_^oŸ_G‹_×ñþÇ~|}~ùÔõéÛo_žßî×?ø1¯š|’Êàåë—÷¦æ½ï¯Ÿà§t -÷ÞÿÌËó/ߟ¿??½ûÓóûùuˆyŒÏï_^¿ýéñãóãnsôk¬õwü¬/¯?Þê}öËOÏß¿=ÿ£ïùõù½4?4$ì‘^>À*k^¼ý‹~~¼}ùóãÇϯo_?ýôøüúÛëÇkaÿ¶½ð÷¾üüíÇoý³ûô‡ç—.ÀÃýuÿÄo¯?=?=ÿòþüüñxûü7x„qå£/?ÿñ÷Ç¿ñ«ÿôüíÛûïÏ·<ËNqï_á-¿ôÃÿG&eµž‚Ö{d5ž|ñF:ˆ†úG¡˜›<9ŸÂ­SD?·<çªPP±áZRèªþ÷ý›vL¯qtb¦¿òDd9۸ɗVç~Î ‚,{'za¯ÿ`fÚ÷Î猪ê~­'̹Èpüf#ß«G¥ÛÞþo3ÆÔPÉ8j\ð PÜl.§Ýn´DÉGÒI´3ß… -Ô.ÂõHþ Â)„õ¾_ôØ”ªKÄxý¸}ÍOb)Ÿdܬ("Ïÿ¸¡µ¼‚²!Ö}#Šn¬Ù¢"ü1Ø¿ë‡,OÊõëò=1Û¢¸40vv'ºé!úÀæÏuJÅTÿíÙ¦ù"‹.p-¼Û*$…Ó~ºÝ>©ó^ -7óxY¤ÿjF¹é€µFVN„É€5óþß=*QÙØ®ª‰HPëè–9·Ñ7ÙÊV5ÆDQ±ç}=)•TI#M‚y˜eíîˆ[…+—G§Yûø’?¹× Ü}y¦Z:¯ ¶Ùë kÐ ç¹àÇõÿJ±«£•Pƒ™.ÜZ+“n†3ÿ -u$±C©C 7<ä€@¢“ÔÚ4RðN¼V{ ³[pO2ÍF16Δ¿“±‘bIi”ƒZÄUÙV¹šÄæ:g¶¸"DM{Ø(åîËu{›LÌðùÖc3†hB°œB×P¸i!Ù›Fz‡ªÝT€µ¤ f*ELæÏi5òfC¯ÝÖÛ kæö"ÕçŠv‡ÅšFs‘ÑòÁœüt2Úõ¤œ‹¬œ8—5Æ?¬µn¹k+ĉeæ\?·œÓæk·å´\åf‹c_C=É5—ɰ±l<铸ž!ð…Ò«ÂkºnÝu@Æmäfƒ›%“`GRê -Rp3²©ÔaÛRk“×fBRÌ@j/TÕÐjoã&¬TÖXq¹„X@Çz¨n‹ëÈA-iðƒ°%D rì­ùñ¢ßX"ûÈîµ+S»Ç ;Yc!ŠmÏ¢³žü·0'Q‡¸0­È›ÈÛ(¦L²¼ýeÁZä •;²Y‰ïàjSÖ‘Û¨~$ò¨n¢‚•vSC¾òStM¦ž4øeiˆ¥±ßtõã­AR•ù„j^ñ)vbóX;T½½Â{8Gr„Z µ–ç{Dãbk† -¶|áš#'3ÍȤ2Ãy#ï©èí!„ý¥USKBú.Ã>_…B3ÊÞñÊÜ}y&2´·Ö´?kž_ -ŠÍJP\O@UIzù¼q“Tç'æµÿ\®f" -<ìÌ1È…+ ‹µÑúÛž m­vŒ5ÖnÕ&¨\®2£|U%ÃþNÛÞ†ÛhÁì¾s JÈÐf) ¤÷îs¨ÿä úU“KÈå,ó=F>fü¯r(i¦Î‘zºBTÛY2½GÒ5»·°eYe¹¶{™±Rbo5*º’öhœIaõ ­kP§K¦PH¶Ù‹ÓÑt ×øt™c¶Ì2™.&Ý;E“Û7Ñ“`ìàÚσ½jÔ“f¥G ÁçI,êb8šoqx4›˜‰o‡F—ÛŽÖILNºÁÛþ+ŠÒÓäϨÆ6€I^ÄÝs¡‰a•›Èu;j@þ;LYìýöHe‡ì…vBŸ5N¬O#5ÜЊP4wË2IjI·Ù8öfC¦g'n_‹æ@ÄæjÖápþ4Ì®(ïÜ€pŽUÆîl¡o™D•ÜB¨j ØKÅèr6¿Ù§LÀÅè(Ûžæ)0º¯‹Úá¦ö`*Üéq™bɯò:P”ÎñºŸ0Þëmý7Õ%Èj-bƒFkÏ…òcõe(x÷ÛGŠ<ÛUÓ9¥…þ ŽøÉ26Þ×pð(2Q0,°|¤@»ðb±ýòE\ï ¸É -0yÔ¸±ö»ÐÛÆ»ð¶‘A=©Ã$Ò9 °O|T&ÆÐòMcÔ/Ö¶¬RL¶ 2]ÌfªDèõˆ Øíw}]ÑË÷òº^áE˜(g׸#¼Û‰]’×÷¼ÔP{œ“Q9YÖ'Ee«kˆÒ·±¥3´ˤÞh6‡åµÐåbâÙÒv82;§´c嶈¹ÔÅåÉØ˜/ÇæŠ»ÊK¾aÈÖ2¤¢îa¼A&r£L}ØN-—ÃåÉkO––;ç½N”F×-š[-2¦YÖ8ýà"vñGç™o"v™Ê‹L_aX-²(âD¬|n¹Œ¹³J z–"[Ò)¿3yW# 1}ÓCÎdåŽØ‚Èìnõ渎9ÒZÁýüT3ùïgšé>#×Rõ%Ge’µ;w¦…R‡‰{‡³åŽØyŒJv8Gí—Ô.yÕqîAœ¸ÀU;ZJHÎŒvÝ—ƒP úd³dfsä@é®ñ¬ ðcÄeµr1îÝbL-Ô,¯U&b°3täÙ` öц¹ýòEœ²L­±Yg^]7}|¦ž„ì55Ï~;y}+9²Uà /¿wˆµg{'Müší§ÿY*ìjõ*&gJ&¯?JÛoÆŸ¥a’oÀîìJ­ñŽ˜ó¯,‘×.T¹#{÷›~®¼tÔÑ`EÈ4×_sþ&ÂGBi&X„¬ËêÐùkl¤sN)æü+Kî¿aê!jýºÅ›FhÙ¬ÍUmðJGG@"Z¯;¬<²gËéøQ‚ªÑ¸Ùdqq©Ášæaç°ª•¸Zþ²¹ó¹ýòEíÑjhµÝB B‘uì*žûRf˜Ë¨¨ºÿÆŠIL¥'´ŠSí+C:ú"h÷»EÝ,XËœg¶ê$Þ{Gq‹Ü®‚ošÌËö¸Öñ„Œ“:¶­îÃßW;Vv˜_õÃuô5й ³VdPb;°—­`ÛtL“º#º‹)Àj¯ »žsÊÁ¥­mŠö^|àÏæç~LÏ™ =aRÏ{ŠRÑuÊv«Ò1BÏ-—8¡µK5©póØ,*¬ýøÙ¸ì–ÌÙ¥5o‹eY¡l3 Uß·ôýeU¶pG¯RíŸ<þM¡yVê¸|%l6t<?3J4šŠ‹Yaˆ)-´uk2묨K¥õÏáó%)ÈŠî.@A}b­Ø8 #ìSü¸ž4 ÚQš'•Þ¥,T6,4qA×ôæŠ*$:¯ï|¯•ˆ®·ˆÚè&νá6jù¶îp°Œ Ä¡Ñ m‡uÚÉé€d/a¼/Ì[¦¸ž62OªJ'ά&€}%¹Sb‡¢Ád)ú!»#kTÚ¡Ddlqè‘õ}q5jûžÂY3F™Uí¾ÑÕr§?j@–øÂ•nèÅd»^ç zT1‡Ô‚É( ¶8mÏMŠ•ÙÖ*dÛ™§òa "óœI¾öEhÔñm¾þª*˜¢›:å]¶7vˆ)|Máû¨îÒÔgØ¿Ùcct¨I\‘ÁøVÝâ˜6;5ë9ôè(ŸLÑv½?÷rv\–qVª¸ûÉß’ æ&hOp3 .Ø ˜‘Š(Ke|\'GXë,çÝnOÀŠ ÁÂh´58¶¦Íd~“ æÔ/ë™ „’ˆÚY-™ÛVm-šgŒ5.àÆalS#•˜ÌûÜ‹êÿán;¿žê`*ø¯«Ñ€fVmËóÌ|¿åB•‘{=P ô¿€wEOa2½ò<0ާ¢´Í.°Á6æZžF;d–Û&ä¿Å´ù²‹¶L•]ùY<ˆu~O0¤—Qˆ²f»Ç¡ ÛÌVOiî0dYm_‚ÞÀÆ¢ÕéW󿀰Ê¥‰|xØaó"·²“ìþv•v4€×¥c‡f›±D 5—;QŠT{âLh GÛhf¤Ñt¨9uœ•I€Úâ²ÆÂq™Š zøî0únÛÏ›×Ø e9Õm;óôuq1êV“g¡R=‚<0âN¢ÕîÐY„£*ˆ#¾dÒ×€GØÒÎ&”c§  -¦ÂMØ€“f£½Ñ½®×©@·Ëêkäõ}9Ú&qF\ÈL7”!”z~¹¤°ÏõÎŽuž£fXXw|„ciÏ=´‘ÚáQ: nY-#‡™hÞ .¡¸\þ"ì¸Ýx485W™áàɛЌã£Üá†Óù¥¯sÌ“©S€"Àå'õF\Í ¥”ç¤ÈJƳWÊ}¶ª/¡;ªüÕÜw·¶4PËq†SYÔ‹@dŒö)f};¿«ÞP ©IÂ'fmÍÊÖ–X_)*Œ²Ü,'s§~”S -·1wrñÈ~Ÿ¾Ábæ·Rw¥_†Y§, ¢Ô­Ñ%F«{ê,Ö‘:,óü¬Â¹°WŠp„o“¸@Óejpþ• ’׊ï|ÍKh6åí‘vq˜/p?„•Uâþ BH¨ã7˜AÒÈT‹`¶)vXqd[¢Mñ¼\ü\FV0m›•¢#vƒÝ¨g;+‡ÉŠËÐü(æ“jŽ|×HFÛ¨;°?'^” Ë·5e™é‡‰¢0„nt˜»vç!g'M·B(œuÎ3R %0Ñ}Øb–IiÛІç{wD8g¤º ̲°ÿf8`ÇN¡ù¦÷ÇIÌRòHZÉqHî;yâ)Î û(AõˆÔeÖîO@¤)É3ÛY9:¼u/rß2Œs.N ìèsäü­A?‰sˆÞ‘³‚t©íÒxs‚øsÌZz ÇPž‹|}9,¯ÿ68ÊIALW^nÖœU0o‹4âeú #ç'ü¸ý5–œ¸Ò¤‹^ùq…j*m´ˆø×‚%ædêØê^„m{-`ÝQ‚zeÝé«‚áÒôÖAòG—ÎŒX·Ëh¢ÀAÒµô)*,:x1^‹Éd™ëXµA»®˜²{ÌÖØ6ý•\ä°ËÉåÊ´ZX=æÜÉ;i¼Â•Œ¼üçÚÀ1××é} îÈ·F;ãp«Ä×ë<ýO+Ú%_ÈLuCDë?Ls sù#R:fµ³*›se'¾9ã -8ZAUe€Øx ¾ØC¨fËWdî(%)¯ 9¿sS9&óÎýEñªÏXƒhëðFþÊpR·[úפNåÑõc¹Ξwè…ÊSe-ˆ\71 ]Ù,²¯a«`«¾…Oª™9°jñÏýମ»?K!]Ûk©K²öxJWÎV¥Ü"LlÌÍ©bJº§ÜxEÝîdÚ‡éó*ï\ûk7SŽ˜ÜN©.Û7ÓƒSbª. -ëöT_‡ñªµöŸÆœPÉééÊ¢U?šUÍ|E.ob÷æå¨YNÖ=žæ{ð”Œr6úú©Y4£ÊLšçpiųRv¾XŠ Ç}” º,—ŒoQ“Í´’½™L½‡¯f¨-Sq­“/°¥º‡g¨X®×ŠkÞ²éCšäˆÆ#V”_Ôñ.š3y–ßÉÁ±(*WûaQÆåyŸ÷Á¬œô–2ŠLÄѨbx6:¶ ÒíéÒf£|“×wë³ÕÚᇘë;Å›F­ïdUå¶R³p É翳breIGŒ²SïüÔÇìÆDg¥þåHгSvôô¯¼èsÍ€K(ìòsÝFÙ“ô ˜f¥NŠb.»û­&¯²ªJ|g¥ƒZ8>;óÉ‚nÃWOZœ>9rÎa5—ò¥sÌT¦Ê‹‡Má¾X!ßW½ÙÕÉdcå†ÞÅ…ƒ£j’”»?ÝJŸ -40+®¦%ìká]É»ØÔ¸Üϡƪ*te ù/ïâ¢e*î -¥c áavÈqL(4Ó̜ª˜näóЫpìÔhVx{… -”%û¥`Í·:Èt`ÆÌØœØç‰F:ªòpg÷Æ;æf%U@ît -x4»M#­°ã²J âôßÆÞµ¼G¥J0˜ÝÒN‰1#A1XÌ—|7PÎäzâÀ@œŽ1áVŠa=ÃFi¤dy7{S0p %œ&ˆŸA!½6½ˆšnBœòË,á¸6N¬Ø(M”Ú¥|8ѦA’sèNÕ¶L«Á¢öIEgㇻCÃ*/ÎI‚œÀÊâŠT—]»ã™õ¥g%º,}ÀW€í’¬‘lóÊå´rÿ* Z§ƒÂ®0Äh¤³¨ ¥ßÄbO²…fuDsZZíÞ3RpaÒלs>î0ÔÍ…38#kEçTÊ_½Ù˜MÓÚª[)yËöFÕÄøU!¼õ6ZÞ"¿zNO 9Š4ŸnÅΡE+æ?®OÆŸ%Èç{§Lf•PáÔï⹑ՂCïÕÀN9S±ŒÎXÒ‡J32›œ ²Ž‘>¤mHr« 1YãÂJ°ÖÛµ0^›&u’^wÚØÄÅO%ðÕÛç©Ë¦)ƒ‹8Ų’4ÉŽ#mŽc#ˆLTÝFÉð–¤I³2¾_F‡ö)LKòf3‰¬n{1 )½Š|ü68Zôõ0bu#%ÓwöñÁ*+™D»´ Ìw›;Æ®˜Ir%½¶÷¨v#ïâsún&Qå­::Q6ŠºE*R\#xûæ¤O Ø®‘hîP æÃC§}~œ•Œ½~“5ާư -Õp8uЉpæ õ¹/ó”.a’™™Œ\B­1¡òÃ<*%šÛ”=Z“5þ 5µ²WÂî½{—îðÓXøÏ_Bh<\°øìó¯`£K­H‰Ä1[ão’°ŒT Ç}‡®ìúßÀBGçhT ŽÍHŠ£f¤ Q‚<¾—pÎÂôÍ¢âd²8#Å.òµ©#嘒™shà¡…"/Ž”D4lŽ–¤ý~Eˆ­Ñª„¢ºe³ì>׳¢5'бõŵ»ËQÐïHÔ° éœ@•RÉ‚rë÷Nœ‘ÂT«ÙœgØD³ËNçK%;¼mJ¼À§Ê¾}cêÀgôi½éæ?†Ý!=%O±Ðwh›u©ÛÄíF§ª—s×SCa…Õªk¡þǨ˜+Ø]X¡ÖnG…ÈØÙ¥¾á—żržšðý»N±Ö.x`Ð@™ªcšAQÅ1x¶g¢T–UV2 -›@wæl¡]Î6¯N—_Lóç_ºbeÝ~ù"—/¤V†»"5gò¨ÏŠ%ªãëþ’õGÃd#«4™Bä7౱FÍÍl‰ _.È@8!S9ªµ¸ï‹ÝÈ=`ÁlÓraN?Å&Úål¦W.¯za/Rä2Qaûå‹l_ùÕÁÊ-ÛÓ­Ž]Ü]ˆ -/Ñ5J.›”k±z:‹»ÿ@š˜‹kú¿~ÌÓMhf½)*2?bëd8®µ0×·ÝêMÃdÓÇÄöÆv6¸TL[K@èP„âFÖƒBº>È·KƺnÃ=Q§ÐÀpÌá{±‡Ð.ËÙ0dÂO¹ÎÄû”WÌ…_rír"¤vJQ9Tz΢ÜiOë/r—+L” (ªž(Œ;KD¬3¿–Oȯ1E¬CgFìüҚSa2Ùu¹ªÄEµl„l%‚Ž;ä\@]´€3BÙ54šÁ&u5QÉèúsrE‰eµ3Ø ÔåvÆzÆ- ~gÅÞ„ ôßpã0<zä“,ß =Ãi¸.!×8bOF¶@§ÉÓV؉*Ѧ'C´vÅSÃÍ`+ÖÛˆlR]ºsÊðg7£#6«~x¹b‘´èg=00ï-ß.æ´Â‚è+œ¼xæ¤çœÎYô‚úp[¡”‹ªiAˆÕ¹½Ü„enç)€ÁcѲ$QÀǸµˆT¶äó®Vœ(îé0± ½ÕÖY*ñ÷Ar­ˆ¥[Mä`nK1Y¥Ø¼æ–Òºd“ß)Ô´jnèä° v—¿V¸AO.É­EXõyˆý±©»B« å´*ÏÿfUHNU‰#×h®4Ü&˜ë‘M^ÅMëàG›ŸZ*¿F²JO«‰5]ÛP×"EnÁIØp<‰7|[£§Äš$¹½Ï„cX3ÞòÖå*ÛCËÑ Y,ÒVw¯#>wË•ÿ»öŒ~Ù§ÿü·ÿ~úËú:OÏŸßy{}ÿeë_~{ÈÝ<}ÿùùñË›|5OüðÕç—ǼëËç/¿~¿û*àÁ^ÊíãùA_^ß~ûåO)sCi}üOó:O?¼¾¼=Þ?>¾ñŸÃN·›§Ç7¯/Ý?ÿòú“ÔO0ìîéǼaòeŒ²tì­Oß¼|ù½Þïùñåí—‡NT§¡óãéoõôüøéåíóoŸŸéò_“±÷†ïóòöøêõÑú Ÿ^{|ÿúþüØO,+}ß§¯_x|ÿúgÝñ»×Ÿ~nñöéžð²ªø8ßÕ§ÇûËïŸ?½½óñëÇóÛ÷o¿¼yãÛì`‰À[ž>}þùK½ãû_½¾HÒþòéó¯??Þ}Ó§ì_ùÞ¾~ýøúÇ—×ç_ïϦö?!ú¶§O¿þðø—>ö·×ï?ùáõý—|ÁË3úÑ×_?ä§þÄñ´mÃäÊW„)5y1òL2db†6’O'7°ùüˆ¢(iËÿÈ´§LËbkÿuሇp…‡pÂC¸FGéy݈ÿår¹ê!ËÞ&(Hy¯»ÐÀÞÆ ·±èkÄ}í¿O½  ·Aô6 -½ ¡·Ñèm½AocÑ×8üؽ  ·Aô6 -½ ¡·Ñèm½qiÈ òÑ¿z3 o ƒ¶Ëýðí|›€óý ìqþÔ®ôý ìwýŽÂf ˆ¹mwÛþF£¿aô7ýEoãðãHô7€þÑß(ô7„þF£[†þÿqÓ¥þõPDý¾•ËâMõªÅÊÅ%B³ÚqT×^3qÄŽ8„×ÓUÉ{Ý]|®Þ+; -w,ô¶Ö×/2ü*—ÃmŒ ˆ6æàFÀ6Ž_7pƒà†À7Ü0¸1àFÀ4Žâ*ªÐÆX¸!–XÏw¢ís‰¢È?ÍÕ««?…µò~÷[ä§) "·Ô"ÆMT_äq©÷\hTGï3‡û×#qåpÂ-¢fTW ~I×Èý5û%pšƒ‰ß ë´=quAEÁ”*š«ò³ÑÊÿ—épßËìUþuÜ–=åæ÷ :m=…&¼â—yÄnáÃ,÷rŒ‚¦­Õ…늬ëÎ9÷xë­}‘˜nê¡xN¬_UÀÜ—ÅrÞóíò8wñZ{~M‹ßÙyH^G.ìð"rÛå`¿í<"ÕOE”D¶¨C´1‡ˆìÛåähC§Óîd8+ý%×À_k½òF{°½ÑQ½ -ÿÖÇÙpªRò9\ØRžH¬n;ƒUm‚Uþ³òg÷ôqåŒoJP»g,Ò\»».÷ó¸Oßk—å‰çZˆÎç¨á#¼OêºÜzާç)bRïöð -ýÓÍež <çCö|MªºÝ'gTð¤x;y¢¬ûí¡¼/ö]{4ÐÅù}Ë_‡70Ÿ ­×1ò§‘fýÒ´áØÿÐâÍÆïÊ£AΉê=ÍÛù}>Ô]òŽH&ílѼfæûþP÷v  cJp]1ê§rJ\-©õÜPÕFõ®Ê%øåÖ£‘\´ÖêÕ®rþ¾ t{ØzgÌ  „ú±©Wd‰¨õPkiFÁÛÃ4õpMiƒ‘½7FÍñ (øe6«gÜd­ƒÏóEòŽçå²âpîVî›…z†{NTÐ_B>,Õ5ÏÙoñ{ºòhxR0fÃKÈ'¥ºäÕ›rî­…‰‹,gIÿÁùº ¯ -ç·#•Ö¸Ùz©,£b1%‰Í~si³¨÷@/µ^5¥õ^HDÞÓ3=~YFeê5÷JD­ÇPÚáEdãe~ÿY¶<xàÑ€‡<x,ØqüÊQ`éÚfxð(À£xðX°ãøÅƒ<xð(À£xðX°ãøÅC<Yc꘱‚_ƒØrÔz8_äª7»3ÍŒúûš2Þ2„ãleÔXÄÌžÄÈ @–Ò«m’ùæñ·2²4œîJR{Èï¬×½lžÛ`k®Ÿ €4bJ¼ˆl½ ¼´±FÝõv ò¾˜Áá=`õ!PÜ–ƒ„ˆ‚Üã%‡Š=BºÀ±ÉtYOõ.!ÉûbÆŠ*“I~@yÇÔ¿[ow ÙOœ/zX=E)·å Òˆ‚µ‡IÈ|ŠZnËÁ¨Õ­`y'ƒøÄ×½¬n|•+jxe¾+ 2bOÝê]ýXk3»ýÅ>Ç{ÙÎØzk¨Û­LêuCý -÷wIf¼ª*KÞ38œ¼ŽÄ.7*©×ú4¤ûØÆ„5@‚zm;@€e5 ->LIDÆÓ ê5*ó"²õ2x àîî—¹Öþ=ì8~ñ BU_wÈKýÔ¶pv÷«Øg;áp¾}>õ¨õÆ -ç!¹™ÚÝÆ®~ÕÈõ Üß9¦žà-ã<àvdòŒ'úýªÃë¿:M=±}‘šna ׯ2Ü ñ¥¡q_†î¼±õpbª_Wnù³åŒkà·ý›zJ‘ð’Ðm¢ýVrÑÖd?·Ý>Ä>œ `­^…ö­£>VZŠª§ñưCz±½Ñ{ÀíÈÔá~Ø›ÕÕÈnQ¿¹1Öo¯ƒ¿ržz=$ƒ¸£ïdN‹\ËZ~´½ÂXë9î.M%ò§ÑC»JûSÖ7EÊÍ× ;¬×áTh«hgüxws µæ+,xÒ¯*1²‰˜ñjûo„¹¾ -@Èt뛽¾Àóô!nêÇ©êÖD Û=\aÿ²Dn­×ð¡ÿ†™c;£û€ÅÒѶ¾¤!›VÁJ¿G|+íïo,"·‰SmoÌ`„*²ÀR‚cÀçhRO€eÊ"@Ü©Ìh€U°Ú€í‚ÿiêIšÈO÷©Œ7òú9%Ý%ï‹ÔÊ)o¬èW¡½ÊùŠ¿$dª·“÷Frg´QÆÙ‰ù‚É{.:³#Ò±1žô›b›€šO‚Ì\ZÐð61M=îR֢ߓ•4Vó­O‹7W•ˆ‰l×5=5a1ä…Yù޲ˆ[iÄŽf=?DÅ]~s¤ý»Ñàǀ=ð8~õ(@æ˜Æ0¯â3»¶…«ò‹¬3pÁ引G7³'R Hƒ A†Ò‚‘ÏG[ù@<~0¹Í±ôÿȪfUµëñH"Åí¦Þç+÷î ÍI„s$ÃV‚xþ›~3r­šÄ¸•+÷øN‘ >ŽµÔ° -zÈÌlÍ?+)µ¹ªÀšEH¤Kæå§_E)ÍA ±Y*Æý;ÔÈR½-$ ==˜rPKâxSÃ;pŒ™ýd,AÔøØ—I"¢’Ĩ=®i¥E*2Qxa æ¸^†<¤£G@¨•NB’kü_–ÿû·Ñd»ìôåûËôyyŸiémÔæmlÿ½ãvy¹ûQ—“¦­/eœÚSšþ”ÚÆåKã¼”¶^¾û³ž=¬ÛûþØ6G¦@ö¹x;w²Ù¼z;ëøHÛ#ˆ!OÞÄt]÷ËXÊ^GéìJQR„7µ–Wx³ÃŸe󶘡㛻ìÜúy}ëûÝÛ(â{ èD% ß¡óãßbC¨˜O¯-/—܈¥ñ …éŠÒKrJUHéˆ÷Ó0ñ]k%}$guß"eí‘Ñ®Åk~ULn2 -ÉÞœúŸfÌlÀøNõˆœVTæëwJÎTðÖ ½ÈxòBÜ'2äÅ߉ bþ¤4«æ;{„.œ  ³aäj=±·”}l½ÕÃB Kd·5‡í ²l¥Ò¯û³K1=kÞíúü³‚ýLt_¾ÌÝ4ºo*ÏÌ66š’ ˜´UÕÒPÔN…ÊÀ( _o)ý@c«)æ–ÅøËpˆ3¨`­þ,Sfó¡J%â{^î‹ÏŸ¤ËÁö 7E†ÃÆèëŸ$AP‚…°¯Xä¼gSÓï& ÒêÏdäüb4 -v!,hZþBBïíeâºãÕ}ɰ†‡l„\öXPËÜw¯>!— ‚…þÜ8&©b÷-ú/˜8ŸJÕŸÇÆ¦•³&ÍПkFiÕ—Ž˳]ú³Â˜Í7Xˆ°`ATL5D\k^!nn‘Á¼xÐüSõ6| !!@B„„  - Ì „@À !BB‚…„Œæ…FH H`H!!A‚@‚BBFÓ›Pã $HUFHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHÐ@‚B‚B‚ò@ÕÄ3rÞÔE\@µ3X29Ä ÕΔH$ÃlŒ¼ä²Ç‚ÂBF£_ M6ª¤¦ž‘ófŒá÷d2 -åƒÖGÓ´´1›aÒ ý:i²ùÃB„…  ªbYCĵæâæ–F¿žšì=@À !BB‚…„Œæ…„€x@bÈ e $$($dD0/$BACB€„ 2"˜! !!@B„„  - Ì ñ€ Áª2B‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚A‚ñÀÔÌ3v߸ö_R oÈ  b°úŒJd’a6¹ì±µäÉø¿,ÿ÷o£ wÙéËßÓçå}¦¥·Q›·±=üå¬%Í&M[_Ê8‘'þôǸ]¾ôÃ;[·÷ý±mîˆÅ(‡ ²óÍæÕÛYÇG×§³‚É`»Ït÷µ–6—kÚÄÿ¿¹ú:Kšû¶ú‘èG`ÔQŸâé„y¹êºîWÚ&KÙë(is ‚ÑÝü}~÷yïOÃçtBŠ“ÝA×±.há¢.)©¨åör‚õŒ¨ëöRB: -5Œö·÷(666lDØH°!°¡ZíLÿÿˆ‚>!ÃÜêЦµ”ý°$K¶·ý3ž4ÐüÿŸªe«í¶Ü+Û{þs£ -ÊR‡­¬^£{Ú÷Ô9äÒM—%âÏÌçbè N‚¡Ê,ú§!´~ä%IÕ¥PÝÚ59ÙéJ¾Í¯U0 †â/íËx¨w‚»Êñ'Z‚géÿ5ŽÌÓ¯Íð¯Å On°^ñß4xz}WúùŒãšWô/ÏþÒÇöýŸ¿?ÿ5œð‚Goøtú æ|ôâßûïë?ðûûãÏ÷¿¿žs;>þùÍ ËIúu/Îæ–BÞw0™ëq¹(ÿk ã¿·ï·Åz¥;ÛQÍû24AÜ¿n £©›®{Eÿúì«ÿߘˆ$Àï¼æÑZ˜úyIvïv*ðp®_M¯7gég¿,[è ÂÃ1½ûu7õe°ë^Ñ¿T{ièxäûOdç»N½Òéÿ ë&çåÉYÿÑßl-Rþè>é#ú‰ï??>ÿÿ¨©ôÙT¯0¢áñûÑYf{†«ž¾“÷’Éx%8ÿ&Æ$W÷î#,‹ùxÐ"ˆé—Ì+UWa²Zk†M¸ëM -¡1ñø ÙÇìK¶cè »¨€çts¹ïi6BÒåñÍž¸J!¹qHUHõŠö!è6ðDý¬p&×evåÍûÒ—õÛW|ú¿Ã°ÝÒAžûЧg^ÂÊÍ%ñà +?ztæë;è„ß¼4Õë!²±¯÷º¡ Ë5‡âMÒ;zZÁõÞSÓ?¸/n'G]$G~åÞU„ËØóæXÉPÃV‹ò¿B(ØZ¢1i×}|äˆ?Ú»ÉÇ4/¦}…pèa!ÂO3}5L2J˜¨(ì>;î´^¶!nÓľ±æ^1âBˆvë§¶ƒIlñ -ˆý^C§;‘™}HÚ„mã*ÏÎ84 2ËÛ¤’B|£=€ÞçÝmEœžùTAôÐÂÆh¾¹öÐ4¦0dJr€Ýºw+@½z~]ÄŒ}‰½h¬Pô"h–¶1—ÒF§œj™"f]ì6px=e aÜD£× ê -͹^) `áVD„ê™ðÚo)äæ&ž'úÝטŸPD´*D±„ùOÚµü+!C^ƒ(˜Ð^x>xýÐ Ûªz›>%„° - A {˜í‹òhoå^»¦eÞIáN-àG10úŠ´V’×’Òl ÀÙ:‡(=TöØs£Þ­©Äè,nù¶¯@kÕÔ‡o¼ØÊ¥-ꬕB-SÛ‰N8˜:!\"âñ¼©tb\ìñ§=R ¾ÂŸ÷|÷ã Ø]7@ë×d˜Ï©»JüO]Y”ÁÓ™q_×ûCÀŠBèœÜ€5Â\€域^aç$QåÔ&ƒ‘3Ì Æ Šè^»@¯kStQÔõi¯±Ì•bØeúêN™Îoñ®B//ŒKv:tùZ´78wÕ„F•°[ˆ·‹TŽêvi^Y³rÈA‡ÅoàE`ÄLõ”ȸg§ãžÔ£ÿF½hÏóHÆvFŸRK9™)êQ]x€d‰¢§–Ì{ª::-ƒmŠ)2lÛ; Äýžsy¿1½b¹¥ZðZV¨•›“§©ðdpt×Ðòq¶§÷Þö’^¹¾ -)f]€œ™‰É6— XóÆfûiŒûΖU§pyºÚ}Ö¢"Ðï9Yå ï!èMEí®pY!;CR¨“°ÇB¥Vr®G4¼ÄêF´Éáñ§b³}ùTºÑáØ Å ýžsGkÀ›«¡ß¹0Æói¸Ò6¨Wš‹O‚„8Í–•GÆd$•Ýâ›”™¸ñÇé7Õ&s+ÏDx2cªn®àξÆhÇÐñË¡ìÓ|‘QªýÀE‘h ý6¶Iãzhì)_5²ûƒí¹¹P\œ8DÙ{¼Ú˄̯KâHîù½y§n+5'žG‰°éaÚÏ1n -]vO”ÈRáSI‰ˆÖhá…‡£5ÌÓUžhžÏ²Z2åÓ]1¸i»…$下BåÊø8¢Þ}Ò‘å'ho·E_Abƒ›G;sVE·K4"˜*%ïs¡ß-HwgªWñí LI×›H=DÆp(¢J°=5_êèVÂ×ÝàÂ%2 “ÎgEÝW‘iÖ˜àå…gcG¾ì¬to¦ýH [eu I¤&€Mž©×+‰Ñ$äØPBaâžÔàúQåŠl+Ih¸.,F•°ÎÂCâ ÝlÕÝëÕj4¿O¬vu?zÌÑØ´Ô(Ï Ñhzê*µÍäô²iUö)Â2ÌÝ~§‚»êû!Ðs½hqtŒÌäQ…r:GD1QÐÞ»\y M)¶Ì1oto„ÙL¨k -äGOI¬–×9IÖœ•p÷’®uH¼Ýý¬sôÒ‘»Úä^Lf`fÈœÁ—·1o=k=t ²o¦Ëy)Îlt<î‰4.x¬ørí>ÚÄÛ#ˆ¢¼æUqƒVÁ©±í›d:Ê6[kW•ÍpLHŠ2/çM–lù`£q=-2½HeóŒ¢;b#Q³¦rNª=_°W†|к°Ò÷ÔÇPIN¶A½žòzÛª%9LQº’ªfvlÛSàŠ Z\åâ€Þz/o*«ÙzÇ;d! Á fHäT&÷¤j¯¡°m&En\8j$ïÍ‚ot}ØáîjC\Öª´åËP?|ø’Ö\QÍ)G{(½ 5j¶iK‡¸'¡×ÐC:Ñ?ùÒ׺be:ëœÎ ¢¦!u·,Åiý}>Ó<ˆÂ‚ÙVz{^¦ÅyfPÊK|_.U·ÑDpá†Ð0QXñ$s·Z¬†é±O¬&\¿/<úFH‚ÊzŠdܵ¹ìLÁŠØ>Ôi/qÅš¡ôŽìXÓx¿¡É4o"NTó°eǺFÆ%JRçjû) LŽnŸÈÖê8 ?UVa}Jö…”e7–|¡ÁQm•ý®w êõê!ÊÉ®Öo÷ á -® ñU«ÀÒ,Í•+PÍÏ>L±ðÜ@PiÀ¼RFLÉ,átÉd¶@vìÖhìUªfL‡À}|Ç£jªb°üô›Õ¬éš³)cÿí;œYrÆö˜[®ÚޝaŒ˜&9„X—ooÞ`ø^yíh—;«¡²«-å†ðŒ«®¦Ýi”#/= ØV B튚˜\­\澸A‰ø°[Ý=„èö ôÖt¦|›F¶èš3ކG5C0Úð½‘/k[a˜ñ– -ÛT‡+̬[ºM\ÑÚ¡K˜ziÂBlq¦Tv‰­üpÖ[±ÏÅ©+ò«Pœºö¶ÈJâñÉè"$Ìý*º«Pñ:tÒ‰%l9Ðçb@ ¯òµžQÜ>…$AgÈÇ>¯xÑ|ÖÜÖ4vè¼Ö«˜M Ó´Ó_…öÛgIèºö$´§ð]UOý(f'õôI&>ù¼Ma‹Á3# ¥(BúfxŠá´¦š¡v]ä§½ärdO‚ WÖi%Éä¸dƒ:0%­%ªýÏlF|—¦[í; Y'0ÕSâ>ÀGÊpư˜âdšßÑlÌîï3Žov󿱋Å×z|}\j¡—¬‚¸#>üêzÅ|Á(rCìó% %­f7@O\8 *@—¡ßN«Áy^UݧSã¢[-pÈÁ’!P –ðpÞÐSF> -Õ]«Ü±(Q‡nÌ:¨šÀ<6RDáíå*Qú‚%¯µÛÖ·’,* ½äD4šW[h±,Wƒ"4RãN_ÁDv­®™nn–€»Î^l÷fxºEqü:-C€Ýål–‘feŽw€îÇ»c;ðƸn¹aa˜”ßfv!¥R×à{r}A ° -fÌÎìê ªt°Å›ï¡ÔEÒ D·µ¬úͪÊÔKÊm‡"Ë’c“‡¸è »=›y¥ˆT‘¥1ªc/fÙ‹BùöxWºÀŽZý‚` qCëó\ºÉc‘7‡ƒ÷ôbê猥Ò@Å`2£üNE±* Í=Í룉Ú¯+œ%Þy7²aB)Q †‚ …’µRB!Rº”ÍÂlÇêÎH$øo¥ÎÐŃW#¾ PhlñêñŠøneè7›7"µä¦WµLa©6.ÁРöbL$>.†MLš†¥–#'[ÃÏc -ÕFN7>fl + `gÖP”Ï­Üe‰åòèë¦Õ*rIÛ'Éëk‚N:‰\W׃åú\—Ô!âµl<.oï>:¸ÂHŠH={6Ãtèâ2¿[q0g§i‘ODÒˆâMœ»¿÷:ƒ#ÐM׳f õ']ë‡qÅSBE„6PºÜö|íÄ1Ší•zäÝù][0«´Î‘f -²œÇQ;ÊwúºVAHýze½ÕÅ$•ݯd2:B•^áŽi2ï`ÊXë- ¹Ú1E„híoumgÂ4q<Ëfá$ycKLh|ƒ¤uuG³Á7! ….õmcΩ㧻Ãuà¹n9ë3Š*h©cþÈ‚ü 3^$òÔÍߣœùþ^7·Cá<å:¼Ñgø (ÒЙ=5ËUX5rL¥ÓY+úò]¢‡fñÛéYÕô)cã«Ì•Fp³Óݦ×5Ü»[¼¹Ü šžä¸‚h.6D³{§Ñ‚äk1ñy}»ar¡aå‡ÙZ u§xhµÝÕ™!u‡ûˆ&"¨ˆò¹âú.A÷î¿èÝhÒ®8¢3([ïé -'ØY$u¼v†z¼Ø²(ÌÂ-ÇݽdÛÐÚm³ÅsÀ5Á ÃnО䡂¥uewü’|aÉÐÕV†…™Ià,¹Q$M±P@]0‚Tõ†èª -–¹Åâ(ßh݆›­ÅW¼MŽxŒº®#8à}âhâË`Ép§ƒÃxÑPË[q&™ÒBOx0^,C-+ —¥^›–’L‰š'ÏmwZ/ñð‰éê&Þ¹Ö}ß`»¾ ¹ hEÔ à³ÜUÐC ½¾íÄ^T Ÿ»µ-…ìÑ‘»âF í *…J5¬_ͽ8Åßð˜¶L'«î€ov{š»£Ê‘—Pq?«nÙ/ -{_ï)Þ(*õUŠØ‹{{ϸÇuÈYc‚ •Ók‘–Vqñd÷þrª"àqU+kd`™¾´u< Ú(Ûdáyø;‚D©q^§ýl\ÀåÃ6ÜNf0ksßÕ0U„yÝ S³Î.ìÙ¾oS¦À׸‡ &cË¥;3_aL©³=Ÿ;k,Šð(‚Þh°x·è]5À䡯uWו>™ûºñä¢ bÐ L^g8¾tMIÒIˆœ™sJT“Z$cée‹¹Œz‡HD£fR„Ö "Ö±GP …¸Ä=Çâòªf?n´dUˆûñ‚åWÉý(×KÿÇPíYƒ¯<>‹D´ÌÛq ú/ß<6œ}··,Štçì]”$—_W<^´wšùœˆFïys¹’2f·lðh¿À --ì Ü+.9¢QyO¹wi)s±!®Hm%ä`¯ª¤.ÁÊÇ,InùMÇk ÷¥õ©•ÞKŽ\d3¶9|£Ë_!p¦J+‰ôè+˜Î¬»Ž›ÈfPh *ý*K®rÖé+åÍ¥h;vM— -I¡.•<m»juæP89ªzîµm;ŒùºGô-.É—©{Y€‡ª{ ‹p"—M}G½ ÒqòÞ%ý¨j²†ìîü Kì²L(]æÆŽ?ç¾°õ,ŠØñN¶…c_ˆÀ{8iU‡éèÑ©.¹Ûäâ3Ï‚kCÓ¡ëîR²ß~"Ä’ëv’m†ÉÍ@ ÎN!̤eIhTa#s42¯+¼üÐÆkßS†À=œyàe±Ül²œ½æ[àÉZÏl=>ê÷£¼Ž]¯ý¤<¨„D4;żF¾V€Ù–!ƒ*9ÀqM1`_$(W&%cn Eó¤ò6¤c`1ÂØ}‹¬Ù®á䣤næ–nÛ¤3q]Á8øÇ ðÜ È‚ƒbD›©‚8{›¾+æµ –¹±SG ” ÏLaÏE¯Ì,Dsn^R 9û~×눵¾¼eãL•|{_q.¤8«K³›7›:d€ØÈR¥iLG‹ÈEbŸ‚ÄÜͪ‚ºÇMuô`ð'­$ÛŽP=Hý—›Vºbá‚*æ¸ÿå™û}~;œÞŽŽ+mÝZ€+»}×<ÎûÓ†jß•ßëä´ÚÖ·¸1þ1T¦Á…H¨¥ìqÒ”Ú#Ë#î¼>Î_‡:âù–¤´Ç]´Æmì6l£"ÃÚD½éê6FEÆOc^ñ˜¹éÁiFzŽë¢èØé]5á0Í%O¹ásHhîø¢™Ý> F€ b`!¤pVìýäðy‹N~_òÎ36ø·žòžFí†.VpLk&f€ñ“¼oÞl\é^faí\Ÿ5Ÿsã=ȸ<#H ·Ñ -áìöC1CòÂúä‘$w—•^5^½tïl -ûW·Ô –ÄQ‹yöÁ¥©µÜ Í‘Žœ¶z2jëí³†€þ¬Ç³›À=œ­Ð_‚K|\¶ÂÓ¦Ô1©‡lÅñ–úìb©cœ„./¿ïÓRèìûä%§R[NpÎB™”ƒ -°Óm5ÕC1Iü­§ûz¢n£ÁÚ¾#ÎMåÆ]—:‚æ S`ÂóŒ9ñžŽ"ºë38h_æcPe #yd“…ÃçØ vCÇL±±*îFfG ÷éFã\‘'&3`•Ú!¤®Æ€ _èó¤·- 2|’¡bk±±ö¡ -·vlŒÔrc;œ¨¤·ÅV™ºÜ Àë\èbpYÝ%˜ã©l_`ÀáÊÕ . ºS…˜N«C‹"qψ®!ÝD!·¡> Y·ïÂùaR%÷,¦å, 5àÀW㌼Z}E‚_Â.A˱îs%19„º–ìä&½£Ò¡ÃwÉãÚðžùUŒo´»•3YQÈ!A…j×õÈâÒ•e[‚£yA¢;™ MÚ…Q/È# ß-œ¹Ç8\í9ÝÕù’‹µ„»6NyäqŽŸ‰½«T äßñZêx<õVF–ÔÎÝâQ‡¾ÊKêvºI•àïv8M%+sÆɈ–ÈWÍ+Þµ¥PÙ"žª>¾/3¤i£þæ]u¶ž´#ª¼pqÉwÁV3 -|ÓxJÃ:Ê3»^WŒ¢è…t‘^܈Žk±x& -QÉB'Ÿ -€¹Ýg;Q£ˆ"DZðB­ýñ^#Ì9øÌO¿‚·qMUQÇádž§8Ã~šGÂ~«±%”¾›_MW~K ½gžê ½’»pŽ›÷ªè€úƒÂÞSÜÙƒ¿¹àˆ»h-®’;«»^"çŽ>ã¨Ì§²Ã:^OLjæoT›#(ž õ{¿TÐ8c&26œ686%Û ÂElFØC?ŽQ‰XÝþW¿áa¬i6hìu]\¿„À`©Õ|Çp‚µ#ácÚ<Y<åPhŽ»Hyv¾]ÿíÎgÒë¹jÞ6j¦åï£Ú,ÝìSh£UÏû»¯Hð5¶š -$ÚÀµNòÓY`7r$FÀµ.pc!œ9Ÿš1.&É€Š5îH·By].–“B×ÖÄÅ/òÉx÷ñåXgpáå²@›š¤`Á="*±*°Á¼Œ»F‘Ÿ3‚†Ô-eª¥Ò¥Åhd¸À5KœØrU¾U÷pt)|ɶbLÉßnaq^ ‚ø%ÏÊe=:ƒ»¡ìH_F¶S>k.Ê_¢é>Ñ@—o)÷r×7‡á¶,V,C1U7OSáëˆ ÉAlv$FGQ{ly–šõ£b<¯«-ÌR™ì.¨‚.Sm¨/ -,‹.•~°Àg0—î¯\Ïš,Lî“9r©ç¸|v¾žX:Ñ}ªÉkžèO+áï„W|F õ'æ"ŸûzëµÓèæÀu‚£ƒŸ [pjåbXþŒÏúª7~ÀveJ5(”‹k>jRðÕ= -RO·—µ<á| ·F½LÓÅU¡JÚãà빌‚ú…'!-êðŠêNæ¤þGúÿÄMÛ'€ŠµÜRµléNîÜ63WW¬ UÆuê5ºdÚ¹´«Â튜ÿÆaðá@ Ä¡!G®#‹¾Âi'Nö¶JÝÚ†¥ÿ¥BýßÁžtšÝlŒ¡P%de&Щ±O½xóÃW:^ÀK¬—gÜ œ »ŒÝPþöm<Þ©ÞÒlȆ‚Ò2ˆêV>ï-ÿd#eï¹E ô‡ÜJ¡X!èr3zÇl ’•V…bí„Þ˜2]öãõ—ÎW!ÂOvJ{N„K„°€ sÚñ8rxmËãT N‡ˆ¹¼S¤Ûއ…m'÷\oKâ°ƒpê3ù4\PœÅ¼¾²&r䪃ý\# |"šg ÚÜ–+i@ÚÚøÊâ(n^ +¹–Û~¯f¶¼¥ßÌÍ÷â3Â$Êü Jñ}oóò.VÌ«a×ö¶€¥û-¹hÉCnÑŸ%Ð'÷ÌÒ·{ºan2Ïî7*¹ë®Œk*J.âL~Ô©"ÞT¿( *B»ó¿M·uá.FÚ(ߣDmõ qF¦;+IUõ›ãdOeÒôþnáoqi5úòì •["/•/HôeJgìúYmÛ¾]%„y¯FŽndB:Úõ¿Úkø ƒŒ|ØG½8D{}¢ÞîM¡+pÉ£Bƒòsè šG´~®öÄ¥½ “Ña)¿»Yれ:ÀÌ靸b½ikC8Ú±¸ow‘‹¢@a%LJ‘8M%ÆÐE -´Ñöîh‘ɽÝ\ò” °yp©lÔ  AãÒwò¹N½%~Tf³"¬òx`øÄCîûî@/_4,¡©Žµá¹k•Dë¼er8öâŠò¨êZô{à/½4›{×#ônýµq‰*|%‰kË^a,‹Šßb2ÛfN˜¹\· 1†#ïØ0н½§ü÷õ‚zßnÀ­ŠF·ìRÐIäÃyeYŠ{Çסbݱ¥’äØßód”G ?õ{†›ù4Ê_öháUª8oSš©ptÇ÷^y@Û®w–ÒÙ Ôe§Õñ8ì]Ô“¹šÎ€ Š>Q¡QG\¼žÄ,Pü¤èøð=¡z õôH¦CHºIõF¸7Ãèm7‘¾²òW²FzÂþØï¦€œ]¤‘SüèÀÙÊ#ÐGï²b&\/FK¿‚Ó\®µ?ªò w^8Ü{1mÍCÜesÕ"OýX¿qQó Œ¾ží -ia‡õdœ[eïcoZ$Ý„h$ïŒêÄŸ¸èüÖ$ 0ë¤s­ Î3Nª ŽvÚàX¿¯­:<Ç7FºjwçrG˜=©…­j ú9@|vË3 ŸÈo¼Ë»Ð 2¿±åH+²¦wRÁÂ)^ RT;öÆ8©±)x_ð|®Yt²k Àâ†ìƒÚðÕJûŽ0Ò¼Œ;x·’Û¸;$«@¼ÙɆ»“"™X¹ s#±tªòÎxìM«O†÷<•¿TöÛÊÝà¡ÂÀ6‡žù¾s{Æ—Ô]|µ%¹)dJÝòLtSµv›Õ•q¡Ó9¨K5PÂÕâˆEº#äX)}Ü ?«`u‡‘‡hsäg¶ëjˆ(φW> Ø‘»1`zED“å³]B×ß§Ðä£V®f!>;¯9ZÄ“:$T"y·Œ¹ËwŸ¶__¦)‹L"GJîÆÐõÍU(óKv¥ï£C„1$3ŽÂñj絈S>ÓÃL¸sjWÈòsx~iÑ££W¾nÒÎ4…ÍÃ<ª¼ëS¿’æ'yNO˜åÑ—}b±%ë LBⱎ–Õ”•ž©:ŠÎ(ËÙ€¦{]FBySþŸÿ¯–í!.j£ÏɈ+uÎÁ:ħžyèL ·Žg—ƒ6ñ­âBéð½Ú+–"ùrF…t4U7”F'†9òÔ_la×jX90Љ%*,lº½* pç ?²ìG5Û^Þ‘DoT{ae¨Râ­ŠËyŸÐé)äc\1àPÁA…ÖûÕÓHû‚%ÕÖŽ´G›Ää÷òÉšƒÕ%Á4¢ÁµdØ‘§ãéßz½„§ìæÀ:g¡ì9-Žç _ -‚놂`ª| = -¬eBšé±Ž½‘ŽXYÍ09¦¼¿Ó÷²7eRB ª]a¯7¶#}]†u<®8ñ>öÆê³.‡ -Ì”&îª7mçç:EOo5ëL ÁÅr=ú¼úi@Ü(û¯…îP/†mM¿$¯V;–\¾Ê+ÆÂ"R+Z(‡¢‚šè¦;’þpPÎiÛjî ÞÌ6ÄT6GuU|á½îZ Ù}ÕKXãÝ,×ìÃlžT J£=¾ã“9yö$¢ÓÞåkª¡í3,Àk¿28˜0æäãB)a©ª$<œÊ¸³DÔOJµ µã -‰ð1ÅÖ•)ƒÒ`;cGjõ}ãW¡Ø[ýöÓ ’°²ò^»Ò¡úió¸éRŒ½îÔ«:Ä›:E™»‡“¨´À8Ç~R%x†í @Ìø6†áZ>X$ÇS¥SÅ,˜oñ•}Aþ»˜-'ô„ଯä©ßd,)\–0rGCåÂ¥j?Þ¶ ìè#Ëî ¶£anº`‘Vûí•ÐLE^ÕŽc8ËüE¾^Ý!œ²$üŠ;ϳLÒET½ÀÛ6\C‚Ú¿H ?ùÅr±ê¥lç2F ¨d­Ê*ÅA>þSX“˜#ÒW£;įäV@“§C"£Z›KóµÍ¾ÇI«Mмڼ]× LˆD_×'48goÚï<ækIÚʘ|AW‹Ä-S»Ôä 7^¯+U²‚õO¶îï›GGXÝA°äÄ×™zP3a¢{r¡x%ÛM[V-ªÖ-´.Ôǹ4r;¥QU{PÑH¸™ ukrê;­:ÄA-»‹#éÇIÄeo”œÐè™0CÑSÃP Iu˜yPqB“j–„þV¿¹þå»ðF:o@Dz2’¡dYÊìù}‘ó¢¡è*ÒÙ¼…í™_ѾSJ¨.7Í4n~à‡~¬úö^ökb1ÿ)W²=X†4K“œØó̱È;¦ÌäH«ó}äø”‡óܰÔ×´žb3žåÞ,iT!mADŽ÷/×oc&»n£’“,IÙ¨na»rù=ïfZŽŸª#u ã_fãºá”×½+k~FUåþ9æ»ô2¯9Ä›ÊoWÿ Z¼ëÛÖÄуÚǺ[u¬ÌåL·íJ1øÝgæ‰\¼ŽlJÜj‹ÕÏG㣯¼„Gt`aƘB- 1SF+!idãë´h6ÖÕÒ"¡N2Èp3l7Œ=[¸Îj’dc´ ·!ntßN=´oÂÙè&<ú°O{Ñ&s:ºÃH p|ôY´ˆ9ùhÄ´kˤ»§1¬êº’*’§¯“!Ñý:K‹gH‹ dˆÒ¸Ž•"Øoj³óEö0sáéÃncŒµhxÃú§5ŠÕ2°Iø‡.2Aô„ŸZääÏkÍ!~1™. Ǹ=üZ|æUùj3;ÝÑØSµ%·Ú–<ÈÍtªª±ŸìàÔóaÑ›çÓ.Òâ@†´ÐhÉiýmZM7!GËA¬VÂG·_ç8™é• *MåêJjpzžƒ3舜Vè-Ès*YÍ¡Ý,°ñxÏ& ñ׸Wùdp£¢;Íñi’2©dÄõ¢/¿AH½ýxm%&,:T"ÚÅŒâ[¸õ¶"“=9«ƒ¤:¦¸1¡¿‹Þ Û€KZYºf ìUræ_‡Ó…ÑÛ×Õ¥~áhAâÆã:6yXŒö¤o£Ö"F¢ƒt|`ŠÞ³&Ëô€†Â¼«lZ$àEŸ7jÍ!nªí‘–!Ea¥ŒbofYN‚ +ô:$ì0‚Z“Ä$s%Å„›ÛI‘÷ª“J±±¤¨ €æ»*Ì{ô}šC´ó¹ŽÎ€²6rXƒº¶±õËÀ–ØI—Ã+#BŒK)ör-ü4"Rî‰NPªã6Ð~Û•¢6æExJ£óW$–58B.†Õæö»"z&æV¶9A}ìˆæ ÃZÛÛ‡KÝ¥9î¨ÎÍ1¡¡“OTuǽø -sé*•"¾É¶Óc#îiwœÑf›;ÏDXWâdËž8°ZFÍÍʼmÞ3,®ºn™WŽïS\ü•Q§I„3 ‘Ž&~u¯TðqfsûŠLJ<ãUC@ÍpíÀü ´óÌØÕs©Ë)ÖæmÄZ¬‹F T´|¼HcÞ¶.×$âÒàZM¾èôñf´ƒï+¸v…)PÛë«àæ^6y/¥ 8¢±Ð™ -˜U×ÚÌ{j„kÏÃÿŽçÄ Zu—'t5º¸—òè -qp” ·'EÞ»tˆ©Š•€ Šc´§¾á%Œºª¬yCöxà*ø>Š»WH™hFNCb•/˜™(Ô황ºDAO- FMíõ!vn)`S!+Ý©:Â{`MKIp ßÀÐ4|Þ›—Ë =Ä>š#ÐgüÊxn5ϼ+`»Š2¡Ic› S†Žöh…z{Fé+ë(¸Pu;¢¡µÑ1j£‚ú9Ú_ä©CÞ„ã˜cžBЦšR·±Ímý–¨6Äi4ûJoq%Ë9já0UoV9j/õ¦ ‰- -JPäTõæ™üʦè¡z²ôZÒNj5âPŸ“Þ·±!ìºf.o•†l\›ÁÓ,Df*uœª¶ˆòg«²_ó°Fü*›@UÁWzû5¥7Ä;a$© bÀŠ c†µáïè_™©ƒN4ÁælÎSqù3†ç½¹@¹kæÄôƒ9cW¢á£'/z>®–ø”½¬7ÔNA¤kŽ˜kñ’«ÒhK $Ýbc|ë -bš×Ôªe“Ž;ÿW _Ö5ÐÂÁÊ]ûo`p,ÇžËò°U Q!hÇžÜý+ ,ö¦cUh…ÂÕ†‡±vîõM|¶òÞ_ú>:D<ƒÚ ˆ“KT^Ø{õwàÁŠª} G‰ƒM…­²ëàçnZ¸ßœÖ!ê¿£¿"HDü¨sÜÁ"Àœh½¥Q5°9+­Æo+¡æU"ûáEKYiAVpÞ/«¦ÆtS#´Õ q§jýüáàba áˆÏÃ%½9‘œ QõÂÂmšZ† \íÈG‰„ù8puô=@+uC‡½¢•s÷ºöTÈõlÇ>ÖâÐÔîP<„3ÑÙp³fÝêa©N§:Φ2½²-ÛÂ{ÆúâÅÉ·S‡0´`Êz˜€½åf€bŠ++óò€ßÍAŒ:÷p$¬npiXw²™2»)‘ç´¢š¯ôþšåµK.ÒêAðëÝ}± YS¼Gp]Ò®@þ µ¤qcóàötÉ"E+›ó!¥üÈ·í=h‘¡žšMgÇP×!³ã U sK–ÁÂúR æÿ£y5ıºœXh×´6m{ø¶/ÛíYå«´© -¨¯Æ"ºè]Ô‡!l–íRu®±E8f0³Ð€JwyDÕVÓëã©…'ž`ˆQé€ ¸óžÖøåã™ ¹×¥¸=Ô—íç1ÖCÂõtˆðŒ'$#î=L] œõ**ow´G`ׇÖåÇÁ€‡ÛƧoc†°*.à&d\yãSËzÖ`¿ ÃüÜŸ¡n÷ÎÜVµ5ºçâüýö<ëUùŸ,ob(ðTDùGXÏ‹ÝJñM$qØêÄ—ð¼µIÂÐ8V„½œSœ¢_—¨E"®Õô˜7§ÝóQϸ޺•H˜ÏO‡¢ã25Ú~ëBÓ35¡—šúê ¡7zªFÃÒ#Çš2ETÜ?ÂÕÚÐËårŠ6ÙO}ë§Ãžd‰ÌBèø«™º£Ø»J«rúÀÍÅ®O¥ûÒÒeª¾UŸ[èûÑ#Â(;!¾DÃIÏï‚0å°KçÁ¤yc¹دjo7¯TœB¥¦ô]|xÓ^Ð`õšIh -Ó¤¥üá¥B÷:šD”µ·¦Þu%ÂI*qn·¹N<ÍF)|žwî{?k’@¬–·ÑL؉13¬q‚p‰LySP‘1˜8uqæó¤v—VY•b“D¹LžÔ]×#EÝÓ̰o­“½w¿ò}ÅZCÚ:fOLü™Ðí¦!ÿ+Ád »îLÏZXX™òu œ";®FT}Jwm©]kU·íÞ†ÉÏT{î1uÛ+¤ÊÆäÒÝx‰ á /Õ‚c)ÌE_y‰vÝ=sž˜‚áþeP(Á*Žif`²‚~¦>èu^…´ÛL‘î…¦9\¥à.»Û#*Î(oÛl´¼ §¶~^ö™û`g]ÛÒ 7,Žàв »uBP¡¬€T߇l÷iŒ³™Ýú¢PDÖÁRnµ74<µ¥À~åæò4 -3u3¶`ÕàÒÅ¥¯¨<„w¼­a3/ 'ÒQ%.”9Ån—c:QDÊ„zâ¶×ê°CŒÀ@Û¹+ÜKl+¬æk[ÂÎ3D«øô³ŠU“^ïRÝ!š|W»©i!„¢ÆF– Ô}jI¶tûØßó¼½®uŠ‘jeˆõqž³JÛÑV¸º×~IßçÑ~ª£´¤îÍ•¬/ÞI*LHœÒYip´?†—6S2u§‡!÷að~%ËWF¶:3ðÁ©î65EË]m—¥4à¨Õª¯LK§ÏïÎËF®.ö*ñˆ ˆ^ÌÌeQWs8ª.…ûEÛò<µêà䮄Hdæ×Œ‹Þ ”åÌ€*¨?.ìp!îoó«M©•Ñ7¢?t*¯ï¾V)Ì~BBÀfgó"œ1"èhkµwzÃøø1øuŒûMI«yh¶Èúd—öŠÒÚ®oXÙX×TÐT.¹ú:7ã× ="Ì1íKmåqÈœãŒõ‘†ÕÀXAÇxì‹F &*’ü êÜ©v–CÝÕ6Ô ‚ÈÓ=¯¶¸GùcÛ°,kf v…3?œp«¬'äñ Ð$[§.·¶"È¥/ûYl§ìˆ ]º,®•ÇøŠv“é)’nR„„»•é·“€+4„=nLYqÑŒò”`u@}!›sÍë¢íëe¶W¿£÷ò™çŽse~Me˜­ÞE–|h:»Î_ùc´ø`¢"6°œ“1‰/:€?”ÿ*fÿ}-#?ºÄmù–>çøFµÁùõ¦N @Û횪=":êëúK_áã.:µh)˜ßÐ ïà¨,Ð¼Ž©-:¶Æ -æ5QÏQ£/¼=×kÓåô.‹s|ßÍ,°Žó=#êëÄ#UEꯌ‰6^í¡OÞ†3 Ò¸‹cœi8‚êFãjÎ'³ÞÞjòöˆK¦<ˆ"ª¿™Œk‹YeÄÊØä½:€©ˆVK-ŸŽÄ^Õj Se¼+•‰pÆ´k-ïS“C1™y -Qý\ñ ü&ê|ºu.3d:3™wÜfm9‹ÜÒ&¬žžIÜ"ï -‹Û€îI¿‚›Ç[ÿÄŽô=1¯H„¯fÎÐ`‹$&Ÿm$S…”»ZÂV#8ëÃJÑhËäËЋv)ÁÀ‚}——åÞÂ&ï]\ÎiÈ-€xî­@í£å8Ö$d– -S–G"JZÝ Ýò$.ÇD`Í+„Ë -¹ ½¢`'ÌP5ðw$*‚¶?xV–žgºhßVºž*ÂT¸«Õx ß§€7¸Rgêa”=êNÞ°H†jÂ.Yf¦·¤=îk²÷w¢gi–T ¼)ÀUÍrjµ$¿ˆ.:· ëògarwØÕaÎýÍû%*½ËÕ‰(Ÿ(V·¿„CÕuÔ É²ð^¼ºÀÉòhC/±©¿émpY‰ÚÎ lMaØQ§²Žü.où¨pMMzVgñz9t,27êTí!ÜÚ3Á<Yà /ë€fý!’µ¨fdñ¹°a òÍÒv9φ’› ¿ôš(ZŽW¼©¼“ '“žö÷<ÊCx´«’¼Øô> r¥Æ4³†2+ïL?fr.ÌŒÿ÷¤óu«# œÞ¼uc ò(ºyW¬Çb’K×3Mµ©.xxyÙî]k2xœ­WñgZ.´I¢þïŒkÑv'|½}ûÝǘhÏ$_gÏ3âVËmÊ-\Œ?[•ÙíQöz¦•ºÇŠ< ጹ‘4rpüò‡­]¯ˆOûY(p'Sמµ°<ÜC(l7‘º¡6ɲuéĤb§Ð~Éè×Ü%|Isi¡\à.iD7bv¦NËåLÀjmðj–{3‰§úrçØí%Îî7çzs3BStQÞôÚhøˆ½Þ%s_X–¼ÑDS -}Nð+3Xæ Þ½3MaוÐ`Û˸aéœ$ÐmÛ1×:¥“+õz5Èr¦ ùHˆ¿çGÜE;IJ¦Å,iý\ æ*9©îœŒ¼$3ÿiõÿˆ¨fõ(B†¹M‘^ó«6z‚3CÉt©Óæþ‡¡Xowµ‡dØrŽ¿ŸYI6Û¡äi‘5È6²­š™ïŸ[Òptì¶õÞû™iýç9¤ßIíèï-çTn…åF© -$õ¦JV·ªÜžÜö¸ÑT@Ñ1” -ööþo ¢è‹pwÚþïtú8ŒAàÆ(<Àm\“ïl¡„ÁOj›Î(Âí`¤t=Q;ÇÈÞ«gdÒÝ­{7;kÅ5Fb—“ÔáOiiˆ×œc+?J‹ùïâ6®dÿÿÞ»Z–ü̧?þõOO¿¿ø#OŸßß>^ßo¿ÿ¹øöúük¿êé×÷ÏÏŒùyOüþïçׯøü—÷/ß½þ!ÅÉžÎòí÷_÷éåñöíõ㿚Ð=rù<ýöxy}~ûôüãÿÔwK‘?ÿÊÓó—OîO￾<¾ösÞ·úkž˜üš0{úñåËûÈ—×gõak»M¿èÏ|~þúòúþ¯çoŸ³Íµ³öƒõ—?½¼>ÿóñQJ|Í×Ç¿ž}¼}þÚ{:”Ž/úáñÛó¯~}è—Ç×RmîW.ú‚f‚?ýôþíÏýá¿~úçã%Ìéé×ןÿùòøüñüöù?øÞiƒï§Ÿ~úþÛó øÖ=~}ÿòÛãíƒ6wÈþPU•¨ÿ¢Ûÿ‡Iø*'ÄDoú‚Ä¥‰³YJj±È -¤n“¿[¢Ó4ÅÅß2ÁÚ0ÇbkÇå3õ-Q%°îSw -GœÂ §p…S¸FKC߬>ˇ¿=ÕŽFo&ˆÉøÍøPö6½E_ã@öOý7 -ÒÛzDoCèmzÞ†ÑÛô6}Ã?l0ÑÛzÄé¼°ÒŽöe£Ðßhô7ŒþÆ ¿±èmþqC‰žÐ^zTz¥[úDCèoúþ†Ñßô7½Ã?n ÑßúDCèoúþ†ÑßœÎ/B,u¬õ¾¿qx¥Þ‰š~9¥.©b¯ÇAô8`Áä™è›­÷£»I^“¾wÂOz "°aíé»+ª³‡À` µ«ï§åQÏs ´!6úĶ[†ý Ö™‹î“ÜOQÙrÞ“ÀŒCˆÞÍW(åÈÝ=P4xâÛ à’ãšš{ï¾°ÎR:d¤Œ#¿El–ìXu½ê´»ÏªÊ°…¦ù_Qfâû:DgÃ\®ˆ¨d<é%Nbyµ§œ˜…’ÚJïuRd&ÇAø Õ‘wpF©q¤ò¸#s98Ig$ÏÔ|M—¸´"ééüÜæ-mN?¡×¢Bãõ;=PqkétW&Ú…ìöÄÔ›•eJˆRÑaGƒè°*¼‡g(½,„‡ì%OÄŠ‹ôh­j-9:ÐVV“³Êr6ãš’Œ{ê ZÃfâ™pTÎÍ~·ÒAˆŠ@ ¶éÑv ¬ AmŒ´ˆý«Š<€•ÉFKÌKúf¶ë|Ìç_á%#jlݱJÀ +±ºh¼b1)+"­ê4›¾TÿA4ÜVÐÝg…% ÊPµÒë>„Ð1fü_LÒ}«²ìrù¦óG¼ãèø¨wuÝÁ”bsÑxØóSFE½ -„GÖy/ l„Þ`E1D6†fF3¤©)ØGÀÁŽ×tœ"#ÙÇJ6Ô -×ä²¼b1NÅ쀳Ë^ï18ê3ÙÝJFô|MÅÆÄžDôNåÒIo.É®Wè!åËM ÝxjK`… ôL1ÛáÏÃJQéÈ~XRb+iÎÖbãYsò¬ŠŒåW ;½Û‹ú\Àc“Æ«¤“Vn)zã¼ßc0—Ц]ÏU.6 1'¿ª˜€@õŒsoú¤Ÿ`ÃÚ£ê¾(;sÕaCO§ßyoF‰ìÅ4‹©—Žqv*"JV¡Èª¢Ï{™zôà†NÓZ,°^Ñ£B“é%¨<Ê\䨑Œ_]ÏLðf·,j?ÈÛdJɯØ}WI‡Ý-ÄÖ^Ô3TñÜÇ æBÞ3Sj:U&:ÆFìpz®cà‡:º[Pß||b£y9®2¥]Ñ•:¯Ô„GÓïоßSp@I+QâÕvß4gj*È ÜÑ=ï÷*rñuˆ[X·Û7™@Í)[ ¼c»vêQoÅǸ4—íw¸ðÒ‘å¿aq%}Þ;€¶¦ Ú’æ° „w` â_Íç±321²û/Ð ˜ÈNo-ß„äeôüÛJ>’=®Q]MJ 1cW$Ôl-N„rw U²lät+”çó -ñ²Õyµ§§hÇØ.s,åÝoÁ×#ϳÑÑ¡=¿T¨†—À55üš­Hõ]eb†ÓÓ'ȲÒ=ÝéuaÀ3ß È=â6ß? 3»‘q‰8»u¼œ¸ÙáÑuI_íãe!¦……ý§æ¢F(ñuÒ”ŒKŽ/ÒóÝqD ìäÓªOÓ)ŽbôT„¤8gÄxZ†ïx,,+ɵR¢ýíXƒ'%p¬{³Æ@"Ntú(bº×D¯Í{½Ou¹‚j@ÊÞæE [”œ2S»qÝT7zÈÇ -SyƳe ÇÆ@VØfž£²ÂíÉJ:ªknaÎ!DÎÍÑÂã&¨»¡m*Õ›OÉálÑ*Q=¯;ZB¬#ŦykRrŠeF 7‘^s+&Ñ«WR ´Ò£”˜Y4­xeƸqgµ˜†5=ßÙºMÝ—WÐIÛÔtìáŠLzM^sj†íõ›ÏÀ³0±æóŽ¿O‚GMèšz¥1GP æC¹´‹>Û;¢µt4ŠÛ ªwñÍBe5xØèþ´¤¸©y8,€JzÃMSêÞXض/[åZMG",ž!¶…øÌ“‘@œ¬—ˆŸšFU™²"æåÚàA'ÚKy€5؇ÎQ‘¶U37Ñ^©hW©Âд@t¢ÌÑ„§Õšœ‡sÛ©’x|~KûÔ¢»—KBå 4y*Xæe€ ähº“{Â#ÝmfÀ¼(øR3‹Ë°¥@XH-Ç7 -˜›¬îËk'Ò£üÅe)z+QÎNd^dÅýêJ*SRæZƒ3Å$ØœÒFAÓý]G¢¸¦Ca¿«Ð…èÄmnLN4·Kµp¸¶ù+ h ©;ßôEù¡¬LY<‹k#¦ÍOAjìœèÌͳÁÙðY)M*&£QbìÈäûy«zv²*ÍÐñ£¶n°Ûé{µS!\ëèN…*6;ë£5¡Î¸G°Å¥»€´A]yW¬+s—žÉàQy%ÖoD­éYkjæYQ%H’AÖ§¦'p2*b¹twøF«Rq²NÏp~rUÛP]zËÀ]o&š¢¨Z¨Ñ€®))É­ðc«U\ñ"?_\ðå -êbi„ª—#¨·ýZÕZÕH —µ*á-\y47ŠÒœ¬[@¥Ûìh¬Ïïèc‘ÕQ'h£ŠÅÕ®dö¿´šéI‹ØœƒR³ôÌžõæýÂN{fã._Ø)Éÿ!^Õd‰.Ðmƒ¥M§-•5Ã09[å[:«ÞÌvÅlÛHb7€CCØe’èÎ+vK¯‰t+a5¿ZÝuÅ)×èÂÌWצµ£âœñe¸o·—µPÝÎH2¦CÓ"qÝUr~B•Ö`®´U„DQc™ÊÜ”“Hæ»ÜÑ13Þ{’ôtÖ†Ÿœ#-’‡õ©{:´†»•o²Äôî“R ¹¬Æfé;6nÛÁŒÝ´bi5ønêÔ€NÖÇŠØfíPWðëZb×èTiorÏOU‹ÀÚåM}¾ÈØaeª²’f½+.dKæ'Ô¦Û»…£¦aCJµ ûdݪ<€ªïòµ°XzP[œŠÈ±Ý;?—‘ï×N%A&t#“¤‹U@œ2è«ô³]Ôœ%«a¸FñP´¡ìYÏÎsȪ¸YݦMgÛFw!뮾Þõ[Ë[“¡g]]ã¬ÝrÿJMPàOMx'VÚS¥7k˜¡¹^Åj©hkɼ±kZ¬×ç ™è-ã˜b« £(^«îÁšÜ{€Ñi|…¡Š¿ Ì-/2£öÞžšˆbOZý|–šDêuáy[é§fvPÊ^xw¬¡åcªB—|þS¨ m½\©¸Æ–ð-F¿ŠšU„¼¿³hPýsÈÉŽk[}ƧH»:t{5Þê1¶ß’]9–@ΕÇÏZåÝ¿"âEÄLLÜ =|íðJ‚L—6¹}9¢;$°ÔÞ¢ -18”Ði ]˜4}÷Œ~™*W¡¡OIQæíÝáDG} ë£€òá_ù!~äãñíÃàzÉœLæ½Ëÿóe|åÇOïß¿=¿ýö<³¸òŠ~{ý®ü«ÿW~÷åñõ‡÷¯¿=^ž®hM†äú6=ðÌ-•¹lÇ ”޽ Õ_;ÀT½ÒAït£˜’àòÖ«¦Í_BºM]»\²ÕéÝe½bŠÿyñUõcW(ïG±ðUÏŒ€öjˆËܦ—r0¢«‹jÀ]¯,ëõè>w¤v„$kÖð,›q­Ã%a¶‡½—Qm€Çq༠ŸSÓuf)G¼˜ðß,ãPgåšö€m«ÇÆ&5fÊ3¼ZɱK¨B}˯ 'ÈÈq¹Ö­ž’Qs—!²·@7ÑëzÀ`+Žë-WÔ­0z³¡!IµIè`—q©‘\Ml¡úÒKš£ëùR̉résM‡ Ã(R¹Þq¥–à®D\†ìµ+,»ÆöhÎU5b`¬ypFÀxC|‚nÖÚÎãr–µO޼ÐÕž®‹\ß YW…åSÍï‹ÊÈ:’Ä…( - -¾T442þDˆM_‰q6øt!¦»B=Ü(PØ^wo¡—¶Ýc“ØîŸ£H_‡UZ -É뾫ⳟÎqüp!h¸¼œ<',ÇŒ¦EáP3ZË`›>g¸À²4Bbdpv#€ÎšÖÓ¿3ä|‘`žIZ -Ï+ ûJ,ݱ£Æ7³ÓKa!¢ÛxáËœn¨¶Œ––8à'Ÿ¿nøÝVÆ®M(&ì·O‘ØÕçÞ‚WD|_ˆ6оí¦~óÕ÷óàèŸÅŸùòþíõãõ_O_¯TU^«» A ˜lÚK‹{Ÿÿ$¡| cd3Š\¾ +ØÞÔM\»=„·M±Ç/Rþ‚¼ÿ_Còš2ß׬‘ƒÀB…åΦÁ‡éë ÀHÜ£ûSs-Ëéíp¾ìuØVjŒ‘7‡ùêçTE ^1f¡D¸ü¹øZŒ˜i“(»v¨ëú -5# BP(IöÁ{¸ÒZ"Ñ•û€*íõÊFì -ÀY¹Ö'mRp)¯mv5n¾Ÿ©p“ -û$øöðŠCXØh --%Û&É…Ê@߆X[,ŒÑ‹/s'S+Iu|Š4ø€=<}OQè®Ú'§Ó\§ÎR lLZ.®hqFWòZ#s;Ëb…Óv 8Œ6CÝ[u4´ÅW11O=åAn\``ÇëÁoI“zo ¸ëæ -6¥“‘§…¶øG´ÚQѦ³au+_Ýn ÂÛî(RwÖ«µûz0Άê61‡Ê8Ú€œ…PiøaX²ìñ¸äb[ -$šp6Ý¥uZ\º»˜“â¬ìÕ2 §1.^Xc~Ë¥X¬PòÁ‰Ó‹««^2mXmËÃV!BÑcæ`„žMqÕŽ= 1¦ $p´ÔLëÃ;°Võ¸e¨j_ˆŠGÒqRøBa¬^n$i¨¾Ët92p]°'™6œæ¶Æ„¥Õk¾JDÑð/Ïp¯ài'ÛÈ[² KÏé&Vûã–%X¶^µr æ‡RÖ6Ëx5\¸hß8¯éNÒ^tSŒf{Ç$xàqœŠ¤B‡ÕÌáÆ”›Fš,pÖ.ƬªÌH±ÂŠ[î¼ñ©xCaì…âÛYF Ñhh -1[z‡aÅžQeªNA|ÖØSæÆSu~lŽvs)¨&[×jw$·nÌB™rV¼On¿ì(QA KZŠÙÜ—Œ3?4¥ÄY)2ó$3ª·U -ï–-WàiÜb¯¥!5jÄ©³ôÔ&òT¿Ö§–›CÈH §M«XÊ”Ûú¸°SþiŸ)•€¤-×`44U3¥Z“sˆé:Ó"Ü ¬‹Àx´°1·c{¶wã=ôkpw„µ6lðÖ.í’ùÁ*áLs9UY:€ -Ôòצ».ƺtQŒ¥õ0?€ãÞå=ÒñRC"ü™=*RƒøÒu7òO,Aìݵꄊ§¦t•Øœ¶&ñì4ú6eB.×&·`Ý 'xÍ™Õr)|AUÕ‡š¤§QšÖ½9AÌ,CsXjfi‹7–3žÜñg¸ÖûЯ? âÖJ‚XyALvÌìâ órÂ)Â*è -¹Šek …ºƒXÇLï¢FÛ“HQÍûá\h/ˆ*¾Î ¾à‹% -VJ|d öî˶ 6G´ámÖ|Ãh ÂZŽó`ŠDÈ3ÿÀ{Á¡g¢`ã1aÄâtl2ó*ÎBx «§Èý(,KCt†w(¦1§HE™QõxYÅ> ƒ˜aÅHÖ&ó‘ñ#FÌ•ØA±)-%£÷Z,fÐŒÛÓÄFF5FR(­ˆN"Ï.ÜL.V’e/Ñùz]¹ ÷n;pæ.œUB_N~Yª 8ÃÂfÀÛî sV8,89AÒÕœ‡U_Ü&’š£Wm@Ûî 5«?ýÎÊ&X–F¹v\“‚Hi²$á{Ž’{|YýP.Û R'`˜nAw1÷ì'âBŒ™–녽ȹLvgMÂÌ÷ʼnªÚ6¯m·šW†¦’îqÁ{MlpÔÉtUA:œe«OVz0ÖG˜ßßÙ^Iåå„U"Ûq¾ÔNƒûd£æìÖ­›—ºiÆ $./8)Sc1mVŠYUÈ}Ù¼m$R’k£wZ -AÁ§»'K¾„5©ML€5àµXŸ9Ø…Ñ gûKÌ„©á¦+ ÖGQ:.Áú£Ðª@¾ëb¢¡-€„J˜š}’’äx‚ÍÍaÐ1/sˆÍ O‚Ÿ -ñáf[æ#ÐJÛuhdW‚zA÷ÀÄ/¬}-”n•‰–„Ùñ!Š~Eô©ø#WËA:m¯C@$ŽU¦O-r6Ô2’®º4Æk‰#R$Íéz…ö}Qu©Ò - þrµs¯F¸ú! ‹jÀšo¨@Ø%¤B™I9ˆ~u\Ù¼4"œY×Lw´÷XPjur‘x>èLÃ:[¡Në -Fëë[iólÐí.ŸÈA+HQ¬‘W•€Ò -—aå?ÔÔ:“áéx]‰¢]y*Óóˆl80 ˆ=éH4×ð˜Þ©…\5åR)¹k>M ×]îÔUPQ§ö ¹…ŹQ3c“q m$™2 ëQ ´”œÝMQÂÖXƒ´¼#ØõöÊ~ Ý §%¿¦Í•C3¤Ò^I¶vy_ÊÎn7¶8¨rPË(¢ª’<n7ˆ&æå¡Rƒ²SÓ,F€ˆ< MÀHlv,N“‹:àOÝb¸¥ ôbm×<óð¬$Hpƕؿ6Š»´ÿ‹Šn¸YŽÃ@ÓjÕ]»à²Øb´Wˆ½ÿŒf¨1M7ù¡‹ƽß[E·³FŸ{ƒÈªu'Åb®îï¢ÅÑ.,e%ŒºÉ´itã÷YRžì‹†\ÞE¦Rê͸¶•nÞ -XãwÞôÙ¹æ2üúA¡L8¾aµ»ëbÞyýÿ|õÙ¨º(V7»ÜÕ놰³L3²îÁû¡®*ê%™éÖZÈHE¬¶t‹ºmÎï´ì{éåûô+¦×÷,¨Î&0ûz ©ô¸#w¢çAÝ6í0 k²\tÇÖ ñ’q¶FìfDÐ,‹€ãÈR±=Šd}<ÌÊ[¿š' ãÎE•½Å ±ŒÐïcël©\m<3yÝsûjΔ­¾ÌŽYYÐ=7—Å °vKŽ®K¸ÓmÏ%¡03ßš¹^×E¼¨³ -i÷(ª*z“(âÍÓ@ð©¦aª­Õg[äËKïEpß2"ê62’8¸Dc„Ì[‹)âW—­CwÐhI4Û“Yk ''·Èü¢Qv·Ç*1™4΂_tÆèãèºÿÔNfµ ©Hi—ò†-í(ºãCöûf$šÂÝP¢[3¸“p则(®€FV"cKµsRw§a® ’ÎFÁçî¼¹ý°@ÊíÚ]—ã7f—È\1{4Ìa¥ç—œUÉ)lxÊÇÔÏ4ØeF1eÕà&ræ‚ |ˆâ¶™K÷¼÷¦¬(5’‰Jw,‰0yØ3õ€Ã´î‡ÜßÍRr#úýfžì—PšÍåBT¯7T­Ø*Ð/¿€Èj›¶ü 9B³o᪲yô~ïñíwŒyË…¡¤3f(D@Âv ,ðƒœœ }Ø!«s N˜ÿ³ØZºâ-3@ õÌ¡Ûâ9âlq§ïFB©ýô3`y™*õŠ„°¯/é×X™f•Þ½cº¶T·fnÊÁa;¾iÊG¶€sk”4Á2@Xu‡™6·?™PÑoÄA”ºFh支ό®(™¤Ž0·0ÒWœªKu•´‰„ÿÑ¥Ä0¬½ËLyvö‡Næ—–*вšVEÄ oßݚ؀øakXyÝÉmè~x'飉NN‘L-©³ ó…·pÆÆË™«¶«_)ž£ Laç×éhÁý¿Bä¡Í±½æ¨N¯Ì1(‡QÛ¦ãUE—õ~¶ˆ88ig±]¼;véìÎý™Ì*΢7/g œµ ZåIŒ³=bµÀõÞ­@Ïkër½TYVª.4AµÎÆD\—èæl‚Î9Â=ç!Úâd±æoÕEüOqx lõœdw’Ú@œµkÔ:’Ž'!mïh§©=ŠôÞtšÓ¿¨ª¨»[ž;û´ÉK[ªóÂæÈ¶ÓšÈA2òJ­s9Ðm\eǿ܌EÏ<°Útè4AA!¢£w©:„½7fHVÕ=:»°Ô´Øw~ŽüjßV&p¦ó&Žb*5í•ìýkÌã8vf ŽO{/Ó¥‡AÌþnž^õ®jšéŒjÛQ´±eô¨µ]íÁƒs>䆳°šjžËy¢²;.úÙOE[ΗÛÜjŠoçîÛ°%”V î[JFÒŒ1hwÉb}“ÖŽÆ 5œ®Uƒ~¿©g\Ë•xºº¶YkšœoQïP×eCÏ& ®àÚ›+Àʾs-O°¿š*,2oÊWô*†"H\‡ð b­Ë]{‚øÑʼn4^—¡™uf‚`:—ÞQuÒǃ¤áQÆFñ/fµ£ÒÕ¼C]r…9±°…”ÕÁµ¸œÒ“‡¸ )&¸Æ’ÊOœ©ÃEl=´Ö;"ƒûXß²"æŠÏ¨/š`[„×¼IH‰fã¬ü†Aè'ÆžòêÓ\þD¹»[OTÒITw>‚+lBŠf£vg"ü~:Fg ç>Ñü»N%‹úTSLŽ[6öÙqwÛ§3 ‘—àTáW|äY_–QÄy]œKŒ"Z÷Íå§³¥æ$hÀͲÿ¿ÀV?œášË>+ü¸D -5û¿ƒôs͉÷‹qv=ÜFuê¬;t\¹ù]ˆêX÷ ª÷!´Dk—ìm±.3ßöuÆÈ /7OZkÞ[¥t"+áÞfºN¥èò7ŒJ»_Ë ù³’±‘»À(²¬;®bž†äÐ…Z\lÑGlŽÚùu’\ÃÊïƒLÄL“lô1O©Ltíšþî±{«šÎW¿šË(³ M=º‡¬/ÝU•†q jà’\7ˆaibvLœbœ¼ëêòpï÷dاp Á<‚Ü#MÕ™Á fœózµ¥šxq—º%ŒõŸ;‚¨º×™:AzÀïRဟÞÍÀ©ê2Œ6:¢¨ëîo%'Â;ƒÇ ™pF;±—Íê©5`oW Œ9¿chÌü¶ì€Ž×í`\½K5,îæ\GW/¢ò\~S­ðâ^žýæ°ØÃ«ëÒMG:Ο8!å²Ê°F&ÆõŸ=Ÿ¨¦[ΆU–ð€.9ŠSľÎ©úñ:3pØïªRñQ*¼®½w'gÌ×Xeï¹¹T}ÄOl4L7 Uõë¢-Ɉâ:"<’Ôô2Ô~7lée­žµ—|(LØ.vâ«KD,¸Ù‚ŽÍ¶RJ9Ö×} Ú lÝN!|K_cKL0/£…W?Kí•::ÆÌªó‚öÈ{ -™fó -…-EàœÖ•‰í¨öæ?éNêUcƒ-Þ;‡ k‰w"šö6žcJD Cé¿FúC[…öyDzÅä¡Þz³ºê=?i|¢Úe-\gƒ +ÔºC*¸ÆÊ¹:hÒæ©^š~ŠªÕÛ |(JzOÒ;µ*6éúC…”É\ɵî<„ ['jjh³.%}dM\Ò>í .:YïKÅ=‘`1òæmiÞpª¨òJñ8.eFÜ¥‚ûpÃŽè¸üå×s^v0·GÔJ$4ÀFöÞêx¨K'¢Š¢Ë)ZÅÈEâC×g’jÚì¥k{·ÍMÞf©[Ií;ô’›ºjD¼3ÿL F«ZuªœyNCuÄK1õÌ–x<ìícUShó^„‹Kz¯!z©gK¥]`Œñ -¯sW¿e*½ÓÙé^.R&\ݺƒË=çœNÀˆšÙAŒÌt Ÿ_*{ î\MP\žd£èö!à÷™rw8S Àp®Jgªž~íAV䘻ÊmnS\0Ï,¡ƒ(g;˜2~/F=¼D;Æú<ˆ²Ò.·³'¨HÚ¼Ù´|È¡c–(ÓÅaC0^ôƒƒ ¶®bÚ|HqJØU,¾´õ­ǾúÕðgÃÊ!„]B̽a£ Ü]ÖÇÒg\Ô Vz%Ðw˜ÏÖ5ù'#0i>Ú½:í…퉗§À”¬MÒÎÕDÃ7€Úÿ¼@ëBŠEÎÈ{öÖŠ ¯ºÓÐj¼KQÜ^·Š°ùX¨¨ÛdWð›5P2¾,Ôë|DìöºÞxM±Ê -ž°;³œcÕ""é Uø\Êú²M1/ÙÖbŬtÓ‰†Šh‰¶w"úá "¤ƒìË {¾/Õ¯£"dvÊ6ô¬ËDqD´Ä„ ×Spz•$‚ªÅ˪Æ! •„Ç^2Þ†}”Q¼²ÛRuÇu" -Š,ÕòR#XûÐJØÜ±÷m¨'ÐFÏ"zwõíðÛ-0VƒÑäG¥X4+í ä®×ÐðpVÕš2›w(lçÝÞ¦U…uåt"FHfzµoŽÏ{x”ª¦&tÖj’£7yÍâ«Lw"@T=J¡z4¥Rz7,*_U ½ ^°âúÒ~¯Ú½U8Š3'ÊÉd¥›´Ó<80Ep–kV©Ùbp‡7…;éÞŠëcª™c˜ Y*¡‘¬,ˆÄAdžûìN¨ÏÈSUêŸÇë±w=Ij*˜h-W¼1L9Dòåhù‘©YxfUÔì=&Rð&‡”ÊDŸ9Q4ì{_ýŠèÝT5/BGü+!ÍåK”'õ²6‡Õë8–ÌòKŽ[<ŠÃmð¾\j°:4-Ûœ<°éLö9UOψ€z·bé|¾¼p¾7ï]TiͳÂý€ Ï‹ÀC>€Íh°DŸí’ÝÎ?ßækîþ§Ï“üKõÉí^ZkôYPºsœÁG %ôyX+@‹®ð'ªJ­ÞÞ| ŸT–èhè׺ué±vbžÅ_mñœba«!Ú ¿[}Upz˜‘Gq¬]@¿#‹vެM^f ŸªôŽýªcö¬Ò\&lí=®|®ÔˆÂD»îM‹ÏvâŒ<}2˜ˆ•ü!*üùðsÅ^×ñøV’ñª›JBŽÅîÑndCø ›¨n—Fñ„†¥o”ª>èl+A4ºúé¼]HÀ°Ùñ9Û÷N¸âG -Ñ_OóL7¤£ŒMq»é”'’N›ór.8ª)ì$¼KRK -I›•^îåËgâàçÕ9QÍ£WÛy(ί)›ëP±„fêçèlB˜ü‚Ø,úÖôÁOôúÒ¸Õëq¹%ǶW -4òÔáø# ºo^œÿ¨¼Ñ‚µ:¥pàw×Ð'¯×‘„Û8AÈZñ„­aˆ3‘4ÖšéÝ<4®É¢њ+ßU…Óå{06Ì›ð2©Ñ]|ãtC`%Ã23a"çÕÀ«°¦|:S3¦q³KÔgŸw«‘˜CÝ(aW{D@âN$"Ë&°¶¸‹-AâŸj³¾Ð@$?o”ê|ÖâpÔ{ë…»Òx4:ž»zx®°+îÚö9Ým=ì‘$ N$™•# sÆ7Ø!D½|äØÅ`¸P’[7JÝÀ>ÐÄ)ÿõ·hƒ ¸äí«h«—QSyVÙ˜£¡É#%ÇÜL,«îÃÙõ­möx‘dó‹KyØ”ð¸ }12F6J=»²w.à-ÆÔ„¾p#ºJP´E´šr"L©V€A°&\YyMTã×)ûlTì6H0dÄç¸sOþª¹غ$^²”9É¢ ¡w£Ôò)’õYeä7r«&”7`3Ÿ»Ѝfæ4„‰x‡Ð|Öç+cú™7Õõ°W„?!Tˆ7kÙ/[”Ä9SgZ’àäêJS'vE´¨¢82dµÞET¿n—Ïc šÔu6.a„«ªÈáD\«„ãå™S­Eƒ®×Ce¯š’Ý+‘ jœ¬/i)ºlZÒÄ<Ö¢Å$¥> ŸCD«ÛÀyb<¼PäD’(0”!Â<‚ôÎ1#>¶5ù](Nah³Ê¬ÊlƒAT÷œÀ6\]Fn•Ñ7˜ãƒ›Ïá~è8z’º©‹,ð¢ß]V¯ìëª]cy‰w±‘ˆæÒ»´F"ꬦšŠÌ›jŠãRBÄ £MÈO ¸'ï<žÑZvsÑ×{ëî`6†Î9%ÑíôX×z‹SR÷ná^$ -¶šËØÒ#.™Ñ°°"pk¹„Uè!äHKÒ L ¹€<ÀRsƒÁè`6&ÂDñYUEGîj°•™‡;É`À&šÈlU%BN!"ý ³¶<`«¸d®hèv*Òª,ì“nçüõ» H15Õ" Ÿ™x_£ÃvÔÕ,†Ê}ÑÝéÕøÝl8§)8Ê`·N\€çW/åîÎc1Vüë *à³TSQ°9k:¬Á‰›.3•±èìcß¿ ¾®”‘AÔë¶á˜~TˆeNS<\rT’°¦„•þ4F”Zž;nƒo„x³®é8ÈYwnNFÜ- Ì<ãºÝ³B|QYù¿ï~îúŒvÛVrr’¡“ReŒúŸB›Þ¦I-ýiŒ(E!€Ø¦µßáãc¥‡×˜BTÝ!t³Ý.A.À­™Ë8¹)øGOšùÕÞD•šž¹›=ÂÁL¯Þ­±?9¢32aG“w›,¸=çNõ¸Cê›_–~u‹Tí1´uèó6[¦0*݉DœgN&ók—ªz 8QÅrb_tZµ‘(Ñ«Q3"‰e…Ú]]fÎVµ•«™Ka”ªhtͦo–™u#>— ¸î=jñ!‚d‘9扪‹æ†q¶@ñݫͱâ$pRe¦_¼Qäir‘Xõ2=HïS7VÓPžÑ• àh¬÷КëCu è¿"G}æcË™"lUšíåmæèö‹£AÌKSÉ@ÅÖãùÃvÇe¤À©;»TF&E©~Ë œž¡ ·þs „÷Û&Í4K¢#z¼šD”Ië`¢è§‰¼ -½©¤‰v¼XM +ÿû"ÞC5•Wñßšp++è@X“Žœ¹ "êƒa-«©¸fó[õzlaiE¶Lw©˜Ÿ€xÙBõR}VTõ‹b Î×®¢ÝYr*<×Ò[ÀYlÚT0ô×=ÐÐG8¹lÔÊK¿ÒoæZ‘ÒG™ù•‹­6¢lƒ¯2•–HÍ@³QîXPÄ-ˆ ´îÐ0œ5gã­$ ò¬h‚'˜»¼k]ft{a‡O'|°æð=…l\ žðn'@°›„ù•/1l•ö-¯ï>D”Æ>23_u‰< L"$ÕI›eæM•Æ€ßQ–éÑÁnçÝô5ÿªûˆžÞw” MH"©£r“I *]ϺMæáNé4kÄ{Ö¹ æ#-źmr‚3”³T•޽|Ï€g$úÿ5Ÿ‰Õœ`¡¶ñ©ÎmÝß©œÿL¥žäÕô‚¬g.ÈÆQ$ -Håü -b'Qº Êï!iøHë¶D^(s °–™ ÏHÒ¡Š+*‘õðT¯Ä͈1 xÓgI‰éih¢žÊ†ó?!`Xž\$ŒLª3Í-3}§ñ’µe˜ OJ$Xgµ]aÎ u¨z ˆmªœÁTuß™JjR‚½õkLª´1'ñÜ‘-· ”Š£d -GÙ%ÉP¼® U/êVp¢XÆòv’ÐZ]¢P ¸C}}‹[âèý3„ -ØðàEG…JÕ”ié=–wŸ£ Ü×`‚H…ðw—Ì$l“—hšK‹„XÄ%;”a¡EÉ;m´ö:.¸uœÿAmüm$`(¹¢“ $ÃVË"|™±òWë!½Ñ -ŽàÖ A‹}‡ßì’•D µ0í5Ê”3m碉sÁ¬}°D)8@·v@íQI]˜™rÂÜ×0²¢Ç¬©Wcè.ïË–þ¶»GÿTY‘6†*Õ…$~çÚ;y¸7"£lBµŠf99ôUp¸ÊgLâV¶wW€¦ŠÉe6YZ}3ªÌ:ÏG6Æ,VK‘*\‚S€Õ)d“Vý2eLb.¢¤ÎšÍT;užó•lpq\¨ZÀ4…°G;è”SÈT6[K¤‡ƒýmbõêT‡;k›Ö¯êæU';»>ÕÆÛ8WŽ˜Ÿî‰y¢d'®UN¬–“`çêP¶›+:$GaI¤êRn™ìâU8“ÐóA E¶ÂÙô±Hцml(0$^e¢8ÇÔ„''1”gÆâÈÒÂðÌaŒ2eéÎÔÜiùáIÔÉÙ 8¹±qBQšÒeÞf)ƒ/Äî¢ÙÈx ÜBÒwæìãNèñ†1¹¤ÚŽ>¯ÌP3†Âyº¨áHØFy†2R·N…+e`²kWcˆµ}=Vãµ%Ý_9gƒg3ö_Bƒº Ìòézµp9°)^••FR¤„3`3“ñ‹6i&›ˆiã ŠzYaŽòÆs¨aQO´vUÐì1ÉC=0*jîx¢×­¸KúFf]õÚ˜ÍÊ’º„>ƒ{¬E)ÎPªÆT­’Ùm2g˜SAÊ–Zª#ù´'4b -˜íjŠ3cu?æ \„A¡[‡rj€M…=§ÂTv?CÕè|êÞ]¹M˜CrD U ðá®reí+r È†Ê ŒYRúÞÊ4àþ÷þ}ëÞ¾ø—ïW¿–o§Ÿ²œýuÛçþzýÉW/Ûèï³<çñúc>où>Ž—¿ãr\Þ®>n"¥ï'ŸÞï´Îýe{ýÚ{Òc×OYçºý4nÎO€UÖð4˸™ë)üt<¬óYÈrêÈ=ŸóÜäiX–×/7ëeÐyÍe{ öùµ“ôi–ùùú<çér¼Ïçßòñ Žòó–óx^·ã}¼œ÷Ã}#Óçi‰±ë{.ë6þÏ×¾÷Ý>Ï÷ñ0÷ó ½çr=ÇÃÜ•ÝÏç)Àé›<Úò :pÝÉ»_êvìëÇx¹Ýö›Óõ8oÛëv^룱¯Yn—¿ú‹=œþÏu2pjü‚‡ízžæçež_Ç~þ'<1R'û-ËíÛãØù>ŽËãÜ_u µýÊéÿÂáøO?òwoä±=uej&§ÆŒš;n’ÕÞ™KeLH¥aÒ×P -ë7çI’2h»×š^“v`îÀùÈ4ør¤EyRLn¤ÀéDˆ…ßÜ/¶½æ#ÓUáŒ÷Œ\ßòëÀÿni)[VÌÊŠQì²™]MXKC»Eÿ„ ™™§Ð\IÕ¹G±ÏSÑÓ[lÕ,š‡PÚuƒ/³àËëž’"Š _&|e™é~ˆNÓF!šW×=§í×€áò³Ya‚þ…ÇÙ´ða÷ Nª¡& _%rº ÌÌ ÿÂã.RÍáï7`º!ºÆð;ž7m]ó˜®ë|©Új~­ÐaÙî½0sÔúÊvˆ–%’ß$º»â*H·ßõD°ýrÍcº®ó¥*Ô* 4 ü$R£–ÒÝÕÊÒš–±+Þ„Á•Ûo(4žB¸#^ÕÁviþk Ýp¦‚P„7W>°Ý.ת5ÞAë)ÁUlǾ¿æÐf¬é -²>6‚ëNl_¥µÂu‘/¯x§…¡…ÐB‡ÒB‡ÑB‡ÓBGÐBGÒBGÑ"GÓn(Sz÷¹õk Xè-t(=coôe-ÉÅb‡ÓbGÐbGÒbGÑBGÓ“þÿñ5õuZÍÁäcõ–ÌA†¥}œ¥sUsizÚHÌyqŒUàüêz´ƒÙ!ì;”ÆgGÈö©¦¦ÍAGéã—˜?ì`v;Àe‡±ÃÙìHt”á8XÎ÷âÛZªh&‘íEMáÙ°CÙaìpv;¥¿Žv0;„`‡²ÃØáìv$:Êp‡;˜Â°CÙaìpv„þ}´h@ÐQúø9r~”ŸÕRöæv;Àe‡±ÃÙìHt”>~Ä;˜Â°CÙaìpv;e¸CˆÌaØ¡BcfB¥qüåÌ/´nàgÑgbêɰòžx$ÅhÔT.Ũþ(GkÀ¡ÇGÒ£¨5àv°ú³`·¶ŠT¤Qï5_Y¿þŒA†,ÌöPSñ–f‡²ÃØáìv$:Êp;˜Â°CÙaìpv;e¸Cˆ,4f&Rš¬l’¾¬‰¾ ÿí¡Æ•Gâ‘d§ðCe}ý3œá¥¼ 8ôü~¤%VR‘F=Þ(¼?Àp°Tùn a‡°ìPv;œÁŽDGî`b Žbè-þ5ö0;‹ŸŠ•Gâ‘T§ŠÇã#ð‘–XIEõxƒðbß–¡EÔÔ@PÙÛì:dß¿};Rí“Ó¯Ÿ¿§«ÁÓ|ì¯÷ûØ_'ïÿx¹ï vÖ´s½’/L¿Æußý$ÇÏã|[dzzŠ©¾[êÊø¦Ë2ö—ûׯéꛕ6«_sLÛXîû~é·¹þ¸ÿ}öÛ±\Ü.ǺŒçéê[6c=ÍÚ ¬=}wdº]ΪuÊÜÏû×Þû<ÍÜNø•¹?/÷Ç{™«ôËsc7‹¸7«[tÚr߯ÇkBó<Þû:öù´°´v3¶¾ŽÚuèq<7’/x«¿ù§Ø\©ÅÁ»ãåö]/×cI‘Ó_—¾7·Ë…­[ïoΟç˜_û>Wà"[UƒÃwo[¯—¿õ8·±¿Þ'ÿ€ZØUï_z5ºýO*Ýx+i/¿)¼h‹fP©-Z37ØêjtVàMrƒ¾×‘­ˆú¹˜‡^¹w½³\ïámìZ—áD†ƒ §2œY¤®;?dži³¿n;Ùl$5Jðg»‚ Ɔ`ØPl6¤FÚÂcC°l(6 ŽÀFR£ m€˜Á¯¤Ôç6À†bðáØy>}Ti‘C6J¿¾ ´èásC¸n(7ŒÎàFb£ oÉól‹f -J1î-¾ããÖ[ÚÀˆÊhâq&V‰GRFz(=Œ®`“Ò¸ëý6¬êQ“B¤G&y* -æ"B¥S)¿ƒêàîÐRFËŠŠWbPûp èïê«g)öa¸úQîPriïîÖ°ôœóè™ütu}Ô+É—?¶†Ÿž[*n‚ŒZåq¦¢(†Ò°Ò« XÒ¿±ú½ÊãL|¦:¥ÐM«õqêL7©reÙ¤[°eƒà'‘·ôV¶´ð6¥áaHœøƒ‡h)¢•§bü0¢’|ù“noõÐDç.àj•¹Ø˜ìŽ,±Ò!¢Ò?•ú¼þuo¸þÿÕ¬EÈ0·›.6wQk¹ÿ´R‹*Lt)ø=Hͤ d˜ÂÌS{7 \Æýÿþªoâ®d—Ñ´Ñ(L€ãªnR­½Z‘â½¼§³A£²´BNÙky_×°…™µá—¯‹”8mí×þ× àü>%—¾Ù•™ Â)ï¿üÏy ‹‹›x:ÇYÑmkRô×—zož‚p|½×’^#¢:°°ú£Óo¢0¸*?‰ÉÆÍ:€$"‰±âeI^Q|Ø!Ýxn[§6¬=ç}†Íñ3>'™z€Ä°9–$¨¢Å¨Oƒ,ÅEÄ«8È·2´=íð½kÝ&ÿ§@Hû¯ßÿ|RA«ç%Kq^ÌХ΅²ÞˆAfLºW]S&2ÊÀöËY«wÙœÜNÄ,vWQ¶¹(˜“¿öïê—H~ ðçmEÑï¾Ü^ü鯢^Y;'Y²†ÌI9›p { -oæ˜ -ØvèÞ ~c¡è±!ä Ý.œïÁWlXò¡µƒWÁ íX”*txÏJûWO†RDfÃKqµk‡ª‚PDŒÚn²3¢6-ÔPðh9ñQë?G). ÒAU>ˆ"åL¸~{Æà ûWõdòÏ„G8Ž •1ÄL;-@3\{%Un𮹫6n’âÒQKÒ[ÑNƒK¦ÌÊÝ¥¤¶KÈ'³ú9¨Ψ9A‡êîà½{}WÀ>…Y3bFƒ Ä^NÏuia¼ä…²«u/ Ë„ñ.n" ÆWñ3bŒ;’´{X›·f×î¢/² ÙÃL #©³X¶&µ…F‘ÄTGèD{Ö«:dí]àîÔÕk03•Ȥ,}0××'ñ=å^E - qVX´ëؼ -›¨®Yž5Ãݘ>-‰·¤A; %¥S›¢–”ì—ÂF\¸¼R¨‘Ñ^£jß}( ¿ovã)BüN‘®i-ª -BP:)¼Þ›˜ßˆ«Æÿù b2ø%…éÍ·Ù+Òê½7¼rŠ¿ƒ¤ëÙ,$iÐß&\–˜ß„L/«ö‹y¬\é8ǸJÆÏN.ñ$N$Z!XO -¤%vYRgS«ç°|X©¸ç1½m4iT4r‹øJÂj°]¸y…9 ÁÅãV½ß»©ZðlÕæ½“_„‚ª²-¦Ýk–¦{¬,$ì&½œçÍøÝ''IËÜ`²] ÷ÞEÅQBÓX^jèv£²à&ѬÔÁæŒA’ ¶w¯k¨*]1´$Ä&ѤŒ™4fÝqYd%säšÖ‘/É¡ L•™áŒzÛlVE€Ãæ#*j Ù²G}nÄñí" Hí. 4î#æìp!sñnTÔ•µe«Žúœ˜ä-i% b^Ô (í+›MŽ`]åiÏœé (ó‰MúœF¡(kR:i•¡SDà_AÖ{×;¥^:É4:nÀ‹ùöäÓݘ#䢻ðw-¹Ê;3Èœ{B| ,½x{ÅJ+3BWÊrë…%f™(/,\SNš½&凘— »Ê˜÷êÔ(ùú¨YoHËt”TI×%Ö "剑Š'W×#[ !a%:VÞ/•åôl©\7¹Ý£$4þóûªQ] - oVz¹X&Knü]­¯ Æ~yÈ×8”ŲÄXé9Ø õ±Ÿ'êÌÖ -'6’ÌÇMRÓ²U ¢ÜŠ˜˜¿öŸò¦¡ ® ­{nêHÍ®Y)åŽxS¨—­U¡ø>˜k#o1Û,64n &ãMíl[‹”wÕòMRo±aEåxI¬­oËÝ¢=†y0EÚfÀ—˜Nf'‹„#³?ìýÑÚÄzR’ŒbÆGÆtÚÛœ60-‹úꒈÔ½Q6Š~?.áݦSõ9ärS%UXÀ*­ ücZ›Q¡ax½µÆ|f­¯úñHÈlv>’êÅv+ -B§{Ôd½gx¯æ­Í‡O»)^ö`—Mír®€€|óÈì9ùèQ70ô’ÃĈñò‘8¼$ÑÕ»Mó6¡Yi›<Í -ÑªŽ–âG\±oÉy£% uX”v½QƒÒW8í­ìw»-ôTA]é›—Á @ËÀõØîƒ94ò¥³(ö@6f=y/fïPó]\¬o¹!ÌŒ4†’ ‹+œ‹L+6þ‘ZÄ0ê -]øw]´6ªÈÜñRäyœq#³˜kyŽ$á8ƒ}¹úk(™¨’nÔ€ }Hì„s6? xS:Z­oî˜äy«3ÛûwM´ /]wQÝà8‡›mÐj¦h¾wS»$G€úŸÀ–±†ßÈ‘–Ÿ"µÈ«ëXG‰[ VRg±~ã»ÁdÒˆwµY­·ç”üуu}wWÄŠ|×Q>?¸ö6\· Ñ«k†ˆIá;ê+Ô @ì­=)fÊ Í,»N½„–Æî»™•|9H}¡¶:1ÅEÑ|·òCuZ<.Fe¹®­æ¨Uj>šÄ"³ÿ¦˜m¹u—&òÜqÙð¿=L[®½‹c0ù0%•¾­*«2ã ³o@9ëºZZ•Zü~hEIÕbóp´hr%Þ”­-^´?¨TvÝõoZ´åv¶ªµØÃòÜA¹¾­(îäOøûà}Q{:›§›ÝIË'pµocœ ¡Fšúݪe”z ßëBéUZ¤?ØÌ!ÙŒ\^Ä9¡{ÜJŽR+7“Žóx{£±‘Ä“GLR·™Žò ("cª"«CeúQ×bèÚ¾'DÁª«…T1—9&‹)L”꫽÷õ›_Äth×¼¶T¥m‰¾ø<·«•¢AXWkP!­<99†ç¬Ù˜]xu¨”pî÷@éGy)ž|W‹ ²É”ÎÿÎŒÿŠëõçkw¢Úâ?ZÅåç.ä(Éîú -‰‹·¹,X2¹ºž=#ï°í»Âå~ß(^ ó( D‘ÎïÀRÕl{èè‹O<ÓÖèda˜6°&=´CÝÎ܉ŒŠ|ôªsËL½u]˜Ë 4öY‘WÎî2õÖlµš¼>üNB^q¯0PÂ}œ»ŽPWg +;"B¿tJ^¸ù~é:AjCþW=øù2]oÄXÐåëX’A\3J!»„' Ìç¨R+„È~²&ú…JoSZTgÀú=jl+ç|vfýQë©ÊöÍûG›SÌ××n§. ih&-³¾ö1ý3™=8È.Ƀ9:nq|@1c¥Ýb6ÞçÚ’ÜÒþ`kx!fÂÇçN¦¿L]'™iý9Šío„—PöÀtþ”ÕQÇÇÎa2É#- -6Ñ}ƒÊÓïZ²4Vƒ ”ä-i»ë<^¾W·ž/¢²“3Lù»†ár”úê¶Öð–*”$Z}Cc9N³Áe6SÞ…¬oW‚kDQˆvîÀl˜6H-©Ñ‹ºíaL©\-ÛÛÚ2ÇÜòÁ2\W¹¦:_ ƲAe&"gô[®wÌšoÀà¼1¹3±V÷LÙeÍôºš" ¤ê„òdâXÜwÞƒUCSaßÀ1¾»Åá1É–Þ+"ûÍѾÎÓŸJˆ7º1Þ!‚Ir·´‡Å€rÔÒ“~i·ÙEÇI`Éè-ƒ/G²òèÍǸ¡¦m¢*«ZDåbh–üž˜ªNä ÓB´© FÏÃ÷^ä‘ÒñŠoà”û\×Vx:]É~ªêú*n/$OÊ£iÿ‹p|®pI¾¤xP™F&%o,±‹Ýµë”¥ª1½'™uc$¶±ÌæjQNö×r,°%ÜâIÞõ|]+Ö䓯w›Ék üùŒ·]i‘Y2ùWP¥‡K1·Z[¾šCÌÒ·ˆÅóÆwžùw ´Íu{!“”«a™Í¥˜[­5_Ÿ²V˜#Ì~úÙ7½®§–m^ɇ2T²@6¸¾¨g[ ´‘;ÑV•?÷•WÔTÇä ¡ª­DÍb•·I8¤sÎrw=Ýð¾Iºw‰ÇæQ¯ÂÕ› 0syQík7Êš¶M†-(kTîa»üNQ†wo(ÜKþþ7°$÷bºD‹Y½óμxñÔWïö&²‹K,ƒÕé2Ý(óYÁ©ñî,w(KÇb3‚Ž[É›ºÓ°¾í*ÉÔqšü>Î`3ŸC!ï‘Åîêê‘wiµ _u„vd¾gÚW³r[Êsg΃JË­¦˜ =™ë“ºËÍ{Áð4&¢ÀN16 ~Ïg{y®!2f‘"`p¾÷"ßbÓfÓÁ,"”1sd~[¿,•›e›—ÝS,€ó1Çš7ë5®j'1½Š§ŒK—D%ØXX‹±PŒ_®Ú¾‘¹ù…ËÝk3W"¼)Ërn¶’Þ(sÓ.%/½Ôè€iే‘zÏâùÝPåIb“Ìéì[Å-¦y«ã6$¤Òc¯–œ:ê³U&Qm…ÆCë¸ÅFÙNʲű:³»vMwÜŽú²’#ÅXÄ”¦’-ž‘Ê$ºQ´©lÔÔ±8¢óIY4qÎEóL…½{ÖvÆ6ŠÑM›:’7罕©´•Ý}ƒÁõxrŽ“Þ4¨®Nì+ø2÷…Cr”ܪ De-ñÉÜÎr¾ÞŠ­17×w$6©ñmg63ì0CØ•ä Höÿ‘¶Ã¦ké×n¢+–OÔÔ6O0 Ô×›ÿè$ÁIqËB2¯·×G œÕjûì®}åÛ[ +é±DlJkŽx5žyð —sêz¯Ú„¹l„€ZÅ)©­r[ì2w×ÙšT:·€+)ÎÀ|9èÑèT‘ßMª$ÁI¼gô£ê2ü{;¡ö>³ZÌ{ë3nâUâmAØåÔ™:ÛÌ3áð“±-i¾`XiÒ«yQ=¡§EMRàx -n©Ð 9 %Ÿþ$¶^ïSû½À“ -¹‹:°æ5D^{ªb•Ü]ä:pÆÇ–4ôq«ðØ®KQ:ÆdüÑéAÓ©[»y]`´ªí/·’býØÒ'xwÉ”B'æ¢F…BQ]¯­Å5nFÉú9Áà¤Òw8°€'F‰ŒbŸÆœÍn*åÍÃ÷&Urn»&"µÉ„Â|Zômí|Æç­¦Î5ª¦Ã.=±=f6è$ºu¿Ü&ÁfQ’ï„Òf9Ti6caÔÈ%\ÅK©3ǦJàˆ’Uy¹=å›Vïeaî¡ ¥´ÎÄNÈ¿‹7þú¸Qã<%?u©ÿ¡Æ×óÛi!¯cTÐNð fÌ9Õù¹÷Íz€DíRšÛ‡quQ˜#Lý…œ: fìˆÎ%MÐX.Ø -õÞÎ5¥ÈäÖ{np®˜ÇWFð”JÛ¾ØqǶ‡š¿õIÍ[Í¡Qº{·ƒÚ¥¥¾…W;ø|äWÄ>*+úï†Ûs’è$^Ûð:2‡pRÚ“ªR-›sÛŵØ(×4~I,´á: ˘¥Gˆð™ÏA¦˜R°mz»éÈ÷0RUÒÐÀTÉ'‡ !wnÍ -í«v*zu‚ƒSÇÊæ(SL+¸d¡x² ½èÞÌ÷%|ñ³—w[O¿]ù²\T‘1‡éPÁ¤~ós¹Ì\æ¿ä‚ßq@ˆÙ#¶¸ÒÜ©jªÖU¬ÂÕxݦÍ™8• ÍÓì¢Ïí¼×d7› è±8ߨjkl6+;QÑ„ö,tK-è?i`*Ôz¶3)d8Ò8ÝŠaÄý×FW(Y裱æ¤zÁÁÊxk€±à±`‰sœ -7ƧKЃÿeÕ¬…'ð'½IìÖûú÷†¥2‹À»1©óƒ-¡vï0[ÖÁm–uH¼¦Ûî†s&¨»’æ<—~ÄxoÙ‹‘t#êå{R7й¤Ï)»ål:°\œ]¦ìñ0à¢'{>+:q–Ü]3'G !µ^O³ªØê*hï ‡B²ÜÝÇ%ÄX¸ø7¨Ïð.ÑõÎJW:Ö<—N q¯y’˜™÷ ŠòZT/ëP¿Ž eêÞJR$VÓÙ ¡«zÔ.9Âi ĽC_J8€š½¢O29ù /ù½‰3·Å;?ž»c—õoÓèºYâ(J.á.ѯ¤@tnq.ƽÉXîš±òú[ëÈ:!@ì{wy®vïx+»;ÍÔj¸L@ãmuåxËðxDâúRL¯¼ô´O7õáI•7›*3KÏ!ZŒ™ì‹ÒŸÿŽv PìùfÌÙ´v{ {Õ¦ú|êLÜ)¦&1>³:Ù„œoêC´?°Mg€aF49@S6‡À¢ñî6W幨`œ¶&‘Ù7¾×ÅS·0SWà¥[¡ kWáóçA”]a‚HÎ%‡ïÔyFÓk–m'„âhJP÷FÆNœ¿»·SvDšíÊq¼Ê"TNÑãPÊkd¸—&9Èë{'ð±²'n%1ÿpÁ£Acb7—_»÷ŽF9c­«ò‹ˆÒ奚gFƒzm;_±2‘i ¯ðÀoP»è©AÍF\öÃðƈêòöó•ë˱Ä6’—‘wÍpDVÀèëRÇJÌ_T Ðk¢WlpžÍ@âjÜŽ|6›´ôç™ øÈÈýnÙybÖQC!2BžånÜ3¦…ÜÂN!¢í*75ìUåîe”l÷ãXœÇ[\½ƒ-õŒ£UY[Ç©¤Ä·u—vÛBÜ[‰‹yÛËMÑm|†Ÿž=—íd.93uåêX—4\›hãèÇ÷ìVGþ.IÈ\ßMÃîqÙõZJ×ì¹ØFWaÛÕîÓ¬#ˆM:à2sÁ™ªRm7äÜBØn'‹%S†ÔL>a¢J>Çç2×Bö’U¶zyR˜3ݱ -ôÕLzvØÛ݆÷бKÝC¦È-Ó=¡ö3žïÕűè²Â§„õ «²÷ŽÛ]öRº…™"£\³lf¶èq,VU’ƒ˜Ö|%m™5Ã{ˆV|ÞàTn>±¦ûüTÛò­LÊëèt¶0G@&¾Ç™{úãá÷ã3#fn¦}¿V6ÙîQøÄn=Ÿœ]šÙ|yµolã¾9bzGòZr,¾ïä%omï!jÔkËwêYîm=£êu{>Wé5¿e£ÛQåÔsÛcËÙ,ìæ¿Ùzê²xùñá÷#D;î¯âŽiñz‚ 1ë.l>o…uÑ +¤®C½’Ÿ§ÞÑ‘´ */¥°-öÔÓ;¨iðÆ’Km˨Q":;Vçê‚þð9S7çz~ž »HžT,KË,îñA.RÔiOìâî\AÌx]ä2&*8*u:¬ñq¶ÀtÔjó\VƒP2[ÞJ]íö¾äªþlÏ»Qm…±Û1í¯st×ê3$Þ¸ŠT—!¡^v åɹ\ôPõlJ®®¬Iî:)êËv ÷=”35…Ü7/@LA…®3Õá¬é™ ¼Å]諆úÌ’›:B·Oä½YÇLU´ž*÷š$[†éÐùIã>³c¢Ç GÕùRŽÅó»íöþVž‡»ÏDÌ”àÐK¼ûŸÏnëMh6JBÅ 9¤2®¢¡WÜ72ZâuzZÌšåØyƒÌ£ 5¥Úì†[Ðõ§FvwM¶#¦G¯ä r.gê´Í3ÌÂ'#ï)Ð’Úx¯8͆“âR -Þ±¶H)çQc)¹ª& ‰³ýT²Þm®Ô8u¡nÛL]Äf©ø5F°§ò%ÅÄ8…l6—‰GAçÌ#…èöÀ÷4;ÕV»Ò)ÝiËñÒˆŒkN¢²bh^— ºàbºXóýW~Š1ÃÍî¯vÍ£NÏuyÜ3ß⻥™dc½*5lÉf“d0D’ÿrZÜ]á÷Îp×V–òü•®réQQ€Ñ#¹ge³Äª6ôVÓ§¡Þ;ÿ4™\ƒÞ$ ¶«ÔÆù­Ìë ‡ÑÆnð_ÄŒ˜¾÷ÚT _ žyް:!JRÈô=þ»Ôºi!Ö/o9…àŽçW‰ÆÔ©–)7.çŸ{‰7¥¹ÞìЮK£v>£œQ×Õ[úغ61f ¢a;KÓSŒWn’¸l–†ÇF•óÇ|¹–ëeÜ©S¸´|+ÍØZ¨¼Pÿÿ€øŠ™oUk z‚Ñ]ÿÊ]º[ŒvGÒà6!H—ýÿ|MmQªSÙ¨}à -ìvÕq;°Ûž_’è:»¢:‡\I˜wæ)âS«ðÙÁv>ýu¶;e1oÆaþÿB³K8-Ù(D“Qú¾œmëØí?w¬'°€ÐqÌkD ïöi\ëhXß\šfªË•'н5f”tÀ¹• æÕ:âø·2x¢¨®/E»ûÕÝ©±¬u<÷µA7ûÔÑñãh¸”g ½ÆÖæ‹6 ˽øIžª©Ä~¾Xï«Tˆ˜àšÂ  ê}ü¹ü·ÿöáòã×ß–ŸoÇ,ÇÛõµ_·ëëÏ_øËûc?®ü¾å|;®¯Ÿè—/?ö·í±¿ä›÷ÛýëüÇ Je˧â‡Óv}ž##ØpÌrÙNûz=¬ß /ÅÈ©ûËú±‡Ûù´=,]>­•zð5÷–^áº<¼|œîgì{Žë}­3K•?ȧ¾£¿gÙþõzl—íp¿}o_å¶ü8¯s\§ýö½>oÆ—ïÛÊ—û5±ŠüÝËi_ß¶õؾ×óv=¾öYÂøîå}»¬çí ýÊ?¶Ç7Ì5qFf½à¥-øø“>×ëéŸëós¿~Þ×ã~Þ_ûwü ‡øW–ÏÛówýõóám;Ñí1¯ÏÛ×s½žÖcžöN¿¿o‡í_÷íøZ¯Ç“PYex*®|~]ÖwñÉßÛùv¿l×רâGTœQ.¯'úÚ?Ékù¹îÂÜ@ÆS&ˆÏ6©9„óïõ5¾m -oÐÂþ’yÃÂ)=;ÉA«©zõäRVàœO7ªô=øÓÙŽÂß_ ·Ò]iáœí*öx@G.©€pº -œJ”(ó‡Ö -zȼÛÈ™8 s¾:o(O(æ0ÚÛåÂ_ÝË#@zK t$Ù®¾DaÛ³–øHù‡’øhi×H_Ô#󶃒¿`À?n@ÂÝËÈ_0€h´tÆä­’T*Vz m=ß𴯓ˆSñœ³ç©ôv=ˆN+gà+ÿÛ†3U$ýÞð] Ùî?ŠÑ~™¯¡ÂÞKc"6.d2Rý2ZÆ“÷"_äÉGˆnù'5 ¢6§0Ÿî ëJa$î~˜üÖëfâ~áĦtµŠñŽÚŠ¢€qÓ+w&p?Ui]îÓãÜwïSékz\Ô†x³Wô¸«`a'Y”_=B €®+6¸&öµ4U+ª?!xŒ±b$%ÛaG9Œ(Nv‡ŠLý£l=*ï ¢ ‚kÇ„ŸlÛ˜T ‘ÌiI¿w}l/Fq .Æ/DÊN¦»ëÊê‡0qTL¢ÅÛÌôÈ­-RÉÍUf ÐDµ/»èd¨8·0÷KzrrØ"R<öÑDÉHªÓf²ÐB•Žì˜—8ÛLf=•8VeÈ 9¸ö¾:ˆ«‰ ¯ÅñÌ)[§Ò!*ÃîÓ£U)€ôÅL÷Ö&èè50IìtÖÄ -- 0× äã¤\œÎœ2÷kwAt2’Úñè3"Œw¶».ÿÿCÔÖ«/$ªŒ“XˆÃ ¹þ.ÀoK»«\aŠ¢¿öîúe jª%ÚNaƒ»),Zh„Àvw#¹º’'<}4Ï‚MçîC¢ lÓh3œqÔ -QÚÝÒÜHøSõ& -‹”eó–À6’h^É?’%ÙˆÆüß»Ì<8z@“#µJÏSéõz´Ë¥7ºà'sÔা¶qÈq ‘Ð-2uÉ{›¢ ½Ê²CFl,gŠÈ&—àŽØ0¸þÿ)e©Ñ3ÞºC>xf"z8;ú<üˆžÙAÁºl@hf\Wûk˜­Ñ\ÝöͨÑSz‡!NKjG:~ÏÍζÁ•»Å‹±Œ¤È«Ê¨õ4©2£ï«ð”vý~cv1Iñ‘M? 4+›+éäÁ¬Ì?¢KçéÁÕ¹ggJšöÉ¿‡BÄ>ü ×4pËL¨2¦àÚ•:Ì¢BðÜ*³eÆK ß“uF!Cf2¢d%™4/ÌÆ4Eu©ª¤¬Ñ}{«Äz!|Dƒå¤Hé16d§u·9#uÕgù¹Cã()4ç“*Ìð$JPc¼Lg 7*`£ÕY™IÛW™á5zÒ -)­,*„3nš¸6LAz ž±d0"1¡ÞF=.V –ÌSÝN"6]³iY°ÊYÁ¨?b·]£K÷éAíáôŒ³52Š'ã¬\¤Bº+ê:Ò~'ad¡uœ)"aÛ×’ Ž0¯I¡= ·'Z³ÒNeÛ4cÜo - µ™ÇÚÈJ¶ ÒÊ赬6dž€h¡–À¶k"×èÂU¤§>X7’DÞC´*>¤lªzÔ8h %¬…£7Ò˜©V*Ù‹á£ûB΂ à_½†…´pd­äÐû¬/p“Y¾V­tŒs¤“6޼•6ŒAb…ê‡ÌÚÌî Ö`ŒÒJŽa8 .:²ûeµ;ƒfˆäÚm¾àVç.™9¹”÷­}¬äqAì1²ÝU!¢Œ XY¶·;ÇÓdˆ)†ËÐr_C{373“<ü ÈJb¯Í.E‘“ب›KÑUk±KHÝi&OGx‹›fôXÖ˜J1Œ”€jÛ)Üóx…óÈ-2f±®Ð´ì>=¨Æ -X:á“È¢çûgÄæ|ò°„3®v›§Â5úˆÑ©Œ5¬;®‘·Ã¯$­<ÃÃÄY¨åޝ–´“ÄtgÐ-4k ‡9qªy÷¢‘¢‡O‘RÇl£§%KZh®9ŽOw -¸û­&ýG¬i)t)?Y”¬, w죉 P`9³·)E‰~;¸@K5‘‡é±Í¥AÜŸÜ‚Ýgh…” "ŽZœi¨­®‘ øm)÷l„“‘†ÚHòij^ÙöÚîê²7ƒß¶ i™¾N›mãló¬,Ú]E—ÁÍQ±°BJ;•ýÛk³VD1Ed¤„*Y,Å 0£DòtvÜ )1*²O»{ñ6 à‚ÆË›>eœ¨UE!2O8Iµ’Æ”Å^[šk‰ô®¥°v5’Ds“aa!q91„¢ÞDìÏĤÈ.¯.$ò-‹«‚´ÐÄyIvZ¢n*•[–é†ri⥇&¡ôóæ†8Œ–‘×-Q§Æ€ 8î1cDd\RBxƒÏá(¹ÂÓßÞH×Ât$"{Á%©ˆ8ЏjQ@¬ä…çwß×2ªNÚ‚é #ŽžËÒ5,‘(›–«„unb3!cïìd7ó³ûô vhG®¨ÀÓrZ}1p|#PÅ;AÕ¨ÔáÎ…5”ˆ‰Ôz}ÓSÙRÞšèÜø!Åq3µ…]Mj ޲¸1ËJÍp¸)r9Ù¨‰°ðyαoú’ç%¡Ì/×yC€l7Ð\‹'$…“mÝÄLøñÅ ÚTjبÛ6-?ô¢e øJî¼$îrRÃɵm> Æ¦—©«ÉF=Š•‹1t È:oÈâ<¸Ó½. â¼,Xe]-h"Ìu4üp²;HÌîÓƒ\W^0#ºÐÜ5^×8*·„ÝFMÊWžTj–kèaw«)‡jZ<}í%£S*GMªO-¥Èºo;—”Ä:A¡#ÞyKãhqKùaUINõò/ØTÐؽ—är"f?vA¤ uÆs«l$¹S[geXÅ>â -‡—;`Y Û\_hÄÃW§l¤™`³[X\ºF8/)àNå躔ð´Øœ1Ÿé)/ƒnëõù²ñ¶ÆÌÁ.Èj¡ZA67nÖElï}¨ŒRe2S“^Ïü±!eÆŸíôßDg„ØZ ¬*¶ÛQ§u\IÞæô8ådÛ™ Õ¹q æË5,m¤Ðrøó¦ï]”jf¸¯Ã0Ç8/WF•¾¢”±Ü÷NÐ…f´ä"4GÞ®ð‰)+sIï½GÐz'HKPk¼v-Önô ÊUÆ>Õ"¶™]¬$vh9·Qs} ÈJ·qZ®Í]À–ò ZzÐKÝ9âì±²asæ­T^*êq¨ÒÞR3檚b’™‚8ª]A’`Ûð ­-a0ý4—¥|(~&æ]·Ä˜ûBRØ,Zj37frR–˜áe6íäTë¨ÓyÏC`•áb'I »ÑÍÌîÓƒh{kuÜ„9¤ZOF ¬mOÅQ±Ý·w:L>ˆ^oRœ™T†®BcFÞ¶ð¾Z$öMÏý* jR:½H43»OªÄ Bbh-£.͹Ô!±}väÐÉ <)Ô`[Î×Jx€“ñXcAïú§—.Qvšã•ún„ï%ëxó—I«[Ù»B“ZR‹Jˆ£ªU‰S°Éê*†&eò\„îýyé9êƒèíú‰?‰:ÁỲòôD”C n·ÐêÀÛW5vÕQo„æó”u¸ -½zÓZòÕå¨+¦)Ìu©u•qyü榸'1EzpŒ/¦ ÏI–P”½MT]“Ae¹=p[Ù܈éó2³9d2hÔçQ]Êe¦±g&ã%a¸‹&–«Çùü»‡Qqõ*áˆ{‚”,[dôÒ}ÁK\Ò˜@Ÿå‰I5®ŒóÇtá•À™yÁJh?ˆ”±2l÷{÷éH ˆ»êíʆ—c\¹Ç/ÓûÑÜHúâ–14AJ;ª7šYšP> ƒ¤(™IvnÖ!°ÕŸK4/m%ô²²IS³$³šã¥¡3EZËs³P”(!x Sr‘}B;p0 §böCU÷㘡œœãEŒ6Ô3S ÊÌÏfuÚR‰øy›Þ‹ªV&‘k󡦷žëéá7J‹íïÁ•+äRcI™gƒ2{ñÊè:ðÒR¦¯CMUÍFhÝ#tÅy¸˜Yö¬öZ¡í« 6wPc渂2s©îˆVJq ;‡>ÅÈ9 š°<-ià&}¸“C¨;œՠJÕ<Ÿš .Ü]©mŒ5‡7™FòÝ b²m¬- UÍ€„36`жn¼ÉJu@¦b½‘ !‚ÇfÎ(yIEe’‘XÆ~Z˨‰©Ù†ÿd’ökÔ„ÓèyRéFl\Þú÷ -G´lI„ä5ýž]•ÌñàŽ±‘1ªOtÒ~Õþ¶úbªÄøÅÞ£)$²uE‰È¿¡Ýåm±¢åð;.(Ñ 8Tm…‘À–0z¾òÌ$G('…5ÂAY¥S Åá2sqÀ;ç5±17À!Ò\bö|˃œÜa–¤Êç‘;Q¹:kážoCÒw,HO…X’¹¸ö(aût>åÛ]^Wg62ö– q ]ï4p±€Yä™IoZ9 -Äx»ËÇÝŒKlZ]¥"zØ…“'´æ)qÜ­³šH‚U©x;wÁñ©ü„P_j f7À¬u4GÁXG*%}l”"™RÉàÚ“Æ_7»xUy©œ†Ð”ó«½Εo+O…NVvHè ¬­%1Ü8sMÁA,è%즈EÝÅ”bÏðOž™t‹)OÀue«S›¤UìÁŽL žŸ$f÷éAe°éc8jDuƒªj-±‹ßõ²½AÈÌŸcC¨«ö–l†yk¹)¡z¨­;*ÈbcQ-ÐÌο>¢JLVÂOIˆ;½Ã„`.ÏLz“ãDiweÕ[ÕSàVƒ9¼tŸäŒ(º?¾Ÿy󬬥-Œu°I­eJ¥W<ÞœÇ"ã%•A£òu¤Ó(Ä ðÛá¥kJrGu–üYâ æ› ‹ß2ú”·)sòÒŠêšB'3jaPæ£ï¢fœƒ:tN™N‰¸jKr˜cfNˆŸÏìpŒZ¾ˆd\ØÄŒy™ñCÞ]¢¦¢³qAW™¶ÒÌzì„…œ0-±Ê”‚2`3T4#º”ámð5¢À4„xYmYZï1?ñð)èÕœ³‘¢0Ža碒o ° €@Áˆ·É)( ŒèøÌ_,2ÂÚ”_U–àÌt¦èÑ-*Ï€Ø=Z¢À’OOû<ùzƳ‘æCd|Aù¦o ²‚ó|0CKC—“%)œU‚!ÑPöĸ“›XZöÑÑR®1L¼•ÕdöÔn‡êÄ$Ï`ÚzoDž€‘;=ù¯6Q@;¼43?É·úÇ.ÎÔb[Y¶>$:oð -ŽXa$4ï:k%Á~צŤµ‘V8I7®½ ø ŠÆ¡ë "I0K -¥Xœ‘ãX–`“²Ë”àÒÿTú¼äoæ„ÄäT$´L.D£e2Ü™#rŽ7Ñ7‚“£lƒÏøä!èÛ‘N´ùž:S¼ÙÉèFnƒšš’δè!qõ¸rBZ64ÂÆ3»j¾í¾áP½9t¢M„ -—£T6ñºa%-C*ßn›“}OE¦…Lÿ£ò)…±×ú£é¿tÝâY",Ûh"ƨ‘qÈÊÀà {nq²Š3í!zH´; ¦…pyP³Ãê+[ ¥”œì*}^–¥t¢.ÇØ€‡q’ܽЩþº#u,s -#;Rr äæ&jÞ/uŽ42š¼m§÷øQ¯ÏÛ×s½žÎÀ5uŠßß·Ãö¯ûv|­×ã:R&Šâ_]>¿.ë|ò÷v¾Ý/ÛõÕºÌ -+¼j9ªß¥âŸ-Ì"Ü ZÑî§{mÏ×SËàAîc^7ódx²õ%¾üË_×ý×ñÈå¹^îçíùÓÿõ‚Ûé·6¯•¾…!±~¾÷4¦àØY)UÒY-]5⣟,ŽFyI2çåél±æþ·@óܱ²t~ŠUÉCy³µkÂ&/5xD÷™ø¹’!)¨:Ó¬“¨ŒP?J[‰'º#ô”2|ÀªOƒE€¶•ußr !Å_|Õª˜Rp©Õb m¬ñ£ÒU£×±¯ã£ý.xEÙ ÿƒ…û-ÎX~Ž ƒÇØ‹;t.7ÓÉW¥ác‚û)YÐÙaó4ô»M÷ÊÒÙTÉ>i#óÜKç -Mä”# —ºLÑ>f.^k,%ªm_ÀjEåÅÍy*=Ü;ñwP G²j F d_ Î6JO&>á3³d¨†Á+û¤R¢,”átäÅ¡Iœ´¤êmÑ!`Ǥ›û—*Ýé£kl¡Î5’>yƒúE£¯dtÕ©í‘¿åËD'ìÕ²V|àKœó-!‹î_¦¼aÁª®Ö#0¹M⊳~ÚYqÖ0&«Ê'˜,«B·“xPK“8çGÖf;c²JöãG3¬…ßÖÆµãO :áôLÅÑêsßÇã ÄçŸíʃ2‘uódãiÎÄË ->œçõ︒”ëuRNjéDÅåâ;³`)«ø¹RäˆÄ[~/™ú4ø"Œ; ÂPâ@è¯aB›ÈxβNèá kÁ19ª\쨚H“2MîSIË;~Ù“:1i-C| -Hä\¡Ãl×úCšBmÈ0̰^ùp˜ã\Oyé›FæU²vÑPÒ;àý4°–³½NþZeíÁTÍ]¡x0ø„3…ÓŽØ81ËX¬3Î'=<®w±jãDí”Òz,±CÙE­óߢ}µØ²;[`Š9—’$¦ã¿ò Ÿµ‰^’­]­1ðè„SŠP'üþœkÞ’åb¬gü­›qÓä-Wê¤OÞC÷¿NTm›Éy¼'“–c„"FV1VÍÞ•´›²ÍÉÖ$àvTI¶¹¸2Ä™þD€›‰ò ÞÚ)ýðƪjÀ¹üãrÊn½¬˜@OÕod·;ÕS^èZ±„®±m—%»®“ŠzYfp{à2G¬> Hèz–Š>Jp{Nì³q™QwubÙ¶ÇÉ,£Ùâ`E‘6Ý -¹5^Ç*'¯{'ïNg2û£ŸybAˆ¤ÚHXꉹ&Â8Œµ©OˆÑØp©Öâ¼!Šb½¨ß&®jP“ÊðaâEœ„“irF‡±6𠠄SãÉÖâIkóZ°8BlÁ!}' -¨‰CLˆ^ø…ß õÎŽ>¤åîÌ5q€»›Ìè¸1„ì,XòìfÔÆAô¡ /–X~½’‘U§>˜5¯M˜‚.lˆ¦€J¨|êçžIâliœÜÄ2͉ï¶!RÚb+è$ÊŒC@6ÊØÃ8±œÈ•Þt³‰Í w)â‰ÚÔêòÓX•BG±XùÃî¾O˃Õ\Í;®»p"¼ƒÁϵxùôXÌ4t†½ öc]æ¶ÜÉnàX/:”–¨,/­-Ð)âÄnɵÝ‘·cM=EÀµ'Õ\f¨räÕ‹‡PoG™NMµ©î+0è˜î^£Ør´‘=ÃL¸ª¶ûŒgþüƒœz{B@Y×1¹Lª…—.òš‡‘­Ê®¿Ú×Ašu®-2ë©MtŒªjciAô©Èï™OU«KACeÞ€BSÅu¤1*FÈ#¿}‡«al(È6%ÑëzÚó zü|ºa&g-m¿¾ùÑym’UJoŸú4Hâ´îÞ¬CÌ -Gnä›"v°Áó/kHY¶­®‚V%#— )–蛿ðÜÄI˜½íXg(©>al‡hå³çÇ7ÀÏ=.õɲn—·¼r˲Z[#£Úœ,K #¾JÏ•@Pi.Uý-‹×E|íÜ«2é#Ïk>¬dí€_Q•™½¥¾/à¨P0 žÐ…7NQë¼ý¿VÝ )!1¦äµ€˜ˆ“^\L×—êÁÕÊÈùŽšýÉ÷Ïk¶‚Dsm#&¹ºõN÷H¸8Ć'jë% Bîªn¬ã¢‹@|ú`丫îôt¥£Ø?öÝ3qO5ûQ1;“â¬b0ÒÄ•’ß,žÇÞÏg¾Fd}]2Žâµ­e˜é­-–5 ž‚ãà¸r‹ÄfèV—èNóØXtî|cÚ£!OhOe*Ù4¬!Ô3‘U9ð{)ø ¥Û²1Xšz$°œÁ†´fÁJ6&•ø-?¬½;[Æž|Ž6S…O³¶Æ-°¦[Ôka®Ø4=½)¾%ÎS´Õ'OT9#ÞÔ>Û"ÌAwãÀÛè´ »½u ¬¥éð± _³wriûI„¡P‚¾ê}Æ•ò>aª^ x,4Ï8qOð®!`"{CÑ-íÀé„ófÎñöÔ§X­l’+ØS³P|ìÖ(ÐÆ{íÎB_Ї—ëÁkN -<ê…g³ÞÊbv&Ø‘°«J´oò`¿Ö\éJ½“)´À†Ûì3®TÏÃ5Ê¾Š†*6UŽ"ÀãÙÕ¿]>PϹª!|«¨úß2Ì•)@¡ZÓ¿ UáXÎ&ààWªï5•;ŸxÛÕk!äû†æ+­bË=#£<¦š§v4‚>ª Õc˰ñÚú ×àj¯u¶–ŤTWÑ«$¥GŽ©·²Ð¶x‡º»/ h¦#éB'Ü(ÕbËÙ­,Ý#“džV'B'TîÜlt¼êMqú}ë ÓÇé• H‰}Ó¼¤YgãLб÷„1‘ÄS‡×n/?·XQ­ÐŠßÕ3ðÜ1T+ÐèeĬv(ØI¡îèdgåÈkÞÅÄÖcYʨóÀðøxðQª0ÝóD§ARw€7ÆÒ†ÅÇÌ 5I*JCl¶Y -Žü2 %v>D77_¤Y§@«[>¤d'•©Ÿlå)\ÌïÙoÜT‹ŸHzw³Î#'¶"À<§GÞž)P _šCÁrÌjì#ÃÛHaº²¢kú8ÄÔÓ-rô¢Õ&ëÞz]%&o³AlýãJ ßdº÷ÛÚt}jó‘ôá¾MÒ·LhÛu!“¿Ô]¶R8‚„·so‚ÿÔ WbÍF±©î>, ­ÒKÑÝø±Éiô%L¡‹aÂIQý‹oÆÆã±e -#JßTOðcUjpÞÌSˆt‡Râª(Ò¢04;X#mý_˜~™ÁPñm4ŸÂ–U„¨VB™ºäøJï ÞLVªë–à©Îâ¥n@ÙІ”Awnï;oø»çb²}=³{{!x¸¥OÔ6:i¼±)œ@éÜ•[ÈŠAÈäŠ, -+wÎôbñáA9=ÌÜ2ÞF–ÁpuöÂg•t3U•‚Þ¢“Û7üD8Žª‘Stw|W(±°$ rÔë :4O9ªà)‹ÌHSókj¼¤»ß·Võ¦‰zÊú汪† 9]ì;c™½UzõTþH­nÀUÞ¾[Xßlì­ò¿âŒ31Ã’« Åô¥ü"ô¿:MÌ£ðêâÕ3ÔxY#ÀÑF¿¬[ÄÒzœÞJ½ãA°Í@6WZa&‹B’ãÒ¯ê~_¯êѪ¢…3óGšuê{<Ì2â-i™)óÙΖùxÄû7¼N ,ðe¡·SŸÐ9HdM#¶ÌaGç@‘‰!oìJ^’–¹ðVËÓCÝi¯,ps£•…9’¤üVýì;p§4œ‘ÈLU‚æŽb†Ý‹à3 ±‡û¥fn™‡Š9Ûõã^«yU9:žÿÂkôôB65‚&!'°sµ T霶\Ô2l1G½êÐêOÁÁQv™L3<ßFïÔO²èâ²ÍXÎãÌûË3c¨–?È Á6GáHNB¦!)±4¦=xM³NGÏ=Š?vÛÅ&]L]ßÕL^àjeŸÝZ‡©ÉÂ}Ò·¯·4_”`™­hHWH^ݶâ‹neh£±°Ô âÆkóÙ -¿=£º}Ù¦_SÝíj¼ê^(â>Ìþc@©×ëOž–0è Yª×’k9М¾hÕ΂4-™v‹3ì:l÷ ÿÙ²°U°=«~Ñ0Ʋ¿â A 1[¦@¥yÓL„¾â©É$Lùðžã*÷ º ̰b‡¸ÃJ/Ìõ ¢ Tu…8(I]ST#‹‚ÑJÞ5ò³”9^úК6»q å/iÈ£Y«‹Éÿ¤×¦ã…©› þý0°eÚ¥³Óܧql™‹`ã­Ôµ%Ñjó ÞDÕŸ¸O¡“Ùòò´õöL 9I¸da'Gxb‰á˜KôÙî7ZI³Îµ#z–­BÑFÔPtÖª@ ÏUò@¿álÅ’@ƒkäHoÝ;Âà^Øà… “Vý&UZoØ‚¶¬Ñ<ƒ-p¦—V³“FK•ýK”[Sßœ=QNÏ,Õw2âH¨kÞÍÕ7;F–Ô¢ê&à è¢×«Ä6ýÒ´tI8Î n°º'W®òèªöF2îPku¾êŸŠ +~û¨ª±ÙzC…;jY’RJ$‘nQ€š8-d«®âI”ofRDmãG«ó\f_Õ.Áƒ`­ºšƒ~®¹ªÏn·½™ÞYnŒZNY×l($…®©Š§²è„¡ˆ—E¦­¼§YçÞöª>»í'›j0iÓ>RÇïú]TÜPÓÀ7Kí[Ń£®””ˆQ’a-¼ÙìA+¡èªæ!ºë¡ÅÓq?6Sh•ù"Öo«#M·ý¬€D¤l U 9üž!5–^"Yè)#7®ÔõSõáQo²ýšã¾EwدKÆDìZçð¼Ý j“B²‡š­k;7cði¦ò­V_h×wöéLêöŠ'ŠìôU“Þ‰Ë~,6ZtëÄBy°Ïô>!dèÌŸëùÖ¬J‡þÇB«ÜÑ¡ÀÒ7…Ÿw{±ÑZå gŒ¿,AÌʇ„Z+Iê¦+¬™Nþ½XûÚ‡;ȳÕh•[Ä¢Xµ lÍVt|ðõíŠæUµ›\A)iü†NâèÓ¨°{>åc¶²uÓÆÌEÕ)Ȥ\à-û³0 âS7þ€çÉ4»_‹%„«(”ÍÀ‘{¨˜ -°Ä¯M -r"ö=Ñy -7Ô0О”¹v Y×`^óœÝgž“á–E/HŽym¹|€ ¿–n¦J¬Œ°B/#umC¸û3ZñÛ2â#¶9k¯ˆ‹ÇÛzÒ.|_}5a§vøV÷97ºbÏÞ>g×5ÍR¶Y8Ëå:謗¦©ˆ#O‡¦#'°î^-ºž‰"ò)ÿ«ó®,t±YØ2P¢mÞX#Wsf1Ê0=¬åcˆspø!Kÿñbè¢"‘Ý€©¦’›Ÿ¶=6Ñ6ã `Í´Vï`6×=¥kk0ÈT!Ó°¶z'RãÓ†?ÀG!¸… kIíÁ«},Â÷ß| ë>õ"k‹@ˆ£ùá–µCY׊eDÚPvéôáÏ“b®VBNq~?l©‰£í#˜«„^m£»ÁkP›¶Ä\”ïå^Z¨p(£Ž:‰ÚÆþÀlzîm {‘T3U±ƒŸCÝèï¤bÌÕZÈéÍï‡KAì, ÐOE×(ã´orr¸íG£Ø²b9ÞŒŽÚÝ·ÇÞbÉtí¼­Yf‚eAúD+|W]Ú`ÍÞ9±ùýX»ðæ"˜žcúmK°ŸJ­Þ†Ü÷…‹ÓNð´ñõàŒÓühZö&i—ójÜTºw…*ÞÐ÷d£çHn§3žïIÌ4ÅЮÕcÝÝ yÖ•P÷m|,Å#ÃÂ}è«<ßU¦$=ÄÎû)!Â4ª~Wäôç÷£`ø‚xCäªz?í`!¹)«ç¦Dâ@åùÆâbìÃìºùnÔ÷žã OG}׺÷NÊÌuŠçú7ÓV›ªt‡V@Ãx‚™,ÿ"ÛoÎñsJCaMÍÏôTúÙ™|½Ra‰b¡bL›Å$ߛޣÀѰ°Æ8HÚ ˆÛ¸ ‰>¬/Ø‚º]–fœET'c—ɆϮ\ì÷> :cükpXü‘.¨*ˆ5݆êP€F2_Ð!géx'£[&Ҹ걭ÇLTµ¨R8ŸTïÓñ&^:hàMCÍ/c 3ÕHn¬t¸kB瞃}Iƒ C§É ǵñ^]Çêf[:'nJ€þÐ1§’^^©”•iI§I¯,ç¿eµ«º¸…§iBÔȺ}{9”a£e¤cLf@[6œ€Ð¼­Ùf˜§Ž!ÜC…Èvˆiz ‚ï;@FvÿÙšúiˆªÕ™ÙšñU/ïä’2íìdº”ìׯ˜º@[SýÁ8c û×Tr¸C¦“Ž9¬8CW¯¡;•´OÇt¹nà´‘£¦îOpïÞ§OOê§÷ˆRPu Šô–•ÌA9[ QE6’ ' —Á6¦1à:¨´6—ø¥àŪ˜~ -x‡25ê˜>©¸£†…Ý|¤‡óM!Á³˜PU‘䢰 Tîa:æp_ñxí;H¦L~’s --k.ÂÕqÆè¨¹_­ºÙËnW$»©¨W…*’+ÂÜrHt–Û8X˪ôvCçºuèò–'å:¥¦¢”ÝÈZÊ}j7ð²â(EÞVñîÖAÅA©£ø1g -ÉgsÁ-®ŠJ0™]ˆ ý€ÖêÞvâP–â±y—ARwÌͤ†Y#T-+§AUš5½¼A=”]›@Lí5 ÝŸ`fÒðG‡põ¸Éa/´Ý :™¬ Î…ßm4á@ÿ8Xõ(–oeÎP2_.…;î‰l·Á\̱a‡PWPÙ1ç­ ÊŽÆX“÷F^®¼{˜g7Òé{T9î]°œ*´MÃæ(bìè”DæYeýìc~9$ùÉ„³c ~zaß2VØìZô“‹pÑݱ(ÄoPd³µ<Á3›®v“*ŽoQ`–&I…Ãú -†t™mÄ RN7ºõT”=+¶"EÈ“q¾ŸE¾ûÅ -Ó®#tÌÿÿ[Lp~Œª)2ÂÕ´ç :Õ¨ºf¹Á×<öÝzÔ=ŒùåZ5‚ƒ‡ÐD ˆ×Õó)z×- -ñë½›uWjl`§•g=½%Ñ— Ná¨ÿXIkŮӗÓdÉp&¦©$uÌ=„¤Îyªÿ݈'q-µ1¹ t8 o¢˜ÃÁj™5ÆÏtE{õ*ˆVݸIŠ_DîP–H‡Ä‚þºpÂ1•«C÷ôëoú:H•à› XigÝÒ0äëðuÞµ¨vÛæá8ãT¯…iÎ;‚ñ–CLt*ì0!Ç8k µø6çë—B7Maaä¹/àM®i'3³šZµOç’Vÿ³&ÕW°˜¨j3$ -'ËìÔ§Š<ä›› ÖËYÉI…‘ oœ¸ÚŽ Ûí« ŠöÖN­¾ nwÅŠ%•„L_0ð#9“îEÚÛœô½5TE'S+ý¦Ýè‘­`l’Z=öfVc¶ÞË"ÒP¥ÁMÈMõ¶Y¿Me´ØÁw¨2ãñÈªŽ²°òߨûRµ—;©í,ÓÓêiEnøÚf}uBQš¢µv7{ˆ ‡™æ£½U]‚Å!cÂÚÛÞºlA 0˜n”9Ú«M„7ÙZáZRfîIjŠ‚ý]Á2¤K•JKmÔm?2¹Ö]S17¼¼„ k߀AT‡tU§dÚ±A&úŠö`õƒV^0¥³“«vA4fŽ.)[#Æ rΖÇíó•ß¾©µê°/y›ògcWµXdžDàî„ Õ¿Hñɪˆú`™•C¤¼óLÁp_ÉÞR²ED‡ZôIRÅ\ú´ÚË™Pãé²®PØÅ×°&,[S¿ †’ï³Lõ½E$r_Cð—’øzWÃ"$ÔQy´®¿n_g:[ËVµÏu:%Á¾Cµ’Ò(oàäsWZû}±8¯”ý×ÈHh"æL—‡¡ü8dœGfg|1ËWšK±¯†ã¸Væ#ˆ#ÙãlŸ!ø¡Šô@ÌkNÈ„qÄ£‘К‰@¥š² ;DF ë#õ¾ƒï•j¾ù˜¥ÂfªZaWCÏ0TÁóæØÙâ=Šë»&µµÝð/uuGŸ•s·QµQås7ŽiãŽËQ¢ScëÖƒp§ävÃ_Õ2ôm¢3WS·0u·&³Ëñ LL9Gž!{™„÷RöÉn¿“‡èä·A7qtÖ¦U&ßÉØÞ`õ4FaJÆ¢®ý4CM}fcïU¯î8Ðò|/床Վ}&qíEW?°™£Ô…ÛS–5Z5#È£HGçØJØ5ŒÝÄbÏ*î¢a¤¶…¬zzšªC}<¢«$ºí´ÙCÅ-zÁûªPJ×TUÓØs¹’\ÓÎ5МìhYvqsL¢³08оètdZKölBšž"—d-r’5ª%h¾ÒÄÆ˜=ÎúQ¥¯óZ–L…g}Uº<Æ´\ÜÑZ1¶utSxªŽÔÝ´ ]Éb©ño÷r_OªK¢¬–uqgBPx0ÄFîþ×¹Ué"QT]$*K^xœ6“|Xu…UNZƒ.ä\‚q1©Ý˜ 'U£ûÔîØX¥6›i€QDúÂ(¿…¡ÄDKlˆõ鯚Çh ÷D–v y ñ½ß|±™øI-óÄ“Ökì$WsàW->tx±U{P„tˆ<œ3ƒÃJwÖp×`Š h)0w :ÏÂØøhºØü8_¨m‡jÃEÍ<¶®},¡RîŒbarPî;.'ó‚Ëo¥ -èö`m²È¬IL"ÛZã—g=å$•'¥ -3•Ã@+|}{òЍôsž*Ž=ºX<ÿ[ò‘JàÔ¾À§Äô0ÏÌÆM!ܯ‹[À2I£°é›`Ì ’éz2W£XìE:”fj¬ª;,ép“èhćŽ~6 ´.†{«rÇl]ˆæúöïˆÈ'á)]á‡Mü±†Í˜•üö¶TM½ ôáªYÑ4B“éøêpXz:­Eõ˜G"r)1а³Õ$ÕÍH:§ª Q‰QY]qzá:c¶ã£=ï/Ú}¿¡À*^C!Ö4Q³´"ýS£ÅR±u«>dˆµ2êþØLGê*Ì)9ÖÑV-ƹDùœ§ T78 ¥Ö™3÷òÙh7!·rœ"? -GÌÔÅHº’±±êF~8a ÿgþ­1—̶Ý.pCÉ´ÄGÅ¥¨},±Ø…,?h µÁì[ŒgEÓ3Ràkâeìþ'cu”ãæe–· J1ËPÈØ½9&pÇV[øVøNéXœ6CÀ=¾ áÐàXnBj5¬CèÌb„·0´TR^Sn¾‹ýp³ (tPïR £ ˜Ó†™£F›÷ÚBCè?é‡ÓWÁ%D(F/Þ²Ùô¥Y%zŠ=ÜOLC]èT]ƒÿ¹W-’1|OHÞ„0· tÏÔàysLg.€Ç—&å õeUäÖ1àòlÝÙ†¡a¨vô4…Ä©•Ž«ë¸ 1ªl˜óè#£ì¡Jßš&“¡¦ö¾ã¤Š 2í‚«Š¸Òà:,!¿Ñ¹hQè˨u±uo9ìÌ™ú¯©þäÐÇL·ÖË2EfB^\]h2¾–¨Üyp¬jãó/UÕm´‰‰H¢Ðr¯ù´3§5Æìx[ÆNj@#Ïœ±™y0˜ 8õ‘yÁ¢‹¼ËÓy õÈ–ƒñ}rõbœI”+›­¼æ¸z„Ù•\qæÛÅÉÕÅžÚÞP†p,cVïA0 p¾öj˜Ë›Ãå»Ö„{Ž/H`ªA[W&Tã‘ZÈõ{¨ö”SÕdñ¦"]Qc'5܃OÁuŸS°ZØœÕþ9|w/Ëø*u‚ñ±M¶vz}÷@xkD_/¢G…¹ßÜÆ‰•c›Mt\_ÎÖì£:uçúH©.D_n<\ 9$fë—<¡s•­¡¢òlËͳã<ÇÆCÖ$ª;Ë6Š·³mš:ú—“ÈeXëRqïA.¼Ã=:þaœL”Ñudc-(·¨dÜí¤D7v?öJkØ€Ó?NW††1BÌúµ¤ÂÕTÎÓEµžJÿ†éVèëŸ+ÌŽ!î ­5ƒ[¹ü=‰åÿFž\Ú;;¶SþtÜ+0Ó}éê)œí?5â¹¢«*3Kï9ÀZ¡r…az…Eu·|†6›Ò0QZ„DÙNÇV',àgk+>Þ4e9,;Ù{X¹¯”@l¯«Z5l8ì Y<Îw³>LóÎø2€s>QÔn®B]½å2E+m°ã $wLìf÷Á±ÅM½Õw/ŒbÒW©R‰lúQ"×ÔÀ´ã­ŠVŒ]¶/‚ÒíaÈmše©i¶´!ÔCÿáY™óú;W'ƒâªp¸´ýPÕ”T-Y¹í%ÁÃYñbIQ;Ý4±rCõ>´ÇòŸ œAX;fÝȸô?ÂÙ¨_WkÖ­-Ñ&drN¯Â Ê˜MõD¯´ÃˆØSUÔ%]­0§’‹A)‚ Þ³½šMÞ-4a­­>^b̦²ðÁø‡`L ;øâæÔ‡¼„·ë> ÖX’©leB™D{UTáLrÕžN³îryŠ›Ø߯”ÊGÍO,#Ê–9÷*ⲕZ¡žúè ™©;× ¯&­À DI¸ë’rc’Ä’Œö0'Š3ohÔ-TljR”˜®gXW+$ÕÉ޺ûX+@ &xq¬;óS{ÝaqŒ¹W1Åy´e>#ðºåî·Io µ=„EUïsþÁ¦›>¬ -Ðqän{ü¡ìl§ÉËG]•˜ºº#ŽE(S5ÏÄŒ|È^-«KKçþBn ù“eªnBÅ^úÆÉ…CU"åÚ$»µ'ÀØMªÂÙDÍÁ2ªëÛ;9—P»#Žkä´*ËyicÝj'p*9ÕA÷ÑÂ_Ò¾©’M5wÑÌ1w(¢Ö rMõ½j¹}¾BnпŒ­²{ayÿ?ßzÎìÓï÷Û§ßœ~ÃÓóç÷·÷×÷ë?üŸ¿~|û«ßþøúõíù¡Oxúáóóããçý±O{¼½üê÷??¿}Ú‡¾|þòóWÚ}dާÀíÏù”O/¯ï?½}ü—ýETüùž~|}y{¼z|óOñõª¸ÿöÇ7¯/Ÿ¦?}þáåõ«åÜõ6yösÞå|ÕDe‡}ðé›—/+ïãž_Þ>G]?á±úA¿ãùñõåíó/ŸžWüóÙ%= oÛÁÇ>½¼=þýúaiŸôõõ—ǯïÏŸúU€Óïõíãý忟¾}{ÿæÓÏo?¼}¼Õq}u0?ûæóO¿Ú÷þáÓ¿__2‡¾±Þ¯zúáí?¯Ÿ^ÿ÷åõ™›÷ç•ùjO|¿—þñ±®?÷—×>ùñõý# nî¬ó¼<ÖÆþÝ‚pу¼ÓpQ”33E°Ò¼Rìd<¯1ÈAcÜÑÞü/™óoÌûëí2ò9ˆ ò—ÝîÇÇJæ±Òò8éÀ—¼y¢‚ê” Cf=˜Ù‚€Tà6nmdúâ¾ß3!XS3¯ý"Ça^ºûlå}„ "„"BhÛ3™ðÅ7[ý { â²~UsÅêö‡zòaä>î31×®r),Š7 Ú-ö^nVIÿ¸Á+ì,ùYèÁ’`™GÐ~âl®wo`ª Ãìû9޹ÄÄ^qGyä¨Vàî+|Uèm~XÆ9O3°ûQȆü¿d£{MlôL,ñÞò½*Ñ׿&›W¤ "…Bµ»“ ч -7ÁQO› ;‹~J†Ö¯ÊDÜ%ªèé»')ؼölé½BŸ­ÐŽ"†êLöÍxûBw6úæ¼T¡Ö»Eiõ²‹¹’ïÂr¯Î -±¶[Ä^´Ú9+è>V(b…&Vb³g˱˜—£$/Ân=èÍwÅ F 1‚ˆŠ¡‰†ÁÄK„pে„4Yè=OåeC©¶ÁSȆÜQ\•º}šY»‡‰™Ðîò+XA¨–Ú&†ÞkCÄïvJK] 'Ñÿ6ú>î±×îr+ {fzÏ~+´£ˆ£G³ÿf|ˆ|5oÊkÏÀ±˜—£$/1‰DŒPÄMŒ0Ä&FX"„ã/˜Ä F 1‚ˆŠ¡‰†ÁÄK„pü%‚’è0L«Foº+F 1‚ˆ -ÕV»cܛͥ¢fe±kÞ1L3F:v3{í*÷Ñ‚‰–XáÀ7eôæ¼¢°gähÌËQ’—(AD E”ÐD C”`¢„%F8þ"I”¢%ˆ(¡ˆš(aˆL”°ÄÇ_(ap[4o¾+J ŠLL½7‚ .6§‰K$dKöÎ(Bôÿˆ%ª:­æàÑïþ½'}Ø:-1p¥„ˆNç¿é7aW®5/_­±ÈO©ÂíA¨VÔ*ʼZ²¨ÒŠúë‘ Ö%óÂ9I†K ]![ ¤ÄÒFÛ½¾?Q ˜!ÕðØä3ñ”áË.X(°°@°ÐPaP¦I,¿Øîµ°—r„Äù $HHP H) clÚb„÷¯ 8ËÒ -ùµ˜-Uœ¥išyƒ©ËÓ4ô‚ 4e™F®BÓöLH¨‹Ö -Oùµ˜5¥.\ÓÐ  u!›†^R“UbË -b™ÖLHïZIƒËK^-fKïzI ½Á°`!ÁBÐ1’Œ:$‰Hhˆ0è‹$5ïB‚ $HH Hh¤#ƒ1:/_·4©­%ÚóV_)µ€W‡…‰]V¹§‚A‡ -*©¨C’è@B„û¡àÀ(aj5î"‚C„€  -"""4@ô%d´Æ9vîEö²æ] SØ(¹(¯ ½¬r ,X#ɨC’耄†Ã; ® Á@‚ƒ„ ÉsðbÍ{6|{k•ÙzøüáÍáæðˆÃñ¼í÷Ûºíÿúæå÷ù²šlÃÓù¸ì?æ)Ÿï×ãݾn×}½ß>qÛå|yyº¾4Úƒ{Ê‚§u»Þïÿ}ºü5¿Þåt¿Ü®û‘µà÷úgyZ·£ù/¦W›îÎ×Ëýßx»žÆß®ûÝùåºlιÄ%æ ótÿký±þ»¬Ç}ÙŽ?ù–vÉù–ó/ÏËoö¤?ëÓùò¼nûûí´þ©§Œá7œÆe_7¯¾œf‹ÇXŠÙm{ítèxÚš*‡¸ÛÁ틪s2ÙÝK}}¼8ôs €k‰¼….]`9»vñ«ð4¥xtvRîø\fþyó÷-ÀÞ Üw—ÌpÀWMÉñSM-&Œ*íù\ü.RÀŒæ :‹$fâÑÿ&ž‰§„˜zæ …2fŸ¹.’«©íÜšËÓHâ.ÉbâL<%D3Ì#š -ìbÅq²~è¿è œ/TI…M}Òd:3±<[š"¦nù¾Vô]àÙb!ä6× mn‘MÿeRuºzLÊãaIx”Ìä½~H\‚´™ÔeÈÌ?oE#_“!ƒ -”¸_q- ÆeêÔ½ReÙT²ÿênÚÌbÜÍ%àpq{X>žmr;ù4ß!ļ˜a,&­ê úÞ•ÐR룫LY£PëG’é€Í„˜[YFÙƒA¾"(Þ©^¯är\Ž$C‰‰&¥ UæzÈ\%Zb¦ÞÂÄ´Úhb1oÂZÐH6[ŒÁÏ¢è¨56?Öƒ1»ÿ÷¯É¡~H&™So6î•»¬ÿ<ó:oðE“öwIjd"‘š,3óøÅ±û¶XAÛ0‰×PÒ—(‹ç–ä^!´b§;DsNÌ*k'‹ç&å†Ýd#7eâ Ye=è “ù@j2P¿Öу&F§xndî•aу^$ҳ˼Œ‡ý}éHR붘´dÌÌõ ’BËΜ}@ÇL›«h$+Íé{_”t_p óU.¿äгìõ›²îœÑfå;•%^i Ï -ÖÂ?Nž™i‚èdºé à³N5%ØšJ+=̇K ÒiÍL6ûТÙ7@“d¯ï5^"j5õ–ë´*M¥OöG×l!ÚÈb)Ó‰zv¯L«JЄYÝöå…mt±ú°ø~çO5œ;k±-H0ó]Æ¢& -œ6S×xª”Çj˜Êˆ|׋ç­4[dSÊø…°yȸË4qlñËh©§˜´u ñS=dš4ð¶c¾÷…äT'Ú’Nu:ñG1Šu•!¯P³L S—~Òú,õƒN)ÕõŸ*e²¶ZÈ2RWjð4$h(¤EbרnV l…i|6y¦žbÑ@††~$à®úÔÔ«xÕäið…§cA*ê #ѾÇB‚…  †wLÁ‚ ,XX Xh¨0¼³à - ,8X°`¡ÀÀÁBC…á…P˜`tå”RaÁÁB€… * Ï*”QÂÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ+Ý``d@YffñÛÕ©|¹ºT—ûQïî2»ìíT ,xÓ¢Ä"> ÆLóˆ e‹jJ¿ýÿû»·´Rvy*õoZTXÄg!šiÉ0èëà4÷꘿«zÈ.*õpšû†† cI*ê #ѾÇB€"m¬Ñbä¯õF_'¹ ¿>3¨ô%rZÄ@Áþ_¿MFõpË\US|æŠÿ„¶´ÔsT,üæBŠº5îë1Y ùŒÐáŸÎç[xaL d•C¥²(j~õš+:øÚÒRÏñÑ>ô“Ufæ¾æ±jÈg„ûtÙ…ÐÜÖH¿¶eiÎ ùú/ XUÉ_d`#?¥FÒýO_^m3½†„Ÿ‘â#–¦¢\æÒËݺïÿºÓìÞñô÷¿þ:ý¹úŒÓëýö¼ÞŽÛs÷ì¿Þ¯gc{Úéëýõü|‘O?ýûqýãïóíË}»¿}ÿº}w" æÇØõ°ÅË帽_Ÿ¿»Ü+¶ù…~ÞéÛq¹žo/çÇ]ö¶/î[NçÇå¥òåþõr<ôáæµÛÛÚŸ“&=Éæ—·¯ìi¯ç·ëóœõ?§Ö<®þ÷œŽ_ÏÇñíxy»ÿ8ïô·û|Áëùq¹Þœß_;Ç/tºŠ€Þ{oþøäÓåzþçxÚÞVãÇùëq{½ï³Ýj6Oúp|;=ºéƒ_ŽGRÙí‰öt‡}™¾:}º¿œ‡¿¾üs\ÌèÉÏO÷ïïç[::EVÝñ³¯Ž—ã×Ûñú<ß^?ÛsºlßÍÆOßG]è‡~_ïoߎÛóåz»¿¾…ÝÖ÷_Îßà¾ÿ±6q¶Šáyð!…û¯=¹¤qA7ƒòèGˆú \ª·(?ÑÇÈø¾ÜEÆ-~äûóq½}R}À”Avµ…v“¾¢· SÎaYcÍ?Ç1¸#£4€Ytª¶LfA¢Ttq5à*š­L!& -[ô°˜ý/78hÁ–ÑüÒѲÔYš„Z] ®xg W‘i3‰¼"Àü  ÀöÔì½±Óa,k¹a dIðµð=N8 ¦Œ^Duœ§ÝR?{ëGi"S“Ϋ,3h¼ì®¢ƒg‘ äŒUû\Üò(¿)³^ŸÂ‹`ºL2¯xÌB&T7fjM¹–u`1‡~„¬Dü²•R²8®nf-y‹™÷dªf2yíÀsmè¡QÚÆrN =yƒL‰â×ÃHͺ  IöÔèf©@Á‹-z™™”ð¬ØZá3öÍYV;+œÄ’ŽÍÁYÅHñ›ÆËÁÉ|¨¦ÆáfŽ©ÃóÀ6˜´ÐðŽðxpyŒ½Æ $g#Æp¥¸ -M ëÖÍÂÛQ>ؤ$м\ïPqijèë/d„:âÕ„ß´±]œçœ˜a˜òF:õ °Ì«.¨¥P -5Ñ8—a¤PŽ5>‚lYÖm#Á¹Î&sQuõ…»¢è3m2š°KV3Xã@ç_jzàƒQ:ÐU1ͰÖ/Ô$`ºyâæ]å™ö°©vÇÆÁt@«²±õœ@I⹤”oÜBѽhë„„b¤Š9Æà†£ˆa‹Á ‹öÓqNáMNi™.dù*Â^ðZõ¶2!…?‰K ˲æ¦È„ -eÂÕWø|ÌCÀi¦[l²Õ!¾…}L0é*^AÐåC2[|w ØA8µkì_ý ÓÔ9™JB¦&ëe¡ä©ñŸú OAÇ=‘EÁ˜n+<Ù*/µ‰B‹í,íŠ'F£4ÊDPÉX åUä-'aéÆY¸‚¶&]µ[‹A¬Åd¼B€0ò0¤U8*쎛5RçE“QtVIÕ($5­²<ä1±`ü¯Ý¸éTÒ_Dмa †‰Ôä̈X7-a¶@qµjž)ÈŒ%öñ,3E½b6Ú;Ý“aŠ;ò*€gY&ý¢"1•S”œ!CXÃH ×eCe×ÓƒH¯8— K7ÞôÂå’[)†ÑQvƒººsðÌDnò_ÄKdV0aýônJ†pϽ±\Ù‚Š¼LG¬hÕ2ýB‡Óbô[Š*5 F½¢;x‡B2Iî" -hð%˜ ß$3¨¸ gtŒEÛ<՜˽Öd‚! ž37oÆkDL¹íðØ`Rd,ÄéN%Mýðîˆñjæ§=Ý3 ”˳æ9L5ý3Ëåš!‚ÊLÕÈC_nÏ~k+K¼°É¼2ÀŠp ßx%]@ Û°ÂXŸ¼TŠd˜l%c"bþ¦ä!$Ï–nàís(×,Gþ)ƒ¼fà„lXñ’@Û¦ÖaŒb®ËO`L¸u·fæNÝ \Ï&“š˜Ü‡E;ûú ‡QtZ3©cÿ§¹›j]ÆÈÇ*õB‚a6R´ÄF&ªœ%ÂÛ5ëô™¹镸àœs¨,³ˆ¼° + “ ú&œP*R𢨨L²a"ÈS–±‡ž©'<²Õ(” 3B^ -p••nš8kÂ?é¤[GHš·Y’á´š‘H%O’©ÂÒY¯¥wƒi³ÙvGŸ7´”8jw¡/`Óvˆ%*;—šoÑQk^Ϊ0nªôB4¤­;DY*§èßõn¸õÛ Î]iÀ——Õº1Õ5î ’pÙÅê¡\*çbË·ÏÕE -• gRá37vµH¤pÇQ´/Ü N”°Jä­øXIÕÉCgzúïyª 0\1ëGÓ¬Y7=ÁV’– [¦Sa‹»’/лEpnÄ 1FÇX…ãRb§ E‰ZîV2°•é£ê´3z -4£ª×{x"AF É)1K|‘™]ZоŠáÑÙ¡íè(q•´ëÇþ”>ž!ÈÇbJ†¤5'Œ>ñV¸mâU->uä‚+ ú68˜×( -¤º -˜mÑc<û|˽²©¼2ñµ#ÇSÕpÕ±†´J ÐD™@;ÎÄ -è÷ÞM}Ù0ªf”fqȲ •›šIÓv|t‡Ú Ðá‹0V¼QAç…\d¨Åì’๛뢓,º—rG1,‡uæ‡~`4Ö·‘žþÂÒaO©ž£’~ìbpéÞ]¯'mt²(¶²QÜÕÜ¢%'†9¸Ûg §ÊY–¶¡l—¸™‰jË!VÞ«þÿqÚÀ”ŸÿK¡@[§ß/;RµlyÝ}Y»ž½ -`°Ôá»ë¯zÚ¹¬,rwÆ;hˆ¥WŽp†³Š¾Æ 'œôt¢\lÃÐLƒœf;å—»Î"DÞçÔU…7»§’7$'!ȯ`Ò¯ºúÍÌ)xwˆqƒÖ^Ù£P”ßÜ[¤çºBp¶ŠÀÀ4Šuó7 傎]ß)Ž F]`"¥Šu’´ XhÏ©$<÷zfõÆ,½6• -|ßÛ÷:W„^O@pÎaEþFãaVáEB´º¥ÎÈ®m+x”Å[ »\M¶Ð˜ô»8‹sóx’Øs“ËÜ»ëtÔ°ìŽÀ)sr<–5¹ý#ßû¦r¿`Lk8ÅÌÎ)X¾æId@ê‰h¶Q>¸Ì&ÖéØðOK½ÝGÞí*âãýx Up/»v…Ž#åÝM¯. ›q­s²‚…dóä³hÚþxw¬°?\T@4Bâ]Ú¢âÓ„õÉ×y[¨S™ Û»„eÏ"»*s -ffø"cÀÕX>ɇÑ÷]u‹þñ$ü­æ«ìîVÇõè(B½eÞ2ÎPÖÅŠáh_=zyS5èÁTég«Ã¶´ŒX+Yë4¸@(Öy™%î*M‘¿ç„œâuÉFöW >Â݇½XâXØqÒh‚-N¸…z“¥Ú˜%”ì¨ÈmÚœ+ðž7Ëì ë¨ì¿ßÐ]èµ”¾ÅÀ#ÑP°#1^ºæ#ûÅRo­ÂYTlVÊÄL>s›R¥áH)­ýäûE¯ÑÀî:eg A?ݸö×|w{BSRëbã !œ9Ë$§N²ïñá <#K«¹ñÃΕœúBo'ï’ʉ#¢µæt=x6Fö“ë—‘¶/úºò º¨ÐHà÷ }òM_”üŠt‡>%¾:Ó‹âÚþš#IžYÆ -¨Dkzfëù{'¯Nz×· ézv‘3’Î×'“šÅrx¯ž8“"¸Ž†ä¼ƒµ]çŠC/* hæÕk‚/\¼/¥cb„Wêjb5J÷…‘{k[?Ɔ€À}À섲ÛÐÉ–BKy‘`OLù×Û¦üm®7F#ôÜÝ¥:"«'3 càæ>á9¡›GAw¬òzïoÑk èf\˜ƒ|>Œ”~ËÝ•f&©%ð›½ú»­,Ê6¹µt¡âçO ~èXÂê èe;ÆLw“F“tÅtM¸çE^ÝQ“ñ­ýÊ3ƒö˜wÖ—ðõq¢jey7p?ÅPO¶>—ÜÇ ßÂDØ´"Ù‰ ¤­õi„ ïúÖ˜r®D½¾Ö0²ƒ»­6å7Ы 8ÆÃ=GDFÓx/¨ÈçˆÂ©®ø@9tFNc²ÁR´E£i‰9Ùlzå¦omSDi¸:ií1Ü=æ@‘¶ŠvÑ›ªÚ¨+³7ùG“ñ<·$ð“<Ê„Jù>÷ñ¿¤PwœÅûÞÖ»3ßFîâ®´bÔ9˜éM‰DˆåzLôV\ô/°¼CÇMA¿ æjìÆ~.Br…²ÐÇFøÐÒéÛÚ6:ÊtàÓþ6¤#xÙrŽÉšcâ?QG貯Ż~ÄÀý¸†Öu< ïª};X ÌPù¤[3'ùîCi2tdÍ\õ¦¿+¶É»)0Œ´#J_Œ¸DðÊ9â(ènY/ëÂ1ÎÔ £-\Jßžf(oú–`úÜ},skòz«×v"¢HÐnÀʆªâ* ì­7æ[k›Ý\ƒ·!¯oÏý´Fú9|“Kbû&è—oR´ÏLn+éÐ齆{›, _œ -®4¢v£qnæÄx§Û—j:Mgà{w¼Ë­6WÑA'NmEà~ùVÀÙ:sÏ—€y1–«wA/Ô ¸ÐHdp¤¿ÑÄuÆK5x2hxd<ÚýƒM²](›¬¸Wu>Ͱ5Ï„—y´â©p¿`œPK½üGñ?Í^p‘—ûU¾ê£)‹ÆíEºÂ»Aq®Â麯žu[²)ëÂ)¶‰?F‰`½t<ñŸÈ?4l¸LeÇöF~±Öp³[X.8Q&Û…JÝvX‡€3ü&\d]ÕÞ:ã%À½…¤z0dÿàL=ÁÕ‚QC|êK,çÎÿ»(‚¸š4‰\UFáJ"G)&½öC)n¼5y?áá"×¾åÒê 0¡Bs~¢˜@ÌâÕQéÿcqèFîŽÅ0:°vŸu€ö½,i ÜA˜¹6*ƒì…pÅúMìçcÓf`—KT!à®)u7÷k»ÿÚñÿÆ) lL -dœrUÖ¦Ö)^YcŒ³‘ÓÍ [°¾©ëÙL_1 -ú-W·ú€*tÈ.å•(Xx©/³§ô«.pÒ;"âÊØ«²‰Û5ŽuïJÖø=óØ6ÂAîJ1:7 önÙœ“6‡Þ©+†]àzïïùzðQ:ƒyH.Éj°¶ì s„Y䙌u­àGC°`4ŶÀ$ Õ™ºÆH©‡)»Âç«#†Ê(LuÅfŸã߬±‰QGžÙzaA§ØB˜”u„T|Ã;šŠµöDšb샭:ç1zXuyÀ3¸ïÍ’ÉÐkôx}{ å¾Ÿ ÷eÌ;¥_š¾S¤¿7ó2!·ÿ½kâÙéú¾jÞ9Ÿ˜ak£@6¯ÕÖEáf™õ=M=œÒ_F!r4³à‘±>ÛkWĶñ‹P 7'^ -£¨çjÞêbÌñÎg´¡áf^pùp2!*ÈÕ‡ÿÿ'®He6‚©kÖE‘`Þnüá„Ø…Õ>^g¿Å`±ËXW:û¤‰‡>šNù z}†wf+SÉbF“ ÒtMÓ4l²ŸBHáÌTÝyÏÖ`ZÌ»œ wâú…Æ}@=¿ï©ýýf¶´amPÎoêêƒ3/š±»—Úmk„wxFòÕžRò¼`1‘nͥDzÔ@ûAna1ÚÂôÊÃÅv‹¯ƒ2qä8GÒéB›ódÀÐݽú2`W£V¬Z]gß­<þâØö¸`2%çÿÅx—xÛ$ƒx/¶òòðz§¶ÜM‡hM…A2×lC•_9FwÀ ;Cžfôæ+å>2Vy!\èÎ30-Y-"SRN3Çê|’¬_uБfÈÓk hÎèjN‚{™` \uáÈvb<}’w!v8gÐ;ñªF~ß#e²‹^ÛYﬧ?‹€gF œ¡ßHRÞƒq¢I¼Å¾j o¾±Äš¨ »û6£Öº"(=ØD¦§-WE]€w>¬YÃ1,ša«‰Úí»ï¹y§Öøª^7Õź:øjª¼ß/úæŸ/ÛO6Þ–ÈçòÜ^sv.£)bjAQk>1Å«:]fƉÀýSÉ%«?}„3:C@ÕÑý{AtÅ*ö3|‹÷}®½a-SB¤>i«€@Ïot½½VUÌËP)x1\د6ê!µÃ"‡ƒ±¦ÕS—!·Ö´—PTÅwqfâˆìÖÆ=£QpïV§¥kŸ´k#ò(´_=‹¦Š™Þ{1B2š°ºìÊÞ0 µH0Ãõ@¡¹iû{a6£o¢2â¦L®•ys}ãÎÓ Æ±"×µ«?‡„®wu»°dQ·)Ûk̃¥;hê _ìzFáÖE¿‹åÍ<ßX­á×Ev÷ˆ­PÕ4%öê-/}Í›`BAV᥾:˜…P$§ô“Eþóvzk’…†Bå¿;Œ™WÜa09– 2òù{ÿ?ƒºwµœl(¬È ïç†â­µbE4úwòb„wŠbUÚh4È1Ôȶ?qHwÈé Œ'“MÁ«»qè)¡ÒD©lZsuNah”8ÎSÖEæþåï õ3¼‰(tfµo仳‹€.•LÚʪËlkEØ>¼Tl”˼Z¬c1Á'½ä©-iœXnµßèøÍf %C>šx ÷±Y í}öØ&¯<’úÀí¦„æ>mëÃí±j?ÅÒޮƹ ²+—×!M¾¼Þ¹fñ/ÑÓ3j6 vëlT`e¬œ7pDy¢W½U´Eø´“ïÊJRÁ ÷Áé¦4; öt^ù0(ü;0{†0öpó¿öðm,µ¶3›eh4œ˜¯ -ýŽkiJí»8}W&Õ¢\iýÀþ«bè¹7Ó`}?4õ¸½ú:3~†\дH™§ªä$.ÊmYD0´Ed¥é•qæ¹f|µ'?2X¾- ØÞˆ¤Ì H²]ÕîÁÔeï׫É#9ÈŸ'¾ó„U`g²Ž^¨ÔƒiÜZsqøRvkÊä]>Üuá¶aéaøŠ±æ™Pop€ƒõÐÐÞŠUòÓQtP»ÔõX.8œMRª×ÕÀ…”7OöycƒÃÿˉ~*z«õJWÀgF» äl2, G'Jkå”^Ý”bíMêâ”c¿WÔ’²¯ïØXL uþH:KHžrw<ê¾|E³FˆìW(Ãϻƪˆ£ ø–KW€oFÇ1CCÔ±­Ñð6Í`z³âgVÊÚúÈ´çÓú™¾ZVÙyVÅ!@åXQ Þ}Þ»²koE¤éqÉç«° ÈñF‚Ç;[i4A“b >õ0ì‡rO*Â{v™éÅâ”ч?ïªKH8R:mä:ŠP…`%B îLQ…xÇ„Œ;°|ÁlVÁb¤€€Ñ7Ycaœë6ÕP8`ûÕ3@FJÛ‘\a@YÌ—65LºØpÀ<6BkÂ#~hÂY,Ô%®XM²n>.p„Ý]¤ûÖ[²vË‹áÝÜýkd0ઓÉδw? äÌî;ä(z\¤;ej \ôN§•n›f¬¼‡mSœXîìSbÅZx·s?•°êY,àâõ‚ýœ‚ž¥·õ8÷›½uUrwhpŽNŒã­´\èrÔ^ˆÎÃÇæ aìÅÒi °;Æ@ƒ†}.9”¢–¹4åoì9WéH¸V´éÈL‚‡Ì«½m­-w ŽÏr©Ã±j)äÛ»‘ûÃa¦åê.aꔊ:m!P©­‹Âª$nؤylŸèØb¬ë†áŽ"Ÿ¿ßÆßMÈãI­/ÀºŽ ´-÷,’ÒOß)¢/V\h­ørn´èÚÎO݉:óšg†×D 3ßme;"(Œ‘&x¡§^˜…o(ÚHFØ ë·¨µG56kUÌ챈¹y»£¬‹CÒg£}X,dAï|¦êÞhÈOwÌã´  xý­ÆãűŠ|æ‰ÑkžœŠó^…ñ|.’Š]±·óüµqïÊ!ÁEccáÛÔgƒXË[W{1\Lx­‚á&¹ivN¹ïë!s(Ú{'´O}˜F¯j†÷zx[ÁÒ9êZaŸD©ïJ -ÃÛ¯:ƒ¨y•q¡ ;¨Â·š"hâ†\üWí»»¿ªÀ‚’ge êŠê¡¶(|fžêr¿PïT#Õ‚Ê{ŒíãÂ& –ô¸³™hÜÄuDäVÓ=T;€‚œø…®çæ‡WfÕjzçí@GFt4Ö”%ÝoÄ^8~" -M¼};µò€Ë·}šÁ!aWÒ}¦‹AÂú@lÎ)™½C‡¨ Þ ÇÎæhga€ô=²9Ôò;4É«xºCÂ{”¦gõ: ×Ðqh /¡„×Ð%w!„Í\¼d6Çuá†þ²e°›ú­0À™Ïø>e´3ê»×>’—ÜO¸»«|ç ó …¡¬‹öÞ¯ -ýî·”D…öb³Dl3"¡ÿ“ñ†E£j4¢öæËÌ$¶œ‘v+brk[o+‡µ=تq'â$wÿì¡K“”£€! ƒu½»w*^ŽR—Ý2ÐÕÚ–s}'`UÒÙPÎ#æÙÛç‰72£Vàó凂ÖHY )¾4jò:š4}Gä‘¢»*³¤VçÔ†m*ïµÅ—%ýH/ÔçÄE¬@ü»°‡n.&@ËÕùˆ(²i}È!yCR)í…4á¬N3û^\h¸Wx6p‡‘Lx‡Ÿ¡8y[fòuoÞmÞyëEv¶–±HxiÂy–]…"ªs™‘áúGÅ“!®sÓgÖ«›ù°xÑ$6(‚i xÆ3噳/L]Q¢4–…ØAjQöŽãî Æ>^?<:Zzµº˜Ã,C¥a§•ao£>«•=ýöÎ4î5p›ê\ÿöÛ]÷n—ŒGi@èC3z€æzßGãÙp<ùgê|Ùc”0k@¾ŒA e©1¾M† ùN<<‡EØǽGòYµÖ£·#pWûX;áZýÖþÎg·)ËV«/P§ôo"vq_ –{‰GJ@µýiæz2ï²-žüj¿äÄŸ½A×AkÈ.aÍ={ùƒ×Îì<†n¹m­éÞLÀ+•Ñq ¾!,†µå s4ó*Äïú_8–?}ïñÚ Šqo:Ïæša3•®ÎQ¯uîtUîS•\kä}ù?@ò -ÞãÉ4U0‘¤z&±F’¢6úOa54–Ù“«¯B¸À‹±µ£»—ùúÑïÆ³øÓ5ÞŠY?}C0KëQi ¡÷•©žZ×Àöº/:…ä]±ÆheöýÚ~¹ý¥;à†Å˜$¼I©7ØiƎк½nWì»xç"³’î›{‘RÐ}=ì[‡–ïûÐd<¶Âœ³¹Ò -þô.ý›+ãéýlhD]‡fq¬+òÇ!=…Uðõ¯½ªôCýª¥‡“ `j>¸&î© 6¥Bg#nV]@·ØU忈éçé¤>â2ãzEh·é÷\„íaŽz áÉnÄ¿|ïóÏ\¡êŽ®W‘ d+Œt¦@È)váÂÔ$¾!j¼G4÷½F¤/ïÂ@¸¦ò,±V}Ìn}qƒ¥þÿÕ¤EÈ0·å›ú僼ÑUí7;—9b–|’ˆ¥EéþúOÓ*é[v¦äkLº©í¬Ñš _]HÈQˆa¦ë¿Aú}¡[›u¹å|E¶Ø³ -ªJ£ íPJ*â4r{¤ÁQ-ƬªB—ûÃ¥h-Il9¦CD/E.=½s‹Š¨Ú³*¼e–æ5%ómrýàÛ ™é±ÛÚ8± 2&CkÁ¥E£Q7Kæ0Àbj5Õ×ÜQ¾bZæÌ^ô9╘ç´…ƒ<ÿµ}\´$òŒA&Ûª,0*œéVbY> Åòv3«³½{¯Eí¦v5”€²8¶8F¦ë"òB7Z¡úE4‘ÅÁø¬8cjI!‡YÓµÖÌͬïã ÆßlõkÒBi̺mT«~ªnÀÄiÊÁyÍ‘*Íü5WÏ -Ù¹Yà°‰Š Žk`´Åí»µ—dkð:ÒÑXXihMnXSÜÑ·Ç„M¸Ãq-èK扇òVÜcóä,'g:À.¥ùä´ÿùA íFN®í:,ʺÆÌ`¸O³+O‘@ë›Úó¶y/¨îS"M§!2Ú›÷Ϥ¬µKEU`$‘ÿÒ2Î&O䊨K i0q5NÞˆ…ÉÔAók;¼&kyÐϸ’c ¹º‘­ŠK©UÛgBo{êµËæÜkz?CFkkc{ŒLJ—wEÚºÏÒÒ@ÆìÜ,þç¯ïhô±§jÔLæÈdG¢…,H| ɨŒ@Ὄ=Å ·4H¥rñ ñ©­R¥óÌmcqöàçePn&r—€¢î”ÖÑq -ÔSÜÁº,Î^'€v#2rE©om›!‚ŒÜϯ/ü`ÈSk -ÿ9(#47OX§«d(åÓRÓéðÕÚ g[S|Uïdkô9¦šQ å.<˶Չ{x"aÆh>9\¤©‹–É&»=:ź0š…Ô]žsoîRŸÔ4 /¨VªŒ-#”«ÛݾýBÐSô´;YÈ3Çg:lË œ.ÜÆ–OkêDPT=·ÖUy¤µÏšeg£2~Þ-s£OeÒ¨ââD¢IòBµrP †_“È%0ƒL­!ä1ü×s5n˰×ABw¢  :§‰³) Ó‹J•Ø ´¿Ù‰€UC²Q£•5†°Íà%Ê!©£9fxBš›+®uÓ*û½BtR -¢è±Å‹H-Z˜Ë&ùjú -PÎ>ͽ8ùƒ;4Ý^ÆÛç†nïz”ç”öÈza -1G;tý?˜bMälÈmp$¦X!2#êëÛÕQul±ó4 Èž‘6v -U€kYb¿½h†Â†D K®…v~¹.ÊP0 òznÀ¬s.TØöÓE¤Â7j½!ä Æ¸?ç4bhþ(J“T“xÛ!p™i×Ôxâ€:ÈÂÞXP:^;¤ )mb™É0 -ž]|¥Žq‘)7¦ØåE…Ðe=k¿·Jü¬ÚÊ語ã.k„„Él´mqšm< …ð¿î 1d‡!Nì|V58çÂñ…;]¦Lõ#2armzÍ=ÆÞéc$Œ.Ó]P!wHaP-ÅÜ®ÿwÜ&Œj‚ c²ˆÂÚ‡J][Õ¢ dòiôõX¤¹'éÚ;5P-[T¥ËÔTf÷¢òûùëßÐŒAæd9zˆ›èC-®.K¦–‰Ó’1ÉsJi ]{X;ctÙáGoãvjÈýB}p‡ìßŃlMÇcÌÀ$‹JÝÐÇŽT>)yŽ­4GjQË©k‹–N]ìTLóÄ2Ã,¤‚8cP½)ÓïlË^\Qí3 Js4N\á!-¸Gö¶¼ªWŠÒ¡TØ©R„ŽxåpMÈWoÔ(Ǥ9£ˆ!šÍQöUPÌò!˜IÚt‡†þMŽdo  ëjìíTu·Ü¡tetÄ73[ŽÝl9"Ì{å~^³¶étïRw­Þ-W-<ÑWQ - {D,¡ßÍ‘ÿ"„†æ¯{VX]ªzÑ‘ÃÅ%ÀÒ‚¶¾†þÛ3¦­"Jä˜Ì ¥LÉÅu˜b†Lbà¾êò[vË{îøï[7ýÖ}ÇíÿøËöÓþ<Ûñ~{oëöºþŽ¿y{žûoÛÇm—ûqÍ3l\Ÿ÷×Çý |Ü_—«¯C8ÀèËñY‡Óº}ž_¿þƒ9Ë$J†xíºNçývØßÿïGùø ïïëtÈ8Ü/§õœþº[LôÝx˜ëKÏ¢äxíÛûéñÇþÖÇùµè(ŸíÛúñz®ë:<îßëùiž#gô"Çýy:ß¿÷ÏãÏâfB8‡kä¬ñÑÛé¼ÿ¼^¿vŸõ\ßûeÝŽ‡½Ÿ‰=òGooëº_ÖÏó-¿¬çßȃvùð0™‹éc¿þ¿~œoýx¾œ_祄ƒÞÓ/µ]Îoë°~<ÖñµßŽ_Ùý\VÞ»}|]÷Η~¯Ëýq]·×üÅýTæ+Jª¾}wÿ÷ﺚ‡R9÷CãìúÈB4%2L]˜F½?Ç<‘X°ÆyíOU?ýÅ9›G^‘þwÞ¹€CAã]ሮq47`÷çxIŠ‘óëÆ¨Ìµ¶àe.¸gzZî]Ä­aÌJ!¦E E¡G¢sGÉŒ¬Xsæ-3\fÆ )<Å`×8úHŒ> -£ÆØcÀ÷?éå L Šƒ.6Oy^ÆÀQ1ê0Œ:Ä yaäÛ4pùÐ…† +kÍ•·=žb°k}F±Ç€=ÖÿË8úÒ"¢Æ¡§qÔau8FQGbÔQu4ƃŸé â¨x½†KÚ¨ƒuˆÞ—â&vð Çe!vW2.ᜈͬ÷#ìòbÜþtºÊ$ˆ¸³-¼5Sdùc'-ÝqIÝ™y˜óW"µh^˜{/=¼Áý{=“âÚêjÇ›ºChˆqû{Ø)$ræ Ü©M1†jHÿ¶ÔƒLÖ<ø‚|SoöTSB$Ȥˆ¡G…²µeàœJñ7<•¬¨(Ô Çìq†Yƒ—;½t—b>¶oYñö›„RÜ~+L½g€K™Œyèéž”c€ =”`MFƒ*Œ@BŠÄœ¬FϽaò^-e_YJW=ª„[õ&ýï=Ï–#±&À¼,Êß÷•S¼fý!©ÞUüæçB5n;]%òç Ü“ð'lBû´B"ÛWS¸¯Ž›­‚'‰DXìöú’nÏT}’ô+{®“ùº9 DZùI†²œÿ³­<"ÒÓ5# -‰4Ò3©$¶V¼µAxˆç4OZ‡ô<4¹ÏRgºà—*Ù#œp]•jË'4f 2*æÛÆï sù$ƒ¶TÞ~’“Òeªì*n[)`WÆm`fÑJFàºDQƒf5£",¦DÎý—=â9gþ4Rc2X£# ŒÊ`Üè>Ÿû -.–)Óìˆ~öŽ´k× $w·Å¨9adQP°û‚QÀGw#g‹e &Ú²åNcX-qs0m˰‘‚”Ø;mA•Æ 5‚2kñƒ?§P®SèZ± °u\ýyªJó„ä|Þþ<Ò ¤C²¤NÓè;¡×ä–‰YœOÅb>ûË’èFŸoÅ5E íâÝ¥OÄf,ÄÒ‚¬|Gع„åÙ1ô«85.´Z@™EÕű‚b!çhHŒ@LÓ®[µv‚ÊuÃÐ:3(ølz‰¦t;x€p4âH+€˜ v ½þî3¡ìAW‚Zù¦Ðwcˆ±á ,j–aÏ"†÷q¦.ZÇeÙ­‰Ç•@­˜|©YÎQ¡ŽýQ[0C]® -“ÐiH×eŒoGš×çÂÍŽÄ.jÑÏ,Øhq0þ­ç+s_YH™-ÚÃ&ŽÔÝBã>&A¨'E"¾G0HPל($Ê’œyÓÈ6DÖ4æB§UÝzš›§îVMäÔø7ž/Ç}•-]¹ŒYïsÞÇ>áâU”4¶nYéJ‹8Ûû´US]¿Aݼ¾*,d­â¤5d¼úS X­5²sa‘*ó¦±yÉcsàé*‘aãNd¹RjMÙ†k];*¯Õ@ù$3–äðÛà!å{ª"‚*…©•m¡|Û6oÓyWh¶…\4šÄ)*tñŒámÆY!Q§žƒa+SÉe¾ÇcÆ:´%ÎVf2°Ü’^&<X–"¬š¼cvQú0Pc2&¬nƒ°ª›ÉuÑQüTèNzªÜ2Æn×éRÖ/·Ît-7•¥P3y"ɰI„ 𫈠<ë†ÊR"´ }ª -J‘tÒl›ZW³0Ù¦×ÏUEK(¡w·û3O±ç°e -“ufXSY.mX·0¡t&÷Ž •™ ®9QÈÜ·±ϞƴIÆŠ-M:AeŽÞá݈l#|6Qà -’6üHü5ɘ -ÓG¶õ½¦5Ao-ëøÓx˜8ÛÈûJ—(=>ÉÑB ìu͇B4¥›ÈÙøØ²D%’ -Õ@ÎÖ%0`‹Ð ‘FnÔj3\”2©¤#‘jMç~ ¬».Äҙ㒯*¡õìÚ>ýïùBþJP¨‘X“FvWì+K&³Ü¨©A˜Í­~U¬,{#$ðä—ñ­fó`V{¶hËžFjqŸý‚¿0Ί¦vþQTU^ç ̲ ì™1cYÖñI -›mbœémÁ6ÉÇV&jÁØ*Jès6`iJo¬«K©þ?ŽhrD2`›ã³Š‘ ã*m•yQAµxSˆFr×yŠ­Qfˆšê!àáWªd™ÔX›%‹…îfa™,¡÷׿e2¶Lm[»WWD™Šmü©›²e‰J(MzRú]“™¶v5G‰"s$9¹vvôÕ­KÞAt…i(ùî¾½BŽäœÌGËV€-u[ýõH–!´“Ò…ŒeõÚU’k²€Ù,Ò¶á±ûóQÉî>2“iê´Dƒ™] ÓÅöñ±ÅuCED—È´paâ3nxŸH´,³§1±F4‰«a– ȶÌ÷2 -’Ñ4‡-(4jŒC×Uy]UFeB^„¦Ëæc›ï— Ú÷i¢ÐúŲì/4Å-˜Ê,ƒÐ “ÍÇB_–ÁÀ z6Û|V‰2I¯ngIw]š -p†ŽÄшƒåà­–ž#åÐŽ'™…t‚EI9Ý‹ UÆ|ºJ¤‘x¦VÐÀÝì bþ·§uÑ-±ß°Op£>!BòL–Ž3Tš$ZÄ‘šÜWnba2fJ•ÃÃQ%ß >6Ÿ®2vî#€J¶+],+}øÚµM†ÅÁÆSŽEëß+iôÍWj¶J!Ëâû)òâŒÁ ®9QH¤–.œùÓ82qŒL©%Ãy…•ˤ@!µšÚd>ÔÚ_HĬR×åþJŒ¸ó‰X =l7¹úB¥Kš14 ®©e8ž‰ 0w·6¸±g,J”®¶=¾'%¬3Ú&¤jòvèõê‹ÖíHš URÑÔ'k³dqM2ª8Èå?~ºþÈX1ƒOW‘’¤×NQ¡ ‰9mÒö}¶Ë¾¨±jhƒ`Q†%xB‹xÉ×”p£þ[Ê-S ÏO2É„rÝ‘Ü-ßrÇ¿v“¿ãöÇþkûi}žíx¿½Î·u{ý÷ÿðõ¼?–ô>n»Üûë7ú1¶?ž__ûí¼ÿ >î¯Ë‡¯Ã"9]”/ß?ïpZ·ÏóëW¯]z¬ö<ÛuÎûí°¿¿œå&ßÿüûû:2÷Ëi=ÿuïaŒ/Üøƒ^«ôuMªúÎ÷Óã_ícŽûãüÚk™_t¡„.±­¯çº®Ããþ½žÒûª$¹/¶÷çé|ÿÞ?Wä͇ç;íטSÆ[½ÞNçýçõÒàç<×÷~Y·ã=8~ÐGooëº_ÖU½ó—õ|—¹/Df÷´ýˆ»[Ïø·n÷Ï¿Îû/‡Ÿ×IKýú¸}î·w¨3Sb}¶ír~[‡õ㱎xãíø—{D…Ìï÷Ö¯ë~‰¾ô{]î뺽Šþ•µóÿšo:íÿ†wÿ·àÌ´ÛÑ‹odšc–<-D³@Ãô†•I±†irÁËg,Ê^šÃòF(_‘y?e^-ZúÒÁGp†#8Ç\ ÒÄüÚ®ÅWyñ·æqEð*¸ -)’Ûí iŽ6 -£Æèÿ?QMêP„ s«KÀœÖò{ÌI–d{ ÍðЦùöÿ4M[n·î\ÖûÞ€v€¹@VÀvp§Þ£õ…í”.éÜ”¹üÿÇÇà3‡0Ì¥aNȹ›E_àkÚybrW¶ª]U±tˆZRÖÜÙn0ìÆ:¬Q sº{ö-5Hè{>@·zŸƒ Ø ‚F°!F°ƒ`cjþiƒÁlÁF#Ø‚ #Ø‚A°±5ÿ´Ñaà/;Rz›Ál4‚ !Ø0‚ Ø‹Pãð~nÒ‚ "Ø ‚ "Ø ‚ "Ø ‚ "Ø ‚ "Ø ‚ "Ø ‚ "Ø ‚ â±=q¡.g7‚+†È€YͰ¿ÙëÌê4ÀÇûPšÏÄ×íõߟ߿†V“ÿx|Æß~(D¿øÕã1bŸà+ÿ}ý<ï¯þñýç?¿þþüþãŸ,|þõC$þ @ëÜï’÷pùyÛ🹠=j«÷™0¼!6Ú?žsdÏ5å¸ß×—á´5mœ\Ööƒø8ÄÂU|÷´+›<íƒûúÛ¯ æÿ×IMíaP~Ó¯¿þþùÿçŽÙC~©ÌIþÝz©ZÌ‹¿¸Tæõ¦}èQäÝ -ÿŽÃë¯ëȈ?pû!³8·0ígùÛcœ»£äûÈѼ¢ ‘'w Œ/.¥NÞ~û~š, -àÜyÉ{x|ú¶öË6Ðé.\èÇ%kGãVìÓKº£‡ÃM~÷÷L|A5Eb3ÅYãßzÈ…@Q,>! ˜üüOgX 8儬–¿YG OÁ™¬† ½9Lb¾³¾/œv-sëæÍ% <]]Ø ¦!އ?*,C–8]‡\Áöèlv§N"/pv)äÍK±1ª&gšÖI¶Z^ÐEiEÇ›)F§>Œ§ E™wy»!¾÷ -Ù_öˆŸùtQ+‹åÅ'­¤XêOÖ*ÁGG´Ó×6vgWØ©pÖõ]Ï(XCĽֹafÀ™h 6°Ÿj.hAw1Õ©ß«'ËCðö¦¨pÈSÀ¹^NWü ¥ -N -ã+ä -ÉýD‘ç3YmÍ£{Yü› uô›-%zÃTZ;w¼ÙY|.("Xä}L‘9[¯ ÇAê/—ë:vèÌÑl—×ÎGŠ®Vt&¬…ÛAÞn8 ¢”œ(z°65ßtl> &ª»X“5’ˆn÷×ðÕTÙz”ï ‡õ - •ÆÎzË­ÿúGI-û3Ü¡?o«¨ŽÚæÛ,‹¥L¢Km“rñí)Àýt¨BŒñ Y£äêÕÖ¦¶dß5 òÖ¥Ÿï:MÍ ‹'€W„êÈɈjæJUz‡Íîâšqá+Úoü-?àººÑ àÈð6¨¹Ÿì©=ÃÓ·¥U&çÛÃ2ÓÍÓ•“ ÂÓ}KbmÛ­œ•ñRd C^}lIrOT^ØõœzOwœ–Åu!ºÍ¡’{ŽXú#Ùj¡¹^è ©w69 -üˆáO(`û¡žIž7]Ï2ÕÍËð îbä•¢Ü.=½%Uœ„~OÖãÏþø­÷ü¬å=2Y‚(c.¢Zбü7\:ìÜ5¢Kl"U€&™¢H*ìÀQójµå[Á^á°UB×tÕ‰,¡a¾!_jj¯f½Îü0ç~š¬Q!‚.º¨¢mò+ÚÁ«S ¤†Bì-uö¸óTÝܤ³Ò ÝÁ½!9Æ6ášžûr]5e‚#hèõºšÕ.#sF.|óûi²š‚j;ó²˜\ì¦y|:Äᄃ£Åí"fÇ¥Z˜°8¦CTSÕ@ÙYy’e¢_HóT¸}Xàç;›I©Iº¶r‰ÄõùþÚ¯¶S‰Œ&þðfJ=¯|ãjó-›½°Ëÿj9ÏXìb‡Ìù pg¥?ÔÀyøt.S/§Ýש'Q`3›“’88w)‰Ý%uN£øÒ¢.kN@LQÇ£ukÂm仦B³˜W»·‰©÷¦œ8–ïèû†Âƒ¼E/í' …€Y¹9˜•€^LvT‰”F73É« yªæzÛ’î 6¢`f:_aEìN½ÞgrôÞÐÈÂuò^±Â–ñr¨»ö¨·‘ÅÈ %>J­ö>Õ“É!fÕn¨©ìg1©óÔñd ÔR˜Yb‘Ûö~È»¿:*‹Iç;”ï¦ÂÝñì¶h?âp0ÈCkr-T-eˆémÉ=‰’}d@HÖÌ­ímËQX|5Ç/ù°t[ò{~¤ù>%RWþÞØs#¢J'PZ'pž/ÀRK†¤ëK¾ŽeL+5 ou·ÒÚg[>8’Éš™Zðÿ¼è)3ÊL|ôæ„Wn|ï)í½ø6\ôBP½Ý|¹|3&Êo?-­Ñ/h{¥!yæ15Uw?KóÐÍçtSÅÑœÁWžkÙkÉááó⯶¼—0{',[*JäP¾ß`?wt/!ó]hs²FµJŸÝ°b¬ç¤0®/®“ Ëã ã‘L=Yù<¢º‘Cvû1×å¼ÒÊu¤ç DuƒmÆ!Õö•U?©ïå¢N/LŽê=Ry'?OJ'‚WÙ€€QTy;ˆÔÞÂY­îö-9«~!dÆq™fL‚%•66æfš.äNÄ+’½€—ltÜç×Hã‹À’(üh—^Æ3³b¥Ç+ŒuoŠyµÑzúJs²O–›¸±T0t Økøgm޵PCuÍýQMüˆXv¿™|/:*M†;ˆÊóÚÉšFççMâW0Úœ¥#FÖJÆq‡0QéäHYûóO/,;Ê{ìÐS¶×%hÍ£«Ô^ÜJœ ²Ç/iÄë¾ûˆž´7·Lõy!r=c6ï7:’ÚΙ*;ÍQÉ„´Hµ¼Z ˆÛP”¢Ô>Kí³åè…÷šWÇA¨³ ?Š»ËìÈpêMtÎdÁo/¶¼/*pd?Ыk´¡}ŸLõÙ–iʯV÷}Wk~ʼxmyˆÌèvé½½j$t³¥4½FìÜ[íµ&þCüׇܹ—)Ã.Úç'5';`*nGeu7Œ#öž¾w±ÛûºÞ'ÖHïb1Ñ®)TNZ ÒªÆíÚ^ŸVën E³­á“ž¯¶ß|C»• j¡êD¼GÿöÈì…Pp~C« Ñ«D¾}hÝY,Öƒ µHj% ï8¢À-(3Mè‹6Dd†[¥\m¿™ÆS h œëx»B47'Ù3ß8¶ºeÁî¥ÜH+'5xÇAPÀh™2’›^;ººU×sÂÄÆ)³åʆÓèХ꒲ÜÔ]J;ö^ÿŽqìKñt:¯¤l½ÏаMpñ^b×”ë3^&ÜX±?:àÓÿ‚©y÷¿ÚÙ–uvöÈò=FòoˆÑXΞEqq÷M=LTM}›.Fh4}&(‡ ˆëÏfíUoÕ$I€x /1ð£Ü- .óÜžå·ä±ïpRz+·•ˆ63ÖÓÖ«Q¨ÄMßeÙoÛL38pë½²^i£6e¯ÿšiØU=AaZÇánꤻ -Gµ"Þ µvsåTƒé긨ðä6Äy«j•&l(iEɃ÷E]ÉVCÛ¦£ù÷HZó¹gîyIidTZ¹«ÆÅ’6='¥çéõÇjÂí—¿}"<1[ÑàôÄ%Bj3™Þ UCÛÖ¥jˆ–|ÅUÂÙ\ϬÊFÒCepÆÕ Ôê.j|Èjô˜ºÍ_ÓMÝ¥AGÕ"¼‚Šh8Öƒx•F»Óq–DJ5™â2þ‘W„öâŠ@ÿ°šxRKîeŒ²þ¿£/[Eu'?ofÛ€‚G¨½K›v–ìQ•g_gÄ,^e”‰º*¶ê•ѹlIZXšböŶ"o -([>;¼úˆ×1íáxmí¦®VŒì.Úðv}JH$±4¿Üü56ÛÇ•\H»À®a$·À0&èHaþ_yn -•½¯¼ÓOÊXS×3ônlr’Ö/a…´¶£tÕD{5Óð {•×h§èOÃ\ñl¿g›#›ž»¾=ÿ0µ£]Ò…‰½) 0U÷+zLŒ¯+v·.ç5€+ü„£cU{$ž ¸eèò‚û¥ï騿£sáþrÛ -°¥_¹ñáJ÷pÑŽ›ÝÃó*øéb3wÅâ†îø WÑèàþ¼w§ìüÞõ)4ÚeŸ7Õf lËÛšíÕ(ß?óè; aÅD¢#>ž8fÚe¡èÿó×lëTÕïàíãѱUú®í@T/4ðÈ„t«”&66ræœwGí³\ôù½ú:¹BthØ®‘ó½Ý3uÅq¦¨¾¾ßuÜê5upïεÇWŠÚ½êÞĹ:òˆ‡Ï¤#ªÆWÀ@>™ÜÇ€›þô:~^ÝGzG9¦%Ñ2-3ÞoÄOnõtEÛÄGìÜÊÖÙ£xBNW&6Êÿ¡SgëÀo/ïÖ„—9Y^ªH¨16ºo ÀjÞ5ÃfëhU¯!¼ØÈ®…øvä[™¼F:$5…y™tÏaó¶Ç*ÄÈõÀ—¬tk–<(H<˧G£ZB«ÉdãIHZЛØ}’šéÐ÷sx­ä¦‰ÿc‹Äï¸U¥õˆWÆ4CMl/@aÌ¥ÇÃ÷îÔ_ô–4WR^ü‰ «z¤qJ÷M×^†C  (ió*ϳw]²süNYÛе|ÈÆìŠáøÈöãú!U¨è^ RP‰ 8ï®Ã†ò‘êë Q+™a3ð ôWzÞ@ËéYez({Îëë.>òOßüÔPv¼ŸÖrM®„™ª&ýMþüšTŒnRN¸‡¼†h5é†"Ò²=mD^ƒ!I9‡N -ñB…¢ï8Ž–];Èù†–Yt˜èfP¤3Á=”3¼ÄIŒ«ÓîxKÏÔ\ -ÿ§>08 f -êÕ×#¹ÛÐÍÝœ!pöÀ€ÁJeóÄÛ$æÖÅfGãÐÝ¢Q`˜D¾£;;u/ãåCÄ%¦ˆH!¢´WƒF¢`Ó^ò;õû5RÈ9íqm7ÁñUB4Ÿ±±ÌnFᬃôjœìQ‰N>܆¸½™u -Eᘎ)qÀÑ -®r§JwíT8†TymoÖXt¶fr0ü±wµO#¸™o‡–ØL0€’l¼õãõÖ8 á`“”Ùø¸é¡£¤àÕ‹šœI -4Íg§ÿ7$Æ 3äæà_¾ Uó»ˆ ¿è4倈Þcrµ/’æ–[¦ RCÈ :̓ÎHuSà‹E0ø¢×ÿjk·NtÓ Ñ=’ ‰{ î]` jBõtHõ?^V5+¶ÜŽäWG`3Ö–¤wv×>ÀíaîUUrõ]tÃQ¦0ÃlaZª ®ýà4Ù)6ä‹Õ{Ó2ô®;†‚©Áºñ}7ýeàUÉ ¾À ¢‰ {5lðGÿÿˆjÖŠan_‘}UQ^Ê-?0m¾Ù¦@w­šî?X4@÷©úÙªTw¿ëïì–wRTiFGÓùóx˜ú%ˆ2òŽsµG툗)ž¶*$è1Ó@w|âC€T÷%‹°­m8JV3JZO!"î…ŽHºGçôGý°ÎZÚˆzvvŸsx¥j"Dviûü;Ø`mðÝçÐlE|郊êV…NªØ“2K€ „•}ýr4̧Ú‡zröpsÕw®Uùn^áÚb4°¥~(Ú”`Ú‡Ö|¬êÐV;ð‡©Œ¥Ë„àFhÎq÷²ÛW¯~±§C; 7ZŽ2M¯7 ¸í<0‚ýãÀ©Û]„WªQÖlk.'eÜ™ -B‰›7ݽbêwh¤syQæ%˜ºÜV_Ú•k ºšò#¶1w:L¹hD´oTdSz¼ - ¸aòˆÐËÖ«r7šìóZ²¦!õtÅœ$uëÀe¹=×7 ª.¯aMϬSk̤7äæ8™Ô†öê± Ý›X¼JxÁìÌDZànŠÚkF÷ &Íœ*„Û»çcãFós³D‡â¶èãç a¼ ÷03jŒånF3!.S²Xüñ*9àíPëG)ÝÞ·/*§…cÝQp3¯ê–¥èŠÜF™Êbd©žZQQåâŸ÷z€O%S ³>›F`Üm»‘jMªYi±›Ç'qH¢ÓžØ'­A¬ÕÜÀÅî  7P;À›Œí0èÂÊFx0r -!èæ+Ð:*ÿê½2ý­À‚‡NÝ@ÆåĨò³ûyí(|èwÑÉ¡ÿÞŠè^ÝMÑ9,ê°h>5ŸGdûïúýfV.^ý/àQm, =© eÇWÑE2eÛs5“–£Ûα£ ƒŒrA€Ö;ãu"ám ^ձГº¹vdŸ {òpw?×ü•·²Ý [2Œ¶›iÌ‚†õÒñõá’³z -Wü¢%5ÀçP•Øn­åbCÜLÙÐSd?z¸5>(ÿõ¸¶jnõ‰“È<΋ý„"sÖ`÷‡zÒîuÚ*‡Å5„É¥gP{B¬ñ!4¯{ʵR–iXKAiJÔpœB7·  ÏŒpBÞåñúq î·ëH¢ù -1"°˜o¯Þñš6÷þ¾ÂéP6î  ‚¶|k4׉—è*3oùÌð¬î®³×Ýùêë¨:wŸ*!IޏÑݶ.jWÀº*YBaîx7Íz¿¶¿ñY£å|ê:AãY¥½Ýš@@¹Dd¬r2®bê Õp0¼Û¬Øÿ\,Òª´¼J xÁÊ3 $Rk;²C*t…îC.‘-|^J7ñÐȽÂ÷fl>&QrÞ-¯ô¾KæËtñ¥ «îBäÐÜ|èॆ‘U¥Qf´A/ Ý£d¬Íoyfªg2®xÉØT<³îþ©î]—qcBz^R.TðÐÂD< bšŽ=2š¸èz&Hƒ×Ëß•±ݼů =þHøø’­®«R¬-ïn :§?Ëê œÿÔûfDð¹i‚±2ó¹é.Æ¢“J·Ò}<Ë•GÚaÆæ»<ž¯Ï£à{éTO¨ëó„Ö#­´—: ºœ£¾‹.˜NO‹´RE›6iº“W’R\÷²>,ÍUÜ ÝÑ÷Ý)‘6÷–ªí’a6"­¾&n;‹ÿÏG³i«®ðt¿·u±ñ6éZ7:¶™ä6e -Í醖ÎN ·‚#8zËNØÑñ¡nÆÍÆu†žä;Úà«gÿ®)ßöEyq¯4ª„ÇGet3ÿ©÷%BÀò׉VIùš«úFˬWÇg*ôSžÉ÷/)ÿeÙ·íӦ̎׭Õ©«ËƒQæuq²)¾$‡ D ŒÚÙ•(߉¤‰^!#R#¼6Ç=t­Œ¶ž£b>©“J,!ìoØi{-á ʨz›ÁòìѺÆ骠¬Õó© -ç¢Љ­ ÌfA–þfó:]•YÜÞc'yç&LŒLi-û‹—–£ð„sÍK²¤º‘Œƒì-øÀëäÎÒ³åüÕDúj‰}ð3•áŠÔá®3WÓ¡3{O¦\¡•\DlaØš{«æ¤‡ù'SêãdâÈ+ôaŽ•ÑEzöÐ2©û5în®âk¯œÎ`»—"¾ÊØÁ˜¼¥«<¶ê"®úª oK ð©vJáѶt9Œ*4êsTÎ=5±±¶VšR½‰$bÊ57^xHTU£|4i 4n/™×Ü?õþŠp­‘F÷èÃZÓ—ÙŠ3Ö4ÚÆ3Ç™Q[5ØËãvrAš{«8Ükå¹y#œÑä¨3ñFŠk~^³h+\›mÂ÷a&ÝŸK9[G=}·oÂ繞̰Lç‹ÇÁ“sÑNp·wó 2x]fcÛò’¼Å:Nw'¯ã -zèš­Ù%:Ár¤J[HÔý?ŒØ4€3¨7•gCçbï).l¹^Õ6ÜMQPo§å/Ëm–Q\Ò[Yû¦”:Ï ÜHàÁ¢fo Áêýކyà‹¡—›x -½¸–3d ×N¬§²P¯eò”eü—ÙeÈ=[x »¯z('ô­JöÅABo”–Ï2œƒS©g©ÞúTŸ6«k$)Ë5—Ô(o]L…ˆ,LõƇ‡—¨ÚÑä‹ÁÁp¨MË6#ón+ì›c5é°-Û™šÇß,8ª±ÐjàŠŠ–ö¹íDHõÁO‚éÐZ›­ ssºÑtB¥è°7‹çÜ‘U¦LºáFܨ*Ïúw›KÕºLŸ ¯·\¨ª*C«R5PŒI;Œ±èz;2N…žˆEÿ¨6*ÁàÒ<%4Êd0æUW×ìÎôb8Jã©Òdj SQªŠþ|BÉÅ8Ô¿CRŽNR_Ç e«Òj5g)že[X`qJ¥“MBÍ“]v¦8’H##KDÓî¼Ô -•¨Z¦n-«ԗòöÑÆ£pLÌT+nö:läbó08PWnA*Ä+£÷ àV PjNƒ -Ùé`Ú©x€á=ÜúGQ³Þ¯=¢IíÉBǯáURÈ=£ÕØÝñnç€(CI$öéÑæ¿$]¸æM·ïwйo>™í&ð²Xäô?ÖÂÐÍëò0Ñr|oBš½ËœU()èIò}ioܬ…Cc·æu÷Ç5‹„cõ”EmÙ‹5˜ø;ÐËëš\LiÑÉ1cA„ÈonrΤlìW'\f65%7Âo{ÊWYµv”«7ÑÔñ#W‚ŸúÌßt{/$LžÍ+'I^–>½Ã+ö`ï¿_;4Ù@ÏnÚ¥}±!¡oñÙ³674ÓÌórÆ"©ãþz®ì‡M!Eî*é (΀tcãÆ’ÓC®bª(em÷Ø”½ šÛÚ#Aj¶|WؾöרÇxHQ#æe”ߺ`a"øŒi¯FU€oÌÃãÏÕ?zXkT»öï¤VÈdq;ªMm«ÿí)"X›ºK³$‰ý3¤¬ÌiBRô&ÞHŽÈ±;ù"e„¼YªJ\ï¶ÃäIѶä8’ XÓÛIéN¥W˜Ti@ «“ ‰bSH¸ÝPôü—5zIe/~8Å ÃS¤Âå*èy¾R! A‚Ä’#ÎâËx¥.ë nNÏÔ‹;ì¡c -+×eÐó?£¼,9™ô¸i›pÆàQÍ”ÕÉÓ³QÉž•Ëêñ bú¤Mz=’ôç%»¯ÿ®ìXÎÁ?™áH·¦huXÔyÊq†®O$ZLÎ™ÒÆxô<óÛ%~þvý«yÀŠ¥»ðD)ò&ç¥ë˹.oj˜AŸrši* Wi(S7_YQ‰zº¥ÈþK©)wgfY¿YŒé¼{Õ4fDšsRÎý8…¼b'Ï4 ™ºcmYhŠê·­§ö5´oê^¦&b¯2Ê'0Fâ&“•y(R+‰ÒYCb Ÿwh~„‘*M™¯£A[D¿m]7Ÿ„áA j§”ÅpF¥r “¢:øQ'©ŠÄEþKR´)ít€@öÁ&Ë¢Cm(gîDÉ„ºÌ{\@ÖU¸`›ÀRÍ`ª„>ì;wL¯ZñsÑѾ³Øã>˜ ÷j=Xð‹bñ¹…¬ˆê-ð$ÔyïÓœyóNƒƒëÇ@G—ÕL?!à›'&³]ü4¸¢3Ë}U}}®ˆUádÖr.Âæ›8]̱ÉóàRÍ­PÄ6µÝž!ôs›wáè7FÎT -[ƒ¸Þ¼î÷v ¶q3;™pÎdM`-"׈˜þ!+™±iyø’ÐiÓ«FÉÚvØk‡–Ïóa6þlºÃ% Ñ1†Î™rÙ… qTåÎS”¦ïòOà*(j©B¤/¡Œ¸0B…*×=yº®LAù^¤,Z¶v%¼w£wL?ÔÀTLxD¶ÒJ*.1_rºyË“' &‰ã´]pÌÔN 0²î®RèZY”•“øú†°©Ðh"cBY×ÑAÍ+ýMì–èŸj­n¦hÆ>§Ã9D,½«Npäq¢Ilç½ ·]ýTÒ!§X@6ÕÿÜDÞNÆÐÝf,ÞÊgK®8ÖÌ«CÝÿ \àJ]‡ñþ;ˬlRÙ²·È‡PøµÙÉÝӣ̗2S“IA¾¶qyd£[ûôîÖ’—d»×ØXêØ¶—-ÊQ@C7k%S1âð¾ÔMJŸ ªax’nq¬Õ8r¦Í%kR™»„úÜ£Íï÷{[6K~”„i áåEvÈ…&§Ž ‘ •aÕle¬ó^3i• `ù« Èu!ëTqTD†‰ª@G|>ÃD¯â|PøöMwª1c“q²Èr†ás2ž1ÒÖ-¶"J¢êp'4Ê<<ÊÅKì“9¼µA!]~nöœÁ•dØw7”ÍÁíäQ£B9>³pý)¢¦f‰Žõ“q{ôy…¡[% -€Uɹ(8ò„± <+$v>GSm|*£OK°z1‰¬üˆ2È6¥ (I„¯‚¬_º»ÿ›Wüߺó—ðû>ýíïÿzúËãIž>¿¿ýòÝÛãí—¿¾ï_ýéýãñË÷!O/ù@¿ÌÓß~ýãñúÕû¯?}óÿzÏÇûǯ/>B³.IÞçþ>áÓ—ÇÛÏßýòç7Uä•>êåIž^_¾{~ûôü '|….þ÷ŸþüÍã˧®Oï/_?ýüvˆîø?Ý2ù°‹õãMß|ùàþ·|÷Ëóó0gâºØøO?~ùéñúøôñþÛã§Ïô 2ÞÑÏøüüÓ—ïÞ{þùóOä.!<ôîG¥çŸ¾|÷üÕã—ßÁOøéñÛóËãíóÿ÷ Ÿ×|ýx}~yüTßðÃã'žùŠŒû¦$ý?¾³¯ÿöýç/ç[¿|úêñEÜÞßAÞÓËw_?>=þøx|þåùíó÷ËØ•yÇÓ·¿¾>ÿˆ>û·ÇËûÇëãí—-¯È8J!ªÄ÷ðþÿý…“i1<ÿÔ3)Ê3uM¥|H -•ÏNý-dÅ…š"ü&Ǩ7˜üÈLóTù'’ö&i»‰ºtçpçpçpçp5mÒ×ÝO¹ø·£—öF¨-¸-,Rog®p°1k¨q”?‘>C!ƒ lÐ`C6Ø(ƒ6؃5Ô8¿¶Á4Ø€Á 6d°aƒ2Øhƒ1ØXCókJà p—”žæÎ`ƒÎÝEÿÿˆjV€"d˜Û´U‰ø‰[]ŸB'{¥f™RŠÞ‡éW5²Ãe«ìÍð‹W‚2†—E$ÐÝóÓ+³œ[¼%ä!¿Ÿ}ǃ‘ÁÛª½•£¬9¾¼Ž…–tßí×XÑŠ-?{S£}¾ªqü -ñ0BЀØÚ0¶6‚­ÆÖÆ`kc±­qøaeÒ¶6ˆ­ bkƒØÚ ¶6ˆ­ bkƒØÚ ¶6ˆ­ bkƒØÚ ¶6ˆ§ãÄk?ÛÉvexw5õ_½·Uà{›wyá÷ï?ãÖÀt׃§àÁë¿}ý³í¾š"‡=>©Oš&T­§ì (­ç ×WMÖSö18½i"ž²/Àº#eOScážÄ‡W¡¹V>ƒ!0з2:äÚ…Ê6õBü\IþUInó@Á=r^éô4 ->}>/úQBJ†‘Ð2üôE }«‹˜ß¡ìy?yëp£ú«}lµFO©¾ ŸC*jjæšò‚|T+x? p2¾Ï.W˜ HÀ‚ÞŸR÷  -¸^‘ºY…vÔ²lÆNYJò÷;¦¡~’3™!J¼l”Õú.ê‡Ü¹[Ç5›-à7@…K͵ٛˆˆ<~ÐfΜªêÛ˜®ç”AbNŸÞ*õTQ&¤¶±CìDØ%^;§qîç[– ¸¿0„¨E#JBßûùLÝ.~U„‚"ê„’TÛÙÿܲRÁ{û[“kw“,±J"_ tIã¯ÝA û£U æýDÒf|^î#Ú)D§\Y¦®ŽhÚ#úvÏ}øÃGaû371J}0WX4^’Ä4S"UË‚¿î'%œ<9¯v:Zuo?ׯ˜ ¶¹Ý6íH\;œAEl^à4uÅd7XƤqW…òeÈ„R#ÂMŸº±ý¥quð4¤ò'95ÏZr`Û}¶8¦sÐm¨ñþÆÊTÆÉ/㮚•š”1Át+> Ý$÷ÄÀzáp²É«ô«Ç(ÅèWÈ8 å^à -:ROË'áD9{"ÆgT$œ‘ð –Bˆ hfD €l´àjî«^™` -GYvª¥ž:ã@y‰xà¤yçxDaHZT$ö165+}ü¢F5¥™:ÜpzÎl¹• •¶6o¼9‚Hm½=6£ʰËo³§ÉJ& -Em%—"»ÇV¯U”lQ¥5 K 3û.X/ ß®°ôñ±ÇpçˆÈY-è^¶¡3½+]û¥»ÜÔS²7ýÚ…÷,Êtf;zµ4»¤×¥Ž/â›l¼w,ýëñwu®ZÀE%â~NHÄbsŒázØã}èTujÄ_„sÑ!‡såyQIâîtªT¿6U“Kµ2DªÛUÙ#kˆí,iœ~ ÃO÷æR5…V»&³T.WÇ|¢Ed¼ZÂTPû¦*šª‡ZÀ€®n+•JꈯÁÁz<©dbbN?75ëñ Ž‡8bqU#¶õ¢íîrÊv޶Ó;œÍNýÅ?aYxý¾z'@wšmKÜ@ -pƒº –÷6N߸ÀølŒ¿)¨7vQYh@n4=u”@´Úœ>¡k÷òQpO\3\ç7éÊã{'õØW1€ª=n$´\O® àŽö=.ǵoáŸË‹ƒ¾Î± Å)J~¾(Þêšj¦£šj6ZBE17Ô—¿&lwÐ5LÙ[°¥t¼:ÎW\P:üCŒ[º¡„V`b|êxc/е7Q]ívÓÐÈÑ«äte)Åþ†F9/ÇǨ•ò˜Ss1¼»£52hcïiì‹Åš¤:»ðÊÔúÿkbk³¨½}Jv¼½ur fš½…îË %k_íØëBZ(JL’ñìõ³1¡eåý åeÏ3]ª¡Qbí­vqÕ¨¡È¥Õ~•kÛĮ̈ È×Ïî¶îÜmM½ P]vFìd0ÕÇ©’n@'¤“ø,d½ŸÀ“у4åT?rà§5Y²¶ùÇàÒ ˜Ü -Æúx¸§±–y/D´ÅW}/~}¡£Gu\»Ë‰ÐØ[ ÈA¡uû=Y úݘbÐ5¨®›§”›Æ´ê.Äëš:”ä òŒªk\ô›;aqY{¨Ñ-Ô™´Ý'Q ¨-œÌbƒh/f•]¯¡T<¦*€^¼#["ÓRÜ|å=,Ö1õÄ\†_Ù¢çéȹ¾_t¨¦ñW²xħ_Ä{]²pë=´£ç#tl$î1ˆg²?¦J š˜Ã‹ -#ÁX±1‰ý‹ùÒå%få*Ç/Âv] -‹J•»Ö§ÑZ"LÉW.õí:}ìF.&A>(W¶Hãm:<ÍMg=‹ž§Þ)Pl²|‚v¼}ãŸuF…;¨0;R?iA“óW‚ý@“EĹöúÉ2e”#M¤æd?jíEXËÄËjYH©z%õ,·/]LqôÆCêûbªV‹€'œÅGvn¼ŒÙ)C°Æ«ßr|)†ï¼ÏK>;eRMzäŽ\RÓëõK\2L½c2~7£Sœ_/,èÙ$óð ÐA‰ÕúóØ•Ã7à±vŸ|ëgqš"ùÔÐbƒ¦È1²uíÙËœXõzꨎb´Ãô>"' DÂTÆ{ r€ïöôd¹®Àb|;8²Fª¿¤¼îZAý -íÓrØ -rG‘m4Ñ®¥Ú„|ó¾zé–r¤OM¹Ï/‰™ÏLKÐýa#:6UZ䉆޵I"µ6öXH©Ñ¦Œ¼>þnºÈ+H®Ñ‚C†*á—Ø@Sȇ -H1,z#Ùë3Û²¤EhéÕÞ´,«Ï+QàYF¨OÔ‰)pA‘BDo-ì¼Æ²sY]Ðöx«RÂ7`X§`¯º²ÇCÛØPp$ú´æ°l›¾ -ÁŽëç•®1.G‹SUæ·¿L&K Lª_CÊ/‰Q!›A­¬O(y”f[kB]3épkôI•[T:gj ‘+ƒ*“Áqq1ê›Ö=Å!xG”n^q0ìuòêÌý1UXÔrR8£Xèuk@[Λ×Ú8¥/ÜIJ¿S™½ÒÛ"Hl^Êz#–bÁùÎ+•šMP(ŸªCÐbmP£6Æ-ºÊ´Ï‹.íÂQ%*3↶rü¤^oÀùyÞV¯÷–úh_Ò½¯Èe…(âr@t‚’4kP¯’‹±@ :¡¯NVÉf¥âaüÀ=ÚâFãàmx¿®÷õ~¶·zËæUûf”ÇÀ‘Þ\·—,nöå£ЋMD™ DÖŒ9³¼FHWŠçPæ¯|bÀò.R:j)M³Dfãúx§–tÃ*i›+ž‹r4«(Z<ÎŽ=5XôNŒ³å´é{LC6ÈZôí~zNËRFÎK: JÃ**úk〮ƙE[-bÕ·ú£ð/Ë{ýröé.l)!”}kªµ9:æl¥«Ï*clQÿê¹×…‹)YÈ­Ò º9BN‚¢,ÂÌ_réU ­"¼Ý1rø]òŒ^ µŒâ¨}‡„/ÏlE0{…%Ï¢©tõzžN°ŸéãÑD»Ö€2dÃR?Ø°í ·Š®ðº3gZ›ñVeØe!çÕM6Œ®~m•hü_ •¨[Ö“OïOAŸ4•‹ Q>sáå!½þoìÕ®PÀÚ.ý¶Sû¬^9]EÊÞP¡r¬}=)ƒ!ÜÌRÕIüä’=Fñ+qFž'³§Í„& }JX‡øJi€½;mA¨Ü´C«ÅZƒåƒdcîA4Åö™WýÆÆA¬Ü©E“B®Áb~Õf3VskÛZCñû1Zft-yüÖh˰¯¢ N¸KP² wÿ:®õt°rÞÏ=ÇðLäxÅ¡ê²Ê6þ8R³¦•|”Þ C¿¢ÞÛÊ7+y[Ä‚®¢LCøîT®ú¦ - Úunµšèœ,c~+3nÉÝ3•¢Mÿµu5ïgéŠ9ú V+ «$h8¨0©1§~b¸=`Ì½Ñ þªº‹™CŽ`°<\r•2SßÏÙYÁ¶õô®¨8D7êë9ð«ì"Ç‘©xÒa( -®Æuµa-p»ªØ2Y>­@—\'Ñî`hÀå’/Ôu­ IµH¸ÖQÎ>õá4•ŽeÙ½aÑÅÝS…ÿÌ# 'KE1~Ñq\D`0Y24À·;Æ:vš.õßÂ}…rÌÈW\V¡¡2%DGiüR°Ð| õe}D΄³«ÁÅfœäìßeMU„ðŒ -ŽÀý¾à¸Py#«À¹9šv•BnŒáö4}|ÝJ´2ª[¬¹²y×B•»&Ïß»nXrªwtŠ&+„2¾u¸ Ëã™WÉõ‘‹V)LÍt4u*Òz;O ©Éú3ÊTÊ>Ä.󿯭i¤V*Bϡݩ{ö‰äS'-ÚUmVSG¦œBz´j†UÐÝxôõÁ8A,oWl²Üàú!õv ÝìØiªÀŸ7P¡ÑS5ʘûÔJ¤µ0j -Üx©Cò¡ã£úA·Úƒ‡r±òŸ÷wÝ›¶ðt¢©Ÿ~¥{t÷ÉêëÍDe¼¬k4‚ìqA¿³*„ã5UY`AÔãð§îÔq±"ß«z®g$Úœ»ªÜÞGËQ†n}˜ïÓõYO{°|Øá]¾4ƒ÷± -ÒŠñ‰.ÿ*ÃQ“ÖÑv;´k°CÒcãr‰ß˜99î3Í9ÌWIAk•[…|°¨ÔÿR¹èá6&gÆÅE¦~:lÇU¯Š¦GŠÑ ^ú½*½ÏÀˆþ1ƒõæ´<°•ó‹žÛBƘßR‡-¶Œ–iy*1èÜ!%¢É!>æW$²_7h1µx©‹8‘5+Y… F[(5B~Í ¹ÀM“‡CÔ!œG˜SÈ\bƒÄk*„ÜzXºc“´AZr‘ÙhZó¹×±íQEU%:µv_¡•xF”Š,€SèÉQXåV#r7µ†.˜îoMá·»Pº2ïø~NSú ®ùëß8S‹\EÀÚôµT—·×Uü-±ÊkòÁç¦xÃå¤vsdËí^J>+íàæ5Ú5£I´-$¦€^5W„Ä%0ÖF‰e³°“úßPtìHˆù̹*§a:·«¸Bméþ\½/¦ -Š|#šÀT‰kÊ–,Nû?³˜œEËæ¿6Rã³ÌÛdÙ;ªB>–'±‡ÐMëÕȪ`èbô²¯6Ác¾Š£×»7Ý)DÙæçáø`úþ30§§.èI~ÉAÎz~©Ü݃"¾™®Xvê6÷KÚÕîpP«å*¸°¬É Ͼñ7…Õ`„ÛèDÖÒsëù¤ù†t+ø$Å™œÆh25ˆ}篽hX΄˜®2*ÌŠ…ÆUhj®©ó‘/Ý«Z’,>ÓñãÜÒhz>xTÁ7ÝÎŽ¹Ž-›J7|…’#½R -@ûO»ª¾uñbßÄrÏl¢Ž«ÃÕ£IÞ®¹ùõ1ãXÖΜÏ0"ã:Á<:Ëý&]æãoI—%>¬s/òì,æ›<—®§Ñçt½.¾`G- ÍÃíË*w•uKá+­uÈ{l1ê"cuŒJjƒ«¨£QЦ®|Í¢hŠ›Î=½A=ÄÐÐ_É[-]N¹%¿·iBØxP"ª¿à-€3" Ó ¶ÐÕFp÷‚öÓÜÏæ¹ÚuHkh9¨(‹Ë,·ås÷‚êÖÆ*-<2ŸqÇÆñÏSñ=´M–PlAÏk¹Vx+aÐióoû%@€G¯¨íÙUÛp ä¹fͧ}†ºy¦¢Í}å4B›?hš„æª×6î˧öxÂémÎ,—Üï»›-z(·ê3²Ú¼ÄY ÄÂî'æKwûJö‡Øë ¡©i‡ .H ƪð©þ/ys±œ]8¬à'^ébé±ÓĤêŠñ¶àQiJ`ã mDb¢“4îèZ^^~§‹Ê´³–°Jd6>ÄaÅÈ7?[Xö‡/3à 繄T)£~+«”bm7¶Î?š@ý~,¼æ{áÉš¢Ï”"×Ô,™¡ÔFl*¦Lµ½8¾é•ºfÛ7aàN½ƒäSý‘u<Àhòžª´’-«Ž3(‡ÃŒbä¾ÐÕß^iöÔåºå‘ÌH3Šx*moi^Õ`sY‡Ûã’Ÿ©‘;\‹ šZjP”!ã>Åáì6O@ GîsS~$„R×µ±®‰"€ª¸Ã‡fÃé×"`R;ÿ»‡#µeèP6—ÜÄyh SgÎmñˆ1¿yáêÆ K«]7­¼½¬áòÀ­‹ºÑþ CÐ"pQí&\Î]¼‘bOªÜˆ7åÀZø$oǯ*ª•56½6éFJÕí®ƒd¼ž‘Ä0‘õ÷`·Ü­<î9¥—Ïß;‹ärYŸ(_à3àÞì‰.Q(tNõtú¿ÑâBoÂbt E’„G+ѳlõ+ x` ˆmË­ <Þ°þ4SxTÓUK¦¯†]%ßm1cĸó&SO7ý6ßœ!NDèµèáúe‹º;«Øî¿3ª|Oîõ‘ó}X¾¤Î­z .Gh•c>;Œ­“Êö±áf5Å” \mÀ¶Í¾wOêÇ̥Дî"ÜTúDjo¤å†ÛÀÛG¹Þ· ïݼÄîÇv˜Ç „mïaØ›\=¿®_ÉI1 CTúð?¦v…ÓRó 5¡Š/µ†y³·ÜBPºÊ/³¹ÏΈ¦·) ^L`x•ÚØûí78FÓk,ºbqÿðHejÖ _¢¾øJ˜êŠèd¹ü[õôŠ€Ö8*†Þûêz¨7—b’´Ì»©†WáSé@!úÞµ·5-aëñ…zMi˜¼wæê»TE؉KŠ­…GcÌérðsæÐ²¤ûkà »+Ö*|=qŽê»|õºÔ{¼>þmµ½OeTÕXÙˆo†M .31fôH¿zýÿž×ÕGÖdãÇ Ã5xÑ"êòU4¹l ¶€”°hnZa’e6­ú›t•÷S¬Ê^•1xô&’6+X~'о)jRiOZðNy4¶85/`U²@£2&p¥ c8åÿ•ØôX'‚Ò¯1àÍ•cVwRµGÓµª×•ÆmÓïÒ½YmPžCJªõ²PYVঙíźڎÂü¥5ÀN , EÞŽUÊb¥0›éqÏþNû0âjyÀ|µõõóT$±ŒÑUT¥þö‰Ò©ÞWðåÊ!#£²j,šÄóû—§¶ñÊx0ˆÒ§œé­B=– vxewKy^|aÇ‚1}OcTJ%µ1}á(MãGû‚¡vlÏ£Pµ—8!tx[`B„m.üïQIÒà#7åóýªh‰Q}×#^WŽºãÉ<ÉI­,¶ÈFåÁ<’¹c–wªÄþò©ÂëÀÚ‹Ç‘…jUÞèÉ9ó{¬Ví{±)Ïõ[…C…SU»Ä^ frÌ@õf«ìš^ýìGÃ_ƒGV[¼Óã¿@ áæG1wAÛ+žgno¸;I%òÅ!퇣×ÑÿÅ1ªÜUM]ƒ¹3áòd¸–²³wþ(^—úA†j¿»Ô¢?¿ºÞélÑóhu'©ãxBcª 2àQÖ Y0xñLízýª¦o ðLÒó~h1.1÷øÅà*ûŽ]á=É6»šòªÒ{<]-z¬*#¿k96hš Òc4ƒ>QBLJžX-«îæ#U - 2»e¤)ŒÐ±¥A;,þzÀÁ†²œ °$ýçÇãAÉ£óh îôÚ&¡¾ßIË—éÓÜ.2Y}ÕöTãmƃa!Ûy:àÇö½Î€·;Ìâ“hÿÅ­¼f=‰ì7õ”žÖEý:hùn{«^¹ TФ¥.§š½M²U†@èµnþ‰JF|Üñ` ú‚Dÿÿ€˜"¾}V­¡Ú"83ät»«ÒB·z?jCÄù/5_ÛSÇRî\6 ÚÀ -Çꎕð»+–ŠøÝ©³:ÇÜeoß*ì¾söDÏq©D(CùÔ9w*ÚxNÇUüp¦YI¬4¬<¶r¥JcHbÆ{Y>O[ê·kš\q³ß,gÍ®žüäçí:›ù*ð.Á`R#› svǽ©·j•]¶úÇ*„WpÑ6…±oUÙ‰àJ¡‰^Ó¹½A8„¹•F’vlT{nã艣€³åè|<¯3ÂBÑÉÁœ/¨›s‰ÂÃØ;“‘œé=n[ý¡ö¬¿µÌ¸Šê•¨¨ºm¬*G&âíE%ÆÄqmÅUSâTbÄgv‡+umTýÀïÚÀXIä×;Ô¡1qùT‰ðècÆN¡…§‰ª¦¸œbF>ÛJ‹!"ýœ&C™QÂL!{‘V•³!4Þû=1]…ôÎ,Ê {ÕQlDeûmôW|•È)s–S$ûgäØŸB¬ëä†mþ;| a*§æÃÊ…ÆQh´¶ˆ!tÑg!ØXqÔï$þ×.èVa²O¥Ö˜fê2o ÆsÉŠœC™ -„…Z[laLÁaç<|ï•Ëi ßrañë Z¿ª¡à[&ˆ·?ô¸›ì˜ Ž&Š&.G¬RÒB!HK -1·*l‰ÑMGLRUZaO2ró+x¯æ'ƒI?/jv´‡ô˜nµ»ª²9¨r4„È٦쎲˜–ËÓ ÅCÕCøl+P ±}qC[+Í„€PU— Ž ›[ª‰íV¶ bg¬=l -¶¦,¦9s5Ña 2‚ãôU -B:¶É°Ðâ™SžÍÜÆ)8 ŽöÉ7*Fb;À"&îueۓ˼Gvž.Äã˜Jmƒ=úõAÆ2ÝÛdÉQBQ‚TB„`ª¼ÛÒ¹œ¬*™ð˜?XÚ}yU¼:NE!J Æ"ÒÏN¶®kËLÎΰ6*¢qùZÌuò9ùÄÎZ3'6¥H¨zˆÒV|ë]•Áã2¤Ò'*²Eíù]Ž9Òo¯çQ'ýóÊ7°V$:ö¢Û±@(Æ*Ø«Áªè–à%Ô9„*_Žù¤Ã,,ádù!-ø8ǻà Ͳu ~cí.#G‡ µHå06- -Lᘉax*Ѳ­n \5‹PY·AV !ëã;^ªÍha¤w¶çÇ·Ém3b†“;IËqLfÉ €V¬[}ŽË–Pyˆvº'Ä  ÂUÖpЕÞ+·‡1º¹T÷rÁ$ßð¼+vs¥ÂÑÎâ(Àœë¸Ì– öw\òá XlˆúˆMh”˜3g€+^„›& Çp[éz&-2½žž\YM0©í4ƒ˜óÛË ’Ê´\uÐdQ¶ä†2¬Û£ƒ.'‡ -ŽUØÍv,‘x¸Š»WTQØžgÃLeÑõ+H%òÓ°Kmk•-˜¦:Øš¢›Î©¤ŒÊL–5÷B-WÓ)Ü?.Õ¾Ð̨¿Í,¡aݶV®°,Ä- -™øKÜØÔE…ÛæµºÏ@X¿$>%ˉüéf2ºÒÚ7Ô2Õ»:±ä×|Ç‘œíçö%Íåæ.™0nûqrï -’14ëÝ‚Ïê%åm‡ÌŸ+ßd1çècÖ:5—ÃÄ:á’äüÅy¤ŸXM#c -[&fÛ ƒtGrëXÌÕNyöu†|TB$¡ZÉ! Û1ÏR-‚8Ø´ÇóG¯r, ®†*Ó{{a¯TÅ-“Û£0ÍÎh“u¶(ŸËê5Ш|ÊUœµÜ QÚ®¶4!÷ 6—ùÎ;#}*V£ w+L'ú< ãÕ±Žš ÜͱdÍ‚L× ÄÁ­d^:l‰Q¥;vR+”cÑ•Ðt>Á+Þ51úftô#áXmBVKÀ»éêG‘Ö4Á0 m™º¬eGƒ‹X® á#o Ô%Hü¹[¦“zÐó‰~"\ª´®àø•n.V=L«¨¥¨ZÇ´WájT¶¿î@ÓBDõ%õ®d=Ú„ü&aÆàƒ…{ɱ#¹d& é+Ž\ŠÎ%‹`Çíô„Ì''®ðÚ~#ßînëÕçíYMÙ"÷F!×ÍÁyã¹Ý­À®aåÅåôÔQ—]*M|îºÞEy®$ [¢d<°žá=Î_P¾Eï -ÓÇ2)A&^«ænÏ^TäÌíJ×0Uqð’Û.u _ÈbÌ -³ÈíŒ÷ai"Óu/[¸´GåîhOº,VZÄ2Ša`ž…¡ê£» “Ô'Oy=Ò8ÛK´Y‘÷bŠÝÛìÖ37Î`£_~ˆ®5KÝSYõ:C²U5®…W¡³ã)5ä(•?ÜÒmâEw¶+¡òÖ~О™¯pI³ ¥ÈB?ö<ò¬XŠ¿ÏåjDôÒUÞ¾=E¢À±øx™»¼$Ñ#ÿû*ñÊ4¼…Û¾²Ÿ -ù“u­¨F˜ÈZá}Ô¶æÌÇÞ„¸«ÉÄJàø1qpØäs}g“-ó aää -Ù\x± âpjv¥dÒˆ›WQغh>о âQ”䊃'½š€„åDI¥ÚÒ¨âÄHÍö¦a%¦öªµP~¦¬ KUØ&cІò²=€v²wiýÒC”±‡QåélÝ"ò+µH7^8ÄänƨÓݱ(=N^‰ºL¹‡ö¸!WV;¯Z¾KšT‹x@°m.™H¦Ü‰¿Txl¾bïôËQ¥Ý®ˆN¡3".®suÚ<«t5ÒÁöåÂ^ J&^úÌÐÏ25;;’.‚¬8Ž”sè˜Î3*ÏåVdb¸´,:DËö;»½â”¸d‡=âod×¹¡¦ .]@o_Þ‹"/·ÚÆ"€wë®K¼‡¶$ˆí¹–C¦ê@ì¬ËäÌ£€cYj?ÖÔhTi¥C*!¡º!ØvVE+$åéª9ËyÊb«v 61ØÓq]2¤³æ˜ú¼ÞÇi³µktèfC31¼»aXúzX2 -ŠaKû!è ½„¤ýΩ—õ\~¬ºkjâ¥Èé°/ŒÖˆG8¨»I×Gf쉥Ø1u%³‹1µÑh¶l.‚S×äfK·gösdu_ݺéŠä½|c3Ò„ƒi»K¦Jß´×Ü =òõzH}í$3ª3~w º¶"EVÊRšÌÒ{ù1S7±B•ÙÂëŠ× ÜŠÊ1¹œ0*"`H= bµýL:¦uLåæ+FQk:8Læ›.J“œ;Z!|ª„uæZÿTt 1€0ÙÏ.áê[k …´¥ën=U7«ÃvK}š¦ÚÓ»ÙÊ·ÎN’§ -²ÅÞ‹*ûO@•—«rŸw1Úå‡rþÚn.chi)®¤ÔF•ø«]X¥dw ^lF¥í%Ó®¸†™z» ç0¾˵‰WV©ªÇƒ·ŽeB·MiŸaºs]:š{PdI¨zˆ¬˜F׆Ð\=ܪ¼ÉÛÁÕ5´)C>°Ñja¢ ŠÇÄB;ÛÒ\ÎX]0 î4 ËQuÄ!÷)ÖB9%LsòM$Nì—ÓC]»´¶«¹IÝHß!¿Þx‹+@3¯ÇÐp&'KÓuJ^›ÑñXzµ,©÷…øªFäp`›Òd8°ÜÚÿx^Q¾…NæÚ­HÅÉšD=ÿPË*˶Y ±f+­šÆ2&¨ ’úÙó‰W’([µ­öËú¡SBʼnÓYDp¢ØÒÜçéü¼ÇÉÌq¹àæ?¤Š)üçn‡¢—&SÞfŽŒØÍ}&ŠÒí»|Ã+Òã‡[¨Jvˆˆ¿Ò¡$ͤ-ÜèVÍ”â䕺E3ÓÈøEœÁWÖývI`´×B§®õõ1½ÖΙÙ6’Ó 3&u™IQv)Ÿ2½4 X<9ÉБK+Ѷ=*†îZcé±Q»—ÁÅ -YWõÜl…-?) "C Ô©Oôܺ¤‡yçQé®&ÅঠbÎÓ+vL¼¯ˆÂi:X%‚N9™d·ƒ!ÕnMðú€™aðÂdª–"3`”]0 JŽqÔ¡öW¤ê|§V·¹äÎZ{EGŒÞï—EôO¿Øˆæ—ôU*¹TžrO€ LݨÛÁ /B¶xîÐ^MY—e "À% -|l]&–Ò¶ƒQ\‡LŽ9yJóAò.4˜’ÓE1ö×IÒSUxŸU©Ù@+*D­è‚]EoGB•4Þð”ßfŸœ -Þ!£öËè“êе³û—ÉQ3Ó݃=ŽÂ;Õ#Iê^`+MH?ó¿ë=ldRéËD¿Ù„¿!^´˜^¸¿Ú3NÆs_¦G•"Ä[» «ò’»‚EŒ=@ñuN—Ê, ~S¸ ¿BùZ,èŸË‡ ÙZÛàt82·!Fzé±;Þ!pin[ü Î{C±G z(3‚¨;ôkw†,ÓM‘º[":âFÈ|Íqv7gÜ]ju3¤(ݪ'§”r€;ÄU’&Š20ÙQ6³ÐælÈ{7#,]\·FÃüršÓr«_‚S™DYT¦ðÜ,f5D6¹È¨B6E¶¨¡ÂT“ApñNÿÞ%­©ºÉåèÔÓR¢’é':Ê—$ÀÙÆ†÷°‰=ö´‚••êjS>Q‘¡@@Ý;ŠÈÇlÙˆÙÓÄFæ=nÇúÖ]cm|f¶®Únp\xdƒ8JS~é-0È÷Fñ¡]zWœððBû5q\ŽTé15¦Ð-¨šoAÛÞB¸¾qkó2Ü«ÀíÕ+ÀüJgòËï-|iUEïU'K0ô!=O$t2Ü\Ï@Ý8ÞÛnŒîº“œ»õx‹ctÞ}d£@ï11{Wƒ9—c ¦„‡2«‡É¦mW PŸêûËœ©»#dØœÉ<^¨A&´ðlÙaþ²}kØ„e“}V\¢å²¼'`ÒŸAÉ”})âP¦ñ0ÙXãn :0\Çúþ*kÞP‹aÛàaaäšÞ£b»‡t:Pã±u\(*DÔ‘3pƒb°‰5öòb!Ì¿ÉZt dq·ò²Q92*ZvPow꜀€JÏÓã2wþɦØ:–`GÜîSßFÙ®„ªÅÇ&hP%PšRï˜ôÀ­F‡ ™ñ7Wro$‡jñl‚^s8v^¥à 4ýë’ÐD¥ËVÄÐîVB…ãÍ5Æ0¹cÁ+bÄ"R×==¤†'¬6T”Â-x„çêÑ˃2ÅÆlUg\®4„øqq}‘6ùlv}…7Ç‹v+s?xÑ-Î[rÌ;¶¼7®h)š¢N·Z´^Ô‡±3ÖD°ôô£^e¦ÁdGz¹§|-Kc"!,8g(¦#õ·Äáª|ª’#¢î¡}õqm64¤¨È}j\$.ÙË0J’L™Û–l!ËìÓuÚÑø9^If¨J¢Cp's—šz†¶Çü¹*F. ^ËyVÕk¼ú-Ÿ{&Á#ò¾|?³.ìí‹}wë°¶ZŽ U6Œ§PËÂf‡jxÆ _¼M´à׫Ïà!Ä¢ôût—÷]_½ MÁ¯é™íÌQ<žëñë¦\‚@ÍUA5VÔ"ªæ ªx}˜æ îy tM„CFcF©F¦ÂUyªW’$a­Ü7¥¢À:Œõ**åãù«ãá¼J9b‰G¤ç`ʽ˜ ª¦Ê4Z;t¦QíQaå®Ýèxª‡ñÎf;énôôTþõ3»âà3Ý;Ù÷tw -šÅzخꠘ;TwîÖóS}8í§³=Ž:~¦ë™äæ©Ãê§øÙ^VmƒTL.Ý))؋ꌘgUÝœç¢J7Õhù+«?ƒe.§ùŒÍt`4e¯4|.°Îå™..ǬŒÙ šWäl¬]”“WžUmžè›PëÁ|¹ÏÈç¹HuÔ`ßâé SUÆu´2Z¸¹éº,f2)x`Ld£¬Ýîx•%XX%ˆ¶:Áð¨ruj½ö®.DX-‡#°†Ö~«˜çÉo«ÇžÂ^«XòºëÂ2a‡f(–èÞÃ:Ä(0"—úÀêF¿XÙ׃ù¬cM»@!P“ç›ÌU›;¹ÙLÓä{]‚%Í.I|lSœ¸1›"Dxâ©Ê1ˆZÏâ9Ò¶…G¾Sj±éUŒˆňˆ©šï[i-FòV° ‘¥]ˆÛuñ½&@ᢠ&p;Ð8¼†PªÏÇ$™t€ ‰¿ë¥Ú ¥ÄH}¹›¦+s}«T–ç„N©â3¾Å&äŠ\ºyPÉ¢áu$ŠðÅ›ŠŠƒX ˜¼(ºÜÖ˜ˆÔ¯Ú™o3J}ìuf+éÙ&KÁ@¢ë(úñÁÔC— •B`Ö$\yX¨Ï˜IÂR­²¸“i¸`ÒIMTÄÏo+ÊUÒs寔k¬&Æ*„Jé\–5½‘‰Ÿ•E¡’à†í–ªYܹ´(*Ð3Vû©X0‘Ã#ìÑo‰,0á¶9«vF¡A@TMS܂탹PtŒæϽáʨ«Î“Ôwí %¼–Ÿ<ƒþÛWA@\¥ ›Â÷Ó”îúü¾pêPÌ-?ŒvF½&å‚ϺMÈ\ö,Ð4 -ß™ÐE優Ç&Ht¼Ì‹Ã-ëRã¨*cf+/OyßÛñ–¦Ù-KvˆDè+W¥ëÓ ¡±§SÂ¥šz2)u y«rìH„ªÝ¥8þÞ⨠mº›¿¥Ñv¨ «¥jtgVãØÚ¿ç] í’C´c²’ë _>oõŒK¼Ça.6gÌ1„Eœœ Ó•Æ.ÄõšªH,6ºîÝ¢¢ÔŨöCÔ1¹h|±*[\O$: --lóù‰²&îèÌÒhd‹.¢A+,7ìDôæ4uOÂ4“Җ¸„¯¥†èÄÔ¹<5)/«,ÐO"ëŽéú0jÐ,br¤iä†ÒáȬC*Y» ‹r\ Ù=_˽µBõ¢›² Õ £+©õle9f÷9 *¶àŸ4àúqaRxÄOMyj¥ãäd’‹ê Úø•FLÕÑ›¬ÖÚÑK9بFîÿŒÃÿ)£xÑ噯V~q©æDÇÑwöâz¥Ýò:Ôªrã-J‹°ã¬‚i6©lÞ_»oÊ¢Dâ€2^æ3Ê÷â7 !2ò¨Û{ ÔÉÔÜ„£5q'üþnÖº «@S]VQ’\ܺ ö0éÙíú6±ŸÔ(“&K_¤†HŽ Ü¡C£@Å @åTÏň(­¤oB œº>RdW§h€ÞÓª.îVȃêSßD¦ÿÍ'9¡'Õ¦]R^½ RG@þGï† -‚DP±7Ê<‘å!ö1n&pAƒô¿]´,‘þÃÝBü›)“9+*µ˜,LB,éÌ‹ ]ĸ u"‰”$Â¥T?ôÖÂÜ8Ç0Þ•)®tìÜ „çØ ùÅUÐNÇ–éä½S´Õ:¸%|J­=ˆ»{íÿùJ1ª²ý»Í»sÞñw®þï_Ývg}Þ§¿üÛ?>ýÃå—<½ÿôñûï¿ÿ÷yÿõÇ×OŸwÒozzûôþåûgôBOyùþó÷—ãËŸ?}þñöŸ§À®É.õûoßöîõññÛïßÿßî> þЧ×ß_>¾{ùÕ—è —Ùk<½üúx}ç~÷éíõñõGðC1.(·þK1y¨öÍO=ýúúù1ïŸÿþâúÒJPöO¿}ÿúøðx÷ùÓÏÇ×Ïô>ÉÂê×=½ùúúû§Ÿ/ßÞÿÜndÌåP|à7ûº×ß_þúø~Gý–¯Ÿ/oï¿°ûĽæëŸ~y|xy{üèïùóñUñúC¿QÑ¿QÔúñ§ß>}ûjžúíÝ_¯KŒêPËÿ¼§·ßy¼{üíóãý˜|ÿµýðt½ùÏ?ýöãÃËOè{>Þ>}þðøøýžõ°Œ­ßïî×—oá}ÿûΦ&öLXʳh¿§ºL#F)òdŒOåŠÖ6ûë§æï>?¾þòéë‡WiA+8S ÿþûi¢"Ka—èå Vö¢:Çwbäθe&¹/ªûvUï'è·g‚½îùåÁŸ»@W jKÔm­u=©òL/¹«a&g0Iž<Ü9íê4519‹xÍ@šà3+qßN±ÿx(1‹’X*«[€È£ -EO§ÐÄF!‡m$aøŠÇûz!ÔüÉŸY°z¨ºJ‡‰«…s‘ö&I—]âh¾—%œÁò¼íÐ~Tþa4,¬ç|Ù€š¿c޾sËê£Êïý˜AÎI©Õ’…Àq…úÊœ2Ÿˆÿ-KB¨f(§iµ3Èt2«ûô¤âô¨tòÃΙ³Xsg³}»Øºî¢{>ˆÓ`nW«sñƒä- fK8Bl#b‡×Ãx™bkÒý\të}ŒW÷Sq}Ü]?¶iÔkUA>HyªÕûæ›” xNž©”Aõ¦ž—¤Ï¯¤]2SÎb/ŸâιǤŠÎ!J> Ë*M„Œª tý¸Š÷U@ˆJHÀh©ÏÈj£VŠkPÉïÌž„¨ .&Æ<©D5HIŠÕP? ÃxGj¯[µÛÚ¢%v‘IÝ9¾Ï+&DB:Ô& ÙÍäjå9q‘$ŸIFÜ ‡ž§QÆ/bK‹Ò®Þa:ßtS%ñøvÆ= ¶%MevhL1›ÉìñP Vg{öV*ßP?‘Ž =Œ¦†âåC‰µI¬#áa_…„ ã hÉØ¡÷D„;‚/€ ›!Qƒ  ã±äãèóRHf½3»öxŽfÂ…!:äÁž®R.’¯õqs8ì«”_â¶à—¦bIì=G|hÔcÔQgˆ¥¶{ëµWòSK¯!¨('Â7Z b4Ô›#©%yA–qɉøÓc¾®H‡5ÐbTf´V)F^ÅgÄÜc˜7°Ëã÷U€('@UZ²õ®3•Ç ·¦¨f=… 0ÛZ—y5R&s8ÆxµŽ´öP]O©©~Xg,·”¬§|I å<§5׈¨áµ,\gª:újú× IÃÞ­¾ÏùÒ«F˜*CHd°KÍBàï£+ŒŽÆÖé‚x’áƒ(dÄF­ôlI.bÇy‡h]¬pkß7©È¾edëeIA fiò.ׂÝR"grC”¶¬øD%°giÎã¹Ý¼coeq.OGíÅtìF†ŠÚ¦©j Ç4e‘ÿl"u>³bBTªíðâm>Â×®.GýfêÙ~ ó†'E}€‡K£3½3à -@Dî÷xÖ ŠZXxqd"ã¡Äª7•³Ú‚Ö¸ÚˆjÂwCfi§+Ñaz•Õ•®,{y×ܲ¦zsΰW4VtîÎÍ$Ðh$ƒ[£š/A!hp»wü{D5Ía}tůöKp°ì½©Ú„ã45Á{:œiGÿÿ€¸ÙJý×o‚€ZËû_š–©&g›ÅÎŒFƒÎ”OË'7›p³h†øÿµô§¢éClùäF†o9ÈÓÆß«9Ðr“ñìu©äÈ2õí5 í¦€_ŠÝ¿´÷„ïoJV0dúðb1wðÐËgã1@ÈBO ÃpØ=tˆ1‚LÃ/Kã½NW~JdqÇËø2«?ÊFr``ª9°˜¥dH9,dW¥o"f‘>ö 6êÂþ=z•7g1’Ê5}2®íSuY®9‰>Ž3ßå_ý=ŧ$dÌ7Î~U‹íÝYWË›'šuw¢Ñeî‰Ã÷Я ˜G†Çĵœ²àMÁK†v=ÎuÔÁŸ`72z'D<輆€ÂÌ6Uù/ÕÛÒ÷®ÁÉ2[°gÀ"5côœàælŸÀÆáî^{ƒsÝÇIt^gO:<½]Ù®CC‰ó»Îø]±lýŽ®½1 -Њ+øqàB/-ƒ=X›;¤JÉ k¨Jäwaíö­·¢ ó*|Áw!^Ðn•μÚGþœ -]úŒ’2ü5 Vß¾ ½rä õbÎVteĸø /Ù”ÜÍ~d/~o>‘á-Lï·d-—LGž-f}åå"hèiºš. YMÊŒ´Ø©8‡cç© °KO?iånžWÂ*M5œmÕy4ÈC|W»(?XƼx•Ü—ø«¦¯J|ÃÚà˜Àöý¼dßBÑxò:ÇÖ ¨t šÈ£ÑÅmÔ{‰n3yhk®*€Y{ g˜ªÜ5¬Z‰. -fˆâ@ÖnZå¼ †'mý¨ ì³Cµ¢I«Cæâcˆ”Áhuúl?æ¿' ^o­IŽT7XN`Ïbc癨#ò9<Ä0t_W0šT™))€Y#޽ݛ0‹ -O1^h¤‘iÝþ}üŸÔyÑlöæ´,OظF‰@¯Û4åºqÎâyPÉHYVë*¶âÌ]üXïqFï™sÏÈ„r[OzÉ¡Œ0‚lªÒ}»· ŠŸU -?ý5P×~Deì‘3H¸y9ÂIQ‹<¬@UÝüѨC™twgîôÈZ|îŒ.~y ‚gý¼-÷Ï"<] ã5Û¢‚ˆRËŠ§äœåíè|m¶ÂQ13t˜µ¬bR‡•`TU°\ª:¢8V½™ØG˜){ØÉMòŽVÜsˆéqGŒ–¢þ1lV\P±~ó‚ç¯q~Ýí}Ô{—ž L"¹Ö P@[éw<1™NË…Lö‚Ø„¹¿ÁÉ2i°{2èë=½vPNø˜uc{UýáZU-šMœ.²4QQSÚsªõ×DÏúªÙcˆjaÁðô¤ ‰òôpc¸¦žF|t OJÒ3~Â`Ÿn”VIOÂ'"8Mš?()á±wÎú´EàG0u‡kˆV 1e¹®ÙaùµÑ®tŸpœU UF×óN¤cÐ{ˆ(„,>²Žþ‚¾Ñôªñ¼õ\LMÊ{~‡:¶€(Ó•eÚ%¢ `WCG²[j;} (?t_¢”š{<þXâ¾ë!—qt¡¯ÐÄ£  Ú?1~ƒÄ‘¹Ó †Ñ‘´þŠWÑÝUþqD2ûtü Ö0–™åtó½¾²ò#ÞÍê Ü•-0"ù|G„W»eYŒÒÓèÙÐg“?œajî¨ôryC÷1QÈŸÜïÑüÓæ&cÏ!ç U òIJRâg?óþÉØÒ=3‡\BêÑ !½v·Ð$²ÆoÞÇ`iÝÏ7 ÞVŒfX‘FB–BÇ<ÎÕ5á#íˆÛ|šD²¬û±±£f'˜‹ÊeCèv(›J„æ£[äpžoW-i˜×oCje -ɶJƒàee XAÁgvžš2Ê;>hfâ8Ëæ¦ a+½B€$¤•糪æjÊ›³H0**nzÃÍá³RûP¸Ù³,ÕﶉǯI¡W*‰/K¢Ø_kd8,q^_bhSøõÀ ˆ€W)\ Þ-‹èE¦ÇmfZZà#£Ø -;œÔ1°nòöÜî¼Ä¼áDï`Ú`÷oš6|ÕàzD¼WV1Ø`/ˆ„Ô€áï·ãÅîKaÏÕ!·^ãÎ×óŠ\³ÜX^ÑBöDMJ¸¼Ñ»KõìÆ³ (­¡Ü¤Ð]6hG‰„Cã µõ*ø¬±bMqÌÞdº$¦ì9…â8ÏÈ( ‡Á¬$WžåØPyrɤÎ3¸Î¡þW6rY6¶én†.HÁ×›ëÓoœC?°ð Óf÷M‚ÄíL®vžmƒ2=­p2NfÛâŒDÕŒÇÔÅC­¼›s`ûÊjÆ2»ëÇÒG—¤ƒÍê·½êΕ‰kÚŠDg&ÕPæÄÆ;Y‘]!°hF¦ö<à\É€Ähšg¥ÏEùÓ•Ü&昦¥ f6žÞÙ€‘Œ¾jS„!I£žŽS«¨À5›@à§h@ü¼Û«dþ*±W{7°ìùXûƒÅ|–ºAæ©‘m<65Óì†#šäåöÈA¤qA¸¡Ê¥Ù‚Ý®²²Ú†áT»*T©DU%6cšÈËþ3¸ùDí·.¢9É0óxõ§^KTn›žL4ÄÂcÁyg)C zÃzü5zŸ\×ô‡?¸ð½ÎX2;Éj»OlñŽpcyÅóÑ•,©‹›2Ôÿq>ìtA¶íMÄÚŽ.hH‡Ò€;lt½³gñ¿»XÃô|"_Ðe²¯”UŽmáO­àÎßJÛ£Üð>ÞHUçð÷kƒŽ=€-00ÆŒÚ š ,Š­^ù~â4§ìzó¾WVŒðô;4ׯ좜R¥ñP‘>híé¬CÓñ‘eT]ÿÏZÊõ\ÐD—D;m|¾¸Ç…1ÒÙ®@FÇ.·~Þ2‚?Õ‚?šGÓMÈ+1ËÏ+gîmN+˦ä¶"*4ì¸ñç¸ð<θ)†rW÷›ì+Äž«WاiX^Õ,fÅ7–[’ ¢cä©åvÊ ט¿IgS - ó_V» ÑñçquÛ©i]/)½Úž0›Û`Oåûí,-²ë %9†W!tT~Qز¤p$J¿éúM3Î0V:åóIV·À:Æm×î ­'ôcWÊ•j;û³È›¾ )=øšÍdS3.¼À •sÿgßëiÒ0uÉ÷pŠqµOËè‚ñ¡H¤AN÷ËR2 S?ÃY#Y5£´Ó¬ÕX¦¯A R_fd‰~¸†·Æñ-õ<Á4܈W¡ù/šìq@=ÆUÃE -)å—ŽôQ§f§gnk^Sצ6UhÿV»iú¡¡éïe:ÜáøŠâ4žî±¢¡úzɡׅ Ø4Aåâ^M•3¤ò6uP„܎®ԡÕ÷üêÌ^¼a¸ŸTí†EàŠ»ŽƒµžÊ„âæugû‘YþÓ­×°{`KÐyÃHu!”] ½ª¶ÁûéGægx°{ëmf×NDIŽJ*UWŽ|u¡/¡ö‘‹znvccA¡6Dþœl³×nÜx<4œ »z|oTÿ ¬Ž‘k3B£ON—;Ï\jƒ~Ö ´ìN¹y8ÂG9ÊÊ>©:Û>ŽOD›»‡±'•¨}Ɇ$›Yød_þAÓ†9ÌRÎêšk3bñ)è} v½ÕzÇætݺH©!×`©§6¿³l -&WÙXãá(pΈ2YYìBò/Š5ñ7)9±P#Zåøä«Ÿ2 Ã/ò¼\$ì*0¯¸éÀ*)ÐJг¡ã°úr홆´Sò(FÆÍ\+Ì|#Ê"˜@lÍ/)¹­ ƒ`ÃOàÈ´nN:øÍ -¢;oN Ù×bt!´8BP> }ÙkFÆâF ÀFÎÉbTŽŒk} -¬çwR䊒¬áϱù†½+öás©çõ¨'½óvE \ÊÏú{~Vçwôš{»œ¦ L£—á[qbQùìæ;«þ)¿ç݉´ñGØ=ûët”á|tõñb—‘ï‹*¹&DHx„ƒ±SÆ'>J¬Ñ¥§šR‘1úc¼Œ‚Çç[9VGPœQÓåæ…3÷½?~K5žrîÂ0À¦¬Ëƶީr[á*m(%Õµ¼Áö)çgÔ80ª=âVLëUh T¿¶««/öÞŸ~êc ó½r³Æ=»ÁSGÁÕIÈsfPìhJ¥Ïâì*ƒ²'‹NiNö ¨.î¿\Y·/øixÞåâñy%7X.ßpˆ3û ÕÅ œ‹{íç´ó·þt¤ñ\sªã¿=¼–FèÚdõb’ß•öxPÚ‘•6*`Ø\9R'^¢]"—dZ·?K6ŒZŒÒAg$B>ÚØŒ` ¼ÞÄV](Ëæ0sA@ô\¯ˆóå¶Â‰í¤ 6¾:J€=…£æ«!'k¥@Jiy6¥éׯGô©™YæH€?&ŠË?=(ôE lðD>ÿúÁ«†˜Âó:¤÷a6+¡ZòÈX€º´ñXYÖ0&·¢|AΤO8’–áæm-\x†Z£Èd‡6öGöT´n@‡¼W c“Ú˜”9©fÌ‹û¿ä7Ó¼aÞé”’ŸÆÖ47|ÆæFºÀÁ@IÞ˜Ó4/¸wImÓõsjUô0>Ô’Ÿ®¦´¦®T ¬¿V ¿Š*\o •’?0 ÅÊM•xµG” ÖØ» EtPþ@¡ÓÞäŠé|ä³™6øÝ“û²¯¦œAáú‰# -åcÉìñ©èG`Ù™ÿz£Ð,¬œÂà-æé^7äh§÷Ý{”¢w·w9­p YÃÍ#Ûe Ð’ªøWC²ûRi½o–4PÞä¶ -štºòþ@Ì'¼¯×<·ÂͨYp; yyÂG%;Îþ8¨Kí¶g5Ä]ѵq $PãùµÕ=Ø„\z1ˆù™mAâMØï9×ZÖW,K Ò_¼Qú&Ëz«Z¼‘f‘åº7âä…¥ÚüÀ2Æ®dµ¢ôtœVe¾P‹,ÌÇŒ…ïÔ9zÜxËBRóUÔ+H³ø¯EÍÙYâ¼Íæû'`Aòí /Ãla¾f.¬ù!©ãÆwxTh…£ü8Ç»kR^ <7 Ö–³íË‘6 RöÅšS§tð™O£ÙÂü2Š^‘†ÛwÒòâ'B¾k !°…Í"k§Eñ!gߎ½´9»ê D-ß÷™®÷&Ðn› _ŒÑŧ€·dÕâ–èɪpöÓ]k0õ»”ÖÁ)·žÃ®´ª…ȶãøËýÒмòÑ!S©ý&ѨXÔñ..½­!åO'žél§(“ÌRt³p5y!#hËEúqte c–# -kí!«Ën'8:¼'W•‰lÉtºÍ¢Qx*`½?ª)¿Y!î^}¾0ïtL"“ˆƒN›E"ÿ8램ŒòY‡¼PœÂåÓµ”ãBR";ÏÙ­³éÊ9h]?J»€bu+®\À"rfѵsQ •$PÅlu ÷Ô¿ÌQ/~ÍÑãSà׳&+¡!< ,¨Íz–Ü~™*ùJœ/"]!U¯—y®cZïu¯V€ÜÝì»D½‚uòr>""N8»ð—®+Ìçú5ëÅŸ§îøt :=rŠ9²†\½H]ksjýäñ+_;ÿ¤×|a¼åZÍÒá{¸;Õr3 -¯ g˜lF#Í -Dƒ®ßBœèÒÅóx®‚Úxj(;g ã»AÂÒÏ=ëÿAJïpxi^åáf{r]ÒŠ7G£î˽^é7¿àzEX¸F]õ3Ÿ¾€Cë>ªÏÛò#”•]˜XEÊXǬ=ãX¨óv0w¹KfñˆÊßr9| b²š3rÀºîÕ ù}xCñÎàj_d®Y/Q÷MådØW›r(þk¹çwëÑtaÌžÓ@ m5ó.ÄÛ¦ãé£Ò)=ÿ¨®Là=Ø|ÐR¨¨©ã=}ýa’Ïi§õ™,QF½PàÏ\¤,_¸Ð-àói+™¼ÔÜ©xõ*8¤kÍÙ‚M¥ñçÊoÅn¦JW¶0W:¾ V7Dq€¶p±Êç„ìKÖd?§É6ÑŽ<¬ÿ~pÀ9}Û|$2Äb²ØÎîût½ó†¹Ó)I&#jVX`骞,[ájþ‘¼›ßò¬ûñqsUõ Oåñq•ã{Gƒ‹Rˆr=îù÷ÂÊ!« º¦x¹9í<â[ï3H7ë\¬Rܘ„ÚȼJ€”œ—‚|=‹Éêe>ÙÜ%ÑÆ‘±Ëm÷«D:AÃU‘5j ¶ÙٵͩT3jB°) ÿ^)o#Ę:Y\Æ[n]XNàcçŒeí£ÆM‘õ;›¯µ¯˜‘¬"Ï¥•‹AÏçuö¹˜é陃ŒLV/ãã6Lj«¬®â¾¤s,¥s”÷Wˆ:Ãn?0 ì¨Qv/jÀ Qõ @P* ¸zBÝ1fBcIÒ¤qÛñÎ+ð±hTá ói–¤£æ¥X¯{›š©ïû’—H”‘ŠœÓGX…Õ4r®w' ðVâGstžœÐÛŽá'WcKR3+â‚¢‘ê8úõÂH…Öó¹<9EpÜtÑ…ã@&%Öƒ`ªÃ)žyÍÉ«Ü ï"­9SJ¬&œýC£8StýÝ`Œ;(wt•bœÒ¥Ø…E3²Ù77Û“ƒÞ ™¡R‚Ï+@\''ãP½T S•d”+ÙF("ΛÐv“N˜žXÃKÀ=¬|WË…+¸õù+ñ îûž·/s›×W Ƹ%à¾ð37m%ó`¨A3 ê½aOT’ïõ—TæÖ½ ˆ~±Ei~V] Ã<)©¡zñ_p¯1ÀcJ¨usÑéÿ??‘½½_µ‘ëh4†ÒEýÇ–VŽ÷>4= ûTýlyº»²·gY¬U‚+ÃÝïÿê"B(S¨²$ÌÌ^ÀÈå%-áLg½ç6T¾¢m€U³ðéÄ/;W²IäL“„{º¿a¶¨¢Pê!'§ˆtÆzŠM©{Æò1t0­½ž÷ºï/Áçð$ÄñuhÀ‘Æ…r‡ìa*€Î®N5°¼¯hN$ì´Úuü×30ò¤ÍÀµ îÜôxÁü$¾¨ÌuVU_æ…çÒ¬˜v~îd5ж'=Öð×áܪß½¨Ñç7ØHÎ+v.od¼;4ØJŠ—Àz‡xëV¯Í¿ô¿)<ɦ¤ðÖ-ÍMÅ5’¹ö‹²ÀŸ¸$ãŽÌÐxFfV@¨ŠtHí…Ï 8]ag.1ð&[(ꜹŠd²FûÉ¢`Æí=…bghƒûíônÊ(M¼z†š¤‘RfÛ~P»¿÷¿öl¼ó,£¦Dõ¾ítÍ^7«äº*Ù£:L–Ð`Bîäì'};l¡×—}Çy «¦8 ”²I …1Îß½—ÂÍdŽÕÊKåq^óÔy¯ö„¦mCR^EeØ7 8h.LbðH;¨ëÿŠ´C/ ao¤„ -u5ìÊÄ¢úäènÚ ¶‹x ×͈~× +8“Ï™Ëê›™ÐIã)€38k0’°ÔÒuØõ.H+Xƒ¹ô”€À!·Ž‘ÿxr¼¤M/~œñpñ½}VG]”LánSag”µ±¢©|&̨„ƒ6Îפ\­S²C  ‰¹[¼ߌ3Ͷd+Ñ_Š5”å’W3»%ý_ÏOhŒQ²³¤â&ŠÞ(kѱ¸e„t¥CàÊIÈf¤"³tŠ•E2Y£îL—+Ñ>±:sR®GÆ¥æêôÃc´)BRÙ=ïŠn -üÝp¨s<÷¿ø^m2ß`˜³lv¡VµmÞ.”«@¢´³âȸvÉÍn6yÁu䔯„öÆ“½›"pu% ÇKÎÖÍ.¼T…·…ù›8Zª‹£Úßlšm†þÓ Ö¬Õu!Z@`Y§GÞÖ:C1]µ~?EBOnÃÁ:7OªWAx³’4²§§ðRVŽ]-U=W¬ê €¯íÆbhIÀ[Óc©]¥û¬qt&:a.]%ztêªÖ8áQI•qð„`xÐÝêf_¸ÈfF«’ªõ|ƒG½hyü_àV˜Ë– -ÐÕ÷dFñšÇª% -°-kŒË §Ðù̇‹3èU%غŠ?) 9XZgí8´“…+ì*(Ž7˜›g ²s]0µ(ÓáUhû,å ‡Çq>\ïôê²Ù«¨$Ê^´ãê¯'²«™ µñäÍØYå0ØXóxÙx|VL -/#&Özð â…0#` æpêÆÙ[)‚I Í¢ŒÍÍŒ:ê¨b½ €ÄÔÝ‘c<¹vÚQYS"×U1ÛMÁtõËÇ` ¨=â`0í6e”Õ–©{œ0èÑQ+×Û_Kóĸ”ŒÕ­ŠY£Åx²ï ­\a Ù§µrÆM0±%ï}ñÓÁôp£ám먫]o”ºéQtfs²Sœgva,°'xã¹È,«ÀŽй·øv[Í(ûzÆÿ‰‹\OµÈr//ç ÌÊ\ã 3)“´!ˆýj-z ,oÀ/šhDRˆ9¥,öLUÖżi­‘æEÀéŸ}Ÿ2ôBVE%•©búeQ´ê:v¯ž·†ÕLÛ*—Iå3èF·\ÀM3lhú ¿ŠÍçæ8:N*¸hŽZ’‡Pvȹ*ªuñ*hñð»«ÑËL°-—xƪAÃHzŸOJ0µÝt¤€rÝŠÜ5*—І«P¯ˆ¢J°p¦çQ\ £tg{šrFOUÃÁ…]¤Œø­¢ªî -ä¬C “/6}—Kkܨ.9üuèúü/!jÒ(Ü(+€EM®˜’ìØñè83è\€®ê€œ‡GŽ $ìg^á]‰¸âúqè>˜ -Qù‘3`p¹ÐL‡W|ÃJÁN6L ìGÎtb ¾ %u»©<þwf™élZi–ÀU«›œÇÂÇǸȰ±ñh°ˆ°X‰ k:u‡SŒØH‹\⸮dWk\p ºÍ£ÙUc¡]“ wu~jÉFJ{fÚù×VT`êUž N³\p×yåÿýÛÜðŸþíŸÿýô˯yzùxÿõû÷Çû¯ßíOüç7?ÿòÌ ŸöôúñòüëÃàW<ýÛÇÏ//òÑÏÏß^ûÔ‡,O™“çg}ùúxÿåû_ÿš‘ß'ÆÃ¿áéíñõûç÷/Ïߥ¾ôâxŒ§ço_¿t}ùxýúøùEó´þísë¤Îy| -ïþöëçgâŸßÿúü\›zêzê…÷1žþúóãíñåóã÷ÇÏ?ËÓçßöôòüó×ï?~þåå©rçgkêE¡ûøgüI_¿þ×ãWføŒŸ¿?¿>Þ_>V›ŒžüúIß<Þž_ªwýøø™ÆNß#g|À×zoïøîã—_Ìzýò¯Ç×þ©ÿ¯ßóøòøóóñòëóûË/í˧=ã?øôÝooÏŸœ/þýñúñùöxÿuyú!mT¤_:ôxßÿy¤Ñ^bê3úâ¼À»w‰¡ò3ž#Ÿüùøø|}üíÿð,Ê?LF>•dÿþkÞMûôÓë§Lœî£§ =Eé)ÉKtõÐ`ù{¨8 -íku''3·Ërg]Fî×í­UÛÛÜÛÛŠí1Ê AX‚]Žt{ƒØò9µMS^záLκ磒\"?Qã÷ï1,㯞(Ù6  ó÷#ãÕÇš—èòöÎ4Á»tÜT Œõ0<µ7w©¸gë¨Ì‡ËÑ=@äüyÍ{\‘M=q¿tÂGe•|Q |ÒÐÂ_FÆ@}¬±égÎóMî|œ’]¹w†ô½mè¡?s¤þ|U}ªtè£'¨ ó— S¨ÑÔz‹/%|íÊvÄÝVý٠ǃë°Ð¦äÐJ½&FÊÖQŸ+¦óòqÌOwuÒÆZêÝ4ÚêÝj¹Né4‹w“â3žRkÊeæA’rïaI,É÷YØŸ5ݬ|ŸÏ -?«?¶ÊÂü¡ÜûKOíƒzK‚X#›ÎÎXŸ`ü2*¨G15.1> W`{ŒGŠ õSðÈÆ2 ¸öÚmdxÞ²v‚^•4ò¸Yå.v€*õ›%¯`Œ=ª°£o@µ'^KKu -_J-â&B‡µWò8˜Z ^g4æ6Zúe‹c€w\¡7ÉèˆFèÕHtq—¾>!nªë“¹tÚ_ù˜R‚o59ŽÐ9Õgj‚ ‡p ¶cËE¡\ºÞ=lXòy¸³›Î^)‰XÒ@Eo§¯Ãtþ¥¯Häm^*e?jDáqê0¢8¨ "±.õ½HK"^©ã -®* ³·3¯e -àP;Qtàê6_ÔÅÂ:“°w¶JZ±ÄÙ2!Š¡`[@î8C7™­hÀ ¤: §< ‚!± Ü…5ê<ÚPΣ`)²ôhÓî(=%Œ[’½¢®*,xU1ÌÙꄤ÷8 Í6"¿ÃÌbzJ -ßš«…,Óøaè:‚xÐ ÿÂÿêŠÂ]¿ ¦5ר8õ]ç É)·ÎÌlãª&AIϹ»-*(Ñ ‹Ò@‡ö·!¢äycrª+jÞn)ZS¹UwzÎá’‘ÝfMATmÈ¡-·º¦IG©—†‰’IÕ*ày 5ˆ¨"]u%@çz“ü¦U æC®“išš„ì¹’¬ÑÎ+}Â}qŽÄÝ2jŽBö-ó¬Aޤ@ÎÀ«è€UÕEåqúG®Äú@Ó†MÕ¯Dª+ø¢µe A¨Íã:Fm’æ=Û©J<ð-渟ip,tî*7q@= YT¼P»JàgVεNC·OI;¯Ö}É}«”J ~)"æ D¥!´’M¦¥¦7µÑ5´(Ðщ쉄A(8/µÎÞ  û;¦ˆsÔT§Å謹'µé -íÆý¬%V„’Ù^š{õTkË›XAÀ““¨ZÐnj•(¬#o\·¡7Ò—­eJX„ÔŸV{„hvΜœ¤*)齎Fpìl¥^UÌ" è@‡ÍÄ["]B,“-TY¥Ç8 R· ÕpCxwS‘‹¬F¦0È#‰à :N¸ë^¶HÓ›jRÛàzù;`bìóBà&”• ƒ…yKUJdQŸ &•Xß…ÿˆ‰›©ìlá¯ï€|B’tذDšW†zö}s„T›jvÐ*)¡ƒs;ªîÜ í9=)º£ãÃãžà -`«’¬´90®Ï–ƒ‚³d‘«óòœ4ÉLùžd+³góžBšSé@“Z€×G…{ò¹ª° ²UµØxq,U[¾W5²†¶2á¬({¹S\[ÊqÏ8ÿ6’Úb[zÞyé&";NdJ¼×<Ò…vI—ÕÆHÜÓ ÃÞíÒž¯1H©!ÑÆ1iÐ!ë½ÕæÐ16[+@tÍS~Ã#È}Üv9hÊÐCÓ’ i¤àˆ:«ø¾§‚MJà°Çè«c(©Ž©b~¨@T§èà;Õ¸eÔÝ*2y6ž ˆ¬›EbNÑj:Õ[%‹^Øou¸h.jìÆÙ!PÙ&7­²$´ÕëZè<¸pH%¹Áãඇ=!90 !‘HL¼-~•x#0“šÛ6ᘸ<ðm¾Uèð™|ͳG®ÝÖXê¦*Ñ øæ¿°ÜŒÃÛã(3qÌ"¯È¡Ê°·õVÓ^g4¦Â,‡- 8\tDÞ»ªPÅÀÊv81Æòu°é²j[s1Œ1dk]´9:¶s¸µW ke`päX·‡ãlÈ-^̨ê{½Õ¢†s]å¼ç Î~«§h–!à&hM&ý–ʲí$Æ0#á¤ÌÂ…ÛŽ±‰î·0fFR‡óu<c -oi¶I« .¤s…VÉ´}Ô»C«»Šp¾=€ U'±©‡¬—<Ô%ëè…S†l¸ïÅX¡Lz&2°Ú¥ {U„ê¼P'WxdN‡ÝjäàS¸¼ÉÖiµé䣺/Ч,FÎê½ÒY©žo -k%óB=Ùýž¢Zn4D¸êÙ[ZÞ5¼ÏÄ›]dÁ"aÔqo(رG0ruJ´;#Ý›}W’Útk…4Gé`Æu"[¤a„ -ôŽg÷G㉈ƒ«õ΄7r>X}ÚçÑ| -#{Ÿ‡ˆV÷¢M2šƒ C¾ªY˜e¿+Eu¢§©PËò@1XZü -•áE;Úœ›Ö]de-RÎTýP­æ Ÿ´ŸE-rݶǽƒ©yH{ñÉÀ|â·3"Ëø¿28–VPƒÅ@¼¯LPÚ–W{J7ööEö -ÀЂ7Ø–6 \7GSuµüß6@oçÛ#² –“ -vU¥QŽ<–à龿„jS•Þßì¢ÝH ¡.^îú@¹QVOMb©uU 9z¦®:ÿÅÀ[Z’í¬E{?p¬Á»5"]UMÅÙ½ßWÜݬíd,â3Á8³Nk8¼Ë­²®bŒ|L.½G‘ -c5ÄÀfa?©‹¾#‘'û„˜f`V6¯éI”Ðq³;Ñr%a(ÙÀvcê8c-k°”›n`6÷\c!Pãeh±ßÃb™ä•fì¹ø0þ–óìê H 4T€‡?k2U‡eøn´oäHÀçL|±Äí3rßÂàz(Ôº¹rlUIßEð =nC‰~h熼ÌÑ4p¼/O±Ôè6ÉÐWµÐdè+Ùp‘ë78'¹sw¬¤Fw&T¶ØåýØÇVЍ;Vx¬UQXÖ¸1жDŸwû[õž!Wž*0u¶×‹& ½¸Ñ÷ÛEÆj§µ©r‡Är¥ŒpÙ×¹ý -&ºÉf C´Cd˜rt§&[µx‡ºT·Ê`ѽ^æ 5-®ÂnRÑÖ à:ön¾wþ…cº²£¦„\Ây¹Å l9 ô7`XÉ&²rkM^ò“«aàÕÑL¼*6ÆŽ¡[’½ol½9oeaÍÓ¶- iÄ‘—cc¥{B®áÛTº¡ì\¬² È‚,-À¦ëè!eÔ© ¼:.º_™Š›€dÊîäç‹ÐÂ.}r®4cQ4$´Üñ ©OÚY]†q2#óRkqx°í\`¾4¶wÓ“þñG©€DÏ+ÅÔ‘lœxËñmÿ´Íf”N5;3¥Zt †ÈYÒ¬ƒ\:·)Í ­^™DuVÕÖ®b‡8*U’× -ð¿áHÙŸ3 ,ÎÌ¿Ø4q®‘g] Õä°L‚o4å2_¬Ôm Gø/SõNZÖ<V©kV;Ò„ëèneMbàÕ÷6Z2hä‘èÆþ¢ -{§®+ÙÎÙšNyYÕãŽÄ–вñ¯•¾:…–õ¤fŒïMÖÆ+¹HÄbÙc^ÞÓ¯ƒ…î˜J»fu‡}5£Ñ8Ëf^sRÊ.Í)X¸¦—N‰áš«@;é^Z:£èö5Ü^ÕÞÿ|~²ßÅôF‹Ê»Y*t‡6W€QXÉÝyjtHSNìbBGåP8ÿMÎ®å ‘±ìPC˜“@Ï ÆnÏúF©Ž^!;SoÛ)h¨eìè£àc9×9ñÐÆ!­V¢.ˆ„œ•g_Y K3ÌV°Š”ìHcêa™7Tt<¹î/ßHÕ*µ¼÷†'cO‰;*T”ëð.ÐÍMv]ê¹V7&µ“¸à Ú…†Ì“ô²±è -r±'d>É!Õâû¨£n½¨D]µOOpî¨Húbjmƒ8èX¸ÞÅk€À롦÷}Û²x‘`úÿÄÍVl7A@­å÷þ“–µÔdB˜UqJޤŽÚÎ4™ó-ïrôf&#‹ìÖÿ¯8ª~sHÕÓÕ\.“XdM§²¸dqÉÍe&Zˆ†á¸LýdߎœD‘øºÒ˜—8.ã7_{‚owD‘‹ -7SFµ¤Þt$›WAåx›3‰(¢Â#q bö®ƒßn­ãÖ -½Ò@&f-žSÌcÃQš~üÝ>þ9I¬â¤7”ÝF èÚÀZBÜÛê¢6Êøœe¿.rx{Ï<^6'n ×Xäž×o›0>llƒF~¼ÙWUż¡Ê‚Î奄€÷387„q8¹pì7›üÏ.]!‡Ž˜é&KÞ ^¤WûÎV#îuàŠ ùDûº½å-¤À<ÈgúîòÜ·© -¨vÖan)-Û¯TÉúŒ·ÞQÓ¦o¶ ¤•™[væ‘EŒŒi²2³¶FTñ¡&“Ü0—)ïT‡JOñwûø]uuXÁ5AÈ÷´GÍÊ_¤RA\+•jÙ)ØS´oHšN-wñFPÒÂlàÊ>^]Þ‡¶D-¶ N"½´öÜȯÈñ©tE, ºÆÚ%,†Ab ÂP‘†"Z§Ú=ÊyÓ!bÕz6$ë³*=†/@rXÝKž×}Úhß•4ßqö¶ »ýeÖÞïÝÛ¤BXƒuLa·¢÷Kó/EYó:Âf à6{Òd*Âh¹ræÏ|ŽÄaÅ<ûU¹+,œïIÏ,³™7ó.÷E^uIôþnHß:ë¦SÖÄ#nSúÅ"’µböÛˆ +w)¯¨’…S\åÀÞ€ ?V­†AÅiõs¹R®òÅnP¿\ Š]Ðè\<‡]%]2‡»Êc.,"ÉÉŽÔ4‡dÁ-Í2¥§C}•|¤|k-x#Ä6B«œ¤ƒI(ª.˜m†ìFÆt©²`°<ÁëÉäF¥Ö± iÏ ¼íHûŽÖ…ŽA J:½o ‡!MXQ)ƒêþPoŠ÷ˆ‰1$zV->€Ûh]ó.±õ(±|+D1ð -˜5¬¼y"¦ƒ?y]:|^S¾®¶m¡-ûú³¯¨û&±6Uý(ÎrC*‚÷!\H·|©6šžO@¥ýˆ<jÛÞIBñm«tï<ò©G} ·Öš0>óõ7ˆô ê¢öèdõy…‹‚Ù ’$^oA’åæÒb(¸öÌÁ&‘~¢½Ršúì>²”é]!ÿ¶©Ñ")€ùΠùn²jÓ¡z¾wdÉi)r%}»¥#"8lªxSËîZßvªŒ Øˆž‰¿C±õ{Õâysƒ¯µÒ*™¯ŸYêœwÙÀQ̾âò(q‡Bh¨²'uAbÀRèÞî9&Š»Qý’ƒnØXò˜NÓ³:ÑxŽ”dýh$ç»Z(ñ߆Öàù8 -ç®[€w»Ž*ûUËÞ9¹@¯é$ÎS °›ÎÁê6íïnõm‡9páf7/‡búì&My~­>ð4€/ß*Ëé²Á"}}¿=JÕ­Þ9#tÁÖó‰Ã%6u­cPìi1éšRË(k„s«;¨vÛîf+0Ù>!njÇt¢â°Mn/RI„bG´¹Ü‘¥A;×[Û“¨Ì­Q°×ô€Ñí€QDã)…ãmå”·dÇÆ<ùæÃÉ"ª*¦ -¬B)}Æõëò¨÷LsÅj .7°#Ñš]Æ ‘'=*í{ó+™ÿj©Å݉誢d[ã€Sv_©bîy¿ÔsPçÖxà$¢l®_DŒÂ­uÔ¾Û…\,^Ͻ€zÓ(sGâð@V¥&«_O=PÏ9m¢H¡Ô<Ô²ÈP±†j|}pÁM±ƒèIý¬Xµ°Ãr™KäüKvFHp †"þBü„»Þ¨ó¯[©z-DÅ>N+TŠ ìå‡,ÛÁâ åáŠô§˜óủ] -ÎÊ¿b²¡hÃNhº)j&+{$SɃ—–ëk­U<5hѨ§Em5öu”ñ*äm9;n&Ð ÙYEu ¦€² ÉΣOñbp´ñ«=ºöÇ͈;¯9Þ$bçM ¤éOÖ!òÄ‘vª·Kè™ùN=+5É0&2¾Rï·K(ˆþèÀX1X0»â€yt¼¡ð2$¦¯´ð#_Õ]‹I„B*$rJlÃÔÀéÒSUý"ÙíçøéßQÀ’øÔ7ڀƘþ§gí»ãó†ÂÓ,xŸ9Ü™_G…×JVÏ-J¾™šR¯úÙ2²må• Ä·<#–\èFTÔ›Úoû^ª´æ,æWQ‰Y‡ùº\-ïŽd ïè]bðÖÌb>“N -ñ0†¶³`÷± 5"ŽdxÆíŠY 2éØÔ܉IXï“k&ϧ@¨§LØÓ]Å„egë'z;¦ÊÌ¡Lv‡¦Ð…èy£Ï'•&`9 ªm¢ì™#F?qktÝëe+†K´ƒRQJÛûB)(]‚¥Âš¨G¨¥©Ò£ÜÙ’¼º…Ÿ+› hò}J¢ßûVöx#_ÜÓX€—}ß­\bµfYæ@ K•}5žF^û7s“xì)æPU±#órD| ;¢la K®zrj‡Xl@2¢ÆÌS‹è*Ã'ŽãG‡ ÁV³µ%7)ûÔ]œÚ)Sˆhü¤RR]¼-«–„JqðÞs_ðèDùQEëÕo¨ HˆIŠ=›CÆ\äi0ÞC=Ÿ¿æ|•f‘¾¾e·Îvès‚|zêÒ¤;‚O'Íàõ2¬+¯úP˜ãRq‚U¨Ò×[X ‰©gL®£üiŒ—¦ 'vZ°(ŠŽ2c+Œyt)l£ë=ˆÜ!kÏ -ç:€RSä8œööYDµ}£è'Ô4ŽYŸØGÓîíZ¸`æv6rÝ<‘QÊ -÷˺$VyódõîÆPžÓ;JZ0L¸ª4½ƒE"ÊÑu£Ÿ‘6æzü|éÇ&D7‡òW˜R8dµ¤Y~¸|­fÑÛ²÷‚AÞôµf U›–.A&âyø_ñòÒfÖV1á+{>+û¸ê>C^¸í˜·û1¾wˆ>Ò^Þ²ØgÕ§ ú´…+ù;xèÔáz³õÖ"{¼Çˆ ëXöä´búiJ.Paw•TÏ• onªü¨ŽïͶ’Ó¶H*÷Œ8°H'¼T3EË7p^1?„8xÙG€OºuäÁ4µ{•9‹œº·fºH©²&»ç ƒ°ÏÊËôOj,ÄLÖ۸Л{µÒ¡ú8U Ëò½=ƒ‡ÖPt bkw"Ù&è¶È–Sò¼Cn8Þôz?Š·ëÕ”•›S - JñG¯d~Ûp¥¨WÞ)¥ïÔaÌ Ç²ÉÞY»œ*ûå5HÓ3Oä}Ó#ïš9ØB -^ ç©Bƒ¨#9úÅPkÂÜÒ“`~Q‘¯ðs—î0Ü¡¦Âî:c‰«‡ ,ŽƒlÐû<àTFÓ”ÚkÅ>©¨ÂwAXcsñžazd~îW²¬@úû_q=ÞS¸èؽ(uUY#µÖ³6åù0w -ßÁÛû`•^²È¹êÕ¨Òû²ÇͯdæÂ¥_R; öAN;øˆ«c“Ûèú虄y Yz]ªÖÉ9ª_umòñÕîM[ÔŒ••æôÔ'ò`7bKû–(L€˜PÎåŠLÆ\©ì'e˜V“øíˆ‹g¨ïÓêë[a-ªcòL½ýœÓ” ¹ÃäÆý’&QÖŒ˜âfG‹ˆ{èDâºúåëÿ(+Õ=bûáNf(ˆ$‡8òaꈙoÑNѤ[›BíÒŠ1%½9É©.”í{íYx}&o˜ƒOû¥þ{µ{`ç§[Û¼r„'£÷dwÎY[™ú¨RÈÊ}4`¹þÓ&‘Ò©ÊO¥jÚ¢Ã:KR#H³eÒ¬0ôãкæa¼LV|íŒÈû¦Ø_™;×§$´5¿r_è°Ô&ÖF«û™ß˜b0é¦+·±›*þ˜+wºÁœ¥pwTkÐG/Ópò ~Ó·•—‰ù¦Cö&î«Î?oŒ’cþÿMÜ­›Åe¼$Ô¼Tç|œ“¯¤ÞMìÊkµö„»Ù‡êÄYÃC D.dF,Ï©õT’ŽxãØC^Ä ;­Ž]ú‚¾ôUKù½Á) ¶‚;‰.繺´ ñ²cWÌUG`ªŽ:T¦ÒÿJÄp̘ñ€/ÏŠÊïFo½x$[$‡ù±t‚«:\h¦ç,ugϼ̃:ÞóàÃ_pßžŠ¡Ú|°e$Üärê5¥†P´>aéšïN1®‰ ¤#ê>èvÍð‰ìµ+“zéí™à‹˜ª]ö©ëj Ý®AðˆÙÿ}acÊýøOcøA{B`×1šÊEõ¥éjQîDÞêÃ唹æÂžc¢ä4[S÷ù 9ÕæLŠ}ײµùœ­r•…ÂÓ(oõO¸C™ÅÒÉ €*Ñ7.α„õŸ®TnÆ.,mÀƒKRåû+oŒ*Ýígb¹¼­:Ž>Cm=6•þiíÅ•$ýÔ±u nVý§9|cPÿí§L¬ÛÃ`KJ%ABqÕnk&ÕØÃ½*Ëç”~ÁDü…ä±êz2©£}¢c%ú4/]:½·òÒ„}U-”Õ$+8¢SeîPÕ’ÍÝÜpwéÓîúj—Ò»/`_Ô媌•GÝ[ð ÏY«fÏÉzœ±œšSé @:j“Üé©v=MÃöÉDÙÞ+4!T !f‚-gÔ|Ðh:Ò·Uo&IÚÕí]{ß^ðú`dØ]åo 7/uµM‡Y©,œ goB¨Éƒñ€È´@W’YºÕå1I{K_dâò¶å)JéNwÖ¾V+×$ÿ‰"ûÖÚÌß¶m!÷6˜• ,•˜L¾PCËbqÜ"¥ÆSfz-Ýèò˜diU³êÙ0²»Z,:v‹¼áý†ý°›Ëßr `AùŒ.]–e)ò•p‘Ü÷‹¸Ø7O‡è0÷‚ -*s0ë¶/|T{I/©R;á´¯©Vž&Ó¿v xD»ÅüÎðåÁäu¡¶¯YÙT‚Ý‚œty£lÖÀy\òçquO¶™Ì®Õ¥»Jæ:WGxk¡ƒ•ÒþÃSo9ÿÖ/`U·Mux † sDs¨îÍIÓN"|ýEQ -Èe•°+÷j™—¶t¨ñÛ×ö{Ê$;¾Vi{R¡_WÄ\ÀtAÂ"‚ݳ~ð5ªÙ5LE!m@zÝŒ|Ü!Ë€²+©Ì) &N¤>IT¸ŒË¾‡È”,}ÉTí¸Ì탵”Þܵ†å£Éœú°:{#ûÙgåñ•VÉh!QNÕ1%ÙN–U…>$ ¹±˜Ú­ßÔ‘ÉC‘ÞÃ;Õ\·Ø«›=Ö„3„ŒK¶6sÁ«¾MVÃŒÖÚ`ÝÆ¨îr†'dòÊÀ]ÆH—È[Ÿz"hêž¿¨öÚÃ>Œîçä²xD\<„­bd^‹ûb€BçwepGÌí–YgO«dæð/2áe‰=ˆêµÊ´‹È=bC2ætY¸Ï2'Ñw[™×—-ìBraË«ší:ó¢kT]ßêF×eB„lç³Xóèÿ-vßp¹„Ý»~W ogž Ȭ¦7$ÐÎl1•ÔF%×<î™Kä±´eÛË,6Š3ÓT¢wA/›ýp»»¦D´oY†œT”ák«XÏÂcj‚2v3NFÛgœÕÄŽ‘ÿvÔ<›à2S¾‘a©óŒÓþ*ðý€QÊÖÞäds „B+ Ú:¾­v£+ܬ2Tnvóú]1°Z¶:ïioíKšlé­!áìõvHé¸t ïSÂÛÆY6ëq²²s½‹úÚÔÊ~ÂÐÈ«w(wÆ ¹T D”r7¦4“íºeWÚ`r máBA½/eaÇ-Òµý[µk]½_ï©îwßÏ»4šÌ°Ù€_ïò»Õ+/î–ÆD¨dLW @X×»íNÊ×ÀÎ=ÍÙÎË<ÀJ5Î@ô—ËúÕw ”)&?-ï_D¬1sî}š &¡ð0Ue¶Ý•Iʳ%‰Ñ…¦13ºãIã=çâÂpðS9æ -÷Á纅~Q oâòû³NDd†_žtZc ¡‡ï -×{”A4€pQY‚!¿­~ÛKâ]°$&a7k—®ÈÚVvù†êÆŠõˆ´³[ÔÃð‡(#ܽðÑà‡Â‡K³.Ÿ´Ob ¤žlÚwM»©¤þ ¸ D³7ÕpöËõŸ~ý·dq–\æŠ Ð2ïÖ¦ke—µnî«Z˜¶òâÆ --½EEµv*Dkxë¡^¦ß%®(pmûbU¾?Aíþz4Q¶pu¸¡[nªl»aÿ’¬Ý’R×^s3§ÆU.šKšÄ] -iHŸ§ rï|›}H‰,]ç²Ù¤xv«ÝÝBd>nD /[cÕRõ÷¦ -ñM+ö£x»M%¹*†YÈÈC~ŒpøÃ¤F‰Ñý¬X¥z¨)q} á-£¦±ÁÒ`+1Q%&mór0PÄ­±ô^ 8×Î4`–ˆMStÙíúw%©¦TlcÈJHMÁnéÓ] -o«¦Þùz¤ ³i‘tYÒ{¥z!v\§<çG@l6”‚tÚýÚ ¹L¿ Ö­#HurÝ7sïÛT-—¨Â¹Sî?_úXÍ/Ö|oHF%È&ЭÈÅJ׃l¢&7Ðǘ -ïu³Â{=ZDÓmYŒ¢aÎÜì`k…Ù9¡Ð­s„b"[ “H¥ƒø¯à‡]©n™ -•¶ö+ȬÜ(LMoÁVÁocß)Ë4k (Àå~ ìÝV„ÍÅ=Š<}Ý쌪ù!”—>6ÝS„™5öÍyWUQoè›{êÛT™YTéíÄ]±´ÇŒ0™¨Öïˆ.Én-Ä« ‰íaßC4^£€+3!W‚íô‹Ÿ^üÙ£»cðŒšîÆS 5¡[b( g©K1Ï9âÜÔg8ÎpÁ>(7{p¸X&!áÆ˜»öº¬ù.Øám¸=È¡t¢8ª%E½v—xIÌ‘OÚe^ÍlÑtüä½ïÝ85-ºjà²Õke°v#ªrŽÒ›O#/Dbú®*@× £ºûÕTÝ$©àÇóÖâr­Ýs1ýŒe…šçK¹B—¨¶÷ö„£µÙ”ºü ¸Ž™‡ÍTQµó¨/ý‚¡*‡„ØN“ñ—ðSÁPt r±¦çõÌŠmêä'ºü©ðĽízœF7g &ƒåé ÚÀ® -óv—¨¯±[‹HS_b#Üg5‡Z«P߆€ˆq®§{ë ñV‹î`Ø%«"f6ÇFúÖ›8‘ÆíîwÑQ²í"Û¡8“j·©rž9U/h«!CŸ'xœà›U÷mªL)ª³äEƒ¸TŸ;X\³¬:‚ÞÚ˜ÿÇ¢¡awPïîHcþ%‰ -ù[r¯¶ëÃÒhuÅ*Ãi÷U¾4íó^.§Pn­kß§Š¢¸;w¥-„XMoâ*ëŽ<’÷§‹1Ù´È-ÉÕv-ŒCŒÿ}»ÊtoP>‡ª¥x‘–‰¦°&‹“FÒ}€$r¿,qMŒx–ý|=ª3b†|w¢x»6K³~*´Œ·ÞvE3 ³UoÚm’ìÖüAwÐyŠD3ñÿ’3úã÷Ë×ÊÑêp .Œ˜Xº›~²iß|"¤%TñçD‹fNÏÃÎPq[EÄm»Ù ˯[St–úÿÎ5 -™Õ­¯D6‰º»ª'&v{<ܜ齭 -ûéhÉY™F㨊˜Zà -Œ{o3jò¹sæLJ,HnLM‹ATá§ Uh>M€½ñv&/”B gÓ8˜F½ÙIªq롴肽ª±õ®æöU¸ :ÕÅSª¨êLWlõ«â_Ô¬9p}DtÈë±2ØD•~žñé’ ÄºuUô+Y|ó§1gÌn¤K÷3ݬûHŽNrÝ ª×øn? - v…»rK#êú½¦4ö0£K¶Zh"Чº»–CÆÏ`xû”¢ÚK&§Òt'1ƒ…´Œ Ù©õÞÝ*­·€GÛ×®ƒ‰á…~œJØRñ»6¶{'Ð?‘læ”ÃnÆ]Α@XeÝÇÊ U-;×ÎM° -c-èUn\ÙcÓl)ÞûW÷Ð/"«Ìæ.äž¹ZÒ‹_1“$‡ü:\9%›¡xKìñ gÖgÿˆÉ¹:ö}4¢j¿cÒV–€¤7"Eèaê˼Lb–ÃÐÇwÐ~ÝM³I·zn2T™gëT¼¾U1ÈAÛíÒFu]¥î‘cSŒ‰‘"Áµ˜*?ŠÙY¨`øp3Ø´^ÿhe„A£ÏV¸õ‹EË.¼ö1ý®$ Ói¹9'Û.I±Û:$N9•WÛ¨[cÖýl£ö!d}£½ ¡)\ôq½¸oRìSã›­ú6T›¶¶ˆ]•.圌c›ÄÌLå=êUå"· -\ þà@ëMSÞÎG/Âìyä™XH±†¹&µÁ(¾Sñl÷í ê£ÊÄX@Û ízÂø©ôÖ±«&£åÆC“CòØdëkp”ÈÁW/¯Æ©aAºj“žË‰„¼;ÍleÓÓÊsºá9QNõ:T;w¥¢ùHŠ~DsC=ö5‚`„A…*nV²›Àu±º‚*a³ý!Þ[ªHN4"|w¼¦«E,Ò0wØ=ÀÞ7»ÌçÂk\qgÍBÛ¹<õK<cßü?Ôg¨R‰›º9"Ù½]À¯cS•;^¶ªˆ%]‹xpv"îj­z¯K5”Ž˜œáäe+|É«ß)ûQr@ËŸêî{BÕÞÎIV«hcMh Z‹©Ò3 -qΧJ¯¯ ¤ÜmŒì&Í ÙÃ’CU”£ÜÍÒULË@ï]ǘ¹£ª[í#orQëyï‚;¢ìSïˆÁt¨*zW7‡`NF©`•Ìë}ÓsãÌ”ÜC®+¨*®ÊÙ y¨P3—»™Šî¨w\v\ªËáÚãu-b3’vß2ÖL -ë´X:tô—olW™c°jNë3t9pßýî¡iæuÉõ<$bNAP™D+ºçIwÛ9±ˆOÖŠM*Ù¸ KѬ›(Bȳ0›|™qÛDO÷‘[ZÄ®öê"Іn ÑI¹S?]¸…÷\ïG,ØCTV`ç]‚Ц¹·×(:£a·ë^…«î‚®Â”‹Çʦ“ˆ®Ì{î1»TDÆÝ‘ -¶¤ˆ[{j“vµ1Bël^¨WáViöƒÂJ#µz»‹~µ,"걈šrʱ“ÌNÆ]ËHêÖ¢ê¬å áBÕi„KÚÕÿ ¢˜€"d˜ÛWÄúUµhÔ[~Á‰Q"Ôç†x·»„ôKSzf†¡dFèö$tò…-t¥ÊìHG¥içÿI™ùJÑ®â²ë®„ܦoX­f\tšûïÉî0¥²³­¢¶*§,°ÜÆv¸‰_*d«ªáDÙ7 ³!bÓ§®M7ûði„ª( ¨ÍI.M™²ÈJ¹Cü˰ªÊÖX*–f,Ê‘!§®íÎÌ …1AÀîî«øòæ5£®I3}º«~»nòÝ2`~;ìÌjTY=Jc²P“cG­´ÿ]* ‹Æx¬DPm!¥.Ø s$ %ÙåÜR#ug|à‘8.÷ërä¾OK~nQ "8`蕬 - -´…äN2‰IÈUÝ/ÝR -£¤ömi‘:㦫TÆ[³ð Ž“¤Ûµúf|²Ê†LZì¬'’®_Y ÷ÉÔ!KéÄýÈEf³.ñÆ!rÀ¿Î;Uˆ°¥%1N1gÚWŒP³aË.×(G BxÉ1ŸKÆ"×Îqót7Í\ÎøªÝÿŽº&DDóÆü¶™*%²ÖË–÷#ñßjÍB‹@„ ê$-!ÒDLcêƒ`8q»z¤ÒŠíy§òƒùv;¢Ižrîzt»6=ã›ÝѪ&-•§ÕAAkzÌ ;”\ÿ›úäIÆýDì°Ë%v©¡"úÔˆ;9Þ‘ÈSTý¨0£àTVº¢33Õ‚T' àêÀP†]w{Û-×Êd‚=0sCËA” ZuêBáÍì)—®û‘ˆ¸Ì®-Ðy”芡EÀ<‰ -Ó™,sÓ0ëÀlD†ø±Ñ6â'£ õ=ÂA?2ézýíÜw¼»š™Ô #Rk9V’vcnPj0¯ -¨¾ÿþ,+k•…¨ -Ê]9mÜ»p‚™2ƒ|®ÁU)&dà§]èÓ'ƸÉ]ƒš™n÷ªÊUÕ/+kaQŠPêÄ 0*©ª -X(’›•ç‚®MN¢­Íoy4f[ž™.ÅKlš¸j§ªn™tÛÆ{ßÝTÏÝæòkt¡âƒ»¶Ì˜a}7ùUƒ4—9™%Pw—ª„´ý±AÐcÍüÁ£¢òuÝHÄ&‡º^‘âQ/˜¢€hA¦¾Û8\#T¶ÌªiœÃÖ%˜QMtA܉2†°Þëõk·öÈáíè•Díê hìz2P‰CSxk/"º]jÖ”é3PDÝÌÌÖÐaÏH»#D -ÛÆY˜(-R­B‡™C91ÝÞ‘®•W3Ò8"¬ +!v¿Q$ôÎx ¢·É‚îZÛ‘ ‘Ü0…fÄ…ÌgfuT•G2i‘QàSm¼¶KçªeL÷wšuZĹoåÄq%á¬qZ‹ˆÏ²%uw)Õå~"ÊÎìD³"j@0LÞsÆUÄwZ™F.•È&S©%!R°·Qæ$º’zÚ0òÞÝa -hi”­íœÛ-Ý(C’6l!¾ÊUùn®2²¬öEÙ›.ªšØnn§4|Vi«ýÏ®±Ôó -2Ëî(qƒcG),ÅÚòî¬ 2|5çÑÌÚµ{ËbMòl4ª½sD*pútÙë'l`C˲Ú˜I„ýºÑŸFa4£™B¨Eî/m$È®Þ#ŠdÇÑõwÅê³ÖIÒ“d&Û[pŠº†²væèôé†ÀWÕtl…UÅÅŽâ}³BÆžÙC\æÚ‚že>[ª`ª*s~Ô¹FÚ‘r¢zWU5˜J§¯·è*%bÃó. Õ"Ê»}ªÉ?’Š•Ù«Ê­Y£e.YÞ¨:ñÛF´Óõ‘¼o¿×ÎáïÌë(vºÝÛH¬@á¼ùQ%$¦lËgtBb —ÞÛØª -¤3§·&9e˜À̯ݣ/¥,LK8qó{‹Ú•Õ^^• ðiãýDöD˜TÄaî2Õ£ÂTÁìɼK£qÄis‰‘#ŒÚ‹6Î"Sk¬Šdˆö²Q§]Lç&;ZbÄ”šMŽÓT#¨ƒðâeÖŒ¯ƒHÄ­ñ$ËÔ!Ë -/Á¾ÜK1 y“dã;Õ纤¹DÀE{Y_BM¸8Ä]ì]õµFäÌé`ÕƒàV€i%2Ñ•ƒDeà:”±!:éWð[5ÿÂB[ùӡƼN’LÀcøe! œö‰ê :mgj>cú’i3¿¦úÅÒ;SO5ýÅÕ)¶ÅøTk™qÛ ˆö«óÄuzìÇóip0ÿûݲ®|Þ÷Ê»U ˘¹RS )«ÎPMÚSòJ*Î¥@ TÛ×"50“¶b»5›Ÿy’§V¦rTÕ6´'óFÍ P}Ñê îñG³è9Ïɳât¢T!AçéÈ‚Z˘0üéjU€3•ñ40E×Úm&ùIæzKã<ÐÖ¬nìFßÖí²´D–ÇÕ5|P"Å·3‚äq×MêJ£¸eïv£ß3V©X ŒÍ„óii‰\Žãò8é_£–ê"…¯R -½®Þhá=Ü8OAI¸Fk(NYã51µ¡  ’ mPÊô]@¨&ß°S$ÆžŒÄŽöèöRv•‹¬@Úû“*§šv²ª52!e‰ãAßÌ -#Íâ´ýÏH~x¾ÆÒÈLÒ•è§ ™»¸ï{w‚2>¿ö$‚Ü1R@t´~“CÆ"ÔsÞ#b(røÇ8׳)Ù…Huƒrv%uVëm(–Ú/.¿È½¡nZÚ8­b+¨&$LmK!~ª˜EÁ&0‡#KŽÍBÜ•$à^ïÞ"[¥T¹åÜ“ãk$â­›®Ÿé¢C£à8E«„}¤*®‘cìùºý¡ËŠTäÌã¤ÜL„…°'›Ó3ꪠ»n4÷¡±'á u¬Žm^BŽÑÊYpÜ^p§›ÛÇ7Ò[„²©¦ä7Ê­¡ŠVYdN743ªZEp’Ò«uU]¶w¦·ôX:[SP,QvPI¸ª¯wvj¬þ>û"‚`¦Ïüȉo¾÷”Ù~åã‹Ï¾||úð+¯/þüò|ùóå+?ÿë÷×·§¹¾êñ¿×ïþü7}Ýã‹×—w^Åóo¯oýïù:º\ôη×}÷ñùòÇÏþgkCÕ·¼ó—¾ìãÏïÞ?ÿ<·¯ùýù÷»ÿ=_>Ü>VÑËéeŸ^ÿxûùÔœúýóãõö³PœËŸ{üïçžß=ÿ}{~`ûåÃ_|þvÌS“Þýùîñé'_Ý—‡èôŸ5 8&”s¦E¡Ec”YØù×Á‡îýô¯Îø-ï~@YÝ1Ó•’3²wDöŽÄÞ‘Ù;*´Éεøäid‡æîDÃ2Am·„@j™]qƒ,Ìàze]Üp 70Ü à 7¸Á Ž; ˜pÀ 7ÜÀpƒ‚4Ü`à 38î4P -ÀârD‘+³â„n`¸AÁ n0pƒ…WŒÄ 7 Ü€p 7 Ü€p 7 Ü€p 7 Ü€p 7 âƒ4ÀW¶;Ï–U+¼kê†þ&ýùP´ Ì]r,™ˆ¹‚åà dªzØÚù4ÜíŽH4‘XDb#k:÷y7cpÃ"N©¡¥1HbPÄ VhŠ´†¯$*æÏfN¶a˜ ÍÓSŽbìMB,ßûùY¸0“Ä%ˆ’’úx!­Ø6¶Ø+½€¿#žTÇ'òW¯€9ØÂÂp_¢|à»4ÁÝé›g¥KY1s“N{õ®{D⌴…ØJj G%æY)smtÊ<è[’µ:ϨÈX Y&®‘… j}̨ ÒUyÑ¢¡²‰€‘ Wˆ42ï®>ª3êJN&DDKL’ íEœ>Rµ9c¨å¬žqúë|G]b"0‡èˆuDˆtu3Š4T<07Á]!QžÓ`QaÔjŒD¯M‰/ïÞ§k±'SŸJ€ç:{³F6¼l.UËPö1`$Ѝj=ª?LH‹»»]ÞZiL쑾‹CºžÃ=-iò^ícÓ¸`·ž0”‰ •êGwOŽõ'4¬ì‘þUL¢iö^2ÿGÜD«ô@"޾JBßÝ3§¯Wþ3³©ª‰Âå ª*\*áÞeÎ÷þ¸‹êÒü?'ôî:Û1óŸÎD¬ö3mÛÂe]1K£ÿ’û?ÉòJi¨À5`öñŸ•EDnØ(¡€bšÞ70ðÔë+T“ óÝVŸ‹aÁó9…»§a_¡–HZ™< :Bø`@g…ܦ;¦Ÿè3ó»tþ‘j,£æÖyJKx™ÅB¶ËÈõ»ÈÙÖŒDiÆQ‰Y0ZæÏ»þÊXf+Ñç{ÔÖ:oi‰àE¨oe"B;hÅ˲Ëꀗ_„’±¨ÃIØC³Ë†xÌ'=“ ‰îÂTê1²4£½åeéêêPÚPÚÿi‚kg¦ ÌÆo±—˜ˆÉæëÔ*Ía)™—„<ïˆ?Åg œAp³ËŠXÌ'`ˆxû-4laÝöŒXáŤWª1Ûs3K¸?ͬó{Ix¦îÁ£:]¡·1÷uçʽ8á ‚3˜]VÄb>CÄÛol¡a [X¸ÂqǶØa ‚-¶P°…†- la½öÌéÖ7€É ö,Dsƒ‹[²™…¦$Ôûƒ3Î 8ƒá Å.kb1Ÿ€!âí7¶0°……+w,(á € ‡Zº2/¶@Ø‚` †-l¡a [X¸ÂqǶØa ‚-¶P°…†- laá -Ç LØe{Ö=îÅ!#ö}1Ƨ`¹ô¨JѵàšYhJ¬õÿˆ¨fõ(B†¹íEzM«^èofÞéÎNRº¨r4ùW⤠q•õÿo³×VîÖU¶LWâ›­$W«T?¿Ûß©÷3ÏOµNå¤J XIûîšæg̳ÁÙ ÎI \¦(›†7š£sFA)Äò†`2+¯TýºÛ9BΪŽEd{OÿÝ“QAøôþŒFB×L†oCõþòO-d"Z&VJè$FÌŒCcf^fQÜM4“nö,)þâ¯1”üM… íà/6-âh¦¥§émÌ|øpž¾GË$Ì…yhù°â¤3ûù%;ìõô—;Àý› -Õ4´ƒÏ®ÂáÈâfnYIøòž ^fóáÉIgöH´±;”S}G"cš.,\(ììà§ã…°8²¨™—V–NÐÔ9kv0Á ˜”+š<çi{S•KÛq¾TÅßøÏŽ² -ó¡Ñé\³¥—Ć›0&§ïml™¡d™¡e™ad™a¥e']1^·H¨?ÐÄ:OÓci‚…âd¦ÍÕª LU`3D„Öï°æð?È4»N6 -xùŸ±Â‹r1®iÌÔ䫪GK¯l(: ;Q³ ¿±vÖñB84n楆‘¥†ÕKH¡Xãý¿ùï!‚¦Ùn³[;€ÈJŽE7CoÔP6%| 64–ö2^\™ù²99eeáKÀz‚x™Í—Ïéé|]n°¨¦ZEF¯òoûì¹Å|¾ÓÚÁßöÅÆÞ‰ù.Ã]dæ½l\!ÑÉÒÎdb?¼°ˆØ44Õqg,ü¤¼ËÃ`f;À\¬Lر£¦;%c,>Ö&î¹³ÐÌÕYÚÐT/¡ôeáë\î_A3˜tQq#cºî]/„#ƒ7sË(l/ý@ÌÌh–§]!x+èî¥SzaÑR,Ò¹Yøz–; ‡Ö\D ÐDO=ºCððB•Ô‚AÜø²Ó/CË(B˜†%GH59X4ß“SV¾Ñ$?53šñéé|UÜrŒxîl*rÁ‘¤¨ùNà -6|)btB³?¹eeáKñû˜©ODS@•cH;†$¿l‚”?¹jÇ¢fQ–Zg”áËÀîMØŠš?q…@1¦h2¨þ0ÇB8X¹¦„ 7‹šÍUޤfæðÅý{+kYtPLe°CI£×‚ÆÚÕf.@ 'MÖ9àM®åÂR‰SSíáÄŒzÑ94›?Çš¯2%”ÎB棪“Ž8UŸÝYî€TnÖ±dš4AegYKSÞd*4[|î4fn¡ŠŒ)0ìw,#;KàD,¼ðŸV9ò±¿¢ô$b¾ÄPåèÐnQÍåd™BÇ~"Ô cŸhj¨µ¡•->ïÛîœìºIšù±C•£Ýb‚²9+6²WùD8 ¯l_q™ùQDi.”v ÉœURy ¦ÄÄgæGµFLYZøZͽæú{qóiœHȱYð¸¢þí»ÓØ>Ùëê,ògX”c2Êv4'm²0×LÃKóc‹B›šXhðj˨•%eö+ ±ëÍ”'¡m3hf;`Í jÕ®œY…“¶·è-¦ÄlÄ”c˜aT9VCÌSørfõÝ -™F1/*µPú34aÔ±‰àMy®æ°åÕ¨I™¡Y£4ý3J㢛ù©Hd§ ©£L¹Íûtu?‹. ­¾ ÜP&“FL£ù1G%ÄíÞ þO? ÅüÈ£ -rb³N!Ýé¸F2£f¼ÍUŽ3 «ø^ÎìÉd1: 0Õü_Xvà¶4åîX‹'“år2±ÝjªNo–ÀªŒAn€ÀÍ°Žš<‘ÔpÛt5Ù .Ìl'Œ5 ³¸éeª^ކ¾øl7nû;j>ñlR)ݪ˜œvÀ Ù‹¨ùPf×r`ŽƒÛ“²¨žQ*Û¶ôË^ÜgÔÏ)åУFpÀüß~;­Qó‡C@öXŸ`QP1u‹Öc),[åIÿ‡tºå_®þïßn²¼OúéŸÿù÷O{úŸžßß>^ßooŸô¿þüþþíaqoóé÷÷ç§³ù<ŸþùþûËûϧƒ¼áÛû·?ý”öuá½ñŸ_o?^?þÝÛ€Ñü9_àÓ—×§·ÏO_ŒÿÑôÿá§/—Ï]Ÿßy|?…öθñ@/˜x`ãÎàÕ_^¾ÝboñüôíõãÉv>)÷psç|“O¿>¾?þx|þöþóñý‚Þ%p˜/ñüôýåõýçÓç;ãUŸ¿ÿ ~ŠŒEÅ¡ßâåõé_ã{»ïŸO¿?Þž¿ôÂ{ÏoñËã§ßwèk~{|O½·a~°O¸kæò-}}z{ùÿ§__ß¾|þåéùõ÷××òØÆÍiÝñõýÇÕ~ÝïŸÿõx±¶wøøúþç§·—³}ÑÝÿýõ—·üõíñüñôö|#Üux¹^ûõÏ?žîÈoöóñûû·?oŸ_ß^ÝZ/:·¿<ÝÎøß&‰ót.׿èNs]@w¤‡!³ZÐq çÐGù*?>¾¿¾}y¼=ÿû.üHä¡I›)s²<*³ów ÜŒ!?òƒºN·µ¨ò§ï‡ð„Š^L‹‘;¢˜.ñ^ãs®-9oâÖ–‹ë+ ˆŒ˜ß¤ð1½/¦ˆïd"[´Ÿqt¼Øç ܾãëÕvgÿÌŸb•…Ù¢]TP ÓõfNTGí¨’néfæ€%V7àf <˜Âú`â²&ÚŠ‹%ÍŒøJI¿mÑbºã€ÊÏõ;½jQ½„Ú#:1ЕÁñÀLëªnqD}<^ñH Ú@Ëg9Ð"WÄõŠ®ˆ3Í5û¨BÅ6v­©Qêrº-‡>CúPá»5GI+_|SäÝM7B“Õ5̘[B´^žï…¨”Ë:H* -Ýó¶XÂÃÈZÕa­GÀHþæJÆ Ç‰(ÝN¾26ímáøø!_ÌqE»0‰ÝS )¦î´’Ý7ÑjemƒÎÁ.~ȯ=.ïBµ°Šl±±½q×çÀÝ7n\7.‚†;'žÞL¶s/ÀæÏ”ìÞ7Í*òÿ}ߦB:éË·†Å–‹p™vìaƒok9.¬Ú³}A -›ú!%œôtãQ”Ã^ñ9˃Mœ²R#­*ä)ø•RñLUNʰ ![­Q_ ÄÜÙøàl ªß9z> +b®‘ÚZ)â7êëëHpAôòÉãªò6«Ja6n‡çsŒÌÊG¾èé _£Ï0Ï:›Æ.OA%Î VÌìvÎV²Ú†Mó4ÚgÉz1~`Ú ‹ÃsS=Ðé@†Â¨&nëNªìð§ÃLÔÈH°Zi -\ú½»ÒÃÔLyx„rîݲp6…)ÅT´iåÀK­XȇLª'85b6êSòsPÀŠDk”h¶jÃÞÃlg˜“PM,ÿŸ¥m@êM“¤v :ÌÄœ1Ëåž8rÞœÒØ•b“ÌÜÚÄ7EÔP¬ºJÂWLè}”ÄÆäý6ÖÚÉ*ey¶Ô¤¯rI²;á>Y-ô§Ð2–Ó(lØùÔMÅ>äv’%ÚØb~Æ/å xø”ó$mfCÌÙA}Fø±Ï"§ = õ*C=Iñprî\%oèhkÒP7}ÕÔŽVO6t4±_¯"-sHÆä4 ™UË*ˆã¸bÏô@`Ù”àY'‘á3Â…}À Âthª¿’¬Df!¡ä[Ó -ÅÌje½p,§ÓNß™QþO ~ŠvŠÙÒð6pÑ0lÊn Õ5×­9Ùyâ—Ÿª µ$ëKóãjÏ´`aüê¹èÚ¹»qª™8Ó„zâÎL+ø-£)NXN©Ïš²éh?®­­MgŸ_ ¢z¬•sm;hKˆhÍ XV9ž£‘‰e¢ٓՀϸ3åš–æ1G‹h'Ÿ5ÇF‡³ý<ˆqi'àZÓI¨Ò´:Ž <]u²²lîè§M»„3àb#àj=tıƒs9 ë&KDǶŠ„ª -6!ÕÚiá&ë§Wã_¤úµÖnd½„ˆf˱¹D¥‹ÈdÒÎMaßPµñô#"×ä‰ä½šÖOÒÓædõ.º|7¥©Ðla9s%6¿xtØTÍCžzd¹—ÒB²^:GttD‚gÒè6ªÒ¾ ¦‚uÉ=ÅI(–™ýB£Ú”Ð#šRZÈæ=åñŒÏD*1ñYhÚê!BîpËúÐq¾qŠ]Ö·¦Ø©§„™{u RS(ߤk٢πâB“6&—N8a±[úé‘-d:0ÍGÈØc@Àþ£”Îé.œåNæ,«Áyf©Ÿ¢$Óº0·SÇø·eDy W,Ž$ª }dפW•ûÛ¢{ðÜvFMË‘ŒÀ› ¦ktPµ 'õ_ -Ý>ª+Ù -êRJñÆ>gĦ Ìñë$ÍvF’~²¤ù$¦Æ ÷â0*ÛF2ó¼G¤­Nz)¤Cí-µS“Ðã( ìŒaqþÜ ÿ›é¶(c"ý—ØÖ>ÐÉçY­lmëùÝ)ÐuÕ`è Ь4áȸ*uX8Yb¶…ðR=Uez%¤ÄvÝ´¡ÜÓÊ>§•#ÛF+ÙƒnêLE OB‚€ë¶Ò(ºh½‘عKÜZQi¥“Þ =5Fd¨iìly\awOAWaœäëÏ­yñÁ™çƒ¼Èr|Eâ´™’ø3‰]H·38ã[AïÆ%iý=x!ˆ°$TúãB2/Z¸Â©vëÅd¦Ûˆ+1…ΩLyVO͵l«¹½4òF¥¾³p;,Œœï‰j›ºZa†H@s*±’|ù4Ü(á)àâÐóºÈHîÍX÷HTç9MVq\sqÌ^¥')^ÉÅžL`¡ëHeâz¶¢yüyÅÍfǶI= Jõõ(Ë."FÊ鑵Vµ~^7¢ÑÉKîú€‚%\¹B«"‹Ò9:{&g«½å…œþBO§VyNr«ýbл|úsôDÓÅ]bn˜Å›-»`Yp)¨U‘û¹8‘•Í&»†˜{6®„ ³-^=Ñ”q%ó¤ rþ+Q[{J}C$Ýú©k <õ¥žc¬´¾–;«ˆíŽ@më"TY4¯‡W‹½;Q4äTV-Ým˜Ôç…jDŸˆÇüÆNJ„”'qB†bŠHtŠâ¤‚¢«áI=äjg'hþ;¥=t -·Á>ošA—0¸Sa0m†úŽÈ9XÖ0/þ¸¢•Oi¯J¥)âîçSÚBàjE³õ³9g€ÝGœA ’Ô¬p.õ¬p›`º^,ºNNÕ2­z”¸w¡M -9cfgdu²#ÍM£zéô©d¼Õ€SAÜ2‡d¦T*ûTí¢“~N±ƒL–iIj@[×J3oʱWÁ{“S:'úJŒ´ àŽÈźVÏqÔåË7Pªƒ¦Þ÷FP2V|çÎ<£¬É¶öêo2Á×9˜Õмü;töº>yœÆèØÉ®¡Š[¼ƒå=«¶Ð”¤O‹y«”5y"o8áRÊv”àƒ':w²ë§êáßLæK’èĶ5K=…ëúòÚ]]À3àÁµ1ž8yñ ÅÎ(C7 -Ú4›\áöë„éjH4iWQiñ̪‰s4žkH(3Mg@ÃçYò€ò㤓wI”¦Á®¡ªD›ìr -L’è1×HZPûá ¶®#§o·(êNàú9ÎæéÌKBeru¹áÙEU…' FP”¡.) ×òyµ_^Jq¬Ëý°(è8§©ë·‚)+Ø£ÕSÕ¦û¸]ÜkžßW¬Ô(h»çäyÜÇ©%¶²„C‡Ïj²S®ø žtJådrsúø!Ð ò•,r’•aµñZÙTOÚ•3·ß‹®éqíŒ`x —vC‘V»Ô—+QÖPΜ¦‹ÂÕ.Åæ³tgàGº1æN‰ò%1¥_ÂR)¡¨qUŠ5„0oÄK¼QŒŒÚEZñ²/©¹4Ak^° -¥¢¢bò‚7" ‘ú’ðÝò¸\•Êúª¡}ê²{ùd”[÷Š Ñ„ ǰ\_(¬^¼/˜ICAlrÊ4uIÊt õMi20…÷è9YU‹ROüžΪ—;àˆë¿([?•e:8¾¯÷’ˆã>yî0…wsßïºQ4ë½ýÎ ì@IÛpÂu"è1XNŠª™­aÍ­£]Íz¼e oÇÅÇ“±id–{~õ«ÈçQvÁ“Ÿ›€ L¦ÑIô o¢ïç‰Y§¡󞛲¾EV¾%4߬òX*]iÒ„Ý¢[à‡¢TtS<Êe<ä¶–°pøØp ²Zá³®^+"d˜ð>tÝ`Då’G'ŒÇíy5Åà"ЄˆO™Üy%™ßsèëa“ —åÞàeb^AÉS¸fVÁ5ô$ì% -–»L¯LwÕ)*Qpƒ ™é¸Í“`]mÙµtìà)¤s| 8îÍlw‰p%…>tå镎*ïáÆ²•ƒ*œ‰Õ¶Í£‰3«¡œŸƒòw«yo¶ÊÀ•ÔôÏ‚3‘T¯¨I?&OŽÁ¾²™‰ìH«¥º\meÇ”šøÑ,Ö¤¹E74X$×ÛûIPࢠÉËÒÕ›¾X¶ÁkÃbœd é¶‘”;C@.K¶“…|”t0¤Ì²ˆ¿%àqyèý±’Ðüˆeéû:&ߨp5¥R8{Í.IsŒž¬³¶CÍÙò,òm¾ù2ãˆJE˜Õ~+J6Åž¡ª¢©Ð%ºPy3}gã}Y±tߥµ'5ïÍNÑ!ðl’•“ž¥ä†O^P4K¢k²¨]…+7yÕMx¡y];ÒEËkŠíû"FGi«^k£¬ ¯Î ªY6‡n&2ŠY¢´Of<õGÞÔyRþu;ˆwÑl‡ˆl#Þ#¨VÑŠÎ%3óìêS^²‘ðJÁñó…¦`p§¡Þ½؇KÉI &/½?>&üÃ~ WZHtÓ‚ }ª(“Ií¤ß_Gÿ•£Þ5ø¨6Mo߆¤üòÉKêoÑšž+FeÙ0›’5®\MÊZ%Õ—ðÖæÎRƒÿšÐY4÷ÈÝÍ#â‡IuKv,ÄÜ*¢ Gù¤ª8ŒìâßrÅ‘É#0…ÊEú“6û³%ÔPE9ôÿˆ(èC@2ÌmŠ˜UQzr‚UEÉÏÞGDo:©wWk¤ÁŒÎ8ÿi™%3ÚC6$!ývœÒ,Ò­–‰_i/µ³l´‡¼Ø!¡¼š®ÿþ…®?Ó%M_T Ý8Ï1g !1fÝ%ƒš‡9)8ÉYÌ ´Žb‘¦¢ïÓÒQÁDT1+c¶ý·3 Äx©©7­Ùiq°&.M’.ÀEÙ}½Ä{x®•ÜÒUÙ_,[ždúèf2ú6v3.˜šclÚÄ¿)X§±Ã¹ÿ§PÍôPsæ‹„PZ\:µ‹TÛ.c‡3¨Uh^ýà>ät¦~·¶–^Ç''ç–T,… =¿§u½¨Ç¬âC°¢H~=J¾LYqE4¬!V û´\­‹’é¼Äž¾¶aÃw7úŸ:õ+¨;‰qiñš±z¥Î˜Lਪ´DG’ΊQ'ž–ª¢ƒÝ'Ná‚)KÄ¿›ï»/n—Ò"6Õ«ö dD.˜2”wÖÜ]…eŽæ\.¹?Ý´˜’à7j(<ùdõðƒ=¥*J„Ë=²'ƒµ&KT5WøKRˆ¹øä† ÷!©; ÆcÞHóÀA—z«l)oƒY³Óf,÷¬‰ÌÒŸÑkUÅ6…!}Î<¾ e­L®²Qtv”†¢%¢:=n¢H[«àÈló6¦ŸðÜ­[v[“›&|TˆG±A'$ç1׋ž×»¿ ç÷È.ó;‡¦µÉSƒMBÖ®`sí¦j”8Q:ÎÅ‚Cd\;(Ek3@5ßIO”Sk<öŒ”VÔ5.xþzƒMmLÒejÙÕEí!Ino¨WtK0wiR‚%¹cFöÖI÷Û³7à™H·øÊí˜^ufÙ æ$*tŠoÊó»Â°ÖM»vÍ-Üð—?8If­òÊgû1§åx+< µ]×k]oB'éú‚õ[ä‡@ûFÎÄ,Ÿ·nƒ{,ÍfUX·Ô“¨fzhzäê¸ -yT†é¢Úäg¸KôDAS¨ -e%Ê*§>æ ’Z!kÅÙ]bƒ“Á˜Äø‚VVlòRßrªªf„M hU‡/IE'C¨ëä}”–Þ0°™“GÿCdoè¯lêÍ èa” ü¦v4/ïqæfCHÎ,ê†^Þ¨µ±+¬ÓˆsPâ%5èç÷+ o+< ¨ e˜¤‹‚Ì=+n`X™lÌó»¼’ÛyVw˜ys;ÏÇ:Ýñag·¾n÷y(ïü©Z àš|Ùu]’¿\×äU,QâêÎÏëX¯ûP.ú:oužX Ý+‘×#¯mÛbVȓȩú*ï£äawÛêÜ}Bnç;d/ñP¥ts×I…”JÛí!yèõû`ê;¯FÞ¿©tÛW -¢JÞ~ë wóÄ4Éà:\iç\é)©ØìÄ÷žAz×`Íl±SˆKÞGÉGÁ)!Wó1íÝÚÌÕwi#Ú¡TÈs(¶Ù¢»¼ÑŽ iŽòûÂuΞvNÖ+|Ÿ[ÑÖÇÐMém¿Ž½Z¤]€‹6šô¿5\74·a¾ó¸À]ÌGuïFàJqs×T…Ô+õ4øò$}ÍÞÚbbL‰Z›¾îò•ÄÁï÷€¨"p‘É%&$®‘Äý;íòݬõz„åÚvx˜Ä ³wÑ^/‚kÅ¡ä„ÈY®“çM=4º Ž. TÓ)ϺŸJI”´BºuY›÷ë£U::Mhº2;j%äé)çÝÝÕÝ»5x;{hus1-•ÙK¨`Xž&ܲG‰c#v½Ô #wáZB0­…ÊvÙÜ)ú_è¸Õ=9(j7½ÔÛÀ”@U'Îsqœ R> -²$²]·‰oª’ÆÉS+:2 Ê*èãQÚ¬¥]æz^ÀG+e¤°Q}RB«V¥hÔ™V)ÃUƒÕ¸´¸~GkM'ê÷øn¨yð¥£Øæ6hù¶)${¥AS(uÝÕ‡7&AÉš*·‰ÞƒÞ;”»¯Æœ¥ê’ö2lG‘P±Q{PêUWz–<}ßtiZ,2úús›Ž×>îž\6°Uí(L¹tÖa4lÒõ'›¯nƒÔ•Z è÷¡ôЈnÿ©ì§ÍÙêXÜÜvøwF~Úý­q9vMXwZìrÑ(ðQÌË%Àñ-“y7=}òÓ1ê‹VêjžM‘¥É—#¡«ù¦ŽÜ—Lqƒ¬Ñ fËNÍ^.A45ÕkY8‫Ø:•zánrSû.ˆo—šã¤T®³¡i3 SÉ¢˜mÙ¡ò¯âas‚ÍŽÇíý³Ê[x ­ü kJ™ðUâÍg­ô{‚Ýs»ðRHÿáì9ɲކ=Jtd™w±‹¥y(¹œ+UfëÒ&Ëç2⤸ÀVç¤lÛ˜I–V¹pî«%÷Uɬq„uÑÙufÈnv%+ࣆžHÕÈ[[Ù«r„¡²‘7ò¸úá'q©­Œ¸÷ :;gƕؔ¸TéUœ–ý0;ÏR2Cš3…’wÊ»„ž×xÂyßÝc'í?_\Èæ_Œ6ÏiO¶÷QG'iŒ„TÃæ€z›*y«¤ÓÇ.m‰¿»ÏŸ7·k|1°n—z(ªÌJ)–Š[ZŒû2)N˱Æé!£¢”¸´ÕÝsçmÇô^¶Å[1§<ÛÊ®½‡:žÞ…š Ÿ¼‹’áºLÉjÐ`U\zxïÒv>±ò,ðÕ]"î—¡*6¸ÒU´ö¿”õiW°'žÿjé Tº­HäûÀ£²Û ˆú¿´=ûOp\ÈP}wWáv4g»‚šKSECª_ކ„…¸/â¹>¨ÊPëþ³CÖþLÇλ®Ç-{&šç³Ò°€ y$§‚д)| îˤx@^®“M—ìØˆ±È§³Š*vÖÑ!8<«|©)ÁÊìýý¹GOÇvPÛý²â`ÚSM2`° C€'x æn”ÖPìö½ÉÆœ÷Ü8ÚC/Æ”sÔ”Œw…%S,z—Qì«3…ò âZÆðþ½S’ê²ÂXä-Zƒ²Æ,‰X¿À Q†4èOœi•˜Cõ(²nNëŽ|în@³âÒ‰Áyß|oªÝ íA7 @Œí³)Yqî˧x@¥føÂ óÚÄGáËQcŠs:­ •‘Ùƒ¼9´Ú‹M'ÍÓÕÛl­î"åA¾)gÞ@ ùNqÚËcÕ"¿é Hÿ³/c†ùikð`ó)N+ežÓâ4Öºu8"a]4‹Ü~þÑXZkQ³‡ùy Z÷Ö·ÄáJP8A­OI>*%9ŸDà-=;so·z¼=^T¨‰~ò{\åóìå¾­—Ö½Cbypñ<ÅÚL` Å=ǯóxzkÐúJ7›Óh.1ss‡)¯iT¨ )‹uÖ)‰ ?¨šR9cP½>ª£ìÈWã—¤·l…ÚC¨Žáý4ñOªèæè®A!f³ß›ó’Dåß’T¥\FMN£µªf¨ëè<.ï"uP’‰SÞê%A¯BMøb0Xä”tï‡M®X\"¯ƒ ¥U¨¦Žºt¥–A¹}tki;ævöëŸã÷².²½‹^Œ -ú³(zèdS+nP¥Vëª2>:u&»Ÿ\àK:©M£"B»uÇ@}ï|Ëi¢-ò_…®hù¨ÉÌ„‡)Ëáú†R­>câéŸTŸ(• -£9¶ …<ÇŸ(dRÐ+{7 ƒ,©#̾qqŽ—Âßã/C]ìÐÝœÄø(Yìnôš,Ìý4‡G* -ª±šßÉNr¬`.BõwZíM8Ú.í„>ÅvÐ០#‘þ—ZEW/ñj†)È_á #åÒ"㕱›Ð´¹A€ÊCÒN˜™Bš3i[ۃŠX^”õRr³EוÕ*xà>%Y è%,v\ F¸YÔ'»‘ÇÑûö¸])I¨v;ÄêÜ×óÆƒ€Õ˜Q)ÝŸ…‘Iñ¸…Þ3ÒMg8Û–eî­”˜Ióì¦×ZÑÚ¬ÄÖúSÒÛê½ámð&ˆvZ€Ÿ*æ/ØÍè•õ°j;ÝD&<Ìa^×A¡`/Éû°â4«£÷ú*³§l­”ªYé»4õáˆjËvR:í¯*³SFÝZŠ´«ž)i‡(Õd©·ˆïª#ˆW¸²-©²:H[‘¹Ajr‡E,7ýŽCf+¬¿¿¬ÀÅ…Ît£Ý8%Õ]dc•ͽø< ¨îJÔËìôxÅ[ëÁ~z—À]è¢ë·$3º¶7CóIL¢ÿ‚ôv”Í¿8ua^å#ó§0Ðþ¦&v£šé£s(mgzkaÝ àßå'j¿×Bõ,¾t”Jg2Œ”Usðá}VrFrR îÿè;Yí8G/§m’HPòêPò=1§GlÈõh -iIÜKÉbw(5¨–Bi¾˜À³'0ðú×rã¯/=éŠ0ùhµ3¿šwdµÉò¢ÔVÔ¹ÌõòçԻ죺 Γ°òv²{ éºø¸OsG5†z™ß’`¸1ËÙÐò8Ô] ¨¸—R{ƒbÎÀxˆØ»Â@3É t':»Aƪb2¬öãpp¨©½®Y¸ ›Vù€E×Kû(Ù®#üB­U1y¨Žéo}v$ýŠÅ´œ*ùµ€r]'ÉÜkÞu“P—‘ q¨'7¥ÎÆJF‚FdÐTWÂVzÝ{ØŽcõþvªéW¡;JeSG«Ž%¡=ž¨€”åk)y]o6¯g[M*^·NêÎkâj)¶)}7 t›ç^àÊf:@˜½2À™ä¢¦ÆxC¯¨Ô›²](Ën¾Fn„$xÇ5‘ -$X©ý-Û,p˜½+¶»ì ­a´nW# Òµ”m“ñ:Ë’a KÆ> )=ILtöž±SŠ•0½ŠíÛô{Ð}wgº®¨abèXá¢0NCR¶aÆ–ûjª×–ÊhXÄ™éO(²¢B5ñnýûÆ¥i—‡¿žêbPZámÐó±XŒß§e¥ƒLò$—T¹_'ÅV8šÂýñÀ:ÓšŽáŽR'rSÝ~•™TM6ÄÖ—,l°Ô²žRµÎ©˜[EÒQ2õ G’0oa¼d¤Ö¸F@• -Qg¨¬¸éý^TÈŸzZ‘2± 4^_-E\ø7ºWA㢈ÔXèÄNî÷{ídb²!N -“×P_JÆ×Ó*he¤§E‘(¶…ÆÂµYÂi³ JbH5s»ÚUöF”é0ê²U=5»J ‘à¼DÈŰ2É—^ÖñŽþ/où¿ÿº¿6~ͧßÿÇ?ýËÝxzùxÿ|{¼>|ÍýáÛÛËs-ü˜§_?^ž?¿ÐÏóôûç×矿¿<»Ö¾~|ýã¯÷·9>eÉ]uàÎã¾¼>Þ¿¿}þu)jDxˆ?êé·ÇëÛóû—çñ+ø§<=ÿøxýâþòñëëãÛϼksó:/ž4¾v}ŽG~|ýú[û¨—ç¯oŸÏÖ/ciæ'<=þòùíñÛãË×?=¾}—Ÿ;ó}üˆ—ço¯ozþþòyÏ—oìûu*;î>ÝG¼¾=ÿáñY ?îÛãOÏ¿>Þ_®k,àÜùö3ýôüþúççï?½½ÿøå‡ç—·_ß>ßVߌîç®+ï||ÿÆß÷ë—?<^kÍG~þôñÇïÏï ô˜ŒlèÇ=ýúöÃãËã/_/ŸÏï/?‡Ù¶ûÞúãoωÏüÓãׯ¿=Þ?°Q‰£›ÆÉü²û?5‹×ˆ)ÈÓ¯ãwšÜAT‘²¼ Ä÷auÛÆõóo’ÕíéÒt‹‚œðþ€í˜´,äùËÑ =„‡Ÿ$ïy5Q—á¥Úùc…ë•Ú´[PÞ n}^È!½öÝ’IG…“ç,0™‰£ÌÛbš ®z›,©ÙøŽ×¾lÀÕ)欸Au‘º´J ­—'Îx‡Q؇Kó&bAõ"Ú‘¯VÙd\D‚–=߀6sJÛ#Чhv]žä1(}öR3°³ìèQØê=Ìž9± `^ïÊ®m­DMÄmùΓ)Þ±+"4ÐÝ£¨¢]bÍWnhòk© ˆmÖbñÛÞú™Xý¹sð:æÍc¨æ*ƒu}zô±¹©-£êbºMÚ÷+­Nºº¢šF5”¶ËäúšŒ;ìãCñzHhˆ¿› `ÐbXö¦*·¿mÜ\9xk)e*rt(2[¶Ø(u¤ªŠÄû­ëD*Qï…m z,§]š]¸¤Æò ü‚ž8¸(ˆœ¤$vÁÓ÷‚ºi[Y^ú®IŒ€•÷Ì7jÖ"R–=¿‘Eó’Q=ó—B -_G¿×ª2&–Ábƒ!Ò$ùÞÈ͵Bj„ÔöÒ²ùmW©î ’ÚãÃSpÃ×ó^îyhH Á ‹›ÈVQdYï¼—'—6‰9xCÄ*+HÝC‡ó^Î\e\ò’–õ<Ù†‘]‘Wä’QEQ Ì2¢›°×Å: 2Ðr—´´ç¹X¤öƒ$»huÓ¸³_^4!€æ&`ékZ´¢àÉ‚eDîúìh¿Ôþ•ûÎ{IWF²i•ó¢Z„âe€³2‹)KŸÁPBÙ†Ù3c_%Πë8|U=ÑòÖǾW[Äá™’†7¿·ÛŸïŸ†)ÝWÝþÔ»Ëç@SÛ7xäïoŸýæÿôÿÊï¾>¾ýðñí·Çë[Dp´Ô%-=yšÛ>ðR¸È7ù‘îºróȸљ•IFû¼’¬ÄU£ž‡Nn¢ÓREîm$ÎŽÉp#¼ -¡Wb¼2|÷p›ûtiCWf¢×^z"“Ö‰)€kŽ%î4Ö"·5M¨¾ˆ–Œì' -áýB­þê– Ø¦¿†ÚsO§)ï4¡Þà9÷W^‰f7 ®=Fº‡½A»ºhÛVqÄ 2Çê¯Y˜¿ÍöÏ‘ýU>íëÇ÷·Ï·?=¼ n/[?6?´Y›jn–!8/ÁÛ1z!:&ÑšM6LuÓm:vúþà²äдWSCK^Òғ稾vØçµ‹—)¶,ê€ggÅ’ÅÞ“fS×Õ>œ-áàñsçˆ`‰½Ðíù ¨©. ¾ë6“z|Lv¯|œBÀx2‚#‚'ô³¤Hiùëv›E_¹£ÅT™ãÛÖ:®c[Lý…1F h¯uÕb0¦mè‘LлG7?·×\-8ËbÁC3š%¤l‹µ¥èAV2¢[\ï¿K?Wõ´ ì6$n&ÖŒE¾gŸ †Ú—…/…òC{¡Õ ²¿µ|Üp<¼ÁœÏºHy™ÖÎ`ïÕ Ý³d=w„wl)´eäþŽK…é"8NÕB?éÝ3ò/“N‹D&Z²ˆmôÿĈ&8E‚¨Ø/‚#"®.fÚ^&+$w´¸ñ©syœÙ^âE*¸ú<°9¢c莊À2ãf)t+õÞñåSðOókF¨¥·×.ò#XwMÃ+0¿7üSÎ{Ƙ˜žqÈ=_êRAFÇ×5QÅÍÃS Ç ’Œ«ÞaÏÀ98ráacx|bP~˜ññÔ†f š¼ ,ëA~£ozþÝã•Ä‚àq¹'w!6/Ç©›ªê Þaì¯^Œˆ€–w‘ÑÆ=)ŒíÿК1ÍàÄ`@+Øà*„ÚäA°=·ìl„†\Y5žû4[ä)±â¾²ëXŒ?6N:Ü­H¾ªǬ<ÔV!fRbˬÍôO@-­‡¶ª‘¨Ýw·]u–¡º÷#·…ø;ÏÌzm±âiâ:{Ÿ…–±ˆÕµ"Ñ£b¤Ü‹ÎN–èAnÚž;ß}kŒ3XX)w$w»“¾p0ݬ¦¢¦6 äA½˜ºë_Äžû"Q¦ÂB_‘§³™×-Åz+1ÒNãYsîì‹È@·}ã‰i:9Èl4ZKÄvñÔ§Ï_|Åb''hâkÕ±ƒA/> ˆÞ8mÚ èe”—V7ړ܆Cãú¼Š³‰ ĤÝ"é×Ì×iúN—) èSpC¸¸Ç¯D'h~o“p’¥¶bÇ7öÛw±´—`)eAÛ<8좯1ä«F"ƒÕתLæ&L,ÔV˜»ÛÁ›ë(ú‚J• ÍÜÛ:”Œò{ìúœü·V]d¥° -у -éºøjW°Bªd4üè1 âòͱ+gi¹id¿:ìëŒØi“·«Ø8âX†Ïîv×ç–T>¬%ª`óT–Þ€FÆâr–J& ^Œ{(…CAÄð±±\/öF-p»Qœ¹Ö剡ñøU`pšÿÎþæÐZ]“+½•y°,÷øÊaEjìÖï­8Éš.fyª0Äg¶¥Jðá`[vÊ•ua–]»­åÄ86®G£D÷{“Ô"rÛjºDè€í¬MQEÄð[%TšE -JØõÐL.’dÅp1Û s Áƒv0ÕöƒXîË3nYv„cYåcemy³4ûW³ž+í¹Ör®Ò1÷Zqˆa´§-MlƒÊV†ôP©ÜÕ±:Tiá2hâNÒk5,½×ÓA¥ãl~ÔHcÓ­R°CÁ‚y&þp*CˆŽ6ªâB‹‹7èŽÌ‚µ?#ýv¡Ýä£`Oƒ®°: S÷@¡Ùì8I¡Ùµ…ˆÆ¯r'2ž²V0D‹ö1å€azÓ"ýý@p#®–¢ !ãÓBŽK¡ë sWˆ³0–ÕÞó+`5 B­„tàÇ<ûÇ ù‘(ÓÓ+gGÏ0·F xޝ4Q½>^”z죢 gÿ÷;z]lª^¨Û‚ûb_ÖÓ (² «¦9?£W%ð›\j0#‚ "&•9ÑÉTK On"²Ç0KbYDA¾Žêd¯µ+9˜£Ü.«û°<È·×éðsÄ)ªÙE¢…¢‹™‹ «ÙÕÕÅ,¡ -ƒi°—g™Eš½eNÈÑmÉ•¼qçèƒàÀö"QϵÖLvØúÿDT³~P„ s›"VV”&>¬"«H^æÒKýÿ/úwZÒÈÌ®ŒóÿSóµeù;µ¬:-XýU¥UÇþÏ<‡¿S©ã*‡*ÿÞ»#R˜‡Å(.è¸t\g…VÇ•]º(›¨b²À¢Z®c¨lÓ̓Ӭ”¶Ò¾{m¸ý±O噤ã®ùêXFœ€€»ãWÅ -ë*ö‘n»bßY.My.•Š{¬Ó^ü]GGb´‹?lPÕns¨\@-Õé¢Eİ*JéìÀïØÛw -{BþŒbOHŠcGUÄTFfDnΦ£¾VÇ6•à Ÿ³É;ëœö—ˆú°ªyædREÜ“å—Ëhi9‘Ôİӽޔ&\fÎXLƒ[Ï…šØ^±g`¸jaoG-Õ]ö4D'¯ úúžPdÝ®ÛÜ}‘?ˆÔ’îDDMɯž)?‚Ò‚&rp©TÏ”S½›ÞÒ\˜Tåµ+q‚„¹øóWÙΨ7bË€ë;Üi­Õ™ÁqÇ÷Êy¶œmä“}GŸòÕ¤3×(ë¨.+òÎByñGÛª8 X²2ZX³sl¯ÎêÎLº2­zÃry’³þGê„íÇòš¼aÇñÒ-UO¶ãž´ýµKul¯ ˜B,º>sz}=‹²™ý¿”ÑV'ðcØ:s÷ä¢?ÕÑOª7n·*³ï©…ƒAq§†s Ëá@‡Á¸;hÁ…'Úä+ísKɱ#h¯oRØy!¨ñšatåãºO -Î1 €â†Ëw­öXp×D žÚr¦ŒÞ¡…CÈc4Ïä4io®œè.§‘ fÐë5…ÓßÍl¦ÿJ;võGk&‘‚ù¥¸”‰*ÔètkwG7ã—R3CÙ2ˆ’¾IÑièÙ§¹ãY­Ø(޹Ó~jÆ}w$IùÆàA1 нqxRVÄô–‹Ë›¾š\µ82‘ÆxÙü§JÛòÖtµ‰êͯ`Còm>kÜ -Ø|D×jĤžA¦lEÖ¥ìU(®uWãååAÕRmWÈ«iõåP³ ,‚î÷¶¾™ƒãhHõ bîFÏ@m®äøÉšxQh‡ð*¯«±"¸û´ÆyDîJ,m«G\!^‰->(šó¡ -ë“»)ˉJ8]ÖL+²›XEÀ3’‘/òaõŽòÎ@1³]˜Hó,©*ÛûÖñ­Y<©xÑô"|rNèRÆ9L,GJNº"²ÇTc‰xJÓ@O±qkPd pëIaž!CðB‘‹cS/>¥ú—…•Ë?‰l ¼ôÍŒ:ˆúv|ž²¸.vY3³Qš‡ ›»>4áÒ›fyÅ)\M=€˜¹º€ìº1«Âíów}ÀDM…¼¶DçÏT15)âHìiØ›CØX·]|­¡BGðˆq¤Š»lõl:˜SªêÜÅÒ"TU%Š®QŸþõ—íèû=?jNß$Œ×cõµ=ª¬ÑK›MÙ3@¯½wG8ÃupY´’,qXpGIü‘ŒÅ¥cpzâæ^C¡Öl¦¦9’]hnéšÍl.udíuxöšŸq}(‡l2w« Á!< Ãûïø:íQv4w`NÄM×AÞÓóm‹l1^WDÕFº8±Jĺ<«È§ä5`ÓëúжÂè¼ZòuðÖ¼ÑÌNl œC1²ÑôVë–'µÿä) ˜Î×!2s¤*måÚ_W— a£(û§Ç~€OÃÊ£™+&ï/ýB½Œ|‚<K“QpÞ#"3rõ‘¨ZU×`ž€.*†U™°z ½‘›¢'HŽ?u#hU]€R²aèTŒ¨=æÃ'ŽØUIÄ.iw›ÊMXïtNhRCÜ^YØŠVao?ÖzÑÍ “:Â"ÃË ·Œ£0ôZ€îvve÷¼WåŽæI‰¹™uÀŒ3;Æé'pÑ·¶vöft.,ËCw¦•ª,Š1’³±í:°»n½íeúd׺«*çŒpE“.žÇçð°ÚùÛì+0 R⦾/;ÝÚ¢êaÉ®¸w£yGZ L<3>òøÓÚhiîI¢¶Z -uþù9Ø]í‘!г¬sóºÁ’¨º(¶¿e«-Å•,¯GŒ¸Ø[?&z°^ .¦xh^•MP'yiîMÀ–?>b}´»TZŠ[Õ­¼âÕÜ›‡}…Ð…$[š gWês¨°¡F²{І} =ke´ël¿4b’KñnÏÛç®¶-FHÒ%“-ºù,y{¢jcN¢Ó¹áYßx’˜oâøÎJ³‡R¥l ¼V -ĵ˜[6{ÐÂå‘3?¬ç@‘j÷d@)É!ªKÂ]½ Jl\º¥“"hé#¸)¸YÀX-ZBêìí¨¾Zö[ãò»D®IóºÈª^R¶d‚>½÷ÎY+^HG•Ê[ôjÜŠ5ƒsNï9*mÚ‹Í9¡ãå3ïíÕx¥ÙR•UÁÜËuu -ÑtP³° ïÖ—áƒ{<­³ `ïÓÙ¬W íÕ–Š)1·Óþ6T.kÕÞèå=Â_¶ˆà x˜ðGåÂîʸ_´Ð;%€ Ä„æ²Î ,–ê*7è<–EÀyÚ~ËT~—€mÞq†Ê‘©M`Ž+€îÓÐû“ö'p5ÂytL'º²“hñè†Ðq}ëïíX™4åÞ”#áÂ\æ®æ-ó?¥¢Z;p¼²lסBŽY˜EÔµgEÖWTí)"'GÎ"Û' o;½ðÒ®µ£Û‚ã Ôm䉪÷vTë_xÝr›*¸eBwctË¥­C?ÚQ¦’FUö[ªsYOÉU—ê.†ªåqî’§ºƒqoèsAlÚvÑmÞ¢h7³ïÙ a ¾k¶©1mWkŽe)Øò¹¼vˆÜMc¼º—êT¥ÆV”«4ôI–iÃQþE!ãb¤µ>ÛDV]Q(‹v·Mzõ뿦;·þu¯z’‰ÞFãAÏj)VQ‘ÆxÑKymgäb1dÓy}íDû”V .8Šlö$è:n%ÔÅØJGG&ÍñkR«ÑBÏ:…íuÂI`[ßîªæR=kvf(FY­ -týVû©cu™«³Ã7ÕO ?ŠìÌTÑP dò±)¢|ÓÞ¾¨°Â–·À -*ˆTNm¦àà¹låF¨&åvB -Ž ö¹‚Å]oÛ¨8}Åq­Y ÙŠj7ôZá’r¦~d¨ó}à=p]2ª„ÊÖ&.rBþ˜”˳ÍX_1)YºzDWÐÕ:{\Vï:ÐåøZ'NÚ²]bÄP:8›"“ ö4“<'ƒó< ÖAE&ÝU ÔP&;À§.@p’Õ–y·©íXt³le€ŠPІ öÍÓv,OˆR>Mš›-”E‰]EªSÒ\ iFöþ²Q/Å“Ú@ƒ4àQUÈý5«ŠÍ:Æ^;judGÓT¸L™eY{R•g­ì«a²ö–ë*¡Ôc|©(w\–‰«4ÁN/gH¦ÐÐiã£3‰¸jV@ÓÑ‘(æ¹q8èâG›ºOfÈ÷v‘œS„Ê©ª˜Þʲu]äº@ÀE•r4¦;`Þ3Öx ¯Ø0Ð+€pgó%ëaI0”p„w͈}é²È¦º¦ 0ä.©1ƒŽ´:ÑÍþ—!ÊæOžûJ¸PÍúú®¼¬m÷âÂj;PYÙ+ÚhH†TâQ\³v±2†±Ýj ‘gŸÞƒóÐ_ÊSu©M(Kg&h6Ø`ˆ¸ŽÔ]T±þбÆ©Ç;EÞ»bƒ™_ðÝ9­%T¡¦S$,­}Ížê~Ä>÷Žþª¥¼¶ëÐáH7ÓAØŽ1ÖãBÑË)ѼAÈ%#9BÄN¾9hŠ©UÂÞžçëVqNÙÀ 4YcXµžß§Çî`fÔjy ²æ|‡ 1¨©g‹dJ*. ³çÑM ß,ÿö.†¡SïÊnr^råpzE ÇÐAùŸt ÅJu¹œ†”M,NÎןz -?;bÊ Š\¦“³±ñ+p b⓼}“7˜ö©±qõ ¤<åõŒŒòU¹¤®PáÓa\‚(c{ ¤I!a‚ìe©ü8QfØíÃŒGÇJ+ht¥zã­2Ë~’h¤Þ]‰ÚB#A×"4 ”'4<íæ×ðb;‘ë²ML9Q‹lVv]5 ¶H/G¨Æ¤¨C%`…FWºÐ*#+Æšœº´}Hr”Lž±°È” -"=ÆxmoõŠ7S -LN¶Èv<‹ÃUg{•£Zsx #ŸJ&%rÊ´•Ø$w@¶•ÒªÚ`¤*A ¶§]†˜Ê·UB²‚zöü(Y×Dí‚4/„f*Ú —MDšÂ -–¾2—…Jd½ëïE× CY¶ëj‘Ò€ú%2O]ÎÃ݇0¹Øñ’#0â•Õ‘öÐÿ;(¥r=ñŽéÝbLóDÝ,é ù2î¡„E½ÚèÁWGÆT—56ðáHe‹5òóö¬\Nß7°™¿P”°-B¾OÑ9„0ŸôؾV”ÇVHhÎ…W‚„´ 8Ð{Q* 0a—°áôº¶µ:ÔN¯©É~xïÒ\Y˜¶™†M$UZõ÷©Ž5tx0ñ`yRuA+oL]Bµ"Nú5¨m©¥:NÚÊÑ\šöVQgü2%2x/ûNسÜàƒmE#s®^ÀWÝú#䇧3„™‡òUõ¥ Œ*xi«°#@ TR=rH0Ó~.Y‰•!™|_„é1æÈÞ‰ŠkÖÐÛë‰nX0VÜòd¨È¶…±Á/ç{=ÁÓÌ)ƒº”XÇ¢ÕNQ*¥í¯ØþÂëul}5C›g]¾—H{ʲ{ëòݤ’·3~µ˜Q†ífãp'`` é"Û"†þ÷.Fü• vL,²çñÇSGµÏñÙâôH !2hëÚ±‚޽ -óÖã·Q%p} ,ÙkÀ¾DZ? #aFWW޹ƒÇaæ Õš½tÞ:ŒVW‘ãíd>kef—W‘õ«ã‡æÅ‰2IÙfç x*Сn‹v¦Â P Õú5z8ÿ"“×Ã-³‰rÈ=)ñ€™ä{~ÈJHðØxÙ<©Z·§d%e“¯‡þʇ;Öþy«)ÉXR²dÈ®L(ˆÌà < ¢ìØ×@Ü_$å&wáòî¶ëm_·u¶"2‹ Ÿ í]ÙGšD¯kïoõy–øæÂÏâíi³æ9’²šSTÈ0Én'®|%ª7ºÅ’@¥«ªnèƒ;hpU§ú=E輟moƒÙ%&è ÇtÜ*{Búäø˜âÙ-² ,"ôfDeðM0è†L` &&mÔBÎÎ8èHw¨¤+%(»‡ŸËžvÈfÊ3Yá`a•½ ÏCÑ ¡¡ëº" iF‚ݶ6qLŠF!ã‚t/ý6A§[ì¯æGõµ•nT%qó¿WL":bUÉ‹¨£qˆy8¦+VCòÃs†òš'cåó¨Ça.l1ðêÙiÒR¤Â -r‹³Šú‰|K“`ÂˆÆ -½;Ò ×ùoä)Ê„ØC—.¼ŽÍó¶·´øUîoObŠ­ªî¾\V8OÛ[N±µ¡iÖa;l7§—“Ÿ £vàºå¤ýòl1T†­K!á‚FL³`P{ÙÅž´¯8w&3!#„‘è;EÆ.»\L»H&³5p7ƒKШ®Ñ§£—_˽ª¬ˆN®…xÉú0ƒk?P9ì 1¢6Díƒñ–KÿY£fÑL]S›2£¢9sÎÙ©ázt7ß„^ãE¹&›š¤¼QxÑk™º}gË3Á¥nÑ{$¶Wü®ºƒD Ž`½‹ÀEõ?3.Bø¨8.ΑØâ† "׉ ¦"=d©Ñ S€L®dÚ3kä"šõÜ]n¹þ*™¡.îû%!Љ/åÄú.Ú…Cè*Šû™D]wÄ+Ì#®Ïµ5ËQ6ÕꙋLç£ÈgóÐc¼f({²Í’*ÈAõÂFœ¬l2üu6ضVÄÞц 318Bjp[bʸR‘PÁoOÝ"ç?‡ñÊÛê3œ^CBnø7›Ð>™:ðÁ{ϱÀ.7ͳáÀ‡K¢‡© - ð›§ v¡T5%Ÿ ýMÎýù“È9í>ÍF>©MpÇSv;Q0A×zÅ¢LSˆåp¹ò©ž¦rvÒuÒ5ÏyðÝ\Û¤†Î¡Â׊¢›ÛxXZLy²f nm†Ý£\2ö²Ì²aµƒàà—,¯êt L¨ÏAg¸:yTr|;_Ù†ˆ @Ì|ȶŀ8ªoRCÅ“—•vÁí Ü<§"Èú•‡3Öc¡·°øEË«:LJñ@J³ærMØÄ¶ÿççbp(aEE½™ -ÛP3±-¿rÏ´=[àLú e„ç!¸¯`dØz·ŒÖõâ—0ß"çd¥”èl9[Eê -‚!Gj3ºaÆcáõnȃλDžüî©P1äyÒíˆHrñՆѺ@¹&C9)—Ä,+Š&0VÈ,GŽ€ÚÇ7•xX{—´åNr,“Øê.÷%j¹€R|]Ñh] Þñ<°àõ@C -¿4±I‹nMR.œ!ˆ7×FžxòH¤`fJ{vÝŽfÃN+Õë¸h:fRw·Wlh³‹NN`¯Å{i")§a¹D-ìÖ”Ë,qÇyø¿ïÝ/?õåïûÇËŸ®oðòñÓûOoïÏ÷Ÿ^¾ñÏ?¾=ÊÝg½|ûéãã§_óz/|ûúöËóǯùøçOŸþöùÅÔéÁÕ£oŸóáõùþãÛO¿gçIt™}ƒ—o÷/yàù•‘¿ååñåóõƒõáÓ·¯Ïæªæ,3Ýû’Ç&Ï`äï{ùòõ3׿ûóÛO?áia×´æ~ϯùøøáõíÓ/?föÞÿpÇåü´×·Çÿ?*[_ôÃó—Ç·Ï÷=Šg^ú´/žß=¾}>`ïúæùÃùþãŒ/È0åð»½|õxýõñãWoï_~øâññíÛ·ŸÞùkœ¼8þM/ß¾}ñüðüíóóãO÷Ùû‚Ù˜7ûðËW?÷Èþ/ÿåùí§Ïß=ßš¹ÐÓšÿíá#ƒNÿ· ñê)û²^Ä´\D–±Çô*h_F¬DV¬„"û¼¦=û[2øXöˆâõSÓïMl{ýd¸Â`l»S‘=µô{DÇ’bs5n@[ŒpÍ<~„ž-ö±®Ía;Ôá 5½S«·_ -úŠ §<+^û®Èòj‘O,”Éö/Z|7Žyç•¢«-=ë¯×ºío{d*+#¸—ìùçÏùññÝçoŸ?þáSF'ž$Êó`*ÐKGA7qoUœz~cO6£·o×F É¿>ç{nV¼Ó±¥+a>µVǃsL“eœ$:\®nÖå=€OèÔ‘@.q\Šî»¸ˆ›½|ÚvŒ; ‘Ý(d|¥…7¡»Üèņºܨ\_Zß'ð%ì.EØÅ©!~8kÎuÌ“ä ÛÒ·O¸ž')‹> ¢Hg«¢úÄ;+ºæ3;Ú»ÁIÚ#K-°D$Sæ¯`®[ÉÃ×ìMól±_ÓG}»e4ZÂc&yUˆ.-d3 '‘Þ7 ×ïîDòUjž;Èvè­Bm‡¤œL£”Ób^ëvÊË’UŠ IŸ£š4F^R]î®…0ð -6úîPaÕÇ€¸r­Ü,´™ïïwÍ»‰Í‚ ­ÏQö£ƒï„»õ?Î*Ÿx^õŒhïPÀ·ÆÓh¤ua–†±D'd™v`yþVcu Ñ›¹¹Õó\Õ%eRôÔóŽ,o½»•B|5š¿õÒ_|!Z9©;ç2ؘìöÇUwB´ÿ¸Ò%™·ê‘Ñ`:bó)BnvÝŸu4<'ƒ³Aü)ÐþP´-^ëÉ’ÖVûÝjðZ:Åõ8f™§É Ü€<_’!o¯)~ðä²|·xSe@Gü]µ‚ò±Ì£skM±Â ©(Ç!%Ì×ÔV„Pl³ñíáw pýþו.ÉLüRs¤\[[)íׯî=WQU  ´'–>Õí×ËoZ•‘r$u£w3§Ó•€“ÊZ±K{wó×"ö²Y¹\ß1Që-a5­}Ú³ÕOY¹.ç Ô<¿OНqtÛìoVêÞ1Sëîi°ñ=·¬wÇ:ÇÕÖiVˆ» fóýstõ‹R¬äQ‚äkºœŠ@»pùf3ÛÏóÑQ± nºÖª7+‰Ž-µžlg3ÐÆ˜ÇµKÈ”žynê¨cGWÄ|êË|ÊèVN•]½š¥:QYð¢€à#Z³ÕÚƒÉ7YŽÂû“ÏNÛxÇu>è€Ôc´¢kyv΄-u»¦Žõa°‹xKŠÅu!ãr¡'ÊrÒñ²sfÔ'zHxŽ@áùø¬"ë%Gó'?Ø{Xq™þ*—d¦‘méƒoÜÁ1GSTZaÙ‚¬;hU#‰—à£ØU“Ãôª -­|û­ºYm»íE3ßÒ+í•kø~Ê•—)œŽeqt  'M7•½íÛ€\:øÞ Zú¨¼{%…ÔM‡èÊÓÕâ¦õÿˆ[-Jý§ï¢`-—þÿ¦ï'u˜—mà":rš$$Y, -3L§ê3ÃÏ-Ý{'Es•"¶½y)¶Òµ(`¬™4ÍK³Þn‡%‹rÖ–Y¦FÉÇ“låµÇe,!hà3ÈŒÛ|Ú«‡¨Å&2y/d¦0í£ŠD~FÍ“ó‚»g(g¯S{_ܺ±D³šÇ^é§óòªw¾U””ø–êwÌéØTð° Š0-ŽGq«gTi´ÒžÆŸ÷Ñ-C ˜qó„ÜO&t=lÛ=(ú¢{8~"'²vû -kArAðŸ'º¯®ÐL©Gê)ðfÒ¶EÝJ‚@×ÎM|Ï•.ÈÝOÍ­ôÆà#ˆô'.‡XülÕ{í¦i[Í!Ș™ˆöøÝ‘¢EŒ8¢ZÐt¶G! ]ã3Aš÷adæv®Zj"iJÃÉ -‹±¸[^–ø9—ò˜kÎÚ 2b{g§»ýý—T~¶é'YÞðuœ/³üÎbÀ¿º›ÚÆW˜ìXw9<ÇUÜ00P¶¥h?lR5.›O Ûƒ¾ÏM?#00†h;>ÓIžþY›kz™o ±zÿ3-1ÁžCø)ÛtËM²a‹ ]­ ¸ê͇µ´ ù{¨ýÅŽvê™ÌÒ oOÉGSØ%c_NK™·W® 9êÐ+¨tšÅ”Õ8|IoÛé¦÷¿’ñëUÀ‘§Ëíåô’ai¸J˜—Φ¶:káPº^èˆxi'[“à~ÚþÜ+þÅ9õìh[ó˜,Ö ìÒobNïÝ©ªr30˜´õ‚~­iWÂÁrèO"¶¡Z[8×= 6Å‚ˆ¤-˼œÄ.™~}çCî—IOo÷ÅРV?v3÷ç†lËÿ+úªýÙ¥N -½.‡'†±®;¯¿á‡öÍN଼-H'ˆ]ú7__øòª0HqÍ®òZ•RÑüÏ»ž¡èÁ޽ðÝÈëä›óXͦsbpä¹ ¿a“Úú“¶MwøÛØØ)Å™ã: ÚÇeìað: 4\uDæ ÉÜaÞ[Èñ@&7ÑUgqb0*'['_8¶CT¶¡©‚ÉNî8гÞájé†`ÒðÙTîKŸœ–“¬ŠÜ'Yšn¹ $iÿÒóFý¡6nQò»=¥™® ÖkÁzk -÷Z%Œ …ÕË[åD¯$«Î†¯Ó;>~ý[h¦ë°¼«r1a -€3§ [f[uèÖ¡¢â1\kÁ›B­k3lvPuË|lgßfâw Å^6sæqDþt]ɧf¸wN‘—Þ l =sÁ¨5AÏPHDN6.xp€ð„tÖ˜ €5©Ð0É2¼¬*[F±o0i¬â,Òºd›¥‹â¢»E1®çhlÿ̆¥Œû@¦’ ‚ªÌZ)‘ò£ð¡\jñ ,Gã³i™@q9Žòîô˜FvRïÃå ˆÛ°rIöÊÊ ííñÓiq„©ã†É’M0»¢®ú²“t|‚#·µc±_”dgé±!¹ô :ÐY¥e ˜“y\}Àf BW q´¿OãzX3¯5’fû;’9ÓEp®kyêkì„.H°eu½é|¡²œoh»÷˜¥‚(¦£ í•ByçXÓë¹µ)À·Ú¸ÔˆªOakT<76Ò ç9nÞNUá èOá'³b{€¾]”¡•ÓUl”ÒÇU¹7µÞš»o[ ŒxÙ¤Ôáõ®€³ôÜ Ñ­ÆðqsõX´ä¼è”2È®æ¸Ô•ÙxX¦KYªü?õõöÆóú{7ÞÿaÍeL"¹.¼KÓŸåQ÷f/3ï5þt~xéwÞš¹aXÈÑ&ÓÒr¥ %èå åî^"ð½\îF æ&Û|XÓ* ¼ž}©pÂHÿ²ªÇ? ¹|mNÉ›òAm:ÆÛ‰8y Çt†©[ì;Ý›ÆJðLÇ<\ d1,H?~?™P¢iÞ} ÃQ—ÒŽdðZriÌXƒAü‰<æX„Å!:ÙÚˆlC<‡BJœOóµØ8ÔœŸˆÝed^o±‡¹]橼»zäÚªIÛ N½ü*ëÇVÂó†Œz+DxRJ¯I:”q¶òù‘÷@Ö,Êe«D¿jç3×éÜå -ËÄÖnjoà›úªvŒª# à¬ãîVT­æ4`RûÝ å…ò7ÿ˜å¦ìÑO׳"£@‘y3¹ æ•Ãi‚"]?îmö)²Z‡µ¤[]‚êNë€d& -ÎUÍ Ö -}n‚àA@Öj 5ã)ë, orîi‰í}A+U7E.²ºÙVL -ÀãJBÇ{J!‚ÞÖxˆžîtþknv™€?0t|ÞôžlJ¨>;$¬æ©'o@s}ƒ%rfcB<Þ[.œ¤ä¦Èr=_S ¸Ìˉï-Tw2û±9™EÄ¡ãZáö”·“#H§ˆ“¦ŸMÞÌ©n¸ øœy1‰•k$/Œ>ÅFr¯{‘HŽÀÄ0Ý‘î¶ædKòßcÈ­Ã!v]?œtq&÷9o€½¸T`8Åo8mÔÙ3LìØ¬÷ê!Eœm´™qݤȰ}˜ê:“¸JïUp ½axÖÑq°ŽÀš¥O–ŧ dHש¦ö ™o®X92:oÀdžRCà§sE†íÎT7•ò’Y àµQ}[wÁäbØ~«”Ø @DŸP­+ðc›ÉC?Ù|,s†€¬¯ìÚÛ!ÐÌ=ùúÆ€/}Ø–£„;ž@sl`ìX¶AyªyQ"r!À:®E`‚PÇTAæ»T·I)ZP0ÑÛxO6a‚š!,h›éß5Ãz¬Ê Ö¥‘O§¦D6¹ŽàM¦_RU hC€^îKÿM6„¨&4A„ÕCx°öA6N -?C×UAßí¶`¡$¿oŸSpAöëÎ÷ìñ<ÎÅÜnv :šhOMØáÕyŒsœ‡®Ï³0ή ‹šŸ¨íCè;—ÏÄŒ mÚ· -¦>8TS2#È…©A~˜$ÙgMñPÕvAÔC¯¬d¡HG‘:¢ša:(©¤ÕðÖ¢Gv ±=ÅÞ„mT}L[ÄH!†  ÎÃ’6™èâ@jÁDð±%@*Æ#“] -v -½Z5”C¬GfQFC&›âÇ -î©ØÅIÔÏÎ{qá-zºGö“:0ì@fÏ45wWÉ@Gúu·ÌGê¾Kz_-ê¹ZóÌ,·Ñ3–òŠœg_a?…ÛÐnþû°°&h‹]CD+½ŠÜ»ei=hf›ã[Œ tÉR1‡ŸîXlôM\ÓtÓµV2•°6aÀÇÂ(džÙ>“Ì›Mج„!ºQ˜ÀÁÕr¯¸Ž~dß1µï\ÛÍùxºIb¯«ã äÑ…<,ÞÿÂÔõŠ=*QÁâº\›tÓþ¼™›Æ×Ÿ™gUl·rÎ#ä1TòKim§Xö}S8!è¿mc²€½fW]cS“ÜS»O½µ ÐÅ - <'ã´0Aî23‹æUîêÇ[à;´ÅÆàÿ£]Ae«™R&ÿ?·fl^±²0¥í@—Vé´3÷¶LQ@Ó—˜ÛAx°Õ°0òœÌÁ}gÍj'”8ÓõiUpã¾N੬«}Ü✠©\ÔÃâÀ÷E;°ö†"Ë…ÁAçT§EdØ%©0 ÷ñ_:,uÎb7ã‰òç±”²âc¦·†×)úIVacSÚ’ñÖsСÔéyO*¨¡­7­ò&õÀ£ðf/‹ß&¶BLÏ÷HI+ Á¸¨%°•·eˆ‡iª ?ˆUŽ¢á{1Á¶4OvŽþ4HG²åª‡ÿóG¼Ë1z+…TøOvú½Ð,»òc™hËŒ„ P“ú¾ ²4/N¢nˆºE+²Î>õ™ëÒm gd­¦¹OPñúÝ3§t`Xn—YúÞŽAÊ­M3:‘ôP"¦›Ì§ôô7Tå“ãå;”‚Ú–÷ážÙ²*‡ÏyÞd{îêŒ[,>FâHеÛvctºç«1Yú÷ÓGÉÁ©4ï„j’¿“—Vë‰uñ`Wš'˃r€Þ˜šŠ¥í‘êüWsô=ˆ˜qÓÜ—(uéfBV -¼nOèù¤¡ƒ’bP ¹¢<¸AÖg·ÅÄj׋Å{t1Ÿ†¯wŽ…bgŒŸ™Fxq0q+Ìÿy(YjyTð¡õ¼ó,á¦X‰›©ÇçÎÀÒ4—ª¾KyÁë³Æ- ÊÏÜ@+ûާy[„…MûfŠÀñ+#ùsA¡¤dmÈu¿üÑ.+9¾X´R5ÈH:Î38•ù± }Gë!­«TŽyš£Ó>g$—¬5«-²„PÞ”v]ÔtfÕ§í¿é?5 9Þ,kÁµÒ'Ss:f¢¹'TZ¥F-ðÑ´ð^l·…t†€£W£"‡Åò­‘ÍOØÝu -€94efŸÅÔÕ`…bZŠŸk1TúΚâ»Ö%#ÕÍÏéç ˜d[¡I 뿈²»ÜŽ'i•&n¡03ž]]jW!/ÑtíÉ/š§Ô@rüv¼$ÚbG¨yÉÔá~> Ìœe¡Ùê2sïÀ4y÷„ª€²òsÏÝ]I¸yPøÞ…6AFºê&H‚L¤H%”« 6G (;r -½îܼРATCr*×-P(}ƒ6àÛÌ–¿|ïÅO©›+òèYÞlµŠ7Co/*Dõ†EP4–§º‰q™?—tkO´T ËÌÞgÚµÁuÑwæÖÁì#¾ÑøSAÁ[p!(Q¯ûæAMóU¦› Û y¡$ÛÄΠL–SDvŸ›ôé0XâcôÌåÚȆ€ÊòM"ë\Ó ÂD—™ÏàÃãƒ>ù´Tt+E¾vñ.DžT/(Z`/lû•Åò–%ú/¡Ùtö\õ xã}.왽‚¾S»^‘ªZYV O -õNJ*ÿ©¯íU}¦òÕÿjQ6[Üšb§³ÕÅÑ1 -L›á½«ËäpThT $N„Ž_ÂETEÒÌíªj¹@,ÅMž”ðÔõé~¾-E-êÍ/u†š›ÞŒU+=懾‹±PÔ•F.ç ¶+»ƒËCt´ÅTÝ,c­°âÿ Sz6+gtò…bØ9×Óðâ”á&16ç¼Líx¥ãâ>žü®£ „7Þ†± Ú>_ö ¤iݪÙie Q@Ec#uÈ¿ -pšÙEí0©Ý¾¯ ïup¸j¬…õw)ÐQ´I¤‘îÍWÑÑ=”ÁÇtX7„½¦ ;ˆ€Pj^Œ4cÆ­¼^(‰<0¬ª6Z‚Æ‚ÐQ÷ ¿Å§—:^à¦dJ1ÃÈžPmTd87DH“•Ò%è;Íë`Nªg¾’”&XoÍ)µÜãF5öÚøR5 Èå€þ%¹³<™’“+(cÒ -´sñeT' -R±¸µ¨…¢ã1úNKûâ úÈîpz -ìÆbàZÍ>µÕ„ Y·ìßäØÔ¿ŽT,Ï ÉõÐÂdó@Û‹±G)‚î}Y=æPÞv¢cktºÛ«q¦ÙZ(º»F«‚%¯*ïuè$…]òþ®i±ØAf &¿ .ÖkFÃPš°W;ÃV’(O¥M3¬Q¢ÐÝ©( -Pw2'2áŠ`@ÊОtôìUà]•½Ón8DOè¨xí»¸£27ZþsQ\Û‡0Q÷9ã¯c=’P\Ÿ×ì˜×QÓ²y (þ±e °¼H©¹3z½&hCƒ+ /ZCró¾Šu_(Ã’^m]÷µÉ¶ÒËR?‚?±©áë^ŒÂV Ìçqè -°ˆ«ä¼ô3´xAç‡,Í4¸œôfYšwÙG/8¶g•®KdH¨AR¡ú„46á•A]T;ʸ”,êÕ]™È9Ü·VÈ»g&õ›ø`÷$¥©,Õ(œ ›ã-— aèæ(1¡>¢ QPë…<„‰šLŒb–ª>_© uró\p™øÒÔ‹]±¥A†1}áÓ§¾øÊòdì3×Ûš¢«›MYFß'"é…%O›lO%Y}' ße)"U ‹]d¾¶áA³Ì>É:Ô&vÜ=UÑÅ×½1ü:ñmTu½q;fHuÆÜEºªš¶Y+ÌÙÛ¢¢Ç¥>‡æ9ÀóCág'dì+6;çñÉ4¤-°¨†t6¦º\²>ƒ3k_a|ÚCx"-«XuZùC:÷Ê6@ó Gl!Îò”Õ°Ü %|¥ÚSïn-Út—€PP•ª½tÖÉ Å~æÅ°vˆÞÐëXf>ãø•R¸fb=EM¾àµëõ•y'›«IõÔ! -LpEèÊ&†žLÕÃBH ÎqœívÉ<eè>þÜÑuM ÿÐA‰gbŸe¡I^TÙM0_Ž$¹ £l’Õ^{&^Ž5 BYFçqœ„¥ñU@§ÄqñŠÞÕ$µ¿šÕ~ÇìE Ž‚³·ò‚Ó ªÇ¯+×a GzÌãÂwÞ *¹Ud.‘4Ê6ÚY9¸ÙÆkE ¦Ó%ò^y]Qؼ[(øÚ¥—Ç{=r¢|Q-¾ghÖMp‹Æ4yh#e:ãôÄGp²öŒù¬zc-”~Jjºâ£-½Ë#Êïn0µ«¬—9•NºÚ¶V8Ø(£¿;EpútJ¯ü·OXu}û3äC§t‚¾ÙLl»Bz(Oýø¥àÉØ‰ X´ÔÃ Å„ê˜ -žñÄ€&xÑmP™Ørõšô¡‹žÐÃò-×Kÿ¼è~(7*‘ÜÒ+v•'Ë÷SªEÀúø@pÙ‚«,ê«VO§uÂíVœ žÒÃy¼˜3Ð¿Ò -&6o Î[œ¶r¥Í•Ž€Ý§“ûíu¸á˜é@Ô»Q>E#Hš-¾ÅGgäæ¼|Û©AÁJz9»À_žuPhuÀ°«ƒ -¾c4®Èn©áè®ïqD&éÍm%ð2›Iu+ -_¦o‚Íš ³Ô¦gì†gmÑk$²¾œóe`ůèÝv2ƒYu/:\0ãW(«qUø‹¼«¢`X‚=TàN6F$[5Á^4¬ÊƒV=¼W›„@òôùÙ´8+é—DZý ØKŸµÍ²¹=5!)vJcü[›«O³A!|¸P;D¥Ëý:#@TË~GV••)‘ú37OÇFuðœu"=`>L` BXÔJ›g ÏmRn˜³ÉÑKSk,ú a‚<äíÃRˆNFi›æÐç²Êº!M´væ–g³ÜTŧD´JsJP´œ8©½ÐÉÖ†£<• Ž Ç̼=D¬ýa“¼+ÉX¨r¯Ú^3¼wUB {F4Ìm¡‚èêN»$àÍWƒ˜ÐF3¯ê-®›./ö™Sð½d¬CÉ68%ÅpŒ¶¡©U+c¡HŽÀq†wñ‡ûµ2Ü› V¢Î¶)¶$`}"íÅÁzkŸðÐìØO¾ûÀ\£¡2~ñ9ÚŸmI¿›7»œoq·¡ÛmÂ%¡¬¯˜æ_Ï«å$Ù4„¥!]{,óÅx@B•ì¸jx!:cÕXQE5HÃçCÝ€M¶*ÿb'ö6U3.1…ùèW`%‰á%…¤¬úIÑ~EåBhHä˜ÇeéRÚÕâÑPfJüÄ4õRûBN}{$MôÉ”ý†0¥òWîdD&P¢Ø2ðؘT:Qû#§D¦Mrö ´ -á»-¹…ÓwU[/ªÆó®í}{ÛðM¿á‡‰·^Ut¤*ñZü“ÌôKàŠô€ˆ¦° D>•ý6芹Ø${ã@ê¯øU# ì…kRE.@_í°¥"f…nâ+×9Üë—bC1F6]dŽ<‡úÁ-+:‰ûÐaAÉIíÂv¿}«dÉ‚cîvùF€¢‘/ÕDy(g­ÚßárËHŽ›†qUf÷ëžO6X/(xU0ï½ =—["ˆ¶nÓ¨n@=)B/Т:ï-¸!Ÿ›¬„^nõe¨ôþO˜hùºϹ…½ 1s" ªØH:ÍZظgNéáðþATÚòKˆŒO« Ö[ãµYfÌkœ^Ç„^ÓRd±Æ†Û?«’û¸[wƒ¡(<×eiiÄ‹‰{} :ÙÆäóE²…u±:<ÒóG©°§Ëƒ‰”d[°LðÚ -âV -ÈóǬAÊ=e§¥Sb~¡7­Ï…ʶÀp´å0mÐçܯ+òsÒÚ§`GR,×EiçF!ï…Û¸ÒB˜”Ä'¶šjpÚ“òô.¬Ü;Ïe·ô¨³:Õ²Ô&Áu¼Yó°‡}5åg]øcêWX¶Ï¬³rØ3!˜.1kkô2ŽSQÏSÔãñ%}ž[·ôƒh2^]bƒÃf‰_a¨k¼eÅèVz9ÇEjpýª Ú7àKIÄ»2K®âYå_ƒ±§)gç *ƒ…³ åk–«ôƒàeÝrR.w°m -µdÞø24ôd™Ü í±:¨ pÞM_ª•—~.I¢@„¥¥s+…?ó†1úß}×%÷µB`m [r‹9%1…CE]©’0…·ì” -b±sðµ?ãÁ¢ŠÝ¸é‚1B°Ùi©+ð³s<ëà–BEÖvE6 Cžä<®›£§Í¯hóèÞÌ:ìIÞáPGœS£à‚tm&Ïq‰É ³ï uܘ“äÙk·E9t‡I-/œ8ÔóºX*­B¨è‰e«×8ïI!'ýH;d7ɰ ½~}h˜Û ë-b½'ª6™Ç£cïZ÷‹'ã¦h SÀ_mw‹í6ê—wÛ\£ÂCجÃ$Дhü« Ï5ÍÛOq¦vÍÜÈ`Ý`¸·“þ[œïç Yõê]-ƒ -‡PWd£\<ôÿˆ¢˜€"d˜ÛÞ—Ô¬Ú€è?ÞïJw–›:·ÀH\›¶—díõSÿ“zÙ.Ú³, ¥Ï<¤1’Œ¾ÃüÙ ~ãMsJc k4u[÷^ý¢¹ÚbÓ¬—öœîýi>|OPc`1ÉÞsÆ’|Ž­íN: Klù_¬4ñž±Ê/ŸºWoB !P2\Írb¯ -i‹^_è²ï¹«=Œª°æYô‹íÄt°qi =z|3èdV -¬¥²HJΊ)YØÞ5 ×%¬uu²ê½rÅÁdV•¸¦»âŒÃžiß š¹%ŸÙ6ìw×±§ù*?Z{W“@ªRu„bNoaÉ’­nÒ¤`;'Cº·¼“å@Ô½òu!vã@P½eÍ}* e[,Ö-v¸U)mhb¿gL“cqlV›}’J ”f1q½N—EX’†\«•Hè` çê½YÍ7Àù›‚OÁ´?‰¤Ëy i_÷´9;‰‰2C‹"Œ· qW+W{œôà¬i1<;è’.ÄH³T¯¸ÂÝØ'š£±ÌTT€™Žå“ Ø óv1”.W朂®ËØF`…éJ4óèBoC 6’3½l°5s.é¾üwÌýÒ]S+´Úƒ=Ù…Ëñ -•1$d‡ÛÁœ³ÿizÞúÎÙ` èµM-8_Þ% -JEè -ò7ìì_(´ràHr¯ƒÛ™± @¥§By*t©$t€V±àÁÕdèB ”AÎÑtæ Y:[N3'#å^BWŽÏÛÕPvûI²ü ÄŒ ãì­-”xû$ù”;¢6,! ™ËN3íº'\Ô^®zìgܧæ[H>u_à]¦Ê0gG Ž1)~QØvP\¬=#¬8Þ Òf*?5`kÉã›Z^1 igw­DœêdÕÿî7âº×…%¸tcš jˆWV)m”ùV“Ï;Ѹ"H0m¨tVܪIÌk›È“R2g“kS¢>tçÿüã¨Æ+P¯FŸØé8,F2Ý:ô÷05+÷ˆë|ïBT8G"ç¥G%Ð}÷›²îC†ë/³$êTi­4΀–"œ]>ä‡nÓ±b £#öKGÔÉZ[_!+º < 6ö”‹Ü§0ó­(Ÿzþ.%°‘®*;üoöL,æIT‡¨H Έz4Eî‰ÇhlFƒ F¦Ù;€T‹„³ùÖ˜¿µQoÎ$ID˜ÊÎïuÍ®Q…íYL¥S…°Cøèîºת@·o‡CR%#ƒ[k@ñ¢Ìúlæ[pþ¦ã)ÐI+Ôäî"&‰Ç—Ö'á?÷žm Zv6¬£‹ÑBÑØõµÃ<ˆ^Cb)b¿†D;\ŽÙ6â¹…ÄÆÍÄQ&P/b ïnÙ,U!|@P%nƒAƒæÙÙ++)+a•Yެ:¿o±XÀÂ|¢¤©¹V˜TI{ì0gJYñ"—c«0(rÍ”›0ýöÙú}ãП†ì§}cƒrÞ;ˆ®i×&ë‚ï5‰HgpƒV§}õOÔÔ½Uå^0 -b•›‰áz«t`,ai(­ÌÆäyAdpÉé *“â±_±{@ן_vF$޽dC@AiÃ?ZÊë¤#ƒ9›Wp…OJÉëXgèíbã2RÍ`ãƒwÌ*¥wýÉ(_ˆtP¼ &Hˆš:žŠãƒnžA ËÏÃ:YÁi 3«„=WÉ¥\¾À-É”œ÷aqÌKvp7òyyN»ûî€òiÙ³àl,ÒeÓÛq‘ÇgÐ&Xœäa -®ª †Í‚(=´€Xqδ ªã~ýðÙ¦’8b×0äÌÎ鄪à¢Q€{žö«† ònÜÃÃV5cÒ`¡«åÒã¿·÷äŒÐ -ŒV¡,-—ÉšŒT"‹’Ž‚·ÒÔEb ¡\DÝ'^v"”¼¶ôGj=϶ÂxüÌ<â¸ÓCN#ÝfÆ?㮬ûò`Å3çî -<[¤ÍiØ’×}J¼t8”¥í‡h†£EVŽc>œ¶4&-Æ—”0¾vZofÖ†Óðä>¶2$# ™3¡5+9Š˜ä(<¸KD,ö C´Â‰£j’C»¯4ˆqÙ˜u:õãÈ>üXhøh‘ðß—#j'{ÃWèI–úTÉÂõÁyb‰v8³UíR´¡áh}iÇó…-btÑÇ Ø‡4 ©“@X)¿¦)¯0:Œ“»ª;º,JÌjž*qÕ8Kkq¢nµªÒÊÉ.»ÙQûɤ¿ÓŽËHYXÖð®·¼÷¿¯½#ö=ðòÃßþqùãþY.ϯûãöø8?÷¿¿¾|þß~º½ßŸ¯ú’Ë·×çëÇ÷ûU—n¿ÝŸ_?â3o¯o?;ý:à¬ØúÆÇ¯xz¹=¾ß?~oÕy—kÆ>Ëå§ÛËýúxº~JOâvŸô.×O·—§Ê§×o/·÷/0£ìõñy´ã[|”µðé˧—·Í'ßî×mÓŸ’êxø5ärûíãýöÓíéíõ—ÛûÏ9=Ÿéßwy¾¾¿Ü_¹~þ¯¼si4.ä¸k~ä/x¹_ÿûˆ‚_ö~ûåúíöxþØ»•þ…—o?]¿Ýþµÿz{_0LEš{]>à[ˆóû‹>_/¿^¿¾?>=ýx}¾»ÜsªïÑ}Ÿ}âòùõû/þ³¿=ýÿö²ð$œ<ƒ?{ùvÿñötûííöüq}<ÿžÕ5õ‡øÄ矺þ+ÿØ/·o¯o?ÝO÷ÇËí·¸8=xmÑô_ûîGO¸å› ¡ Þ]RøÕçLÂŒ æ§ÃÔ°à ÅìO™Þ“.‡Ìá¥f[þ@>åëþèÒÚ Ì·&ø”Y«Ö½Ý^ß¹ûœçøýãýþøt{<ÿn$’­ 1Fƒ{⊲ÛB”lO„軿ÜÔš´|¡fÓž$¢nl‰§Å}yiÇÞ4|´’Åt£GZI*ï •°‚rTOzÁ©¬ûC„æ¯7À‡–}ŒT {ß$\í–ä-û`Þ©üÅ š–}Áw¼šKy\Šj°Û¹{fè“;ˆºeÜÊ*©·ïô5L0 Kûª%¹“‡­¬–zûNoÃÂþ›É|ç~3/u‡Šf–$¸­Y®Ì ͬhÙüæøß‚Ü}=H¨r³È½jx{~Bý¶ó‘„šY°kW~…ê#ÙÒÚš$ wFûÈÎÛZ Ñ©}§Óas†óQádÞÌÌa à‹—à…¥ç'ôÞÆ_ƒ¾ß9„CŸr_›Ù¹×o3×xîÝ»ˆùABfªgÐíIw Éü ¡ÚšÙï”—¦™™¶½ÏîØ¢™5-û ^¯ú)@ÕóK ›+OÏ£àŠQ9Ý’ß[D0ŸLWñc²®¼œ¥|ÚÉA;¹Ô(å~¤÷?O0ò—‰3 ñÞ_Jo.o‡YøY–\'!PËFxÎÇ"ñxxúªiÇ]; -‰ ÅRðóZ/»$n_bê¸Ð ´`%Õ8}Î{­1tŠ…ê’ªÉRc2i%ù¸,š `t§âgéˆÜÝÓÇ…ë)´O**j7%#ŒÈ¡õ´ñ9áiýdE¨)„†”®âçø•ÇÃ0‡5Å¸ÜŠà™ ô¶ìãpÌÙúþ;Çÿ -—¬LÛÞ-ù($~œÕ±í@[…••‡Ì5LÌÞ-ùÄ•:îq3*{9õÊ[0Cfã²>l)ND"^fá°'«”VIÙ…ÏH„ss‘Gå}„•È<]èØÍœ‘4ì5†`ʘ±b1DxÜ´,O•Z˜+"•Tk²¿£¢²‹(Í4±F^ ®É)êèG/3ºª@¢%ØŠ:९ÈÞ>Lj®ÆƒHË÷®~"¨Ÿ`QØÏá -w9%±rÜÖÒ™ì€9lH³PqŽ*8²„8½ýÏ¿gFù70©h]¥²˜ …òëûñöܸÎEVf†ÒmšƒZx"OëJCpB6Z‘8OKFrLáæ”åôø­c1´JŽrza !ÿ -v@þŽ1ûÑщ-Kµaÿ.îAÝìÍÕèá›;‹,"LàBytש©”šZ!¤¢Æ¦Ñ½ëa -¥’HG(¾ýÁá–r¤)DÒõÂÕµ•ÊŠs´‹"€&¿r߳ϗ.Uò¨vêŠÃ\¨ˆp -fÜF&.d_á]ÇIáÞ¶ðø)ʽ—ŭ醯Òúf ñ,.šî1Œõô›žâ3†Ÿ‘6þÚvýb®D±žÐg‹c ¢6=v~4¦Ò;î˜ k˜âà- ‹ÞÞ(^w•ЮÜ×â!§àÛÄâ9X)˜äV¸ûäǶm÷~1S´Å„\%äæBB¡ïv öv>vAd±Ç.ã1¯Ù‹Ýš6²ç ð ÝtÍX$öQ ê>äy·ãDYÁt¶V$ÚYDGÍÖÍ<µ¦«EVêá8‘ñ;IcôÞ&¹o1Ú18D=[§×1W¸t¬v[q¡\YóÒsQâè„@ü颡óáR­UWäß -$Pð‡Ì =¦F²œÉÆÉ©ßޱŠÛ²“:ŠeJ%¥p‰c©SåÙÛ´ÖõZµOkó$öm˜^ª¹G1kz5t:Lk  tëòa1&òžÌÊIÉ:¼>­žeQ‹k!+±Œ%ûq·^”9èéÎ`[ ú^_ò&Žsõ¡8Uƒ3äbÐ!KUmtYµ»{ÃɬÁ~Ì”Š-Ë7%¥Ù Üþƺ,\Ý.ÇF<¸D -ÇYǹJ ª»2 -l¾M›-2–µŒ¥ôj2ó8‚žxÃjä£w!Nwý†4jħ[ÃâFK@U9ˆ2HgR^!A‰4²Æ<î ­â¥Žf ¶dëÓãÃæÁVûf;Þk¨^Ao=Á¯E@„Úú¸²"t«„ákŽþæï{.ÅñÊÛ»žþÆ¡é†í Àfç=n§Œ€Å-Õ‡,«ÍÒ¾YÆ=¬_Ȭ½W®HÝ ¶4B{±.Ù[sÊS´[Œ C,jÀ_þŽ&ΓE¾V(æ EäžkæAfæ+Ü»ð· !uMT -Öxð¤ و渮áËÕî«F=˵åE–‚@u¸’Îv*’ËêfzüƧ:iXHÝÙÚ E»]Èíòý•R]ªC(yÜf„ä›ý :ªRæI“m¿™WíûjT]Å˜ó ¾°£ìQ³GšNÕtÔœÈkŒÉ±¢m/ Œ¡×7Õ˜Gî‘¢0 ížÀe5ûóˆÄÄ%\nW -;LÝ™]Fž9À=X¬qeaR»Ã!ë·«˜l•(é<ÎãâÓ½^µÁCüäN™%øV‡ökÐ,¥©ØM±†—'‰µ2\vÌ?l¶Ò!|Ñe)wo÷9F¿—†[P.Zdï}´³OZe´hôè5$Š‚ƒ×å`Dì?Žè;ž:HnÏþ:–gkÓC1›«DÂv.J\EÏ:•E8hj%}Ôg ™â P¯,à_ó úÜÒ‹ùÇ*b,5Hï£,} Ct->k¿4(KÕc}ie®î^ Ú?ÃÀV¦ÊCl©PËÑ.‰s›žŒH)N«éO#Žç”n*òyš@ÃñeQ³@¯„8,ÃIÚ{Î=áÍ— ‰ÎZ³E† MÏã>ª»ž³µKôñsEމP¶èÆã®QqÀÇ\ÒA¸<¦œ§p÷|ä:$Ôšf]qXór÷xc7Cú :#¡€5ÎÖNˆêUΘ Š "EÂhï  -6Uˆ¯¹85L±ÃBæ÷tµ6dÿy‡bÄÆë›.¡­ý†B•Ù«¬¤æ]{y£Ü¢‡£e&%0ùƒbõl‘x }5äöÌ…|˜û#Pþ Ù‰"°(®wÓÿÜxl£»Uû"û=t^|"ú¹(TY)Ýåè|âcPà2V5Y ðƃõðs¨þà“Yk·QE@ª®ÏÆp£¯NàÕÿ®èWF胪k'~¼—z·Ž›Ú±ø25ú%¤—䘰pi±Ö”aA’?ÎTyz¼åðsQ£òT¬ÝC¢áÅ#»o&›yŒÕ6á¡Ì-Ðy8õ^Ò-Pû'„ ¥²¸½è².æ&õî²3C ¾q9ùààM—™¢Âd¼µñ³’·.F]aÒt°É£Û_SroÙÂWÃqkòñ˃´p½eqÌL¸iÄ^"7Ò–ÅU‡5yPaô¨§;Û~¹)¢0²Ç¶_+V‰ª‚ycùL-KÀ±‚žÚ>sÑwÌÍïñØ^\€‡$“ ÆæH5æMå útÜΩ€·yü‰kk˜læƒå`ªÃ[Duh/k £êT [øÁª' -·ý1˜!ˆ)ïú8¿æÒ]ò-YóÒn÷ÞDÐͱ{Ä1 tCÐèÝìɈìÎÑ‹– –Ráw#‡´Æ}¸TèG5US°Ö(ŒüÒ=€ z>H>J6µ¹BqîÉ ðt•@h¥òo\€ÓÅøý–Õÿ6ºüÏè'ܽ£…ÍC›‘VÅ&ÉJ&ɹçÅ\Í£:kN([© —Äǽ$‘<å·ï¦"Ì<ÂÝ1´ñÏ¢ñ4Z{b'†z7À‹ô36Ä *fjHgкJ—‘±*ush0(œ)–1Ëæ§^ZU(Ø·>_(줻?ìLĘGÖs‹nBàÞâvâ7Fí~–°xçÈÉl·2‰[PåÔ¹ûM¢ÇˆkÞRô̪VÖ±¾_ÎØ6*^8?Ól]¥€U;!él«Qt—÷ wNÁ¶é1ÝL'rV9e÷;Ñ$O =Wý)Ð;!ÝpÃÑ{ÏŒÜTõ¿!ÜOAŽ(…¼õcéâ‘Ì…j=Ws¼¢>l³ýaØràÈÔñ&‚†Rqk0o™;("< qZÕô£iY[ҩɘy;4]l¥H^?¡œ¹ VÑôFûu1æÊÐp6*w¶Rˆ*Ö 1ÖX`#™ÖÔÕk†c64eÀÉ:p“Vÿ7t,b‚2ȵpÕÄp®Õ§viF3zÔ½ ¨èUñœnŒ µô³¹¼cënzwíïåäƒxŸåô¥ ¦>¬ÍôŸxQ§l¾àPfA>mª‚¥»Q¨äÃÎ>jöpÄ‹ã]*¬È½G·) èìý, Em©ê ß.^,Ì1Yp»_ -'Ä€ÉÈ‹°ùvþñô¤z¢aJ L!íœèF¥À=q:/8ŒY“^´ú$ã`Uè&]óy³É\ñQõzðYª )±ªj†îx— ušÙ‚nÖ]ˆLä‚c!NÔ™µt¼‹Ì'‚ÙS÷œŒˆ’Aô±ªÓiüѱÅl'±)ˆÃpÝŽfk’?Œ]‘ûû¢{ðu»?VqÕ_•`”Í»©È!tHš- Y[©y¢j›Ì!ÞQÊ4 a陳UZ†ÖÛÏÕ´*L0NA<£ÀY÷û‡ºd˜šå†îþ©1~Ñ¢›ØÐžÐ¯ŒÈ{íwŸ€c›dyìä=‡äÎ .|¾öñC2™-<ª}~ÆÄP¯åDæ÷£{ùb­ Ã’;„ѧи-E À›Ð r¥â41ÙQ -Â27[XVóN.²òò…¦®ýha}q(g8_×ëÐzûñÖ“ÚÔj°5KÐ#)Þ›”X›µ0Ü>a‚ËìdÓÁ;LÙygL©~ta{+¸®n6æ 0™Ô|¦#ê&'3âë.÷b¢5àq¡ÔZy?Íò‰ìÂÖ4%°æ÷³âÊQ¡w¯[®q‚XmÄLµ £ŠïŽq;ñþG•æ/ÈAFG1›§V=Ç£è,3¥Ý5àíÎTTâ-Ÿë¸ß01À¯Ô£AýctCSWÁ‡t"œi°tDî»ÅLýóDlÇ`„Žqk?œ¾g é$¦&îaéŽt·í±ïi¿ˆC=$´@çqU¤žÛE/†›¹ ‹îÈäÇP´•ìÕ}ÝFÕ/tpÊò>Ô¸oËåë9;£\‡7…íéë[2 f'Ì Þé¦ROàÆ›p03Š4S!2W~кýƒ#¡ÐyÖ.¡;‡1¹·¦æ,³g¼Õ;íKw_ÞuÞ㪠ì'¿ß´‘¤@@\éÈCWîxgz¢‰`Ê>$4ÈÄägƒ¹Ò£¨íâuÄHã %©\˜îˆlfÉæ”cG囌RÞowMM2ãÙ/RÇè's—ká1ƒi"FÇb&'¬Zæ`SBHÒÉ_KoPÿÎÕ>hQÿgfƒñ©0Ó ô¡›~º‚J³cº.V®½ïjpcž~nâÞM굯Ç=©¼—~É.ã¬}êrPÔù„wÃÈ0xÚGABƒ9ìšì«È*´ºît5‹AvsK`ö.oÕ ù௿0±%Í}¿nÿzå«›H>AßC5V±V”KÑÒ¯¼ eL`ÖÙïZD““Î(R%á¿Ù…š{Ъþ¹#s£œ@,ìNò¶$7Ø®•/˜Ý|v/ÕDPì<òæ¦(éU<(çn“¬b7qÓ¾éÚÇ©âN‰ðž¸.Õt¤3;Ý–ðBË+L´ ÿv³ŠQß6ÔŸÂo³®»¾¡S×-KïðcSnXØ?Ž·g6}ÀmD(FL^ÜAdñùÀ-¢[eŸq!‡Äá‚®o0]´fAWÝÏÇÓ6þ¼Êªî™jÐ!Þ:ÿC·U3Kœy4»wêo3Eî•æ#Ö¤ËHû³IÃK¤Œû}htsœÁÓ™5«Pf©-C_¸Ò#[˜ãâ5f#z°¢Üq$™˜Èž«O´Ìî*ç½¥ !×:þ„fÍSÛ§™Åð£8ŒÆ -“fÙ q¥;œ¸Ñ Ô|B íZ}‚€»µÂ©ç¤I!ZÃ"t7fí$ÒÁ0øDè|¶æ"˲sÇMÀ·<¨ãÎHòÍq¯5F²ÓÅ#ÓeöræGt@ËC'¾;ã$Ço•„r`ÜÒÄr»ÔEÝK4´V6-¹IFápÿ_Aiâc"bÍ«DŒízè3=9à§'¹Ç|Æx¢Nñu'1Žò¬“ Ò†×ݺ’°…©—è×Ó—PžÝ¥j>2ŠAüa?Ì(«ºƒpo]ë^s­9UäR<ÿ-6Óˆ?£ü®~ý'æ®É#*ûò¾é¦¤•M_îZ$ºig<âÇÑÈ,RÚ*uãð¡%Á{Ý ¦–ÿ^$›¨2wˆ -W±=¸}7Tæi޹)ÞÙDù<L\‡¾,K—„Ø+%ov‘«ÌppöUšM¯3¡0… -–àõ6Šƒ@4 óÅ¢¨gv5hXDŒÇˆÖ°´”À)ÑÐìJG¬îåöýh1âú!…¬‚j@?ˆPô½êÂÝÿ®Ð½5ƒH"îð'îP¹Q7n‰ãÎ<`šW{ÍÈHÄ a%¹Tg(;Èß'€Qý–PÖbf2LªÈ·Ž#\½i=Éc·ÏÝ©O@=™­šyWi¤¶y¸ Í©6 -KîTö nŠZï32 tæÊ2àPT_ÂANûIE5¹]µ¬áSÃì£0Xã»ÑíÝÝV`aÓ>sŸµç.^€|S{¯®|Ž2§LØ…×G9 µaq^ &8aòv ÞPÄ‹ˆ^§ ßœÂÀq©„¢<ÉLǹ¥|DÌð´ß¸m‘[Ø£šØ°êÝ®À]YÚ“ÌÛ$@ƒ3pÔF’n°3’§×òùª›”Œ+Þ ÷ A`âOÿøÓùO”sÅ,¢¼ÙÓU!/¶Büå næXLí6×¾{ßZU„79"‡Ñj0"£±ïm‡xb4ú8–™ ïξj¶ã1:6s nCBÇPf [«ªw‡š#£à.PAdk’¬2 PŒÌÚ=¶Ã?Á×?û¤÷¬I#![ÂÃûÀeY¾Ã²‘™!]k(L-µ<v½á˜ÁA‘7¯"£Ö“ -ÚƒÄІØý :Œ˜Ñi/µ˜/0<¼i½Œngäà9!×B3Nô—°$íz)puµv‘Î*Kgkž«m7D4õ­Á§W€ƒ´ÐÀ¥R¯rÐ6$žÙ¸Þ!¦µ˜Ø°„ì6[ªâ'Nï™tÓ4cãu¬{„yë°¨áA.%ÜEHƶHižW¢dä’\´*æGæ¯ßı?;DvGð™‹ÃÁÀˆ…÷€ÏÕ^+Ú‹Äs›¼É#–æj¸JØ)Iö]ý5æutKÄŠ8µ:‚jæ'LCù¹càKº~=›ÛñMBà”÷„Uh ¯µ{‘³ª,´x>ü¼ÓzKUnÇ닜ъªDç2pïNWÞ÷]7ª¨NX½qj]s/UKR¿ê¹îëSFƒ]²¤ò>ø®..F‹Öµu#«&µñ!Ô.íþ?ùýÖ/;9EæŠIDUƒ…-šØ éæ”$9kÛ›PÒÆ®¶š>!´ŒçNnq—Bxaú½/«Xß?ZRµ ¥‡O›ÿŒ¬F—¢qó0â¬úŽv£I‰Ž|Ù7­ge¯—利[Ž(!ˆX1¼woU1„–Õ®®?·ÓM:F’>D—©è<ÂzÍ›…õaq ¼âVÄ·üf·Mt‚ÉýïB`§ «:KËèàž•Í\ùQM¶ <l¢8*!–fçà¯8Ó³°«Éîjw|`á}Û§g³ƒäSߤÍ&†ö·mÆÒô„Hä~hÍvÐÕ¢IÛÕ¬N‡oMõ6Üe¥G/¦wc î:Ü«”Õ#©ZÓ¤‘ÔÏñ§~ÂZÞÌ(:´ô÷» Þ¥X¨ŸÖ7 á^0‚£êÇ1ö•éï<¿f5Zjî¨.¼ro”IÅÐåµ·7ZIŒ¢]*ME«2r×íó[LVÅC7×EM.¼«[ãžvÐ4ÕµÜÖÌÄÝaá?„ìm:0úŽé…ü±e $òüÜÂf~c»©ÙQ×]’ï Õ¼ä÷ð–*&9[û#ªÚîZ] -vû»ø÷r\®ïèš(= n: «ˆ\‹ ðÒèN¡Ï¶¥R‘çƒ$Ôc}B~ÓÆ7lX…8µVäûÒåÖ˜ °}¿3þSÚ)kûPõv—Õðùk 㸖YSŠ]Ü.im,üMgó*X=1Ãᾓ†wtNrslŠO2O›I¢v8ZÝØŒ‘MÞZ&Dt“àÀT¬íÙiMÇwk<^€4Ôsòˆb> -çÞTº$A[V̆«‘šrÓàSÀî®3]5}4eÏèÁë¢ø¾' Q?ŽáçŽ%Àk ÛHÇYîÙÊÑ¡ÕC¶AìCgêlSbûëϺ@Ált±ÜG6г%jy²Ô•|ñÅ#é°N§Üôæˆp.~˜aZ‘Ç»è$_jð¤Rç½S_ÇÌR—ì¤4'Æ·éOZÂx.ã­»ö!™–Ì•ÕÍnì¡/neO`´vï!9<ôµ•B'ÅÓÅõ$͹à1P€HŠ+”dš}¤‹`XŠá9~ËF¦¶WÞÁœ9{ÕXUT|g%îl]ªAû—x&:ëØ”ÊU¢7Ç5É ùÊYe³Ëw猎 -móýÔ Yv×PyÙ¯(!¾_öëÊÂÈœ«çPõ÷ ª‰£û8Z×Ù12°¦Àù:ïE»˜ø­ĸM•pŒÞ–˜F—Ò0\^¢-IœÎ {àx›[H$î©1ð²èºèÛʬ$ʾí\¤óT°vԛ˂¹Ü êpc8ØÄç}€zÄú’Iüø ø­©=³x©†åº"y.frÓf߼롥¦=°i¡ÞUÚ2 -ŸÑ`'gpHä’*¦+ÒW;šjϹe%È&#ÁM¼‡Éͼ3_?Î öåÙ{ÃÔvú­£t¬_ÆÑ¾’=ã†e”1¥«!²°€Î#¬ñ@â -qÛQÍqüF=/)ÁMñÐw‡Ó®6瀩_Gë¶_‚‚q©ØID™Á+`÷ r™šüÚBòµù^}qb­´…g]Ý9§7ž Z˜ˆˆÞûO¤ßx(€÷”Qˆs{$MrW¯(Ì æÍ!šfU¹áhPXùZ‰‚ª†ËpÑUE7¿Òá-jøæ$r%ƒûpwòŠêl™—­+ÈìtŸÚ {ÚÒÛ šä8À>ÉšIåg֢ݴs¤mÁ@¸´É¥'…§P‹æ˜ -þ³nt¶ìÎüUä~AÁÍ:[w€£ºÛe«68ì/û±0…õ‘-‰jÛ3œr¬Jr/ -}´6qØAåIÚw€š&sPˆ›Í“üí´Žœ•=Æ‹úÕ¶êîÑÙ¶e#r|œ«jÖø10ã².±¡ÜyŒô¤¹ø˜KØš…pÚµâghİõ´¤¯Õ± "‹0#÷ÍòÊ^hÚ¶Ãå\‹i™Íqà¢ð-GõS’âtvîÀiÉž‰ É•½™: ­|0,°ÜÐ`«DàJ²Iw N¨9!œî¸µÁñ4¾rZÅê£eA‚¢7Ò)ˆ­ÉNÄí•›üf -\wtºoga£€¦¼õK+yäLIëÅ߀-±×ÛŠ#£X—êã ‰t°[R„·}Ì% -2Ü:ŠqàNÚ%{™ºiS5q[›–;}>ééõ"üg‹¿ëóªø/¦PÅ–gdÙJß7%í5ó~ g7ÿÆò]0s䦷h±#Ꟈ8d\!š[ÝF+>nm]¥»¤ôvtÀ„Ž”t -¯ê’‹¿{ù’𣭤¢Ìø;Á1¥-‘†6ç–tUJb¤ø§‚×]/ž€zS/_«æ™‹u -_‡ºÚò°^nÖ¥Ü׎ë”~C ¢n ¿ï‚Ó -K2ɹúPT6KNžÅËñ‹°LDË—Q1‰`îŽ\ï@y±CÄ¥c - Ìâ"u ³ïƒOLµ¹¯jµKd×7lƒÿìytÌ\Õí_´ó€ÆnmÊMy‹D ;¶dˆ1·#Ü#rã܃ûÙq’VœBŸíf€¡èd'#ËͬðjžÊ÷nÞ!è }”HœqîÑN†²'±¹´Ž£ªæ+çŠòò÷¤‘ xZÅ‹h^nEcLß }©]ÉÑUž-€\íìø›žë¾ Ê#«²Á0Ð(…³µ‰Du¶„JmI•Æï5hUÇS,Ù`F¿Ïàæƒs„{Óû8X!Èy‡£«d$ºéÙH%­Óí*´»-ÑWR|«yèD6‡„†³ÐºÙÊ£ºÛ±q»¡§Dªm԰У„¶0¯"gƒK|îæ1't+‰„7|h'xóšÀ*¦6Î]·¦Ï˜ŠŸ|ë„<¢s¨*FŽ„Èé½ð[òâ pÞzVQ¾5÷š¶ÒG‹ƒ÷¨¸»|Þ õ]Í(Óû¢¤çt.Ú8©©q}W,ÉôÑï1´D•Ô¤»ûnz[fF1ÊÖ¥¶œæÑpùЇ™Ú‚¶ð)*ÅnHÐBXá´Úy Fxg¾ö:`±9Dݤ^]«BPŒÊâ3¾ -\ƒ-Öø±u5ò²Ùå„»zDº°ÑÃwæö±|¯\Õ»P«í9`0uôªhª'?‚Õ¼Þ<Ï÷~Uºæ[ízòOÅÔY;ô¾­ÑIcJ)f·Ýn«6¿<Òqr-‘ß¾NÓF^ º÷ ÍÖ7ByÉʈèà¥óˆ*r8¨+ëƒ(­·ªcÏ[ð]7áî~)íÄä±^÷òÂÝ:Ä-İ`,š‘g6݌ˀ)¼í‰ªCîðwË-,² -´Î¨ñK55!Àù:´Aû Ìwkäª3 A§ƒÕ}»­Œw;»#w[Kª$â6L[`ký¤te_CEþ·…¦UTòDßC<8ÊïìLDv\;^½ýÌ=UåNMÇœc­¸H|\m©¾ZB}_w¿—¶rd·vü@c -Bp£aÎØhX¸-ÆEK -¿î~/r=_åg£ï‘‡¾¯õÀcôT¬ÍàèA‘I¾V®{”¹ØØÔxè’~“5[H XƆ.“ЖŽ\ù®þìä½o˜Õ&Ñ—åK‚ÕLG… ‘ ?é«Âô'çB¬|PóÚgC/UÏ£šíÖÅÈeêà,^“-²úLnpÃ×ñ²“n‰ÜÝ^ajÇcº[jŒ)™§šŒD%ïÀu+ští1ÍŽ^¹9EçU¡Rõ}"œŠÿˆÎ×=væ¨Ïœö-ýp›#€vÖ¡Ø1÷Û¾P2)¡™NÖ•‹õ^ŒmFÐ…l=5éLÍ_A-h> ÝŠ³Ù²°ï’ì¦NωÍ8í-í¢l¥cú]Õ­žyÛ?Úô¾wF­®ÇYØÜŒ›TtT2•Os:RóìöÚôA=½«BG‡)¾´ýåg’ø5)ш`¹¦qB#d@ï‘$'·ñÌe¥g2ÉNŸfŽ¿“^z}®…Œsä%‡˜úÖÃ=ÖˆôÀç ªÍkG±¬Ÿ¼ÙRQ…cc#6tvšÙ:%XÑ$Ú426+ìõ(ñ‡dó-Æ~wêÔSÒ7{ûÏxCH•ð ÃU"±~7´üB$@ÍÒ@ƒ, r©æe®w¥Óú¨¦À¼«Ã5#òfÂÁ[ø U…«l€û–IŸGÊòÍQ͈S½p†¢ ܈«XWð è*1D@2‰ÅÙ£Ë;ØZ¨Asµª(nÇhš 8Š`[m5ô…ulä9z¨w:¼DÞ óˆU‹¾Õ¡Ÿ«¨0V«ù¹Â¦{V¯¨IÝ­¤`¢=W|);û.îX¥´æìÿ!z-[•\HѰn¦Øîá æeç"®à•uÁzÚx‹´ã·(N-ç¹¡Þ ©}Iº­a´°Ç($t4…Ï}¼ø5'±Pµ®*–æ5^‘­kxU/ǸÕïÔ›ÃhN-ª'•üDÚæÜ¸½N£MGÐ -› £½1¶rÈ$‘=ôÿˆ(èC@2ÌmŠ˜eÕ =AN`pmWÆ•ƒ —ö>KúþOÕ²ÕvºÊ{]ë~f+B¡JÜŠPµ,†¡NîÖEï\e‰øÿæÃ8C'‚ŽØ«øú{®|måºy ¢vÞƒäD‡tHZðÝ—R²Ä6 „•6è&׿¥q*Uyk’æ°ºIñŒÚZûˆŽyϾé®} ð¤Í÷ëtÍ’W–eS\­Öº Ò=ô$ŠB¨`Ü:yy:èÊŽt$øšU®ììv˜Ï}¿ÞŽ04nªÞGxxÊ¡¥fJK„ñæv‘0>‚ʹG¨5ªxÏæTöŽ)-‘L网̜ŒlºQ¯‘9~¦°Àq$£àdÝ·™õ­Û -ºUUƒrî'›Ê©ˆ^ÕñIužæ’!„ó7ºl2¶¤Ì8¯‰8ew 'Tr¥òÇô´”°èTI‘4Ëpð|ŠaÎä[½p<Å!HšÜ`‚":ŽçU…zxó•#qÏ´‰ÙºÄi°l£«ÊîKÀ($Á²ó¬“{Pš–ü§¹gÜuI¹¹ *8í¬¤E›rœSAËuf¨£N®õÐpðJŽ™LÖoŸW±0·6T·<óÕ#±¨ÖK6bÏÎduÉ•ÛióaMÚêÔ ­§œ,/B®3ŠGîKlº-Öî¶ä8êí…éEj®Lj 0Út|­Ösêy5!%À|µI,ªƒG½ª«{&9ûû#ŒiÎÙ¡W°@Ì+^{w•¾Š2š½‘G3Õ&ûªÐ0XÊDíý«Awšbè­‹ºJµÌ=% úî9êPèf½±Œ‰(Ǽå¦Ä5—òÞÊVKÞ$$QT"h/KN¶](]ïÍ»âY—ÐYõépx»¦…DÑØi­èyGš.ÌðúÃ)dT5z©kÐÂvø -ùß¿¬ BP‹:=Ú{] ÇN»bh;ñlXHðŠ•{iÐ&ì€ð•ãøŠyO¤…n¥ÕlŸÍS]±P›Ç…õ$Ä‚$È$€’®X6Šc¡×¶·#Xì¹"ûTW-¾“+ÁóÂóuwÇíÞLÚuGõ¦¥¨(h‡Ï»¨H*ÀŸ–MÌh4T $<7\¥Qz|­{‘2 Ï™IŠâÕi÷#¢½hÍTs{Tø—c(Yv[‹‘FL§øM*ËE,ÉÖ<.0XM¨TÍ=œYå(Ñ"ƒ[­l•˹oÜœFlp$×sþ®•Ä«l«zDGº Í¡$}¬8¦{<Q„Šà7M€OQÝ0é:^•B Ôª6&AæÔ¨ ¶*§b8³ãX¸T‚ -´2wô7Ò‹TYf’¶Ä®…´m-<‚›ÏhŸxÖèK’Q¸ï†iÝ/¯ð.%ñöE'¹¦‘O›ªL&ì›§¯ô©“Æ”àÑn¦#½(Cv+WRè:51£d[Õ#x± ŽMt²i¼{g½Šù´®±æBÀ:ÅrC'msBÌ4zµ"öŽ:jchñ´²X3gûƒð¯¸wö+æc'‹þ¶Ý¥|-"}Òç/)m?h½÷Мd9›ƒ± ŽSx5Ý¢µI€}@{›Rµ‰bC4Ô§ +>‹³Ð$xÄ](ŠÃúiVºÍu*Vé2ª¡}K+p“ØØñ* Ä.êêQdw:Ö(1¦ÅMg=skCä¯î«Ú>À®„oV¨Q¿ŒèÖÔ‹¨v%*{œ’ñ9›e'©  nÈœ«êE&Û9+tå$r%2f†(ÑîX„q´jd>¬…MTöµ´«ÐœÂv¬ý&]ýMj©)DY˜Î­±ì•–ZNPfVíÂkhh¿±ÜŒ Gzá*¶E×ë!wÕÎ3ŽvO"ʪn´êäká½.ì¬âK×Cuœ‡½–'aæ(6§b°ˆ/3æŸEF‹”zÒÔćâΘMÐ$è3°â&ב)Åê{ïC¢2ï¦Ú…¨Æë¬–=^8˜EêíÔ®à»,\XT3¨d˜åŸ=ãÐÆrT.¡µîJÅØ°¬ÁLD,y6Ð6™'éûô“¼[MÄv¬#ލÇkNÚ"=˜<2_UÑv…F$3©c±.ÛÌk™tB½ä8iy§ä$B…JùÒj ‚3…w.ï„ap‚PÞ΃t,Ÿ’ ñ2ÛŠ~E¸¶r¦+³BxTH,s ?ª °µÎ@1îPY 4Z¡:¿’¦™Ø`Hëä/†Ê¡©ç˜"âÕaîŠ ©kݾ|ú:å¸ð:âÔîXD'÷P”æ£?” Í+¦v8–êÈ ðÐ-»Åu*e¶Ή•6‹Ñp‹•Ù°N·"»8Šª2éW(Òë'{¨zÞL‡¥Šg·¬Ñ ËÖÒ™Gt+Ï]‘Xì}œ”ו éŸÕ_YÖÉ}Žõ~Ÿé&Ñw W}œP.Õ^QkŠœ©df½,h}ÉD3Å\Þ+˜òÜ„A¶S£€vˆžêÜŠÝ’8[È8Tš³h³d`©èIàÎsN5 ͱfþiî£fíóïj`Ôy1Žêd®ži9ÛCX˜,ÎYqVQçJH%qÚJüÚCB†¸›êõ¦îNL‰Ê¾R¦çÌ7~ÅENÆx -sgëdìy]¹3³¾9ïõqª:à2(¿&qyNÜ¡0,Å|BíN4UÉŠåC3$aIx<‡–x ×ëF¬ ñ EP(æxìt£RáäuÛ˜­ò2r1£ùx¬KiBiy Öv”[au„§Æ›h‰ii¡æ…‚9ËœR4\Ä }\m’iÃÆ\åXôM‚ v6Ó‰ÇüTPÜ3ß¹ÓGsk .€ÚdÌ–Já XæÞ¨À_i)Q6™hrnápxᢿ㨸íb™UÄ,ö%Žåì?¾¢•!’.;vfhÄ&b[ùDõμhQ66ÆlCÅ·d*7†6Œ³j“JÙœ2Ð=-Ü&Ü‘G‡J8ªÆ#[öJ³S—~$P›êŒ@ˆ„ SpÏ4Äm7"Êñ*Ï3*Š"Âno]¾ò ¸Ih¢®  ‡>R &Ñbb¿?Ûì5-»Óê‡Ãp9ks̳P»WRï:¶\IuÛªaUî½Ò>kp¬ ’ÊÝlaáÎE£N)inVÑCC« @ZN3nþ´‹º4 l2 yA ô%ƒqÍ­sµ‹{'w>É¢¾®84Ñ3ê…7ÖGÔ•ÁìIn¯p…Pg0l¯C3ÀΊ-=˜ŠQÌ¢(·ÉÚÐQ‰•Q¨ÒA£ÃÂQ_#Ý×ty¨æŸÆÁ·–Î8¢=Nyöš×­ª>” Imرû=¹9QW(Å$³lYŽ„u–Än‹#Ss‘a¸½Iu®ë½–½!ÕT[ð{gKüHòÆÚŒˆNnŠwõ!F¥.)¦o‚‹’ÂãÐ/—–J ¥åBºulJ%ytÌîEÔ5)¬‚ \ƒ°ÅÓŒjxçG¢.¥&Äë!«ë+ÙZ‹`AÀæKŒûɶj·"¼EÇ{kTÏÏZ,Œ‡¥Ñ€ôJêN6uªwå\¨’Ž™Óಠ-• Ã8á›2*”†W` !ˆBuí²HG+ìQ5LæÝ\9Þùºu+-r[Ȱï¨-¬;Óœ :wkµÇj"¾ ²oT¨Ù~QflÖ„±¢º4pÒRäCä*I@ŸéJ¢1µN’*»š@»±Ž8hM‹¶ÆªmR©¹ À\U€sÄËsX]åV½ëÄâéÙ uŸœ‰| «ôcí›”å7YŒÆ’ÅMO·{Rô;ÁËr`YÙñV¡–#%Ú¶O"Z l8Ó.²'±µðõó|–*Ï­Ö8OÎ6eãz§é)ããåŽd_ió:ÆQ«ÈèÄ»rMö•E P%Õ…kY¥Ôh¸J\ Ç:Xú`Ô¸ÌO Å…Û;ÖùC8ó‘zÞAâÒIƬ%#} gߎÄf³7æ&IÛÅb(OlV„ -r¥\ò…½»+bMÃ*÷—Є•j}í+HœI°&_ýnD”Åš–(°uõo¬ü5|©Þ˜“²'j˜µ‰]jsº N虓‡»Q€â¢ÖL$œŒl¨ò¨ƒÛ ´ž’š57²:•#¡Õ¡&;îF$, œ|]òãõ›¨¾Ï^nM׸Ð%ÁÑ“‹8M`5v»‰IbïŠèÄPÄd=Íb=I¨Ùʬƒ!mïˆBÑ®8:×Q©‘k²&8»N+ ¢°­øˆºêÔ4¬°Fj¦±@‚IáÊË—ÀºR®ù 9‚/Çv×ˉ»Q¡2›¶éŒeÌùK,dJ³Qõ¾¶™¾Äj7ÁQ0³sË6$ÐJmÄ·ó›D¢ß³wÕÖnئyÚäUÉ¢Õ³F'ú×­Ükå ulÜ&íÛ£ +†š¿ˆí ¡Èb‹nc˜Çœ¡o9ÑÎq‘µç1¡êƒ3¯«q+O¥¨ Ò×Eb‰~?": o9AIª¡8… _hÌ´]µ;‰7wŽk‘—ªÈE5Eÿª`>rŽA &C!˜gÁ¹‘Œ2ï˜]ù#Í1'õhPxÅúʺ`½Ù²¢¯°Ïs»æ*ðÙͰ/Þ44ÖýÞ$óÖÎ"õ6PÀ9 }Ÿ)ˆyõÕꄯòžSBȺaÕ!Î] Æjä´ÖXÒÙ ÅpçšL¦ƒx­d\ŸÎ‰t+Úe¬œC©—ïLh ãö©ÀVNb±ln•ÛB",ÙêåO{{‹Œ¬!mRZ¢^€¬š÷¢î$# 'òÿT%\©G›þCŒŠT Ÿ Wy(}öÀey+=àj« ª ýR¡£ -* ”.5ÿ™T,ø¼³-ˆE'Ó20­á$¸»P¡›BîἚ` ¹,sº²œXÛaÊ´ÉŽ˜ÌŸ¤eÈÂX*☌nξè¤áþF¦^rï¾jegº S³£Üí‘0–{¡ãÝ¿E }•UßgÞui[Ü+àOÓCÜòLç}ŠªjeNºiMSX[‡ÊmXg­s©þ¿´P%=ö -˜ËD½÷†‰f¼å”q‘Ã讹âðvQ‹M“ÑC.4cÃZt§KP'N9Ý8§"3‹#ö¾%ÎCÞuŽ2Êaú?]½þý–“ÿýÚƒ×ãK>}õï>ýãÓË<½~¼ÿöÝûãý·¯^ò_¿ÿòñùx~ÈÓ¯/¿ý~„§¯^^oïß½üAïùüøüýÇ/¿r)øìwñüöxÿõ»ßþfl>7dâË<ýôxûîåýù囈Ïá]´¿ÂÓË7·çöóÇo_ŸÎ‡)îÿ1o™TŒ©g¿y÷7oŸaôúòùÝo/ŸãËTÕ¿¯ðôøë·_?=ž??þxüòMž—[~ÐÓëË/oß}üñòëëã¡^,ærîœhùOoß½|ýøû>ì—Ç/?>Þ_ßWí8yîõé·¿~GßùÇç¯oJÂOÕñ´~ØÓß}yáÓßzùý~â?>z¼ÿ¦ ÿ’ŒYѨ!Gý>õ?ÜšâЧÀo[‚ð<ÆîMZ9æ»Ãô_7ÖÍþóéDa^»?¼Vòy~eÌK õþxgÓDǬ*~ÂŽÅ´ª,yE[sB}Š©A, êýFÛq ¬1ù1@F+µï¯VîNO”UUX§ÐIÏ÷ÿ÷ßÌ\éF‚„õ•êê‡ZQcû—°¨»‰¿û©Hª)Úÿ|IóíÍL›µÂ¬wû?¿Šó¶U.àyp-HH’, œi:ÅY“´*„æ®CÓïp“•¡s©ºZ¶jÚ')T³=COšNËjͱc޲@V ò¹êŒÝª®•Ų̀]hdu/Z€e]0&”ÕêóÄYÇË@•†£x”Ô³êܪ1­T-§‰[=˜ðCZ*o¼e pY}ÌF£DLøXÚø¹k¡° e®# y­c©Ø¸a«ž³È‹ºA‹6MÔpbrÍ -ƒ‰(zUà5R=mƒÈÁ­tnìG©ª¸T0m­b·CíQ¶ Êd‡™iI|n¤åÈ®X±¤}ø0ŸR®we2Ü$ÑχºWhPÍŸy‰e9«ÉKR%1i™=SX~l ›iÒÔÎu,Sû3´Ã!º€|²J 9!q^Ã1D{*a<œí]rE{PšUØù/ø œjÆm¥^_¢kz!ÌLG¸3gÐà…éÉ%vêlÕcIÏSûÕÀÜÆ ÷3-3çr+ª›à ×5d6 êsX£]£MÔu”©ÇÈɼµb+¢ý£ÚR+8K4ô‰е´²© GÉ¢”NΟ+ÆÚYMÙz5D›¤©*lÁ¼Æk«€u­2Ûkíè“‚U$k;’ènj+GU`"}‘qPÀ•ZÏÑìvIsX3 ØIÖ%\¨FLe«¶w»€ËéÆé7®EµJûZ Ò¨è"N“ªqȳÍoNLÔMˆ=ÍZÁhïZjº¤y‰ -mð$[­qäÐÖ© HéTi‰"c7MN/¬V“k!èf7Aw¹=³h@‰¯‰Tuû¢hªç%Àq“(¹hö|΋ ÖËo‚=ÜØ:ÓØmç ³ Z^‘Z×OÕJ5ªv ¬èI#s)‚ÖÀèyœ‰Ã'˜*š›ˆ+-$…K÷JÍo„må\Û‘vs¨ E‰n°n¥Eü¦»‰VÑ*.Ç5ñ¼îr­ÖœÙQ›Š”R“¨Ö‰eË»ÅÚ5•€ÞhË´ÌŸd¾xÑ ×ÝœDo»«ÿ;íÿ46ªÄqš„PÍÓ(:%UÕBŽm²†B4ÐÕbåÚ*z.¨Ý4„«+¡‚V4H+‡8¿­«r ¢ªjY„$mas"í•RwÈÿóÞ‰Û (ؘæ6°ÈÛªyt®yÓ„ÍJ¦[ãè‘­Mr(±ŸÚm_²uÓ“p/ ‡`vSnÁt¤K8Ð쬆O]…õd„%O×ÚÍo+ש`­q(ÐàAí®öÏ; ‡O`eš¶PYEð‰îò’´­\ƒqK£¿èuêȈOrÊ"¯Címa›"[Yp1Ã…I]kâŽFáìh<ªdåÅèóZ5¸i•Âg³Úö4$°í–#Œi[ìf÷MNÎbû€ –,ªtÁ ªŽ"÷õîb8• ’­)£‹gg…å=/.Må¦á7áÅÆØ*ƒfÒÛ–ˆÐØT8n_9­¸‰4:VÔéŠfÑ-!ˆ^Ÿ„ôV Óœ"ôó MpÛÜ"²›žüVu2¤Üû7]ŽšÕlè WEKû¤Èôl=N¤’Ÿú‹Q §!Ö ÑBX”Öîæ-šI5[|FŒ‚jbCgભG3DÖ²r“ŒZvÛ+-)+¢ÿì8“Þ¸£Gº­ ÙqgñZ¯¶@:°ÝžšK¡T¹`fc]›.*·5®‰²¨S%KO¡cëÑÌ|i ˆm~ÓòâöÂÂÁå8 ›’«2v–au²Ý{8†ÛÚAENJçAFÀHrø3ÚÏj]¥vM?‰[lå zm—÷7iLh<޲l踣ÀxÍnõu-æÆ4­¡æÎAT´lžâڎߣ³[ëøMj›zqBV |ØÇ üÌ\êÛõ 10w¢*³PìÕ®–ƒ˜ÙþÞ7&ÙjíhϺÙMxH#EæÛ^í4“÷ŠV+§<°ñ²§Åþ|-ÚŽ5cAáC[@ùDxåm·.Ë2­DðBa?€+íVE£Ôºf%5w2¢ªÕÚd5C«n¯÷»YmZb§š8‹ßnÊÚ&ŕݾ¸h’—ŒyßÛ°J(ãBüÜñ[¾f‘—Î -Ì‹¨ju›dâdI­â4æÔsìµÉ7m[Hñæ^kÃn™–¦‹¨hu.ÆÚ§€`±Ö®ýŠIùítÓ[‘Œ€[T ^iYTö“KaÒÍnÂB[>ÉHÝUN ñ -0]OR»â‘zå•O·Lz‚ó´O¡¢r@YÇQBÁ¥6MÚb"Q»þÿ1Ezͯz¡'ȇL—ò_Eu /’ÖÖ²ak÷'þ¦õKçíFlH˜To¤ÞH³ÑN(² 15ðMo„Ñ’Ajl†Ÿyï>ÌÔmŒº§Ì®ð‹ܙŒ Lªµ˜êÁµ°üdü LäÅùïìhý“0…‡ÆI’ƒË[VÞú;‚ ;Q”õ© -\/Ù”e¶TÔÊZÐÖþ"ü›*{Ôµ˜œ¼W5gjp)ÐÎÝ>XI;èÒÜ6Á¦+4²} Îh¶ÃyÈÛ >ŽQeM¨oÚ|瘎“¶Úã¤&¦äºLVÇ4Ó¨‚8ˆB—î -—…’oTÙ‡=¨U¾» ¦MFôÇÝèãê0N&EQèšÙq;(·{L•™²¡,~×`‘ŽíÚYÐnsT«ñ@ýД«å°vѼ* Ô¡c{«æ°û<¨[Q5+çnc‡=QÃ=y+«SU¥—GâU÷ÃÀY Z¹0f¦¬ †>j–Qx±_È'jB’²gU fÁëZu §íé ”El:1û¢b^¾´$Îxe n¸6€ãÚn‡'ëÆÁÄR€&Nˆ¬v‰ì­¼9«¡,#—y€PŸÈ5^_tI`&Ô¤ó9AâÇÏsŸH=ýPðe…0G¶´Ä ‹ghù|6±ì z¥ÍØM QL“–—5“¡‚BKã‘°*÷Öq5Õb¢+Ï‚DTɨ¿ª\}EM¡iÅ ÄÒ–Õ‰1}°ª¥»²] G)r­?:ŸúÄÆ[è½o÷ª@y®ªËšG«!Î.¦8* òé!‰3%º"¨²¦Ðªªƒ¦ N®¬íÉ–°q•@°ˆ«EÑ-Љæ&|WMÁ;)kAiLØY”É”9o2ëª,ÈãåðÙ¡×RgŽv eÑa2™»³+gNv+ˆÈ›Zô—…œÚ<Ê%6¯ª#þ›’ˆü%*îBæÊ[™Úuí©®Ú®“±*Õ»”)‹(§f`&³BºõÕMTEr‡F¹ÐEf°Â¹Ð"gåýq¡^ÂUM§„f(á©`-§=@¯r–d\k$Íäò½%s¥œ2¬Ç”`sг†v6†ÁZ¡ã²:@u½Ç«ØÅjSá ǰ×Fp‘ÓuT Üú®¬_¸·ÚWf2bv—*K¸– U„‘ÁµwÉ+£š2|êx~#ë†zìî¬Z|c¨†by€ûï?Äð9À¥½tco°€úöYû){êf^DÛÇ–HèZ÷´RWXç+o‹#¡õ3ËÈ’:×mÜ{‚Ã%à€ôÒ¢&)êÈS×°·­ñØ´ |áQHÝ 'ZòÌøöÕÏ,£ôÞõÔLâÑjº(“bç8Å T÷à@IÝ¢kE¬ -å©t‡³ÉØ}‘ :3¦õ¼†ÈQ³ÐéÏrÁˆÔ‚I×ãaÀb.mäÆ&•Ø*×ÔñO²B½mjpÅ£*S†üE‚Ó¯Jî°+ݼ3hv_]tw·S€,‡ï8´\ŸòfÊ -ýerW¯Í ®h¬Rÿ¼~ý B?ƒQW' ÅzŽ&ïTmÜ~W늓:O뀃ɕÕ3ôÕ¹Póp…Iµ«H~v–Ì6n+^¿9ß2çÕ¹8ƒª<Ñ™Jæ:E÷;ƒÕýÁz™sí¦,À*ië¢zÄN톙q/sOˆ7iüZÑ”©[ù^» -Ðùû±_è\å÷ÝÄåò‹Á½²æ$W‘~¦„ã ×6[(3œ GÑpÓÙof¥–k•#s®3å$aePÆ(–¦ŒÒyòùÌÜmUì†+GÙÓbS‡`‹œ«{|Fp(DŽ[ÑJàÊÑŸ8#þ¢^K§Jê -ÊqtC¿_s%°š kY]‰]iÊ"2'ßЖ.ÏüOS~=å×-¢ÅîzqwcS—š©kÙÉÓŽJõˆºzàw!±6täÍfÛ@Jp²¨"qƒ„¥®N$ø¶®e¸­ÍùŒ‘:}Ž,ÎrØ•n}·Žî|ÃÊžïsÊ Ån¥ÍHðð˜ÚÂÍ¢Ôxx[- á]¬ó^1¡Êܜ鄋Á—“¶)¦¨Ó[ùGjï¬fêã኉ۅ%‚sLLNB°5}¬T¬rF¬‹Ì©bÄÓïýPÈ™Žp)=âLÍeÐ9‚ºA&ZÙ¹˜«!©è†M…ßlÙ“²p‹Éó’ƒ;n[FW ]«Û/9ô[ã Mê%Ž•ƒkýZä ¿gìÆÔjû -o&,ù¬—]5Ý4ÐRê]0[0‰W\à ®‡!á<¤"xkJˆûmîªÜÑŽ,:„q6¦›.ôrÏqÑÙ^Å "¨»š²Q”¹žsÒ×Wü¶i}ÑìTÑÔ]^ûNœv m¢}m­%v®nX8}\¬Ôi‘¯žc×FwebD‡Y Vêq"|•Lõqá¦RjlD€óˆ:&ŠÎjV]%ÛŠÂ7ò©&Ovcõžx}9K³j¸y”šºû†ï¬¦F0GfôÁ^Iuž2nÚ&”Ø®9:-ãg5¯j¥Æ« oœ”‚¬XÕ3W˜s~¸4ßSõŸ¨„N`¤Ã³Òá`ÃúðeE¸ × -µê÷°Œ0GC¸°kÜúŒ YðOZ ÃC¶>бNO”¶T7%S§‚{  ¾U®¬3£ ùÜ#ZÛ*Y·†j­É¸ÐhÏel67£}ýÊl_=ØWŸ¯ˆ­rdÓ­ºQiÕóyŒRaHÁ¬R6gK]uÑ -8þyLK6ï ÕnÇ=Ќ؋sOv¦-* cLÜZ¤ÈÚZçG§#\Ý[µ”³yåœLâ`‰^èl|1=·˜íÖªL†éÂÈPÞ­`–_Éë nù°ºàzäy×ä¸á.3»Z·¤ÔY˜ð¿¬ˆÉë„Jû­nk-cRMª›ÜÓyÙ­¹~/¶{Ο³½»vÉájuf`œ*áU³*q5ªVò†qÄnP§,®Në ¶º?X«HB¡.ivt5Ìq{Õ9ô4W5µ°…˜V<ìpæ8¿Å `mö‡9Ç»·Ë¼x Ž¤€Ý«®~°R÷ qX¿5ª–W:h¥?ÖíiÎj¡3;5­Ò²W¥ õHyo½Á‡1¬Örm0{…;Òý÷ÿ!IꌷV5«Ò=ú`e ú0CÀiNÝw5­<2Áç×Í‹.£Ñ'±ª!Ã)s޼RãäNXº¨j{œ«I•_gµ¤Íˆ Yu«ßÜÁ*[åâŒâ£=[uÞ:/à‹D\3Xá&UZòÔð1ö¨Aq#njÆ`ƒz+½@µÑòI‡àý`¸yV µÊÙN5¥Ò=ÞÌÁÊÐcTËÂ9µÙ‹?ïqAÆA^TˆjS¥¶5¿u'ï†ýƒi,~¸ •šž ]£+px97o&¶õïÇ hÑheªÍWƒUλã`å@Ònîg×i| Ƈ Íù»ÝÃr¾yíÙ@¡¥¬†— 9æËùe¨‡à6ëgv«ÕX£—»¢l]ݸޮ(ƒ¾O¥dà´¬AËÑíÁغªï¶î?)Q½»2è'·G=´yõ™o¸ -mþ~1°=rVˆäêÁÞjn\Õ÷\×8IåUV¢ܘڑ5hËC—§Šn¥7aô"S]ËåÎÇre¯ÇÜðàÊG®T¦Á-tŒi|>'›WÁcã”]±9ñåiÙs¥Šé!2ö -1Ì^éÔuP-[9…»Óª€ZÐqÎu‹kf -Ýúnã &Wù–Øaî€TŽ^ÚAÂöûœe•ï]ñÎr9탕¹ªV\‰íÌDä£r[‘sFèõÕ¯¸«êyã‚Û'³8Cͪ'°bÃñ)ÍR%r\ô§^1iÊ· uhÂ6ÿ·l¥Îq¥©ÁÝ¢pS…Z^ ÄTlV33Í´Pî°¬ú>›Ò}Äj[5M­JØ.›V‘@07JZ/vS*3c^*–ažçFá5^ Ì=©ó1„CÐ4½:¶@½ÔÁÜ€c”›£Ï)uÀÜv wÜ"š^i’8“á7µžÀ9O(HG`/ŒK=¥R9kú´“°kª¼×j9"·óFwŠŒḚ̂–9wkS•Ã4qŒ£*“ÊŽ_lWâðâ©vdyÛ~ò¹U>áUAë¢z¡…‘:çN.òF3ª -óq© -Í€Ž“Ä¸1½£` Œrðq¼\¯tž€Ö°r:·¾­:_°WD´ÃÒ¸„ˆUèØ8M_Çy+§\5kÕ…á°äºÆÏžŸADj¶oÀ%keXťކ}vÅ‹ÝÑ]†å=¾¦5>-n£é\¡×bx‡•waÕ[Æ$tsDmTæxç9²æ¼h^Xe…ZDìuΪ -/Ë"nÛH ^景—H>VÚ‘ä¿ 3_\Ùhè—‡ r[ ¬‡ -ê¥ô@;IÊaðùzj¸›œSÿÔÌ»~&J؆ƒ…Ö1„cœ:p(xÈEnãŽ@—¸Úcˆ\Dê/9©«·_œ¬,¸Ô!x“ÊU,nMâ°®å/6FÕRW•(Nòïi\H!a; \#ϸ²Ò€.Äi?…œ[êVhó†ÔRé-e‰ -åSÔÀm^7UûáìP7L†3ãÇÀç&ì.J\î&ç­deÇŸe†ÚQ§tÀF–®»Y3úÖ›Â]Èââñ1fu„tÎ%uGÇ -¶PÓ‰,Þæà³Û ât#ÖB§žKc]r\Qdåf¯Ô{˜ƒº*mÜÔfl²švú⸼ûô0çÉ^A˜–üKØ6·EmŒ…âˆ\áָˡð®ØJ=EU ^øŒ‹í§»{A*©šqŠ·1MêzÁ<ó9V1œ_¹Qe@«íŽS¼]‡½8]¯1Ïሺ÷ЖÔbœ—oð¤NÆÎ@·ÕMs¦c{ÊÛ”£ê_æâ˜]Æš}m_…pL]áM¸ -k<Õ³ë/§z¹Ë9Ÿ®bøÞaýO— 4_²˜ç×Ã|µ¸©>ö|ùí ?®{oÊKíX%äîÓ”°Ü’F—Üx -.¦dÕH§ˆªdÄ{„Å+ ž%ËØŽpT]MU—ãQ¿ÁÃÔUÔpư ±<<›¬ÔuËX¯$ïLÁã°òô5u!QW°ÚÕŽvD%#cÖ•Á%Viæ¶"õ™h‡h“È2±»Z5¾eÚ@4ሺîM8²f¡k|7ƒ§6L …9p<¬ÙY%È™ð:kÇ/Uö­‡ÙŲÊ`hiG%KWSµwy´‚µÂ5.+Ëö$7çeA`5ši듌 íçJÝyE”˜ÌÀzº®Æ’Í×Îå0x²ß -b¯«>&-kË»—ÃoA3ƒø}yy0ÊîflRÕ“u-­¹äи YêÔµˆ4ž¡2aX¼“×¥Q¾­NW«ÍYy”³â[5­c„p|]MåFði7(y{P³ý×þÛÓß^¾ÍÓË·Ï÷·Ï_ñï¿üxyÈß›=ýþíåñù}ÎÓ=~ÿÿ_ûýÛ÷?ÿ5 ¡\ËÃ;­·x~}ûøùþù/±ü€¨Ÿë·yúãíõýññüøòçàjþèý”§Ç—·×çÑó·ß_ß~ülßE+ÿ’¯ó\çGT´0½êéËë÷_¯7yy|ÿ|üX?§:˜_ﻼ<~¼¾ûëñóå—úåÏ?þHžt´÷.êù7~z}üãíS¸ÞâÇÛ_ßß>^¾î{™à?ýòöÇã÷·ß®WüööãÏá{ÆÏø”¯pŠÓéÏöôõññúÿŸ_ß?¾<ÿòxyÿýýóýs¥´Óïò]=øúíçOëÕ¿?ÿãíU˜Þøóë·?>>þL}DFýF~û÷_ÞžßþùýíåóññòûðIºà×zå×?ÿxü>ý¤¿Þ~ÿöý·Ïç÷×·~kïZ˜_®ü/å{þ·Äé–µp’Ã)ƒ΋½é©ÅG»2së.#“„‹ÞFºf¨~äú7ù??¼|yûxù×oâgÐø™…“fí²êß@j1Ù>>à¶ï%™Ïã«ã¹Ý0õðºúŸN3©hkM=•–Ò´>Ìû<¼Ý£vOÃÛ ·¿.Ç|–NBs>¥CíHéªö¡RýÚ¾ó÷ÌM×äDCwg^qFa5Ù'Uª7’ý¯J¦%ÒŽ`Õ;9O-µö$1 Ié¾}ýyäËgû½:r2Ê>Œ°hmÃE›–ºVØ×vá*û]ï‰ *ƧÓQÏ-‘g— -˜$[›,å—¥¿eÅõ,‘ÀZýÄR¢à«ÛïÕQZÖÆÁa}LxΑP YÈIÆö®ã¦‚šÁÒ;’Ú­¡^\þ˜‡aá5èß*‚5ÁÍúìr“„Ú‘H@J÷¤É«@ l¶p™Ü~¯Ž«-¾ˆt@Ð+§lô†g»V©ê…€–3Ö‰<›é*I¸^:B#+oרnÕWW„ÍUüñj°ç9;ãdŠP_ie§vxõ|…„Îò•Z»áØz룚+tÏŽ(­#¢µú~ äy:)¨J¹ì·ýïAòDR_H¯6D -%“ˆBÈ}öìµR™e8ÔVýÒݾÐ^mUH0wïlÛê` 6m8²{Oñ^ªÊr9…Þå× -H=Whû!ÃÖIˆgOJù´ÈÅ8ØYT)!=3V ¶Œü5fLuTr£‘ÄýIÊ¥ó¸-¯_Þ=i ±$61ƒE#Û˜iö{°bi³w÷ç0éju¬,B_AKÏe’¹é穞ɴãAß‹ëjsŒàÚq¸{‘<¸òwâH¶Cîã/·m\­ˆF“Jèu{•1£’¼ Ø&Û%·'bÙ›¡æ k\nx+•zûáNWß·½V‹8Þ6n¹dÛls®¶à…[Í#Š25q­Æ1<‡ÝKeÌÔ§â.äy,À‚¹ý†+BIKD‘/‰Kã)ïq¸ :þÚl©ì \¡Nó«9’Š®rª¼;è…²êÄ8Ôàÿ«­Hœ'…UÿI`¥–ìÏR©¨Ñ¶L«K¢b¿†(Õ`UùK…À¶àÃ!ž[¬–áò»GMhÌ´@¹Ôoß#B=hœwn)aÜÂsùå«ëLæ„QÖ†ƒ©ï2ÙÝjZWÆã7ï?w„ÒÕÚ.M`Úòà¥;'Äfs‹îÑ/èÄ\&-Ôå>Ë5vïÞ‘¢ù® ¡æU®`ê]ÓFNè¨p/‚1òæ³ý^]O«0‡' TÉ srÅi{1Š¥Áqr¦åz‹`¤0ß×£¦z[®(I+)‘àT©ÌJô@ìŽÍ'ˆ¯¡Ç¡’ÜP,{ò9\h¡í|“J„¥{D˜Ïè€ívÔ­”vÅõVÀžX¶Ñê\fábB Ö‰&˜ŒAFó q}óbŒüêÙ~¯®Ôú•Óx¢Ì¤×Ê”ç¬&v¨¤PâAøqí ïÝdåí¿Íô‘ÒêÞK*³[MˆaÑ^0]¸#^ e¿ãf׈éaQsþyªõwù8Ì&œµ‡ãL7…²·€ºqŸ„ƒÂ^ÆðcZ,•¦ûR ³KWˆµ#aªGqIÌ×°*ã&í{¯S%•6ʳwý$á¸{4Ê',“ ÇàøŠΈó -'•CÁ£â¢ž¹í“•6n¨YñØq;6Š ôÜcë†Í¡æKk:—ŸŽ×C¯Ì‰~ܺw/Â6ø‰VP¥âÜÆÖ âåï× 5™Zè¥òÄ…ÑJ Õj̳Õq’;†E›ÚW3DÜP—lq œ'ÕTjMo4“< DEðI ¨[Pwí ³¡›ô.š@±õ¤šÞ2)¨?I¨Sà4Íʾ [' Ú»sš%vÅu*£Àt; Ä9/“¡¤…]©4+êËB Nc7O›7`±Lë@‰Í^çùr”úm¸'µ*„º úsÉQgÁ Íd³8•y3¢ñƒ^-Ÿ\#.s¿Ì{ú³\:[Ý9o‡^G9¡“G@Õ ¢ˆoÚfíJ-*ÔÛÒƒ©åÒuÕ™>s#Ô‚™q¢;Eñü)KdIf`óòËO®Zuõ³ŒT¶ø”.à`_µ™iãæ3ÁXmád/–WBú3õµ³©{v…wGà\ÁsòVW“帓º”×…1Éô×Õ¹¾$¸PÔÂ"Ťé‘ç\ ¾‚W"ÈÁ´‰{ß#ÒrÉD6Xb¾Ø“;8aŠÛŒCÉÌÊË%6]7ÔAÈJ1„–Ì«±‰õ²'›8aÚßlÈšñ”€a/fÕqœ0¤Ó‘ ê:dˆ±}ÝÅ/áéÌPyd°ˆê/ÔH8÷ÃI;0} üÛó#gÒÓþSýä–[ø–ýò+a¿?†¥«&ì‰Võ¾˜Ó¶æQpyí&K£&Yuq·ÅäÖèʼ±¾ë˜‹¦óŒhu×íçµ–FbJeLFTŽÍ固â‡DH=zÑ\(]ª2Ybqá|y‘‰*Q9'œ)úÿDô! æöéU«Ú€èóŽ¹Ò§Kºí.‘¾mú вþÿ/­¤½l(ö9¯äT%¤´Íܰù~ç6›cäÔ!!ç–Þ»oCý'‡Võô†Ú,397vB6EÆìÿ/ò«ŠHÓ¤gäÈ6$› ÍÒ@â»ß”ïéžBE‡¥e‘Ë•þÛíC° †ÃôìO;jµé hXI^¢·|='§ðãÑXŽùhpc;Eì.年[(,€VÕ™)†w©œ§Îñ-…´] ÛZ6í<(Ug³Ø-o /“×VRÍhu1 ãî:Wl¾[o a+vämí80BW;Wg&ÞÕJA°°ÚÚN]è´y›K@zŒyïêüo™/™ËFañ(,HP9ÛfµÀˆÈz¥ß7ãЖ ö¾B Ú]_UšŽ~oèë‹êÄ$‹X¹iŽr—a@¯*¶Åž1mµè)Ê*oƒ·‰¡ yÌt·h¦aÒÄ$:[I‹SB:“”¦³µÖ¸|%§°Êc¦óÝh0Ú’ŠÅ”SFÍ‚îÁMoê|mÃô,ïK9ðާû¦¶Ø–,­%Ç9-ÏîZ6ÐY?£ …Ñ)ƒi*o'Ä$xuѪPC}£±FEnc©ac­ 7ñk”ð†:Ôõ]7Þ°á·°[È'èœÐ.\¶IIí¶FÌŒÅw4j”ò¤Éô{kXÀ&Ð廾ٖƒ5ˆ ¾°<Ã[mÔ‰¬®]«ÁÄÆ/’¾Q¸ÿÔ7H&kAh…»¬Óó¾¸ìrcþÔpîÝ1Â#07Ó×\RåMm_˜… Èžˆ~#–57•4¨%z[Ó´[Ê;qªs¢ºï®¨˜™sÊ«d:þ”w}ÄÍôÔZU©/”ÝNõzáf¨ZºfÔqY‚ž!”«KjûÊçΫ2¦ïùqsYSéJ~•¡V…úSqÅÃMúx¢ nd°öב7)+O,øe ò<Ür ¨™>7#+µBéh„ÅLìtú¨ð¬£Œþ¨Â,ú!µ€Ï€ÙôýfÊ[6 ´Œ&f«hšK± 691:¿9äkÐm%u×û¼†Rl}mU:Ú:˜Ãï0¤ì9šI7ß~eõú^ÆDX<-%•Þ ÀÒΞ/N镬»± ´Á™™¾Ö’¬r€U Œ¾ã%6S 7Ô²,•_þùƒ‰•˜‹’ A7ãÔÐÖr‰ Àžú™]8õµO)³ß› äÉ2A¬'ÒÆz¿¬^ç„RV÷%GÈSÎi5NÜÚô*Wêäœ ž=ßF*y¥&ùa à}ßÀhi™‡s~«eRë¥^“WäöùnͨG6&­Ÿ;/Áa„è nLå÷}+©rû|«Nm­AÍþ˜ìF†Ø‰iÙ:µ&$o„ÎB†ts4,£œøke'•¨ßá£î­ƒ–g¢OœoË+mG -–‰ m„–t†£d‘˽/ÐL>U*Ö'âvR©òÞØ *ÐZb¯[ŒW7R!Ú9t‰„•±tÓ?Èæ«e§Ž¡;ÈÍÏ¢$¹¤ûì‰l!-/˜¥°Æ_q’Üâð,Š»(§%‘õŽÎð´-îÂio€¥N›<ž.…‚“aqŠל¹ÙÃAÇ$Z·ÞÁMcƒ3Ô7ÛNÂ’i²Ðï‘6 5 |{yûùüýëéøò—;ëÏCgñíOß^žÿýøäÞ÷|<~>ÿùxýú¶W6öS~Û/¿žÿ|œÒ'ÿx|LŠÝŸqeÞ[<ƒ¾ ¯üööýÛùêŸ_þýøF£oÿüííÇ÷ç×;Ò‡ZûcO¾üòøòøÏûã«Ü{ýúݽbõÝùí‡;K?þóñçÛû_×ÏVìJÆ®¢»ÊýŸþßt“µdM¸yËqûu~>¾v`Ÿ¹aÞnîÃ]D4æ'‡¼ÓgÞáɯ/_ËgþÓ?ú·÷ÇÇ/o=¾=Uh;߈‰þ¼}[éÙ GË;`ô Ò7Jsݳ…#óo¾èNÙ·6B,#¤d„´Œ‘²2>N l‰Ç,Ú…sâ•ø“º&šO‹†üÍy™]«ÚœÈ™øOÍÆ1ë §aB͘ ¤â'Bü9T=e9÷ðJº—…ÇÅ‹$!ŸR—­d9žà?5£Ö©k:ZÆvò€AšÒpÅ:æ>}jIqZÌž•ÐV~07ªÔØ\ëàBôl…tÞs&ª®®²T zBŒê¹‰L.Ÿƒ÷žˆªÛ•ÆÇ¶JMdeøüëL}Ð.úðH@šÈ°î9”&+>´j -›z˜Ð0ç«mX.\Iòg%=Ó)?d ñTúÝu ùQ«5Ò°>³½7 -©µÙ'‰0¶’Ý õžÁCLú9Lr×Ð[äðîEãžíŸ ¢ºÚmJƒžµ‰)C‡©lnÎöùçœ"½2zý¤Ú­¦ ¢âÀHaÈtööŒ9Ĭ£Òâþm}P×]ôsÆÕ±{¬¢#îg÷ 2TÛ’™L°$¸í}c ¢ê6)Ü+!ƒ×rìî*¶áMáô•ƒh/7Y5—è2¥»fìÕØ§z¤šµgsƒèqµ£» œ#b ƒAå W©ÖªHLj¼bçù¸,è‘ô“»qOà>àÜó#ïoß_>_~>j+]²kÏöº'–/îFy7 tRÌÖçŒ)µ^Tià\bæŠK¿´²jOR×Äód4³¯]Žqé‹~]Åæ±M>‰½3¸ÇÒFí NL‘‚JàèyPÚ¨¹á:»ª LÈŒ5¯ÝˆÞ_Xè -"ÛÌ@‹»°A]üˆ³ÅŒSÖg¯ßq Jëtcäeqõ—î¬vÆÏ™» PMsJU¥ gÞYD{Æ2êÒ%Ûb`ž¥˜/þ5nG’¾  8f À4üZ]™PÛqNÃtxlZê ÿ—5VúúŽf1wÜB<ÃÜz¦A¼Œ¼ -Àþ´HÃÚß3%ÕÕù—Ð"oó,yÎÀ“W¹C­*6-ªZªaMggvÓG¸¯ûþCLöKbfyé¹{ -òðõRà‰³þ‹,M`§H;ÌåJ×ÕÜ@ÕR;w‰)@@p]>É£| -ü¾Mœ^o£'—‡Ó_þpc¬ Eú@¿Z/ç$;j òbÓª¾þÉ_›àÄÎzÀUuþYŸXBAÚÞªÉá›uÁ ¢+´#°”l¥Â…ƒ|[ƒ³*ïXEtÓQØãä ¦ä3éICÎ<AQ%/ìërù½˜/+ÚmSw×\•´µ’qm$¥ãª-ÞäÄí¢4–4Àì=–ŽÃG˜žÕ Ú½yáBò’7G3Ôç–;`m,&þή?V'ªÃ‹LÝmоNæcYâja8'po…u.öÌCœ$˜š"¾œ¼PÖÖŽ.„4åŸé ½Kð¢…ZÍtO†°ncSR­^÷é‰ b›ˆS}y - Ë;³‰Ú¬íè‡÷Ó­o+DoËÌòꀖ½YB.blMçN‘Üétξ¨·)€A©B ðgò…6§TXØWZ÷Íôâ†A‘×t«#šðX‰\0û{_€)Ý”¿ûÅŠ°náÏȾ7Ÿ˜ãÿ›;Þ–ì¥ï¬eƒŠêE-ªY–K 0ÈEèçýÔóuè_T&ð׿¤ Ÿ›T)50ÝæßL¯ÝvÓ6 Ç`¤›1 “èVýeFžù_%ó¿È¦â&ä_ -À¥¥/8UFÜ6‡ÌIhC}uB³V»ãÁ’ým°ƒSÞ %‡¥NrÐVzíÖVAoö-,ì× qÛ÷,]%¼Î -äçŒÚtWм ¥o !y˜µY5Ϣˉ^ -4²2ËKQ&>e¹™‰Qá*”ÿEEæåï^ûY¢"ç|,9‚§M˘âKpმ¤³ŽfÅ-èÔ!'‚è¾»Q—M@i2®Bñ§Wù0Â5P)=3¬Yí\6¡kÅŠYݤÌ#,<š/rÙ`å1ŽõxåDîZ,X-}¼;-Îláh·rT•»ƒÇ\Wk”ò†ÒýÇ¿ÉE:¾+p‚ŒrY±ë²ºPÅ̃qù…h_ž9ù9¯¢þý¡_> ^%Rú`í8;€ÏÌÁôÕ,¦ÔYþÊQ%b"ƒg¸ÿ"±|Ù*°+×ä•ýð2œ”cg¬â±Õ«4m­¡-Ü*«¾°# –Ó\l wÏŸqoD‚@í’œ‚œÂ<ƒRpn( ®ë-«/ÄÞ;Æ­€Ç:' íE£(LgË (Ä«ÉÍzÖ.€:ÒFÏp>›+W¬ì€–̓81¤ÙƒÇ˞؅æÖà+ŽY› B°ö,æã^§¾ÉO>ÊTûê–;UU¾Y3¼×M3)iŽ´v¼xd:„¶uz"zÕÐŒR¹—4Ìpµµ†£{¨Duøö¤à•'æøO3sÓÐ<»HYaˆç :B Óñ%Ý.dï\¯P|¼O€K _8‡+•  FîΚó¸¨Q’AF+ ¦ÃÌ^Ãz{×¥hBKAÔ—tš%@͹@ŒêÇÉ‹Ì)ˆUÑwÇl[¬c@\»ë‰œt$•¶hàœ‡±¸Ÿüê?ÒGb­J³­Õ J£Zêf9Ë‚|Æ‹WŒöŒx¡?èÙ:*vFˆúØKHð¡?̸¤RaþÛü…Øm°m­r²*ïκ9Žx@¹•¾¦+)ˆL5®2ÊÍD¥–Œ»3ªT¸ -ÚÕ®/Úù¦r`äÞè^š¹‚Á6Iv2lÄ-ò U;c>v†Ö%¸•^3CgN€î’$ðïÎ:æ¸[šÕšúfó/UÇÁ90n ík"…ýÉÀ£ ÌÙÇ)äý0ÿ¥qNd‘@`3ëš›“t©°C€‘™-©1{A§Â`õº3 -Ä2é³Ù]‡PÂEºX,¨¨$5™ŽS”†w›hêƒl²`tD§:)‡p4ü¹Ðÿ nºØ>D­åÿ7³’zYÃ4G©‘$$7Z-½ ÃåœZ/Ê2’«þ¯ª¯v™´Ë9µ·r;€Óªß$uOçvn£çn­>×;ê½ÃUÀ _Ù6bBµ ¹ ÙL§a©¥0w¡ôñ ÆNãM¼Jñü´¬”^Î2¼o…ny¡Nš9WY§9¾,ÂñÞd½D•páéÑMà›…‚ö8…Éuê‹×"º¦)®ó€òÙD5|N`’µ²ŽUŠ@´šÔe/¯Ëq5D-Á~yc`=X&ˆ¨¸'Ð+ß¡ãË‹Üo黦™<‡‘è*ô¹œäÁ”Ò±áÕÌTæ±e@ïL&zñzв€—¡“€ô/ÃÓK¢+n» œÐ@l+_®Æ¡ŸŠ¥Ö¡˜‘j\Ív2Ÿ®ŽÏ"*I`XàZéÙÞ:z01žn*M•’yŸ dÆ"_6Ïye[GâKZ Y¥¢øÍ¬™w…dS ©$£ÁÓ‡NEu½-;g;σ+sÕZîjÈꜲZ3vãùš)U¥œC>Š#ÕwaÞÆ2þñí§»ÏØSÓM]‡‹7¤Ìt²/.•r€)–?§‚\âo^â3ÈúÃ|dÔ8VVPe§«çK`©s¥42Ε¦_OD-8Ý5(‹dÚ,kèIF†Ý^A(,`R·õA× ÛÚ¥ÊÍÇœPMo5›ª#‚9leõä00³€p‘0r…m3µ~k[ÁSy¡ê{S$_—ïYíðžÄ•ç£‡Þ  ¤ôñùZó1‚'‘+BÍÁl­ -Áî30Y:$у:“­Lê‡Õ?Ëk_!x(Q¡.ÛV]ôÊýÁˆZWr ~Œê-›¢ÈÀ4„§7š$À}‡{Õ™þËŸÞ Û{Ù<>2Œ«.Ôè¹ov\š»yÎ9¤i‹€s&P’°ì^Ë.(ª¸.ª„f(ü4‰*LÒ!Á\Ù ò¦ah¤ -¨Š2´šfý’‘ð‡?wÕJãÞ@@jåb'²×—Š‘§`'ÑV÷œU¨@tûÓç㸓‚U»Êfxd¶±ŸŒ\æØr·`sñµhF¦–Nv \è -ÜìKAÃÐÂ'65FÓ¡£L6j²¦.°û6àÄ2'È97Óá½2?©¦íûf¬ÂXžŠÃ÷ .°÷”±8€wz½fx*¬ÄK±yp5™s™•±¼ -D”¾ -6¡I£º\z’•~p=ÞÂV©p`¦~ˆ×Ûák^€ˆ7 —(Úv¡®î±XcFÅ™ÛÉùöÊa¿ôxXG‚–U,ˆBÅÌlÉ›_ã3ˆò€nÇð0E@}®ÒV0äpµØòóQfî8HuÃN¡{½apDvïRøm‚/~nÞÅŽoún\ìAà<ðÂçg­’¯”™óA™¹±Ì•?±€=‹ÐX .×jU¸$ggöíÞ×B…³X{– è˜)²cöžrË‹®\ ôä5dmDæë|ì8š¦Np<¼) yÓAggu'=ô: mû -¥j÷:& A,¢bÕ9éïþ€µSE̽‡ØqÔ_U›’ÈtêÔV@ž[ÞSjÆ(΄ˆD@0QHac•EËÆžáh̓Û1 æ”bÜmbëu‰$\†bø–Q–#Aå-ù±˜}*•Å\M z0œQ_Ö¸O” (¯mù.ÛÜu&}!:m½ -È–fæ)‰ri.È(:4ÇÁý½ 0!A@I%÷k: ”·œE€Š±—°¼+Êü:è–-¬L8·T8-ðíå/³„;H˜.á눌¡Ë^p|ŽG¾ŽŽÒÈ• G1™Õ~Þ…Ê>ÍÕð9Á¯¨å)Vé{{ôÁš¢s…þ@—[Ù‰Vªÿÿ` [¸2˜ "+¸ {2t¬ˆ[3²iš ŸkßFÚ´o!óÙ!n7|.¥.¶ÁÈœ«Æê¨ „áOr@ð¢#ªàêÿëÐÍÓ¶3YýL²À¦.Ô¨(¸zû>aʳ- à- -:“e)µcó±7¯;CÂ0O%t0"+øAa¯nøó:ìÍ&Ðd`ÕåæxäÌ­*Òog“¹kªä¯ï`Z× „ õ)¾yÀÙ½|hr(dýËúçœ5î<ç,Áé8êõð\úñ.¬ÝðbQà3þ'¸ðŸ¾¯ -ü…xåìtM.Ê µfrI¥ðŸ|9\ÍLÌahL jhªB2~N<”ëly³5p¾õ¨&‚Ø3–;¢\b‰ÄC 6tÃ8*¬“ÓHX ="*Œ˜c¿@Éž+°¡ÅSèD½3îÀ‹`a;]Ïd½Qã¦Kš¥w‹›º™€…RlQšq@ÂóÈi9€ Rt{©§xg0`{Dô_rú ï^þüsõ’Ä r@ ÂÓ£¬ iÝduª_‡…žúšwÝS×3—™°»És¼†ê $£»ØÉUÞWÐÁÏ}ñ$)¥æÂÛ£𢰱 -™wÊ+K_90E­"ù°|Õÿ­¬%[âÌMê.]• ªç‚Rç^ÛwÈ<¥Ð)<*à¶ñë¶Ž—@ÏAç¥Ö%–Þ‰OJñ\–¡µ‚)µC¡€†VK1Á¥%|¥IØ‘Uh¸ -ú!EÇðäC_EÝ«£¦yéfak_}8ÞZ%å%bRÚˆÊqÐ{8Rð›€kžR´Aàêõâ«ßn]S§~TLņý°€ÊÚ^\“@ýRšJ÷5uÒ)3—û:Þ„4p@»ˆz ¹˜)Ï#Ž„Z>x s™¶yé»Üyé”0%‚ ú“¤Ô‹&6OmsÓ4V‚G Îþë÷¾V[9%0WïUS^«K\½»»¹Ì§.-4 -oîU)ç0Omsã/D37œ¥ÞQ€.ᤸ¢Gø8ŒÛ.v½=E–ˆ*hvtG -ˆïy@¥ŸÇŸÂíO1h­Ÿè$¤Iß$°5¨î7µXå|¯ -² L§œ™ãGÊÕM„Ó££ò¿ÞÚø^˜_áb×;å)¼ê€]sR‘ÍçÑÃñ'ªýxþ´ø©!*\ÕÚ[=÷e¬Iú¶¼>Ü̳ól–myÅ,*(€Ô‚i[Â… -4Õ~‚ƺޢ†000 aôFsñß¾ ¯pþ%»ã)²²NË>é´Ð÷­¯#N“½p@4"«3Œú ë‰Q;®cÄ„…®¼CÖ½ø ICú¸¬ïrVOd©r€W&÷ˆ 8Ì&8¿[@M¦¬ ø¨‚HåHw´º0vmÉцÕãVRËPJáÉ"àZfŸÛuøa‹-£Bø°­su ¤JÿŠH!¯Hm¹,"`y¿zé¢àLãKæÛq]Û×&ê¤ÃI58»ü!)9±‘סmŒ)܆áÊ…g€ºÝèW%4åmº "(›+ôR»óÒƒ=• )­„Í)ý6@vàÍÿùsD¦ÆYjqâ7,'!{Iì›­7è9»œC¨0túfßæ…—"÷Š 8\„¾Ÿæ]ƒ|qS.Õfõjä„kÛÐì™ÅÈ› HI‘#ÅðºÂÏ® @©c¨å˜rȉh} x;ÖãN_#û 9o·ˆ» J*$ -¼ÑÙݾGü휯µî«%–"é Í€` -†©Á݇փÁ Á`Ä¥&!À5*»€­v½ ->G­n;|¸ÓÏÀðÿkè¾[䓇èþçub Õ;zùmÆí±n#]7ómK¨e€V²Ûy=*^”DL¢G{¼Ìö?J~MßÝïˆ/ÛCøZí<ûñ!õ#¹¡Í4þ~º¼¤…ÏŸÊ]<ÎÎÿò<Þ¹|ÉÞ«Z -‰W‡Åy­ØÂóÍÕ¥òG¹æî“X%(<ÀkøöiŠuÜDì&¶6ßgÛ“«gûÞ5maì’¡ÁØRFúýŸÃC¹—`ߨàûËú¨ŒÝ׺L¦2 ´>–ë!RÛÑ;Ú³ÅfŸ(7zÀqÛ«¡g -Àø3;`Ë9à3ÉøÍ8j -—´ È÷”5„å¯1¬þ«Hm½²ÓÇ;šõt ¸`RuâžÍÅQ€#ôt X8¼XïÁÌ‹™º':ü–È?ÖSõ”cžkì¹æt™{2¦âž ~  €S•“õÃËõÌÖ<€Áz}ò=+Ýÿ|ÛšàÆþü‡Z.ôµà¼«cNˆFâ[3W«G)ðr(ý6P€pÄ™ŒÎ/šj §]PÎz™mHúΪ_^ÎdŽo ŠÌ"ŽÖ`–¢#zX1Ô˜©­·r©œ äóà\ãßöP»8&Õ3tÉm(Dý.%¿5¨8C×CNèÇ£–‚)â{0wà‘êJŽ?Æ:'˜§[ȽuZÜzãÐ^zq5Èduš\OâŸÍ§‚ïáL)ÿCŸ¾——Åäøî`ýaÞ®œÙÙV×/L@sWSl¡% óÄã €køO¿ XB>F°ëøÍX˜Õ9™Ž@smÈE`ˆ¯Õ—>§r“AuHhá’´c/¨'  ÌCñ8D÷¡ûÁÄsbÂÎÝ©üÒRSà,‚`ùVâfÉQÆÅ!±‰zÙ \ÐÓ…ò÷ÖªŒµ•D0¤æ[Ðû÷fŒßé¤òÜàx}…]«°+°êY*‘ -¦Ãšf¬ì¥ =:‹/Z7ñ ˆÒ´ƒ‰ö¡Þ=ÖÝÔ¼tÖ½ëMÎ -æÚø¦‚øËHá%Ϫlz )“ÿ\¿KÀ"j§Á';‹TJûí3/ˆ -ªôÁüÊDÕ®¢à—Bz7d…ŸÍ"²w!W¡p]¤Ú«€JB4Ó¥}ë(Ì´ú:ŽÖü#ꘫ¨<~œ/6z²&¿‚•8‹PM)yÖRL×çYSõ ”—’N6îNT/a†-ˆ6Ø›€*àð‹¬hGÖ'‰3®‹¤ˆtðá¬mσÑý¼µäuÊ"âcò]3Òsƒ²VXÅ6ƒ„=¾^.*ób†˜At ÚÂaô²n¸îUe¶©„Œ;o@¼ 4Ó`}ÞØ±îÆ(p^ÁT=_h&-G}ÊâKmT=n2†F¢+¸ uÝĵ`-oÈ@%\ˆÈµïuqdž=ÇÆœ8–š|ZKБ_5¯tzâOw1ýÃÖô@ðbÉÌ c×Xo¶Ê˜ñ«×ÇIvh +†Ž-m¡M¿!l%Hg•yÁ2ÉS+˜¸ŒxÌ[²ŽUd0cÑÞ‘ÌtòÉÎwîQç -Úâ»ÙhÄ>Šûn×ÄÅÁ%-úb_¹ïø(Ë…§~ÞÀJw¼ù–Wïçì³?ŠQ c¨õÃlqöé<ãÍW™¶ƒë°…ì„ õ¸ºCIoKµä·f&œ™ÄyÍ~l÷»Êë}CÂŒ©ŽêÆOYÏÔÿúdc3Ÿ~™;ÕyêàF tÕǾU)Þ¡tÏJäZê¦Ñ]ÇÊõ”脉©}-Èný |^n±ÝO$/´:º¥,F°Û \!Ot“9Qzkh~\ÜØfsöLîQÿ¯«u}² N矩Æ[DÙ ¾S„žÔÓ§èe3‰v¨pÿu'Q-5üè¶=¨Á~¼z/ßH]Üä ZÉÛ ê±û‰\ÅŒ²¨ÂóEp‘õ-áÀž‡ ˜[ ìļ˨¾ÿ¨<;P;`Ùí¶½ãÂ\n­åÈ,KäÑÌÕŒ4ºèç3…Vô´Ø´\oý÷] #ا‹ ¹LŽ­#4…2œmàÞÌ -^5…j{PÇíÍóÂQ?Š®Ø •åƒ÷StáÔ\|®I÷#pvyN ³„”û¯Ûð¦|eØ¢êÁâµvØÄoˆëÃgðø\ƒ%—¨6÷Æ@Wv¿ÓwÖˆÜ|AXñ&xþ>‰k¢˜!:(»=T)»20^q6M.%êà.”2µªA¹Xˆ äÿ;ÿÿl¹ÝSí~êæi¤¾ -ß"*D|ŸŒyGqH -ŒD­Ô óÓˆª{¢Ñã³ïKqrÏ*)ëú]wMSè3{y,O7Y¹.¾¡˜*· -zôT -²M~\ëÍ¢¾C r -Ì) \Áý‡C²Hª£õúÐÙá:3“0K sÉ.º.~p_?»éz:žË -Ì»@QRrÁo§±_3(\Þ}] ÒR8mBèü°ØdÌ¡ZÈlúì0<¸o7ô@Ðì»]RÀŒo°ŽúÔ‹‘3s°Ä=y3„Ç´½è¸ÃRèØÃ˼Ó¥’ "˜!h;Þ‰ AÇk¥k—'D„®ðÔŽô$vDr’ ”`l¢è8[/4/£= F¯n WP«- ~«7·ý tîÉ$2óªØMTòïK·kŒ–úaÍ÷ȹÊàñ&z—ˆˆ2?ƒÓˆÒnG -î‡JÖýðy¶Ø{·Ãîîx[‘Œ”eDJ«òÚK…`îJE\B~K¬g¶¸6Àe‘üv9UP&û3}ãLíg˜ÔÍ+‚ºå«¬'$OZ¤œ*WDÄÎÞý9ÚúÿÄÏÕªÚ…ÐÌ “®;ô¹MWâÚt ’7ýŸjf«w•:ËeåêÏVÄV+QŽ{zá2Õ­+?wvB 1ÿçó†——éLç ­Cl]”Å̧Ã`à€…%9W²‰¸J²ço¾€GŽb¾¡À°­@²\ ŽÚ²"^ÐÏ$Nnd(3q#­Ç}å\LÎgá±nƒlª) /]fÃVîYpI1zE°¿F†Ñm8‘w BB’ˆ‹6µ|°ß@ó #gß›™,4”½òQë(´µ4pVÕäŠ ¥§0¥ ­x“þI‹òbR¾‡£G5;vúz~ väz£ ÔòĬt0“™Véy¬MÔœ´ªtX.ßí7â|]¬ÚSF,\+J´Lˆ8¨t7Î9ªÞÝœ„*õWèª#šG`Ÿù­!OEå j×APqq*±G`èÓ¥Õö¬Ç -áÐbE›¶ß(ôÿ=Xqäà‚©•^ÚëŸÕx‡:ø ×9ñ!´Óãñ‹-¶âƒg öË“©9‘j›‰%f=HŒFîÚ]ËÄ)LÇ ض¥øÄe¨È¨D´2áõN’qé ”?ð -}X}ö™·CfD6œ¦ ¯ѲM5$ìnL0d‚«w£'AiBÉÙoHúºØU²0³ŒI¼|8¹I§÷d(Öléît¸ GþL8&ŠÑ+M±;›œ<Ÿ¬C#˜Ð|¬gxÆÝ{h£`&©*H «¢òìA[3»ßL–NzcœƒRmÒ½IêtèçÆá´õž…}íVžµ uñD1Z¿I«·UÃû¸0w§×‹@`ëmPÏ +&GnW¶Û8,²Èû"%[ü¿ã…ü*9NäÉ}èroÅ8ì&†Wƒ‰Lÿ6ûÄT3c?øº#pô£hÜ 2­hì¹DT&Úý‰i÷WÒ‹~Ž*P< 7+ ×EÇrçØåæÁÆc`ßGip  -pO“ˆP%|žŒÁ‹ƒ“YtÎÝ ÅžÍ¶›ìnè0èG%ÊÉ8C‰hõçήÙ9Ýi*ÞÀ´ê'j;ÜXECaËÈ®L´Òs Ú׿vuÆ»Äæ78 rÜ­È-isD*q´¿`z¬ø„ËX.È•Ž¹œO£Ü!55ÔWEöé09…Ê–Õ¹c÷9 ×ê¤ÃDl6±Ö yFû€ pÔZIÔÏ€­±PDŽ ½ÃMåv‰0«îÍwÊ.GÏŠwøS®½l/wðØ®^©¢ÈÌ{¹»ïLÉf\ð>°b>m ]º9KV7óÓvÚʬïÆÒËPÍ\Q ÏÐQʬYó WI8–rÚêž3¼½àŸ’ªÇ= à>D|¢r™ÈáwG“¯]‚îSt4¬bËwTíôuD†:iÏS4ºÜt“qù0ä9J+0Ýwè ¤B†E+;wn(ŽÎ(ÀÄêë0:Æš#ik¤W?Ÿpœ=ª]SC~N5Rt{œ¾B€O¸A0TÖ£WN6|£(ª¬Ghû\izÌÁÛ+4긫Ëù'ض)ÞÑiî8"“L;x;tÇš¦Ârv“~­›§÷´U¢«ÿ#ÝQn¬ ‚[+š+ š˜öŠ R‹™ëª(GßÝ¥A§>6¸}‡ö­Gx3:™{Ëß9ÿ¿¿º©~Û‡¿ýíß¹ý‡§—ûÛýzÿñËCÿúq»t»yøöòtùñnžæáo^îß/ïÿÊ^_^ýöã»H;¶½~}éãsŸ¯÷Û?¡]ÔÐ?äáûõùv¹?^>÷âžþÃ/Ÿ®Ï•/ßž¯ïï꧃ŸÞøï¼®ãb©'¿ûáÓóë×ëÞ.¯·>Ìtþ>ãàW<\ÿøñ~ý~}|}ùíúþQÞ³Žóty¾½üvùxúVܬÿú<ˆû#žo—Ÿ¯?zÞg¼_»|»ÞŸž÷ò©Ïê#~¹~¿|»~;ßùõú>Ÿ™\êá_¸—ò|N¿ÖçËýù÷ËÇçÛýÓã/—§Û·ÛÛVõ%6#íw=|~ùø´ß÷íñçësgûReà‹¢0§_õðíöËõñúÇëõéÇåþôE¸¸ .zÏÃç_¿_¾¿ê·ë·—×ï×ûÇÛýùúÇÿm6ˈRŽ•_ê‹ÿÓ#qòÎ^{ H^ë˜,%†ešâóÑáÿ ]i‚õ ÿ“Ÿññãývÿt½?ýù ü2Z'/T‹h^}y!\§$¸jù0> èˆHâú;]Èø1d‹å|•±O%ùÙëõãóYèMWo&eÀÏ›Ý,æöÓõ†ö¼º^Ð6Ö¦ÐÔ(€Q^–ñÚTƒÎ˜ÌH+¦Ø>ºâžO× ÚÚpa£H Xu Âm@c^/ÿÆ-ª+¢#ÚD3òp;á­¬Ñ>:HR3­z¢€We‡L¬xû‹N$ÇêÀúÑô‹Ãá³Á8ì‰fVl¨{#+\ò£þ#Ý©<ƒúäõZyÚPFTD ï•h¤fº´ßÍ!r“| ­f s@N¡¼8¨š­%RºtãÇw‹Ë@·˜,‰ô(çyÀúŒË÷×oןþÑ•r}~89öÞÝ/h+jÞåá½h:³#ÕÊói¡»›¼úqœÒ8ÝJ?çF͆QÑ5©¦H†.¼÷Õý‚¶£6çR@iF‰då©íˆ(ÙED Ç\—z1Zøãzí>=ËŸ.L‡¶Å3êh&Ú@a)Ó wT²ê¤hÕC u€RGRë­PN µ•e&Ê„®L×wÞ~ÃPçÚ}zE‰.ª„h— ¼ÿl»FLIQ‰¨Ï· · ¤Þjà2D{ÆùÙ컂ù¦ {7¿uÙ{3Ù3"Ö¹¾ƒ€SYN(±™ôœK€é¨³ìPâàoÊ Ñ®ŒÈ€7 a¨¨&»îø”×NÈPºJr9Ȇ‹æ¡Sq—‰ø±ôrb:q7( ù°÷Ÿêûe–4Œäãt2Ê7šæÙÈœö.ے”ʜͼì•—{z²Ÿ©“§x¿rÀZ ó÷ô ¦@EÐUb·°£Ï–s':ÉÚ7Õ7¬óiái×Ò8'€)h¸ -Jz9Œ8«5ó™5(O÷f/¢lœQ ˜£µ3)âÒ†ŽìTã AZ@¹Èkiâ¢J骙ý*¨HT#ækï+qq#U-¡EçˆÆ£ó°ß3´È¸Ú¬DjÄoÀF§¦BÅ ãŠ+ôÑa–Ë…U0ö(¯¦Hž‹ó.ÍEÏOo(.G©òj-Tžå ïˆÃ8ãÏh8£­©â¥QäÍv¨ÛEQG»Æ ?TfÛÊrijU·{€Oqo݆„=Ða·Å‘#íÓ3wœý]²À­‰ÐibÃ$…¡_AeIqp8[ý P+J"gó³Ù«ÉÆ@¦#5ÝoÝ?ŽT–ªDG²4ÞÀ— †Í¤‘Ï¢¢mÑH'NyôŒX¤kì\Š ) º¡¨$øWù1Ò½ïWÞNòŒ.‚X4 |­bõ°`›õ¼6dèbÃ%ÆÙÔJ܇ÔlO}éµ'6A«±@4?éµI<Ö˜F×+¨ €k§­ˆ ¥¢:»$K†š‚=Sèsžvê)äD¿QtCõëìï(„F²@`ÁZQQ$ø:Ë3äÂ’>€„Z«‡óPt·ycÕSMõMnœq#%ëØjlB¿#qLcMÁ1²<鲯 ¬ˆ{i‘ÎíUÖ!4£²¾c€+œ!*8Ë-»)uÇD1-·QÌYΔã8w5Ówƒ¿}¬¨nmÌY-è’ 3¶H1ÀAž=ïz­¦gbÅñTêèIA“²èÑ ´¥9—_÷Í1:Q¾ì¾+#5Qyô Iíš“¹Ò6é•èmçÕjÒ]1J­¨£NšŽcXŠÇ½ø\£o莖¡È)ôüœµ]£˜‰‚1Ì]œ—CÇ=ŽŸC´V!ˆzi=ãÃ:ÀÄÒMìBNÐ+ðVO~%)H -jIa¢ÑÞX‘OQÄf$Vƒ¨ì¯Ç$+]5"rr«|ÈtãÈpƒþD3aà–`Ë‹ó6Æq§¬ð´Á“!#EjdÎ -x 8ˆ±3† S†é !5L4b_ÏB<ìUÈCó“¥£¤ÆÅ8µÞM%’%)Ñ.QG‰‘…‘W¢E¹ ÝëL‹jÜë65¢Ñ¾‡§8£>,°aIf;éÇ…×\àxͬd5ý{âšH‹z]A‡ K¾’•Ml6Âd… -ìw„~d¸i(5‡Tï}älvLî&´<ª#‚]®RÁÕkÁ.Y"ѯª(-™ 4—ê·ãÀ­;Âä,'‰ÊŽê·B·²Ü'r¡bÁÆàö)p€ë¬!(2ì%ï’0ÃùIÎ*_wLû Óì…È%& 3b“¹NʉƒÓ¡rÌä*ÊŸUE¨typÛ¯xóÄʦ\ó èbÓ¡¦H¤OôlÐaй†rkc ÉL/ jºçÝRâ*“„Ž”½CèÞÜ#pÐåo Ä" VæžH± ¹Óã¹~÷d$ÐÁ²† t Î4T :–@ cÕ<0œ)ZMõ{‡N€Ä(LÌ}t¬l´Ø ârîAË&Z’󦀅3*R*\í¶6ñ„pžd½ÝIíïÄÂèE˜æ!‘2Ž¥ï&¤O pNöÉ)¶üÖa´h÷De~åOˆ}¯ÜRP³=ßX<—èÔ˜Æ'#H±A…N0© ?0R#wi«²õà¥1)ÆÍ䗢ߩ±H®üVr²($Àåž•Œ8NýʯÊÂw—µ¡¦û½ÿû™g(‚&e!áHl<*óiî,.äê%Ȳ†FÉjßlð8êF$ žÀR [B°º¢–P“AFå¡D–‘÷™Ý®2^ãÛ§DŠÀr¢ëmU-÷F:ßL‹˜W9f‚~°b¸\u-åBÛ’ºb´4kªaß…½lš!‘ö0by½©am4¢Z·‚-X«OŒ] WD H2©>Zyã„\©5ÑŠå¸&Îf\]¹\ºè€á#2Ø·>Y»ì3é” ÍGFðí€I— 5¤d—6±†áXı*d• )‹ÎÍDZ½òÀå\,¼£·ZïFTltìñßDˈú˵ˆ ÛPOíÅÊq­Là¼nøe;®å+}\Èn°ŠëE(%Îè•HªS2;¯;2È`3+žp¦n5\Ùîz%|ÊÅÕ»¶¢®X¢ íEKŠŽ·nmtkÒÝ™î(© ÑKöÄ'³Úñ»´[bØW’¶,‰Í,ÞÒå9'Th—ÙGZ».']Ê -šX%\0÷` ª%ÓB.9IYˆ§‹M MhÙÕ„í.bT3L„•Á»8ª¸Ú*d•P&uŒI4ÈáÌ漢y»§®`B^ÚlΉò0[TKU©Øo\.Q6v“ÚCT!ž*`(òLÃy«,„Fk -jÒœ‰‘GÛ¾¨’1íÑŠœBŽ& -4`f{#Õ#/›^;ÚÆÕ˜¯õ;ç`æx`R¦s ¡E;Êv#ÍKy5»iGE K•ÖÄÒÚ‘?çuØÀëÏ⥌㉠Çf^bèk&v^ŤšUT[«êAm ¯ñ{⬆ø*Ý=JÚ\@3ÐgOöü³qk Øt;¡€Iƒÿj´g8qj ·B6Ur 0:×Î?þÒͦú»(<—YÚ®Ôˆ\ô<‚§%@‰Í·¬[ ‰ƒóém3•cHÇ‹cÝîÆŠ…Ûi= -ªÙHÜÉÀ‹ò7õ5a_DÄ´ì¶IÑ­¢6;ámno#‹=k©²‘ m3uÅhƒœIõÑþªOØò‹w÷=˜„¥ušÜLŽX.!ΈÈªY] ƒ„Ðr"÷Fd/Å:*ZÉùr¼Ö¯Æa‰"(I¡,œnÐÂÄŽÓS·€†3íA{QH^=V3ãšl°Ë‘V£¨ª¤Q0‘Ѷ&•)€ÐÏ# Ƥ«Y´1{ÔpÇ1Äsþî4®ÐyìKÿ>£§ÐA9ŽŽ AQsÊ3ˆ®¨&qÍl´©¨\bº¶*õ ·9Ö˜‡‰Å쌩7Cózç@+ÀY/"Š0Ó ×mIQnt$¿ZTt¼¸mYÇébÍu£G… 3ïˆZtÒ›übt:iqòJ>‘aé$4Žy4Q¸ ÚR91±_8^ãWMŠ -(GÛP$ñüW­1ôÓŒ²¶Ôî«ì±x¹érŠ‡Ú¡¹--³+£pLãh7 - Xw|>ñlV—é³Edz!-ßD ‰Ñs&-ödêV´Æ— X‘Ð{?²J ðøt8×à´º¥™­D“ìÛΫùö - -⃠èub$qÈ :›|H -ðv¯¥¿p7ßìXxÃ]B¢Q‡À”د~Eâÿ?;žÀg(àQƆ)Ä(­¤0ÁƒLÚ]D)'œw¯Zò:eCGl+‰ž`8Q®Ø$ž¦ö}ø%'ºb4©W%FW¬{£‰XÓôÁJšá£õ~d=€Ô./ÿf(K­6 -Ìi3Ñ„…Î1ûñ"•ØôDEK -Z×3T¶]Ksp¾Ö_íÙXQ¨ëmY-·:ŠÆv¡­({^K¥?’äÀÆŠ“A¼˜ÏwóMxMª¥¶ÑTBÍî´«DES=kÝ% 9¤¨á²”(àìÂbÇî ;)ïÊë»M7xsm‚ü A))Ày*s˜3G²(3"(R]#š‘Ù‡ÄªæœÆâôäòœ_U'Ï9pû£¨$â5šuêi4£‚ (Ï»þÚ–ye˜V3Y+Ý'_NéÒ>übèËiszw½ í§Í ¾ëÃ…0®{†2‡ä-«i*C-½Dϲ\b¼°éq»³¡e¼47å®ÞuïBíJK¹ß"_ý«žó"_ô™€d ü^h½€Ée2ÒËåAvu9µœ¬(þß?34õÃ1ÐyQ4o²š4êhYÿªeÑÔ"Ö.Uë3ñÿþJ1³ð`±ë%ºÕþFŒ¬ (ýÁq`'¯¢Ð"àS9wgw!Wè¡»¾1+­1ä?êÔJOS QzÂ]í`˜qŠk[™Øà2ºãZ¿óØ1ÞëÎtÚÕXÍ™&îFžý-zgÚäí©EÌ‹]poBž³µ_Á†¢uâÐôfùSûÔJÝu¬Ûï¶k -à&k®*PÙlˆr5e3sM!:Yyu“Ý>JÆxG¶qÖ~’òzìòøY°&F°àEì²ÇUÎk ÍÝíÕÈ< -æõ¶¹äšµöôœÓ²1¾Î„÷“ó-r:¦“¥‘¥“L ¥8ªSÌ ñ뀘¼‹y°ظ-F'«™ê¹”øÔ˜#»"kí|C‚Å rNÉfGJ&ƺë&YÏ™œ9‡¾è­ØÄÚn®¨RÆUM˜Z0®³Òxy` ÎM&JW˜_b¦Kt”…㯅«ÕÜ ·eu(¹xÄê‚Fäè. LÞ‹m³ÍË<‡¶tºÂëÅlìö<—{?kuÉNk© ø4nP6'Ö$~î‚Fà&oZ›î¶D¥ÅU÷à¨Cá¤»ì   -Cß»£ ŒéëqÎY.¼òÑ¥3˜USØÜÇ -è61,ïX¦i!WEæ„2};‰Ðê’'“%è5iJbüjGÐo9ÿË¿ºŒ]ÃÇç¡©ŽHË“/Î…æAH/>4•AXGË­>17µFJ#ÎêxЧEÓ†q]'[ý¤¹$X´L¹þjK+–Þ¬‘x5ཙqúȱ$%j#÷rx†îæ·Æâ-ÆxdÎÐD¨¬Ó2(àkö„±0X´Ë -Î1ÄRcp„ ðjí t¯L>ëtÐMŸ38¥ë\„‚¦ ¨’S´Ü7|ëïSÁ"~¯©µÚø"^pæ¬JÌ,:eݳҤ\]±pí4ë¯ -YVÇåd^t˜ˆli›´5tO^¼EŸ¼!Ì츹2gÃ[ÞE+«',΀nÒF*êÌ>¡Çh¹Ò°w‘†{æñA‡É1Ý{:Ã|×QºÅXŠ¢]UE gVk>Ü€ãæè.z 7ÇÖX ÛC±QîÝOÎJ=o6—…UŸÎPõќĚ9Q%‘9Va„\_6Mo<Ùd>G8oyRYO%«È”\#“ÁÌXâ0Un2(Ët÷Y“bA5ç½$¬6TQí õ©ãúP¾Š„»]#VÖL4„$Œnm cºêÞÕl±ºã)Íi–æ%‡ôó(0›ŸvÐuŠ1IÌ/CƒÂ B{ïŽbU5±ÐhË ë u)—ûÆŒhn/cFhü3n(Z„BÉ-“Œ!¤ úz³Z¤Qµ*:#oL´zªjt”í´°iajÖeÁ§Ü¯¹vF9{0ç±L]¹ VqNkê;¡Ñ‚2ärÝçS­95½²B¹d=¿dªj*Ó U"¦âå‰dqÎ4ZiÔW¥ÍJ\N„··äÂà™ égmøfÎÜÓVa^7¯vàÈ“`Öz]%*&lnƒ3,tCÔ›ª•e‡ÉVU…!)ê@áxfa/y«&)Ú u± 7BîýÍ+ÔQíLhršìøÈéí¥(vjôFèÐBå÷q”q­%ì‡kD"‹k(Y.o¨ÎhñóPA^Rµê|Ô."µ¨Ä-.ºÐ©tdæ²2&§ï%( -7þ±«Oí*Ú%[¬J*ià©Ö.ת;–½ôœëØDúñÇ6êÉHƒ¤=óÙÂÌ4W«¦OMJ]KAW˜@ÍS5«7 “lÏ©±VÁÈâ®!åò†Dõ^ǘ©ž¯ØÎãl щ2šßBÒ7MpYUIóÀxF/•O¢Â/»Éû‰¥©#Tà»Ú’–³D.·-CÖçrä­Ưç+‘ê.2ÂI‘YUVÈ“Æ$IZ N‡$…šÌq,­7§®¥yc;M®¬ÁCDomžÞ˜ª —¬ {¢·qŽì\ËN‰*Ë®áq¸°\jã%¨¸d2ŠÔ1,ÑsòQzc&5‘j®®²X&¶ˆGm7Áî@×lj„ÏWƒè›6ŒWÓ…ó[Q¶¢aˆL †Äg¦RobVÙ­eb­7mt¦àµ&ªÉìéíËËóÇúAž~üòùãñùñË·/÷zï×/_ÿzûçùš;òõSïó Ÿ^Ÿÿüíãÿ‘7>õŽùþxýíùó§ç_¾^® üÿ7þåñú©ëÓ—·×Ç·f¹§L›íí;½mò9 -žôž§_^¿~Î>àåùëoÏòí¬py/¾÷ãïo÷ǧ¯_¾?¾½ŸGÏäoöôòüíõ·/ߟÿ|y>î6£|í„òM~ÐëoÏ?=> -àÇ{|~{|~yT¤Ž¼ÍúùñþüöxRßýÇã›…óT˱÷8j%è³çd¬!•)«ì³øÔ8šR3W’¿Óý©_‘Dª›"ªÌ¡nâJ}C0õÅÓä×¼ì?žàÁ¶lh†˜ôÿevQ¥§…Üæiˆ½õ¼2î[]¦È4ý¸cƒ‚ê<­•¬ÁkõÀ$Íæ¹ò b‚øÎ¶ûFž:göq°S,Ælú\Ðê‰zsšÏ¯D -¨}Cϳˆ¨?²>ã‡æÆØE±‚j×øýî€Or Ÿ«†•0z¢+4òEJaè›ms«o»bþσ;ìýS;I2`SW.ºSôq°{¯Öaà˜¶×B!_%¦WŠÈ‡o¹Õ‡Ï—0Õ¬E•³¬Ù™wt2±O-ÂÉKJNi.5÷fEëÇ'² bÊ@mûAIæUÂç¢&•¦ûFnÔk[ºs-/iË“bü8tÖ|\©8ò 'tàÏæ®àÚ^Òª«C-ô“OÇGÕˆÑÌ7òØÑ~ÑesG’7F¾±|Æàv³¾QT°×2Él ‹Ú¯,HÊñP•M'g[vkˆ¦ºf‡±Î¼ššî¨í3×…TBMG{+°Ÿ¯Sb§ª¬U:QqîÑCL´ÎÆ–6¨}š\õ8Â}ôšzí3ùÖƒ]Γf«•ŒZU!oyk¯+!ª†#r]»KÛ‰Åe 䓨ù‰âcKGƒ€6y¬”(°}N-çåfîu8Jþt¹”d®æØþ–ËÁÈÝú¿Nª ;‹—“ˆ1'»¡Í[µFoäh9k[Å”5MOÅ´Ú N àóé¼ÜϾÿ{EµÂu‚ƒ4®\‘ªÔÇ2Òä’7–AyÇ4‰ ŽËÉQ]/+Í بª>â¬ÉÊê.°¶€•Œ_ÌŽø)enƒÒŸÛÀ=¾æØÏë"’»ãÉ™¤2"ž.ÅN܃Ùàî€[éYñ­¹FÓx %*pBŸœóÙâÞ( är…Å÷×2ÿ«´:omâDc …ÏyoYk¯õ­Ñ¬T}j³W¾±º\Ï•ÃÈš ÜS¨ÿ!:ÔwÌÕUÐÍ®ýÏ+Ô+ sY3[k« €ìâ36MÔ}#‡b0Í®¢&1aÚM›Ë©¸Ÿ*6¹ĺ.»ÁæÁB,O›.Th¼%åqÜvä:Š»AAl”™®Î¼*ëŒÕ?Y殲ªÍ"úÙ'µ3}Šn–y6Ï^Ò—g˜Tú³~ÿþ/C7óä÷z[ÖZ+do?{#P¥qô1µ½¤Iv²Úz¶Ç–¶LoôÝŸ8›ÜlVãm¨Ç\˖ň “©¹ÙŒì“ÉXqÉ™„ÃÿO»KÚýJD¹q–ÛCloî¬Bê³[9¡ ›#bM—Ö¡›UÒüJxÕUMÞô -xEG{÷ ÝAŸÏw@i$‡eŒ¶Y±ü&Vþ·¯¼¨4*eܼsÞ²Ö^ÕYfÃJZ¿GŸeJ§èZpN?¤Ò<ØÂ¦,é'N¯F.:¤SlLQko{FßîÖˆ ¨»­"RþsèAv:E ÌzÖ _–²ßFo‹·_xg4órD¦¢Èæ×~Ó¡Ìnuv—‚¶Ì©eu@j­dš—' fI mWñWW¡oÍÊFÜU›T~~1âQmab^€Æ#v—÷1“Pf.jûï ýÏ®ÐxËZ{ n|kDjõæ?@ÅŽ^˜3‡ÒƒÁΑ -•mÙz<,†‡Ÿ{@"Hðv4;‘ñ ö6eœ5°¤Ñ[Ìv¥SgÌdÝÚ«Íú&ìYÊv–܇ Æ¡0dh »ÐbÇÎ}¥¹?¯ÀÄP*Ca¨`  -C…ÆPa0TX ?¯ Ä hgM?ŒçP*Cc¨P*4† -ƒ¡Âb pøy$ÞBôÿˆ(èC@2ÌmŠŸúU½ÐœáðÚn«­þÍ%èË/ŽrH†­\~Ÿ©eÊp³ÛË”EÊjŠÀV›á2äjyl)¢DÆU¿dØΜäAÙ‘Çfr>Uå==gz0Â{ƒeBÊy.ÏG²eI©fÎiw\~^Æ -€Ð1 KìÍýߕѪˆðÜÛTàØTˆ±© AÎpjñ®$¯ TÆզJ-Úúh‰®–‘+¡A𣌣lËê¡!ð§ªH GËó¡³JÖ——:Òb[aõGPŽÝö±ÀOQÆÿž9– o8U!RºW[X%A± S<¡{$µLN¢ä››}Xû”€U•V³¡UC§NýKJ›'@F2;‘É»T«´Ž¡ËD kCwÂMP™N•n»s'VZ—Ek™Nå¶—”1¡@Žp>Ö`nÄŠu¥¢Sº!º Íh>TõØ“Ö_Iù™^ 2=[.`ÓWq,?©ÙÙ±îf/V^a-êOÓR3V -³:b &È5NÇîó8¹]¤³/¶ÆCÐM‚DÔîPìX{ËÛ±Ýóká’²¯AbášP1ÈÖ@ª¬i£Õ*kQ«•bÓº7Š¥¢Q··A¿@y¤¾hÞ(;B ƒ™tÞ¬$“‘d›W³wÓ¿–´Âsž¶©–ã_”LÞÙëLVi{,¬V¡°·¼m«R§•ºêÜ S ~”f6Õ׿itKMAjX° Í´Ð.´xÛ›¦%¥-Ÿrd>)艓=—2¾VUË·õobg ÁŠ>L vq”š€jÜh-Úལ=ÏáÓ´hJ³›öKŒ ý’CººK*„]qõô§´që•|åì°dˆi«â·Ös¯.Ž*i+°¥Ô?li¡ÿ¨º­<ÓªF¥•ô:Ý6EijS~‰éÛÅiš%NN®½Xcfc/ÞS±r€Ê¢Aÿò×­Ó´æ~¡ÅÐñ» ijû†Â­rÔ’š>úT興€7mßg ÂÒCoõ4]cŒÕý$vÞÑ‹Bšbõ«.ãð•ষ¡§ep§ÿx‰H}#ŽïV¬_P,òR@N4޵´—:° -ÜæÙ‚y"mt%X7ïÖÞ ýh!$Õå%Dz|eiïëÙ™3’Ê©Lpꯘß'/¼PjQ¬÷A³èÕ”¸Ù‘­èÓQ^‘¦XµذíÈg±°j“ŒÝÈ ãkéø¬n ,Ê¿)æ…wÜ-Ê´k’N«¤v`UnÔ²Þ]>-do[êÊà#ëœÒ§ýR9J}š.¢¢ÿ;Ï@V²…‹tÄ0·b,Ù [™î¶{e¥¼(+¤½°p~/¼tªªtÔðeqËf „!¤CŒFy+™‡³)ÙÝœtÛg¨Ìqú/Uƒ)£(F¼‘ÅÜ2H‰v^[ØBVŽ0…|ÔZl©±FoÙsycDl›’¡÷diìU•š¾YÅkqµJ˜ä’J@ —Ù§¸ªâbÜn_›¢ÖíåL±ãƒC‚»{£úA.êdå‰ÌHØGy‰±YTu¬½O×L=*§"ê/µ+L¿¢ ½uŠ5ÃYºº•Öeèóé•ìY`AÝ)(Ìq…®–B’~mU¤0*‡šÞ,º¯·N±¶ÆA~%ýÝtg£N§ÔMijÓ~É+µ…ôIÕq€†^¨[aÅXZ“|:Œú2‚k.?~s:Ô,½ÊŽ2svKQð?,ÚGß¡p¥ÃNo+7XëñšNÚM¢øg$™ûzWXPžäÄlDsbJ¬v9íCN§‚Ø“ÂxcJ͆>ù€Â¸¾……ÒæŠ+3<Ó=+ˆé‰rcÃ+aŽSƒB‘YØô6 7awŸñ,Ô-ù=.B¦5ƒBÔ ob®¢¼XÆH+¬¨¤ß‡I+ì `•»2‚øa|q×! GS°(ù´_)ò’Ë©,KÁ±X†Òœ±ÈNP7ýÊEîÚöh,N^À³»-´ŒtËŽÏnwpjžÓç馘Ä(?“šb‚û -’Kžöå{°Ä ^r0ŠDY€üK_Ó¡d}{áîOUR(­C= WÄ:\U¡F´Öià&tNˆ¤WãTdL{&ÄÜFaéçBØ/¶åÙjàÙ–ÀÐÞ¾Qç ÍÆ(Š é”âp -½búÌ ò2Æþm4²Ž:êd"šµóé5M§ï¢ÇUYj'žâˆ™0ÇÕÚÄutö™5”Ιz¿íޝ¼0­(YßÔç9y J¾Î×`VZ -HE‘wJ­uØíÛhÓ¼õ €—Gx©Tš8œù·öÃR;åMœ¼4¥œÞK«Y>5>ô ©w%p\ïDcóß.–:²"n8N—ž&v? *GöL¹J¾è)Ú*< }-k»µJWÞ¦l/òbóæ¾åâN9æ˜Afo;fúf±­'å€nä^‘n¡Æ-«;q/,£ßÜQ ée8½Ö™»ò>ÎbêZÊ™ƒŒ¼ˆ¶É“‚ÎAOª“ÄÕãJöŽ“÷‰ãR†¥tªUƒ)vÉ7¨RÍt­"²ÕÉUu™ÉÌ„|Sð‘gˆ¡õJç´UïDBEQSDŽ$[Þy‘°IRšä–ºaíÒâ“F„Ý$ƒ©‰iNÈÎk*±ÓöSqýãËÝTñ·³…rXòÄÓ¡æ²×ÞÂQ{@Ûí '·ÂõXžnŒ¥fÊ J÷WpiÙ þ„:ýk©ùTpS;“o -Lé -(ÎqiÕ™+7+^¯ wGÚrÁf3 k§-äíÎŒÎ"sÅlwQÊkІ†Ké)sÆÚϨÇÝù"6:'/²I~÷¶‰Ë=–²#4ìr?»è¤­Jù‰ÊØÌ¢ºrpغNÍ­¥ui0•7ÍW[èXÏ©¡C5ØF‘Ñš‘uí7”¡`ø¹a‰ð±¸r%œlXÅ,Ge­~%9½;Ôcš}¯l–¾]L´ªÚzÞe—ÀN˪ҹÁÝ蘩„sB¬t‡:x–›”+>° ™÷0mÈr¦ ¹ÇEUêÒºª?ÍQ5Ød÷K2ÃoZÍÿÝÈ‹B¦0àÉ×®¦¬g±i]|Xé”~µ·qÔpÃTÑaLr_cxHÅäoæ _ ø¸cMY•ÎiŸS½ *‡AX~·º+Wái¸§¥ô±XY%V‰5!!N >§G"«4ØH¸íîÖ¹EŠÊ9)PÁ&Î¥@>Ï*IË]¥#qpžTƒD³Çµõ¿Òeˆ”…މ½÷¡‚]Ëô¯VaÏ–˜˜ë:… ]oâäg†Nì)õ {l+ <×Zé”öpÊqIb^®y…æ³¢$‚)¨r†þç¤tW~Ù4åÎD8”9¹è3¯È›‰å!­ñÚCŸ«Õa¨X^‰€PÝí5ÅukY,D”¾³Ô¡µí¬ Ó6 ÿyÖTe¥T9Ý ¦¸¨œÒÉ–`×QjË%$âj{oCÇ;ÌvÛä„›þÕÔòëjÏpÔîöpj¡à·­žÁÕFýðCí°å³H¹ÔñÍëÎ0¶hCÒvÏjœóÓï•:\Ñ<û0_áάë¦QuÅå…¼p%h\™5^'ÅzpÜ~S‘eã0|ª c{f[ï¸å¢s=Kù> ˜’ë:Õl+Á`ŸNm lR«—, 6Ø÷ Xª¬è\pVÏ&tN@ukˆ˜‘k^õÞ@Í(,*ԲǬJ½Š],«¸xnát5¥:¬zaudvv¡(óEû/%W^M0RV* RÜï Lë'ßïZ¶\pˆÌ(<µs›@ÓÁâÖ¸°V6šÜ9¹æÔ}šT]rjöì0¼áØðLf[N»ä[áú¼¦‰á¥`°Uäp½3é -ß¶Û5Ó]ÝÎö+PâqÅÏtp§LËÙ¹ÎW•°Ü”&Sè[JîpOvûC2¡ôÎ%óŸ/=÷l{Õ£âqПꨙ—­uý‚#®:2æàbb‰Ä̈q›€ì xÑϨ±î˜è´Å·à«ª Ìë[ÈîêšPÛI°jW^m½L®{¡8k»éœZù X_­ªŽü—¤+ofi{„€ãòv­kôÈsf\ùoóч…„¥w‹í°†9.FÃ6i¤UmÁþKÓ5`V²×Á)jWz?Wmêò\‡oÝó×;>nbßÕ<޶†÷¡jö_ª®¼9;ºÂˆÇ"’ñn7àõšlÄVâ‚1] á ö¦`¹DÛnêŽÓS>•u{ù/a×õ•¯D¬,6º´ŒÕ¼òÚiÃh3_hªõe‰ éÂvªÀË—Øý(¡¯yTx°¢hçGb_—‱2ÞLF¸® -=èÈ¥z·X7¹[ÁPº4¨ýRéw¢Íàmu§4Ä\×èÜÖí ¼*Ã&Í€BveÒÔÞˆ›0xTxcç ä­ä¶1ƒÏÕÎ0;p¡´“Ø$ö0:¥[†á6¥zÆ>ߨ–<µ²©,ý—À+ouÞ-3ø]_hA—Ox)ÑÕæ€ø¾ƒ×”4ïÓ0k†“1³ïšÒXwæåyU¦ð_¯k½0ÌÆRÐvƒüæßgð2´édLšòÂC˜pvOÐSìßÉÒê«¶êkÎö‚êõ-ºy¦À˜ð°ËìŠÕ†|Y¤s,”[k]ªÇ¦­kÆÓ^g}ûé‘kÇ, ú+.z*`–¥¯(Ÿë‚‡ý®žH•±E†…Òèó5º[¡+Ë´ä¿Ì^××éaÇ–, -˜P¼„v€ÃLVX•±µÒ[ ¢-%K]X„ Oè‰Ô Q5Ó{åí¦ˆ°cQ#&³ÈRȲŘŒ,¸0Îù"°dý¾º`uh"‘U#`]%ž}eÚsÿeùš³gÅ %¯º­BóBª ȹfÈ.Ü7€ÛÖã=sN`LáøBa1«nÉ)ö÷•wªûd2aˆqÝBÖaEïfô™‘cüì…Oðn3”eÄb·_C3b‹â…G.€è%5ÀF¿ròcD¢ZmбfLCûŠÝ8øv4'K\Ë©¦òÈ+/áqË}ÀØ©GUV“mL å KL—x¨jD…ÏçDýפÀT~:yY¾ eïMcªžÅŒÜ9¶tSÓ. ¶Y±ÌtÀÊ°gÛq¦ÂYf“g;À£ÒØ{2­¦ÄÁònOG,Šcð4Žå1¢—:Qàt -¬0y™¨Ü9â麫 -Í•<×ðÁß)õ¡LÛ^ú–›ÿ{íÅ’øMOýû_§üû1§ëãþ¼Ýûóê3ÿùq»ÈßÛœ¾=®—ç·ùvN=î¯oó†·ÇÛo—_!ØC§#zónç—ãþq{þá'ÀÜtü˜Ó÷ãåv¹Ÿ/¯ŸÀIåõ·œ.¯Ç˹òüøör¼7Û¬àò¢¹«ÝšðU¯/oÿ]oq½¼Ýž—ï?Á¬}@~Ãéøý|?¾ç·ÇÏãý§¼¯[~ÌO¹^Þ_nŸ—ë®xåùýÖIÕGx÷ß[ž^n—¿§ø½×ûñóòí¸_?ö#ÌÃÈ[ž>ß/ߎÝùê¯Ç»š>ðû€OT]üNŸ/÷—_—Ï·ûëùÓåzûv{ÞsŸ`øŸÝÿüøøµ_÷íü÷ñ"loùüüøñq¹oÕǯ;}»}:ÎÇï·ãú¼Ü¯ÿ÷«µ¸¯9}þñý²ÓÏãÛãíûqžo÷—ã÷ÿÖÁ¶ºÓgî¿ú#ÿ#2½gi;R¦Ôa:LÇõ9S'9°®5ÖçpuŠè'—Ê/øx¾ßî¯Çýúg'º%ô -DÚ²¸mÁëñëôëè¡šå ™q`‡œôNù˜›ú¯ËªS÷puKýÏ´)öÌ'S(ËVï8ÒÑ*°ÝÈ=µ³nÊ™ø\‘‹æ†€îŠŠ$Ч0iœkpŠÜà°Ú.m&…±í9ê;©%]ÇÄ€—" -AÝ"Æh©Tp½£¨pö-‰8…=‡rhYT)µoPOìO.(QŒ_ÇM5wŸ ÷jË庿ʵEo« -£>)Jb‡rl zó -ŠÑcEwl}RIÛ¶x*ž1¯/Œ»8FÏÖ]TtâiOQ’#~‡æŠiô9óú…˜§-áà|¦¥7îÕõDÿtìÕ!uD[»× †´¤¤UQâ7žMV¿¶­(¯Ž8ûÆÚ¡¡¬e<ɆŃس×#Ø0 †7U`äï´Ù0"~½ØaÜ©ÍÍQâØ‡Qñ¬­Aš¿.n¬ºlæIë!@Þ.g¤Î\§„q÷¥× ç¤@eQ‡ä g/Ž"N³?#Ý7‰cNÆ1(„lÊIh§N‰#¹Ã™.zD¬Mñ·ÓÄ9pÉ“ù–4RGjoÓ‹òd›+-‹gŸÖ¡±üuÖ)QL`Ñêg‰5ðFìäë‘lÁ”*qÉ “d†c{*[fŠýO^˜æF&ZP¦‡ÑëËË"^%ÆÞ‹ƒ:›&IŒ^OvExÊài‰ø-×S Ö¾Ñey¤hp(ä¦MF½Å¥!ã”o ‘Ûw¡…·ìýÛÃ×ʃ)¶&ð?,CäeÃîß¾ò -øŽ–Ëø¥| 0îA‚’´V¸‘½=šè1ˆWÖé.^†Nÿ‡5EÎWðÕc·¶Å«€ÀsÀf}Hà?ˆTÚ†¿ æ‚W`~Ö׳”èŸ½ð²Æ -ï·#Jc±ð„W¶…WDo֛Р-›é^È¥©¾Èrº‹ÛÂËüúèµbjÚ»¹¬ææXA‘j íè-4ãÞi×S!>Ý´ -–XÿÖ‚¸Ó妨2Eé,6=”.`6}“õp6›*£>÷¶Rét´ò¥Ê+XRm§orÛ¤µF íQÇžôn¾Vl±-ðŠßE½ìÕ–˜>/#UˆþìÑâˆC6Þ WÿdÝú(œ*Hæ„IÄÑÊ ðd]¾ìAÊ#H#žœ‡ïìÍÿaŒ)÷!ǃÞÛWÏÕœбÈç8c]Öhâ»gscÔûûʨz"œ·ãÖ—A»A¿®ž±Çs++ŸúÚt€xÌš÷N"ø§›cŽ÷€Ûqk-Àw°R†°ëmžÞã{.«ßyÄ2„}´W)"HA†Ö7"’õ>èV=Hôb—õÜÞ¹ëͶ°\£ºÚð7è]ÏÑU´´ÆHšì{qæSToúÀ]ý ¡¿[ÙÞ+(¼ÜŽAš2EïtÎ[[t¹€]öŠ ¤5áFDöbôp¢G=a­Ï¹ ^¶ëÏqiÉɤœ2ù®Õ>æ®G«ª:n¸–6ôí…}²·Æ -ï·#EíbnõAáƒô_Uä5fØ´”¥[Y;Ik㌽5Š•O}Åêöwó ì+pæ|9¾‹tõ_'s«¶A­ÖçDº&¦ÀÓç¶aYU#S 7hÁÞ+h|lVŠöm šË}k+|ÎÊ{꿞æV‚˜9åÃwÐü›“ÚçœÚ½ÜŽØšƒ¯ÐhbOý×íÜêCˆ I)"HÓÚàFDöbðXò©w$Âmò?=38]¢5zøÑÔÀĪÈWuø2sÝ iÑ-PNCLM¬Ç{À—ˆa!¸Džìz;ç/í0¸/½<|ôärçö+—7×ó×§óÝùëáË¿ywœŸŽ‡ƒ._¯oŽ__ç»<ºþøõñÝóæáñãÓq7w~=η??æÀíõö÷׿oÍμZØáïrÈË·ïΟŸ~ýßYûR®MÏ»þΛãÇÛO×?ÇÏ7?ûþ—?‡¯â†íÆ÷øëŸÞ¿{ùîßí»7¿ŽóÍg|K—õ{ýß¿ŽË›§KÜ^Ý Ýxº2gãE¨ãb±TÖ1Ý>(?Š¡¦\ ößÊbo-ÆÿË'a:të4<¥ÕZl±æCȺ‰ò»=ê—ùÜÚ¼#lÿ(ÓYèÌJ¬2òx¦íúŸÄÿ=ÖËÌ4 wY§KNI¥Å±yà‰æªH篜íÿ¹î¨gëÞùÕže- ~aGûØ/T#;k©IQ`“%Í"iáa¤jkПº9#Ú¥î¤Î_¹\;{?öî3{•vmc˜¿GSK®6—ÊÜ\_²¨m­ÎÞÇ¥±©&o€Œ9nkÊ‚ÖVì -M]¦·9ºIEkjk´{—¶ˆJÑDœèH³¸š¦6,~ðRÚÔUÓ}\ŸïáYfVÞ‰2 ‚5–š"C#YLwÅRj©ÂMÞÝO¥ƒÞ³6³µ_ç:öõ“ºŒéx¯È@úØÅT\¡“ºÿÏó6Ÿù13çFwóÛïLXbFú†þŒöAJ™¸p!·ÁG©zFû²i>Î’ÒZ™ÅJŒšœÆx™uŠ3½¾­n›þÎÊ"±œ…'ÝÇoÓ›øBÖ³‚|Æ~'4„vhµ`èd Ê4dˆÖ:tßMC+Û0D,f6BÐôXÆ”§Å+ò¾l"è¶ Dsï>VVl%³à¤û¸pú{+W}ø,bW=¥lØ9lœƒ¦ßaô,!Ÿ Öͨ¿·äx/ÔX·§6h.Õ—˜†£eˆ^vº‡,•¥xùmŒÅ^k¹%d!sÛ>–ƒÎaC……LvÞôf=w€žâUëCæŠöÙôf}Ø]HôL„‘‡Ø×Ý„ÂnBc7aÝ6m©‰xŒŸýÛ´ÍeÈÜÐ~™bR1³Á éw÷uÊôæ=±ŒIËj‹WMõCÿ®[l±¶ûvg©I,f6ÔXÐô» ‰ž â­½£ º¯;¦˜äkB<3ÿsîmÕδ 1õ«o9zŽMKBg`->à”y¯ë=hŒ±ê· EFË%Ú%Ó›øB¶Óì4ÀÐ+Àû i™Í š®ú”³¡çQB5¸€/ýµ6XT_zŽåNC÷ЉˆsJ³õ¿äï6l`ûX9z ™Þ•Ô«QTéCžŸ+``ÃOcj²-XIí)O ì±Ë±?ù¥ -i#h“çÀpuFKó˰Qe» !e» ‰ž ƒÑ£ […í¿Üøß¿]-s?ôôë?ÿuúûîל.ûóv?îÏãýÇç·Ûå,k_qúñ¸œŸOó·œ~}üuþùéöÿc¨;^¯??:@)£± ¼ÞçåzÜßoÏ?‡~V[»[ûm§ŸÇõv¾¿œ¿øW÷ÿÿúó—ãúRzyü¸oðªÍ0—¶? 6?·|¹¾~d÷¸œ_oÏsø¡ˆ2¸ -ý §ãçÛñóxy}üv¼½Ê—mú-—óÛõöøíü~ù:n~y›HhpmSïyºÞÎŸŽ§ìÝïíøíüã¸_†ý{Ê{|>~žßèÅïÇÛ„ò,>Çà‰Üý_õõ|¿þ~~ÿz»yù|¾Ü~Üž·´Ö+h仿øõñþ¶oûñò鸊ÛW>¿>>ÞÏ÷éíQƒÿ…·ÏÇËñÇëqyžï—a¹úôG=àÅŸç¯ñ/ývüx¼þ<îÏ—ÛýzüÑ?!ãpÓõüQí¿Å§çÜÃV³R„ùXºk"n¨štó8rÆ"@8å¼?ßn÷/Çýòç—øíÙFM:“r3ÈJÑ<_`(ÄS:½ ŽýLøCíXá¢U®`úŸ„Or]A¤%Ër}ŸD:º¯zŽ[ŸÇûSØ7r ¹ÂÌ}j÷€\9Â-÷ÛƒßxúËÿ—_>î—Çùí$GÀmÏBÒG=vÔêÆõ¤óG«–#÷­eŸ¦JtÑþÛ³Üu‹SuÝ\+1™Äc¨q“ Gšh_‰o -OËq¯¹šl~ÀcM2&™ú®½Ï¿r¤$asO_‘o:S;Ú3¸BU–äfð=»rüêøº=™‘æ+n£ò2Ê @§ìð ØM>”9¾>¸¬´G °r' U<•Oh3 OÙŸ‰=b¤GÊ‚ ßÜc|&4³ÊåËo{™v{þ²ÚJœ‡¼>ÞoÏÛoGý—¥#ÖÌ·g~ † âûB›,¼:Rj‡¨:Lñ9{'•ª8•/àmˆìgš·ÃàY$ç©|cSõ¾ôä¨L?ÎCÔ?ãæDª¨NåÚ VQ ¢.øYü<~—*º°VÔe—§LTÅUÃ)RèÂlhùÏÉŽHué -“gYEÿ(´wþlÐ*ºÊÒ•PÚJ˜uÅRE¡GW–kXi¡ýhµº¹9!Œ¨—.AåÐtQ/ [膱ÊÅä9ða7åteWo¡¤’4ÝnŽ–0õ4ÚãýŸm‡êx¨¼ýr õCŠЩ‰½¯ å D<«(¦J€&¬U -ÙqŽÙ°lãž½s/HSv eòÄmRæy€µ.•¨Úã„ …´ÎÄ,Óá # üúAj‡Ú¼ˆS -cZ³àX~ÝèaRÙ<Ñe;³ißMÿe‚(‹ZÙJ$aœÎ‘Ñ4*‘Ê"ëinhm‰di߀®‹¼ÉPTéS:¹&i°­•f<Ýó䯚GSW®FÞüЄ¬É*}eõÃÏePùŸÒ»©´ÕDÜ-‹(Kmª §ó+S;f ¹ñÖSIF¾›‡FÚ´qÞ‰jAìnÕŒN"ŸºãåÓ[i)©¼á{/„Î!M)Ü"r’¹s³ÿ„Gýù¡pf¡M5šÏR6þÙâÙÑŽT‰< „mHÄrþoKEw៲•gKò†Û7ý(Kâ¤pü¦ÜUý:¦v¿p›AË6鬷BÚÜâ³”®¢Œº%4ªä¸«’7p”A¼H³Ak‡'ÉHU¹1"Å”*yL¦|‘u¸ÔBöÞb¬<bòx.Au¹ÓsÊ?§ž·ÚåÙ5-\&Aò¢Za÷ ^$×{‚¦Í!#t+î]Ǜߋi©]"KGÞ•ñßžk%“ï¡çV—v6;<+s…›:2×®ôSNéG´kJÕ©O t;7+D·ÁZýcZÒK¦8eÖØ˜st.mƒ <°và:–lXÄ}‹eáD×ïŽ2‰—â}@ëI‘Ú‹ -9Ç22=,Š>à^ÿ¯®ZbyJ¡Ëxë-”¥€f‹õ¶A.†°“¾6Ŭ”—žèB#ÕLÞ”œØ ÃÐÇò9¼ö ¡Å‹ƒ}p!9]úÂwjqa\m#£ —±sÎ(w¤¦²FòG%Ñ,ì.ð=E"‹é PDyÁ¶£œ3G«ìNçÕS §•žÐa«>eì_Ì]eÀ#ç®ùzlÁâY:j ËQ¿­„mf`èÎ[ÀfZ)Óê‚ïBÒÂGFwltepãhºkEóA—6jY¯¢ €jÕÙ2çÆ~ÑL¢ì(LJò â9/46C©¢ÇÑåÀóJs¥P7!ï‚ñ†Ðig´£›V‡mÄòž$‰ZÂZI‘ªh£û`òeìi#ÂËÓ@;*Š1^ʬìšw9ÐÖ˜#â¾·_¹KEÐÑ‹¦ºÃH_Gßi1Q& [ð^ÌgÉÌÆãiÖ^‡;CœSâé_ˆÅÐÍ(%âí&ÎD…6Bè§v‰]g˜9Í‘u€0< Û ±n6Ð%Â]Q˜kX€!Šk -?ð‰#¼WáÂÌ6*™ú°v€×SŽ“öH‚® nkO®‹H_ËþïB z¶•º›ÞÛ+ƒ3ÓI›heÝCO'Ö¿©’@‰Ô[Q¥¯|#Ö•.ÝvªîdB²)v¦Ò^R«$Ž(L†êÉxh©£—öI„^jpxkò(@aŠ% €&Ÿ?ðI*ºþJ…nçóXg?<eOÒä!¬M¿AF`ÝHÞݫnj(0Œ -´ÛŸû1Ñ臚À§Ól¾­-551-Ïõ”±ÓÃ4ogŸ8" P µÚR•'1ªð“ÚhÒà@Ъ™w°áÃL£–µþ(Hœ=9œ4¤" `¸FBM6Íç– ‰E­ ù’À*©æXg< ü¶j”Ë‚¶ídªem‚`Y@¥'²…µ§ÞcÊ1ÆÚOf ÇÀ`àP ¨s1P™9oFF‘+¢\Y‡«)Žmí« Ã8Ù_XäŠEÍí_ÑfÞ(+X¶¢Q³rðâáÃ{D×$¼9nO ²œïxvš¸R©Úöl piéåÝ\÷̦”¼á/Ìü%ÍÒ‡¹+hcó‚5¤ìtDš6Ó½ÎlÒx%ƺƒ3b¬WfÏâú˜TZz~ÛÐ`æžâ wu‰×8RÚ‰ôÕ)çG/.Ö¾ºX7o²ÏIKÔ5ʧ­Ùæõ`öÒ…ÍrJ*Sÿ5`K-ÁÐk¤R‚n™`Ãi fœ~ô‘@¿i0-÷YEÁ ÷³€`£ˆw© öLsm§•iò -Öh¤ cé@¿™ö‰ -½&Ù4 È‚c^ ”Áae †‘n¨/ܳñÌÚQ^t¬XAIí·4Ì±Ž”—« •YÝ5ÁŒ9«¨G{C²8Y¥ L¢Xæb ÃtÊî½¶Öq­J,–Á•’…¡c^Q!R10öH¾7! ¤õtéÑ¿ÖX·OÝQà¸vŒ˜ª.$º²J‰CÁ»yÏ3,m@«·(.S¾[úÚ -/ ,q˜+Wf–vÞSôH×RY5‹FAëPW+i¸)ºk‚Ù4Á» |`0â…#ÆJ -N+àn‹ˆÙg„¶¦étß§Mc5[ Þª©ÔM7¾PÑé_ :‡¤÷!zÌÀ¼SâæXZ¬\) t†ó;‘2ãÁâíƒTóI§n|­LW|]gïÙÃâžè) Iº 0<1Ów–øåTêwjëA+Š3oqU1±r%|MgÏe•-ì»Ç_¯³6C!œ•}9q=:çWl³à¸û> -Õ€jöqID˜C ‘ä¡‘²‘‹ŒâÄÍ~ܪĆ-ÓÉQ[E¤g4¸ãuþ­ÑqÚ©P+^ßÄ”+â8샖뱓<´d W ЉÓ\S‡ò¼Kø¥gu-Å‘6èvZÉ¿=×áHýz6T;¨Íí×÷´A-({Ϫ@²:'[D Ú?M±7Lj„áîñèV×"í:](‹Ð©7× "ÌÇîÍÍ wn‰„¿‰ U |'øA- ÈtìÍŠž›ãì¡åâ-@ênj «ÐÙå D !ÅãZÔ¹š±¢c omVLÛ¥s"mÇù»•ž“ÅÕ¦97½Mæe§]UŸä~’(%Iu£+¢ Ñ€½¹Ê _¼ B~/©ãÄÉuWsqüæº÷ùóE&gãêVÚÅ,3"áÆ–BïV¼ðžÔm°³¶o‹¼ý =ø`û}ʧ©çdÅòœÌÄî¨Õ’´6KÑBfEíÑ7‹Ši{ríÁNß¾%àž…¤ ê–A2¬(·ž îàø~`qôJ‹U_°•x‚gt&$0èÇIyW_R¸Ì LGü5¡6q+ˆ&¶÷û61e» -v—¦ôèIçaw˜¯zÛÎó&FTL’HÝ®ˆ¹¤OÀƒ,vÄ?)BÀDZnk Vv”n*²ˆô\Í –XøfïËÞ†µœ'¹oªÿÝÕMŽüÑ'1`üOªõNµ)[ÙkìãíQ°({õ«â ¸=Öç€ê1º6ÆlÕ¿ 9è³·(_ ⨽F_blhgr±û;:Ì¡8.½Ž“;TP[’R(׋;{Õ¬‚h‹6&=·ÈÈí©% -NV¡Ô>)‡¹Â÷œ,N(XSÇ#OéjckÀ6êZù ŠØ"É[PÝ)»™*†÷…o{P÷–vê 7D¬Ìð›h¬2sfç WG•áùòÛSÌÁ¹jgj“Üál«µ‘¸«Ýñâ’ÿº’ú5LAÝ 9«có$~«áoÄ¿²\H÷žç¢“l€*N9ìd -¥Š! -¨äã Ši=!@+®šHªp8Þ_{®¸T_DÖ’‚GžëÅ$nÒÂrWÐñFvOKÄžöfmWÀúñÅsËùQ˜š>ýõ×; ©j±½`cÀ9Ìæ|t-*ëñ†•Þ àm -™zf'ÿë"ÝÄouyzÏ/5Íös;#_ òšL -Xj@ µ®ê5SVÀ. -œÉ¢÷¥ž(W+Þ.Ù­Šå:QÕ¦¾@0F -,¼ŠƒLS%A‚¢"Bf°ç€s(uß«µ-5Œ`ˆ`qôŠ­[õù˜è -u82lŽ|w '[$ѲØ&R¢¸¾þÚÉ®/´RèqÁ‡3v3ãJÂÜs×fþ]Ÿ‡OÛPæAŠBž:Eå·à?¡Ú¸:³È¥ŽUVFëð׸ä ÞH?¢øîF’mF£S3·$ØszŠ*ÈïTG¢ÏGzÏ’}¼Jž*ÔGæ•e±ë‚m`ÏRAi -ªÛ\‡ã.š-¨mÜy›…{ö‘. ç!äM•{¢eŠØúf§uÚ8«Ñž™2À¢´æ3³`8/Pê˜vTqÁ*Ʊ,_´¨Ðy‰èéñX/,õ‘Æß—ܵÔ"Ñ´fÿÇ ±' nÝÉø|Qbhá–æ•ÃT5ÙKM¨viÁµÛ.ç*8eç(ÂÓž ÿû=͉kû ® ‘(“ùâ1q¶ö²T‘b³bk¢'ÌÖq^ƒC>o@ù´ô"° [%¢>ôÅ,6¶ÉEÔ½¾¤u>O;lvøm1®^¦ý ã‡ä5’¨'š¸B¨dŽúçcUËrssY¬:"Õm°ôÍÏxB¿\AEÌÍ„:çPe¦4p%äñPà÷Rtà? ¼ÕÖŒ²D¬ÀóÔëÔ[MÄæ[&Âç‡mæ.2 ¸»ÒÜE‡ -×å,r¾ä{q'ÂõÛxía©»Én Ùâ™j]ñk  -`ûýìÁ•º8ç‘¡9ÞE¯g_Ò„›¡ xᇻùø˜µ]×–e^.ÈVkWH•Ä–òŒ•¹‚¬šnÈÝ* DEG¨½VfÍ`›!”Žâ:#ÑnY¸ÄjàH‘0¸ž#TdÜéÑažjl éÍŽyaoQÙñFIq•ë í“@ótÙ -Ð\C9\9×`WŠÅ®(ÁÙìEi/³ù¦8Cô`§³Â@ÛùW?çŠ֟“7’°ÝªE\yiSˆ«¶«½sI¡ÐØ:zäM­¢eM1fŒ`Q ÉX•±ýåøºËÉ|…>QíQ†~:!7u¢JÈë j`‘]G¡ñ(ƒöL"G/¥Ë×Ár!Fx§Œ\ƒ/¸F†”g‰/5¢Ä©KtÙ2…{N’ÓÈQx*²W"àvV}A æòJk¸»Ô¢Í2vË’kjk<ÑÜÒÈ3IÃ|KB¸=²u‰Ssô›/JMwJ8ÆM W‚fOÀ|ÛNìºÇ©»«1·JãîÄ–¥„Ç -5¢Ÿ÷‘¯Øƒ|ñ ˜(&¸§[5€*ÿÒ…hlÚ= øÐžŠ¡Sw03s˜³ ¬Ž{{²ÈNbÉ€¶(\˜}ŠõœØ:>LVb¾%"Ô%½]qd"ÑŠÓAµ@OZ®2\¸F'Â.: -óœ¥ö 2žtÝ2YN¦æ¬Ì‘h(8%ôÅ¢\;cPaì’,™"ÑÙ£ ¨Ç…š è¶qT¬P\…‘ôß”Á´âˆ{l| õ¨0cJ†­ÑEFeÍ@cI\K“iuh¿‹ó³9W×Þñ 3Òæk.ÊskFmÝ”±LaA®+•66ºÀ…¨Çâæ„ª˜UQDöX‡èÕÞZD8ùN^ÔPôÃW‚&‹QæqJÚÄf<òÜDUx¾@À%&`­`Bg±÷ªêuÕB5»÷æ¨Æ|Šæ²+b ¤9‡kCØ£R4ÌPÕ\àéèe~77¡â´s—ÍLŒi×Ç×}(ó™Ä‹lNØnŽgKØeŒšÂt‘Ç2ˆ£—×+.h„Gï ¢Ác(ô^]ˆ@ _P•NikHͧ€Bñôž0ìUdxþ:(¼ƒc-×0wõâ]o—ƒm}ÆÀ÷HµÄ„3ðé$›»¸Hèû|9±1qZ²Ûhb%Ʊv/a˜g:Ɔw*më¿'c“£4‚>¸ Å8év|uL®!¥lK.IbjPÐs’G=®ñÈ«°òÓVkO&ˆó¬¤v2ÞCí2·QU¦J`E¬õTÈ3ÑSSOíÂEmU^µˆVbûª¦”­ç"0>¨gG¯´ÎÍú²ºÁ!xÂQ踃•'­ÞZ}P‡_³ŠÈ¡&k%^ \ÝŽ/ØcÛjÃørC¯E¾û“l€ú@Ú˜m c%¾ Ž|e–AÝ-»˜^C¢Lö£MtlùŸ»¸¢xk©Á‚ùÝ2>¦Ûî9gR4WºÆB˜~ž$Ûs¨zc•mÕ—Š1¢Îƒm²]JzOe76”á9Ú´V–]µÂ Cg%m P*ÞÒj+eyÅx$ÛDѾsÆ…š -̺{F”qÐ'/"½Oòd'“+ª¸ÐÃ6±ÆxnƸž ¬Íçñ¤á vÝšÚ!Ř®1?¶è8ˆ3`îX.Ô2f½ƒ ¥l|aǪàbs-šÞx[h-ÇŠ·kd§Dj¡Â¢ª Œ"Â-Ë\ÝòuRÞ9²µ0$pR:`mÂn8%„®AógÕÑnE“6~;èÌ4)üÖ:»®w"¼=Ë•Uû8|ÖhacO+:“À¡,qo¯Ñ°…¶é°‚U’î÷ma.ÔMÛ~…ŒË>sœC´\Ì=Œù¤—ÿ¡[oدhª²*Žš^eö±Q ¡‚ :»…Cj¶ÓŠ Ü>%¦s¸/–™E`BßJ»(ˆ’34Y‘2·)©Θ"¸Ô3#Ú)÷Ž66P‹Ž0RÏÁ.IáóìÒ ¡Q®`å/:†åDmÊ¿t!¾Ç˜ð<‡‘—ºæÞ¨ÔaÒÄ®éô¬!©¢ÍŠ@«ŽùüdÉÛAÇ-p“H¨8¨H9ƒÄdD ¢“²”Ð]Ë%Ý£¥(Õ‘Cz•Ûʽ09&¼}Kýõ½aV›uØu$†Eu³+«`ÜøÚ;zs…" *Ó(†ö š`zײß—$©Æ•GºÓŽRc6œO\”GÑöh–5°©T¤ê ¶ª™µ=hc‚z–ÕÉŠV2 jÛŽK¬%!æ“rŠíÈé´u-vàÖ\®S=‰¸Á5ØàWÝÕ-¸›»W™tåòá¯ÓÍT×f/ -"ZDõ‹é“3 Ž¬MR¬ÓoŽ G^¦l TÑ&¢zj³ §4ÄÒ³aevÜúïé@•¹•NÀšàkÙÀB;Y¨ÓÜ+òµRê.)ÄDǘTA³Å‹¡ºv!%dîЪL¹C¨¢,ÊÈrL³p¯Êóä×¼é__züø Ÿþð׿?ýîöCžž?¿¼½¿¾ü÷ ÿí×·çÇ#ï}ž~úüüøø…~Χ?<~ýúöñxû^ïøòù˯?½ù2n_ÓÊG¾¿O/¯ï¿¼}üÿã.–æöCž~~}y{¼z|÷RðlfüCý”§Çw¯/Ÿº>}þéåõ«ãÎG½Ž~ìû¼nr]Caoúîå ¼åËÛÇã'ù&u­_çû½þïãëëϯŸ¾|þm<ú»¼»ÿ ?æùñõåíóo_žÿ9žà†Ç^5}äÃð=Ÿ^Þÿyýxô½ß××ß?½¾?ß»B³ý³=}ÿxùïã—ïßÞ¿ûôíãùí§··׫8{ûIO?½}ûúéõ_^Ÿ?ïÏ¿·wü ßòý¯??þv?ü·×Ÿ>ùùõýCYñœŒúÎo~yüÜýÇ -ŠÌeQεÇP}Uó$epK•_e¾Ô·–A[)ýÕvÖïœÿCŠ”M¹Þ´º¹Lx™ÿ€aÌ€¼Î•³èf< ÛñàåÆI-Ò`›rp•(ý{ÖÍkýïNù½>jÇ)§azþ±ö¹n?0?ô¦5OüÍm_‡ûÅÁWÀ¾$µOã¾Æ¹6ãzìaÆeìшCÓ56ÞžÙyéÓtO%ñ3ÄzÉ5Bëµ=ƒx´ŠŒü¯<ô¹”ÅCÚøs¸âñžñcO¬z&‰Ø)- ¨†Ã— õÚžë¸ÌmÏ+Ê胈¢õ°À­—‡`ßVÌ8JÛ­p_TÜŸ–×ðNöÈS÷Þ¥€¤@e„/c¿ -à‡¯_ð½Ã—"eÒÆ!c²F!‡O7•Ï-’3UùÌMOZ_âÔqÍK×øŒ@db#2iû5®‹/ýb䱯çW<˜F0ò ‘‡ŒfÓøÙ$3‹c92eFïïå‹“½ÚI7Q+G…ñG!)¿±™ÈÍ×72Ñå`do¼pŸ—d÷«t#ÕèÒb¥Æ¤ ¬*5ÇcÅk`Äv7§eÃâÅÉ6ßÅåê‹C"ˎśȞ̵úÈq€Ýõh Nžý‚›BêOŒ Ò!¨2˜2$Û®×é8j²j²®RäFå@1Ûž#-ö×X9$b¹þŒ#Ù†¾ØºD%”{ÎϺˆ•¥D¾ý´¾g0™$úpÒÔUVØfÝÏ‹-GÞ -M*.ilÚ-49ç‘X]åÚ‡/ëÍWÃTéq*¹³ -Üpç‹Ç7º3˜Ád2¾aGJ%çä-“k¿œË›:܆qwª’¿½pîŽã=v|y—ÕH;YUûÌ …Ú©õ`›ÀëÚ±Óå¾° ꯮ ~ÇaW¦’¦¼áõ![ð„AÀ‘â×è±îa£bË‹%Ê}É>$p¶Fúð2P?ö”ȳ¿É‰®¾…®7O_!|$ÛˆX_kCˆ0g,5үŠ -SÖÕ˜³öJ‘¦ÌmM·ùÅsЛoid“í®l\”THêyTë¡> -ÝÙUƒÃÓ¥0wÇH¬s·‚ÂÅ…u~éÓaY„"M…ÞŸ«¨x=Ôäq`ÖpR’KVÊêמ·O '66<ÉÁ}/kZCmÉÓk÷Ú—’€aK(Wð,_ÄŠûy£«:aÐjÆÄ0œŠÛLßÍÑyÁ•¦ÿÛÁÜŒÅÎcôB/KìœÅIÅÁ[|¡Ø,‹kÏ”œ g»ÏÚd/fSHÁú’ß4tWé¹8¥mF+S*„sS«ëÄÒ~» Í»iÊ=£vR›pÛÍçFªÐ[߂Ũ"AíÞ»ÓaÕH_Á+MY·Û‰&æ(lr÷²§ëŒªÅŽýÝŠ-n¶IçÏdåùæž]î%ÙsÈúF±® š?|h©ëIÓ²…¼e3¶Ùy‹»ÔÀW/o†íCÇ¥Ë µ|ó+ ûH¶É?¾<ƒ<—$ QÖ âY¾8¨×Ysx\uGÅFÌ»ê*ÍÄfç›EÜñÊ&®t -¥j§ž%øi!‘ï<)[ž°¸…–&°%3å¸EÒËÆ’¥ïª ùô‹ÊŠKguŸ4nÑÓÄØŠ98ůÃÐæÔ©Æykê—5,!­XÅ< +)Fž5bÙúô6ÕÄ>¯Q“èµÀœÅ@ÍÎ7HÝÕªGŸ’$a‡aMÊÄôð ²1v]&›‰ ¿\î,L"dÙ%œaE|ó€l¢¢ ¦ U¾<ÍÖš–"åÌAnÄ„kS$ìKU‚X -ipHkéd:&ädš—·óCS‹«„¯ïBæFæàìÆ€A›h†ˆÝ7§«\Í& \ˆ¦5ú’“ÎÌ´»|Ã6 úf®Á¾"›Ðú§Z;?²B]rmÛ t_&) ²ŒsI9zº©Û÷¢GR­ƒJµ±md™"؆à´ÖM‡6“M&öA=©¢±ªyºA¢P, Ò›/Ð,ã\’€H»QÏâÅÉ·)Ø—, [Ú¤éÁT‚*ªM5ØÜÆfí ©¼%„ÛÊèm;ýS7&Óžµ>C±¹Ñ}L¸ñC–q.I@$Õôÿ"èuU˜ÜÈZP~—ÁQÕÈeèƒ!(Š“š}=™u)]„ûî"tY-߬kbŽgÑY(És/ÆŽ:i F\ )Yƹ$‘³|qrC_ïŠeCeëHz¦M¬õ¬ñ"VÝv?,u~G-Ô{FrW›S«z¹ƒÜñëw³)k)xbáCJgA‚3ÒF>l׀꼒jË 'éLaŠÌÐ1¥„n æ@ëS(Ggæ&Òâ —€ÊÆö®¨2Ë“ñN[¡Q™u¹Kž’Y!å*dŽ·cÔf^n¾Úè6K•㊙bÃ80oiy²Í¼õ­˜X®ÕmFNvŠ™ÄKÙØ°3¢öÈå{–[çÕ6÷å<‹¨Rf³ÂÏ2É6ó¶uµv¿L­´iíâ²j~Ù)'z€i1»imÿœñjVìF²Í…Ø‚xaúäÕ™‚€¢ «-ó.²á¿8%Â7ùÀÇ÷>Iù;³„‹¬Êg\¢8¿£µ‡\ò š×n~Τ5)økJ’ž`.Á«œMªˆ¾‰Ïúö^°K­Âe3¯R“êŒÄ¬v&/OjÎnGGÚl›èxuÏœ £7ZÎýt§®öX[·bÐjWE¶añ¥½Ôf -  ˆdäÜË'ux6¡ù¸ Ëš›WÂDoªÿ¿@jÀËɇ=p³c¡¨³—yy¦°Ð‹<¿Ú”H2¯ÇU(]&¶·ª-­±{y¿tgâã9q«—¶4üo¼þ.d ˜‹³w†×«µøãöÛ¸»A’™£ëlìWë&÷Ã$²iuRÝ,DËcŽƒ¤Ÿü…¶y(._œä" -×ïÙ1Að¡±þFeïŠ:R"¹«¥q;œŸË$³M©i5­æðÁp,ͦ`ûϳK0Ca0w6 .?9C+µÌ3æ'¿âß…Âî¾éÇ]á E„Ë£3À£Têy¨¨÷ƒƒmðò†mØb%u0<Ó¦fœ­Çþú¿TÉg–B9©ì«èfãˆ@dÊäh^Ü€ô[°à¤0¡;Zl³QunºŵIÛÌUŽA¯ãx•P>.Ó>€8ç/²M^æ¨ØÑ`ðÒܨúêÈîü»Ðˆê²‰G¤¢ý°…†3v[‹RQ;»yb$²É^9Ôs™f6ELX´Z‡ßNÔîôâÅ¥4N2ÞǬe ©~>,HLa´ ËÊ54D}~¥)ÑÓów¡1­›ÍŠ™°uCpÛÔýR¦jœÍüE­£Ìª¡C'n$p Ê å$_µ&lË´˜¹á‡m‚ -Væ(y>3'©¹ÊÒº5ÑøÎÿðMyA^|¯¼€H‡ORȬÁ·E.´ðvÜž_=‰¦$òy¬Ýßúuûc;ÿ¿|ÿUjDÛ5.ŸsÝÆ~¯F¿¯%ý冸Œ×¹^×ãc÷»º S{\hLòqAU72ïu½ýÍ–YÆm;G䜯­”7t¥ùû¼ÏÏy½_L~¤Û1]æ˸¯Ûñ5K|̽Þ_¡=¨:Áïr©u?çiy+Ýç×ø˜ûrÙ툟õR/ós|ÌHíxŸ÷×ÉöF”õ\àXgʶã×ñx:ó?®?çjG+œ¿Žçcìë­óˆ†øØ^æuþ¾ÍåûòÜÎK§îìx~ŽZók~·Ï¹Ÿ+û³S^xÎ:þ‚ÿmnziW~+‡ÐüÍméQ«°js¦È¢ƒÒuT ½—¾öU­¬ÑVñN¶T‰1vÖªÉ G4‰—ÖÃY’ªÌCМ€MQ§‰ó¢¤uªP¤uG0 _ -W*â ´tZ*½¾.0eÒ˜oIJ)ÞU;¥mæš )dBOg¡šDy¼¿Û í a¤sÔ•±ÆOƒSJµR´F5žrþVAáJÃæ5aS5‰”nz“Ïß_µÚ•v·y}4²È.-%—V˜éJöY»D–É©Ü]]Á-¯AííGaQa¥kOP^t)NK¶W‹Í’´®úlR´gŠÚ¬Ùf…ê{SŠ”S熪Y1)«dÉuûSUðœˆ(Ö›3–‰TRh‹¾}·c¶W.¾U‘^‰ ¬R¿hV·pȘYZ°¬dÔ–L:a&xÉS§;I¸eþ³…ÉÌ[×%•܇îî¹iOIæá9y‘SùUg¢ä®µÊŽyô@ª)Ó ‘Z -#9U~94Ö™S!žêîŠ"xÛe;6gÍŒÚT7ª6¡óŒVçŠHêéLReÇ|n0Ç.“¡£®nWùLi@Pé˜lFÒ^ØÇ\X¦S’Á s§Òü¢ûªÿ„8\^¨Ê ¦Ýî -ì[ÊøÅÏÑ:»ÎïÞ÷e••™qä^¬^> ’‚¿RþpsV,X¡Zo’B¼{—H¢ÄˆÍ©’ª ‡JTl±p  HB Íã ÂD ˆBƒ ÎpV³(€€$)øÑ<¢ @€(1âˆ#“T‘þ?Æ(ùP+%hfå¶NÁÝ¿_d ê1Ù¤Œ>ØC$HÁÆ€{°"ý£ 2Êh}äŒ|ɳrçé¬Ú„ºAé€PAýÿ"Šù(B†¹}EµwZc'øøX³e¬si†bëÁÖoÿ;­¤—a_ƒ¬e»í²{|6é0A{€¦4t¥þWŠ­I_O)‚‰ô}E–æ¿çõn?€R:ü?cúžk“|iw¦²}UýÖ»T¶´ÛñDh¯àí™ëê\¤¡ºô<‰-3LÁHŠR„HGŠà„Uëh’®â‡–ÑBe?DFPäžb'ul…“i„È@`²îzI ŒUeKO×H>ªË?uÄYôw*…” ‰)$H#@†í ¦H A (‹¹*#‡{œV©ó_2’­#SäÞÛ‘8¹§ØQ+œÀƒgÇx¸V®D0_íÃG䟒ñê¤H!E!2àíÚy%÷ÆCÜ˲”%±kÝZU31ëš‘êòO!Ä‘ IÀåÓFó¸Þ\Þ ì´@·BA‡ÈüSòLݪ"%Kˆ x«a×EHŠ)bHÒ5'ÕåŸ: €ÆÖQÓýûx¤”Ø‘ù§´xámˆ]…È€·%v]„¤"F×H>ªË?uÄÌÛFM÷ûX*~’»­þF`L,»\Ä2ãÕ ‘Bˆ42d 0$v„$pÑ&í|R6ªË?uÄ D€8$ ‰)H#?†m P †!Ä IÀ˶q0Ûÿ—‰¦a?DFÐäžÒÚd"qºë!$E€1¤éš“êòO ü‰åÿîÞE¦»Þ¡“ ¶ƒPÀÁX¢«r…!…8^Þ«‘1ã`b ÿA`#0Z_o#ql‰“!RÄ‘"I¤HÑ­Æ8`´¬ 9GZÐ$@¼Åºë$A€1$z±„²8è ->QMé¨/€2´ñÖ/ÒÆ‚ÜS줭p§OGm°˜yé~.éìný²Üƒ Š˜Bì~¿Ô¥LíœkÚï?ˆ]Mî)6ÄÙd5'šÌ€YlVþ‡ï’êgÞf0ÃëQ–<ã¤QÐ-Š1‰Ð­Òr¸AÜÙèøZ‰°ÈDƒÑ5Âa¥\âKVÕ5‡ÃµÉ0Ä—YA«Z ÷ýÍCÿüéž@÷¥‡_ûñð}ÿ=‡Óý¶o·õ¶_¾ô‡·çvZÛ³—ûiÙ_æ«¿.—åËvÇ÷Ç§ËøÕØLÔ˜é;ž×ÛkÛ¿ÝûÃ%¹{]ÏÛr;.ïáþÍhÁ¿ÿðò¾žÇûå¼>«>/95÷9TzWH5¾Ÿ3ì§å±íK ýð„¨gH?sX¿îÏõº÷Ïëó}^XüǧåyÞ×iaÕúÇýõ±½ÿ[ÏíÙûÇýÓk¹­ÈŸ5£~â²½­Çõëc=íËí4>’.–O¸þéº,ÈÓ?¯—ûãºÞöÚØ·¨x½Ç‡Ïˬ~þ_—ÌU§™¡Ûöõµ¿Vt -±vÇs~ÖwVQ­°X{ÀÑO·í¹=¼–ëã²¾¾û§W]ÏofZ=ô(–¯º -ÚLbý}ŸTkÚÏœÊöò¼ÎMƒªŠðßau7Öqï‚ÔÞ™,ÿäµ,„×µÞ}Ç|—!¶f%zWþ«Ê9IS\£.¥½ž*Øì£IÄùGãÊN$¹7ØÕ ¹©2vO£ÒeuóÚ ¯;Ì•9½ü`ßß±) +Ûê½J46ÖG=1ÈYM™.â{8…aë1`ì™H%褬îýæ´”yðÀJVdCšlÚ=¢l²Ä6¬ÁB-Ês4ùêb“aq`ž°±v•ÎË6s­0'þcSbÊØ‡¤­èîí ñ -j%Ϩrk.3~e☮çš1“`^My,¢`µÖt‡Ð½'hwmýÑl¼Ó’4Ô¬aîÈA{—Ê0;àþ)>¾fò€ÉŸ”ò^ud9ò¸¿¶}û¼6r¥ŠZêOlUþ¡m´Ìbd’blKº(ë»ÏCXwP«G’QßÜÝ£0¯4Õ îêJ€Dº˜F­&vˆŽ‹k@Sãí÷ tÞÓj£»ùjh9µ’ª¾ALÎ~VÌ×€ís±Ö˜¬JNòŽbgÛ¨,s¦þÖ…Vϳä;WÎKߊ2è(ý%&1?9¨èý -î¥ðd9@ï2—Åï’zlßÍ솴í+ÄXùy Å#“}¡ˆ‰ÉJÆÓ²®×+äÝ,Ô%*ûŠZ¸/Ç8ˆµ\¯ BÊÏÓwÔáA öŒÏϽUkM/ÛQZÍA>£¤%ƒåÆ¿@W{ïy7¿Ñ¸¨•FP•Þm@,Ú>Yˆâ1}˜yoißj<<’1˜fx^È Eœ¦>XÕTÁŒ<ÛÂÆ/E­Î†Këåi¢œ÷Åu-?'ëBÛkôJÖó$>ûse´ÚSSáQÙÍÔÊ ý«c @±¤kÖ9)S£wi>ðå´¤†q»o${ð³ùͺÐMçCKÜÜ…Tç}|çFt1Ì -Óé赑ó¼µÞn…ÊÖìv>#Þ™HBTÒ¹×b)'P®Ò†…ØgÚÐÇäŸlÙ âåæUBw¦K’ÊJ=jÀäY¦q°¼EW I²3)°¨8† Ö —•Vó #÷8¬àg-pŸ»þ±ž[} $lôBá7X]¢1þ »ãçÜrʃ˜ïÂ^ÚÓ•†ë7ýçõqi#B¾Tb‘Ÿ(l©}ÔSÇØ~3ø%!„éÅ#YhY  ™òÛ¤ åHÏ8ñ«¥—2Ù¥cÞ1X9À'ÏÅQ™ám‡BgyÝf¸û€Ò‰¡vCa‡vwO÷:úMÃ$‡ãW¤«1ûÑ eŠ7~â–Vf!CMGQjÙUžlÿýhGDÙˆÚЈ»kæÅfzI–©Ô3kPÕV×Û"k»ÁDÙ“ðÕ¢*êB#½Hæèì¢õÀÌ0p‰ã”ÙÙûd»Ô¯\©+Óøj 'Z‘ˆ8QâÉ*‰fž"³´*píEû9¾ 5ÑHj¾"Æ­h8~ðÂÿÓcyhÒ<í§ÑÃ@‡<Ú´ú Æ£N˜< ëë³o¹ K°gA,VHœÉŒS¹°Ä4ÖœhŒ«á¤Ñ‹¡DcQ?À§HýÌB¯Ã‹ž$[[ŸèÊè—¥ˆé3£ˆ‘Qæ<Ääj3k†|Y_£$¬ÚIOï½NÅÈ®†ä aª­eªˆóèÕ`"HïO¯åÂFáËóC¸•ͤւÄ^·ß 5L±ƒ %A[BÈâÊW$ ’V×ïL8êà-ƒÅ ”5Øë”«2™WÍŽÓnù\}nÙipÓYZ—«ìGM€,¢A½XRY°·T7¢¾¡è¯C ïC'­­~´yí“´Aá"ñ~X ëËK/|uÿ³ÅÈ;:[u< Š%ÃN;©c…øÛŸÛ9zãÃM–¹© óe:'HDÿhIޱ§q(u†æÀœº;`fA®ÿÿQMû!) çïçæï)õ[w@ÔZþîlZ"nÚN ‹ø£ níÛ{Õí®¿ÿŸ–ßRCDF½bU9’ýÎh²ŸØM6AȺG»ë½[|£zb±Ê³µšUf»OÎA&Õb+‹MVÔ¿'"Æö’ù¥R{÷9Üeûg1ë]ÁáKû»èŠ$*…‡cJaÁ3–åi1ÅŒ¨²Qµ¹'0kõ4«`ÚÈ.=ϲGœô(ø¦‹á[g9CUë럌bâ常¼ô¬¿°¤˜ñØgðʪ·ŽÔÂ’IÓ@<|½á!f[nËgñR{A -kßoYqß -Xö€ÒñÛŽõÍÊ $ n~¡ÌÒPtîšun¬.ÍHÁ¿‰—[rÄ…Ú Málƒ‹ãÇ'ôæàeFZd~Ï|cc -4+r"Ÿeá–n9yƾ˰/­×ŒB>ÎiEŠ°Ùø"}W}wÀ^—]ÆBÅCrû7{ß Tãl†×Åuò££rVa¬NþüÃàÞ’[TŽ©ÞË= VR·Ž‹ÀÃWfT? ·z‹î×6wÍà¬ôÚDŠ9YbîviZmº˜‡ä«¯¨ènªýK/ÅvçéþÌn²âGU&<ù yQ'~ñ­ÅÌ£HNP%͉ªFL`Ô –Öà ÐbBùr£]ô½‡íWunzZÓd?ø”o¹ ]‚jß0¸kwq ›HtyÅE½Õsf-e9‚È: x#†?ÌxÖ‰ ø•©óÜ¿â”/CK“E!Bíl'Kô}äøZ1 _µðlm”ßZ#PgkëÊ*äÙLœ¢ÐÑÕ“ eªPè·B¸Þ}Ÿªa(÷çå DDÉ!KÔ§ OPp e#y~ƒàqßÜ3•pÐ 5[•·±„ãS…PÀKåìš¾µr‚ņú»K¿¬‰„Ò „~›8ƒš¨ªjbÀ8’ï$3ä<ðR“§¡óg¾Ö½½±öÎNß -¨F&g"yaë§v_°§‘7dÝÃTöàtÄÎDÄäïé˜VjùÐæÎvTÿŒá&¥óqž;øß>¤èÙÆf@ùo6‡rÈ«tbb"ŸZ!f„ßÎÝPC€È]T"¬Ø(n¶EMó2±Ìô6²ÿ¶¸í×ÄLX%Ïš -1o´Ü(¿’ÀrWˆ$€³cL"Õ¨ iàÝÊɹ6¯®zÞBsÞAD–»‚èÓË«^—ï©ê!fŠoë­’M/bbüLç}Žš;@)®ì•ùUz>üK"ø>šº"Õrv‹¤{”ç€kV&¨€a߀¾ºÁqníh-Ç…¬xÕÐõÇdÀ›s¦FT·ãH‹íý–Í3ÔP^¹ðÎ"vÄé\ãTšÿö&Xýô ÆŒ< + ±6Q•u§Ö¯ ćMµ>ëyØû¶©Ý‹ jgóƒBoD’ -4Ù‹ü€ÜêS2ܤ¡,taf0|dâBÐŽüShÍgñ\ñÆ,ÔM#hŒ™ªAê]L]hÙs¼î9ZQ$b‚}ß.…ÉÐ@4¤²;ÁŠºWMøœdîë×HïÌ¡ú±Ñê´ŠqVz¢§“­yŒ—žAlñ>â–zå l}fœÂ"/ØÁï5YmÕƒrO|•Œ>¶:×Oðñ -sðû6Í©E²ï½ìxîaLö —®î„ÞA}J†ê´Lòþ%Ðûˆù[öI 5”(´ÇqÍ‘­ÜT®þsY&€ŽàŒZ=ÅâÂ*)š85¡ËüÀ,Àèä~OêòŒŒXŒ—5ÃÍhY ÄÔ÷^YxõMoV¬Í4n$üF8V«Ç¬$–2ÔB¡Fñ,ÍÄßí¬L.„6ÍØ‰VÍÉ¿1£¼xíÁ&ÛÍ$Ò…ÇŽõvGþ‡cõú7¦ŽÆ3c§ëX$êh­A1?»§ Êe„}¼%°͉½m®Æª¶Îy«ôÉOY<íÌlNÈhš¹OB¦©¾ÀüÍp“e¬óY·6›Tý4–¹ -ä¼êR}Ćß1€žx¥§ûÆ`FݼìDµÈÊ[\6v­§óî¯ÿÌT&eë‡Þõå-4d6fÎI:Ë:‘Kµºäüêí¼°äÖp×]û./ºs‰œn,‘¬Ÿp©‰éÏŒHCƒÀBW‰°1·Ç¢@¿ÿò¼ /ë8ˆí{ ²hn¡Ñ[ì;:»B‚Ö¸6kÁ —º#.ò;ÏzÍ^%^ÎÈoóù·¬ëTàH·)!¦íÅö w hiP£{Ÿý -þ6>W)'ï*t¼ÌD ,8réõ‘øðWò–à•¾_5u'rHçà¬cP4Ä‚?]P4ä˜Ïë]IíV`/ˆ‚¤$. zF)ØB©§«= £ -sÁ¼#ûi€R8û–r°zg†³ÖN¦.?Òd1¨@ª/Ͳ¨¦]‰‰»Ó=¶‹N6ö‡/oHçm¡­~ö‹°ÃM‰™k¬§kdŽW¶E*·ÜKK¸·—<é{d€ú矻ˆ#/–éÍÆµîFp£ŠVÝ @Ös—Õ¢µ–Jbný ¤ai6Dž«DRÞˆ@ý•ú‹êl¿ ×›‘à@Â'cÄ)Ðì߯~-·wwŽQÃN`fœ%~oM` ©4Fj#â?ÙmÁ¢½Ã`á$&]â*I¬)ì6’)1Ì‚I_Ã3W™Ý"ó¹ïÆÌ´zR -¢W0y‘F þÕ]VF£+÷¸×ˆÝâ|$¾"/†‹+°#ÑZ.ȳâú@—©ÛȹÍj -ë«4xNÖ -ª2úYÊ íLâô$õª£r*QWU¡òѱJ¹û"‹']Œµ­K¨__>ÖëâÙæ^D¾P›ž£W<~ tXèI﨓D¤U‹{±ÒƒßÙÖ«í1Äö$ž9²sTâ¡;Ô 3àZ]n0*#ƒŸÏåùûÆä |uþéÆ:ù ½wÝ+`á[²_8]·Ñ§N¾ÅZšX§'K“ˆ-„%åa(7¢º¹æ­ŒñèÚ<-<òIUÇ6]±ÎS7ßΨõ3¹Âl–3Ò¦Z$W¹íå¹þÎà­¡üGìZ58‘0 S6¼ë9:øn†¦kÅfÌ»¹´›èzQ¦+O²Ôó="X­ZV3%2‘èÂði<³ðÈÞE½Z}º´¨ s]dq¿ÌÌËÀǾýP6§Âß̽¯zò²©GDêº˜Ž¹5®6>­žˆ39_”u±ñO5庲ŽÄÒĪÃ,*{¤Ë¼oÝ|ï{.Æ„3ÖÄ\„èÖ>–ª5ÄìË[ò¶¶5ÐÏ»'`ŠÚ¬î·î6]Q9wâ²¥0,Íx;2¶µoh¾ôˆŒHc–â]ú¬c±˜ˆùG$ƒËÒ1ÄñJJŠ2•P0œ†Q–3‰È(tuÌhÊØÞ(—_t§,kE½Ëh0‡îê·–Ž¥Z1As[Šß(^ttˆÝß<¦Ú,‡U²N[,d(Ô•^Q·7Í–°ÆAÞ£Ep'_°·×Õ¸®‘1uŒ—¡Úש¢Õr‰8 ñLA™Æ«rÂc*q*÷= ©Ãöv“ûŒ¤Œ>ŠEVbÍĵ -…× gÎݬ0~»FõäTÌÖ¼%}°•”Æ–Ô“ØÍÊ­Ó«æâ:úy6†ÞîÇa·*™-}ž©„E`dÙÄ…0ÇÓÚBÙ¸dªÓ/Õƒš¶Á¾ÅÆÂMFËœ .ÒÃA©Ô–±ƒ’ׯ² è•E“¦¹!©Ø²8É}òŠE=R2W@Éûg:Ðy×ÄW,ÖÔÉ7 ÚѺñ À/˜3<1M­¶ú¡è5 tj*·ïdŸ¬dÊx©˜âC))Ÿ_gKî:–ê˜0YP÷o "èN[vOSÖU a™]W½³«5¨ÚÍú±}/8päqE̯ޅ§æ¢GRr€SäyVßr#tt¡ -}öÑâpJñ#JÀTÈŒ„n²O;Cdäݨ5„×íOʬ0HtêBÖ'7¶L|­ÝX-C(£®^3<-B×Ðx¶ŒÅò jçs æ%à€Œ;¦Ö°ÛíózŒcv¸³SWû69rPØŠº™y¯èä…Õ%p†ŒøMÎ(¹d¦ 1}¶\€(=ð¹×qÒ#Ù§e`ß!¿ ›&‹Â*"ÉÑÈ»Iy½ ÚÓ¨%«Õ#>@öϦ€9£F—^Tó9U=ÄÄÙ?¢âÅõÍGbøÔp`¢Ü¡'WgÞsx46d|•]3?y8Q`,ÆŠG÷Ꙣ3JöO¾ÉbF1}ö–šK9•K6ëû".LÙp¯íT»7¡ÊË1aóš‘Î#o®<<ø£­ˆ¾9Y¤µ ö†]Ûv @Åq¤ã -:žAíL2ï“ÿø9Ü|¨‚T-<ÜL’¶æ5ð¦Ùº (P;Áií»L¡‰&£KPÕV۪̫ãQó„•Fo´°ËÆ áÃa ÛLM   ÞM.ê´[X„Zˆlæ>`Å×wE¶ÔvDsMˆI¾¾S‡t¼K冸wõ¶º$X¹1Ô뎲Kñ-jÚzºžÔ´hý_tåvä!7Ù¾õtÙK’³2á4¿ñæ#­ÂXÂú/Mÿ¶~Cƒ‰šAöª"Œ‰ÞCWi­J÷ ;¹«Ð5ÕÔ?Y§m$ìéȽ+ËcÞDë]z‰Ã FfœU°ÞDï©£º1Šæú/…ÿ![LLé•(<È—Y¯Lì+ú[ 7õÄtÚå:À;MqÊ -w@Qc òé8Ì(8£>gzïÊ䪙ȪòQ€Õ;bmI‰i¯”……›šÇÖè2ÄÝ6qmˆ, ^ßBŒÃLóÎSMÎ'Rþ"®¥G :B¶ç ” Hù¦)ñ(œ«÷…ªµ˜…›`áBÞš iäÝÂT½­ïàËžT«€ÍÔk$%^%³º“-Öd9]Ô6¤WNËjsi€¥|V\+ôÜv8rŠÕþT›a'Õäêu4…õ[·‚¢™U"Ì<­„Õ´¶'+"ƒšœf`tÈdT€q+؆ÍJ™Ü¸3‘zaÒN¡Ñ;Wa+Y0íg%ƪåĦ”(pÞÝéx»Hm êcvÈB|>XJ‡z”¦¤òF Ñ*OSÏûZÂTŠžVµïD”ßЀ4b…¼˯9ÄNQsY’Æ(ir Ö‹ÉêAÝ|= ž¯=d€òÂÔS–ÿÆktŠÐEü<+ïNLÃÅÃü:l »Á¼ŸÖ£(¼¬^ cܨk1©ç›b,µ •-¦I8â¢Ìío }¬ìrTÙæè¸U*0²óYŸ`}7@D¨ù‚È •å>]*Λ¼Evß8–‡’'@»Èè$¬Ñ£U&N¾žšêMuw/¢8;SAÚâJ9WìñÙžË*ŠkkÎ,B -ž$€G ¢È CzŒ -+ÊÌFÏýv¶#!íÈù“ç€*ùåͺ¡éhl¡wµ$2fêÁÌ;¨6hU*“ÕƒJ1Ϙ%J—p7«æŽë±Õ§S“²˜µ²†Q½¤äÎ ó»¨Á{LŒÌì9%ê×ÙÌBUØ‹F8œ‹²ˆmÉ/„cÐ賞Ým¹u6…1²L”†!nYòö¸;(YñŒÃL¦Ì‘ JhÏéÚ·-B¨×ŽÖ›È ª3ôPô­‰çÛЈéÕûc§6(«ßRе¨³óŸïÛÕ~žÐ¼V9:e½Ô¡  -ö®-Œs•kà•{Â(we@íÝÖȧʸ(1b2€‚Ë>ÙŽy•en\ù.êGdq-rÁ®)2(ÉÊ¤ŽµS“–6ÍÆ’6#3Šhs²zÓ¶Ÿ£g(-µžzt Í7KCƒÖ]ºÐÔäel‚âÀ•Š‘å5+ùæ&>&ì–õØ\u8ç­Œu ÞôhI òxÎT´†(AÝ—9cݯš®M¢ú«n¢üZf˜½;âš÷ÄE¬ù¿i}‚ås••tZ¹ŠÐPÙ†c§kuŒVj &ŸO(2¦ä ‰Bkð."y‘æ»YÝPl@Ç~¨ˆÛ‹Å9:ÜÌ}q>W ÅÙ Ž‚ä ^[œ_†{j ‘ͱ“12Ee„«6(7v’Ro_Ê­l„l^®JêöÛ)¯çJ~üüœ pÕègiG‚?§j‡¸Ð„¶M”@˜ˆ7Øâ…ýbÍŸ·nT‡`îÝXµ³r¹š²T:òˆÕ+¶1аê†<®ÍqÍ@ä%2Œ,™ªâÚä"苈W_)?*1ÜìNܾw'·L¿Èmïªá18wŽŽ®ÓÉêàŠfŒãˆ·^\â"¶m.L‘½¾(;ö»|ðá8)”˜à&ç당èt+U¹F[>8+b|†6Z~`«rEñ2F^ÿÎ xu}È:^2ƒª9‰^Ÿˆ‚™žp$R£îæÜŽé‚vX^w{Þ;¡!wØÌ„%3ëîhÖü!Påv-ÖÛVqQ r™zQ›2bŠHÓ~€^.6'eEâ#1œLa?öòh÷ÞÍ¥¼˜©nFÞ)õ­‹ñ¹É£%6M×Ù8¨Ï8㉎›’Œ©8 p3#/”+"€Ê¯rÃxÒ/«O÷(peGÞ ‚ÈòÒØ¿¥‰òQôË¢áø¬t'G-í³j.=ÄU&älÓU”¾oFó†Q ¸*¯ÞÑ9ß¡š)È‹;²û”,ÍÜy¨¥v¡˜éx¤ý$Æ9,Þˆ×ÉÚIžlc­öÐ!9ŽÏj¤``íWÝT§Í³V‘аèyB®o‰Ð°áÏPÖðV¨I¡Ü3ÒÍ© B \Û¬›ÐyT¼Ä•'袒0ô0÷°–ÑÁ}Ê‹ a „GtvzÅyJ‘~•ؘ -®ÌŸ J:/Q ¦Ëƒlqê ”+Øý„ô°üXK¹³q²9ä8<6•*»g<Œø8-ˆž>X½Î› -ãY¬g Bíœykª!ô(‘k,½Ê©CYît@¦ô^…x¦ß;”%kÅñ:Z§óØÈów kAâ¬^Å½Ä g>ÀFeOMpN€›ÊR‡â‚E\³ñM?pé¡fvîÏC#=&Žè“’ÇhjO€“·åî}‘Ó®méL‚âªiÕ6’3Â,7±øEœ@ãh]òE8Û®&o6ÂШŒzSÖ ¶»Ó>ê<¯R¾ÄÐäíèìUøáÿÐ{¶U8RÍ‘´.˜á޳P÷ §´Ù]µ åÆ=wÓ.ÖW@Pš(ƒ.(â"Î[¡¸ww¡WcVÑÀš º®‹­‰ñ+9 Ñ1aŒ–èšÐV­-Xù±:äºïÂc] -ŠêG¹}˜Û’)Vé±a5¦MãUˆ "Z¬+ND!•Pò#_šf?t@DT[î©å·ñI¹à`Ä„‰_㺖ã'˜Áò¤PA°§‹Î—<™[ZÂP‚ÌÊ}SvM8±{Pxt[ÔRŽ>„ŽM™Su[4(ƒ’$Om}`—ÀŸ,d— z…¤Æ›•»úŸƒœìù×Äy[(¥hUKTRÿ€^êDs*ãºÏ'—l‰öˆ{}ës(’̶eD×"[ÈŒ k0mëPP’ÉÊAWš'ç;ªwafsu–‡¾ž`A½6>![…J_Gè]ëh‹㺾©–ϑ̄Wϧ×:!ò™p‘v60‚¼¼ã¹ÑÆ(P©óHÛÓëê1½R m0˜ÃðxÚSpbS1Ý`d^ÀûX‹ÆKnñXuJ!£Ò5NK‰,}ˆÕ½ýÈ~M– rI‹^äÝzSæÀM¶~³>3@ã]äU`¥âÃK2QDz©ås=h¶ØÕw!'÷àõçtQÑ“fjútŒ8»ó =Oçì&µbù„œ8­ªx°áÉvÕŠ¨ŒÞ"7À QX,šÆå›œ(_ C¨¢‰PÇ.”geN²ÏëõäUá5+jˆ®Ò€ÈkçÍi¥;Wª’‹½f r¯ß/Jy@&iï)¦HEwÒw<ÇÿB‚FÄþ±4‘ÐV+š»®µ:ŽÚK; ”A¨u¼/ŒJÜ-döGvvø¸v¥=IÍÈæäíH±¥…ÀäËÎ3Í`P3(œµ% Ä =î¹  Íÿ))£¸Hss7fpú‡\²3”wÓ¶ŸPt)ˆ½ -9ò½|É"bÖèJóÉ#¡¦‹ïÅÊ—¨ü¾áõ]ÿË{ÿý·wüÁû•ÝǯŸÝ÷Çè†u¹—¶Üÿþî·cýãöÝ´õþüFÝGê×ç|j[·Çô×o ,¦Éjy_Ôm¹ï_¿2›:Êy‘nnã±.}ÝŸòs¯ôŸéê¾½i¿Nc» -ÁǸIÓ·ÎkŸ%Pô»vûqS_>°ïõ€ã'0€ìñâí}¿¶¹õÛúl×ç3èsþÈP¯ãq}ÖÛð{ñNç'Ø2Tås»ñX?ÛýÞ]Û³Nm>÷{ÈÀ¿ÏÏÙµ¹Ní7ô¹Ïíº:/ë>áñ’šà}Ýa½ýt~úÔ¶Q]|œ~ÿÄtܵ¾½·6Üë2üܾխKŸu‡Ç\¾öÙ¦u›Ûr?Ÿ¼K¶+%SùKøøŸ?k| vN¡Nr¾?[6`„ ZÆH~tò¯à - Ùš—,u¥o¿#åó‰?±xü¥<«¾¤ê¨ßõoÝ¿àxü NÆ¿àʸë:ôÿˆ¨fõ(B†¹Ýú=Û;Dmy·ú·«™UÔˆ.¤‘5He$ ÙÍ›öù!K™YûH©{¬ò~.ß«AãYÔ€c©|OYÝŽPk¿Ÿí<+mÆ\6WÚ«4QPĦŸõ¹Üóæ¤ Ò~]HÆC§6 ÊíÛÿ—{`Û¯T«vp‰nÑ£^l .6—²¿ÁÿPàÅp±A\lÆÅFãn>Èö5Š— ŽÁÇârãð%.8€ â‚C¸à0€ “2Ñ üEða‘>GŒ{âSª*³2Ðã“ ›È\›0\ŠpÛ[<ô¹íNöãâc<ذúÇV OTCQ&eF3üœ'€¼ƒá`¦5ƒìÉm2Øžy a©|ºÖÔ´O’º…ƒq›Ó¤.žìÇ™ì™ÁÓïù¬D/Z˃àÉ÷Lö÷FÍÖ•«xqìð^ô®¯ñ'_þÙ^ ­ŒÚiêãùÒW&î8¦(Úð‹ÿ¿Œu1/À¦nàùÔÃüÞ¼Pw¡ ˆm¹yû8ÖÁm"h~DBYypHøÙgŠGßóí댞G°ðl¼œ¸]Ê2Ž•ÄìN~QÛÝ’ý¹G¥=VÀùÁ—ìJñßÅÜl÷ß­±‰83Àƒ“žƒàX -ŠRÔݤ/kÞùÀo[;-Ü¿[ÁŸ„G{Ï~шoSº©_5 gFxpzœÝ26Åía˜U´×ì2zk¬‚ì^´W¼%–´ùò(è_Ý£xåÙÚ”ZR\&œ¾:îÄ Í8*Ó9ª-½¼/jáQq¿soD‡&ŸËñùM‡;÷ :­ý ÒLýúç7wîƒöî·¤Û­Ó«^Öõ¸ Ð…I<8bmsà_ÄÌSZãºF¿]DZeäVb|›bg,“Åöuìdß\Gí-ÒëP÷pÃ&wã¥Û]^EX9Üûnî]{o©%ôyÌu&Š`8!žÖ¢W=Ì -4•-©>Ô’QFá’Ž8O-.!3òqÝ×½„È`eÑ楎ʖ&má,[|Rï^º|do'^îûmy®ã¹yM« à^@C2Wg'f·4±ç/ÔZq£‡(¹[ÈÀi½ßx·~¶@m]sÖÔC¤Õ*p>y_[«%üÆ;íj^À9£¨,Ìh±@ª£(³.vWoö›™¹ÞÔfËç‚ÍPÈ›IòZêÒ ->óv•|ñ,GMr4ŸZ£«’×Elü‹,=Eð -`v~®%­“Àñ¾<ôç(èc­ïNÄ:á˜Ëk ¨ÅLÑ‚MŽvÔúŠŠjoT¬Ô?f7ok×ÝóTÓxÏ7Ûš£\w‚¥ßªàîVF:@c»Ò -Ã:£dûT ‡…Ú¥¶C™æ‡ßøVg¯M-Ò™’õ D1è‚“¼SÅ?bÕ»±¢0BYgйB‹‘ÕAÙ*F›å%»¼nèvë‡)H¯B=#6ªâk=ôºÁiŠË I_VA#N,)ã\¥eª˜ª(£—<ÕÅh¶ªv¹S.­îêI¼ëí¥ŠpðDžˆù$äÉM4á®nË8ÿûî½jý|Í*IWãò/fcçXós™@¨k÷n©Ï”Ÿu¡¨2z¶¦¼ñX[ÞU®G°?eêÇ>¤¿#Y¢„í½Þî]«/\•U“jº©Øõj:ª±ð¥5혡5V -°U¡:¾ui[pÄ®‡™AG ìј©n‘ãÃ|’)7Ž„nü¥60$ºsÞK½Cçž–ÜÁýwû4î6â+ÈhbÎE×ЂuC­Ê„êÁzjq×ý*ʼŸ`Ë~E²!‹…ê™îez Y7äÃW)Û5vXR$ȲúD¢ˆQ¯d§”¹è+yíì4W¡½¶"¬õA€w*Xæ~ ‡¬ü\žÌHü ñ®ðÆåÊ0cà°„ÚÁS*ú:æãî5HnÂdoz ¬8ÂÉ[Êw6íÅȉ7-s¿ÈëìuˆW=‘ù3 ìÙÛqÖ+\ÛkZ½M_ÝYôkÇW‡yrs+ÿ*Ã<ª"Ñ<Þ“Òèã¬s±¡åm}‰Nýö¾X}ÔÆ!ÜÕDN]“1$ï0O*³a)%£`»È[à‡@þfX†8%hÛ ä¬ˆÿ­¥UAÿÏ[.Aºë缜‹Ó~EîøëÀ½VÄW±¿Z"d­½ÅZ0&”@.Ðã¶ÊÁðKdx˜çªGbÐ3š¶­… 5º«Ôrú†³îîmÿ$OÄOký“­Ã„F!·çvÀ]#µFÇGp¬i«l†PÓ;ãUª¦à:Ù×R9þ€Ç*¨˜’bmýŽš¨Û¾ÕªZVžNÛ^‚mKq€<ëŽýæÈ‚LH†šKi·ÂÍØÛ×ñ¹.‰“wõÁˆ½{„ ?’ïªÈ ¨cJbã>p€ÌíÁ¤Z&V©‘g¾sw³Ÿ æ:ûaª mWxŸ•ƒøÄu:k×Q#g ´¸…è‰Üp~o"2<åZ]ß™|ÛËAšœ—t GÄufµÞ0Ô¼€ºÈÜí‡R݉·Sˆ«2H×VëÔ’¤ÜZW„ÝDïýd<ñ=–!ü%>3/E ‰™Pל…©;– àVB¶…®2Jqˆ~í¿€ð³Äbû±-Dh:H{]ª ÇÞ)žc&ÕC¤$2ú0OòzÆæÅtjÏ·EAñ ÇcD åð°’Cäyßüß4”lAæ¥ðZ­Øð¹‚áÙD{út5ËŽ^|ržN^á~ 8lÈFÁ¨·7¥=ÊVÇ;uÏ¡4s¨À¬`Ï´2©ñQîý©"ä¤ýÿZkÊV¢š¥žÐÞ ƒ9SWˆæª‹­õã‘ï²¼‡ü3™-S— «u¥Ž—ˆ ±*ë Zä]iHlX„Hóç–÷ºb¶ª®%ÉùûÛ¶›ðR¬ÆD6BD]ñÞ+¼N -U&V—Áo›/k!bæ-¤¹,œœŠÕÆÞZ`RM„–z 1g€ˆG9Ù@x¼{šF“ûª -ùhñÓášÓ”6“ßkÛs[(À²BPwg‡†Ýö3[/‹-TÀ‹}®pª¨-E¥#ݧË8noê_¤bôq`­ ] -xÏTuZÿ••F×êÄòW=PSɨ‹Ð¬Šqôî§(oÉ‘ÓúïÙ)X<ib-¤‹¯ÆÅ~å1x#8ιQBt‘ä© £øÚ[4rÇ1„ÕI¸S¢C©µñ£ïÙG¹Â h£êáÝ€¦] áAÿž_4cõ[ hó?9!‹(qO..4$gw"#c榒P£y¯A©a|Î}ôØö\2`)^ò#·VÁ%º†07Jû›œß³º¯4«$å-BªpjW×­¾Xàá×Ì}sži6mÌÖïLß1£–jDb˜×èRƒQáÌ®tU(< ¼œÜ@tóÓ'yGaVžŽ!ÖOša^ﺡKó*ÐK ˜ížÞ’ à—­ A £OþÚìòc1b@]ÖÄL½Þ¡Ð:оWÞSmEÖ”€‡ì^_Ú™ ©áx?ż¡Ž!^tÈmF‰Ùô¡àšÉ|ZÉj_JØ…(ÂaÅãÛ¡Ê VVÞÍe*®Ê”‡ŸjœÒ‰m4ncÅò ÔÚa^„€7 4ù'çKºéµítqœÑ&Zýû¥óUË‘~>6õµæ 7I—µ$Ï6„‹˜*4çú\Œ@/^«õe9îrûÖõ§aá]«èÅØEáa>à 2 ¥®|YÒH`u³y¸Ñç‹õš$çÓn›f‰ ­}ƒZ‹릞{íZì ’Y~wF—ÒÀ”E©r¼¶cgÜ9ÓzßÙÎ]‡ÿÂH=3»‰6,ûcæ­F;cûÂs­·ž«|µÁŽ6§KÃA²ˆRÊ6gÈÜóÑŒ'gRYn8$Ú>ÞB¦ûÛLYǼQ±™ÜÃήÎtˆ,î6Nv_ësU½À¡qÁG0ÂQBß· YlT2$Ì0Œ$Úí¡Ô³E ø—™ A@ǦÅÈܪɭD -ÅDZ3†¥(úâÍvÒÛ>°›•=½¤`6/DÀ ¨³¦H˜Î>C®‘Þ\L¤MùmãD?ßío]ôŽnúu·¤‰¨|(¦«Ea(sþÍfªai9Ä_b<Ô\ìl…ÛpùÖÜsHïÈŠO$ºy' -¤y¨=þ‚¾*WÛ¶ÅHr$˜ë„¸l*_J,‘êí}ºÄxKˆ€7Ú™- -Qî9¤u¸Ó«NwRï"âÕ¤‡ï¢µ¸¬Ø9Ç -‹u~¬0 ï M+*¿_+×"øÖײïžßøz·YƒTƒ`×YO¯ 7ÚI·Õó7×ôa÷´Ïúj­“ó)¯–›”èÌ­¨¯_ßÀŒå?Ñ2¿+šœ ÝX„E¦~2‰”dK@?ÀXyUp±âT*pdW¢£ÏW÷Û †~$Ì #ƒí“àèá“ÿ3´¯ê>îF{a@n$¸c[‚ÞÑ“à -l~Ç­¶Bl¼*9À6[FXölJ2IÊ›ÜíÝÁDNØ*HYàÉAhè%¨Ž÷ㆇLûáÄDR¶¬(òí áÖ;}Œ•Tñ Ñ4«ÅTŸQxÕ,Îèºr#Yºu¶Lùé’ô½w|ûxô®r‡NGŒþNAg| -ªÃ†"6r¯.£`GÛVf[5λUmˆ–E‘Ø…÷ù†k)6ú9ë[òKBcÝ“e’Ù09;ìX!Ä`çAe¶T¨#ÕÚiÁ8KrxB}f§·Î·cÛðVîì:†”7úd7Õ<Ù®6\[`29d2|Ù‘ŠØ€¦¶k\eëüßʳG¤†³{x™iüÅâŹzz¼Þ;»Jú&Ç"–R¢½{¢k•Á¤~1=¡3eM;Vö¼#ûõÍš¬ñÓRfÐ(ÅúûÍ<¯ø&’<îɇš©EY»Í¦ø•²™xé­zp}œçèùÌpÙÏÞ… 8ø¿ -s yë)Ú‘³VuÁŽŽÙ㊦ 8*mÖ&Ÿ®oðA©ªÆÛkWÅ·¼SPpçAòÂîúíGÎ GoÍžF.šþ&…èÑô„Ò×ÓFYhˆÜGo¡ÿÿQMû!"ªY?h¤,œ¿?B†¹Ýl¥þë7E©íß©M;ÚŸJ¿-Ú/ÃrýÀ· ‡4ÿ?U{[ýNÝ/KW[¬BªÃvê g:k;—¹s®œEλã€yp âЪ>wxúïß¹uQÀ8p"ᤥ»Ýï(•VõQ?SNs@Ò>ôïÆb=4¨iñw‹—$»ìqÑ]Z®Pš»8;xÉbŒÊî]<•K™±V=EaX¸Þ¾'Ý–o”w‰Ä¹.Ϭ‘5Û0MÐm¡›?È V¸ä0 (8Ì»G=uKŽóôòGlÆöHšzzô,‹Tß»©òîE*1÷Ëx´ÀЃÇUȬ““µ¦$X߃ÓÂN—q»VpºO uQØÚÚ¼6rÎÅñ »£ÈdÎl›fÓ#9¾Ñ£3é8§‰øžÎ¤—·¢#ªQˆ…Y§Öj´nFµ&S7fáAV¸ÝˆX}¨ wzŸpêwœYƒâÇPŒ­ž©ì}Í¥i^H'ÀÄ,WÁµªozFš» |¡M.t†ðVoL(e¸óã§²ÂVoƒ3c;‡¤}e²ÑÀãjšž4ì@&^‘Ÿ"ß<Å m˜Zmf_PF­ òObþìì€p³ICÆFï±oƒÒFîYæÂO—…Тãmåèüùź](uâXvÆ}h¡­%Ê¡-k®VÔ2i×lòü8bß5&œô8½7=B±1Á²v$þ§f5Ékùžâ êšJ4,••]ÚhÕlÆùñ%ʧ»ÇÄäj8£µ h,ôéž<äAò™Ò‹J*ÁµD«v€‘uZ]³˜£†='õyÎùi\Øh r„ÒÕxYkY» -…?ØKùɺC0Ïÿù´ ~îZñº?5ÿ|9…1)ŸHqpLëôþ¥…úЮ«Ø,)¾™!UÐ&„ÞÁJÛÉͰ´ÂIOid.jævÉö¿“ iDØ€¦”Ô°'¶/P|Új«ÍÙŒRêhœ¼Ð<=äRòÖQyƒ&‘‡:ûtÐ. F2¬—êl¦¸MÎ>㢡ÓFjö®¸Æ/U[Ö^Ê#I ®c5³ %ɘ - Ý -H¯÷à° •úi„Ì9±5BjëŽC?“0÷fÓZ£Å¶î†‹Üñ,SúKcw—oO#¼åª0’êg‡'N9±*´ôóU¦-Ó7"II]vÊ&Ž6רŒ¯…,PKĵ}_Žz>‹«µ¹.ç)sÃ0I™bÝ lP†À¦Ä_F—ζ)U4ôOêšN—Æb€D‡|yÐfBÊP¿Àâ˜|á{+i·ÔV‡þB½ÒÓÔ™¯ðØ£9ÈGEP%2GõÔ«äQPˆœöm04n›væQ+€Fõ[—ÛŠ - tFZ}^AÅtSâÊõó9ìt½R H:`tƒGK}]±;fÒÛ3å5@Ý#—Ö×£¡ÀÐFüKn βŸÅV,`~Z[A¬!€¼55ûĺŠN!·rŸ•ĸ¦¤â0]EÃs7»9f¨Ý‘×irF}ìÐSÎA_N3´“\Y R´ÃĬ3°å§îÀæ:ê¹÷&àì5M¡ JÇn4Ÿ’å;-neS4k×uµ Ðû$Ý™h™-Z]’‡ˆ]hÈe+€êÑ$©¤wÊœÁyšR5ðKaÙIŽWŒ(<BUqèlZ7ˆ>.Ó ‘ð×"ƒ,Ó+*5ØM~B9ÃlŽ2çcV?7±íœãÈNa³…HjËê“*8¸‚<~ì^]];\ -æ(¾›¼YÓÅèº8ˆJOk—«£6Fmã[-`ˆ®Ò"KÒ%ɘz÷Ao·g´‘c½õÂô¡9(ï&œ·À¶a¥ëÄóHkΊãN/®´p+vÊ8!4ß¿œÂJZíq«ŸGPÕ+º -(te-1.€A°{±ÝRLFTTtm•OC7¬3bóñt¸ƒ¾5ZjxÃÅð6,”0q¥'ÒkÌÎdm7P´¡&½ -0ÒLYI( ¦ Ä dMýúúÖõ¤2Ãu„n´ W÷Z¯Å´5ô4²1)~[¡°â=Z€Aš[ ãÕ9é_X€tÒ²½ƒz]—öÓ[ÜÁÆqk‡Òþzô4ˆãŒM§n‚Q¶TAýŒîXáWw­y½éM»Àƃ;•,»PÄ0}œq3_rn7»qÖŽñS2!Pǘ¤dQn¯Òyˆ»bõä[rÂÝõ\°úÛÌ7k߯¯z°9Q¸`S†LE®ÖÞ¥ë,ÃÚ÷^Æhƒê!¡"ÞýÊ£žý\±gǨêèc£œW̾egaJQt|hžö<ޝ~‘·E^[te¿Gw ¦¯žÖ@¿U ¤QØJi2k¹IwqWqGu¯WA¾pÛ ‘±ñ„qIÚ‘Æ4ÌÇc«tv[‘@xFމpÄxÚ+|MôÔÇm«çBÕæ½tš.F:ÚÁ$ûHø˜\‚óÜ-Ä Õqy§v×ÀÍóÚƒ_þù´Ì¨Ii£Ϭç T«…FOïŽÂ´U|2Ë'N-Ê“âÖäÕy·ÕßoõP¿Û= ¿Þ»©ScÈÁý‹±$Y¯¨©rér«ÂìEÔ«v¥k¶ß¢ŒêW}mÌìCTïÆý‚_äÝt¥÷‹!"VëÕ18pe÷B誟¨¢Yjµk^Bà¸SꪯwÕk85€ÒêŒMslSî¢~Y¦¸8 ¨Ûrï6×ÈÁhŠÐS¯ñ޵z>‹3mõM5líU,®ÜF«ïÐØ»Õ{ùNü*ï!—0aÏ'ñ擆äÈlÕ¡k'uìjÎøíxÒD´‹ÀÊ(jiN{±pýxÉu¶Ô»éVGC­7Dö£ùõÍ«–t~Çš-‹íÝumœ»¸]¿¦çP60YWYH»±WA67½ÎÏ%É+t¤'ºÄãVÜ]Œ ½7>2²7e€qõ-·|¯Þõ+u[µéuh>gD:ÁN_ë °_çöÖ$“ÜWK±®Gp¯Šì¥¶/ä½Êä3"ï¸~Çñ†ÓÆßÃÖëlÿ -Ÿv|¾·”û„eMê «Ê;ˆ-?÷Õ+9D”†^žÈu°š—›ÏšóÙÕ ‡;¦= ßer_Ø»%¬ÇÆ J·Ô8ú¥÷à×xß§Ýîì ›¢ÚŒ™ÁÍŠ¦§¤¢S:€ºwÕÕKcx\g¶"Ál°‘Ðékø˜Ï'Ý÷èÃO~wÓ«{„C[Š5Ú]CðOô”x¿ÑH£¦Osë®8Å–(=5«wgB…’Ö@žX³zJï(¿ÂûÍ9Ì*Ã8O.ù”\\Ï2|üé‡Y|ÑàñÖ¦b.ª½‡ŠT †e,4ðÒŽ´X3ïkë Ébé~•ü$!ˆÈ#£ùs„×—GÐÓÍwq¯ïçVVì -Ë ¡Å=k2Ó\Äïä\}ëú&rsŒ”¾DïP*Ô‹è9=Î=ÃÅï®NªqñNïMÌ ª’IiN*¿Ðð#{çéø£ë5ȳGÆñ†Èxv5.õ66^“|®övehV&.*#½º€4¨YJ²ñ½Êd‡¼J]¹#¹~}fUWC?†ë¤µîöi†’àWš¯»ÀáÆLIƒE]¥AÞÙ ˆ‰ÝfŒ“ޅ˦!j_|²ÎpÝ¢FÖ´¤¤4Q›”ܶÙ*>ql¦‹¯%/yk¡A½)¹=Ô¨ oÔYçô^Z"[oxOx£žˆ;—=·é !œžuGƒc^~#”©ÌúÔSÊÙ[´A»Xì Tän]w¼Ç‰£ª3ƒ¸5íñð†yÔ"luf ÓÖá¢W03®)¶'·ø™7ÔàWWöÈÇ[WîRåߺ‚êÙ€cZ}Á±7í¤­ÚØÜ™¨˜“ÌN–]‡•Æ…¶2uד6ÈhüÉ ¬µù¬!™]šº#7äï Úz<î·|œ!š -‹Á(?×sF,4NíF÷F §¡hAQÄa­Ä ¢”|îvŸxãÐB¸îXÕîêvJIì.Õd·½§ª(ÑÑpÆS] -•—1ÇÓ~Ÿ‡ƒÌp7@¯®š¼Ú]ã \·G¶š>‡ŸjéHó›)‘¤LH ºòK\+w <Ä'Tà„#ìQ"{Þ -:"~Çg«òÜ+Åúª‡AHÍÍ÷™Âñ‰Ž]3…çHÂ@•’Ö6ËÌ €EÇiˆ‘¶SGhî”ÀüD#üͤ -‚Ò|Öž†êQ·@ñi¬~¥é8ÐýÉ–ªžs*"Òh<²Õ/Zrìð ýüAC„ݼý -þ%©ß´(Üékú7;»Ý¨B¥>$³]RjÐL>Òe£8kþÞ½wI©¡4ÈÞ -Ý™- -2c—ž¨“ÞfXã¹³õ1aÐvŠÇVn,ijĪP')Ízì Ãäå¶ß‹ËªÑ•Eyl€»YôsÄgM³·ÞÉÐvÀ…äJžyëù0 @':öÛä3õb†ÝäþD°>g÷ó®VÆÒzêz°žñaÖ„e©J¾ÂÑÆH4Y×]eÖ ïß÷Ö=A Ú'9á¶äöpm:FGQOè º?˜ƒX‡Õöd­ZñIŒF$¹Ò2®æÁ-boÞ%¹nö`ëK›Â9”+Ç*x„"Ìj郳£û3~v•´¥jÑsõ’ü‡…âÑøEŸÓHÇ>hΠr8”<è -}eAyDEüâÊùz?’Ý.V•#RFDB^_xu‘øGA>(ŠÕÎ\ܬë nT’ÛPÏgOÙÃê@´ò›jD:êG^ŠD‘нë,©B}¶¾„¿¡€)#9¾šÑÔwš·ßÅk ¸n•Ù¾gr$–ô„­6Jüéý"âê­Ažp¨XÝÈ“ —|–¦1ãúZÇCwçÜ¢Ll––Œ¢ Pfá²/…|Móñ´?ðÍå+[^B¼`GŒ5Pºp–.õZpW)Wëúó\‘1£)r¦ƒ0l.™›Û!c OõFŸ°µ%K25¸Ù”‘\?vô¸vç‡÷aÆÆÁ²MÖ Ba®ƒ -øx²gõ®o=í¤A>SD©É qCÒ‡Ÿz²ðt4/Zc_sÎ-˜ -Ò\ðÐI˜L¥Eâ¥ùGŸW™Ù$K^e z˜&·¯FF›€aó”~G‹#h_Î>‡ç\Åh83èVj·É%SV=|i,sjïħ`kJˆj`ݸžÕÍ“¦¦†¾{[m|½ã›†¸\Í2I5ë0oöœ÷$·øé7æ`kJ2l¹1/nIªœ×§FX‹–®žîØðœªÜ¥P†ËÂÎ ÆD1üÍ2ÇS¯‚NZ€nŸž\b<kÁß&æ±d½é¤Á¢¶@:¿”€ùøû´%!+Ü,¬PA7â†Ä¡_eäÒS¥ §å#Œâ×RÇ7 ¬»Iç$å§b•Ö3º;¬ãÖlr»ýÜ °µ$¬º^+ʺ1‡ŸYì¬MÝövw®Véq|¼òÎ[*¿i•0C[^.{ÌâÛõklý7'ÜR­Ýx'ôiRÜÑ{ôiá÷~nLU’~Eâ]ׯÐ;PŠý¼Ïds+›ÀBк1á«YÜ<ƒ"´Ä ©´…íC M÷¹eq݉îƒqÝ*í¶›o~]‚¥Â3t¯Ry cYùÖÞ|ár_µò­§a“#Í^ˆ_EŸ}QRé¾^`âÏJ;·zÞ§”–Ê«|A?šØé˜ -ôH“ö8‹‹‰“7¢+ÑÏ’@ë -eæÆU€IÎèÕ/jBª`§Ýx¹>³n†ZYoYz«bŠÑè—&´ßÏhŽ+<@QÖ×ÀY­çqÆŒ3Š^¼ù;ØwÎÔ‡Öì ÒˆÀpÝ7Ï´2–(Ôµ:ãÿ î-|µÊŽ0d¤}ÂèËÞE'( ”áúrUíç°ꪂé›G W&st=¨¹Õ½À’`ðpP膀´¶ÍPàå„#ò›GHBÑÈg< cîNZµ$"ÊŠðSHNž`M'¢àëÅž·êF"”8¸dRÔT9Y²âWE4ÜkC!iÆw®©Y߯©ƒLÓY|Ö'V”9KÉåU­žRðvU[—l ©¨ÙdøILQ|%_z»Á-2Ü!JÏ.)î^Æeùáb7‘Ÿï™ƒ¬6yÁQ“W»kH"U°«¿Õóéå ~çÕízCtQs#ÆòÚŠðˆœ\·ûœßfyƒÜ-ÚÕ†àR¥ùÌaÓ̬g¹Ñ×Ýæ Ë›ØdS.f£0´Qšw©AÎ-ÿ|o4Ú0+ ÕüKyÔÓÛÏ€dSË\ÌÚ©Ì••i“Qmñ*9Þšy•2Èæ:„Â.R@5àN³üÛ€‰.ï Þ(¾+¤kË¡ÚØT¦e1]S ôñèŸ5¢ÁTúƒq§»Wœ½8™BR¹ü4YOí‘ïÓELÚá#A¦´›ÖMÔú"bð€[Wê ÙXÖà]\ÁºmT>¶»¸¼$í+ÎdÙ7^À1Ùñç°ëÝD!:DÅ…&+ ìuqìÙU¤ j¨c u¬a…ÉÕµË7ÒÊx¸Î²JÑs,ï¬Üð0t/ŸQ°X¦¡ŽOBÌÕ•5 2ÁŸWPF¢…ÖI‘@ˆØ‡)\·B9#Í*¼lÃ6s®IC"ÂVU“]q†h×I“âe¿7¹ý¶Ä*‡cêà®RÒ`c8ç´¥†nôEF‘-%=8& R&ž@|Ó¤M’]4…úY‹\Ë “‡Žz kBmãW~Ûåäôç¶VPy¸$´EyªÑ‡Îï Á‡”cãÎ2³S¸ÄA&®8;»L•”Ô(gYY <«dϵ4ÌE!Bv!k||°›RÄ›H„,á<¥,µðazºyq!X &Ü/q‚(Nÿ7ñôÇêeƒRµÓ ì3¤ESšëc¨Ý ‰wîK¡ªiµÅ‘†ú•œ7ÄžƒF¦ -ÞØk2om_<vk%%¼(C˜SyÕyGqA¤ ò›ñ [8õˆ„ÓË ú•5dž-ü½BY’H_“=̳Qµ “”YTJµ*@bþ"q»&BUs…znóñ€LõðÛ|Böp^°6ÖúÑL@Ôñù𠀆~·›ƒ­ ªò4"qzX„Îø¢ç2Ijsˆ¯Hƒ«b‡®0°NôýKÖÊr¡ðÖáöt&¨¬^YçJqú1IH!éúºÝ'`ùq«w‡@á z†3†‰œîEÇUÆKCkZ/6µŽŽo¾* -¶9ºÑJÓqÙ,aæ¥-¬)¸-°e‚;(ô*È5iDT&£W,Īq¦À«‰Â%Lž¡¤bÍ¥†ZÔæ™æý‰k Yo$© XÑ>‡ôŸ‘‹GGÙ`ëOX• -7Åéi9?š~¯ÉìæVH;€Ö¡·k‚ÂWS@Õù­›ì Ôê!¢~~nUÕÓ«UpÉè+¸6BqO?†•Á²ðbé(v… -ÖyÅ’ñ&ãâç1Ê–"mF¨Ð D¹tŽm×}MÃ#‘c#o4αu‘µÃ„ëªÀŠù·ÿ’, rC«0 3·½j¶,Ò¾çÆ£YTOe.Ž!œŽµZÀŠDÙæŠ´Û «‹™4Èb Pʼnû>Á÷ ª0ÍTpD«` Ëpb Ó·aŸÙôMv²ÅY¸ª:\ìç ¸Ìc2Gä~•FÞHÔ­¬EÖ¢†å!Ãt"E¼=™ªµ9%'ÊãVà­¤ÌëD5Ø€VË€åóÎF$¯„¬²D¹+#OáÇ9¦I§&±¥ ·17oé “ËÅ/í„hieeºq½Í‰DsµÙœÜfI¯¡Í¨X™¸”˜m5æÐÛ+yÍ¿o/§¿G¯/¿‡_»ç¦m=–µ¯Çé‘/§ç25ºû€á¾MíÑ·^Ûcy[:y×¾í÷ã×bS¬´ÀÇã‡s_ß—ãGº_2xzáÑ祭c;d/äû·sŸG·q»ÏýÙÿåöü¾¬›g¿ˆuÞ>œç]¼m_Ž–5ædrÏú÷ñì>îÛgNå’¡¼Ð0µç¼lŸí}Z¯©ÍÆ'¥‚ÚûóÒÞúAyôìŸíÞשÛϸ½ïpêvï+ôÍ·þd”Ï,`¹O5tðE¢0Ó?Ô¥­óW{¿,ëy<µi¹/Çb¼ðE -¾öž9õ±ï}:Ú:ÍXš÷Þ¥é}ËåãÑVÍÇ~öû¶?úzÄý¥‰â—¦êÁÜß'ÿ!3ž 3Õj®¦‚ªËƒ‘5j) -—Ñz~ÑHÜã1=»—E‘·_ Ò1Ôý1UVæúëF„Ÿðð‹—€35üÅ\Â/ä -ØZ?ŽB"Ñ8Àte=«Z)d $‹4>9Â\¤N”yQ?LÜJ¼ç¬ÿÿ@œK°q;¢“lcÙû<ôJµ2exá_4ð2#ŒK‹=äXhŠ·cØöàaÉ›S>/m#.4É‹ˆ{N½F:b\ø¡éÝÆ™¤‚ê©Ú4ün« 3ƒzß$Ó{¾f£z„#Í$"¦<Îé=””gT iÎD„ñ:æ{ -‰z°ÐQŠ'Í$W[],L‹%þQeR Ãn¼¯"æm€d/õdaI® ƒ:iȱÙ â㢪ëÖ!Újeû†ߧw*Ìt¬êñ4¬åÕ0Åò4ÇÛjkê‰é]äžÛÄ©išD]ŒÙj™ðÂ=Žùá{ªê…—™§XhŠo´ DC?½Ìל.é™f_óï;”Û4°>Á¼¶Q¥R³¤¦ôü>Á¹×¬U1W^»î<>ãºìÆ;½Î{u4DeÑšâo4†âËÔí¡V•uÖyg3ç›ï(œŠÛJ5• -$õÊ‹}†Ÿð7p! Mò{¶}6ËŠ¤Wd'xÁ=MJûž¸«Ì…¨KǪ—9öÍwŽœæ?’½lNMÎá Š~_U±üÌ4á÷Äõ‡jšôCqMàISüX~¼S>{œ•!&çÌ{¸ó˜ï—ó€އŽò÷Ó2Óí$9è¸s‚§gNmô‡gvcûÄ+,ˆ¬œÖòHÌ»ƒ7ß à{ýöÌLD[Å«ÞKB4s­ê‚ μ–á¡„md KìYß¼ZÛ)XQügUÅHøêü.ÍV‰ç ‚ÝaÑ"Ð?œóÔrŸÐ÷¬6=UP:½L‹a‡ d§¬2YwD>E¸SÄ‹ó\»^›ñx¢ä¢b -w›Jƒ¨Œ É/˜2‚*YцϋíÑo–#_=xÇüŽé6ÓYkˆËý°é½?àqd=B.:×øÙ /Ël¶ûóß'á‘æƒ|V:ã*£8³& —À\øóGÔ oÏEІ%2‹·Ø×ï­ÎN4Ç™“ŸtìyË–¿J=´Ô~ˆ¨I|ʳ„“„¾C㣃7¢6öAD´'¼-díx—5ZOFÔ>œÌˆŒ Æ;Õ”ïyÒìùýN¦^‚EW¤7œZ,2ˆ}~ûó¼P«øô›Ù£ìÇ1àeE¯çeÓ6íê±÷ò0qÄe´ÜøÉØ7F‡põ´c+(Oñ&´ ùgÐ|Ÿc ¹»haÏ;.È ‘& g>D4_ßòõÞ-×4‹šX›?W\’g[#XYv0®ýIû§ŸË©èqŸ‡ û[;»&Ðï |êüu=œã‚ž]ãm3¤ùW×sÚ!sú5öá ×5ÚסÓ <1‘PpQ^ñ{1z—»ÛÀÛ³ëÍÓš£&7®c]TùæO ¿csoø9¼éfiƒ>YÔáíýz¢Î:>üÍ`¶veGq£7¦ÌøŽa½ ÊdÛ\«’Ï!/ GîóAç…ósàã¸é=ÎxÓ«Ðmö,D±ÇU ŽFÅëiä†{¡ ’ªáœ£^•Çkƒ}‚tiC,¹ê=Êx÷øòúFõ…WÆ51›‚‰AÅ?4²ƒl££^œÿ¥²0û@Ǭׅ”zfPŒ>ОæÍ€;O>KãqæÛIÇ_ÿNtPÇ ]˜µf(~zFE(m2O+ÏÜ3”ÙºÐN6;€Q7®”çõ62ɨ‚ì %[|˜˜Û¾Û( ó˜€ÉfplèzýÙ€ß*\Ê¢kñŠÁ;_ö¥5.DávM×î€Ùº8 ½)fРý]½}¼ä&šGŒEæÝKK'ö”¹(\ZˆÅyÀuíàZ¾Ú06ÈŠ064¯§ÅýV ¯Oé}{ wë‚ñ5×U¦Ypÿi‚ÚqXæ6_ U x®m -§ãéà™6Š¸Ûƒozž|^“öì Íö>/!ox &>D¦àÙï½@­Ëˆòr;:!oÍQ1xÞƒwãQMW ²¢NC…À 0—xÄ(*]!”Î^™.·ßT=þ Ô«eD/_o#TKè½;&‹¨D®ˆè`X/9áÛZ6Ü`hÁ&ž;s° CúYùI†âƒ§wÅ.I›ÍVö5¦ðB®i£Sâ¢9’«NxË -ÔqüK~o8Ï{bi1œº]¤sU—~º¼Ûªruj&ùL -‘û­¼±:±­ëØÊëñ+ætŽZÙo\-Õ¾³ó9¿wÉü_Êz7`ö[;CÜWZvnÁ:á+ýp°-ïá~hãè+׬èlø› üÊyϱPjÛÈP]Fßò”"RË<ÆJÛ:·T®¥A*ÇMó-ã·¹· Bk e¸a&›ÚGA‘Œµ-òÔk†=¢h‡Ä;yhÞ©ŽÍ0 X·föh´éæâéá9 -ÍÕhžËmhFÆXÒAØ3ßðœyÎqŽ^ÑÔ :yïn—Û©àüpÑ•šy‹É}ñ+Ø(¾Ýõ" aÖcNâûÜâÕ§ð°òswÈ7 ‘Ø7‚µÅϵr}sͲ£‡¾jwû-1®–+-lŒp#”Q¥Þ"‚Â{a¥Ym£yi"ŠšžU@އ©ãÝ’Ç‚}ùÞd³i9§¸Djà¸s¦{c2%˜áÁ\ñú¤‰Ã(MVÐ]çêNf$©>ŸyÃÃjŠ2¨#RGÐÿþ³x©­ŠowºÆÔ·#ëŒfGÇpDÿ~Æ$žºý®´4EI.æ ޲qˆ%4ðy°k6A¶BQÓY¡¤©3è«[nEd0sGb÷æ67×"¨-¦x³Ún þ“úi°ôøÐ샢ùïxáþøyÚˆ †MïŠFØ|Í ãËÝcÀE ùÛµ‚_Ý0ɨÓ!™1̺¹¯Š±êÈfU\T(ï׎ÊFbø¨AÙÆl JW¶ Îx›Z ”ŒAH­žßïNG™ÔâŠkžv7r)d$ÊÚ&Û-%k÷tW½m s¦ÖŽŸõÎÿ¢˜£™:v×¶Öó -´‚WÁ¼´¦ì¥q¯Eã¥+ròîÒ5y¡ÄÅéÜ訢QnZ½•v· ÜkP yõKÈUrÿsX+^ZåfѦo`§¯RW‹'B¤xí²r0-ªª¸<)LÄat¨X…Ýj CÀÒ5òƒìÀo•bòÐ -<Ä!ËÆ¢&0¥ ·vG~tñ(¸¶Çe0¹— -Zzâ?e™¡yµkfÅ6é/àîåü–„œÔýgHãÎb>u™®+Ñ^Œ†øXíú‡fŽ_M+´úÿDT“~(B†¹U«¬ZckCIQÁí·èóxwþó܇xßÌϨÃ~PIk5H³8løtn 3Ëݬªêêr©Ë[FqÎõã{°¥h1jË´¬Wï_Ɇí.‹ÊHóÝéwŽDÆC&þ7Å{\j†­ˆH~RÐId¯ç2üèVÛáBä¦è€“LÜBV2ïS+u¯ŠAUï#Êpš‰•sxÚ´¨>p92¦Ts•F<åñIJ8XKª;îfJN׫‚¨z®jX>gȈ).âÈ—¾jŠ«½3:xuA­?–?¯ÑM'³nÍ s¸.ˆ†Ã=(©^9Xf¿F#àèJjü[Ìýà•QJ5©afà UÉóØóçÉêÖž*Ù·¬½S9Ùb‚JÇ¡â£]†ÿ«ñêà -åùãâôÑ­ÒyŽ0¢Ó]¥Çu¦Ø±lvÎð`YñKã^¶.cˆÀíÖ-‘½Fgº3@Vo§.Ò Zånš@Rä¸ÊÀݪì×ZΗLÁÅåFì.^/215- - €Kûc´16踙©¥ʰP6’Ñ'…Ìãü4nò†Ù]¢J[º{>{‚¿Û·º“b/Ë¡Ÿ±7Z-F»wV/÷‹¼§”fu.˜[Ôõë -ð…ž¬˜³;í½jøÎ»ñ ‹]pV?Sä6†ô ±@a›jµmÖÐM(£Mqœ7;¬]L#÷\iw䑨oM’çŽSu23kØÊDWRÚƒæP-[WÊð-8¦*—å 9Ó6ïÕUZ£Í»BØÈTr¬>:šÆ!›;€¢ PÈÒãæWK‘Ä·Š•ÒA‘†¦D½2¨7Pa•bùq°Š9TqØd -¡kC›äc+ KŒ¤Š™Sè˜Ì[©˜øYöÅÈœgùÐŽ>„”+ÈÆXyÍÑK¼+5rŠw¹´±,d‰•9j],¼Ã-ež5T;ëå$…‡Î!lç)*_´k‡ -ípŠ9@†:Í´íPü@1cò°BÓ7`?·[@¥§Ý$:p§,¹ð¼,¤p:•yðó¨Ew­6çþ\l<›Õî³x?(4w$—¤yŸ¾,Zõ¬¶tݤŸçub¤Šá09.á¹°â*’ Å8#n-ílÖ (ÐåÚ6“v×ÊCq­«(èH0̸vÄ$/JfÚE76yч,ÅXDèQ§¯·N(àÁ bÈ‹ÒîM´-Ìc‘Ióʬ×ù¸«" Áƒ¦àB.zaíPv®ZÕHŽRΔ¤±‘wlÕëÚp_”¸xʪ ÕÞ9À÷S²bé|Çæ»É¼P6X:®”•gä7vt D‚o޼i·²Sg‰AÑFIC"æúCg2å;—q°ÊŸ (&SÜ‚7z!œF -c †1—ºöd•ÛäF¦@ãä±4€GÔ«J¼•Z=Õ^ø¾ÉmOu=áà¸:ØiïTØOxpcä¹"Ç'qÄÐúp´'é9Í#ªe»ç¶¾„†ƒ¢õcL3Þ¾¶ŽJŶqÿqÀê&É$“txtðž³6@M,Gð2ŒMx6ZÒfÁŒT„FþÌDz — 6|´cÀÊpa/Eß¿N¥; y$‘!-Ax™ôf˨Q ¨vÔ `‹v}'MJY™’ýCZ€< XX½$Ž¥¸Z½>àò™Ä¢*Ã^s/ª´~¸RûGŒ¸TO»iCÿªG(øXü¸|fKËE-!øÈRF/ôš#O¹À¬…dÿÀ“Gs{:®S§ØŒØˆÌŸù4¸(çàehåmt”Ç…e_ªÒõ(òâ ‡uNK‹›® Ì5ØzdGÛ5ý¡ä&¤»•ŠR!!#'.xdîÇ݆Ó#2Ñ!jâ‚ '—rãÈÎÀ%'è2 UVœ:R…QhQˆMylÈ1¬*ÂïCÖ¥tLîbÊØ.‰ÆçÒq›^(‡ Îrþ7AÆ0#KJ¨â÷œ§Kqk!• Üvsäuˆz“EĹ¥ø8×Íl ÌªŠ”“cT¿qÂl±ˆ|…ÝP4¯Ä¤;¬Û¢[cQlÆÌGí¹Mý2=(Ÿ5uø8ã!7a½'õ±˜Un‰ “ðè€5öC»¥ æ÷]!¬‡Es×öb²Óº*åû -S7—ú‰(.M`iÐÎwöê“ “|€¨°*’¹È2ù¹¸ÝQÄ…Ó -Ò  ·*¥k±)Jól«½|PU!š!Í”1C2‚ã푺* æpUÕ¤Eewlƒ,ÎÕêBëNø/Bj†!úòñ·*;À^;NÕ\}ù¹z¼=¯lvo…ª0“ço›ØÕÆ5©ýûÊ™©Lk ü#Ë®=(ZŠJœ@»YÐiHQåÃjû—qÂt/6»•e¿[°‡.ÈM_ÞÌü­núZ”A)V?`4O· -î.&eÙ¶ÎÅš#«4Ÿo Pã˦ž€Ï­‹"@0*UܨPt¯Ír4>®¦{¸¤U7QU6)Í0uᤆHš Ù¹½ƒreëVZn–c„¨fµ@šebë -×áæFàuÔpzÁ^;2Až©ÅÂR³ïsʶž6y¸¥Ô?&$C¢Þ­nÙ±$ õèØª&XðªNuë°áÍwk¸g>ö-7ÿýµGî…ßúö÷Ïþúö—çíýÓëç¯^Ï×Ïo¾ýïÏÇë«Ç›¼}ûéýñóïôŸzûûó·?}öøöùñé>õý§ïùöõçp]¦¦ã?æ•ÿýx¾~úêç?Þ„gÿ?üWoß=?¾z¼þûøâi[8þýÿøñÅóã¿íÿ~úöãù£KË»ŸÌ=“Ú_õõ‡ç||õøÿóç»Å‹~|þúøöùzÿF¼ÍSçß¾}ûÕçÏÿ>ÿþùþóãõþÇ#è¶£ýX½ëÁøÏÇ´½lOؤÌhS¶*.ø¬ªôÑSe¢dA6扪EýÉK~Êœû<ïŸÿWy˜êz(¼qPà¦(lú¿Ä´&Œú¿¦pêR¬Ã4]éR:Ž¢›þ[ê^«Ý ÅÆ¦;î£oڂͦÝŒîºã?FuŒÞ^á¶×—×o_~üp½Jê{øŸ÷:]ûûíñ«ÇÑ+Êö2øÎÓ×ãz;ßOçg±¿iåïy:?×SåéåËõxûPok™z3ÛÏSÏMÏ××o×].ç×Û㬖Gy‚ü§ãçãíøzœ^_¾oŸã+",ÿ’Ëùíz{ù~~¿<7œÞž•?˜“öµïr½ÿ<r»ÏÛñýüå¸_ö—[ðç]>_Ï_ŽÇòæÏÇÛSã_ó£½Â›‘/ÒÇóýúãüþñv>}8_n_nÛSú•cû¥ßøñåýk¾åËéÏ㪳{>>¾|{?ߟ`ø.þž/·Çéøùz\çûå›ðdõiŸññÛÞƒøÇ¾_^^¿÷Çév¿?ßÛòs¼þzþ>?ñ?zälÃe82—œ/ -+Ïèýtó¸]î~Ãûãív>î—_âG“ÖóÚгÒpYg"k:ŽÏ˜ -ùK:mcD«Ø<¬@LZ““·Xg7KïÍïé{£ ij¼rpäíÈܳ•LìÕà/¨èà=›¤Çƒ½Æ@Ѽq0¶“çæ¹ºâÛÓ½ª† yÖ3?~p -ψç‘NiÁ€JdÁŽýùÙ²;¶0©…—KHËQîè]Yõàâ†Å°ßþQxIÒ³ŠêE?×ïè…4R¹ÿ“­I ½‹å’Hj¼{a/àNälkÊ ƒÍ*áý‘“›“ù…|h¸Pmzxæäc«?H>ó%Š -»n‡¬AkR&=²!@°"ã—‰1ÛŽSàKÀÛNÌ/æ¥Øåq0±1‡¢öÈZlÙ#¶ÿûÖQjî}Ö—‡Â -Pk¶‰9U¬aЬ¿»J]Ü—ÕVŽï9­"¸T˜³=­y#ÝQAê’=N|Åí:$dF^RB;\ƒ4¯ä@›Tåv«2å$¤Ç<ÙãˇvMÒQ®C•d:™xêÿ™,&Tù}€¹ô²Ø¤æ™Ár£û¥4ˆ»= -ž¼×¡)(Ãj§ñ~><&¿g ©³÷–çP˜"©%رdW pN5/6æ$ Qž‹e«g`Ò7AØŽHÅP¼ä»€¬ïã˜ï66º7Ló^¨)"K*g[Ì)åóúqÙ¯e“#Œ;<f=Þ8¹HÔî’«¦rRcë’ÑÀ7i_˶w`’)&竚ç–Ðo3ÍÚ쀹+fœ»ç…U`CbS.¡Ý~Þ?Òª:¹/níRî¡?G$ÕÂ,e@ÍŒºùf¾ü×—e§ öC²‡Ôâ6á¨!i„•“U»í%½¢§X8Üòà ~™Ø»+_˜Ç|œQ^%ÁíÜßLCŠŽ>ŠE¥™–nv„à7Xì¤5ix[ÞÄq%h›âÒ˜¶¾/ní,_(žχ¼~¾ž¢4Ó¬È-üK›\QVNÑ»}Y¦¥§9ìÏ÷×mzó´¨"Nv\â¡ez£nÃQPöNW¥b[8 WsÇçêôvsQR1[¦«VH÷dÉì ´WÃÐÌH ÏÈt˜l\P¥Íœ¹Ùá¶Øštå×dPD·à€gÀsöYJŠÐLû •ÛSÅ2R‰ÈŒyÚÞd›Æ8È”’kJžP/ - ³Cj4Ó¨G*LoɦªÄ6(n°­Ím™ŠäšU[ ˜éQÎø¶bM‚EP覛¾'îåA’‰! ¬``]ŠÐΩ›Z܆%Q¡|ä¾nЫ˜±ÎÜ›ã@0™8hª,(½Ü˜Þ}’fNÝÔng‹ˆQ}sÏÝ;£˜/2.Éyr¾À°CâÌØ®–²ä·n³™µã%ß Ëfã Ä/“—¶yMe²)¡œÄ¶mën`Û"T—Ü{бo:©;Pßkˆj¡J¾<'ußUF å­Eæ~ R–sut"v·xì³ExžáÑVl”yUe’-ËŒÝÀYÞZ»Žc8‰d#æBÆHˇ-ÛuæÎJå$´*y­bé)Æ&â–TeоS©œ,E ª!Ue’ïjJI(¿äžÔuUˆ¢‚’³¥7†°o²ª»ª‹Rs'Ì‘èHŽ7o:‰rc¤¿ÅðŒ–6´™YŠ2«¶œÜó²àT)ãBóˆ$¥4¨Õ]é(yŠÉ½§I+þŸ)’e$µ¹C•š -Óý‡­È€[¶W¨„±©jè6Z•"ÙHÃöð ”6¸»Zp^íQDÉwþPÃ]@ý‘—:ÑXqND†n¥µ¶Z¶¾ÊDÝv6-D|ü¦"6l@ò÷‘6A!Û!ÿß6H¥TYÉ”¶â@—jìHŽ˜^©©Èº$¶°\ž¬jXsŽøÑqt2iÞ˜!;XÚî†Pª¤‹­ì=J—‹[”LËrØ8)¢JnÚž«”O¶/N”û¶É0­¸B¦FéñÆáˆR&—"P5[nî†ábXI,÷†Mâ’ÌÔ ñ¥üS/}-ª<¥’IÔh¦œëmî²×¾Y^Z²eNÛª9Böé0þ‰áM^—ÔÚ=Éaw M¹d;ŽÀŽÖˆ),ω*(×62H@žÔ8Ìl ˦º¦÷QeiÜÈôB—” ¼õFž\înfõÂà”¶ã@ŸfÍž»ªQ£„ëR$÷¢qV]$©—7 œä¦€‡%^«`@Y>URBg¦óž´Ö‡¡J”—%yi ¼qmî¾3±É¶ìr!Óëú/„Æ6ºÙÒ¶fªDL'ÒP&ðÅäèYf/Dìií,½@Q†Ø[N>Y¥Dfw'Z”ªš¼AêÌm§œ¤²†yƒ6c¹;b›79†–ë»ý›Ð¢ƒRAåeIÕŠj:bÀM^G]T.®}<§ø`±qo]Æo§F3¡s7¢/yS S›i®Ø‘ÉqÛòª$'·_ˆ -¹5U€¢ïË[s-kuu~Ün!’ÍøÈÙ!ÒÚÙìötKÓcXa-°ìÓ°íñÆŒÔG¡€´ó'¹EÖ{è“uȰb`}?çâšèùȳ’.S'å´sP‡;>6,¿” k*:l¢æ.‘A,„$بQ­)m¤Di¦±.¹F”“a…ÙÅöGËòð¬ Ϙ"2å—8Ù¡ÑB"bá?éDèšÑÒ„ddSµHD‹²kšÎ½­ƒÕ†]6šQB¦éæðŠÓ÷7'%HZ`v‰x}âÏSJ™áÌÙFMV‰àw‰ îý4­L†hç ª¡ò2’?"¶©Jb› OÂZå²ñhYʰ‚½5S¨Eºð°D‰öCãBuÈJ)IÈšLåIÎñW çaoH;¹håL§yjnwH¡•eOÂ*%©ÍÐç(² Qðvm˜¾ÈV‘®Ž=E$IžlTFŽ"OÚ'"ܰ< Î"ƒåØ9²ö<5<Éì |Cwͺã†Ó5VŒ]PÖu´NÖV䘀s…[tõ.H‰tøëÞK#,ZÕqb´,j+$‹6Î0fÆ8»·§ƒ³;# ·cHÁrñÖôc2ɸ¿u3uÒŒ)eæ`GÞcËÒ™gày\¸X’ñËÕHµICÑ6ÖxBã’ÜlÛb¼§ä=¢0EDInÜ\>›ª®BBù~ ƵP°EÓK×2"­ô/cGÛãë²<Ǩ8ÆÊsô2;Ö^`œ’žÑgí!C5n2b@ÃLÙ]‘Ü$­Wì#÷+JLUš©Gò¯ù³×§Œ„K²„ Iq”H5Pçlu‹Wåòd„ÖØ5—äà‘r”c˜…促,«"%E4IÏŒ -€%7N‚¬< @XÉô¢­3Ytù`©Ù«† - 5ý$HrsW±‰¢Ev? -ÓD´håNÚ8*èkfúØ`n2ÁGØ$y¹}pQ,2 k,5µL™;:îhrp=°CÛJcVÌ&Ãb¹)2nÇÑB3¡‰mxG0ã+Ò‘£ÊG,%òá/ˆÂˆqdÅÑ' @V>3y‚†ÎÔ!-R -íýþw«œ@AþNÆWòaÄý=¼c—m|&P@Ì¿ÞTÍ—e »m90÷øåÎ|’xÈè!ÿ)BrͶj ¨CÿsyiHɬu]LYæÐÀ’€6ÂèªRÄ®O "š¤OH1zbYJ®q# U#“0Ñ—ÖåÉÖ›=ý(¦ j’-ÀE‰;móW³vIŠØ5Ô¬üAmÐ@cœ ‡Hˆ”éæ@L?G²ç„"Ý%¢§ðH£ —°èà‰ÓïF­ÝÁÝÆ.ÊïÙÑŒõâ -ÅG7W™ŠÐŽo‡Ú»ƒ33–Y-вì"p4oýŽ_ÎaPž“‘a¤öøý¦ï$‹ýë“ò?x[“SБ𙎌Ҧ¸zì§bÚÝ“¢$3\C ÷­yIÎq[ä"*àÝoÓC‘dÍF:ZHGž°EÏK,SBdi¸#ZÉôǘ‰$×êä(Óo"ýR‰éçHö\X¡H1qb¬üVîäæ^‘Ê|)0€ã»Döc*ï9 p§è(ŒP=Š<ÿ`r°°•c‘tyljèY‰A~Œ²v #z‘º˜h oÉ!Ègn±§Dà”È©wšV˜hyŸ…HtN°J_“, -“v‡h`èzºÏÅ6ÌŽ^…Lr(’ÜU«eŠ _§‹¶+]O>o·Â„Ècëqê9¦»çâ -€XdiDô©Azs5ÂAóåß¡­460ùÜÝ --ÈéçH²|J!›¥/­ÿ²­ï=ô.fB³¥†ùQð†bÁÎÅ -c£Hóãîýt䙀â:Ð`´F^Y‘c%BÅ]Dzš6@ Zã[[þz\íPZ 2‡€3b ”"e#xËÉAzÒ2´%šæÿ¦1°™Ì¡õÿˆ¨&õ(B†¹í}Iµª ˆþãÍñ®t©¶KÑì!p%Ú¦I°˜ëÿTkíQT´Íý¹(¹²¶:_çëxýî…XAד«#[ÿÿ!X_$IÖ}„X¦ŠG-eE]f#iç=ÙKŠð²–ïƒF] ½q»Å!Ç˜ØØg¾£»y¥þ%„Ás°<^ð†uÏ`žñ÷0‡¾ä}ð#„±ÇÞø{ˆBwɉ››!ÿû`ðv7 ÚÜ¢ .¢laQS$á f8]«8>þŒw%X½£ Aô¼ ¿Gh™éÆØÌ݈Éÿ -.qH~ÀËž Y„^ çQ‹ø=„6Èþx{ÇàäÎ*stàÑÜ ‘ÿXÀàä.œnu†ßÜôÌÝíqF´v{dðrgQ]³<¥ó÷‡=UPvd"½9ï”ê{“Ä:¹£dÿ ü=´Ž¸1•n‚|oXwû°nýuR!Ø û_àïj]ŽN<€¶ò=ÿ9ëáî;îî¤â­kœxm#ävo‹úŸ`F®ŒYßVHKçƒqcký/ðöÀàâÎ*¹1™n‚üO î¾ÑE"$`[ÔJUGî‹nG¿ªã'íB¢,œXŽnC÷¨H¤Ì1i"‘¾6Õxщ‹µb<99~Ðm î,j)„§tþè}8Ó21'êÿ°'ºY/®—vƒ¤+Ù¬280Çø¿ØÔ*ÐUNhµZXÔhˆYôFRçVÎ@×;bô“îC0½/è™àiS›Eº/FQU’WO*ىù?¹ôßß±¹¼üþ¯ß.¿^¾àòüöú¸¿Þ^÷üíÓÏûóÕÖîsùþö|}ü3ùýþùöó>Ëïoï|¿}"£ Í9ªÿ‘Óýž^n¯÷Ç?³¿uOÎÌzíÛËýúútýløOÃTñÿk.×Ï·—§Ê§·ï/·Ÿ ö™;ç¹±ã8ÎZ_½|~y_dßÎóõýþ¸^~ý%¥©aÈ—]ž¯?_îo^?ž—ö-O?×Á·ap¢î|÷¼¼Ü¯ÿ¿=,뚟·?¯ßo¯Ïó>§.Û÷¼|ºý¸~¿½b·}»ý\ Wÿã3¼q–Ç7úr}}ùëúñåþúùéÓõùþýþ¸g@^€³ULýªË÷û§ÛÓíï÷Ûóãúú¼t_•>5×í_þøq]úÿóöýíýÇíõ‘yUœÔ—}óËuù<þß¶„œ.âx)ºóŽ2B³¢›R₌AHÉ ùØ8€¶N[”T‡÷ -_~Eò”WÖýÒíÁ‘=8±göà’@‹ü¢«Å¯²Ú-‚\hmš!òºƒA·FM´1Ä ùìòï)(Úщ6D´a¢$Ú(¢&Úbåg ¢ °7O®kž¬k¼!â o$ñFo4ñÆm,?ßP°74»§ —>•¾ó6ÁˆƒD"â0GqGq ñÆò]½5ýŠ8@ÄA"q˜ˆ#‰8Šˆ£‰8†xcùƒˆD$⇉8’ˆ£ˆ8àÀ  ôÚÈ5|’ŒÊ-"r¿0ÅC¾}/ðó  æG}¿AÑY¨.&ÄöÒ뉜²þöp/ºž¨ªÐ#¸.ôì¦gýz!Ÿx£wlŠ"T™ò;ƒytþ½ßfFç{î¢ëᢇ›Ò3•íy5vâUcìQvØ®¦'Fð½˜ü£´ëÅ]|¨Ìã2Eª`£,é•&o¸RÔ.„î{ž!ŸzÐà#ò±p]¥3ò¡?Äl!_è ìj¸!¦˜Ci2vêy @J!BìB’!¢Kñ°Ïƒ*™Bh.óÚ(Ñg×!ÑÇr]=§ŠÊäóR‡ãˆ2eBÐEtŒ9®Ã:NL—%-o =‰³0o¥QB3ç2… -0Ûd†„ Ü€•,¡¨jSbãÅÚ̳EÈêx]NnòØÉ*¥?vã ¢Ú´=Šš>h'á@Quã¦ÖijËi¹^§4óÄw8ÛÛCœÞ˜á€á÷à>É©žirµB¨â*[ lKøœk‘ZâÇ>X#yïKA¥×bšXÌ2H CÙ•RSëЄ«,# Y¾G³M -Ø @8:Û¸å±åŒ!YR‹Â®oî PSŒW·Î°éʰ¥ElkXûª„mUÈìcÓ•ÝØOŽFâ’µìêm®©ßÃ’òB‘ϱ"ÍæØ1´:¢³­¹*†Ý~–¤Ù)÷H®Qê9ço]‚´Šª(°¹È ²ŒŽ›½I°+%”îw`9Jº -Ùmä°Rë‡ÃÈ>äˆ' "µ+Á•írßt”ÎH*è–—Ö‚R~sM)]‹—Ó_áÕÇíã…<‡»ä¬;Ÿüs}|yûããúú²f~­¼Þ?ûµ—ë÷ï·_þê÷r{¹¬!ÐPW&B¢×kU”ÍÜIê4MøôbQpÓ]KQ[[.†N 2AuÞïé nw‡$Óí]g'L@Œ©HuMß3TÃ,IŸ¦6Šaà3zH€2!†qç]WuBg`2™Þ›5ŠRº²Þ:¦)"î,U2ŠËiÃÁ*kŽˆ†Mfe%ô¸Mà>Z¥:3 tEÙ†ùöPtbVYÓ‡Ÿ šÀV&x·…9“›#(ç3c¥–kœê·Ÿ}Ú”ùáGú92¼H3žaç5ÍðÜ!H¤Î¹ù¶?ާÏ -Xyû¸?îÞì<îî;Aþ€5¦£UYbòìŠÖeÖâÛFº œÛÆ6 D~ÎκÊ']åÅíE4O¶'±± Ú ME‰Ù˜ù»Õj“äuè…Òà?Zã’`Ÿ“¨Ý¯B–êmoaíH ÿÁgž3͘ÙÈ"ÈH xÚÄîš; St"R€DåÙRÝÒª,‹XŽéñhI"-ÀA%ÎŽ)>;{È´8b·á¬ÀGÆirÿcÍ ¹jÀ-šK:vnœ ®*Î]V²+î"¨ýND$²+™z.%52Qó1se±«FúÈL¶‹FrJ“&¬äÁ  ¬Ñ2ÓÓ ³'ÈdJ`M]Í„]í¥çØu‘ƒ ¨§d>ߢÅG$& -˵†Dg•,\ÅSÔ!kãLI!#äl0ÝÑòCür:ËQL¦0®Ús³Å*¥S”þª„Ö|â'Ù´¥$˜aNO“84Á¶ÛûéSÕ‹[ž(ºëªèl•¦´0Q•Ô"«%X§y,vÁ¤µ -®‰J‘Ÿ³+¯í{EDa®Cyaq1 ³ñ÷´˜#8sEûiµÿÙisžÔ<•@^žC©PuwJtV“sz>»ˆdV.Ýš å\„cØnaœDìÆ*ˆ0—ElH>å-ÝÌ IM–¸!Õq 2U¯ÑXÌF^cçÙÈwÒI º¶­8sg%P„¥e”.é’Ø$Wº{³.ªh¢hW'ÌPÕ³òN‘'áQ´™ÉYŒ6uaM»TÃõ1?:øM³Ù^Úg8esƒÝ¥*PqbîéÚà‹+Ÿâ¯jd'”à¹P:4rìBÇta–g˲«Ê™ÅwÚÈ|µ`»/>®¾!)sê„ÛYaœFE²TuÙ‰&8@IœÁp!³öFª•µöV·tÁ¹Ýfôi+*;Xï½jé}séDÑH&$Ã%auÀÒB¦—'Œ-X¶Y-òfC¦H\ÓŒL% 9+Šªépž¬8š³ý#d0aƒq3žw¯³Ž‹PABGK† cNi]ç–çIsM®Å6t‡íe@ugm  ¹Àæ²YTÐÓê2€n`©Já*²¹Â>¬ó[,f2M@v‡Ñ4i)G‰ƒS–¶Y’X»ºöòŸÀz7KÒQgy -Îx›+&fä±ðѸüö½pªçÓš³1»‚SsHº^õàаc«sÒ)gª E=ðA{Æø°àÑÏØ]»ÝÜe mj¤ˆb8ªuÑý£j…S%ùàöl&J‰¸_  (”c•$gìLo§Õp#Õ^5ó'Ø–I! wFyÔó¡yÞé%O—tÊhBq˜ä¶†¬ûv%ƒIŒ`KN–+h*†Q•Å>é¡ v„ -C¯€Hé$]¥ÎPœµ`#5¶„·~CŒ3ÓÙMN§Ã&,tÝÙj·êÝšEõ4‹ëõlªÎfÍÞäsB—’`¨ßÙde“ÉFÆAQ‘LKÖל/Íù4‹£B‚àÇ95™É>ìÎ*URSÜ%ÓF€Ç™¶Ót+ÔëROm6ŸóƯ¹ž*:fSpÄôîe·êyuHι-XÞòÚ–{;*•F¹[Ù×{8„½·gH ‹öä–Ï|¤˜¼±ñØÕîî_9¶âhoŸê†·IãûXŒ-º·ü&£””>ªh™•©”£@ÌHဌí; 6"Ê´‘VWƒ„”®e>E’ì·iÀ-óú][–ÎcWòDŸ(:Í\Û£ -¦©v[K-°7lH~.4#ka+Æ„û'1}S`], ‰AQÜ—·|²q¡¢Â¨ÍޤיE Œ´Åá(gwG±¢´Ã-JÄ}kòcã=,ëmµ;4ÜŸ£íùýMéÐúñh DÔ÷O‹¢¶–ë¥2æKm[“j,GŒ†%õ²0bhù ·o5ï‡ô{v0èsUr=Yá`"ÚM¥¿X.tv©µÇXÝW•µQÂ#ÄŠ¼¸ƒq·¶òÿäýoŠD°X nd4­Ï|eA$·JÚ~øfÁÝ/ µ{ -Çíæ¬xì'%êqZ›$ŠC Hl&K%» n’çäéÈ:Â0RaîQ˜jÙ?è u¡îΦ7YÐ ¢½ÕCí.{tÀ1U…mÙ¢ -u*Ù‘Œ=™6‰Vü®1˜–Ê:"m‚‘¾xz·® ì =-¡›„Â'®Šì,žóZÃK‘¿Ž(cˆÇ‹o •«6ûÎÔ+ãiû°Ý³Ÿ‡¼G5X3ãUo¾õÛ$ØciNòtcFéLÙ‹G°UÄ´FðF‡°¼H´‚#±I‚p¶ãrë¨m7DÞNg:Uì¾yq“–Žme9È9ô?K†!Ãߤr=¦é8qÇ·ëYPÆK=@š¡£;H*èÎËo @|¡ƒYd`è9šEv›'ÆÈ½íPFÖ­EA¢7oÖ®°]çµ/Q¼Ë;A¬ª]8Åt°n:߸|.Cs5Ç®vÉ)qµ÷aoûÓZ#7d£2Xü¢È¦,’;IJ3&ÕØ‡õó°ÜlTYŸ5«w?* ´T}C\¾Î·çj¹¡´Ù±íÛé.Ê€-T‰çÛ¥ -»ŽÆìRž€[K÷vDY¾Gzi(ÓR{°éÝ5ž3ŽÁ–°(ZkÞ=ÎQó]5\—®Ž–K+ëÖm˜AŒh´Ü½VÑf¤•ºÎÛÜU‡BE£¹ ]PŽ©ER' T7O/UÌUá>•l9Ò夺qÄ*EóxHÜj,èœMµµeYÕ wªù_ËûÖ²ª]|LÅÇ‚:$;Å%%Zpl*o‰QPíÕ±À¾nHH&Ô@öò6Ñ­÷0°ÎCÝSê ô¦ú„é&›”{('[àâ(‰>•bÞ/œq:¶L« Ö½©åÇ vɺúˆ7Ê—]´#˦eÏÑ^¾TÅ`쬞¦:MÅ»¿à[Ð #èU'ã³&,˜|¬„`ÑL˜“×eƒ ©žQÑ9P s—3ßûýÕÛT7Ô%ñ-ÚÌ㪕%ë™r)a—í{07w³˜9Þvj¸!SÁ ´Ê¤|åõXŒè*„^G==yMYÿ`›- To>wÃÀÇ uº¡ ³l÷ ëÃUƒÑ»T…ä[ªÓRìg&Ü:DÕ(?Ò8ßÔYÜUA#§ÕoÊÙ|¬NºqE©çj¬Êá -‚xÇíý Æá=ŸÖÉåè^ZÌiâVt™•ðÆ -E5`Zo"ŠÞ­5†IͲx_–;„9O‚Fè€dÑØëHIšôÉ*䢃‹ ÞuºvEÛH±ó›Õ‡½Ó¢‚;Ý‘Æ! AyTÙŽ0ûŠaJ5o¯á›ýŠ€fx§òJù 8kç÷yâ­s×[1²^ѿܒc76WeùÝhE–g¶5ÿ8ç˜ød,‰´¤Ì¼›î î툪š˜zj‰¸Þô)軋 -^ÏXCi†Y 7d·)%»jÙ+ñN ¸ z2ÖÆÝÕˆßh¯[”{Û¡lßNUËmpTð׸Â8´SÃÃÒrøÁ2xªšÑVpÊAsŒj.5¢{QÐþ4g<&¯*?lv_o/C¢Ú¡‹ ¾°WJ¬ eÆØìéi‹ÊË9ÈJŽÑ`Ð’JüˆìŽø*µ2Ÿ”s„Ñ‘4yìghá`µéPN¶äÚÎ[ÊÌ7N+º0àÞ‘›îqŽ‚/ŠºÃÁ —lGjÑCºqy¬0Äy|Ì£¤éÐñÀó ûÝŠ*«£á`îíˆê„³ûŠõ ŽÞqe<@Ç¡%Œ1$3«wÓ¹ŠëmêÛ¸nå‹‘× 2;«=•7ãì÷þý0§sS26 Ù/b–vþ6ðÙCv5 EiôhžåËÓ9狲ÔŸ•Ý‰É -#*­ ;KhŠW„°aÊ)¥³µÝp3ÉÁÚˆy³ÇŸ£©³ŒéèÚðJϬâaN>[:å½>¬˜¨²'2e,. Èi°›«†G^×q@ºÇ˜²*gá!×¹ùRðb»°¬Íc»§TÍŽÆ\‡k$Ü/Ânt›˜TúõYè,ÄvH{ÊLyÈ&ÞZ«rŽì ¡ìøƒ5›¤Scf­E÷ -7û}Ö$¼­ªÔ”V Uˆäl-Âƨ ÍVBèØ -™°…q—' 3  -wª Å•Ä+1Rpj8Ðùl -–>pF­E‹É{bmb…™oÕö‚î¼[«è’rÚV ÏÛÛ†» -œFÎîÝ\ìüzº à‹öH<Æy:pk²7œŽ«cj‚U"å¨R¿,@2—“÷ŠçT÷ ýÞ[j32øk9T=§ÐJ뚣ËñÓ8/'|ùQäÂU±S…Lä½1™:G \z+3«S‡LDCÖ5åö¨I6ëñ‘h sð`Œ5±‘šÅz‹Q‹‡h©¦]É´´ž§Ïæœï -‘¹ÄC­Ì( rKÉ<Ƀ…9vwïy]›9¦Æå[>)„%„ÏKçà*€“B º){ Yá:ê‘<¯jQ| -߀÷ÒaƒŒHm÷Y'hé%5Õ õ*é.Ö96{ž÷x2! ±–Å÷ãIX«Ë®wøOŒ+¡O#ܺ®lÊJõ7KѯvìˆmÑÇ®ÛâÇöqí±½¬ˆê&m[ëì/ÀÃ|Ò`6c™xƒGUùQðh1ÜqõÆÒQÎ|š»”0Kp¥Ygdž`+\D­<¬?͉ÐAa»Ã`‰ -†œõû² -ꪒ¯=©%#Lhf¸¬¬·‚i釖}%›5o{8Ü™N«++œŒÝ2A -À÷B}¥@9hܼ”§¶*Èi¿Ã!‘EO±¸eð]àb)ygíQe&´åû,r“ª›w%ß»*¹ä,P[—¡y”óŒ·óP]#÷ËjHyi…:ÖZ«ìè"š r±ÉÐ8 ''©’7d—HÅò—íÌ“Yx©Í© -®/Ê'ùê´tkˆ G ‘ec¨º“³]kËõ•q«‰(°AŽí­žH? -¾9wè—½Úß;Zœ+uø%*6=—Uý” ˜ re¹21ËÒt•XŽ -õ™ºÞUE/.•¯¯#VÓ‚Tžyœ v`Ôj¢Øh,LžÝSmê+¹náeȹ±'p ˇ¥#À‰Õ…Û‹ÿáÔ -roF”í{q”ÑR‡W¾.î‰ûv1÷½Z-'®_¥²qõD»Z¸¼á‡ÒöÔmÚµ»øx€—â†:wWí¡j‡^WÑ>¹>,Dè\kH–W,dÕ®c3€®EªZl}Ç1[À3û탖¹ïƒÖ»E~¼mþ®šÐ»dœ±¬EMïf™Gr6b—#OäDÔªWÉ,öŒU(î -D?zªŠʰç.ˆ§ƒÄ1î÷àÆ–,dݰŽRwUÍ4rÂî§çjQ²;& -p[BNé ”HuÐÞ;ÁpO³†!›]ð"eV=*+Ñ4#‡=kŠÞ'˜Uãt$nʾR/«ùz[Œ†œ#|ažÄ⥉ø'½7àx÷ -ÞÞ´yoâ7å„~RvÜ-‰':fRTîK~…9/ŒŠÒck_"t,Çd·`àØ†Cù2n9-šcjï͸Y \s¾êϲnhù³(Nªc“ºZä^¸”·sÓœTßÍ +íÔ’µ¹DMGî­Ï«Vh:Xö×&' ojR3!Ÿ¯fü»+¯®æÝ»Ý+Æò›ÞÈT@Rhjg í|ž~Tï‰);‡ìíÎep¸xj-{Tºœò± vt†J.¹½©¢|6—j¡e_mï ñÐÕ¼Ù®,ß¶8>I -›ìÁK)G–T–÷Ê´”L˜yqÖîèûÑݳý7eÿ‡´ÐnØß…†äp x}yòX÷Ä[ h®4cGåñúÒU;çMHU›Ã¬æ¢¼Uf¡P†¥Lqefk)m8*Œ2ã®t™Y òÓ.Á1àíȬ3Z· B:Ùâ‡ßØFÏy§E“ºFÀl­2‡†àëç;ù\G98·#Êʸl{/â¹¥ìÓ®Õyïq!B½ŽÏÓÌ·CµÍ‹÷ -²#‡|D]Õ8m•¥ÍægõÎê6ªžÏà™â®‘Œ2ã^t-o;H- 7µ(ÛâèžÐÁbfë9(uã®õ´,æ)7w!–‚J¬×P88Û¶ÂÇ+AÐLÙ}äÎ:åöv˰5GMï[‚Üòºl}ba;âõkÄn–̈¯êZ­°?áaˆ÷ÚLP¹ÑçáÃÀ1l¿µçbä|†*'p±ÜŽ-`=ëqt ˜™isļ©ˆÿ8øˆª£ß3ëa<˱ô©-œÍêО—ÞÁYÀAi¿-}Ö5Õñn)óbj¼“žtIïãu¸ø²·BAoFϾmø'~3SÞÉ …f•¦uvJ5 -GžÕ‰’Gé*§…Á’Què"õ˜¨ˆ1%í~Øžô¬âÓå"[Z¬—oòOôÔÞ‡—çM숰•óöRèqm[`.f)Â1GYÛŽ°ïÑ3ã?=¯Ý†Ä«.ÿ—Óî}<º†¹CŠm«€šÈ  -²]ÚKžä¨FµÙÊœ˜i(}è;k=%•“u¦t5Ç(ÕI|ƒÛ `wþWPy½3)k™ã7a -œ WÊÔ­Î]½Ç5rP¦=Ü¿àå;k®©Î|WYZqCç!Ñ}a7ªi€ÁU·Ô „m‘mŽ€k¢ O»æÏ\Ê¢ •Á¬Û1¨-‚½V$ŠXÙwÖÄr(o6o›2†c–튣‹h†ƒÊÖ~Vþµl>‘È«„taì%¿³Aã7¨D)RK»xÃ3ˆwøNAu®NS6 [ý<–`°`5”/ñž¶B”=˜ñ@Vì΢ðh”sc·•ÍWP)BáŠEe!9GLN¤Iõ¥îAzó{¡¬(3ã/]S:7$ä4óO³Ë»\×et½GÝÐ8qö;¢–=ž0{Å›1ÛI•só  %wö0:3Z|ÏÕŽI£<\°Êð¾ò"`‰³ ¸’ñŽº†Yþ„a%ÀK{=ºšS­ßÅ5CY“Ú¸rW¦#Õ³ž­-Ê›–*[=Fù¹s„؆D•¡2&Ã2'{µpƒ=+ç}ÄÉkÁKt%󥌲¬Ä¨k[•ÌmŒªM0£=L.uîáLU.éUéf ·©j>\µ¡¢Ø³!Ó¸tØŒH6R¾ß!’ÿíar5Žî[hv¤¹Îh{¶8Ð -ÆQ,£Æµ(û¦°Á‚O9ûþ‡m’M”p“:6EÕF_c¯\.ÚJ1RŠ·¯“®Ò(öd7ÌŽö0*W I—!ú\ç«4¹ŠPÚ:Q{7l‡@³ïHd £Ú¡l bâúƒC•QõÒéGvùÞ¶Íö;ÿìut!{vaõHvôÞV@Í ›ó -ª¾nöý{­;˜‘VîË­e8”“m«L±éRº¦¨Ú³èöìtƒ­=‚´©,Ðin;"s ÎÝD¢ïJN è.xˆµ©ÆDÀì¦:ó©6.>$©{…BY¬óG{=uÙ´WÓ ^:ì¸&gGT&»ÐyºˆÍµÏŒ=uxjà[Ën(o°@£+)(Q2‡êÜ\}Ä܇±XaŽX“W®©º—à_ÉmŸÕQ,ƒ1у-Ǹc­ žµŽ Ö¹¦“Sê7m™}Ž E"ùHìÒxè+¬“XX_ñ6KgÙ*fÆÄ»ÒÜüFzeŸ-ã«JUÔ³ÓvÐ -º48‹ö¶2"ä”ú—l ‘; -S÷-cý–?·Ç€GèÎfÔ’&'ÚÅšêk¿:ΓW„à ßôíGN¯ÉÖl'N!%µPõâŠ1x*r õ’3 õõ@p\’ÚyÁ™ì’<¼'É!ʬ\ðÚðkqàì¦\ó?=E²¿2w°0a8Àvè+¬sؼÊN« -´KÝI‡MÄq»å1òlvgUЕJ¯þÅt@”gÒE0bù~·"1°Âqà¡,ÌÁäEŽ(ìl©²žéñ xpǹ3êcºzÚè7•dogÅó\Y¾V)‘¨#•F“Ï“›Ñ¦½øq‰^Ùì¹ÞqTÞ”Û8/ÂŽP± UnW•—"vàÁ¨ E™’êž<—Ófg%¦CÙ½`ƒP¯(XÜ,$ô²ñNÍSy¢â·•5ÔKyú*ÒÌÖxTiÚE[ÌEOåñ†€Š«7<íÛ[¥+7™£ž 5H`SK]Õ|š‰XÏ€+—~¡†qc®RÔ„©È{ ûÓ–†âÌãù°G· ïÁúHN©m[ìÉ«rÄ$T2EAö:Ž\0lÊ3ç>¿½ä)•\•OH©"·P£ùTG¿%³t®ÌBGÝ€î;£3#Jn·ë>_u‚»L¬¢ÂÎ@V -½š^¯WM„¯fàmháeÿ#úk9,î -m9k~ÓîÃôÊyNýrçN;ò»·Ó3Ù6ö¯4ݶ\ž>#¶X0Š"ѯ?8Ò·å_ä¤ùM»Wú›µªü²Á2•äd>]fŠºÈTÝV¨R|¦dC›·;‚è®*³e+$Ù_@ Ô¡éÔo³þ°~òÄÚ’µêÍK•¡©ðk6(Œåj„œÆ4aÕ¼±°šƒ³¯ '{O‹±Á$Øí9£GÒd§T7ö°½8×µOŽ{†ká¬^!ôš•çM 5U0Ë»òÿüð5n¦C3¯Å À•¶‹^ðjùùkÚ‹nyôóa¨º)Û—¦bs›–5 —]Î -ö|§“ø£¨§ x€âƒÒ„/¯]Z7k}u³®z”uFñS-YC5–C¹}•L r ™>ë Ë«Ölosôz›RKÎK™û¨ã†´»Z'ó¶n+L …i»Ûr,‘öœú'ˆÙZ[ådó,L^” Ö)iÕÖËi+ bîæVaù‘[Ú#UŽ«“RW[}tÔT΂ùƒåÕ¿òø&Ÿ–xå)¢õÓÑ¡ça~~}¨!eªG­—œ|UZy;h‘É4·-dðŒn–lí|*oðˆ®ˆ á­¥ût„Eš¹˜³1Æ ùJˆOÃ[¡b·eE9]&ç<ÄA†wÄvD MböBé³s|W±›òyŸ;"!"ó(êÜÀØ‹Ü-\p¯G®—Íò-QMÃ8ê̪9ÌD¼ãÕ~£'­È[J [¬vŒ£ºž‰àÛ±ªãýbufhž¶iëªUY!r¥xyꟆŠSÙhâ¼åxÌ%0¢Û†&ûºèŒ4‹¾ÏìèrKÄÀ#ç­‘T¹«ï¦!1çá“wèÙ”éë -|bá¾Yn^ìb 9î‹xŽÙáÜ\ÑaMDÉ‹cØ+p¼C¥¦¬Ð€Áæ‚o˜—@¢[,ƒOØ\¬ýR¸ tûì¼tòò-þžœ×Õ0"ïÚ¬]g+£ð[€ðBšòCÕMÙ‡N °Î¦pîKøF³áWÞÛI ¬£µ#ÝÉppõ©ÀTuìñeY}¦f°¼íUnë¼gÀ]‡qÐ÷îvß»ØÜœœI*=gsó²ü¹;}G>7»u>|º«ZCèX0%b½ ~à.™·§ÿÍ'þç?=žÇ?÷ÓþË?úÇ×/ùôåû·øöñíÇÿëŸÿŸßûñûø§¿|üö‡/ŸñŸþüýËç¿j¿øÓþáËçß>ÿò·úÚ¯ßýÛŸ6ñ;ÿ¼=;¾ë§¯ßþú‡ÿÉö²Wàßðé/_ÿðùÛOŸY¯œ#âÓç_>¾þ”þéûŸ¿~üöyú<{ž<ú˜M½€‚ >ûé—¯¿þ‚|ú×?üølì~Œx®™êO|úø¿¿}üåã§_¿ÿýã·ïæKõ¦Ï¯ûôåóo_ÿðýïŸÿúåsû™_´‡—…ç>¾õÓ×?|þÝljü]¿}üýóŸ?¾}ùØ×áùÇü©ßÿëwè½ÿüÓï>¾~¿¬Þáüù?üôñ¿~|ùñùÛ—ïÞëÆoù¥O¿ÿÛ_>ÿ ÿðß?þüý׿||ûaÖ‹+¡sýɯŸžÿ_Ÿ64Û>bveo¬›Üì,­n‹õÐ~.¬¸H£™BòW){.Ý>É_÷CÄ_¿a¬öOBý¦ˆ¡âÌãTXÉ_¨¿~èÿ?_QÍŸva'ÉÇ–9Ù‚ Ë/†bëªOö•æ.+é3&jÇYÇ£­c ÇóìæÅO‚ƽnÈ둵ƒ‘ÇìëÅ$IS Š;‡0†¹/>M)ÃñåËb$^–"ípµ|Ï-Â&–?^ï>ùÀ”‡M!2µaXYCoà$s«vr?Ã2ËÊ©Xåsõ ´¥­­æ@|ñz;¬¬!‚ŸËA(ýD>-æØ!êεÃþT0¬´ùÔ|«Äì‹é.ò¹ÞÜFÂöÄÅyŒP߯3¾ÎåzgcˆÞ^f¥»ÎîkäG5ÞŸè@)Êj"¸±„"/yáÇ@3¥IS–~VÅй©…÷ÄrÚ“¼3iv±¬ûóè{•³2˜ý‘3šŸÐ=æ˼.Y?ØõïSLzˆÓÈH?¦é›ÎYù*#k|ú{Csó¹c0}nÈp©µÆÍÿ UÊ432èíÚY9Ì.yJ´®62·móúdý`¦•‘Cïº.…IƒyI]ÿ]9À¼æÈª© gÕ±°Q€ŸÕ‘R´r0"¥;Õ”©hnÆìÕF„xòšSGŠßvŒ{;Õ”ŸÕE31ûd¥`õƒfÐ?«‹&ˆY(¹GH°â4Rb*]˜•"*ŒÐ÷ÂT6ÖEónË(=1_k4 M‘;éµcá‘.K&æú‘×'#¸Þhššâ3ѺGž¦¨qdSD×Uõ#óš#kš¨yÒ~UQE‘öGÈÁÃÆšDÊÔ†…b…*Z@ÚsôD>¿[¨¡ñ u¢¦A·ùż¾2—ªöEâ1„vZ [T14­ƒg{“JŸ¼þY¨©ÕçúÁP$@‘E -i@d ÇS$ëÖ>¥¹B°JÁB1ôPÐÃ0u×:U‹¯˜¯xž1h©SljšÕ=súi›{ðà-NK½†p–Ô_I¤¬÷‘d± -«Ò53 Â*$ªIõEh (#I€$‰aÍXÑûÚƒ‚£hwöÃS}µ_úõ e§J‰m›áË„1ˆçcјp¤­s¶bí?…Ii]/•h#ƒ&HÕ_¦þ"ô (cÉ@ŽF¦I]dÇiÔô`žýM º:A<”KÅ»Å=#ä)„%9ZÞqªN˜±+c·|D‡3gÎ š-P™gõ̯.[êÃEg·b‹%Ek1eHR£¦]Úݦ©Ò9s Âj‚/‰úR}zôÀ’Kú©Œ\1™uõQÛ9¡ûåW7%1/Åá­¥}òAUéTßÌ¡™€0‰”ŽKz€=M:­Ö)-þúÐòêDQ¯R`ô¹æ)·:Џøà,†3BŠwø“™Af¶q†7Ÿnj½–°¢ôÚ§²Žá2æÙ9 „ÕÈlz+/B -(›úÅ”Ú{΃1~yep¤- FÿÈ$HeÉ›S_XKÓš¯ÍïÝ Ç´BéÁýrÆdSÃ>·ø¯.D;}å!žº·S‡ÍÔÚH¦Šm{‡Ó_£ïb‚rK‡£Ýü”Nê«sP&LÐþE^çŒâ%‡ÉÓʾœ$)ô }šÄÒ7(‘ÄýH“”(Pb@‰cÊù´Ð•Ƥþ;àlÛ˜–GõKÞXäƒYIäHÿæß\ ÛïõŸÕ$3Œ…Ý-„—JïÌ!àª.×Á,¯By‘x^Ö.ž,BÏ€`’€I& – äè~ã ¹W0µ/g¡£®œ‚îíþEŽ‚:c»â£q®ó^”…ÝÂ$Û–B5 ›KüžîTîÂjd.Ú‹P…PL˜`’€IaÚó5óÞÖ<¦…#ÜÀŒ£Í5ëP¼þ\´‘Tª}Žx¶X‚°?™º”—oRÏ¥l¹œ*åä0« ©0µ)“ÉAÕFL 0q€€ÈšØ½"ªm̕Օ#(ËØøøNiÆÍ­A_]…`žI_Œ!tûÔf -G=óôaê%î›9$ÅÁj$*Ký%Š‚’ÊPÒ É@Ž£6¢”(TmÌéÓ—-´Yòxc£S|hؽóúR-9)¨n3Ŧ®2)GÜ=spJ„ÕÈT™Ú‹”ÂÉhBÐ$@“M -4iLg¾,ëÉܯ¸G°ú˜ª)Åý‚–,‚âXó…kY›!°¸ö( UÈ¡ÕèîY"¬&@¢ÊÔ_bØŠN6݈Â/Ý;Þ߸Bhb ‰ƒ&Ä4ftf~õ`¬ŽWíÒ\yÄ¥µ ï”Ò3‰õJ™´Ö>3bÐÝ‚¨Í{ñ©ôÍ’ ­@¢¶T_¤ád() ¤A’âoD!(Q íx©“ÎïÌ´SÇLß?¦Z«©Ø;ºÈmªÇÓNçZ3»9˜R|³ÏO_åˆÛ@—hÓ›µL§ -Ú=spJ„ÕH¤Jý`hBÐ$@“M -4iLg>WíI'eãpï˜gtÏ8Xª€Tê_ÀF¢ë¾@³ZBƒ *†Bä¨tç,V S]ê/ñ9ìߘÂ+±ÄÀK–¦9‡}iûuïyÜà[Ãjެ^¶¬ï¼$-~´ë2Ìfë‰Hðº;2U©Ša5Uf¥~04iÀd úWJ÷ѸBTmŒ™Ý—Ž©vL¥*_2\’'ºû2–b“`´sN¯5ÒG-N»G*~ÍBîïîž%Âjd.úK«L4aF“M$(d‡ä>ÿÆÉtflíLãêCbœ‘lÎYGĽ¯:³Ñ_ÀL’5ÞÁ/†/§Häðti52U¦þR?š(hb ‰ƒ&MÓ<ÞÉBëE÷‚Ű2v†cKwO¡ý¡Í;CÕÖÌD'’­B9”w–« IêK+L0éŒ%=öߘB`¢¬Â Q_+̱òR!ñ% 5‹š!7èìI-Ô‰VgGÃiÎXÇN5XeIþúe´¥'egóŽöj’'K\B3áØ q˜Ã½«ôkA‰PE€D­BÉöÐyì¿Ë¾÷³ËŸß?—_'YŽ—ýí~ßö·ÛÏþz¹\7Ÿ{Ùr¾×·ÑZþlowÛËyÝO¯Ù³×Ëõý|ýe-uví¤xkyÍá´í¯÷oß~{˜ÄÈVO²YÓÕ½kß²û«!;U—*ýñÕÌ©xW÷…r÷dQËY‰ÍàÓKúFÑjõ{B`ÿ¢ÎGvøJñ¶[é5=K\‚£g†caSõ+»nžžµä`­7¹$ô,0kÁìºë˘šg¡“j†vB³§>Nµoaâ ¡h‹‰—koRà½æé}Úv]Ìz©ê;Ö›™Ä T ˜-õ•E‚MôT£·¶”Љƒ¹qjŒIJüAÜŽQÌ%>ÝClTzý¡â=À÷‚¹|¶ vÖÁKê_¦¤ñ¬e1LörJ¼ÓÓr,3©€Ÿ¾’c‡“æì´"£º”|žAòÍ­-Š:£}ÔA²l…y¬¬î㜻p@çË훯ÚÓ%†.õ -Ð)@½Í¹Ò³Ü“;×Ä—9Ýxí¯·ÜÆÔòœÓ‚Øq©dŽ=Õ¼îm+í¯ªQ[·,/aÁ6SÃWE«ø¬Ž9f¶îl›×Î-\õ°ßcæ`îÂÐË¥t£1$ŒUõ¼J[3ªE[ïÜkó2«+ÇN¦úUŽì0@ur¦ ¶ÔÙŽõá¹¶-N#íEùõ*˜ÔwÛœ¶É@3\F’læ$ÜÓuñа¢Ä+Ö':÷0´Šf$ñpYYWT~å³qèȾ»e\t5 ëI ÒäÖ™ìúŒ$¢¬1­Ó$ç1vý -¸­î ]‰S‚‰í¤D ý§Ñn)«6‘9>æs­]“"®Lú½–¡ZT:çciNøëÊÇ-ï4YÑQ×É©nÑ{ö¯ZysÔk;ójœ…xoÚúNÐÕj‹—m?/&heÖCHœœ-ø;…Ë國¦5õ›H„俌öx˜{y&«»þgêÀÉ…l”çê¸Ýp÷ï ›-÷ŒÔÖ!έ8V}Am™ç® 4L(Áß:¹tîíÒðB²GÓ5iyBzsÆÍê´ãûÑè0.*yrqYMö%g-ýB ¿2ÕÙ‹IºÑ¢¿Ë&Æ ¶¡b;Ts&;FÒ‘ -/®Y9â»#ÍÚÞ|*Fso¡·âkB`XO¬×\¼æ+Ùý¢\Þåb’=„Ô˜•ÂéEêÑÂÑŠsž§¶ìœ{ -^³“¡1'—’Ûsï™ 4ƒ•mt±É©6eO‰ü.ÑÔ͉gÔ .…&ØI¼>òtÎuõÊ8Æ!¯í5böÜl{Ži#™™Šm-ôÓ±ÁYá¯:S§“ ÂÎ7ôÜÆøzÂy©U…¯îiĹ#8çÙºâžQ8Ûh¯›@oŠ\ÛÑ&J‡=~ªn³†¦ó£¿³V6‘Îë:Ë aP¹dœ_º´¾Ü¤'BuÈŠÁZ`B§ù1¾Œ,Íxxmï y%DÝjvnžëÖR<êˆ>Yà¡ÃSÙuïNð*ÍI¦vÚVz ~ûiÞo¾ {ªáç Àm«gçIðÜ…¢ä·'•s`ôöwr•_(1ÜmǪräe]>$ú±c[Þçígêž1£y­B,žÌžª5€W[ØO{yÁOâq7¶±ÚyÏxÖnúªˆ]a3aÑÁèåypKHzµù”KÊ” -¦í¸&‰cxK¿ˆBb5®|ºŸO1;÷õOÔÜåœø®ÔV¯£åöºÞy >©zmêÄœiò:÷"­‰Cá,‚ÆI#'’ KÞ´×zæÚ3˜{Þç9ò÷h‘k«¹œ³øµ•œ%ØMmìL”>Áˆ<턯}w5‹Ÿ½2jÞ…U3Æ -…¿#¶qzŽ™'d´“dw¶·r±Þ[á3¡œÓuñ8â¹›Ymr—…òR“óMNˆPʉàQ'Ic„FaÜŠ'÷ ¡Ë‚7åMš£ÑÔÛ´£5ì+ãšÚÞr¤¦¤¶/†>-/v”óéH„mì2PÂå9½Æƒ4Úe%/³Y¦6«Šš3ÑÑ_>B—QÐüוÚ1žÍkÌh£d)Å„ãÛÖ•&ØT¾Ì.¡ò³œ/“z)T2rb\8 Qnùä|½§ª÷‚&cGRû ¶/ÖensO…±˜™õh*>˜ S­@#åä‘NaËÄiÑeOò”³¥›®ã=«ðÙE—ÌÇ£• ÚqS&Õ°uÙJ:ö»–‰k¦ø ô¶Ä<™t+¶ -ºÙÖqWì¶þ2%Ø&¦ž¿PHkç/9té˜ï&ý‰€Â}ŒYè>+o9lrªÜxÜääI‘bŒ‘7Îöè$“Œì¤i!“Oþ5`ªcj°·è“CG¹lBµ Í2˜ÈÐu¹aêw]LA;ºCåèàœ¯°­–dÌÉïiéË,]± &÷qù‘u…ówûÛÚ¨äCˆ¢cÒWJÿpÅÎmJÇG?õ&Lšê¹*<Åy‚Ü¡?JÉ$m÷ÑÒÀ½¶kd0c›z+9ðlìÈjÒi 0_îÐ#ºÃ”ôW§¤›V©a±°.'¬àq±”qä{CPqB[,MkçL‚µµYm®ý‘L}çNft9Ò'2Ç~º²Äœ¬pÎ$Ò졵9þìo»“-7 ©gvFk˜°Èw˜¢Vâ“›¬­NãbNSœ£fœ‹®µì®;Þ™‰.íC^Žn0ï&­«ìŠ# ¦ì"q†££ b[rHhhK,U6zÊùf¶9 wX–ä<'آ͸'±[SÜ‹&²H™ Jü@ÐìõaQ®Œ5ÛÂLNª80½»«²¼Ö15d.E’+© œª7|êÓô£Z™•è-u+ļþ°·¥¼B±ö{©¡1$[#h˜ÏKA›Ž^t‚­³û…ÏYÉ:Ú®<çFu\•¡¨™ªbJNÕ ×ÁΖ§„ÖE¡q^½5b}7íYÉ‚©§Æ+ÁÉUwKÖ¼Ì:Al€;q=Õ¥l6ô\=àUs5ú÷ê_àd›yF]íÇ7gÞRŒ êBíûÓ\©?¸þjœ–áJÒjíwŽ×•o2¯y<ì½úEy(žp¤ÞŸ|dm'›))TÄHP‚ySô9&4æ hj>ÌCù­³&­0a×ôPý†˜žtùÐï¶Úêà,øÕzNÕñO¬„ùRQ„Žº~Æ¡LÌÓhÇÎÑ@É·` PeÀ y5?á¹Ùjž¡ºLqNyÞFÍ·¶q™±ÿr¿1¬ ×x Þl3f³óˆR£rc®´©Y*±Ý™ŠI€ä…›¹ú”r«•^ŽT(©yè¼RÌ5U.èÍÇwbS­,z4Ž¿¤7skc^ѩŤúP‚ô¨…ÓpDâL`œàéM¸ 52‘šýï6,B–ᦠ;RO(>éÈ›­øˆqÉÉòZúhitEg2wrëÛÒ£³í÷º6\³„È­±võ§ž -Ï|BUSù«göô¢t•jî$½µmæOÄE듌ß{ç |€á\×ÏXð„yc?ºŠ™í˜Ò;bÕ=»?0å£1uë§öP…ÈZ˜:+âàmÜý—îÕvRð´5§=6èVÇÐï:AÅÐàÖ²urlð< -9xG2†´O“%LŸ½•W§™r>ÀVEE¾ ØÈ±²B'ëõ˯м5t]O‚ºk_ƒ§+öŽ‹íò¶—ÎeØÊb ;‰Ô¢±`D¥{*Ä‹™¢ñ¼ÔÓ')º¨‚hÖlèõ|"9zñs&M¶H—P—|{†` Ž!ªsÒ¬#]²“¢«ßBuO1ª¢oWf¯%%r†h‚ÄŠc… œi½ºæIXÛ¹h±¶¡‹+mÝ ¦©Œ·š È5r¡-¤ ÃÀÝu´¸2Q­,KF‚Hãó! Ø÷ÈfΩzÍOpƒ[ÙÓÁvOž-ÚuÏäíLI7ä‡wˆ”uð`½ê¨/CõNRjx[DÆ·•V™Ÿ;©ò‘<ÑëS«j%ˆ–ê[§gàT5ÔùŽ3öKINù§GZ–;fª«—ƒÈnèNœút?ÿ9iYX½§Nª©„± ÿqÃÔ£>ˆº>S=Z…Á{õ¥j9®cøÖé=OQõ„åØÑuÓSS›!“Ì‘ìïÒ$DÙwÝÛ¼›Q§ÜïáUù bŽ•.èá-_]Ûê×3>W΋·68ÔC‚™…M×;ó_§ -€4»ÙNJ,½£•,€îÅbU%¡=º¢é%ÄDȬ )ÓŽµ¶™ý“,[ ŠhlœIÌËFo@êBSwŽY–º7Ñ¥Ùp¡¯âTÕÐ -ÁN':æ3ïÐÝWìÃnîcº|F‰©7¶˜Ü+ƒÀT02Ú£ìHúAjœ)LL2jŸÝþrªó ¼ TcÖTvÂ| &··ª²åÔWŠ’͉‰[Ð`ÒÌló^nŒ8Ù=’ÒtÛIšÙ)ûm·w×4?yÑv‡$ ,ÌÓ~R7¨›2G+#ôü##ý+zøøvà¤Ððk›Y¨u'ñë4®[/Ô}†çãÆ¨S³“q2wÞūɋ\ô„Ê ,¦'¢ÒÈ!A=g^›® j‰y“ÚèÕºåäMë¹P¶è%¡z‚ŸV¨Í_vR[à¤YÈD4I¹ì¦XB/A¸ÕÁ‰ž‚ú?÷ãñ:Cà8K Òµ«d2 zÃÝÚݧu[×– -ÆVðäIò—ÏÉ™­àŠT8/’ Ö¥ ª¶ðÆ¿WÏ4h7ó±°±çb”KtŸ²jK^·• e=K¼©Š1DIRhÔõk‹ÃG/ÍÉOÀ$¬LÜdâ }µ ê±LôXÓÌÚULEYa³goiöüø½QÕ[˜š^ºv‰zk …èRRU“R&ôÿ¹1›å³¬‘ho û¤™^°=¨Øøm슮Èæ¹k÷èIc°‘·ËGÒ^\wTfµÜ|4×Þê18/=’õ$I—e6O_ã‹ã.Ý¢‘c‘ñž+Qå^+rQÝH¡'ÈšUtÎ;.µ½L¯®„-¹%ÄŸ‹ÔùDé.ç\eÏ”ì=\’è–Æ'(\âEcÝC·å{dfG”¸C:7%–^"ÏB r†@e“«a6p -èš¹›U¿aº~‚n@øEh8ÞÙgã >Ö÷½¨«,70ÕUѤ½ºÕºB 7+ÂfNdkˆu¬ÖKÐRr×–•­è5|ûà–nyzœÄôøÎPØÖí2k’ac…Y7ÎíÑ­N™ïYÎÈ(6g›y5»¶¼ïµ®'Á<ÆÜúEB æb¢`zÁ 1,„÷ruºUÖ5ÁŒÍ J^xâH‡Xs¢(lmÔEWƒ îTtÜF׃;Cb ¾tž+Ñ.¢ÌV–í€@W3‰¦> çX‰™`E·ã¼Ø#8¸}ÝèВܹÏH) qé;óÿ~·[‡ £ípl߯ÈD¯n÷vK­ àcΑ8lXߢ§ü;ÛHd‰íMŽ9Š #÷*¤‰ç«u9!¬‚Wó¶i,Ç%¼Äa'zµ¾>Ó»-àg"WBšƒ5W'öÖ„ž>"ƨ{ óŠwI¨oG»Ñ5[µ ~\}:eÀ°1òÊY -/Nñ‰^͸¸ª8\af¡,>!>+šÐÎ:ˆ6<ŠÏ'í÷ea~Xg‡K¬ÅÐKDV%4Þ yå8„¾T3[ÑÁÜH¡ºŽæŒà‰U]n|è¼58 -!×ÙèšB—Ñ“š‹Å5Ë·…W½œo÷m°o3§æ«‰ôC<òD—}̽b¦YÄñU­Ý|qg²Vüð¾ßkV ݦ“¼„bTôœý >’žxqZŽ^2›lª³îúÊzåxdp·-ä•'³!0¿ØæÄÝjÒ€ ¾àË8:¾>ÓdyáX@•˜'^»œÝ¶a#ºXZ—'qH¨95”¼1?³`&?«ê ÍöyBÀSaÐ]"÷„MçZøäC¯9S÷Žê'§wrÏ‚î.Õϸ“ØÄü¯n¼l•NÝ@¤a¿V£L »˜,C -ä«ã­³Áf{Ù0¤:B½å%ˆa¡åtPŽ‘¦ç{ß¾¦óå3N>>B¤P&çÁÌÑÞ0Øž¶ÐÅì¢ m-·:NÓì6œFråèž°ñ² eº‘Ãw 9ÈëFêÙjÊEÚô6Lò^T˜qÔàkÝH4]ÑÁç™ÿ÷§ºI°º™HxtB‚)#UGÜ Çm¹\Q+«y:6ñð -Õ_ƒ™„!yßÖ›#âû[ȶ7¨»i;4“säC(æªSføLFÚs“…\muVc«‡0/}Eñ/CÕ#À>G'µ6…m£²%¬"˜>#. ÆsJb`Cõ'ã¬ø¬tKáOûÀèæ½ä0îÄt¥ŠW²md›I 5Ï%û·ž¦½Lrâ ¾®¢¹v"Ü{yR²Ý\ñ÷½:/h0e‡¯Áù¾þûÓÕ?}<%/ðã¡Àd=ÛàsYq»§W¿Û«ÐGDèÄßî,¡ãEG8ûeäŠqg@ì®]ƒ l¡I£›fáïP§ÛÆÀSl‰"UvZ´ÖŒ - …= =þ¹éŒà+ÀëE#+ȵ=°òjTµ%éþBºó1×›Y›B}º¼„ŸÕ(‚VuL“BðøåL]‹Q'§ -ÃKð9×ã†î©ÜfjxP{oÕÖ™•°@Z²Ys]ìocKÓÊWN†ÄGwÓ¯võx¤úrOö×ø¬Ú¥ë I fÛ~ ºtô´«Çfë:Á—R±ê‘av×îÓzr°CrØÂÄY‰wÈôlűÊFlj|§“Îsi‰èwÈ;Kín·.:Îa€êtN“Ò.ŽuÔ,uÉyÉ‚&§ŽØwUIŠ„! ÌÿÖÜ -ï\Ò´Ü^–÷åÿ#N×Úû¤AvpÝc°éŒök=W*€ÂRšÚ5Q)£gò²z²U)Ý.C2’ íËãyªÀ¬l¥;Iyp[p梪Ç-˜x~:-éÞUsºŸùÔá./ßU=_îN—' D2@I\`N¼«þÿ}(B†¹U³ªz£DŠ¢¤ï¿mZøÖsq°çOþ÷ª~¶ÜnK‡ÔÕž¹pT‘¬$VŸêT:-òÙ’õV“Ë´ ´ËTâEár<¹ãä:mî)(fMEµ=\ʱ*°»õÕ1ýO=Š: ¹Œ'2o‚$[ÛàˆÁàÝzëÙ9DLíf›îEp…uÌŸÙ¶XŠ2"†²â CÚ½àŠAbªO@„ÍÁR²„õ&1‰3og¶† ;ÒY{¼äÈITifk£°fNt†ªXÎF©A½ °ÉS&ð"ÈšéMjÒ—ØÇ•Á F½Š š£ÈÏr²…ª|S–ÿÿŒvð –õÄöúO=ËÖJuÇž3;| -]=F´Ò‹F-‘‰7o'â½K‹ -¤EsíƒKðl\n›lŠžoø0X?•¼a¹¦"½CJÁÒù’—ìP8\DëTl¶.­ú½ç‚B‚…œ“#W uF°ŒK26Tvj±¡Î¹…LOŠÕ2ÑŸàŽmp†ŒÂ\¢1•¼Aç·E!¯V( »°¤¹-¯Ê«T$#é¦kµAUàs›4žöE´PC-]ÿÅŠSQd*[€òÙ»•Ñ$w‘¿˜HfÆ#\-€è~¡b†‹JyƒKµG΃ã -ÛØU!bÒÔœ|åc©†€x¤•’Ʊ|ZU­¢€­ˆŽCpyìUš³¥K$!çtx¶íŒ˜×¼t¬‘M9äA•©XÐí‘ Ø`áÿ{&¢á‹ªÄhuWlLÎ)™Å±pB™DD*LýÔAì€0=á×gx7¦ÏÆÝ[œ$wbœÉJ$¾Z@Wù¬[!†¦‘÷ljKåVÂö }º®Rÿ¨äÒQåVø‹Šdgf¯Pr4C¢ƒBЩBpˆn¤Â|嬠A­Ó ‡i3¦Bk/5XP$Kt¼TcËF×ä-$æmT*yGw¢“hOÄZç°qz/-ìBÇÌ®¹ñRù»OuèPá«¢§lEM¿„$oVu=X—2kÔºâœ|Qe™«è%7|&ÆÊ“rZîHLb¢yý—¡ŠY‹Vv±yÝD§ºÍ]›ÓjµÒÄLƒ ׬…&”lÓª âñ•LP—ìÙm±f‡.¶gÅõõìÉèn/²j°S•]ccØQIBi¨°ò´Ö†o;»©‹À.ŽT…?“¦XY¶Oà °s•][ãÀ -£7&¼$ÎÆ‹l0† -ŒÎ×±õÓúˆ‹ÚéXp±Ýö/þTfe†éÒ0#³8%*klœÞdç/¹pk:ñÊÑVB·4OLr%f«QyÝ[SâWPeæWR©¶4‰ÙóͶڎ¸œ8A0uæ`4Kí`u)H…Ãuy‹d%VÕ¸)eÖ^«˜¾á‹‚Í6UQ)©{Þ³jšä°Œ?Âúx‹–äNÜ]WãòÜZ;€OH™Æ—G *Y‡‚ ´èì_Vögœ€Ð ÿEœÃûNv—S„$ÈÖ4R !-¿ÒÊ™<í±RÀÄõ@^öEß‚5Ï*‰!›nJ”=zž[¨ ò ÇÌà”êÝê*›÷)ÓÉ“ô¬kݵ›VGêœCt»†{Z€¡=ûYƒ©^[CfeUnšý_þاÄÉ*äµ6ÏMêf-˜ùåÆl`¼ÁVj'äê(O ΢æmAɯ}êlS!à}ò%®Ú¿£bÉl¾…•—;!‡%™Iâq[°šÑ§i0*vØÅ¢ÁO–¸BË:£¶¬×NQåȉUzÞ :+É™‡Bhù…èìR|ÎÊ׊ªN;1zš‡ÌšME6’ÑݹÄ*b2ÅõÊËKŒ±5°­LÁð¶ð.4y¢ŸÕÔx‹&¬iR`S÷Í©Jô¨jÇô3ð$9Uúnàúµ€‹‰Àþ d]Óa&jXbň²"ÂÀ‡öë›Â/±Ô-bj¾Q†õ“Tœ’y«³>±3À´– -zãÑûý0Ú+˸DüÞÉ8vüyЖuA£"íéHc¬xcÑTæ9µæíÔÊX ¹:3W*’›³* êÒ m}Ò!¢¡žõºbžˆ4=ÅVÅ¡’…eš'"YéQ oÒbi<¡2´R¤Š ¢›Í{ë[é'Ã磢nšê¹C^'ê ÓG!ã !… -‡*µè† ¬àqqÌ-½ˆòXýpB‹ìñ‘\iär5â°©ˆAuVW¬^¨G,!¤:8AÓ]/ž½.L–OÅúU)†á±¥{h¶¡ÌCR™i¡¨AZÑ/…ªCØX:6U òtwK1‡V§FU‘çxV±£ºSá9§0SãŸz†µÏ{ZYnmø»eÔ…MÕƒºY§5%y5BmL°êè´Üɦ©ìƒˆ)J.÷°¶95á÷r™È’ùW¡5cóä$_Æ[ˆ©#\r9{k¤ÁâUªjh,ŸeMÉæj—˜¦ü§¹UËÀÜ´Ve"­¦Ã7â÷kÝtõÈÁ‡Þ7 5à'Üæ¶««äé,©q޳&L,[lJÉÉ”í‹êõÉ[㌯€0ëSÙˆ”(¾š|ù³ºlŒªçÙEºltw -UÑ|ÌJï^[txg/£'ÕɆ* ~ÀíÝaŦeª\ÚÞ›†ì Šà€¥àïbºîTX«ä•hK!Ñ+žÄP=3RY«AQ“žßKÉ@½zë•X'uö׺jAæ´˜kÕ¤£`ʸÏ^¡PÀ>>£¥8Ú¦¾c£Xë0§Æ‰‘|i¸e=Æ¢©zõ¯d@·Etr­8 Ù–“`]2¯·7@ ì2³I,½ÃÇsÂÊ)òÊ#¦uv.²p«ß¹As1Ø*®Uï¼-œâÌ•³ck·L[3ó0ب ü…š=¸Ukf”ƒ‹‰™ô™H±»F±‘êmR5°Ò)ܸ|Jêåí"Vy« -ÇÑCYµb²tÎŒ7G'ø¨÷;Aý=?éâÎÆùS_Ò™hæ -›¢_ i8}œÅááJIê-ê“'é¹™¸ê”\ÌF\[x°|Qy*ªu¼ð%KUn?šÁ|;± CÅË "iZ¯m4"½7ý¤» îï/ÝÐòÑWØI·é]i¡ÖƈÃ[65kœc¯M"ÔSÀFúž¨¥Êº³¹Yû¼·è,€µñ¸ I4jȱ«š ©7o,ÞÅöÄHf"¿¯•=IbÕ(ÇÞ™„.‹)|sÄéöÚØÐ,‰ -ᵘ›M „á4¥ç¢¸ë³¹÷MC-=“Ræµ8H°«}ÂÄÖ 9=BÚscF^ :†©dNP g©Îà®ÕPi˜ [ƒ1ätÀ„²¼Eps>™]Þ1*ž’î»Ö¯ÂuštÆægìùÊØ)a¤qæyÖE¢> Öƒ#‚›‚pÉûÅæšû‹}¼7•Y»;sÌ«K©ØíuZå'ôzV-{…Â)ž1Ý"2Ï¢Û®˜ê3˜ZÉ¢&ÂsÓá†b¹ÙT"#µ¶é,E•ëµx yk`“Í·]5VLÀxáT<_)%kñjª1˶à}çÂeêrpi×#MÆ>Ó¼@5èXŠ›UwC’“0UÛ³.]©/¥AèYÙܯoNÂCÛŒ:åîi Ê¥¨Yó!ó§’7j -LµJ Êõújrȸo.f)µçôöðKy~C.bGì‰ïÁavÆÙê&+o-,9£ -×M!@Ê—Ý¡’+ s¥ùÉã0å.b*ÙÝi,¦$d¹tžïZÝ®¡±Èój’ª¨ýï,Œ«ÇCÊÎ~ÖÐuü;5j~d(6u2o–ÚælA K¦ƒ[¬"¦Ì„³çx°4RÆbÙ˜+¾¦:MUè¾(ênÒØuäd+‘¯ÈHÞ°ÝA${['f±²%ו™¶|UÓÛTû€¹®£ãù(k¾€¸(¶v^ ½£‚!¼ÅFêe¾´M€u@ï¤ÓÉì"°‘”-|*+£›lœFG³¹ìº¹"š$ȵewØçíºaŸRQI%ƒGç#;Íßü¾F`)!¬°V¶Ô-/RöIÖe ×)õ ¼[´aɆõ{Ó|êýGPLúJ<½új]eK𛲂40«ÙuKi†lõ×ô¢=×:™œ†Un-|©sŽÎžR°ÞèÛF]òÖ¢åVñèüްIÅä—=ðÄ“}=1öì‹8ª¡n,ûjçJñ©“áZ o*‹‹¨ÖmŠ¡Õþ¼úå|L3*³6}3“ʬȶmÄÔIj‚ Ig¨’s_]5‰§BÇåIz†üó¨HÎKÝ×iÕphÙïÿM`K1“\IoÙ*wJM÷°š˜ ŽÁüp7ËÉÄÌ™‘ T° D^žªè¢,C2{X]†&5ƒÂ`\NDìåi4êü™’ŸÍ¿y‡µƒ¥g"èË—ÆàÛÓ^tyåµ7ú-…ÑLÃUL5äÕd®¡ÊJMoI¤öö -e±qÏÔMïÒ‚:Q=\ËóU5\„OЏÇN1é°ú‘8ž]Ð#ÝUt ð’Ÿ Ày§f!;N™­ç–š1ê0(O¦Jë8˜@Sêl{ÛÁ¥ºb²½j(𰤚XÙ£Ûw,e0ÐUë~ZÔЙ½‹ª†3znS•èS'«Æ¶Ø é:±yC±T)CwvÕÕÊKiîBWÜÚìZŽè_‘E­ Òbš¶ÉÃKü­ÝÊú3D›ªAÝÌÝQ#‹Ý¥H†ÕÀ?jœPSr7¹2ÙͱìûÔÝÒXû¼êÓ–lסô b3YCº¥L½y­©2a£æ0£‘$v*r d -i~®ðÚ6m[YCF•a^i0ÊYCr¢” ôiNƒON*‹@ܶõ£Ö°ägpÞ7d¾$ä³éú³FÓ’ÛK󒜭‚ž‚]ò™ïDLërгZ-Y”ý‡Ô×xIäŒj8våsù¤b{«Z±õ”ÏÉÚÛ(2k[õ¦²9#g«jFÀ€pŽ»7+:t«°VfHÓ&¬ÞÔodÑqØP?Óª4/Œ\^Ûܤn‡çrµë„ηôÂÈk5Å6©æ¹FlšV‚y¼9J}‰ÚN¶ 9šIø˜VSéŽXónžeg «_% ‰ÎäI§giYsƒØ¹PedEzÅQT.¦ú“záˆJBòÎË,£ËBžnÌâNÀÚÂq«ùezKö¹|ŠËdQ,W()±V l_5ãìÊÛILT_t$ëL;㸢]©kˆ¸®ê´nÉiš%ÇøÞ· -F“ÌÄžw«üFÍ ¼ òº‰\­q$ì‚Ýå­vzùÓ1Íåºy¨U‰çb‰²\¸;3»7˜‹bè­ª’êmÊ7‘Õ䃑@Öè€9:8©›GI£RÃi`CËØëq„ï8'ÑÅͬŠÉûPêžÐÌšJë…¨°ßéŽ{(—ÝFý\Ä€înˆæ³:ËÝÖ¥Íù¿Ç£êóbÝW|mÒŒ«e…¹U)€ÛÓ¥q£HºÝÕ'uù^å†iyMÔ „ì‘s‚²ÌFÉ&Ë|Hš‹ÐI«k«is';`Cû>ƒÒÔFW `ë1þ×ÌšªÁ¶(xm{×ç §dºȪCZAM µO]pR¢ê»ÏÝd¶G·C ËÞÒ¦sôEy ¯LFË{°‹i°>Ûı©z4‡mBð¤‡íÊcoº§F&XMÉ~ÛÏĹî¦Ö¨±¶ˆêå^Æ™ÀNëvW£bUÝÆô>'YŽE¥--mvJlÖëÎ -#ñá9¹8¶_Zɦð Û.áS¼òнZ•Ûb¨¶K°÷¨ :­ò*Õò„ä3œè¾_A–w¨©¦´Ƴ’¹”ÊíõÞí‰îÍœkÅ* K¥4,·A3 ÏÕ9ÇP(&ë)ÿ±gµ€¬”öØJfTjmw!âŠR7Gu5Õ2ñ¬èY›€k8)£ùγ˜ -0óÌÉ©=4aÊÊk|G¦’‰¨§ˆLÝŠdŒŠûKa–ç†BîÕÂݼï0/N×ÙSAMp“«^NµYÿY8¼½Jç¥ȸ æÆ{]—•%†ÑYYWú's¢\šÄlÚ@•µX.;”O‡8±r_®ôp›ýîýÈþ?ß»;;~Õ§?ýùoO¸ø>O_ßß>y{¼}Þ|Õ?þûûûÇ#~ÐÓ·÷¯ÏŸ¿èk=ýéýûŸÿÿïþxÿø÷·ëÇi¬çߨ——ÇÛï¿|þÿl|RhÜúû<½>^~y~ûòü“<|f]œÚóôüÓãå‹ûËû·—Ç÷Þç‘Jê®/z©ÉN)ÞñôÓËG÷õ­¿|>g ­æö# Üñôøßç÷ÇëãËÇûßÿÒ£Z€ØÓ×çï/¿¼ÿçù÷¯§ãž>îcE)Ðÿ§—_žx|fÁùþøÏó·ÇÛׯ}hÛˆ|ÿ§¯Ïß§ô-¿=¾Þ>$~Ф¯PMüþóûïÿœÇÿöå‡ÇËÁCë‡=ëÛ/?~è㯟Ïo_ÿm_´ =_ÿ÷ëó úøÿ<¾½¼>Þ>Ë´/ʸþ¿|àåùð¡ÏkúåÚ[øÚ·™ªalsèäÞ’‡Û]–̱gÎ_ÇÿÝ¢‚×êœü-G ­e’C óOÊg$î[⚦OÝ%q W¸„.á55â;¼>Ëýܕ˼Îí -f$vŸvE2`kcÐÚX´5l½[?£ÀÖÐÚ Z…Ö†ÐÚh´6ŒÖÆ µ±hk~mƒ‰ÖÐÚ Z…Ö†ÐÚh´6ŒÖÆ µ±hk~m£—óÀLp¬êKUJ?õ΂-¢ÅQhq-ŽF‹Ãhq Z‹öÆá§õªÓ̳Å´8ˆG¡Å!´8-£Å1hq,Ú‡_ã`¢Å´8ˆGá\xÛƒ[*ïi»ÞúÂÑï>ì]GŠ _,ïýõo2í—yñºdo­r„£„6€KvÃñžÝó•Îɺ+JA×¼'qh |·EW[ÄòÃêšõ=šÙyÓ‚¦å|ñöZƒ(w*é%¬yr™L ¬ø.h­6å&HÚSÈè.b=ØöÃ^F=ƶ7UˆGs`ä»u¸Êr6<r¦PÎjÅÁä¿6¯×7érîr#Õ!yikcǨ’´æc“1GÆx·\@Ø‚vK®kèE5%ƒÙ—½$¹©T ’v‰ïýå*sXÍlcêeè[q'D­ë:hE†Í`”'¡qtÛLÔ2J¢ùa|µ­ y/â¾16´á¦bqÁeBVʹùª{i#‡Æ5«©¬w܊݇еy㦸ˆ¶Œ¹Ø¢!?j„RƸ§?¹òES¡¼ *\U@Û|jZ$³sëS4ÞÈ;a…faz)ŽÍÄHÄp¯ý0G!” -ˆ› -."ˆ´GÑ`ñ4zð~§2ª†® ê/3BjO0×*¨ ’³©—:;ñZ¥€äM£ mU"c5Ÿˆ&nD•›hE, ë)c›Žu˜Ç¿Ì xt"¬ûù•­ÿÿ@T[ŠxÅOñÊ äUÿK³4åfã4ñÝØ`0"'ƒ1ßÖ GWî(!þ½«êþÔA4},A_ƒ±|@CqÜ„¯^èâÒ¾3+Ú•}›ï“jPñî“•ã+wÛ1âü¢ešÍwo«YÄyÀƒò«é”eæ9ƒí^âŠ&ÁQcôz@&=fÒ¸`%æ;ð»}@Ç»ˆ§:Äåb"Ûw ¹!ö%k««>k¾¬ÁÒ*·!<;”®;^ê“}à½q0)D÷ý8ó}&ëy.ïóº¶kÍOdyš$fkjµByûÀ½àäq®‚åz۹ǶÁ1û1ãBMb 5KÈ›¨…õáÜ;ÃkžXpØ*ð…p<£Ð©oÞC?ç1Qâw»î›¡Ò3Ø™¾›â&ê’œ?j-Ny6cÝœx˜*n‹Þæ…öùJÄã²³T~Ü›– çÀ½Sø-ØéØrÎ"mΟ¼–*xuéy=^Ä“ûYϸ5kÒ¼!TÑB´ÙÖ5O º˜w Î’õ4ìúM½g)|: âXª«ÇÂ&º(>›çKÇr™ÐÌvY±s–ÈGªdöéêÔͤÑÐfDÈ»¬7ÞìjÎ=Ю”ÈÂôCÉ:%Ñãj•ÄKO?ùºõ«3w:a*'ì"’FöÿævÅž¡´h´3^™Í¶4;¡þ×ÃÇžÃ<‹Dà%UotõŽ -+p@þ&Vþb϶ž¶ $Îzseœ°ÆBw»›è‘A‘IÝåpn×Vú] ¯14JÍ ¼×~bÅä»AN¸>Šûµ»ž§²þÃ79¨Ø1Ì ò‡ãÆ?ëïÚ.FÒ¥_Uœ´§ð}FéŒKFzÍDÈ5É47ìÒ0MQ¶P_u£‚!™íèyä´±T·¯[w <ݺ~vSïàÚwª »+-ŽðýЋü¹³ÈäïG2 üûÚõp¤Á÷òä:h$u> û¸ÿ—#g@Çž®x"&éý.µSæÍd}ä”J”DÌÃ# F. ÷ܵö*gƒöúéŒÒñ¼_×|ˆÏ} ¬=—ŒUXCuó©V3è݃Ç5<*-,J3§|浟íyè]‘Ö[Þå´l8EuŸóZ÷žIîrÜL›‡îƒŒ—êå4…á׃t¡rä²dÍçmýÑN\♞²~8(dîÜj¡£K‰ûÆô„rÝOù pÞ]%hÞúÍè¸$‰\&ß5»Ú-‘òk+vr‚ÎU¬­½Þ¸¾åSo®OúE._äD=F8‡F"¹ æ®Ô0°íÍÜ^Õ;ψ…ô9’[Ï¿«"í8«+‰N®8ÉìrVË -&â‰w²:5äløèô^L#ò`ȥãpk¦f/4ETø×y¹rsœ`¦HÜ9æ—ácà¨Q‹±‰ð|6d#«µÇpÕœc°Ò,™'~Ê×;ãÙî·á§8ëmnpwÑ­:Qé!…P{I>]z@_¤Ýð쀜jÞ¾÷ÍX-ØI@yî£ú;úªÞ™ÿÈ)å §Ävƒyéa™˜ 4Ôm80·Ò^ìí¨D¼²…Ú+ýrœÈ}=L+E6 ¤o˜yÚP5)µÊMàîa< Õc ¦ƒ³æ)±õ½ûÕ6–Tx=&æ ìÓynÇ-JÄëK!lËÈ(0¶í̉“ ÒAì…œ{-v‘Ó]™>»duᆽ%Å$qp=ñ¹Žø{ô(=DzÄ[‡6 ¹{ ç5É-»ÝËA‚O „pK£‹@§ï©H½o™ûF`÷X…AT;å¡ ¥Z äûqR È¿t-#T¹tÕì¿ýÒ¦NuOáöÏaÉE;‚îûî;¼îy¥ûÙÅýb‹ƒ‡£œ«nêPœÆBfr1ãÁæß¸Pc“Ll¨[z¯Y>œWä©zlbSèÌa—$7‘GÃ’ÚñÊEW¨lHuá“m]Ó©1ò×Ñ øÎÈAÍÿqäÌ¡º ³Ò–xhâ©F+WÝÞ(Ùd¶ø ½zŸ›8þ:.X_ñn…Çö±²šö€\´¨^Ìýù¢“Ù¦|¿ÂÙ =òg›MøÙw[ËçŽ @«Í -J…þwÑ'Œj×uÃh¥_Õ^8WÍwU9»áh± jŠ*ø”T’í.•ƒiù˜V,H%Kö¼;ZÛ2á²$¶Ów~ƒ"©¹˜n ËÏ€KªÆ]·ÏÕ`);Ý.Ì©´ ”ÁN†³’&=Ý]¿i¬蹡€¢HT!ÿQl7»w4çÅæw ° ÔöÉz³©4ß1¥¬žâQF8cÕK5ìDǾfᣪag–x‚Õ‰^çÒŠq±Æ’ÃO»eb_X±`§`ÓÇ,tÛ,Œk(Å"×u’³AÁqûÂð‚%=f2’Gã†z¶îØDµ»Ÿ†Œ‰k”ì¶úÚ†=„Çôbýoèv¼ÅT~DG¡ú³RN0F*NÞOpñÈ==c}BJ G¨Ô¶pm‘ -¨Ñâ{ôqÀ`]ΪNÎ9dK\‰É¦P ¦m2ŒŠ£Ÿ(èèýú~VßXŒÅMós®e‚ Z÷J>Mb±lгA·³¡seyàa´l2a¹åÒq*³¯ä -|tÁò—Qsâµ7)˜6ŒT‚»•Ó^¢\t RžÉ~­=áÒy‹³ó6À)ý‚ééü»5õÍ`9x¨^Ê[_8۩ĵBÙ® 3-Ýí>:yL´. HßChLÂ-ìbêÔ⊤è-SjŸ´SòMFÓb°GV¡Y8yL¨‡\ûÆ}w˜M]çv óMõœÄD®ÐÓ ÅáQEž•Þx‰Mà•E"û\ç—fr:BwM@V! L#êi²I1®eJ¢€yÄ¢gg©“SÔ.³ý”º»±çi?#çTö¨‡ªý†"˜¤€}ì“îñ—ÝÏÌaèÓ¬òòÀÀó]s/Dô¦:#*ub,¦¶y­Ìk}ãz²]o÷qìîÞrZ*'‰õ5Ý-HÝFgô¨dèÇݹìáÞ »s€È[`[k. -"íÇî¼¹rq–{Èj8ùò¸B>ÀLÉ-àÉw6᦬C˜M‰§Uýå0uj‘ØVŽŠáDÃU -—“χ¡c‹.]*x 7ÂÜÊçÃÛ‚Z®ÒµÂ™ï·%oï)9éƒ>îmŸŒ•ÈCÕ'$û¨‹LqÚÐBñÁöŽ*ö]Ü»õàî‰èSz,›©!GSæÝ ­ú*l¤ŒI2 …ÒÑ˾è6x4¡Érx+²‡j\õX¬O++§tXhõ uaž¹¼¦ÍÃ+#¢ Áx»ß”ÝCµ#ËQAXN+†\Ú>º-_ÿªaQíœîIè¬Ûì~UBjÆ.ןfž´rš@H™ÁÈ ß×ÃP&uv´\óÛz¹.åvÉ[ŸŽÕB/@—C«v¶úC€ðÕ8VÃ#ª“/•¬´ˆZ üÏ1—9¤ÙzBæ°þ¦Lb…º¨aõÆ´…Ì­Ö–kÝM‰ýÒ,¨÷­•3QÞœ+f©®kf #sÄQÚGØ/·›÷oÈ!Yø^½‹?UþÁÂÓnHOõlF{ - õÖÉÊ|H+/Õsmm#»!à¾ö„.gaËÁ¹ø‰ÜÔ¾)UÝ@S4Ÿ˜¡ÊOnÛoÃîrËFk'ƒ;d·l­Ÿ÷ëÒÏž}¼»á†¦Óv©‰4œ¾#‹Hn°žbý~¬Ù¢+“úWïVë]ÑÚþ4­pp;$$Rk·àÂÓsPr²Sîë,„žÆ§”Ð Æé¢¢ -äÄ2JXî©—ßt&ƒº'K$ò:%VÁIaYK“ÖÏ»÷y'J§÷º‡.§vpëö›C] w´§xêqßæ¶/úÌbªtÜ{˜Cr¬HÊt |ùK­¤ -ÜСÁÂ#•÷á^éä/›¾µŽzã¶ä®iZzFf)ú¿9I"¡Ì¨Ñ©WúãåÃÓç "­Ç¹ÂQH Z¨ð| 7\ƒ€ X˜Ï·™†B€?Ü›OJ<» -mgÏGLgj ˆt5˜V'õ^'­—nÄ‚ÆÞ!´<ý¤µw $§°+â7Ýše2#åTl‰º–NóSKl:%Ïö>ôqJœõ&°a,Ïuk%^õl§°ðÙm]Ðfº>È@f‹,°«áïºu¬tìÜÓ>å-ä┘Ü+GCmêîOïi™Ä±»Î(wÕåVõ¶cl¡é¡a_</½K ÄþñºoBd³3Mº§@þœ‹jÔQ†|h¾F#)é¤&qÚ¦sñúF ¡ïVûm­IX%ÍÃX@ËN&·ÀV\hyǨLjØ­Ë–;}ÔÉìëY|ŽâøbœF”ÅîÂf‘z\tÃZT—+U/sÝçÉÒj?TÒvlÉÀT#·ŒläM»ØCÎJÐSÏfmç.yч©Œ$–²Sf’í«qÑðòˤü6ßà -Ø:6‹ŽNó\§›ùhráv†,1¤²hoSö抺=£³Ý-º¼HÊç‡H[«?¹§z¾Õöua$X‚Á™ e'%ah,5ï"‹×ƒZõ›¶Ä65‡¹­‡±ùjótõîb±·Ù Õ=$æ@%RßÓ]!}¨3× -.rúuË<©(·óu¶‚„61×áF×…Âå "¼A—Vý<'Â>Ú8` çkp½þ÷WC¸ù)†u3ºm@a†^À}ÌdËQæ™#†YBµoÁ>MÄÛÚ¨6ü0ÒFãäìÒ1«8é7ÕHR¸]וrˆö›ñà\U³Æ“¶‹l> ö…›;¦…p£æòžÐ5˼Æ-u^÷ÀŒQk]ß&,"¥qŒU–ê5¥£õaç‰BJ)) =A7Ä {)VðWÊ l, ‹FÀvkûg×ÂL(vAΣ%®åƒ?O~Ǥº˜‹g#ZŽÕâÇ ¬‹éÇœ%¹Ï•ò“H¸˜oÕöB$ÆÓ£G‹|{áBLzÅÂx“F¸9Å^‚çvJ]šùƒ•Yùf¶„:ËÖ¶eHÆ Á¤åM¹JêDÚé#,€=OKs?ÑF?¸û\•x$[À¾ê:@|ž)‘„'G¶&!ذ.òCõò¹àØM¿8³åÛ¨¡ˆtv¯-èfHìÃÀÓlàê"´¨:kþŽÕh•¯{*ÆÐÚÈ#¼éæV{°‚åØõw]ƒC€±/ ªid¸¢Ï°‚›ÌÿZlhq ‰FUDú>·eaÚ}Ñ‘>ÐöÔ¥0C9ë? „Î7kð"ÁËͯæÕS(åWÇ™ š!eZ4U]àR5í¾0 Ä™æ‰{’–{7çðkpqïJÙPôÕ‰^ïQÙÛÂ4Dg«þ]nì Vƒ!1 çÆ½›tŠ@DÖ¤ú«Òós/ÉjΙ£´c*Ý?².³eP*cBíi4ÆB§/xkw;…;Þù·ª+çàÞ-:ÜrínØ0ˆgWbJ˼³™0÷( 8˜p ªù½±ÚF]ÉÐ…5$ƒL²—ƒž…ÜÉLt>ìežIbðB©!ˆ™¨æ:‹˜Á‰w‰´ÞrÇ,×5d«~ÀmÉ}0•û4¡—7cB,ÅC9Ü¡| €ÔÎ~ʵXªÖë¶múDà@ºü@þV\îiFª\Z´g»†”Sì #î`“Ü •džk~«v¾”³â`B÷Ÿð]½õ¾6,=êç Ý®ãJ6³AuL»æëÐIH¡-Ïå`|DÏM7¢c±šçf}(¬‡™ë•Aº7ú¶·ˆB‘FaZÃgˆŸ¸ožD>°«yØveÏL ¤ºŸà¡kíu¹"b@†ÇÁªPРÚ8T/eŒ ·¹{Ù¨NÀû›NO6_ 3á¶ ÕË>ž_U= -ÌÆÁ‹ÚŸÛ[µàxYâ¼*ûÙEðýÁøƒ3£öÁoΡi:Z.¹FÜÏ>á§~l:Wˆ±¤ \*!äa * ó»bß»‰ƒZ73vd4ÞÖ¥"WáßõôÛ².æ™C)§“’È:”;º[¼‹±%ÏIÌa"ãdR>‡UhÚŠ¤[V÷%ÀEh 3X« ¸ƒ=’{¨HD™)ϱ­ê“ Ú -WÛ¦WÙrîr-F0pÍîk2R`¨ž­þ“Ô¿'@ÊŽÙ£~ètH™4·%§ËÝê V†ÊðÁïÇÁµ[úÀ¥‚²œ”¹ÐÔÑÙ<¦ò?£¹#Îzó€JîÑw¯yM7A âù3’7~I—†ÖŽ•I$¯…õ0sÙ2䝿7ÙÅÊísU‰÷ú” fo -žê»‰ÑÕ ²ÆÇ²vKçð=ž]°Jžc$Ú¹Æþ‹D͵».Õ­Üé1Ƽ‘}‚‚e ðåìR_ J÷k€tÀÞà^Í -\ÂŽ~炯x>a…\õ¶”4È"=î$A™©%±ÒŠaJψåì¡Ã"&ÔŒÏo¼9¾ÜÝåícqÕÙ$YºäÓ~’ÚŽMו£rwó=ê{.P;öM Ê›® Ö£Dã©H>üŒrï` ÓÍ4(f@á(piSÕi™—)î5$iÇÜ­N^2zàˆ”)Sr!f¤ä%TÚP¾tGA]¥ð•ÖCç¸rQŸØ+¤ô¼+Áó°I@Tx¼Átá˜[âõ} Ñ©'ÔY}¦%çoqûÖeHMüFØÌ!U` ÊÓm/0u˜,q ‰#P4ß1†¶|äsÓˆ)‚ËÆºÔ2¡í™ÌÙïf U¸Î,Æ8sÌ>zÚxæûq,pâHïó¬òóÒ®ëÐèXPëÇ´ÞûÙèÄ£/µ³4Æ)$®…õ8Ž—ûœâyâ±ÑküvÜÌ3Âli -î…ÿïI?ƒ´¡,îÜøbÊà“DÇä†m…«¿ÒªïòÅNHÝó`¥]¨x.òƽ»óÜÖµo©‚~ð›4J)4åß¶%Ìæ!‹nN/éFÇ*Ô¡ìtì¬"1mŸ”hæhÏ¥«wÁCgb4!œÈCB¬õ–>ã9Ò¶„é§YT ì%©î#ÏõÖS…±‡r¸IFOŽ-QÐÄQÖ½*¾~s Žcë0ïô0uûÊcŽùÕðba»óª“cO=X— аÁðOƒ -åŽérnH8uO\¶°ÿöM¼‹Ð._×C3‡mƒÙÜÎFÐ2Ø­Au›y=˜5è„2£r¾®EtìOT'ß"°f½`Œ¡GÏ6=IdXÛF  âö°÷X´Òݰׄz]••!:ÝÆDæÆY#†]°ÛHÃKfíâ5Œ‘¾°h«åõ¶ô4Ìœ1%S¢m or]Ÿuš ãôñ1€[»§ÚÚ2Îm@-aöÉ*ívCf ñºI9?ò’¿×…†ˆ±Ä2ª¥§Û¶cçg}ÆöGz$ï̱ͭV9‹so¬Þ…ÞƱ.8jäÏæÿôÂkL5ú†Û85ÔN™ -:e©”GÙLwpÑ•F"ÛÊÍ­Ú‹å"}v½HŠÙÚuqè{HQùðô†>ö¤ö>¡Ýù50ŠÇÓìÉüQàšÇçE?Þ‰@}íWÄJÄã„Õ•íM¬k’ˆ* èìEobç_Q–âÁ²C<ÌÙ,46uõ¸VÿÃŒô…÷1G³H H¯=h© û*ò–¨\=3’Ú"=ï;—Œ•W ^IdFÉá…céùF½<^£iF¼"‹s ¯†;»#i„ôd/—¹Ž•hãcYî7TñO,-ú»Öÿ ¢šôC@2ÌmŠ˜o_µ¡'83ä¼î÷±O{Ok[’Òÿ©–¶€¡9tZ8.Öîœ+¹tQ6Àpï½!(ìžÝmuf)«ùúÿFÐç93·ÿ%}±²ÄÚjGÚúß=ÀMÅXw– M˜ÁÃuvÀ7ýú5°o¥Ð¯«’–øk$û@ñ§ðp•\«ò(‡é0*X'ÓÍELù¢·Ç–Üm6mÜ÷dùÑFÜøSAõÃI¸µYTZq"‹UpJåE`cO…ר—Ít~!ä¿6 È!ãÚw¼àÇ -±q¸/WÛl$ªìH¨XðaÚd¯\ª - F%æƒv G›Šg7÷…2i£´ÎPƼœ‰xR¡\ƒ XtcŠVÝîx9ÓÓ…­&•ŽòyIGÑàæý]ÑEB Ë¦Å°[Vè^fȘÅ]DàZŽŠ¿ˆ…¬€ ØB£ Nk5‡fg§¾jµCÃ(ÑL§±)uÆk¸®‰*ªìªß&f€CEU|ÙnušÈ3hÓ¦Mâ†>š(B4Â5|Nkid" b”èÒ:»¯1;Òšƒ4ºJfmÿË—Œã³ÍÚû¦˜VîU­{ç«TåÖ§u}Zÿ/ÓÐò õt]›COìbB·÷ŽO2F×Ó˜ËÝ­tÉd­í¸¬¼vø DNå®’*?öšï6ÖÙ˜Îx#.¬B¸´òÜ®9œ¶IÆÚÆ`nw[D…eˆ¾£ZŽ‹ùrO`[XKŠ8îsÝÌaiÞ8ƒ@i®J–0¨j±ñp¡™—Óª@F›Q/F¾œ=Å¡!™ ®—Í•3D¤Õy좈c}í@óæÍ¯3žDí}¢lpÈj÷Zžf]1£‚qÞI—§l WÛÛºòT(un—QU#\D'3­D¦Ö ¸Z`ùÚ*ê ½1§•ñPáõžÓeì -ß…¶ÚÀ «Úpµ'p€z;Ǻ`G"È%2#€(þ7&Rc0ý gZ¶]ʆ!@ã–ɺ©"¸S“oz·álÓ:&­«ò¶4ïì)£©ÖZ -ƒÜ»¢[¸tìõ±ö1)À½ã/¿¡ qtRíaihep~UW«Œ‡)+;±B[*™ÔÁ­ãý^ïèct×ÛFíXÊz¬ÔñÙSoBź¾\h„¨H®ªiÈjc°¾aÏsSpШÄÁLVá-5L ¾.¢2dí‚"˜Ä³ šïnà‹ZŽbF@+ úpÙ‰ž»÷‹ŸíÒtèp¢A›EÈÑã• ¢"c%ßpƒA[óLf]j‘j¤* #Ì´<:Țƣòø+5fn×ÏÅÜY·‰«SÂH8i–“æVÇ¢¬@P䌓ְ䞺Q¼«)Ïôìñ¢ âðk›’ðh‚0ýXBéÂØUb l{_¾ä˜üÃ?ÔAßõ >xÄœŽ˜žt-Äë•-zþ±™Ûsá¢- GÄ'ÿ^ºÙçYxw0¹~U.,X×0x²w“g$¨ŒQl1à^3®Îg(¨Ý¸ÈÅ,’' êÉEC!ziêç{#ªQ2cMÕîÜ~¶ƒˆvTòî„~ሾŠJe•sRr´5ãî§‚mõ†ºQ†3',ÂøzcÌ¡QœxG•ûÂÏvèÄñ„DÙï-'´3hL"¤ xr¬Ý~óß·©n‚#a¨½èîìPI›6\‹~è/ǘánØÀ–ÎíÆøà•Õžs¼Ã«}ê.U«£hÄ T«ž!ÜÆj@(Ì<Å)-1‡€nß97·¹•#ÒíÅ϶H€“ðñ4 (n:BªœŠ=tÔ^`I EÏ \©ÊßËLœgÖ!­K1ȶ™²"¸u]}´13اÌFñ´WT#%ûmh:/©›^uµÑñu|?LÅ"¬Ê:©°dIçηѱ^$GZ*¢§‘ä1€Kîõôº -r繦$]Ã?"¤/0Ýÿ ù¹u׋?ÀbF€*éQÕp”úvY ²óxk¼kA·ðø7oè²5o„SÛÚ:3QˆPXœp!0æ·s£åü÷ZsOR!ˆ@­Á 1.7 ÄŒIç[ÿW~÷cKv_ж¨¦Ñ›Šš4ü†Ñ)÷Ôî0Q‰þ~‡j¹œïÌ]BÖ(ÄŠ¬"Zy_÷]ïé»C¤1OÖš!­Ò øÐd!ÜXN™A~ÜßÝÇÅ sçTíµkÙ¢Ã=D+ú£5p¿z »Ƽ.;ÑÎfÛÉ”yçÑ´÷³ìýdÖ`º t*[ãÉD|ˆðªv1-‹XCµùzã:QÞ'e¾¢]ù÷tK!hùç¸ -ï™å&2X+ÞPïTòd³Ð*P–&Æ!º2.}S¬^wxpsÃ#nyã¡´=0_’NVÌýá»±º‘›ï6p£9Taýáb9ÂH”‰šfo,éÿagƲÂ:ævxiS=Ä!…ìå°{U—Á–_§²ÙO Ã9‘®‚w‰V­ G^«cPòï¦Ãû£7öFõNÇÌödÙÕ#êq¢{‰r&ÇMÞõ/í ?ŽÚÞÈ~Š -#K ª‚ŽUpê“¶œ:xh!:;\øåIñ^¼«ÄqmÇÀÅ*ûÕ/îó4VH­Cc®žäÈ~‚·Ü<ÚÝÑŽE¤Žš1³ƒ`cx"æ=3"Š‚8j<Óê/åIHàÆ6?Œ9Õ6gª[öÆp> ÕPõ!•O-çÞ]¯=5o¾-cˆ¶ï¬¸Gr#’‡TÈ;ƒ ²CIÅýÑé4ã@–— =ÂÕ1–N#PœT›-{.Z~Hf#õ!ñ÷ª=:<磾¢³­xmôªçØæÐ¸)+co¯cJå{9àô)mh§ F¬°íù’qÂbô¯Ù;µÓ£ñžÐñ£Æ|­¿r¡÷mLN"ýÿØ™áBæ[È‹Jò6‚ʺeåNˆÐ (ûáTHÃ)@MÉ"ÌëO;dìÇòï‚t½°æ /ᯫ -¾œºÝ¾·ÜÕ‚žp§âåå¡Ôf\G'ofyÑYõ;bKyÉ3ć}å¶ ÿÑU æó×8:¨º~¶øš½4VÌŠd),Å?GºoÞ« ŒÌU×4iºž«bô<+DO -й& 0ò‚Á¹,­áÌ€CFÖÞ‰s¬»*ª*þ&þnœ$h–K…Ù—H&Œ>-y»5¦FMÑ3Ç3XÉ. Cì:zLòå8Ž6JS’ 32M?üçþCBsGÀØ nWû´"ì°YŒTX)D'ánŒ<Á]6¸a­ßu¯-%J+úF¬çÿKÇÁf6`ÐÀÈ|}¾6ù/–1³ðšRK[l6§ÍánÌÍ䡾Ï/Ükvæ]¼k,–uw(.wàª*x¯š©ýeS€BÎÜçñÿ¼ñ4$49ŸX!Ûo)Ç7†ÿòŸ¥€‡âÎWªE{³¿íš!ÛP ìÜ0w~å:íã‹ãV¡æÛ¡õk˜’z”\sÉíá“Ó -kÏFtkãÞo$ßrÜa=xSyZ±Ò°ï#Î ÊÜW—}¹P™´óñ° üQÜ Am6¯Ò¦bgb,a¶?Î`nº’l§ì¶»>WHE–µçz¼/nŠ?fV'C&œäÅs%«ª2E*¿¥^§×%Æ¢æñ©“g0ÉUi;ò¬åª‰½‡ŽÐ _‡t¸A€A\j{4P: ’ç¿ѸðË0`xÈÞÜôl2„y}ÖgiF[ ªNÙÑ­\ÄE·Yƒ$ÍÙ²‹ïÕ¾Å3¹}%g=g£¸eØÆ @ËÉÀd%ŒD… ¾Q`>Ÿ®v¬¸6B&ƪ™P{wX™RB8ùiå;Nñc&n¿0Âú÷ B€#±ö»Ósz59XS†[‹… iÒꚆo4 n˜.ÿg8È\ ÜtxX²“é:%!£r¦KÓ¹§twª µ†ÓÁµõê„,¹§µ(¶õÔ«¨Ûñp)’P°4uÒÍåM[)ìž@f¢~%mdkò1i0„Óx*eH},RáˆÔÀ™þöLÆž¤ø,5…¤m¢Ñþ@£¼eÃ2@%‡«éBªÔ±Šû M Y]©)ÏM›åÅå>AR÷ÆÙ¨ì–@ÌåMÊ®OÆhߤåST½–ÓažÐ7RË ¯/‰sûä´W” -dÌêrÒ9 W[LUÖÆ¤ -Ã&¼G´egušË Š’`õHîÙ/ÞòÊÿ]{^áËþ÷¿¿üsùg^¾~¼ÿööþ|ÿíÿ»ÿí×·‡ô}ÖË_¿½Í/yùÏççãÇ|üóãó÷ÿ~r’ý+Ÿ÷åõùþëÛoÿž_SQóg^~z¾¾=Þ¿<¾õ1–Õ¾ÉËãÛçë÷—_Ÿ¿h°}M¬–Õsypò[ ˆ>öòíëgâú£Ÿo¿=DçuÈ›¿ñòüë·_ž?=¿|~üñüåc¾>È_ùúøåõíãǯ_YñBüÛЩÕûé/¯o=¾ÏùåùÇãÇçû×Ǿv¾þô—ož?=~|²óC?<Éì|MôOó€ïÖÄ®þ®ïï¯>~ýîíýÛ/ß<¾¾ýøöÛ›gÿ:5ŠûðËw¿~ïŸõã—=_³=§¸ð&?¾}óüòüëóùõ·Çû×_á{'cÞúƒ¿ÿô`ä—ÿñüñãó§çûo% Ü÷žúE?ðúø­_û?)ìE˜§ ÞÃÓ"²„!.[HƘ‚!(?~†hx‹âŸrz‰ eGç9Û2G’ž’TX'›u=Ñà =\¡‡kXj$çˆÌe¡¼pË$–n¡ s¾-ÀÁÆ`°±jÀmpÞ¥@ƒ `°A 6„ÁFa°Ñèç Þ’‚Ôípc0ÜX 6ÿ¸ÁÄpnà a¸QÏg#Çï½å{Ô± ,C%‡¨¦Ze¢ÒCî}/±­»¡Ç 7_<÷Ù^l™ô¸g_÷t ÉOŠi*ðÙ›~oþñùüå›_~jpôB¡Øó½ùá5ï}$@}Œ…”ï-ŠšËƒÁͰ¾œ§}®Ñ›&]šÊÜ ÚÓmßn`C l„~¼p:+h -Z¾’gRF‹.ð6Iýª4ÓWž¨ÃÓ‹7¶MÿÓÇ;Fsz¯Á 9Ô›}¿‹ý èþQ‰¡Ðó ÙRx<Úâüe¿.ëásŸkYa1ŸÏ[œGêUÂõn=¥>¸G¡ÂP¸ÓúŠFï~…˜ÙaL¡v"=/æé&’é%q¼;Š=„ÆÚßsg";õÄvì.ñUm¶;/ÔãûœÑÇKY†³’[£ßìß«¼î{-ÈÊnuž}˜Ðš©Ê ²r±Ï † ŽÕ¯’$-Mïî¾Ð;Òÿ ê*?üh^Ï3ý¢ö‡íR YAVPò™‡•÷.ˆþ¯ß{ÚÃzÞ£–犼W½·÷.àØQ -9ÀõÜÙ½Ñ?àØðûTFkoÚžÝø/yßXB0 ÀNñ´ -˜ƒ5÷‰ù€¯@3Ñd's¬¸á“Ú|-‹²íJ~ò:½Óc½áuºÍ¨Dˆ"iZeæŸð ê=UÉžb&žÆÿŠZï={Éã{êØÇ?ô“jl¢´Ýøéedcãߦ)5ôñQŽg“j¯)·6¥ÎÂì6þ?@šüð˜Ì×±éÆ¿Ja.†Ç¸¿›ˆ&¬‰R6dâ-½ÇØ6Ýd§S/Nð‰ ùœ¹‡µB|BO¬‘Tr6<û˜n±vX¿ZàùS]ù5­îŸL·y?½¯‰6Þæ‰E”ÏÞRõâ¥|ÑXžÅE•ö|Z€×ñ%x¶+wô,ʲjÓçI_B¾Ýà'ÐC|Ál癥-aÊ÷¼×a©­ÎþöÓ;Kf[k«»ëfJX¨Sš^}´¥!„ *ìÃ0ð¹u¸ôÛÊߦÆÉ*ùƒÒ~æ'•ÿQç? -Äë^Ä ï­«£Y´{ý_3"YYñ>ø" d1Æ‹ýL”ïHµÍšùÚÁÎÏËRvé=õʪ[Ú'+µ¥pÖ’yòÎIÅ)~Ô־ő®{L /ZK§øµÄ#ÕV½HѪqªÉD«MðÄ"g/S8Äx7O“’šüW!m¤Úž˜µ¶±ù³T ¡ 1¢Ø!‚CêN<­ü4P÷ä¸3oèäúsëå¸`ÿ(šgKŒ iO種×z$gÝÆ}€ïKúò>Õ÷!L|aïªCB]{#éÆ= ˆÇ«È})wO$‘·h™Nñ´ä.é;Rÿ7ïÔ@ÑŠâe»‚zx‡*âA©#ÅóÒSB(Ã5q´XKCÝåXÆ -C1“A~¯O0:=pBÊ\Ú‰ë^À¿{¾D+vé‘V̽ …‰;ЙÖüÒ9ÚR[ŠC9(…]fê‰D´`‚-vÒÀ=M}ªC…MŸˆAÞÕ¬Mkv½b¥9g® †º¼¨|ÆÄ+›Tus¨Q@òÙƒÒ‘œ]UhŸñ ÛNòkøÔŠ®©nÌta« ·•w,¢%;Űú¢9tïEå€xÂ[Æým"V4ô‰yž‘¶UºòB -†‰9™ aFbÀOâ‹€=Ž Àý̽@˜ßê_rm®,x1˜”~eL²6|½s­¡Z^z AÝ»@Ÿèš,°Ú._«hâz=TÎ*a¯+ÕÂÓ°ø.Ž@‹Ë"''†HBŸAC››a~OÝ}PyQƒY•%~ŽØ®ˆp½‰ZÌÒXbælAã^†tœ¶i]Óˆ-7ïxYåÔ ÝH=üßWþ2„hFÓþtˆ·/B|¯K,¶hDÝ;+’—ÊzÞÐÖQ}iWvPÝiÕWs˜ÑY•^&$qWÅ\ÍÄè‡ +?œâÇìYQÝ÷83ó-ˆü³nè‡ +? %gí -(ÏÄsB±A¸ÄWœÅ8)`àÍ Ò&ÙöÄ;NI9W`¿`›m‹hµ ^2Aâ§dÍ ñ«m$™»ÂñBëžAl{k¡tF -+saZ‚ˆ{á¯X­¡«½G3ãÇm j’0pŸã:Y}Iµô”DpïÆVKA[Úƒ¸~±õµñr©ÉGFPFð öq^KìÓ<-­*È¡±N ^7üÏ0AÚºF/Ý$€SŒr–A  Í^ÅsÕà¡6‚íüj’¡TE$Q"+…ñŠ_~mý {ì·´¥$ÅÐN -…±™¸Ês Óêc‹`xfx7EuL̦¶zôÑó³khAl]äF^Ž^zçË€ßÄ9“ˆÄEvWÜÔ*ŠgƬgíƒëïÜ ÑjØIB}˜{iF­6Ìï;³}±·rŒ[éâ¹Ñ”zoÛÿ<¶È¨¾IBZ…pq«t¿Ì»!Ý'WÁ ‚¹ZZâç¨%- ÁOò:Båo6ah…è *‚"9ÎË™n•MP"ޏ¬Ã/1xNÌ:\üpù;éÊ&UÝé¥Ö½5#ýÎÏ5`šœáz½á¤{ÇÖ%þ¦×3)Kœ3ûé–Ñ;3â¹ÕåtÒ\¡1%|Š ŠÖ+¿îurð¥ýí†&&†Lߥ IÆ„ɽ[f: =@*°÷µôru^†ÔíF’„´ -^NbAœ- -aß« ÝÌðzûBÚr Ñû^¢DTFK$!J±“ÆàE\—å¼uP (ÛRl¯cÕ-h õI߯ÉWº”e¤kVޏ|M½²ƒêN/6»ÝnÝnJ"}ë™ßQÄÙ¿/t² J^æy'Qøy”Ÿ’›=—bK°·º”R7Qåºá—ý@óW#"ˆ9[ö)ím¹`Òˆ¡Má¢*FÄÙ×Èvi¿öìaß³e}N=áŒU)â9ï…ß””}Š{gƒ"bg#&#ˆ³þ³7œ»÷¢Õk)Û–z`­ËÑ¡“¹06SËRßvÇ\˜OÄ®Ùé붉ì( ‰ð!1¢ÞQz+ÅëRF˜ðè{íKjXŒÆFÕºì3²Øïr¸hBPéˆaÛ̯øoóbè*? þõ9î¦Õ§úºöN(òŠwœ›J–¡B)«]EÂ3[zFDzG]ÿ óƒ-8Gjwˆ=O9gÏ'x§ë%Nc@÷Æ{ ¯üù—5tÕ𙽘Ž*"È¢YíßäW/!ÊyU ·üÚ¼ƒýTôy·Å!%V[`Åq'6ò ʼnv²i.ìÀ›b -Qtxß#H³†Æ.óFéÒ~N¹åžÝžïIé3Ý|bM^1„)º¸/"^c¢c{å@¹|D… ä¼Ô)Þ¿ÕÓ_C½{„ùF@º¨Sù²1<¥}Ñ*{ˆ^ÖÕuÂé¦ñ·0O¼ú¯,niÈÞ•9*¾ƒäB\C%…0飻9CñÌ%20ØàeS¦åY5©æYâWìf÷QÙo)q냧þâ"ìáèÂãØäs®d×Ũh´ ⎑9¿5e <$æšË-«ªuB’3±j&îûSÙÏîúþ¼tAr°Æà·ßL=BHêÏ-UZ9Έõ°Gjïn9>óòàùŽ6˜5iy8Kíó]ž¼¦½nQd:÷U÷œ@²Ê§Y¤8õ Öî6­-ïh4ŠÇq¬¶Èƒøô2øVxg0—-øbåõv Ê¢¨&8*9=Àsžb”éŸ,”@V1-—@…ð¡]('ijÍvm¢Ôaž;›øp±:è‹ ]ºÜ6µ‰ÙÚÍ‘Ç=T?œ1â²÷o…{¶Pg0«A+b ô¶÷ù{v.Ö4ZÃ…µ+¥½Äç¿ÃÔ_ï,"ì“A§ËZ‘ú1dBºr)ÍÀ!€ bÀl­}!ÌØ”›ÎØ»o ð1—¬çÔû’cê§x &]—áFb“W¤‘=²~Ÿx €&Gر)—Þƒùd‰?C%7-ñvဃ;}ÉÑ÷/bÑF+þ’AÓQÙïA‹õ]{µk€9z*‡}á¡ù=0R_•ÜÚsÜ7àÝ… Q`ØšTÇ€#x¼=>zt»M'Ý ¡%_nÆâÕCpëîf©Égpt;ŠûMOTt>ÓÌõzEó£›²uYwšõ’Ú”Zz±b^³Û`ÁK¢{GãŠg”c¤4Ž:Ë“+¥üifž¯Ø3ÿˆtPºo#-µ™¶gÉÏ"U£ŠŸë: í¿Å{Ùõ!\$‚®¾¾+(šrp^ ŒªAºGÛñMšyþ*eÔ*2ÀcTDpþÑ´™ôÝ=¼ã½P%±4Å+_µ¿+ |ÎEL¬! -[Ë{ÂÊ!ºŠø1Ⲭö×:óþÞ)宊„Þö{˜žû²§ÚôxÜãJ0ßD¤Î컃ºˆ” ©n MY\ysU!.âð²R©`żºõŸ¨s*L;ò†½ê­ö<¸ˆáf•m?Iõïç$Q,U–Ë;D™nnu‘=œÉ+p/l…è®ñç¸QÝÏŸÌ4^ð|‡ØðÿúrÿY]OdºÇ„‚,v´±ó¶«0®öûæ½q}ˆWsZaض*+:SÍ;ìuµ·ß’ϸ؄þQ_ŠÜx£#Ýú>Ñ[mÏ >tN¢¤ïi †øþzÿôQEXÀDÔéT%ˆ6L¿Å –GãÅ’åÉ,]’læý÷v»ýOÀ–•æÅ]›j{nµ.ˆ‡Ê]”žÇ³¨Lg§äÀù˜Úͱ\ CKÛvÑO’‡r5Š8®/xC®.Nÿð<çgBs0ø ×®wj|!RQ&è–W¦ÊŒ8Ý’Ï:½B‰W›hÛÞf,¸+â‚ÁáPÑÇ «ûg¶p?Ú™î—,î¶w$bºkžíUãA3šR7õìì µÀÇƨâ7>'DÞ"RFò[qÓ(3©C"aÞk¸[nVxÿETº)m„äÐm0z÷EX® e õŠm­ÇÁ–<úò< Ï·†-Æ€÷bß>ûÓÉ•Ý>2á´±Ýû8 >2CÝMíéŽQuýæµûi£RÜ”¡ÊI–¸yü!ù¾d©"^a¼f±eO:Ø”¢â‚{ôq!!<Û)Ä=ïùô×(TÁðˆ];€ -°/K‘Û=J=ù«uõÑÙ>I»&sT„?2ãìÁhÉÐ(ÜѵÊ(ŠÏÌøÓ_1%\;N“Ò[ÚDíD„yä|€E]v!FÉ=6Õ×~›:®±Y„uLäªRŸ>àCî•}æÇŽxÅD‘Nm6jr°0q=F\‘ ëšés¶¤@ß%°Ä!ʤ U©G¹4ZÈa JnË&¨©±Ët_x…;çdJl³ŒëÑ@¡‡¥5͆¥#;\ðÞ\}ˆ—i­fl[œ›õ9¸PU¤Ÿ´4rÛQóÅ£|M>[¼&‰…ÄÄÝÅöÌá.—¸U»@äôšnäb'¸øŽhÑÐm,Ü5R@V8Á…›<†”Gëö¸Í*1„&î{ËK’XìC;/8§‡ƒ®œt s«Õ$ë¹ezVr•’éF¼fˆ¢nW´9ŸEÌÆÀ.ZßF½‹°×Mh¿rl™Öžs`^6îªÍt‚‘]>±DÇèþïÎ à…š)_®Yr³+¶:“¡³ÜfE)úTÝŸ½× -Ü¢h>$ã‘ì Ô{rœç…e·ÙŸdb§ kê:ž—Iž€M7Æ æ ÚBqâj«å¨5Ù å b×HÛ9Ic÷æ¾ w«1÷™7}a0Æ]–ï‘„xE« ÝÏ 8Ç<> ¯hüÓYý^ñžŽqBOöoyA娲î]”gÆéó·-Éï^ÇrÝmÀ¢;Z¸JÙé9ñ…©Fž|¤¦ûÀýî®åèw Ä#wÉ~÷ïúêx~:Êžü‡+ÆT¿ÓÍ“oܽ–ít!`âQ{+k©bžíà HÒÚBÀü‚½3€,62©b Ù#ÖäÃr+Ìß4vñßþ9@ðÜŸ›)€ÖH¡ÀuÐaj -bŸx¯ŽYM‡ÝX*€zMêRõlY¬ø{æÛ…«8ûnoáŽÀd£EWN,7œÇ‚õçÒ·éÛXây~U®ö?¸o#µ»:&j“ÜúœO Ôd«:t’Í–¯à±´àb­ Ýø“ùPámÓ±HLÊŒ¸D<çû¬ÏÄ2Ð;ý5·œÕét-QiUÛx1*D¾ J¸m¹Ø¬ÙV‹3ÔÑù|DÙv9îz\)í—ûÊËÿʺ÷ vüÝ}ÃÆ3ÏTË‘2Oo`ZØÓR—È‘)@ßøÜšzDò–3øvêŠáéš<í¢«—ãfÞýWKS ý%×á™õYå‘\Lä4x°å•Á»‹EMS=’2°«Ž¼<O$W‘·9ú Á`˜z÷uR6(ÚG{¯£¾qïÜùaYæõ×ù`òö“ ôu{t2•ȱڞç -!g,jðèwÿ’>ÖóèM”»º…ªjY{ì“rkI³ä¾öë"Ìvɾ¬mög?ü6kqצަcjæ<>÷ãÒƒôŠ,€˜aò2£xÚ8_µc²ÍA™Ø,2èÂSñþ¸U@ò>úö«Lë  h@ÇÑ~EúRS{ÕµIÏ=X¥ä¡qSÄ'/ÛÃöXÄ“Ä~jßßa¸DÓ¸t¤ê¨iý…ú#WÚ?óuWǘH4®-C¬©k7JY`¨ÑUU1"€"¹…Ã3j«!󂈦n,(æŒ -OåP‘§„òXiW+Âïö¯`þuHHþé––F€‰ Uçcw°í Êmà ÂD¬Šf÷èÔh¡íû)¿+2-^ó1–ŒDôx\j’ýÅøS_!Ïl0€\ÔwèÜaäÆî¿ˆ³nRýº`ÌtfÜÆ©Ò¢ÿÿQMû!"ªY?h¤,œ¿?B†¹u2ã†üªËŸÖÊÚ­ø‡™v<¹‰C‡mÿOÕ²¥»uå+;U+HÕá:ö®Wïa;•«ªLÿÿ¹0óá@ 7aè$\æ^ÅÒ¹òsÑ /Aæ=ŠNZUw®¼WY‡àª¡þÔŸC[ÊSGÇ¢“«ÿƒÐÄ84ðÁ‡Ïʤ‘Ôõi7V`Œùį‹üñ 2™Š_·Dˆ’X‰˜-—œ©;%ÉÓ©JMÓë¢ôeÛö/"Ÿx 9\_º×J‘#òI'²&Ù¤ùÅÌ·.>æ  Ç €—\YzŠ¢x\Öu$#×í|Ü󳯓l£_°*×\÷j .'ª£Qº+—†SÑO6¦br>é×»ºäƒfÔxs!džÁyDšäºšxÅÄ%Y Üñ¬¹Š[/@À†y;rb2¶º=n¸?êú?ŠDøMÓØ}P±°jØ*÷⃓}-oºkÚëÑÁ9>v^ñÓë5#´V"ûl³^q(*ZÇÏ—³/A¬ƒ× ¿hõ@—ÇŸÛ´ö‘ ¤‡ÇÚk9eAM#p:îumJuë„¶aá¾K£èz‚a¨°—i5!8¢u’šRPÏdjÝõŸB ]+¿6öÌ|§Gúñ†,ÆFy>¦tBË'}c ±b;¦Ü|¤[ ÖÁpDt3øÀ6 UíTOéní Sø#린”®=ÒJ]$+†ÑËk—¸aapü—¢+XÒDÑŽÆÀÐF¦§y’#ÚNbÈÁ¥îUÒëwP ·¨Mé6"öñÈ&s cŸ®ÄŸŽ/†#Nвƒ!cX|B›®ÐŸ4QE‚Ÿ›Î£4´Ü¿6ˆ¥¥žêU‡°‡¤aÑ»G!XpœiÍlªçÚòb©.«Ð¬K¿GÑ3GÈ5›‰õ·é*}´Šš‘hË“:‡Ç£=ú1ß«‹pLÅ -” - 6ÄSÙ³mŒ•º8W&Ö$»!¸Tww7Û°ôÈî#³–ÐnRhÔFi"K³ØØ$î¤Êuˆð€RåŸDTý$a,[å€Ô«£ÞÈ¥ªsQÂ6åDÆòˆÄÖ!H§ŽÐÝîM_y7: ¹é: -j±¾n¡êÈk±zsiá ;à\@sº²ÞùÁê.6Áåá¼âsT%í|܇ÛïåÆäm Êô#WGí^‹¤}5ŸÞʾ!7 LÒ‚„ßË´)ƒ‡>–@Å2vVå2‚]ÄêÐæ85ºªFÊSZ=Ý]àrª!CXÿ–ˆÖñÜŒ¶{Ä݈PWÝ©­ç-ªu‡è'ûÅ%€#l°»äh8fÒ.3.¦mì³Îâ³L«<`<É[¶‹Aœz‚ Íç‰ãœšíY&Xü¹ã…YS‹‡ÜÅüƒ1øÂøfß›Â!¬3йý ­èTo±*¹(yJ§ÖB¬H”’²muµ{XÕqvÂ|è²KÁÔ°=í‹eö0uœqݨ+$ûxqoO‚ã8UnUڵȲ¶ëVðeªާ§·Û«–map+‘Ó£wì Ö7.¦M²îô¦vZãÃ!ôßX¨ëÎýDÕÁpTNù»@`Œâ_p‚3­ñt°|Ù {æ€HªSçñI 3Nw˜¥ Sèÿ%ëèª5Sþâ|P‘+ !q.ª!›Í -A>9vßÄ$DŸ‘Øt·àšÖïcÖûÖ vØx‡o]4‡š-‹PL¯¶›„ëãhA¬ø fXËGiÓ¢“ êI#Å;Kz/¬Š\ÑÎr£M,樱´ß:`W¦Ý!-?¼7/GFp¨¾ƒ¦õ÷§,2¯%˜Xö`V;õabµ >©Ý\zDØF¸r6×f±Á«³°EY[:tA:}…R æ0yQuüµñ-ÄŠDÉkœ¥£öΡa÷„Ùm†Ú&¬‘` &ê‡Cè'Üê1ð3h{+D“ ÝÏÆb’ žñsÕH§n)B !GèRçêøœBÀüý>¨ ä™-A{Å+kð#˜Ùw£‘à´·ž -ÖFùйv¾67ÌKÃÌÄ¡ø-ĤƒÌƒ_„œî.í ã¶rZŒª•äÔ–F—û EÚâ,!ÕgJ0,Ùø¬¸tY“DÄÝ+¯ø§‘zoo½ê^ô&Æ•¦av5 9 .¤µð×¾ÈP 쩨:ÝGï1R –BS}¿¿Ñ]§›³iL-qM!e9êÐÑK~M5æzLá?ÖÒr“õ\U"zÉH8.Í}³EÛ7ð“cñm–¡ é§žÑAÊ=8€¥-Û¡7ß ê+m…÷ˆóõD¼LKÛêO¬8Ùj hвµWÂ?\žqi Á+>47ÐñnI&¶ëWã]ÂJ{Š…9™^ýÙIǺ¶¡¦™¢Ís¯ÒõŸ¤Ëùú£·n 95Ô%Ÿ2a#“ÛòÓm¬s,ïÊx5­L²>lù¯â4™?õS&LsIº!5¦ÂÓÜhîG48UÂöPýí!Š„:*…‰$ä~PæUœmv),ç"Póš5S¦]âÔ8œƒ¾úh3QoÚÃ)ýä2u°£èŽy]Çê¢-€L7@gÛÒ½ËSù]k4»†ÚÔ74I¦‚:^›@ÆîtšMzCàd}j/ºzñ†`!Üh’0¡…?÷ìŠ×Ò‚yúÄGõ_;y}—®µ"ì].÷ÙC½úöpŸeK§øœ“-ú¬Axí7¶j—©82¸èqû™Z¾;T å­Ž$;} ¿óÖ!„õ{ÅgR'ÆóúRD£H}\ÿÏ¢I˜Q½9–pÃVýƒÖî1V;õbF/Û—¥Ni0YÅ÷XÙUŒÃ¶wlÓ™i§[ò\EûϺ4gE¶} υ询Syšs:Û€ã°MèÌÔ¤¹g} r2g… -ªÇN§.¹‡SUèˆ)Vƒ É¤KXdžÎ5¹µ KæÜÆ<”Äîšæ†5œï¬9ӈȈ!œšh£»Ù["èÀBvUE;ÒÄÈñRG/>†Û1ßrTÂ5ò”XôYÐyMíh]>H´GÝ=ã­e-+ƒ¥G§v0öí} -LÍãëó‰-_\ƒ‡ÕYSEëŽPÚIJޱy×6Š«ñc2E…Þµ„Ú†=hýªGk©=to>ÈôQXy·¤G-+öóuÈeóS¢Àµú8i)Å"a6ë}yJ-=Êš(ÛðúX®Å–­ŒÆ^ -æÇ³!!ïÅ6kYÜo/­ ¶txv-ͽ -^êcN•–òeÏâ º®Ð -°Ëzåûóó/Í‚ËÛHñË“{Êž€»å‡·¡¹ä´LÚR·êõ uùÃÈÕöJ$óšAº™´eHÙ5©ô.# -%Ö¿<¢‡Xköï›[¹Kdm‰fþ€ˆs pŒgÞ±ŽÆuý Yš‡Ceu™J¶ÛÎc•¡ì…dyƒ¸£Ofñs!ý«8u¡Jƒ® 9A°íÍP7Zì+©>“6Z»“ÔÉ^éÃ3io廿vˆ*€e›æ°m,;¬ -¯L‚zÞñ&«‰ž^|òDgåè¸A(œ¦:fêÇ”O™D“à“€4<Ý.Õ(»¦[[\Éís¸›ã¦ðsw ˆ°‡{…í ºØh-‚®ŧI¼|Œ­)¡ έ(S7 Í7Ï0øU¢z³»ôl43ùR$ÆÏÛR樦—`[“%aË4HÔɃh’qöâZ‹Ä3µ*®›¼kmý=ˆŠsHÙGRœšì QÞ©‰‡©EÕ¡n âÑ(QêÌÅ’ó‚‚î‹´(T ýõCtê*²‰XLÖ"Ò¥9æ%G–*alÀóô%¯E=«Ã³šŽZƒ$£´†¬GÆÒ–³‘YPB!èÂv%ý•!ºf.Ñ Øq\7PÆÈ!DgQåÝ<¨¿ pHr ’L6K*$ày,¦ºG*q‘˜ÃO×{™õ•sÀ¤YX$›[4ìúîáx‡õØSE/Y·”ß·qî¤Ô©A‚:æ[‹,øq‡ÔuYæ•°”&bF@ÕNÆháMeâ86Úi’•£3‰”…‚tõu‚Ž-©Ýµ¢Ÿlœ±õtqqÑq :°ß8iÏcffÚé)´ìƒœûùÅKqj^#1æ\Hë.+=óÃÑ!qþ‘.Nf¯Ôæ'¬ßËì¬Ý&íðjµrƒËÓüÒ°3L†Rƒ–´ü]ÀC'˜È@oò÷c¨®N·ÐKƒ*„úOÌŦ{”¥«´´095Ùól¿:"×^ˆþš!ŠÊ—6^ˆt{êô‰ùÓx¨«w¬L÷ÃÏ IãjZ[ÈŠ 73ƒVÀP»Q©˜^9Å­cÔœÉ`ŽS%ª³ËÂ4¼ä’œ€-c/3š×ÐÅ•eÇ8¸Ù] "ÈênKªµž«…ÿb–æìç…:„v;#‹y²}nöuqµ¤­ *$Å+¶ÉTÔ\Í/Zf¥g=âœ,›W#Ê$€–¸™Ù¦îQªPDÅ€Ö)ÙÈdJ¿ûˆ>’«ÄÀ2ÂŒfW˜OL£ð—=]Y -%Õ”#`Çöí² ¥Õ©eH\ ç "½r9T¦‘ýOpšõ¯¯¾Ñ!¢®Ìk- -¼ó(‡îÓ9• Ì •ûx“%‘ìÎb²§G*É’)!2E¡»Ù7a® Í>;þ¥¦rƒ€®4ç`â‚„ÚGd“A4Z.+vlâú0ñ(!ØÞtm ­´K’U ®ˆÅ¦¦bt0±è@÷7í2´Šm}zW$éf¤3½+€ÁE2¢aG!±ÈÙý×ÚX[{PW¯SD§r¸@a뤪M’µ5äu€O…·b‰ê=3Õtà?0_!™Gãk"xuÍÄ­£ã9µ¢^‰Ã.–” Î¨È €MwŽmºùἊÙö›?ˆÊžT‰¶þ`myÝ¢{uÂü7Yk„°3õE¨Æ…$Å­•tŸÌqË´I©ú“¹ró»›µ‰Õ9 -W»!S S»Ÿm2 "zÆ»»±ø{aèÅHX5é¹ ­I6PIuýë¯À‘ÿ¨³ña4X’¤=€|ow}Ýê¢:Ä^5Åsÿ®9w/Ô!ýå!úU¹V]}úM¹kúÖ¦ôˆÌof}Ð ³›"S þÅ~n©¥éøŒô‡P<-t♇tÿe¤¸eÙ–. ¯¬ôº¯«ÆÃòTÈΚD]?§5t®æÉ¯ hw‹@-Bí¿¼¹/¶D—É)½ Ìxy$¶o`]à«]eWÀ›;“÷jÌy°ÎŠ¿#¨ôa‘ì®-"ˆ'™ö„ŽæéÑçUˆ)T˜Ù&/§Kªú~³ K¼l“&!RDd¨ßº·j Œ4¯p&b2$ŸÝJ²„^è|eà‚Ù_Т¬Œ_ÄæØÂoüÌ©A˜×þqcïëÌh;9jrŽHsiïAª&.QÒÆNÊ'hœ^¥TD<òϯ]“@ĸ­ô/••™P%ÙE² öþ%¤†Î1|4P¬@Æî¨ÓGß蕳üÉ) jÜB0)Qû1ý³ ¥à^Â{é©fæÕj®phÅ:¿Â,ë ýDÔµÀžwÆê6¨»¯@Æ*W{šôüªñ®u9Î^ È«´Œ›ž¤|Ûè3Aî)ˆ¬§³v:p=Ôùâÿ…*¤¿vˆ¦z”µÌÚ6XÒø>š:j—aýXÞýÕ[O3—pâ¬~å?„S΄(‘‘ÁZ?ÌE(d¥o°×²­Y?²yuÈP9Ð@¢èß`æÑÑFyêmP,ÊÌåÕ˜ßþ‘ýÓ•ö¹¤ë@dÃæ…¹$«ˆÝjx í·ë%Ý?ýzê2"ã ¸ê\ÓÀ…rÞ©]¹Jݺ'‚/;j,IЬì‚:bo•c7ê(ÊÌÆÀ!Š nç¸UõQ®š4ªXgê=mñ/÷Ž%N™#Ž4{Dlóæ³ÌÀ¬töšpq2Ü úD4ª¦¶0EyªK$­"jÇ›ñ1«G R5sš©9×U¡PbDQE|‡†c’Ú¢´SØ9NK‹(¹,¡éÏÀütu¢5©õ1JD©fÌ„†šòw%<°jê2!8'õ[9Bäš.³Z>#¦ô¥äE\Žôd¸P™îÅ”eLÄÁ–ÉXA…ªZÌxàOkeØõ -ƒ¼ã • -ÍøáÔFž ?l‚Aßsg,+J¨Z)êB˜HGD+¶+ÜäÔ©!©˜¸(Æc/»\äÎ1*å` -aÙ¨¨%;vb©TD1¡ s/tB…* J‡ag1nP¨y­â¢%. `mŨ톅ÔUÄ1±3 1¬:l,""Ÿò#Aa¥4øQ$—‹c )9œÖ”<·:êK•Ó£Z¨Å1l§#Ø(äaY-{úr%ª»Z°iŠÅ¨$°!læºrH—%ÝÿG©B$ö „ÀØ ã?¹—‹m ¹5œÚÌxµ™Z`!)[\Ñi’²ÅfX¶¯4ùè,lašÕI¿(b=‡,éT;%ãZN9•5'H3¡Ûb:-ÃJœ;ߣ¼2‹b•Jö‰¸ÐÉkÒ.cñ÷æs!­Žp›ÎxÙ‰žh±>nŠ!Ê4EåªçêùÀÕ„É€±I:Kt^QœX”ƒ0«¡B̪h9B@ÇzÀpªU[ -ß{°ðõèrûß·>ÿH|Íòó÷÷òíògʰ.ÓÒ—ÇÛ×þ5ô¶œÚÛï+Ó:´ÇŸôƒågÿxûÝÛ¤æ§Ú7·u{No~“Q0óôOúÝØ—ûéñõô,þgÊÜÇS[víðq'{½{ÿNi‡>îLwë4öÛðIåÍŸô‡»²úë/Æí‰ç+ÛéÑ·©ßm_ºôÛKä3êÏÉ}ýs^ÿÖ_8®÷¿îKO»÷>>•?“’þ­2ö}×?·><Ú2üßTÍ@_-ÇçÜ~õiÝæ¾64²mõâœ/סgž¢%×iVMœ¾V¥rV%rù9ä»:vúJkV¥|DÑNh*+ÃEÑõ’ÖB˜hA4|Üu¤åÏcàóî½l•YDQˆSpãeʆk¨ç#!yC›@ø|Wz°eÚÇðÉ,­~[)Óÿc®—…†=87—>w„H²gÔDO}¨ÁÿdýÒN²d­q‚‰ˆ‚Á£­tií«ÝÔù¸(Ûx°ï¡—jí‰Q/n¸@XÖÌÀÅ€Ï]Aëiy}‹{j'oÌuß![™!“Étõ¡Þ Âs=¾;¾Ó!Ž{YG‰‹ÉŒs.…Ö!¨ò‘ÐÕ†ß}¨ey¬í2 H÷;’ƒ^v@.Ã9¾¯Wš=ãÅ…ÒE…l†®’b×DŒ]ŸËù„XfC2\Ë@UDŬñiþ_ùŽy#:^(õyNÿCæ›m¦°,w¤ìÅ5!2þrzø‹†‹U¹×õÈa™ÏÅwÞå`¯/. žZ:‘øvû‹@ tT®á»³‘ÈÖõïã]÷´Þ5ÀöŒšÑ_ä£Vy¤Ûoµ:·£™7­¹_O³’…vªÇŠX+hDžñ£Yc"U8¥~o'‰ÈÍ^½á -ÛÀ2«‹ˆF¨ýIjí'­‚žûV,þ!ç(±™iûΫc*´¬¥W´hLoz°×‘Éç½® ßpOCÉŸfqO²ÝË{'ž´MÆÏÁ?â}Û+…hDÌA͘Ψò3|±¸<‰øš²NÊöš2º Ý󲎛*€ÓH@;‚ W y8x‚0™ø?fÔ›vê„o½8Mo‡ïca£­Ë²8«û­þ0ùÑ[O$ ŒïÞÃ`-‘@8Q¥6»ÁtHáÆnßT˜Ü΃Ï&•d®ò¬2òÕÈoBÒ‰Þ6=,Rfñ%‹ ËŽ²Æý3¶z›à½®±’E»‘ÏÛÓÍ퉃Ø+£WRʨð;/1³AùŸ = ŒÑ˺«C®âž‰Ä°×êç;v h“™šLè$fŒïN=ÉE @XåTä]sLZÇ1Qppïäär°q¡écjÖ©~XñPx‚Ë mwøí4ú 4LÇö.b¡ ª­‰ƒôÙ‰°tAò"ÿïõzý:«±;œi¤K±ŸCU-|¨·}ôÇ-õ;·h¨m C›B;ŽU}¯k­ú¸§Ó#SËÎLo¶3 3%” z>,#¶©B -TZŠÁ"e@e;þž\ôK‘Ÿ¼9a½zH «-YT,ưOöÓ•¤S8¼rÞ)«’i͇ŒlÄ8Êkä£pKüt¼¥#jŽb¯t1Y›A’˜Õh× -!#U¥ëŠNz ”ÄXN'v×b¢-–È`™1 ­½ÚàZô#Ç«­õÑpŠ­ Ôü½kc±ŽK´ØÂ~¼46tñ6>÷É4šÉ|¸Ž}/5^¾ë‰U–B,²&ÞQéöK RÝ(Ê¥Ð̃Â?æzQK!æšÈƒc!_±×}ç÷©$¥ù¨"†¼MZÁÐ--0bœ/ Ò -ˆ#hʹº~ݺ‰¼ÈAñj( ]Líò9x~½m<{Šº-Élú4™o_Æ©¥Øº'è†ËEÅ _mDølŽUï*ŽéTZzx¾×º*ê"Ø/W—nÍ`œ€Î[2í‰?J‘É*: òHźëAˆë°:pŵûÍ\÷ö¼[sTo’‡âÎ6ˆ×Þ·ˆN MUèÌ_—I2¤"íÖÓÿ†P臱ÙâÐ’,öí÷Š;¢Å!+=!${h–اȤëü\uòaý¸&‡å˜‚«<}]åJ¢rPUõŽèõ B³L‰|@ H«S$ßSxXmõ#Z–A’F•½·Ø4ÓQ˜5"ö „š"H¯ó³òvfÿ±4 è@Þ¶E»õûMQ®Q° ¥½²3JZóZ6“s¼HçÊn‘ö³î©‘”b.‹¨¦#LÊ<¾%Q›‚G#à¼I<>XË`…ŒƒjŠl½ê ÚGd9&Twýz€chƒ~-qºvmY,Ôâò»ÀzÂNfë²À_ÒbŠLÊ<>•®r„þ..tèD­ã,¶®¿Ó* ¥À ÊÌ0yœ+ò©\ -ʧ¥¨·dƒx›ËV{͇­Ÿ°é/;ÜÇç¼3Ùæ1Nà GWñý_ð†mPahÑ£¨ ýhõ€Ãí&OúYwuÅfºáv7ùHѯ}ަF˜bòÞ?^©Vã¤Î鬅AFӮãß³Á?j¾aK|ÓÜîø§:ýg¾F´sV†Î©QKéÙ%l´ª>°ÅÊÎAQÿÁ¼Ýš£‰Ž8¼ò¡ït¥X k:f©Æ|ÅÎL¡[´¢1Ë<ϹṫW;ÅF¸yM‘+äU»a„¿ÔÙ²AâýÕ¦ ýú†àŒ¢y%o]ãÝ7^5³Ê€•=rk4»"4ç±—È*º&´F~àÞz~° Èöƒ69}‘ïIÒš—kÍYÔUãsSÑíl¹Œ™1Bצ»Qµ×y› ÔM„„¤F”èÍÇ<Å?SOâ¡¢h÷”ðê€j4$i¼öš« ÎkOEºz»‰æ–b¡».f{]ëu_'ýs”¸l”Õ­ìTë"êGMpÀ&0j/7z$!÷Ø(z߬í1f Ü/ð@¢o×rCÓc£z³ÙÉfÏs÷²=ñ„WÖŒu¹Âac¯¶–­}UâÅò ³"*/Š–UN -: f9&RÕwš]×"I#زºNÛ§·jFÈ3ßu¾Zf°Á+t]v+ ×ÿÙâêt:uÂÙc>H+í0½åî„–=Hþ+äÿVÖuÌHQOXS§& ªžûjµÔödÁÂSlAô!¶óðÊű—x>ø`ík€»7~'@¯è5ÎrdIsO=iÜf4Õ3Ǭ5]ýÕÖH½í?²<—3èÚ¤Aú7€•À6dÁò)½z´ ^cEÌ5ZÝñã~,iÛnûûÐíN4WS÷%é²nQ´+bÀÄDâ÷ùø~ðIà„#öÏÒçZiر‚ƒÄQFÝšëŒWÏÓaÖ:Vt¹ÌÉŠéð!›üÀW¿N |Ú3× ½¹öúVF74Óp´×.Ãá™3ZûÎ@w®šÁTs «2/¿Ò©gw9L°Qëçã‹DÇKSxt‰Åðm)£-hõ2£ˆ*ôì3ÚÎm]eÄf¶;%ŸyqwÔ>c]ÛÚò ïGwfYwñ^B 7ÅÄàÁ×nÖØ»º‰OY‹*T›”Õ^\]Èñ{“®ÜSuλ:*QCÌv¦£±o³ -TÓ•Ƴ+£oáU°: mŽ®¬Â3aÊô)ÕC3E׫nq‘®noë¼W8( ¥9ßÃùp}¯ÏnÛ= ÓC5x‹ ‚ žZ»@Áz»0ŽŒ“$°¶Oó ÃÝÛRW­õpʲ˜•}•×,rû’É*ÀÙ9‹FHVŸ»®ãÜQE'3n—T“Bª;“—\ ]G´¢6]ŽMê]å”+e¡{D¼ó}`pïÌpõ(¢Ÿ3Cý.¹=Ú¡ ¨ÑÒeÇÔôÈs3gn2œÉ ª¤¡ùÃFÁ—Írü3¼7l†B ¾)}bê´U.Õ«|—⎢û¸o©”šÈzFŒƒ]dÅè†9£-TJ‘{\`-¡nVõ/-â{&ÝÔTM$£¹+«›˜Ž}Þšè V¼\ -Oov…ÁºjºWËm”ifˆTüx ³÷wÍ”1õˆR-~ëËå ¯[ö›gÑÆÎ\cvʰ‰ÊðéÑ õ³]1&y -niƒ•}·Q£§uÇ^0ÝéUÏ2ÏáIaµÖG¤ýÃWŸÞ"¼áŒÀ¨]"e< +"¯Œ›åb[wç]_Èû|Z]Ó ½#¨“%*kÀ¯G\d=÷rò6ºd¬(Ò°Ó#ôŽç+5°²ƒºç,Ô4Ððf¼y%]`U’ª~qø[{•!£™Q~Z§b“ÆôÚôLC}®ÇÏtêm¡œk9¸ -Tå¢PÆ(*cÀÑžÝ4a«ºí1ãø)—jiunÇmuã¦ZÎꂦÁzzíYü -Å~äõýÄ} ‚%‡VÝ «ogY*7²êO”ª„Ját5 N¨·p´ø„±w’.;‡©>Å2tê¼O=…óŒªIZ²ºT—™I³Z™ö­ž2œW®¯½³tÑl!ZR=ãr±³Df)ú]‡KG"ªMèï»Uã±2t%÷[¯^‘Ezû*6t2Ôµ´°Ç8z “:ÑE“yÖª£Ì”%É'êï#ê{"C]â~™XX ²X ˆ©M`%î·uÎÂQµ&t¾¢É¸D@~¢J.àÓ/Ξ”ßw«Uf÷3¼bËŒYjW èÂé: -•IH†Øêµ×bªÉ=чå :HhÙ$V@¸H -ˆ©öJÒZ ¯ûÜܼ’x×Ó¬Ø^ Çòñyl>ñ—àÓÉ›ÍpRã=ÌT{²ù.u¶;ìÙÝëÊ*LñåÔð«EÐ#p>^÷û¾ (Ю‹Ã¯äÀª{êòlo ÄsØõf¤†Ù„.KpRd’ÿˆJG}Hõv#ó¾Ù5÷«i¼=ü̿ԀHb¶h‚ÓX÷ä%E–Å_bÀ óáyTQêrs‡}‚NWc»4 Õ«^yY0!Hý†Ü}jo<×Â~ƒ:G_û 9üJ~ÞZqL/g{h¦¦7FVS’§‘yá± óS.¾Ø;‹„'©ØŸ±yT”½R{fÕücGvÖ¬Ò”h xÀƒ>À=“ÅQ¿¥:¶©Æf„h¼r¤Ýެ ‹ð›×ýÞÈá‚ {«ØBÂÐn€´›F9œ8CÏyÎ8¯Þ³Ý.ûÀ´™¾BA_³º°ÝNdaž,Žû#¡»7dH›|xÍ“©‚iWóÑ*æØb•¬‰FT ÔJÇ'ë ±A[Ç&q`L¾ë{z-›)ÎcYÉFóQzfr¼7ì”ËÅÞeô îà¤Ý^Ö]]5›QãœÝé0h\XÕ½Ÿ>özm¦SSÔQÿE58 ‚H›ÝºìÖÏ2_µâÓŸm  €N7ibÇ|ÈæaŽ‘1t›ì}:&Ý÷ÞG½ iˆàÖßž5±öl¹LHu¹.ÎpC÷}' p̧8­„žW¼¹J¯í«n]¹¸ï=#Ç|IufÜf¹Á¤¯­·ï)% ‘?ã¶X¡€å‘ú¢â0²Úuk=6Ûó½P•Ç%Ê1y3Ø F_+Gû–©U5O®79JÔšzÝÀŒ¯Ð8äZŽö,«ŸçseŒ½P§7~<¼¶†ÍkÿÐíGìwªÀºyÞf4nê -ÁÆþ(Gû•ÍQ½å÷|}#¾Õ<ÅÂÄžçÂù»|=Vò‘Gû“,ÊX³ÝSÄ»GíƒþrÐ-ª1dIþk’êR)©MUÈ㜯E8jrý!ãàGŽö(xнJS0Qjö­‘ÁПñ)ágg=‹RºB@k**¢ËQõx/±w#=5 ʼnÖŸ¼ç ‰û…í-›/ýã FN}®øPõÐSŽö-Ð|éwÍñ{õÛ~a™47Á QÇkì/O{&)ÛÚuP7”™Ž¸¨ · -að·Ïè«×R%­³ì×Ë4£–l‰­Å?bj·|½Û»]·Õ<_ôaäð+9°êžÚ§x&ToòRµ•( - ËYhß¾‡|Êg‹»}é3̾íiEœ£úáêº2ÞÃLU5Laqùè¢zع|³â8wƱaR›}O4¥“ µO}ç×i«£yæèÃÉÁWr`Õ]}&Èð Rq1RP…wÔ—Up]WåOô ¸~à€øa Šªð° Œ•’:­«º’`´ÉrA]+Ip´«R1O@ŠE­Soº]RB¹$÷°“`k’±÷;á ( 2_ ôN¸Þ%Ômq aâ´w¥Ös*»q–3óe*-mÊ/ô¥‚ûûˆJpöH" ‰ó½`<Ì‚º3GàÀ:iÖ»$ä“%{\[£Ù #ç×»p¯»ïIúcT‚Z𿉥¹ãÜÞÛËv˜ÁsÏÍitÎÆº,À’H˹¸ Ô¤ÎKô7‚È|v¸$ ! ;g¼¹Agf¢P>Kõœu˜Õ9›<—êáC°®L«À÷Ó=ótïöLª9ˆ°t¦Çgœ™þé'®‘A«ß6ÕÖ°fÙp¸Ï~ቯ&sŸÏ°‡¡§à]ø´vèy~JPþ„¦– ©tEYݯM æJŒxÙ·(üb¦X¥h[ãÁ0W —¬¼ïs¼Ànxh1þôÊ#iŠ©[„çãô𱨣ÆÑ pVý#ÔçtïªîIúq‚ñá&¹'”VSåXîfúv¤/Qˆ@qûÉ]³®;ID–NŠÊÔÑ¢[®±1ÕM>^ÿ¥;Ï ð̬ÈH~ÜU±?*â¼»/¡|< -M+qe]¹ÖåØÈ^xº=æ€qÆ ¨'B³*áž„ø2¡bïH¦u«²m<ñšÏl”±Î'ÜTW‹<’ök“«'Ù×S‰ºUÌ!áIG0Ð-ÓK<ÛþÅù˜¥_5Oóiâ×én×x6 -ólf¸­À¨?ÀçÁ7—!‹çH3j?Î;íºát™ç‚ª‹àíè†yà¡Ï¹yn¾èƒ$°’ÐI‹&Öb;hU畼ªÛÀ±EýLp%x=™®Ú|-b눨Ÿ{g‘ÑÊÙŒ´FâóìØœ;ó -÷N'å”ÇE õ"<ð³záªÞ0¦Á+lÒOž™¹jhŠD©ÃP§EõÔl4ÛeJsó&Î̽.nŽ]½|úûˆúÙ‡H@%cn â/+ ±3[TG:€ÝY#G+sû$JlQ‡kÝ“khoNQÉ>=ʲB HsýÎVC ±7!ñ!Ô}Õ ŸW€e¹µOŠøËÿFâoAàÛž„œ2ƨ§—‡¦¡¨S©±¹jK‹±x.~çu·òL.òÊá£û»^£Øì#éb1^öß ]­4$<™d/b‰ÄîiÏôdÐ:‡»¯¦¹zW²&ˆjÀùxࣳoƒ jxŸ.°LBF‘·¾u:Ð-4vÖÌÌÀë¾®®ÆœÒPGÐÚúSÚ3=ÒÎDB·ï7ºótAë (=X·¹qüö¹oOFÔh6™j…75þÎv„ 4ù )CB/Î÷¼”0àL¥Ç—3‰Ã ¸X¤ø¬ª j•½U?,gôArø•ZuÛ§Añ…‹›’«B‹QIÆÚ¢Á ô8c] ?¸îõZC“rç- S³‚K¢Ï{ûNeÇÐÿ ¦H¥VýÕÁá 9dº OŒ>°Ñ­å“í“ü|ÿÿÔz©—}–ÈsµH³Èd}->JwØ„µFÓQúX÷Ý—"]§XOi~NÕ¤*݇ç|”ÀH¤ëÍÓ¼-Þ_íß:ÛY¶&ÒV3YØWá´„JYY%•œ÷z;•o˜+ WI’U±VÄ [P)…Ïb¬œ*No1‚t}5 ,+!áá}@iÀ§I%úKh¹õ|Ø'2äæÐ:×Íu¥Æˆð|\eͼr‹âñ!å`²HF¸;tp^ÒäFþšÔ…³ûÖm è\dAFãXÓ­‘\­$0òì¹57¸U¦²ØsW¾ŽN»´ËêŪĬWt+8æÄ=aûл•*·£J8Å™å²xCR“U§Ô,>{YH O£ /h·Ž0ÁçvCáïë¬peÄÚˆzÔõ'P¥(ádçóâbÜÓš ȽbI0ð¬ó*€ã`òJ[¥€Î@á¹=g‚êa×÷±ÊV{î®0zá`x˜ÏÅ1YÛ©¯)uÂø×jH`àù"€©è^t¡4F`)áÊ1ç‘§Üë"Åqïz§NFÎ(‚òªàë]D^¯ít§%™Æ8wDÌSj1P, òÆ@¢œ&Qå»g„U1€E=a¿ÂÕ¤hëâ1Yú:çùBl}ÁÀI ÛÍ[D­Rfd–…­Ñß}‚y>Âê‹.4èw¤Rk -âj;ß#n¸Öê[_°ª®5KQÏqÌüÇLeÛ('l½YÚBÀùÍ–PìLÕ tB¬O•²ˆpò -(kš`¿à‹ƒÁ‘Ö›¥.4¸h Ý0 BÆmR.ÏP‘×hSýë"ÓÏFT]ß&eÌ)#£«;M_ݺ̪5™K¦•v(]í™s>—ì *.ól¾àÏêúªÇV¿•*³_зE¦gÐ8q4`¡ºôŸ«/£¼:ª®ÅªÎEð½àS/ê‘ÕŸ@…¤€N9ïqŠSäW/yh·sŽb7~ÿSä€@]Â@çß'5î|„?ÔKzWÖý#…”:±{Å™©r®­fs–1:r: )­Ò}/¸ë›PaS/xŠ2®—f…«¶F C\m ­„m§6’eõ+‹!ÙöôCžû¯éÀBæ_0\¡7]§÷pq½HªkŒ‚ï{iŒðÀhؘWÍ!ï+Þ$"1l2·RÁ¿ž„Ã’×AM -îÈ7t®mÓ} «U—TD$µ ÁÅ dŠÚVgtA,%´Î"¦нïtdA¯}yV/°jh;Ôú!µ®x˜ñ&×*™¾€ws–R¥$§ÓÙÛ¼|÷è `yëH:A®Ñm=ÍŠÜ%gs2u9ˆ³¹ë+YEÃff ¬0¨(ã4±è¹Sƒ_:!–8úP¢.h=÷F²¬²ˆ$.LŒæŠ«cT<ç¬ ³VHÑù˜¹–3ÐK®*®n¢ì+[·å­ýgTOá`8²ZM4bóDÕwV}XZâ|Æ‘u¢SµªCV<`684W–á»êÍC»oØd'N/clޱ.;PWs™uéíîfTld&þ¼n£´Œa÷d2uaþÕhvlÞ -xº£E'^ÎÂ1¾€,~UµÄÔÆMÔ“, G;ˆ»¬d—½Œ‡ŽXâ'¡é±KX‚­ºMŽZÞ6¦7s ¥ ²¸õ¤™TÌ$•Æ´ß´l [eÜ9§Èx船J"‚møoÞ±ý ¨\8ñÔVŒnP*uÔ`˜D_Zk,}wR³•¬U“Ešó8ÆR‘®3ò²•E5ÉBñÖ_HÝZ‰„Œ¯ƒj=;Ó¶õ”¿åS;0‰·ssãëŽ9K˜Ê(g™¨køVIáINßu3bìÐ"¢ìÖåËoøL½µäãÐÖ-‰VY8þlš î9µi$y¬°žÖ¸$B‡,!.ƒ×3º>0€½í)ç:úuF¥ û3-IÞ)ªFê]ïKvÅudn²á’•+%D1ÒÎè€#A¾¿— ¸: -+¬ú•xT÷¿´ÓÙ*¸Bë,„úàT!$s¶4«e¹–€!rð¤¦B|Ö$-’Àª«êÅNö•Î…£¼G²µåìdìYÂw\þ•åSpÃ: qôF“N Ĭ°£Ó6£Œ-2#™%Zv3ÏâêX‹Gv‹hÙtÆiè¨6ÊJ‚r˜·ùº‚ý_ÁÛúÙáÐ ¥í‚I¤ÙÕÐájgÄÓ R茑—؉†­Vh¤Âäêûçf{.†Nßó^|͉PðÝB´Þ±£Áéø¬ºóå‰ ‹û”¯{yZTd¦Y±M(E‰‰ÓŒAoÿQgC=[„'Œ„Ñ ‡LÆÛÎ×üÆ–ðFq^Œ¼×´­Õ6øEÝÎ1D!ºp9%¯Óå¿kÀ«ÀÐŒ™ÐF3¾‹déIa{oQòo<“ŸhÛn½ñ£Ã.¦MÏqUŤÆÆî‡‹ð‚©Ôå¹!íO“C`z”:ðrð™ƒÏ&]œ›W_-È#ƒÜýœÅÁAŸ~çY¸ Üžî( PáòlOlÏfXç$Þ'_¨·h:Ër:ÜaPÒ¿ç _LÂê ¸šSJɹäè„0Ÿ9‹Ý<]Gq)‘ùŸh]=VA&“!ÓÕ²vè1TÁèìYÓ’gþE÷|¦3Cºhh©&¸,µ'ìE€ÀRÆ©bêÈ=3`e=0^Ï]œ—Á<˜ÙCÒ4Åç+ƒ°ìj¿œ»BŸÌ³ñ+ÍäðsŒ¹4´U„GE"Þd½&Êó˜5ˆö+8;´Ã6v8S8•u¦¶Á€X‡Š,=ÕPÝÇ´ûh§\ˆ›Š Rï _˜?!tŠ9‰,Õ¤骕#ðWÝîãuБjÙÑÜ&ªg=“‰!1cT°‰6Ç“is) -¡œæì†“n™@=€'L˜·] ´b£¢¾ ´ÀŒföοyÏÿôöf÷'_¾ùç¿^þ~ù/¿¼ÿúöþ|ÿõãOÿã—·Gcû‚—¾||üúL~ãå›ïÿþ©¯_¾þöÇßÒÈO¡_ÿãK>¼>ßyûõ¯†úMaáõ0/?>_ßïŸîˆ§ü=ý‹—ǧçë‡é_~x}þÜ(¿‰«ßöÞäü.„óèO¾|zýz/ÿè×·_ò[è› ÿp/?¿¾}ùýñËÇ7ò;îè¿Q3ÁŒ>÷åõíñÿç¯-ê‹~~þþøáùþñÿþ*¶¼|îË·Ï?<ßSøþùsó?õbÏúß…ŽËöï½|÷xýãñËwoïŸ>|ûøøöÃÛ¯o÷Üï:—sû±—ï¾üòjý®>üÿùª]O=ÙòÃÛ·ÏÏ?¿>?þúxÿø^øY;ö¿ï·說ýýùׯ?>ßÝÿtžO½~ï}}¼)¿ùß ¯À¦Øe©Ó+_­h” µŽQyéÔoÕjwz•û:ÓßÞ#ÉÃI~LÚ”%í&i[‰t¿ë.à -pÄœp×èè }xÛà÷r¾koªÃÚÖ5¤y¼Oj5°z†·±ð5Ê~^ÿKÞàm¼ ÂÛ¼†·1ð6 ocák™¯Ä™vô\ý Àß(ø„¿!ø‹ùÁàêqÇÂß8<Šƒ _èn¹Vú7=ŽÂ=1Ñ Éã<ކÇ1ð8 cáoþSïJM?=Àã(x„Ç!x càqÇÂß8<Š£àq<Â〠«ÀJ=[Çv3È+1Bé68î{ÙÓÓ!A=[ÄvYjs“¸ï…«îž—èíy·C£Õäj3í!P”˜6ÞéÍbî×{^¢Ÿç™Ÿ®ˆþËÞGÈæ”]•V´[¢£± -Ü|è{ºÒKʦ\5IÞ÷ªï™\™”^ûßtÊ9*V§к“ VëÙ-£§@Š;>æ pnÌ•©¸¶™¯Hô¾jŠ¥ú¥ 5Ip¥‹ñ–ëß‹Þ}P/[S1gã^Q–ç£k"zó£z%”Í©(d#i‹½=Ïþ]#_„O Ì›.[UdÑn»¨ZÞ2•¿.L< ƒMÏ!?"¨¶Åž—ècy–Ê ÃšŸ¾ºTVªâ­ÀeQ÷¬i"ûœþ¶uïú°ÏëÚÞ«¿½.ÑÇò¼®31^8žÒšç©&ñ–R„fhÏ1뙊ëŸ8îð^£d[*;NPmŠ=./zŽ ð+á´ëcEíœÂÓ-DìL‘’]„”](äìAr@rŸ¦jªDv.)ít½Ë÷½½nŒPÂ:0Êg¦:¾ ñøªÊ;¾+¥TÞ1t£ººn™kCÅÕ§Ø+ÐBmبìp+.Xþºo±V˜®5*Z<à¸ïÀéÐÍÚHÈçþ÷ÇFH ‹"¯å–A>Bëÿ?QÑê! ævš6­Q´[loSÊ÷ò³,©— 4L /åt ’Œ´^ÖÁS7~OƒÖaóøXúÿ×Uß9Zß9,5±ÕheÖÃ`P’sT+—Ú¹<9.´×bc`™£{›ü§vT@š6V‘uád’ûŸ=¤U„¾t{DéòW7€:/?øVÅ­]DŒv®ã‡•Î芥gäy4ï÷X"›âùBÃFçœñë`\ñj²6º´é –ÿΛ›†.}§*âmÌå>x2ô޲›'ü"È#í6t<à›×Ÿô¤È›ÂõšÑõ|òã.ÚѹpþЦ&ŽHJ vŸUDr ½ÇjwS¾%È%¸ó¢÷è­k婲ܽ/ÈwŠô¢¬L©c|ÔñBLTh¤pî{—ÂŽšñ­Â3Æï=U…«“B³R†Üÿó]”0ó~PÕ"èÆõ²õÀ‚ä/Âz¿¤ª÷6#×Y$ñÛvTd%Á3¡¹‹=–põ4 «š*¾ ±’垪AB5ºÝ¸Öx'*6Zº|lÉé÷;1Æï=§¢¦sÀ­Óï>SÊaxþ“n\^ñÖE–Š›®qšz·Ql¤½µe=^e"CÔ˜C@‘ýa%#8PI6Óàq’B6›÷®íyƒV±Ýµ>âíVoo¯:™ÔMLuc‰$6§›÷T°9Òc:Ì·ío5q8t|¸Ñ3u]3·žz†´t9~ï‰öÔªÖ®a¹ÈVk/µR®,¼¸ÌYÏ%ÉæmªÂš†³Ùk ïG½Ñ½u¯0Å['¯ƒWZX!ÿòf¢’ ³âïÝŠíµ†\piˆÞlt·îà+J8Ý7êž¹EË`I)IK›¸+Ú÷¬-4Ý܉ó³¹ÙÚ¾ÛßºëŸ B5 -YFö›Þ{ØPÝßã]»°jIœÿ×òàØ|â›Ý2N{we/¬Kˆ4w|G‘­?RŽ÷B1\^+VIŽ`y¿´¯ß•tÂ}ìWsF8JpŠApJv i–ÇTª—ûاb÷ÞDüš1Ê­˜ÙÂ<95qŽÞ{¢ƒêU£§hÚœ÷qʼn”yl=uXR«¨\SlÅ`2Ll)†úóNUýÌÔ¸Z.pGœQm/Ôå8¶séÍ|OiϤ`€yÃÀ/HÄÀFÆaRx†Eµ;yà¤iEßÉ´yïÇï=UU7èNffÎñØË~f.os2©ç¹à«ñ,—æš4UÛ{’Ï2¾]O™QÀöíåý%ñ)nî\ÝôÐz ŒÒzÃ]ª:ÝÜšFu¼sð­Æc.›”_¦Á «•Dò†2A°†œ·TMº{æC ާ¼DSgį÷Bú*X&qÞo._p+WßóÓuÚÊפIª&š5Šž•loþ6õlëÑ[tb¤ª¯z‚ÄŒ¯wX¤Iz&¾ÛlÍb.áêŒ~?CÁ5eöæ\ØÏ›Q&“ÚIìñ—!ÓåšaJXFê=5þ¿.a¢#üÕ%GI¤©u7^¯—yk.ÉÐ=·ÞKò[Ñæ+·SY«J¥S"“Æ9Ά(.„Y£%ÍÜæ=ÇÅT¦Cp¶ˆ°zhS•éºGׇ"­õ<ŽÐšÍ–u—õ²è%“ÆïÖ:T•®Wš‰¥0¾ÙÄLmŠ‚×xŽƒópSÈ!ò‚©ÚéœeÛd#Um8 -­Ùcíd,'Kà{}Ú@öRÕé¢a‹y:>WgßéÒXçŠíb *«-a©Ÿn[]5éFÖuË‘§çïÚ“Ëa -V+ôFSðV2T'Ý=‰!/á…âB@Ò3þ^@ýFÄÚS\Êú6q`lõÀ¸K’Sû@£â‰™aœ·Mœ¯Î 2 óÒÿg}Þ<ïCXÓ@]n3˜Q™4IM5f,ïªß*ô -&—;+ú4€Iz¢Mk ë@Çe«* ‡:,/EÖ£'9’š]v¡T²ÅJP's Z#õZ*•’UK›‚U­²”–mìÛH¢N£©3â×Ú‹+vêk¯.æÐ¨Š¡,©1zï©JoŽÓa"Òª2$ï4˜¶àÓ¸ÛT•r]=wb¿6[í„3Ï­Ù4:å²Cn%PlïŽúÂF5¦‰‚Fpâm’ -@³5;õ0Ø„ü¯ŠKfÞ+ú`­†6Qâæ||£ùƳ¡‹°qQ=çÇkw+;þþ¢)æ`:#n³0«-š:^5W“\Çî -:ïìóq‡:pÙTœº~ÌpÂöˆ“ÅÉɢ ímm×vcdzà~¤åÓN¶hö‡8U·*Öu\ÌаDqÑÖt?_;<¸ìÞsz5½lãÕÀÅA@¸÷¸}òT=o%¨'ó‡$Z7“T3#ëÚ=«¤ówÅÔ\/Çèz\ L¶…nèXnU$zMñØ9¦ì› qÀ‹#óõðÊHƒÒùý8Ýeƒ“®„…ÞØ®£Ã¹ÕÍkp šà^z¬ZRB”ü ÏEVáRAXd˜ ‰ÃM…¬—AÖE”mý(S:¢ÛÁ¢ylÊÅB¸ § ƒIövéz¥gtéÔ/HêÁÄN’:U•n®3j¶½¨ØhWÎ…¥Ú»Kaü£ÄyÎ+çê¿#ÅXgö¨+vÕa -H©Ž0”+x -> dH™ñÿóVbI]ú -îU®º‘GµIIŸP÷·°d¡miR§ª}gO3À~3$Qˆº¿d9;öà -Þ«ŽÄ±ÈP°“çv°Ý%ûó&†4®÷äèë ĤóódAÝIþ2Š~è'vR»K™çñž jo§êâÆ |Ju¿•}¤I«;êÎ{5‘‹V-èÆßèn²©scøPݪšÔd.@¹¸ð2PTÛhwó¤ó1':äóEbu(œ8™ÍÃ/ -ÙMñªÞ«j‘-á8\T(Luî±_r$ÎÇ×^ºàV}¬ ­Žj ;Žqj%K'èDGA¶‡¯Põöl›iŠ¥Ë3@ÓgÄoå\»#ë.­Ï -¼µæŸØÛ“@Gï-œøêîj¾æ®.–—€œÅô×NÞ§Õ<å3S¥»bßœ;ç_/µVwËqßÞ[¤±a9Rð]UtÔ˜¦ð tÏÀÔ{âµ4tJ2lS¡Ñ›¸›Ì’ÞÐÂ&]:cc)7·‚ö†DUY•üŸm’õ±¤ÆÍöAú.uÙ7nÀªC´ôrÎîΦ -Áð¥û'Žè±ÇLR›pÏZüj‡«è.¯ ;­³Ó TfïØäj0,´X¬¿ûïwÿü«Z„ï2ÿŽóŸø{ÿýñÿþùò»Pðæ]aÈ·~Àwþûý§ŸûÉÇ/üùðßïßüúÝ—¿?NUWm%mkjæ àe3bÊq³ð`ŸÆ†‰ÑÅ?`ïpñ¤ÅÜÆEðdš€M<@ä^¨&µß&ö(Ôʉì¶».> c`rÆqN i³ë'´%A±ÒÞL9Tëz?‡ª“2ÚNþ— -gBÖlÏš ”xËT)ŸàNuzšXÙJR­.Ó{ó·Ê¹¦ºË.³Ú„cœÉ&4Vè€Cc—O’îô\—”ç2Èi ±³ÄØPò -¬ñر¤ÏÚ_žÌÍ9€áè@õªN³[lqRÏ` Õå h“Oã~”ZÑ0VÔ2‹,)¶éÚÈí¸R;€€Iü'È4»60ÜÚÖZÙ&îg3¨•""Y3¥;G•‹žB1§,Èí&¡(my)ÿ)Ú$¥ZF»%ÏøÏ|æß±‡ÛÕÙ?@Á¯H6zò3ÿBsZysÿKüœ?ÿøç§úÿ»OO&s÷z •lEp5Þª»‰M¤ö:G’9Æ´aÑ“å©ræL—ê2P_¢ »-¶|•LxàUx °åâ‹ßyÒ³X”‡2@-p‘HàÞ<Meø‰É}4VUÖ¿seTîÉ"ûêMñ<$eâcÕ\º¾6™zÀw×¢"óÔÙËDÝïúFÀ¹êY¸ºžd63Þõä-’‰WvíŸþè\Uñâ¹4 û;ÍÄ/ñ_ÿíF¼h²­>gáU][½ÁüÉ4ÙM\3ûÉ„^sòÉvÍö¹Ìáb¦oåf¼r8ß”ÏiQËزÀ™Ÿµ+® Ôg Ž—!=Ç®úI{>ÉUS¹w‹íÕW!‚'ªWÅsVޏ÷ôzûx ìÂYçÚžíˆYž_„Îq&dAÑ©Ø9m>(Â=™æû ¡Þ ÿe»DÆ+*¶RŒUšê¦Ìƽ¼$ÉÕD¦TKlò{=ã%áu!–°בNùPpmÊ)Q2ð–NØ‘&¿ÂÔ¡›PgÂC3¡É?^ˆXw¾~ÿ¥Ñ»[ïÊç»±°¤F£Û‡)ª9bÓ嫘†ñ9ps]Ø‹Ãd=ºªÍ°TsHãål%ÅÓýaÁ臋"R”½+Jêèüu9‰¾xïÖÔÄMŠæÜIq)7ÂÏÁº ¥¸%ÍáÚµ8ƺãú¡²{3é¹£á!}¥¬ œú’Ûù`ÍxUT^—µ,u?#´¾llæ´ó½QŸ*[¾qàN±(gÃ7‹"g‚ ÙÚÍ‘óÝo[Š¡É}n{ÈÆÒûùPÓ˜„+LwUV½¶–Á×y¦c‚ÍÃ#àõÜöúŒ¨5¶û™"s{YÏ|!b5¤þ½Ùvƒk·ösÛóô$ZÇf¨ärt”ë -oÒA²eŠ»\`Öâ·=œûòÖtîÄ7!t±BVWÅ„ïL-Ç¢º8¤¸Mlœb0€äæ* €«ŒyuÅ®+*Ë‘t¥Y–wCÊ{…~[8qÙ*‹´œuA=§—ü­Þ•Ä™#‹Í¿žf8‡*¯…æÍrp6v4´š&s~>X캢¯+Y:ªúo/ÊîH€©5¾;g -<–†öS>Ú°›€˜fóNã3Ü7–®Ô°Ð¼ÒcìS_t¬Ë‰¯†ÔN•/S}l¢6ip¯éQµ–ÓVHuº¢…g³˜ kúeÈø¶Ñè€l…¤ïå®Ý~Å­aýç8Ò—Ap¬u‹·ª<5“NË÷h%u¤ôEW™çddaÖITFRª+V}Íxu¬qýbn˜`¥»%:~^‰KÍ`^DLêcÅÇ{¥æYÃý  õ—wÀ.®k7TŠ’Òu¼Ñ®t¯˜ËæÏ ÖÅÕYU%@,‚µ•ÑqPqgC -t³·¦…Ä€>÷rd!XÐU“\ÓÖôtÚ³M¥ _ÙÑôSyã4DÚBÊ#ÙŽCø -šÒV˜Ä (Áô³èšµoUþõ~OŒÕ‹DG§Š»¦îåÀwþíÆªNàóWV{ÒñÅIobÄ5";¬7ªRÑ ¹\¸zË‚Õþ„©Ø'¥ œ^6ëL&e¸µþíþ“Þ¬n¿çûtÑ,ixex}þ6›íT¦e75ù÷:%º¦»q³¹ tŒ³D,sMÔ{—m²˜û$‡Ç±k*?ZTrUÎ i8°¡`GÛÈžù5¡µeŽ7ØÝ¾‰L½òz©5BK˜ll ‚X±Í¹"OÇc8w-d3§sÓ„D„$n}Üý'ßÞËkÚn -4žC·é1­Ÿ;oÖž®ä°Æ6ã9IÊ×ün#ÖwÆÝ<;¢í<ápÐàys×6XZ®ÚUuúÉAŠ5ÎP½¤Ìì²&ó0ËðEÉ—qõŒñ‹ðe3\ÞDÉ­PG½p¼ÁåËô%µžH …¿‰e -ìc•GÕ~îÖÐ +Ì4€t`KU>ýŸ0Þßኵ ¡åJ0Èo1q{¤¨t©«qþ\«?Ö–xaƒVfûÔ¡ú놣%5WÍuƒYB 3&E€wNí§÷nÄIJxÞÕ±G›]^|J4jøÉ[ÎY hrŸ—Oí7yÄP©9V*÷ôûÑ(ì vü9ý»‹GÀ—ë¸áBBU=V KÑëî*Ìõ:o¤IV~XÚÃû‰ÈÝÜÓ˜\·¥D§2LøÚ­`Wݺ{7ÄÈpJ• ‰ ’7Ñçkx¾®1Ã-¡§Š­é”}5V÷V[µ—jV.ѯ…RKÓºUr"YÒô‚ ùÚ#\ŽS˜àǪ^ñìÇGw…žw¦Dy¾SK½ê . -”ºòf‘fAû_Үܱ!5þÝÎñ ^Öï®ð `™q› ~õŸ´ª×6†ÛwºÐt½ Š^1ñêyЇûºF_žÞ«Ú¥SÖ0I¢úqÁ†”fÛƒLörQýR-61×`8 å…::¯ju«r¶ýÙ´Í{3p5©åžÒ®»ëÛºÞnB¹ºNw™—â¬ô®³.‡¥a\‘"ú1„µrT7êÎÝu - -Z¯‡+<Éé}¤ð S«ÖvY½•„&ÔØI[x“_²½Ww;z“CÞBykÊléé|›[λ•Зk¡h´+σ–»‹jèx6ÒÅÁmä¥WUÚ<$'‘~æºIyNðÄ‹|~þ1|ç"k‰jÊX2YÑ&ˆ“±£ûý¼So5AˆOé÷Éh®È¦ È]<ª]u‘¹¥-" —v°*DLn†ÙX;èX[ÚnSòd­þçÏf\±ÂC㊠”Ï€·Ó„»M›e™¦å—a¤4ÐYU+ûZŽ•ƒÎì,NÃV™ã?“\s>Ï2i:ÿbvi ZÕ·$¶¡DØÀ^®3‡eª™{’ýÉ;žË¸Èá1”ûwÅ -`ÉRC;1"ˆ<–`Ɔ¥è—T™ÍöZBCØâ‰&!ŸÒ13TZŽÎ¶zí$)_ˆ.öÅQ ´<2<´küÛLϪ•±S-VÚÌ.Ÿaq8ÒÍ‹fO2^÷ ‡BXÅYÇʇx|_×Ü~tÉÓ›@Ç&ï­Öè’Zæ[Õse²âSž «kmƒ5åºN:瘝æaíéÓìôlσ™î¼ÄͰs­³î29݉ҦßA™÷U%Øz—ü&zú €ïºˆ?iÛŽ¸ª²öX+•o -—Í)†«£(G-*F‡Áoò¾d:·LgÁ¯I8è5¬ËHÎÃZàk8]y&q3¾’”ꓵœvSŸ79.c’±ÎóœÓÃh¹$ÆÑ–³å\ïêq9 ˜åU#ïéÒ ¥õJZn·â@Žéç­f:{·‹—ÐÛcr‰Ìç${½&]ñDªÁ… -‚°ÈÂãŠEs%ùC`)¢=Õb¥¡ÚÆyçu§v€õ¿ “ƒz­ðm÷AéU][sv:ºJ¦2ÐÀ[~²·™î´;û\€#è"ºÌ–ŸÒç“” °ƒ5Ó1¿k8®$_ÞŸ5TW¥ã«Þ&1ágÉqt±úPMí^БÕÛ¤tð8­Á¦žó!Ï[ˆïÝÂYª.ö”¹æbt7¬ø`kKôÖ93èk˜âs³Ošnb$)£–bGåUç€yÏÑi[ýU:4Ÿ„6èuýzWü^»8-ò:’ê¼§K.„—í;ü=u˜íFKUMðE)U -rŒ•NÇx‚ÑóŠ^W·êVŸ·¨ë²$(FÙ)é(ª¨oá®â· ~éf„V›Å¨öwǤÎn´È[8aœ–ï9K°?œ“HùÁ˜2>ÞU3:¯|¾çH'·]iGǴߣ~|¾«˜v!< ,q¾óÿàX™%N H“]³T>z.Š“»5·——Œ¯Ñª5®µî¬ëÕ—hxªÚÐy:¯:Ú3ûÛÌZ×¼«Ð+Öþß᥺‘ï˜PámyÔáŽìܨ„ˆªðÿó²y^ÂOßYÌ& uÁ﹆«ÂùjxŒŒ|ÏíÚ'/ü1)bA'n·ž*.’Eà.0phË -i°älY[ËùÔ™Óþ›o˜TŸ“Ó(„þß´!ÛÔBòŸ£ø¯{G¿Bn>[iÿɼâ=ŸÍ›ÆÇòn8IOoÆ{_‰«t÷lšsƒŽ§¸ K˜žà3ÔnQz¢|Þjö±iýHèÅš„Þ> ÷ã×"Þøªþäé2Ø4?†ôÀ‚”0Óÿª'¿?CÉ…·O%ËšÓ0³‰}G‹ozÅÔÝÇæßæ)­i´„‡wè ÷l©XCï(iHnäN—š9i§Ù†—œtï’_ܰ Œ‚äGòÊ9O•'Ý@|ýáOšÙ”}dì?ÄÄËìss- ÌÝpè/áZmUG½uy)u–K´[s;EUéÂ9_#¹Z†ç¾IùÝIn!»;­kv‘\êYÜ,Ýq–š˜Ô} Zq!éLÙ˜;ÓX…òíQfãÕèš»xŽ*Ý"ÏÍMž#NÄ—VƒjRþ¼«Œ­”¤ã–¡Cè"‹ 1Yc§ý8?-…¯˜ rvnœ¾Å=$0Ç¿/x¯RE÷lðlZ?Ûxóڌ߫º |¦ÂÞ<€ˆ¿ ¡jçv¿| ¶±(Í×B‡vx'[ #“¿r¾é¹ëÞÄÞ -Ð]©b‘ œÏÐÙueäb»:‡Ñ §(ZØ19û@D 1µP—téx 6åXÂÖãQlU]N\xÐm]ÀÄÚ• 2  ')Z¼»KY>tX$0p–Ö®DlQ2› ±†¬½X~#ª®Ñ™<ùžØ+]icÞ‰]uýM7M—ŽeÎìò›¤ÔÕ×<‰¦Ð¹Õ­F©˜”XM-oÂf_n&) úš Å=ù>Çå=V‚ï{ñgôÞ'šçó—1  pפÁæÏó¢GðóÓ{Nî|3ˆíùÄf°­ ü×áX¤/"x’𭮨.ný2<øíäu×ÃÓ»¶Ù$„î€#ä:Ö.³©f åpÁ s8ҩΕԙlŽV%PPfºãfÅÃeK€¨îðNü½ì2%™”Â¥+FNÑcvå"yôE¶t4êË­‘ÿqDÌQ²¡Ã×Þg›–ˆg¨•á‚Z¾‚šŸV¤/V%ÿ#}¬»ƒ\ÛÅ3¤œç¨h”_®aºVµ^Ý †y—mC “ -˜°\ kNÈDFÖgi~6ò}ŽËû°òþìÁKèѯßMÉ£:~ÓÝÆ#°%p£bÏD)‡+GMPZO¥|ÈQÄöI÷Ëî ­6kj;D4k§QŒv0ñ/XŸ¤Êë­C{R– ÃÛïÕ¨Î7C ½ßYäM>’sÐ0GÖ…‹z¬ƒý´×ÞAO¼•Ž?ÑoRBÐÅKh¦¨oƒoA™¹v³hó\Qêø­ÓNõ¡ÅvÉÄ^Íâ›±`8ŃÍéXůD°ÈÇä¼fÔ™ ò!äæsOzð"^à“tǯŽcœzi[±™Û¢†*œ·|¤èº˜³{z=]áJ ïÓᙊÈ^£+˜©+[+·o1í,mðŠE¯X«[éEñY¢à³‘ïs\Þ‡| ôÿˆ¨&õ(B†¹ýDLó«Ö úÁ¼0Éëû$¬Å½;^ ‰Nÿ7³’ö²Y”ò*#•‘ÊÈn4Ö|jn‡fá²7º»­ú¿æP}ÍUå\*粌Zs: µ—ZÝzOí\A`lÄVƒù•z%²Í‚ù>ióÈmHûØ?¸3‘u»–´=oýÕÎ7Æ,‰rºk{æˆ9›„Há¶âØ›€{NxSqP‹œ¤c³öŠplÕÊ¢NÀã¶´¶?½‰E/Y[I’§•Zdøà<Ǧˆ"”2ßV÷D{Oä„^d «+´I ÞÓ‘J¿4’ýµäQæ¶mϰCYKªb=*•x vÉÑ;n¦á«ßŠ™ìϹ»RùΨÖ{ry{ŠXq}\{+ Q]4¤ÍêžØö#´ÙÚÐ*]ï9œs¤•Èÿü\­kIŒ{}‡)áùþ§Õ/áB…@Û^òoœ?W;w}MÅÕê‡P›ªì lφÌ-Ú¢P¾7žÂ\º$'©÷màMS´5o`e‰· V•§M;¬Ò& P¢ª/ëÕº€§µÛ@“wÜ*Ý‡Ê ϼAõJ„ÛÓ–¾uGédLu†&µdTèx}ç,U¶’–ѯ‹†¨[ˆ 41èç×àuJ­û -æŠE:èD&‰ %ÚW:M¾cVÄžY¸!jV6ZwÓŒ:[…ûÎÛrÇd»à ð‚ýküB€T·ÝŽ3¤çÝT÷¨Yèói{*šVzµŒÇ\¶ç*Ì1¥F¹Í v »#Œùpú»d½´ƒ–[¨&ûÛÑ£ú­®00ß½ñ ÿ÷Ûfü/ÿý—{ùóôŠ—¯ïŸoïÏ÷ϧ_þË· ~×Ëï_ŸWó~/ÿýøííÇçã}›¯ûøö·ß×?„Ì=ª›Àïßóåõùþãíó_›?§JEÄ+^þx¾¾=Þ¿<~>!~™Šúÿ?~~¾~éúòñûëó{åþçû¶ùÌä3 óöËϯß²ïøúøööù¨>W¹Ú‘í>øùÏÏïÏ?ž_¾}üýùýf>ê{ò¾>¾¿¾}üýñãëѸkñ×Üm3ŽT5ÿö—×·Ç_ŸŸ,ø=ߟüþ|ÿºí£–}ûËOÏ?¿?è[¿=¿§œ‰[´hƒ_VÇÌÕ/÷×<~üòöþó—Ÿ_ß~û|;éõ¢së/~ü¸Û_ýýË_Ÿ¯ ·À°Á#GûÕo?=¿<ÿùíùõóñþõAx¶§/¿üò·?ÇñÇÿþüýãÛÏ÷Ï´Åc2%¯Äšz¨ý¦ÔsÔBƒë1Ò„l‘$Ë%óY4(v ÞCW¦À¤êâ]Žj`dU'–HÚ.iÉtÓ‡îŽ8‡ÎáŒs¸BKé)ãe$ñÖq,¼…ŒLün ö6½E_ãnàÿ1êm½ ¢·!ô6ŒÞF¡·Ñèm z‹¾Æá6˜èm½ ¢·!ô6ŒÞF¡·Ñèm z‹¾Æá6”8Ÿ6·!Íí¥&¥º©¿A|L£”­½ÔÎõ7ö6 -½FocÐÛXô5ÿ°Do8Ÿ'– -ô‰znO]iæY°Çaô8 -=ŽFcÐãXô7ÕkN3O= ÇAœÓ ûza÷8ŒG¡ÇÑ`6r#ÜÊ-§L3| ˜¥¦vîp°âF¹1ÓÈ÷¬—ø°¾ô:öÒ1Ô"‡Èpóy·œ.g–Þ(´­ìJ¼\°^1ƒÊªü‰Z@½g!ðFƒ9Qlñ¶-ªVEõÂ5•qR²LL–N€Ñ5´Aì  ™´sX4-oú¥Lµ¡>ÊmŠ„ºcð+ˆ¾ð/l.aÜéœCIÌ ÀËŽÕ"»Ëz¤co)<ºr…º ­Å„Ø£™±÷š–M`¬¤û¥Ó±oéŠêØóm(ëeœQX/ª(°~ЉØjq!©‹êÖ:‹ÀÁ×"· yha˜ö9óò¤H¯Û\AQ£{I 7–­Üκ¨;ƒ:¨F{C"¸±êD<·ä·‚ðù`6NRÜVä¹l”QG#Œ=]WYµr ! ‚˜+-¼†xm©á.Üie ™H¤ôZ-c™‰¢‹]Äדöª!¢*’½·'(!ë»kÄŒw’¢˜N³Fš žòA{EK+b3u*‹­–Ù€õ#ŠkÚY;ø±jjÖŽÕ‘ˆcàWêG»ËÒÐ]³Y7ždž#„Ö'–ˆZÙbtœ.OŠíM¿ F6qø#d{`¨ðOOñºy:n%ð§Ö¥Ñ¹Ì¦Šn°; E«Lß`½˜wú0g“ÒÎÓ=$„ͨIµå©ÝWN€!¬ß>‡{ Cêˆ;›¿ÒEÉOÜzƒHÇ”MUÝ -"¡¥®)r¦<ÛÂzk,d™E¡>oÚ#3°n@ì*éܱ·„é–]ÅÑÛGz:‡!óMÅm^í²ç¥˜£ØÝµŒp=º9%Í-Aõe½T8¾ÓÊÄx Œ2qEC‰2Ø–º}#aÆ>•Ü{olâQÕåÌ\çÐZ¼ÆKɸ¥ì.=©¢9ˆ¤s\+F̾:Á? Ø ÅÉÇUç4øa%fµEi‰å}©¹q6U6ž¼Pn…†@üVù_r!¬¼‹ƒ:öL{fÅ/ÒZÊ¥V†ÌX1G¬“œ¹´ŸöÕ~]ÖÊ‘+iÚ!Àq®ã âvÁz®ãhe¡5!MxðTˆÖ䆪©%>a SJ¤‰,œí­}ï&ç x2/I"H -©½êÈ]þu¤tpoøcòÜØ=ŽÂ‡×·um†Q¤<)4JSÖ®D_‚vÌÝdËeì%¿´´Ä]¾×å/ÄU7}‘ɵƦ_Häb)Ó|ÒYpoøu•g7 ™¯µVJ2¨îrA¾yC5eͪ<VÍ,Q}í¸–¬AéŠ1S0È= hfWÍóž3†Vw6R\0-Ò"—J˜è–“öÁÈ¢bö)!ÄÅ H*€Ìy²1+ÕA¬ð„+¨ØÓe 2¤Û«¤J®a&š=LåhÈVÖø.ΞŽ‘ËóItz8ÂÙYœîï&·{¿ãüÅÚ>zóp£ŽD ž•¾™òªÂ u·._‰ïÙ-w¢I'B%3±¨–Šb¼žëm³EX\üR`’p( ³Nª.Ò]»Xm_®Ðyàa=Ù.:“›Pç\¨8X¼‹m%ÞQ£r'j¶WïÎÉUØAfmeAVN¥TßÐö‹\règ¥‹zb(#»K½X«ðt"L ‰)¿‡K¶©…ëØ}™Þ{jJž¹<ì„~#íyŒ­bO¦tÛ2«NP37OÝ„‚ÀÝÌÐm2ûkO¹s'«^wà˜|ªÁ%“—ꕚŠL DÈMx¤ñŸ¡˜9ÔX™K0&]¹¦ò܆M·WL§Ñº 8,ɺeZ9k£³1ìÁ8nÎû¼*ÐéD£b×ሻ#²ÛÄBe‹˜F–. qwrU…Œ()†,«‘ -Snò¹¢xXD«!œl®,}dÙq"Òä4`Î&÷ü´¯>òs'Ré„쪔…@]È»ýhsãFš•wSä6N½}RëHCaª–e±¿Á5ÞÁÚ‘ -´SŸÝO Kï ‚!$ôðv „õ¦Ôuû[ŸbxœõÅ–yT ntˆ:ÆùÓÊ$Kím™,€ª0ÓEèá=ÀÎä‘vË*cYVõââàÐð}®V¶³Ølî/L×ÞBÚ‰> -ª¸æ!…¸®3^aNÌîqŒq¯ÁÔá{s­„¹sðN«k`Ã,ËÜ)´ß&5g~ÊP¡±îŠ_Ø›wÙ …“ø˜ºÚ¸J ‡ª"ÜÈ·~Qbš -¤â\7ç¿£«Ž-†¡‡0q/YD’6¯Óï|niF {Ï·¸*r²aÒKµy7 pûýãUö²Ø9Ç™a@ë w§+‹ß™3¼Ä×5ÜÝE竲I‹N(7YvãMÀšÕ•€ÖŽs¶n% ÇåÒ†˜qfO«ƒ€n/¥èî…°ÊNù§3|xgù²F‡)o²ïì¢s5‹AôêJßC‰K ê¸A—ƒ»±§ÆödÉîl“ˆv(=á3Wܾd'»ø]*ºË‹Õœ“¡`H)̶ J:ÊöL;HÖ›}GA/Ô¢.k¥ÏÖí(êr¹>x „G#6VÖÿ¦,,¥ÿÿ@T">ñ*~9”ÌÿÏÔ>×J”¢Q¦4©–íf„FÔ@DŒ"äSܳ<êŸ2e‰~ïÖšª×kPkÐ9Ô(™^PAc Ç?ä¸?âQä2é°òýn{HþvZÖðl B|qýNþvç‹Å4±-E ÞHÍé²p5|ˆÎ2ÀͶHð¬‡+ú·¼Þ‚åAÂÙnÄñUí§2{Õs•ùˆÛA¥w»Ò´Bª è7ÃKéõ&¦;#jT ’Ø"‚x“ç8¿û=Y"à˜ÈÆ£Êgz@óíYîÛ%O|N2GY"ezh]V¹“ÄW71¤4¹ˆª‘6ÆS ø´æ‘.œ±xÓ ¿lU5–ìp°™ Ž@¤ZyöÌAD¹Üe³C®‚oþz¸bቊ_·îë뤂ö 2¡.´äó9¤ó|õc¸7kSk$&×}0Ø¥»‚1ìY¦°ÊépQ«/²s¹»™,Œ&¼od–8µµ erõÞÞÀ.¥ƒäÝäûºï7çk‰éź´ƒäâ r¥`2Xi"f°fkµÖ‚"ŽîkÊ7™(è‰Þ$¬¹ˆšâ„±Ã*ÄW«UŠñœ*Ó¥½9/! ßO—;awõß·ÛÙ—Ôd^VÑJ^ªšõö‰½Ó5¬¥*ö¥9“üõî5>w/I…OÏGÅTñèTC©¾Ð~¦òŠ%ûïÊç:gÒÒÞ-"ÚÔ8¡ÉDÎåmSÊ -ÍÎ×aôþfAp&ôªª]:¡E·oY‰†× 7YÑ.Æ#3E¶ë¸ ã N–ê˜Ýó.s<5lu^>O Šó}ZÞ3žÖIÎØLVÂ…§á-â=‡î‚Ü%“¤P!rC¬WµÑ­T,5 »Ð³Òk’tzºC½9ûa#«a´,…Nj€ {‹ñæP´ÍldñÛr!§ñ -8¼…C Vq^2’I4zf}IhâÈ£Û¥c&©œèÉæm… J®C¹åãÂÑ©'€YæÖ÷jcg”éw@¶‡râlgîãeƒëÙ•BWôXÙSÓ¹1Ôž[nÌÈÕI¡òdN{¢w­²ð@_­2qåzGrµúÿÛs‘äo9¯Ík)•ºk<šÊ~‘VsªÔPô7<#\-ð‚‘»P[l8›µœïo,¡<|þ檖ÚCùùéòNAæ>ÄQÌ$'âñ™Tøn¿,®cÀ#p΂z»ÔhˆHË7µ5Õ6ͼQº/·Ÿ;<ò) Â®¯úzµw1Mì1Q^M§g×KÂ+-zµ9)j…GÜÌ­ƒÑ›%_hq7# -ׂ}´ ‘{“‹ôÖÌ­•*DÛèZ„  û -* ‚‰î‘RÔ®{ÂEÃÓm. ËqÈn-{ªêFxJöò™y Î-{§ˆÃlTEµèB λ°nM"_c›½»’/zócN«ˆ:Yõ -TÑs¾ü˜Î¤{®éºZó[$1?§*ÆE”Ç+Î3"Ë -{EºüËçF§šïñzÂÔÒjo -…̽j⫖“Bw¼i] ° •V`õÛº~s¤Û‘¹â†û E©ß+â¶nÿð)ìš_Å a’mÜ'Š|žY‡5E¾7Ú#ÓáÙìÂÉå<îTV°E±>¥Øÿé\:gä*üC£ã‹] ÐTsWîepra׆ÄPåTÀ$,Çœn~ß,VÞ µ¶UãJSñ¤T:Þì:ö¨ˆJƒG®ÞCó†ø|& -¸fæHß9w#lÕ¶|\ÑÔ¢øjkÊ€^wr+à»ßSl[åyïeA§GXûŠ?êVñ>sÄ‹]%© ÷&r®ešÇð¾ÔÜaèÄ,¨Ö(dçDNÕ€ÒŸ˜Eýæüá#öÒÿ[-o]ß+Ýéž;!³›ÜÉ¿øð NjÝ6F“…Nl„­‡fR-㈶žæ8ƒ Á{³3Bâ­•Dã#jS²a:o¾ªÑdáÜ÷‘ÂoE¬>R*ñvïDLy3æ$µ–üÝ ¡+Í›Ypw`ýЀ…Œ¼ÊÈáµ}•{£Roø²>ùºŽ51ös‡øÕ¬µ¶ÿ€rŸÕÚ-ÐŽd]ûÿ'°T:w6ç+0ÕPÑDhjíéÐSÄ+É{O&0\]¥~'ÆËݳñ½lOÆ{±~ëS4n*ôˆô5½M-ñê -0]¨F™SR¬ùìo·1vãJl(Í‘IF;Ú¢…*¯¶mU¯ÓlKqôÎk±µèNDö¨®£'̈ ç¥QÍØÛ›>ÃÔy¢ŠŒ]±-„Wið˜|³óµ>„»~a°= µÒ9G–w†™px¸„3áÙ®ífnjå†"` öŒFö"df -åœEšÛðBæ½iña®ÓíZÛǨ€þÞ)Act´ù«Î} -[ëW髦fw«É‘­BÙ•À |}óÚÎ\“›K’@b&tûi{·¥BÈʼ~|¬™ÈB|ªåDæ#{Wâk$Tmj<ȧßNøž#e -pïTLgh<¼#jY£ÙΕoÙ9ôWF•ê ›ª‘“Wáô³¼ŠhTkZžÉND›F£Ã<[æc1È|©ßœÕOµMͦ¿+n1-’uˆ¬XÿؼÓÚuEjÑÜ3276Xu75Uam¢tkÒN T®a[ý÷ÒÀj–Ô¯4'‡IfaÏÜT jì[Ivƒ¦ŽøqÇ"uDäG>†šzƽW1¾f©æ¬|¶F6™5ZŒ@·&`õgÛŽG D·í€O6Gežê´c¹?ÅÈN·hzu`Ævþ‚wPá“Míê-Àg·*%ÁkÕø#ç낳léûbÐ*H’u—“±E\€éð†ji•EÂH—ÿdê‡ÅýÜt³>á b}ŠŠÖM…^ŒŒ2§wøý†”#kó¢s,À¼ga×îv+GéH^köIƈí^j¾¹4·ŽüÙ=7ĨxÂ, ¶ùß)Ó€‹€,)öËp#¢›dÒOnxÂÒ¤boî´>¢;j¢„~ìS4¬¾—kíGó…–ÈÍdöãp}ÁÇ“|‘¸;]Â6‹c ¡9ËŽ,$Õk5yÑW:nHÂÒ/koUˆƒŠh'‚å$uÛÛYòmH‚lÛÓœ³^KGMxË—ø…aS²©éÊ~×ƃ»çC‚»± °è7-Èèë¶«)dé„e&ê¡÷!Yõ[`¿á:*û,qxªö`Oc…… Eá™#ãG4:¸\30vÃ=vM{ÌáÝŠ¸OÝ/®ù„2 ùÛnÍrãHêoœÄd Æ»sÔ~"./M^·³NÁ²$¨¦zSë±ñâA$É[5—kàHLs³ãM©¹®m2¸O:ŒÂ¥J1¼&Œ†¹£—c'òŸ2ÖLñh»[’<8ɘŸ(´å)äâÁM;]í³ÌaSƒ¾ @І¾Â$îÝŠq7Ë8³âL4´BhråB.áê%¾Ín·…§y•wÀ—îC‘ôÞr.®‹ÖIY=±'pÞ“—¡}jœ4ÏMãÐ$gñQÞdï€}þXï»ã‰ÝeƒVÚdeÐîîZ¢]VÕHø¤p¾½*‰“"Ƈ+qÍî? tБX‡±rõ¢lœyƒÓ ¶"<ÃÁ`5Æ ÝÁç]ÙsfŒúñ—+÷î+VÙÆ1AӬɉ6¾2¦Õ£µ—|Ÿ×Ë&ÐÛ¯Ù¢Ú¤ø,O#®8Óx²lMÀ$Öuñ…æ5lN:UéÚ$ýäEÎ×<Æ×¬ÎJÉ´è+sWå³ Æ £²”üöÎÖE·QaøŸÆ„â}DÁC<ðè½?UuïK`ß´L'9‘jÊãÞàHí>D˜‡œ¶'aëœØ—uR³(GÎ’Vù'üÛœ†VYâL#ŸÒ»]Ê’y^ïÚîpòû‘$½ç6âýô«Ô9¾®ç ÁUdWì*dò®(É -À7÷©²Ó‹œ©<á£C`oB¾ÊIÉR¤zvg¾T¹c=_»n=F«`óï]x‘zwDÌç`#Æ÷rFc»Äª%z‡T[ -Ú$°|øÌ·óµ1ÎÖ‰‰S@E¡¶ÇœÀI^²îöûÝð½0ëPCˆL„Í¡…²¦¹‘0H}L qZm²tû%¤È3§f "Á&{ÝÕ•GàBæÚ¯ÇTC‰T“˵ƒ£ Üœ­@WÕüC•_ì·Ï6—gƒ  “_Ž.}/µPIX©á‰}övGæ×øí¥ "5팵W1vtxÑ+(HÌ0‹{ºq(®Ñs×Xºb¹É×Vß:h‹e¯i„gW"zµ¾®š†—›-]É ;Qø4?òìKúji5˜ ë7¯ÿd'Ö'x‡zV&ñÍ¡v.z'°¸wêlQi¤'&·’ixXB:Yñ¤R=–Pª¹yÂYð­BŽBÖŽU Ú›r×ÃÔAÝéúfÚC…eIS“äg Fâ=Ù¬bµÈ_ø?eô=g›õA¾o¬^u˦ٯ›183­~ÅÂ'—Õ6‘—æÉ†ÃÛ ØNäè¡Î–³xÂ\ŠñÄ:‘V=ö®D ½õÂM-7J¤ûX“±ñ:P2>¬(¹G’xWƒ^ŒñZ(8w½©ídžÙ/¦„w%„VH>î}œ»ãõ9w¨ë¶RXXÑÇî6EIxX[ÿ¢¨I“¥î?ìèùn{E“¾zˇðq¥Œ¸ìK܃²h;XÉÞºªÆÕÇa¶‡.\.ßcz{»ÖG›ªr:<°õoª5 Íèˆ÷}|ºA.pg@Õo/âËiS)è‰n„—ÀÚØ’2û`m­yûM¶" '2-W·Ê¼èêÅ2¶à€}iešÖdœXTYÃTVqâC°§Û´"á\àDTÍ•¡³ù(ùöÖœ³EÖp™û%¼YÕM›N÷ÈÆdîxˆ!rv­Ë%úcͦPãÌÕz[eÁgsöJMèCH¶‘¬vS¡£øKª×mÂ_Q’w”q¥£†'Ã÷½©ôÙGkŽîuÒˆÐ`c¥Èx‘#Ë×=ŒÙpwXSˆ­y8ßYxf%©j,Ü*,ÙEËÍ‹\ÁÁä5^ð Ó ©z ˜iï LlD´›y«a3šÃ£Œ»,>|V³x—ézÎÁ–ðGÌ,ðÜ}HA’a«ß}Ãn<â{Òé^=ûrÁT”—oáC C¤õ£ªî&¤9#æÝ`t„€'BÑžyj|!ǯ§k™:.ê5cÿ‡Hus&22âF,¹ü nGó øµölûîãÃëV2’ú•Ù @\Çf8ht5n%åÀŠÊoY ˜ÚÝb@p÷^Å8C3\ƒ€çlÑÚM‰`ø`“.óœŠmF!,oIYŹ‘;ð~„Ï0i!4g†kºÉŠÛ¬˜Ý¯«/Ä£ä›tâ„jŒÛkbQ†ïï6BéA*s­«N×…ï×2¨·4¢a&šq'ÞÔ^ôÇè?C-ç<¯¡Vûº°>ÄçæMèÂåª~ŒÇ2QY­†Ç¶)m ö'$É|˜ÇGãÒwz‘ó5©×žªž¾C]¬ÓðR;Gg¤<ã’\• {EÖvþ<Ï6ä{AotTû ‹w”â‰Í’¯áKð>+¡ ÈzM¬±“NüB w]G•N‡ò4í„e»sßÁî]±œ£± LÓ4ÌìTEW¬Ù–ªÒõNŒÞoÄe›èI.’ö‰À.Pg“a Ðth[­-ŽƒŠ™îSP%À/»Vô0üš?&ˆ= `k x_Ž€ºÈÖÐL«74KŽ,Θ?0ªŸËÄä]QL·ß«M˜ÄÕ¤áA^ÅxìíÅrju¦˜¼ì:á™EuÂhâÙrZFYoéa¼„ãyÒ¬ £°ÄJì;‹•+¹hK›wV»{Aúâ ˆ<ð´\ùY…à*Œ}uëˆlJªÙÛ™‘´ùðƒÏ2ywáûãúÍ s+Æò -è^•”Ëv -“4÷%ùœw²Z~ÔXÁUcbZ(Lšç`ð‰ˆç°…(1­NIÐDî*ørEnÄøb›úòôP—7)ØÉ£'kƺCaÔVíL^¥7µd ÚÎ×R/‰N%_/´@L˜6M,öÂQÒ}{ý‹*ÞQÀE®Ü}°~ø½ÝIvátÅó%ø¤û¯bF¼>Іñž ™ðhÜí¯ødêvWý|óæ ]¾®.™¦P)äË|#2<'Ýw¯ê©Ó÷îBÖ!¦ìÂÅò<¥…ØÕ 6dýf]>DƒwA|-}q›û¡Ã®ƒË½m -µKù_‘nužáh"ÄÒ•MYW©ÁB·}¿_Ñϕà -«ïð‰D5}Iqè{þǤ”f+\ð§òïcõ‡˜0öÙ1}{©T¾€{_εQôƒR—+ñ¼Õ52™M¯…ìÙ/—îSþÑñi'®Ï?ñ—]*ìã£ÉPOÂ*OÓFC#³$Y©ÞërºÄÜv0DÉðžv¹dçaª}·Š¨ihÿ%©¼ï=‚÷°_”´Y÷ ëôú!aáó¶b‰H [uÙIÑì%Šìâ6n>Eñ‡Í.ñ P%ʵ”og'i -Œù~<в¬ƒ¿ÀÊn¸Ù–b.9SÓ_q|Uˆ6.Û{¼¾×Cˆ¾wÀŒ©§m œü¨•kÕVìÛQhd–µ–õ8¬$¶µLŽPGó œØP…i†.09ªX+?Õè£×xQ]°‘ž³ÌR ßð®ä„.¸ ðºß „æ«ûœ\ÇòmŸ"éüDž¯{Ì{²mÕ5M?¼u’ª&³©›°µ=6ŠÎÌ·û¬SÄõ\ˆ‡—{_¬ýÒU‹1€ø®@j/Df{A¬o⪓• °B†.[±ÖìV^ £ûv…(lÄý…Xïžøâ èuf™ok>ùкªÔ ¢: ûV`dÖœfÓ÷½†s nÿD`°ˆÏ@¤Æc9eþÃxcåÊLréÂjK2®›b³0h£“‡F\=ÍÎÁE…a "z™5QMÇ[XV¢ÔwA'G½  íÈœ¤€uÆ2ç,ÎX\ˆñ 4±]c5’B|×|Nb†øº™õ£-§¯ƒWÅÓ¼éàV¿¯¥ÅÔ˳¿t…Ysj±ƒ_ƒÚÂï -¿&¹û|–"ù´ú¾¶„Áëžl&D2I7¢ˆì®Î@H÷=D» €>¤Ÿ`šòíqe¥/K OÖÏtÈç·®ËO~ŒßõÖo|ßÇ™Ѻ'ƒKð5&Doð´¢ñöú‚ŸXÝÐÿväþÄþKP܆|}·W‡31߆c)þÍ6àL¼€Õ¹•‚v^c–ù¥È›ýÈ‘¦eº÷!lDoÆ6N5*ÓXíGÂ1̤àL=¨óÓ;ÑSz•t½…'ò[3aFxsð.-±mûž¢×¶©£¦bBÂH‡eÙGz‘ó•ÇX±Ý$qTzoa£¡UXI¹nÞ®žë|eÖ   -Wú©B̸ꜪÆGr‰Yé¶æ­Áºx×$I¼ ¨Eõ‚üîó%bl›‹ÊƒX3Ü1†¿ïAÊF»±ÿ -RµŒ×Á·2Ú‡Ô¹‰£€ªa“&/Ziyy. ÄžbõgÆ‘9/Xg<–ÏHY¹\‚C1N³-O]㑈¶„膖Q±[âò(‹ò+¤ fœø-å^Ûõ†@ìHÆŽ àXùv_:äùéòϸó.9¨­§D:"ÂNkCóÚµbI‘tz·9ÖãòÝuu-œÀ$‡H” Ñž‘.j»"CgÔ¨u›‚§„9‘oë´8ÿíQŒ§Ù©Í·"u?Ú 6†n,²\ª{*…Q.Ñ*vc7›ÁúÖœö.ú® !NëBAtÖËyxÝÂ&."ì„EGŒ·á­X¦±Ç/ÞîÂ]Ⱥ Q+»˜Óª²v_mH½YëÆ˜[õ‚ …ï ‚Ì—æ9÷ákªæÄîFÇyÔÉ&I²{¶IЫ`_â‚{ç¿;_x?9“&SËž‘Y®*¤ËŒzÑ“PŒ6‡‹Š˜Ÿåx€/^ñòqëËÊᎆþÅê‚Ùa8G>9›â?rÎñìV~kÃmà}ˆ(Øw‚J[¾¡ ïÑ‹m£3õ‰‘™yPQÕ1Û;$œøáýî÷î²ß…sºÎ5|= C!þ—뜳*À'EdŒHß%¹PH˜ßFvhÿg¹q•2e!>=’äaS{ê8•:WãYoð¼ÕÄÙÀW¾'ÔÁ3–HG«)ÛI²‡²BqľÆùzbÉ0v§-Â¸Ö ð¤ð¬Ë#9Û±4N4 7|õLO´ÞDð…P¿Ž®Cn—}¶S9_|Ì5át`Ãl¤Èl~k0†¤lh¡pÛˆ‰ºS}ÊuLWŒÅ²}ýÖ€¹a‰÷µ9ËMë Û’loxص½±­À§ü†«ˆœ°Êã°_jú$\ÐŽn@˜íù¨È‘Zcur+*^Vx©xHjëÎd4L0îuÜâb:×ÙävÄ8Í4@]çV‰ý‰i<§§-ïuf~\åÔù¦NaÜ4qV¦ °Vï`½36òâ±Ï7³¤Ký€K¾õ®V¡ gŒñãnfœÍ™h®`Îr‹ŽÐ‹Ó dDá­‚#½ 5^yé?ª8Šð¾5vN™ªWâºÀ¾f(ÿ1­®“þº6ž ݳæb•idBŽóì?F”Þ&™•U‰Cƒ°B!¢žzÔU.+sûA%e–:ÊÌb£æ`yÑÎÄ…,…ûû|á1Þ†©¨(0X±îÿÄÄIîNeÕTÔgüðvΔiÓµo}kÀ,Ë‹÷bääØð…4Cç.„4á#ùO/>çÂ;qºˆù…j–TÂA"Ía£› ऴ˜Q»ÍN…iøâSM‡Y;9.¤È½–J)ÙvgæcÑ‹¾·\ë‚ØßÊ5Þ?0|HÐç ”g|Ù{^Z–ˆmKbT$µäC!Ǩ—PøÙ.|$}©ËDتK„v ÈcQA÷®$æ=B¿íÅ¥ÄÞÌðU$Üì²¾ªˆ$ve•<ÃHÐm­_IõI­½A‘›ó"÷ùìˆ3 ŒöÆØÂdnÊšÞ¬·»¢Úy18sú oå„pN÷ÂÐkøIÚèÈIfOèöA8˜\¯>èoσeÉïI~9>Ì ê8GºÍê5°¶bÔl=¶—#°=È:­Idºp¤Ó»›s²\‘;ì‚)ÏbàCŠžÖIï8›Æ]ƒw à^ŽÒBB…x×Zl3µ>”¦EJϦà9ŒE¿Þ§ß…Ë{zJߦ¬Áž fÊfÑ~ \NX;Ù¦wTWJÙc[ê5 |mhR”†â™‰ö!—ß÷˜{€0’3 eÄâçÔÐÍðßÊ0`‰Œ Ž3]¼î3¿¶P~G©!Ì€jc›yj¬¦¡Å¿^h9/LÚ IÚѸêqd— ó6Nì–H±DP×ÖDâï{’®¢Bþ¿›òÓâîag -"•2²s~aqQaÔ -Þ™ƒQ RªR€³è)ÿÇH¿™Û±çm -šÞÛ]Äy†¯rö˜_mr«¥ö½ > ŒO‘tÍ0âr$¸QZÍÅäÑæžÌ´’ÈËçÍs‡ESŸðêY'jçwJ“CNRDÜ­Ô¿7PÓ-ŽÖé{˜PNqS.zhb#³—¹O¥C73ó°Ã©åo—zf{¯ÖÌIÅÜ雃à_Y'b¼“#7eƒ<%åD#=È¿ž¹É ÇfàVš®Î4±>ÄX á.¢Cã#¿óL¾ö[ÚKÔLö†Þyƒ 1û4ŒqO7m¨o5æÎº@x¼h›³ñÁ†äôgº³EF¼UýÌ“\eÙÎ×»¡»Š²tngFëys$¸Jº’ÍÀª\•Ù¥ñ.•ûz›ŒÙW“´;Þlj0‚W -Pø¶Ó$¢ p'æáÄØ¿%±:ÛÈ$Îú¤ö0…Ⱥ}+ÐÃÞÓxQõ,Ÿ’cÉ?ÓŸ òße÷&²‘'E‡²©î¥Áàë{ˆó»1W½[ãŽUMæ¥×ÍŒh^OI·3A '²Ìnj€‘Ìp݉4ÛË|ZÎÕÿFô:ñ~+`¿L¥½øŠ‰‚z Îiӎ湓??ûøÏñÅIœ»óá©Ì´†ãeVÑíGÓ=x'âëLIš‚{¤ŠœUeŸ«ý Ã…|ö°Ué¹ ÎÕVcÏé”—=L'ñáÖÐìÅx›YÛuM(2ZðH3ù>Äc¾@ÉÕÈ]Z/R’¸H¾ÜÌò^ÁÕ‹µn*mç/¤ºÒ;Ê@w”ɲW ®v$j{ªI -¼SÇ`|ÍR‚\o34–ÑÓ§dÔø“)õna­ÑûHØßµIÜê—¨¿;ªðçå¤6V†K,°µÒnb§Ó\Wp´T಺Ô^O?0Á–ñ¥{Š*‘Ëô³LnÁ~SÛn¡¤°‰½SV„ïI Á9;ó¢v°c,¯Ðu´‡g”£oŠio4zæ¡ -Kd—}h(M4l•+’ ŠA&4ëQÛ+,°_÷|*ºás÷*ðlòÜB¼Ôln‰…³×ÏýÆ U» WVDFõæ1gèÆäÒ~RC“\ìY!žAÿÿ€øŠø¦Óh¾Â–ÍÃbxO9(ºïz*.íÿ–YRAv :UÉ©KN݃f„v–Y*WÏ}È‚¨3ÊR÷ÿ¿6TývèªqÐÔ8©åزɘ9#›cاV£Ñ Ðí±=v6“\ýOËܾ*ø!î^a+¶ ÈÎrj§0‚V…Þ=K\—uv Öâjûi[Tš…Ð4ÍâiYšTñ\þÅ¥+ ”õ‚°Æc¥I 6¡(o‰£)<Ä‹†·Þ=x³8Z{¶næi»*ØüÆLû2Œj aû.¹Yf6wîA›Ò¾bÅÌ]…8#h ïÅ^Ùœ Ž~êºW“w³+eÊÖî]˜îla]¤ªqHÞxutxWQ—ï%åJyÃÒ‰ÁsÛу»ú©4w×ç^+нì»&Ó©yØ8ÿTZ¦k'Ω¦.ÏÜFÖ8="Õ-qô¿¼ðßÿö1ò[Ÿ¾ùêë§ÝþÂÓËûÛo?¼=Þ~ûnÿù¯ßùíû|õúøå‡—g|ÙÓ—÷—çßž+¿óé›ç·ç×ÏøìÇûÇï_þú%<½tN>¾æÓçÇÛ¯?üö÷ìŽû[O¯Ï?<¿}zþîñô?ù§ûžž¿{|þÔõéýËçÇ/ªá‘Ûr?ÿ9¯Ÿ|´m~æé»ÏRŸüøá·çâ²lxD?ΟzüõÛ/×ǧ÷?®ÃŸæ#¤#ü·ž^žùüÃûÏ¿¾¼œüþ¸!óÔ?}þáùÿßÔÇWüòøãùËãíås¿}ã—üEß>^Ÿ¿<žvŸúéñ˯?⛺èÞóâ^üþý×_Ì/ÿòéÿÏ/ŒocüPçËß>>=þúx¼üöüöò+˧KÓ©ïðÅß_Ÿÿp¾ùÇ—÷×ÇÛoÑ4É¢6ú}Fÿ>úï§îýÈ^è°HƒewÉ"è?±‚—ë?éè:4H‡ 8Sïè­kÊçLC\¼ fT‚¾ú‡ú™Ó|ÉÑ›:­16´Ï6RfZwVæ<=!6Â-™˜¢Y1°!)3¯Ÿ&‡-ôS”8ÚÇ2¢L 7Ab;1õa2sz -ºnw“J‚vÈEÛûÐãg¨Ê~ú½ýRqaÿÝ- ©Bo"ô$ÝiUµ:“èz i©£N2F–(‘~Öµß6ÚJìÖ¸ŽwÓg*.Á†$M¯’&²^˜´¶hW'6/‚µ¬7ùE..iý i󯌛ÁyŒ:´ú~ŽREò24) -3Oè'¿YÍå&éÓŸä·¡øUóÒ4}á¬åBÂS²‰Ì÷ƒ ÔëÍo 'Ÿæ†×ë§^Õºœd}d%ÔÎa~µ_ÖuQéc€#Ä<’1¸w5 ¯lwò´jt=h·yDáøsC ¾øó4ÐÁÞÈÆ•W«5£ÚBp±ñ¹dcpÀmÞ-uA¸õ­‹#h °hXó*Åh´®@}$Fªv…•¬iD€}Z†0% p†‹—๢Ã&3{8P à*«Šº,®“¥h¾B*Tô꬀ëá.¦Þ czÁé<Ì$Œ§0/\k^‚¿é¬®™Ð‘Y¯ºª@'/ díu¬Ã!šbJ¾_B‡÷p7·y¹Û´Ü0ÑÖê9CF@¤*n)’$y3×A^°ñà羣’TþÏUÆÔÜ¡Òï üùx…®°nÂÉÍ$@ÝV•U‹ä6"j²}¬À¾L¶×ª%vβD‡ÝOG°%Re‘7« 4W3#3Œ¯NYØ4«Aø#Ã¾š»‡ ‚ÖØGáÞcíÆVÞÎ"ì ²¡”ªL¤dü‡’g‚ãCù/P§bÿ·Xæžtì AÒr¨VQ¯Re2½a”çPA─Ô!]ÒÏüHÍí¬µEKõ0L7öË)| þ¥%Ê@ŒÄ¼º¸¯“¡5vßAV›€†R䉴s]ssqá”ÍOê"êˆ.ƒBß¡‚Ó/°¿‹!µ²˜»³ƒmÎÜ -Eƒ=:‹›]¸´â„îÃFO‘e»W–T¯Zh›\6˜Œ.a¢«òKxAªZaô3?ÒVí„M/íÀËqÀÃ^]âãÎ( ·÷lôðSl0hlFïæ¢Ë£9uÅòÊKÑÙÐ-µ†úÉ;o;‚4f‹Ì4 -Z1MtØG‘ަµ˜_è Nì8Sd·ÓÞÔÝQ„zô˺գB•2ž ²ÚÄÄŒÆpäu9¸q(îEÕ ×š¼½QŒ¾P²57‹Ãƒ8"Dï}©˜®ZrUˆà:O`' !V±ØRH²Š½¡Z[:m¹}V\AçàræùœT]ŽË@ N…àÆ–r/V¨±kZƒ„•(DS³ø¦f,ðPî%xi/!©¤\f~æ–«ƒ<ÍÝtDêªé!êtXÊý4½[÷Tn'½ ÝèÕd˜ûÀt:^ÏEøiKW]e¸J\¯—-ׂãÆfïë.²JcÔåe —c bÔ_‡Õ*­UTSÀõˆPðí+ÍŠV fp°–uƒ)ÙãÎÍ%šc¦ú¸# ì7Ð<ú_>È)cG¤³Ð\i•E^žWÎJ_'Ô™;¦Iœ ¡X/‡nÙv(x%Â}#fù'ײ_]öÉ>(–á¶¡»£îî&Òï ð…Q…Œ€,R‹È2¯ªÃŸ•#r¥å_uŽjiÕaY‹dx¥j®¶ÛlCÒjoÂ#‰4¡•ÆÛuïJ Ì¥·“:,÷¢•†(]ÕP"Ši -û$®¸r¥ƒ—‚Q+×ÛÄ­mÁaeÝÚu8l‡8‡ì„ç Zޏëã>u#(‹q"*WŸZb¡º]!~ÓÑ¥v4œ¶zÔ’ùËPG=Û-­{ Dæ_ ÿŠÛõÅ^tJk¢Ûgð„y ‡š)cü -  GÝL@¹ÔË+ Q§ì‘´ã`DÇF§R;Çli'F{®ØùFy¡!Æ¢^ÙuC§”4{v/;Gàc˜ÓÓJÀ$µ±W'ÜSPœv{•/Ñr^7,A‘¶¶Qî}iØbÆðë(~ñWÑ­´½˜ËGÑKº Qs{ Ôrw#íFo|ÐuTDNÁà$pzƒÂ2:`µÓmç 2µf²¬åuªë±ûwšM_¡¢~Ú>È9¦6Á(œNªÙ)o=ïB¿D·e$oô¯Øg‡á`ŸŽs (†9l¿ {ïø‹­ 5"8¾DiºØÑp[7ÐSf÷;·czõ› ͵¡åœÅLëÕ°‰&NfhhÙ 5ÔÒh{e  oT†w ×\¢ëÊ¡æpƒÏ–Cή@ÎÞAŒ³QÖ¾3/GIA+,mBÑCjÈÞÓ"çE^¡i`æ[†ÃgT¬FFÔªÄS*Ã3xÞx,nVœsŸ–dýj*„¤1g©-Ç ÔmGKÁaåA1 €× ì’Ú°EÄÙ…°pOK`z1¨dƒc´Ã8lðøöaé.Ѝ޵y’ÁÓáÇQ•{~¯Bµ,ûÔ…|ˆ1[­‰ÍÛ-W½Q3h>}:*x´8,Œ4š…|:lT¸ -&2Gž[/±ÂÑZdé Q¸^Ê=¸t™P»í×PIãÂŽ{+1’Á¯@q¤7´Uf݈‰›*ƒë?¼›62¬Ü·L¢Ñó -Gc¡#L¥˜Áª O{ß•„L3bg¦MY½¿¥C´w1Xaßá×Ù¹›)Ö!¶KâðUf|¶h%’¾YÌWn4ªÂ%ΩŠf¼(ÅøÍ]^ëÓ|Ч¾ïlŒ¢nÝɯGnôÎ>dÆf'îêjŸï„íBL¿„$¹¸äÄmRQ ªùúÿw’âw%§Õˆ°“ Ùæ$ã~Ü8úu ˆHI•µ·éès4?`Ÿ•;ET‰DDLé0C ù÷„àÁyÑ2jW+Ã^PÍSYÙ/$hœð㊹L{ -2\íÁ³Üw-Sˆ.L†ËÈïÓÈ­—*¤ýôZ$ªbòµê: ä7Aà¸RÏÖ„»{y—Ü>Ñ,û•u¼:G¯}ÂÖ\x6û¾SP5Ã1ö[„ÔáEn-´}Á¤¢Ór*¡7CWŠŠ¡Ã‹›xŸú_c¢ÓJ[g… ¹÷èu^ë&¯Ö¼ÎxN4ça ÜÝúè¹Z07ó(c¢I ¾êaއ:‹—ôün„ AfD˜ãÜgâŸÈX¥æÛ8¼ûPÔµWD‹FG*ÀõæCpÇ4‘dsÛ†À”tíÎ2T?ËM•…í=ÄqåQ;­pmÈæ!(ü‘±Kª­I‡zQÍ{\Y#±×F¼xËÐÓ‰ö8PEQð|Í„|²öÓ!à^,=ImÒÕÜ]ó C=¨'(‡Ÿ N,âMÓ¨&’ØBìÛÚkk!PEíU‘9~tÃ=$TG+W"®ÄËÉîÙy)j‘õq…š¼r{© -¶§6´ù°ó]0žŽ æÅ Õ–…ŧne|)Öº©™6fKU°þ×cÿ!Xã–´²¢q†éTÑBê±ÎBÍ 80Ø^h$BLsBžˆÝßXð0#ðGÒÂí¢Ú¬˜ipé ³GGÒîZ…nÀv"Ú®¥Fr.\‚ëÛéˆ Fƒåò_6¨ÇRg¢ëa«[—ßFW­p„" 9iC5d AV0t¿ ²f¹Ð²l§5H¨MÅ¡&'q,w#kÌüç¦@ɇ¢§‰oÀãh}"ßí>Sk´guœëvæðÖ$+ºr·’%,%ÐaEž{æ»D櫵®„BþÁ¤­GED„8ºÈØ‹<Õ­±˜ÊZø¦ö¤ÚèÕn5h}µ¹ƒSèÆ½ÖQáË Ô -øØ­½†Ü·?CËÊäA嵚¬}ZË Iaµu@q¯îøn=C!ÆR¶8ÊË’p·Ãq¦ºÅßò”ƒ»=PŠƒ•+³à†¡Ã¦þÈÆP“rÜ&p´™Ðšr@ôôÔž'X´–y\†ëôˆ(SSÙ.‰©4áQžio¬ºŒðK±¦X1Õ3f‡oåÍa=µ ©LV,Û›UˆŽ,ËB.(†7 Eßø&`™¾˜W%‚J9yÁ45’ óHEo~[Ú5[mÎù*zÙ)VUù€YKú÷æ¸Å©’EïzùJÆ -¡N—}ËB¶éCû_‹¬÷ê¥o=/ç#(Ê Áì/6Ú}"aÄ:å‘&f÷Œ·’3G”ÿdšçš”ÃX¼:Òz -Ên(Zò9Šf72ÕÑÍT·¨ôf„…ÖoŽ1y-omßÒ.âÌ‚…òD˯2ŸÚátÃäêgd%rÁFž‰ôj\¡Óć–Uö€•<>¨Ü¶/s¤K•d ªíµ£.w%ºm‚7Þæ$»º„8ê’„B—S]ŽwöÀ\À®ÛÀd +hGßàÿŠR”æÕÙ/ÀTê²9“Dc:…2t|‘pqçè}¹ ˜ZŒët“ý´ËeBLlÐ,èzÜhïpáô¹‹ð5zá–gÂq\AÂ}GôiÙÀQ­-SPUA½(ä Âj¢Ãˆ'Û^ÕÊC¾öÁ†¬Ë­ŽPÇãÑ^’û¬W€UC}nmðäKƒUbèîæŠcio³i£;B΀‹–Ô[žá@¦í¶D»qÑýö}·ûE±a¢§˜˜àк\üTÇG¡jÉô7Nm“QñP<%51÷‘` ñÛ†íj&§ÌIÚ©Ò÷ç¹dDæĺµL¶–êB·ÙwgÅ5€¿QP ‹òÄ—9{7 ÈKö“Öá¹”«n-ïÃr˜«wÊta#‚‡ÄHZc\ØÈ¹Ÿ{±Ř{6_!&ñ‘&¬îpŠÉs» ˜^˜°þ>PØÞH³t*Ť譚»Šì´… owÇçîH¡§ ÛcþE/X ËÎfPSp1!”ïËŠp(~ᚨüÑ•¡¶áÔ\ºõ’GÆq§Ý޶ݹ§‚öz6•$ætWtÌzø$𮍭|waNˆvR¶²J -l» ©Ì”'nx)rL{ bvÏ¢}@Âdèë!5Y¦H¤U2È>¥d(ôöV¤£¼ÌCtœMU’o[°1ôÚ$ö˜]¼¶#æ ?g¼Ðˆ©#η«%øñÙh†lpME"ŽÀ[sÆ6 -oHâ²µIìj¢C¶#n¯Zõ!º);›­ÀÑ3gl§x0qÙÏI–¬¥³%.¡Cd{âjcèŒ&#G¦¡-²ì§ø4ë¤.0ö1DyPV˜²Š_µÌeØ^ÍKô’U1YÊüѯáGKñ³eêÞ À›ÂÃQGœ\i— hžÖîÕÝpe¦„Ep;WÒœÛLÃ5´êh×qÙG—;‹é Ý>ñ-›¢Ñ-º|iû¬‘Û1ïÄŠ ¥@ëv±×%` ŽºOìCäʹ*éd‚UeK˜6ñuŠqB¡- ¯¼æEÒUÈžÍÇÍÞ9µèí5éî²ÂŸÅÊÅc¡ªÃ¦kÃ]÷c‹?Ø-:r1ÇÖ'ZƒÌëÆy«€ýä>—Ép•¥Ýf^W Ç[TéT˜u¸ˆµÇyì¨Y„‹÷PñJJ‘ÖÒJÙ„3´†ã-’I+G´u·XvuÝe x/,SqÆØú2} ûÌ/ŒäÁEZ‘ §áLf=¶ÔÖŒ™SŽKqܵ"!O#joô‹î,1|ïn´]SY_BþJ›ú±W•ض™Vùe.Å‹¡;Í/Š¬Ã‹<‘´‰¾á<«iîr¾tLY^#±îõD_ðf®FìjX=¢*rÎÐP’þ0Å霢ù:F·-½ûár=ÿ ŸFÓàXl’’.õaFº%Nã"6c;¯Ù(uŠ y3”~Š>Ìh“I˲‰<­ç ¨F)[*k,jÝr~Q‰cªXºèÁÌ7iÉ«ŽÛáê¢È*è -€¤ê¼í¹rvwF}øÖvK)FXEªÜp-J(:)e¼©›MˆèŒ{B±E—êÃB6I¨=NtzÖ.†K—BÖ lBòê•ÆIزÁP9:tŠŸ²V]‹.ÄrÙyB+úðÃÌ üÆqe„i¥®Y¢ë‘‡,^];ù(ö ‚%Œ©<Úl ä‰]CºyJ™q¸¹C)”GìÎsü’; ÄÎë¼¹»“ŒèùÕÈc9…;ác¾"z\È7î‘N—Ä?E>¨38´»:UäÂpÆŸN·©M'—ÿ*y…;èäuZ“ŒFJ1g!Ïë1 j=XZèNôú-’2†¨ù‡;E€”ÚrÖK7â)ÅŒc²VpW·t-³QÖ âïU&¡µˆêØÆÒ\²¥.Ké%,ÉØzky%©à«,ÿÊ‹rЛ-áXY£šÌ¡»êc{E{pH+€îÌMðæÀèÄ“—jŸ‡,ìU +Šb8n©¸7›…ßr ÐÚM%àhâÅ›$]ÄÑ ¹2cÆRª;Þè*®—Aà™QŒ²èq%r7[äh}HY÷“‰œÏ­‘6’Ô¼Õ®$м¹íµÔÂô]E’‘•ÓaxÙ$™l qÿÆÕ³c/þcê=§­B!˜âŰ õaÃhÁ“¶öí™`´L}úp©ÖEZ{ÎJpw)çÕxΫÌX˰JU4˜Lˆ(å*x¬÷Øò{Qsµ2ìaÄET,4vÇöOZ¸qIïÀ¼‚Ê6ž×Å"ú=Ûë QçÎSUÈíÅÀ&¬ék­ç¤-Â#K]ÜÛ3u®5 ¨³Œ‡îÙ›ÏÏ¿dZ/@äIRýŠŠŽ6¨^m§aª÷+xŸP°ñ 9½»@´|+Ë¢gdU £=±¬&‡çX>XtWÓ -vž6¯ÃN™Ë7bMˆ?\â4ò`責$:š6»k÷hX =†_—pã ¥ÁpàØ0> Qæ^ǵõÿØv5?t²èú\¤Ì¬á´~ÊÑákþ˜†ó±G®ŽœO“B[À”©ýSœY(HIÞNe]Šèѯ3ÍVÅÅB˜ã4%Õ²açÁºg–ãÉ‘óäÁ/Øl 70t+X2í¡óðªX¤ÚrêMº²†USip©²iUâúCäòªÎ¡½BVÓUH¢›²Íp¦.áÐfƒNÛæÅë6é¸~}TÂ×@籓Ωë*qî ÆÐ6$Ù®{çÚúN—R.“3H‹ªÜ :‚Ü`)b´Œ»mj\›_Ú-Ë:¸íäßWVñN›ùuÙjºŒ ›P™óhà#AkC’jvÝí}‰< Â_‡9Hœ+T™/à27(ö>Åh@ÑeCÝ^å&¨Pã - Ê4vÜ:›å¡ú µ„ļÓ\+:pƒ_¢ÍX—w4·¦[ê#MïË4bo"gn’µ¨ÎOÉ~µ ­àŠ@>Õý•˜ÏܼfFºÝ˪«9ºˆ¯:>µ2÷g5\—¥ÈÃb ñ|«È -Bͯ Û£Z¤™ÄЬ -0Ý¥n7uy1²)¸ª©"‰…&uh)Á€Q™ˆrÌ­mE7 WöÙf³Œ‹4u­œ¨!$/¢µCiŒ+kï:vêÛ£¤["1/´] D×j¢\a<2š8¬I¢×ìe(÷Õ˜G@+D©/Ø {„þêÜs>»è‘)À1MÏÕ2U:òÀ¦Þr«1„=ú¤înÏÉYñ áÈ~/ÅȦ±UÝø,6š†ë.Ñ&Ù†d­.ºâL›ã½ F]6mûr -?õœ[¤×„aÓ¦MšP0Mvž5# p¢`¨;`Ð!¢í{Ùf&r<Á :kÒV[Ö„ÃÎÎ×Ãc[Wmð¯@]þ#c7yFïz ÔÈ'÷Â8ƒ²{›ÆÎÞ'HšÜ„Ì­R‰p&2µœ·K£OºËbÛ!blÚ"‚Ž!Ü‘ð²TÀÊõ)cÉi³¡:ðgÁvÞ\ŸØŠ¸m·¶$nÁ -Š4*@ÓÀ­}UGÖP‚©ší^m€€cÿÇ% –õU ÍbLeWÄ)h,"è± ÷#Äýþó 0–.xVEés¯Qø}g䥙íH®’(I}¹‘É!œÚ(7lOUÔ3¢Y¶¨sÕ°tï -ž·ÉÉ=ø9v¤¼;3Ò(×?ëÈ2"`³½±¹†áÐz‡—Á˜…ñ2š™±YwzJŠL3¼à¼Ø4 -šÁ•Ç™­•¼Ðœ!Î)Î"ò*²FØF_š¤Mºæä’7Ô­*j—µ“;Ç:]­rè<ÎÛ‘i1~Œ› =[¡(êE#Œ óâ H3¹7€ÐÀØ« ÷iÿ^©Ê?ÃÕ`Ùi({ŠAÂÅ«V¼ÏÍLÑö×nÚð¼Â‰ºcxP·yµ®{^Ð.™Dô+UÀŸÍ¢](«´ˆ—rŠõ J†©ò€ˆûR°¤‡w¸¨EDéìÞxd=Nè¤.i&%Q•O+ºöVºœd5;ú1a¯$ iÐN³)BÜ©@üe„'±ý¨Ð2—‰S6FÔNw  ÆÎ)fÀ¼•oѽË6 "Bì’·KÙ=}¦Iä¹E7_ˆÔë¦G«Ì -6×\5”£¶pyX“ÈØdcª*´ýJTÅU4©î—À1JDAípÕMØ®Ç#BÚØïþö„A÷²âÓFî|È­ÌàÜ}¨è騈çXW™'¬ún;ì¸G¯Ö$´ÓŸÛž-L¡lÝÖÁ\­ôön/ž-ß>þ©¡n¡÷­xî­æ„w£ÛWnkôÇì0ó[Ì(ó˜±îØ>C'[×?)Tˆlñ²ãRDÃ“ŽˆSLjG€;Q¸I€…µ˜|Šn[–«)â<±îª8Ì̵[Á]#\T¤Îd‡õHXwKRwƤüË{r;˜NLô®š±öV5 6zíBùiúžÕ–ˆ”¦:@ú -Þƒ—§YR·hÅ™å&÷5;'Á«XW˜®BˆØqŠÝo¢ãJÈ2\/)\Ë4)[ðÚ0*ò™kò7f,P”.ưgæ»zòWû«­ ­«Ñăò¢"Ñx3^® #‹pÎWMG¦ì?“jÜ£ÙT'fë %°Òਠ/¨¸×Ÿ@B±ÖÈ]µ»²6R¢³Â5ñ¤0óËGÚh/Ÿáê¬ [%À¦ŒWÁ Ø´D›€‹JÆi`¸W±)@©Téze]Ô<‰ylK.½Š£D0 -, -xõÞÂxŸÝÞ„ © Ÿ¸’!Ð<#]0šv¼ŽÄ´Znžá†[ÕÖ4ÅÈ)¡W Èõ"‚ùµ@Ó¬àÖ‘8šmµ¬ £=WTŽÇÒá½@ñŒŒ<[ ë*Ö¦y1’šÊxWß7Ÿ„}ç e‹ìµK‰ig=:7xŒ\pã[$Hh¥¼ýKŽÇhڳ˲ëbMǶ²íTþ%LT©¼OÉÍ–~ œt;ޱœîH—Š›âá³û@8œ¬‚¯†ÓºRïšô …®êxo4N-ü–»|-)šQ­–Œ©‚ó"6»°i“È‚³¥»÷‡ÛkÉä±=¥"@¼}Ù ¾>l›–Ü·’ܘ£‚³¯Sc wMÉ\c¥Ü>mŠ ÊÎe]8W¹\¤VÅ0ÂoØ3ú‘œûÖW5ƒ´#3gLY“FîŠÉß hWíáeËh[ö*ÍZWˆÔ°¼¶Yp¤F”±¹}`C±›Ñ̵TÀà^Kê4Ö–¤Á­Ñ3u¸€½x{Æ*ÖMÀ:N)3‡¾87r¼\SNV(‰N<äJÍ›u–¥÷ms™YŠ0¦á:zÃñV˳!jÔ饥aöF·ì(ÑšáµÛê¥p'O>¶ÑHH§îÊxY”†!f}¾÷ó(lSž±ê²a«É­-"I `n´ß -xÕú»i~ÄÑ «ËÉK¶:#¹r4<Çöð®" -J.’ÈçüÝ©+p@EhcZS¤ú÷RØÞUjVç^„‹³U/FëpìË™Oet¿À¤¾ÇŒõE]ԥܮ 𡩪¼HÌÍ(CsB@Ò ãÛôyÕ€ MûvS«Â3Õ¡V¡JEG9š°Y/€& n:f'nv鉺Šär‡u)IŒƉÈP‰Õp†ã×¥AKˆKýŒÆø÷ÖàMì=ä †l¦‹!Z»ÀUÁ”ȨKÞE(äž:õájŠ˜ûœ·ËgË'¨'‘õV] "#Os ÙQ³µŠNa¸~Ý0µ„yËƉXb Ä=$«ÈÄÕ-\‰*xÁõtÍÉ«%ê='¢CeÇΚŽòIÝQç -vKË.‚V)gÒá:½ -@;oÞ‚ Ï{ÌŘ^[’ ßÔᘀÕr 5± û¶.Ö'yñH§À?ýlX~~ä§P÷ œáhæDh¯Ò»±Ðc‘a0ÕõS&AJu¬ÆþåíÁs[zG¬þ°5\´Z=˜Lº—¼i¤‹8 XÑ÷öÁÝ -})YqÂaä#¹T\VØ*ŠÝŠ“´2e€Œ¶”Qø`‘…!4ë¬K„ÌHŒ~ÎñÙº+2Ι*–rÆÆœiÓ\ìØë˜e„›yEܽv*ÃIAT?‘£í1¯bª¬ãÊ-'-5 ÿél 9ZÂõ"¶Zu<ÕÐLb‡G:•w gia›Þ½]‹×ëIE¯¥àuƒ¶W¼d‹ê7´$¦§Ž©G_§–¢ 4^t)üHŠ`C2¿›úUPWœÇËA· òËIgf=ŽŽdsYŽšW¹”Y‹…‰¹{P:áa­9|4õ«4;\åELkÃ3 ˜ºÍ¹=@å|xUœ$Vè!7E¿çåvI_;|sò­Ägõt“IÝ¢Šºr8Êè°‡Ü<1ó™nå8Ìjàa]¼º5Â>é¥÷ÐÞÂñ×ášao:Iq¥ÁxŽ4îô·FÕØ¬Ä \ƒø~Òæô·…å¿ß5ìD -ˆï•ʨvà­T]¹Òœ°’lVq´ðV½yN©íeªÁbTíêŠëR*%Ñ™Ì'±{ìqc8µûñ¾‚ܰ#¢hIxUš2pÑ•5;k6µ¸íøœDòiؾj¬€#Rn¸dbi4[3«|;ÒCÔp@)h¼ùv—X,ÿŽû,Gl¸gVgn0E\„Ò´8a¾Oö1çmÑÑ-;k¢‚A#½L‡ï|~·jâéÓªyGÍ~'ÖæAtsÄbsQÙén¿‚”¸¬÷Lé+h9‚{¼R0½ŒêŠˆ¼YäÛÇÞs>qH˜ÅÌ%,á¾Eý¹\ÔÉú¤Ð2:Æ­‹ål„E§à4çJÕ+8°M4ÑiMXO‰Vwdå”ú$N¤ýœek¡8ÛØGÁ•3 ‘uFmA§K¦±=³Y§Î9öÆ…ÍL‹Ê‰øœxBœÍç -²ií]›meÍö¹‘S‘E_Ïm2áx_LѶté±d#Ð8T°Ý­î^aáõ1顨À^ ,¼h¯ý1'ïœì;£+»ZÏþ"[ËÒä@sã¢4¬‚][’mÒK¬P¶½µÉQø* 8ó´Û’ydˆƒ›Ú¨W@˜ùœ×gvO†™»š5í¿Iµ-Ó^¨ÍÙ÷œÄg>mY½¨ëJØ¡ÐHIN­:¥2`dE'ŠT•É~Ü--|Pl<£azÅ­IP@ø†˜ÔÙiÉz?æÔðI2g* »UG•ÁžÃsôagEëµtúe]í9é4Ñ‘†Ê¶æao—¥rÛ_ŽÄÔí×îðKì¼ó?²E?®[ò¬ ƒÉ¤XÞûh‹:u=t†ØÎèëÆæ‡0­5up½sºMNÑÙ^ÑB2ÓîAò7Ê×½%#<|OœqÎI±¢‹–©X÷ -£µJÐÒ[íÈI=’åÁXCõ9‡ì(¡0³¬ÜÀÑZ%|4Rä®Ó<ѬñRY Pƒð•ñ*A#ÐÐOòì/bØgÛì®{v'Î}7”q’§Û×'Öðºô\ {qzt:Z‡«3—Ò¨„PÆšÛt¯Ï¾Ü®˜„Df]ÊW ¨Rò:\åE¸xÖÅ9”š&Ñþ^‰M}é½›âV~èTð Øá ŠW¸¬ó´ûSà¤à•­-\`Dêx°w)i£È^ßÕˆSygLé’ÈŠW‘¥U;^>?bºMYÂk»Xƒ¨;»W³ëHÐÜŒ—:h,+ ïÐÅT-µJ~"Þ- ‡Ž$²r ·šcA­²”]ÕÙàˆx'xjY».ζœK1J9Šq© pøŽåC^M°¡’âÚŒ´êP·f©†Oé4/L£ÖÒ8þç±,d¯Ál7“ŽèØ6lÄK@e¢i¤ -A[Dþâñb[Ù¢'6^MQ HÙèÿ‰-ú¶>\%<þVRø/Y/ïÌ^am"(ùx±u‰ -'•ðl¤`,x²gÌ®ð!ùdb<¥,¿¹’¾eØ.Äm·ê*3ªk¯s5‚ãD°øIÏòþíåæ#Ù#¼S`ŽŒæ6:ä„d¹éӛȑR°(kí†î©ø´;.éDªš] vdÅ÷wìø*·º8a¾m×j¥Ñ*!dvè]ô"l}Àmäѵ.®*¯ÕFÇRN«Wc®³M½a0²ŠÕÉ>ò>–p²„ö%œnO7¨Û»±F9‚Px»„Ê,‘$óq¸¢±Ž ß§¼VˆÞÕ…:{SmZÞl#¤½ƒ¶Ø‰»âªÑ´±.f¾’®DþŠÆàŠ8l¥UA?r£©ÓW`ÔüžS%ªÑe_ìš}:Çâª3#²ª‚ö/Ç«àQLµ/s23Æä¶ý†ï²Ðì Ë'˜Xƒ$á‚÷¨S´CÄ@aG`i«£Ù÷•æEô9Uz>³U/Í¥XZÌ÷cê]Àv{Ë#Ã_?˜VÓñ¶¿bµ’ÿhå_¼wÜ©l’tÛš™Xã ŠZWí2h•uSñn`#FçP΢¸œÉ}9q¯À¹o¬þ_]ªL«¨øæÏŒ@ièl™.gÚmWKæªu ‘£‡¾nÒ‚tQxÊt¸8F«NŽÆæû‰âNÒ¡C"`«»¼p6T´çhñã'…æÍc­Î°v Y§¨Ä‘«áQð2/²«9`ç?˜Îd—K¹Iâˆ4 _<ôHæ×Û;qüšá^›]ç=ädÞ]§•§Ñ~²0Ý9™‹­€’¢ÿŠE¦’‘¤˜Œª$Lfíš| d”Ï ögÇðÚ^ö±f‚޲—^eÔîÄL4ÿA“#™À ðºP¿X+[¯/¸JÒÇI‘Z;Ey•É=Ûqg…÷ 4N‚º¤T³UjOldbÖpí¶&ŠÖm$#5вê3êêpç•óAˆáÄ願׉8˜ Õ/NqIàºuÊØÊá¦JýÈiσÅVέ¤ÓŽ.:¡AU¨RËáºó¸õ`áÖCÑö˜ ±†kihÈÛ»0ð¾ÒÊAºžu<Œ¤’£E³Õ¦NS22 ޏKÍ·¯ºkˆ¶ºNþÁŒdº -q›GáÂuH§~UÀHë@é~Š'šƒ#Z“X´e&p×iy‘þÊ3-ëÀ(ÞC—žeµ ™™âv¢Iâ’°¯8‰º†ä|[q7Fš|2 ùó}HxÚ÷¯¨ß¸ÌŽ×òcJo•ö½ ±¢zÖ%{ïÁU(§bÁXHœ{ˆ´×Q®ls÷(Ø>¸·àj ýHæqNÙª‹xÑ…ò¾ÙÚ\f§¥K %V»ÞñÂ|oª k˜ôEÁàßÿfLåK -©µYÀAC]êêÌ@Ñ‘{I îä@ŒÝzÇKÕ."üí];–ŠŽ:Ý ‹¤ƒÞõPˆO!.Á±Â|ÂOÎÄÙÎë­êß1N„O¤xÀóv7á©âÖÿˆ -¾+·žµ/$b ËÊŠŒ„aäïs£Ç‹–,=+†M ×úÓ¢EÉ– ×{)A¤wï³s3à X`$ª¢T`Î[5ÝO#ÚÚ&¶Ò³z7ÙÎWöׯ֪Y䔊“Ü ¦ƒ`­Ë”o$p5=WܱþìXv;ÓnÛʼMZy*yA“à ¯SK‚ʵùX'6ßÁäé­º›]/»uš¥‹[®[/r³dNØ'8”Y@ NÜœ’°ì¼-`^>~½áj§b:M' \c¨•÷&¡÷qè–¾\ ÂfxÂ{Ÿ_ñ¢PTÔDŒ5ÅË÷®®ˆN¯M>Ó\a1nJãìÏéN65+VËïEéê€Êa]÷ü]c”as TܶjhMD»ZþÁ6”<ÍQó ÷Žý÷bkP-_ìûA²Ƨµñn(Ô14Ëøe³$Ïÿ2`Îï˜Þd뜜–—GŸ2"W(/Ì“R±î\Ã1°Ïkrš¶u¸Â8{Ä–7cœÉ2o¡ß©Ë´>'€ˆ -úªÜ蘭ÔE` ê~z&&¼K‹õ•Ärâ±<'‚í´yÊ«ô‰ÜÁgˆ)x°oQlwcagùçv;Æz‘æ•+Šw¬ÍÚ©º+}1;FîãpL«Í\­í’<Êp9`Â7q¶»AåÔ£½U5ε÷€G3÷>IOW\¸ÿª¸1›R½B‡Ç¸áŽb&æÕLK° ó)žRžj!·±‘:í¥où~DuÓ¼n®Õœ°Ëûp³Ç%ln÷¸ÕFÝC—B©"íÊÆ#H×dd:/שtÆKFá*a¥S­·¢p56RÑæà#>1Tœ·JEãy7c˜Ö ع¯g§Ø_EŒ¡,êËÇ)%|Iž@»e«¶?¯0æÝtµ¹‹_R´g-ßtLvíI‹}äªH‚í‡+ÊÓ;uGÅ/ÙÊÊŽíHNͳæåê·Ö¹ƒB˜y£­–ýHl÷Ï[AªÝ¸¬ï*ÙEçã™PîNQΧ;v»îÁZ˜ü¤º9Æ„ãÑtœrõØæÞœ­{Z -U¸”a†rd+­²Ë§Úà%zñ¨aÜgX”—öár3Þ mjCDYZ´jÚ+zÓÇ¢­Lê™îÊQ§ÊØ p!IÓ°ÉS‘&¯ŽÔ±\#“póJ{`è¦{Ü NE”êà†–ÝÓa#ÆDå ->bÐrÆø&óΉ çÖ(í»ŒŒÊK°±s‘§Vjàq°*æ*dXâ“ÁÇÉGè¨ëŽ¢°M]›×ní×,ÞÑámTek> ¯ZŽ«òŽeI -<§í*,×6ã‰?@du°ÒÖ"t[š7¹˜,g.ö .(DNœl0Œ -Tþ€½äy3™ -ÉYHy¶kpp£c+YãM³»:ÕJŽt -ŽXØøÃuÅdD{÷Øc36ŠgF6“Ønq“HZ“Xb}ƒ/Ü€ÀZç^EÔñPí¤¢V‘¶+ ƒ!,×98|©aS˨¶Q—°5{ær©Šª‚‰Ý£L\¾á¢ŠudrÂ^$¬$ÿŠú½âP;‚ïú‡ÎSŽÂö+Èh%£®!Q;j‹Æ‰n„ÛÕËdÂVõÈÚîÛ†DôøâræœRSat—h*á†u±Zzž-óÎÊ­Ä„ Íxá\dPR¤îG¾Ð«'œºÕº<®í”î*–@ùîðNž¦æ=®b±&"vèf=8õ°v~ÒJŽab9h9ë¹ð9ʳd -]‰;S›!ØÒÑðö©¿ÞIׄ;ìĤR¥ ºK7åÕ´¨÷h5†÷TÀ@§…8£\P~‹ŽÎÓy¼¹'ß+Ÿùàÿ}ôÒÉøÛ>ýÇ¿þë鯷?åéóûÛÏß¾=Þ~~ùËÿ÷û/?ó§¿½>~üöó3¾íéåýóóÏ߯{úÇ¿|ý«ï¿¼<ÿ.ÄläÅïúYŸ¾<Þ~úöç?~‘+”¿ÊÓëãË·ÏoŸž¿–‰ïäÅÃñSžž¿~|ùÔõéýåËãǩӲréÅïyïäw9~üw¾I“ð?ïéóó_¾}ÿõù§Ï¿’—çg?¼ó7~Ó—oŸÿýøù4ü?>~}~y¼}þÖ視§oúêñúüòø­~âûÇsŸ%NûŸ|úæý§îoöòéß/SÙ¥û_ðòíWOß?Ÿ~~ûÜ~ùtÍÙ_|úæ—×çÇÿÿúxyÿx}¼ý|ÙúîŒù×ðùzóÿœO¼+—?ó.¿<Ñ—­ÍÏæÖßüñxÿxyüé+˜yï÷ÈH™‘ýóûÝÓ?ÏKÉžn?Š-Pç±0jU°ïäÿ÷@¡õ+W_eq€Õl¤ÌJñ?Ÿ½¤V nc“èÄ=8¸MbÒºn<þü3Õ–ÃßÙ#Uì±MSy³u>E®³¿dN¦“qåG¨3aÖ¿Ó_>¹ÃEéP½RÝdðW‘na{Å2ݼ…=LÜþJ¢fxfó|v“c^,ZNÅÛrÉ -§ÜywKéÆ1ÈÃsÊ&9ö;¹Æ‚¨z×{¢LäNkv¨ØØ¦BC…÷5%·e=·wâ]Õ!Ü(:zN,Sî­‰°¶¼ÛåÃÝÚâÝnÔ† -eªiÆw-Ï{ÞânηÛýŸ±9v|D{eœ¥]?ÕÛ]ìIE× xñûª -¤ó÷˜ðšë")…ÍgA„Û,}a¦•ƒ· …nïÛßfü#×EÇR@¡\TBÒ[ak#%ú§U\»(ìÈNÜta°Øµ»;“Û iÎOi7ãè-.:ç¬>M›B‰Î-™zh{€×¬I«Û•–a‡ÎòAiønV<;JlUŽV7È#Ñ#/óž›»¹u“*ï ЊK«ä†3Ú6,¬ü±ÆçÙ1:w ®"è÷šs6–Ôs y’ètr]Õå:XùÆ-ÄUƒŠ©ß᫺CEY¦×p¾ýkìº>^û^*јÞó:j\æîâ®Få§ =p¬Ã&ÜÇ« ëС“i73î•«ªZ3eóVꨈ¤®p¤`™f‡ÜiJ‘†ºž‚ÒÉêòo"Ýý˜Éžh²ƒå[HÚÄ'ËõZÏAn¸9®"¡ØÍ´¿Î» ¶ýääA<é>Vd3Åh­Äˆˆ+Îæ‰ëÐâ>ÑŠ:^W±ÂîT¢W‰n¼87ÿÂÀÿ½kÑ–û‹­f5ÍÑ>4Cu²mÈl¦U%p£öAUƒÆ×Œxѕɭ#:M§Ã! -éîDª*Y%ÝiwËÒ¤ûþ·HÂm*î -eH8sÙAÕòÚ±~]BüÎÿ›»¤{7ŸÂÅGy²Ð@Ÿ,:ˆ~$g†ÀÇ - Svãõ§`OÆo}G*ÎÖpvòëN´7Erî 7ÓŠ•!M;‘ZíñE6ÛŠ¬! AÂ…µÐLÆ¡™Ïë€4Õˆ¢]EgÚQÚcÝ%wl.ÎZd·fÌ–¿À¢ÔòW5U<6ÓöÂaØM«L½aŒæéüo_éìDZ8ÉÆ–D¯ã -#¸‡R¶ó½4-7Ê3^!ãmמ‘Ùuˆªìhä{e‘äX±ÀEh•šË,¡à‹xP'ÝÈ1Û†dF+ûdû9™Æºñã¬ôÜk@WØé°\Qi¬œˆ.ôR#.Q>‘w -˜‰cÇlßËwVþCŽtâØŠ·ùìmÊrQÖÒ„wc÷@Øu„.cv5l¶HÄM—8zc¹êUÔê°† -{R’|£C°ÊHu7vTžÖg=Ãn!À¥!–¤¿*d/·”Øø5yRº•;•†´|'Õè$°ñ66`_÷Œ›Á{¦ gå9܇³^9|ó“/'5²µð®ëäR^Š™O,k† -¡lk$ˆAþX ò¦|™=呜k±©+Cjø*4Se3,v>Ù™Â&Ü&µ‡p‹øÔ»k`Ð}ŒªèÎÉúyŠ„ó6ʼn0ºðbú¨ñÏγ ô+º#öÖÔÜÔ£ÖÁÔj ðCê޲³#Ö›74݉bÍË•`’;VeþP6 1ÍQúúÆÙÓÜKÇ{J­=¥3w=­1Ž“p‰âÍf¡†«—@vE¼Çb\¨­¡¢]°g— b¿;HéÊihFËxóÌdY^9¤÷T˜Ø*äZêö÷ømØMÉJ¡q|ã#0Ýù%0&•²§X‹Øô® ƒ¥§ ·{ç …©Fvj¡Tœ‡;˜:*M`Ô.÷„êï#ÐêÛpZ³:T©PöTJùˆG¹»AwÆf6=Óßðy´Û]ÆiLI«ï‡2 yÖjüŠŒ¢SqÙ±/ç”±¸ÜÝá{ënºÙ®œ—N£6Ã(—]¹h.곋©È±|ŠŠÞ¦ ™Dd¦4íjKv@ed^ L T7v*ÌÍŠÕàUZ·„<Ê;ª6ÁÚ§^uU,”þÔupbØBuÙÑÎûƒ- ÎÙVx˜lTï :§¼¼uW3v¤I«ce6S4ÝËΈã*)¶²%úŽÔÙ -“Ø!fƒ§ ÏÑ•d -úÉB´œTŠìJN©žÅ½ -šú÷cƒ‡"a t€ûU¡7FËP•Ö€u³^/Än×Le8œº8` -z̉^™Ûÿ¢º…NÉ€E:užÒm1%½9œ¶»s± ìÎ8èm\ã*5CyO-Ü/ƒçKº §%¸g8]Zõ„)ïL÷R"Òíû—±¥û(3S0m§R÷[Ÿˆïéÿéáü Ôö¦ú%¾œÃ6È•á±+æGcÕQ‡(Fc‡d¼’| -Ó8N²’X…®} —­w¡3—Ñ¡ª7>³³P‘ô숳ƼÂ:MO¶c™œTo²£_ß2áÁ5¬ÃÄ;b©GûvéKåÇã@€lTŠÖØB@c祰C wD…Wü7 º—冽1àq… oDŦ,q9ÿîÒ^H)‹³xª(»™E͸Uy—“Ö¬<§r2ÕtsÎŒ]yTE…ø2Ó¡;þ>2n†³!è³wSCfˆ‚TÅ‹Á#ë &tÞ^HÉŽcÝ»õÊXXÚgˆ§Ã ¡u!ÀDaiQ†¸þ©ö$£ÊÊ/åXy`º“É{bí%r7Ó2*35¶ìªà¶ÑyY¯€¡·PŒ=Ã÷J!꬈`*ÚŠ©wǙܞ'aÔ"}L¬>VZð3ÿ65£:á’ykäæ(j*ÛÆ¤åM—êÑš®ý*6¸H?!´FkÓ'Wó÷¢àBýÿ¢ÚRÄ+~ŠW%¯Þÿü,Ÿz™—%,\-²Œ¤FÒ Ö í°œ3Õ{fÎѰ^60Ù­ªºD·DtKĺMF²ŒVa 0v:?GùM:ï3ïû¡ÑÑW~¶({“̼üÚ{ãº@f$Ú]*ÐB’ÐMëê½b0Ñ;5F™;gËÙé -üÝÒlÐþï“XMëå^u6â -÷ÊŽÅQé¢NÔENZ)Ý£`½…ÙcA·ŒC²½¹ñ1oŽ7Ö¦kµ ɵV~èÒø{¶xªo†u­ûÚ|0bNZÁëá®¶¶—ˆ+¿«ä©Öв¶™Ü9¡ç;tGÖE$MýîM¢>³m¢ŠƒªþIµ§Síq˜Õ ‚Cw–FM}½ÇqŠ:ggM0WQðZîe—èîEòµЯ³P_v *{ÅûlÒé-ì T·‡Ðá¶&kÅÇT¾Gæå±`!€*$L¾IWsóÉû³¡Òü9¥×kpé!9õNt3{"\'¾ºœ§iULêj£å5âX+?†îË:*G|\Q…¥À’sºÒˆËÔ5wêóµüØ}1€±PÛlTõóá{‰#CÁu÷MpœŒzôkÞ¾ø3M Í%[m­¦ñEg²¨^йfC÷ xç ù†ìŒEuú¥_í̶QÂãÑVà=òºØýp4\Ò™=k:ßZc­î1íÞ‘ -ž‰í -ÊÓqÓ©ÈZ:ª|fì}l&™ññ¦Ü½gÊÅb<â1Þ½.õw“,Qêõ oöùô] -ø]dÓñc‹Ø†Fß=ºwÊwˆ‹«ë¾Q¸ò¼î×½âÇ Èà°\f%†kb›õ„Ú´¼û*ŠŸ9Ž Ì¼\Tµ8ÍµŠ‘ ×cƒO÷¼=/`bz&ö.Õb0“7‡Ü)N™NýlÒ)¾0"õ†âu¼ÖžH*Ã0¯çܺV8{4mOo×¥ -ax}4ÐD ¿o®f«~ÓMd£Në ;ç]¬í¤Ã]êÌÉ=…å]¡Ù&Épl} éè³(“6.Þô¡“mj†+å‡\»¸¯t›u96º:ëæü=áYj{ÆšÈöÅÈr.´]…­áѦ¥‹¹¯]}}ç6é-YÉVÁ]Z¤¹B<}-±JyÜSçôqꛆšJ”WÉè -¢8ï -‰”\M^ª8àžU³åžàøGñHcé쌹é§ÑcGÌIj"@zç±›Ñ^våâé4¶9.Ÿbú9i?9¼!·t9'æø’¤= <3Î(]N+ÄtïOT9 ½7_¤Ü ò:É¥Ü[cVw¯é…fn§•fÂy»¸„¿q;ï6&Õs3½þÑ<¦òe4¯cÍÌž†3μj‹l”¯¶¼Fz*m‚æ»5üŽ_OuÜÛQCêf¢yûͺo ‡ÎœÉߌ”Wñö˜(VjÜÝÔ¾¹l¶±¤3DºìÒ@pÑ-sé¥}~r>Áìð;x7³ÃŸ¤fƼWu¯ÞL·£ÞËX$Aàžˆq£ÿ6ö¡ils]ÎÖÜnš¾£)Тg;¼H[BÙqe…7„fy°ú#àó×›“^†©ºÞ4q’Éù;MTo΢à)ÙÌSB‹ Ýé\}v½ðÿÝC^ZLýU/~ç—±ÕPSÊë÷â¾ÔÔôÒ ´»í×èŸ-Õ¨+â%Ü"%ȟᘠ->\SeY,Ó›"êBµß¦ãíí A¬5çÀ[…Ð|VˆîÛØýýËn9 YÌðXäÕóé• ó¾K7º%®lÞ¾¢ê2Ä­Õ¬”ÓõÝ4÷\[¢cÛ(ªÙÂLžÄvŽ˜åœ=Ê MPÊD§§™Ó÷äùMlp#ŸÿÞ>çÌI–U[âáü%²w6gxÛ6ÖæžWEÕÇ÷P l/y&öùvò¦µ2ØXr´9 -ŒÁb'ƒw몙=³å|W¢)!hêŒ,Ñt™z\Qõ‘BzÓ ð‰-¶ìÌI¬p­Å¶Ž‡ïÖáƒÎs¿Â·ÂomËîÔPk¾«ž+ƨxEL²R3¹“ëªìQ!?òÈ¡dd v±Md;ãåcY÷C¥Aè›îw˜ÛYå{¶ÍðE`lœ¸u½qر¼ÉY7J#³ØP¦?ÅÙþ­:<½¾ªë¶"ª†EÕ®ÌFÅ—õ¢½ëðå§u È“é ÄÕ<ÞóÄJÚËMfâ&癃lC§]ùp©¦A®³êÍ -‘M‹š·Ø¶÷få|.²f.Òö½"6Ï›ÿöa®Ýà,>Jî`óig¶»tľª–°ÂòÍ ;—¿[ë ëRM`êl­ê´L«¨ä̸S! -++_‰ô}ˆàÎ'Q_¢~ºIüÊ'Ì×y³±s¯CO7Žãñ7oæÌad·¸2×RþÒ¸·íÖa˜í¶ºŒëÚ ÖÈv펿{³çö¨Vø"âK†õ¨µìUQ·°m¿JŒ™¶½>ˆRV0 7šñw%¯·ºÖ&€·OÖ­9†Î]ªƒvïµ›ÑÑÚ!D]¾)PŠ Ø–òøeµÃÒ$í|€3*~–9ØHÒß=‡õZŽàuè-‘ä̬âe^T•#jܤºù8xXæ6ÅÕÚ©ŠGîÆ€V¥ji0,ä½Cw—SVÝÂM{Iþ1Aáš”‡Ëߥæ‰l.àôëDéz'ýu^Ë“›!Þ#g®Nú!…öª½±‘ö{©VNo¸Û9RÓ´šUª^'CÕeç®ÒŒÓ3SV|Ï8·/:ü@;pÆÇøZàÖð¹‰98’¡¦ÿìÂ5{ü -|¦,?ÿÙæ,ïzHèS^ì.‘Épõæ\¸ƒa”np«ñÐcz¨Ä[¯æ÷?.X'y(hÍx2ߌIjêê÷I7†JÜÌœTaõ8ÉG3ÝX©syriV¿;þ™7–š™¬?/–ŽqŽ—\¢ -óˆóº æÝá -¬ŠhþJì>ÍÂk0kgÁ·AÀçk©6œ«kwz…־媺®æÜ»‡ÐE°»·Š–JÒ€ÁëYÃlö÷ !²ô»XÈwyÔÊ‚ÁF¤&¬ªî(¾È,/›P£¹©Ä`¬Õ=ÆÌ¸Ó—ÒøB¸(DAØÈËÙdsÿ^êÂQp›½…Ìí&äöµ(/ ÑÄÖM¢7=Ó»­ª÷þÓ㠦[9œ¼B2þ‘ôЫ¶¾GéÚN^îZµvÙØõwæ-2Zð×g,¯ü©eiçõì˜`÷m–û"yÛ+û?“Ûð:TeÙ{p_F X×ó» -*ÆZÙÎûÅ#ñÊ3ûœƒh®Û²×*^oÊ¡S% ¥WXë¬ãÝùE×T%6°UfæÁ’ÜÝÏ…•ýõ]œít½ØMlãœuÍèó1p‡T/Ö¯gùhŸÏAÄZÑé_†®Ûx•LÁ ŸgÌ£aÞÇs{<Ëß‘ã ú:.çðŒÜçïÚñ^Ýõ™'ïhF¶Oí˜dJwÆ­6±N;º^ïYa„j»õÝË^0уíúzÏßõØÿ¡ääWc·Ì~ì~(ûš¾&x}›íºPx„ÛgþJǹ¹Ç¹½Ûɦ`÷?s#µ4GϨ±.ü|©0MßrhÔÌæAúçP6kJ`„²äô׉".¼v‚{G´™“Ž”¬eìÜ }§N@ ñ¾ïõÉo;çC_¬Ë˜·ž«ã®=2Áï ®b€ìÛeš/ÿï×+ÙáGá6bnPø¢Yå.é—\Æ[ºš#kŸw+b-6#„6#NÆé¥ýZù1¡‡É<Ÿ–²ÒÄ wÖ_5ÓGwÌ -˘EÞ²ßχQ›ô±ÚëGìz#pøIüˆÆxÉ'•îrƒæßNs‰„–«u3=CqÊ‘9y2œYÚ£+€ÜA|mÖøÚç: »ÚçÛÚÕÚØQí[¤nÒÅ1øToBl[<˜†à¾Ã4zÄ^žTxÆßÕgï‚1™Ðëy/⹸o6¤Æ…*‚\ú‘,œ>/—+ÄB[y÷i¶W­Ò7½g9äc¬ž‚|9¼ƒò“šw€¤9Îóu#<Ž·¡ÂH®ÆÌsjƒU´¼ˆ0šjÛKÖ“ËCg¬] -ÁR»ªÁá,ŸôJ±u(—ƒÕXœ¤§a´,S·¡Î‘Bã½¾îÑé¡peG…Ô£²¯Ž!ð -ÍtÏ™—BÈ’mj³hl¹gÁïM¹%<»Á®3À‰>c£N+{<×Jµ×—)&É™([·Ø¤(Ðíçô#nõN?E?záÕ· ×AÊšk¯ˆ¬+×ÉbqàŠÑ,vÚo|>*hLÇàônÕÂ>¶»˜[e§Þ‹×#‰à X¤ý|#žh«'éWZÙ»]Ü]rµÆ>Ôìåuçæy +±Ðp©p©·d ŠI;©Œ5Ž÷nŸÅv…—Xíôå}óµãlˆª§gÀ©}êN«á±vl“‡íZªx ?#—=–z!Ô‡ïLÃa»V¸'WŒîOÞÙ­®ô}¤0ÎçÖ½>/l½žJ²O {-ö›Q­wr­ ŠQ‘5·§è¥sgÝèyq»X؇íWÆDgùÉÎFžŠ¯âÕDÖê<éÁ½]ˆŒÂ{x÷£©n>+¯r»u½(iê÷M2VŠ?Elë&¢÷-üåu}±,2uºuÂðÝÈw6{^¿VyLêr-œÑ½ÄÈ»ñž"­Öà á-/YN²ºZ¯ÛC{+t©úÍ—cW¯ ïì™wxçù´ fµ)¯G¶u„“(»ÿŠh»'zÓÝÒuµiM˜BVÞC7ÁX€î‰§¾ç¨BjŽ¡D G K{–Ä(IÅ-w¨Ó1bd·w\¹fæ=7QuofÂ+®ã»¦¶4ÅÆ—ÔÚ´¼ü p¶ˆ«,ƒwq_:¦DŽÛùfª-÷=_+áð -r?_·ËÚ“d³Yqå’ÕO¸¥¹d›M¤ÔáBU?ä:ÒCé¹®_UVÖeµŽ¾ƒÿô~žñ’ŽÝíÜãÄ}ÓÌãÔœ$ù%R|™•K:2²ëÔ9ç$ÑH#'‰É¸ï÷¶rfW ŸäRÒpI笩ž­1Ð4–Â,¢ó©ý§É·å)Ê"‡¶á÷AõÒ ,d}…4Úì,ï“\%;¹T^ö[d¿Æ -µ5%1Åç+ž\Kz(マ"ì*qWyoõ÷¬Š]ܳ&Ô,nFxmÛ¶®õàÛ×(y·§xô³¨ÞÍ{èïâ©ý™; Úo^l5Mªð+Isø<›:Œ¯å\žï—rßy=¯ÃÛ ¹Û‡÷½ìñu+wN¹ƒ¯s„Ø‹½§«NíxÛB›q'Sn9¿V÷˜z»®E1¢ !*Œ¤ëT¥9ᣨ?Ìýø­ØB4À௸kFpOí¦@½m ¶_Þú}bi -Gå6§p`ÒEÿ JÐ1û·»á µ¹ÁÒpœ÷¦‘ElŽðu º¬â¼áÎÞšh–zH•ß×õ\n‘†ûå6§vþAUŠ’D…×íÓ$Â5Õ7vQwgkoÚöæHÈÝ¡ˆµßxï@Rª!ËŒÕ~ÂîçÊìëJ(´)§Ý¡Qö_g¶l'ª‰¾OKèïc N¡æÖ'öj!4+u*»V÷—J~LgàPmcišáÃLïª/·¦ßÃ<*˜“×Ä y›0;'QwM¨ßˆ4p"üSwsÓË%Wo3µ,› Œ´ÎsàõÆë[Û§ÕŒFØã••þÅÙ¢oŒª}þZ£h_Æ×=ᢻjÑ2à TLœÞR˜­[^1Ôå<TSŸ1µí­ìÏŒ/éiYZð™ ³™Æ4¿s?Ïu ÜZ-¶‹rÏ%.6ó½˜û*A)–)N‘ór`Rm8•«2ÎÕÕ¹Šô–\ªÓâ9„­¾{_ÎìåÐíŒ4u™–[MOn£l'Ø{jlh/ÛU0@ëÑxy=Ãú‰nŸÜmœîY<(u°ª 4´W·Ö˲sÖ½Þ8¯¶Ä\’f¯l–ŽG£ Ö:Ö‰þc®¦šzFœ£‘x=BVþ]`Þlì}´7-g¿ž#[Î Y¢·”»rÒ+u/ÃþUlZ­ÕÏëû£¢©^oƘïèÊûFI4ü$õ¤¼úo)â!3ýIÔk´KºäZ\O4u—n.9(›ªës5ÕÎcU™:±×»]Ü»K·ápÔÌDÏz`ÏʈQ^Xc9éI®^VöµÀž„vúÿý¦Îïí ¿uæîñùœ»Y¢¢ÃˆÇD/.‰X)¹¼ñö=Î4¯–”!¡'ËG]œ>ºŠ˜­´ #£ðM;&6òiêX¥ªW3–šœ&ÏÙÍÓ$^I(oV{NJÐ}.K£TgMiš?_~oz[‚¤ÖL‚ôd½.ÂYÏï¢EyÚŠtÝk¨‡ °GŠÆïs×±óA»•çè9ø[®ävÞÁÌgË3:S¸-/S­×“íÑBÛ3=ϪÌã>ÿÙ ~X91—à`NfKK4weQJ ¾¹÷üm€ÏûùXîú×,rîk‹N•Štê´©¦ÎŒÑûÚåãùø® |à ]f¤êgÓ »>Öý¶S¼»ü•ãܽöƸ´uXO‹Â wuð+žÕ o£$ÑÜ?2­¸ü¤y§OSö%‡gßM08ÔØzwò¬É4¼÷s‡ÙM¶Y~’ã»\š |ê†è¯…â§"Ü -a¶O.<÷žPàüLòÖ½ÞX[ìô-Â}¼ÿΈn£ÔŒ·7¯ù©)ê^ ;s.Zïc(uƒÌJ‚Ó͔ӻ®N‰¾™WÂÃ¥·MûDtùµâ§©ûª !-Í!ï"3+ŽÒ¬gõKDø‚s….¿NŠ<ä8ŠfX¢±u‹ã;´ˆö·ðQéëÇ€µ")Ìó×ÝÙò{ãdÕöÄek1€ìšB.Æu÷-ª— ÆÃ; œ·QlrÔê—ê²@Üñç±G}eÿ¸¼ìŽªnÜu.ûm\¼qq®߸3ÎÐb«ôjņ€y1X÷Ìöš ‘€„“=p½ðŽÿ ýr |§†£ ªÑ…,ÒÌSï9õ&/•ÖóMg[#Û||w!rÈ¢K̆às?]6IˆåÑÑżª4£Ö¾+8YŠ ‡±ª§èWsh©¤ðuþ‹~ÁD7D'uV -”w·uY«ø½ñºåÎÖ2TãÏé¡‚s[/úúŸ¢<ÿª1Z÷$ ->0`A]PÆ*¬mê“47³×W0;(ÙÀ¤È¸³`©2~o|¾µ¦j:­å£h9sý'v' ŸÓ‰ðzÈ–¼6ÄáðȆÛ×iÁhxžuÚŸê¿yNÝÏÓóèFoú–…ŸÌ×uRëø¿ƒÔC®2ûHE9@Éy6H\A*OˆÒ,Òe>¿? ?‰-à<ÄFiéVX–Tì€NŒ.m«º>-êÖ}ªVŒ,9ü¶{zÖ²LšM' -}¸T9×7FæéET€ºvHªul7ºWóýžÛQá8¾ —׸ ¥Ãu%9º¹™ï:³³S´®nU¹'øñèNu½X+<¦ôk*6ˆ¹I¢1\BÚ|beû Ó>æ•—lÏXºb -éµZ”Z ÀáC®_ ܶ…’þ±ŽðG·C×—uQy­~¹ÇXnÝhül{ûöFslwÿ›¾·cG‰óxF®ŒkÅF»ƒ£ÒoIðà†3`´°tmGôûìÞSÞg"ÍÜÆãml2i/•S÷”Fc5‡Í^Ål®7¦Ãòö½3¹~Úƒƒò®z§ÒtÀ`ƒ« GŸ’°_ øyf¥mÉÕi¥ïßì«dÑJº”^+«ÑÞÖæEºvͤx^˜Æq4[äVÈ)”ìgȱˣI…‹NªQ2QÞBŠýf^Ÿ`ïDëwð¨ç[ÒrìwL±¿ù¦ÕnáC‚ãËN”žÔÌ÷·u^%z¾û–¤þÚ 2ÖÐB€èÐÇ${F¥Ú×㡙刯Øèy¶Mæ3,™å[QâZ›áyq}†kûÀgµeðÆd› öz/9S÷wî[–z¨I¬óÓ;H— uÎÍXHÂõyïïÇ-?1ß—¤à±°»W^Åæîbv_SNS¼§K²çPtüA·ÿJpŽ|žëûyqgêDÏ}‹S5wCsCu7Æhžbu¼¯Ùï9;®Q¾qüƒjÍ®(/¨¤ÛY¯Þöæþ RÜ•®kœ:å“b]$€‰@ôò™Ô›ÿ—Ã#oîÝ·@õpKè‰4¦”JCZÎPÜb°fßEz¥îÑÃÙ‡SìÛPQwÞÕµšµ«Þ -M±2Ð×ýoÑ;7cd×¢Bu ÒpF¤‚Eí(! Q?ô,ø½qÞ^j=ÀàÖþß«ê‰ø>F2¸éq€Ø&4Ýõ3¿Æœ]ý&,×ÊÎ~X¿ò ÙycªSü§|aNg5öjegoÚ}=͘Y{–D¦1Õ~M+Vkû÷-6R™U¥rÁOÄz|œüÂÌŠ÷üÝdéi! ‰9Ô2·8קĸÂ×¹_A»‘;A˜À´Ì:á ñcCR]ªæc:Û%®S›©S]öñ.}kÿÿŠezfOîA{„¤–±¶ê7ÅókL•FüëêXsnmÍ÷nƒÞl¢wˆ¤¹=1ñ¬ê\ª¦»]k'9­»ÛOU$¿wNçí›í£‹°ÓîÆtõâ/Ÿé7S+Y>¤Ùía­“¥ã÷b‰ÁY¥A‘zÅ´ý•y­ú1½r*@Р6¨^;Bßä8¯5+éñ.]_8¡øßš]IŠ­]ÁÅ ê ïb4öí•ÿ>²=è‘ö‰&:OŠ\¹§JÛVêÌ}÷Z\VNÊ +âÿ_D -»{iT½ÚismoKCQ\ÿ*q2mÂn`^Ü·»Oâ‘ÿ©ÔÝ¢v¢+ø:®jwM%ÉS¶1iÎõMÕê¶4é=„Ú1Êp‚¤Å2«Ï9 Tz̓ü6}?û‰¨Å:¼ë×]K4âÛ;7wlâ?Ó|ÕÈn£r=„m²»‹‡zE-äyÊÅ´îù†~djîl¬³¨kKϻےio0f|íq -Np¹Sô3Àí'-ô83Fû¡3“‹Á)îé -¯-Ùî[ó_KH\´‡½rÿ4¥Ž'ÓÔä?Oñ×Ö½ß4IÑÌkUÿFГp†3› ~Tx,”™QõúœÿÁS¢/Q¬ô2ëæ­°°RÐzò¥}Qâí¿9D -]gÏO±C!IÊ›h"bµ¸Ô7ì¡aVS^°Kíð¡êC¼ÎЮ‰‰ÁBgÎßkä«n DC6„$ÎJÍS¦=ÄGk.q’6}߯ûò¾<ÈûÚ`•™Æ%_áT3qýK¥<¦ÓW9JÁPHµc>ÏÏÜ\°™ò¸Oêš ?­N— -¶³ .ׂ^Î÷ œWc+éwû9ßå,óÝêF n‘šSá”LÛÔÚ.ÑȸXŒó›îPÃwÇw¢b¥*·ØöýèJX±zƒÚdæüÑo;Á>vD_òÎõòÖf’ð|§bØÅ‚&A+땽èT_¢j¸0 Çh*„¹/’õ.í›ñõ<cÍr‘JX};‹ÈΙysqÝT˜|]ZÁr=¼‘1jöY¹Æ¶V³v4Ó3¾›rð\÷~þLæFÔ5$;B—ëXï¿ kxÂ'W·Þ2Ys¬«;“;ú®<äf¡¯-”æÕcßãAÒžëû6¹æ0°x¿7ÚœºÝH®Ÿ»ÆS4µÑ­%ÄŽì^Ís©˜ƒ=ryë2i²n‡`Ûò}+XÏ{ -Œ }]œ”…r¾Os¬h6RðFMÞñã”æáöÞÊB­uåÎîþ¦[G¬«ÓrpЈ'Ø”wWjryë-3]îªÖù"ºÄë?ôi¾$Ÿ7VïcÇúùêÑɈP Öù¢7ß—Œ•ç Ë·Ò•]Ï~•nO•„»÷|í½›{ZŒp„ê0C·¾PæC®n dÇŽ²p‡žî5®‚v#D·ÜÜ™ånÌ2ÿ5ì«í ó">oÖ_7IoIˆ<§ã -ŽM…ív|©\áÝÖÝÙšïMí}–˜)w²U¬œoߺÃs—øÂ3Ûìs"„@yѹ£†ïz¤ÿbUoÝþVúhûäCû”¶_³dÇ’œj»TÔc˜A]åf.àKÅw»?#äXã;oP¾"âùÜÅ.ËýéÂ8Ø& ž_džp)ÉȬ3‰_l~3EïÜC“={£‰±N,µµ»½Öê.ïÈe­Û5Ú:8b§3ó°d†$[Vn«|ˆqXÍR ~T4QwöÜåÖÖä3{ò5ŒÐf6öÅvM¥îTF!õDíÙq©®a8CRçnI×¹‡rRXîî/¨G™´§û}éCLÚ¦þÿ#R“z4B‡Ïy["¾~V­ÁÚXìÌl˜uç.Ä> <ñÝÿ„‰—þO5³ÝëÔ¹µËbf+Œ#ÀŠÜj¡Êì5+KïQÝÊ•®´Ë«Lÿÿ¹0óá@ ”0t"èÈuÜ×ßSåÞeáº#q‰Ä -oƒÓJ®Î•­£Ö°û‰Þ1T†f—Ðþšé˜ac8¬ÃÕ´{&?ÑEÝÃÐÇÁ L¹ØlÊÛmË·”¿ê9ZÛ]ámƒ÷˜`ƒwÊM„¬qËûÔúCÜóàòáªË°:ÍZ,åµçÝóúûvôX6£Ø ôrh»gÍ…ýŒ½åP@føeL5û8òœÕÞé$3oÉõ,”5²ÄäØ"x•‡—«Š·½ÜðkÙ¹ë‹×ÃVÜË wï -æ#†¾­ó,%”û´•Z‘˜Ö¿M‡@ô»³Ðf`Ô;øõn,íå(·bÕi¬)>:¦õhbº5‚]mÓgÙxwÕ鉇!Ož§0:w ñÜO“Y½~à˜¦Ÿj…iÖ=·³­ÚgPpɆï¡Ç·vŸo¼guqÕa°Dn]Âu:¢õŸqj1mãJ]Yâš^[æòΫÎëŠØ -zúMºŸwŸ™ì0až*ËH£a‘âžÝΰá÷¢qqæØ÷4;´²“Ê |’h0¯Ðg]U‰–/:‡´6™”»BˆbÅ/~“+¾OIH-ód®‚ÒOÿ:èf7üÒ+ÖÍNçi/“R -Òô{’ªl¢µÔWáíón—`ѳ u ðú y£ wÊWî"£c6 ­CêŽòêàP”È¥'¦G“µTVQW=tä`oèr8" àQ™wqÅ‚Asù3jJ = #ëX‹•}ië.B9¶—l>ó€ûîÍëœi-!|…µb€ë5Êm"=D•ycVº_%Å´ì¾ ;tqcÍ^@š€âè¢Âqž^NÕ³nŒº¢c´>õ&éwà6…MM HOâãê—e_ÝÙó=Ö7ÌXþ¢'q[]k½Uúª¹çÙ¶ú³PXj®%DQÉ]ämY‹ÇQ¡ü]ka•²˜0‹üç&Z#fË2ˆ@‰¬~—ÜE+ˆÂ F¨³K -wX–OmI»c:boäek>—º•¸•–c÷Ìtú$Mê :¬PµVΣL žDüã¯15Çç]PÙп c”Ö3ºÙs>ìU6†°òöbÒåjPqí×b“%- UA2\î;+z á”’«p n96¹Ü_# ¤ù—˶síÁbeá]º¤00ijÆEStÈÌ#Ìè2’ç¾Éß=¥A¸¤žB‡ê£1;¢U@ý§Q.©Ø*(ÃcVÌéò¦É›·–îÔÚ#j›)¹Ðw€«ëFì5ôÈØÄ,3ÅgÂUÐfÏ¡xAuÛŠVesF_°ßIô¡6… -:ûü›‘QÃ#4ðiWN#0ü¦?QÇT§ãXãLô†¢ö§ËC(·«íEíÓ.a0ªÁS+_ç3iç3!ßÐ¥wÖ9¥ƒs¹@hcz¸Ø¸$0n#‡Ÿ „»ï¹÷¿o}F'çÓýÓ¿=ýÃí[<}ÿüøzýx||=þø?þz}ÖÄoxzûüþüõcþ¦§ÿúýõíõÇ×ǯOûÒÏz{øC×Fæ´:þúMß^¿^¿þökÿD#|†ÿOï—×çoÏ¿5 ÔfüãÏ~þíñòmúÛçÛËã§kéM}·6߀AX>÷ôÛ˶¯ûþüãõëyI3„Nœ<ëéûóÏ—×Ï??ÿúþ/þÙo?[éHÒ_ûôòúü‡Ç—š}ÓÏÇŸŸßß?÷‘|üš?>ÞŸßÿk¯þÿãg~]üÄiŸðƒ•wÕïÏ/yþõûëÇoßþøüýõíõëµx$jþú¿þú³¾ðöí¥šð…›ü¿ø o¯||{üõÇãû×óÇ÷GM¢4ù üéýù?ê{ÿüxûüñþøøÚ[~$cˆ¨t¦ÿ)_ÿߊïéF°0Ã{X&YÉá]prI5Xù ú•è+ õNÿ›~ÉäAÚî¸cý®·Ëw$ë’¬aÓ·î9ñNxWxרÒA¶ -¼Æw ønœDàTÝ $¤‚»1ØÙXt6Œ®Æ=ÿ] -ìl ¢³!t6 -FgcÐÙXt6Œ®ÆáŸ6˜èl ¢³!<Ÿ/œ(ÀK‡£Ñát8£»q@oÌ ”ü3Ýlø'ºE#‘×oøß{ QÜwœõoËòÁ]T¹s™¥w9P[ÄFÿ´3è§œ¡K¤«IÚæÆð׫Y–+ ¸a/¢,*k)’û®K´J¢©róåŽH¡#ÒœRŸq½I·‘†FKÍ'û¾g¿ÄÛµ\&Û«Ë«´½Bw뀷,î6°[ -ØŒŒ^»íÝì~Ýb·„³bæ·}¹ÛQèv4ºƒnÇ¢Ûat:ÿÜÁD·èvÝ¡ÛQèv4ºƒnÇ¢Ûat8îZéÝ ìv%êI~ÈûÒ$ÿkgëÂÙºq¶`­*b-¸&m{J·‡}äG üØY´ØH~Ï”NºHJrË‹Î|•¯ò”Tÿíù÷Yá³ýw(ÏzüÒH-—‹»×nÃjœ=*¥± âhwáDUÁáþ㌗<Ãç!Èhuž0¤ØÓ6:˜ºD¼|›Âª°m¯Á¶u## í>ì -dRPÑšT´óv·Š HÎÕZJárËël¾,XѦ<'ƒUhÁ‘W¤QÞ­0£]õ£‘>£Ú]•Ý0Í -™ve!ØÕ¥¢ÚÂè/[5 }‘Á1‚LUØÇE‡„r­sÞ«O N5T>ñ<ÀýGt$Lta`Ç´0¸«óσÓB©tV!b Tfæu¤ð -’®Š\÷[Ø…~aE,6Ô©ñ²¨£y¹j×ú…É&Û±bðQ"Icd©±É\ªÉÌ%0“] -L˜çm„p㮵?\Ä2¤’᳸" 0.É%qpú5"\ýÈ\0"£Ç æCÅfG(–èÅ@\܃/:qô@5:HeºDLu}‘wì{’¥¨rÊò²¶àʃ"Ò4 û’´ñýÒ¦<2_p Œäì¿ßZí™íh²!øY# ²…RÖÊeZŠ/¡1ÿ$ª/»“•)’è=ç‹L¿|Èö¸žäÐ(6Z,·75Rš©'¯¹ f¸+ûQ°âÕËö–ŠvÒQ”e[©ù™fSÍ)P"ËØ²þ$ZX¯ÊÓDx³ ­h-¥R°#v+ºôÑŒk[Kn+“[û2Ne.v9 [;d Y€6' N¼Ñ(r¹M>ÓöJ&“sVvVqÊZSÖŸ¡àÆÛ\U ×’ÛTª ¯ú‘{£®™Ë´Ü‰ùbvFtE§(i8l%Ø%ëävz¢{àD·6É:}TÌ©º?Æu§r­†ãáNãvC9™Cq´§u]é&0Êd>g݇À @yIz$¿›¥j3!• |^ E·’yœ.Ÿ*¢ðbƒÜûzjKÒ)CýÊLôèMµt1¡™ @ÁäìúRÖ2¯óçmcoø·o™*èÊ Þi—bI÷Zß /œdãŠàÎå6ùóÖ—;p›ùßFÜ­\šaöØÔZJ¥(]åQŒÜê’¢kñ†ÌpÎlÿ‹ÚéÑnV+èÚR­ ¦]AhÊv~Yv(*×™ëKÔxBpû‰ÃÝ3p}:é$mÇo°¤ñ §D`=æ‚lé¿ßç¿¿¾Ö¸ÕÉøï=zëãbÚdÀ¿·/xõO¯oþ›ž~<>¼=þîW^”ÇËS1A?q‚sª_ŠÜ.ŠYìQ£ŠÇ W¥Ú6º,sP´–"Ãv3DPœ ©½Ý-'•*÷пµfŽUœøwȸÈ"MÒMPþ„;ÚÛ*™öȺF¨ê:‘‡¿^£ƒš®ì2ÆXécÇÕ"C}'˜³ä‡îÙ´÷ƒVr9qVMkŠŽ+càö†îª\¤fá#žå5 o4”ÀQ¸cˆ2AÚˆßÍÐó‹îpal橾Ö'çø;7E7ÞL&U(ì‹4Òʘ1= öþ\Ö° -˜Ž /}RËŒRVèü1ö¸=*-´UCÔλ [Òº*DZBå¼¶YÅ ÷ÿ+TRæpueÏ+îHrÐfF ^u…/øµH«æµÕAôÀç•=Yã…œ†ínJk⹉uªC~åeÜ$æÔó&£\dz”šG$0îùÒš£Ôn)½FkÅÊÕôøXü<ä0&S|ìnJV¸ ¬æáúZV0I·r9G¼J`?wÚXÒwaâÉLˆ.ê„lØ®y~Ê™P£Ôè;d’øñißWY>ãÇç¯×¯×??¾ý,­VéØÑuÈ6T®×däíG3¼ÞÚ{oæC89*Ò/”LY•K¿ÂU•‡äa;)H·ö‘d‡¤2ã'ò”_µøC”E‹‘U2/s\J"»Ö¥[^É­SW•>‰ ŠX‘îì*§Ò‰¤Š½Èà½æÚk7ÂM0¹m>ƒ„ð>ù¢/jYFGkåU¼){#³;9²åSQq¨êTÌÜ#Ã`)ŒÌ[‹Wzs®¿à£SÅ×7å°1§TÅDÛÃöþ#ÁaÞÈþ‹Ÿ‰v,ÓC´Šž”KÉj³}Àe …>ª`Å„[³ÂÔÙeôíD§íÕëì7Sëˆ([eóΠïÎJ§åìµ¾üldL`æõ¥­Š9Ð -#IAÑÁ3Í]*#t¶/{nFÈa‰¸¬U‘™/ÂsbŠsB„)‡ -)ü°˜ãZ{îÂbãVîüª@#¢µZ•’ƒñ–˜ª£K2`¦Ç©«‹”B&ìжޱQ¥†² bŽ[—)×â­ŒVÝ_àÅ—HH¸$ˆn,â]t>`@æïó¨ª!¤‰—õE‚ ÐÁV3Ä!µyUf] -¸ò“YT!ói{Ð×*¥M9è‘®¡e.Sn,UÚåËhÔÛ‹¨czÍÙwŽET¯´æ«¶bŠEöåI”p$ØbN4=P‘–~5½)·pH²ÜJ¤â -,ŒÖ> -¹‰bäu˜ëQÆÀ„—;äP‡ ¸;ÍÜõ¯DFˆ­ÿDB| œö’J×B7š©:ìV×d*zÚ7B 8êœîº¦\àlâlÚàK¿¾f]“#¼,¤T#ôZçº6‹·ê`0“ÃÚÑÎRtK ¢S â“©àE€¨´Ä#•ᬯ×@M§k°7´Œ-$y9†êÝJr£°µOnòˆÒ.9Ó«k‹oE'z\¹ ÝÆ©êô!¾*7ÇÛP´ts¡cÞŠØŽÆU@G"9°Œzµˆ½«5SÍèK;ÀpÛÓ'‘ÄKTé%ò{”)î:vÑV#z‚n²UtvnÜT'öhã"Õ,ê6 5"(Ã#—ÔYfŒôFE.mDâ8n©Æ€µÌ e*@õ‘ÀŸY°ãždñÆUÕ»D«èYוmáÁÎ'u¯-ãØ¤ñŸ£öã{Ìc‰ƒu›«€ÛµAÊ×Q¶F¿…Ù”—D%:}rüÑbqˆ7Ã7dãõ÷US >¡[×U]\J:éáÁ ÷’ž‘Ø´¶‡M‹уã°n—O›j E>¥àð(^c©{gÞ)Ã'²=ÀIˆ8¨vå÷c²›SÚª–è¸R35’ð°Lù¨ZWØæ½Ë l¢ç&dœho…ì4ÌôåÀ^f"{íìLtÕrºG½ˆ,UhðH[•¾;dÅޙȹ¾Ëàý1;!qIƒ.³Ì¥_€p“P¹Ô`FÂPHœL¸a -Rv:ÉÝ&2Czå%G³Æ›7¿d~h«[¢Ž·» âŒON/Ú]n3Fm*ÌáÔ0}u‘j`½ÞšíbéUܧb|ëq˜Ú¥U¦¦GÖê*nîÊ,m­ò}`a½!ð;ðW‰ת•‹WîS¿K‘ùyLr÷Űö ‚·íD×Û)_ÉNÒ9U^‘Eįhy´T/t#ܪ&<¦l-ÓI±¸»cv[Mš\êq«î2Bjë©wÔÚ‘WÍbH—_Z¼,<˜ò.ý^ÞUˆ ²ªNñ´‡†¡vCù7Ü»ì‚.t]¤| /+øžît ž5`uÕǽhi­c‹q¬ËmEHVÒ‡š‚U#j ò^[ ဪÐÅ?Öéüj“ÝK½ ‘ˆ(/Ò®h˜nɃØ5kb'”îÙc6‡Ð ãåø¶š‹ †DDý7Óƒ¶”´Ú?~ʸîMÛ©Tº–/ÆICT®'nì=‡æ™Å7V ;ÌM«CÔÖ^¬í•‘Õ1ÈŽÎ|(Û˜ßrÊöjaØZ)ДÁÍZ“`ˆCô¢ÍE…²pE5xC°Nc­ÁPS+8O'ö-®‹Êй3¹Œ¡ôOßI¶ÎP&}wM­¦Á¬kkð4ÀMö ÉÜðA£±.'®˜åV5„·ùûèÌN¡Ò†Ôzª<ѽ¸ $7lÇ -niùCûî>Å`YCJ!)sP³,ƒK<³ŒCt\g0–`¸Eeìŵ9åí¸ë*íÐ×—€Ù¼ô†¾†€øg{ Õºœ¤Ì»•_8qƒi‰Ã˜ -) ^òƒ[X,ˆÌüÀ§¶+Å{L |Ô•ÒJÊ©‚W -¥Aš™m¨K$멪µe‹Y(`r¥5´Ï}ÔâŠÇ-ACŽ"vTDfk0ÌøüÎn—À¸—RÙâbWã@Lt"±`­ôÐ'ØÈ‰×·æ †ºÖ]y¹yijð4z¥³ŒãP5}c¹3ðc÷U¬Ñ¡34|€‘Š0ÐJMn=Lß¼‚}hV>I•Í l¼m¡V¡î{¡ ^NðW oä6u(Ñ›u(Êh'-tÿúÊÈQí!{H­v€ÏîºP›óñ–:ñÐÝ„©^¨ ól'¬»^;ÄÊÞÞ«FÏžK#ÉXŒ¹ Íâ«u*™«¥¥äÝ@7°ßº^ž0»‹¡PxiMF¹qæÌ*”öq„a3mÁ0wÅ¡º<­rùZ`ZÉmåÍ‹äârÊÛJ–‡(Dz êÈAÝ/öÜ$è<rëô!˜E3·À€ p$8lSó¸ÖõÕÝpq¤¼2NnSQÇGíN¸N±2úF¶§±hDX1Õ©jÊZéÇcüàÚÕóœ´g$¤à–â.×™C2Ç ˜˜\3v¶Ìa;c@ðѨ!õ’Úlyõö}DcqÇFÙ|Õ¸c~Hа HŽÿý˜×ñØÈVºè<Ñ–"cÎÙS>©jÃÍÕ»§ðžÒ†4s¶—ã™ôEhm$®.ÝMEâÝàspššwÁI»:²?Ô̼í!›&âPJnJ;k›ãÍU‘óõ(™_5•ñ!:}2tO²åADagtVÚÈíSdH-ÝæqÃM*tþAÙP§›‹ˆázׯ–8’GløÔš`(ñ. ‰Õ:w?ãc%¥XrISy:D·O*[8ê¹\œýl¤i´Ÿt?ºÇ’ÖÒ;ì‚W†²¨ãŽß3fÒ:pܬNko -j&-W© [ª‚¡Äš’! -æ°á¼2™h©ZÂŽÙ²4ųEV4 Û»—–YQÃ-e«e„Ï´Á[¯v¤Åˆqw–Ê­ ËÖLiçäp¢æGˆRÎK»Ís÷>ºØÓn,?‡èæúG•esÈÚ¸Üo›È³„7Œt*°°­ñµ®§úªy#åBÎrò(™µ>¡Ä=Ka¾¡Û¬¡ÿÿ@T[Šø‹Ÿâ‘aJŠz¤jÙª|—n‹ÅWÄG€¨JPÇþ‡ŸŒ¯¬Ò]%3³»ìÐAX:q¯:8ÓEßR¬xp¢étÿNç.èòߤ'¼ÉÍd¯}•Nl BŹGý`0ãËÊ1û+ƒõ¾jX±Y̲côÄæ›ÔÊ•4–xÔÈWÛuî¥N)´¶Ã8¡Dv(@0.û¨l£»p{ùoClGËu˜b°ÈžbýBå¬ÎZ…Ek«eÏœT€V®`eë6EtÌ’Pa$é‡P¸ „ÖÜ›¥¬Óç²éîÄøø/úhZV¶:¯X;LaýÖ}ˆ1QÝ0"7ˆå>ÅÔl²çD€”‘°›ì;rx-Yšu>dµ†_r[ëLiù¬Ì/Âù­Ó ±íE¾aÕ7å7 {c…vÚ0‰ $0+ÀËt½ðdàˆÆY7Ûçt€[]N¸î¨•X¹d)R3Åwì¶Ìžxèv墳¸”ëÚ@™ð7‹ó"Ʀ7rS»‚@Áû¦` …°—°ßrW²±œH¾«RK‘š®Éª}aÃ~±¼+._su𬭭;ÝüFéç^7òÐ.T¦=Ô¥LÆS–h*¹ÅŠTƒ;3blzXÊ2•=ˆfb+6âÕK 5 -î1¯Ã˜ìÒÊÎ+Ké I?ÝÁ|•ÃDÝc<ÁBj¾+ŽºÚ—êV‹36Sõjj-õXa…뎛qh^Ĥ–ÑÕäs̬?gh>?ÉÝ·çHè\‡Îd2“'‰`©ÉÛyŬˆK×x;2ÏèyíÆˆzé¬æÈ¨žü°ñW¬clñ`”št6³±qÙ‘Üa™Þ˜qŠãìÃ~›•þ´:g GßSÁt ža%=N‡Þ§­vô~:#ªŸ¥MþoÜ› ¼ßkÍôžAssYM²Œ_LYdhÍÑD{5‚/Gäã" \‡ÿˆ`Ʊ–æu“G¯wrÅø1áH,fÔ¾ïf -oÀôÓ±’ÑÆ[tÚA%Ö­Èvúu•’F.s›;eŸÒTý,]©±4†OÜw3tüj¸Ï÷›{?Î8uÊÚpôÝ"h5×N § çïhŽo ×Há5mf—TÝdשGS&-»Ób<ûáüÔé£p#Sµ/cù&K=š:à -V03|¥¶Òð#©ô4ö,ô¸›RÇüã8ä˜A»£Ö5OgNTÈ&צf¿viªŽVLÕ>¦.˜5šÏ¼ ×qRÛ܉·ØöêÔˆ…¦-ÇÃetBâ!{ -®mÍ}î+¬šÈ;l<YÏ®#ÏË–3‹H%§_ª ûf,iw1!q::‚s)Y•l\‡KÓ£p ýö†µÁ}Ô{ùÑŽÒ'J´qe…‹|³Eú)õZ‹‹ìxc . ‰øoĪpøcõ2žÐ![º”a2†yX)AxÎ+}ïÆ­oý½Pâ8|‘RÖ WáUn'æVm ö(庅â—êhåRÙª2Kgáš–G½ÏÑr¦[ rå¶ð¿–Nç”–rÁ-UüÖ|óqޏšq¢k–Ki¨zàÆvÍÔ+.’¸†ÐX6•ÆìAŠy¾³S¿š*ûã+vi”–$,‰4%Œ Üåøé’wL¦®Ý|È~q%ªhØ™AVŽ?U‰É‘qõNà¤Nˆ•³Ç.—åÖ†KÕzL3”Þ¼06ZÂÂí FI1f —2Ó­xã0+Ì¥û`áš3ÕaÈ´;Êç:j溚59)ðñߎà8>ãóÕ3 %3x‚XÏáºA«¢ë8åyÆÊ;¬mÉoã™^™<Ø"ÿ!ùŽ]hm­p7«šTà eÍ ‘¹ aa=…iì{SÔJlmŠÒ“s‹/ïÒEv.£óÚ®ÆÂe­KWðãMV¬¦–î]Â&Æþ¨ÕK·—‹z[M -g¯<b ?LYÍØ.Ë–‚qwû -¡4ñÙ½}ù„‚Ҥ뷡¡V¿¸ËtÛVüÃï€bãZƒÜÝpû):ȨÑR£ä,£Ñór¼Î5¦ -õŽ*k@HDÐ ´O&_³Zá¼ûr¦šoÅ-ôëëRÍf-±µD%ft¡À<àRoI;’–„š—Ò“ ŸÀLNöaêÐV|DlÊAÅÇ"g j‘¾„;s})¼EduM”Êc‰W˜ Äwø¹[ÃØÞ;mI]íÚþg¢üxÅQ¼IÝûvr,9¦]­£Òk]Efƒ2ë]Væ¦iØùGŒ; ²áWx¯xc†Y–d¿Ð@v¾ñ­È·î9W«Ÿã’_Û·~åsÍnóô$²‡9&ôœ˜«ˆnnÎ)îºÜñh<Ø6¼´, ÿOĪ\Œ÷µÇΪÏd[÷q&Ù\rq“wzOt;bß“¯ïÎ-™—"®ôT÷— (Âuîþ·Å¯¦`ñz fdŠ'Ñœ1Kš>hïGâK r~³ÂÀ£ÐÇÛÚÝù -EÔÇAÊÔ·ï>L/tI -˽Ш -¼L¨ƒ0.}_óñ5ÂMî‡y.¡÷ñéðSUg4¥ðc¼óÂi¡Ö¼nÊ8?xsª_qp’äô_ö] C¹; µ\ïB$@ª¼#€AfÇdíÛjZ@ Uvq“;Š/áí¨m‰ÍHRØQ½­C ÒÄ™>"„Á|¶¨~ú?µÿ ‹wæÍ‡Ÿ×ŒFs°p`v¸Ì,Œ`ꈷ•y–1ªßöŒõ„Pˆ­xª_a|¥qÐt3CV¸´´@4ò!®}@lÒÖ.¥W†åAgß™˜¢Z\…j -„@.KÓÎ%[a†q.¶±®7Ò<Qû1gdTÔsz;¼1'bÕ?jü÷5ÚC¹¸k!Ü’ƒ´PÎÄ5Sñaž(õ®“öANÅ`ßrWUuž;*Tý3z\{¿å)'2âúÑǘ.’o¦¬ý*qæ^/—ÿ¦œÅîu|Ò~´ûÈf;£(ÄUU‹¹ ïQ…±ü‡¨,«’)‡>ç €ð^Á,nó’¾ßõöëžOÉ¡Ìp‘Ü庰lv^%è>þŽè¾8*Y½Ã …c‹¡p&ʲÎ0§tàžÁxw-àÁµ´Úã‰ËhV&)Ð;µ3Ä9Œw†jl‰§¨‚ªcù ›â‘,.ɾ»ËÜ#™BÖñPQdJò´]¦ã¼À渺P›˜†LfœexÛàÅŸ°ÎÓ°‡¨—[ØR‹;{ç®2jƪZvâ!l´ '"JhP-[ñ ^ï3«ª6'¦ªêÍ_Ò®cls¡D¶pÆav'ð4ÖîâöÕˆ÷ŠÆcv¡:“ÂÁÕ,‘Ýq#ÁyõvFˆuhÅѺ•1ܛɵòÃ@bþE¾ï<ÈêOÁ7kjH£ïõZ -®bAlrÔ}’$×Õ¬û;)îFܳæI³’xÆJSu½βÁ–Üm*Ða¦ŒkL”Œ¬õáfjwó]ìrysë)ÖµW¢^·Y¹Öµð%+Êv̯¤>DÀ$ Rë“:çË$Šì'„æ ‡—¨¹hÅ‘òdyC5®Œ))§GÕd·,[ “H²[¸ʉ÷u¹Q3¸[â !n; -§G;Ó-Wx¢²e´oª9])bîÔÖm"ÓðhÇOý·YÿÎÚ†P¬Öçšæ„`°i.«;áƒô4»µ"¾:¸ê˜q÷‹¤½‰‘«žtK¼pT›`Dö” sÚByîE—ÿí×3]´ŽÜ p}¨†‚›ÐÎV#›5žÏcz¸fŸ‡ðÍ®C0°¥/7èá;âù—tEöŽ9oŽšÀÇ5I†nÛQîyÍMˆ©‚ïÆöÈ*QI9£µ/aIöXµ‹´ZѰŒ›ãîóž/‘¦2¶ÞF¿4jìmÔBöŽ32kÛÂ\/*DÀe= §RÁƒƒœáÖ¾û0´»›{}ˆXhÕE¹øüâ{ÿ!XŸ}æøuQØ©÷¦_”é+CÓ¸½;ëæüy‘ªô@f(“‰ÍkM„EjÌñ:¾öPãøQÕàǪ­%Çí }T1Æf2¼–îð¶ÿvƒ>Ñâö .Ùsð¢l?ŸýrÃeÝ:ôº­óƃ¹ D>ƵŽÊŸ²,2ûvóp%|¨½ìè΃íÅÜ9—,ÿ4Öo;Î^pV>‰qÿÚs$¾²ƸîlÍ(ê›—kÚ©bâö -"’óMš6UýîÍ<’ä.¥€¡z:oÑ¢ò Ê•ƒÀšÜu}nõhE_ö©æåcMS. ¾œDlu“ï4m‰ð+ÓVbå8_ æ›BYç¸ó\k½Ó ÞK\ëF˜)à½DªÄ>˜'»³JQÄWK¸'øÄz]áÑŒgj 3õTÅ.–ø|Ý'º*ë”÷Ö{ÿ†) /Õ® 1ÌÐ.!}• YAÁ,¢ÿ ^zÝ€{—̧z*\Š aÝ€¬Ž~ª¹Câ[ºé”ëN¯‰1¢ëÔÖX>eïvŒ,esêÚ…{ù?gcÛKiÓ9ï@fİ‘lù¸ %ÎÂÙ%ê¼Ów å>¢?eéÖ–è@³Ö†^<¼úZÀÝgÍK>¬[b9`˜g ò¨v1UñTìÚ :å$Ø È2/OÙÝ.¡‡rЖV닼žäCÊUNÔmº*1ít8=: Ç ‚^5ÞÓ])d_Q’@{º(x;ÔñÚ€˜²ªI²kª‚UM ¦. 'Âzy Ój‡gŠNäDâÕ `­œ³TrK¼¼ Öµ½Ð{-¦!`ÜIÜM3‘œ_´c©¨—êìNL< … ëÖ#k°B[Püu勘¦iCÔ -åRòAÜ{w©ë*‰ˆß “çJö(…„+~žš[DW -•ä*ÿ¤9fÞ”ðÜïÌäWÇÊ¿˜ºÚVÖúÕ m C¢Hpç’FªMج ½›¡:„up½ëÀQˆ¢FÆÕC av*éœtüT$3œ¥Üö±³¦œ‹è©RÃtÎ{ô,BïðU6adªàPŒ»X»ùæù‰\tóžtAIÖ§k·ÂÎ8 Nê‹`/ÈÄ\‹é„*NXg‹Í4ü"8·m É:C• Ç¡'E?fMÖÄLL§ò]WVíN}^÷Ýù¶—¯À_Ù<å8«:1é Ì "ì±pq?g,ÕøûIÞ²Ggê>£([„ÕJ¡ç™½[‰]¹ì=ÖvëþÄp݇±ãC,ŠÆ¨¨{ÉKŒM „-Z·é°_Ù„¬Õ}€Ë^Rb¢pRÏ -™.<á¾¢º4^®‘“dÛ¥lŠkJµ‰2O6Ys–1¼çUÁr[¹{‚¶û _ÿò 6Ån ×/ewã÷; .¢ŸÀšk_P``i´)ò†¤ødjÞ­©¨Ç¸ŒÜUù Àfºc£ß´ö²Éšíˆi*¶Êr*¡‰Ñ'-ˆÁ»àûnQ™ãuúE 3|C¶ð~6{™ã O„ø0½ÈůÜáˆà«57ÊJŽ k/ÓÐ Û¢4—²ûb®Î£>}ÓêR&êr“÷Ù÷#óê&†!+¾è ‚·?a=ÝìÛ _àÙèÀ ³GÑÜڠ̥™™n+c×ÐpLr)¤\³6d”®V‹™ëòTüˆU§jêjÈÝýo6w¹t° –øHÁSKÂêCµWÃ{k¬N)]‘»äC^ “™ù©?æósêÖ"{šUä=È:9>Ý3ò [Ý·%™ª<†Üuk'S¾¬›vU^Ä‚§¤CáÝ‘\¹´sÝÒjÞG‰Ôðr-æR8Bf <£lÏík°ê¦’brÚ¶zèPf—Sèõ¬‹¸Î!!+ºd‡L=ô=°@+ ÆÝÜHÍÊWl¦äW²¸;X¶3eì$‡Pé'‰ã%Æ?JynÕº-1kZÜ”³¾ãð°66¸»áhñveñv@å/¿AØD@ž£nÄ¿¡zÔ[¯ªQQù0n*W„2/;2xÆ[.‹©¢1½PÖøeÉÐ!4v1ÁqÞÌ$Ü›gŸÝŽíøõM¶p] W(³äFf´èÂCöê¢ÔŸ]YzH î᳞âcš` ¢žùËÎ)¾åe÷"ÍÖ å§è2éÞ°jº³tËK´›«Ó¨;½Ñe3RqM0ŽƒLÑe³vÚð$ƹ³íTÈš†^{äöx8X.wÞÖY£7Ýí>Åù¦Mo‡ët> ²FdSÝ rÐ¥9̘Á–šÄõpÕ¸|¶áLz,x†Q/M6s,ý‹)B£‰ïéî…°ö;´‰ F¬,§¹k^Ù]ÔÏ õ(ԙײëM7‡ÂúùÖ¦2kkt®üKLõ™V„®v‰$æ*S'žIÚÇÿdFTŒÔ R®BèsÇG6˜E#¶ÆyÝŠín¤¾Æ âÏÓ‰gÅ: ÙˆzÏóýw#ö€A¸³Åñ" kxï}‘ƒÒ·­y m>ß›/YþO¥m}/bÊÐãäwÑ|» Ò;zص*K/š:²d—yÖ’Û¯Ñ ©$ƒEÞ›²4s•†SÓ‚sÑØe ú=sz‘Œ°©Êx˜—Ö#J½ %r©B/b¨çD ǤËé(I¢+²:Œ -¼e¯uÞccÜ®¶¢¯»²¥dÞº÷ÄšYê>ADswæ”9’¸½MaëÎk3&ÅÏL¨ -»K&_'‰¶½Í–¢[õ"ƵþN%¸áîÃòýYµj^î|É»lú#ëˆþ=Zç¤Â›¡™c"ïÇnÜ{ÂŒ»s‰ˆØBVø*ÿ2Ù3¯ ôõæ‘”œnNõcç«ÊÚ«ýÅ,Ã¥kݰEH™öͱd9,r£{±àXˆé“MÀå¤Ú,†Y6ã_ ^¾,àõÓ{lÃé*Ñ0øÕG—…FÔ¼¨ÊüŽT¤rO -دÄχhö--ñ>¦³Î_eÈ€O±L½TºÇ4@«@½Žƒt³®è@Ê2IÇCXotwzçM]ƒg }#!±V¥)Öú²1 p@l’"üV†ÄÈXùàk_Ò ÎJœ´²yžù*'¿Bgÿ^ ÐÇÀ§ÌŒª–@ Rñ¢Ã‘õhŠ tU×» n¸›Þu_Àš Û©”¸è¹t¯ßæÀ+Xαwk’f(Šåô)% žÓefVMqOb(>di»B3’š“ͲMƒÉR•Éb-¡Ù;Ðór¬é9˜›€qót!y†Ýð††–åÝ­Œ“z³ËkVç<×0½•­#¡iïìÓõâe`¸TPˆ„¬Rj0©þdALU -³#ñÖH"|Óš)óì±\úÔŽúçy\g?p]1‚–&6ó£P7 +_·–ú˜Â‰NðŒ¸-QSx P]@Š{F˜õ« ïhqL»U¿`Q&ž!q¦“Ïò -¥}ÂiD³¥UF”÷ò‡¨ó˜?²‰TðÐÉELü”½zc—»›z=^,r_UN¶¸XI@+ÞÉ¢!¯z›kw­Œª4GŽ]%²Í yR¨[·ŸˆüæŽOáÅr¹øè,y÷Ë®›wxCnãQËN"‰§Py{('„¸û&„‹ «KJ£—ÓÄØgø#'1нÁ‚̾Eغ¾áøºn*wg¢Aÿòh¨ª) Ù‹”éÞÚô–{x6CÖ‹'agÖ"¾W,Ù¼¼Ùøz˜\¸jEÙç¬ø©ÒY‘į¶À&) …½»)8Ó|B‹„[’Ä^‹׉ñ¸»U¨«QÏ:ô¤yL0ÛKB‹|™/ºi® “Y¼d΄fÃñJ³oÏ5.[À×êEÖȶ:V™id…;clª3-Ò(;x•8‡ƒr·OÿGä2MSšƒµòJ ,ÃÊvfç`Ö…ªöÈ,UÏ…Ôû¬•6¹\ž™ÄÞ–Ðñ|O“Ir«s¯iš¡梩yÕZ¥0[.趨ÎîÐDÔ|RúXÑxúè„ùœH‰MXê·9›/| ÎùŽ“•Æb.@H‘kR¦8Ñ"IrŠ|®úäUIìŠÕîHÊrOó¬è¦Oº¢$ãõõ»î½Àr¤N‚nG_ö>ƒÍä¶$´Âßð–ü³ÇÕ¦m®¡\Â@It)øª"8¢$Ò‘¨øµQ1t|Š1B¯Ä³–ezE"Àp ¾›KQž®»ifÀ×¹æ×B÷vfÉnÈäj$Ë.’¶ür ?Þ£w\gt׬>…éØÙÔå$hìD}#|c²1å šÓð1Œš~¤(c­^ÞÁ\Ì8ñ¢ÝºI¥ t“¥åyì¤omBÇ':ëÈÄÎ ¼úEÄX‹Ùö$öœˆ1£ÜÓÍïTÆ -^¦²F»34R—6Þ7Qfe¬û‡­{»1’­øõ ¡ê —m9€E7ìTèeR<µ¶¤,q •Î̵6\A’7j"Q™hy”§Ê^ÄØ¡yj”V+ؽ²lCfÌ©‰&¼QÖ»ÕÿvRÍå5I祌œÖ Òx¸•Ãêü©`¸‘º…¹PròÛ Ö÷4¶„; H‰¢Ã•K¶º‘©âcÚ»ÆìXˆÞtlÕ¹³¥ï¹‡àBî§‘¬Ï¥Z¾ÙëcfQï½#DÝ{Ó•s!3Ã÷ö’76;<ðqYoþ©Î;ël…ã1Ó5 ƒ9E½®užÏxBڬĀý…ú÷mFŸüé®Åo“GòĆab+Q7¢ye.ÝI#ÌÍž!s.¤WòÍžÑL¿ª¤)ÆÛ”ØËŠg""&ø©¢1\èFç9g˜…5²7yb° îL-1æ‘W“â<›†Ê\¶Õ=ïMæ;pMw!xº¡fÕ„Ü•RòIÖâ5‚•ýŒÔ}â¶¥›@ªHÕó²0°$ìûã+Ø}ÑDRŒ Žv‹ƒKœsv#²HJm—H-&"j¿P°:‘ã‹—ô®Wå›ÉÒj÷\CðF}f Ä:ÓìÌk¼ˆÌŒ¬Sö}¬|ŠqBÓ¢¬Ô”æ41t7<¤!‘Yð\:í>mj䮤f$^òB4òÄÂYåª(ØÉ ™©¨0¸—×P Øð°jsfË[E‹x: ¢²z)BÖ1ŒU3˜X7§‰¡‰ è_B]YYwl?.bÏ1×ú»mD™˜TzÛ[3P` YkH•{$øµ¸ï›JÝÑÍ5y1*ù¤cM>µóUó*àÖk·­6§j|Š1ª­2ÑÌF6Ó¬¨šj¨=‰òúž·I\GìN9»è^‰G.Ä•2}Äë@,ÞÐo&ƒnQ†z#¥f=\Ù:…|2×ÔžÉV‰N9ˆÇ? -$~…d‚ÜL(’¡—ÓTT´,Ã+üiÅ‹_‰oâŠÔ.\,¯ WðcÐÒF|·ÞàÁ`hÄFë—/TÙdSSí{gcäyt‰Ãìým߇3Ô¼úÕ“Mã¶}o°Zt¢¢ìCXon>ÇÊ­ú[ßKýŸ"Þäzì/£„/ùŠÆfû.uDUoÞ!]Û\SO‡Aß÷y0Yµ 1VèX4ÔAp™†55ëP Á—ü.<¬PÞê „gI…'ÊÄ>’´8ô²“ýî7©«Ãu’­ Ä@¨aÑ+¦Þœj¸ÊﮩmÌL5ÜÈ2Lò¦Í³ï`¨x^ò\ròïp48SqVÔÜñQ¡iw(}ÎÛ€ñOtöÑlb‘zÓ¶ÈÐf -Ã/Â÷œÃA¶(¢É‹WS»˜³ÞÄLÜËKЭLÉiôÃ&ÑJc"H‘Á‹HξñÅòdíŸÍÅóü’é¢>=¬õÎR,™q½2ÿ_ŠGF‡VaK„ùEÑ“ÅKµ ÓÙYî%„›[`•š$’ðÍ­MVm+E{HT­Ö§§;4 £r_!qõÑt“B>‡ãš‚ï9'«ñ#CÛ.…?)õÜÀ|ãM÷Ðû¬ªŸb¼ÞË5‚g)[(¼^o[Eü8ÄŒððtd§u^iì…0-kÄd+»³¼f —w6ßýæŠà˜jTk“v^Sd¸¶éÎ*Úº1™ª<ÆWí–» h¸ê!2âÆm#ÑÜk Þ,‹%˜‹JIu#NK„#a+>{õÎ\Ùµ{áÑteY¬9H1üØü §•°ïGLSÑÈ-LœÒ®n^¦`]w6$Ð`:Ú7ˆ‘Úp#˜„â²{4ìpøÅ§äá«7b&ê<÷'Í+ðs:t ùÓWÇêhCÖ(±+›Ii]” Û4µ)9ÆêéÆnßœðɵ{‘aªcE\‡-Ì›!HàÆQ±˜¾3KU¿³ø†;aÞØŒº˜Œ\G² -LC¡mL§GQA½-¹*éWq²ò£©ví½i|•×%Äm.1ØL?p¹K‘F¸õ1j Á‚ÂÞÛokŠuˆyàv¾ ¼Ù„M_W® -g­¯ þ¯Ù±|¶¯éØÎÃÑv¼Ê¥º}L}³1z’Z箽¿ ¶æÌËk£¼9Q§·íj ùÓÂ6å -¬s+B«u³¢Œ -7œJÝQZeŠäÒˆæ¼R[Ná9mŠÀáxmML;lz& @Y³Ô¸k8QÕ£kO¢Œ´f%¿DÍuÚi\ïn‡ÞH²¬¯I)ÛW2’–é^Õ¹û¼Šì{“˜c˜°èéÆˆ0f’¼éê½iô—éT¸ÔÇ(Áú2™@fŠŒÑ}¯§™ðc>Ê¢öÛÑãÇ4_7cZ7ÒR–]UWÞåVÍðŽ™šK øÆ– Œö*ïÂ9ýÿâkjùUk=A>f÷?…>-ÆÒÜàMØÓ:üßÒ”ÊAf %\WF·F>£Ó1soºÌì ‡•ÖUæÿIÑ~¥iÏUJÕ¥õÇï³P6³½7»£ï&w¥2¡JNérþwf{s€€Ü@Ï\b²ÂÇa9rK4Žða`Ë%è1Æ¡ ol¿:X3%“tde*åWJ][@G®Lè Ùë&½,ÿj—Ua7mb:ÖT \û•˧hXÂÔ3º:=r˜@k‰¨ŽMÝ{æºÀÖ$%byý\‰—&°.dNÆï@™B°CuŠÖ|Ó è²?6C´…´fÆ"®ß¶Š¹7T‹·(U…öê,q$Ñ8š/€HSÀ¾ç‹V/è84ÛêtR—ó„n­ÃV™ùoîLËHtß hºöb]3t™ˆvg˜IC묃§téÛuU -©ÑK/jI;d¤¶—–1(5Ä‘º&*yU‰ƒž¿ÄÑ£t’ñl=E´qhx´2IÝÉHf ղná¢UP&ÃMÐeª´ÊÖD³š²óæ”ÿQLY‹lÜz®¿^g -Bº^;M—MVÉÂ5D–è¥LÎOèô=_‰ÏŒŠl:?,”†lÂÒˆeY¹æê· RÎì{³iˆÎ¢]4CÍb´BLÔh!Ù½T”kÛ - ˆ@SÏV‚j’ñÿv ±D„dœ,bG«Ñ”Š%6Ks\f™Æ|µ2b7]·Þ:;Ö‡1Ê‘Å*™§ CŠ5»yŠ„tëÅŠÃ\¾ýÊÑÂ¥ÖJˆ†ì$Sn)›(P˜Å&`TÒ#š ãEE’F¯t;ù¼‹ ³—>š! ”UÔ–ôËÄtÓÓ ãE“@ôÒWÚ43Põ3X8fe×ó6T™$¨RŠí%`|áÁ]B¯¼N°í˜yËb¡Yp¿»ƒÎ-t=_²u™€Hr‹™©n‰²ývx5màµuG˜éú²²Z¨×:­KZáF—og =jŒ @§$Á\¼=ÉÇ>õšdŸ>bÐ „õÅ™•Û½‹[ÿËžÿþífküÞåï?Z>žÖXÖÛõدóz||ÿ_ë×}|–Šë2×'wZÿ½ËëvσîºïǸ‘fI„´å/ÇZÖñØöÛ—ñ¾þÔoɇözôžh»ôS¶}|š‡½ä1¿Œó¼®ûA’Ô&ô©Ë˼ŒóüÕÝùy>^˜ïRºL§˜¼ZyÃyyéüvŸë1®ëÏìÝa7q×Ûó2~¤¯ÿ2Ï·ûe^çZÒ ¯ý!ïOûÍÿ -.MbÐÉ€!uqnM5°^vÒž™ÉàSd>/­ëè¾Ôqßè«tóŽ61†¬92è<¬p¿Àjd„Çé‹"©ûê«rúbhf#£œÒ9¦tOÝË»­ÛÍü®5 -ºÚ®|{¥1±„A¡K¶Îb¹ -¡È±èEÉÑ@ÏÏa‚rCÞ†ÿŸ` èD‡BtD‡Ct¦õ‰f(ì%Z§Ge’ƒuÂñ†2[Í_x¾× -¯jP¹)nð"b’ø^RþðwFvý? ´s̈7°ÙS¨áÏ‹,… I¦á+ÏÓ°¬Ê;Ì”)¾}Ž]gRWϯN@i ™¦—¨#‰§Ç<¡Ñ•*Ë>oŒ•$,È*D^¥„L®Dh¢á\ÌÔšc—ZÃø¤ ‘ÛiZd]]5ScÚî ÿN‹ÉÃ*¡­ª^p†èåRj͵¿E±TV÷!Õ^ÞBå°ËêãèAƒ0™ÄgÚ9k”&\×€Bn½£µéÒ¢P“Â&+ÑÐ(¥–¨+hj2 †œ=%’Õ×9k”fÂ<æ(v¼Û§(ñï0^ÌF«Ø¢^¨I:¤eÁ¤-g¨%·±;ZÕîèBU`ðZl»ÈÊ&yò£:ñ_¥„FW¢U\F)ÑØMùõü§ð]ˆ€¹0…2z>íà#%9£¦pNÕ’bwÈ÷ÓzÓ -`Lª…>$ì5Çá%¡Dmªš0üÚ¡ÑR•U^£qEY»‡kµ’,Vg´ -ÞQª7U¡úpÈX³¸þ©IÚHݘ§xX$T< -¿ÅÐ,nÍs%“šg‡Ú$5%qÝÌ›¥@ù•¨(ŽÕÇQ(€јÑ<Žx -ÇmrÑŒJVÃÈò ’m'ŠˆUzà "C·äÉY›4Ãy+vh`õ½¹DX™Cæ‡ã¸MÖ‚QûZ÷…ýàA(I¤i”Td¨J™œ5IáZ©½­h06Ï°ËÆöÈÈqˆIšW÷Å{jûä9º²A;¥oõCãË2@÷WÐté²m4Jp†×5ZÓþu˜‡ÞG´š^Z«ž!ì%Ó6JcRîöß—(\kT2Z´å_@Ëé¡M’*0Ta&wmÒÈÑã̇ØÓ·œÞ¤¡ˆL§ÄŒ¯˜q>Ägbf$£¨ÅF‹ˆMBÛœOÌðýc7ÊFÂ9Dµ‰‹È—ª›!*frÖ$Í„ ̲\n pƒÛÅ*âÈŒÑ;ùv%B«ËÃ%ÃjùaŽGk9N7òŒÚDœÿ,Ô¡­“n´)­±nÒ¤¡Á“FÊÃŽa&“.„;°權¢ãëÂB% ýHo…ÃÑ¢y™„e´b4-3T}34Ö[‚`¥"­DO‡‘4£G_YîÓq%x„#à9B;ŒUʨ@as+²ÿBó8±ª‹æñin‡ô-“ç‘c†Wj›,…TL3Cl‚6ä_@ëä<.(&ôËðCòëBp¦žxQ!8a¡Ìñþç_¤šès-È$³eŒo`›»4Á™P,¿#m‘hÑ<›H1o¼Ù©¿¡+,X)Q»L»}Žñe¹¡ÅÑ[¤ær|Cëå-ÌlM|ɺ܉‹¡([’Z›Ì?¢åòNGI1§Aç-ò"hF žÖ`±I¨aç”–Bò¶z£™)ØÃ$Ò7ÉðcÇVvëÙóß¿Ýluß»üý×ïËÇÓËz»ûu^ïýáù¸Ý§µ=c9ßÖqÜÑ-ßÎãº]â±ûíþ<¿ÿ°fY»¶[Ï/;móú¾ßuj2âzk,—¹íãz¯†ÿaªÿ¿öxÛ)üt;oóq eW›.´QòALÈ3ï^^·ûí)ë¸ïÇ0ïHH)qkYÇcÛo_Æûú¿ãôx~HRQ§.Û>>Íô^ò˜_Æy^×ËäÔOy™—qž¿´ýŸçã…p”x§KÔ´íö¿ÝÞî#çÓ§¹ÊCÇÛíùþ+HÜoŠgøçýežæ·û\q]ÆeQùþ¡åíy¿ƒ×™çÛý2¯Gòô¦ŠľmüŒÞü=á’(ƒ‰öKOÿÿ€¨K@›ÖRöÃ’dËÞöÏxÒ@óï™Úû)7[eJ“îÍ0šF2ÚyómªÄiS¥ -rc—˜{oËtÈL7d8=rÊb!Èc`䆥oˆÿ}&£KòëkÙ³{5éBú¹mc‚úÿZfsÞ“"Z‘×3!çC˜OaÅe šž/–bwu@¸2ŠœÍÞù¿€PÿÞPPÜUÌÎi÷!)ÈñWˆWßtô8û¯ 9ºlÄeêíMš´5ͪ=µ[>àÁI À¸k#?ãJëVTÄ:HCÒŒéÊæìÄ×Ú{íåå.vñæÓ tãðY‘6¶ˆü{ ÿ‘ºfˆ7áJí˜Yü%Ä©=j $>Þ‡zÎÅ‚¸ wò oɧRþ›¢ Îj:>qú~‹ì¬/—µtl•ªõ+ýæ»vKêØÙÞ+ÅErú´ÄU½[¬ÈÛ¥F ȋǟÁ5„‹’FåîÉ€÷µó Õ)Æ.‹xŒ£žEôÛGêAw¹ußOÕKÄ„–¾ØEO¸[›’Rá}ÿ¨ûë€Çüxk!ÿQáÉ{í øÙŠ‚¡ÊÄS˜HYgä`~˜(¢wÀwÒmI¨Î7ñEº‡¢"G(鑿3]>´m”+°ïÊô^ÉÇ2·Yõ1xp+:8ˆ(ÄS ÖTNjwÛ²7&ðòâ΄ׇC‚è0I`@ìÜ‚W08%œçQ¡¬¥è~{«¨·ø8u‡{g‚»Óªáx>–»Ø'7ÑÕ·¦¦Ê€º´¤PxËu‹ue>æ¡v½],ß.ReÁyÞuâ|*òÅ>¿‰%ïLmAÐtD‹‰Åc|8ñq·S»Ÿ™õXü4LÍfê; Õ­¨=1å3roN¸®œó"ļ| ®¶2„ÇøýT½Ð9[„ñ$'ºúèQa-&ùP³›²wÚ3*yX”(ˆá™»f/É]l)ÑØžÁRÑ‘²RGD®.ÁÔ>R×=Ü…µ_Ú­™xT.ºíŽÖ—ͯé][SA,ë”1N²Âz]‡Õ®gcíÇ3™=ôɽ­81 ƒâ'ˆ½1_.Þ» ·´‚ŽF2v"b‚‚Á<"é1.|cÚ°'¹M¥—€µöy^ûsoª²b·Ë²DDš‡0ìz°~’7yª}ž Ÿæú¤â4ÏÙI»9Ou—ªªÇ”Ž7¥Û.c{ã3\ò¶÷µêøÈg-Ö8¯¬xèËòwoΧÒ})z>ieÊ -bû,8¦z³ØH6XÐ^3ÏS=òÿÞf@«áª:ÜœiC€€.ð€Ú7ìžB¾¼.K^É"n0¯káõ¼Ãtš=¥;ykòÕÚÅ‘Ìá¾ð&ÀÍM|É:¨¾3áèŒ-ß>k?ø:§1ë>ÇþÖÈçõZt΢Saxwª¦š!˜.“HLÁµÎê}žo˜7¬ÆÃï#`é“¡¸?M.s.ÖþìÍCÕÖkÊjÄPWÅ‚OôdäÀêû.à - .6Wইj¼×™õ\ËsËÓnÐSÑðbêÆj˜R'Eö¤<´Qš -¾ÕÅñãëò;È«Å0¸Û5Î;/昩ýNÞŸªóœz¹J Û«Gsó€äL'vïÏH–f“ØÕ¸ïÂóº3“©}*¹K1óå°01°&‘zd§NÂh<¡dLÏɺ§ú‹]ÅšNÑBéCîãÝ+Ê‚ó±ì¥¸ó­r8ó BÌÅÊÞ É=ÕÁÌS³¹£86 :wɉÄȺ/ñÄ®°7ÛtÅ›sc–5B˜“ÜüÑÍt¾cïH} ©z·XGßÝ)+CýïâæÆ‰4ûbf®v‘é<ª©}:xÉ’ºc‘zðó€®@L»µ„˜ÿ]›ƒ°ëõE"•USBŽ¼ÃºAi,ðÝžq­.N–ŽµÔºÞ¡ÅûOßxQîÐY4÷‰4&›’0öö`Çç:" 2ä㦷&S–Üh1ÜR ûux÷g¹Xâ! çÒ½7N69aWhM&Ü¡ˆq#6§Û;õÍ;9Û¹ -ºÞ¡Ñôof‘}bIh¬ù |íÔÙ…–x‹™òkH¦Zâ㉻}HÃ%/å¼Ïn -CJšµœyñî4}üœHl¦Â{£ö|ïºèQØIe¹Sž÷¶›€GV1¶ê¶ŽìóJ°ì™H8Øx2ƒ§ºêü_£4Á±Ío}÷†èïáòv>Ìv;åzÍé(ºø©Ì\|âÂXL-q˜²,­_] ÊO°¢=€¸CŸìÖ<ç -Š{Ð}¹E'ÚŒ +9–«; ÕÆE{à6ÓR“Tµ‡°LcÏMå -G>D^ëîB~êá(x“,þù?n…;#ÛhíõÿùúWÿ¶ä‘žgÿá_ÿÿïëó×ÿ¿¿?þ|ÿûñë9•~¿RT/š<Úב6."oPš,Ìà°PC¹ä¥°vC{µè=ß.ÿJÁ,öÖ/ŒýBàß®n»÷^SÄÖm›!2t öEȧŒâ4®xí_Cq†·†ãzF„O↓ôú|Їw`ÅŸ2ä<ï+ÐkÄ/üo½«vÝ¢JU ¡Âw%›Òpp…7 aWp«æÂÈ^Ô]Ú©lm…÷Ç” yžÃ¢j'>ÿD‹LÙÍ%{GGqÁK°}O1»´"ëñÐAüý§€ÐÑ(@•±Bæ¼)rh~à˜¦@“•Ôm¬!lFóªãÍîSë5(›8ïhúµcìfÎ]Õ,iXæÖ_*Š*r܈j4zº${,g—Ê‚¹0é¡×_½y'CÛµì,Q+dGçÓný®¨ÌØ5Þ«ž¿X4”W®RqࣻqÄ™Üɸ1ï°f«]Í¥-I™Z•$3¿Ïé -|÷}¥zċòEk|&b³8›Ú 7 ¿:€5z0o@û¼ -Ë@nÒýÌèq3ª÷n+¢t8>èù…™·µ±·7Ô˜˜%ƒà”qð…ÇÆöèo Ì4b³ àYÑ7[bå ´B³¡½,Y0 H8ªIéºéìhÔ«£N¼V8ë˜[¸$.Üör^q#Æ*`ˆM_ôÝ:éœ.¢·(k€ ÑSœl=܃¨›G/‰«³j\W… ÂÆ3P¼ÐÖº‹m ‰·g>@r±¶µn( -gÛXuN1V‡3l*ÿ®5 ’NâV•¨6½(R*·‡ÁδgSHø®#˜&Óñņ‰G¹Š‘æÒ£rÈÜÓçUõ¡Ï<ÊAϨ±Õ]ø%ýº’°%’ûUUœci})ºuW«(䙯¬ðNëa$½Œ~aNÝÙ–ÿ|˜ žJ{ÈŠ%¸“·yœ¦Åàâ uÅ7ôä<GñÓ׌ֺDÕ±¡žá\\!¾¹£ "9mNý³¬L¹:œ=ä™R|µ…ZîOïëx¦ÈêU‰ß©kñɸH=-¨GÛÙjV<·=ò׬ñãPáRîjƒÆ¹J³Ž9õ]}_©égÁ–‚^Á@Ø⣃€½4s†usöÚä‘i¤m#ú+ÊèÃÈz¨p©Î³ÚBQÃÙÐ÷à+ñ.X6Nï¾ðI3W™ƒ7í¨t±>øÍ˜›{©×—£%mPafª½7Å‘‡â;öÐþk¶þéÐÛœ('š-¯C­¯u<4€û&ëÿnùDÿæ;±£td½·,í!ÊLÞÄùŽd¼Bоwê‰Z-2:øÝj¨‰Ü?.gG H\ŽEóê‹ìcÆÊ|(oÅæ•&|Ä!§²I<¤lƒ{¯×²”…²ú¹Âƒ#¡MܲÊ6®l/ ÚOC}”ha?f·zÛljñ— -÷Cù¢wÅVÀzªžfÊÀÞ¾Û«¨É»¥_4ç2:!u_ÂNš[|”Ä;·%"ø:ïyîocÂ.ÖÇgp:„I¡ÞÄ›„C2EFtcùÓ¡è×Robט Ù¯<ú2TÐE"€­ä&È:Oí©ZÞÙ\èÀ6= ÛFr7„]³î¾¸¨ ­¶ ¦ÑÍèÈùV±PýH\ã€NŠÄ=¥TÃÉg‡`17º§n]SDh`y›v]ßONQ]‹(òÕX°2ºì°GËs™Z[|\Ëdˆ½FÊY8r‰„‰…ýU &[;S[…óšÏ%蓇Ï6·ƒ`Ò*ÏkoÎL–ÿE–Uê,f]‡JƳåø;îz»¹Ž bš0ŠÌŽÒDs£F£Š@OYöÃw~h„•ßÄÞê¬Á|@!#ÙÕ1.wT®î.#P¿éʳždóIýîPÿ€Ù‡t÷vE•]ÙÛ”˜ ®¯ãŠ—$¢‰uWr´Ï×CÁÐÝ'¢ì¥¤¹é™VC:LæN,EwmnŽ!ÄŽÓ½Åõ ­ë¡,^ȘýŠ2µKÇLêÄÜJ/IÚØwÐü -gÏ»/Ô 6‘Wr:*¡Ë…×Á/C«ý¾ªfL1†ºD®—Æ„º7Ý^¿È¬Jœ›e‡ŽÖY;'³•¹ù#`+TÖ-¬4å®Ó ÐjDyÑYd!‰¶¼’.8RÖ)†›UíÜV_É;¶¥ÔT‚™Ú¼­ß·oº0bp bJT;¶«!œ”fsÊ.Üšª›Â½#/†fM,Ë¿‡{Ý mÞ}ª^g# †£®#y†¤²Qö!- ·™Cj8gTSÅ“æíÜX.JT'¶·‹aH -Êó YɬÙϳ$ÅŽ°äÂP`3Ë$}¯^êx˜ -G -Dªˆý‹²ÒÄÀç0 ò§ŠÆ¿—ãí+s(>ùçÂoní‰rBïÇTO¼mð¶5 î4^m£W[6;o0¯ù‚]œ'Ì Ô”î¼¶®‰ƒ)"/¾§˜ŒM¶O Δý"IÌî+Û^H‚ÐÒž÷έ‡êÎ9=ëC1ÉÍJDµ6¢6W ·uýÛ Å/ñ̇ÍÿM›þ4Ø£ð÷JjÜ›4PwÔ­¤!s9ÔúÒK>l ;tØTw²œsk¢zsSbi4!Örúö(83á[ˆÜ5H!ÊXÁ*ªj43Ç·ÎQiîJ$Ò /³vW=ïÃy(™»ft˜QŽ„æ›‘{ ½‡ÉÖ„-¢+Ó0åªMÊ¢³ yåÏù€ŒlLjÄc¯£t^bLý[ˆÖLKû;¸Ï¤C÷H*Î*ÜN_ ÝKã@µQFhªRåÂ¸ë –T™éjx« ÓFôÑ\gm3àLØ-oç謗i@â§IÝ-ÓCbÎR¤Æ¼²r^ì=ó/½|©²ë²riĴ̧pw(ñ¬@ˆ“A¶PQRˆH¤|Œæ‡·P|(ÁÕ6†–@Y|\°5²±mÌjnŠ{³äÍÎe¤ :·&Ê -mYÑ0Ñ2§psºß$'0u‰ØÀhXð ÷NkQJ"K8/*ëÛ‘°áJ"*wÏv£úX4'oÃ)ˆ³从‡â¼Aú]³#îDçöDÕ¯`Ê®pI/‹ƒEuA¹0É7óÎh|±ggÀä;dÔÈ7ÛŽTJ¡ø¼)ߦQºVÃv‹² ©êk̰³ÂòF”wÜÒÄ[8DgžšÜ;ðµEiP”-4#Ê8ò&a5Ûäø%/oÚ -5¢ù¾‰EAˆ® -ÍðèÞç­Él1jç8Él.{’Š»ÇñK8ê´ÏÝfúÞøG´ÞÉ„(OÅìâŽhÒ˜TŸòJØ,"d˜Ë÷€o[ã« -á;æ QòÜãÒPâ¸"cØ{hç*H ·²¶ «‘a¬—b‡JD1]UHíÅYˆj’ÌÎΧèç6æò–ƒY¤-óî«Õ®U™Eî:óv p"UsÞ P£•jVsð¯Ú(mH=Ð]æÞ¢(ol -bíaÚݧÄA¯ê -–ÛÕ Kò—gQÖ¡W|Æ,DŒQæÅQ¹]Fš¾Eåºú‘§&ªAI¬t—ª;LdF= ™€3™À÷Ý 2snBT/¥ ŠÜrtÃCQ°TºÃéZÝwYœ(ÈÝEó\!e’`7Œì¨¡:n±î jog2§'ÒFÕf†\Û"—Wd9òÕqÞ7â`‹ˆè*HP•>%8à¾<µ-ùQÙl,Ç:Ìeð$ï:‡Æ¤t>Ý( -®$ÿ«ÑëzýZ‚ W®c%´ÐøÎv¾ žO¢ƒöî-ˆ2ªK—Eªww†¼™Ùe "ÝV-ëpÙ/EÑ`ΛÒÕ»Û¨÷q¼*–Âvƒµ#šƒ§FùXærö@þ—ån†·³±²%ʨã-)?„/Dµ3ÔsÊu g½Qcö.ö™i×ãi,Ow¹0€²åMÆ -d=”Æ;§±Œ‘æúroBTÕ™$C¢®Iá=¡©¨>˜¦^Û²L¹{ ã„^gÙðÇ'Q ŽT‹ø-"6„0wº,4 —‘ x¨ciªÇ§çûJHäÜ ([µaÊá5!‰Áö&=Å÷Ú—"`Ç೺ßÈ<U]ö2ÇüÇFîN¹E.TÐU«5D¾n£ì|†nÌ-Šr‡®ÄnS<')zITO°õp϶e–¬ :3sï+ÜW­‡„+±3ÜsÃ`Öºÿ‡”^f¦žŒYū܋ɾ‹Zä/Æš¨N¬Àºš· 9.# ¬aHé¶a|céžïUžv:®Ö&qCT—æ‚or¾öòh=×VÅR>øñ{{ ŸÉ¡Ê¥špªAþTYü¶1)ÊÓY‡kÛe)ÂX‰óæ-IÑ©äå*Ö@ ÉV }ÒDÆßj¦k¼ò»Å†Û™ÏôŒ6ªæCy«–ë£*ï<$E­]Ž…³GF(7TÙ`IØ QÑŽ£×ƒ¶ÌnÛïïÅ"³*9½mÕê*(@é°¦¯Ø©4€A’}=™—Q¾è+‚3”YÉÁÖÓÐ {"†úá'ÔzU-J¼vuRÃ:æ¤fÄCÚ®…‡O7êA5( -wïk.¨cõýSãÀ·%a øEe´*£”4»ëyÉeˆ(?Ñæ®ø\}¦‡yÍ+2h3É -w L~¢ûg+¨»G¨¤+èÊŒNˆßÈà5-ÈAš+<’ºÊj[Ûu:¦3<Í’\¢«uµ/NóTMs“yeáº:£ fÒÅ8q†WÅ™í…ÅcÈy:W*ªëi®.L"=Ü 2~-ün¼Lˆ2CÓq~.-‰$6dú®,Îm ´crmˆIeÇ}µ“çI°Ë%²µºA‚¤ó:Jåã8îÅç:¦Š|ªXUÍÙðˆUÑ̽Å_-°§h.ïæŽû&ÖÌMÍ:ó¦q‘÷LWôˆL"/õ«² WÖ8Ë>‘§Ljºº[[º€#siZ‘ñ2!ÊŽuã&냈n¢gÖȺBlúp÷2ëXO³½!¶3·[àŠß½ÿº•õ…\ ªå0äͬŒH¼9Ð0ZÛÕŽî”ó£±U’3gã4K‹Þ-™é‚p›ˆ½NPÄà -¶A)S“DïŽfÖÎ-FÛ‹^Ø5²âål†(–`9zcucD…Í6¹Âɸ冥Haƒ¢ÌÐf"’kWÄ.N$6:gq`Y“—‡².nZ§Ùë!ºÉq”2SŒ˜[¸¾gŸGÓ÷R j>TŒ0"_o,Ò«V/ò(ý=#ÆDYE÷ÊJ¥HòïÈBÁo KØ$ñ.Àâ—‰[]G2óб'¢#®7*W®Ôvcªe¤F"¯XïwŪáà¿ùP¸Ö˜orTí½ZÈo ¦º* ¯L·?Þ ^rædy®W‚æo2²â„DWÁ#j5÷ ÷NCôɰ&·Çu³B­À©ož{èq,͉r»•w1‰Ix²«Žª·^á^Þ·…y Ãd×K(}ÏI¯ãáÝ”¢ c7pÇL4ðKgõ°†š³²TÅ ?ü=æÞ„(Ol¶’U2 -2îÖ)©6G7×m`%œ ƒŸAËÐm#Ѻ €#/IÜtgU;ï›Æ îìæL²yÅ4¿“›@gA€¥9»žÄß—-QMô9QÂx -xZ»N5¦ ‰­Â–®8V·´Z[5œÛ„yTï‰ßöøEF~î.Ǻ¤ -RK>Å0ZPÞP“%–¥N È&:¦+l’{¯ ¼…7ué\‰ŠÐÈúYϽC71­¡¨hÅ0cQo -®aíw¦DæçÚ†3?ëV·_i5{Pƽ]Q¾àpŽˆ‘Ÿå2ip,nYÚvÉŒiÄeì»Î«»&Ót´Óa¢»®QsÐê¼ý$—4X[ÈÞ, .±M»Ë‹7(lé¯èB9Y/ãu}VCCøãJõ½ñø-3{È&íý¿à;|ðŠÑÌ]uØê°í|A›}¤,ÎÊù+³LùO£©ŒX-'«®„HL÷­¡}MÁyƒrq|ÓƒÂi˜YäÂQXI%œæ ¯lŒ©ó¿ ÜÀæÚR*¾%Ú¸Z8Ë[xŒ¦qQfµ,KÓAt0\q4¨zbLá’²-ŽcõÙ87*ÚZuö)p”‘¥49p³çi5ȼ #ë¼æS7²¾”š^þøX"e¬ÂJزîk`,H²-@jiÂN žò̳M:Eõ\ºá³ü ’R;œ¹LXãÕY·yI]vk$ºÑ1Õíó:ªÛžUˆÑZ¨:U’ËX@¦©ïIM20z\$¸ÕÕöxï 4¯ËÝ ¢F½¡\-@CÐ_7Þ*µHå´`Õðº–%q9³:‚§åxã‰Rú’û'‰r½‡ŠI7l ­Í>™oþŸrÎÖéYqºQxNnl¤`Å[UËAÎß;­E QGãˆ- •¿m€šrÝiY.z2ÀÛ£³úš»­Œ@í¼¸aB$ý"ªS‘CC½Nc¬MØý²î26ÎCõï¶h~?ú¸þ“#ìy"7WªøÕy^ õ%µgшCå—£jbUm¦æ²…vôÿˆ¨hõP„ s«!¾¯ÓêÓí< X²e,}íŠôâ¸Iß­ÄÿoiŸTkô¼fЇW/R$}¤Y4½lø¯ÙØÎcf©3ÊÔïÝr¨zrè*9¨KNÓr”³ÌíE¦ÈƬ»ºµDÚ8ƒJɉ±¨!=³Ÿh¶‚ I3 r.µ8÷c´BÔWqî^Ú¤&áÖµ?Áv¡WîšûSé·%†@ýK¼ãKí¬kº…b9¶´)R€éúÿtñ¹ÎwÖÿõÊKbZy Ó’FDt {ÖM¯’iµVÇ”`˜–^X§ÂøŸ~šÜ2ÓõJtw@ ØÖ¼]X‚½£uA—¡‚ŠK«s&ꌓaê–ûÊDù\¯è*–“°®œ×?õk3à»»îz”³ÙŠ£ -ãèyW’ÛbME©”/¨xAŽve#öNöÌ.ÅŒƒò­š€° ‘ÃÈ’ê*Â^›_µª -3,H×Û_õpMòè6×ía6[i¢dÀ†“fȈY1MCMòÜ6W+­˜‡í^ö”uòn%Æhqàý¢|:íY|Ý-æ=Š*|Œ-ÅZu€º5ÒL©ËÀ-ŸÞªÍU±G‰²øw[CÃ6ÚhMÆ=†:CÛ'ýp˜\W‘oÑסIluŒ°åš¦^c:͘F7:÷åçPµÜ2Äz™‹ž} -À5ôGx#£«2§=«›˜P{ÙùÁÆrºšÞõÙ v¶g®j5Ââû§äæÂn!ßµÄé †Ëè2ïNTéÛêxëÚ {“¾Ó™°7ʯ)ØÊ‰UÉRàEr& دO¸"=Íš18Œ¡žíõyô®‡*wr?ºÝq¶¢ŽÊÎ"3ïP”廀+Лp•ÑÏÑpä|Ì÷ ˨u(²ÕñZ«cT8a†¡2wÄ`uä`§o³ %¤d±x²›u0›*+ħïýf_-TkÆ©>˜”){ï%»dªÄ}%™ßèng`E§!ÍÊ6ž¯Íq')vñ(ÇÁ%Í^}w‘õy1WD:wë:ÆNBÁ묻ˆªg[Ô‰ucZN¶Ç…ŽލæË°†Ðj$Ù)ií+Õ¼³9Ìèî éËë:§akuèñ>eâÝ¿ ?Xƒ.ѦY}Q/,8ˆØôbø-œz÷æÚ¹þCTZ¤”Ó]RÈ%ARH‘.Áê?T×m–Ξ#1‹øýrX럱÷U ­¤:‘Œ¬ÜÛ'°ÆîŽÍþ0kBf¾ÝÚi¥uDÐC*7zmy‹DêɾùQ>×MÅLÉ7S™$[úirH6s´¤»PyT1S•jáÉDèEŒ¢79ÄÐ Æm“¹3†hË”„ˆG¬Á”FZ–÷@n!±§Ô$³§ôan8·)\}Ò¯™ J¶D×…èéJ@ ›ÁE]H‘B†; é2Sª-Ý`³WW×ì™1'VÙ@ª+Ü×iôfŒt)Ø4NçÓl¨iÈ4Ç1ò Ë; YY†- Ñ•Df]…–3t°†p_HBnÃTeOºT Ün/’ívi£*’sa°q:fQ4ÄxÄÛ»4ÃæÓpºN.¢] -[×î|Ç MvØ%;çcÌx‘õ(¶6Urì¯Ãf—.W±Ô•kNX©‰( 'r`¡Ú¥eKËÉçJèTzìr§:U$•"ä‘{ÍÎ6>’÷Œ IÛ¦áÎæÚ÷vöW¬.™°·?d«$*n9J¥-­®J^}¾?• Q.×açÌ{BÐ}2½º­øhícoB3-D&x§/ƒÄ,–áB°2.I†Qªê– -U³­²«LQ}²Iå}äÖlkõ¤oÜATíK5éâ&º‡„DÆì³¡Ó3:B(¨ÜffºÝ8”{§àÂÔ~fr&n]H¶=æÚx¢ -R®s_–Àd[¢÷CØÐQ—Ö¶³y4œ®•£XÓBℯµÇóÉ ç::ÿ?ep_À’HTwB˜JÉpªjó_©ÎtZÈv¢Ž+ÔIJu‰u‚ ìÉ>ï£:z* Ó^ˆB™û-äm¶ÙÞ:6'eÁ¦Õ½¤é^äù¢·?þf/;L“WˆÚÑRú# ‹òVY£BÛ÷;4U•Þ]²¥ÒÚy0³2‘bm SïÉ -¢F/ét"´Ñÿ Z¼¥)„=kÞ1u»fR2¶“‘6u)댟GéoìԢūÚ.Šb¼±ˆsŸ1'¢¸‚{ Áftu˜ |ÈR€ƒ~ĤɲÕÿÖ*pç&tgFŽõg0ëõ­öÄÎAU„,ž3„Øâ-•˜=¥›Q„_·D~m‰9ÒŸ¹Ç®Ï…í3 +Hß$L :Ôú²ô"’}i®ö±Ç;LïØO˜°’-AÂérÞŸ ‘Ä‚£ˆÎ›BÄ)»wRN¹ˆ³ŠÚ›lgmºcûˆŽ‰RLKä¦6a2“¸!˜!Û&Ü­äÖ“ç2nR&h8ÈS¸?ÆýhC\µGSãFa¨f»™:Á6ìö½ã$d†è݆p†CîŠwýÃÌ;©š›Kîã7i¼¶¸«Ib†=Ðë[:eŽ{ æ4L<„?ª¬×÷ ÙÞUt·ØÙÔ’U6¦©T†š!Vi~Ò`©ÈÝ2Ûìn]}A† ÔeË£ŠR!E!Oú’Q•õŠQ¸!)Œª2©1É_ì;„‹ÅˆX@ÄÔ¼½Âz ‰ZqFäÅçupžÒàÊÓg§{Ú·>dšCºýɲïyPß¿ oïÖ5îNT«ê{ºa\Í"´ª=æº1/ºŠÅªËðSâ#ÓÇ ËŽñÅu®™™ð*/·;3¦|FûV¥,Á#RÏ)À†`ôh؈™A[é†w)Êžp™°\oåfš7±³×ëOòZ -fØ, Y6¦«åkÇT®—Y(2ñâ,§°œáP¢že¨\Í¢’¥.¤oׯ;x ­ ¬ªŒ;Å®:©íbž$¢ûêOwÌ"ê³Î*ë{Ð,ûŠ[Ž eV5rÌŽ©A,ÌŽ%³‚ÖoHKu>„Š麗› -"wSÏD®Sùøü;”Çuwÿ+BLsF‚‰+…&VÙÁ¢všepp‰(ã–ÓF…¡Å»‰;s&½Ý1 -¨uMúNŠûª–†^1þ(ÊFm™iƒDã>EugØbJǰ:€â ]R‚u°µ%gkçBÔ&îŶ¢3/j -[ M`–ÅÀŠÝÞ2§¯Ç¾Ç…˜ Tgï²`ù‹Ù°Üå×Õó…݉X) -c[?tj"ØŸøímÆœ÷»‘ÂrLb¥Yô§XZSºryujß99sVêø˜f èlb4©hm¸c‘8>×bçXuøõ„Í1âtƒ«™R!ꂱÎ55 ÉÛ¬ò[o }Ö€€:Ô-ƒqu?Á*ùhì6«É7qFY‰²SnR™^¼êPuõå øUÌÆ²¦ål™¹Ÿ’ï#|¡Øj‡â«:KPôÿ–c.dDȉð¦n'N†5ñ;gvy@Û–xMÊq¨+Õ%”ÆrÐgA¢Zpj¹På‰÷•}ˆ*}•÷Ün¼Õ³fŸzýc° ­Ç#ñ× [Љ<Ž)B«¼zWÿ¤€ËÕ¸¥[˜l6^JIE ë:r‹65š!·ºüGUUU»È6>DµToB›Îàå\5¤ p+N’Uä•ÌáƒcìÍ8.åô(ø²n¹;ÌHJBˆ–6¥´P¤³Â_›®~ÅòÉHü1MÁÍ}!jF=ÿ»¾¶³v¾àŒ¡lH¯’ŒÑøÇSˆt/Y{œê-(»®¿tÕ°gLHçQ¸¨:åâúXš1‘½¬LÊ”  Û+|¶®/¨ûn\\æ¹å¨œšfJ¹¯U8æêMjÞSKk/3­4› -±º­ÜªÔW§á~Ũ_c”¸â´:-‚Š3•+˱à„\/E87Ö©±ô¢ò,-T”Ñ­hÕD*]êÁ™=ÔõØŒÜI*„\¾¶4ÌµÕøzÅMù DqW6î°¹KT{I*ý æK™$Š¡a• fVªÓp k³)•d¡ôî-JË¥ê<ñ޶|ê­]¬HO'$¨R×µÙ„ÐÒ֮Ж£ØUÒDugkäÖÈ>Ä®Q¬7½ñI¬eeeÁŒçê„MtY:\ô¢4S¡¢Q—2-uNªùÞ¾þä›—/›n;~ÆÓ×Ožßþõüñä§müþã?üxýWû_>¾Z`.lòàzÅä¼Þ…ßñôñëÑð–Ÿ|óLß(g•òûñž^ž¿zýäý»ç¯_þå–ç]B_º"|ï§×Ožÿóø†×>è«ÇwÏŸ?Þ^þì§1^íÏùü“ÿ>þõøáÃãå›ç·—ÿoÃèÒßôêçÿÁ¿ eÏæ}ñïÚ4pŸõÔ¿«øY\C³Ð“îD}&Úf”;™¶ï9o”3à’L«ï,K2'¶0yCs䳨íÝÃÝñÛ*bk&%Hõ·lîìqŽ«‚ž<ƒÒnDh±‰û/_TÛõêÆõ ¡aŸÔ¬oV­ÛnM:¶ÉôùH/@:-4UÇõ|(¤ŠBL/çþo'be‘¹Y¼IÈêÛ$t ÈTܪLDJ 8¬}Ê@Éb•ÉÛ.7 Y²ÂT.ÿÍt–ãÖ°§êM·¼ÎèhßÉŠÓ`[·{ÇJ‹þ.”¢o9'™bQçDeŒà¦›»'v$7_"îeJ˜>ºVÈÕÙ3Þ…O%7ฒ›Q3&ÌßMŒ­ƒÍ3§2zt~º 0 Bâ„æšYuz{(¼—!G]t ˜µ±"ÓT¨ÿÁTéÊÅ<œìýB”`詤a'ç¨d‡n–À¤4[K…Í]ùõîmW>œáMeq3Ö‡*ÑøÓ!f˜Éòbó$ÎE^Ðiî¡1YkÕÅfØkxXuóÌ©ZcаLRA ôÊ*6ó}~Û41”JªÎ$ÊVvüÞ,îÌ U»VêO±[ÎEšz5Ÿ±bs§jC&=ª ³½˜©ãØ3äh‘àTíŠ.B Dþ½Qi„æO}±‰Ó‘E‹=E¹ú/QŒ.Ï‘òp+zWÄæÎ¾æÖ|Õ˪†¬†RÀUF`æ4uþÓž ß®½9Š5é÷ 6|ÓvÑ.Eß‹cQ¢ªµW«KÃaž7Uo²A¼#!æE=Ch8˜jW£Bð›;“m[5½Ô, ¥;¬Û7=B OÌûDI0Jß6¹SCqÝF¼æìáN#Ëù`j°ÃºUä6ÄÚòM¢úE+v(sî2›rs¶6Ý” ƒˆçóB‹ØS•® -¶J¦{Õ„­Ûû $¶$Lí²¬`ߟFE{¦†¢¼•¥R -â#Bt6ÉW8;q‰™¾ôøt-#‹?Ee‡‘E}(ü¢Zì2i¤æH`¬ßˆ#5…³’ˆÌUø2j^gÎlÆ…n›6’7•ÍUf†ÚƒÄ7Gfê“û`“ܹ!°;;+M4svžÈTíqÙIAd?5Éñ-4ï…g/|7a‘åDuýi8ò®·ç£ê,G,[‹‘:˜ìÕÌž~‹Æy0¤Ðü w{/_”—›Ç4Ô"V´ü–óúv¢ÿ¡].òðç‹fζÜTϵŠa‚]f†XÐq ëù+‰í¿(ˆîÇaÒ©ÉŽùVQ]ƒ¢=Äîz~@"„³–¢œ¾ð(æôs7@Dyô£*£í²?‰êÀÁäPÄ™ªph‚óp,yäüîâ5bÿ£Y3Ù~JQ7Ü;á5ÒŒßOÕR®Ø@ßrìÉOP¡ýVS¾?Q/äÂ[¶&"¦œË[÷Fè«ER'²šÌRrpNwÖgÅhØé…XBó Ìihïs,òUMv2¬P· ;‹y“ÒìÂ¥fmã(ªÔm«Ê0xSŸä#ahóÓ"¡©XV2­]ˆÇAU²'V_±²Vl@#4ƒ"|%ÿ:jãä÷33§ª]"SgwÀLTñ±|æìqÊÍ{,8~¼è ¿ÑqF\Å û/å¦j³‹Ð -¬é ÐTØ›£ÙSÆ}+£‹YÎcÎ2µRasÿ[}{Ûœ·ˆ;Ug²ƒÅhÉ ›Ãnü¾Iô]@*püÚç•6º' âOåU\˜ñ[L¢>ƒ&±*ͳ8Ũ³ û·ÿà¡!™­Ñirqœåd­8j=súµTçó`ÆË"·ýÕ¿"vrX@ Í‚ͪ< Óׂ”Ít>k6+^ ¶ÅRܼ"4òµ e0¥BË„£Xa(`Neq;œƒs€¶?½ºæÎú®¢òñ*Î?Ñsßå‹j9·•NÉ.’AÙÛΫHÃŒCjöÿª£-¨Úyý,`…Hb_·~–]wWŒ5L ö¼Q½œ(÷x3°ô* %{¿Ê«Ë¼¨<ý;˜I±‚W²ÿ‰0fö…=Ug²#åJnB¢¿±©Áx3 )ÌqD-•ž%6¯yÝrç¾ËÅõLc3±­Ìì—ClaÏ%ÿ T_\έ*À_ƒZó‘—ÐyB_‹ÁfXæšèk–1;VlnÏ`lÜz -3¶«€‡=£v´äÆŽK8ÛÐ 3æ8ó·ã¶VóÜvq=¢š²ä %ómkvÛrî>àªNµ—yblZÎg«óB£ŸˆqÀÂSÀóUúZ¯‘ç?É›5ªÂx­ÁÆ#ËÈiÙ~ÕbNUPg$W­fo%a±½ö…Š6ÊõoT‡Ss(ÊÅíZ.Ø«eï—½%±¦oúô‹Ø÷ án¼òàˆ«yàÌù 6UKLßÜ'þÛŒÓ;(`xspúÿDT´z(B†¹­Ó,JUˆ¥©i3N¹r½É "Vw8 HPæÿLûö© šÈ‰BRN5¶ûEݬ6™»ZæúEh‰ ƒÔØÈÔ÷ÞZSu…éªÁL—pja{'œÍÒ¤[¸–páæ‘™ï³ý:$Ë,û.u“o÷¸€*¢Z‚ÜüÊýXM§ÍH‚ÏÈ®‹‰œ $ù2#°Zæ¿lSmÛ+Úø#’ì×7»êi>bÓ‰—‰ÍHw´b6Ï÷Eq\·<9¼uç¾\Κ-ÆrÊÌŠgà[€R¬Éb‚vtª´_F¬SuÓ œ(2á}*e1Ì;óµSºâ6@ø QxÔÚ ¥‰T†;·é.Ìí‡ú­ê^ÚgR—>®<3÷ª¼õ¢G-ãiæ -ºÃq¼#ÙlšVÕ`í²Ï-Q#³¿ÑÁöAd5ïô«üßÚÞuÿ<ÐîyßuùA';^Ò^¨ØŸí®¬§k'úB,®9n%¼S#_VþMežÛÂý9™ùÍõJ´} jz¶¶A}êBU¢Åç*‰™LŠGýŒµyÖz $ò«±6TÌœ¶RUx”ïè·PU¥\‚-ÓŠN4oŸºq÷§8±Ë 3.(Ë\h¶§kêz)º*2e‰!5¯¦`ÂÎèÑ-_]åàÏê½ e5¿|¨rÙ"EU0@ÀF½Oݸq•ÒJ«G¯ý’“¼¬Gã>¹È"%™¾iN¹ÓiŽ&“t<Ü™7{€æš§O2Äi¨!Ÿè^ÎKÔ²éMTyœkŽ9¥ -"J"ЯI -Ä;ªõuŠŸYúšÃ\…l¡U!òˆ†&z-Tu]0_oå ÔKgo“lî*Oï­³ò;PÕ°o¯‘k¡µ!v†6m<Ð?”ÏÙUÛê3‰q¿F6ëÈÍ×('¬Z}®åUì4þ70ˆ›?·¦C ²ŽÙ=£FÞ1[³5GtT‰¼×@(ŠA*¢·üd·ÑÝ—oÊH熘å†På¡ç^mî˜Ë™Äé+Ç È”Ê¿ø òýŸƒqpþèÎW†‚dÏ3‡»Œ#†È6Úæ)´¹¢yùá´6¼¥^«3Z$»‘nÀ®ª“)µ|oS *:ë ŽÍ‘dÚg}5a ¯ºä87*ÆŒyÍÑÝúŠdèÌæˆ^¥lEy fv./†ø-ÛíŒå°Ž‰‡±ÉW5Æ<$öîÀ‹âsÚ.hëBÕ&e{ÆH•+åõ$uIú¸½:€s -Í—æ[L€ÓÚytõð …µ^ '‰î˜¶‰nO7Õvu­?ÅJ¢™€+ùƒÛOšŠap×ò7É]+óõe2ƒªP6 -Ѭ,rùx¸ñ-?M•Ý0¸ÊùÓo£Ö[T毳÷#[›ßšã)XáþøÒVÇ -q¾ýNÕ²;êÔKy]moº¨Î‡Y KÛL”ëWº õòs逿Òÿ§àÍ1Ðíɦ|¶ût¨»Ýý`>%ó¢Za -IŽ7Íx,éX}SçæÖUrMžÈŸá};½°Y×Γy12¾g`ာ<–&Õñ¨b‹Ì'PÏ•×F5ŽbLTÓø§Að Œt5L¬ÀRJê-"¼wçîÍÍ1†*ncÐ8# ꘷¡96¥ióÞl¾U{v -•Ì‹#òæ(&.ªõê3ßsE¶/øÇ-åé>ÌŒÂì¨òÀ4Ë£(wZižªt>ƒ!ïÝ}Ú>ÉBñëCfŤ™ÿ‚¯pÏo-BµúÉîÐVÀ®{I_‰ÈݱQUU\cˆU¬îÆ^)'PÖÝQÞ7bŒEÈÃm׬Ïð*heƒÁé“ÄfèzíÊöHbëñuœCVÚd‘ÛC7Ògµê ^ÄXîÿè ®›¦Ó¥½TËúäf‹•Crßlbjú: еë)G3)M°r6GµŽâÞñõÅx0ölšj§¼®ŒÄ'§ ?âÉR¢:Ñ2ÑQÛÞ¸æð³€A/èPw´Ý‚‹à<ºß˜qSžt'{ãΠë0—%†ÃOÙ¾ØÌÛ'&Ô®qñRjÜÃ_óp¾ÆËáñ"¸v°xsÕJ#¥ëkÛâÈÅ&«:xR2Ì¡{Ôõˆ—m—ä|VÁþÆ~!+hÆîj=Ç¥oÜ6ô#rÌvÆDUÏ^†-<äxÌß"ŽñQÎÃcq6û¼†š¸~/1x‡þR_ÅÌæHÓeÚm½f_W‚_I¬e?{(¹,õiNæyÍóª#ÖFUü5wvuù‚ß-»MÞDÑÝSËÉR§†2lWÄ;#$†f–þ­·ÙBÞT€º0vÐêõA˱R§^ªt–ù°i,QËѧeMžÂ*!ÏŸ{þ„ÔKóX ªh•ùÀƒ''†MKvfåI¯â·¢sà«gDÓ{ue¤Œ}²Î¢(‡¯ã,pü˜IDm¢hý¼-ûº5nʶµtX1e ÐöµQJeûvî¬î“­||=ÇâZƒ¶p5ª\35íÓÙb@nynŒ®©VÕ× b‹HDvúŒª˜Ï–^ÎvVa¹Œ–Pj¥ÂðJgÍó–׵풶‡Pît}å«@|C(v» žô¼é¨Ý"š»‚Û@ö1«ãqiÅré_W©ƒUáÌôñgÓJ¨NÕÎ|Ö³¹&—®ºh¼`¤}’{ä®D×ðò2ĆŸÔðXOœâîÆÿLäyסְ­ìªëÜS#›zÓ¼|Èè“è©:¯æ -¢ä ™.£j˜ô±EÐtÐÔ¡—êUœ2ºRÚ+yŸ$¼µÕŽsÙòIùVÉ9 ®ã*D‰FEiÌ8ÿ%mû¤­¹G<½ô_ûq‘cçµà¬2Óè’5ôèÉà¦ìÈ8ˆrb¥dxRÖ»‰’Ö(óç:Fª -ëí|¡G>ŠŠY+Gç<Êk¤Í­&$DWR³ëhX©Éú4·míTWfºõe5Ù>„£&²HTå­#2×Ú#wò ¿[U´ÁÑ«àˆüÑäÄr0i¥ªÊõJµ—·áðQî{´hÒSGõ=%n`óR®ÆrîìV>Ñ5¬|oÀ¬™aÔYè`.uʶÞüšÞp`Ù,ż”;ð¢±~éÊÈ9 ½ *ý@…9êìŸôšœí¶g X••]‘ Gr³Ä°íӅɱ›i>,Ïb5YÉŒq#,£·KÌÐuàÔ—r[lD©Dóõ}:êä(g‚ôÁ–CÅ$8%§4Å(„Së‘Û†!jàrÑo£êcëÓ&>jZŽ/ûäô¤ï9t\6¥”±€ ©š‘HÕ Œ S“¶‡<Lj~¨®+¤ H°‰"`Jƒr;˜·J“k¢|±Âƒ@…ºL£èZ4`ñC“ßÝöpU½qµ$xë䟗°¦tÔ]ðEs2{.¿y Ÿž^`ß›ƒµÄ7Šê˜Ò €;Ôs;¯- sk<•ÒË vei÷óU=ÀüèÛù”æÊ¹óû2N¼ÍŒá:lø_X¶žöu^t2Þ,D·ØŸ8Ñk ®ÈõTÊɤ\-ȵ™ò‹÷C/âLh#S†¤6’×Ë!‹¡Í·iK0“ -\ÁË wÈH…Û¢^3ís¶æ:í¿ ÉàæÑ¹¬¾OwOüVšï!_¸çkvhHy\k9î pºÝšCwÌ”LÍøÒ9ï䢾“¨ó{té…ß±½ú{f(çÓM}®‰2Ó2g"4ðÁ¥ˆ?LO˜R—õ¶DUc•Ú‰mÉ…´]VÒ]ôX¦µsÓ!e[Ç¿ÚL!š&hƒøç`÷ô[ãFfg,e*¹˜‚XgïôÑSMBÜN9tÞHµózB«Q u %_ Qªâª63MnGO¬Òý£Ð*–4ë@ < { kIÙP›î+z÷sÊ<Ú4@¦¯$à“#HÕ›qØr8›òÄ*S¢„łޢÆ)·Þr¾Ü…å¬?n¤Ï—šw…X¿-€‘vÉ LÍèf9)¿ -Þù7"£CݹéjUr‡{ÖY¢OœV=çé”A³arW¦8h“¨-Þón¿÷¿ôj»}§¿þç?ýùí§<}}û|}{¼}~z¿üøöþñ°×w{úíýëóç‡>¦ïôô×÷oŸ?~zþíuÞúñþñã·Ÿ¿$®'–ô"ÞëËËãíûëç¿Oe Õ¼øÍû)O¿?^^Ÿß¾<ÿtñ|˜»Î _ðôüÓãåK×—÷ß^ß¾Ÿ8*_éi“®VøMO?½||…ßéëóÇëçó›™ÌMÓ¦ž©~ÁÓã_Ÿß¿?¾|¼ÿãñíCýÐŒoßÏ{úúüíåõýÏß¿¾¼îË·Ký À‰u•¿óÓËëóߟ§ìû{üãù·ÇÛ×Çôìâ+¾Óß¿?ÿö8ÞðëãÛ5ö¨.汞^cF>ó7>ýüþýÓyóo_þöx9ïÞïóç÷ߟß^⦾‘?ýõï/}<¾~>¿}ýä`eeêã9úù|>øßÞ?~¼}ž^‘5Vyƒ¯á£ÿ猣™Asñ…<ýóñýÓ˜µÆ¯8ó“ýä)Á㡼áÇÛëÛ~ϧïÏ¿üöøþ‡ÿàñòta½ Ù?~æÏ”pýŸÿPóC×8÷ÇxÞ}áƒv–¿šdŽxÚS(}R¡‡¦ùüf’A«¨?PÁ>?Ñž Yr~âadæÍ8;CC¸áâ0qØYÝÈSM9œu±ÑÏ/–S±Ôj;Ñøö5šd’¾ÎœÊ‹ÚÍOn>ŽÃÎÚ¦Øj·návuãU÷Þ2¨Â\~Wþ|šâP3bvòÁŠX;¸s(ùyüîàr6a;`·çñY]tD¶ ªÎÚW¸.Üù—Vú³`uG«Á GsÒð;[8GæÕ&.Gü²ÑíË7U÷,Q’©§4½2Ñd(ßgׄ'fEx.œ]¥¦ÈxuRˆªåÐbÚe›1¬ŠÙ^bR¦ü_œ15H{Z#Ö‚G–táÖèfã˜Ä,&-#£8y}!Z9¦X©ö&Ys¬‡ÝžÉJpÔïÓeø›P’± -Äö äñõ4#0Ì8NÙéÊP7É îT)vñ³—bö;Né:íDI)0KE]¶õ!ãÄÈ®@!mÇìýÙ|–"-KF•¥Êu?û1~@OÅÜzê»÷³ûByË ±±ì„jÅëK¨æíÔ:j.¡BÔÓÿÅŒýfc‰Snúd;ÖRæºéòGÑ{1ÚØÙïüËæ2ŠŽ®„¦ŸÒAé¹}q:8°ø' Fr©o<¤í™Sžc#³>£H{AHÅ&¸#ïOÕ#eÊŠ´ÒŸy­š¸¶dN5[ÅþpõÃg40ʾ°[5‘ Ì*õ`3à¤TúêHÊf.¶u"2Ç™}YÐÍBŽ”Ë¸¿HŒÕØY¼)®­È‹@L¢8©$¡Q™ ¼9+N+!õ#<¦c¸“äU¨c3¼iJѸk@R»ö”Ù»YÒÆ‘Là˜êÒ¹úV†CÈRh5f­¡î¬2"Šgݬl5:J,a¯xð–c Êr!ò›¨²0Xt!‹2K4!7ö¥QU¥ŒG¦Þ‹ÆÇ´`üÙÓ@LõÒ{aç½¾ 2%¤ã,ÄŽÙ¹C±W2¬©˜kœŽ‹½0ñ:ízq<ÿ;2xF3!§¼:‰î¾  Bál˜•ˆš% `’ ±³®)©LŒ…êúy¸©º>åd7˜åV¥vÏxðê¨Å°^ÆÐÅá³v®B35H¨mÚB•yy°{Mˆdމ”c=AhøÇ×Ü_6×ȃ^*89­Iƒñ2@-9ƒ$ 5wv> ÊçSµŠ -MzȨ šéÁÁ =aI‹¼Ó¥Ãd°F(-É1é:¾ -R3?²ìÇíîj3¢ª˜‰‰NY¼aDE4ËCñ‘ªŽƒrnÉ &[†‡ Èm©.d'ì{ˆRÞÝhÄ1á‘d7“Ç´,GÃ5 îò’ù`gÍ‹¢S2;)wez|äìÀl¹®˜«qΙö˜/ÕUó®,HÎSŒ¦¬;«-s ‡4"Ý+Ý¥ÄjW±hRºƒkÿÉb`ôÔÊ…™ª°»¦)VUªãËÙ²Š‡àHÔ8ÙgÊÚ!kJèœKóŒõ„ ý¢1µ²cUCÔ© lÇqÜ"•½öšº”Ò$ŒÇwÂÌ©à’öSyœÊëE6v3s‰àÖL#‡’Ú^eb]rd©Ñ+›Ùò¡ŽO1£ë}eÄzѰµTUmfŽŽÔÝ;T›`‰XÃOW Øev$ çHhÏ -6Ľ릃Oj["wC•¯'pŽÛÕ0+BÉ• Z¬Gy¥mÊhåcaZu@ÞÒÌûlDz£ÅÜCÈ[&3*ëu¯‘…‡~Ûár7PÙ –„bêÌÖ‘Q‚Åfuë©È¢½©?›36J¹ ñ„RãÍH­®¨˜ôÖL?ŽêCŽ[ÎqâÞÓ)ï-3œu&=]¶LRGBú’rŒd™§kˈ(ÞÉ -“bçáÑÓ)ÆÄmÅ”Ó 2–åÄç>]Àn䬵.Û¨¾‹Í)Œ ·}a -•¢çp¬ä/·Ó{:ÔÎF¢³©­AÌí -"£ŽCuÕÈê]뜧IÍhª[£ÊFuQVsµŽT8›®,ƒ¼Y%‰pˆ6h’!õoœÃ}ާ#Ÿôv¬ý4'²„†æ]¯ÉrHôší %:pì0^Ï`Èúª+¶´ê§ ÒÜÎð$20§4wËJm_€Ûä|wjó¨ü@ç `9DË’öLßsñ§uN¬z™ÃÜúhÂ`ŒâX¹=L‡foÑÛ®ãJŸ¼!£Ö} 5E[ÚS·°ÃÓeI]Å…Z4!l:ÊËþV¸áìtnm‘+µ+Q ‹!nô*“u/B Ê~TO›ë7Eº.ÓÔ{Û¤%–()£q±b\{ñ̬õ³l^ ñ…GÙ¹-áãTÑUz׈ ±¶FëĤd 'Œ3kõe¨7s=Ä‹:]Š¢M×üS}\Òè -±³Ö|(Êõ²¾P³‚Ä&?²¦Fod—E¤is»W× -¦c -“í¼¬S–2Ì"7°æãΠbíÚ›å¼YäPSð7²æÒ:Z EÍÎÈ#™Ñޝ¦èÞn'T °ÉÝ-Ö,ïRN]Öæc´®/Š7ò«¨jTa­ht@þÎ(š_CK¤ÎªÀh}גǬžÉîïX—„D6E¸L»ÁÆdzãªYTrÇ&NÈÇ´zàÛÄn‡gj‡íxåQì|¥e›RcE¢ ¨ä.¹hqx˜RÓÞ9Ü{6ê7 *3}ĦJ¶Ë#“®[Ôš$>;Çä9\}ƒùN©¨ -0ã -_ĦnË ½T|1®ÜгšÈjÈ·ëeÄGq®‡gkåÆU 9ŸUïä6'é[JÎC@†×ÎæÇÔ©$lâýev3£Ì6ƒAQÛI-æ‰M€éô‰Ð‹¦ç Agå¡ReÏôû)|Xû”!” «ùhéë™~˜‘‰– TŠqžBud¹S†9æ)DÕD޳'ÃA¤ê˜n†ÞËñ~4ôÔÞ" -ª‚æ6õ60 ,©\åÑHb²p÷#Ró“ä1æÆå4 +ý‚Š€¥un‘¥gHÃ(£HÖApMéAq6§‘Ä™ÈU„ƒ5mCTφpŽŒú’rq”*l›=²5g 7úm®¡7ªÂP½n”ØZ£&ˆ«)ÌÅH€)Ë+;Ø\òîۆѭr«Ú5‰i Iæf^ŠŠð6øp…Ó1ÒÏizIÖí­€aYèjÆêÈpv{¯íòuá5'Gj¹.Dqsqs™WuÑ+Cñ‡3ÇˆÛæpÄ(—9fa¸Óå®uBðŒø¹zC 2cOþÒ†¨Âµ¬= -¡ìîsrèõíÉÑÂ[Oq^ç¬XyULâzîCÜ`#7©'HÒæqÄ®‰„,ŽQÿÍb«½!Æ Kh:ûºÚtgs—+sú}\B»km‰2ÓÝŽ\E|lV)Ö¯™ÖpWá²fÕ[8ªL<çhšÕ-ÏçOÐ4¯qÛâ$s'ò¾Ô~¹eN¼hÉ¢ÁŠ®OàˆP5 –¢ÍjAèüɶ•úÅ_]p;‹ÜrÕÜŒNUn™ÕWi6Qª?µÑ¢CÅÜ‹å[±°»¬Qv'2¥îÊ1G#èEå -³CÌ«ÓÀT?7 c‡Äbg]Sµk_€»˜(ÉnËX¥ë$%ÈŠ‚½¹îŒI“‹ ™ƒ½ Õ¼68 ÈòxiÐ. ‡Íèî9÷ °.È$Ó‡–OCÝÏ§Ï -ºþëÉtë­Z&õì)«Ç—i¥€¹Êe%¢z^Ęò È»,XðZUÇ7ÚÐlˆ^N¬æ—Å£ 9v°ÈDšU!ÑÓ—ø7À]˾"³±Ì‰jWݼµ]¶ –!&§“+î`ën™æ0ã T¯ÈyLؾ0%°ì¼†]æ’ZrEBkÛ–˜¨u4(«7Ó¸#’ 4Q Da©µY†,Ñ¡*vChÅèĚ—'˜„7°l-×S!îs(…yóqNejlDï–A뮤Ú^»¯ B—œÔ6Z ²gdë˜n3þ̧UŒT ²”妺U/¹´ëi‘8w±…ôy'6WÙ®Z£Q(ƒ! ¡Œ¯Þd,šl‡ÅQ6Ÿ)ð‹ØÝ92{kf7„<4Édφ¥³@e¿Ôp?ŒÞÃaO:¡¢R¿yQ>Û^¯ Õ-øà–l´g;cÁ4.ùmNáS`êÖ¥Âsäµ³‚u¤pB•Æè)|Õý*ø}¸œêƒ VöÃLN, 2öÒlK{fœÍ Yï¼¾]÷¬ŠHãÜBíœÏ6$Âd ’ŸP4#bÄ|X¦­gWeŽ<[¸C[: »Ó|XUÊ–×T×ys¸i³aÎS)«‚ -ã{¦Ï,Ã%æ-ÀáJÍ_TÏÕÊF“6}˜ÊÙoÙÆ ¬4EŸ+µUË{q_ÀDo²©Ó†‰ÔzŽ9ÓuØ–+Õºñz#wpÂØz71óºÌ­6à…ó±‡]…F±,Ý'¹Lª»í¾š”·Ç˜6‚™ælÅè­Ú†ÀÒ ¿ÿt,Ršu2èšòFYÎJ¡ÉÓgôášC…4b‹/e!zÆÚSN‚üi6¾@ .øÇ¢ÕÝ4;D8Óü‰Iñh:€µ*2·Õ$…¦œˆ+Ó•·øaè|Só2è$S&[¯ÈʨH°ëˆ³ÔìªÙºÝY“›œñ`“Ý~9Rv+X㕨AíÛY“¢—;„Teé–‘Ú>xc“ÒfŸ ½Ýw, ¢EíŽÇR½†EáùªX"šÂˆå‘¥¡JàJËC\ƈ.›}¡“JÆ:E.‡«2f©ôÁJÓVhª9X”9QV:\†ú:þ,Qò>UF©fÒcP,g wò?QOhPP†P·ŠÅZ"3ÄŠ–¹РØK¯îŽÀµ»»¦Œ½¶…d×å¼Îõ*@ŽÅI¯œ²e¦È¦,LS69!¸˜J"óA v¯Šl“’˜SøâYóʰÃW“L±ÚQ+E!°nH}¥’â\·8ÄÚË‘P‚|<ÙBuÇÆ_oèÊêSæ |ôŽJÚYQÝ\§(KûRÀ`D¤ò`šÝM˜sor[–¯ÇÌ«Óè¡ ÙUhÊ´mòU¶}¾A”cBöÉnÂà nzÆÜ5¦·J˜dÑoxd@J€6’ -ªwe^]e"kXì‚iÏfôÿˆ›.¶OQk¹ÿŸ¦õ¦ü‹íþ™CG¹3ŸSèP(b+&cèsô8+:kg“EøÞ­¿T=xŠ^ˆ’mÿ…íˆò„76½Q=‰ì½í¨g¢ÿ­Ã²ª„g/õlø]H´Aˆ_ç‚Æ}4D­"Y§‘ѱ¶€ëqRcÎY¡M  Úwežh6M¡ìêßú14qN¥Ð›Dô««¬I~—Ì]HËi'²¯Á¦X ×›Á‘ƒbfyE&'“kH‹ðÉ„©ç\ˆá¢p6DrVÓ6Ï8UWß¡¬ ¡&Q†Š4=P—âÚÁÝqEHú±ÚüùZаU¹üEzjš7w - -î­G·{¿=YˆíÊd¥³c¾.v̇…ýŸá‰{Ü{“jvذÅרÍG+r&&6Òjdç45ýY&E[и(/|ëX|u¼®f*š|s²ÉÎd}Šõôå6«+}Éß Ž7ÞÇç [h6Ö—›ò mÙ%'|´Á²Ià5JFjaevÕ-ñ*i¬½/²r;3ë—ŸMr5¯B¯úçW7„»l²Î5Æ“sQYq²¨ò&±sbPEWß/¹$C†Ià­MTÜ£6ÚK`ÞM>ë½pÚŒfÛ=·-hÒƒ«’„Ë¡a­qŠf\ÚÐ-†JÔüNÕ“u‡cºó])ÑÈ8ÈÖ¤/±H°Á¯á<¯§y§6$?>SíÎpϽšÂo’ŠYBÖÉ&òÌLYDÅ)sK A׫éIZÐU5×SâR.OÆÇ âS…‘ -b®OŠÂþD™åzý6V¿Z—ˆ}’µPi5xp5éS,mQR?3‘O+g‚²­‘—°ÒßuõPto£Å@Øój—òC‚\t@çóŽMÞË #9×8”=ìdºyx;ß -å•´ÈXª¼É‰™´W;ž:^ä½NFuM©Eÿ.‚uÔŸò—1ò&•Ø"¤ü£¯ØtµM¯6?sØiF›“LkÞ½KΠø3£éA©t³©µ£fïNŠñõº¼š,;`'Ù‡lONU;cæ<6…€åxß¶´3‰=üû¾ô|«¦Gøra÷H>(¡$Á¹ :ªíru™sá)‚Œ6ë^»oc9ä ˜ÖèTÅ¡êš*Vi-Ü)è¶;‘“’$H,Sk¯ æK¬û½\·ÖCäM°S9Suãã0RÓri§{MoÎ.ÃŽ^÷·Ñ*ÍW¯Kš€ZÑeÄŽ 9«ubl_wW£Ì€”#"˜‘:‘£ÖÓv·½ôêßJ›-HœÄÒÇF‰ó²k)Ô*ô"Ý{4kº¢*¦ÛlÛ€Œ^ê£ø†ç¡ªì V«±†y -wJ¾Mîš³dŒl«"¼àéž%軘=M-Ún -ÊZˆæ›"Ïk~^¾Nò2zlû)*UpÉP”Ê*.ÔyRÊ=Ú:û,Ôí‹çuðÞÞÓ%†ªÌÅò -îGi;r“aýKæb¹+•\¼4ã#F,ÐÙç¾$±«)f­îÊD:±ºm…3`òÃCÐÓu¡ïÈ6,ÐLû—Ú¨ ÚÊb˜Y7•^ý"m,0Cw†{-øz¤m–ï×[AT.)Õ‰ß4Ú¯íTLÑ—,ƒIr¥ôIÄ:³ËŽŒ]ö> EÁXæäî³l¸æ¦i\:ßHm%ïеÉÑVïS("†C°z=rš}¿ -*¤ýŠvg·M¢wñ^ŠÞb'»©idZ¤÷FmW†Ûyb‰%j( ß¼bh1€ PŽúñîVæFS¡£Y+v¹~S€©s½ Œ‚j—rÁ¾½ bã2YîĘƓUU&£ÇN?;då]+Pbœn–í¬ëiP:¸W÷î^\í³0Û\3™k©q«òÜÚüªjq'ÞÅXùöZ :n‚0êÎËê_DìÐÄ…€ªìµÂ ÷¤á›¡÷ÔØ³=ô¥°kM76!Úôžÿíë6$¦î-F¸MRÑXóÝa~E, –ÿb•(-xI.¨ á¾,u%OÇ™wP©®§îYÌ{m¡2Õ.i†€!ÿ‚÷]ºø½ÅyÞhî܉q{·Vµ`[ÂÝÐZ iê÷Ny×6”…R÷Éœ)ÃñznYSùÒC{{®bÁ…ãÔ° f½$/S“¿à;/ b:þ¡–Ñ2ˆJâÀ™yº[@í·¤ôW5¡ôyލ.I÷6!Ä+yÝ-òÔiûô”)<}aWÀjÆó:sý ½ë{š$r²äPŒ·«¯†81g±Îé9­x:àJ¾Rof‹Þ=ôŽFlÉß²%œâXޏ”0л˜è{±=ãêþù"¯i²ªk̘£G!á´nHŒÏwGV ¦õÁDDL7©(ï¦2«^íG\wfB>¤À¨­ôÊ¡VC2ô—ûDyÀ¦ä®û®jjµJ׿VéýVãJqÞU´‹¢È«–šçT‹!;5§0°ÿÛfxÁÂç H[£‡  *½™uÉ1œ ¯Ì~Ãs Ì8ì§ðzËßœö­‰ »HýQFmi¼¨¹Ô=T&õd+rçøãpòñ§Á³Ã?©¬ZF)¯µåœlZùŽ¿,x2¬ÂÁŽÅ7ã[TÓþSÆ_Ï3ÔÆÝ¬­=•½ŠÎÙ—øÕïtÇ»¬§j—ªÓ^aË€Çm$ “¥ ‰X5E_õµð+H(º¸“sꊸªÎ&eÓ&ZЬþÝ\KVŒÈ™èZÕ.a)ÜÊÞß|fN5Gr 6ºs5 xóšÈ¦z=§pëµëA×rýÐãŒÀ¾1•_†XÆa†QIáßrÔP¦Ü!’~í-½«埮c`ÔQ0à]Hl0§á8¬ñ Û¢Šâj×÷nëRêÍh=»³îQ§Q‚úXøÔye¥;ù©¦+xbê®ñXž±¸dtµ§„”;'þËž¾·Cá#à¼iJÙT=P­2ÍRü¤cëœcÜÄÔ·¤UÚ¾ è ƒÁ}mä^9ñ-¸òð§usbÜç”ëLN•K‰9æv!ô~«¨±Ô˜¼Rtì@T'ÍÎͯÐôêdS¡(¬’1ðÈNÑÔž·qOmò¯Ûe˜g&}?bïéLž•DÕã¿çhÄ-dœdwæn+qð¬ÔzPˆ†^qa)â*Ìi×Él‹*µkS6_Œß-γ*l¨Ù’GQÉI‡qÛ?­ûÓénÝÃÀ§Ø h% r(°Ç±}èñãÒ¾™íu¹"º‹E…HM@¯Šs_ï‰5}q4€oýZçTLÙ÷ 4\}Ÿ‚ÉJ¼»(Žu|äÙt5-¯EîÐÅÅô¤lÐõH@/,Åf%Ê­–ïòþ'Âd3 êúù>…{kÏø½‚=t½‚àŠt0ôS•ë¨è|jÛ—Qom¶r¶¬ç-Šfy”=®¡_¥ðŽõªö³@^š”‰T—î½=pöÀñŒ¨÷†Z§í¾¨t숨 ópÓ>1õœ7šÄÌoŒÛ›¤t%l3áj{pàè »IýB™%ÛÈWB\XâÈÇfê­=$Ôi‡ˆ¬4ym¬¥ ë!ÒN\àpWŸv¾j¸ÃÞÖ… -ÇËÒTë µeèëê6¸†ÂmÕ ÖŽýjäU -e)+¼ßÉ/7Ñn†í -ÈÃlÌ“×Dd‘Àiõl‡p੆Ø* Ó×å1”¢ € -ïwÎÈ·MIX›\¤ —‡ðõZ~¶·—Rà–6)ÂI "ôè·àቇhëT÷ÈZ$qFˆª‡ËPÏê™Ç¾K1ž®¦¤äÒOë u·iÚ*ç|›ìPÞ„ý(+2ÍÍG²&Me QÜŸ”æÊƒÇ¡ Ÿtó\ïøRöÞ­Ó×±±Kä-síC©'ìkåß~= ¦ènh÷„uë ¡¦Ì±Ê&@µpäÙ=ä•àÐêéa«¦’Ežx,]K=ÊÜ=; ̚ꎻO¯P^Øb¥ÇàßËþâ?¢úšHŒH^ôqàI9Iju;Ñþ•q -ÁÍXÿÈçÞ¢ÄÕK46¨_·+íú\kú¯ÏÐ=™m¯AJ>ï yïær§ ¾ijo‹ùn*/vá?ʶ5Ý·Åš  íÅ=sŽY>….w2,4‘BÀ/¸”íTÞ’-Ü‘¾|›ëu‰rµã*•x^P%àÚ„1ë»àr±Û•8YíEŒå;#N«IÝxIfÉ“ê] ”}í¡Æõ «+8–Ö‘.ô µéN{á¾DHÀ¶½·ˆà­ZmÈw\õVŒ›W¤RFœÞ‰öµñädñ1õœB'«qŽWñ¾â?ØålLbRŒœÌÔD˜¦wÊW+Ì¢XR8p­z)nÏ-X¹‰¬¤ZL²_›4[lzØ¥8†¦—}?bܾݘ\Ïg›î.¤Mé–ï™9|(©¼ý·S=¬ëƒÍ‹œç²Ä'ÍlÏóÙ -px>Ò¹fP¿CÉ¥¿"ùVx÷ß;Ö˜æãª”ñ QÞw^AŸì¤’Ó,kJÅk kü .,uÊÉ5…í 6Zm Wà£Ä¼Êˆ”ÜESuË_5~¶ñÖ[«müGÖÀõlð2£T düœÂª>剋ЙKon~‰¨TŸŒ÷ñ~ìÛIsÍ5¼éœùåðè#LÔyÑEQPHvî’ ò‹ßï™IÌ©’ 1ÞœF`ó~jH]ô“ -o­·ÙC«ûݸŽ3n"Ky øˆKíí“Uÿ3cJÀÀ•Ö4z? ªv!Jc—•) @¥ZZL×ÄøRn‡³ã*:ˆ'a;f®6wo³¥Á„w#®^4• Ú÷î^×Û‘tâÔsÑÕ"´,d Ô·ŠkZ¦c\›¢0Í\Ãè^p¢Ú‹ˆ• \ÓÍ™¬°Káøbxg¶zœ(Wå‚lb×Ìý,PˆÝ‚Æ4ÊÙY²$­hrݲޜÉnɾUȧý(¨¥Kš@ï"Ýëb4.l;cäÌ\VÅlRG”m XÄÀÞÙsoòDÊ¿gzÇýäu)͆¥]‰PÄÀ €ØÁþ,½ªÂì¹5„EàëSL9_HdÖ1Ûò“ÝKà3$µP%¯ÜÙ¤8Š£¶­)‰ˆ<;RapÍRÚ™PÉ@÷´~ÎAÙn\[ʹ×±C£RDë;^ÙÛÃýáv=þ4ëÞÅXÞ]³ìLå˜r}£œ,±ø˜H¾ÞèQë)s Û´ÌðÍYºÀ‘¨;#PµZ‹&<"> -è„lZœ#–ZVZ2s”üà(À8˜œ*ÁØù+S‘t*«åæI%< -A·.Õ…öp\¯ñëUsÐ6šù?$ÞåqÜY¯ÞÅü‹ºØws5<T ZA3¹¨k…œƒÊÈ“4•»Óî9Õ(Œ&P+怭„›²åÂI ÌØ&€BóAèõòÉÕÎÜ©ÉÀFÏP ‘¡½êÑêìצڭüC;ÓôÓ€Müt’¹6*~åàçAuK»ÅÿˆŸ2OÇzãØwoKÍÚ5,0užîáBF>E v_¨… Év(XëÄ©OÎIg¥SivÆ# ÁòÈ3ë{ä×!=æ²ù:€]oý2Î㈵Täï›öÌÒÎ@Tãq½ªu*›ìK]Éÿ9îÁÅt»n%¦„Zø©0:{VË…ÍK©†­8TÄCßÈÑé6׫S’YÆçS¤t%sÓ¾…u_¢WíÊàŒˆ'}© Ê tFnôÉj7b|¾RФ§¢´%aÄúLöÒã~éda…ð(n=}m›þ¿j\QX™<“£;ãÄÎÔoZoÕλ–€Á¸"×Ä|iK®18‘Ü”ˆEôõFë"¥"Aø½3K¹V#ao:9ÕÕpõh‰|T¬»A»”cÚQž•Ë•êJá½ÕŠø^Á”ÚŠ´bÄ8›Tÿ½-žY'oN¼ˆ1|g˜ò¢ V¶ù'•ÃŽìCJ[½B… ÜÚpôÙH ºäi¶ ô!ý§h{ì›”7o§ˆ ”³¦nàiij|Ö¥B›,bÌœ{ ¾— “6wÌùïúQ¥Q/Êz·ßJž%KÓVó¡êlÔCß\—Ú‰\¥ÎÚŽaVÿ¶Áù&ƒ~ž¬ó(¦šïÐ¥ÇñëU¬áæ MñH£¬^Z›,KJך˜×\,³o¬D”Ñ!—ââÅ’›»jë+tà@­Ês³ùЉ=/ß¡ŒâhÙ¿ÛW5€¸ÖA¨™„ÏiJÄ8Ü¿´5ëa§uEhr´‚#óˆû`±ƒÉÕK7h†bÏX%Ëô¾QI01Ú)É-»ãöάZ°û2@†ÚQH`ôÚ³= –^äF2fTW~´¥%[?302vÜݹuJÖ 3’ºU\Ð ˆìE³M+Œ“ïº3cTXÞ—s=‹EÛ»a÷ýæL–ÃGÐ}RKlõãKãuÊ·Ö‰òÁKB”jAtÖ¨CNcÍkbÎ*©ÂèQƒOVü‰áôí‚à½`¬CM,ÒF«Çsÿ|¸’¼R8B,.ž·Éf ¦i0^{:;µû‹®€H>}?±%x¯¿Ø¨ÀB€Ž¾ž¬<†{½.Þ¯‚QÅðŽ—µõ<ÿŒÙð'ÿ*z )dR[w݇½½É,!qK˸,Ìo–ŒÓ‡|¤éÇ5>_Ïu¢…6iÀç4Ìë³y¨Ïš^h%f¸Ý8]tÌj›m3²øª_ûÜA8µ.sÞxQ¥ÖFAÛ]êNê˸fW P%dQwTý`c«tƒ Æhj|¾v±NB|¸žöѹOöðL ‡UµzÎ-}”eI‘=y®€†7T¬ýΟõ!ÆÈ¹Y½>¨ðvF,þ÷xù<Ô·› ¹äúìx‘‚7xJ2«pQVˆ¿W¹Z(2‰ä")Èwkót̬™Þí=ÿ*›èÛ(mó±×õ÷ ÚÀû_ëª 6k ‘⣎”ëEÚN…Á%öé>¤Vï¸K-s…¼aމ.tÎfMÍPì -rŽ9YíEŒé«0H4j¹ß=.íCôj½ì©épM;ÛPí“dh…´NàC -”ÏÒ.$Ͼs8ùØ…¼àÑT@¾±+(×óæ¨ùT“fƒ¾Ý½ó»q~×ip.ÆϦ•:¶1&%â`<óàæ$  á:ªMºæé?UèHÁ–.{…Î% ‰$Cgм#³=ÕùjÝæä’fœº1ÈøQÄÑ„ꇓŸbl±85Ð@ÇÀ‚8@¾’*]fÃWM–¡çíJ…‹Q Ç—Ia—W±ò“gê~Yí¤k­äÝ\»tÁ{¡v+—´Üô—h^›t—bÜ9³€£xB£Û¢è’·õË®Ô*Â¥\Æ­u7ƒ¤Í”ånRºi­û <Õ ˆX^3¦–âš šUÈú¦‘gé1NÎõÂôCë€ZÞ{‰'è΢u­ßLäÆOìU -V‰™r52xáÃÉr|j›UÝ?·È¾ S½ÂÖØ-š÷L8v2}Šéôe¥UERXnÓf¨ä„½ß ŠÒˆuƒâwOL¹¿ -㔢&åä%Èå¤kè‘—êˆî³ ÜZ–Á¸6Í2ïÙª¬S9Yô"Æ›VÕ•Îæ˜ˆÃLI®U÷˜TÅô&Mø†g6™â><Š«]Q£üo8t»âf³E•}AÛ€4µ6ãí¤ïKŒÏ·g®ˆ† Tºè&eWRσSu;NÑ<•Ùq*ðCÛšàD6 N„%O9C·2›WD¥VÃ¥‚Q,XkH®âcQ‚¯Œ'Ò»ˆÕSôm&6Sa6[ÊNRÑæ~…hÜ5—1þz¬Ô¼]ºp*™ñ™tž“íy=«ä$‚ŸÔèÕ£0ŽÏ×Ô¾=9˜Y¬~#ç²3ëQ¹hÊõ=Øt”M°¥¡ƒ‹Ä;à„Iêùö"ùºlÅR„Ø>›BÉ+¢úÝ j!i|nÝ»\ºáý”»c¦=ë1´‚áe<¦PÐ'«‡6Ž=&WƒH!š8§RðÔ8¥ñ–îDHq»Rò]cƒæÕÇê¡]Pmj4¥·ýC£}Š©úŠ,%Ö›4|Ìåñ¨†'PV:ÊK#%×™FZ`¬9¦ùx?øî6)’y s»Ë}î~±ßš,&¾ Ng ˆÌªCÇQNQm‡blßÎD )Ö#pL#ÅDYQÚÖìºÔ•Æ“³'Ý9ë*åƒÐëmë¨Ù  _µ®GbÇÚ¡dt¾¤èûÞïø‘Yͺ1îe‹) 2£‚”8g5|°Éöôz¸ö–äô*KEÝàEêÍÚ:âi甆œÞñº£r@Ä´j¶«QJ¥HÔÕÓÈb²ö!Æñ¾üúP·Ð©¦8Ç5ìHØûœMx*Áµ 1¢R°ï&‘«˜QÒ¸°ëµá´ -ây¬Þ„—À1W*9‚ô ž.b:sÅÌ ·è{R3 (~µUzË9ß `ƒe®¬ëÞÅD„1Ö®8‘Øa'¿.àò¥'˜fÒÔ0eýýƒbc"¦;Ÿ)«AU4‘’Cö#ãªõÃÆD6V€Ôj›Ñ‚®×ãÞØ<‡tÞ˜i–¼5N‰~v²š½¤='rBI 8–ÛÞÅø|m-Œ°Š3ìź(ôÚ xÙƒá㮂۲FÐäƒö{X©6”k¡ÙîÅRëO!ýZ„4-øÍÌkÚ«wvÒiìôŠ„•ÜØ¿ñ¥~ÄJ(®ÙžŒ$) -¬×cZy¯ð“N•ȰVã} ò°¸´ŠÏ·ñ§’Ìm ö­ží@¥Ù„Ү˺: {†JýI…1¼ošz½‹•`b­g´»”‰o)3À’ìN péz±ñyiÞ|7íÀÐÇ>q6Cî¾MF fÆJlÍ¡…=c*Ät9Sön‚f@íÀþoìögÊã;<²o†_ðQàyV·F®¸ê–X*éÆG€3À}´_À½ws¡ê¬±©6ï?;ó:6©.ÄX9ÝÔs -•:ÅœÑùAÓ2îÐÚÇäÕ7¡µ)'þƒèwºGHÌXíí¸Ø‰Å@²i{Õyy5¢ÕÛæÀì!dH ßùýrEÄ'úv÷ÈHáà|UÙ㾜aÈ…*Z‹ ±Ûp!Œ‹>>Œ<¨áF̰D×>%õ|$9ÒmÚE•A¯{¿Èi÷íaÏÌ( "ç€×0Ø0ê·ßJ¤¶Í$áLJâšê,]ã¨óÏÔ”;Yͧ·¿q’X« âøŒº‰Q‚ÚÞ5z/㈇ËѸSŒ÷J¬IÎzµÒ^ÍÍÀÂkÁ¾õ …6Pâ¼ÂÚŠHÉ Î0±§Ýw—×Ï6½Î5»¨ŒÜ…°é˜V˜Î|á83E…i z«•«ÇZo@ýºÎ0ðU½_󯟃³jhä_](€ÈÊ^×ôp¢µ ÆÛ?˜r;ûNÄxsf”ÕŠ£¨ÿª·åõ¼›{¸‡=ÈLI÷»Âøt -G-J¦+纚ƒbRwE.$õt›^Íz+q²æ1½®S{¢\’ %:¹`ÓP)†¬GâĶ:õ¦‚5tÊ‹ü«¸»%ÍCu‚xÒ윥ÞSŒòUËH¨©ïâ¾\·ü;i¾ËëTÝ#×1á=™ì¸¹¡‹à6{°“Ï0f¢‹ôn,ýš3¿À/³'ÛvÙÁ¢²ìºÅ8¾H æf˜qïU\sĽI©6Ö©”?/!|–ñjÿWGz;Õ5²=J÷ój;&Zè#±ä¶Ò‹Kq­Àø*\R¯,ÎCXo¸EF;±îB¤ëgL±×‚¡M¥Ï8b=$ãÍm%®+Åbï#©·Gíu o‰k{…÷8šsÂ:k»WŠåX,ßš-zD…¦GöÎo1Þ|]óôèÛ‚ŒJÿØ–yiHvÄ·ÇûwÅøx{Vfm„½Þ¬l,ü²7_ч4µZ‚tGH~ÀBÁÿÚq¸ùåÓÿ ¦HY¥†¬*²H:sÙwÑ?hzgµ4û|ÿ·´’êØ2S3`ä÷~ êêtZt:6|k.jÙšt Î(ÔõíÞuý¾ .]RɱÛ9²„ 1ì.§R ѶÓì8º`þ(ý¢hÛ3ÏNvïän×$¤Ò›øÀœ{]”viŠ ju‘P‡ X\–-º¸EjFVC yô*}Ð]¡ëȸ_2!'˜ÈjÎÓ1 *qz›²–_ó;UEÁb‚:@AË•x`FØ\žŸB÷½>éÎ©ŽšJNuÙ²5Ú`‹h–8=4lsY6ßÒ¤2“u˜×¹©U¶žÜ‘½è%CÃ’dõЦDÍÐÚrvJº]袃j‚ÔoþSq (ÕµÌfa¨ ÷²ˆf¥=Îo~{âr>A¶¯+m?HÍ&̇žMM9ªéh@X /ºØ¹0ÓvÕÇûòhTÜÛÛ= éÎÀLfÏ6r*U$" .‰#ÚËjx´íY¤UFiç£)Ô5e¹2Lš<åÉ2®òC(cÞ<«@e--ÐÎêPy}‘ξdtFÜíÔ Š®œ’ujg'èC£4}xe”£ÞSôÀ¼…‘Å.#ÒBÅÊæd4£b°¾>‹:³ŒòÏÆˆ \¶§#ÿh NZŠ®r®‡o@êB²0ø¶ºîíÈìí6EC«_ç†êNÃ*‘h¾§_ñ[˜¼Ãî >쨧Ôe­ +èÊ‹:VIž9÷/ÉJöý¬> ƒ”­ŒQ¥íÃPÎ jùv³ƒ x¸~‹öw°}qYìÑö‹-é˜"%âêÄ‘ÓóapzS—²F¶ÊÎ.Äèë£%ÔÛvrÏ ™27½k&5}Ðb¡`ì„s]ÉÚ(áÝlW7pwìYôï—NU«û®^¯4e"íLº3û:Ùƒ‹Â5¥NÓ¶ÑF–S9$«‰jEIPSÈË-u,ÃR¬Ûg‡ÅBh“mªÝ~ŒÑË!ÍAŠ'–ò orBÌXÝUî(¤®®h€á¦4^]ˆk¸Hº9­Ó–Pµk+kg_ Ë†ú˜ûq«±óŠ«p⧣ѭ^,¶’T.€ÕE2Ñã|Å0‘ºÖîb ÒjÇèKµ©fW×âæp¯B‡²ÌbŒRôòFØ:¡œAÐI4E™·wîÞr]«J£¥ ‡u «1†\NuC1œsuù~÷xº®¬Þ±E•Nô¥Û1_ùŠã˜êÄ€k,¸”b¯È hyÛzS´*ÛnQöŠ9‡í77¬íÑS[ŠuV©Û‘ðëÈ@f‹ ÒI9ç0c’ÅRCsduŠ/…¼«úÝ¥ãÆ”;`þ§O•+ޏ¥mÞ]j^#_ÏÕM–ü`}¥|³a!‚×ÑÚoyìxÎrzÕÊa«µ\‚x´áq¢ý4ªÂ4€êŸÍ‡ÿÀÅ7ܶÔ«±®V‘‰6¯\Ÿ+tîËú¦ð¢W{ÜJyb¿ªAYé"E-Í9q}¸gë}Ö£¨9oô¬…¥Š–µ‰[’Û©Ò9´¡‚ðyÑ¥d ß½:¨­R„‘Å´0k`SWa ›_B±DšŠÀ²u1fÎÊpa9PX_­ª|Ýi Ux0›“´¢[Ö`Cz"–ô1ÇY›™Pìt'°>ÝÉò,VV’夷ÒÑjF}twÈh*è»;ªÜÞ¨þuÓg´·ÚVK&ŠÈ×ÔrN8ïD[¥{¡“ލÎXÇ.¾sÞ퉂6¿ˆ“xô¹ùÿíáóð+¾üó?þëåï—Ÿñòùãý×·÷çû¯ÿîÿùñÛ¯ßþí?>~ûüÀû½üðñùñëçûn/ÿ|üüøòÛ㯷yçׯ¿ýð×爽øìý>½>ßyûõ¯ŸÓ“Œq÷ç¼üø|}{¼z|<Ýñ#ü%//Ï×OîO?¼>>o–mz›7L>‰$ ¿ãåËë×áÎ[¿¾ýú åÓÈãgÏ¢_ñòüóןŸ?>?}ýøýùóWy{œ4¿èåóãç×·ß¿|þ<2$RÙŸ~Aïõúöø÷ó×Óð~~þþøáùþùm_°Áù^ß<|üðü½¾ø÷ÏŸÇOöòK„¯¿Õ·÷×?¿|ûöþåÓ7Ïo?¼ýúÆ ‹;!–ÞúÖÇ/ßõúáÓ¿Ÿ¯3Õ¥ŸÓoúáí›ç§çŸ_ŸŸ}¼þK®øÒ|â·¿ÆþýùÃÇןᅳ˜÷-}ê·¼>~ÒwþÏ©‰ã¿* -»¶4šGçu¤µ Væðï²j |ú?ýýíëóço>~þÑV¿Áèšòíz -é&ˆßÕ„ sæüVeEÓþòÞE—ŸQ_7¾‡á÷=V÷òjÄYzFCWô¹Lü…–WoàgyƒÙèR 9ûæÓšoJðSsŠ}Ã{éä$(ÿ•üqŽ`³âÓœ ¢ùOó¡†^å -ÕÝ„)†øXM¢ŸçÒuB;J¶µ3Nè¥0ggùrDOd•â“^Ó3’~l«7Ãæ“µô€{’A[zבïS¾›[ŒlpíïŸ1æŸÉNúå9X%·‚“={Ð'wŒ<ù²J²w¤‚D»êâï2¨ãA]fãKØœÍØ½çªý3Iùýžc ‚êtØñ ,Ü@§wsƒ>HO›ÌT5À‰èÞ?`د(Ÿá~ Én`+EÑ‘>Ñr8ªƒË‹Ã•˜ÇéÇñV$Ú,‚¼Rùq0d°üaӃĮip“Ì.é.ÚELšàMðƒVÜ^Xyÿ’®f‹£¿s^¶óT^ðé3¼ã ¡#¦ŽªI6<–UÉb \Þàˆ ^M5ªàBDqK™y 2¬ üœn¦"Ö’j­qÄ~T‘þ$(`+¬ ¶<#_ÅÔs·EFÓ½ å:¢÷Däå@‚V@£]« ëhm¿(ßÊ% ™%\¦%ûcÆåía|aUþK? Dשõd6RP‘„›îÕØ‚´«ü6„˜F;j]¢ÌKf RN)h­îBú 5.0A§¼x²Ž*.sÆÑKXž?òVCÞÆ™{ͺWt©dDñj«ÁÜ,šŒd©-.!¤Që`8-¶^3„f¸>uf9³‡$²Šn¶Ô)!šV7|_¡<饯qN»®Š&°â‚AqV°ÚD‘9sêd›Ñ≠*¯M»MðVÒ=#Áq1 í›)dyw#Ï êkë k”a¼¬46U8ÕÂC…ÀˆJ &Š{`jqàND™—¬³üÞ óH¤³6&8î`ÁÚÄxÙ¶Š.8`2ôŒcØDáo‚Õ!½-ôúXÏ6l‚õåî9G¡H )3$tL,«1 îxMt£ñ`‚BoD¿@ªàU0± ŒÕ¸A*«Óù‚&xá@Á³ˆ¤š‘z°¦Î7H¡BHñšO]R]ͱ^™/[·]¦†){ÓBk[ž ¸ª\CK Ñr5´ú÷f.jíÕ¬`¼w#3vŽd/ðW²o/$tí°ç^˜´:‘®ihyïØ ¾ç L<æwÈÈÞÐpßÁÇ =272D¶Ð¾óÄW¬èæý gèÉ;lØ—zwKÏBè,\ÌäLƸ6…½áÿ½dEb÷€X³/üM(4…™yÈk5IæÈLím©c1˜Ö|[ïãíötéâzVTYÍxÖøN Åtƒ©Š&J§™ÒŒ¯w%ŒIµ!sËPhMˆ±ó õ–®/™ãbVN;.æÀÏËÄV“<‡qò€[úÝ®Sü–²¨Ü¨â\chÛéag^À*\©Ó…ñ˜áW3Ö©,Jº ãŦ -0a%‰¬&qÖÈFê(7¡`ŠÌ}EëŠx^BÛßX² ]¹gq­A²,a˜‹@e[1ó‰¡V0¢r£ ðß^†ÑQÙBô0V^²1smÁ.2·u„§1-‰`Pñ¥LÜ`~Q:ÀH´°a-"ƒ­$ªYÁ ʼn"ƒÇÏÂëz!–wÇmG!/ËEk7Ö¶–\hj©£9X‡:±dô¡²´ãqæRŠ{TÛH§&ëEpîù»‘UÛ‰tX+ŸÍ5‘þ=Óƒ"ûVN«¶æ¸'×Ä™í#°ëPÎÔ<…aòíõ.htÈ -•ÕÄD¥aô‡:ú¹¢a¯R±}—1QÑ\yÖQuÇ»â4ÀçD›úøÉh-I[ClyàͬýbÚN -CnŸÁzAakiáú^}13¥cæÂ¢¢BQDñ¥®Dp¨ÌÜ|LrqëÃ-Šœ:&+‹ØFq¥>é 8.k-É_Nºóæ¶v·£ƒǤA¹p }‘µÆKb‹®Q1( -E,Y˜è¯Ñ™-/kw—™P%weÔÿn<¹èJPË¥J—he‡ÃLÄŠÌoc—&œ¶.oÆø­÷í,rYLÝżh^V&¶Ì%Á\Â@ /¸0ÌíøÍíýbZ׌/`˜1–¤jW0PGÞBmïnm—Ò»)²×Òˆ³M@‰ÝØÞ³$û}GÕ«‹sÐ]{§[¿a^¥gì¾EÕ*[Û×õŠ#x:©Šåø"™lˆ<%EzÃ}¿igÏuvCjôs€¡5º_…‚Ã{‹œbÚ˜ð›Ìåûº<BY-LÃ+.hÆ„ I¡™b!l¾J^©^§öØ -WØWú2Ç#żÜБETøð…–n"¢6’8^;llS ZƒACrxÁ&$/iC=5 a&ãa² ¹•‹­Ì¼ }µŸöü®¤®Œ(–¥%ÅšRnÍóØý™E¡ÛbðÌqøç€ÔÂ-‚Ñ황Èñœ¾¿lD“R¨M<ס•S –Ѹ#‚iÂï\Ô·±®jö½”áx«PPeu欃gúŽäAæ†Jæäb&Nx@‡Ðͦx|»€—M¿ýpV‹£Œ*ü] U3º=/kD 1¶G&{̸,²æÕ´&I9Y n+d€öA™|Ñ'ñþâ´,–=hŒt³Ù— ¶ŽÙ„ïN[;T‰ÔÔæb(à'ÅŠ^×G¹PÚn1ª„ËÉK¦¸ÜI¢õ´`Ï}­>§ö ‚K{ÎŽ -KçRí)Ìst°e"’õ$úòŠg\o£®Á(ÈÝ¿ƒ]¡‰vœÕTȬ«%7œOÕ<{@7ÛÓ)œ…‹©8-xš¡S šÔÃwØ»Ä̶9ÅOÞMŽÈtä1­WņÃà5½\óäaút’²G+bÔ‚™t!óéÄt†«ú¬å•No¢z‘x¡gÑo®`! '³qâ@go¿8‡éa´¯ªä˜tªRÌ·°Rì5›é¡U¥BgöÇ3.DŸ˜ÇR·Âµ¬.ÿáyrÂVt‘B·öÔ;IGå»:ÏÈ+šÁõíÌ»…ÂÂ¢Ý -&[ˆ9S¾Ë*ε[cŒ1 %ކyÄÞâ2Þ’%,CŒÛçÿ¾6øúͨ-!(çÊw®P¨(!®kå†3 èöý/‰< ÌvMƒcó ›;Z¼èôç2‘í5šá,Ø3 -—k1·{•ªI^ûà™^× -A`@‰ÌŸ¼:|b„=€jŠL>À†À{y mÙ8w™°¨Ù*A]½üõE“Ï„Cé¿‘ê³½nÂÕ÷^†Ëò]Êí¦€R«" âYtÑ•C‹aDÒ0Oà™¾Ï  ¥Cg´Ì¯&4~^ÚŠ„ÖXt¼Wæ`£HCD5m -½´=ú: /éiã_ç¿-Ö/\{ -kók3{ª±sïØ½«ZQ»†¡¿fæ\˜$ë -Žfâ>ùŒÁ0~^^.:ÙbO‡*ô™IàkûG—”Ç…™É(b Ãn½-V`î ¤´2†Ùû¸Uù¯+¨Cî<8ÀÕP»˜ö{aœ0ÀD˘gZŒ!Ó¦:¾ -j¦TÍ«š±{dß*º!—¢/ËDÛ*½‘Æ‚I9c¤ÿ.`aó6‹âR£‹¹MÇÂŒâ”ûê©Hî;¶³¯2;¨Ÿfeˆ>C¹™½ðÿRù$$]Óeö¶dwª>†¬Ï5Ž9›‰Ásu+Šä÷zŒ{uŒª6²~L#_€+‡‹nZ¢=6 ]TÚš¢zŸ”hí„ ¶w-[0O¶Õ‰eŠnؔΰJ8˜($hÀè"7¦Íâ@›D‘–1H~ÆÍø£:è©•æ èhÏuW¯ß‰Œ¡!ezc¨ÂÙï—FíÑN¤ëYtÿ.2Žv]ã¾!YŠE’­%Q‰M8YbswX†5H›Q¤R…ñ"ô¡©²©_|+¼?ï E%ã­K vį³PÇ1  ÆI¾ý©6õÙ 9#æl-*´™ L(Q¹è ô8ó’»3¦ëXU`3*;ãrŸ’†@¸c'»ÁsDÍyæ)|hÓ+YÔ.’iCçÿ€ên*n×hg"·y΋#R­®È{mÉ `­qÈãô;Z: ÀÌe$y:´8!¬|ì` ušçPHö®÷rX·®^9ÄÎ <ÀýrjénVãZß8ÙƒÄ";pœ¨Ë¸¶™ZM*QxD»=²¢xnŸŸ¨ŠlDYðQ Zi5ùKƒÛж…F®4×téÇâ\´¨`*ÃA²ØÊóNã¼¹ÝK©Ôê`xáâdZyðê$ sK¸(¬ŒGQÚËš²Ðj×½ÒPþ^FDÅVb‰à œ¥6s7{Â9YÒÚ+Üè»uE=‡î€ö6 -öçàZùŠ”¥Ôžþö•K8ó6¯ y«Öz?c¥m¨K^õÌÙ¹€Ì&ÙeZckaÍÚ2Âj¢E‹OØMhÅ­/ç‹»RXç |]ÐDžgTå ¸CÅpÙOCÿÿˆjÖŠan?‘e}QÞÊKõ èg˜S7òÙ½Ë/Ð}3ý¢†Ÿ ^†UIAR½·‡…§=§>Ú,[zÞèN¬ªê=ºKsHí¹Üž+ -Š÷öãó–Í -$…ȱ’ùA{^:¬Q =ñŸ(Û¢ÁĶêvÏ_¢R‹¾Ý+ê¼î¦öØëXŒ±¤†º™³íxÏ ¥Úe¼Ü™ÂB51·”£;÷ÿ|â↖Û?jÇì(ç“R­zàx=J -l)ô‹Ò–À]KF5‹¦ÍU:ÉCuž-)6Ç‹ºØ­c ü=Q€ÎHÜ‚çj6MnWØ/OÝaÝ€[û_2}ßp¸Vö—V@·êÙ+¥ã†È:S€Õ_.ÝZLÃfiû„øheÑ8r ‹a€‹‘¢éš;¶ºú£ç¾i|mn0,¤õ†¢Ì@½hŒÌC;¸”C± Eß’l5Òã\enS¨Q8ö¬8mPÇ5œçF?óQž7#ÂÂ^T?6¦É[[’3¥ófýæB£JÚ[dvtc™,=Εùõ—a¢§÷ð|ÜÒË|{{´§.7dÅæ ž\cSÿF'ƒh‚AË:ô2¯AÀS±Zþól¡ð:ZÊÚìáseŽzPû)4?Kuf/–e/l¨4åŠ;¢áV6QÆUÙ%÷óÆä‚®kõˆd³zÄàl˜ðFz”©L?iÖþCUÑÜ´8¹K‚4]NfK1¡« -Þu+ã°54Gμµœ`]`Ö.õkAª£Ïv^õQö#j÷I.ÌÄ`Ô¾Cš‡f¢b½(,î/>ÊòÈÏ+An__•=iНµ´óÊÂûÙkß$õ#fL¦¨;âN"ÅËÝa -£dL§Ì -Kú+9[t\ LäŽösr„˜n·¤ÊãÒd2¾UÔÕ®ãöÄÃÈÎŠÄ µÅôÖ¼ßàà ýª _νo6ת(ïÎ2#>šÆ z ”½šÂ¿A°Ù§ñúd'ÎÞ[b=B†é—ØŽVÇÂð&íÇ3œÙA¥À·ŽŒ…Ù`:‚@Uõ\LŒ­#­‡1úÅ>“¬Y¶:a*”°x€‰ß=Æ «ÐÍaš¥9@vGšmà£é>Ic¶O¶ªéEíüÀ$ü¤küØyÐÞ\V"`»n–‹?0Ø@€¥N¬¯Õ˜{Bþ÷ZLxUˆÚK±²t„H‰1cô˜ñžÅ§‚,ÊÔÁçpDkø¨Ý·ŽºEnŠ?œrÓYb›>í4KXrtú3€§þ·pée¾I<¢çÎùwN¦{Å|é÷­e0vˆ÷ˆkKeÜMF‘ÎsÛr%âÓ[@½¦Å-Jþ13önUd/4Ä7MŽ{‚&_ÜcÈvö82¤Ù\§5 ãª…¾`ø@lˆÈQEôÕ<_m :­ª±f% ‚:ð&ÎYC©ùNþœ”œ%#SU×¼‚F:‹Ú^qÞÛß6švÉæV+œvÙ\½ [Õup×Gં,Ü/ÇÍëè…M÷¾'ÊX6LbeI‚®N§ê׌ätfÐB¬‚\ÔËá -»Ü/}J…¥“K‡*è¹öÌô¡0„Ô¹d­ïsÈÊeõ3 ¸ÌXuí$ÐÙ6-S%É¥uª§Rª4«DŸùà duJeãj…ÜN¿ª¦lalGtñn•pÓaÅq+"úŒ2r1(Ö"ʶ~ܬێÓîùI!õ–Eñ Ð"ÑÀÐ[;ÿ=¬ñUФŸ^ ݘ j˜ˆ/<äùh¶JïÉ$ãn.5‚6a>(–]çº7  NÞ»£Ý”W€§­š)ê(a#ÆÜÍU#";¡hwJ×Ð[:¬“ŠQŽîÞªQP;c”/9€£$=N+ȃiu5(ƒÎž`»Í]D>4#ÈÅ™ÙðíÄ X[ÑÅĽó׸ˆ§»·3¯3ÀΤ0‰0œEÖ{ï3+x ¢•Ê¡T#š…àᤠJ[.4ðÖ-·ež;¢ÞÙÿ{]K»i|ƒ:¥0 h»‹Í[øªÀ%Ñl•S¥°^mV­³cn0°‰ÎÑFŒBÙÎEl#PG”ÑN5ÇÙáU<¢±9Îc ÃLÌŦ3%Љl+k޲í[d,fdí»”ì4d *M$¢Q *’èçQ«E' ->&í!Ù"õá¥[T7Õ)Ðݦò±D›[d­uÍy-­aGØ´s‰pó¨Cw¹j×5'qïf^·Ü¿Ut\¹}¯Têè€&{«©9 çÚ™¼r ^èŒ7Ûm×Ϊ¨:ßmÆv:#°Ô tiäŒbíC9€šA.Ëõj¶A9›­ÀA}ëpÏ8ãÈÆjk¹Eÿ½Ýà Xõ@›í¶û*c½¥CéêÞ¸¡àD×kX”Xk MZÌ‹AÀ ê…«œ Zq ÛÑ`>ªwXþH¸x¥ÁibWÊÛܯžQÑ<ì­« •s{h㪓¾–déq8ÊB óņ£·ïC Ò=M‰Ü·r¶Ó”†‹ÊÔudá`t%² HR ÆU -Ô‡¤²ÌSþúЩ›gôÉZ×1Dw—«»‹V‘;Þª}1XÑÅÀ"ãž@¸˜L©éªqŒ;%Ä…k.ï/äh%Ü"[Ÿ­7./ÀSeô+É|Y3ÜAëfÚ›){ƒýé †Êb*„œ±š—r³Y§È^¾•2®‚·4Ø)’‰I("gà(rm’öˆTž¨5u–½ÖQñ¤ -s¿ÊÈÙ!:ö®²¯<‹ÌËa¸)œi¬kÝÄq»ÏV>Ë̳/¢‹ã‹’WW(6 –¹ìÝ»–, ÆjÆŠí ±’o +nc`H˜žÃÞBY9Èn"%ßis:ýرE§%ëØÑ {CÁ%eûˆ$`s3<¢ñw¡HÝ‚õð˜žt›kŘm,ØHàQ éæQ¼³¯‚ÙÌünÐ$P»jŠôP ŽÍDÖ‰õÇ ˜è`9}åÊ8é‰`¿1t‰Ôô ¬¾lŸ|ðyÚ|Mö{=K×IäÛ\eòÖ¼—Ó³EjÅ^¯¢žÖ •‘=m¥°…ëüQ‡1ÙàŠ_‡ë¤ÖB8Ø|Ò‰/l.D}'œîˆ4;4s6pÁxÔJ«“2ñ±´æ9›†iŽƒT8]esí‰ØCžlÕ3ÕÆ!íõi¼´ÏýôÂcóÐnr, ˜Y݈Y…œ³Þ\t¾c•¨6s"ÀmLฬIlu PÖIåR1Z—(3 Ý\_oÖ–ëTÛU t"Î¥dduƒÓÇVAGôa9WV ÆÐøQ¶¦‚7Dz&¦ðBE @œ`´ÔHNœçîd7]÷ˆµ©'ár4Ò!º]äáõ=“ß0Ô$}DbÚÜ‹"¡u6Ò2 ›\£´·£XNMQåxƒ¦ÃimÚ5#Ê0Ó«zönP%ëÊÄ–Àu=•˜®‹$¹"äûGD·€â¾¼âj¥wÿÙxDv–)³E•ÀQúŒ!gÆÑ&:÷“ ƒoЄ·¹¯;èÿ!òƒ†J.ŒšDêèQ̉¨Ž{Ïl»²hŠB­Œ©f”~F(ªJ¤'VMÓêCõŸý¦³ -y©9T²Z& ±Q& - -X‚~XcQ¢¥m\3ÕFÃÀ`P¢9»Z—ŒNrÎØ sæyx˜ÝžÕK3Æsn¡â»(®,%î§KÆÐ¡vWõ´u_BÕvú|¤“%64¤*¦kœ²bf¹>é…æmÆF2“+fKî.’âÊF²mOëä¨LýØ)Ž äz„…±OKt]ŠMÒß[à ¥®ŠOCZƒ¹1æÈ±ìA ÂëÞoj6Mûne3ý&â÷‚&}… ÔKAôZX#z#Ç;¨bŽ,xa¬“mtç?üŠÅj°\¯ËSJÖú(ôšD·~9³U¥ð]]²­IÃgYÂS!Û Ñ-è¦0ù°E1x`ò€!SóH>}¸9±%G„J,hr6‡s1$pžúØX÷@]U4yøc=XxžVÍ‚* ßóp[Ä©â1W‡  ½Q ¨VnLTmm¤öyx -ô_}òí „TŒpV Š'MG¥öý¸XdóB=à‹?µ6a!ÍOžjn›á[̤ˆ/ .£ãˆñz‘ޛɢ!fèÓŽuB½Ä DdÄ33ÇH§Ã›¢ŠÜ˜µ Zf桟· O7ç¾|æ…ù"Ö}ju.&Î$EÇj‘KÔ‰;“ÖÖù>Ú? F´Mâç`o˜–‰We·±h¸•ACàÃ)‚Y5œ/ºGº¡6˜W àI¸C¶(2%ª;ÛMŠ5˜{0œ2KðÍì1“Ë1jÇfôÿ~ÈÑ! ÑÚ¨éä§!ðrf*Ë*S’x²H+ ¦S޼Ô}ÓaúºÃ/S26 _“£@¼a!««ÌÊV´AõgR­ ‘Ëjú-æoÝ ¦#É¥†”ãÝ:bŒÙãâŒÞs¸ãÚT(29yX‡Ìò7ð¹®oF°æâ(¾>/7…/.DÒ7›SÒqÊ7¼ØŠ/bg…^”~*tqa>< ¤]K  ä–Ú–-ãì°šé9"+ã08¦ê)H2ïÝ»ÏÑW&¾üöíõ¬Ð¼G‘4•w ë@Òn6Í8¥¤Ñ;²IÕ‹1Ò_¨íñ5j¿D«Ù®Q&ÄkÍQ9­`RØÜÎ<‰¹8\ ƒ+Ð()Ÿƒ}%X=­(ÜU7„S›ðHtJr¨ÙÆÏ‰È‘`ÊÌñÎÀ¢ŒUd¢ú„x™Ÿ×ðL«ãa|®·/r÷œ Q 7{Q½Ü£ÃÕ0Ý:Ù1Ñ7·Šm ‘­`³ŒW0¾’˃NÝSecPaQ«+¦’ˆûˆ­h¸çë¯ Wó}¢e´[®)00u¨Á¡‘G¹úƒ*•±?‚õ´ *Ë,-ùü¼Â}É*˜/Jd6çyèêdY25zcïS‡!Ãȼ ©èÝV;ü5ñ®™SÄ“C¨ŽV¨¢ÄÖ&¢óXó»–ðŹûE•1{;ìUS°n­[á(³A¥ˆ“‘P÷ŒîG -8¼3Kfb -¨^ëM»<¹bã¿å æ8ëv«c3„tñÔ¤‰d+A÷írn# òEW4•O”9õŒÂb™Åà]_Œøcœ8§ †IÝdÈÁ4Ì%±aá˜ïôùq£hsÑ-«#Ô °æeö0Ú¡ú -–žÝʺ» „û4²r{c±™hÐ?k÷¬ÒÇ97m 2$¨FÕ¨­cËl¯tf‘äA -áî¦Xl ˆ‘eÅÔ?DS­k½6~j´§ -„•$ñ4’ì±Èä^,y•+ºÂ 29 ¯A&•ë}^D`íÝ»O†*î“-sl™ÇdÐ  ñ¥MÙ=,œöë‹}ßp„œí¯µBÎpô¶X³{HaªÜ=Äù á0yåPŒº03ÛžKUDVÜH¡d]Ulž›”„de½-c›|Ñqˉ‚nü2ºpGžß[ÕP@úd t‡“JbëÞM¼ÐvÙ)¼j§Nq<Ìʃˆ*+ÉJŠÛ—A§vcg“$nϯ$Æ -ß´›ØLÿ_îÉtÑ5Uˆ|hÕIìÆþ:-è kª !Ísë¢ÃjrÍÔAZp@ÍXúÙÀÙ¤NL´»÷龜{,Ý»SfÍÄ4iíZ•Q -%”ƻ维Üst‚Rt7€Ì⊬d#.ЇAµê -Á{ ™Ì]è ÂÏŠõytw=Á†‘Ž3dˆJĽ¤v&¢ëðÒý—ÄöAb¶oØgƒ CìYB\‘ÕT¥ËÖWhrªf4Šd¾Ñ.Y_j”]£ÝmD»ÑÌÿ‰ž¸[uâÊÐ3 e)u‘FÉ!Ê ÛêòÑÇ{§|­AXqªqFqšFtH‡ 2²Ú…‡&ir"¯•¢·¦ŠçÉÖwù\B¨ž£9 1än$ªÙÝ£‹[€ªòˆ*ÛeÆ~˜·=­*®2ÊV±³=Ãà -h£­fæWyyÈJª "^üÊInð’'f†·çÚ¤éÕ9×%Il9°‹NgÊÈqî¡+“*ͬ„ð–ÒÿáH—»]ÆA wA‚S}%^RØdÂbã0K©^Ì•Néc2ëÎÐÐ2國»·¢štšÿÅTYæDB{%òŽ»1\?@Ê"CL3A»º»¹º’c…¸¢”¨ÊŒ‡ÆŒsg°Íh@xXHÖÞ)±:DT¹õejÜ L¨3àhÕ;÷Jd{eY¹Ëͦ‚JFo\nw‹:ø0ˆDw@:LÛŽ-ÄÇ&S°„R çÎýƒQsWí½Ï}§ª²ñ÷/O”‚X!QæÌó­×=ÓÖÍbN§eT44„ÖœÙ!ª;DQæ|$á;LHÊyefjœˆÁ@l=eÃìÇûíxS©S¢Piv†† ô̪/ƒ·äšír³á§O‡¤‘T -–ë:xM©z«Ïw7óqñü™{u|f*‡¹hiœSýeoçßóaã¼V‰°‘Äe#)êªUF™B…èjrpŒ|†©ñ`ùô™mFöyÌL²•¢XGB¯†û;2PC†©Q¹FVhÍÛN1r1‘(‹™çIüšÏÁm¼dV¤#xéxhíE¬ð·Âuiä8¹Õ×ÑO(â{ú#ÿ÷Þ“Äøsÿø÷ßÚßáñúùýç¯ßŸï??¾þÏ?}ýB‚ßöøîóëËÏ¿æ›ÿxùîùÓ—Ÿû¢¯~|þøå»‡¬&ȧœþ³Ûw}z{¾ÿôõϬ̿lƒ£·wx|ÿ|ûúåýÓË—×Ãó˜ùþŽÇË—Ï·O]Ÿ>÷öüñr>w¨žøšÇ&_†˜eôÏ<¾|û|êãëŸ_ì˼ÁÛ¿ËãùûÏ?>¿~úøüëóÇ¿ó|ðÛ¯/?¾}ýù×—Ÿ^ÏÆSãí¢õœ…üo~¼}ýòÿÏŸ)ð;~|þúòÝóýõKŸL¯õÝß}ýÅóÓó÷çëÏ/﯇åyŽÙ¦/>¾úåû—Ãöÿ>¿ûüñýóýgFó†ŒÞño/ÿ˜à˜»Œ×Dè&©ž'y=äcõ©Ù¾{“þrú·äµút7p—18G˜LXÇ;ƒ6Êk Þè7» Ð…Ýzª¤5tÐŒrßY [,qK¬' -ß2 ÎyjŸ@(6Ó1ÏÒ*z«ô Ñå—?6âÈ4ÈÌéF ‹˜ICnC%C]Ø´áÐ{.cIŠ8 -j)zу†lå†åÜSÏÌ£®íCGŸ}£]ÁŠJ€‹ mÆ ö nIŒÒµª’gÙˆë7 -‘¢vÉ!w¸½×Þ¾oxYnìy‡U5ëš¹!0Õ­¾Ò"p£ЏùP$×C°mêüRê}Oê=˜ùzˆ›._Ók–™W _§@V9Ø"%Òu¥Û¼i‹nk Z¼ïyº@[Eà4m7Há¢6£‡xßS»IMüá–ÙÖ¤è29¾]SšæK½Q"T°S4O¥FDõÂ$I~W[(LÐ%8x+ÊÍÇv™÷å(ä¼ÞðzU éz1uxRwaz9¾ÛçÓ"´aTFº½äVãï€ÒvÏ«4€qÍu㆘Ì,_eÕîÖÖhÄZâ·T‘ÓØ‚ˆ2ƒúMH’Ì7œÒÄ7àRs·â¯pDµÙ+0G^š 7±É5›³F=òn/ïЃ²fÈø©ÝßEÂGé›_ïôp I ÌÆ·I«¡û›24 - -nƒÂ -ªq1. ’uÅëߣ¬rß«Þ"à ÿ¨NˆÄX;°ï¸D2NsŒ&†ÕܯIJjÂïlÑÓ°øòm9QÚt<( ¤^Â4-TѪØì"’KÊ%IfrÌ6šA9Ì¡b_Ý6Ù-!ȸå~¹å(ät:™E#®Ä(SJ‘½ß2Àž£=<,êÌ›à;‡©§6_Äõ™Q¢ïÔ5/ÌYÿãOlP€ãʈ€¤4Q»‹¸¹1NŠÔÖ‰•ù"kžï}Û.Ð%›¹ezÞEæª#꫌[Q5³‚¥À\ÿ6ðQ™#ö ¶\:¢Ê ÿì),tûST¨ÊI•ò~ïKº€ÑŸæŒã²w`>°NÎfåùk ȹ0œN;PêIÂÑ»ÖT‘%“—FñGnªL¯dëW'`Åð¢ó6z@(ýi#/“[×’$ƒm_u×,‚\/— -ù#?þÌ0wh¹®?V¡{釺M†M‚Ñ 3î¼ .Û5„&¡M•—Wd´ãé® HÛ‰P(¦tÌoƒ³=Gç©Í1B$á¼ÛN’éµ`ÆÌmp»ïܪÊöš‹&×± —¯õuÄåµD3ýC…€KKîÐ#GÁô¼ŽÍ9aƒSPhÑuã™î¾ E'1I·Nжk*MÒÚ¸õͱK´5:|73š¾÷¾ÉEX%Ý­j§¾š™ï¾ýaÚg¨¨®FøzŠ-\záDÀŠAÚn~j ¡Ž¦¾I€+Ú”¤+&ìd]ß EŠu–»ûzŠíŽïh@»?¶Ú¶Ž^ŒfDÖ .|ÔhÆhÛ p‡ÏÀqu¦”_D)Rÿÿˆ‚>!ÃÜ~"¾ê´œƒÃÝ+W‚Ýk¼¦ - ùmK²I¹´ÿ[iI5A”†Â~ ²˜4Èd-ÌQÞxÞëe‚žå¶ûÿ_{t}åp—÷Rå²[h5‹4,7]LBQUuŽîÖ’M<{'(:ö_•Ñ®ê™ûsï¬>êJ{¿Úû¶T øé@ÌZIŒ—9àâ(YDõÝÖ+4`×úþ0ñû}Ÿ¢uíi!÷‹¬Öfíh6_½¢¦£äÉÌA/Ò绚foy,2!Ù:‡{Pê ‰‹°ò2ÒÌäØßY«©þ…—ÀÈ‘âO(€%V/áéFi‚díKVYA½Ž¡ÂÎøÎVœç{çå»lŒ«G¾ÍÌ‘¢wqñZBH¨¨n:ŠÌg;#{àLéi¤êîQC( 65I[g¸àNôc¦òs›¿k'¡M­@@ªŽ»±IéÏ¡DN¨"ëhàÏQCH ­©¹ŠÆ°±'vNV8‘Pæ¿î=æM’ÖÛ©;l6Ðíà-VÓ?Ö(á̪X±#¡c®)Ê6ÊÔ8ÄóÍ^úPÝYì? Юjmäcš°òÍGÛÐêä¤xþk½ÚŶRŸ÷Áh`…S7H7&6AÈßYyö à¦,#4t3£pª0Ö@{k[‚ ,/ÁÅê6|É^Œ¦ò³Y;ØØ€i+]63³bü]j𾡓+ß3œ¹+Lª€ÞTº"æ|t ø˜•\ÃP?µoj$Ë‹•ô@ShV¬²*F«ÛŒh 4,’Æ.ŒgZj Uò•¦ÆÕo!È -ce;µ#¸œº;pœrª«$$*R€ÚW@÷°qí£»°ŸYùhb'Š©©U ËŒEÈF C®=)]?/¸žÀ}1lµ -&'¡WWx4‡Õ;vRúCø:Nf”žøíÞõc…ÇÈXùòÃÌãc=ü®ptä%xmæ ºl¾7aÊ¥V¸/Ljâmß*x¨1 ‡^ÅŽ;àrÚÊ7o0´~ 7ôétˆsöJêÍ„V ÌŒ¯|†®j¾:¨ºeOiÞaí¯…Fõîy_WÓêæÈÒØ…˜%;±¾;#uεƒ è¶âe3cÒ©ƒ?Ú6-?âÀó>M7è®kîB¢ÈÔZ¯ƒ¦EèQoø±rï€Íí5d™»ÁºKÙ%>/|íVõðW`R;¸`V¦£9á’Yô†©Ô½+ßn^ÈbwëÓ]v -—é2cdÆÎ]fƒŽé;ÿ˰kàñYïîyWWé"•óþßh€é(–HßùwŸB¾kàñYî®l¯×"_cAÄ¥LG}Í—ZßHÝX¯ÿ2ÎŒÐY£ËU:Sã»ÁV¿â#p›,¹Ê+”Àïþ&t¹Çy Ê=YÁW± èQ =ºÙñ ¬ÝÀ,ÎŽeεê7J>ÿcx C–¾l½b}íÑ¢CŽ4ŒÅõF-!u û·÷}°»9±ºèGÊÎØ;¹;–Þ+ïCü8ù¾oÃ} ˆ²•ùÌÅ´«î¾{-™ÁÛB Ê«§u”2s­YoÖª3òHÍóã8à¤6óð]ü(Tç4RfuPû6×d!¼Y‹£#!5¾;gà +Ǭ/L^GîóÀ‹jP[ûòRRF‘ªŠ:!߯™1Y;_Qý9Ä4pomו5ξ¢Ñç±²êfBùÐZdÊýþ$+¡C¶B:C^ðìì#Wî1£+¶Ç\žùœà5à–Eރȼ°»#°VU^œ¡ wfb*—M`ÖBçBÂ03tieó섞52«º:CbŽ5`-“c¼¤Œn”ã¦Fõ"ºJÈ ¥Tã +æ•…âZ9»‚mÔ6ôlO‰ÙØ&{ÈÆÀÜìG°¬,&„FŒsöP·áÿ:r¢ÿʹðiA -œXà7Š›—VÔ/dYXxðúg @ Ê<’°Ô/®¿WÚ.³Zÿ¿‡Õ(zBÛVN•Þ Ž:¶Ö -9o²®çwíO²œ25;’¢{i]§Œ*Z Í›ˆDðA²:¶#æŒ@?¨FÕÄÉŠñ:nÔÔZéÇíË5¢¯nÖ¼=»Mç¡oÙ:}› àÒñÝ´ñ¶ðÅ-Á{›¼žp‘D)ïÐ#—©àKcH8ÎÛû U, -{æÑÑ_îÆºøcTeÂ^l_ìD¦Ýƙ쎆 94zap¶{÷1ÜeÙ Uª5õ|RÔâ¤U¤sÿ°Å»‚¶jVÚΞ„Šý ¯oŠÔè*j¶Èç匷¨;hŒµbΜÜI½*Ë€BÌæ0ïXéTd5á¯ÇîÜÙ}ÐUÕ¬oQçë -n³‰æ“…ZhnÁ!ŒNáµ½éÀ ËNVˆë*pŸÛrYWgVÛæÒç¢ëžCwl¸GÌÒØQåÌÏéÜ̹!Ó¬º6ëHvt•ìæVõ5RA-²2ìÊužÎ9ÌÆe¼©t¤ç7’cȺÙjÛ‰ûq‡ƒÄÜ€:sªjYzMʧRl윃'¤g°„ø5<^À‚Dõ9Æ¡-CN`¸åa )Ñ›d¨KÞÐRù6¸¨~|Ø<Ê D8nòí@¨Ù¡cÛ>GbR~ñÀ[¬‘nÄÍMíØ"WjDc~ã[äläŒÇvÑszXˆˆŸÀÝæ¥[Œé Dò³Ý^г »-º>ׂWô^`6«gG>óQ—tà•=ߡٙ©Q$R"–;Ô}vŸ{wËÆèz´óŠ\¯›¡œu²ª Ÿ¦²l¶f¾“µÜf­ÌŒN®Ô‡•.D‡Í5j4îÉsÌn2Ä1¿Šrå*”Ð¾Ä -ih—K'k»=ÞJ#ù©l9ä´6ºã‰lDÍð‡7Ú€Ï;ŽÛÀð@6㦠ù" Mê0_æ~¥‡4®nȶyyO4é©ý‰[¡q“Aô­$vî=k¢ægƒ³•D-Ó‡ô¬ã ¬ë^',ÙÁNÐÎË7Xƒí‚VØAHôå°×jrC$˜ä¼Bœª!—†ùï¿´W!;‡8€¡ýâP—…Šfqf¡[k5µ®³úy,DÇ \/>;–¨öâçf\)$ÄãæAׄ;6o¸ãNžõº¯ÑÜcq®ŒÅ8êÈcнf@«ðS¢Ξ=#b(teíØRïÖFƒÜXœ‡á×Qæ@òpZÍPíYÌøÍÐf="€wPyT­’ -I^†9ThéМØêo …±eë"'ÛÝ mì/O°ÐÝ9³PÌZ<Ný,Ém„§ÇX6iEfX£…¾Ê0DÔRk­˜<«UˆôâÎ:Wç‰2Þm û -L—óÊŽñn:”œÂŽˆÕåc‚ÍÀç¾¹ô•G•™l-¤¬Â\EÚO$¼¹³5â'¸¬×ï]l!p¡M^M‹»ÜèKjÏc:V×Á²KÏçêž;íWÍð´e06-cŸå²Þ w^Ln“ö©ÚyÌœ8=oxæDêÓ†…ˆè Fi[i“Ï“eê IÊ]¶ŽÕOÊÔùTä"k.Q–ïð޽aè4²ß)Ìý¦í]Š¡pxœ:CŠNW[_UÌcÀ—)c•?ΞDÉÏN¤ehaGÜá)H@UºóZ¨RÂa7CÕ%ë–(£Ó‡»Ü~ ‚3Ù¨t5Ü52y"4G‚ÔÖ]b¥³NzJl}AY vY _hÖ§ÁHËžÏ(AyaÍ܃ÝÖ°h:èôúhÒEs¯ìúhÁYïvýXújÇZÚÉhs´d9#=±UIrb¨ƒI7ãfŒïÐ"âδãò®ú«v½'ÒAêqØ9#ZÜ¡;àœúç*ºV£I'í![ÁC'¡kÓ¡!ºç6 لı´w*k*×ﲿAoæåDªKuß»€6uO4c%)ªª…aNZ\gÅ$˜>êÒOˆÐ«Ü8õ ³!AE]"ªÊ ‘¡d¡ÃÒµE3úÂL—¨+Ò¡.y=³Žˆ2;~ ¼Dl¨‚a¨¡]O’q…ËÕ$±gBa;¾”tqÙ*GxuÃËÏÉHW[•—þł׎ñçÌ‹S†–UD}õARŒA}RE ÕQ¶jú 8hýÏ«Œ= #•uTÊH¢ˆpÊá­›»Dæ±_w,ƨJÛvîT{ ò9Ã_¾1pŠ9Ê(½;€ ²D45+Ò*ƾDÀ‰Š¡­v[B%£ÑIå1FÛaßó‹…Úº¤’õhìåÕÙ¨J‚%‹Õý¦ -OUeLŽf±I3©áî Üäû®úÒ-$|–‰*ÙÃÌÓ'óÆ=“{‹ËÊõ} -=Žò"]¨>Â{øŒhën=ÃöJöwÆ…>•š…h V£ç—…;¾£öl–wåË«¸&º¾) ù(Edõ´Ý>#x–ÜëÒCÑ€Ý;¯ˆ+6]‹ËP8¤(ñ©Ü4¦‘ïxÜ;É2ˆ§37îb}u¨òÚªá.PAƒ›žW®~ 9†ëîÕ¡lmï(˜‹{<%Ë –¥?†%ÈÅô£'9-#EY}è&²¿˜G¶)Û”«Úcpq/ªæÀ(Ú–îd%ÄS‚'ð9‚(Ðz³hð6øŠLy‚TyŽŽ`ïáŒéÑW0ÞÉRˆ§…xƒOnŽ%‘Æ…*š¢¼f¥¥œEøž<§`ßø¥<†w £1ãÐǪDVCÜ%49Îò ’mÔ‚K·bTë ô›‰è-k»~Šä<3"ŠBeí¸"o¬é,U|”¡Î¼eL-îÒÁDDZ™¿ë#V%Yýpa$[¨'Ož¨ÆAfD,§!'ÖcOHXïŸ' _*SÚÁêXl¢cYû*]ã~Xý{<Î dVÄÝ¡«áÎÓFYn Í2Ÿ,ouYˆ•uT!\g‘J¢1 ¥Rè«D¦EÜzZŒlÇ"s ]+×Á™u u0—CS„Ç=òz+¹¼¸šriÍŒ>¡;ãpá¬ÑB],FäÈDê†Uï™9Ʊ×v®c8èå‹t¶ùXTÈŒËTΘ#2Rgöí_¿ü:àB{˜íýǽ'ü¿~ÿþÛ/Ïo¯ -l~•{ð­ßÞ>>í{þêÿ•¯¾<~þöýç¯O²½Âë5¿±± ÃÌ-vʼ¹©iîeo ë¤¼ôâÑ c|–Ú{37dú·Q9ê\‚ -ùÐ Òzb¥×f46e†¦Úgðlvk¾˜ÙiÅÕ ²]A8HJ¯Y Ö\«íÐR$½õ/u)Š™o -JÈÌ•»ÃeÓ—Ù_rP3u`µçõÜ›þ©ŽÌBK/'ò[Ù¢ ÍU±^£yCR†+2ÿM–\6eo·äj³:éZH±Và -o’-M£3U=ЇD˜*+£¼Ø¥ÈÉ …Ø¥Ô a¡g'YRwˆõöDzoëT»šX­&>¥ã^è2„É40C)*êÞ¬„Åj;•´j½"í ‰»d‘dÛ–“6_I“vŠ¢V ì"û¿9´Ò^>O{¼::² rRûØQç4²¾ç‘ŒÛ‹&uâ!‘û¼*ýú=´wû}ðñMú'_ÞùøëÇß~¦GϨ.6BUY¤½ÚרèËðÔ™Õà2i œÕâX4Ayµk(ïø2Nÿ8}%ÍøS”Ú4öÀ(E+Ê!/JÛ#¨HÞƒïbë\t×°m7ÿoƒ o™¬QŽ•UŸ5k€Üõâ·‰—qÞb}›Ñ\GRjÏfU˜){aàfЋ_'õ®} y‘¶æáabþ”°A;´ËROûåÓm‚Cät“[Dÿø»¬l÷ »Ö®â$^¸so^$/2 Mm-Ï¢€½ù£€{r¾áSx¦º‚ÎÌÊ -¯ˆ(WÿÃäÛôŒr+&Ý+«Ûyïw²þ|”Þ{5\Ì-ÑC^R-ìø¬(ÍÁÀrð°[÷,òŸWò¹grE¼»¦€×v7ÏçmöÀ’ef“Òy\Xɉ/á¢bi¹%Šn -¹huáø-ЦrÛ’QÔîN(!gêÂíN¡‡E>Yéá(2ªò\!ï.èmÓ®eóøÓ“5ˆî»#ô^#È$¦eN^Ðîr“n$“Ã2Swah„î×}[ræ¤[¢3~ -޼zFJÓq2›úiÙ¨µ ly¹êƒCàC -ÍÇl?»9yK­ø¼Å˱óŠÂNÈE;þY¥BXýfÈs‰j@+:#óB¥^ÿå蔸ÝcßOݵ€x|U&C½ŽôÏ ód¦`ÕoK78Åî¬hoƒ}î¡Z©N™áµBŒCaGxC GÚoVc|έŽMbê£êh òÑÃUpÑÊVa_Êwt2SŠCößÑ aüžù‡m-_)CQ9zV%H=Î.Æá¶®ª,Û³¥›½ „Ó˜‚’÷Ę50G¥º¸•¦pG¯°&å0›*´·W*.¢ˆÃ/+ÒÑ%×`Pžd«&+ -µËû‰ðÚŽÍÑ/ÒÕËòŒ}-Zy8í×ÂÏÕÛ´í$:eÁm†éº]ì&uS<‰íN-½Û‡ª.'F¯Œ˜ Î*Z|UcfE%‰›áÂI€e{5 õ8˜]Ö\¡ûJ"åâ`œ'52¼SÙ™i|z¬®£[zŪ+Ô£¢6\þß§«péÐÙõc°a„@o{JŽX{£‹l^˜e±·¹=xÏ+M(»»‡ŽÂ7 ½~”†<^f¬[ÚpuÚ¬- ‡G™UΚ~ ´–€AËDÎàD•…gäÿê/ årAŽ2r5ÂBGW` jjf†j'’´ƾý“ƒ¯TGXqÔ¿ƒºYí[¼é€ÒîXÒKn«¨¨µþ>÷‡-±m”c0mÛ™OÌÑ™f±ÛèÒàí¤WœàGùÐ D¬”f=‚}|fè -eG]ndl¶Ã…øZyk¿;‘ñÜe·ÿ•[¨ÊN1]ˆyq¬‡žÖ¶] ÖTaïjñÈà|>ÿÑŽccå»OD9Ññ‡0Bk„å¢h1öîóÝ®š½Vnm9§ÈÚ<ójlÓD¨g%E¼TÁEË8dÍmh2ZðY׳OŽº|9@/0ŸBwµ=ˆ:ÊzãÏAõ´¢ÝÝø›{ÿû§o¶Ã'|úæŸ_?ýýáï<½¼¿ýúñíñöëç'þÇËãùíãóçyúáýåù×çô¯xúúçÇÛË÷_}óþÃ_o_þïw¾¼ùí‡O›—öß/ÿŸŸúðúxûåã¯y¬ÝkþÎÓ×Ïož¿‰_#xïŸäéù»Çë‡ö‡÷^?÷»èÿó¥É‡)Ì&ðƒO¯ŸÿÿøµeüØÏߟx¼½<#íŒ}à>É¿}|xüùåñòëóÛË z€E ì¥gÁ ¶=ÕþD¥'}(LUãͧ…§ -y„lvt¤—<çQiö¢{¯UÑDtaâË÷Wz’»´k ª3ƒé¸RGéxÏ@›(´ÊJ¬àt‚„.²¯P¶•UvL‘S€ -IÈqw©18b¬;·ûšV[èÑfMܼò'Qt°0ó>DL xßßÄ=ñÐïŠÔ™uJi¶¥0¼­kaW¿•%Ým9©`y+zâ,,É™ÎpÙ£`*]]3t2¹¹0}ñ*€éÇÕ_EÙ}¸1ÃÄõúd¢ñ=˜‰Ã³/jhê9â /ÂkNc%Ç¥&̵bTÓJo6`fÖ5î„Vcºt` ¾ÞñØ(£×çªb¯(”Ôe|•nÔ_Ö Zé˜$W+^#ûúr¶ŒeEÌÁ[A¢<é”C4(§$îo’Ë jDW_D´üéoat2œ`†]˜ƒz½`pÝo Ì”? :‡Míja¯ïçrõGY¦¯òÂPY§d -"”uút©Õõ÷œa-9{Ól[õdd<êV ø,A— Ls°ðÝ½ÌØ‚weŒ±}‘ãÇ4Ç}c ©&¾Ö–¯­ª’B5jßj ȱ1‚j`ÉóIEœ3iú%Œ+î^¯øMj}¹  -Ç>}£®ÓœcöÌ@ûª-îéûäCúüQy˜ Q4鯭êÒ9ìŠE°‘²ôãi Sž¶°åé -WÈÌ*A!}>]Q@3$®$h…³F£ sƨC4½ëû‘ ç2ÝMsŒÞ¾>ᑈ«V_®é+^–ÚÙ9>mAçÓ\ž¶Ðåi S k„Š3Ýx}ß¡™2Nÿ.>$OÝÅ\MTvm—þÿñkúUúѼ7wºåÕým`cãcA°¶xþZ³+Çqp+Íjâ(Ý!GRBnªÕŠ*=ïZBÏRš*m;Hº*V åLÎÉäÏ¥GQšcJdî‚c,x»(Q±'¥,^`áÃÕMFoX X0°à´Y`:·+f}©Ž1ù -º~~˜Ä@)Ň›©Â,O1aée…† -ƒxÑH›–¨sa Iæ-$HHP ¡!ÂPJ ‚€‚ $$H(Ða(%˜Â>ýeð†‚ $$H(Ða(%@A@A‚ $Hhˆ0”¨  Á@‚ƒ„ ‰j©1eühtO•¤?#Û¢éUXº´Ò§Q&/0¹_£ Þ"(4Ù¼a`Áh3Çu.l!ɼEB€„ " ¥(HH H0à !@B‚„ †R$$$Hp !AB„†C)Á€ök·F¨! Á@‚ƒ„  -$4DÞDpe„„F½/f›¨j´É #Â:Þ˜ƒΠT„Ê*KöJÙÔ&ªœ°ÎÇ¥m{ý!–óžù$‰AÕë ÙÅ)@$ˆÕÂâšQY0±È6‰»TªQg¦Sù—sé(j£‘ùl6DÊü™¥C²äÚötàURÜ^µêFÆP¬ø:¢¬e=RàšJDw'™Ä”ŠŠ)-Ïšñb V|–¤YER!U©³ Ú6ŇB Í23Ñt%6’Y`!vŠt¶´¸Ò)Ÿ…cÕ  ¿ò…ú­+ñbÿHbil¾4 -¾6a‰CJ‰2Õ2*ßîÚɰõ½÷ƒ6p¸Ð‰…Ä 90ìN1’ -K/Ûör -0·-±©HH±*câ YÅÅç¹ÈÆÔ$úgš¸õöîJBű%±ÐlO§&²£1Õª/,.7+¾Š)G FJöÚ -¤2m+ö*¥U$ KrÐXŸNMe)FdŠ3qN)Ë>‚LË'eNk dmìS¤±·%±Ò¬O§&&)Fd\áÇûÒåËâ‚F–…gõ¨*t¥hgó [« LhU  bÑ3U†­ŒeT¹.¾ª&öQm¤Ýšžt¿Âêæ‹¤‚RSµú&Ý¢Ÿ÷¨BаoHW5‹>°0ÎJ ´8Ö§Sé²4³»k’Öä‰Ì¢ÌDü»\gç4¨¹lA½j/eûiÒHÿ‹7ݸ‰†ß_jÅ7ý“zé¥qM˜x¸ñ@V‘؈y’ƒÂútj$ÎL1*SìÐ5„HÊ(ðïeÜ‚|ªÒþ)¦´,#4]AÙG“ô׬3Ö•” -ºCìçéòjÂ\jÿc‹sèk«¤¨¯Ùl˜­J ªK-Àútj$I–bT¦È³ì±§Ä?¤ŠL‘Î1p2ð Í\e(È(}¨¨ÂÍ>+¶ ÿFÛÄc½Ã*Š’[ š<™+Òìz3¤yi³—ÖŒ„iæ×€pÄþ ÎV­F†¶žå.x¶¸Új9“*ÃüÈFÇP\¥’!5@5':QU?€"Cµ¸à¸ñ’ÉlçœCµB¥¸¶)W}Údý£2µ.X{ºL°ò¡ÚjlÄÞ£³¥µöoºdUS™Œ Ã7ª˜8C»ä>‡ -hé­—T3ÞèÈCU'D "MÃoD„£¹ÿk:wµr×Ú¼š‘&âNχ½¥Pky0t•߯`(èP ç,p°ÄfdÒ€0qY†’x¨d¯}äÀîÚÌÑÒ§ WAR™vÓj†Ìô¶ÝC¤%ûo, -‘ӥ׬øïÒbé yøöõçáËô)‡ÓuÛ/ÛºíËk¿>.‹à¶;¼]OËþ2þ-ûr¿ÃÆÛõöñ¶¸ »¡ã•¶ïn‡ãyÝ—ýï‡d‰‘ó缯ç˲—§5:ÝW/9,Oëù˜q¼¾×û‡½ iÝg\éT*‰ÕOç[ëÚæ´Ü.û7Ýœc!Ýòy‡Ór?_®ŸËãÔ¦Wï_Â[P)ù†¶:_–_뮩îëçò¶n§»ž—i«ßëûò¶v­5¯ëýKpXâÜádænÕóõñf׿­gì´?_?Ëvnû½Ö Þ.¿×ãúç¶žöe;µÞóZ¥Ldíáùã}iý¯ú\ß®·÷uÛ—í¼þy[ûå6¼`ÇkA‡ÿ#£àÁ“ª?r—ÇCæ…6D†¢À@üˆ €ì ÝDÉßð¾?-w‘ƒ=ä5ûý²=­Ûéï×Él§ëÀ‘œÑs:pAN“ƒg^›¸+ÿ­È׸"dYÖRè­”·5ˆ 5ñ°Ío(666 l8ذ‘`£ÀFC¡´AFgÞ¹¡”ê7n$Ü(¸Ñ`cø·÷”îU¼Zm‰àH”†-!:¢öq•§XkWï”Õß÷aùºò_S¶ÏOþl_úùøû£ÓQ2ßü¡Ë/}ñHq†>ù _øïëó«Ùïï?ßÿ~üzƒ~ïßWÕK/DÚ^Ø&=˜/Íl3Éçߨl¬~ØTés… ¢³‡w‡W´_By‰ñrŸb®=»ðéPöûX·_cåÝÃ5ûƶå³5ô»9_AÞU¹)û!ù¹Oß•¤·ŒhÎs©'÷#d~Òb=W“ÿˆ¯ëå\ՕɆWÁ´D-ê6íÐ-<";´ÿÅ÷à=®®™ÓœW½ ¤Œ× :²~çva¡Â§ñ —çÍÌz;Í[åa‰:/{ˆ%J>¢n8›T*ïLŠ 'øë†õå˜õ†½»é(½­,èl®ìP”ÓÓ˜š¶C„JîÆ%Óƒ`,¡êr(©~»Ó¼žçö&¾gâ6;s>w9ä€d@¿é“.r}ý~–¬olAå'È¸ÜØ¥Îø}O”Üãë¾ÿüýüùüÿ#=Šª^¹™:¨èÿ}¡P‰ÂÓÇ5¿ì r¯Ûˆò§…@ç\Òú¯Ûé7=×;t’z6ídy´%D!4ŽïŽ{QÞ©ø„:Ç^€(hJ°A¨‚›k=¤U“O9™q£ðk¶ŒRvš%aðF§„R7ÙpB=Yb¬H¢4ÝšT~¾ÓÇZvÝï’Û0ÎEÆ'zZ}í÷®eÔfn¢œ^oF×NÃ8³!(ß0§¢×¤ŒŽ¡WÓgù` :Í ž‡$îðFök~oZ3 -½S®æ h~®H:S%,‚6)œin6/½ý¾‘²YÃ=Ÿ}“ÿ'ëÕÈ0l"Ò úUñXTƒnyÕCWU-’hP?åÀNÂ'´Ñ‹í‡›…Z¾ Í6ATÈ-høbïÁÿÐ2©’˜§ã†!NiíA¿y=€Qb¬B¢ö_åúÏz²tKòÑIi?z¯†5Õ4Ô+MXßZ9cm]æPóÛßk\%úŠQˆŽOŸwì?÷¤¯^¢•@4€á¢ËíÚ,¼ö»5‹µ"Lvš˜Ñ” t—ïž<)éUx=¶žôç]ì UJ]fÿ‰ÿ.¯zpŒÓ¤úõBæÚY&˜7éHº4›Ýc|q«‡Åœ£“¥àv}FN6Mºý¶¸•!fQAx0ƒRÖcùÍz?K¯nöƒã<‡°ÆZÊå“€ Ã$Klò2×Ý™û%Œdn¶X±é_—ŽCã  {ÒS}P¡õZF@¶6›|²»ÉŸ•/±‚šÏãHî~g2AÖZPP,ÿùÌ¥îl²ßuå±Eäj@«èÚÆùÍpÒ|.šS…æX„ëSP9fÏïOUÔ Îzž;Ö÷r -OÞ\)_‚ó&c2žng°d£ô}5÷B‘/ÿ0÷ì¦ãºÉ¸á·ðuPì§€ÁÔX¨Á«… ¼R€#8æë¨„ÀÙ:ÖS©tÇDB{z®^æ%6au4L6@ÈœÒ\è¦À÷8é-¦!Èp«[0ƒ¢ÀA[ÚÛ{Ëè [Ø7~ZÛð›é2ÌZcÊåæpS‹š…+ßÖÛ5â–1l^zB¡å€~‡=ç‚2>‹+¢y0ƒ’Ä–s”X4ñžN'|ß<ï­ÀÑ'º°ŒŸÅ\×Ó{«Ýp3è^à Ä'éîÞ{2VËE`⪕!ƒH%ê8HþЇ¿nìÑ0k«h..ƒl‡DðÈ=â:ü4“¸7ÄX…_¦.Ä?¸&È}i”`ÛQŽAÚ]¹å¹¦Poä\\ê|¦ÉáÈÞÊ¥µÕ°œŸºƒà3p]û0£`a5ˆ]‡Æ Uy½]Oz«Ç"Ø5Ñe…µÅ1®8€Váq­Ýgi.é)²ýë·ª°±Kp.¡v»Ûe « Q-jå8gVjHAŸ 3z/e°#“Ux©ð‘±j+Ò9‚q´›ùµv¿¥½VÞÎAÛþ܃D‘‡2ða$]íº„T²Æbu® -Z£á.ØŽˆ‚…k6Òò¼ºŠÐ7‘9±Dpc²2t£_9væ.ÁöŽ`aHYwl w£IGº`o–Òd뱂ç -ƒg³‚Ȧq6 ‰á 9s"‡”’wwʱ‰^8¢@ -m8΋bPÝÆÓ–…êy5·ðÑCåýsËpjÍj¾ç-Øvnü¥þ£iP)p‚»8-+…‚`¬voGÏÚjFm¡,l=e¦…RxškÝÒü®-ýúºnc^Gº»¡êM¸ZÔÑ®#Íù[Úib6ÆT@ -|Þ¶7V+¾ã§Û5Î<ølâ!‡AÕ.£Ú`Ž´ œ¸J Ø3/„6h{ƈÙb¿ŒÍjfÃLøY%\5=5$ŒÁ%×n Œ¸«z¤hïÜoMéÈÎü¬Ò÷ª·e$nù¼e£óÊ‘+˜Ú]{FWMà!C÷ã¹Æ±B…Dòæ-ÐOÎpÊQŽ.¦fû; àŸƒ‚‚Ó\£³FÌê˜y¸N-!£>0–r|cF‹!OÚÄ=£¸N‚©Ñ« ˆŒ!Ãé=®õÐ -˜©ÄbóÃ^$z÷þgßS?µ¸˜s²a“ îcPº¥ÆºztŠSžI¼ìd Âü½†hL}Rq†\Ç<¤é+ JŒl-|ïÓì4ïNÉ^a¾ÍãKż¸ŸÁx‰—O wQÓ„!IS:Ëô¥Z£…Ш`WÕÈÔrÅ>¨tÙi¤¬®·Õkeo« -àHçŸÌX×Àwqœi¯lçÇ8`ê~„[Â^ŠTèN§ËãL/ì8Ð}üë¡W:. î Ë=·4ýÀRÝî[ÇôæµäAüŸ-¯b)YsIÏ(–¦í”Òt¾o>/‡&åê-·!º>»#J—Õ\Åî9­±/ÅïÃùix,nìê×ÙuøÒ枤ö¬{ë¦yЦ½8ˆÃEÞSFk4•oÕ*Ån–“Å©ø†àv˜)k÷0ÚGcÁqo¼)¬ÆnØœòµ»dYæêwZµY«ž‰F‰7b],­Â¡³9œÿîòö8Ró ÅÈάٻÃ]G—ár¯T4¥ø´OÚÇ6ù̸Žn~ÍZÎ×ÍÒ¥V`¸æ -¥°ƒë ŒÕdz¡ÕTíR©é(=æ@7ŽãZß~cçX;oª¼dRʶŽ(ò]0)1çÿ =ðA’<ˆ»'Aê¡-è+ÖU€ï;Ù°†â˜ò¢Ò_DYh9u;ŠsðAÓƒÈ+uFëH6aO' eçH©øØŽÞ5žaÖ«º( §Ý©ѤŸŠ' ¸(V¬H¸ø)…é$¯ïYêIhmuVÇVNCû6«ÏØA¡6¤©^‹FϾ®”±ÁdrÃLJî –Ò­…e«¨lÃñȤY·˜o"Âõ)éÄ-‹*†ÉÑÜ]—œi# J?yé0àzÚëóÛñd}Nl!ðá^¼Èq ³^±iÁvVi§Ó~ªj Æ^WÊk0àí/ÅóÞÚz¦ê†¤3¢iØHdyï»ií²ïÎ*ß¶xö6Áák/º-•zda¾7‡ó:Ë\Ruz“Üš°ÜY¥O¹»ÁŽwÊF´K ÔêHã;'zö!%öÊ pØ„gUxlÀ4lÖÉ.¹§³=«Á;¢n«ëâòx|qá—Ọ̈Ś–S«Â^üFTdzpHÛw¬2òɾ¦ºFäOêè&Ô©/êEÏQQ¾v•ˆ8S¬§£<,ÎBéCÛâůZ/Ån$½µùÜKt$¢ËèOžrWAšáÑž®øîj¿:=01÷¸ ™ßvoÝíšT|i”‡—Hªz=‚r%Ù_Ó<€ÈV9‘©Ò¹ á«z¼jaÜ—}1Òïw %£}ý>P~7€ƒ¼ >Úh»á*uP©†K¼!ò¡""½"UÖsøn,Ù _X&.€ §>p#¦²Ú`®]¼òß䌯°‘Õ]'`‰LkX:‘jßÞ=‹«Ú$zNUcâÛo áÕà”ª¡S_\Ç^ÓNRöaÈð„5å"cÛÙ3kƒ¤”N£VÇòÕ³þÇ¿‚Óc6˜ìR߇>Ü,`UoØÂ²­A½ã; f–'[©7€Ñ«D”ñ\×ÖzO-$”>AxGÒpéFÞÓn´ä÷9ntúQ0X™Ärj<‚ ˜:p•`˘Zû2ŠÎ$d“'–CAR´#;Ãt`uÿ.G—±’/V¸²M;V³cû-a÷‚ƻ݌HRÀ" 5í/f½âsjL-4!º]Ò¬†¥zý®Jh¡¸­½»ÇÁ›*ß#êÚIB¨^y´î»‘•|€*k˜­EQš2íŽTÞc¬ðꊸçt‡¸ K‹ÍH1ÕÈIA(n^‚¨«@4uç9ÈJñãTo?ZlÜÛ1¯¶@¾ùzZ¥ó˜hÚ#®£ò5vuӄξ—‡A–}¹môà8Èûój”·¾r$¢]u0Å ÛµS8”q,¤ËëgB+©ºvå°y Î¾]=±ÅB²àµtNÉ+ á(l.p)1À±©2‡ðø¼‰jU#šiÏq§)ªrºúZYfwÉV,“ |DËí“˺žØ"óÅŠ²q`iÁ.–cÈÅUw儲«‡…ÙjÛ=w$‹•ôkda‹‘¸¹oæÁn,$\³,‚Ü%Þ’z0‰îø,DöÊ ˆ'Gøt·úªÅÙ -¬A²ÈåÍ^ƒWÇ\ _½>9x–­8™È,UŠüD¡ ó‚Ýüg²3ŽE›Ö£2B,™fÃFmŒ -_&ªÇsà;ß×…6œbl©L‡én¤‰ë«qŸ~º¹ dË çĬTíH[ÁeVCVW ‡±â”/ºýäe‚ž+’$‰ Á—˜býÞr&¢¨ÊÌÙ»l£Fd,'ŠzPéIf5Û~Žšð0øZÒ;Mf…uvÌ™`#©¾'©rAH±Îó†¨þºäT¬Èë< z´Ö™ˆÒL¬bKTr‚jî kí˜Hºmtù\K÷}ÐòmFÙ&êÕÔ!oÒQ‹m¦Vxßìwý—«éŠê˜{2è(2¬²Oq#åß!¿r H7mÎ…å°¬—}÷%é°œJø©ÆKD-ÙÁqªÙГT&æ{à8ÝÇôv¢ôÙŒÖïlS‹½S…_¦4¾åîID¶£¨t%KWûé"³¥Læa/shD)»^²YlHúÊ5 ë:DÙõSkŠºR;UöÍ:VM4U—™"Î0‚ ¹xÉöÏßö~ã -6í‚®=86rg.Ü~^`uÃðbnf‡ÁSù"ɺ"]Γ˜RÚ¡¢§ª5Ú˜«hW=,3BžÜQ&Tò½¢l¦|»®nH·R&3Q?Â<,í!œ. lMêU}àÊŽk*^ûF kŽ’t·(Pj´î#8•UY¬M!ØÐ´Í†6 -û¦ß¯»k×P“zäL}Dý.û™mÑ Ð–æ~]ÞÄöv'šÉT£ñk>¦&(È"ÆäVˆa òªt'½gÜÊ¢Œâ¦Ð"dÛ\‚›ßAňUÁ´'ôë«ßEO÷svIçE:'0µÉg+‚Ê oÐq£“à[M?ðtcEÄÙXs¹öU_¼(Ç8î>Dôjë:ÐT§´'ÈÖޤ½¹zž3z÷=z³†ŒÇ†HúÃÌÝÕ²itc7§ó: ÞM2«(Ó¶3$ƒõü|·}¤¤<¢<§ÒÕÖZ+¾š=w)[ä.)-M)]Ø×‹_B3IvÊšï!”çvMÑ‹/ºêÅŽ¢v$è6ý÷¨©D僋ÔFE®w?ï…;M°s,W€yÑ„+Û‚ÞîY¦"éÕ:å†1ñ¶¤Ñ®w¬ÁLÖåp2;IÛÆ~QVÝf2³†ŒÑ”â¿‚»™=g™ªi½8,²ðº§MX$@ÁºÝò Èö—B³†·Úæ’o^]Q}F’7ÂéÝÆJ™"èFýu]ž×„"M s„î‚çÁNKí=6vEg†߇VºÈ¤ÉË$åRÕi•PäÄÉlÀz8 ÿˆãõä¿ËŽÄ ³eï=NiM@*ò^[¸_(6"£åGÐç4 ñÍÝŒ.V³ƒ"Ü øO €Üˆ9Û;”)LÚŽ„L p-oɯǙЙj8È%æ»°$½»‡²…¾ž9¥^ h㘴÷‰ê}ÐûïÑöR1Žæí€(ÂŒÀê£,¾Ý­Æb‡™Óz;•—îôÎë–¨™õò?›Ê†Ù>j>µÛÍKd)[‘n pO|3(¯Sô”´çÞD´cÆÀ&òŒ¦Š’OF:DÇ."³õ:÷]w†:€c™qEÚMWçO„;ßÌ™T‹)FêÛÅ6Ùhrf'‘Z· –=Õ4_“`´´-˜Ã{ã3 GUŠk´ö^[›3Wà×Z 8yTÀSžw fíMLÍA$ÿݵ[À–%xo¹ur:Ç(BPL•¦ZÝÍÿòÞ³ñ¬,"¤zÀ1?€ûxøö‚“¶ wÓ˳kÄk—E‘žtÌ Z>-ÿF&mµ¦¤ÕÜàm%¯+¾ÊTQjHnt9zj@?l/^ªñÅCØN´áòÌCà?¤S 7%¢¶×ƒwIîi_X[W°”¡F™žZèÊÙ­cL˜9ÅͶëT½‰²£.é0âMÀ:àp 9ÆP”þ÷ÕÁÝÏ¿vxˆêN.f2ñ ÚÐfƒüÄV­7ó-ª-½ü%þC£è‡lÁçKÝ܈¿5CrïsjÊÊLÞyÖ#¼aY—§K„‹v[F4•bMÔøñ)ÄLØó¢ùΪþÄ»¢½—¹sX–N®à^óÜ‚%7í˜Õ´þ$§t÷JãsLl×Â1YdÍÚ3y]^nD½•2$áÓ~Ê1o•µÓ7Æ «öš•Ý­È€äîãá‰ëd$-‚}Ð2~¢î½ø)òku-­êFdDeƒÍé>,jI¸Ó<dmD›Ñºï¢¬ºÖ›k ‚é›6w×ÙÔ/²¸=£èB’ç¾æRÛM̺)ôvý„Æ\¢BݦK×ByË4ó”^/Ëì=Xæòe¬ì?uÎ.æø–…Y\¬[TR»ÃºrºÎþ[iI¯²\AD`üwøƒ ÈízpJ Ûê2]Yg±‘lt6) `ªlL ÕxQÇ$ºø.õ¡%ÀµÎÙ%%‰VcOGK“œPÀ¬$óÐ}4òúC}·W²Fm;Õë¼`à-mg±ÀÌ.Ñ¡y …ˆÙ»CÖŸXËë†d®^à{%AW£ªMË“jávÐxèô'EÔ+L.ñÃiË-µ ¸y˜VAžÙ\†AHnrÕ¼*»{éNÆ*h×/¯Ý+G0·>}Þ™4uEVòc™Ì,°¿…´}iÏnÉ„`­Ö`ÇņEpù¨áSLÓ`†ÖN&È4›cª·‹,½Œ©šy§~\H`U%óðþN6+)\L×â.MƒºÊ´šÃkÙ2’Ÿ³Úîv÷d¦ã$)©•v㺊ÿµ-YQÕîïG8VðÐ¥”©Z¼^0Ñ­º#¢)ä}Õº>ãg¨®(¶2¾ž“n•´iæo“ý‹I[x7ˆ}3öX‡STcP¢¹v·{õÀþÿDeM cé;Ž]ÇQἺSÛ® º•Áû÷¶¼ö&Â2ŸûõªÊ’73JzÌ[dDÝÁNªíC8iÞ3fÚÊD¼ -3ƒ¯5}Žda 7¯„& w+çœxtØ¡º€>(ܰØË(A¼$Ѿk7zzÃEähœÒK{†÷iô8QTW¢'dSò§H¹Àß ûìöÊà}¸r}à˜ØÏ &*{¹…D@5Z,#%åÞ>„^Á»›§€7Ññœ½<¥ÁSM†zE^,ÃÈb–÷>ìŸiÞ2#îuRãw"$à1 ;ðx¬ìJ¿‰,<ø”iLÁÅßõŠóêᦙ`¦í–¹Õ9î$6Ï0aaïlöÏq–êÆŸú´Ó[»QÅììFŒdÆ%RÙ°l°xv²³zÌo¿_LȲ›nèXã 9±½£Q½¡{f#n3}ƒÍìºQet…§ÆÙ¤Z,£ ˆŠw'Kp XÜã¬Ñ°· ¹ú.¡¿ ¸b#«áM+avüVüL³ªÓÉ´]òüõB‡Fªk’´¼°ªÍ i]^ Þ¥X} Uˆ«0Q¸…–w®+*lËÞ†5µ5ÄdÓæm›•&)C hñî²å·M`­˜ƒó^Z•ÉtX8¾HœÈ¢øDÒ•µ¥1›•Ö ²p¦õÒ‚wk'*ŽDH¹¿§=Hº ¾ÎB{?Ø|¸5 X†n÷ K•óH,°ª|רŸŠ›ˆ¨QÕ¶R½!`>„{£ Ýž™»C¸¬ºB=Ns$úÜòΤ,ï8®wŸg•D³€",-/Ò`ª—|4ÚŒÖ;»ÍÖìU/º¶Þ´d›Õ›kÞÿ’}îôx¤C ¿}–¯õˆ8F’D¦Æln ¸ÀS!€ö±âÄ…ˆ^e»Î×´ë ¶·#Ä3§n¢ºÄ ˜]îÍèv­ºýº…æGƒ÷6&äêZaD -îÛ«]2áwër÷‰`iÂ’I"ÆjVQwc’U{¨TUéoÆó7Ôòj˜µy¯×­ÿáÔt‡,$»)ÛYsâãa¦_õ ä/±& -óüž¦ÛﮀwÊ” ê13#×1È}°xRîÃßMUÍÝ™`Q{Û‰!Œ%=sÉbj(Ôy‘nE¾WUáš0ªß.Í-KK«ÆXû’û£™‚Ë/«®"sGÅš#60làÍ,½’±:#óÜÉ[6 Št³oÞ@ˉ¨»#iD|K\äu‡šº}x_ý^Ubò0o'c€äK6ÙcoQy–¢®-M ÿŒ›°0ãM¸­Îl€œPãRMQ ovaŸ±´«~DUw]UÉi5‡DsÔÝ^„ôP³‹ª^?L6³àÙ·×›h4QØœú)¢š×fw¬©¯æ¼gH2'F#š`rKQeñsd¬òˆºò¥r—U22÷‚ $‚µç¨J‚r]Ž·¡\[q­ù?ß¡ßzþzá“ÌOmZœdt¢ô -._Ǭ«â@lÔ˜…¥MTûA«ˆ8çÕÌF…;ÉÚ‹ßTEB¼ íÝKÍW¨j—Œ%SCŠ€ï‡&@[ò´r^nH.Åÿ )€2 Ÿ¥º°Òøº¦Þ%Û"Iált¥™±ô4î£5qTÁŽ}XÕµ,{%˜…{ŸëI‰VWBž®57ÚWÏ»òºU÷›õ ÷Ç\2† H"´±®«‘©†­ßÏWîs‹*åÌ6\`ÙlÞŠ~Îù޳¶w>¾Àùð¾Ù}t©¾Ÿ8“ì{YN>¼]óû”%ÛüBæ:ÚŽiÞJ¤Ã¼ˆ—×Ì@öS$†Î) ÀWìt6UH+ m¬ønÌS·½ã‹9™ (ë'÷ ;•ºw0yíRDN2y3”‘2ËMÀÖ˜›dgåC„$öLXOs§Fàê>™‹9wg"zp½¯Ï_Î1,éÔ|îÄ}gvMœ©Ç;˜Åg×QÆ7Àh‡ÜIõBvÑ’Ë,K8ìœÿŸƒìæ6Á…N ™ì¤à?Ðò!ê^ m—­¿Ø¸t¿û«ÆrïU…Ÿ |»÷]/Úˆ”u»AÑä=’95§S ²ñ®©‡–lzÅåÈ*Œ“)BÖ¥SƒÈ Bæ·û¡ÅCPä¶÷ÓmŒù¸äu-ÀÅH -g²,äÂ`¸õH^wƇ¤.á”";¹vÆ™ä´A~3U¥Üòwu])Ó‰žS(L˜6r·«‚H(„1¿ -•Ú>Vt&¢¬:•Ræè8Ù½M—ò«¹»#u}n`•2­¢8l¢Úa¬îDïšÛtk!õÜYHªdw—àÿåV”ÆuU×U›ê«ãƒ¡ -S…õ XÔ½YYÝ®öl,=âaÏ4Ôá;º©‹ñlË¢˜qà(¥êAn¹Ëä§ÑìR®’…y«š»²–épH5NËt࣠a¹™§ªQ×ÞN8•«Á!nc(Úí²=ªLã°býØ…”÷œ¤“†È¿È‰¸]Õ½=¼wVÓ»@£ª·RDP£Í\Àlœ®Ï:žc…ÝG42§ ¾ êÈî t~¡M(Û5›y;KþCËá^wÅé³ÄxhÏ|}I!]iˆ;«…e“AgÒ¶»<‰¨nË rß…óç­o²0ûÑŽwsT#’é\Â&v´Á÷êÖÅ¢^­Co±–M¬½ýÐuYrêb‡%9d茲¦·¥cò0‚¡ŠšI‡(zvë´özÕšªÆ#8÷ˆ*¹s[R­Œ/h ™Þ…xÿ!û°¹Ã[¸—Öu®™›ð<ðH·|6=ôn;¾:™-Cys|¡ê]—[Ïßçú…´žJ$3Ÿ.ÿ—EÕù¶– ÁÓ3 KŒBŒåA–ªšì9¯}̘¼ÿ%U~ø„õ¼@¬³m¦,„Ë®¯A×®­Qo ˆf«‹B>;A·He•ÿ˜*õ#|U‘Ð)Xö«ÂÌÓ|û° !ÚlöU¸WbÛÝGÊ=¹} –JÔ²ž9% –…’äù4ôÿ"ªi?DD5뇔…ó÷GÈ0·[-Jý¦ï‚h Ꟛ­ªEVoMr¢§&Wð¿2»sÑéBºÕÒ–ê¶T©®qùá¸X'€NàVÇëX:|*âºu—Bí\9/13_8CŠ e8Ó)V*ÚêJXÜâ=.xëÜé\ÉÒ1R2Øc´åP¾ß½0¡òËj¶º 3/KݪÊ•ÞC ÓbIgä/yÜ—·ú-ºr¿NvŠeŽY’‘˜¢¾¼S5m&ÃÐ ¥ÅÐIAKï&´áhK¬Aâ\Ã÷Bé¼£0Yí¬öñ¥ÍŠJµõ1¦9ãQFÞ–™8ʵ‚QÇ~§]béë> êNA#´§ÅCö?“¥l•¸œE\ÂÚí\úÂDCø@;u~Q!åþ@ÕËÿáhÊž};}¨×»µÌekp}Ò­„‡ú^¡t¹3O&çbÜ‹$kH^ƒ8.gŒx²c—2ÛÓ%ƒÓ]¨ZüagLqh%#r4Fúj†rmŸþ` XÔ]—ô‚:•áCñy«ƒp„)§Ì.¬)v_GL¯Ø†‚ú±Õ¶“O?‡k+L3Е–I!ıF–ÖHÉŽGyÇØ®Åtˆ²òª*õ‹ ö‡u„‹&|hqYº'Úƒêr´ÑS?… 4t8ïÙ–4‘rè-<ÆÀÞ²t:‰¢bV] m“’ꪂԃ?‚)c_ÑPí-ÄߢKõŸ%ó禣"a¼?çp>¡õ.ßr'$k.z,‰Ÿ<qèsfŸ‚U ÞY7a­·Ô¹|@G&KÐŽ¾dèâü+£Ò£É­â5 ?Ôè’ÏsÉŠ~ŽËqGOogR÷rÇ g:÷?ÎEJq£Q¶·v½P¼…?YŒ§§òúä -4þöª[Π+òŸ9¶³ubv]%‚`'d£¦± éâEè‹:ó=Oµ{jÒŒÊׇýÜ»!XƒÄótMÙÎmÜÍJ ×tÇ=&±$ZJDböÖWêt™ç∠-—š^ÐÐú£†ùç³õD‹Þ6ÀQhî¬ÍYЗeÒÀk3oÓuº¾fçóð€;TZWGá2ºh£(|kÕ}ÖVEY±w½x+|ê´/}g׿*1Žœ„\lBVž™zm‚㔜w;î8»éŽ&Ê2Ø™‡ÂŸuÒB^TiIÃ!Ç‹ªn ì¼;…¶¥ú¤Œ>¸·£•ˆsE§»®Iå–4Kˆç‹xûíôL¥^"£o¤¯gê¾ìîªCLmv9vzcŠD_a(OЫ§VbïxÆ2cÕ•º¢Ó¤"ðòt·)@î‡èTÔhä òb„S!’‘ÂÅÖYÞ•€÷YÔÜŽ{§3Ê v]v‹#ÓYÏtʃÖQä(— ‹m¦Î7$?‹½†›Jܰ}·k9ƒt)®xVàdŠ~ÓZ“{K¢°Õ"ðdðBïyDj—¶òwG—ð’¨óÁ'ýèq—¦ÛCæ -9ÚJ—EÇpY'ïJ£ýÝCú¨Ø®PŒØ& xÊ:×N#U/®—6q® -FJ«÷YLu¢cy¸ƒö¸¬É˪ŸÇÝrk›"‡ê>'„.#œ¥Jô‚E.2Ka9"«:¢ZCç݆FžïírÉÍZ1÷°Ã*t˜eî®^¾ƒBð:Ym×%è‚þ!’1'lq,.p:tƒÜ(©ÝOL³œšÆÀAׇ$þJoõû´ Ò* l´J>º}ì,{ãzæ —‘!h„¹ -è¹þåEUsDIÕ sY]fƒä\¶ÈÜÁŸÏ5döjR°1RgÝÛ½•z¯ch¬E`nítÏ„)¥ÍÙB•M5­®½ ¨ ³s¿K‚ðݯp³Õ°>I¾Œ Þ…¼sÓ¥6+Ê¨Ææ˜š•W¬ˆ‰,‹ë V¡èº¸”nðY§êCFÃâšüÍ>kÖí ´Ù+¸‚OªW!2úQü¶”=’|‰@)¸qÂÆ‚˜:äÚÒéYoœ­"1gÚÏNd9þj{ÞZ{ì›K)dÏÅß -D2mŽÔØNkè:¹&Þé§É—Ä“€ê„픉„ã€Ö­÷Òz°®Ýzô&=¢Ž2ÃDCž®YöŽxÀÊD‡¤·…7|PÒSº‹D¹g,zÆL¥^¶ÇÔcî°V Çr‡ï­Ò êåÙ=6’ÙjÐåº.·kt•Ão‰å€.k`ÊyùÞ‰ž°¡¢_·üY¬±¬îð:¦”~Rý¨Meç…á 5®ôœòŒ0׺iHF{AÔ&Häç]^c×Vq‡‰'D˜Š§Ý²x§3åÇZ7Ÿ\þ"m¥KÔ'ùz±2‰ë¥â:Údï7íÖóÖÏ7‘hçb›h²C`*7€’Šó¨KÄpš:“×#TÙšƒÓ«î¾Å¢íŠSÞÖÚXUN@Ö‘oõEÏ ø„“³Þßp|æi·”».þ³lEÅØ4X!ØÞä—U¤t£=V+Í¾Ž¤!³B–2žõ˜Q­ðzföã®g”7/»dDY<€C­&F;v6;›­|U "1/[B™"¥ö›º»/!†OÉ<9÷,ž¥GGÕËTù&ú$x}§\£°¯‡úíÒ¸Ö44Ôe¬jÇŽ:*ï¦C†R»«š8ã<Fœ¦×dŸ:Aåo72±R‚‘u‹Ê'þcŃ€„jÀZÒ4Á³‰( -^1Þ”ÊF­@¹ÄYÃcõcM]ÈI|ƒ,‡Ú¤76–&¿PA¢jSò:Ó×Á>ø"úpºnd*á½["浉2ò6û´ãë£_‘d‘c«ê¬EU^ƒ”vµS»|·d¹I’Ö'UúѬ†š<Ħ-J¾•¬ŠšçêºÒÛtª¨8í¦¥3_pá?|[Óà¹Dœ=ÊZäÖjS -*¤Ë5ÖOòÛ[B?n¦R¹5:ÄÞ¤g ±FÊî>»¹ÖQ„0M_!‡Ó)‚[º<&qÈ/!Rƒ´ÖZF¹s÷¹‹Ð%q£´QWBëx¶†gå1ÏPn‘šË/£AÎÇ©„–‡ª×©TíÞaÔ=ƒ;ï4>ùî€ÔDY(6FZ*ò‰¸4ˆ ±6T!]®¡cÄJë깇3ÁdfÞ‚UÇ¡CºY/÷a¦,[ê¾®¬ÿ´ŠÖ?‡n¢Ó÷£AÔ×í'BV…7~_ ¬Õ´žªG—B•R²nH^ÃL!Ð긋åh7— ×qŽ$îÔ¦ÅuËÐn}ÕC}FãâžµîÅ5‡Ší æ™(UÏìœÆR³ïhx÷°j½$N¦·æFy‹ºgÕµ]ŽòA«²É[³NU©3ˆìÝ™:9MÇF–2ù¨\ˆ…‹ñ).:Ñ$i9o¡HÆcž€£MâØàŒÔ }5Cý@ÄuŽƒ¬¯Ž«iI©òcÑ»,Gu´òÙæQïX“ìÑy0R‘)r@EÅ*í@0·ÔôÀs‰¸4ø‰å¶-BøÈ¢;d&/R¿1¢>†–eFÎ1,ë2­>Zÿ¦¾^o×±aàì”×,¤ÞëODuf†:ؼüš¾Í›§±;NÉdf÷Rw±œÀkft ¶j%ú1û˜PÆôSãö¯©%ÛJò%Ût·®FiÞ]ÆW*NÍ =¬}»BÑÙ‡!|èU¢²ö—ij ÈãÚ;2±:ÚcdÂÒÛq™Ü:BÒ÷T†$ ʪˆÜ¦Ö퇼«—~iùîoW¨Û'8kºY„ÀÒFX¤BºY/ƒK‹ kêJ²©þØNëØÙ»hãcËsé‡`ëX öìT>æ* íSÕ ƒ¬^f×pý¡ïYÚ÷>vÖ”ñd ’œ=Çœpx[À.bÆÙÖ¡Õ÷±™V±õȬ\¦ÁÞ‚—ýT>§Gú!à&ëV5jÓó‹%²fdS±]e­ŠýÔl5D<4ÝVdn:¯s¥{ÔÔ -‹˜ïѯ5÷‰QÒÁßÕÑ[(uz¼]¡Üy¦Äš§|Gm]|8¿5T'w&£‡Üjû’œµiVI~¿iÅÓ¶‡s‹‡ÓÓ§´êJ=a;¤|¥6q"}Å¡ÜA5NQ¤î8·SÚ8þÑq-zÒÏYØk ŸÏ*¹.îU¨N°üù1 œš¥+I‰ývgõ]pëØmŽ4d˜,bÄÜWÖ.êò*–c¢ØtÝ$S*â˜ïZÁ#çH˜CtÂ7ÉĹ5;ö-Ûw«âq‘ļ#hÁ‹0í¶klwEŠƒú†ÎDm§´•2Q·×é8ïÀâasª¡aò5ùÃ{!~­/¿ˆO¦.1²o‚´Qò+$ݧ;ÖEï`IvƒgV;‡¤ËîŸGýµ¹Y¢>wäCÑóN±¸à!–™›ÒCçÙW.¸Þñ‘òÿÔz¨]ò*£[÷LUY%q¯3OÐDèÀ0EsÀ«""eé)þô¿ŠƒÌ àDz ·¦}oÝâªÉ²/Úþ¥ºrGnªlÁiô ÍH2ïÚæs}Ë`öJèd:"ÔÓ=‹™¦ð:À|”2&«hª?|M£ª©a^±¨{£.¬þšâ‘•.Sµ¬Ò=G®–Íš·Þd5oM îbµ‹×ÛÌpª‰öË@Vß?­Q.~ ¨ºÜ¬îæˆò$cPÌŽKÎØÜK¼  •ßðt·~¾óÈDñ*à´jX›è,¨<;³)Ý’[G4Lΰz8š[@Oh‘à@ÿí¥AÔ&©fÀüà­iNùn†¹,iFÀ„ñ¡ksmøZX:ƒ -®¢©ë»{1fPóÐCÕhYZÙEå™ÔÌ_ãá‘Úäêæ5‰úzœkº ï-i]’e§b¶m“Îíí1ó»úØ]ã@ØFœTa€¢œ¸çxr-3ãaFÂêFµ‚úy<Ä9²0 -×®D!Ä´G39bèfýyÑɨh=þ;ø¬à9ì‡ä›~y¥àÕÀXCÝób2M¢XB54\j%zOâ!(ã¡+]®±JÔ0€Ö hì¸2£›õ’‚=LÍ¡*x5^³‘V*Þ–2}²ñÃ%‡Q ¡Žýv\ë¢HR¸SD Ú¼…ËN’ éì+€]BÂR -›YŒA[™eóœí´V÷#}ºÜ¹MkùÁ0 “~!V›tÄõŒªuæžJÀÁ¶p„§ ‰£+*F˽^ñ3¸äCãÜ^3›„|V ÚPµ¨½¬Åñ†aÉ©–†éõFo4øÕhm¦ãcÓ6 -´[Uv¡ŠÒ®‚ZNH%ñדz˜YU`¤'7¦ÜW‡8Ógl0^^í:Y®F•‚²r ÎTtî9Ôj)8éq#Œ†õkT=9M†‘÷YÖy*˜ ¹i6C੾’e4ã¢j”]¨WÄWW1áåššo,Kª£av‚² KT ŽE£‚xtºF‰›×0iœY  eÇw1ÌX ww5{nûž+¿oÝò0üžŸ‡×oó|û=fîí¼mÚί¿çË娇>ü>Ë”>çóô3ÌG¯¹móOùøèãR^ý˜ˆƒw®úÊw_0-ÚNÛóãô.øHû=¦ê²ÍmÊëg‚çÿS˜¼ÖeònêeÑãõ5Á>Ëoþ9¯@Û_‰÷¯—ñÜÿØØžóþÙ£-¦Ÿø‡õ~>jÕiô«ÿžwqÁÌÌù¸lû5Ÿæ»ãV|@uûÓͲÍz~ø}ÎQ¯¹h›î×$ûñÓÍJk.z—¾o¯ÇÕþ]íÿÉ‚Ÿñ¦,¾gÓOÿœÇ.ÓŸ.Êö[¼)OeÊv¥“Þ‡ÎçÜæÞ<öŸø‘Í¥æ{è˯Zú¨ÚΞwg}ZUéÿÄ»þ<Üà*-ĨW|m9dø øRE£w0¿W¤æ@éPô¯€ª -Üñ/9~#½À$Çê\O—_å´dú®;ƒ£qÇã NÆœõ#z±kñ½ Zæ6ì[Ü6ð„^Ö6ä8Øc°ÇP# tŽÞg)`°c°Ac°Ác°!c°áÆ`ÃÁFƒ8†iüÅÁlàlÐlðlÈl8 6D\ôÕƒkœTHs«´Å¥2üOÌÀ®d;ãÞÌ}ˆ0†_Õ†ö-—“Ù2ã®v&4E°õ•–8¯%n~ZŠˆÕ©Ë£ï˜òÐò6A¿Å粊XER!‚ÄàÜY4¹ŒHŠS^ -Úþ°?™›?Û­*¨ËÅD¢È3‚Õ~›(èù¥_›§¡ÇU?VsCËv±gVä¤~æ—ʱC”ßä§bÄnQø.€M1¦‹R¹KSž˜Ëp“ýˆêÀ"ûãÖ³7éÿ?7[±¹¥–ßÿ¯fi«rË”uÞr[ª¤É‰íÔÆ']yËJ#þÿáøÌA@¶3Ää''7•Êu­a¥e.Y¹Æ›ÜUÖ]lý×ï«’Ò7jÇøÕ½[\K£ñ´ N±‹"jq$Ì7åöQvìGúEì—‡­xŸî0R\´áÞ*@²ÅœÎæuÍ”êv|±„ -/â¾ÊríÕ˨" Ò{¾0— cÑï²<}{Ü"å$ìs–C²¬^/»÷Êôù¢/tÙEà×øf‡Öñó`äKiE¤ÇòSm_Çøq+;Cô~‹5`äN8ÓÕ—àsï®Æôm9P ZÙShº_ÄC¿‡km³ìã…ÒééÚK4ÅüdÍvÛ€è^Û¶Á~à^ÄÊ^ámGö=Ù†J… {ÜBW«ß𾆾ó_ÙÀ¢ÃTOÒ(MóËM.ä[¿塦:2÷ˆ³|¼¢û–ö|¼ùdœ‡Œ¼Âò–Žâ³teîýïÛtIs «"ãÞAUcúà 6׃v>ˆïŒâÝz#uãNÓÇ%‰Ï÷ÞêÈû‹†“%$Êȶµ¡J™@Ë,©vq ]oOìÿʨ;ű+ž(KN¼!Z–n3´iØØ’t§@»;Hâ*]î½$‘P$‚ÛužHÀÈ¢,VìSÒú>xf3$ÓÝ…Y@m3ðŠDaófW(Ù;,ïG§ëHiKní…ЙQ¦¾ç´¯ rçî3b"zÁCíËfÁ„?Ö|Ç,MÒ#Sf³g4þƒ.0Sã(X‹üŠl·\±Xòò­ÎѨ¹<®LaµOJ&ëtÇùzºDSr ²bÚMçGW¾ˆ´EtÙ¨G5²l ó[wìuë]~zÆWÇâq'¨yêДãE†…{duû‹4l\Pwƒ¢*tâ©Ã¡æ”ºÖèöËÅ'¹f " Cµ¤â»#¤aÃí«yÁó¬p²^±H ò´‡ Ì€s€,Úæµ’<íp(½#²;.¨;V°Ëa6ã$Þ¸@Ðí³;j ]´8ÈMLœ2Ï -Ùå¦`Tl‚ù®]™tÅ0ÙÕ -ŒÁÓ1š¨_…‹°N7¯‘*y\«‡u–0ÆÌe¹ä±‰Ç#EwYÜqÑï¡–ÏþPñuYËÞs géuËÒZ§ìàôâ‹ÈÒkˆïG\jÔl^Ö.ú=äèֺϑ` YŒ—æ@7†·”€éSj=wr)ÛÏtì?Ì$ ´-Û-—2!Á|£Œì!TyŽñí¯!~®³îÀ^¾ïø<Ô¨ç´#‘Ž5¦²Ï.‚k“¥³u7Åm]R§ ç*ÕUCH‡mlUÆ1'àÒ'\Êýx æ7…B\öÒËÝ÷Òo—Çü R#ëNÆê`úypQ¾sˆ*ö¶Íxª184=CpWå'¤ í!f¥´¥Íʃµ·¶˜³÷€° Q™Äñ$·tÏã­±GԌ瓱¾_EÄʨ¥&œÊØ&‚^t ËZ¥”E÷zF¤oÇfª&Ïe Úb{á@:Ë"Õ½pâSµFB'X{‰Ìé1ÖV,DJSaINÀ‡¾QÝŒcSyiª¢(¹ûÒM¢½=bûä„!ÏÉÓy§*±}€Ò³1;™Ïú9A!t¤ë7)nd>Ý8"I§êsµ41§é.MÚ²&“tz¹p¯JïAÝs¢*Ç1ØuÞiÍûjfÞš×¶†£DUæ'÷ÊW[4ƒkùÁB¨g/uÚ€Y”Y§ÖÿJò­QºY¶.yWŽ/¿iP¯ˆ¦äàèÊðŒÍ“º$VâT´´Ó~”'qÅ餞¶±iS\ ZAÖá…{̾ӆä<[”´okÆŠŠ&à?@ÎÖžú@ß°ãíÊx1INª’Ïœ¦L회þÈ Ïû'%ìø*r–„ôÞ$§ -´¨!,´YÇ¿ûÌ>åÁ²½Æ ¢(˜Ö…<¸ƒmí뤄 ü×®ÿšY—ž|Cƒ€Ïòx‚ñrtÍÌ{‘»îýÜövà‰Ÿ)¹>VªÜ³‹™É”fí Äá{ºúäbáPW?_°9«ÑsteÒÈœæ•Õ‘óÐÕé‚3ÂȺ%®¡!©Â‹ÎlÇÎZÅ‘ …Žô=ã¹™­“ú0ã3~ôÔG’³cºt öbY<]ããP¥LY½“&æ´­¬žÓŽì¼Ç†øÉ*ÓÃ×õ€õp•îŽ:­,êlöèn£OÕ¥L&M;quNsHAéŽÔB\÷Lî\è‰vÅ{qõáOÑ3HPWqEVX9Ìž‰S÷â1Þœ6¤[“¥·å¶Ý…œe€'œZ™…vfµÿaŽÓnÏh• 0 ŽÇä˜ -m éö8=¾C<ß*"A+Ëì¤$¤%ªvsjÐCÛv’qS{'uñõ‡#”¯×’®gО¸˜ÙÃh¡y1ziÚfÌÀò»óõLš*Ê«ó*Nè"N\t%­‰³É¬Ëv„Ø1ÛšúÀû@ŽYhC¶a€á®n^ẖuÖCõ<\0§Àèªw˜3Ód¬_Ì@—¿6NFâ¹óœ:F¸zóï -rúlÓ鎗¾cLѱñ.Ȫ¹]ÌwaÖ¾?^oqì¡z ‡‰0·î5t¿†!bôÚwSšcšÞuÛº+!Q(?pq q¬r1m"Ì`•æ&ã‚•¾TDŒ+´MUâð¤»oÕA ªb¿ }åíš`ÿâ}Óâî1ò4O›hÌ“––/(àßé#µpˆ@Ó]ï½îèíɦȚps„‰ùAíâ¿úÕõgÔ-tWÚ#šãCá55W¨>ƒ_bñ‰/±´>‰e@'P[u[6á.=}Cð -ÏâÓ&¢Ó¹áFÜÒ@± Jǽ:Ï*龜XG!“Ro5­ÙhNÚHhÓÈQ3ÌÝP\N÷îòíyfíC †º£½oLu´<«áêáÿK¢BÕ„»4ÄÞ«¯#Œè+½ÜÇêõ­†`ve ÜP¬à và(¨‹Ô ¼£ÇÄ>µœ©Òl$â}[›ö®õ¨4b -DØÑ×N6aÝ©E„!ˆç#«–{ˆn%^q0ªML•™¥+ŽCÄ5‚º)À9 ½v‘0¨\m+D©Côèv>ð(èõ!/UÎæÌYFtcŒ©Ù¸³ EŸRS¥¸woÛ]·M¸Xh‰ªC3em\"‡"J‚Œ)ÒŠRŒ¬¨ ÌÈɶ¶·|IПF·NÎ×Py_ì$-•/é! ,)yk…8RnÕåQQ+¾,5±7 ‘&CŽJMK¶4‚»ãÙ¶ˆÙ^Þ«H€N "j²;ZË(žûôïZŽNÉäb$™¢—„$߯!ºœdš`ó‡¬.s9.¯Ì3Å0ño¹Ú»r®}æfñå)¢3ð&{8L3ôST¹“)Œ‘sŠà÷*ßUh€®O&…1R4”IÚSLÛ3EDèwÏæÓƒá{÷@à¨LøQãÏ]îl²óøD,Ùi¶*‘Oõ‚n'J¤³Ï\è®þ]¡Þðƒ‘Š‘ sˆ' ‘fê€ÌŠåJ½àá¿P`m—ªÁÔœ]µ¶ÃÅc:kƒÓ$4m^ˆ’› Ê#U8D9eG©Ëí¨Ûáêë¿+¤“l÷^ªžvÒñ´ìoÝèEt'^uUC±‚z%ÚÍh!aL*‹wæ*ë›fH°+¡05ÅÐÖò¬ü9¦jÖnd¶OVëá.¸KÇÓn‹zñqÝ®xO™ÈkN9Dªë G¹jªvƒSƒ±–çb‚4O (¢¡EÏDÏܽNÿö_ëP2MfjS^N|Ú4f¨ÅdQyˆN¬ßdCl\´Ý†{ F²ó}Ük¿ç! ±—ר{V°=Y§^^»eQK†Æ¿é«eËËî7p€XMûÈ;u\"‚9À0«š¶iŒ…6®*DX%9K7“n’ Njl{ðNBÙ^ÝLinÛ?ÈE -ˆÇô‡¢­&Uö°Œ0¶¹Œ¿¦YQfü%´Õ*9ž.-sÛ4Û’ÖÊa¾9Ý‹.\Ýûÿ—àé=·(i†ê>e<ó£Òy‚káèäâÅÖ P›ºp;¯|§X~TÐÒÐs¿^JC[&ÄzÆÓVÁÌ+d™b—˜wsrÌVrúDxËí]ô&áØ"ÁW›Ë(¡u¦>ò)‹ÍwÝÆD\`dtA¡¸bjÇEqKÛÛsãÍ\˜WEC¤…ýL“ÕÞ˜Y ²ÉrôÔXí#ªN„¯Ü-ä3ìú:‚Ó-F¢IsSm‚,_&æCi|6¶õ8ŽÖzðÅ:ͯ¡t]í{­Ó'ûQÜT™ÊлZƒì ·BMðò¶R†p¼žýÞ¨ÍqpΡnÚÓ;¥J×ÿQnXCú|µº+5Ïdl¸9ç ?BoµB+K&ßάrH4uêöVYîb“9›x§ªîá¿+1Nø¤O¤«JGÆL=?f·K︿邬H‡Ö'´µ»•Rá!N¸˜ÑãcÚîexb¶9·>;e!Š_öéfñÏÈrµ=1¿Éâ% ð¸A¯ƒ+wd^‚nÒ¡´X~æUËëÚÄ2ßð@™nP´Qv[ÁͨCV£ˆCZíæîá†Êö?!éQG‹ï³ÄQì´+1¯ M–4ˆ0Ëê$í8°‹Ìƒ‚p¶!Í9«rìg ¬ÀŒ‘y@}RX‹PÏÁlâ^-…ÚÜî·è1E²^õ:¨qÖá}«Ï¢Ø#m3ÚL“ÔjÉêK¸C—¾Œ ÌypÁÐ Á,wn¾áÏkáã1ɰÚÀJ…·‡„|:Ú@¦ÌZ _܆,Ÿã†„BÏxcC™x)T[“½(yŠž¢'²ü3ËE€®ØwK7Õ ãѨ†m­äqöJ¦6a½íëíŠg‡}ÃÓsoÛ7GÌBº UöYSË©ô7µîç ±IFK‘ˆªë½í-“ - tÖ$‘ÉhÛ‰2Ö‹Ùqð¹1ýÁšôï -G;Éòë~ûl¿uØ#nVoÉÎ4c2{'Y †¡C´!¬w¡·ŒŸ-D™;”ÛÙQ‚ãŽÔºÃ 3}ªöe„tLÚÄ#kiƒ?fTH:!4»D!_iõf>íî^ì[ E3®†…`˜ýB¬Ÿc0^†ˆð–† Ó1'ÁfŠœ1.&+èÌV+ÚŠçl颮’¢Ø`‘tþ ±ENJ}3ÃͺR™’îYlÝä&å hc­w|Ÿ³1ÒƒE÷îU ™;XG$+Y)ðL¶Ež o͇ØFJpoc„ÁCED‡$däg)àfÞÞHrâ/!Õ'OñXvØžçÕ¸kÆÌÇûþ ±*ô‹S'»Î“ÐóLs¶]Û0•”61LµƒCñàÓDeQ›ŽÂª-³‹\ hp½›;/ìm1ÅQ¸Ø“îüêmžÆ&ž´’V_ÍάÌb—`:Òây] ŸÞ‹\—/1¢¯ÀÂSÒŽ2‘¥ùº»ÈûŠaZªã[yȺ•½¢ÌÙ¹‹{î-yy -šI˜RÖXœŠìsÿ FÖfVpX'냔ˆ†0$A:r^¼^o9}Ôzg\yä%åûr’“Yif¾ÙB’¬TåL°P}\PÞ,Á›¥â0ÆÓô7ɇ×t”)üRÀO«Ÿ{†š©j {Õ]ò1IL‘BO Ãtæx¦ÚKªî ”¼±GŒÆ¾?eVÌÈ1Úeº¬N„7”ËÞfÃ-8äR$ظ’БAJøãàiÈ™@òRKèTèsÉ>vû¾…Ý_âްo½f"§A´\]•Ö(HsÌJþøh˜&Â:{W‚›[ÔHŠIpóòH“7šÂ<“‘àÎiõÕ‡R¿ÐïÀò{:ƒÐ‚o&“íŒ Ï6C^ 7+z_®«¥oì÷ òt‘ñjºúaž`oƒŸj…¹Ì«ÖÁEë°=•ø²“×À“õU—`ýßXV??îA“}¿É™XYù)öÍ|¨$ÇËFZ­™®¹„U0¡Ú+1Æy<†3ïhsUSNÝähh/f¤nþGlWzCÓæunŸ¬¬<ÜóÍÖR ¢hÍ<všmÓ7ë½m†V‰„Õ©FuYñ®".‹7¹׿ð˲-¸ûà1vk -»eŠ -…6çjw -»®J8Oç埞Æzpm»ìœÓLD{G—gwÛ¦U‹é’Þ‚]Ôƒÿè¬ã¸ºÇ3sgYYJ8~Ó]€•Ó ¨þŒ¬S¦ðu“²)æ ÀæY=µÚ«G~„‚¬h½)¶yf˜AhÛô­]zoí‘':(¯ð•[?¾ž©‡†N‚`åji#³-¿uÂz“ÞÆVN7&»fφ:›¡„-ÏU<{çÈž•µs¤êXiM+ÏÈeæ°Ó´iç¯ÝÛ®ñîUŠhþúÝs–(Yܦ›“–{Vð¿=;ߨm Ë8xº&¬'„“Qiw|µ[æþö»‘ßí$‚P*= -"¼Žy '.#*¼~w¾MÖ=‡Â¿{”œbopÌÀM ¯ù|XÐy¤uf“}8 Þ ÎÏÊ~}ÞÛÙ‰ó@5óhSÁ¯]û6^ zì„]ÙÛÖ q¶–Õ{ÒÌ+öï½»K3ÙÈ”ƒ^¡"ø -îV–N¦ëéöê.Æ»§þº‘é„úàUy+QæÈÖÒ{¯„, I3h'Ø{¯BD;/<[C xç–5Phˆ•HÛÉNòAõeÞ´íÒlµKÊÍð@ƒx„ígô›ñœr»ßVƒ6k]—FÅÜ{ÒëêDŸé"Ü¡leÄÆN‹9úuÏø%ö%·¯¸ÇSz“¿ocouïæŽdLÁ!âîS½ûeî^nš4ØÅîDãnF»¯_æÕe‚0µ -eºx OI=)Âä`Ž\ãA©s¢‘=m··©Ç Ÿ¦õ‰_è5ë@ƒ±G6½º7®O”‰RXåŽÖÖ‰gòI1¼¢¸Áp@þ=$T=¨î{>ðDBE^á6ë–Îgfƒ<îÎò7S\Àr (™!/êŽâI®ñ ìƒNºª15_+Ï®^žóŠÿT‹!rtd^5kïU<ô¦j˜¾-!M›þ-Ê7Š|‰ ë„è.&g5 ¤9µE¸Z÷Pæ[Ñšñ{Ö­Z‹íìÝ€Ågçñ+Vîôé,ã*p©{»ßî½ì¥ÂÊ}`½4#i yá¼ÛpÚÕÖÝÓ5:Dôó# wéìô».Çu­Ñ‰gPÚO´XÖÉÃÉ6}>ËeW!*Gön -¥_k=ôœÉ» º@æ MíðÝõ">™lrdmÑ,æF«cðëÑGÃMº=>™1=ý¯Ú[{#æUàR/Hßãum%«£E>©W;}‡ï޹¬5^u°˜7Ñî[KZ³à8ó7…Œ =YAYZÙè€d”`ÓõæzKÖgú ÌëÓ-ÍðæHB´´¹©Œ<<Þ$9ñoœ#†Ò´Ø¿/GNícä•ku¢x…oGô®tFaËÕw¢B wí™´•ê›ÎÃÈWõbþœÙ©|Z¦ê訾Û5oШÐ÷’NírK^ð[Ãó‡0h:ǽæU^ò#¦K -E”— É2\~Ê^!–ápu—q ®ŒW`…öps3—õ€ÄQ®7öHæǨ·7¤´™,Üà¡8ô˜`êá|õ(á.¸Ã6¼IZƒâÄú„n5¶ÄXŽ@›œ’êm ‡ ®ÀÅy’uË+]4òL’ؼRøèÌÎ*ôê 05šêX/ƒ8¿-SÍjJ#¦ED'ì8»,ä‘b­ÏhlKÖd„Ⱦóž}ñz‚Înùž„Fbˆ”ŠŽÝá^åõ©Æ`jdªÑµn pÆ7`ðÐ|eØ24^EXh«®“X(ÚÕÜ$'ßÃ9ÕöGÎ÷¶ö.!z½Tx4\k2¡ž³a[ÙÅÁ¤kpÕ Ã\SûdN×½ »\¶ù:ˆ -ïc·†ÓZS÷]¯Dè˜Jº+Ö17¡'“vÁ’Ì«xP{Prà ¸iû|‰Î‰ßiÌÍð  µ0èˆ&[1lSô®!“%è\4 nF¯oÆ{Úió¾+鲇ÝÏæ2SFÛ ¡HÜ Ø—äjÆ{z ö¼×mÏ·™·¥.L·ð÷³Á¥5ó”Û‘tMh¶eÝĺy”s]Q:U0h)“lÀÍ$½ÅœE7ªÌÄUIi.ßÊð•Û”Z C:9Ræ:øbUœ)j[…ƒN_Ñç¦×AÍ:$˜Z˜k¸3<†‘q,×,ý~h•j2‚B0ß\?¬Ø´«‘-D!0YÒa¯Ä„ÿñ&òù¦aÈu·-J¡U*9§†Ç׉ÅòM¡€)ÝØžïÅC=[*™”·s·…ç!·JK]1)$£s²¢DBo®ß^ØÌ/‘dz¹‰àº„,xÔ¾­ýfÛ¯EÛF=ÿÃ2.ÚFïÀ×?ž¿ ëqÃë”畦1­Ç¤ÞZãx²BR[2^&º]ú[U!Mè°5¨§bÛ37Š”ªy#èóÁ{e×~b3ä¾Àɰ¬>HQ¾Žîcè%÷EI»(ô¬rA,Áêy‰86Ȉ)QÆòuheó~WI&Ó±‚÷ï||\ œ÷™ m¼U‹0øz:²ª’5‹FjåZ8AaâÏL½+z³:[Ï„ -ÔÌÜø¥-o^–)îTóáyù6]Ò(Â]N-M#çл„ððë@i’ÐúXWÍA¼ƒ®}0éÁvQzèN¼=¾Å^Ÿ†¥Â:LL½šÀ3ç(*&€B”q†þÿÕ¬!ÃÜ~1|5Ä5|g_Ùvüi¨yû']’{r¥Z™©xÙe’Ò` K0ñ6Z^ÆðMót[‡Ï(Eo2Åò‘'‰îž73Í7˜¡Ìb(GPn!ÏÏä³Òd‰ÕWíâ2”óA*’Rðµöu·‡Ø„ÛÊÎôÞ‰Ó·(;áyÙ†­I£Äß­ËrµH¯ºCÀDq)åQ„G(ÂÞÆ¢5U« ×]îö+l¡låêÃ$‡X±IeEvÂsê¹Õ6˜s Šô MIô*AIv^$JùVŠ‘ƒ3âÄRy˜"í«y®·Û¬Z[<Öz0ó¹@ #=ì,%jkò‚Ò†åµ!<‹*G%€è(‘=œ)ñ`|Ùóž• Ú\ËÍȿ߅VôìUje4µêTtz²ç“Ô^ˆM;Ï+†´'áu—)YgŸ åŒùÈýA„m£^¥íÕªœ…ÝJl9!p[1ìl@Ì‹;Õ$ä´Ên *fÜËú³(¹ ÎtŒ2&Ѫ„0ÅׯÙñ'…¬ Ü»Åvű¯c²ÈòÝÊ]Âu¦=êq ¢Î²WÁ^¼#Qµ±¹Cî#ØR?ˆTºZR‹×ùPßæ„³M&ÜŒYTÚT%u> î#MWÅG²øÍ½¢½u qäå3”W\xûæx¶—Õ*]ôÉAN&>ú`í ÷¼y!ì'4xaûª;Vâ×'¢.€G bB¥d`Wν{¾"]q„øn¼®žÕÊï=ÇÐl¯y½«öˆ]•©)ÏǃXÙ"ÀQ©`ú ãé¢,»µÑ{œˆq}•zwxŠŠš¡öÈ.2™×†]1+š Q è°‰ìø®-ÖçÅ;mgSl‚\¦cYæ‘]—%ê±™räå8Òwa20Û’±*˜‡–¼‡ÁF¨r#ý̺Þñζnb ÓdiÊÁ m+ûï R¡õG« d‰ æ­«çÌäpº! 5gÖ3 _€Ä«a3¢.[ŠØA]TI,$1ŠÒ ½Ì!ÄGÐú>l;üž÷ [’æ– F1ÉÆ­‘—„ÄÛU$.ï:n®“ YóÂéšåñ6põB\®8Û5Du~MÌĉ·)3ÍY&H&ë«Ï"F‡ï¢r–%ÅÜo}`b^רɆ¼ce£ã§üèYzsÇ›ë˜CÖÀpÁÖ4‘Q¢Ã¦©P4ð£;Éó) šáQÂP&êN€†£Õ‡~9t£lÅ@b{rjN³Æóc-³@̺·#ì¡«%"j•{Ò)SºíGî©§½ü¨jÄÂL|†±üþ¯lsB'¬Ý²SÒNÜvoVPðõÙ²"®·Çk÷<±ƒJóòd÷Z3\Éká¢S)¤ƒ™!í¤Àµá®¡ñhuYý»[@Z.{ kdn§\9I®¯WniÏý`»˜ŠÊð4r~z£EOî†1åFhð\œ3;<› ÉE§{ÂX:¶7u4£©B›Þ™´W=ªåº©´š"Õ¦ÎúŠî½ÙƬ°'É)‘Õea+À-–Ù·¤m ;}éÔ{{QÉ4aºSÿ`m|ãÐÜ -Gé‰I)iØŽjx§&®ÊÌ’¿¦+?ÂîÜð˜Rgаi_‰v'iÞš¡ÜŒJ.I‚C`“Õ*.h'Z™ÀÙè³P“‹í §ÜDâüü¹†Ý‘(Žù(_=Cj¹ƒ»{XŽ>1jx#¯Y×»ó‰:†¦+É8‰hY­¨ -G^‡rm¬&£n]½Ô“Œ—9•&7c/i©fP®(Z¤ˆN›lCb»V8xÕÁÓ!ýX㬼ŽQËl…Ø›Ü$ο.´¤‰R0òyP£S íHV2‹2#8À”è:¡eæ¹·’¸¦\9-â¿ý:çT“ÆÛKârÈÜÔöݵÁ^ýqùÊo„= ×ÞiJáxkýŘ\Eš¢ªÑØÃº˜ÃÒR~³%Ci‰K›U,_”È–¿L²!5§š!m-w˜IWt5+'YÄÖ£ÆÍ/_)°æìÎBçoâbžð'PËŽÉÅ -È’<pZ²¤ÌŒ1VH:×rª!ršno­àû ŽªèR\"jÉôÚ†VýEÐÙ?¹Ö\ŽDξÆÚbš\¼ -àòTc«¤!™n¤Èõk(DóÍo‘Z¸Cè¹Ô:W£ >±€²:IBH„ƒw 7^8~„ç¶·¹ ÊQ[Ul²‹Éó^¤ßëÈ(Œ­ÈT#_JëÄCµa“$_¤›€´7 ÁÝB*ñ'´ušœÈ­ †k$žM]ãDÃòÃßÿâ<ª*=å~Úb‹è¹éÝV”ÕK[ö¹œR«ƒ[ãGlvÐŒÎÒÊ›Q74IrxaˆcÛë.¶íHdok¡[CZRB~‘@Ÿ‡Ô ¦cÈ~õ>Œ8[;l 1¢8äëÏà׉̌$r»3Œ0 #C/;Ñ]ðæÎJI¢¥?mT…'­‚öÁ§Üكʤiȱð%]ùiúDH¥î]¹×œ´êd§›“Òß&…Z MgIÅcJ +[ÉSîƒÀÇ©3+ð‚ž¬[ðÃ7%AKouOÏ⬩¨ ,°«ÖP’ª‹õ¹gPn{˜I{Ôì›ÅÞvSÇíšZvÆÐë,M7*WñXaœƒÎƒYÕ(T_X¨YЀ.Œ³ÒšhºNúêo:ñ”¡C³pÃdÛ•£!¦sÐï:îùƒ£úQœÒ‹®ÃdÛK‡g­Mí­ ÉÂÌ<ú{ëdä‰|×5“‚¦œ¹¶še/±T ÎȕŚGig].B­9>…2±Ô"4q ˜c<âT2¡Þ§4çÑÇv‘T(Á !Ñ#|üuÉ•ËÜé¿J‹T¯ú`LÃ…O/ã¼.:§Ú -³t%ÁZ5.Ì®LT<ÕçWÜ=)r~gê^³3fN≄ít?ªçl³6xÊà3sW1˜D¶Ìík2Ÿþë¡íÂJpø‘eS‹¢ËnöhJD±'Ry§QñlÞdcSµ‘|ÀˆzÀ¸•!‘G!—ËC\tk%vO [b•¹9aMEÉ\æ(7£i1×øÕ·Škèˈ%Þ"pÏî$ðUkóv;ED–ƒk¾1 Aе;‰£éeÍùY5DÙíB=&D®_ȽIŸ³Œ×ÈÜ^¨L½áÖëÂÞ¶T¥…®ž¦kd¢•akRv“ít–(·}Š”;è<,âèõb¸”†ò!ö§ât;åô7µ/ñ1¼Ô±ïf}b‚°&ЯPÎïÜtäéFö2Ûzë•dAZŒ¦¥y{R´s-+×½B:–‰Â•°ÄµÇRfICj„P¿SîÖ‰&ÈjA0p,ªc'ïMñ¤uV`±Çq¢ .É8@Àf ¶Ó†°Ž%p19‘Æwœ@‰YÝóêv$nýñ۪œoå…ã-¢ûÙ­ð!jfÃÄG´6þ +EkOa™šF•Üd{ÝBOg¶Â‰"„8Màº÷ƒŠr@Gž­Ð(Úò’I„Ÿâ°öE"Ÿ›é Œœ¯Ü1“lzGxË1MQX“„ŒFvŒnDå+%d²øm½¢MNwõ­ºƒ•ÁŽ–üËSµÜY-¿UcgKº`„ÃŒ¨p¡+µ‹¿mÒMîð/Π`Q]}=‚mG~öÖ=±— ³¢eèºCM -쌵=xŸkÓ^ûÚWíµm´àÁNQHëÐOB.û1ev{"EƒÆrü^åÎ2²,R\M -ré¹åå³ -ã½n^X$cúʶ•¢aPÃÛhéæ@ªá´»ÕsžÌEš•&ÆTë+°eÔ ›È*mÚçå¾Ù¦€nÆT ²f¬°Õ§€Ø&3€yû–1_ÖNµ -ej$Ún¶l?ŠcÉǸ¬Teº= Y_Ķ·J Çq$`ŒèÄʘì[!/n¬h÷›#i¥êq•Û?¤‹¨à´,lÕÌDMV×y‘Ö|Ybj±ºãobBwÖõLs¹U$½^ôP¯¹@CÌÿA¿8ðnMfXZS±Z'€ÕɨmËðšáLÕu?CL¾µáÛk¦qŒÑŠv<¥‡xêN{]Z@ÙµH£¹<‰"‘ -NáÿêO·;‘€gCû £²掻³"£ˆW"ò #v’Gb*ðY’Õùº”EWŸœI¡î.íxŒqÂÚtx½.unhÿÔ8.Jh°CŽ¢>€‡ƒæK"D$Ó'G’d̬±Ø¬H>ü¡ìI¬À§hjΊ"0A8šF­3azâ É¿­1c²R‰µ"7HÇ,6áØ!¹2ŽÖCÀœl½5RN:D‡* Ì‘jìqç,ªö«µ÷—Øx¤¸ù`ö$‘Þ8;t;ˆ]FK* ®ÄvÓÏs!XpPCË…Uy²t‹Ü3i=Þ‡{“s’Š"YWÄ‘ÆÞKv»ÛˆÆßÀSqjö®ŒŠ3ÆM²Åð|°Šî‡ýÞßD™ IÚ|Ȁəô¼èËú7Óº¼¤CÿªÉÐ/\Âì­ÞB¹Ý‹³‘ñf€Àƒ~é;¢©Ž¬­â¸+•&¶ZpÏܼo–çÞ8k¹(2·&˜Hx_ÇUv´xð4‰Ë·;Q¥[Ó°\…=&‘9) -Eà~sXp)N‡ë}IIÏÅͲ ‹P@Œ>Ÿ$hoFçÝÝÖN.6ûë»ülŽŒ›¯ËHïVpÇl£½gFãÁ®Ãhÿì˜îÜj¯N‹{LRîŒÈ©*Î@¿Tç *é%ËC¼ÒS8Êá-nX=ÊÀ)Ø\DjDxHh_…—gmªc¶‡n>mÜ`²cT¡Q§2J™šj¼hªWÊÏ9W–Â$‘9€ º |EJ††%OË»?8ÿ L'Ug÷iƒD6ú¹ ²6}ÖÆH ¦s(t9X0 -°³YAn#j½X¬Aʵ €œD˜M.T7Q±ÇdI›ºy<Ê %M/`méQÊ9t[›”xÁ<ܰ#’…!\p[-“X™©pó¿É•2öX}¹«S¹ÌLjÄB"*½°›‹Êz .“Ñ‚õSØÏ@lSYÅÂÌ$êµ@BŒc’¯‰K ¬|Öóò-g¡l»– -9= †Ìe뢺’3dçŒñtg…çÙ]ñ©ž­D¬R©Ž:2,û`zJ©L0 Á"Fö¤*Vr瘞4*™[‰”¸¾ôÄLê*¿ L¹FÜ,ÇØŠdÈú‡fb˜’5»…¿Î+ÿñWàêf$™ú ¶‡ÐDñj99«gÿÍSÿûOïó ŽßóéÿþçÓß.¿àéýëË—_^/_ßóï_?½¾=Äðž~}ÿüeFßïé_?þåyˆ½½¾}ýýþƒÀu²SçÿŸôîÃãåó/_þÚ¯ˆ-ëø«žþx|øåùåÝóO‰˜ßtoðôüÓãû®w¯¿x|šÕ+i¢÷zëäW\èfðÜOÞ\¾ýòåÙ­œjì7/ðoðôøó˧Çwo¯ßŸ–óÙÿ¯zzÿüéÃ/¯ßž?¿ß÷Š™UËk^²>öéÃ/Ï?<¾Hà'}z|{þýñò~Øv§¹ûôããçß»ô¹ßŸ¢å ‹´lˆ/¨µzúç×Ï«ó­÷Ã・ éê ;ñÿòããÝãÏ·Çû/Ï/ïW.›jà S|úëÏ;ès¿=~}ûãñò¥(ôdln¸X° _øiûlª|Òû'#f¾Ðû£^$3Mƒ²tô1°Ži©sFY¼°ú3öèí骼GòFÉ«U {×=‚#àÄ#8󮸦M~”÷ïeDL÷à$‚½=@A"ÆjF;Cgcéjä6jߤ`: ³A:¢³a:Eg£él ¥«qüÉ“ÎèlΆèl˜ÎFÑÙh:CgcéjœW²Ó éÚÑölJIb4ôž}ü뾯¾³ªŽwåø¾Ãù°—\Õo]Ñõ0]¢ëÑt=†›µ<,æíŠwëpäÖÞ¼`º ËAº¢ËaºE—£ér ]Ž¥Ãqü)“.èr.‡èr˜.GÑåhºC—cél×A-ýºÞt9ˆ¢Ôèizà_>½Ÿ4ëȹÿ—¸+ú™&l á÷‚cÚ’Ü[¶ûÇêX­ÛPËá¿3CPõX»µx‡×Ã^rå¹=ÿå7Ý}’Ö]P·ÍaÔÏþyüÿÚ­Úw• òúh¾é_¼ÓÕ»ÑnsºŽ&´wDÝŠˆlÄØ7£•÷Û?Çó¾zuf0X-YþýŽß‡½äJusu1 Ü‚ðOžb•Ú‹<:?šAvÉíž]*óИ·Ö]ÿ;>Ùy=7àn -q&7Äv‰,…@ªuEú¶e³jµÕóôµÒ,NW¯{#Í ÄV{—l–‡ç½Hú]y…üò¾ÍåJ³ê©G£/TÎDûÉßL¨"<]‚E[7°“µ¯SU[ƒv–Ç+aÉ%ˆž4Ÿ ¤èýaŸä¨C -J”èv°-‹%>pÉóf‹å™V«h•â³DÛ­¾ÿÿWvÈm§Ée>.‘—Ú~Åß‚r9º2ÓȘ}&TÖôn¸;ÍÁÅÒwBm¬€Cÿã\…Kq¢]ŠÕg]Dn¿Á§³„ì:®Í1ö²}eõÅö´aÏ3q–âQ ¬G¹MN9’†})v-¾ ]µÿÆ(‚s”Šèÿ?7]ê_ÿPô>ÕúLç_´„—Æ5îdÐŒF&&Z\¼ÍÿþH¿/»êÔhA¯*—QïïÏùN`dßTn¢i@2MëËpFUæaìM¾}ÚœV‘êöaSÄg ´+ºÛ -=»!ã›Ó/wNÑtÓ"°Lßí+ªiïÝ6ƒ `ÊóÑCû¹zIù¸4¯N DW¦ÿ¹ïnìUQ2]ý¨¶ãµ”Û×ÞXô¨¯#öqX·8z·™e‡Ú›H ðVJ(Gø•˜ýªçb©¨Åt̓NÛ¬Ú3ÀsMØbòRR™–×ÝaÈ÷:™Ã¾;}E[)â·ÈƒƒH#Àáá#•bÿóÏoÙW(&âº4-)ÞŠ ŽàPá×ýÓã/fA IK`î¥|Ðk¸ÿ»8n'eKI…™:¾<ºD=èðEèl@ó¹ùsÆËàùð*êŠD G?I’ÿý'Êžì¿ -‘^~ÝÍAV¼™•¥<7¨81«”G»«uKa¼[I› îGø<ù×Ïüd` 3<]9¹àR\סA£ØÁœúQˆôöÏ`=ä¾H(«6 ³©¨tÒܨïkS)ò«­§}([…Q(DGœ‰íßödµë@K=o‹t¥fr·7(!I mp¨ßà«ø6ÌŸ/¡³vMäà\Láë0ü¶!²û-ÚU7¿lª¨º»þ¸T¸Ã_#Ô»=îC -Ñø»˜«™ a_‰ñjöó=³}?ð¼ôÁwæ »¦«d²™LgR5«4#³.hþµ^Ä)¿ä¯y7ñŸ€>°˜ºà£" GA%`rNGE[‘µc GœÀÌÆ OXûǪ÷%¿Î˜žò ]êOJ³bÙÍÞ¼;ö$ö¬åkÉéjG¢ÊILv™]~ãð׈¶€esO€ˆ½ÐéòWü7cü„¡NÖ¡ÒªÛvúÞ‰õψ…³»¢V8?BÁR÷ËOÿ£Óƒ[躶Ó%É^%´Áª:q5à„½âãƒ?úMq ýþ#UþiÙl`ø¢@‰íÇí:2:º©ñꯪp&3R]©gÊ~÷çz¾û@Â%1žGtúu;øØx°½QUPæuîà¸ßŽà‚ åÃaÇã,øE‰ Ï­$îè6åK•cL&V4ØD7Ý‘î#ö9š¾Dµ£E`ë *“î¯äp´VPÇÛ§šÅoìã²:ÄÉkØ%+Õ´=q‡X(:N¯™­úì‹é!Vsœe0Å@€û3÷˜ÓµÎCqÚ¶v¢©7†î -éæ#H‘9Í?.*³Ùd»€PÒ -"•ÑüU0„e×w® :íï‡`2&ãLS•Ý ÉS÷»¬–=9o@Ÿú ÜŠñÐ¥B1‹,¶c´ñ1V"æŸê˜)•—š†Éóg¬ü/'7‚|N<›ŒŠDŠó©0…«QÐ¥oáO9Ò™þÌag¢¸V!LÛ‚ðê!Ê…oÈ^9àìÅ -‘©ÆW˜zþÕZ5C4:/3I£’ºÛŸýKϨrx8Sœ¿Û±Œw3ï¡ûpõWÁÍÞoÑPS:†5CŽøú…´8¤I_ d6Û  ½ °Á 5i[¢²§ïÖõé·Ž ¤˜ïÝx¦¼]oä®|¤±ùK8‚vúUku‚Û™mý“óp." ×̶$(ñŽ;ùØ¡Áýû=Ro»RgrïÆlöP#Óà°_¬mN>ÛM¹ƒ žáî+Ûä8rKBËÎíý‡*Ä!rÙ -UŽJXy–Â:`7ßk*ëü”Ùä;'1Ž=P¡ú¶ª3Ìlœ83$ª7»Ò -5=÷ýãïÀ ß&S[U.¨^Ç4“u,Eí z3Á‡òB3ùјü²–£¾†>!͔Ȳ´†3Y"¾–ßÀ„Ÿw’½»½ñz_–…º»§Ï´È½×Ëä_ïE¦«U-ÖIé#ܽÄ\•‘ÉÊÆÌ3i°|Õv¿tŠ?ë þ—Ú9“ÔN{Sãp‰ó@„Y>S<ËdÔœ‚S¼Ÿ07ÏtUAäA1õ£ÆtÍ£êÅV\1vÞˆ!Õw ÞÃŒ4\{Û]ÿ>æŒîó›çs È)/ ⮲4j×lÐiáÄÝ L~鉆Ev¬mÑ,Ð×PѤMmLÆ£ŒX`D±“(.‹‰=œÅþçŒlI#çgz„ý›»+¿ë~zwb%±œ`ĉéY4 -îÞÏ"Ødt CæR‡µ«D©hWÚ¹„¾1% ç™ï&ëÈyÕY̾Z’´ë…lN×[¶¼—ƒÖ&»  žúÄø«VFœêÌäXMœ¢ÊÓä ã`+{ÄìàH¹ô÷³'tøA'ºße¾Æ‰bÚ2×Å›l?ÂÒI¬-)B—¬™lz¨… †Ñašaq8›\W΃:Fr9 Mïµ®WØ#ŽWþ–©Â”–Jû¢ÙFFÍÖ4_}öÝÌ}˜®8Å]P¬sqúàF€wKF¦Í ÎB븯jß+0÷ cJ¸Xƒ7˜ ×-íUr¿.û|›¢¾LKux?×;a˜Ö¯¿©ô]å,(¢&Ó¥Gñì$bd Kr¶sí$ñp\J`ðùk~:’\L~ô¥Kòg‡b‚Ù”Q`ÏDÜX[”ö¥>å¤Íj©’ÅiìPdê^Wtå„ΙŽAdºäDÐN4·±¬©©Æ;ÿò<ú%ì ¨µÖwÀâ_šžò™ -?«‰qFz›!J†¿Çèx.â…á\¼Çí—õ0·!9 =ƒs¡¨WÛ¤‹=FN%Nn–öAËU¸ÌkÓ5ìFÄ8âX ]¶¬¦oB"ÿv…8ïÓc¦‡àRäOz*:²­îwÍ>$»W­¥Ùßj-­ƒPþKÀ;’ð¸4ú70]÷(²m3rÞºê1àžxä!ªv«®†¬«À×솀¡½âÏBvk|ö©úwŒÎwb¥™‰Ušw1|ꢾé¨g1ßÅéN26P5^ŒkœÚŠ„MVÄ¿±=ìÆBl†‘ -×C,QCÉšèÁHÚ¼*!X½¼²¾Š8¦x´Êæðn„@ñ¬íÇßìJÓzë:J°IúSÞô4x—R9¬„àíƒÍкýçŒcè7!¼×|†VmZëä3\ÕqÅI÷y?÷§ê)öعš0ØÃÀ©Ü“©\±™:âU\çÞQë)xÙmÍ;J²¹‘Êa\^ðÚ—º·b3y%ìJz½¥ÅhoII"˜ñÅŒ5SÞíBfU -’ÿhÓÁsœ.4–°Ç Y;쫹/™þ¸Åk{j @ÞÆ°|SÄÑ%5àdäð…žwJ>)ö|wÌ9‹þɾþ#àðyƚũªe¾œì>Xf}«ZúÇ:~bû™I;³B×Ô"|Ó.µI -ë7§>ŒWÉZ‡Cë;Ý‹­}Œ‡ƒÏ=/Cq<3O‰ 戰r¹&Vžf -ÛI^ –œ{¢Øw:ÙÅX¡¶6-?ÖÆÄÓîC'î ‰Bt8}ìWõš¨~ª·°€KQãkî+UwŸ“õþJØU¨'†JKcMßCÂÓös$æÞ²0Sb@ŠùjÕ3äN]8Dtõ¬s·J'¦‰N‘'у»§x§¤ ‚ùwÆ7O}˜.;U¶…M/–ÓŽîcÚ’°OæÛÅdõæ^eã§aû*a6–Æ…Ïýµ9ÙËt¢I¤6“¶½ø ¿’ÂðÏβQ tÕÛëZñÀ~E=6S54â'žê­Aà÷ tµW\7ì"5ÙæJžyÄZÆŠ’Í6õ1W`=a8šxÉ£¡ð»_U|³áðZY¢½±þhVA”×׆ ýÆՑG»óþ×!•é:¯¢êSåÙÖb5[™H›8Ü‚¶Þ`Çç‘Ý€Ïþ­ÈÉ`óOµÍ6×Õ¢ÇæfeáΨ§Ô1‰’cèIîg7\öïìƒþ½ ïv݇[ªíæ.~?<ʵÁY«¢šG—ùéÊo9·k F»WÛLý­î3H²õ´T²j›½‘b™)BŠøiƃ]Ó·"ºŠñðïd:ª¢:m»Õ¾Â -šÏÌ]ÁO[¸³fÙܫᨿÿz†¹Ï8M¦TÀ}‹è9Z[O£b’TZŸÇzö–ÀÑx'ŸUùΙv ߉|0Ü.Ç™¨&éôñøº™§.#b+œ»G!ÍMÙ&Œ0 NI8šL'fAÑ%ãô^NSÏŠMözñšËìm<›¢?2RœhÊŠª)u a¯}nWË™¨nÂSK…>PuŽÊF¶¶]âZÀA$VQaà™}«Éœ:Y(L§( ö3–UrRÙ7Ym7ΠúgÅ5Õ€×ZÊ -_¢¥fºúQ½Ö›T¬& ¥”·…s(åˆÎ—ߟn”£íø´<}mè·%ý×—TZ¹»QN:òÒØ90—ËÌž\ÜI)m.ZD úÞG ¥‹á´ŠÖ×ê¨Éd̓×,péíd ¶hì¥fÞ#.#†"mÞy7ub.äI^a'LBéÀµ¦Ñiq …H}\g˜cÑw&Þe™û‡LÌFit% Õ6E$_lûÓ=^áX´ SY7ô]ëLòNápøá¾0JÖü}®Iš0í[X=(aSÈ“=¯ÓÛpåÒD#ßïÈÄÇÛo‚*hû·…üžÊƒz -Äü“½‹*“²c›Äì^£5«Rgƒ²ð© ×àó£=‹í5²AÀ¯¿£*¶*a¶ãè9rЇõm{j(rÓè’îY„`ûO͹: ‰äwºxë^³ŸV•dÛ†`mEâvDˆÖ”S°sl —£¸–ÍÈÓ£¡„‹M³ÃC—OøGjgUÍyëoîÝÙ³Oì¦@a¨#K`r+.Óx}?¶1hÀS«-fÐwÏ¢ê;‡ øj~ˆ -5w×Ú’Hɧ+óá¾øŠ ña¿’‘BbE^û£ïpI¥>n3¾ådöÚ<†Îû•;ilÈ´íˈ¥¬¹8fûE„nˇjßu8·Ü4%;Svt„/7B&Q›Ï3œaö«ÕNÏÑïr.¬Ñ÷ -œÒiJÓÞ”‚µáÎôÈ…jÝk7˜&Ûí©, -í]^¿É}ïEä×jÁÓÕŽöÃ=ÅÖ·ín`"+,jÍ›-ZÊLýzævˆÕÜM0ª¨ÀVNOQ§ÙÕ²/Û’u®N·˜ZkêÌÛWö/Ǻ7C‘gÚÚrÓ_¢š¨auv¬zATÃ?>Öp0l+´'!Ÿ;n©anNk°/ÅgŽìùÚýJ¥mãD¨ë¤ªãJRjiIôþ‹-ž^ Ë O—3©™â t»|ÎDu.ÒŒ-u>xÓ:J|‚²‰ ÒîJ6§Ì1:oâ~—ø4IÍì6Û•,AI×?®©Pmk­c5Õ0o&\V,ž¬ã°®=á}ªnôŒïé“Ï3­÷)ß³¨^²«ÉZíw¤b˜Öôo•C›"w3²ô‡v‡¿:ØBZü=Ÿä(^"Îi~QinÛ³3{{Ïél½6mN@–®öŠrtø¡ýªœ,y´x8r3Ì$6SÁÇjNö´\ÓJ(Xu!fÒt$k¿3¿pPô¾–ÏzÒ;0TÊÚ\ÈlÖµ›fë‡z¶ÎE ²ƒ£Î+þ[JùžE¯Mµ©^Öf,áë%È@kF±@؜΋QÌnëë?r4šóDN¦6Ê ÊLŽ‘b/¼xÁ}¼öŸ¶Æ~®Dz§÷ÇPXt€øåй•ïMTÙi‚H¾íJÚɉ7¤’ëÝÒÆ0ƒ#eCT= –­†Ä Ÿnœ4SPÏ8¨eoŽ+„Í }Š“º^õ÷ÚùmŠžã±|Ž¡Pt7Nc~Œ©Ìe1ZnÁ©âxô-o»·K‘¨MHi-Ú·èë"nå³!{ˆ -ú¬†cÉ¿ŸÖ” Å0=¬J9ÿDZŸm¿.êtÝ–<½{ٞИnd緆͸ÁÄ|ÓÍŠ$‡öeÐä—U^*õî­˜å]Ì…/Á®%ªvµé„‰óÏ!*¨E…¡÷ßh4@j`™ ”ÓºÔmå]OU®í¹Å_ìD>Ç”ç®\ ¯¨ç@ѹÔÇ~T(O˜¶)ªmçî Û`ë -ŸÍÞ¿ h¦ƒ“ÕÆ -L’ªµ¡é†áºBï?†Q@œ -`ØxcÞ¤|qêp2še&Ík_At¨oÚd‡ð´«Wܤà×€¹9—ÇcæWTçÒ–Èy@ÑÃÇZ¤ûÀI·BšˆÍ„3ØöÄhÔ¿0™7¿œ7%¶ïvBJ×g´Þi§1EQy•{ö Ã5D6äã$•;ç¨fÁ¡l½œ&»!²Ç•ëb¹Ã´Åšµƒôò_%¡ÔPÊןÍÙ+µùµ© ê„‘9²I·¹{Ø¥ú¨@ÑïÌw®x¨¼‰uŠ@B!XöòxÌ º S³—´Û‚ÉOÕÍBÛ€Ù9²võš”¦X„71µwœ Á|:7p -n—Õþ6ß× Ï;Í526û›¶ari1rrÌÕcp¬LáeÔ''LélŠ—P¹j±Õ8ÆǖBÈã»sc"ê‹™øì 1dÓŽz^„‰Ö¿*¶ÝYŸÓ¦Ä\¡"&¯U茆:¸òäæ²ï‘èNçX‘Êv*aw#W3 -@o‰^:Ð - ÚiÓnt{ÕÆ›å&*?]åÛÆŠ.Z»šÜ„ïT -·ß /Û‚ž“/háã˜kã,mi1 ÿÂ4eg\ô)~´–¥£œÇ›TdÑ_ûm C¯, ¯ó²¦©çJkKÐáû&ûJø…{–ùú·*ÛÂ[KÜٕ٩«ï&EÛ;¾e³¾Ë pŽq$ÑȤô9[ ÞBÝ$M­E”ó6ZìçŸIˆ:Ò{7ëYnàLTÕ–J)±¶]›ä«¹wq±Ô¶§òJäîÅæ|Æt*HQYǰ9íðíð9çpªÔ¸:¦›ºlõ]N·¾î˜0¡ìµxÅÞ¤°~ô+Ád¼Ü‰ªŠLØZ u›»[açfÈ.æÍSëï†3¦¼½ßGc¥PÓ”“UV‚™OF†`® ¿ótøj²œX º„p·Â÷qR(À?ØÁÿó¥/3Qí“ T™Y+ãv§¬NcÇÒ6'›”Ÿ¦"kkvc/} kZšŽc¬w/\½-ê~LD=«lÇÚ½¾èwëqÏoWr°Pä¸Ì«S¾kQžoe¶ð¯u±»AÔæÒMŒaâ±´óôWËïãΫ¾YœãÜ;¯ùŽÉ¦š‹;im-¸\Ögó1˜ÛèÊÍé°Ðò™ÿ=Šj’öΞ¶n‰H³}å(-ð†‹1OWŒ§ -Öèß›Çdy7nâó>ßö¢ö%ýên«Ê2T˜âYÇë}d­Iv(+ÚÛ Äÿìϵ3Qݶ“þ ®½í`Wd°n¥A¸+áœ&–}Ã.€˜A‘ðZ¿KûrW+’nKf‚u2ÖéÚéÃNfÅöäÕ'¯r¼Œ_Fª²@ÛxøÜ"wòÝÜû0]ë^T¯mfäûÛÛ}Šû’xѾ 8˜,1Ò8JNæVAgÛÜ ¨dC¸Ö#4ÙKæÄS±Ê†] yÙ  v« ¸—;jÄV¹­Í6VÄ4t¤Û¨D€4ê®-ëâbo³ÓîÙβVKLëý[4u`ó),;—¦‹ÏBì§Gzõ2ï3n^z¥¨å’[*Vrâµ*=÷äBÇ4DT¾mßÂt’tÞ"•ÏFpiÎCã Õ´v;»%.zc˜*÷°Bˆñ| õåСQæJyý8ææ©©O4$Ö2QÈË¡ÄÀE=÷æÚyˆ¨û½°˜ =•ô CpÜý‹ê&k©P-¬NÛh¶@>9ÎâO°÷-‡æ0Æx1Ž¡æ7Ã-Ë8x¯5š¥ ‡Þ¹$—Š#?’Ql:Ÿ3®±QµÉÉýëzlºéÒ¸/¬܃CÉXVr%¡ðÓÂì0jÉæðT­(†}• e°óÿ„ÅGy—hNœMCžpAÿÁ–Ã/^‹·˜#‘‹f¾ñZ Æ©=WìË刯c ÌÕ¬ë\H18íÝ·¢È÷Z;“wÃhÊ#üg„ ,'dióÂÁL>¼¶¢-d˜ïeSªÿ¼T·Å´,+ö-_]¦KPEÛÌi`Š+»ùæFáCÖ;ÂÈø”Ü/¸¯¨[5`z¯ZîmŸx]¡ëoÎG6jM -†mÈÒŠQ’ʃÓð«³ý6Ù] W•AúCA}Ò6¬¥¿æYø›+5w(ö©S³ú1º -2ð0m,¼ öCå Q寨¹èÚqó%Ûà•ß¡—.÷K…Dû©NÊÅ*ܱš`Ü.[kg’Å¡)§74\×4èhr·è¡ýˆCûWí^T')tg]HwT·úH¹f#˜!}pf嫎¨‰Wsr¥‰ŸíVìAPŽŽŒj‘¹QT°øƦrïr·¤ÌÚ\%Ëë\G-Ä\7ÑŠ”w¨¬ÈÍF[âЕ{– *°aF%Qn:,±£5õô§@,Ñú²¼LU#_¬Ü÷¢ÄÓ•*d÷ʾv‡ªß—ÞøUguµ…/ÉÜOÊ®v'Ê»hÆCÖ}ùàМIå›T›³ü˜«´·CU°„ ÷.aßÍsÓÁè@ oRŽ¸Ñ -'Ñ ƒ=ïʰd›¶d®¤Ö63”2›¸¦(ÙwÕk,3 ? ®Lw"ü΄ãfé'Ô»CÜJèCËɰ„þ¤†©bNKœÓ1PBi‡U½QæL'w,Œë¡‡WX“ª“.©žC5ºXጀ r=‡ &Ëþ-/ã÷t ô@®ƒ¹%Zæ>™Sî„xo’ÁÓw³Žx½Óü5–Ç¿UÚ•Ž7®î%~2ØÛ&9¨ Iç"ôuÛk^STîÑÇû+êÃÄk©íÆÑ@k ,å 6©g^ôÄbím -)gë¾*ƒ®àþ;g¯ùàk:š­‚R®|Œo©KЉ2lf¯¢']îgAY+oðäNMLµÿ…˜.¹U¶m;1ElzX¹.&{'pgçÄF ·kûóú³Ãá^l鑿°$H"Íé/—”—‚œYA`©<ò7Är£E)x™J¬¢‰cSôäÝf›bR¦ŸþDU‹0±eŠC -3½YisX›$Ût¸ñù{‚'5hãí$3¶¼ùjãJÉѯP’ûÖ·ÅÀs'=§é‚“©N¡º¦çU3X e/š]iÃÂOÖ~!hrHx9LmsÓ»ó(BP…Çü.ö)éngÛ_”çÚî‰fÐÀ‘:¨vҸѺDs=%º{ÕÆ|sͪ¹±ÖMDx5²‚þvšýwa®S(WM(±”ßxøÖeH­³¯ùPBp´ízS½a·ÿø¨NÛU6z›³±FG”OÞ×mX¸û>ôЙý÷ðiPݸ¯|Ò¡QDç˜BJë6ŒÙÞA|°ñIhEh+MœÉ²`è_ûz¬%æ™e8Ížÿ 0?n¡š¤›rK˜ /Eñ„“¢0Ϥm?€ô}geH’îÓýC4M A±R&Ei‰t’6O0‘« b°ï’×£TˆÊûm-s -`¡Ìî[fð‘…ê&§bšÎÇ:+œ¢ýϾ.ZéÀ©®¹ØL¾æÓ#É(ki…gsË󫙣[¥ÅhµÖTœÀ»·)e”Ò¾S í-SkC¥^R“”™–Ìt«¸¶qœÜ¬Ú@ŒOá.ÐJmd¡* .|èÀÑù 9Ћ” žöÄc -ös}lÛ­§èÔÿ|âñš?µ´ÀÉ”ÊÑ&.ì\¾¦l6y‚EðÉ£Ì+`‰cœ?™zVZ¥ê„ÒÜÅÖ -‡ëò/¬î]ÿÿˆjÖŠanµDÞê£ôJ•wA‚—]ºoÜ”¾ôvWk4³ÎýŸªe«u%WvUºif¶Tª(U¢œ–î. 7¼g¹»ëÚ˜Eðÿ?f>€ObèDÈI¼Ìë.WW»( i.i¡&9î6²;«˪Jf¦G T7`Ë’¡$gò{·†(2 @ÜÁ3w*œ¤ïüĆGÓv‹2ExcÒÜJa>ºç–éä–˜Z÷ˆ—6ïçX·µ„ÐîÊ6¥ ]‘èkvU8…õŒSLË<;Ãè°}ð©Ó[ $­yŽÙ®pÙƒBÅZŽÔD”|ÒR™ ^·Fª3èP_Á†Èå8]o¢é@ -2=9mÝcV'¬Ùçô‹O‹Ô6ÞŽ š‚gRƒKâN%íÔlúKi¸ÐÅ£3Ú4ù>JÕ¢øÌâÄôH Íh‹XhQ½êc¦T6:nbœÝ’½Œì:£7;æÁ¡Ø6Ï·ÈdÖO~yNÀNlÁ1¥ðåºx:ÓGd`˜Ô`>Ÿ¸âF}JïiôÆ! ¤ýç–#0÷.Ìß·äX µ‚wؽ6»nšm4)“ÙÃ0¼¸ùk´õÚ»A£éçÛb+]7çªwûÆ­…ÓÝG•j²Péö¼¯¸W>?I¾ë÷+ð­Aà’íngšòuA‚6‚1/Øc -1WÉ-Ìâ¾Qü*3RBQ&vƃk ~Ä¿iQߦŒe¦·Z‹J;ÿ#ÍöMncÄ¡öeI>õ…2™ËÙ {|JÀÿ~»‰/Š®ªf4bNÍ`¾¾Ñ­ª‡² 3ÎoóæµdÓÜÝ‹²FsXCjVt sO7ÃV7ÏZ¼t™4}Ej>êÓôS›éàÌ*|86¾üL67ÿØáX£<Ýβ´­DN‡@ë}ÃêÓ—USòæu |¸T*/ôY抇 +a&]_7ÒIÃ\4n®vAFÓœX•ßs’íÑñc^÷ì8£öR+oögÜÍ‘f®z²ê±é//_ ³­âؒٱ÷¦žyª‹c{»Äˆ§ºW\oõYöÑg2‰Æ}4Qk;´0xîqò¢˜¹ƒ`ÕBÇÒÔ„S#×¥ä&¼‹&/ù¤³íè½òêÞšiÊ8ùúØ¡V[nÖ΢×s£¤lBÿ)·g¦'a#ð;~W¹·Çމ5ªW™jÎÌ:€ü¿&u 8ž”{£|Þ¡Ñ‘6íæÝÕ‘i;L™ïRö(Ž´7²µ†Áý"!¦Š·³†˜Tð„Œn=Sp£ XêF “LpÜX Õ ì7ÌR땘˜« -BGµÂbQóΤ¥§®þ¬vhß2ʯˆÓ›`¼‚}—@žá‚òûQ©Êã -emˆÈbÝí…€‚óFÝN|¦¿âQŽKeE¬ Ph¹VLÃRI!œLbý`ÅùåøkÜõHºjöìãÞ¸H?4Á6Û¡õÚ-õôzŸˆX…ÿH¡˜7º¾×”;†UŸ•o 7€^ä¾*d &âù¥jEýܾÍ¥?ÔâdF¯Bôñž8tŸ$d!œjG–mÚ‚’Üp‰³†ÈFUºµS³èL6É. ·â@X†(KÖ.÷ôÄ7P—ĔҦ‡ñЏyþZ³^¤KKhHõ—úŠwO\sÿ™RÃÛ ¸.U’wÞýóÖ(ªÚª+[iqCt”°R·A&a¶Ò’}[ž‰ #eošZ¡JéÑGà´´ÇBY¥Ç“ ½ ·iv=tpy6GĬ+ñŠ,Ê]uh» Öm28Z¬ÍÇ!‚9ôu¶mž„:2§Á}~j^ÖUX6†É"ÓC ¿ãéÛk)7- ‡ÐIw¥¼^"hËݭ離ýÇdc†0æFË*ô5/QÞE¶K/?ºýNûìò¤s­ôT\dIÄÛzTØ>^ÌÕš>ÕŒ„ÔéÃfÙ)<îç^5ê­ßPžNWÙ±(Z2´YÚl‚òc¤3òfx«,´(4› Rë‘Þ=‹?™ìQNd€-À«JAÑ¡!y‘‹FøXجÔYÇž/N‘Euë."¸©¶C‡µÑã΀°ó©0z´d·ýl8«û9b7µ¥Pž°¡+–5qu²Ù*µQ~ «ÔP7ÀÕåÁV§+cE*)„.wí×€¢œº åÎʱÁRòvºí¥ mŒ2‡í-j -õzYVv释(k!zEb;XN§Ž3ûVMW±àr:´ÀH©w“* -ϪòŒT¯n¨VbM™ ÜÉ4¸ktÜ1aŠ3®óadDŽR&²X¤ ¾gFÃRš[µÝ³”ú=¸Cî_U2˜i(ÚƒJ+ÓÌÆ8K!hxújïzŠ&h¥ó&ku¡ŒÀÃþªv.ûªdit01Ýu»1›¶.%Óý€GÎÞ„°T–ì¹|ØõwK6pÿ -5BÜØ<1ŠU†±I¾j‚ÔûÜô9䥃ñ --ªØêqÜdšsg(䥸Լ‘>+¶Ô¦yi1€½·PHwè*¹šXéÈn®Q£ìö6¬Úõ)ºCô^£œfgÎlçSü.ÈvO Í…ýS™U×%=õµÁ0ë”䆾"Vò–Oe3ß`/¤—£X«?‚£‡z“¶“ãVq‡ö­ã²–YðE…F1Ïù²bwW<³Ú–).döŒl8ÁΫ’$²BѧÔ}îÂËËœ:>‘­^›4¿Ékók28Lãd4ߪÓá)ô[ïJó«zÛÿ,±p¥2Ü6 ‘ï*Ø0…Æd·:ëÕ8މ'7þí~Q.Ï›ryar òÙª[6Ïùfôÿùc‡¬ -HH‘Fåû;¨% é´s«ã5óÒLG²_}Èz{Bfé‰#EÜhD”s^T]Lv,_D†¨Kq·î #&síuLÿ3Áb@É~k™Û3~i”T`ÈÀIh>“y»'—}l)ˆÕÎO?f¶e‚Èên¸HJnd¡<]oÒÚÀ²Ø«{T»QfœpÞXÂaîm4™Ää‘é&î+œ¿ÚJ6AKN×LõzÓ½féÇÈ™Í"¥‚ÍpHî¸È³{d¡¸—ôÈXi͉T÷8иáÚ„¹¤uíŒ(OÖ¢ h}Œg¯K€ÚqÀù Þ2ÒÌcX¼ÉúàbµŽÐ!Ĺ"Þ¦%éäcée‰l8QN—»íÌrtÆÙÜî×·+-[ôvQòqù}¥Ûà¸È¿ €ªA8\7ó‚õЮçˆ;ßwgëÐ×"¶gû©­çÌõ3 ò8ˆv }¬äaì÷ľe -Û6l¢/=j; \¡à0d˳ÑQ®²x,´ÑVFÍì -…©ÜI¯RLã€lÛÓõ!õ˜•\ÇDy†¤‰àå×±]¾‰Ä<{zM õbL}ZJˆk#½¥©©»õåä°`î{ž)šì™ ]¼•ß à / ]zxÏ£uI1 ú’«:bÃACFþ´N¾AC(7^ÞªÚ?]\ów¨b‹MÔd¶±DÍÚ¥þÔA_éæÚoöýæz©7ìwÜ”;£™¬{½þ‡s½¿hÚϱ¾w8Þf·Õý°Êìtnq„ŒÃàÓHåÁj€íÞ`…/g¡yMèà¢:\ô›kÆ-exÒd‡PÈkïåÝÝër:SšE¥³q“VºäY'»~Š{P•©„ó\dv„WÒGu÷®Us“aÞ¦‹ß”'² ¬4Še’Ø€YX $!CGÛ<oº„¿éž³å´œ;¥ Eªà21!ÅnÀTs3ƒ1¢F¹«ÎÊàkwÑA:í\§òÈÙ% ỵÆÀ¤ kÖƒVxßšà"dX9Íô }0²AcшD!+b­Ú9!¥W&gp`Øé0Wåq.ª–\•°5XXþÒåt‡P÷ we¬÷›“gΞ𹢠ض ¢[ ãé?•.gÃüX°ÁL—½iÙÅÌ\“²þv_³Š¹é!À(ß°„€ë£GC ´I=rà ó%°çS}AxFÒ{>ì¹Ð'3Aõ|WrQØÉxV`ÿ˜•›Ú•š9k£ÀÅùr— k}QÜã‹êÖÝŠÕ×`= ñ¦âW§¯‚0h—.ŸKÆÅ,ª9Y£OØTI -sëõbËâÞ<†å5¶wúµQñÂO&õȸM;©!0I?/M”MíÐÇåT¶ïtØVPÒFôÕ'‚èu ƒ)íyË Íž0'JVÂK¦;mzçRÂÖ¹.î-«[îç© B“*̹ ³1! z'/ËáÚ?ÚÁEõ*§|Ž7Öáe ÌÖž(“;x¥g`à˜Xȳ²!’^ÆZºg[¹¨@]Bµ­iŽVŠvJªFpÉèøÄ®|ÕOó½¾cEV-è¿ö{±é]§±Ø"’'uÖX¿­ñnÇE5žø¡·ƒÎ››h\z< ¸êÞsÎH½cæÛiaH Å*¢íPé˜w -ÃŹ›R+0Т)ö{W"2»Ëqt¹u¢¬ô¥æY ¹’¦f NÌ„â}`±oµ¹*“뮬>ž+¹¿«9¹ºFo“ $§ùtCê£ûèâº)Ñ; Ôõô0L}AJ‹çšŒ¼âˆ€fPs.~<,i=ºÞ1-´ü­«XΛñœ² IÍ^«óƒ8\„ì·×Î\)¡™ÍÑíù ++Ih!‘:p@£É¶*/§ÈAõlÎE¹Þ£•ÒÑÏŸÝÁÄŸ3¬|Ò®SLò!À,øšŽ¤Y=ô-óFæ¹'ÒBÌTª}'T„Eo§A¸h.hi]ï¤S3h–n)œ´½Yñx•Ò^[ÔÕ¥«Šñ²nEvNVúÈöh;ºTËP³`Å *¼¤Ûxeܯ™±ÏªêtÚzDc²(ÁÅ•Ê&™ã7–&(‰ØS½Mrw¥½À 3©\S.™~ë’ÉqÊDÈT[Þi«U†¥ -[\®žu³ k¼[„n¦ÝáÔÆ.¦¸Ÿø)d@!?S—²Òþ\”Ý%Œröåî(Hx“øëïô.HX}ž2ÍÙùM0¸x­ŠëÉŸ6Áåtœ2V’-«ËÚÊ—ZéÇ)«#NAŒÙYRùéÂJ²büaßkÁ:‘ (ʳE–P™±ÌrÄiÿi»& anL{ú Ñ0ýsƱȒܜ»¤×ɶU¼n–ÚêjR„þÍ:H|XGÈ’šŠ)–Hç‰çÝÇs‹ÅŠòvN›N'¬H1®Ë ‹P*s™ltÉ僄rÓYx,ÇBÏÛiûaÉ'JkL8RQa€.:7µÅ†ó̼3D[ .uÚÚ«kòL…0‡ìíڪQ› ,€eÞ_§‰W8iVeY·†o.œŒCŒ‡š§„<'£ÎÒWJ÷Lc™9ìü±È{¤Áâ?>†TØi–ÙöölVùêÊ[¦ÌuÝ,PdÍ»Py/Ï- ÈpBš?ûÇlÝ«C§W׿ófab˜ŸN€ÍÅq@ê¦AÅOÿž×]<ìyÒº™Xö™¡g¢ŒÝ3úÁ­¢âãÐÝ…d–‰±õ· žqáåøÉ«5`˜ÐFZò³³à{¤•d’¾ÇÅŒO`ôûé¶hCª i¹Téñf£«×j¥„ð²I‡‡(–+Ðâ)öê‘¢Ï` –ËH©XQ8ë—Þm=Èu,ì¡î”‹óãŽÞ÷£YÜMOçõs'¹²ë«-˜ÚÊ£HÅêÉBE4¹³Ø¢Ì-Ù»,S¢APæ3o4é™yœòqö¹b#\7 ]‡ÿd˜îu™;¿*MîÚÆÞb»†]ë>Ü<-5õÔ*ë/Ã…—ê‡á’Ù˜¢®J+…Ò™u"qÊH©žV@@Ùf˜˜èà]¶ë_GÃe…î!cJØyµV‹óª ƒ­VÃ8Ö·ú{-im¿]We_Œj)òÙ"ø¡ŸènÜGªé\ôÄ“wÿ}W|QîjC×n¤Õ'"Z{ë2Þ0^Þ,w–'eC“÷d/]OççºY¡ ¬I·_ßϬÊ¢RÚ`+ЏF ¾½Qe;w˜|– )gãEÝ•#?L„0D´ûœc´éý ¾í1ßÁÜ;0\æ>Lá±Æhù­ÂúKªÂÜ-u£ÙÕ®#Ϲ>Ý4º,‹©UÝ¥ -¹ÙÁ”W•y«~Ãöã‹òT_¹3!ÒJį› (]0ICOCñ'(aIîìÊêõÆå-­9aJ´k:Uãé®ïhl|Þ RÆ{Nñ›½ ™ŠŸëq<‹@‡MKŒ{€QßNÏ`›.ƒ¹9Ê)/þ'Ý„²›9ùêæS×¼wEÚ_zvo¸öz™#/[îÒ׬3;Ó¼ö‘q¦!Ì H|!P3mºtœ;vŒrjÇt°“ÞŽ„†“åÈÚš¦ ±³}WLwÌ2‹{ÝÌ<Ó¼*«r$%õõ~Û¤Ã&W¥ð75Ûë‘ çëÚ -QkÔG‘ÀAE -!}¿yïÇã>”o‹dØ®ž°¼GŸûîØÒ)ÎŜˠÅõîã®(o‚F+á˜À³w³\˾# -~©ùi@Ó‹;.Pi‘_iÒËeªÜm‚n›Áp±—˨˜ä¬î–ãhc™ã½~ytKfbùÖÈÛ 1¦º™þ—ë>Ç -I{Ùò‘L[¥Ä~‰[(¥· ªñ Ú­WKâØþ×ðÃhûJ’+6Ð#ãUÞ×é5(î°Ö¾hÉ<õŽiqyêñ\î - C3M™ÆbËèN2R`gñÒÏRÃê óRÃÑ&m‰öµG¿Ù¡ÊyQg.8±A[T'™¿îu¦äâA^7¥'}'+=†VWn¶TÂå ¼'‡ÌqõÒ…r¼Š²ÂÑÇ#ºÁ+éîp’]Ô—{$˜/ Xʪ ‡‡)«!Þc -ºñÍ`&_äcp§ýn6PÈ;0o4¤îÝÌR°iMkŃ~ñ…aÊÙñÝÂn¡­»êº\T0—ЇP»âÇìÏl-B’_d¹ŽV…rW#}¡dÔB>ÙîI'/¯Û»x5+ L15\š LCú©–¶–qR-ƒúÛ`j[ânM›ž:W­©óP!ÏR¢4[U -Y8«€e×ebã"ÔødH¯J•ïÄ]„Cßà^Æ;»Ätê.ß~¸±Ò¼Ã¹VVCä w>ýÏÿåãÿ÷¿]ù)y¿Ÿþý¿ÿÛ§}<ŧ/?~ÿ÷ïßÿðÛýþÛÏ~÷íË矊ßôé×?~ùü‡/è?ýûŸ?ÿú1¾üÓ?ýñ׿æ`™¿.Av¬ïûáëÇ÷ßûÃ_¿O {èPS¡§øô›¯ß>ÿáóÏß*îNW&ÏòéóÏ?¾þ0þáÇ_ýøÝG) v»ü|ßÖ¯àÍeî—>ýüëO‘àó?}ûÃçdZ ÞÙgøéã/øÝÇo>~¸óO¿ûzT<Ó§/Ÿ÷õÛúüû/?WÃÅŸáð”øõŸ¾~ûüÿ?þð3ðû~÷ñ§Ï¿þøþåãþL?V瀯ÿô³ß|þõÇé¿úøwÒMº§OŸP Ýþ;?ýâó÷¯þüû_|ûþó~öùË·_û÷o4œáÔ³}úõ·Ÿ}üðñ—Ÿ>¾üáó÷/™Y¶ú÷ùü/þø›Ïÿ;?ù§_ÿøÓo>¾ÿA|r•ò¾áXæßïîÿ»§á8ƒùq< <ù½Æy°¾ I%¦áê• èk Ì7žBÉHù—q nþÒ”ÆF@8œÿ|R- ZOj<²íiãq¿èÛŽEÇ„ºTŒÚ^Ÿ$9÷Y¿ŒðZª­À5oÎÒGx5•¶Âé`0S>VðJHÆIµBÇ@á»ÿlÀ|™´cp¢`;ŠŠ.UaóîSè 2E_ÌÏÃ*.>µ^%®G]’®ù<÷€ªÔNÛ®.ùzí4%Õ#MägPp$¿ï®2ÍÙÓû`‚WS¤ËÒZµ$ÏHáÄpE&qR&w±Fâh£yíô’gÃ7Ïè0\‚ ²…ðð:!õÑ ÂqàªN¦¦sS=ä DÚYÉòÔ˜ ^j³P:. NØp6¡v²„3Pç*§:ÎO\GªƒõjÂFDÏ™„#Jž<£“XøòÕ_œ·Š^u «I1¼[žƒÍΠ¢!š˜¥ +MT8D5š )&u=ïH¼Zmü4’÷ Ïh-’²Ž(†b -΄»±Ôâvi«µÁˆÀ8™|ª‡ò—f…ê‰Hâàs­êâi ×Pîƒ#ØŒã(ƒ3ó+rÍh2÷pÓéXL`k•Uï²~´¾IÕØÂÎùèf)~:W~ÊŠ¤è‹ ‰ƒcØFD£÷ £c®7¸a2&#,cQÅ“¶V -• -¦­.'b‹!ª“,¢sM?¥ -¿ÎݪvõFÙÔ£>Š|BÜZdyÝéìÍŠ¼…¿Nì“&ØHFÑZ&ÕMvДœ Èâúm/f1ÈE+G«¢6 îÐ%¯ô•Lˆ²´zYw¬"ÇQÚú¾UŒ/KÀÂܵ`ƽò»Ð(ŽÁ PP}üб˼¹*ÅC 0à®} °ÒAžx¿¦æžE‹u¨^2Í{üT,V†s¢ [Që¾!OzÓ°|SÈ’q:âú¨¨¿Ì)æ÷èˆUI‡ÙT‹¨g jZâºUÂŒþ"Ká Îæ=ÎÑ)º6ZµÊé»LU=ã¬ÀÕͪ~i˜z+½ù)çþŽ…çK›1²¢ÔÎ@p)$\Þ–Ý UOÆð -À(~ÕãTi¢Î Ñ׆¥aPnë#¤sW*ƒµveªß )â§”®à;NñnÈ)£SÜöTR ä¥ -±º‰ÈÑ^ZýÄÅx )Tu’l^¿©Ç;àÞ$ˆ5ªWC¸e–oÜÔRébGõPñŠ•=,+”[í4u ÞÄ£Á{w‹¦vr´hçµBÇ+l—k-„v<ÁeñÄZuk—¸×94ØÜ¹×ªN6`âÖ~Ë'ʰj>ÂŽÇ«3ÙGØ…ÐÛ±hùŽŒ‚zff€µº•oIÐ÷.£‰Ã°øaŸq!muì¨ËqÔeœ§þrº»`­`d˜ Š›­µÒÎ+.ãÉnÑâÊ«MÁ¬|$YµÁÛRênçå ÊºŠ ”ë@ì½?°íd{†š<ĺTGZËLC5Ét$ã7¬8 GkôHl­ =íBömª‡-¦ϸÀCíâÆ>›P>5Ñ9çŽ_>’¼HsÛRkëY!UÍ¢ŠÅ =ã?6¦‘&‘¨> CRwÆÛ"z6 ·ƒsœï>Çrá_¥–Ùt³É)‚rT·G»©ª$®·Ê88É+Ƨá¸:é;eO3¥ÿÿ@t:”n¡cÍîSµ÷½_ñ:ÕÍÀ`°"Ôá:õ·t¤Ë_ºªNâ̬vè@,ÒÒr„3‹¾^¬¸?Qtâã9êuŽ*~¾*Hö%ísÆWÇ„)‰|®HU,ñ0®<³nªƒ0ýÑCÂ=‡6®ÄOZYüófìØ’X“ºÊzŒ‚”3äéÛrС|>_05ˆþXê>Ë¢.ý¼šaž¹·»hÓEÍÔÊöÒ®zXúéÛ=3ôÓ؃™ÀX°9ó#ìÂÎc6Þ{kê„–.b Ö@s.«¥ÝÖƒ^÷ããRº®Çý¨Âœ9€0Fb¼Xvhx‚q·qö›iß,€IL„Èd¹¶M1pŸiž$xíZWõ„Ù7ókf(y©CJ¡BM¦uÝ,øüY{ï%äÖÏàñ§¯(¤`moEE¬Kݹ¶ %ŸÆV`ÊX³©;Múû'fø‚ëßó“V´0 ›îÈ–â*€ŽÜÕñÅÖã™éª”wì•ÝjøYäy2RÆ´+r™k˜,‹ha@/ÝMb á±f/´6Æ•ŒÓb‡ÒXׂPàÊÌ=6øfqø¯"Ö² >ϧÚWv¥rÊ-HÃýä(+„1sÆmmØxáa e?–{b®}¬ƒ 2ò æÓ‰<¬BÿŸŒ„&¡xq¾ˆy A«4v•M¿…¨¸¸`y:c0$ÏDÕp êݹöùшE¬3ø€~SPÃ<í™;NN¶Q«~b^ -)¦ÄÓfV4®…²\Ya¥ -°|êß,„ÖD†³š$®‡9'Þ× ÔÍ’§fìº|*¸vÃî„ý+±ƒQ‚ê¦ ¥©*{ð56¾#Šº \FP…¦~ò ¨› …Ì×Vƒj@\Q¤RèD1Ob¿è/ÀMbŒ^=·ÎFêfÌï³äS_‘Y³%ÎÔwíÁÀ§_y´©b3²èÒ±CæM‰Ÿ€¾]þÕ¼"H;î²ávà–6…ìbÈjõ,QóÖYðÈ%ÎH:„/äüÏ¢æ[˜{)˜–•sÜŒj¼.ý–=™Äg7„*¤ê$óä3; ›Î؄϶¨Ó÷2HèÙ~Ä90Ÿ@sçmÞwˆ^ 1n Æò\þ‡!ÇÕý_û,¦ŸOEø2ÿúƒ@×¥'ÂsÜi±ËuÒ~%¤qÍ0ÄÎU_9öÇä"æR1ÁÞŠÖ™ÞŠ‡ö'=Í…J»oºÔ<ŒPᨠ+ñÄÎä†r¤Z‚TDr@›1˜o·a3“8W -¿’0_ÌëîÃqoí?ºÌc6‡Ì½ž²,æôm|œ(Ì[ñ€±:¡N€…ÁËu7{ -zâ<ØkñN_ºóvÇ} *»|× |••LØðÉ?óÂÀp Ù눰7]‚/_âHOáÈÂ¥!$4›ÒàQNýö»:K/uÙª½Y¾$·"èÄ9˜uÚƒ¹^1ÒÍ˳¡u§ÒJ` »kć/ÖFÕ6‡ç+Þ ~ïG…~Â€šš™‚MŸ‘À$¼+cœ©øjëh$œ^“™)ÃӇꆩP2ƒ’M1R®SÎeá2„Ã]óÿ4/.Y¬Ÿ1€1u·¨lØ0ÒžC­¿èÂáîæÉºk|Èérp“©Èàž³D&žiyü+ú ˆ@?PÑÔDBų6\ò¹¤Øfˆ¸‹ âl|ίÙõ¤ ú=HÏ÷°=¶ÔkÅ¡Gk :¦‚À¢ßhP¬gžµU$=$Ü -ŽzÂÄÙ\°6\·Ñ=Èà“R±ß[{“í…ß•:ïs¯~ŠÈ¼°[Ã~uÒ{*)nÏz$ñ"ôë…q¦?–ºÌUÙ¯L)Çèª*Ä@$êW‘=Öàåt G»ƒ7Òs¨ø&>¾˜À±Oö¢GÞ*{ ,;ÉxB%ðÅMž=¸ByÂAVTpDnÈ.bÓ"X²‘Þ­éu ƒòä' ÍúBÂ] ¹´Æ”½>Èyæ²lƳ“H  vÁ'–7„³F«ÄØ¿` 6äÇ\Ñ.éÝl´Ëê~c€ƒg˜¼õ (SžuôF®>ìí }×%¢÷@³I$wÖ–Ó—,nûužßd¸¬îpŠ…Cæò(µ1Ä”q|;ä=<+åüæîž.\tupšïDÍYNu¼ÓiX¶>ʸ¶2ЩèçŸ8ØêtFVÂ.Æ-ŒÊxÓW9ŸNw41šË’ l¢Ø*œW+ò8'#Ñ.aªŒÆO ë6È—¥”Éc?X±*þ¢*¿“‚:§93cj^­e×Õl™óØHõåWc]¤²ÖüÿPÏKF¹‡YÍiw$bKE$hS7 îæ1|EUw_BÏ=Ó#÷˜%÷LåºLþè7D-‘ÀnA饃pqt¨‰Æmш w*uO‹åBœÞæ4_í°ÀEŸŠ7Û¸Š0צ#m¥ÞÝÚÛ×;oáâ ðú“ôðQ÷±ÿø¾'½îl¼9Ú ÷Ð2 -{.Zå¼m Ýñê/ŸŽô7nê^°[07&Ðó(ûøA$ì É ^Ñ‚ãTãõÆD@é7ºEy×Þ0Û-¯FFÔ²Fa'æ ûJüsƒý¶IílA–y`Úáí!tÑC¯sF¨ã~¾sP3XÂA¸õ3†Ó -è–Q[B;…7  Õd<Ž ñÊyŠ¡®Pæ†dÉû4…à~^¨øáN×G°‘[Ì`†ÏzUnñá$=ê0ŸròMQ‚üØ‚\g…‹âvx0{¯÷3_ÊcZ]c«á¹2yÈÚSƒ©’ã izÁUБ·}YÓO `¦3³Âp\j¸ó-üÎÇ ¤6 p(TZäN_Åk\_£KXÇA×îxSÁk™ì“šX¹ãïånV̧Ê|STÅAnUè&Ç 4xY£;¾¼O¢‰=÷ ? d›ãhãPZÞ6ÇMÒÓó8Ö%WW’`@E|,‘(Á´:ÀN¹Hj™Òs)QÏ­![ù]Íçþ¨%JW¢Ö4EŒ†S>Ôfcó]Ӈ槷ãªw[â1\ìµß’¡á´çóøýägÎ~JŒ™›sUw%U¤®¹‚R´¥EDÚ.ZOý"ãÚ9QaËì5Œ;îðyºÌS™…–îk>6HÄ”MµÏ`Yr7ßJð5Œlp“RžYWxÒAl–ÀÝûï’gèp*EUY äJ?(»™¹j¦RKvóïUîr.œÑ -e€7Ý/z>~xÙ¼rÓ?¸›Gírwï¬êy¡ ±wU‚@Ó”PuX'|ëÉÑ÷Ñ›í~M T4Ê9ò½8²‰î°ÆÿãÃܯž éÝÝÕ\nõt-Ë;)^'ÀUÔÅ/BN äšôû–uì£õÁIöô¤Õë©é2Óƒ ZÏój§ÙU¦^W1*,‹]Z šsX4Ÿ8ødz Ñ×BÉK31ï¢<8q~­aø -˜©ÿ,ôîhèâ…•¶zŽ" À#m —,º:á´Ã¤&þ”uDµA.3å]R#p×µ@C]Ð˱Sœòõš•òq…T`Œùüu.Í]DÑ+µë‡вÝٻǠ{pÒ×Ûý”U>iÄä7Æ‘`p§ U­OŽÙÌXg‡#OŽR<}TaÅñv÷èkÖB놙…î—ˆúRŸlhïoÃÅ`SSw°ÕI° ñ4íûªªŸzŠ%Ü×|GaêL¥ê£æ²Ü0éz—F†õO}œÍmeÄÑÝ-`pªû0òÓt|Þ>sTN IChŒ¥Íé©…mHuã`nS ÝÔò0•:pœžö«¢Dv.þ½0²I¨ëTwvL›¤/,«”%þbÌÓæõ! ¶1fáø¿lÄ,ž=™!ØsS¯çH½8è8ØW«–ôü]¹L%l¬ŽüÆ,u0. üzã^Óµ;’"G­ú¾ãO߯£]òÎæËF,{ŠÌô–éÍû<ƒê?¦ÐíkÐ è™Fõ‚­¦`†ŒQÕ¾%‚ú*&Οo/mÍža‰¢Ú¬/@6Þ ­É!A}Æýå%C)ä÷æPù$¥I¯¹Û±MæL1Áx£AELjˆF×=âOŸ ¦-»š“ïýBp•kA%K$à -K%ÕC@±GMo2 uÀÓw>q–7ÐåL†âÄ5õ”Î1Q*kUNÖrÖ…ÄÚ”ëVèg ?LHLjl•ð%Ôìcß׃ñ¿þˆÌɃBÁ"¦V>:CÙéPÖ¾ívÒX–%wèdU}æ!‘h-k€•n/+y}â3T>V{EL ™xï&¢®lÃîú:Wj0l;xÉÆÂõ+Ô¦sË—9ŠÚ§¨ A¦Ó“ùT7LÓÓÇêðÖ§uƒã\{€´ Aª; × êɧÇX§;=»¨k›Ü.§XÓ[ªÂ· -)!i»!› +&^ÜÎÚ¦žo‹‚@a‡3T-b9¶ ŠÒðDé…žéÉ Ò¶Ù¥ÆVb_Ÿ‘ v\I¹§|o(_?™@'ß‚môðP”s®â*ÕƒÂSGžx$JÁôN¹Ës‹÷0oÅxzië¨naÏzÞxMÇWŒmqè>ï÷ª*¯†Áϳ§y2£¹’Öc«,Ypš£mÍ KH4~;ÔCrB? Æ©¼Þ:A®‚ÿµáØàóàˆáRÆ| sA—ÇÁ¾Ý¸ÐÓ WÌäR÷”œ¡&cŒK·*x{oh'zUü†'°u©Núw˺þáïy´F<Ð4rWw¥]Ũ†¼‡¤ aB`I 8mÛý¦Ëâ“LÀ &TgÛ¸H¸x\¯ñ?>zŒ{ZâÈ­±ã–Š1Ìù_²'өDzØb“*°ö'C3a˜¯¤†)Y$v׳¬P—ðŒþ_@sÆšcúl³ìcÃêìS¡É›²; žTzhy˜¯¼0ÙÔC@ãÒ¶ÂÌëèxÕ‘,äNeRáx°w-­²Þu>œ «¶‹øaz¨»´Ø` ¨ƒ%‡X¿áîOKõ@C± @B>¤ÝN´4ZãaJ@8®‰Kö ÃçËìÝ -¢«XeèùpäWãYëó1KŸ-ŠLÆUͽòçœW;ô3<°c+ÕA_Ñ*{‹o›¢©i îþxqÉÒ8‡3®pPåäÑJ±ý/Ÿ~¥Ã{ƒ‹/ Ýu“‡øÕSœ-ûZÓ%Q,„ÈkÇÛÔB©2+Ù,@ÈkYÓBÔ¢uï÷ÃàÙÀ¶P—Ù!„ÜéÔ„XóðÓüt“>Ͻ[lÖY—%-Pbñ•IõØ+‘½—÷G+ƒv¾ ¢)Ѫ› ¹ˆÄ¤üo?^£²–p6·»Zi™§n‡§Uòu²RªÕ4!Ïš7.y¯ç¢eÊ_:™­eaŽrÀ0†Ëök´kîUh!È? -¾æ*ž:˜Tz;[*К•6˜žµ­.ÌuNéûÂ+ ² •EÖÎHƒšv_Gà>Ô»åzuíy%’j¢ B>éX?»>qîÔ”Ìù)ÐíqlÊHÔkjâ•h¤+>¬¤5Ù[euÔ æ¥jøÉtVùÇ®×Í—§õlbÛׇê]%]ºeYkb÷s5¶7¸w+Œh‘>ÀL9Hè$ ¨¶ï¯ç54t¤öR'#í5µwÛ1œ„åÍhiÖ &Sï]7eß<¯Ä•Èae °¨ù†Ù‘Î4nR·(ƒÚvC Î]v¡ E©ãz'Â)cÎ3„g¨ÿ/,Lx£ìãYN…„zYÓ¯Fnµ_‰v;–ë&jSö–À¦…ÔxÃ:¨ì¼QÔ&zÔÎd¶zNž>¹U2uU'þhpU5XÚEª5_Ív®^Lpœt'Áëjš~°Ñó©j‹ k™§`2ÜÓ'}–ÏZ!K‹©ŽÒ¤Âï[óô/9¨~dE GDE¿ä~[Ÿ3Ú[¼ä(×#a²ûD -kO3ÒÏÕS ”]3Cf°´*jÀÑ[Â*ÍfE‚êõ F>G|-¬ÜF{gÂ뜱U{O{ÐÓÅÊ]¥ç€XÖàÚ…EµZˆ !ÚX—W¦S=ÅÌ»¤Ï ‹[hÊømXÚ…dõœOÚ»~8UÞñâ3ïm?ÎÜbWm6,ëƒQ®)G=uøØzqr,p@/_fÄÄèOAï%„†(ÒH޼gíݾkW¸S’Q"A Èä¤ÐzçÑuÎá@*Ú°œ“0Ù*ûï†cZ7dïHë.foHÈî ËVÀ r¾©^{ÑaO=ºcùá”´Nš¤Í?ñ¼‹x -(/ÞZZ¡Ýy`á×d8®,ƒÒn¦^È!=¨Ž¢PäLF#‰)Ûøæ±;ÇKnºã©“"IÔÅ-}y Œ‚¯þSgªÜgŠG2Msí\Æå÷¨‹Àl¬zõ)ÔbÒ%dÔ’h©´dÞpUáþ6â!ømÛLÿ\tÃÏgjOn¥†Ê¬ž<ι<À–Ö׳ âF;é~îT¡Áº% TH˵…zIL~¾ó†Š¾ä«i0ÚeÀÖà–7 -ÞhÞN³qaÕK»Ë}¦ÌᆼÑJ?©£neÂjjÝT5iŽ¥—`ãj2(´‰³-jŸJ^'Ï2ž0ÿsŠOì<2ŠÎ3ÌýG¸¾ÚÔáx°Ê6æ¬ßÇšhØÒbé’9б¯D+áÛ3Žpjƒ;0¿9&ç±Pwk -‘ÉÍX ñJ˜t6ƒ‚JS¦!Ÿ—Ó}Î)üÊðê tÝ­$0ͪF7æN׳u[÷ÚÁYBïj¬-KOÒÓ…ûÔñb²~ -Öå,YºÂ5Á±bAãOºWˆ‚Þ+-†:óµ¶À&æmgÖË.•Ü$Ôpßù®+ðt½òb‰ö-×<Ÿ¨;½ñ º•çÈãsؼ¢·»&óU±ÐTÝõ°ØÎV†\£ª{;©Ó1óä_Y£ZØõó)À¹²·fe¯¾4“ÇǺBÁ’×weÕ™ßzÑz;œh‰FÀKmÐKÊÓÔû¿ï±È*«¦¦QÐS ^&JâÚ¡ˆ…àþ¥Ò5s]§HLÙ~Ö„Ò2TA˜µF p§)=Ó)ò˜Ô¨Ý ìvc•Ýê&(ÔIÄ™GXûŠD·÷Ô·½…†ë˜ã;§´¬ê KU˺""aÚÛ¼°´ìð*à ‹^8&­ãèD ?Ì*®1?j©†žH:e™ì9I+~>Íå-»|7¼Í„¦‡@ˆ–ÉqÓÚÝŒö—ŒÈ‚¦s±ìa¶7èÏ`¾ÒëææãÂ?g¾ûÞï†^wóȉbß ínš{ “Ž]7§x-çÚ’›riÑg'®×4Fââ0?á ÆnìžM³µ Ôžªªk Ì\DÀÙµ—ÝÖÂ[<¶7´A 1o•q%‘eQk±£nÏ'šóã¾¢>©ŸX¬`”Æ8 IèödûÍãýî„{“1hýªgÑ)m]?s¨š!š½²±'Ã+UˆŽ"žB;m@•“ؤš#aÐn£4Ë™XTç¾ yÛ; ,3çÙé)Ñê0¯¦îÛ6›³L¾+! §]W¬Î‡A©ª"Ø`;Ž6¬6U×9[Ɖm~e·‘:ýb‰û‚èÉùá¶ŸŽx(Ú–áU­pÇ?U=e¬-"žØ9‰YƒÌXï>Ò€ÆTõëżMHMŸ8V% ±Y-^I>Ü/?Ws»\çVœÁ,¢ÖŽe±…ûºÖ²qi¾|ÞæE ê Ü)} å@‡»¼‘ xzžè|D“‰!\dWôʾ=x-æÿxëòuD|}mÐí½‰ö#;n:OºqR”ˆAl±¹^lX:Ó¼©åïÌU7QÔ@¡ëÛŽÅÔ’{f¿i»VjŽÌ[W’+9ЄΗzÙñÍÛN+tó¹.)‰8 wPg‹ðÎZöùAÕõuä‹~>ÍÅš´[mO—P`²Å0˜PéÓ¨#¾…¤ñ¹¨Ÿ‚E"àƒ*©J€{Ų@x]ÂÚ3ßt÷¦GX»zAJ™ól³˜o?Ä[íÀµ4bu3¹’ië šEñ¨,ßöä* -!+hÈi7_{+µýÿ²þÿQE,«j[?‘¾»¢~|•Œ=ïØyí é>U?[]'W~×¹lŽ€*‚¨JøK¿÷—qJ?W9TY"ffv°Ã âÒI#œéιr[º®@8ñÉâeU¾«|®ìS_Pý*ÍÝKnÌô×f48€³óÇh°Bµ1¤o…8žøûÛ4’«…q–#OG’ÁU&‰ºÙ ŽK¸Ý÷#ÊØ¦¼>?ãEîpAGCrW’¬ù/è;'’]É™ôp”¦ÒDñ¥Ç£!xJ̆µúªt5í9ø†;E„bvÞ'å†[Õ.ƒù‘¸5£›ï™y‰Àhb{¬nÐ@Æ,lL:û7­ÈÜâõÞr Êríx1²]Ì@¦dÔ!jº‚±âI~/ú†Éni¼¹·…ÍêñˆÛôˆM ·êóˆrÅ;ÐiˆÜ -ì`º|sè¢#JjJB$À÷ô ÁÝÁ\½ƒÀå…Π´D câ^ƦôÌßhò Ùª“d|=8Øxbc27 ˜!ìaÃîiýh£Ÿ<Ù6Ö¦;ïÁS'¨«âä ̃ÌoXŒ:åveA‘$Û1ДêÀ&º@ð‹aF؆ø\@©+Â3fƾ9²A; ž‰ GÇCí2€éC׊øÃìšÂ¨“PE‘©Ý¹–¬s -Ú,zV 6#xçå -qX)àÌŸYÓ¸ù𤥩¬dšGÄÓA‹ w Ê‹æÕ±mEm3†ÍÑNܪ×ûSzªŒì˜áœCv¸nÒ˜žD‹DoU%SsäuV‘}àÂ`Ô(šZ`TKÑ*6&½½w«“Of€)\³#Œ‚óêet–à‚?)î@7r&&ب:l©`¼*ܺ u‘a–€¦©°SÕ„¦rÎN±íuæA_ƒ¤/£„|÷ѱ%îBstìµ=>iN™§Jޝ -Û{÷B;HÊmm–3P…ëP¬';Tä@[µ;œu~ÿÇ·bH Š@>roÐÑ÷Ñ«vÒ£9`i!ˆöW…å"Øôú²{‘ F}ƒ2·ˆ7Ž4èVi=ÒµÔÉ%[õzãhÀ7 Å6%Y­pɆçȱãVÉ€cÂlhÁT‚-6Ì(+¦6ª¦h&r­9C7­á[€kå" ”ëKî Œ`¡ö³M¹°>lå‘ÓMŸá6®çÄU(Ð`uyµ…²ñô7ˆÀzñÎçàè®DLÝ””Ÿko¢êþÿå¡ÿý·{Ÿ{?ôé_?þûéŸo¿áéí·×ß>¾>^ûëWÿøëÇçgܧ<}ùööù·ßÍâé_Ï¿¿|üáÇ_žúº|ÿöý÷/ѵ¿E{rö«>íÍËãõ׿ýý€>Á¡ ëoxúúxùøüúæùý+àñB<ÏÓóûÇË›ö›o_^¿|É#‚]žïù|í䞺‚.®UIû9¦’ÛÇÃÄù§O^ýO)¶è)ð…ýp kŒB¢²É®Â›¨`ièÔê!†ù«n´Œ­Y°š½$ÕrbQ,i ñsuiœÝc;Ea•ѓѤ`¦°Ù®"½YE- ÔmÿT½jNÉP-Z¤Ù%ªÄ×Eí‚BãÎ7¶¢«klŽÝÒBô(V¼m6ž5öàæ5CïÝÈÇÒ·š¶ŒÃý$Úx\•’2å¹j©K1\5^ÿæË·ÞÛxТŠ|ßˬ1òdq¯ÔyÛLHY2³c‚‹@ÌÎÿkÎEõâ–š1«Ø® §Á¦üÚá³§à”Ž›,ƒƒ¾QâsþòEG`¡sçl“Td¦ƒdUÒ9Ï’:¹l¶oµ p·´7LÕqU…..ƒ¡±Ù[¾¡.PØÇ[#s1WØ[­Ïáç £j)pDÅåó¯úSAÍØ‚d;áësLZWaÂôÿ{hÉòúK½¢,(Ü 2 €Ä·b¢Qy〵…êa+þE&¼œ¥Mv V*û¤žÇ—å #ÎJ ØiµQu6h_ZDê¬XYäïUþ]ìžáE+a«|}ì?zmaÛ”WÎb GßÈCŽ‘gZx‹¹°.®È #Rç¸(h”øÈuAmZF*›ê;Tý”R£.&5±c‹ìQ nâŒ‘ÝØ…8n[H%Y"]‹*´a(‡,AKŸáƺŽ[:-EzëÊ RmMö_)º[_ô’­9w)èEø7²vJ;ÅŒ@ &HÀXX¹}‡º/7Qq^s œ…¢\öɆÎ%èCϵCEÏz‹JJmôMÜü'Å)în`½Ýc¼ ÌR/›¯§e€Çâ.¾¨‰¦w42àGt±–J ª… ýNÈÀŽÖ‚]ï€Üˆn|ôzð Ïz#«=J¡(P†¶0£q"U)¦“¢ÑIm‘ü&mª«P´ït® Ã`9zmHt¸Gš®õN——¾Ǧ‰f´êF`”‚‘Ÿ´8Yþu½ùG -Šl0Y„ˆ[ÛªlžlÄöý§tƵèF^ãX/Šíy \ÌÆ9›•‹Ç·Iè”Û mÇ\—&bUj¸(ØGºw¸&ž¡²YÝ£œWc°VL8 -Ô,ÊC‡ PŸ|>ÚpÅ]®ú±ù/ÃE'‚üôNœ…’ňs`á±U´ÛºÈ>¬@A}âVêû ·ë±= Ÿ·‘µ‘xo BÛ:)؈ú1“‹¿„­c‰ð(õ"ÃunCu]A@˜ï>¶cÇöæ¨+È>,…-“¯1|kíºùîï+|Ñòy³À: üaS’=9 ½QŸÖ2´õØ2CõFcJên -À¶UµÊ fÍ(Å -[Kk² -XÚ¯k« ¥ögÝk9™}n#ÑÓš)ÚJ€BºóцÝi&=¶Ì@«GÊòȈ*@Ò7ªâ[„`¡DîS3YƬoµ7ôHaÀËï&º×Uˆ°ÂÁTq-’uÆ]K2‡k¦*\‹_ëæp.Z·h±Ûh®GnÛjcàø÷V´çvæ{æQ3g´hÇùù¯fbgr\YåÉ¥6¬‚×p/Hqa>ô`ä@¨+b3¢"/.P«’»6Ã&˜¹½ëZ56D:Çmø˜ÑO-¨É +¯`bq>Å.4ü±ó‡yBØû -'Ò[Ë÷ÒŠäQ§™IzÔ£Õ"EÕà³nÝÍ_ùOZA.$Uµ9ë$ØËçAÔìÞMxÖ‚®æL•ÏSo.3nþ ø U¸ë¤Ú”Š„f Íg#EáÐ>{ -†ôJ³ -o—hçÙŠð8N3—ßÄV%°®VNeVšEMîT˜oeqê=>ÝK-ÞÐm[(ª£½È€ä y(Jv-»ö!Û™ïþ3:³B£¦ mÐ -&°qÑ…ŒI•þÀLÝ1Ãe÷¡h_‚܄E¤/ªVáš¡S­ùªiUåX€h2c5QǪ0⇼Xyf“¶ÜJ†<Åf0«ªR^Ázó¡óæ{ÿ.Ö½ºoûRK9&÷ŠÒ<;¤Ú¶ðЉ.b"•c+p\ˆ¨Mâ€ãEq3s)äÀ…œ;ç,ÚÈdºö;úÈb^rT{} -ÜK3Ò²4ïZèŠr˜óü6)¢ƒ·¦Õ¨"øuM›*e¸î Ș éˆÆ×ê|zæ3ÙÍ 0¢ÍË¢ØF@¸š0“Û:zCkÞs¨®ïÜê#©!¼ŒÜŸ€=ìˆJ¼h>ÓãÇU˜üÄÂÆüº ¸…A@@E¦Cý†â(OÎ#w¿@o{T…zŠMe.›êùžòÙÈ´tÀhDzMuD­ên鄬6Ž@f>õ¾ÄžÃ°§#/.ð¦Imܬ¶ú×ýÊ1õݹ§i¿±÷©f€`-±‘÷!™  ¦žÎªZmð -­]EaxƲåê ¨Ý¿[Ë ¿¼»•‘«ÐìÎm:tF"¨Uõ!“>öNw¢ }äÞ¿ ×zUŒØFR]I˜[5ƒô¬T§ó-u¼ö‘Q)µ™ŸP¼$²'A–fÞ;9ßJ¥Äx;¢TÆ;mS=ÐfŠgQ‡û8–y’Gª­£ÝÍ›"}+»+ÉiÅP°$in¯×#³Ä^º:ÈÍÖ“¤Ú¹’u SabH¸+av™…-$» g0ÈœŸ]8ˆcñ(W2\ªr­Š£¡ŠëXÓ˜¾í£ßEÄzæä¢nrA»¯I±ÏÀ²¾†Câ/&Xb;mº=Ô’¡V6š€eÖañê-C­@TËõ„[HÕ €ªbÄb¶£kð§Üt-a+)©p¾X…H¬«ÐÕPb‹Dø¯Ð0™Ã|.h‡äȰlUÓ>E%ðLì;`µâPtF«LÖoõ æ(ª¸º‚Àù0ꪜ·˜á¦éàœ3Ñ¥q„å§û#0·êÚô#6¢m˘¶ŸžBÜ_5Ploï>%¡KÜ¡9ãu‡nÄ(1­W 1­ 5î:€âÛ;¶âˆå™îœÕƒf. L침M¦ -ËS€Í¹™2ç±7ÍóÅÉÖÚäs+7±iÌUTÅl\õs+pYSŹ’Tû˜¦¶ …˜¢>F¿Lß²~ƹ°bl`$㫊Âr8H?ÈÆJ¶oÙxס¸ÙÅ´¦)p»qÙ©ÞÙê.2¡P‹…WÖ¢}k Õ2\F¾ûôƒl˜®bÔc3¢›Á“HüŠ–š€¥Î|Ô@—w)óû«1ÏyN‹”z$: oÓ]ÓR;©ÒDw]®Ö.&*÷.À‚ë Ê‹Ã9ÿs6í²ìê8[biz‹gì˜ÖN‚þz_+Úp÷@3\ð>±ÿ“ÊÝ­Ø»õ3¾c«fÐöZi®7.Ö´PivÂŽÌ À¾ƒuš'˜îÌÃÿȼ¿mŽxƺá‰tëÚ†€?*Õ‡èôWh©*/¬]sDÅæè‹<äèðaiH%H¶¯¹ä¡YPŽ}qþGåÏSÊ¥aÛÝh,™vU[­”ƒ¢ÙlÀò¥l×¹UÂtÍAB5ºä>AKÙÊ3ÚV -z÷+x°*®™B‹Ž¾†­.M;†8µË#¥¨¢mן¬Åf?o°°ÃÊÿ :¯‹C˜G—£¿Ü‰ª2s†Aä¶ÚñN¡¶0ŒéLêv‡DCþLÝPR¾­ööÛÀà„º-½®9¥JT2ìF_µéõ[Õ±àÞ³ õ‰é…œf¾ð}B§41¸þ®2K°A—-ÝÞÙÜVÖ±`[è[]v¡QeMê ŠÒþj*"7u{7ôu˲èÆÍEžg$rZÔiw~„ؘ ± ð@ÓaX†Úxº*@ºþÁÊ-“‹pCzáÒ^I1˯@ŠfÐQG¼ÛλåÚÄ ÁlF3;ÀÔíº5•€hé1¦òtlaCôWÍA4-†Ë¢yÚÚäpÍY8J¦¼/ô÷¨Ž¹û;Õém9ó·¢B+Ò|–F— #ñ¹-ü¯7-¹òš" QRþÊNåÓO'†Ân’£ÒxÃP„¼Ç¢CC‘šºê1Ag8OE%Î>î˜:§B¹GõAa‰mPÅi”6UÍ¡ohö -tçª#gí™.“[*çaŠþ ÒȚ᪡ºÞ»LÁ‚q+m|·P礤9´í¹2DâG—b4@f²PB ãù—HæáØW.î[»´aÕ­ÀqÝb”³ $wTÖ÷µÓdÿ¯ºvée3gT·îÌ@týŸ¨–·/l/êéÚå°éæh¸H€#Iµ¡\Z· õµ½k-_ÝøV‰Ï ÃŒËLw#ˆÓÞXà¸gv•vÞØ$?'¨0±mr|)ñœºFÅ8üF†¥ÊQÚû¶cK¤÷ˆÏ Ü;Õo#MŸ"ꪚÌ9ÅÊ#‰Í¨îîIr<Å n‚— ÎJ¯usß2um…ÛmÕXƒÀÜ%m«¢çÆYf.“}ohuAGɆzÌHEr!íðÛ˜8†«‡*³VÞ$VÿÖsöo]ª5HzZ²ûh£sÓ’kÇi®ËPpî¸ôòà¬û¾j»Pà?·ˆf<ÔØÚf;AlÐU‹ñ©ª¬.Y~(cÃvjzÆw“ãF§P¥®Ž¡†™üÂHÀñ€s!Äò&°Ç–"ªÎ¸íN«Ë"•Áb;u˜¤ÖÜRÁh°nM¸ûÐWÄ¢w¸&µê±NY•æZ—ò<Ÿijލ¨‡N´¨h-©Qj^Ã"ŠYIó7IÀ‘™Ñéqj±U>Ää¹Ç - ÖÕÚyˤ9eCq§^7ÈÜÉö­VüW†$WD™r0%EB c±Ù‹pÆ­»[æ/+œ–`è a—p2opfö>™ñΦF÷+äSòËÔFíj„K¢Aƒv$áCþÄ—XšÄÖäÛ™L7õš,C4µ(e•BÀï¬ÌîìN3LÚÃÝ­ó—–¦ôÛTWoîíGéKx6ôÂæÝ ×Ko®}#œç«zwÈYȳƒ%:âQ Åùemkjnq µRER•X¿ÐÒµ;›yô£† ÞEõ¼]öCME°ÇcË8hK®‡LL¼ÙAE¿EUÖ¥„Žù½3ֻĪöoÐ@^Ûº¼"ÜJ1d ¢ê1ÍU×"†GÙ„ºBÆo½é‘GK¢Þ) -à< Àß»L,àê‡Í”`…Xø¨c@ôCÐðŸÉ¸[kçvX;ÉßŵÛÏÙñTµR WyUd¼¬å;êúƒ”»]b‘ð. -8âëîs?WïolîLŠ—ÆDöÀˆýÓðwê“,ÜHŠx=¢·‚¤ ºûµ6YlËpóÏŽA7Û¿,º¤»Ó¾³Ù!{ð£`±+bÓtrpê q6Ó9fû^ÏYÕ:kyêBÖ~ƒ#¨£ÂßÓ)Ü¢,,u̺÷—?ð=ö/É£‘Ö,«œãÅÍ.¢“ånçT왬bÓa¯C!’¹[Úµ!ðawåK¤Êü¢p FÍ$ª8¬a²GOCЭ÷½k ¥²ô§Sl ž.ºv§=Js;1¥‡VáŠåHPÆ)€úï1±E‡‚¿´©ç!9†m ¹kÖ#c:YÀ‹/í^·ÀPÚ¹¨Ú··;cL8F!©/”Ǭ´ŸÓ¦êàÔ2¨}2+U/èÄ…™:hEÎÑgœ÷žÖ›Dí.¯ -­>(!)ÂLRIµÏv:ªm}Ér÷aRTŽÈu\+ºã%¡1¦ÿ˜®Ã…ºÝ5-ȵC·¬bÊoji‚»¤©¥%§4-7gr†ÛÈ4=7ÜŸÃñœ5¶nm{¸8÷—÷Pœ¬f"¥­ A°’ê KÉÅ©û(®½)× ÿEx¦´éÛ=÷»—¶ë¸Äjª·áR5ÊJ–LU!`QÇÚD#Ûlä"눤Ç\ˆêf¬1ùF×µkñ±c‚ÑriÏÃúɺ1Ž©ÆEW«£Ý»¼8®9ò½4²6”˶o¡2:ö†Ò‡‰ÔUQl^žÖtŠ(Þ =*³9@¾>Õ¿ýŒo‰ÉäÛ7ÒÞ¿`èšÀ.VPQÂ)u – Ê&z«B†©>8{í»§Ä¨–{¦æâ×éòîJ^ðT›š1í¥ú„ÙpKª¾¼·A7ôÿþ|ë„è¼SÖj¿LÙ)žÑº0'G¯RÜ(¸ýra\“‹œ_¬;ñ¯«ÖzË`Ý;`ª5JU-‰Á1m¶(bö$•Zƒnó_tA4B±o6A+Lº O»ã™¶¹»l§G4£ãYu?–¡Ëê½kxrÕ®»`3Ò#“¨\•é”Q·†˜˜^ÿPÿïC°æÝî!FÓ’i‚êàiîTeŽ¡¥ «¯º)I³§Ï˜F§b²i´ åÜ­“V0P‚L§q÷MïZ}É®«pTŤ„Ÿ˜ ˜ü‰ª2Îà’낟ïŸù:´U -3de¯®˜ú#º£ÃW}nÀ{îÈ„#Å:ûïqH-&Б—Æ bÜ\ÞÝŒ©G#ׂ©›ï—»J {þŸl 9–)\n¿A“;”‚a8§R[?&Â)«[²œ®GÒ-ëÖU<’’›ˆÙÕÂî€çÍf[š¹–DÉHÖó”GÁ¿n†èèíÌp¹”"ºïÿɆî£ô"×§ Qœñ q/#iÐêë˜[IqtñEþ„Žþ'%=Ô*ÌýÌQ ½Ä™µ»+ßÙÌ⦼}²xøE #ÏJca3§«o\Û_%žÑ\tÑ*씢¦‹AØQÝÆs)¤[šS¢:"KÌ:]šÓMn.˜ý -¡»O±T@l3ôœ%Å|úUqÖUõXÖ§<ÝèX;áô°ƒÙ*œ¶ -$—c*—wÎO+œàN_¹HŸìÊJN…u F:oõ”ê yÑð'Õ‹òke3™¡õ\/  Qw_CÓì{Àj“£º—\ ¶X–è¾y:…háDýˆ’òÀG7ÔjyXW gE(HHœÌ]-Уyê‹üâ2.xUâ‰þ‹aw8ŽÙ(D•m•×!àË„r2ód| ˪µƒø°Iþ‰`¼8¹ɘ¬}Ó:ðÛ6-ƒŒ¤vMñÁD®Ì‡N¬d RÍ6Þ…¨ÊýÈàê,Î1ws‰ëâãm qnÍÛhßø³­@Ñ=¯ -o8a¢Üãè=O÷ÄÖׯ¤¶¹Îñ!A{0¹;]ÞÄØï¿R.źì[Ê(“D0„³âÙ4áôÒËM7ø}È4Co6P¡ FÐŽ¦á}$ÛnÐêKÜáÞÆÔž““:mš)5]•˜¬JÔ­A8Z4Ä‹YGªæ=Šª­Å·ì~KíÆV¸ìÜh‘‰™rÚOÙùv|^“Tѹ¾a­Pw˜æ„Çq¸Qú¶«mê<²äT•(Cšw$’º¬Ë/™ªaDQW‘e²k:¿jÞ…¨¶¯§ižNú¦Bˆ»‘xèY›òk˜ÉŒ÷Bó¸™Î²g¡Ž‡ ¶{d™-Í(cë$<ò½³¬ë©S‚kú^-ìT¹ˆ V€Ím)ËìNÈ1+qcÔ§¨Žóö—° ÷ùA"Û×¹Y\I©(wºV'ÖÝcÍ ÇT¶ÂEÛkæÁ8nfÄÍ·®i‰Eé‘sO%ùWÅeŠÛÉs_žD«Îo -ÙèÊ ….u 'SKb®M4‡EY - ˆŒ–¡£Lû4M‰Ÿ!r=u›5À¹J·qž&zbšI"·1´7 _™Ø­"(l˜l -ÆQ´ü®Ýˆ»#äÛF®6(– þŒ¨E\äÖ|XŒh„R72\=Táz”S¨Ðþ¬Äy)Ñmn˜uuÓ¨H+ÞÕiDü}\"¼-ï¿A*Ì8ÀØîÆíˆ*fæˆz!ÒmŽp$¼wü*´Æ˜Î$ØÞ0Ímðþ<‰2³vIIؽq^¢ßbZK:kMŒÎ ÍrÈ©§y¥¶zŠåŽ¦ÍŠÆx’ä—CdfþºÞ™åË.(£BÒ¨ŽHô¡«0´xæ ó9\u*‚&.1+2ãHc»k›BKÉN–#Ĥ¿ÁTå :ŸŸŸ¨sWŒW€£á‚¶º÷\¥úÏø‘¼kúZôºF+Q¿‰U`ß s7û«åHTë„”rÙDž¦Õ£žÙ1÷Ѫ.ãÄwô‹rd¶·;}’K‰j°Áíh²'í|{ÎÐ÷ã¤ÌˆŠý€ˆJOÏ6½SéY?¢lç)„&WÜÑØwVÖ/¢:‰U2Ï~¦è 1 !zü¶Št K¸Žñdä ê=ô–žæ\_`íM³-Îã ?’Lö1åUÅNNÂ1Ü_ã¡ÚÞ" 4±2A‰Sía Úü‘1ñt‹æÙѬáãÆ•@;Ïbf£Ë©{×Sz3k·½âµ’ ây˜ZæeW‹Ãs$LMâ¹6Aši ‹OEž°Èé±_Õ9™Zp°b»Î#ÞH%FbcÞ+ßõ;8¬-ócŸ‡P‚Õ *ƒ±­ù#0[ — _eB¯†® EŠÖ¨]£UjçÖ·*ªA#ÏÆÑ«“¡\Ç¢º',P•ÒáBtüÂBÞZ%Ú]»Jwl¸üÏ -Á«tcŽ^[B‚‘ÕŠ:cé¬îmù¶½ãÔ¥§KÀ4¬H~@dž€œ†JÃ5®Dù2úi'ë¼8E©Z0WÎo¦p*u³:ꢫHH“’zmH -j@âÿ8¸yד½&7ßKžm'œž©‰V›zê¡ ÑíJX*¨5éµþÿÕ¬!Ãܾ¾È«?íÂ~AžF2Û/s›ñ")ŽRd§´ûTýlù;]åk›Å¯U„*Hñ+³¼0¼UÖuW:æ2QÀ̬ÃîÐX:Kt"tNtÏ•[eCBuAG'ÝwîRÒaÙ§ô»WJe1`!lŒ´6¿W¿õÄE„a=>Ê(ì’Võ¤‰QƳ‘+nÒ&q&æÎø±ßŽÂ“˜u 74>õ\ Ña¦‚£'±»[NlÇñN¸ˆcµù›LxêW2Áç+˜n’Ô 4̧½‚²€‰’íRÍð–Á¶|RÏ -zeA²ç°Ç‚W9V^BlP´9K“¯y»MIQz×Tp²hä´'Ð7™VÂô9@+8º$NŽf8,?Û*¿H^_hrkÄ+J/0Õ~t+ʈ9i '~ç"\X§ãUpÀŠTDå°Æs‘-h4@ˆ#Ê17G¼úŽ–·7V½÷ð¿Ëê0½JÒ›ípéhfi¼=$„±p‘ë›_Ñ–WížD•ý¦«Ì&÷*UNc›gÛ:|½&··t -ôf -Å£'z¥²÷-d:—+ 4õšô‚vß”»ThâRý÷*8ˆä®ˆE¬ò+ó˜{ÝYŒ#QVLµ$Ö*ZSÒ42tšØ“I€ ¢âq}HiZïŠéE¢c°ä¬ÁŒðb=ZÊ7]¡ú挪aù*?ð¾ßƒîÙÑ4=a\}éîÔÿ±° -l­ñ)ʶ›’!ØVŒ¯Îi¢#ã–øä¯É×d–œeK¯+P¸ˆ½7Õ·v'¬>¸8MO‹ 5*‰¿š:ä³>¾j˜4?;ÂÆÆÆ5#s­aßµ­sšnŸ¢š>§Â‹Š†þ+£o¯Ë«ÜÕ®Ze@Š^(Æ(€¿?‚ü]X—®5ÚÏ…%ŒñŒ54E%lùðÔ -Ó"€Wt·R¤k`OÎÏ÷­ºu%ÊSV–‘fÇÕÔN› e»£Y[#Öî×óºZoÃòãyå޽ؕ$ˆGž¦:ŽUS ô-]³wÈ]£ü¬ÿ*‘~¬‡ò$ ÷–¢ëMˆµ ‰ÖíW”7îº&ˆ±÷#±lUrpKÁ#uú¤¤(^"ÛôÔqìZí„Y«@ÓB÷ÉHå´ë©9£çH¸·Æ½Pëè©£û¡óõ>Y{NEõú]èÖž {&pÕ¶ÁXÔ‘­n“#è.„6òB…‰$¥gkªêtÕé[ÛÃ3e«÷Äöaä©s²sRß„*½£’@¿­]ÑFXݾ„,{bÖÞhù4<10耦mª' l™…-«i?àº3t˜ì•‚t“ò;BS/=mž– Ú‘4;íY+ªÛ“c2eÓª Ö¤åðäú‘(<·ò±y öÕ"q&®éêƒÛLH¥;‚å|d™{}ÐZ‡`/ýäU©“G>çqµ‹è'½@ô`¢óµæÉÞ\¾%t½mZ4Æ‘0 c ÍœmæK”QVX&ËUæ…ëN×¹ÀŽY*IêÑPr·Xç$n6@‚Á ¢ávMõ¦XP8ՔÔpp‰³, è6* -—c“yÉ刄Ax’»ˆ¼ÊÖòG™å'î–@ë«õ™8³lRdœ=þsózäVBLœºVܳìÌ -Îì›ÄFÓ5o\ê'R3k ÂÜèìb”žEDüÞú•B€G;xE-Šê-úw}p±§Üª-Üw˜7œ?¶JyFf$´þ - ­#  ûMZÓuÇŽûÿÎîr0°×œ _ÁBZ¡âb”½ƒÊ‚„s_™¦]ÝŠ²ãúpaaeîá°õjO“3‚½b¾A>HLaŸ% @iAí†=Í·ú€ié Àªÿ†'l.ªÜJgÂÝsšwõ‰ÓÑU3,\)éÿ Oód)ì´–SQŽÝm[2Ìä»Ú2ë«W½‚Za?~0ÕÁy'±4“’cF~Åœì¾$v*íô+\â`¿ñX‚ón%„±ä…µ„>$s T«¨·ª+QªÍÙ]Í¡@,íâæºƒú2‚p%¬â“4Ë#ŸŠy¸ïŒc)’E¨'Ó”.PØ“Åëõkvr.Ôtím¦7/ƒHŒ™Žk¥§¡\çØ -Wt²³f ºÕ{:)ÖCIVeT?û<¯ÂzÛyH̃˜&@é‰M`,-çmGS•§¤Û§ÐéLFC·|$qo,÷Ütë#âfØ]8úغê@ˆÕŠ|>8UærŠT˜‰Ï‚›åb–‡­úp~8“%¦—áÁ`2¨ûŽÝþXRÚm~ˆd礅­’“x×  ¾šôŠ99§v½V ²­úC;°0@‚› °õÑå§2º˜káCsj½ÝkÜèžÒs¹xs²%Soú2ƒ¦·Ä= [=+·2°@p• ßi‘rîs0­NÅ*.¸ï—ìJ”;n´‘ó3®Ñ’k¹øÙ¸fžðLXÐð®+ - “f!Å©4‡šò½ê’Æû5 Lͨò4ÏX[Údæ\Œk°ÐŸ´ד´ÖWʈwÚ2ÂÆ DÂHu%ÙsÂ[ÏñékÙ_Öo ã‰Y½HbxÑhÒÎhÚÍrO zÒC†dvTkæµái¬‡šífo$ àÜ l»*þu¼Ö@Àç Ã'}fÂñìˆ;¹M³%ŽÅ˜ä,™Vn‹B‘9æ4¢C1á:è]‚‚¦d‰:ìË×,ظ¬àL†(š]^ƒpz -»%ÇÀ¡#z©Ûo¶\ÊÖâGYeݲ€ë€ y ñIƒ0·}&Ó&k¼ß¡­Ö7{Ã=>Ê5 c‹@K•ôí«®“¥è©ñ¼ÓL0#) ÝßÀüa½Ù9ÝB[´*Õ»îNFÙ1g‹aåB©npbÕÖØ Záj.ŠÌ¼ä ¡ÈÊ9aQ4ÞÖ•‰Õ$ ›C Þ>s¸§¢ÓÛ(0 ú»cDáÞÐw²„ñµTSXÅ·86YÒ>p%j­4(‹þæ -§±«y -`ŠLÊ%Æ¿³âÏ#oöFDô0}ÇÖ ¬S —C0ÚÑ:…­µ§hÖ}h°)üœƒX硼ˆòÄ$¸QMäd•¡­Ê)hÞ”³ÜfŠÎMÌ£Ñí7•VIr_M4 í¦ºm…AE€Ù¤“âä„ÐLÖ™–“0¥÷``h'GS[{efU·Oyݥ铛ÎRMùãV’”Îcz±mbÞvy_urî)ôz¯§5ñÃÚ•#}´NÝÈñÉ0Ðcô"R E¦5=èZ0E¶–žëEÌ -­pHp|˜òŸ5¤I–¤ÃÛáÎò"Éóeö0çMýO1õ°k±G·éä%dÓÍŒ£ÀDK0-ûsHÀ?²ëg?dET=Â*¹H† £_nœ:’xCxÐÈ(¬"ŠNàN'T4 ‚-ZžDK¿‰]íO?»#Ç"¾geét‚d8èñm0Â0$´iô[´Òï*åCD°(Lªã$,¡¤|·¹M?ø°;×Î;˜Ñâž‹¢9ÁzxÔ:z»àggD%Oר ;ù”ÞÑ›ìrÊé–ayé×dÎŽhú†øiç 9[ŸPFY/El]Ð<A\Öþ˜‚½ejsÒ‰4x#ÎÄB˜{°i2nÒz3OÃÇ~5ïIÙ’—¯Q´UstŸâezWɲ‚EámçJ丷´¹ÿÕq"¥Sss8ÁÊ1}2jv…Æ<’wÙVhTŢȈò‹É =kTFØò.'2°§ÖNN!ÛÂqÁdB]e_û5¸æH¸óµÅB2úLñ$†¡)®Ò ¹’[:aÖÛxÞÑœ»\&»àQëԣʛμ2²¡QpãìÆ6ªÞj‚lXeþWÞàBMdbÌ*% &…ËÍ/Óɲ-Ì®8ðõ€ÐÒˆX>°{•%³æ]cÙG5µæžv>ºèÕpº„êUÊ„ñ-1Ë9_n*Ì[]å9'šˆGäÖˆìõ†eKØûdIýódA‹"º®€oÈ鎥ìÔáÛs‹½³¤Zº÷¥Ï°rá<@ :½µOŠÎˆò[!£v–ôkÎqPÙ]£sº·ùfzžc¬šIèÙ9¨+p(GÚY¥WeTMNž4ž­5ÇàY&¿z‰ƒ'ÁG@à–~äwÞIæÝG.ð¬¬xìż~$É}.êá °+Ø~£æ4Ìm‹kzSJYûä¥Ô\‚&>¦îG’Уtúq1fûþVp+Ê[vO¬³¾:ÀªÅQîqRÁ-iƒ5½ëÔ¥d~ÆFñÔqPÛ`ýL õbCô¬œ’‰À)ð¯e†pŽWa~sA¨  ëN~Sw#yŽdøE˜ÖU¯Ï©eá<¼´œ”ÝC€Ç[ª¶ëͬ§ÈXiƒ·^—rLkÍ”2lö¾4 -í½)GÃT¼úD£ãE™îïy$}ÝY\ŸBVBð}ÄÀWºÆ™Q•ÆÎÌaŒKdË–m÷6×3Ù@­¾õÍm½]h LJí¢zjŸŸ‹t-ù€> æA›î’ýŠ–-‚Qè‘{®Br°úýŠrÇú -pK gC5|³Bñ².^Ê&|ãs–^ys0ÌvÃèêÄ#ø´Ì µ*þæGÍLe‘ *yÎîÞ ë¬ ?Û)PÄvÕÙ(€mlËõ)[ÊNÄ~¥UÌŠñéö¬«³1ø“áaݰ}噜Þ!J &¢e¢ÿm¾½v$<ײ[»Y¹¯:“ñ[)¹+˜[èõö9š2'ÅH»°¼È/Þ¯•s4•‡ÀKÁqµ^Áb}˜×v<™ë!c+áÌ"¿Þƒ%v?¶¼H˜†{àM« áAÍdÉÀj8mŸ÷&‰¦w¦×è]{uÜ+Ð ì.Ê(3æ.-Æ… |tNõÀŸ®çý0ùy·ê4ÕåbÀ¹ïæÕ¾­”«W¾aÐt¡!nL¾°E5[=¯0îÃ%™x’I•~p"áÓr¸ÒãUôB`eTÀPv„¯†—öز>ÉH‰Ëd¹”úä§·ÁKϼ¦áÔo”äVoj.õ®ã»Ñy“ú=ÙjöV«á{lø;'mšò#ÓÒÞCœò*W0ÏífkÑ(»|+0q&ÆÞÑâXßúéÃjçÝZjâÆ&cðÞõEÄé÷hë8ÄæTªl$GâÀN,qè)#A=‘BÕxA:±@‡âÕl¶V»åÄÅBl*´ê¾1Y(Ö=ëY»HÒg`³«ôeœ à½='Rg¿;Ý,[´b°ã»‹Xd€sªÒaæuqíÍö§­«(/Ù#ó'—çžÖò#ÊS@øT«¥MŠD§%1¦~0=¡çuæ,­ÚÂT4GFzV‡ÌÍa̱j Dˆ÷èQε.@0)h°5P³ªkWãòðù˜û¿­5~EyK{R$b^¾¯–VÃèÛ ¶²0`Ís÷zŸGèC{áâblr÷­Î8jÃé~êÛÚ<­Ãxu71щ×{¾à8Êx–á¢CZÀ1.À.@ËjIÛZ€òÅQ)ç7]ó¥ÙÛ)±ò °âdQ¤ Š -/ÎHžÅ ‰±HòÞÕhâ R¼J\%'Ý&jÙC§e1®‚°†dè–ê՛ܮ‚] ]EåÝ4Ë‹I¯Z­ºYì”(»åb(6Ê×Àï=@r%’ê*ù¯qõ.÷ƒ-n=]c—øHa qY\;<ÎÉs Ä'EÔ%¾\´V˜®Žbá½Ó@r< G@²QgìvVb‰suà‰TÀJzTô:?œM…`º+©<[fUuP‘œtoR͘ÙY„á=¹žd#ù¹ÐÔëûZ3_+®ÎÐp@ÒõLPP`EºÇîz³%SàËþäð%'¥ëL‡·’I²=‰&2Æn€Å§ÆBÂÓëé$´´ 61AÀë”Ñ@¯âtTEÓïñZÖ«(3.‹Ã—)),ߎG}J·¹MÎgÈéL‡ùøUêÂ!Ö9îü¸j ;•ê Ÿî5­æÂ’ì}¡[È~N¡|¼,øõî?ze•–_ÿzÓ¦^ÞÜ6²bÞ*x>wÛ¾ÄL|D˜ —ˆ†©–_±à¤T¯A"• ø×‘Yê^³zÃt #dY vÓið%»_÷QvL_OÁ¸–šåã’\A'ÔÝóî 3‰™T!ñÀ™•ZG‡ ú·}†… ¨ŽNõ|Öô¡ð´¢® l§k-Ò#¿Q›yåĶÃS‡ÂÐo6µ°º]S—d%Ù©vÞíb£—7C™¦åÑåId4òÄù Ô.öôËC¿Š,ÈÌ-ô^lÔc"ul- 剹œuôªÚÀ.`5çñ£°h`žˆ|Dq:#y ¯ãéδnöª§fò͹ÄÙ&0´ó©ÃRS¶Ç@«íJ’ðëÌUÀÑïY”·ò]?Äœ&z ö””é[fJèónZB1±¨ß•wcò&o_.[b¶Z´C¤„ž¹+sOk{I š±ŽA¢˜»ß.nYÇQ¼YYÍ=ìýµµÂcUjŒ1ËîVŠÚóSò zu„æ^4Lh•° ÖsP©ûK¸q¨÷pLWž£i¢FgôðøÖ‡‘QÌÊB¼ÖÕ4 ¦ø1 WW6:ž¨ÍÕT,Å…ZyÏ^Oº -ëñH˜<­B@¹“ºúÒ¹2É5¡¡šŸVj˜¡}Œl÷ýšý•PTfqŸ·Æšºžô•µ ©~WÁr%0—ÅgTò‹ˆ÷IKŽÂB—Ô4â0>×!IÓÂS'Þ,„²†Ò¥jËxR°"RÜž¹²Š™Yî%<4…qÝnaµ«Õ7ÉÛݱ(5ŽäZ"­‹%ÆÚdÇz¨Ô(ji†`„RwFG?rÌ;+3£Liyϵd_6À¥##K–HqfVTå=iQõÊŽñJét¹XðÀû6ç,[5¡‡Äõª®VÎk‘ð¾Åå9bѤ‰ö6§º×+³5¬!µh£M¿+ôØ$Âż|¼®z‘Â/ײjŠgX’!hU×cÂŒ­@ß”q”0wù8ÝÈÙ -¦ÍæƒG&ÅŠ¤6]n¿ÖÑ2K˜\@žÙ;…¦5‡ng+Ç– GY"iãÈL‚iV©E-ʃæèõ-ÊŽ»±B;ц,7ê:½"+÷jçÔj&0q†¯yµ«…® q¿ê«œ^W|µÞ#@ÇrÚŽh‡Ç°ë¼jbYÖbw¡‰rJß<&v×}÷±¯q}19«Z -F¤;,Ùå2@‰þî: -¶“Ì»n=|„ñ€ØD\ó5O@cÚ­%eR«éæO{o”M1YM¹~¤½¾Rª]»K¹³.¹ió«2$eí‡ V‡×Ò±æªÛ`ró¤|ÆëJP+qaau’Ö°ùâ áò}¨ùF½ñI£-¼¹åjT<Êþ›ïz\W¢¼q{m¾6©fÄ}ÝÇô=YÂÝxrÖóT(sVüHÄx¬uß Ñ”+¡õôkTí»<™“œ; IÁ)ÑDÍ0üo¿ûõÅ#ÊW7Ý"´ŠH‹ïša"Xëy§ö5w»Oª¢‹°Rú4¤lçÄVY9WM­õÝ8Õ9š‘3¸®ÐÇáØ3ÎxDªÖOš’ãÄgˆšZÕ—•QÌÊæíx"wÝk.j¤©Ý.®äÚ0o×—Þ“z_ËÅ<°)V“"D#¹®ÇÒ'؆0¢æQÌ®] |©"kU†¡ç@Š3.ÆÆ@9äîíéÊÜJ;jW·¢Ü½jZ Í¥?ù³ß÷9]§¨ð %9LÃ@žDY6x$دC]³"àCG'!÷6¹Ä3>S+ß ©ÚJÜR°?z•ÙfÍèìüuøhÏ JnÒÍèDd^Ïs5UòN:zXY¤K•¼*Ž+åVžõ3#"ÍNÛ]€¼{¸ dZ=›ÁÏÅ®*I/I÷“_l}©e”Mü_=í-ÜÚ^oÖ!+¹ô Mìòj×Äûmh€y’S&ÐÑXhr©·[Ââ3kc Dz-i.ª!îÔ™—.—ÍO:‘ü]õˆ2­§êO_ÛC…}·Šg"YábÓ[§tgLo€OE0EUàq˜|¡®q‰2”ç°ÙÒ_¨ñâ6-m ¯,‰ tá5b,&öÇ–bVö2˜´§%ÅæhÔŒj•n†5xãÉuÜ_‡–¸?HdU/nõ&:û¢¡˜äÀUbß›‘FÀéZð„Ë\ro´¤%8ÏA­üçÉîêS$Ê.{MäÕÓð°»`o•ª}ÓÜbÝJŽ/u ³SàKFáB°Ù‰ãæeÏ©I´ø¦= -;Lo*w"ËlUšA?°œÎ\“.¹k´¼øU(éÝØ»ÿÆþT@½r\ÍYaÓý0hú®>1!ès¹º±(à>F;£’ÓH6ôDZ«´^”T:†HØÅšóìD„ÜĬ ºÎ»EµŒêTEm%ö¾öŒÒ^ƒJyUåÓ|»ûd Ëvh?†LpDZ:&ÒÈó€'¥6‡™Tgà€Á ¯óΠ⊇¢Å@`íÿΣG¯(o¼öYl6êïV}êÒñŸ’ºÆ¨bÌÐ+Éqž=<ÇXÄͭΞwË<º,*¥Ä>”ØZ¼Çl4jŽmÚªsŒ!¹ÐQU! cwõ¨å+ ¤  -sUà˜¶g@°&B¼«>KûÝáô>ÉÄKðHpßšÚzZ«zãP·÷äjÿº”›^LKÙÐ&(@$ákE«2ÉŠE VÛVØÂšx˜½eŸ¸êx“W³ž}@¼â…Þ8,t[…?cæ¡i÷}Û^=y+ê ^çýãJØ5/ ¨Uº÷tîã°ŽÜþ¯êm;¥=úšZ8˜“T^M–^PÂëÝv òºb‚iÕÑK€ üçÑ€¿RJå¦feöîY$¼í•Œ’„ºÈØ9É—Ãqˆ8’}›ie«Tà' –í€>ƘíØcS1ß!»xðØ¡{}î)xírio®ze´¥›Fß €ÚÐЂp -$Èã?@1ÿçO½jeÆt¹Â]°Ž7 {Š]c$åV>L`_ù' W+dAàhr’-7k2)¯¢¡Õ´'±6Éø…Ñ 6ò²÷Êh’´ƒæŒAdk¥‘éVÌJ8õ“‹¥Ð-/ÙÓ*7*k2Žv¸pÈ÷ZejZÂ5¬<>ÏÒ@„ûn1éi2Z[wjßž›à$8¯;Ž40v%ß4a òÙHòºß¶—›²íB8T¹HHÄË=H'r§*Azw“€(Ì ÄøâÕÄl<ÃYÜÕ'ñœí‚Ù–³³Ï^0Õº5-yÈ$UgSÒ ÷ËlyÝ^nÊé1G±¤6 ‘7át¼g›,ÕÕ›[\Hßc½E -¯©Ê]5QrïW¬ûz:·¹ã\2!• «ÃÍV$weæÉiíƒÑ@-¡Y”§ôxÆœh±ZdN¸iKŸ÷T»›ØM7ÝÄÔc) 4bi´¥ÖMê¾d‹Ñx·£&å+Ó¾{¢È±ívå·-‰¹(¿ò!òÛ%^v.^¯ØE¿PÏÊV*Qd¤m×¶äB“Ñ/6.‹ÜTÝuL†ˆ<öÂ.cã¸m….w _çUýÈN'b®ÔÞIÚ b/®Áµlk•Úv!l‚Ѥ‹CãPçAz†)4‡“¸UdÓ)ÝS«ÎaZã™VfÇ( >v¦Â!z"_½||}±µtb â0 ¶Ðæa‹:ª\6Êë=”Åë| ÿ%”,æYwø)ømD”B=ch,àZ`­hI—{l©3<0°:®âaåŒayoL|q¦¥LY\äÄæh†¡c‹êõ¶D¢bâÙçÆ;d!gÝasÏ*‡8ý.y¾A@}Ñ ]ÿmFèŠÛF ýhÏ¢gK«:f4ÒIË9 ŠŠ{û´K_ûé̫㦵ŠVU¡Š>YPÂ:8Èe1ÿS’`w¥Æ·”Ó¢NòzM$šÇøÎ] ) âQ~—oðয(2C4 +!©ŽXèó›"[É]sÕŃ~Pgosš-áš-ªÊëV`ÞÉÉ"®~·~›ƒð$ývP+뉋´.K*qm¦|ªRò¦f3‘§sC -\.$•¬2ö;JÑÊŠÙô…•./™-¬½hËšwä0LÊ"×D S i/Úþ×`?¨1Qt×SwoëSF'¦Òfyi¿óA†W>Š@Îwå#\ðU×ÅûçáÉ9þ¿ï=ÞŸóÓÿë¿}úÅåy>}þéûŸ¿}ÿúýÏÏÏùO¿úã·Ïðƒ>ýî§Ïþ‹¾Í§ÿþË—ï¿àÝ?ÿôó_~÷ôÄÕýü!?|ùúýOßþüðA§]ºžçÓï¿~ùöñý‡ï à‰>úóÏÿñã×/?Ä?üô»/_ÿع2Ê\{ì×¼fêÀj÷¦O?~ùùçõ?ûóÇ¿ra~šëïù!Ÿ?þøåÛOýøÓçëú‰ŸÏ$F~ÿO_¾}üò럻ׇÿñë_?~÷õûç¯ÊéÔŸùcýúãû—¿}üé×ß¾ÿøÃ¯>>ûÝ·?»WCâŸþÕ'?ýéŸö÷Ã/¿~yØ>]øÚúô»o¿úúÃ׿ÿüõóŸ?¾¾.?/~l$Þþé×ùýÇuýÑýú»Ÿ~þý×ï6¹}^=‡øÅWÇÇÿO·¡)({nÜ Zñ­û1ŽºØÇê`ZÌdÙ~öžOÓ|äß’g3½wòãØÓ_žx*—box7Þ“5â!â7­äM¸5Ò¶~5†â¶Žuñ‚Ý´ì¶)Þ`ز‚¸Ù -Úê#Ùyd¸ÿåÏ…*r‰žÛ1 fŽ!ÍÝ;èWCÎoe N¿ -Š<ó}µT±;^­ntWƒK®ƒl×!´ëvër¾°Ï¦¹Öu{®ÖýÔƒWïh¬×pºÂ‹³›E ˺tÆ»žK‡NdÅå ÷tòÖ/™÷lS<5ºK×zƒäÈ:±AÞà×¾î‹dzXd•x‘Ëû©Øj ¬é{.,àšy=%Âæè™1‡Û S!õ_ΡÃêuI{1SÚBƒ®v]È¥ýλŽk_µKýùⶇ¨‘7RØÕ[`¤G’Xw¸ŒŠê€Á¥·¹lõHÕ¨! С×þýJŒeñZí8þ¾j:;‡ÕÂFסål©Ëºœª»å¥YßåX°ñ¥D)®K_¼ûw½«vy?ÉÄ~Úª­æÀšî‡³æù">k[bùÅéªP»ÀDwÔ^oØ(ïI6öåúúwíîórñèÌû~IÃ‘Þ ÉÛ§,\]Q¡æˆƒkÞÜ*õB<&ó÷làÈÝ­Ý!Y3ùÓz0ˆ5+Ù)éIiㅾܧèàš•¶Ïz£õ,±„êC:P¢ É9ìªt¼û¹rÕ¶Iµ¶:[ï|qÈ´+¶>j¼,a»»ÝÓWR¼î)Zt8 -S,ÙÕƒ2s>¹æú¹ü6…?EÚ¦(’>Ñú0ãç*öJrÄ:*®^]¶Iµ-Uçö«S±mÏAŒ)›¯þÿÕ¬!ÃÜ–øª_Õ~°>,vf6^Û\&G>Ùt ‰Nþ—šeÊË6»4êVœLt·Ù0ÛüÀ•£²+eR¤Ëå3Ëåüÿþô‡ Ñ#7 G~¸ò&Rå -ÅI7äà`ä†Tt™6”Š¥R„ìÌ#‘óÜ~85R,þ³T÷çh’"*Vþ-˜É >2]J¦wLÄ*ru/…Ò“h2D‚ÐñN<œdë_¸©ˆ©¡æK„í¨À1RÓY©vb5¨ØåVݘf%œ”2O_$¦ÊKÑ^…v±³bKÃäâdX=Å*Ù“½‹Lõæm-Q+›—)»WsHçžCºï1Íl¶ BçvŽ{‚F¢rS-û ù”õʵ¤ª¨ˆD­ “qñÒ°xåÑW?Õ¾¤¢$Õs7p)Y5RJ%pr3›oož3R3w_$® n6ɾPˆÕdF"Ý'«d™8DÔI¶ê–·“¨L~±Œ/º¦“±ÓÖ r#ùjk6XƶïYÉ/sÝ"®\+{#áW¸é6€%‘©!Œ£b®'¡É1o¯IÌa”R±É€Vg%õ½üt+Dð‹¥ä•9eûL$4´Ô妻½±Ä*`Ç@…vÕ5)íw/VÜÓYȦU­qøgTB‡.'KM¦Þ´ZÒ,·Ð'Ò>Nö&Y™¥Ùö¡©$5$Ï¡àaJKÕöžO«wß i¨Œ¹¾ð‘‘ö jøÒÕþfk¥•übr¡0*[\eãh±<9¬ ©i «[NS -•àTX%t{Sª>k1¹Š-Zîw¨Ef¬\~($HRºJ'+¡)Œb!1wÓòiíNö…bX¦í ÞÊJ€<Œ˜-á'ÕÖ¡ÛBãä¸[Šg2„ÎÊãùöl“TkCrH‰u -1É+†åÝßÚû`5£›¹S¾N hôeÄpØûê"]­†I¤*ù¡#Œ¾_óè^ÝEžSB‡@ñ€íÎÌõÄ„ÍKˆÜ‘ÒVÛŒfÌ‚BNù“ªDÝÞ<^~jZ²Et䩨öä“XˆBú6kŠJ~¥Oô0)3VØK¨ÿ -Gfz*YXc+m¬ô;5}cy)t¬/½žä»:kªŠ¬µÖi¶]á² ¤×«±kû=˜O|‰¡êw:3UÓˆ—­‰9^ö%Ä”M“!·Ô꺃ýð¨c§£B›TØœš×ÑŶûµ® ˆº± -k³3¸ð½ 5­ZZªéVÄR-¥35smÙžÚJ6?™ow¶J›îv-†1`VAÂ4\ÇPM fAÍ¡ê5]—–8 £nUV™ú9‹oR†øVf~ºBúEB•A¾LÓuw#ì‹8ëqÞÄ]Žñ“PŒ­%nбù¶ÀµîJª²ŒÌÌ J -Åó1Ýs‘—ÓCÎ(›Ho&p¨!e©XR›óÊfšœà½ŽªŠ®: 1‡ð~csSÑGLþª’ÏLà,޽N mÓ¸WYÞh^Ê 7ÓMANäþMð ;Yí.1‰ë9'kšÔ6/}`´JÛœÁ·HKRSx_JøY­7….ÓÂb7ø@ -¼¡Jð[ µbçWaM9\ŠV¢“³ÀΕºÑ›…©2ªób0ªó>Á:vQÕy¡tk¿Õ³ZxZ´Z «„¸È4D°}­­rjö¶ืáDÓƒ@plœ-nX¦%‘2¬’­†Áô—?œ×¦¢Ó5U^ô\ÐY7-:£ßq»°†tNЪl«HØdXÄÀ9&ræÂªÙž×.I¦Ï¡´&%ä¦Q–—‚³ºjˆ Œœ«Øå§j¯6[MST1¢MV#¸Q’Ÿ¦˜mÜ c¯Fûôu®:jÛÀG™?\ðµ¨Â!”©¤:[M[‹"b´gÞ âgHîå°iúÝyl¤1ÉÖ¸€Åükú§4ÉÃùv©’e[r_ªékeIÎ#£¯Kd‘Ó”MÑ·½EtMî@qÇtkÛþª¢à8\œíÓ¡Ú;!^`(b›Š$¦rUÖ^@#M"mMy¿p3ºå-Ûþ¶é)aÊQ%|Pñt¶¹ ©€&1p¦ôÄrh”wU69­yê-26oûÝË^‹?Sqˆiλþ0[ …ЗÏ(„b¿4ý)ƒšÀp.aÚšëæ€™'JÆçËd4»ÓjØ€#ˆBêrwÖ©N;© »·ÒrÔŸ@Ε¬oÌ¡Q$Úã„Ô““§r.žjN¥-@.T4V˜¾á´@hOéÇÐÊÜ#Àw*ض”h*Ýô4œ –à ~¼5hYTYP[4å6&Sº¦{75yßÐØ}xÓrf*jÇmc*ÅrómUhêà gÍ]IÍ¡úuA×' lG[òÉ ƒvMãPnÊ`ÏÛeЗü5ŒUj ~c*/«¿´Ñ'$Q@b%9¯ÎGUU>•ˆ$ý~Pt|qj¦‚‚FÆOássH\dFKëŠ"ÿˆxiZM»Üää¡Ñ[žËÇV(§>ü!õ;«P˜ÅVN‘S%”›No°O¡ÉÙGÄEf¼Œ wßc:w}Q(£Þóïô¸WVß°Óvo¬mgdzù4†‘úFiáìÜhFé(ãh°”nc‡¹Bgˆ×ÔÝR#§i÷6Rß§R‘S9ì4Úãš#ës€í Q«° -”ÿaéÁ͉ÂO¯©ãD–ߥÆ$øí\y°ÚJ´šç@+Ù)“ä¥êæSsQ…‘LÜHŒªGž\\N5a)=yè¾>á\©‡ÚåRöÜQ¢µWä!Íe'8+7rÊp¤&”„IoædÅÑEÂÇè´(cº€Å‘3ëdÃæ¡^šÆTÂY}Ir&!AÁ½JÚâ3Óž§ìÌ®|ß³£‹À†¾ª S7ö­qµšÆÆxÆÊÖjè6-[Lã/«B8"ò-rG2ªžž/“HA“*qL”Rº×H:i)3PŽÝÕeI¨QÆåšž« " õܸêÒ£- µ¥0\hÈò^-íÂâÎãÓ¨ -CŽÑ@ŠÓ3‰–ÐÌ-ùìÁ%–›±4t—ÁDfzßF4"#Ö°ÎÛ?ì,O|Äa¼k‚õXJ•ʶڵj„üs–PºM$fVQôpö,ÍëéÁ@šâ$“qµô+3ݵ &„¹¹ÔèP=ΕA003u09ÛK‹äÌ~9­ØªÉ5]d#>ß™<3á¼Å·jéåck/î¼nˆl mE´µt«6¥Ì5àKÌ<Ç…¢›aL‰ÄéiÊÆ@$)kÒ@¸÷vu ã'öì²R^&Nè2™Wë–CÁ*•’e€ìŒäô’_Ž+Ÿœ¨¦1å¡ð™ lX8–š2»Õ­/NL‘FÈú{H\b±×@÷Áó§oæêÕe`{fZu›¼JâÁ2Å}ü^¨(ÅÒhd={ÎR°"+ES³ŒâÔðÔ 8fU!™ŒVÛ<^ã4Drœî>nô„·!Lªs]N=¸)óÚs º0õ&ˆóÒX®H½ÖÞ×Èœ²œ»ØB½jH´YmÎÚæ€l˜¨ -ý§Q_¡ %ÎË$B`c¥UR°& Ä²ÆúóRh¤Œ¥›'7У§`ÓˆwÙ³½®lo¬Ò{9p²¸6ì¶.uÃjHè ^j­-è™DIý=,þ*†ÏŸWœ´OÆI\šê»ÝQ­ ¯ñw4X­¹`L7Ýêÿ®KP`ª¥Š™\ã‘g§ùº®3,K¡"ã_ö3{U‡o²a´ªÁóºú{H\„Ô=ÁŸ?æÉõªKäßGÄ &ßy -–µÅnS^š¨Å£ò´ì(nBÃL9ÆÄ!•g§q‘óCó©•“ùYËÛIr&5‹L¬rüxÖ~@ã6V D`ݽT™Ì1\dBJ„”‡q»Fÿ°Ü±<´1Ç4î!Ër”·ç|!q.4Üçñ\3«ÊÀMêÕ›6“v¢šFÙñÉ ƒ²V™Ø&Õ¨ÑNM™6•¦¯k\Ê…Õ~¤QÍyŠ|µEôuŸ)©7ݵ RÓ²òÌ‘¹– ºÑóÕL‹"'ß¡`SfÁ\¾ -Í - Çž°í,SîʈX‰–ØÜWËØšÝ„.æö&aÕUªQñ¢fP/VM^FDÞ¯e½¨n1Ø©š‘̤ÔäS©lÆœ­(Xu=åOßRö }¶©àõÔVË\¤ÐÍÛ¹ð6Ä{Øù:"5ˆÐ¨™¶?{]w¯ -!ÕɃ‹ ‚£‰ÜáÈKùx™P®1•ö–ÆÌò´A")¶B®’›yN -1—»e -I$;ûèÏ€¸ÈŒ˜ôî{Œ«é¶Æ'/Ê~’Ú}¦w·¬‘ô”?«Š"ɲזù®&R½ë‰g*O¢É 0U°ºLjUEbÉ)4bŽ}£Ë šn:ëÊã\ÝldJ¼GgæöÚb +)¸„–9ñ€`¬«ÅÃÎ$V€ëK~ã“sH\„†Ìä»wø ™ØÂî©Ì¶'rjnRîVJ-ÌYìÁíÏn&A½ .‰Bc&Ôf ™ñr°ðîEa½ -þ…œ–··hÛ7йÉePHÜço ÜTný†Ä>‘Ç+K$}  ýLˆ!ò禊ZÄ‚W’¤ô­„L?»~¯€þwãð$I, įˌ#ÚZ]ØžÿÊÓ:s$‘¨ÑýjulÓ³ªOœ`è$;ÍÇP°@ö>”@)é>¸]üÊËB -œê¨üÀ±Ž°ÚÛª„îƒCŠº¿ÔK²3‰•(ßÃâ2XþtÞÃwø×xEDzqÉwø×Í\,èåÿ„¨+:^·âIÅŽ¬Éqk×,§¶9tJwUÞ6î}‚÷ O,:o¾¯@>9Qàǰçx^ mð&1\NnB¢¥È³üªe0ÎÙR ËõÁâÃ3Šx¯2AHÉõAÛÓI¯²^ÈrâÒP3‰’þù{H\dËzç=¯,iyeÉÈ+V3Û|_€AAco-ööꎃtéÿt4IvË¿šÃ0µ8z”±sf•õáHµD;ÿ²û= 5i°(m`/iûƒ„´¼©¼±ð¤¹²õ¨±žµ8E%˜)õʘòÜ’‰mLôÏ®L"pôé -ïæÉõNU µ_t%Ojnú¦UT¶î9TÅ–§ðÚ›ÿò¶ÿþöFÞ»ïé_ùëé÷Óo9]^îÛý¸?žîû‡ç·ÛåÌstúòr9?6óNÿ:îLJó—YÞýúòúíËãwêÐZŸ|ý§ëq¿=~›ùS¯è~Ëéëq½ïOçì_9ùÿß~þp\Ÿ*Ÿ^¾\·»ýKšûÌópûgÀºŠžçN®¯'ìý.ç×ÛãY(sß_«ùuÇÏÇÛñõxz}ùŽ£½<¥Âßwºœß®·—ïç÷Ë}ñö§·úu YêýO×Ûùÿǃó>äíø~þrÜ/óÞëÚûŸž¯ç/ÇýùÎÏÇ[0yAœ‘Sfø ”Óõñ|¿þ8¿¼Ý?<=Ÿ/·/·Ç-±ø “ûó¾Üž§ãçëqyœï—Cû¢jÛ­½ëã·¯ç;çc¿_^^¿÷‡øzwï¿Måù{á¿9'ª°²³’©Ÿ{ïC¤{Ì|G÷òÏýññåÛûù~ K¨EîÎþŽo÷Û~ÜýÓŸð·×ãíùåíëq=¶e×ÓC§îïN#AéýVR•#]@ƒE°S?Ì ;5t`®Âè‹ï3#Òäyýä] !‹¼IޏRÖ\Ñ„*ª†à^qÍ¿ilj¤¹ñ[¨N&7ÚÎlË Ÿ ÝÑ&zªÈŒ’ßp‡ÖP…(÷HQ÷½Ž%‡è‹Ü«ÌÞ¡WŒ•÷éÎz™cðŸAÇÕC8ûž¤ñ½ª2Ù5JÓO.+£ªµœËa;ã²^Wf‚P -šBNᤋ<‘c\iåìåÝPéä>õG½¾¼ß·ï‡šó¨ÈÛ üËP‘§¯H€éü3O [$äÚEcô…iíŒøàÜë*BcÌ]ðÊÕ|sUD°ðÑnómueô+õßó²«zCí0Å;kÂ2 -Žl,ŽXÍ=eSœÔíInH8ÅÓ€¶$Xavd`Û]qxA™Z`̲aq0(çÐ]ªè§~7³¦ä ]ðð¹iªŒeÉ+¥ˆ“8]*Ûz s4D”AõÅLŒ¸‰ þtuÑðÒî Ó2"D›ÅéPå–eZfe)‡P1†â2µ. òéæ^m3@ ‰” -غpØËdàPVmÚfm §b(ÛǵxJbo¡iù´6›Ë8É uÁnjGwR@ÜWV‰ýâÞÒâBlí’!; '›`-øÅbã¦â&Á2)£Q¨ÿæÝ02ó+žüZà VÇOºx³L\ªž¼Ôh#„醓â@¸¿3ù¤yc&ó²›Ù`±ªí$o5OxI¼‘Gã3jöË`•´`WFc.ÃIìX‡?ìâ,¸§Q$Þ´]ù›V4jJXÜ'MÕþÅ‚ã“`Œ"’՜Į,Ê9º¬‡ÍÇöhÓEßKp«lº‰©…»ìZÕC¡IÚÂÉGŠmÌÊÚ0â3#,‹0$וpTä†.eÅâdŠ˜Gjy‘u²h‰PûJ/ž/Ô¾ò…@-´ÍD°ŽéÙÀ¶ª (1|©À¬éÞ¢»X90µG¡/°i+ñHEièu¹‘ÍÒ÷$+®ÊÝ`×hçÚÖ•–8|mFµÅ°ÆÐ#€V ŸyºœÓ`Â{d¾èHÙ""éE•êMÊ2Ú]I&×SUµ~é¼øC›ihÒñ<3ìâZ4G˜Yªo©Œ\•V¦¶Êþ4Ž*“kµ„ݘ•§ºÛ›íØaB[6ƒß–aÜBsMªdJf4Ý7f•çÞgÔ¸…„G|"`|µ»vå»ý4Wof6t^|¢Õ2ÖR\GÒŽÎièqv®I+»ª×ÖB¹»¼ÀïÔÛ‹?@”o³ žsÕM\dÝi}+«c¥Æ ¿#Ë¡°ì®à}&“ì¡óÌ-·×Ö$“q—@Í‘UëÃ’*×j+[Êqh´˜ð‘[WÄÎÚxç{Ú0HöÈwÞ.fZÜX dr5¹"îS`£mº†DÛ‚$·E {¸S®ñÍáƒ:âs¬•uœþÿqÚ¢”¿øIÒ§ßÖžfùF',‹A·‘z4È -S˜¹µ÷À@ô=z¯zõÓV›xÚ{YFQpÜê’g¯±Ù_”ÄÄ23ØÒcz^¾Ë*ƒ "_Òçy+HÔå»JRÝÓ5J$.—²Ô {…Õ“‚Ff‹â¦ÇN°øeï"}2[ïÚg‰Î>æêUjÅù–b»²}Pœð¢cât1$ŸÆ¹ÊŠó£^C2ïÓ$Ö °îƪ«2#N ϹT˜ÏyðÓá&ð­IñDm(¤>8! WÚ"­!&àëHÂø¾…@*¾Iw%×µ‚· k—czÊå²QéX®Yª“„;–š: Ò¬ú¸4\øœV¤² ‡ë½ÈºÕhƒù›ä|;.7µ¶¦ÖÉ“Eqµ“ ó£vŽêË8Û¨ZÓ¦=«Œ~·çkv©^BÊ;¡á&þ~ý`ÍÛ 2×-¯ÑÊÙ"m­:®Àâ\. ªÉÖ‹9âWÌöÏ:ñ¯a+ì|¡ÀLhïâ.ûeF¹_ÄnÆaxÞd×µN®ÀqtAÛLPé@ã-D1¦è|ó!Êßœ6—Ši¤žef2_l¡ -×ñîÔd‹48]´±Ÿ?v·°sõ͈d^¶Ñõlcä)œY˜Ù+.a˜o‘»gŠžIÅoWBÔS_ÆçKYŠìÛH!e ¦ùHʧ¬”Öoêø*²öÌ'Ò'ë±ìÁÀ蜞lÉ“¨€¯¬³_°)èÛ-º -áì™ÔèÐYBGä<å Rø†­P_‚ bD[\`$¡¨ÿ?À¿/zÜ·µÆÕ™ê¦£Ö^<Ü`>ïHØm¸ö—!­k—%5 ËáîÍEë ðaúlç“×¼’·vd» ?"¶uRW÷7›®žªìë.›,5Â/²~Ò«wÜ(ñ¹óUè¥Í®ˆW¹CÞ-yßµgÙc#MRïQß -ülž¯iQ×ñ÷44‘Pþœ“^Ec0Í›§M÷ÞÀ{7LÝ|)˜<ðÓɾà­ñídkñ®ú¢ž -ø2³\ëÎnÆ ß,¤|&ñкTUŒ>’IªûþŸPªQ¹^WWÊç4±A- -xž¢DÆ`4RñÓÿ£¸®xOMš ê”9"ÎÜ!’º~ZT㎙á.>c¾Šç¼c‚kjÆÉIGË®õ. påzGîuŽ›:"U3Ü/{Nè¤P¤C#æSMõVŸ xÇ3fõTL¾£ ÝyðH&NmÒø mÜ»&¶k³Œò-‚£ö ›“ÏOßg[.ñQ‹Å -Ø=d¼3äHLyĸê‡ñ¥©mÛ¨ s®,Öjjn/÷+xæ­kyG£³ô”#⃉ȦÄX°U6TÛv ±)]Äo#.¾«ïŸlé³-_Δæa}g®-ÙÞ]iôXK¢ãî–ª]ézáë‰éîÀ±þˆ8]ÎZ¿Ô½„Ÿ XHÛ€A»àØÎ»Åà:uʦS-vTvwxw½T·Ü]›ýHˆ¡#†|ΞzÌDFÜ<­Áó zÂšŠ˜Œ<.Îà1øQª±ý%~[A»³´ãÛß/zÏóµæ Õuíû_('-‰õ¼H m`@oH6W”O/18݈-gÄEÌ UjKiàë;‘Å,dBkþ˜SIàÂv‚1g—«ŠwAèøbؤ…džP¿-Ÿ—.\í8cl\G•Xa-.áúxòÏÑ ùÚŠ“gg©|&bÈì e¹¼TsA68CÂHª4’ä>a¯¬±mážªŽØ!p\ $É{}õÿ÷Ðú†,§«“1V~¹a Žw]ç̘uƒ]¯ýy5L:š¤'º$ kheÙç{‚~)}´_ÏuKN!J^þ`"02`ýT;D GÚÓ bòNÏu–hóFàŠ œ¯­Š|[YÛZûˆ)†U¦Ž=.ïtßJhõƒ<²2¶‚X³œ3C“}ÆQ½2coëFG¿J¬Gh¬gë¼Á–ŒI Tà#>´Ä(^‡ÆSÌó÷5ÇÅ;²ô}Bg»H#ÑÑ9^ -U>ê¿— ½ÉÏW,ì -ïìÉGÄP• uÆŸF’¢¹{`éG÷Úx˜=®` ]©jGfî`žWÍ9zvdϯç«À2ÝŸüŒQø|º^uwX§}ñ]µÐ¤ÑJÕEHhk')Î+œŠO-,]®ð>ý¬Ács†õb£â…ö³ní E¨ºC˜3ÖP'i¿ñÓ†T»:Üb&@«(Ôc4h_¤ÍöÀ“açõEÛuFdÈ”Î|)y§RètPŠÆ¶¼üÙoŸ·}ø6(U™Og‚DT×µÍyÝâqÚ¶qÔYÖq×*Ì™(ø~ÏÛ‹DjäÈ}˜’¯é"'g¤ÓYF;\ª roˆSð²N!ÊÇí‚ –—§¶ˆÚHHjŽ-rµÇCßÃèt)é^£@¯/Dv)ÛÀ¡ècUm Õw )/l¼Ûþþd+‰:DoTw0ØQ>ØÁnª¬¹ÛÙÀ|Ì ¶–/¨acMSlì:òΚ²–œÃÃ)‹`Zòæ€âõáæEâ Ù9ÜÌ¢‡)šš#Vïóþ¶xÞît¥J>jõh[9ÄEl]çuâiÀ¬3†ò:L ‹¤vIÖwU÷öü"xçÓ‰ÑÆ› ~ãymð‹7–«ë•ièÙmíJ椖¼uîàây¢VFÒC`ŸKâJáƒÅ>u€—®Ò©…`0ùLøD³ïl"Çs:¤¾\>äqž|Oùý¼n‚C5ùÔ·²«j°õE¢\šþ.üf{C«§|&|Ýà:jdÕ Ý5²„m.´tg©+OÊæ~ôùº–6د³ÂÚÄîx"ÐyÙ´‘n­ñXý¶Š#ɈÉÞëÖîDë;·¶Šf•¬kË‹[hÒZeèÎ×J¸ÒWnpÅjŠ,D „7Ü4hG )¦ø*æIØõÒIxly‹=l«„ |Ö1@ÕS.%GÐ P±‰¶ ÷éEá’4ÚËǹ3ᤨe@9ƒ41VîJ(ßGDq>î—pèî3|ÎjR˜ÇÞLœ&Œó–/—)C•=W0”Ä™DÅíK­i”›Gê©ü½&CŒú#µä•2tîÂDvózÉetÆB©?àwPF?yÆ Uå; ÌkÜGæW=60g„Ë«–cmycú¾Ý§1›ùfw—¼«s¸MŠçggšˆ¢cx?ö¯±ˆtuŸþr*2”ˆö“ 9{Ù6å€Y±‰ÑÈ䜭ë®þÁ/Ö6t§N‚FŒ<tNänè~œÊ°3¦Œ(ú™]Ä– øH«»$Ƕ/¼ïDdrK!6úVöh±sxá†ímçmc0¸ÉËó0†#:ëËW ׯ—;M8_3¬¡:}aÛ¨!µ”ùäy#Ø=Ø;*¿W¥/f±û#€1 FL#D"†ž@KàìCëm‡­›X÷ic¡u[“¤ÿL¥íÑQÉ'ô‘ÔžX u¥k·Øp;-6l¥ÂÓjýãøîÇ$²Í«,íd²EœÑ=™‘Ën[é¨!`ÄyJùZP½|âi[‰õM*K²H£ª{}|‚~;‚ivhº¼pÓwƒß®×Ðn’3d9õ è³+uñŸ:K ÜVº\¢Õäk®¶ ƺ8m—g{…œ~ŠÆñ}Ú#`­ÃCù#Úd^îÝ•S`{¿ÕáëšA®*"ø:û4m°›W¸fƒÀ"-;~Aã×Fää튓èe_‘6쀙Tãh–áy®}ò¶¢nÒÚ½-•Èê"B¤¾_öICGN—è#¢sòU¹)XÚøf·â ê­|_×W¡òy¤mÈëÑÀø—ï} ¹C2s`dG\™Ø í³Ut¹B"ª\Õº>›D9›¯Ê#àrÂõcãöê³ùeÎ*ïCÝ$­qP=JNU›¢ †Dv…mþ3äA:c´ÁEß¾îœ`)6V’Fʵ$SvÞN’ ~Éü‡Þ‰Öw^íU<¥£ËP@Pñ¯q`‘ h ŒŠet¹n±{V¸f'c¨]GÎò82Nk*aýFoTîi7ü½Áf 7ÚªÍÁ¸ä8’•z0eêÀ†¸ÁÊ¢\6r$²Ç|jytû”¢ègºRÀÙ@ÚÞô”F2¦J/ýTÛñë¸l(%Ö›î’yŽìΜãi ká,„&¸K©SI°Gšµy}°Õб 6¹±È¦YÞªÞA®°ý\¸Ef°£BCš!•H¬Ëï@’äHm¨ö9Dõœ;Ù‡±2Y¥ýD×xÛÅÍþê1I/2ëDfÐ åLž¢,‰¸nŒ5mì-û Rt™1ÞP³çYÑEÉÔ®Upè"X´q£¢'í~ÓHÁQ©_ìa?‚—¿…{fi*wO*µß¬”icíÂj.Y1Õ{[ëÂî”á™39H"ô…¯w$u½·ýië(œcÈÁl—i˜”¦w˜%N¤/a˜·¹¹]r¦¡:¸\ÙPë|Ëi’·^®ç‰6Ü·öýõf#èÅ kÎ*`WõÖå7±vó8ÌQ‘ ÏUÝ=³O|eXd¯¿CîÈ› -!okÆRë$¢ÊÞa‘8¤³ïñ +ûì»ÀÐñA„·ŽÆ÷tðÃì‹=»šXk!  zŒ‘׋½XCŠê¿uÁ"Hìà= è3ÔDZ— Ç[)|«+ÜWeòm W7–‡s¯€—Šk™¦Ô¨]<Œ!Á™ëE„œuÞPm^À¬ä¯K— €g¢NÊʘ7H“ ’`¥S— óbáØ¬Ç1,é<Úèß©TzZñÚÝgµV{¢g@Z›Æ@ÖDÕ9¹4V‡¨OÖe&!÷QÏ|@Ä6ÚF5Dgbpßû•±¯{>Û0ÔŽ»°ï-›œ$” šQÞ]•ŸYV$lüoþ5bãÅî`ÝÌk´ýNÒZ¬ËÙþ§‹g«¹6ó oëð>¡š$\Èúë ¢¼®[Ö÷‘À5KJÊ'–`óæÙ´•È|Ÿc½‡œÇ–.f™’"tÍ8rÜ0 ~bM÷ð`ãD´ÐD&g‹¤ÕsuúccD[ÆIáKVa-¯°]oÅ ¬æ‰:ôv¿…£ô#N.™ïJž½-'-ÛÝiºáæ‹3T“q ´“z¨Ž£uF·¤)7ixÛwkÉJ*ʳJís2éÒ‡¾]ã2ÙÀSÝZ8ó»þÑ»w+¸»;¹ˆý<¶§'½"l^çuªtÁƒ×{Q÷Ñfúé£bx¾™rP?2Þvâ ÀC°Ó6¾‹Õ_ªÈwGØ´Lu¼BÈ©9½ü¦÷H"w°11S› |¢ï™Ì`¼¸¶þ£ä4,*sÔ‰dKpæNmµž{”sÅYìâ÷­/äø—ÀùŠ'…^„é)zß½`̘€Íp ¦Nê›1ÆÏΧlm£â”)Ù®díg+ŸNL`fÒÏœ]ÿ؃ÌÇ!`þˆ)¶M3‡;¿«i+‡_î>•+È’…ç¾½AµKWƒˆ¶õYe[½‰š -rÎ+ŠÝ÷ ëq~cr†u"Yœ!˜k×ÑÛ9©m…Œ–^'À}Ût9H^;j…#uSFgëQu>¶`]2@šìàFº%é°woȽGÒ9ÝeVÀl’¡ÿc”Ì+È:ÅSÏ*`”IŒLn@TPnVÛHÀO#%¿zñØN†m&`¦)u‰Ò6ãîEvBáUµo…ö±HÉʶÑÌîmÝi$8e¾<ÊÙ5íŸy}€ šúܤ¬ÊCP¼B×<#= T=£ú¥w˪X“%0Ûrq¯\=cÇÕ'&wA°¼$ëÆ ÜzP1Õ—ûV¸w¿Ùêõ À!Quõ6‰î¡É×6ìØ8*ô›¾AóìøùT%ê)Ù§[éò.6~ -ñ±%“ÈÚcŸCTã>ǘÑCD$Ó©\,a8c‡Ü90ë#NX™Â+–À’¯ÿ{½2¬ßNXŠ]ô ¬uú“æ²Îì‚ö×¼Cùj1ÅÆEaVí€Ú9Æ3çáZ…ìñÍÙØ16~yÙ¯$Bï‘øÎν2¨ßÕ–’¡4q¬"Ž^.ц*\3èŸ?ÈaÑ`­3z÷IWr³¬~]z’{|E5dYZG%Ú>:HfôƒÄQ´}&9FÈm:so>üQB°Èù’—2³å¡p]ѶÚ®hÿXklúB–³±>£u’ý‰Qá–´ï϶”–|Wô› âwå tÅ=Ï/û¬¡¨¾Áˆ+þ ûX‰=«¬hhâ¸o· °;Aê°aŽq.Ü;x’…Þ‹§Š}Ù]./Õ& q¸&I½€‡Å“ƒ`ïTF´ž+]’†ÜÇäÈRíXfé÷é`ìÄá6' ‰Óhg™0Çð­¼e`Ùç UçlÒ”G‚\¯ W:+û1¤Jdß -úÛfK*3 y~¶Œ¢LÉ/Ø3ï·Ú _Òà4cû)ž U•ð],8=gš‡êä´iJe‚“ñ6aW*Ûz½n;QUî³:(F´U)y5ûŠQMÈÒHªç^ -(“™‘ãkÁÀªë<¤¸ê)ìˆt]H–/0wÔ©÷€Ÿ«(Ù¶¶ÁTÞ“ÄñuÚ®V´ à^„ {í ²?äÉŽt²&ûà¢o¶~ -®ñbpF{1ÛFï{Ê>Ñ[·H¡bªlp&n–ûEý(ÔøóQEzò÷€N,;"㾑*µ![ ‹µ)ûÌ¡š|W†9~Õ…ÚÇ”¨Úà@£ß9åßÇ¡g1tØáûþD“Ô7 dZ]8$¶¯`;“}Ôù06ð´}Å-寰kÔ_3M§Î…5±2s€«ÅÞ,§_ж §¢hÒç>@ý²&b);³\¬·Ù£äÌʧ 3agê-1ÃìýðÎ/úÿDô! æöñM§5v‚¯°eË”µí Ÿ¾m¹HrOõÿ_Õ²åÙjºíúí¦"T‘¬†ã -Ó©76ÓÎå”­s•Eâ½û7à?:ˆ_›„Íp†³N¿g«m;×ÝLJÏ)iTÉ1˜ tq¡ºŽÖB¦š¹²ÒÐ PMXŽ‚Ýf`Ý1¤°²ÖbÕ§CZsøe µ??cŠj9¢…Çõ``çPä©¡™g@zD¹;ŽˆU¢c•ùЉ·ú°ßRN‹dëÔÀP ²Ã2Û‹ÈKiàÝo›B¶T0˜ÉÍ©‡lýQÀV2Iì{Ø„*’2 ædB܉cFÎ÷Áò}³ßÒ“y¡òT­’SåB1o@m=î6œ{ vï~| Óªì™Ô¯ˆ´2c€­ÇàÜÓUvŒñTMˆ$B{š¢·÷×6we­0Ñ%bÁA<½ÔËþv7©íy u´3eÔsW hJéÅRýr¹kÁtîe yê€->ȶU9`Z†Æ¶Ú´*aé b EuÍ ö ðÍ`TÆ%e¤ÆHœ¦Ô¥–6õWÉq†¯ª{ü+“ciLÑ„¨!ÿÅש]&wt%5ä¢ZË6xpâ•Yg Q“ÜÆxŠ•IvcÖ%Nš|åô4$W—ÃÇîéO•l¯N-ôä¡ò&°+rÛV3 -¸X4¶œk9yD—šy?µ µ™X -u\ûp1³ƒ‘åPX×ÿJµÀÜ9ÅÙMÐÀÅp‡ïå\§ÆÕ -%Öƒ<#*®ö-ìÈëTt‡=ª=Tº8‰ï/YpèÂb,Ò saUÑÓyÖMë`°àp|Óodjfˆ„$|û<.65Û–"ÌZ,ótû-sáÍ"wóÖ«MHô´ÛdbÙ]2›<&À!6&éß VÒ&a½´§®é9ãI NéóÙxÎ’بäñj4¬ÜA½•‘%Ÿk:à|ÍáÓé,œ:JÜ8FîXÎDÄò3»þÖXì  Sæit•¼ÉÍ&e·ÜƒögEÁšÏLéHëKÅ1äGï–ÿLرKÀÜ)å°SËî×~ì¶Jt -žHZÙ-?9©…º‚ƒ¹¦½kÓ sPAõ8¡é7c(ºFqr+®‘áMBd¨FC­ö‹*ˆkü‘k¶,° éá#ÏÄæd#¯«èòkm"¬ÃEc·3S.¢”]Éu4|¹¼€HJGns¡4^—ÎðýÚ„«^h(ÚØ¢VEvÄý~z.Ú±vò¸=Ò`¹š‹TW§høÛÛ—ƒõÒdÊ“5nk#K«Ú~\œE£Â!‡Ì -•ŒUQªUgÌåˆ ŸYL°Ï³©£¼cdõoÊ—¦©ÆÎ5qÂâãÞ±ÆL3‡¸Æ†4±8ÎidÀ¨;Z´ì®c<.Áfªl(uBÄßG…ó¦ -;ǻ墻ÁRóu/lòˆ¢u&ÔiwÕ ÖÕk¤ò»\azÕØª`ÏWr×¾9/OÇäiÀšˆ±-b=ÛªØYF6Q¶S\t¸ÔJD»4IK|¼±Ñ™Ãöâ4¦.Ð !›Q\•ØœšXÆG6¡5ÍÓ¹á¸í™ÂªÄÊÖ#Ÿþ¹(wÃã„‘n¹*s¢ƒzók’àÅ8•5âVÆØXö¨{€‹›¢s¼œH#̺òìcT7Óœ·Õ‰9­—m\2ÎòÆ4uÓź&9¯‡Œq^!{´ó¹ºC`¯ú¶8XÕÈqF‰JYøT4Ç9(vÕ -žA6,V'ŽuÑ&¹Q× M¿Yà¬DÒˆ -jÝšeÉ]À$¹8Ùñ!’šÀÌË¢ØÒ`tÛ*„•ý¡ž“ÞSöT*w`J‡ƒjFRçõ ·m…e×4²oÉ>qüaЧ»Ç™óTa!qFõæéTúl\µ7®ôÃÈZîÆ‚ÄåP -ÊŒC‡¡’ÝîžÆ¹ƒ¯ô¢D$ª‡ˆúbãN ’G抵Mhi–J®Œ‡[S®ª µM›—ÜkGjàPÔ‘†Ç#O¥Dò‰I–’÷²V;ì¯$Ü’Q"¬î( °¼ÚÆjßG$ã¿ÞV‚)ã¼Aç½À´tµT’š3ÇkY‚+¦ËSº„@$î&lUäB☲Ý'Yñ &…K: -WtDv.-ÕžEȲ¡¢•I£Ý£^y‡éOÉ‚™P SuL¥Ù×¶øÃ -Y·gU>ñHœ;15}W‚¤ak‹_3âç²G[6¬ìB¾† È>¯=ÊdÅ2Qsa±ŽJQ‡f_× -*¤àêœç̾[ðvðr@#@ÄÓ²+¬ôtû«‹AèÕ¢ÕwìâXi•J 0£íøCå  Ä¶ãžÚ Å. -_¸¼dƒ´:Gž^f²Fwa[Üs‡«h¤­‡W”s¯’fÆÕ†ûpdBtQÉzmˆc(kttOù„·ºô»¼Qy÷Ë€Ai¢(G:¸h(8zt9t3öÇ![UÈy?LVVl6Ò`e@Þ0¤ß”÷0è›p§3[[G³Æª+D0Gê–£ÐØ_¥A]k·s kßIŒ¤™¯éÉêùe@´S>«ø‰ˆh`á4ãÏb•y²WŸµ(-»]jŒ³9Z¾;(¾yÎ8 Vƒz«:K¢‹Jq”Úu1ưJãhÏ7XH1Ç”“8vÄ^¤r)¸YÕÁ{1‘Qr¡á[l"tØ[ž!/Ëá”FŠ«ZÑ€^£G' ·(UšAXpDßyHU »á£V?)CnY;Îi Ì¾ØíÍû°à(… Ô³·\â°ª‹PËÌÑ÷hs޼Uzp&glOºê{?/ol`Êî»Þ®•¸b~ŒÛflÄÒë1q€HÑÁsYHŽÉ†;RĹSŸ1çY€¦#MdãÂ7#¦Q6 ßp.˜¥y í~)öÔä¸ã|A™0elÎ(¯T€Ëq3Ch7ª Bp¯Úˆ8UCiçAåÚ·¼ëê"àókî³õjªWÏpkî]ØÁˆF·Dz©•\4äRCý™U*Ö+ÿ6R=b §í™T¶²BGH3zNOg3ÆÝ¸ Ãz¼Ö´ì•%ðÕg÷ø -gcÚmÍÄIÈߺbRDáç\ýN¦>5íÖÄ $¾»­²ÁãÓ«â:¥½m¸¢8­ý‡ò6ƒ÷aÝ·{{İ5ínZµZT€™Q°ý„€x¼£å•¢¯[®è’Ò∀Qóè7@³»¦ÑÆŠr‰#XÖF‹Äµa;åv9³ªžiÞK¬¨eÂA±ÉSˆ -žÏ½ÏÖlÉîá®âS#4 ~y¡‚ejŠÎ`µ1€cÍózœŠÁ“—©oË-í1©\Ò«…²>¯™Ø€\¬êŒ,p £¬Õ‰¬×l×½ ù´Loïí -ŠæñÿÏ{þñ­Go?ôé¯üÓÓï/oñôùýíç×·ÇÛϯüÃO¯Ï·»ÏyúîýóóÏÌÏñô××·¯ž?Þ|ü¤O|¼üòÝÃw¨­”Zûèë|zy¼ýôúó¿ÃÍÏŽùèþOß?^^Ÿß>=õVð\3®¨wxzþêñò©ëÓûw/ÿsŸÇ¸Ôü¤'ŸaN?þôÕËÇ[þG?^~ÞMÍ*ÒÚ\ú·{úüüãËëû¯Ï?}þìÍÿ™®ÔÏ|zy}þâñóÍëó~|üúüÝãíóO}2îÏýŒ/ß?÷¸Òî~ûøñÍáiµÓ}¦§Ÿð>=þõñøüóóÛçÿáô]äÜ÷‘¯ùþùøÊ_ß½|ÿxûÙ‚â²²”„Òÿ¡§ÿíÖÄ'«ÜUåׄ^"l7fß!ù½2yAò·“ÿ -.ÈÖþ‹Éüú®Ã‰«šò5’õK²Œ‘L_u÷Z8ÒäuK½÷ä4îÉyÜ“«ÑÒÙZ¯gÖ^¶f· ÙÃ6l ©$o½Ö…‚[c[kÛgbuÝ_ZÀl‹ƒ¶Å!Ûâ°mq”mq´mqŒmq¬moœýÓ¶8`[´{ô²ÛzaMSd’¯ã¯÷‹^) -?‡ù?ï¨xÓkÃKÛØó$6Í‘A.¬\oŒ¯×ÌÐÿD/Ð=5ÜôÙðÒ6ö<‰Û¢Êå‚õ†Þc -ªØfóñhåÛ}«3“Càf2¡[¼oïöÛ.Ÿ"SðZ(Å!&@ S å+ml»aq1wQû (p×Ñ-jÈUëK0*Sծ盨”êÖƒ ÷^Qççë È©!2>¹Q¥›¯.mcÏs­l,•kòÒüž‰5Y¯’×› ÎÄ@$[ÕÑ6Û–Îa\ Þ(JrŽÙº0Sãk*G´wCh%xYbÞŠgçFJØÓI²t›í¹5Ñö¨ç0ˆT¼m ùxÃ9#šür$Õ±á W»Ò˜Xå­=λOõØè¾>ç5ˆHEkªvØ}ê²ù;˜è#®v]gbÍ·y¨(wÝUgä]Çu>áŠWM#Jº3ÑBµÃ©m”M•ËÍDWѲZˆ%^|Ÿ„º‰ÂèplR Öp=]÷¹vøp«Àq” ”öœ·JÄnQuŸ[Ê‚¡,—Ekx¸â͈c;ŽÆ›×ag½6¿GêúÓX!®ƒÝiÓüžˆ'h³p ±:ź’™Ù M/‰5ã¤Áo¢bo9Ï·¢¹ñ%*üY§Ü‰ÂøŠgæ©ñ ¥P)Žd„îãzùkÇ0ñŠç¶QÕš+˜8ÕË%j³oMþI,*'åbd¹q乄<þ&Ê8ˆ% -ÝX*pIÔµ@…ä¼Âþfœ‹Ôn,„åòZ””RØUŒ'âHCõÀÁ›ìu-P±o!Ö•kÓi‡„o(årtXLiÓëNiêÑm–¾4è](`£»Nli)I#ùR3Ã×V¹Ö˜^ÂĔ¤QàV͇¯±’wCñ‰Œ ¯QAzJmJY¯ðUÝm„ñblÝü†g*R-U}Å!|µÄ¿ƒMZÃØSPÌÛç-Œÿ*¹€mä¦MDÅŽ -Ïã»;3kÝ>M*I“-t•6 ¼ èŒì¿ -góÐð¦c+(àãöhÉh÷ÕÊå -©¨Ýòª™U£W¼##õ¤KèµPOì¾áP±waì>k ù:DŽ)(2]Û&cDÙ㣢´ ¹¦(t®Âcã†Çmy°³–ˆš`Q˜8ØøÆ&¤ˆY¥z“¢"•ý™-œ»ïòÄ™ðj5L•ÎW¼Mî¥Âe‘}‡ÌâÚÄ#«Peúª #Ñ«2«‰…žJt`=80QkH8:‡ÏoJu5÷2°!T5P{Hö†A+o£u3SYl€ ŽT"ÛÝ›¹,¦Ç~Ù÷uFöä˜u¥O°€K÷Ü»=pQî9Wœp_gxM©yÏVî—Õœ7vßññP•¢B…mþØS𱓭<¨ibXgÊÊÙ ¿ ž#¬“F*ˆ+òý3îë~îCÕ›+ôÄÁ}ŽBÖ(vhѱ˜v LË!2:²+™›HbT4SP'Z!Š9=×È'1Y™=ïå U¶åìGK@Lân ‹¤&fd¦!ó·]QGt_žbG«å!®²|†D½ŸÓAPµDñìúþg°ÃWÔ’:^Q³Ó‹.D&YÞUh0&ä£Þøcp"%µ‰ ›È¨¡VMÍS‘9½ÛÄ\ÆAƒ»Á›+©Ó¢‹ÒÕ…*føZ§#Gf¢RâÛ9:<å ¦¥î®%í%åd;­mÙ™ù’»–3ú¸Ç­Æ®šáüóÿÜðˆ˜b÷«¥ 5‚‹öµLÕ¯x$¡A‘6h‚5å3 ÚdÁ© -Ï4ãLAH/w„6ñÞÁV\ßjN´J†}¹aÇÕ•¶ÑñYåàZ~Äì¾<[C5q\xBº ,+!‰ÅE÷¹KI{«à­ºã¹æm²‹“³R0†µ¹¯¸Õ…+ZÊõðÄ `A­BâáöëÛÄ)o2nZn*‹§¯ƒò5Ÿ™L >Ï*”5iähXÏÒù%¬¿|å®VN«ÊØ]¢Ù8Ts¡l3Ýåå¦îg¼ÌîÈÂÀŠ’kåI—ÒÄÔ¥Q¢<­*Ã2svž0°&Ãßö…¸Ö}y’Kê…Hm€ÐçYëÎ-ÏSA%™»i ½¹`«„<·¤¶­&_¸›ß=º¸Ö]VG*¦¹3cÄÀ*Ø¿m„ªÈÀ S®©'õ²ï¨;iL#¼æÌL»pÞTgð}£ã)ãºí‘Ÿï± Ý_ŠÇ®N~ìÃ_ýh°Ø©Èz6D®þ™÷ï¿{O—§‹äŽÖ›º¶ö».“П£+ÿOŠk¤¼R ç–jê³Àp(®+Ä0ïè2 êØT\æúA»´>Ì‘‘ƒ!y‡,7 !à1£»-ë Ú^zLܾŒ k+Ðá‚"Åîûxcw‰ºp›äueröpiÜѹhµ†jºö Z›‚ýƒ… gÆá¢1‘#’çLwC-q=^l÷a][·ö³üŽî1²j9ìÌ` -nsàÕz» °™*ÛšÊZ%8ö®õÖŽÓõ²EÍÕqèu±œB/ÖÑ -›GžTÛÞ ÕT=vAQCcá7K½Ç2¯ÈôÒÿÒÃÓš¾áéƒßæãý§×Ÿ_}|úñbz ª2Ýú½­8bÝšXt&yèLoïò -g×ô2Q]UÅÎÛ<ã5‘R+èb®‚ó Nn¯ÂÛÃt¯¬º%±‘;`Óÿ n5cûÔZ–öª–-¯Óu{ÝU½ëÏ­:‘¨¸¬–%K¿§‘#œYž;WÕ.0óçÂàÃ\N/R[ñоÆ 'iœ´p¦3«{:UÿK3ý&Y MùÚãbmË%}dhÒæÔC&u}0 û[cwa¿V^Š&ç=yæ¶ëå8ú^ŸªŒìBj½V1oO®šœÅ¤ž9M¯úÎjÇîÆy#7u h=ývçž6$ )Œã·ïeϽ!PÒWÌnQWÎ1²™vö -»Rî¿t"LnØ¢sЯ=tžLPÃÛž¼ýRC¢‚Nªž½M*¤ñh"Ï\}eà-æ»&»[}îÙ–ö -×û:ª«z¼š›Þ^!î™±¤×KD9Ë"ŸÎZ<ò²·RBxe—èšDÃï¦Þð¸*”å½X¼‹yùB1 ¿ºŽ4ˆêA{_x;šFï•ny§c…]ív$3“±º[GŠîºkvÀ¾Š!³œ¶‚ž´AšL\Ç×v³w·”³”"%ŒâñøÎ² ;_Þ×J†”¶øKE[ ,Tí uÇìí9x -—7…˜õŠŽÙ»¿wÅç8‰OxÓR•'‡ xçã•KŠ8 ¾’†x0za(.‚ - ¡ëJŠr­Ðv d¡„æÈ'AáýÇð%&b£žGg0îlií2¡­†5µ -[#¾ºQov!oõ2!_8ç´©âLÑQ´ãêŒ;<Ô‹^4òy˜ùw½}µ~ƒZVÉ44qcDÿ*b†°AÑ® Z]{D4*Oÿ–ý@ݤî]Wø®‚õý‡ùØB£ƒçÎPéÇrzíWÖ¾;*]Kw.Dw-£V &8iS¥¡`qKγgmóב{‘«¹„ò ç?|é›!%€ÍQsOlå; ,e_L‹€æŽX1äyºŽ5dïgrjÍ ^ÝbbÌeÉjï®e² –ÓÊM®~ã~J@žÀòתfåu‡¸zFA5æ5wÁ.a|+¡±Q2æáͳ è ÍŽ6wy<2ˆä­·]£©f–¤Òº¸ßCo1”;Z?qqôJ—™,¬„Σnãêué Øê×!1û^ŸYÑÌJžÈד{Cˆ1á1[â ¦u®TÈVobÖ^µíb%®NÏÞeøŒkÍŒ„šïR «i‰d¼ý»îu¬F*´$ÀO=L¤p[ã·¹µQà ֲÛ*Ûÿ=á[£öÿÃÅ qÄß±~ª^7,B@ˆ4iBKC_ñ´£qÙ•·P}°èUj¬×¦ï¼L7GÆb¾žµ¸Ðh÷]qî&è[FD¤x¯- (èc72nâ pª‰ªcåeF‹yf70èÕp5Èkïúîž.1%=Ÿ Øè -n*rVŸÓ.`…y…Å‚Ïõ2¼7ŒÕÑWОU·Kª›Ì¼$±{O¯ÜÊ›‰ˆèЫoÖé; ›Ôg€Ú¼'w;òíš9¡‡_þ/PÞ5šî?¯øÿˆ:M ’kmHLQ.þoçifHY±LF¡ŒðÐxÙêíxppZŠÐ[SC—±;Ú¼E}/ƒzLÏ;Ùª–pœúišˆX[ÔšV g»bó´wd¨šÂI‹.Ø­`Ncj™*p©]¬Dõ*ø"eèn2yV[£÷®¹•ÎRTè]cƒuI¶ÙŽÌvF'…ÀWnu,ö|iîDH…ó;½·&hÛQºä"ŒŠçy»ˆïyu>"óPùõ-ÂHŽ|5] •­€]‡é¥åº8Bi¬@Jp§ÒÇMÉJ J¿Z­Ϫæup4ñSø“ùé%¬¶”&eûýúʙ跫 Í]âá”: -zÜ(‰`âßRi åbÊ`^»º&Æèq¨}œÝÝóVBAäê¾h /{^ŸËIó&¯¨¬ËHbN[ñªÅL…,ER˜ÚfÛm½D†tà͵‡gïLí75…:,Š”EAËæbX"‘ |âã®Kðꢺe¯Ç£¦>î|I\ïÇÌ-Æ¢ë+ ã¡·èöe\ÑÑgºÚûhù Ü¡†&žå0)é/‰WÝ—¢ì¥VúÌJg¥p滇ã"kG…[Âí}p«æ7T)§L,1ä‰KS²++—#nc.Ððä¸îª]…³Ñ=÷b<å;LQY]دñt-¯%Iû.OºYM»±,Ã}]ËN‚HŠ«‡° ®<òi)ŒÂÇ|tºº§Ý»ÕhœyðRDF£+amdZ¨?Ð2«­àÔD˜ v²«d-]‚™v» J᪸Ä2,\»žÃÃô€’?²*ʉ dVA?¤ “Y´1v§¯õÜ›µX Ô…U¸[ÂB¢^e ÿŒf÷DuÈãKµ*Ž@o9 -êìßwo‚ÄÌåLggoõ*]m¥6³ü vÁô©@¡`“n7«¹w9ÕSï»ï‹Üsî¹Ý³-Z-cîQÖ”ª=LgsW*Ðï‰GÔ~FNí®Ò‡pÊ»ªªmQWcjaÄ-»ÎrfóÁ (;+ÎWÂ3¬xDœ’7€>xÕÛ¡Åž´Wt(,µA¸º=×mªú-kh¿ÌO|þ×~eƒªëÀë†JÕ•WÝ€nQ´¦,]BIÚm¯ëó?#3V¯~ÝÄê‚ÞB)=ðZˆá9k1¤¾gF Çe }Å+uý»ØnÄd˜\þv4rx¡ó5…¦a µßCàÞ0$ZéWwbÊd¤pÖ¼‡ã5ŒOÓ—•çä¾×JjŸ©ízÿî)ËWÉGo~ S…wX‰ê,(åXè)j€gÖ³Çtl­´!uªí?§O "T:Ý»U'w7B˜ýj™7XO í¬ÚB·(»ZAÒFÑQ)ɤßÉ„Húç†G_ÏÅ)« ‘W>¢%Ì7ç)F¥µ6§ÐS¦‚çg1¾öá‰&Õ+„ÎwÁ!8UØØ¯FÄÜë, u™³óEˆÍ5E`Ç•W8×Ëô•3 ê!ÄõÝÈYv¼bÒÙú™A³ýà÷;Üd•F¸4ÜàAÜ3ìtM?¹¾ªŠW̽Øîø1 a£<€ÎJ–A[lÙ¦O¿?¯`„-í6ãv¼O 7OÑt„vQ!Õ±†q%勊U o6“UøËù9‚n)}†ÃN#÷xÇN[-†PõœÉÐâ‹»“VpQ5KßxŸþh«"œTqÔV“ r¯†¶â#X3j- ×6fc%\9°êÑêßy”¦¢b›"¤+‹¿vM¼‹Ž§Ø;mJ'Ԇݘ:±l4ëê©U^–sQ’ßuMC8¡N»FèçåðåZÈÎQCÉ^dÕçbú”ˆ ”qhž¾¿–ïEV›©ZÕë«$yÇrbTG¨x¢ñE(ËSMnƒ'í%Õ££?wO Q¤ ‚2"_…Üñ}ïSÖ¸Ÿ&‚&ˆø«Á=®jû+t«²¡Iƒ !&ó¹ñ²FÑÏÏû÷¤³h¥¢31 ®, bígQ'¯Â@çS`[c7Ry4ÉDlÊA0ÓžOø¼0{#× Pçžé*ÛŽ'^#榃ùÆhÀ ãš²˜’wòëRoÎMâY¸ -§–›’Ü‚¾=ìX2(~°ñ,Doÿ–×)vÖ#_Ïn‚=cúÃ=ÆÑÀiq¼gçèè[wŠ PØÝž2>¨Å ·»(ÍeoEqêùí¢g€Q5; ²ÈäîzMÚÄlñü”ÚB¿"ÉIJ˜†÷ùú}¯Ï43ùl#|è8HKÑ:‹:ãZ¢O×±Jûµ3`½¡/u˜– ÎUÔKÉVà-,Ÿ©:Ҧ׎ã‹h j‘Ç–4„f½b>,ô%§ {ä„G#½¯Yè(ð¥Ž"šÇ0vf%<ä:ø IŽ#\c¡egH¼ðvù(ØUí/ÖÇ!˜ YEçeBÌWçÇÙóá±÷’"DNƺ£ªyÑŒ»1<ÖÞܼls²Fò”˜ÙNJw“}ë‚[ôCÕSK;9zÇ9δ‚ðšÆËÛXŸøÁÜl0ÿdÖ÷"¤¡ÊÖÛfѯx®ÅV”1Þ=WrΞ”õ½³Ù·t9¸„ìë²þ(IwÆÀá`HuœM#l¹K¬º#z…Ò‘¨t÷H…c™}2Ù#éÀ;žÊ‘Ô<ÑÙez©èíÜ­2‘q©„„ªèUŒ–)Z¸‘‹ã(*š»~ì–éRÏu%ß°Û7£(V­®ÓØl]BâÅq©LO*‚ÒnŸlŠÖ÷¦fDO1\®ÊyS¸9µ [ k•‚§’;ž;¨$lÌ~óiþÆû<Ül\B–R ”4ç@ÒIóJ¿I몺»A]< ¡JOµkf{ßVf×€cŸ{¨Q–ÙFªæ]€¯ëDè« ÁÖžéA±†#·¹{7jµ÷î§Édp½Àb+ŒÊ’NA’î(}5˜ÜÕzx÷tas• ¯;ÊÕ›ÏÅ®<¼==Vëšê5^·ëÒ¡-g„/#zU–‹¯ ‡ª*ËIÑuuàAÄÆ³¹2¼ æ¢,a_­XÌ]ÑŸ\‚'Ï%im„îüè©7ŒøKÝ}¤ßüwÕMV‚ -ö¨Þi2žtÚꦫ]\“k“lU„4—q4Iœì|šÅÔ–¾+S«û»ëáËG‘pi®“æ‘ÏÓõX’†+îãš/6‰YÜÝOZàIk}S,Àƒ×v×ÍñÀ—£g ÆÓ3øó*¤¥€s õ\p d”HGk-†àM;8d]'ï rŠ€l‰ÒåÃH%0*læÇ®˜Nƒ`îôÓjh« ¾´'œ¬ „åÁ6Ít]ŽSh•`“a9Û0$‡ðm„¯qßᨠáttênêsÐ5~<ØŽuüQNØù•»µÃàÛO # –7Qo†‚†—²ˆv Í,ùäC¸[t¼’Y†]Wg ­a&ª“Q1Ëñ¶Þô=d®u†GcWÔW‘ûªM§p"¼m­ÃßìMÌǽS´éáúcìÃ2;x¿S Teoy)`­µï3-«BG³ùh@¾:Î?Ê÷¨aºå9ö=osæ\Ž‹S|s÷±sÖ»ªDÉUMF°ÒÊújA@Ím^ècLmWb`"·Ö·ÿ„dVñ«¥p¼§â ¯ÚlîF > ´›™{£}]÷ÍU¯oõª-†ƒ{x…䶪\µ$‰°Á®ÎMV‡™s-¸ª¹vB>ª°b A ÿ¼ õ(mÙC(xX*J°ÿk±õf-J‚gÆÑŒ)n¼õ‰Ò#2²½ÕðÈûMá»´@†jb‘ygô´ÖnTø­(‚)P§ÛôSV)ÉØ‚Ÿ½ª0ÝŠ×k;AæcÈW‰lü,+lI” ÊßɳȈ”gam_Ú£·!T}xq¹Õ=»ïÀ4ô˜¯ãTRéov]^ï×€ÕÈðUDó ‚çn.œ÷®ªSWTg÷qâ…7?ç¼ÛG–VÊf×úÎæËñ*Ü|yl¯» -=ŠŽÊÎJ÷pNÝiʃ›Á¼]ñÃ¥à¥m¯b^—½ìã•%ŽA gWy€[¸?Ð?5€Yü˜Œ¹±ªƒÊý -þã2cÃöâ7ÿoñ¾”•@ðfçžÛ8©â„@æ3¡#8ÞäÓ•ÒöY›Ðƒ¯7CƬJa•`ÆnÄû\‰¹½–°û©¾XÐ"S-lgÒx" u±Äù çÜŽ8{k.ï•??Îw/Äă%é–DðÉ4§´å­¦p»ªŽâ»ÐºÒvãîz#%V£jØ7y{˜s‚ç33™{¶äz&úGÂéªà¤Ud¼ÖtÆî¢LDö-ÎËÝ\}½v#$¹'f³,ÓZ.â æ‹§Ñr){1sæ4—{ ¡Ê/ûxétdé­œÞq#ë‡Xc{|icnÕu‚µú5·~WW»"Ê Ç@•*ªOVU‘'wµ*"Ï©R–$¼¨7[Eþ‹g—[,ƒ¡2¼]~4wziP’M&Â!ÆòØR¡@Ïfn߸™ÛŠ€pL8“|èSÝØ³)¾”qÏýæ€Öëú-ææcm·ÜÐ ‡/<;å$ך à"’ìT€R¿‡ëÖZ‚ËbW4›D‹JÓ‡Þ¯ÉA¥ÐR•±çàß»¼¤õÚb!9ºP°9à õ¸Ê…gb;~º©8{+yËSèoØo»°ÎƒŠg¿Í §Ð]Ç)°\Ð}è–•<Ïàþ'á"$Ó:LJÒf6µéWHݘ<̃ë‘6®Z‚%–Qçh¥ð:PÎç™õ.d²w¸þ`»Zc§5$ØI·{ñ¯X;Q;jÍ!åßDÜzøý®êë˜R#¥ùOh kì‚Ë;W5·`éÿ?KLµª}ýbgfãw±sçòƒpOm:PrHþóKýÜt™™…¢;>²Œö/ŠÂÌÿ¤ë³ÀÀFÓQiÖ½ç¦Ì\¥XÚæô1Ón‡éli fï½IyóDfd"Û©þÛªù¢ùÉ7Ê=ÙNº¹Û H¢¼;…Šò·l[k”Ÿ­òá½îË¢w¥ÞoÙ©a#&„'I¦†8)¬½qëyn‡Ú©žÙŠÊ'ò->ʺ×hØ5·,ršˆzÏØ(l­¤‰3Ê’?îc(–é]=Aím©³l{€Ÿ°d@¶¢¤íY[º¥žïûADÄ¥ŸV~}”éÖ}Àn¹TY{• ×Hß|‹qE§1Êh [ÝÃȨXú¦Î,*"ø8ø²›É±U÷„ªÊÝÚ-ÛØø -»·bh·Os “¾ç {|Ùxý·E»¸I „gs#$¡,]«ÜuݲM—®+*Õ4Ƽr}CCÙ¹šº[×^úm_Ç‚r™ñ6)`ÍpH{ÃÈ 8dÜ»f×|+æ FO²å‚É))εÿy<$`swK!¹Ö…ñˆÁ:žûßie—$¦%äÙX"1 èxž»ö× ã^VZ*ž†•Uâ ù£IކWVÂpËf»QÞ.’¦ûŒIYzݯ©Íû(8¡\lp®ÐËŒ!2é)O¶[îCªÉðu˜S£[Qg¿\9œrÓ£ùáß݇Øü¡!eÍÚð Rœ²Ý«¿Ùl -”Yƒõ|·lG0çV’$¦÷ó;“~Ñ|Ú@C{°VÝàÀ9è»·@¯Kîœ X`tIŒ#Ò'ñ…v>ŸüGó•~,vÊý¥0“…Ø&»ïÝ:T·äY:ÿÛ0tˆù4#ù¥`¡pçdÞ¸ -´)^5g!ò籎) óp­bŠqï:CfÇ,‰œ{xíÝ,þÝk?-KW{8Ý~àzF Û#Ó`íß¡“ôG‘¶!§NpÞ`´ …þÒÛÈX~F¹cKçÀNˆþÎÌEªò ¤£?]cÏ­È(oñ‹ŽòʆD9Fóz„— ÌéÚjÃÓñøYÖHîÜÇd¦‘cA·$*ŠÜÞ»œ{(çxÙŠDGÛ`”UŽ÷ƒ!Ñ„éå -éÊDZ±KñkK7,Î@–ûJ©œ=òiǦ±K}4:q™:Íו̳¡Tå=¥Û`³Þmˆ6 =›íR¸Pïtêˆ[±—kû_îüûß>½Ǽ¼|ñ×å××¹\Ÿî_n÷óþåÇüíÕ§ÛõàÜW]Þ?]/¿Ì_wyy;?}:~yq>ÝÏïûüóÓó×÷ÜÞ®¶}ç7}ÝÃãyÿ|ûòs}æ»·Kÿ¹Ë‡óñvÜŽ×gçû½øÿÿüñú||¨|xzÿx~z¿kÇô‡¿çýí?‘,|îòúñyÜþéçÛ—ã›~^ëÖ@=ËåüñåÓùá|x~úv~ú=mØwÖ?s=>=Þž¾Ÿ¯ïÆG‡ó…›ßï¶Ñøå—ÇÛñÿù…z_óéüv¼?ï×ï-œ?žÏë—ã~ýS;æ¯ü§ß|ýp¼3ßþí|ÿôüá¼é'‹UíïÛ?µ;Ç_½ïÿ›j²6¬zÜžu•{.[ˆ·GÌ6f]n`þÁú1ÜvBöØk tf5,ÔCõ0Ð*|ÓèeSð‹¨TñÙ»ª1Q_iôÒ@LéF)?1ÆtSê¢Ä};cC¬TÕxUëd¹á]Á¿ë˜ «\£ón;0M3ðáøj -Ï-ú„Šä®Ô'b·¦ÈWNZ dƒrߟ=¹[W Sµ’ máä¦G4ƒl)_ÚL[ZÚ¸º1„JK‡ØÞІ58!,š¹¿9@¬G­æTÜ0X&ÇŒp¸ âÆ+3—ŸZ+T:e¨¹ÃÖADjD„n9x#Ãú`2&¯%­ol¸ødâ†çeC÷‹Z4µ‘¡aÍOZüMíh0ÿé7†0ÃÄs^¨§2c/IúXö”Õ -;qÞ;¾ÍÅÊ£:a,2Wt¬I¸Åã.¯c.üÛw†h$ôù*ÏM9\Ÿt—Æ˹(|mbaê›PyŸÜõ¹Ep‘©­˜¡ðÉ(A9ËV]xrÕËVJöÍuúR,cµ‰¢hÎ}µ…(iJY!}5HœV[EkMVÎ{S•ù*2ÛëÇXVDÌlÉ\j•«<Ì6QÃ=«1å sÙFå1ù8? R'¿ˆј£”‡-QQ”ÌŽìSÑsQÜH[ #'äŒ1ù•I˜zN毲;‰_fÞ@ÊÏËG¥~ÚiNBþ2/»½#ãöëpÝ’Ø­±PD¤QQEÍž3ÍÅÿ`¥àž*̵L%¦cöüÍAN²’:Rœ.õ×QEûˆ¥dá˨çjq¦ÃÆR2}~Wœ^¨Yö×òÝ8žs²ŒÂ°aBGßmº¦”[‰ˆƒp¬Œ,ÌHJ¹’ÇsÔ–á§œ…¥ y¨´¤Šl$qÓk¹ö›ØÙ‰ý$̯õ¥e@˜: 1eë Le»Ê$ˆÇJÆf6'AeTj&åýv·»Œz±KË -UÒäèW„­+€k}¢š‰6ûY˜i­…0âMšjO-»QvL ––³õÍ¥ -rH̓nƒÝZÛíi&Ï|­ÆN””»¨â¶èßÔÌÙc@ÙéÅ‘#MˆC(i¢d8¨%­8Z"6:VÅZvVdÛQœO²úÂvG…+±É²5ñ(­2ø<jË´$öÉ̪²ÈˆbÊm‹õý„[•Ï/ð`º&Ý_°ÎÄPz‰Ii>nÀ[Þ{su¡M%û—æðr…›zru› .ª é9ØXÎ?¢á$¨+žâÀ`ÑÄŒ¨Ç”`Ù{)µÒ zYÐ ˆ?"69¶$°À - ‹X4l 1KTC,)¶báÑ,-ÔX2w¾…œ—D,)—¬Ð{Ùب’Ý«JjÏkˆ™>¿¨”¦[ -K;È‚]m*OŒ9’Ñß3´4ÈÙêù×DL;¿åw¯è:ÑÁBcçîi1{:ZzßrŒ•ÞLsĶʖÔ÷‘ ã㌠-ÄÚb,±ù¢ZejΣ¥éª(ÙêPÇÄ.ëQøBΘK²$Þ,³\òs_o^§ oö$Ÿæv΀€XU#)v35•‘ty×Q®Ì5É™zØÌÖ*‹måÿ2Í‘DˆIíªõa•€äÑC\;º cÙ¶8®­¡Çe^,«$X8ÐR›d»Èƒ¶YÎc -“SÌJ–Sž¤´}Œ¡-Ms[P™˜‹ ¥ÕE¡]„<”™ªð`ncJ9z$õßXZ–ÉŒö"´e`ÐÌÛÈ|‰HÎÎ hNÀ¥óÛ¶8òÐ\•­K}¥¾;ò$åBüš?osTäk—Ê f8½Rè׉CHȘÁ?2×0݈Ie&PõJ)P…ù~ 7íVj)mAK¦ýJ·àÂ\nM0 N;i@ôH3ÁOº÷;{_[›¥M³\ÇCáÖÇŸY·ÜLZˆ¶BL¿»›ì¶9­¨Pñ¼djBk,½ÑNŠ¥Uí=A™ÅØpk±kÀÏpÜ<pëÑM°0{Ù æPB…ZRƒã+â`r"Þf^ßÒˆqfÐRZŽwj ,¹?ƒÊª-â w¬@¯"T¹ KRã\÷Jeá>ýŸ¤%>ø3¦$NÕ6-‰l*åµW‘ËË—þ˜‹måD{{ çüâŠ3Ù„Eê¶±Šk¼ŽÓÀ‘1 “˜"W7œ÷¾Ö0ßÑ‹fæBüòfž#6£Vu2¼XºZ º`}ÂeK{÷ÔVoÿí +½Ù<)NîWœb誨Ê*ü;>£ª¾ -ÛŠŸlâ3b­òe ];Ì=ùª^–ýªŽ/ØÎÉ(Hʈ½6ém»Š£_ãˆýΡ¥ -0†ýôI ìNX£UXèœÁaœ: %16«ôAU¾-3­ß@æÛn±ª–\@“«¡ëD/MÓE±7˜ÿh: b,»>·±S;)ßÔ£è¯Ð¨Ëe¾Þ™MåX;†1»!È#bR3ØÐ·€—ÎG·•»–Vô_Ú°aó2€M%µ¨Þ€îÛwì|YlQc%ŒÖºXIíœQYµ…åŸÎ»¾±ôg¬£–lVƒQuj ˜Iªe5+E’ˆØKaÉhuÐPN¾´a«€Û­å,|©Bî‘©ªÛQ³ãÜ»ªÓÒ-SÑØÅU2MV±J`šæôÙf6Ä‹¢:1Ŷý–†›æÍ* ¦µìU:5Á®ëÖ5›é&øB={²]Ô;ÆLˆ–RdH ŒKXêKÄÞ`9É Ý/¥•œ¸CÒç­%™ý™WBŒ_xÏËbì}U´ù‹vBLªŠ½1" “Æ4–ÝF>ÒÊØÐñ_« fÌËV.¸!ïé‘× Ôçbjº,' døÂÛ|„šÆZbø æs{IN©b7°Lä³¾²´ó§#¯e9rI³¾ÝŒqªÛŸXUå~tfÔ Â¦˜S%*ª7U·œØYÎ@¯ŸM%ô(íiÊ‹%:6zCH,ú Î²ŒE»TÊmxOÌbü뾪r¤ó`¬7¢>þLÔ·aˆhi…Ú¡ˆ ýý†à²*‹®nÅ „WÎÊŒû>Äš•ÅvᬭȼYŠ þ- mòuÍÆþ°SÓg\…ù¶h„l6¯†fføf;b{ËByoáè¬Qes‰•·ø*SFY1mûÚ0f-´ø£?›üûÍ pÀŽCXpWe¯2ÌÌÿƒ¶ºÛ«Fúü¢­a}ÙwcÄ©†®rDhü6턗䔚²‚ =wÉö:6‘&k­C\Ò¨œcÜzAÚüÈXW–”äZr ÀÀÒ­³µX^{ûqÂö£$©Ø0ÀÉó‹ÜýÙO®ÒR×å8—^òÖ)S„5ö•¥M[Ðg&uªF 0çÝ&ØMÕpÝ+»…†÷îÿqØ85ÓçyÅ -!»†\I9ìòQeƒ=6¼Ô9ˈ=_[¶­¶†{X)š®j„gŒ<Ë(ïÇ]>¬lr`½ÅW©ÆÝÄ \5è°éä>@­(ïiÉr©Ä¬ª•bÍååáÒšLéºwfBä`ã˜`u”õM[ò!:îÄŠõ­PÑ£¢Tÿ *gbLôíˆ-Í­½Ù1HˆyÉGªœi”éEiÌ“°¹7bwoLå}¢±…ù>J— -#ƒXÅù…è¦`NA¨ó’œù¤¬6’.1{iŒ†-›½»M1“ç¹ú,YŽ[ÀnW›­Sù” g9ž²_M1tÉÊA³¿dzù -X1¤$ODí £t)Æxß]_›ŸÓq×NdÖv77y«Î’wV´à:Žç1ê—Úù³jè'ÿ·aÄ ÞxRnc­jª'Í€ à9-ÝM,p0^ÂBú ¢jeH‡³$ ûo  g?IŸê’)ém•ÛTBŽ.ªƒÊœ +sÿQß( coÿ -˜$-É’zïFZ7÷q@ æåË!l+eÛWáLÝ:þF©.ȹj¾×úÒ&‘­£èjm¤’3žô¹ ;®ÊÅ\WYv¸[CcŽŽ›Ô“cð‡˜äêQM.÷:ðжò–­Áµúo†É!bPÈ]µ?³rˆ:Èó¯gÜ” QzÑŽ TòÄ4‘³q¯*{plÜo€•o¯b ˆÅÌ -£:5©[µýåà/"œ@ôª²€k}2žñVª¦ß1š™ÉóKn]m§h.Ã(eÂè™sr,3ÔËb_n™ÂÀ®0bEgoÐj©–r‚ìp~#†z%3"ÆfŽi+;^e¯²­#Þh`©é6>¨¢È"*³H¢“rR»«“ƒ4K¿Ùº„âØYìÐR?øŽé­•¨“©ËUPLÄÄÄ(;1º]KKÁ¦×ä )!*J}«?5ãÉNnC‰eår„&7†“› …Ü1ÍJD-ÞÓò¥/KŒ˜2©‚vÂ˦$Ï_1û¥¤ -ÖíËE_Ze$„SyïïÉ͆FÝ…=ƒ¯))·£VyÜ$ÇÖ-dT p§ýÿPæÜË‹n%ËI;Åë›Ôô©IF0cIDRM¯¾ël[C*Øm ‰:Œy?1-7?)i€ÚáMf>*£Dx³óuŽ¥JR)éóà$-É"Ì´ÄŒšç¼,QaSÃ~èÄ‘Û -éáÎùÙHvŠã8+'Ýj)_ ÂPQÈ)ÍÙ¬iÄÎ{__„ÎIEôÞ´6"äêMyK‰ˆ1Ñ1X:) ¿°@;yI9Q|¡$¹#j—#M¹[¡Ó›É ‘¦CŠh]ùÅHfõ§¡”â‘b†™‘yçÝñ)£2LŤÎ)´`™@7ßfFƒYÂñ—{Ý031wLZˆÈ-ûõh‘— $3~߉Ùd¸!òI¥ ¼çAo¡CÚ;ör+ÆDìžòµ…›öÀͱþ»#5¨ôdS¹ÁØö[r܎ɲ˜ãx³—2Lj¥…îVï>¿è¢uy ahj²~Cò…‘ÐÁ}‡’+”­qëì—DMÜ·ŠrƳ ×)Ìyõ‘K7E꜄=ÿµ@¬ÊÌeÄ(P¶¨>Nn¢5Œé²ÂiWBoé‘ìvK«¶Ó…¿È! Ĭè¾;Ž2½4øêLr.)mˆ?BÎÞÀ|†çÀ»ÑÖ…ªl"ÞNB¿6zÿ$wD-9"ßcïYyËÚbUb(œ”n‚¢%}¢ÉéM"£¼meÓ¯j#´$o¾ŠŒ6‹ŒŠ£¾±¶í¬îzsäéÖ<Ö:OE˜ùá´ÎLòs^ÃnÊ^úpìp·kÀËð5•ùÚfDD^ž`åÔÚrÓJq Ð’̈&ß%DRž¾órm+B'Ý¥2nf- U•ldõfk˜˜Ænÿš,Z[׬߮€r•‘TÚæ¡[¦QQÚ´™;†,fþ,2‡:Úê+ËVßä’nùº„ñ±E³t¢M«,ÑZaR…i¬*ÏÈ-¶ç˜ÍG] ”fez9Œ-[ŠX¿ÁäY S2s7”ÄAÁ"ü‚†L7¢tÂƦ¬ì.>ÍÿQJ>x[K›ŽÛ"Ï)É ³ûͲ5¶[eC¦±c -]ƒYÉ7d´Há´dÍ5¬Mej…M‹5lÌy¶éyѵ—O‚ôÿˆ¨fõ(B†¹MßüªÖz‚3CÉëb—ÃBõl · Z9ýŸj©éN]Ö~oFØ -`u¸ÊPÇþ†ŠT·Ï•ÕI­Cªœ—øÿÂ̧֘=ëHeº×seµ. »îpB K§õ©9uwª¬¢(m2œq´coÚ9¤Hˆè¨´*Ñö<<—~!²ˆô±xÆ©œ>tÏÅ-Ãøµ·|—’±uþĬxÖGœ>œVå? -{gi’ޤþ9áŽg­hèÅ!e&¥úˆ–XÒÒ|v|è»7ß½àÓ?ÿÍ¿=ýÙúO¿~yýòøòþôÇÿÝ×·÷ŸøóÏ·×Ïø¦§O_?>¿_ÚŸôôן~øççO¿>¿|}ÛìËß¾~ûåÓñ—¸Ö”²öƒ}ˇ—Ç—ï¯ï°üXNl¿ök<}~¼¼>ùðüS)¸šwáë<=ÿôxùàþðõÓËã­B÷82d߳ͧ'ŸÖQ}ó>ýôòí¾û†Ïß^ߟsð£T¿ÎÓã÷÷·ÇçLJo_}¼]ÏÇQÑ×ïzúøüöòúõ×çï—Ïx+°¿O}ýÓËëóŸïyð[Þ¿>z|ù¸íÓ6öj}ÝÏÏŸíÃÿÿx+Ë‹ó™·ÁÓ°q}ÿ ŸŸ¿¼üöüýç×/?}øñùãë§×÷×ýÉãSˆÕ#O?ý~«¿øéß/ÙîëßþúË÷ç/Åîâ~ü=Ÿ^||xüþíññýùËÇûàÇF¡ã#?ÿòùùqüþ_Ÿ¾~ûüøòÎ ô´ i¥h™º§ÿßÙGó¤§÷×l¸$a@²ä3½¬pHG*Ð'©âæ:Q·‰­ Rk £Y×9à…L‚Ð"®0xäWÖ5@¹Ç»u7önuöc†7 -‰7髯šlr·ûŸl±#s~‰@°šžG;€võæÚÍ'a¼;\–¿µ%+â3èÏÄÙfÜŒÌ -ïöè -·þ¼ÁËð†=ÓŽmÀ ÿy„7z\ñšbqäþcõ°<Æñr‚-þÑSçE´@r”—’fOV~TgF -±¦m†¿ -û< |k.ÿùQˆñ WÎc¤ô¢üíKöx<²ŸÂë¹°¤<“Îw$Î:ꈬmÔx\Mˉ€ù±º -ä» ±‚"%^riXâ¦H…;7è%òˆVØ/r$ -†j™[ABTb–Öø>œ¨Hß}N¤«5¨±Xø0ô_&ôè„ -çð¼±Q‰D’úþãoûëçÑŘîpD70TËå‚ÌÜ9çÉx3¼.º{v‚GÿeµØI -Esí†K¤ã #`t€ÁvÖõáýÏ“,)8ñÌŒO#,'9Á—\MÉÈNƒ¦TDBÀaïÀp^vÃâ7Sî\†i$)tôö´à­)$zH­ÉÎ@g|øNwƒÆ:8ÆTßþ*O²J¸-ßá ¼•¯h{JÉ8Ç8Ò -vï¶GKézÒI ÁÜ|;¼g¡sHñžkøèûãû;Yz<ò5ÝtŠœ7ö2öܧ'xø—/¯¸çOÿ¯üðíñöã×·Ï—§2" Á ‹hï¶ë>7Ð#º+ Ú»qðÂLï¿¿tÀ&¾oˆÍaÈ ½ÿTœÐÎíˆBƒ´|’IG•ýZMé-sõä:¼b©îZE=XèBvÁÑÓ}ØéïY;QðP™+Ðv-ÛÒ˜ÓÂöVÀÃëÍ‘qÅî$B=ƒoméL·Úý…¢ qržmN&ÀÃÜ mÁ¦tEÀú»vÇë¿¢Á? „vw¡KZ»ÌJà7¬»—ÜÝ€\캭Gl2.e‘û3$&!³žªà£Ç¬fA°ÇPNt°zj%5‡­I ªÈ1f*°ƒ«ƒUSõ -ôT/¨$Ì #q8˜õ½ -¢ -z$+B•kÌ9AÕ^ô®Ý*¨Ç\Ý?Ï^Áå÷|ûúýõýõׇÌ>¥é8òKrˆ.Ú'Ÿ¸Zî'$çÈEΧî«S¼w3AÔ ˜£$±Ï100Ø,b9w0·É‘?}»¯¬D‘bàç°Ç“ qL§åNŽÝ<‘ ÖN@«ö§Fv¾äM"Ï]¦b‚= -Æ!1±ÌØ -Jô¥ªx CX:É$¸@Êo5™I8YÔ#}à Q! ™Q,Tj–ÉȾTÆcÚi@ãr.f;§Ÿƒè®ê¶(ËE`þ¶œ`¸SØÊs ³SƒTbN—Ô5S…–¦Ëd†1„·éMñÇ!qõD\G¹‚¤wëUT‰2 Ö•8®#db1*:èb^ÙßÕ5‹Ì‰,¸µ§†rúŒ91q÷¯F:ÖFÏ*‚qò&ú ˆ¨°¾Q‘Y=î`Ä Ë'IRlPŽ 9í`^9ç„*€c X©êFÁ.l®-H9cXyФ!C(êA~ÊÜjÒŽÑý­˜ºT£Ú@‹ÑîBábïÕk¬™gÁ²‰<¬„(O¢…>#;Ñ Å Zž0Y3T&¢+Vú,Û_$!¢Äª:"k©8 VÐKÄüm Û¹ž¶ -s¹MMC"ÍÄàÚFÃÛgðÖ‡,•tšë*Ö‹‰hEÏö×éŒt¨‚)äŽÆ…Æ‘¤EiU†ŽhŠ__@ºH`÷ \ÍÄÓb(Y©V×”rÄÁ˜ÊkOÇÈy”Ø‘~ †nd‡^s€+»ãp¨dO\èõIZl¢¶£íRèÙç~;¬EvykíϹr$-y³ìªò±®ÈјšEÛD!šÉ±¿XJC´#ZG(‡frŽ Í/ÁêJx»ŒÆýz<¡Mv,沇¥2j¯Ì}[¨ÌõÛ+‡¤S7ç*96ë·èÿRøP+ÚòeŸ¢´‡SÅiG%Np÷ ¶©Pé›y(¸ `­²~8E9ÁÍž2å8Ìþ"´…àÔöY&’–£ÈåƒB½©Ä‘Xçt ¯qa2W(@ ±Õ†¢®‰÷JÕ(mÚc£‚ôFJÇÚö2šXP%ŽOþ&J©‘EŽjß-VÑBváàXSE°ãÍC¬DôÜ9.öù~YH~!¯âSèå\©ŽdËјF¨ïy¿@Å÷ë’]`DV?/Ûl±í$;–Ënû6Ò 3¶)•© -éb$ݪkDyÎ¥2R yY¢Cj&ñ¿@{ð¨?ý˜¸md§Ý͸ön˲¦$“ýìö¨•LfYfðz1󀃋¶ÎžÉz­RKY*Ña9%jÓ~êr¼*ÜhŸn¨R)ûK­C‘ízÙ¼÷ÇøNw{Ì™ejv©;‚äÿÒ{cÇ:$P‹&ñnÉUGçy4QâÛImùOkoa„¸ëý%è Q -^Z•$î¨ö¡ÅDµbÝÍ;ஞ^/²p17Wá5âbUÀš-¯àw‚ÎS95¦]¤ºtí©4зm³ühJ:ïà.ʈi¤ÔëÛ7hŽ˜x¸ìÃz;0râ Àä¥ÏÍ‘xYèTæD¨rÜÆt<ûóš*öÛSÓ°=&'º…xM`ú,®}VÊùfž DT?pJ„}©¦•ÂÀÚÖÝ}e.¼N,3,Uçf(½¤E(°¦4DÛŠ-ί ¥Û4F‚’%^$ÔOÖÑm‰µÎ!ÿ_6 -„ -r”¨è2n¬00¦z#ñd¾*˜,Å VØåaÖÖ(#¦±º¹·êà›º×¤¿Ù:°BáéÛnáE¦ì ìºa†×°QC"©^_´×Ö™T—Ý’èVœ¥vûj´iî%ËŽ‰¹>Dâµ­Ãè 2ç¨ ˆ>ÁtðÂÁ…˜U?Bèr"•FfìÙNÐ¥y 3ИÂ&FB|Џ(ï/öÝlÒrM7•ºlåÜU¼pŽúdz¦…-‚ÝâuCdRðÝàüƒ)ŽL\g­ÞR*”y¡T:scb2±n™J·WÇBôlkÈJhB¹ø  &¶æÄ]Ÿ…äW2W⛂¹Ú<½›Òö¢V’·6±ÑcÌsoô~Ç(Û"q°­0t Á ‡e9flRÏÙ´ó .Ç ¶«ÔÈŽÌH‰X«S{õpÜ$~)/=kÓFSñ®‹’ÁbßhDúŸûM"ÅÅéùÂâ)Œ£¢ÐÞD,™çzÌõ¤š,°·q5=¶g‰DÂÖEi¸ÞuÜá-Êl®ä²pxe™AIBZ`pslÆöjÒÄ?/ñ¢¦]¹+0E‚»Œdms©É) Ès9D}"OŒå!qœædwZ4¢²Á(¼ Õˆ¼$^â_µ{#{4Z4‘KhqŠ`éöªSÚðаgìÐ9¶ -rnL…I>ÊÇ1sÔH鈖ín¬äè -³Ùün‹ï±mÜŒ*Ê*ª.ºjõï4)¬*v.ã#k+ŸF)ÖîmϥϢüà+£ -=ð1÷‹JòG‡ÝCD;á!¥³‹¥)ÓîŠ@Ï•×ÎÄjy>*6¡DXgËFj蹇àXêY%;S»Y ®\ª$¸L¬ºÄ³‡¼ª@è.Ž©0moómG^°¬÷£Ýµ6¨ì˜Å!VÉ(¾Pm°öT?†M¢ËûMŒ#Hmñ<7•K§Ã—P~Så¶\&ÒÅPs°tý°.º¯ýjYDJ}S!ý\Ë—™îlÄ:.r¦¯ˆcš+Ž@¯Y[ô¼d­Ÿ2ÁðRÙ)ºjr¨Z˜ XÄkœ®Û«L£oDâbL÷å\Ó•ð¨'gÅ€`Ôü ÀëB†,G=kÍ•{X] X”–´Åà¨J ŠËÝSÅcïÉðºƒ)ÿ!ŠNoôIù÷BÁ­©•F¬ù…olïújo¥+’g«ˆºÀ­º ,ªäM!㎄½çb8{ YæØ”–Àt­åòàoP@$L4ëV¨¤áb?Ÿ¢íÒ+—I·ÄÕøÍ‹²Ï™žC -DTuÝYù\à ®Š´zJgcâd¬e7—‹r’¶a1 -H|_Œd-•[@±‡Y“®@Á—ølèJdJH F+n$ÚuŠhÕ¬?ÈE0täeP !ezL³%þ#Í*@•ºKÎj¢¤£Ók“Ò[„³tJžvs ALW_k¢[‰ïª.›Þ]팳eŠ (ãê }ZÙ$7¦±ˆQ#M2Žë¬À€®.F F\Wî½r½:²ê‹­« -"n“+ÂÐŽ©vÕ!jÛ]ÖŽ’˜Ž÷„ìv§äo²tÁ—.^:i;¸ÿ’ ìk‹u…à‡ðhé -à6ë((ª×­%HÍnOÌV»ˆhñ#ˆm´ÄÕ9øŒ©56× U»=$1êö,Ô`I¦ ¾iØî -_UHuŽiŸÀ?/X7IyÂîºtn]eòlJ Ž0l·;û~©òz0Œ¨cö fœоay;°É÷‰Õª[óˆÝ ‰_¢›ÎŠÅMݤþÛ¯ÔÇ÷~Ó[«HDo@È18føŸ„½|R<ך rT‹ž1¶ˆºÁ9¹âŒ!}¦öjزµ€ÜF™M¥äÑVÔ”"A΄eHÚÓšV·ê@Î`¤-JhùqƒrÞ?HicϵkvW‹© s¨Säœ^S×$èJÈõ(ÚÉáÝ‚êdÜE%’AÑ•¾âA̰ª8. ø ]ñÖٺΊ±Œ¸€ƒWFaëõb‡v ¹o Þïá[ÝžŒ0jy _¢+·dзÚ¾ªƒž¡¡® -Θ«m§|¿ È«F¸9+º?‡[âo½‡’; -ì„õiØÈóÔû©a0ï}åáuÙ0:ÄÍÓ@ˆ§WÞo:‹æ¬¯I¨R^XnIѨ¨HHÄДôÂy÷U ¸*$[a“ã\K“p.=q÷iÄ1uõ˜Wù¸»tˆhesŠ ³`s\Ú Z‹Dœg˺£v°Ží”ïµbVª&Ö$‘æ(ûl.ŠîéKWKôt¶DÕš"ÙA²»ŒÑÎ6Ì4|z~©ˆ©7&pÍ^@öl¹"¬MOW!Ò^ך<§èûGòj×K~z©cs â>¼·+ úÚµ‡¨3.ZšAlAAq9ìõN²-Vq¨®: w\Ú-¬CKפ=€%Ùøá)·JÏ`"™š”%Š÷Í­è¹s¦SoÑ/’{?RC˘Þ3qΉ¾æ'F¯2›±©Xw@¼Šµ¹ç ÊâSc¹•X«]™î%VÚÒ˜×úMi1at¬ï .8÷êKUmqR¶˜®à V›xO7­îI\ÔK ôÔ8E<⨧¿¬>D/#3ÓR9H:?Î÷ËÖüàW‰ß -f¸ïáÝÅA¥ÉÚù$æ{ÖÜþ,õˆÙÑ5ʰeõÑ´b€3gÐÃ7œ²ÄCZ<’…Zžd ØH¯|ž‹=Œ L‰@£jiÒbw?"™E°Œõ¦+‹§Hˆ‹{Hêak?Md€õ -û«U‡(lí@Í‹7.Ê\yMz™Íñt7¬¡:À7â–â`Ýž ®+eLn. {’÷¸æ.TlÊA¯`ʃ¬¤GÔãQùÂe»t× =a^y°åƒá¤.r¼cY{é-D±Ñ‘v™Te.ø.ê‚]E‹™pa -ü:´¾Q=cÔV’Q¹Â69úq¯æ0Y"röWë-ªl›ë Ë;Á¯<ä%i1 ÏLͨÅC"ê.>h®úÐD«ë5UÄÓûÌ(›iª ÑVtñ(wxuS Jé¯Q¢•ñFd•Ô} æÖ^áI–9ÛÉ1YcÇd?/ì(+¤Í[ÔŒœŒ±X]". ÙfxQn'›~pr°-b—­âº'A®ÃìÁ^µÑá¶–^q?K%YQ^'ÉMÖœâNËrú¸ÃÑ,»¨¤²Ù,ØõÁ`°¸9Y¦H<ã»9¾RÏŠæ‹IâA5„WÕ8x Ù_Öô%¶ä´Ö.Lë%&EYxíöhnÉ(ì1c°Dƒõâ´ƒiª(Tβ¡)Êb‚2ÞG‘¹‡åv+áWqÅSº9 !Á2窥Äã´p4Iùˆº™*º€»PÖE=lp‚ðÎdQ‡ÛÁ:kf 'Ëзu(T$‚³¨¸íj!øÜHDn¸gîâ¹BÄSI½¨EòUÓFk¨ýåU&¢‹.ÌW9s[gÌÍdó,&èµ0Ç*hͨ ]ÆÅ-ᨄšâ0§D`EžRìúeŰNu­6 °šæcJõ£¸‡ì¯ééèò ]kŒ ™/¼{ !Ö:â·ô?™öìÊœÄö+»ñK -ú†9#2õhÇë’È+8£Sv¾AâP׈ÈÐõÒ7Çn„j$â|Í:¯•KÐÔK_EAíR$Z"¹ûFãnÊk¥p­Ä]GÅÜV  ‡é„Ê$_`?½ôëºSg£¸`N™mRŒP´¦KsÇèl¹­¯Œm‹ é&`xtlF› ÄNÛ⟚E¡\Oo™ô`¥¼„n»Xí¯m"Jۉ°qý¤WŠCgÚÊZ°g¯úÙ®ÔFƒÏ„WÇU5ªŠ#¬ƒÉjí1JÀßû ®r'sÝ:ÙIMB*U˜: -³¿ŽšDPªÜ"i¹hVA¯y€¼#å¼*ȹ`áãù×ü'éÕá *`ŠÂ®r^‘H¬µ®û|ëè•äЉ ^24]åiÎw“ŽP'¢••Ycß×ë­^Ø Mx/}ÿ94¨«Å5-‘ð»Ñ+A™òÿ—juÝFòE¶¯?¶S§”hQx]³¾k’G°/q:‡lÙId-õƒÖçEdcè ýtšÈϧ*ê†./*ú"îbG¶éôÖØóx¾d$¦ËÌQgœ™´&IV4¶æ’µ²†{.!ŠöD7ݬãØVF÷lؤÕ~MÌÔš°2‘pEßš¬!‹è®KLnåÁÊKHÍœ¬›”ÖN‡™RÇ»¹¸3¸mÇ¡!hí‘çªL«Âg54eÕý†ÞAø|/Ƚa7€þ¾µFÂùåŒCõrCÀïÙŠEt“*å­ýøDÄû‰{–ΟmË ºø®J'e?Àœ)P|`¨Ci½‚œ&Ù¾V¤œv±$r­³$,ÌäŠÏ?\U"z¶]P™Óh³p}k¾±M›‡Tæ”J–Ñ…lÑ÷Èš¯P¼7ÔA[6õ·ázÄoßèÆÎ ·ÕT&½eõî½ÊÝ*¤6+Cè;¾­isY1öí<ÅXkVï1·IM”îšx"QMp q|³uÇ)xÁñeºí19oo·:EÐý÷ë&à'$˜¹ð<ª;Ì}ñ8¬ü±‚Ž¢‡b¦ -¡9·~ñŽ×4pû¥„íÞ_ÐìU‘š×Mí+Y8.^%ãÌ_Fë¬ê1j_9RF²ñÖDFÍ–sø Ó7Ë$ˆ™®[œÛfäFÝ‘‡íþê#쌮N«Èp„tó(6ª©7³qÀ6²l³] -â´‚>p÷l5ÎD‘l±PÛIW[Í,ç)Þf±Ó…iÃ~F+ÝÅ[G·ÝÿÍ×#9 Tutñ¸HʳW˜/N{èe ²˜lÚM:ZuȼÖD V“Áb[žZãi˜9‰éX´9¸’¼Á‚@íþ"íâBI]'¨=–Tt…~˜±ª\“Î[wÝoGùLMo vÆ!ÈÖcŽáׇj˜yÅòPE–hçâ'«}zPÊqFá&í/Á;5Ðù–'ÊmJcbáB§H«å¹Ì©„³(G9;nh‡ií¡éÛ¶zÁ.Ü0=¹Qö!tÝÁ^·×HPütt«ýS[ß9IëBhby‘Tåü€Wî­~6·th†ç¡@ÔÖëÄZ0[ÖŠ”¡Íýaé¡VîxFÕÒ”ªÌ«o!ýq—‰³`zËÝo¿6Pe5¼»ÐqHE #‰¦“µ‹¸ëQçï¯¹Ðæº‚†6’:vVái˜ðe·¨´¤è²ä¢^ø˜˜Æ û $‹¡{îÛc“(ÐIÂÁÁ -kËÝ£dÁ1H;<ýã&S ¥O,Zz]^¡ÄŽskržfÛ¡øÔÅ-°?e*–%mc¶Ã3sí/È‚î¼ÿ‚7´N.ÄÀË€,0ß2úªì«³Jý1sÍòǨ‡–G}hr€$,áÃÞZËD±8Iu@}?L&ê]ñì/ˆên½¿*¤:c®*e&V~7옦×)×£I¦Yætd›û ðÚ -“¥Ä µ4•KFS==³XclYUóPíOØžÓÑÈ`•êîŒs$›®Ð…Üì%«.e-1ÓcÊ‚t%Ë„[qËFÛqEÆf¶‹Ù—…1ƒfzàgZßZÒƒ…IMR„ Ù£> ¼{Õ§¿úˆú‹Ù0c>´ãëÔ¥¹B¬DË‚yòÖHÌ1 ¶“ €nÅ*.äQˆnNÄiþ³‰ðMÍîÊSŠûÊx8lÍ0¼ Ë -1:¬%yâž_¹D_(p@˜òBr &UY3Ëéq‘#´í?’W˜x¬§ÇsåüYFùnš\3ô¡Š¢N†•©r•Ð{žê:lÝá0Ø’–ÝÞK ²`#[,\¢ƒû‘mj6µ€ÐhÝDAÄ“@F{¶±«¹ÑôWÿ LëÀÇMîLiÔãêÝ%&?E²ÒQ‚S¯hʇóW|&ˆkWXµÖ07ëÛðÜËj"4ÒuŸé0*QÖ´+jk„V~gíÜ=†`³Cšsgœb~.'k­+2™šžÊtqõ¾Qî‹Ú»`:™©yš°²$ADè/>ªi«¾ÖK^¥ƒžÚNg˜É^¯õöa«£ë=EóÇÎ;jL 6 ‹¬J¶é‚w :Ð4ž×Ò5>Q…èL_Ò©ª:[\gÅÆ“ØM³Éò¶K„%`jÉ»\Õ<ÖñfyW¦ŸˆX!‹>â‘.¸8–Dmï”GüÆgƒÌïêþÅtzzþÂ-æcUuÑ«ÅÄ4Ï¡Ã3S6I&ذïþN»…ún–|GC 2¼ªs3*@Ã$ -d:¯|JÙî¹Òµ­;Jh2ô´ŸNôªnÑëaÚÀh}®Ò·q‰3%Ú¼šÔËa?(öˆÖÔ©(¾s¸ˆ¡´Ä¶¢•YñTé›Ê«\ÄÊÎú„l‚zÙ]Égî«áÁ½FÒÅ%¶¡{Jèâ1–L§ai6`âú¤êõøûÒ j5†½f—¹Ÿ0ÚØç,–dGDÈ‚Þ"R âRGG‡5®ð†R¿e,mÌ -“?mu²Em;±/ÓO¦4ñBùèLúŒ77\L¨óÝD6XsbYÑÃa‘kh“7+UÛbýßvª-‰Z^}yð…dEÌÖÈji-~ýH¨§zÊ5«}¶I›ªüî@Ôt‡³œª'–û!‹{0­¼ÜÎĸ"é^ÏŒÉ~eI%y}ò¼Ò1)ŽCH’ÀÝ× ëJ¾“Dñ®N"5»²ï3%WÌÖÖ´çÍà’æÐã¾Rö‹Ÿ*®ƒ{B–öÒÉè&ž]!Ù¨õ2õo¿¹G±®ÎfÄ~D‘›=17àe´N#HàC%ß»ëí@ÐJwñˆ²¦¼#î^#’’­¸5v¦kõ•hÆžH²PC”-L’þÑ`„—J%ÑW™ú?-fÙ]¸°Œß'’¿ -hÈB.` 6}Jâêv§ìkÜpÍ’Š#–…ÁB©PxúH²"ó¬0É¥„ZBƒ8†dZ<·í) çKˆÞª¥£Ût—©Î1u°þˆfÄ=º;åäÊ)"œ?7§u@4ˆÉž*Dž^ „¶hÙ)Øb“ .ªè82£¼oÞ Ì‰*e º:ð;‰ˆw1^u”FÕSâJc©$z¦Ý”Së±dÔ—Ë&6§LǤ:ÕÙŠ­¦É{-TÂ+FœJ¶yÉ»3æð”|½Ð JÊßt³¨nQ–ŸD ;Öm -Y¦+uOcî°`>ŽrQ²”4˜eùeºl#Î'3Êì@T⻓‹båsUy/-$üVBÑœgÇKœÀh÷÷³œØP&·áHRªvÚ]ž³w;°i !·\ʶª¨ ìa)KË -8a2^ëWÎâ-ÛÒÐ_ÍUAìôZ—3Bw¸5ú7j”/”;æª'šÈË»¸`%ÀúçÄ6ÆÅ˜!ÏÉt§U|éØwPîâÕÕ!ãɲÿ}¤Zw}R®)o—,²÷•)ð¡£ÆSÌ&uÍoänj†ªÈÃãy3ôu”kÆ32ªê@ÎÛ(_)ýû«n+d5¦ß5µ“jY=VBæ@瑜[VÉÐÝ9ó(®~Î`ÞW²L-‡í»¨¢À™3—QMé„ÈÔ|=ƒD;z¥É#ŸdŒêÜÃÑ#RˆTþ$ÒQܵ uÀìùg‘rÑð-š:XŽÖñ,q”¼ÕÂl²§^χÜÕ}ÑÔ›Û_™PF–a®‚To)̪€„1Í=²žq…¾üA©C&öj¥¡¥tÌ€LLëz¸L#èRìZË̦ =£ºav´€ŽÌMTF"ûÃO¹¤=Ê=ÝV‰Õdª2À&ÌãZ\t¿Ã9ÇEñjeÇtºQ*ÂB¢¡¢žkf2W…É«YÛÆ}ÒüCßé•§¯Ê3åíÀjéL½<=™ýÚž¶Û:n#J”Ì~0Á8V²½Œž¬Ý_Þ¯ÉÓv‹OÁµ;ˆìŽmuäÁªû=oྨ9^ó^ {u¹ì|¢ê-v)ãj‰dÖGHkÒcõ¹ã¦¾`ø*ssWPE(\cÑØô]ƒZËôÙ¸YZÀïèí¢ú4ɦOäôÊ%—(ï”XéRµ=ÜM$•†}.Ésë·Cýd4w —‚Ä[ªœ¸‚¹Ý9iCòÁDÙ¹*§A ¼ZÚQdâw<×ôªyF³‰†=¹ìGùhª¨ âb• øG¦tB×¢3Ø÷rµêìl’±ŸçW=Ë 0iÄ$'±»ç±$ÙÂêœ67% 1¹|¿áµ†ñýã¼ûÊ -ßy„>u·q–7a)M‰Ý<¬Û‚ꘜ·¯&Vã~B!Ì떻ˌ…·ˆðz[y›áf†$UãOê˜i]UÅ€@ؼ"Óe1ro²HŒÝ.}lu/¡Ïý«U8Òò,¨é±deLw)©…H¥Œl”Y†Í73ýùÊsÚ+€¸v°Všî©&ÿó:p–6¬S¾š xcöšuaƒÙy~Yl‹Üog ’K‘M‚às‰@dš9[‘ÜìÁ’ Gú{¢5±ÈSÔ±ÜûJ^•.¿½Y¢AËÛ™Ìo^Ù͈¯I±gË6C]v*Q•0LC\7ÎÞ˜mżT·e޼¥Øˆo½Õa6ILál¦/kÒ%D4NØõŽ·Q½ë÷™$$*6•N¾3ÇÄB4@G˜zG¼Ót¡ªAy'8›˜œ21·¸*ªC:)5'ä›·zü­g'*ŸD¾Jš‰JìFC07ë…ÚtÇ[FÇ ÝÓ+yô¡<™ƒÊ]Hç¡ rßö²Ö©ì^'dAg©8`1`7kVK6ZC(+QbF7oW`'Ë„¾"á>"öc~Pþ‰9&Ï-œüŽæwH¢7*uxÛm¦K 9÷]f"Øê­˜I4ƒuJ ;-Ë%ݦ¡ÇèHUÝ­Šb5b,+úЕº»9#j¯-ÉOÔ®Õ†O^1ˆ|~¹ÌŒÝRGÉî^s‹øG™ç®Ô ·r*{ô—åsí☆»Rvȃ<… -Yå”-•³cJ; Kï8N&sn†':Õ´›÷°V¡ àèaòµ±¨¡Ý/»£P&öŒ’b'WÒWJWqÈ™t•Ž#ô×Õ² -ß^Qe³ °d”å©îc«uÁ{ÜZ™1k€–C j˜Zs# »ðÏœA—üPԊזµ0ò…^ß[eólÌ\òˆLi+öÍÚemëöž‚­d_cåÌÐ`IÏ©ÝÑÏ)v?!᎘å*Ú]$§ 1Øî«’ÌçûÇBµ$b…É­Ä$!{½“M*4ðÊTëB„ÂTì¢n3]²1›f_WO­º&¨8Þ@Öý¡Œˆ>1HÛ6U"ˆs„¢ôÛúg¯Ø®I}(¯VYz虡΃¹nÚ¢²÷ ÓjZ‹*³ôZå€V'ê4}réuDçvúbUÊ,z}s°-d¯í »ÂP<}õ57–¾Ê<- ÈÈyÊ»²³–9ÃfÙl!ÚiÚ!Á¼Ð•àì/ÐÂby[‹‡UäÅEåj]d@„Û Ñþ‹S#‚«?´àI6Ž_S¡Ž­7ÆÄ®ÙŽìB»¿å©ÿ¼öQþܧþùOߟý‘§7ÏŸ?=Þ=~¾ú¹úåÇç—wôûЧ¯Ïo^ýüþœ§¾z|÷çW?~z<Ôç^ž_~ùzùBòØKÿöùšÿ½}÷øéÓÏØwževzòÙ§o_:'Ÿzùôó«û³S¡ó/yûéÕëw?ÿo¿êÇw¿¾úúîñæ¸ùžŽKŸzúøüÓWyý¯ÿ{ýîm'ìL½àO=}ýôþÝÿÞýþòîÍϯo~¶ï]å.cMóóýë^ÔB8úIE­"›ŠÝŽÇ•¤î·<¾Hª™ü¶GM·îþ)ßyU¨îuÒ;)ÿGÒ>%ÍòÈý¯;†Žáˆc8á®è }tçñÙbd·vŒ çÖHäaÜšp°a 6C9dçß(È`£0ØÄ`Cl4ƒÁ†1ØX 5ÿ¶Ä`£0ØÄ`Cl4ƒÁ†1ØX 5ÿ¶ÁÄ0£.)ý•[À`ƒlƒÆ`c0Ø0‹¡Æáo5¤ 6€Á0ØÀ`lƒ `° 6€Á0ØÀ±=°ÒÞAݱ=nÙx<ßø™ÖÄø|À1pŠ«VÚŠ¾ãÖu¾¯ÚŸñ“läNO<2ž÷{{—àPˆ]ÿðîƒÃëÎHBÅ–w+¤"ÔV“5”bé+èÎÊZv›LÜ+r6Ki_æŒqÛ,<Ÿ…•;@_’Cùˆ&"2P<ÒhÄÛV‹‰ÁÎp¹1è‡5jc×ììÂfœäÇqº–š$à Kƒ¢Î„îVûåÖI¤ZžrúàTfn§blß—õJgfÙMÞ{)ª ÆÃpDkŽ-úÝÕöáê¬4ÄQÿzB[>‡{!an”GÉZý˜·ÊÄÒìTT4SÓxàT*/ՙŃ•ìµà^5çÐLâÏb¯‡©«yz²°‚YÉ«öü¥Ñ ´¼¤§¢]+[u܈>µÐñÓ:•ŒTªµ™jιF@Æ †µ@ÊNö/lì´êF{)Ê«&M 'Z@Î[ HNèàüsf¥“ÿ¥Êµe§ý|¾W7/MÇN¶z)ʧvÚ`ø¡¦C£‹²Õ×lQf›ÎäGÔhmE&]vN¹ªä©&›ó¥5Aó¬%Ç2r-S¹X¥gp» H#!´òœ;búÈŒËôü!m°ÊRaºsÕëÄAŽtäZiÈÃ’ÍI•öô˜Ÿ-“t›¹7'†ï ä]@X©7#"u4ƒ¡ÜäX…W™5ö^˜& SnZù-{ys´Äøœ,@• $Z(0d_#âÊ^›òN"×)¨.u.ñH€{æz“³¹vÆ.Dãši?Çä?‰VQ>5é+À”‘_ - S™OÎdÊyÝ.æ’éO-H!,,öª·‰rfç'y/\ãì“iö«)ØîÑ0–£Ï@ ŸgD8eã9ÌŽŸ IJ¸æCP­9¡™H£ ÇïÒA°6yULëhˆšîŠ·1`¶éŸŽkCΉËˉ>ƵÜíÒAXßíüT±¸Km4£ ´ìåšó¯VÂå=léÞé=yÆAkõ ÊhjM'ÀÙöˆL}‚ƒ–Æ*\¬o^ -;dL³Á]ÆE@ 88ºF>îŠ<è -ñJsŽˆé­ÿ«ÌëXž4xBìÂ^®qÐÙ)ݰ ºhÚ šžúj¤üò°¢‡äиVÅnpï‘ðØÏ×ÇJ) 0„ÔXš¬£ýb'6ÆÖb±Ò€Â‹ðñ©ºÃ± @쥨: Ú’˜þ¦_ô”Ë‹yÛšŠS¤­³È“Iw³F¦ Å$ttk® êöi®¬3Ÿ\ Å\˜Ö¨Yj[[ydTfÅéX/µIMHv9Òuûù5M5é­»t)Úúm…nŒŽ· Ã9Ú‰m:9JáþH -n)|Û½"(ØN¹¼ ¿(U•m)о=E~⬔¯¨#%TÙJýÍk°¨<ÑAáږʼn"C™úœQ¼ -ùæÝÁ~£Šˆ=ú ùeD‡N ý¶Uj/\®L^ß»rƒ¹úÿĵ¬jíMpHƒ;£w.Ã/´áîä ½ ûÿïÝ›I}ì.#£Eë t/Èf Ó*ó @­ RW3“&mjC†wý‡¥£ÐH4ï{Ò—çZE9ÔŠú²ü’ ÃÌc½®V?¹mçöuê›\Ý•÷Mw>P¬EZ€ƒjßO`g¿(X¦`Œ`µt¹>y2vQOe8ÓäAkOSÊ>¢nBÿ)ri%œ¢ -PYVZ¢òÄm“ ‚ô ˆ‚DL©¤/uk4‹„&Ö¦fDËÕûOÕ9j U¢ü'ßúUíÀ -@¥EÊ ì”MdwÎHoHÂTžK:Ï`$í’eíË:&,÷Ÿð!rápë·_ù:IÇnþÀ%1Ø=}eø+t&æ ‹ù ýˆÌÜ)f¤£Ešp+|÷à¡)„2eïôsÒÉ5š|3<ûƒ6b¸ÿDŽßÜ/Àä3iuŽÛ…\#8=]«Lž``+ìt”˜tÒ¶r®xC¾,¹9gE -FŸT ü„Z`1ªE¢ ~¿ --xÒnw©P£°ò£‡ÍKÿmTÃKªü¿Q-ÙC$*ýÄòF7 »0ñž0Ð-YqµðAÚvf‡è4ó˜¹cŽTPù§< ¡¥mïü•E¥‰ÁÉä¢òÚÉA)5Ríü'”û<ñ¤0ë‘i½§®’¡³žÀµ“Ûõ"O*÷©ü, AÕ”¡â3,N޾õ/lѾ¦$eB+ÔÀÚA -Õ­(Ô…h³óÛØœ¯ðâs5à3Ô—Ãjm VTŽ^@ ”¬õ=†ÖÔëFa“Z¡,ã‘®ààÉbI:PÊK8SÎÎKË®_Z€èpz$'œ9ÌÒÑV ¿(S„É&Aý\º>ïë~Œ§c‘ØìÓ×ÏU"Ðpš›seOÎ5Z•”Îbóï;Ó§ˆæI¨ ×J6-ÂÌ´”®ÏΕöÈ„‘Àe=aC“Ú›Q‹< p´ ¾XÚŽ´ðL¶â  §å¸/ÊóNÄÙ¤™–4cêq¢éjA\^§O[M1zü½ã”9ÙŒ5œFãÐ[û)8’KM>à„ ½8‚NIÙÛh9)¨â3w^¡—4š–\"láÚ|lZgéÌrÅ€Â7N´ mlˆ…!ÎÙÛ]ªÝJè=¡›IïÏW)xÒ ô±3+ŸéÓU‰ªë (m".8ã*t½ØÒ¼:TŽÐb®®Ìˆ7• „=d ÓÝëæä[â¶á&öÚíņѡ6 0´Ÿ¾XÚˆô¨J¨än¥ñÖ±¥çá[oZ¦½1 Ø`Øu²C£œp)݃æcã'&–s…mDî{E)³˜F•>†ˆò^ÍWéÀfÛ®êH„šå00¸>Œjøæ1€.àf®Ðàè£VÊ­rØhÙ‡Ö¾y,tÿÏáya–8u îbyÌÅ35xCº"3ñF™í§`iÒヶ횆é2ð Ð8 ÆfäºNXrd F1‰*1—”ÝB\gIÜ~qŒé‹`Ú0 cÓÊny·Ø$­›F)„:Ö0k4gkß÷YVüòr¦0%Sâ0%SBÔ–hG=.3R0# +28bÄf0#3â0#3B˜‘„)˜‘†1â -Äh«yS4#3â0#3B`TË@‹xX£v/Â×ÛÖSaØ×L+ÔÎZ€Í‚”Y@¡ýôÅ‘P*ò±% S2@›Ñ›¦ -l‰¡.‡·<Ôu!ß=f$`F3’0#3Ò°"ƒ#FLaF3b0#30#„I˜‘‚iX‘Á#®°!@øXÏ›[ΘÁèéoƒæ—ծȮ#JÜJ•Z  >|¬è¡…Ù| -ŽdR‘¢4%S0%8aé \=Ï] -:%6d -pK‹?Ç£z)­{B'Âä "ŸÚ OF•ÈcSoZB”øs83gÙ{z–Uˆvw•Rã²ÔâÒà"ŒQ=¬.[OÁR’Ô£&-‰¡.GëÚBn5oUoŠb['X¥N˜·Ї[ÏÕ…kåê‰É\ ‘Ukè’´¶«M'dUš}h˜‡Þ4Ý?í` µ9ÚQä{’ñË6 .%Äw|â}èëïë¦!¶‘®g•”¦ÖΙ“Òh–}ø<þý÷”ßv_>¼;¼yýÉá|Ûöu»nûí¾½{^Ï‹ì^qøu;/û¿fLJ/·ß˯õ/yîñöøç×÷ƒ=nÄáí?½îx¹n/ëþ¿$ßþ~þÉá÷õ².Ûq¹×ÿÏ‘ÒþÏ—ûëå˜<Þ~]®Ïû'¤+üÀ_ské!1ù7çåù²Þþ./çwñ‰ãó—Ùö=)•óW¿ä².§ë.œW=_ÿ.¿®ÛùúFŠþçþ«‡e»ü»¼<¬Ûýñn9¯¿Ö}ý*ûæHÿ·=õp{y\åñäézù _¹?Üþ¼,›Þßñ/ÿ‡_ëÝõxýïñzÞ—íü-fIü -/˾Þ¼úš‚„{K{.|'ÍD4Aðü"_M͹X1ÓG%î+ý·Œëõh¿Â½ýz(]äçóËÀ±M¾­¿ fâŽÌB·´®IqýXVšT¯Ó -uLjkÌåù¬¨ & ‹Ð­„´—_Pø:©!ÖhE=´w˜Ât$€³ÄÖ§'ûžGX~éßõWvA~ã;Ì„ó@èÁ¡ŸÖShý@»R˜r íÂÃu”£3DZ%›óç ªVíùêyJqàîLO5Â,éᡞêŠ+ƒ™²êèñõêbĘ»¡ùsâ©Ä¶S4»Ö£lX;Þ)‘l~åÔ‰0èŸõ‚ø8Ó V‘i©u¢bD£ÀÏó"tè=ŠÇcŸ¿"ÂhÔÓ ý_–¿Éó¿püxŸ$ ÄpGÁZlŠH弄¸a˜yœ#IËš*˜Á›3m=8ri&u©êÅ0§Ž`Uç¢ìöN‘=ôx°|›W¤y¶Y&ÆñmíIjrðQ¢O}¥Gþ ‡KåÁJD¨Ê´lA®žK•CߟBLÈSÁÈ’$0=K¦1Ðí ¤;÷nÙ»/E=¶ÄØšœÝ ÏNqzkÃÝãÛ@“äà‹êaÚ¼‹"¼‹ ìšäɰï.ŽïJ’hsSXG¾ÑÜqj/?Ê–ä}~|]ÍO`bŽ_îs¹Ô‚!Jè çœ-L„̳åμmål‰ùò1û’BÔè×kÎRæôTåø¯˜‰· öÅ2èÌ"Œ¶¢*™$-E>†´ˆ,Üò¶3b1²ä9Å”!ÑÏî3A‹Úo(×ÿ ¢šôC@2Ìm/~ªUm@ôofÞ™2»[4›r¿-ú ‰Îáÿ7­OÚð¼ ,{õ‘ªÑè£ýmnmHÐfËl–ÚÍÝõîÛ ½vRͦéqìqìq>ü#cª$‡’ä9G=Mf~£ ÙÆÞúª"i?ú%ó9{³ˆˆþóãÙ¸µëCNMî r⤠l a‹ä´N!,÷:_/lÝ$î8îD!#d<eU²âô%µBÆ!êeÂŽIãB˜Hø §¹€æ+ 0»¸ÂÚ"k"ÄT)Ã2¥Äh{¦°Iæ8ƒSQÿå‚$1&ŽV¬=‰ò']Ç‘¢[i΂VQQ^mrßþó’@%ÞäˆP#n]˜€°Z)SQb;“3„¹·Ôˆ{[vQµ$Ûº±2QݵœUXjÏC¶Z\~Az‰]74Â1U -cªI‰©Tfë=»¶ªŒ)Óª±Xa°ˆÚ’g\w£ƒ·f$NÆ[ -1›X• ¸)™eÑÕÀ%)z´®QÌ\1‘c©„æ·œ“‚âVÎqŽÞàR®KcДŒä2¨—V;óì¢L ;^Íœe5ZYWj„y2%~œ}ÖëØêÊj -ç,dÚšòjWA+EÞÚòôU}ƒ6˜½¼ìjGC¨d™Þmщ2“ÜŸi‘Áˆ^ó[3ÜØW -Ôd϶ø€*bkõG#‚ÊHÙè¢Yô-pmö!„…‡j.øZ)l7½•Ùl Z1CÈ Ê_‚|PJZöeOÆ<“ÖH¥ À%s°7ÿÛ‡ÛE$ó7 -ǬbŠ-b–{TÊÚÊIä•ÕgAƒÓnŒ£}*¬+"a¯¸áºðšj¡+©¹œÿXÈI5]‡¶\;÷zhÁ®ìMíl-[ÄA‚G¥mÁ±ënÖ¶\éà¨+œ+×B]È@gV1‰Suå¾2©QÉX#àiÅUæØT÷4¢ü®êJÇÉ"6߬bõ ‚–Ðz£–ýá1ÿôžv8´“í6ýÕ~ømwƽ ´?ùZ•—ÓPhnP4שK¥t Ã{·%"NÏa–²5"ÄEJi¢Ô¥Í|ƒU&XƒnAN©®ã…³å)0v¥/vl´_>;Ê1•zDI kËõ%/‰È++¦­ød‹Ð '¢ê’ªƒ¡ÝÞ€oU²K©çjù“´ÆÃN?3Oóí•Ê<ÞœŒg²›(í„ ªJØBE°š¥•àùÅ™uY­ÌJÅKK¦–ÑL.²ã¥œ>¥¥Jœ]Üê68n=SÞߕʨ”yJÙ€;f_-;èw8$LAᛯP{Dʈ> 71ÍØ•üäOš&àÅí”QÎvyJ- ëL o¨S5¢‘{ª ¤^&T-78.Ð&g-œËàÇ!H›;·$9«Ih …ŒžV3ÒÿBQš wÚ鿯–qÉ8‚½w)ð¨ÕMßÔ&8£y‡· ?R–^3§m6þÙ?$?c´ªéä«! -ÎQô:ÌYߎmØü2pœ[YúÅ u®Çh43š—Ÿ [ÝÜX“¨ËCD>ªÂà»ÏÍ:ÝPY;㸰Ø;+íRM™ø–4ÁOó­˜ÐoÇ –øt, !'󠈎6 /)èŽ$Ö¤Bæ’h0K`ÇˆŽŸQ°ÌüÄ3î¦VÕr 2µ$f¬J7Ç8ï^3Ê ÿ¨³HÛzçW™ðÔq¥‡yDƒj°CÔ`0ý”ÊF —¶U–õ‰¦÷]F¼ñt*©S·¥š¦±…â–W÷*oÛØBf£°bâ5pÍ)ñô+©[uVãŒl»UÐe‹ïÈ}¤L5Æ2–²lñFÌÍLv05¾fvÐï>q ¿úÏ Uw;µYÝí𧜫“aùObGß? }XìijHK ubúºÓÑ)¬>%&ˆ•°bV¯'Ä6ÕʉuD=í7xAÎúÀ°€ÑÌ}“]8‘®4óz¬!+rä…½GSU?³ÒƒoªL«a`G:d'd„;ÆzeîCÇH0U˜5òdoÔÄ^½è¯JpÅLØ[qB&JÎöCŽ^:Dö ‰"%ž&¼j°&‚°UÞ>r7¡]/W—æ© Ë,ó~?(k 5HS“ˆp 5½¬n¬2k8YÅòrÒãF)Ï -ƒÏo™ubíð!7·+ikq`"êõIDÐRcoò0Òc1õîHCÆfÁÌzË«&u&…±P@@óí´¾(+åkð°E ®TÆÔ7Ëæv=a ÆGHžÄ}`T l±˜…Ø­žÀæcë¶&õ³Z8Ts÷˜;ä_]ÆŒŽÁàw,G5yaÍ”E”Mì$/Ê -†Ò¹Ï–`Ü1ä5“ŒlIX–,# 1eG±bW_JäÉRD5\1›¯Py°„kµ k»¬r ‘(Oc4×.Ø­˜)Ðo!i‡—WˆÙó‹=(­É';ÔY[Ñ8ë-3ø^Z¹^æRK½ãéPó„å"lë&³Ý3ð¿»’õ@Ž#!`³£“\ƒ³*®“²b¤Ü—Є'5Àú÷n°Ê(³ÐiD†j޼‘ILžäΖc …𦠌Xn°ÚÕ¥cæ œKðH¸-l§ên½¨7ä¯dŒžk\+EÜ—ÙRlÄJ¨[µ£›ÃÎ <nÇ2ä«Öå¯W3q¿ÐI/µ²Ãÿñ9ý–° -µÆ‡ v”T”l%s¤ƒB°Á–)(1¡ó^ËQÌmñ™\S%Ì(‘Q­ 8[µ2‘ gJ7£^/U+Åm)Så–`È Ž›Œ¾šz•ˆèlÍLÙ±º²ÝñhÞu]íä¨fÚ^îhÚˆÜæqCžL);éð…$û`.„œÜ¤·MQƒ¡1¢—²›ˆYY›»Ñaâ°u‘\UÛ|®5T çZì,ö•TœŽå±@Ý¢0…Æô[Æ(ÔŸŽ 4°wr{¢*’ l'$/7¢4lÞ{+Q=JMWÊÒ|*GbÒ» ’‘o­Œ¤°ãþ”ë4å‰ÈB4=6æqüW‹}Îs¶RVïk'ä’ÆgOÊUÊÖ -$sª‡^•,B,-u˜º{qkHèW¢ Yøt¿²Šú±·ÿX&·1­zTNç´ö¡“)Zß-TA¶Á‡œÙ -žÐô8ïf\†ìkqä¦L^ã뙺uÔ½¥g)¯™äâ&º„;„ b ±Žï ®~’‹©“HÃeäKÕì?/Ä~`r/˜ ÖÞD¯—³ZƒZêüûà¢Ižñ QV=»&y®A{@yVζ’—»%Ž?¨ª £S2×·n™ð¶“~±eT"3¼ªÓ”C<Òbçê` Ø¬Í Ih‡÷ ÷Bæˆíw' ]ÿæ·µ2Ï=j| éâF1}5æ+X4vqâ—Ý\BîùY웇uoÉd°hÈòDyÅL!`È!’I ÁÏO¸[t=ÍWÈÉÝ_6£1óصò¶É2„¦qÒij]jI®l#ÔH7ÞÓã!‚ª± m;a - Cq"o^Š´ÜƒÐ¿Ô© 'lévO.ŽéæH‰•Ûè³Ï¶½$/7!¥”žœáÍìÒ:â8Ï åÜo¤…¨%;fÚ’(FjzYgÃíBÆÔXK!#›\ ;X€GÿjnJð§PKî¥ e³ãت’ïŽ6f£Ýþ¾dq]Êí±š°Š\áØ knA©ö¿vè$9ˆsþéEö!¯ÅZ.ÖÞ{•2…êFì3Û¸ß%xÙÿrô¢±nÆúÑâ¦ÈqK›ì'dG@«+F‡EäëÁȼ:3~ KÞºEêd -ªÁîÁø+Ã=Oµ¨>ÑøþCB!;F ÌÀî煋±R»yUŸ@|µÄ¨@×2~šœÑ«ã6”¯,tØ›©e)d - CÞƒ²~Ã_ î€DíH/®Ûˆ= Ϫ<æ–QõãþçЛְ ŠЧìï.ó°vCtûÏ®ŒxRíC%S ?Ç€÷rQdÁ³÷Ÿìàœiëzö?/á‚Ñ1¡}&’w÷Ë@çm²nlÊHÎlé°`<½(«÷u‹_÷tz«äS¥­`96âXzvaS-côÞÿX¸Rh ?Ç€÷B¦¨ÍØZknÇQdzz²±Narø9Z{áÊ»2¬D/¦Y™<õLh²ÿ)¨’)ÃÏ1à½tŒhƹé8Øô”']´U 6á,ÌìÒjò4˜TÉÝÃÏ1à½t.Ñ„‘N"áîçreëÄ-=„Ç#fÀ™Q<ÉI:Q‹¬Ï&ëÂÐS£W̸Z0¶N*¼HÔ“à Z±ZÙ^.’ .,øÁò*)¼|ña§BŒ±Ã:nô'£Of2syt£6(”óùxëIBpžrË"?d[3»çwŸ8d®àŸžó¢°aóþs‚#:çÜ“Œ„—˜Ô<ÄyD¸@ g6ÑùÑ'ŸØßj{¶×9< ˜f3£}0Á7…ªšì¤¾){‘Uœà9Æ¢ä&––>mšõ€#ÞÏá9ÀfæÚÿ¢úMaÐún™ -²>Eü0zUµA°¡…ìõ÷U–ÿÙ(“Ð#v¯·6¢’)ÃÏ1мÜÑ4,´2”µâ:¬3BBÓ“)TR3S*#žµÖG›U¡§'®˜)Ýsô‹£¯¼4_!÷Ø÷°,5äO»Vê*Åp™4«ÑƒF¶ñe -ICÐçAïë…’"rg[7ˆÿ èù1Ez7ÛÑ`ˆ¡S«_;·Ô9_ûÉW¨;Ñ ’•ßã^Õp ÛRâÅGܹ®²ìédlbÝøh#,™ cnTŽ”Ø ·™Pù£¹•ð6”#ËŒ)ªÓ‹Ø¸FàÈÄ”ƒÏgÙ -_»cѺ¡uŠ´àÿÜIsØì±ß<õ¿Ÿa»?zúýß¿~ïrz½ßž×Ûq{>þÑý|¿?vû¾Ó÷ûëùy5êôûñþézÞâ›ûãç÷‡ßRã‘ÃÛzéË3^.ÇíãúüÛxìMnfâ]N?ŽËõ|{9áûŸÿ~÷ó—ãòRùrÿ~9Þ9óMmŠÖ¯œ¾\ññ]¯çÇõyÞêO…ÇØÌµüƒ×óûåzÿãüñ—_zyOd¿Z ›ï>]®çOÇ“mžñ~üqþ~Ü^·}x)—}÷éóñãüý8 O;Þà›Úú^ÍÙâ‡Ãßþ¥·óíòçùãízûòòùüzý~}^ B_£]2üòéíþqϾþýåÓqa—ï~¾Ý~œo‰ågÒÊwø'߯Ÿ—ã¯Çñú<ß^c{ŽIËWOo?œÆ‹ÿ8¾ß?ŽÛSNýŒ[Ï}øâå¯þ_ñdUyöÇxßóøx–ÆKÚpî-t˜‹›¬=´ÃÓ?o×Ë~ÆéqÜß_þòcËm ¯ÿ 2ìï¯H·ÞíJ;—;yP̉šÒqí wê+Ä%i¨¹Ûɉ´d—Él¤µŒº»ÁbÈ-òÑ| ƒ¦2ê\äe bôQqÙT+)¨±éù’^Zhr,ùÍÙ¼QÙ~§ËS,psÔ¶«Û{q-¹DFN4OC²Ÿ•…% °¶ÌaWÝë–cvy”U+S¸Ú^X…ŒÄZúänmoLÑži©íž¸Œæ94 ˜ú¯bC}ü_Çf2p3®I³Z¥›‘ȯ•×9gˆ,ïH‘e•4’Ç…H ’ -•±hàZ-@žn­Â+lpó1>[ŸL´éfMO‰ˆâ:?n¨£9”I/Ë¿Uª¯Q–,cËŒmð6z¤J¸ÇËR39ó¦ÖªÒÈL‹ÙSAÄH(œ£VH™˜“óËœ§n¹±ÓËóœ™k½Æèv9¨Ø¡8Ø•m^_žé¿àqÿ¸>¯v4œýÔS#,¨RçD÷o…eÝ–œUütK‘ªëÅi3ÈŠÌHÛ#«A3L¼Ië›4þ)ÄÂñØ¥¶¨ V¶LCÛ¥˜Œ­ÑÌa¢Þ“aÐR]¶AxKH¯QÁHNK0¯ïnÃ,ÂâŽç¥åí²¢6­qg±è;õ¨Öœ7mÃÙ¡òÛº EâM9óM(ÿÔW’ÄÉÖÔByá´OÌx•QZÅùd%p/oÊZ•w„-LÝþÒ"#a ^ŸÊ¦E¡DËAöWW7957j4wŽZBÌJ6ˆ2:Ú\ì-¹Ey§×8;èf•‰^|&Œ…H¾âò‚ÝQMPq©&у‘˜Œ-ôúÃÚñYLC€2÷â ¼NA…uìËÛËÔå"\VÛ2‚Št¤±Ô€1A;_ïÍ&C!¥´Ìu[ަü";9ʉ:ÄCÖ鼫iu׈¦•CÞI@T—£ªBOî »°ºˆóèE¾‚_ÏÑq„•ÙlÎâ0hž 6Zr$ê+usîÂÕH7«0¿~E_œ:Mù@U¶[ZgkŠ×YµçÒZ¸´{)k!ï!×É,®ªz&øËÏÊz쨚ŒËªb"ÆI -”î"î·ŸD¬÷rÂÌÃvû³Z¤°­‡µ Xck?$Þä%)ʪz%rP“[ñņBžœ/r”©ÞÓ0ÑjîÕ¢Ú Mÿ@yÄfÊê´àÛ+­¾J°OVÏ[ -[oJ¤9@ÇòwaÉ “ðY|ÅajIìh“aOýÐå‹‹œ#K—\ø aJ*Î^2[}4Õ3µ³MXXP%%r®ŠYˆ#•e!ž`k5I³¸xÉTÊœ›w#m&íh¦U€4[œÙŒòÒƒ8UþÛS ÕÃÝÄŠõjNε1 ±¶jC+±¢y}–F\š£¹OŽmÐED›ä¨€fÅÁ¨Û·™>¥«®$­d>äݦHÐÐleÑT¢‚¸u+ÕZn•塙˨ŠS¡‹òȑڲ‰Ú<×j–BÒ@­¼½Â4år$A<‘m–\yGq¤EšVˆoîýàeRö”&öØB«v÷j#.5§ )_a«„±Å“XŒc¥€ùfâÒeTx9 N‰ ø§Â¬}H ¦=-ÈòŒ”Ų(,4Âòû5¼Õ@6–Æ“=úÓº=¢‚qËÎJ$Ê|ùIö»NÒãÊb˜A3løî )q!ÝêY=â5 ž-ôèÿ?7]lŸ Örÿif%õ²†A<¸´H$Ùƒ¢ j¾µ·m‡ CÝÒÿ¿rT=ï¡*åhW粌ֳÈœÚB¶rÙ«§“í°=Ìüï×{Zæ¾$ÀTñ5d§Ç–µ´¾cŽD¨Å½>î’åºÜU‡lS~ÝG×Þf$5X®Û€(C³èyg½‚/ò¸zããbÚE‹+ò(wQ®rq4š*7…וœ-¢žzw¹·ºèµͷòÁú}7 ·ú|Í‹'Ô|’äæ`¿©d¡C΀ôô¨~Û_”2 Å\·$ï o8svÕ9L&§)¹&‰) »Ãµ·`Ç|»BVZ(à25Б”DR aèÀ`Ø­5äùe}æ¹Ï!ú:jë°At’¾ƒ¼£ €ne¬ €-Ì¡œîkŸãv}¸#y¬pfU¹JnY,–@Žÿ¦&¡˜0QçgÕPh¬Az›œÚkãq³ANQÙ-É“£{â;‹Ž*ÓS&ç)Éà¤Yóàó˜çU»¦:,h€sËšRÂäéf”Æ}ÉÆo¼&]`ûÈþVÊa…XR˜E!u©ýUüH®¹SóÄ«-Ât¦ -€ Œüjðâò¸KÕól¸Ú`½î’—«/I Öq ›ë­G)Jm…ƒ9ƒC"êyM&³³1Ïhž¹]¸Ë×¹®Ý%âµ§Œ§3 ²KÓN ª·Cq|»¯Q -êkÆwž—4¾ÅE~ê#û‚º^‰}n‘F®Ýö¯ÉZœ jÌY ¼%È g¿+xš‡êæ”&+{7vÍãpùÜ‚¾€+gø1ÒØ(¸¤ì§ÙÂ.6¢ÁÞd¸3' ]µtlQm™‚BéèÞEiñЀ`ÔøhÉ«ÁÅj5.D·¹”ñÁj—±¹Ã›+ü{ý0þBÅlwÉ59ÑÙù ÅsÍßÛJºç¦†5 »Í –`®Ç¡ØU¬;͆DN)5©j£4»ô§/Û›-HV…êÊ® M -H3J¥k× è{æd£~©¬sg(Ñu©¡‘{Õ ô59’–Íì”zÖÆýÖšHd¨HC3嬸*EM9¼TÞJ×{ÆZ›§ÞWÔ‚=ó¨h‹ÿ—†.Uü2E4Èï9¼[¢—²qˆ±ŽÔ[÷¶ŸŸgyî+ÄË! ãÞs YîSrB£_`ÝÙØåMo4Ö zŠÕF1Ýñå8ÆÓÁ«¦±<kÎKt‘9d³˜ŽãMÞ(¢yCUæ ++—@ ×ÍŒO*Xe£\™Å8åêùÝIÞpF‘pë à€Wyƒ§Ê_¾£WÜ:G™ûð‰&¨·B¸×¦b°{ãsçuõA€?î+ÞKQ³©¬`j í9Nh}JÁ2ìëÊ—Ÿ’”üÒ7·¤Õç¾kÓ¡ûÈó“:§8ø¢BƒÛQÿÖØäqTâÑSºL€½WdõøI)Óᨚ-“¦œ•½;臢pÙ2^=:4¾Þ&äÔ:=ù ÷~$|µ_oñÏ—ï]):=Ð-ÏSŒš5á6’ÇP±†jrî0£Ú"н'«Û rYOÂ%÷½óõª<Ê>Ð*ÏBgÌhs¢aAä>µR+QDeuÕjÐJØà4Yäñ]F«Åñ5uTE’ŒtE’ Ì¿ûÅ‚;°ö•êHäX&°†ø±ÛÉVOèÌý¨ H¬0ð.Ü‹FJf;NÏV”ª.*R±L˜íaž¦l9Æl¿Á–‡àë IŠtƒ¹Ö'ì:¢‚i*¢—²Õ†…JÇ¥·^rQõúMVÙµ¹¨s/œq+„jÌ5Õ[¢_ŸAn®¶žÞ -šÐF§cÕ깞n„X,2ÝžOlnYô¡Ýe3]kl ÒK ÇÄ!wRc_ ÌÃ%«ø]y9òf™;Éõ%úe'Æ¢Ï#¨­Ç1PõÊÝ% Á9§/WìY‰öqœP·›C4ø¼¿ë}Cî®Aó2­ù -ƒ5ÎãÚÇÁ >·b9§ô+,–æ|I‹#Mçæþ÷aËKpN\G8â°â¼ðEßÌ -f»‰^«lݕۿßzé ð Ýçà0æ¶.Ro ¥Ê´'•¶Æ®!L¹R™ð @=޼g­—GQí”{°.:‚ÞÇg‘¤ -«|ÙíC¡Ÿý·É&__p×;ÐÈ"ê3OŒåÙ» ¼ÑÞ¿ÉyЂSè:h×C|¤ÎY\kÆ&ù¥Æo¤EÎ8€äŽ0¾d9$Fvˆæ»m%?AèësÈ›N(r·-.Ü‚ð]¦";˜ oËw¶i¯` óœgXPКf–…I$À"Šªr키Á?!æ¯#=Àî“PÕåhíó·¦Wá¡ÈOÕŽ;É}ˆ©PTN^‡¥Z»Sâ¾Jˆêñ_MìíDúž¼§÷cí/UçÔWZÁž×%}Žº?ïÅ”°TüÙ6¥>ÏyQ›†àžÝ3`lV—ѯû6Í%Ðè<Ó‘°nGÿ:@ÊzTÉmö›GT“sæ2»Ï×>wª4©4ʃø°ñù¯"5ž´`SHsÅIyALit’0 -ª½wJmãõ0ä6Ç -¾ùFÚ¨7ÅñÝ3V‡@hvõ—ÎÎãÒañVw°/Äa“î‹ëzè+3ÏÍ¡õÞ d2Ç”¦/½V ?R÷E >:áÔfœFÖÊç~©.¯R‡Fbpç‘2T„ƒÔ+4d-ÿ3V5·dwK3Œ%ç3ƒÔý-ô;d–né/J#µ§¤*¤ß-a^u~ÚW_ÆJ<¢z9u#&ZV—0ôuBY&Ž?Ý6´ö ^\`è2¦r«®×G%Ìåo+Ýìì©m®x)H[Wâfù m°»áF.)’[ê;-$5ô1¯}žÐð#œêò› ·ýV4뀯K2ª™lºüQÌl—Y3ÅÈëL ¨cqDSä²¹íJ§ö 0uñÛ›ña42Jrƒ@ÜáÞñÙZbrî…¹CŒ¬’Ý£¥°ó.ƒ·³ý PΈܦ£Bo÷¶¼HÔY}•È"µ…à“Å#…lÖÚ5xy@Ì¡mÌR‡j»vÕcî[ -:£¤˜ qÈ® Òý¦¤¾XÜš„_=»Ož r»Ö÷Ò¿WPQ?Aæ(h4¦ôúšÙ}Ü ù†*½™)ä=‰„}¸îJN²ñë›ãøírmš‚™+*_×êµçM!dS>xíž–v6ŒÂaÿ¡«Ò i)yWæ0‰ûY|ã©~T•S®,ž7®0Ðsð¼nbä¡ÿ¿õ¦ŒKQî°]…Aû¶V—]Vp[ÒG(ÕŬ<‰é·ô†Pùs¿\œú2RæU»Z’`Rû~Póë¯ÛªTw¸$>Ìró†ž(Sp#–^ BeM{E•„fv½…9ì4÷\Þ¼rDI†éÆÖÝ=ð—¼ ¢¡ €¹™ö»là"{õR) SnÎÅ5`^Æ^ëµõf<„^û+ª›êàÂëúdWX"c4ÁR[ŒL+ -} NÇ˃vy¢ïóEîlï+‚>T'粂ÖýãÜ5Mw¸÷Ó傸o÷’#oÌ6ÝÙT öx–´™íFÏÝw·¶¶{NjÉcQ]¼ü¬`ãUšP§¥v'ex˜çÕõ\AÌ}Pl}B*néò›B߯œ²²ôö% „ŠÍXBTÂ4€ÊUèÜ Î%ÄRk$dd™ÊÞÏ=Û[!=1V$ÕËwbVç å=ÈAdï]´—/\cR:ß0øØƒ »cHUÊ=½åR&mî’” ¡dÛÿj ò|ôa<þ Œð8ÆnŒ¿"ªxghˆø”/âìq1JòН9+eFQQ"« ùL™juݳÊ׸V_¤ˆ.©‹—׫j«žç y_&’±šGìšcbš'ïzɆWr-›ë²uÚ< -†tO“ýQÁ›P¦°ÒÕ]hÌ×)õŠÇ«õbðØt|í¿¯õ©×Ýì¡ÞÜZc¨ Äîá夰²>ãŸ0ô;¸‡¶·@¿?¨Ð;Ã=)–ÌTXjeýouÌQ´Á¨ýZe)hPèÊÓ Ê}Q¥ãÏyÛ$8d¬ü(Óµ½¡2ÐÜð€ºk÷n¯©¾Ê#æ’4šÛiÑ'”#C†m7iܱÍï-wßEvR"HGòŠ»kæÖa×csmâñ ¼/CE%êJwÎÈMïhzýó ú‘Í—«¼C;ÂØŽ~i‘Ff€X`·àÇ˹hj»ÕHÏ “xm!íùwå¬D U2An05E“Ǫ"AØÝôWDq¡ÀC¶un=]àÝÃØ`N$2ÈuÞwŒJ¼fÍ}»Ím-²™2ÝÚ¹+›°«\™@ÅÂo0Æoö¸D9ùÄÍ*BÔµ » &P¦¯q' fó÷T^6VJ†-+’S`H®X2þ©‰YÞŒDÅf龕²·2Bö¤F©¥6‹êt«&õIwÉÈ‹HéÓSêv¨JÏÀ±…V?m±WQïÍôÓ¯ù\.UæËÇÍ‘-Î!nçE°cŒ5y¨&Ü‚—§lAž©ñÖÊëŒÇ!ø!àW=,>ÂT²Œï1CÝw™ h¯Ð´]ô,C*[¶ƒàqIAÉX`s¢òMö¼™“Ò”²¤Šÿ¹(õ:w'÷ æÙCýÒ݉œe1b¿иésú1ýÖH8™.µ'ËDGïn]üz2ar÷m««T²ÙlX÷ü ™…%œ Ò>‰øõ}ø4N$ìîûŸ 5$€\ÎõyP:Æ@ës2rSš‚x+Q¯wXÄVºßvë“«Oؼ³‹S=&áNi¬ÔÊ˼ý|æiCª -•¾drj9ro>tX¢Üøt’ Áv4©ÍÃ>n?rçÐwG°iÀ{alÈÙŒ®¼½¢Ûx#“×åþÊý‡rû1I2\r@ãý†Ž¸Æ¥õþoú…gÅJ}Û׸Là;ôEƒTô2 { É8½+ï€*Õ¶÷ˆü·l²?1¾ý³ˆ…Ô_¼Q&W–`D†ZGLTâÉxyCLU`÷ß¶6™ «} i7Ïêò¼FR+FvRÜÃŒlFî›Êi亿¼ˆ{wdŽŒó¸ ÿàx¿:#QGàÙ1Ât÷…ƼïÊíEÍ=Ù‹2[± -w(Û‹¥Â@&•޽’+ÙkÛ‹ðe¸ÆzàGdý[’?¶¶»(!j?ŽU“®tªa3bG›PÛ R‡zëî[ªž²u~2Ö…$W:ÈØK‘”臦¡-“Ôáw=fö¼ñïW÷@| -Ó­Esæ@ËSŠ7‘}ª˜»ožDÔ—Ûc_l^AD5Æ61³û'‘ ¬c^9\ÚÂ,£ÒO^©½DòË,—*\T=Nˀʡ¥+bI@wç|êP>gÎ2BX¾Ž“ ›f»\RÙ÷5ÐçYyêh3¯®ç!¼«±- ¯VÊå5åæQâêWR³¨nÒ;X«©¸=àW´ìû+4P>ÂÑì@޼Ÿ7[Ób×d³y׋—•0?üéY·ºÕ³mfNJ§eWª¡'M«T«gþDš'6fb"BÙ¶ìuȵéoú¹z¡<´…­)ò¥±ˆs'âßG×sËÒè ²‡A²áM‰'€{Üê2˜hsÈ ½¹G¡Ãg„FFDfrä|ªéO*v”!OoNG¹~D¿<Ì=H€&"kfbã-dž¡ÐÏ’Û“+T# €×Ô=fk~¸G±Ã²€´&£`!Èu¶ÀÂݦÛ“}ÐÛîìL)ˆƒGb½ÏÌât¹n°mFwa¢ZAOGåøWwKƒ$d쾪%ur} ‚q%ÖIÉ&œëÒßòõà?úø,9þÈЗ‚Ça¤éø­æ6ÜžlGD ÙŒ»â +çïÍt©P?>löw¸xDY¾îêë¨Ã¡ø9äZ~Çñë¾Mÿ¨Š¯‰EâŠóˆ7wû‘»Z‘ƒâe£ÜÇ V—òƒtµ·ÒOOêÏõ1FÙù]ç¨D?­Ç‘=$hd/tõÿ`fod”Çsd‚§™ã^ÈÕô5Æš+ˆòƒj3]"<òrHyx.R5Ìf{Ú+I£¢í¼n+y«Û–Œˆ«šçåõ܆X'\ŒÏ3G~« GÌøŽ­ž÷¥4„kv±Ö5RšMá¡©õŸŽà’¨CfSÍ'ö´y&Q?n#‡ì†éugî²xÚ7Föw1½K¶©%uå}ã+'DÖ¡ÜíÒa!z3»‘§£¥O[EFâ¾$ó'¾’_Ü$·¨€Þ¡L6vù:¦íx$Џ¡ñÍÙŽZWä÷Ò¶£§•YIÎ¥e¨z².Tù®äP‡€¾äï™~;IÀÃåëP•u Þp.=Ož«6d,XÁÖ‚‡]°zúÿb6}nilYϬ¾I·PzÆ"«ÎÂT=HùÚøþ¨TS¶'aù‚ä6 Ç.öÐÙÍb°Ù?ŽØïÅvë‘`ï3»k=ß-ÐÍ\P)yëI… °þÁEì«<êáF™Š ³ ‘)÷qæöêó$ÆŒ.Ëžïíz< ¹#·¦æ ju=ä™T™ä»Ò|êÐ÷a"{ޱò£<HGÆUzÜy>ËvÆ*ÝÓ©ÛÂÔñr¤ûá9JýSÍäz&ÎÝl+•›EÚ@W­ðIE€i2²ã r˜­Ý-–゘Yn_îö¬«Õâðgéjëà"“Gcrÿ®¶o¶svÑíL%­˜ÝLg«óOÅbE÷ êDùR°ëÒ€`bË‘û©Öï‚&4–åáÿżÇU¦ ¬AÉdS%î[tâN§¤#!˜¤úØ~Ïw³_„ƒoÏüPbC4@FIÐa¹1²¸£mf  -LÌРÛéCa¯Æ¾ -†çQ/ÇÌåÍ5ߨ´<‰œ”÷l+ -àC@€Ô×úäQ„2Ð7ˆuzœuʪm lÙrÄÅs5òˆüû¶"°³ -¾íïÀé’}ãýIõd1~ìWý¨7‹4d*g íÉÛFA'œž×;ŽG‚Î3³Å,w5äÊ )ÀC ¹Ç“b ˆÞ¾HÚk_DÜ#•‡/¸až+$z8òu9æ~ª;¬ F¤ò‘’K‘¡æ‡âÈ2sªÙè"@m ±ª€v`ʧdU¹t±æŒÅAeU9SnƒÜÌaû8ë<Êl¾;9p6lLu&í}£ŽÙgVó½ÊÙö=R3tjFXT¹H¨ôèÅ÷º^ØHÍÃÛ`MÕOïþN”<¤QPðu(R0“Eör¥º¹ñ°õÞ7<¼¾Øz—c…Ô_¼›•CiÏ ÷Ðò>-1ö„WÃSÚVzçsæa¶¾Œ½ˆD999°Ç–ÝŠG¦‘Ipèd»õ]$ÊõÛéˆsóÚÙûYÿUéã[q¤ë‰ -f,Ø;^»Li -uÙ ¨É­ÇÄÛ=~äC™ÐtxEy\]‡ÙCtßÝy»\Üá,‡Ÿ>Õ$ƒYÊwƒ{㔜Ÿú¸ÕÜÚZ`Œ©ënš± ¢w®±AÑ—&+š*wNÎÉÍœŽAOÛÊø9\Ù—Wçmž6]E+¨¨X:¸0¤|Žö‘ûÊó]¶ÐyY!›é§; Ü…"RzðžìÞ‡¨Þl*Ö½õc Ê´M9•±¯^uá¼`8Г_tR®ÖÄŽóRqê€0Î7 Eñç¸Ý0¯7tâ43 ÖÂ%©°¨½’!§¦Ü°¾ñˆKÝSl=OÓïÈ—è0›z—Ü ¿K Û`.å'ˆâV]WŠfä¾÷ Äœ×o:1'`†cj(œu9s+ôßW‰û.ɦÙÍ €}u¼¶€û´Âtv%fÙ0Íö}åÁ²a]4èƒÖOÌ>ÝœÐÌ®ÚxÕ"R¨ÔëC>·WÖ;)–Öšyx·ö$LUÉþ]ü=«n›U¶I ìN&“l²‹iu¸V˜M¯ÞtÙ#‰÷=Îô…rß”;ï2I5¤¼œÐbW"<àËóÆþ Á`wsï&Û‡F¸ƒö8‰Ž9gh1'|É}…K*ìε †­iF?xìÕÍøtcmõè…ý¦hòX‘>TékŒc5â,p I¹“TÀtŒT}× æaÕAQxûEtª‹è¯î\€Lc·si鎺…=«sõ@6š~£x3¡†ÙkIû0Õ2zŸ÷¾¢éƒí+úqùÚ§óåñ‹]ë‚å -‰Ø³3Î_~¢F¨Ðȃð,ð‚É“£ÿH*·(9¹AÃ4~ýC i,hÄFÀÚôLÏÙ„EOÈX‰K”sûĤÓ-Ý8s´ì¤ìóËmØ)à@[º´¼W¥€n¤P/äl–¤\ò,nV+¶x¢¥ôžèPQ¬Ô¼ëèfr¦¹D}mrlÄ`¹>Tãô‰ -ÆâTñûHÊXãÖÍ™)§m%Ätè=tœ¨¯9A9Í848ì€ÆúgÐ}…-+M'íZøÅ-ã~®ƒx¬íÌt~<þÈBü ÷eì‡K”'Ÿº`=PVpY…§¼µÉßo%ÐÂŒ;è§š¨Q¥§Wê*ÏC~tW$ßUày “w6ŠilW“ma²´zÌÅO7V÷(¯ëŒå®>DŒ=’ ׸à9ÂTºÛœ è.øÎÕ¯‡«ìUût†YÀ­ÕðþHïôa0Ĭ ¤ó£³WBô!qõ2VzTÏwj¸l{7,Ï.¿_-®˜—9úsÝ{ßr÷SüÒ½ŠöG[×ó.9Pu(gùK .«Á ÚõVâ=6ŠAeJV¼ë¬MÓuÓ„{JMÎÀ²C%Ĉ5ÇÖžP~¸‡;»ÜŠÑø.moc­z-ËïÑIݦƒp6¢âÃxCK1Fî(‘·8„©ãk°l‹I¢ÿPoí·÷ä׳”žÄ謹âL/ÄFˆÒ ö`§À„‚êÚü±u)¿¾­GùyÓ‰š—Òëm,½ 4ec2ðÝà ˜ž —T;œÅNM²Hx¥¦³±³C‚@H•r÷eïažAT{Æ­a@ùÐ"à'uÞì%{ãR%u<ØéØ ›^çVZxÏo¢4U -Ý•.§JÖböë†/|q¦]©S_B‚·÷•ez2 ‡„6S=$.häÍÝ6·¡ G²¶EÎe~óÆÆŽ.^ÓðÏÉÙZÝRD™|Ídƒo YT—ý×:ć¯1ó„¢,ϰfŸqåÿ®=(•÷"Ò /χW›N -ÚëÛE5dêý߸gìEܶ*Ȭ_Ï®)Yt[8z®[œñ obZE<¨E ¬Íˆ²½oO2‰ @äö É “ÅÖ+‹tdšÍ4G¥Â*úíßÙr Ä"a¶Ö0Ï(ÓoÔIñIaÕ]µ'‡“M;äûÕ,{d:L(ˆVó Ôwȑ斶" ̰Ži6ŠT9"_‰µ4vÈa’KþÃê ìÂmR\êbî²D$?¬*¨ê†k¢:3Þ`²Zàq×ü/’&ëiÝÔÞ¼˜.±»€ ±º±ƒ‰¸„Ñ;ÇÐ…W¥,÷–55Ya½•¸ÏÚbäLgè"ÀùØ•ŒG£ri,£PÜe»Ð67¯P¯~wÅÀʤ]°·=»Íd³ÝÁ¼t£ÒMEXßdòÔë@åõŸ 41©FÙt©GÉ J´Œ¬t–>±ïŽZÆŠ\¢|Þº(Ø -»'fb'\EuëXèÇ›ÝGXyj{*^K†Úi°éWQõ>ã’ÚU‡À[‰ÿ… gµoØ ¨ik€.Ê+Á¯û2R¦v'ï®æº0vÆlÍxðßµ“ҲʳIÈ©5xãïÕ|˜˜NG†Gî„™l2ûRxUHU‡…Ì"LÏš’× ¤¾ADÉX5¨ÂŠçÞ…XÙ2„œšöH¬õ¥æ#W¯ÖÛκ=N½UkhêMž4ÕKŸsõr«}M©èõúMYÖ„Rí;nãÿûlÓ×–maŽ1¹G!GÆÙs%'uÉîÝ·áàµõè5õ’w×vN/Øny;ºËÂð¿d,v„бÀ§B© „Û• Æ£DðDi¯^TÏW®Õž'„ƒú€l˜påÔo3EŽ´æÛ6o¿\ôG•öjÀÅd ¼±¡m¯tê¬sÃqÞÝ<—X„$`Þªnpjc£*3‚ªL_­¬›æf¡r¶ݤ¼.ÔׂCåö5X/ã:è£@] ýÿ" -úP„ s«"fUµ£DJ¢ÄïRÑmùqÞöîEÛ’ÿ½ª½­Ü­+ÿ²öÌÅV¤*P•´Õ²dé½ÝŸ¸Ýþî—­s—EÜ{žÞ…ðè ‚N"áÌéÿ¸rѸ«]w€Y3”Ôhw«¢JëÐHO8Éðß¡[¦&*¶„¡$§©]¦sÜEE™‰´ÓÌ[\§,ÀC1VjñËë—±Ž§ïe›&!é~Ym?]Õ/qÝcŸ?¨Xthò`b9C@@;ƼR[IE¦ a&{Žêc{Å«qŠÁÉþ w ¾u7·{V­ RMe¹&ÏÂ"ɲqª"Òˆ^‰ûÉ8+g¾ÊKå˜e‡¶ö7Ê{Àzš)ùÏ‚ÉáׇW“òÃÆ;˜gi³fÊiݳ0Þ½t­Ô¡©!ê…¹&O­âÊšýV×ý@œ™sGQ¥í»qNŒž¡˜äQÝe…ÂÚùm¡6Ú¿.&¦,Vů$Û•­SÙ‚H]ý³—HzÈIìׄ;|Wº$MÅ#Ôr“þ:‡§Æ· ¦2Ae;ätAÀVY; -ìî¶Œ±é4š"!@ÿCÆ#‡^èÆìÒ¨D„å.‘Sk:ƒ cÕŘö†ºéu?Qg¤zÀÂa6®ÊEžw1§¹Û@Bø£6ðÁscØpÜθõ‹ûgÀ4¢Ñn&I[ñ:Œ¦ÓY]KîQTŽç6æ‡kó¯Æ:¡Îá´uȦ -rIvIyΪ¼1#“e::Ë^ËÕQì®´aG>ÎY›ƒ¸77ÞE!Í·ù\ßÑ(õP†K;'ÐÅu÷¯ÚûÔBÕ!7«´Œ2*—}ZòØ[ ‡5TÔ”i>4>¯³ÂyÝŽKG¦Õ ]jOƒ”$$6µ Rg–”׼ƋƒL‹=È·Š‘YW47H„SµW;ÑÑRqa¥Ñ©q—ʵ²ôIdìqf›Ä‚UÙŸ&¥nlô™Ò$ýg… -ï -5”ò^©0q¦¯Š<ÈSy8™‡^\ *ªk„øpçÈ8gGèaªîf$ E/K:eäï…½ÆÜÈ­U^8«Ž{cïàÅG•侤i.2!ÛõrwÙƒY&¿ É‹+¦ŠQIwÏVÙén]ÅÀRÓáÉ$cdÜž™2ÅÃ^¦Ò(Â3PõöÏDÆæ8Ê”³a^rÝC»DrÅ/¸C,â>yiGU>¸êÛwI]öPw³þ7ŽSqÍ©òT'g -Á{‰ ““Íû·tò'gÕÁkÅ;î»S4_פâùÆ'ai¤Ãò4ðß}Ň ö A/`TPiLªÌ.©70ººÖý˜jLEÉwXfš;/MbÂÜá’µ ŒCî`àÓxEÒ&vÃ'µÆÿ‹³?ž1?SIÆ7©9¹`{Í[ ÒýwI³mÑÕ=îf6nÃé|øŸ²\¥á¸öz˜8ì[Òd[¬Vü6²ìT»yÒÀ·4zÁ…'½L}"ïeæËSì -”„ÆÚ¸Ë}£É´-³ÝY9º@þÀ®)‹ÒAêŽ -™CÁ†4sŒv»&yWMòaŽÿ20”ÑÃíh–NHŠiŠ1»ãNwb@*/³¬$ ¥2©¯¢¸ -,â©.¤ã Ù§²]o²e_È]NnØþ:2 jèåI=m™Ý'¯´3F H{Ð8tž2[މSâÌÈÙ°Ô‰½‚v«$ƒ¼¥a -ÛJ²ý’ɧ«§^Òê+ú"b¿ceöV,D=to®M¹¶5ÓfÍŠ-Ë€ b -“(Û1®HÁédܸ«žØkvÃ0††‡ŒfŽKrÊ9þæ7 -rUsUB†+ • -› 3à9ªaÿ`3È#OyËÅð%sô«Ú0Šó¶t¶:ÐÜï ïÓÙ¸…8JzÌÓf æy‘@ º<­Ø¡¯_" r®Tû 3níEeª¦T7J¦‚n®ÕC+-£ãFKMÕcbØDUc“ÙòCܡʺZ›UŸ¸áí«¥bk§Fµ5b×8ϨAgê0à²}B!× ÓÃÚô1UZh§<ÀFäî»àXÖ8åá‹*, UÃ7æè.î2|[W¾Urã 4»y¹f°côü©þ Nœ™"ÎYû -×½bU÷W©Y5´öWÄ%™@×/Ú“<fi¡Ä3£e2Q\[$ûÐK¡ô•=“R/®Ú¯ÔgŸnÝ…J¤Ð®¾!O¼EÃÆ -™"u@|Áû„o‚@Rá4–…%\TÙÔ<ð® S•ø)‘0 ¦ƒXñÝÌðþ›ˆÊ@·¡ÆƒX– O bƒåÀÖñȉoKíyškÎ,d>^öF%Å Î.m†ÆÃ©ÅÜÁú2‘ã(ÈÞCæŒP)K×½B·'‡ØàóL.VŠPV@T‘-Ë@=fù]ï] -‡æòJÈ; WS·{(ZÌÍŽPL»q¸7æˆcEþ`x  ½KóûKL-|ee;[ø¿ùá)ÓISrF^V×jà“¼á+®ÙƒzΨ\¦†¹0ÍÙbCCܨ,©ûÕžýuƒ±Ç;üë½}¡›'‹ü’N´LŸUu-©J­Žôÿáø²iTŒÛöÙÈ£MømTê »0ó5ªƒ rƒ6íthÓòœ&KáÁNlê„b£³KìÀhºÖÜŽ85_ö˜™7L;…Y8PJ}vKºJ*.—²e‡šòìC,âžÚ:!>²>DêØ(÷éëðv‹´¨xÁG Ç,!“V# ¨,K›Ó ¼€ºfù0oxV9ÂÜÖúçÙ‘ ™d?ŒÊ¿z -‹†¸¿Bi`ºþM„`;#žT7*D‹Ík¥£Î/ICý1BuÇé‰è;:‘LóàgS^\dÕ.d멽òwk^®d¤^`2Rï­bzôåLR‹»UC,Tè‹—cRËÏGéPívÀªþka¢ößeêqe1¼2âá)nÃ]k{ -v8¶v’W|ßÀ43†îu)A³Iš;¾`a¬/FB±ªÕÝ*Ø áC ¾²¯÷Èu¥Ý±`T¶e`¿t)Í•Ø1C&MEô“*iV+ ðި弟Éë=y­#h°gŠ/žŒi=²íÌ¡¯šS€a6oŠ€¼Ïk÷²&6Z¦¢CÉÙŒ%i*&¡[:~™¯)@*ìw3ƒ5S­ ¬#1þ=§IÝßlÇÅÈK_qyó2=s>Ýv,» gk -D@š9ÆRÙ8ù«1½›qŠ2+)úº6Ä©ÈvŸKbê­è¡e^P#˜MFÜÕÌÆÛuóIV°^ÑÉ»i/)€ƒÑ`™™âÐò"þŸÜðÉȈ‡¬*¼Í]M§L(Ø{ßéæþÃ^§»˜ÆØ|:™:ªúzl ê‘]úººxÈ+ç„›ñµcËäýê¬eÕ-óO¦Öyà 3y°w54¨;ýÁÆÂ¢M·¥·7k¨ÒɈgk;˜n#ŒB+®ÔqV$Ûƒ™ý+[Ùd¨¬¬Œ‹9²rÈ»¢m®2!W¼ÊŒl5úÈu§ -6 ¸ÂmÅÖ>3µÅÔJ­[ï‹æ>q 3µòtrÄ—s&ùÖêð‘%¥4¦vñuCã˜{ÀN\q•ؼ[[!$`Ϥ:1$XªMbZ:€ e„KX:zú&‡W®¾ÊgŠ/)ã -´Îk3„„-ºì´6­©øƒ>ƒÕj1³fW6_]N_dO£2'm ±ÇMoÔg&ù%óDŠïæúVlH ¹”Œ1ÛF‚ªý’r~¢¿‚7œp.š”GÈŠ7À°¶#©°ò|Á(o7róÌyVnk†{“æªïè‰DCÛ™1·k]e! ‡Îê"á52©æƒ±¬d¥& y^&í’—NFÌ¿>.?o‹,Ä¡½/. >B69¼n·ìë³›™Å}¶)eë½Ü©rXŒ™¸s{͸¡ú¹º6ì¥b¿d»ïXdz!qUŒò‚bC«bÄ–øärôÔž‹¸nÖÝäRÅkð‘V9K,>‰Ä›› -€4)æ­Iˈ%H,ZÜnyjâ©[Ô­ -›ÉúÇÉ¢Y‹ Æè¼\Êb#+‘ʺ©ùÛL³ÇTìÌa~#囚×õš”>ä$Çë„•dŤà]òÎõz Yñ9xo;ìqøÂNÙË \ÝÀÙДºËæºT&è6Ïsë{¿'ÃÕ3¹ŠºúËÝsB“7tZƒÃÞ¾«œ1Θæãª8¯ -9üpooáªÔ4·1€›´¶ç±_ôàÔ›Œ œ.Uî„DLº`q›ùX bºÕkB°†WM/LorÚŽÐGc¼Dõ`L'ÕcMˆÌîêau芑×ñÝFb]NÐxÊT¥fƒHÀ_á$[û«è%=ÿæãŒ†ÜG”ç×|;Kzžêïãš„ö® -Ý<„šâ·T¶YNÎÜQB#Ýõ“ƺ„ÎÖΑޒ×ϰÚBP{ÑÊSaÀ‰¶¼Ç!Sõ8`™ePL†’g‰ìýá¨:ç`ãK5^;I¯‚D%eØÉÝ% 9 ‰}¾©{ÎMØBÇ‘‚Àœ -ìFm4³}¨n+„µ^vô›i|’¤¸$}é{ôrîÅoyôï¯=ÏÁ?øôéÓ?žþr½ÆÓóûÛ/ß¼½¾ýòæþõóOß)U×ÇG[#íú¨~ˆëz¡júÂlWÕX[}ídeËÈäåÑ£¢ßÛ -µ_5`KÙ«ç¾,6Ü­±n—âÔI;Âü„uMofË&ÄFÇÄ!ÂøÂ­>óàZê#};àŽ¤Ç;_q^±^íEM#É´ìSÓlŸ˜€ÀšÉŽ öFŠwŒe”q²ç²¸Ë"Þ¿K`»(½q!0@û5@Ée8¹&¨IÒ]æñBJôA©! cÔk]¸8ÒBœQð\Øc1þ6פ$±£kè²³64)–pq¯Æ¨’eÅ‚KLÙZ^æ Y|f]Àz‘ÚnXïÕâàl§#Ùu|hÀaÍÅ’­KN¨.¬<§“²Æò’è¨ì˶1êæÆ„sBåJ7ö†šªòFù.uòleˆä”[Üc ³ôIŠæ²ú/ËÅÈ–QÜÛ#º *x»W=¦‚k`v{Ù‡gƒ6¡%ëã)VA’–QرàÜh·ž±ÈÄmà¤ÕvL6”L‹ùX2ñóíaÜ)˜úH¶4ª:=½“¯SßÝNÑsKiçÃ÷8CZf6^›ë“#ªDh„ViŽÊp#¿6¬¬MÛë['(N@ËNõ G3+kM# ké˜éNñÈöÖ"¬1ãÁ$1É”ÚØõ…ƒûv);Õ-%”–æÐÔ;–±\)v¼!ý—…\TG”>àAwÍWªMœɲá*E©ˆ=¨¡6ĬÍZ5±å¾3ÂPàœ,;“–!Å$‚žïž®Ufài6nèQ lWKµ™ó›î[.h˜>°­å–ë6OVœ­ îJ[IÖ‹p“ƒ¬›Q±Ÿ{»Ët1¬ý³™üÊ"ƒ„ŸCgfóòvkú•eÝSšö*¸|Ü&&ýh§¥k+«­Äê(Óè ÛЛ?¥¬µÙÞ-¶ãwFø ”ŽÒÆúníiyd:;Œ·@DI·Øœ_a¦ý]­MQ¨S;ÒÆ¹yXs1AiÏŒ²r,½OR!<¸¯ 595a½Ê(¸åÛ\B™ig†QVxá¼l¸ÆÒ}ͨ…ÅÊ­LÁÞ 2¼×eA ¹ˆµk•£œNÝÓ‹ïqÙN+NÔ ß1ÝpìÑ]Ÿ†² ÍK`ê@~è“;•¡Ö ‰•Í—¶mªvv·¥û8_=Ø2 â0‡öôî<¨B^éVE³OmyGRì¾U­ìæäÞÌÁL^—dö4‡ú(€È7˜/ªQ¨'·˜—]N©n£)Øq%DSŠXfv;Ë=ÍQ]™£º(ºîß°˜g@®D¿¦+¶áÀžßr+A±Ü,ób7áøS©ö»6Àt)­ƒŒÁhE¬¼4•aù¥„Å'îÈc;.F¢½®aÙ»êÞ›j²>eHÍ-Ì«OR,Í(_›¯‹X¸e“çjOK]D•l'chh'Ä”bA¢sDF8-±³ÜÇÐ<—€l¸8‡v¶63Ñm]‰,Ú æþá}ÌP]%Ëu”æ l¥Ý`¬ŽQ}ÙÐN¢'qÚHÃl#fc`+ox&åÊ*ÜÙŽÏêò6BKò=4& /I¬èˆUNÞñà\ådíÌç¡#¼†­‰Åú¨'»`fÖðê“;½Éàkïe‘û;wc˜9âÖ¸Þdݳ›,ì’¯ƒ{´$Ãʈ 7š-‹þÿ±?ÕªÖ úÁ›ywº]öè.ᇤ-ú ‰öfýþ—õJ?” ˜ ©V±ýTlÅ*ÌW±•’¨ìÌBÚW·¦Ÿâ´óÈqœç ­¹Ž‘L‰!«ªçPÝýûœÑŽÃ®SÜÝvøÙ†¤a ëlŠå”/ç4Ï© „`Û´ç¶‘â=¿“DçT¤ž¬EYÓ $ v 5>-Ûfn1é&»»Ïî–¹@ÜÅôêƒý w&–tŽíGÚæä¥þ3.žŸÔaä~œZ’“z¥1.I@·:u‰2ì"yC9+¡¬ÀÎÀ&B¡÷ÙC¨Y„…Ü“•²¶Hë:r›HTÖaˆ•¼Š„•ÔÙ¡[S/¬ÓìœL~Î —–l"T„ä$¸“ <—|yb’·®âJVÕd¬0VØŸÜŠMµáljºwó¦±Ñí!Ñ¡,ÆÒ6Jߤdµdü -&zŸ&äX¯ÝBúåw@ÃT“&xß‚žP+Í:-gܪÍ-VR½n,IÌÕ㛣Q.«caŸ«/Lc -t3B 9z>Q"+eú’Y3œ€Xa$9'ó®jrT»­+29Óo !W2ÇìöÖÁ5Lf˜~_b¤¡*‡8µ»±ç8˜v™Cúóò ¦ný¦1…Þq¦º ²¢Y§û¾ ¦õwÁöâ%yâÔJYÈéÔ¬ëtq›µ²èó©•ÉaEÝŽ¿°‚ò(ü~u#«*ü$åÅ«\™çï‚)E ôA“^o7]4U¦ÖÙ×îœ3ø2ÐRžÔõ€’Vnº‡é¡M+½†„^yyà%™ø?¿ûy¤Ò£æ„Ž”4é=¤y9¦†Ü•JÎ8³º!‡&­ëÅk§ÌÚ†ßý½ôl8¦ˆqÝ=AÕ;À?ƒsAï@Û`{XCÖS§DKPɳ}­õÿ"D”DXJVf>^XHÜî{µÍÎW7N…ËXô©óñ$Œ¹nìß"P*3‹ngÊ!R=n….ZWæ}{ Ø=‡5%Ži!=ì;.Ñ¡ B™ùêßý¨a$5ëf -ù(ågcaž¬ÀzŸö³“™­N`ra’^šºŽ>V‰ùÙkÒ"VS»Vn¯ ¥¤‡zrG ¾ê4=œi2àu+dsÜþ2…ºÇ&9Œì@׿„ÀF€ÒíO5’áGÝÛœ¤çD'ºÍqÞL W•ö¿Q~È=6%û†]hHÜÅ×XgØh{;Ku¶‡#™?ÿDg”¿õ ZdØX{lJHýEɃ쓹úFöw¯Àxù!ÃØÛYº‡øßÈÈS’ž´ªÌ=ô¸ý‹(dNÉô?g$¹&‹ÀeЕÊ&8îÄño(„~µÖ|ÊØ/ Ê£=Êó2BKûL:Ť«ìöï¦O ìDz‰¬›G¦Ù•Vz¡IÁßü€zus«ªý+çFè‘Q´ÒZÞ«‚D'-+rÈË:þ"Jg3°)²D”¬º6 -õìÈhºwk ™ öcÐ6JvjWf€æ›¸){Î n#‘ß’ ±±Â|¾ew´[Ä™!Äà£[LºÊnÿnrN6]Ñ&ÌySv %“1RæÜè£DHI®Y’Ÿ}Z¾2=-Š°Ð›ýCµdƒí*³ -»•>V^ºÖqNÈï‚Y¢%u7¨,ù܎̱M^ÏAEfÀÞç£@xɺ·`…6䮼t!§Ý ->¥ž²ÞL:o#¬´rG ô={ÈаÐEÛŠº•ÓfƒÑ†šØF'Œd„‘¢4#ûdeÀÔ-Zs <»ÐȘ(Bxá¿“D‹‚kXa ¼å™ˆn)¡BO=¡tZ¹°¶aõHÇcÿË“ÿùo°î-Oÿøç§ßos:?îÏÛýzþô–¿~¿¶}Øéûã|<ÿ2?¡Ó?ŽÇ§>~\?÷˧?Þo÷óííú†÷¾=Þ~~ÿñÛÅeµ›Ÿü5ñr¹Þ?nÏÿí‹(­°·9ý¸^nÇýåøò]ðÙüK|‡Óñåzy©|y|¿\ßÿ ¯Âðô᯹}Û h!{öôåòöoïCÎÇÛíy$?ób¹ ðGœ®=߯?®/o_×÷¿ÏÏváÃÿa§óñ~¹=~çOæé—÷ïØ}uÌØOùêºÜŽ?¯O~Äûõ×ñýz?— ¶úñN¯Çýò¿ããõvÿòòù8߾ߞ·ï×2ëðgN¯¿ó羿üy½ç߯ŸÇÝgó“¿Þéôýöùúrýëíz~÷ó?ÇW´Á¿ê™×Ÿ?ŽÏâ]¿?Þ~\ïÏÞýWr¾ú©Ëñoë…ÿ"¯ÞªžÔ"¿~ºzèe±GbÕ²çX¿ˆ7¥Ö¼oyEmIýð&YüãÍçÂü›µýë%Ê%É%—+J!ASf0Çw™OPÁàPçÍ+§Z(kšþM)£W»Jú¡ÝÚk“e€Ð2@¬ü -‚L”‚„èz¶O«À,¿VçÄÆkxùk”›E0bèÉ"ÇAãèê¼»‹¯=åW±˜GÙnYåqI4‹åR -%…–Âq¹§SªÈùǶ̮¹2_ŠX÷‘bÒ(À}°÷âܪóå˜yÔϽ c¡2ñ\ë:364$Å¡j‡YéêTªfKN(‘Œy„Mî›Òxö¦VêGªð-©¶J:×dB¯ë:Í…äˆJ—ÛÞûž‰D'¿lʰ!„š5»»ß3wÆä!tàz8õõõ:6–â@“K*}6uÍÒÇ¿+¹IgpîÒܨ(”ä³›¿r_×IX•«DÅvµ¦Ë6‘ßäKËZ{2Ç–ùž‚:ÜHí°MVšP»a".ÉvÓdcJ¬?Îh$‡”$¢ø–ì°&ÒÁSË8vH׺fÚÈEE’?TzÐÙ†ÞÉÖºöMŒt­”cÑi‘¶ã&Â]šý’›½86Õ·.1iF È—!…ª8ÌY;CvÖlÆs}[ õËuõO¹Î%º¹vŸnAõÉdM†rýiu -Í£‰t®¿P -Ö©ÅÎ5Ý̢аò·®«ë{ÅgJ N–ßêìÓ‚rãòâ\ "wÁ³öÆ#É«ZÜH¾¡¡¬j­nAÓMB߈skX5\3kTc‡ØÑÄ´6º@{jFÐ({£9+Eº—6th FçÜâ¶™G'Æó&êbE‰»€ ©‹ýé«?ú»2`ß¶Å’È–¾ýLWÚF`]]$´“`ºM‹¡K5hYSºåàw‰Ù5¤ù€›x ÙÎZ}‰\ìÀ ²d©ÖĽù»­ý´Ÿjj7Wü@"_Êãê=“p8BvÒÒ˜Sl#'mQSœˆsÛ½Ã7äåôªìZm½<å¼$¬ê -P|C!CO§×å*¨ê„âNdÞi©<`º=åàw ­MŸàdZ0¢ mбl⊶QTí%Ü­2êžâ^†ŠÆîÁŒwH;/3Ð9¥ÎŽô¥E8€œ¬ð ¥ŽX߈xöÃ$È,U¿ZS ¦‘~›|¡.÷ÜÐ0W¡&´­©u­nÞEÈYh¼Ð«ìBšÝ€›ÙÃ:ßöÉϹ¡ƒ/ôgŸTNÖÛ ×4óŒ»y²ªá"JÂJ%äqMÝDýŠ_µ`Lõ–/gPGÈ}ÉÁ— -§ÐJ‚ë%r±>„ö†¬_a¬ Ï»,Àù®Í¡¶T&lûAÙÉDìÓMØ®[¿¢Y±µ" Ræà/¡í–°´W˜ÊËjw»BZ™}5Ÿ0V -­jrç `¶‰¶º.L=B†Ž²á±"efe­,“Rgî{‹›š:ô‘(-ÐË<ýäµãpÌÙ…Q¥]< ËÖÑ.Þ~*uâp´ÙÊx`©–3Ó_Ú íßí'Ó¬Tfígº!1x#Ü#O”Øq«~ºÏ3"ëÖysš"Ý BÑföÅÌøø/ —!}ÇÊ¢;gì°U›SžàÜúÔ Ú[&ª˜{'•±B([¨>Yl%ñQ(«Òö·l|ñKÇÊk³Tî¬ró-×ü3iB7+ì”f²??ãz"¯¾2 ædŪÔyl9÷Ý\²Å8@Ƴ6)¾rð,@Iß3‘kM¡6±aóLG dš½Ÿ¹Q]2Ï,4Á½Í¤׳1ŸØ–³ïÇÉÂ<8êÃOçÚXq‡bB“±jg5“-™æ^«¹>úBÓ™BË’,!%À3v¬ªcSëâ¡3ã¡s–`ÚBL+Fv˜ªÍ©­Î:0]€þ8'0íT›']'‹$•™‡}3,$FšcErÀÏ8i1p;£8h—®ijµd¼fÙ1ªŽQ[·švή Rb]ÆŠ#ª„˜µÚ*–ót 7@Fô¸Ä¡sù¢Ns)•G6úvúöŸ¿Ël–õ+>UÝÎÂ¥""6³ŽÅ]†Át[^" -Ð<Õ]©Y°ÃSÕí½ë`.€mžì“myƒ>[ ÔRà¿]à“l#O ¬ã*ŸgÉxYtÏ#ÀJ4‘0o”MaG£Ò„4Õ–mïÆÍ_êw` @½‚à džgþé±:m*O©FV˜”VÚP §á*_B„d¹…²‚—Õn²Óº2é°¡)Æžj"«eügÇŠcI#ÌŠÅFZ®òc¨uñ¬È"@Jß°º û’èûMMF-nª=ƒøóO(eEjoH3‹¦2¬ž€ÅÌ2¡&ô“häÑ”ð%`¥‰i½¸9Ò&ÍÑÉÆùÉ´+•™ÅsÝè””ÄT ;þÏ&µ² @W6^XkìÌ·žˆïÃK4Õ’³k=øMfÝêw ×ê¾Y»Coq¶þ!ºw†e›Y³ÿP¥šÈ4%SÈÞEûTÕ©à±YüR»\£7vn° ðȰ~M7߯íS-3Úûd8Jµ)ÒpBQ¤¿P+Ž/iÊÁ9&ëzJÅ4-ƒè µ7&¬áL¨uS-§Ý³¶šærµšIÝ:TÖvF81Óä!ÍÎÂÖ^ÿåò ymwnr” åÙlw~Ð?Æ„'Bâ%ÑØáêvBT¸Ö0—išh³Øœ÷Zû;R^(½ÂÚKl‘\LcÉúóS{Š‘]ÓÜ¥‹Íä ÄZr´·›<#GÌ(A±:6rE\‰Ì'É*1w6eÙ¸mÉÑÇn-gëH‡Ü´dº“Rö¦ÚXéFÖ°’XÇgJõ™‡L;ýîà˜.Ц[OÜ•&Xk{3íÔ7:7Pº J§wem6ú£0ý o¤¦™ƒ½ÿõm&Ö_Q+íÁl‹é%ÓØa}6gê£Õu - -¬÷ÅU˹2ϵä¤"~—a_ªŸ¼i«ÖB¥  w>-jâ……ÐS´ÔŸ@RÇhšpµÎ¶«~]µÕQ®‘¥iÅ/`Äi]÷Ô4ÖKÌ{‹ÕjœmýÀä_EQÕim ¦ùØK3ø”“£OrÊ.`a‰uœK+ÄÆcñ”lä -4}4€›F‹Sf±MþÑĉÈb†k‚¨?Á¥ØLë:«ÒtC¦Ýô«:“¥YÛFz£Ýèy~¢]+­´1¦K/ô!»Ý;ªÔOõ1p P5Ù°2Ä+°3ÀÅ´ÑÛO¦‘=Œàcevú·‘Í+@­÷™”h‹IÎ@^—Yœ$Çâ¯ÒÂl«%?A.E.Ù©Ÿ¸4;ý> ´dLdìàQì«ç™H4–ES #íZñ±ÃoâU2`ÇÒ¥z\˜À¥tùK -YzüÆ|4[œ‰$†FþryÖâl²Hêt`¶‚PªH%Óígbó¬ç™踒=ê§÷$4” ZÈC mA<¿NÀ‚9:x¶ªR–häÕTü«Éþ:£(p“fühQ=l¯X¢Y‡þÿÕ¤EÈ0·%¾š_µ†Ðvf³;íUžÉw/P‚Äsøÿu~Ùºü[í–Û•¡û¦’:OªÉtv§Ó+¬TqÂm:‚ -èûBHwÐZö„¾Â -뇡LÙ¤.,<ÙûΑ= w‹¤"Ó’ ·Ãÿ¦·άëØSŸ·÷ìëgïT%¢o@÷5š-KæÇ^ÊÉÜÉwŽ{UXïPw¾¶È+´à¤Â:†º9_f‰ƒu‰Ì‡…þÇøfÈpÙÖÔˆ¶¶ñ -MbyitÙ¡BpmacË.ƒFÜ)DÐ0‚Zx•!ÊÄaRÚ° ûº9ŸTŽiÍIYÞK§§®%´†LÙÔtke(½8¶§;ºcïcDhÒ*á2¸§þº‚"+͘yл03ƒ“õ×ÔÍú2Kà²i>^,’íÿ ;,ƒ&EÐ:Ûö 2–,`Ò°^ô/ìÃÅ·pýõµGkCÚ±öÂaqPÉ,!Ó -KöEÚÖgaÀ¤ÄH„¡9|Ø8æ_zW£¡ÂÄ!Mj¤pj¢GY?æ3î<µ<ÊWò5ÿûÛË…÷Ÿþùï<ýzù O—·ûãv?ïç¿ÿŸo?¯¿üöãü¸]~ÐÓ÷·Ëñøh?îéŸ??n÷ãǹϻßßÞ~úÚœ*wºò‰éÞ¯çýóöø»5èìâ™ûž~œ×Ûq>^N€s´AÙý…§ãå¼>W>¿}¿žßÝs°Cm^¶Ï•m× HÃo{z¹¾×Þïr¼ßÇýnÞÕ wü—ããz{ûãø¼|Ç_ÿüq2.”·z{žxÿ§ëíøý|èëC>Î?Žïçý²ïPÈÇ÷ûrþ8¾Ÿ‡í­ßÎÓáœÆ.‡=^'„Oèoz=î×?Ï×ÛýåùËq¹}¿=ngò×V£{ïÅÛçöÎïÏ¿ŸWM½ÿãõíççq?«®ãà±üÍ·/çóù×ûyy÷˸Nñ•¿ýéõçã@ýµ?Îïoï?Îûãùv¿žÉìÓúˆ½îz|/?ý?Ò£´úÞ_)2wÃ,Ô± Òè´G´EY‰¹ÖpÐÌù*äóñq»¿œ÷ËßÇðkÝá¾7knTß[†Æâ΀-+bU†LQ‡7èfyAѳ !Î5… `i,è#P]æ¬)¯WA‰àø¾m)žpßê 2ö00lrêD÷¦ïòÒ R\ÿÄ\W3TÕì+ÂC‹d_4ZuN§Y9Ê{ްu°ªážðÚæ ¹r¦Ô£q;þàÒ6ÑZ8¤}åèµ -¡mbwûÕ¾e‡Eк…ÿ™‹iÔÏÜV"ñŸgÕ°(™fšÜN¼¶;CÀ[ÄôÃÓ& -iެÓtôÕ‚î,¹î3D ù±Q‘:±„l£;)(|[G>$# ¶G[¶Ac -² ;=¿· b»¶Ç¡Øcò!$Žä#|$’BòÑH>©Çân2$Dò!$Žä#|$’BòÑH>©Çâînˆ"]yÝœÏäCH>ÉG ùH$…䣑| RÅ]ù4̵åÉ‘|ɇ#ù$‰ä£|4’ta4F†™Ü¹¼­oÐSƒEK„"FÞNÈF÷Ï”±ŠÞO§5`„Iˆ„8n÷¼x ž„$VØíq³Ûãi¤ä£˜Â¢9»="’ࣸOünw†p£t¢{ðºY›s­E”öD,Ï2s——Y9¦Rj2^¼3“ó]<£=SÈúåP.›ÜÐ*p¹.¯=ó…¬ÙyÂCz|ð'¬ ê†i䪸l¾ä—î„EiâÄOzo?ø˜€Ìœh›¯JŒ-®`ˆ1ëƒ@¢³j`ÔmóÈ¥H‰[Êa^uæàìã̶þ Û‘ä\בf¶‘Òðs¦8ü Èî|ѳ'Á‰"ʲ– •mij‡È zq®™yIB™\ÈI¿IU<¦É (<æ·!*p4¶@@¤÷3l5MÎ~Fãwk­‡oƒ7ÒDùà/@@wxBÙ G‚¶lU ˰K˜¬ De8º{‡–)J–HIJÁÕ:$Ϧ̣ZÚM‰q죄ðe› -•NÉšÙ²Õ|L%G‡ã¨hÂdmê®lø*ÐÍÝ刿¤]âäi’'´bêJ¸-´8ïYyb¼¾#U ·õb6mêmÆÔh3Õ'»…ÉÚ~UUåŘø5RC„Ã|žÍpyD0mm9H —–3Sduù ¨ö/àNkZ­4¡&žjCjÍËòxtóŠU³ a --¹êq§‡,å·jÚ$nˆÙU@7'Öxe5²4z:¡AÔæÅ`'ÑÅö$pÀ:7äNÀ²~‹©(¹Þ„&÷Û®C–¬®xßfíBÆãi5 -ZòrÓöò¨Æãéð4¡œ´ûáÕЛS–2.Ï$î <˜éÊ,®ÑújÔñÒ”4BÓÊqf¶çBä“ í9>)‚· Ô#–¤½òÃÌÅYœíeÁÕ ¨Š¾(›Ul-LNXÆÃeTታ.-×¹å*W÷ÂpGKôÿËÍ ž¯èbHM*VÍU¥ÔZØÂM‹Ñ;…ÔÕï>á#ærÔ*vZÿÛ¥-ðìÕRU(Þk—ñ¾ °g… -_\H2õ ”ÉéLGÓØ¾ Ò‡LÛ!²Ë3qÞ¸e˜ð’juky©–¸ -“½³"»ÇëëË)4dl¾SX=¶N¨/g6Ø^j*¹ô -SšdA¶˜Ê0yäÜÜŒÙÚdÔÌïZ^â’Êí¡¦õñtéNVd›®UM¹LÇL·³Ê”>ªZÍã¥ð†~(0 âÃ÷Ëÿ(ûóÊäÙ U݈^šJ–ãÞA³R¤HÏ7 Ëc c=­ÁÌM/Ž™ø'.›Ç½û%áô°ÏâÂJh¬8sËpÔÒqb̵(‹*ÄÐþ) Åïä+u¨§Ú ÊV¨J[H ëIÂH¤ •-6¿†]q»À¹ìUDCaCDÜ*Ä|EMwb—d‰¶é–£US9Æq÷ 1ÛË -. N6J8>¼ :ÙÂÙÚÜå±+;œ·?ö—5¢«ãÄÕ±Àk_/‡ýw›Ès“^ 6u™SNÞ¢QÉèÉš_ö Ŷ‚G¢à;˜ÚB–Ùè=x»À”e& †7ˆ’%€¹, Ûif vB±n?½Æ,dèv´\íâìØy¥q$å’±µîÆ^"Ádò—·ÛÂ\ -ÅKOë¸N‡;C!tu}F7¤‘D›6“³h«ÆÆÌ|PÁj$ÚÃ`ÏÖ•WäF¬Q³h2 T~ºÐ޼´Í­ý‘‡”G¤ÛIãoMØ6þ²BvaSèbL”ýiãâô„ætn™SS#kp¶òÆÛ”‰G{}ñó1zÌhÖoþˆ¨8"}SÅ‘9lµJwF!n'Aö™/2½éÕ¶¤+p'%’^`Ýþ„ï”®‘ׇ­ËÌžó)l·µ»‹¹ŒÔrò4çÚ‰õÚƒlãyEpÜÐ³Ó -[(½ó¼FÔʇ08Ø19v…ÐrØÑ”§'tëf…åM©Áq©Ù°•°Û;e,¢¹Z”ÒrBßkmÐÓvˆèEÙ•ûÇ$3µM'ôa—^u¨ÝXvÏJxï%-°yZ'7Ü»ƒ.ÏO0³¥‘Î}|²)¬|ÖN«Z«*¨y ÎÎû4áÍã¦Â¼¶<Ø@2µtÏM´ãÜìÝÚ€Œi^‰ÅZÝFý(¬Œe±ÅBÓm\íf¦V Ûf „œP'ŸdojÓíº¥”5ÒÞ;gÎ|é6‚¸£Fxk9ìÒ’§'8bÚ¸‘-°yÜ|‹T@tûáÅͺ»”ÓLÕŽ“ó -ïÆÖQz‹Û S2P’˜BO`­*óÍÙ2€v²ÜXÓ-úç±$d’€žHÑÓû+O¶…<ÀM­ü¥¹(0ì7^µ«=[|§&}b±YHÚ ˆ–J²Éœ8¡³¢¬7E‹¶×ï52;#¶¶è”Qå7¿#x–9òœ’=üôâ”ݺÒlŠk¿#ìag‡ë†½¿jý"Åf«.ì©ö0a'Y‡°¶îåÓšÞD÷&]ôd=môÖ°>6®–V*\(okÙP¦óF²Ī?j„GSÌZN;s®}§Ý°I±ñ±³ðÕ°Ìò¼¿¦ãb“ -`Ëá@úä$Ïè~‡*c¦V£Q\3£¯©Ufñ%Ýy Lì=äÂEÐ:/ì…õ†}Ìß%ªv+ -õé*=¯ Ž;FäÛ¸qRŒ -ÝŽAä劻3CN}A£vßA¥e3ûÊ›ÞPLñQf‰Oå±–µ%Õ«IÔÐ'Š9 VN Mì7,TìÕJ@sÊñ1Ô ¬…7G$(¯u7ÞhýëÒ©9Òî)3PÞÿ/³üthì„xó’sˆ³(Ô¡,ÅUi¡éÇ@¶¨< ˜‹´zh"7Û ;Xô³•öMuã‰MC™ÃlÆhS©«™}‘”dâ $]̺WCåg“B€³`c ‡Z!æoñ†~±•ìµv·¦Š ×ÂS\hÁÍÍJ‘¾‚vÊ=Ò}Ò8_hn -áådm7b'të -jÔjרÓ iªÌªw#pËòXÈ #g›‹]G|y9È%â¦õ]©¤(Y¹ð¦ºV¹ƒ¡QFãF‡ÅB»C§#PU -xZÍO‘ ’S_PNéUl³ºBmZŽ*ó;o¿ií}ôa&$)Ó)£á#'zykSwŠŸPÕ !¾Ø;Ç3fv;«W³Ë(w${/`Q‹Î”ó9?¡>]Ö®¶ƒ'ÃoƒîöÖ²¹W˜Ã$ÆJ3ˆô`d¬Ád™¶ßš˜˜Ø#š¦L””Ñ«‚9„j|+}uÍ5¼Â’MæÒÆT§æåb»öB£ã›Ë╽µ¸ÛR¯ØI7£ê—›‹ŽDvµécúûŽÖø_/‹€Ô_]¢'ÿCa¶f¢£êÆ[[fw㎭kKÊþdzôÂåÀU«¿B†71̛ȹÛÍÅæbúÀ»© -ñwü樯ך -ûݽ²YЃG£j5^z®sÛŠ•ê/Ñ„8ÑIkû£îâê9•iT&ÆN·Ü £µµîY9ÌðQpîãæˆ%¨÷¡ú«fxj!&_È]Áâš;ÜŽª·Ä›³<}$soׄ.®ùÿBÈJç2qz‚3[ª9ïõ&ÃÈiÓK“˜¡ÞµbÀbÄ¿ å°öѹ/gyÜ ;•î¸BÐZÑeyÕp<ÌkTÝôdµ£µW<û|ÈÄúB…œ5øLN»øéά^»‘-JK(‡#ú»@¨C§©aÎê]‡ \Ó]h§²#X^p êË-0—\iBâüõD±)6•õ›q©W`ÅÑ:\7îbBõº^LoùX'øÃ„r„š =6‡á› ôµaóâæÄ&¼IßÜR†OÎæÈšèÐ…ýzŠëˆáh¬¶E„=\жC'ý(øTA¼\8j£µ´Ç&ÃmEM\UУüöæÌ-„ˆÐ*ˆ›¤†“ÍFX±ª•ý z*^(CÒNgp n` äºYHç]Î<犵š€N= pþ£RnLŽªk F±ô-…ný_.üï»ù¼ìÓ?ÿÛ?=ýõîyž¾¾½~¾¼>^?ÿºìßþüx{œ{?óôûÛ×çÏOô§žþù÷·Ï¿½<¿ÏÞßÞÿüýÏÓ”ëºD¨ƒO?÷åÛãõûËçÿÍù§<ÏÓo/ϯ_žž2rÛ¼ÀÓóÏo_º¾¼ýþíññTQàØù÷ùÄä}\m:_}úùÛûÏì§¾>¿¿|>/tdž±Ÿ[áéñÏÇ/ïo?_èƒ2>ПùúüñíåíÇó÷¯¿»¿|ÌÙ§p'Îò'Ÿ¾½<ÿýñy -þÜÇãÇóïׯïû¨ þõ?=þxþýñ;ýúoïJ¯C?“”÷)Ùââ/oß¿ïýþåïogÒO~þòöç÷ç×éô¨Šýæ^à÷—Ÿ_ÿx|ý|~ý:5Ñ5¿óôËŸ<ÿ†~óÇã÷·÷?¯ŸWOy-¸W}{ž†÷þïÓ ÇÏôåƒÍiå4+Ø»ùMyè«t(ÇÀ‰éè›dZì^G¾T°¥ 7óÈY½8±Ê;É]$x¾ªÁwj"Wà\’Aâ›ôq¤û¶‡ i:UCØ2×SÏ®¼¶iAc¦:@çVÇŠ-TÙ‡,þm–^¤gÆŽè\Ø«g$Ôö<¥ë-šSQFŸVËHÐ3 s¿$P;5ù\,±ÂÕzÌ!º9«<Ùæ´3]¨C+¤°QaÉJ;#ÐF5ùdäÜXHÒY’ÝtV"r4Îm_ý||ÿüå/T®w胺 ¹—ý]oð•?__>úùÿéÿ•¿¼?>~zûøãñíib6:U;ÓÀw+'ÔFg2y…HU»/k^ÈÛÞò²°zçNÌÁ¶ˆ!·¹ÿ ý¢~®É˜`JŸGw£ë$$iôl+¯BíñÈÌì¢\浚‡&ʈå4)ð–¾ -½D`ò_ïuŽn\¤cÂ…QW/<Á -b¬S'ßȃ9Þ«^ñ+E‘Ö…îšÓ¢j‹‰è>îêRš¨ò1ñÞbJÊ“)NãÖ¹4¶<Õ^ûÂ’¡VøVÉð9±™‘5ÄKBÊÞ–UÈñ‹Š .+Ûë›9ZwžßÂÎFf^‡®¨LÙ}¬£ï¢G\¨Ö‘ A<œ Üút]˜¥P˜W<…Áàйƒ‚‹U”×ÁÆD! aÔíæKužÜ¾À³fžh·i³;0ÒОڕոïÊôþ~¿™×+‘`ÏHæCåðjº³ÐSOpt«tFS>°‚ ޤéÈj»‰ÍK^â7•h€ˆÝÐ釻ð–Ç2ãµWÞ!G®Óîuû@ &w]W·z¤ÈcBhxÚ*"Œ«‡ì0æ~w²'=Ú“)KÐD ªQá—…Êi®?÷•xC¢m+qLwSè; ˆn—0Î3—>»7Ãy™µ££ãd6Sήg鄿¦÷=_UPÃR‰D©‚’ôB‰¼ãIŠBqÁ°¹3è.ÔY4×@×Öµà$@V\ŠïIo{¥MÁÙÎì \¿ôñ,µúa8€…§BO>™Yè‘‹àn$Ã_¢h”g4ñ\NÕ)ãšMQ£?“öS¾6˵™k¬+ ÈS Š˜¸×«~‡ëN·µÚáÁÌ7þ";eHnP¢pœj:òª/UT„9³;†}í•×ÌJeÃ…1£@*Ðu«z§ï)~8’g”Wqµiª"§“~F­8³ˆ8+v@½Ÿ»S´;EQc;å"sáP§¥kLÎXD ¢Æ?f§;ÊÔ6Í„„a8“KÓ‹ˆÚªŒþ¹p%|Ñ[ä*BgÀÜ U=ðW¢Z+JxÔ‡b\¬ÐKÀÈ=n±Û=†æõŒÔ®M°CW-LzµC`Ôtæ¢dÁ‹Î ª½>·|Kz!œI šàô¦3â]BZ–”»” Å‚eŒôGA½Çâ¢vm¹Î¤ñ‡"ÁŽc1µ†œŠoz<Ël]ÓYx4”o¼"8ºW=2ôÕSj.‚#é!³ºð]EO3v6F’ ŒÄP(²Š\5<¤_؉:¯TéD¥Ðq1:DBmñ+’ &²«ÙPÁ]iD4dq)‘HX[7ÒÊáÁ×à!UnŒu*@0¬ n–JÔæ´Ñ5 Ф6ó¢MD·ùÞ‡öd¯éÀgæÅ”9*jÞqo)GÅ]…k™4™¼ä˜Ü Fp±%v¡ªt©Éi\êF™‹%P·Æ‹ãâs9_,toÿ„O4¬‹z(È$uõªÙuGZ&ê„«5ÂÇVgŒ&pÆ -»¤blëÑÐ}‰úÌ•¡þ…X|šgc¥ÿÊÉÓV%Ý“UÎG„¡;ÙÊÉ@±zÙ(¤úÓ Çê?”ä¡)Š”ËÒ?!ÐàÌ26fwX»+áÒžbÜA,‹Ý%13ôöªV0ÎT†à³DK¹Ed‘Úô«Þ²‚ -i9¡+F\4„5±Úª½(¾0V%¡ÊÀ¤½e)y…g(Ýäão°Î„LXñì U &¡¨tY8TT.ŠfÏÑÓ0¸$ížáNÒ‘…Ë´4ëU AiäÌ̯ïÖkuÉc¦¾©&£]nIÜL·a¤`é@b}më“òù-j]5yÀ¶Žå'¯·ªcÎ½Q=Ié~êçX‘oŠ\±ë‹ÝiÐßÂ'*n°™@•RZ74¹àÐ%Š ¨bC—‰¢…nsKÄvµH L®o–†G©(þGS¥:§’ªÄvß>úö²äî¬á¢hŸ•1¡ í®#4Á&C5“ƒÊ‡Ð½qn´šKàÈ]J»ÊW'5‘º@Ó~7Ñ÷ö„>¢H©â^ß’'o›¡V0ÑlÆÕ}·´³åb¹MÙ] ±#óä s·AØu 9©ŽQ»O©¤ê ê8w¯o債¯ ;˜LÖZZ’n‚Œð——ŽÝQÑ€^BÒ1.ñ;ÛP#‹q<:/ßø |Dx±±2™ê>ZµD»µ°;x­€«»´¡æ#JØ‚ð-ì¡8Æ%¬î©íæ"¬[\™)q£*œšc–¬ZšÜñsPbhUÈ1¹$’W…ÁTçH“ -ÚeLŒÝ²ÖËcØò°â…ôš˜cog@0­¶µì»‡G¶ÉÐL>âËÖ… Ó›…jWâè&iµ2Uz÷ðÍŒ¢·X×Tût8’‰`u© ×£­#ë¬-häÝqûw§¸DGe1 ýÊ}<èúQjÍ+‰ÙFyÈb*Ù—y©ˆí“ -\·¯]ê$ß¶P9âCN‚½`º`»cÖ1LÀ¬;püÅ!Êã” Ñ’~²z»¥ºŽwR%’F©DØ£fJ€Õ—öÛ·Éžg2Á ÕÆÒ3»ã¼!PvÔÒÝqVÎÒnèWjì¢piÇd}ÌS·Ëêš3YFy“Î _ŽJ3ö80Ÿ®]BÒ*̌қäF›!9™z{v@ …nþáÇŠ-)<Ë>Ä ÿMycÍ=’šØ#²i!Ø¥íx‚šƒX*o0@©Q÷ͦÊS–#¼cYÒZvà¹Çd%¦¿X†pm ¤Ò (k{­i€¾rµ±¹ C…>c'#Õl‰š£Å™ Ó·¥ V¹Á“–'ó’ýÑúnîd¢Utÿ×nlS?\{Pñµ«¿^ZÓI§ÆäÀáîà*Ú½|ÃR*î)ºf¤;ŸË¼À©m)C™ñWè¼£4·OSǪ@…gƒx\ƒÀT£Ù½bK‡¬Ó0ºƒ´ˆ­¦ Ÿœ¾ÐÐ=«°Tf:¬0]D¬%ɉ¼éô Vµ9aæá2"¼ØVÓÉ:oŸAøG³{¦> -Û1€HMë  }8c]صJAr‡Ãª°}d÷)Êk*_•É H¼<ËŒ íX¶!|¢XkÞ#o‡@E¥¶¥"T;&5ã°ôZ‡4­ÕÀ0a¥ajÀ7T™v™hä4ÛGçS:[;TwMâZÒ˜½Ä ùIdHUÍ4)÷.F}[gôjçÄÔ7Ոߓáñ3ñ¿ù‡8”´ÚÞ×UŠåÜcó·]Ù@–ò…gû®df÷(íÎ ÝP¤Õ11¶}Z¥ã.·Uãöá6pЉ*vÖ œš¨ -…ÂÚÙJ–œ\yÙf,l ÍòIm ½€¼!,ÝhÓœ6CâxíoH;°ôl¸g`™N's”`ñÞðdr‘:©`#¦9ªªD§ïÚ©§òbü^Æ8ÄMIDŽ*ð`Íg™RÞEO«Æ¨<:‰±‡qXºLYÜ;/Eåi:*u ã}å™› k„Ÿ»î/E±†paS¨RÄ6t½gq’k"ÏÚuÐ[‡6„mà–'Ç×1êºdŒ{Œg„›,C7&í­÷/„à‡‚ÎÞ~&ÛYT•N³i”7×AìQٷΗºnEà¦c.\¼&@ƒ´N+W€5T–¬«¼8Q“A»Ã‡ÖÞØì¨’/Ä·E5<9›÷Ä£›oÆðTÑpòbe•5P0Ù%knÌöcô›nŒ6–!|á˜/6J¾˜ì–7Ôè.œá±Þˆ§ªUF§ö *ê@Ûä°íÒ› àÁ‰O‹Žfe-¥-Ç4ò¡›]í-!‘ìä]•‰Ðª„©ˆM¹2¨¢‚£¬F ëX~!1¼øÀ0Ww§f?ÕÙ¯ºHñ3ƨ٠æÎ6Hd¹5­lR’AöÑw®\½ÿz°ÏdèJ -NL‘¼c-a)MŒ+aÆ„«›eè³/²Ú1Ü‘3X;B„‘,Ì §úÔoT…lÆço%Æ%í ›a´ƒ -n´Ú"&‹gÛl¿…ác!»…ÄŠKÒPUüÏ«×8œ 0Ä1̧ËPÏ:ÖNÃ…ö §u LÄK^´·Âä2­1zÔ`p™&G`êódñ +Îi1fÅ-VÉ…šŒú.DBMÈ:@Më.äýCeX“}evÌ0µ2 §(#ëõ½Y±$QÏ1ÄË/o/¦þâ}pQYc;£††ÇŠ£®ºf½Pu¨¾qS¨Õ=>¬äÐ;1ͬŸ¡+&@3Œ9^d僶g½»T!å}(âñjZŽ¢ÞuÏE½ˆØD‚ZôšþßÕØw¢8ÐúmíØ3˜kËÓrÙðúv}—òŠ6ìø+D¨ }ýk &ÐG^Ã:="s¥…–²òŽÜÝŠpVÑéœÅ-„oƒ”R…×so°6ÉàΜýmž°l\¶“]§;ŠÍXP-=êÕ€ƒ›§wêÒÖ° K5›çÒ$¾‚Sœ¸c:ÙÝ·59{ÏTËC£äÃÕLQ«*ÐÞëDê -xB;Âs.Þ{o¶õ÷œm }à_1IÂøWwv,ŽÊåHù'óŒ8­‰fªWÚðåSO(Ü…z³=.Í‹DR –T¥uv(­ãƒM2ìI׳Þn›Èƒ}IP ŒÙ™§#Ñ5'ó†z†!.{\DœJkŸNÕän…ZK=FÝ´ã<›¨,Å'°_HñËÿÅ/Äm§9®˸íál?Ô<Ç.˜'êž4#ç¢Éò`€ªó²æÅn,ð†3™‘Y)Ä«E;¸›:˪‘xÛh[5(ò–ˆÒ jïxjèÂÐTk:*Q](<ý%v!ÜáŠÙ‹B^û2 ¦&o@÷ã$Žå£žÆ°¢U™²P…vÏx2;fš¥òÿ06Ì,_„äÃ4òÁ×Vd0 º«Êog¥Œ2G‘@sº±ÿ6ao.Ò^lØLzèU,ÎäE3ø˜W€ â@˜•7b¿jÖŠôKUOÞœvB^dŸ錣b¢o³?{¶J\(aèuÊÒT¨Ù(qö«þÆß;3Û#ÁŽI0¡ÌšimQÍ€O•Ž‹ìµ'®;Ñ[æø²À~¾·’m†4ûŸ¼ý-ûVÐ1‡¯wm"£¡iÔèB™§¢HäiMq¼ ˆ ¾¨3ÐÊ—T×C¢Pú°Æä¬qT•ÓÜÑ9k’” Ø¯H©È`Jõç’Æ§³'JÚ -ÃgkfQâÊֹç.£gU¼niDÚy²˜[D¢´ -%sOö¸ŸŸ,ÅÞ¢$6¢-CõŒD\-ÚáÀ ×}œømŽ7êŒsÒe†~-»,3xp™!¨WLqBš…w;÷w‹n8Ðtüšpˆt¡£{Ñ/kö,S$9! *} |ÝÑFO !¢¥ÛØqÁ_Í‹½”IÊ!Ü/2Û™éÃÀiwE×¶aéКDËsœi„^•Å÷ÇhyB&+iD‹Êê!Üè&-üætwRÕ‰ÀbEfÄ"ŒB¬"ªhFžp (º!ªÀBëÁ:žöT4/ xL#²3>â2…aÃë¶¹)ª˜•4žá¾à_õ)7Î8]¦½P"pxúHMQyF.2F©ð±HË… (¥&CožÈ!ª'd‰Ÿý—Ë•ê€P) ªöX>1.DøÍdQ"ó\©®Pp‰ôh“Â` r2»Ôµ…arÄëNUL”ò†ûøEyÙ²2iÃÕªã“hŒzJ˺}k™Ê ©›¡ø“u.{®¾ Î…!÷–˜¡ÂQ!ì¡l)ç ýÿb‰ìë-ÊGy« šœ;E¸[wßÇ!ýŸªeK»ÚòÜV+R¶c¯áEÚ¹u•Så,âÿ?˜Ï ÀðGN‚áÌ÷ÜÞsåç¢-€q‚àÄ…“¬uÔ:jÌä½×äfà×Â!«®Hà8œÌzå½ð ®êÇyáËŸÑ6f@Ûtü­¶PèA§®,ÿjë_Æx.Ä` Ñò€Äör¹š7lňץ4{Ž}‹qFx Lãø.ËÕ—âÃ"×o¢ÇéêímaÇmRõ±ïÁÛ¸Q g“;)ËûÄÇ/Wèvi–/ï¤Ò¡ÍØÞÞ'&YÈÇQ¼â#Áê³äÜÒ*téò¿Ž=¦€/ÜmT‚ Í—x!¶YÂí¾¾¬X dtWÝÔÌJ ›·°d=V1 6z¯› í,z{yÛ€#«nK>dñ·”#_L¨þbR„Œ4Ð…CËuÁ¡sh„¶,é·ÊAП«P‚XÈ”&ý¨êÓx~Ë„Ü] üªÍŒŽEáÛ@³–ùv|¬˜Üeöw¸Eoð7ÅÁ„ -%Tã› &¤‹€I5UŒèÃ\Õ¹cŽ2zªrŒäë"aæG¡§fòf%HŠŒÜãâzZhàwÛqá¹Õþ\’XèETå(âí'Œ‚ —µ¢Vÿ`¸¥«Ì^« ºÓ‰dŸ~ECø,'èÎ4\ À€»9ð&C‹fBsÖãàh¹Ó(›?¦ÐŠw¹r}Vñ`éÒJ¦” gzÅ‘|ݦij2«nÉj ’àÔ$åôÕpÞ8úp‡ä°÷áZFGu\­¡Ö,¾Ó;KÕ áT ×ÞfǼ¼/¥ï_ - -LÇzÓsÖŠq{12,wðÏÄÈ?iÝ _³ -3Ö´Fe1[:4!¾²k@Ç -þL«§÷®7¾ˆt6Ò‡²|üó×Å¡»ìÕÌð6,ý›ëf€œ¥Ýׂضt¼#uJ8Éï5à—· ¹95cA†šî\#Ž{!GI¥`°1M$é>Ú²NI¦a­&•¼7æ ž¹ÂlŽýšlOof_òr4•m²û΄O>¯(a‰Á–ÇÄÑ›ËPzL."|÷RG›þ_€­ŒôÐ_ø}Ⱦºóe½òÒtk®i ÅwÍBmÞXÛܨ`ÌEm€Û_½€,ËœnMÌ2£{åžN™(3Qøwïí›ß`ûÀrƒ´èb¢I^B³×µÍ%ÔŒú[††6 -¯›6È=íc2Ë–=¸Í wLÓqFê3“GnEÂYâdÖ«u’¾ŠÔ5áˆÒíyªüx ä6öªsNƒ¶;Çþ hÝëUÿ ™#ëA/ʵ¨4zÊ*ã_? Û“=Z¶ØAa5ò´³h0ZÇ\áBî‹à± eY‚˜9_Vlj©v[l}Tô$Å^ÔÅ|m==p\òL);ésÀäEY×¶{PùÑ"›”½=+0ÀCv¹J-zq׬.€ tć^Ô$'ÉÑ¡öRäEPNè¨ÐÅ"=Ù²™èf­­À×t• ¾»-ËËb jô”½¤+XÀð^…t«¨³ÚÑGÚWbL¨{bÉ•×@â®þ½sÄôIćîÖBÎTÔŽ½E{ÖI"pú…å©YùÊy˜'d@Š©'ÚÚ¿†¾­»BÀÞjñAî9“4[¤ÆáöŸ²±tÚ¾ß]¶cÁ2Lºõ¬X7‚úÂ>¯áa¢ÖG°®"4Zž‹"µ æüªl„¨Ijl½‡µmÂüõts¼¬+<Æz#4ʼn˵¥“ Œ­HkfŸjæKKaJò(5`¡K ¼à€U©1º¨r¯ƒã\ÂÅÅ éÀÅÖN“„¼ô…ˆgè€à¸í¦Ž–½ónY*bC=(¯Ä÷„»(ýUBÊ-¥AP…6œñ‰çRÿ±l>ÖÑFn¢ˆInægùÚ˜ ×]Y ÐéFM³2o—Œ¡íÐɹ¨k÷×È °ºcîM¼LÉ^cÙ^WUz¡óÂFÓuÞGP=n:v½ ]Ö0uȼxvQ³m¥ð•ظ©«¿SŒt@¹í!«˾¡£¥<߯ÖÙk óÔзíí°¤]Œ€‡Z¡ÇR è<½”+@W¡zD©¦WžÊ³õ£0©Ûã"¢E+ÍP¨+¢’.m|¹ó`¾CϺñгà OÁRŽèBéÙb£H“3 -ÕO섚§Ú‘629d=RíSx*÷ŽE2ê[k Æ7ªÇ)4½úÇ2 è‰øXò`­UD˜<…ê7:].WóFæˆò^kGíWÂÝY[„2*}Sän&âóy…è” ,Ò¤¿N|À6\¶ÒÐ^¬?¥Åpñzd𹂱൪G®~"9uR¼k ->nã›õ˜¼_8’Ĺ«RXËE‚C3ê=Îó,“Rîòê -aé*³V’-VC¨»¶á‹J`Ųq vA&®PZ)1Hó©}LÎ=ÖZõœº²sUŠ‚'öX6¤d$Ø;¨t,š›»bnÛhÅJç ;•VE3w’jMcC.˜Á¹ÚýOÑEH¤ÔÞ$ª»#ÎU]o âkÇáèþ¹/|»º™Ÿ"ýɯmÈö”õb߸“`>W]£Ð¬Çp±”(ïG †Þ*Íy¶ír£ÂËèù2jg*v’5kÅ‚C`)ªËˆÝ;8ì86 ÊOÇtH™P q¢s`²±|:Z¿©{: Ña»´í:§#Û*Œ:òÞJÁÈèrHŽ0´Ì-éS´fºt „4`ƦXtà\;2‘,é3”l÷+™Ê ¥j”ÃØ$êbë³™3©}ˆî äžÀÑå„ÃÐ(íFœ s,ÕpѯHhÅ3Qï0ŽÖ’)|¡˜Ê*^(5ßðÖKrå;ö¬kËB[ ëØ8ùz§£ut%ðÇá¼wRK52ÖúŠ·iu.bƒD…>µÕ‰Á ÑýÇH/øÁÞ6–tfd,¤BÂwVAeœ©ÉŒo]“j¥RŒÜlnA'^©£ZwD~ÊÆ†5¸la¶¯*´|.y»<Š )?×—yNÅ9çœuFv‹¡*ø¦ä#¦Šêju9ÎÁ"„tC6£ºl癟u¶6nÄ{Æú6^¸Ž¾'4l†IÜkñÅ ¼uƒ^Ùa[ÉGbÍÙ2–§bƒÖ!ˆ"[ªÍXõnœ¶¨“][ÞÁ(ÍøUse0$-ݯu2ájM°µë‘˜æ­Þ¯˜ÌƒeÃ’_º:î½5¾9ôë+ïó•òÀ²u²/ÒèŽE"ª™”rJÈU⌫ùä1¡•T³˜îœÞ[É£„v*$.æÎ^j÷–ô‰6å-„I7ÆÓ7D5(Ò™ …^‘a~”JëZyIa÷`Zþ”ZÎy-„J.h0¬~å9sËT,M7à)×ð# -|Xó³÷„ -TÔ ;ªá74Rð+ÊŠ“¼“ÊUÓÖg²œ(ª¬*” e<ÐqÉãIž<ˆ©inºNPyH KvlñºvŒTL$ÈJì´&jӘѣvTY§qƒmHÌ!žUr{ŠæìÃ=Ì´8™^…s¬6œ2®Î¤Tï1Ñn[®Êpèû)®€.e4=ÄyñœàŒÎ©Ê–sÕŒJŸ s¤AA²xÆ ßLÉJ’Û ë[yÏp©;+¯al£Ø¼ƒÕHfÇkëXI†ô¦‘sÛO˜ÅÞq¤&eÑ» ì¶›?€Uʪº°x媷' ±Òá\×v"»9мó}=«›ù9u'ݲ³s\ša®ÌÄÁÚø5UɆÓÇÒŠÌ'í‚Ú¦åˆl âÍz6Ëmö‰Â)¡.cb+5øb—§'©ªZÕkÉ[¥ÄQ©kSbÒµ…Ú]cè- èÄkXj36\ ËóÒòmÑE®·ºõ9Jnä:0>„…ãmÖ3.«ÅVÄLÅ®OI¬ÛáoT5R Â_ÊtC·ØýH¸óŸeÇàÈãÊU½±Ðšš{pÜÙƒbªöù’%6˜ÒD'$C†—Ä<KÐ3!1ÙʺxSÏP%høÈ,êªëâuEãÄ¥<¸îºÇrÜ—ŒHæ†cêßÓ#Û8\¾4“’ùœÐ» ±–$*P›žjÒò]ôª(Q&ÊñH` œ6ƒ­µ&­BÚ“×é™é6™K L_U§ÀòÙïâ/U„Ì€À¸ÆªB7UË’"¬JÙ,ÈåçÜ.º®‡CìÜMò³¼Iq±jM1*=ïr~ÃÀÒ¬}tL+!ŹB° -Ý$NáP³ž ßLD´KZ-4æª׫R#5Ü/gÇaYhX:\/ìOÉ{Ô©³‘òd¶;üä\pÃìþ*™UL—‚K š;€Xɤ}9w“à¾EÕQL$Áa—uPÁÑÂìÆw.©äP²ø®uëJá±È~âtÄ"ÙEf`]ך'ïä¶~$v‚[{õ—„Ô%K[læh—ÐŒ˜ÝÒb•KÔ€—ã,íÇG;¯Ãk¯“·næçô0kÖu\Ñ¡JˆƒbnÊYzÁ‡c5T‚Ëí>à¢W´æKé«¶C9™)¬ßWìm6&J ‰ z¬rùe/‡A\½"Ì~Sh¬¢3íƒ/¡q4¨gmÐ6¾|!`—¨õb¤hõ×o&N"‡pQ=®8k3Sp[©âéì)9u›!"D5¶üuŒ!³'(Û¾€óžÝªõbc©rÈlв”°¯±Ë³é>ï¬ÑÛ†Ó±åäjbmÝ_ ±!•¡, ¥m -!S)ضOFU±Ù}„¹±»>ö…sæTžÞ&ùÄ6y¡Û®·Í¨Z¾ÉÔ·fSyÈ;tÌ1°‡–MˆJ† å~c‰c÷عèé†}r¶["¹/î•q¡m·™xôTó±õUÙ2ì©xÖ>ÎØî æ"GŠNߤbs5Ò•³á2v®œ1cÝ lç%Kplì%­ÐBOü¢ê” ãÖnyñªõé&tzYv‰{ñÝʺ×SÂCÏé…ìħki¦¢G4žo7^vT Ü6[ô½ý›^ú¿?òÂÿû½ÄÅW}úù¯~ôôƒÛs<}~ûë·o·¿þc¿êÿöç÷‡˜x¯§—÷ÏÏýªøvO?yÿûãíÛç¿æíï{ùö阳M¾>òþ>Ÿ¾<Þþòí_ÿõä|J2:Xâ9ž^_¾}~ûôüõsòd;žƒïñôüõã˧®Oï/_~j?&ý£÷ÿEw™| ÃÐôº§¯¿||×¼êãÛ¿>ï¯!83†íúNOŸŸÿüåÛ÷¿?ÿåó‹ãA|>Jáâ»}ùöù¿Š‚÷ùóãïÏ/·Ïíc&ÜõïþôÕãõùåñeôÊï>é?%ÿÏ«þŠ£*ù«Ÿ¾yÿËí~ùôÇÇ—/õOÐwyùö«Ç§Ç??Ÿÿúüöù ~Ê"¢šßüôÍß^Ÿ¿>üï—÷×ÇÛ_ßUž’±ÇpõŽ¡ž¡ýýWíÅ\屩'Y²}k-ù&ûÊèÁVAõ÷`7M“ÿ–,µ`„ñæ*KL4ežÅúL‹±Û#²Î–ì/G˸ ‡C‡:o[ Ó¢oæ>ÐŽàøq»V1Ã=XŸE¯}y˜ã2·]¨½°¸^À.KXH¥ôa–Úüƒj½aO®xúç*…âŠùáw3k¬™ŽšôF+›ô hš -jeU6.1Ã')“ª¸\G².¹-^(‹ÓóÔáÞõ¡Ò­Zäuf# -=¦tÃM±5yc©-جPÞ$”‹G>ÿ¢j-º¾ìD§!5:î@Ëß„|éú,.žcäfzµ.ã(/šñf7\ç½pÛQ½;0¿öòLj+ -yjª}â}Tû­^ÍOs õP-rú-ÏeÎsL»6u;5 CªheƒÎö”¾~=Q' qÈçЀ´Âu‡s©ðJÆDѼÅ~‚p9®P ƒ7$†9 fÕ &¢s"µT÷ã¸NðÓI®5ÙŠ>ÆÕ#æ׫Ò-äb-*ZŽGiMzýHÌk¾vn–w; ÑæÇø°_!®qíÀ« -G97£-XµK(í´ŽêÖÁˆãÓ`û¾Äœ&à‹Ë|rÉC]å·ÊŽòñDH$à'…Lýñã8uæÁ_ø]„…¢8tl¥°T™Sî¢w ²ÿ.b0-òòøi%tM²Þq:†‰tÖ!›p|K´*Û³µLw´K¨;d†ñæœ -·Ý²d;‚sfH=ó\Ü·#MŒ ×ht¨0¦°ªÛqÍÁO•K䨧×Pb¡ÚE´¨mÒ8ƒuèål¨ìþ‚#kQ -UÉænÜ·–€§Ž¨Ì>,ò]qsÒ± 1Ç<–µbxFšÂÔBÂ\7åÕ`Ñ9ZÁR;ÈmҨǥ¼•!‰l:ºÁå°Tà•µ›­: jhL¢²3-ò€J.íÜ[8D!’䪣Á¬+³ˆ ö3ƒŸúÕÛBîŠF-üÍ7¸º@<:Ubƒ•ªJ}œ‰"3\=UÁ÷†Uj êx4„4…ØÚÉu%¡±pzQã#[êÆº`1µPŠB{â9´or 4jx±* ExAY¦]S:2 ÕlS¾Qà¢ýèj3Z4Ü6*©a~9ª53§tòVÊÇ”1Ñæ¶‘*[žˆ8#´¢a‘v½‡ Ž^`¦I¸Hzbh7°Quóÿ2èºk2‹Ò~0¯iª%äJÈ`›8’âN§Kߨ„ˆí+_äI.ÊŽŒ¢\[Âs\„‚¢,Œ¯P‰¾êcZ*a“íª ÔÞ,£(…ìÅtºÕ’8EÆ”ÙBÕ ñ6 ¥ÓX¨A7½Nu/¶$y˜ Ó!=Ím…«I®Wn¹Q´§@t6ô„›«Üý®ÍOsNtQ/5M8EبÁ¦+Ü\¢!:Q¬MÃ[RÃÜó\˜nÌWP%a6Â76¤iŒN®¦>,Bëªd©!|,É‘t{Z§jP» -)ÌÖ[S)â*GEŒ¾“;)â5}Ìú¤–~A%9kEj„;U‹Õ™òlœžà \ÜQäA“a,Ðõ[›…xSMï†è˜uÓªCéPWD`þT9/žfˆÍûE• ¡îíöQUQÀî0–r¼KŽ…4ºòJôöD›¡Š&—,u à3ÛAž[E–å2zŒ©2|Ö33ÎÒëweè²§ 6Èn’Ùa£¨ÏŸô'æV½R‰RªÅªÿB].Z¢)ßuž±<Ó“¹(TÝ !u6Ûž‹1 *Èá²ä´È`R‚@b¯È ú_êúâ(ý-i-ÐP¢#Å‹.á3ü›u‚1X®Zê93^âÓŽ¹Œì¨ŠrÏF¢jzQŸÅñ…›Z—G2À†^DL•RHWC€TËÒ¨z‡ç¢a‚@ɳCã¡Î´Ëºû*Åd±5˜E<óL©ü‘y” dÑ_æD5„.Qž×™†’sÓ/6¨0¯.1–Î  ÷H©† -f£ÜaZ‹XÂs£ÜÑè¿p$Àm‰PþJ\ +»|²C ŽhÖ /ýS ;f­ˆ.Õ/HÀ®*0q´´Û#µò!«,Z—•cCÕW‚Ûe5ö³›P¦W³ÔrµÛÜ‚Ä26ñ^UbdÍia¢ƒp\w–#ðMccࣥÛRƒÃñÒ%MƒÕ\³òà¢Äà[à4Élªa‰gsIŽY+=¢[u0‘:3mÙð‰™šÑÀ_ yOzh%þä!-9ÕnúŠr&Ÿ¾¡­¬1/ç6¼•6û¢ÖøÀÁlsZL1ÁBá´Ì9µäm~•(01’’|E;”·Ï¤k¶'ý^¿ƒÊH–Oýà˜ç³KãÞ6kxûé‚Õ -× ¾Óe“@Ö>Dj®XKÏ·p±ëŽÚ8ÿ?íqß¶çÿ†ôzbJ…Ø?Ét‹§õP£D%õ—u0ä*W‚¿Áb ±B†¦P²cœ!ÊÎÎh ¬ßQWwëÊ'ÎÐÌ.G¥š˜”!¶¸c禱vëug[j¶ÃR{µH ¤q#°~ÇV[«½E3üdbz!¹‰Üè€^¡}¢M`ËÀܵ„FT÷ü6´Ó!½?»·sÈÕVìèõ”X&S¼,”“¥+‹(ÝÊ…Û™ÎàiƒÌ9¹†<”4æÌhåw ÔÐ$,éf•âÁX˜Ôñ°gDGËÎtÿúd2F$m¨uy…eAü)Ê ¨ÓÕƒ¬E+¹¨jÛ©ßÌÒ=KÙ¤ˆV`f¥ÂJXÌf «ýp¡“a(Lz˜’ZH¥¹”ÊE‘d\÷d3jiI§–׺=rÆwÑý. -!{FÝcc®ñ_?¯zÇu¿‘ÇHëÉêœð"8^Ü–í”zP[ª”]Qï‹9Uš…y^ Õ/Ó -!'Þƒ®p»¤1·ô`Hlú¨æ˜ @ï×o EçŸÅEsŸ¡ùÜ.i¾{£VõR¤…Yô³ž«cx%2Ù—ÙѬãrK¯ÎÂä®k3Z°89ú¯Ó=¯›y,E¤<¢º™~j%ž˜49º½÷uM–ÛT*\X7Š¢×:©“Ò5Q5–1³Z~ ¬»ëé—±£Ê%°•‘«P$Ê'ÑÅd)÷Æ¢ç›âYÆ= »,”)pÌÂ)¢Wºˆ™LŒ1,è•"¿D;«  J± ù7q±¢zÜ:˾@ËŠ¼ÎDÕ#·P·D ò…m®ŒÆ×> ÐOº€‘²cFÛþª2Íû2ߢn‡xßö¨®±ßRC¶ÈSv´^»ZOö–§y3!gi²_«Ss/ak{õ÷Úr¬GQÖº†Å™nËÕ%åÂÉ‚3ØÏV§EûÔÉo -÷̧/Dºù1®Óâ0ímçi`Fï5K† w—3aªB\&í°:OŠü¡ëÖ€•œ2lYc=óã Ô¾¤)„LieZÔù‹Â®aÆu*°—âêîi.7#§Åþ "ñ¡a¿Q8Äêà …è“ä”[»ŒB¬È™xhtæ"ÿ`ÌóˆøãÃrTR‰u.þ6òˆÒøB(t«>Ý6Ô¨:úÏXHèzIÔhÙ S–FvMV-kŒÁ#¢B¨¡œÑµ× Ãr†‰ó–Vù#ßÜ—_‡0`¬šC¾ˆ2´G9Ôœ¶ÃÕ²·Å<±ÏçdñOÄ _写æ râ9µBÒvÌèÆË›fâÓ… ‰rP\àÐkTëºð~ùRKm_¾{TÕíY‰P“ -Þxt‚ã[¤LV8ƒÞ´L€]-л¢u®¥€³À>´à#W¾q…i¬Ä?ÒnŠòª_dyßͪj<ÏÚÑ&/ÍÏѪæ úX@@T§žÕ°°gVP0Ån¸ôCÂóš˜b•ar'£ÛFEÒUÝF$ÙÕuý„ØÍ*Œ «AÞÙ¤8ƒí“â>Ñ6ؼÎä¿ Ý®1ü½z -K˦ÅtÛMfç(Bc5a¸"o~oa8’6&K„A?š#2¢YØÇ -U†f1F{÷”r”¥ObŒ WlümìC]n³°RÑr¡¤km.w!Ur†’òœÿ”Pöl^´¿÷ç!/`oë–›Õd€›npøSõÖû¬”»%²€Å-·”åÜNª¬/þ¿2*CñÎP'ª±oN‡ oÈ©âW«'Û§ÉœPw_u+ã•L± XßH¼$©z=åzfv8"I‹eËíhäèTxEm¥K*…­[G-^8~Æ#m½=Þ “†ˆ À)ÿŽ® Ç$²šŽ©ŒÇ¼î`ûÉþÄö8N÷³r¨ªP'^»ºŽoܱO’¿Ú¸_ ¬ÓEþ ‹¦ÈÐ~î ùzŠTºzÓ ;xAÄGJÂÆ4쯿Ð|»{ú_ 2ñhg‘?Šø™ðSÝ#²»À¨´H£=?VŠ5æn -Ã8þv²¨5ÝwÏXCTÅœ-+±³Ÿò• k-âXd¥4=“”1îz­ý+hðÔÏØHZµönèXºßJbìèÎNè?ÖmŒ¡,äìÄ/ƒFrÁ¡^“•¥3¤!«³Ôè„ÙÎÓ. ǟ´[õ/à;žo†F¸¾…°¥ÔOfPµ5ks‰ZÛjÕ ñ_DW¿åüZu6ÆÐü>xW~ö¬ÄqG°Æ™e¹êdöLåëK/ìí/ÈÙ¸vCˆÛ$¯špkWßHÝB¾CTÕ)¸ÏB2å%15ïÚ±œÝ3\ o¼Áظ2ñ©Ú€nå÷¼7•]&&®·ÃgUÔ8æÀP¨§E¥§yš^Ť¡}[EžU¨a'”k@Óo; [›oF#ADqjÆÿÀ¾hÆ[ï.»K=ŽØPÞžêhýË„—m¥O6ž²ÞùK¼% @åw)®ai©1QõôtybϦ¤ûžœ^±‚:ßUÆÝ ÏÝ¿ÕÏ„ñ;±Ýù^éZÝW)1Z#Ïø–FËBðÊñᯚF0`ß’cûžë[èê”D Þ…)Ø“/Š‹yÇò¦“–Ȉ¸¬:tT¹v²Fö÷.À3”‘vkZÞJÓZgPýK·„vñ·ÝñKüH]oüƒÆAXãðª§<Æz’ç’DD·¢=@qÕ«Ú;ÝR¹þÔ¸ž8H…Z÷*Ç‚©‹g·ô2g oy¥èÎ+éz5mZõµ,Ðý£ÓÏg5ýÃŽ°ÆUÏÔ ;6úÚ;³c@”T³hE-*8êK®°×µ»À«$04šö£g«ïõö"Ë¥’I–Eñ³«ß%‘Éâ ï`L[v$ˆ{ªÖmfì­ŠÔ“m9Mt‹‡My¡,Kô|Ä¿zueânâ}ã Ÿ„)ÁOL5Ó{š)€)£G> __G¥²åm‰G9•Æ £¤x S9;5¨ìàÞì·)þý €ÈƒíQÝðžBŒ¬K Îà2ÒzÆîÉ{ê’åžAª0vÖårˆÙƒ•9&°k²fsåo`Â-†NUzcöÚÿ€‹pPFz²Õvž|%%|sä‚nÎ~pXPu0£ãòd -‹0^Ù¼>Åó -Ç{1âƒÊ¹aöäÕ($”ÐТÕzåæ`ÐC‹š q>2t«z:JaF¤üŒ$¦õHÆ‹.ßJ”Œâ{® 7®îôBÆôàAÉðô0†rR¤¾mLJ©WÐ|»ÂmáñøÈ¯½çÄ_´ÌèÎÇãFq•àXÆùFØ_÷$-_A“ç:­'+Y4ß¶Úš«r‚ŸËÕ¢_°uÓ¥„Så‰H î—íÃ`Èw=+/g8œ!zÒË1êÎÈTJNò{IÝkñ W€¥€|ñ€ˆözê4 -Ín®wízëý;—}!”òµ|„¥Sj?q"añ»‚Ä—Oqot“Æ+9˜O>ÕH· èš‚½Që’t*% nuwO² Y”J­bÂÅrá¶É‘'òv@ºl>w¨i¢+´*®ÞÆù“Cw¬á#£Žw À…V7QbªZj«‹Aåë°€²†ÂtoÚý¥Ú䶇f}4/¢ãÌ#‚[*Ê!-n;FñÔ\Øe€D¦·vý¬ÆV~—·³Ûa%2¥R`±*Ë6lö¸“àŽ»Úï¼Hϱc³÷Ç©ŠÍLÙb%fl³ÐêU'§wUŽ#°Á¡0åÞÙÅbž(2ýa™D—+¼8…ü½Î;<ìÝ…MǨôØMê›M©k6ÿtPSH%¤:›ö;Ëp¼@Ê [ÜJ³VƒBŠO§‡[ªdÞ×,O%„ØÐŒá¸U é¯5x¨Û|I¨ kÌVðÒ×È@q’RMaŒ6·fkãà—»ëÖž'ÎÈ ªÄ÷4ía(±xÚO uBlvAक़FEr(LÝwÛÙUc®Ð釣¿Å¼™•QJ˜?ïè}˜aÐWÆKöÈW9 çõ’#Ÿ€ ôóîß °aÇ ¡ò̽Vhä’@ê2]8ø³Z©tù¨ˆæhÍKWu«ðG†+*ÍìeyÌ;o« Xcºz7ž.)Jãòõ .Õ‘^Åßµ~/Xª\úºbpöC×  ºŠú-c» ­»r‡¦N³FvK·”5¦kùÄò O!7ú[ï«{ný/õÚàvE¸W)ô«Æ`c~QyŸ 6G£ä]Ty1¶~ ש¼\|Ü”×qYrªâÇ™ð»úÞ²Gjôµ uÖ¯uƯ'“4/ 0ƒÎT>æH¿òý$#æ)ºäU7$ŠP󤚬½N±éËpx y›ˆê‰ŸW¢è„]:ºâGÿÄÏç„P™n9ŠZÄ ò² -‹ÑÛž7ë¢u•ˆlªñP1‰À>óFBèU¡èV¡·é™¬¼Ž¼ífƒÝ¬?Š,Ψ³ñJY0s±¾ÊõúÆ]Òøµ]gGÓé¨\ŠÒÚ ÕÐÃb±ú=<àt- EÕZâ×Ѓ´wOÑæfJ-U¹vD‚8í‘‚´ØQ^£Ï~΄SK+ý¹èö¼ -ð?ȉ™‹¨Ž"ftw~ᵿ”çU6ói $RÞ[Õ‘ìæÈwKÖTëÍ=¨”`Âz@+/3ÏÊ/ù0”nCô8¿*X¬µ¨z= ñIãöžwA`åq8¾JÂÑ,O~1l,áë!˜ÒøçÀÞý~sw^! 9¹t!ÏŒnød -ç*ËþÏ‹;{Ÿ›³nV¥³_2çe!½˜o¹áUÀâ…ºÖ$Ôž‹5]ƒ±Évhisïìœñ‡æ­]²¡°µzÑí¯¾tȃ| ]Ð2¦°·: -§Ö&{ ™¸Ò¿×ó¦ý ¢¯—u5îCrkMm·Qs\‰ä1cÁ\®ÈëÓ§;7ìê›'¥Þ<&ûU”’›(¼ÂJABþHpÞX"É*íùŠR*µëqTºécᕆdÄ‹¢š)ô¸óSÂT­ÀLÉ·âÜ)Ø÷Yâ#ë%o°8lÒD"Vkïr4f+óRUÖÓSóœA¦¸ßàr%„¤±I!ÖñŸÝÑûP7ÒŸâZwg¶Ë{]SÇ!ìxG¡ËAÎÆ÷ ”0ƒ¨ûc!ŠŠÿBl…ÙírÎè®ïñTöŠcçP銄qQ5Ý™•ƒ]·AômÁ[gÏÜ0–ò†­Û¿E’?¨X@G®-ŽÕ`¼]b_ƒ7×õ "­Ïñ¢Y„li¶bEÕ1ª ,6n¡ÕøiìëD‘>Ör^† ü$pÈ;=Tu\‡’k1­¦¨ ÅÔEuó‡K%LS91ÃäFaˆÓØbæ46ì3}:y75ªS/A¶þ NfaF{¥rûï o;fwTfÿöŽO—§7VL\zcy+aœIHúq:°R[²Aƒ+èF6í×6. £-¯c2yÆBœ}Yë„=>øQ…ç©¡ö·ÂVlê—c7ª Ã.`‹˜e9ŠQQšÁ9!ä·£Ú@D„':²w8¶.½]˜é~m÷X[µwi9fH¼…ýAª'ðIâp¼JÕq—c ¶>NhñOr/Ó•A½¡òvõ ÉÐG5L#uPÂwGöW2Œæ3}šã¬g;ùívùpÖ …µâ÷ô W#-Š8Ä5ìÿŠ*¾ôæ4Yž(¹þWÿä³;ªß‡°ŒýÞ‡kU?¯6_Gxèx÷㱞¡ãQœPC®ÍN×Ñâ -0Œ%˯Q—ÛMùfêþÊ­Í5o°®\ˆ|QQ«z••4óv5½ej?ÖI½Y_#P°_á •¨Tóa‹ª§²G{Æ{.¸‚jð·p@A›¢- ¿pfIN°ØÖ’¦Wº“¼+ 乊ý*`¸?bàÛ•·ÁSkYŚùõÉ€Cå6Y·µ`dèŽý®FK…„u¸Øwo%`”AV¼­¨n"=4w7ÔŒš'ÖŽH§Âmê\Ì"ÙÉÈÜe%ŒIÏÍ¿é–EmŒj†j¡½{¥yÁŒÐâ;ªŸs&‚Æ-PòUZU­E•-+¾_‘*ñ”Œçæ'9#:C…§¯ÄÐÖužÜ¿Ó³S>G¶@óâÑ8âoŸ€œ>}Ë’i$ÃÆd£Áª8b«‘Ùs é½zûU½°/Y™‹£ZHƒ³Â0oœªæ«µ™‹n‹ž÷#­güÈqJÝù•l¿›¨2äÖ&N“pTå.ׇl¡B”¤ôâkLb±F{÷X\ÅŒ€¸¶ó&\#3ƒåe{èuæi6‘»mu#ÁÊ3ª52ÀæiW|›>¢R¹Åɨn€7C댳ê0a`o£Š55²±˜ C‹±FZ{ÃqS¤õ:;/Ìîmuõz%ídꥫ¶aèó1Ï#䓊<Ç…‰Bº -ž‹HØû² t·õ¶3?3a¢¹æ‘U禹_L’ŠÕ Êщßiçõ‚Å ‚muÊâæ¶ÒeÝ&«iD¬á ©FOÄu’ª˜i§ë¿Üo Œ³žû£’Ôg½š®ê²vù’LŠ­DIº»¾VLOD¬‚áþÈD¯_€Ä‚Ãç‘uùõÑLØÝW$佃Õ…ÖZŠëu'uøœdŠõâÃ’Ÿk`KÄ3"cmÇ·mFLÇß«¼–IcÃâ§ó½Œ­æo¢ É€+òÉCÑïµ´¥Á8`+ªlÕm¬¢Å~QщM]åè5¯+ÈþáwXˬ³_¸UO2h9Ø ‹HD"6ôÉ„èä©åjIU0U³˜qå\™]VèjgJC3^L¬Žáþ(Qo•0ɨ lªŽ+âl!}[·ó|¯›Ñ†0WÇþ(Ì´l¤s:½«=.²ñç9ÂÑé¨Ó€­_¨I§¾ÈÉ+(¦Ž1—Òî¥Æl‘¿èz\ft4yÐÿH¯¥6ä÷ÚûØ1‰¬wµ0Ljc•“,د>†¦t^°„Äæ¤yÆPôÄoß´.RP‰OÅ~ò‘Z¾¥É›Ÿ Í½Î ëZ³Éìm Íe¸sê—é‰G\×^+€ô6<øï"£šÎoÍžÖ'‡‘FZüåZ¾"×å½*€â?Nfµñ]u”ž‹Ëæ‹9÷ËúÿŒHMêÐ>ç­†˜UQ®ÊY@äåDÆÿOéF½VfÖ¸¿WÍlyݺSY{æGþ­V\uØŽ½þ…*ËÝ¥Ö¹ËK¼÷¾þ£ðx  Ó‚ޏL÷7®ÎEÛX’fvW—¨»\IºÊ§Ó IuvÒößÇM€Ñ!®’Ù»Ž£NA‡…zÂéÍÞëkÔ6X§y -Ža<––'’ -@­'’,æ|± ÀŽÈŸ4Ó‘`ȺauWu7X{Z©æÏçªÔñ§ˆKE4û…%,´d†¢¬>ŒèZŽÉ™k=ª[„ú*¸±Oá`L• ?n›{NÒñ©©Ä”‚å,áL•HQŠv×-”!/K;©6‘è ’Ýä$˜K¸#|qqã9­Šì;ÌNèÆæÁG^èGÝ5‹#Öi -t{OÇ‚.± BØbAØz‡™*‚µÆTi]n59á6E­ƒ°ò̘­=(ÒéËÉḜÛÀt~è&Y©ì~/Óv ~®.xUÛ¶2{{)À­–!ƒ¬ÿ½ï¦Ò¬VN´¡ê+Fm@樾¥“ëg‡È·5sB†«ö$*¯õr‡hOA ™ì“`§R½n=r¨êí3ðâQžíZ´¸ÄÞsÃÛ|Kܱži U¨ä:޳1Fx‹‰uÒçuëá ?iãXÀÝåÅ‹eÈ;â¡©x•Þvê¨ÏpsGê®í£ÓÖÞ-€:qdê,ĆEMNG(NÎ )ƒ’"Î£Š Û:쪢Úgh¦ó›ˆPÚ¬¢¥´*ðm¹Û†çËÞQÇf´cû¢¸t%7Q¶´R+Pט = Cîè^$Wõ™í0(Ïp;d£z‰ˆX«]ÄÜa£¸ðíh\¯,èº! âŽ5Íž­vL ÖínÏ4¡óÞSXú P^¤[¡ê`&å4ÄA‘y¿Ù{Q©Qy¡ ÓZ¥Ââ®1ÕQ̼§—V¸,<®NWTk¦Šœ -xï £Ño²¶µváE2øº›Ü¤,x^i;•”ÉŽ|–¹¬¯-÷î¬# žìgóã%wÌnŸº†ï®|bW$Cg¦·à53øZïµ\‘TZy¡¡ óx6ª„"|¦NbÑ -¶ÁtN%÷ì°³•º£†c‘’IåsÕ:殃ނ×ÐwôÁg"Ù†ù±M•©þ¸ -0•êD Þ»Â.Õè±o~”ð¡Ø¨_Ä¢K4ÌÀɹDÙ–S/©ÁwßcÈ*‹Q¶GV̶›ÒbW¨°clZ¼ÐÞu‘ðÎÅ\3sOÓ§’Hœy¹éHVa8Á `ùÝG ;—4æ…—Ð8Óª;D¶Šºbs¹u¹6þ× ¼’Qf„§z'ˇ8n.Zg (TX‡&ÜÖ•þ†SÜà{½£Øê`²™íp¥¤‘¸ZÔðñX’öê#ð°ž8‹FâQëBë•:-ÇטÛb§í'•cfÛú°Ýèa8àˆß' Õ½7q)‰T'ö³rü€%Ñt! XÂZ=s•zc³nKZ•íÏÃŒ—EUA±Ã}ýO–C@eq5x*/¦Y ,i#õÕ0œ…›¶gÁA Ê‹i}4Ù-,±î_h„»çŒ]â„ÒPìs £QKd:RõÞôò?Ey•§Ce‘‚Wu³oe®mÓœˆ‰'cr³\VÄkšÎVòŒ'ÜÛ¤íEõ:3š‚ƒÏ2Mżtû!Du†„´‰/õL)A[@h%;'r‚D\$æ¦ãè&PDÈh±±„ò;¿ê×LLöP]ffUµ “Y6ñxþïV¨Úu@訃£Ê¡±Î¹ä³uW¸Ï”Özæ§8z5Á”<—¢²mÝHÒ#ˆ‡9ö§-â¼¹Üó3g©.ZG™pl‰¢µž:²ª´7gÛÇ…íev:ÅÆ%2ºc&‰[úvpÏ<£pù‰µ;_r}¾l7GåÎRÙw­§•¬]9\ Úéø·y%xí &«p’ô`¸Á°ÀËŠ+Ÿ›„K¶V“Z³CA @‰,<’‚ëgJð~ÐæÛÙßRbàž‹V]­dpÒcbµg'$Æ -ÿ •;”ìÙ`2ëy[ÂÞ|ˆè#DÙ£)'@ÃÝtdá¶ÁKD‡=º¨:ïMìçóè;eLîx6—õˆ\,Ì%Mª=@}‚w[¸îÅEôÔ<ª"„qUMogiGá8Ô´²AvQÜTåÁûÆc4t{>¯‹.¤z$²FÜÄ58ýíÇõDÖF’÷(y³XfË,dY9õ.¬_ãÌdˆiAIT(ŸÅÛ«¡zyq3L‘Få¹~ ŠZ_bÒ˜pìœd:Ön„{eÍ—îæpÐÑL¸ØÞ§þ4Z”™ÆÝ§²Â›PxaiÑj6óáx“ÎT%ª@5YÒº½4îí´Ãx¥<6LO'‚4ýV 뜨Ό±a¸ò]±ÞçÂzæQü¶¶ƒ†@”A i´c‹˜Äýbâ·ßé8»œ¼ý­HT´˜Ú°.Ì…4™õéþؾ´2Õ…kЉ ;žP¦¦\é9nD¨IöK$ÙYf.ói§*A™ŠìÜ(Få·q7Ê1+ËLŠ÷nˆ>áaïÒ¬wMä%öލ'M¿•£|ÆÀuÃJ;¨Ê·«>umz¸ƒÒ!º!²c”çR Þç -ïÝ]à[+|ðêÖS%{•ƒ¼íwxLšŠt3QüjÞ³ ký ZÁæŠ sׯh±ìÄÚˆkìúEªu§£°Ÿº:£´©̩¶÷zÛHæ)_)Èy­ØúH:ÃúCaú怖¹ô’n:ó`TœŒ_㻣÷\ý¿·Ãç}úË?þüô§íUž>¼ÿüíûãýçëçýó/?~|yˆß<½~|~þù½ÐÓ_~{¼<Þ?ã;_>¾üòzõ"yÇÒÓ/>üħ—ÇûOßþü‡þ?îäà«<½=^¾}~ÿôüõaŠ!ç×xzþúñòiúÓÇëËãÇõ”‹ë"üØ'}žó&rRëÛO_¿|I}¾ýåÛŸŸµõMn^³ñôøýçoO_>~}üø›þJÆOú'ŸŸ|ùöã×çŸ>Ÿ'’(«~o¸>é?øôòíóÿ?Kàýøøõùõñþù/»!zýàÓW·ç×Ç9ýú÷/VÇÃm¼ÅÓgû_ûæã§?ç/¿~úßã%µ -ƒ¿Òk¼~ûÕãÓã÷/Ï??¿þã~uùã¾ñÍ/oÏgèç}¼~|y{¼ÿ\÷ÔŒûg~õåù_x㤠®Ñb çÄÏl†,t{gfy&™µ ª¬þ -¨®À%5Ó¿äøFš¾øcV¨ÓòIú’¤Úl×§îqN¸W¸×XÓAri·ÁgTÎm™DàJ·-$t©¶%ØÛ0z‹¾ÆmZö?ØÛzDoCèmzÞÆ ·aô6}Ã6˜èm½ ¢·!ô6 -½FocÐÛ0z‹¾Æá Jô3RRˆ7"Ýòº )_<ݤÓQœ6ñsÎÛ½Ä)ýèy=BÏ£Ñóô<ŒÍZÜ.æqº;ú´YµÿX`èq=¡ÇQèq4zƒ‡ÑãXô7oà`¢Çô8ˆ‡Ðã(ô8=ŽAÃP\5ž6Ìp¼;‚[ M°­‘ï¥U»¹ <ƒÔÏêSd™kZ¸ ßfIŒ‘{#ðñ -P¥ZiÞCºv3<í ô'ww[øÜë6/q›ž‡j©¦¦p8·Ý o ¨ë«wvì†bcC~4u_ÖðÀ˜C@pÍZîŸ6¨8C©Råí·±² HqÆ]Þ=ÜÚîGx'ÜF·1¨ÐË ‹ÈäôDto}ÏríTªO·ßUÖ†ŠêRÊsбEi¼»;,ªçér -—rˆ õPžÃaÂT¯àø²ûqÎ -ÌÏ%€<¢My1ñ}V³órŸ,ÎÆHÏyºs°:£°ÍX": -xw…}P]ïÓž†vJaNఊǧ'Þi5/Æ›ÞBÓ–È7„«”Õ>Yžîœ-z½u· 5’hÃS5E¶±3À p5‡4ø¤>y/qõûòÝ’f™q´]¹XÍÈ&N\G}ˆ0Žu9;pè{åÖ8¨©LŽ&Ùy颺Z–Š×/iH§Ô“ÃÎß#M“¡°§Õ‚·À%D!xPÊyT1ä•1.‡?”|QVAÛòzu¯O—Ñ„¸˜u“F”ŽYVXyáv0ìÄì>þ¥æw²Ò$Ä -‘þXÝrÏT5<Ášèk™JG« ï\B!Å"¸‘š•T {ƒ+ßí -’p¨•áReÀU›rÃ?Iï‚JÖ¶Ì]—&éÍÂg)g^pVZ֨МƒŽÂ­óÒýRÔ˜-‚,dA¦]Sq0Õb®é[_sb4ú iæ´ ;{jóat°öÜÜ>а×!u—%Üáùqyk<Ô˜“xþ,Ö‹]ä´ŸZ@ÅÊWn;ã*¦‹Šl”Ï”RÑt÷AÍTªØãMyøFö@ jþ¶‹m¹³ñ«6…  -Ñ_t^™ùŠ;§[Ü—à8šHÇùºóoÕñ]–\Yjã%G8SƒÙS¸È<Ñ‹á%.g|&£þXnã†4]Ô°šª(ºkÓÕ²S©øI32X·Åæ„«KÐ+œÝxF¿Q˜È„ÖAU×»¥W¥ö ÐNÄçõÂÔ%·ÕV¬6<†ådÌbÁJÍŽØyUƵð|@‰ùR<¿=º‚°¬õ?’1˜Üü ÿ­ü3íX¢¯[BßrÚÿ¡=‡tUy‘ðN›(¬Á(ïF³´áÉöºÀ6ázš.Q›fùo™ÆdëºìÖÔùlv§&„xR‰ìFÜz!„þùkΟ‰í1¼J>ŠÈ{MLb›:K†fÁF:X×5Ì{z¹w-W#™°Ån:?ÓÔh+é yµ°ãx 0Ý‘á=芶¼™Å–Œ5*#7éÔv²»lø »ë(Ä¥ÈÅ_#MÓ £N bw'ÛÎȆí Ê -Vµ¡éš‚™Tõ¶<'2{Z9¤*š:78ãàD6j['È×ÙÎêúï£rA¹©r;0¬šQ½ñ³¨.ó^f™¹)=×¢ë`’±{1ñx “kªTѳÆÛ -jʨ“œçàΉª3&–kÊ7|VÐÖ0bþ$öÐØâ0t3((©‹ÃDÖÅe[ÅSºÞ&°f‚ ôœ¨Uçeµä›ä¸)ŠéÊ Âü¹—ÚbS:nü ±9N&Îñ(ß–²;Ê0µÉMUwLe·1ŠCzœ…=„60¯bR}<ÆT´gÉq¨µ6veæêsEÍBÓJFûéŽxïQ¾€.±m_ jszo ‡©%ó±BÖøÜŒ ¾§“H‰Jˆu.£÷ì}.@$¿ã~´½Iø”M¢f&=S§T=ùZµ„‘èÞ Œ;{]¤­ÖV‡@ÊKäê[´Öã5 ÖŒñiÅUa\&VÛÒÊÏ]«ÖĤä‡Ì êÛí©ˆd*¼‹-6J»ÅS(Ýå>ªÌÛh}eùrTFÑ*õ¤DÚŠY[Ñ•¬s´²¡s™J7™Ô=æN½P/uBIs «&𲂭–Ó¾mDQbv¢ÚÆðÞµÓu–Eà Ð}"{bXõ¡‚^çÁmÛ°Á\[¼Tµ¼GøXÌ܉Jì¢ 0eÞŠGJ‡^:{^¸—“ -Èw¡Rÿ* tGTó¨v^ëâ:RîhþÉŠâEJ›“hly3ºêZò÷¨t2Xzd¶ç¡(¥qA~¡:E7ÏGɤBJ"Ù”š¿]gx»¡§i v°ê½ÖAt.óvc/ÈöÒE,dý½&ÂÛ÷µ–Ê* àð.ÅS–°/TªoµVS\M´œÌ£aÎÜ^¾>¹m! ußVØU+c2‡w‡J¦Ü¢ÞdÓ¥o@¸µôHgÑêZ±fY`kžÚ'©ÞxW´\Ï$ª£¼G׆ÌÓƒÐvª•›,÷k%à$æŽãÉÖoÄ@»j Ðjй™òò¦\,Ó!37ÝZ‹îÄSÚ×ûÀòN¥Ü–ÅŠGoDyÕÃ(´áÄÓ®(­0ÿ–¬ûû˜7‹°|gB™{³e có¤^ºrLO Õd™õö¡Q2ª‘žçÔIÕtž“ëoUž“‚”Ð64è.´-ó‰y?*)NX97 ~[z -/”Óö5k’h?‰ŸEÛÁ]öoõº qF$ìñ¶º>/%ï"óà.rL6å<Òèâ¥;2‹G¹r–Œë¼Dw{וR4j/µ6|’»‰YýC ì -mEtRG¡R{ Ü皎4b ü¡Ò¹&r›°ràx[â…h…éegé¦öx)¾W^¸¼Ó˜½ù0 ‡@‰|#Z&¯naa ùÊO`3ÎU£ÐqåÎ"¥ölDU]PK36ÍÂe_!/h‚¶%W¬$º”m¶ÅŽ ‡J¶¥fãÈ,:ðZÌ«îxÕ.>ëß ‘[*ò$MØÓÚJ–¬tè |9[4È›*ôUfˆ¡’«„ý9ÑAõNØêßJ8P¨Œ0ˆ5˜^JÛt3ner>[K!©˜7Xt¢§Üš#%†¾j_îÉAv&_JOBÕú†˜\¿rìÍÀu‰—1ÒÁ)µ£Ú̬œª»Ò['^º#‚eXn9 -auž–ón¡Á9"æ_[ÊÖáFü¬Ö±›ÂÎÅàk ¡àÆ/M„2}÷f@r4ð-ºrkŽä¹˜µ‡î·\“]åõ­9à4²ôÞ0ŠQˆl(šUµ²[GJ{±ü°³|ã¥ÔGò_qmט…F˜•SâTœx.aBú¶mœ7ä ZÞ«3ÂfP{ȷܲ†ƒ©ÙÙ?†¶ûö‚°WÌ­ljí ;”XÐtÒyd½n½?ÝD(·¯kçøæÞåÄéªzÆ:™;Œ¿º éR¡–ÒäiîJr`ÄîÂX¡ÝYÀGw¤|êxßU«“õ&¼ÞÛ±ËTðäqç£B©tp•¬Oãƒ0,‘Pã¥À»ý"pw«ÿÿ@L‘µúmª…êAÎ ‡ävWÔ¿Ÿ¡µ^á$Ù°•ÜÇÿOÕÏ–võ;oY¹{p$V”ã×ïÔk¸Ît•Bï\e‰˜wgµgæa0r  M‚é¬Ò¹së¢,Ȥ6ˆŽ‚£¾«lHf¥¢}sÿ_HD+AOwâ\'3oq #ÃÒT–{ðØ{a§¡Éõ±‚)–&õÃí¥êÀ3°µm#-žlˆ¯‘7šÚ¡±½tŒuV<ã Žš)§Yö|¨$¢FÞxp/ÌÙÁxIЧ,ƒB¥ ç4( •·„(2ÒG7¤k)ÏϰìÔZ„5>ÚŽeÕ…°”¾ÅNZßV»Hžq_c¦m‚õ{©¨ã¿Œs¡',5r9ŸÛŒhÙG_Æ€—KÝ—pe´¨xø}jÅ„ÉÍÍ)u1¯:Mª›ÕI7"WÜM˜››ƒÚíÓn(ƨÞJþK†ÆyaÆí¬•›åõ¡&zF˜–±Fõ‰ŒLšà@ G‡E¨²©íÓÎûë$c©-jtî&vQ* YBÃÒ¦®«$ÏŽñÂôI:uÜ«p¶Ly¬ýBß|óÈŒ`Ó´Aþo„±d#êú”H‰]Šv>ÜÉRWS-AN—Öí£Ê¢>®]d³ëø<–źþµŽuk`³ Ñ»›jWèôV¹ê× [aM¸9ðmz˜ôh”«,¦µ0­Ü/ÀS‹\óʪŸVw¡u·6½nº“ÿ»¿\{ÏËÀdÙyò¡NCÁ ¥S§Ú Ú„*[Vÿ;›MyEiCHžëœ©©hkVJ\9¦(‚Y˜Ôþ~êcqâYx±a/¸E"&cVγ.n±RZ°™ÖG….ÂÃP‚Ê64 iâE݈Báâ"ưDa­é2.3za:ÏMÅe0ô±™¸ˆyÅÁè"Q8RIôR¹Ñ÷ƒ1–Ëî¦a¼>É31ÉpY'à=qwÃ"Ãe?Z ÜpLÿ0åß‹·­Ï³ÍW§E.ãnÅÄ ¢‡ iöR6 ci5s „‘W°–\)<ÒƒYFrKþ½©¥X Äí\ìvôuR›±ÖkÞ8ß“Îj5ΔĮþ£JÖ'ì4ÀÛ(8 Æ…©—ñv‡ ZV‹CÉÅÄäÈ0bìÚu5*ŠÎÄ픫DĪ8ô0¯]Èž÷Kv}Ó ÔLK‚ø~ª¼Öa+·†ví{b¨,|Y(qU8B§ž…;C½ÑmLµÑ…Å -I¬ ÏsÍKªßO·q£»FÑn™v¢3›–º»É w&tWUû¢>ncÏîô‘ãÍL4rÊtÛ!Ñy‹U¡¾ìÀ›Ø¬vVtPþÆÈ½´/Êë§Ô³¸%–NµT‚ÏåºE}°Úi;ѧ6ïY<÷:˜V†A°çéT®`Ë÷1-…¤n©ŽJ2½®J¶ë¤f+§âä|d%\mÕÕõíï©¡aÀ±’Áoëɦ˜¸Õ&éôa3Œ÷zP.ÓF–ö}aC¨SÚÍ'ÛØ‰iÔjVÒÀŽ:ÇV€'6‰KÑ5ÇS1tD»z$3;ø}A³ŸRw<úè­¤–Êž'; kœ[0“ël–Kô¹µèé ÐSÕ¬DtQ'ƒiQbÄ±Î†Ç ìªÔ+Üeõ$&"f/•Á”®T£fj -æóÛÊDpÞ’f~œ«ÚŽ\A)eÚˆˆd廯Áæi,Ûv±Sµ•N]UbMŸ¢6N8q‹s值š:%8²­+)ó<1BÙfXèÛ`¢ÞÈ‹Z—l¶~)îô’aº£ -æãÚ@NùÞ™ô•ù7tjªèœ åJšê¦›2Õ¨(»Ý”¢r·È÷<]¥fªŸ -ƒäÑöÜÔÉ“zŠ ¢v¢âÀ"e5ÜQ7¥ÔÈtÝ0ó¼R©fˆHMLݹ%V6"M:9ÐÐù+ÁŠÙËkF̧²1¿©û´ÄÒŽ™ª†=ãHIª¨D&ÌWª) ¸Ž…Ó×—-Ú3.Mêf«ÇTwTP~ÆAì1·Õë/ª!Ÿ]e§74„]zR’ѲÅZ«01{?­•{@zš†F|‰F‚è/Óðæ…œ™ú˜†3épuôúEßPg¤O’f ©pKF–ø[êèJhó,x0RKooõ‰sLór5¹|¥Ò)ÜÚ-„aiò*W, ô¾;8œŸ‹ºÆª¡£ŒèboŒª£R·|—·¡äÈ"?¢°¸ì×ÃE½Êt£822µu4¨éªàbèl§œt1TÏùMƒ(¯òOŠ^ñ‘yë–0%„U®Ôƒ¯¢åÒM4ïÈ¥ƒÓQ+U ’Wµƒ6ÊÆÀýԦʴn"Ø´Ž¯ö˜Ç?UG•p†á…[‰_«;§&z‹ÛrYì‚b²ÈâÖOµv4;ªú𫀉éßDÅÙâ>ÄyczÒ6KmŠ:½‘”Êñ¶5bNzÈe˜övÓ!‘!Ö`÷ ’aÖ Ö®ýPÿZè"î^Må4³¯…—Ò—97ªÆ=PMÓ4)ung<\Ý5Âå0š˜:Å55PñyžQÜúÝTv ÿ:‰Ð6úb_#·ë•®äË'>¼I´Fî°—b'£ÉíÂsµYÃe&¤gë© 6¾ü (óX#sѾÓˆ>î$θD̽Ô´¨¿dÝ{#…Ú–œ6Ÿ3*¡œ¬3Åc­;Ý´`gž8M¹‘ê9ξçóñóóg%o™ùpòž“Ïü¡Ÿ¿}ûýçóÇÏMލ^1ù€·üþñúÉ?òéçóû÷·ÇÏ?ÿ§¾<^žÔ…<ÛSavsŽ!=0SAáòXúØ[åN[¡¢ºå4áµGY+ë¼pÌužìïÌòºnh•¸ÐåE;W)å'¶€æÓ•å¨.LNüɰ -ŸÍ~’¦-t N³\m4‹‘;³¨ õƬ¢CšEv­ÙÞ -'žv¼I1zõldо»µÊúbf¬¦Ù]þPjT~ÙbNÀØôŠe§œ0}LMæ– -|Þ£*Q¬d¬«ÎÉ3}Ò¾¹ò¾TìJE²‹@4dÂ1_¨Î,ºB­¢È 71‘òÁKï¡p;:=pMÖe¯\Y£Eq-à¡¢ÐÊzPQ+Ñ×L]Èp¦_•/ ©îoŸ!,³æ_§­ìHãªßÑDQêN2ŽC9{eÆæª=3°=´ï'’û5ö0z©>@ýÝzËÓ¨£â‡|ÿöóõóõÇ—*õ+#©èd²)ĘM%T Y%8ŸdÈ‘ÄÚ°ò+À ž«A¢ÇMãoŽ&ã&N|­ñ®ø2_Æ'¥aD"ÓÝ R¡áÏÒ© K;Ó툫Ò"åÓçì@ÎË|Jžàh÷|joEñ/JlãÅ -†öæÛþ´-¯'†Ï±éÞÓðé˜ûSwÍÞÉ]ôZíCšôKÁæJµ½0NÀØuãµqTžäÁmÒj#ñyÜJ4ÃȶBï­3 Ñs¡¶EóOÝ5ÔS]”¨G¨*à%µ¹ÅNq\lœXÙÑæq v5”Ê•fTR;IGß’ƒ3§êuÉj?"ëõÏÞ‘ãCªÜÃõkk›óÀ¹ó €ùŠ bQá¶/Δ@6m|6X†Ò+Â9ö“Ê1]z.A³ÇÙf”–h ÖØÊ7Äò}+6<÷ók ¼%”мڴûÞˆÔ€] wÚ0/†Ù`G^EšÂšz5Ûþ oîŒó¼þyUF¬å߸(§^Q•M­¼Ìª€Æüüù¬óA¯¿ÅzØþBUªèÚ£&…VnD–Øm¨Í6€û%´^µ¾V*4‚ä¦þ¶®ZËÙDåeGÈ[¬ò|óÀ9p¦[`OçÓ7lǘ{Çf÷vy’¨}]+bË­ëÉØ™ZW:-×L65¶ÃôÄCº1Âl$"S¸;ÇjÈ„~mIãÉ5¬Æ®©Ø™çç³²Ì;¦—]j_ “Sxá›ÃÛv¾-MÚ¤céÖx[¹óà®—A¦ßغUÉÉ(ÜŒ, -ÒC/0izêÜ >ê†íd)¹_Þ¥¬KW°›TwZ¡äÙÀ`nŽŒ ~6¤ÿÎOSËÉtÄ<« Åeù¥°çl“´mq®{Š/ÕÀ®{µÅàž8ÌÀjœ’¯r¿Fwk’ì°Ðg»óKè"j¸ºu«–“ÇÝ«`‘€D.•~Qe¸j7Ðcz}ÇØjaŠëßÑ"%–-qZY¤›m†¿[:mW3ºkD‡‡þ¡@äùºãõ@RÒm*s±ugPDM›5¯nj—J…vÊé m·YÛUD,ô(ê}¯¨n†/¼4ÃYAxm±Ñ[׸¯)ˆŒqûEšnÂÚçéTykZ°ge¦ºoëÄØ¶ȵY;q}$¶ÙÛX˜­vYÉ¥ªø}‘ê,cWvä¤/wœ³"D–èÏyx–*uXP³!}YbO`’¸Œ$‘ÌVB;T~…ëå%4' ¿cƒP¶ŽÇlœOrãÝÐô½Çlµ#š-Ä2£gn®t·—ÜDÊ}#Ì•;u1_L©¤îÌdØT‚smú6œ>Ä`ÅÍàm.ÿ°FIùè3–ÍÖ!*#´“%æi¿d‰ìPÌ™SþMF7Sr:µU¥‰L¹³u¦Â“ÛUUÏŠU%+^À„[´k Ú#8—̇²LÅ õyËëlü2Âq'<9µ Ï|£ð£r®m@àø ‹¥ád»Î\X¤h*ÏOD4Iôâ&+˜JBßÕàY¯"uÙÖ!‚ mÒ3ÏÜ›¬ãÏ+,½¿œ -å-ÇSõ}m¡Q§è"’7a4÷á„ó”ýܧÃÈ)Û|9F§¶92Øe»t§¾œwÀcÕ,é1ºÛ¨,’g’ÝÝ ‘ç/Z_<£îÐÛ°š•`Ê–îB-¦îØ=ºé¬§np?‘ %Vv}Öwà ºÆÐì½Ý{t£ryó`SsJ•µÕze÷¬ä°ºT*Á®\¨í8쥬9äTü®Äo¸Ú §ÐgP@òùãcžùtánW»¤= ¯«mü(¿%€?XßE°Ç.å —¨ø„½Â•JÂÕãqæaL¸JsÔ=Æ+rwc°o鿥ÃFyÜC^:~3±L°·âfué¬ñ­x¼Ã V§ ªT¸Ts9—L…¯¯+ôf;ùM0D«ÊO}(º÷¯±ÛîÍ–gÔ…1ø}#× WŸV]%8ØÉ_ C]ŵëc6Å>üT»q²‡Ñ9¦¶á7Ù§ô£Ú_&»&ç2]/ÀƒvŸ³¡B¶A”~•=Ä'×–õTQ# -׆uhÏ;4Ë?k ñ™Ý±º¥ÆËdÜåîZ°5æ&;&I•0}-×™ÈAU¼¶v”Së ˆqÌ4»+W›¡0Œmû›1vú*î°_øc!w´)ÅFSBËó‹´I‹¶çÄßzPÜrYPÇe++°¿QÌy­3-`›¬å£Úäð×_ŽƒÝv­ÝªñT­ÌØJŒÃ¹ -aß½–h–çàs¶éf -`Î0nÊœDë\¨¦"ÌiûSš­ñ‡t)ųcbÝéËsâ”ÝBÁHÀ@B7Äw™Ké¦N˜Šô08Ù… -Ì&X0tÚÆTzëËQñfDB¹(³[ë÷àkm©‘×™é¼ÂNÛ|ÝÙø:d­€šÅî´ÍVŒNĪü…O½˜x0Mb© ‰ÞE‹î®|®m:ã¯f -/‘›í—h«vãÀ§kC\^’ykÜG^ñÆP :È5µ#Ç;\k´’È4ÀÃe!¸c]©±)—ÝÚúÁ½±Dd2¸e¹Ô6nºåÔƒ ­ªvŒ8ŒiIÅØ‘S†âº0ã­åÆ(æ"ï0!-€„emU£VQTSbÌ™T~ ãK4‹rô$½ÊâÔ›‡ò†d^Õv\r±y§s h–´{¢®œG Aä¸f4 -zêrÊ v0å1]@§ô0z.ÕÖ5 <ڭɲRSaÊ%ݦë®ÔG?E«ùÑ­ÐøÑÔ"úå}ö¿w*Z‘±˜qmkÄPΑt’r—j¡I<”‚âÍ‹\Õ†ø¼8ƒTÖå{Wç”§¹Iü*K˜_BÃcT¬já`þimd y#WÎl^T#<»\»e®«¾r}Ü TǚМb0N+>g`jJÏ’ª ÛSäayw+}=Ê`ªµïε\v™ÕGÀª„UJîžf±Ì`÷䔫.0¹£è°¯ª C¢ëã&™È!™á¡Ñ*ž»rŠ#bÎeŒn›Ê7zÕŽ¨;Ÿ‘›þ\‡óñT•גּ\'ìRU(B¢OÏ/æ ë¼’êWÐh6ðFMÊpN¸µ½×l<ï•fã%cjL3)iþ€Sº^Ý©=f§'¬u“ÍòSÞ«%²’[Á+ÞÔ«ÏE_l¯ÌÈfÍÞ¹Òh…·š”ÖØˆaÿ@TTzlw6"‡[¬‡³ÅýmistŸ$¯LlÆL6‘ŠAá¢ç(¼‘«íc;÷khB`lâråÖùÚNžËÔ™kvLFbÍ´LeˆXàSk¾óVìåôŸEà"³°^6q¢o­ÍäÝ©JN_îÜ]Êj•Ô¥Ë9;ÁÀ&ïÉ% -<ì눯„ÔŠËnes!‘µ^ÉG4™€mw«ËN©S…|Úy<ÞŽÊjûHñûQ·‰ö`MÅ“<'5µ<~·ù¢<›ÑzòÖš­å‡sIü8(Ä”ý‡ ª;4òunßnX´LšÆ]¨VÃ2J¼¡KÄFò‚dŒË&Ãtr¾–/‡È†?³bík7iÿÝßÑjN-7§ (úÄòê§fÖ¾TZ•K¦’צn¿™¢x­¸¢ã%ÂuÜÄ¥yoh‰†g5è7cW¶½ãþ:KÃWv8äc¯»3 Äâ A¹DÛ#Âu¸–´x¬‘C NtÐJ¯Эa‹ôM.¶ƒLYâ¦ð¿|(´žL× ˜Z+9vîÁx-pû.~·Ýd#xc<6HCÞÍBút`( "ó€­á*Ÿ I_µ¾XŠØ0ìN§?©*=Ùé°e»@š•s–sb§…U!Æ ,Û­@:ÆP{ÑÉ´¹¤[zi²b§^Ï«:ê® ¬b;ó@îheX+Ùår&3H,ÎÌp:ІÊÑÆ³K%I¬%~¬Lkšfk6pUÏxºƒÅpQt¦Æ“=$XuMòb…öÅ52Í‚¡š{lÈíª/ÛXQ,S„°mÇaÕ®ç ýçY§ZÜ©>nüÉ…Çüûº†Õµ\¶ŽÅÊÔë.Óóø¨Tõ¯qé×LòÁ´„o8L¢¬K>E>;ƒÛ"Ý -ê–Þ̈LbâBM5ì)ûSFŽ”°Æ?Ó6*Þœ£åý NV[Ϭ’"Rà¸gþÏ_T–²ËCX—áK…•9vŸ0âjiºÆÍ ÎÝlìNÃQsÍÜ$›µ6oùP~ƒênoè¹æ. _Ȭ¡ìrMì>϶se­,¶€üdÏëZb'Ë3kºÖ?¯ :Ux´¡ìýðþÔY7j•½*Öwa¬(¡Ùê\bñª]K‹5 eúWQUúoä‘nNÐÈJFQˆ4 8˜kTJÚµqœì¶Üm?£| ¾ÐQ6cpD|¤…éydFërL𢻺P3ß–³ãP^Ø8HøÄ®þglÅ=ïyZ$+ÚµB½  ^/ÔìL{¿›^’¯¢:^‘L”‰B½¶Eµ] ›‰¾ÝûØ—ØM]ÁîxYªJf·Ë«äHý° £¸ÄÿË®~gâñBòîŽóªÿü§ÛzáW}úûþ·§¿¾|Ÿ§¯ß>>_?Ÿÿûª÷ËׯϽïÞ޾}}þüBüô÷ÿóüÿ¯o«µ½ïôÞïß¾ÿþöë¨rVäí½oõååññóõóÿÒ»Oh7þ‡=½?^^Ÿ?¾<ÿú8?ß«ã?âéù×ÇË÷—oo/çý*œâ­ïó´É‡T¬>ÇÛ~}ù¾~|÷÷×ÏçoÁ×nܼßùúüãåõÛÏ?¿þpß¾pü<’!¶Ä~zy}þÛã³}ÔÇÏo¯ï»¿˜ú~úåñþüöø){ë?~Ü‚Ì÷xÖ;ôo?ÖoÏ/ÿóüó·×_¿üòüõõíõóuæòEÞçzóoß~~·¾ðÛ—¿=^Vî÷FtÚïöôöúËãËã¿?¾¶éÇן‡ÄCë¾Oøæßߟž>ùÇÛ·ïïÏUƒŠÁr`^õüCyðß{ïÆæNÓ2¦9?Èh&yƒÒ¼éÔ–±>@ÒúÝÛïÀþ´e_Rt æàNK!æOàzÌv^ÈÇc/Ónhw´£ÛöØÜ5öáÛO¤°¤Õҗ͈<ÒÌü\k¬˜[Ø/xkeµý±jìPüer[:âj¡óqÞË‘4F¾±w›³%+a*¾ˆ^ÿª)ë,õÛ3\çºlfî†gÀ·Ç}t{܇q¸ö30ð”Û ›6dÑB&t¾Ò ¤î”®xC×QE\®m믶il¦<ª%ûX è𙥺â3üÎuÙÌÈÙïFsÐÃr;pö{c§.ñÓ â®d~Êû@[-¶ÎÛ/lº'»‹ÕR;'æã¼—Çut{\‡ÛuÃ-ŸUçíRÛlVšÈ`+êz‹Vó}ñ¿ç¼lçö|P†ÀÐyKã+ƒÉ72a8û­ŽÙm¹ñ|—ÍÌ=ñ øö8jT,‘†æÎ;6Qê·éø“3Ðÿ Zˆ¨N«ŽS*îÀ·lmí*Í6¥Sèÿù¥ùÒýFû™? ‚ä΢S‚ì° î—>Ÿ9Ì4<ÅÒ½ç¦ì»JѼ´]mªÌä ™¥ÁPBÃØ{3)O3)#ozÙB\Ìü´^6æìZ¾tI½ ˆðÆ‹‡]4tÀ›jZ lûpÔÜtÀ×Ñ×ЋÖÝûDjgÔMîÀ>i\a.Ö;p»à-j°?dzÑ{<¨Ó (ϸ‰Y\B}Wo.š„”Ž@¡}32û_•7ñ~‡ŒŸ()yôÙL1«lq¿’yaïÞ‹‡ØõÚˆÈþQ¾ÙœøµºÅkÐÑ.BIjÆ£ÞFT<–¶\~zÜ7ÁDÆâè9ô¢i ×ñ&JZ~,2a^«cãÈIº~W)#ÿ\O£šÆÂ² »Ç“LýY=©9 -w.FŠÎù`ñ¢æÿߣæ£]<Ö'ÃÅ}œGc“&á¬Z€Ž»£ï!McÆØoâHÓE³ÊH¶»XC4'ªj°Yê%9ú¿F!‰[®Ë¬ÿ‘‡­M–´Ðs"ç#?¨‹ŸŽÄÍdÛÅÞbÙΘ¯1áϾÙirWtBÀR@2X ‰”ù¸¾Y8qˊ瀺“L ý]Šþå Ì7óûFÍûï:Gç`ÈìDxbŸsÝüñ‘Ìlú2¸£V)ã u·zCjw?>’EÛAÁ¾qu'ä}£³#Ý»Fª¥'P rÿÍœq}ר²°…Q08Ÿ¹q°×EøH®ŒºµžŠq™»D©b“ÈÕKýUPô`Ï¡€ü-ÌžhþùWN6R§UÐxŽ)Q0´=­[²áœ7é˜éÌÈ â]ïå2’==U¡0“©XF”'1Ïbå¸󯬨°Ïõ)±ûÒ5w–’˜;¢‰Ùñ íGÿn]•ŽŠ§+rRî]Lšx/n5#ß Nœ“µÏÂ6c´4¦“×R7!%5Ë º^ÜNrYoÙüsEgC½9ØM„LZ&ù";q8‹²I9uÎ ÞìªF³î%û2©Ëêe˓̖u7²³™^ÒàNgÅà¤3-Ö:¨ÔGþiÚÍ–†”2)!Q²‹^ÔD-Jñ•iåØEèHmQr¼À¾q={„bç;'QI,‹Äñe¹DViͳ‹µ¶â´9.fþ»„.¿yÝãŸlÄŽ¡a‘ísŒS|ø×`ŒÔ'¨;bÿ˜Á²°ñX@<ªón¹C2©ÅmAÕ‡êïÚ{†J%ø÷WÅGj–Ë)è læ˜4œñEGÏø‡.´AOë’Êœ¸šNPí •üC3—›Ÿ-d 60¢w„BgÒØ ûFª=«tþÔµý²ã÷ÊÂ2YE,J{Ç  Õ¨E,˜¢±ÿz¬Þ ³`¶:‚ö2ÑA öG6Öaêþµ·›¡Œ¿ËåI‹™Û&CHê”ëÕîšq­¢ßéˆ_Ô•ÚÙË|¶ž¡DMo0]ã£8x¯Ö2ûNä£êè`ÿ­â»æ„I­t¶˜…m*„;&càEÓÐïtÄ›šùìé¬>l—pJ}¾¿sÒ¿}äMÇ-œYßWXh—Ê*¾ 8 ŸŽÅF*Ë -[ùLLµi¡ƒo¬¯ˆªPD'æÚ¿7{ó‘ƒös5áߎòÄ´,(ÎO²’D.SG°ë4'û/dÇ3\ç¡N2jY¡Á -©T†ì› ±")‰å+ÿÊf…þ‹Ç][Ô*Y6bcÃtF’;£jòmêÄ_—¾‰½vlÔ‘F¡¶Jx/Ö òpÆÎ–ÿF×ñ¬nBKê–” -JƒÞ"LÎg稳Køï`á’”Ô“F,hv±ÇmÃ`¤Ó,äßáÑ–e©P2 ø·×<_ÅÑ‚¾l‘‰#¤LÉŠ)³ÂèÕÜüÕ¨é{Q:¬ýçòU·C³y -œ)äK¿$zEJ"§³Ï¬Â£ïbj!‘â&v¹ÈÞ¼puró[ÈÓ¨’Z<†¢°‹ZÓ±uŽÆ*–Ñ#8,KT¿ùª-T—Ûž\Znß“4*–‹‹æ›ÇÄ0¯QKê¬ öU‰ŽØ°âÐ|S©¬cq¶Ö1G…­[ò)|­sp3­d@›©‘šû2jbo}¾ãêiŽÈO*®ôgØ¿ô|jº­o\©Ózö¦#Xn*‘îx|ð_i#Ú<ѽ—yÌÄN-¯Â.FqÖ–f \©\þã7ÍwÏІãö—€L‘Òfææ†Fìê<4Ru]=ĤÊw,2b;š™@<‡S¸1ü±pa›®aç¤"©,x ¦ ÑÅ¡ˆ"*_Î,/ÿ¬P_ë%Á@6§K0‡ Æ»„^RÛ`jI¬é®è á È+ JÊ'!ÇuÚºìyö_˜-Ǫ@˜­%å zÓ!·„Se'õ|3˜ì„–!ÌÑ|§½ ?ÛmXMÎG0&§uÇ7F£÷â(}´Y -“š*b‰ñþム©ÁYÿ®ßhÏ2+éÄv³5øó‘À¤:=Éé[gw¬ ÈnO\–mÐeùÖe¬àÈžAƒ#=8ÉJvÄï¸tÐÊ\ý¢ÒWK «ÇcúÎ8ZÓ?\Ê?•w£\,n1]ý²ˆ%Ú¬œ@èYÏxEöwã^_®‹OZWKŽÓè[vžùŒwi)ؽm”ä$Ûw7~¬€,€2Š>LÍõÝ€¾†Åðe°úÚx Ôc&tSkDÖ¶O‚@/~j Jê¢V£fBK¿4+ |$ÿrKœSÕ­÷À1ø·P ¹Iéª8¡–‰Ãw{&">h¶u) F[tP ýF%ë¤ë‰CÎèš©¿¨ëÛEo†ëYûRcIÛØmûRWðÑó³&w¡S3/vªHB -vê5r3X梼ï鼯J1x glFع &<ùûjkšTÙ¬ó°ÐD3.r‚Ý]ÆÅ–T¾ -Ùu`lâ,©ä‰HÔœnÙ0»u‹ö–žM„¡²}Y#\ÝÑy­¶„¤wÙ¦LŒwié1ê6©œrÏ(„èÏwÛk Íµˆ -ݸõµè¤¬µÑ'Ê.)µÅ×@b÷mMóì‹`»å!Ú#únn÷ÄøKm­U`nï΋íÅÃ'òêa¶cº÷€Ê¢„Ýý©Ø8q×lÒ ‰Ö¢žÍLö1LÆ»´Ì‹ÒÙþ¡²)ãtd¸b§)Lj¸ ÌÍõmc-…·ÞÆ2q© úц»’òŒêš¦ÕìV'Y\‡/1×v´àxµNañcž;ÊE)S\"2K3*ÊÆ¹ö9Íã’ð ,Ì“IN¬"~½ÈóE €ó{ÿz?†‡ß~xz~ñóÇÇ/Ïož^|çgß>¿zÿâóã—çï¾éýŸ?}þöë}s§}ÿù˜¾~óôïÏÿ§•³Áþ¤˜O¿ïáÝëÏÜxõøùÃócßéœ >\•õ{øúÃÛ7ÿ|ó¿Ïo^=?>½úÙ¾dÜw—û ÿú]è¯ÃÂBÕ©üŒåBâ;Šù=ât:¸ÝsÎ{¸,—‘vö[f0ÕöŸJ{èÍXg®Y]yt n[cù}«ú÷Á0Pæ ëx(õ_º÷Ì6Ù† Út‚Õ†`·!8mn€×.‚Œ6³ A¶!¨6݆`5qj`‚?˜P‡6ãoIn»%ú[Ñÿlتi;>ªê8Ÿ"KÿÎ.I~ù ºhýJw¹ÅAÙ#ê¹ä›j)£YŸ?îž+mtÎS-‰…Á†]4gg¹Å‘1~"˜ÒÄGE#ûûŽüïÃߤ.Ÿ`ßjrÓê”±e©Ãåé7'çƒ œmnÓ†ßoþŽŒ Ï]Ä2Àùeá]\bc"lp„Ì#¢ Qz?¬µWØs^•7±—`ª\#ª;,þÊŠ êQq»J Uã\²^?È{™×Þ6ÖªâèëÒµD5hFÎ6•)ÓJíË4•QSÿþe‡jÔ–žEQ]L…«¬eÁJBM5çÃtáóMï‘sbvr“ƒ:‡Û…6ÛŽ~v.ZŸDÓèѸUžÜbÿ~XòˆJ§<źÚÜ܉˜d݃|˜gÍè‰uërUÁˆ)ÊùmÖÔ¹è®9œÃõl€4_"ô\$˜p*ýš[oæm®©tl·¨)büR/¾vI´(ú5 ` $^cvÁë…’í…iç¥Ûš‡ÛýqôâJÜ!ç¸5ú48ÑÜ!Òp;PÒ é÷j=M¦ åh鎜;¦¿3" KÄLãµR©¥‚·oºª>©¦±×Ø¡Q)&ÑÒQ¢µY—ÙŽ¾ - -HÈ„¨Un€¡Ñ§9ƒhù.©ˆúºÜռ߿[  ÓHœi›Œáz¶ÌöÉÈù<×ZÇÞªt;úÁuj$n/´÷›VåÙÚ6¼ã¡lÚ(væîÛYëÁ†Ì¶ãXµ|„{µ,Îà†­É3±[vÏîÇòÒ´¬aÕ"6 }oV5ó°§’6~ZÆßqà¼-YZ±Ÿui–0fI8„óÍ´çf§­­¨ßs¡s`ð™]‚‚|Kvz&ö›.e[ÿGÓÿ –ï«VõD¿Ø™ÍîW”®.ßä“ò'©ÙÿoY?»ãú+@*ÔëQ=¨Ÿn×µ$Ìÿ¤ÆÍA}P« I…8õÞ#Ug>!$Õ¸”­B»®ªÝsª»ö³La¢jm«ÃŒÓþÈ”`ÎãQ…'ýO!lÿH›ÊôÌ…ötKj²,ªÜÙ¬ƒ:)ÚÃ&*·£Ù‡‡ ®Ø2P¡‘¦ÅN =s4Ÿu‹C¤›´K_¨jd^‚:%3óˆˆ#Jû ()Ñ­óT†).´š1Å«¼µ>³A[ºå€‚¹S”£¿¥2pè8@ƒ¤"ÃuÛ¬`îêªKÙ¥²ãFûp -"¡å²Bå¢Á‚j´êØ| ÂÅþ_þ„$;ÉÅ›0<›z`{úU1R.Œ§ÌÕ%‡íwŒT”àF5I³õ+ÀÛÕ>Ù·¨{‡PÑ9ó -@3ZR aÍÝž©.#>cÂ*«ýÌ12Q%yÓä ei9|ºiËê¹6U$¸·¦…TnÔL)“6»h ÿ Ê ÈÁˆó}íÅ‚à¨Å^ÿ«Tâæ"ë~+î‘8ÔÛfŒÈã>ŠÏ0Z 7±„®ö••&U•Ñýó;X’ºtfÃf9cµý&Å­Š ¼p#ûö*µ(zH”ý£‹î0Hª +¹Âu¹»ùjÐÍ_vQ?Þ¨ä¦ê‘íaŠMgš™ -ÔHû]VœJSÛÈ%6õbÛÏT—‚H!š(ÿéÈŠ„+»%1E¶Ç]=¥Ö­Ï‰C°Š¡Žtµà¨VÍ{BœOE0q;NEµ‰/‚¬Öëc;&XõpHIõji¦Ý˜s)Ðgå7›´ô¹¯ CF‡%ƒMW/2†$m¤Û>‘°J‚C\ÁÚSÊÖêG(L¿¼‡Ê½ñlWU÷ÎT9!Ã2-»^ë­^3!ã<ªÈò}Å’#Õ jÙ¢U×UÑE[LúÌö• Å*#5?þæ\¹8Siµ«1Åj ½HÊ­HÝSŒ2¬X29ŠÏ,J$0(K‡0R6aj´³5&µhÉ@Ùž¬¬­Ý£, ‡YãI1ß´Ì(Ô=`¢–Uy³ÅåFEµ0ÁðU êÖ4H¡-ç3KlÏVl¹•§ù¡›F0쯡QÍ6§p•JÔz9’R+¢?Ùí·+¦„…ܨ^mrBìOA ¤Öº¡¹d§{Û3(ÁiŸÌw4ôFŒE]“6wdøî훀‹·£+-»µ©um¾Ô…˜‹:ôV–†°[ªeS^’W-Ÿj‘C¶Ã«{çNNŠÞKëpäK jZb1¹õ#YùhcOÃÏ,ARÛÖ=_Éémøt[·0™Ññ{;3ÙÒH`} -Ǝȉl·W¶>$47`<Ô>h±¦‘Z£ô"§¬Æö~eë†‘ŽŒ!ìdo´¦D½*(¹ó^&TöãýÊÚËÉ-|m/9ªB6âšå…qGûñµ{Þ,)]L&Jœò(:t ›ˆ‹™thà6t…%Ùˆ[7w­4®¹0§<Ô~¼a±5'D<•&5è|ШÈ;+•œ -õ#Ñ mïè.Pjó]o³ŠN#ìˆXw|†i×5Ò³ïœß­¤8‰”<äÊׂzI Q’º¨Î÷ðR%7Öf?Ã(د’›ˆ3¬x¢ø#¨är÷™QG8Dµ¡¥AÉ"7~ê Ô±å0½’à"ûßû³ .T·uǸr“„°>0kõ ç*¨æò{Úõž/½I•ÒÑ!ü[ƒ3èü,ñrïWJ-ŒÙ§ŒœH­jQÎúw+õšÙó€N “µß/=2þBíM†Ú¦›ò:þ*$g@ïÔ©V^ÒHÌZP‘š.° ³ö|/E-Ÿjâ30ÎI`>½²Ñ~^}Œ¢OáD ƒ­¹”¿ŠDK:V0êV -õc@Jš—ø¡R•ÏIC*6*{6'@á=›2u—›ÙÌ«s ªàÈÖóm’°çð^r5ë€Lju³Ët„TqD·Mk5Á!’K -õÙ0s«Š"”œÖgE5×ôÀGj -êkl'XR¢sPƒ >V$µnÀz9 éÐéÎü»ÌÈ! ‰wIrάíxÊ9ý¿;I‚/xøùן‡××8œ.ûÇã¾öŸ/øÇÝÛãi“ÞÅ/—Óöñ‰>Èáçú}zX//ëý­Î½^®Ÿ/?‰NÉ–Ø ÎÛ¯õ!ÁK¼­¯íeí§·½T|]øp·^·—uPÏz^oåÞ«}Êkzƒ;YÈ|èáòþíœýrüµÎJºøÇÃåó}Û̯¶Þãåñn×÷u>¶ýô½Ý©LöþæÃçëv|Þïk½\®¯kÿ8>îçõýÔ¼º3Ìi"5݃×ýGl¼ÄÌÍù£¯)uÒ)|&7Ul†;³w2M1x¥ö»¼ÍûÇÛã~¿öÓïÃx8í£lÞì#°f£âuctf}ßÂój.ÌÛç\˜¸˜«ƒ·˜áØ{Ì/6˜â Sæ}ÿ‰¢0¨¿²{j†)Ÿ~²!È?k]œo~í¹Ã™¤ÑCPkå~£Í2TfµÙˬ˜Y_öH‹cgI*qF¨A}Ù ×ø¹–*œ¿9,J‰Ê"“oá-6ŠE!#qˆã ÏæÃ}ó­±&Ø÷/¦e“ÿñbØn¹Ò»ã»FK,$ê‹NuÖ8P%´ªþg*QÄÀ=SfÓ *—6“‚3vP¤Ü«ÝbO±!nR»B¨¤ÃwˆìÆï¤´BüÈŸSÝgä@"iã!Áï¸.W -`/Ú IP|¯uˆÀV:§4†¹ÿã… 8Xµ² -ØSl”wrÙ€Á©[ÀÖš -—†Ñþo9üûk{MnÂÝÍ÷o»/ËKvÇËö²nçíåõþ¯Ïëbhçìþ]ŽËËoòÝÍçÓ8q½\_ÿ½LŽ -ÕŒÃa^²û>­Ë¶_îlù~ƒÔ÷¿|¹;Ÿö¥ûË¿Óùéí‰z¾æ¸<ÖËÛò|üÛÙ?e‰‰Y)–þ£?è~ÙNïËóýºÝío—ãúo}Y}’R‰i¿<_×ÿ­c‡óéÿÌ—ûËëó²YÞ•ÿÝçíþ­·çýùãz>rt;~þŠÚßáÍ÷¯ÿ—m:¿ÿ]®ÿÏÛK{ø~•`ÆÙ•—·-æyl±ðÒå"CYÎÄšó®ªèù5¼Éšå.{Ô¡¼*©vÀö€â:<ÿRˆ½—`P[%²G—‹õt4Ëšú[0›—Ä»1佊NÒéWÏyì‚שü—«¨ïµnˆY©nL0r01Áo"ÔAûwÖ0­»pSÔ¨[Økÿfè5Y¬ü$Í?á—¢m’ü§ó>(°­R&íßYG.k¯(§Y« ßXÖå!¿ä,Œ<“ÒüÉû™¬ŒVÔ9 ¢„*æ;(…DƒJZ*Kþ!¾Ëå´³pV{šŠÁ1Èä=ú”˜×"5i£Œüâò%£Ã;w¢£ŒYÐÄÔ _©6‹4“¬+ù -]¦ÊšÄ‘|±EidàûŸÌê¨-Å ©ý™ƒ €hé,"#ëæÎ¹¥¡m ®Ý§5šÿ®M¬„öç‚x¢FžW `+Ñež¿`é`Å`hûbÄülHø7öäwê~ŸŒÁÕßà$_Q§DšÆM¨MkeÁ?—Åç5›í9V¬s_4×öAò£H›½ò¡¿>h&¶›ÉŒ UBÝLdŽO«Úy&fmç4ãõ³^>ñõaÝ"“GÍ”FQBÉ–έZ¬£}_ݹì“h|È#yæ,„U¾(0iÇš8†8µ -L\§AFŠB‚! µhl8`P÷ÞÄÝ}‰Éwì)‚5ønÃd¤Ö§ Û{]ÁAÙÃMXñAT£¹2x8–hTFyZê­´?¤5&ÏØSkæ0x! ÖÎB„Zñ?ܼKPÝokŒ=Eð¢­rv v¿å4½urjsMµ>skdûûÒ¼«"^#‚1„PÖ‘:XN;ã7\“ØS‰ÙºBƒË>Löb_Ìß»I¿ùê1G‰ï<ìጊªù`¤ÐJ©³%?‘§D»Âö VxPÍ@ð:+žÈ´ mq|@ƒÊü¸ê4á|‰èÕ¿…#vÀ¤é:^KywÖiÝ&‰ž²ÔœïX¾7íJ9F’u¹„aCwòê†eØ$É‘²SQògå{2: Ø•Ú6=Y©À¤Ûœ£¨þÿÕ¤ŠanUDÔë |‚HjPý‚\W¾N'éXv:–}­ì“βÉ+¡“.³Ï-ßZfŒ ïQ½|>¦²}©}Ëheæ0úØaŒ ¨!«êÚ£ª{+¢{OÏ:lcU=9WÖ{ïXD(§÷Üʤ$ªz -¡ƒŽ9¨y#aÒǦÍIæ”/æUƒ‘V×ë(½",¡ïKÊÝR·é»ÒíôâÙ#¹Skç# °Ì¼üšõù´!'ú[Óv#'  æ“ÄòÎx}Ry -€8J®yìÇïöŠ/aêY‹„ΑExÈ1ãI¬M`¯(ìˆw_žÆF“6¬~á6‰Âž”H%"DQhéVhXœ ³ʈÈ( ©ÞÊS]2—SÆïwL¹eõvòº7ÐQ.9BÉF2¤„"ëÑŒìÅŸhkZë}ÈÒf$×5ž«V…ë"R%d2«<úR×BË‹ Ö­™ ¦2FØDêÿŽ‚­©iic±Pc4aBöÓnÌ…MûýOÛ"ín»´íGoºSäÁf‡õî8Êé«M仿9©m%Á=éqøjèù±ãɇLP¿(܈]±nýð<÷ˆ½dGГQÏÚn^GGŠZ 9 ]_¬¥—ºk¨þ1FêïZ»¯ä -f|>R„Þhú¦Ïh’8¹HØsÛFÏÎ߬d·#y"9°©&fÌ›…Üóê±™JÞøÌ5$²¾™ÉBu®%ì"¿uçi)”;yÿ¥OâÈUhÖÀêœ"²w©Ÿ ;Ó“˜§ÿ£„t—³´oˆÜ* ç\zÿ¥OâzD˜6ÙN.m4xŸþû‹˜”°Žá^ÒÐÇÎÉ äMoŸŒßSÙÉÌ„üÞ7Õ¢NRžCæÒ¯ùW½£:KÙnºˆTÆ-üǽ×ãOëÁ7Ü•¶¹é ÞZ¤îNžzúÿ˜(yY¥&;š”’b£·]½ïôåS—‘›'²wל0ÐéyÁi7¤(!¬Ý -Ë¢«cÆlᬠ$ÔW\ë‡=jÖ{ŸÒkÌ6Z€Lg)ìкzz£fA‹¹ÂiV2û|³Y$·”HµšCžþ‹ ­]œwK>IW ãf9×›À²ÒƿⲛD*! k™þHW›Î ‡à¶lD -úeîºÕïw¯Œß#õ‚n±•½ ¶páòsGw2kPõ¾‘rd¨eEÚLMÌ -ókBRl,îèßÉËGÜì"´ö_g&)2™Ê£ lw~>5'«Ë¯éH±XüIã÷HYR»G"‚bU²kx©«(ÉañÇ)œÖøy‘‡;?ßnήÙILíºkÔ¾äW$û9Ýê9™œãéô•ÂêèÚ’ÌàÆvݯý\•Cç^XnÏEuñc™}´[¸“ôíæã–ª<œ¡îŠÙf¶½Ý sôÝZš—#8¥Ô¶Ð«G -6~3TwfYµw]zÖÂÁjüÞ«[à}6šÊ"P¸µ »“íBx¼,5Íìkcußö˜¯ Ò1q„þi‘㸋«û_ lÒ”|®&£çÂæ¸Ÿÿð^ƒpv‘Rz»Íš©$£ÒÊê½m$+ï«‚V˜ -øñÁ½*2kŽxH_JÜ™ðB9k¶]ÂÙª›“ÉkΆ™ÙÇ -Á•Å…Êww(hgˆaO©E©ãºîÂð3Ø8 k*ºñX•Xì¥F‹åfOL-^$6¡dtåáq]> -š(í¸€Íýý ‡o*NL›¾²ˆ´Bë½28W{ÅÝVÎÑ¡¬Æ†z›çÇÊ+3QØSÚ»5še„OJŽír%Ï•'zÜK«.öêá?Œ*µÊ‰³ç¥ç¢Oêj­ˆ³cËšÕ (3—#€×°;¤S…³–ÚèNÒ ~C¹àâ„å® ³Ê!¯‡ðꈥë*îx™Lœ!uèR: G:,h 2Ïì|á2co~[lv“+×éEŽu0¢æS %œÀL„FI³½È%ÀÌ´X¦¼°¢Íï*³p×(|Ë”°Íœp›:Ò¥–\Å;Šz"QèåbÂÈ•:\^æý´­ó͹ÿ#ÔÙü^3…Cø‚Láj;爌ZÃéÔÂÇVÕUq!þR_³\àZà0_ ÊVÿÓŽ¼¿üËwT»c«þv9Ù ¡SªsQ CŽ’±ab r ššÛ${¨™%·N¬¦\„âe %0c§ùƒ÷}" ¥©CµÓš•6º–…;œ%®°Z·°Ýñèn¡«çG$ŠÅË^sÑ -%ö#÷I#›¨§‚f–0’â3%)}eïô¥H7¸’–U«ˆú:ž] ™Ö÷Q±C<5 +[µî;F—4Ó—k‰ÔÁ]+,jq ›Þ^Gx#Ç1Si˜?F˜ê‹õ#&5Ío¤¸ðTP+€"ç”®šÁùÄTí -º³|V³­f/Ê8©¬1ùa}œOõâ¥QâòdºK@©sÚR•`«”ÌàÞwÓÆ3k|û? oxiäM ­/„<É¢­˜™Œ®Îñ÷Sr¬m ÷– Mcïå±€^Êíœ\5}=v®i3븄ь«Â/t"k‘1uJ>m€£øs×wÕKûùbbün™(µg¦”·c%†Ø©W)(¸zÌkb-›Fª""È“9Èhû;¡SªPW?Ô.zQLnbý×®9­½8xlØÕü²;û®¦¦´t;½ì>»rV‡ùá=xÕ—á ïËQŽy‡)ìs•·Ä‘ûïiƒköüXÅN+õ|ØÈ»¿3ŠM8g «é°ò¶DPóçÚŠý—Ö-}(GŽÝº{Lfòòþ\ÛdR6ɱ_›õoqk‡qšŽ‰@”öwCèí.ÁD—dzáÍ[È,‚©§A9[SS:;Ê•!UP–4³K¸2gåÒæ,¼k2¦•}ùTc÷M·Vñ -{[•S|å#ÜŸc¾dÞS¨šK©šN»ÛaKÚ­è -j€ƒË^<"ãr´Øa~¿ôáõ«—Þüš‡·ÏOýôôÝÓ_¿ùçÏüõã‹—¿}÷ÇOoõy¿>¿}üëûýö^ÿýÇ/¾x|z÷âÕãOoŸÿ|ñÑŸ¿>>½ûós>÷þùýß¿ÞÿyÓFýÊù‚oÞ}÷ôçOýßS–ëþª‡_úþ»o¾ûïýwoùìÓÛû޳}¨2/=¿¨Zr)ÝZÁp -ô’w¾†Ïìüùý>Éׄ±cPB6ŒÏ¸ßÀæÊýà_¸ñ™ÄDùæP>¢{1Rv§ê7d#Q¸Ñý¿pãžÄ$#$<­ßËç'<ÄIÅ…+sYêš‹àmÐKßY”ŸK6¾þl—&ícJeãž}I*£Å<)ÍÈ¡ŽþöF !;g¬Qœ¶Ž:ßqÔN»Ö”× íéÎmœs/1i ³±Ì!1·ó.£>绂²¯lb‘²9ÙèfÔUÿ=¸¡µÈÍ÷ÌK,ZÇ\,Ò)»§ÔH}/®K™FlNIn~g^b2nÌÅR™?%¡\ì©ÛÛéS¸{#„*€€l9$rníÚR™˜‰y§üƒäЮ)¦Ej“qý4a~¾”'-vÎÄSÿg3/±h󰨃¿½áAáAìjCH"Þþ/^ÞŽ«¬™‰y§üƒäЮ¥1íÇñ>$ h@H"¢i¡YÓ~ïaÒ€€·ùÉ+ª@7 ¢)¦¥1íÇñ>%­¨oͽ4 ¢)¦¥1íÇñ>$ Ðÿ ¦XfE¹âAV‘Er³/7{nÐ'µmùÑ ÆÚÏÿÓji‡MÄ„›eØ÷•ˆF›AÖ)Äß› "2g"cõÞ}ÕNÂk°¬vqE† $“o0¿ª¨sªF¸¦£Ùz:jd"ª‰£}kKN§óËgÁçHÒ¡t@R: %I¤¥2ÒýXù¸t@B¨ ¥3D/¼¾é¢ÂjVº 0΋žöÝß -FŽž-ÏE©øèˆ¤P‹VÎ"zAêN§-£ù$á32âÔÕ¿^-ÏEÉøèŠ´P'#ÕÑ[~ÀmAC&` ú îš Ô;Ë‚Q`äiÃ.b¾ë%9/:O/”X”{£[3Žøh£Mõ·Ê…ר.Á«êdY+î§»‡BÊ·G0)òòw]øÒ¨BÂ)ÉW¶ë˜ó“-`EŸ–Tdƒj¤'ÈÙåLZKáÀ§ -BzPéO'¡A†ÿxÚ_P–  Rê'<†·¹órôÙþ\T”?éø –?½4‘Äà Ö啎UÙtÙm€µaŽý!h±Ž‚íž´¤v6+9å••VÇ‹tÄZEËè§á\²öC£.±G@JIâ«r¤:†IÈ; æÇ‰J[çeÿ¿=ÛV"åyj¬ v:Ö›*1ˆ^íÈ&ò4ýœ&$1ÊÊħ _y]¹ö4ÑÈBƒ>çu?NX4Y9z ²ÈeIXSR#ƒä­ý9µ@doÕÇdi½³©5mVåñ¸0$dõII 8€&ªI#w¼ NÚH:"EÇZI 0`!…ðíëîÈÔBG¤…:þ™Å°æØCuU§À§>'¥È§íy0*·À²Íg,× 48'Å>ËŠM´ -á1øf]¦¥ßIÆ4úhy.õÇàãµrm"åÛƒYåuôš2·"ÚfíxÊfÓÌÔk¥ *ir”Ë‚q`äþ€°ðUùpc”+|Üu’P’˜=Z—èõ Þ Ò -G@É2R¨%Dˆ–…¶'ïTÑÚQEШ¬z(/Ãf’ß ÖÂi@Â$ýDí¶µrZ…ãä_n«Ÿ[ËsÑÐö$ã£f+ñCH€^kuˆÝ™y„ŽÕ -)0LKâ©dJº …£ŠŸÚñBªV ”š1iƒ ³­¤7¬±!óÖ° +€7ÆEHÊ`³„Šb‘í¢kûÛL£W½ªÇ¸õ&+Ó° -Y~RÙpÞ2°MÕÊÔÒõ¤â-ƒ”¶ç’ô-lƒ Æí¯$IU1,Ìw}ó¥ÍcåH†µM¸VÚn„/ƒ7IhImñt -ŽÐ€…g)qSiMð1s·{¬^R§X»(7ý,» ‰ÂùXrWn_ôk¢àŸç!SýPWjàc…{FWMÕÊgÌ›—×¶±Ò×B×`‰•Ä.õJc–8«M¬P¾TUõØx<‘¹«Æ¨…§ù±Ué}ž‚­Ä®õ2B“;Qx©qOGNRQ éjš¯t@oªžŸ, ?\¦AX¼<Ù+`Ž„Jq«V¡\V‰-/ôn´K³Ÿy²6…ߘ“ɦ¨Ù« p–äu!k \ç¶Z:2LK¡–ԟϦBh¾lxÿе·lÎÍÁ1Ck´PUlg|ÈèÕ*_ªZ+Sï“¡X?*7Á†©Z:ôky7_”àh^ª¤# ÃªRº$ÃIâ–fÜ3°&NôfX˜OØQØ•²\©Ã4ÚH,ˆ}ñ}DÚÚò -Nf™Ì”l/Ž€Œ6F«[ì¯?ä‡_x£ûÎvYvk q8þaÜ2”ÄŽùÊrúa˜Ùäƒ/|›ÏΈB:BkLEØ9ßLq&Jã¢"88q¾ãw ÆËû°X³½¸ M(½3HV¶=ßUÝÉxvHJˆšõ¾Š`–¦@ ¨i çƒop6¼¿®u“û(˜sbL™±yc°Ô$ÒçÈ‘¦,vÒ¼êS0Fcæ§Ò4§Çæ{ÕX ÿÃGÒ§'uÄþðQ¹¦fSÊŠ‚ݦ ™c;{++8úBR#,ü!§Jž zÜ×¢5¨+õBã%B:ö§*“Y–Mï^ mØ"Ô;ñ›•1²ÍQ=£¹ùREOšcÅ!Gr0Ïúi¶À9ü ÜgÑ–ÁSólšÆô‘/«­p+¿nýÖ-77Ç%y?cVÙîa÷¸3¶=ܪ ×™mi§©0b -¦/ñªÝà -ÜØGvfqå NÏfqÑP]2ã ñˆ™*ùå+ªd£R M^i’Vï,›/ÒÆdsúˆ£ðbp³´P(7+žUo¤À²6DË9¾”SÉÜà61eµÊv£h×(§[½«~W¹\‡©1ü$”Æ0Y\‰0w@à¸Ü¿ž*í¨*»ã©írSÚzWÕ­r¥!‡eϢܚp«oÔ–Žnñë:áf¦Û[ó`R2“U¸Å”pä‘z °u·ëQÙn$DŒnêµ7⮫nïª ªË7tÂUnj å T©cÛÜЂērb÷u¥QzfÙ. |› #ã7–‚RÍM¡mÑD *Ú]y¿Cè©‚Ùcòô>Œ¡?à^ž<åOÞï׃sïsùúz=ž?Ì÷]~ùtÜþÿ;Þ^ßþúúí§%jô¸ý¬÷{¹ï÷çÏþ²°ñ›õû.ßÎÛýx¼Ïïë3­ÿÿ>>ž·ÕËë×Ûùž ~ =_õœg·ŸÄóä›?ÞÞ~·Þëz¼ÝŸs¾IcÑUý'.ç¿Ï÷óÛùòöú÷ùþÓüFŽå“þÀõx¿Ý_ÿ>¾__‰7¾¼¿Og.Š?i§j{ÏËí~üÿ|RïýÞÏ¿¯çãúÜÏ”eoÞåÓñ¸ýs|ÿt||ùp\ï_ïÏû»ôS”’î]¾Þ?œ/ç¿oçõy<®?·Ï®tuû–˧¿¾¿½ù÷ùõõíÛùxþ&·ôg¿ávü|òïD‘å@\Ú¹ì”ð‰3³‰­ºù‚[ 6β7­øKå>EŠy[ÛþðŽ<Ò%ñœ­±zï™Æ‚ÉÒ+ç Ø.©€Ðå)ö·­lóPÊÊõ–ðg}œ§\ŸRc43ä¿ ¾th¡ämÛPˆ(Ø,ƒ3È H†%µ¯ j»š%=¨8òiy.­Ýz­D°PɹWá¿nHÄðǰ[{†&—RÍð KJùôܺP*&:ʧ{à¿\ñ\I#ëE‘ÛĤ ËJt>RˆåÏ¡(¶‘ÓØq¡0xì/}*•ÑJk†—¡r~×Ê©,’9‰+rä™ •C;M¦œôû8îQ#X;üg‰zû>îQÄ=A¨˜ìGÍ 1,—@ú=¨”NºƒÜ Gذ[¿U+ñ0·êæÎ„¢ÂÅs±YñP›r„£Y¬ˆÂ¹Á0Ë.‘¦›÷j3¬q’Ї£¯çÒÚý ÊG’͇jáI&uJä«^äÈêûræÑS\ƒ¡†£˜¤b"qБބpÞ2¶ sÅõã@ÕU/6®ÑoËsië~Ècãôͽu 8ôª¥V!Í­”0pðùÒ‰™aˆa~DWò¡·¢â艂lj‚$¢Æqè)„˜ÅÒ)z}xgK–R;ùÀ ŠØßš”‹i‘BÏt¿w=tR»u©L¶¤ü¹ú¹ZKk÷Cì3.䆞¬lÜ A]ZH9"XoÍt̤òELF.žåã%w— òÅ WÚîùÖP~4œ徫a%v9c°;²ä…Û^ZšÙ¬$bn™½W°”dºZä T«É¼[x‰Ñ£v¾7‡‹NéýÙ|~È×î,µ„…ÅÁ$׿”&Œ«to/dØÛbqr²eÕð^w[Q’9œZ…ÃLReZ2H5© Ü -,§¸—•LŽ¢«6Q‹Ì o5ô½9\4rÉÎÆóƒ8ë¢Æ7Ã&í¶¨…ŸI)i޹³²ôbû¤¾Åω–Š9èK¥¤gsñP/ïÔ-&·êÝ…¨ƒÛÁa›rbpb%¡§cŒ•U޵gê+J5Á!ö¶.Ñkˆš]eر§k2h鎆~loMå9кk¢=\n|Op ¤g|µû -Ó²†¾7†‹N]Òû³ùüè@^¢mžT«î«Y0=ß•©BX3¯,Â6 æ€é°Ù ¨Ó’š%f‹YF…O¦g‚Pão;„)Gg‰üàñ’i[ûìVUÔ±=subRK¯¶ZÛžˆr•¶0±ØÒ’j¹pÃÃÛl±Îñx óÓ‡rÊKˆÇÊHÞ6-›µºâ[F“Q -"þZŒ³’yéÂZ2ÍA3—¶º—%:“xèŒtUã®Ò‹#îU91±%«žÁ -°vÈ­†Ñã ¡Jr-Z†“S翨œbPewÁ"P% í¹Y¾H.?òÊ V'»#%¥$¤çf–…­´“4­[1½,¯´˜æ²¢KÌ]†Õ¶r^Ðq^èÔx~ˆ}“­[) ,A"¡ÎHy¥1Æ×l‘ $þbXEܽQÓÌ[¥¥YšV^¹Ø­©»*[·DLW‰]lwKؼrri,ëea¦ñöB³Jnˆ)>-©(8 oŸl.l£‘³K–5)5Šî‰*órã6Ï"Ëj",TŸÌj/¨Æü!`[`²µÄBÎþ¼5¥¡ÎoŠ ƒ¬OöJèø†µ¸¡~ÜŒ%Á-œË¡"/!côA­²]B޼4æÆÎY¹Ç ó±­Óƒcš^Gá´T9†¢ªŠM/ ­LöJ!ÐÖÍ+ÒØ÷Ä­M/°]8¬ Í=Ì'ƒÙ‰}wí>® beã=xiëÝŠL˜BÅšr#¶­°gi(…êH§·Ä!Ö÷H lÙ½MZqÐ1Ú*½Ò¥˜ºˆ{— Áœ×lOw¯Tå7’–/Æ´ØUh°,¶É}9¶Z‚á¤Ø-ZÙ^‰l©íõŒç%ï?زû¬dðÎÂÖœ˜*¦ä–Ç×–OÅÌa†5—?*(+u<\üZÕ9ˆ¤È[_Ù«Èj·L²Øö™”;l£t@êe¼b˜\´¤Bºà{؆IY©ÅÅÇ| C`àz¤y ¹ˆ,;“057ÉC;_þÏl!@e -ë”bÝA^‰Gaä7)¡¦iS—k‹¸΂éö'ƒ¡D ¹hc7Ù$ 3Ñ/@{ovYnپщxÂtZÜÁ°r(¾BU(‘{ÛÍIƒÁlUšÖ 8i«½1î†áÉÍË-ƒ–¼\²Ú¶ ´‰Nµðcp+É€j‘Ô)ÈQÒb:k½Íš3,·- ‡« ¦eü6ê–¥?Ð&·"v{yvaÞ£òf­ì«„\R췯쬶ÖQ!zlzÕAK(¦®Â8EòÍKeõ@ F)öۗѬ˱Ãz·9ÚCQaµzcä”W Sy9ïËhVpkͯ èд¬…BG7 gð¿# -¬­íI>ésã¼i4¶#þb@Épj’-)ÕE& ‚9Å^û2š•0#¦Ðz³­=„N1ÕÏ$3‘héÌ彇Coæ’uèp‚Áæ`RÆo#7Î(wFÞ«N )¹ÁåMÁéÏ2®õä§šÔô!±’<>……$Ì NüÌ`¶P‹ )óN*G0ö>bg}âäÈ~Ÿ# ^k’ÜÅŽúînj`Ójz³Cß¶ ìˆJñÞ¶ÁÉ#ÅNúĤl.­ÞºAB¬Bb­sI±Úƒ1Í{çûk‰DÍœ¤¯Ÿ¦~ Õ{¯k!õÿˆ¨&õ(B†¹-ßo½¥ʺºª7gŽî™ý?º†;3¼ÃÛüÿ–_J®(Ñ«ïÔõÑïa#6Ë–o+$æcd ó̯wK¡ëµÒôhþ8~g…„˜°!2&ª«ú÷†„d¶^dÕ)e§Ã}«6 1j¨ƒ„ŸnÓõß,[ABüD(-ƒ@ôÆŸ!á¹³aßÁ¯.mXГw=cò}w¨e%7Mä˜îŸ›Ì#FqR''o~N²|juê mµ ö*“W`› äg#›P‰i"È„oTVkÕKˆ‹ði;LôB—6<øŽ!í” €ŽÐ™i)d±‹}Uf ÏPC¡¬Å¯‘ƒ&e¤} -ž=6hiÙ>øIQ’3›pf ™÷!Ô|#:Wcй2J‘µ¹ÅQ(ªŠnYZ‘´QÌ ºˆ½Èò‚–-yh©H%ŒéŃËÅ -;‘;ØÃ¬'ÈÅN>Ææè3ŒxkTTc(šAz€–’3Áx¡¶Ë¼’ Ý;Þt†ácÆeíÄCŽúš–bu -ß^~­Z ËÀ1ö ßÞB K“ŽÈ»-öIRƒ–s‹ç -9ÍmÇâµæ%A’“6Ñ[`&´ˆõô°PŒZÕäÊȦý:ƒ(vqÁG¢µ8á“lÖ!ãûú}ë¢Ì "$'ã°“`YZ!8dlYO@’|ÿÈ€ÏuŽê†sfµÁKY¡¥MÆ`>e“|™Þv#x`“1ØÙÃÛ/0|–ižù‘™Ñ¸Ø€TÁ›dïXr²Ga‹2A™ ÎZÖÖ¬ø3ÞÏ÷Xa(b¤Æ„wˆ¯X9îF33þú!gFþêâPµ˜Ø•(Zu(F.Ö@>XmmûHÈ>]è+=.rûãÄ”Ïß·Ù‹½¥ªÈ“r¤Nµ29Ä{Gp¤>¸Y´PwQÛ_!­ÉNƒç:[ªâôâd#–tÙ äãO³áe4›ª–¶ÑY˜Ú±bé7P³ásúR4%nV9í,>ÏÈN…7é+–‚BÔIH²ü¹bÈÇs;µ”%¡‘#£êcg‡Ð[À ³á¥‡±Ie ÈWëSßjíñ̬ taìÔ¯Ó³ã Ì@º²`%øYñªM+# ð{Ð…‹.mU´ÉoaO£ –eü±B˜Å~ã)ûÑQzlÛL,8×vöY•ö˜‰Q%}ü9Œr$ûÉÓ©IB²³äñU©Ì±ÑeFt6ÛÑ$‚÷’‘ä2˜'ÿÜ']ÞÃcâiC¨[‰øG÷Œª›DR ¸p'$Ö Í2œah2”–¡Èé}¤ß´ñ -yû‡Œ›®lz¼ÄÞ†®Æ ‚zà–z$G5§²ˆàH½A_>n§8foŸÎûãùi=oçæÞ²FYõÔÀ“¯çûãõ §í~yn7ág|Vûý¼Ëaÿþ|ìŸ÷ãýöuÜÎçiâNÿ­Ãi{œ/·¯Ûûé¹øÌñqŒ>îcÂOãÿîëΗí¿ý¹ã}Ëcÿº}Ú¯§Ÿ=• ·ëë^öÏÛ§ýùüÜÇýq”º[GýÀó¡Ûów½m×ó·íýír}=¾l§Ë§Ëó¢a?µTWõÙ·Ûûýþâ§ãûygûæçÛíËûv=Ø~pþS‡O——ý¸¿ï'úôõô(œJ,#™ÏÞ¾|ÞžÉïÿººÝ?ïקƶ1§9ü0<±=ÖOÿg—äñ¹6tÎlöÿ?湿?ß])1?·æÁhmW ø•üÉ/×Ëíxð_ýºï—Ûãó~¾oëTßV;%mèS}Ç›È`l57=ÐÆë8ãÅÝŽ±‹á«u#I@uH‚÷ -ù•‡W3ªÃ,ßVl·b59 W¤jÄͳlàÛ} {Ï#Áé¾ã$äâ/ª‡%8>Ýûž4Ä¢Tz²îÖ‰ìRW]%Wø6°á‹Æ ÷lªRîÖ¼kÉæ2Ã<¾ç~{¿FžÑ¨²VY¦\X}£’˜ºwWâ§ÂÇ.œsx…ÇWÓ£ “壢r“¾j5Òd‚ 8ë)Ýåq->˜(ƒ[,jÈúѳ<ÅÎ:uÄ)k»ˆ˜ B¬|<ì>b®sa—>{â÷rF< 1ÇSµª<½pÌém¹LœàÏ.~·åJAíl‚¸_) !ˆzåJìf…EÔꕆ×gå— ÙÄqPo•EÝéZ%5‘5ém–Xê‡uâÇ|åuüÑi"Vãv$Ù-r±Ù†%­æ´]ÈÔµë +„(Ée±ÉñJ¸-¥Šb¶4Äž[+×áÔ?¯¿>t>Q_º F7Ù˜ëª\®½k2¡dL—â £xöÈ^YPAÓà$~xŒƒÓ‚UGJ*]ê„ûDrë»9Z€e…Ós¾*NÏ—]JlÃ]S²âbô.kU£äÓF[mÉôº„—%æB¢9H¹œeP=›Eê -¿ÂøCSxÝ ZTWp5¼>Ï4œŒaËVwÂ-u—Kg¨Ÿ1ét¶ñ8U^ˆŽF–ä´¸Tú´b¾Â"+'p©¯KJMpÁ–<­¹ûÙlbæ_†s55‚æÁì\~(WfÍ—ãL”GB`àìQìDs¼\ ùRhÕ(™çQÜ¢ndé8Îc‡°,Yš‚ó…!jdBÈg¯b'& -¸`áiå2âŒþV' —Ñ®({TF6ùÐDŠUìÇÿÃ>ç fF’EJgß²1 1K’Ø“4µr˜vµl‰€úË%ŠqŒŽhĪ-‡ùÀò}ÆÂæm˾g-.Vns‘öäD§ÈÚPêú«:[‘í- -æzNbWËPTe¯è±{ÐJјâ`D -"X…tBÖCÚéAv•à«9Ïñ§¢m.$’m<¿ ã"Äá.&L, ^j~qp½aÇïT4rUSy.¢½gª>”uQ¹¬«ŸÀ»XMìÉCN¦ˆHrŽúmg‹9ÜÇg}ÓÖ ázœ“Ê(2ÔlÌSP‘MR1º -„œµ˜uΜ܀Õ*§êö0µ:-*èÓ„SF8ž–‹{†\.¡ÌF†µ.¬Í³‰Vö™šCS'­QæYK*™S!y L½#ú=(ò ÄÒRh»EG8U¶ª»"u’z<–ÕN÷6ÏyíV®`Tù³–;IJ5Â.’\-²¥¨XóìÍ'øÖYûìíÔJ Ù˜é¤Ë:¯DúJ²‰ùBÒâC‘ŽÄ-Ú­ˆ?Ö±qZp Ñ„cÒ­ŽÄ†`eVqØX¨Mû\ƒ˜Ü€‹ ”<  gµÏbž1lcåh¯9ZEŒsúI¹"óBx·Š!öµL#býŠî‹KàÀé †:‡Úaù„ž:¹ ¡½†IṦ2 -žÖª´ÞgŽ(« jxFžwö.^'V¾ñ4Ò}fAm•y÷Öò5j…)Ë~Ù‰\ž¤–[äiÍè˜;òJ$2Ž“j«t™\Md¿©ãOlOº~ó -e¦÷½ -OËÊ0ÕM86¡Кÿ{¬M«(V{ö3Ô’<âRF—5¦q基§ÕsZãøÞ¸ °XéoqÅbªt­(¡T°Ða˜Hݶ‚Û0Œ¥›Â¥n%d#j·Ï3òHT&Œ®&®b{9uLMgÁ›UšWì;¨æˆ-OkîHkÜ»Êb»Î( ¡t&++ò¼#нÜm(bÖ§ 2£æ´¶ É“ï -OÁÍAÚÈ‘}›Ji£‡±,@‹©Ç±ïÅ«hFP÷P0Ɔ5žshe÷ÞÓn4™PS'Õ]–&WÙB îòƒÆ†C²—_ž §X™œºÓ ³J0é]Mdáš•–Ê’o±øvpX1iizF`³íh¾kÇ>Çdk-×"핳Ü›a¯¡Ž£&\¯šTÏg4ôÆ9 ‚)‚ÀawcQŽÁÆÁ9° ÐAjöÈ1¤Ì—5¨MÏR 8Ë+¬ FLæ@ÀiÎ3æÑ*JsÔZ(ЬIo¬WÑ; Q÷ cO™€ËBò2D]X'‰Ž-e9Þtæè9eÛ˜[OpYUübÍÂE£.š°gPp\X·Å8œ)œ+cй‘ý÷À­ üCÍaÜÞÎÌÎfŸ³grm:1O£,>úêÎ6VFt8Ü#Gú1m(.Ö?—yGcm/Ú(g¥Q±ê_T‹ü3ž]« l9šr­9Ùè½ÙZiyîgÚO¦.´T¨î‘ÝsHÃñ -þ¨IVCèÍ@„ò 7väP†Ö}K’†!.‚°56ård@Âuïù:薬ܒ•ùÝ<§ü‰&o¼$½€ì˜Gª™…ïØÐ*£Rñ #ÆEÈòiRwq|ýÞ…©a‰y–ð€/Û±³î“‘ ©ðØZ”±ËKÉ -íÙŽ>9üqÙŠcwcƒ±\#`ÇÆ!âýUUØ×fM[(eŒ %ê¬hª€´ÂM'ˆF ˜T$R37ÕCð¼c”¦×åŽO2ëîpl\òºëЊNÊ H‘ Ñel´p±llý` -¯ü¤¢£çñI ´…°gVÔø’„ÊBcR‰‰¯­Í=ò‘O<É,­Ý¹hUãµqš; ¯7>YÀö0ÉÚ(åñ¥r—A-•a”{ä 7ZA…¥˜X¦£ñŸm£6W+æIb Xæaxu&ðxºüÉÕlÙpaïh(agRkô Áÿü^¡ vòqã,ÍE-¡é"fe_XޱÅ^j‘ÄÎr~&`yZ[Ý›us$A÷ekkô¨x¦—²kõñâTT+Iù«Du4²A5ÍÃe}|«öÛiGÙŽ³€ð¬§Á ®MîWÕ­˜ uÆÂšœÛ.J)å‚XâŠêЬ>ŠJ¢¦Ãúh†!Ù¬ìè3„Ç[ó´¶²Úꆅ,cYõ¬I[Q¯’IæËAT²]Éak‹ËĺµUF)°Öc‚FN/up w†Ð}¥ ´0Bɉ1?É:ÏÐÑóüš‹rÿ Ê(û!èrã;…†þ}p¹Ü!ç:ê䮈™¯0Ð ê”WOsÖ ó^Ò¹N ÓL»(—8 5ª±YÌæ0ž_¡oMoS®±>1ÛUç•]Úo·(¬^´XsUsWy)Ω˜¯+ó%r jºf"R©@¦©áÐÿ n¶b»‰h-¿÷#Õ^[º;·…ËYÅ*€Ôñw× ÎçNeõÿqçv¨„=§ƒ2œa碯ë´„urŠ -IÍÞ|jók;ã[Ò¯Â~ØNFË×PŒ‹uiÙ0) ž]Ÿ)­Ö•r<”7èUQFï6@àqšÝí ;%Æ·kj yÜÈ®¥Ãé]NÞóuï{u?UTG Z°£xê0hì ~ä_z—(ÇËĵœ247{.ªXd1¤ß¤È“€öªÎ8ðßÿccè(5UmƒZ1Þ²)º_ÌóèDž:¨Çn1uš¡ÑÕóB{ØeÆp÷6àä§1O5(4pˆÏïsÕ`&þçǪ ŒÙ|ÃâY?^ -kš[fèdŸ·%GK3ØeÐ{ÎvýªqÇ{Ýc2ÖÛ†ŒCèÿv¿¹£ŒHá?ñðƒƒ}‹ršAc]¬ñ?t©#ñ´ža°«¡ûN«°²c™d}3a8‡`;@"þ½º_í„ÔϪ›Tša|VRÓ_öÑ|êÃ3ë¾¥ëLƒ]#½ï(=L –‚›;´{RÔ[F•{§n?>…ˆqBNß -r-‹¤ë¢ï Æd’0þ ÷Ò衑ĵÇt󖙎ë¬y¬Ûf¿S·«ŒèD´¤ Ù£ _D©xÕ_…Ô}Gf·&äÎuæäñ·¯W -Žï‚¦ä“hÄhÿÚÝp~!×/ðϦeé!mW2Ó ³+¬ûNìpT½AÌ];´‘W#[ëê±S6{`ûÉl.K°v¯¨rÂôŽf7}M³!9‡@Þõ;q²Æ¨Ï-™ž ”/Áp@ÅâÍÇ£ /eõN·ê °éÈÊjr‘£ôe% ìJë'3ºÐȹè~Ïèšî5¢"Œƒ†F¤VY½Coq¡¡Šœ…˜k—î³ôoM‘ù«úzϹ´j$€ëÆìQ_02ÚzÑ96a -n¦.ðÆs#l?Wò0‹)úÚß Ì„~Ï9GÚW Õ¹y4îPt¯g´Åô8Ù3.±Õ”`ÜÒÈp JÒÀ8”?¶ßx|Ê$­IicíÛ–…\{´›»±Ë­û²p!kÜÅëÌé¢uÂîO$ôã´ú—ºÍšÓð¥Û¡7(ç©dº(k@ç{VƒŠƒ™9ÊXÄŸðê75£ ²T¤U'lº«œ‰åG^Rl­Œ"=µÊ«V+3¨F¶¡[ÆÝ“ 6oÖRÎ].‘J ´ªl Ü%eÃöcRaP -¯Š7“=Ÿ,þ3íÜAn®{ €ù=ž1¦æ©;u™bÏ·Ó-©ƒõØsk>«VM¢X ò]¸¨2°\a òФ֘ãjk7!*û|+ß4ÔàÐÈÐ4êt¡ oλÔ83‹—KLA¥úuFÖ+w+T¹ ÑÐ7ëÞ¾"' ¯Ï؃Ô~@|fÉo»ª¸=%k!{ךFóƒ]´9ó8‡k ÿI$JsÚ¸^††Y%Í{”´®klßš3 -ùüîÚÅÜY‚ -v,š!?ÔW×?²2jœRz¥Ïü§€ÚèÍ ° -ãQ -Ú\Kǯ>YgMm;î>46'×ÌUs5†é¤t#}PàÝjÃ\\¡w ¯Ï«š!(¡ ÉÎ6—8q‡ëÂêÈbÄyd\Ųï]YwÅ ¯é'yËϳVÜ1¤&à–d•ÌC°Ÿ8mPÉ­¢¦$¤Ð…«]½î’r¥Ú‡Ë:„Çm‰Øä¼Z)a{²+pˆñ­}½Z]¬°Ya¡‘D„_Bë h7V‰°þ«ÛeÍ+M¨JèÎ}6l[y¿“ëSœ%ÈΨÇòÕsÚñªË‘ÂzШk²Ñy ŒôIkUáâ]2[GpqÒ '›lD–Qã°ÖHõºÂ©\áeÖ°i„Å¥Wî+ø7ö}Û•' -êÚ‘†²„3º*TÁBŠa}j ídó´JƒûŒÞÀ îAÇ"Æp}Òp¬{ýç)Ávæ²Ët}k¿©§ -©P²X$ªfkõ SÍJk›ë‡Y™ZgèHU¬åY†^E;Ø*ÌaʈüDtïC|{ºÎ62[+À;¹ØE=à}J*Ð{6ÆFg†wÁ+$”He9t~ç{ô´Hw`ÿTh¯æ=µ3çŽ.Ó¯ªdô±á#ÒRÁÕÛðô5Ë6@÷&Zãš3Æ?xÝcäªʲûZÉ.É úlö\¬Ž(”eëXo¨¢²jÅκòðʼn+Š1vVn\dOâ~H±¢¥2صÙòȬ*’¸ÑT«Íb–îýHeÕ¦{×üåÃ]òhYñßó&û¦â`P‰Ü\G/‘§q,,nþÒ{z¤fkR¾æM3޼ÈÀÔÆ“-]ÌAîxÊsþŸ,VÞP¬gåâze2w*§÷™ç©>eÆ = -lõT¥AäQž«E­´uìº u&òºˆùKív!R"rÀUÙAöËšWtÆtˆÈ;[]E©Ë²'ò6„CJYžã)'mæ%Åsô”)¢ŠÎ®•â|>¯qІæÒ^(6À߬¢³Édª¨óº¢¶$íë“iþ,á¨Ì¾†ž°œDáF:v9¯¡ÂD[i¬>âŸjí¾isÕÐí¥];ó7nïÍš9d.IŽt²Üè?±¦ƒj¬_'jrÐí9Žýz&kRñn+<ªïê±Éoeàw‡7ö„µ+ÑUÞílZÒÈgü?7^ätÑ&åŠ vªyÞ¥Æ È¿†ËÿÐtÝ£²˜ÂžUxˆP C vßïFô6Ë%PÏΆ,)ÒwÈy®®ŸÚ~-¡Ï ·ôöNk\Ó[³gæ"&»#0‹u“]uýdŽÌýéÅÇÙƒ1tJð4pEuÔ(£)Õ°|/-„„ä\cöËUH¬ùÀÅ™‚ -n)3\_E \Q ȧË¡®Š’}Ö q~\}Cø•?ÙÔJKׄ]íÍ%ZÈ¡éžïÁ”J ÿ*¶,AÀG¦3!汇õjì.°•P¦¹s¼«X{ Ânî¿ÚuB °—Øy®€wá˜J5 ¥ƒ=h[BTºªŒŒPôq_™ž©óúæÐ#‘‹ÿ•Ð÷˜‘Glˆ‡%^ÎÀßÃ<ûê%hüvl1)²ãS&ð ÂÎ>¢Ð fF®<ú¢Oáïa\.²µ-µ¦â¼ÖÅ}æ\£«D’l…LŒ¬Ó…MDäë*ÄÛVCÃpƒ¨#î"­‘qã[Y÷-ÎeÇ¥Þ„:ùXn› -DÎguëWÚº¶*núP Ám+©{ðÀÜ÷E«;-pV/3“ô¨@õ¶¢ ÄÁc¹†1¨äVƒÇY,›”¨)c¸¼íŠWjÆ>#e ÿÍ:1)Fãܱ3æâð^yúµSü6;^¾ Š+ø3þKæŽï ¯„ôA?Ö»þlÃdbò|(’ƒº™=ìàã%z;—*< Zy2!º/ª]^5lTø– sõð˜°ë¸Dæ >ßpl½ÕŽ[xdÂsñPX ­,8% ¶ü”sr†Ý=;ã!„I&:ú˜N!Ç …ã/Eªλ¥íøè~M ‡ÿËÜ¡j©ãR`èoü¢ÒCo[£æÔ°zvïP -‰”¥³âSïÿ[1‹YåA^nè=,‡$Ž=cö0}¾M7 -“É⎇Ûk¥ç-Aú£5˜a - AõÔR ze+ò`»Ð¶Rãu¹Ž4ÈgI›[þAé ïYuŒè7¼‘e‘Œj®[~iÛªÃ_zÝ&æVåí¯C%eìƒÌÓÅJÂÀVðQ.]¿Û”¸:±Cs›Åsý;‘bI#Ïz¸Ù¿¾ˆºÉÕÕE¬­É‘õö$ÌKŸr,ÀÖžÐ%ÒTø¡²¾mæÚ9@Ɖ0†Ûå”IG -EÇiŽ*®Qt‡÷E—@ï3ß/¼!Ï'µ¾2ßÃoÿ©ä&v¢€š9u -RM`:ô½NÈ!åâåÐL¼+ÚëlE@h;ÂQ ãš]òkVÕ3¬_QäYSÔÖ‡sa>œ–˃ˆ|¾©ªbê4ˆ¸€ˆxÞÅÇ•ô% -ÛÃaµZpø1<ÖïQýT=8|áï¢ôkKPË&ó - “³²p´yº˜…¢yö “46R~îä¡Ù½iIHnS-óÌþ@2Ñêp4 Ÿ5-¤pø'`Þî ‹x°¬!ºüËçmšà#“Sãv?_ðÓ”Oìì” pW›LT5Ï8÷#–ÜAuÅ©ƒ%רË;ЀZ× ¼ÞþG‰¤Öxoî7̼vR/7?cw€¥Q›¹jµ ó½Ÿn¾ '£Ö™Fœ¹}s"qéšpëjç1··-ƒæÉ‘¼tïêºe´& ßR柑ÃÒ…V½\7)±€ü‹¸ô/vK¿3Wô¾sä -ïYW„uSæU–Äߌ¢}Ní·\™äóõõˆÖ™ó/-©`Šp|Ÿí9¸ÄöÃá¼#ð?©ä›¨C‘a-Àîê’ŽÂÒ´F`}ž7É{¶ô„¾Ï¢Z‹h –·¤pͳÇú8ÎËQY›àôUˆêþVKWv$ :‡ÉsÞŒå -è î¾€YT ¹Ï*D%‚Ý•»ßd_ºìÔ.03.ke F©Gh&êíR® Ö¢͸Dxa½8W® µRmc‹¦u¦.ˆVu¨õy`$ÃæÝ­)(M°³Nžñù"„Þ3“PUqö wF,«ovïl/ã‘Ód -9DËGD ™Öc=8µ+鲎 9½¯Úf[±éuÇRy,‡æ–ša9s½ÖÿýÌk¸káÐjt3Ú‚­Ö©M$<æ> -Y­iëJB’¬ãOÿÓ”p: ¥Ø€#Hj°_Á¦ä:Wá›j=öúÿgs”êÙ~…™Â¯÷W§]vê ›W• Yõ?ûYôK»¾AJÅ/„,_%ô3EDÚq6ƒÄŒñ¢wºÄ”Ê‚ Ë ‘âÚheÞ¨oU]6-+AG£WÔ×îôîÆÔî7—*#Ör'âB6;M«€Hï—×Ô†Ç</û¾*•uÞ—¼š'UÓé›’R½ÅUËTëYVe¦pžvÉiJò ‡-j%7 «`Öèr'[Ž&$ª ,käYOemTBŽºO b?mïÙ­,?؃¼v7@YÔü‹•›=³Ü¹¥†ç§QÏÅ ÚõÝÍ»Ÿé¹-7úƒ2eÇN+G£Acïq”·WY0`½ñOÀ¾ã Þ ³CQ=²®w8†­ôü±ý¢šHP'ò®ÆEÌZÏnòˆ.³ÕnÕÕÉ©6{¯•Õ¢÷{¾_4ƒ¯$áªÅ×[Žsn{/â“ι¿\oyx~W …f]*üžÞœQ–ŽìN)æ½³èZžBȰ›äv¯=Ï¢c:=ËéŒ nd·¹-:ü¯ù#ºu¹>±Üaä®ìv›B¾‹üoÿºÃBî¼xBšA½s®±9¿[ }æwžõ¼f@²FmaÐ{ÝÐ+jý±«Xcóŵ’fÑ]¸<•ÇN‚eâÑÀ=Ë~gœ«ÍÛTÑ5ÕñAŸ ™p§wlܤ]Ÿe±«“ۅȲ1Îêu÷Ðéò9ç O¨¨´©ìa/<À„¡yrx¤*%a @'d˜ºãy bYIGDýY“k#Ë ²¾òK‰þÿÕ¤EÈ0·Ÿ/jVµÑÌ “ܹ;ôî.´ÄÝ%NiCò¿T+S^¶™Â\U¿)0 W7»|y~”ŸyÉÑÿõö‡Ì”Ì W–w¾ò+E§TAt2M`Y……5’n®BÙXZ3f˵¼öJ Á†ˆþòÕÿ8²ã;“ò6_[š°@T]'ç3¢C•°Ñño?ë.ì&[µ–GÔ Ý‡•¸ÑñÚ<ä§Ú솲è079³ð]Ò8Y-¦F•¹Ø®Æþˆ¶Vp¹!ãnXžª™±3¡õ‚‘äH·kº[ùòÜSœW ñÁÐp¡Âh¢vŠQ'~çˆcÄ4™ãúPfÞÙN£˜ÃLìÇKצ'Rmå6§nFÆ>ï;ÔZ[à£-+œ±×³8¢»ÞÖ² ç9AÏCùlÏÉî‚ñ¦I¥Àá aåª[¾·ç©JFDb,æ‹¡ÞL…3(>Ó, -¡’Þ`n;'eÑYI.(v¦e’üð ´â'ÌãÕ¾afé½ZX«riCoµ±ñ×2°íQ9É -ë$‹Šèø ó¥s‰Wp—F•´U§‹ÔÝæ‚¥UÐT|®`³IO4ÓÛ¦ýrÖ.Gœ$ª%¡×Yé4•ùDÔÈŠ8®µÛæD§õ@•:\S‘¡ ê¯>AâÞ-9ÝÅP-⬓Fh9!6B TÜ#Ëiß4ÕÖ½ÖUƒðá}šWW™ò ‹Mu’È!]ЧEŒ¦×S jr2ƒî ‘pBÊ;V f²Žš)Œ’2Á.µ_€Œ:Øj‚¡eq—¨JsÌ#¤!CÅ«\"n¼ç ÿ}ôø=ååïýuùóò"—Ç·×o÷×Ûë·§Çÿõõ~ºÏº<¿=^¿ý˜O»üýéz>Û¾òs>þþöþýùþ j{wMf¿’Ÿ÷ðt{ýzÿö;Ûù–<(V¼Èååöt¿¾>\?ž×;s‰Ëõãíé¡òáíùéöå;üDµ>éK¦~ßåãÓ»x÷ûýÛõ›çËíÇõùöúøv}/!óÓ/n/×çÛ!}×ÿo_Näëί½ì¯9sý•>]_Ÿ~^¿~º¿~|øp}¼?ß¿ÝG_MkÚw_>½}ý³òóÃ?·'Í|=ÿÆ—x¾¸=Ü~½ß¿]_ÿ7è8>|ùôýåz ¿üÇíùíýåöúÍû q:?ûMO×õõÿJ}…wŒ!¤üÎì‚ÖÑÄaÆtJS!q~;þWèj^‰aù—œ¼@³{Ì#Õ”HÖ—d m0}èn÷á„ÛpÆm¸D …ìê°ÃGY«*ì™DðªÀ -¿òë‡îm4ö6û ¶gÛßPàÞ°·A°yTþpFÏ÷áû:à;4¤Ó¦±Ý]/ÐÐo{‰=±¹~vaäÛ¥{ι†J„ÝÎÈ}ö®hè·ýŽÛ·L÷âæEjvd»2ù†D$ÍÊÈ÷¤ã9q#3ÅVW»]aìêz†~Û-£+%^°á‘˜ÜY3š†&Œ±i¨}°áí¹— v½@C¿›6ÊÄ÷÷ë7åôÞU®Ãºÿ~‚l ïæ1pñ;IҤ漑¬ôûã_eQƒY2–&Øì”!?¬îßdÃ}@€±@Û-%ztÏß 5ãµ4÷n·×ñ³Ûúm§Ä| iïvÂN­3>°ÛáBÌhÌŽQª0Eåjlx{þ%‰]/ÐÐoû âD•u öKšcA·kŒ;^ ›Ø>Þ~³û•ܹ@a¬Á‘u)ºeÆ–ºËötýƕĮhè·}ƒ›Ø+Ù¥Z\§§™{=²§÷·î¥!žXIlè·}wë^g,šÖÔÍœöt÷{—RîBÚô7<²=Àýfƒî{;FÔ`;¡ìvľ‡°ïaP“ÖÊX‡eBd—!¬ ¯Ph[´ *S ޱÍŽcC.¸š Ž¿»^ ™ßö<Ô¥Qµã#®‰·+h¦HØå{9? -ÉVý\ºŸ54Œ:´$zrÓëŸ6òEÈš»ƒÒH¥w¶ý~‡ô·Å8…’Go¬û±{ÝÝJÑE´L€xÂá?ïÁûp”ƒßµj2k­³o–Eû÷éï··÷çÛÁ¬\ÄôaTåÕ\Špˆý‰Âµ¯Á,Ú3ÚÝk654”Å– -Ùà6Ľc.ô€Öý „žîC±ÇÍ“-)83wPJ§ˆ5Öå,q- Õ*˜ŠY›2'˜pOø¤¢NµlpÛ‰Ù9TÖWÚ†N‡Ö.5YL[UCP‚ùn­s9S¤^[öÌH_¯íb'%ƒž©'¦3$BÜìÙv0ór¹œz »BCÃÅP!¹RÏØ÷¦¯AO Õ€…"hý˜,ö0Jž.%¾pû5¸kÊZ -ÐÖj§êÆÉ|л¯äG“£#ìµPµÊ“Ê7b픩4©Y/àÑÉâÊRZŠú‚Èh°å¸¶Ÿ^W\èr9ÃìFtz¿ "ikÒøJ4Û¨ú¸Xb†—¯ ¾A­3Ý©¢rÝHJô¬³¡X‡JÔo"+¼‡/¢%š;.&ÚP -Fhvñîwþ—":ÍÌ}6À•!Žp+pÚ¨UÝä (˜Yc¢-ùD+ Ö`?ÖgLn°*º¨Àá|K>ËFLQe,{(gÂáî'O tøŸýé´8Ëeh¿Vø å€¸éfüÑ g’oìCAæë´’žVwòUÌQ‡ÄN:¼˜çÄ´Þ”­bQR‡DeÂ2Œ9êh0éÀÓûpótS½i8è('K‹¥ràa ‘Ámôi/»q—µÏ4Û¨QË"í$À9Èô©ª v1KŸmK‹‹º»ŸgûYyr_±b•ÌøVRÈÊõº¢5'ʶ‘ *±=#‹ÄTí}˜lTW‡ OŽÂ/éÙU³i*’eÎ ÌÖê¦Qî‘T©Âˆ!ÓÚ&Ù£Ž¡cª5ŠHW$+ü+°¿ˆ®M»{eÓ¦SÉôö¾Ž‘êâ«{¿øÜCË´À/jùŒšA\–‚ ªI{+&£kòJð„ìa½#x³"ÍÚo”Ê1ß§\–•–ˆpè;fZj\&l¦ØÉ*!G¿Ì2Ð&–Á@ÂmŽ:•¯õIÐé¤[S¬Ò¥©-U ùaáf͈M“3 X£¹E|0ˆ¤RÕ4:9Äuà“™KMiI€¬ãùo)+WºÖœ¶™ó^*HMëýDLofr¡ÝÈE*äg‰ :çD­Kj¯w§ÔQ‘é¹tŸô+Q[¨•lIeeß3=(ÈžØÕ®$bžŸCœÍ¡¥ìbq -Îf NšöœSÔÈvsBt‘R—"3G•·Ú -ÄNXÏgr±.à„…•Uö¸Î3òˆ£çÄÛÍëȤ§ô´‡[š½)$ä6…ýFfÿb|X-OP'ájT•Dˆõ.ÕÚÝF_Ĩ‘\ ·‘öRå®f´1-˜Ê IñQiUåÙ[?‹è,4âQNkä¹_¬Ïö¶$Ä”–ÀT‚ˆÊ{z•vWÌAŒŒÀë—™‹ÂÄŽ­¼]î¤9³2i³62hqtéy`M±„, T ±ÓÙæê0U(ye·M«PpnåÈá ûàI,?´•Bé¥$+²›’IM­…âšc#gzzh§Øy´Ï,ÔGãV¨*ŽÞã?˨ÐÑÇ:¦0Ø´NµÕŽTÂ9S²€9§´eÝð'ð£ãNÐöÃaìœj-eˆÜœ“jVÛ‰U}}È©¬}Ôè¡¡R¹àjkPŒ:Sg[¥ã M)…m\ô“0Db'/þ—Qpˆv -ݵl†¶kfÌ ©­¬TàGõ`¶ *öF`[¡Rû¯¶B"×בmÛ8W¸h³-ó -UY·ÃÄ5Ðl²â¿· 6BIu5³6q"FÝÛ÷Ì¡À-ÈÛa‰!Áá9D­ß4ƒ–h‰¶°Ï‘ô¤t¬6fçf.ªhÊ7 kq‘¯Ñˇ{£í“r«mÇh+‰9Y¼TmM¾@Ý/¨±]ÓÚlz¿»¸':ÀÃ_u? é ¨ï~>nša±©Ý -M¤ÿÿ@LNºOou8'ü§™•´eáRòk4H2²š .wΘÀà±UïçP}‘–œ«µ·š9A 8–¾I©Ldår÷îæ`–ØôK|ÆN·R©í;—Ø諬ۅ¶ìc{K|à=]”áÎHkñ?<Â}îk²¬8ô¡¢Ð˜˜^ᄼDôÛ½FÊÉÝ/šðzPü[uæiÜýœ°Y7Ú“½G)µáƒg°Öq)Ðûž¹Š‘ê7“+j9º|4["À%ÙpäÖùÎŒßJUÐC£!¨œûÕÓ#ÚgF4µCñx׿HPg¤ßÌí[ ˜mº+ÏמÐ)ŒECßV4Œ˜UêíC nUp°ûÈRh˜põ°Výœ·ŸöV$çžkÄéBW:‹ -yt¾‹¹çLúÐr€HŽ¢™çKïÏÒ[뜧ËMß}ím¥a¿°ø›/vôÔäµ¥c„Õ7„ð¬üLoâj°™kõc擎±pO£|‹Xf·–î^)òâ9²G«³òyÔ}$½˜Þèêbùæ\Ö3è´ ©lËYq_´'¹W˜ Ö$ÏßÕ4 Ü‹×e2Ò+ÌõX–6F­θÙäfzQGÓó -PÜkú!#ÚB,÷!«|H8}QIÕX7Ûµpåaè\Ýô&`ó Äbm-Kay}ÕÉt³·¥$¨¤:Ü›ÞÆjˆ¦N¯ëÍr)õ°¹¿Ø9«Œ4wÏÜ¢†CfG(Nݸj© -:i4€;ÖЬ™)‰Ñezœ6k÷"׿3 ‡ÈKþAQ†FŠè}xœ/çYÒKš¼S0z ²ÿK»dËAƧ!†‰ -‡‘^însÚ‡–ïdߺ’ï0ãÎ(ÍkbŒ—äQ!R[·T}þi¥*F6Fˆ aæciínË[Nl]ÆÍo2Ù‡lÍ¢ƒÜ<ÛUÚ7Š‚¼ÑŒ£×V˜õ7£…ÚÓ ð÷šëÌhŠXgÌ\uäÉpÇ86󰧦üzÇ“C¯dϺ–W€†·JÛêÖäqIšUôøºÉ -g¡iÞdöÔõ…Ϙ~Ï"CŸÈ^™E-INu×WΆ$M4b‘·¦©ëB¶¹ï$Uõ´1HI*C‡Í6c=xŽBæ™#õ1u®vÌ#9ŸMlÍÝBĤƒ¢x†=rãÐ[]Ðy€­¸¸ê³{—ºÇV±§R•ÚH_³‰®y·ú±7(>´¾8üJö¬«„ám¹¬ ,-4@Ù¹?0¢`ý¸ÞŒ8Áï³òDk²’Æ‹Uà @U ¤´Eã‘É3^PÃkÊy¼×»âʱR0   «>ÖÜyOk -à$ùù¢@Àèî.<ëšOž¬ý–¾-ù¹Ùo2kö[õa£T¯;û-mϼ_8qøÑ·z>~S# ‡Ṡ -XVEw,P]:­8LüìQš4®=ÐÍ ƒ©”z - wv¡â š¯áÿs®³R®Àûot4W|ÄêÃ,). º38ûoÉž·:¢­t´´3Ô*ºˆÆèÏx©õX-æŒØi38ÄB- -ËÈìûÛµO’R¨¨6ÈŠ¶e *öŽ"áÑÖ:¯\ X.0ÒNªq0Ø«³(ûÈ{ž{޶ ›cQñ°P²œ™µŽ¡ª-] Û¦•E,¸KÂÞÕæŒU.‹Ù¿h r&s%!ôVä(¦³Ce‘¼R©_7ÔûÄ~I˜.:˸aU5½=Š ±$ðçÆ2Ó½" æ¬Ywi浨¨®•Ù÷CáPI|˜¡ -£NA°à˜ZSpÕ‡Êu,Rt:/©_c•EenŽÌ2>÷QuQAßþ4?©¤¦ÝÍ“O…ں€²V›SÕ[9u]#Ãü ž+ë‘Ù?Œ™ãØÍ‡Ö¯h¡ñ®c4{ØŒ‚E PEÜ5…=Y¸5Œ•Šç££Ø­‡Ú &FUd¼¶e§1ÐXrt>O%uùÞÎ}Yo -…˜Êz'R¦¹Ø -Â…‘1Ó-In+ãÛf‡›2@e]Œ«¬½mÄ ­L›ö,áÓ!ÒÒ†PòNád¦Àf$g¡°±ŽAußo Ý'!@]¼?ÌzÌ…ŠBV4–1)Hžc?ˆ<)&µÆgG<3k¦ƒõÀjˆÄÓŠén§õR?©õ¤›6†&Œ“äÙ(=>3'‹œQind·¨ný*ÈsÖ»ú휄ØSƒO‡Bá¯54ÅQ¨ÎA6ÿf !Àô³9k -o2IT`é¤wdºyž¡’;šgÒTÑN‘¢<)â”>/­©Ê%»Bë®Î% ®N³¦è{:›kçµ>Ï>ÈM‡2R„0ޝB?—1ÓÓ°­˜l…œÍ¾µés pѕ鼔|»Ñæ¡ µä%ÚØ¨¨,L†ÇF¡uÞ«NkŠÖ»©*D{€JøÀ¨ƒ³±“dšmÔkUA>,J3ES_2ÏPÛœyû"Qs;èt°% ÆÂ{jLdõu(éB¯D6ö\àÓa åºâšÐú#€òe:V*– -·x -üŽ$Ѝ ¿›çÑÏmø‡=ø”˜¸óð•ª8ŠV›@G>;… k®F4@±îtŠ«ŠÇ¿™I¦?]ÀLü‘c¿ÁñdÓœçœÔç[W[)S{“²hôv€pÒ ¬)ÎüV=zûAV´>c«`&› û­¸êÚW«¬²Öh:WZÄŠ -P¿ñÛ§¤Î‹³>×—ÏžðÛ•ºBé‹0FR¼«æL/%úÔ®Û„ìÒíÆÖFƒ|¯}Ï=lBÈq܉ó¨Pb^E| ûñTõÉŽùž«]¯ (“þu -Å"¶(œ‹×|ªj rûs(1÷Fîî˜â&ISٚžéÛ#fÒTqQ‘•ë$y÷f½¬Á6 ª”lkDâ+7yÕ¤¬ªª m AŘoÅ<:Ö¸=vp£©X¬¢X‘Â÷Õ튯æ)PÔ‡öÊžèÜU]ŠõPpMaT<ÞjÇš'ζóT^·aȪE׆4sÚ<ùŽß¼û¾âtú u»RÑJñL@ëÔ™õÙ?ßV. SVU#ƒ*/Ü®œS€²8Û-¿«à0­‰ÀUÍD¢Fo?Fa3…Ú‰yÎyº]²*‰Eõ±¨¹>ú¸§+è¤ ŽëCA—«Wa^H„:Ù¸—«ë™^e1Qãàã®06è¹èÇ>ÚŸdía)vŸáŸÝ6\ŽÍæZb¶˜Fʈ7í¹ê)Vñg¡o]A7 Æ ¢¥â82Sú$qØ­oupX«Ž€R“ž,+Þ&ó¦¶Ì-‰ ™¸ûFÖ«6çµâØ·pç‹™wœ}0¢¶jïTçgúÞëتjJÓÄÕ7LÕëMFžrË-e¡. {Xeiñ ÁM:óÕ"°%D” äïÏoÞQÕ0ì\k4—æ¼Ö]¬©x0 â)2®f-¡²×¶—…ý#’´`²WŸ>–M­CI]Ñ†× -MozÎ3/\Ô¢‚¯Yˆ²x6~½¼_B?šƒ|=êfAEÖWb_Õ Ñʹ;çíÒŒ…:9=m‘Šãu?|˜5†}ÖÚý6уchíµ)°Æ­ïLž -Ù$Ô”>0P úžõsO”®DÁC¡@k$÷&ã£G6Þݨ_õeq½áÉ„JBgZb Ÿ¥Ñ}' {W†î&Rª"í ± ò@=È;æL -*UkEრ-*ž”‚UË¥õ1ib­s>@-ÛçB|ë {¬¢±%‚PIÈ&ÎáAûDzêÙ -7ë•Öå²iý§î4»ÔSè]¡IσsÁ{¹¼ø@ûIqøÁ=ºxIÞPã‚ÿU«-BHJƒÏ¤ ÀE }Ò«¥(èݧÂTÜ‚<-fIw‹‹¬ ËùÑ ¶\t3ýÈLª•² G+*úR<]æH1ǵ¯¬ãÚÞÍ]YÑCŒšßõzÀôaåð+Ù·.‰5Wd=œöô²i–FÛͽ˜ßê›§1î'ùl‰ï> -?O"­ÑÑ ÌŽït²Ãt.£Qx[m kU±M½Ù|„Ib_Á*pÖ -ÆFE]a2<1ça^©OfÝmß…ÌW¾Ñù]!ÕèŠ3÷œ¶­:Bø(­îË‘S«ã¾‘t]»3›M{%Ó¨lÄ܉†6uS -šÂÊ¡W²o]î(æs—Û};Ö9XþšI{äÑ_jÒÕŸÒJBÈš9îkûv %®X&\銌Cáí> •-n€G£ûe×t÷‡k0Œ´TGwgƒ>qgn¼»ÆÐàŽ„ÓFä^oÍ(j j¼rÏ*ºscVö,Åò¨×Âõš ÜlMT½ªÓž÷7ð›Ã -#PjæþØ7C(y‹ÚÝPºÇ­â¶Š­ØÙ­HV1÷¤wäñH³Jn­Ao,*v8Þê¾Ù“ðè™$ùVg¬ªnôÔ™HuÝ YïM‚ÉÕ(Lòöˆ®4ŒtÙÝ϶µEôCÖÞ›XmCÃ×k­=Vë¯a×Ùέ,èwpa#2Ž]T¨JÈ:'ɆüC*ðšòy"ši_0µÖ«¡b¶<¬ÞàÀLKÒ°¸ÈzÊÆ`‚r¹XT"2wÓsϤ¥JmCì+&p5 úþa°ø¼»+I.Žë62¶ qžQñ¥ÓN;z§êé -+—À#Ó +9DÏ\Á3ÔÉs×îÝÀ­Ùûƒ£:Ç9ïö -tÎ¸Ò ’™1¶ -ê.ïUS–òPŒ©Ýþ­5šy²zZWÞ7ö=¯h•‚n§ÀN0Ó‹SÅ^J_…{u•ñâ½· ÉîÁ3€rßydGŒ9|u¥ˆ„'D@-k¿{–’à—év -ÜÓ•‘Ñwó¾`¤Èý­Õ]íCgøWЧ}_³\JoÓë·yÓUÀÚýã©{b€¨ŠÇ^/+nr»ÚGÇÍ©`ÐT~÷dT„*ɼrëØs×teëÒÌ.ª†ˆ¬ö}žŽ.ÔL))p%½(‹Q$ù¬ÖHÞµ¥ònlhU±­k^dø9‹‡#wZo¬,èëQ‹ŠÖþQ( ÔÌçæiŸuëý6ç5ë~чÊw!ýúD(¡#ƱÁŠáŒ¬ý*ÎxîJÈ'}©[ü^«ø8å4J°'ÉOæXl àlóžQ¦ÚÉÝÝ«3­¶Íëä Û~p–#™øe1~•` ¡*Be!öå¤}£H°7Ü{ÙÀçf×**3Ö¶™ñ}7×Ga¨[%÷°gËŸŽ[Âéò^§¸Ÿ½«ƒçbÉÒ×`ׯ‡±b…ˆÊçAÓ -ñTE¨"dMh´ºPÑÆ 9Ê‚ehÝÊÚgGhœs=4D±UNã]pÅAz™"íóz²wlBLÎVVuäJÇ–¶ó‹²]©]µkÅj@Êt÷vÏ>É™ÌÖÖCÅQæþ^½ûn>t- ¼¨ÈÚëóTªâ´±|]øóƒÂsN{Ò|gSM •â`oDœòµþÍÔø^˜W$Ιq–Œ—FíDØ:y¦c¥ššFëPE|A=‘Hu©]¹$âè´eõRÝžl?æNë»Ö8ï‰yY© -úÒæàAEìYh`ï¤ñ«f9N3ZTÍÑó¢îmemA½ˆ©¾Õ7JåºÇ|öéK™.“aáHÜ.ô$È2çü/ÓÒt31c˜Êýf0Âä3\¶ù<.’‰Òd2."=Ðÿý3Ó ºé=;ôÙ½“mD*“ÂDqÖÝ#3=XT ™½CBk6$÷ÿÏÝ[,ïW=Í1é@ÆÃq¸ëµrSb6³ë¶2VÇk…–”Vòsm¥(è ¥o; }¬æ ,¢•tý ŸŽhvÄÃu9¡i—:ü|€ÎM­0¨<® ¥µ(c¨ö¥ÿåÔÿÛ¨wÍåË_ÿXþ8ý‘å|?Þû±ïßOü󵯄û‘åz?¯ïOó÷,_Öÿïï¯÷z<ê;ûãûõ×OFåtÆÞïvºlÇkÿ6Ðø0ñ`vþÄrÛ.ûzœÖúúÑ1ù–õc»œ’§ûõ²=k¬Ú©ÆçsséYÜDæËÇåñ†¿í±¿×eãœû<¿oûõ~n·íô¸ÿÏ}™gÀÛÉŸ[Îëó²ß¬¯ó«ñEdÖ¼–óè¸ìë×íM½»<·ëu;Î×lÀâ÷¿és=.?××ç~|œ¾­çýº¿÷q÷ \ªÙqÛòy}å?ýzúº]2Ó1_çs\÷oÛiûõØÎïõ8–Égþæ÷ÛúJÜÿÇv½?nÛñîÊx’J2ZVgþ›U¼ÜÊœÞU¦c»°—ÿLEOšJy&¬Sh=G?[˜²Þ™É3§Ÿ î+؆zb~­±¼²;¸ÎÏR¬×ÏfX!|›`Rí7"¸A@t•^^É8¢¬’–uÚô9R“Ÿ3ñ5œi‹ñL¤©oS¬¸ñF •VÌá˜gÜ»PËXŽþ é2¬J|nçõò¥¤foÒ=„goÆ+ •ñ1ØÉ¾*oTtœÙóä «¹ìªˆþ\¨ -»Ö^®.FʈgÞ1\£!S²Jáðr½óä}­xIKb³mY9j‡ìÇíÑ\òÛ§ž—èM¿½…ÓNS&y ÑÄÙ lh™J q£{ŸÒ”4²Ñ\•ÇBD=ª…¼¹Ái}¼±K887YY2¤Nl» ÓЧQíò§GWUÍøÔu'Z–Ý%yݱŸHa¯§‰+`‚:9¨Œà¯C®ÂP^%æpæê­ÜûCI"ŠŒ¤:·Ù/Œ »Lź$üÀ°FB‘‡Vª¸õÈRÁ$e>¢×FLJ?·ÇÕ¤+’lSzWX>PÔ626=ñè`ñ‚—C«Ä J,NVéL?¯ï³]¬Ø°’ˆ¢­V£a­í†¨ªShPu2q`\…bRÇÃi)¢×‹;AdÑQw&ÓìêÑGU2Zùárè|fbNMÀ]@yª.n•ô¥q2“˜ÏÎÌú|ŒÜÌF[Šè1BTƾ™•øPÊþ»‹y>Ä–ñÊf@‰)Ô/©ÑÉî¥RË4z&KrJ0µ[‘ª‚Q›ˆËµèM2M&çÐM¢çwÔT2xvY5Ä+4Š3y ÒËÄÕgkt@•Ûˆêe§bí5ÿšÑ(°ÅÖ[ÁªÌl†¿8 ÚËKãoR‡Ý/Ë•°ÁX£;kŠC»Ï­M¼={ e1‘>=ûé#ÓO$îlÃ&|XR¸0 ê°™éq:—#Û S}—iާR ZበðY*uaýS‡€‚Úðɪ'öÆ®ÿþ»Iiˇ;Õx§]7&)R±Ì¾Â¨l³EQ#âÖª^Ù’ ¦»‘­y½$‰RGÆ,V=á%ÕìÌÜ¯ê³ =‡2SÚTÛ0{(›¦¡0´Mê †=ClûE1;˜…]ËËwk÷†·IûZM$xÁÌ’›ž¦ ýÊá»|éõ -ú;¢ÉkƒêK/W Ø!$£ú!«·¡š¶Ë(#€uq‚ffürKj˜r¥Ž5º\F¬¶ ž—™;˜Î‚ҥ렇Ñc–*4¤KpŸñX:ü|jâ8dú¨“Be‡2z)—’Wb½øQñ }©J1ç%dÔ[þBÎM?åI‚ÿ ™×0{ ™¦Î&he –iíÿ W«ŒcnY]ªË¤*•51³¤¶iõ ¹¢#ɪUÚTVæi“*š—czæb'VYe(¤¤N¯ ”šseØ”¬ÎB¼+H{š£ë_—°-åưÆÊd’ì„’2sÜÌ#5GV8°Z.ÈjÌËÚZQÎ.ÓpÝ@Q$å®sˆgH\k>«*QD¥*sIÈì‹°õM0’fº¦=²UE’ÞÔFÂe0Ä‘YPH¬¡¢WSUÚ†–K:„N™”j׬PN’Ù!ÚÐ2É\Å‚†£½š¥Ô4öé°¤„Ü()“ž°]ãÙ»Ç )eÚ5 Ó‡f A¾/å–'&¹ °Ø„\ÐV„5*LÍ2S8d#œP¶üÃóÔ~zPÛ4‚ŵo ÕÉÀSæ•Ü„Z8ë ÈÓ©Dn è–l -qèÌ´mYâ´ä6Š˜šÏ -ñD‚™üÐ뮦P• Qi°J±rïÈc í†ŽƒÃíåÒzz»Ö¡O(½½êE£˜[B—Ï^nVÅ|®Á˽Oýu_1• hå©IuöžN`…¸ Lj›¶@»XŒvÜí§9ºC/í`ÆdÚÄè”I«ê$b£T È¡ªH²2K,/wݘ Ì=/!Ó rÀD¨jY¯L;e4–¨€ÝBš&sY¼„úÕžÆóz%5M3»„M.wj‚'re¥kÃXºHL/ßA·ÙÔô:»Ì[¦ -Pë¬ZK^¾áSªuäî±S“Ó:¦s9e6‘LSGY·• Då/l°mëûW«Lºô«eXM>’oü”†©âÌ4v ØÕö@û;é’ÇTnhK{‘–:Þ-Ñ+ÀÙÕŠæ˜CÅõ Å’—/JõdçÚ Â5tTdØž¼Gå ?€±ïÌ©c¬xLµ’mP­héÜ5œÚà„Ê´7—@KúY£mP0â ¢h©}\ûÛ5í–\ͰaG üpW53½N'”)h"_@eЦÄÂ~è¼|@:Z7ÀÊ9Äé”V°÷ò´§?â1’izjCÓpz˜g&¹zWå¾lðÛgÍæ[L(®ÌŒ¨Ý%IB^v*5·„NÈ(³Ø›™“êBórÅø$ùÈÃÞŠ›=¿g£Á*¦KZ§K4G­æP#­§Û¼Ú ¨Âµµƒ0äYÂêÈ4eU1 -ØAÖ½€*27(t^nr mÝôØó¶úW´¦®^ɼr TJ[¡¼ ÿ-D+kkÇþî++±ÃŒÛöY"Õø^UTR.‹ñLöò`’?ôݬôL‹U—Í€0Ä 64=Lx¦Áä•T˜Ò (²üöƒ™>ç–[aT®¾k³K*d‡::*C'fuÍ“ÌÈ·Æ–/k—R³H:éÀ•J@C'ôTᲪWÎ…ILrQS•""›]êtÝ}­!ÉÞ í/J3@õ³ -É v—Jt6ÎÓNG Û µdXz¸afëéÑ„Tf¹¦Dþ…ü(Æ=õe`H)Ù?½*°O1 ß×)¿Ö6…ØÐ™‚î=çÒ!5²^b’ø…jƒµ—µÂXjèZ¥«dȉ{¦~; %;7@0\ç9"*Œ¥ÎmÐNq&°[0Ðö¦³Oeœj<ÍË&«”7BBRÍ'{”¢§lûEkBô+Ú†Ö*Ó©.Bh(õ*„LCW•'/ÃITšN€Ü°¦Ž D<1óÔœ[¿ÒËBˆ‡sÀVÇu#6~·Ü T “ž#$ƒþvÌubÛÿ»ÂÖLÖN¡¤Q/MÇY[ÓÞ-h+Q1ÿ—YvœªÓ’ÜÜøú°Š¯å˜•óY„0±ùiA¨3 …©rDHË,¾÷‘.´œ²ÿÁjCzÒjiëÿ‡mþ¯hÛÊWAE˜µZê¤lG76íEÖ©á*ÑË,ÙÖÿže»T•Š Ûòþ¨WbXLZîI×c_{·weµòÌ$;×È9¬ŸÒ<héT¦€yYDy’è¤Ôjù£í§9ºSÕò¶­–;G|–´S²uÆ‘âe(Ê6ü÷ê0CCXzû ÃÚe²x’MK2›„6Ž -†½Æ£¿‹¢ 0æ­8c^¤¦iÕÛµˆÒ;í’}¬/9s.=)¼ÑÌŒ_VI-S„Š,½ýPŸ‘Í ]‚æÀb%¹¹«!›8€údئÍGmx·HLª‰ƒ­Oên.³âAÌl„nªò4©Çql «L¼¥¼CJ»Í!fÛéÁ6÷ÇjRPG|²Ê¨°ò£Ýü”)T3å|^ئHVc€”»jR€–¹9 ñZ;Xi>†þŒÛ. ®É AÒ-eöÌ–H„´¥XlCfòʳ’ê]Jkß@ª’IFcc ÚNšyr¬8æcê¯hg”¸îrèšLzäè- :ºÆËø•ÞT°·l‡Ì+Cd%To»ÌK£EËpÊo*,‡:<„ÎËò ¹#±qîyJNnüK¸VbOË]Z§<Ò­ÅhZ-Ä‚—ùbyoÄ«”Ô2-?bHðMO²‰é³Ž|¹b†n;Sü.Ô6îò»aŽài9<ŠUÊ á€52úY ‰ O‚ÙÌñ XTé-S|‡‚@Ò¶‘¿T÷Œ˜ê5l£©'-FËXø³›Ó47h}Rœ•TëЄé Am”:“·àÄ@¡ZiH1¯b$ä•T7žU8ÀeaüáîN• –™™‰Lk¦b+à‹ÑÔl?=ˆñiŽÔ¿2í²=ÛÄHƒ,2+hWUƒ˜ÁáDÏ;‡—y;†> Ȩ…ÉìPw;§ UÒ¥ÍóÊ4u6À!xIMc3ðgË€Ís¹+Z:;LÂÌóöS]{çé1oêë•SZˆ=µ¥®ýœ4¡»&bXES3~Ù%µM½¥c£ÞüY”i—ÞÑCz ‰cz3Pbk‹ÈÆ5Œ‚sŸÝolx²U1!” ë  dçvµàü'éílµs"Ü_™æÃÆ‚ Pã!¼M2Ħ^+l#$J…`¸&zѤŠCÊFž°Ø‚pqIâÍQRÎÕ¨4fGê¥HÅçh&öã NBÛn~è—þ—Sÿýo_ ß5—/ÿü×òÇé,çûñÞíxÿ~⟯}¥Ü,×ûy}š_²|Ùo÷ç¾ó¸?¾_ý kÔÐx»Û鲯ýý{¾ÿ˜ Æd¹m—}=NëõÏ´jàó,ëÇv9%O÷ëe{=xS<ŸÌÍ¥˜ôÀþíËÇåñÓú¡óúØß«9ùQ½¥?ÈŸgÙ~½ŸÛm;=î?¶ç—y~¨¼Øn9¯ÏË~ÿ±¾Î¯Ä7NÏ·é/‰ ¾¤¸ìë×íM»»<·ëu;ν ¥ÿÀ·í¶^·Wóö¿·çë1úŒãîO¬;ÿUŸëqù¹¾>÷ããôm=ï×ý½¿ÃŸä-æÃÿ¶åóþú¾¿u=}Ý.TûÁ÷çýûk=Þk¥Pó¹–ëþm;m¿Ûù½çŸÂÇæoûü~[_ÇûÿØ®÷Çm;Þ¹gÑ…Y–ý¨Ïü7y9y4˜£ |“2š53¢òTª÷_ë9ºÙ /w`?eROüžZ¬©0Š·ˆñ¡è¼€- Ç æ䀎r@—r@WÒЖÉ-i :M_浞þÑ3è/xMè¬é\½—߀1ëÔý›ÖÈœ¨Ç|§ÛTì?/`aÃĆ`ÿy‹.‹!‹EÊ"GÊ"GÉ"GËÇÛ®ª™C™Eo‚M‹û†ÉZ½×»æÍD0‡-Õ9jçu==\ôCfZR}&‚eÎ_K2Ê QsæLâê½àVÃ7Ný "‘ Já/3Ù"ó çæV jnñœëTdŠåxe”0 ©2 nF&èÚay!éÿø,³à~Òst^óRMÊbý`ã-ßóž$2ÅZx]üa›Gå†Ì`Í4zíå}4¬Š(1†²ñ™ôm=ÕÔÝÃÈÈwD4ÊKÉP9wÕ¹é™LÇ ÛtÒºå‘)fn0Lˆéç=•¹]¤ ìB uðÂ6ÏÅ 1Àš%¾¹ó 1¼×™ë5÷eqúÉÅyOe^×#±’øÌa "±¾Ä¯; lzn%‰Äoâa¨¶1¸dë‰Ë”,sÚäú§$æ2/ê1ïé±à²àYð ,x¤,x”,x´,vŒü—‡©,x˜|Àõÿˆÿ¾ÎúªYýÕ¹@ÛmÑÀ‡Ž¢7¶7ñ€‚翹^ûe«*5½ùjí¯¬ë -_@×S¡~- Ì@))J®ÒTØJ7IvÏ™dö–Sÿ2t½ŠÞ^)#¥éÙ<xðpàÀ#GÁަá! <x(ð0àáÀ#èÝ'ŽÿÙ²êy´­ŽrbGÓðP@¦zä­£,xðPàaÀÃG;š†x0ðà¡ÀÀ‡ < -v4 ð`à!ÀC‡§w´U‚Êá‘À£`GÓÉðæX=ýŒ®5Î<6i&xðPàaÀÃG;šN~r/x0ðà¡ÀÀ‡ < -v4 ð`à!ÀC‡<xìh -º: -ð< -%se\„—“xà:䤗)ûû»þØÑŽ ?ó°oÝêñ3n÷Ï”A…‹-'†{(ðPàaÀÃG¤‡_8÷²£Õð eY”Œ…Mšò`.¶Bvm1ÚQø¡ðÃà‡Ã@š²TÆï7©à¦eÝ •?ô„“M_wåB¶UÞëD~ô­y€¸nуɠÅu; BÅ”XD‰=xðpàÀ#GÁަáÁ <x(ð0àáÀ#€G‚MÃC@/šqj[Dˆ Áè};“_3ý¿—&ÚÚe§¿ÿþ9};ÜcšýuÛ×ýõüè?Žç×ËÍ÷Çõy›‡›Žy¼~µÇ2ýý¼íÛ2–›±/7·ã|¼ûÜëq}{8]‘µÛ:pÕªï´ÄiY÷—íõëoxDUȪ{Lë²ý4ÎKÀá$o¿÷8¯Ë)üt<,ëó—:+lï4,q¸S±…ÌšÎËõ—¸Ð<®Ûëøn[JH~ÇÌãyÙŽ÷ñ2ÿfžžÇË‹Yä{/´lãv}µ³eŸ×÷ñ°îóú­ÓïùP—±/ãå²íçÓï1oÛë¶<QM¶ òàt9^¾·Ù§Ûu±’…_/ÇÛËØáôNÓÃö{=­Ÿ×ufÆ>ÿ:H%ÿQ/oã×½òûúp\×ýuÈw(ËÒôñûX÷k2«–Òëtt|.W5šÕÇÅ%ûAãc¼®Ç죤èDŠbúþ„™Lš¶*“U¿{=‚X@†Ìª(ˆPEb´ðçÎ[ÞÕæ§0ëÉù +y*»ÔÚK^W×S.}?c'@pþvtò¸þ8”î¥2eË0?wÍ&e~—S4^Ùj(e(¼(UVå&×z…svoˆÕb"%‡ý"_ÔV7 -JJ;feÇ=‚Òß7éQ‘˜âES'pGû&—"/1Ç>{ÙëB¨­92ãÃ{Ï“¨”4tŠê]¿Ç£ƒ¶ˆ[j±Åü6 2¤.KEQ9R9yJçóE7’Êô«çÄ0„ÑZ@™š{n„¬Žµdë:xBå½BlfŽ*Í:ØÉé™ä†Ù³éå4e®È7¶ê)k·ƒqÍ´*7\ —žñdêEZþìD]A%5¤v½œ¬m'Š_Æqs„l£µ½è~U–ž„—vkiŠ*Ã%XµÉiÞb[»ÑªéÌô} ¹ a£ŒI§4ãÝtµ–¥ÈR[{”VÚ«juÑÜ)5ÎÛÐ3HÖ•vWÕ¯rÃÚ¹MÒ¦Íÿ=&½î®+eIQ^z£ò4ÊpÁЀÅÒh:ƒŽLÉÚ ÇF6Ê&mÏwzÛm×&©-:Ù|xs-!w3/âWP !’J@ùxFèêD»×šœ¾~%ovª\{$錄©g“¶ý‹y)¡>3ãTt!µWŒ'çï¾I™óÉT’¸ÑvºûÕ…|^œmRhÏÃn#X­$ÿóÉdîÉv²m”õ‡:RèoC¯Ííœkœ‚/YV9¹‡Ìq:¥,¨l³í¦©&ç[n˜¦ƒnI{4ï—rd•â ÆÉ@n*]½Èo 0¹ì¢ -Á$köX <‹Ë¯'F0øîƒÌC9Pí¡Ð(ƒù(Û/YuBÚ••ßÚ-ùýTš™¤ñž%Æ6‚æ}H¿,Òêúë!™á—òçÄ$â6i'¹WŒ2˜¯¢)X¹¨!mo´ZN,R*­±D†rò -„ián>¥Ñ&ÅŒŽ¯s)«“qO¤@ic>äËv²{`(ƒ¹CÜ/⢽¶»m^TXcµœ*ÂÑSHúð ĵÓ5‡Ûq+¬³+¹i£í›(#Ö@b¯^Ì¡Ço{t‘^þœïRT­ÉẔ©lâ_BnŒCâù¥â=çCÞ’’%†0bñé¢V_ ýõ qÎf,‰w¨=– YV™Cì–!CqútNŠpÜòa\•ìÒFì§ôÏØcDÇ!­FðøóФ᫟ÿò»žàµ'^DëÜC¿o)®Öž!MìÆÕ 9 -9Ò}À~‚ã`B¬š°.¾cý{ÇøÃ4ƃñG^Ø(SøúÊy¥µ5ÏÜ /ðùt§ð>á?¯OÁžÒ¹ÏoIw‹I©¤5þã€üJ¦SÆðÅÆæu%ÒÖªÒ>xÑýÀ6ÆÐcŸ þµïUßCÿiŸkÞƒzºžà†q­ÊÓ´Ó‘î…5xˆko€ñ:ÞH·ª=ˆªŸOózá‡z"ˆ ×¼ì‰'x£Y†uL:ñi¥~(P€^²¶¢@v`&às­³sŸ¾¿ÿP­Â‘îOûÖQ¦£êìŒìôDAB‘l¬h‡O…kîì ÛF‹Ïx,y!°Þu3ÇÔØNÁaFÿÓ ?Vz e²H™ÏºÀ8ˆjJ»™º²á¥øÂ5íTÉ–Šnèšo1©ó6'—>eAލBµg1CÑ@WÔ¼Ë?ÃìóüçЮ{÷ÅàêN`×Ó÷iù"vrßêôß®·…#tâ¹ÌNz•7 ×|áçÒ€IG•¶Pç)×;tP‘_ a`å#ÉÖyéfGª¥)ÑK­ÉŒøÁå=cÑ/_e´¼UMeù ·6‡ï@¤ËDß‚>›Øq½Ú\®G„–ŸÚlz!˜zmYw×J]y)1瑤4kî»'>B êÞ ÐÍÐÁô\α†:áÅd"1*óœ­lÕS]‰çxŽvÂé6{'ç½tzêÏb/ì,z”y18e¶ÓåÙƒž²?Ãri‚›ººÁÑ‘™úÆÆÛ'kE~7Ù}ÇÑŒYZˆäm³kE|ܰ_êìP]NßžuØÒúþ;˜¾ÒvÖá LÈ=󦿊ª¯Õ9x V|Mm*ºEà©óÓíÏ£†÷¶Hó©ë€õÿÊ03ÉËTÙSô Þd±q-uðàüÓyy¶×®±¢Âµ‰ê\(KÖ=…t£¾ˆ:¢ÍÅm¹ ’Á¯în ‡-)˜„D´D‹|¬Edí§ÐÍLãL'úº@Uúçáh-Æ­+¥¦À¹ù5M‡o(çvfL$³6Ûë©5*:öÒBß|¡)9XÛËHKƒFÒ&˜›s)3$3å ¹&:š ¡N—k«|KÅæžì®ïîŠqôåDÛÉøWƒ"Uºã£íGøéú`ÈÛq!Œ†f~ -ê¨ÛF½rD]¯ùï9/EçQú×ð’P7½]K!gy245#:Š’Ë3Ró^¸w>ˆSt=zð± ¢•ê%ýæñù‰u4‡ÀÅcÆ¥>o¾Z¯}<ËÓÞæÒê>.Ü×¹Œ7ôíÃç³·£ÝåƒÛº=ïOß‘“GöÎS¿>fZj?ÚøÏ_~fÿ1áQ—VúTÎà3…!ýÿ/çºLѦõ¾Ôýt|N@¤ûÜŸpbOûÌ?ÎËö)û¨¹lm”÷õJS>+¿¡V¿Ç^uÚÖWyËûùt¢úÓÂ\ö¥­¯ŗãÝÓÞY¿CÎïÒG-­|ÕÑú±×W¹×>ß÷3ŒŸ?êTå^Oéûnug<íõ̺Ã-Ñàö3]J_þ•ãÒúy:•¹ÝÛhýÜÐݧ­¹ -—õø¸ßŸ¾êÒÞ>~\ÖçQ:³öYr²r;Õ©~ou¥Ï'êÙñTÊy|ò«Þ×íQû uÏlKCÇ̧úÙ¿%Þ ˆê8qÆÒ„»’-ã¬B=KTh$‚ü²ÁêV¼/ë·*¢[P>À R`EŒ -,Sª’ÿF“SŽOÜ7“0=ÑÅÞm´z¾àEa;‘èî$G† ‰Ý³©xÝ­4Å·¾ozŒs_Ïî9“îWAA­·>à½ÏÞ^ù[ÿéÿ•·­î§uÔ%ô - ÁL™Ð—aÝFvʲlÊêÈ »0}û·ÆìG{òÊööË„ˆÃ! = ÈTýT6ÐùÃÝFv–™4V!Áj.7 Hš(kÖ¬•i¸b¡gDûª( -·»Ë#¶Mî†^Ý.¯£%VÖžI©E©åŠŠ€Týɉcøx•˜Ú™5ŠÏ> HšÐ¹Ä®62žÙǃok–µ -o‰…´gV*Ã%a®Œé{}݆¤q@ì¬ÍÎbF+˜ýØЮ¶$—+*žÉ–ã"®z¼š%ƒ’¶8q8“9ÆÍYǬj™bÄ­åÎ"nYŠÁÊ$‚®ÆH›\ùðɄ¡À’a#ˆ -ÞX€ÆÄЬQgÌZˆ°ŽÎˆ€ÇÿjL"Фkdy§š -EÆaðÖ'ýfY4¾HË a.ÌŽÈV-»tà q#ˆŸ’ŠeÍ6Ó©LË œöCæÎ¨ Û+jr²ˆl¾8Üœ{5•`¥FßC*Á–@É 7aøzƒrÛ„ž®›™¹`U׈PáåŠZ¥_¢”òËÃV”¨RtÒtŽ„O6M¹CÁYœK¶ãciJ¡w)|ƒrë…†dº$5*Îm<±¨¿ÿ8(!Êø3ÃWøÝY¥‘±ìëöJ î)²Ä¹ñjVÁZÝ¥ršª‡ìjpýñd¯L-â|·Ôäeí¶VJÍMI,Ÿ»”ã¦{÷Ëð/Ý KÖËB·!H9w5“ŒCa!2Ñç™'¤#¹^ÖéôéáXÛûh#oVº‡k t¨ù±E$AÅΨzmÂìØØ]M˜ß×iG¦1³ž-NhsŽú«ãüym"šª‡Æz¹!<-\i7Eª‚{ÚyzAŠÐ«.p~Y¼šeøM.X>³¿möð廥q沤¬eP•±Ñ À)F®æÞéöš# –ikAMC’Ä#bЊ¼®øBÜnÅtÉ eoZÜ‚ÁÀÖö) i[“µô\réEü©Ø-ià‹Š‚® Ï¡Íáõˆà -×$C‚YЬö€•xØ@rì|"^ÞRÛÉ8ÍE -¹êÑbí&Ó\l¡ër Øn*9P²†Œ2¦T[g«Oߥ>9“Rý03Iäcâv¢äÈñÈp_¹‰m熔w–êV£C2 ¸Ì‚öYÜ%Qp[k¶£X««¤!¤´69ŽBD¬ØSœÒñm4‡€7_1nâáç$£f[v4ÕuL:²ôƒ"O)…‹H8:¤Ô¢¾ãŠk¨[ò^’ÿŽê -kì2ËÒ«&¶„Ô>Xûløz:2,„­‰«¨/­ÓE7¤)"k–'Å"ËS17/HD,ˆá¢ó5lŒúý®®’ÅT% e¤NNÅcè[,ñ°áX -o—5R—­cH<¯a‡QZ§Þ%Š–FÕæÑÑÜ]e¬¡”N6ÂE0ÈN·šuCÓÀ…ŸþHMA•dñµ=myY’{9ªüi(C.h‚^H4¹\›Çúê ö6d[rËÍ›-”*2ÏW†Ë5¶u ‡q¬˜ äÉëkŠ•ZØÙáÍZœ—VØa^ÆuCj÷Ây ¦åvÞ¬‚Ë@Ö¼*&ƒí>}VpìhOÌW‰e×ã@T”Q»‚Ñ2šƒ¡—mÙ-š°Ž‚$‚›Z%Y/ú·ªåf—Æ#ÒK„›ÿ°àÔí/‚>Cõ‰Êó™KOf”‡à:~FŽ*ѧ5Ò\ fhÚyv¾ë(Ë4˜»4sÉ;/8RGA ¡&Å犀@@ŽÍš1ÐFF´ç­NÈçPÙq]¨ -™Çí  Ž0xeúaÓc½Ä×y¼Ft´ôݰYòß*›I)ÀÃ5º oT1F~ë&ì~ûyHG9,oô?›µ\Ìã!:m#îñLëd¹--ö!åme0Õ÷Y(dJÁb¶o¸B<è©üÕ¸ AÜ ªpü·RÂ!°hA£]V+r;°ÔïÉ÷2žŒÖ{B}‰|ŠHïª — ÙÅwÓ1Å`Ó9Q01Q^-&-èèšh>J05GC´‘¿@d6ï1á×2¨…ì19ôxãNùVìââ~á0Ó.Ùú'€ªä‘ˆ_Ék*éCaIÑ‘z–G5ÒwK¾q»¹+ ì‡ÝvÐw«™‘Øw©§@…™®µÈs• ¹&‹€LÃÄOŽéÂÝ*[9‚õÉgÃuM†pûœ8cø»'?.3k‹6Õ+O§}_’l˜ÐŒð–lU¢}iÚØoWrÒ^[ü2ë—ˆ­5¨3#IïÓ_Æj@»ë–£²ÆJÃŒú>p[ŸS1söºjV¨4ùèVäqÑ÷~tÌCÝŒU;´F°$¿íÆáЉ/ZudZkšË~ÁðÁ~fÞš<#דÐÔAYU ¹·ªpsã -A%»/¡WyŒ: -wNJ¨è˧5G‰k½*§'h–[ Œ=¢qê/ÂÞ9«ºÍäyeùëÌw&Ù¥Jî%Ñb ¶¸Û‹f•² à”Y×@J7#ø‘ŸM>t:Véþ´ãH“)ò¼1¼ä!”5–›{—·½ÚϰÜ~Psêü!©Ø43S«¼(Hñ6ÊVEi@å\O½Iñ2ô‘.ð™´ î-,yÁP'®aõ¤ëVôUPSž#@ðΨV|uÍ/ -€»¬k½19ïòpë}}«.Mf…qR"c@]Å]®ãÑöPïià¯M>¶Às×Ò7s \Ó‘¬mظ·6@C—•àļ:9_8 ‹ÛÙN>,?ÃøI‰;4a”7 !O®!ЇŸ_|pÚ6»J½Š1QÒýÅY‡j ì¼ì1F¨Ä,ìÍ´UdDlÉÃV/66—‡¶™#P·4õGN *Töe°©ü@.ãkR—}£½ Ά1È Èg\ Ñ%Ë–æàá6O05E]mÎFŒ©i¼¿ürdz)3ê¸È5F9@w%½ýA¼ô£¤'¾XœÆ{Èu…Ædñªqˆã­~ì× ËWô¶xVC­?Od±0H ZXß±ùt¦35=xŸEgQǹ‹*í§V“*¹ì/Òý¯jdNˆ0Ì6¾¯À§Sí¾µÈ:ä-º´§§ç­3U! ÎsTÞ#nžÚ-oh™ÈYgh«0 -/ýÈÔ#YÌa†²šâyEØ0²°HtØoš­¡Eí²B£g"m€*­î -Œé²»p5Ž6qE¼úÒæèà’Br²_˜q°ˆ¶fËyÏíÒ¹‚Õ6ë ¬©Õˆ>k—’÷+ -òq: -A:óR#iØs -Ÿûèºi¦·faH=h·¹›ÌîšÇ–»6E·Wè¥Åªlrþtn_¤m%üÁ.àþÕ»–)`1«ö>äj‘ÁìfE4¤XèCöÄ,…šø÷E³¬Z%Ü`¿“¥Ðróã¦ÉßéƒÎ÷ cF€û‘YÍ@c Š1{äð|úØW„™gM -3·QÏwÚ@¹hu†Ó2ŸßMÊ}AMÈ™Ó8eðq2 -˜üç'Á¥w°?g4Ð?óVö"y*ù@Ú‡uö«%edÝÈ•Ìe°¦½ê=FúE–-æ[Zr„/}7"P¾01/TÝ|ò¶!ö*ræÙÕù-®'T>‡Ýn"pý(Ÿ¤õzV‹¾˜ÐN“` hTÙdÀŒ!ßÐf]!Údm,e'@°ÖŸ&²T±°3©ÓŠ÷ß¡!e_eÎàÆ.”æmUe2žŒ)¿õ´xmç^È7£ˆSZdïE ÄQê56š) )—šÉwû470²éj8•ÛXGÞJ~³¶Ž2Ä7Uqµü^~ΈñÙ&ЬýßL¨l!XOÔÝÖ|™)h¦‘3<ÆyìÙ¡ÑØnà¤ýo@.Ôª<Ùun$߬_‘û%RÄa1÷Eܪù¦N¢8Ð0Sc„÷%RÓ¾%Cìv°'æÒ ]ÇÁ»Ao ^qç2¹Z€MÁÙštà.(žæz}G…T-¸d÷@ô -\Ñ/@Iµ&QÕÌü¤w8:åSèJy»gÆ-ü2‹ îùfŠw™¡rQËÛ‰¨×îä.¿oÄx‚®pö%¾1™¶¶«{7±f^Õ¶… ³UîUkærÅn¯lz&#tñ"ç¥ïÛ—5ûÌ9x(*HU¢YÝðªüæÃOÚ9º-܇Ê5˜¸+áÕ¿=·.‹ ¹OÄ)†yòX\àzõ½Î6îÝ!ª¶=';²”@ñì{ê ì{Žƒì[ÿðt…/6’¢ï=’Ý Jil{uÔÀö@­WºD‹ÛÈþž Тf1ùªQظv7¬jI§›LE³YjtÎcÏ…[™5°5âþ(EòC{8÷#²›]Käfgʀѻ‡R½DùZ ÇžÆ  Û („qGòÞÍ_”qDaÝT¼3UâM am±3¯c8Ûî"¤œJód±8ŒÅÕ“¤z"õ°žì€ãÛ¶í¡~;J©ó¾¢™©÷×þÇõöWDd£©¶µh¤ÃlFg“u³968ª_úäžÏ‚¤§˜ôÿ§O[Fmq €Âö:†ú_¿6 LF¶¦íd\1ÏtÍHˆÞrÁŸ3S˜òµDg¾ŠÄVÁ^lW½úµS¶®6÷…ªúôÕûóD–,è'xc‘p™ÂÒ…äÔ3”Ñÿ<×Yï©Û̱Ói|ê’ýœP)³>üx™„'ý" j¬ÐÒà×@ -›-»±S½ ³ÖDb]Q˜sëPeê˜SmW73ßM7cÏù"]=ÈÃËêÆ"íû€„??…®‰öÊÂ>^#džQ¦ÕNŒ¹³Ë„ƒÀÌó„zê†mž.èK[¡¢¿õŒ®²î$ÂL:¼Ruùd°n•tæùå×ÒVJ‹4„ãü äö…bÖšì;úP2kâ*35Hò˜Ý&f\AŸÙh¤‘+Ї Åe&vpµ-~õ¥Õi%ynƒBÒ5/‹Š—À¸`}MóÖäQÍä= –<$·”¡/¬ -ÆXÌ¢FoxªT²' -T\hU ¦ó~¡ñ¼=̳ýhwt`,âš*‹7²¸5!×±’ë¬Kªú©ª^˜,³_Á£Áp,· HóyŸ†¤fiÑ·RàÖ.EÒÍÁX>-DþîÚGíÌÏL)¤~J˜£ ~RÞ©Ïet~Œó¼€½ä#yD¼]z†hš ûÒ]Á]¸ºNß1£3ͽ‘„¤.C í@bmÀÊJyÅ æ!›jMîO74Ò O¨,ˆqº w8Aï)ä½iÛ‹µj ’è3KÉ'¨­ân³LV@}\væªcüuÅË?½4YuB‹1Åw,¦!‰ó2³ {¦þ{:(ˆnH¬h þfË;ŸY1ÒßÄAw8‚‘bèmñ©@Õë?ÚÈ<7ôHuÀY&/B *3¦û ,«v~?²!g>+æ;¼4­ÙbvàL4÷"÷ú„SÚ2‘¼æuNÏRêÒÙ¤ GœZ¼ó½æ¯È‚<¶ç^”¿[Ó× -Onw_Â,;ÏŒÙoöß¡'duꌪ³©cŠh{ÿzþ  ÔÍÈR”êÜ¢f ç}7S¯HC¿qMï®ì¶WÅãë2 ]Z-SíQ! -ý·‘M¿ù‚|Ù)¼'1çWóÛÜ ^Ÿr^f;Cà0ð:ƒ\#5ÛÙ¦ïˆÝ…][¦‰Ú!0åÑû²ùBQ%q†O=,.ÌäÙ‹WÂNŽõödË{_äyòÜ\Ór™~ïR×à@ģȦ^z1ª]wWr%äQ§Í¨óÕÃeô´>½¡çF µ*G²«ë?B}šêÀ@ÄØ‚Nš Ÿ~Ý7™™ûÓh [€¡·ÜVêÂBc3ÏðÒïd§E äΖv„gõ¾©¼÷‚g¾¸ÐW32«ƒ \#×5½+Ö´><-“çNÁiœ>ØèÛ€*u–B-|)`pßï¹ÔxŒUï´Då~y¡*{ÚßA®;[ïIø6Œ÷1yoºÆ¨îÙerb‹nJ®mÍÐDœ§ĸw:³Ò.Ën„£5Ô=ÙÎfäÔÛ.|ø›.rlá´%×H^‘Gyxٞˌõ°ŸFÖ=ooƒÚm¦&º¶qü6Þˆ]+›eކq¿¬2Òuƒ<Ù8ª6‰½©gQ\ñ稗™oiδW DÏ+^tX#eÏê$Ho†³pHˆƒ¼Ù:GǶgEãeâV5Þ(¼Šc—lV§óù W•¦ûÊy´ã¹/!·Tw bÈmTÖN möýˆù?,É£ìÃ@O4„óÞ±eZ“Ÿ¸_â¿ààWj·î,|BÁ9„ãφC™c|ë òFá“+Άy¶Õ¬±†úg0B=ˆ×ƒ_‡Ý¶Óå(š3$Öª™ÂÝfz—9ÓçåEừx6ð©„öØÓX§Tö±<û®«™žüÂë§÷D¬)œgš™sOSñ£‹ûCvÂÈùÚë÷¸ ‹ø¦¤hsú^¥Ìh¶Eí\¸­TçÞCÔט¸³x®3¨¶–x>Ø k -96ÆzžÚß«ƒ…Ί7‚{”¢µð| 0¥«É“ÈçðÌ–ìqr‡I¨Ú2jNIŠLKa'ʨ}•æö4ãA;î 9«Žçãä ß༕P禀öÆ%"`©óu)A‡ úèD½„»úØ«ÖÚØ¨âv8Õ^Ô&ƒé¿ß~¼I‹;…ÐÅœsÓ6fú&§åˆ©ä¢àL4& ‡ù£XD5+…ÆÒŒ)Lxš~Îá<(„ìž+¨ºDf ÒV›—!?õ‹­"‰Ø·þÏÁQ­ÝŒè´¥è˜Õ]›Œ¾î ‚é -…PóˆR8 ‘ˆ‹éÔíEðSdg;AqnW¬©”¹>PoÌ{ Pîê›Ö3ñÓõKº@(l˹ ±ncSGºEªqÕ¤l<ÕxÖÀ>ªšÆF¹ýáôHw6²'€ -±u - ©‹–~®z5¬AÞ¹ó›óˆÁVKaàeŒ‰Þožj<¥gñ›Tnb+Jƒzêm…#]þ´Æ[}¸,}®bÓX€§òqµ¼¹#mqE&@;<ïæ>×°Á¹2çñÖ1ˆãqûYv'_±¿Ð˜ë¡ä®‘6=˜æ¾¤…‚¹‘:Hœ×é´¿o®ŸwÌ£ -§yµXÿÃ9ÊÄë=6 …;Y–ÜÄ/×0é -eP‘q myĽ-Ô|úqÁaf^ìí¹j§4eœj—u†>³ú_¦>Fºn™±Wì¹7!2doÓ:?;fÕ5¶5ú&)ºö³¨NpÁ•aï©]Ä”D¿å:&e(Ù#@ßÈm+/âTºlŽM¹^°‡~ÎÝñ™æCÄ>ön9` ‹†¨³–*‚¾ÔE–Fá÷+OBšðV²~I)„*í¼°ß@^‰»V™U¯:´ÿÔS2[”+¸ˆõ̧ÁˆvÝÁ7 §¡‘’o˜g„ê\[ è/«þ_¬ƒt›Ì™hµDuȆ/u¡ÙʬJ hXk˵8b]1Ú o¶uN³.’z’Ĩ£ö…p³U·zë=/æÙ/íähî™t`–Ѥ ÞÄ>Y¬=²F™äå#­Éîì6ý·Ñˆˆm]æp/©z›Iu¥½¾ ·CXh±0†(ȯînËŒM“{'Û¾£ èÙõ„)ŒÞ»Ðñ•x]ϲ%0ô¥Dúˆñ~Vâ:Á F•dû±,}øÖßåÿi–^ç­°6Î’© «fMê`„Ô°§ °ƒ6Êô®Ðž˜®iºæ ‚}“«4]^kؽérp0}Õçdž1­ªeq¤q?ÂMÜ‚¶§ÀS^÷IÓh©~­Y-†EHüÕƒ~=§ƒãË,sÀ|¨Î6ÚÐƵ‰ànö|Ù Ò6¡ªòÕ†+د9åfåûøSëÿ?¿^Æ[~”«ò[}¨Á™ƒ”"ûÿ)Yz‹‚Y ÿ?ÓzMñ³eD†1Ï©¦í) ¨gä¦7C>5´ØH~…ÊœÉìýÞ«oª.hºh¦«åÐ#7 G()H#lËa!Bnø#ŠÑF<2ÍLîùâšä‹÷šWH¢ d0gÚ¬ÖäYu`cp¼$NUÚ -$\¶ÍCÐë”/A¬êr * ñ{îùj4I”¥=^ Œeód¦º”–Qý°Q+HÉÏZë)¤×cÿÀ«µÑm9NìhÎB´Án!<£gAAT<¤ærðX«/62¦o÷.šc¸n‡àCjeôD®>ŽG.Þ^íyÍù8Ðz$ 6²tï½Ð+u øì\À„ÀÂè–õ4¶9lS…Í™¡ ÷¤–H8¡Áj˜«¤3e¿YÕœƒx(q_²¾Ývûž-wmaÞMdõå5® ¤6 H6Ì´ÈK}žòõà\Ú.`lþ UDæœÛ©ô¤–ˆ¬.™±ÜëI~jµ^ó§•V&ZO“g[¼cù^·m:ŠÙ#ÓÑÀx¸ƾ­ÁËa8Eæ?8Q‘{ ¡G¤—PwlðØƒ•€\Ô{æHú¨æêÄÝsÁ&ÎF“!¡üË¡5¶ØoóŸ-·°‰34–ÂYPü [Ó9`ïZˆ¡‹{÷W¦Ü,1ŽœI¹Ûµ\ê`åÚeÆåƒ—*šÃUL€¹Iw‚|jËñÊaz¡. Zäú9¬Ù­•Õ;v|kIxíf&Eóú4ùÎÃû±aËÓÅÉÎE·jòÔæ°.š´K{ÖŠOñ:zq¶[\WM`“dh© `èç1pk¦Õ‡(¶§âc§°¾×¬&Kw@«gñ\ûÙUð -Ï«4®ÆE/Á ã²éÈõJ¨³“®ä HmeÃ’ºRiO¿ð§¢©B›¤4L¹¬üYiæö‰xPsˆºL×J3g$Köp‰y¼ó½6Ù÷ ÔÆ>?i#Ǿbº» Ž[<ͧ'\O_o³QTá|­Cð!5G¶ øö.ìmÆ\á7øM>>ÜL‘y)s´iêò>ÜžÍ:"¦¤n²ƒ#ü}cežÍ½ éhºœÓx²ÉI¬n}¢˜ÁÊM ]Ó„²–ÝËWÛéô1ƒœÇ1½Et±îïA¼±éíÙßj­*ÏÆÈñ ´O®k„;®jLoð­›rAÚiÙv>ÓRk Æ)îEXM.f«íwwka%™AöëN¯¨gwgGþE²n&HÁ'3ËRa³ÖW¡4ëR²Õ!„(xÒçr× 1œb‹ªÌ<ˆ™xDài¬× -m"5E|Ü;)漏˜†è­ºæÎÌgn¤Þ Ò{û®7*¤q.Og©é¦Î$Vdß[o‡¤µ|¬¯ö»6ÌmîMêIšèù"`{¿Ö'30³›¥5OŒ‹¾ñ<”OåJ ×wˆ=!T€‹ÿž\‰:ÿ -Ãɪâ+>ïäUÔÓÛ«ªþ>>2ÙµïÛÞ¨œ‚z/kr[ÔÄ -ŸŒ¹J±}%Ú¹¥Þ,îa_£ÉrE®$E¸•.kTÿÞöòñiˆ Q£•T­;hdÓa>"äÌ$ì,¤Þ¸°ÉMcv|ý8–õ½ЗÄfÒÛ÷Ÿà^>BMIç þ ä. &<»ŽwRÁöûõ çqbsõ+Òã³Ü~;Éq§ƒìzKÃwJzƒÐ!epÎÁß:¡¶`sa~|º'Ö‰7?œàíí/½—0ô¦ § Œœœ!̓355Ğؾ¬?G…zã&ÔöKÞåè7|·8ÕoBm¾}híå£Ô4Ť -lÛTéñ°M¹u¸}iß5€yÓÑþûÞJ¿™ÇéºjÞÔÑʹ³+û'dzÿ÷ß>þ€ýªŸþë¿ÿãÓ¿ÝþšO_~þøëï|üøë_¿ûßÿòûÏÓ_÷éÛÏ/Ÿÿú+úZŸþëoþãÇ¿>ãýùëß¾}ÿ:ÖÒUÁ»Ûï¿á—¯?þòû¿þK§¼…»iøk>}ÿøúûÏ?~ùüÛ3ÆK¿ýÿÿíŸûñõ—Î/?¿}ýøs€ÒçŒ>çÝS_”WSПùôÛ¯¿þÙþš/Ÿýý_?ïZÚ ¢Ï’?ñoþøç_ÿüñýã—_þýãÏ¿Ð7UŒÛ§/Ÿÿüõ÷?ÿþù/_¾nŸXœ£â þWúúûÏÿ÷ñ×ÇéoùóÇß?ûøñÅ‹àMø…ÿªß||ÿüíã‹ÿÓüøóÙ÷Y~²ì3>Ðxýw?ÿòûù“¿ýò_—\¿ˆo?ÿïøöûß|üòñÏ_?¾üõó/¿»/šyže?ûéwûþùKô;ÿþñíç¯ß?~üõ‘õ¬jUšýC|óÿ<Øxª 6ËÌ 3{r²’2ÿˆZ‰Ì›Vì>TÅ»ì³ïR©:ÔÃu+\ÞèG‹_Àÿ¬Ñ‡a‡‚ÈÇËÙïù:¸›®tÁÏÅ÷'ï@¦Ïv¨˜ü×—Ðpï„¥HÛáúËM0ôE¶¬àEuí›Kãq³Ï)¶yOücûÄŽ{¿¨BË~$ö²î÷ªmÞ‚•êÄàJCœE(—R1[ÕÌsc™Í÷ÇǦgÀëê—¸ ¦©C3…܉x†0Ú -°h~›BǞϷ–¼(wzÇ*êÌcïŇ*°[ ½ŸÄ7ü÷)'~²esâæÄ[Á¹|“®e ÉÒ3µÉV§•Ó\Ž®!Úlæ¾òšq/†m¯,˜Êô"®%m®ARÃ)+Ú;ÏÎÛèu?1ñEQò©'œR~-9¤Ax9\•· {ÛŒ‡HŒ“T[¶k¥†!ƒoê,œÀ ÛøÉÓ*˜f¦˜ÓTó/_´M8õVÁê”q_r¤h¬ñÀ¥”V»m–$êóElÇPº{’""œ{©Ç)U¨» û ïü:yÏÝœ¨|Õ”Û¨4Ó`]$‰`ôôyÂêáE»0¢Ü«ß¹Ê†©' On]Ö’Rj’pN?›ÓxpàÇŠ%áÇQeª{_(U5@ÖfÉœëËSâizŽK—c»ô„. 5ùìSˆ¦y'd#Ù~BÊÑ)(ݯz"ëÕúÊwFÈÓ/Í$4)l?w%œûzdyÉÂq9âšÌÝy 2¹ ˜ÞàbBZ¼æà¡ÁêzÂôPxGûÖÉ{(µk¹’ëÜJ® ‰ûóæ¶ù0ÿ×–]¼Bˆ‹Vµ™{Æc"*Î? -_ç=^§6 §©ÚÈW‚Õ4Ü[§¡I™Œ¿­%gç[§KZzºæ(5/:ÕÝÅ-'Kʼ¯6žH= 'Z·e舌ܓsAêøê÷V} héê+:õ4`— m¤0Rf\i­¹é‰  ¿Â†¾Í1÷ˆ£í°¦D¼:LƒÅI`6úNÜ“”<;Ë™Õ,,­Š¹FÉUÿnëŽÏ?¯¦kÕKµŠÙ\jÞÉðÚŽËë;Ò”¡qdÿü¨Pkq× íoç³–iñ†MÕ%§t G&GGŠÞ-KîØå U¿ê¶×æXH_ÓC¿ÛÛç€-ª6Gµ¦Ç`Ѱ õ{Óü¶@Z"CàXí€\ßÛ’ª¼WÄ[ïèz‰ðE¹T’2–‘Ñ´²LÚtÚ?´9¤UG¸œIwx!J¿ž¼ì)ýx÷ꃟ›'t&‰…F’‰§/Á ŽÓ+xƒ¥ç¬¹%ç1~á÷ê¶‹¼±þ zÊRÀÛ ¥a"’Ec²Ô£Ka¨ X¡Vß/éXyEÜ f#è¡2DÂÍTíaPÁqB£‚.¶2!aœ H»'Õíêä¶ò^6/š Ú{àS'½òEYÏ×â Õn{ë<ácWOçF”rÁd}¢3uU6_$šCóé:0òÎ…¬1eÓtR! iDØ£5Lòj°žÉ€Åšq×°yWFynÕf;OpÈnÌ2ñ„©jÓƒ±“AÉLÒ!ÞTY9ât¢¹<[_æJ¯¦jº(ô¦FwɃ5¬†Ñpã-ùjWyp\ ñ=*F jãl|&CÁXNyºp£ë¢²7c¤hþÞd¬ªæ€\¯X…zcÖq -[ØÀ -¾wK3’\ƒ‡‘¼5¯p‰k -w>ʰùéD»ð‰£#kZd ² -ix½GkQrC[²K©¹Pê A‹ÎYùÂÌýC@Ÿ çâˆa®F¬¦¢ƒêÈ‘–)Hb£œ6N4W}—ÔQ˜g1%ê¾êg1fÞÍm¦q…Iº;«ˆG^8hÒ‡[ä!ıñ¾Ð¤¾ö™†°‡{»7ÜÔ×sú. ÓthQ¡¨$ŽíìÜË™°Ziµnø¸ks±™¦ýg -¼tPŠow$B2UÆÑÍ‹ˆÙ˜pMtzgqJž®5qsO˜[’V"‹`ÀTÛÃ=¸ÜEpZh­Ï!“ûÉÑ´“Ø€{÷Ge_êß©ßJ—^Å·™ošËžS< ›3¥y{¾%w{I¬A¨ -$žÀ]áìè`eüë×4gÀ”‰éÎívÅC^{œ_mHöÄ&x–Lä0í\Î-±ì^¾íçÉÐ&>&lAE‰ûríh^c¶°gŠD÷ŒÄ<-’aW,ô¯`p®­= ¡@ŽW¦WlÉÆ¹…›ö"3%¶\°u;Oý˜»8â›B’µx[níUûP5wk÷š«@|@‡TW~¬¹º ;-•¨Ç™|¤»$Ä•Aiÿ÷£°ù®µ6I_ V{½1d×E ¾È™ÄNy–·Ï¨€ªÚ×Á¾Ê·êeÛ€,¾U|ˆp/J7ÛìÑè4•i¯Ú\X;ª¢à£ÖBÉȤ»+ªÍˆw‘8¦«Âf¿¶¡§8€&õ¢1œ½´E•³HV·Ð}­d^c›¥#l(ÊvzÞ™ Äb<¤YO.!¶\›½AN¢Y%˜“µ1{2T‚Ÿ¨½Õ!+b#á®±õ°=‚K'Y*. -ã=]µË‡•GlþF½‚s6ëÛ󶤵$»¨íãð -“˜ÂÊp$m”ºÅ”W@¦4[)Èáx¦jÛÀ&ƒo³ ;7ÆÍb’Ý=§»ô¤x -Õ ay‘P0OÑy¤ákS$¬$:$U¦¹]3bîÂÄà身¢Ü¯IG׃ÊŒ¡ô0ãÓ›k‹ò”F«NæÞàÐ('ÅàË$²“C½Í’ªƒ^,F’ý"O=âdNË¢½yͨ­fëæ‘ò}:ªÞÊAíÿt\kÓ„¥•½dÖTàr¢o eò*\T)ÂlRæ³`¨ˆÈZÐßTƒa³THbì{Ï­.`s¹N§hÏÄÒŒ¢Ø–\\îJÜþ³ÒkÏ<£Á_ —³#¦ýÃ.ڧˉ‹vâòZ#Hs&—‰ÙNÑ…Ù錘ոnªk;–NN’ßájG¸åjÊW)<Ŧ5Ìã|:€–¬R²™»ÇFØïì£&+a¯œ/žNÛ1š—æ-h$}´FÛBRÈn×Õoýͽ¦Vxéwá4Ob̛ͣhƒíLx&¡3¹‹wJ6¬–ЍýºðŸŽ'áÙ=)»ßN4òÅ󖵩„r¾8‡á^q6î¼ÅH‘%JÛéCvläi”íðDÌâ+¼Æt'ªžÂ~m¸rd>OÂcaW8£¹=©Ìy(@VîK}R(©µ>›¡·R‰&ç›9†×v)o’hšÕ‚Ië½BbƒÉyÌ›nH|n—vF‰*^ë6ב¨I2¥¡´<©ì;µœ–ŠŠ¸ó2¤˜žzwãGâ8å:¥«Ë® ÏÐ#eêÝtT>—ÝwdŒ+UÜÖ$é/6_?öÀ²*^„'l M7 T‚¨Ö#ç?9Œ·©†š‰ÁÚãT.»­Ú³™¬2èîeï.Ùо%á+@={M¤L¾½öà -òïéeÍÄPX½Ó3o7x>*òL‘„n]8–¹qºí¤oí›Ù˜^[% b±<ëH_P½§åÊ5ÖíuÍ3ká_>Q¥æ»—zi›$lÐ>]/3-Ù€æÒ;d¦u]‰C>WA+ó \ÆñÊž »ÿC¡À˵¾€öXRŠi«‘FÉ*•u¦S¯eÙÝîaŸd¡èâmØ”è'i ¹bõz/[ÖTQû‘áѱ¿BÖ¥Þö‰6™o a,š5g¬ÊdaWëÿBÛÙxVS=·4ÝFR“ubב丂܇Çkø ³u†–¥å¿ŠÚÛ(÷ CsG][o­>ümý=ÉäaùhwJB¸T+™q@¯³à͆ â9ÖÏù)N›k—U’ -<\uëf®•Õwë@¼—½|EÅ:/¦b!¶/ÂC*0™ÄlMXåž™Ïl¢“Áá²€uiê\ -l_ĽÔñÊÊ,»ŠÿÆ0ì˜*Èw¹ý€cÒ='%N/DÕ¸kÏ䳫†úþöÞ¢MµÝcÜF-–$ëñ‹.öÜaS\ne¿z™ÜäÜuƒô›#08Z9صûm RCXrj] 4s­ÓzÔZ"I-:ùæ]¢·+(Ü3íÔ:¸\> M’çfß7kÆÂ^¢ïÔ®Ÿ‰ê<ÞË‘ aeëª&@é°áÔV%GÌ«°¦ÙØû»ŠqÂŒLÿ›ßU®š)M´•å¡dñ]ÛRËí˜*[õ¼Àq4£aI°2•Þ<zöh½LÂ6OÅù JŸ®ŽJMØÿ"Ë$ïÍǡi·v{é5¯©ÕIô -OgˆîË‹M†¡Æ–¯D=†¢j/½^ä¾Z7[Å<©e6¥¹eï5“ãzóIá’Ú¹ô¢uL’x®8vµþW ÞêÞB4ÒÔdlù&²2èk€-RZòŽz ‰º/MSÎ]m؃X…‡° -Ã)õÍlÓwö½ÈÕÇ›,`šø¨ïÜÕ#ÆÛôÌê?Ô¶ˆÏÔpW´T³EúÍîX©­ÄNˆœ¼@I5ÕN@¡k‹Œ…äÜÚ3h¯l‡Ñ)½ÞKçG–J¶¶PÒccðÎÉéµM…CH<  7Üu[¥¤d%({BƒçãPkñ”§( Põ ~ ¨Ó‰t¡^„Å£¤8£í»'É@tôy«Djnó¸'G¶aŸZ/.v¡þ´Û+¬ÊH]ì-hÜiqEÛ2LfìæõÚ—=Ã1TI¹ó0çì¸!±K Pú$š×vAn÷ÄtÛdαHC*Çúú09á##ˆË©ccvÔnn -©ÌMMI)cm»­s2[†ðBmÈ– EZ|ÓÌ1åÅQwb["ôÖ¨™ç§ùö¢—œ“Ç‹‡1)ApbÞP`ôöÉ&Ê/GÄC[–9Wí€Bþ:û¸À;jÝ\á=ýç÷ÉKwéÓãƒÝÙ¾*Ó k¯|Â~¯Ãu3VA§*«0øØ•é‘4fPx{ v÷ÆX\L±iÛ͹Ndåñ‰—Í]K~f·¦G¾ðn£€ÓèÔ¬ lÍ»‡G•ùbMýc¸Ü:yŤ·aè#ªÔ®óD°ø©g%rB[ª%æ:-ºXWØ´D廎õíf®¤ŒE¨UÆÂÎÞN¯È¦b!öRDˆœLkóvñyІ³°!…q»KÓh0ÈÆE°öAåÔ -œ ¶üšÚ¯i7 I‚~  «Äº{5SqøXv4±hÑz™/<^í6—GNw›Uãs¨ÕÊñòaÜMgÃOÔnóŠ…Ôä¶^a“TäAØTéoðÐ5²-;¸Ž’äKAs+yÇ4d3+OÆmv;êáx©$5¿ÌýÕš`‰®×BÖAô¤¼‡²*;ÐüæóH's´b›çÕØH*dÃÑü'M!þ;Ì*å$ªÞpbM˜nãÕæÜž±â“ U%Ž×©cJreoc Ò$LA‘㦭ÌÛ÷¹ËIåhx*xˆ¦>§0³¨q2žZ#h¤{=­ƒ&ñqçÇô!µ—üØÓ<$Â߆rÐdž5ßAp›p,F¡½S‚³•,Gž_w=‹³_%¾÷ΫUdÙó÷½Ýô™¯y³›ÀÅ–YSSŒªíWNŽ›ÞºR]¨„°Âå°²U†“”Žy_,ê¶´mOžÇʈr'Ë$m+1§ÕÎ]ô:ZdK¶Ãî8k.$Ðä9–¿º‰Ti&"Ê.ÇÃm—`¯}ºdö®âTVãA =˜o‰ønÏܨT)Ãu3V±$‘ë¹?ÊM%¡ 5½ý¹Ã5ßõa¢FÁfŸ8ÐìL— mч4ØQ¨rù.2/‘" ±®a5ª‰mÖÑFõUÉ[qšs¼¨TŒÝ¶MÀÚDøeÒ®KÌÒE»wîFޤ ª–¸IãBñH[ƹƒE•ކFªÌ…W)ï0Y— ê)±î@]Úá)¹p-šoK$+l”óEëãl8F 1b@‡~ƒ6u«Fb;cÐ]nM]œ[`ËÁB¬­³/ -[ -8 êH&ávû̲éN>À°›0h€š¹öÓ±x$G»M\õ&î'jòæ^©·÷†Ô|©0»?Ìèã)vÄæµ³"‰š»£w€\=ýaXÕü™hXC=B^ IÌP"¢¬D\%Lÿ’æQk(J›“,£É’+”X¹+sXVHÍržï d¾…$z¸ô‰én:EêˆUÃÔØ­Aõ¨Ü—zL—°InŠF-.¥Þ -êÈlù—C»:lFwãS%kæu(çâžû²öt -ö¹ï«Æ`•<¬ÅøšlE`×Ùò³cëz£é`È5#ݠÆÅm–»d26t*ÚeœtBL¿5…áñÌÁÜ6÷µ:ÆXŸ£Qøãû½ïÁj„O)¢ñ°,&ìÚYV8å^|TÃ["ÁÞÃ2nzk¿«½T¢âÁÇäÿH¿šfiî‰;Ü2Loíöa!ªB²‘ÖE‘¿SHY$?: ‘×…®0m‡˜Ï'âj£RÃ.u»Æ¹k‡‰=–ëB}f›ÁëY>YÍ9äÉR`Ï_–cÅI(¶÷¡·ågªöTLÄŽ¶õÄðèDÜðÓ±Q†ËoO bãq188ŠD`[8x¼`EYOu[žØ$#ÅEæ$;DµŸ¹¡ý§£æ:Ü'äLhŸkÓŒÏË¡ñdw¤'à‚·|m<³ÅšT´±Wùù䶃 OÃ}º3”WÛz)¦ƒYÚ¯ðÖÕ;²q„zS=´½1¥:RÐnc®1 ýlˆìd,v“} × {]`ì‚Ý3zN¸›J畽·¡#éù©ó€ožúÿDí‡|ÿ"šÙág,Ù’ì°Ôê}¥ÿ»›ÒþRõ³åuw¯l=³ø—Á -§JPÇ^ËïÓ œuCÑ:OOï½½°ûà€]4ÄÒ‰P%\fíT¹h+—ø¡¯Ê‘!ØYeáî}˜q¤ !LÈññŠs±#±qm>%¾¢[¦› ùR¶Qà&V0?\Ýív}PŠ_™¾ )¹Ò_ª»ìAÒdU\ÏßÒy–[á–‚×.åMh¨jãÂOQ•&Iai¢ç[²¥°‘Üúâù¢@™‰¬OS¤DYÇ®mØeÚäŽòðþØa&a¯yÛ€4ŽÛŘKÑÝs¨rÓ”3£ß ¥ÛÅ`åÇi΋ú#÷ãà:Àxs{„ÁHý!MeèGóáýˆƒÊZµVߤ$_™ûI¢YwÁ³ƒ°Mœ47©ß«Ùád¶Ƈà„C†bR¾6 -†eZ±ÝoVJ;0Få~Ùû,õeU½Sürü‘UÌ5C£¿:ê Oº¡ö2åfâ^ˆÞqä:¨õ ?øÌZºd3®ÁïF‰¹+8xíf®Ç‘ yòqA=%žýƒ7–K68ç–énЦI@wG€]Ê é°ÃÏ š„ÝX‡uDoìâk†tJñÜ•:ïz—³‘f–8Ú[éëÖïò B؃œ¾X\4¾ë@;(lôºÝÔ#òNÊ|BómqëZNpÎÌ[{<ñ†¤+NlÄp4weç¹f) [ÛçÞÓM™3ß$̤éw;a÷ÁÃ\S¼ŠL²ãh÷j2pëqÏA4{6Âö0¸×§VÚ«Y:Ób‚çÞP{=”`¤qBLÑ$ë|,VÅFD|d2¶CúórIÓÏŒéF‚4‹žLdvÌkxó©9KÚ#NÉ=’ˆÙ4ƒ<ÑTUyj -ËýÕúxòën¼[>Üñ¨tvrHªÁÌú¼¶ýÐtкDV2ÎQ)qú¨i£‚ì”r} é®­6Q`p]\aŽc!@™îv;Õ€‚ç%Q{w«Ýù#î‰}œœO¬¯«AÂ\†Ì˜ÊÿÆgZÄ߉ŠF§É6Ö$z’ºQpçQ•j¹‹gîcm¶ÞQ¸ô1©ºo“¡E×í6ÑI|Ó±©³aCXWU˜Q…:ÿØÆ‘𗾕“ÿ–Õ«^)u5ŠžÒTÈo«g[îÚF[TÊŒt[É\Œ³Òàp>C•†Ä/¶·fÓý@ÉŸq\ØŒ ¢49„ªòrŒuìÓ MÖTK¤fÈQh©ÙNuņ^—'ÓA[³a>tJÆËn¢ÓŽÌ"dŸÂùK³˜JvnÒ±L ÑuÖ•¡aÆ(RY}/»ª'ú†{¥¯h4Ùl‰L×¥¦ãÊøúlÄÔ³ý¥U)ËöåÙ‡ cz×¹V#_ÍÎ!‘Ð^6ohú™(Ûu©ˆXI÷ÓTGŠÙY ö©†~S–wŽÃÑUˆcÀç¬ï&’ç[„ôù6i´ßÍóW9dQ®xM|+ø.Z¥Ñ”¦›X•‹™0Yé ¶ü È&¶Ž£Ña»xáµOÀu\¥ö‚¹<,ÚNϼ!Ùø]{ÃÀ„ÕÌ‘h·ŸZšÄk{¯k߀ËSÿº\ RÎRTÕ[8\ë®TYN•à?Ô¶²ÿ—t¯—Žù':¡w3^FFæ½ë{ß$Ò”àë1hÚJ5‚ëïw1t%’âšyÐÒP9˜{€.$¾.ëŽxS(Ž„¨óÙ`Ü®Šl£½l]^)Qˆ’4ܯê©Îº¢ËYЖ6ù¥vÁø ‹,x0ö3SµNGVýOÆ…k)‰«ªã¨ð š¤Éë~?©bmÒEÀÔÆCYwûb <˜ ë~{ØõòSf«Ÿ NT©l”‹šÀJƯˆt§^fRÜB Ïí7ÿݰ3‚öÒ¯E¡ßÔð2a»ÕèIK›æ÷¤²‘–H‰»X°å¾hú¿{rBJt$µOh×Aþôð›Ò+ÂíÌKEÍWY}T»rWS ØëÓ,OQ‘å,ðîГ @gØ-3D"…ÁñM›=EÜÀVæA JûXÕN6‡Š„eúv;4ûÔ>_š˜T‹à«Î½c(Ö+©&UB&¹Œ:ìkÁ2 -1^°y÷È£ T™&ÕZ®Ê_ikŸ–õ<÷ù.>(ŽB;OÝ0Öz¥uWZFsÞ¼PIì³(iÎ+A“ó ¶ÕħÅ»ÒоTÞÃòPOgUéöõ/lgLox¨ª<“PƒÛn:B¥å.È ³²Õõ»FœTo%¡«+´2v¹9†rë7áÿŸnu&ƶyKêr›%¹_Ãõ|“Xe–ÑPh‰©k/õŠSE]V=¤ãp6{8â¾¼ÍEìMo+ ó8V ×|èMáM˜Üñ‘‡:‹—ÿZRoâø¬Y1:¤_ïr&¨®P@RÉ èò@yº.S=|Z7Êrijª×¦kaeÓ úaÙˆ™/:ÌéHôN‡ âë`{S^LŠä ¢-=÷ZðË^'—€Ì"ÖØmƒôÈ=9$QÅ¥R¯ík>ãéÎqÚ‡ÙN|”ÔàÄ×­@׸VåBæ¶äæ,‚ûvÑL´XÆ5!là½È(d€‡/&ê´ -]ñL"9íôÔLë4œEªÂÃ2!A9ÓèÀ½5Wüòï¹! -mIÈjÈèµVûɤ[JSFæÜ„d:Ä c¡AÚ!¡£ÕÔ¶lCpñ†äÒ7xZgŠ)Jí‚&WU™xäÇŽ_ºšu}ݱ³ñ\ÃÁ&Ä~¯$Ú8ÂyÚ4ãH1Ew’µê(c5«¼ŸÆ+(’MÉRSMŒ°|Ì^H†ÅñUP¹ûdÕÊÉŸ„Û˜®VdèÒÖÇ&M‚Ò=Š[Ûkqñ)'~ŸÒ­wãû’‰µj÷î¾p³©Dï;£UX³K‘ƒ;ÅáÀÐ)ž‚܃Uwéáqí.ìÐ ñœÀw Fº-¡•óä-q=õ–Z„ -b­ë[±KUΙÚÙkW£ýØ“F‡T¶Ó‹}fÛâóáGN£kÝ¡¶€qâG¥-‹ sr¿LµïB¯PH&ÿ~0ãÒU1å--¥|ûàqAت‚?Ò’[ÕquŽÌÔY•/í¼ì”{¡Û&UY -±BYÛAZÓ6©ò´ŽBï¶¥y„éqTEO*´üÚ´íõ«á¸†HÆ€àV\qnWžÓ¹õv4‹¹­w…ª}ýh4†©œúèSöº«·)“^#&ȘÀQßV •ÆÕï¾í²}¿ð&Lá$â¬K£Üû®ÑàáÅÙ»˜*ÕÙ’ Ê/‰hFýQHÄmö¨®ñh¸²"€Gãš§’o?2±áK˜[Js3XÁà/8J´—ê'P\ˆáµ‹ßÜgŒ×ÔUòÉyrìf·=Ñôi`¿¾àˆ¤K«Jm‰zù±7Ðå¯ë‘ëý©DÖÐKã,4¬.²¡&Ž­*#2v¶û¢ÐÜ eXÒÌ«[=œöṈ̃)RÄ´»UKüߔ߱Q™ŠZ‡5̯=Ñ*Â0>Öª k—VBŸ³L3Žpˬ¬Õ—a"6áZðÆ>瀞1ÀxFóM÷‡Úå§Ñ¥vÔ+"&‰Zƒ«D“¹ƒéÀÅ¢ÃõŠýԯϮPzYK–©ÈsT>ØXÈõŠ×NzL;0J¼„îÇÄ Çbzº¯Ž=vYåà‘˜&™”ïÄ‘õ=¯,HNBýuJE˜®Ø–óÙŽT€“q\ -Êó}TÖÎQ*•l où2MƒO ©‹:îè“]¨qLmGT…%R¥Âu‡=ƒçÑÿÂíÊ­ÖMØÀ‡¹•—„Ôüö/ã¸YÒ´{zâZ✙ˆ¼ƒrÖ³™|õÇ6|é)é=£’J¨RØDøœ6gR§42zfyÜ•^* Kà†Ý+€®í0†\üY&›Ú@¹,%QHe¹•ª0oRm r'+Ê};‘x’ªjëÏßI±Vû«§°êÏu`²+Y–‹8;¬¸ÙæäÃ^6«¼õùPµ¹ŠÀúäMv¯?}­á§'³†,O#ƒw¹÷¶3ÏæË:û 5)ì„èIPOR˜ï˜²rB<*ß £ -e¾,ýΙ2£û²¯C`h€Ù³[ëiU-¶8ãLH­YUái<ü$Lß+ró(xèWÂq‹ñɃ|¨ïÇÍ-ãínY•–C%±^<‹0­qšžëHCòÒÕ”Q,ä ±G u- Ü¶”6‡þõ)¼IwTÒV2–öi±ÏË.Ã=7ª@„Žåɺ 3N¥÷G—#2ö'ÅâG‰¶ŒçM£Pƒ-#hUV„Cè°½¸ðfT ÊÍšývÚÍhá¬ßàà¡]M|•MÚÙ¢g_U\]á•(oåÄÆLË¢{ïé§Ð|ƒöFUU¶%A›-÷X¶ÕÔ¦[¥àëí¯;µ%þ°â¥µƒ8¨™ÁìÌ,-®ô`k;— iö÷Æ=^üƒ8jÍ–}]â¤e5] K¨ªâ”΄1¥wEíA¿­*{í d»ïia8ãX¹Èñ¸:Þa­ìÔ¾„Ê÷‰±É¾^Ë<ŒVÜÉ!pOF8_ÂúF:HÛlõ&Âô¹+\ñO®jªêž»GT™í~a6 íšE˜õké ƒqRŽÌ·_±sD­lkãsU0pumk‹Úb¬Z‡†GsÉgfu­Ÿ0¹ÈŠv‚ñ} úß¶;9(µëáN8}$lÎHŽ®1í7Ê!Â¥Ëîåñ¶M0+;\“ð.ÛGMN„N q÷Æbn®Dì‚êM¬·œÜªÌ-Õï!åYsåÀ³ãIi´CxŒÔÓUÈãÈ89J³̆ú'ñ8Ñ*“HoŒHÔMit·¦¤H¨â'N×hâr máÂ"Ñn×תe‚•XòU]0\§î7„<\yù #áˆÅ81{ðÕsw¹„R›#ÅeWÀ9Äε>@ðªÇèV­Ÿ›íÉÙUG“îôM¿<Ûl¾Z™Âã„5º”ÀŽÜq锯 MÒÖe*ExŒ6»æUÄG„#çú£±¹'–2f±0@š.ÁKÚ®É9xÕç¾&ÁIýÓQ‚Èœ6†˜ŸqjŽçÿYª°Mìhé½~£q…AÛ’4î…}…':Dýt„Z–ó9Hƒo<ªýt ÚTH7©÷ßnW.ëi> -Ia#±q‚+–G#!ÓýÊ$® y œ­PldòšÖ+D嬿ÐÄeÚÀ«maYéPˆú”nØÄ\fÖ#3 ÒÔCÛÞ'Þªx=ç/&u(Õ»Ú«¤Ù¯2{ºãƨB叨`›È¼ì¶\gˆü–^žc.à€Zù•«!œs± âk4·cÇ¹Ï ¥©+dÖ –V¤§®»9‰?”~ nŽ2°WI9Ì:Å{ ã¡öd„î±ÁUΫ$dV;TÐ¨í¾†Sc›ƒ±lõRÛ,'‰M¬VŒ»C¾˜&B¯´ëWšORN38Öx@¸ÉzÅ=¶œ·Ë¶BpñbIM‘†u1NäÒujn#NãFÒÃÅËtÑîGJ£7ýå5)< ç¦cóÅ¡3c -5çy:~=cÒo!§ƒÁUÐ}â[ôD(×ä(¶ª}¬"b‚Ö-í>уtRUbq.@»ò;”­âZóÈ/¬¤–h"[Æ”‡MâytYš"s¯TÙÃ"zÅóæ mÄ:®`àĹwÕGÐtèÆFÛ, –õ¶Åã¦p÷1ªdëÛq"­}jRÙ裯°] xïxo©›Q*MRY90EüâéwöFR®#Gu£2"ó8ne²ûpZЍº‘çðK² ¿jÂsÏPæiÁNïõâ¯@Ƚºå:…Ú‘ Lõõ>¯¼'Q‘˜Z!L÷ñᆮþ,ƒÛqŽØmîHXe;™./ u—1 -‡wÃRL.ènH,&ë>]ÖmZoÎôΊìqžŸVL-Ul"ɕޥÞ(áNè.ò™.›»ì’s\ÐÚ£µ;¡=ä,ëeUˆb™D™1fctÝÖCT8xsVè¨:QøPçÒyj]kÂãºÕh\“ˆc‚urtz A[‡HÒû̦£ªBƒWZ”9u@1‘Õ@Sú^<—C»¶ -•ìÏÛñ1û+î²°’^®¤²e•×MVˆlˆ[~ÊÚ‚éã»0‰)³^:ý4¯k$»´"ð" » ŸâÞ˜Èò†¤™ÚŠd,h&êÕ¿åƒÿükЯøå¯þö/¿üùÇ÷øòý×ÏÿúõóÇÏÿúË~ý_üç¯zâK¾üñõûÿz+¼Ú—¿úøõ?>ÿˆÏ|ûúí¿ÿøê5°ÎÈïñåO?þðëÇç¿~üü¯öÃìÐ?äËÇÏ?þð¯©ýúÇ?þÇÉò+^œü /ßüÇ¿~ýŸÿüþMúì!å¢ú‚Û|§/üúÓÿúãÿ}ûñûñéÏïÿ?ËüE¥ Ÿøxá?þg‚kÍ ÁªøJiH…i]Ölz.R' Ì?þÏ€*"Ô?uΟrõƒôfSo•ÿäý)y'u½ùhìQÆçí…ÿw'º¯ûq\Çq3Çiì©ÇK~ž©·øóK¥wî-aõy~ÞÁw’íç¹yWÞw72în츳qg÷ -¸»qwƒãîF»3înh<÷xþ§‡ š¼m¶ÌßšàOYäU÷…ß~üúíÿì÷ÐD²h_WÁ3ºàû˜}Ÿ¢¸µiÜA8¹­yü„5ð™Õ;Å"8°™É>ÐŽOÇùç߯¤¨uÄC ½Â|³>}¾BWIÜÍï8o{5ÞR}vFº'Òî+ŽÇò=©*foSúU©‰2^jÉ}xXÎDê2/¸ýk•C¡GD͉nÞ†–¡é‡H763äìõ•:y‘_ég·Á‡Ò}&Uè­~cǰ‡¸¹” -F2£šf+ׯ»$ØW¢~ÒWPÜ·½o©¾Ø#‰Vð¾{EšH¤‡Ý. J¡3wêC0{¤­>ñÞnÃ#¡ô|ÛËý–í]Äa’ÐCRdãÈ‘ ÅWf°«~Ü=ÊÀ§¯ÞqÐ1åÖ÷ÚNóƒþÿQu -Y¿Êæÿ7³^Úð‡…’WJF’™ ?ÀÓ'¨aVgq½[Y\OÙ\ÎÖÊîìNv€±ô”¥Têœ#+›Û“MXæ«­Þ/‰N8¤“ٹ͟ -Œ±M—a{i½14ÚFì§,4§_éÕ<ÊÝÃÀA-y 7ˆüýûý®Pj?KîТü•`pUD#<ÅF¸Œ¥: ó>ÃáWQÜôÀ>'H2Ë!"«Së6Ñ<Ó^˜Y­”ˆ„n¡à¢f…šõôÑy킪ª=O-fŽº§ÎðêìÄ|ƒbÑÏ^ïðuˆ^Åyš¸h”ÄÂé—QsÎþ\u˜t…AÕíÛ…÷%~ÆÉœd ñ®ª^zTR -×7ûðÑùÍ?7î±Û†}˜é¤'€ò–q««5ì'Gf(è#Õ*ý²-í„SÛ0îlÇ\ٹ̕‚š.í0Ö£h*ý`Ftg0µÑP)Æ»=ëp:÷§ªqû=õ -ƒª‡Ï]/á®UñI³¿A¢œ ¤˯uhm( -Z*#ö¼A<•ö‚°½‹ÙÙ]èÈÌ63=.¿ÌVfò̕ԥͰXîŒ9ð·Xw8õÒ:.û´ -]¹ƒAzAoCÒÒdI½„– -zQ½ÖN÷#ÍÊíReXº73™·7”˜òÈ:¹«Ó»F°³¦ßë!ÒU/ÍJÕ<zmæn-ôiEýJŽ'Ø9­¥Ñ+ìôEëà>ÀõÄûzÆ©Á{dÄd¬že‚N§Êrhô %m@¦wo,Uµ<<Ê Öˆøl׸T@L|ÿÁ¨ ªÏn}² „O‚†Ögò2:f´*¹Û a‘È9²`@š tŽp½÷^ßì] c{0PȺ]žjyE°ó:wꚊÕ5îHêÔúMߢyJJƒm_óZuâp“"Fò' -D˜´ôË'QoCN¢ç -nN^~r´òò¨€€¿¶5ë U%r…Èë"L¾ë?¾qqgD*ÿ(mIadngq|ΜFG»­X·›(ôl$kR5ÔR\>P¹"š¿{úW/Û×Ñ£ÖU’ŠÃ㪮ÈÝN/m™Ø©ØgD&øîûÍ]±å§SD‡¸W‚á#u7 ¨Ñš¼Ì×/?½Ý^Mš+ØY湚1ý -ë[ÃÑ——ìòXWæ‚Íëß“Q•É4ÎÔ½ç9v¨V‚áN—äဲ -=WîkÕ*\"NÕj%š—RL¿Âàêáò¦v;Z£‰¢ÅykMßÅŸq‹bçü_|î`ØêÄà 7G$¬ûê^ÞéÙ/¿Vm“>ËßÿЃ‹“—뺪¯ºÐ±™ž78Ñ8k…Þócðþw'hmp§ê,ÿ#ðTXæX$rŒ>q[+e‚“ üE6—µàð}Îv\Ue‚:  -#ÎCŽ9—ëmä*ú|¡ÆbU^º–nAÝ„<ÏàG¶î7ÏÂôÈssM -¶KˆùP¥¥BÐó-y’± ùžr%‘ 팥‡NPØòà:×3ˆ@«zyØÜ9…Zž„£—Syu2¾g™Wßt 2{þÆ?ÞÛ4c™×°¶ZÙZÖQðÍ`M¡¬ÉHìøjiÄíEdèTV%|4è1[õXÊh„ù•=;„™¤]ÓŒçxýSßé>çW:ß”¼°ÑÃ}]PŠN­R~¸ÐÝà—sé'%ß)Ф£1—à{‚ŸÚ’Aõô"þÄm¡¼7Uo -ë(yÏ|_‰TU‰Û±Rp•K/]ç×òŽÑ…EÐ*šÁšœ±Æ½#Œøx—Íë‹ÚÃk ô5w= oÕ -/4½˜wîsÖ½“:ÉdŽ‘ÃZ} -»ÇL TƒñÍÿÝjİ1‡°ÀV®³®‚÷«ù c¥à–>˜g} ç6®/.rœÑfz‚k± LÒç¿üäô‡òžænöÚÂBûÃeëôŠ’ª½V+²SøvŠ -®_ô‚™¦ïT¸BÜž>ƒ•6Ljפ^kÄi›¹¦AmI=óÃ.ü_Á‘¬ЇKÛ©9Ú®´Ý ·³nŠDK&KÀWësûœx…‰U] K:vW‹à(F¶1×°O^{oƒ¯7Wa«`{ø*C­mÖºº;ÅDowÆE›Ñ¡”R©‰¶‹ YÁÇä#gbõ2‚F$*Þ…ìdüGy@¤­öA­%2ŒÈ”@ 1†Z½ý›ãóÌŸZ ´!#ú !Ù9=jsÖj‘ˆDT?—§4vþ^®DLºÂĪ.0›¿[Ÿ¦¡±!ÿ…ªB(S&qìz m5èn!ÖYÜx!¢ôŽêÞ¹2º…hÖ” ]$Œ "S âÚÍHa‘?«Dz”åBc€ZUßmÔÕ%’ÖXoФÉx?² ¿-ÄÛåZÇÈß:JmÊ/ -30¶[ÓzóÁP$ê&Ùt-®ikñ»¯Ö¢á¿{œ7®´¿lÝ@ -ò·û:¡²áÇ4±Ð -×¶urŠ(ôRHvM»k­ùU ò”–‚­£ŒLž‚Pa§Dâ<%³ŽHs€æïÛT^÷~7ð á‘}æ ·]è^„ÇQIx9üŒò eÃÔôÊ^ðºBì5Ýšn¡=W®(Tr}(ba) áFR”mös¬š‡ÜÚ…§nöð “]/Ù³g‚*š9ªSkû ™ µ¾íZHh A±‹bÿì»zH^úU¤¤Û¼¡DÛðÒl™™qñNÿÇ{­ 0}6¢—îîWgêŸT¯(•À¦þë7kÛ‡å%uû½ÖÓ+{k81»Í—,åFÒݳ&ñSOYA@xc,Z9ˆ å!b¸íbýæïUo9?ÄîjÊb¯f+¥O[ódëB‘•ŽÆêЯÖîcįcÖ|ìd%W±m)S—ÃÅæîmÏæöZOŽe\ÆN™9.7âá-ÑÏþ[é'o 5oêX††F‚1núÍÀÑå^œñµòówbžF”e–Q3j쵸Óæ—ZÜ­¹P¤…_‹Ìë åjÔ‚JnÑ%°µ“E„o€e^é¦åbïe†€cËÁÒÉ\m3Ƽ³Ã Ðàô‹ØdD€PÔÕ -íJ‡Dà:kÝq§dõqg¥Þ64IŽÓ÷àþ©¢y¸k&¸ %—HzÎ#ú]í’÷s_épðÌØ°šÙ÷DÑ[iGáj÷AzbŒxPcׂíwÍ"†7)ÎðÖ/×–Žð;¶Ë©5è#ö¤äq´\Ž|¿‚­g@ôÜ#îú -زa¨Æ¸fϤë›)ÊBÉà|{8š÷VU¶ÆÌ|ÍPÚ©ˆú½ì7*ÿÈrµšAâÀ‚‚Žñ¦'XÑ(°ÛKTÐ…vÝá]ÑMË®»S+ÞTœA[ ú¾Õã뤂¼´Fyo LŒ®ž+Eu³ã';j®´B“ -~yí§6yÍ"§‹émŒ•Yìò&UÉUƒ|ɲH^?Ôúž Nlí•®i¦Ó™ëéù?MéÝä)ñÝØuÛèF'ŒžZ?Â7£@Ë¡ëç=) 4’Æn !॑óî®qÑ»P<ê/Ê'SõmdÂWFô–<°kìͶêM!{Þ¥‚|ÝY -# œ¢%ç0XAŸ4¨'‡áT/vT-ëFù€¶¤{«f¡ïœ¾ìÒÊ™%Eóæ½bŠ”ŠûYÇ‘uB|7^g!€ØÞû&g4~%Ûå“mSfbÞ4våҲߥ”Á*H¦v¡·‰jcôÄ+Õ ÎÓÈB ¨ãÔéEˆ jCÕæ 0OÜS÷#ïjêäÍ.æÀ¹°Hô$dŒ^Aò ˜·2Çð깎kùy£TcU.þ_Ï×=RA­«ïÃÕz¥±}Ûàamœëtk†Ôñz/Þò©}΂섦ih¬x -Ç£Ö ßÄ…õæÿ¦|ÁòèÁP•kA¤â.¿ÜÇê¾Ëýª9 -zè¹ æY  õ*ˆ-®î.S6ñò@<*¯µóVOæyV°+2p>¼Í@™„ìºÞE>Ü©àf)ÛFl ^:ʃ‹ÿúy×#ŠF* UaÒDÓCGŸ _†Ï¦Ò};Ö·5pñ­Î{7ò]vµOoIÙª¹ƶ˜ŒÕ—ÙDé>G¦ò·Ì×gÃ7r_«9’O§_FU×!ƒeÇìÉg™iàÞ*³žQTákM}mÍCõïZÝç¦Â 1Hø Ö~sÄN -h˸æ™kujÖìßP8x)%9(~§8$ Ë âá³êŠœ€ÎÒ\ -þ¦«ó@-™¡Ÿ÷vO¸ÐÕàg4>z»Ž3=ÀÛ~Qkò«P÷|[ÓªSe'“†ÓŽÝ÷Äž6‹f(+sÃmKq§Ff¼ªN™WU%ÕvjÜɦ²W2Q¡ª=½”žl„'AرÛ×”}¢ ¢Ñæ‘ öÃéWÑs3¹@…¿§–0‘ÐÐ1íUÛG"¼O_zôNn MêQ§9®’|÷Ê ˆa®$ 4¦^a`õ;>—Ñ»‚MT9#ÐùK³ÅrIÅJ-’§;ÙYž€Ehm³,mLüölL™å¼ÝB ‚©Ö›Ë ²‹zR= ©õÓ¾Xñ¶*Ý3ã­^*·Ÿ:M¯§wQE½2ÉWX½4ûêˆØâþã\•Lß›‰‚XdÊ:Á?:~§¨¡«D/¸Ô^ЧjÝ%ªGÚ„”9´Hðß!NÊ‚Öû7œÎ`ÿÊ&>¶ Ç‚n4“UU‘g—ùezã'á]%ÆFðW8ˆÓå”å=Ñ ´Kv‘ç®f,ß_žpD_DªÂFÊIÅÊÔä¼€ý̵0™ Ýìå9#®|¢­îà6CE7Ÿ6†›7¼slŸƒ‰èåP5H·|O<À¦ Pk $«âvk%c &du­{¸jí?uï­‰=Ì-hûÆ%©ÔýÒ¼o”&+ô -œØÂB¯ -©kŒÑd–äãý Õ\žºO{,2³ÞP«=ï¦è×Á%e/å7¨5Æ ˜Û)E¿ô§ÐabWguÀÜþØ· bÓç¡ù²EíÏõ,P{ÓS¨IÕð·ùI÷4CWú°Ÿ -ƒö³¡I­Æaêk?¶Lp5” ¾·<¹€øK»tü:MøÉ´¹21ù -«—ÇNÕQaψ€²ü­ˆ/þ÷G<2ñˆ/ØO?etÍŒ7_!¯¿oñˆoدÄ7Ѿì•xI̺ò<Þá<"Û©¨0Õõ,šy —߇Gü†ý¼‹¼å¸-½Äyc¯]²Š£*ÿèa&‘‘íAr˜òÙ–c[LÆ ¥;À\Ù:&û1ƒÚªŠY_òÓ_ÿ6úËÞ>-|Go S(woíµ ·àç³¶3‡‡{ÓŸ¸Y„#„AûÚ,%ç‹ ¯¾¶1A(ÆSÐÿ jX©Uuf‡ L—¢Oõj.ÒÚ>?'ùyÿœöIÃyf¤Eò¡õgöðí%°£)µ¬õ|Íïê*Ý雾)fŽ €@~2x–”};e¿:j,Q“šI^º½rßõäqb™"8Ö9=jKOµªŸ÷x½D@î£Ì´ƒçå¹o©½Äôi!sSÅc)!L îcŠiG6$ú¾ƒÊs¯Ö%-¸«",±Œ‚¬=u8uŽW Ùn"S¨¯‘´ huÕ”î%/àZ§Wt‹‹hé¬äqË­S@\N7"Èb´oLKÖ_Ñ´u¨Ò‘oўЗîµî)TViX‚·Ñÿ4º&P8Né¸QúuÛ¬{ªd¢š:’ AüÉ'œ‚RÛ·ÓNBBà÷®r¸¯ÄêcãŸ$¢½¡ŽEÖêËßi±×Ò4ÐCpüc®-1N¢OýÒŸ©E™îõ0&F‹JJßÖ¿Ó#oíVÑ:2ŠÃ­(ŸÐ/Â*ç阓ë"Ü -QÐݸìtøó"K4‰áVƒ(_POç]Ѱ1ÊrXšêßçã|C=ÿ_¨ÜCÙ«J&ÏHp§áZ§z62Äc-SGÇïeÂÁ=FÄOHˆÜK„²”ÔÌu;ÂåûaÄr:ÔN¢+`Ñ]û#kîÑݵ…Ë›Aºï._Ãl§Cº±«·|”ï%"~C}ª¢¥ï-"Sç…Ûì,³ÿ%Ä{¢:*Yù(ª»&gK«ú€g’ñçz–ØG"|•rNXÆ…\“¶&‚Hœ8ú_ ƒà ¸Ö©Îλ4FC”¤Ib/ƈÎFÄ·!€u÷6­]®¸’EþƒHeÄ_¤„X¹4&Ó¥íè\º¤¿o§Yùh0s¶dR¨!Ë´gläQ ŒImÝNsêìœõ·ˆ$2/ô&ô^F±ÔFE¼„{å¶H Q÷$iíNR¥Õp`ñê+x }Ørè/êÙc­Ö`MìlöúñòýƒFð\ëTÏÕ-¾v3eJâ¤B\ý¶$">©ÎDgÛÞ³L-°þ/¶#"¾ _²Üºg¦IàEâdÄWŽ? ñ• `OÑ"ûÍÖKÒ Œï8‰ˆoÌy®Ü0úè¥k -£"A²  Ôɸ!ö-Qn¼Îac«1CVã–̽rn(‹«v Éu÷ŸJš ,Wz -H ÓO_ÀµN€|›+woQªbñ€Méflå~ïS¡Ÿ­»å?àçª -Âˈ}Ž£3'-¶2ÚïB!Ä_‰O¶º5Áz°p Lxª¡Ÿ<ÌlX X‚@2Ót¯Zq*Œ#$Ú]©Ò¦#è4^!Ï~æD¸ìYpþÂyx 1Ö‰¶~£:„]n³Q•¸½V );&i'ñ…M#ûG5¬\ ¡‘Qh»a-R}7ÛAgDƆ¶Þ[™û|9+ÔÀ…13ÌŽâ8ëÌ™÷3–´ì Gφå£ik%>=Ø °ùZ~C¼óÞÞT]àM˜)miAåƒAðÜêØÚ¿vW -Í®×Ș»g² -ø0}e!l±EÉ áº -­ÈFlÚíéòƒŸÆ ¾¦Ú»Á…åƒ/ŒÉré\šŠ`µÉ8:þ‹ ’¹›èéëjIèW¼Í®†Ù²Îï´W~ÂçIÕ]_ð€.ƒ# ,å¤ùRÕEÖî’Ú£LCÊ oI ²Þº– oœ¦îÍxnðßÊ\ãívD=ÒWå%´™³¯Ab+bG¬H´›PÞȽ#¥Y!™–7$úŸ E÷à ]¡:dæ®ÛNÂîÆ ÔÓHÚDM…Z¡NÖïÛKLŸë¼»–kÇb&íÅ *nÂt­læÿz -ÕkÞ³öæt6€S‡!‰vu5vS_ÁS˦læ6&vDdßÕÑyk•)%‰¼ áaDP8l¹·-52€ò^Š©–ŽÚ¾gÞ ƒªEŒÔƒÝDðÜêPX»™È"s¡-Ÿúœ;Pß·“Þð’ ÜL `Ö¬.{×uñ’ŸÈÁR†—ÕŽ€unEˆ…Ÿ«&9LtAË·Ù}¨:úJÚj'!>9Ï4²db1ñMx:úB˜‡Ã¶éÎy¹*&6 ÊM¸…ÓµШ[‘d«zB-žêûn˜Ö9`•— ÏC¢‰€¥à«”&Pó¬… ^ã= 5wíV§ÈÔ´|ÆÈ«GI*‚eXå%È«œ£)¤›Ít¸¡*ïéhœI¢H0: ÁÚZj7€ä_æåÑJàU\H{X^úüø£Åxoù¶nkg™(ÁÄ,âCI¥ðÚT‘0‰ìÂ’ì›r{æ“©–$æTíTQ_¾À³›æZ§:z'•¶ iÈ;q,HáOª—ˆö‰Bù5Ÿ–ð²ÍØ*KWѤ0v´# *t¢‰+V ¥¦z7ºÖoÅu4V›@h¹ðù½ˆƒ…êœ÷œõÌ’«™ö$z~ „• Z&¸Ÿp,"@¿„yÇx%l!€@Á•–·$Æ_ '!Ú m\)\ŸQp'»ÌÏDü5¾e(oè„èÄ»V"¬¦]Gá- P:3ÈD¯ÂÆÍN®—CËã+Ç_PSBXbexã#JÒ©í6é~gl²“\¢Á;Ùó¬­"V1€®“»@`Å©_Õøºíi-ÖgØ|=òèÝj -a¨m;G6ð½î4 ì©Ý‹¡à -ßäØòÛ|«> óMxŒžbèº°ÜøFt¥½û^;²£Ð— ÀiU“y/Ža€lë vf¼Nth¶kM6ã"YN‚A"4¢%{/å »·!¬cÚ.«×pù˜/óô~š¾jµµ$x1°3Ü,'M__·à(*JÚú"×ï…DZ¾Hc5ìÃyú|%cP (Ë8ÉÞ_8j_וíäÏp`]« •öÓ'‡+ÙÎ*.ÖƒñG Ó¦+‰ìIvOÑXvc=ènè˜H|ÚMx¾TÒU_½{0FذÝFulm[ûF ÖÇ!…: 7žJ–@V}դÿ¦oÎÓdB+Kо¦zÊsy¹Ÿ…Æ5˜ v‹ÀQÏDâvSd‘DÐ+Î鋉ÞY~Q4•Ir‹àPOùcHõÂËHMúf;W˜:"¢¬V„Ÿ ý -B·y“[×Ä’öÈMüÉw„¶P€éƒ–¤o ø~´é\u(,¿k¹‹ÉÔØW -ñ\KàVqyŠÐ CòµSÙÔy¹&áiÓµ͛[ »!ÐhåqÃFm‰ù´j™w”FMi ÐvÒ‚¾§ YÊIóeêÎ +gn¥mÁ±_±×Úrìrv7A²«W©ÎÞÆ¬Q²Ô*˜©´À)ˆ‰&îŽÏÈïxt«]…˹B²¹ü󦘦‡[…°øö~CB~õ•Ð&û €gãåßsõ¿ßºôÙù‘—?ÿúãòûå.Ï÷/·ûyÿòá#ÿxõéöx}VÞëòþùñúåoôµ—?¯÷_×ûíçÜþòüòõýë'àN5êby2ñðtÞ?ß¾üLíÒ¡rÎrùp>Ý®÷‡ëëQ…§ôÎq¹¾>Ÿćç÷Oç'vX:¤K~ÎÏÉÃ;^\wyýôâ?®}¹}¹ÆW=§Žr 縜?¾|:?œ/ÏßÎOÍg÷OÁ³]¯ŸžnÏß®Ÿ¸Ë|Ìó g¨ýî—§ÛõÿóËsôaŸÎo×÷çýñçÎ%öw¿¼:?\ߟþ5ïÎOŸÿa‡ÕÉÓü„ÃÑ…úv—7×ûÓ÷ëç7·ûë‡W×ÇÛûÛ—[Lö«æXþ^ß<þw¿×û‡ÿÏ'Çþ”ßøïo¯Î‡óÇËùøåz| Nâ1ÍxóåÍ××ò‰ßÎ÷Ï/Îû—çà|Ëú§þ7\}ý¿>üï§¥žG¬^cš:–õc<&ÝÖ¼Á ¹cžÑ÷sœã\äDÎ/\HâþöNÜž Ppn­Ž\±ê(€ÈË@¨zÕž÷V½ë/Ú“mÔ£'ˆRÓ¬'dß*HÁª˜:È% ¢r÷Vâ™Q=ÿ<ÞzsžÖ=£léo—ÿLœ|K ýˆZ9‘=á»DÇýyuG¢Çg´{.¦z)0ª˜2´<ôÿÎ Ó:CiEï>o\¤s“wè®úMÿÿ€X¦©Uýag÷O—*E•ê#.äY¦’èÏÿwùÍH¬JFQÚpP¸¿BSº+jסKU[Úä%´„>ŸÚÜ.Â…G8Ÿd()s·U…ô!sß¼¨ñ¸ë`]J -Khê1²B“"#øAxk?‡{Ù…Cbó^%# >ÂêZ6Ú#¹Å2!aÿ;ôuÄ €l‹Ü„¢j–ϲóåÚ¤ÿ"+Ø*2›;ZݩٔÈúÞsQ_Ûa2ç –Ô~±ÇFyÆ0-§exjpþ4ÄÂ|Õ³JŽ©ÞK¾Š×ü#}Ì"#·)ºY=ù¼”–«(¼Ä¥ ö¬aÓ¯Ñ넹JTâÍ"’Lñ™{Dƒ¬åÜá½9®MˆR´|n~=yÙ!ñQ¤Ñë(zö¤Bù‡äMuˆ nAŒÂ…‹¾Œ«N?ÄŠ*ˆñu“fŽb+±´¾úî¬ì‹ç舔‰¢huü FΑ ôúŠIù§÷gJmX…!•ÉTtÝ †kR½2Á7}þgbd¯NÁÈ*cÕ=Yæ^öÈèÔ†úš’*‹ÌŨü ¼jP©Î¡iÈ.°ôraˆÅ«sGÉÔ–Tqr”"ù[jc À -‡[ç½HÞÔJSwcÌv.eÀS0AÙ Rª:ÇM¤e»X¨™Ã&gIª"1È›]…£ïPŠÅB€Ðwu?°¥¸môúî˜îg‡€~(øaà‡ƒ~$ðQ,þ?üðCÁ?üð#bñøðƒÁ?ü0ðÃÁ?’V¿è&ÛNÈÚ~w§ÖÛþðÚ¥\ðÁÀ‡ -|ðáÀG z‹>@À€>øPàÀ>øHУøÁï¢kB9Zä7~ü`ðCÀ? üpð#À>ŠÅB€hýÓUœráƒ~(øaà‡ƒ~$ðQ,þ?üðCÁ?üÚýdrc†âG¿÷8å€ ~ø¡à‡ÎO»ÝiýÓyœjCDâg¦µþé9N©à£Ú|ðQÀG|ðQÀG|ðQÀG|ðQ´×…Ró…ŠÖ~Ú” -(0  €‚ÒŠ‡ÿåøß¿4·I/¿~þ¸|?æ2ïÛ¹nc;?&ýñp[çnfW\^ö¹ŸwóÉ˯kß–!Îûñörý´Z(ˆžÅè~À´Œí¾ž_ó±´°´ÿëXÖ¾Mýjñ/Ûþÿçûu,“Û´¿,ãv ¯mðfCÐnhB}×åxÁ.›û±žý>&­hA1Ü—Ççy¯c:ö÷q{œ/+šÿøÊÜo˺¿÷ûüfœšnSç¾§³¥ˆ\²¬ýÿ8­nÀm¼÷—±ÍÃÞÞl¸KÆkïgïó¸M×ʳo€Gàíñ~ßcß–~\·ëôÐçõe=×1!>ÂÌCŸØïOûÌËô,Ævåù¸¿Ýû6™yTßxYÆ4>1Ÿ}›_„W]šÜuïÛk#G¾—ýxÛ™gÿ -5Ãëuré/õµ¿’6ƒÓ—5~=tÚ˜gÝ: Ά:H˜«ÇŸ£ÜbŠU….]Õp/§/ëÔ·Ë&ÿ¼M!2*[Å™”‡ŠõÂT¸¥‘ðÁ´×£^M•Ñ ú§Qž¯@u->ÒH4†©/ÔìªSÒáò[mÁ—fAÖlSµ'º\±CÆÚ8¡šà—¿6¨\7¡[7Ä.ó¼dG¤&"cr^ë,€Ñ]pÿöyìÑ’f\Aïaß¾ïnD&›aÇ~_Ïõ}T1ßw£ÉÒ9k± 7x/?w¯6¡•šŒ±¹˜³ßi‘,;Åò%ÅÄ)Â.þëY[D^é³óKÖ!æiVèÿ?73ªln'‚Ú6Ÿ?š™E†’e[½H2’Œ¤a - öùØÞý€€/cWUߣ.ÝcÉûïwXÇr™´[÷Ègîg Ìú¶OÿÕö&ã2¹_/ „Ê[NÚº¼[Ñk"x,KÕð™þd -AwdÞÄZÆ&¡·œ×GE´ø,Ò_áIŽÇ9»h ¯ëî\™f¿AåLEÕþ‘ .çÏaAS\!÷L×svÒñ‚L2bQ^ðn«kßÁ½ó=ôŠŽ«‹85(e× xœZRϹãñÚÏä™ öÈSõLd_ <Ê£^öÅw>ÇÆHÅ‹£½üüíÇÐß~,ýÍÇ=FŸ  -Âa`艠€åØP´?8ɦ^~¡„­1j¨±‰1;×»‰ì9¸YcRð|òHM³¯Ðí:à\o”¥ìV¸Bqð™\ÍýÙJ !ù$2Gœ{!ÕŸ®8ðŠŽö :°3Ô!ÔBå,†ÎŽ>Ïdᣙ£JqÃÛ­\CtbGC±®™—Ù_x´…!ª85lsvT‡GÞìÐݾšG³ê‹*º¸„…¡'z (=2)¸J¹„õbî Uܼ†tÇ­”Á×LEĽ#C&¦x;*ìãäÀ˜n±mêyî’eñRÉ}qî97+ÜY~ÊçÐdÕù¹î½êŸf¬Ô›¹aåz"räUÊâKÅ¡ùX Õa¿3zpd¬ÔÓ!rÃÊuä=ÈÞ1›„ÜÐ.X”ø¤gå.Äýmîí<¡ˆFðAÁ¡9½´!,©zh`ÂhAIÆÌÁ΂yæÍÙ^Cplýhs¼¿lÇòðøch»jC…kÉ>ïì§W:;çRf(©@%»ÁRžÃ·:Äâôúv+íYâÜÛf`²Äfí à‚e‡ýZÝ±Ž“‹=á8 É1ÔÄ]\¿‹îÂ4Ͻò`I®êù·a† ]†7¿ÛÍC_„uª(¦:|góÐ¥_ò$ e~‚ÃàëîHvøE›X ßóËÂÞ3EÛ »ürEâ­}Øè airÄ Ù~ŸáWýÑ‚ñººXõ8–¶œ½žÙÉ ¦ïëç½_†‚ÿí±Xÿƒ ªal{+¸vNO¼;qé;÷tSÂþAªBRz‘I‰ b1÷z(MUø¼åW\¿µî‚8„ë–k­ç¸¨QkÛÐã$‚{ÀÅùYØNfÆ8÷ÈÞ]²û¡Åôá$c•Ì%ØF`£øÐkº;/™01)SH’à=j3Å¡×#4={PWZ)ʱ3*׺œ‡×2νňd ‰­»XÓÈí^ñw·:^:ï2ÝQ Y„R£«´Õf-rJ¥€ Dc-g»ýЛl6R¨sUEÝ»C]ßó¡7êF…k»kOdý¬tW/ï;©7¿½!z….ŽÓ¤–t±);‚kÑI‚ O(¾ç:ófû#ÔäýCžDRlЊmÎÜK¿ ¡N¥„*çÒýñaw1q›{à:OlZîš»ä»0TvôܳÏéÀu§&6S±R6æ¨×±ñ.÷\†žx Ó1UU§gèÐwÙ܇^€£ºOYë‘ì¾Î5F¶dù'ÝbT¬|ƒn{û E´x`ìÝe?;…°ãïýøc²;×éc³ãÖÐ4gŸè·­[\@E÷ïûÑ=^ì\›ÊT¸šÅâúÝd+Ðiüc¯3zÐdª(ƒfÔPWØyàÏúj×ó·ÍžJÃçýˆÞheÙ¢»·u&Ù”…îÄ}´Øh¤úñpPÞ¡¢õÞhl)<xëçý–‹hÌ>Ö¢Åu9š8,ö±Ë¼*Á8ÜÐQcˆÖ/œn‹y9–è¡wDöbç<9u²ù˜E÷ -ú¢¤+U´£Oœ{„T$û±óh²§;J:ã`¯ ÊhSl沓ˆš(JnÆ`v8ìt1û»œWÝÈŽì\'e0®ñ9ˆ×D¯dE+Š=½ÚÔh÷lB¤ó×å¼N‡¡‚¬÷G*Ƴe£dw¼ßá4Ô°¦löª¸å×弫 nŽÉ°Þ¡C-n–ÍONQÍ÷F;®r‚Ϊ£í3p]·¨B¾e´†é¬u¹Ïq%-ñл>SÐ0ëÎ4÷“œ¡7ÓEzZkdÝ"[o  ¨t Ö¨y„àgþªœk\®}d¿¸Þ)d¬Tœ£ÿVþ9¥ó^Öìhùn˜ÄÝÈBÉë7îò^ç=aÉèHOèС¤º%`Û’×ð°ÙÕqž¿µ¤÷òÔÃxk©G‹'˜U˜kU󜬕ìŠl"î¸S[¬p2o%º/´Ç†K8ä­§ÎO@M&ιu¢_vL¥úÂzF¢º9ÑIŒÒ×Aµ§<\R‡ãLV– ñH!4ܨü„.Nai{Hç{oßè;®enÅØEö‹;\^VPá|åêÊõ§žåÞÿëmœÅ’C|Ïìj#ç¨62™)jù·PEÿŽ+þÓ¬HßÞüÌUË;Ù'V³¬–Ð80·úånY6fX¶â$ü¥LÉ…l~ñ°ˆAµÝ˜ÃÁ «Âsð{ùçÞ>ذ-˜Õ‹€¶K⩤V;~–ÂI7Å7EfVoÑDÆõ÷þ1UkìÇ”â«ý.I UAOõñvU%+øÎi°ßémhç`ÕÏyã?ñÖ¸µéG~¼ò¸¾,w¡—¦kÅë…ߌÖæ—Ø%Þ…+µ4^OûÍmˆöÎECdß7¸{I Ó*5Ð0ïÚª,c˰‚ \fL±`.ÊÕÎ* …X4Ë¢Ýþêò3"ÔUX€ÕæÁÁ÷YtíŒéŒ†ôš¹D¡ªl}=¿Êw…˜l" äµ?ÒÞý)*€È¯«l’çŸÈŽ]nà5µ_–B0?¡#€ðûÞ;ZÛ±© îÿh ¨ œ›ƒt ]9»àjˆ|ƒƒ¡“¢!zïA¾Û« ׎åÉÓ¦Ù”ÜÉÅŒÑV²þ3+ǯ¤¨ +…EÎ;uÈüœPˆg±µÖº®M¼;wº2x¢†6ˆ³ì—¼ðÓv¼GM/Ì+Ñ£¶èëÈ~-|=Ö¹—Z’²!‡oŽ+•J[ɽõì¤ÿ?í–•!|KŸªÁßø¢…Ƽº$Yn®íèi†½Ž`^ÜqOŽY•Q˜$íô¶%Í1rðH×ñ:èjI r<ˆ¦¨HÇ|Õèg“^z˜ãô?ae-hK¬ÕF®Í ]pªãvs; fX½VÀû'zö·~è?͇fD(¯XU yâ ¯B? ‰;j/zz%_0gr&ÞÏcYuÅa0ôÕy;eUä`fn(U…ópžÀ°Wœo Í×í…;§óØm†p 8õ­"° -‚‚Ó]Æ5Þ:6ƒeŽÎ¯4—/'çä­Éçn ðiHÛ¼"q Ø©c;á^î畹Î9ëÈî£î5ªßoúì{á¼Áç(Í mñ¢ÇGr$v¼„HÃQm…f`Ô4½Ù³ç‘¼ýÈq›§zÅÌô38ÿ•¼WvŽHS•¨ÄhYä<Ü22õYâlMçÛËØÄÓ›T¹ä‚ÿ “ˆ’úU–v\zq*ѲӮt-·›ç)›ËWÏÈ»Oøn¢)zNQ‘á¾±_ÿk78f@y êÒÁn,I nÆY/”òðæ-¸,ƒp2aˆ„y˜H¯»Ìh“öÈÑ›®—óªïGôßΓ[éu‡Ë½í‡;•зÛñmß»ƒ ƒ¿Ð­é3½­Fé‰`òm©–?{`™#;¿SïÙ~ŠÛ°ã?›;??^¡ÑÏÖ&ÜèNol.›àe…pÞdTy® ·ˆ8¶}?™qÚžcTÉ Á¾5î†Ô\Ü$#9gsî¹’ev<r¶Gû…ç*/ý …äªÞù²ÿ¤1{epËŒƒsáÌ£ŸWvy&çU¦]ÕÞƒ™½ßé]|#1|ÞÑf@ãʘ"l•j²ðÁK6`‹À1«3´™)uÑWSˆÓŽÇ¨Í‡8&¯ÿöÃxü¢Ð y8xHNÁ–À3@¬¾ÇV¼áw½‰º®Üd«æµô÷´£p›”ŽVÂFI¯]×Ó|§¹<´ÖX£vìI»½3~¾×q½ºÁ:¾v°,3¨¸-˜tTL í)Mbôyï¡ËyÉ(Ó’.‘ùü³Äè)·œï]©jjlÁÁŒîw )FHª*0èQ¶›rç÷r]!pÚ3Á¨²FíHXÉ^GXq‰M‡6¿hNZ%î]®Ìà 4*ÕK’E-ÁWN0 »X`„»2b6Wðw£yˆ7üÓVj@9&aÊÁánÙ«#n¾€)3s¢gÌB£ŸWöFmÃuf]kæ´ Ý¢fà*§ì“¿XÔGørߤG}9pÑæ½:Oí¤¾ùÒÖs¯­à!»ÚŒX®¯Ipd²:ùQzê‡þÂÜÔ´Åâ"¶ -x¢wK×£Ë{®Óg>á£*Ê£–¶'<ƒ÷Ö¤$_]wîZ+6µ‚5¶ºµcÀú¿g¬÷à §zœC-ó2{'«\ï…Yæÿÿ¾kí4ÉZS_é9˜î¥Ô#5ôvõúO{xiûU…K -R5‰ÜsìÙ-èÈùsä P:šnç!”x;',i«ÜŸÁæ%½m2\mWLId,2<®!»;¾Éöé1àuK8ÉÅ3K¶ò¿–ûå(ñ„Šçf‘óXŽe}M]ø~‚ÉŸ¬•à…ÆTIÌ"û¤M»S?hó«ÀÀ*5R]YƒÃA-³ßUèG¦w-%óŒqòpM\ôC!¨wùÕ«Á‚žkŽ0Šu¬4Ž<~ÏžwTuj‰k±•zƒÞó«‘~^ÙUœ3Pš -db?ð_Ý¥šv¼¨7“Šß¤–ô Çu'ƒmúÁ¢_TWxÔP@äÊ©¢ìÈÜ -îÚî4ÛdšzŒ¼jµòiâ;"ÉÆEóÑzãÿXŽôž©–Eð¦M´iF£P¸Ñ°Ï‡H HŽœ°ºQÍÁuéXà´”³üè~¨uOBI.¬)¦Û’ØH>Áȇu£â“Þ¿có’vÅØ›¥ÂÒóÜ‘V˜°O±bžV—lù#o—ÎÈc' sú âšHŸ¡ïÅ Þ¯ ¼¦ðxúÐYíydv¬9™ñ†|MšîÈË?ˆžjTf‘Á -û¶d”wŒ5¥Òƒºø¸º¸¦«œ‰íûÿ›OKî Z¬ìòÕÈ,¸&¥Í·U+zQKjWem%w…Ýpœt¥5 ¯šèïÎx)Ÿï)bOËçrœ RÜ+ß§­ƒ¦$†ëÙü¯ìºã2Gº×I‰ŒNð.§ÁpIQL66#—‚C8¬ FE V·å¹>—cùãévÊçáËpÔˆ$$6Tp´EÙ+ôE渲J'$6gó&b]QªN3 “ÐlS‡Ð'/i²8,Øýòó£LÌ—o'Mg-™<b¿+ÜÉ…fš*r_Iñ̡˕îöÁ}ë#JS%9ÆzFfNÌj URŠ îþ̯㓬¾Ò -ó>çw¡§itz¤Ð’ cKÜÛpìúe3OC_BŠÝ’Ðs„Jå¦ÌOîŽô·è‰J=š/+D@>¡÷׸§©“{¥ÕŸ*5‘㘗!ch;/Ã,#¢W7‹f]wï1|ì{°†k-ë¹¾Œ¨‰Ö2S7Ï™×n÷1®CeÈÛš€aS°ŒM#ž!i'ÑB#Pd÷‹lÞ”—KeKÝMb“"•¸çrì²ßÍñŸ:bþ'|;ƒâ:”¨åå»Þ­ºimâÀÒþ»5w2£=¯Q&‹•u„ûÄÓ£ ŒJT–Äè.O5‹”B©°×KV˜fCÙmíú ­ND )ø?ÚÚ‰Á)šXôû_$ëG°(? JÐØÐˈëÕ‡Ù^q“¬v…-à™ ‰C·x^DAçètKKìú¼#>Œ†Ë˜ rç7N„ûµ"öé,È h'ã.-ŒU“ ²ÀèWÎ%hìZìnð6iôÂõ¶·œl˜åyl[kå2ùú]«óvQiVê5tCMvâË7í7a Vl:Š®Ý'¤»ñyÄé„àÖÚg~šß¡=Ö ÖÝÐ8»Æn© ß­AêCÔ/–gÕÒu7óÊ•ª¥s™.mþy-dd76˜¥Óò45]Ö´n¿ $LR£­¾—…´äõô¬£\ΞÿçÄ£!n åQ5mV༻£ÄFév´†…°4u]î¶4û ¾=›hè ´­žÏiŸ%õns”§òM: ¬©®­ƒ®ëdY…:.Œ#- g»Í‰u¾»å³) ê0©ˆõbëüd:ÀíÔ#çÙYì -µ©Ëæ‹Îh…èÞ2X&蹞çò®ÀÆ»åÓ¸…$©+(umE(­2ù‘'_®*‘÷ N=ñÈLòfáÒĆÉyym¨“–®Ûx×!Á/©~°X>k%?ÈÑϳ5 -í±Ø°·EU/rîZÜA?9!®¤½¦q?¯ì*$g-Kg¢Bñƒ´¬«€½ÎK5þÕÔ`µ ""/5\™W;ÿ`u)úDÞù÷ƒ÷«IŠà’èÛ „˻Иçh/ôËÜ”jíTŠgkÍÛRC¿ ûtt‰ut»[°Üâ·ñŠ÷öDfÇž0Šßä%µ)0cbi™ûlMµŸª&‘ƒu7íqËßšx?šˆ_öõÅjm·?ߺ⸚Ø9»Õ‹Öãg9ïubõì·ÕlÞé½>pyµ—@yäÁg¸åE³¿®ýU+JÕ`:öóµC;—ÞÎ1WY"Þ»ÂÿˆÏ §“ §áì6,‹ºé‰¤“RçueQ}_9iÿ1“7IŒû<ò‰ë§ÖýËf]¨7¯FÔتªêJÖ&’“kþíZˆðü†æúšÕ%!}­”ùib@‰Ý=fô·ôÂnyb×.pF•%¦E«­ªÔ€³4é´™°QšU,56«_[}ª³W/±AL.ÔÉ1)G±{tî[ß{¶Âf^Pªl!XÍP½ÊÀÆìlívÿr`¸ék¨k ‘î¦(ks‘ºÕ™Ûò:dj͵R0‚`£‚ «uÅ­[Z·ŸÈ QÞÆl]Ðå´œh¸gî£ -%µIyÒÎÛõNrd¹°ëînžª—®ÎÑQbhƒlUãÀbdðœbÐsÒ‹•ÉHü®Þ?s.ŒFj—Û¯wÒ·ŒÁjÙÈìÂØÃub¼™ð°3oÞ¢ÐËg:k?®8ö.þXÒƒxS&¹–«qĪq…r2ÚÞ¤x#pÌw§zvQêK6wФ®¼°g;¥êF¶\Є½È½âRÿåŽöŒ[# v,tfÔºN—ÑEºí+Sq±ñ³µ )!lÖØÊìºÕ)Û-†„·>¨ýV}ØÞ0pôWrW\Íÿð -BÜÙ}8èÅj©ÙR2Ö£WìÞE€q‹ óXU®“Î-ÕÉÜN[Õ>°îi͹c*QÚÖŒ“ކ×£6É»6qR›ø÷£VcYq£çPÈ¡ ð\Ålÿ@ÆðféPµóVlòÕÊSñº[’#*C™wÁªÊq†•Ëã­O>^pŠ5äd;©-ÎyY·¦¨4ÿÑâP'u3)¢‘—hݪ£~ª€·ýù¿¼éÿíà‹>ýûïÿxúëãG<½}ùá‹—Ç˾èß~üîõíqá}ÖÓׯïŸø‰^úéß_}÷üÅ˧|üíõíǯÿxik¤)5töùEï><^¾ÿâ‡_óV}AÄÓ7_<¿¼{þ4´á~öÿÿñÏŸÞu½{ýúÃã;åù”°ÓãŸô“÷AÖûž>}x»á¼û틞 ϳçT¡¯úôøå‡ïß<Þ=ñÓã»_çù?ééýów¾xýéùû÷ߎ;7¢qÉ=þý|Ú‡/ž?{üpñ}ÎwŸž¿~¼¼ÿÜçLà‡ü´ož¿~|KŸøêñÝX¹Gœïï÷ôOõ¼,ïúüõûßÍ·ÿúÝgwøçlì÷ðÇñññîñËÛãýÏ/ï_ÿ{¹fõá§Ïüæùûóå?=¾~}ûæñòC@Æs2F;k¥_Á{ÿs±ñT™€:JbþƒmÅšÙõ$êRRzÒßH_CU¼ÉûKŠ"jôh(°Qxzñ̓Ԣ7i‚¸+¼3I)ÊUyé¢B×ó}ݽÿêÄãJ+#ìœòÌÕyˆhà³Sy`µ6.Å©Qc¾>Ú´Q÷ëäJœ©Ÿ®¡vÝ%zn^¹_½ë(½µÞ¯zyü4ö~µíXc…íÞ¢[/Mfµ!‰· aCÇ#‰ÙKQq]Á6ô€“äjßø8æ7[º{ª§v°Ej€JlSýLp“? fXJ±ÐØ£uBQg®+Çáq;’sM²P¹´m„FúPmmÛdNªQŽ[>õ±þÞ_ýèVíªâݾˆäC¶==^=Z•';Ow3u»(×…NI=‚¯H¹+¤3— ëåLð5¹öÞù©Úx@e`êF«Ç_6Ð[D š_}(Úu¶SPOë—U‡d¯/²nî4f—?…@±\×ó –ž¼Ò²6.ÈìŽ`Ö¡âWÀ;ÛR%ÅÛDõ›V0¹õ<º%èí¯‡óÕ£•™Yó›„`>qxúp[oPQ=9ŒÛLÍ"®r¶ì²\E©¸éˆM¨¹‹œV–¡ÈËq[·aì5oÎU¹þþÆ®HV @T…Ú”¶0ÚÔÙ0K²¦@o6cwZ+¼Z®x‘¿—%›Ý—«õ¤7$ëugÍm:u7nhìc¸‹j„ë€ò¾*ÅÑ(¼,‹\ºqo6_,Wgpƒ‰ZêÙíª  _TÆMÃÌ­;0BómâÜžv¾Zz3¨)ÝÍIª^ù ÕSnHrÑn!yv H—ŽJ:?“‰ 3ḗQCç¦Hé§UlL&¦× íôÛW‚„¸mGÁ¡pÑ3kâbV¥kùrñ–R΋‡U€JÅä|NI›« ¿Ù*:;X K¶ÁrÛ¦^ÍýåCU®C’DŒû`.®¸îé©–± Í™+Ë“¾ˆÂö{9g:wÄF -Bsγ -¥=¶9P]SH„ Up¼SÙÑù#7ÇËÜBЊu· û -·ì쯽šU+¦XRÌÃPåoÑíìWv>Fn&Êã£ì rdÐ0õOv%U½šUÛu -1d¥£;¿ÌmÊUÌ’;¡¬¶Í*uÒQªïp¯fÑ­”a3ܘZ&.¼–í Í¥ñ"u•†–SÔç‘ñ]/*ÓÓcgt)ÎFCì’†y¡#¸ìë¢ZÙu™æ*Qi„Û^»tèÙ¼(!Ú¡¼+¢0è—žü À)ìäÑ9°AÅ:2"º©—ZJï(Å¡ŠPÌvM(ÕeoÈ‹‰±¡±Og4‡×Õ3 -N&©8nÍ蜂f'4ö­×­ÕŒCÉö³†*^ L׸=v»«ŠW»í¢B“ãM“xóÆÖ™oÓ­©H9o(ÝpË7¶â_Ö¶Û7ÑñöÎ9çvңܶY82¡ì.®¬óõõv"ߪåPH1ù¼…Ðâd¹w¦Ã)pYTç0±»_9n ×F±j-áB;?6Hk1 ¼tŠpORºØc™ÃR陓ñýz¡°†—:êGtøT\¯`C”ƒ*\“ÔØrèÔVŠLûɰ}E»qùU=YµÜ…kÚ‡.ÑøV¡OÑ›ŽZ»õ¶BÌáÂ-Óݸʃ*º³aC£RˆÆêÌœ}þs8*<½°ÞÖ×v'ŸÖAÌ:1—…¯í4Èûg>QNÃ\©[Ç1¢Æ¡Þa0°ŽÜìe®÷W(à¥ú ¡"1 >äq.aZSñò@] 0Æ ½ž¬×%_~~ðŠã7£šõaz¯]'ìŒrÏÈ„Q kÅ9õè4ЀàŽsÑMuàݘ†q0–ånýB §°étŠìÀ\—¶°bU®(!æÎ]ë»ê6Ìv“ë,i°iÇݸPnÃ3¸Ì24ì£u7åhŒFD²{=Ê -qq,÷þZ"sX*¶ûNOqwNÈdùOÑᘹnÅ,~7Ç‹mêæh‹Ü1sÝÓHŒ„xLJè´ç¶î¶3kÌ•J••·I¿Áü$½¸ªîvÞ€×>br ²z½Ó«wÄ‹ÎD¸U¸çÅ™*-ܹž -–ˆWÚ^Ûd™›»ô¿wðV´·îenüâ4‰È˜ ìd£þU ù¿Ï¬¸s¸¾-¢ÓF¿×Џy^*gÒ5l13øíhQRîE5Ú93¯$ü¾!D9çåÑAÜ3NíÐfNÎäýn©Ê4fVk†D±Æ¢PzË"îU,§.àLrþª D‹”œëò,‹Œ;¹L™èý§rúµHÊ1“±—¹(2tß gÞP.×7\‘Ñu¾ßœ^&ö×B‘(ÛõÈø«Ü¡‘Èš[wÑå3IƳ¤'¶8@9³¸êµ>ka(ü+©·o*Ùƒž -[¥"¡ÀóŸs(ksf³uN,Ü\_êƒ_‚ªª4ñ† × ªš’ »¢:Í"|›fÝh¢úÈt w ²â ¬ŠBñDx¾YPµQκDµ]×á]%ý…Cµ«²Ë~S7$N—°3v£1ȶv¡,/CÌ 0¯ íîF8ÿ!d,†[¹šÕ.Zrµ¹jTÁ{‹(m;Zw=,Ø•íšÝˆ”uã²ê èÄ5…]™º˜ -Ô:™˜ÍšÍeô)ºQš6“a¨ƒ/+©¬ÓÃp¦éBµý‘¨¶™»Õ£Ó{f…Ïþò¡¼®ÝY­·J@ÜÉ®™œ&tÙc¬Ÿ]öHu¨?Ù"'f SV >¦ôǪ¼¶$¢Ô& ouÔ¹·²fç.ª7œq•U¥E†ôÛ$:Ê2HFçEfѵ˜,3)nçf¸‡ƒM°</â*ÎmÒÞÆ£9º$Ë%YSKßu „“ÔÎyWüŠ’ÎNÃ&V)Ÿ0A2i5[KEרnT2JJšÝ\h˜LÐ"Šbh1ÕAM0݆ëå›ÑÈuÚ)'7ÈY€LSw_übúÓì¯1DØe1E‰‘ˆr×J"l;ñ£à¡¤[ r'±\_Ù–éF›0ä“IxQ.e¤ÁWþËFÌÜzòŒFëÿ¡ÌtíÍÌhDS~î.ƒ$6­f}Õ4Ëgù²ƒ{( ´if›cYE–ÃØ#ªS¤žªÀ;šÁÔq°ð‚À›sA4§êÀI«Ö—"QUåÎfzåf#P6ˆ³+§@ –4»Câ?ˆšÊpÛ:õÉf¬*‰S=´ÏyÔGZXŽ  ùKiU磘,œû«\ÔF;¡˜XŠ{twXd†Öô×jÑ[õê•\àL kG¯JA}Øg"Jœî‡EÒ«Žw.ZµÝÐFŠþL_uâcйq—ÈåÀ3¸0qR7…9TkêÅnÔ®öåœÅ•·Íoá¾; ‹VbdwˆnŠObþÓ̲Ò3Iâœ[ˆþ’öP×JòéM‚í9KLèî ,Ë£¹STwÔbb -HÖMäG!KåòúÈÉ3¢KÌsîD<³:xX\? õG-÷åMyY‰<Óv­ ]ï¸Qéq3¢“"XoA1a3‡¿Ü‘¯È±×  (±>ÂÅ,Pz‹›ˆwÒ©RïÊAD›ÞÏüWú«‹ê G-q¤t4øÙúÜ›…>2ë'TÞTÉ÷»¬&ˆéoC)žQ-™J=îvfÉЮaÎa3HHÅ诙ؽ`é%fsý5ö–V°«Ñ×%·€£?s~#PnÏ;k„6+“iˆ ÁÅæ=d›=}ØŠ*|bˆéãÙ(\m©¼Å9éðzöÓWA—Ò" áo ߪ¨-&—q)Ab:¶Ù®¾|X9iZLʰٖ¾¸`.;`7»ºœŸ93J3¡¾9Whµ§tãÒ½"Ô¥š)(÷ -¦Å~rÍîRš3‚ž:1·ðN›­B†p÷RdhÔ00'ݺ§ªfH…í=/ôƒÂ.ÿa£™Zc<`©7ÎU™Ò 1±ÀÈ@W×l°6<'M­Â:¹´ýÃêl5:DúÒÏpf:±ª{mx»é¿‹ -ÛíC…O*í1 »¡¹4§¿¬I”ÅÓ°$2ÚÜç#îY»¦˜[u”g1ƒ)›ŽU:5š¤`¨ü:¯†rýÛݧÀ§ïotc¸r˜Ûmë‘(J&]2×—îP¶ëfÞf²K]uÁ=‘“Œ{¢è˜IcgsNŒSt;ð6ÅÎO©¦B²¨˜¤=r> -å "²±²úäà«k dÅ%Œ«Õr/)IíJ¨í‰í»vƒi¤ŒË4—Óž&9È‹Ž°ÛZ›ÍÔÊìÞËrIÊ¥ªȈ:U›´T°Hý…õuøÁ…ôDhçî'w#‚i«£·qmÂFÕº–ŠÄªaÐÍ—´Ól3Œ‹Ö)I!®ŒÖ&'„2eï)êZËã¡‘wœá23õ\TèzÎÏ.T!ýµ‡êXw^Ê3ˆ*!½…‘›Ø3#Øfò̦¯0FhIt;7ÒÉÒv£G…Äéª}•Óš|M§uê?É('æ¼d JH›Z¨B|÷±_gÖˆêjŒŸÞ¢d€Íå„@¿u̬œÖUõ¯ª”Ó&Iö†ÝÈíC~šq—žÔI`!ÓåãR•%ó!'8£Ê ÝÇý±¬³µVÕsž¾°¼¹‘ıc·GÍñ_¯9õ’'ToŒ‰$Ù'¼ë´–"WêV5l¹Çê]}FªÎ"Â)1rÖ×sf¨bs½â1Ø[¥PØ\.ËÙÊÝÐ9@%±m ò)P¼¢Y9t'@oݰNòEx+Ë" ‘OqÔ^êÚUXµH¡d‰©ó9ëô Á†ßs)UÔ]ív ,ñˆÊvwlrùX(ºZ½àMlæÁHæ 6¨‰G…¾¹Iz„fBƒ£¶}Ý‹«ßR»ºòô‡¬ÃZLi'ˆ9A@(sÿ¯/¨²êe»3¡zî·k+—†pMeF¬“¾Sö|¥A’,ʦÁÜéuïReKí^ H–“%Ô'™ SoA&šéãþª²ÒN)*I˜¢NÚl`UÇ{ׄdߘ  µæ8†w ´^™™ŒÿÌÜ¡·¬ê}®…ÇF3®th!¤,¦©Ò—·ªÊo‡¼jV_S¢&5ŠòF–àl¢ ì›(·3› »dž!)#É †¢gxéD/$ ’|÷$»¡óÁ ôÉ"2á®S'b(´´pªy(ÖM -('åõpJ(šr÷";YèDýr¢{p¬è×F–*DTÄcMÕ@`¦1[¹pßpˆ¨ÜßQÄÛæv.Qï<*N줎[Ú•r».Ù6±n#@y¯-h&sè©Ãþ²¦\ yDtwƒ™dÒP&sëêwœ…®ú»ßáÊG,³Ð ôëŸÛ‘¤…!º¤¿x¨NUºxªXËÔÝ÷ª3š$.! þªË8fÔÄyC¬ªõº.‘Ýê©f¼ÌpiõJsêuÙ ãü𽫫îp¢œÕÔBº¥My–¤v7 + -£8uqèì%­XèT’}_ÈäYÖŒêôžXé ’iÀÆh(ƒ½´ -8óaB„Mï¯î§ê çl‰mÎL/Äìú@DÙ!g6£w5,?y’xí í««õKîÔß” ³ôá°Ø,ïe®izkÀ£bDŒõNQ ÁËYooõ(6óºò»â:œ Lªn‰àŠÑš»8A¿%” ¯ƒØ%GÉ(ê'IéÒ€o!qáUé“,»)ÕÓŽ²º"¡Æa”à–uט>QEÕZ{ÞÖ¨>’SÞùõ­ºèâb–Šq”6ÉVS›2U† ­êOúÈ»…³èvPBìè¹H­JM(vCDcú ÿTåp]ä\˜‘ºÈ\[[Èv>žÅ­*ŽÛ =ÙK£dÛu`(µ±Ë‹;¸|ëê<Ú«½ ŠL -(¹2¤/ѧˆè©µ”IøX%ŒêU 742ë…Dõ´îž{‘¥lípÝ‚w©”,™NŒWE=S±ZÕÁ>9\› èå5I@¬ÖIL‘Ià̦ EùܱAb^¡¨z¸Í±ØòSÓKü¨‘êH¦Ym懤½ÏýÕn®ÃÀ`ÇâMD-EûqwãmÕ•Ii*¨ÊÀ$™êlp’‘£¢–”T)eM“Ñð÷ó©Z)/!vôê BœËýªÍ$ Ûcdͳ+ ¤‘‚b£¼|Ø Q¸a$L[œogOë¥(_<2¨KEq"LV¼¿¦uˆbk•踀¥ÏÈ`}ÿVÈDëñíÚŸäP‚^˜±Ú´t+}-Ó" McBbmG”À¦š÷×ÌàTáL( }3ì´_umä!lsX†¶\€ÝyëêxZÁ›†Ù¢ctŠîýÝÔž*ñ{wzãÎZ8OŽ|VúÊ4eÔǯnœ1µõÙ_;òUw8f—ØEbØCÆïÊ@:«Äh0 o]“7ÔZÐYYg13ðEE~÷¤§ @,ÆÄøLÞiÏÕtÖÑÛŸ(§,:‰ìÿÃ0ºýþ:%¢|®G¦ ©ƒþ„lÏr3YÕ¯A°Ä6;Ûf!Ë›=(ÃÔvKfÕy%n´“­´µB§ÀzÇsfPшAX{Ó½µ8Øl -nÎjnFíÖ¡Vˆ“_É(²•=W¬ñ¥•Hl9Çl~ê+(%ÍiÙ·\ -bÐÉÉ5«÷1³XÚ® ›*7I†T…—#š˜PïÆs}Ý­+O -÷)ß^ÛVPŒêZ€=£6PÆId”ç7Š„¸™m³,ci”líͰ†BÅ«9SæUÏt¦hº»o¢#½$ X´Ú€”-"•â½ØÞn ”YõÎ>ñÕ†D1´¸,0B„†®.’·y1-Êw’…,ËcÛí’`&`ÜéKì°Æ5I£ù +KoƒêÅÏ ™é{Õ%ƒ÷uf’¨j¸Ú±ÍÞdu:„±!¡ŽïDîÕâz ç¡béY&Í :‘|›Me®q[“¤ººtÀR÷å• :ᯡ4fÍÃtÛý`¬ÆÉews¡5¡TT]¹'”F:ÀfçЫ zŠ'Æ!»Ê"û‚;¶zß/ynØ"»¢€˜n˜âBKÑèî¢Ð¾oo„¸Oö‡õô ` ¹^ +ŸJ÷zÃøÓ‘7x"‘KÖ½¸,Y0ÕÂ¥åþïܺGvP3ÙX‡:¢ýñž„ðáuêÄè>5ÒoÎ[™×u'¡wÇL ¢3Ë<*D­¯)»>úÔ…âkwÀ+áq^¦9¯“8fˆ_&. š‹–³¡%W-o¶ñÚîʼnm©g´²ì³´ˆ©¶¤@ð]$ÆÚÒ&qÍk®T..˜g™)OδruxM’Ü‹»ÄpDéx5­²Ä2¦¼Â™&ÉÐJ0ïíµ¼ÞùqJÝœffG‰B„¥Õ©-b^TY™«DÄôaϪN£„gæšÈ›ÈidÏSÐŽMï;­s—S¾•ƈ½Ù¹îM·å˜TPÝã¹EJ©z[©èžÒô—UÕU1!gR³^0F{U5:ß–¯.Ýl°­=UÛá„Sü,©Ì§=+ßœMoª}¿vϨèDŸªŽî…¯ê@Ç¥A -õÁ.›~seHNMIøt1P@š´º¬¢½oÔ4ùJS(óP\ -½Åv4»qí+VÍ6IÜ'b~©Ò5ÐõK…r o&Ô»ñŽÄúHñP­ºž1O"“Ív»s…GféÕ(#V ÜܱXšlV*Ý@3ÖI¢>4¼sé Š>e¯• _(˜³OÔ§‰ŠµÉŠ/èÿ?UÄ·wZcDŠTÉ–amõàØï×+ùþ—jÿ–òg/”2eÒ†,0r#ÎDƒ—1TÕ4¿Å‹d¢ʤò‘Ÿ!î=-Ó})ÃnÊ<4å#íîãzVmªÚȤÁÆ!€u ×Ígôj¢u&Ò®™”ZlÐë­’â»ßo¢HOã­Wmg»ŒµÕ!„À´‘ÉwÜúú‚ƒ‰dpG‹ÚqY7æ°Í3å»îx>#©1-¯²ú3Ò¡{­P7”$dÑ,Bä€ùªŽUûÝ,‰ ¦ã=ƒiб­{ÉËØQ#+¨èt%F½ë )ÀÌ) ;´Õ{ -s»V¶ª;.…ŠÄaŒ©NX‡ ªÛxØ^gbHÉ#_Y€VV°,<]*­è²In€§F²µˆ™ó»5¹U¤gì–-#Q/æœæv6%ä -;VìÑ'~À|X•á» Cl ÷Õû\Aã‚–771Û^X) q™«OÞ3h¹J5+»{Nw†Mu ¤O@i¿¶cA’D‰ù€]WþrÞ3› -ÑyJs¯´=€i¡,ßÅaZ§ 7l&¿9C‡™£Q`ª€+œRcM¡Ú4Ò£Cb¢G`14Ó€¶ò*§«W¡¨¢ééŽ|å H½4w ’î'ÖÄúáê'bÜ´Qõp&Êœp^\YæŠöe”+¸Bs°ò~=Õžºc¨”eû®ÃYy$K#«ñéêE^²Ýr“<@"‘Ödmh¬;ÚÓÖ8`‚ÔÚ[ ®edDUÌË™xR©È~kr±«S£9šP×b,G:e(¶çhÍ`W—מwŽ–Ä(Ò¡›º„¼(iõío„‚ỎÖ!6N“E½«àʺYi%¹ âL>¢aÐþ."UqN«5êÇê}¶ -QÕ-±†ÀD à¸ÆÝ Ç<¢3$DcçÂS`-R¤ÚfšUä.Cf6´åÖd¶ ª±S‘UiJ«¥ŸMÍñòPµ3ûߊuC„8\ÉÛU‚Ά¶—ªmAèâIÛl‰"ò$·1ß±»Ú̬œ.×ÈeÂ(¦È bÙ"{fS„½ÇKõáU·c¹’p@©§ =â{ ÁxYÒ^#ƃÄ &a‹¨°mº¢˜*]Í£ÜÓtsz]-è ¼Ø”ŠÙìlŒ•sDf-#¡5Ç6Çk†â¬ÝZõ½Œ‚Ž©wÇ•’·ÓH¯x05m«;@d‰ð5i°Nu+Ð]úO’ÜØë›œ´F ‹ ù‰5 xp¿¹kÅôìqŽ×Õõu·Š‚˧(²Ý?_hx·&Ü1(Ôb(£¢v˜.…ô\†r¬voÌZ¾­ª½ÙO YÚqÜ[³8„Vádõ WârÝ‹]>4»ãεî]n?±B;ËW¶€àÂmØ­B*¥È+ë,j’ C.%Lgùæ:mwʾåèöúª´@YÙy¨eqCàŽ_›1~°´»Èþåz|£Ë÷¡ÔHÕ'¥S’«¬ë –ëÏë² ŒY&ÂÝÂCwÒ<òÇ­aÝG—¯´ó¬À¢ÚžþíA¡€ÍµõŠ#˜¡,?‘²p¹Þ9EŽ ˆÈ%pî*ÙP¶qXTþNÄ€ö9Qs§dôèØnèn ·J¶•ó@,Á#yäŽ'j…­±Rc7±©‚ý$@åŽG`A«îËáÁ®;å¾EíIŒNi™ë±æÝwuŽ9»‰ï@qÜóX•_ú·´'GÄL­2{o繫s‹<\FÛÆ|èEêö­õ­ªMb!n‡ìÙWµ½¬gÖ+,òƒ.÷(à,áÙ…9O -_Q¨}v€=m.e>QCzòׄ2v5891¿iîvÒ:€öoâ0ÚåRJkY³Y)ŽöÁ³N*Ž×hÕñí¥4Ü - ‘˹8ɪy‹õÌzÚqw3R‹ªÜ5 ,è£v€e«B¸µNCí+5Ò üWìÀö(§µJ‘g%ÄM¤‚”@èác`×&ª;ã²!¦~:Û®Í9×L¬8}æ\í…vtjb络¨–DeTsÐÓÛÏZ_šKg¹VÍFí¨è“Œ¤Y‘ -ùŒãL.n;7Þ툉s\P†¼;‡+~+,دP-´» ÞÖáò:Eô²u*~ëi'üi~S3v_­L¢vL»áb%SZ"cXÛŒéø“ŽrÅ6>ÙÌ.·8O02žmQ•pÏy¤œV)`²Ç¯c§¥Ô‰µ90СkQ†œFÔŠ‹@YÍ¥Gvëú•Úå U"Ï©íß+„½h¯³©Î¦»$ªæœ ¢òêp¼veÂfôðŒ[€!†N£@dâ|YIJâ®<þ\ûÒNPÒ;4û¨˜$[•¢;d:“n¿¾´?!{rÏnØ'# -8yFnâ‚©ô½6hm½V“À:vš×+\\re­˜ºÜ‰[Ö½ºI$ÍÊÚÕ™CpDö«ZΊ7t¨ù¤DGʆ²5ì)¤Þ¬D W+P"ûÅHµ­n¬M JE„NY7ùªš¨ÖŒ %™,A ‚˜1ä½£ Ýî<Íõ‘ø¤‰m÷—ÄÀDP–vÚmºÝ1Dóб[õßã1´¿`ÕÑÓmi×-‡:œßz’&QBàRvÄN“¨jÆÙ!©*6—&ÿ¤˜ÀHv~f^'D4lá¢ÙƒL*KÈS¶tem¬sû= "›Ûþp«Üè§RjÒgJ½Ì_km|B³=<]'­2 -˜ã¸}Ùü‘ -‹>"FëÈoDz]§P -¿KÊdùÊ<~væÍ¡Ü©%ÎõÕ¥³ž¡Y¨À5m5DŸ ØQŽj{ßø»ãJ䯀˜w}F¦$WS¶²Ut«’S£ëˆÜ§yÐFX¬³‰>-í ÔjfOopn“¢Ötý¡ ˜jlk0+“ôWQ5CÝ1õlÞ—;.3Z!¡K¼ð_ó2739ÙÚ;‚ŒªÞp“qÎêÂ.¢«IlÇÈ[í ²SQGƒ¹uN¦œeRv:ì@µ"vWöHXDÐ[äñ:E¢ºM¥JÈANe\‘¦WæM¤Hú©¡—#»ƒ/ªÙYzÒb†Dí8K«í20¥À”›w5Ô#ç +­Ê]‹>¥zž¡Žedxm$£8¥Cü@£à¬$Ò¹*Á*#—AW´:1"Ü(œ™Ï‡*t¦2!æN$ ÌL²1xBü] †Ø‹^;Œ«6+ˆ[^+%®Í&Yt+#3®0 °OË]¯zÙ‚â%ÜiU˜°½FÇ)XIŸå¤Ò5'ºvîmQî÷^*:¨3$ Tñí‹×I(¹© øpÕÉñÚõ › Ämo].ôE¡Ŭ%Šï -‰¥´I{®@³„{¯9£\ÅÖļº¹Ø^zú4ZÊ­Y#p¡y)e+º˜9‹å ?1¢Çk›Äm‘Ù„våXñ²,åžFð¹d$Ž`*Ù**u…ìáJ«%$èQ?ʳÎã×mÇ?¸%Ø[(s˜€P{0IRæ(c½]~²  ©5?¸ÞåC‰Ì½ŽbéDû\J™ÑX Ð ±W!ÆŸ<NlÞ§-k_‹u]etTJ’,¸Ø¡œÉʱ;<÷7!î7„΄Š.£¬ÐáÌÒ Á¶]«Vl•¢,_]~Ó¶p;°ŸøÐëj„_ÖÙ^£T÷œ‚ÛèØÚ¯”í§/{JDôJL™:ÖáqÊt½R–zÆx@»à`9» ani¶!¡,ë:;šÏÝ©¼^¤(»i«Â5׌/=)F€9Ì|PQʸ[Ãf€â]¥˜yèhBè*ÅPpŽƒWr=Ë®f6´E1ö¬Œ ØÕ¯…‹Íp¿‡ IE¢Ú:/…›¬Šå] ²B†ýYTªÄ á=-®\úA¬ÅoºÃ; -vj°Ói³"Ó¥~#žÊÜÌ¿^÷µØ2«8èømh)˜ì¶zk›9x¯S$§«4”Çš›ÇWÞ5Þ$‰&J¿‚ÄV´ŠIíŒn†ÙˆœõUÜ÷È’”ìFNp[L¨^;×pJ‹Äì±d4:+Oˆ9Ãåä„¡ì&ãXs^ qU N`¸°¯ê®k•þP;­K y®y…%| ùÄg—g£ã¶ÚU¾&õ¬Ì Ò©,»o#¹ÓfX•(Ÿ¯Tà?Õ@…`RÀ޳jKÉÕÂ$Ѫz‡%¦â¹·cÔV&dLù+R°’U)jž™ê«¼&D»¼FÆ?évßÂÄfûÓ©}H…dlºZEúΊØKç€× -;R0 ÂNa²w=Š™7¾kâ–ìè 1À=xó6:.P)瀓˭ÆÀÖ•‹(SßýF‡ -k§‰›¹Ba3„Ð*Òs$by€… ³‰³ŽN0ÿs’ŸÈeö-L\±½VÕˉÎ]õ01¢RÜÊòAÈ{d'ëùë'…Z úŸÙÔ,ÍÊ"ôÔq?J·A‰GhM"ÑÍ4¦­DKpƒ«ûÆD[ÖÕRæfLé9žl†=Óèí<Û Ðå¢6·v·Ý¦Ã1Ä “®»±,É¢x´¨F”é[ι^®¾ÝIñNL“žž¸^‰è¢Ñ”@ù£:× -ŒíÇÔãq ò6ÏÕ<»æ_ oÆ@»Â]´«»+æ"G` #ûÛÕ¸Q®={Ei;Äu†hovÏ"‰9l5~^îtŠq$úJ¢ë¡B][ìŒqDÛ, ü–GÀVÅè`>ڬǎD5¡÷@ÙU~[Û€·UéšëÙ|ÕñºÕ[fä’çDÕµÁÊÛÐä$ÎÄ*­,jÕ røÙ-›`cV¦ ÙnÏÕNouåtö,à ýÞšØãפª›V¹íÖ8,ˆ8c{Þa‰ÀÝ¢¾…w§òkÖþ&M›b[Lù+ÖÃ1B ÏÒçìr§ -m³;W¼5›‰å!0°‘yÈ®~.þQ5;ÀõAו° 8ozu¹…¬Ï&ªòA >?i–Àx´ª¸¼úµr3ôêBžpB×úú+ø§Ú<ÕÕrÑÄwXS(D½O`"¬)ŸðŽR«4®G”Ç×K°="\ÑjK4Vªý -Öñ¦Í²yàOž_šYòæô;F¦Y¹Qúe˜ÛÉKŒø%3Ei‘3ëIà‚«V%£ì¡Ó/¬ôTŠòún GD˜¡çmdL¬%¬¼!yR=ˆÊA§X^ÿ-Œ[™Ž4lœ|Š4(X•0ý9äw>…¥‚t¿²»Ä¶èt'Äþ-‡Ž¤‡´2v/¯‡ñU‰ê]N••ç¥kŠ,ÛÁܼËxù°.Î׋s%<EF¼•q.[¡ºÒ6€±e,,x’{›é¥ÉÇ!!­Žè"Ésº$uª‰EÉ©âÞØÄšAîGûJŠ£W¤Š½ðÛÜ€Ï;_¯¢} ¥G´#ôJêö­‡_zw`doÓ‘a%Ú.-ϬHSº©o âtδfŸä, ¬­­L\:] ÖZ„Íùá¶ÐëRëJt^3õÙ!;cUý¢ÜDV7aÍת,ÂRÂÑ ‡b4d‡_]ù bÐÏ‚þ -þs$ø÷›-¦OŸ¨ÀJKµÓÕ?iN–uD;å¡£åOO£Œƒuû'C«þƒ°éƒ`µ‰ ‰ê  °*1"ÍHMz{ÎZÞ¨ú Ž˜ËE¨+ò¯MF_²Â<¤‰œU&Ö£'NeÌh¬£ÒÝ#„7éýs¿\žRaÕtyKi˜•© Xfn.öD²¥Rœ®ÓŽ¥0”©”ØîÅÝ{îmævÝê)‘!H6U¬é’Þæb12`zDYMUV”¦CtÕbX·ðñ -Ž·6ØÉîÌ£‚|îèfq«ÎFŠ”‡Ññh¶ÈÃÃÜݨ\¨¸ ïíNÎ%lÙÅ÷‚ -H Æ´ÊLÊnfœôjK“(Û¿'iî F¤Ù y]Gpù…ÕÚfyÝSáîÝÁC«@ß Õœ=!W#F -òÛ Hê¦4ï=ÙÛ½é]8©íDix^«7·E/QšäxÕPí[6»%š·÷46åÄ:c•RÄÊ.ho΋uQoO¾FÖiQ9¦¢Åé¨öp·Ã¸‰ÒDàLk/-­f -µM_’(¤«·E ±]Ó³ÛñÆ -¦Ö!S+㘻»(R§—|5bmêè2P`mbÊÜʼÍ~Ã[Ë^u2é$hc³)3QOOtë}­ö>3ª”w¶¦¯¼n©—=ã¶¥L ½A°g¹/¬èØÂ"v+ëxØ`ANÖQd¸ä#WG9s{ëMÆuH;€JØêÄÔ+òôß¡¤Zg¸¤“Qe¡|¾'¢RÁŠ…$ÛàùVMÕ;“ZQWûp­õUn>,+Ã& ¢M¨Îæ‚·¶ Ë^4Ls -]ï1:z½Ö"IdÓmí.†yà»|L¶Þ¬vÿqXÖ l ÏŒá™)é<·®ýr6?9!Ñ{–Ó²W,ƒª–3ï$¯P*ÖÝ$|MÁ*2õ–Ê´^¡9ëxŸî˜Y»½P¶©ŽV ÅX³©NF…1|}OD¦¡ ow–ñ‚®;F¥ÀÎéL€¬Ì+%1–;"QU!ð¾ŠöZ@°°«+vvÖ›Ý3Þ`žC127ÕÛ”Sî†âl¬¹²oÊA™3n¹œº#Ò%™„·×MK¬!]êaÎf9‘vSÑœl1éÕøTÑ’ç -çΜs›´y5"4ë†Mù(ñ§÷Ùl±ñîU41ª,T«ñ‚ÔZäÖ4¡]1j«U©Dì­,4¸ªÐë¶ Ò1é{¹îVf1’mÒLO/~·Q&VÌ ·;&’.¯w“ÐuD1¦6f* @%µÉe@¾ÁÒ¢ªÛ®¦N-ÄÔ’¨O!ýš8O¾ï¬º›êa‘hFΦ‡-\œcÄZÃUl´-¡‚ТnèÖMç¶q>™[ðàž,´b| ÆƒÞ¿< ¦›ebCàl´ƒ²Ý–#†Xuy½¥ºWÌœ’ÀÏ«Jt -_ûaw0àfz°¿°5[ÊzØ “g6ÜPþ™9ºA…Z"²…/ -ULó6%PSµV7„€e¥{ååÉþÛKÊâw|úËÿñôû—_ñôòáýןß?Þý´þ?}øöõ§ßýáÝãóÏ/Ïø‚§·^ž¿> þˆ§¿|þöã·çßÞåS?|üööïß 45æéëø’7¯÷_~þú›µê;bÂt~ÅÓ»ÇëÏÏïß<ÿø;ñåœJÂÓó×7í7Þ¾>>‚Pô±Û‹ïôv“ËX|òéÇ×"Ÿøøó×g+Øw1h†ü)Oÿýüx÷xóñÃ÷Ççïôj^Ÿ?æåùóëϾ?y¹n^þs«SÿFUªÏ}zýùù¯šâ‹>?¾?¿}¼yßïè¨;ó¹O?<Þ=¿}<¼>ñëãó—íÆïÝÒ÷øŽ‹oøõŸ>|ùq~ã·oþ÷x½¾ƒñýYoþáñæñÿ—¯Ïï_~SYßp?ÝÇ~úöîùOèk¿?Þ~øøîñþ«cÝ7ÉVõÓŠþ-üÆ=èxO?îåõÏ|æ!/+^y‚0ã$G|Vh 1Œæ!} U¯³¾sþ‡RóÝZ è3m }ül¨§ç¥¿½¢î.¥›óB]Šãʲ-‡ˆ7ÛM¿Y ›N 8ÈP\n;KýÄÿ«AQ§¿øI1qˆ7tYÖÄDºf‡Xø<8¹Ô‹Òâ3A¬yÉÇü«AQø#ä`fêPÕb'¼0ó'þ­ßÛ: Žu î|„û -𣵰X‹š\¹¾?éÍãQ•ìä R¢¬^#âÆ’.¢6jL'9û øù€¸;Xèìñô£t´Ç¤uŠãë_¨¦ªÒ5aa;¼¤îƒѶk¡ó¿ÈCõ‡æ±x¡ÿˆŒ»_“›#ß¡¦ÏoëX¼ HØÂİýÐëç¿íõãQ±½ /oïÒ^3/²’MfacêX¡z<ªŽs•åA‚õA{ ÛååSÿAÔ‚5œ)zyUµ×#Ø!•ªŠ?¨GÈoÃò_%[ãÅïí7ácr¬Ë¯³kÎËiøÂP½ûãSÒ§³`øo0 -÷íXb~ãûèöÅ“yò`¥÷Zc“ÃòåQèÄ @tÛȼ֒Ô£zg«8šqŽZ+ÐõFHO ÉÈâ}ñªóÄù|©—Úáã…yÔ]y§k{(·XdGà²<*<ÃA¯¼ê"ˆŒÑó.¼Ißïæg¾ºWRÇÀµÝè|È'»“Ž2 wÝ]«Š&Ž°Ø ^u’jt™é@J4‡žê»ÉmUj¤8W -ÄVW{ Ó»ï•RT™N¶q£âòš^Ðï–añ±-¶žÚÉEôôEgjm™féX‘wú²+X­¹î*'껡Zl.Ãr ¾=QQÉšçW×b -Wª`?°ÐÂêæœ|ØmäR¥]ynèF¥q‘(x¶±M<\yUq›­‚ïñ1* ð¯xËCWd7a±„:} /»qæ«;)¦X¹[Nºd*crjo¨2ÅUîÜվʈ -',û)ZÕ)/“:]ÊZhwƒô (W=w†­U¢êÉк8³ÝQ49¸¹•ñ‡C ç¦UdS7CÝ1›cûˆõÊB±s*'©Qîou!9;èÒ{"‰ÐõÑ@Ö;×ZÒ[h©,cjŠ„_ Lä°x¸Ò£-T's8`ìèz€ÕE‹…d&¼Î­*ßZwæ8ó5w‰G´“iSÖ`E““_ ‰ÿ×mv&°§K­;”WmFÖcT³Ì€ÒU\tžNš&ÎÅÐhÄÈÒÅ]Yf0rá/ ð®+E7Ft †RH•u¯Ï[’½`ÅTkŒãÅ¡zéØÉÿý°g¥1Wdtù10| ôvÙ¡ÙQÉÛ‹sîux#!´É¹¥‘þ–t.\§/~°:ÿåhI}°Ù'5S’DÀM·%Vða0ûN{¬ YD­H}}0HÓH«,vtQ8%‰ƒLÕ@@cœ¿cut®Näýïä¯4в)(5”I•@ž ô]•Øn)ÿZq«DXD]íN~@{Î ¨ÈªÎd–Üï6©Ù•Ц~}! /+UŽÇK¾‡Æ¨f@Ÿ•Uu»³!íyLODïnÄݳypX9¦ã¼ÜÐì±;ì^¼ìñâP­”턈ˆÓVÜ1C“ØVoµ0ãçµSF­!Z½åuÖ£™Dïe bk##Úl]ÐŒÀulÉÎ ¨)ðánïP(G­ç5áa6ôˆM0‰]Cµþ@8}ø¾iw^à~ç鎮"íÕ9ßñd×ü¢U°©NÍ‘~êþ5Õ…ªÓmÁb¦ER»¥/ QŠ1Qw$k&fÊ•*´¯ú‚¦Èí þJ|‘·K/ÌV+2FBz›A½£(šðAµU/±ä«ömJÖ²‹‘ð;—í˜xúÛ7 k+Ê£« b‘¢Ú–š À¦ä~‡²nŠ“ÏI±{á'‚=ìÛ‰ÌF™pßø¯ÍØÚÙQÉkdÛÀèWµE‹-u.ÜÇ×k¯Ñ KèñjÝ¡¼j›PÇeuP0ã$zß댎ªc¬ØÔlJÐý¾c4‡)®7è‚·•Œ*[çMþ®îѰòP=®{9nÑÁ÷í;þlla<Ô]îå[Ü\ž­Vô DyLÉs¶zët±ùÖe» §  åÓ1•»iªc¶gÄQ½0eøD»hí&½²eܼÏÈp´ÚDÃíaÀ®FUpë¹ÚÜÆœ£Ò …ùJaÑ!,{J.ºê¬Ã1V¥Ð-J¥0ºê­+“ùË\•éT ­Äæûv¤t9EÜ#wVhf%všx¢‚ì6EAgSĹ›¯Yp‡;ôA#ˆ”Õ–tÔªR<±=ΉØU5óY‡3Ž F—C.t-Ñ„ˆ“4M‡†‘U7äÐÖ±•Úŧ« lÞä8ãŒ&Ó—ÿåß¿¨êÞxsXÐw}²3÷¬©)Ê¢2§Œ± A¶\¤…f[ò6[¶º°ê'‘ÙŒë Uß›®•ÅPâŸ#çmÈ‘þXð–ÆjÇè•éˆ }íÿü×Rªí|¯@"v.Ç…´öØÜ3í Â*cù#DÙ•qP…_´!£7õ ?ö*4:ƒDTÅd¸ „;P\4øs" ¹:¾!H‹§qý¡8);a~Ò!€ºO=Ϲ½îˆÍh-ÌxJ—XÁ\o—î©Br»GzRôïRq ²é:£¶@Û<ãdL²ˆáÒª›’ L¦Û Œ9Çd³Ú¢®8‚Ms‡V…»f»gNL[7›GC"³2g«JÝW©`§ätƒ‹|M'eDÛQSX[Fȹ0,r• :lŠÖþh ®-#uÙs‘¯F8M`Ö!“­)uà½h 0Nn°K­»vZ ¼/zŽï²à·Ø]œêÂȽÓ/ÛTו%Bô½˜R €tÛ{aGq×–áîòÕ®í¹…K~)A;èaÏ(mHS÷]C.>Ô7Shî)œë&ª£+ê¢â±ÎÈ«¾ë¸N~†tÁáîâÛÏOk1eöŒ_ÛaÐw¬Êè(ònNÉL[13ª3ȵ_á[û7qØ¡Zã1{5€ßçaϸÍNtƒ?Ka¢œ}Ñðåj—@æ+‚w@¶Õ=¢ÌjV­Ê€© e©9¡:ÀØ ±uw݈j±…Œ%CŠ6uÁÍá?†ðå "ÇôÐL­èfn&¬.ëZ-†ëEÙj“GbF§ßZ»@l& Ã ¢¾È½Ý¹‡«»ìp ô–dø<$¬Û ¨‚Ø•¼!²óɇj»ŽkFB%йqû®AªóÌ’j˜±€þOXÍ‘ùWàÚÆ[íXó²ªMŽÛœU dÑ©ýu¼Va(Ïhj_rmþë }ý£nf6&Qä>H¿ -¬®Tê6åÍk$Mi³SÿïB0Oa¨nº,ÿ”„ÃÑF5C0ñèWÌ töÔ:*qIuáôø,•îÛ¨u½š*êÓœ2Ö‘;çöm‰ê±iÔ‹%.]ݪ †­×1¹¢fm&¸¤DÄɼ®:6y;üÊÆm³·TˆèTDµˆNjL›¯D¹ö*Ô6ö0OO]Ÿ° ¤»N~~\ú À®¥ß¥*þ츆 M¥Ïx¾Ó­NVš¯úÿÄ­fl(Úòúü§™•Ô°áPRj$ÉF£ak>µ·“&„®¥úïç(}»œcZ¹•Û, 8®ª\%õ‚nçêõî¶ãÒaYeá¹zôì…Wˆ¦°†F¯6ÿ ŒXiÞUgr]]ž0ˆ/ù­`‡ƒœ½mt! µId74ìÌ?W‹¥×\žà®òAgªW˳™q;”šcT£ÒË!÷qÐAüŸsº`9tï­oÌ|†*=R‡„a9npñÿ:,¿YzøÐuê¤á3¬§fÚŸöµm0ö°¦lɈÅAÓˆ'ÅE9ãQrÄðØÅ;Éê^Ì;^+Ün€#ßPŸ”_Þ†PQÙ÷¬²Õ.#B¶ÃÛ‹º%W|Úbðž}iåFfÊ]©Šuƒî› …,¤¼¤œ$8)ÿ5êM´§Yß¡ÚTà¨õüDöœ`¶PHôŠ7õ™EÃwè´“Ôî^p¢W¿¨áÆEƒqÎ\Ÿ Ö:Ì4âyp :é¨%Ò›>cÔy¿ð1…׳  @R©"´qL -÷·½2 ´Lé*üü¼8 ¶Q(G܈r¨œ L¤›$Ò}¿ø(v¢™nÔHé—¸—…KÎLŸ÷úAˆŸ®’èúäÙ,ÎãØ…x¹åMÆ QšùŽ,¤Â#‹Ó„û‘fÓ¥öüláUÐ^]ˆ²¤h3Àì¾¹¼Y#&«½NPj5÷br€òF^óŒæ2ÆÃ®9ŸáéD£}G6XÖ¢`- Ëߣt÷܈z9ùœóäDà(ÚéÅ$–¿2õ󘑣‰booâ™jåœrå;Œ‚°—5êkBÛÔÔ=Õ“Êr¦ò¶Q‚9¾]‰¤\ÍÆš„ûw?}_‹øˆÍáÇ%Æ+Þa½ì’oV-°=f¯mURóã&ùôЇàñú ®Sn«{)WÝ­ Øš:ƒ @˜‚¦€„ OÖ4rÞï¶LzÛðt¼·yOÌpÔgãV`|¯ýŽÙ?ú€W²H 9‡‹žÏ Œî_Dv:®ê„†Bq˜˜%E@cÿ+÷N$ -Øn3{ͦÆ%)õºžÓp>7sÏìÌÈ£yÊON³].s¸øÂjhúüc8â‰3 ¢¾)ˆšõº—tÕ £Ûä!‘”ò|üƒ|7úÈù°#+_Eb  ~pKí2O…gèvßÀîíû•î\ëÈØ$•…ô.i0¹“!v=FÄÚɰïNön¢¼àÆ(»üÇúÒ¨ªÆ5ª>Ï-PCIûžfÈç`uüu˜J\X&§Ã~8[jÓ¸Ó —B K6ì³Í'ÛЕÓî"±È^€~í* K³öÿ»/{FEÛeÁ) Ó‡î?ž'v¬»±;ÈŽ¸cö±ÀÓ.D}­¯7încÖÒL-ßAN”ý`Óè"ƒ÷~¿«K´EÄu”FwµzH>æ ”¹ò{”,Ôyþwž½ÃA®¢üÁ,á/Â\£H> -óä¯å‡À~YI³²ã¶ÏrVp@•jö]Hå­±šY´Ÿ ú9—¸½PÀm¤Ð½…ÝåaOèÛ Å² F¡× ¾KšŒã²ñ§Ûy‹ÊL¦‚¶ÄÔ¼†„ÑþÃ+ϗшƋÍOab^Ý"®{/;v§i»Aà[x´{þšÕ‘´"¹ÃDÿpW–ÚdÀñcRjp3¤pñ`S¾¢{:õlØîÁ$ÝqS¸f9u‰³Œj^¤zw÷k\;àwÊNfgëD¡›äêãáêØ^¾‹N"‹ZT³ißyT×ôJ1]ÝT;‰Ô\R -Ý_hò¬äÙÑ·”âÑÛGxס= éˆ8(˜«}Áèì5œ;JüÞBy’qŸFÎ-ôh\v5³¨ÄÓQt¥°J³ÈNêx™1ÝÙHúC”­û¥É͵Ï×o¦_ÎC5ùܰˉh¿ÒkïÑŸ‰Fxº¾M4Õq¥ûÆõVd¿z[:&è*tgSò¡Ànb\챚®n ¬Ï+bë2 ÿ&êÿPƒL¥Qtå]Z´ÅEžY f^²²\±$Ç ãº&@x†IªçD-ÕHOþ±ðÊ™ÖWvD3³(Fö»l;ͼ1ùðäÌðwg}ŒK»mVÔXÿl$<©Uß´œòÒCeƒïÕˆhMh.é§³PFBi€ÇÐÓ,Íõ9ÍY´²Ëª¼ËqÙú*FÓY£k¯rQÀü¯=Nrjx²ßȬBܳð«ÓϾÇUÞï¾.‚df%-Ñ=àù{ƒè¦|É\ƒlŒ;í¿ÀäY0ìò—{ï¡‘]ê 7wè -tÀ¥Åé ¾ý Ž[¸}YAÛKn$&lŒ Þ&]™²áø £ `>T -=‡öé±Þî íË*õþRÏuÞÏ×o¦_ã\5wfjq ¸ØxŸ}fÞ)2ÏÊ{¯÷\ì“·ç®î9šÊÀz%žzWª“ Ï#ØlÈùY‡¡¼ õbpj<òƒÃ¼}(ž&ùÄüñ>šéöS»¨Ú=‹eLvÅÄ«uÆ£*Àâ~ïƒÖc¨^¾8±[¾^ú×`[O+#©Œéý«÷@\õ6oÞÉ¡3¥þîu÷ Dtµó @Oš!¡/ŸANCm|p(þm÷"KB÷m;ÚòwiÒÕ†}6”ÖgŠ‚Ô]A¡¼€>Ûôi ú_f§„*¨l!b ÀÑ\èÔõ;®ê|Ð=½ýò : ä#jâäbèŸj`Y_+á8º„ O݇&H`…2ý9Ý@,Orª|ÞûüÑ«·çǾuôúÄn6fCÛü¤ê~É /ß=‡Ó! -Rûwû¿?™7ÓPÖèÒ’BÃV³Í: yÌîø·ü¥úm»+[ÕÞÐB#‹Ñí 8x}UÛ—uŽéµßL?=ˆ²ý)qvB6Ÿñ’ ¦à‰>=ÁvOqmx¯úW»°¯ õìYŒ™® %P@E†©§ÀLj9 Õ¾C—í úõþàÍ&‚ѽëGc5¯o® 7 -tø?…úõùí­8U$_ÆgYÑ0—W×êx(¾ÐåM…ÝkpèeÂs/ËÅœnX°#¦«Çv -i·ŽzËb¿!ÿ&~KyÇÎi!•u) cd߬ÊK­ØYŽÕ…öÔÆÍv¥n_3Æ1ÿÅ»Õöäµ§¶9 »¢nƒsúhRSÄ œ®iÊ—ÏFÑEl¼Í½–Æ ¦+Š¾ã¡‹8(Ÿ¶ûˆû©›ÛZmlÆpÔ¯ºí}Á$Õ>é¾Òß9^#œøš¨†fºYܨ՞¨„»A;c¡‰¼Óé¡îcéÇÖÚzîùjhc4«¤ä™P'þé Šc: ú^Ñ1Ÿ¡Œ„¦ivor\]ðNÃvøIýÁyÖ«u{j¸Ò–7›°À.åâJ¨c@:Ü€+a<Ÿ‚à ãw"ÊÌwS”9îkÌ}a³ã·9γ_mG1VÃuÉôš'N{õºZ9w]ŽÇ0ÂË2eº¶©jW`70#H VŸû-oG¸$Bù‡ŸWÆJýl¾-²Û‰áuOKaú¾ø4No³ÇBfbEŸG†ÀD×=fR@HÍïG”ÓÈʈ* ï”ÜÀÜ=cu"æFö­ÌH´ÄÜÃý5D's°Ð,^öE” ð•éF2~/¢Ü9g²k?f">¯]\ªs ç7‡U‹‡ïEèaºªû¢PÂñêÝH¯÷jù"ä"³-ºŠþå^¿âîG”‡Jy"·ÀKØrŒ)å?Gà®MW$7Bä0hzŒn4JU²6ÃIP¡..êCÎêÆßõ¦Ý”“ï+º^'n ŸÁîG®”õàðT]¾ûMôzCo(Ê׋mT95QЈ‹•ñú½‹‹R‹ˆù ÕÍËJ­ZØj®Öº 'ȹǹ-ÚoèïSFƒ¨™~ì*Õä:ŠÜšÌr°˜ºæ^š}üö±¢zåˆ- -“EÆÝmÝÿí¥ˆOßÔˆ–V¸#ñu¤ýi)u*«t-Ž× ×UgöÁµ*Ñ2¯ô0¹u`„œRxWðb‡;œ#€„­ß膩ç¡lð~Εߩ?ÄÌîcTŽº†j¿r-cû•ä ;êôï𩽈2¨ILa3ÈÍÌЈΩ'uàÑŽöñí‡ûnKε—P­Z’oö§ÅžÓu9ˆæX"Ò~Ó“ï -Ʊã‚ÊèimBw#£¢b®²£]ú8Àl‡ôŒ¦º}›[ts Êq.AÖ2VæO»QæŽY“3!eÛ6“â`â¨0a&‰#ÊoËq*GÞ!¥7§ìÈUk?dN•üYýô×nV½ß>&%Ê¢òMÃÎužŽ[2õ®–Rµ<±!Uêíl‹R{hâRüMµWöö^8eEÆNÅÆ’ÎRø7X/ ùs/¾·—ëô},VG¢ì|‡¬Qzݸ%ë?¾‚7nw^Ïøˆš!9' öVVú€®Ç³BÕ.§ª¬. Œþ-(o>6Žu2ŠŸõ.JGÐvR»n„ý¿ØX_­*›ˆ<2†ÔÌ -æDÓO÷;»ó®±» åSìzB qð~ÃÆy< ÁCa‰h¥iyWØùºþ ±ÍÚ>®£œ•]‡Q-£…ÈúìÖó•Ú{¾æ¹“ˆîátªœ¡!1Þî0ûÔ3ÄÙDZ”ïõÏo·Jçø/ÀÉùÔw†è_³à¨:ðá~¥Žo†:Ê«‹ô£Z´Iºo©×¢Ú6o…ûn³¾W¸ž8žÿ½·³®'gRÿAÛ6JÎÒ«òo_оq¦cuŠÓØÑO?0dRw¬+#I¨ëÜû^aã4ûüŽÐšÒâuÎFN¤~Mè–RkÆï£88ŒåÂ+|qEÂM—W$+ß°-EcÇ5šÝ€%ÅgZ Ö†q¿DÝÄ2 -N­ŒvApå@ë7à9á¡(8Óz1=ÈSkïVjö&¦d¶ª³¾ð (i_7È?Y7ÉÂT1(ŸÝ›(wN";Î#ýK Ýîxɺ À‘Ùù»ë‚Ù]ô® ¼-ç· ½JÕ&Ê×XŒçá(]•K Ž»'QžœrV‚¤» ["çá ¾=¡4š^x×áž$Ízvg•îzcáá zåCöŠ‚z÷V:uÌLþÏa?‰rò¹`ë ¼„îGÜùÉ^ãá<±Ò­Õø¹‘š;{þÑa:OŸƒð™Þ)oÛæ-Ë* -ýÏéÊŽÐô1OŒÓ0ä)"ÍFzÁm…xnÕ f?“bßh8}~M;òNÝ;Ë[—Þ5[«B¦kǸò‘O)³ÚDŒ„«¹d¢˜xÔ&Ì|Ç!K§ž™º•ÓIסç&ø‘´^N*mqÔÐÙJ¥YÈÀíªaLÔ¹ý=“~J>¹Œ¥±¹|¤IýÇ—q·Ý©zþŒ¶…AýÜÑQn¦±$:>‚°ˆº¼¸®-èÙôKvœ@çK˪ñŒƒ¶›»CiuϳA¸J½Û{1¼uR&àJm †þ“ƒ^XGe®±Keª"»¢_h¸ç&œgÜòç¸ÐçUðˆùê0.k_ÔÕnŠ6]ŽÁ{w_5Ë}×ã†^4½²’"o}ƒ<æS®öò¶×À;ìhK§é?ð°ç)êáÙÍ ÄgûN‡m¦njEvò®ì|Ì-d‡í)°1@(Çr‘À–D”‹)¶½ÓqÏ–.$Þ©ÜwGjµ5­O$\ýDÓè´@=påp#™-‰¸tÛOËÆþ¾Uj)i©ÛBÔÖÞr•[’·&{(׈ʊ©µ¥¼ô»öì(·]J¸o˜¥ƒr?#lQžc§,ì€xIØM9U:ˆH4x§¬6¾+yttñ¢ðžh=šV‘ éQÿ \‘]Í… óÚˆï<²^Cyó52Z‰YÖ\+‰ÃÍóÙxŸ¨m€J?è ®“½@›­lÒ ¯Ëj7î‰Æô¯ÓP?µÉ¨WzldþÁœwWµKØŠ+Ã1ÚížÕီz´}š -4Ï(é’rÈù´’UI4&K~ƒž½d§2²ñÿ7or~)YÃÎ3VÖx7,iV4ư¥Z3¿¶3ˆÝ×ç« kas¼C¦X ­®&HIÀêM¶¢9Àâ:Õ §.•'¥aøF0jÞow[ïÿ'rîKSxG›ÿÆvû pˆý›ç%yûÅ”9Kà²q? ÉÍ[ºU‚‘@O–-F¶¤#ò·t„&ev<ç­Ê«z@]JXcRs’ÂÀ¤J騖~Ômmµ»á` 9—U¿¯ò÷¾”ôÖ¨^É€YÝ4ú<Üñ­&)'í¿‰üáàWj·`—zXšÿ(Û¢mœ2\Ö!¸nFoŽ®á¶±.…žÆ»u -$€Ù$Në³ —æŒë—6ÇÙö ϧX±Ê²ZTËÎöÚÏá©R3-ñ gMN†ô qÝ 'ß5¬V"ÔyaCóx×\ºÄOwõú¹Óó52ðmÓSà­iw”&òéª$F/ ïÎÿ> žC™)eÏb”ÙÓ—+|©Àj€ƒq”ÇlW«UÏ¡r¢åœë²"0°ÙÄ)>ø VG ¬|[°³öDºyü™QÔùdÛ~=Ž <|Õnƒæ~À$Ep©sЬ3 ë…¬#ÓÕÿ ¢šÕ æV}‰7«ÚÀèDR¤¤íR4»wu œñOâö`â½þojÿRöXh Y‹—MM„Œ–³“Thz§ ªÌ*ÛÆ[¦“Tl_Šé¬Ój#4>«cÚ|³z¯â ²5Ï¥ -Û ! mÉcm -˜ªn«‡(1S¤Ô—Ýä ÂñUpÐËÇ ©6z™¬¸FÏðéüï)/vî#U!Á¼¬ã]!¬´¾Y>t£2¶P»ÎŠö-Òë.Tgo‹mýT%s붪:ïˆ0a—q6X1V}N=¾”–c|†§šÿ­´±V,Š« rF”l‘L?ÏØÚD:ô©ôMk˜Æ~Ëä³Á«ýy¥=7™&£ :iy°‚¬¥Y¤UO˜“ÛüåÑÿüí^î{ÅOÿö/¿ýôwÛ_ñéçïß~|ýöñíÇÓïÿ÷ßýñÇßüö¯¿~ýù3¿êÓ_¾ÿüùÇåýŸþíÛ×_~ó/?>ÿøøÛ?ÿË÷_þû/‡×"¡ŠÉ&—ö5?}ùøö·¯?þÿèOà8W~ŧ¿~|ùúùÛOŸÿP„‚‘ËÿÿÍŸÿðñå§ø§ïùòñk•vö±¹{¤÷L=íÞ„Œú¹Oøò‹øÔ/_|N¯æ&ýzÿw|úø¿¿~üõã§_¾ÿÏǯWô»ðÎè7üüù×/_¿ÿÏç¿ýüèÜB[çãªßôË?}ùúùw?²â×ýúñ?Ÿÿòñíçã>­Þì¿ì÷ýü—‡ø£þøµ\Ïô;?ѧc<ý®ñ‡ÿøýo·çGÿå§ß}|»ßÅ'¦Û§¿|ýýÇOÿ÷ËÇÏ?>ûùÖ=öí9~ø¿ÿúù!úöÿùøË÷_þúñíljO«wö—…Àwâãÿ=÷É ¶«$ îè¥gñàˆ Èy%JȵƒŸBVpÀäÀü“ÌnQ3ú0_²+?"I'IZ¹7í‡î!ñNx×xgìiÜêÝàGYªÅ»e9ÖÒÝÂŒoånG<Úm,Ž5`©¢À£ àhƒ8ÚŽ6GÆÑFp´18ÚXkþnƒ°N=ÜЖ¿ã}O³«fþóÐ+ìäû£ᨣÁh¨E{4ÂÎl;=L:5AT¥»FFì{½Â޾g6{&¸fÝ-§ð•Ô;¢ïëYÁ5Ķ,wôýqÇì°ñŸ4P‹hlÅ¡—{ˆ úTÅtxMFü FîÑ®mrÛy-.¬ÔÏÙÇê€c%‡†²"¥˜RÍ®—ú߇^aWß}¬Ùœ±ciÓ6­‘ ·cäx×{ïÿìÒðáHpÍ–mØU³<ðˆkvhÃq“?’îÐâ&± '´nw¼=+Ø´sLi…ú´#2õ¬Øz…]}Ϫëå!ž—º;=Y{œáÆÍ·KŒþûÐ+ìꛣ¼} ®Ù¢($á±Çî×Ó&± GN¶»™¹GA+¾]‡åŽ÷ÎÈe,o#»3ºüD]…''þ•Ww追Úîêû££ÁÁ¸y´]èÞBJ$ˆ ’ø_yHVì¼Úîê{Öa;Ò…é-äˆÙœ¡'Þõ–ÊŒ;`j×ÈŠ×bÕ‚ì|d½½‰DìÄ^*¿+îxÈ úÒ‘ L’LYÞPfÄûí´«óº‡Õ¿´üMåDxòqß\¦TV9Ç:æKŸu9Nþá$gâ -Û¹î“Àz €DóóÃïà½biCu?ðCô1—E¶>S×#Ð,¿eÁ!ŠÙîaqCb}Scn}Y”9]q*D'Œ-Ô PïZz¡*QˆL -Õý<ü¥Î[ú‰=EÃã¸ÝyÚÝE°ö`´O$f„1žW¢Æ‚ŽT==g‘ø+2l¹ú.°Ü±ô°«“‹A BOÓ]|µh#1rVøFí8¯¨•$ìM6èÖò·E«f\6I,öF«PÝpˆ)‹S%ØÚ’¦ª—^vƒnŸ°SÇEKßT_ 9ºëïøºèTðJCp6Ûu‹xõê®ã•TiSUHE&´=–{Ô‹;J&Zèt0|Áõë:­¥KŠCqãÚwºàÆÕíÅÕ½(»\zÛ£iÕyË<¬+á¾{l97Ï7-iM¶¡ §ÜgN<é7‡©¯è6NcŠ -Ÿ$¾1qÚ -^¨Ã\O›AÓµö2N¶ÀÉ`@«¦eE9@¼L&êò™åg”V/,ËVeqSÐWK_9$‘«U;ö~ö}ž^˜(4¾»ëKgE†€uaê9±J>x®KoŒñΨc86ùØŸ¼ŒT'××¹þ˜é†Í n`¬¯Š7«ê¨Adwy„OW(3À«àj×ÙØT0ÀUã,Ýi}¨µŽðôêf‹{r}èöø¹N+J¸Z³n8e»ág?à™Øóì~u%ðDìgžsÅ›ÀYf¡ŒÛ¶¸³(Η«`ð‚lÆpNÄáwª&l2 ê]®Aq‘\ÙÖQ…}çÝÅ9æÝäv3ã¥âÿ·,p¾à‚ÉWS²b‚•‘°‹ Õý^6¥G~fƒROâ¤)x‚H'5xIÿƽK×-z²ý¼%‘99§.epÐŽñÍ´N—a3{õ¹Å1^­«ñî>°ÄliÜ®mðx"ã‹rNÙìà„‹{u±Ž™»çŠ_öÒvd¥Ç7ÆÕ¸Æ–ŸÊ)¼yÝÔê“!ðA›Kã€×E+2‚ÞÕA²/U -g¢ DTåvȳ`Ñò«/¹sº´õöâÄë{Æ%!ùe(}Ü2û -Ưm°Ô‚½=u×0…õ-%I†½~Å ±¾ì½à¾úé9›^WW0)×hÞyŤúbû\P·*tÚù¸;Ìc÷;Sk;²v”L·£Ý÷ò45!;±1ƒ† íJÍâõÃ|„u¯1îý¤»÷YæSw O1ýÉ r®ÎÕ-çÙ2&{·d (˪-·ƒ ïÏË;_·#ZúnÐbÒ7-ŒWôšóßoOÅGQ8ßB×í´ÃaS÷uç\T¯"RÞ¶„ª×7¤}?-´)K®ALŽs!`Ç3'ðŒ×ŸÁ¨fW‘‡ñJ<Ïì%Ÿ‹Ì<>.¤dÓ,€¶zÕÙbsG¸¡*#’š·ÕD"s2Ÿ² =¿³Å'“ú0HÏÄY…!o`sÜXƒ-93¸…ŒÄá)ÂUB©So/óÁвfm ÕÿMqìòE™M‡,ŒYÕ©¦˜¯ÛmD)2½Â¨–çùXC:§#‘8ȱr6‡ˆÊ½}!âÕˆeêËêv›ËðØ·Ñwû~ÙËÆE_<°§"3"16HÇ8îzå´U7æÝ"[w[ogV¬€x._„R˜‡bÐ'Án9-‡Bàž4âTÝ,ŠMFðæVe¬’âžõt?6Ãa$i6´š=}sŸ¹TŽ´í³Ñ}l…{H}ÉDOcØo­¯ò”ï -üì÷ZõœXŽMD½!@¬ Ü ä=!{–á¼;Q6<];ÉŠtØ<Œ=Y§›®*aã—-0Ó¿ŽWgvZmºžêkÄ¥wm1ù 5>"Þ,Ó©†Xµ»qøôl:eExŽÇ—¹‹IÆ7<‹!àaýÛÓ]°)àÙgeMÕ˜šõJÊç†B¨ðA%|åó©%BöòötÓ‹ï–`=¡ K¥Q¾*÷QD3ïŠCæ$Ü,ïTI|""ѬjÚÂàô+ÖËÕý‚`ZÚ,R˜ª9-]¾Æû¯ P»²6ÆØÞ ˆ] ÙDä©«3’2*‘o>l›ôkÚ%Vü2Æ„ Á ÖD‘ 5x.TÛÒf›&R=É¢Ë6Ã6üÍÁ½Lææ¦DÉ9aœ\ëÚæ8Cæzÿmû´S¼Ïb6ÊÇìý1µ·"îzÓqªz票ªßGʬœEk¸>{å”=øh”ÒI#uÕ¬ho';4‡5ì›Üî08&Œ».ª³¢ŒmR€p…kÑ©–<º>çˆ02.“ˆHñâ y*äp÷KñWHH¨8} ‡¬Å)bÒÚÂ5E©¾k)/É2àùXÕ¹Ï9)¼‹gŸ·5uI¦ätqÖëqÀ8¨»¹Xå¯ðìMUâ°|Û6›þ~KÃ+܈§ž|56ƒó‚;“ŽÞ„LÊ߆ ©qcØÔÓ\C<öÃE«ÜÆÚ¢Ou1kIN–îÑWUkYÔ*åÂ]4YØ5†Ëv™=¤p¢Õâ«Ë -ì×ýz ì<«ápž£¸')Z7hK,ÇŠÜLœJ1M 'ñ®ÊÇ/¢¯cMy;'«ý€olñ¦!øv]6×T¦ ÝœÃJ´5Z}ó¤‰xüد†”eIzG9çþw#æØi sºÖ±¼M`µÆiZÑ 5! nKJ]_1ÏÃû!1|CÁ´,ú=bþMÄ^°ªïÖÈ¡é¦l×ø'¼®Îng‡ÊL=¥þT·zÃݤ²ÿ—”0ùT ¦Êx0ñÔœÄi2ú¯a!5õU³ ¼LðÖ-Œ7‰¢$SÒZ5®ú=@ÿM$2ÄÒ›Éß3¨¨q°dLC+øM­±vXp~ähŸlbs{šÛ•‰„Õ< «i˜ó†‹ðóTVµª’û¸Í¬¡h› aAïPµN¥ÕxUØô@ìÂoÅ‚rº…•…y³ƒÝquΉx݆¢4+¹Ìaibmc¸â¸_xâW±~s"õ‰˜ânз²0½ŠÈf—øo .!б:=C''" )¾É­ b”»q8ûteÁªÊO5>YíºÜõÅÉé~öà¥cxVIò‰5Ó]Iþ -ôº J¯Q5·:LÞˆ)ɪW! ª£öâ)±ª³Mgö;µÕx|1Ëê3`o snz6ýEQÕKó=Z¤+Tk$¤D)­tz™›†·ŠiÅ©Z0cÙÑ4hþJ<†K"ž)Ø„ƒQÄÑívŸò·@¤Sæ‚t –Lµ½eÌæ‡AVÞÄœ¯€FWMofd9aÂë«P8ùNæ;c×Âð®ï…±="ye‚iÄN¯Þép8ûF¨ê„…@E3…oj[8oå›t- b8+|ܳ,/f‡JŒïHÚ~Ð-’3Q¯©KÖ -]E{§6ŽÒª“C`¯LK¢‡7¼è‰yÈDˆÐR[FkõžÓÈîN/%F'ý®’ywô™x¶×Ž/}tK…€¿„哵*ßN-Åe9èxºÖãL˜’ŒžN;¢È,m×ïV°ÔÔ˜tP͹„óÓ£–gW1£¬E50æìªüeäAŠÊd³gQyr½Üh¬b2¤ð±¼²T—IñÀ–;[–ÒbýÈ`ÝÕ§o…×J66¾v„šÔÞήÀ4Sê‘Tl\DGŠ9ÁëÁ‚æ‹ò ^»é<æÒB®==Gˆ'ì¡Ånõª Q¼ÙQÙc£%Œrº¶Æ›päZÿÄÅyXùÕµ‡ª6ƒŽ9¡m|˜ä€q¼†•ãÁ‚x fE“9›ß@ÕÒ`8ØkmuYˆt»¦È±;œº|^3ÝŒm-]•9Eú¥,Ì"ži¡z³¬±S=;喻— »² 34k5½Tò¬](y§)åqkUhAã@¾+ߥ”Ÿ„]È@eµàÍb|'‰tj”&=>k>=UÚ2]Mjó;Ë«µX{vÆú^-V¼0b,¹›ƒ!g¼ïÆçÛˆiîíÅÛ‰šÉÂÓV¢Ømid“¢Š·êÄxRÏKêek´‘ÞªÍâ->ñ¬jš¬T!aá[÷÷Vk±æÒÕ°¦áHã©j2‚IÓF³í¼ïˆV!´†œ—|qBYE×F’E#¡<ô»ä/Êíã]“Ö'›=-=®²Q¹£}Í¢[Ê?ÂàC›f;|º `UÜÍ0XÃXÈVuî]l¥tg2@a£4ʇé.É ¬ÀzДãtçYÏVh hODðŽ2¨Ïõ®ßUï‚L4·÷ô^d†N5mÓ2à3½ñe“S‚GrÍ‚'²›Ó¬ã¢ê^YôV̉-HÛsu»‚òF‘§“γà{×â¯ÜÕÓ -+H?Kg«uñx‘ÁnŒU‰D¹+Ã3¶éŠìð´guž. f$ÞSVÇO:ÐO>Ùļ§KzSõtuiW½&¦¼Ù(Ïâ?0pG˜.‚˜æTξ¨úŠ+0@} ñ±Í ÚÙF¨ûœ!òÕM|H“t„öt©Æ²`Ê^t×ÁÍ`â`é°©i¹)§~Ôa‰»y¼Í£N>‚;•þ`4É­FäÞ½«vU«R¹êì\X%ºÑ1#«÷TŸO4Ì´/©¤ðÍżE»O‡ÑAa<1?¿ ÷ôSŒMS; AlŒ¡¯­òÊ^xúAÝbokHª9¨¾MœÑ"䊊¼EÉP û=“øf|Õd›rÌ(8aCc{¨gpA”¼su%•Õ›´º \òEÕÒs~X16«F¶rê¢c‰2tä•}'.Aeïå<ªlè@ÔË "bÛ›¬¦Y7;¨®º -¦Ô;Qn› -^·eŸSçî´âƒ@0å(*+P, ­%g‰À* Ö­Ü’*ÅÚ"(ñþËB0)C«Ê`µb6"KyTÜ©t3Ø’=ó`šñ'4Öé+ÕüÂ’”ò§e7¸CEL¼$:Ë Ò@ç/¢>¸­«(€!!Ûk>ˆ–nötA&Š7(ÍÖ˦³9tüH´w&Ùc¸‹J]‘¼Â/>¯ø¯•|IŒs3é9ód@£R.¯˜Üâܵտ­àÏ üi_Phȇ“ÄEÈ1O8u{™fU•* sÇêY3H]JùD÷R±& ÄK)j9þKUS7•HDž]N Ç²€Þ¨‘´0’>ųéÉÿ9Ñä¦e”ßm±¡ ž±{LŒU½fOAºÛNÌÃwJ‹`f®«œF—$œ®ŠMaîÂÞö{ìºî`º2ÝÇy6Å,Su‹¡±5ô| )“ÓZŒI´Ù›rØbf„ÖP’kŽøÔ`ˆ -L“¹E&£2*ìz‚Ý­5!Yß^2°%áôþo[é“M¡ðíB×Ξþ™Ô¸fh}NÞú(½d@Yæb£†h§¬?%á.˜ k9Hš¯û˜X®LÍ+Läýå¥ë„“W@xåe‹Þmè”p?À$«Ò^XsYÝcsÚz'Ó¼”Â5!:è”ç¸lïU´xW‡Ž[ -—ß 1JDT!ú $‹¥ôŒMM|“Ad£šƒË¼š-Õ•¤äž•pÛýF‚kyµY…ubNׇ—¤q9È9‡žuG-,n²Ä\'¥‰¼ ÿ½¼ï”»oÛU‡? -´´Ô5X]Ùª—mðÞíÒGé Ý®Q-˜L¯¨zû‘HèYM@{i4×·ŽƒµA皃Zå\dd/¥°£RÔ7â-ÃuQÙrs£*tT\é„Óz36E`c¦|R‘Ó%h˜a‡žò7«g6¾! ØNŠË}ÚMÄæž—Iy ~ȧÃ: -y•}«7ˆ1—Ê–"|ªAl ïï©:ƒ…A¸‚Öðh”Ïû¡vö]] -!Z§3o2>.¥‡©`©4Šñ¥,#ˆªáˆê Äkü;IV·÷U‚ ~<äÔ¸7Ow­óVl°6Tçô7˜¨Igçš[Ђ§÷4$y„“Cèó4£4…iÒÈ«•X’ Õ&„A×ij;ãžca$¥ÛÊm$ïå‚P}‹Ð–üàS -†…é.<̘7wA½ÚJií„sæš}±›£ï7“‹±Þ“‘r\qy( Š´qØõ(U¬ õÜ€S1Ìm ½)¿I:Ìç0ü™ê>õ t8²Ê&ÉF²õƵ+£èã05˜¸Ë—)Š8ƒ6±—X¯”ÌÕ,= x%m§nôƒÑaó0«lî&‰9#«aCi„I—Úá6%ËMŒà™2¶Â’7ýGif5ËbÊŽ 02Ðê`ñÛå"ïè6g7@­‹ Áô E%¬FÖvUP´—h`,ß0ørº2sOx5n5[Dèú»´ÆnHˆš$Å™ •ág¬YxA¶*o:*¿c -ê¤Â˜Ü’ˆu·Ùx>»j_¶ã>ʶ0xã®û·þÿqÓÅö‰€b-ÿkf}ÑjVÃÑþ¨ÔÈ*Ô.d²šuD=ýíŠÈZäÏzÙ"må{Osd>í‘Jï!¥÷(É{I…¬f 0îÖÞÖÃ>Úƒ-\µK¿[¾$_•¿¼öKâv A n1·/A)o¶¶ôc‰X©Ã0òGcL.Çé‚Í}®ª ›ð"È ;7’ÍáU¿îÕ -ˆàZså²ë AgäÚÐëÜÓ[Ñ}ÏdV©‚ò1®D33xvõŽ~7-#hØŽ! Rêë»YrB?bßÞžårñ£:[”ÈÛUÙÝ½Ò ¦öº­99LXHƒþNd‡ËqJÚå§ëp£“—âí`Zù•ü d~qËm®×°J¤Ùmª²Y)h0yöù„¸*8¿¨Óf2µi]°¹`Q]Áã¬JÊÆèiÎÚîÉúþvq‰¬î3¬h|—’'±Ò€¸’á É뤱¦©õ0r{ -êšìxŒÂÕºdlr#º³T›t†Ü‹ôƒy#¾=?8øLJŸ½i£—¶çb ½ã4ªìxm‰î!s?Ç—KUvž‚˜çâ zUŠà´¾)SÊVÿ„‰Ð]%»¯"†sÜ‘Âæ» piÊHäoK=í\‘`Rþ¼ö©ôJk´· -³ÑGþõ‰C<\ùžF@EÁ̱‰¼ÆÎ•%YXÂ91ݳ…U¡91púÒþ¶zâU -¯ÎEM¯Ú„œyÙªè‹U¢ÎËXÕ]ß9A°ãµôÔóEû³©ç& »ocõ4ÌüE_Õ¦^\Lí§˜_’àqh(ýÊ-Œ3ƽM–—pNŒØ Üêúw1š¶ÿ²æív…‹`Â1sŽÉ]ss¶”1¶Ùgö}ú(WÄ`©¤s q’RýEaľ‚ªRhlÕ®…É™ÔK ·8q”ÁüåyÛ¼aÄ|Uê*÷ÖfšÕ›ÂÕ( v:«pŠS‹faÝÎuiÀFmùÞçë+²ÇÌh½áÊÝ<žv|œ rf9v"«Ã)mi]ÇK.“—R—æÄp‘ œˆ‡?Þõ‡;)o× ‘bÜ"G¡1R³¬CúðˆXs³"ßeàeg˜ -`}ÌgìÃв-¶¸~(ºU×âÙ ¡Œž³2µD×ót&yê/$º®hwyB›¸wæl-²Ê„¡˜»³ T±¾¼¿ í•ÅI]ë’Þ…RsÌ€`=}0H„+ÀëS† ©W‘I%k,>)•H¤  JöÐݽ¡Ÿ›.VÕ¢ -äWf¤ö·Å²÷"nÚr7‹“JºÞÜ~»”ßToð6Ö·¶r!…ꡆ[•Û…Qì”Ö‘/{ʉ${• ±'ð4š°†è ‡ÕóÙ¶]nü[6*bV÷ÀN„(v) Ò=©Ìf˜=´Æ£¾]%¦ºÔÿÕ3Ì#â™L*ɤr±LD¤Ö8á}W†ïºØ¾ã—};Ïš¬"1,šƒ'8“JÓ¨ÃÖ\43´²÷¼ÛÚˆF¸lü7–›ˆ ·´× i=þãyˆ›w‹½Ï©±ÅŠe:ýãŸî´G¡Ì>2£ Û&¸”RŽÔŸ¡¤ |زsRMv)µ 眃 gu˜6ó¦4¿é{?CöJ(£ü•óÜ.üfѱñ´O}4¬ —ê¥îx¥ò†bkªùŒó·jîù˪¹"[aRVîF'Îe¤:RZ~¡ ^=³zs†¾ocamجŽH,¤ºbå…f³Ã­U×A™ðí’³ŠjëTRO@nÐÈ¿&†­Ë0ÎkG|ñM÷dóùrw¥Ò?ßVè¡A‘œÐhÂk¼D?V² -¥¥»¦,dcÒ¸á:©Ä½ÇeÂÀØ‚ø¯Ø܃Í,”¹&‘ÆÊÊ’‹Y­?FíÁ( j*Hèâ%mSd¸8A¿š;•¨~eëÒžŽ_v„‡–¸èîƒX¼ •qÁÏ…¿v§Š­øW»Pˆ^Jaí!ÈÝø{ÝO6ðÿÏ€£¬õ wm 7wÀŽÊq rÜׇînÓ"=+‹>¾YÀ€´1fómÚ€ŽRÅpªØª/j½£]±¬òªÅÄ"Tîê³$˜_]Û…DQÿåR¾!c`¶g°±TP‡É±ŸI! ¾Š8Q±²hÉ„373Gà‹ƒ)èž–eØŽ JÉ67‹êºnh;¨Ø–Ô›™”fº¢x5´(èbXµÐycй\Ì)ÊÓú6 A©ÛLÏKlŒºá+Üñ -W´lK=×KÊ>7â`;g#Þ·æ }ÕûÕ4CÂUëáÞ¸È{GW©ëÀ3²(]L{8™K•S8êáþÀ§‚ê6º.¥‹ûÖm&õ©]÷Ó ;£.¬+±Æ·g|êNЩz«Ã§šm0¼’èÕÃM’xÛFò›þǸƇÆîžªÛ`ígL*Be{yç"5+) ðG9ëª9¤u! Æ2›”üIˆˆÄ‘³¾`Ñ!ňK*eL‹XQg'9ü½wÒv›c<ÑÖçEÏÇì“ЫI¬°š~å·Æ\f˜¢'tcÆ.QTok7@‰·º”mÀôM2iS,#r¸›ø†+wæ> ÏË(<ôãÌ­(§ÔÙ /BVéî õn:8 -­½†²]:öpÍÖÝÕ!œ[,Ëמaèâ6ºÞ^Úâ!ã€Ì -5)ÅùŽEÝÊ¿ÔØaGƒÇmR -6”‹Ôë‰ ¶œOBÃM îÃK÷ ·0µí…À·G)o+ŽT®÷­±7E1˜êÓ³©5Å¥âÇ}älƒ³Â[—Xò";:»ÊP ¯O@rG’ %9¬ÕûÏœ¤˜¿Ê¶ç“6,hø -ìsfä/›eÀMóàwîoùäx–&C•Œp|3æ!«D¾kÙÞøüóÊ—ë>ʽf“Ú•uB +à@m†®I.|*¡S¤˜Á6ësS=¢úÿ[SŠ.TRy-µ´8³©j"»î.¢DG? ñgº£=Ž\Ñ Þè¤ÙÂÂZ 7g¡È¡]ÊùÖí¯=Œ¾ù‡g4sH+º¸›ƒÊÛ`­°Z·'dˆ¶qÝ&ÔüÃá%úy¼(¬jù¿jVm ´hì°I×E !ÅHDרSеH2·gùñ¿áGY­WVÉÎ.yë¥kæÆ¶¶Å†mg¶ô4ÁéÙ§œR*Tú7³a±ã ^áÄïÉîÆ„ûd{K0Áö  )å?ú|xbΠìÚ'ëq® c`–_ÿŒ€—½äúxE­§D5˜P5S‰¬6â½ñ“j["QI±T»;»guüoL½€È3Ÿiá›å‰X„%à -æ }Q¾ÏÉ»5jä¥öÔ=J@œNÊ^ -o8èM‹çØK$•zu_E_f[ ÷¤•èM®W©¯P AºRÙò›-O88>i -,„NÆúKÙ= žEy»r—´«â–á„Ät_©ré•7䉜ÇÇô„üCdÍ'1ùxâ¹ ÷8à&Dû[¿}¶J¤ƒŒ"ãàÖG¤=Ø ·?ù?_/›rºûÚWeûzaOU϶ÝEÈ­ÔÀ“zZ’\ÜþW>»“çh¸ÞZä6¡í7xà.¥"…ân°ö‘‡‘³AZ“7—yg`Ñq(Ö°uuæ÷&_üN0Ê×úPVÿ{Ûœ•8Ð>bi¾ØBØê³;Íàä|•N©<ÿeJÔí'f]ó_U¹‚m“î€îzŸ5z¦ iŸu¾(]Äžì$±_¡hæÞÃ[3m¬›ÀÁ6æ†%[[÷ör‚«Ççãë/ -0WtÇQJÉ*4%q¦;VµdP¾$(0©A8Ò´\/[¡þÙ´Og_ÊÏ*ÊXÏ.%Èþ^5{9eÙÅ%V+ ^&¡î]æ(Ò’’Ê&÷ZO 8g¯í:·nm]²™ÌŽ1†[Y.†|4Æv5)¸F‰ˆ™ÕSYNÆY»S„óZ ÊípDí;¦7¹–~yj¢i®¾5c®TR¿–U¼5¡á;]OgF5Uo •ºxã 3e¢I#©Õ㺳Ž{•äÈnÀ¯½ ñ-gŒ*áßzǦ^ÅÛÍGgt‰:% zËÂìægsqRÆõ)yX|%µ€f›QIË—’_n"7ÚÐÃpFîÂŒØ&-× Æ¶[· ¸§©ÝÂJÕ)ŒPãmLþBiTÊ_ÊzSmujÚîãriüiÝhQüÁÒHwêôŽÔ•› [zÝ*Uàj&dcμÕÛqtN1J€FT÷Åõ2YZG7)a}ÕØÓúUaŒ~]‡Ë崢춯lWE‘Í è(ÚK*KÞ^zk0 ÉÞ-vß|*Uà‚¥‚­¥õ9M¿Â‡m̸—~=G«Wé¾äÈÈxâ7/f¡“QQ˜{ -%{\›–cÝnVá Œçß/×~Tgkê&jeªS–mÎhIçn®7"­¸DX¥5 3ÿExÕßlŽñ °cäz;Æ>zBó}F;Ù¿`ÚTó -i% ßœÂôc7Œm=ÔyŸ¢Î\Ç>swòŒmYTfµÕãbS²{Wàž,ëb¸iÚ·°š –ݪØLLИD/¯3PÔÌ[Å'Û½ž4žAË›_˜Û;Ò8a*·²›Ú+ʯ99™Ë‹Ì°eQ6¼wJÔº`¾WQÍÖŒb3šZƒ -£p${§3ÚÎ+Œ?¥Óü£wD0Ò4“1vèy畺¨[íb8Þ±¦¥(ßy@-4GnC›3'pn#½«ðËj</H,Ön{§ûn³yØÜ»–¯B¸Wù9GùÖSî&3Ò²wÌÌw–X2¥ôzÌlšLïxÒ›OÑòÁ¸Á§b“~[훪³7ãŽê¥TfËëø¬j|}ÞCNI2½9ÍVÔ ›¾2Dœ< ->ž¯“YjÆÐö•ëø{ì}Œÿí;ÀÇYÅz•=BŽ ‡‘ƒ<>äÞºTb¡gqÖƒŒ ã6 -&Zfž6©dw«Ðu¾€ß „ÆCæ'´è -~ÞÜØÈ¾ƒ~õþ0Wesî«áŒ=”ˆ ‰IÅj`ẽB…ë=)… ëæ~¶ç“Qݸˆðöò"cÑ»†#%á°ÌL†¬ÙÝÃ.m ß"fDê·ã—sÕ8ÒhÂmõœn]ÜW#Âöz2J Ú$Ù¢¦„Ö²Ù 7^ß½3ß'9Bçh#ÍMà•ÞJL+V,ÔÇ®"øp¼ûáÖõrk32FÎxàb -þmáݺ¤ÓÄý¨¢–h™6SZgŒ¯Bù~ùPåÖ–—½h&gº÷ sy´îìÙˆ³1Y¬Î¨dýˆye~ð؆W:Yÿ´ o‘¥õ#ÖÊ`ýµëlOB1¶7zƒt:ðfØIX¾ÙB£kå õT~ZQVÛehx[ê õ«~e‚ÜÈD0VŒ ¯ÂÅwt+\2‰žTì¼ÃŸ•ᩊڹ´À‹ßÜï§ylÕ܇;¾øò¢×®7v¦¸æyoqW¸7_ÃS:G\°9 ©zhxÖ -æ3¹ mÝûfëæØVª>x{ýµ›QãÕøg$´’ÚÎÞG½%Ü–q'ñ—R±S]°óºNC²a¥BNãM4ѲJ^„i#.×|”gÍdè`WmΛPŒ»j²ú¦˜½ÞJ»íéZ.XM¡xÆ ä•ÎsäØ; -QŠ¢/€J'ÙÁ¤…žM±œOË^¥íbÒsÜxÙ¢¤hÛuÚÆ_¾?Ì’QÝë£r‹]«óºmU²´fqHjbtº>ïZ¾'!¸¼¬ sL¯®×¦í)çÇ êC52Ǩ]{k îjõœrËå6uÁvŒIëPØÃ'µÄàr ðË£÷Û5I+dt½›²Dͫ⸌™Á`Ê;sZXvªqŸ{e˜ 4ãË7ü ¹Åp^QÇÖÇ­‹ø²£<ë~åFëî×kŸ/Ÿ­X®šFŸ¬WW¶R©e9 ™ØÁ Êh¶ýz3·0ûÅk±+i¥V¥8gÇPúÙ¦yãÌh]çjDD½ð¢c4ãM&æ3]¹À”úŠ„›GBÂÁ6­¨nWï4ÆÚ9"X‰¸&C'­ãI¯KÊË.Z×®·€ýݧ¥ôI~ã%7Ê!cqÃYNî[~›e£›œ –` Íoþ,Ði.)©¼ùÅÂtŽ»•o×ò£š­vá•-tuÌùg–Ú×§¡Ô®–)¿P]½ÍŸBÃï®×ˆ÷2ÀÕõV¨b0ÓˆMòÄë^›|Oçt…Ü{ÛÕ¡‰: ñä•ÝÕfIXüçøQ½Ö ¨žŒ6Üi PøÂbѰµ -ÇŸFØl O°¾n¯¦ƒŸ0jW=(Sך­ÇWý,‰56¿˜8íÜóÈL—àãköÂ2im§Ê•ɵ—Ÿƒ õ_™â¹ºa!ëMøîêX¡Åª°7«˜«n­2!K4Á!”; ji+ßüu>™ïJÔ4sÕ‰6P;BZáµÕ)HÅr[]W8Y6åÚÔ(<5 žœj]ÑrsO>òÛÿ ÛÜ|—û@²à„¡ «f˜Õó˜ÅÜC/3[ýíU×Ür{çœVšxkì7]OÆìpØ(žÙ6VɇE)>ƒà Ê%8;Z(î]®‘¿ÿ¡˜|™=êºGº–dØéJ(²X¿Ú—¡ÒjoíªË\òÛæ³ÝyöqšÉ¥SÒBmÙzz.6y§5#7+&>ÐýíøöÝ™¿¬6#Â5ñ·®#û÷Ú>ú-›á;Q•ŠA \–¹£æ–ÏÒB5×_ÑËPéiE™õ¶z—óã™`" -—Ç!| ûGn04ƒBºií€)K‚¾Æõ­µ”KK-iZ‚±ϸÞÐ=%›=cÂŽà³èåÃBú6Ÿ@ÏJŠD¢Ð·¸ó¹‘QÔPµñ†¸€Y‰ÔW[ð, - -¯9ëè.k‹ån@Æ<Àu´Ï­LBür´:–BTur72‡_xŽÎîÎåv¯jèm'jW2ÇÚ’´zÆÒŒª·´û¢m4ñ9×AGgÙ:+¥Æ’ð¹üØ¡/PùX[~Úœ*¸«‰Zo¦›5o|=&ÊQzë´¿>•ªèu†ÇÀw×*€y‰õ’ÿñ?$,ŸžÿèU²Šò´ÚT¾ø~'ìAÆúŸ =–zT -vH+¯Œ}fèé~d l>‘Í+6(ECkŒ!kµËë,³ÜF#±éaäëˆÞa —3$ŠÄ_ênxO¦”XÚE@_9g™Eu»6UÞ1a6$×gœîU÷¸RÓZ÷/™ë=<5Á\Í - Pz&šqC?•¸¸ª -´-7Ú‰°,Í“ž*¸k讃ÐbòùÉwÓ@0ðp¥EèrmbQNÛ«öLÖŸ§x¼f Sˆ ”IÌ…­?J/µ1`FɘxÂ$– -Nû-€y·"¹ýCÇàkÓdNöý胶èÄó¦bX@gxÄSÒJ !ÔÁâÑÎ>ŒbôΧ¡Ä½”ºÑU½-Ò¸ÛUa)+™/Î7ާx^ËÒ}ß2ABûîB÷-È<רhþ+]SžK9uãC1Ï­;fôO¬[*ð¯rÀ!ÒÈÛ{8§AâRŽ _.–ó -YšÂ³¥êÙ÷kuñêÃ0ëéÖt-Øäýá„û‡ ÷—¯ÞÅ·ç-xxC4¢#cöcsózª¶á†¾íK´íýÙN¯2˜{¾ UL-·…lx—bL.—k?Êè|.·D+6‚D-‹Cݵ…22RÝ+Jž4\ É«ÂCz½¼›Býå‚bô?ˆÞ†env·4³dd—ËÂ4päBê¨,モ©Ä’D|¡æãCåé’m¶LïÆµ§ÌÖ&¹qûCK‰%tÝŽîôâi/ªi‚\h-Y  šsÐëpnD·ØµeéGlZ®©^O/ME(‹)‘až•ØÜÞÊfkóâÕÏÖt‘â<"^T”Pù/?zÀpzÇE™gD5ïùPK ŸÕàÑ®BŠÃ âŽUÒ6ô ŽêþÍó© ͼ¤3Q[g<¬ÎãºKàBÀÑ1Ü8ËloÇê››]ûï¯À¢¥eÎv/ªÔS”MÈÚ×ù­ ÑÚJaK@!±p[V}Ba²œ–¯¸aÇ*GБ»`m…®D{'qYB+"ñ˜óýûaËðÊ‹m´²šÑS¿ºw#Ôˆèöö[ß÷›{¤nì´t×Ĉ'Ïf%Jie)tµUöxf+0ˆ£“ÊäZõÚЧà¾åò· ý×s ^b”Tn‚ÛòF\du<áê ƒg!™cîQ "…n=g6«(Û{áÛó=ây=ÙÌÿr”þ8§ÔžP+8"ó$•À›Ž¡t×Ã(#ìË·¯A×)VßvZKÎÇ [iM¾) Ú¯b³òÀË4rÝ{bfš²@›W2¡§Ä÷©”s¥çÕéšfضã¹35ÎlíZRÆ’ž\¡w³Ì“{·ùâÚ—|¯ÏBs#¾›oäˆ/ÃL %¯eÚ†Ñèt{°o <ÀS+éå< q±·ÜS -IS™ÙªïwÚJu#Þ­'²Â\´ž‚fSk°;˜¯m™µ„=Z?Κã0©Ì’ÉÙ·}ACR([«m -¥ÙòaÓ˜òuxìµÉ{„Yžj”µ€?"z­M¡ô$£šš'ŠÊ<ÄÀ:׋ÕÞ¼è¹ð¡B®¹4FØð6&¾cº¾·½ã·ø“äy“Œíê3ÖÅi 5;wOû­Ny uQô -¼Ü¸Éå]ãT‰ &-„K4#B¯U(©êZJÏ2ʷ楰r£1ÌËóQœcÞ´ÕN¯æ¤YÛÅñÞtøÎ½ÙPpÕ¼¬sðô&ZýD%=<ÓJ[ÖÅ vÀVúFɘ¡›W‰Une lÀ?‰²’ÌÍwFðÃy]®yx&«ßê’Bñ?–&ZhÖá2˜ZsúI?<‹z–üg·ðà¶g-ÂÛròŠè÷û^{Ÿ3ã$xvZ¹QfíÓÕÁ7öW¢ b3BìãS,$HøºÅÆ{)¾YãYüÆY]'^Z‰wæi(ˆª´†+ºb-²™'È€¹`Ôvº7Ô3ý—µ÷!‚†™å; ±´¿ýL+jùŒ·}5P\]Èr„Áá`S,–ÖScÔoÌ×Cç6„®Ý¸$öÑYź#s9yà–˜—®å96Û8&zï’¾:q}O¤œË¢4j7r@ ¿1xá’]Ú^I÷¿-œ:ÛC/•wn[K”yºc¹Xø…olÓ¸…Ï'a£õLù‡Ýó3ɦ‡O~5ç½e¹…*o¯NÞ.᳘õZ\§þ€á(WÏ#¢‚^})d­Û'`–!îê ˆ\nA q5þœ¯ªêÜJ j †šÌÚ‹»â'±ý,”÷¬Î®zúàøµVì }²‘`ê(ëíí¨.½ü8Ä6–©VîUË„íÜõ:&‹æv½ÔU¥>s •}ý«Ö|ж­øÕgUw%XJüW5 -㘥j;ÂDTÛ’äšîLóŽMOËSœ_*þ{zÝ™˜5W^n%…·¢›««½¥Íg[NTÜòÆ®IxÅ™id|,:ÙCå/ÂD#RSå¿5þ¥‡òt`Úƒ¥è F1²¹|yãSŽÞ;"Í@£­àÚ×| ùõnf¬æ?¦XXÁá öç­ —fõÌÓ3^Œ½5Üë]_¶¬f3ÜàÍjG» ? 8 "å8#ÍènFu·¦bÏÅS£ @c$C/tÍ­yCKÎÊ·{Fa˜¡z6­Êœ¢÷µª/K² ð:r¥ê ÛOÓnEðß}I™>ì2×ð"ƒÔ‹ÉF8w¢e ã+ÄfÈÌûnF5?ˆ~œIˆF—ß*©³ÿ­·¤ÏRR\¹ —õÌG of|Ëôûôª<±Z>Y§9lÁšDŠ:ô<“åøFé˜ûôLŽoîÌ{Qo›íz4ïeæ+¯(ÐX¸ 6%Õ!L¶ž®ó"}B’ã×à¨yŠ»ñw×`2O¾.]I´shÿ2fL-<ÿÚÎVnºë]{œÛ Ÿ§¹?Q-2‰ ãüÇû É,F¯yY!Ç`»/ÖBb­Zî,G¢ÖÄ>M[ö¸ZUûg‡ÙšGââ«wZ)V{!PY(…ÊÕȱ ð»:MÔ]æ‹ü"eJ æL¯‰ÉºÔÂ%ÃåTZÄþ½ìKãë°‡Wz¦¡¢›½¬ò¬JUöO -ú8Ï´W»ÁˆÏhU.Š7ºMx”‹P}Sƒl°XÉ_»ƒJQ‘’Ú«&r•ÈF|/vŠºîIuÖÔG^-.—AÉ‘oT©£Zê<'îDÞ†CQ}‹2Jæäcßé6÷§—£X§*‚¯‹ ˜ñ$ºg"ß¾yöf@Q9™E©¶¼qog¹{0Ü>óÜ×¹R”:w,vñ¹ ü¾%oosç«€¬“㜞 ÊÈSv"ù -Cµ |slÈÝ™ˆ µÚœ"~­eò1åæ¹AÐl¤åô'„ `Û¨×Ͼ™ß`¯[€)§³V^¡3ézÜMÆ>«U8ŸÚD5Ò̦Umm«ÐúÀ…^z‡›nK9Í ‰|£ò9½¡ûž„l5 Œ€\›$±YêÁ• ±¸¡¶%€ÂõΆn±\ËÝÚd®'!ï $,¯Ë_~ÍGFhm¹`u RõÖVuuý1}[˜0ÈP?·ænï¡Í™–ôPDÅ]ʦ|îý[žðb½/ ÑÔ´( nC}õ®Ÿ»§²»—±¥20¦õî®ršñî3@\ê ßS~ëØD£<ëîU-«Ò€8ÍÝÌ,ßÄmÊ4Òž#¢—Ȉ“Ôåa•¢cþµgµ¬iÈFKÌ­Kú£±i×{Øò‘´F6›“Ïb{_.’nïv•: MŒ6§iÄ„Ëåîh²8޳:lq‹\+û lÂfˆ·s“ê„>JVþa-xŽ/³¤OR¡ÆÃ~H^øªuaPÉ‘ê¥ù-[¥`ìÁµ/^^ä%&Yb§J¾«,nÀɼo^T34³›‹]7Ÿ£öÑî°ÖM¥El§Þ»~e8¬aYŠÌë-`ÞÜç%üÚìqEèñ«´4sú tHdú¨°ÝÆnHºÄ)©Wð¦] Ò Ð+ʽˆ…š±Ì¢z[<¬x«»±x|X­ì2­ÓAä­ÉÕ{ƒ”xƒ>J‰EtÙè¼­3›Çèsg¶Ý¸ô=Ä·•-Ù Ò½š’Ö…}ø:gm°u(çKãá¬æ²$޾DŒ`‚¨­Í/Ç]îÒ醪|p¡8 )sÑ׆dtñé¹tD®$ï@tâe.í–e7¨y"#»ÙÛ^×›HP.¼B/&Z™±$0hV†Ärù÷CÅPß-”BE;Ý%³›Gr÷ÿ5|ôs¡s*[òó¶ ŸùÖŽ«  ×Þ1¹"[FQs0Á±’M»Ï›ÏõL:§ÜüëmbË+¶Ý^eÀ=¹›“Ä:…6±3¥¿îŸî'‡ã¬SDÁ˜±Dc£sèã÷ìt'–&ÝÕ{ŒÄ]ôëÙ¨_×ô©7ûê|_@Dû¡™r§}ES‰^ûÝ×XùÒ­õé¥ë¹'qÎ2‹rw]SÃgfmW–Õ$Ê ^ädbª¡ýúªpYAóF´NÒÞwsª¦E*;Î#sûm2ü¿³¶Cëå§\H±ÑùŽÌƒ#"8±(÷™+¸Ÿü¡HÒ·5˲¹VìM–· Ï{Ò*;t¦Éù¹Ñ¶þ%3€Î§šÜª ¶Åh處$8¸ df¦OÞ“UŸ-?ákâÊdUÔÞä[:k3À~-O’È(Èét¹òQUW¸FSK4N»—éC%$–Ú³4OX›ý‡:WGñrX/pÏà²é®af-—¿CyÛîÈab4–%o çåïdPÚ#•úÀôÞ˜\nðB¢}Œë7מxß“7·õ[ý&aSÃ%iÏ>#»åõ—µr$M,E€n¦å«~=^ÝÒþøÕlU³H­ÕšÿÌ+]s]‘VφNÝÓ›g´‡‚Ï’¢–˜Xò9è¢@D¼—üõR 7µÁP&çÁ„ÏqìÁV»Ø1@(NAv›gîr @¸ÿïïzÌ&åƒjVG"Ö¢×ÿ— ?nxñ[ötO9bŠ~‚wÚ’õÿˆbZU¯é9@‚äwÿE²GgíÝËAö…èÿ·´OªcdfºFÔÐç¼þH=HúhfÑjПe5µ(!‡t¸3Ë#½wkC×kui“JNÓr9k™3[ŠŒYW‹tÏ'Ò I›²Í5ゲ“‘ÎùïWbãXQÃ$ ÓåÀbòü W+V¸T‹ÆóZ]ÿQX¶}Y”ÂJ=H÷÷¥åE-¿g ±ÛŸ§¦ýa½¾Ä´6NjõM)e G,CUØíå Q}꨺㥕ÌéšzÎæ)¸Çl|v ”•á¹ïÃ-=g©WøÆË»ÿùð:ZJÇlcac˜îæòÇÇHά2Ä8©uÃx¶åi:G/¤Ì|Ó·P7…À=9¹ {CcPèJy˜~rš‹Iæ¾#Yh!QõŠIçN’O«}kOÞÐâ´FB”Qí¨¶LÜgÓ YúÁ볿çAå-«jîª6þÔÜìJ„lJŒ¡§óuX¶dœ%“Vû÷I0Èà&Y9 ñ0Å­8²FÃpob)û:‡/ËTf˜’ÂÑŽÊþô¬èƒ7°`®”Ѱ:ZµÛ5rÏr™CùEÉ=ïâiÞ¼f²¾GÌ(?Á®¯Cò§Bd¹©pŒ”LK%‹‡ý`¤¯r‡>[Ÿœ™0ßÁ‘}©J†Ó/+Ǹ…íCØîá,Ì05-ëñ‚Z‡uÀH£Í†ÕÎÊÂ9G‹Â•çªzJçÃ*Z†=V¬ oÂŽfý akQ‘è¨ÚòÕÄ´Ê…ây^^‘T=V˜ËíÉ3­&˜áKiâL‡\ÍÑ3¤¦æ-+ä6YK}«­É­ÉæØ,Àî‡^åç16 Xï6YÉå˜ßòÓ`_À ò»%î„‹ØÍ>`btÅ+㻪8Ècf³NÍfãQc:ï×ôª"$É1dòµñýÓ)µ#ÕÇuš÷¶7bÉÁðB@r’îúú¤Wa¦æmŒ¡ÃĂӫçtº‹Œ2÷Úª'±ɧÈw™X%œ™ªuWÉq#°ÀŠ -å£P-™ÁOm¶dw$LœvðÈÑ27òVr»Æê KÑŽVvéMú[»ùúí^qÜÁL¥6uX­…d€Æ²Ä§ -æ YÏ0V…zåäÈ›¬4÷ï©5™{“¡˜Ê\ÜT‘áÌkGe[zð®8Ìm1ÄÞcDtpfV‡òÎ:U¥¶/«Ô˜«~„ÛÝIo,Ij‚²t=ÆdùˆCf™ƒ -ЪM:Ì=!´ÞÓi0 v¾–êî;|p"ÂÎ -ª?£q·¹Lw&0™Ô±†F*ž÷få:¼Òm3L¥ky2?âxÎÀË¿Óø(³[qÍ5Øùœ$b¢ù)9§:.¬Ô '«åíÓ˜¬É¤f>ƒœß à€Î‹‰œáC«éàÏk¶½»+J6­“Q1IŠ{{nR–ÐB)Rº¾åÔLîlo•¿;æ`c¼Ð˜Ô™§W€I”™¥øÃÅÀë6‘'r)t“wx·•¥ÍËR|ôxÈ’§ãq·™1î2Ø‚ZâZÖv]bâS°ð¶rAYB¡ØŽmSfnÒ¢¯xaaŽOÃÕmŸGÇ4ÌÒ|¸xÄ™¬¹%Ég¹ÏI=¤Ö]=ÓÛ¹÷2JR9ãÇfâ·á€œ²”™RíQfÚ6 —ÝIP‹äS#-a/.Q£4öse–&’{ÖÙ*…£¼*bÝäRAË~¸æR*öw¹ÅÒ–"~¹iøÕˆI¤’„¥È‚Àäld§–=N…”§ûÿ›‡þûŸîUÌ?úô×ýåéOóôþËÛO¯o·ŸþüÙ?ÿøú¬ŽßöôéËûçŸ~šÿåé¯|óøøúãOÏoÿ¯¯~ýòõçOüRù°àúáoßñîåñöãëO¿¯–,p ûž>?^^ŸßÞ=·ËùÑÏÅ‹<=÷xyç~÷åÓËãs'”×À=ÿŸLšœï>ÿÝËוÑW¾¾þôüõù ¶g)ÿíéýó/¯_~yþñ=î[: ±pþæ§—×ço?éØwüðøåùÓãíýÿ÷¨ ß7?}ûøüüéñ%ûìÇÇÃóâW5êÿð VüŸùÿ—±¿ýÓ»o/+Í£sÑ‹=}zýöñîñÛ×ÇûŸžßÞvŸ˜OàWþÿóççÏþþòøôåëçÇÛOOÌô×f`2ŸŸ'þ[•d˜‚ èdCÛóóþÑE:±7c‡“q 6Ÿ±¾w4ýÊåße¬Ç¦±³wÙ1 ÍÚÉ/`Š4?Q}=‰+¥æØÎ}éUÆÖ¼–¿‚ÄëŽjç´>zçv!›ø:UŠÓ1ÛíB¾ATKñ¦w—Ko¼ß~7W±ùóK;­ì‘í|¹›ãŠ«à“0ú»^64J¸ŽHåÕ-Ë€«Õ¥þ^ƒCh*YÛ™ÝX+ãp¢Xµ¤Žñ°§üò$n¤X¶ÀíÙ‘B KÄ -_VBûwÅáÅwFZ+Ÿ­J÷™J+§ßމuð7Ö -ñ -g»Ó×\ âsb©}¬ºJ Ä¡YÍ- ð,ƒ›%“E®UêH=éá/ µ­ ‘ žj!·s¾ k÷·8šÒÈ\ô6Þ¿¡Šbæ;EQëE= - GG¥ÆG¨˜ÄÄÀEãN¨Ù2*ÔëïAíVcd£Ø ñCJ¬¨VÉ-‡Èv¸µâš{Ñm)Š™³a:©aÃìJ ‘P\|Ó, ç«sw»bWøÒ¦Äªp|ÿ)„j*].ã¶úíGÝÚPYý(»Îlw·p޹ֶ£– ßV*zs¿ã†[n†yÏrE:21•©7ØÒb2»;¦¤Ö7†FyòÆ"`FׇÏI¹$íýe]K¦µåU®Ùæy¨Ñ™5jôš/ªXÃúväWІëá@ãi M€ÆãU„8ÊêǽT´Ñ…|“Ó¨¶T€DÊ4b© s¸ T©×߃ڽ­œV¯B•ÚM³r]±madr#ÝÚ–h¨lË4ªÅvIÑCíÞÖ¿Ž±åÇï6üô²þ:y¤q`L\ÝËz7r¥ èP4¾i¸—“Œ Ðk—NR×ù¼mpt+»îèµÒãî›èàˆ‡3?»ÍÕ¡ù¤åžuj`Ï^û§VgÀ<-C™¯(ÓHÍ™0r)Ù¨ÛÞ`µÒK%Mî9hšvÆÐ'“VÕÒ½£¡efüH©Êƒv lõµg„› ôGU¯½™]^%µÍ°TøF1“ ½™rJuU!¡•-©F•3‚Pi ˆ}‘#‹˜ó± LèÅÄ9ÛÈ%©‹£aq.õ -¯&ß®`ÁÕòöã„Ú=bO/78^$íÎåäà:*µ¸ NX/kTeÆÖmØnpâWKW³·¬5v8ëG'8]ˆ–Á®©¡ªß°ËI㱜»ÓŸa­CkA)[R¼Rn_nœ†n7|*)JGÇÃYŸ£“SÝÍ@ìÞqÒf¤ÔÓÒBøÕG®–YŽÕ!w-y#t LI/őҊR°à}>49•âÖËá}ëìDï;O*z+lbjÈ¡˜ïÆ÷6Pþ!2Ž–3ª±<©ì­ó’º­¬>B"\ÅemŸ…1ƒ*O®²Y›S³”ÜÊÚ†„GÇͶeäõ¯I­¢†õOB­ÒI9ãNkœŒpyÜmm¶•}i#ãPVD³Œ”粑fŠ…Ýmû¨&ãN»Ä¹HžHڹܾàµPÌú{-ež®V”+ 7‰q÷%nFå`y4ul4¨Ó嬒Æ3±s¬<,EZÏ}gêÖBq^tׂey÷QS0]Üyµ‹-ÃßÖÅø:(gþt[S&qwª žëº8àê7Wš…7P?°b«ƒ‘"¢úÃCºl'ñ.¯ˆbBÁ¬CÎh­IèT£2È6 yE°Š™Å…‡²`'ÔiT•Z%©¿MºX§*e›ÖjµIv¹˜1»@~ŸzÑ<åôãŠf†^IÊ­ÄX‰ÕˬWÔóX°òzIqìB#K¡*±9{¬,ïç¶×A7µz„˜T5¤7:Æ$§0=\Ü\íkÔî ®Ä)Ô(î܉K»Š–ìCƵ•'ÜE,hK5ª{£‘ÒÍVº×”z)ê&JêÐF WU\”±è$u\å|[Oj8ub³Í;Nf½ª­ª´žô{dé¿Õ·Â°®˜MØ»\¬ÊóÉùLŒYMn¸Z+ëïA½‚Uâ 0åÕ0MÈÕ2$’¹ê²¨RU©fžwâÐi»TCz÷PÆŽ¬UeÕXØÉ{,¾o]‹“ ×U,!ÅÇŽpP÷2ùòh9÷%ÓÝýŠÊepÉj“>¢!>Ãeµ²ÖAO(—‡¼¨«œ9(ÈŽ30‰·¤j«“Äs{«ªI¥ëø+ÂîU|—Óên‡ëeäxiç‚ñ‚_C3ëï!–Çàn'F`ÑAj†-Çî3k-m©F-×-É2y]Ón¼Ö}„c™ÖQšÄ•UÙ³ô‹j»^˜ƒ·Ê”sÚr÷=Û(Ûññ~3ÈÒÌJ˾ŽCGô.+É„FcŠJŠ]1‡Ì¦‰zv°)ePXZG@Þ°ð…>¯TY¿Ú¸3}> JZÄ*æ®10ÃaÕ˜‰wª%£sûª)•c–šHi°!·­ÊãeV}5Çb:wÁ¯Z3ëÔë­jµîdÈ ’:y»Weù3RÁ‚¯WöXÜ~¨‰ãý9Wð ”îÌ1 à=îtv!¡NC»Ƶj*Ëm Œú{H¥h™ˆRãxN‡Ú}#æÀ*ƒcŽr ÐܵÏ!mPÙÛâôÀ§œ³³Gkf“³eUËc1Åp4­ðêòöÃ&UìreW¡zìš©ëäQOåq[G EѺÜv¾Nâ^[ÆoѤ¬ -GPr˜š‚Þ 5ŠÍ>\pæFV Ûñ4%—–UÖ̟ЬÊS†9(˜O,°‚\ÀjF5÷ÕÕÝòÒºÔaAæ•ÖBcØq2’j!u}^¿ªœÓÚR:®í×èÞˆû¨ò¼Ob×ÌÂÞod>w…´®] ®«Y—ƒŒVjy©˜ß&™ÌŠÈB§vÀº¢8Óby§žë²Ýö‡-åtþ"WÊÁUœÆÿ¬sΕ;³B-8«“ÀQ§ÛJç¹R-MDÜ8Ùi ð,Uûš¥–T¸’˜,+ÍT‡J-h³žTï¬ÉëG§²GõÂH˜_JÌ A¥Ä‹ój2}ÖÿêUª3› У†êñ°…ëšZ®³ÁQc™#fñY“÷Áb"–3‡ {D¼ ìȵ]¯j+o”ZnåÖ¡9Å…:ßû‰äÿÑ»r“Z»ôî’Yá°kå¹s1è%˜ðÀ–ôy3¶¥4“:Î5XÂXOú`îrĽÁÙëzHj>±ÜŽ7¼õQêºÎ%n7£\bWÍ÷¾26gñÀŽ -¿Žñv·)ôKi/»‘Èäµ¥4¿X½«ß“ÅÈV¦˜êSž>“ØKrñÄšÒ:Ä1—¶ˆ+|P!uÙbé&{Ÿ5®Q䀙ÃYuÌ‚’IÞ·Zº9~¨Ü'[á5W0UT£È€ú×dÝTÅFÜgAóy\ì€ &ÔË$“S-½l‹TŠ™yzã —2’Æf;Pv¤¼ô Žß2l@Ž*¡öDíòp—ֵƦkãd`e8Ÿ¸§(9èÂì˜UޱÔòÔÓµÄÁ”‚åÍFñfo¨+Ä -r[ƽ9\.êËó˜É)¹b3x[V7©}–·ªô¡¼mÜ(PJÜÆDµëÊ΂y:0‰åTK5Ç{µUD?‚4—½RCi Z;ÇFrÅÞüÅPns¸$ô³@h6èE’u`Óùå@Tâ S9Ç&* òôZ}‰9‰%nRÒäsy£îqQ¥šØ`•lª9,är½-~·ÇÕ¦5§‚2Ù@oxJåΡ€Ó¼( ;;EÅt³-õF½¢àÙ¯"|ÈŲI÷ãIYU2”›½Ö¡˜—óåbºT¥rö±²dõ•0_-¹‡8Û ¡– â²ÓeS¯Ýü<uVEÉ XÏÆ!N#U¥žÌ*cX¸!µ-È 8Û¬ Ù„ª•øXëgƒzF×ÕäªÉ¾’yT³ £lPõdÖU]©)a´WEˆã±“å©©âéZõ ê92Bkg±Qù#%dÛY*¢Ú=ÕÉÓϪ…s2[—#ðQâ¸AÆ¡ZÊ» - \3TQPEa3nHõ´slÂ:ÑG®wÛ û¨¥‰³Õ®)}X34®<§!cmYPÏ,åÁ‡î xú¨í\¡°p[ôu’FíÈ =jÖ}j“´bB¾?)ŽœméFuÑV´¾ê:«ZÿQ²QCå„nÑCVÁdݨ˜ºÁ«äŸ¯›LÕfƒnÔ)Úbǯ×Uêݨq‡Êòª7œÃþÇ•³¯5Ã,®bh y]·štYú‰£¢A3£íÞ6Md,`‰óspÈ£Âd’Tmí„V¥S‡£&õzuF4@÷m÷ÖBsx6f8Ì£ãòÙ—ëhg$óy4ëLy±«ÇõÙ=©x µ{7@+Ùé8 šSÉÒMUä=ù¿ƒa^—×¼ZtÚ‘Ü›)ÊÕ¤û`ï»Æ~v6 o½XÀ†+¸nS%aרZ­Ë2S^÷ªÛfq4’Ö½÷åÛ|VÌ‹q9qó^ AÝ€¿¯¾5“,çö#÷儆§S¯ÁšËUÛŽÝeäÒFXSvv -?,±G3—Së˜{kÀ‚¹õ£qÛZg–è Öù½E²4‰.‚*ÒO²Aí¢g’¿þì ŠYõ·{ôÓ¸Ðéݬîv¡˜`ø -óõ“ù+¬q}\&¹9Ok¤RqY›Mèzs6gÙgŒÆ4@åTeŠž° -¹Y²ÏŒf½)•»Æ\¦^ßL‚øz7j”[BŒ‰œ„+G¢†u S?¡YI³ÊE©jê©QoÆÊ*¨[m:Ìk ÎÚ7 8Á¥»•Éh‰\Ú˜ú‰=lgeÙ­¢‚¶eõŠ„ˆÔ\ž¨N³ÇjOèíù2m†œ;°Ù]Ë–Ìéç–ˆM^8«34}MJ?ÌÜ(±A_Í«Ðt“¢³)ò²êr¿b -º-…FEQuÖÜÌnöþˆÞ¨iЭºù· ;3»òU.ñþ¨È¶¢º)l}·EKà¼M)¨ŠÉ;,!)+w'áèH}ö ƒ;³½X'_“S²ÂeA—~J†*X‰Ääe‡k£Ð-ÑlS˳vÂ#®—ÊŒ.eë}RQM´eY®›¾"­ÙáÍÊÇN±›/ÐÑÊÍ |«Î½Wt•J„Ø<½?*,(趘Z…Ý$À -Àõ2<çûSjM¼Ä9)¹™èsy°c·D—¥bŸmq£¶ÛÄ}3€…îÈ21ßFkg£¦A7ëýKÄEG(FæScj§îœÐòËl)ç¶ ÕE7Ï8ÕÆÚCgn-›5»!¨˜dzÎgQŒ´ôäôH–¯—XAÛÒ<ÝnÂÊgö2}ÈÙ¤Ùeõˆ=¶¯ä:c¬ž²¥y&cíQkÚÙ–kÔu¾šÞ܀Ĉ3iÂ#–I6G3&Á•Â#~¥›y iN#Þ¬JßP›“:c#×åes{V_â%ƒLŸ¦ÀàŸe¾³.&u]›ož~qCw™"…2%i@bŒ -¯8W혱5}1ÆÔLŽMs¯ÆWœâ†³ -]ù£,%åH•÷ËÍ$Œ-.¯þ „›‚<9òmHë'•=’P3S“»¡ËÍ\™Ô\×G–Œø&DÐŒËgþfÄA¼Èêq5°Ã÷^@\Ø pÕ =âÞ¯ÈÜmËü`*¨ªè¬¿N²-R4‡œâH†…%zZjã–À³p&wQ ‚Bo†>ƒLïoÜžhkj7QU¥¡—£¡ÍÝÇT±¡fNo>¼tw6‹>±´gKÊå|´žåàòRŒ‘´V©×‹ÃÖи¯S‘C¶ë>£fzŽfü”ƒÍ“" 5Ÿ`ã ɘFv>T7l-¢Ó`6eï[R©]s;ÏÆÈŸí½=á”ræ’ïÛ¢iÔ-lp3RDežŽ…Y$OšÌ¡s8!7aøƒ¨¢ecÌHׯE–Ù©p!«_·†NêÍ豨9ôŒÙ“ªžØ¡}å·!–esÀ…©Ü$¸dZ|m‰¦uˆ±uˆƒöª‘š©udqðØ‘ØîN휰àa!H¿!FU»|õ<[jÚÐÞyVA†ë’‘Q«"¼8לÍêëKìÄþô%…!oáwã}K\¶rØ×O*‹.£É©ÕÐé£]Ê›’ ýÄî‡AEQÇÉ<H¿¶TÇí~0ù"U mq#ËÕÌdT+h`ÑÙ¥/¹âp·§Ç Ì×ÒÐ>&5ÀÔl8ÖA®Þ®¬ÆLÀ޽IîPײr€þc!@mà?håZsS;µ/8’ZïÖU*§jQ®$uPCã6CIæà˜ËK“„-IÝ(®N[[×O²‡2œ¯-ø¯Ö›´»ºëŸ2v°eç6j£Ä–Ë8Í몶˜³…mÙmÄ9f%jU0ZˆÊB³ÎC;¯/™q\<ÌžèdPFfbø©˜Ä3µwÖJ'¤îWa=ÜÊ&):¶1ÛS¬Ó¤y0*MPÄég[Îê#žÑ“|¯EM^—>´sJÙ‚esoì¢|:3LÝU”ú²\ÀbnK¶4Tôð¸%kC\(s;rS´‚TEZ=s¨Â,†°jV=Ù^t¤höD⇳lÌéKÕû õ¦¡û#¬èXŠ«¡y¨Â÷¥"ºŒËQƒÉÔî~1 ʬ ¥’xè–F)Ì6ØKãx`—mæh Ý–× [Θ ݺ‚R¹Kj2­1äÓY| õ -àá3 ;¸£ì‚*¬×zЋٯçBiMTeÇãÄÈ  Ð]›$fiK¶'ªáÞN‰ ™Pn_9}®Äθ¹-Õ\=^vZn ²*-*!¹ïÕ‹-NFg.ôbÛŒJC“§Û:ƒß–. ¥·ÔêCëºÞV]L8.)j׊óC‹s²R×WЉÅiô3ɳŧiµàÔÿ jŒE)¿ú¦Ci“œCáèž§eNÇav.t—¸H>C?J †»ùh;§vé)ÕQ´fÖìì¤ìr¼´*(1‡œÝ‹`ë,8=ÓÛ€7Z Š¨œ<Åðuæ~}ÜŠ³6›Ö¨mAûî½0 Úú韰wí¦áÁºÏN{ÕTa”Ê ^{ö|Iàp²IPøt¨¿Ž¼³-‚õ‚çÝTcC%Gk¦‹Èº?Tª¡=ì¥ÖÂ4µÉW}¼]Úò¹ |Ïä)µ1»ápw¨ˆêQ2/xÝs¢S3ŵÌÞˆïÁŽÑÙ£¡º)4Ï›¹–]ª%k›€!lsÍEðÒ]£±pÇ}õÅQdݼÔ>aß"v¯H–hp½o¸îŒ£LÙº›ŠkÊí;º,c×UádÚ¡EÁöŠ¿jÍ›¾N‹â‘¨iç=\O -¶]š;•µÝQ b7ø2»¿ÎÈ ö9ÙÕTªú6e}…ORõùpG½ód¢·Khd¯>T#mºGžÖ‹zÂvÊúÑ‹mB7º5në,¢›éÒ—çG4‡ž¦ÈÍKü¯v½3ÈFû8TcHT×ÚH%.Ç3`¤²ÑTo®ÿ#UAzÍÅ3šîHU¾Tì -¹®ðeÞÞIŒCV¨ŸôêAQËÇø8x ãËÊ{EÁv[û¢±ŠÏŒšgøwËôWR‘)ç5K•½ewøÃù£ðjJÛ+P -ógÉœá•ÚæÁgËn2•aÝÆH ‰Æô#ž7c‰=ŽõÌ©>¯Îµ"!ó)Ÿg!z9Ì©\/ ¬#YªÀøæÍ^ãVXï¦SÛ{ª©mã…Û¬HB´( N)4gïÙ·Æ–{R4Çâˆù¶ZY…Y'E¹m3Fq•òÔ½Åþš;™%ºë˜ŒvxÂ÷—!Ó -U9' ›BÄ/o‹²Sa|.úÔhÅîPavSè;ÆÜ˜SE|b‰:T6#°-b»€Äc¦ý¦ 'z¹TÙ!*èÇ¡Òt}çlÄÆ ›ÑX„ 3$Í‚*Gž6Ocȳ -\å&Ž‚ø¦;¹@X/˜WWQá3£ä”ÖnLšö^°ˆ"œ×„*ºhí~ÖDD}ÝeoH#Ž‚˜o§`¾«¢S ¼¢¶Ìp‹¯qc¯~DÙEQ 'PÝ~ù­B[jO‹6zº²3^q»z¾îA¶)ÀCpÓ=oߥ½|«~|ÝmÌbÕÌWíJ̇êÎѺù-w>þÚu.ùxûìõãéÃ/_þúË_ßÿòõ/½,ùêï?~ýíkõÝ÷øé×/?ÿë7úÈãíç}ÿåç¿ü{¿ýúÛß?=w*5á·Ÿ¾ÿæëO¿þï·¯¿üëó_¾ü¿v„—6[å}ðÃÏÓ¯“ì³C~ATzhêì Õ]¼…ö”óáúÓ\U(úówù)tôÉÿƒËO÷Ùæi³£Ñ.3„ŸÌKoãbµŸW~ÿEZ…Zç“§Q~ÿ-Á¥ç7siâÔ7'9µÿ™òLˆåùÏ/Ï¥¸@ ˆ`äÅÿ/¿ -$4H° á0¤4ššÉ=~cþÒ¾Ô“z«$®V"Òƒéd­¯Ì‹ ¼Q‘2v x‰ ,efh³kYÉÝc¶»Äêƒ:œ›ŽLgÿG¤7'&«ÑÍb)2|¼§ŒÄ¨PdGv°e{CÓ¬A¾æ3ÌÑ ½úÍflYɃ'Ælï n;.™«¯SÈÿ$³E™ û¦Å,¦m j`8‰€AÚLiqˆÿÎYR°é…45qö§ÉRDf>,aÖ¬¢òö‘‘X˜8ýÒ²½ÄÀ0€€aiÖ1(æ“ð_¤šÅ…‚A³'¡Ã2s˪òοÁªj„Px¨§»‹ s–(Ž®T#“$Bó1‰¥ŒÆÈ0a!ÃAÒ,10æ“🤚Յ#Ž·”¯ò=1®®Î¥ç²<§¤¶ìgU)­òVn¼{5kF6Ï›¢«ƒ²otœ:UäÞ$š}eÂhŒ 2¦4ëÁ¢x¡™¨~ÇÒôD²÷šžUß51íác¤Ìå02Xdâ 9Ëø†† ††1Ÿ„ÿ$Õ,/(,P8 @  ˜`ö(t… - ((,P8 @  ˜`ö(LB„"ÀEVZŽ7(4P  °@ဂ`‚Ù£P  -(4P  °@ဂ`‚٣Р -(4P  °@ဂ`‚Y™ -ŒV‚‚„ -2(((((((((((((((((((((((((((((((((((((((((((((((((((((˜¿HFÿÿ€üæ´¾j-êÓSˆ³ÝÏ]Œhæl$< Œ÷‚ß»üW@—Ù”ŒÚoö md³w¸Ý£Ö -úÈE#¥I/­TZ:%†ÁaalwF9GÚñu«0µÁŒ©ïƒØîŒOœ9Q§2®?¹ø¿ï¶›Ûë¿õëðÒ|È0mý\zëçÓÁ¿çíòŽËTu£aݦzÞÛ·7üR—~^~_úÔúy©}¾œ·vùîh½ÎKoë^½oûsm߀‹Æ?¹÷e¾þ8·þXÎOÃË…“ ²‡~ÈpoóRûX¯Äã… ÿͬ×6nã¶Îí^.ÁzZ¸±B -_z÷ü¼ÞT÷å¬êûbp©_ðc¦zÌËöVS¿Ø3çë³1xØ¥¯7/õµ&·êhoum}JO ¿ã•Ûö¸Ç+×ñµÍfpýó¶=µw`¸û/Y—÷ml÷6µOyô‚`0¹Á•ç½æáW½µuÛï­ŸãÒçöÑ2î|éKæú_fü§èÉ ›/ð^ê¥âijˆxµ - Iñàuá éûbó¾ë+÷¼ EØÖ;|,I¥üå•¿Î,½Âæ‡Çò­Pc´áäÆ('n‹,ŒÑV^X± `Aeá6&×ÄüCÐ ÕÌ;¶,ÀB‚ -¾7›2¯Æ#bdfˆÌ H AH !A„Â) ŒPi8ûV‘pÕÎ«å ¬Ö¥MỏµRA-,FÙ¥—„ -*(¨` ‚ƒ -Ac‰ 12óCæD,ýØÅÔï2f‘ÇPswbíÓ•²ïàts]S;Fš>+þÓ³(ˆºþ'!A²±Ù“ñ(“]JIéî©Ô \pAiʰ$¢“…©éîiPfDŒÌ ‘9AB µ ÉÉ©|ÓZÊQoEjéØ>‘¬Å61]Šî…>Á ,(°`4æ#3CdNÔ g,Þ¾VæŒ@’[/bŸ>©”Ý­¤»»$®‰ôò† -¶Û¤B/X `¡1ň™"s‚H !A„©‚d76å]À@‚ -$à@B "NI H`ˆÒOÌ™‹w¤ï2!õîU7ÌV)û—îi¸&f<$†ô’`Á€jÒÒ‘L=œuÎD ·¸Ë®&ö? X–3±ôSuäÓÇ^ÿñ¥8XÎ6>3* ‡×(ò‰í¥æËPÿë«!¸3{2cL1 \¨Jcg,^øçK=Á Çòœ{aB³lŸ5G1SÇ6±ò³Lùí«)GÀ]T¤SŠÒÃwÍ€‚€>Ç!¥(=ü×zC…ÛM¡Wc„123Dà”žN’ú™êbQÿÏk:ÒÓW’µì¸;-'ò!mzzL:ŠÌPˆ‰Å;ê%Á‚ Õµu@¦aQ÷@(=kûS“¡ ‹Ô’KÄ[&1éå­±ò*Þ¶ãR*qžÞ”j²%ÉWzu$#Z:¶O%kÙ!s61]*=ý*zkL/ŒCz™ò‚,°à4#3CdNÔÔÖ!uÆGÄ6]z)»_LÌxˆ6GŒ|JeÞÀ`€XP3Œˆ™!2$8³Ÿ£.Ë¿Ö_`»OâÚ˜ñ]Šž…þ ˆôâB©Ð‹Ê4ÒÅÛÿò¦’ ngd˜¶~.½õóéàÙžçíòŽËTu£aݦzÞÛ¿·Þ>?Ûz¡«÷m®ísªXÑúVîý²jœ[,ç§õfÏw`“K®¾·y©}¬WÃßOýŸ¿d¨×6nã¶Îí0õ;€W\lÛeÖ>@ ì`õ²á:ï9w½©îËY·Tx}5@¶¦zÌËöVS®ïðŒ -y‹×›—úÚNÛZu´·º¶>]ôñaå¶=îïÊu|msï¾ñyÛžÚ ýf™Í¾¼ocû¸·é¬}Ê Cå./nÏ{ÍÀ¯zkë¶ß[?Ç¥Ïíã­= œþ¾‹ëÿ˜ñŸ&]Võõ#¬˜Š Ï¢àÑDèqAÓŸñ8¥_[Ÿ>õÆ1‚´Á8ï»^HušµiÍòçy€ÂÙ¬ÁÀLŒ~"Ç"¥69\„ ZÀeö9¨ À¸Y“Aé]½F£L‰J4U±ãé³-úM®úe -UÙ'ü&!Pc±ÅÙ³#|dQéNqµŒæ¬ˆñD¢öK½—4χ ýlA1í^ÏlOøØ Z¿B™¢™¾ä^XÈy_°Nžðq½T5Çˬ%¯ûXÅÒc«MXbËZÂë×Ó/ôÄÃÉ1œš©ä  -ÉyϧûØã½èî 1-m°ßýE¹’§M+h-5{R õ ù{è°/ª"‚šå¦S ´õ Ìg¹R _¬ `?l,‘½;ŒïJˆJÜ#´ÉEG¡béQܱ÷,”‡EÞ›¡³3ëÀ%ôòÏÕ;^6¹8·A¤ë>7*¢CªÃOS‚„×/™’| •û©8Ê)4¶l$›¯è1à¤öBÒ! M'Žð¾g-kœÅ=‚i,MŠ#Ì ÅUŒhAf’ŒªlNÆûže mÄ|L+üJvZ:Ò º cUF`-£Ý'¤S޵k'^CT[%ê”AVW7nÊiÌ,$C¡ç«Í¢f?wG‘A-²ñ[/_JÆÙ’'3-sô¼?¹Ç×ÔRoB¢€$¦;òÞºÜCÇBÆ¡u€%JúÿÄWdh?­U´[~`ºí>ÑH¤èÿ7³^ÚŸ5ý¼d²õôÝlxêï6dGËæ®w+‹ê9‹U•ŒZF_ä°£ÈTv–*9>Gj“î8;šÅ†´ÿdÈÞ¶}R±s~„¤¥œÉÝ¡Rî HíFuBiü5_‹Ùu$li©VC¤¢‹ŒhŠcvT7ƒó P{ÑÖ»# u\”ÁØ7òN…DÕh eÍ?":¦§®„è÷Á~“M;eËß SlÏ#Ù#°@ÔºƒN+™óëBÇìÀJKDîh†‚ì¡V·•vœƒ­½ÃœLªyˆ£} ²Ðq3y”KœÝÆ–”à[kêŠ8Rw4Ž' -)΢*Ó»ÕlÞéÇEp´ç嵿çÍvçÊJR<ñ¤ñîCŽÒµ]d>s`åÉ}ž~š¡@¨ŽQàŒ·©4Úá#PzPÙ£-È´± R[ìmB+`çè×͆з6Üí¯w!'±Œ 﨓D¡Ü±â/ôž»F*·³=åäɤ?ä'þ:&ü7ò++rƒ¡TƒC"ֈ±Áì&Ï€\[Ÿô“±'%W2É_^‡ÿ–T†çX| .‰<ÜÅ ç’'øÇÍE䙣Pî%ÉK;UîÆœG>DP =Œî"Á ¥¢DxåiÇœ¹€¼ÑNyA 7Û}Þ½‘0\GÒZÈ67èAcõ‰G´8º—«2WŘB1?cè/—1çnÅéq÷™Ñ%É)#øÀÒOO×¥;¨"¦ïBÒ52 £øé@"©fíŠê%!ð6„*_ôG ÔŠ§÷oÉÇCè+ì‚ 7muÖı ãŒ!æÂÒùÕ=ð’:MИ${)‘U*dÊcg¬>i¢nL«hÜŽ™Àíî„òÑVÑtáÌϤЖÂ^}Ý`{'›ÌI)¬bºpÑêöi]"©5b0rÿ\SÏ®#–Þ[ë„V("IîV{oÁUŒ6½”#,Ùz5I×rL&æ² M5N 3=¹€Zw²2¤4{ìDèxò\X -C‘¼%N¿Öñ\û,µÔ û¸²®ˆ±m¼ÆävýYÚÚf¶²’ピԨ3!*­À âiÏ+ƒR6¯¼E^±A?ËÀþQ——}¦ejG^ p†Ú ´ý=.ŠÊµ×‰éÔ‡«Ó$i3Ki½§Ì²ç›÷¹Ö/… -h(·Õ¡Ìø–ºV-v¼êÄæh0 qÉP2_ZիС%ZɲՊÈM;=f2zP1á\ŽëN‚ÞG”䬣A)¸ÎEp*u8åOã²gM`ˈ? '•®çB¶*p!¡DTc’ÂlÜR%4ççWà(·ÆZa7…ÓC¬[žäDší ®¬Ó’9.¥„mS{¥ȱ]f}f(R¾öiG£Ž+µqRm7ä·.›TOŠmeËw¹=lUyf9WÖû~ø ¦QÅ&m’Ì­×_RkBukr†¾WÚé%Í¡•”å -:¨^k´éö0¤¦dªÃä*Ø‚²“¨½ˆé-œõu†Ýàh£V]fµ&šÏ!,©‰Âa긎‹Ë ¬}­WÛ¬6²¹‚‰ò–§NI›óXí\ˆ·ªy{6(…æápú©Wf§‰]ù|¸K4†¼{[oÇhAnèªeÎÚ‡xE‹©ÊójÖùa6ùBçaØvŸÙØvpÀ,bÇL4 £7ÇÉQž>“íЮhÄèëA{·ŒåÄUgè æÏƒsΩF¼‚ øjªwÂ^“ÖœnÃhš<áL£É}<ˆ­=U•’ìA…–å²Ì7ŒY‘‡™#£9Ó ö:,kRYÙ$Ò¹mŨZ÷A¯v¹Õ¬W°‘…ó×»Qì4O½kT¹ò0³«ÁóAoDöª¦A'™Fftbî2E+û§ØéžÄÔz"´hf½º†a…{Æ÷2%-Q0OêºvZþ¸@ö`¯o2ªèЙ_¦Þ ú[ðÉEÑÍÀbJŒ§Î.Å{4Õ_×p½`f«µ†M-3¬æ°’):l‡hoY‡y½L·Q6ÙnÅ&\˜Vûà…Á¤®\5¬êRïõÈA:?ÆdÍȨ¡|š =–édÀTL¶)1ç<áC,!¦=Ú#+/Í)/*Ÿ¨æQÍkB>ït á0Ôêåä¶R<‰,zpO"¦(|Èá9bÚcju.ú›^“ë "ü^+pñ=KÆíußtœüì¸Fë•q‡ù)zµ7Ñ„*ÖËI<1\fm¨v›¢ŠÐ¯b@·4ÕL†DôÑMŽº!›Ã>‘·ŽËæßŠ²È‚dž |"VqäÒ|L)£‚æÊfT=ÍÄBsò†ã«Èèj¯má†æŒO@àâ†Hsš95c1)[§ýfÝ1òù8@y¨n2o¢UÜVy&Ûò´Ì–©ÌᢲxbWç5.b^ ¸ HkÃf˜Ú#s(â™ -ˆºE'Eã’ô ‘E\Ú£8Ê.x nu®íã­Ì7§z7†^‘Œ° G®‡²ðîNª:/b¤avÊ)-žrfv  '­ÐÙò)[Ãú@¶-Œ‚Û·[Y`ûΩ9W¢9&‡k5õTZ1‡o™Uî™öÛÃ[1ÐÛ¥þió2ÝËT×UO9±òYŸ¤} ¨(/õZW/yMGñBÂÖ¤3œ'™#ϨJ‘Ë…oÐÌõP}öEbSÜ,‰ åSt­;rúêzèIvlWoñ„Ý£’Q!±ZbòcqÍl3ò‘Ì…äÊMõåÔP…«ë0oâE|‹ úfcò|ý5áEeõ˜ÐÊhfè( ¯0bÛË ëJ­ ÍžRWVaíh>¢¬® æóÊu³˜›î™-,ƒŒâÛ7¯ƒñÜ’9\2â(š`<Ž›Éf°xZÐ_lÅuÿnçÎ,“:EË’Y˜¿UQÈå9Û³–ªUëg•!¬UoÆó&1qæJçðRƒ’Oòº^5bÖ0OgŸ/œmÒ¡Q¬YÍ<^Á†dzÆfÜþrT@æpÄ“z—ìŒkñã 7FªJÖ­\-sP™Ãg\@8Ô§¢%§ïôZáðÚÖd3•"~s|ùL2ï.I²ÒÚÿ{÷åMEÑÙ<æ¼!½tnQŽX«jd! kk@\†}‰Ë{F×ê¢OŸUÖš†3Ò°„ -lFsE·tíbSdˆH§ â ñö|óyשAÆ­„EX@EÛ¸£ÉŠéA×a¾)°¹Í¹ÝæøÛß"¡kyfCs¾xFt³Mãry¯NÑÝ<_2,ܵ¹«WJ6r>ß›ÌtœDéÿß±1®–È”:ÓhÜe½”͉pÜ2(O»rã!£å²ßÔ‚ÆÉg2ÍQ¨uÐ}éä ˆˆóeã÷J‰H<-—v8¿¨UαÆ•£$ÄÎyã¼Ëi4‡®‚š›R\ ‹sk:Ô©^O"ùB\“ÌŠ(µ/GÞ‰m_>þJ⪩Zµýæ¬qÑ¡W‘Ázq røx†”óLð¿èžôG1u/gtOk·=Üâ1—Ððè+&q BÀîH«Q%3œÊ’ú( ùŒâÅUô8 ¶tÂX¶éX¶²2ʬE¢ig54kâ'AwÃÚ,ˆµ±Èø,tgtRÕ$gÞàå„c¦-d -ª™OÑ2iXu ¯× f7¨€€&™¿vG^V:Í~ï¾¼©,:§>’cÒÆ^Žùñ²ã˜#;Mèå:PK»ì©,r×+XÍrýô‘4žsV1c0 5 ™l¥Àk £Æ÷eÔÆæ ˆž‚Þ–õ\*Mü öŠ.ØW“§pCg•F¤ªe™q‡Õ×€X©—ò¸^QS˜ÊlYÌþ•7Ô^a\Óz'WLÝ…[¹¤·'¯z·9JlÒâ²}9ªQ%ºX†©¾áU°|I},w7åð(¢Ø,zžëN“#{Ð(—×åVH£Î?J¬²N™†ˆM†ÝUÌ%÷J3ûD.´Ï÷ -«¦ûüHÃøj„èæ•`kò™Œ™Ø74Pð¶´¦“زCû%îØÄ¸6͞з±±uØ@½£ŒÎk ³cVB¡‹"[öžá€x…­ê7p‡1—^¤#”OX®%‘ö›DžÅDç#…–OKg(/¶ãÃ/hŸ›Å2 C‘­KÔYzøÂ4´2¾¹ÚŒö±p š(ê“òdögÆ0N"À¼ê1 1± vmeVt$Wq™2ʶSЏo‡ñƃÞk7êEô\Ñi;û9AwôïeŽ/ª|ˆ ++"é™s¢eÓ'Õegj`[DZUœ‰Q@ùÄN;Ëõ\G8k蹎mX -¸ë„¦gÉú8-¼ûyA,ë݈Àµœæ%%¤m²îžG6®°qšøeuå×2Zž-ð‰¯wJ–Îo eZH©.y;ðvW‰"7]¶ë¤xM›†)GâèÆä8²ç*¬}ÒT°G# žXe+/³MÈ"«H(©gvØjÜ/< -ÏgS!nÝ~¶À•Vôáeá³÷-ã“"vé"ÒÇ÷ˆ;ž) Og‡a…Aqg«ÅÄÞXÖÈ,Š!¤Õvpéþ@cá™ ‡xâ|á÷æ ªì#{«ý^™+£ØN4[ \Aö¯‹âpž)ÔÅ¥"-A’‘R·¨•Ž©Gdm¸˜<´{¤nèERvf”Ày¨ögáü[ÍŒ†Šªv[HfˆÛŠWÕá€K¶ -ç3Á;PH±ÈÎ5÷Øy™£Œ9–Ñ­DBú0¦TšØßbõÄ 5›ÌÑ^ ;ÈoÚ]Åøpˆ™5˜0 º%ÂÙB0«$¶ËÄ×,×ñbÃ"HT¡On€ý/l S - ¾•‰¾ƒJü¯ ˤdNH©œp»ÅÖ¦® -äùO¼Wî•Qɼg֌۵ð¢N·‹vVÿ+èplƒdV@©*{-àJǨ"»• q÷¨wºŒú]¹3Fδæ—ï–gŠ!bÈè@fÜ/$³P¢oÚYæ±!%äýë^y«Åòçwñz¸Q'eý±+¹Ð¾Ÿé>4¦Va”Ï©%££ïÕ¹ÅÎ@õ… Ì’Ý:Ü«¡‚uôÂSL“5ÿ5v%Ú…Ù>ç¼æî]ŠvrÝsΔSr»çZ ‰æë­K¥|Y&ºÜ¬JuJˈ¸ -óæá£(wl_3-vÔõF*ª¶‚Ž)E/ë¡ gð³Hg÷H›ºEÍ:fyÆÃ? wžøéUÑþRvÕϘ >nþ—'K[aâŒÐr™kņ‘²åùu±)uÔ›´0㺔Ж¶sU( ìè°Ùßo$qåp¬5“{¬ØaSm·ÔÑ]¤¶‹Á·Öu>±ÉÛÇe„€‡]:±kN¸à&µö¥aCMhTé1CîþQ^QQ´ûlƒÜøò1â^yÖ`è½o\*·BÇöqE¯Ã–çÌi¢{ZCØf*'“o³ð¡k½ªvF·iı–‰VØB‹õg c7ÄòŒŽíáïÆ½® b˜Ydý£>ìj¯Í9'x@&oIKì°qõjÅÅæñîðJué³¼T¨jeœ±Ó@Æ+LÎl‚-çC«p´;síT)võ2É,-\?R «ì¤óÍÀíäjÓf¾•s¡–`kájÎSqY+ÛÚÈm6cªåΫåîÌRˆ‡Ÿ”]ÝûÿæÙþé]9ü•ýí/¾¸þÀËÏOß½{zõôݯü_>óÝÛg_~zõÍ»ø¦‡Ÿ_<~÷õý©~ñÍ»ïÞ}ûöÙ_ß}óæÝÓ³ßûññéå·ŸãË_}þêû¿|Š’žðù¶ÿ½|õôí»ï~þ!ÓÚÌÕÿúu/ß=>õÝÏä·|óê‡Ç¯ž^|œü<äháw=||÷úÕÿ^ýôÕ«ôüéÅ—¦ÝýÐÿõøòñ»Ç‡/žýëÑ]Nݸ¥û™ö§ï¸pÕ@’Ù/ëN—ñ™Låœ7°°?Ëu»¹–+mw—ï3æOa'&1¿±[ó÷¿Ó±]gýy -ìð#<¤ÊN­ŒÛ={-Päð§ÐÝn—ºI~XÞànçDíÉå¡a°ó“m°Ø Q0x«<í#¹™³xÁˆbZ"¾>B§ú¼S=?L‡E‡Mi í‡y3òÛØJ¹dÇ1hiï·ªoÄò‹ßêë…¾°¬ô’Aýþȹï%Ù­wÇßFD#&v‚ME¶…eoê´è ? º£Hå#ï½/ÉF¹CþžÖP€#våk{=æ}^ýÿb†iZµ?7=X„Ô©”œçLžß§@>ƒ“ÿßòjkÞ,탋%*q{<¥ºŒ¦«¨¶om÷+J+êKºÂ*ŒÅ¹™7ùçdvþ¥§¬*Æ”fIiˆßŠžNÓ5‘5n¬ý{Š*®Æ‰šGýå~¥£‚êüMÅ'Ÿ/Þ¿ÚBùt†Õ¡¸@"ê•9AB(⇃{ÿ -<ù×fÌÙ¡åà&©ûÅW¬Å˜‚™y%ž"‘1†b‚! „ lç_íÂ#.ˆzeNŠøáàG@LZÆæ•µkíN -uÈ­ 2ñ”°×ôcÂB†é!P0Ĉ $¢^ƒ0Lÿ€Güð#Á?~4ð1Lÿp<Œòå®ÝAøðÃéèCš-îø‘àG?ø¦˜‚~üpð#À? -ü øÑÀÇ0ý -~øðÃÁ?ü(ðƒàGÃ4W:ýôÛ%/üøáàG€ ~øAð£i÷~ü øAðƒàÁ‚?~ü øAðƒàÁ‚?~ü øAðƒ A?Ú{~4ô¦1ÓïÖÏ=”úèÜ…TÜFŠ›cƺüy$ž"‘1†bÂC - !Ò@ÈÀv.—Vƒ1Eïv‡ˆ?üð#Á?~4\˜ÙËÞnèºåËË…ã-^%ñ8öH˜}` l's\%ž"‘5†b¢ Æì-r5%])Ô8ûŸÝBŒa’CJK"ƒšo› -ÈWMH𳋙EæúÀ,©I›ÌÞO‘x·F{D‘€š´2”õ‡¢c_ç,+FέR¼þ¶Š[Óü©zmd-KBßxªt­U¯XŽŠÐ#kQ¯ÅêËCKÄiÌ3!†;Ê,) \¤êvBÑ$Ù®ê¸J;%ðsG¶¿ºsÊÔÛ xGàRU)´}ú¿Sr|,?žëJ†ª²ü±öœ|e†x³ÕÝUÓ?ûŒÀŠ!­–Dö¼³ÄÛµnæ(jcÈà C@ÌÆÊ’Õ¥î‚Ö‚¶K†Z=1béã°ùzUªô+ûJ:=KäcccQ‘úóö-ž ½xWi¢j¬jóCºU³‰>‘a`{_›Ä4TÐÂ^‡3ý\™¶˜YIÙ¶w¡gª¹3µ3ªÓÊÔkþ7€5„¹I]·^¢†–}¤ž"Rg4 l(°P›6Æü-×Iò…6¢XS Þø_-$û1¦úmŸ´,‰¬lecð׸Ø>ÁˆL XY¾þ¶§³|wÞÛéé›ÇúØîOßï·çýüôæþa=Ÿî¿oËËååï·+M#Pi6ú׌8œ¶ó}ü?ÕhIô–Ûi_χõy‰8< Sô1Ëú¼•‡Ë‡Óvû‹®ÚRj¿h!ê@Î<â¸ÞNûåŸõ~œÆ›·EïrÐ¥ìjÇå´¯lsqÛþY?lçã/=Ý XLîµ|ØÿÜÛ/Û‘áóñÿtF«äù<­uyõôKPÞßdÊZëýå"fg™µ½¨Å -“ìmñw]èx‹CY3Ý—‡QYÃü×ú=[:LE‡‰P›6Q‚•Œå~YWM=æ qbtrS©þ'C 1ð]ÑÔPWë_1+¯)ØùÊF6Z¶ïÞæ&0 “Ë1#;(¶XÇþXkks•7ÁÿzFaç)Þ¤¸Kœ!­ÀZhè*§,@ùT>|CMÖ[Õ›áe¸‰U(-lt_1ÍGázñNÒ=FÆv EÓ©D¼Ž Ú«ËF?ƒOQO÷×Z¼ Ù§!ýÞ€$í&ñù}‚Äj,`ŽìŽÊœîB<¡Å\H(Äíë8¿©Iæxìb–„µ½¾i#ɲ3î©Èé–šxµ­eÏè”QD -úÎ'‘ÌL>R›–ö -ûú%°ËU&¤Jûß-* ³ŸÔSDÊdA“Ø.¢KÕn·ŒvÃÅcK×[ä>(ÝxoqA¾g²E½0©¤‰™šH¹ìýÅ¥:;£‚f†¬«Àð\½Ý_>]xæ3,í¤¦hSYE•½Sõc[Ž"yÙ·âæW”±EMÞÛXT‰‚0üÐwJ ´ÏÀPDFÔóë‡V£EuÔáòVJ­†âDEÌÒÙÕHêÐܱCËšRni…ÿæ õH¥dn ¿‰zÅ7W¹¤UÿDI±½D½@éYš¡N ¹ŸDÞ4å#Õ\òÐϯÝ÷<ôZ(SóúýbCöH>E"7 œˆ:I”X­È@‰G¶£•(³äïáÚe…je¹B 5dÊýzáêX¶ß˜(SbeÁQ{!©McÁï(BŒ©k ZVŠÞ|oqÍÇNjIïk¤ðß7±<®ï?ôS‹N©E"/s>y[c{(âî3ÉëЬ¬¯•Ź -u ·ÞëMM[+Ÿ¾yÚ7W ‰ì,t<€È~g‘P’í¨©à!ˆ,‰M¯5¤×BÕ þ?E«É*ÈC8š¤·0ßöõŠbNµ#*4Ô¡µc-ø½.^šX/Úï«ifüã6ré³ó[ñx}úòK…laa;èieÙ[â)!hb¨Sj ŘM,oXTGn¤‘¥¥²"’—ÉÇ: -¦T V[í«¥Þ|5FöÖ­ ÞH#KKeÅÓPA¾‘w 8ì̶ƒ MIF½2'‰âštZ§ÔJâñMTúÿQT“~ ‘²pþ~ª˜tËÛu[+$~§ùNk…vÄ;nÕÞŽÇiñÍKBlÙäú¿e*=(CCà?‡ö„¬0°ƒ)ë~NiÌ̦) Ùývþÿi;—¦sšN©Rê9uÖP I0œ’2;£yjv‡©e5DWINàîCù{%bÜǶõA@\¿+s¹þ© -ä=Uh¤ -Bª0H©Â!U0…àT…~Hëœéy™íž0ØnòÑ:eÝ›–iPek5äYû;î8,˜ÓÜAƒ™¹ú˜Ís •ᯨÝØSeíßÈ{à°bNsO)ƒQ³À‚‰|è2·SðŒŽ‘‹lùB^íŽi­u´b´*sQ¦ }OèÄV§ÂZñÿÍÌiŽÁ¯ÈâîÆ9Í=a8Ô̰_Ì:Í‘.„øu²é4CëEã»çÚõ$:i -¿H¶È‰Uæ i0üÙ`«Ùê„MÕ:^ùEcLCÙË=4·ÌÚß‘÷ÀaÆœæ™2ÀÉæ'Hø±j¾m·2Íå„úO{Š ºútõ -*þíï¦6༊ìØàOf1ñH{çˆ%ƈ¥ VX­Šy9уø°æö͔͊ŠNýüTZW‘ðü¹ÑYFÝCfFÌmž@f …Ùz±dÏIe-2¦Uä‘ÏmÈž:ƒ6Ì‚6|,i_Ú¥”˜ü™—ßÈ×òaO5S 4Œ*A>UyW oY±Ï¹Wª´™³I¾"F{j̓Aì½#Yæ62¯>½oç8óßïX³%ûTÄt>Ø -~"`F³»€WÞeª lTÔuçÔØ•ãR¥þÃ7øHëjN`º5*ƒŠÐd“:DðnÝÕ—zïЋ%– ­»@Ah§;e±pAQp«H1zë2íRyoÁVÚì¦XFmmB‘mO’g÷×'ÝBë®IŠ;Ï­2€R”*ÏuB‰n;FÅUïòpÝÕF%S·‚ EL¤I|ã(/kP¢ê,ÐnxÊrÿª:›@”˜µ8®çÒŒñKu“hXÐ.œAó`ÔFÅÕ]lF-6‹Ö°€©ìºQ ݤÍ*ǶjÚdý¶¤fýTÔµª1G{ç™%·©NZ³^㟪qàÚ÷`Ê4,˜Wò5Ðâ àF<¼B/+k.PÓV¶Q×fÔG);³"ÿ,ÌšËhç=hFßÛY2nóbãúyXƒ×XE˜ºoª¹Æ.@´ŸR˃( -ð4žéóë·jxÑO4-… òœO½J½“üÊ0ŠiìÔHËŸOŸv7=S†"[ôê@+¹¼Õþ¢_èúé"û×Ôã…żñß=ÈRk‘òŽGã’”7ZƒÎòZ6ŠÊNÃÃAß«¼1läUž6Õ› *»)wpäíÐlJèe[(ËŽï{n8»KsõÒL-ÿÀøjæ€ÚŸu¤oòhºÖ~ž2]i7z´i€&›gh„YÃ÷ÞÚcp”ë7µò|(¼Eiu¡]¡ä,Óà´w ´âè’jƒÏ R36 §oôM¾ÐÊÛ ÕÙ£·q§‚«$0\k£´í)ˆkûs]>½AY–]S EašÙá#¦×¨½P®)£~´éæAƒŠ -ܒúrã‹YÏ’TÙ:Êàe/„/]/>©› -‚9V;kÿÃÚ‰BÛ¶[)œ†ÖبšÔ]¶a;È”[zû]Úº°6*oGU7ÊÚ¶Q4…¬u¶ÊéruNf×ÛõWR¼A¤|µD1-T+o§UeÇYVty šóø¡r‰Ë±oLyÑëa8zoæÆ¥@/Ÿ¡ÛZp+d¶à.Uóf«ç˜üW»•QÂlª7hʪóЍà«A —[þõèú®,„QéÅ.—»p¹¡½X¡{oç(õp¥Õ âD f<]Ý@–Ýâµ…Càx˜-¶Þ¶ñW×}¥ÐÃ^Ȱy¡^ÝEq4È,›‚”åêE¯ŸÜXŽ {UJƒ¹d ?«¤™=±C;+›J£ÔÙØN(ÇÇÃ’¥µE©+ž9ì)5è[Us%2É4B®¿ÇÐM`ªêôÓlVh” µy° Û÷1'59x=§-y¬˜ÐË&¨:¡…ð0‘íT[¾e?âÏÖJåµÜ„:[VÕ¤ÐVbO=¥Øò$—:çzc¬Õ¿ö·ž>{ªÍƒ€,ê ÓhÄbc ¹¯’5Š—hgVe]ÑIæp43Ïh]öÞªC£ÂqÍFhVe½UâØÛ ñä¦q{¡K™›¨ Ö¶M[Ge!šÜPr4¸¹Ú¯Õ ÓìÐöèîžhÍyüÐ]áûº_Wcæõ^¹Ê“øf,Ñ~­Ð’‹Á·³$Ù\GmPa'„ jm*Úaß²"SÒŦ^s® ¡Û•«ÜŒµ›¥ïÞ(uŠN™žZÞÞ­ÊføþáA¾Wž¬ÛIÕI狹næj`ßÊåmµy—”:qÓ|®X‰ÿºÔ«{¢Ì˜¡»øCVÉÛ^§Žª“6¯ÅŸ·ë:·såNsç¯#ò*—x—ô è²›Û-ï>|{fÎ+¥átÉm­àXûìl7ÊÔÂÓØ7B¹I—Áò#†Ç¨v/  ~5W úÚwC$wL§t¼øY·hyÇ­iA¦¶û‰öyÕÃn¨ pr ø¹Æ n”z…>™Á¥Àpl^¸©yØÖE¢¦–0p¤¹Óž'µÇЕÿÿßÄ7Å—|cΛ–'¬™MÀÉ6Š9!Ëz<:ìu:Kîú¼Eé‚ʨÕR£PÍåÆè+áíI0e‹IY–š‰¹¤Ì3C£ÒDäj[t0švµÛŽÍ3˜=ºár›7òyO®é¯‘oU\`JU¬VËTÐA*¶—M×@º»ôâhELjÛö_vþû·-ê{M÷ýÛW÷yÿ 7/}´n}|ê—½ÍÝÅ]—¹Œä]Ü÷f£—ÛKnY—õ~ýör$J2+ÓÃoûLÕúÞÆ;wu/ÉGÁg¸›ÕVúTŽú¡9+G«“Ê´\«m¦ð§¢›_rQ ¹çÁÃOÕw¬ëo׿²¶Q> /‚>ÍáÎ^c³›Mëò°í§y¤iþ"7—­¶åQöùLÜ8mŸÔ×AÏú3ºCmåÆôÞëfrµ>ÛçïŽî`·rµ“¹ëbÛ‡éÈ—ô»>šÅkö«¹SéõYöSëÇéPævm£}ÆŸ–ħŽ|»ÝiÙÕ7]§«JÛgœ–û^zý5ñÛü%×v°É^«Í£ôù÷à1QüoÒîÓýVÎâ‰v]Ö›õ1µ^í¥½i~õ µüFßó åm]Zá=3 "°ŸíHØ%Í*UŽ~‡¬-Ábžòà¸À•ÏHÑ[¾æ>¶ÖÖç÷lj÷Ô-Â!á‹pŒE8§Šâœ°ÆgYƒ'»"p¹_…„Ïöš!Àd#"ÙHH52Ð=ª¿¥Àdl ’ B²ÁH6Ɇ"ÙˆH6RŒS60 Ù$ˆdƒd -C|Ÿ^Ã*ѵÏÑ@áÚ.з¶Kì¸}L—ÔC‘zD¤ ‹ú I䂞Ê7ؼDÅgL„Þ·Ÿá)ƒ¡"š¨ãGytÃ䑨C NvÓäãDX†ø±á g#2•VG^| –„Þ}¸á™xöÈ˲7÷$a‹{2"v´7h ?.ŒÙÚù°ó0òðÒ~½W'~¬I£cäaÞcoÐ_„501æ’¢¼^ÎqÅ#–¢ýÌa-øîx;~â+ú¬ÖÊ¥4´J䨭^HÂ7b íÈ:ÈÃýníGaÁ‚'´dÙc/JÑ¥á”qLY<Å[ûYXÀÉjY²ì±§¨™À‚íiÌ ÍyL9zDÖLaÁ®f0öéGDÍlXbc|dàgü¢c1\]ïšvÒDÚAH;i‡ íP¤iGB‘¡€Îô-.Ž#6ÿÜö Û‡0f…^ºéK>#³¼¥yñôâ6½a×½·¯¾·ÛËm½Úþé+VÝâ(’S2™9Âró÷n½Ë̆ºïI^I°í'Pô&ki"Rvø}ŽAŸÕTgä`á Œ 5šYO7†äü“HQ¢A™T.[„Ea<À†í ;xÃÓ)/”€´‹ŸBŸE¦X±Kó?òkñƒ]Ÿ±¨ÈÊÈÒÂ~žŒpÕ$Ð'Ù2åãlø~îî/&PÛç „‰œù¹ÉÄ?l*r=èçû÷óïóÿc«y¤ªû,£ -›V$Bv#—X÷´vaµä¢ø37i¸Ÿ=[^MWáÃZ;Þ!ìÜJ-úX5›<2öœné ·Ôøþ¼¸ú–T]ôaÖ+ºG»£ò§ׇ°û{O¡x>Í¡îþUº7kà>ñS>ö†EªWÂDÈ®VRnZ¥á5ï/*`/œG{%€í–É-]šl ãÑÁá@æ² Z\?ª¿\¶\¶G.ˆ¡ìÊ uà#HVÒeÕ\PÙ¦%„¥ãó—§€m5ž6+ít{伌ÊQÈœÕêÆ³[…ÅþÞ¬UŽvº‡5T ¡ÊíVÀˆ«±ÎDÌštQÃtß`”^æCnP•þœ´k¸'&ÅN= sÁZ#]ØÑ•3ZÐEñŠ×,[¹t¢ü™ˆeO‚æ:Yoà×fÝ9Xà­¹¸]fM\³ÄiÎfI¯jXþ08—\‚ó2¤KæDÿÿ€èd,6Æ ù¿©%]LþI‡,¡]3- S `!$pÛü?)«ÕrªŒâc>ÀñÌו)«÷ÊÕ”cy1Ýg_U4•&œöï² 6Æ€N-z°S´1ôÔë\Ä-Ë$òÏÜav ú‡Öù“Žsm°‘23Rü%]Ç×ð³í(º¦™(p3¹ø'k]YáƒçÞÔsСlëÞ"º»Ö 83ã}€¢98­×=茶¡A•v; K4ÓÅÊ@öçŽ^¿0Ïo#jx|ãpJ¥ô[® _ru¡@fûP)¶œ*—㎙O¤ÇñvÛXدìûF!• YÁÞ ù%/z;ûÏËšó5rè.šõâ0~?®E« ÎFþuвîþ;é)½k¬Rñ ¶éºëSˆ~§Œ-ôÙŒ6*¦ðÐìFÙJ®Nç@üvên¹)*Á-[úQñ¦‚σ©<]Î"“ŒvDÿÃCùŠ´®Îà¹QaªGÍ|ÅÉZ3ÌL}ÅÑå÷¹$…ƒm†—ÆMMe~ ƒõ<åÂÈ;z8I›¨Yí2à.ÛZcñ}CÒ¹à®`žÒ+àäüÓ°£ÌÙŠ•ת_%z²5å?ÁUîZн[köǃW' =Ñi“‰w, _û:³ùoLüÔÓm¾Ö…¶ðí¥@t©zë‡-];(§X íÐE†ÃF÷àR}ŒKïñò|ý'¬GJö¸2šÓËŠGÚmeöêó¢b<ïí#lè]Wíb‡±Æ½±±é[.¡@ÏüIWºÐ½ŸÝ`,Ó:Ѓ¾îá¹=¦Ö6;Î<¿/ÿ„tb=¡©ØµYÊ¢QáJúéñ.kÑ¡îÖÞ¹pjoØðó ìÛA½Ý66£¡m䯆Bm[%t! -bWßLn 'þ ojùQuvBãëÌÛ _í<R¯ÑyÊ)㇔ Ìe¼n–gYûf8€ÙÛÓ• -}Yy&‡úÞQô¶qú¼-m P•¾èŸ°Þ><=³ í3Ã~ßjﻕ¸œÙ£¼¾7½-ÝHÌ¿{­µ†ùƒM÷Úv -—Âex­¸ç¹ˆ?œøï»¶Ã1@²Ÿßõ7q»¸¼âA· ™ÃMBÿdnH·7µœ¿éíbZ'‰ Ù'Ð*¦b—ŽWúD¿CÛžýdt½Á™¢_Öþ–Nj-‹©×èì¹2è, gÓ¹aDŒ ]Üçͼ}[)<¯sªwÁï¹q§C îãS/è=¡bSWÇoâãŽ>âÉbu*vÖBŸ‘:ùôLlÈâ)Ì̺Ⱉ½¥Roe¼°£»s¡x.¯õtôÓièÖ…©ga„^6¶2JØ(rgÃÔ[€ßž» xÑÄ·B%ò>/zБvÑL½Fg/= ,BÀ#Â:Âû=BTUÜ`ê Â2ÜQÅÊI+ ,Ê aǬRfI%Þ7ñ GÅã[¡’™zx=Z8Å< -…©gxpH½FgÏýÇC jô=€ú^n8â9@dL”¾6Éz@(k Í6lƒ˜zBh’D \`êý£ÿ€öc:ñØÑ_õ'ÐZ¯ÑÙ3ô² Ê( ½¦Ž›¸ÓŸt§Åúè{“Q@××& a4“o€Ž3‡fê5:{î=,{âÙÈÈ ÁöÈoW¤¼±†‰4ç“èIh¹ A]sê¡( -hÆvƒ5®xmZ'*a‹8“©gYôàzΞ¡ŸÍT´1 - ¼ŽeºÏC¾øsƒñ3†"> ¹ð~‚€²Ð÷–FJê=¢"„f$c—Ô É*“€úrsE}Ù÷Žº¥A]’#ŒŠ:I%ùðv/g›çàáÂü|Ý‹ÏÁ£…y‚ߣ@ÀHØ£3ñø sJÐEØÍ3ÃF÷ºÓ¡*ÌN0õŒˆš! «L=!´@À©e7˜z@hƒTìÒõ -tëN9ªM¾to(n›€-‰ÉÇæÐƒû&]çdïÒ÷xà{ÝÙ@(°'ÎeT’Çp@Dvçkã²è‘zΞÁ‚QœAÇñöå©a»{ù½¾9 Ø +‹©×èì¹2è,B;H¨©¤°âzOýþc%4:ÁÔBR±K×+@®êÞ;éÞ±3Zt!o‚w¿’Ï­!Pó¹OÑF0oΧ™ ›ÉQ„{òa6S<ƒM….J†Nµ™z+ŒàÀ¢Hñ›6±IÎg&ºßƒAÚ5:{.öÌÃl¡xq”*t ¹,IS>¿\zÕõ>ó\ð²‰ß­R®ÎeÞ&Iã„_`öÆeõ7¢W]o%Ú-NýOØeLË"úùƒÎ“ižn£È¹Ý3ê회ü>ëô}j´ÓÒ˜Szú °^m¦xÖWÔSzÿÓŸë`Šcý‹/7_r¨mN$::¥NÚg ä\[b iQ/×Ó³ù“4eòlO +¿PfûÎKÄO±£ŽÚªû™2¶Å©žåR¨ƒkÊ$µm›5ï1”Ps¡ - g׎:h4Ä’òè@ëfŸ‹å§É¡TÊ¡< Fo¡BEXÜ£k'Ï_4 Ža^*‹=Ž#Ïv ±’Р—–Ri5 ÈŽŠÈŲ¸o£îí£IjßZÊW€3ßbórFÍöè;îóÃÎt&÷–qvøY‡ÇY§Xí‡ñ=÷Ù¦}+ Ü97­J Ö¶…KÒ÷ÞRÞU -uwÍ'×ø|Pí-c(ô2Þ«úÚR·…î¸ùZ$·y…n%¬Ä×e›3Ù• üÚw3U¢¸ˆU"IlþióJzØ5dÖ3JgŒ?èv+žÉÆ&’bHŸ` 'n$9G­¹<¯i+U‘§Nh%Ñáìæ;ÕÓ·‘ \`ÈŠF\̘éØC,•ò5’Pfœñ­ \­iWwu¿fL?äIïzÎZôܪö"¯ht»Uïb‹‘„CréÕ©Ú¤¬î«f®qÝ0Æq3b ô€+Wë3 ŠIjOi%é9ñÍ,_ÕPŠô©ymIÛ“¡ŒTB“MÍÏü” Z.}n—¸ |ˆ·|&¦|<öÜа¬º=(²ç&Õo*üÊgfÆœÍÓAB¹„åœ?æk±Ä{Z¬HÓg¶“¤óÚ›P_â=jÞcW‹dß =´‚CÅ&ðrtšÊ¥¥žñ”¦:obÁœ–l[Y®+ÐÇN$ú6/¯2œ$uÿi]g)1âmAÞTÒJ¥™™7ß¿¹B†xÿXFÖ.œŒeÆRþ¬ÂH&]É@üQt_ IOUBÉۃɢKVp4'TPŒ•›É±ô >å»–êÅ -@JI3‹³™qóÍ.ò€åºn -‡ ¿¸Ô†ú)ÐØÙDí†1ê;o¸½™¦’c_^-H½v— B!,˜·¥ dS(8ƒ!UnŠÀ褮Ig¸—¤4™Q¹©ƒ??FÒXZ¨?/{Ê Çùħ SqqSðxýÑp’‚ÕêDm(oq(š‰ÅGLÍ™"-šŠlÊ~ágÏp’blØZà°|Æ`=·(_p¯ à†¶X&ÊEîP) 5”<ÐQúÞ´›ÆòÑ‹bÄ!_^´!Áé ¬ B¤Ͼ›4)žfr‹ú³ï#Úã,É¡žÛ.Ç4Ö–È1,]% mQóÒæZ4å—æŠPú@P%OȘ4Lß ñ -\öhÚa¥ "©ÓÓ°0ƒnx’»Ógû`©$KcÈÐÚd‚ÃF>òåà‚Ûyß7R¤ˆPðÁF¡"#ÞÍ2R;Y¸»3ÑDAßP )Øèò%°ƒ'­Ó’z}$^©íCÀïQütTh¨çm-gȹB,•ơ̎öè_îeiÆý§‡+Å ùݽ€™mšî܃ìÂ7Ò,ïéÕ9胄‘Žø ÒŠ£‘”|¸aJ õï3‹04êÿ?ÝCüÓ½çG °³ë7™XÛ‰ùÑÒ>é[xð A ÓÒwHl?ûС/Ïg‚gÀ‘‘Oªzå0]r˜iGõ¢9ÊYÇœ¨)1†Ý3¤G—fwBP¼oýdÞìIòKÝ0Ù·c ¢ãó½|4ÞGàçÄüä¹ß=LªÏ\0±yNc.³À}釾4㎥‡pŠž„V‹ãïƒ~é\ÒÊÓ_Ü&1ÛUË„s`>Ïÿò﯉áÉÓ1b˜0TŸ¹àE"|^$R½i—X wÙ£ÊU±]~ìË{JÐ -“L·ÅÄ›Fgr;px÷ÿñŸ£çûðÞgo¼ü¯·Þûèá%Š~Ÿ‡ÿ==þòÍã¿üòU_ùõ§§ç/¸ù^ß?ýï?¿üa}­‡·ž~~úíéÿñöç§ç_¿ÿù5qÅ7Û÷ÿxŸýÿ‹ÇŸ¿ùåÏÿóWõ¤×Û¾úÿó_ƒwûßž¿ùå?JøŸ7§XEíððÅ¿üôÅ_üëùé·/~úm}dÆ—Ã}¹_Ûðoß‹þu¯RyÀºï­­ä÷Û…#BÁz7‡hÅ–“õÙû¤í _@¢hšb=—ÇÐÎ/‰Ï]]N|Ô+<]›â~/Ë1tä$U0T Îiò÷ß?kœ}¨{š¬]l½OšÌåG‚«T·ÆRÿ¨/¡øÔJš¹,O¦t¿Úi~W½3dËrDHå]ŸŠTl£§/÷`T§¤d4vV#cDJSB5 ^n²nª®½1*Ì_öŽ|¨•NJ¨< HKy{¼·‰÷¦xt¼£=Ë\ ¨üJLJZŒÒÆWt'Î#vANÑÁ™Þ$5¨í»¦·ÕBîâ3í5rî©s8ï Q¸DTܰ·åDù–7.쪂oµ4˜üŠé÷ã¥Îe…^Qáí 41UFÊÏ!9IíÛi¨™µ.ŠA.)‹º±ËËþ¨äÑ>ˆà`yg6uê§JȈ™ÔÇܱJ ’Q£"á}óÝØ¸³ž`ÛFEÔ û]4Ué%›1Œ[çbý¶®ÊJ몲¼¦èk .,? ê.º°z¬°¯„ÛO}ÀW–Äó•~ -®ú?Dz“ÓFJj‡ã(fi)ÕÿaR«¢‚Ʃ˗Xl¯$i¨˜Ð‘<ç¼ÔÇË Ó¤’ˆŠ;O€êþ³4ÓšÂãlŠkïyë¢Õ4DÔ²Y¡èfe¼Ês+o„«¾Bf6qÝÉ`·*Å2|»9¨Uežo¹tÿX Ômíp†¬Ñ€6Ð!;———¶1g©£ïo S,IPKz æL™L%WÕ%Xu*¢âfqwÊ·[ –›J¸-:|R» ×§ÈITz-Òªä -ˆÃU;pWö9Á ÌŽ–Ø>ì3$+•,ðŒÖ•D-9Yvmí¤Q_XÊ-¤+^G̸"-M7 s47pe)móš²Áb+™3³ÛìQÍz~)Yᦾ,6N˜Iq MEÕ¾ ³`òòüŒK¥ã¾ŸÅùáC¿–ÖÖPFÔ¤®TB2 DmÈטX\žwz}/ˆZ!ÆÕ 5™ñK†|uI=éŽåÌ@;|V á‡k06–˜ŽRÜ ‡sSeÏç\¬á×u“™U¥…Š Éñ6òJ£ÎÅï^Q“gŒti¨yop6ØxYг+·Ö—q›-^¥Ò£"à…ÎýÄøµ´öÒsY^úKOÍwk!]ÿ–Gf6×ܸˆ_:ÚA,›:^Ÿî/Q5ßÍ_?Ю%T2 Òà9¯¾¨\?U™ÌùÊoÁ8ÿt€qeîøK_í­@L .,‹Òõcû›ïΨö;îèzS*'S'‹&ÔÁÂ1cڔȈÙÍÛ:ñ9wU¬&ÙGíi “ù’li˜G:b”ÝnŸë1nÒûô)ñrø†IyÜ¥b…LyvI³Ò²„T:Z¢wœ’¼Å AÊüÌ»8»Ãu+:”¬N\‘¤´¼>|wý%µvcÖ¤%B@hV\`·ËÛ´¢.¤Õâ2ú ‡íô‘1³Ù/k­uÜÙvÀr2o%‚þZÎA:Òã bxyòr¨+­ÍhW‘2•±2iZÆ›¨é[§çЗTŠ[pKÊônNÝÑÆqiƒèìKþ¡bœÆÊ\Ô¤ý¥µæ{ùãX±\(ó–k9ï±ëìŤ ‡pë,’ ž×åi´sÄZk¾'Ý[ÑB*ŸöÍßÝæBÒ¥°¦DÇ€sQK^ õ> p°Lyún»{l·:ú,G¢! eFê‚)"1b‚ƒqÇì€ó…†ë$:D6ÄÌ%·¿¤Ö–»YœÂ9ÄŸ7obþP:2%Î)¼­wê.¶²œÈ~ïëˆÈQ'Zúoxú]݉lò¥“·À@Nßµ¼¾Æ·Rt’ÐÕy)Y›ÏmJµœågÚ¬´ÍWúî@¬Uè 02——<o©F8tø_äý·Þ6®çm#œư’Îbzˆœä.$¡œd¯Ik”D'20J@®Å¨çœ³ÛT&zÆ[C -S–¹Ó6¹}+l¨Cäò&e“ -ÌYÔ£¡N;d”p²=åó?¿ë?ŸöI7m+3 ¸ bVì¦SÀ6ttyãVXˆí$-d´í¨E5,D,Eåƒef˜­LDÀ÷ÀÐýô勾RI Qí²G<Í­‹7Ød9GJ'ßbbe (7"wœµÝ‰EëÜN4•¦þ8¡å•RõS˜FBx%w^†TFzБ¨r—ÅŸ1É^«È§QówH•Ž¥›±®’££8:ßLq *œÆ1túsFùïê$¡Î/vxxYP¦*¨çŠhF¿´I&1 óu> ŒG˽ñÏoÿ¨EþÈåE®‚8RBœ.òn-*i“ ->ピä^° Ìs)Ç%²Õwh óºPJsétÙ )é¢Þr4º¡°¬|‚„ópðKáDNÛd/¨}ÞQÒ﮾®Ÿ~UdNÇá0Iß‹ÈT‘-à”5+kÿÁâD.”2ˆ}ë6ブÔ]%Ò0 ¡JªhLà- ˜®ußmÃô¢Ë=‡™©û_|EuA³“|âì«»(;¹¤¨VÂi¬s5n"g»*lM\ˆÁøú ö’]SU!´y˪œ— bj‡›®h ónœYÜŒ=qùD”"FPM½‰5þº¢£v[uäbu½«¸ÙÆ„‡7‚¢„NÆŠº~ÈÕ] ¥?˜ñsÊ¢êÒ3æ–jo݇£gבè~úòEï !ËõÏÂZ½³ª7¡8Üå†!Û 5we½®Ð'`*­ºô%¤õ›´uÅæ°f6r{dEõƒeçYÛUªuyÙ_‹{¡€bhœ¾|QÏ÷Jí5ÛRHÁrrï燋"º5µ°8hÓ•±êè‚Xü¯+n=Ô²A\7òÆ·!²*¦çÇ6ºR—&Jwd|5"veÎd^‘J¹:ÿKFë6?]ƒ6µÕZ a<åþÿž`YRfDO*}qRê ‹±€¦mÔ8?Nè .cY;ûUF›l÷º!oÔòåJó¢z¡k˪[!DL´ó}°£$+›ô=»±ó`L P¡ê˾~¤7”D±Ò×¼–žm¦²÷àá*'†e=¡¾ÿ ¹°Ñ¨ò-ÌP' "4.Ø™p:aOƒ Æ«CUX #sã+¬ÊwMÞŒôó Ó§'Õ¾-fʇ*ª >àì)Ï`¹D¯„R4Ù{Elr6DËi½cÒ§Ôy¤7~Ì<£#,ôYuw,ŽŒ—QÓÝ÷±B•mʳ3mÉ;IiÑóÃÏ7O’ ®»HŒ…bª·ºÆÎèu­*p‹M ½QåÆÈEìØ4p¸ªr"r2<¡’õºzÂÛZ ¸u4£¾Š XýÝ(2žhàIA¾oSZVP>ô‹ -¾¾œ;ØQ"2YIý£Êݺ7ÇÙ5}®€‡æÿð®È?U#?žôà?*n]¹EaÁ\Àά„Å&và¬;0[0:%Á¸!*Wý{BG>–ËÀé?bn]y%âÙ¡¼UDyÞ%)U@vLòÍìÜM=ÔkÐM{ó—…&NÀ€ˆwÙB)U@¯“ìÄò.`«y·8ßáë-­6ã—…5"–bvÚŽtK6úºEFãf ݲXxhÎHzŒq&'ä¯ÅÚÏÙ3Þt–™×õLLŸö‚K §(_έ -šÜt6´Ä$±¨ª}ë’ÅâÑÿJÎò¶“l7æûƒS6´ìÁVðÑ«2`ú×fHKåà¶T4A©å}U›„‚ÁI;bm+)·lå<ü4¥­žbDÏg”àIŒ¸Qz‘&ÉPb?KÛ`îpM `}'nU6îJój/Cå´}œc„·<‘—áZz6U½›!­4œ›ö VG zPB1˜,ì­¤L×Ò¸O0=5…>d+|¥ÃN•S!Ö—-InJ[WQAÓqѺ_ ›ââ–:TîiNJ„Á¸YûÞïÁ»X¹­&óŽÍP³Ó¯ æ)a؉5CÀ÷…²1«.l×èN×zM ÌM•A3§Ó *^?õðÂX–ƒóFÕ3ÇÍÕVhÜQº q¤ ÓÞf- -Ãíh£K‹ ‚¡“z ÁÐ ÁÝB‡M+ØËÍÃ]:àäöÞÃÚ53·õTB“–%”ÏŠS^së®SBU+/»î‚U°Ìôú(`W·‚üìmtç\ôê‹]t~B´?ò±Óåµ·vÜi²0ÒÏd¨I…[Vyz@Ï-®²3ÆRw4ø¹=¨\ZGÛAµ>iÙCÙœYŠÕáäìœd¾NJ>öPòŸJÛG½«³âÂ,›I—†ë«Õ&Ω¸Z=T­wX¹ß?` Þîmft‹yPò)f%‘’"䕸vmÏèµ€hp±©?ѪZðYú›TU+Î{ø«p{¼ŸéWž/€PòôÈç(]¬÷líMÀ7!Â7nCÝV¶Ðªz¶5›áÓyÈmâ…÷&«×°ÄAÍTŸÌ]Ç+Äuõí#™± ñ ØásF>SÝX8BÍÆÜ6çV˜„£SÂR´ÉÐÅ=Úêùxɉ…âäÅA69˲E„­ÓLPÖëNTb`rªà÷†!|÷õ›F™µJ\ âLuïI(Ø«N^Í®m¢Oˆœ´„“@–®oÂì;mÐ9DuÕyæ‡uA¼Ç:ºDõTµUñðóØN9Æ>Xa÷MwL -±Öæ®ÊWÔ\‹'s·ÓÅjq;Î6dé <N…0³—tw†ÀãçªóÈç]Ü-³,š(g..ÜõÃÞQÒÙ„  [eÊoþ“†^×E®ÖfŒ‚%ëM‡$Üìn<åĹQ<ØÕ.üÕ *6hf„Ê¿¼ðNð&·¿G_4K ¶¸Ü«FCÊA’—3ÛÙþå›ûá*/v¿Óݰø\Q´ jëc£-&ç©Í¸ü‰1Xâ I‚Êe¥.®Qq€«ªÎøfø#l*Æ7‚›¨ñÇÐŽä&&€jb’2b' j‰ÅŠÍè9w´?¥´aZ -Æ@pŒ-1Ä}Ϧ¦øpž¶X…:WD\t vf}4Ñ™V’,%ö²—P9ŒfùÉF¼5JôYy¯“ãÎöÀ‹:Ô|dÅc Z¬lSÉŒ¢`}–RÕ™3ÑW& @nÆã„ÁÛóö\@îaÖE_)šœ²:Q¡Ò™Ëâüa6³,IžR½d-!° ¿Œ¹$·í^¼Â\ÖçÜ m&%íÆˆ5ä‚n"•¶·ôâ5Ž&Îý8I¢RÇ×ÕüØá0)ÏkI 4OP F¦ü-J šŒÒ'Mtý§°Ç=§¬hJ]ß Ws°sçˆ_= 8“ âr%\5Â9€*yعóNã)®ÏYh9„+`e"›$Iå¶»cá@ZUúC­fÙ‚pS½-®j˜½mßí6“bIã"X¹iSí“×”&ú&ÊI$EÈÓâÛ9Ù>ʰå¨Iæ/ß¶GÒ\ÈÅ‘%bÒ¸‚ ž+99?S¢OÈ;=–2âk& 2|»˜Ó`˜;qw°´l5̺WÍú `«E·Ý¢¢yMp=˜ˆãˆÿÏ®îJgEä²/*–K쌌Ë sÏÃef½+\nãÞxçùUOðsCP4|Oc ¿l‚ÞRcPÙµgUE’"äIóuÍ)Ð8SŽÁ‰bÈTðöB´B`mùG‚Áàš³­¶1ÝBŸ3 º{ë]éžÜíQM¥ØyÛMfÕ Óü‚S†kËC>W²ót°«Æó“{Ûãï+à:Téª\E¥Q¡ß¤Ø€sP—!Äæ8:§Iцґ6dè3´¹ºfÇçhÄ „9PCFv’·±,GU ’NÅŽu‰ÊÎ6ÝC¿Í´U¡mèh.µÙëä’´æFÐuDɹ©‰XKò´ún?ºÃqß¼[P¸ ­8&ØÅ©tRë ¼Ž­åM¶l·Ú*t2ýFÝ›u>’Aà´?JÂj|gI‡»© (˜NF’m¶ªÁâÂÝ@˜Ð\üêåéõÝ(x‡Ïrz¾pj‚ÅÛ.?r¶qçœZç12Fsgr† £¤Ôà´Ås™ÞåiöuÆV¶˘Æi+É/Ï©6Óv§÷û¶Cõa[±ÉyE‰´Ñqj¦Ú§æVKºôÈKîÝ•™C(ìæœ³¥•'èeUÝö¶èkK~›k|]$~o3:Ûa“´ í»ÁƒÚýdÖI^ï"<†ZtÅŠ»IZ]bÑÏyg&ŽpÈ&©sŽ¢ìºüEÈçb•;ƒ £2[È«þFµÆ@Âr´®Èµv[ƒF€&“SßìÆ‹sò -};³¡¸’qBô`^žAz‚tlîÎèÅh‚o3v!f£cãŽQ"c(c6Iµ ÚîDj "Þ¤Þ\„òË©f0Ôô|ì\ŒC0ÄMºv>E›î½”Ö ,r' ²ý]I ™ˆs4§^•Zc¤c¾²–×8¦6“ºt2´™Ú9g“´­(d²zð“áOž®Û¦d ZÒ…ˆCãÜ}Ç*Ñueˆ)Š­.ð€T‡|ìtd™²Z’wÉ[TÖAê2LK)æ+z ôèÊ;Dg‹ÞùyCõ@£R“ªZÇìÞUmTQÏ»r`†×4©%hI—žŸñÌðõì››‘£:6Ü -6Ñ´ÆÊÐnó¯¦/›SÎhŠ •—ûÛ¹X„bÅ!vèor÷—Ð =ߪ®âëbõéT^±»KAͬ&•AÉð­*ۀçOßɲ[ m÷ÿý{{ül"#‡í8¯%µè6«KPƒ«ÿw×já˜U\RGïÆÞø¼iúÀš3õín£›DïßÁ \U÷z’%³³Ó4ªl,ßdIu­ÜW“Çf@§O?§‘Êì¦+Îà|Æ‘PB3â(¹|'T‚*Mw±±Ùщ##%@ætò:îÜh çÒ¯;äöt6£*%Ó½Iù?'ÉQzKSð´›0Å&BZ¶¸Ú±ÞJQ ÝCgÔ´Ö•$A›lèôæ÷kã{ÈšÕa[ ÓÅÉËÚ°ó»Ó=Õ<¦cáùÙŸ"÷Ä]Iu©I%äŸ$A©~};9•·›·4j«’­æëÙñÖ=x¶q†u•!°³¶¬wGÃC%n\“J–:I†’G64¾°ì'CYØ,)WÁ³ò¬KiGÑø=a9ŸnS¢Í!Ä5zyUå³î¤n×f™P+É!hQ;~b[]êæ¸ýø¶]úqŠ6Ñi!¦•%Úøi_º½fà@>ßÚV2»É}ñÌ’œ¿[Ä‘AϳÃU¦ÃKþTÈÎ&¨{ !hÝÄ(ØhsS.£¸d×XM·¸„Bæ¥ ¤$§»åLõѦÎÍH7Dcý¹´ˆÔÂhgÄO2|;¨!ìú†Å…ܼAZ<àdW^1=c¨F™%{3¥sBç!Ûœ*KNT®+úü¤“x°p2+[3'­µŽ;ï1eò -¨˜Ô)˜ž+` ©…wÏhè$ׂ²Õtÿ¬YR{×Ày¯©…mê@|~òªtä£iël†ZJ³ äöõ•L˜àlçé~»užÔk 6âŽ÷PŽÙâ \›´Åg[¹·C2ÖÕ; Ü`_7 -$5 × áí¨1Àì• îðõx½àjÚà'χ»‘å§'Í¡D&üNH’ždûN)d°¡saÛßt £öx†Ûz×j¬â%ôœÄÕ¨“U'Ïr[ÛE‚ð³¨^r‚ë´þŸ?²»BoÂØWø%§þÿÕ¬!ÃÜ~¢é[ÕD?˜÷æN·g·ÕV·À/Ñ6™;?þ×*Kªef˸‘ã§P× ®A–™°jo-/š…K}*ùÔ¨ÿ?¤¨üµW—欽{XÛ7ôv @Ù"™Ý£ˆ*ÉGw ¨°ŽA©ÁööÿLE!Âc¨‚6î$Ý~®âÁƒæ[%ó§Þé=Z³(7DÑõk”Zï¬mô¬¸¶Í€C^‹*„1ÙÕàž£!i(,JuÇwFOXxpiÒ#`ÑéØêzáÖ4Äoªµg´è½:5$5·Î²³nQrvÄï,T™\Ÿbu§Ø#õùUBf›ó %P>± -ªrpY9機tHM"gi }Ì„¹"¸“?³ª1ñdß‚B¦-Üæh(AàºRýY°BL´»œÑ/îÓ0\j#k%}ôL*4‹ùµ¹XüRqd-›]ùö(†N.(< =SèÖºœépÚ`ñ/fi‡#NËåjçN U¥³ëQæ](ŽuHIÒ)MשZ¼¥ûˆ¥®èÄÄ݉6­ç8ªs°R¡¾X›LR:úu@­–±´»ÔŽkdf&‰³mÈÅBq«†¸Frà†IÒ©‰yøâÕNA¶ô´ç^ûš7ÿ÷¥W”ð7.ÿúÛ?–_ŸþÎr¾¯ýØŽ×Ëÿ鹯ªwÇr½××/ó[–mŸÛñ~x¿Ý¿®/~N3Ƶö臟:]¶ã¹¿þXuÞg5)ýås»ìëqZßÿÜK•¿µ/YÖ÷írÊ8Ý®—íñ]ŽÙ´zùÍ‹¥§àF…w–÷Ëý¯ëŽózß_ëÁÑ}#¸±æ+–íçë±}n§ûí{{ü6ïCË㟜×Çe¿}¯Ïó?Å[§Çÿ׿‰ó„þ’‡.ûúc{éÞO=¶ïõºçïûžõ9¼¼mŸëuûç|û·í±ò½+(â´å;ÜÇ‘?ô×úXËïëóc?ÞOoëy¿î¯}Ïö“#áßûÖíùçþþõôc»èÚá×Çíë¹ÿåN¨cÜ¿\®ûÛvÚ~Þ·ók=άŒNâ'¼ýõ¹þCþê÷v½Ý?·ãeDœ¢é©TcYõw}ò?)ó Ü7W6ÞÕÅb 36ñ¾s@êNE\Y?†;¤ÈÆñ™dî«”¸óªìpIj;/<žÒ±=¥³ö”ÎÛSºh‰f›lR#.…Öù·fØÓê…ÌŽ¾n*ª¡Pb:E̫ڪ¨óÞãBG·‹Óþ£ƒÚ.t ]è`»ÐaíB‡· Ñ.td»ÐQíBG·‹ÓÄ·ºJY=a"'‹ûcÝ*È~w‰Ó_|#¸}íWd&”c¡\ˆtGh ø]&úh3 dHÝ俇ð"Úýã>Lé•D0}”tÔ°ˆ–-ÎÄüEâÓä¡ÊÞ82+Ä—&"èfJ”t.Áöûʧm•×5htF9Cì(Ñ•g‘õbÙGû®¦xÓ—W]€¨AËÓàPf®ù©”:n†)¡ÙP°,9ó¹ø3µhá̵eQC™jºSéB™?X1PV$ö6’ÊˆŠ´øƒÔIj'“Vµ&•c$”òÕR‹ÏQëàž [.Óˆ#ÍŨ¨*+©ÒI¨tÁ”Ýw¾±ÉƒÌÊT¯çÂvöP•t¦rž¯¤Êž [4,ë5âíâ{áDL(‚vƒ“꽋¿¢EÄIaY[c²Æ.• ›˜ž(8¡F4”ÐtKH]\ÏJ%À4ãÓÈ¡˜7¢‰‹7Ã@-¬ Á¸g”_Ý’b—r,šû—c)¥’m=k=: ´ÈÂ3湋óR9,•È•ÄAŒþt- -ºüï¬M'×PR*‡Ï nùZá"Î%–÷Ž®!ƒº•Â-fha_ŸEš^–je†Ú"œµåù‘zº¸jLÁÊB¸slEÀHFwv¾’^ª˜ÿ8hc%æuxw§5êȰ6&Ñ#ƒ`R:sƒ•²<uŽ vŠ@2©#šx …¸~+Š…zø„š®~i~.£–:.>knáPÁ@ÂÞÊä»?v–Ò0Âý1¤Œ›Á·ïÍ,$F+÷BG©^ƒ,ùSºŸÎÔË¡4£µƒÔîÒ9XêæýtÁ¶„%0Öö‘ImÅ*{5ÖeW%dŽ1+_iSüQI/ Ô®ne4Ll0 ªƒh²bé<‡ò»%oî›îõ ¥Ë â£ËH- ÑYQfÓo©._pU4q‚Jdž«Ù¹^Êmï”:~ší‡md3EÇ•·ÈÒç‚2F pJI bÀžšaæ<.Ô˜:vöÞ½tß„¬dÐ^qõr¦&ɉ‚vxȆ%5}óÇQNÏÔKqwÀ5ÎTž†Ü5o$¬ó_-Û,Š’3/#®7H!V¼&oDNŒI!–;{W19 Úm¨å*o¨-.b;GÓKW -N ø: …ãa¾fª<0q8ê u\ižÚceͬM‹¡”:^j—Tök À6ÄÄ}¾ÍíŒ.ªO,#Ç8èûfX9}73Û“–cxÏÑ…Ñ¢dä ó,'ñóM^ ˜ ªƒõFl˜+‘ßÌZªœ'÷B­"+fêb.u¨/†‚±sä\~Òú¸p'9†] ïkß1à<èÿä0ÒÍÔ9Ê1Íì@»t 4Á÷ñøa$¥ß”Æž,´¬pલÚß.ž…•`ÍœN]R”ÎqâYWJá[ñŠ•Aj©m\×t4"ªã~·v¾fî$˜cˆ¥?ߌR - ÔHˆn½m˜“Ÿ¦”~àòá>,=k¢èx¬í$1ÓŸx}Ê ¡O3üÙî°ó _Wz³]3×Mc$;?7¶pFÌ=0éž3 [ìëx--³qs‡X=êv²ˆ oROº1XæÈ‘V+\ÃEh .½ÛFyë<Œô AìiG»#kÃûnc_ŸÈÍ -aŒð›ÃìˆmðN!é”±‹-hÈx†xL„n’‡–FŽ‘=¼Y5)n·L3|v¦bû•:à¬a–¯•md{Àp5 bÂ?ß)ú&ΉT­¤pµBc dì)ñaë]go("PÑZ‡Ôæ¼N ×Ks›¾¡Œ:ƒ%£ÚM>6"}(ŠIå”À®R4ÐÓFo–î -ƒ1˜ƒZ5phšÏ¢ÔË<šc(îKJ1ãŸï°õÅ´(þè”âŠOÓšÁëÐîdBtC-sŽ´íE¥iFç4£`îABÚ}§Ì2W,¾FL4·ùRÅ@żÖ¦NBð|´TðbD !O?nÑ-r]I-Cœ€C3i¨îÜÍÁèZJ GÝ)–ÙEOLäâ§àò¬ä¦Õ*昡Û3£¾¡;/Š2÷€¢%6¼Ó‘ôjÈù1r™&OV®GÚ;CÝq Òhªï3ˆ­!<ºl:”¢Ç²QƒÇ·»/â¾Û‚sDB¹9„–§¡r-m§„ÛÑÙŠäí.ä£å˜¦L8Mž:EñÃTMú^Ó>?©.r}{Ñ#æôÆMw¸26“îQÅã€]YvWÒ.¿ZAdW¡›Î¥9:[–AFó/ÚµÇB3š|÷¶ÈFWm\–ø,[šÁh´m»ºY¢'´x "1Åý‹yí £Ýå¾keèi«™[Sàt#Ƕ™lC@µ‘¡dP×ÈÍ6Þxm%è³ÌžRz7”*P}D:ì¶y æ¤6­™nöjŒøïy®rÝ|«Åû!f -¡qúê¨f,Ö¸E¥IçéH­GÌYÙ=àpðY:¤¯vÒIx %Œqô˜¹E¥o¡‘RÎ"½v‘u%s<‘WHék;´G·ÇÅvO¯ÒGL,üÒº>gÒ:“cO ;¥P3µd(6 “6vó°{z”aŽCI°ºô”|„tîÆ3ÍhÇJ/ ´Ö2ƇbªùúQQ•½Ÿ>¦£ì"¶ \ùðÜ|1÷€ÞeNt]s¼cü¨'!å&Œ»†&ᥚÝUAõi}ü5\™ƒY#§o¡•³V8аÀNòBhž”~³CrÇ>QD¾Áïbç¯ÙLi -‡ 5ÈÛ M›Iç"‰n§ÙM=öQÉeƒq oœÒÜûF4Åù·¤lÊÙ%Ôý:¶|Ð܈@#"å$—gˆ!×™ÞªšÄv@Û§ú£#ÓgÒ gþ ³ÌìÐq»dÜݤ;¥1ðvú_l]%rBi¸Dk&ƒïŸ %‡ ÓpBžÑ°£q‹J'1ŸÆ¡Û—Õ–† -l|gyiÚW9jÍâ¹”j’²“Râ\6hŸÜü„n_^‡0i§Õ¿ˆK@æµ¾bŠ%¥dleŒ÷È«ÛZ?ˆö"ű{—/x¥š¹à‰L*]©E—)E$nm_,3?_¥ûó°©ÙU HW`­,H áúºI6qà0»ÀˆÙ«è?ˆQ 8‘ëdÕÝmxꦩ±½h ™¹°‘]štŒWÃ7ž¬‘'€žÈ» qjKf Sç<Ào©šZþÑÌä)„À^»€øµ;MZ èÃÖòXD£}d£Ïä$–Ÿ7è¥æ$‚ØÌh»L·e#)¶ž:`§!m‰«±æÒ —t×5ˆ|Ók\…["Å^ƒ3ck7%UÆékˆ Ó7/ÁÅâˆìÇô6 ³%v+ý¤ädÇf$_QךŽpà¡úºIZ  ‹9ágجðVצ”ÿ9´Žˆj/ãrauuµ”“µYJLp¼“R{¦Û$þB‡KL]Ú5S²bi©æP8 q!cÉÅ,Öv+ݲ²Ó¢¶„Ïâ­c&´¶,³1hAù Í8ÕlYй©]%8]—YFÉØ<‘¤Ì?O¤Ox”ü1»è«&™ÕqðgKi––à4§«ó¥¨é¥)Sv©`š÷Cž º¾Ð-7xLj´ )u;cb÷Z`¥cóXÃÈtgÃd„®/t§DŽ‹}òÉÙŘGŽ]¶0q~%Í,–1ˆ²n¢¬–úŠIÏDA$"¬¬O¡9»€¯wœgŒ¨r¼¨8Y¶iè‚H™ ÑbÄÊF rf—³x¿B½†°ãeQæøûõ(QcÏ^´Byþ"êfìSh1&øá’Á^Ï„N9nØâ+Å„¦“£µgÏpInÏAADüíØlùúæR0ÐÈD:¶lTÍLå£Vá …:kÓª³¸?¸°’Š:ñðŠ ­j^çÔ±H‹a”°ÿÆ£•rÞÀku$&8¶D[½°,"µÌ#ãvâÙ’sŽÙ˜'ÂÃr³=…ï"ÄzTBÂÁ–Õ)ýêQ]Î(ÖM;¹ô)x.ºò,°j6 bl&øF„0…géë%ÙRrÿJùklµÄže‹Ä~•¼+¡ùôÏ%U쥖fFsà(g ¯½ìR1åî•òwIë$n9Jšô¼­7£\ÐÈá‹»E$‚Z‡n¢·›ÌíW©åËjªGsÞ(§ -ìO'…%F/Ã*f!8 ,ñˆ¥€àxÞÑ‹6Ž -r.æU -TöQ^¦+…’ae_2©§\ØÄ½GݙܙTÏ;Lð4ÑÑ!j™þÁvŠ^„ O:È"jïHð׌џ škF±iØŠÚŠæ€)ç ôíŠDQ³8‚½2©Èð\Jð,ÓÄïÝљŹ¡²Q§çVöx©´‹Mp t[i1‰¥fŽèHšã¥eF’él Á») - -Vê—TŠS±DÁ"gñ9›%å:¤É¨½ƒ½Á¾Ns(ÉjrŽÀ1G ¦–ˆÁ’˜I»¹SÞX7£ K,CÁ¦´XEÁÑt9E ït”°sn8ª—IÕP‰E]_¹eì´¬<|°Œç5=hé(,|þ1Â]cW•;èBÓ!é·…^§i¹X‚<—sŽ84jXDO+3LU/M£Ðe`/%«Ó¼þÉ–N,¼•Mè;ÄŽ‘œ˜wdØŸ°éåJ­oF‚60+÷à@­Ôåhô’ÞḠËsmÚìHŽ”YtH£-¨2êöop‘wòŒæ–Ú´ât°¨è-‘^B*7ƒÃûPº"cœÐw<*qhL+I…°ç9ÏCËO¨eÌš2“9dŒ&P‡lk3aKJÀ~X-V´R¸ÒYz;«•:,Ð †pĉ´ årÒÃ$#'‘ÄŽ­ ¼RfRÁŒ‘y `Bãàk2biÂÞ®AH5Þ ª3uðp±ôàd0l€¾sß²+X$™P -kJǰ̈́¯tîy²¦fýÇ3^’½7­ £˜I±aW•× Å:.èn‘\©c0l€ãM[bf}‹»;ÅFèØfbZ WÁk¦Î#kôŒoG(0`ãs6"%ו‹K-‡bÝR¨æH!Ž Mèë…q>¹Óg5'C:ÉqŠkRáb‹ÛèëLb½áuÆR/铌¯'MÜÈ )cyp–#ûÝ´5Sņ Ä•ÉíNCè;â( lk)•c/Z3gY¢„Ž¿š1sžˆèµ¤Rjw5ôšr–%Ó[g+æ@Ü |£YWŠ÷{BÕ:)µÇz“r%d-Ý®+‰b"{Dm•ƒ!̰˜lqNÕþwY9efâÒZ¢)Ï™®hæŒ\Œi+XN¦J/x½Õâ3)8S€üÞÀ‹hT@F_ *•IžÉdNO¤hªÆe(åó,®ç 5'W¨i?o]’ò‹ƒ(rÈ-+0’ÚÊ3½Ã©aÁ²½µƒ¹¦å6 YÊV;øBS›Š¹¡úÐÜœlBæš>CÖ´ÑxÒ²v 6D¥ÄF1‹Eã­•}c¨-÷„ ˜qÄϱä™(#  LXa÷Z4¡“FjR ¤¦V1.6¥†V±˜LºÂ‹nRmzšNˆ¡¢h6ïb êô¸\‚ÓØòpr‹Ô¤à€Ò&(CȽ¢O¬ÖÐË+–muz$c¬g*ˆ<WкË: ÁeéMl¯ýåÍÿýö -ñýÆåßúûòëãï,çÛñÚíx½þÆ?½=öóJtw,×Ûy}è÷Yþyûz}ü²Þï·û×õåwˆ1í¼Ÿ£kýÔé²Ïýõ‡z\=ß¿³|n—}=Në»'ø8Kìÿ}ß.§ŒÓízÙ‡úT1÷u^,=Å -ïÞYÞ/w{;t^ïûku O!Ç%²|Ųý|=¶Ïít¿}oó¬Ú~]韜×Çe¿}¯Ï³£¼uzøØ[Ô~ÌŽ®|貯?¶þÔcû^¯Ûq^Þ2åÃËÛö¹^7w½ýÛöð/ïn¡˜Ó–î3“|­õ¸ü¾>?öãýô¶ž÷ëþÚÿO˜Ì\þíÛóº¿=ýØ.Dwçëãöõ\äË Ûó—\÷·í´ý¼oç×zœmá“é‚=Þþú\]òW¿·ëíþ¹¯BÐO¨äXØ÷.«eŸümÊB½úl¬ñÍ×ö|Õv1Ñ/­xìÅ>‚Šf†¿´ÁÛ_ǾïŸZîÛí~Ý~ùÏn—s™TúûRªT®Û,€ó[RœÚÁ =AËWˆpê .åkn²J|[¯¯…¦¢‹®º ƒR_;ú¤øæhJÑÂWf¸ÕÕ-+XáV¸‚®Ásâ¦Â'V6Z-£$õ®èoZ`Z3hZ¿Ò¼j$0 -"'ãªÀ(;'YÁ -gàé1À36Ó9.UÍîàã5Òºbà¦Vƒs\rýªÆ‰¯ê˜ãóPZµ¾IË}-\-†W-ÆÞ('ŠÕñ2О|EBÆ?÷&¸Ï¾VŠÆPܾÓßPŒŽ\äPpóEñ¢Uñî …‚ÆýêÆ4c»pkÓü(,³aáZ¢QÈLU¥¢~‹è`æê.åÃ)äÃä›ÄÏ[e8³Ì@P…`ëÝæâ*ܪ²“#õ hilMS“Š¡7¯™7¾(ÅNå±.¸q¦¬K¼_’©e»­‡987Ò/Ì“÷€Zwÿ[ó™’â\,y]Wf{õx*ê´–f÷–bJçò^Ll17¼iØ8%iÄ}Ðïù”ÝÀX6šå#[g DBeê²[ 5íë(@dýn«}*ãÿ*óÚÞ|0˜…½¯¦ Ý™ë”&Êæ­Á_ïù²Qð!6Þ•.þ\–ÊõIm‘U¶yeŽGO¼¹Ù~„-|‹õªj”}•¡LìY… —dqQ¹h?ý4ùÐi€»ËÃ|{TAê‹Â=Zò\‡w²dš¨ê¸E –Rïf²6ªòu]K’±èNJcОUâùuwÌ]ï÷.äI¥¨®£§Ä!Bt-D›‹Š€UO×›L‹¹ŠÂPµoò7ɼ¯|Þsi.OÓ¨AÚa/JÙ-VÈ=;ø§ÔuôèÂ5˜oƒA¤2Þ´îúË—Cý"pc¶ =”£¸¨³Ë3hH_Ð]¤ì*%Ùõ/p>“æøyPü°ÕÈZrïHë%›l¬zMH=W•¹V8¨vÎÛ( %g½)àAëmmnÞU¬Ç/õJÀZ™'¦2ò`%ƒeoÝ’z[µ+âBáüs¾Ô®©×ÊsA[±Ž#üÓA¹`\.›¹‚­ªuÌÛ’O”µÛ°äz"_ŽÖJʆ{% +~[ÿ›+¾$U·Øøtµ(&PzSH‡HÆ{® -ç -C8€Ì0Ä+ÖzïÄMÿø>¹5Í*`š´­·=û¾û#}'ËàTAõŠ­£éZG·âfÒq7F -ÆwH‹‡.7Eá³yßìĆF{w¼L<´žÚÊx‹×Iü®5ƃØT*Ù]}wþÈ¢8Ë ‚/}Wñ]¦uŠ£Ìôiñ­hÔ›N¢}dc6™Å„šãŠGb$XÍ ßÔœ©ƒÔVjrwÙrT1!Æô0µ&ñ$Ú2u ´Há†nT¹ÔA²IU±Ô§‰~cŸŸ ûPmPÍögƒýµ{;ô@Í„‡Ò5æèEÆRþYqõ0ºèó>ÄÒá%ϲö´®áÞ¶€Ñ, 0qmj*Sð73½I0UQ¤ª¬ç¸Å°ÆQÛ}ÇIMFÍ렰ŰuyÞ…,üWO–Ò`íKYõJ#pë]‰x†®åú…®R hUöî㩯!š­AÁ(bÊð4Ê€‡¥xú éÔ©S¶½zûdqè{È»d·´~uTr$¶,^·†£<`ËØ¬‰Î*Z}DUÍ7w`ˆ‡e1ì·ï˜D[©š°×L{Øîó6LBF¸ ùÞ…î ãšàpq>Õéè“ÔGžžÁwWF011©ð“T¯û“Moíd& Ïà=Ùç€ôýúQ¨Ò÷ætSíGÆfïýäbHSïÇCÕSyÁÆóÀvñv -0ÑopÝS ç¥óÕà˜æYÐKÕë -¾8wGÂÄfJûº‹"ñoüv=¦\‡uÕ¡¨š-5™³%—ÕÀBÁÇ%æˆ×o´{èçT¸ý&3"_Åš‡‡Ú©F£ÎxLx¥õƒ‰ì/ö{æâØv¹ÂñS¾Q´wñ`³FBˆòaq­*ɸÓÁO¤0\†Ü..™Ѝ|,üS”"¨>˜Û€DÎdÑýd–ƒ»}ç„ñ?MÒDžã=ѦbÜn˜/Ú o‹=‚Ö®¿Ñ<4š·îo…8W! kW¨È½5$³¨ßì L¨8h” ­ýHþ;wJ8×ÚÖE±C'¥ÒÙDÞµ·ºÿƒø£aVÅ=Š$἞¼—ÒOY4 ó X¾>¾àìnÐðœæX§ÕB,Öºá·HŽwdå7WøWuB·z:I©Á‘&p¡ˆe$«ðNÞ‹9UQ¡ê¿I™w”¨|‰±ÓqÇBå`pf%æ}à¢ú]¡tB^¬e¢ÂÀýûcÏúÍ“8w§r[¢¸—bs¹±êsÐ\R›H2Þ;§}s·Tµ9f—p!f1’‰*ꄈ›ÿ ¢.ë3¼¸·-a`™¼È”kÕ+¶¶¦ºÃ,C«÷o²šŒ·¯¯4O÷÷Ú6'NSpefˆ.ò Eç± o…º']盤yn! -;û4L0p -‰; ¼¡çJ.tüгq•-MjElíÎÂÍjÁÏ×Îe*½J­`´=˜‡Ò¼«H~ŸØÄ/gšáÃ(ކ ©Ëœ„Ê(b\,+&ËÔcÜ1]zCCQÕ'N,÷hxd¾Ég|ÕtsÎôEæƒQ¥Îæ½ààªíMWO“ýª¬Ç»*ׄàà’¤žw¿1Wºy ªcð`kOn_!˜šy/ƒWÌ5,ƒ¨ññŠº]ñ"í‡cÕCÚäA‰²±£•^-âCécQ[õX[yÉ‚C`)&Þ=îÉ‘ºTXüwí7ýaT»P5ónw2W{©¦&GGÖšÁÔ¬#˜þ‹ŠÓ7ÏŸ.´tB -~sX/<b•²ÞF•¸xàQ(6£SL® zó+•H"®Ãý !á¾¢f6ÿø5yLyb»0Y7ÕªpCB–]ÇÒÀ•Î$«ã=‡í®äŽ?Û Wõ›†Ã¸zp 4p4fÈÕí»e‘Í/=­.æáüÂ$þÓŸía˜£L¿KŒ™,å¡:¡3Y¶% -ªO»N¼.F×BŸ$¨÷Ÿ.™ßüªl°ôow´¯C=ì´Ñ÷À©à~Ãæ¯Êë±ÝÅh8é¼íA5k澦™¬4iEým×ýo²ì#ªœ°~‘Bw2«jÎ6£t 广Ž5^nöp/£îšÍ )ÿ¨…iGF±Sè°ú &•‰=©9øbî+ˆQŠå¦ -ꓯu–™«ÖªW¯-±])–§Û›dbäb†iÕ¼QÑñ²?zäyVÒêÏ3¬Ë]l;ý÷Æ ¸¢È»=ŸÒ2÷QBd@ÈÆš‡)K…˜¸ké¾]ÉL2Áí:ì™Í6ͤ$V»oq§f#¹Ji„®±_U.\ó½^|Xf¤QìËÌcWam!&u‡áØ©loDb†ª€ÔïöÔèxs?ÈSÌ=•‰*¼—¡)Û–kwߢU,zÀ5‹)º­\½œ6¯–³gî3j™±c>T%ÈÒeÃ/ƒ^Ìf&ùhªoþ‹i-Eb^*ï.ºç¾; -Z?|K6Œí~ _ªVÚT¼k`ÝUd™ßn8^&Qša=ÊA²µž­Ã"J?µç¿V Á¢7ÒõQb¶ï†¯ê¤,aÖ¤Ò­Åtë~Žu#V–05àüp(„VºW•~­6Ìñ™Y9Ö£ï­fíì O['æ*—êçÜ0%õ( 1>Åó·d\BjC5],b‰ÄKpO2F]1 ÞS%+j¡@á5Õ ¶“¡ÄC*@!%ëMõ né‰\N×DõBÇ Éàî%±Å½0tY…™U†î§©%Û‚´lG`E…ðÞ­Ìáý`˜«nG’uoaV·Íõpiù粢ˑäü"ËÑ©¾ÐýûÃxÆÒŸ‰¶VY ¨ú_z÷‚ò^„Ô¢zÏñžî,ó•,”+kÙ—RZ8IcBPå‰`(ä¶ÄÔŽ>…ÝÍëòÉeå˜O„kGò MäÕÎd)EÜRu=ú†c m ™‘W0mæå îFޝP*#¡D´®7á命ÀýoAÉàãjvÐÔs"mÃ$6¨Ÿ†…t–i¯çfi/ÿæû0\lÞëll‚þèr1«uî. Þ -@ŸûN¶Ô¤ôSö¾@„D…l¥çîÙ§žÆ isLѰb*QPêÏ–­á€á2ËäR“C.ñ.óv`U‰¨r¸cjVŽ™áeh™ü¬í”]3—–Q!àÀä&iYv,%ˆ¿”K ß¡òçÓÏb ¹KHøÜ9ÕKM0÷{SUÍ,X–ãöŇ“…ND[*KíÚ¥º±¿l?¢ÎÛa=¢‚¯Î2nV˜Iz8íù^ÏæJ™¢)¤=·© ©[#‚Q4qôÓa®Õ´6QuèÉ0—nÞ9mâ©_vm1 "[ÙÕ'¬7¢Ø˜ÐS²b¶Ó4…(Íp¹9*¼¬4¨·¦LCø‰¨tà%†Læµ€‚¹¢Ó€Û±ŸŽbî#î-½ñÞ®ýbi'æÆìšËfÅ¿g™¨â‹k7OHÁ[r#çBi(DNm}²£„ŸÜÐSçl>=(p8¤l ¾ña®ö®ÚÁò,0l=‰CGò^éêböжÇ5â“av\ÜEüH–'Ü>^~ãÉ5ï:Þ#ͺ×/³Ø®€#+€DÊ̦ñ—§*…>™«\ªšÍ4£ÍdAÞž*f 5åívJ›ÑIz¾ÅÍ¥YZƒ‘²_Å©»ñ#=œ«ýHìc1‘ B"d;D“g[³áíãê›"vÝ>[sœÁâv^n¢QØŽ˜^ -x¯nèhsƒÏßê`´…"BZÕa'–«yqéYS ØÊL‰!¿éAu[ò.??7~0ÅSHK-si3²­í1²9œZ÷_™ou˜ù Óo£xæÄêy(+g uóÜ¡¨å±Ì¶>]æ¤ø·™·%ÊÌËB…ÓTð&W‹ò4S…VaWÉ1uS@âë­òB&¯•4&„Éd´E “ÃÆTf taªtšæÃ+Ã;€;Ž™ }Qh -ïž`†í©øú,_y}Ou˜óàrsžž ÁùbÂKý·G¿[— -¡ igÊ|tŸF%7b\e¨3W¸cåÐÄDYVÅHš)H(±Ñæ%N®;ää7rú´Î‰Éœ},º„P˜šß¤ÀÍ| -Á0¼ú£¥y+([ ñ)FtžèI­ˆ×CTö÷ðºJ¤’ìFæªÕ‰*ëmzå>þÆòŠ 9Ü[ºæX;ÄÌt‘ ܺ.JÏÆáÞKy˜¹g›H‚7¨M‚šâÁêQO$v—ÓcRÎÛ“oš¥¾H̨^« -Áâ•ã4é<Ú°¥CZ -v„–HÈ×åÀ! ,{ôëº÷.aFˈä[)Üœd@ø3æðqÍîìŽËNK}0™<Ù‡á–`d±=PÇÝ.-r­Î—ªÃ3Ì–Ù -ˉ@‚arË|½ á^ºñjß`_w·Tz%â2¬gÀH©ww¯- ¢•»YÜi—=„¦ -±©eMÆàæu?“ÈDŸi®Õí¥˜šS¥%YÅBy$¯W,jv¦LßÍüð×MI¯0ZЍ~é¾—kèdï‡Ãû&ˆì½ÞS}q$q ÂäÊ©/Å3v%þ'.G$¯CÞ+T_Š=t”Fºb2£²1ïþÉÛd m—šÕ®ÔU'íünãgß±dHÒø…U »§åqµ/¼ÁÍrùz*[0UCÈÁ9»’rtë|\špÈ}t¹2ý]ZäZ—ê·‚Ýcmæ‡ÅËw -ÍlD˜›œnËã;] ™>V¨8ôI×ÔbLÎÓ@´µñÄÁ¦ðzî(kÔÕ²8)¨âÌVsäOÅØwUC^à.2~”ŠâÝr€T®YÄÈTи6É}‹ÖP²«’úÒ·7¼á® áUK RͲqeÌÂk:Ú7È­[¡-èΤƒÍŠ6ÜÜ‹v‚Þ±þG±G¹VÌ¥x½W€?BNV)&ΘÀñ[p4ÚZYú®"ÃÖ…EþSd_› -`BÃóXç®Ø‹r€ÃP‘Hê½DîrY"a¢´ˆX¬Qlµùà%86<‰êy+4Eˆ¡;Ó”JLËT÷`õÁØABØ.Ooo )yñÛè÷õiNÚE«NSŒ°¾8žËÃ%Pp?ZðÔ%I‰·ä©˜Bh_<‘p§°³þþygè™Ò]šÄ펽óu‡ˆ¢5×öÐE—„ÇÜçþS‘fNyçwk7&sôi'ª@1¦ðÚE¬$â¹ šá¹P´ˆâ–•Äu–»6åá•iÔGWy¯ @•~ãÈ5(­ Ž«ë>'o/åA†Ö.³]$vÛ©LÆoqÉÄ"P$_*»ïcÏ@N…Ù‹‚mŽV¦— KHBÁd*»½yüîQ ðÕÄŸgÃÈIòa¶4Yˆ|ó(ËÜ®ZC+8-ð‰dâ–w˜JlehÝÃðl¨K´ÊU&Ó(¯x¹p%\®Ùå ]Ä  ¢!©ö¥ª‰1£¤ZæÞJDÙ¡qd¢9€Ó2ó@¢ˆ/€q¤Ã2ÛÊú…YÒÁ›”š„Êó®ÄÆk¶‘p£÷ÿñÂè=ƒxÊC©LøY5'QäÔ$žWÊÎ{§`^h‡˜I—åÒ{¯Jñfçä@ªÏDxb(¹[»~·és™<‡;9y¹¸ŽëvNUü謹µìÂåÕ¯ããKξ$dØŒº]‹Ev’¹Ê¥Ø-úb"eI¹G_&A×}Ïlõε(ßÅwÏŽ¨wÜ—˜†]’m÷2c€ï†BÒ” º%ŸP~™k¹ëåÍ´z¤"êðG›äýÆû’g,½Os˜LûFu‚i«É’šH›ò¼/ʵHôÿ‚¨`(²hó²ÙÀL§št÷í$f¦ kbÓì”#Áô¶¼?…ùψ£ExUkLæÍzƒKéÊŠ¤&C½·]OêïvØk•¹T·¦°åÕuW‘ZÅiÛÀB‘ ϸY¢BケÖÀÿ*¶Š\‡îR*¢Ç|"¦ï/%¯@@­9IÞV™Å¾Ð„$Lónß6T`ŒÑu9ÂÁ Á3Ò} -íØV¶–¶úÛ±/Œw‹uÚÙ$4_ë‹¥Tåþ¤nUÁºLµv8xfí)2H”¼q2ª²Áœ¿^ñ’ÿX‡²Îa0WÍÁì0N¤c[Dmªý±c|/LãóêÎxë%[þžxöûć!X­YjÃû¦9;^t÷éàµC‚w€©ãÙ>Œ2Dþ.—ÌëR*sµZD™¡§Ê%r‹©ŠÜ‡&Ü“:]Gákì.½MC˜zTMvü‚•HÊ~ʾäF’ aÕ>ìÞÙ©g±:{ô4ª -B@<Ѹ«ž9{8j]«“NQÕ-{«QÒp=&Õü Š®YˆK©µ´ôˆuÔÊÞš:ÅåHµ€Ñ་*颚(ÊCÇgÎæ–•Å9³¨|ǫ骉Ð5øõU¶SL¡éÄ ÃÌþü°Ùj.Þ“ÊÙñgÛN1ÔAGxgF‰1oûùîÊôVÄêÃ&†)7F©WªXÂÏ%£oí>f§9ÁâkK%Ó ðBš,š‘KÆUè¹¢"QÍívn&jsO°ÅHM[püIË®wWôÑ™ë–Å–Ç^ -¿A L=0Ò|û¡Wpö’Ú[«Ä«Â?“˜›*/ñ¶&(R¬üzu­à/ªmz -ùÄvÈmÆXMñ¡Â™LøàÇ1>[Ú%ZµnÛÓ%æÔ±nH„ NcFïdwÖoGY ©¶.5ò¶U2&ž0 6¶F“üí¿ï—^ð73ÀÏÕhÅéÏ2q? ¬D˜¹ZôE%æšïA»[ÙŽU)`hSŒÿ`â}I™Ä›Â’”›K)~;'Z/«½ã:I|5f¢¯ØœtâÑ#në:œÍµ¹â­Ñ2݇¶.Å2[ô +î¡DvÈ .\)òB³8”ZÍÜ+ÑY©ú{¸†§›Ì–™aõÇæÂ¾zSîèÓ—þŘÍ7Ô&òwãcÛt·îOÏÔ‡cÂd0]Ÿ­ÞöL(0 +Î×ûÙÀL±¬ÿ°x-S½+åÕ%îÉ}ÁÚÖ$ú\Ô Áw!»+8LLQ9q¯G9óp”ååÕºrÚ"ÜÃk½9™Ó¨¥#˜MIRå¥=Ó²{~!‡@þiÓ±îÀ»H!ÎMhÀt÷\é MBÜ¥YbìölÓµb{e¿£”vìÛÙ•oQWo4ð¾ÝoÀ§dyuáôÏ‘?;2kt’¤ê§à5`ÎzlÍŸÃ0ýr\< d‡\$+'Y&ˆå?Ä^Ëišvk4V6(µ¡t]×ksharƒäúÄäùm V¯C‡|(<·èüz]²Š?ë¥fÏM'WU‹@f{ùç\œÕ%oÞ(˜d_±¨Úxp=KCb÷ |‚‚ò]؉^êè¼áKyS•ßFlŸ›ó è35"@Jñ8,n{ò¨Í6Âb(ÅžëaºFfúqYªrVY­z³¢Hº”ÌŒD­èÿ?QÍú!@2Ìí'â«Nk@ì‡{åZ¶dϰT&¿dºriÿgjÚ²†Fô´Ô2ñä°¤ÁÃFí›ò°£FšÁÛ¨¶¸“ÅuŽdãc¯U+µwBÌÊ乆+n ­JÇÃa ¶þ¤DŽí?'§àw(H.¯þZ*ž¯ˆ•UN^¶ì¤q&TEÄó²­-J >‰’=dÁ6–kÁbV5ž2(x!»ð>%ÆÂÛÐæ;–j¼SÁ˜¨ä7G·º'åÔXf§˜¶Œ¥Åº9½>Ul¿†­>‚wFvý+mÉ­8¤=Û‚¢ˆ¸­6–‚&JpN-æüŠÕÖyG’¯Þ%Fk|hçh÷Æ\[¶&„K¿Ç;Ÿ_y5Dýê6Ìègw‹ ö5r èê¤ "VIgµ³e -]DÑÆ­¨‡‚µ\9Ž8$ÈýŠwjyw‹okÔɱÀ´üJª !ì™,˜8öÍhî!Ê=ÑoøüÀS^¸S©‹ea±3šY©oÑH=1Ñ`¾ÿ8°0 %6•/Qª.çZ@ µD,¼{òbA…f”¦êæû’2ÜűìKWÊ\Í…B7HBÙõEœ$új„Op]R\ó&ÙqZØsaL%[k^¦z± €²ëk´Ù×øß»&8Yð„%Áž=HŠ·1sÆÓ¹â| =_ËDÇcxéÓ_¦ª7M1dFbVGµ7!8ëìmèVufš“aR¸Þõþ“–ªa*£¤Áã)ªWµnFÿÁºôåc ܨ8wÎ#»w‡SÒ‰U‹%¬,1¯‘²PÊWÊIJ×4,ÔsP°"gß, wGèz½áh -‘né£1ò–¡Ç‰Þ²(®¥àIÐ4 Æž# {`kW’f¾ç´õ4y»‡Øh]¤G+ù3½l±©Uö (:ϺqÙ=&èl\·{ pÎ$uÇ=,Îtغu0‚^PnŸÐ>A¹¾öħګĸCá&z‰¾~!Ý!²–§c³`(¡3n¿Y–'{[oŸÁ JžB"o¾éIƒf³°k ]W§ æSñÈÕt­¯Ù -Ý·=¯ p -r_:çö »I,aí½ðÇ ÿMò}‘]XjVº¾L°µGŤ§±ÁXS8lÝÈ tÚ—rK¥ÕMÏ|^™”¨·2z^±5R¯OQln³«Z¾E‘³VŠ„ÙJ#e[ùÛ6ç'þqG%:ÂlöìM˜ïVnxÅο¤ssÄ/”é¾t‚ÃqØõe`. _–Š_gÑ`eÏay•ê™[Al+¦v`=‰Ù8D£Æw$ªª -X»°ØBŸNõ³zS[ïÞ=È›nªÕ퓃meµ´Ðiÿ”ŽD·«ƒ®‰)èf=Õ‰c>½`emSÚò+gƒI~äÔmÄ%€¾«j¡ìÞz›ý*Íèk|JŠõÊ2?ºèa‰l`°t;pL·Gë£(ƒq$µ:®nyj´â:Ü€®‹dQmÚÅUÎr+g™t%ÄJ¨™G™R©AÁbK{dö]MåWTk0BXk3âËF ;§Òžw׉ɯøÜÎÆ¹e§òÎ~¥”7± Œ€#ç϶†”¡Ìíh”W—¯õ‚ÓwÒ:¡Q‘2ŒÒò±‘ší‰ôíOk•_Qnß[¾'b[úBC¬ŽµÿQ¨=aê,séƒ|¥{rË‘ÜO¦ÛÈ¡ÀI­FÉX݃…’6ŽeËžF¬Ò -tyŽ-|›c«²)壔–Æ;ጣ‹Ä9 W•} •K;Pl{ ±™é(Þ×Ídƒ)¬Õå•^Ž1çCgÈð7Fw3´EÇiçб•*jº’ŽÐV’µ–‰À«VZ¦Äù ¬Ãb‚dJûé]År$ª;˜ËÓn3“çBŒ'pÒí]&¦,¸(‰|ÓCµä(LŒùzj!ï•ñèS¾ä”9«³Zî°É±%“]Ctð†l;2) ŠÑRwö¼ÿþC±7i¬_To°vƒÍÀ«„W“{*¹SŽ+æïí°òÍÅhX„‰ÀI­Ì@,6.ü„~çˆ`p»tûž•BªF²Ò+Ý|1ao2­,[ (îÀ⦺F³²¸iU·µbÝ]Côaw2;Ò ºìÙÃÄâ%;ëbÚ³éÞ…˜°£M¯tfsP^ ODŠ• ã¯h¦Ó {,?E7±1,­€Ö—¸æaWAjë¬"7¡_.([$q0`ÎqÅKwëŒË:Ñ™:”V×: -‰] ®cå0M‡‘wÜtÆé™—ú0Ä»p›#K¨dO -ædѹZ§'R µÒ•`qÞÚ‘O5l¹BGŠ8:ƒ]ï[S8}‘£ïó!vñÍ`­…v3[ö.7 ‚‰Œª†Õœ¢eO[W-lç" -NjÏð%‡„^*ƒWèð#°±’¶Ò£ºƒíívŸXF_4U]Þ’ºô‘€Ø³è`—ÖâÍXgÕm¹éQ.-‘‚BàWºâlïî™ÀJa)kbu b{V¢%Là,†®NÍý‡ÀÇlâäÃåLÌ*c°#l1’s_¬)êë¹3F‰IÙ/ÝÝ: ÀZïã PÙ7{þ‘ú›&fƒ)¡á×>ó0Ô/=gôtݳ›]Hç¸OG¾¢¬,b±¸»°§FO8uÖØÝ1zujØ«¥’œ»x²§´}b)“-»«`_¢ÜÞ½Ú‰Å6Ï9i⟺mtóˆÊ9!žD_‘uŠMÕ(µÊQ, RFN’Ÿ8ærw ŒVÏ™6“·)º1©øŒÞãS(…áㆄòšçºÛ“(÷V_“FèF<éG:Þ ÿò!H»b˜®ˆÇvš»Ã1 -Ê:#$h¢ˆmãhC‰“§ °“ÄVóæçOë&ÐÖ!¹Á1ñWŽJŒ}4»µÕ9åõ=±Õ’Z_×錚øWʤ̋åf ϳ³’˜©à‹A€  O745ãÒípü²¬: ¤Û.žØlݹ.žp&Õ5 -£kÎõáBw]!Û—¨^e§3NʹÓÏ Ðcå6]‡éàÀDJö.)Ë~XÍ;@_«û´&€2Ú&£=ä(íàĨ‡mîmœsbjÐ ~bs©¹®¤¥êA³­8o›¤î}ÅÿY…^ãÆk¼úÿ‡2omU+ìF•ÿ¨ŠñÀmuœŸŸYUܲ¾Y¯.ÄyF4ýbZèN‡%1Žþ×R(÷s?v¶m…b&úz,vñ]R½x¦+)Ó5 -×6:Ì"‰‚xG*¶:ùVŸÑ ÁœƒÍp×èf.º|Lêš4-ôÍÐpCÉFв¼ùaWårÐ\+fm·›$…ëZИp ƒ.ƒÉÌÙ ·Ræ6w Š"2X¢®‡íqa"Y~ÇQk`l3~ÉY°n³i²ô’yõ]YØ…æú’¶ªGY•—¸ –CƒcÑc™C׉~òÅHã$ç5"@µ€„ú’8V}gX50 -]UêæÈf"0Öº—ôŽF°صŠZ DûŠÛàÛ’(»Ç›_]eÑ’.퉋)=—5–«®Çá·‚M¹’¸ÑŒ¡£{„1榑~ˆ¹V=.󊼅Õý?8X7N“;’(Pç‹¶ò£ZƒUŽOîêš æÝ–OªñIOâ8½²>v=F6$€ÛM8"4lx.;ž¤+{G§†í$†Õ%}R¸Ô´÷zæl8<´Áv$ª=X¡ˆP3\AjùSX?ñQùìK¸/æª*𱻚ŽÙ€I½½¾$¬b´U›˜Ãe‹½Ì]«y}° Ü€þ‚´ç)S“ˆhlú<"=¾¤­ü(¯<©–µš~ FÞ5âPغˆ{jõ@?¹hòô°\U´/ÈP£NÇfFÚäØbRá=Ó#zñîª$}úãlÑY{µ0(#Š }ÉË›¶â£ºƒUÕPŒhÚuCtz¬²õ…0óp§OÑa-\Tù§ê? |ñn?iØÏ)3ѲqFyìžùíLUñM• ¢²65L&ÎÓKBË«4c[$4»Š›Ø5ÍËÊ£çéÎÞµšþØ6^¼×Ç”ÝÍÂÎÇ\í8 -àZæÉ~=«;”»Í¾Ytêl„Ø®HÑÔ!aËÃJ†“yôžÈšt«‚&W1s×u#X¹ä¥Žˆ¼ð"ðÅV`V%E ¡Ù¥—ƒ€YLéÜ“Üf¶Y‹2?*Åæ~oyf+e¤ †ŽÖH)«Pe^žý^÷éßÏ?~óö#¾üõãëo?Üþ*¬Vö£'Ÿ¿ãÓëãý—·_ÿºjûˆû3O?>^ßžß?=~pâŸîžž¿<^?u}úøáõñó/ð@ ÿÛ?äC“?…(‡\_zúòúUöúü×·_ŸO…ŸÑ{éhþ•§ÇŸ¿þüøññéëÇïŸÿ”?Uý/¼<ÿüúöñûó//ÿw´_¢^òûú§×·ço¿žßòóã÷çï/?öAêùõOŸ?>ÿðøýUß?~þå)‰¡‡=ý€¦ÿMþ¦oŸß_ÿxþåÛ·÷/Ÿ>?¿¼ýðö뛕uïóOß~üò÷þÕ?|úæñ*ŸÊÞé釷ÏO?¿>^~}~ùWxQ+ö/÷ùoûñùÿñûüðñõÇÇû¯¬ï§2Š‹k¶¦ÿ­üÏ9‰cîRÁaµûPfr?a׿I÷KÚf[d?ÊVPrüOɘ…ÈøgÄ}éwæo_?þøùÇiɢݥ‚AžJí˜tÙ²?ð®ÜD;ã ®èŠ9£úãî œœÅ2­ w-Ý_è[Cü‡¿ÛA:ÍfbŸj/ŸHŠÂî ]SÄØ" ¨x‘à…û¿¼%“ÖòH¸½úLÚТG¾¯Q7eæ´{ôûªÑž¢NïËE zV^*G¬!¥yw›èM©÷_Õy¦ùq¦ØŽñÈìûšp ÅØeÀ*8hFºÕn†‘†ß½ÄŒrYl2‡øA³² ÷OÍOBï³Ïû±y:ñÍlþj¯¿Q¨Žš##^ǸÞHnš¨y(p¶ò] w:Lš}±¢hLï&¥dê<­“šc IVñº+'¦­A·Ö‰¬ÄÓc°sYC½‹q0l~ì‰Í<ÚlÄñX.šë‚V€b퓨Žö“è00”½ñž9Ë}î'™Qù$Û½;0-ì8!o,>èëúëë®°ÿŽ, œ.¯ÔÕøŠ·"[>÷´:=ãj:ñCòÜßè”Љ9ÍÃ+‡Fû¥*Ú \ë^pæÚñöˆI_{;‹´Ù;¿/S(`'kì.›¸dMùN]@m®ÜèûÂüß|˜*€ˆöâË¥ºZ¦±³8çº_pänjˆµ.’^qA"Œ¤Ç~Tf®A &W¼«¿|£cUÒ$I£7Q)jÅPM‡¼pà’](ç"Ô›“øˆøÁ!¬WÄ:ˆ¤¶º‹~= -ѹS¬-ß8ÊÊ8¡óZ)\¶ìm”½¡:¦ã+‘‡¼øÐ6©) 4טW¶T6ïF‡`µâ›6c”hæwd®UÓÿÎØ,.aaE×$¶z–ljÏU®¨Ð^äûÏK—Ô*IMÕW³ãk¥ Žâ¦¨í\ÑŠ[N€ -emX6¡*5E&ü2åºCRòUmÄ‘z¡²)…?þv»@+KD2uM°N Éœ/·µW“ªÕ*2âÓÜXw$g¯!M¤Ñ›ƒQ0øû+ ·{‡D^›6SUÌeÿëÊ—tåÊîŽÍÂØŒW@Ù;‚¹ ÕŠo‹ -…<ÕEF+Ê6^Õ®à6ÅÞïüƒ{0Ö¹G§\XR›¬ê±ÑGÀr¹’EkŠmìÿ\ù’®ZÙAEe«šI‚ Ú} ¼‹äÊÏmsq Åí¬™ñ>à.1ixŒåMƒX{–^“GL'ðäž2h=1 6z¨ÌXqÓì‚…âuVQ1ÐìrÙÆHÀðz†H±O‘:b¢X±_ã ¼ü0¬îËgë`siøäu6r§ŠÚ\­ª]\%Iƒ>\‘¤Î -›`1ØW=3‹Ð·MûÐ £°AQ ä968ÃrÙH[BîÀ§§³AÕð:“K-ú (J-¯ºYÑÞñ\ƒâ¥Ö„ -µG‘Þ’ħF]ÑÀ§Ÿ³:ªÕ -«¸rew—VÒNÓF½ *„vbJ>ÁD³Í©ZEÄö#¢£ˆ‚±Þ|#œ#+4y“: FS0ŽÎ™ì\•¥4%‘à=-&ç(³Æ`îÑ^dª^({Ê^÷'>«cʬ0yiÆ9^]ÜÝ@¤ -™‹Ht`²òÉì8¨hЕ Å–ôÇ´Ø /~®0ö_Ÿ‹+%†:LFSÀŸâ±ïѺµa¨íLÔ3ÖíS¡ µAÜL`W/ Z”3Ðïâ:ΘˆMý_æuÔ–(6!¹–3áÌÎ9ÁÍèJë [=EÚœGV³ê w“6¢.Þ§qyñØ„…ާ¿IßÖy„*ÐÛv§„ûßeón±äî’iÂfh6OÃ5¶¹W¨e+ö©Áôè€ú[sƒ6“ठ)3:JV3ŽýI/wCgÇÕ{Y}Ï rGÙ”r…{EÑöDê¯'X$7Ýf šú¡¸FìË(Mmkb‚e4Á¬0Š“,rG…{EÓ~ì1q×›k<G/tÔq›mxë,–ú<œ‘Õí¦ Â¾Yyë¸ -rµP ¼ª“±‚ªÁµ"øLŽ“(¬Ò–$(´»¦é 7ˆÆdÊ­vl¼àW<½Âî l§€[ÌèI• ´‡aeýAtÚ[7²zV"[ãG&’*¬ £Ýe±½.}6çB†êtæf€ÁȘÇ&'%wæah±å ZÍÞõúú ƒ¼íÑ2waµœ¿ eþfgª»5%¢(]w½Ÿÿ+6DÚÕ]Ôu¯ø9]ÖLB,šI[|ž#ãj8ÂÚj©EÕs툼;wÙܤá]䕲1 €*¸×Œ“èÿ?Õ–"^ñS¼2(yÕÿWÍÏV¿³Û*ƒŽäT¤*M·üúÅæq·¥»êkøÞÅàÑAÄ8h0N¢鬢¯Il‚¸IŸ•<Õž­’™¥%#É®•.¼ÎÎìIÄÏAy_Wƒì®\@¸×¹ÑËáu5EÓãìÁN7îÊÛž6Ò·vQœì„í i(½©•øuûcƒâ• ¢¾cd{•¨…0â¼<÷¿‰{IÕkdz…Àº[Ë—s ¿½ü0÷~š¯åU°5$XáDR3°ßzô u,ÀH´^î+V -‹OGЯlzU¦z‚àyÇt¹DÂH€eæåk]¾h¡^³]­x—·:¼Žã‚rZÞæëç€ýÐ7cR,ØIÌ;šý –ÅWR3 ]YF½ÛuIí÷Ü Ì§¤! Fˆ¸çþ³ºSäO³Àî‹‚BÚµæ"­Œñ-ô¡([û¢óuä¡lµF-H$`{âÔÐ0a*úÏšOsX¡ˆmïªã­rMP›É;Ë.HÜ)ß_ûšØb)ÇÛ Š)×±/V,̧q°>ÒÇ`ÊË`xà [¡õ6Û`,¤»˜öåý¬ -2ãu,ÍÎì<ª™7ØEž–ylÛ÷ñlš¥„Á“'î)Mˆ¤ý%^×ý—A"|‘‰ØR“´Ðµjìã…`¿¸ÚœANøpólªÆŒÈN›òK?Ö|w¶ÐݰɯnšÓnS¸Ù»ÑFФ;÷Ìȱ÷úó zÍïR¯ 7¶FUw¶4ØI”G5 —g~9ûê s6J| b>F ×ÝÝé÷ÛáSϘ 1@çü+o® ÄtJt*ð·“±m—Gz µEiˆM<õÓÚ™Õ™ …2¹ÁH)áÕÒ[96wŒA‚Þ‘i8ö‚†±Àe>/饟ï~úÝS?Í—&c -ïóêaæöÿOkwÌ‘?ü©{ÖÖó•ixÇn ¼+Ðæ`ÀÍq@Œ©aâ§}ÇkV+7È­˜»ó‰ ú¹j¾2;‰£ !´aTﯭ1ñMîÞŸÞ{ 0§‘{ÏüÄLaÇû¼z˜¹×¾øë[ <ÍFÿìqŸ‰ªWŽU¾ÜÏ ÒõÌNИÎýuã¿÷Ï—‚Žqޱà! -LeÁ¤¶ý’ò»Öµ·¾:´Æny:Zûïpoµs¸qêÏ¥;ñ-w°3RÃÌ=xôŸtêõÒd{.D;ËT­Ú»’fZÅðv†¬¡‘Ü<_lÇ›ù#–{dìÄ·ÎÈš-Ó D)•S'ºö¡Äìe‹2Mÿ)㱇B¶mi%ͱɱ`FÎg` -¨»·aŽí4!ÿLñêzl¹3×lrä‰w£=-Êʳi” âµOÍÎüz=ˆ@A}ôêõc1µÏÕàmú÷ 7ÑoÂݼY,Ôò½±©†¥Vì«óyFoŸÈB¨cøPP-îs´'@óf£/£Iv¶×®?‚”vî–G'* -&… äâXgftV­ák¶Í%Ä$T{ÂÁ€U/¾Aêmäâˆâu_(iq„X6(";@ËOДm[Â@õóÃâe#EÞ*í ø†PW“0w®Ísb³xº<°³¨î í2^Š!‚ÕÉž’À [/›MòϤvÚ'÷×aGl·Nuʹâº÷öÊ'>ÙÃõsÿb¿<8]ò”¯ pŸÊø.å.úƒŠZù¢4cüAt,ò5‰ú’ÌCusRDIÓg¹M9b¦<¾Om€í‘NFhm½ägï§çiq¼ÂΰªŽ/¦¸E:KõY¨ÜÀ̽©ù -ÿ¿ƒ—Xô³Ó•Žj&ÞÉÞiŒÒºU€ébË͸æÔ ˆ £†9nL'Ïmê .˜T¨Ó(Ùü,Wv¾™ûæ¹Ù*nV“%¬¶Þ~n‚/‰.…þfw/PÀóÐ'ÎuF“Âúß—sN‚m^ì°+ƒ&r5÷zŽB†™¼‘ŽÍ/å°»¦”"ø…\±? ×¼rkZhÏÒ-DWšõ*¾u—DUøÀ¡¶êþôÔZ1Lv¡ñXSï¤ÜÜÞ å–G‡ -“þÏ^‹fz­>ÖÍ#’î€5CÍ‘¦Xøþ®$iŽÏt #íÊHw ÍS‡êëw|°šK$PÕ+w(²’,œN¶:Ι(»Ä¦6C¨Ðé‰ SŠÜæXïÙw\„ði!2]¥ Œ Á‹¢=cP5RXθƒõ˜‘f¶4GÿI³^ÜÖ -ŸCÕª*2.YQ²ÿW¼/»ú€X.̸Cù¸.ÕYÑÖK’ÑlÑßúuµh$ï*†­w;ôA‹öO‚!/IFEÊÏ™t»‹aNYÈ%ó "‹k¾m3^?ÍÖP?-²sÊâ•‚\Ú6®Ñc/¢±‰bó*Å+¸ŒóUžñ©(|54gCc}«Êï‚÷–ÇBÉC`’É> œh{ª#¬h_æÍÙoŠI3„BëˆçûÀãqÊù,öÇi[Ôs¯¯¸›b3o!´z¨±À&AìçD|únÖOóEQ¥k¬XÒyLG•dÕö ®fœ,®o\äÝz )ÄÄfüyâvA Üeãz -‘…‹¨h÷±ñ]Ù»—y>IA¶kŠSÁ¦“©aBþ¾ñÊ÷I³^Ýñ<íëU§4¨²›W…¸ë -‚·™Ô–Kà‹»æ‘ˆU È45YàOX&檅ß+Yß¹¦¥%™tk[ÀìW’g‡¹B¤_LìæƒþPIçfɽ]»:³kb’DÇKtg¨w}WIëraèâ®õ¨ÍÒ‘Û ê4p¤² O²ç¶ºØZGÝ]­Âvg臀¹šíøÒËÜK -Ix®˜g;6õú-Ó×±öÍ(Ýã5CeUýßPc¹;;„ÞdsÇAÕÃj ˆ$^Ä¡º]÷‚öJõÓÑ¥¯ë_ɶƒÎ -³OÃË–±oþ£öñÓq.eŠ’ÍSé£F>nˆy¬oNpXñ }UÝZlø+ÐéÊýîíD„ÂPM”1c½›‘½Qð ñl»W怠€)ĪaÅ-¶ñð…až t¦°n¢q?øÊòé¤;ŽÅŠø‚Ÿtûmn²vnÚÄ<°ž:MÆHký@¨}ìc]Ë•Æÿ®Ðôô ­æ&F•nÒj-NóˆÆD%/W7c|ðÏÑ90'¯¹ ¬›-EN+i¶œ@d¼ä—«W>ø×(=š½SU†'b´Ö‰Æ}ÌØtg–qÝâä_os£ôiÃf ”ŽŒÉt! ŒÖÚK ÑÆeó€uÈÅ+>bËÅœ\ùÒú©iZ6r.ÅÌ ç\ÑëË.–ôV -õFDo~îÇða<ÕÊpOçûwkU6€j›jU3ê„4òuñz¤ÐãÖ+* -ÈØ¿úb~J«ò©Ãqer­M_€h^CƒoÐÿŒ u|à?£üz«>ÛŸv6ÞÙld ÀÇ#gÐË5ŠkÍ¢Ú_„·09Š„œLlæà¥_(Æü(Âgö¹IRx) ~îëÖëa m –w¼çà¹ò” -Ñ]1Ðð~Ô8BN„Æ1mä•ãÛt¬µæX0ôP½œ·UaŠ„øI¸—ivòIBÿ÷è<Ÿè} ©ãøÔ<Õ^Ñõ‡GaU§‰zm©/:^G°ììê|y+ø2qEý³ïå s‚ªÜ‹Lb…žÒ5ÕÓC?Ö%fÊ;úÞÎ…z&Qá2ö‹3äœìͺA69¸¥Õ¾o ý·(HÔØ/^jW:œþŸA ©CüÎR¼€yŒ½½Ž~Ú=–TŽH#0ä÷±)ÙäDˆ!œÞŽˆ=ŒˆïùúŸß.ÿžÃ=qiâ¬)9hKô”ŽpŽ„è‡Ò°g _ìTð]•Ãŏh›œ\©¥ á^¡¬ïüöÐËe ƒÓaõ §K¡¶Ä\’,”QÆ1z„FåÒyÙm´w¡þ”/„ß½v$YÜkžO#w²^sRÄÎ1…Ošõrß̵Ž)ØØF‚,2–‡¾·(B‰W€?vrù³iÓ¤Z†­¾% -`CU° ;d§ìÆë*¬kr”„þá·V¢5î×fNø©œa(J)´Ê®xºÂ?²äB«ºÎ=ó~žµEÑŽ“‡bŸÍâVå¡c.ùQ÷ÃÊFû RÂðÌëyþßF=OžiÖ«»½F黃ýmÑ^cU:AMkB¼âî°SÈ—´×R…'$àxWèÔ5«“õûvÑzã`ø}"Y£V¼n™nÅzF.ª;ë¥ïmp 0PÐÚteÆ·ðzæz®[0ž¨®k*ì›t®>&3;ûÜŲÌÐx»èy]ƒõëmÛÜ9ýËkÃùÕLBè\ˆ›ä¨uŽ}úÔ©i°–2®ÖªÑ¥Ü™òÎÄ1c¬ÁN!¿gªÄ—³ýé…ÚÍ`;ÌµÕØpÕ…+§ë2ôÒ•yY©&s2wT8´© ·±ñb†Îx.)‘wŠ:dûVÕ…0×ða®P‹-ìÔñg }b,ÎËž!^’=á–¬ Ž9~Unì!›±~=ë–‚ïÜÄ!z…kK‰å‰‹×-¬^ʺÖ_¡Ö7HVÊ|òÑ»ãî’x»²;?[’;°h ‹ƒ×œ¾¬ÝÕ!sƒ¡ûº~m š'ÝÃvãz`¦PîIJîFàUßÔ/4’ÑŽ½5°ü|F´¶FÝ·…³åZ\ ªºÞîU°`AÒÆ†[àR‡ë%² ÜÕ?ÚlÌ—»ø¾î}µ×šS…Mð¡ƒÃ(,#¥z¸o -]›§±¡ØƒMêŸù‰_[Àˆ†H6J³–•õÁQ Ð=Öë7]ä ±bOÊp蟶¡7éâ‘,ƒjÅuW<‘sÑùk¨ªœ%HlqM]1«•„!=fÞí’îÃ׺ Aó¦†Ù>ï©`èH–K¥ë°æõ@tá©‚Ö”n-÷0ˆ_Ö+[ ¤ v[“Ò”(k€‰Ãˆ+Š ûók˜2dö`Âq©=Ç&:d· ·Lú`(¡i¼þ*g‚xÂÎâºÐ»o -%§èË6:÷´;z¯¦.PÒ«já;Öm¬¯\Õ›YJ©0cSßxV¤e‡^÷•JötŒtJl@öK õæ6aÆj¿CqÎ8hã¨Ã¯²zç‹-š•„G9W{¯wÉVZ¬o¦4ê-÷HÉýi±à ühú¿ˆ{e”¯õ(Ã-ÍÚn‡ÌÏé]‹Žañ2pÞx´‘å‰êvõF#$ƒ‰Ü6~„|Ókä„á\óØí­þÇ3qÊb¿k`˧6³ÿÁÉôþò–Ÿ×Ü-Í5I6}ƒÈ<Ï‚aí;¯ì\ÉÁ®QÖÛž,QGVGþÚXWòµß ùz—-”΃‰ÐVX)žš¬lOW¾}­y€@ÜÑ©xèÆ”í†{d)q;!ìêJn­7, -ð–¤"&«1Ù{gÝ^9Ľû½ÐTm|³zxcäJ•vìÙîIO8Ñ:<¥µJ•;ÙØx,KI[±+\èºÌ½â  õ·¸' àÊ•,èørñ˜»~s¤bÔ-d8ʪtû"ÅL!£¥bwo^U/PhòhíR†éˆîÀ\e¸o %—ƒ3:õa–iž” ¼ÇÒF©‡ƒÝCèÅ]ÎF^¬cºÒ¬WþYω§‹×¼ƒ˜B¬m¢ÿ(ÏOëÅ)Uζ3¶J‡ªöL°ª«CXŤä³\0ƒtkÖQ½]whƒ~/ëÄóu„z[Ú*†Îr™$ÒUôìÐ×zËÆI?“Œ?Â1"EärQ&¨ªèºí*ç} -#b½#¡²RV›J†"¶ûÅbŽÞÞaDñàÖ°ý5°7Ö¼˜•Ÿ‹Ì~ÖÊÊ!%žŠìRE1g»"xùoá ÈŒk †§èjÁ®žŸËMàžmÖ{Æ;²†àÙ~5ÊX!µV°•6ªžnٱ˄»š9~4½¤×°—ü7ØêEãuˆË®}¡ëÁöC »!°º\[²²ìÚíç»ÈÅ[@öx¥Ãï½FI•E êf»è»WÞ·®wi¶Â&™4ÉIX±«!üòˆØ‡âì{òb—¾©€9>mÀDVòj*rð’æñw~o¦ad©Rç¼¾¡QЋÉ&S¤—5vv—ñÍÙ¬¡ÿ!.öÞǧc‰Å ­âZ_ úQ¡¯Œ’•YY|ܲ(‡°“ÁåkÇÛ Â|a*4a—9ì;g„GqïC6E@Î\6*qmå²3Æ ®@ç»| 8ÇÃ`Ô‘p ŸfÊYC~/VÚ,Ï•f½Ê¯#­–ýÍë20ØÊ[YDMãµßÁ®ˆA߸±ÄŠÒèh;€ ÅK8Ä1dòQ>ªß£Ú!f0¶hsC§³Lòä)o•£Êîɪ[[@â˜ÊTüô ˜©ë%g›v¹ ×Di¼õ«B,âóÚ{5†`QIíŸÛú÷iF–Hž’+W}F=äZH¾•[±æt›˜Ø“„‚÷½O8ëÏ©C™åšS &o)əцPßä>)–ëÖCoâ—ÏÈÃ6Ý{MM<ÌêòíÞÂК.Øn‡±ÜÕM¾g½åŽëX$ XÀ1o6‡ÀD–·`1"xVŽœCÌì{äP„qï¨9ÍrÌÏí!D"æ˜@›|/ÌІª÷FmÆ8œ?‹ÀâqKñ發]|[+&rYotª‡¥Ž.Cª/Ó¤yÅâ}e‘.»õvƒkm,Êþzw‹Ø<]®€H”S^Oݸ4ÖóÈ"Ùtëôª]ÝÑ@# 'Z}ÓIœ$bF÷ÈC‚| ÚkÚB w{·ßÐ<ÞªPƒ$ŠäÖæ¡ÚÁP°óm­ -@J›¨œsrÓ0ÓŽßË<‡ÄQ¬T¡t¦’?±Þås'}y[ž…h?0ÒÚÙ–Ê< ÜRlÌSŠò”Ó´Ø%Ë÷ÒYÈ$D5D†}Ÿµû].±ï²1щÄ­¢:º—z}UŒ:›nPœü.fzôJÈ›ïZ–k0”×½=ñ¥“¨¦#£ ¨wËU[ÌÝíŠ_¸ÎâübÀÌþܺƒñÔ{[u›®¡Š ŽuÈÜsA ‘ÐfÇ÷Àjó5CùÊÍɈò1(*+®ãzS¥ËÑÑØñ+™÷](EžÍDFæöPÞ³¢“ªH‡I -íÎÆ«ÚÉÀ¾ï‚«Ïe[±ëp¸.p…‚(€{´fIà|µç¬½_Özïê#ÏÞc‚¹[ÃN‰mÓÉåÉ"ÍdU,¥4˜æíx‡*>I,fø^RZÛ1¬ô?$h0ƒ5ω_P`è — wøékóvßS’è*"Ú°Úsð­Ç~z^_ÿ+ÌŽdܯ‡ß ¬àꙓцHR«z`¡£ ‰¿½CóHÁcŸÝ0¤|ð¾8„žiTèj!‚X£jXäîµ9Ÿ&êxƒê§ž¸a¯™”=µÕvrQHL(#Ƚi+e6kñ¯<®cÇ]TNÞ˜ñìä®c†¶Ì–3*o»×¼ÕeÛVN1u–É4Ë”̲/(¯Õ©têPDb -ü“ÌPO‘®k™¯ƒòæ]eVÃL6²+ÉzÙnÔ)VÁ~àc 3JÓP#Kï` -Un)«[•­<½ÜÛ]ûÏe±ˆò¹^ÝÕ¸/ I¨%Ûºê”[ÂÍF@~ÖØ¶Ÿ×¸.®Y·{åZ»Å`C ÙmY”öÄ -¥•ˆDùt Wñký3^»‰ì:.騦Šx¸ãgUÌ’®—3›‰ÍÉ!†-²Ï¾1㤡`£Bá %.àB@&U5s y N$v‰2u_¨#KYkSÅ®NáU(M+ï*¨èáöT“O%)×·o:?@^,ªt–B3L¢ÿÿ@¬½ùE¹*Ÿš†¡Ÿaßñ–,=Û2h×Dÿ§jÙêºí\vÎXtÔ¡ävÛ‹—¹Îµ«*gÿÿ9É˜Ï Âp!G8Ó!·¡ò•.Êf0t´ïQT£•«Ý½Î*¢–„œsÛŒþuþŒ K”¸^>æžRÍí$Ê {*âBçÝ£ -Ü ”Â_¼¦¹–BH” °Uµ$• ãq½µI Ëm¤@T•ãS¾Æ4Mùl@ùXçœ#UfÑlÊüÔ‡¡1á= -†Šën€•ÑÝb¶#³k|z¡r¯êc"·àl0›þ Ž=òݥ蕴£ 4O æ—ØFËrV¶ÊÔ…Þ¸ -GpÝä8@>٥䯰Mká_é\øúg™C]²®»üu¸PU'3f·Š]7´ S¨nÇÍ;óÕBl·ªv·©t±W40$x0å·ò‡'g]È™*üˆÐ0!¶ü$èÔXõªZYáNÆíF Õª\a‡4&Ï+°¢êXeb ©àGbàèúc«UKÚ£’4« Ù OcXX†e.ðšmd÷C+!€;Ûâ¬ÝÝ´{›Ä˜Ï¬áÓšœBº¢'P¡RüšíµgÕ©“M“'ÄðiË›jYyæã -Þ:?ŒD´5+cþUµò†cJF©22Žqb«â¢K6'5i×”ìú]Š‚-˜@1Æ¡'ì•Ú”s'*×W4üwld~PÒQÿ˜ê÷­o²mÅûåÄìÙ9bnZM]{{<\N'9–-l˜'é9,i-h†Ó}ŽâÑèìà¬Åøµ5ËèÓ£Éqj±÷ä]ÁÄN:@5ÏlgÛv“d7ß›tfåm‰ÇÁ–¹SFg¬JÀ6uêzliÛX™cƒ€ØOà¶üno+Új³* IŠËHÖæ®éwæÉjØ-OPb5·0t}W‰w[a†,®Î˜à•ì’w[6%ä”ÑmÐÜX‹û燦}º½í¯sýÿþéñð'>ý÷üûéo·ßñôòñýÇ·÷Çû¿ÿÄ¿þýÛËó÷YOß||yþñ;úmOÿýöígÏŸýòø>þéã§Ÿ¾ùíg€·ys_‰ÏùðúxÿáíÇß~EobÌqö{ž¾}¼¾=¿xþâ2}èô4/òôüÅãõCׇ߼>¾íÚÇþŸ—MË•÷=}ñúéÄϧ·Ÿßœç¹‹1ð"O_üþñíãç??¾ÿaÞH5ÿ¡§—çï_ß>þüüÃËûñ;ÜB9«\?ýéõíù³ÇGßç}ÿøùù›ÇûËÏkZeõéOŸ?¾}þæñž¾ëëÇ÷ΩogÖÿpXâþiO_>¿¿þòü×oï_|øüùåí›·ßNõ¯SÇÄŒz÷Ó—øyÿo>|öx¥äÃø†ÿÈ7oŸ?><~ýôxùñùýåWá¹Òñ?üôåOß>¿‘_þó㛟¾}¼ÿ¸û¦ŒZJ;&³ñ¯õáÿ9,i¤' ])ðŒ¡ñÐc6Žd$tÄ[¶¯ƒ¥I¿JÙú ‡üú`.ýV¬øþ½• \‘LñÀ>±G­Ø ‹%q‡Á›ÐRùW*{ ¿³Õá³/…è§tevºî¹9úÑ×мõ| òÿš1Ìe(‰RËû\³ú4â>:è¿ %_•Uß¾!™ŸXùJò²£qìªh®pa¥Œ Uw&ªÉ„õ¢„|ÏÏÚãx0T—ÛqÜ H´“Qh®ÒkIëi¹Ov¶J+ú¤oçÞ‰›¹£ä›-”¡„ÒN#ÇÒ.¢ç·X2p®œÈ‹5wè t@wiî ‡÷BgK”̽F>ÐØy¶éhç?œÜÒÏ»@FÈ¢Ê.¢E>o0ÚÚ:x4B/ CN+D¨ó¤ÊY?Ô2O¨HÇ/ödéÈIQ®Ñô”„ÕQ3º±#W¹†M¹ ƒ0ø~wêBí§:Ä;ÝU ÊÄà8¬ã;›?âbFä»Î¬Ý^GŽÈÁ«÷¥ôúÜ¡fØQÁá:ñuŒóàŒÌ¿ŽH.ÐÍE|{øé})}>wèÃ.#}Dׯ{¥Æ½bý8|ÌH×çx÷€ÔÑz „ì»î&÷å˜:Êzóò¶qZÄíÛ²+X?ž½ˆÒ·sïÊmÃ$tëÓõÜ÷µwƒX6¬„n½¡BNÓ[ûÑ=˸ÙÙL€¤íŒb¬ï®œ6Òs÷çþÌ÷àæÊ¶¸í…qÞ8²ÿ쯄É×Ì'ÚiüŠy×hdJ7^¾AÏK(\÷ßí3íPUÛ͉/Y·XðÕI¶³åÃÖ'Ñõ³ì\ZˆcNG»½]N&á‡GfÎå½CJ)¥%@übúƒGßKY³ö¬ÃnY§Ú¼Î"æ³ Ê€æÂæÁù’jN×É©iJVw¶doiÚ»KÁ«ï¥¬Y;G•¦(з¬ñæ-É”Âè¢¼É -&« W˲´ƒ"–4q*o™>í†U ßÊbªO>{¦—̼ìrרg3d˜}Jï“6Í™Ûß/~·£»ë -ðìÉ ìd¦¢ê %ë3¿e“Æ@¾¼eG‡>©›`$@Áäò]À|%®â’ç¦>7c ¾›R–ˆ—:îX•Ũq"=4‘{yW›wU -»ä8ê£=û‚n@-Þ#<мzìæk¨ìA8ß–(¤£V-Ø·geöÈ¥ÏxYÊÒ{“ÖÌЂݼ#ß6rpÇ屌GžWNe¸OvÑ•?Xî@†™~íK=…ÿyš'P êμçÝX¥Ë“uì¢|úKµóÁB h‡t¸Ä -Aþ©çÎî;Û @Uñ7 ùVn³ˆ,² —Sòl,¬0,ôŠb‰ü¦WÏä§¿‘ÜVeeU°¨ žŽÄÜ\rb^+ÄÆ´F´JÈ!)B*u„÷¼Æ1Ó„°G¶õÃÔ'mWU‘!ûRˆÔ†ªèÈ–8ޝ’Ïv$6¬xƒSŸ]€·ŸjXŸn¼µñªÀ™‚ëë-«PUãY–8•o™>Ϋ÷å…bÎÆ(° -Ç«ä4}κY×Ü¢›e™»„V¥K/àZ±ñj¡W8I´Q›$3¼§¬ÕÆ.ôÔ3øÎØ$Þ6íò…J+²yÖè«iÒøæè€JY‹WûQ$Ç`ª ‡åªsn×ÁL1eŠqí1‰ÜéˆÈJɃT‘ÝÌÔ·Ó”)Þ%.6µý ×7×å' ÎÉÁ²–D'o¨C¿ð¾R›¦åê†99‰æ ž¢ ^LÔö„MËŠka‚ý#ê ¿ÒXš¥JÊxÙ¿%9÷škH[0kD°eéå’XÃ=—T¾’—-o:¹%‚h; «S…_WU‘_1ï0ˆu1ZsñFüF'y€üny.“°›G’½5yOžlu6˜LE¾m8P’7;ïS¼Š:€ÌÆ”×(zÏ;ËÊ èšÊ 涃cŽmHæZ}¼Ló6ÝúÜ!^§k¶gä' ²ˆÇh,XËéæ¿Þ†MEz:L.k„¡Y‡13Á<å¶ãƒ¶•ͰRQþ}¼LPSËÄÄœªÿôÍ9®ê§ª¨Lž‚Ëy»¶¬º,šéÌS£TØûT݉µc_hìQì.J E| Wdá=cëã ÊýÆ6 ä‘U~ú´Q㇌Q02SØqFxîC:ÐÕ­x"2l%! ¬Ò¼C'×eÇU+®9*Kï4Q´7±º‘NÃE0„¡Ö[> -q­ËlÒñcnw€§uxÖÍœü/tLgÉV¯0Zܘ‰_¦g*ÕÛÌ‘¥¼+‡ÙÂ’å>7÷.8œ=ÝÌý¦GL] ènÍ^\¯Õ䯕3¢GÁç$ì: _¤Švž5žJfa.½¿ÂÊè­ˆ©Ÿ½d;Œ* ßÝm^¸ÒãäÅÛ¶#µU1ÉÒ–úÆ& 3Wxš/š¨ ——›9÷)ZCôøåõ`ˆÑ’$‚êªE¨öÌ}1C6o$pPGΛ%[¶$\k<‡uŸ6*¶Ÿ;K'ôèëõ˜`›GõžÅÙ„Ç)QèªzÀÛgK³§Ék!¸Ý*r<ÛIiÑèØcÄ—g%h´Jè1åÉékJ±ÅOó«.Ïc4&9Íi±¾%ž†ö 5n«4‹¯+_¾ÍMÞl8ŒI^rtô˜; Jh©‚ò­N‘³˜Çt?vóT«ï™;©éôNWáv€¯„ Ó Q -cß:(Us¼š× -ÔTY¶ ø/èo‹Š«ÙWDôF2‰ÄÙRÿú–7²™ã 5†´¢NŸø‹' eºægŒuü§ -]¦bÌP]ÀC:ã’8§`7”kWsy· |äïXj6 MuUå:+¥*=±ì`è°v8g\C²²Ð0½ñ«¢èWÔÌVº†ùä` C “ìÌÖÈ ¤°ŽÊ«á¢+ãA ÂTÌBÁÅCž“L‡7¬*°¯Ëû?E%QÊñ¢•dŠ&øoÎä¿¡ãöé‘ìEç½(^S;*lõqPrEzö4T”¿nÐKÖ²ÕD7†WsÔñrðÊÅ”‘YÉ¢¥Å4_vË*p1è]쬂Ðs ›£©ê^̤·->1.m„–‹'–o×DÂî˜á;£ž[÷)^¦(¶g{P¢`­Ž’¬Ãöþ£O•aQè%rÕ)´*è‘äAH8èÑq+}NµàÞ»›Ý ®%ãnçP56;iç|ÑšœÀ…ñ^³€Z¹T 7alÿeZâÈÙ•—1ÂÌ=³ÚE‰T5v}‚¤mGKóÙ ·Àú©¨% ÛC` á;Žö€…T¡3ÂÌgÛ\’|6ïºcVmp©CCG¿#½ŽW ÐÆUü/apè@;Ž&+”/ŽŸüZP_lí¢K~Máó¼D4,¿dtªáæ1°²•R]Ñ·ÎӇŮ¦Ã‡ÆÿjÍÙ­Ê»wE5·íÈ{ôzlXmjªE¶„A]¨Ë¨:™Â!0‡ifvì‹fî<1WÌà “h)Ê‘ã)Õ|Óª -Ž!Š?MÓÒ60Ô¥G,£›×"z¸äÒž]1o}mz†ñÎ{úkdãLÔž‡Ý¢E!—‚º\õ@®é£ƒÝÁ|¶¹OÆjñÉý@´#Y]Û°2µ¢fTr꣎­nÉÄÜ+Axl¼Àq…ºìàL¬Û˜Gîq®[vóÖ@Ööi2‹aUrÜ.}m 9/„í©Ùv’8êÀZ´ê f®rß -•>ÅæÊg¹uåiv§C¹¬îJ*ƒîQxŠ,Ì'²;:”Ô`K:EàÔ/[´x1þHOÞ)Â3]¸¹Ã7wä¥zTÓƒJ‡Á+1ãª_/m@fì,6ßõw›/®8S¿©#èÑv4±™W|fÛ‚WÿPhĺ_ÆÂwç½Ï“ªNó‰ð^³6¿Á^ìuŒÌˆ‚®‡¿‘Ùw–‰(ïÍ2u¢]hã˜ä{ì°&N9îë€@ ¤Ø]ïÙqT¡}2&åÈ ælV=ó)¬kÅ⺠Ëe jN[y 3$Ô³O¼ÁáyÜc½ h%» m–7\H{î8]èƒá8H–r­Ñ–d$V-±šp䣲Ù×Ù¨rë®mÂu±ZûßïZg#s-Ž©0’Ô2$¨Ò¸Z6hÓ>ìWå‚=jK`Û›‚t¼À P7-§@š®ÖÄBU"0•Ã^GFÁ¨A VÉÁ¢U­ Ñø#ÉuöÂä}hæXð2mNº8_ÇØ›@åà’Ý5Ë`ÁŠKý)!]!a–•Ÿ<$™D——Â÷7£¶é#ÌÜ<Ëš÷ˆv ›Ì6ÇþlŠK"aW;@×Eκ’Ê)˜‚ -‡„n™Ü|ö4„›|wu6f7Ú+sŸ,oz$?€lmLã–m/ê9zÀv7B(ÎਈHͱÙ×ß`¥ ®3ÆÓ›0ÝdÞM‡zs­ú–‚2´*ePöØ]m75Ò‰Xe-Îap²UÌþZ™RŠU‚³-B €7<:=g·:”ªi àõ\ÖJ Ù®®ÉèÅ.ÝØ¤‘ O U^ÇãÕºêø&l†'šÝ„T¸böÑ™1­jƒµv8A†SÁ@Ó,µoP´3O¶W„Ú鯰Öà»ý…Ên(!‘Ë 9¬]Sçá&U‹»lô’ÆF»Ë1º«(ÏáT¡U¼. d¶H]ëtd-£hgKxÒöSÒskO<‰ -›;cì.HÀG­Ä„ &•Ÿ[ÅÁ|V¹Ê\{ä;=gb)ȯýÌ7.üª k‘æn:åa¹ÁúÑ/€ÁÎ@¾›hàCJ‰u¸CfŒPS®)ä†noS÷Vé,l\‚›»ŠÊùœ²»THVØ#˜P_¼¤½ ƒÿ61Ð&–ιР¾‚.6¸;«*˜èÈ;¶ÕnGqE†Õ1\í]0Ø±ŽØ,ñBnS.tÛ÷›;Ú9y쮂@iºJ {ÈÌvXôž›Ü]öÈpR~#ŸÀÝ}>QUüáæ¾4rŒYGlu®ìi1Rî×€»}u©;J¶ ‰Z¹š›QMŽoÌõrt&¼ªÞ#XmNÞ ñ2›íûêáÐ NPŒû€4h6'ß6è…e¯s.3…')A*kô5‘ U¤!‘Ë?//tê„ Ô­àkŸÀeLU…Õ¨u7ó¶²Y£JGÔ^F®¢‘%¡` +YšYëÒ•Ò¹aß6iT¡5Ÿ2ÚN -N¤r®3·¼; @õsË’çÎOlòè’`ö*¦²ŠWeY8^ÊἃÉ?{26Âa$‘;c@ý‚-«&$’ÌÔg¦Ûp1Ë6ÙëJPE8!4µM Eš¸æˆ×´íØÏ–Ôæ­[$w=dáy§I´B$µÁm#¼ÀÞXC´ ³Uod•ÎvÉûÎ(µ'sm&‘ -`ÃmÐ!g·“֬ݎ‡¤TÜØi£Ê• †B•J2‚†ÿìî[ ¹göVÁ^Ai3õ3öiM†ì@Ç:/–,bëfèÿ?0"5釀Fèð9o¿^Æ›}”+ÞºÕ‡~ *íèÙÖ°þoi%cÇ ¹ß«j¤j¤’ŒVF»Ü5ç÷´l©Y$†QÿÿëB×/‡©¯K]rêºÜΗ ŸQ`†ÄöÈ©¥ Ó‘©U,3TêúÚïzK hCœ³wioQ,¦F9M£ýWB`%ñ5¶ó¨î¤S¦Ž&ŒQõCšœöºÃâ ð¼|(kt¸ëX ¸µö@ï3¸{T=»Ýã\0ÍF#ØN40‡^Ž8öÀÙðîyDõ¼·¥H& SýãˆÊÁ¨]¯Cì½èv]"Ò pÅŸa¹7ñwi¸ëëÀ!ª'þÜŸÃÁü'|t¾ђAò¹¦õ}Äwõ5²oÊyýgøµ=¦XÁ’[,XØTÈ ÔÎÊÕʱXfe«\_4…¨jº#ØèýHÀ‚]¡)èÍ£l¾½£ý1`^“F–ªë’(äÁŒúÿØ.Dùì–yÕò€ -³r•²yZúÊ“AWèá"(z>×D É`¸D¤{¯‘zèí»—(ñ†@=5ˆ¤È™§)*DÁÕNð}ÙrwLÂki -2#ÌJ»ÊZM¼ æ>¶f]cðQF1±æ^¤2¸):§\©Hóà~®žD~÷–b@5J8öÃ¥¿âtÔ©»kÁ£q…‘ªènÈ gHŠ~{qûà‚‡8T;VZtæ%jMѺÄܘ‹ò¼kÑÿ¼Ó­Fî\F—£ú¢@ ¶·?íYðÂL™ ˜BÁ8ÝšÀwúu¸¾šòLva‹°Píì7ï»t±,½ KU p4$‚8’ò%T -\SHWç•øë«ÚJ¼íô0ÓÕƒí'îq…¥¶‡+êúZ5!‹h¸ÞØÙÒÚ‹[wt†BX/®D£6Øk¶kË=%@t®Ýx”åÕ`vÚiEõ¼ã&ÕF*Vñî¥hÊ@—%ÕÕ̹í«ñÖæèEý’ô‘#4R©í£ŒÜÛM˜\r¡Ýʦ¸Æ²UI%jl‡¥·¡.Ì—¶*bÇö©&¸05Ú;•ä›{­ì«wÌ[a‰óXwQÔlGæÀi)væÉÀŽo`!<[,kÞÁjf³1UN,ÁZ±-ùãê ŠSJ—Å]!±Á)ªˆg®i`°F`cJeê0Éí~ -n”0,s36!ûR6í¢ïµ€'¿–(ºR`eŽÑ_³Ù´W©1¸»ÚFú¯†‡'‹œcDPqèW*dZ\ä0:ݘ~>Ë4š:Pp¹?ÈùSM…Ñ{¾êkÜ£(bè¾ÒSÖßÌ!!¦lö!ªÂÇ”’õä¨~N÷7¢mÈÉÑ]κY¶{3Iä8ÎÛn¸ú>Äû¢?…)Ø•qÏ¡7éÚ]ÈõµzTí{Sϳi¤GŽ(²öÍÕ˘É!~›»æk½|Þ\ZÒ -ÇAqñð É!SÏTÕx)®˜¬L˜³AÛ$–‹eúVï,‰ ê;gן.,ëü’V0^fàßñG2æ89ý ÙAý¢þòÀ<ž§¿eÈJ£ö)³öȘš!5àB„ÇÆØPÏð:s}m?ªí a¦Ø¶«Þ&ìfÄ…´ ÜÊ?`©ilaŸÇGh2⸠èxhê3ù+>FôÎÅmìy_RǬӎ)+Æ÷Kqïªvì®*h… ÑÍr‚dQ¤$¤1éa`ñ0M+è¹v¹X¼Ì¼µÁó}C(ÃQ9Ò©8§œÄ—‘nÓoØ”šÿ—™:ð<Î'&&eî;ªëË^³dã옘õ^ÚÐUÄIöý™zÊ‘u3ÑN¿yÌë\Ì:귂ͲgsøÎœô5/f©òU6U‹ÉGÙõÖ÷*’•ÂÐ’wo›3ÓÔ"‹á<]ÍÝÛþîÍAÌ)U¦æHôrî‘}Úðw,xµM«v’ªfG°ª5¨gØÉ(ÒZMCãîØydmYDF³%Œ¨Øµøj2r7ó?æô;Á2Ê~lÐòÍ¿¥Öö}{»/M¥-,\¹Aü Ûœ$vý`݃–Ï0eT›#½C’@©7–6ªrøý<¬Ýȉ.þBvk½jßÖ:nÚ‡7ª©4¸@Í Xã$&z”ÿSÎ0_û†,ûÞí猼ÙOðÔBŠçkMYÝZ¸É¾oärSpÒ`ÌWÇ–‰Âi z]£j5ÄA;k—‘Þ`šÎÒrU°y¸Àª¼B‰ÎŽø:ÀÍ1è8©vå2atanVE‘m™zuÔf—WëûFaÆÙ!º®Nj¦ªŠ¢“0G“*s‡—'õ?Í m»•—¯é8R#}JVëíyå¢î)0jÑ&O_‚ªUàν~qUÈ—™ï_múEqÇ÷»V÷T×/ÁH#ê—dŸ,—c&÷¦lÅ!‹/åˆúZ¼†—ÒÞá®ü„¯ábJȇ[o@#NÓ %p؇,XsUé­´pc'QSG}ìJ±aþ'—aÎ^¡Ü1¶I„xFžS ZRe»(jþ#Œä%4…{]¹ áØâŸ;+ËÿÄ'àÿ7¤z/ÎÑ2E‡ö?!­Ñ‚ä×bý'^d•]$Š®}½P;a›¹:g4 –d~[ï>œØYéçþ§¡mß¼³et>|c)Y3fXÓSIP 7‰`©óÏpÇ;¾ kj”ü~sÝX*)Šû2ì;mØmĸÏ%ªïQÜù†·‰°qx3'ù¢*á|´1Qñ/Íúœ×whb=½£ûÙmˆT[ß>„£tÒ&#wlDcAë™; fOj!×uxÆt}q¸È#ª‡Ñ&ËGÁÒˆâò-ˆq2t‰¥®¾t5@¬ -»gÑbÊ -TB|[QäZ4²ì k¡ÈЇ™$f9­-aÊ1ù¼-ñ¼Ù¤•P 5m(D¾»·º™Ü¤´Uƒa»)áJ#õ$±Àõ5ÄBÇpÓ)@ѦÄU‹EØÿ—Ç•ZBÙ]Wha mÇ)4N&Mƒž‘1QÍ -1‰ô—ÂsU>?„MÀ ð 㬿 r¨i´}Ùá nòLµ!õ>MZ2sÝ:\ö€V–;–XNVGä@CÒ³ÂKgêë/¥‡[ÛÄØD1Ö4ÿo@à¨_$&Ï”a7U_‡W"ˉœ©ÁAn(•½&Ç*ZfBËIÒV(ºµâeÌõØ€/ÂMÈ.0bPcœõH{ôº×’QE𺪸ó6ò<€Îur¸˜þ•p/M˜˜NâEkm´Kµäصæ"1=i;<_Sk¼Êá"/¹ËŒ²õÈY?5Ø;Å}fm>ÇC|úŸ¤„¶gp¨ÅÐÀ[UÕ7`5|pÈò•ÿ½4/Ü) \FÕ36égÕ'³P‰bÐb/=e(·ç,.¿#ûTB<Äç­•º7LSÅ(Á­ ³Ø@ñ)ІyØä ±±A˜‡òþ$ö󨾠 ÃZ§¼ <Øð/)$™íUÉ 8Y +„iá`õN¢YEÅÞFOß\q+$¢Ê>‹˜ÖÍ?âM4é¡/vÀæ-³`Îé0’Á¸ë1v„¶åB½®zÝ3È¿*`«âÆT9 ¬3ÅÐÑFÎY“©j[‹óªåékÒ9%UúN}) - 91Œª÷ÄNÛ6ƒxX[[Öÿä±(ÇÁô­ßÌNô¨,—ºRä51ìÙ1²Æƒ8#¸µrpÏ·¹´ºÑDhc‚AÂMÙ“1dCT"ØùªQMµC«#×îMàæf” -ˆ#¨ qC©uÂpÊñÍø×0ôpF5E-ܬ ¹îC‹{6Þq>ûÈÿ÷ÞGÑ÷‡~úÿã_ýÓÏÿã?ÿÛOÿŸõéÇ_¾ûò§÷’Oÿã—?ü¨ôyŸ~ýå×?ÿø%ocæ<·cðÍ_÷Ÿ¿~üüÇoúûXæš9‰_ñ駯߾üüùËoaþtÕÛá¿ãÓ—ß~|ýÜùüË_?þ`žqÎ+Øc_ó©'ÉäÖ§>ýöë¯ –OüúíO_ö€õºôê¸ü–OûÓ>~úøüë/ùøÃ߹Ư˯ûôÝ—?|ýöË_¾üñ»­~»a³â´ã¹Ÿöi_¿}ùÇ?AìËþðñ—/?~üüÝ—~Û¾©žOÿô›Ÿ¾üø±ã>öÃÇÚ˜ßö<±údŸ¾d¥¨2çþ±ßëw_~þú×/üÝ·Ÿûù7_¾ûöã·?}»F{Wxÿô»_þø¯¿üŸÿñãkcò|Ó7ûMŸ~üö›Ïûõã»?}ùù»-ñŒáS·±%‘ÝŒOü?°‚—X+Ø®áãm„S^­+ƒ‚ÔX¦Xo|Ej—Ž»š¯ÿ–5×m¦Ø/¶ñG˜ tÀ¸{vËN;¿«DRÔdöÞ¢äÒÙÞϲŽ;Mƒ t¬È^yG±W”ðýèQ_u®›Fa©çf‚:‡ÃÞßøP÷«F ˜l¨Ák¯†ìµûO}ü…¥÷&¡Aˆ8ëóÇÿQr>D E X·õüǽ"!·'ÁûYEèà®~ÅÚ0ˆrëOZÅû]ç"ÕŒJ‚H°¦ðù¾áµwEïf©ŽZ“é6ã¶ç.×ß“…‹â¢-ê4 ‰eíeopþž,"LñÀɶžÝsÉ—½éëmßÕìÒIÊËÃ×S¼Œ0C{ˆ¤˜‹/f,¼ïª$M -ï,…2Eø*‡D)Ä”Ã+R#¼•?‘õmDˆ2'õ¤lõÝuX¸ Gê#e6d -ô”dÞ0)#«-ÙÙ£[ŠؤwÐ{’E¨¡°9ÐGôÈ=ÖU7ÝbPœ])ŒPCÍ䢎ÇKyV´ï¦&ÇÎì˜b}hcl]G¼Š…ÓB„H+EfÎé0ª@SL7(õÌæÖYeª'3ÛUJ?êA6—±Í­»C9¤:Ó-‹mZjêJtÂEh¬ñi]ÑMk½"(‘õ Ž´ç‰ªv 8Åm묳]©é{‰œóœ{ -Õ÷ÜJÌ -07J¸r{âS¡T¼i»º"oÙ`¢CY $[ w÷gØA¢0°5»# w ‡ÐöÆÎ¶Ý’aÒ#)®å„Á‹C¼È@id@gV4J“B¥XB­ç¸13O¬aNÞƒBb']ÊŠà ˜©m½ÜÇÆœ?Ý»tÎþOÙJ¿%ô¦åòÀ:¼„‹4A(¾c#Ív‹0̓Ñ娉÷šDXÔûÉyom(í¤ïÊL5ôû„»¸+´U9ßlE µŠ¾$]ÛxËÔFè¼2c."å½S) ‚ú5)®Ù¬ÊQ?¢ÈàsÚè¸ sEU—êd¸¢ÝÃÂŒ5FG\ÖÝÁ:7(ïàŽXO3©Ð¼§"UÇžVëÖ|j’ö Ý(ë3^¢·,ð(íô·Q=Lì†DTâ=åQ1· §7T,r“óxtŸj0]“Nc¨ÏZó_nüÞ0C‘‰W6^{ -Ð)·÷­ˆ”lPXdÙqõ›B¾®[…k즭–8¥”ϸVªx?—Ð~½:.r.€“ˆ»+µåŒ¤ñ}ØWDè*Œ\†e£õŠI¡Ä×öðU›½|àbµ¡sö¶Ü ô…þœãì¯Í oV½íYû9 MïÕzC¿—؆Ž$Auá4ÿp@—+ófȉzwÔÍ‚Z³ê=™Üi‡bç/œÖ;Õ˜Fª3GÝ´7§k…GœK)ñ@¢„Œ$€8øº?´<ê\æÝø‹§ó\v†nÊ( —Ò:§Êmª>Î5Dê*´Æ‰×‹Ùú¬š©ú’¦²ú‹'î@G|·¶N´£…¼ºd}á.‘ãì¦ÓÝ«Fï¥%NÕ±’»+UÞYuÕ_S£³íKN¸i’“Äkëß<ÏzXµ¶¨W™¬nÅN5ó¦MSš'±ÊEs¡­4o…|ta ©”^YóÛͯBOµ­ê€C2US|=R9?a§Ê$Ù½ÊÏ;§V:4'NgxO"VÖ`3t$;]t\´\̆­äD«MøÝ€ÆkeÏMµæ%F¯²/¥dÂêÄSM³@ìrôç´9u<¢3öa>¹ø ®9’®^WòQ¿cQéíU9fËž[5VµÛŽØœA6ЉKO°×zlãîAâ |sÓ¦Õn8“%Ô¡›q"?^ ->+ wQ$N@¸=ñTçwŒMf¬÷5CÑ hšwà¢#ȩ֎å1`´ì9™±EVؼg@)e¶Ø`Ñšå1ݳ¡oâèÚãÔ¦së¹8ýéRª…C¾ô‹°{ÜI^S2b¾*Œ Š×–Ž`(yŶêÙË@—«°»rhª ìp¦ÓÅ 7¨™zä¾…ì9ë|™x“%¦ž ¨ £Ïâ›TŠNXJ'mIŠž3ß Ü°M€ðàªÍ%¾]M¤àЄwÃe¯J.JÑ–zTEô±p2aùÓ{ÀmnµDº)¦¥³ÞdæÜRê·{[ñ+ñ«4^V' †Á#/,‚ìД9¯UÄÜ—œYa®‘âUÖ­ÎPmã$b[J^”uß®|¸ðIúf s¥˜ìÙ¹f -YQ7Qéºãs{6FÈë Ï\·r½6)VøÒåõÜh[ð³¯,±žëZK!f‰MžóZ]ÆxŠÙÕøs¨ìiˆÛ£›QnÃ/‘ZÉ”8rOßÒóúîD¤IùP•? _{3ÅX1]mn*l6Sª>·2-6üµÞSô²€ÿù%œ6#çK¿eä\zžÅœ~€”6(ŠaX†£ùtºú:1É¢f›È¡]§Tt%2þZAv= îýÌÕz«˜ˆôUzë -§w#ÒÞ,¥ã*Σ‰g#[£Ìzí%æé³ÝšVö˜÷äËËJGF5+/‹Ÿ·j’†; h*þYÂèà+µ­¸7­É¬vªhSŠmÂXþÓÉ׿¡ú«ÝùæÞ†GmaŸj7Y‡6©ô±¦ZØ,ì «PP|M]7îvÔRq‡önà#H´h 7£¸·¬:ñKÛôÉ÷ºÛy§ƒ ®Î%öëNS ÁFÜ»L ¾Ÿ¦¶æö›ÓWF«µˆÐíÎedT–Ob®W²ËSrƒLO&KœW»ýœÆdØ%ªýÕWS×­Á|èÉÚ¢A¹›uºïDoÛöätEýWâ"&ÅN§—1±ƒleæÉöY¢ß5Ä "¤ãóL3Öq±¸t“û½—£9U]§«%Ÿ|rnnjy©Šã Zk~Êžîô‡_£wˆœyi?®“K·DÛßlc¿´Ëq‚d3.šÕM|¶æõ* Sˆ•e` ¥ðÕ8ˆ[¸wLPM¶Õ(’öc{ ³hk«> :ùgUf;´²‰íînoæÞ²»ŸJ ©º•ãNI÷ëâ»ó*‚š‡uÙ¡ÜÈÛ舵ß}É£pä˜Z]½7Ø+YϬ´nPàÙtEcW8'èo^æS9ì?)¥ÎdûŠ=ÕÜD–N‹ƒãïŒS a®í`ó‰Z ±ïö]D©d´8SK“Ëï…¢Ï}av!Un[¹£§Ø´“u³.JމÜÜIç+’oÊñ\<£±~­:´‰l/}_*ÌgæËy’¿ ­ðδûÐYA]e¡IÓ\Ó‰9Ãt:=#ºScñTš©„Oؘ?÷ùbXâ«‹¿§$½·uEïQkÏ¢7›í³µ 9ËÚ™UCñTLØ®‡¢ç?½õJÎäªëŒXN7ÙÜ z}÷–[>¬ÍoÛ¦<ù²¢Þ0]ÌâFÇÚâ{ø¥¦R{¯>¶ -íaæF¸Ñ«îåKíUÇ?Ðò]Ø—]ȼ}õ9¸y­FD:`„åçÔ fZ¶9à‰Ì~i9ª‰d;l4üî\‚ACOÑ 2³ÆÓS{ -ë -Þe .[VS4Ì+ª. -ö Y³¸tÀ] æ4ëÚ˲ø%ÛÖ•[Ÿ­3*$•›JÎMÜfýó%rÏA„p©% ª²µtieÐÍo·G *oÚd¬­p¢5ˆªZÁꈥ›J×´rÚäðÞ˜ç^[¸×à®Ñ×Ol°}¤3' ªZ/3¹D½ÎÝÀÐèL0‘/2¶áq>ù‘PÔú-‚H5o…çs¤‡]—‡2ºîU'ìÚÿS®Y¶ô(Zî â>ùV+‚†W}š/‰* R@À`$Ík -ª­ô auª¦ëõT”U¶iGΰ°Ñ¼LÖ!9ýÞQA²…O{;÷öýÇZ%¹ûD¿ÆxŸÞŒ â'ìhë(ƒ2Ù,»è>ƒ±ÿõWU• :ú½ÜS^j œ|:Ÿï Ja½AD1q~ÛÁSÄAØš ­ÁkèÙn1]ï2¦û&Òkݳ ¾°,¯¦¤­ÆŠ!¯G€é:PöÞÐÒ¢2¶ ΤÎÅRuW,žá9XNä ¼ÁL©7§(ój>[rõÇ:ø¨ MîuÁµf°BQ­’@l¶Ò׉ 08Q%ï¾ùZQ˲ƒÇð½×1Z Œ¢Eñ"‡Ý'¥w“·¦eahbwW©ŠH%â.ݯÛ÷“ÉpÆK.K@+œìöµ±Ï„8k…ìª6¾Ø+Ó£ Ë5ÛxoÖG0Bæ±î{3ª­ŠF0PÛГW%ÌžÉvyYrKkÇÆ[’5EG!Dp©›ÛœTg ÓÛyávµU2ff\Aµ§MÍ‘Sgݧ@ŽBoåj’Ä(ÔDAÿ„§¼Pôôö1Ê!etÃÕª@·Îè6“c;7ùªƒ+ž,ãïYîÛ•ŒâúOmG/$åÜe4”±0Ê~'Í4ŒñÈJbµú1Tr5cЈ{Ë%”ãNà *ÎÌjðã² î!nÞú»—oƒ#k¯>›2•>KfQK¦îò5Ù,Ç0°¸ø~Ê!ò€”…Ó¤½{Åzrÿ 9P ÖNˆK'ÎÖ€è.ª«u!ê²&ˆ‰ - -yÔÍLw뎱 º…ò8_FÊ…QÏ`W`.>È#¾¡´ÝEuµ2<ä>ªìœd['"®+9]橲:ýcº³ a,Dæ_}|£ÂÄà´w¬ ð³­<4”^|ºB* -}½v^íNú`´áÔû|îp¹Ö†Å/ -Ó­˜;·#yVà­¹q²X¨lº©[Ó¤Ú ¤Å/°¨ÀßLâ˜Q†p¯„΂nìc5eZ9$ŸÈ0ÉCÃøÚßô Õí͵iæÞ“xlˆ‹çàæï×oÜÏ¿¾w*¥\|p/”ïÕªz#pk6íMzµ*nÇF®+p‰ŠÑ V×Ûëyo Ì»1¦_¥ó Þg„·½4@U~„ýôŸf/µ)ÑÈÞ8a:îjEïŒÐ Öh|Ö}„ZŸGëÑÌuW¹çþ4³@N%i`Âþhh¶½ÔžtG­å|Ò~"´+_qVÛ†t€qÙ³ÝcìÃr¤Î|©¨ŽBÛ¸ž#¸+ÖÜi”MO×&R€yìµbµ¸ º¾7â›æ' OÀ;ͪæq ÜR -š2nîèü`‰²ø!±š"öг«2ÕœpºÅÌMJýd죇؜3T÷U -e¦ëòBSEãÄ»ÏtXPYjR¯tTo†pvAa‹õ4£Œ÷{·"Â’Ë5›Òr<~‚Û§.ÞÄW«’‡f .¢„f¯L!å›Û+ŸŠqAIÊà[@޳N3X´w·½t·µð*Á›öª¡ªÊ;Öª -cUááEw·žù|Ä3<èÐãí -Ýï†äƒãµïBVÜ»i‚™ÔæmÔƒšîŶù¼?á`9×Àg Bkßèf‰PÓ›½%,ò\¢ÛÑDÝlŠz‡!îa¨9Ù×$H¯í®é]8ÛOP[·<+x6!aCýØçpe˜aÕhš« æ>¸Ò’2 «nÝIØÆCÍBS* oò«ãqµtBíW†½0uF€ž¦D®QcpzÓídB£ô°¯A#Ò鮟³²úEQ¤ãM€o3b„Z¡S6GÁLÔdL¦ÝjeLE GC¾a_GX0q|FRÂú²ç°sBq~œb‚é.¬ã©´ÎÅu%eõ½ÖmñvÂhŒÏb9aˆ~r&Cßœ¹ïvÓ*=pÈyMëÎóxœkl•†˜«6¼ëÂsÃx]³ð&™BJR& ê˜e9a!ZR(m¾Aâ<’ÒÄ«”,o6¬¹3R#.îªøÎ8¡5BLfÃoy¨ŸY°Ðe´*žÅ¥Ž”‰œ°Âpœ’2'uCÍdPLa«mª¡-7Ü5iœÆ·kNcÍAYzÇLçªeaoÒ›‡}–+ÿâeçyá…¸´0ã4Qh¯©ç’ö< ‹­Èx›»Nëcåíˆ9ýOÀGÑØy@Ã~A5BHÍY´çe®#YùÀÔ˜­€W¿™&Z¬¯z¶Û%Ž™ ³Á“S³èV8§E3êA\g3rd9#uYº0©}c¼å$yw1c¥Éœ¬«gËÖ5y›Ër»ë†ÃÅÁ81³óëö9¨/#6Ì·bº¡}ºóI|Ÿn£ñ\(;R`z©q3;z¦¢ wÕU!‘Ïýpð_Žn‰©Œí˜LÆàÞuJ68\ÅW%úõ>tÚ÷º‹+Y»xÉ×3¥;GMjrÿ•aÜâ5eÆ2“ëE”N M*\EÚ@c¶‡ Šú’ЏðòwÃŽwµ‚Ýl=;:ëèr& í­ôTEV{ 1äCµQÖ~ÔÂÑ4Ø/­/“ á‚BÔAå7u7?Û\w¯É9²uymZÄÒ[7<•!XÞ\ ×jâX0Ëw)ÒSà%?Fï.¢š'~"ˆâàTŽ~w´ÍõôÊòÝ]ÏשQ³ƒÄ&#¬AÄó¡Õ^(,žÃ}.µn6Á¼¥Ù‚vÝôf{bâÓ0ëx¡)RJ@0[÷t•ðÝúuB‚ͺ+£¸ºÍ;Œí¾×Òå:|x>¬ÛpT,g´]¹w.p|8ô/üДq”g9@Yï6UB:–¢UšFºSÂÀ9‰§0…_½ «ò6˜ú,T¢–2^Ŧ²*êõžEÒ7ç.8-ÂYœ¼7lP¸³neN²›% ¢rLH°&Öñ0ÕCŒÇ`ÝM}Ä´»¨Ô…$GïqζpØË!Í"¬Ÿ2ºŸ#‚<©Ö< Þèú¨4»"T~L`/4ÍÌåÐöÚœjxFbQvɸ8(˜9ÛNÙù’·\©°˜÷Ö.‡ÈÓ£ð°_׸âIlº¯÷.≃µš¸eÌšÍê©ÜBé¡tjBáê‚}o‚¸çÑ–ùR^ _Ì3P‡ù S¬>©$4¼•SFM·81±Cú ô”LŽ/#‰1^äžØ•_ÏUð4gp™ŒUûmŽ>'û šŸÚÝtmsÓ›S£×Ãýz’2Œ‹ÈË[#›w„i‚®·NfÐÆZs¼ýСðÍmG£ xLY´N¤»ÛV f Ëð¡@ ¢~y,›8EõäéOÁ&„11ST¿ƒ¼®Þî…ªx­T¢+ðaìMÛfÛÐUv0xîjý{a|_%'Ð¥o¡%k>®æ“ßçþŒ¸ª~õ0ò ?òÓ”¨R¬bws·­†K”4ã›èqQÚñƒwìÎRsA±âøû$7DÉTËÿBS¦¾DiÛ‰òx[¡F²s»ÇsÒ¾Ú÷åýFÇ¥!YLQYÛG‹¤P­)d¤ç‡…  LõØÕFù¦·Wü ZG$º¨¬hã0FÖ…ß·–%÷ü? ºêsÄ I%ŸãN¢½…_¨·BSCTxàÃz¿GƒªA8{ƒÊP^P"Ò þ£]ƒÄ&7äh7Y¿¥ªݨ#E›AÐ0vSU»bTcÝl o‰L#8a4»¥Û :DæÂÒ•$²‹NÉQ¨2¯øå§#ÏrIª}1í¹;GµÑ¼©ŽÝFì®–‰tÒ“'³»:aQ@VÓUðŒ÷HÜw¦,ÈËò ¡š7•›_©E˜Þ‰9oQ…{ô«°jhè‰Ö®8儲Ýo®¶ß¦|xм$î{GñOâô”º–ðì7á¨nxÓ¹Í]7ÔÔ&_oiØK £Á'+â¢+–¹¨hº‹Xð¶BˆÓ¨÷VÒvÇŽs²@¬æcöÁ›ÎíòM)^ çÚ[IîÔ4ÉÓ-”쳬b·ýYÍØ¦õô|/±Ó&ÀGáæîµÛƒ¡ ¾RÍ:¢é¤_á¶ÄNÚ:l3¦È’iù£Pw5†œEäͰ/g»óÿ´¶~’õrDÒ¦V½Ó‘A"„û4èÍèvÔ+$“ ˆ-«)øMï+v_B$ JMµu·ãkäµÝUáIV×ëêN zùÚ1oª»n˜!~ñ„å`°9 ›|Û¬áPdÇ[÷&;¡Y-v2Äzü.ººó, -­3ÕlDéøLitå)u‹³™ÓphÝ€¶©Àåpž÷ÃIæñ‡]¶:öÞi„™¦fRwÃÔ–¸‘»>Wý‚¥®;Vžé­­ðgô¶ÚnTLhìIéüÁžÎ '±%÷éŽ7³ÛªÂs7–ÛUX¾D» žód^åɸ<*]¢wá_•Œ²YyÃÒØ!~N†x,”Rš®^ gz±¶úÂvŸ®®÷d—mª(Ãc‰Þ꽯ª¥¬´¥`ïDÞ ‡™‰©§0^z±Ã‹3ê»1„pã„ašÐí„M‘I£—ªoÏ6µž`‰^âÄ0ZmÞ,3„•?S2ÏðŸ\ ‡»q-¾}0®¶ ýØ6’Õ ‘5Žhʦ‹@¨k£2©ÓßIgþ̽†ÏÌàUšªC 9¥¿+3²N»!ˆd]Ò0â¤pñ8P8©V~h¬èáL3c}#4¶L{9[“ª#™ôûÚÔ|>ErºTÛ´èðõ,›·4L D¸ÅºŽhì#rj½,Ò¸r\¹JÝg …½ {þ#ßÃécÓÙ áã¯Ò:ÏŽ‘]´|9n³•®‰Ø ·jãÅÞ^HŠ&Ûð_ •fÛ·¿Ì,=ÜšQÒ)¨åš9}‘Ñäø!kºŒýbÙWnHªÙÔ,X®9⇨D Y×OÃA’-0C°ìpõÈë]Ùœí(Í|ëvB…­É(”ÓAÖ—×ú›Ù{ l ->ÜŽ‰ñz¼YÒ)4 4£Kh?4ÅÜ-¯:ÌÖ)þ„Ù -)jJˆ£{I@öþfФµô˜ÅŽˆ;#â3D·.Ça4s¦Î„`¹áŽ»”Oú$´Û !PøºJ‘|‘p> -¥ô%÷›ó¸Šßà«°ÌîÝÇFSˆÈ™:‚%‡›½šU´z˜”ýzUܺãOˆÐì,ÐV—"É^>o×™—\Mîª÷ff{žX3þËW3 \™^¢ïB«êz„«Irj¨X.57˜Un´ú ýeŒAŒôºé,yõzÖ^®»Pµ™Á¥,E]<‘diâS'ŇГ»k/ÈË‘÷ QÙ"å>È»]‰›Ôýì’W~è½V>8§t.9ëæW÷ÏaHNk‡'4§‡¾Nç²Óu€.ïvà æGÈî8âNa.'…êL¯9££aÍÀ† ºà†¬iz8:Ó0ˆkߎõ‡ZAg¨7*õ\Ñ禞+q:j§ñ§‡;ò­<x‘>F‹3Ãëe’[·ã‰}¹ó‰œ7–æ¾ 1z^t\üp/îÝ® ÛN[±®%J*Ûôw#ŸJ£(EC·þÚ.‡i€ÌÉk>ÝSv}`!êèÿ#‡—óÄ£4u_Џÿj - ›à{dtî$¶å/d2µNˆ3ëÞ6noÜõà§»¶ÐÆíQàØº©yÒæ3ô~hŒdækͶ‡9“7 ‚'>–ì@ðÊ|z<:ØbÌãZ¤K·‘*‰XvPSü= iz3Ä­®Z-Ÿ¿(¼öv9 Íz› -/âNÈSÏǤ[o7ðò|ÒûØ{ºáVeì†aÐòT:ám…Óa1;Ö­ºÞN’¥MD^ŸÇjƒ -NW@ä uÒb¿¹P¶žhœä•P¨‡Gaîn2<5l6æ¬5 -n”æIfùx“,ÚQ•Ì?Ct[á¸[0Þ‹¯z¨ŒO¨Ã4TºÙ:’£CvÓãø³º' {›-N~¼|®«èMy"í|.z:ªt -{9ñÅì™–Ô!’‹G·„éh¡Àö YÎ Øq ¨Üé`À”És ];díª7“Çòì„C7Do~¸•gˆàXζÍE£t‚ÂpÅN¦<©¤§7Dø¤¥,"†Qºm—U½»FMurEÚ6×›!î÷8“Fʋŀ¯X„Àcs¬¸]z ­t°ðf¯ñNŒ4ü°Í|æù€tÔy¶¥É¨A67C< wsªX>a숶jû[rîNE¦[Š–‹I[Õ&OíèGnÛéÖà劥¶¶í´?sS -?Gà ¦°ï©¬g/?W£ŽûtŽò¦F"Ô”ʲšÎB¬Þó® ø†BHiP/ÊÊ]h3ö•fèŠÆ<"µsý:¸° QB–uüÖ»Ñ#!Ÿ3hnz07¨Z-<:»¬!@ÚÂ@ÀI3Œ,Qh±ŽhŸ1ÕuƒÉc÷ÇჷфT3šWšÄ ÿÀPðÓ^‘9°Jeó€||¥â9¢±W½¡eÈ©B×ÏvÛñ(žÑÚ‚©ÎÁ)kÖùÏÐß -¸‚È¥²ÓVŠÂ]À³¿™©1ÍQ9ÕhÅØq}§_ï±;: -zŠM¨© Äb³‘ÛÊeàÒõd·˜6ª“r…#W„ -­6]x·ŸÈŠ òe¦£j‘Ž©Ñ! ¶€(¿E³ó -¯âseÊRWȧ¡pì×÷›é¥1în9Þ §ê -Ên&E¸•‰JÉ0lw­¡Tí'ëîh÷L†¨žä‡"w½ùáVŠMî–ó•ÎHÌ‹”a‰N¨!<Ãæ‡ûG1ݺUÏã*|êµÛòå ÞFí&Ñ}âÖMAèbm$yé“" IÃKK¤ƒ#ZVÁß®Òy¼SFѺ÷q˜×»ýùÒý8âÖ©·iÃ8‚¬ß#Ƭ®6/˜½êªÂ;±r‹ÅýP/xuwЂ咬þ¸{b•÷:aDsMêÃoÆcCLÔqD^d†ˆ«Ú$})¤‘ShêPQÇÄÅú‘‡oÈØz¥j5;¤m[§³ººOÜÝø—øP‹ºÍaß´ZL^C¼4„Ö—YÈžÊõ­Š®\ñûðCéˆüJr·ä 6f2¸¢¥ÑË&§ëΦp´0Ù‡Kd̵¹FlAl½9”¿ˆ^¬ýTîÖ,Å“<ëI½ZÆJ6§xüõÌpÍáµ;p÷ß áöEi¯É¤bGº9°óŽ1ó s(—J§Êy£‘Ò±š°÷“ζoþúá5¥íH˜ŸššKrüRºáݸˆinÞÎúz{k¥Ú7Œ#ƒ˜§nµMê‘:B›úÏ^©)<ˆÕÊ36êÛXd÷“øC‹]¦ÛÞÇÊ®é¶hÁ JØUO‡÷£ZäËw§©^* o"5¦7?žfÌZŽj«ójy|ß…½m)ò̘I]Y…øè‡¹!ò€=˜Ø¡U½É±æ±8ÃîG·òäê€Cm6¥àÉ©œ~Åéiâ9ßâ)Gľ#f»ü® ™6i…ðu.XSšpvDÓ^q§IÚ‚(õD­$­Ç^W³4íYÑâ^P2ºïµ?†Fja"5;½Ò/ž0[G ¿ ý¹âæ®ú"äÆPš=SØáv=˜;Ó)—ÁYÌž÷݃Ž@Ý(DjP‡$Z´;OUÈLi?¦fùSÅìõ¢²ôBäF=4âé.4”8•‘ñ„OÏ:pl·EbRÅAOgÚþ2ܶJSó*経5/?ɤ~ÃÖ‰nU1@ *ò·¡jP)5ЃžH{É…Ëö>óš&döÓÐT³3©’aäP°÷ǃ·¶GÂ!oî$Ð mèöXv¤ßÄ’ n»-©àµbIâ´öj‚cŒ›{S>»èi5AS88ÛŸî -Nhr1¶ÔLœ·n7WŒÚXˆ+êæ§¤[ùh:ްI5ÛfßõJ»”ÞMª«l*týØcÓ‚âŽX2ÚÐ@CnüuøCVWtx0ôm$t1ÝSrØKŠáJ HžZ(•²Ëä£Ã'(´A¢CÔeA“„—ñ?+ÃP5¯Šáù‰Òàq›qGôŪ(Q%˜æÆÐ=Ó8 Í5ý4™.•ðx’”‡4È™ÖöDãyy"nÿOåži‘'½yýŽçM·2jÙ°Évn¡¹¢T÷ÇK?e;rÓÕYÚ§üCèHÍìuø¼;GßcûÀiG 4Õ"kîÊÞœq°ÑÅFƒÞkz˜3°×v cGŒvë%/+Âî±|é¦UsYÛHÞ<ÁÛ¢½ ~¥Ü Ñtæ7n®ÕNMt€euðáª<ÜÒ "GL|lÅ=Œjo¬y„Æ;—§à«¦c›ÐYñn8­Ca«6…íV×]½­afx½²=kŸé ^ èÊ­qz¤vvÄ'f6µj‚å†ÈZy;h£9‘]ÿ´)ÿ÷BS½Ílv•ïªÌ›ÎWYü²òjíáng,k³%±‘k¨óo]¥îæ,Û#eB†¿/Ëëÿ¯½}¿ \ No newline at end of file diff --git a/Drum Kit/sounds/ride.wav b/Drum Kit/sounds/ride.wav deleted file mode 100644 index e5829df..0000000 Binary files a/Drum Kit/sounds/ride.wav and /dev/null differ diff --git a/Drum Kit/sounds/snare.wav b/Drum Kit/sounds/snare.wav deleted file mode 100644 index c4edfc7..0000000 Binary files a/Drum Kit/sounds/snare.wav and /dev/null differ diff --git a/Drum Kit/sounds/tink.wav b/Drum Kit/sounds/tink.wav deleted file mode 100644 index 1f3c7b9..0000000 Binary files a/Drum Kit/sounds/tink.wav and /dev/null differ diff --git a/Drum Kit/sounds/tom.wav b/Drum Kit/sounds/tom.wav deleted file mode 100644 index 9e2cdf6..0000000 Binary files a/Drum Kit/sounds/tom.wav and /dev/null differ diff --git a/Drum Kit/style.css b/Drum Kit/style.css deleted file mode 100644 index 3305e2f..0000000 --- a/Drum Kit/style.css +++ /dev/null @@ -1,50 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -.keys { - height: 100vh; - width: 100vw; - list-style: none; - display: flex; - justify-content: center; - align-items: center; - background-image: url('images/home_background.jpg'); - background-size: cover; - background-repeat: no-repeat; - -} - -.key-des { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - width: 80px; - height: 80px; - padding: 10px; - margin: 0 10px; - border: 3px solid black; - border-radius: 5px; - background-color: rgba(0, 0, 0, 0.5); - color: white; -} - -.key { - font-size: 30px; -} - -.playing { - transform: scale(1.1); - box-shadow: 0 0 10px yellow; - transition: transform 0.4s, box-shadow 0.4s; -} - -.description { - margin-top: 5px; - text-align: center; - font-size: 10px; - color: yellow; -} diff --git a/Github Finder/app.js b/Github Finder/app.js deleted file mode 100644 index 73318ca..0000000 --- a/Github Finder/app.js +++ /dev/null @@ -1,22 +0,0 @@ -document.querySelector('input').addEventListener('keyup', getData); - -function getData(e) { - if(e.target.value !== '') { - const obj = new Github(); - const ui = new UI(); - - const data = obj.getData(e.target.value, - function(data, status) { - if(status === 200) {ui.displayProfile(data);} - else {ui.error();} - }, - function(data, status) { - if(status === 200) {ui.displayRepo(data);} - else {ui.error();} - }); - - } else { - document.querySelector('.profile').style = 'display: none'; - document.querySelector('.profile').innerHTML = ''; - } -} \ No newline at end of file diff --git a/Github Finder/general.css b/Github Finder/general.css deleted file mode 100644 index 3cc6738..0000000 --- a/Github Finder/general.css +++ /dev/null @@ -1,3 +0,0 @@ -.mb-10px { - margin-bottom: 10px; -} \ No newline at end of file diff --git a/Github Finder/github.js b/Github Finder/github.js deleted file mode 100644 index a3d595e..0000000 --- a/Github Finder/github.js +++ /dev/null @@ -1,31 +0,0 @@ -function Github() { - this.client_id = 'your client id'; - this.client_secret = 'your github api'; - this.repos_count = 5; - this.repos_sort = 'created: asc' -} - -Github.prototype.getData = function(user, callback, callback2) { - const profile = new XMLHttpRequest(); - const repo = new XMLHttpRequest(); - - profile.open('GET', `https://api.github.com/users/${user}?client_id=${this.client_id}&client_secret=${this.client_secret}`, true); - - repo.open('GET', `https://api.github.com/users/${user}/repos?per_page=${this.repos_count}&${this.repos_sort}&client_id=${this.client_id}&client_secret=${this.client_secret}`, true); - - repo.send(); - - profile.send(); - - repo.onload = function() { - if(repo.status === 200) { - callback2(JSON.parse(repo.responseText), repo.status); - } - } - - profile.onload = function() { - if(profile.status === 200) { - callback(JSON.parse(profile.responseText), repo.status); - } - } -} \ No newline at end of file diff --git a/Github Finder/grid.css b/Github Finder/grid.css deleted file mode 100644 index a990c7f..0000000 --- a/Github Finder/grid.css +++ /dev/null @@ -1,154 +0,0 @@ -.container { - width: 90%; - max-width: 980px; - margin: 0 auto; - padding-right: 2.08333333%; - box-shadow: 1px 1px 3px gray, -1px -1px 3px gray; -} - -.row { - clear: both; -} - -.col { - margin-left: 2.08333333%; - width: 6.25%; - height: 100%; - float: left; -} - -.span1 { - width: 6.25%; -} - -.span2 { - width: calc((6.25%*2) + (2.08333333%)); -} - -.span3 { - width: calc((6.25%*3) + (2.08333333%*2)); -} - -.span4 { - width: calc((6.25%*4) + (2.08333333%*3)); -} - -.span5 { - width: calc((6.25%*5) + (2.08333333%*4)); -} - -.span6 { - width: calc((6.25%*6) + (2.08333333%*5)); -} - -.span7 { - width: calc((6.25%*7) + (2.08333333%*6)); -} - -.span8 { - width: calc((6.25%*8) + (2.08333333%*7)); -} - -.span9 { - width: calc((6.25%*9) + (2.08333333%*8)); -} - -.span10 { - width: calc((6.25%*10) + (2.08333333%*9)); -} - -.span11 { - width: calc((6.25%*11) + (2.08333333%*10)); -} - -.span12 { - width: calc((6.25%*12) + (2.08333333%*11)); -} - -.offset1 { - margin-left: calc((6.25% * 1) + (2.08333333% * 2)); -} - -.offset2 { - margin-left: calc((6.25% * 2) + (2.08333333% * 3)); -} - -.offset3 { - margin-left: calc((6.25% * 3) + (2.08333333% * 4)); -} - -.offset4 { - margin-left: calc((6.25% * 4) + (2.08333333% * 5)); -} - -.offset5 { - margin-left: calc((6.25% * 5) + (2.08333333% * 6)); -} - -.offset6 { - margin-left: calc((6.25% * 6) + (2.08333333% * 7)); -} - -.offset7 { - margin-left: calc((6.25% * 7) + (2.08333333% * 8)); -} - -.offset8 { - margin-left: calc((6.25% * 8) + (2.08333333% * 9)); -} - -.offset9 { - margin-left: calc((6.25% * 9) + (2.08333333% * 10)); -} - -.offset10 { - margin-left: calc((6.25% * 10) + (2.08333333% * 11)); -} - -.offset11 { - margin-left: calc((6.25% * 11) + (2.08333333% * 12)); -} - -.offset12 { - margin-left: calc((6.25% * 12) + (2.08333333% * 13)); -} - -.gutter1 { - margin-left: 2.08333333%; -} - -.gutter2 { - margin-left: calc(2.08333333%*2); -} - -.gutter3 { - margin-left: calc(2.08333333%*3); -} - -.gutter4 { - margin-left: calc(2.08333333%*4); -} - -.gutter5 { - margin-left: calc(2.08333333%*5); -} - -.gutter6 { - margin-left: calc(2.08333333%*6); -} - -.gutter7 { - margin-left: calc(2.08333333%*7); -} - -.gutter8 { - margin-left: calc(2.08333333%*8); -} - -.gutter9 { - margin-left: calc(2.08333333%*9); -} - -.gutter10 { - margin-left: calc(2.08333333%*9); -} diff --git a/Github Finder/index.html b/Github Finder/index.html deleted file mode 100644 index 91d6338..0000000 --- a/Github Finder/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Github Finder - - - -